[INFO] updating cached repository https://github.com/jrawsthorne/rust-bitcoin-cpu-miner [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] 7e27282ebed6ef5bf7d81f4ceb0f6f09174580e8 [INFO] testing jrawsthorne/rust-bitcoin-cpu-miner against try#41997647ba6a77908f6ef64401414feb00bccf16 for pr-71274 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjrawsthorne%2Frust-bitcoin-cpu-miner" "/workspace/builds/worker-11/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-11/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/jrawsthorne/rust-bitcoin-cpu-miner on toolchain 41997647ba6a77908f6ef64401414feb00bccf16 [INFO] running `"/workspace/cargo-home/bin/cargo" "+41997647ba6a77908f6ef64401414feb00bccf16" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/jrawsthorne/rust-bitcoin-cpu-miner [INFO] finished tweaking git repo https://github.com/jrawsthorne/rust-bitcoin-cpu-miner [INFO] tweaked toml for git repo https://github.com/jrawsthorne/rust-bitcoin-cpu-miner written to /workspace/builds/worker-11/source/Cargo.toml [INFO] crate git repo https://github.com/jrawsthorne/rust-bitcoin-cpu-miner already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+41997647ba6a77908f6ef64401414feb00bccf16" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/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" "+41997647ba6a77908f6ef64401414feb00bccf16" "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] 7c7885de802d9a0775f7be9472468b30ef5ffc019ae21fc8324672ac9018b359 [INFO] running `"docker" "start" "-a" "7c7885de802d9a0775f7be9472468b30ef5ffc019ae21fc8324672ac9018b359"` [INFO] [stderr] Compiling autocfg v0.1.7 [INFO] [stderr] Compiling libc v0.2.66 [INFO] [stderr] Compiling cc v1.0.41 [INFO] [stderr] Compiling hex v0.3.2 [INFO] [stderr] Compiling bitcoin_hashes v0.7.2 [INFO] [stderr] Compiling bech32 v0.7.1 [INFO] [stderr] Compiling rand_chacha v0.1.1 [INFO] [stderr] Compiling rand_pcg v0.1.2 [INFO] [stderr] Compiling rand v0.6.5 [INFO] [stderr] Compiling secp256k1 v0.15.5 [INFO] [stderr] Compiling rand_os v0.1.3 [INFO] [stderr] Compiling num_cpus v1.11.1 [INFO] [stderr] Compiling bitcoin v0.21.0 [INFO] [stderr] Compiling rust-bitcoin-cpu-miner v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 47.00s [INFO] running `"docker" "inspect" "7c7885de802d9a0775f7be9472468b30ef5ffc019ae21fc8324672ac9018b359"` [INFO] running `"docker" "rm" "-f" "7c7885de802d9a0775f7be9472468b30ef5ffc019ae21fc8324672ac9018b359"` [INFO] [stdout] 7c7885de802d9a0775f7be9472468b30ef5ffc019ae21fc8324672ac9018b359 [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/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" "+41997647ba6a77908f6ef64401414feb00bccf16" "test" "--frozen" "--no-run"` [INFO] [stdout] aab91542ce24acdf3227171b64df430d541001ef7fec709885ce3f83476cce5f [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `"docker" "start" "-a" "aab91542ce24acdf3227171b64df430d541001ef7fec709885ce3f83476cce5f"` [INFO] [stderr] Compiling rust-bitcoin-cpu-miner v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 1.17s [INFO] running `"docker" "inspect" "aab91542ce24acdf3227171b64df430d541001ef7fec709885ce3f83476cce5f"` [INFO] running `"docker" "rm" "-f" "aab91542ce24acdf3227171b64df430d541001ef7fec709885ce3f83476cce5f"` [INFO] [stdout] aab91542ce24acdf3227171b64df430d541001ef7fec709885ce3f83476cce5f [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/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" "+41997647ba6a77908f6ef64401414feb00bccf16" "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] 68c1fa04096cbdcaed6abec7c64908888157264e79e2c5c91ec2bff92e04e3e5 [INFO] running `"docker" "start" "-a" "68c1fa04096cbdcaed6abec7c64908888157264e79e2c5c91ec2bff92e04e3e5"` [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.15s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/rust_bitcoin_cpu_miner-30f605cd17be611c [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" "68c1fa04096cbdcaed6abec7c64908888157264e79e2c5c91ec2bff92e04e3e5"` [INFO] running `"docker" "rm" "-f" "68c1fa04096cbdcaed6abec7c64908888157264e79e2c5c91ec2bff92e04e3e5"` [INFO] [stdout] 68c1fa04096cbdcaed6abec7c64908888157264e79e2c5c91ec2bff92e04e3e5