[INFO] updating cached repository https://github.com/nosferatu500/Aurora_VB [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] 66cdef0445cc54333d6bc3c7b8b3fb4c72f11bfd [INFO] testing nosferatu500/Aurora_VB against master#28742a1146f10a4f09369baad027a464acb7a766 for pr-71274 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fnosferatu500%2FAurora_VB" "/workspace/builds/worker-0/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-0/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/nosferatu500/Aurora_VB 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/nosferatu500/Aurora_VB [INFO] finished tweaking git repo https://github.com/nosferatu500/Aurora_VB [INFO] tweaked toml for git repo https://github.com/nosferatu500/Aurora_VB written to /workspace/builds/worker-0/source/Cargo.toml [INFO] crate git repo https://github.com/nosferatu500/Aurora_VB already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+28742a1146f10a4f09369baad027a464acb7a766" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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] 8b0d7a797a4671495eea1b89e8f49394b1945f703119096c079da33be697af81 [INFO] running `"docker" "start" "-a" "8b0d7a797a4671495eea1b89e8f49394b1945f703119096c079da33be697af81"` [INFO] [stderr] Compiling nom v1.2.4 [INFO] [stderr] Compiling aurora_vb v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: unused variable: `cycles` [INFO] [stderr] --> src/interconnect.rs:54:30 [INFO] [stderr] | [INFO] [stderr] 54 | pub fn cycles(&mut self, cycles: usize) { [INFO] [stderr] | ^^^^^^ help: if this is intentional, prefix it with an underscore: `_cycles` [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 3.69s [INFO] running `"docker" "inspect" "8b0d7a797a4671495eea1b89e8f49394b1945f703119096c079da33be697af81"` [INFO] running `"docker" "rm" "-f" "8b0d7a797a4671495eea1b89e8f49394b1945f703119096c079da33be697af81"` [INFO] [stdout] 8b0d7a797a4671495eea1b89e8f49394b1945f703119096c079da33be697af81 [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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] c2f3a346ef2c869c211ff8fcb2e1583cb7b0d5609feb739ea64a2ac690213001 [INFO] running `"docker" "start" "-a" "c2f3a346ef2c869c211ff8fcb2e1583cb7b0d5609feb739ea64a2ac690213001"` [INFO] [stderr] Compiling aurora_vb v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: unused variable: `cycles` [INFO] [stderr] --> src/interconnect.rs:54:30 [INFO] [stderr] | [INFO] [stderr] 54 | pub fn cycles(&mut self, cycles: usize) { [INFO] [stderr] | ^^^^^^ help: if this is intentional, prefix it with an underscore: `_cycles` [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 1.15s [INFO] running `"docker" "inspect" "c2f3a346ef2c869c211ff8fcb2e1583cb7b0d5609feb739ea64a2ac690213001"` [INFO] running `"docker" "rm" "-f" "c2f3a346ef2c869c211ff8fcb2e1583cb7b0d5609feb739ea64a2ac690213001"` [INFO] [stdout] c2f3a346ef2c869c211ff8fcb2e1583cb7b0d5609feb739ea64a2ac690213001 [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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] 79c7ddf401d3f96a0e60469f6975a99f2eb6279bdc84353b9ba62d2c20b07044 [INFO] running `"docker" "start" "-a" "79c7ddf401d3f96a0e60469f6975a99f2eb6279bdc84353b9ba62d2c20b07044"` [INFO] [stderr] warning: unused variable: `cycles` [INFO] [stderr] --> src/interconnect.rs:54:30 [INFO] [stderr] | [INFO] [stderr] 54 | pub fn cycles(&mut self, cycles: usize) { [INFO] [stderr] | ^^^^^^ help: if this is intentional, prefix it with an underscore: `_cycles` [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/aurora_vb-7c69644f4dfb0306 [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" "79c7ddf401d3f96a0e60469f6975a99f2eb6279bdc84353b9ba62d2c20b07044"` [INFO] running `"docker" "rm" "-f" "79c7ddf401d3f96a0e60469f6975a99f2eb6279bdc84353b9ba62d2c20b07044"` [INFO] [stdout] 79c7ddf401d3f96a0e60469f6975a99f2eb6279bdc84353b9ba62d2c20b07044