[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 beta-2022-04-10 for beta-1.61-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FSybelBlue%2Ffast-perms" "/workspace/builds/worker-13/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-13/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/SybelBlue/fast-perms on toolchain beta-2022-04-10 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "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-13/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" "+beta-2022-04-10" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/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" "+beta-2022-04-10" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 74db20a31471b083ad179934d68a3e9338a623c8dfe0b802639b6bdb8a150827 [INFO] running `Command { std: "docker" "start" "-a" "74db20a31471b083ad179934d68a3e9338a623c8dfe0b802639b6bdb8a150827", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "74db20a31471b083ad179934d68a3e9338a623c8dfe0b802639b6bdb8a150827", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "74db20a31471b083ad179934d68a3e9338a623c8dfe0b802639b6bdb8a150827", kill_on_drop: false }` [INFO] [stdout] 74db20a31471b083ad179934d68a3e9338a623c8dfe0b802639b6bdb8a150827 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/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" "+beta-2022-04-10" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 5edf0b4c124e8a1916e1e8600d06b909ee01de5ebf4eb8fd0f66148c2192e63b [INFO] running `Command { std: "docker" "start" "-a" "5edf0b4c124e8a1916e1e8600d06b909ee01de5ebf4eb8fd0f66148c2192e63b", kill_on_drop: false }` [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!(format!("Invalid OneLine: {:?}", self)) [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 2.48s [INFO] running `Command { std: "docker" "inspect" "5edf0b4c124e8a1916e1e8600d06b909ee01de5ebf4eb8fd0f66148c2192e63b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5edf0b4c124e8a1916e1e8600d06b909ee01de5ebf4eb8fd0f66148c2192e63b", kill_on_drop: false }` [INFO] [stdout] 5edf0b4c124e8a1916e1e8600d06b909ee01de5ebf4eb8fd0f66148c2192e63b [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/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" "+beta-2022-04-10" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 8b462529f03936948ecb7301c4abb75965df928f7009e949539f68a8e09043dd [INFO] running `Command { std: "docker" "start" "-a" "8b462529f03936948ecb7301c4abb75965df928f7009e949539f68a8e09043dd", kill_on_drop: false }` [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!(format!("Invalid OneLine: {:?}", self)) [INFO] [stdout] 35 + panic!("Invalid OneLine: {:?}", self) [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/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!(format!("Invalid OneLine: {:?}", self)) [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.46s [INFO] [stderr] Executable unittests src/lib.rs (/opt/rustwide/target/debug/deps/fast_perms-e31d884f842073e6) [INFO] [stderr] Executable unittests src/main.rs (/opt/rustwide/target/debug/deps/fast_perms-ef4749f8d85d2923) [INFO] running `Command { std: "docker" "inspect" "8b462529f03936948ecb7301c4abb75965df928f7009e949539f68a8e09043dd", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8b462529f03936948ecb7301c4abb75965df928f7009e949539f68a8e09043dd", kill_on_drop: false }` [INFO] [stdout] 8b462529f03936948ecb7301c4abb75965df928f7009e949539f68a8e09043dd [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/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" "+beta-2022-04-10" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 2d494807a1104b90569119b5522bbe3b340f74499ec98833d705ac98c02060ea [INFO] running `Command { std: "docker" "start" "-a" "2d494807a1104b90569119b5522bbe3b340f74499ec98833d705ac98c02060ea", kill_on_drop: false }` [INFO] [stderr] warning: panic message is not a string literal [INFO] [stdout] [INFO] [stderr] --> src/one_line.rs:35:24 [INFO] [stdout] running 5 tests [INFO] [stderr] | [INFO] [stdout] test test::one_line::from_involutions ... ok [INFO] [stderr] 35 | panic!(format!("Invalid OneLine: {:?}", self)) [INFO] [stdout] test test::swap_seq::from_cycle_notation ... ok [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] test test::one_line::identity ... ok [INFO] [stderr] | [INFO] [stdout] test test::one_line::apply ... ok [INFO] [stderr] = note: `#[warn(non_fmt_panics)]` on by default [INFO] [stdout] test test::swap_seq::mul_evaluate ... ok [INFO] [stderr] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] [INFO] [stderr] = note: for more information, see [INFO] [stdout] test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stderr] = note: the panic!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stdout] [INFO] [stderr] help: remove the `format!(..)` macro call [INFO] [stderr] | [INFO] [stderr] 35 - panic!(format!("Invalid OneLine: {:?}", self)) [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.00s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/fast_perms-e31d884f842073e6) [INFO] [stderr] Running unittests src/main.rs (/opt/rustwide/target/debug/deps/fast_perms-ef4749f8d85d2923) [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stderr] Doc-tests fast-perms [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" "2d494807a1104b90569119b5522bbe3b340f74499ec98833d705ac98c02060ea", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2d494807a1104b90569119b5522bbe3b340f74499ec98833d705ac98c02060ea", kill_on_drop: false }` [INFO] [stdout] 2d494807a1104b90569119b5522bbe3b340f74499ec98833d705ac98c02060ea