[INFO] crate axe 0.1.0 is already in cache [INFO] testing axe-0.1.0 against try#41997647ba6a77908f6ef64401414feb00bccf16 for pr-71274 [INFO] extracting crate axe 0.1.0 into /workspace/builds/worker-7/source [INFO] validating manifest of crates.io crate axe 0.1.0 on toolchain 41997647ba6a77908f6ef64401414feb00bccf16 [INFO] running `"/workspace/cargo-home/bin/cargo" "+41997647ba6a77908f6ef64401414feb00bccf16" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate axe 0.1.0 [INFO] finished tweaking crates.io crate axe 0.1.0 [INFO] tweaked toml for crates.io crate axe 0.1.0 written to /workspace/builds/worker-7/source/Cargo.toml [INFO] crate crates.io crate axe 0.1.0 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-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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] f4113ca658945bf0c6c579f0d355f31ab34e5049c0e528a64aa27fceaa7868dc [INFO] running `"docker" "start" "-a" "f4113ca658945bf0c6c579f0d355f31ab34e5049c0e528a64aa27fceaa7868dc"` [INFO] [stderr] Compiling proc-macro2 v1.0.6 [INFO] [stderr] Compiling syn v1.0.11 [INFO] [stderr] Compiling libc v0.2.66 [INFO] [stderr] Compiling unicode-segmentation v1.6.0 [INFO] [stderr] Compiling ryu v1.0.2 [INFO] [stderr] Compiling num-traits v0.2.10 [INFO] [stderr] Compiling num-integer v0.1.41 [INFO] [stderr] Compiling heck v0.3.1 [INFO] [stderr] Compiling quote v1.0.2 [INFO] [stderr] Compiling atty v0.2.13 [INFO] [stderr] Compiling time v0.1.42 [INFO] [stderr] Compiling clap v2.33.0 [INFO] [stderr] Compiling chrono v0.4.10 [INFO] [stderr] Compiling proc-macro-error v0.2.6 [INFO] [stderr] Compiling serde_derive v1.0.104 [INFO] [stderr] Compiling structopt-derive v0.3.5 [INFO] [stderr] Compiling structopt v0.3.5 [INFO] [stderr] Compiling serde v1.0.104 [INFO] [stderr] Compiling serde_json v1.0.44 [INFO] [stderr] Compiling axe v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 52.94s [INFO] running `"docker" "inspect" "f4113ca658945bf0c6c579f0d355f31ab34e5049c0e528a64aa27fceaa7868dc"` [INFO] running `"docker" "rm" "-f" "f4113ca658945bf0c6c579f0d355f31ab34e5049c0e528a64aa27fceaa7868dc"` [INFO] [stdout] f4113ca658945bf0c6c579f0d355f31ab34e5049c0e528a64aa27fceaa7868dc [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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] 782ea0bddf4f9215e13d6b8d59b6135875fd705b1ab972f68c53fcb692703b8d [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" "782ea0bddf4f9215e13d6b8d59b6135875fd705b1ab972f68c53fcb692703b8d"` [INFO] [stderr] Compiling axe v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: unused import: `serde::de::Unexpected::Map` [INFO] [stderr] --> src/structures/capped_hashmap.rs:66:9 [INFO] [stderr] | [INFO] [stderr] 66 | use serde::de::Unexpected::Map; [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 2.44s [INFO] running `"docker" "inspect" "782ea0bddf4f9215e13d6b8d59b6135875fd705b1ab972f68c53fcb692703b8d"` [INFO] running `"docker" "rm" "-f" "782ea0bddf4f9215e13d6b8d59b6135875fd705b1ab972f68c53fcb692703b8d"` [INFO] [stdout] 782ea0bddf4f9215e13d6b8d59b6135875fd705b1ab972f68c53fcb692703b8d [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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] 37b0c7bd6ab66e707138fe4ca8e203aa4501d970c20e17f2b1255de1d41d899b [INFO] running `"docker" "start" "-a" "37b0c7bd6ab66e707138fe4ca8e203aa4501d970c20e17f2b1255de1d41d899b"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] warning: unused import: `serde::de::Unexpected::Map` [INFO] [stderr] --> src/structures/capped_hashmap.rs:66:9 [INFO] [stderr] | [INFO] [stderr] 66 | use serde::de::Unexpected::Map; [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.46s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/axe-26379996bfe49dea [INFO] [stdout] [INFO] [stdout] running 2 tests [INFO] [stdout] test structures::capped_hashmap::tests::data_is_split_by_key ... ok [INFO] [stdout] test structures::capped_hashmap::tests::capped_hashmap_dumps_calls_persist_when_full ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] running `"docker" "inspect" "37b0c7bd6ab66e707138fe4ca8e203aa4501d970c20e17f2b1255de1d41d899b"` [INFO] running `"docker" "rm" "-f" "37b0c7bd6ab66e707138fe4ca8e203aa4501d970c20e17f2b1255de1d41d899b"` [INFO] [stdout] 37b0c7bd6ab66e707138fe4ca8e203aa4501d970c20e17f2b1255de1d41d899b