[INFO] cloning repository https://github.com/SybelBlue/fast-perms [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/SybelBlue/fast-perms" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FSybelBlue%2Ffast-perms", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FSybelBlue%2Ffast-perms'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] b83dda9543293ee2ba6fd76aeb21aaa7ae25db9d [INFO] testing SybelBlue/fast-perms against 1.55.0 for beta-1.56-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FSybelBlue%2Ffast-perms" "/workspace/builds/worker-11/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-11/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/SybelBlue/fast-perms on toolchain 1.55.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.55.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/SybelBlue/fast-perms [INFO] finished tweaking git repo https://github.com/SybelBlue/fast-perms [INFO] tweaked toml for git repo https://github.com/SybelBlue/fast-perms written to /workspace/builds/worker-11/source/Cargo.toml [INFO] crate git repo https://github.com/SybelBlue/fast-perms already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.55.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/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" "+1.55.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 45c7c6525d8ac6824e1b950f7bd3394cca5386a46a9e56d2d06cb8d36ef8dfd6 [INFO] running `Command { std: "docker" "start" "-a" "45c7c6525d8ac6824e1b950f7bd3394cca5386a46a9e56d2d06cb8d36ef8dfd6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "45c7c6525d8ac6824e1b950f7bd3394cca5386a46a9e56d2d06cb8d36ef8dfd6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "45c7c6525d8ac6824e1b950f7bd3394cca5386a46a9e56d2d06cb8d36ef8dfd6", kill_on_drop: false }` [INFO] [stdout] 45c7c6525d8ac6824e1b950f7bd3394cca5386a46a9e56d2d06cb8d36ef8dfd6 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/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" "+1.55.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] e9562f083bd8b33aa00762bdca2d09d3ca8a04e6b2605b5a93bd1a799f7d0de4 [INFO] running `Command { std: "docker" "start" "-a" "e9562f083bd8b33aa00762bdca2d09d3ca8a04e6b2605b5a93bd1a799f7d0de4", 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] [stderr] Compiling fast-perms v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/one_line.rs:35:24 [INFO] [stdout] | [INFO] [stdout] 35 | panic!(format!("Invalid OneLine: {:?}", self)) [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] 35 | panic!("Invalid OneLine: {:?}", self) [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.92s [INFO] running `Command { std: "docker" "inspect" "e9562f083bd8b33aa00762bdca2d09d3ca8a04e6b2605b5a93bd1a799f7d0de4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e9562f083bd8b33aa00762bdca2d09d3ca8a04e6b2605b5a93bd1a799f7d0de4", kill_on_drop: false }` [INFO] [stdout] e9562f083bd8b33aa00762bdca2d09d3ca8a04e6b2605b5a93bd1a799f7d0de4 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/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" "+1.55.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 79b899894b0cb594e461b9dcbb8ef7b34398a59ea4081e6ff5b10405b8adb98e [INFO] running `Command { std: "docker" "start" "-a" "79b899894b0cb594e461b9dcbb8ef7b34398a59ea4081e6ff5b10405b8adb98e", kill_on_drop: false }` [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/one_line.rs:35:24 [INFO] [stdout] | [INFO] [stdout] 35 | panic!(format!("Invalid OneLine: {:?}", self)) [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] 35 | panic!("Invalid OneLine: {:?}", self) [INFO] [stdout] | -- -- [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling fast-perms v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/one_line.rs:35:24 [INFO] [stdout] | [INFO] [stdout] 35 | panic!(format!("Invalid OneLine: {:?}", self)) [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] 35 | panic!("Invalid OneLine: {:?}", self) [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.54s [INFO] running `Command { std: "docker" "inspect" "79b899894b0cb594e461b9dcbb8ef7b34398a59ea4081e6ff5b10405b8adb98e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "79b899894b0cb594e461b9dcbb8ef7b34398a59ea4081e6ff5b10405b8adb98e", kill_on_drop: false }` [INFO] [stdout] 79b899894b0cb594e461b9dcbb8ef7b34398a59ea4081e6ff5b10405b8adb98e [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/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" "+1.55.0" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 57ae83eecae244a8b9e8c0f94b9c5e0148deae3bd1419317e779d887a75f0973 [INFO] running `Command { std: "docker" "start" "-a" "57ae83eecae244a8b9e8c0f94b9c5e0148deae3bd1419317e779d887a75f0973", kill_on_drop: false }` [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> src/one_line.rs:35:24 [INFO] [stderr] | [INFO] [stderr] 35 | panic!(format!("Invalid OneLine: {:?}", self)) [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] 35 | panic!("Invalid OneLine: {:?}", self) [INFO] [stderr] | -- -- [INFO] [stderr] [INFO] [stderr] warning: `fast-perms` (lib) generated 1 warning [INFO] [stderr] warning: `fast-perms` (lib test) generated 1 warning (1 duplicate) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.01s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/fast_perms-a633a56be99a1966) [INFO] [stdout] [INFO] [stdout] running 5 tests [INFO] [stdout] test test::one_line::from_involutions ... ok [INFO] [stdout] test test::swap_seq::mul_evaluate ... ok [INFO] [stdout] test test::one_line::identity ... ok [INFO] [stdout] test test::swap_seq::from_cycle_notation ... ok [INFO] [stdout] test test::one_line::apply ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s [INFO] [stdout] [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/fast_perms-a705b0df37512210) [INFO] [stdout] [INFO] [stderr] Doc-tests fast-perms [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" "57ae83eecae244a8b9e8c0f94b9c5e0148deae3bd1419317e779d887a75f0973", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "57ae83eecae244a8b9e8c0f94b9c5e0148deae3bd1419317e779d887a75f0973", kill_on_drop: false }` [INFO] [stdout] 57ae83eecae244a8b9e8c0f94b9c5e0148deae3bd1419317e779d887a75f0973