[INFO] crate dpdk 0.0.1 is already in cache [INFO] checking dpdk-0.0.1 against master#45d050cde277b22a755847338f2acc2c7b834141 for pr-71393 [INFO] extracting crate dpdk 0.0.1 into /workspace/builds/worker-9/source [INFO] validating manifest of crates.io crate dpdk 0.0.1 on toolchain 45d050cde277b22a755847338f2acc2c7b834141 [INFO] running `"/workspace/cargo-home/bin/cargo" "+45d050cde277b22a755847338f2acc2c7b834141" "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-9/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+45d050cde277b22a755847338f2acc2c7b834141" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+45d050cde277b22a755847338f2acc2c7b834141" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/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" "+45d050cde277b22a755847338f2acc2c7b834141" "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] 1842e5b31dbb0dd2928da7f41e055d1d679e13ab7fe9673fb61e103696eb0819 [INFO] running `"docker" "start" "-a" "1842e5b31dbb0dd2928da7f41e055d1d679e13ab7fe9673fb61e103696eb0819"` [INFO] [stderr] Compiling libc v0.2.69 [INFO] [stderr] Checking cfg-if v0.1.10 [INFO] [stderr] Compiling unicode-xid v0.0.3 [INFO] [stderr] Compiling autocfg v1.0.0 [INFO] [stderr] Checking rustc-serialize v0.3.24 [INFO] [stderr] Compiling bitflags v0.5.0 [INFO] [stderr] Compiling gcc v0.3.55 [INFO] [stderr] Checking term v0.4.6 [INFO] [stderr] Checking serde v0.9.15 [INFO] [stderr] Checking dtoa v0.4.5 [INFO] [stderr] Checking quick-error v1.2.3 [INFO] [stderr] Checking bitflags v0.7.0 [INFO] [stderr] Checking syscall-alt v0.0.14 [INFO] [stderr] Checking nodrop v0.1.14 [INFO] [stderr] Checking odds v0.2.26 [INFO] [stderr] Checking ansi_term v0.9.0 [INFO] [stderr] Checking bitflags-associated-constants v0.6.0 [INFO] [stderr] Checking ordermap v0.2.13 [INFO] [stderr] Compiling syntex_pos v0.42.0 [INFO] [stderr] Compiling log v0.4.8 [INFO] [stderr] Compiling serde_codegen_internals v0.14.2 [INFO] [stderr] Checking arrayvec v0.3.25 [INFO] [stderr] Checking log v0.3.9 [INFO] [stderr] Compiling num-traits v0.2.11 [INFO] [stderr] Compiling serde_derive v0.9.15 [INFO] [stderr] Checking const-cstr-fork v0.2.2 [INFO] [stderr] Checking rust-extra v0.0.13 [INFO] [stderr] Checking errno v0.1.8 [INFO] [stderr] Checking time v0.1.43 [INFO] [stderr] Checking nix v0.8.1 [INFO] [stderr] Compiling syntex_errors v0.42.0 [INFO] [stderr] Checking libc-extra v0.0.14 [INFO] [stderr] Checking pointer v0.0.1 [INFO] [stderr] Checking stderr-logging v0.0.1 [INFO] [stderr] Compiling syntex_syntax v0.42.0 [INFO] [stderr] Checking num-traits v0.1.43 [INFO] [stderr] Checking 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" "1842e5b31dbb0dd2928da7f41e055d1d679e13ab7fe9673fb61e103696eb0819"` [INFO] running `"docker" "rm" "-f" "1842e5b31dbb0dd2928da7f41e055d1d679e13ab7fe9673fb61e103696eb0819"` [INFO] [stdout] 1842e5b31dbb0dd2928da7f41e055d1d679e13ab7fe9673fb61e103696eb0819