[INFO] fetching crate pulldown-latex 0.7.1... [INFO] testing pulldown-latex-0.7.1 against try#2440211fe03bc45c89b6dc1a3df18382ce91e32b for pr-146098-1 [INFO] extracting crate pulldown-latex 0.7.1 into /workspace/builds/worker-4-tc2/source [INFO] removed /workspace/builds/worker-4-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-4-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate pulldown-latex 0.7.1 on toolchain 2440211fe03bc45c89b6dc1a3df18382ce91e32b [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+2440211fe03bc45c89b6dc1a3df18382ce91e32b" "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" "+2440211fe03bc45c89b6dc1a3df18382ce91e32b" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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" "+2440211fe03bc45c89b6dc1a3df18382ce91e32b" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 088dc7cc9063972bbb3ec3d9161a8f03cc1e464af30aad4fff753c0eaba81f43 [INFO] running `Command { std: "docker" "start" "-a" "088dc7cc9063972bbb3ec3d9161a8f03cc1e464af30aad4fff753c0eaba81f43", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "088dc7cc9063972bbb3ec3d9161a8f03cc1e464af30aad4fff753c0eaba81f43", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "088dc7cc9063972bbb3ec3d9161a8f03cc1e464af30aad4fff753c0eaba81f43", kill_on_drop: false }` [INFO] [stdout] 088dc7cc9063972bbb3ec3d9161a8f03cc1e464af30aad4fff753c0eaba81f43 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+2440211fe03bc45c89b6dc1a3df18382ce91e32b" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 73215d5f1ba6ae9e7fc202a79e76ea2e62451f7518e51ae50e101bf996ac0509 [INFO] running `Command { std: "docker" "start" "-a" "73215d5f1ba6ae9e7fc202a79e76ea2e62451f7518e51ae50e101bf996ac0509", 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> { [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>> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.48s [INFO] running `Command { std: "docker" "inspect" "73215d5f1ba6ae9e7fc202a79e76ea2e62451f7518e51ae50e101bf996ac0509", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "73215d5f1ba6ae9e7fc202a79e76ea2e62451f7518e51ae50e101bf996ac0509", kill_on_drop: false }` [INFO] [stdout] 73215d5f1ba6ae9e7fc202a79e76ea2e62451f7518e51ae50e101bf996ac0509 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+2440211fe03bc45c89b6dc1a3df18382ce91e32b" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 46c73f3c2f6b9fc4b05d9493b9f22560b194606d06e702c64d2dedbc403c6b27 [INFO] running `Command { std: "docker" "start" "-a" "46c73f3c2f6b9fc4b05d9493b9f22560b194606d06e702c64d2dedbc403c6b27", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.89 [INFO] [stderr] Compiling syn v1.0.67 [INFO] [stderr] Compiling unicode-xid v0.2.0 [INFO] [stderr] Compiling once_cell v1.14.0 [INFO] [stderr] Compiling cfg-if v0.1.2 [INFO] [stderr] Compiling vcpkg v0.2.8 [INFO] [stderr] Compiling cc v1.0.61 [INFO] [stderr] Compiling bytes v1.8.0 [INFO] [stderr] Compiling pkg-config v0.3.9 [INFO] [stderr] Compiling io-lifetimes v1.0.1 [INFO] [stderr] Compiling libc v0.2.139 [INFO] [stderr] Compiling rustix v0.37.0 [INFO] [stderr] Compiling serde v1.0.103 [INFO] [stderr] Compiling tokio v1.0.1 [INFO] [stderr] Compiling itoa v1.0.0 [INFO] [stderr] Compiling arc-swap v0.4.0 [INFO] [stderr] Compiling log v0.4.8 [INFO] [stderr] Compiling ryu v1.0.0 [INFO] [stderr] Compiling linux-raw-sys v0.3.0 [INFO] [stderr] Compiling openssl v0.10.60 [INFO] [stderr] Compiling foreign-types-shared v0.1.0 [INFO] [stderr] Compiling proc-macro2 v0.4.21 [INFO] [stderr] Compiling semver v0.1.20 [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 native-tls v0.2.3 [INFO] [stderr] Compiling try-lock v0.2.0 [INFO] [stderr] Compiling http v1.1.0 [INFO] [stderr] Compiling rustc_version v0.1.7 [INFO] [stderr] Compiling percent-encoding v2.3.0 [INFO] [stderr] Compiling concolor-query v0.3.1 [INFO] [stderr] Compiling anstyle v0.3.5 [INFO] [stderr] Compiling time-macros v0.2.0 [INFO] [stderr] Compiling bitflags v2.2.1 [INFO] [stderr] Compiling concolor-override v1.0.0 [INFO] [stderr] Compiling lazy_static v1.0.0 [INFO] [stderr] Compiling want v0.3.0 [INFO] [stderr] Compiling futures-channel v0.3.0 [INFO] [stderr] Compiling tracing-core v0.1.17 [INFO] [stderr] Compiling cookie v0.16.0 [INFO] [stderr] Compiling num-traits v0.2.19 [INFO] [stderr] Compiling openssl-probe v0.1.0 [INFO] [stderr] Compiling quote v1.0.35 [INFO] [stderr] Compiling clap_lex v0.4.0 [INFO] [stderr] Compiling unicase v2.0.0 [INFO] [stderr] Compiling unicode-bidi v0.3.10 [INFO] [stderr] Compiling syn v2.0.87 [INFO] [stderr] Compiling http-body v1.0.1 [INFO] [stderr] Compiling quote v0.6.10 [INFO] [stderr] Compiling tracing v0.1.22 [INFO] [stderr] Compiling form_urlencoded v1.2.0 [INFO] [stderr] Compiling cookie v0.18.1 [INFO] [stderr] Compiling openssl-sys v0.9.96 [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 unicode-normalization v0.1.22 [INFO] [stderr] Compiling socket2 v0.5.0 [INFO] [stderr] Compiling bytes v0.5.3 [INFO] [stderr] Compiling tower-service v0.3.0 [INFO] [stderr] Compiling regex-syntax v0.8.5 [INFO] [stderr] Compiling syn v0.15.22 [INFO] [stderr] Compiling time v0.3.0 [INFO] [stderr] Compiling itertools v0.10.5 [INFO] [stderr] Compiling http v0.2.0 [INFO] [stderr] Compiling anstyle-parse v0.2.6 [INFO] [stderr] Compiling idna v0.4.0 [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 mime v0.3.9 [INFO] [stderr] Compiling rayon v1.10.0 [INFO] [stderr] Compiling rand v0.4.1 [INFO] [stderr] Compiling is-terminal v0.4.6 [INFO] [stderr] Compiling anstream v0.2.5 [INFO] [stderr] Compiling url v2.4.0 [INFO] [stderr] Compiling clap_builder v4.2.0 [INFO] [stderr] Compiling regex-automata v0.4.9 [INFO] [stderr] Compiling plotters v0.3.7 [INFO] [stderr] Compiling criterion-plot v0.5.0 [INFO] [stderr] Compiling remove_dir_all v0.5.0 [INFO] [stderr] Compiling oorandom v11.1.4 [INFO] [stderr] Compiling tempfile v3.0.2 [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> { [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>> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0407]: method `backtrace` is not a member of trait `StdError` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.0/src/context.rs:136:5 [INFO] [stdout] | [INFO] [stdout] 136 | / fn backtrace(&self) -> Option<&Backtrace> { [INFO] [stdout] 137 | | self.error.backtrace() [INFO] [stdout] 138 | | } [INFO] [stdout] | |_____^ not a member of trait `StdError` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0407]: method `backtrace` is not a member of trait `StdError` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.0/src/context.rs:150:5 [INFO] [stdout] | [INFO] [stdout] 150 | / fn backtrace(&self) -> Option<&Backtrace> { [INFO] [stdout] 151 | | Some(self.error.backtrace()) [INFO] [stdout] 152 | | } [INFO] [stdout] | |_____^ not a member of trait `StdError` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `backtrace` found for type parameter `E` in the current scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.0/src/context.rs:137:20 [INFO] [stdout] | [INFO] [stdout] 130 | impl StdError for ContextError [INFO] [stdout] | - method `backtrace` not found for this type parameter [INFO] [stdout] ... [INFO] [stdout] 137 | self.error.backtrace() [INFO] [stdout] | ^^^^^^^^^ method not found in `E` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `backtrace` found for type parameter `E` in the current scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.0/src/error.rs:41:37 [INFO] [stdout] | [INFO] [stdout] 34 | pub fn new(error: E) -> Self [INFO] [stdout] | - method `backtrace` not found for this type parameter [INFO] [stdout] ... [INFO] [stdout] 41 | let backtrace = match error.backtrace() { [INFO] [stdout] | ^^^^^^^^^ method not found in `E` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `backtrace` found for reference `&(dyn std::error::Error + Send + Sync + 'static)` in the current scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.0/src/error.rs:159:44 [INFO] [stdout] | [INFO] [stdout] 159 | .or_else(|| self.inner.error().backtrace()) [INFO] [stdout] | ^^^^^^^^^ method not found in `&(dyn std::error::Error + Send + Sync + 'static)` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0407, E0599. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0407`. [INFO] [stdout] [INFO] [stderr] error: could not compile `anyhow` (lib) due to 5 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] running `Command { std: "docker" "inspect" "46c73f3c2f6b9fc4b05d9493b9f22560b194606d06e702c64d2dedbc403c6b27", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "46c73f3c2f6b9fc4b05d9493b9f22560b194606d06e702c64d2dedbc403c6b27", kill_on_drop: false }` [INFO] [stdout] 46c73f3c2f6b9fc4b05d9493b9f22560b194606d06e702c64d2dedbc403c6b27