Oct 21 21:23:17.741 INFO checking HewlettPackard/shoveller against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192 Oct 21 21:23:17.741 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192/worker-7/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/pr-55192/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 21 21:23:18.103 INFO blam! 6c8ea0ea275cdbbc3c3026ee27681076329bae052442334e2554374305b87269 Oct 21 21:23:18.108 INFO running `"docker" "start" "-a" "6c8ea0ea275cdbbc3c3026ee27681076329bae052442334e2554374305b87269"` Oct 21 21:23:19.434 INFO kablam! usermod: no changes Oct 21 21:23:19.616 INFO kablam! Checking quicksort v1.1.0 Oct 21 21:23:19.616 INFO kablam! Checking syscall v0.2.1 Oct 21 21:23:19.624 INFO kablam! Checking parking_lot v0.2.8 Oct 21 21:23:20.869 INFO kablam! Checking kvs-lsm v0.1.0 (/source) Oct 21 21:23:22.100 INFO kablam! error[E0432]: unresolved import `kvs::LSM` Oct 21 21:23:22.100 INFO kablam! --> src/kvs/compaction.rs:887:15 Oct 21 21:23:22.100 INFO kablam! | Oct 21 21:23:22.100 INFO kablam! 887 | use kvs::{LSM}; Oct 21 21:23:22.100 INFO kablam! | ^^^ no `LSM` in `kvs` Oct 21 21:23:22.100 INFO kablam! Oct 21 21:23:22.156 INFO kablam! warning: unused macro definition Oct 21 21:23:22.156 INFO kablam! --> src/kvs/thelog.rs:45:1 Oct 21 21:23:22.156 INFO kablam! | Oct 21 21:23:22.156 INFO kablam! 45 | / macro_rules! rlock { Oct 21 21:23:22.156 INFO kablam! 46 | | ( $segref:expr ) => { Oct 21 21:23:22.156 INFO kablam! 47 | | $segref.unwrap().read().unwrap() Oct 21 21:23:22.156 INFO kablam! 48 | | } Oct 21 21:23:22.156 INFO kablam! 49 | | } Oct 21 21:23:22.156 INFO kablam! | |_^ Oct 21 21:23:22.156 INFO kablam! | Oct 21 21:23:22.156 INFO kablam! = note: #[warn(unused_macros)] on by default Oct 21 21:23:22.156 INFO kablam! Oct 21 21:23:22.156 INFO kablam! warning: unused macro definition Oct 21 21:23:22.156 INFO kablam! --> src/kvs/thelog.rs:52:1 Oct 21 21:23:22.156 INFO kablam! | Oct 21 21:23:22.156 INFO kablam! 52 | / macro_rules! wlock { Oct 21 21:23:22.156 INFO kablam! 53 | | ( $segref:expr ) => { Oct 21 21:23:22.156 INFO kablam! 54 | | $segref.unwrap().write().unwrap() Oct 21 21:23:22.156 INFO kablam! 55 | | } Oct 21 21:23:22.156 INFO kablam! 56 | | } Oct 21 21:23:22.156 INFO kablam! | |_^ Oct 21 21:23:22.156 INFO kablam! Oct 21 21:23:22.212 INFO kablam! warning: unused macro definition Oct 21 21:23:22.212 INFO kablam! --> src/kvs/thelog.rs:45:1 Oct 21 21:23:22.212 INFO kablam! | Oct 21 21:23:22.212 INFO kablam! 45 | / macro_rules! rlock { Oct 21 21:23:22.212 INFO kablam! 46 | | ( $segref:expr ) => { Oct 21 21:23:22.212 INFO kablam! 47 | | $segref.unwrap().read().unwrap() Oct 21 21:23:22.212 INFO kablam! 48 | | } Oct 21 21:23:22.212 INFO kablam! 49 | | } Oct 21 21:23:22.212 INFO kablam! | |_^ Oct 21 21:23:22.212 INFO kablam! | Oct 21 21:23:22.212 INFO kablam! = note: #[warn(unused_macros)] on by default Oct 21 21:23:22.212 INFO kablam! Oct 21 21:23:22.212 INFO kablam! warning: unused macro definition Oct 21 21:23:22.212 INFO kablam! --> src/kvs/thelog.rs:52:1 Oct 21 21:23:22.212 INFO kablam! | Oct 21 21:23:22.212 INFO kablam! 52 | / macro_rules! wlock { Oct 21 21:23:22.212 INFO kablam! 53 | | ( $segref:expr ) => { Oct 21 21:23:22.212 INFO kablam! 54 | | $segref.unwrap().write().unwrap() Oct 21 21:23:22.212 INFO kablam! 55 | | } Oct 21 21:23:22.212 INFO kablam! 56 | | } Oct 21 21:23:22.212 INFO kablam! | |_^ Oct 21 21:23:22.212 INFO kablam! Oct 21 21:23:22.308 INFO kablam! warning: use of deprecated item 'std::hash::SipHasher': use `std::collections::hash_map::DefaultHasher` instead Oct 21 21:23:22.308 INFO kablam! --> src/kvs/hashtable.rs:1074:23 Oct 21 21:23:22.308 INFO kablam! | Oct 21 21:23:22.308 INFO kablam! 1074 | let mut sip = hash::SipHasher::new(); Oct 21 21:23:22.308 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 21 21:23:22.308 INFO kablam! | Oct 21 21:23:22.308 INFO kablam! = note: #[warn(deprecated)] on by default Oct 21 21:23:22.308 INFO kablam! Oct 21 21:23:22.365 INFO kablam! warning: use of deprecated item 'std::hash::SipHasher': use `std::collections::hash_map::DefaultHasher` instead Oct 21 21:23:22.365 INFO kablam! --> src/kvs/hashtable.rs:1074:23 Oct 21 21:23:22.365 INFO kablam! | Oct 21 21:23:22.365 INFO kablam! 1074 | let mut sip = hash::SipHasher::new(); Oct 21 21:23:22.365 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 21 21:23:22.365 INFO kablam! | Oct 21 21:23:22.365 INFO kablam! = note: #[warn(deprecated)] on by default Oct 21 21:23:22.365 INFO kablam! Oct 21 21:23:22.769 INFO kablam! error[E0599]: no method named `alloc` found for type `kvs::segment::SegmentManager` in the current scope Oct 21 21:23:22.769 INFO kablam! --> src/kvs/segment.rs:1619:26 Oct 21 21:23:22.770 INFO kablam! | Oct 21 21:23:22.770 INFO kablam! 1068 | pub struct SegmentManager { Oct 21 21:23:22.770 INFO kablam! | ------------------------- method `alloc` not found for this Oct 21 21:23:22.770 INFO kablam! ... Oct 21 21:23:22.771 INFO kablam! 1619 | let segref = mgr.alloc().unwrap(); Oct 21 21:23:22.771 INFO kablam! | ^^^^^ Oct 21 21:23:22.771 INFO kablam! | Oct 21 21:23:22.772 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Oct 21 21:23:22.772 INFO kablam! = note: the following traits define an item `alloc`, perhaps you need to implement one of them: Oct 21 21:23:22.772 INFO kablam! candidate #1: `std::alloc::GlobalAlloc` Oct 21 21:23:22.773 INFO kablam! candidate #2: `std::alloc::Alloc` Oct 21 21:23:22.773 INFO kablam! Oct 21 21:23:22.926 INFO kablam! error[E0061]: this function takes 2 parameters but 1 parameter was supplied Oct 21 21:23:22.926 INFO kablam! --> src/kvs/lsm.rs:518:28 Oct 21 21:23:22.926 INFO kablam! | Oct 21 21:23:22.926 INFO kablam! 339 | pub fn get_object(&self, key: u64, buf: &mut [u8]) -> Status { Oct 21 21:23:22.926 INFO kablam! | ------------------------------------------------------------ defined here Oct 21 21:23:22.926 INFO kablam! ... Oct 21 21:23:22.926 INFO kablam! 518 | let (st,opt) = kvs.get_object(key); Oct 21 21:23:22.926 INFO kablam! | ^^^^^^^^^^ expected 2 parameters Oct 21 21:23:22.926 INFO kablam! Oct 21 21:23:22.926 INFO kablam! error[E0308]: mismatched types Oct 21 21:23:22.926 INFO kablam! --> src/kvs/lsm.rs:518:13 Oct 21 21:23:22.926 INFO kablam! | Oct 21 21:23:22.926 INFO kablam! 518 | let (st,opt) = kvs.get_object(key); Oct 21 21:23:22.926 INFO kablam! | ^^^^^^^^ expected enum `std::result::Result`, found tuple Oct 21 21:23:22.926 INFO kablam! | Oct 21 21:23:22.926 INFO kablam! = note: expected type `std::result::Result` Oct 21 21:23:22.926 INFO kablam! found type `(_, _)` Oct 21 21:23:22.926 INFO kablam! Oct 21 21:23:22.931 INFO kablam! error[E0061]: this function takes 2 parameters but 1 parameter was supplied Oct 21 21:23:22.931 INFO kablam! --> src/kvs/lsm.rs:562:32 Oct 21 21:23:22.931 INFO kablam! | Oct 21 21:23:22.931 INFO kablam! 339 | pub fn get_object(&self, key: u64, buf: &mut [u8]) -> Status { Oct 21 21:23:22.931 INFO kablam! | ------------------------------------------------------------ defined here Oct 21 21:23:22.931 INFO kablam! ... Oct 21 21:23:22.931 INFO kablam! 562 | let (st,opt) = kvs.get_object(key); Oct 21 21:23:22.931 INFO kablam! | ^^^^^^^^^^ expected 2 parameters Oct 21 21:23:22.931 INFO kablam! Oct 21 21:23:22.931 INFO kablam! error[E0308]: mismatched types Oct 21 21:23:22.931 INFO kablam! --> src/kvs/lsm.rs:562:17 Oct 21 21:23:22.931 INFO kablam! | Oct 21 21:23:22.931 INFO kablam! 562 | let (st,opt) = kvs.get_object(key); Oct 21 21:23:22.931 INFO kablam! | ^^^^^^^^ expected enum `std::result::Result`, found tuple Oct 21 21:23:22.931 INFO kablam! | Oct 21 21:23:22.931 INFO kablam! = note: expected type `std::result::Result` Oct 21 21:23:22.931 INFO kablam! found type `(_, _)` Oct 21 21:23:22.931 INFO kablam! Oct 21 21:23:22.933 INFO kablam! error[E0061]: this function takes 2 parameters but 1 parameter was supplied Oct 21 21:23:22.933 INFO kablam! --> src/kvs/lsm.rs:582:32 Oct 21 21:23:22.933 INFO kablam! | Oct 21 21:23:22.933 INFO kablam! 339 | pub fn get_object(&self, key: u64, buf: &mut [u8]) -> Status { Oct 21 21:23:22.933 INFO kablam! | ------------------------------------------------------------ defined here Oct 21 21:23:22.933 INFO kablam! ... Oct 21 21:23:22.933 INFO kablam! 582 | let (st,opt) = kvs.get_object(key); Oct 21 21:23:22.933 INFO kablam! | ^^^^^^^^^^ expected 2 parameters Oct 21 21:23:22.933 INFO kablam! Oct 21 21:23:22.933 INFO kablam! error[E0308]: mismatched types Oct 21 21:23:22.933 INFO kablam! --> src/kvs/lsm.rs:582:17 Oct 21 21:23:22.933 INFO kablam! | Oct 21 21:23:22.933 INFO kablam! 582 | let (st,opt) = kvs.get_object(key); Oct 21 21:23:22.933 INFO kablam! | ^^^^^^^^ expected enum `std::result::Result`, found tuple Oct 21 21:23:22.933 INFO kablam! | Oct 21 21:23:22.933 INFO kablam! = note: expected type `std::result::Result` Oct 21 21:23:22.933 INFO kablam! found type `(_, _)` Oct 21 21:23:22.933 INFO kablam! Oct 21 21:23:23.108 INFO kablam! warning: use of deprecated item 'std::hash::SipHasher::new': use `std::collections::hash_map::DefaultHasher` instead Oct 21 21:23:23.108 INFO kablam! --> src/kvs/hashtable.rs:1074:23 Oct 21 21:23:23.108 INFO kablam! | Oct 21 21:23:23.108 INFO kablam! 1074 | let mut sip = hash::SipHasher::new(); Oct 21 21:23:23.108 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 21 21:23:23.108 INFO kablam! Oct 21 21:23:23.292 INFO kablam! warning: use of deprecated item 'std::hash::SipHasher::new': use `std::collections::hash_map::DefaultHasher` instead Oct 21 21:23:23.300 INFO kablam! --> src/kvs/hashtable.rs:1074:23 Oct 21 21:23:23.301 INFO kablam! | Oct 21 21:23:23.301 INFO kablam! 1074 | let mut sip = hash::SipHasher::new(); Oct 21 21:23:23.301 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 21 21:23:23.301 INFO kablam! Oct 21 21:23:23.497 INFO kablam! error: aborting due to 8 previous errors Oct 21 21:23:23.497 INFO kablam! Oct 21 21:23:23.498 INFO kablam! Some errors occurred: E0061, E0308, E0432, E0599. Oct 21 21:23:23.498 INFO kablam! For more information about an error, try `rustc --explain E0061`. Oct 21 21:23:23.513 INFO kablam! error: Could not compile `kvs-lsm`. Oct 21 21:23:23.513 INFO kablam! warning: build failed, waiting for other jobs to finish... Oct 21 21:23:23.760 INFO kablam! warning: #[derive] can't be used on a #[repr(packed)] struct that does not derive Copy (error E0133) Oct 21 21:23:23.760 INFO kablam! --> src/kvs/segment.rs:498:10 Oct 21 21:23:23.760 INFO kablam! | Oct 21 21:23:23.760 INFO kablam! 498 | #[derive(Debug)] Oct 21 21:23:23.760 INFO kablam! | ^^^^^ Oct 21 21:23:23.760 INFO kablam! | Oct 21 21:23:23.760 INFO kablam! = note: #[warn(safe_packed_borrows)] on by default Oct 21 21:23:23.760 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 21 21:23:23.760 INFO kablam! = note: for more information, see issue #46043 Oct 21 21:23:23.760 INFO kablam! Oct 21 21:23:23.760 INFO kablam! warning: #[derive] can't be used on a #[repr(packed)] struct that does not derive Copy (error E0133) Oct 21 21:23:23.760 INFO kablam! --> src/kvs/thelog.rs:65:10 Oct 21 21:23:23.760 INFO kablam! | Oct 21 21:23:23.760 INFO kablam! 65 | #[derive(Debug)] Oct 21 21:23:23.760 INFO kablam! | ^^^^^ Oct 21 21:23:23.760 INFO kablam! | Oct 21 21:23:23.760 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 21 21:23:23.760 INFO kablam! = note: for more information, see issue #46043 Oct 21 21:23:23.760 INFO kablam! Oct 21 21:23:23.768 INFO kablam! error[E0636]: the feature `core_intrinsics` has already been declared Oct 21 21:23:23.768 INFO kablam! --> src/lib.rs:39:12 Oct 21 21:23:23.768 INFO kablam! | Oct 21 21:23:23.768 INFO kablam! 39 | #![feature(core_intrinsics)] Oct 21 21:23:23.768 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 21 21:23:23.768 INFO kablam! Oct 21 21:23:23.797 INFO kablam! warning: unused arithmetic operation that must be used Oct 21 21:23:23.797 INFO kablam! --> src/kvs/thelog.rs:41:5 Oct 21 21:23:23.797 INFO kablam! | Oct 21 21:23:23.797 INFO kablam! 41 | 1/ALLOC_NBLKS_VAR; Oct 21 21:23:23.797 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 21 21:23:23.797 INFO kablam! | Oct 21 21:23:23.797 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 21 21:23:23.797 INFO kablam! Oct 21 21:23:23.849 INFO kablam! error: aborting due to previous error Oct 21 21:23:23.849 INFO kablam! Oct 21 21:23:23.849 INFO kablam! For more information about this error, try `rustc --explain E0636`. Oct 21 21:23:23.860 INFO kablam! error: Could not compile `kvs-lsm`. Oct 21 21:23:23.860 INFO kablam! Oct 21 21:23:23.860 INFO kablam! To learn more, run the command again with --verbose. Oct 21 21:23:23.861 INFO kablam! su: No module specific data is present Oct 21 21:23:24.254 INFO running `"docker" "rm" "-f" "6c8ea0ea275cdbbc3c3026ee27681076329bae052442334e2554374305b87269"` Oct 21 21:23:24.589 INFO blam! 6c8ea0ea275cdbbc3c3026ee27681076329bae052442334e2554374305b87269