Oct 13 04:22:32.933 INFO checking HewlettPackard/shoveller against try#4021bd0b3c5815b087d6db10ce461e7e4854ade7 for pr-54977 Oct 13 04:22:32.934 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-54977/worker-7/try#4021bd0b3c5815b087d6db10ce461e7e4854ade7:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/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 04:22:33.499 INFO blam! f709195cf51ff5d0a065e27fd1ceb57f5e55e9689916bd0a0fa6c79ddba9b543 Oct 13 04:22:33.501 INFO running `"docker" "start" "-a" "f709195cf51ff5d0a065e27fd1ceb57f5e55e9689916bd0a0fa6c79ddba9b543"` Oct 13 04:22:34.587 INFO kablam! usermod: no changes Oct 13 04:22:34.793 INFO kablam! Checking quicksort v1.1.0 Oct 13 04:22:34.793 INFO kablam! Checking syscall v0.2.1 Oct 13 04:22:34.796 INFO kablam! Checking parking_lot v0.2.8 Oct 13 04:22:34.796 INFO kablam! Checking clap v2.20.1 Oct 13 04:22:41.084 INFO kablam! Checking kvs-lsm v0.1.0 (/source) Oct 13 04:22:42.896 INFO kablam! warning: unused macro definition Oct 13 04:22:42.896 INFO kablam! --> src/kvs/thelog.rs:45:1 Oct 13 04:22:42.896 INFO kablam! | Oct 13 04:22:42.896 INFO kablam! 45 | / macro_rules! rlock { Oct 13 04:22:42.896 INFO kablam! 46 | | ( $segref:expr ) => { Oct 13 04:22:42.896 INFO kablam! 47 | | $segref.unwrap().read().unwrap() Oct 13 04:22:42.896 INFO kablam! 48 | | } Oct 13 04:22:42.896 INFO kablam! 49 | | } Oct 13 04:22:42.896 INFO kablam! | |_^ Oct 13 04:22:42.896 INFO kablam! | Oct 13 04:22:42.896 INFO kablam! = note: #[warn(unused_macros)] on by default Oct 13 04:22:42.896 INFO kablam! Oct 13 04:22:42.896 INFO kablam! warning: unused macro definition Oct 13 04:22:42.896 INFO kablam! --> src/kvs/thelog.rs:52:1 Oct 13 04:22:42.896 INFO kablam! | Oct 13 04:22:42.896 INFO kablam! 52 | / macro_rules! wlock { Oct 13 04:22:42.896 INFO kablam! 53 | | ( $segref:expr ) => { Oct 13 04:22:42.896 INFO kablam! 54 | | $segref.unwrap().write().unwrap() Oct 13 04:22:42.896 INFO kablam! 55 | | } Oct 13 04:22:42.896 INFO kablam! 56 | | } Oct 13 04:22:42.897 INFO kablam! | |_^ Oct 13 04:22:42.897 INFO kablam! Oct 13 04:22:42.936 INFO kablam! error[E0432]: unresolved import `kvs::LSM` Oct 13 04:22:42.936 INFO kablam! --> src/kvs/compaction.rs:887:15 Oct 13 04:22:42.936 INFO kablam! | Oct 13 04:22:42.936 INFO kablam! 887 | use kvs::{LSM}; Oct 13 04:22:42.936 INFO kablam! | ^^^ no `LSM` in `kvs` Oct 13 04:22:42.937 INFO kablam! Oct 13 04:22:43.005 INFO kablam! warning: use of deprecated item 'std::hash::SipHasher': use `std::collections::hash_map::DefaultHasher` instead Oct 13 04:22:43.005 INFO kablam! --> src/kvs/hashtable.rs:1074:23 Oct 13 04:22:43.005 INFO kablam! | Oct 13 04:22:43.005 INFO kablam! 1074 | let mut sip = hash::SipHasher::new(); Oct 13 04:22:43.005 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 13 04:22:43.005 INFO kablam! | Oct 13 04:22:43.005 INFO kablam! = note: #[warn(deprecated)] on by default Oct 13 04:22:43.005 INFO kablam! Oct 13 04:22:43.140 INFO kablam! warning: unused macro definition Oct 13 04:22:43.140 INFO kablam! --> src/kvs/thelog.rs:45:1 Oct 13 04:22:43.140 INFO kablam! | Oct 13 04:22:43.140 INFO kablam! 45 | / macro_rules! rlock { Oct 13 04:22:43.140 INFO kablam! 46 | | ( $segref:expr ) => { Oct 13 04:22:43.140 INFO kablam! 47 | | $segref.unwrap().read().unwrap() Oct 13 04:22:43.140 INFO kablam! 48 | | } Oct 13 04:22:43.140 INFO kablam! 49 | | } Oct 13 04:22:43.140 INFO kablam! | |_^ Oct 13 04:22:43.140 INFO kablam! | Oct 13 04:22:43.140 INFO kablam! = note: #[warn(unused_macros)] on by default Oct 13 04:22:43.140 INFO kablam! Oct 13 04:22:43.140 INFO kablam! warning: unused macro definition Oct 13 04:22:43.140 INFO kablam! --> src/kvs/thelog.rs:52:1 Oct 13 04:22:43.140 INFO kablam! | Oct 13 04:22:43.140 INFO kablam! 52 | / macro_rules! wlock { Oct 13 04:22:43.140 INFO kablam! 53 | | ( $segref:expr ) => { Oct 13 04:22:43.140 INFO kablam! 54 | | $segref.unwrap().write().unwrap() Oct 13 04:22:43.140 INFO kablam! 55 | | } Oct 13 04:22:43.141 INFO kablam! 56 | | } Oct 13 04:22:43.141 INFO kablam! | |_^ Oct 13 04:22:43.141 INFO kablam! Oct 13 04:22:43.308 INFO kablam! warning: use of deprecated item 'std::hash::SipHasher': use `std::collections::hash_map::DefaultHasher` instead Oct 13 04:22:43.308 INFO kablam! --> src/kvs/hashtable.rs:1074:23 Oct 13 04:22:43.308 INFO kablam! | Oct 13 04:22:43.308 INFO kablam! 1074 | let mut sip = hash::SipHasher::new(); Oct 13 04:22:43.308 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 13 04:22:43.308 INFO kablam! | Oct 13 04:22:43.308 INFO kablam! = note: #[warn(deprecated)] on by default Oct 13 04:22:43.308 INFO kablam! Oct 13 04:22:44.129 INFO kablam! error[E0599]: no method named `alloc` found for type `kvs::segment::SegmentManager` in the current scope Oct 13 04:22:44.129 INFO kablam! --> src/kvs/segment.rs:1619:26 Oct 13 04:22:44.130 INFO kablam! | Oct 13 04:22:44.130 INFO kablam! 1068 | pub struct SegmentManager { Oct 13 04:22:44.130 INFO kablam! | ------------------------- method `alloc` not found for this Oct 13 04:22:44.130 INFO kablam! ... Oct 13 04:22:44.130 INFO kablam! 1619 | let segref = mgr.alloc().unwrap(); Oct 13 04:22:44.130 INFO kablam! | ^^^^^ Oct 13 04:22:44.144 INFO kablam! | Oct 13 04:22:44.144 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Oct 13 04:22:44.144 INFO kablam! = note: the following traits define an item `alloc`, perhaps you need to implement one of them: Oct 13 04:22:44.144 INFO kablam! candidate #1: `std::alloc::GlobalAlloc` Oct 13 04:22:44.144 INFO kablam! candidate #2: `std::alloc::Alloc` Oct 13 04:22:44.144 INFO kablam! Oct 13 04:22:44.404 INFO kablam! warning: use of deprecated item 'std::hash::SipHasher::new': use `std::collections::hash_map::DefaultHasher` instead Oct 13 04:22:44.404 INFO kablam! --> src/kvs/hashtable.rs:1074:23 Oct 13 04:22:44.404 INFO kablam! | Oct 13 04:22:44.404 INFO kablam! 1074 | let mut sip = hash::SipHasher::new(); Oct 13 04:22:44.404 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 13 04:22:44.404 INFO kablam! Oct 13 04:22:44.472 INFO kablam! error[E0061]: this function takes 2 parameters but 1 parameter was supplied Oct 13 04:22:44.472 INFO kablam! --> src/kvs/lsm.rs:518:28 Oct 13 04:22:44.472 INFO kablam! | Oct 13 04:22:44.472 INFO kablam! 339 | pub fn get_object(&self, key: u64, buf: &mut [u8]) -> Status { Oct 13 04:22:44.472 INFO kablam! | ------------------------------------------------------------ defined here Oct 13 04:22:44.472 INFO kablam! ... Oct 13 04:22:44.472 INFO kablam! 518 | let (st,opt) = kvs.get_object(key); Oct 13 04:22:44.472 INFO kablam! | ^^^^^^^^^^ expected 2 parameters Oct 13 04:22:44.472 INFO kablam! Oct 13 04:22:44.472 INFO kablam! error[E0308]: mismatched types Oct 13 04:22:44.472 INFO kablam! --> src/kvs/lsm.rs:518:13 Oct 13 04:22:44.472 INFO kablam! | Oct 13 04:22:44.472 INFO kablam! 518 | let (st,opt) = kvs.get_object(key); Oct 13 04:22:44.472 INFO kablam! | ^^^^^^^^ expected enum `std::result::Result`, found tuple Oct 13 04:22:44.472 INFO kablam! | Oct 13 04:22:44.472 INFO kablam! = note: expected type `std::result::Result` Oct 13 04:22:44.473 INFO kablam! found type `(_, _)` Oct 13 04:22:44.473 INFO kablam! Oct 13 04:22:44.473 INFO kablam! error[E0061]: this function takes 2 parameters but 1 parameter was supplied Oct 13 04:22:44.473 INFO kablam! --> src/kvs/lsm.rs:562:32 Oct 13 04:22:44.473 INFO kablam! | Oct 13 04:22:44.473 INFO kablam! 339 | pub fn get_object(&self, key: u64, buf: &mut [u8]) -> Status { Oct 13 04:22:44.473 INFO kablam! | ------------------------------------------------------------ defined here Oct 13 04:22:44.473 INFO kablam! ... Oct 13 04:22:44.473 INFO kablam! 562 | let (st,opt) = kvs.get_object(key); Oct 13 04:22:44.473 INFO kablam! | ^^^^^^^^^^ expected 2 parameters Oct 13 04:22:44.473 INFO kablam! Oct 13 04:22:44.473 INFO kablam! error[E0308]: mismatched types Oct 13 04:22:44.473 INFO kablam! --> src/kvs/lsm.rs:562:17 Oct 13 04:22:44.473 INFO kablam! | Oct 13 04:22:44.473 INFO kablam! 562 | let (st,opt) = kvs.get_object(key); Oct 13 04:22:44.473 INFO kablam! | ^^^^^^^^ expected enum `std::result::Result`, found tuple Oct 13 04:22:44.473 INFO kablam! | Oct 13 04:22:44.473 INFO kablam! = note: expected type `std::result::Result` Oct 13 04:22:44.473 INFO kablam! found type `(_, _)` Oct 13 04:22:44.476 INFO kablam! Oct 13 04:22:44.476 INFO kablam! error[E0061]: this function takes 2 parameters but 1 parameter was supplied Oct 13 04:22:44.476 INFO kablam! --> src/kvs/lsm.rs:582:32 Oct 13 04:22:44.477 INFO kablam! | Oct 13 04:22:44.477 INFO kablam! 339 | pub fn get_object(&self, key: u64, buf: &mut [u8]) -> Status { Oct 13 04:22:44.477 INFO kablam! | ------------------------------------------------------------ defined here Oct 13 04:22:44.477 INFO kablam! ... Oct 13 04:22:44.477 INFO kablam! 582 | let (st,opt) = kvs.get_object(key); Oct 13 04:22:44.477 INFO kablam! | ^^^^^^^^^^ expected 2 parameters Oct 13 04:22:44.477 INFO kablam! Oct 13 04:22:44.477 INFO kablam! error[E0308]: mismatched types Oct 13 04:22:44.477 INFO kablam! --> src/kvs/lsm.rs:582:17 Oct 13 04:22:44.477 INFO kablam! | Oct 13 04:22:44.477 INFO kablam! 582 | let (st,opt) = kvs.get_object(key); Oct 13 04:22:44.477 INFO kablam! | ^^^^^^^^ expected enum `std::result::Result`, found tuple Oct 13 04:22:44.477 INFO kablam! | Oct 13 04:22:44.477 INFO kablam! = note: expected type `std::result::Result` Oct 13 04:22:44.477 INFO kablam! found type `(_, _)` Oct 13 04:22:44.477 INFO kablam! Oct 13 04:22:45.224 INFO kablam! warning: use of deprecated item 'std::hash::SipHasher::new': use `std::collections::hash_map::DefaultHasher` instead Oct 13 04:22:45.224 INFO kablam! --> src/kvs/hashtable.rs:1074:23 Oct 13 04:22:45.224 INFO kablam! | Oct 13 04:22:45.224 INFO kablam! 1074 | let mut sip = hash::SipHasher::new(); Oct 13 04:22:45.224 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 13 04:22:45.224 INFO kablam! Oct 13 04:22:45.683 INFO kablam! error: aborting due to 8 previous errors Oct 13 04:22:45.683 INFO kablam! Oct 13 04:22:45.688 INFO kablam! Some errors occurred: E0061, E0308, E0432, E0599. Oct 13 04:22:45.688 INFO kablam! For more information about an error, try `rustc --explain E0061`. Oct 13 04:22:45.706 INFO kablam! warning: #[derive] can't be used on a #[repr(packed)] struct that does not derive Copy (error E0133) Oct 13 04:22:45.706 INFO kablam! --> src/kvs/segment.rs:498:10 Oct 13 04:22:45.706 INFO kablam! | Oct 13 04:22:45.706 INFO kablam! 498 | #[derive(Debug)] Oct 13 04:22:45.706 INFO kablam! | ^^^^^ Oct 13 04:22:45.706 INFO kablam! | Oct 13 04:22:45.707 INFO kablam! = note: #[warn(safe_packed_borrows)] on by default Oct 13 04:22:45.707 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 13 04:22:45.707 INFO kablam! = note: for more information, see issue #46043 Oct 13 04:22:45.707 INFO kablam! Oct 13 04:22:45.707 INFO kablam! warning: #[derive] can't be used on a #[repr(packed)] struct that does not derive Copy (error E0133) Oct 13 04:22:45.707 INFO kablam! --> src/kvs/thelog.rs:65:10 Oct 13 04:22:45.707 INFO kablam! | Oct 13 04:22:45.707 INFO kablam! 65 | #[derive(Debug)] Oct 13 04:22:45.707 INFO kablam! | ^^^^^ Oct 13 04:22:45.707 INFO kablam! | Oct 13 04:22:45.707 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 13 04:22:45.707 INFO kablam! = note: for more information, see issue #46043 Oct 13 04:22:45.707 INFO kablam! Oct 13 04:22:45.709 INFO kablam! error: Could not compile `kvs-lsm`. Oct 13 04:22:45.709 INFO kablam! warning: build failed, waiting for other jobs to finish... Oct 13 04:22:45.715 INFO kablam! error[E0636]: the feature `core_intrinsics` has already been declared Oct 13 04:22:45.715 INFO kablam! --> src/lib.rs:39:12 Oct 13 04:22:45.715 INFO kablam! | Oct 13 04:22:45.715 INFO kablam! 39 | #![feature(core_intrinsics)] Oct 13 04:22:45.715 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 13 04:22:45.715 INFO kablam! Oct 13 04:22:45.751 INFO kablam! warning: unused arithmetic operation which must be used Oct 13 04:22:45.751 INFO kablam! --> src/kvs/thelog.rs:41:5 Oct 13 04:22:45.751 INFO kablam! | Oct 13 04:22:45.751 INFO kablam! 41 | 1/ALLOC_NBLKS_VAR; Oct 13 04:22:45.751 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 13 04:22:45.751 INFO kablam! | Oct 13 04:22:45.751 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 13 04:22:45.751 INFO kablam! Oct 13 04:22:45.808 INFO kablam! error: aborting due to previous error Oct 13 04:22:45.808 INFO kablam! Oct 13 04:22:45.808 INFO kablam! For more information about this error, try `rustc --explain E0636`. Oct 13 04:22:45.828 INFO kablam! error: Could not compile `kvs-lsm`. Oct 13 04:22:45.829 INFO kablam! Oct 13 04:22:45.829 INFO kablam! To learn more, run the command again with --verbose. Oct 13 04:22:45.831 INFO kablam! su: No module specific data is present Oct 13 04:22:47.044 INFO running `"docker" "rm" "-f" "f709195cf51ff5d0a065e27fd1ceb57f5e55e9689916bd0a0fa6c79ddba9b543"` Oct 13 04:22:47.376 INFO blam! f709195cf51ff5d0a065e27fd1ceb57f5e55e9689916bd0a0fa6c79ddba9b543