[INFO] cloning repository https://github.com/flxo/rogcat [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/flxo/rogcat" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fflxo%2Frogcat", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fflxo%2Frogcat'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 9d898b63ab53f4c9ab599590d52ef71adb5d66e0 [INFO] checking flxo/rogcat against try#ef8c760c4c3d93b561a5b431502e92f4b4773aca for pr-92472 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fflxo%2Frogcat" "/workspace/builds/worker-59/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-59/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/flxo/rogcat on toolchain ef8c760c4c3d93b561a5b431502e92f4b4773aca [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+ef8c760c4c3d93b561a5b431502e92f4b4773aca" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/flxo/rogcat [INFO] finished tweaking git repo https://github.com/flxo/rogcat [INFO] tweaked toml for git repo https://github.com/flxo/rogcat written to /workspace/builds/worker-59/source/Cargo.toml [INFO] crate git repo https://github.com/flxo/rogcat already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+ef8c760c4c3d93b561a5b431502e92f4b4773aca" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-59/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-59/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:a429bb59b7a3b4e7270a4b4c243bb115fc561d8f62ec34ef63a0a36cabf65dfd" "/opt/rustwide/cargo-home/bin/cargo" "+ef8c760c4c3d93b561a5b431502e92f4b4773aca" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] f8e9999f31a3d65dcd441bde9680ae6061fbf45b0d28785dba226778d5ca734b [INFO] running `Command { std: "docker" "start" "-a" "f8e9999f31a3d65dcd441bde9680ae6061fbf45b0d28785dba226778d5ca734b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "f8e9999f31a3d65dcd441bde9680ae6061fbf45b0d28785dba226778d5ca734b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f8e9999f31a3d65dcd441bde9680ae6061fbf45b0d28785dba226778d5ca734b", kill_on_drop: false }` [INFO] [stdout] f8e9999f31a3d65dcd441bde9680ae6061fbf45b0d28785dba226778d5ca734b [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-59/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-59/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:a429bb59b7a3b4e7270a4b4c243bb115fc561d8f62ec34ef63a0a36cabf65dfd" "/opt/rustwide/cargo-home/bin/cargo" "+ef8c760c4c3d93b561a5b431502e92f4b4773aca" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 8a71202860677f5e5170b7d3dddc03a0321b094eb9180725c788ce123fc7f71f [INFO] running `Command { std: "docker" "start" "-a" "8a71202860677f5e5170b7d3dddc03a0321b094eb9180725c788ce123fc7f71f", kill_on_drop: false }` [INFO] [stderr] Compiling autocfg v0.1.2 [INFO] [stderr] Checking rand_core v0.4.0 [INFO] [stderr] Checking smallvec v0.6.9 [INFO] [stderr] Compiling byteorder v1.3.1 [INFO] [stderr] Checking futures v0.1.27 [INFO] [stderr] Checking scopeguard v0.3.3 [INFO] [stderr] Checking stable_deref_trait v1.1.1 [INFO] [stderr] Compiling serde v1.0.91 [INFO] [stderr] Compiling arrayvec v0.4.10 [INFO] [stderr] Compiling pkg-config v0.3.14 [INFO] [stderr] Checking nodrop v0.1.13 [INFO] [stderr] Checking memoffset v0.2.1 [INFO] [stderr] Compiling nix v0.12.0 [INFO] [stderr] Compiling ucd-trie v0.1.1 [INFO] [stderr] Compiling version_check v0.1.5 [INFO] [stderr] Checking serde v0.8.23 [INFO] [stderr] Compiling maplit v1.0.1 [INFO] [stderr] Compiling nix v0.11.0 [INFO] [stderr] Checking arc-swap v0.3.11 [INFO] [stderr] Checking scopeguard v1.0.0 [INFO] [stderr] Compiling build_const v0.2.1 [INFO] [stderr] Checking try_from v0.2.2 [INFO] [stderr] Checking same-file v1.0.4 [INFO] [stderr] Checking itertools v0.4.19 [INFO] [stderr] Checking hex v0.2.0 [INFO] [stderr] Checking adler32 v1.0.3 [INFO] [stderr] Checking rust-ini v0.13.0 [INFO] [stderr] Checking podio v0.1.6 [INFO] [stderr] Checking termcolor v1.0.4 [INFO] [stderr] Compiling semver v0.9.0 [INFO] [stderr] Checking log v0.4.6 [INFO] [stderr] Checking crossbeam-utils v0.6.5 [INFO] [stderr] Compiling bzip2-sys v0.1.7 [INFO] [stderr] Checking tokio-trace-core v0.1.0 [INFO] [stderr] Checking yaml-rust v0.4.3 [INFO] [stderr] Checking iovec v0.1.2 [INFO] [stderr] Checking net2 v0.2.33 [INFO] [stderr] Checking num_cpus v1.10.0 [INFO] [stderr] Checking crc32fast v1.2.0 [INFO] [stderr] Checking nix v0.5.1 [INFO] [stderr] Checking clicolors-control v1.0.0 [INFO] [stderr] Checking termios v0.3.1 [INFO] [stderr] Checking time v0.1.42 [INFO] [stderr] Checking term_size v0.3.1 [INFO] [stderr] Checking directories v1.0.2 [INFO] [stderr] Checking clap v2.33.0 [INFO] [stderr] Compiling serde_derive v1.0.91 [INFO] [stderr] Checking lock_api v0.2.0 [INFO] [stderr] Checking owning_ref v0.4.0 [INFO] [stderr] Checking walkdir v2.2.7 [INFO] [stderr] Compiling crc v1.8.1 [INFO] [stderr] Checking unicode-normalization v0.1.8 [INFO] [stderr] Checking pest v2.1.1 [INFO] [stderr] Compiling libudev-sys v0.1.4 [INFO] [stderr] Compiling rand_chacha v0.1.1 [INFO] [stderr] Compiling rand_pcg v0.1.2 [INFO] [stderr] Compiling rand v0.6.5 [INFO] [stderr] Compiling num-traits v0.2.7 [INFO] [stderr] Compiling backtrace v0.3.20 [INFO] [stderr] error: could not compile `nix` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --crate-name nix /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,future-incompat --crate-type lib --emit=dep-info,metadata -C embed-bitcode=no -C debuginfo=2 -C metadata=253456a292b75091 -C extra-filename=-253456a292b75091 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern bitflags=/opt/rustwide/target/debug/deps/libbitflags-9b8b8954aab8cce2.rmeta --extern cfg_if=/opt/rustwide/target/debug/deps/libcfg_if-77d4f110d33c118c.rmeta --extern libc=/opt/rustwide/target/debug/deps/liblibc-02047b562dd261de.rmeta --extern void=/opt/rustwide/target/debug/deps/libvoid-8d5221644b636eb9.rmeta --cap-lints allow --cap-lints=forbid` (signal: 9, SIGKILL: kill) [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "8a71202860677f5e5170b7d3dddc03a0321b094eb9180725c788ce123fc7f71f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8a71202860677f5e5170b7d3dddc03a0321b094eb9180725c788ce123fc7f71f", kill_on_drop: false }` [INFO] [stdout] 8a71202860677f5e5170b7d3dddc03a0321b094eb9180725c788ce123fc7f71f