[INFO] updating cached repository https://github.com/rklaehn/rust-hypercore-playground [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] bb11c924ed6dd5fa6ef04235156254fec3331e27 [INFO] testing rklaehn/rust-hypercore-playground against master#28742a1146f10a4f09369baad027a464acb7a766 for pr-71274 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Frklaehn%2Frust-hypercore-playground" "/workspace/builds/worker-3/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-3/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/rklaehn/rust-hypercore-playground 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/rklaehn/rust-hypercore-playground [INFO] finished tweaking git repo https://github.com/rklaehn/rust-hypercore-playground [INFO] tweaked toml for git repo https://github.com/rklaehn/rust-hypercore-playground written to /workspace/builds/worker-3/source/Cargo.toml [INFO] crate git repo https://github.com/rklaehn/rust-hypercore-playground 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] [stderr] Blocking waiting for file lock on package cache [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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] 901552c5c50b7b26fc34f8ad836c21de34c0662030f040323271e038d00cbb12 [INFO] running `"docker" "start" "-a" "901552c5c50b7b26fc34f8ad836c21de34c0662030f040323271e038d00cbb12"` [INFO] [stderr] Compiling cc v1.0.40 [INFO] [stderr] Compiling syn v0.15.44 [INFO] [stderr] Compiling failure_derive v0.1.5 [INFO] [stderr] Compiling typenum v1.10.0 [INFO] [stderr] Compiling byteorder v1.3.2 [INFO] [stderr] Compiling subtle v2.1.1 [INFO] [stderr] Compiling arrayvec v0.4.11 [INFO] [stderr] Compiling nodrop v0.1.13 [INFO] [stderr] Compiling mkdirp v0.1.0 [INFO] [stderr] Compiling flat-tree v4.1.0 [INFO] [stderr] Compiling flat-tree v3.7.0 [INFO] [stderr] Compiling constant_time_eq v0.1.4 [INFO] [stderr] Compiling rand_core v0.3.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 rand_isaac v0.1.1 [INFO] [stderr] Compiling rand_xorshift v0.1.1 [INFO] [stderr] Compiling rand_hc v0.1.0 [INFO] [stderr] Compiling quote v0.6.13 [INFO] [stderr] Compiling rand_os v0.1.3 [INFO] [stderr] Compiling merkle-tree-stream v0.10.0 [INFO] [stderr] Compiling blake2-rfc v0.2.18 [INFO] [stderr] Compiling backtrace-sys v0.1.31 [INFO] [stderr] Compiling clear_on_drop v0.2.3 [INFO] [stderr] Compiling generic-array v0.12.3 [INFO] [stderr] Compiling digest v0.8.1 [INFO] [stderr] Compiling block-buffer v0.7.3 [INFO] [stderr] Compiling sha2 v0.8.0 [INFO] [stderr] Compiling curve25519-dalek v1.2.3 [INFO] [stderr] Compiling backtrace v0.3.35 [INFO] [stderr] Compiling synstructure v0.10.2 [INFO] [stderr] Compiling failure v0.1.5 [INFO] [stderr] Compiling memory-pager v0.8.0 [INFO] [stderr] Compiling random-access-storage v2.0.0 [INFO] [stderr] Compiling ed25519-dalek v0.9.1 [INFO] [stderr] Compiling sleep-parser v0.8.0 [INFO] [stderr] Compiling pretty-hash v0.4.0 [INFO] [stderr] Compiling random-access-memory v1.0.0 [INFO] [stderr] Compiling random-access-disk v0.8.0 [INFO] [stderr] Compiling sparse-bitfield v0.8.1 [INFO] [stderr] Compiling tree-index v0.5.0 [INFO] [stderr] Compiling hypercore v0.10.0 [INFO] [stderr] Compiling hypercore-playground v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: unused import: `RandomAccessDisk` [INFO] [stderr] --> src/main.rs:4:26 [INFO] [stderr] | [INFO] [stderr] 4 | use random_access_disk::{RandomAccessDisk}; [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: 1 warning emitted [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 49.79s [INFO] running `"docker" "inspect" "901552c5c50b7b26fc34f8ad836c21de34c0662030f040323271e038d00cbb12"` [INFO] running `"docker" "rm" "-f" "901552c5c50b7b26fc34f8ad836c21de34c0662030f040323271e038d00cbb12"` [INFO] [stdout] 901552c5c50b7b26fc34f8ad836c21de34c0662030f040323271e038d00cbb12 [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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] f25db4feb26206a3da83fbceeab2c78088a9a1495fe97105a2a57ec7d18bd0a6 [INFO] running `"docker" "start" "-a" "f25db4feb26206a3da83fbceeab2c78088a9a1495fe97105a2a57ec7d18bd0a6"` [INFO] [stderr] Compiling hypercore-playground v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: unused import: `RandomAccessDisk` [INFO] [stderr] --> src/main.rs:4:26 [INFO] [stderr] | [INFO] [stderr] 4 | use random_access_disk::{RandomAccessDisk}; [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: 1 warning emitted [INFO] [stderr] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 1.55s [INFO] running `"docker" "inspect" "f25db4feb26206a3da83fbceeab2c78088a9a1495fe97105a2a57ec7d18bd0a6"` [INFO] running `"docker" "rm" "-f" "f25db4feb26206a3da83fbceeab2c78088a9a1495fe97105a2a57ec7d18bd0a6"` [INFO] [stdout] f25db4feb26206a3da83fbceeab2c78088a9a1495fe97105a2a57ec7d18bd0a6 [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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] 1897101d83bac5039f62a078f2ac7e7c5c6fd2b51e8c7a1ddd12698368be17cf [INFO] running `"docker" "start" "-a" "1897101d83bac5039f62a078f2ac7e7c5c6fd2b51e8c7a1ddd12698368be17cf"` [INFO] [stderr] warning: unused import: `RandomAccessDisk` [INFO] [stderr] --> src/main.rs:4:26 [INFO] [stderr] | [INFO] [stderr] 4 | use random_access_disk::{RandomAccessDisk}; [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: 1 warning emitted [INFO] [stderr] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.26s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/hypercore_playground-57b99eb3b4dba1cc [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" "1897101d83bac5039f62a078f2ac7e7c5c6fd2b51e8c7a1ddd12698368be17cf"` [INFO] running `"docker" "rm" "-f" "1897101d83bac5039f62a078f2ac7e7c5c6fd2b51e8c7a1ddd12698368be17cf"` [INFO] [stdout] 1897101d83bac5039f62a078f2ac7e7c5c6fd2b51e8c7a1ddd12698368be17cf