[INFO] fetching crate html5tokenizer 0.5.2... [INFO] testing html5tokenizer-0.5.2 against beta-2025-09-21 for beta-1.91-3 [INFO] extracting crate html5tokenizer 0.5.2 into /workspace/builds/worker-5-tc2/source [INFO] started tweaking crates.io crate html5tokenizer 0.5.2 [INFO] removed 0 missing examples [INFO] finished tweaking crates.io crate html5tokenizer 0.5.2 [INFO] tweaked toml for crates.io crate html5tokenizer 0.5.2 written to /workspace/builds/worker-5-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate html5tokenizer 0.5.2 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 html5tokenizer 0.5.2 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] dcfb71f768dbde865bdc37685fd67d5a8b9e4b3442cefc26f2f860bb6c8b0fd2 [INFO] running `Command { std: "docker" "start" "-a" "dcfb71f768dbde865bdc37685fd67d5a8b9e4b3442cefc26f2f860bb6c8b0fd2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "dcfb71f768dbde865bdc37685fd67d5a8b9e4b3442cefc26f2f860bb6c8b0fd2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "dcfb71f768dbde865bdc37685fd67d5a8b9e4b3442cefc26f2f860bb6c8b0fd2", kill_on_drop: false }` [INFO] [stdout] dcfb71f768dbde865bdc37685fd67d5a8b9e4b3442cefc26f2f860bb6c8b0fd2 [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] ee66b9e02ddffc14e432850873fef1dec99a7d0d545adc3715cf34925b666ef8 [INFO] running `Command { std: "docker" "start" "-a" "ee66b9e02ddffc14e432850873fef1dec99a7d0d545adc3715cf34925b666ef8", kill_on_drop: false }` [INFO] [stderr] Compiling html5tokenizer v0.5.2 (/opt/rustwide/workdir) [INFO] [stdout] warning: cannot find macro `file_url` in the current scope when looking from the crate root [INFO] [stdout] --> src/lib.rs:5:45 [INFO] [stdout] | [INFO] [stdout] 5 | #![doc = concat!("[`examples/spans.rs`]: ", file_url!("examples/spans.rs"))] [INFO] [stdout] | ^^^^^^^^ not found from the crate root [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #124535 [INFO] [stdout] = help: import `macro_rules` with `use` to make it callable above its definition [INFO] [stdout] = note: `#[warn(out_of_scope_macro_calls)]` (part of `#[warn(future_incompatible)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: cannot find macro `file_url` in the current scope when looking from the crate root [INFO] [stdout] --> src/lib.rs:6:35 [INFO] [stdout] | [INFO] [stdout] 6 | #![doc = concat!("[changelog]: ", file_url!("CHANGELOG.md"))] [INFO] [stdout] | ^^^^^^^^ not found from the crate root [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #124535 [INFO] [stdout] = help: import `macro_rules` with `use` to make it callable above its definition [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: cannot find macro `file_url` in the current scope when looking from the crate root [INFO] [stdout] --> src/lib.rs:7:42 [INFO] [stdout] | [INFO] [stdout] 7 | #![doc = concat!("[the LICENSE file]: ", file_url!("LICENSE"))] [INFO] [stdout] | ^^^^^^^^ not found from the crate root [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #124535 [INFO] [stdout] = help: import `macro_rules` with `use` to make it callable above its definition [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.15s [INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: html5tokenizer v0.5.2 (/opt/rustwide/workdir) [INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 3` [INFO] running `Command { std: "docker" "inspect" "ee66b9e02ddffc14e432850873fef1dec99a7d0d545adc3715cf34925b666ef8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ee66b9e02ddffc14e432850873fef1dec99a7d0d545adc3715cf34925b666ef8", kill_on_drop: false }` [INFO] [stdout] ee66b9e02ddffc14e432850873fef1dec99a7d0d545adc3715cf34925b666ef8 [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] 214556d7576a75c78923e34947e7c8f5129b992094f4dfda54a2b7d54145dd4f [INFO] running `Command { std: "docker" "start" "-a" "214556d7576a75c78923e34947e7c8f5129b992094f4dfda54a2b7d54145dd4f", kill_on_drop: false }` [INFO] [stderr] Compiling memchr v2.5.0 [INFO] [stderr] Compiling libc v0.2.147 [INFO] [stderr] Compiling regex-automata v0.1.10 [INFO] [stderr] Compiling unicode-segmentation v1.10.1 [INFO] [stderr] Compiling unicode-width v0.1.10 [INFO] [stderr] Compiling termcolor v1.2.0 [INFO] [stderr] Compiling walkdir v2.3.3 [INFO] [stdout] warning: cannot find macro `file_url` in the current scope when looking from the crate root [INFO] [stdout] --> src/lib.rs:5:45 [INFO] [stdout] | [INFO] [stdout] 5 | #![doc = concat!("[`examples/spans.rs`]: ", file_url!("examples/spans.rs"))] [INFO] [stdout] | ^^^^^^^^ not found from the crate root [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #124535 [INFO] [stdout] = help: import `macro_rules` with `use` to make it callable above its definition [INFO] [stdout] = note: `#[warn(out_of_scope_macro_calls)]` (part of `#[warn(future_incompatible)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: cannot find macro `file_url` in the current scope when looking from the crate root [INFO] [stdout] --> src/lib.rs:6:35 [INFO] [stdout] | [INFO] [stdout] 6 | #![doc = concat!("[changelog]: ", file_url!("CHANGELOG.md"))] [INFO] [stdout] | ^^^^^^^^ not found from the crate root [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #124535 [INFO] [stdout] = help: import `macro_rules` with `use` to make it callable above its definition [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: cannot find macro `file_url` in the current scope when looking from the crate root [INFO] [stdout] --> src/lib.rs:7:42 [INFO] [stdout] | [INFO] [stdout] 7 | #![doc = concat!("[the LICENSE file]: ", file_url!("LICENSE"))] [INFO] [stdout] | ^^^^^^^^ not found from the crate root [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #124535 [INFO] [stdout] = help: import `macro_rules` with `use` to make it callable above its definition [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling codespan-reporting v0.11.1 [INFO] [stderr] Compiling bstr v0.2.17 [INFO] [stderr] Compiling console v0.15.7 [INFO] [stderr] Compiling similar v2.2.1 [INFO] [stderr] Compiling similar-asserts v1.5.0 [INFO] [stderr] Compiling insta v1.31.0 [INFO] [stderr] Compiling html5tokenizer v0.5.2 (/opt/rustwide/workdir) [INFO] [stdout] warning: cannot find macro `file_url` in the current scope when looking from the crate root [INFO] [stdout] --> src/lib.rs:5:45 [INFO] [stdout] | [INFO] [stdout] 5 | #![doc = concat!("[`examples/spans.rs`]: ", file_url!("examples/spans.rs"))] [INFO] [stdout] | ^^^^^^^^ not found from the crate root [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #124535 [INFO] [stdout] = help: import `macro_rules` with `use` to make it callable above its definition [INFO] [stdout] = note: `#[warn(out_of_scope_macro_calls)]` (part of `#[warn(future_incompatible)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: cannot find macro `file_url` in the current scope when looking from the crate root [INFO] [stdout] --> src/lib.rs:6:35 [INFO] [stdout] | [INFO] [stdout] 6 | #![doc = concat!("[changelog]: ", file_url!("CHANGELOG.md"))] [INFO] [stdout] | ^^^^^^^^ not found from the crate root [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #124535 [INFO] [stdout] = help: import `macro_rules` with `use` to make it callable above its definition [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: cannot find macro `file_url` in the current scope when looking from the crate root [INFO] [stdout] --> src/lib.rs:7:42 [INFO] [stdout] | [INFO] [stdout] 7 | #![doc = concat!("[the LICENSE file]: ", file_url!("LICENSE"))] [INFO] [stdout] | ^^^^^^^^ not found from the crate root [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #124535 [INFO] [stdout] = help: import `macro_rules` with `use` to make it callable above its definition [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 16.15s [INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: html5tokenizer v0.5.2 (/opt/rustwide/workdir) [INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 4` [INFO] running `Command { std: "docker" "inspect" "214556d7576a75c78923e34947e7c8f5129b992094f4dfda54a2b7d54145dd4f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "214556d7576a75c78923e34947e7c8f5129b992094f4dfda54a2b7d54145dd4f", kill_on_drop: false }` [INFO] [stdout] 214556d7576a75c78923e34947e7c8f5129b992094f4dfda54a2b7d54145dd4f [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] b1d838cd888fb61170f81bcba229986866d5c77b86b060ee4e8ae657afb1a58d [INFO] running `Command { std: "docker" "start" "-a" "b1d838cd888fb61170f81bcba229986866d5c77b86b060ee4e8ae657afb1a58d", kill_on_drop: false }` [INFO] [stderr] warning: cannot find macro `file_url` in the current scope when looking from the crate root [INFO] [stderr] --> src/lib.rs:5:45 [INFO] [stderr] | [INFO] [stderr] 5 | #![doc = concat!("[`examples/spans.rs`]: ", file_url!("examples/spans.rs"))] [INFO] [stderr] | ^^^^^^^^ not found from the crate root [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #124535 [INFO] [stderr] = help: import `macro_rules` with `use` to make it callable above its definition [INFO] [stderr] = note: `#[warn(out_of_scope_macro_calls)]` (part of `#[warn(future_incompatible)]`) on by default [INFO] [stderr] [INFO] [stderr] warning: cannot find macro `file_url` in the current scope when looking from the crate root [INFO] [stderr] --> src/lib.rs:6:35 [INFO] [stderr] | [INFO] [stderr] 6 | #![doc = concat!("[changelog]: ", file_url!("CHANGELOG.md"))] [INFO] [stderr] | ^^^^^^^^ not found from the crate root [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #124535 [INFO] [stderr] = help: import `macro_rules` with `use` to make it callable above its definition [INFO] [stderr] [INFO] [stderr] warning: cannot find macro `file_url` in the current scope when looking from the crate root [INFO] [stderr] --> src/lib.rs:7:42 [INFO] [stderr] | [INFO] [stderr] 7 | #![doc = concat!("[the LICENSE file]: ", file_url!("LICENSE"))] [INFO] [stderr] | ^^^^^^^^ not found from the crate root [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #124535 [INFO] [stderr] = help: import `macro_rules` with `use` to make it callable above its definition [INFO] [stderr] [INFO] [stderr] warning: `html5tokenizer` (lib) generated 3 warnings [INFO] [stderr] warning: `html5tokenizer` (lib test) generated 3 warnings (3 duplicates) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.06s [INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: html5tokenizer v0.5.2 (/opt/rustwide/workdir) [INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 4` [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/html5tokenizer-43ff75a147472f18) [INFO] [stdout] [INFO] [stdout] running 2 tests [INFO] [stdout] test reader::tests::buf_read_reader_invalid_utf8 ... ok [INFO] [stdout] test tracing_emitter::tests::test_attribute_value_syntax ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s [INFO] [stdout] [INFO] [stderr] Doc-tests html5tokenizer [INFO] [stdout] [INFO] [stderr] warning: unexpected character `=` [INFO] [stdout] running 4 tests [INFO] [stderr] --> src/lib.rs:5:10 [INFO] [stderr] | [INFO] [stderr] 5 | #![doc = concat!("[`examples/spans.rs`]: ", file_url!("examples/spans.rs"))] [INFO] [stderr] | __________^ [INFO] [stderr] 6 | | #![doc = concat!("[changelog]: ", file_url!("CHANGELOG.md"))] [INFO] [stderr] 7 | | #![doc = concat!("[the LICENSE file]: ", file_url!("LICENSE"))] [INFO] [stderr] 8 | | #![doc = include_str!("../README.md")] [INFO] [stderr] ... | [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(rustdoc::invalid_codeblock_attributes)]` on by default [INFO] [stderr] [INFO] [stderr] warning: 1 warning emitted [INFO] [stderr] [INFO] [stdout] test src/token.rs - token::AttributeMap (line 83) ... ok [INFO] [stdout] test src/tokenizer.rs - tokenizer::Tokenizer (line 18) ... ok [INFO] [stdout] test src/naive_parser.rs - naive_parser::NaiveParser (line 14) ... ok [INFO] [stdout] test src/lib.rs - (line 17) ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 2.89s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "b1d838cd888fb61170f81bcba229986866d5c77b86b060ee4e8ae657afb1a58d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b1d838cd888fb61170f81bcba229986866d5c77b86b060ee4e8ae657afb1a58d", kill_on_drop: false }` [INFO] [stdout] b1d838cd888fb61170f81bcba229986866d5c77b86b060ee4e8ae657afb1a58d