Sep 04 12:53:29.230 INFO checking network-check-sum-0.1.4 against try#5fe695a3844714c70e8f7731a553f7947987a68a for pr-53913 Sep 04 12:53:29.230 INFO running: cargo +5fe695a3844714c70e8f7731a553f7947987a68a-alt check --frozen --all --all-targets Sep 04 12:53:29.230 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-53913/try#5fe695a3844714c70e8f7731a553f7947987a68a:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53913/worker-2/try#5fe695a3844714c70e8f7731a553f7947987a68a:/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=500" "-e" "CMD=cargo +5fe695a3844714c70e8f7731a553f7947987a68a-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 04 12:53:29.437 INFO blam! 4fb60f7794a5e98a3ce5425f94088a69c45cc5ef3d08ceb82f68287fb57e2a44 Sep 04 12:53:29.439 INFO running `"docker" "start" "-a" "4fb60f7794a5e98a3ce5425f94088a69c45cc5ef3d08ceb82f68287fb57e2a44"` Sep 04 12:53:30.072 INFO kablam! Checking network-endian v0.1.5 Sep 04 12:53:30.679 INFO kablam! error[E0599]: no function or associated item named `from_bytes` found for type `u16` in the current scope Sep 04 12:53:30.680 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/network-endian-0.1.5/src/NetworkEndianU16.rs:16:16 Sep 04 12:53:30.680 INFO kablam! | Sep 04 12:53:30.680 INFO kablam! 16 | u16::from_be(u16::from_bytes(self.0)).partial_cmp(&u16::from_be(u16::from_bytes(other.0))) Sep 04 12:53:30.680 INFO kablam! | ^^^^^^^^^^^^^^^ function or associated item not found in `u16` Sep 04 12:53:30.680 INFO kablam! | Sep 04 12:53:30.680 INFO kablam! = help: did you mean `from_be`? Sep 04 12:53:30.680 INFO kablam! Sep 04 12:53:30.685 INFO kablam! error[E0599]: no function or associated item named `from_bytes` found for type `u16` in the current scope Sep 04 12:53:30.685 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/network-endian-0.1.5/src/NetworkEndianU16.rs:16:67 Sep 04 12:53:30.685 INFO kablam! | Sep 04 12:53:30.685 INFO kablam! 16 | u16::from_be(u16::from_bytes(self.0)).partial_cmp(&u16::from_be(u16::from_bytes(other.0))) Sep 04 12:53:30.685 INFO kablam! | ^^^^^^^^^^^^^^^ function or associated item not found in `u16` Sep 04 12:53:30.685 INFO kablam! | Sep 04 12:53:30.685 INFO kablam! = help: did you mean `from_be`? Sep 04 12:53:30.685 INFO kablam! Sep 04 12:53:30.687 INFO kablam! error[E0599]: no function or associated item named `from_bytes` found for type `u16` in the current scope Sep 04 12:53:30.687 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/network-endian-0.1.5/src/NetworkEndianU16.rs:25:16 Sep 04 12:53:30.687 INFO kablam! | Sep 04 12:53:30.687 INFO kablam! 25 | u16::from_be(u16::from_bytes(self.0)).cmp(&u16::from_be(u16::from_bytes(other.0))) Sep 04 12:53:30.687 INFO kablam! | ^^^^^^^^^^^^^^^ function or associated item not found in `u16` Sep 04 12:53:30.687 INFO kablam! | Sep 04 12:53:30.687 INFO kablam! = help: did you mean `from_be`? Sep 04 12:53:30.687 INFO kablam! Sep 04 12:53:30.688 INFO kablam! error[E0599]: no function or associated item named `from_bytes` found for type `u16` in the current scope Sep 04 12:53:30.689 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/network-endian-0.1.5/src/NetworkEndianU16.rs:25:59 Sep 04 12:53:30.689 INFO kablam! | Sep 04 12:53:30.689 INFO kablam! 25 | u16::from_be(u16::from_bytes(self.0)).cmp(&u16::from_be(u16::from_bytes(other.0))) Sep 04 12:53:30.689 INFO kablam! | ^^^^^^^^^^^^^^^ function or associated item not found in `u16` Sep 04 12:53:30.689 INFO kablam! | Sep 04 12:53:30.689 INFO kablam! = help: did you mean `from_be`? Sep 04 12:53:30.689 INFO kablam! Sep 04 12:53:30.696 INFO kablam! error[E0599]: no method named `to_bytes` found for type `u16` in the current scope Sep 04 12:53:30.696 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/network-endian-0.1.5/src/NetworkEndianU16.rs:113:42 Sep 04 12:53:30.696 INFO kablam! | Sep 04 12:53:30.696 INFO kablam! 113 | NetworkEndianU16(native_endian.to_be().to_bytes()) Sep 04 12:53:30.696 INFO kablam! | ^^^^^^^^ Sep 04 12:53:30.696 INFO kablam! | Sep 04 12:53:30.696 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 04 12:53:30.696 INFO kablam! = note: the following trait defines an item `to_bytes`, perhaps you need to implement it: Sep 04 12:53:30.696 INFO kablam! candidate #1: `NetworkEndian` Sep 04 12:53:30.696 INFO kablam! Sep 04 12:53:30.698 INFO kablam! error[E0599]: no function or associated item named `from_bytes` found for type `u16` in the current scope Sep 04 12:53:30.698 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/network-endian-0.1.5/src/NetworkEndianU16.rs:126:3 Sep 04 12:53:30.698 INFO kablam! | Sep 04 12:53:30.698 INFO kablam! 126 | u16::from_bytes(self.0) Sep 04 12:53:30.698 INFO kablam! | ^^^^^^^^^^^^^^^ function or associated item not found in `u16` Sep 04 12:53:30.698 INFO kablam! | Sep 04 12:53:30.698 INFO kablam! = help: did you mean `from_be`? Sep 04 12:53:30.698 INFO kablam! Sep 04 12:53:30.717 INFO kablam! error[E0599]: no function or associated item named `from_bytes` found for type `u32` in the current scope Sep 04 12:53:30.717 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/network-endian-0.1.5/src/NetworkEndianU32.rs:16:16 Sep 04 12:53:30.717 INFO kablam! | Sep 04 12:53:30.717 INFO kablam! 16 | u32::from_be(u32::from_bytes(self.0)).partial_cmp(&u32::from_be(u32::from_bytes(other.0))) Sep 04 12:53:30.717 INFO kablam! | ^^^^^^^^^^^^^^^ function or associated item not found in `u32` Sep 04 12:53:30.717 INFO kablam! | Sep 04 12:53:30.717 INFO kablam! = help: did you mean `from_be`? Sep 04 12:53:30.717 INFO kablam! Sep 04 12:53:30.719 INFO kablam! error[E0599]: no function or associated item named `from_bytes` found for type `u32` in the current scope Sep 04 12:53:30.719 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/network-endian-0.1.5/src/NetworkEndianU32.rs:16:67 Sep 04 12:53:30.719 INFO kablam! | Sep 04 12:53:30.719 INFO kablam! 16 | u32::from_be(u32::from_bytes(self.0)).partial_cmp(&u32::from_be(u32::from_bytes(other.0))) Sep 04 12:53:30.719 INFO kablam! | ^^^^^^^^^^^^^^^ function or associated item not found in `u32` Sep 04 12:53:30.719 INFO kablam! | Sep 04 12:53:30.719 INFO kablam! = help: did you mean `from_be`? Sep 04 12:53:30.719 INFO kablam! Sep 04 12:53:30.720 INFO kablam! error[E0599]: no function or associated item named `from_bytes` found for type `u32` in the current scope Sep 04 12:53:30.720 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/network-endian-0.1.5/src/NetworkEndianU32.rs:25:16 Sep 04 12:53:30.720 INFO kablam! | Sep 04 12:53:30.720 INFO kablam! 25 | u32::from_be(u32::from_bytes(self.0)).cmp(&u32::from_be(u32::from_bytes(other.0))) Sep 04 12:53:30.721 INFO kablam! | ^^^^^^^^^^^^^^^ function or associated item not found in `u32` Sep 04 12:53:30.721 INFO kablam! | Sep 04 12:53:30.721 INFO kablam! = help: did you mean `from_be`? Sep 04 12:53:30.721 INFO kablam! Sep 04 12:53:30.722 INFO kablam! error[E0599]: no function or associated item named `from_bytes` found for type `u32` in the current scope Sep 04 12:53:30.722 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/network-endian-0.1.5/src/NetworkEndianU32.rs:25:59 Sep 04 12:53:30.722 INFO kablam! | Sep 04 12:53:30.722 INFO kablam! 25 | u32::from_be(u32::from_bytes(self.0)).cmp(&u32::from_be(u32::from_bytes(other.0))) Sep 04 12:53:30.722 INFO kablam! | ^^^^^^^^^^^^^^^ function or associated item not found in `u32` Sep 04 12:53:30.722 INFO kablam! | Sep 04 12:53:30.722 INFO kablam! = help: did you mean `from_be`? Sep 04 12:53:30.722 INFO kablam! Sep 04 12:53:30.726 INFO kablam! error[E0599]: no method named `to_bytes` found for type `u32` in the current scope Sep 04 12:53:30.727 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/network-endian-0.1.5/src/NetworkEndianU32.rs:116:42 Sep 04 12:53:30.727 INFO kablam! | Sep 04 12:53:30.727 INFO kablam! 116 | NetworkEndianU32(native_endian.to_be().to_bytes()) Sep 04 12:53:30.727 INFO kablam! | ^^^^^^^^ Sep 04 12:53:30.727 INFO kablam! | Sep 04 12:53:30.727 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 04 12:53:30.727 INFO kablam! = note: the following trait defines an item `to_bytes`, perhaps you need to implement it: Sep 04 12:53:30.727 INFO kablam! candidate #1: `NetworkEndian` Sep 04 12:53:30.727 INFO kablam! Sep 04 12:53:30.729 INFO kablam! error[E0599]: no function or associated item named `from_bytes` found for type `u32` in the current scope Sep 04 12:53:30.729 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/network-endian-0.1.5/src/NetworkEndianU32.rs:129:3 Sep 04 12:53:30.729 INFO kablam! | Sep 04 12:53:30.729 INFO kablam! 129 | u32::from_bytes(self.0) Sep 04 12:53:30.729 INFO kablam! | ^^^^^^^^^^^^^^^ function or associated item not found in `u32` Sep 04 12:53:30.729 INFO kablam! | Sep 04 12:53:30.729 INFO kablam! = help: did you mean `from_be`? Sep 04 12:53:30.729 INFO kablam! Sep 04 12:53:30.748 INFO kablam! error[E0599]: no function or associated item named `from_bytes` found for type `u128` in the current scope Sep 04 12:53:30.748 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/network-endian-0.1.5/src/NetworkEndianU128.rs:16:17 Sep 04 12:53:30.748 INFO kablam! | Sep 04 12:53:30.748 INFO kablam! 16 | u128::from_be(u128::from_bytes(self.0)).partial_cmp(&u128::from_be(u128::from_bytes(other.0))) Sep 04 12:53:30.748 INFO kablam! | ^^^^^^^^^^^^^^^^ function or associated item not found in `u128` Sep 04 12:53:30.748 INFO kablam! | Sep 04 12:53:30.748 INFO kablam! = help: did you mean `from_be`? Sep 04 12:53:30.748 INFO kablam! Sep 04 12:53:30.750 INFO kablam! error[E0599]: no function or associated item named `from_bytes` found for type `u128` in the current scope Sep 04 12:53:30.750 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/network-endian-0.1.5/src/NetworkEndianU128.rs:16:70 Sep 04 12:53:30.750 INFO kablam! | Sep 04 12:53:30.750 INFO kablam! 16 | u128::from_be(u128::from_bytes(self.0)).partial_cmp(&u128::from_be(u128::from_bytes(other.0))) Sep 04 12:53:30.750 INFO kablam! | ^^^^^^^^^^^^^^^^ function or associated item not found in `u128` Sep 04 12:53:30.750 INFO kablam! | Sep 04 12:53:30.750 INFO kablam! = help: did you mean `from_be`? Sep 04 12:53:30.750 INFO kablam! Sep 04 12:53:30.752 INFO kablam! error[E0599]: no function or associated item named `from_bytes` found for type `u128` in the current scope Sep 04 12:53:30.752 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/network-endian-0.1.5/src/NetworkEndianU128.rs:25:17 Sep 04 12:53:30.752 INFO kablam! | Sep 04 12:53:30.752 INFO kablam! 25 | u128::from_be(u128::from_bytes(self.0)).cmp(&u128::from_be(u128::from_bytes(other.0))) Sep 04 12:53:30.752 INFO kablam! | ^^^^^^^^^^^^^^^^ function or associated item not found in `u128` Sep 04 12:53:30.752 INFO kablam! | Sep 04 12:53:30.752 INFO kablam! = help: did you mean `from_be`? Sep 04 12:53:30.752 INFO kablam! Sep 04 12:53:30.753 INFO kablam! error[E0599]: no function or associated item named `from_bytes` found for type `u128` in the current scope Sep 04 12:53:30.753 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/network-endian-0.1.5/src/NetworkEndianU128.rs:25:62 Sep 04 12:53:30.753 INFO kablam! | Sep 04 12:53:30.753 INFO kablam! 25 | u128::from_be(u128::from_bytes(self.0)).cmp(&u128::from_be(u128::from_bytes(other.0))) Sep 04 12:53:30.753 INFO kablam! | ^^^^^^^^^^^^^^^^ function or associated item not found in `u128` Sep 04 12:53:30.754 INFO kablam! | Sep 04 12:53:30.754 INFO kablam! = help: did you mean `from_be`? Sep 04 12:53:30.754 INFO kablam! Sep 04 12:53:30.758 INFO kablam! error[E0599]: no method named `to_bytes` found for type `u128` in the current scope Sep 04 12:53:30.758 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/network-endian-0.1.5/src/NetworkEndianU128.rs:113:43 Sep 04 12:53:30.758 INFO kablam! | Sep 04 12:53:30.758 INFO kablam! 113 | NetworkEndianU128(native_endian.to_be().to_bytes()) Sep 04 12:53:30.758 INFO kablam! | ^^^^^^^^ Sep 04 12:53:30.758 INFO kablam! | Sep 04 12:53:30.758 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 04 12:53:30.758 INFO kablam! = note: the following trait defines an item `to_bytes`, perhaps you need to implement it: Sep 04 12:53:30.758 INFO kablam! candidate #1: `NetworkEndian` Sep 04 12:53:30.758 INFO kablam! Sep 04 12:53:30.760 INFO kablam! error[E0599]: no function or associated item named `from_bytes` found for type `u128` in the current scope Sep 04 12:53:30.760 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/network-endian-0.1.5/src/NetworkEndianU128.rs:126:3 Sep 04 12:53:30.760 INFO kablam! | Sep 04 12:53:30.760 INFO kablam! 126 | u128::from_bytes(self.0) Sep 04 12:53:30.760 INFO kablam! | ^^^^^^^^^^^^^^^^ function or associated item not found in `u128` Sep 04 12:53:30.760 INFO kablam! | Sep 04 12:53:30.760 INFO kablam! = help: did you mean `from_be`? Sep 04 12:53:30.760 INFO kablam! Sep 04 12:53:30.765 INFO kablam! error: aborting due to 18 previous errors Sep 04 12:53:30.765 INFO kablam! Sep 04 12:53:30.765 INFO kablam! For more information about this error, try `rustc --explain E0599`. Sep 04 12:53:30.773 INFO kablam! error: Could not compile `network-endian`. Sep 04 12:53:30.773 INFO kablam! Sep 04 12:53:30.773 INFO kablam! To learn more, run the command again with --verbose. Sep 04 12:53:30.776 INFO kablam! su: No module specific data is present Sep 04 12:53:31.314 INFO running `"docker" "rm" "-f" "4fb60f7794a5e98a3ce5425f94088a69c45cc5ef3d08ceb82f68287fb57e2a44"` Sep 04 12:53:31.395 INFO blam! 4fb60f7794a5e98a3ce5425f94088a69c45cc5ef3d08ceb82f68287fb57e2a44