[INFO] fetching crate rsdocs2docset 0.4.1...
[INFO] testing rsdocs2docset-0.4.1 against beta-2026-04-21 for beta-1.96-2
[INFO] extracting crate rsdocs2docset 0.4.1 into /workspace/builds/worker-5-tc2/source
[INFO] started tweaking crates.io crate rsdocs2docset 0.4.1
[INFO] finished tweaking crates.io crate rsdocs2docset 0.4.1
[INFO] tweaked toml for crates.io crate rsdocs2docset 0.4.1 written to /workspace/builds/worker-5-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate rsdocs2docset 0.4.1 on toolchain beta-2026-04-21
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2026-04-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-2026-04-21" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 96 packages to latest compatible versions
[INFO] [stderr]       Adding clap v2.34.0 (available: v4.6.1)
[INFO] [stderr]       Adding quick-error v1.2.3 (available: v2.0.1)
[INFO] [stderr]       Adding regex v0.2.11 (available: v1.12.3)
[INFO] [stderr]       Adding url v1.7.2 (available: v2.5.8)
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2026-04-21" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: `package.edition` is unspecified, defaulting to `2015` while the latest is `2024`
[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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-04-21" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] d044ba30a93b9a8092f5a3ccb1ed4aa0418c99a24d9ef609c96b71824e73b133
[INFO] running `Command { std: "docker" "start" "-a" "d044ba30a93b9a8092f5a3ccb1ed4aa0418c99a24d9ef609c96b71824e73b133", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "d044ba30a93b9a8092f5a3ccb1ed4aa0418c99a24d9ef609c96b71824e73b133", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d044ba30a93b9a8092f5a3ccb1ed4aa0418c99a24d9ef609c96b71824e73b133", kill_on_drop: false }`
[INFO] [stdout] d044ba30a93b9a8092f5a3ccb1ed4aa0418c99a24d9ef609c96b71824e73b133
[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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-04-21" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 09ec4e09e7a180b8cef1cc6ff960df2c8385028e7e26529820ac79f2449a6067
[INFO] running `Command { std: "docker" "start" "-a" "09ec4e09e7a180b8cef1cc6ff960df2c8385028e7e26529820ac79f2449a6067", kill_on_drop: false }`
[INFO] [stderr] warning: `package.edition` is unspecified, defaulting to `2015` while the latest is `2024`
[INFO] [stderr]    Compiling libc v0.2.186
[INFO] [stderr]    Compiling rand_core v0.4.2
[INFO] [stderr]    Compiling siphasher v1.0.2
[INFO] [stderr]    Compiling siphasher v0.2.3
[INFO] [stderr]    Compiling autocfg v0.1.8
[INFO] [stderr]    Compiling fastrand v2.4.1
[INFO] [stderr]    Compiling string_cache_shared v0.3.0
[INFO] [stderr]    Compiling precomputed-hash v0.1.1
[INFO] [stderr]    Compiling rand_chacha v0.1.1
[INFO] [stderr]    Compiling rand_pcg v0.1.2
[INFO] [stderr]    Compiling rand v0.6.5
[INFO] [stderr]    Compiling phf_shared v0.7.24
[INFO] [stderr]    Compiling rand_core v0.3.1
[INFO] [stderr]    Compiling rand_jitter v0.1.4
[INFO] [stderr]    Compiling rand_isaac v0.1.1
[INFO] [stderr]    Compiling rand_xorshift v0.1.1
[INFO] [stderr]    Compiling rand_hc v0.1.0
[INFO] [stderr]    Compiling phf_shared v0.13.1
[INFO] [stderr]    Compiling pkg-config v0.3.33
[INFO] [stderr]    Compiling new_debug_unreachable v1.0.6
[INFO] [stderr]    Compiling void v1.0.2
[INFO] [stderr]    Compiling tinyvec_macros v0.1.1
[INFO] [stderr]    Compiling phf_generator v0.13.1
[INFO] [stderr]    Compiling phf v0.13.1
[INFO] [stderr]    Compiling unreachable v0.1.1
[INFO] [stderr]    Compiling tinyvec v1.11.0
[INFO] [stderr]    Compiling utf-8 v0.7.6
[INFO] [stderr]    Compiling lazy_static v0.2.11
[INFO] [stderr]    Compiling string_cache_codegen v0.6.1
[INFO] [stderr]    Compiling phf_codegen v0.13.1
[INFO] [stderr]    Compiling tendril v0.5.0
[INFO] [stderr]    Compiling debug_unreachable v0.1.1
[INFO] [stderr]    Compiling matches v0.1.10
[INFO] [stderr]    Compiling regex v0.2.11
[INFO] [stderr]    Compiling ucd-util v0.1.10
[INFO] [stderr]    Compiling unicode-bidi v0.3.18
[INFO] [stderr]    Compiling serde v0.9.15
[INFO] [stderr]    Compiling textwrap v0.11.0
[INFO] [stderr]    Compiling thread_local v0.3.6
[INFO] [stderr]    Compiling sqlite3-src v0.7.0
[INFO] [stderr]    Compiling web_atoms v0.2.4
[INFO] [stderr]    Compiling unicode-normalization v0.1.25
[INFO] [stderr]    Compiling regex-syntax v0.5.6
[INFO] [stderr]    Compiling aho-corasick v0.6.10
[INFO] [stderr]    Compiling sqlite3-sys v0.18.0
[INFO] [stderr]    Compiling strsim v0.8.0
[INFO] [stderr]    Compiling utf8-ranges v1.0.5
[INFO] [stderr]    Compiling vec_map v0.8.2
[INFO] [stderr]    Compiling ansi_term v0.12.1
[INFO] [stderr]    Compiling idna v0.1.5
[INFO] [stderr]    Compiling percent-encoding v1.0.1
[INFO] [stderr]    Compiling sqlite v0.37.0
[INFO] [stderr]    Compiling quick-error v1.2.3
[INFO] [stderr]    Compiling rand_os v0.1.3
[INFO] [stderr]    Compiling parking_lot_core v0.9.12
[INFO] [stderr]    Compiling atty v0.2.14
[INFO] [stderr]    Compiling clap v2.34.0
[INFO] [stderr]    Compiling parking_lot v0.12.5
[INFO] [stderr]    Compiling url v1.7.2
[INFO] [stderr]    Compiling string_cache v0.9.0
[INFO] [stderr]    Compiling phf_generator v0.7.24
[INFO] [stderr]    Compiling string_cache_codegen v0.4.4
[INFO] [stderr]    Compiling string_cache v0.5.2
[INFO] [stderr]    Compiling html5ever-atoms v0.3.0
[INFO] [stderr]    Compiling markup5ever v0.39.0
[INFO] [stderr]    Compiling html5ever v0.39.0
[INFO] [stderr]    Compiling rsdocs2docset v0.4.1 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0433]: cannot find `rcdom` in `html5ever`
[INFO] [stdout]  --> src/dom/parser.rs:1:16
[INFO] [stdout]   |
[INFO] [stdout] 1 | use html5ever::rcdom::NodeEnum::{Element, Text};
[INFO] [stdout]   |                ^^^^^ could not find `rcdom` in `html5ever`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `html5ever::rcdom`
[INFO] [stdout]  --> src/dom/mod.rs:1:16
[INFO] [stdout]   |
[INFO] [stdout] 1 | use html5ever::rcdom::Handle;
[INFO] [stdout]   |                ^^^^^ could not find `rcdom` in `html5ever`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `html5ever::rcdom`
[INFO] [stdout]  --> src/dom/parser.rs:2:16
[INFO] [stdout]   |
[INFO] [stdout] 2 | use html5ever::rcdom::{Handle, RcDom};
[INFO] [stdout]   |                ^^^^^ could not find `rcdom` in `html5ever`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `html5ever::rcdom`
[INFO] [stdout]  --> src/dom/manipulator.rs:2:16
[INFO] [stdout]   |
[INFO] [stdout] 2 | use html5ever::rcdom::RcDom;
[INFO] [stdout]   |                ^^^^^ could not find `rcdom` in `html5ever`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]    --> src/dom/manipulator.rs:8:15
[INFO] [stdout]     |
[INFO] [stdout]   8 |         name: qualname!("", "class"),
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^ expected `html5ever::QualName`, found `html5ever_atoms::QualName`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `html5ever_atoms::QualName` and `html5ever::QualName` have similar names, but are actually distinct types
[INFO] [stdout] note: `html5ever_atoms::QualName` is defined in crate `html5ever_atoms`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/html5ever-atoms-0.3.0/lib.rs:36:1
[INFO] [stdout]     |
[INFO] [stdout]  36 | pub struct QualName {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `html5ever::QualName` is defined in crate `markup5ever`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/markup5ever-0.39.0/interface/mod.rs:180:1
[INFO] [stdout]     |
[INFO] [stdout] 180 | pub struct QualName {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: this error originates in the macro `qualname` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]    --> src/dom/manipulator.rs:14:19
[INFO] [stdout]     |
[INFO] [stdout]  14 |             name: qualname!("", "name"),
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^ expected `html5ever::QualName`, found `html5ever_atoms::QualName`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `html5ever_atoms::QualName` and `html5ever::QualName` have similar names, but are actually distinct types
[INFO] [stdout] note: `html5ever_atoms::QualName` is defined in crate `html5ever_atoms`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/html5ever-atoms-0.3.0/lib.rs:36:1
[INFO] [stdout]     |
[INFO] [stdout]  36 | pub struct QualName {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `html5ever::QualName` is defined in crate `markup5ever`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/markup5ever-0.39.0/interface/mod.rs:180:1
[INFO] [stdout]     |
[INFO] [stdout] 180 | pub struct QualName {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: this error originates in the macro `qualname` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0308, E0432, E0433.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0308`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `rsdocs2docset` (lib) due to 6 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] running `Command { std: "docker" "inspect" "09ec4e09e7a180b8cef1cc6ff960df2c8385028e7e26529820ac79f2449a6067", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "09ec4e09e7a180b8cef1cc6ff960df2c8385028e7e26529820ac79f2449a6067", kill_on_drop: false }`
[INFO] [stdout] 09ec4e09e7a180b8cef1cc6ff960df2c8385028e7e26529820ac79f2449a6067
