Sep 04 21:58:08.561 INFO checking carp-0.1.0 against master#28bcffead74d5e17c6cb1f7de432e37f93a6b50c for pr-53893 Sep 04 21:58:08.561 INFO running: cargo +28bcffead74d5e17c6cb1f7de432e37f93a6b50c-alt check --frozen --all --all-targets Sep 04 21:58:08.561 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-53893/master#28bcffead74d5e17c6cb1f7de432e37f93a6b50c:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53893/worker-2/master#28bcffead74d5e17c6cb1f7de432e37f93a6b50c:/target:rw,Z" "-v" "/home/ec2-user/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/home/ec2-user/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=500" "-e" "CMD=cargo +28bcffead74d5e17c6cb1f7de432e37f93a6b50c-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 04 21:58:08.810 INFO blam! b386d7e1b2a26ba7b51114ba03777388af4530cb678d0e6637cfcdf20e1acffa Sep 04 21:58:08.811 INFO running `"docker" "start" "-a" "b386d7e1b2a26ba7b51114ba03777388af4530cb678d0e6637cfcdf20e1acffa"` Sep 04 21:58:09.595 INFO kablam! Checking pcap v0.5.7 Sep 04 21:58:10.677 INFO kablam! Checking carp v0.1.0 (file:///source) Sep 04 21:58:12.310 INFO kablam! error[E0284]: type annotations required: cannot resolve `<_ as std::str::FromStr>::Err == _` Sep 04 21:58:12.310 INFO kablam! --> src/ip.rs:350:61 Sep 04 21:58:12.310 INFO kablam! | Sep 04 21:58:12.310 INFO kablam! 350 | assert_eq!(Ipv4Addr::from(iph.saddr()), "10.0.2.30".parse().unwrap()); Sep 04 21:58:12.310 INFO kablam! | ^^^^^ Sep 04 21:58:12.310 INFO kablam! Sep 04 21:58:12.360 INFO kablam! warning: unused import: `crypto::digest::Digest` Sep 04 21:58:12.360 INFO kablam! --> src/carp.rs:42:5 Sep 04 21:58:12.360 INFO kablam! | Sep 04 21:58:12.360 INFO kablam! 42 | use crypto::digest::Digest; Sep 04 21:58:12.360 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Sep 04 21:58:12.360 INFO kablam! | Sep 04 21:58:12.360 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 04 21:58:12.360 INFO kablam! Sep 04 21:58:12.694 INFO kablam! warning: #[derive] can't be used on a #[repr(packed)] struct that does not derive Copy (error E0133) Sep 04 21:58:12.694 INFO kablam! --> src/ether.rs:36:10 Sep 04 21:58:12.694 INFO kablam! | Sep 04 21:58:12.694 INFO kablam! 36 | #[derive(Debug, Eq, PartialEq)] Sep 04 21:58:12.694 INFO kablam! | ^^^^^ Sep 04 21:58:12.694 INFO kablam! | Sep 04 21:58:12.694 INFO kablam! = note: #[warn(safe_packed_borrows)] on by default Sep 04 21:58:12.694 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! Sep 04 21:58:12.694 INFO kablam! = note: for more information, see issue #46043 Sep 04 21:58:12.694 INFO kablam! Sep 04 21:58:12.694 INFO kablam! warning: #[derive] can't be used on a #[repr(packed)] struct that does not derive Copy (error E0133) Sep 04 21:58:12.694 INFO kablam! --> src/ether.rs:36:21 Sep 04 21:58:12.694 INFO kablam! | Sep 04 21:58:12.694 INFO kablam! 36 | #[derive(Debug, Eq, PartialEq)] Sep 04 21:58:12.694 INFO kablam! | ^^^^^^^^^ Sep 04 21:58:12.694 INFO kablam! | Sep 04 21:58:12.694 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! Sep 04 21:58:12.694 INFO kablam! = note: for more information, see issue #46043 Sep 04 21:58:12.694 INFO kablam! Sep 04 21:58:12.695 INFO kablam! warning: #[derive] can't be used on a #[repr(packed)] struct that does not derive Copy (error E0133) Sep 04 21:58:12.695 INFO kablam! --> src/ip_carp.rs:55:10 Sep 04 21:58:12.695 INFO kablam! | Sep 04 21:58:12.695 INFO kablam! 55 | #[derive(Debug, Default)] Sep 04 21:58:12.695 INFO kablam! | ^^^^^ Sep 04 21:58:12.695 INFO kablam! | Sep 04 21:58:12.695 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! Sep 04 21:58:12.695 INFO kablam! = note: for more information, see issue #46043 Sep 04 21:58:12.695 INFO kablam! Sep 04 21:58:12.695 INFO kablam! warning: #[derive] can't be used on a #[repr(packed)] struct that does not derive Copy (error E0133) Sep 04 21:58:12.695 INFO kablam! --> src/arp.rs:41:10 Sep 04 21:58:12.695 INFO kablam! | Sep 04 21:58:12.695 INFO kablam! 41 | #[derive(Debug)] Sep 04 21:58:12.695 INFO kablam! | ^^^^^ Sep 04 21:58:12.695 INFO kablam! | Sep 04 21:58:12.695 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! Sep 04 21:58:12.695 INFO kablam! = note: for more information, see issue #46043 Sep 04 21:58:12.695 INFO kablam! Sep 04 21:58:12.695 INFO kablam! warning: #[derive] can't be used on a #[repr(packed)] struct that does not derive Copy (error E0133) Sep 04 21:58:12.695 INFO kablam! --> src/advert.rs:26:10 Sep 04 21:58:12.695 INFO kablam! | Sep 04 21:58:12.695 INFO kablam! 26 | #[derive(Debug)] Sep 04 21:58:12.695 INFO kablam! | ^^^^^ Sep 04 21:58:12.695 INFO kablam! | Sep 04 21:58:12.695 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! Sep 04 21:58:12.695 INFO kablam! = note: for more information, see issue #46043 Sep 04 21:58:12.695 INFO kablam! Sep 04 21:58:12.695 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 21:58:12.695 INFO kablam! --> src/advert.rs:49:26 Sep 04 21:58:12.695 INFO kablam! | Sep 04 21:58:12.695 INFO kablam! 49 | let mut t = try!(self.ip.into_bytes()); Sep 04 21:58:12.695 INFO kablam! | ^^^^^^^ Sep 04 21:58:12.695 INFO kablam! | Sep 04 21:58:12.695 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! Sep 04 21:58:12.695 INFO kablam! = note: for more information, see issue #46043 Sep 04 21:58:12.695 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 04 21:58:12.696 INFO kablam! Sep 04 21:58:12.696 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 21:58:12.696 INFO kablam! --> src/carp.rs:617:18 Sep 04 21:58:12.696 INFO kablam! | Sep 04 21:58:12.696 INFO kablam! 617 | let ip = &cp.ip; Sep 04 21:58:12.696 INFO kablam! | ^^^^^^ Sep 04 21:58:12.696 INFO kablam! | Sep 04 21:58:12.696 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! Sep 04 21:58:12.696 INFO kablam! = note: for more information, see issue #46043 Sep 04 21:58:12.696 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 04 21:58:12.696 INFO kablam! Sep 04 21:58:12.696 INFO kablam! warning: #[derive] can't be used on a #[repr(packed)] struct that does not derive Copy (error E0133) Sep 04 21:58:12.696 INFO kablam! --> src/socket.rs:42:10 Sep 04 21:58:12.696 INFO kablam! | Sep 04 21:58:12.696 INFO kablam! 42 | #[derive(Debug)] Sep 04 21:58:12.696 INFO kablam! | ^^^^^ Sep 04 21:58:12.696 INFO kablam! | Sep 04 21:58:12.696 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! Sep 04 21:58:12.696 INFO kablam! = note: for more information, see issue #46043 Sep 04 21:58:12.696 INFO kablam! Sep 04 21:58:12.710 INFO kablam! warning: static variable `received_signal` should have an upper case name such as `RECEIVED_SIGNAL` Sep 04 21:58:12.710 INFO kablam! --> src/carp.rs:60:1 Sep 04 21:58:12.710 INFO kablam! | Sep 04 21:58:12.710 INFO kablam! 60 | static mut received_signal: usize = 0; Sep 04 21:58:12.710 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 21:58:12.710 INFO kablam! | Sep 04 21:58:12.710 INFO kablam! = note: #[warn(non_upper_case_globals)] on by default Sep 04 21:58:12.710 INFO kablam! Sep 04 21:58:12.802 INFO kablam! error: aborting due to previous error Sep 04 21:58:12.802 INFO kablam! Sep 04 21:58:12.802 INFO kablam! For more information about this error, try `rustc --explain E0284`. Sep 04 21:58:12.812 INFO kablam! error: Could not compile `carp`. Sep 04 21:58:12.813 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 04 21:58:14.715 INFO kablam! warning: unused `#[macro_use]` import Sep 04 21:58:14.715 INFO kablam! --> tests/lib.rs:3:1 Sep 04 21:58:14.715 INFO kablam! | Sep 04 21:58:14.715 INFO kablam! 3 | #[macro_use] extern crate log; Sep 04 21:58:14.715 INFO kablam! | ^^^^^^^^^^^^ Sep 04 21:58:14.715 INFO kablam! | Sep 04 21:58:14.715 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 04 21:58:14.715 INFO kablam! Sep 04 21:58:14.835 INFO kablam! error: build failed Sep 04 21:58:14.837 INFO kablam! su: No module specific data is present Sep 04 21:58:15.357 INFO running `"docker" "rm" "-f" "b386d7e1b2a26ba7b51114ba03777388af4530cb678d0e6637cfcdf20e1acffa"` Sep 04 21:58:15.455 INFO blam! b386d7e1b2a26ba7b51114ba03777388af4530cb678d0e6637cfcdf20e1acffa