[INFO] cloning repository https://github.com/kayellpeee/rust-hello-world [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/kayellpeee/rust-hello-world" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkayellpeee%2Frust-hello-world", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkayellpeee%2Frust-hello-world'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] c03201fe2db23c276fbc1c45e4814da3719f8e88 [INFO] testing kayellpeee/rust-hello-world against master#99e3aef02079e9c10583638520cd0c134dc3a01d for pr-85530 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkayellpeee%2Frust-hello-world" "/workspace/builds/worker-3/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-3/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/kayellpeee/rust-hello-world on toolchain 99e3aef02079e9c10583638520cd0c134dc3a01d [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+99e3aef02079e9c10583638520cd0c134dc3a01d" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/kayellpeee/rust-hello-world [INFO] finished tweaking git repo https://github.com/kayellpeee/rust-hello-world [INFO] tweaked toml for git repo https://github.com/kayellpeee/rust-hello-world written to /workspace/builds/worker-3/source/Cargo.toml [INFO] crate git repo https://github.com/kayellpeee/rust-hello-world already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+99e3aef02079e9c10583638520cd0c134dc3a01d" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "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" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+99e3aef02079e9c10583638520cd0c134dc3a01d" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] d2257f75b22a4770d8bdcb025311c8067fbcd1d6bc24a0910fe394a5e48fbca6 [INFO] running `Command { std: "docker" "start" "-a" "d2257f75b22a4770d8bdcb025311c8067fbcd1d6bc24a0910fe394a5e48fbca6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "d2257f75b22a4770d8bdcb025311c8067fbcd1d6bc24a0910fe394a5e48fbca6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d2257f75b22a4770d8bdcb025311c8067fbcd1d6bc24a0910fe394a5e48fbca6", kill_on_drop: false }` [INFO] [stdout] d2257f75b22a4770d8bdcb025311c8067fbcd1d6bc24a0910fe394a5e48fbca6 [INFO] running `Command { std: "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" "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" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+99e3aef02079e9c10583638520cd0c134dc3a01d" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 84c32daa02c87784f110f17e5d62f7f119d3de9b8aca3332aad8afae4ee6a8f2 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "84c32daa02c87784f110f17e5d62f7f119d3de9b8aca3332aad8afae4ee6a8f2", kill_on_drop: false }` [INFO] [stderr] Compiling hello_world v0.0.1 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.69s [INFO] running `Command { std: "docker" "inspect" "84c32daa02c87784f110f17e5d62f7f119d3de9b8aca3332aad8afae4ee6a8f2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "84c32daa02c87784f110f17e5d62f7f119d3de9b8aca3332aad8afae4ee6a8f2", kill_on_drop: false }` [INFO] [stdout] 84c32daa02c87784f110f17e5d62f7f119d3de9b8aca3332aad8afae4ee6a8f2 [INFO] running `Command { std: "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" "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" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+99e3aef02079e9c10583638520cd0c134dc3a01d" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] db35a494dc1af61a7700a642870f4098e740d80f223fa5ce1783dc6c2cacfac9 [INFO] running `Command { std: "docker" "start" "-a" "db35a494dc1af61a7700a642870f4098e740d80f223fa5ce1783dc6c2cacfac9", kill_on_drop: false }` [INFO] [stderr] Compiling hello_world v0.0.1 (/opt/rustwide/workdir) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.80s [INFO] running `Command { std: "docker" "inspect" "db35a494dc1af61a7700a642870f4098e740d80f223fa5ce1783dc6c2cacfac9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "db35a494dc1af61a7700a642870f4098e740d80f223fa5ce1783dc6c2cacfac9", kill_on_drop: false }` [INFO] [stdout] db35a494dc1af61a7700a642870f4098e740d80f223fa5ce1783dc6c2cacfac9 [INFO] running `Command { std: "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" "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" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+99e3aef02079e9c10583638520cd0c134dc3a01d" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 3a852a469fee66c05a575c8100d22513c49623ad556ee44d156751923554e9c7 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "3a852a469fee66c05a575c8100d22513c49623ad556ee44d156751923554e9c7", kill_on_drop: false }` [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.01s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/hello_world-fddd687b1ea04a95) [INFO] [stdout] [INFO] [stdout] running 4 tests [INFO] [stdout] test test::equal_runs ... ok [INFO] [stdout] test test::run_in_middle ... ok [INFO] [stdout] test test::it_works ... ok [INFO] [stdout] test test::run_at_end ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "3a852a469fee66c05a575c8100d22513c49623ad556ee44d156751923554e9c7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3a852a469fee66c05a575c8100d22513c49623ad556ee44d156751923554e9c7", kill_on_drop: false }` [INFO] [stdout] 3a852a469fee66c05a575c8100d22513c49623ad556ee44d156751923554e9c7