Sep 19 23:42:32.636 INFO checking network-address-resolution-protocol-0.1.2 against try#135b4cd023a753409d01e43b0f23d22a899feeeb for pr-54352 Sep 19 23:42:32.636 INFO running: cargo +135b4cd023a753409d01e43b0f23d22a899feeeb-alt check --frozen --all --all-targets Sep 19 23:42:32.636 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-5/pr-54352/try#135b4cd023a753409d01e43b0f23d22a899feeeb:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54352/worker-5/try#135b4cd023a753409d01e43b0f23d22a899feeeb:/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 +135b4cd023a753409d01e43b0f23d22a899feeeb-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 19 23:42:32.795 INFO blam! 0c0655cf31fabffbb41089d81346f7af86e37ccfe57bfbbc5da89ebfe567c3a5 Sep 19 23:42:32.798 INFO running `"docker" "start" "-a" "0c0655cf31fabffbb41089d81346f7af86e37ccfe57bfbbc5da89ebfe567c3a5"` Sep 19 23:42:33.597 INFO kablam! usermod: no changes Sep 19 23:42:33.682 INFO kablam! Checking network-endian v0.1.5 Sep 19 23:42:34.063 INFO kablam! error[E0599]: no function or associated item named `from_bytes` found for type `u16` in the current scope Sep 19 23:42:34.063 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/network-endian-0.1.5/src/NetworkEndianU16.rs:16:16 Sep 19 23:42:34.063 INFO kablam! | Sep 19 23:42:34.063 INFO kablam! 16 | u16::from_be(u16::from_bytes(self.0)).partial_cmp(&u16::from_be(u16::from_bytes(other.0))) Sep 19 23:42:34.063 INFO kablam! | ^^^^^^^^^^^^^^^ function or associated item not found in `u16` Sep 19 23:42:34.063 INFO kablam! | Sep 19 23:42:34.063 INFO kablam! = help: did you mean `from_be`? Sep 19 23:42:34.063 INFO kablam! Sep 19 23:42:34.067 INFO kablam! error[E0599]: no function or associated item named `from_bytes` found for type `u16` in the current scope Sep 19 23:42:34.067 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/network-endian-0.1.5/src/NetworkEndianU16.rs:16:67 Sep 19 23:42:34.067 INFO kablam! | Sep 19 23:42:34.067 INFO kablam! 16 | u16::from_be(u16::from_bytes(self.0)).partial_cmp(&u16::from_be(u16::from_bytes(other.0))) Sep 19 23:42:34.067 INFO kablam! | ^^^^^^^^^^^^^^^ function or associated item not found in `u16` Sep 19 23:42:34.067 INFO kablam! | Sep 19 23:42:34.071 INFO kablam! = help: did you mean `from_be`? Sep 19 23:42:34.071 INFO kablam! Sep 19 23:42:34.071 INFO kablam! error[E0599]: no function or associated item named `from_bytes` found for type `u16` in the current scope Sep 19 23:42:34.071 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/network-endian-0.1.5/src/NetworkEndianU16.rs:25:16 Sep 19 23:42:34.071 INFO kablam! | Sep 19 23:42:34.071 INFO kablam! 25 | u16::from_be(u16::from_bytes(self.0)).cmp(&u16::from_be(u16::from_bytes(other.0))) Sep 19 23:42:34.071 INFO kablam! | ^^^^^^^^^^^^^^^ function or associated item not found in `u16` Sep 19 23:42:34.071 INFO kablam! | Sep 19 23:42:34.071 INFO kablam! = help: did you mean `from_be`? Sep 19 23:42:34.071 INFO kablam! Sep 19 23:42:34.071 INFO kablam! error[E0599]: no function or associated item named `from_bytes` found for type `u16` in the current scope Sep 19 23:42:34.071 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/network-endian-0.1.5/src/NetworkEndianU16.rs:25:59 Sep 19 23:42:34.071 INFO kablam! | Sep 19 23:42:34.071 INFO kablam! 25 | u16::from_be(u16::from_bytes(self.0)).cmp(&u16::from_be(u16::from_bytes(other.0))) Sep 19 23:42:34.071 INFO kablam! | ^^^^^^^^^^^^^^^ function or associated item not found in `u16` Sep 19 23:42:34.071 INFO kablam! | Sep 19 23:42:34.071 INFO kablam! = help: did you mean `from_be`? Sep 19 23:42:34.071 INFO kablam! Sep 19 23:42:34.075 INFO kablam! error[E0599]: no method named `to_bytes` found for type `u16` in the current scope Sep 19 23:42:34.075 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/network-endian-0.1.5/src/NetworkEndianU16.rs:113:42 Sep 19 23:42:34.075 INFO kablam! | Sep 19 23:42:34.075 INFO kablam! 113 | NetworkEndianU16(native_endian.to_be().to_bytes()) Sep 19 23:42:34.075 INFO kablam! | ^^^^^^^^ Sep 19 23:42:34.075 INFO kablam! | Sep 19 23:42:34.075 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 19 23:42:34.075 INFO kablam! = note: the following trait defines an item `to_bytes`, perhaps you need to implement it: Sep 19 23:42:34.075 INFO kablam! candidate #1: `NetworkEndian` Sep 19 23:42:34.075 INFO kablam! Sep 19 23:42:34.076 INFO kablam! error[E0599]: no function or associated item named `from_bytes` found for type `u16` in the current scope Sep 19 23:42:34.076 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/network-endian-0.1.5/src/NetworkEndianU16.rs:126:3 Sep 19 23:42:34.076 INFO kablam! | Sep 19 23:42:34.076 INFO kablam! 126 | u16::from_bytes(self.0) Sep 19 23:42:34.076 INFO kablam! | ^^^^^^^^^^^^^^^ function or associated item not found in `u16` Sep 19 23:42:34.076 INFO kablam! | Sep 19 23:42:34.076 INFO kablam! = help: did you mean `from_be`? Sep 19 23:42:34.076 INFO kablam! Sep 19 23:42:34.098 INFO kablam! error[E0599]: no function or associated item named `from_bytes` found for type `u32` in the current scope Sep 19 23:42:34.098 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/network-endian-0.1.5/src/NetworkEndianU32.rs:16:16 Sep 19 23:42:34.098 INFO kablam! | Sep 19 23:42:34.098 INFO kablam! 16 | u32::from_be(u32::from_bytes(self.0)).partial_cmp(&u32::from_be(u32::from_bytes(other.0))) Sep 19 23:42:34.098 INFO kablam! | ^^^^^^^^^^^^^^^ function or associated item not found in `u32` Sep 19 23:42:34.098 INFO kablam! | Sep 19 23:42:34.098 INFO kablam! = help: did you mean `from_be`? Sep 19 23:42:34.098 INFO kablam! Sep 19 23:42:34.098 INFO kablam! error[E0599]: no function or associated item named `from_bytes` found for type `u32` in the current scope Sep 19 23:42:34.098 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/network-endian-0.1.5/src/NetworkEndianU32.rs:16:67 Sep 19 23:42:34.098 INFO kablam! | Sep 19 23:42:34.098 INFO kablam! 16 | u32::from_be(u32::from_bytes(self.0)).partial_cmp(&u32::from_be(u32::from_bytes(other.0))) Sep 19 23:42:34.098 INFO kablam! | ^^^^^^^^^^^^^^^ function or associated item not found in `u32` Sep 19 23:42:34.098 INFO kablam! | Sep 19 23:42:34.098 INFO kablam! = help: did you mean `from_be`? Sep 19 23:42:34.098 INFO kablam! Sep 19 23:42:34.098 INFO kablam! error[E0599]: no function or associated item named `from_bytes` found for type `u32` in the current scope Sep 19 23:42:34.098 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/network-endian-0.1.5/src/NetworkEndianU32.rs:25:16 Sep 19 23:42:34.098 INFO kablam! | Sep 19 23:42:34.098 INFO kablam! 25 | u32::from_be(u32::from_bytes(self.0)).cmp(&u32::from_be(u32::from_bytes(other.0))) Sep 19 23:42:34.098 INFO kablam! | ^^^^^^^^^^^^^^^ function or associated item not found in `u32` Sep 19 23:42:34.098 INFO kablam! | Sep 19 23:42:34.098 INFO kablam! = help: did you mean `from_be`? Sep 19 23:42:34.098 INFO kablam! Sep 19 23:42:34.098 INFO kablam! error[E0599]: no function or associated item named `from_bytes` found for type `u32` in the current scope Sep 19 23:42:34.098 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/network-endian-0.1.5/src/NetworkEndianU32.rs:25:59 Sep 19 23:42:34.098 INFO kablam! | Sep 19 23:42:34.098 INFO kablam! 25 | u32::from_be(u32::from_bytes(self.0)).cmp(&u32::from_be(u32::from_bytes(other.0))) Sep 19 23:42:34.098 INFO kablam! | ^^^^^^^^^^^^^^^ function or associated item not found in `u32` Sep 19 23:42:34.098 INFO kablam! | Sep 19 23:42:34.098 INFO kablam! = help: did you mean `from_be`? Sep 19 23:42:34.098 INFO kablam! Sep 19 23:42:34.102 INFO kablam! error[E0599]: no method named `to_bytes` found for type `u32` in the current scope Sep 19 23:42:34.102 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/network-endian-0.1.5/src/NetworkEndianU32.rs:116:42 Sep 19 23:42:34.102 INFO kablam! | Sep 19 23:42:34.102 INFO kablam! 116 | NetworkEndianU32(native_endian.to_be().to_bytes()) Sep 19 23:42:34.102 INFO kablam! | ^^^^^^^^ Sep 19 23:42:34.102 INFO kablam! | Sep 19 23:42:34.102 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 19 23:42:34.102 INFO kablam! = note: the following trait defines an item `to_bytes`, perhaps you need to implement it: Sep 19 23:42:34.102 INFO kablam! candidate #1: `NetworkEndian` Sep 19 23:42:34.102 INFO kablam! Sep 19 23:42:34.102 INFO kablam! error[E0599]: no function or associated item named `from_bytes` found for type `u32` in the current scope Sep 19 23:42:34.102 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/network-endian-0.1.5/src/NetworkEndianU32.rs:129:3 Sep 19 23:42:34.102 INFO kablam! | Sep 19 23:42:34.102 INFO kablam! 129 | u32::from_bytes(self.0) Sep 19 23:42:34.102 INFO kablam! | ^^^^^^^^^^^^^^^ function or associated item not found in `u32` Sep 19 23:42:34.102 INFO kablam! | Sep 19 23:42:34.102 INFO kablam! = help: did you mean `from_be`? Sep 19 23:42:34.102 INFO kablam! Sep 19 23:42:34.118 INFO kablam! error[E0599]: no function or associated item named `from_bytes` found for type `u128` in the current scope Sep 19 23:42:34.118 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/network-endian-0.1.5/src/NetworkEndianU128.rs:16:17 Sep 19 23:42:34.118 INFO kablam! | Sep 19 23:42:34.118 INFO kablam! 16 | u128::from_be(u128::from_bytes(self.0)).partial_cmp(&u128::from_be(u128::from_bytes(other.0))) Sep 19 23:42:34.118 INFO kablam! | ^^^^^^^^^^^^^^^^ function or associated item not found in `u128` Sep 19 23:42:34.118 INFO kablam! | Sep 19 23:42:34.118 INFO kablam! = help: did you mean `from_be`? Sep 19 23:42:34.118 INFO kablam! Sep 19 23:42:34.119 INFO kablam! error[E0599]: no function or associated item named `from_bytes` found for type `u128` in the current scope Sep 19 23:42:34.119 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/network-endian-0.1.5/src/NetworkEndianU128.rs:16:70 Sep 19 23:42:34.119 INFO kablam! | Sep 19 23:42:34.119 INFO kablam! 16 | u128::from_be(u128::from_bytes(self.0)).partial_cmp(&u128::from_be(u128::from_bytes(other.0))) Sep 19 23:42:34.119 INFO kablam! | ^^^^^^^^^^^^^^^^ function or associated item not found in `u128` Sep 19 23:42:34.119 INFO kablam! | Sep 19 23:42:34.119 INFO kablam! = help: did you mean `from_be`? Sep 19 23:42:34.119 INFO kablam! Sep 19 23:42:34.122 INFO kablam! error[E0599]: no function or associated item named `from_bytes` found for type `u128` in the current scope Sep 19 23:42:34.122 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/network-endian-0.1.5/src/NetworkEndianU128.rs:25:17 Sep 19 23:42:34.122 INFO kablam! | Sep 19 23:42:34.122 INFO kablam! 25 | u128::from_be(u128::from_bytes(self.0)).cmp(&u128::from_be(u128::from_bytes(other.0))) Sep 19 23:42:34.122 INFO kablam! | ^^^^^^^^^^^^^^^^ function or associated item not found in `u128` Sep 19 23:42:34.122 INFO kablam! | Sep 19 23:42:34.122 INFO kablam! = help: did you mean `from_be`? Sep 19 23:42:34.122 INFO kablam! Sep 19 23:42:34.122 INFO kablam! error[E0599]: no function or associated item named `from_bytes` found for type `u128` in the current scope Sep 19 23:42:34.122 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/network-endian-0.1.5/src/NetworkEndianU128.rs:25:62 Sep 19 23:42:34.122 INFO kablam! | Sep 19 23:42:34.122 INFO kablam! 25 | u128::from_be(u128::from_bytes(self.0)).cmp(&u128::from_be(u128::from_bytes(other.0))) Sep 19 23:42:34.122 INFO kablam! | ^^^^^^^^^^^^^^^^ function or associated item not found in `u128` Sep 19 23:42:34.122 INFO kablam! | Sep 19 23:42:34.122 INFO kablam! = help: did you mean `from_be`? Sep 19 23:42:34.122 INFO kablam! Sep 19 23:42:34.125 INFO kablam! error[E0599]: no method named `to_bytes` found for type `u128` in the current scope Sep 19 23:42:34.125 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/network-endian-0.1.5/src/NetworkEndianU128.rs:113:43 Sep 19 23:42:34.125 INFO kablam! | Sep 19 23:42:34.125 INFO kablam! 113 | NetworkEndianU128(native_endian.to_be().to_bytes()) Sep 19 23:42:34.125 INFO kablam! | ^^^^^^^^ Sep 19 23:42:34.125 INFO kablam! | Sep 19 23:42:34.125 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 19 23:42:34.125 INFO kablam! = note: the following trait defines an item `to_bytes`, perhaps you need to implement it: Sep 19 23:42:34.125 INFO kablam! candidate #1: `NetworkEndian` Sep 19 23:42:34.125 INFO kablam! Sep 19 23:42:34.130 INFO kablam! error[E0599]: no function or associated item named `from_bytes` found for type `u128` in the current scope Sep 19 23:42:34.130 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/network-endian-0.1.5/src/NetworkEndianU128.rs:126:3 Sep 19 23:42:34.130 INFO kablam! | Sep 19 23:42:34.130 INFO kablam! 126 | u128::from_bytes(self.0) Sep 19 23:42:34.130 INFO kablam! | ^^^^^^^^^^^^^^^^ function or associated item not found in `u128` Sep 19 23:42:34.130 INFO kablam! | Sep 19 23:42:34.130 INFO kablam! = help: did you mean `from_be`? Sep 19 23:42:34.130 INFO kablam! Sep 19 23:42:34.132 INFO kablam! error: aborting due to 18 previous errors Sep 19 23:42:34.132 INFO kablam! Sep 19 23:42:34.132 INFO kablam! For more information about this error, try `rustc --explain E0599`. Sep 19 23:42:34.143 INFO kablam! error: Could not compile `network-endian`. Sep 19 23:42:34.143 INFO kablam! Sep 19 23:42:34.143 INFO kablam! To learn more, run the command again with --verbose. Sep 19 23:42:34.143 INFO kablam! su: No module specific data is present Sep 19 23:42:34.981 INFO running `"docker" "rm" "-f" "0c0655cf31fabffbb41089d81346f7af86e37ccfe57bfbbc5da89ebfe567c3a5"` Sep 19 23:42:35.128 INFO blam! 0c0655cf31fabffbb41089d81346f7af86e37ccfe57bfbbc5da89ebfe567c3a5