[INFO] cloning repository https://github.com/Anav0/rust-eert [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Anav0/rust-eert" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FAnav0%2Frust-eert", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FAnav0%2Frust-eert'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 310a0bed124ca802a3ce28d5323e0ddd00420067 [INFO] testing Anav0/rust-eert against beta-2021-09-08 for beta-1.56-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FAnav0%2Frust-eert" "/workspace/builds/worker-26/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-26/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/Anav0/rust-eert on toolchain beta-2021-09-08 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2021-09-08" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/Anav0/rust-eert [INFO] finished tweaking git repo https://github.com/Anav0/rust-eert [INFO] tweaked toml for git repo https://github.com/Anav0/rust-eert written to /workspace/builds/worker-26/source/Cargo.toml [INFO] crate git repo https://github.com/Anav0/rust-eert already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2021-09-08" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-26/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-26/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:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2021-09-08" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] b24e1f48f5c477fa2b861649c221cff80c969cc9b4d24324588cb7e2cf82bbdd [INFO] running `Command { std: "docker" "start" "-a" "b24e1f48f5c477fa2b861649c221cff80c969cc9b4d24324588cb7e2cf82bbdd", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "b24e1f48f5c477fa2b861649c221cff80c969cc9b4d24324588cb7e2cf82bbdd", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b24e1f48f5c477fa2b861649c221cff80c969cc9b4d24324588cb7e2cf82bbdd", kill_on_drop: false }` [INFO] [stdout] b24e1f48f5c477fa2b861649c221cff80c969cc9b4d24324588cb7e2cf82bbdd [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-26/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-26/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" "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:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2021-09-08" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 0fc658508ad84de6d9e9401c087eed45f2a7cce90f3f3c4aefb0191dc4f7b306 [INFO] running `Command { std: "docker" "start" "-a" "0fc658508ad84de6d9e9401c087eed45f2a7cce90f3f3c4aefb0191dc4f7b306", kill_on_drop: false }` [INFO] [stderr] Compiling eert v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused import: `crate::dfs` [INFO] [stdout] --> src/tests/dfs_test.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use crate::dfs; [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `std::collections::HashMap` [INFO] [stdout] --> src/tests/dfs_test.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 2 | use std::collections::HashMap; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `std::collections::HashSet` [INFO] [stdout] --> src/tests/dfs_test.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use std::collections::HashSet; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::level` [INFO] [stdout] --> src/tests/level_test.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use crate::level; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `std::collections::HashMap` [INFO] [stdout] --> src/tests/level_test.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 2 | use std::collections::HashMap; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `std::collections::VecDeque` [INFO] [stdout] --> src/tests/level_test.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use std::collections::VecDeque; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/main.rs:17:20 [INFO] [stdout] | [INFO] [stdout] 17 | panic!(format!("Node: '{}' has more than two child nodes", node)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_fmt_panics)]` on by default [INFO] [stdout] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the panic!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 17 - panic!(format!("Node: '{}' has more than two child nodes", node)) [INFO] [stdout] 17 + panic!("Node: '{}' has more than two child nodes", node) [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/main.rs:50:25 [INFO] [stdout] | [INFO] [stdout] 50 | _ => panic!(format!("Node: {} has more than two children", poped_node)), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the panic!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 50 - _ => panic!(format!("Node: {} has more than two children", poped_node)), [INFO] [stdout] 50 + _ => panic!("Node: {} has more than two children", poped_node), [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 8 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.48s [INFO] running `Command { std: "docker" "inspect" "0fc658508ad84de6d9e9401c087eed45f2a7cce90f3f3c4aefb0191dc4f7b306", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0fc658508ad84de6d9e9401c087eed45f2a7cce90f3f3c4aefb0191dc4f7b306", kill_on_drop: false }` [INFO] [stdout] 0fc658508ad84de6d9e9401c087eed45f2a7cce90f3f3c4aefb0191dc4f7b306 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-26/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-26/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" "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:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2021-09-08" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 7ae7c4a6abd4d1a1cbb8c830d0a2a86f6f372a5890155472cd4b28060fc0563e [INFO] running `Command { std: "docker" "start" "-a" "7ae7c4a6abd4d1a1cbb8c830d0a2a86f6f372a5890155472cd4b28060fc0563e", kill_on_drop: false }` [INFO] [stderr] Compiling eert v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/main.rs:17:20 [INFO] [stdout] | [INFO] [stdout] 17 | panic!(format!("Node: '{}' has more than two child nodes", node)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_fmt_panics)]` on by default [INFO] [stdout] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the panic!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 17 - panic!(format!("Node: '{}' has more than two child nodes", node)) [INFO] [stdout] 17 + panic!("Node: '{}' has more than two child nodes", node) [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/main.rs:50:25 [INFO] [stdout] | [INFO] [stdout] 50 | _ => panic!(format!("Node: {} has more than two children", poped_node)), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the panic!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 50 - _ => panic!(format!("Node: {} has more than two children", poped_node)), [INFO] [stdout] 50 + _ => panic!("Node: {} has more than two children", poped_node), [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 1.39s [INFO] running `Command { std: "docker" "inspect" "7ae7c4a6abd4d1a1cbb8c830d0a2a86f6f372a5890155472cd4b28060fc0563e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7ae7c4a6abd4d1a1cbb8c830d0a2a86f6f372a5890155472cd4b28060fc0563e", kill_on_drop: false }` [INFO] [stdout] 7ae7c4a6abd4d1a1cbb8c830d0a2a86f6f372a5890155472cd4b28060fc0563e [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-26/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-26/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" "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:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2021-09-08" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 0550e425d69f513b202d19caa69ebf20f66bcb07e0a5f1c7d62dca1d6db47b7a [INFO] running `Command { std: "docker" "start" "-a" "0550e425d69f513b202d19caa69ebf20f66bcb07e0a5f1c7d62dca1d6db47b7a", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> src/main.rs:17:20 [INFO] [stderr] | [INFO] [stderr] 17 | panic!(format!("Node: '{}' has more than two child nodes", node)) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(non_fmt_panics)]` on by default [INFO] [stderr] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stderr] = note: for more information, see [INFO] [stderr] = note: the panic!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stderr] help: remove the `format!(..)` macro call [INFO] [stderr] | [INFO] [stderr] 17 - panic!(format!("Node: '{}' has more than two child nodes", node)) [INFO] [stderr] 17 + panic!("Node: '{}' has more than two child nodes", node) [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> src/main.rs:50:25 [INFO] [stderr] | [INFO] [stderr] 50 | _ => panic!(format!("Node: {} has more than two children", poped_node)), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stderr] = note: for more information, see [INFO] [stderr] = note: the panic!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stderr] help: remove the `format!(..)` macro call [INFO] [stderr] | [INFO] [stderr] 50 - _ => panic!(format!("Node: {} has more than two children", poped_node)), [INFO] [stderr] 50 + _ => panic!("Node: {} has more than two children", poped_node), [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: `eert` (bin "eert" test) generated 2 warnings [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 21.32s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/eert-403e9f7b3ed1ccee) [INFO] [stdout] [INFO] [stdout] running 6 tests [INFO] [stdout] test tests::dfs_test::single_node ... ok [INFO] [stdout] test tests::level_test::normal_tree ... ok [INFO] [stdout] test tests::dfs_test::normal_tree ... ok [INFO] [stdout] test tests::level_test::single_node ... ok [INFO] [stdout] test tests::dfs_test::more_that_two_child_nodes - should panic ... ok [INFO] [stdout] test tests::level_test::more_that_two_child_nodes - should panic ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.07s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "0550e425d69f513b202d19caa69ebf20f66bcb07e0a5f1c7d62dca1d6db47b7a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0550e425d69f513b202d19caa69ebf20f66bcb07e0a5f1c7d62dca1d6db47b7a", kill_on_drop: false }` [INFO] [stdout] 0550e425d69f513b202d19caa69ebf20f66bcb07e0a5f1c7d62dca1d6db47b7a