[INFO] crate plaster 0.2.5 is already in cache [INFO] checking plaster-0.2.5 against master#f834695781d00daa61d04e11720403ff32cb0e78 for pr-63831 [INFO] extracting crate plaster 0.2.5 into work/builds/worker-4/source [INFO] validating manifest of crates.io crate plaster 0.2.5 on toolchain f834695781d00daa61d04e11720403ff32cb0e78 [INFO] running `"/mnt/big/crater/work/cargo-home/bin/cargo" "+f834695781d00daa61d04e11720403ff32cb0e78" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate plaster 0.2.5 [INFO] finished tweaking crates.io crate plaster 0.2.5 [INFO] tweaked toml for crates.io crate plaster 0.2.5 written to work/builds/worker-4/source/Cargo.toml [INFO] running `"/mnt/big/crater/work/cargo-home/bin/cargo" "+f834695781d00daa61d04e11720403ff32cb0e78" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"/mnt/big/crater/work/cargo-home/bin/cargo" "+f834695781d00daa61d04e11720403ff32cb0e78" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/mnt/big/crater/work/builds/worker-4/source:/opt/rustwide/workdir:ro,Z" "-v" "/mnt/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-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" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+f834695781d00daa61d04e11720403ff32cb0e78" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] 26d01bb331ba01a8e067ef35ffbc468a73930b9967fadf8070554a2eb5220092 [INFO] running `"docker" "start" "-a" "26d01bb331ba01a8e067ef35ffbc468a73930b9967fadf8070554a2eb5220092"` [INFO] [stderr] Compiling proc-macro2 v0.4.30 [INFO] [stderr] Compiling unicode-xid v0.1.0 [INFO] [stderr] Compiling proc-macro2 v1.0.5 [INFO] [stderr] Compiling libc v0.2.62 [INFO] [stderr] Compiling unicode-xid v0.2.0 [INFO] [stderr] Compiling syn v0.15.44 [INFO] [stderr] Compiling cc v1.0.45 [INFO] [stderr] Compiling version_check v0.1.5 [INFO] [stderr] Compiling log v0.4.8 [INFO] [stderr] Compiling syn v1.0.5 [INFO] [stderr] Compiling wasm-bindgen-shared v0.2.51 [INFO] [stderr] Compiling memchr v2.2.1 [INFO] [stderr] Compiling cfg-if v0.1.10 [INFO] [stderr] Compiling failure_derive v0.1.5 [INFO] [stderr] Compiling bumpalo v2.6.0 [INFO] [stderr] Compiling lazy_static v1.4.0 [INFO] [stderr] Compiling rustc-demangle v0.1.16 [INFO] [stderr] Compiling unicode-segmentation v1.3.0 [INFO] [stderr] Compiling wasm-bindgen v0.2.51 [INFO] [stderr] Compiling sourcefile v0.1.4 [INFO] [stderr] Checking futures v0.1.29 [INFO] [stderr] Checking scoped-tls v1.0.0 [INFO] [stderr] Compiling nom v4.2.3 [INFO] [stderr] Compiling heck v0.3.1 [INFO] [stderr] Compiling quote v1.0.2 [INFO] [stderr] Compiling quote v0.6.13 [INFO] [stderr] Compiling backtrace-sys v0.1.31 [INFO] [stderr] Compiling wasm-bindgen-test-macro v0.2.50 [INFO] [stderr] Compiling weedle v0.10.0 [INFO] [stderr] Compiling backtrace v0.3.38 [INFO] [stderr] Compiling synstructure v0.10.2 [INFO] [stderr] Compiling wasm-bindgen-backend v0.2.51 [INFO] [stderr] Compiling wasm-bindgen-macro-support v0.2.51 [INFO] [stderr] Compiling failure v0.1.5 [INFO] [stderr] Compiling wasm-bindgen-webidl v0.2.51 [INFO] [stderr] Compiling wasm-bindgen-macro v0.2.51 [INFO] [stderr] Checking js-sys v0.3.28 [INFO] [stderr] Checking console_error_panic_hook v0.1.6 [INFO] [stderr] Compiling web-sys v0.3.28 [INFO] [stderr] Checking wasm-bindgen-futures v0.3.27 [INFO] [stderr] Checking wasm-bindgen-test v0.2.50 [INFO] [stderr] Checking plaster v0.2.5 (/opt/rustwide/workdir) [INFO] [stderr] warning: variable does not need to be mutable [INFO] [stderr] --> src/virtual_dom/vlist.rs:70:22 [INFO] [stderr] | [INFO] [stderr] 70 | Some(mut vnode) => { [INFO] [stderr] | ----^^^^^ [INFO] [stderr] | | [INFO] [stderr] | help: remove this `mut` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_mut)]` on by default [INFO] [stderr] [INFO] [stderr] warning: variable does not need to be mutable [INFO] [stderr] --> src/virtual_dom/vlist.rs:70:22 [INFO] [stderr] | [INFO] [stderr] 70 | Some(mut vnode) => { [INFO] [stderr] | ----^^^^^ [INFO] [stderr] | | [INFO] [stderr] | help: remove this `mut` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_mut)]` on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2m 05s [INFO] running `"docker" "inspect" "26d01bb331ba01a8e067ef35ffbc468a73930b9967fadf8070554a2eb5220092"` [INFO] running `"docker" "rm" "-f" "26d01bb331ba01a8e067ef35ffbc468a73930b9967fadf8070554a2eb5220092"` [INFO] [stdout] 26d01bb331ba01a8e067ef35ffbc468a73930b9967fadf8070554a2eb5220092