[INFO] cloning repository https://github.com/study1ng/Algorithm
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/study1ng/Algorithm" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fstudy1ng%2FAlgorithm", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fstudy1ng%2FAlgorithm'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] b70ab43323bc733048f8d7ecedce6802df7cf7d1
[INFO] testing study1ng/Algorithm against 1.90.0 for beta-1.91-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fstudy1ng%2FAlgorithm" "/workspace/builds/worker-6-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/study1ng/Algorithm
[INFO] finished tweaking git repo https://github.com/study1ng/Algorithm
[INFO] tweaked toml for git repo https://github.com/study1ng/Algorithm written to /workspace/builds/worker-6-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/study1ng/Algorithm on toolchain 1.90.0
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.90.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/study1ng/Algorithm already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.90.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] db58e0f51a0af651111e2573df3cafcda13e1e95bf132f6dd6e7463abcfffd2b
[INFO] running `Command { std: "docker" "start" "-a" "db58e0f51a0af651111e2573df3cafcda13e1e95bf132f6dd6e7463abcfffd2b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "db58e0f51a0af651111e2573df3cafcda13e1e95bf132f6dd6e7463abcfffd2b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "db58e0f51a0af651111e2573df3cafcda13e1e95bf132f6dd6e7463abcfffd2b", kill_on_drop: false }`
[INFO] [stdout] db58e0f51a0af651111e2573df3cafcda13e1e95bf132f6dd6e7463abcfffd2b
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 3de08cd4496980bc65251f6c65deffd398bf4ef102fce98b886d0a63b4bf5ea6
[INFO] running `Command { std: "docker" "start" "-a" "3de08cd4496980bc65251f6c65deffd398bf4ef102fce98b886d0a63b4bf5ea6", kill_on_drop: false }`
[INFO] [stderr]    Compiling algorithm v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unexpected `cfg` condition value: `panic_immediate_abort`
[INFO] [stdout]    --> src/tree234.rs:495:20
[INFO] [stdout]     |
[INFO] [stdout] 495 |     #[cfg_attr(not(feature = "panic_immediate_abort"), inline(never))]
[INFO] [stdout]     |                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]     |
[INFO] [stdout]     = note: no expected values for `feature`
[INFO] [stdout]     = help: consider adding `panic_immediate_abort` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `panic_immediate_abort`
[INFO] [stdout]    --> src/tree234.rs:524:20
[INFO] [stdout]     |
[INFO] [stdout] 524 |     #[cfg_attr(not(feature = "panic_immediate_abort"), inline(never))]
[INFO] [stdout]     |                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]     |
[INFO] [stdout]     = note: no expected values for `feature`
[INFO] [stdout]     = help: consider adding `panic_immediate_abort` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::collections::BTreeMap`
[INFO] [stdout]  --> src/rbtree.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use std::collections::BTreeMap;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated items `red`, `black`, `left`, and `right` are never used
[INFO] [stdout]   --> src/rbtree.rs:17:8
[INFO] [stdout]    |
[INFO] [stdout] 13 | impl<T> RBTree<T> {
[INFO] [stdout]    | ----------------- associated items in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 17 |     fn red(data: T) -> Self {
[INFO] [stdout]    |        ^^^
[INFO] [stdout] ...
[INFO] [stdout] 20 |     fn black(data: T) -> Self {
[INFO] [stdout]    |        ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 29 |     fn left(&self) -> &RBTree<T> {
[INFO] [stdout]    |        ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 40 |     fn right(&self) -> &RBTree<T> {
[INFO] [stdout]    |        ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.32s
[INFO] running `Command { std: "docker" "inspect" "3de08cd4496980bc65251f6c65deffd398bf4ef102fce98b886d0a63b4bf5ea6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "3de08cd4496980bc65251f6c65deffd398bf4ef102fce98b886d0a63b4bf5ea6", kill_on_drop: false }`
[INFO] [stdout] 3de08cd4496980bc65251f6c65deffd398bf4ef102fce98b886d0a63b4bf5ea6
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 6ebc0976d234277963a354d6c0d354049f9eb0ef6840448f294fdbd7da5a5a6e
[INFO] running `Command { std: "docker" "start" "-a" "6ebc0976d234277963a354d6c0d354049f9eb0ef6840448f294fdbd7da5a5a6e", kill_on_drop: false }`
[INFO] [stdout] warning: unexpected `cfg` condition value: `panic_immediate_abort`
[INFO] [stdout]    --> src/tree234.rs:495:20
[INFO] [stdout]     |
[INFO] [stdout] 495 |     #[cfg_attr(not(feature = "panic_immediate_abort"), inline(never))]
[INFO] [stdout]     |                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]     |
[INFO] [stdout]     = note: no expected values for `feature`
[INFO] [stdout]     = help: consider adding `panic_immediate_abort` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `panic_immediate_abort`
[INFO] [stdout]    --> src/tree234.rs:524:20
[INFO] [stdout]     |
[INFO] [stdout] 524 |     #[cfg_attr(not(feature = "panic_immediate_abort"), inline(never))]
[INFO] [stdout]     |                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]     |
[INFO] [stdout]     = note: no expected values for `feature`
[INFO] [stdout]     = help: consider adding `panic_immediate_abort` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::collections::BTreeMap`
[INFO] [stdout]  --> src/rbtree.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use std::collections::BTreeMap;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated items `red`, `black`, `left`, and `right` are never used
[INFO] [stdout]   --> src/rbtree.rs:17:8
[INFO] [stdout]    |
[INFO] [stdout] 13 | impl<T> RBTree<T> {
[INFO] [stdout]    | ----------------- associated items in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 17 |     fn red(data: T) -> Self {
[INFO] [stdout]    |        ^^^
[INFO] [stdout] ...
[INFO] [stdout] 20 |     fn black(data: T) -> Self {
[INFO] [stdout]    |        ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 29 |     fn left(&self) -> &RBTree<T> {
[INFO] [stdout]    |        ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 40 |     fn right(&self) -> &RBTree<T> {
[INFO] [stdout]    |        ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling algorithm v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unexpected `cfg` condition value: `panic_immediate_abort`
[INFO] [stdout]    --> src/tree234.rs:495:20
[INFO] [stdout]     |
[INFO] [stdout] 495 |     #[cfg_attr(not(feature = "panic_immediate_abort"), inline(never))]
[INFO] [stdout]     |                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]     |
[INFO] [stdout]     = note: no expected values for `feature`
[INFO] [stdout]     = help: consider adding `panic_immediate_abort` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `panic_immediate_abort`
[INFO] [stdout]    --> src/tree234.rs:524:20
[INFO] [stdout]     |
[INFO] [stdout] 524 |     #[cfg_attr(not(feature = "panic_immediate_abort"), inline(never))]
[INFO] [stdout]     |                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]     |
[INFO] [stdout]     = note: no expected values for `feature`
[INFO] [stdout]     = help: consider adding `panic_immediate_abort` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::collections::BTreeMap`
[INFO] [stdout]  --> src/rbtree.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use std::collections::BTreeMap;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated items `red`, `black`, `left`, and `right` are never used
[INFO] [stdout]   --> src/rbtree.rs:17:8
[INFO] [stdout]    |
[INFO] [stdout] 13 | impl<T> RBTree<T> {
[INFO] [stdout]    | ----------------- associated items in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 17 |     fn red(data: T) -> Self {
[INFO] [stdout]    |        ^^^
[INFO] [stdout] ...
[INFO] [stdout] 20 |     fn black(data: T) -> Self {
[INFO] [stdout]    |        ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 29 |     fn left(&self) -> &RBTree<T> {
[INFO] [stdout]    |        ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 40 |     fn right(&self) -> &RBTree<T> {
[INFO] [stdout]    |        ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 1.15s
[INFO] running `Command { std: "docker" "inspect" "6ebc0976d234277963a354d6c0d354049f9eb0ef6840448f294fdbd7da5a5a6e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "6ebc0976d234277963a354d6c0d354049f9eb0ef6840448f294fdbd7da5a5a6e", kill_on_drop: false }`
[INFO] [stdout] 6ebc0976d234277963a354d6c0d354049f9eb0ef6840448f294fdbd7da5a5a6e
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] e4121d8b6d6d34d0156c8e32db5cac3d481fd319d825d2505b5655b4fdd719eb
[INFO] running `Command { std: "docker" "start" "-a" "e4121d8b6d6d34d0156c8e32db5cac3d481fd319d825d2505b5655b4fdd719eb", kill_on_drop: false }`
[INFO] [stderr] warning: unexpected `cfg` condition value: `panic_immediate_abort`
[INFO] [stdout] 
[INFO] [stderr]    --> src/tree234.rs:495:20
[INFO] [stdout] running 8 tests
[INFO] [stderr]     |
[INFO] [stderr] 495 |     #[cfg_attr(not(feature = "panic_immediate_abort"), inline(never))]
[INFO] [stderr]     |                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stderr]     |
[INFO] [stderr]     = note: no expected values for `feature`
[INFO] [stderr]     = help: consider adding `panic_immediate_abort` as a feature in `Cargo.toml`
[INFO] [stderr]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]     = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `panic_immediate_abort`
[INFO] [stderr]    --> src/tree234.rs:524:20
[INFO] [stderr]     |
[INFO] [stderr] 524 |     #[cfg_attr(not(feature = "panic_immediate_abort"), inline(never))]
[INFO] [stderr]     |                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stderr]     |
[INFO] [stderr]     = note: no expected values for `feature`
[INFO] [stderr]     = help: consider adding `panic_immediate_abort` as a feature in `Cargo.toml`
[INFO] [stderr]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `std::collections::BTreeMap`
[INFO] [stderr]  --> src/rbtree.rs:1:5
[INFO] [stderr]   |
[INFO] [stderr] 1 | use std::collections::BTreeMap;
[INFO] [stderr]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(unused_imports)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: associated items `red`, `black`, `left`, and `right` are never used
[INFO] [stderr]   --> src/rbtree.rs:17:8
[INFO] [stderr]    |
[INFO] [stderr] 13 | impl<T> RBTree<T> {
[INFO] [stderr]    | ----------------- associated items in this implementation
[INFO] [stderr] ...
[INFO] [stderr] 17 |     fn red(data: T) -> Self {
[INFO] [stderr]    |        ^^^
[INFO] [stderr] ...
[INFO] [stderr] 20 |     fn black(data: T) -> Self {
[INFO] [stderr]    |        ^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 29 |     fn left(&self) -> &RBTree<T> {
[INFO] [stderr]    |        ^^^^
[INFO] [stderr] ...
[INFO] [stderr] 40 |     fn right(&self) -> &RBTree<T> {
[INFO] [stderr]    |        ^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(dead_code)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: `algorithm` (lib) generated 4 warnings (run `cargo fix --lib -p algorithm` to apply 1 suggestion)
[INFO] [stderr] warning: `algorithm` (lib test) generated 4 warnings (4 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.03s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/algorithm-d21a6668fdceacb3)
[INFO] [stdout] test bit_search::tests::test_result ... ok
[INFO] [stdout] test bit_search::tests::test_searcher ... ok
[INFO] [stdout] test tests::test_tree234::tests::test_delete ... ok
[INFO] [stderr]    Doc-tests algorithm
[INFO] [stdout] test tests::test_tree234::tests::test_insert ... ok
[INFO] [stdout] test tests::test_tree234::tests::test_is_empty ... ok
[INFO] [stdout] test tests::test_tree234::tests::test_new ... ok
[INFO] [stdout] test tests::test_tree234::tests::test_clear ... ok
[INFO] [stdout] test tests::test_tree234::tests::test_find ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 8 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.04s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 6 tests
[INFO] [stdout] test src/tree234.rs - tree234::Tree234<T>::from (line 71) ... FAILED
[INFO] [stdout] test src/tree234.rs - tree234::Tree234<T>::find (line 270) ... FAILED
[INFO] [stdout] test src/tree234.rs - tree234::Tree234<T>::delete (line 198) ... FAILED
[INFO] [stdout] test src/tree234.rs - tree234::Tree234 (line 13) ... FAILED
[INFO] [stdout] test src/tree234.rs - tree234::Tree234<T>::append (line 115) ... FAILED
[INFO] [stdout] test src/tree234.rs - tree234::Tree234<T>::insert (line 131) ... ok
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- src/tree234.rs - tree234::Tree234<T>::from (line 71) stdout ----
[INFO] [stdout] error[E0423]: expected function, found macro `assert`
[INFO] [stdout]  --> src/tree234.rs:75:1
[INFO] [stdout]   |
[INFO] [stdout] 7 | assert(tree.find(&1));
[INFO] [stdout]   | ^^^^^^ not a function
[INFO] [stdout]   |
[INFO] [stdout] help: use `!` to invoke the macro
[INFO] [stdout]   |
[INFO] [stdout] 7 | assert!(tree.find(&1));
[INFO] [stdout]   |       +
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0423`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/tree234.rs - tree234::Tree234<T>::find (line 270) stdout ----
[INFO] [stdout] error[E0423]: expected function, found macro `assert`
[INFO] [stdout]  --> src/tree234.rs:275:1
[INFO] [stdout]   |
[INFO] [stdout] 8 | assert(tree.find(&1));
[INFO] [stdout]   | ^^^^^^ not a function
[INFO] [stdout]   |
[INFO] [stdout] help: use `!` to invoke the macro
[INFO] [stdout]   |
[INFO] [stdout] 8 | assert!(tree.find(&1));
[INFO] [stdout]   |       +
[INFO] [stdout] 
[INFO] [stdout] error[E0423]: expected function, found macro `assert`
[INFO] [stdout]  --> src/tree234.rs:276:1
[INFO] [stdout]   |
[INFO] [stdout] 9 | assert(!tree.find(&2));
[INFO] [stdout]   | ^^^^^^ not a function
[INFO] [stdout]   |
[INFO] [stdout] help: use `!` to invoke the macro
[INFO] [stdout]   |
[INFO] [stdout] 9 | assert!(!tree.find(&2));
[INFO] [stdout]   |       +
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 2 previous errors
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0423`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/tree234.rs - tree234::Tree234<T>::delete (line 198) stdout ----
[INFO] [stdout] error[E0423]: expected function, found macro `assert`
[INFO] [stdout]  --> src/tree234.rs:203:1
[INFO] [stdout]   |
[INFO] [stdout] 8 | assert(tree.delete(&1));
[INFO] [stdout]   | ^^^^^^ not a function
[INFO] [stdout]   |
[INFO] [stdout] help: use `!` to invoke the macro
[INFO] [stdout]   |
[INFO] [stdout] 8 | assert!(tree.delete(&1));
[INFO] [stdout]   |       +
[INFO] [stdout] 
[INFO] [stdout] error[E0423]: expected function, found macro `assert`
[INFO] [stdout]  --> src/tree234.rs:204:1
[INFO] [stdout]   |
[INFO] [stdout] 9 | assert(!tree.delete(&1));
[INFO] [stdout]   | ^^^^^^ not a function
[INFO] [stdout]   |
[INFO] [stdout] help: use `!` to invoke the macro
[INFO] [stdout]   |
[INFO] [stdout] 9 | assert!(!tree.delete(&1));
[INFO] [stdout]   |       +
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 2 previous errors
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0423`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/tree234.rs - tree234::Tree234 (line 13) stdout ----
[INFO] [stdout] error[E0423]: expected function, found macro `assert`
[INFO] [stdout]   --> src/tree234.rs:20:1
[INFO] [stdout]    |
[INFO] [stdout] 10 | assert(tree.find(&1));
[INFO] [stdout]    | ^^^^^^ not a function
[INFO] [stdout]    |
[INFO] [stdout] help: use `!` to invoke the macro
[INFO] [stdout]    |
[INFO] [stdout] 10 | assert!(tree.find(&1));
[INFO] [stdout]    |       +
[INFO] [stdout] 
[INFO] [stdout] error[E0423]: expected function, found macro `assert`
[INFO] [stdout]   --> src/tree234.rs:21:1
[INFO] [stdout]    |
[INFO] [stdout] 11 | assert(tree.find(&2));
[INFO] [stdout]    | ^^^^^^ not a function
[INFO] [stdout]    |
[INFO] [stdout] help: use `!` to invoke the macro
[INFO] [stdout]    |
[INFO] [stdout] 11 | assert!(tree.find(&2));
[INFO] [stdout]    |       +
[INFO] [stdout] 
[INFO] [stdout] error[E0423]: expected function, found macro `assert`
[INFO] [stdout]   --> src/tree234.rs:22:1
[INFO] [stdout]    |
[INFO] [stdout] 12 | assert(!tree.find(&4));
[INFO] [stdout]    | ^^^^^^ not a function
[INFO] [stdout]    |
[INFO] [stdout] help: use `!` to invoke the macro
[INFO] [stdout]    |
[INFO] [stdout] 12 | assert!(!tree.find(&4));
[INFO] [stdout]    |       +
[INFO] [stdout] 
[INFO] [stdout] error[E0423]: expected function, found macro `assert`
[INFO] [stdout]   --> src/tree234.rs:24:1
[INFO] [stdout]    |
[INFO] [stdout] 14 | assert(!tree.find(&2));
[INFO] [stdout]    | ^^^^^^ not a function
[INFO] [stdout]    |
[INFO] [stdout] help: use `!` to invoke the macro
[INFO] [stdout]    |
[INFO] [stdout] 14 | assert!(!tree.find(&2));
[INFO] [stdout]    |       +
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 4 previous errors
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0423`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/tree234.rs - tree234::Tree234<T>::append (line 115) stdout ----
[INFO] [stdout] error[E0423]: expected function, found macro `assert`
[INFO] [stdout]  --> src/tree234.rs:120:1
[INFO] [stdout]   |
[INFO] [stdout] 8 | assert(tree.find(&1));
[INFO] [stdout]   | ^^^^^^ not a function
[INFO] [stdout]   |
[INFO] [stdout] help: use `!` to invoke the macro
[INFO] [stdout]   |
[INFO] [stdout] 8 | assert!(tree.find(&1));
[INFO] [stdout]   |       +
[INFO] [stdout] 
[INFO] [stdout] error[E0423]: expected function, found macro `assert`
[INFO] [stdout]  --> src/tree234.rs:121:1
[INFO] [stdout]   |
[INFO] [stdout] 9 | assert(tree.find(&2));
[INFO] [stdout]   | ^^^^^^ not a function
[INFO] [stdout]   |
[INFO] [stdout] help: use `!` to invoke the macro
[INFO] [stdout]   |
[INFO] [stdout] 9 | assert!(tree.find(&2));
[INFO] [stdout]   |       +
[INFO] [stdout] 
[INFO] [stdout] error[E0423]: expected function, found macro `assert`
[INFO] [stdout]   --> src/tree234.rs:122:1
[INFO] [stdout]    |
[INFO] [stdout] 10 | assert(tree.find(&3));
[INFO] [stdout]    | ^^^^^^ not a function
[INFO] [stdout]    |
[INFO] [stdout] help: use `!` to invoke the macro
[INFO] [stdout]    |
[INFO] [stdout] 10 | assert!(tree.find(&3));
[INFO] [stdout]    |       +
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 3 previous errors
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0423`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     src/tree234.rs - tree234::Tree234 (line 13)
[INFO] [stdout]     src/tree234.rs - tree234::Tree234<T>::append (line 115)
[INFO] [stdout]     src/tree234.rs - tree234::Tree234<T>::delete (line 198)
[INFO] [stdout]     src/tree234.rs - tree234::Tree234<T>::find (line 270)
[INFO] [stdout]     src/tree234.rs - tree234::Tree234<T>::from (line 71)
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 1 passed; 5 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.68s
[INFO] [stdout] 
[INFO] [stderr] error: doctest failed, to rerun pass `--doc`
[INFO] running `Command { std: "docker" "inspect" "e4121d8b6d6d34d0156c8e32db5cac3d481fd319d825d2505b5655b4fdd719eb", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e4121d8b6d6d34d0156c8e32db5cac3d481fd319d825d2505b5655b4fdd719eb", kill_on_drop: false }`
[INFO] [stdout] e4121d8b6d6d34d0156c8e32db5cac3d481fd319d825d2505b5655b4fdd719eb
