[INFO] cloning repository https://github.com/lsdany/intellij_rust_helloworld [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/lsdany/intellij_rust_helloworld" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Flsdany%2Fintellij_rust_helloworld", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Flsdany%2Fintellij_rust_helloworld'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 37dcbe6295e8c2d6501d648a7f37067e7719f9b3 [INFO] testing lsdany/intellij_rust_helloworld against try#ecabaf78506b7a4668d42dc20268c086b93f0fad for pr-87041 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Flsdany%2Fintellij_rust_helloworld" "/workspace/builds/worker-15/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-15/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/lsdany/intellij_rust_helloworld on toolchain ecabaf78506b7a4668d42dc20268c086b93f0fad [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+ecabaf78506b7a4668d42dc20268c086b93f0fad" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/lsdany/intellij_rust_helloworld [INFO] finished tweaking git repo https://github.com/lsdany/intellij_rust_helloworld [INFO] tweaked toml for git repo https://github.com/lsdany/intellij_rust_helloworld written to /workspace/builds/worker-15/source/Cargo.toml [INFO] crate git repo https://github.com/lsdany/intellij_rust_helloworld already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+ecabaf78506b7a4668d42dc20268c086b93f0fad" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-15/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-15/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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+ecabaf78506b7a4668d42dc20268c086b93f0fad" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 7b0d9b168bb0ae3e9b61fdb4ee52d176ddec8ce9739aa1f61d10d4e29f03988f [INFO] running `Command { std: "docker" "start" "-a" "7b0d9b168bb0ae3e9b61fdb4ee52d176ddec8ce9739aa1f61d10d4e29f03988f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "7b0d9b168bb0ae3e9b61fdb4ee52d176ddec8ce9739aa1f61d10d4e29f03988f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7b0d9b168bb0ae3e9b61fdb4ee52d176ddec8ce9739aa1f61d10d4e29f03988f", kill_on_drop: false }` [INFO] [stdout] 7b0d9b168bb0ae3e9b61fdb4ee52d176ddec8ce9739aa1f61d10d4e29f03988f [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-15/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-15/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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+ecabaf78506b7a4668d42dc20268c086b93f0fad" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 0874a2d67e5616483a14171e6ea70eb0fbd297a6247c564afb5644635f3fecb7 [INFO] running `Command { std: "docker" "start" "-a" "0874a2d67e5616483a14171e6ea70eb0fbd297a6247c564afb5644635f3fecb7", kill_on_drop: false }` [INFO] [stderr] Compiling intellij_rust_helloworld v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.60s [INFO] running `Command { std: "docker" "inspect" "0874a2d67e5616483a14171e6ea70eb0fbd297a6247c564afb5644635f3fecb7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0874a2d67e5616483a14171e6ea70eb0fbd297a6247c564afb5644635f3fecb7", kill_on_drop: false }` [INFO] [stdout] 0874a2d67e5616483a14171e6ea70eb0fbd297a6247c564afb5644635f3fecb7 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-15/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-15/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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+ecabaf78506b7a4668d42dc20268c086b93f0fad" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] c9723f292e7d2033c86b1c5715d8c8820c05bee2d7e1867c6a4a90fcae929910 [INFO] running `Command { std: "docker" "start" "-a" "c9723f292e7d2033c86b1c5715d8c8820c05bee2d7e1867c6a4a90fcae929910", kill_on_drop: false }` [INFO] [stderr] Compiling intellij_rust_helloworld v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.76s [INFO] running `Command { std: "docker" "inspect" "c9723f292e7d2033c86b1c5715d8c8820c05bee2d7e1867c6a4a90fcae929910", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c9723f292e7d2033c86b1c5715d8c8820c05bee2d7e1867c6a4a90fcae929910", kill_on_drop: false }` [INFO] [stdout] c9723f292e7d2033c86b1c5715d8c8820c05bee2d7e1867c6a4a90fcae929910 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-15/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-15/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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+ecabaf78506b7a4668d42dc20268c086b93f0fad" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 6fdf5e36756e96f5533d440e6b8be8635437a68cdb84d049d4a2e714f6e3ddf2 [INFO] running `Command { std: "docker" "start" "-a" "6fdf5e36756e96f5533d440e6b8be8635437a68cdb84d049d4a2e714f6e3ddf2", kill_on_drop: false }` [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.01s [INFO] [stdout] [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/intellij_rust_helloworld-9fada8b166b7a812) [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "6fdf5e36756e96f5533d440e6b8be8635437a68cdb84d049d4a2e714f6e3ddf2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6fdf5e36756e96f5533d440e6b8be8635437a68cdb84d049d4a2e714f6e3ddf2", kill_on_drop: false }` [INFO] [stdout] 6fdf5e36756e96f5533d440e6b8be8635437a68cdb84d049d4a2e714f6e3ddf2