Oct 15 22:32:59.156 INFO testing reactor-cache-0.1.1 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 15 22:32:59.156 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Oct 15 22:32:59.557 INFO blam! 25697eba4051cf7181ff4a26a9c7546d9d74917e7b2694b432c5311a106458da Oct 15 22:32:59.563 INFO running `"docker" "start" "-a" "25697eba4051cf7181ff4a26a9c7546d9d74917e7b2694b432c5311a106458da"` Oct 15 22:33:00.522 INFO kablam! usermod: no changes Oct 15 22:33:00.663 INFO kablam! Compiling reactor-cache v0.1.1 (/source) Oct 15 22:33:04.095 INFO kablam! warning: use of deprecated item 'mio::timer::Builder': use mio-extras instead Oct 15 22:33:04.095 INFO kablam! --> src/cache.rs:13:18 Oct 15 22:33:04.095 INFO kablam! | Oct 15 22:33:04.095 INFO kablam! 13 | use mio::timer::{Builder as TimerBuilder, Timer}; Oct 15 22:33:04.095 INFO kablam! | ^^^^^^^ Oct 15 22:33:04.095 INFO kablam! | Oct 15 22:33:04.095 INFO kablam! = note: #[warn(deprecated)] on by default Oct 15 22:33:04.095 INFO kablam! Oct 15 22:33:04.095 INFO kablam! warning: use of deprecated item 'mio::timer::Timer': use mio-extras instead Oct 15 22:33:04.095 INFO kablam! --> src/cache.rs:13:43 Oct 15 22:33:04.095 INFO kablam! | Oct 15 22:33:04.095 INFO kablam! 13 | use mio::timer::{Builder as TimerBuilder, Timer}; Oct 15 22:33:04.095 INFO kablam! | ^^^^^ Oct 15 22:33:04.095 INFO kablam! Oct 15 22:33:04.095 INFO kablam! warning: use of deprecated item 'mio::timer::Timer': use mio-extras instead Oct 15 22:33:04.095 INFO kablam! --> src/cache.rs:70:24 Oct 15 22:33:04.095 INFO kablam! | Oct 15 22:33:04.095 INFO kablam! 70 | timer: PollEvented>, Oct 15 22:33:04.095 INFO kablam! | ^^^^^^^^^ Oct 15 22:33:04.095 INFO kablam! Oct 15 22:33:04.095 INFO kablam! warning: use of deprecated item 'mio::timer::Builder': use mio-extras instead Oct 15 22:33:04.095 INFO kablam! --> src/cache.rs:172:25 Oct 15 22:33:04.095 INFO kablam! | Oct 15 22:33:04.095 INFO kablam! 172 | let mut timer = TimerBuilder::default().tick_duration(Duration::from_millis(10)).build(); Oct 15 22:33:04.095 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 15 22:33:04.095 INFO kablam! Oct 15 22:33:04.095 INFO kablam! warning: use of deprecated item 'mio::timer::Timer': use mio-extras instead Oct 15 22:33:04.095 INFO kablam! --> src/cache.rs:287:31 Oct 15 22:33:04.095 INFO kablam! | Oct 15 22:33:04.095 INFO kablam! 287 | timer: PollEvented>) Oct 15 22:33:04.095 INFO kablam! | ^^^^^^^^^ Oct 15 22:33:04.095 INFO kablam! Oct 15 22:33:04.199 INFO kablam! warning: use of deprecated item '>::complete': renamed to `send` Oct 15 22:33:04.199 INFO kablam! --> src/cache.rs:125:30 Oct 15 22:33:04.199 INFO kablam! | Oct 15 22:33:04.199 INFO kablam! 125 | resolver.complete(Ok(Arc::new(res))); Oct 15 22:33:04.199 INFO kablam! | ^^^^^^^^ Oct 15 22:33:04.199 INFO kablam! Oct 15 22:33:04.199 INFO kablam! warning: use of deprecated item '>::complete': renamed to `send` Oct 15 22:33:04.199 INFO kablam! --> src/cache.rs:130:30 Oct 15 22:33:04.199 INFO kablam! | Oct 15 22:33:04.199 INFO kablam! 130 | resolver.complete(Err(e)); Oct 15 22:33:04.199 INFO kablam! | ^^^^^^^^ Oct 15 22:33:04.199 INFO kablam! Oct 15 22:33:04.206 INFO kablam! warning: use of deprecated item 'mio::timer::Builder::tick_duration': use mio-extras instead Oct 15 22:33:04.207 INFO kablam! --> src/cache.rs:172:49 Oct 15 22:33:04.207 INFO kablam! | Oct 15 22:33:04.207 INFO kablam! 172 | let mut timer = TimerBuilder::default().tick_duration(Duration::from_millis(10)).build(); Oct 15 22:33:04.207 INFO kablam! | ^^^^^^^^^^^^^ Oct 15 22:33:04.207 INFO kablam! Oct 15 22:33:04.207 INFO kablam! warning: use of deprecated item 'mio::timer::Builder::build': use mio-extras instead Oct 15 22:33:04.207 INFO kablam! --> src/cache.rs:172:90 Oct 15 22:33:04.207 INFO kablam! | Oct 15 22:33:04.207 INFO kablam! 172 | let mut timer = TimerBuilder::default().tick_duration(Duration::from_millis(10)).build(); Oct 15 22:33:04.207 INFO kablam! | ^^^^^ Oct 15 22:33:04.207 INFO kablam! Oct 15 22:33:04.207 INFO kablam! warning: use of deprecated item '>::set_timeout': use mio-extras instead Oct 15 22:33:04.207 INFO kablam! --> src/cache.rs:173:15 Oct 15 22:33:04.207 INFO kablam! | Oct 15 22:33:04.207 INFO kablam! 173 | timer.set_timeout(Duration::from_millis(10), ()).unwrap(); Oct 15 22:33:04.207 INFO kablam! | ^^^^^^^^^^^ Oct 15 22:33:04.207 INFO kablam! Oct 15 22:33:04.231 INFO kablam! warning: use of deprecated item '>::complete': renamed to `send` Oct 15 22:33:04.231 INFO kablam! --> src/cache.rs:319:28 Oct 15 22:33:04.231 INFO kablam! | Oct 15 22:33:04.231 INFO kablam! 319 | waiter.complete(r.clone().map(Some)); Oct 15 22:33:04.231 INFO kablam! | ^^^^^^^^ Oct 15 22:33:04.231 INFO kablam! Oct 15 22:33:04.247 INFO kablam! warning: use of deprecated item '>::complete': renamed to `send` Oct 15 22:33:04.247 INFO kablam! --> src/cache.rs:375:12 Oct 15 22:33:04.247 INFO kablam! | Oct 15 22:33:04.247 INFO kablam! 375 | tx.complete(CacheStats { Oct 15 22:33:04.247 INFO kablam! | ^^^^^^^^ Oct 15 22:33:04.247 INFO kablam! Oct 15 22:33:04.247 INFO kablam! warning: use of deprecated item '>::complete': renamed to `send` Oct 15 22:33:04.247 INFO kablam! --> src/cache.rs:388:23 Oct 15 22:33:04.247 INFO kablam! | Oct 15 22:33:04.247 INFO kablam! 388 | return tx.complete(Ok(Some(entry.inner.clone()))); Oct 15 22:33:04.247 INFO kablam! | ^^^^^^^^ Oct 15 22:33:04.247 INFO kablam! Oct 15 22:33:04.247 INFO kablam! warning: use of deprecated item '>::complete': renamed to `send` Oct 15 22:33:04.247 INFO kablam! --> src/cache.rs:399:12 Oct 15 22:33:04.247 INFO kablam! | Oct 15 22:33:04.247 INFO kablam! 399 | tx.complete(Ok(None)); Oct 15 22:33:04.247 INFO kablam! | ^^^^^^^^ Oct 15 22:33:04.247 INFO kablam! Oct 15 22:33:04.259 INFO kablam! warning: use of deprecated item '>::complete': renamed to `send` Oct 15 22:33:04.259 INFO kablam! --> src/cache.rs:408:28 Oct 15 22:33:04.259 INFO kablam! | Oct 15 22:33:04.259 INFO kablam! 408 | return checker.complete(Ok(entry.inner.clone())); Oct 15 22:33:04.259 INFO kablam! | ^^^^^^^^ Oct 15 22:33:04.259 INFO kablam! Oct 15 22:33:04.259 INFO kablam! warning: use of deprecated item '>::complete': renamed to `send` Oct 15 22:33:04.259 INFO kablam! --> src/cache.rs:413:17 Oct 15 22:33:04.259 INFO kablam! | Oct 15 22:33:04.259 INFO kablam! 413 | checker.complete(Err(waiters.is_empty())); // if there are no waiters, we're the leader Oct 15 22:33:04.259 INFO kablam! | ^^^^^^^^ Oct 15 22:33:04.259 INFO kablam! Oct 15 22:33:04.259 INFO kablam! warning: use of deprecated item '>::complete': renamed to `send` Oct 15 22:33:04.259 INFO kablam! --> src/cache.rs:425:12 Oct 15 22:33:04.259 INFO kablam! | Oct 15 22:33:04.259 INFO kablam! 425 | tx.complete(()); Oct 15 22:33:04.259 INFO kablam! | ^^^^^^^^ Oct 15 22:33:04.259 INFO kablam! Oct 15 22:33:04.266 INFO kablam! warning: use of deprecated item '>::poll': use mio-extras instead Oct 15 22:33:04.267 INFO kablam! --> src/cache.rs:442:50 Oct 15 22:33:04.267 INFO kablam! | Oct 15 22:33:04.267 INFO kablam! 442 | while let Some(_) = self.timer.get_mut().poll() {} Oct 15 22:33:04.267 INFO kablam! | ^^^^ Oct 15 22:33:04.267 INFO kablam! Oct 15 22:33:04.267 INFO kablam! warning: use of deprecated item '>::set_timeout': use mio-extras instead Oct 15 22:33:04.267 INFO kablam! --> src/cache.rs:452:42 Oct 15 22:33:04.267 INFO kablam! | Oct 15 22:33:04.267 INFO kablam! 452 | self.timer.get_mut().set_timeout(Duration::from_millis(10), ()).unwrap(); Oct 15 22:33:04.267 INFO kablam! | ^^^^^^^^^^^ Oct 15 22:33:04.267 INFO kablam! Oct 15 22:33:04.327 INFO kablam! warning: variable does not need to be mutable Oct 15 22:33:04.327 INFO kablam! --> src/cache.rs:385:21 Oct 15 22:33:04.327 INFO kablam! | Oct 15 22:33:04.327 INFO kablam! 385 | if let Some(mut entry) = self.cache_map.get_refresh(&k) { Oct 15 22:33:04.327 INFO kablam! | ----^^^^^ Oct 15 22:33:04.327 INFO kablam! | | Oct 15 22:33:04.327 INFO kablam! | help: remove this `mut` Oct 15 22:33:04.327 INFO kablam! | Oct 15 22:33:04.327 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 15 22:33:04.327 INFO kablam! Oct 15 22:33:04.327 INFO kablam! warning: variable does not need to be mutable Oct 15 22:33:04.327 INFO kablam! --> src/cache.rs:405:21 Oct 15 22:33:04.327 INFO kablam! | Oct 15 22:33:04.327 INFO kablam! 405 | if let Some(mut entry) = self.cache_map.get_refresh(&k) { Oct 15 22:33:04.327 INFO kablam! | ----^^^^^ Oct 15 22:33:04.327 INFO kablam! | | Oct 15 22:33:04.327 INFO kablam! | help: remove this `mut` Oct 15 22:33:04.327 INFO kablam! Oct 15 22:33:04.431 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.88s Oct 15 22:33:04.447 INFO kablam! su: No module specific data is present Oct 15 22:33:04.951 INFO running `"docker" "rm" "-f" "25697eba4051cf7181ff4a26a9c7546d9d74917e7b2694b432c5311a106458da"` Oct 15 22:33:05.245 INFO blam! 25697eba4051cf7181ff4a26a9c7546d9d74917e7b2694b432c5311a106458da Oct 15 22:33:05.250 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Oct 15 22:33:05.804 INFO blam! 17b8d849c3842035216445a505b9c9afa984fb7991511f54985cafa26abe6244 Oct 15 22:33:05.811 INFO running `"docker" "start" "-a" "17b8d849c3842035216445a505b9c9afa984fb7991511f54985cafa26abe6244"` Oct 15 22:33:07.135 INFO kablam! usermod: no changes Oct 15 22:33:07.315 INFO kablam! Compiling reactor-cache v0.1.1 (/source) Oct 15 22:33:10.011 INFO kablam! warning: use of deprecated item 'mio::timer::Builder': use mio-extras instead Oct 15 22:33:10.011 INFO kablam! --> src/cache.rs:13:18 Oct 15 22:33:10.011 INFO kablam! | Oct 15 22:33:10.011 INFO kablam! 13 | use mio::timer::{Builder as TimerBuilder, Timer}; Oct 15 22:33:10.011 INFO kablam! | ^^^^^^^ Oct 15 22:33:10.011 INFO kablam! | Oct 15 22:33:10.011 INFO kablam! = note: #[warn(deprecated)] on by default Oct 15 22:33:10.011 INFO kablam! Oct 15 22:33:10.011 INFO kablam! warning: use of deprecated item 'mio::timer::Timer': use mio-extras instead Oct 15 22:33:10.011 INFO kablam! --> src/cache.rs:13:43 Oct 15 22:33:10.011 INFO kablam! | Oct 15 22:33:10.011 INFO kablam! 13 | use mio::timer::{Builder as TimerBuilder, Timer}; Oct 15 22:33:10.011 INFO kablam! | ^^^^^ Oct 15 22:33:10.011 INFO kablam! Oct 15 22:33:10.011 INFO kablam! warning: use of deprecated item 'mio::timer::Timer': use mio-extras instead Oct 15 22:33:10.011 INFO kablam! --> src/cache.rs:70:24 Oct 15 22:33:10.011 INFO kablam! | Oct 15 22:33:10.011 INFO kablam! 70 | timer: PollEvented>, Oct 15 22:33:10.011 INFO kablam! | ^^^^^^^^^ Oct 15 22:33:10.011 INFO kablam! Oct 15 22:33:10.011 INFO kablam! warning: use of deprecated item 'mio::timer::Builder': use mio-extras instead Oct 15 22:33:10.011 INFO kablam! --> src/cache.rs:172:25 Oct 15 22:33:10.011 INFO kablam! | Oct 15 22:33:10.011 INFO kablam! 172 | let mut timer = TimerBuilder::default().tick_duration(Duration::from_millis(10)).build(); Oct 15 22:33:10.011 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 15 22:33:10.011 INFO kablam! Oct 15 22:33:10.011 INFO kablam! warning: use of deprecated item 'mio::timer::Timer': use mio-extras instead Oct 15 22:33:10.011 INFO kablam! --> src/cache.rs:287:31 Oct 15 22:33:10.011 INFO kablam! | Oct 15 22:33:10.011 INFO kablam! 287 | timer: PollEvented>) Oct 15 22:33:10.011 INFO kablam! | ^^^^^^^^^ Oct 15 22:33:10.011 INFO kablam! Oct 15 22:33:10.102 INFO kablam! warning: use of deprecated item '>::complete': renamed to `send` Oct 15 22:33:10.103 INFO kablam! --> src/cache.rs:125:30 Oct 15 22:33:10.103 INFO kablam! | Oct 15 22:33:10.103 INFO kablam! 125 | resolver.complete(Ok(Arc::new(res))); Oct 15 22:33:10.103 INFO kablam! | ^^^^^^^^ Oct 15 22:33:10.103 INFO kablam! Oct 15 22:33:10.103 INFO kablam! warning: use of deprecated item '>::complete': renamed to `send` Oct 15 22:33:10.103 INFO kablam! --> src/cache.rs:130:30 Oct 15 22:33:10.103 INFO kablam! | Oct 15 22:33:10.103 INFO kablam! 130 | resolver.complete(Err(e)); Oct 15 22:33:10.103 INFO kablam! | ^^^^^^^^ Oct 15 22:33:10.103 INFO kablam! Oct 15 22:33:10.111 INFO kablam! warning: use of deprecated item 'mio::timer::Builder::tick_duration': use mio-extras instead Oct 15 22:33:10.111 INFO kablam! --> src/cache.rs:172:49 Oct 15 22:33:10.111 INFO kablam! | Oct 15 22:33:10.111 INFO kablam! 172 | let mut timer = TimerBuilder::default().tick_duration(Duration::from_millis(10)).build(); Oct 15 22:33:10.111 INFO kablam! | ^^^^^^^^^^^^^ Oct 15 22:33:10.111 INFO kablam! Oct 15 22:33:10.111 INFO kablam! warning: use of deprecated item 'mio::timer::Builder::build': use mio-extras instead Oct 15 22:33:10.111 INFO kablam! --> src/cache.rs:172:90 Oct 15 22:33:10.111 INFO kablam! | Oct 15 22:33:10.111 INFO kablam! 172 | let mut timer = TimerBuilder::default().tick_duration(Duration::from_millis(10)).build(); Oct 15 22:33:10.111 INFO kablam! | ^^^^^ Oct 15 22:33:10.111 INFO kablam! Oct 15 22:33:10.111 INFO kablam! warning: use of deprecated item '>::set_timeout': use mio-extras instead Oct 15 22:33:10.111 INFO kablam! --> src/cache.rs:173:15 Oct 15 22:33:10.111 INFO kablam! | Oct 15 22:33:10.111 INFO kablam! 173 | timer.set_timeout(Duration::from_millis(10), ()).unwrap(); Oct 15 22:33:10.111 INFO kablam! | ^^^^^^^^^^^ Oct 15 22:33:10.111 INFO kablam! Oct 15 22:33:10.137 INFO kablam! warning: use of deprecated item '>::complete': renamed to `send` Oct 15 22:33:10.138 INFO kablam! --> src/cache.rs:319:28 Oct 15 22:33:10.138 INFO kablam! | Oct 15 22:33:10.138 INFO kablam! 319 | waiter.complete(r.clone().map(Some)); Oct 15 22:33:10.138 INFO kablam! | ^^^^^^^^ Oct 15 22:33:10.138 INFO kablam! Oct 15 22:33:10.155 INFO kablam! warning: use of deprecated item '>::complete': renamed to `send` Oct 15 22:33:10.159 INFO kablam! --> src/cache.rs:375:12 Oct 15 22:33:10.159 INFO kablam! | Oct 15 22:33:10.159 INFO kablam! 375 | tx.complete(CacheStats { Oct 15 22:33:10.159 INFO kablam! | ^^^^^^^^ Oct 15 22:33:10.159 INFO kablam! Oct 15 22:33:10.162 INFO kablam! warning: use of deprecated item '>::complete': renamed to `send` Oct 15 22:33:10.162 INFO kablam! --> src/cache.rs:388:23 Oct 15 22:33:10.162 INFO kablam! | Oct 15 22:33:10.162 INFO kablam! 388 | return tx.complete(Ok(Some(entry.inner.clone()))); Oct 15 22:33:10.162 INFO kablam! | ^^^^^^^^ Oct 15 22:33:10.162 INFO kablam! Oct 15 22:33:10.162 INFO kablam! warning: use of deprecated item '>::complete': renamed to `send` Oct 15 22:33:10.162 INFO kablam! --> src/cache.rs:399:12 Oct 15 22:33:10.162 INFO kablam! | Oct 15 22:33:10.162 INFO kablam! 399 | tx.complete(Ok(None)); Oct 15 22:33:10.162 INFO kablam! | ^^^^^^^^ Oct 15 22:33:10.162 INFO kablam! Oct 15 22:33:10.164 INFO kablam! warning: use of deprecated item '>::complete': renamed to `send` Oct 15 22:33:10.164 INFO kablam! --> src/cache.rs:408:28 Oct 15 22:33:10.164 INFO kablam! | Oct 15 22:33:10.164 INFO kablam! 408 | return checker.complete(Ok(entry.inner.clone())); Oct 15 22:33:10.164 INFO kablam! | ^^^^^^^^ Oct 15 22:33:10.164 INFO kablam! Oct 15 22:33:10.164 INFO kablam! warning: use of deprecated item '>::complete': renamed to `send` Oct 15 22:33:10.164 INFO kablam! --> src/cache.rs:413:17 Oct 15 22:33:10.164 INFO kablam! | Oct 15 22:33:10.164 INFO kablam! 413 | checker.complete(Err(waiters.is_empty())); // if there are no waiters, we're the leader Oct 15 22:33:10.164 INFO kablam! | ^^^^^^^^ Oct 15 22:33:10.164 INFO kablam! Oct 15 22:33:10.166 INFO kablam! warning: use of deprecated item '>::complete': renamed to `send` Oct 15 22:33:10.166 INFO kablam! --> src/cache.rs:425:12 Oct 15 22:33:10.166 INFO kablam! | Oct 15 22:33:10.166 INFO kablam! 425 | tx.complete(()); Oct 15 22:33:10.166 INFO kablam! | ^^^^^^^^ Oct 15 22:33:10.166 INFO kablam! Oct 15 22:33:10.168 INFO kablam! warning: use of deprecated item '>::poll': use mio-extras instead Oct 15 22:33:10.168 INFO kablam! --> src/cache.rs:442:50 Oct 15 22:33:10.168 INFO kablam! | Oct 15 22:33:10.168 INFO kablam! 442 | while let Some(_) = self.timer.get_mut().poll() {} Oct 15 22:33:10.168 INFO kablam! | ^^^^ Oct 15 22:33:10.168 INFO kablam! Oct 15 22:33:10.173 INFO kablam! warning: use of deprecated item '>::set_timeout': use mio-extras instead Oct 15 22:33:10.173 INFO kablam! --> src/cache.rs:452:42 Oct 15 22:33:10.173 INFO kablam! | Oct 15 22:33:10.173 INFO kablam! 452 | self.timer.get_mut().set_timeout(Duration::from_millis(10), ()).unwrap(); Oct 15 22:33:10.173 INFO kablam! | ^^^^^^^^^^^ Oct 15 22:33:10.173 INFO kablam! Oct 15 22:33:10.328 INFO kablam! warning: variable does not need to be mutable Oct 15 22:33:10.328 INFO kablam! --> src/cache.rs:385:21 Oct 15 22:33:10.328 INFO kablam! | Oct 15 22:33:10.328 INFO kablam! 385 | if let Some(mut entry) = self.cache_map.get_refresh(&k) { Oct 15 22:33:10.328 INFO kablam! | ----^^^^^ Oct 15 22:33:10.328 INFO kablam! | | Oct 15 22:33:10.328 INFO kablam! | help: remove this `mut` Oct 15 22:33:10.335 INFO kablam! | Oct 15 22:33:10.335 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 15 22:33:10.335 INFO kablam! Oct 15 22:33:10.335 INFO kablam! warning: variable does not need to be mutable Oct 15 22:33:10.335 INFO kablam! --> src/cache.rs:405:21 Oct 15 22:33:10.335 INFO kablam! | Oct 15 22:33:10.335 INFO kablam! 405 | if let Some(mut entry) = self.cache_map.get_refresh(&k) { Oct 15 22:33:10.335 INFO kablam! | ----^^^^^ Oct 15 22:33:10.335 INFO kablam! | | Oct 15 22:33:10.335 INFO kablam! | help: remove this `mut` Oct 15 22:33:10.335 INFO kablam! Oct 15 22:33:18.055 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 10.87s Oct 15 22:33:18.056 INFO kablam! su: No module specific data is present Oct 15 22:33:18.839 INFO running `"docker" "rm" "-f" "17b8d849c3842035216445a505b9c9afa984fb7991511f54985cafa26abe6244"` Oct 15 22:33:19.069 INFO blam! 17b8d849c3842035216445a505b9c9afa984fb7991511f54985cafa26abe6244