Oct 11 13:56:32.158 INFO testing reactor-cache-0.1.1 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 11 13:56:32.158 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 11 13:56:32.158 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-5/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 13:56:32.652 INFO blam! ac51daf40dcd5fc399f11f6a4372fb0a28d84a21b83ffd5b81e8216f745a740f Oct 11 13:56:32.660 INFO running `"docker" "start" "-a" "ac51daf40dcd5fc399f11f6a4372fb0a28d84a21b83ffd5b81e8216f745a740f"` Oct 11 13:56:33.748 INFO kablam! usermod: no changes Oct 11 13:56:33.884 INFO kablam! Compiling reactor-cache v0.1.1 (/source) Oct 11 13:56:38.756 INFO kablam! warning: use of deprecated item 'mio::timer::Builder': use mio-extras instead Oct 11 13:56:38.756 INFO kablam! --> src/cache.rs:13:18 Oct 11 13:56:38.756 INFO kablam! | Oct 11 13:56:38.756 INFO kablam! 13 | use mio::timer::{Builder as TimerBuilder, Timer}; Oct 11 13:56:38.757 INFO kablam! | ^^^^^^^ Oct 11 13:56:38.757 INFO kablam! | Oct 11 13:56:38.757 INFO kablam! = note: #[warn(deprecated)] on by default Oct 11 13:56:38.757 INFO kablam! Oct 11 13:56:38.757 INFO kablam! warning: use of deprecated item 'mio::timer::Timer': use mio-extras instead Oct 11 13:56:38.757 INFO kablam! --> src/cache.rs:13:43 Oct 11 13:56:38.757 INFO kablam! | Oct 11 13:56:38.757 INFO kablam! 13 | use mio::timer::{Builder as TimerBuilder, Timer}; Oct 11 13:56:38.757 INFO kablam! | ^^^^^ Oct 11 13:56:38.757 INFO kablam! Oct 11 13:56:38.757 INFO kablam! warning: use of deprecated item 'mio::timer::Timer': use mio-extras instead Oct 11 13:56:38.757 INFO kablam! --> src/cache.rs:70:24 Oct 11 13:56:38.757 INFO kablam! | Oct 11 13:56:38.757 INFO kablam! 70 | timer: PollEvented>, Oct 11 13:56:38.757 INFO kablam! | ^^^^^^^^^ Oct 11 13:56:38.757 INFO kablam! Oct 11 13:56:38.757 INFO kablam! warning: use of deprecated item 'mio::timer::Builder': use mio-extras instead Oct 11 13:56:38.757 INFO kablam! --> src/cache.rs:172:25 Oct 11 13:56:38.757 INFO kablam! | Oct 11 13:56:38.757 INFO kablam! 172 | let mut timer = TimerBuilder::default().tick_duration(Duration::from_millis(10)).build(); Oct 11 13:56:38.758 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 11 13:56:38.758 INFO kablam! Oct 11 13:56:38.758 INFO kablam! warning: use of deprecated item 'mio::timer::Timer': use mio-extras instead Oct 11 13:56:38.758 INFO kablam! --> src/cache.rs:287:31 Oct 11 13:56:38.758 INFO kablam! | Oct 11 13:56:38.758 INFO kablam! 287 | timer: PollEvented>) Oct 11 13:56:38.758 INFO kablam! | ^^^^^^^^^ Oct 11 13:56:38.758 INFO kablam! Oct 11 13:56:38.848 INFO kablam! warning: use of deprecated item '>::complete': renamed to `send` Oct 11 13:56:38.848 INFO kablam! --> src/cache.rs:125:30 Oct 11 13:56:38.848 INFO kablam! | Oct 11 13:56:38.848 INFO kablam! 125 | resolver.complete(Ok(Arc::new(res))); Oct 11 13:56:38.848 INFO kablam! | ^^^^^^^^ Oct 11 13:56:38.848 INFO kablam! Oct 11 13:56:38.849 INFO kablam! warning: use of deprecated item '>::complete': renamed to `send` Oct 11 13:56:38.849 INFO kablam! --> src/cache.rs:130:30 Oct 11 13:56:38.849 INFO kablam! | Oct 11 13:56:38.849 INFO kablam! 130 | resolver.complete(Err(e)); Oct 11 13:56:38.849 INFO kablam! | ^^^^^^^^ Oct 11 13:56:38.849 INFO kablam! Oct 11 13:56:38.862 INFO kablam! warning: use of deprecated item 'mio::timer::Builder::tick_duration': use mio-extras instead Oct 11 13:56:38.862 INFO kablam! --> src/cache.rs:172:49 Oct 11 13:56:38.862 INFO kablam! | Oct 11 13:56:38.862 INFO kablam! 172 | let mut timer = TimerBuilder::default().tick_duration(Duration::from_millis(10)).build(); Oct 11 13:56:38.862 INFO kablam! | ^^^^^^^^^^^^^ Oct 11 13:56:38.862 INFO kablam! Oct 11 13:56:38.862 INFO kablam! warning: use of deprecated item 'mio::timer::Builder::build': use mio-extras instead Oct 11 13:56:38.862 INFO kablam! --> src/cache.rs:172:90 Oct 11 13:56:38.862 INFO kablam! | Oct 11 13:56:38.862 INFO kablam! 172 | let mut timer = TimerBuilder::default().tick_duration(Duration::from_millis(10)).build(); Oct 11 13:56:38.862 INFO kablam! | ^^^^^ Oct 11 13:56:38.862 INFO kablam! Oct 11 13:56:38.862 INFO kablam! warning: use of deprecated item '>::set_timeout': use mio-extras instead Oct 11 13:56:38.862 INFO kablam! --> src/cache.rs:173:15 Oct 11 13:56:38.862 INFO kablam! | Oct 11 13:56:38.862 INFO kablam! 173 | timer.set_timeout(Duration::from_millis(10), ()).unwrap(); Oct 11 13:56:38.862 INFO kablam! | ^^^^^^^^^^^ Oct 11 13:56:38.862 INFO kablam! Oct 11 13:56:38.890 INFO kablam! warning: use of deprecated item '>::complete': renamed to `send` Oct 11 13:56:38.890 INFO kablam! --> src/cache.rs:319:28 Oct 11 13:56:38.890 INFO kablam! | Oct 11 13:56:38.890 INFO kablam! 319 | waiter.complete(r.clone().map(Some)); Oct 11 13:56:38.890 INFO kablam! | ^^^^^^^^ Oct 11 13:56:38.890 INFO kablam! Oct 11 13:56:38.900 INFO kablam! warning: use of deprecated item '>::complete': renamed to `send` Oct 11 13:56:38.900 INFO kablam! --> src/cache.rs:375:12 Oct 11 13:56:38.900 INFO kablam! | Oct 11 13:56:38.901 INFO kablam! 375 | tx.complete(CacheStats { Oct 11 13:56:38.901 INFO kablam! | ^^^^^^^^ Oct 11 13:56:38.901 INFO kablam! Oct 11 13:56:38.901 INFO kablam! warning: use of deprecated item '>::complete': renamed to `send` Oct 11 13:56:38.901 INFO kablam! --> src/cache.rs:388:23 Oct 11 13:56:38.901 INFO kablam! | Oct 11 13:56:38.901 INFO kablam! 388 | return tx.complete(Ok(Some(entry.inner.clone()))); Oct 11 13:56:38.901 INFO kablam! | ^^^^^^^^ Oct 11 13:56:38.901 INFO kablam! Oct 11 13:56:38.904 INFO kablam! warning: use of deprecated item '>::complete': renamed to `send` Oct 11 13:56:38.904 INFO kablam! --> src/cache.rs:399:12 Oct 11 13:56:38.904 INFO kablam! | Oct 11 13:56:38.904 INFO kablam! 399 | tx.complete(Ok(None)); Oct 11 13:56:38.904 INFO kablam! | ^^^^^^^^ Oct 11 13:56:38.904 INFO kablam! Oct 11 13:56:38.912 INFO kablam! warning: use of deprecated item '>::complete': renamed to `send` Oct 11 13:56:38.912 INFO kablam! --> src/cache.rs:408:28 Oct 11 13:56:38.912 INFO kablam! | Oct 11 13:56:38.912 INFO kablam! 408 | return checker.complete(Ok(entry.inner.clone())); Oct 11 13:56:38.912 INFO kablam! | ^^^^^^^^ Oct 11 13:56:38.912 INFO kablam! Oct 11 13:56:38.912 INFO kablam! warning: use of deprecated item '>::complete': renamed to `send` Oct 11 13:56:38.912 INFO kablam! --> src/cache.rs:413:17 Oct 11 13:56:38.912 INFO kablam! | Oct 11 13:56:38.913 INFO kablam! 413 | checker.complete(Err(waiters.is_empty())); // if there are no waiters, we're the leader Oct 11 13:56:38.913 INFO kablam! | ^^^^^^^^ Oct 11 13:56:38.913 INFO kablam! Oct 11 13:56:38.913 INFO kablam! warning: use of deprecated item '>::complete': renamed to `send` Oct 11 13:56:38.913 INFO kablam! --> src/cache.rs:425:12 Oct 11 13:56:38.913 INFO kablam! | Oct 11 13:56:38.913 INFO kablam! 425 | tx.complete(()); Oct 11 13:56:38.913 INFO kablam! | ^^^^^^^^ Oct 11 13:56:38.913 INFO kablam! Oct 11 13:56:38.924 INFO kablam! warning: use of deprecated item '>::poll': use mio-extras instead Oct 11 13:56:38.924 INFO kablam! --> src/cache.rs:442:50 Oct 11 13:56:38.924 INFO kablam! | Oct 11 13:56:38.924 INFO kablam! 442 | while let Some(_) = self.timer.get_mut().poll() {} Oct 11 13:56:38.924 INFO kablam! | ^^^^ Oct 11 13:56:38.924 INFO kablam! Oct 11 13:56:38.924 INFO kablam! warning: use of deprecated item '>::set_timeout': use mio-extras instead Oct 11 13:56:38.924 INFO kablam! --> src/cache.rs:452:42 Oct 11 13:56:38.924 INFO kablam! | Oct 11 13:56:38.924 INFO kablam! 452 | self.timer.get_mut().set_timeout(Duration::from_millis(10), ()).unwrap(); Oct 11 13:56:38.924 INFO kablam! | ^^^^^^^^^^^ Oct 11 13:56:38.924 INFO kablam! Oct 11 13:56:38.975 INFO kablam! warning: variable does not need to be mutable Oct 11 13:56:38.975 INFO kablam! --> src/cache.rs:385:21 Oct 11 13:56:38.975 INFO kablam! | Oct 11 13:56:38.975 INFO kablam! 385 | if let Some(mut entry) = self.cache_map.get_refresh(&k) { Oct 11 13:56:38.975 INFO kablam! | ----^^^^^ Oct 11 13:56:38.975 INFO kablam! | | Oct 11 13:56:38.975 INFO kablam! | help: remove this `mut` Oct 11 13:56:38.975 INFO kablam! | Oct 11 13:56:38.975 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 11 13:56:38.975 INFO kablam! Oct 11 13:56:38.982 INFO kablam! warning: variable does not need to be mutable Oct 11 13:56:38.982 INFO kablam! --> src/cache.rs:405:21 Oct 11 13:56:38.982 INFO kablam! | Oct 11 13:56:38.982 INFO kablam! 405 | if let Some(mut entry) = self.cache_map.get_refresh(&k) { Oct 11 13:56:38.982 INFO kablam! | ----^^^^^ Oct 11 13:56:38.982 INFO kablam! | | Oct 11 13:56:38.982 INFO kablam! | help: remove this `mut` Oct 11 13:56:38.982 INFO kablam! Oct 11 13:56:39.104 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 5.33s Oct 11 13:56:39.112 INFO kablam! su: No module specific data is present Oct 11 13:56:39.859 INFO running `"docker" "rm" "-f" "ac51daf40dcd5fc399f11f6a4372fb0a28d84a21b83ffd5b81e8216f745a740f"` Oct 11 13:56:40.161 INFO blam! ac51daf40dcd5fc399f11f6a4372fb0a28d84a21b83ffd5b81e8216f745a740f Oct 11 13:56:40.166 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 11 13:56:40.166 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-5/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 13:56:40.527 INFO blam! 367e9c1c5dc2f0845a1b18046aa5cac86cdf1a13f9f2f78df31e6830e3c9bcd7 Oct 11 13:56:40.528 INFO running `"docker" "start" "-a" "367e9c1c5dc2f0845a1b18046aa5cac86cdf1a13f9f2f78df31e6830e3c9bcd7"` Oct 11 13:56:41.523 INFO kablam! usermod: no changes Oct 11 13:56:41.720 INFO kablam! Compiling reactor-cache v0.1.1 (/source) Oct 11 13:56:46.052 INFO kablam! warning: use of deprecated item 'mio::timer::Builder': use mio-extras instead Oct 11 13:56:46.052 INFO kablam! --> src/cache.rs:13:18 Oct 11 13:56:46.052 INFO kablam! | Oct 11 13:56:46.052 INFO kablam! 13 | use mio::timer::{Builder as TimerBuilder, Timer}; Oct 11 13:56:46.052 INFO kablam! | ^^^^^^^ Oct 11 13:56:46.052 INFO kablam! | Oct 11 13:56:46.052 INFO kablam! = note: #[warn(deprecated)] on by default Oct 11 13:56:46.052 INFO kablam! Oct 11 13:56:46.052 INFO kablam! warning: use of deprecated item 'mio::timer::Timer': use mio-extras instead Oct 11 13:56:46.052 INFO kablam! --> src/cache.rs:13:43 Oct 11 13:56:46.052 INFO kablam! | Oct 11 13:56:46.052 INFO kablam! 13 | use mio::timer::{Builder as TimerBuilder, Timer}; Oct 11 13:56:46.052 INFO kablam! | ^^^^^ Oct 11 13:56:46.053 INFO kablam! Oct 11 13:56:46.053 INFO kablam! warning: use of deprecated item 'mio::timer::Timer': use mio-extras instead Oct 11 13:56:46.053 INFO kablam! --> src/cache.rs:70:24 Oct 11 13:56:46.053 INFO kablam! | Oct 11 13:56:46.053 INFO kablam! 70 | timer: PollEvented>, Oct 11 13:56:46.053 INFO kablam! | ^^^^^^^^^ Oct 11 13:56:46.053 INFO kablam! Oct 11 13:56:46.053 INFO kablam! warning: use of deprecated item 'mio::timer::Builder': use mio-extras instead Oct 11 13:56:46.053 INFO kablam! --> src/cache.rs:172:25 Oct 11 13:56:46.053 INFO kablam! | Oct 11 13:56:46.053 INFO kablam! 172 | let mut timer = TimerBuilder::default().tick_duration(Duration::from_millis(10)).build(); Oct 11 13:56:46.053 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 11 13:56:46.053 INFO kablam! Oct 11 13:56:46.053 INFO kablam! warning: use of deprecated item 'mio::timer::Timer': use mio-extras instead Oct 11 13:56:46.053 INFO kablam! --> src/cache.rs:287:31 Oct 11 13:56:46.053 INFO kablam! | Oct 11 13:56:46.053 INFO kablam! 287 | timer: PollEvented>) Oct 11 13:56:46.053 INFO kablam! | ^^^^^^^^^ Oct 11 13:56:46.053 INFO kablam! Oct 11 13:56:46.136 INFO kablam! warning: use of deprecated item '>::complete': renamed to `send` Oct 11 13:56:46.136 INFO kablam! --> src/cache.rs:125:30 Oct 11 13:56:46.136 INFO kablam! | Oct 11 13:56:46.136 INFO kablam! 125 | resolver.complete(Ok(Arc::new(res))); Oct 11 13:56:46.136 INFO kablam! | ^^^^^^^^ Oct 11 13:56:46.136 INFO kablam! Oct 11 13:56:46.136 INFO kablam! warning: use of deprecated item '>::complete': renamed to `send` Oct 11 13:56:46.136 INFO kablam! --> src/cache.rs:130:30 Oct 11 13:56:46.136 INFO kablam! | Oct 11 13:56:46.136 INFO kablam! 130 | resolver.complete(Err(e)); Oct 11 13:56:46.136 INFO kablam! | ^^^^^^^^ Oct 11 13:56:46.136 INFO kablam! Oct 11 13:56:46.149 INFO kablam! warning: use of deprecated item 'mio::timer::Builder::tick_duration': use mio-extras instead Oct 11 13:56:46.149 INFO kablam! --> src/cache.rs:172:49 Oct 11 13:56:46.149 INFO kablam! | Oct 11 13:56:46.149 INFO kablam! 172 | let mut timer = TimerBuilder::default().tick_duration(Duration::from_millis(10)).build(); Oct 11 13:56:46.149 INFO kablam! | ^^^^^^^^^^^^^ Oct 11 13:56:46.149 INFO kablam! Oct 11 13:56:46.149 INFO kablam! warning: use of deprecated item 'mio::timer::Builder::build': use mio-extras instead Oct 11 13:56:46.149 INFO kablam! --> src/cache.rs:172:90 Oct 11 13:56:46.149 INFO kablam! | Oct 11 13:56:46.149 INFO kablam! 172 | let mut timer = TimerBuilder::default().tick_duration(Duration::from_millis(10)).build(); Oct 11 13:56:46.149 INFO kablam! | ^^^^^ Oct 11 13:56:46.149 INFO kablam! Oct 11 13:56:46.149 INFO kablam! warning: use of deprecated item '>::set_timeout': use mio-extras instead Oct 11 13:56:46.149 INFO kablam! --> src/cache.rs:173:15 Oct 11 13:56:46.149 INFO kablam! | Oct 11 13:56:46.149 INFO kablam! 173 | timer.set_timeout(Duration::from_millis(10), ()).unwrap(); Oct 11 13:56:46.149 INFO kablam! | ^^^^^^^^^^^ Oct 11 13:56:46.149 INFO kablam! Oct 11 13:56:46.176 INFO kablam! warning: use of deprecated item '>::complete': renamed to `send` Oct 11 13:56:46.176 INFO kablam! --> src/cache.rs:319:28 Oct 11 13:56:46.176 INFO kablam! | Oct 11 13:56:46.176 INFO kablam! 319 | waiter.complete(r.clone().map(Some)); Oct 11 13:56:46.176 INFO kablam! | ^^^^^^^^ Oct 11 13:56:46.176 INFO kablam! Oct 11 13:56:46.188 INFO kablam! warning: use of deprecated item '>::complete': renamed to `send` Oct 11 13:56:46.188 INFO kablam! --> src/cache.rs:375:12 Oct 11 13:56:46.188 INFO kablam! | Oct 11 13:56:46.188 INFO kablam! 375 | tx.complete(CacheStats { Oct 11 13:56:46.188 INFO kablam! | ^^^^^^^^ Oct 11 13:56:46.188 INFO kablam! Oct 11 13:56:46.193 INFO kablam! warning: use of deprecated item '>::complete': renamed to `send` Oct 11 13:56:46.193 INFO kablam! --> src/cache.rs:388:23 Oct 11 13:56:46.193 INFO kablam! | Oct 11 13:56:46.194 INFO kablam! 388 | return tx.complete(Ok(Some(entry.inner.clone()))); Oct 11 13:56:46.194 INFO kablam! | ^^^^^^^^ Oct 11 13:56:46.194 INFO kablam! Oct 11 13:56:46.195 INFO kablam! warning: use of deprecated item '>::complete': renamed to `send` Oct 11 13:56:46.195 INFO kablam! --> src/cache.rs:399:12 Oct 11 13:56:46.195 INFO kablam! | Oct 11 13:56:46.195 INFO kablam! 399 | tx.complete(Ok(None)); Oct 11 13:56:46.196 INFO kablam! | ^^^^^^^^ Oct 11 13:56:46.196 INFO kablam! Oct 11 13:56:46.199 INFO kablam! warning: use of deprecated item '>::complete': renamed to `send` Oct 11 13:56:46.199 INFO kablam! --> src/cache.rs:408:28 Oct 11 13:56:46.199 INFO kablam! | Oct 11 13:56:46.200 INFO kablam! 408 | return checker.complete(Ok(entry.inner.clone())); Oct 11 13:56:46.201 INFO kablam! | ^^^^^^^^ Oct 11 13:56:46.202 INFO kablam! Oct 11 13:56:46.202 INFO kablam! warning: use of deprecated item '>::complete': renamed to `send` Oct 11 13:56:46.202 INFO kablam! --> src/cache.rs:413:17 Oct 11 13:56:46.202 INFO kablam! | Oct 11 13:56:46.203 INFO kablam! 413 | checker.complete(Err(waiters.is_empty())); // if there are no waiters, we're the leader Oct 11 13:56:46.203 INFO kablam! | ^^^^^^^^ Oct 11 13:56:46.203 INFO kablam! Oct 11 13:56:46.205 INFO kablam! warning: use of deprecated item '>::complete': renamed to `send` Oct 11 13:56:46.205 INFO kablam! --> src/cache.rs:425:12 Oct 11 13:56:46.205 INFO kablam! | Oct 11 13:56:46.205 INFO kablam! 425 | tx.complete(()); Oct 11 13:56:46.205 INFO kablam! | ^^^^^^^^ Oct 11 13:56:46.205 INFO kablam! Oct 11 13:56:46.205 INFO kablam! warning: use of deprecated item '>::poll': use mio-extras instead Oct 11 13:56:46.205 INFO kablam! --> src/cache.rs:442:50 Oct 11 13:56:46.205 INFO kablam! | Oct 11 13:56:46.205 INFO kablam! 442 | while let Some(_) = self.timer.get_mut().poll() {} Oct 11 13:56:46.205 INFO kablam! | ^^^^ Oct 11 13:56:46.205 INFO kablam! Oct 11 13:56:46.205 INFO kablam! warning: use of deprecated item '>::set_timeout': use mio-extras instead Oct 11 13:56:46.206 INFO kablam! --> src/cache.rs:452:42 Oct 11 13:56:46.206 INFO kablam! | Oct 11 13:56:46.206 INFO kablam! 452 | self.timer.get_mut().set_timeout(Duration::from_millis(10), ()).unwrap(); Oct 11 13:56:46.206 INFO kablam! | ^^^^^^^^^^^ Oct 11 13:56:46.206 INFO kablam! Oct 11 13:56:46.364 INFO kablam! warning: variable does not need to be mutable Oct 11 13:56:46.364 INFO kablam! --> src/cache.rs:385:21 Oct 11 13:56:46.364 INFO kablam! | Oct 11 13:56:46.364 INFO kablam! 385 | if let Some(mut entry) = self.cache_map.get_refresh(&k) { Oct 11 13:56:46.364 INFO kablam! | ----^^^^^ Oct 11 13:56:46.364 INFO kablam! | | Oct 11 13:56:46.364 INFO kablam! | help: remove this `mut` Oct 11 13:56:46.364 INFO kablam! | Oct 11 13:56:46.364 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 11 13:56:46.364 INFO kablam! Oct 11 13:56:46.364 INFO kablam! warning: variable does not need to be mutable Oct 11 13:56:46.364 INFO kablam! --> src/cache.rs:405:21 Oct 11 13:56:46.364 INFO kablam! | Oct 11 13:56:46.364 INFO kablam! 405 | if let Some(mut entry) = self.cache_map.get_refresh(&k) { Oct 11 13:56:46.364 INFO kablam! | ----^^^^^ Oct 11 13:56:46.364 INFO kablam! | | Oct 11 13:56:46.364 INFO kablam! | help: remove this `mut` Oct 11 13:56:46.364 INFO kablam! Oct 11 13:56:52.660 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 11.10s Oct 11 13:56:52.660 INFO kablam! su: No module specific data is present Oct 11 13:56:53.352 INFO running `"docker" "rm" "-f" "367e9c1c5dc2f0845a1b18046aa5cac86cdf1a13f9f2f78df31e6830e3c9bcd7"` Oct 11 13:56:53.652 INFO blam! 367e9c1c5dc2f0845a1b18046aa5cac86cdf1a13f9f2f78df31e6830e3c9bcd7 Oct 11 13:56:53.661 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 11 13:56:53.662 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-5/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 13:56:54.176 INFO blam! 6482a3373d917c20dd0835990722bc06cbfc23b18cf78a686571b0b489faa231 Oct 11 13:56:54.180 INFO running `"docker" "start" "-a" "6482a3373d917c20dd0835990722bc06cbfc23b18cf78a686571b0b489faa231"` Oct 11 13:56:55.291 INFO kablam! usermod: no changes Oct 11 13:56:55.420 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.08s Oct 11 13:56:55.427 INFO kablam! Running /target/debug/deps/reactor_cache-cccb16e6d065ab35 Oct 11 13:56:55.436 INFO blam! Oct 11 13:56:55.436 INFO blam! running 6 tests Oct 11 13:56:55.508 INFO blam! test cache::tests::waiters ... ok Oct 11 13:56:55.524 INFO blam! test cache::tests::get_if_resident ... ok Oct 11 13:56:55.568 INFO blam! test cache::tests::errors ... ok Oct 11 13:56:55.609 INFO blam! test cache::tests::lru_and_marking ... ok Oct 11 13:56:55.613 INFO blam! test cache::tests::panic ... ok Oct 11 13:56:55.707 INFO blam! test cache::tests::basic_cache_ops ... ok Oct 11 13:56:55.707 INFO blam! Oct 11 13:56:55.707 INFO blam! test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 13:56:55.707 INFO blam! Oct 11 13:56:55.716 INFO kablam! Doc-tests reactor-cache Oct 11 13:57:04.324 INFO blam! Oct 11 13:57:04.324 INFO blam! running 2 tests Oct 11 13:57:15.045 INFO blam! test src/cache.rs - cache::ReactorCache::get (line 216) ... FAILED Oct 11 13:57:17.301 INFO blam! test src/cache.rs - cache::ReactorCache::stats (line 186) ... ok Oct 11 13:57:17.301 INFO blam! Oct 11 13:57:17.301 INFO blam! failures: Oct 11 13:57:17.301 INFO blam! Oct 11 13:57:17.301 INFO blam! ---- src/cache.rs - cache::ReactorCache::get (line 216) stdout ---- Oct 11 13:57:17.301 INFO blam! error: incorrect close delimiter: `}` Oct 11 13:57:17.301 INFO blam! --> src/cache.rs:233:1 Oct 11 13:57:17.301 INFO blam! | Oct 11 13:57:17.301 INFO blam! 13 | fn main() { Oct 11 13:57:17.301 INFO blam! | - close delimiter possibly meant for this Oct 11 13:57:17.301 INFO blam! ... Oct 11 13:57:17.301 INFO blam! 16 | core.run(cache.load_fn(Int(1), || Oct 11 13:57:17.301 INFO blam! | - un-closed delimiter Oct 11 13:57:17.302 INFO blam! 17 | core.run(cache.stats().map(|s| println!("{:?}",s))).unwrap(); Oct 11 13:57:17.302 INFO blam! 18 | } Oct 11 13:57:17.302 INFO blam! | ^ incorrect close delimiter Oct 11 13:57:17.302 INFO blam! Oct 11 13:57:17.302 INFO blam! error: expected one of `)`, `,`, `.`, `?`, or an operator, found `;` Oct 11 13:57:17.302 INFO blam! --> src/cache.rs:232:65 Oct 11 13:57:17.302 INFO blam! | Oct 11 13:57:17.302 INFO blam! 17 | core.run(cache.stats().map(|s| println!("{:?}",s))).unwrap(); Oct 11 13:57:17.302 INFO blam! | ^ expected one of `)`, `,`, `.`, `?`, or an operator here Oct 11 13:57:17.302 INFO blam! Oct 11 13:57:17.302 INFO blam! error: expected one of `)`, `,`, `-`, `.`, `<`, `?`, `break`, `continue`, `false`, `for`, `if`, `loop`, `match`, `move`, `return`, `static`, `true`, `unsafe`, `while`, `yield`, or an operator, found `;` Oct 11 13:57:17.302 INFO blam! --> src/cache.rs:232:65 Oct 11 13:57:17.302 INFO blam! | Oct 11 13:57:17.302 INFO blam! 17 | core.run(cache.stats().map(|s| println!("{:?}",s))).unwrap(); Oct 11 13:57:17.302 INFO blam! | ^ expected one of 21 possible tokens here Oct 11 13:57:17.302 INFO blam! Oct 11 13:57:17.302 INFO blam! error: expected expression, found `)` Oct 11 13:57:17.302 INFO blam! --> src/cache.rs:233:1 Oct 11 13:57:17.302 INFO blam! | Oct 11 13:57:17.302 INFO blam! 18 | } Oct 11 13:57:17.302 INFO blam! | ^ expected expression Oct 11 13:57:17.302 INFO blam! Oct 11 13:57:17.302 INFO blam! error[E0277]: the trait bound `(): futures::Future` is not satisfied Oct 11 13:57:17.302 INFO blam! --> src/cache.rs:231:20 Oct 11 13:57:17.302 INFO blam! | Oct 11 13:57:17.302 INFO blam! 16 | core.run(cache.load_fn(Int(1), || Oct 11 13:57:17.302 INFO blam! | ^^^^^^^ the trait `futures::Future` is not implemented for `()` Oct 11 13:57:17.302 INFO blam! | Oct 11 13:57:17.302 INFO blam! = note: required because of the requirements on the impl of `futures::IntoFuture` for `()` Oct 11 13:57:17.302 INFO blam! Oct 11 13:57:17.302 INFO blam! error[E0277]: the trait bound `(): futures::Future` is not satisfied Oct 11 13:57:17.302 INFO blam! --> src/cache.rs:231:5 Oct 11 13:57:17.302 INFO blam! | Oct 11 13:57:17.302 INFO blam! 16 | / core.run(cache.load_fn(Int(1), || Oct 11 13:57:17.302 INFO blam! 17 | | core.run(cache.stats().map(|s| println!("{:?}",s))).unwrap(); Oct 11 13:57:17.302 INFO blam! | |________________________________________________________________^ the trait `futures::Future` is not implemented for `()` Oct 11 13:57:17.302 INFO blam! | Oct 11 13:57:17.302 INFO blam! = note: required because of the requirements on the impl of `futures::IntoFuture` for `()` Oct 11 13:57:17.302 INFO blam! = note: required by `futures::Lazy` Oct 11 13:57:17.302 INFO blam! Oct 11 13:57:17.302 INFO blam! thread 'src/cache.rs - cache::ReactorCache::get (line 216)' panicked at 'couldn't compile the test', librustdoc/test.rs:333:13 Oct 11 13:57:17.302 INFO blam! stack backtrace: Oct 11 13:57:17.302 INFO blam! 0: 0x7f7d683b3dce - std::sys::unix::backtrace::tracing::imp::unwind_backtrace::h52ace5b3d4e95617 Oct 11 13:57:17.302 INFO blam! at libstd/sys/unix/backtrace/tracing/gcc_s.rs:49 Oct 11 13:57:17.302 INFO blam! 1: 0x7f7d68398e06 - std::sys_common::backtrace::print::h6cfc8a66009c1cc9 Oct 11 13:57:17.302 INFO blam! at libstd/sys_common/backtrace.rs:71 Oct 11 13:57:17.302 INFO blam! at libstd/sys_common/backtrace.rs:59 Oct 11 13:57:17.302 INFO blam! 2: 0x7f7d683bed9d - std::panicking::default_hook::{{closure}}::h47bedf778bf88480 Oct 11 13:57:17.302 INFO blam! at libstd/panicking.rs:211 Oct 11 13:57:17.302 INFO blam! 3: 0x7f7d683beaab - std::panicking::default_hook::h1ef46fa7cd894809 Oct 11 13:57:17.302 INFO blam! at libstd/panicking.rs:221 Oct 11 13:57:17.302 INFO blam! 4: 0x7f7d6a63a64e - rustc::util::common::panic_hook::h6c0fab3f49b67368 Oct 11 13:57:17.302 INFO blam! 5: 0x7f7d683bf563 - std::panicking::rust_panic_with_hook::h05510fde8841c579 Oct 11 13:57:17.302 INFO blam! at libstd/panicking.rs:480 Oct 11 13:57:17.302 INFO blam! 6: 0x55d9766ca796 - std::panicking::begin_panic::hb2f2557b5ad530d6 Oct 11 13:57:17.302 INFO blam! at libstd/panicking.rs:410 Oct 11 13:57:17.302 INFO blam! 7: 0x55d97684dcfb - rustdoc::test::run_test::h7f9ad0c8d380d83c Oct 11 13:57:17.302 INFO blam! at librustdoc/test.rs:333 Oct 11 13:57:17.302 INFO blam! 8: 0x55d97680def7 - >::set::hd7bc23bb100376f9 Oct 11 13:57:17.302 INFO blam! at librustdoc/test.rs:565 Oct 11 13:57:17.302 INFO blam! at /cargo/registry/src/github.com-1ecc6299db9ec823/scoped-tls-0.1.2/src/lib.rs:155 Oct 11 13:57:17.302 INFO blam! at libsyntax/lib.rs:106 Oct 11 13:57:17.302 INFO blam! at /cargo/registry/src/github.com-1ecc6299db9ec823/scoped-tls-0.1.2/src/lib.rs:155 Oct 11 13:57:17.302 INFO blam! 9: 0x55d976625a8f - syntax::with_globals::h13b9cd4342f6776c Oct 11 13:57:17.302 INFO blam! at libsyntax/lib.rs:105 Oct 11 13:57:17.302 INFO blam! 10: 0x55d9766ca94a - std::panicking::try::do_call::h251f77b3e67a3607 Oct 11 13:57:17.302 INFO blam! at librustdoc/test.rs:562 Oct 11 13:57:17.302 INFO blam! at libstd/panic.rs:313 Oct 11 13:57:17.302 INFO blam! at libstd/panicking.rs:310 Oct 11 13:57:17.302 INFO blam! 11: 0x7f7d683ccc79 - __rust_maybe_catch_panic Oct 11 13:57:17.302 INFO blam! at libpanic_unwind/lib.rs:102 Oct 11 13:57:17.302 INFO blam! 12: 0x55d97671f7d3 - rustc_driver::in_named_rustc_thread::h5b9d8f6b223fabca Oct 11 13:57:17.302 INFO blam! at libstd/panicking.rs:289 Oct 11 13:57:17.302 INFO blam! at libstd/panic.rs:392 Oct 11 13:57:17.302 INFO blam! at librustc_driver/lib.rs:1575 Oct 11 13:57:17.302 INFO blam! 13: 0x55d9768239ec - >::call_box::h469711a6fc649ccc Oct 11 13:57:17.302 INFO blam! at librustdoc/test.rs:562 Oct 11 13:57:17.302 INFO blam! at liballoc/boxed.rs:672 Oct 11 13:57:17.302 INFO blam! 14: 0x7f7d69a21ad2 - >::call_box::h477ac8c82814e76d Oct 11 13:57:17.302 INFO blam! at libtest/lib.rs:1461 Oct 11 13:57:17.302 INFO blam! at liballoc/boxed.rs:672 Oct 11 13:57:17.302 INFO blam! 15: 0x7f7d683ccc79 - __rust_maybe_catch_panic Oct 11 13:57:17.302 INFO blam! at libpanic_unwind/lib.rs:102 Oct 11 13:57:17.302 INFO blam! 16: 0x7f7d69a48b5d - std::sys_common::backtrace::__rust_begin_short_backtrace::he1120aab928e481f Oct 11 13:57:17.302 INFO blam! at libstd/panicking.rs:289 Oct 11 13:57:17.302 INFO blam! at libstd/panic.rs:392 Oct 11 13:57:17.302 INFO blam! at libtest/lib.rs:1423 Oct 11 13:57:17.302 INFO blam! at libstd/sys_common/backtrace.rs:136 Oct 11 13:57:17.303 INFO blam! 17: 0x7f7d69a49ac4 - std::panicking::try::do_call::ha990a345054c2d63 Oct 11 13:57:17.303 INFO blam! at libstd/thread/mod.rs:409 Oct 11 13:57:17.303 INFO blam! at libstd/panic.rs:313 Oct 11 13:57:17.303 INFO blam! at libstd/panicking.rs:310 Oct 11 13:57:17.303 INFO blam! 18: 0x7f7d683ccc79 - __rust_maybe_catch_panic Oct 11 13:57:17.303 INFO blam! at libpanic_unwind/lib.rs:102 Oct 11 13:57:17.303 INFO blam! 19: 0x7f7d69a325b6 - >::call_box::h96125cb29a9ba44b Oct 11 13:57:17.303 INFO blam! at libstd/panicking.rs:289 Oct 11 13:57:17.303 INFO blam! at libstd/panic.rs:392 Oct 11 13:57:17.303 INFO blam! at libstd/thread/mod.rs:408 Oct 11 13:57:17.303 INFO blam! at liballoc/boxed.rs:672 Oct 11 13:57:17.303 INFO blam! 20: 0x7f7d683ba93a - std::sys_common::thread::start_thread::h97c4c5d82028f6b1 Oct 11 13:57:17.303 INFO blam! at liballoc/boxed.rs:682 Oct 11 13:57:17.303 INFO blam! at libstd/sys_common/thread.rs:24 Oct 11 13:57:17.303 INFO blam! 21: 0x7f7d6838fd35 - std::sys::unix::thread::Thread::new::thread_start::he7d65efc4dd16886 Oct 11 13:57:17.303 INFO blam! at libstd/sys/unix/thread.rs:90 Oct 11 13:57:17.303 INFO blam! 22: 0x7f7d67f1a6b9 - start_thread Oct 11 13:57:17.303 INFO blam! 23: 0x7f7d67a3a41c - clone Oct 11 13:57:17.303 INFO blam! 24: 0x0 - Oct 11 13:57:17.303 INFO blam! query stack during panic: Oct 11 13:57:17.303 INFO blam! end of query stack Oct 11 13:57:17.303 INFO blam! Oct 11 13:57:17.303 INFO blam! Oct 11 13:57:17.303 INFO blam! failures: Oct 11 13:57:17.303 INFO blam! src/cache.rs - cache::ReactorCache::get (line 216) Oct 11 13:57:17.303 INFO blam! Oct 11 13:57:17.303 INFO blam! test result: FAILED. 1 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 13:57:17.303 INFO blam! Oct 11 13:57:17.349 INFO kablam! error: test failed, to rerun pass '--doc' Oct 11 13:57:17.351 INFO kablam! su: No module specific data is present Oct 11 13:57:18.587 INFO running `"docker" "rm" "-f" "6482a3373d917c20dd0835990722bc06cbfc23b18cf78a686571b0b489faa231"` Oct 11 13:57:18.842 INFO blam! 6482a3373d917c20dd0835990722bc06cbfc23b18cf78a686571b0b489faa231