[INFO] cloning repository https://github.com/Aroon4020/solana-tasks
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Aroon4020/solana-tasks" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FAroon4020%2Fsolana-tasks", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FAroon4020%2Fsolana-tasks'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 1f3e82f9050147a370a87ea28534cd6c67858204
[INFO] checking Aroon4020/solana-tasks against master#292be5c7c05138d753bbd4b30db7a3f1a5c914f7 for pr-148271
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FAroon4020%2Fsolana-tasks" "/workspace/builds/worker-5-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/Aroon4020/solana-tasks
[INFO] finished tweaking git repo https://github.com/Aroon4020/solana-tasks
[INFO] tweaked toml for git repo https://github.com/Aroon4020/solana-tasks written to /workspace/builds/worker-5-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/Aroon4020/solana-tasks on toolchain 292be5c7c05138d753bbd4b30db7a3f1a5c914f7
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+292be5c7c05138d753bbd4b30db7a3f1a5c914f7" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/Aroon4020/solana-tasks 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" "+292be5c7c05138d753bbd4b30db7a3f1a5c914f7" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded cpufeatures v0.2.16
[INFO] [stderr]   Downloaded serde_json v1.0.137
[INFO] [stderr]   Downloaded winnow v0.6.24
[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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+292be5c7c05138d753bbd4b30db7a3f1a5c914f7" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] d8ef6ab4c1eb48f1c11e7b2e0269dc76cde9775c66147882a33cfabb9175150d
[INFO] running `Command { std: "docker" "start" "-a" "d8ef6ab4c1eb48f1c11e7b2e0269dc76cde9775c66147882a33cfabb9175150d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "d8ef6ab4c1eb48f1c11e7b2e0269dc76cde9775c66147882a33cfabb9175150d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d8ef6ab4c1eb48f1c11e7b2e0269dc76cde9775c66147882a33cfabb9175150d", kill_on_drop: false }`
[INFO] [stdout] d8ef6ab4c1eb48f1c11e7b2e0269dc76cde9775c66147882a33cfabb9175150d
[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=forbid" "-e" "RUSTDOCFLAGS=--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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+292be5c7c05138d753bbd4b30db7a3f1a5c914f7" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 4eaf6b1652a52defe70efe61371062dd0e5ba4239b5904655b532cb258e52e6c
[INFO] running `Command { std: "docker" "start" "-a" "4eaf6b1652a52defe70efe61371062dd0e5ba4239b5904655b532cb258e52e6c", kill_on_drop: false }`
[INFO] [stderr] Error response from daemon: failed to create task for container: failed to create shim task: OCI runtime create failed: runc create failed: unable to start container process: unable to apply cgroup configuration: unable to start unit "docker-4eaf6b1652a52defe70efe61371062dd0e5ba4239b5904655b532cb258e52e6c.scope" (properties [{Name:Description Value:"libcontainer container 4eaf6b1652a52defe70efe61371062dd0e5ba4239b5904655b532cb258e52e6c"} {Name:Slice Value:"system.slice"} {Name:Delegate Value:true} {Name:PIDs Value:@au [731519]} {Name:MemoryAccounting Value:true} {Name:CPUAccounting Value:true} {Name:IOAccounting Value:true} {Name:TasksAccounting Value:true} {Name:DefaultDependencies Value:false}]): Message recipient disconnected from message bus without replying: unknown
[INFO] running `Command { std: "docker" "inspect" "4eaf6b1652a52defe70efe61371062dd0e5ba4239b5904655b532cb258e52e6c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "4eaf6b1652a52defe70efe61371062dd0e5ba4239b5904655b532cb258e52e6c", kill_on_drop: false }`
[INFO] [stdout] 4eaf6b1652a52defe70efe61371062dd0e5ba4239b5904655b532cb258e52e6c
