[INFO] crate dpdk 0.0.1 is already in cache [INFO] testing dpdk-0.0.1 against master#28742a1146f10a4f09369baad027a464acb7a766 for pr-71274 [INFO] extracting crate dpdk 0.0.1 into /workspace/builds/worker-6/source [INFO] validating manifest of crates.io crate dpdk 0.0.1 on toolchain 28742a1146f10a4f09369baad027a464acb7a766 [INFO] running `"/workspace/cargo-home/bin/cargo" "+28742a1146f10a4f09369baad027a464acb7a766" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate dpdk 0.0.1 [INFO] removed path dependency dpdk-serde from crates.io crate dpdk 0.0.1 [INFO] removed path dependency dpdk-sys from crates.io crate dpdk 0.0.1 [INFO] removed path dependency dpdk-ioctl from crates.io crate dpdk 0.0.1 [INFO] removed path dependency dpdk-unix from crates.io crate dpdk 0.0.1 [INFO] finished tweaking crates.io crate dpdk 0.0.1 [INFO] tweaked toml for crates.io crate dpdk 0.0.1 written to /workspace/builds/worker-6/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+28742a1146f10a4f09369baad027a464acb7a766" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+28742a1146f10a4f09369baad027a464acb7a766" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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" "+28742a1146f10a4f09369baad027a464acb7a766" "build" "--frozen"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] d490a24f2c843960fcf141dba0bc6f30994892f05ef03cc4b05011658bf5c839 [INFO] running `"docker" "start" "-a" "d490a24f2c843960fcf141dba0bc6f30994892f05ef03cc4b05011658bf5c839"` [INFO] [stderr] Compiling libc v0.2.69 [INFO] [stderr] Compiling cfg-if v0.1.10 [INFO] [stderr] Compiling rustc-serialize v0.3.24 [INFO] [stderr] Compiling term v0.4.6 [INFO] [stderr] Compiling unicode-xid v0.0.3 [INFO] [stderr] Compiling autocfg v1.0.0 [INFO] [stderr] Compiling unicode-xid v0.0.4 [INFO] [stderr] Compiling quote v0.3.15 [INFO] [stderr] Compiling bitflags v0.5.0 [INFO] [stderr] Compiling serde v0.9.15 [INFO] [stderr] Compiling syscall-alt v0.0.14 [INFO] [stderr] Compiling bitflags v0.7.0 [INFO] [stderr] Compiling dtoa v0.4.5 [INFO] [stderr] Compiling itoa v0.3.4 [INFO] [stderr] Compiling quick-error v1.2.3 [INFO] [stderr] Compiling nodrop v0.1.14 [INFO] [stderr] Compiling ordermap v0.2.13 [INFO] [stderr] Compiling ansi_term v0.9.0 [INFO] [stderr] Compiling odds v0.2.26 [INFO] [stderr] Compiling bitflags-associated-constants v0.6.0 [INFO] [stderr] Compiling synom v0.11.3 [INFO] [stderr] Compiling num-traits v0.2.11 [INFO] [stderr] Compiling log v0.4.8 [INFO] [stderr] Compiling syn v0.11.11 [INFO] [stderr] Compiling arrayvec v0.3.25 [INFO] [stderr] Compiling log v0.3.9 [INFO] [stderr] Compiling rust-extra v0.0.13 [INFO] [stderr] Compiling const-cstr-fork v0.2.2 [INFO] [stderr] Compiling errno v0.1.8 [INFO] [stderr] Compiling nix v0.8.1 [INFO] [stderr] Compiling time v0.1.42 [INFO] [stderr] Compiling libc-extra v0.0.14 [INFO] [stderr] Compiling syntex_pos v0.42.0 [INFO] [stderr] Compiling pointer v0.0.1 [INFO] [stderr] Compiling serde_codegen_internals v0.14.2 [INFO] [stderr] Compiling stderr-logging v0.0.1 [INFO] [stderr] Compiling syntex_errors v0.42.0 [INFO] [stderr] Compiling num-traits v0.1.43 [INFO] [stderr] Compiling syntex_syntax v0.42.0 [INFO] [stderr] Compiling serde_derive v0.9.15 [INFO] [stderr] Compiling dpdk-ioctl v0.0.1 [INFO] [stderr] error[E0308]: mismatched types [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/dpdk-ioctl-0.0.1/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] | [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] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `"docker" "inspect" "d490a24f2c843960fcf141dba0bc6f30994892f05ef03cc4b05011658bf5c839"` [INFO] running `"docker" "rm" "-f" "d490a24f2c843960fcf141dba0bc6f30994892f05ef03cc4b05011658bf5c839"` [INFO] [stdout] d490a24f2c843960fcf141dba0bc6f30994892f05ef03cc4b05011658bf5c839