Oct 13 10:13:52.761 INFO checking reactor-cache-0.1.1 against try#4021bd0b3c5815b087d6db10ce461e7e4854ade7 for pr-54977 Oct 13 10:13:52.761 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-54977/worker-4/try#4021bd0b3c5815b087d6db10ce461e7e4854ade7:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/pr-54977/try#4021bd0b3c5815b087d6db10ce461e7e4854ade7:/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 +4021bd0b3c5815b087d6db10ce461e7e4854ade7-alt check --frozen --all --all-targets" "-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 13 10:13:53.204 INFO blam! 63b337e674a667171a88d8312acbe3a12d4a2ea50b8bdb758453098a1cdbce42 Oct 13 10:13:53.206 INFO running `"docker" "start" "-a" "63b337e674a667171a88d8312acbe3a12d4a2ea50b8bdb758453098a1cdbce42"` Oct 13 10:13:54.464 INFO kablam! usermod: no changes Oct 13 10:13:54.680 INFO kablam! Checking reactor-cache v0.1.1 (/source) Oct 13 10:14:00.178 INFO kablam! warning: use of deprecated item 'mio::timer::Builder': use mio-extras instead Oct 13 10:14:00.178 INFO kablam! --> src/cache.rs:13:18 Oct 13 10:14:00.178 INFO kablam! | Oct 13 10:14:00.178 INFO kablam! 13 | use mio::timer::{Builder as TimerBuilder, Timer}; Oct 13 10:14:00.178 INFO kablam! | ^^^^^^^ Oct 13 10:14:00.178 INFO kablam! | Oct 13 10:14:00.178 INFO kablam! = note: #[warn(deprecated)] on by default Oct 13 10:14:00.178 INFO kablam! Oct 13 10:14:00.178 INFO kablam! warning: use of deprecated item 'mio::timer::Timer': use mio-extras instead Oct 13 10:14:00.179 INFO kablam! --> src/cache.rs:13:43 Oct 13 10:14:00.179 INFO kablam! | Oct 13 10:14:00.179 INFO kablam! 13 | use mio::timer::{Builder as TimerBuilder, Timer}; Oct 13 10:14:00.179 INFO kablam! | ^^^^^ Oct 13 10:14:00.179 INFO kablam! Oct 13 10:14:00.180 INFO kablam! warning: use of deprecated item 'mio::timer::Timer': use mio-extras instead Oct 13 10:14:00.180 INFO kablam! --> src/cache.rs:70:24 Oct 13 10:14:00.180 INFO kablam! | Oct 13 10:14:00.180 INFO kablam! 70 | timer: PollEvented>, Oct 13 10:14:00.180 INFO kablam! | ^^^^^^^^^ Oct 13 10:14:00.181 INFO kablam! Oct 13 10:14:00.181 INFO kablam! warning: use of deprecated item 'mio::timer::Builder': use mio-extras instead Oct 13 10:14:00.181 INFO kablam! --> src/cache.rs:172:25 Oct 13 10:14:00.181 INFO kablam! | Oct 13 10:14:00.182 INFO kablam! 172 | let mut timer = TimerBuilder::default().tick_duration(Duration::from_millis(10)).build(); Oct 13 10:14:00.182 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 13 10:14:00.182 INFO kablam! Oct 13 10:14:00.182 INFO kablam! warning: use of deprecated item 'mio::timer::Timer': use mio-extras instead Oct 13 10:14:00.188 INFO kablam! --> src/cache.rs:287:31 Oct 13 10:14:00.188 INFO kablam! | Oct 13 10:14:00.188 INFO kablam! 287 | timer: PollEvented>) Oct 13 10:14:00.188 INFO kablam! | ^^^^^^^^^ Oct 13 10:14:00.188 INFO kablam! Oct 13 10:14:00.293 INFO kablam! warning: use of deprecated item '>::complete': renamed to `send` Oct 13 10:14:00.293 INFO kablam! --> src/cache.rs:125:30 Oct 13 10:14:00.293 INFO kablam! | Oct 13 10:14:00.293 INFO kablam! 125 | resolver.complete(Ok(Arc::new(res))); Oct 13 10:14:00.293 INFO kablam! | ^^^^^^^^ Oct 13 10:14:00.293 INFO kablam! Oct 13 10:14:00.296 INFO kablam! warning: use of deprecated item '>::complete': renamed to `send` Oct 13 10:14:00.296 INFO kablam! --> src/cache.rs:130:30 Oct 13 10:14:00.296 INFO kablam! | Oct 13 10:14:00.296 INFO kablam! 130 | resolver.complete(Err(e)); Oct 13 10:14:00.296 INFO kablam! | ^^^^^^^^ Oct 13 10:14:00.296 INFO kablam! Oct 13 10:14:00.324 INFO kablam! warning: use of deprecated item 'mio::timer::Builder::tick_duration': use mio-extras instead Oct 13 10:14:00.324 INFO kablam! --> src/cache.rs:172:49 Oct 13 10:14:00.324 INFO kablam! | Oct 13 10:14:00.324 INFO kablam! 172 | let mut timer = TimerBuilder::default().tick_duration(Duration::from_millis(10)).build(); Oct 13 10:14:00.324 INFO kablam! | ^^^^^^^^^^^^^ Oct 13 10:14:00.324 INFO kablam! Oct 13 10:14:00.324 INFO kablam! warning: use of deprecated item 'mio::timer::Builder::build': use mio-extras instead Oct 13 10:14:00.324 INFO kablam! --> src/cache.rs:172:90 Oct 13 10:14:00.324 INFO kablam! | Oct 13 10:14:00.325 INFO kablam! 172 | let mut timer = TimerBuilder::default().tick_duration(Duration::from_millis(10)).build(); Oct 13 10:14:00.325 INFO kablam! | ^^^^^ Oct 13 10:14:00.325 INFO kablam! Oct 13 10:14:00.325 INFO kablam! warning: use of deprecated item '>::set_timeout': use mio-extras instead Oct 13 10:14:00.325 INFO kablam! --> src/cache.rs:173:15 Oct 13 10:14:00.325 INFO kablam! | Oct 13 10:14:00.325 INFO kablam! 173 | timer.set_timeout(Duration::from_millis(10), ()).unwrap(); Oct 13 10:14:00.325 INFO kablam! | ^^^^^^^^^^^ Oct 13 10:14:00.325 INFO kablam! Oct 13 10:14:00.333 INFO kablam! warning: use of deprecated item 'mio::timer::Builder': use mio-extras instead Oct 13 10:14:00.333 INFO kablam! --> src/cache.rs:13:18 Oct 13 10:14:00.333 INFO kablam! | Oct 13 10:14:00.333 INFO kablam! 13 | use mio::timer::{Builder as TimerBuilder, Timer}; Oct 13 10:14:00.333 INFO kablam! | ^^^^^^^ Oct 13 10:14:00.333 INFO kablam! | Oct 13 10:14:00.333 INFO kablam! = note: #[warn(deprecated)] on by default Oct 13 10:14:00.333 INFO kablam! Oct 13 10:14:00.333 INFO kablam! warning: use of deprecated item 'mio::timer::Timer': use mio-extras instead Oct 13 10:14:00.333 INFO kablam! --> src/cache.rs:13:43 Oct 13 10:14:00.333 INFO kablam! | Oct 13 10:14:00.333 INFO kablam! 13 | use mio::timer::{Builder as TimerBuilder, Timer}; Oct 13 10:14:00.333 INFO kablam! | ^^^^^ Oct 13 10:14:00.333 INFO kablam! Oct 13 10:14:00.333 INFO kablam! warning: use of deprecated item 'mio::timer::Timer': use mio-extras instead Oct 13 10:14:00.333 INFO kablam! --> src/cache.rs:70:24 Oct 13 10:14:00.333 INFO kablam! | Oct 13 10:14:00.334 INFO kablam! 70 | timer: PollEvented>, Oct 13 10:14:00.334 INFO kablam! | ^^^^^^^^^ Oct 13 10:14:00.334 INFO kablam! Oct 13 10:14:00.334 INFO kablam! warning: use of deprecated item 'mio::timer::Builder': use mio-extras instead Oct 13 10:14:00.334 INFO kablam! --> src/cache.rs:172:25 Oct 13 10:14:00.334 INFO kablam! | Oct 13 10:14:00.334 INFO kablam! 172 | let mut timer = TimerBuilder::default().tick_duration(Duration::from_millis(10)).build(); Oct 13 10:14:00.334 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 13 10:14:00.334 INFO kablam! Oct 13 10:14:00.334 INFO kablam! warning: use of deprecated item 'mio::timer::Timer': use mio-extras instead Oct 13 10:14:00.334 INFO kablam! --> src/cache.rs:287:31 Oct 13 10:14:00.334 INFO kablam! | Oct 13 10:14:00.334 INFO kablam! 287 | timer: PollEvented>) Oct 13 10:14:00.334 INFO kablam! | ^^^^^^^^^ Oct 13 10:14:00.334 INFO kablam! Oct 13 10:14:00.378 INFO kablam! warning: use of deprecated item '>::complete': renamed to `send` Oct 13 10:14:00.378 INFO kablam! --> src/cache.rs:319:28 Oct 13 10:14:00.378 INFO kablam! | Oct 13 10:14:00.378 INFO kablam! 319 | waiter.complete(r.clone().map(Some)); Oct 13 10:14:00.378 INFO kablam! | ^^^^^^^^ Oct 13 10:14:00.378 INFO kablam! Oct 13 10:14:00.396 INFO kablam! warning: use of deprecated item '>::complete': renamed to `send` Oct 13 10:14:00.396 INFO kablam! --> src/cache.rs:375:12 Oct 13 10:14:00.396 INFO kablam! | Oct 13 10:14:00.396 INFO kablam! 375 | tx.complete(CacheStats { Oct 13 10:14:00.396 INFO kablam! | ^^^^^^^^ Oct 13 10:14:00.396 INFO kablam! Oct 13 10:14:00.404 INFO kablam! warning: use of deprecated item '>::complete': renamed to `send` Oct 13 10:14:00.404 INFO kablam! --> src/cache.rs:388:23 Oct 13 10:14:00.404 INFO kablam! | Oct 13 10:14:00.404 INFO kablam! 388 | return tx.complete(Ok(Some(entry.inner.clone()))); Oct 13 10:14:00.404 INFO kablam! | ^^^^^^^^ Oct 13 10:14:00.404 INFO kablam! Oct 13 10:14:00.404 INFO kablam! warning: use of deprecated item '>::complete': renamed to `send` Oct 13 10:14:00.404 INFO kablam! --> src/cache.rs:399:12 Oct 13 10:14:00.404 INFO kablam! | Oct 13 10:14:00.404 INFO kablam! 399 | tx.complete(Ok(None)); Oct 13 10:14:00.404 INFO kablam! | ^^^^^^^^ Oct 13 10:14:00.404 INFO kablam! Oct 13 10:14:00.408 INFO kablam! warning: use of deprecated item '>::complete': renamed to `send` Oct 13 10:14:00.408 INFO kablam! --> src/cache.rs:408:28 Oct 13 10:14:00.408 INFO kablam! | Oct 13 10:14:00.408 INFO kablam! 408 | return checker.complete(Ok(entry.inner.clone())); Oct 13 10:14:00.408 INFO kablam! | ^^^^^^^^ Oct 13 10:14:00.408 INFO kablam! Oct 13 10:14:00.412 INFO kablam! warning: use of deprecated item '>::complete': renamed to `send` Oct 13 10:14:00.412 INFO kablam! --> src/cache.rs:413:17 Oct 13 10:14:00.412 INFO kablam! | Oct 13 10:14:00.412 INFO kablam! 413 | checker.complete(Err(waiters.is_empty())); // if there are no waiters, we're the leader Oct 13 10:14:00.412 INFO kablam! | ^^^^^^^^ Oct 13 10:14:00.412 INFO kablam! Oct 13 10:14:00.424 INFO kablam! warning: use of deprecated item '>::complete': renamed to `send` Oct 13 10:14:00.424 INFO kablam! --> src/cache.rs:425:12 Oct 13 10:14:00.424 INFO kablam! | Oct 13 10:14:00.424 INFO kablam! 425 | tx.complete(()); Oct 13 10:14:00.424 INFO kablam! | ^^^^^^^^ Oct 13 10:14:00.424 INFO kablam! Oct 13 10:14:00.426 INFO kablam! warning: use of deprecated item '>::poll': use mio-extras instead Oct 13 10:14:00.426 INFO kablam! --> src/cache.rs:442:50 Oct 13 10:14:00.426 INFO kablam! | Oct 13 10:14:00.426 INFO kablam! 442 | while let Some(_) = self.timer.get_mut().poll() {} Oct 13 10:14:00.426 INFO kablam! | ^^^^ Oct 13 10:14:00.426 INFO kablam! Oct 13 10:14:00.426 INFO kablam! warning: use of deprecated item '>::set_timeout': use mio-extras instead Oct 13 10:14:00.426 INFO kablam! --> src/cache.rs:452:42 Oct 13 10:14:00.436 INFO kablam! | Oct 13 10:14:00.436 INFO kablam! 452 | self.timer.get_mut().set_timeout(Duration::from_millis(10), ()).unwrap(); Oct 13 10:14:00.436 INFO kablam! | ^^^^^^^^^^^ Oct 13 10:14:00.436 INFO kablam! Oct 13 10:14:00.456 INFO kablam! warning: use of deprecated item '>::complete': renamed to `send` Oct 13 10:14:00.468 INFO kablam! --> src/cache.rs:125:30 Oct 13 10:14:00.468 INFO kablam! | Oct 13 10:14:00.468 INFO kablam! 125 | resolver.complete(Ok(Arc::new(res))); Oct 13 10:14:00.468 INFO kablam! | ^^^^^^^^ Oct 13 10:14:00.468 INFO kablam! Oct 13 10:14:00.472 INFO kablam! warning: use of deprecated item '>::complete': renamed to `send` Oct 13 10:14:00.472 INFO kablam! --> src/cache.rs:130:30 Oct 13 10:14:00.472 INFO kablam! | Oct 13 10:14:00.472 INFO kablam! 130 | resolver.complete(Err(e)); Oct 13 10:14:00.472 INFO kablam! | ^^^^^^^^ Oct 13 10:14:00.472 INFO kablam! Oct 13 10:14:00.489 INFO kablam! warning: use of deprecated item 'mio::timer::Builder::tick_duration': use mio-extras instead Oct 13 10:14:00.489 INFO kablam! --> src/cache.rs:172:49 Oct 13 10:14:00.489 INFO kablam! | Oct 13 10:14:00.489 INFO kablam! 172 | let mut timer = TimerBuilder::default().tick_duration(Duration::from_millis(10)).build(); Oct 13 10:14:00.489 INFO kablam! | ^^^^^^^^^^^^^ Oct 13 10:14:00.489 INFO kablam! Oct 13 10:14:00.500 INFO kablam! warning: use of deprecated item 'mio::timer::Builder::build': use mio-extras instead Oct 13 10:14:00.500 INFO kablam! --> src/cache.rs:172:90 Oct 13 10:14:00.500 INFO kablam! | Oct 13 10:14:00.500 INFO kablam! 172 | let mut timer = TimerBuilder::default().tick_duration(Duration::from_millis(10)).build(); Oct 13 10:14:00.500 INFO kablam! | ^^^^^ Oct 13 10:14:00.500 INFO kablam! Oct 13 10:14:00.500 INFO kablam! warning: use of deprecated item '>::set_timeout': use mio-extras instead Oct 13 10:14:00.500 INFO kablam! --> src/cache.rs:173:15 Oct 13 10:14:00.500 INFO kablam! | Oct 13 10:14:00.500 INFO kablam! 173 | timer.set_timeout(Duration::from_millis(10), ()).unwrap(); Oct 13 10:14:00.500 INFO kablam! | ^^^^^^^^^^^ Oct 13 10:14:00.500 INFO kablam! Oct 13 10:14:00.553 INFO kablam! warning: use of deprecated item '>::complete': renamed to `send` Oct 13 10:14:00.553 INFO kablam! --> src/cache.rs:319:28 Oct 13 10:14:00.553 INFO kablam! | Oct 13 10:14:00.553 INFO kablam! 319 | waiter.complete(r.clone().map(Some)); Oct 13 10:14:00.553 INFO kablam! | ^^^^^^^^ Oct 13 10:14:00.553 INFO kablam! Oct 13 10:14:00.559 INFO kablam! warning: variable does not need to be mutable Oct 13 10:14:00.559 INFO kablam! --> src/cache.rs:385:21 Oct 13 10:14:00.559 INFO kablam! | Oct 13 10:14:00.559 INFO kablam! 385 | if let Some(mut entry) = self.cache_map.get_refresh(&k) { Oct 13 10:14:00.559 INFO kablam! | ----^^^^^ Oct 13 10:14:00.559 INFO kablam! | | Oct 13 10:14:00.559 INFO kablam! | help: remove this `mut` Oct 13 10:14:00.559 INFO kablam! | Oct 13 10:14:00.559 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 13 10:14:00.559 INFO kablam! Oct 13 10:14:00.568 INFO kablam! warning: variable does not need to be mutable Oct 13 10:14:00.568 INFO kablam! --> src/cache.rs:405:21 Oct 13 10:14:00.568 INFO kablam! | Oct 13 10:14:00.568 INFO kablam! 405 | if let Some(mut entry) = self.cache_map.get_refresh(&k) { Oct 13 10:14:00.568 INFO kablam! | ----^^^^^ Oct 13 10:14:00.568 INFO kablam! | | Oct 13 10:14:00.568 INFO kablam! | help: remove this `mut` Oct 13 10:14:00.568 INFO kablam! Oct 13 10:14:00.573 INFO kablam! warning: use of deprecated item '>::complete': renamed to `send` Oct 13 10:14:00.573 INFO kablam! --> src/cache.rs:375:12 Oct 13 10:14:00.573 INFO kablam! | Oct 13 10:14:00.573 INFO kablam! 375 | tx.complete(CacheStats { Oct 13 10:14:00.573 INFO kablam! | ^^^^^^^^ Oct 13 10:14:00.573 INFO kablam! Oct 13 10:14:00.575 INFO kablam! warning: use of deprecated item '>::complete': renamed to `send` Oct 13 10:14:00.575 INFO kablam! --> src/cache.rs:388:23 Oct 13 10:14:00.575 INFO kablam! | Oct 13 10:14:00.575 INFO kablam! 388 | return tx.complete(Ok(Some(entry.inner.clone()))); Oct 13 10:14:00.575 INFO kablam! | ^^^^^^^^ Oct 13 10:14:00.575 INFO kablam! Oct 13 10:14:00.584 INFO kablam! warning: use of deprecated item '>::complete': renamed to `send` Oct 13 10:14:00.584 INFO kablam! --> src/cache.rs:399:12 Oct 13 10:14:00.584 INFO kablam! | Oct 13 10:14:00.584 INFO kablam! 399 | tx.complete(Ok(None)); Oct 13 10:14:00.584 INFO kablam! | ^^^^^^^^ Oct 13 10:14:00.584 INFO kablam! Oct 13 10:14:00.588 INFO kablam! warning: use of deprecated item '>::complete': renamed to `send` Oct 13 10:14:00.588 INFO kablam! --> src/cache.rs:408:28 Oct 13 10:14:00.588 INFO kablam! | Oct 13 10:14:00.588 INFO kablam! 408 | return checker.complete(Ok(entry.inner.clone())); Oct 13 10:14:00.588 INFO kablam! | ^^^^^^^^ Oct 13 10:14:00.588 INFO kablam! Oct 13 10:14:00.589 INFO kablam! warning: use of deprecated item '>::complete': renamed to `send` Oct 13 10:14:00.589 INFO kablam! --> src/cache.rs:413:17 Oct 13 10:14:00.589 INFO kablam! | Oct 13 10:14:00.589 INFO kablam! 413 | checker.complete(Err(waiters.is_empty())); // if there are no waiters, we're the leader Oct 13 10:14:00.589 INFO kablam! | ^^^^^^^^ Oct 13 10:14:00.590 INFO kablam! Oct 13 10:14:00.594 INFO kablam! warning: use of deprecated item '>::complete': renamed to `send` Oct 13 10:14:00.594 INFO kablam! --> src/cache.rs:425:12 Oct 13 10:14:00.594 INFO kablam! | Oct 13 10:14:00.594 INFO kablam! 425 | tx.complete(()); Oct 13 10:14:00.594 INFO kablam! | ^^^^^^^^ Oct 13 10:14:00.594 INFO kablam! Oct 13 10:14:00.597 INFO kablam! warning: use of deprecated item '>::poll': use mio-extras instead Oct 13 10:14:00.597 INFO kablam! --> src/cache.rs:442:50 Oct 13 10:14:00.597 INFO kablam! | Oct 13 10:14:00.597 INFO kablam! 442 | while let Some(_) = self.timer.get_mut().poll() {} Oct 13 10:14:00.597 INFO kablam! | ^^^^ Oct 13 10:14:00.597 INFO kablam! Oct 13 10:14:00.600 INFO kablam! warning: use of deprecated item '>::set_timeout': use mio-extras instead Oct 13 10:14:00.600 INFO kablam! --> src/cache.rs:452:42 Oct 13 10:14:00.600 INFO kablam! | Oct 13 10:14:00.600 INFO kablam! 452 | self.timer.get_mut().set_timeout(Duration::from_millis(10), ()).unwrap(); Oct 13 10:14:00.600 INFO kablam! | ^^^^^^^^^^^ Oct 13 10:14:00.600 INFO kablam! Oct 13 10:14:00.788 INFO kablam! warning: variable does not need to be mutable Oct 13 10:14:00.788 INFO kablam! --> src/cache.rs:385:21 Oct 13 10:14:00.788 INFO kablam! | Oct 13 10:14:00.788 INFO kablam! 385 | if let Some(mut entry) = self.cache_map.get_refresh(&k) { Oct 13 10:14:00.788 INFO kablam! | ----^^^^^ Oct 13 10:14:00.788 INFO kablam! | | Oct 13 10:14:00.788 INFO kablam! | help: remove this `mut` Oct 13 10:14:00.788 INFO kablam! | Oct 13 10:14:00.792 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 13 10:14:00.792 INFO kablam! Oct 13 10:14:00.792 INFO kablam! warning: variable does not need to be mutable Oct 13 10:14:00.792 INFO kablam! --> src/cache.rs:405:21 Oct 13 10:14:00.792 INFO kablam! | Oct 13 10:14:00.792 INFO kablam! 405 | if let Some(mut entry) = self.cache_map.get_refresh(&k) { Oct 13 10:14:00.792 INFO kablam! | ----^^^^^ Oct 13 10:14:00.792 INFO kablam! | | Oct 13 10:14:00.792 INFO kablam! | help: remove this `mut` Oct 13 10:14:00.792 INFO kablam! Oct 13 10:14:00.897 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 6.41s Oct 13 10:14:00.910 INFO kablam! su: No module specific data is present Oct 13 10:14:01.760 INFO running `"docker" "rm" "-f" "63b337e674a667171a88d8312acbe3a12d4a2ea50b8bdb758453098a1cdbce42"` Oct 13 10:14:02.064 INFO blam! 63b337e674a667171a88d8312acbe3a12d4a2ea50b8bdb758453098a1cdbce42