[INFO] cloning repository https://github.com/lianghuiqiang9/private_decision_tree
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/lianghuiqiang9/private_decision_tree" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Flianghuiqiang9%2Fprivate_decision_tree", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Flianghuiqiang9%2Fprivate_decision_tree'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] abf11940b8a744b7417c00bd8db8b1ca954940dc
[INFO] checking lianghuiqiang9/private_decision_tree against master#3c9faa0d037b9eecda4a440cc482ff7f960fb8a5 for pr-152210
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Flianghuiqiang9%2Fprivate_decision_tree" "/workspace/builds/worker-0-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/lianghuiqiang9/private_decision_tree
[INFO] finished tweaking git repo https://github.com/lianghuiqiang9/private_decision_tree
[INFO] tweaked toml for git repo https://github.com/lianghuiqiang9/private_decision_tree written to /workspace/builds/worker-0-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/lianghuiqiang9/private_decision_tree on toolchain 3c9faa0d037b9eecda4a440cc482ff7f960fb8a5
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+3c9faa0d037b9eecda4a440cc482ff7f960fb8a5" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/lianghuiqiang9/private_decision_tree 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" "+3c9faa0d037b9eecda4a440cc482ff7f960fb8a5" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded concrete-commons v0.2.0
[INFO] [stderr]   Downloaded concrete-csprng v0.1.7
[INFO] [stderr]   Downloaded concrete-fftw v0.1.2
[INFO] [stderr]   Downloaded concrete-core v1.0.0-beta
[INFO] [stderr]   Downloaded concrete-fftw-sys v0.1.2
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:61361fe0aef631f17e9d025a70c5a647956f8c671dd02950a60ad3f5cc5526d7" "/opt/rustwide/cargo-home/bin/cargo" "+3c9faa0d037b9eecda4a440cc482ff7f960fb8a5" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 8e6468f82a7d8496e5947b737d1f9308e0a7e11c9b73e698cadd8a44701a0b52
[INFO] running `Command { std: "docker" "start" "-a" "8e6468f82a7d8496e5947b737d1f9308e0a7e11c9b73e698cadd8a44701a0b52", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "8e6468f82a7d8496e5947b737d1f9308e0a7e11c9b73e698cadd8a44701a0b52", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "8e6468f82a7d8496e5947b737d1f9308e0a7e11c9b73e698cadd8a44701a0b52", kill_on_drop: false }`
[INFO] [stdout] 8e6468f82a7d8496e5947b737d1f9308e0a7e11c9b73e698cadd8a44701a0b52
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:61361fe0aef631f17e9d025a70c5a647956f8c671dd02950a60ad3f5cc5526d7" "/opt/rustwide/cargo-home/bin/cargo" "+3c9faa0d037b9eecda4a440cc482ff7f960fb8a5" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 94bbbd12b9590ed0776d3560618ca3607486fa913f9819804b7df5adfba063cf
[INFO] running `Command { std: "docker" "start" "-a" "94bbbd12b9590ed0776d3560618ca3607486fa913f9819804b7df5adfba063cf", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.149
[INFO] [stderr]    Compiling crossbeam-utils v0.8.16
[INFO] [stderr]    Compiling crossbeam-epoch v0.9.15
[INFO] [stderr]    Compiling fs_extra v1.2.0
[INFO] [stderr]    Compiling serde v1.0.190
[INFO] [stderr]    Compiling rayon-core v1.12.0
[INFO] [stderr]    Compiling generic-array v0.14.7
[INFO] [stderr]     Checking memchr v2.6.4
[INFO] [stderr]     Checking num-complex v0.4.4
[INFO] [stderr]     Checking concrete-commons v0.2.0
[INFO] [stderr]     Checking either v1.9.0
[INFO] [stderr]    Compiling syn v2.0.38
[INFO] [stderr]     Checking chrono v0.4.31
[INFO] [stderr]    Compiling concrete-fftw-sys v0.1.2
[INFO] [stderr]     Checking csv-core v0.1.11
[INFO] [stderr]     Checking cipher v0.2.5
[INFO] [stderr]     Checking getrandom v0.2.10
[INFO] [stderr]     Checking aes-soft v0.6.4
[INFO] [stderr]     Checking rand_core v0.6.4
[INFO] [stderr]     Checking crossbeam-deque v0.8.3
[INFO] [stderr]     Checking concrete-csprng v0.1.7
[INFO] [stderr]     Checking rand_chacha v0.3.1
[INFO] [stderr]     Checking rand v0.8.5
[INFO] [stderr]     Checking rayon v1.8.0
[INFO] [stderr]    Compiling serde_derive v1.0.190
[INFO] [stderr]     Checking csv v1.3.0
[INFO] [stderr]     Checking serde_json v1.0.107
[ERROR] error running command: no output for 300 seconds
[INFO] running `Command { std: "docker" "inspect" "94bbbd12b9590ed0776d3560618ca3607486fa913f9819804b7df5adfba063cf", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "94bbbd12b9590ed0776d3560618ca3607486fa913f9819804b7df5adfba063cf", kill_on_drop: false }`
[INFO] [stdout] 94bbbd12b9590ed0776d3560618ca3607486fa913f9819804b7df5adfba063cf
