Sep 20 03:55:18.776 INFO checking carp-0.1.0 against master#ff6422d7a392acfc8af28994d65af2bbaecea4f6 for pr-54346 Sep 20 03:55:18.776 INFO running: cargo +ff6422d7a392acfc8af28994d65af2bbaecea4f6-alt check --frozen --all --all-targets Sep 20 03:55:18.776 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-0/pr-54346/master#ff6422d7a392acfc8af28994d65af2bbaecea4f6:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54346/worker-0/master#ff6422d7a392acfc8af28994d65af2bbaecea4f6:/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 +ff6422d7a392acfc8af28994d65af2bbaecea4f6-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 20 03:55:19.248 INFO blam! 27bf36095f70997b38f5b394e8e0ee9bdf41b7a1f01c7536b666c1b256976761 Sep 20 03:55:19.250 INFO running `"docker" "start" "-a" "27bf36095f70997b38f5b394e8e0ee9bdf41b7a1f01c7536b666c1b256976761"` Sep 20 03:55:21.091 INFO kablam! usermod: no changes Sep 20 03:55:21.239 INFO kablam! Checking pcap v0.5.7 Sep 20 03:55:21.967 INFO kablam! Checking carp v0.1.0 (/source) Sep 20 03:55:23.307 INFO kablam! warning: unused import: `crypto::digest::Digest` Sep 20 03:55:23.308 INFO kablam! --> src/carp.rs:42:5 Sep 20 03:55:23.308 INFO kablam! | Sep 20 03:55:23.308 INFO kablam! 42 | use crypto::digest::Digest; Sep 20 03:55:23.309 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Sep 20 03:55:23.309 INFO kablam! | Sep 20 03:55:23.309 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 20 03:55:23.309 INFO kablam! Sep 20 03:55:23.310 INFO kablam! error[E0284]: type annotations required: cannot resolve `<_ as std::str::FromStr>::Err == _` Sep 20 03:55:23.310 INFO kablam! --> src/ip.rs:350:61 Sep 20 03:55:23.311 INFO kablam! | Sep 20 03:55:23.311 INFO kablam! 350 | assert_eq!(Ipv4Addr::from(iph.saddr()), "10.0.2.30".parse().unwrap()); Sep 20 03:55:23.311 INFO kablam! | ^^^^^ Sep 20 03:55:23.311 INFO kablam! Sep 20 03:55:23.641 INFO kablam! error: aborting due to previous error Sep 20 03:55:23.641 INFO kablam! Sep 20 03:55:23.642 INFO kablam! For more information about this error, try `rustc --explain E0284`. Sep 20 03:55:23.654 INFO kablam! error: Could not compile `carp`. Sep 20 03:55:23.654 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 20 03:55:23.681 INFO kablam! warning: #[derive] can't be used on a #[repr(packed)] struct that does not derive Copy (error E0133) Sep 20 03:55:23.681 INFO kablam! --> src/ether.rs:36:10 Sep 20 03:55:23.681 INFO kablam! | Sep 20 03:55:23.681 INFO kablam! 36 | #[derive(Debug, Eq, PartialEq)] Sep 20 03:55:23.682 INFO kablam! | ^^^^^ Sep 20 03:55:23.682 INFO kablam! | Sep 20 03:55:23.682 INFO kablam! = note: #[warn(safe_packed_borrows)] on by default Sep 20 03:55:23.682 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 20 03:55:23.683 INFO kablam! = note: for more information, see issue #46043 Sep 20 03:55:23.683 INFO kablam! Sep 20 03:55:23.683 INFO kablam! warning: #[derive] can't be used on a #[repr(packed)] struct that does not derive Copy (error E0133) Sep 20 03:55:23.683 INFO kablam! --> src/ether.rs:36:21 Sep 20 03:55:23.686 INFO kablam! | Sep 20 03:55:23.686 INFO kablam! 36 | #[derive(Debug, Eq, PartialEq)] Sep 20 03:55:23.686 INFO kablam! | ^^^^^^^^^ Sep 20 03:55:23.687 INFO kablam! | Sep 20 03:55:23.687 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 20 03:55:23.687 INFO kablam! = note: for more information, see issue #46043 Sep 20 03:55:23.687 INFO kablam! Sep 20 03:55:23.687 INFO kablam! warning: #[derive] can't be used on a #[repr(packed)] struct that does not derive Copy (error E0133) Sep 20 03:55:23.687 INFO kablam! --> src/ip_carp.rs:55:10 Sep 20 03:55:23.687 INFO kablam! | Sep 20 03:55:23.687 INFO kablam! 55 | #[derive(Debug, Default)] Sep 20 03:55:23.687 INFO kablam! | ^^^^^ Sep 20 03:55:23.687 INFO kablam! | Sep 20 03:55:23.687 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 20 03:55:23.687 INFO kablam! = note: for more information, see issue #46043 Sep 20 03:55:23.687 INFO kablam! Sep 20 03:55:23.687 INFO kablam! warning: #[derive] can't be used on a #[repr(packed)] struct that does not derive Copy (error E0133) Sep 20 03:55:23.687 INFO kablam! --> src/arp.rs:41:10 Sep 20 03:55:23.687 INFO kablam! | Sep 20 03:55:23.687 INFO kablam! 41 | #[derive(Debug)] Sep 20 03:55:23.687 INFO kablam! | ^^^^^ Sep 20 03:55:23.687 INFO kablam! | Sep 20 03:55:23.687 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 20 03:55:23.688 INFO kablam! = note: for more information, see issue #46043 Sep 20 03:55:23.688 INFO kablam! Sep 20 03:55:23.688 INFO kablam! warning: #[derive] can't be used on a #[repr(packed)] struct that does not derive Copy (error E0133) Sep 20 03:55:23.688 INFO kablam! --> src/advert.rs:26:10 Sep 20 03:55:23.691 INFO kablam! | Sep 20 03:55:23.691 INFO kablam! 26 | #[derive(Debug)] Sep 20 03:55:23.691 INFO kablam! | ^^^^^ Sep 20 03:55:23.691 INFO kablam! | Sep 20 03:55:23.691 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 20 03:55:23.691 INFO kablam! = note: for more information, see issue #46043 Sep 20 03:55:23.691 INFO kablam! Sep 20 03:55:23.691 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 20 03:55:23.691 INFO kablam! --> src/advert.rs:49:26 Sep 20 03:55:23.691 INFO kablam! | Sep 20 03:55:23.691 INFO kablam! 49 | let mut t = try!(self.ip.into_bytes()); Sep 20 03:55:23.691 INFO kablam! | ^^^^^^^ Sep 20 03:55:23.691 INFO kablam! | Sep 20 03:55:23.691 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 20 03:55:23.691 INFO kablam! = note: for more information, see issue #46043 Sep 20 03:55:23.691 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 20 03:55:23.691 INFO kablam! Sep 20 03:55:23.691 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 20 03:55:23.691 INFO kablam! --> src/carp.rs:617:18 Sep 20 03:55:23.694 INFO kablam! | Sep 20 03:55:23.694 INFO kablam! 617 | let ip = &cp.ip; Sep 20 03:55:23.694 INFO kablam! | ^^^^^^ Sep 20 03:55:23.695 INFO kablam! | Sep 20 03:55:23.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 20 03:55:23.695 INFO kablam! = note: for more information, see issue #46043 Sep 20 03:55:23.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 20 03:55:23.695 INFO kablam! Sep 20 03:55:23.695 INFO kablam! warning: #[derive] can't be used on a #[repr(packed)] struct that does not derive Copy (error E0133) Sep 20 03:55:23.695 INFO kablam! --> src/socket.rs:42:10 Sep 20 03:55:23.695 INFO kablam! | Sep 20 03:55:23.695 INFO kablam! 42 | #[derive(Debug)] Sep 20 03:55:23.695 INFO kablam! | ^^^^^ Sep 20 03:55:23.695 INFO kablam! | Sep 20 03:55:23.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 20 03:55:23.695 INFO kablam! = note: for more information, see issue #46043 Sep 20 03:55:23.695 INFO kablam! Sep 20 03:55:23.714 INFO kablam! warning: static variable `received_signal` should have an upper case name such as `RECEIVED_SIGNAL` Sep 20 03:55:23.715 INFO kablam! --> src/carp.rs:60:1 Sep 20 03:55:23.715 INFO kablam! | Sep 20 03:55:23.715 INFO kablam! 60 | static mut received_signal: usize = 0; Sep 20 03:55:23.715 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 20 03:55:23.715 INFO kablam! | Sep 20 03:55:23.715 INFO kablam! = note: #[warn(non_upper_case_globals)] on by default Sep 20 03:55:23.715 INFO kablam! Sep 20 03:55:23.795 INFO kablam! error: build failed Sep 20 03:55:23.798 INFO kablam! su: No module specific data is present Sep 20 03:55:25.208 INFO running `"docker" "rm" "-f" "27bf36095f70997b38f5b394e8e0ee9bdf41b7a1f01c7536b666c1b256976761"` Sep 20 03:55:25.543 INFO blam! 27bf36095f70997b38f5b394e8e0ee9bdf41b7a1f01c7536b666c1b256976761