[INFO] fetching crate salvo-cli 0.3.0...
[INFO] checking salvo-cli-0.3.0 against try#b1f2594eac607c1f051534800237eeedb5590a49 for pr-139493-3
[INFO] extracting crate salvo-cli 0.3.0 into /workspace/builds/worker-6-tc2/source
[INFO] started tweaking crates.io crate salvo-cli 0.3.0
[INFO] finished tweaking crates.io crate salvo-cli 0.3.0
[INFO] tweaked toml for crates.io crate salvo-cli 0.3.0 written to /workspace/builds/worker-6-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate salvo-cli 0.3.0 on toolchain b1f2594eac607c1f051534800237eeedb5590a49
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b1f2594eac607c1f051534800237eeedb5590a49" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate salvo-cli 0.3.0 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" "+b1f2594eac607c1f051534800237eeedb5590a49" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/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:aa71247004a7fa38d13ec170f48f06cdedf5bc50b2a8645e56ed7e992e6fa513" "/opt/rustwide/cargo-home/bin/cargo" "+b1f2594eac607c1f051534800237eeedb5590a49" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] cd6fee0a02ba79ebd92d37768209b1c5345cfe33fd18012a33fb024cd3a8f86d
[INFO] running `Command { std: "docker" "start" "-a" "cd6fee0a02ba79ebd92d37768209b1c5345cfe33fd18012a33fb024cd3a8f86d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "cd6fee0a02ba79ebd92d37768209b1c5345cfe33fd18012a33fb024cd3a8f86d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "cd6fee0a02ba79ebd92d37768209b1c5345cfe33fd18012a33fb024cd3a8f86d", kill_on_drop: false }`
[INFO] [stdout] cd6fee0a02ba79ebd92d37768209b1c5345cfe33fd18012a33fb024cd3a8f86d
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/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:aa71247004a7fa38d13ec170f48f06cdedf5bc50b2a8645e56ed7e992e6fa513" "/opt/rustwide/cargo-home/bin/cargo" "+b1f2594eac607c1f051534800237eeedb5590a49" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 252d8b148d992f7e20000a21fdf47a1601245fd32a9d1a07ac2fd023e1567800
[INFO] running `Command { std: "docker" "start" "-a" "252d8b148d992f7e20000a21fdf47a1601245fd32a9d1a07ac2fd023e1567800", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.92
[INFO] [stderr]    Compiling libc v0.2.175
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling memchr v2.7.4
[INFO] [stderr]    Compiling pkg-config v0.3.27
[INFO] [stderr]     Checking once_cell v1.21.3
[INFO] [stderr]     Checking itoa v1.0.14
[INFO] [stderr]     Checking stable_deref_trait v1.2.0
[INFO] [stderr]     Checking bytes v1.9.0
[INFO] [stderr]     Checking hashbrown v0.15.2
[INFO] [stderr]    Compiling thiserror v1.0.48
[INFO] [stderr]     Checking log v0.4.22
[INFO] [stderr]    Compiling regex-syntax v0.7.5
[INFO] [stderr]    Compiling futures-task v0.3.29
[INFO] [stderr]     Checking writeable v0.6.1
[INFO] [stderr]    Compiling futures-util v0.3.29
[INFO] [stderr]     Checking litemap v0.8.0
[INFO] [stderr]    Compiling icu_normalizer_data v2.0.0
[INFO] [stderr]    Compiling icu_properties_data v2.0.1
[INFO] [stderr]    Compiling thread_local v1.1.7
[INFO] [stderr]     Checking tracing-core v0.1.32
[INFO] [stderr]     Checking http v1.2.0
[INFO] [stderr]     Checking aho-corasick v1.1.1
[INFO] [stderr]     Checking indexmap v2.7.0
[INFO] [stderr]    Compiling serde_json v1.0.145
[INFO] [stderr]    Compiling bstr v1.6.2
[INFO] [stderr]     Checking tracing v0.1.40
[INFO] [stderr]    Compiling quote v1.0.38
[INFO] [stderr]    Compiling openssl v0.10.60
[INFO] [stderr]     Checking futures-sink v0.3.29
[INFO] [stderr]    Compiling jobserver v0.1.32
[INFO] [stderr]    Compiling futures-channel v0.3.29
[INFO] [stderr]    Compiling httparse v1.10.1
[INFO] [stderr]     Checking parking_lot_core v0.9.9
[INFO] [stderr]    Compiling syn v2.0.95
[INFO] [stderr]     Checking mio v1.0.4
[INFO] [stderr]     Checking socket2 v0.6.0
[INFO] [stderr]     Checking signal-hook-registry v1.4.1
[INFO] [stderr]    Compiling cc v1.2.27
[INFO] [stderr]     Checking parking_lot v0.12.1
[INFO] [stderr]     Checking regex-automata v0.3.8
[INFO] [stderr]     Checking http-body v1.0.1
[INFO] [stderr]    Compiling time-core v0.1.2
[INFO] [stderr]    Compiling toml_write v0.1.2
[INFO] [stderr]     Checking try-lock v0.2.4
[INFO] [stderr]    Compiling winnow v0.7.12
[INFO] [stderr]    Compiling num-conv v0.1.0
[INFO] [stderr]    Compiling digest v0.10.7
[INFO] [stderr]     Checking want v0.3.1
[INFO] [stderr]    Compiling time-macros v0.2.19
[INFO] [stderr]     Checking crypto-common v0.1.6
[INFO] [stderr]    Compiling rustversion v1.0.19
[INFO] [stderr]    Compiling rustix v0.38.42
[INFO] [stderr]    Compiling unsafe-libyaml v0.2.11
[INFO] [stderr]    Compiling arc-swap v1.7.1
[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/b1f2594eac607c1f051534800237eeedb5590a49/bin/rustc --crate-name regex_syntax --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/regex-syntax-0.7.5/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 --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=30bc37f840220da3 -C extra-filename=-6adbfd15b2e478f8 --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] running `Command { std: "docker" "inspect" "252d8b148d992f7e20000a21fdf47a1601245fd32a9d1a07ac2fd023e1567800", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "252d8b148d992f7e20000a21fdf47a1601245fd32a9d1a07ac2fd023e1567800", kill_on_drop: false }`
[INFO] [stdout] 252d8b148d992f7e20000a21fdf47a1601245fd32a9d1a07ac2fd023e1567800
