Sep 10 14:02:38.786 INFO checking network-address-resolution-protocol-0.1.2 against try#3a2610c2a16575649896925631bf8cec4f4b1961 for pr-54090 Sep 10 14:02:38.786 INFO running: cargo +3a2610c2a16575649896925631bf8cec4f4b1961-alt check --frozen --all --all-targets Sep 10 14:02:38.786 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-6/pr-54090/try#3a2610c2a16575649896925631bf8cec4f4b1961:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54090/worker-6/try#3a2610c2a16575649896925631bf8cec4f4b1961:/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 +3a2610c2a16575649896925631bf8cec4f4b1961-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-m" "2G" "crater"` Sep 10 14:02:39.122 INFO blam! ff8faf454ab320360b5c5c05db0b09706acce5cfbd73b03aa70c96757944de61 Sep 10 14:02:39.124 INFO running `"docker" "start" "-a" "ff8faf454ab320360b5c5c05db0b09706acce5cfbd73b03aa70c96757944de61"` Sep 10 14:02:39.793 INFO kablam! usermod: no changes Sep 10 14:02:39.861 INFO kablam! Checking network-endian v0.1.5 Sep 10 14:02:40.275 INFO kablam! error[E0599]: no function or associated item named `from_bytes` found for type `u16` in the current scope Sep 10 14:02:40.275 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/network-endian-0.1.5/src/NetworkEndianU16.rs:16:16 Sep 10 14:02:40.275 INFO kablam! | Sep 10 14:02:40.275 INFO kablam! 16 | u16::from_be(u16::from_bytes(self.0)).partial_cmp(&u16::from_be(u16::from_bytes(other.0))) Sep 10 14:02:40.275 INFO kablam! | ^^^^^^^^^^^^^^^ function or associated item not found in `u16` Sep 10 14:02:40.275 INFO kablam! | Sep 10 14:02:40.275 INFO kablam! = help: did you mean `from_be`? Sep 10 14:02:40.275 INFO kablam! Sep 10 14:02:40.280 INFO kablam! error[E0599]: no function or associated item named `from_bytes` found for type `u16` in the current scope Sep 10 14:02:40.280 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/network-endian-0.1.5/src/NetworkEndianU16.rs:16:67 Sep 10 14:02:40.280 INFO kablam! | Sep 10 14:02:40.280 INFO kablam! 16 | u16::from_be(u16::from_bytes(self.0)).partial_cmp(&u16::from_be(u16::from_bytes(other.0))) Sep 10 14:02:40.280 INFO kablam! | ^^^^^^^^^^^^^^^ function or associated item not found in `u16` Sep 10 14:02:40.280 INFO kablam! | Sep 10 14:02:40.280 INFO kablam! = help: did you mean `from_be`? Sep 10 14:02:40.280 INFO kablam! Sep 10 14:02:40.281 INFO kablam! error[E0599]: no function or associated item named `from_bytes` found for type `u16` in the current scope Sep 10 14:02:40.281 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/network-endian-0.1.5/src/NetworkEndianU16.rs:25:16 Sep 10 14:02:40.281 INFO kablam! | Sep 10 14:02:40.281 INFO kablam! 25 | u16::from_be(u16::from_bytes(self.0)).cmp(&u16::from_be(u16::from_bytes(other.0))) Sep 10 14:02:40.281 INFO kablam! | ^^^^^^^^^^^^^^^ function or associated item not found in `u16` Sep 10 14:02:40.281 INFO kablam! | Sep 10 14:02:40.281 INFO kablam! = help: did you mean `from_be`? Sep 10 14:02:40.281 INFO kablam! Sep 10 14:02:40.283 INFO kablam! error[E0599]: no function or associated item named `from_bytes` found for type `u16` in the current scope Sep 10 14:02:40.283 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/network-endian-0.1.5/src/NetworkEndianU16.rs:25:59 Sep 10 14:02:40.283 INFO kablam! | Sep 10 14:02:40.283 INFO kablam! 25 | u16::from_be(u16::from_bytes(self.0)).cmp(&u16::from_be(u16::from_bytes(other.0))) Sep 10 14:02:40.283 INFO kablam! | ^^^^^^^^^^^^^^^ function or associated item not found in `u16` Sep 10 14:02:40.283 INFO kablam! | Sep 10 14:02:40.283 INFO kablam! = help: did you mean `from_be`? Sep 10 14:02:40.283 INFO kablam! Sep 10 14:02:40.288 INFO kablam! error[E0599]: no method named `to_bytes` found for type `u16` in the current scope Sep 10 14:02:40.288 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/network-endian-0.1.5/src/NetworkEndianU16.rs:113:42 Sep 10 14:02:40.288 INFO kablam! | Sep 10 14:02:40.288 INFO kablam! 113 | NetworkEndianU16(native_endian.to_be().to_bytes()) Sep 10 14:02:40.289 INFO kablam! | ^^^^^^^^ Sep 10 14:02:40.289 INFO kablam! | Sep 10 14:02:40.289 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 10 14:02:40.289 INFO kablam! = note: the following trait defines an item `to_bytes`, perhaps you need to implement it: Sep 10 14:02:40.289 INFO kablam! candidate #1: `NetworkEndian` Sep 10 14:02:40.289 INFO kablam! Sep 10 14:02:40.290 INFO kablam! error[E0599]: no function or associated item named `from_bytes` found for type `u16` in the current scope Sep 10 14:02:40.290 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/network-endian-0.1.5/src/NetworkEndianU16.rs:126:3 Sep 10 14:02:40.290 INFO kablam! | Sep 10 14:02:40.290 INFO kablam! 126 | u16::from_bytes(self.0) Sep 10 14:02:40.290 INFO kablam! | ^^^^^^^^^^^^^^^ function or associated item not found in `u16` Sep 10 14:02:40.290 INFO kablam! | Sep 10 14:02:40.290 INFO kablam! = help: did you mean `from_be`? Sep 10 14:02:40.290 INFO kablam! Sep 10 14:02:40.309 INFO kablam! error[E0599]: no function or associated item named `from_bytes` found for type `u32` in the current scope Sep 10 14:02:40.309 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/network-endian-0.1.5/src/NetworkEndianU32.rs:16:16 Sep 10 14:02:40.309 INFO kablam! | Sep 10 14:02:40.309 INFO kablam! 16 | u32::from_be(u32::from_bytes(self.0)).partial_cmp(&u32::from_be(u32::from_bytes(other.0))) Sep 10 14:02:40.309 INFO kablam! | ^^^^^^^^^^^^^^^ function or associated item not found in `u32` Sep 10 14:02:40.309 INFO kablam! | Sep 10 14:02:40.309 INFO kablam! = help: did you mean `from_be`? Sep 10 14:02:40.309 INFO kablam! Sep 10 14:02:40.309 INFO kablam! error[E0599]: no function or associated item named `from_bytes` found for type `u32` in the current scope Sep 10 14:02:40.310 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/network-endian-0.1.5/src/NetworkEndianU32.rs:16:67 Sep 10 14:02:40.310 INFO kablam! | Sep 10 14:02:40.310 INFO kablam! 16 | u32::from_be(u32::from_bytes(self.0)).partial_cmp(&u32::from_be(u32::from_bytes(other.0))) Sep 10 14:02:40.310 INFO kablam! | ^^^^^^^^^^^^^^^ function or associated item not found in `u32` Sep 10 14:02:40.310 INFO kablam! | Sep 10 14:02:40.310 INFO kablam! = help: did you mean `from_be`? Sep 10 14:02:40.310 INFO kablam! Sep 10 14:02:40.311 INFO kablam! error[E0599]: no function or associated item named `from_bytes` found for type `u32` in the current scope Sep 10 14:02:40.312 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/network-endian-0.1.5/src/NetworkEndianU32.rs:25:16 Sep 10 14:02:40.312 INFO kablam! | Sep 10 14:02:40.312 INFO kablam! 25 | u32::from_be(u32::from_bytes(self.0)).cmp(&u32::from_be(u32::from_bytes(other.0))) Sep 10 14:02:40.312 INFO kablam! | ^^^^^^^^^^^^^^^ function or associated item not found in `u32` Sep 10 14:02:40.312 INFO kablam! | Sep 10 14:02:40.312 INFO kablam! = help: did you mean `from_be`? Sep 10 14:02:40.312 INFO kablam! Sep 10 14:02:40.317 INFO kablam! error[E0599]: no function or associated item named `from_bytes` found for type `u32` in the current scope Sep 10 14:02:40.317 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/network-endian-0.1.5/src/NetworkEndianU32.rs:25:59 Sep 10 14:02:40.317 INFO kablam! | Sep 10 14:02:40.317 INFO kablam! 25 | u32::from_be(u32::from_bytes(self.0)).cmp(&u32::from_be(u32::from_bytes(other.0))) Sep 10 14:02:40.317 INFO kablam! | ^^^^^^^^^^^^^^^ function or associated item not found in `u32` Sep 10 14:02:40.317 INFO kablam! | Sep 10 14:02:40.317 INFO kablam! = help: did you mean `from_be`? Sep 10 14:02:40.317 INFO kablam! Sep 10 14:02:40.317 INFO kablam! error[E0599]: no method named `to_bytes` found for type `u32` in the current scope Sep 10 14:02:40.317 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/network-endian-0.1.5/src/NetworkEndianU32.rs:116:42 Sep 10 14:02:40.317 INFO kablam! | Sep 10 14:02:40.317 INFO kablam! 116 | NetworkEndianU32(native_endian.to_be().to_bytes()) Sep 10 14:02:40.317 INFO kablam! | ^^^^^^^^ Sep 10 14:02:40.317 INFO kablam! | Sep 10 14:02:40.317 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 10 14:02:40.317 INFO kablam! = note: the following trait defines an item `to_bytes`, perhaps you need to implement it: Sep 10 14:02:40.317 INFO kablam! candidate #1: `NetworkEndian` Sep 10 14:02:40.317 INFO kablam! Sep 10 14:02:40.319 INFO kablam! error[E0599]: no function or associated item named `from_bytes` found for type `u32` in the current scope Sep 10 14:02:40.319 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/network-endian-0.1.5/src/NetworkEndianU32.rs:129:3 Sep 10 14:02:40.319 INFO kablam! | Sep 10 14:02:40.319 INFO kablam! 129 | u32::from_bytes(self.0) Sep 10 14:02:40.319 INFO kablam! | ^^^^^^^^^^^^^^^ function or associated item not found in `u32` Sep 10 14:02:40.319 INFO kablam! | Sep 10 14:02:40.319 INFO kablam! = help: did you mean `from_be`? Sep 10 14:02:40.319 INFO kablam! Sep 10 14:02:40.334 INFO kablam! error[E0599]: no function or associated item named `from_bytes` found for type `u128` in the current scope Sep 10 14:02:40.334 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/network-endian-0.1.5/src/NetworkEndianU128.rs:16:17 Sep 10 14:02:40.334 INFO kablam! | Sep 10 14:02:40.334 INFO kablam! 16 | u128::from_be(u128::from_bytes(self.0)).partial_cmp(&u128::from_be(u128::from_bytes(other.0))) Sep 10 14:02:40.334 INFO kablam! | ^^^^^^^^^^^^^^^^ function or associated item not found in `u128` Sep 10 14:02:40.334 INFO kablam! | Sep 10 14:02:40.334 INFO kablam! = help: did you mean `from_be`? Sep 10 14:02:40.334 INFO kablam! Sep 10 14:02:40.336 INFO kablam! error[E0599]: no function or associated item named `from_bytes` found for type `u128` in the current scope Sep 10 14:02:40.336 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/network-endian-0.1.5/src/NetworkEndianU128.rs:16:70 Sep 10 14:02:40.336 INFO kablam! | Sep 10 14:02:40.336 INFO kablam! 16 | u128::from_be(u128::from_bytes(self.0)).partial_cmp(&u128::from_be(u128::from_bytes(other.0))) Sep 10 14:02:40.336 INFO kablam! | ^^^^^^^^^^^^^^^^ function or associated item not found in `u128` Sep 10 14:02:40.336 INFO kablam! | Sep 10 14:02:40.336 INFO kablam! = help: did you mean `from_be`? Sep 10 14:02:40.336 INFO kablam! Sep 10 14:02:40.337 INFO kablam! error[E0599]: no function or associated item named `from_bytes` found for type `u128` in the current scope Sep 10 14:02:40.337 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/network-endian-0.1.5/src/NetworkEndianU128.rs:25:17 Sep 10 14:02:40.337 INFO kablam! | Sep 10 14:02:40.337 INFO kablam! 25 | u128::from_be(u128::from_bytes(self.0)).cmp(&u128::from_be(u128::from_bytes(other.0))) Sep 10 14:02:40.337 INFO kablam! | ^^^^^^^^^^^^^^^^ function or associated item not found in `u128` Sep 10 14:02:40.337 INFO kablam! | Sep 10 14:02:40.337 INFO kablam! = help: did you mean `from_be`? Sep 10 14:02:40.337 INFO kablam! Sep 10 14:02:40.339 INFO kablam! error[E0599]: no function or associated item named `from_bytes` found for type `u128` in the current scope Sep 10 14:02:40.339 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/network-endian-0.1.5/src/NetworkEndianU128.rs:25:62 Sep 10 14:02:40.339 INFO kablam! | Sep 10 14:02:40.339 INFO kablam! 25 | u128::from_be(u128::from_bytes(self.0)).cmp(&u128::from_be(u128::from_bytes(other.0))) Sep 10 14:02:40.339 INFO kablam! | ^^^^^^^^^^^^^^^^ function or associated item not found in `u128` Sep 10 14:02:40.339 INFO kablam! | Sep 10 14:02:40.339 INFO kablam! = help: did you mean `from_be`? Sep 10 14:02:40.339 INFO kablam! Sep 10 14:02:40.343 INFO kablam! error[E0599]: no method named `to_bytes` found for type `u128` in the current scope Sep 10 14:02:40.343 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/network-endian-0.1.5/src/NetworkEndianU128.rs:113:43 Sep 10 14:02:40.343 INFO kablam! | Sep 10 14:02:40.343 INFO kablam! 113 | NetworkEndianU128(native_endian.to_be().to_bytes()) Sep 10 14:02:40.343 INFO kablam! | ^^^^^^^^ Sep 10 14:02:40.343 INFO kablam! | Sep 10 14:02:40.343 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 10 14:02:40.343 INFO kablam! = note: the following trait defines an item `to_bytes`, perhaps you need to implement it: Sep 10 14:02:40.343 INFO kablam! candidate #1: `NetworkEndian` Sep 10 14:02:40.343 INFO kablam! Sep 10 14:02:40.344 INFO kablam! error[E0599]: no function or associated item named `from_bytes` found for type `u128` in the current scope Sep 10 14:02:40.344 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/network-endian-0.1.5/src/NetworkEndianU128.rs:126:3 Sep 10 14:02:40.344 INFO kablam! | Sep 10 14:02:40.344 INFO kablam! 126 | u128::from_bytes(self.0) Sep 10 14:02:40.344 INFO kablam! | ^^^^^^^^^^^^^^^^ function or associated item not found in `u128` Sep 10 14:02:40.344 INFO kablam! | Sep 10 14:02:40.344 INFO kablam! = help: did you mean `from_be`? Sep 10 14:02:40.344 INFO kablam! Sep 10 14:02:40.352 INFO kablam! error: aborting due to 18 previous errors Sep 10 14:02:40.352 INFO kablam! Sep 10 14:02:40.352 INFO kablam! For more information about this error, try `rustc --explain E0599`. Sep 10 14:02:40.364 INFO kablam! error: Could not compile `network-endian`. Sep 10 14:02:40.364 INFO kablam! Sep 10 14:02:40.364 INFO kablam! To learn more, run the command again with --verbose. Sep 10 14:02:40.364 INFO kablam! su: No module specific data is present Sep 10 14:02:40.904 INFO running `"docker" "rm" "-f" "ff8faf454ab320360b5c5c05db0b09706acce5cfbd73b03aa70c96757944de61"` Sep 10 14:02:40.998 INFO blam! ff8faf454ab320360b5c5c05db0b09706acce5cfbd73b03aa70c96757944de61