[INFO] updating cached repository https://github.com/ianbrault/hrp [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] b40da2e4eef1c9c94605846b79985c1ad2492cbc [INFO] testing ianbrault/hrp against master#28742a1146f10a4f09369baad027a464acb7a766 for pr-71274 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fianbrault%2Fhrp" "/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/ianbrault/hrp 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/ianbrault/hrp [INFO] finished tweaking git repo https://github.com/ianbrault/hrp [INFO] tweaked toml for git repo https://github.com/ianbrault/hrp written to /workspace/builds/worker-1/source/Cargo.toml [INFO] crate git repo https://github.com/ianbrault/hrp already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+28742a1146f10a4f09369baad027a464acb7a766" "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" "+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] 573a4543437a351b2e275ddf7e04e6835f7ac9c511b240a08a3a883bdc31aef7 [INFO] running `"docker" "start" "-a" "573a4543437a351b2e275ddf7e04e6835f7ac9c511b240a08a3a883bdc31aef7"` [INFO] [stderr] Compiling rle-decode-fast v1.0.1 [INFO] [stderr] Compiling take_mut v0.2.2 [INFO] [stderr] Compiling adler32 v1.0.4 [INFO] [stderr] Compiling pkg-config v0.3.17 [INFO] [stderr] Compiling serde v1.0.104 [INFO] [stderr] Compiling lazy_static v1.4.0 [INFO] [stderr] Compiling hrp v0.1.1 (/opt/rustwide/workdir) [INFO] [stderr] Compiling crc32fast v1.2.0 [INFO] [stderr] Compiling xattr v0.2.2 [INFO] [stderr] Compiling filetime v0.2.8 [INFO] [stderr] Compiling colored v1.9.3 [INFO] [stderr] Compiling libflate v0.1.27 [INFO] [stderr] Compiling tar v0.4.26 [INFO] [stderr] Compiling libsodium-sys v0.2.5 [INFO] [stderr] Compiling sodiumoxide v0.2.5 [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2m 26s [INFO] running `"docker" "inspect" "573a4543437a351b2e275ddf7e04e6835f7ac9c511b240a08a3a883bdc31aef7"` [INFO] running `"docker" "rm" "-f" "573a4543437a351b2e275ddf7e04e6835f7ac9c511b240a08a3a883bdc31aef7"` [INFO] [stdout] 573a4543437a351b2e275ddf7e04e6835f7ac9c511b240a08a3a883bdc31aef7 [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" "+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] 7aa710d71b2e0b05b9c704500c95b36e32a57d14e52a00efae8f29ccfde8f7be [INFO] running `"docker" "start" "-a" "7aa710d71b2e0b05b9c704500c95b36e32a57d14e52a00efae8f29ccfde8f7be"` [INFO] [stderr] Compiling hrp v0.1.1 (/opt/rustwide/workdir) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.96s [INFO] running `"docker" "inspect" "7aa710d71b2e0b05b9c704500c95b36e32a57d14e52a00efae8f29ccfde8f7be"` [INFO] running `"docker" "rm" "-f" "7aa710d71b2e0b05b9c704500c95b36e32a57d14e52a00efae8f29ccfde8f7be"` [INFO] [stdout] 7aa710d71b2e0b05b9c704500c95b36e32a57d14e52a00efae8f29ccfde8f7be [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" "+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] 7aa8e0eb6822816b2349efbb19a49464eda0333525f05a4d01a257982ce4e152 [INFO] running `"docker" "start" "-a" "7aa8e0eb6822816b2349efbb19a49464eda0333525f05a4d01a257982ce4e152"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.52s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/hrp-7351e0b4f922f973 [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" "7aa8e0eb6822816b2349efbb19a49464eda0333525f05a4d01a257982ce4e152"` [INFO] running `"docker" "rm" "-f" "7aa8e0eb6822816b2349efbb19a49464eda0333525f05a4d01a257982ce4e152"` [INFO] [stdout] 7aa8e0eb6822816b2349efbb19a49464eda0333525f05a4d01a257982ce4e152