Oct 27 11:30:58.294 INFO checking HewlettPackard/shoveller against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192-2 Oct 27 11:30:58.295 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-2/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/pr-55192-2/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/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 +155510e377ae2a8d8ee0dad1a5f809c9062a5526-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 27 11:30:58.491 INFO blam! daa9c597937439ff557354e93010089852fa3880a8c838d4277703555f07fc16 Oct 27 11:30:58.491 INFO running `"docker" "start" "-a" "daa9c597937439ff557354e93010089852fa3880a8c838d4277703555f07fc16"` Oct 27 11:30:59.627 INFO kablam! usermod: no changes Oct 27 11:30:59.833 INFO kablam! Checking quicksort v1.1.0 Oct 27 11:30:59.833 INFO kablam! Checking syscall v0.2.1 Oct 27 11:30:59.884 INFO kablam! Checking parking_lot v0.2.8 Oct 27 11:30:59.884 INFO kablam! Checking clap v2.20.1 Oct 27 11:31:05.835 INFO kablam! Checking kvs-lsm v0.1.0 (/source) Oct 27 11:31:07.315 INFO kablam! error[E0432]: unresolved import `kvs::LSM` Oct 27 11:31:07.315 INFO kablam! --> src/kvs/compaction.rs:887:15 Oct 27 11:31:07.315 INFO kablam! | Oct 27 11:31:07.315 INFO kablam! 887 | use kvs::{LSM}; Oct 27 11:31:07.315 INFO kablam! | ^^^ no `LSM` in `kvs` Oct 27 11:31:07.331 INFO kablam! Oct 27 11:31:07.428 INFO kablam! warning: unused macro definition Oct 27 11:31:07.428 INFO kablam! --> src/kvs/thelog.rs:45:1 Oct 27 11:31:07.428 INFO kablam! | Oct 27 11:31:07.429 INFO kablam! 45 | / macro_rules! rlock { Oct 27 11:31:07.429 INFO kablam! 46 | | ( $segref:expr ) => { Oct 27 11:31:07.429 INFO kablam! 47 | | $segref.unwrap().read().unwrap() Oct 27 11:31:07.429 INFO kablam! 48 | | } Oct 27 11:31:07.430 INFO kablam! 49 | | } Oct 27 11:31:07.430 INFO kablam! | |_^ Oct 27 11:31:07.430 INFO kablam! | Oct 27 11:31:07.431 INFO kablam! = note: #[warn(unused_macros)] on by default Oct 27 11:31:07.431 INFO kablam! Oct 27 11:31:07.431 INFO kablam! warning: unused macro definition Oct 27 11:31:07.431 INFO kablam! --> src/kvs/thelog.rs:52:1 Oct 27 11:31:07.432 INFO kablam! | Oct 27 11:31:07.432 INFO kablam! 52 | / macro_rules! wlock { Oct 27 11:31:07.432 INFO kablam! 53 | | ( $segref:expr ) => { Oct 27 11:31:07.433 INFO kablam! 54 | | $segref.unwrap().write().unwrap() Oct 27 11:31:07.433 INFO kablam! 55 | | } Oct 27 11:31:07.433 INFO kablam! 56 | | } Oct 27 11:31:07.433 INFO kablam! | |_^ Oct 27 11:31:07.434 INFO kablam! Oct 27 11:31:07.483 INFO kablam! warning: unused macro definition Oct 27 11:31:07.483 INFO kablam! --> src/kvs/thelog.rs:45:1 Oct 27 11:31:07.484 INFO kablam! | Oct 27 11:31:07.484 INFO kablam! 45 | / macro_rules! rlock { Oct 27 11:31:07.484 INFO kablam! 46 | | ( $segref:expr ) => { Oct 27 11:31:07.485 INFO kablam! 47 | | $segref.unwrap().read().unwrap() Oct 27 11:31:07.485 INFO kablam! 48 | | } Oct 27 11:31:07.485 INFO kablam! 49 | | } Oct 27 11:31:07.485 INFO kablam! | |_^ Oct 27 11:31:07.486 INFO kablam! | Oct 27 11:31:07.486 INFO kablam! = note: #[warn(unused_macros)] on by default Oct 27 11:31:07.486 INFO kablam! Oct 27 11:31:07.487 INFO kablam! warning: unused macro definition Oct 27 11:31:07.487 INFO kablam! --> src/kvs/thelog.rs:52:1 Oct 27 11:31:07.487 INFO kablam! | Oct 27 11:31:07.488 INFO kablam! 52 | / macro_rules! wlock { Oct 27 11:31:07.488 INFO kablam! 53 | | ( $segref:expr ) => { Oct 27 11:31:07.488 INFO kablam! 54 | | $segref.unwrap().write().unwrap() Oct 27 11:31:07.488 INFO kablam! 55 | | } Oct 27 11:31:07.489 INFO kablam! 56 | | } Oct 27 11:31:07.489 INFO kablam! | |_^ Oct 27 11:31:07.489 INFO kablam! Oct 27 11:31:07.551 INFO kablam! warning: use of deprecated item 'std::hash::SipHasher': use `std::collections::hash_map::DefaultHasher` instead Oct 27 11:31:07.551 INFO kablam! --> src/kvs/hashtable.rs:1074:23 Oct 27 11:31:07.551 INFO kablam! | Oct 27 11:31:07.551 INFO kablam! 1074 | let mut sip = hash::SipHasher::new(); Oct 27 11:31:07.552 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 27 11:31:07.552 INFO kablam! | Oct 27 11:31:07.552 INFO kablam! = note: #[warn(deprecated)] on by default Oct 27 11:31:07.552 INFO kablam! Oct 27 11:31:07.588 INFO kablam! warning: use of deprecated item 'std::hash::SipHasher': use `std::collections::hash_map::DefaultHasher` instead Oct 27 11:31:07.588 INFO kablam! --> src/kvs/hashtable.rs:1074:23 Oct 27 11:31:07.588 INFO kablam! | Oct 27 11:31:07.589 INFO kablam! 1074 | let mut sip = hash::SipHasher::new(); Oct 27 11:31:07.589 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 27 11:31:07.589 INFO kablam! | Oct 27 11:31:07.589 INFO kablam! = note: #[warn(deprecated)] on by default Oct 27 11:31:07.589 INFO kablam! Oct 27 11:31:08.002 INFO kablam! error[E0599]: no method named `alloc` found for type `kvs::segment::SegmentManager` in the current scope Oct 27 11:31:08.003 INFO kablam! --> src/kvs/segment.rs:1619:26 Oct 27 11:31:08.003 INFO kablam! | Oct 27 11:31:08.003 INFO kablam! 1068 | pub struct SegmentManager { Oct 27 11:31:08.003 INFO kablam! | ------------------------- method `alloc` not found for this Oct 27 11:31:08.003 INFO kablam! ... Oct 27 11:31:08.003 INFO kablam! 1619 | let segref = mgr.alloc().unwrap(); Oct 27 11:31:08.003 INFO kablam! | ^^^^^ Oct 27 11:31:08.011 INFO kablam! | Oct 27 11:31:08.011 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Oct 27 11:31:08.012 INFO kablam! = note: the following traits define an item `alloc`, perhaps you need to implement one of them: Oct 27 11:31:08.012 INFO kablam! candidate #1: `std::alloc::GlobalAlloc` Oct 27 11:31:08.012 INFO kablam! candidate #2: `std::alloc::Alloc` Oct 27 11:31:08.013 INFO kablam! Oct 27 11:31:08.226 INFO kablam! error[E0061]: this function takes 2 parameters but 1 parameter was supplied Oct 27 11:31:08.227 INFO kablam! --> src/kvs/lsm.rs:518:28 Oct 27 11:31:08.227 INFO kablam! | Oct 27 11:31:08.228 INFO kablam! 339 | pub fn get_object(&self, key: u64, buf: &mut [u8]) -> Status { Oct 27 11:31:08.228 INFO kablam! | ------------------------------------------------------------ defined here Oct 27 11:31:08.228 INFO kablam! ... Oct 27 11:31:08.228 INFO kablam! 518 | let (st,opt) = kvs.get_object(key); Oct 27 11:31:08.229 INFO kablam! | ^^^^^^^^^^ expected 2 parameters Oct 27 11:31:08.229 INFO kablam! Oct 27 11:31:08.235 INFO kablam! error[E0308]: mismatched types Oct 27 11:31:08.235 INFO kablam! --> src/kvs/lsm.rs:518:13 Oct 27 11:31:08.235 INFO kablam! | Oct 27 11:31:08.236 INFO kablam! 518 | let (st,opt) = kvs.get_object(key); Oct 27 11:31:08.236 INFO kablam! | ^^^^^^^^ expected enum `std::result::Result`, found tuple Oct 27 11:31:08.236 INFO kablam! | Oct 27 11:31:08.236 INFO kablam! = note: expected type `std::result::Result` Oct 27 11:31:08.237 INFO kablam! found type `(_, _)` Oct 27 11:31:08.237 INFO kablam! Oct 27 11:31:08.239 INFO kablam! error[E0061]: this function takes 2 parameters but 1 parameter was supplied Oct 27 11:31:08.239 INFO kablam! --> src/kvs/lsm.rs:562:32 Oct 27 11:31:08.240 INFO kablam! | Oct 27 11:31:08.240 INFO kablam! 339 | pub fn get_object(&self, key: u64, buf: &mut [u8]) -> Status { Oct 27 11:31:08.241 INFO kablam! | ------------------------------------------------------------ defined here Oct 27 11:31:08.241 INFO kablam! ... Oct 27 11:31:08.241 INFO kablam! 562 | let (st,opt) = kvs.get_object(key); Oct 27 11:31:08.241 INFO kablam! | ^^^^^^^^^^ expected 2 parameters Oct 27 11:31:08.241 INFO kablam! Oct 27 11:31:08.245 INFO kablam! error[E0308]: mismatched types Oct 27 11:31:08.246 INFO kablam! --> src/kvs/lsm.rs:562:17 Oct 27 11:31:08.246 INFO kablam! | Oct 27 11:31:08.246 INFO kablam! 562 | let (st,opt) = kvs.get_object(key); Oct 27 11:31:08.247 INFO kablam! | ^^^^^^^^ expected enum `std::result::Result`, found tuple Oct 27 11:31:08.247 INFO kablam! | Oct 27 11:31:08.247 INFO kablam! = note: expected type `std::result::Result` Oct 27 11:31:08.248 INFO kablam! found type `(_, _)` Oct 27 11:31:08.248 INFO kablam! Oct 27 11:31:08.248 INFO kablam! error[E0061]: this function takes 2 parameters but 1 parameter was supplied Oct 27 11:31:08.249 INFO kablam! --> src/kvs/lsm.rs:582:32 Oct 27 11:31:08.250 INFO kablam! | Oct 27 11:31:08.250 INFO kablam! 339 | pub fn get_object(&self, key: u64, buf: &mut [u8]) -> Status { Oct 27 11:31:08.251 INFO kablam! | ------------------------------------------------------------ defined here Oct 27 11:31:08.251 INFO kablam! ... Oct 27 11:31:08.251 INFO kablam! 582 | let (st,opt) = kvs.get_object(key); Oct 27 11:31:08.252 INFO kablam! | ^^^^^^^^^^ expected 2 parameters Oct 27 11:31:08.252 INFO kablam! Oct 27 11:31:08.259 INFO kablam! error[E0308]: mismatched types Oct 27 11:31:08.259 INFO kablam! --> src/kvs/lsm.rs:582:17 Oct 27 11:31:08.260 INFO kablam! | Oct 27 11:31:08.260 INFO kablam! 582 | let (st,opt) = kvs.get_object(key); Oct 27 11:31:08.260 INFO kablam! | ^^^^^^^^ expected enum `std::result::Result`, found tuple Oct 27 11:31:08.261 INFO kablam! | Oct 27 11:31:08.261 INFO kablam! = note: expected type `std::result::Result` Oct 27 11:31:08.261 INFO kablam! found type `(_, _)` Oct 27 11:31:08.261 INFO kablam! Oct 27 11:31:08.285 INFO kablam! warning: use of deprecated item 'std::hash::SipHasher::new': use `std::collections::hash_map::DefaultHasher` instead Oct 27 11:31:08.286 INFO kablam! --> src/kvs/hashtable.rs:1074:23 Oct 27 11:31:08.286 INFO kablam! | Oct 27 11:31:08.286 INFO kablam! 1074 | let mut sip = hash::SipHasher::new(); Oct 27 11:31:08.287 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 27 11:31:08.287 INFO kablam! Oct 27 11:31:08.583 INFO kablam! warning: use of deprecated item 'std::hash::SipHasher::new': use `std::collections::hash_map::DefaultHasher` instead Oct 27 11:31:08.583 INFO kablam! --> src/kvs/hashtable.rs:1074:23 Oct 27 11:31:08.584 INFO kablam! | Oct 27 11:31:08.584 INFO kablam! 1074 | let mut sip = hash::SipHasher::new(); Oct 27 11:31:08.584 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 27 11:31:08.584 INFO kablam! Oct 27 11:31:08.775 INFO kablam! error: aborting due to 8 previous errors Oct 27 11:31:08.775 INFO kablam! Oct 27 11:31:08.776 INFO kablam! Some errors occurred: E0061, E0308, E0432, E0599. Oct 27 11:31:08.776 INFO kablam! For more information about an error, try `rustc --explain E0061`. Oct 27 11:31:08.782 INFO kablam! error: Could not compile `kvs-lsm`. Oct 27 11:31:08.782 INFO kablam! warning: build failed, waiting for other jobs to finish... Oct 27 11:31:08.923 INFO kablam! warning: #[derive] can't be used on a #[repr(packed)] struct that does not derive Copy (error E0133) Oct 27 11:31:08.923 INFO kablam! --> src/kvs/segment.rs:498:10 Oct 27 11:31:08.923 INFO kablam! | Oct 27 11:31:08.923 INFO kablam! 498 | #[derive(Debug)] Oct 27 11:31:08.923 INFO kablam! | ^^^^^ Oct 27 11:31:08.923 INFO kablam! | Oct 27 11:31:08.923 INFO kablam! = note: #[warn(safe_packed_borrows)] on by default Oct 27 11:31:08.923 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 11:31:08.923 INFO kablam! = note: for more information, see issue #46043 Oct 27 11:31:08.923 INFO kablam! Oct 27 11:31:08.923 INFO kablam! warning: #[derive] can't be used on a #[repr(packed)] struct that does not derive Copy (error E0133) Oct 27 11:31:08.923 INFO kablam! --> src/kvs/thelog.rs:65:10 Oct 27 11:31:08.923 INFO kablam! | Oct 27 11:31:08.923 INFO kablam! 65 | #[derive(Debug)] Oct 27 11:31:08.923 INFO kablam! | ^^^^^ Oct 27 11:31:08.923 INFO kablam! | Oct 27 11:31:08.923 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 11:31:08.923 INFO kablam! = note: for more information, see issue #46043 Oct 27 11:31:08.923 INFO kablam! Oct 27 11:31:08.930 INFO kablam! error[E0636]: the feature `core_intrinsics` has already been declared Oct 27 11:31:08.930 INFO kablam! --> src/lib.rs:39:12 Oct 27 11:31:08.930 INFO kablam! | Oct 27 11:31:08.930 INFO kablam! 39 | #![feature(core_intrinsics)] Oct 27 11:31:08.930 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 27 11:31:08.930 INFO kablam! Oct 27 11:31:08.957 INFO kablam! warning: unused arithmetic operation that must be used Oct 27 11:31:08.957 INFO kablam! --> src/kvs/thelog.rs:41:5 Oct 27 11:31:08.957 INFO kablam! | Oct 27 11:31:08.957 INFO kablam! 41 | 1/ALLOC_NBLKS_VAR; Oct 27 11:31:08.957 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 27 11:31:08.957 INFO kablam! | Oct 27 11:31:08.957 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 27 11:31:08.957 INFO kablam! Oct 27 11:31:09.006 INFO kablam! error: aborting due to previous error Oct 27 11:31:09.006 INFO kablam! Oct 27 11:31:09.006 INFO kablam! For more information about this error, try `rustc --explain E0636`. Oct 27 11:31:09.019 INFO kablam! error: Could not compile `kvs-lsm`. Oct 27 11:31:09.019 INFO kablam! Oct 27 11:31:09.019 INFO kablam! To learn more, run the command again with --verbose. Oct 27 11:31:09.019 INFO kablam! su: No module specific data is present Oct 27 11:31:09.303 INFO running `"docker" "rm" "-f" "daa9c597937439ff557354e93010089852fa3880a8c838d4277703555f07fc16"` Oct 27 11:31:09.491 INFO blam! daa9c597937439ff557354e93010089852fa3880a8c838d4277703555f07fc16