[INFO] cloning repository https://github.com/JC98765/rowifi [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/JC98765/rowifi" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FJC98765%2Frowifi", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FJC98765%2Frowifi'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 215cdba06977c5b794a35183ae8b97f10f7305e9 [INFO] checking JC98765/rowifi against try#506dff8de9f54f528028a7e4497ea925a4f3e19e for pr-94295 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FJC98765%2Frowifi" "/workspace/builds/worker-80/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-80/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/JC98765/rowifi on toolchain 506dff8de9f54f528028a7e4497ea925a4f3e19e [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+506dff8de9f54f528028a7e4497ea925a4f3e19e" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/JC98765/rowifi [INFO] finished tweaking git repo https://github.com/JC98765/rowifi [INFO] tweaked toml for git repo https://github.com/JC98765/rowifi written to /workspace/builds/worker-80/source/Cargo.toml [INFO] crate git repo https://github.com/JC98765/rowifi already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+506dff8de9f54f528028a7e4497ea925a4f3e19e" "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-80/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-80/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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+506dff8de9f54f528028a7e4497ea925a4f3e19e" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 9b16b71fc74ba0648f3288d6dfa42889a02cd20608d1ca8ca9bba57e32dd0f84 [INFO] running `Command { std: "docker" "start" "-a" "9b16b71fc74ba0648f3288d6dfa42889a02cd20608d1ca8ca9bba57e32dd0f84", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "9b16b71fc74ba0648f3288d6dfa42889a02cd20608d1ca8ca9bba57e32dd0f84", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9b16b71fc74ba0648f3288d6dfa42889a02cd20608d1ca8ca9bba57e32dd0f84", kill_on_drop: false }` [INFO] [stdout] 9b16b71fc74ba0648f3288d6dfa42889a02cd20608d1ca8ca9bba57e32dd0f84 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-80/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-80/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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+506dff8de9f54f528028a7e4497ea925a4f3e19e" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] aaca8725cca8dd33412a8ac044e32dec27e48e09542fb870c35c03b8b1b41c4d [INFO] running `Command { std: "docker" "start" "-a" "aaca8725cca8dd33412a8ac044e32dec27e48e09542fb870c35c03b8b1b41c4d", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling proc-macro2 v1.0.32 [INFO] [stderr] Compiling syn v1.0.81 [INFO] [stderr] Checking cfg-if v1.0.0 [INFO] [stderr] Compiling libc v0.2.107 [INFO] [stderr] Compiling cc v1.0.72 [INFO] [stderr] Compiling typenum v1.14.0 [INFO] [stderr] Checking futures-io v0.3.17 [INFO] [stderr] Checking untrusted v0.7.1 [INFO] [stderr] Checking spin v0.5.2 [INFO] [stderr] Checking tinyvec_macros v0.1.0 [INFO] [stderr] Checking percent-encoding v2.1.0 [INFO] [stderr] Checking base64 v0.13.0 [INFO] [stderr] Checking ppv-lite86 v0.2.15 [INFO] [stderr] Checking unicode-bidi v0.3.7 [INFO] [stderr] Checking matches v0.1.9 [INFO] [stderr] Compiling pkg-config v0.3.22 [INFO] [stderr] Checking cpufeatures v0.2.1 [INFO] [stderr] Checking opaque-debug v0.3.0 [INFO] [stderr] Compiling serde_json v1.0.71 [INFO] [stderr] Checking smallvec v1.7.0 [INFO] [stderr] Checking subtle v2.4.1 [INFO] [stderr] Compiling ident_case v1.0.1 [INFO] [stderr] Checking httpdate v1.0.2 [INFO] [stderr] Compiling strsim v0.10.0 [INFO] [stderr] Compiling unicode-segmentation v1.8.0 [INFO] [stderr] Checking match_cfg v0.1.0 [INFO] [stderr] Compiling rustversion v1.0.5 [INFO] [stderr] Checking regex-syntax v0.6.25 [INFO] [stderr] Checking ipnet v2.3.1 [INFO] [stderr] Checking data-encoding v2.3.2 [INFO] [stderr] Checking quick-error v1.2.3 [INFO] [stderr] Compiling protobuf v2.25.2 [INFO] [stderr] Checking hex v0.4.3 [INFO] [stderr] Checking arc-swap v1.5.0 [INFO] [stderr] Checking dtoa v0.4.8 [INFO] [stderr] Compiling prometheus v0.13.0 [INFO] [stderr] Checking take_mut v0.2.2 [INFO] [stderr] Checking half v1.8.2 [INFO] [stderr] Checking version_check v0.9.3 [INFO] [stderr] Compiling ucd-trie v0.1.3 [INFO] [stderr] Compiling crc32fast v1.2.1 [INFO] [stderr] Checking utf-8 v0.7.6 [INFO] [stderr] Checking tower-layer v0.3.1 [INFO] [stderr] Checking urlencoding v2.1.0 [INFO] [stderr] Checking zeroize v1.4.3 [INFO] [stderr] Compiling either v1.6.1 [INFO] [stderr] Checking same-file v1.0.6 [INFO] [stderr] Checking unicode-xid v0.2.2 [INFO] [stderr] Checking plotters-backend v0.3.2 [INFO] [stderr] Checking float-ord v0.2.0 [INFO] [stderr] Checking uwl v0.6.0 [INFO] [stderr] Checking ansi_term v0.12.1 [INFO] [stderr] Checking bytemuck v1.7.2 [INFO] [stderr] Checking ttf-parser v0.12.3 [INFO] [stderr] Checking dotenv v0.15.0 [INFO] [stderr] Compiling tokio v1.14.0 [INFO] [stderr] Compiling futures-macro v0.3.17 [INFO] [stderr] Compiling generic-array v0.14.4 [INFO] [stderr] Compiling futures-util v0.3.17 [INFO] [stderr] Checking tracing-core v0.1.21 [INFO] [stderr] Compiling indexmap v1.7.0 [INFO] [stderr] Checking http v0.2.5 [INFO] [stderr] Compiling num-integer v0.1.44 [INFO] [stderr] Checking lock_api v0.4.5 [INFO] [stderr] Compiling ahash v0.7.6 [INFO] [stderr] Checking lru-cache v0.1.2 [INFO] [stderr] Checking itertools v0.10.1 [INFO] [stderr] Checking input_buffer v0.4.0 [INFO] [stderr] Compiling num-rational v0.3.2 [INFO] [stderr] Compiling num-iter v0.1.42 [INFO] [stderr] Checking deflate v0.8.6 [INFO] [stderr] Checking miniz_oxide v0.3.7 [INFO] [stderr] Checking sharded-slab v0.1.4 [INFO] [stderr] Checking thread_local v1.1.3 [INFO] [stderr] Checking ordered-float v2.8.0 [INFO] [stderr] Checking log v0.4.14 [INFO] [stderr] Checking tinyvec v1.5.1 [INFO] [stderr] Checking instant v0.1.12 [INFO] [stderr] Compiling cmake v0.1.46 [INFO] [stderr] Checking walkdir v2.3.2 [INFO] [stderr] Checking form_urlencoded v1.0.1 [INFO] [stderr] Compiling pest v2.1.3 [INFO] [stderr] error: could not compile `cc` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --crate-name cc --edition=2018 /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/cc-1.0.72/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=c593bffe40f69992 -C extra-filename=-c593bffe40f69992 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --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" "aaca8725cca8dd33412a8ac044e32dec27e48e09542fb870c35c03b8b1b41c4d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "aaca8725cca8dd33412a8ac044e32dec27e48e09542fb870c35c03b8b1b41c4d", kill_on_drop: false }` [INFO] [stdout] aaca8725cca8dd33412a8ac044e32dec27e48e09542fb870c35c03b8b1b41c4d