[INFO] cloning repository https://github.com/dangar61/helloworld [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/dangar61/helloworld" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdangar61%2Fhelloworld", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdangar61%2Fhelloworld'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 79243b0664f8d781e2f1feed1c1f55efd87363ba [INFO] checking dangar61/helloworld against beta for pr-78714 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdangar61%2Fhelloworld" "/workspace/builds/worker-10/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-10/source'... [INFO] [stderr] done. [INFO] [stderr] Checking out files: 56% (923/1622) Checking out files: 57% (925/1622) Checking out files: 58% (941/1622) Checking out files: 59% (957/1622) Checking out files: 60% (974/1622) Checking out files: 61% (990/1622) Checking out files: 62% (1006/1622) Checking out files: 63% (1022/1622) Checking out files: 64% (1039/1622) Checking out files: 65% (1055/1622) Checking out files: 66% (1071/1622) Checking out files: 67% (1087/1622) Checking out files: 68% (1103/1622) Checking out files: 69% (1120/1622) Checking out files: 70% (1136/1622) Checking out files: 71% (1152/1622) Checking out files: 72% (1168/1622) Checking out files: 73% (1185/1622) Checking out files: 74% (1201/1622) Checking out files: 75% (1217/1622) Checking out files: 76% (1233/1622) Checking out files: 77% (1249/1622) Checking out files: 78% (1266/1622) Checking out files: 79% (1282/1622) Checking out files: 80% (1298/1622) Checking out files: 81% (1314/1622) Checking out files: 82% (1331/1622) Checking out files: 83% (1347/1622) Checking out files: 84% (1363/1622) Checking out files: 85% (1379/1622) Checking out files: 86% (1395/1622) Checking out files: 87% (1412/1622) Checking out files: 88% (1428/1622) Checking out files: 89% (1444/1622) Checking out files: 90% (1460/1622) Checking out files: 91% (1477/1622) Checking out files: 92% (1493/1622) Checking out files: 93% (1509/1622) Checking out files: 94% (1525/1622) Checking out files: 95% (1541/1622) Checking out files: 96% (1558/1622) Checking out files: 97% (1574/1622) Checking out files: 98% (1590/1622) Checking out files: 99% (1606/1622) Checking out files: 100% (1622/1622) Checking out files: 100% (1622/1622), done. [INFO] validating manifest of git repo https://github.com/dangar61/helloworld on toolchain beta [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/dangar61/helloworld [INFO] finished tweaking git repo https://github.com/dangar61/helloworld [INFO] tweaked toml for git repo https://github.com/dangar61/helloworld written to /workspace/builds/worker-10/source/Cargo.toml [INFO] crate git repo https://github.com/dangar61/helloworld already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/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" "rustops/crates-build-env@sha256:6eabd152ff4036248d66efda456a36cb33d24b7291b33f25f75140726c88da35" "/opt/rustwide/cargo-home/bin/cargo" "+beta" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 2ca916b8e3db5e6e291d49956c4422344f7c0704aaaba5ad7de1b2c3b29503f5 [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" "2ca916b8e3db5e6e291d49956c4422344f7c0704aaaba5ad7de1b2c3b29503f5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "2ca916b8e3db5e6e291d49956c4422344f7c0704aaaba5ad7de1b2c3b29503f5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2ca916b8e3db5e6e291d49956c4422344f7c0704aaaba5ad7de1b2c3b29503f5", kill_on_drop: false }` [INFO] [stdout] 2ca916b8e3db5e6e291d49956c4422344f7c0704aaaba5ad7de1b2c3b29503f5 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/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" "rustops/crates-build-env@sha256:6eabd152ff4036248d66efda456a36cb33d24b7291b33f25f75140726c88da35" "/opt/rustwide/cargo-home/bin/cargo" "+beta" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] c1e0d9602d8ed6571fa0467436c3b940be261f177ede41425c6a810c6cefc2b1 [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" "c1e0d9602d8ed6571fa0467436c3b940be261f177ede41425c6a810c6cefc2b1", kill_on_drop: false }` [INFO] [stderr] Checking hello_cargo v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.27s [INFO] running `Command { std: "docker" "inspect" "c1e0d9602d8ed6571fa0467436c3b940be261f177ede41425c6a810c6cefc2b1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c1e0d9602d8ed6571fa0467436c3b940be261f177ede41425c6a810c6cefc2b1", kill_on_drop: false }` [INFO] [stdout] c1e0d9602d8ed6571fa0467436c3b940be261f177ede41425c6a810c6cefc2b1