Sep 06 03:20:47.940 INFO checking network-check-sum-0.1.4 against master#1c2e17f4e3a2070a7f703f51e29c1c388ef703b6 for pr-53854 Sep 06 03:20:47.940 INFO running: cargo +1c2e17f4e3a2070a7f703f51e29c1c388ef703b6-alt check --frozen --all --all-targets Sep 06 03:20:47.940 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-3/pr-53854/master#1c2e17f4e3a2070a7f703f51e29c1c388ef703b6:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53854/worker-3/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 03:20:48.066 INFO blam! defbf231c4e4cd226e29a6ce69616e9db3aef4ac145af9f84e8c351edef2a68f Sep 06 03:20:48.067 INFO running `"docker" "start" "-a" "defbf231c4e4cd226e29a6ce69616e9db3aef4ac145af9f84e8c351edef2a68f"` Sep 06 03:20:48.838 INFO kablam! usermod: no changes Sep 06 03:20:48.876 INFO kablam! Checking network-endian v0.1.5 Sep 06 03:20:49.225 INFO kablam! error[E0599]: no function or associated item named `from_bytes` found for type `u16` in the current scope Sep 06 03:20:49.225 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/network-endian-0.1.5/src/NetworkEndianU16.rs:16:16 Sep 06 03:20:49.225 INFO kablam! | Sep 06 03:20:49.225 INFO kablam! 16 | u16::from_be(u16::from_bytes(self.0)).partial_cmp(&u16::from_be(u16::from_bytes(other.0))) Sep 06 03:20:49.225 INFO kablam! | ^^^^^^^^^^^^^^^ function or associated item not found in `u16` Sep 06 03:20:49.225 INFO kablam! | Sep 06 03:20:49.225 INFO kablam! = help: did you mean `from_be`? Sep 06 03:20:49.225 INFO kablam! Sep 06 03:20:49.228 INFO kablam! error[E0599]: no function or associated item named `from_bytes` found for type `u16` in the current scope Sep 06 03:20:49.228 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/network-endian-0.1.5/src/NetworkEndianU16.rs:16:67 Sep 06 03:20:49.228 INFO kablam! | Sep 06 03:20:49.228 INFO kablam! 16 | u16::from_be(u16::from_bytes(self.0)).partial_cmp(&u16::from_be(u16::from_bytes(other.0))) Sep 06 03:20:49.228 INFO kablam! | ^^^^^^^^^^^^^^^ function or associated item not found in `u16` Sep 06 03:20:49.228 INFO kablam! | Sep 06 03:20:49.228 INFO kablam! = help: did you mean `from_be`? Sep 06 03:20:49.228 INFO kablam! Sep 06 03:20:49.229 INFO kablam! error[E0599]: no function or associated item named `from_bytes` found for type `u16` in the current scope Sep 06 03:20:49.229 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/network-endian-0.1.5/src/NetworkEndianU16.rs:25:16 Sep 06 03:20:49.229 INFO kablam! | Sep 06 03:20:49.229 INFO kablam! 25 | u16::from_be(u16::from_bytes(self.0)).cmp(&u16::from_be(u16::from_bytes(other.0))) Sep 06 03:20:49.229 INFO kablam! | ^^^^^^^^^^^^^^^ function or associated item not found in `u16` Sep 06 03:20:49.229 INFO kablam! | Sep 06 03:20:49.229 INFO kablam! = help: did you mean `from_be`? Sep 06 03:20:49.229 INFO kablam! Sep 06 03:20:49.231 INFO kablam! error[E0599]: no function or associated item named `from_bytes` found for type `u16` in the current scope Sep 06 03:20:49.231 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/network-endian-0.1.5/src/NetworkEndianU16.rs:25:59 Sep 06 03:20:49.231 INFO kablam! | Sep 06 03:20:49.231 INFO kablam! 25 | u16::from_be(u16::from_bytes(self.0)).cmp(&u16::from_be(u16::from_bytes(other.0))) Sep 06 03:20:49.231 INFO kablam! | ^^^^^^^^^^^^^^^ function or associated item not found in `u16` Sep 06 03:20:49.231 INFO kablam! | Sep 06 03:20:49.231 INFO kablam! = help: did you mean `from_be`? Sep 06 03:20:49.231 INFO kablam! Sep 06 03:20:49.237 INFO kablam! error[E0599]: no method named `to_bytes` found for type `u16` in the current scope Sep 06 03:20:49.237 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/network-endian-0.1.5/src/NetworkEndianU16.rs:113:42 Sep 06 03:20:49.237 INFO kablam! | Sep 06 03:20:49.237 INFO kablam! 113 | NetworkEndianU16(native_endian.to_be().to_bytes()) Sep 06 03:20:49.237 INFO kablam! | ^^^^^^^^ Sep 06 03:20:49.237 INFO kablam! | Sep 06 03:20:49.237 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 06 03:20:49.237 INFO kablam! = note: the following trait defines an item `to_bytes`, perhaps you need to implement it: Sep 06 03:20:49.237 INFO kablam! candidate #1: `NetworkEndian` Sep 06 03:20:49.237 INFO kablam! Sep 06 03:20:49.238 INFO kablam! error[E0599]: no function or associated item named `from_bytes` found for type `u16` in the current scope Sep 06 03:20:49.238 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/network-endian-0.1.5/src/NetworkEndianU16.rs:126:3 Sep 06 03:20:49.238 INFO kablam! | Sep 06 03:20:49.238 INFO kablam! 126 | u16::from_bytes(self.0) Sep 06 03:20:49.238 INFO kablam! | ^^^^^^^^^^^^^^^ function or associated item not found in `u16` Sep 06 03:20:49.238 INFO kablam! | Sep 06 03:20:49.238 INFO kablam! = help: did you mean `from_be`? Sep 06 03:20:49.238 INFO kablam! Sep 06 03:20:49.252 INFO kablam! error[E0599]: no function or associated item named `from_bytes` found for type `u32` in the current scope Sep 06 03:20:49.252 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/network-endian-0.1.5/src/NetworkEndianU32.rs:16:16 Sep 06 03:20:49.252 INFO kablam! | Sep 06 03:20:49.252 INFO kablam! 16 | u32::from_be(u32::from_bytes(self.0)).partial_cmp(&u32::from_be(u32::from_bytes(other.0))) Sep 06 03:20:49.252 INFO kablam! | ^^^^^^^^^^^^^^^ function or associated item not found in `u32` Sep 06 03:20:49.252 INFO kablam! | Sep 06 03:20:49.252 INFO kablam! = help: did you mean `from_be`? Sep 06 03:20:49.252 INFO kablam! Sep 06 03:20:49.253 INFO kablam! error[E0599]: no function or associated item named `from_bytes` found for type `u32` in the current scope Sep 06 03:20:49.253 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/network-endian-0.1.5/src/NetworkEndianU32.rs:16:67 Sep 06 03:20:49.253 INFO kablam! | Sep 06 03:20:49.253 INFO kablam! 16 | u32::from_be(u32::from_bytes(self.0)).partial_cmp(&u32::from_be(u32::from_bytes(other.0))) Sep 06 03:20:49.253 INFO kablam! | ^^^^^^^^^^^^^^^ function or associated item not found in `u32` Sep 06 03:20:49.253 INFO kablam! | Sep 06 03:20:49.253 INFO kablam! = help: did you mean `from_be`? Sep 06 03:20:49.253 INFO kablam! Sep 06 03:20:49.255 INFO kablam! error[E0599]: no function or associated item named `from_bytes` found for type `u32` in the current scope Sep 06 03:20:49.255 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/network-endian-0.1.5/src/NetworkEndianU32.rs:25:16 Sep 06 03:20:49.255 INFO kablam! | Sep 06 03:20:49.255 INFO kablam! 25 | u32::from_be(u32::from_bytes(self.0)).cmp(&u32::from_be(u32::from_bytes(other.0))) Sep 06 03:20:49.255 INFO kablam! | ^^^^^^^^^^^^^^^ function or associated item not found in `u32` Sep 06 03:20:49.255 INFO kablam! | Sep 06 03:20:49.255 INFO kablam! = help: did you mean `from_be`? Sep 06 03:20:49.255 INFO kablam! Sep 06 03:20:49.256 INFO kablam! error[E0599]: no function or associated item named `from_bytes` found for type `u32` in the current scope Sep 06 03:20:49.256 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/network-endian-0.1.5/src/NetworkEndianU32.rs:25:59 Sep 06 03:20:49.256 INFO kablam! | Sep 06 03:20:49.256 INFO kablam! 25 | u32::from_be(u32::from_bytes(self.0)).cmp(&u32::from_be(u32::from_bytes(other.0))) Sep 06 03:20:49.256 INFO kablam! | ^^^^^^^^^^^^^^^ function or associated item not found in `u32` Sep 06 03:20:49.256 INFO kablam! | Sep 06 03:20:49.256 INFO kablam! = help: did you mean `from_be`? Sep 06 03:20:49.256 INFO kablam! Sep 06 03:20:49.259 INFO kablam! error[E0599]: no method named `to_bytes` found for type `u32` in the current scope Sep 06 03:20:49.259 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/network-endian-0.1.5/src/NetworkEndianU32.rs:116:42 Sep 06 03:20:49.259 INFO kablam! | Sep 06 03:20:49.259 INFO kablam! 116 | NetworkEndianU32(native_endian.to_be().to_bytes()) Sep 06 03:20:49.259 INFO kablam! | ^^^^^^^^ Sep 06 03:20:49.259 INFO kablam! | Sep 06 03:20:49.259 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 06 03:20:49.259 INFO kablam! = note: the following trait defines an item `to_bytes`, perhaps you need to implement it: Sep 06 03:20:49.259 INFO kablam! candidate #1: `NetworkEndian` Sep 06 03:20:49.259 INFO kablam! Sep 06 03:20:49.261 INFO kablam! error[E0599]: no function or associated item named `from_bytes` found for type `u32` in the current scope Sep 06 03:20:49.261 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/network-endian-0.1.5/src/NetworkEndianU32.rs:129:3 Sep 06 03:20:49.261 INFO kablam! | Sep 06 03:20:49.261 INFO kablam! 129 | u32::from_bytes(self.0) Sep 06 03:20:49.261 INFO kablam! | ^^^^^^^^^^^^^^^ function or associated item not found in `u32` Sep 06 03:20:49.261 INFO kablam! | Sep 06 03:20:49.261 INFO kablam! = help: did you mean `from_be`? Sep 06 03:20:49.261 INFO kablam! Sep 06 03:20:49.271 INFO kablam! error[E0599]: no function or associated item named `from_bytes` found for type `u128` in the current scope Sep 06 03:20:49.271 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/network-endian-0.1.5/src/NetworkEndianU128.rs:16:17 Sep 06 03:20:49.271 INFO kablam! | Sep 06 03:20:49.271 INFO kablam! 16 | u128::from_be(u128::from_bytes(self.0)).partial_cmp(&u128::from_be(u128::from_bytes(other.0))) Sep 06 03:20:49.271 INFO kablam! | ^^^^^^^^^^^^^^^^ function or associated item not found in `u128` Sep 06 03:20:49.271 INFO kablam! | Sep 06 03:20:49.271 INFO kablam! = help: did you mean `from_be`? Sep 06 03:20:49.271 INFO kablam! Sep 06 03:20:49.272 INFO kablam! error[E0599]: no function or associated item named `from_bytes` found for type `u128` in the current scope Sep 06 03:20:49.272 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/network-endian-0.1.5/src/NetworkEndianU128.rs:16:70 Sep 06 03:20:49.272 INFO kablam! | Sep 06 03:20:49.272 INFO kablam! 16 | u128::from_be(u128::from_bytes(self.0)).partial_cmp(&u128::from_be(u128::from_bytes(other.0))) Sep 06 03:20:49.272 INFO kablam! | ^^^^^^^^^^^^^^^^ function or associated item not found in `u128` Sep 06 03:20:49.272 INFO kablam! | Sep 06 03:20:49.272 INFO kablam! = help: did you mean `from_be`? Sep 06 03:20:49.272 INFO kablam! Sep 06 03:20:49.274 INFO kablam! error[E0599]: no function or associated item named `from_bytes` found for type `u128` in the current scope Sep 06 03:20:49.274 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/network-endian-0.1.5/src/NetworkEndianU128.rs:25:17 Sep 06 03:20:49.274 INFO kablam! | Sep 06 03:20:49.274 INFO kablam! 25 | u128::from_be(u128::from_bytes(self.0)).cmp(&u128::from_be(u128::from_bytes(other.0))) Sep 06 03:20:49.274 INFO kablam! | ^^^^^^^^^^^^^^^^ function or associated item not found in `u128` Sep 06 03:20:49.274 INFO kablam! | Sep 06 03:20:49.274 INFO kablam! = help: did you mean `from_be`? Sep 06 03:20:49.274 INFO kablam! Sep 06 03:20:49.275 INFO kablam! error[E0599]: no function or associated item named `from_bytes` found for type `u128` in the current scope Sep 06 03:20:49.275 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/network-endian-0.1.5/src/NetworkEndianU128.rs:25:62 Sep 06 03:20:49.275 INFO kablam! | Sep 06 03:20:49.275 INFO kablam! 25 | u128::from_be(u128::from_bytes(self.0)).cmp(&u128::from_be(u128::from_bytes(other.0))) Sep 06 03:20:49.275 INFO kablam! | ^^^^^^^^^^^^^^^^ function or associated item not found in `u128` Sep 06 03:20:49.275 INFO kablam! | Sep 06 03:20:49.275 INFO kablam! = help: did you mean `from_be`? Sep 06 03:20:49.275 INFO kablam! Sep 06 03:20:49.278 INFO kablam! error[E0599]: no method named `to_bytes` found for type `u128` in the current scope Sep 06 03:20:49.278 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/network-endian-0.1.5/src/NetworkEndianU128.rs:113:43 Sep 06 03:20:49.278 INFO kablam! | Sep 06 03:20:49.278 INFO kablam! 113 | NetworkEndianU128(native_endian.to_be().to_bytes()) Sep 06 03:20:49.278 INFO kablam! | ^^^^^^^^ Sep 06 03:20:49.278 INFO kablam! | Sep 06 03:20:49.278 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 06 03:20:49.278 INFO kablam! = note: the following trait defines an item `to_bytes`, perhaps you need to implement it: Sep 06 03:20:49.278 INFO kablam! candidate #1: `NetworkEndian` Sep 06 03:20:49.278 INFO kablam! Sep 06 03:20:49.279 INFO kablam! error[E0599]: no function or associated item named `from_bytes` found for type `u128` in the current scope Sep 06 03:20:49.279 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/network-endian-0.1.5/src/NetworkEndianU128.rs:126:3 Sep 06 03:20:49.279 INFO kablam! | Sep 06 03:20:49.279 INFO kablam! 126 | u128::from_bytes(self.0) Sep 06 03:20:49.279 INFO kablam! | ^^^^^^^^^^^^^^^^ function or associated item not found in `u128` Sep 06 03:20:49.279 INFO kablam! | Sep 06 03:20:49.279 INFO kablam! = help: did you mean `from_be`? Sep 06 03:20:49.279 INFO kablam! Sep 06 03:20:49.283 INFO kablam! error: aborting due to 18 previous errors Sep 06 03:20:49.283 INFO kablam! Sep 06 03:20:49.283 INFO kablam! For more information about this error, try `rustc --explain E0599`. Sep 06 03:20:49.290 INFO kablam! error: Could not compile `network-endian`. Sep 06 03:20:49.290 INFO kablam! Sep 06 03:20:49.290 INFO kablam! To learn more, run the command again with --verbose. Sep 06 03:20:49.292 INFO kablam! su: No module specific data is present Sep 06 03:20:49.738 INFO running `"docker" "rm" "-f" "defbf231c4e4cd226e29a6ce69616e9db3aef4ac145af9f84e8c351edef2a68f"` Sep 06 03:20:49.794 INFO blam! defbf231c4e4cd226e29a6ce69616e9db3aef4ac145af9f84e8c351edef2a68f