[INFO] fetching crate dpdk-ioctl 0.0.1... [INFO] checking dpdk-ioctl-0.0.1 against master#2748a9fd93dd1a00a4521f4f16de5befbf77f6cd for pr-62262-1 [INFO] extracting crate dpdk-ioctl 0.0.1 into /workspace/builds/worker-5/source [INFO] validating manifest of crates.io crate dpdk-ioctl 0.0.1 on toolchain 2748a9fd93dd1a00a4521f4f16de5befbf77f6cd [INFO] running `"/workspace/cargo-home/bin/cargo" "+2748a9fd93dd1a00a4521f4f16de5befbf77f6cd" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate dpdk-ioctl 0.0.1 [INFO] finished tweaking crates.io crate dpdk-ioctl 0.0.1 [INFO] tweaked toml for crates.io crate dpdk-ioctl 0.0.1 written to /workspace/builds/worker-5/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+2748a9fd93dd1a00a4521f4f16de5befbf77f6cd" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+2748a9fd93dd1a00a4521f4f16de5befbf77f6cd" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+2748a9fd93dd1a00a4521f4f16de5befbf77f6cd" "check" "--frozen" "--all" "--all-targets"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 72c1c5fa42b7257dd57447d0d1e0420f8abe23e1fb7601824a545d56d821dc55 [INFO] running `"docker" "start" "-a" "72c1c5fa42b7257dd57447d0d1e0420f8abe23e1fb7601824a545d56d821dc55"` [INFO] [stderr] Checking libc-extra v0.0.14 [INFO] [stderr] Checking dpdk-ioctl v0.0.1 (/opt/rustwide/workdir) [INFO] [stderr] error[E0308]: mismatched types [INFO] [stderr] --> src/android_linux/rawPciBusAddressForNetworkInterfaceIndex.rs:27:68 [INFO] [stderr] | [INFO] [stderr] 27 | let rawPciBusAddress = match unsafe { ioctl(socketFileDescriptor, SIOCETHTOOL, &mut interfaceRequest as *mut _ as *mut c_void) } [INFO] [stderr] | ^^^^^^^^^^^ expected u64, found i32 [INFO] [stderr] help: you can convert an `i32` to `u64` and panic if the converted value wouldn't fit [INFO] [stderr] | [INFO] [stderr] 27 | let rawPciBusAddress = match unsafe { ioctl(socketFileDescriptor, SIOCETHTOOL.try_into().unwrap(), &mut interfaceRequest as *mut _ as *mut c_void) } [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0308]: mismatched types [INFO] [stderr] --> src/android_linux/rawPciBusAddressForNetworkInterfaceIndex.rs:27:68 [INFO] [stderr] | [INFO] [stderr] 27 | let rawPciBusAddress = match unsafe { ioctl(socketFileDescriptor, SIOCETHTOOL, &mut interfaceRequest as *mut _ as *mut c_void) } [INFO] [stderr] | ^^^^^^^^^^^ expected u64, found i32 [INFO] [stderr] help: you can convert an `i32` to `u64` and panic if the converted value wouldn't fit [INFO] [stderr] | [INFO] [stderr] 27 | let rawPciBusAddress = match unsafe { ioctl(socketFileDescriptor, SIOCETHTOOL.try_into().unwrap(), &mut interfaceRequest as *mut _ as *mut c_void) } [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0308`. [INFO] [stderr] error: could not compile `dpdk-ioctl`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0308`. [INFO] [stderr] error: could not compile `dpdk-ioctl`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "72c1c5fa42b7257dd57447d0d1e0420f8abe23e1fb7601824a545d56d821dc55"` [INFO] running `"docker" "rm" "-f" "72c1c5fa42b7257dd57447d0d1e0420f8abe23e1fb7601824a545d56d821dc55"` [INFO] [stdout] 72c1c5fa42b7257dd57447d0d1e0420f8abe23e1fb7601824a545d56d821dc55