[INFO] fetching crate orchestrator 0.2.0... [INFO] testing orchestrator-0.2.0 against 1.60.0 for beta-1.61-1 [INFO] extracting crate orchestrator 0.2.0 into /workspace/builds/worker-6/source [INFO] validating manifest of crates.io crate orchestrator 0.2.0 on toolchain 1.60.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate orchestrator 0.2.0 [INFO] finished tweaking crates.io crate orchestrator 0.2.0 [INFO] tweaked toml for crates.io crate orchestrator 0.2.0 written to /workspace/builds/worker-6/source/Cargo.toml [INFO] crate crates.io crate orchestrator 0.2.0 already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.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/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 0f22c01dd0aa71e32fe99f92e0e514d3be501cad45e43852c5eea75b416c0f9c [INFO] running `Command { std: "docker" "start" "-a" "0f22c01dd0aa71e32fe99f92e0e514d3be501cad45e43852c5eea75b416c0f9c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "0f22c01dd0aa71e32fe99f92e0e514d3be501cad45e43852c5eea75b416c0f9c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0f22c01dd0aa71e32fe99f92e0e514d3be501cad45e43852c5eea75b416c0f9c", kill_on_drop: false }` [INFO] [stdout] 0f22c01dd0aa71e32fe99f92e0e514d3be501cad45e43852c5eea75b416c0f9c [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 6ecb00dbe421fc58252e43f8c68873004acbc6d412982d14b17f353dd9287dd8 [INFO] running `Command { std: "docker" "start" "-a" "6ecb00dbe421fc58252e43f8c68873004acbc6d412982d14b17f353dd9287dd8", kill_on_drop: false }` [INFO] [stderr] Compiling orchestrator v0.2.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/lib.rs:62:40 [INFO] [stdout] | [INFO] [stdout] 62 | None => panic!(format!("no function found with name {} exiting", name)), [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] 62 - None => panic!(format!("no function found with name {} exiting", name)), [INFO] [stdout] 62 + None => panic!("no function found with name {} exiting", name), [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.90s [INFO] running `Command { std: "docker" "inspect" "6ecb00dbe421fc58252e43f8c68873004acbc6d412982d14b17f353dd9287dd8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6ecb00dbe421fc58252e43f8c68873004acbc6d412982d14b17f353dd9287dd8", kill_on_drop: false }` [INFO] [stdout] 6ecb00dbe421fc58252e43f8c68873004acbc6d412982d14b17f353dd9287dd8 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] a58a905cec568ab0cbd4ca2cb6126c81c1c530bf5544c502637b3e40b23787b4 [INFO] running `Command { std: "docker" "start" "-a" "a58a905cec568ab0cbd4ca2cb6126c81c1c530bf5544c502637b3e40b23787b4", kill_on_drop: false }` [INFO] [stderr] Compiling orchestrator v0.2.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/lib.rs:62:40 [INFO] [stdout] | [INFO] [stdout] 62 | None => panic!(format!("no function found with name {} exiting", name)), [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] 62 - None => panic!(format!("no function found with name {} exiting", name)), [INFO] [stdout] 62 + None => panic!("no function found with name {} exiting", name), [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/lib.rs:62:40 [INFO] [stdout] | [INFO] [stdout] 62 | None => panic!(format!("no function found with name {} exiting", name)), [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] 62 - None => panic!(format!("no function found with name {} exiting", name)), [INFO] [stdout] 62 + None => panic!("no function found with name {} exiting", name), [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.43s [INFO] running `Command { std: "docker" "inspect" "a58a905cec568ab0cbd4ca2cb6126c81c1c530bf5544c502637b3e40b23787b4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a58a905cec568ab0cbd4ca2cb6126c81c1c530bf5544c502637b3e40b23787b4", kill_on_drop: false }` [INFO] [stdout] a58a905cec568ab0cbd4ca2cb6126c81c1c530bf5544c502637b3e40b23787b4 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 83804397eaeafb092cb8d3778710ceaea9224195c3efffe6f05f8f2b4b3c4a34 [INFO] running `Command { std: "docker" "start" "-a" "83804397eaeafb092cb8d3778710ceaea9224195c3efffe6f05f8f2b4b3c4a34", kill_on_drop: false }` [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> src/lib.rs:62:40 [INFO] [stderr] | [INFO] [stderr] 62 | None => panic!(format!("no function found with name {} exiting", name)), [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] 62 - None => panic!(format!("no function found with name {} exiting", name)), [INFO] [stderr] 62 + None => panic!("no function found with name {} exiting", name), [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: `orchestrator` (lib) generated 1 warning [INFO] [stderr] warning: `orchestrator` (lib test) generated 1 warning (1 duplicate) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.00s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/orchestrator-62fe507ead2f11e5) [INFO] [stdout] [INFO] [stderr] Doc-tests orchestrator [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "83804397eaeafb092cb8d3778710ceaea9224195c3efffe6f05f8f2b4b3c4a34", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "83804397eaeafb092cb8d3778710ceaea9224195c3efffe6f05f8f2b4b3c4a34", kill_on_drop: false }` [INFO] [stdout] 83804397eaeafb092cb8d3778710ceaea9224195c3efffe6f05f8f2b4b3c4a34