Sep 21 06:34:01.891 INFO checking network-check-sum-0.1.4 against try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6 for pr-54394 Sep 21 06:34:01.891 INFO running: cargo +f1a3f05968ed2a674e09b6efa4ad9df90816e2b6-alt check --frozen --all --all-targets Sep 21 06:34:01.891 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-4/pr-54394/try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54394/worker-4/try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6:/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 +f1a3f05968ed2a674e09b6efa4ad9df90816e2b6-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 21 06:34:02.064 INFO blam! f2a938fb6f86e46992bdd5e2be8646dba62e14b83970eae32478aacb44941fa8 Sep 21 06:34:02.066 INFO running `"docker" "start" "-a" "f2a938fb6f86e46992bdd5e2be8646dba62e14b83970eae32478aacb44941fa8"` Sep 21 06:34:02.565 INFO kablam! usermod: no changes Sep 21 06:34:02.605 INFO kablam! Checking network-endian v0.1.5 Sep 21 06:34:03.018 INFO kablam! error[E0599]: no function or associated item named `from_bytes` found for type `u16` in the current scope Sep 21 06:34:03.018 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/network-endian-0.1.5/src/NetworkEndianU16.rs:16:16 Sep 21 06:34:03.018 INFO kablam! | Sep 21 06:34:03.018 INFO kablam! 16 | u16::from_be(u16::from_bytes(self.0)).partial_cmp(&u16::from_be(u16::from_bytes(other.0))) Sep 21 06:34:03.018 INFO kablam! | ^^^^^^^^^^^^^^^ function or associated item not found in `u16` Sep 21 06:34:03.018 INFO kablam! | Sep 21 06:34:03.018 INFO kablam! = help: did you mean `from_be`? Sep 21 06:34:03.018 INFO kablam! Sep 21 06:34:03.021 INFO kablam! error[E0599]: no function or associated item named `from_bytes` found for type `u16` in the current scope Sep 21 06:34:03.021 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/network-endian-0.1.5/src/NetworkEndianU16.rs:16:67 Sep 21 06:34:03.021 INFO kablam! | Sep 21 06:34:03.021 INFO kablam! 16 | u16::from_be(u16::from_bytes(self.0)).partial_cmp(&u16::from_be(u16::from_bytes(other.0))) Sep 21 06:34:03.021 INFO kablam! | ^^^^^^^^^^^^^^^ function or associated item not found in `u16` Sep 21 06:34:03.021 INFO kablam! | Sep 21 06:34:03.021 INFO kablam! = help: did you mean `from_be`? Sep 21 06:34:03.021 INFO kablam! Sep 21 06:34:03.023 INFO kablam! error[E0599]: no function or associated item named `from_bytes` found for type `u16` in the current scope Sep 21 06:34:03.023 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/network-endian-0.1.5/src/NetworkEndianU16.rs:25:16 Sep 21 06:34:03.023 INFO kablam! | Sep 21 06:34:03.023 INFO kablam! 25 | u16::from_be(u16::from_bytes(self.0)).cmp(&u16::from_be(u16::from_bytes(other.0))) Sep 21 06:34:03.023 INFO kablam! | ^^^^^^^^^^^^^^^ function or associated item not found in `u16` Sep 21 06:34:03.023 INFO kablam! | Sep 21 06:34:03.023 INFO kablam! = help: did you mean `from_be`? Sep 21 06:34:03.023 INFO kablam! Sep 21 06:34:03.024 INFO kablam! error[E0599]: no function or associated item named `from_bytes` found for type `u16` in the current scope Sep 21 06:34:03.024 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/network-endian-0.1.5/src/NetworkEndianU16.rs:25:59 Sep 21 06:34:03.024 INFO kablam! | Sep 21 06:34:03.024 INFO kablam! 25 | u16::from_be(u16::from_bytes(self.0)).cmp(&u16::from_be(u16::from_bytes(other.0))) Sep 21 06:34:03.024 INFO kablam! | ^^^^^^^^^^^^^^^ function or associated item not found in `u16` Sep 21 06:34:03.024 INFO kablam! | Sep 21 06:34:03.024 INFO kablam! = help: did you mean `from_be`? Sep 21 06:34:03.024 INFO kablam! Sep 21 06:34:03.032 INFO kablam! error[E0599]: no method named `to_bytes` found for type `u16` in the current scope Sep 21 06:34:03.032 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/network-endian-0.1.5/src/NetworkEndianU16.rs:113:42 Sep 21 06:34:03.032 INFO kablam! | Sep 21 06:34:03.032 INFO kablam! 113 | NetworkEndianU16(native_endian.to_be().to_bytes()) Sep 21 06:34:03.032 INFO kablam! | ^^^^^^^^ Sep 21 06:34:03.032 INFO kablam! | Sep 21 06:34:03.032 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 21 06:34:03.032 INFO kablam! = note: the following trait defines an item `to_bytes`, perhaps you need to implement it: Sep 21 06:34:03.032 INFO kablam! candidate #1: `NetworkEndian` Sep 21 06:34:03.032 INFO kablam! Sep 21 06:34:03.035 INFO kablam! error[E0599]: no function or associated item named `from_bytes` found for type `u16` in the current scope Sep 21 06:34:03.035 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/network-endian-0.1.5/src/NetworkEndianU16.rs:126:3 Sep 21 06:34:03.035 INFO kablam! | Sep 21 06:34:03.035 INFO kablam! 126 | u16::from_bytes(self.0) Sep 21 06:34:03.035 INFO kablam! | ^^^^^^^^^^^^^^^ function or associated item not found in `u16` Sep 21 06:34:03.035 INFO kablam! | Sep 21 06:34:03.035 INFO kablam! = help: did you mean `from_be`? Sep 21 06:34:03.035 INFO kablam! Sep 21 06:34:03.053 INFO kablam! error[E0599]: no function or associated item named `from_bytes` found for type `u32` in the current scope Sep 21 06:34:03.053 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/network-endian-0.1.5/src/NetworkEndianU32.rs:16:16 Sep 21 06:34:03.053 INFO kablam! | Sep 21 06:34:03.053 INFO kablam! 16 | u32::from_be(u32::from_bytes(self.0)).partial_cmp(&u32::from_be(u32::from_bytes(other.0))) Sep 21 06:34:03.053 INFO kablam! | ^^^^^^^^^^^^^^^ function or associated item not found in `u32` Sep 21 06:34:03.053 INFO kablam! | Sep 21 06:34:03.053 INFO kablam! = help: did you mean `from_be`? Sep 21 06:34:03.053 INFO kablam! Sep 21 06:34:03.055 INFO kablam! error[E0599]: no function or associated item named `from_bytes` found for type `u32` in the current scope Sep 21 06:34:03.055 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/network-endian-0.1.5/src/NetworkEndianU32.rs:16:67 Sep 21 06:34:03.055 INFO kablam! | Sep 21 06:34:03.055 INFO kablam! 16 | u32::from_be(u32::from_bytes(self.0)).partial_cmp(&u32::from_be(u32::from_bytes(other.0))) Sep 21 06:34:03.055 INFO kablam! | ^^^^^^^^^^^^^^^ function or associated item not found in `u32` Sep 21 06:34:03.055 INFO kablam! | Sep 21 06:34:03.055 INFO kablam! = help: did you mean `from_be`? Sep 21 06:34:03.055 INFO kablam! Sep 21 06:34:03.056 INFO kablam! error[E0599]: no function or associated item named `from_bytes` found for type `u32` in the current scope Sep 21 06:34:03.056 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/network-endian-0.1.5/src/NetworkEndianU32.rs:25:16 Sep 21 06:34:03.056 INFO kablam! | Sep 21 06:34:03.056 INFO kablam! 25 | u32::from_be(u32::from_bytes(self.0)).cmp(&u32::from_be(u32::from_bytes(other.0))) Sep 21 06:34:03.056 INFO kablam! | ^^^^^^^^^^^^^^^ function or associated item not found in `u32` Sep 21 06:34:03.056 INFO kablam! | Sep 21 06:34:03.056 INFO kablam! = help: did you mean `from_be`? Sep 21 06:34:03.056 INFO kablam! Sep 21 06:34:03.057 INFO kablam! error[E0599]: no function or associated item named `from_bytes` found for type `u32` in the current scope Sep 21 06:34:03.057 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/network-endian-0.1.5/src/NetworkEndianU32.rs:25:59 Sep 21 06:34:03.057 INFO kablam! | Sep 21 06:34:03.057 INFO kablam! 25 | u32::from_be(u32::from_bytes(self.0)).cmp(&u32::from_be(u32::from_bytes(other.0))) Sep 21 06:34:03.057 INFO kablam! | ^^^^^^^^^^^^^^^ function or associated item not found in `u32` Sep 21 06:34:03.057 INFO kablam! | Sep 21 06:34:03.057 INFO kablam! = help: did you mean `from_be`? Sep 21 06:34:03.057 INFO kablam! Sep 21 06:34:03.060 INFO kablam! error[E0599]: no method named `to_bytes` found for type `u32` in the current scope Sep 21 06:34:03.061 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/network-endian-0.1.5/src/NetworkEndianU32.rs:116:42 Sep 21 06:34:03.061 INFO kablam! | Sep 21 06:34:03.061 INFO kablam! 116 | NetworkEndianU32(native_endian.to_be().to_bytes()) Sep 21 06:34:03.061 INFO kablam! | ^^^^^^^^ Sep 21 06:34:03.061 INFO kablam! | Sep 21 06:34:03.061 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 21 06:34:03.061 INFO kablam! = note: the following trait defines an item `to_bytes`, perhaps you need to implement it: Sep 21 06:34:03.061 INFO kablam! candidate #1: `NetworkEndian` Sep 21 06:34:03.061 INFO kablam! Sep 21 06:34:03.062 INFO kablam! error[E0599]: no function or associated item named `from_bytes` found for type `u32` in the current scope Sep 21 06:34:03.062 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/network-endian-0.1.5/src/NetworkEndianU32.rs:129:3 Sep 21 06:34:03.062 INFO kablam! | Sep 21 06:34:03.062 INFO kablam! 129 | u32::from_bytes(self.0) Sep 21 06:34:03.062 INFO kablam! | ^^^^^^^^^^^^^^^ function or associated item not found in `u32` Sep 21 06:34:03.062 INFO kablam! | Sep 21 06:34:03.062 INFO kablam! = help: did you mean `from_be`? Sep 21 06:34:03.062 INFO kablam! Sep 21 06:34:03.078 INFO kablam! error[E0599]: no function or associated item named `from_bytes` found for type `u128` in the current scope Sep 21 06:34:03.078 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/network-endian-0.1.5/src/NetworkEndianU128.rs:16:17 Sep 21 06:34:03.078 INFO kablam! | Sep 21 06:34:03.078 INFO kablam! 16 | u128::from_be(u128::from_bytes(self.0)).partial_cmp(&u128::from_be(u128::from_bytes(other.0))) Sep 21 06:34:03.078 INFO kablam! | ^^^^^^^^^^^^^^^^ function or associated item not found in `u128` Sep 21 06:34:03.078 INFO kablam! | Sep 21 06:34:03.078 INFO kablam! = help: did you mean `from_be`? Sep 21 06:34:03.078 INFO kablam! Sep 21 06:34:03.078 INFO kablam! error[E0599]: no function or associated item named `from_bytes` found for type `u128` in the current scope Sep 21 06:34:03.078 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/network-endian-0.1.5/src/NetworkEndianU128.rs:16:70 Sep 21 06:34:03.078 INFO kablam! | Sep 21 06:34:03.078 INFO kablam! 16 | u128::from_be(u128::from_bytes(self.0)).partial_cmp(&u128::from_be(u128::from_bytes(other.0))) Sep 21 06:34:03.078 INFO kablam! | ^^^^^^^^^^^^^^^^ function or associated item not found in `u128` Sep 21 06:34:03.078 INFO kablam! | Sep 21 06:34:03.078 INFO kablam! = help: did you mean `from_be`? Sep 21 06:34:03.078 INFO kablam! Sep 21 06:34:03.080 INFO kablam! error[E0599]: no function or associated item named `from_bytes` found for type `u128` in the current scope Sep 21 06:34:03.080 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/network-endian-0.1.5/src/NetworkEndianU128.rs:25:17 Sep 21 06:34:03.080 INFO kablam! | Sep 21 06:34:03.080 INFO kablam! 25 | u128::from_be(u128::from_bytes(self.0)).cmp(&u128::from_be(u128::from_bytes(other.0))) Sep 21 06:34:03.080 INFO kablam! | ^^^^^^^^^^^^^^^^ function or associated item not found in `u128` Sep 21 06:34:03.080 INFO kablam! | Sep 21 06:34:03.080 INFO kablam! = help: did you mean `from_be`? Sep 21 06:34:03.080 INFO kablam! Sep 21 06:34:03.082 INFO kablam! error[E0599]: no function or associated item named `from_bytes` found for type `u128` in the current scope Sep 21 06:34:03.082 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/network-endian-0.1.5/src/NetworkEndianU128.rs:25:62 Sep 21 06:34:03.082 INFO kablam! | Sep 21 06:34:03.082 INFO kablam! 25 | u128::from_be(u128::from_bytes(self.0)).cmp(&u128::from_be(u128::from_bytes(other.0))) Sep 21 06:34:03.082 INFO kablam! | ^^^^^^^^^^^^^^^^ function or associated item not found in `u128` Sep 21 06:34:03.082 INFO kablam! | Sep 21 06:34:03.082 INFO kablam! = help: did you mean `from_be`? Sep 21 06:34:03.082 INFO kablam! Sep 21 06:34:03.084 INFO kablam! error[E0599]: no method named `to_bytes` found for type `u128` in the current scope Sep 21 06:34:03.084 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/network-endian-0.1.5/src/NetworkEndianU128.rs:113:43 Sep 21 06:34:03.084 INFO kablam! | Sep 21 06:34:03.084 INFO kablam! 113 | NetworkEndianU128(native_endian.to_be().to_bytes()) Sep 21 06:34:03.084 INFO kablam! | ^^^^^^^^ Sep 21 06:34:03.084 INFO kablam! | Sep 21 06:34:03.084 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 21 06:34:03.084 INFO kablam! = note: the following trait defines an item `to_bytes`, perhaps you need to implement it: Sep 21 06:34:03.084 INFO kablam! candidate #1: `NetworkEndian` Sep 21 06:34:03.085 INFO kablam! Sep 21 06:34:03.086 INFO kablam! error[E0599]: no function or associated item named `from_bytes` found for type `u128` in the current scope Sep 21 06:34:03.086 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/network-endian-0.1.5/src/NetworkEndianU128.rs:126:3 Sep 21 06:34:03.086 INFO kablam! | Sep 21 06:34:03.086 INFO kablam! 126 | u128::from_bytes(self.0) Sep 21 06:34:03.086 INFO kablam! | ^^^^^^^^^^^^^^^^ function or associated item not found in `u128` Sep 21 06:34:03.086 INFO kablam! | Sep 21 06:34:03.086 INFO kablam! = help: did you mean `from_be`? Sep 21 06:34:03.086 INFO kablam! Sep 21 06:34:03.103 INFO kablam! error: aborting due to 18 previous errors Sep 21 06:34:03.103 INFO kablam! Sep 21 06:34:03.103 INFO kablam! For more information about this error, try `rustc --explain E0599`. Sep 21 06:34:03.117 INFO kablam! error: Could not compile `network-endian`. Sep 21 06:34:03.117 INFO kablam! Sep 21 06:34:03.117 INFO kablam! To learn more, run the command again with --verbose. Sep 21 06:34:03.122 INFO kablam! su: No module specific data is present Sep 21 06:34:04.484 INFO running `"docker" "rm" "-f" "f2a938fb6f86e46992bdd5e2be8646dba62e14b83970eae32478aacb44941fa8"` Sep 21 06:34:04.592 INFO blam! f2a938fb6f86e46992bdd5e2be8646dba62e14b83970eae32478aacb44941fa8