[INFO] cloning repository https://github.com/maackle/iroh-conn [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/maackle/iroh-conn" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmaackle%2Firoh-conn", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmaackle%2Firoh-conn'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 50d17d0f4466f22e02c8c9d9b58b5c93bc75b761 [INFO] checking maackle/iroh-conn against f99a7560a6b5f0a5e6894aea7e8afe0e01d3edd1 for pr-160235-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmaackle%2Firoh-conn" "/workspace/builds/worker-2-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc2/source'... [INFO] [stderr] done. [INFO] started tweaking git repo https://github.com/maackle/iroh-conn [INFO] finished tweaking git repo https://github.com/maackle/iroh-conn [INFO] tweaked toml for git repo https://github.com/maackle/iroh-conn written to /workspace/builds/worker-2-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/maackle/iroh-conn on toolchain f99a7560a6b5f0a5e6894aea7e8afe0e01d3edd1 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+f99a7560a6b5f0a5e6894aea7e8afe0e01d3edd1" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+f99a7560a6b5f0a5e6894aea7e8afe0e01d3edd1" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Locking 419 packages to highest Rust 1.100.0-nightly compatible versions [INFO] [stderr] Adding generic-array v0.14.7 (available: v0.14.9) [INFO] [stderr] Adding iroh v0.34.1 (available: v1.2.0) [INFO] [stderr] Adding n0-future v0.1.3 (available: v0.3.2) [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+f99a7560a6b5f0a5e6894aea7e8afe0e01d3edd1" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,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" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:8683fc1fc2eb5c9ac98e0d076ab094b2ffac7f99da555d2b6a2e27f346de2ec7" "sleep" "infinity", kill_on_drop: false }` [INFO] [stdout] ed642e91138e3b82595e22dbf18640b6988aee0f03ce0b59101ae6c90be099f0 [INFO] running `Command { std: "docker" "start" "ed642e91138e3b82595e22dbf18640b6988aee0f03ce0b59101ae6c90be099f0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "ed642e91138e3b82595e22dbf18640b6988aee0f03ce0b59101ae6c90be099f0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "ed642e91138e3b82595e22dbf18640b6988aee0f03ce0b59101ae6c90be099f0" "/opt/rustwide/cargo-home/bin/cargo" "+f99a7560a6b5f0a5e6894aea7e8afe0e01d3edd1" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "ed642e91138e3b82595e22dbf18640b6988aee0f03ce0b59101ae6c90be099f0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-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" "-w" "/opt/rustwide/workdir" "--user" "0:0" "ed642e91138e3b82595e22dbf18640b6988aee0f03ce0b59101ae6c90be099f0" "/opt/rustwide/cargo-home/bin/cargo" "+f99a7560a6b5f0a5e6894aea7e8afe0e01d3edd1" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.189 [INFO] [stderr] Checking log v0.4.34 [INFO] [stderr] Compiling portable-atomic v1.15.0 [INFO] [stderr] Compiling generic-array v0.14.7 [INFO] [stderr] Checking smallvec v1.16.1 [INFO] [stderr] Checking critical-section v1.2.0 [INFO] [stderr] Compiling serde_core v1.0.229 [INFO] [stderr] Compiling find-msvc-tools v0.1.12 [INFO] [stderr] Compiling memchr v2.8.3 [INFO] [stderr] Compiling zerocopy v0.8.57 [INFO] [stderr] Compiling syn v2.0.119 [INFO] [stderr] Compiling syn v3.0.5 [INFO] [stderr] Compiling cfg_aliases v0.2.2 [INFO] [stderr] Compiling regex-syntax v0.8.11 [INFO] [stderr] Compiling regex-lite v0.1.9 [INFO] [stderr] Checking ipnet v2.12.2 [INFO] [stderr] Compiling rustls v0.23.45 [INFO] [stderr] Compiling time-macros v0.2.32 [INFO] [stderr] Checking base64ct v1.8.3 [INFO] [stderr] Checking bitflags v2.13.2 [INFO] [stderr] Compiling cc v1.4.6 [INFO] [stderr] Checking deranged v0.5.8 [INFO] [stderr] Checking tinyvec v1.13.3 [INFO] [stderr] Compiling semver v1.0.28 [INFO] [stderr] Checking num-conv v0.2.2 [INFO] [stderr] Checking time-core v0.1.9 [INFO] [stderr] Compiling aho-corasick v1.1.5 [INFO] [stderr] Compiling rustc_version v0.4.1 [INFO] [stderr] Checking pem-rfc7468 v0.7.0 [INFO] [stderr] Checking block-buffer v0.10.4 [INFO] [stderr] Compiling ucd-parse v0.1.13 [INFO] [stderr] Checking indexmap v2.14.2 [INFO] [stderr] Checking data-encoding v2.11.1 [INFO] [stderr] Checking const-oid v0.9.6 [INFO] [stderr] Checking once_cell v1.21.4 [INFO] [stderr] Compiling serde v1.0.229 [INFO] [stderr] Checking tracing-core v0.1.36 [INFO] [stderr] Compiling crossbeam-utils v0.8.23 [INFO] [stderr] Compiling curve25519-dalek v4.1.3 [INFO] [stderr] Compiling ucd-trie v0.1.7 [INFO] [stderr] Compiling pest v2.9.1 [INFO] [stderr] Checking time v0.3.55 [INFO] [stderr] Compiling iroh-quinn-udp v0.5.7 [INFO] [stderr] Checking lazy_static v1.5.0 [INFO] [stderr] Compiling getrandom v0.4.3 [INFO] [stderr] Checking fastrand v2.5.0 [INFO] [stderr] Checking minimal-lexical v0.2.1 [INFO] [stderr] Checking inout v0.1.4 [INFO] [stderr] Compiling regex-automata v0.4.18 [INFO] [stderr] Compiling n0-future v0.1.3 [INFO] [stderr] Compiling ring v0.17.14 [INFO] [stderr] Checking nom v7.1.3 [INFO] [stderr] Compiling erased-serde v0.3.31 [INFO] [stderr] Compiling toml_edit v0.25.15+spec-1.1.0 [INFO] [stderr] Checking getrandom v0.2.17 [INFO] [stderr] Checking errno v0.3.14 [INFO] [stderr] Checking mio v1.2.3 [INFO] [stderr] Checking signal-hook-registry v1.4.8 [INFO] [stderr] Checking rand_core v0.6.4 [INFO] [stderr] error: could not compile `regex-syntax` (lib) [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/f99a7560a6b5f0a5e6894aea7e8afe0e01d3edd1/bin/rustc --crate-name regex_syntax --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/regex-syntax-0.8.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat,unused-externs-silent --crate-type lib --emit=dep-info,metadata,link -Z embed-metadata=no -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' --cfg 'feature="unicode"' --cfg 'feature="unicode-age"' --cfg 'feature="unicode-bool"' --cfg 'feature="unicode-case"' --cfg 'feature="unicode-gencat"' --cfg 'feature="unicode-perl"' --cfg 'feature="unicode-script"' --cfg 'feature="unicode-segment"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "default", "std", "unicode", "unicode-age", "unicode-bool", "unicode-case", "unicode-gencat", "unicode-perl", "unicode-script", "unicode-segment"))' -C metadata=a3e5e7d6b1ad128d -C extra-filename=-ad84fdbac3b7a759 --out-dir /opt/rustwide/target/debug/build/regex-syntax/ad84fdbac3b7a759/out --cap-lints allow --cap-lints=forbid --force-warn=unused_crate_dependencies` (signal: 9, SIGKILL: kill) [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] running `Command { std: "docker" "inspect" "ed642e91138e3b82595e22dbf18640b6988aee0f03ce0b59101ae6c90be099f0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ed642e91138e3b82595e22dbf18640b6988aee0f03ce0b59101ae6c90be099f0", kill_on_drop: false }` [INFO] [stdout] ed642e91138e3b82595e22dbf18640b6988aee0f03ce0b59101ae6c90be099f0