[INFO] fetching crate readability-text-cleanup 1.0.0...
[INFO] checking readability-text-cleanup-1.0.0 against try#31561a63598a0f21fc74c024747ef1310fdd2eb2 for pr-133536
[INFO] extracting crate readability-text-cleanup 1.0.0 into /workspace/builds/worker-3-tc2/source
[INFO] validating manifest of crates.io crate readability-text-cleanup 1.0.0 on toolchain 31561a63598a0f21fc74c024747ef1310fdd2eb2
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+31561a63598a0f21fc74c024747ef1310fdd2eb2" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate readability-text-cleanup 1.0.0
[INFO] finished tweaking crates.io crate readability-text-cleanup 1.0.0
[INFO] tweaked toml for crates.io crate readability-text-cleanup 1.0.0 written to /workspace/builds/worker-3-tc2/source/Cargo.toml
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+31561a63598a0f21fc74c024747ef1310fdd2eb2" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 85 packages to latest compatible versions
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+31561a63598a0f21fc74c024747ef1310fdd2eb2" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: `crate_type` is deprecated in favor of `crate-type` and will not work in the 2024 edition
[INFO] [stderr] (in the `readability_text_cleanup` library target)
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:4a844ea9eb2546a2d2c7022eacef16ef2e8229c7fbb2c7d4d55a9ceca922f72d" "/opt/rustwide/cargo-home/bin/cargo" "+31561a63598a0f21fc74c024747ef1310fdd2eb2" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 136ca15ce82fdfa11d49114d385d6f3a1ce9c9c3cd07b4123b37de88cd7f7688
[INFO] running `Command { std: "docker" "start" "-a" "136ca15ce82fdfa11d49114d385d6f3a1ce9c9c3cd07b4123b37de88cd7f7688", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "136ca15ce82fdfa11d49114d385d6f3a1ce9c9c3cd07b4123b37de88cd7f7688", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "136ca15ce82fdfa11d49114d385d6f3a1ce9c9c3cd07b4123b37de88cd7f7688", kill_on_drop: false }`
[INFO] [stdout] 136ca15ce82fdfa11d49114d385d6f3a1ce9c9c3cd07b4123b37de88cd7f7688
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:4a844ea9eb2546a2d2c7022eacef16ef2e8229c7fbb2c7d4d55a9ceca922f72d" "/opt/rustwide/cargo-home/bin/cargo" "+31561a63598a0f21fc74c024747ef1310fdd2eb2" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 8bf8d37150458ef98a8ee3bb94b5df1adae669ca76165d07cf3ffad3b93de68c
[INFO] running `Command { std: "docker" "start" "-a" "8bf8d37150458ef98a8ee3bb94b5df1adae669ca76165d07cf3ffad3b93de68c", kill_on_drop: false }`
[INFO] [stderr] warning: `crate_type` is deprecated in favor of `crate-type` and will not work in the 2024 edition
[INFO] [stderr] (in the `readability_text_cleanup` library target)
[INFO] [stderr]    Compiling proc-macro2 v1.0.92
[INFO] [stderr]    Compiling unicode-ident v1.0.14
[INFO] [stderr]    Compiling libc v0.2.167
[INFO] [stderr]    Compiling byteorder v1.5.0
[INFO] [stderr]    Compiling cfg-if v1.0.0
[INFO] [stderr]    Compiling siphasher v0.3.11
[INFO] [stderr]    Compiling autocfg v1.4.0
[INFO] [stderr]    Compiling parking_lot_core v0.9.10
[INFO] [stderr]    Compiling serde v1.0.215
[INFO] [stderr]     Checking scopeguard v1.2.0
[INFO] [stderr]     Checking new_debug_unreachable v1.0.6
[INFO] [stderr]     Checking smallvec v1.13.2
[INFO] [stderr]     Checking once_cell v1.20.2
[INFO] [stderr]     Checking mac v0.1.1
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling crossbeam-utils v0.8.20
[INFO] [stderr]     Checking precomputed-hash v0.1.1
[INFO] [stderr]     Checking futf v0.1.5
[INFO] [stderr]    Compiling wasm-bindgen-shared v0.2.97
[INFO] [stderr]     Checking utf-8 v0.7.6
[INFO] [stderr]    Compiling phf_shared v0.10.0
[INFO] [stderr]     Checking log v0.4.22
[INFO] [stderr]    Compiling bumpalo v3.16.0
[INFO] [stderr]     Checking tendril v0.4.3
[INFO] [stderr]     Checking memchr v2.7.4
[INFO] [stderr]     Checking phf v0.10.1
[INFO] [stderr]    Compiling rayon-core v1.12.1
[INFO] [stderr]     Checking regex-syntax v0.8.5
[INFO] [stderr]    Compiling wasm-bindgen v0.2.97
[INFO] [stderr]     Checking either v1.13.0
[INFO] [stderr]     Checking percent-encoding v2.3.1
[INFO] [stderr]     Checking lazy_static v1.5.0
[INFO] [stderr]    Compiling lock_api v0.4.12
[INFO] [stderr]     Checking crossbeam-epoch v0.9.18
[INFO] [stderr]    Compiling quote v1.0.37
[INFO] [stderr]     Checking aho-corasick v1.1.3
[INFO] [stderr]     Checking crossbeam-deque v0.8.5
[INFO] [stderr]    Compiling syn v2.0.90
[INFO] [stderr]    Compiling getrandom v0.2.15
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]     Checking rayon v1.10.0
[INFO] [stderr]     Checking parking_lot v0.12.3
[INFO] [stderr]     Checking regex-automata v0.4.9
[INFO] [stderr]     Checking string_cache v0.8.7
[INFO] [stderr]    Compiling wasm-bindgen-backend v0.2.97
[INFO] [stderr]    Compiling zerocopy-derive v0.7.35
[INFO] [stderr]     Checking regex v1.11.1
[INFO] [stderr]    Compiling zerocopy v0.7.35
[INFO] [stderr]    Compiling html5ever v0.26.0
[INFO] [stderr]    Compiling wasm-bindgen-macro-support v0.2.97
[INFO] [stderr]    Compiling ppv-lite86 v0.2.20
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling wasm-bindgen-macro v0.2.97
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling phf_generator v0.10.0
[INFO] [stderr]    Compiling phf_codegen v0.10.0
[INFO] [stderr]    Compiling string_cache_codegen v0.5.2
[INFO] [stderr]    Compiling markup5ever v0.11.0
[INFO] [stderr]     Checking xml5ever v0.17.0
[INFO] [stderr]     Checking markup5ever_rcdom v0.2.0
[INFO] [stderr]     Checking html2md v0.2.14
[INFO] [stderr]     Checking readability-text-cleanup v1.0.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused import: `Captures`
[INFO] [stdout]  --> src/katana.rs:1:13
[INFO] [stdout]   |
[INFO] [stdout] 1 | use regex::{Captures, Regex};
[INFO] [stdout]   |             ^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `lazy_static::lazy_static`
[INFO] [stdout]  --> src/katana.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use lazy_static::lazy_static;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `Captures`
[INFO] [stdout]  --> src/katana.rs:1:13
[INFO] [stdout]   |
[INFO] [stdout] 1 | use regex::{Captures, Regex};
[INFO] [stdout]   |             ^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `lazy_static::lazy_static`
[INFO] [stdout]  --> src/katana.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use lazy_static::lazy_static;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: use of unstable library feature `test`: `bench` is a part of custom test frameworks which are unstable
[INFO] [stdout]    --> src/katana.rs:204:7
[INFO] [stdout]     |
[INFO] [stdout] 204 |     #[bench]
[INFO] [stdout]     |       ^^^^^
[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 #64266 <https://github.com/rust-lang/rust/issues/64266>
[INFO] [stdout]     = note: `#[deny(soft_unstable)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: use of unstable library feature `test`: `bench` is a part of custom test frameworks which are unstable
[INFO] [stdout]    --> src/katana.rs:209:7
[INFO] [stdout]     |
[INFO] [stdout] 209 |     #[bench]
[INFO] [stdout]     |       ^^^^^
[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 #64266 <https://github.com/rust-lang/rust/issues/64266>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `test`
[INFO] [stdout]    --> src/katana.rs:183:5
[INFO] [stdout]     |
[INFO] [stdout] 183 |     extern crate test;
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #50297 <https://github.com/rust-lang/rust/issues/50297> for more information
[INFO] [stdout]     = help: add `#![feature(test)]` to the crate attributes to enable
[INFO] [stdout]     = note: this compiler was built on 2024-11-27; consider upgrading it if it is out of date
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `test`
[INFO] [stdout]    --> src/katana.rs:185:9
[INFO] [stdout]     |
[INFO] [stdout] 185 |     use self::test::Bencher;
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #50297 <https://github.com/rust-lang/rust/issues/50297> for more information
[INFO] [stdout]     = help: add `#![feature(test)]` to the crate attributes to enable
[INFO] [stdout]     = note: this compiler was built on 2024-11-27; consider upgrading it if it is out of date
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `test`
[INFO] [stdout]    --> src/katana.rs:205:32
[INFO] [stdout]     |
[INFO] [stdout] 205 |     fn bench_cut_short(b: &mut Bencher) {
[INFO] [stdout]     |                                ^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #50297 <https://github.com/rust-lang/rust/issues/50297> for more information
[INFO] [stdout]     = help: add `#![feature(test)]` to the crate attributes to enable
[INFO] [stdout]     = note: this compiler was built on 2024-11-27; consider upgrading it if it is out of date
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `test`
[INFO] [stdout]    --> src/katana.rs:210:31
[INFO] [stdout]     |
[INFO] [stdout] 210 |     fn bench_cut_long(b: &mut Bencher) {
[INFO] [stdout]     |                               ^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #50297 <https://github.com/rust-lang/rust/issues/50297> for more information
[INFO] [stdout]     = help: add `#![feature(test)]` to the crate attributes to enable
[INFO] [stdout]     = note: this compiler was built on 2024-11-27; consider upgrading it if it is out of date
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: can't compare `&str` with `Vec<String>`
[INFO] [stdout]    --> src/katana.rs:201:9
[INFO] [stdout]     |
[INFO] [stdout] 201 |         assert_eq!(result, super::cut(&text));
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `&str == Vec<String>`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the trait `PartialEq<Vec<String>>` is not implemented for `&str`
[INFO] [stdout]     = help: the following other types implement trait `PartialEq<Rhs>`:
[INFO] [stdout]               `&str` implements `PartialEq<Cow<'_, str>>`
[INFO] [stdout]               `&str` implements `PartialEq<OsString>`
[INFO] [stdout]               `&str` implements `PartialEq<String>`
[INFO] [stdout]               `str` implements `PartialEq<Cow<'_, str>>`
[INFO] [stdout]               `str` implements `PartialEq<OsStr>`
[INFO] [stdout]               `str` implements `PartialEq<OsString>`
[INFO] [stdout]               `str` implements `PartialEq<String>`
[INFO] [stdout]               `str` implements `PartialEq<string_cache::atom::Atom<Static>>`
[INFO] [stdout]               `str` implements `PartialEq`
[INFO] [stdout]     = note: required for `Vec<&str>` to implement `PartialEq<Vec<Vec<String>>>`
[INFO] [stdout]     = note: this error originates in the macro `assert_eq` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `test`
[INFO] [stdout]    --> src/katana.rs:207:11
[INFO] [stdout]     |
[INFO] [stdout] 207 |         b.iter(|| super::cut(&short_text));
[INFO] [stdout]     |           ^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #50297 <https://github.com/rust-lang/rust/issues/50297> for more information
[INFO] [stdout]     = help: add `#![feature(test)]` to the crate attributes to enable
[INFO] [stdout]     = note: this compiler was built on 2024-11-27; consider upgrading it if it is out of date
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `test`
[INFO] [stdout]    --> src/katana.rs:214:11
[INFO] [stdout]     |
[INFO] [stdout] 214 |         b.iter(|| super::cut(&long_text));
[INFO] [stdout]     |           ^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #50297 <https://github.com/rust-lang/rust/issues/50297> for more information
[INFO] [stdout]     = help: add `#![feature(test)]` to the crate attributes to enable
[INFO] [stdout]     = note: this compiler was built on 2024-11-27; consider upgrading it if it is out of date
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0277, E0658.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0277`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `readability-text-cleanup` (lib test) due to 11 previous errors; 2 warnings emitted
[INFO] running `Command { std: "docker" "inspect" "8bf8d37150458ef98a8ee3bb94b5df1adae669ca76165d07cf3ffad3b93de68c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "8bf8d37150458ef98a8ee3bb94b5df1adae669ca76165d07cf3ffad3b93de68c", kill_on_drop: false }`
[INFO] [stdout] 8bf8d37150458ef98a8ee3bb94b5df1adae669ca76165d07cf3ffad3b93de68c
