[INFO] cloning repository https://github.com/mkeeter/super-auto-sim [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/mkeeter/super-auto-sim" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmkeeter%2Fsuper-auto-sim", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmkeeter%2Fsuper-auto-sim'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] fee698f08e0ae37ebe336c0410ff17052962d84a [INFO] testing mkeeter/super-auto-sim against 1.59.0 for beta-1.60-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmkeeter%2Fsuper-auto-sim" "/workspace/builds/worker-5/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-5/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/mkeeter/super-auto-sim on toolchain 1.59.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.59.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/mkeeter/super-auto-sim [INFO] finished tweaking git repo https://github.com/mkeeter/super-auto-sim [INFO] tweaked toml for git repo https://github.com/mkeeter/super-auto-sim written to /workspace/builds/worker-5/source/Cargo.toml [INFO] crate git repo https://github.com/mkeeter/super-auto-sim already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.59.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded serde_derive v1.0.135 [INFO] [stderr] Downloaded hashbrown v0.12.0 [INFO] [stderr] Downloaded serde v1.0.135 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+1.59.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] fac9e8da83fde52899e21ade7927600bdd0118afa9a2d7e40f4860484193b0f2 [INFO] running `Command { std: "docker" "start" "-a" "fac9e8da83fde52899e21ade7927600bdd0118afa9a2d7e40f4860484193b0f2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "fac9e8da83fde52899e21ade7927600bdd0118afa9a2d7e40f4860484193b0f2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "fac9e8da83fde52899e21ade7927600bdd0118afa9a2d7e40f4860484193b0f2", kill_on_drop: false }` [INFO] [stdout] fac9e8da83fde52899e21ade7927600bdd0118afa9a2d7e40f4860484193b0f2 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+1.59.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 8e5782c5e6024c7fb54efdc157e4f6eb68df0ec49331131129156381ff091b6b [INFO] running `Command { std: "docker" "start" "-a" "8e5782c5e6024c7fb54efdc157e4f6eb68df0ec49331131129156381ff091b6b", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling libc v0.2.113 [INFO] [stderr] Compiling cfg-if v1.0.0 [INFO] [stderr] Compiling proc-macro2 v1.0.36 [INFO] [stderr] Compiling unicode-xid v0.2.2 [INFO] [stderr] Compiling syn v1.0.86 [INFO] [stderr] Compiling memchr v2.4.1 [INFO] [stderr] Compiling version_check v0.9.4 [INFO] [stderr] Compiling autocfg v1.0.1 [INFO] [stderr] Compiling serde_derive v1.0.135 [INFO] [stderr] Compiling crc32fast v1.3.1 [INFO] [stderr] Compiling log v0.4.14 [INFO] [stderr] Compiling serde v1.0.135 [INFO] [stderr] Compiling once_cell v1.9.0 [INFO] [stderr] Compiling regex-syntax v0.6.25 [INFO] [stderr] Compiling ppv-lite86 v0.2.16 [INFO] [stderr] Compiling adler v1.0.2 [INFO] [stderr] Compiling either v1.6.1 [INFO] [stderr] Compiling termcolor v1.1.2 [INFO] [stderr] Compiling humantime v2.1.0 [INFO] [stderr] Compiling itertools v0.10.3 [INFO] [stderr] Compiling miniz_oxide v0.4.4 [INFO] [stderr] Compiling ahash v0.7.6 [INFO] [stderr] Compiling aho-corasick v0.7.18 [INFO] [stderr] Compiling quote v1.0.15 [INFO] [stderr] Compiling getrandom v0.2.4 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling rand_core v0.6.3 [INFO] [stderr] Compiling regex v1.5.4 [INFO] [stderr] Compiling flate2 v1.0.22 [INFO] [stderr] Compiling hashbrown v0.12.0 [INFO] [stderr] Compiling rand_chacha v0.3.1 [INFO] [stderr] Compiling rand v0.8.4 [INFO] [stderr] Compiling env_logger v0.9.0 [INFO] [stderr] Compiling bincode v1.3.3 [INFO] [stderr] Compiling super-auto-sim v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: associated function is never used: `key` [INFO] [stdout] --> src/dice.rs:20:12 [INFO] [stdout] | [INFO] [stdout] 20 | pub fn key(&self) -> String { [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `from_key` [INFO] [stdout] --> src/dice.rs:27:12 [INFO] [stdout] | [INFO] [stdout] 27 | pub fn from_key(s: &str) -> Self { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 22.18s [INFO] running `Command { std: "docker" "inspect" "8e5782c5e6024c7fb54efdc157e4f6eb68df0ec49331131129156381ff091b6b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8e5782c5e6024c7fb54efdc157e4f6eb68df0ec49331131129156381ff091b6b", kill_on_drop: false }` [INFO] [stdout] 8e5782c5e6024c7fb54efdc157e4f6eb68df0ec49331131129156381ff091b6b [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+1.59.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 8ac097d43e887b308b93377c1c5cf0650ca9e014f52a52e32b05164eaca59294 [INFO] running `Command { std: "docker" "start" "-a" "8ac097d43e887b308b93377c1c5cf0650ca9e014f52a52e32b05164eaca59294", kill_on_drop: false }` [INFO] [stderr] Compiling super-auto-sim v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: associated function is never used: `key` [INFO] [stdout] --> src/dice.rs:20:12 [INFO] [stdout] | [INFO] [stdout] 20 | pub fn key(&self) -> String { [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `from_key` [INFO] [stdout] --> src/dice.rs:27:12 [INFO] [stdout] | [INFO] [stdout] 27 | pub fn from_key(s: &str) -> Self { [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 0.89s [INFO] running `Command { std: "docker" "inspect" "8ac097d43e887b308b93377c1c5cf0650ca9e014f52a52e32b05164eaca59294", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8ac097d43e887b308b93377c1c5cf0650ca9e014f52a52e32b05164eaca59294", kill_on_drop: false }` [INFO] [stdout] 8ac097d43e887b308b93377c1c5cf0650ca9e014f52a52e32b05164eaca59294 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+1.59.0" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 6610ca68bc4fdb03cc753a87c8c2bd2891916c63281bdd344f5a6263f21310a2 [INFO] running `Command { std: "docker" "start" "-a" "6610ca68bc4fdb03cc753a87c8c2bd2891916c63281bdd344f5a6263f21310a2", kill_on_drop: false }` [INFO] [stderr] warning: associated function is never used: `key` [INFO] [stderr] --> src/dice.rs:20:12 [INFO] [stderr] | [INFO] [stderr] 20 | pub fn key(&self) -> String { [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: associated function is never used: `from_key` [INFO] [stderr] --> src/dice.rs:27:12 [INFO] [stderr] | [INFO] [stderr] 27 | pub fn from_key(s: &str) -> Self { [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: `super-auto-sim` (bin "super-auto-sim" test) generated 2 warnings [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.02s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/super_auto_sim-6323ab9c39846630) [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" "6610ca68bc4fdb03cc753a87c8c2bd2891916c63281bdd344f5a6263f21310a2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6610ca68bc4fdb03cc753a87c8c2bd2891916c63281bdd344f5a6263f21310a2", kill_on_drop: false }` [INFO] [stdout] 6610ca68bc4fdb03cc753a87c8c2bd2891916c63281bdd344f5a6263f21310a2