Sep 20 02:38:55.399 INFO checking dpdk-ethernet-0.1.10 against try#fcacde07b66fe513e52c41b73aef91bcc121905b for pr-54346 Sep 20 02:38:55.399 INFO running: cargo +fcacde07b66fe513e52c41b73aef91bcc121905b-alt check --frozen --all --all-targets Sep 20 02:38:55.399 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-54346/try#fcacde07b66fe513e52c41b73aef91bcc121905b:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54346/worker-1/try#fcacde07b66fe513e52c41b73aef91bcc121905b:/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 +fcacde07b66fe513e52c41b73aef91bcc121905b-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 20 02:38:55.569 INFO blam! aa1c7818100597ff91bf0f2c972f267346f60c1ec38e78f5ac9c15fb34f9f639 Sep 20 02:38:55.571 INFO running `"docker" "start" "-a" "aa1c7818100597ff91bf0f2c972f267346f60c1ec38e78f5ac9c15fb34f9f639"` Sep 20 02:38:56.778 INFO kablam! usermod: no changes Sep 20 02:38:56.858 INFO kablam! Compiling libnuma-sys v0.0.9 Sep 20 02:38:56.858 INFO kablam! Checking syscall-alt v0.0.14 Sep 20 02:38:56.860 INFO kablam! Compiling rdma-core-sys v0.1.10 Sep 20 02:38:56.860 INFO kablam! Compiling dpdk-sys v0.1.5 Sep 20 02:38:56.860 INFO kablam! Checking const-cstr-fork v0.2.2 Sep 20 02:38:56.862 INFO kablam! Checking indexmap v1.0.1 Sep 20 02:38:56.863 INFO kablam! Checking arrayvec v0.4.7 Sep 20 02:38:56.864 INFO kablam! Checking network-endian v0.1.5 Sep 20 02:38:57.586 INFO kablam! error[E0599]: no function or associated item named `from_bytes` found for type `u16` in the current scope Sep 20 02:38:57.587 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/network-endian-0.1.5/src/NetworkEndianU16.rs:16:16 Sep 20 02:38:57.587 INFO kablam! | Sep 20 02:38:57.587 INFO kablam! 16 | u16::from_be(u16::from_bytes(self.0)).partial_cmp(&u16::from_be(u16::from_bytes(other.0))) Sep 20 02:38:57.587 INFO kablam! | ^^^^^^^^^^^^^^^ function or associated item not found in `u16` Sep 20 02:38:57.587 INFO kablam! | Sep 20 02:38:57.587 INFO kablam! = help: did you mean `from_be`? Sep 20 02:38:57.587 INFO kablam! Sep 20 02:38:57.587 INFO kablam! error[E0599]: no function or associated item named `from_bytes` found for type `u16` in the current scope Sep 20 02:38:57.587 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/network-endian-0.1.5/src/NetworkEndianU16.rs:16:67 Sep 20 02:38:57.587 INFO kablam! | Sep 20 02:38:57.587 INFO kablam! 16 | u16::from_be(u16::from_bytes(self.0)).partial_cmp(&u16::from_be(u16::from_bytes(other.0))) Sep 20 02:38:57.587 INFO kablam! | ^^^^^^^^^^^^^^^ function or associated item not found in `u16` Sep 20 02:38:57.587 INFO kablam! | Sep 20 02:38:57.587 INFO kablam! = help: did you mean `from_be`? Sep 20 02:38:57.587 INFO kablam! Sep 20 02:38:57.591 INFO kablam! error[E0599]: no function or associated item named `from_bytes` found for type `u16` in the current scope Sep 20 02:38:57.592 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/network-endian-0.1.5/src/NetworkEndianU16.rs:25:16 Sep 20 02:38:57.592 INFO kablam! | Sep 20 02:38:57.592 INFO kablam! 25 | u16::from_be(u16::from_bytes(self.0)).cmp(&u16::from_be(u16::from_bytes(other.0))) Sep 20 02:38:57.592 INFO kablam! | ^^^^^^^^^^^^^^^ function or associated item not found in `u16` Sep 20 02:38:57.592 INFO kablam! | Sep 20 02:38:57.592 INFO kablam! = help: did you mean `from_be`? Sep 20 02:38:57.592 INFO kablam! Sep 20 02:38:57.599 INFO kablam! error[E0599]: no function or associated item named `from_bytes` found for type `u16` in the current scope Sep 20 02:38:57.599 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/network-endian-0.1.5/src/NetworkEndianU16.rs:25:59 Sep 20 02:38:57.599 INFO kablam! | Sep 20 02:38:57.599 INFO kablam! 25 | u16::from_be(u16::from_bytes(self.0)).cmp(&u16::from_be(u16::from_bytes(other.0))) Sep 20 02:38:57.599 INFO kablam! | ^^^^^^^^^^^^^^^ function or associated item not found in `u16` Sep 20 02:38:57.599 INFO kablam! | Sep 20 02:38:57.599 INFO kablam! = help: did you mean `from_be`? Sep 20 02:38:57.599 INFO kablam! Sep 20 02:38:57.620 INFO kablam! error[E0599]: no method named `to_bytes` found for type `u16` in the current scope Sep 20 02:38:57.621 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/network-endian-0.1.5/src/NetworkEndianU16.rs:113:42 Sep 20 02:38:57.621 INFO kablam! | Sep 20 02:38:57.621 INFO kablam! 113 | NetworkEndianU16(native_endian.to_be().to_bytes()) Sep 20 02:38:57.621 INFO kablam! | ^^^^^^^^ Sep 20 02:38:57.621 INFO kablam! | Sep 20 02:38:57.621 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 20 02:38:57.621 INFO kablam! = note: the following trait defines an item `to_bytes`, perhaps you need to implement it: Sep 20 02:38:57.621 INFO kablam! candidate #1: `NetworkEndian` Sep 20 02:38:57.621 INFO kablam! Sep 20 02:38:57.621 INFO kablam! error[E0599]: no function or associated item named `from_bytes` found for type `u16` in the current scope Sep 20 02:38:57.621 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/network-endian-0.1.5/src/NetworkEndianU16.rs:126:3 Sep 20 02:38:57.621 INFO kablam! | Sep 20 02:38:57.621 INFO kablam! 126 | u16::from_bytes(self.0) Sep 20 02:38:57.621 INFO kablam! | ^^^^^^^^^^^^^^^ function or associated item not found in `u16` Sep 20 02:38:57.621 INFO kablam! | Sep 20 02:38:57.621 INFO kablam! = help: did you mean `from_be`? Sep 20 02:38:57.621 INFO kablam! Sep 20 02:38:57.667 INFO kablam! error[E0599]: no function or associated item named `from_bytes` found for type `u32` in the current scope Sep 20 02:38:57.667 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/network-endian-0.1.5/src/NetworkEndianU32.rs:16:16 Sep 20 02:38:57.667 INFO kablam! | Sep 20 02:38:57.667 INFO kablam! 16 | u32::from_be(u32::from_bytes(self.0)).partial_cmp(&u32::from_be(u32::from_bytes(other.0))) Sep 20 02:38:57.667 INFO kablam! | ^^^^^^^^^^^^^^^ function or associated item not found in `u32` Sep 20 02:38:57.667 INFO kablam! | Sep 20 02:38:57.667 INFO kablam! = help: did you mean `from_be`? Sep 20 02:38:57.667 INFO kablam! Sep 20 02:38:57.667 INFO kablam! error[E0599]: no function or associated item named `from_bytes` found for type `u32` in the current scope Sep 20 02:38:57.667 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/network-endian-0.1.5/src/NetworkEndianU32.rs:16:67 Sep 20 02:38:57.667 INFO kablam! | Sep 20 02:38:57.667 INFO kablam! 16 | u32::from_be(u32::from_bytes(self.0)).partial_cmp(&u32::from_be(u32::from_bytes(other.0))) Sep 20 02:38:57.667 INFO kablam! | ^^^^^^^^^^^^^^^ function or associated item not found in `u32` Sep 20 02:38:57.667 INFO kablam! | Sep 20 02:38:57.667 INFO kablam! = help: did you mean `from_be`? Sep 20 02:38:57.667 INFO kablam! Sep 20 02:38:57.669 INFO kablam! error[E0599]: no function or associated item named `from_bytes` found for type `u32` in the current scope Sep 20 02:38:57.669 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/network-endian-0.1.5/src/NetworkEndianU32.rs:25:16 Sep 20 02:38:57.669 INFO kablam! | Sep 20 02:38:57.669 INFO kablam! 25 | u32::from_be(u32::from_bytes(self.0)).cmp(&u32::from_be(u32::from_bytes(other.0))) Sep 20 02:38:57.669 INFO kablam! | ^^^^^^^^^^^^^^^ function or associated item not found in `u32` Sep 20 02:38:57.669 INFO kablam! | Sep 20 02:38:57.669 INFO kablam! = help: did you mean `from_be`? Sep 20 02:38:57.669 INFO kablam! Sep 20 02:38:57.674 INFO kablam! error[E0599]: no function or associated item named `from_bytes` found for type `u32` in the current scope Sep 20 02:38:57.674 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/network-endian-0.1.5/src/NetworkEndianU32.rs:25:59 Sep 20 02:38:57.674 INFO kablam! | Sep 20 02:38:57.674 INFO kablam! 25 | u32::from_be(u32::from_bytes(self.0)).cmp(&u32::from_be(u32::from_bytes(other.0))) Sep 20 02:38:57.674 INFO kablam! | ^^^^^^^^^^^^^^^ function or associated item not found in `u32` Sep 20 02:38:57.674 INFO kablam! | Sep 20 02:38:57.674 INFO kablam! = help: did you mean `from_be`? Sep 20 02:38:57.675 INFO kablam! Sep 20 02:38:57.679 INFO kablam! error[E0599]: no method named `to_bytes` found for type `u32` in the current scope Sep 20 02:38:57.679 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/network-endian-0.1.5/src/NetworkEndianU32.rs:116:42 Sep 20 02:38:57.679 INFO kablam! | Sep 20 02:38:57.679 INFO kablam! 116 | NetworkEndianU32(native_endian.to_be().to_bytes()) Sep 20 02:38:57.679 INFO kablam! | ^^^^^^^^ Sep 20 02:38:57.680 INFO kablam! | Sep 20 02:38:57.680 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 20 02:38:57.680 INFO kablam! = note: the following trait defines an item `to_bytes`, perhaps you need to implement it: Sep 20 02:38:57.680 INFO kablam! candidate #1: `NetworkEndian` Sep 20 02:38:57.680 INFO kablam! Sep 20 02:38:57.687 INFO kablam! error[E0599]: no function or associated item named `from_bytes` found for type `u32` in the current scope Sep 20 02:38:57.687 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/network-endian-0.1.5/src/NetworkEndianU32.rs:129:3 Sep 20 02:38:57.687 INFO kablam! | Sep 20 02:38:57.687 INFO kablam! 129 | u32::from_bytes(self.0) Sep 20 02:38:57.687 INFO kablam! | ^^^^^^^^^^^^^^^ function or associated item not found in `u32` Sep 20 02:38:57.687 INFO kablam! | Sep 20 02:38:57.687 INFO kablam! = help: did you mean `from_be`? Sep 20 02:38:57.687 INFO kablam! Sep 20 02:38:57.699 INFO kablam! error[E0599]: no function or associated item named `from_bytes` found for type `u128` in the current scope Sep 20 02:38:57.699 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/network-endian-0.1.5/src/NetworkEndianU128.rs:16:17 Sep 20 02:38:57.699 INFO kablam! | Sep 20 02:38:57.699 INFO kablam! 16 | u128::from_be(u128::from_bytes(self.0)).partial_cmp(&u128::from_be(u128::from_bytes(other.0))) Sep 20 02:38:57.699 INFO kablam! | ^^^^^^^^^^^^^^^^ function or associated item not found in `u128` Sep 20 02:38:57.699 INFO kablam! | Sep 20 02:38:57.699 INFO kablam! = help: did you mean `from_be`? Sep 20 02:38:57.699 INFO kablam! Sep 20 02:38:57.701 INFO kablam! error[E0599]: no function or associated item named `from_bytes` found for type `u128` in the current scope Sep 20 02:38:57.701 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/network-endian-0.1.5/src/NetworkEndianU128.rs:16:70 Sep 20 02:38:57.701 INFO kablam! | Sep 20 02:38:57.701 INFO kablam! 16 | u128::from_be(u128::from_bytes(self.0)).partial_cmp(&u128::from_be(u128::from_bytes(other.0))) Sep 20 02:38:57.701 INFO kablam! | ^^^^^^^^^^^^^^^^ function or associated item not found in `u128` Sep 20 02:38:57.701 INFO kablam! | Sep 20 02:38:57.701 INFO kablam! = help: did you mean `from_be`? Sep 20 02:38:57.701 INFO kablam! Sep 20 02:38:57.704 INFO kablam! error[E0599]: no function or associated item named `from_bytes` found for type `u128` in the current scope Sep 20 02:38:57.704 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/network-endian-0.1.5/src/NetworkEndianU128.rs:25:17 Sep 20 02:38:57.704 INFO kablam! | Sep 20 02:38:57.704 INFO kablam! 25 | u128::from_be(u128::from_bytes(self.0)).cmp(&u128::from_be(u128::from_bytes(other.0))) Sep 20 02:38:57.704 INFO kablam! | ^^^^^^^^^^^^^^^^ function or associated item not found in `u128` Sep 20 02:38:57.704 INFO kablam! | Sep 20 02:38:57.705 INFO kablam! = help: did you mean `from_be`? Sep 20 02:38:57.705 INFO kablam! Sep 20 02:38:57.709 INFO kablam! error[E0599]: no function or associated item named `from_bytes` found for type `u128` in the current scope Sep 20 02:38:57.709 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/network-endian-0.1.5/src/NetworkEndianU128.rs:25:62 Sep 20 02:38:57.709 INFO kablam! | Sep 20 02:38:57.709 INFO kablam! 25 | u128::from_be(u128::from_bytes(self.0)).cmp(&u128::from_be(u128::from_bytes(other.0))) Sep 20 02:38:57.709 INFO kablam! | ^^^^^^^^^^^^^^^^ function or associated item not found in `u128` Sep 20 02:38:57.710 INFO kablam! | Sep 20 02:38:57.710 INFO kablam! = help: did you mean `from_be`? Sep 20 02:38:57.710 INFO kablam! Sep 20 02:38:57.722 INFO kablam! error[E0599]: no method named `to_bytes` found for type `u128` in the current scope Sep 20 02:38:57.722 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/network-endian-0.1.5/src/NetworkEndianU128.rs:113:43 Sep 20 02:38:57.722 INFO kablam! | Sep 20 02:38:57.722 INFO kablam! 113 | NetworkEndianU128(native_endian.to_be().to_bytes()) Sep 20 02:38:57.722 INFO kablam! | ^^^^^^^^ Sep 20 02:38:57.729 INFO kablam! | Sep 20 02:38:57.729 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 20 02:38:57.729 INFO kablam! = note: the following trait defines an item `to_bytes`, perhaps you need to implement it: Sep 20 02:38:57.729 INFO kablam! candidate #1: `NetworkEndian` Sep 20 02:38:57.729 INFO kablam! Sep 20 02:38:57.729 INFO kablam! error[E0599]: no function or associated item named `from_bytes` found for type `u128` in the current scope Sep 20 02:38:57.729 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/network-endian-0.1.5/src/NetworkEndianU128.rs:126:3 Sep 20 02:38:57.729 INFO kablam! | Sep 20 02:38:57.729 INFO kablam! 126 | u128::from_bytes(self.0) Sep 20 02:38:57.729 INFO kablam! | ^^^^^^^^^^^^^^^^ function or associated item not found in `u128` Sep 20 02:38:57.734 INFO kablam! | Sep 20 02:38:57.734 INFO kablam! = help: did you mean `from_be`? Sep 20 02:38:57.734 INFO kablam! Sep 20 02:38:57.742 INFO kablam! error: aborting due to 18 previous errors Sep 20 02:38:57.742 INFO kablam! Sep 20 02:38:57.742 INFO kablam! For more information about this error, try `rustc --explain E0599`. Sep 20 02:38:57.751 INFO kablam! error: Could not compile `network-endian`. Sep 20 02:38:57.751 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 20 02:38:59.736 INFO kablam! error: build failed Sep 20 02:38:59.737 INFO kablam! su: No module specific data is present Sep 20 02:39:00.442 INFO running `"docker" "rm" "-f" "aa1c7818100597ff91bf0f2c972f267346f60c1ec38e78f5ac9c15fb34f9f639"` Sep 20 02:39:00.532 INFO blam! aa1c7818100597ff91bf0f2c972f267346f60c1ec38e78f5ac9c15fb34f9f639