[INFO] cloning repository https://github.com/m00nwtchr/oc2_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/m00nwtchr/oc2_hello_world" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fm00nwtchr%2Foc2_hello_world", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fm00nwtchr%2Foc2_hello_world'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 1d5927e3fd828b03cfc7a4f6b879a47445e06504
[INFO] testing m00nwtchr/oc2_hello_world against 1.94.0 for beta-1.95-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fm00nwtchr%2Foc2_hello_world" "/workspace/builds/worker-5-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc1/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-5-tc1/source/.cargo/config.toml
[INFO] removed /workspace/builds/worker-5-tc1/source/rust-toolchain.toml
[INFO] started tweaking git repo https://github.com/m00nwtchr/oc2_hello_world
[INFO] finished tweaking git repo https://github.com/m00nwtchr/oc2_hello_world
[INFO] tweaked toml for git repo https://github.com/m00nwtchr/oc2_hello_world written to /workspace/builds/worker-5-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/m00nwtchr/oc2_hello_world on toolchain 1.94.0
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.94.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/m00nwtchr/oc2_hello_world already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.94.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1.94.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] c8797e60ae3e49c9422894e05f975502ce11fe7ab7334788870232789923c2b6
[INFO] running `Command { std: "docker" "start" "-a" "c8797e60ae3e49c9422894e05f975502ce11fe7ab7334788870232789923c2b6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "c8797e60ae3e49c9422894e05f975502ce11fe7ab7334788870232789923c2b6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c8797e60ae3e49c9422894e05f975502ce11fe7ab7334788870232789923c2b6", kill_on_drop: false }`
[INFO] [stdout] c8797e60ae3e49c9422894e05f975502ce11fe7ab7334788870232789923c2b6
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1.94.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] e49062833c221c61eee2d5e540b1178c2b0cf0cb875961ed68646d366b8679a9
[INFO] running `Command { std: "docker" "start" "-a" "e49062833c221c61eee2d5e540b1178c2b0cf0cb875961ed68646d366b8679a9", kill_on_drop: false }`
[INFO] [stderr]    Compiling oc2_hello_world v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.31s
[INFO] running `Command { std: "docker" "inspect" "e49062833c221c61eee2d5e540b1178c2b0cf0cb875961ed68646d366b8679a9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e49062833c221c61eee2d5e540b1178c2b0cf0cb875961ed68646d366b8679a9", kill_on_drop: false }`
[INFO] [stdout] e49062833c221c61eee2d5e540b1178c2b0cf0cb875961ed68646d366b8679a9
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1.94.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] f5ea21687869d699cba9d66e1d73c996edab34e84e9370074852b69fd2146e1d
[INFO] running `Command { std: "docker" "start" "-a" "f5ea21687869d699cba9d66e1d73c996edab34e84e9370074852b69fd2146e1d", kill_on_drop: false }`
[INFO] [stderr]    Compiling oc2_hello_world v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.34s
[INFO] running `Command { std: "docker" "inspect" "f5ea21687869d699cba9d66e1d73c996edab34e84e9370074852b69fd2146e1d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "f5ea21687869d699cba9d66e1d73c996edab34e84e9370074852b69fd2146e1d", kill_on_drop: false }`
[INFO] [stdout] f5ea21687869d699cba9d66e1d73c996edab34e84e9370074852b69fd2146e1d
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1.94.0" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 21ee28f39f73460446d2c24dd3e3fbc8928f3feece2f0c993eef21f3edaeeffa
[INFO] running `Command { std: "docker" "start" "-a" "21ee28f39f73460446d2c24dd3e3fbc8928f3feece2f0c993eef21f3edaeeffa", kill_on_drop: false }`
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.01s
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/oc2_hello_world-0e1c0419ec74d98c)
[INFO] [stdout] Hello, world!
[INFO] [stderr] error: test failed, to rerun pass `--bin oc2_hello_world`
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/target/debug/deps/oc2_hello_world-0e1c0419ec74d98c` (exit status: 168)
[INFO] [stderr] note: test exited abnormally; to see the full output pass --no-capture to the harness.
[INFO] running `Command { std: "docker" "inspect" "21ee28f39f73460446d2c24dd3e3fbc8928f3feece2f0c993eef21f3edaeeffa", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "21ee28f39f73460446d2c24dd3e3fbc8928f3feece2f0c993eef21f3edaeeffa", kill_on_drop: false }`
[INFO] [stdout] 21ee28f39f73460446d2c24dd3e3fbc8928f3feece2f0c993eef21f3edaeeffa
