Sep 06 08:59:32.664 INFO checking carp-0.1.0 against master#1c2e17f4e3a2070a7f703f51e29c1c388ef703b6 for pr-53854 Sep 06 08:59:32.664 INFO running: cargo +1c2e17f4e3a2070a7f703f51e29c1c388ef703b6-alt check --frozen --all --all-targets Sep 06 08:59:32.664 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-6/pr-53854/master#1c2e17f4e3a2070a7f703f51e29c1c388ef703b6:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53854/worker-6/master#1c2e17f4e3a2070a7f703f51e29c1c388ef703b6:/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 +1c2e17f4e3a2070a7f703f51e29c1c388ef703b6-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 06 08:59:32.893 INFO blam! 19d52bed7dcd1ca0f10fc59daa112cfa617b9bb275dfe8c087e3b1cc94ef169c Sep 06 08:59:32.895 INFO running `"docker" "start" "-a" "19d52bed7dcd1ca0f10fc59daa112cfa617b9bb275dfe8c087e3b1cc94ef169c"` Sep 06 08:59:34.390 INFO kablam! usermod: no changes Sep 06 08:59:34.578 INFO kablam! Checking pcap v0.5.7 Sep 06 08:59:35.236 INFO kablam! Checking carp v0.1.0 (file:///source) Sep 06 08:59:36.789 INFO kablam! warning: unused import: `crypto::digest::Digest` Sep 06 08:59:36.789 INFO kablam! --> src/carp.rs:42:5 Sep 06 08:59:36.789 INFO kablam! | Sep 06 08:59:36.789 INFO kablam! 42 | use crypto::digest::Digest; Sep 06 08:59:36.789 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Sep 06 08:59:36.802 INFO kablam! | Sep 06 08:59:36.802 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 06 08:59:36.803 INFO kablam! Sep 06 08:59:37.017 INFO kablam! error[E0284]: type annotations required: cannot resolve `<_ as std::str::FromStr>::Err == _` Sep 06 08:59:37.018 INFO kablam! --> src/ip.rs:350:61 Sep 06 08:59:37.018 INFO kablam! | Sep 06 08:59:37.018 INFO kablam! 350 | assert_eq!(Ipv4Addr::from(iph.saddr()), "10.0.2.30".parse().unwrap()); Sep 06 08:59:37.018 INFO kablam! | ^^^^^ Sep 06 08:59:37.018 INFO kablam! Sep 06 08:59:37.098 INFO kablam! warning: #[derive] can't be used on a #[repr(packed)] struct that does not derive Copy (error E0133) Sep 06 08:59:37.098 INFO kablam! --> src/ether.rs:36:10 Sep 06 08:59:37.098 INFO kablam! | Sep 06 08:59:37.098 INFO kablam! 36 | #[derive(Debug, Eq, PartialEq)] Sep 06 08:59:37.098 INFO kablam! | ^^^^^ Sep 06 08:59:37.110 INFO kablam! | Sep 06 08:59:37.110 INFO kablam! = note: #[warn(safe_packed_borrows)] on by default Sep 06 08:59:37.111 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 06 08:59:37.111 INFO kablam! = note: for more information, see issue #46043 Sep 06 08:59:37.111 INFO kablam! Sep 06 08:59:37.111 INFO kablam! warning: #[derive] can't be used on a #[repr(packed)] struct that does not derive Copy (error E0133) Sep 06 08:59:37.111 INFO kablam! --> src/ether.rs:36:21 Sep 06 08:59:37.111 INFO kablam! | Sep 06 08:59:37.111 INFO kablam! 36 | #[derive(Debug, Eq, PartialEq)] Sep 06 08:59:37.111 INFO kablam! | ^^^^^^^^^ Sep 06 08:59:37.112 INFO kablam! | Sep 06 08:59:37.112 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 06 08:59:37.112 INFO kablam! = note: for more information, see issue #46043 Sep 06 08:59:37.113 INFO kablam! Sep 06 08:59:37.113 INFO kablam! warning: #[derive] can't be used on a #[repr(packed)] struct that does not derive Copy (error E0133) Sep 06 08:59:37.113 INFO kablam! --> src/ip_carp.rs:55:10 Sep 06 08:59:37.113 INFO kablam! | Sep 06 08:59:37.113 INFO kablam! 55 | #[derive(Debug, Default)] Sep 06 08:59:37.113 INFO kablam! | ^^^^^ Sep 06 08:59:37.113 INFO kablam! | Sep 06 08:59:37.114 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 06 08:59:37.114 INFO kablam! = note: for more information, see issue #46043 Sep 06 08:59:37.114 INFO kablam! Sep 06 08:59:37.115 INFO kablam! warning: #[derive] can't be used on a #[repr(packed)] struct that does not derive Copy (error E0133) Sep 06 08:59:37.115 INFO kablam! --> src/arp.rs:41:10 Sep 06 08:59:37.115 INFO kablam! | Sep 06 08:59:37.115 INFO kablam! 41 | #[derive(Debug)] Sep 06 08:59:37.115 INFO kablam! | ^^^^^ Sep 06 08:59:37.115 INFO kablam! | Sep 06 08:59:37.115 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 06 08:59:37.116 INFO kablam! = note: for more information, see issue #46043 Sep 06 08:59:37.116 INFO kablam! Sep 06 08:59:37.116 INFO kablam! warning: #[derive] can't be used on a #[repr(packed)] struct that does not derive Copy (error E0133) Sep 06 08:59:37.116 INFO kablam! --> src/advert.rs:26:10 Sep 06 08:59:37.116 INFO kablam! | Sep 06 08:59:37.116 INFO kablam! 26 | #[derive(Debug)] Sep 06 08:59:37.116 INFO kablam! | ^^^^^ Sep 06 08:59:37.117 INFO kablam! | Sep 06 08:59:37.117 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 06 08:59:37.117 INFO kablam! = note: for more information, see issue #46043 Sep 06 08:59:37.118 INFO kablam! Sep 06 08:59:37.118 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 08:59:37.118 INFO kablam! --> src/advert.rs:49:26 Sep 06 08:59:37.118 INFO kablam! | Sep 06 08:59:37.118 INFO kablam! 49 | let mut t = try!(self.ip.into_bytes()); Sep 06 08:59:37.118 INFO kablam! | ^^^^^^^ Sep 06 08:59:37.118 INFO kablam! | Sep 06 08:59:37.119 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 06 08:59:37.119 INFO kablam! = note: for more information, see issue #46043 Sep 06 08:59:37.119 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 06 08:59:37.119 INFO kablam! Sep 06 08:59:37.120 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 08:59:37.120 INFO kablam! --> src/carp.rs:617:18 Sep 06 08:59:37.120 INFO kablam! | Sep 06 08:59:37.120 INFO kablam! 617 | let ip = &cp.ip; Sep 06 08:59:37.120 INFO kablam! | ^^^^^^ Sep 06 08:59:37.120 INFO kablam! | Sep 06 08:59:37.120 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 06 08:59:37.121 INFO kablam! = note: for more information, see issue #46043 Sep 06 08:59:37.121 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 06 08:59:37.121 INFO kablam! Sep 06 08:59:37.122 INFO kablam! warning: #[derive] can't be used on a #[repr(packed)] struct that does not derive Copy (error E0133) Sep 06 08:59:37.122 INFO kablam! --> src/socket.rs:42:10 Sep 06 08:59:37.122 INFO kablam! | Sep 06 08:59:37.122 INFO kablam! 42 | #[derive(Debug)] Sep 06 08:59:37.122 INFO kablam! | ^^^^^ Sep 06 08:59:37.122 INFO kablam! | Sep 06 08:59:37.122 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 06 08:59:37.123 INFO kablam! = note: for more information, see issue #46043 Sep 06 08:59:37.123 INFO kablam! Sep 06 08:59:37.134 INFO kablam! warning: static variable `received_signal` should have an upper case name such as `RECEIVED_SIGNAL` Sep 06 08:59:37.134 INFO kablam! --> src/carp.rs:60:1 Sep 06 08:59:37.134 INFO kablam! | Sep 06 08:59:37.134 INFO kablam! 60 | static mut received_signal: usize = 0; Sep 06 08:59:37.134 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 06 08:59:37.142 INFO kablam! | Sep 06 08:59:37.142 INFO kablam! = note: #[warn(non_upper_case_globals)] on by default Sep 06 08:59:37.142 INFO kablam! Sep 06 08:59:37.732 INFO kablam! error: aborting due to previous error Sep 06 08:59:37.732 INFO kablam! Sep 06 08:59:37.732 INFO kablam! For more information about this error, try `rustc --explain E0284`. Sep 06 08:59:37.756 INFO kablam! error: Could not compile `carp`. Sep 06 08:59:37.756 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 06 08:59:39.095 INFO kablam! warning: unused `#[macro_use]` import Sep 06 08:59:39.095 INFO kablam! --> tests/lib.rs:3:1 Sep 06 08:59:39.095 INFO kablam! | Sep 06 08:59:39.095 INFO kablam! 3 | #[macro_use] extern crate log; Sep 06 08:59:39.095 INFO kablam! | ^^^^^^^^^^^^ Sep 06 08:59:39.095 INFO kablam! | Sep 06 08:59:39.095 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 06 08:59:39.095 INFO kablam! Sep 06 08:59:39.198 INFO kablam! error: build failed Sep 06 08:59:39.199 INFO kablam! su: No module specific data is present Sep 06 08:59:40.461 INFO running `"docker" "rm" "-f" "19d52bed7dcd1ca0f10fc59daa112cfa617b9bb275dfe8c087e3b1cc94ef169c"` Sep 06 08:59:40.568 INFO blam! 19d52bed7dcd1ca0f10fc59daa112cfa617b9bb275dfe8c087e3b1cc94ef169c