[INFO] cloning repository https://github.com/c410-f3r/regular-crates [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/c410-f3r/regular-crates" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fc410-f3r%2Fregular-crates", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fc410-f3r%2Fregular-crates'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 7284f4ddd34ae1f741ab7be63da4ee7b4637bf5c [INFO] checking c410-f3r/regular-crates against master#331249a94930adb3d2a7243d946733b63324b2d6 for pr-112119 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fc410-f3r%2Fregular-crates" "/workspace/builds/worker-5-tc1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/c410-f3r/regular-crates on toolchain 331249a94930adb3d2a7243d946733b63324b2d6 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+331249a94930adb3d2a7243d946733b63324b2d6" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] removed /workspace/builds/worker-5-tc1/source/rust-toolchain [INFO] started tweaking git repo https://github.com/c410-f3r/regular-crates [INFO] finished tweaking git repo https://github.com/c410-f3r/regular-crates [INFO] tweaked toml for git repo https://github.com/c410-f3r/regular-crates written to /workspace/builds/worker-5-tc1/source/Cargo.toml [INFO] crate git repo https://github.com/c410-f3r/regular-crates 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" "+331249a94930adb3d2a7243d946733b63324b2d6" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] warning: some crates are on edition 2021 which defaults to `resolver = "2"`, but virtual workspaces default to `resolver = "1"` [INFO] [stderr] note: to keep the current resolver, specify `workspace.resolver = "1"` in the workspace root's manifest [INFO] [stderr] note: to use the edition 2021 resolver, specify `workspace.resolver = "2"` in the workspace root's manifest [INFO] [stderr] Updating crates.io index [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded derive_arbitrary v1.2.1 [INFO] [stderr] Downloaded staticvec v0.11.9 [INFO] [stderr] Downloaded arbitrary v1.2.0 [INFO] [stderr] Downloaded libfuzzer-sys v0.4.5 [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:19e73879b68f455e41552ea35293514db52ea292d993f571636dbffedb77a1ee" "/opt/rustwide/cargo-home/bin/cargo" "+331249a94930adb3d2a7243d946733b63324b2d6" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] b23f3722b95a990fd749c735ed2ad77c00bc1b4532c3f362ef8ec7ca99d7d0bd [INFO] running `Command { std: "docker" "start" "-a" "b23f3722b95a990fd749c735ed2ad77c00bc1b4532c3f362ef8ec7ca99d7d0bd", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "b23f3722b95a990fd749c735ed2ad77c00bc1b4532c3f362ef8ec7ca99d7d0bd", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b23f3722b95a990fd749c735ed2ad77c00bc1b4532c3f362ef8ec7ca99d7d0bd", kill_on_drop: false }` [INFO] [stdout] b23f3722b95a990fd749c735ed2ad77c00bc1b4532c3f362ef8ec7ca99d7d0bd [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:19e73879b68f455e41552ea35293514db52ea292d993f571636dbffedb77a1ee" "/opt/rustwide/cargo-home/bin/cargo" "+331249a94930adb3d2a7243d946733b63324b2d6" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] f69a2baa2cf0ceb13a06c641ce4b96886652ae4f6690b0436b0be558cb7343a1 [INFO] running `Command { std: "docker" "start" "-a" "f69a2baa2cf0ceb13a06c641ce4b96886652ae4f6690b0436b0be558cb7343a1", kill_on_drop: false }` [INFO] [stderr] warning: some crates are on edition 2021 which defaults to `resolver = "2"`, but virtual workspaces default to `resolver = "1"` [INFO] [stderr] note: to keep the current resolver, specify `workspace.resolver = "1"` in the workspace root's manifest [INFO] [stderr] note: to use the edition 2021 resolver, specify `workspace.resolver = "2"` in the workspace root's manifest [INFO] [stderr] Compiling libc v0.2.138 [INFO] [stderr] Compiling autocfg v1.1.0 [INFO] [stderr] Compiling crossbeam-utils v0.8.14 [INFO] [stderr] Compiling proc-macro2 v1.0.47 [INFO] [stderr] Checking scopeguard v1.1.0 [INFO] [stderr] Compiling unicode-ident v1.0.5 [INFO] [stderr] Compiling quote v1.0.21 [INFO] [stderr] Compiling serde v1.0.150 [INFO] [stderr] Compiling rayon-core v1.10.1 [INFO] [stderr] Compiling syn v1.0.105 [INFO] [stderr] Checking rand_core v0.6.4 [INFO] [stderr] Checking either v1.8.0 [INFO] [stderr] Checking once_cell v1.16.0 [INFO] [stderr] Checking rust-tools v1.0.3 (/opt/rustwide/workdir/rust-tools) [INFO] [stderr] Checking rand v0.8.5 [INFO] [stderr] Compiling memoffset v0.7.1 [INFO] [stderr] Compiling crossbeam-epoch v0.9.13 [INFO] [stderr] Checking crossbeam-channel v0.5.6 [INFO] [stderr] Checking num_cpus v1.14.0 [INFO] [stderr] Compiling jobserver v0.1.25 [INFO] [stderr] Checking crossbeam-deque v0.8.2 [INFO] [stderr] Compiling cc v1.0.77 [INFO] [stderr] Checking rayon v1.6.1 [INFO] [stderr] Compiling libfuzzer-sys v0.4.5 [INFO] [stderr] Checking cl-aux v2.0.0 (/opt/rustwide/workdir/cl-aux) [INFO] [stderr] error: could not compile `rayon` (lib) [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/331249a94930adb3d2a7243d946733b63324b2d6/bin/rustc --crate-name rayon --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rayon-1.6.1/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 -C metadata=f8d33b49a4b01717 -C extra-filename=-f8d33b49a4b01717 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern either=/opt/rustwide/target/debug/deps/libeither-9384dc66fa398b23.rmeta --extern rayon_core=/opt/rustwide/target/debug/deps/librayon_core-b4dee881b80feed5.rmeta --cap-lints allow --cap-lints=forbid` (signal: 9, SIGKILL: kill) [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] running `Command { std: "docker" "inspect" "f69a2baa2cf0ceb13a06c641ce4b96886652ae4f6690b0436b0be558cb7343a1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f69a2baa2cf0ceb13a06c641ce4b96886652ae4f6690b0436b0be558cb7343a1", kill_on_drop: false }` [INFO] [stdout] f69a2baa2cf0ceb13a06c641ce4b96886652ae4f6690b0436b0be558cb7343a1