[INFO] fetching crate git-ref-format-core 0.5.0...
[INFO] testing git-ref-format-core-0.5.0 against beta-2025-09-21 for beta-1.91-3
[INFO] extracting crate git-ref-format-core 0.5.0 into /workspace/builds/worker-5-tc2/source
[INFO] started tweaking crates.io crate git-ref-format-core 0.5.0
[INFO] finished tweaking crates.io crate git-ref-format-core 0.5.0
[INFO] tweaked toml for crates.io crate git-ref-format-core 0.5.0 written to /workspace/builds/worker-5-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate git-ref-format-core 0.5.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] crate crates.io crate git-ref-format-core 0.5.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" "+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-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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] bb1873666151f3b853d7a833c3ff83e3dfce494d7692ba44424f79c198a6910d
[INFO] running `Command { std: "docker" "start" "-a" "bb1873666151f3b853d7a833c3ff83e3dfce494d7692ba44424f79c198a6910d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "bb1873666151f3b853d7a833c3ff83e3dfce494d7692ba44424f79c198a6910d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "bb1873666151f3b853d7a833c3ff83e3dfce494d7692ba44424f79c198a6910d", kill_on_drop: false }`
[INFO] [stdout] bb1873666151f3b853d7a833c3ff83e3dfce494d7692ba44424f79c198a6910d
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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] 9598148f976c0327e75ac25cb7c808cd563e7754f985c30fb10f113727962e43
[INFO] running `Command { std: "docker" "start" "-a" "9598148f976c0327e75ac25cb7c808cd563e7754f985c30fb10f113727962e43", kill_on_drop: false }`
[INFO] [stderr] Compiling proc-macro2 v1.0.86
[INFO] [stderr] Compiling thiserror v1.0.63
[INFO] [stderr] Compiling quote v1.0.36
[INFO] [stderr] Compiling syn v2.0.71
[INFO] [stderr] Compiling thiserror-impl v1.0.63
[INFO] [stderr] Compiling git-ref-format-core v0.5.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout] --> src/deriv.rs:81:26
[INFO] [stdout] |
[INFO] [stdout] 81 | pub fn to_pattern
(&self, pattern: P) -> QualifiedPattern
[INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout] | |
[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] 81 | pub fn to_pattern
(&self, pattern: P) -> QualifiedPattern<'_>
[INFO] [stdout] | ++++
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout] --> src/deriv.rs:89:26
[INFO] [stdout] |
[INFO] [stdout] 89 | pub fn to_namespaced(&self) -> Option {
[INFO] [stdout] | ^^^^^ ^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout] | |
[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] 89 | pub fn to_namespaced(&self) -> Option> {
[INFO] [stdout] | ++++
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout] --> src/deriv.rs:106:27
[INFO] [stdout] |
[INFO] [stdout] 106 | pub fn non_empty_iter(&self) -> (&str, &str, &str, name::Iter) {
[INFO] [stdout] | ^^^^^ ^^^^ ^^^^ ^^^^ ^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout] | | | | |
[INFO] [stdout] | | | | the same lifetime is elided here
[INFO] [stdout] | | | the same lifetime is elided here
[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] 106 | pub fn non_empty_iter(&self) -> (&str, &str, &str, name::Iter<'_>) {
[INFO] [stdout] | ++++
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout] --> src/deriv.rs:122:33
[INFO] [stdout] |
[INFO] [stdout] 122 | pub fn non_empty_components(&self) -> (Component, Component, Component, name::Components) {
[INFO] [stdout] | ^^^^^ ^^^^^^^^^ ^^^^^^^^^ ^^^^^^^^^ ^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout] | | | | |
[INFO] [stdout] | | | | the same lifetime is hidden here
[INFO] [stdout] | | | the same lifetime is hidden here
[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] help: use `'_` for type paths
[INFO] [stdout] |
[INFO] [stdout] 122 | pub fn non_empty_components(&self) -> (Component<'_>, Component<'_>, Component<'_>, name::Components<'_>) {
[INFO] [stdout] | ++++ ++++ ++++ ++++
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout] --> src/deriv.rs:295:22
[INFO] [stdout] |
[INFO] [stdout] 295 | pub fn namespace(&self) -> Component {
[INFO] [stdout] | ^^^^^ ^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout] | |
[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] 295 | pub fn namespace(&self) -> Component<'_> {
[INFO] [stdout] | ++++
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout] --> src/name.rs:138:22
[INFO] [stdout] |
[INFO] [stdout] 138 | pub fn qualified(&self) -> Option {
[INFO] [stdout] | ^^^^^ ^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout] | |
[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] 138 | pub fn qualified(&self) -> Option> {
[INFO] [stdout] | ++++
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout] --> src/name.rs:143:26
[INFO] [stdout] |
[INFO] [stdout] 143 | pub fn to_namespaced(&self) -> Option {
[INFO] [stdout] | ^^^^^ ^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout] | |
[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] 143 | pub fn to_namespaced(&self) -> Option> {
[INFO] [stdout] | ++++
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout] --> src/name.rs:147:17
[INFO] [stdout] |
[INFO] [stdout] 147 | pub fn iter(&self) -> Iter {
[INFO] [stdout] | ^^^^^ ^^^^ the same lifetime is hidden here
[INFO] [stdout] | |
[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] 147 | pub fn iter(&self) -> Iter<'_> {
[INFO] [stdout] | ++++
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout] --> src/name.rs:151:23
[INFO] [stdout] |
[INFO] [stdout] 151 | pub fn components(&self) -> Components {
[INFO] [stdout] | ^^^^^ ^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout] | |
[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 | pub fn components(&self) -> Components<'_> {
[INFO] [stdout] | ++++
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout] --> src/name.rs:155:17
[INFO] [stdout] |
[INFO] [stdout] 155 | pub fn head(&self) -> Component {
[INFO] [stdout] | ^^^^^ ^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout] | |
[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] 155 | pub fn head(&self) -> Component<'_> {
[INFO] [stdout] | ++++
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout] --> src/refspec.rs:57:22
[INFO] [stdout] |
[INFO] [stdout] 57 | pub fn qualified(&self) -> Option {
[INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout] | |
[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] 57 | pub fn qualified(&self) -> Option> {
[INFO] [stdout] | ++++
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout] --> src/refspec.rs:62:26
[INFO] [stdout] |
[INFO] [stdout] 62 | pub fn to_namespaced(&self) -> Option {
[INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout] | |
[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] 62 | pub fn to_namespaced(&self) -> Option> {
[INFO] [stdout] | ++++
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout] --> src/refspec.rs:67:17
[INFO] [stdout] |
[INFO] [stdout] 67 | pub fn iter(&self) -> Iter {
[INFO] [stdout] | ^^^^^ ^^^^ the same lifetime is hidden here
[INFO] [stdout] | |
[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] 67 | pub fn iter(&self) -> Iter<'_> {
[INFO] [stdout] | ++++
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout] --> src/refspec.rs:72:23
[INFO] [stdout] |
[INFO] [stdout] 72 | pub fn components(&self) -> Components {
[INFO] [stdout] | ^^^^^ ^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout] | |
[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] 72 | pub fn components(&self) -> Components<'_> {
[INFO] [stdout] | ++++
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout] --> src/refspec.rs:341:26
[INFO] [stdout] |
[INFO] [stdout] 341 | pub fn to_namespaced(&self) -> Option {
[INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout] | |
[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] 341 | pub fn to_namespaced(&self) -> Option> {
[INFO] [stdout] | ++++
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout] --> src/refspec.rs:361:27
[INFO] [stdout] |
[INFO] [stdout] 361 | pub fn non_empty_iter(&self) -> (&str, &str, &str, Iter) {
[INFO] [stdout] | ^^^^^ ^^^^ ^^^^ ^^^^ ^^^^ the same lifetime is hidden here
[INFO] [stdout] | | | | |
[INFO] [stdout] | | | | the same lifetime is elided here
[INFO] [stdout] | | | the same lifetime is elided here
[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] 361 | pub fn non_empty_iter(&self) -> (&str, &str, &str, Iter<'_>) {
[INFO] [stdout] | ++++
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout] --> src/refspec.rs:377:33
[INFO] [stdout] |
[INFO] [stdout] 377 | pub fn non_empty_components(&self) -> (Component, Component, Component, Components) {
[INFO] [stdout] | ^^^^^ ^^^^^^^^^ ^^^^^^^^^ ^^^^^^^^^ ^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout] | | | | |
[INFO] [stdout] | | | | the same lifetime is hidden here
[INFO] [stdout] | | | the same lifetime is hidden here
[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] help: use `'_` for type paths
[INFO] [stdout] |
[INFO] [stdout] 377 | pub fn non_empty_components(&self) -> (Component<'_>, Component<'_>, Component<'_>, Components<'_>) {
[INFO] [stdout] | ++++ ++++ ++++ ++++
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout] --> src/refspec.rs:488:22
[INFO] [stdout] |
[INFO] [stdout] 488 | pub fn namespace(&self) -> Component {
[INFO] [stdout] | ^^^^^ ^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout] | |
[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] 488 | pub fn namespace(&self) -> Component<'_> {
[INFO] [stdout] | ++++
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.59s
[INFO] running `Command { std: "docker" "inspect" "9598148f976c0327e75ac25cb7c808cd563e7754f985c30fb10f113727962e43", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "9598148f976c0327e75ac25cb7c808cd563e7754f985c30fb10f113727962e43", kill_on_drop: false }`
[INFO] [stdout] 9598148f976c0327e75ac25cb7c808cd563e7754f985c30fb10f113727962e43
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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] ea8709ac135d3c6dc1df4109491366795c571355c9cf189523eaa0c05a7d16dc
[INFO] running `Command { std: "docker" "start" "-a" "ea8709ac135d3c6dc1df4109491366795c571355c9cf189523eaa0c05a7d16dc", kill_on_drop: false }`
[INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.05s
[INFO] running `Command { std: "docker" "inspect" "ea8709ac135d3c6dc1df4109491366795c571355c9cf189523eaa0c05a7d16dc", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ea8709ac135d3c6dc1df4109491366795c571355c9cf189523eaa0c05a7d16dc", kill_on_drop: false }`
[INFO] [stdout] ea8709ac135d3c6dc1df4109491366795c571355c9cf189523eaa0c05a7d16dc
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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", kill_on_drop: false }`
[INFO] [stdout] 9036dab4cd8b34a0ef985d26cecc128b66ce53b4ce54e18477d6035730d04d2d
[INFO] running `Command { std: "docker" "start" "-a" "9036dab4cd8b34a0ef985d26cecc128b66ce53b4ce54e18477d6035730d04d2d", kill_on_drop: false }`
[INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.06s
[INFO] running `Command { std: "docker" "inspect" "9036dab4cd8b34a0ef985d26cecc128b66ce53b4ce54e18477d6035730d04d2d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "9036dab4cd8b34a0ef985d26cecc128b66ce53b4ce54e18477d6035730d04d2d", kill_on_drop: false }`
[INFO] [stdout] 9036dab4cd8b34a0ef985d26cecc128b66ce53b4ce54e18477d6035730d04d2d