[INFO] crate dpdk-flow 0.1.0 is already in cache [INFO] extracting crate dpdk-flow 0.1.0 into work/ex/pr-63376/sources/master#60960a260f7b5c695fd0717311d72ce62dd4eb43/reg/dpdk-flow/0.1.0 [INFO] extracting crate dpdk-flow 0.1.0 into work/ex/pr-63376/sources/try#266783e4e09e4e9d5307c1c8e695659c58bbcac7/reg/dpdk-flow/0.1.0 [INFO] validating manifest of dpdk-flow-0.1.0 on toolchain master#60960a260f7b5c695fd0717311d72ce62dd4eb43 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+60960a260f7b5c695fd0717311d72ce62dd4eb43-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of dpdk-flow-0.1.0 on toolchain try#266783e4e09e4e9d5307c1c8e695659c58bbcac7 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+266783e4e09e4e9d5307c1c8e695659c58bbcac7-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing dpdk-flow-0.1.0 [INFO] finished frobbing dpdk-flow-0.1.0 [INFO] frobbed toml for dpdk-flow-0.1.0 written to work/ex/pr-63376/sources/master#60960a260f7b5c695fd0717311d72ce62dd4eb43/reg/dpdk-flow/0.1.0/Cargo.toml [INFO] started frobbing dpdk-flow-0.1.0 [INFO] finished frobbing dpdk-flow-0.1.0 [INFO] frobbed toml for dpdk-flow-0.1.0 written to work/ex/pr-63376/sources/try#266783e4e09e4e9d5307c1c8e695659c58bbcac7/reg/dpdk-flow/0.1.0/Cargo.toml [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+60960a260f7b5c695fd0717311d72ce62dd4eb43-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+266783e4e09e4e9d5307c1c8e695659c58bbcac7-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+60960a260f7b5c695fd0717311d72ce62dd4eb43-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+266783e4e09e4e9d5307c1c8e695659c58bbcac7-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] checking dpdk-flow-0.1.0 against try#266783e4e09e4e9d5307c1c8e695659c58bbcac7 for pr-63376 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-63376/worker-6/try#266783e4e09e4e9d5307c1c8e695659c58bbcac7:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-63376/sources/try#266783e4e09e4e9d5307c1c8e695659c58bbcac7/reg/dpdk-flow/0.1.0:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+266783e4e09e4e9d5307c1c8e695659c58bbcac7-alt" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] 0e64ca310915670c9eda6edf80c8a12b8bae69be4742dd0e72c9ba7bd8418a22 [INFO] running `"docker" "start" "-a" "0e64ca310915670c9eda6edf80c8a12b8bae69be4742dd0e72c9ba7bd8418a22"` [INFO] [stderr] Compiling libnuma-sys v0.0.9 [INFO] [stderr] Compiling arrayvec v0.4.11 [INFO] [stderr] Compiling rdma-core-sys v0.1.10 [INFO] [stderr] Compiling dpdk-sys v0.1.5 [INFO] [stderr] Checking hyper-thread-random v0.4.2 [INFO] [stderr] Checking network-packet v0.1.1 [INFO] [stderr] Checking dpdk-unix v0.1.1 [INFO] [stderr] Checking network-endian v0.1.5 [INFO] [stderr] Checking network-time v0.1.1 [INFO] [stderr] error[E0599]: no function or associated item named `from_bytes` found for type `u16` in the current scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/network-endian-0.1.5/src/NetworkEndianU16.rs:16:21 [INFO] [stderr] | [INFO] [stderr] 16 | u16::from_be(u16::from_bytes(self.0)).partial_cmp(&u16::from_be(u16::from_bytes(other.0))) [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | function or associated item not found in `u16` [INFO] [stderr] | help: there is a method with a similar name: `from_be` [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `from_bytes` found for type `u16` in the current scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/network-endian-0.1.5/src/NetworkEndianU16.rs:16:72 [INFO] [stderr] | [INFO] [stderr] 16 | u16::from_be(u16::from_bytes(self.0)).partial_cmp(&u16::from_be(u16::from_bytes(other.0))) [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | function or associated item not found in `u16` [INFO] [stderr] | help: there is a method with a similar name: `from_be` [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `from_bytes` found for type `u16` in the current scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/network-endian-0.1.5/src/NetworkEndianU16.rs:25:21 [INFO] [stderr] | [INFO] [stderr] 25 | u16::from_be(u16::from_bytes(self.0)).cmp(&u16::from_be(u16::from_bytes(other.0))) [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | function or associated item not found in `u16` [INFO] [stderr] | help: there is a method with a similar name: `from_be` [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `from_bytes` found for type `u16` in the current scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/network-endian-0.1.5/src/NetworkEndianU16.rs:25:64 [INFO] [stderr] | [INFO] [stderr] 25 | u16::from_be(u16::from_bytes(self.0)).cmp(&u16::from_be(u16::from_bytes(other.0))) [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | function or associated item not found in `u16` [INFO] [stderr] | help: there is a method with a similar name: `from_be` [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `to_bytes` found for type `u16` in the current scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/network-endian-0.1.5/src/NetworkEndianU16.rs:113:42 [INFO] [stderr] | [INFO] [stderr] 113 | NetworkEndianU16(native_endian.to_be().to_bytes()) [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is implemented and in scope [INFO] [stderr] = note: the following trait defines an item `to_bytes`, perhaps you need to implement it: [INFO] [stderr] candidate #1: `NetworkEndian` [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `from_bytes` found for type `u16` in the current scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/network-endian-0.1.5/src/NetworkEndianU16.rs:126:8 [INFO] [stderr] | [INFO] [stderr] 126 | u16::from_bytes(self.0) [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | function or associated item not found in `u16` [INFO] [stderr] | help: there is a method with a similar name: `from_be` [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `from_bytes` found for type `u32` in the current scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/network-endian-0.1.5/src/NetworkEndianU32.rs:16:21 [INFO] [stderr] | [INFO] [stderr] 16 | u32::from_be(u32::from_bytes(self.0)).partial_cmp(&u32::from_be(u32::from_bytes(other.0))) [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | function or associated item not found in `u32` [INFO] [stderr] | help: there is a method with a similar name: `from_be` [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `from_bytes` found for type `u32` in the current scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/network-endian-0.1.5/src/NetworkEndianU32.rs:16:72 [INFO] [stderr] | [INFO] [stderr] 16 | u32::from_be(u32::from_bytes(self.0)).partial_cmp(&u32::from_be(u32::from_bytes(other.0))) [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | function or associated item not found in `u32` [INFO] [stderr] | help: there is a method with a similar name: `from_be` [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `from_bytes` found for type `u32` in the current scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/network-endian-0.1.5/src/NetworkEndianU32.rs:25:21 [INFO] [stderr] | [INFO] [stderr] 25 | u32::from_be(u32::from_bytes(self.0)).cmp(&u32::from_be(u32::from_bytes(other.0))) [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | function or associated item not found in `u32` [INFO] [stderr] | help: there is a method with a similar name: `from_be` [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `from_bytes` found for type `u32` in the current scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/network-endian-0.1.5/src/NetworkEndianU32.rs:25:64 [INFO] [stderr] | [INFO] [stderr] 25 | u32::from_be(u32::from_bytes(self.0)).cmp(&u32::from_be(u32::from_bytes(other.0))) [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | function or associated item not found in `u32` [INFO] [stderr] | help: there is a method with a similar name: `from_be` [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `to_bytes` found for type `u32` in the current scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/network-endian-0.1.5/src/NetworkEndianU32.rs:116:42 [INFO] [stderr] | [INFO] [stderr] 116 | NetworkEndianU32(native_endian.to_be().to_bytes()) [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is implemented and in scope [INFO] [stderr] = note: the following trait defines an item `to_bytes`, perhaps you need to implement it: [INFO] [stderr] candidate #1: `NetworkEndian` [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `from_bytes` found for type `u32` in the current scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/network-endian-0.1.5/src/NetworkEndianU32.rs:129:8 [INFO] [stderr] | [INFO] [stderr] 129 | u32::from_bytes(self.0) [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | function or associated item not found in `u32` [INFO] [stderr] | help: there is a method with a similar name: `from_be` [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `from_bytes` found for type `u128` in the current scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/network-endian-0.1.5/src/NetworkEndianU128.rs:16:23 [INFO] [stderr] | [INFO] [stderr] 16 | u128::from_be(u128::from_bytes(self.0)).partial_cmp(&u128::from_be(u128::from_bytes(other.0))) [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | function or associated item not found in `u128` [INFO] [stderr] | help: there is a method with a similar name: `from_be` [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `from_bytes` found for type `u128` in the current scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/network-endian-0.1.5/src/NetworkEndianU128.rs:16:76 [INFO] [stderr] | [INFO] [stderr] 16 | u128::from_be(u128::from_bytes(self.0)).partial_cmp(&u128::from_be(u128::from_bytes(other.0))) [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | function or associated item not found in `u128` [INFO] [stderr] | help: there is a method with a similar name: `from_be` [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `from_bytes` found for type `u128` in the current scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/network-endian-0.1.5/src/NetworkEndianU128.rs:25:23 [INFO] [stderr] | [INFO] [stderr] 25 | u128::from_be(u128::from_bytes(self.0)).cmp(&u128::from_be(u128::from_bytes(other.0))) [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | function or associated item not found in `u128` [INFO] [stderr] | help: there is a method with a similar name: `from_be` [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `from_bytes` found for type `u128` in the current scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/network-endian-0.1.5/src/NetworkEndianU128.rs:25:68 [INFO] [stderr] | [INFO] [stderr] 25 | u128::from_be(u128::from_bytes(self.0)).cmp(&u128::from_be(u128::from_bytes(other.0))) [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | function or associated item not found in `u128` [INFO] [stderr] | help: there is a method with a similar name: `from_be` [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `to_bytes` found for type `u128` in the current scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/network-endian-0.1.5/src/NetworkEndianU128.rs:113:43 [INFO] [stderr] | [INFO] [stderr] 113 | NetworkEndianU128(native_endian.to_be().to_bytes()) [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is implemented and in scope [INFO] [stderr] = note: the following trait defines an item `to_bytes`, perhaps you need to implement it: [INFO] [stderr] candidate #1: `NetworkEndian` [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `from_bytes` found for type `u128` in the current scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/network-endian-0.1.5/src/NetworkEndianU128.rs:126:9 [INFO] [stderr] | [INFO] [stderr] 126 | u128::from_bytes(self.0) [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | function or associated item not found in `u128` [INFO] [stderr] | help: there is a method with a similar name: `from_be` [INFO] [stderr] [INFO] [stderr] error: aborting due to 18 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0599`. [INFO] [stderr] error: Could not compile `network-endian`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error[E0308]: mismatched types [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/dpdk-unix-0.1.1/src/android_linux/resource_limits/ResourceName.rs:12:50 [INFO] [stderr] | [INFO] [stderr] 12 | MaximumSizeOfVirtualMemoryAddressSpaceInBytes = ::libc::RLIMIT_AS, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ expected i32, found u32 [INFO] [stderr] help: you can convert an `u32` to `i32` and panic if the converted value wouldn't fit [INFO] [stderr] | [INFO] [stderr] 12 | MaximumSizeOfVirtualMemoryAddressSpaceInBytes = ::libc::RLIMIT_AS.try_into().unwrap(), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0308]: mismatched types [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/dpdk-unix-0.1.1/src/android_linux/resource_limits/ResourceName.rs:13:38 [INFO] [stderr] | [INFO] [stderr] 13 | MaximumSizeOfACoreDumpFileInBytes = ::libc::RLIMIT_CORE, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ expected i32, found u32 [INFO] [stderr] help: you can convert an `u32` to `i32` and panic if the converted value wouldn't fit [INFO] [stderr] | [INFO] [stderr] 13 | MaximumSizeOfACoreDumpFileInBytes = ::libc::RLIMIT_CORE.try_into().unwrap(), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0308]: mismatched types [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/dpdk-unix-0.1.1/src/android_linux/resource_limits/ResourceName.rs:14:26 [INFO] [stderr] | [INFO] [stderr] 14 | CpuTimeLimitInSeconds = ::libc::RLIMIT_CPU, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ expected i32, found u32 [INFO] [stderr] help: you can convert an `u32` to `i32` and panic if the converted value wouldn't fit [INFO] [stderr] | [INFO] [stderr] 14 | CpuTimeLimitInSeconds = ::libc::RLIMIT_CPU.try_into().unwrap(), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0308]: mismatched types [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/dpdk-unix-0.1.1/src/android_linux/resource_limits/ResourceName.rs:15:43 [INFO] [stderr] | [INFO] [stderr] 15 | MaximumSizeOfProcessDataSegmentInBytes = ::libc::RLIMIT_DATA, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ expected i32, found u32 [INFO] [stderr] help: you can convert an `u32` to `i32` and panic if the converted value wouldn't fit [INFO] [stderr] | [INFO] [stderr] 15 | MaximumSizeOfProcessDataSegmentInBytes = ::libc::RLIMIT_DATA.try_into().unwrap(), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0308]: mismatched types [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/dpdk-unix-0.1.1/src/android_linux/resource_limits/ResourceName.rs:16:47 [INFO] [stderr] | [INFO] [stderr] 16 | MaximumSizeOfProcessResidentSetSizeInBytes = ::libc::RLIMIT_RSS, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ expected i32, found u32 [INFO] [stderr] help: you can convert an `u32` to `i32` and panic if the converted value wouldn't fit [INFO] [stderr] | [INFO] [stderr] 16 | MaximumSizeOfProcessResidentSetSizeInBytes = ::libc::RLIMIT_RSS.try_into().unwrap(), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0308]: mismatched types [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/dpdk-unix-0.1.1/src/android_linux/resource_limits/ResourceName.rs:17:37 [INFO] [stderr] | [INFO] [stderr] 17 | MaximumSizeOfProcessStackInBytes = ::libc::RLIMIT_STACK, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ expected i32, found u32 [INFO] [stderr] help: you can convert an `u32` to `i32` and panic if the converted value wouldn't fit [INFO] [stderr] | [INFO] [stderr] 17 | MaximumSizeOfProcessStackInBytes = ::libc::RLIMIT_STACK.try_into().unwrap(), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0308]: mismatched types [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/dpdk-unix-0.1.1/src/android_linux/resource_limits/ResourceName.rs:18:50 [INFO] [stderr] | [INFO] [stderr] 18 | MaximumSizeOfFilesThatProcessCanCreateInBytes = ::libc::RLIMIT_FSIZE, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ expected i32, found u32 [INFO] [stderr] help: you can convert an `u32` to `i32` and panic if the converted value wouldn't fit [INFO] [stderr] | [INFO] [stderr] 18 | MaximumSizeOfFilesThatProcessCanCreateInBytes = ::libc::RLIMIT_FSIZE.try_into().unwrap(), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0308]: mismatched types [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/dpdk-unix-0.1.1/src/android_linux/resource_limits/ResourceName.rs:19:46 [INFO] [stderr] | [INFO] [stderr] 19 | MaximumNumberOfBytesThatProcessCanMemLock = ::libc::RLIMIT_MEMLOCK, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ expected i32, found u32 [INFO] [stderr] help: you can convert an `u32` to `i32` and panic if the converted value wouldn't fit [INFO] [stderr] | [INFO] [stderr] 19 | MaximumNumberOfBytesThatProcessCanMemLock = ::libc::RLIMIT_MEMLOCK.try_into().unwrap(), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0308]: mismatched types [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/dpdk-unix-0.1.1/src/android_linux/resource_limits/ResourceName.rs:20:46 [INFO] [stderr] | [INFO] [stderr] 20 | MaximumNumberOfBytesForPosixMessageQueues = ::libc::RLIMIT_MSGQUEUE, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ expected i32, found u32 [INFO] [stderr] help: you can convert an `u32` to `i32` and panic if the converted value wouldn't fit [INFO] [stderr] | [INFO] [stderr] 20 | MaximumNumberOfBytesForPosixMessageQueues = ::libc::RLIMIT_MSGQUEUE.try_into().unwrap(), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0308]: mismatched types [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/dpdk-unix-0.1.1/src/android_linux/resource_limits/ResourceName.rs:21:30 [INFO] [stderr] | [INFO] [stderr] 21 | NiceCeilingLargerIsBetter = ::libc::RLIMIT_NICE, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ expected i32, found u32 [INFO] [stderr] help: you can convert an `u32` to `i32` and panic if the converted value wouldn't fit [INFO] [stderr] | [INFO] [stderr] 21 | NiceCeilingLargerIsBetter = ::libc::RLIMIT_NICE.try_into().unwrap(), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0308]: mismatched types [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/dpdk-unix-0.1.1/src/android_linux/resource_limits/ResourceName.rs:22:42 [INFO] [stderr] | [INFO] [stderr] 22 | RealTimePriorityCeilingLargerIsBetter = ::libc::RLIMIT_RTPRIO, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ expected i32, found u32 [INFO] [stderr] help: you can convert an `u32` to `i32` and panic if the converted value wouldn't fit [INFO] [stderr] | [INFO] [stderr] 22 | RealTimePriorityCeilingLargerIsBetter = ::libc::RLIMIT_RTPRIO.try_into().unwrap(), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0308]: mismatched types [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/dpdk-unix-0.1.1/src/android_linux/resource_limits/ResourceName.rs:23:35 [INFO] [stderr] | [INFO] [stderr] 23 | MaximumNumberOfFileDescriptors = ::libc::RLIMIT_NOFILE, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ expected i32, found u32 [INFO] [stderr] help: you can convert an `u32` to `i32` and panic if the converted value wouldn't fit [INFO] [stderr] | [INFO] [stderr] 23 | MaximumNumberOfFileDescriptors = ::libc::RLIMIT_NOFILE.try_into().unwrap(), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0308]: mismatched types [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/dpdk-unix-0.1.1/src/android_linux/resource_limits/ResourceName.rs:24:37 [INFO] [stderr] | [INFO] [stderr] 24 | MaximumNumberOfProcessAndThreads = ::libc::RLIMIT_NPROC, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ expected i32, found u32 [INFO] [stderr] help: you can convert an `u32` to `i32` and panic if the converted value wouldn't fit [INFO] [stderr] | [INFO] [stderr] 24 | MaximumNumberOfProcessAndThreads = ::libc::RLIMIT_NPROC.try_into().unwrap(), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0308]: mismatched types [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/dpdk-unix-0.1.1/src/android_linux/resource_limits/ResourceName.rs:25:40 [INFO] [stderr] | [INFO] [stderr] 25 | RealTimePriorityLimitInMicroseconds = ::libc::RLIMIT_RTTIME, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ expected i32, found u32 [INFO] [stderr] help: you can convert an `u32` to `i32` and panic if the converted value wouldn't fit [INFO] [stderr] | [INFO] [stderr] 25 | RealTimePriorityLimitInMicroseconds = ::libc::RLIMIT_RTTIME.try_into().unwrap(), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0308]: mismatched types [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/dpdk-unix-0.1.1/src/android_linux/resource_limits/ResourceName.rs:26:34 [INFO] [stderr] | [INFO] [stderr] 26 | MaximumNumberOfSignalsPending = ::libc::RLIMIT_SIGPENDING, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ expected i32, found u32 [INFO] [stderr] help: you can convert an `u32` to `i32` and panic if the converted value wouldn't fit [INFO] [stderr] | [INFO] [stderr] 26 | MaximumNumberOfSignalsPending = ::libc::RLIMIT_SIGPENDING.try_into().unwrap(), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: aborting due to 15 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0308`. [INFO] [stderr] error: Could not compile `dpdk-unix`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `"docker" "inspect" "0e64ca310915670c9eda6edf80c8a12b8bae69be4742dd0e72c9ba7bd8418a22"` [INFO] running `"docker" "rm" "-f" "0e64ca310915670c9eda6edf80c8a12b8bae69be4742dd0e72c9ba7bd8418a22"` [INFO] [stdout] 0e64ca310915670c9eda6edf80c8a12b8bae69be4742dd0e72c9ba7bd8418a22