[INFO] fetching crate pep-508 0.4.0...
[INFO] testing pep-508-0.4.0 against beta-2025-09-21 for beta-1.91-3
[INFO] extracting crate pep-508 0.4.0 into /workspace/builds/worker-3-tc2/source
[INFO] started tweaking crates.io crate pep-508 0.4.0
[INFO] finished tweaking crates.io crate pep-508 0.4.0
[INFO] tweaked toml for crates.io crate pep-508 0.4.0 written to /workspace/builds/worker-3-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate pep-508 0.4.0 on toolchain beta-2025-09-21
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-09-21" "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" "+beta-2025-09-21" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 40 packages to latest compatible versions
[INFO] [stderr]       Adding chumsky v1.0.0-alpha.6 (available: v1.0.0-alpha.8)
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-09-21" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 774796b8d7d300fbe5b08de12811d8b353930cb5b866baf3f9afe2d306783393
[INFO] running `Command { std: "docker" "start" "-a" "774796b8d7d300fbe5b08de12811d8b353930cb5b866baf3f9afe2d306783393", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "774796b8d7d300fbe5b08de12811d8b353930cb5b866baf3f9afe2d306783393", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "774796b8d7d300fbe5b08de12811d8b353930cb5b866baf3f9afe2d306783393", kill_on_drop: false }`
[INFO] [stdout] 774796b8d7d300fbe5b08de12811d8b353930cb5b866baf3f9afe2d306783393
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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=warn" "-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 7dc5769c6279c0ceb863758e785d6abe2e5d0c231b46f248becb98049b09095f
[INFO] running `Command { std: "docker" "start" "-a" "7dc5769c6279c0ceb863758e785d6abe2e5d0c231b46f248becb98049b09095f", kill_on_drop: false }`
[INFO] [stderr]    Compiling once_cell v1.21.3
[INFO] [stderr]    Compiling chumsky v1.0.0-alpha.6
[INFO] [stderr]    Compiling allocator-api2 v0.2.21
[INFO] [stderr]    Compiling unicode-ident v1.0.19
[INFO] [stderr]    Compiling ahash v0.8.12
[INFO] [stderr]    Compiling psm v0.1.26
[INFO] [stderr]    Compiling stacker v0.1.21
[INFO] [stderr]    Compiling hashbrown v0.14.5
[INFO] [stderr]    Compiling pep-508 v0.4.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:135:26
[INFO] [stdout]     |
[INFO] [stdout] 135 | pub fn parse(dependency: &str) -> Result<Dependency, Vec<Simple<char>>> {
[INFO] [stdout]     |                          ^^^^            ^^^^^^^^^^      ^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                          |               |
[INFO] [stdout]     |                          |               the same lifetime is hidden here
[INFO] [stdout]     |                          the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 135 | pub fn parse(dependency: &str) -> Result<Dependency<'_>, Vec<Simple<'_, char>>> {
[INFO] [stdout]     |                                                    ++++             +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 47.85s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: chumsky v1.0.0-alpha.6
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 2`
[INFO] running `Command { std: "docker" "inspect" "7dc5769c6279c0ceb863758e785d6abe2e5d0c231b46f248becb98049b09095f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "7dc5769c6279c0ceb863758e785d6abe2e5d0c231b46f248becb98049b09095f", kill_on_drop: false }`
[INFO] [stdout] 7dc5769c6279c0ceb863758e785d6abe2e5d0c231b46f248becb98049b09095f
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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=warn" "-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 0ce4ed4ece645e5c5bef42dc51c7bc97ebf42fa077343f9d2403a40a4083c862
[INFO] running `Command { std: "docker" "start" "-a" "0ce4ed4ece645e5c5bef42dc51c7bc97ebf42fa077343f9d2403a40a4083c862", kill_on_drop: false }`
[INFO] [stderr]    Compiling similar v2.7.0
[INFO] [stderr]    Compiling ahash v0.8.12
[INFO] [stderr]    Compiling console v0.15.11
[INFO] [stderr]    Compiling hashbrown v0.14.5
[INFO] [stderr]    Compiling insta v1.43.2
[INFO] [stderr]    Compiling chumsky v1.0.0-alpha.6
[INFO] [stderr]    Compiling pep-508 v0.4.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:135:26
[INFO] [stdout]     |
[INFO] [stdout] 135 | pub fn parse(dependency: &str) -> Result<Dependency, Vec<Simple<char>>> {
[INFO] [stdout]     |                          ^^^^            ^^^^^^^^^^      ^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                          |               |
[INFO] [stdout]     |                          |               the same lifetime is hidden here
[INFO] [stdout]     |                          the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 135 | pub fn parse(dependency: &str) -> Result<Dependency<'_>, Vec<Simple<'_, char>>> {
[INFO] [stdout]     |                                                    ++++             +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/url.rs:151:17
[INFO] [stdout]     |
[INFO] [stdout] 151 |     fn parse(s: &str) -> Result<&str, Vec<Rich<char>>> {
[INFO] [stdout]     |                 ^^^^            ^^^^      ^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                 |               |
[INFO] [stdout]     |                 |               the same lifetime is elided here
[INFO] [stdout]     |                 the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 151 |     fn parse(s: &str) -> Result<&str, Vec<Rich<'_, char>>> {
[INFO] [stdout]     |                                                +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:135:26
[INFO] [stdout]     |
[INFO] [stdout] 135 | pub fn parse(dependency: &str) -> Result<Dependency, Vec<Simple<char>>> {
[INFO] [stdout]     |                          ^^^^            ^^^^^^^^^^      ^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                          |               |
[INFO] [stdout]     |                          |               the same lifetime is hidden here
[INFO] [stdout]     |                          the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 135 | pub fn parse(dependency: &str) -> Result<Dependency<'_>, Vec<Simple<'_, char>>> {
[INFO] [stdout]     |                                                    ++++             +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `pep-508` (lib test); 2 warnings emitted
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/beta-2025-09-21-x86_64-unknown-linux-gnu/bin/rustc --crate-name pep_508 --edition=2021 src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=21a3722d319aacd3 -C extra-filename=-69667ca763ac747d --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern chumsky=/opt/rustwide/target/debug/deps/libchumsky-546e9d3ce572482c.rlib --extern insta=/opt/rustwide/target/debug/deps/libinsta-2c81ba5bbd2742cb.rlib --cap-lints=warn -L native=/opt/rustwide/target/debug/build/psm-cd054fed87a55fcb/out` (signal: 9, SIGKILL: kill)
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] running `Command { std: "docker" "inspect" "0ce4ed4ece645e5c5bef42dc51c7bc97ebf42fa077343f9d2403a40a4083c862", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "0ce4ed4ece645e5c5bef42dc51c7bc97ebf42fa077343f9d2403a40a4083c862", kill_on_drop: false }`
[INFO] [stdout] 0ce4ed4ece645e5c5bef42dc51c7bc97ebf42fa077343f9d2403a40a4083c862
