[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.60.0 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 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 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" "+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-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" "+1.60.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] f07f7998874cafecb8c4379871246cc23af1b3e3bc324d06d8030fcb46cffd27 [INFO] running `Command { std: "docker" "start" "-a" "f07f7998874cafecb8c4379871246cc23af1b3e3bc324d06d8030fcb46cffd27", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "f07f7998874cafecb8c4379871246cc23af1b3e3bc324d06d8030fcb46cffd27", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f07f7998874cafecb8c4379871246cc23af1b3e3bc324d06d8030fcb46cffd27", kill_on_drop: false }` [INFO] [stdout] f07f7998874cafecb8c4379871246cc23af1b3e3bc324d06d8030fcb46cffd27 [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" "+1.60.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 2705b47d10903ebf8c1c362d01cddbb1b47d1c08b106c834841089e2add7df18 [INFO] running `Command { std: "docker" "start" "-a" "2705b47d10903ebf8c1c362d01cddbb1b47d1c08b106c834841089e2add7df18", 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] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.08s [INFO] running `Command { std: "docker" "inspect" "2705b47d10903ebf8c1c362d01cddbb1b47d1c08b106c834841089e2add7df18", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2705b47d10903ebf8c1c362d01cddbb1b47d1c08b106c834841089e2add7df18", kill_on_drop: false }` [INFO] [stdout] 2705b47d10903ebf8c1c362d01cddbb1b47d1c08b106c834841089e2add7df18 [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" "+1.60.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 21fe098f1780977c7b8a12b4136dee10e73807c707bc2c1699afeeefd75fcfa2 [INFO] running `Command { std: "docker" "start" "-a" "21fe098f1780977c7b8a12b4136dee10e73807c707bc2c1699afeeefd75fcfa2", 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!(format!("Invalid OneLine: {:?}", self)) [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!(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.50s [INFO] running `Command { std: "docker" "inspect" "21fe098f1780977c7b8a12b4136dee10e73807c707bc2c1699afeeefd75fcfa2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "21fe098f1780977c7b8a12b4136dee10e73807c707bc2c1699afeeefd75fcfa2", kill_on_drop: false }` [INFO] [stdout] 21fe098f1780977c7b8a12b4136dee10e73807c707bc2c1699afeeefd75fcfa2 [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" "+1.60.0" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 17eb2c30e0e28e7c86018fd528e858fc3e9460de5ddc17a6260ae17b769946a5 [INFO] running `Command { std: "docker" "start" "-a" "17eb2c30e0e28e7c86018fd528e858fc3e9460de5ddc17a6260ae17b769946a5", 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!(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.01s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/fast_perms-6f09bf35cc46295e) [INFO] [stdout] [INFO] [stdout] running 5 tests [INFO] [stdout] test test::one_line::from_involutions ... ok [INFO] [stdout] test test::one_line::identity ... ok [INFO] [stdout] test test::swap_seq::from_cycle_notation ... ok [INFO] [stdout] test test::swap_seq::mul_evaluate ... 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.00s [INFO] [stdout] [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/fast_perms-c0c450cef84220f2) [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] [stderr] Doc-tests fast-perms [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" "17eb2c30e0e28e7c86018fd528e858fc3e9460de5ddc17a6260ae17b769946a5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "17eb2c30e0e28e7c86018fd528e858fc3e9460de5ddc17a6260ae17b769946a5", kill_on_drop: false }` [INFO] [stdout] 17eb2c30e0e28e7c86018fd528e858fc3e9460de5ddc17a6260ae17b769946a5