[INFO] updating cached repository ricardopieper/rust-concurrency-tests [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/ricardopieper/rust-concurrency-tests [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/ricardopieper/rust-concurrency-tests" "work/ex/pr-62133/sources/master#5f9c0448dde167128d668da4555879f64e56af1d/gh/ricardopieper/rust-concurrency-tests"` [INFO] [stderr] Cloning into 'work/ex/pr-62133/sources/master#5f9c0448dde167128d668da4555879f64e56af1d/gh/ricardopieper/rust-concurrency-tests'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/ricardopieper/rust-concurrency-tests" "work/ex/pr-62133/sources/try#8ec8125bea94852768b56958f05da47666c21ab0/gh/ricardopieper/rust-concurrency-tests"` [INFO] [stderr] Cloning into 'work/ex/pr-62133/sources/try#8ec8125bea94852768b56958f05da47666c21ab0/gh/ricardopieper/rust-concurrency-tests'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] bf5d96403af158bfc1ad58a705530c2211efde87 [INFO] sha for GitHub repo ricardopieper/rust-concurrency-tests: bf5d96403af158bfc1ad58a705530c2211efde87 [INFO] validating manifest of ricardopieper/rust-concurrency-tests on toolchain master#5f9c0448dde167128d668da4555879f64e56af1d [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+5f9c0448dde167128d668da4555879f64e56af1d-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of ricardopieper/rust-concurrency-tests on toolchain try#8ec8125bea94852768b56958f05da47666c21ab0 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+8ec8125bea94852768b56958f05da47666c21ab0-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing ricardopieper/rust-concurrency-tests [INFO] finished frobbing ricardopieper/rust-concurrency-tests [INFO] frobbed toml for ricardopieper/rust-concurrency-tests written to work/ex/pr-62133/sources/master#5f9c0448dde167128d668da4555879f64e56af1d/gh/ricardopieper/rust-concurrency-tests/Cargo.toml [INFO] started frobbing ricardopieper/rust-concurrency-tests [INFO] finished frobbing ricardopieper/rust-concurrency-tests [INFO] frobbed toml for ricardopieper/rust-concurrency-tests written to work/ex/pr-62133/sources/try#8ec8125bea94852768b56958f05da47666c21ab0/gh/ricardopieper/rust-concurrency-tests/Cargo.toml [INFO] crate ricardopieper/rust-concurrency-tests already has a lockfile, it will not be regenerated [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+5f9c0448dde167128d668da4555879f64e56af1d-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+8ec8125bea94852768b56958f05da47666c21ab0-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] checking ricardopieper/rust-concurrency-tests against master#5f9c0448dde167128d668da4555879f64e56af1d for pr-62133 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-62133/worker-0/master#5f9c0448dde167128d668da4555879f64e56af1d:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-62133/sources/master#5f9c0448dde167128d668da4555879f64e56af1d/gh/ricardopieper/rust-concurrency-tests:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+5f9c0448dde167128d668da4555879f64e56af1d-alt" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] ea083856e7d8ea9b4b1b537fd4211d58c1a04ce3e5b7db0f6bf07fe6272fc884 [INFO] running `"docker" "start" "-a" "ea083856e7d8ea9b4b1b537fd4211d58c1a04ce3e5b7db0f6bf07fe6272fc884"` [INFO] [stderr] Checking rust-concurrency-tests v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: variable does not need to be mutable [INFO] [stderr] --> tests/linked_set_tests.rs:5:9 [INFO] [stderr] | [INFO] [stderr] 5 | let mut set = CoarseLockLinkedSet::::new(); [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] --> tests/linked_set_tests.rs:24:9 [INFO] [stderr] | [INFO] [stderr] 24 | let mut set = CoarseLockLinkedSet::::new(); [INFO] [stderr] | ----^^^ [INFO] [stderr] | | [INFO] [stderr] | help: remove this `mut` [INFO] [stderr] [INFO] [stderr] warning: variable does not need to be mutable [INFO] [stderr] --> tests/linked_set_tests.rs:40:9 [INFO] [stderr] | [INFO] [stderr] 40 | let mut set = CoarseLockLinkedSet::::new(); [INFO] [stderr] | ----^^^ [INFO] [stderr] | | [INFO] [stderr] | help: remove this `mut` [INFO] [stderr] [INFO] [stderr] warning: variable does not need to be mutable [INFO] [stderr] --> tests/linked_set_tests.rs:49:9 [INFO] [stderr] | [INFO] [stderr] 49 | let mut set = CoarseLockLinkedSet::::new(); [INFO] [stderr] | ----^^^ [INFO] [stderr] | | [INFO] [stderr] | help: remove this `mut` [INFO] [stderr] [INFO] [stderr] warning: variable does not need to be mutable [INFO] [stderr] --> tests/linked_set_tests.rs:58:9 [INFO] [stderr] | [INFO] [stderr] 58 | let mut set = CoarseLockLinkedSet::::new(); [INFO] [stderr] | ----^^^ [INFO] [stderr] | | [INFO] [stderr] | help: remove this `mut` [INFO] [stderr] [INFO] [stderr] warning: variable does not need to be mutable [INFO] [stderr] --> tests/linked_set_tests.rs:83:9 [INFO] [stderr] | [INFO] [stderr] 83 | let mut set = CoarseLockLinkedSet::::new(); [INFO] [stderr] | ----^^^ [INFO] [stderr] | | [INFO] [stderr] | help: remove this `mut` [INFO] [stderr] [INFO] [stderr] warning: variable does not need to be mutable [INFO] [stderr] --> tests/linked_set_tests.rs:108:9 [INFO] [stderr] | [INFO] [stderr] 108 | let mut set = CoarseLockLinkedSet::::new(); [INFO] [stderr] | ----^^^ [INFO] [stderr] | | [INFO] [stderr] | help: remove this `mut` [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2.12s [INFO] running `"docker" "inspect" "ea083856e7d8ea9b4b1b537fd4211d58c1a04ce3e5b7db0f6bf07fe6272fc884"` [INFO] running `"docker" "rm" "-f" "ea083856e7d8ea9b4b1b537fd4211d58c1a04ce3e5b7db0f6bf07fe6272fc884"` [INFO] [stdout] ea083856e7d8ea9b4b1b537fd4211d58c1a04ce3e5b7db0f6bf07fe6272fc884