Sep 02 06:33:53.847 INFO checking network-internet-control-message-protocol-0.1.15 against try#952c7dbfa2628309f557b367929ffc17af20b332 for pr-53851 Sep 02 06:33:53.847 INFO running: cargo +952c7dbfa2628309f557b367929ffc17af20b332-alt check --frozen --all --all-targets Sep 02 06:33:53.847 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-3/pr-53851/try#952c7dbfa2628309f557b367929ffc17af20b332:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53851/worker-3/try#952c7dbfa2628309f557b367929ffc17af20b332:/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 +952c7dbfa2628309f557b367929ffc17af20b332-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 02 06:33:54.065 INFO blam! 1f947308502fd3635a019096535c3c3b05ec4d0e1388cf01a0cc6a254e21a752 Sep 02 06:33:54.067 INFO running `"docker" "start" "-a" "1f947308502fd3635a019096535c3c3b05ec4d0e1388cf01a0cc6a254e21a752"` Sep 02 06:33:54.869 INFO kablam! Checking network-endian v0.1.5 Sep 02 06:33:55.754 INFO kablam! error[E0599]: no function or associated item named `from_bytes` found for type `u16` in the current scope Sep 02 06:33:55.754 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/network-endian-0.1.5/src/NetworkEndianU16.rs:16:16 Sep 02 06:33:55.754 INFO kablam! | Sep 02 06:33:55.754 INFO kablam! 16 | u16::from_be(u16::from_bytes(self.0)).partial_cmp(&u16::from_be(u16::from_bytes(other.0))) Sep 02 06:33:55.754 INFO kablam! | ^^^^^^^^^^^^^^^ function or associated item not found in `u16` Sep 02 06:33:55.754 INFO kablam! | Sep 02 06:33:55.754 INFO kablam! = help: did you mean `from_be`? Sep 02 06:33:55.754 INFO kablam! Sep 02 06:33:55.758 INFO kablam! error[E0599]: no function or associated item named `from_bytes` found for type `u16` in the current scope Sep 02 06:33:55.758 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/network-endian-0.1.5/src/NetworkEndianU16.rs:16:67 Sep 02 06:33:55.758 INFO kablam! | Sep 02 06:33:55.758 INFO kablam! 16 | u16::from_be(u16::from_bytes(self.0)).partial_cmp(&u16::from_be(u16::from_bytes(other.0))) Sep 02 06:33:55.758 INFO kablam! | ^^^^^^^^^^^^^^^ function or associated item not found in `u16` Sep 02 06:33:55.758 INFO kablam! | Sep 02 06:33:55.758 INFO kablam! = help: did you mean `from_be`? Sep 02 06:33:55.758 INFO kablam! Sep 02 06:33:55.760 INFO kablam! error[E0599]: no function or associated item named `from_bytes` found for type `u16` in the current scope Sep 02 06:33:55.760 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/network-endian-0.1.5/src/NetworkEndianU16.rs:25:16 Sep 02 06:33:55.760 INFO kablam! | Sep 02 06:33:55.760 INFO kablam! 25 | u16::from_be(u16::from_bytes(self.0)).cmp(&u16::from_be(u16::from_bytes(other.0))) Sep 02 06:33:55.760 INFO kablam! | ^^^^^^^^^^^^^^^ function or associated item not found in `u16` Sep 02 06:33:55.760 INFO kablam! | Sep 02 06:33:55.760 INFO kablam! = help: did you mean `from_be`? Sep 02 06:33:55.760 INFO kablam! Sep 02 06:33:55.762 INFO kablam! error[E0599]: no function or associated item named `from_bytes` found for type `u16` in the current scope Sep 02 06:33:55.762 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/network-endian-0.1.5/src/NetworkEndianU16.rs:25:59 Sep 02 06:33:55.762 INFO kablam! | Sep 02 06:33:55.762 INFO kablam! 25 | u16::from_be(u16::from_bytes(self.0)).cmp(&u16::from_be(u16::from_bytes(other.0))) Sep 02 06:33:55.762 INFO kablam! | ^^^^^^^^^^^^^^^ function or associated item not found in `u16` Sep 02 06:33:55.762 INFO kablam! | Sep 02 06:33:55.762 INFO kablam! = help: did you mean `from_be`? Sep 02 06:33:55.762 INFO kablam! Sep 02 06:33:55.770 INFO kablam! error[E0599]: no method named `to_bytes` found for type `u16` in the current scope Sep 02 06:33:55.770 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/network-endian-0.1.5/src/NetworkEndianU16.rs:113:42 Sep 02 06:33:55.770 INFO kablam! | Sep 02 06:33:55.770 INFO kablam! 113 | NetworkEndianU16(native_endian.to_be().to_bytes()) Sep 02 06:33:55.770 INFO kablam! | ^^^^^^^^ Sep 02 06:33:55.770 INFO kablam! | Sep 02 06:33:55.770 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 02 06:33:55.770 INFO kablam! = note: the following trait defines an item `to_bytes`, perhaps you need to implement it: Sep 02 06:33:55.771 INFO kablam! candidate #1: `NetworkEndian` Sep 02 06:33:55.771 INFO kablam! Sep 02 06:33:55.772 INFO kablam! error[E0599]: no function or associated item named `from_bytes` found for type `u16` in the current scope Sep 02 06:33:55.772 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/network-endian-0.1.5/src/NetworkEndianU16.rs:126:3 Sep 02 06:33:55.772 INFO kablam! | Sep 02 06:33:55.772 INFO kablam! 126 | u16::from_bytes(self.0) Sep 02 06:33:55.772 INFO kablam! | ^^^^^^^^^^^^^^^ function or associated item not found in `u16` Sep 02 06:33:55.772 INFO kablam! | Sep 02 06:33:55.772 INFO kablam! = help: did you mean `from_be`? Sep 02 06:33:55.772 INFO kablam! Sep 02 06:33:55.796 INFO kablam! error[E0599]: no function or associated item named `from_bytes` found for type `u32` in the current scope Sep 02 06:33:55.796 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/network-endian-0.1.5/src/NetworkEndianU32.rs:16:16 Sep 02 06:33:55.796 INFO kablam! | Sep 02 06:33:55.796 INFO kablam! 16 | u32::from_be(u32::from_bytes(self.0)).partial_cmp(&u32::from_be(u32::from_bytes(other.0))) Sep 02 06:33:55.796 INFO kablam! | ^^^^^^^^^^^^^^^ function or associated item not found in `u32` Sep 02 06:33:55.797 INFO kablam! | Sep 02 06:33:55.797 INFO kablam! = help: did you mean `from_be`? Sep 02 06:33:55.797 INFO kablam! Sep 02 06:33:55.798 INFO kablam! error[E0599]: no function or associated item named `from_bytes` found for type `u32` in the current scope Sep 02 06:33:55.798 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/network-endian-0.1.5/src/NetworkEndianU32.rs:16:67 Sep 02 06:33:55.798 INFO kablam! | Sep 02 06:33:55.798 INFO kablam! 16 | u32::from_be(u32::from_bytes(self.0)).partial_cmp(&u32::from_be(u32::from_bytes(other.0))) Sep 02 06:33:55.798 INFO kablam! | ^^^^^^^^^^^^^^^ function or associated item not found in `u32` Sep 02 06:33:55.798 INFO kablam! | Sep 02 06:33:55.798 INFO kablam! = help: did you mean `from_be`? Sep 02 06:33:55.798 INFO kablam! Sep 02 06:33:55.800 INFO kablam! error[E0599]: no function or associated item named `from_bytes` found for type `u32` in the current scope Sep 02 06:33:55.800 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/network-endian-0.1.5/src/NetworkEndianU32.rs:25:16 Sep 02 06:33:55.800 INFO kablam! | Sep 02 06:33:55.800 INFO kablam! 25 | u32::from_be(u32::from_bytes(self.0)).cmp(&u32::from_be(u32::from_bytes(other.0))) Sep 02 06:33:55.800 INFO kablam! | ^^^^^^^^^^^^^^^ function or associated item not found in `u32` Sep 02 06:33:55.800 INFO kablam! | Sep 02 06:33:55.800 INFO kablam! = help: did you mean `from_be`? Sep 02 06:33:55.800 INFO kablam! Sep 02 06:33:55.801 INFO kablam! error[E0599]: no function or associated item named `from_bytes` found for type `u32` in the current scope Sep 02 06:33:55.801 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/network-endian-0.1.5/src/NetworkEndianU32.rs:25:59 Sep 02 06:33:55.801 INFO kablam! | Sep 02 06:33:55.802 INFO kablam! 25 | u32::from_be(u32::from_bytes(self.0)).cmp(&u32::from_be(u32::from_bytes(other.0))) Sep 02 06:33:55.802 INFO kablam! | ^^^^^^^^^^^^^^^ function or associated item not found in `u32` Sep 02 06:33:55.802 INFO kablam! | Sep 02 06:33:55.802 INFO kablam! = help: did you mean `from_be`? Sep 02 06:33:55.802 INFO kablam! Sep 02 06:33:55.807 INFO kablam! error[E0599]: no method named `to_bytes` found for type `u32` in the current scope Sep 02 06:33:55.807 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/network-endian-0.1.5/src/NetworkEndianU32.rs:116:42 Sep 02 06:33:55.807 INFO kablam! | Sep 02 06:33:55.807 INFO kablam! 116 | NetworkEndianU32(native_endian.to_be().to_bytes()) Sep 02 06:33:55.807 INFO kablam! | ^^^^^^^^ Sep 02 06:33:55.807 INFO kablam! | Sep 02 06:33:55.807 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 02 06:33:55.807 INFO kablam! = note: the following trait defines an item `to_bytes`, perhaps you need to implement it: Sep 02 06:33:55.807 INFO kablam! candidate #1: `NetworkEndian` Sep 02 06:33:55.808 INFO kablam! Sep 02 06:33:55.809 INFO kablam! error[E0599]: no function or associated item named `from_bytes` found for type `u32` in the current scope Sep 02 06:33:55.809 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/network-endian-0.1.5/src/NetworkEndianU32.rs:129:3 Sep 02 06:33:55.809 INFO kablam! | Sep 02 06:33:55.809 INFO kablam! 129 | u32::from_bytes(self.0) Sep 02 06:33:55.809 INFO kablam! | ^^^^^^^^^^^^^^^ function or associated item not found in `u32` Sep 02 06:33:55.809 INFO kablam! | Sep 02 06:33:55.809 INFO kablam! = help: did you mean `from_be`? Sep 02 06:33:55.809 INFO kablam! Sep 02 06:33:55.836 INFO kablam! error[E0599]: no function or associated item named `from_bytes` found for type `u128` in the current scope Sep 02 06:33:55.836 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/network-endian-0.1.5/src/NetworkEndianU128.rs:16:17 Sep 02 06:33:55.836 INFO kablam! | Sep 02 06:33:55.836 INFO kablam! 16 | u128::from_be(u128::from_bytes(self.0)).partial_cmp(&u128::from_be(u128::from_bytes(other.0))) Sep 02 06:33:55.836 INFO kablam! | ^^^^^^^^^^^^^^^^ function or associated item not found in `u128` Sep 02 06:33:55.837 INFO kablam! | Sep 02 06:33:55.837 INFO kablam! = help: did you mean `from_be`? Sep 02 06:33:55.837 INFO kablam! Sep 02 06:33:55.839 INFO kablam! error[E0599]: no function or associated item named `from_bytes` found for type `u128` in the current scope Sep 02 06:33:55.839 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/network-endian-0.1.5/src/NetworkEndianU128.rs:16:70 Sep 02 06:33:55.839 INFO kablam! | Sep 02 06:33:55.839 INFO kablam! 16 | u128::from_be(u128::from_bytes(self.0)).partial_cmp(&u128::from_be(u128::from_bytes(other.0))) Sep 02 06:33:55.839 INFO kablam! | ^^^^^^^^^^^^^^^^ function or associated item not found in `u128` Sep 02 06:33:55.839 INFO kablam! | Sep 02 06:33:55.839 INFO kablam! = help: did you mean `from_be`? Sep 02 06:33:55.839 INFO kablam! Sep 02 06:33:55.841 INFO kablam! error[E0599]: no function or associated item named `from_bytes` found for type `u128` in the current scope Sep 02 06:33:55.841 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/network-endian-0.1.5/src/NetworkEndianU128.rs:25:17 Sep 02 06:33:55.841 INFO kablam! | Sep 02 06:33:55.841 INFO kablam! 25 | u128::from_be(u128::from_bytes(self.0)).cmp(&u128::from_be(u128::from_bytes(other.0))) Sep 02 06:33:55.841 INFO kablam! | ^^^^^^^^^^^^^^^^ function or associated item not found in `u128` Sep 02 06:33:55.841 INFO kablam! | Sep 02 06:33:55.841 INFO kablam! = help: did you mean `from_be`? Sep 02 06:33:55.841 INFO kablam! Sep 02 06:33:55.843 INFO kablam! error[E0599]: no function or associated item named `from_bytes` found for type `u128` in the current scope Sep 02 06:33:55.843 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/network-endian-0.1.5/src/NetworkEndianU128.rs:25:62 Sep 02 06:33:55.843 INFO kablam! | Sep 02 06:33:55.843 INFO kablam! 25 | u128::from_be(u128::from_bytes(self.0)).cmp(&u128::from_be(u128::from_bytes(other.0))) Sep 02 06:33:55.843 INFO kablam! | ^^^^^^^^^^^^^^^^ function or associated item not found in `u128` Sep 02 06:33:55.843 INFO kablam! | Sep 02 06:33:55.843 INFO kablam! = help: did you mean `from_be`? Sep 02 06:33:55.843 INFO kablam! Sep 02 06:33:55.850 INFO kablam! error[E0599]: no method named `to_bytes` found for type `u128` in the current scope Sep 02 06:33:55.850 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/network-endian-0.1.5/src/NetworkEndianU128.rs:113:43 Sep 02 06:33:55.850 INFO kablam! | Sep 02 06:33:55.850 INFO kablam! 113 | NetworkEndianU128(native_endian.to_be().to_bytes()) Sep 02 06:33:55.850 INFO kablam! | ^^^^^^^^ Sep 02 06:33:55.850 INFO kablam! | Sep 02 06:33:55.850 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 02 06:33:55.850 INFO kablam! = note: the following trait defines an item `to_bytes`, perhaps you need to implement it: Sep 02 06:33:55.850 INFO kablam! candidate #1: `NetworkEndian` Sep 02 06:33:55.851 INFO kablam! Sep 02 06:33:55.852 INFO kablam! error[E0599]: no function or associated item named `from_bytes` found for type `u128` in the current scope Sep 02 06:33:55.852 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/network-endian-0.1.5/src/NetworkEndianU128.rs:126:3 Sep 02 06:33:55.852 INFO kablam! | Sep 02 06:33:55.852 INFO kablam! 126 | u128::from_bytes(self.0) Sep 02 06:33:55.852 INFO kablam! | ^^^^^^^^^^^^^^^^ function or associated item not found in `u128` Sep 02 06:33:55.852 INFO kablam! | Sep 02 06:33:55.852 INFO kablam! = help: did you mean `from_be`? Sep 02 06:33:55.852 INFO kablam! Sep 02 06:33:55.858 INFO kablam! error: aborting due to 18 previous errors Sep 02 06:33:55.858 INFO kablam! Sep 02 06:33:55.858 INFO kablam! For more information about this error, try `rustc --explain E0599`. Sep 02 06:33:55.869 INFO kablam! error: Could not compile `network-endian`. Sep 02 06:33:55.869 INFO kablam! Sep 02 06:33:55.869 INFO kablam! To learn more, run the command again with --verbose. Sep 02 06:33:55.871 INFO kablam! su: No module specific data is present Sep 02 06:33:56.243 INFO running `"docker" "rm" "-f" "1f947308502fd3635a019096535c3c3b05ec4d0e1388cf01a0cc6a254e21a752"` Sep 02 06:33:56.350 INFO blam! 1f947308502fd3635a019096535c3c3b05ec4d0e1388cf01a0cc6a254e21a752