[INFO] fetching crate htmlentity 1.3.2... [INFO] testing htmlentity-1.3.2 against 1.90.0 for beta-1.91-3 [INFO] extracting crate htmlentity 1.3.2 into /workspace/builds/worker-5-tc1/source [INFO] started tweaking crates.io crate htmlentity 1.3.2 [INFO] finished tweaking crates.io crate htmlentity 1.3.2 [INFO] tweaked toml for crates.io crate htmlentity 1.3.2 written to /workspace/builds/worker-5-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate htmlentity 1.3.2 on toolchain 1.90.0 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.90.0" "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" "+1.90.0" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Locking 224 packages to latest compatible versions [INFO] [stderr] Adding criterion v0.4.0 (available: v0.7.0) [INFO] [stderr] Adding grcov v0.8.20 (available: v0.8.24) [INFO] [stderr] Adding thiserror v1.0.69 (available: v2.0.17) [INFO] [stderr] Adding unicode-width v0.1.11 (available: v0.1.14) [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.90.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded infer v0.16.0 [INFO] [stderr] Downloaded symbolic-common v12.16.3 [INFO] [stderr] Downloaded cfb v0.7.3 [INFO] [stderr] Downloaded msvc-demangler v0.10.1 [INFO] [stderr] Downloaded grcov v0.8.20 [INFO] [stderr] Downloaded symbolic-demangle v12.16.3 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/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" "+1.90.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] bf5afa39fdb075b2599727af89c1b6649b11fc52a58e146a943ab641cb67d069 [INFO] running `Command { std: "docker" "start" "-a" "bf5afa39fdb075b2599727af89c1b6649b11fc52a58e146a943ab641cb67d069", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "bf5afa39fdb075b2599727af89c1b6649b11fc52a58e146a943ab641cb67d069", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "bf5afa39fdb075b2599727af89c1b6649b11fc52a58e146a943ab641cb67d069", kill_on_drop: false }` [INFO] [stdout] bf5afa39fdb075b2599727af89c1b6649b11fc52a58e146a943ab641cb67d069 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/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" "+1.90.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] b5d3c8812deb2a94a71e41031793bc8f7b68454df1a3d06cf25910d080bdbe3f [INFO] running `Command { std: "docker" "start" "-a" "b5d3c8812deb2a94a71e41031793bc8f7b68454df1a3d06cf25910d080bdbe3f", kill_on_drop: false }` [INFO] [stderr] Compiling syn v2.0.106 [INFO] [stderr] Compiling thiserror-impl v1.0.69 [INFO] [stderr] Compiling thiserror v1.0.69 [INFO] [stderr] Compiling htmlentity v1.3.2 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused import: `fmt::Display` [INFO] [stdout] --> src/entity.rs:10:67 [INFO] [stdout] | [INFO] [stdout] 10 | use std::{borrow::Cow, char, cmp::Ordering, collections::HashMap, fmt::Display}; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.63s [INFO] running `Command { std: "docker" "inspect" "b5d3c8812deb2a94a71e41031793bc8f7b68454df1a3d06cf25910d080bdbe3f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b5d3c8812deb2a94a71e41031793bc8f7b68454df1a3d06cf25910d080bdbe3f", kill_on_drop: false }` [INFO] [stdout] b5d3c8812deb2a94a71e41031793bc8f7b68454df1a3d06cf25910d080bdbe3f [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/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" "+1.90.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] d23600f1e890f029c9c8d0805098306f2ffcffc8b0ce3628fe46702010f62486 [INFO] running `Command { std: "docker" "start" "-a" "d23600f1e890f029c9c8d0805098306f2ffcffc8b0ce3628fe46702010f62486", kill_on_drop: false }` [INFO] [stderr] Compiling aho-corasick v1.1.3 [INFO] [stderr] Compiling rustix v1.1.2 [INFO] [stderr] Compiling phf v0.11.3 [INFO] [stderr] Compiling getrandom v0.3.3 [INFO] [stderr] Compiling log v0.4.28 [INFO] [stderr] Compiling ucd-trie v0.1.7 [INFO] [stderr] Compiling thiserror-impl v2.0.17 [INFO] [stderr] Compiling serde_derive v1.0.228 [INFO] [stderr] Compiling libz-sys v1.1.22 [INFO] [stderr] Compiling bstr v1.12.0 [INFO] [stderr] Compiling rand v0.8.5 [INFO] [stderr] Compiling unic-common v0.9.0 [INFO] [stderr] Compiling unic-char-range v0.9.0 [INFO] [stderr] Compiling syn v1.0.109 [INFO] [stderr] Compiling indexmap v1.9.3 [INFO] [stderr] Compiling cpp_demangle v0.4.5 [INFO] [stderr] Compiling unic-char-property v0.9.0 [INFO] [stderr] Compiling uuid v1.18.1 [INFO] [stderr] Compiling unic-ucd-version v0.9.0 [INFO] [stderr] Compiling time-macros v0.2.24 [INFO] [stderr] Compiling memmap2 v0.9.8 [INFO] [stderr] Compiling unic-ucd-segment v0.9.0 [INFO] [stderr] Compiling zip v2.4.2 [INFO] [stderr] Compiling deunicode v1.6.2 [INFO] [stderr] Compiling os_str_bytes v6.6.1 [INFO] [stderr] Compiling bytecount v0.6.9 [INFO] [stderr] Compiling stable_deref_trait v1.2.0 [INFO] [stderr] Compiling symbolic-demangle v12.16.3 [INFO] [stderr] Compiling debugid v0.8.0 [INFO] [stderr] Compiling clap_derive v4.5.47 [INFO] [stderr] Compiling cfb v0.7.3 [INFO] [stderr] Compiling papergrid v0.12.0 [INFO] [stderr] Compiling slug v0.1.6 [INFO] [stderr] Compiling clap_lex v0.2.4 [INFO] [stderr] Compiling flate2 v1.1.2 [INFO] [stderr] Compiling unic-segment v0.9.0 [INFO] [stderr] Compiling symbolic-common v12.16.3 [INFO] [stderr] Compiling regex-automata v0.4.11 [INFO] [stderr] Compiling humansize v2.1.3 [INFO] [stderr] Compiling displaydoc v0.2.5 [INFO] [stderr] Compiling thiserror v2.0.17 [INFO] [stderr] Compiling pest v2.8.2 [INFO] [stderr] Compiling phf_generator v0.11.3 [INFO] [stderr] Compiling phf_codegen v0.11.3 [INFO] [stderr] Compiling msvc-demangler v0.10.1 [INFO] [stderr] Compiling semver v1.0.27 [INFO] [stderr] Compiling textwrap v0.16.2 [INFO] [stderr] Compiling md-5 v0.10.6 [INFO] [stderr] Compiling infer v0.16.0 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling quick-xml v0.36.2 [INFO] [stderr] Compiling time v0.3.44 [INFO] [stderr] Compiling clap v3.2.25 [INFO] [stderr] Compiling rustc_version v0.4.1 [INFO] [stderr] Compiling rustc-hash v2.1.1 [INFO] [stdout] warning: unused import: `fmt::Display` [INFO] [stdout] --> src/entity.rs:10:67 [INFO] [stdout] | [INFO] [stdout] 10 | use std::{borrow::Cow, char, cmp::Ordering, collections::HashMap, fmt::Display}; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling terminal_size v0.4.3 [INFO] [stderr] Compiling clap_builder v4.5.48 [INFO] [stderr] Compiling serde v1.0.228 [INFO] [stderr] Compiling tempfile v3.23.0 [INFO] [stderr] Compiling regex v1.11.3 [INFO] [stderr] Compiling globset v0.4.16 [INFO] [stderr] Compiling simplelog v0.12.2 [INFO] [stderr] Compiling ignore v0.4.23 [INFO] [stderr] Compiling proc-macro-error v1.0.4 [INFO] [stderr] Compiling pest_meta v2.8.2 [INFO] [stderr] Compiling parse-zoneinfo v0.3.1 [INFO] [stderr] Compiling chrono v0.4.42 [INFO] [stderr] Compiling ciborium v0.2.2 [INFO] [stderr] Compiling tinytemplate v1.2.1 [INFO] [stderr] Compiling chrono-tz-build v0.3.0 [INFO] [stderr] Compiling tabled_derive v0.8.0 [INFO] [stderr] Compiling chrono-tz v0.9.0 [INFO] [stderr] Compiling globwalk v0.9.1 [INFO] [stderr] Compiling pest_generator v2.8.2 [INFO] [stderr] Compiling tabled v0.16.0 [INFO] [stderr] Compiling criterion v0.4.0 [INFO] [stderr] Compiling clap v4.5.48 [INFO] [stderr] Compiling pest_derive v2.8.2 [INFO] [stderr] Compiling tera v1.20.0 [INFO] [stderr] Compiling grcov v0.8.20 [INFO] [stderr] Compiling htmlentity v1.3.2 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused import: `fmt::Display` [INFO] [stdout] --> src/entity.rs:10:67 [INFO] [stdout] | [INFO] [stdout] 10 | use std::{borrow::Cow, char, cmp::Ordering, collections::HashMap, fmt::Display}; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 51.52s [INFO] running `Command { std: "docker" "inspect" "d23600f1e890f029c9c8d0805098306f2ffcffc8b0ce3628fe46702010f62486", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d23600f1e890f029c9c8d0805098306f2ffcffc8b0ce3628fe46702010f62486", kill_on_drop: false }` [INFO] [stdout] d23600f1e890f029c9c8d0805098306f2ffcffc8b0ce3628fe46702010f62486 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/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" "+1.90.0" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 80df46e7edfbbeb0b1cf8b98ab170e472a419309b422490294464ed4e78fdf57 [INFO] running `Command { std: "docker" "start" "-a" "80df46e7edfbbeb0b1cf8b98ab170e472a419309b422490294464ed4e78fdf57", kill_on_drop: false }` [INFO] [stderr] warning: unused import: `fmt::Display` [INFO] [stderr] --> src/entity.rs:10:67 [INFO] [stderr] | [INFO] [stderr] 10 | use std::{borrow::Cow, char, cmp::Ordering, collections::HashMap, fmt::Display}; [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: `htmlentity` (lib) generated 1 warning (run `cargo fix --lib -p htmlentity` to apply 1 suggestion) [INFO] [stderr] warning: `htmlentity` (lib test) generated 1 warning (1 duplicate) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.31s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/htmlentity-65368a6c5edc9c19) [INFO] [stdout] [INFO] [stderr] Running tests/escape.rs (/opt/rustwide/target/debug/deps/escape-f58950e00dcea6bb) [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 8 tests [INFO] [stdout] test test_decode_decimal ... ok [INFO] [stdout] test test_decode_hex ... ok [INFO] [stdout] test test_entity_decode ... ok [INFO] [stdout] test test_exclude_named ... ok [INFO] [stdout] test test_decode_named ... ok [INFO] [stdout] test test_wrong_entity ... ok [INFO] [stdout] test test_unexpected ... ok [INFO] [stderr] Doc-tests htmlentity [INFO] [stdout] test test_escape ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 8 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.08s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 12 tests [INFO] [stdout] test src/entity.rs - entity::encode_chars_with (line 1269) ... ok [INFO] [stdout] test src/entity.rs - entity::encode_char (line 1030) ... ok [INFO] [stdout] test src/entity.rs - entity::decode (line 1481) ... ok [INFO] [stdout] test src/lib.rs - (line 7) ... ok [INFO] [stdout] test src/entity.rs - entity::encode_to (line 1135) ... ok [INFO] [stdout] test src/entity.rs - entity::encode_with_to (line 1218) ... ok [INFO] [stdout] test src/entity.rs - entity::encode_with (line 1161) ... ok [INFO] [stdout] test src/entity.rs - entity::decode_chars_to (line 1381) ... ok [INFO] [stdout] test src/entity.rs - entity::decode_chars (line 1319) ... ok [INFO] [stdout] test src/entity.rs - entity::decode_to (line 1541) ... ok [INFO] [stdout] test src/entity.rs - entity::encode (line 1092) ... ok [INFO] [stdout] test src/entity.rs - entity::decode (line 1449) ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.23s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "80df46e7edfbbeb0b1cf8b98ab170e472a419309b422490294464ed4e78fdf57", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "80df46e7edfbbeb0b1cf8b98ab170e472a419309b422490294464ed4e78fdf57", kill_on_drop: false }` [INFO] [stdout] 80df46e7edfbbeb0b1cf8b98ab170e472a419309b422490294464ed4e78fdf57