[INFO] fetching crate concache 0.2.1...
[INFO] checking concache-0.2.1 against master#e59540968e0c6fc3c37d92a639b83fc8fcee5e81 for pr-114559
[INFO] extracting crate concache 0.2.1 into /workspace/builds/worker-6-tc1/source
[INFO] validating manifest of crates.io crate concache 0.2.1 on toolchain e59540968e0c6fc3c37d92a639b83fc8fcee5e81
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+e59540968e0c6fc3c37d92a639b83fc8fcee5e81" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate concache 0.2.1
[INFO] finished tweaking crates.io crate concache 0.2.1
[INFO] tweaked toml for crates.io crate concache 0.2.1 written to /workspace/builds/worker-6-tc1/source/Cargo.toml
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+e59540968e0c6fc3c37d92a639b83fc8fcee5e81" "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" "+e59540968e0c6fc3c37d92a639b83fc8fcee5e81" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded crossbeam v0.3.2
[INFO] [stderr]   Downloaded parking_lot v0.4.8
[INFO] [stderr]   Downloaded chashmap v2.2.2
[INFO] [stderr]   Downloaded owning_ref v0.3.3
[INFO] [stderr]   Downloaded parking_lot_core v0.2.14
[INFO] [stderr]   Downloaded zipf v4.0.1
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:5c16f4e6c37141f9fef0bc86f7a492d732943053e42aab8461035881e3f53823" "/opt/rustwide/cargo-home/bin/cargo" "+e59540968e0c6fc3c37d92a639b83fc8fcee5e81" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 3cd218bd2f652362a40d5bbc04687df2322fe1c59458a5465da8505c17f54563
[INFO] running `Command { std: "docker" "start" "-a" "3cd218bd2f652362a40d5bbc04687df2322fe1c59458a5465da8505c17f54563", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "3cd218bd2f652362a40d5bbc04687df2322fe1c59458a5465da8505c17f54563", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "3cd218bd2f652362a40d5bbc04687df2322fe1c59458a5465da8505c17f54563", kill_on_drop: false }`
[INFO] [stdout] 3cd218bd2f652362a40d5bbc04687df2322fe1c59458a5465da8505c17f54563
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:5c16f4e6c37141f9fef0bc86f7a492d732943053e42aab8461035881e3f53823" "/opt/rustwide/cargo-home/bin/cargo" "+e59540968e0c6fc3c37d92a639b83fc8fcee5e81" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 58b19196d6201687a1596ad402f0429e09e32becbdcfbd384d25708c98d0c35a
[INFO] running `Command { std: "docker" "start" "-a" "58b19196d6201687a1596ad402f0429e09e32becbdcfbd384d25708c98d0c35a", kill_on_drop: false }`
[INFO] [stderr]     Checking crossbeam v0.3.2
[INFO] [stderr]     Checking rand_core v0.3.1
[INFO] [stderr]     Checking rand v0.5.6
[INFO] [stderr]     Checking concache v0.2.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: use of deprecated method `std::sync::atomic::AtomicPtr::<T>::compare_and_swap`: Use `compare_exchange` or `compare_exchange_weak` instead
[INFO] [stdout]   --> src/manual/linked_list.rs:86:18
[INFO] [stdout]    |
[INFO] [stdout] 86 |                 .compare_and_swap(right_node, new_node_ptr, OSC)
[INFO] [stdout]    |                  ^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `std::sync::atomic::AtomicPtr::<T>::compare_and_swap`: Use `compare_exchange` or `compare_exchange_weak` instead
[INFO] [stdout]    --> src/manual/linked_list.rs:131:49
[INFO] [stdout]     |
[INFO] [stdout] 131 |                 && unsafe { &*right_node }.next.compare_and_swap(
[INFO] [stdout]     |                                                 ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `std::sync::atomic::AtomicPtr::<T>::compare_and_swap`: Use `compare_exchange` or `compare_exchange_weak` instead
[INFO] [stdout]    --> src/manual/linked_list.rs:147:14
[INFO] [stdout]     |
[INFO] [stdout] 147 |             .compare_and_swap(right_node, right_node_next, OSC)
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `std::sync::atomic::AtomicPtr::<T>::compare_and_swap`: Use `compare_exchange` or `compare_exchange_weak` instead
[INFO] [stdout]    --> src/manual/linked_list.rs:220:18
[INFO] [stdout]     |
[INFO] [stdout] 220 |                 .compare_and_swap(left_node_next, right_node, OSC)
[INFO] [stdout]     |                  ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]   --> src/crossbeam/linked_list.rs:49:25
[INFO] [stdout]    |
[INFO] [stdout] 49 |                     let mut raw = k.as_raw();
[INFO] [stdout]    |                         ----^^^
[INFO] [stdout]    |                         |
[INFO] [stdout]    |                         help: remove this `mut`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_mut)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]   --> src/crossbeam/linked_list.rs:50:25
[INFO] [stdout]    |
[INFO] [stdout] 50 |                     let mut cur = unsafe { &*raw };
[INFO] [stdout]    |                         ----^^^
[INFO] [stdout]    |                         |
[INFO] [stdout]    |                         help: remove this `mut`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]   --> src/crossbeam/linked_list.rs:55:29
[INFO] [stdout]    |
[INFO] [stdout] 55 |                         let mut ins = Owned::new(kv.1);
[INFO] [stdout]    |                             ----^^^
[INFO] [stdout]    |                             |
[INFO] [stdout]    |                             help: remove this `mut`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]   --> src/crossbeam/linked_list.rs:63:29
[INFO] [stdout]    |
[INFO] [stdout] 63 |                         let mut ins = Owned::new(Node::new(kv.0, kv.1));
[INFO] [stdout]    |                             ----^^^
[INFO] [stdout]    |                             |
[INFO] [stdout]    |                             help: remove this `mut`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]   --> src/crossbeam/linked_list.rs:71:25
[INFO] [stdout]    |
[INFO] [stdout] 71 |                     let mut ins = Owned::new(Node::new(kv.0, kv.1));
[INFO] [stdout]    |                         ----^^^
[INFO] [stdout]    |                         |
[INFO] [stdout]    |                         help: remove this `mut`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]   --> src/crossbeam/linked_list.rs:86:25
[INFO] [stdout]    |
[INFO] [stdout] 86 |                     let mut raw = k.as_raw();
[INFO] [stdout]    |                         ----^^^
[INFO] [stdout]    |                         |
[INFO] [stdout]    |                         help: remove this `mut`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]   --> src/crossbeam/linked_list.rs:87:25
[INFO] [stdout]    |
[INFO] [stdout] 87 |                     let mut cur = unsafe { &*raw };
[INFO] [stdout]    |                         ----^^^
[INFO] [stdout]    |                         |
[INFO] [stdout]    |                         help: remove this `mut`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> src/crossbeam/linked_list.rs:108:25
[INFO] [stdout]     |
[INFO] [stdout] 108 |                     let mut raw = k.as_raw();
[INFO] [stdout]     |                         ----^^^
[INFO] [stdout]     |                         |
[INFO] [stdout]     |                         help: remove this `mut`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> src/crossbeam/linked_list.rs:109:25
[INFO] [stdout]     |
[INFO] [stdout] 109 |                     let mut cur = unsafe { &*raw };
[INFO] [stdout]     |                         ----^^^
[INFO] [stdout]     |                         |
[INFO] [stdout]     |                         help: remove this `mut`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> src/crossbeam/linked_list.rs:118:29
[INFO] [stdout]     |
[INFO] [stdout] 118 |                         let mut new_node = match node.load(Ordering::SeqCst, &guard) {
[INFO] [stdout]     |                             ----^^^^^^^^
[INFO] [stdout]     |                             |
[INFO] [stdout]     |                             help: remove this `mut`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> src/crossbeam/linked_list.rs:124:29
[INFO] [stdout]     |
[INFO] [stdout] 124 |                         let mut new_node_raw_cur = unsafe { &*new_node.as_raw() };
[INFO] [stdout]     |                             ----^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                             |
[INFO] [stdout]     |                             help: remove this `mut`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> src/crossbeam/linked_list.rs:157:17
[INFO] [stdout]     |
[INFO] [stdout] 157 |             let mut raw = k.as_raw();
[INFO] [stdout]     |                 ----^^^
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 help: remove this `mut`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> src/crossbeam/linked_list.rs:158:17
[INFO] [stdout]     |
[INFO] [stdout] 158 |             let mut cur = unsafe { &*raw };
[INFO] [stdout]     |                 ----^^^
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 help: remove this `mut`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 17 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `std::sync::atomic::AtomicPtr::<T>::compare_and_swap`: Use `compare_exchange` or `compare_exchange_weak` instead
[INFO] [stdout]   --> src/manual/linked_list.rs:86:18
[INFO] [stdout]    |
[INFO] [stdout] 86 |                 .compare_and_swap(right_node, new_node_ptr, OSC)
[INFO] [stdout]    |                  ^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `std::sync::atomic::AtomicPtr::<T>::compare_and_swap`: Use `compare_exchange` or `compare_exchange_weak` instead
[INFO] [stdout]    --> src/manual/linked_list.rs:131:49
[INFO] [stdout]     |
[INFO] [stdout] 131 |                 && unsafe { &*right_node }.next.compare_and_swap(
[INFO] [stdout]     |                                                 ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `std::sync::atomic::AtomicPtr::<T>::compare_and_swap`: Use `compare_exchange` or `compare_exchange_weak` instead
[INFO] [stdout]    --> src/manual/linked_list.rs:147:14
[INFO] [stdout]     |
[INFO] [stdout] 147 |             .compare_and_swap(right_node, right_node_next, OSC)
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `std::sync::atomic::AtomicPtr::<T>::compare_and_swap`: Use `compare_exchange` or `compare_exchange_weak` instead
[INFO] [stdout]    --> src/manual/linked_list.rs:220:18
[INFO] [stdout]     |
[INFO] [stdout] 220 |                 .compare_and_swap(left_node_next, right_node, OSC)
[INFO] [stdout]     |                  ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]   --> src/crossbeam/linked_list.rs:49:25
[INFO] [stdout]    |
[INFO] [stdout] 49 |                     let mut raw = k.as_raw();
[INFO] [stdout]    |                         ----^^^
[INFO] [stdout]    |                         |
[INFO] [stdout]    |                         help: remove this `mut`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_mut)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]   --> src/crossbeam/linked_list.rs:50:25
[INFO] [stdout]    |
[INFO] [stdout] 50 |                     let mut cur = unsafe { &*raw };
[INFO] [stdout]    |                         ----^^^
[INFO] [stdout]    |                         |
[INFO] [stdout]    |                         help: remove this `mut`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]   --> src/crossbeam/linked_list.rs:55:29
[INFO] [stdout]    |
[INFO] [stdout] 55 |                         let mut ins = Owned::new(kv.1);
[INFO] [stdout]    |                             ----^^^
[INFO] [stdout]    |                             |
[INFO] [stdout]    |                             help: remove this `mut`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]   --> src/crossbeam/linked_list.rs:63:29
[INFO] [stdout]    |
[INFO] [stdout] 63 |                         let mut ins = Owned::new(Node::new(kv.0, kv.1));
[INFO] [stdout]    |                             ----^^^
[INFO] [stdout]    |                             |
[INFO] [stdout]    |                             help: remove this `mut`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]   --> src/crossbeam/linked_list.rs:71:25
[INFO] [stdout]    |
[INFO] [stdout] 71 |                     let mut ins = Owned::new(Node::new(kv.0, kv.1));
[INFO] [stdout]    |                         ----^^^
[INFO] [stdout]    |                         |
[INFO] [stdout]    |                         help: remove this `mut`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]   --> src/crossbeam/linked_list.rs:86:25
[INFO] [stdout]    |
[INFO] [stdout] 86 |                     let mut raw = k.as_raw();
[INFO] [stdout]    |                         ----^^^
[INFO] [stdout]    |                         |
[INFO] [stdout]    |                         help: remove this `mut`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]   --> src/crossbeam/linked_list.rs:87:25
[INFO] [stdout]    |
[INFO] [stdout] 87 |                     let mut cur = unsafe { &*raw };
[INFO] [stdout]    |                         ----^^^
[INFO] [stdout]    |                         |
[INFO] [stdout]    |                         help: remove this `mut`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> src/crossbeam/linked_list.rs:108:25
[INFO] [stdout]     |
[INFO] [stdout] 108 |                     let mut raw = k.as_raw();
[INFO] [stdout]     |                         ----^^^
[INFO] [stdout]     |                         |
[INFO] [stdout]     |                         help: remove this `mut`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> src/crossbeam/linked_list.rs:109:25
[INFO] [stdout]     |
[INFO] [stdout] 109 |                     let mut cur = unsafe { &*raw };
[INFO] [stdout]     |                         ----^^^
[INFO] [stdout]     |                         |
[INFO] [stdout]     |                         help: remove this `mut`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> src/crossbeam/linked_list.rs:118:29
[INFO] [stdout]     |
[INFO] [stdout] 118 |                         let mut new_node = match node.load(Ordering::SeqCst, &guard) {
[INFO] [stdout]     |                             ----^^^^^^^^
[INFO] [stdout]     |                             |
[INFO] [stdout]     |                             help: remove this `mut`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> src/crossbeam/linked_list.rs:124:29
[INFO] [stdout]     |
[INFO] [stdout] 124 |                         let mut new_node_raw_cur = unsafe { &*new_node.as_raw() };
[INFO] [stdout]     |                             ----^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                             |
[INFO] [stdout]     |                             help: remove this `mut`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> src/crossbeam/linked_list.rs:157:17
[INFO] [stdout]     |
[INFO] [stdout] 157 |             let mut raw = k.as_raw();
[INFO] [stdout]     |                 ----^^^
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 help: remove this `mut`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> src/crossbeam/linked_list.rs:158:17
[INFO] [stdout]     |
[INFO] [stdout] 158 |             let mut cur = unsafe { &*raw };
[INFO] [stdout]     |                 ----^^^
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 help: remove this `mut`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 17 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished dev [unoptimized + debuginfo] target(s) in 0.64s
[INFO] running `Command { std: "docker" "inspect" "58b19196d6201687a1596ad402f0429e09e32becbdcfbd384d25708c98d0c35a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "58b19196d6201687a1596ad402f0429e09e32becbdcfbd384d25708c98d0c35a", kill_on_drop: false }`
[INFO] [stdout] 58b19196d6201687a1596ad402f0429e09e32becbdcfbd384d25708c98d0c35a
