[INFO] updating cached repository https://github.com/corndog/pe11_20 [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] 4171255bdb0b927a544c9c82eb0b0a9db5e509d2 [INFO] testing corndog/pe11_20 against 1.44.0 for beta-1.45-1 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcorndog%2Fpe11_20" "/workspace/builds/worker-14/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-14/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/corndog/pe11_20 on toolchain 1.44.0 [INFO] running `"/workspace/cargo-home/bin/cargo" "+1.44.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/corndog/pe11_20 [INFO] finished tweaking git repo https://github.com/corndog/pe11_20 [INFO] tweaked toml for git repo https://github.com/corndog/pe11_20 written to /workspace/builds/worker-14/source/Cargo.toml [INFO] crate git repo https://github.com/corndog/pe11_20 already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+1.44.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/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=warn" "-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" "+1.44.0" "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] e4fa1b607b4331abeb55899354408f15feeaf369c7935b5c6e714af44419d849 [INFO] running `"docker" "start" "-a" "e4fa1b607b4331abeb55899354408f15feeaf369c7935b5c6e714af44419d849"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling num-complex v0.1.40 [INFO] [stderr] Compiling num-bigint v0.1.40 [INFO] [stderr] Compiling num-rational v0.1.39 [INFO] [stderr] Compiling num v0.1.40 [INFO] [stderr] Compiling stopwatch v0.0.7 [INFO] [stderr] Compiling pe2 v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: unused variable: `sw` [INFO] [stderr] --> src/main.rs:358:9 [INFO] [stderr] | [INFO] [stderr] 358 | let sw = Stopwatch::start_new(); [INFO] [stderr] | ^^ help: if this is intentional, prefix it with an underscore: `_sw` [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.87s [INFO] running `"docker" "inspect" "e4fa1b607b4331abeb55899354408f15feeaf369c7935b5c6e714af44419d849"` [INFO] running `"docker" "rm" "-f" "e4fa1b607b4331abeb55899354408f15feeaf369c7935b5c6e714af44419d849"` [INFO] [stdout] e4fa1b607b4331abeb55899354408f15feeaf369c7935b5c6e714af44419d849 [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/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=warn" "-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" "+1.44.0" "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] 4b017f47dea12aa0b77f551ac7a75a4d2071cf3a5ab911d75b7857578ef2a7c7 [INFO] running `"docker" "start" "-a" "4b017f47dea12aa0b77f551ac7a75a4d2071cf3a5ab911d75b7857578ef2a7c7"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling pe2 v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: unused variable: `sw` [INFO] [stderr] --> src/main.rs:358:9 [INFO] [stderr] | [INFO] [stderr] 358 | let sw = Stopwatch::start_new(); [INFO] [stderr] | ^^ help: if this is intentional, prefix it with an underscore: `_sw` [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.81s [INFO] running `"docker" "inspect" "4b017f47dea12aa0b77f551ac7a75a4d2071cf3a5ab911d75b7857578ef2a7c7"` [INFO] running `"docker" "rm" "-f" "4b017f47dea12aa0b77f551ac7a75a4d2071cf3a5ab911d75b7857578ef2a7c7"` [INFO] [stdout] 4b017f47dea12aa0b77f551ac7a75a4d2071cf3a5ab911d75b7857578ef2a7c7 [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/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=warn" "-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" "+1.44.0" "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] 184fc051766384f90e635b5608d750afccbd11b4c711c5ad152a9e13e377f91c [INFO] running `"docker" "start" "-a" "184fc051766384f90e635b5608d750afccbd11b4c711c5ad152a9e13e377f91c"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] warning: unused variable: `sw` [INFO] [stderr] --> src/main.rs:358:9 [INFO] [stderr] | [INFO] [stderr] 358 | let sw = Stopwatch::start_new(); [INFO] [stderr] | ^^ help: if this is intentional, prefix it with an underscore: `_sw` [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.06s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/pe2-28b275899c476d71 [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" "184fc051766384f90e635b5608d750afccbd11b4c711c5ad152a9e13e377f91c"` [INFO] running `"docker" "rm" "-f" "184fc051766384f90e635b5608d750afccbd11b4c711c5ad152a9e13e377f91c"` [INFO] [stdout] 184fc051766384f90e635b5608d750afccbd11b4c711c5ad152a9e13e377f91c