Oct 11 06:22:45.300 INFO testing HewlettPackard/shoveller against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 11 06:22:45.300 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 11 06:22:45.302 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-0/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 06:22:45.668 INFO blam! ae2e4b7dff08f454653899748e3c1cb04f26d286a9bd44b7dec9032ec652ad07 Oct 11 06:22:45.670 INFO running `"docker" "start" "-a" "ae2e4b7dff08f454653899748e3c1cb04f26d286a9bd44b7dec9032ec652ad07"` Oct 11 06:22:46.371 INFO kablam! usermod: no changes Oct 11 06:22:46.520 INFO kablam! Compiling quicksort v1.1.0 Oct 11 06:22:46.520 INFO kablam! Compiling syscall v0.2.1 Oct 11 06:22:46.520 INFO kablam! Compiling parking_lot v0.2.8 Oct 11 06:22:46.548 INFO kablam! Compiling clap v2.20.1 Oct 11 06:23:01.780 INFO kablam! Compiling kvs-lsm v0.1.0 (/source) Oct 11 06:23:02.734 INFO kablam! warning: unused macro definition Oct 11 06:23:02.734 INFO kablam! --> src/kvs/thelog.rs:45:1 Oct 11 06:23:02.734 INFO kablam! | Oct 11 06:23:02.735 INFO kablam! 45 | / macro_rules! rlock { Oct 11 06:23:02.735 INFO kablam! 46 | | ( $segref:expr ) => { Oct 11 06:23:02.735 INFO kablam! 47 | | $segref.unwrap().read().unwrap() Oct 11 06:23:02.735 INFO kablam! 48 | | } Oct 11 06:23:02.736 INFO kablam! 49 | | } Oct 11 06:23:02.736 INFO kablam! | |_^ Oct 11 06:23:02.736 INFO kablam! | Oct 11 06:23:02.736 INFO kablam! = note: #[warn(unused_macros)] on by default Oct 11 06:23:02.737 INFO kablam! Oct 11 06:23:02.737 INFO kablam! warning: unused macro definition Oct 11 06:23:02.737 INFO kablam! --> src/kvs/thelog.rs:52:1 Oct 11 06:23:02.738 INFO kablam! | Oct 11 06:23:02.738 INFO kablam! 52 | / macro_rules! wlock { Oct 11 06:23:02.738 INFO kablam! 53 | | ( $segref:expr ) => { Oct 11 06:23:02.738 INFO kablam! 54 | | $segref.unwrap().write().unwrap() Oct 11 06:23:02.739 INFO kablam! 55 | | } Oct 11 06:23:02.739 INFO kablam! 56 | | } Oct 11 06:23:02.739 INFO kablam! | |_^ Oct 11 06:23:02.740 INFO kablam! Oct 11 06:23:02.840 INFO kablam! warning: use of deprecated item 'std::hash::SipHasher': use `std::collections::hash_map::DefaultHasher` instead Oct 11 06:23:02.840 INFO kablam! --> src/kvs/hashtable.rs:1074:23 Oct 11 06:23:02.840 INFO kablam! | Oct 11 06:23:02.840 INFO kablam! 1074 | let mut sip = hash::SipHasher::new(); Oct 11 06:23:02.840 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 11 06:23:02.840 INFO kablam! | Oct 11 06:23:02.840 INFO kablam! = note: #[warn(deprecated)] on by default Oct 11 06:23:02.840 INFO kablam! Oct 11 06:23:03.552 INFO kablam! warning: use of deprecated item 'std::hash::SipHasher::new': use `std::collections::hash_map::DefaultHasher` instead Oct 11 06:23:03.552 INFO kablam! --> src/kvs/hashtable.rs:1074:23 Oct 11 06:23:03.552 INFO kablam! | Oct 11 06:23:03.552 INFO kablam! 1074 | let mut sip = hash::SipHasher::new(); Oct 11 06:23:03.552 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 11 06:23:03.552 INFO kablam! Oct 11 06:23:04.176 INFO kablam! warning: #[derive] can't be used on a #[repr(packed)] struct that does not derive Copy (error E0133) Oct 11 06:23:04.176 INFO kablam! --> src/kvs/segment.rs:498:10 Oct 11 06:23:04.176 INFO kablam! | Oct 11 06:23:04.176 INFO kablam! 498 | #[derive(Debug)] Oct 11 06:23:04.176 INFO kablam! | ^^^^^ Oct 11 06:23:04.176 INFO kablam! | Oct 11 06:23:04.176 INFO kablam! = note: #[warn(safe_packed_borrows)] on by default Oct 11 06:23:04.176 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 11 06:23:04.176 INFO kablam! = note: for more information, see issue #46043 Oct 11 06:23:04.176 INFO kablam! Oct 11 06:23:04.176 INFO kablam! warning: #[derive] can't be used on a #[repr(packed)] struct that does not derive Copy (error E0133) Oct 11 06:23:04.176 INFO kablam! --> src/kvs/thelog.rs:65:10 Oct 11 06:23:04.176 INFO kablam! | Oct 11 06:23:04.176 INFO kablam! 65 | #[derive(Debug)] Oct 11 06:23:04.176 INFO kablam! | ^^^^^ Oct 11 06:23:04.176 INFO kablam! | Oct 11 06:23:04.176 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 11 06:23:04.176 INFO kablam! = note: for more information, see issue #46043 Oct 11 06:23:04.176 INFO kablam! Oct 11 06:23:04.188 INFO kablam! error[E0636]: the feature `core_intrinsics` has already been declared Oct 11 06:23:04.188 INFO kablam! --> src/lib.rs:39:12 Oct 11 06:23:04.188 INFO kablam! | Oct 11 06:23:04.188 INFO kablam! 39 | #![feature(core_intrinsics)] Oct 11 06:23:04.188 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 11 06:23:04.188 INFO kablam! Oct 11 06:23:04.216 INFO kablam! warning: unused arithmetic operation which must be used Oct 11 06:23:04.216 INFO kablam! --> src/kvs/thelog.rs:41:5 Oct 11 06:23:04.216 INFO kablam! | Oct 11 06:23:04.216 INFO kablam! 41 | 1/ALLOC_NBLKS_VAR; Oct 11 06:23:04.216 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 11 06:23:04.216 INFO kablam! | Oct 11 06:23:04.216 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 11 06:23:04.216 INFO kablam! Oct 11 06:23:04.268 INFO kablam! error: aborting due to previous error Oct 11 06:23:04.268 INFO kablam! Oct 11 06:23:04.268 INFO kablam! For more information about this error, try `rustc --explain E0636`. Oct 11 06:23:04.276 INFO kablam! error: Could not compile `kvs-lsm`. Oct 11 06:23:04.276 INFO kablam! Oct 11 06:23:04.276 INFO kablam! To learn more, run the command again with --verbose. Oct 11 06:23:04.278 INFO kablam! su: No module specific data is present Oct 11 06:23:04.884 INFO running `"docker" "rm" "-f" "ae2e4b7dff08f454653899748e3c1cb04f26d286a9bd44b7dec9032ec652ad07"` Oct 11 06:23:05.165 INFO blam! ae2e4b7dff08f454653899748e3c1cb04f26d286a9bd44b7dec9032ec652ad07