[INFO] fetching crate pulldown-latex 0.7.1...
[INFO] testing pulldown-latex-0.7.1 against beta-2025-09-21 for beta-1.91-3
[INFO] extracting crate pulldown-latex 0.7.1 into /workspace/builds/worker-2-tc2/source
[INFO] removed /workspace/builds/worker-2-tc2/source/.cargo/config.toml
[INFO] started tweaking crates.io crate pulldown-latex 0.7.1
[INFO] removed 0 missing examples
[INFO] removed 0 missing tests
[INFO] finished tweaking crates.io crate pulldown-latex 0.7.1
[INFO] tweaked toml for crates.io crate pulldown-latex 0.7.1 written to /workspace/builds/worker-2-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate pulldown-latex 0.7.1 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 pulldown-latex 0.7.1 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-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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] d1b7328b6a1973e542d17d27d5afabe9ac1673baee47c4c090bfc90a4ed6ed1a
[INFO] running `Command { std: "docker" "start" "-a" "d1b7328b6a1973e542d17d27d5afabe9ac1673baee47c4c090bfc90a4ed6ed1a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "d1b7328b6a1973e542d17d27d5afabe9ac1673baee47c4c090bfc90a4ed6ed1a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d1b7328b6a1973e542d17d27d5afabe9ac1673baee47c4c090bfc90a4ed6ed1a", kill_on_drop: false }`
[INFO] [stdout] d1b7328b6a1973e542d17d27d5afabe9ac1673baee47c4c090bfc90a4ed6ed1a
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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] 60ab70897b495f71eae2930cbe4f3d33c2b3962816cd32984b564558cd72197b
[INFO] running `Command { std: "docker" "start" "-a" "60ab70897b495f71eae2930cbe4f3d33c2b3962816cd32984b564558cd72197b", kill_on_drop: false }`
[INFO] [stderr]    Compiling bumpalo v3.16.0
[INFO] [stderr]    Compiling pulldown-latex v0.7.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser/macros.rs:236:23
[INFO] [stdout]     |
[INFO] [stdout] 236 |     replacement_text: &str,
[INFO] [stdout]     |                       ^^^^ the lifetime is elided here
[INFO] [stdout] 237 |     parameter_count: u8,
[INFO] [stdout] 238 | ) -> InnerResult<Vec<ReplacementToken>> {
[INFO] [stdout]     |                      ^^^^^^^^^^^^^^^^ the same lifetime is hidden 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] 238 | ) -> InnerResult<Vec<ReplacementToken<'_>>> {
[INFO] [stdout]     |                                      ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.64s
[INFO] running `Command { std: "docker" "inspect" "60ab70897b495f71eae2930cbe4f3d33c2b3962816cd32984b564558cd72197b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "60ab70897b495f71eae2930cbe4f3d33c2b3962816cd32984b564558cd72197b", kill_on_drop: false }`
[INFO] [stdout] 60ab70897b495f71eae2930cbe4f3d33c2b3962816cd32984b564558cd72197b
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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] 1206bc1d9372bff2e8540e83a0a57b00598481c98a377fd3ff7f430b565af9eb
[INFO] running `Command { std: "docker" "start" "-a" "1206bc1d9372bff2e8540e83a0a57b00598481c98a377fd3ff7f430b565af9eb", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.89
[INFO] [stderr]    Compiling unicode-ident v1.0.0
[INFO] [stderr]    Compiling libc v0.2.139
[INFO] [stderr]    Compiling syn v1.0.67
[INFO] [stderr]    Compiling unicode-xid v0.2.0
[INFO] [stderr]    Compiling autocfg v1.0.0
[INFO] [stderr]    Compiling log v0.4.8
[INFO] [stderr]    Compiling once_cell v1.14.0
[INFO] [stderr]    Compiling cfg-if v0.1.2
[INFO] [stderr]    Compiling pkg-config v0.3.9
[INFO] [stderr]    Compiling cc v1.0.61
[INFO] [stderr]    Compiling vcpkg v0.2.8
[INFO] [stderr]    Compiling bytes v1.8.0
[INFO] [stderr]    Compiling fnv v1.0.5
[INFO] [stderr]    Compiling itoa v0.4.7
[INFO] [stderr]    Compiling bitflags v1.2.1
[INFO] [stderr]    Compiling pin-project-lite v0.2.6
[INFO] [stderr]    Compiling io-lifetimes v1.0.1
[INFO] [stderr]    Compiling rustix v0.37.0
[INFO] [stderr]    Compiling utf8parse v0.2.1
[INFO] [stderr]    Compiling serde v1.0.103
[INFO] [stderr]    Compiling crossbeam-utils v0.8.20
[INFO] [stderr]    Compiling tokio v1.0.1
[INFO] [stderr]    Compiling arc-swap v0.4.0
[INFO] [stderr]    Compiling itoa v1.0.0
[INFO] [stderr]    Compiling ryu v1.0.0
[INFO] [stderr]    Compiling linux-raw-sys v0.3.0
[INFO] [stderr]    Compiling foreign-types-shared v0.1.0
[INFO] [stderr]    Compiling openssl v0.10.60
[INFO] [stderr]    Compiling semver v0.1.20
[INFO] [stderr]    Compiling tinyvec_macros v0.1.0
[INFO] [stderr]    Compiling proc-macro2 v0.4.21
[INFO] [stderr]    Compiling slab v0.4.2
[INFO] [stderr]    Compiling tinyvec v1.0.0
[INFO] [stderr]    Compiling foreign-types v0.3.1
[INFO] [stderr]    Compiling anstyle-parse v0.1.0
[INFO] [stderr]    Compiling concolor-override v1.0.0
[INFO] [stderr]    Compiling rustc_version v0.1.7
[INFO] [stderr]    Compiling time-macros v0.2.0
[INFO] [stderr]    Compiling native-tls v0.2.3
[INFO] [stderr]    Compiling http v1.1.0
[INFO] [stderr]    Compiling try-lock v0.2.0
[INFO] [stderr]    Compiling bitflags v2.2.1
[INFO] [stderr]    Compiling lazy_static v1.0.0
[INFO] [stderr]    Compiling anstyle v0.3.5
[INFO] [stderr]    Compiling concolor-query v0.3.1
[INFO] [stderr]    Compiling unicase v2.0.0
[INFO] [stderr]    Compiling tracing-core v0.1.17
[INFO] [stderr]    Compiling want v0.3.0
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling crossbeam-epoch v0.9.18
[INFO] [stderr]    Compiling futures-channel v0.3.0
[INFO] [stderr]    Compiling cookie v0.16.0
[INFO] [stderr]    Compiling openssl-sys v0.9.96
[INFO] [stderr]    Compiling quote v1.0.35
[INFO] [stderr]    Compiling clap_lex v0.4.0
[INFO] [stderr]    Compiling heck v0.4.0
[INFO] [stderr]    Compiling unicode-bidi v0.3.10
[INFO] [stderr]    Compiling strsim v0.10.0
[INFO] [stderr]    Compiling unicode-normalization v0.1.22
[INFO] [stderr]    Compiling smallvec v1.13.2
[INFO] [stderr]    Compiling openssl-probe v0.1.0
[INFO] [stderr]    Compiling quote v0.6.10
[INFO] [stderr]    Compiling syn v2.0.87
[INFO] [stderr]    Compiling crossbeam-deque v0.8.5
[INFO] [stderr]    Compiling tracing v0.1.22
[INFO] [stderr]    Compiling rayon-core v1.12.1
[INFO] [stderr]    Compiling cookie v0.18.1
[INFO] [stderr]    Compiling half v2.4.1
[INFO] [stderr]    Compiling regex-syntax v0.8.5
[INFO] [stderr]    Compiling bytes v0.5.3
[INFO] [stderr]    Compiling ciborium-io v0.2.2
[INFO] [stderr]    Compiling mio v0.7.6
[INFO] [stderr]    Compiling num_cpus v1.16.0
[INFO] [stderr]    Compiling signal-hook-registry v1.1.1
[INFO] [stderr]    Compiling http-body v1.0.1
[INFO] [stderr]    Compiling time v0.3.0
[INFO] [stderr]    Compiling idna v0.4.0
[INFO] [stderr]    Compiling socket2 v0.5.0
[INFO] [stderr]    Compiling tower-service v0.3.0
[INFO] [stderr]    Compiling ciborium-ll v0.2.2
[INFO] [stderr]    Compiling http v0.2.0
[INFO] [stderr]    Compiling syn v0.15.22
[INFO] [stderr]    Compiling itertools v0.10.5
[INFO] [stderr]    Compiling url v2.4.0
[INFO] [stderr]    Compiling anstyle-parse v0.2.6
[INFO] [stderr]    Compiling unicode-segmentation v1.2.0
[INFO] [stderr]    Compiling anyhow v1.0.0
[INFO] [stderr]    Compiling anstream v0.6.18
[INFO] [stderr]    Compiling plotters v0.3.7
[INFO] [stderr]    Compiling mime v0.3.9
[INFO] [stderr]    Compiling regex-automata v0.4.9
[INFO] [stderr]    Compiling rayon v1.10.0
[INFO] [stderr]    Compiling is-terminal v0.4.6
[INFO] [stderr]    Compiling anstream v0.2.5
[INFO] [stderr]    Compiling rand v0.4.1
[INFO] [stderr]    Compiling oorandom v11.1.4
[INFO] [stderr]    Compiling remove_dir_all v0.5.0
[INFO] [stderr]    Compiling clap_builder v4.2.0
[INFO] [stderr]    Compiling anes v0.1.6
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser/macros.rs:236:23
[INFO] [stdout]     |
[INFO] [stdout] 236 |     replacement_text: &str,
[INFO] [stdout]     |                       ^^^^ the lifetime is elided here
[INFO] [stdout] 237 |     parameter_count: u8,
[INFO] [stdout] 238 | ) -> InnerResult<Vec<ReplacementToken>> {
[INFO] [stdout]     |                      ^^^^^^^^^^^^^^^^ the same lifetime is hidden 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] 238 | ) -> InnerResult<Vec<ReplacementToken<'_>>> {
[INFO] [stdout]     |                                      ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling tempfile v3.0.2
[INFO] [stderr]    Compiling criterion-plot v0.5.0
[INFO] [stderr]    Compiling futures-macro v0.3.31
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling clap_derive v4.2.0
[INFO] [stderr]    Compiling serde_derive v1.0.103
[INFO] [stderr]    Compiling openssl-macros v0.1.0
[INFO] [stderr]    Compiling rustversion v1.0.0
[INFO] [stderr]    Compiling ghost v0.1.4
[INFO] [stderr]    Compiling ctor v0.1.0
[INFO] [stderr]    Compiling regex v1.11.1
[INFO] [stderr]    Compiling futures-util v0.3.31
[INFO] [stderr]    Compiling thiserror v1.0.69
[INFO] [stderr]    Compiling inventory v0.3.0
[INFO] [stderr]    Compiling escape8259 v0.5.2
[INFO] [stderr]    Compiling clap v4.2.0
[INFO] [stderr]    Compiling libtest-mimic v0.8.1
[INFO] [stderr]    Compiling hyper v1.5.0
[INFO] [stderr]    Compiling http-body-util v0.1.2
[INFO] [stderr]    Compiling hyper-util v0.1.10
[INFO] [stdout] error[E0599]: no method named `send_replace` found for struct `Arc<tokio::sync::watch::Sender<Option<Connected>>>` in the current scope
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/capture.rs:86:17
[INFO] [stdout]    |
[INFO] [stdout] 86 |         self.tx.send_replace(Some(connected.clone()));
[INFO] [stdout]    |                 ^^^^^^^^^^^^ method not found in `Arc<tokio::sync::watch::Sender<Option<Connected>>>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0599`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `hyper-util` (lib) due to 1 previous error
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] running `Command { std: "docker" "inspect" "1206bc1d9372bff2e8540e83a0a57b00598481c98a377fd3ff7f430b565af9eb", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "1206bc1d9372bff2e8540e83a0a57b00598481c98a377fd3ff7f430b565af9eb", kill_on_drop: false }`
[INFO] [stdout] 1206bc1d9372bff2e8540e83a0a57b00598481c98a377fd3ff7f430b565af9eb
