[INFO] fetching crate html-escape 0.2.13...
[INFO] checking html-escape-0.2.13 against master#35936c4839dd272646394779d151e060d0f6b3ac for pr-122960-1
[INFO] extracting crate html-escape 0.2.13 into /workspace/builds/worker-7-tc1/source
[INFO] validating manifest of crates.io crate html-escape 0.2.13 on toolchain 35936c4839dd272646394779d151e060d0f6b3ac
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+35936c4839dd272646394779d151e060d0f6b3ac" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate html-escape 0.2.13
[INFO] finished tweaking crates.io crate html-escape 0.2.13
[INFO] tweaked toml for crates.io crate html-escape 0.2.13 written to /workspace/builds/worker-7-tc1/source/Cargo.toml
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+35936c4839dd272646394779d151e060d0f6b3ac" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] Blocking waiting for file lock on package cache
[INFO] [stderr] Updating crates.io index
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+35936c4839dd272646394779d151e060d0f6b3ac" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] Blocking waiting for file lock on package cache
[INFO] [stderr] Blocking waiting for file lock on package cache
[INFO] [stderr] Downloading crates ...
[INFO] [stderr] Downloaded utf8-width v0.1.7
[INFO] [stderr] Downloaded bencher v0.1.5
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+35936c4839dd272646394779d151e060d0f6b3ac" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 0cdf2a7fdcf189b5ad0d3f54622e194602be944d00dc2d8a8c7019671ce464b7
[INFO] running `Command { std: "docker" "start" "-a" "0cdf2a7fdcf189b5ad0d3f54622e194602be944d00dc2d8a8c7019671ce464b7", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "0cdf2a7fdcf189b5ad0d3f54622e194602be944d00dc2d8a8c7019671ce464b7", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "0cdf2a7fdcf189b5ad0d3f54622e194602be944d00dc2d8a8c7019671ce464b7", kill_on_drop: false }`
[INFO] [stdout] 0cdf2a7fdcf189b5ad0d3f54622e194602be944d00dc2d8a8c7019671ce464b7
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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=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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+35936c4839dd272646394779d151e060d0f6b3ac" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 65a4c68482a599a4a3537e7f133b027bb91a851b573f4a7faa229e0f6fd1344f
[INFO] running `Command { std: "docker" "start" "-a" "65a4c68482a599a4a3537e7f133b027bb91a851b573f4a7faa229e0f6fd1344f", kill_on_drop: false }`
[INFO] [stderr] Checking utf8-width v0.1.7
[INFO] [stderr] Checking bencher v0.1.5
[INFO] [stderr] Checking html-escape v0.2.13 (/opt/rustwide/workdir)
[INFO] [stdout] warning: the item `String` is imported redundantly
[INFO] [stdout] --> src/decode/element/script.rs:4:5
[INFO] [stdout] |
[INFO] [stdout] 4 | use alloc::string::String;
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] --> /rustc/35936c4839dd272646394779d151e060d0f6b3ac/library/std/src/prelude/mod.rs:125:13
[INFO] [stdout] |
[INFO] [stdout] = note: the item `String` is already defined here
[INFO] [stdout] |
[INFO] [stdout] = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: the item `Vec` is imported redundantly
[INFO] [stdout] --> src/decode/element/script.rs:5:5
[INFO] [stdout] |
[INFO] [stdout] 5 | use alloc::vec::Vec;
[INFO] [stdout] | ^^^^^^^^^^^^^^^
[INFO] [stdout] --> /rustc/35936c4839dd272646394779d151e060d0f6b3ac/library/std/src/prelude/mod.rs:125:13
[INFO] [stdout] |
[INFO] [stdout] = note: the item `Vec` is already defined here
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: the item `String` is imported redundantly
[INFO] [stdout] --> src/decode/element/style.rs:4:5
[INFO] [stdout] |
[INFO] [stdout] 4 | use alloc::string::String;
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] --> /rustc/35936c4839dd272646394779d151e060d0f6b3ac/library/std/src/prelude/mod.rs:125:13
[INFO] [stdout] |
[INFO] [stdout] = note: the item `String` is already defined here
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: the item `Vec` is imported redundantly
[INFO] [stdout] --> src/decode/element/style.rs:5:5
[INFO] [stdout] |
[INFO] [stdout] 5 | use alloc::vec::Vec;
[INFO] [stdout] | ^^^^^^^^^^^^^^^
[INFO] [stdout] --> /rustc/35936c4839dd272646394779d151e060d0f6b3ac/library/std/src/prelude/mod.rs:125:13
[INFO] [stdout] |
[INFO] [stdout] = note: the item `Vec` is already defined here
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: the item `TryFrom` is imported redundantly
[INFO] [stdout] --> src/decode/html_entity/mod.rs:5:5
[INFO] [stdout] |
[INFO] [stdout] 5 | use core::convert::TryFrom;
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] --> /rustc/35936c4839dd272646394779d151e060d0f6b3ac/library/std/src/prelude/mod.rs:129:13
[INFO] [stdout] |
[INFO] [stdout] = note: the item `TryFrom` is already defined here
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: the item `String` is imported redundantly
[INFO] [stdout] --> src/decode/html_entity/mod.rs:9:5
[INFO] [stdout] |
[INFO] [stdout] 9 | use alloc::string::String;
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] --> /rustc/35936c4839dd272646394779d151e060d0f6b3ac/library/std/src/prelude/mod.rs:125:13
[INFO] [stdout] |
[INFO] [stdout] = note: the item `String` is already defined here
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: the item `Vec` is imported redundantly
[INFO] [stdout] --> src/decode/html_entity/mod.rs:10:5
[INFO] [stdout] |
[INFO] [stdout] 10 | use alloc::vec::Vec;
[INFO] [stdout] | ^^^^^^^^^^^^^^^
[INFO] [stdout] --> /rustc/35936c4839dd272646394779d151e060d0f6b3ac/library/std/src/prelude/mod.rs:125:13
[INFO] [stdout] |
[INFO] [stdout] = note: the item `Vec` is already defined here
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: the item `String` is imported redundantly
[INFO] [stdout] --> src/encode/element/script.rs:4:5
[INFO] [stdout] |
[INFO] [stdout] 4 | use alloc::string::String;
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] --> /rustc/35936c4839dd272646394779d151e060d0f6b3ac/library/std/src/prelude/mod.rs:125:13
[INFO] [stdout] |
[INFO] [stdout] = note: the item `String` is already defined here
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: the item `Vec` is imported redundantly
[INFO] [stdout] --> src/encode/element/script.rs:5:5
[INFO] [stdout] |
[INFO] [stdout] 5 | use alloc::vec::Vec;
[INFO] [stdout] | ^^^^^^^^^^^^^^^
[INFO] [stdout] --> /rustc/35936c4839dd272646394779d151e060d0f6b3ac/library/std/src/prelude/mod.rs:125:13
[INFO] [stdout] |
[INFO] [stdout] = note: the item `Vec` is already defined here
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: the item `String` is imported redundantly
[INFO] [stdout] --> src/encode/element/style.rs:4:5
[INFO] [stdout] |
[INFO] [stdout] 4 | use alloc::string::String;
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] --> /rustc/35936c4839dd272646394779d151e060d0f6b3ac/library/std/src/prelude/mod.rs:125:13
[INFO] [stdout] |
[INFO] [stdout] = note: the item `String` is already defined here
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: the item `Vec` is imported redundantly
[INFO] [stdout] --> src/encode/element/style.rs:5:5
[INFO] [stdout] |
[INFO] [stdout] 5 | use alloc::vec::Vec;
[INFO] [stdout] | ^^^^^^^^^^^^^^^
[INFO] [stdout] --> /rustc/35936c4839dd272646394779d151e060d0f6b3ac/library/std/src/prelude/mod.rs:125:13
[INFO] [stdout] |
[INFO] [stdout] = note: the item `Vec` is already defined here
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: the item `String` is imported redundantly
[INFO] [stdout] --> src/encode/html_entity/unquoted_attribute.rs:4:5
[INFO] [stdout] |
[INFO] [stdout] 4 | use alloc::string::String;
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] --> /rustc/35936c4839dd272646394779d151e060d0f6b3ac/library/std/src/prelude/mod.rs:125:13
[INFO] [stdout] |
[INFO] [stdout] = note: the item `String` is already defined here
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: the item `Vec` is imported redundantly
[INFO] [stdout] --> src/encode/html_entity/unquoted_attribute.rs:5:5
[INFO] [stdout] |
[INFO] [stdout] 5 | use alloc::vec::Vec;
[INFO] [stdout] | ^^^^^^^^^^^^^^^
[INFO] [stdout] --> /rustc/35936c4839dd272646394779d151e060d0f6b3ac/library/std/src/prelude/mod.rs:125:13
[INFO] [stdout] |
[INFO] [stdout] = note: the item `Vec` is already defined here
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: the item `String` is imported redundantly
[INFO] [stdout] --> src/encode/html_entity/mod.rs:6:5
[INFO] [stdout] |
[INFO] [stdout] 6 | use alloc::string::String;
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] --> /rustc/35936c4839dd272646394779d151e060d0f6b3ac/library/std/src/prelude/mod.rs:125:13
[INFO] [stdout] |
[INFO] [stdout] = note: the item `String` is already defined here
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: the item `Vec` is imported redundantly
[INFO] [stdout] --> src/encode/html_entity/mod.rs:7:5
[INFO] [stdout] |
[INFO] [stdout] 7 | use alloc::vec::Vec;
[INFO] [stdout] | ^^^^^^^^^^^^^^^
[INFO] [stdout] --> /rustc/35936c4839dd272646394779d151e060d0f6b3ac/library/std/src/prelude/mod.rs:125:13
[INFO] [stdout] |
[INFO] [stdout] = note: the item `Vec` is already defined here
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: the item `Vec` is imported redundantly
[INFO] [stdout] --> src/functions.rs:1:5
[INFO] [stdout] |
[INFO] [stdout] 1 | use alloc::vec::Vec;
[INFO] [stdout] | ^^^^^^^^^^^^^^^
[INFO] [stdout] --> /rustc/35936c4839dd272646394779d151e060d0f6b3ac/library/std/src/prelude/mod.rs:125:13
[INFO] [stdout] |
[INFO] [stdout] = note: the item `Vec` is already defined here
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: the item `String` is imported redundantly
[INFO] [stdout] --> src/decode/element/script.rs:4:5
[INFO] [stdout] |
[INFO] [stdout] 4 | use alloc::string::String;
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] --> /rustc/35936c4839dd272646394779d151e060d0f6b3ac/library/std/src/prelude/mod.rs:125:13
[INFO] [stdout] |
[INFO] [stdout] = note: the item `String` is already defined here
[INFO] [stdout] |
[INFO] [stdout] = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: the item `Vec` is imported redundantly
[INFO] [stdout] --> src/decode/element/script.rs:5:5
[INFO] [stdout] |
[INFO] [stdout] 5 | use alloc::vec::Vec;
[INFO] [stdout] | ^^^^^^^^^^^^^^^
[INFO] [stdout] --> /rustc/35936c4839dd272646394779d151e060d0f6b3ac/library/std/src/prelude/mod.rs:125:13
[INFO] [stdout] |
[INFO] [stdout] = note: the item `Vec` is already defined here
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: the item `String` is imported redundantly
[INFO] [stdout] --> src/decode/element/style.rs:4:5
[INFO] [stdout] |
[INFO] [stdout] 4 | use alloc::string::String;
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] --> /rustc/35936c4839dd272646394779d151e060d0f6b3ac/library/std/src/prelude/mod.rs:125:13
[INFO] [stdout] |
[INFO] [stdout] = note: the item `String` is already defined here
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: the item `Vec` is imported redundantly
[INFO] [stdout] --> src/decode/element/style.rs:5:5
[INFO] [stdout] |
[INFO] [stdout] 5 | use alloc::vec::Vec;
[INFO] [stdout] | ^^^^^^^^^^^^^^^
[INFO] [stdout] --> /rustc/35936c4839dd272646394779d151e060d0f6b3ac/library/std/src/prelude/mod.rs:125:13
[INFO] [stdout] |
[INFO] [stdout] = note: the item `Vec` is already defined here
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: the item `TryFrom` is imported redundantly
[INFO] [stdout] --> src/decode/html_entity/mod.rs:5:5
[INFO] [stdout] |
[INFO] [stdout] 5 | use core::convert::TryFrom;
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] --> /rustc/35936c4839dd272646394779d151e060d0f6b3ac/library/std/src/prelude/mod.rs:129:13
[INFO] [stdout] |
[INFO] [stdout] = note: the item `TryFrom` is already defined here
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: the item `String` is imported redundantly
[INFO] [stdout] --> src/decode/html_entity/mod.rs:9:5
[INFO] [stdout] |
[INFO] [stdout] 9 | use alloc::string::String;
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] --> /rustc/35936c4839dd272646394779d151e060d0f6b3ac/library/std/src/prelude/mod.rs:125:13
[INFO] [stdout] |
[INFO] [stdout] = note: the item `String` is already defined here
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: the item `Vec` is imported redundantly
[INFO] [stdout] --> src/decode/html_entity/mod.rs:10:5
[INFO] [stdout] |
[INFO] [stdout] 10 | use alloc::vec::Vec;
[INFO] [stdout] | ^^^^^^^^^^^^^^^
[INFO] [stdout] --> /rustc/35936c4839dd272646394779d151e060d0f6b3ac/library/std/src/prelude/mod.rs:125:13
[INFO] [stdout] |
[INFO] [stdout] = note: the item `Vec` is already defined here
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: the item `String` is imported redundantly
[INFO] [stdout] --> src/encode/element/script.rs:4:5
[INFO] [stdout] |
[INFO] [stdout] 4 | use alloc::string::String;
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] --> /rustc/35936c4839dd272646394779d151e060d0f6b3ac/library/std/src/prelude/mod.rs:125:13
[INFO] [stdout] |
[INFO] [stdout] = note: the item `String` is already defined here
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: the item `Vec` is imported redundantly
[INFO] [stdout] --> src/encode/element/script.rs:5:5
[INFO] [stdout] |
[INFO] [stdout] 5 | use alloc::vec::Vec;
[INFO] [stdout] | ^^^^^^^^^^^^^^^
[INFO] [stdout] --> /rustc/35936c4839dd272646394779d151e060d0f6b3ac/library/std/src/prelude/mod.rs:125:13
[INFO] [stdout] |
[INFO] [stdout] = note: the item `Vec` is already defined here
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: the item `String` is imported redundantly
[INFO] [stdout] --> src/encode/element/style.rs:4:5
[INFO] [stdout] |
[INFO] [stdout] 4 | use alloc::string::String;
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] --> /rustc/35936c4839dd272646394779d151e060d0f6b3ac/library/std/src/prelude/mod.rs:125:13
[INFO] [stdout] |
[INFO] [stdout] = note: the item `String` is already defined here
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: the item `Vec` is imported redundantly
[INFO] [stdout] --> src/encode/element/style.rs:5:5
[INFO] [stdout] |
[INFO] [stdout] 5 | use alloc::vec::Vec;
[INFO] [stdout] | ^^^^^^^^^^^^^^^
[INFO] [stdout] --> /rustc/35936c4839dd272646394779d151e060d0f6b3ac/library/std/src/prelude/mod.rs:125:13
[INFO] [stdout] |
[INFO] [stdout] = note: the item `Vec` is already defined here
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: the item `String` is imported redundantly
[INFO] [stdout] --> src/encode/html_entity/unquoted_attribute.rs:4:5
[INFO] [stdout] |
[INFO] [stdout] 4 | use alloc::string::String;
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] --> /rustc/35936c4839dd272646394779d151e060d0f6b3ac/library/std/src/prelude/mod.rs:125:13
[INFO] [stdout] |
[INFO] [stdout] = note: the item `String` is already defined here
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: the item `Vec` is imported redundantly
[INFO] [stdout] --> src/encode/html_entity/unquoted_attribute.rs:5:5
[INFO] [stdout] |
[INFO] [stdout] 5 | use alloc::vec::Vec;
[INFO] [stdout] | ^^^^^^^^^^^^^^^
[INFO] [stdout] --> /rustc/35936c4839dd272646394779d151e060d0f6b3ac/library/std/src/prelude/mod.rs:125:13
[INFO] [stdout] |
[INFO] [stdout] = note: the item `Vec` is already defined here
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: the item `String` is imported redundantly
[INFO] [stdout] --> src/encode/html_entity/mod.rs:6:5
[INFO] [stdout] |
[INFO] [stdout] 6 | use alloc::string::String;
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] --> /rustc/35936c4839dd272646394779d151e060d0f6b3ac/library/std/src/prelude/mod.rs:125:13
[INFO] [stdout] |
[INFO] [stdout] = note: the item `String` is already defined here
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: the item `Vec` is imported redundantly
[INFO] [stdout] --> src/encode/html_entity/mod.rs:7:5
[INFO] [stdout] |
[INFO] [stdout] 7 | use alloc::vec::Vec;
[INFO] [stdout] | ^^^^^^^^^^^^^^^
[INFO] [stdout] --> /rustc/35936c4839dd272646394779d151e060d0f6b3ac/library/std/src/prelude/mod.rs:125:13
[INFO] [stdout] |
[INFO] [stdout] = note: the item `Vec` is already defined here
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: the item `Vec` is imported redundantly
[INFO] [stdout] --> src/functions.rs:1:5
[INFO] [stdout] |
[INFO] [stdout] 1 | use alloc::vec::Vec;
[INFO] [stdout] | ^^^^^^^^^^^^^^^
[INFO] [stdout] --> /rustc/35936c4839dd272646394779d151e060d0f6b3ac/library/std/src/prelude/mod.rs:125:13
[INFO] [stdout] |
[INFO] [stdout] = note: the item `Vec` is already defined here
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: 16 warnings emitted
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: 16 warnings emitted
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.06s
[INFO] running `Command { std: "docker" "inspect" "65a4c68482a599a4a3537e7f133b027bb91a851b573f4a7faa229e0f6fd1344f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "65a4c68482a599a4a3537e7f133b027bb91a851b573f4a7faa229e0f6fd1344f", kill_on_drop: false }`
[INFO] [stdout] 65a4c68482a599a4a3537e7f133b027bb91a851b573f4a7faa229e0f6fd1344f
[INFO] checking html-escape-0.2.13 against try#9ae1860851f3fbc1435a1698e572252c0076f413 for pr-122960-1
[INFO] extracting crate html-escape 0.2.13 into /workspace/builds/worker-7-tc2/source
[INFO] validating manifest of crates.io crate html-escape 0.2.13 on toolchain 9ae1860851f3fbc1435a1698e572252c0076f413
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+9ae1860851f3fbc1435a1698e572252c0076f413" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate html-escape 0.2.13
[INFO] finished tweaking crates.io crate html-escape 0.2.13
[INFO] tweaked toml for crates.io crate html-escape 0.2.13 written to /workspace/builds/worker-7-tc2/source/Cargo.toml
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+9ae1860851f3fbc1435a1698e572252c0076f413" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] Updating crates.io index
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+9ae1860851f3fbc1435a1698e572252c0076f413" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+9ae1860851f3fbc1435a1698e572252c0076f413" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 0986e00b181f2e89ef57bf85514e01976b536f30d27b33ef96c326971494f069
[INFO] running `Command { std: "docker" "start" "-a" "0986e00b181f2e89ef57bf85514e01976b536f30d27b33ef96c326971494f069", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "0986e00b181f2e89ef57bf85514e01976b536f30d27b33ef96c326971494f069", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "0986e00b181f2e89ef57bf85514e01976b536f30d27b33ef96c326971494f069", kill_on_drop: false }`
[INFO] [stdout] 0986e00b181f2e89ef57bf85514e01976b536f30d27b33ef96c326971494f069
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+9ae1860851f3fbc1435a1698e572252c0076f413" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 177d7a0ec6c31942d13e30f0c59ba4b66377237ccd590523664a7c5ea91a97f5
[INFO] running `Command { std: "docker" "start" "-a" "177d7a0ec6c31942d13e30f0c59ba4b66377237ccd590523664a7c5ea91a97f5", kill_on_drop: false }`
[INFO] [stderr] Copying to /tmp/fixit
[INFO] [stderr] Running `cargo fix --edition`
[INFO] [stderr] Checking utf8-width v0.1.7
[INFO] [stderr] Checking bencher v0.1.5
[INFO] [stderr] Checking html-escape v0.2.13 (/tmp/fixit)
[INFO] [stderr] Migrating src/lib.rs from 2021 edition to 2024
[INFO] [stdout] warning: the item `String` is imported redundantly
[INFO] [stdout] --> src/decode/element/script.rs:4:5
[INFO] [stdout] |
[INFO] [stdout] 4 | use alloc::string::String;
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] --> /rustc/9ae1860851f3fbc1435a1698e572252c0076f413/library/std/src/prelude/mod.rs:125:13
[INFO] [stdout] |
[INFO] [stdout] = note: the item `String` is already defined here
[INFO] [stdout] |
[INFO] [stdout] = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: the item `Vec` is imported redundantly
[INFO] [stdout] --> src/decode/element/script.rs:5:5
[INFO] [stdout] |
[INFO] [stdout] 5 | use alloc::vec::Vec;
[INFO] [stdout] | ^^^^^^^^^^^^^^^
[INFO] [stdout] --> /rustc/9ae1860851f3fbc1435a1698e572252c0076f413/library/std/src/prelude/mod.rs:125:13
[INFO] [stdout] |
[INFO] [stdout] = note: the item `Vec` is already defined here
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: the item `String` is imported redundantly
[INFO] [stdout] --> src/decode/element/style.rs:4:5
[INFO] [stdout] |
[INFO] [stdout] 4 | use alloc::string::String;
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] --> /rustc/9ae1860851f3fbc1435a1698e572252c0076f413/library/std/src/prelude/mod.rs:125:13
[INFO] [stdout] |
[INFO] [stdout] = note: the item `String` is already defined here
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: the item `Vec` is imported redundantly
[INFO] [stdout] --> src/decode/element/style.rs:5:5
[INFO] [stdout] |
[INFO] [stdout] 5 | use alloc::vec::Vec;
[INFO] [stdout] | ^^^^^^^^^^^^^^^
[INFO] [stdout] --> /rustc/9ae1860851f3fbc1435a1698e572252c0076f413/library/std/src/prelude/mod.rs:125:13
[INFO] [stdout] |
[INFO] [stdout] = note: the item `Vec` is already defined here
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: the item `TryFrom` is imported redundantly
[INFO] [stdout] --> src/decode/html_entity/mod.rs:5:5
[INFO] [stdout] |
[INFO] [stdout] 5 | use core::convert::TryFrom;
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] --> /rustc/9ae1860851f3fbc1435a1698e572252c0076f413/library/std/src/prelude/mod.rs:129:13
[INFO] [stdout] |
[INFO] [stdout] = note: the item `TryFrom` is already defined here
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: the item `String` is imported redundantly
[INFO] [stdout] --> src/decode/html_entity/mod.rs:9:5
[INFO] [stdout] |
[INFO] [stdout] 9 | use alloc::string::String;
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] --> /rustc/9ae1860851f3fbc1435a1698e572252c0076f413/library/std/src/prelude/mod.rs:125:13
[INFO] [stdout] |
[INFO] [stdout] = note: the item `String` is already defined here
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: the item `Vec` is imported redundantly
[INFO] [stdout] --> src/decode/html_entity/mod.rs:10:5
[INFO] [stdout] |
[INFO] [stdout] 10 | use alloc::vec::Vec;
[INFO] [stdout] | ^^^^^^^^^^^^^^^
[INFO] [stdout] --> /rustc/9ae1860851f3fbc1435a1698e572252c0076f413/library/std/src/prelude/mod.rs:125:13
[INFO] [stdout] |
[INFO] [stdout] = note: the item `Vec` is already defined here
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: the item `String` is imported redundantly
[INFO] [stdout] --> src/encode/element/script.rs:4:5
[INFO] [stdout] |
[INFO] [stdout] 4 | use alloc::string::String;
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] --> /rustc/9ae1860851f3fbc1435a1698e572252c0076f413/library/std/src/prelude/mod.rs:125:13
[INFO] [stdout] |
[INFO] [stdout] = note: the item `String` is already defined here
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: the item `Vec` is imported redundantly
[INFO] [stdout] --> src/encode/element/script.rs:5:5
[INFO] [stdout] |
[INFO] [stdout] 5 | use alloc::vec::Vec;
[INFO] [stdout] | ^^^^^^^^^^^^^^^
[INFO] [stdout] --> /rustc/9ae1860851f3fbc1435a1698e572252c0076f413/library/std/src/prelude/mod.rs:125:13
[INFO] [stdout] |
[INFO] [stdout] = note: the item `Vec` is already defined here
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: the item `String` is imported redundantly
[INFO] [stdout] --> src/encode/element/style.rs:4:5
[INFO] [stdout] |
[INFO] [stdout] 4 | use alloc::string::String;
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] --> /rustc/9ae1860851f3fbc1435a1698e572252c0076f413/library/std/src/prelude/mod.rs:125:13
[INFO] [stdout] |
[INFO] [stdout] = note: the item `String` is already defined here
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: the item `Vec` is imported redundantly
[INFO] [stdout] --> src/encode/element/style.rs:5:5
[INFO] [stdout] |
[INFO] [stdout] 5 | use alloc::vec::Vec;
[INFO] [stdout] | ^^^^^^^^^^^^^^^
[INFO] [stdout] --> /rustc/9ae1860851f3fbc1435a1698e572252c0076f413/library/std/src/prelude/mod.rs:125:13
[INFO] [stdout] |
[INFO] [stdout] = note: the item `Vec` is already defined here
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: the item `String` is imported redundantly
[INFO] [stdout] --> src/encode/html_entity/unquoted_attribute.rs:4:5
[INFO] [stdout] |
[INFO] [stdout] 4 | use alloc::string::String;
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] --> /rustc/9ae1860851f3fbc1435a1698e572252c0076f413/library/std/src/prelude/mod.rs:125:13
[INFO] [stdout] |
[INFO] [stdout] = note: the item `String` is already defined here
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: the item `Vec` is imported redundantly
[INFO] [stdout] --> src/encode/html_entity/unquoted_attribute.rs:5:5
[INFO] [stdout] |
[INFO] [stdout] 5 | use alloc::vec::Vec;
[INFO] [stdout] | ^^^^^^^^^^^^^^^
[INFO] [stdout] --> /rustc/9ae1860851f3fbc1435a1698e572252c0076f413/library/std/src/prelude/mod.rs:125:13
[INFO] [stdout] |
[INFO] [stdout] = note: the item `Vec` is already defined here
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: the item `String` is imported redundantly
[INFO] [stdout] --> src/encode/html_entity/mod.rs:6:5
[INFO] [stdout] |
[INFO] [stdout] 6 | use alloc::string::String;
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] --> /rustc/9ae1860851f3fbc1435a1698e572252c0076f413/library/std/src/prelude/mod.rs:125:13
[INFO] [stdout] |
[INFO] [stdout] = note: the item `String` is already defined here
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: the item `Vec` is imported redundantly
[INFO] [stdout] --> src/encode/html_entity/mod.rs:7:5
[INFO] [stdout] |
[INFO] [stdout] 7 | use alloc::vec::Vec;
[INFO] [stdout] | ^^^^^^^^^^^^^^^
[INFO] [stdout] --> /rustc/9ae1860851f3fbc1435a1698e572252c0076f413/library/std/src/prelude/mod.rs:125:13
[INFO] [stdout] |
[INFO] [stdout] = note: the item `Vec` is already defined here
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: the item `Vec` is imported redundantly
[INFO] [stdout] --> src/functions.rs:1:5
[INFO] [stdout] |
[INFO] [stdout] 1 | use alloc::vec::Vec;
[INFO] [stdout] | ^^^^^^^^^^^^^^^
[INFO] [stdout] --> /rustc/9ae1860851f3fbc1435a1698e572252c0076f413/library/std/src/prelude/mod.rs:125:13
[INFO] [stdout] |
[INFO] [stdout] = note: the item `Vec` is already defined here
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: 16 warnings emitted
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stderr] Migrating benches/encode.rs from 2021 edition to 2024
[INFO] [stdout] warning: the item `String` is imported redundantly
[INFO] [stdout] --> src/decode/element/script.rs:4:5
[INFO] [stdout] |
[INFO] [stdout] 4 | use alloc::string::String;
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] --> /rustc/9ae1860851f3fbc1435a1698e572252c0076f413/library/std/src/prelude/mod.rs:125:13
[INFO] [stdout] |
[INFO] [stdout] = note: the item `String` is already defined here
[INFO] [stdout] |
[INFO] [stdout] = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: the item `Vec` is imported redundantly
[INFO] [stdout] --> src/decode/element/script.rs:5:5
[INFO] [stdout] |
[INFO] [stdout] 5 | use alloc::vec::Vec;
[INFO] [stdout] | ^^^^^^^^^^^^^^^
[INFO] [stdout] --> /rustc/9ae1860851f3fbc1435a1698e572252c0076f413/library/std/src/prelude/mod.rs:125:13
[INFO] [stdout] |
[INFO] [stdout] = note: the item `Vec` is already defined here
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: the item `String` is imported redundantly
[INFO] [stdout] --> src/decode/element/style.rs:4:5
[INFO] [stdout] |
[INFO] [stdout] 4 | use alloc::string::String;
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] --> /rustc/9ae1860851f3fbc1435a1698e572252c0076f413/library/std/src/prelude/mod.rs:125:13
[INFO] [stdout] |
[INFO] [stdout] = note: the item `String` is already defined here
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: the item `Vec` is imported redundantly
[INFO] [stdout] --> src/decode/element/style.rs:5:5
[INFO] [stdout] |
[INFO] [stdout] 5 | use alloc::vec::Vec;
[INFO] [stdout] | ^^^^^^^^^^^^^^^
[INFO] [stdout] --> /rustc/9ae1860851f3fbc1435a1698e572252c0076f413/library/std/src/prelude/mod.rs:125:13
[INFO] [stdout] |
[INFO] [stdout] = note: the item `Vec` is already defined here
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: the item `TryFrom` is imported redundantly
[INFO] [stdout] --> src/decode/html_entity/mod.rs:5:5
[INFO] [stdout] |
[INFO] [stdout] 5 | use core::convert::TryFrom;
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] --> /rustc/9ae1860851f3fbc1435a1698e572252c0076f413/library/std/src/prelude/mod.rs:129:13
[INFO] [stdout] |
[INFO] [stdout] = note: the item `TryFrom` is already defined here
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: the item `String` is imported redundantly
[INFO] [stdout] --> src/decode/html_entity/mod.rs:9:5
[INFO] [stdout] |
[INFO] [stdout] 9 | use alloc::string::String;
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] --> /rustc/9ae1860851f3fbc1435a1698e572252c0076f413/library/std/src/prelude/mod.rs:125:13
[INFO] [stdout] |
[INFO] [stdout] = note: the item `String` is already defined here
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: the item `Vec` is imported redundantly
[INFO] [stdout] --> src/decode/html_entity/mod.rs:10:5
[INFO] [stdout] |
[INFO] [stdout] 10 | use alloc::vec::Vec;
[INFO] [stdout] | ^^^^^^^^^^^^^^^
[INFO] [stdout] --> /rustc/9ae1860851f3fbc1435a1698e572252c0076f413/library/std/src/prelude/mod.rs:125:13
[INFO] [stdout] |
[INFO] [stdout] = note: the item `Vec` is already defined here
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: the item `String` is imported redundantly
[INFO] [stdout] --> src/encode/element/script.rs:4:5
[INFO] [stdout] |
[INFO] [stdout] 4 | use alloc::string::String;
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] --> /rustc/9ae1860851f3fbc1435a1698e572252c0076f413/library/std/src/prelude/mod.rs:125:13
[INFO] [stdout] |
[INFO] [stdout] = note: the item `String` is already defined here
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: the item `Vec` is imported redundantly
[INFO] [stdout] --> src/encode/element/script.rs:5:5
[INFO] [stdout] |
[INFO] [stdout] 5 | use alloc::vec::Vec;
[INFO] [stdout] | ^^^^^^^^^^^^^^^
[INFO] [stdout] --> /rustc/9ae1860851f3fbc1435a1698e572252c0076f413/library/std/src/prelude/mod.rs:125:13
[INFO] [stdout] |
[INFO] [stdout] = note: the item `Vec` is already defined here
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: the item `String` is imported redundantly
[INFO] [stdout] --> src/encode/element/style.rs:4:5
[INFO] [stdout] |
[INFO] [stdout] 4 | use alloc::string::String;
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] --> /rustc/9ae1860851f3fbc1435a1698e572252c0076f413/library/std/src/prelude/mod.rs:125:13
[INFO] [stdout] |
[INFO] [stdout] = note: the item `String` is already defined here
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: the item `Vec` is imported redundantly
[INFO] [stdout] --> src/encode/element/style.rs:5:5
[INFO] [stdout] |
[INFO] [stdout] 5 | use alloc::vec::Vec;
[INFO] [stdout] | ^^^^^^^^^^^^^^^
[INFO] [stdout] --> /rustc/9ae1860851f3fbc1435a1698e572252c0076f413/library/std/src/prelude/mod.rs:125:13
[INFO] [stdout] |
[INFO] [stdout] = note: the item `Vec` is already defined here
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: the item `String` is imported redundantly
[INFO] [stdout] --> src/encode/html_entity/unquoted_attribute.rs:4:5
[INFO] [stdout] |
[INFO] [stdout] 4 | use alloc::string::String;
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] --> /rustc/9ae1860851f3fbc1435a1698e572252c0076f413/library/std/src/prelude/mod.rs:125:13
[INFO] [stdout] |
[INFO] [stdout] = note: the item `String` is already defined here
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: the item `Vec` is imported redundantly
[INFO] [stdout] --> src/encode/html_entity/unquoted_attribute.rs:5:5
[INFO] [stdout] |
[INFO] [stdout] 5 | use alloc::vec::Vec;
[INFO] [stdout] | ^^^^^^^^^^^^^^^
[INFO] [stdout] --> /rustc/9ae1860851f3fbc1435a1698e572252c0076f413/library/std/src/prelude/mod.rs:125:13
[INFO] [stdout] |
[INFO] [stdout] = note: the item `Vec` is already defined here
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: the item `String` is imported redundantly
[INFO] [stdout] --> src/encode/html_entity/mod.rs:6:5
[INFO] [stdout] |
[INFO] [stdout] 6 | use alloc::string::String;
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] --> /rustc/9ae1860851f3fbc1435a1698e572252c0076f413/library/std/src/prelude/mod.rs:125:13
[INFO] [stdout] |
[INFO] [stdout] = note: the item `String` is already defined here
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: the item `Vec` is imported redundantly
[INFO] [stdout] --> src/encode/html_entity/mod.rs:7:5
[INFO] [stdout] |
[INFO] [stdout] 7 | use alloc::vec::Vec;
[INFO] [stdout] | ^^^^^^^^^^^^^^^
[INFO] [stdout] --> /rustc/9ae1860851f3fbc1435a1698e572252c0076f413/library/std/src/prelude/mod.rs:125:13
[INFO] [stdout] |
[INFO] [stdout] = note: the item `Vec` is already defined here
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: the item `Vec` is imported redundantly
[INFO] [stdout] --> src/functions.rs:1:5
[INFO] [stdout] |
[INFO] [stdout] 1 | use alloc::vec::Vec;
[INFO] [stdout] | ^^^^^^^^^^^^^^^
[INFO] [stdout] --> /rustc/9ae1860851f3fbc1435a1698e572252c0076f413/library/std/src/prelude/mod.rs:125:13
[INFO] [stdout] |
[INFO] [stdout] = note: the item `Vec` is already defined here
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: 16 warnings emitted
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.12s
[INFO] [stderr] Running `cargo check` to verify 2024
[INFO] [stderr] Checking html-escape v0.2.13 (/tmp/fixit)
[INFO] [stdout] warning: the item `String` is imported redundantly
[INFO] [stdout] --> src/decode/element/script.rs:4:5
[INFO] [stdout] |
[INFO] [stdout] 4 | use alloc::string::String;
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] --> /rustc/9ae1860851f3fbc1435a1698e572252c0076f413/library/std/src/prelude/mod.rs:139:13
[INFO] [stdout] |
[INFO] [stdout] = note: the item `String` is already defined here
[INFO] [stdout] |
[INFO] [stdout] = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: the item `Vec` is imported redundantly
[INFO] [stdout] --> src/decode/element/script.rs:5:5
[INFO] [stdout] |
[INFO] [stdout] 5 | use alloc::vec::Vec;
[INFO] [stdout] | ^^^^^^^^^^^^^^^
[INFO] [stdout] --> /rustc/9ae1860851f3fbc1435a1698e572252c0076f413/library/std/src/prelude/mod.rs:139:13
[INFO] [stdout] |
[INFO] [stdout] = note: the item `Vec` is already defined here
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: the item `String` is imported redundantly
[INFO] [stdout] --> src/decode/element/style.rs:4:5
[INFO] [stdout] |
[INFO] [stdout] 4 | use alloc::string::String;
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] --> /rustc/9ae1860851f3fbc1435a1698e572252c0076f413/library/std/src/prelude/mod.rs:139:13
[INFO] [stdout] |
[INFO] [stdout] = note: the item `String` is already defined here
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: the item `Vec` is imported redundantly
[INFO] [stdout] --> src/decode/element/style.rs:5:5
[INFO] [stdout] |
[INFO] [stdout] 5 | use alloc::vec::Vec;
[INFO] [stdout] | ^^^^^^^^^^^^^^^
[INFO] [stdout] --> /rustc/9ae1860851f3fbc1435a1698e572252c0076f413/library/std/src/prelude/mod.rs:139:13
[INFO] [stdout] |
[INFO] [stdout] = note: the item `Vec` is already defined here
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: the item `String` is imported redundantly
[INFO] [stdout] --> src/decode/element/script.rs:4:5
[INFO] [stdout] |
[INFO] [stdout] 4 | use alloc::string::String;
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] --> /rustc/9ae1860851f3fbc1435a1698e572252c0076f413/library/std/src/prelude/mod.rs:139:13
[INFO] [stdout] |
[INFO] [stdout] = note: the item `String` is already defined here
[INFO] [stdout] |
[INFO] [stdout] = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: the item `Vec` is imported redundantly
[INFO] [stdout] --> src/decode/element/script.rs:5:5
[INFO] [stdout] |
[INFO] [stdout] 5 | use alloc::vec::Vec;
[INFO] [stdout] | ^^^^^^^^^^^^^^^
[INFO] [stdout] --> /rustc/9ae1860851f3fbc1435a1698e572252c0076f413/library/std/src/prelude/mod.rs:139:13
[INFO] [stdout] |
[INFO] [stdout] = note: the item `Vec` is already defined here
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: the item `String` is imported redundantly
[INFO] [stdout] --> src/decode/element/style.rs:4:5
[INFO] [stdout] |
[INFO] [stdout] 4 | use alloc::string::String;
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] --> /rustc/9ae1860851f3fbc1435a1698e572252c0076f413/library/std/src/prelude/mod.rs:139:13
[INFO] [stdout] |
[INFO] [stdout] = note: the item `String` is already defined here
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: the item `Vec` is imported redundantly
[INFO] [stdout] --> src/decode/element/style.rs:5:5
[INFO] [stdout] |
[INFO] [stdout] 5 | use alloc::vec::Vec;
[INFO] [stdout] | ^^^^^^^^^^^^^^^
[INFO] [stdout] --> /rustc/9ae1860851f3fbc1435a1698e572252c0076f413/library/std/src/prelude/mod.rs:139:13
[INFO] [stdout] |
[INFO] [stdout] = note: the item `Vec` is already defined here
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: the item `TryFrom` is imported redundantly
[INFO] [stdout] --> src/decode/html_entity/mod.rs:5:5
[INFO] [stdout] |
[INFO] [stdout] 5 | use core::convert::TryFrom;
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] --> /rustc/9ae1860851f3fbc1435a1698e572252c0076f413/library/std/src/prelude/mod.rs:143:13
[INFO] [stdout] |
[INFO] [stdout] = note: the item `TryFrom` is already defined here
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: the item `String` is imported redundantly
[INFO] [stdout] --> src/decode/html_entity/mod.rs:9:5
[INFO] [stdout] |
[INFO] [stdout] 9 | use alloc::string::String;
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] --> /rustc/9ae1860851f3fbc1435a1698e572252c0076f413/library/std/src/prelude/mod.rs:139:13
[INFO] [stdout] |
[INFO] [stdout] = note: the item `String` is already defined here
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: the item `Vec` is imported redundantly
[INFO] [stdout] --> src/decode/html_entity/mod.rs:10:5
[INFO] [stdout] |
[INFO] [stdout] 10 | use alloc::vec::Vec;
[INFO] [stdout] | ^^^^^^^^^^^^^^^
[INFO] [stdout] --> /rustc/9ae1860851f3fbc1435a1698e572252c0076f413/library/std/src/prelude/mod.rs:139:13
[INFO] [stdout] |
[INFO] [stdout] = note: the item `Vec` is already defined here
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: the item `String` is imported redundantly
[INFO] [stdout] --> src/encode/element/script.rs:4:5
[INFO] [stdout] |
[INFO] [stdout] 4 | use alloc::string::String;
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] --> /rustc/9ae1860851f3fbc1435a1698e572252c0076f413/library/std/src/prelude/mod.rs:139:13
[INFO] [stdout] |
[INFO] [stdout] = note: the item `String` is already defined here
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: the item `Vec` is imported redundantly
[INFO] [stdout] --> src/encode/element/script.rs:5:5
[INFO] [stdout] |
[INFO] [stdout] 5 | use alloc::vec::Vec;
[INFO] [stdout] | ^^^^^^^^^^^^^^^
[INFO] [stdout] --> /rustc/9ae1860851f3fbc1435a1698e572252c0076f413/library/std/src/prelude/mod.rs:139:13
[INFO] [stdout] |
[INFO] [stdout] = note: the item `Vec` is already defined here
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: the item `TryFrom` is imported redundantly
[INFO] [stdout] --> src/decode/html_entity/mod.rs:5:5
[INFO] [stdout] |
[INFO] [stdout] 5 | use core::convert::TryFrom;
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] --> /rustc/9ae1860851f3fbc1435a1698e572252c0076f413/library/std/src/prelude/mod.rs:143:13
[INFO] [stdout] |
[INFO] [stdout] = note: the item `TryFrom` is already defined here
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: the item `String` is imported redundantly
[INFO] [stdout] --> src/decode/html_entity/mod.rs:9:5
[INFO] [stdout] |
[INFO] [stdout] 9 | use alloc::string::String;
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] --> /rustc/9ae1860851f3fbc1435a1698e572252c0076f413/library/std/src/prelude/mod.rs:139:13
[INFO] [stdout] |
[INFO] [stdout] = note: the item `String` is already defined here
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: the item `Vec` is imported redundantly
[INFO] [stdout] --> src/decode/html_entity/mod.rs:10:5
[INFO] [stdout] |
[INFO] [stdout] 10 | use alloc::vec::Vec;
[INFO] [stdout] | ^^^^^^^^^^^^^^^
[INFO] [stdout] --> /rustc/9ae1860851f3fbc1435a1698e572252c0076f413/library/std/src/prelude/mod.rs:139:13
[INFO] [stdout] |
[INFO] [stdout] = note: the item `Vec` is already defined here
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: the item `String` is imported redundantly
[INFO] [stdout] --> src/encode/element/script.rs:4:5
[INFO] [stdout] |
[INFO] [stdout] 4 | use alloc::string::String;
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] --> /rustc/9ae1860851f3fbc1435a1698e572252c0076f413/library/std/src/prelude/mod.rs:139:13
[INFO] [stdout] |
[INFO] [stdout] = note: the item `String` is already defined here
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: the item `Vec` is imported redundantly
[INFO] [stdout] --> src/encode/element/script.rs:5:5
[INFO] [stdout] |
[INFO] [stdout] 5 | use alloc::vec::Vec;
[INFO] [stdout] | ^^^^^^^^^^^^^^^
[INFO] [stdout] --> /rustc/9ae1860851f3fbc1435a1698e572252c0076f413/library/std/src/prelude/mod.rs:139:13
[INFO] [stdout] |
[INFO] [stdout] = note: the item `Vec` is already defined here
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: the item `String` is imported redundantly
[INFO] [stdout] --> src/encode/element/style.rs:4:5
[INFO] [stdout] |
[INFO] [stdout] 4 | use alloc::string::String;
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] --> /rustc/9ae1860851f3fbc1435a1698e572252c0076f413/library/std/src/prelude/mod.rs:139:13
[INFO] [stdout] |
[INFO] [stdout] = note: the item `String` is already defined here
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: the item `Vec` is imported redundantly
[INFO] [stdout] --> src/encode/element/style.rs:5:5
[INFO] [stdout] |
[INFO] [stdout] 5 | use alloc::vec::Vec;
[INFO] [stdout] | ^^^^^^^^^^^^^^^
[INFO] [stdout] --> /rustc/9ae1860851f3fbc1435a1698e572252c0076f413/library/std/src/prelude/mod.rs:139:13
[INFO] [stdout] |
[INFO] [stdout] = note: the item `Vec` is already defined here
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: the item `String` is imported redundantly
[INFO] [stdout] --> src/encode/element/style.rs:4:5
[INFO] [stdout] |
[INFO] [stdout] 4 | use alloc::string::String;
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] --> /rustc/9ae1860851f3fbc1435a1698e572252c0076f413/library/std/src/prelude/mod.rs:139:13
[INFO] [stdout] |
[INFO] [stdout] = note: the item `String` is already defined here
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: the item `String` is imported redundantly
[INFO] [stdout] --> src/encode/html_entity/unquoted_attribute.rs:4:5
[INFO] [stdout] |
[INFO] [stdout] 4 | use alloc::string::String;
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] --> /rustc/9ae1860851f3fbc1435a1698e572252c0076f413/library/std/src/prelude/mod.rs:139:13
[INFO] [stdout] |
[INFO] [stdout] = note: the item `String` is already defined here
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: the item `Vec` is imported redundantly
[INFO] [stdout] --> src/encode/element/style.rs:5:5
[INFO] [stdout] |
[INFO] [stdout] 5 | use alloc::vec::Vec;
[INFO] [stdout] | ^^^^^^^^^^^^^^^
[INFO] [stdout] --> /rustc/9ae1860851f3fbc1435a1698e572252c0076f413/library/std/src/prelude/mod.rs:139:13
[INFO] [stdout] |
[INFO] [stdout] = note: the item `Vec` is already defined here
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: the item `Vec` is imported redundantly
[INFO] [stdout] --> src/encode/html_entity/unquoted_attribute.rs:5:5
[INFO] [stdout] |
[INFO] [stdout] 5 | use alloc::vec::Vec;
[INFO] [stdout] | ^^^^^^^^^^^^^^^
[INFO] [stdout] --> /rustc/9ae1860851f3fbc1435a1698e572252c0076f413/library/std/src/prelude/mod.rs:139:13
[INFO] [stdout] |
[INFO] [stdout] = note: the item `Vec` is already defined here
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: the item `String` is imported redundantly
[INFO] [stdout] --> src/encode/html_entity/mod.rs:6:5
[INFO] [stdout] |
[INFO] [stdout] 6 | use alloc::string::String;
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] --> /rustc/9ae1860851f3fbc1435a1698e572252c0076f413/library/std/src/prelude/mod.rs:139:13
[INFO] [stdout] |
[INFO] [stdout] = note: the item `String` is already defined here
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: the item `Vec` is imported redundantly
[INFO] [stdout] --> src/encode/html_entity/mod.rs:7:5
[INFO] [stdout] |
[INFO] [stdout] 7 | use alloc::vec::Vec;
[INFO] [stdout] | ^^^^^^^^^^^^^^^
[INFO] [stdout] --> /rustc/9ae1860851f3fbc1435a1698e572252c0076f413/library/std/src/prelude/mod.rs:139:13
[INFO] [stdout] |
[INFO] [stdout] = note: the item `Vec` is already defined here
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: the item `Vec` is imported redundantly
[INFO] [stdout] --> src/functions.rs:1:5
[INFO] [stdout] |
[INFO] [stdout] 1 | use alloc::vec::Vec;
[INFO] [stdout] | ^^^^^^^^^^^^^^^
[INFO] [stdout] --> /rustc/9ae1860851f3fbc1435a1698e572252c0076f413/library/std/src/prelude/mod.rs:139:13
[INFO] [stdout] |
[INFO] [stdout] = note: the item `Vec` is already defined here
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: the item `String` is imported redundantly
[INFO] [stdout] --> src/encode/html_entity/unquoted_attribute.rs:4:5
[INFO] [stdout] |
[INFO] [stdout] 4 | use alloc::string::String;
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] --> /rustc/9ae1860851f3fbc1435a1698e572252c0076f413/library/std/src/prelude/mod.rs:139:13
[INFO] [stdout] |
[INFO] [stdout] = note: the item `String` is already defined here
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: the item `Vec` is imported redundantly
[INFO] [stdout] --> src/encode/html_entity/unquoted_attribute.rs:5:5
[INFO] [stdout] |
[INFO] [stdout] 5 | use alloc::vec::Vec;
[INFO] [stdout] | ^^^^^^^^^^^^^^^
[INFO] [stdout] --> /rustc/9ae1860851f3fbc1435a1698e572252c0076f413/library/std/src/prelude/mod.rs:139:13
[INFO] [stdout] |
[INFO] [stdout] = note: the item `Vec` is already defined here
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: the item `String` is imported redundantly
[INFO] [stdout] --> src/encode/html_entity/mod.rs:6:5
[INFO] [stdout] |
[INFO] [stdout] 6 | use alloc::string::String;
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] --> /rustc/9ae1860851f3fbc1435a1698e572252c0076f413/library/std/src/prelude/mod.rs:139:13
[INFO] [stdout] |
[INFO] [stdout] = note: the item `String` is already defined here
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: the item `Vec` is imported redundantly
[INFO] [stdout] --> src/encode/html_entity/mod.rs:7:5
[INFO] [stdout] |
[INFO] [stdout] 7 | use alloc::vec::Vec;
[INFO] [stdout] | ^^^^^^^^^^^^^^^
[INFO] [stdout] --> /rustc/9ae1860851f3fbc1435a1698e572252c0076f413/library/std/src/prelude/mod.rs:139:13
[INFO] [stdout] |
[INFO] [stdout] = note: the item `Vec` is already defined here
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: the item `Vec` is imported redundantly
[INFO] [stdout] --> src/functions.rs:1:5
[INFO] [stdout] |
[INFO] [stdout] 1 | use alloc::vec::Vec;
[INFO] [stdout] | ^^^^^^^^^^^^^^^
[INFO] [stdout] --> /rustc/9ae1860851f3fbc1435a1698e572252c0076f413/library/std/src/prelude/mod.rs:139:13
[INFO] [stdout] |
[INFO] [stdout] = note: the item `Vec` is already defined here
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: 16 warnings emitted
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: 16 warnings emitted
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
[INFO] running `Command { std: "docker" "inspect" "177d7a0ec6c31942d13e30f0c59ba4b66377237ccd590523664a7c5ea91a97f5", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "177d7a0ec6c31942d13e30f0c59ba4b66377237ccd590523664a7c5ea91a97f5", kill_on_drop: false }`
[INFO] [stdout] 177d7a0ec6c31942d13e30f0c59ba4b66377237ccd590523664a7c5ea91a97f5