[INFO] cloning repository https://github.com/widberg/dpc [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/widberg/dpc" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fwidberg%2Fdpc", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fwidberg%2Fdpc'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 64ee5d85b688eb777d4fb83fe08bc06360d3c040 [INFO] documenting widberg/dpc against beta-2022-05-20 for beta-1.62-rustdoc-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fwidberg%2Fdpc" "/workspace/builds/worker-17/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-17/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/widberg/dpc on toolchain beta-2022-05-20 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-05-20" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/widberg/dpc [INFO] finished tweaking git repo https://github.com/widberg/dpc [INFO] tweaked toml for git repo https://github.com/widberg/dpc written to /workspace/builds/worker-17/source/Cargo.toml [INFO] crate git repo https://github.com/widberg/dpc already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-05-20" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-17/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-17/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:d190cb871061d98bc6d0581d85cb2ecb09a0f8a142ba5463de30be9999fc3251" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-05-20" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] bf6c48f6272f399a621f2a3396ac4fb4bcb07587ece2d5264c8d5da671c41742 [INFO] running `Command { std: "docker" "start" "-a" "bf6c48f6272f399a621f2a3396ac4fb4bcb07587ece2d5264c8d5da671c41742", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "bf6c48f6272f399a621f2a3396ac4fb4bcb07587ece2d5264c8d5da671c41742", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "bf6c48f6272f399a621f2a3396ac4fb4bcb07587ece2d5264c8d5da671c41742", kill_on_drop: false }` [INFO] [stdout] bf6c48f6272f399a621f2a3396ac4fb4bcb07587ece2d5264c8d5da671c41742 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-17/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-17/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" "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:d190cb871061d98bc6d0581d85cb2ecb09a0f8a142ba5463de30be9999fc3251" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-05-20" "doc" "--frozen" "--no-deps" "--document-private-items" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 4bcf4389b9f4a1821fa26458cda92072dddab559154672201ddde7caaffb8c0f [INFO] running `Command { std: "docker" "start" "-a" "4bcf4389b9f4a1821fa26458cda92072dddab559154672201ddde7caaffb8c0f", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling libc v0.2.94 [INFO] [stderr] Compiling proc-macro2 v1.0.26 [INFO] [stderr] Compiling syn v1.0.72 [INFO] [stderr] Compiling memchr v2.4.0 [INFO] [stderr] Compiling serde_derive v1.0.126 [INFO] [stderr] Compiling serde v1.0.126 [INFO] [stderr] Compiling matches v0.1.8 [INFO] [stderr] Compiling getrandom v0.2.2 [INFO] [stderr] Compiling tinyvec_macros v0.1.0 [INFO] [stderr] Compiling log v0.4.14 [INFO] [stderr] Checking byteorder v1.4.3 [INFO] [stderr] Compiling typenum v1.13.0 [INFO] [stderr] Compiling percent-encoding v2.1.0 [INFO] [stderr] Compiling rayon-core v1.8.1 [INFO] [stderr] Compiling lexical-core v0.7.6 [INFO] [stderr] Compiling semver v1.0.3 [INFO] [stderr] Compiling proc-macro2 v0.4.30 [INFO] [stderr] Checking arrayvec v0.5.2 [INFO] [stderr] Checking regex-syntax v0.6.25 [INFO] [stderr] Checking static_assertions v1.1.0 [INFO] [stderr] Compiling radium v0.5.3 [INFO] [stderr] Compiling winapi-build v0.1.1 [INFO] [stderr] Compiling arrayvec v0.4.12 [INFO] [stderr] Compiling gcc v0.3.55 [INFO] [stderr] Compiling unicode-xid v0.1.0 [INFO] [stderr] Compiling openssl-probe v0.1.4 [INFO] [stderr] Compiling crunchy v0.2.2 [INFO] [stderr] Compiling build_const v0.2.2 [INFO] [stderr] Checking tap v1.0.1 [INFO] [stderr] Compiling tiny-keccak v2.0.2 [INFO] [stderr] Checking remove_dir_all v0.5.3 [INFO] [stderr] Compiling rustversion v1.0.4 [INFO] [stderr] Checking wyz v0.2.0 [INFO] [stderr] Checking weezl v0.1.5 [INFO] [stderr] Checking nodrop v0.1.14 [INFO] [stderr] Compiling syn v0.15.44 [INFO] [stderr] Checking funty v1.1.0 [INFO] [stderr] Checking subtle v1.0.0 [INFO] [stderr] Compiling crc16 v0.4.0 [INFO] [stderr] Compiling crc32c v0.5.0 [INFO] [stderr] Checking winapi v0.2.8 [INFO] [stderr] Checking futures v0.1.31 [INFO] [stderr] Checking constant_time_eq v0.1.5 [INFO] [stderr] Checking opaque-debug v0.2.3 [INFO] [stderr] Checking byte-tools v0.3.1 [INFO] [stderr] Compiling serde_json v1.0.64 [INFO] [stderr] Checking crc8 v0.1.1 [INFO] [stderr] Checking zeroize v1.3.0 [INFO] [stderr] Checking bytemuck v1.5.1 [INFO] [stderr] Compiling glob v0.3.0 [INFO] [stderr] Checking once_cell v1.7.2 [INFO] [stderr] Checking number_prefix v0.4.0 [INFO] [stderr] Checking md5 v0.7.0 [INFO] [stderr] Checking hound v3.4.0 [INFO] [stderr] Checking wild v2.0.4 [INFO] [stderr] Compiling memoffset v0.5.6 [INFO] [stderr] Compiling crossbeam-epoch v0.8.2 [INFO] [stderr] Compiling crossbeam-utils v0.8.4 [INFO] [stderr] Compiling rayon v1.4.1 [INFO] [stderr] Compiling miniz_oxide v0.4.4 [INFO] [stderr] Compiling nom v5.1.2 [INFO] [stderr] Compiling nom v6.1.2 [INFO] [stderr] Checking walkdir v2.3.2 [INFO] [stderr] Checking textwrap v0.11.0 [INFO] [stderr] Checking tabwriter v1.2.1 [INFO] [stderr] Checking itertools v0.10.0 [INFO] [stderr] Compiling bitflags v1.2.1 [INFO] [stderr] Compiling paste-impl v0.1.18 [INFO] [stderr] Checking crossbeam-channel v0.4.4 [INFO] [stderr] Checking num-integer v0.1.44 [INFO] [stderr] Checking num-traits v0.1.43 [INFO] [stderr] Compiling unicode-bidi v0.3.5 [INFO] [stderr] Compiling tinyvec v1.2.0 [INFO] [stderr] Checking form_urlencoded v1.0.1 [INFO] [stderr] error: could not compile `typenum` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --crate-name build_script_main --edition=2018 /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/typenum-1.13.0/build/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 -C metadata=2d3af1d10f5668c4 -C extra-filename=-2d3af1d10f5668c4 --out-dir /opt/rustwide/target/debug/build/typenum-2d3af1d10f5668c4 -L dependency=/opt/rustwide/target/debug/deps --cap-lints allow` (signal: 9, SIGKILL: kill) [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: could not compile `libc` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --crate-name build_script_build /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/libc-0.2.94/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=4439993bf204956d -C extra-filename=-4439993bf204956d --out-dir /opt/rustwide/target/debug/build/libc-4439993bf204956d -L dependency=/opt/rustwide/target/debug/deps --cap-lints allow` (signal: 9, SIGKILL: kill) [INFO] [stderr] error: could not compile `serde_json` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --crate-name build_script_build --edition=2018 /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/serde_json-1.0.64/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=429ea83854f72d61 -C extra-filename=-429ea83854f72d61 --out-dir /opt/rustwide/target/debug/build/serde_json-429ea83854f72d61 -L dependency=/opt/rustwide/target/debug/deps --cap-lints allow` (signal: 9, SIGKILL: kill) [INFO] [stderr] error: could not compile `crc32c` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --crate-name build_script_build --edition=2018 /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/crc32c-0.5.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 -C metadata=146ec8fc9b91cc96 -C extra-filename=-146ec8fc9b91cc96 --out-dir /opt/rustwide/target/debug/build/crc32c-146ec8fc9b91cc96 -L dependency=/opt/rustwide/target/debug/deps --cap-lints allow` (signal: 9, SIGKILL: kill) [INFO] [stderr] error: could not compile `paste-impl` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --crate-name paste_impl --edition=2018 /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/paste-impl-0.1.18/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=2 -C metadata=ac231d9cf2fe320a -C extra-filename=-ac231d9cf2fe320a --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern proc_macro_hack=/opt/rustwide/target/debug/deps/libproc_macro_hack-74095d1a79241a04.so --extern proc_macro --cap-lints allow` (signal: 9, SIGKILL: kill) [INFO] [stderr] error: could not compile `glob` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --crate-name glob /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/glob-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=921a087ba318345d -C extra-filename=-921a087ba318345d --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --cap-lints allow` (signal: 9, SIGKILL: kill) [INFO] [stderr] error: could not compile `futures` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --crate-name futures /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="use_std"' --cfg 'feature="with-deprecated"' -C metadata=5fb8330047908de9 -C extra-filename=-5fb8330047908de9 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --cap-lints allow` (signal: 9, SIGKILL: kill) [INFO] [stderr] error: could not compile `gcc` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --crate-name gcc /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/gcc-0.3.55/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=653f7edda6031eed -C extra-filename=-653f7edda6031eed --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --cap-lints allow` (signal: 9, SIGKILL: kill) [ERROR] error running command: no output for 300 seconds [INFO] running `Command { std: "docker" "inspect" "4bcf4389b9f4a1821fa26458cda92072dddab559154672201ddde7caaffb8c0f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4bcf4389b9f4a1821fa26458cda92072dddab559154672201ddde7caaffb8c0f", kill_on_drop: false }` [INFO] [stdout] 4bcf4389b9f4a1821fa26458cda92072dddab559154672201ddde7caaffb8c0f