[INFO] updating cached repository https://github.com/Kimahriman/hdfs-native [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "-c" "remote.origin.fetch=refs/heads/*:refs/heads/*" "fetch" "origin" "--force" "--prune", kill_on_drop: false }` [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] ebb5a2f98ab9fe487091403f45324650e3cd65fb [INFO] checking Kimahriman/hdfs-native/ebb5a2f98ab9fe487091403f45324650e3cd65fb against master#f609b7e0586f81fefb3523e3e17adf779ac416be for pr-129466-2 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FKimahriman%2Fhdfs-native" "/workspace/builds/worker-0-tc1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/Kimahriman/hdfs-native on toolchain f609b7e0586f81fefb3523e3e17adf779ac416be [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+f609b7e0586f81fefb3523e3e17adf779ac416be" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] removed /workspace/builds/worker-0-tc1/source/rust-toolchain.toml [INFO] started tweaking git repo https://github.com/Kimahriman/hdfs-native [INFO] finished tweaking git repo https://github.com/Kimahriman/hdfs-native [INFO] tweaked toml for git repo https://github.com/Kimahriman/hdfs-native written to /workspace/builds/worker-0-tc1/source/Cargo.toml [INFO] crate git repo https://github.com/Kimahriman/hdfs-native already has a lockfile, it will not be regenerated [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+f609b7e0586f81fefb3523e3e17adf779ac416be" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/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" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:ceb6ea022f8a89cebbe621bb4987e73a935bd40dfbb726f832cfff4742a5b95a" "/opt/rustwide/cargo-home/bin/cargo" "+f609b7e0586f81fefb3523e3e17adf779ac416be" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 450b9da7a7c4b19106551a16c66b6182dba0b9475e71b602c473d5092c70b24a [INFO] running `Command { std: "docker" "start" "-a" "450b9da7a7c4b19106551a16c66b6182dba0b9475e71b602c473d5092c70b24a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "450b9da7a7c4b19106551a16c66b6182dba0b9475e71b602c473d5092c70b24a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "450b9da7a7c4b19106551a16c66b6182dba0b9475e71b602c473d5092c70b24a", kill_on_drop: false }` [INFO] [stdout] 450b9da7a7c4b19106551a16c66b6182dba0b9475e71b602c473d5092c70b24a [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/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" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:ceb6ea022f8a89cebbe621bb4987e73a935bd40dfbb726f832cfff4742a5b95a" "/opt/rustwide/cargo-home/bin/cargo" "+f609b7e0586f81fefb3523e3e17adf779ac416be" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 792a3f15e147e6661c7c4edb8540537b0a3cd615fd82a31a53eceb09467eeb79 [INFO] running `Command { std: "docker" "start" "-a" "792a3f15e147e6661c7c4edb8540537b0a3cd615fd82a31a53eceb09467eeb79", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.84 [INFO] [stderr] Compiling unicode-ident v1.0.12 [INFO] [stderr] Compiling version_check v0.9.4 [INFO] [stderr] Compiling typenum v1.17.0 [INFO] [stderr] Checking memchr v2.7.2 [INFO] [stderr] Checking pin-project-lite v0.2.14 [INFO] [stderr] Checking futures-sink v0.3.30 [INFO] [stderr] Checking futures-core v0.3.30 [INFO] [stderr] Compiling anyhow v1.0.86 [INFO] [stderr] Checking pin-utils v0.1.0 [INFO] [stderr] Checking futures-task v0.3.30 [INFO] [stderr] Checking futures-io v0.3.30 [INFO] [stderr] Compiling slab v0.4.9 [INFO] [stderr] Compiling num-traits v0.2.19 [INFO] [stderr] Compiling syn v1.0.109 [INFO] [stderr] Compiling either v1.12.0 [INFO] [stderr] Checking bytes v1.6.0 [INFO] [stderr] Checking tinyvec_macros v0.1.1 [INFO] [stderr] Checking regex-syntax v0.8.3 [INFO] [stderr] Compiling crossbeam-utils v0.8.20 [INFO] [stderr] Checking tinyvec v1.6.0 [INFO] [stderr] Checking futures-channel v0.3.30 [INFO] [stderr] Checking once_cell v1.19.0 [INFO] [stderr] Compiling serde v1.0.203 [INFO] [stderr] Compiling itertools v0.12.1 [INFO] [stderr] Checking subtle v2.5.0 [INFO] [stderr] Checking bitflags v2.5.0 [INFO] [stderr] Checking rand_core v0.6.4 [INFO] [stderr] Compiling generic-array v0.14.7 [INFO] [stderr] Checking socket2 v0.5.7 [INFO] [stderr] Checking mio v0.8.11 [INFO] [stderr] Checking num_cpus v1.16.0 [INFO] [stderr] Checking log v0.4.21 [INFO] [stderr] Checking aho-corasick v1.1.3 [INFO] [stderr] Compiling g2poly v1.0.1 [INFO] [stderr] Compiling thiserror v1.0.61 [INFO] [stderr] Checking percent-encoding v2.3.1 [INFO] [stderr] Checking unicode-bidi v0.3.15 [INFO] [stderr] Checking rand_chacha v0.3.1 [INFO] [stderr] Checking is-terminal v0.4.12 [INFO] [stderr] Compiling serde_json v1.0.117 [INFO] [stderr] Checking form_urlencoded v1.2.1 [INFO] [stderr] Compiling rustix v0.38.34 [INFO] [stderr] Checking iana-time-zone v0.1.60 [INFO] [stderr] Compiling quote v1.0.36 [INFO] [stderr] Checking crossbeam-epoch v0.9.18 [INFO] [stderr] Compiling hdfs-native v0.10.0 (/opt/rustwide/workdir/rust) [INFO] [stderr] Checking xmlparser v0.13.6 [INFO] [stderr] Checking crc-catalog v2.4.0 [INFO] [stderr] Checking cpufeatures v0.2.12 [INFO] [stderr] Compiling target-lexicon v0.12.14 [INFO] [stderr] Compiling rayon-core v1.12.1 [INFO] [stderr] Checking crc v3.2.1 [INFO] [stderr] Checking rand v0.8.5 [INFO] [stderr] Checking unicode-normalization v0.1.23 [INFO] [stderr] Compiling syn v2.0.66 [INFO] [stderr] Checking crossbeam-deque v0.8.5 [INFO] [stderr] Checking chrono v0.4.38 [INFO] [stderr] Checking uuid v1.8.0 [INFO] [stderr] Checking libloading v0.8.3 [INFO] [stderr] Checking half v2.4.1 [INFO] [stderr] Checking roxmltree v0.18.1 [INFO] [stderr] Checking base64 v0.21.7 [INFO] [stderr] Checking whoami v1.5.1 [INFO] [stderr] Checking plotters-backend v0.3.6 [INFO] [stderr] Checking linux-raw-sys v0.4.14 [INFO] [stderr] Checking hex v0.4.3 [INFO] [stderr] Checking clap_lex v0.7.0 [INFO] [stderr] Checking termcolor v1.4.1 [INFO] [stderr] Checking ryu v1.0.18 [INFO] [stderr] Checking itoa v1.0.11 [INFO] [stderr] Checking idna v0.5.0 [INFO] [stderr] Checking ciborium-io v0.2.2 [INFO] [stderr] Checking anstyle v1.0.7 [INFO] [stderr] Checking humantime v2.1.0 [INFO] [stderr] Checking ciborium-ll v0.2.2 [INFO] [stderr] Checking plotters-svg v0.3.6 [INFO] [stderr] Checking itertools v0.10.5 [INFO] [stderr] Checking cast v0.3.0 [INFO] [stderr] Checking same-file v1.0.6 [INFO] [stderr] Checking hashbrown v0.14.5 [INFO] [stderr] Checking clap_builder v4.5.2 [INFO] [stderr] Checking plotters v0.3.6 [INFO] [stderr] Checking walkdir v2.5.0 [INFO] [stderr] Checking oorandom v11.1.3 [INFO] [stderr] Checking lazy_static v1.4.0 [INFO] [stderr] Checking fastrand v2.1.0 [INFO] [stderr] Checking home v0.5.9 [INFO] [stderr] Compiling pyo3-build-config v0.20.3 [INFO] [stderr] Checking anes v0.1.6 [INFO] [stderr] Checking url v2.5.0 [INFO] [stderr] Checking regex-automata v0.4.6 [INFO] [stderr] Checking crypto-common v0.1.6 [INFO] [stderr] Checking block-padding v0.3.3 [INFO] [stderr] Checking block-buffer v0.10.4 [INFO] [stderr] Checking rayon v1.10.0 [INFO] [stderr] Compiling memoffset v0.9.1 [INFO] [stderr] Checking inout v0.1.3 [INFO] [stderr] Checking digest v0.10.7 [INFO] [stderr] Compiling heck v0.4.1 [INFO] [stderr] Compiling portable-atomic v1.6.0 [INFO] [stderr] Checking cipher v0.4.4 [INFO] [stderr] Checking md-5 v0.10.6 [INFO] [stderr] Checking hmac v0.12.1 [INFO] [stderr] Checking dashmap v5.5.3 [INFO] [stderr] Checking unindent v0.2.3 [INFO] [stderr] Checking aes v0.8.4 [INFO] [stderr] Checking ctr v0.9.2 [INFO] [stderr] Checking cbc v0.1.2 [INFO] [stderr] Checking des v0.8.1 [INFO] [stderr] Compiling indoc v2.0.5 [INFO] [stderr] Checking criterion-plot v0.5.0 [INFO] [stderr] Compiling g2gen v1.0.1 [INFO] [stderr] Checking clap v4.5.4 [INFO] [stderr] Compiling pyo3-ffi v0.20.3 [INFO] [stderr] Compiling pyo3 v0.20.3 [INFO] [stderr] Checking g2p v1.0.1 [INFO] [stderr] Checking which v4.4.2 [INFO] [stderr] Checking tempfile v3.10.1 [INFO] [stderr] Checking regex v1.10.4 [INFO] [stderr] Checking env_logger v0.10.2 [INFO] [stderr] Compiling pyo3-macros-backend v0.20.3 [INFO] [stderr] Compiling futures-macro v0.3.30 [INFO] [stderr] Compiling serde_derive v1.0.203 [INFO] [stderr] Compiling tokio-macros v2.3.0 [INFO] [stderr] Compiling prost-derive v0.12.6 [INFO] [stderr] Compiling thiserror-impl v1.0.61 [INFO] [stderr] Compiling serial_test_derive v2.0.0 [INFO] [stderr] Checking tokio v1.38.0 [INFO] [stderr] Checking futures-util v0.3.30 [INFO] [stderr] Checking prost v0.12.6 [INFO] [stderr] Compiling pyo3-macros v0.20.3 [INFO] [stderr] Checking prost-types v0.12.6 [INFO] [stderr] Checking futures-executor v0.3.30 [INFO] [stderr] Checking futures v0.3.30 [INFO] [stderr] Checking serial_test v2.0.0 [INFO] [stdout] warning: unexpected `cfg` condition name: `any` [INFO] [stdout] --> rust/src/security/gssapi.rs:66:15 [INFO] [stdout] | [INFO] [stdout] 66 | #[cfg(not(any))] [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = help: expected names are: `clippy`, `debug_assertions`, `doc`, `docsrs`, `doctest`, `feature`, `fmt_debug`, `miri`, `overflow_checks`, `panic`, `proc_macro`, `relocation_model`, `rustfmt`, `sanitize`, `sanitizer_cfi_generalize_pointers`, `sanitizer_cfi_normalize_integers`, `target_abi`, `target_arch`, `target_endian`, `target_env`, `target_family`, `target_feature`, `target_has_atomic`, `target_has_atomic_equal_alignment`, `target_has_atomic_load_store`, `target_os`, `target_pointer_width`, `target_thread_local`, `target_vendor`, `test`, `ub_checks`, `unix`, and `windows` [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(any)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(any)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: `#[warn(unexpected_cfgs)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Checking ciborium v0.2.2 [INFO] [stderr] Checking tinytemplate v1.2.1 [INFO] [stderr] Checking criterion v0.5.1 [INFO] [stdout] warning: unexpected `cfg` condition name: `any` [INFO] [stdout] --> rust/src/security/gssapi.rs:66:15 [INFO] [stdout] | [INFO] [stdout] 66 | #[cfg(not(any))] [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = help: expected names are: `clippy`, `debug_assertions`, `doc`, `docsrs`, `doctest`, `feature`, `fmt_debug`, `miri`, `overflow_checks`, `panic`, `proc_macro`, `relocation_model`, `rustfmt`, `sanitize`, `sanitizer_cfi_generalize_pointers`, `sanitizer_cfi_normalize_integers`, `target_abi`, `target_arch`, `target_endian`, `target_env`, `target_family`, `target_feature`, `target_has_atomic`, `target_has_atomic_equal_alignment`, `target_has_atomic_load_store`, `target_os`, `target_pointer_width`, `target_thread_local`, `target_vendor`, `test`, `ub_checks`, `unix`, and `windows` [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(any)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(any)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: `#[warn(unexpected_cfgs)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Checking hdfs-native-python v0.10.0 (/opt/rustwide/workdir/python) [INFO] [stdout] warning: unused import: `std::collections::HashSet` [INFO] [stdout] --> rust/examples/simple.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use std::collections::HashSet; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `hdfs_native::minidfs` [INFO] [stdout] --> rust/benches/io.rs:7:5 [INFO] [stdout] | [INFO] [stdout] 7 | minidfs::{DfsFeatures, MiniDfs}, [INFO] [stdout] | ^^^^^^^ could not find `minidfs` in `hdfs_native` [INFO] [stdout] | [INFO] [stdout] note: found an item that was configured out [INFO] [stdout] --> /opt/rustwide/workdir/rust/src/lib.rs:36:9 [INFO] [stdout] | [INFO] [stdout] 36 | pub mod minidfs; [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] note: the item is gated here [INFO] [stdout] --> /opt/rustwide/workdir/rust/src/lib.rs:35:1 [INFO] [stdout] | [INFO] [stdout] 35 | #[cfg(any(feature = "integration-test", feature = "benchmark"))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `hdfs_native::minidfs` [INFO] [stdout] --> rust/benches/rpc.rs:4:19 [INFO] [stdout] | [INFO] [stdout] 4 | use hdfs_native::{minidfs::MiniDfs, Client, WriteOptions}; [INFO] [stdout] | ^^^^^^^ could not find `minidfs` in `hdfs_native` [INFO] [stdout] | [INFO] [stdout] note: found an item that was configured out [INFO] [stdout] --> /opt/rustwide/workdir/rust/src/lib.rs:36:9 [INFO] [stdout] | [INFO] [stdout] 36 | pub mod minidfs; [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] note: the item is gated here [INFO] [stdout] --> /opt/rustwide/workdir/rust/src/lib.rs:35:1 [INFO] [stdout] | [INFO] [stdout] 35 | #[cfg(any(feature = "integration-test", feature = "benchmark"))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `hdfs` [INFO] [stdout] --> rust/benches/io.rs:54:18 [INFO] [stdout] | [INFO] [stdout] 54 | let fs = hdfs::hdfs::get_hdfs().unwrap(); [INFO] [stdout] | ^^^^ use of undeclared crate or module `hdfs` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `hdfs` [INFO] [stdout] --> rust/benches/io.rs:85:18 [INFO] [stdout] | [INFO] [stdout] 85 | let fs = hdfs::hdfs::get_hdfs().unwrap(); [INFO] [stdout] | ^^^^ use of undeclared crate or module `hdfs` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `hdfs` [INFO] [stdout] --> rust/benches/io.rs:127:18 [INFO] [stdout] | [INFO] [stdout] 127 | let fs = hdfs::hdfs::get_hdfs().unwrap(); [INFO] [stdout] | ^^^^ use of undeclared crate or module `hdfs` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `hdfs` [INFO] [stdout] --> rust/benches/rpc.rs:34:18 [INFO] [stdout] | [INFO] [stdout] 34 | let fs = hdfs::hdfs::get_hdfs().unwrap(); [INFO] [stdout] | ^^^^ use of undeclared crate or module `hdfs` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `hdfs` [INFO] [stdout] --> rust/benches/io.rs:162:18 [INFO] [stdout] | [INFO] [stdout] 162 | let fs = hdfs::hdfs::get_hdfs().unwrap(); [INFO] [stdout] | ^^^^ use of undeclared crate or module `hdfs` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0603]: module `ec` is private [INFO] [stdout] --> rust/benches/ec.rs:3:18 [INFO] [stdout] | [INFO] [stdout] 3 | use hdfs_native::ec::gf256::Coder; [INFO] [stdout] | ^^ ----- module `gf256` is not publicly re-exported [INFO] [stdout] | | [INFO] [stdout] | private module [INFO] [stdout] | [INFO] [stdout] note: the module `ec` is defined here [INFO] [stdout] --> /opt/rustwide/workdir/rust/src/lib.rs:31:1 [INFO] [stdout] | [INFO] [stdout] 31 | pub(crate) mod ec; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0432, E0433. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0432`. [INFO] [stdout] [INFO] [stderr] error: could not compile `hdfs-native` (bench "rpc") due to 3 previous errors [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] For more information about this error, try `rustc --explain E0603`. [INFO] [stdout] [INFO] [stderr] error: could not compile `hdfs-native` (bench "ec") due to 2 previous errors [INFO] [stdout] error: aborting due to 5 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0432, E0433. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0432`. [INFO] [stdout] [INFO] [stderr] error: could not compile `hdfs-native` (bench "io") due to 6 previous errors [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "792a3f15e147e6661c7c4edb8540537b0a3cd615fd82a31a53eceb09467eeb79", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "792a3f15e147e6661c7c4edb8540537b0a3cd615fd82a31a53eceb09467eeb79", kill_on_drop: false }` [INFO] [stdout] 792a3f15e147e6661c7c4edb8540537b0a3cd615fd82a31a53eceb09467eeb79