Oct 15 10:16:43.638 INFO testing HewlettPackard/shoveller against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 15 10:16:43.638 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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:43.899 INFO blam! 117e03e3cbee5996d7980afd94c71aa39cfd73fa05e108f4f35c5178c5825faa Oct 15 10:16:43.907 INFO running `"docker" "start" "-a" "117e03e3cbee5996d7980afd94c71aa39cfd73fa05e108f4f35c5178c5825faa"` Oct 15 10:16:44.335 INFO kablam! usermod: no changes Oct 15 10:16:44.483 INFO kablam! Compiling syscall v0.2.1 Oct 15 10:16:44.483 INFO kablam! Compiling quicksort v1.1.0 Oct 15 10:16:44.483 INFO kablam! Compiling parking_lot v0.2.8 Oct 15 10:16:44.483 INFO kablam! Compiling clap v2.20.1 Oct 15 10:16:57.991 INFO kablam! Compiling kvs-lsm v0.1.0 (/source) Oct 15 10:16:59.147 INFO kablam! warning: unused macro definition Oct 15 10:16:59.147 INFO kablam! --> src/kvs/thelog.rs:45:1 Oct 15 10:16:59.147 INFO kablam! | Oct 15 10:16:59.147 INFO kablam! 45 | / macro_rules! rlock { Oct 15 10:16:59.147 INFO kablam! 46 | | ( $segref:expr ) => { Oct 15 10:16:59.147 INFO kablam! 47 | | $segref.unwrap().read().unwrap() Oct 15 10:16:59.147 INFO kablam! 48 | | } Oct 15 10:16:59.147 INFO kablam! 49 | | } Oct 15 10:16:59.147 INFO kablam! | |_^ Oct 15 10:16:59.147 INFO kablam! | Oct 15 10:16:59.147 INFO kablam! = note: #[warn(unused_macros)] on by default Oct 15 10:16:59.147 INFO kablam! Oct 15 10:16:59.147 INFO kablam! warning: unused macro definition Oct 15 10:16:59.147 INFO kablam! --> src/kvs/thelog.rs:52:1 Oct 15 10:16:59.147 INFO kablam! | Oct 15 10:16:59.147 INFO kablam! 52 | / macro_rules! wlock { Oct 15 10:16:59.147 INFO kablam! 53 | | ( $segref:expr ) => { Oct 15 10:16:59.147 INFO kablam! 54 | | $segref.unwrap().write().unwrap() Oct 15 10:16:59.147 INFO kablam! 55 | | } Oct 15 10:16:59.147 INFO kablam! 56 | | } Oct 15 10:16:59.147 INFO kablam! | |_^ Oct 15 10:16:59.147 INFO kablam! Oct 15 10:16:59.231 INFO kablam! warning: use of deprecated item 'std::hash::SipHasher': use `std::collections::hash_map::DefaultHasher` instead Oct 15 10:16:59.231 INFO kablam! --> src/kvs/hashtable.rs:1074:23 Oct 15 10:16:59.231 INFO kablam! | Oct 15 10:16:59.231 INFO kablam! 1074 | let mut sip = hash::SipHasher::new(); Oct 15 10:16:59.231 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 15 10:16:59.231 INFO kablam! | Oct 15 10:16:59.231 INFO kablam! = note: #[warn(deprecated)] on by default Oct 15 10:16:59.231 INFO kablam! Oct 15 10:17:00.011 INFO kablam! warning: use of deprecated item 'std::hash::SipHasher::new': use `std::collections::hash_map::DefaultHasher` instead Oct 15 10:17:00.011 INFO kablam! --> src/kvs/hashtable.rs:1074:23 Oct 15 10:17:00.011 INFO kablam! | Oct 15 10:17:00.011 INFO kablam! 1074 | let mut sip = hash::SipHasher::new(); Oct 15 10:17:00.011 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 15 10:17:00.011 INFO kablam! Oct 15 10:17:00.687 INFO kablam! warning: #[derive] can't be used on a #[repr(packed)] struct that does not derive Copy (error E0133) Oct 15 10:17:00.688 INFO kablam! --> src/kvs/segment.rs:498:10 Oct 15 10:17:00.688 INFO kablam! | Oct 15 10:17:00.689 INFO kablam! 498 | #[derive(Debug)] Oct 15 10:17:00.689 INFO kablam! | ^^^^^ Oct 15 10:17:00.689 INFO kablam! | Oct 15 10:17:00.690 INFO kablam! = note: #[warn(safe_packed_borrows)] on by default Oct 15 10:17:00.690 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:17:00.690 INFO kablam! = note: for more information, see issue #46043 Oct 15 10:17:00.691 INFO kablam! Oct 15 10:17:00.691 INFO kablam! warning: #[derive] can't be used on a #[repr(packed)] struct that does not derive Copy (error E0133) Oct 15 10:17:00.691 INFO kablam! --> src/kvs/thelog.rs:65:10 Oct 15 10:17:00.692 INFO kablam! | Oct 15 10:17:00.692 INFO kablam! 65 | #[derive(Debug)] Oct 15 10:17:00.692 INFO kablam! | ^^^^^ Oct 15 10:17:00.693 INFO kablam! | Oct 15 10:17:00.693 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:17:00.693 INFO kablam! = note: for more information, see issue #46043 Oct 15 10:17:00.694 INFO kablam! Oct 15 10:17:00.694 INFO kablam! error[E0636]: the feature `core_intrinsics` has already been declared Oct 15 10:17:00.694 INFO kablam! --> src/lib.rs:39:12 Oct 15 10:17:00.695 INFO kablam! | Oct 15 10:17:00.695 INFO kablam! 39 | #![feature(core_intrinsics)] Oct 15 10:17:00.695 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 15 10:17:00.696 INFO kablam! Oct 15 10:17:00.719 INFO kablam! warning: unused arithmetic operation which must be used Oct 15 10:17:00.720 INFO kablam! --> src/kvs/thelog.rs:41:5 Oct 15 10:17:00.720 INFO kablam! | Oct 15 10:17:00.720 INFO kablam! 41 | 1/ALLOC_NBLKS_VAR; Oct 15 10:17:00.721 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 15 10:17:00.721 INFO kablam! | Oct 15 10:17:00.721 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 15 10:17:00.722 INFO kablam! Oct 15 10:17:00.803 INFO kablam! error: aborting due to previous error Oct 15 10:17:00.804 INFO kablam! Oct 15 10:17:00.804 INFO kablam! For more information about this error, try `rustc --explain E0636`. Oct 15 10:17:00.819 INFO kablam! error: Could not compile `kvs-lsm`. Oct 15 10:17:00.820 INFO kablam! Oct 15 10:17:00.820 INFO kablam! To learn more, run the command again with --verbose. Oct 15 10:17:00.821 INFO kablam! su: No module specific data is present Oct 15 10:17:01.593 INFO running `"docker" "rm" "-f" "117e03e3cbee5996d7980afd94c71aa39cfd73fa05e108f4f35c5178c5825faa"` Oct 15 10:17:01.883 INFO blam! 117e03e3cbee5996d7980afd94c71aa39cfd73fa05e108f4f35c5178c5825faa