Oct 15 10:16:44.074 INFO testing HewlettPackard/shoveller against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 15 10:16:44.076 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen" "-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 15 10:16:44.264 INFO blam! e18258504e0e7f472b4d68786c72d223e1c9a9333d7a483c5bfcf76ddb5f9c71 Oct 15 10:16:44.277 INFO running `"docker" "start" "-a" "e18258504e0e7f472b4d68786c72d223e1c9a9333d7a483c5bfcf76ddb5f9c71"` Oct 15 10:16:44.903 INFO kablam! usermod: no changes Oct 15 10:16:45.055 INFO kablam! Compiling syscall v0.2.1 Oct 15 10:16:45.079 INFO kablam! Compiling quicksort v1.1.0 Oct 15 10:16:45.079 INFO kablam! Compiling parking_lot v0.2.8 Oct 15 10:16:46.674 INFO kablam! Compiling kvs-lsm v0.1.0 (/source) Oct 15 10:16:47.655 INFO kablam! warning: unused macro definition Oct 15 10:16:47.655 INFO kablam! --> src/kvs/thelog.rs:45:1 Oct 15 10:16:47.655 INFO kablam! | Oct 15 10:16:47.655 INFO kablam! 45 | / macro_rules! rlock { Oct 15 10:16:47.655 INFO kablam! 46 | | ( $segref:expr ) => { Oct 15 10:16:47.655 INFO kablam! 47 | | $segref.unwrap().read().unwrap() Oct 15 10:16:47.655 INFO kablam! 48 | | } Oct 15 10:16:47.655 INFO kablam! 49 | | } Oct 15 10:16:47.655 INFO kablam! | |_^ Oct 15 10:16:47.655 INFO kablam! | Oct 15 10:16:47.655 INFO kablam! = note: #[warn(unused_macros)] on by default Oct 15 10:16:47.655 INFO kablam! Oct 15 10:16:47.655 INFO kablam! warning: unused macro definition Oct 15 10:16:47.655 INFO kablam! --> src/kvs/thelog.rs:52:1 Oct 15 10:16:47.655 INFO kablam! | Oct 15 10:16:47.655 INFO kablam! 52 | / macro_rules! wlock { Oct 15 10:16:47.655 INFO kablam! 53 | | ( $segref:expr ) => { Oct 15 10:16:47.655 INFO kablam! 54 | | $segref.unwrap().write().unwrap() Oct 15 10:16:47.655 INFO kablam! 55 | | } Oct 15 10:16:47.655 INFO kablam! 56 | | } Oct 15 10:16:47.655 INFO kablam! | |_^ Oct 15 10:16:47.655 INFO kablam! Oct 15 10:16:47.736 INFO kablam! warning: use of deprecated item 'std::hash::SipHasher': use `std::collections::hash_map::DefaultHasher` instead Oct 15 10:16:47.736 INFO kablam! --> src/kvs/hashtable.rs:1074:23 Oct 15 10:16:47.736 INFO kablam! | Oct 15 10:16:47.736 INFO kablam! 1074 | let mut sip = hash::SipHasher::new(); Oct 15 10:16:47.736 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 15 10:16:47.736 INFO kablam! | Oct 15 10:16:47.736 INFO kablam! = note: #[warn(deprecated)] on by default Oct 15 10:16:47.736 INFO kablam! Oct 15 10:16:48.407 INFO kablam! warning: use of deprecated item 'std::hash::SipHasher::new': use `std::collections::hash_map::DefaultHasher` instead Oct 15 10:16:48.407 INFO kablam! --> src/kvs/hashtable.rs:1074:23 Oct 15 10:16:48.407 INFO kablam! | Oct 15 10:16:48.408 INFO kablam! 1074 | let mut sip = hash::SipHasher::new(); Oct 15 10:16:48.408 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 15 10:16:48.408 INFO kablam! Oct 15 10:16:48.969 INFO kablam! warning: #[derive] can't be used on a #[repr(packed)] struct that does not derive Copy (error E0133) Oct 15 10:16:48.969 INFO kablam! --> src/kvs/segment.rs:498:10 Oct 15 10:16:48.969 INFO kablam! | Oct 15 10:16:48.969 INFO kablam! 498 | #[derive(Debug)] Oct 15 10:16:48.969 INFO kablam! | ^^^^^ Oct 15 10:16:48.970 INFO kablam! | Oct 15 10:16:48.970 INFO kablam! = note: #[warn(safe_packed_borrows)] on by default Oct 15 10:16:48.970 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 15 10:16:48.970 INFO kablam! = note: for more information, see issue #46043 Oct 15 10:16:48.970 INFO kablam! Oct 15 10:16:48.970 INFO kablam! warning: #[derive] can't be used on a #[repr(packed)] struct that does not derive Copy (error E0133) Oct 15 10:16:48.970 INFO kablam! --> src/kvs/thelog.rs:65:10 Oct 15 10:16:48.970 INFO kablam! | Oct 15 10:16:48.970 INFO kablam! 65 | #[derive(Debug)] Oct 15 10:16:48.970 INFO kablam! | ^^^^^ Oct 15 10:16:48.970 INFO kablam! | Oct 15 10:16:48.970 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 15 10:16:48.970 INFO kablam! = note: for more information, see issue #46043 Oct 15 10:16:48.970 INFO kablam! Oct 15 10:16:48.977 INFO kablam! error[E0636]: the feature `core_intrinsics` has already been declared Oct 15 10:16:48.978 INFO kablam! --> src/lib.rs:39:12 Oct 15 10:16:48.978 INFO kablam! | Oct 15 10:16:48.978 INFO kablam! 39 | #![feature(core_intrinsics)] Oct 15 10:16:48.978 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 15 10:16:48.978 INFO kablam! Oct 15 10:16:49.004 INFO kablam! warning: unused arithmetic operation which must be used Oct 15 10:16:49.004 INFO kablam! --> src/kvs/thelog.rs:41:5 Oct 15 10:16:49.004 INFO kablam! | Oct 15 10:16:49.004 INFO kablam! 41 | 1/ALLOC_NBLKS_VAR; Oct 15 10:16:49.004 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 15 10:16:49.004 INFO kablam! | Oct 15 10:16:49.004 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 15 10:16:49.004 INFO kablam! Oct 15 10:16:49.051 INFO kablam! error: aborting due to previous error Oct 15 10:16:49.051 INFO kablam! Oct 15 10:16:49.051 INFO kablam! For more information about this error, try `rustc --explain E0636`. Oct 15 10:16:49.062 INFO kablam! error: Could not compile `kvs-lsm`. Oct 15 10:16:49.063 INFO kablam! Oct 15 10:16:49.063 INFO kablam! To learn more, run the command again with --verbose. Oct 15 10:16:49.064 INFO kablam! su: No module specific data is present Oct 15 10:16:49.331 INFO running `"docker" "rm" "-f" "e18258504e0e7f472b4d68786c72d223e1c9a9333d7a483c5bfcf76ddb5f9c71"` Oct 15 10:16:49.437 INFO blam! e18258504e0e7f472b4d68786c72d223e1c9a9333d7a483c5bfcf76ddb5f9c71