Sep 21 12:25:24.143 INFO checking carp-0.1.0 against master#f7f4c500b46603386e940f116b469c7adc043a6d for pr-54394 Sep 21 12:25:24.143 INFO running: cargo +f7f4c500b46603386e940f116b469c7adc043a6d-alt check --frozen --all --all-targets Sep 21 12:25:24.143 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-6/pr-54394/master#f7f4c500b46603386e940f116b469c7adc043a6d:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54394/worker-6/master#f7f4c500b46603386e940f116b469c7adc043a6d:/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=1000" "-e" "CMD=cargo +f7f4c500b46603386e940f116b469c7adc043a6d-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 21 12:25:24.351 INFO blam! 9ea89332a39f62c7a7484e87068fd30b160e6ce3dd58bc31175796d0f6451fad Sep 21 12:25:24.353 INFO running `"docker" "start" "-a" "9ea89332a39f62c7a7484e87068fd30b160e6ce3dd58bc31175796d0f6451fad"` Sep 21 12:25:26.333 INFO kablam! usermod: no changes Sep 21 12:25:26.512 INFO kablam! Checking pcap v0.5.7 Sep 21 12:25:27.264 INFO kablam! Checking carp v0.1.0 (/source) Sep 21 12:25:28.634 INFO kablam! error[E0284]: type annotations required: cannot resolve `<_ as std::str::FromStr>::Err == _` Sep 21 12:25:28.634 INFO kablam! --> src/ip.rs:350:61 Sep 21 12:25:28.634 INFO kablam! | Sep 21 12:25:28.634 INFO kablam! 350 | assert_eq!(Ipv4Addr::from(iph.saddr()), "10.0.2.30".parse().unwrap()); Sep 21 12:25:28.634 INFO kablam! | ^^^^^ Sep 21 12:25:28.634 INFO kablam! Sep 21 12:25:29.050 INFO kablam! warning: unused import: `crypto::digest::Digest` Sep 21 12:25:29.050 INFO kablam! --> src/carp.rs:42:5 Sep 21 12:25:29.050 INFO kablam! | Sep 21 12:25:29.050 INFO kablam! 42 | use crypto::digest::Digest; Sep 21 12:25:29.050 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Sep 21 12:25:29.050 INFO kablam! | Sep 21 12:25:29.050 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 21 12:25:29.050 INFO kablam! Sep 21 12:25:29.164 INFO kablam! error: aborting due to previous error Sep 21 12:25:29.164 INFO kablam! Sep 21 12:25:29.164 INFO kablam! For more information about this error, try `rustc --explain E0284`. Sep 21 12:25:29.194 INFO kablam! error: Could not compile `carp`. Sep 21 12:25:29.194 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 21 12:25:29.293 INFO kablam! warning: #[derive] can't be used on a #[repr(packed)] struct that does not derive Copy (error E0133) Sep 21 12:25:29.293 INFO kablam! --> src/ether.rs:36:10 Sep 21 12:25:29.293 INFO kablam! | Sep 21 12:25:29.293 INFO kablam! 36 | #[derive(Debug, Eq, PartialEq)] Sep 21 12:25:29.293 INFO kablam! | ^^^^^ Sep 21 12:25:29.293 INFO kablam! | Sep 21 12:25:29.293 INFO kablam! = note: #[warn(safe_packed_borrows)] on by default Sep 21 12:25:29.293 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 21 12:25:29.293 INFO kablam! = note: for more information, see issue #46043 Sep 21 12:25:29.293 INFO kablam! Sep 21 12:25:29.293 INFO kablam! warning: #[derive] can't be used on a #[repr(packed)] struct that does not derive Copy (error E0133) Sep 21 12:25:29.293 INFO kablam! --> src/ether.rs:36:21 Sep 21 12:25:29.293 INFO kablam! | Sep 21 12:25:29.293 INFO kablam! 36 | #[derive(Debug, Eq, PartialEq)] Sep 21 12:25:29.293 INFO kablam! | ^^^^^^^^^ Sep 21 12:25:29.293 INFO kablam! | Sep 21 12:25:29.293 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 21 12:25:29.293 INFO kablam! = note: for more information, see issue #46043 Sep 21 12:25:29.293 INFO kablam! Sep 21 12:25:29.293 INFO kablam! warning: #[derive] can't be used on a #[repr(packed)] struct that does not derive Copy (error E0133) Sep 21 12:25:29.293 INFO kablam! --> src/ip_carp.rs:55:10 Sep 21 12:25:29.293 INFO kablam! | Sep 21 12:25:29.293 INFO kablam! 55 | #[derive(Debug, Default)] Sep 21 12:25:29.293 INFO kablam! | ^^^^^ Sep 21 12:25:29.293 INFO kablam! | Sep 21 12:25:29.293 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 21 12:25:29.293 INFO kablam! = note: for more information, see issue #46043 Sep 21 12:25:29.293 INFO kablam! Sep 21 12:25:29.294 INFO kablam! warning: #[derive] can't be used on a #[repr(packed)] struct that does not derive Copy (error E0133) Sep 21 12:25:29.294 INFO kablam! --> src/arp.rs:41:10 Sep 21 12:25:29.294 INFO kablam! | Sep 21 12:25:29.294 INFO kablam! 41 | #[derive(Debug)] Sep 21 12:25:29.294 INFO kablam! | ^^^^^ Sep 21 12:25:29.294 INFO kablam! | Sep 21 12:25:29.294 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 21 12:25:29.294 INFO kablam! = note: for more information, see issue #46043 Sep 21 12:25:29.294 INFO kablam! Sep 21 12:25:29.294 INFO kablam! warning: #[derive] can't be used on a #[repr(packed)] struct that does not derive Copy (error E0133) Sep 21 12:25:29.294 INFO kablam! --> src/advert.rs:26:10 Sep 21 12:25:29.294 INFO kablam! | Sep 21 12:25:29.294 INFO kablam! 26 | #[derive(Debug)] Sep 21 12:25:29.294 INFO kablam! | ^^^^^ Sep 21 12:25:29.294 INFO kablam! | Sep 21 12:25:29.294 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 21 12:25:29.294 INFO kablam! = note: for more information, see issue #46043 Sep 21 12:25:29.294 INFO kablam! Sep 21 12:25:29.294 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 12:25:29.294 INFO kablam! --> src/advert.rs:49:26 Sep 21 12:25:29.294 INFO kablam! | Sep 21 12:25:29.294 INFO kablam! 49 | let mut t = try!(self.ip.into_bytes()); Sep 21 12:25:29.294 INFO kablam! | ^^^^^^^ Sep 21 12:25:29.294 INFO kablam! | Sep 21 12:25:29.294 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 21 12:25:29.294 INFO kablam! = note: for more information, see issue #46043 Sep 21 12:25:29.294 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 21 12:25:29.294 INFO kablam! Sep 21 12:25:29.294 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 12:25:29.294 INFO kablam! --> src/carp.rs:617:18 Sep 21 12:25:29.294 INFO kablam! | Sep 21 12:25:29.294 INFO kablam! 617 | let ip = &cp.ip; Sep 21 12:25:29.294 INFO kablam! | ^^^^^^ Sep 21 12:25:29.294 INFO kablam! | Sep 21 12:25:29.294 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 21 12:25:29.294 INFO kablam! = note: for more information, see issue #46043 Sep 21 12:25:29.294 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 21 12:25:29.294 INFO kablam! Sep 21 12:25:29.294 INFO kablam! warning: #[derive] can't be used on a #[repr(packed)] struct that does not derive Copy (error E0133) Sep 21 12:25:29.294 INFO kablam! --> src/socket.rs:42:10 Sep 21 12:25:29.294 INFO kablam! | Sep 21 12:25:29.294 INFO kablam! 42 | #[derive(Debug)] Sep 21 12:25:29.294 INFO kablam! | ^^^^^ Sep 21 12:25:29.294 INFO kablam! | Sep 21 12:25:29.294 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 21 12:25:29.295 INFO kablam! = note: for more information, see issue #46043 Sep 21 12:25:29.295 INFO kablam! Sep 21 12:25:29.304 INFO kablam! warning: static variable `received_signal` should have an upper case name such as `RECEIVED_SIGNAL` Sep 21 12:25:29.304 INFO kablam! --> src/carp.rs:60:1 Sep 21 12:25:29.304 INFO kablam! | Sep 21 12:25:29.304 INFO kablam! 60 | static mut received_signal: usize = 0; Sep 21 12:25:29.304 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 12:25:29.304 INFO kablam! | Sep 21 12:25:29.304 INFO kablam! = note: #[warn(non_upper_case_globals)] on by default Sep 21 12:25:29.304 INFO kablam! Sep 21 12:25:29.425 INFO kablam! error: build failed Sep 21 12:25:29.426 INFO kablam! su: No module specific data is present Sep 21 12:25:30.371 INFO running `"docker" "rm" "-f" "9ea89332a39f62c7a7484e87068fd30b160e6ce3dd58bc31175796d0f6451fad"` Sep 21 12:25:30.481 INFO blam! 9ea89332a39f62c7a7484e87068fd30b160e6ce3dd58bc31175796d0f6451fad