[INFO] updating cached repository https://github.com/cultofmetatron/mirrormaze_rust [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "-c" "remote.origin.fetch=refs/heads/*:refs/heads/*" "fetch" "origin" "--force" "--prune"` [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 6c4e94472dac994ebc0f06fdfa99cbdf39be1bfd [INFO] testing cultofmetatron/mirrormaze_rust against master#28742a1146f10a4f09369baad027a464acb7a766 for pr-71274 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcultofmetatron%2Fmirrormaze_rust" "/workspace/builds/worker-5/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-5/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/cultofmetatron/mirrormaze_rust on toolchain 28742a1146f10a4f09369baad027a464acb7a766 [INFO] running `"/workspace/cargo-home/bin/cargo" "+28742a1146f10a4f09369baad027a464acb7a766" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/cultofmetatron/mirrormaze_rust [INFO] finished tweaking git repo https://github.com/cultofmetatron/mirrormaze_rust [INFO] tweaked toml for git repo https://github.com/cultofmetatron/mirrormaze_rust written to /workspace/builds/worker-5/source/Cargo.toml [INFO] crate git repo https://github.com/cultofmetatron/mirrormaze_rust already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+28742a1146f10a4f09369baad027a464acb7a766" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"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" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+28742a1146f10a4f09369baad027a464acb7a766" "build" "--frozen"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 4319c06798f89b4a8c832b061c4759dedaefdd7e9450746e6c78875358277df4 [INFO] running `"docker" "start" "-a" "4319c06798f89b4a8c832b061c4759dedaefdd7e9450746e6c78875358277df4"` [INFO] [stderr] Compiling libc v0.2.48 [INFO] [stderr] Compiling bit-vec v0.4.4 [INFO] [stderr] Compiling rand v0.4.6 [INFO] [stderr] Compiling rand v0.3.23 [INFO] [stderr] Compiling bloom v0.2.0 [INFO] [stderr] Compiling mirrormaze v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: unused variable: `coordinates` [INFO] [stderr] --> src/main.rs:205:18 [INFO] [stderr] | [INFO] [stderr] 205 | Some(coordinates) => true, [INFO] [stderr] | ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_coordinates` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_variables)]` on by default [INFO] [stderr] [INFO] [stderr] warning: 1 warning emitted [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 5.63s [INFO] running `"docker" "inspect" "4319c06798f89b4a8c832b061c4759dedaefdd7e9450746e6c78875358277df4"` [INFO] running `"docker" "rm" "-f" "4319c06798f89b4a8c832b061c4759dedaefdd7e9450746e6c78875358277df4"` [INFO] [stdout] 4319c06798f89b4a8c832b061c4759dedaefdd7e9450746e6c78875358277df4 [INFO] running `"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" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+28742a1146f10a4f09369baad027a464acb7a766" "test" "--frozen" "--no-run"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 807f840d28514324e06a2bdd0f4919a599aaf356d38cefb06b3fbb407cea9364 [INFO] running `"docker" "start" "-a" "807f840d28514324e06a2bdd0f4919a599aaf356d38cefb06b3fbb407cea9364"` [INFO] [stderr] Compiling mirrormaze v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: unused variable: `coordinates` [INFO] [stderr] --> src/main.rs:205:18 [INFO] [stderr] | [INFO] [stderr] 205 | Some(coordinates) => true, [INFO] [stderr] | ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_coordinates` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_variables)]` on by default [INFO] [stderr] [INFO] [stderr] warning: 1 warning emitted [INFO] [stderr] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.83s [INFO] running `"docker" "inspect" "807f840d28514324e06a2bdd0f4919a599aaf356d38cefb06b3fbb407cea9364"` [INFO] running `"docker" "rm" "-f" "807f840d28514324e06a2bdd0f4919a599aaf356d38cefb06b3fbb407cea9364"` [INFO] [stdout] 807f840d28514324e06a2bdd0f4919a599aaf356d38cefb06b3fbb407cea9364 [INFO] running `"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" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+28742a1146f10a4f09369baad027a464acb7a766" "test" "--frozen"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 5f0b235df9c81330e720d12171e6e450f480f52ceed706d9f1c304830e8f86d0 [INFO] running `"docker" "start" "-a" "5f0b235df9c81330e720d12171e6e450f480f52ceed706d9f1c304830e8f86d0"` [INFO] [stderr] warning: unused variable: `coordinates` [INFO] [stderr] --> src/main.rs:205:18 [INFO] [stderr] | [INFO] [stderr] 205 | Some(coordinates) => true, [INFO] [stderr] | ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_coordinates` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_variables)]` on by default [INFO] [stderr] [INFO] [stderr] warning: 1 warning emitted [INFO] [stderr] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.07s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/mirrormaze-3fe7419ca653db3b [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 [INFO] [stdout] [INFO] running `"docker" "inspect" "5f0b235df9c81330e720d12171e6e450f480f52ceed706d9f1c304830e8f86d0"` [INFO] running `"docker" "rm" "-f" "5f0b235df9c81330e720d12171e6e450f480f52ceed706d9f1c304830e8f86d0"` [INFO] [stdout] 5f0b235df9c81330e720d12171e6e450f480f52ceed706d9f1c304830e8f86d0