[INFO] updating cached repository https://github.com/rukai/gc-adapter-diagnostics [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] 8f5582b23e795ca3fd8751667c82723bdec4db94 [INFO] testing rukai/gc-adapter-diagnostics against try#41997647ba6a77908f6ef64401414feb00bccf16 for pr-71274 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Frukai%2Fgc-adapter-diagnostics" "/workspace/builds/worker-1/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/rukai/gc-adapter-diagnostics 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/rukai/gc-adapter-diagnostics [INFO] finished tweaking git repo https://github.com/rukai/gc-adapter-diagnostics [INFO] tweaked toml for git repo https://github.com/rukai/gc-adapter-diagnostics written to /workspace/builds/worker-1/source/Cargo.toml [INFO] crate git repo https://github.com/rukai/gc-adapter-diagnostics 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-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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] 994ffc7e0ce7b265cc1a1954eb5171c440e39d1f20054780303ea93324569e9a [INFO] running `"docker" "start" "-a" "994ffc7e0ce7b265cc1a1954eb5171c440e39d1f20054780303ea93324569e9a"` [INFO] [stderr] Compiling cc v1.0.37 [INFO] [stderr] Compiling syn v0.15.35 [INFO] [stderr] Compiling autocfg v0.1.4 [INFO] [stderr] Compiling bit-vec v0.6.1 [INFO] [stderr] Compiling rustc-demangle v0.1.15 [INFO] [stderr] Compiling cfg-if v0.1.9 [INFO] [stderr] Compiling libusb-sys v0.2.3 [INFO] [stderr] Compiling quote v0.6.12 [INFO] [stderr] Compiling bit-set v0.2.0 [INFO] [stderr] Compiling backtrace v0.3.30 [INFO] [stderr] Compiling libusb v0.3.0 [INFO] [stderr] Compiling backtrace-sys v0.1.28 [INFO] [stderr] Compiling synstructure v0.10.2 [INFO] [stderr] Compiling failure_derive v0.1.5 [INFO] [stderr] Compiling failure v0.1.5 [INFO] [stderr] Compiling gc_adapter_diagnostics v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 26.68s [INFO] running `"docker" "inspect" "994ffc7e0ce7b265cc1a1954eb5171c440e39d1f20054780303ea93324569e9a"` [INFO] running `"docker" "rm" "-f" "994ffc7e0ce7b265cc1a1954eb5171c440e39d1f20054780303ea93324569e9a"` [INFO] [stdout] 994ffc7e0ce7b265cc1a1954eb5171c440e39d1f20054780303ea93324569e9a [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] eef97713a11b71368568dae3f6dff9ef733d4816d602c3499ac3a2a58c7ab4bd [INFO] running `"docker" "start" "-a" "eef97713a11b71368568dae3f6dff9ef733d4816d602c3499ac3a2a58c7ab4bd"` [INFO] [stderr] Compiling gc_adapter_diagnostics v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 1.12s [INFO] running `"docker" "inspect" "eef97713a11b71368568dae3f6dff9ef733d4816d602c3499ac3a2a58c7ab4bd"` [INFO] running `"docker" "rm" "-f" "eef97713a11b71368568dae3f6dff9ef733d4816d602c3499ac3a2a58c7ab4bd"` [INFO] [stdout] eef97713a11b71368568dae3f6dff9ef733d4816d602c3499ac3a2a58c7ab4bd [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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] f1f1bc3a3f5de5af6f5fd84790a8d358de875f1214f69d0ee3fafa79ff8d3a7d [INFO] running `"docker" "start" "-a" "f1f1bc3a3f5de5af6f5fd84790a8d358de875f1214f69d0ee3fafa79ff8d3a7d"` [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.19s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/gc_adapter_diagnostics-3686d46773c5c223 [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" "f1f1bc3a3f5de5af6f5fd84790a8d358de875f1214f69d0ee3fafa79ff8d3a7d"` [INFO] running `"docker" "rm" "-f" "f1f1bc3a3f5de5af6f5fd84790a8d358de875f1214f69d0ee3fafa79ff8d3a7d"` [INFO] [stdout] f1f1bc3a3f5de5af6f5fd84790a8d358de875f1214f69d0ee3fafa79ff8d3a7d