Sep 04 19:24:16.311 INFO checking dpdk-virtual-devices-0.1.5 against master#28bcffead74d5e17c6cb1f7de432e37f93a6b50c for pr-53893 Sep 04 19:24:16.311 INFO running: cargo +28bcffead74d5e17c6cb1f7de432e37f93a6b50c-alt check --frozen --all --all-targets Sep 04 19:24:16.312 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-3/pr-53893/master#28bcffead74d5e17c6cb1f7de432e37f93a6b50c:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53893/worker-3/master#28bcffead74d5e17c6cb1f7de432e37f93a6b50c:/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 +28bcffead74d5e17c6cb1f7de432e37f93a6b50c-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 04 19:24:16.465 INFO blam! 0db1194a740431044229833b14a583e6b212da44104cdca4ae220625e5ea0837 Sep 04 19:24:16.468 INFO running `"docker" "start" "-a" "0db1194a740431044229833b14a583e6b212da44104cdca4ae220625e5ea0837"` Sep 04 19:24:17.445 INFO kablam! Compiling libnuma-sys v0.0.9 Sep 04 19:24:17.458 INFO kablam! Checking syscall-alt v0.0.14 Sep 04 19:24:17.459 INFO kablam! Compiling rdma-core-sys v0.1.10 Sep 04 19:24:17.459 INFO kablam! Compiling dpdk-sys v0.1.5 Sep 04 19:24:17.459 INFO kablam! Checking rust-extra v0.0.13 Sep 04 19:24:17.464 INFO kablam! Checking libc-extra v0.3.2 Sep 04 19:24:17.468 INFO kablam! Checking arrayvec v0.4.7 Sep 04 19:24:17.471 INFO kablam! Checking network-endian v0.1.5 Sep 04 19:24:20.283 INFO kablam! error[E0599]: no function or associated item named `from_bytes` found for type `u16` in the current scope Sep 04 19:24:20.283 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/network-endian-0.1.5/src/NetworkEndianU16.rs:16:16 Sep 04 19:24:20.283 INFO kablam! | Sep 04 19:24:20.283 INFO kablam! 16 | u16::from_be(u16::from_bytes(self.0)).partial_cmp(&u16::from_be(u16::from_bytes(other.0))) Sep 04 19:24:20.283 INFO kablam! | ^^^^^^^^^^^^^^^ function or associated item not found in `u16` Sep 04 19:24:20.287 INFO kablam! | Sep 04 19:24:20.287 INFO kablam! = help: did you mean `from_be`? Sep 04 19:24:20.287 INFO kablam! Sep 04 19:24:20.295 INFO kablam! error[E0599]: no function or associated item named `from_bytes` found for type `u16` in the current scope Sep 04 19:24:20.295 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/network-endian-0.1.5/src/NetworkEndianU16.rs:16:67 Sep 04 19:24:20.295 INFO kablam! | Sep 04 19:24:20.295 INFO kablam! 16 | u16::from_be(u16::from_bytes(self.0)).partial_cmp(&u16::from_be(u16::from_bytes(other.0))) Sep 04 19:24:20.295 INFO kablam! | ^^^^^^^^^^^^^^^ function or associated item not found in `u16` Sep 04 19:24:20.295 INFO kablam! | Sep 04 19:24:20.296 INFO kablam! = help: did you mean `from_be`? Sep 04 19:24:20.296 INFO kablam! Sep 04 19:24:20.298 INFO kablam! error[E0599]: no function or associated item named `from_bytes` found for type `u16` in the current scope Sep 04 19:24:20.298 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/network-endian-0.1.5/src/NetworkEndianU16.rs:25:16 Sep 04 19:24:20.298 INFO kablam! | Sep 04 19:24:20.298 INFO kablam! 25 | u16::from_be(u16::from_bytes(self.0)).cmp(&u16::from_be(u16::from_bytes(other.0))) Sep 04 19:24:20.298 INFO kablam! | ^^^^^^^^^^^^^^^ function or associated item not found in `u16` Sep 04 19:24:20.298 INFO kablam! | Sep 04 19:24:20.298 INFO kablam! = help: did you mean `from_be`? Sep 04 19:24:20.298 INFO kablam! Sep 04 19:24:20.301 INFO kablam! error[E0599]: no function or associated item named `from_bytes` found for type `u16` in the current scope Sep 04 19:24:20.301 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/network-endian-0.1.5/src/NetworkEndianU16.rs:25:59 Sep 04 19:24:20.301 INFO kablam! | Sep 04 19:24:20.301 INFO kablam! 25 | u16::from_be(u16::from_bytes(self.0)).cmp(&u16::from_be(u16::from_bytes(other.0))) Sep 04 19:24:20.301 INFO kablam! | ^^^^^^^^^^^^^^^ function or associated item not found in `u16` Sep 04 19:24:20.301 INFO kablam! | Sep 04 19:24:20.301 INFO kablam! = help: did you mean `from_be`? Sep 04 19:24:20.301 INFO kablam! Sep 04 19:24:20.323 INFO kablam! error[E0599]: no method named `to_bytes` found for type `u16` in the current scope Sep 04 19:24:20.323 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/network-endian-0.1.5/src/NetworkEndianU16.rs:113:42 Sep 04 19:24:20.323 INFO kablam! | Sep 04 19:24:20.323 INFO kablam! 113 | NetworkEndianU16(native_endian.to_be().to_bytes()) Sep 04 19:24:20.323 INFO kablam! | ^^^^^^^^ Sep 04 19:24:20.323 INFO kablam! | Sep 04 19:24:20.323 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 04 19:24:20.323 INFO kablam! = note: the following trait defines an item `to_bytes`, perhaps you need to implement it: Sep 04 19:24:20.323 INFO kablam! candidate #1: `NetworkEndian` Sep 04 19:24:20.323 INFO kablam! Sep 04 19:24:20.325 INFO kablam! error[E0599]: no function or associated item named `from_bytes` found for type `u16` in the current scope Sep 04 19:24:20.326 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/network-endian-0.1.5/src/NetworkEndianU16.rs:126:3 Sep 04 19:24:20.326 INFO kablam! | Sep 04 19:24:20.326 INFO kablam! 126 | u16::from_bytes(self.0) Sep 04 19:24:20.326 INFO kablam! | ^^^^^^^^^^^^^^^ function or associated item not found in `u16` Sep 04 19:24:20.326 INFO kablam! | Sep 04 19:24:20.326 INFO kablam! = help: did you mean `from_be`? Sep 04 19:24:20.326 INFO kablam! Sep 04 19:24:20.374 INFO kablam! error[E0599]: no function or associated item named `from_bytes` found for type `u32` in the current scope Sep 04 19:24:20.375 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/network-endian-0.1.5/src/NetworkEndianU32.rs:16:16 Sep 04 19:24:20.375 INFO kablam! | Sep 04 19:24:20.375 INFO kablam! 16 | u32::from_be(u32::from_bytes(self.0)).partial_cmp(&u32::from_be(u32::from_bytes(other.0))) Sep 04 19:24:20.375 INFO kablam! | ^^^^^^^^^^^^^^^ function or associated item not found in `u32` Sep 04 19:24:20.375 INFO kablam! | Sep 04 19:24:20.375 INFO kablam! = help: did you mean `from_be`? Sep 04 19:24:20.375 INFO kablam! Sep 04 19:24:20.377 INFO kablam! error[E0599]: no function or associated item named `from_bytes` found for type `u32` in the current scope Sep 04 19:24:20.377 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/network-endian-0.1.5/src/NetworkEndianU32.rs:16:67 Sep 04 19:24:20.377 INFO kablam! | Sep 04 19:24:20.377 INFO kablam! 16 | u32::from_be(u32::from_bytes(self.0)).partial_cmp(&u32::from_be(u32::from_bytes(other.0))) Sep 04 19:24:20.377 INFO kablam! | ^^^^^^^^^^^^^^^ function or associated item not found in `u32` Sep 04 19:24:20.378 INFO kablam! | Sep 04 19:24:20.378 INFO kablam! = help: did you mean `from_be`? Sep 04 19:24:20.378 INFO kablam! Sep 04 19:24:20.381 INFO kablam! error[E0599]: no function or associated item named `from_bytes` found for type `u32` in the current scope Sep 04 19:24:20.381 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/network-endian-0.1.5/src/NetworkEndianU32.rs:25:16 Sep 04 19:24:20.381 INFO kablam! | Sep 04 19:24:20.381 INFO kablam! 25 | u32::from_be(u32::from_bytes(self.0)).cmp(&u32::from_be(u32::from_bytes(other.0))) Sep 04 19:24:20.381 INFO kablam! | ^^^^^^^^^^^^^^^ function or associated item not found in `u32` Sep 04 19:24:20.381 INFO kablam! | Sep 04 19:24:20.381 INFO kablam! = help: did you mean `from_be`? Sep 04 19:24:20.381 INFO kablam! Sep 04 19:24:20.384 INFO kablam! error[E0599]: no function or associated item named `from_bytes` found for type `u32` in the current scope Sep 04 19:24:20.384 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/network-endian-0.1.5/src/NetworkEndianU32.rs:25:59 Sep 04 19:24:20.384 INFO kablam! | Sep 04 19:24:20.384 INFO kablam! 25 | u32::from_be(u32::from_bytes(self.0)).cmp(&u32::from_be(u32::from_bytes(other.0))) Sep 04 19:24:20.384 INFO kablam! | ^^^^^^^^^^^^^^^ function or associated item not found in `u32` Sep 04 19:24:20.384 INFO kablam! | Sep 04 19:24:20.384 INFO kablam! = help: did you mean `from_be`? Sep 04 19:24:20.385 INFO kablam! Sep 04 19:24:20.393 INFO kablam! error[E0599]: no method named `to_bytes` found for type `u32` in the current scope Sep 04 19:24:20.393 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/network-endian-0.1.5/src/NetworkEndianU32.rs:116:42 Sep 04 19:24:20.393 INFO kablam! | Sep 04 19:24:20.393 INFO kablam! 116 | NetworkEndianU32(native_endian.to_be().to_bytes()) Sep 04 19:24:20.393 INFO kablam! | ^^^^^^^^ Sep 04 19:24:20.393 INFO kablam! | Sep 04 19:24:20.393 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 04 19:24:20.394 INFO kablam! = note: the following trait defines an item `to_bytes`, perhaps you need to implement it: Sep 04 19:24:20.394 INFO kablam! candidate #1: `NetworkEndian` Sep 04 19:24:20.394 INFO kablam! Sep 04 19:24:20.396 INFO kablam! error[E0599]: no function or associated item named `from_bytes` found for type `u32` in the current scope Sep 04 19:24:20.396 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/network-endian-0.1.5/src/NetworkEndianU32.rs:129:3 Sep 04 19:24:20.396 INFO kablam! | Sep 04 19:24:20.396 INFO kablam! 129 | u32::from_bytes(self.0) Sep 04 19:24:20.396 INFO kablam! | ^^^^^^^^^^^^^^^ function or associated item not found in `u32` Sep 04 19:24:20.396 INFO kablam! | Sep 04 19:24:20.397 INFO kablam! = help: did you mean `from_be`? Sep 04 19:24:20.397 INFO kablam! Sep 04 19:24:20.438 INFO kablam! error[E0599]: no function or associated item named `from_bytes` found for type `u128` in the current scope Sep 04 19:24:20.438 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/network-endian-0.1.5/src/NetworkEndianU128.rs:16:17 Sep 04 19:24:20.438 INFO kablam! | Sep 04 19:24:20.438 INFO kablam! 16 | u128::from_be(u128::from_bytes(self.0)).partial_cmp(&u128::from_be(u128::from_bytes(other.0))) Sep 04 19:24:20.438 INFO kablam! | ^^^^^^^^^^^^^^^^ function or associated item not found in `u128` Sep 04 19:24:20.438 INFO kablam! | Sep 04 19:24:20.439 INFO kablam! = help: did you mean `from_be`? Sep 04 19:24:20.439 INFO kablam! Sep 04 19:24:20.441 INFO kablam! error[E0599]: no function or associated item named `from_bytes` found for type `u128` in the current scope Sep 04 19:24:20.441 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/network-endian-0.1.5/src/NetworkEndianU128.rs:16:70 Sep 04 19:24:20.441 INFO kablam! | Sep 04 19:24:20.441 INFO kablam! 16 | u128::from_be(u128::from_bytes(self.0)).partial_cmp(&u128::from_be(u128::from_bytes(other.0))) Sep 04 19:24:20.441 INFO kablam! | ^^^^^^^^^^^^^^^^ function or associated item not found in `u128` Sep 04 19:24:20.441 INFO kablam! | Sep 04 19:24:20.442 INFO kablam! = help: did you mean `from_be`? Sep 04 19:24:20.442 INFO kablam! Sep 04 19:24:20.445 INFO kablam! error[E0599]: no function or associated item named `from_bytes` found for type `u128` in the current scope Sep 04 19:24:20.445 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/network-endian-0.1.5/src/NetworkEndianU128.rs:25:17 Sep 04 19:24:20.445 INFO kablam! | Sep 04 19:24:20.445 INFO kablam! 25 | u128::from_be(u128::from_bytes(self.0)).cmp(&u128::from_be(u128::from_bytes(other.0))) Sep 04 19:24:20.445 INFO kablam! | ^^^^^^^^^^^^^^^^ function or associated item not found in `u128` Sep 04 19:24:20.445 INFO kablam! | Sep 04 19:24:20.445 INFO kablam! = help: did you mean `from_be`? Sep 04 19:24:20.446 INFO kablam! Sep 04 19:24:20.448 INFO kablam! error[E0599]: no function or associated item named `from_bytes` found for type `u128` in the current scope Sep 04 19:24:20.448 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/network-endian-0.1.5/src/NetworkEndianU128.rs:25:62 Sep 04 19:24:20.448 INFO kablam! | Sep 04 19:24:20.448 INFO kablam! 25 | u128::from_be(u128::from_bytes(self.0)).cmp(&u128::from_be(u128::from_bytes(other.0))) Sep 04 19:24:20.448 INFO kablam! | ^^^^^^^^^^^^^^^^ function or associated item not found in `u128` Sep 04 19:24:20.448 INFO kablam! | Sep 04 19:24:20.449 INFO kablam! = help: did you mean `from_be`? Sep 04 19:24:20.449 INFO kablam! Sep 04 19:24:20.458 INFO kablam! error[E0599]: no method named `to_bytes` found for type `u128` in the current scope Sep 04 19:24:20.458 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/network-endian-0.1.5/src/NetworkEndianU128.rs:113:43 Sep 04 19:24:20.458 INFO kablam! | Sep 04 19:24:20.458 INFO kablam! 113 | NetworkEndianU128(native_endian.to_be().to_bytes()) Sep 04 19:24:20.458 INFO kablam! | ^^^^^^^^ Sep 04 19:24:20.459 INFO kablam! | Sep 04 19:24:20.460 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 04 19:24:20.460 INFO kablam! = note: the following trait defines an item `to_bytes`, perhaps you need to implement it: Sep 04 19:24:20.460 INFO kablam! candidate #1: `NetworkEndian` Sep 04 19:24:20.461 INFO kablam! Sep 04 19:24:20.465 INFO kablam! error[E0599]: no function or associated item named `from_bytes` found for type `u128` in the current scope Sep 04 19:24:20.465 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/network-endian-0.1.5/src/NetworkEndianU128.rs:126:3 Sep 04 19:24:20.465 INFO kablam! | Sep 04 19:24:20.465 INFO kablam! 126 | u128::from_bytes(self.0) Sep 04 19:24:20.465 INFO kablam! | ^^^^^^^^^^^^^^^^ function or associated item not found in `u128` Sep 04 19:24:20.465 INFO kablam! | Sep 04 19:24:20.465 INFO kablam! = help: did you mean `from_be`? Sep 04 19:24:20.465 INFO kablam! Sep 04 19:24:20.471 INFO kablam! error: aborting due to 18 previous errors Sep 04 19:24:20.471 INFO kablam! Sep 04 19:24:20.471 INFO kablam! For more information about this error, try `rustc --explain E0599`. Sep 04 19:24:20.482 INFO kablam! error: Could not compile `network-endian`. Sep 04 19:24:20.483 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 04 19:24:27.107 INFO kablam! error: build failed Sep 04 19:24:27.109 INFO kablam! su: No module specific data is present Sep 04 19:24:27.478 INFO running `"docker" "rm" "-f" "0db1194a740431044229833b14a583e6b212da44104cdca4ae220625e5ea0837"` Sep 04 19:24:27.594 INFO blam! 0db1194a740431044229833b14a583e6b212da44104cdca4ae220625e5ea0837