[INFO] fetching crate minify-html 0.3.3...
[INFO] checking minify-html-0.3.3 against try#d990716b6a1fdde1300748828a9c9e79dfd0b898 for pr-74846
[INFO] extracting crate minify-html 0.3.3 into /workspace/builds/worker-7/source
[INFO] validating manifest of crates.io crate minify-html 0.3.3 on toolchain d990716b6a1fdde1300748828a9c9e79dfd0b898
[INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+d990716b6a1fdde1300748828a9c9e79dfd0b898" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] started tweaking crates.io crate minify-html 0.3.3
[INFO] finished tweaking crates.io crate minify-html 0.3.3
[INFO] tweaked toml for crates.io crate minify-html 0.3.3 written to /workspace/builds/worker-7/source/Cargo.toml
[INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+d990716b6a1fdde1300748828a9c9e79dfd0b898" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }`
[INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+d990716b6a1fdde1300748828a9c9e79dfd0b898" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] Downloading crates ...
[INFO] [stderr] Downloaded esbuild-rs v0.2.1
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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" "rustops/crates-build-env@sha256:a636fd89d022f18117e1dc8fb37a0a009933cdbbe082814857f0e2024962d47c" "/opt/rustwide/cargo-home/bin/cargo" "+d990716b6a1fdde1300748828a9c9e79dfd0b898" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] b22141cabe78e124563e5b5cef2c661eb1a11fd5a34769d47b1f8ec6e209a192
[INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
[INFO] running `Command { std: "docker" "start" "-a" "b22141cabe78e124563e5b5cef2c661eb1a11fd5a34769d47b1f8ec6e209a192", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "b22141cabe78e124563e5b5cef2c661eb1a11fd5a34769d47b1f8ec6e209a192", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b22141cabe78e124563e5b5cef2c661eb1a11fd5a34769d47b1f8ec6e209a192", kill_on_drop: false }`
[INFO] [stdout] b22141cabe78e124563e5b5cef2c661eb1a11fd5a34769d47b1f8ec6e209a192
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:a636fd89d022f18117e1dc8fb37a0a009933cdbbe082814857f0e2024962d47c" "/opt/rustwide/cargo-home/bin/cargo" "+d990716b6a1fdde1300748828a9c9e79dfd0b898" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] f1adc446f6985df9a38084f54de4350a368e10cae0619f6838c3d5ccefd57bdc
[INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
[INFO] running `Command { std: "docker" "start" "-a" "f1adc446f6985df9a38084f54de4350a368e10cae0619f6838c3d5ccefd57bdc", kill_on_drop: false }`
[INFO] [stderr] Compiling memchr v2.3.3
[INFO] [stderr] Checking lazy_static v1.4.0
[INFO] [stderr] Checking aho-corasick v0.7.13
[INFO] [stderr] Checking minify-html v0.3.3 (/opt/rustwide/workdir)
[INFO] [stdout] warning: value assigned to `last_written` is never read
[INFO] [stdout] --> src/unit/content.rs:104:21
[INFO] [stdout] |
[INFO] [stdout] 104 | last_written = ContentType::Text;
[INFO] [stdout] | ^^^^^^^^^^^^
[INFO] [stdout] |
[INFO] [stdout] = note: `#[warn(unused_assignments)]` on by default
[INFO] [stdout] = help: maybe it is overwritten before being read?
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unused variable: `cfg`
[INFO] [stdout] --> src/unit/script.rs:32:45
[INFO] [stdout] |
[INFO] [stdout] 32 | pub fn process_script(proc: &mut Processor, cfg: &Cfg, js: bool) -> ProcessingResult<()> {
[INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_cfg`
[INFO] [stdout] |
[INFO] [stdout] = note: `#[warn(unused_variables)]` on by default
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unused variable: `js`
[INFO] [stdout] --> src/unit/script.rs:32:56
[INFO] [stdout] |
[INFO] [stdout] 32 | pub fn process_script(proc: &mut Processor, cfg: &Cfg, js: bool) -> ProcessingResult<()> {
[INFO] [stdout] | ^^ help: if this is intentional, prefix it with an underscore: `_js`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: value assigned to `last_written` is never read
[INFO] [stdout] --> src/unit/content.rs:104:21
[INFO] [stdout] |
[INFO] [stdout] 104 | last_written = ContentType::Text;
[INFO] [stdout] | ^^^^^^^^^^^^
[INFO] [stdout] |
[INFO] [stdout] = note: `#[warn(unused_assignments)]` on by default
[INFO] [stdout] = help: maybe it is overwritten before being read?
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unused variable: `cfg`
[INFO] [stdout] --> src/unit/script.rs:32:45
[INFO] [stdout] |
[INFO] [stdout] 32 | pub fn process_script(proc: &mut Processor, cfg: &Cfg, js: bool) -> ProcessingResult<()> {
[INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_cfg`
[INFO] [stdout] |
[INFO] [stdout] = note: `#[warn(unused_variables)]` on by default
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unused variable: `js`
[INFO] [stdout] --> src/unit/script.rs:32:56
[INFO] [stdout] |
[INFO] [stdout] 32 | pub fn process_script(proc: &mut Processor, cfg: &Cfg, js: bool) -> ProcessingResult<()> {
[INFO] [stdout] | ^^ help: if this is intentional, prefix it with an underscore: `_js`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: associated function is never used: `last_written`
[INFO] [stdout] --> src/proc/checkpoint.rs:29:12
[INFO] [stdout] |
[INFO] [stdout] 29 | pub fn last_written(&self, proc: &mut Processor) -> Option {
[INFO] [stdout] | ^^^^^^^^^^^^
[INFO] [stdout] |
[INFO] [stdout] = note: `#[warn(dead_code)]` on by default
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: variant is never constructed: `IsNotChar`
[INFO] [stdout] --> src/proc/mod.rs:27:5
[INFO] [stdout] |
[INFO] [stdout] 27 | IsNotChar(u8),
[INFO] [stdout] | ^^^^^^^^^^^^^
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: variant is never constructed: `WhileChar`
[INFO] [stdout] --> src/proc/mod.rs:28:5
[INFO] [stdout] |
[INFO] [stdout] 28 | WhileChar(u8),
[INFO] [stdout] | ^^^^^^^^^^^^^
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: variant is never constructed: `WhileNotChar`
[INFO] [stdout] --> src/proc/mod.rs:29:5
[INFO] [stdout] |
[INFO] [stdout] 29 | WhileNotChar(u8),
[INFO] [stdout] | ^^^^^^^^^^^^^^^^
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: variant is never constructed: `IsPred`
[INFO] [stdout] --> src/proc/mod.rs:33:5
[INFO] [stdout] |
[INFO] [stdout] 33 | IsPred(fn(u8) -> bool),
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: variant is never constructed: `IsNotPred`
[INFO] [stdout] --> src/proc/mod.rs:34:5
[INFO] [stdout] |
[INFO] [stdout] 34 | IsNotPred(fn(u8) -> bool),
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: variant is never constructed: `WhilePred`
[INFO] [stdout] --> src/proc/mod.rs:35:5
[INFO] [stdout] |
[INFO] [stdout] 35 | WhilePred(fn(u8) -> bool),
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: variant is never constructed: `WhileNotPred`
[INFO] [stdout] --> src/proc/mod.rs:36:5
[INFO] [stdout] |
[INFO] [stdout] 36 | WhileNotPred(fn(u8) -> bool),
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: associated function is never used: `skip_amount_expect`
[INFO] [stdout] --> src/proc/mod.rs:280:12
[INFO] [stdout] |
[INFO] [stdout] 280 | pub fn skip_amount_expect(&mut self, amount: usize) -> () {
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: associated function is never used: `write_utf8`
[INFO] [stdout] --> src/proc/mod.rs:316:12
[INFO] [stdout] |
[INFO] [stdout] 316 | pub fn write_utf8(&mut self, c: char) -> () {
[INFO] [stdout] | ^^^^^^^^^^
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: associated function is never used: `accept`
[INFO] [stdout] --> src/proc/mod.rs:323:12
[INFO] [stdout] |
[INFO] [stdout] 323 | pub fn accept(&mut self) -> ProcessingResult {
[INFO] [stdout] | ^^^^^^
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: associated function is never used: `accept_amount_expect`
[INFO] [stdout] --> src/proc/mod.rs:343:12
[INFO] [stdout] |
[INFO] [stdout] 343 | pub fn accept_amount_expect(&mut self, count: usize) -> () {
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: associated function is never used: `last_written`
[INFO] [stdout] --> src/proc/checkpoint.rs:29:12
[INFO] [stdout] |
[INFO] [stdout] 29 | pub fn last_written(&self, proc: &mut Processor) -> Option {
[INFO] [stdout] | ^^^^^^^^^^^^
[INFO] [stdout] |
[INFO] [stdout] = note: `#[warn(dead_code)]` on by default
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: variant is never constructed: `IsNotChar`
[INFO] [stdout] --> src/proc/mod.rs:27:5
[INFO] [stdout] |
[INFO] [stdout] 27 | IsNotChar(u8),
[INFO] [stdout] | ^^^^^^^^^^^^^
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: variant is never constructed: `WhileChar`
[INFO] [stdout] --> src/proc/mod.rs:28:5
[INFO] [stdout] |
[INFO] [stdout] 28 | WhileChar(u8),
[INFO] [stdout] | ^^^^^^^^^^^^^
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: variant is never constructed: `WhileNotChar`
[INFO] [stdout] --> src/proc/mod.rs:29:5
[INFO] [stdout] |
[INFO] [stdout] 29 | WhileNotChar(u8),
[INFO] [stdout] | ^^^^^^^^^^^^^^^^
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: variant is never constructed: `IsPred`
[INFO] [stdout] --> src/proc/mod.rs:33:5
[INFO] [stdout] |
[INFO] [stdout] 33 | IsPred(fn(u8) -> bool),
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: variant is never constructed: `IsNotPred`
[INFO] [stdout] --> src/proc/mod.rs:34:5
[INFO] [stdout] |
[INFO] [stdout] 34 | IsNotPred(fn(u8) -> bool),
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: variant is never constructed: `WhilePred`
[INFO] [stdout] --> src/proc/mod.rs:35:5
[INFO] [stdout] |
[INFO] [stdout] 35 | WhilePred(fn(u8) -> bool),
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: variant is never constructed: `WhileNotPred`
[INFO] [stdout] --> src/proc/mod.rs:36:5
[INFO] [stdout] |
[INFO] [stdout] 36 | WhileNotPred(fn(u8) -> bool),
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: associated function is never used: `skip_amount_expect`
[INFO] [stdout] --> src/proc/mod.rs:280:12
[INFO] [stdout] |
[INFO] [stdout] 280 | pub fn skip_amount_expect(&mut self, amount: usize) -> () {
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: associated function is never used: `write_utf8`
[INFO] [stdout] --> src/proc/mod.rs:316:12
[INFO] [stdout] |
[INFO] [stdout] 316 | pub fn write_utf8(&mut self, c: char) -> () {
[INFO] [stdout] | ^^^^^^^^^^
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: associated function is never used: `accept`
[INFO] [stdout] --> src/proc/mod.rs:323:12
[INFO] [stdout] |
[INFO] [stdout] 323 | pub fn accept(&mut self) -> ProcessingResult {
[INFO] [stdout] | ^^^^^^
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: associated function is never used: `accept_amount_expect`
[INFO] [stdout] --> src/proc/mod.rs:343:12
[INFO] [stdout] |
[INFO] [stdout] 343 | pub fn accept_amount_expect(&mut self, count: usize) -> () {
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: 15 warnings emitted
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: 15 warnings emitted
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 14.50s
[INFO] running `Command { std: "docker" "inspect" "f1adc446f6985df9a38084f54de4350a368e10cae0619f6838c3d5ccefd57bdc", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "f1adc446f6985df9a38084f54de4350a368e10cae0619f6838c3d5ccefd57bdc", kill_on_drop: false }`
[INFO] [stdout] f1adc446f6985df9a38084f54de4350a368e10cae0619f6838c3d5ccefd57bdc