[INFO] updating cached repository https://github.com/lornaemerald/rust-test [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] 61a18630438d3b6d6ba91b1605407b94f300ba3e [INFO] testing lornaemerald/rust-test against try#41997647ba6a77908f6ef64401414feb00bccf16 for pr-71274 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Flornaemerald%2Frust-test" "/workspace/builds/worker-5/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-5/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/lornaemerald/rust-test 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/lornaemerald/rust-test [INFO] finished tweaking git repo https://github.com/lornaemerald/rust-test [INFO] tweaked toml for git repo https://github.com/lornaemerald/rust-test written to /workspace/builds/worker-5/source/Cargo.toml [INFO] crate git repo https://github.com/lornaemerald/rust-test 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-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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] caec81eaa0a82ec9087530f7774188deaf4f611c9ba72dd68e2cfeeeaa4bb5ad [INFO] running `"docker" "start" "-a" "caec81eaa0a82ec9087530f7774188deaf4f611c9ba72dd68e2cfeeeaa4bb5ad"` [INFO] [stderr] Compiling num-traits v0.2.6 [INFO] [stderr] Compiling matches v0.1.8 [INFO] [stderr] Compiling num-integer v0.1.39 [INFO] [stderr] Compiling smallvec v0.6.9 [INFO] [stderr] Compiling percent-encoding v1.0.1 [INFO] [stderr] Compiling chunked_transfer v0.3.1 [INFO] [stderr] Compiling log v0.4.6 [INFO] [stderr] Compiling time v0.1.42 [INFO] [stderr] Compiling unicode-bidi v0.3.4 [INFO] [stderr] Compiling unicode-normalization v0.1.8 [INFO] [stderr] Compiling chrono v0.4.6 [INFO] [stderr] Compiling idna v0.1.5 [INFO] [stderr] Compiling url v1.7.2 [INFO] [stderr] Compiling tiny_http v0.6.2 [INFO] [stderr] Compiling hello-rust v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 24.01s [INFO] running `"docker" "inspect" "caec81eaa0a82ec9087530f7774188deaf4f611c9ba72dd68e2cfeeeaa4bb5ad"` [INFO] running `"docker" "rm" "-f" "caec81eaa0a82ec9087530f7774188deaf4f611c9ba72dd68e2cfeeeaa4bb5ad"` [INFO] [stdout] caec81eaa0a82ec9087530f7774188deaf4f611c9ba72dd68e2cfeeeaa4bb5ad [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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] d2c17d6db1d29c0f147827632d53361edd24b68541af8f66d70b24d6c97cd3da [INFO] running `"docker" "start" "-a" "d2c17d6db1d29c0f147827632d53361edd24b68541af8f66d70b24d6c97cd3da"` [INFO] [stderr] Compiling hello-rust v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.92s [INFO] running `"docker" "inspect" "d2c17d6db1d29c0f147827632d53361edd24b68541af8f66d70b24d6c97cd3da"` [INFO] running `"docker" "rm" "-f" "d2c17d6db1d29c0f147827632d53361edd24b68541af8f66d70b24d6c97cd3da"` [INFO] [stdout] d2c17d6db1d29c0f147827632d53361edd24b68541af8f66d70b24d6c97cd3da [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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] dee15864f5ff4e187ce07ba0939faf5da969fd61a528e31ab8bdc86ebc1e899e [INFO] running `"docker" "start" "-a" "dee15864f5ff4e187ce07ba0939faf5da969fd61a528e31ab8bdc86ebc1e899e"` [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.19s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/hello_rust-a0691cab407c6426 [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" "dee15864f5ff4e187ce07ba0939faf5da969fd61a528e31ab8bdc86ebc1e899e"` [INFO] running `"docker" "rm" "-f" "dee15864f5ff4e187ce07ba0939faf5da969fd61a528e31ab8bdc86ebc1e899e"` [INFO] [stdout] dee15864f5ff4e187ce07ba0939faf5da969fd61a528e31ab8bdc86ebc1e899e