[INFO] fetching crate arrow2 0.5.0... [INFO] testing arrow2-0.5.0 against 1.55.0 for beta-1.56-1 [INFO] extracting crate arrow2 0.5.0 into /workspace/builds/worker-11/source [INFO] validating manifest of crates.io crate arrow2 0.5.0 on toolchain 1.55.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.55.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate arrow2 0.5.0 [INFO] finished tweaking crates.io crate arrow2 0.5.0 [INFO] tweaked toml for crates.io crate arrow2 0.5.0 written to /workspace/builds/worker-11/source/Cargo.toml [INFO] crate crates.io crate arrow2 0.5.0 already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.55.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded parquet-format-async-temp v0.2.0 [INFO] [stderr] Downloaded lexical-parse-integer v0.8.0 [INFO] [stderr] Downloaded lexical-parse-float v0.8.0 [INFO] [stderr] Downloaded lexical-core v0.8.0 [INFO] [stderr] Downloaded packed_simd_2 v0.3.5 [INFO] [stderr] Downloaded lexical-write-float v0.8.0 [INFO] [stderr] Downloaded lexical-util v0.8.1 [INFO] [stderr] Downloaded parquet2 v0.4.0 [INFO] [stderr] Downloaded lexical-write-integer v0.8.0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/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:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+1.55.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] e667dd865d3337f2d03a1c9e09df041a4843d2b99e9880c62bd2e628e1bd2e0e [INFO] running `Command { std: "docker" "start" "-a" "e667dd865d3337f2d03a1c9e09df041a4843d2b99e9880c62bd2e628e1bd2e0e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "e667dd865d3337f2d03a1c9e09df041a4843d2b99e9880c62bd2e628e1bd2e0e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e667dd865d3337f2d03a1c9e09df041a4843d2b99e9880c62bd2e628e1bd2e0e", kill_on_drop: false }` [INFO] [stdout] e667dd865d3337f2d03a1c9e09df041a4843d2b99e9880c62bd2e628e1bd2e0e [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/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=warn" "-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:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+1.55.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 00250b8510121182f59a18c807be4061c2ba356c1c72ae00aa1c2c5a4f93c031 [INFO] running `Command { std: "docker" "start" "-a" "00250b8510121182f59a18c807be4061c2ba356c1c72ae00aa1c2c5a4f93c031", kill_on_drop: false }` [INFO] [stderr] Compiling hash_hasher v2.0.3 [INFO] [stderr] Compiling num-integer v0.1.44 [INFO] [stderr] Compiling chrono v0.4.19 [INFO] [stderr] Compiling arrow2 v0.5.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused macro definition [INFO] [stdout] --> src/array/mod.rs:150:1 [INFO] [stdout] | [INFO] [stdout] 150 | / macro_rules! with_match_dictionary_key_type {( [INFO] [stdout] 151 | | $key_type:expr, | $_:tt $T:ident | $($body:tt)* [INFO] [stdout] 152 | | ) => ({ [INFO] [stdout] 153 | | macro_rules! __with_ty__ {( $_ $T:ident ) => ( $($body)* )} [INFO] [stdout] ... | [INFO] [stdout] 164 | | } [INFO] [stdout] 165 | | })} [INFO] [stdout] | |___^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_macros)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `get_extension` [INFO] [stdout] --> src/datatypes/mod.rs:10:24 [INFO] [stdout] | [INFO] [stdout] 10 | pub(crate) use field::{get_extension, Extension, Metadata}; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `is_native_little_endian` [INFO] [stdout] --> src/endianess.rs:3:8 [INFO] [stdout] | [INFO] [stdout] 3 | pub fn is_native_little_endian() -> bool { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `get_extension` [INFO] [stdout] --> src/datatypes/field.rs:284:15 [INFO] [stdout] | [INFO] [stdout] 284 | pub(crate) fn get_extension(metadata: &Option>) -> Extension { [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 4 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 14.28s [INFO] running `Command { std: "docker" "inspect" "00250b8510121182f59a18c807be4061c2ba356c1c72ae00aa1c2c5a4f93c031", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "00250b8510121182f59a18c807be4061c2ba356c1c72ae00aa1c2c5a4f93c031", kill_on_drop: false }` [INFO] [stdout] 00250b8510121182f59a18c807be4061c2ba356c1c72ae00aa1c2c5a4f93c031 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/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=warn" "-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:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+1.55.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] e94739e7e20d44d609cbd0216e207ed76ff45207182d8252b05ac780b353316b [INFO] running `Command { std: "docker" "start" "-a" "e94739e7e20d44d609cbd0216e207ed76ff45207182d8252b05ac780b353316b", kill_on_drop: false }` [INFO] [stderr] Compiling semver v1.0.4 [INFO] [stderr] Compiling memchr v2.4.1 [INFO] [stderr] Compiling plotters-backend v0.3.2 [INFO] [stderr] Compiling regex-automata v0.1.10 [INFO] [stderr] Compiling doc-comment v0.3.3 [INFO] [stderr] Compiling oorandom v11.1.3 [INFO] [stderr] Compiling itertools v0.10.1 [INFO] [stderr] Compiling regex v1.5.4 [INFO] [stderr] Compiling clap v2.33.3 [INFO] [stderr] Compiling serde_json v1.0.67 [INFO] [stderr] Compiling serde_cbor v0.11.2 [INFO] [stderr] Compiling flate2 v1.0.21 [INFO] [stderr] Compiling serde_derive v1.0.130 [INFO] [stdout] warning: unused macro definition [INFO] [stdout] --> src/array/mod.rs:150:1 [INFO] [stdout] | [INFO] [stdout] 150 | / macro_rules! with_match_dictionary_key_type {( [INFO] [stdout] 151 | | $key_type:expr, | $_:tt $T:ident | $($body:tt)* [INFO] [stdout] 152 | | ) => ({ [INFO] [stdout] 153 | | macro_rules! __with_ty__ {( $_ $T:ident ) => ( $($body)* )} [INFO] [stdout] ... | [INFO] [stdout] 164 | | } [INFO] [stdout] 165 | | })} [INFO] [stdout] | |___^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_macros)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `get_extension` [INFO] [stdout] --> src/datatypes/mod.rs:10:24 [INFO] [stdout] | [INFO] [stdout] 10 | pub(crate) use field::{get_extension, Extension, Metadata}; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `is_native_little_endian` [INFO] [stdout] --> src/endianess.rs:3:8 [INFO] [stdout] | [INFO] [stdout] 3 | pub fn is_native_little_endian() -> bool { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `get_extension` [INFO] [stdout] --> src/datatypes/field.rs:284:15 [INFO] [stdout] | [INFO] [stdout] 284 | pub(crate) fn get_extension(metadata: &Option>) -> Extension { [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 4 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling plotters-svg v0.3.1 [INFO] [stderr] Compiling plotters v0.3.1 [INFO] [stderr] Compiling rustc_version v0.4.0 [INFO] [stderr] Compiling cast v0.2.7 [INFO] [stderr] Compiling tinytemplate v1.2.1 [INFO] [stderr] Compiling csv-core v0.1.10 [INFO] [stderr] Compiling bstr v0.2.16 [INFO] [stderr] Compiling criterion-plot v0.4.4 [INFO] [stderr] Compiling csv v1.1.6 [INFO] [stderr] Compiling criterion v0.3.5 [INFO] [stderr] Compiling arrow2 v0.5.0 (/opt/rustwide/workdir) [INFO] [stdout] error[E0433]: failed to resolve: could not find `parquet` in `io` [INFO] [stdout] --> examples/parquet_write.rs:4:17 [INFO] [stdout] | [INFO] [stdout] 4 | use arrow2::io::parquet::write::to_parquet_schema; [INFO] [stdout] | ^^^^^^^ could not find `parquet` in `io` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `parquet` in `io` [INFO] [stdout] --> examples/parquet_write.rs:9:9 [INFO] [stdout] | [INFO] [stdout] 9 | io::parquet::write::{ [INFO] [stdout] | ^^^^^^^ could not find `parquet` in `io` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Compression` [INFO] [stdout] --> examples/parquet_write.rs:19:22 [INFO] [stdout] | [INFO] [stdout] 19 | compression: Compression::Uncompressed, [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared type `Compression` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Version` [INFO] [stdout] --> examples/parquet_write.rs:20:18 [INFO] [stdout] | [INFO] [stdout] 20 | version: Version::V2, [INFO] [stdout] | ^^^^^^^ use of undeclared type `Version` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Encoding` [INFO] [stdout] --> examples/parquet_write.rs:22:20 [INFO] [stdout] | [INFO] [stdout] 22 | let encoding = Encoding::Plain; [INFO] [stdout] | ^^^^^^^^ use of undeclared type `Encoding` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `DynIter` [INFO] [stdout] --> examples/parquet_write.rs:33:38 [INFO] [stdout] | [INFO] [stdout] 33 | let row_groups = once(Result::Ok(DynIter::new(once(Ok(DynIter::new( [INFO] [stdout] | ^^^^^^^ use of undeclared type `DynIter` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `DynIter` [INFO] [stdout] --> examples/parquet_write.rs:33:59 [INFO] [stdout] | [INFO] [stdout] 33 | let row_groups = once(Result::Ok(DynIter::new(once(Ok(DynIter::new( [INFO] [stdout] | ^^^^^^^ use of undeclared type `DynIter` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0422]: cannot find struct, variant or union type `WriteOptions` in this scope [INFO] [stdout] --> examples/parquet_write.rs:17:19 [INFO] [stdout] | [INFO] [stdout] 17 | let options = WriteOptions { [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `to_parquet_schema` in this scope [INFO] [stdout] --> examples/parquet_write.rs:25:26 [INFO] [stdout] | [INFO] [stdout] 25 | let parquet_schema = to_parquet_schema(&schema)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `array_to_page` in this scope [INFO] [stdout] --> examples/parquet_write.rs:36:40 [INFO] [stdout] | [INFO] [stdout] 36 | .map(|(array, descriptor)| array_to_page(array, descriptor, options, encoding)), [INFO] [stdout] | ^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `write_file` in this scope [INFO] [stdout] --> examples/parquet_write.rs:43:13 [INFO] [stdout] | [INFO] [stdout] 43 | let _ = write_file( [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `arrow2::io::csv` [INFO] [stdout] --> examples/csv_read.rs:2:17 [INFO] [stdout] | [INFO] [stdout] 2 | use arrow2::io::csv::read; [INFO] [stdout] | ^^^ could not find `csv` in `io` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `arrow2::io::parquet` [INFO] [stdout] --> examples/parquet_read.rs:3:17 [INFO] [stdout] | [INFO] [stdout] 3 | use arrow2::io::parquet::read; [INFO] [stdout] | ^^^^^^^ could not find `parquet` in `io` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `arrow2::io::csv` [INFO] [stdout] --> examples/csv_write.rs:7:9 [INFO] [stdout] | [INFO] [stdout] 7 | io::csv::write, [INFO] [stdout] | ^^^ could not find `csv` in `io` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 11 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0422, E0425, E0433. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0422`. [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `compute` in `arrow2` [INFO] [stdout] --> examples/arithmetics.rs:2:13 [INFO] [stdout] | [INFO] [stdout] 2 | use arrow2::compute::arithmetics::*; [INFO] [stdout] | ^^^^^^^ could not find `compute` in `arrow2` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `arrow2::io::csv` [INFO] [stdout] --> examples/csv_write_parallel.rs:10:9 [INFO] [stdout] | [INFO] [stdout] 10 | io::csv::write, [INFO] [stdout] | ^^^ could not find `csv` in `io` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `compute` in `arrow2` [INFO] [stdout] --> examples/arithmetics.rs:3:13 [INFO] [stdout] | [INFO] [stdout] 3 | use arrow2::compute::arity::{binary, unary}; [INFO] [stdout] | ^^^^^^^ could not find `compute` in `arrow2` [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `arrow2` due to 12 previous errors [INFO] [stdout] error: aborting due to 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 E0432`. [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `parquet` in `io` [INFO] [stdout] --> examples/parquet_write_record.rs:8:9 [INFO] [stdout] | [INFO] [stdout] 8 | io::parquet::write::{ [INFO] [stdout] | ^^^^^^^ could not find `parquet` in `io` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `arrow2::io::ipc` [INFO] [stdout] --> examples/extension.rs:7:17 [INFO] [stdout] | [INFO] [stdout] 7 | use arrow2::io::ipc::read; [INFO] [stdout] | ^^^ could not find `ipc` in `io` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `arrow2::io::ipc` [INFO] [stdout] --> examples/extension.rs:8:17 [INFO] [stdout] | [INFO] [stdout] 8 | use arrow2::io::ipc::write; [INFO] [stdout] | ^^^ could not find `ipc` in `io` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `arrow2::io::parquet` [INFO] [stdout] --> examples/parquet_read_record.rs:4:17 [INFO] [stdout] | [INFO] [stdout] 4 | use arrow2::io::parquet::read; [INFO] [stdout] | ^^^^^^^ could not find `parquet` in `io` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `arrow2::io::ipc` [INFO] [stdout] --> examples/ipc_file_write.rs:7:17 [INFO] [stdout] | [INFO] [stdout] 7 | use arrow2::io::ipc::write; [INFO] [stdout] | ^^^ could not find `ipc` in `io` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Operator` [INFO] [stdout] --> examples/arithmetics.rs:13:47 [INFO] [stdout] | [INFO] [stdout] 13 | let added = arithmetic_primitive(&array0, Operator::Add, &array1)?; [INFO] [stdout] | ^^^^^^^^ use of undeclared type `Operator` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Operator` [INFO] [stdout] --> examples/arithmetics.rs:20:52 [INFO] [stdout] | [INFO] [stdout] 20 | let subtracted = arithmetic_primitive(&array0, Operator::Subtract, &array1)?; [INFO] [stdout] | ^^^^^^^^ use of undeclared type `Operator` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Operator` [INFO] [stdout] --> examples/arithmetics.rs:27:55 [INFO] [stdout] | [INFO] [stdout] 27 | let plus10 = arithmetic_primitive_scalar(&array0, Operator::Add, &10)?; [INFO] [stdout] | ^^^^^^^^ use of undeclared type `Operator` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Operator` [INFO] [stdout] --> examples/arithmetics.rs:40:9 [INFO] [stdout] | [INFO] [stdout] 40 | Operator::Add, [INFO] [stdout] | ^^^^^^^^ use of undeclared type `Operator` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Operator` [INFO] [stdout] --> examples/arithmetics.rs:45:36 [INFO] [stdout] | [INFO] [stdout] 45 | let added = arithmetic(array0, Operator::Add, array1).unwrap(); [INFO] [stdout] | ^^^^^^^^ use of undeclared type `Operator` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `arithmetic_primitive` in this scope [INFO] [stdout] --> examples/arithmetics.rs:13:17 [INFO] [stdout] | [INFO] [stdout] 13 | let added = arithmetic_primitive(&array0, Operator::Add, &array1)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Compression` [INFO] [stdout] --> examples/parquet_write_record.rs:19:22 [INFO] [stdout] | [INFO] [stdout] 19 | compression: Compression::Uncompressed, [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared type `Compression` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Version` [INFO] [stdout] --> examples/parquet_write_record.rs:20:18 [INFO] [stdout] | [INFO] [stdout] 20 | version: Version::V2, [INFO] [stdout] | ^^^^^^^ use of undeclared type `Version` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `arithmetic_primitive` in this scope [INFO] [stdout] --> examples/arithmetics.rs:20:22 [INFO] [stdout] | [INFO] [stdout] 20 | let subtracted = arithmetic_primitive(&array0, Operator::Subtract, &array1)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `RowGroupIterator` [INFO] [stdout] --> examples/parquet_write_record.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | RowGroupIterator::try_new(iter.into_iter(), &schema, options, vec![Encoding::Plain])?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ use of undeclared type `RowGroupIterator` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Encoding` [INFO] [stdout] --> examples/parquet_write_record.rs:26:76 [INFO] [stdout] | [INFO] [stdout] 26 | RowGroupIterator::try_new(iter.into_iter(), &schema, options, vec![Encoding::Plain])?; [INFO] [stdout] | ^^^^^^^^ use of undeclared type `Encoding` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0422]: cannot find struct, variant or union type `WriteOptions` in this scope [INFO] [stdout] --> examples/parquet_write_record.rs:17:19 [INFO] [stdout] | [INFO] [stdout] 17 | let options = WriteOptions { [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `write_file` in this scope [INFO] [stdout] --> examples/parquet_write_record.rs:33:13 [INFO] [stdout] | [INFO] [stdout] 33 | let _ = write_file( [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `arithmetic_primitive_scalar` in this scope [INFO] [stdout] --> examples/arithmetics.rs:27:18 [INFO] [stdout] | [INFO] [stdout] 27 | let plus10 = arithmetic_primitive_scalar(&array0, Operator::Add, &10)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `can_arithmetic` in this scope [INFO] [stdout] --> examples/arithmetics.rs:38:13 [INFO] [stdout] | [INFO] [stdout] 38 | assert!(can_arithmetic( [INFO] [stdout] | ^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `arithmetic` in this scope [INFO] [stdout] --> examples/arithmetics.rs:45:17 [INFO] [stdout] | [INFO] [stdout] 45 | let added = arithmetic(array0, Operator::Add, array1).unwrap(); [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `binary` in this scope [INFO] [stdout] --> examples/arithmetics.rs:57:13 [INFO] [stdout] | [INFO] [stdout] 57 | let r = binary(&array0, &array1, DataType::Int64, op)?; [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 1 | use arrow2::bitmap::binary; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `unary` in this scope [INFO] [stdout] --> examples/arithmetics.rs:66:13 [INFO] [stdout] | [INFO] [stdout] 66 | let r = unary( [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 1 | use arrow2::bitmap::unary; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `unary` in this scope [INFO] [stdout] --> examples/arithmetics.rs:77:19 [INFO] [stdout] | [INFO] [stdout] 77 | let rounded = unary(&array0, |x| x.round() as i64, DataType::Int64); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 1 | use arrow2::bitmap::unary; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `ipc` in `io` [INFO] [stdout] --> examples/ipc_file_read.rs:4:17 [INFO] [stdout] | [INFO] [stdout] 4 | use arrow2::io::ipc::read::{read_file_metadata, FileReader}; [INFO] [stdout] | ^^^ could not find `ipc` in `io` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `arrow2::io::print` [INFO] [stdout] --> examples/ipc_file_read.rs:5:5 [INFO] [stdout] | [INFO] [stdout] 5 | use arrow2::io::print; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ no `print` in `io` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] [INFO] [stdout] error: aborting due to 7 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0422, E0425, E0433. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0422`. [INFO] [stdout] [INFO] [stdout] error: aborting due to 15 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0425, E0433. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0425`. [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `FileReader` [INFO] [stdout] --> examples/ipc_file_read.rs:15:18 [INFO] [stdout] | [INFO] [stdout] 15 | let reader = FileReader::new(&mut file, metadata, None); [INFO] [stdout] | ^^^^^^^^^^ use of undeclared type `FileReader` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `read_file_metadata` in this scope [INFO] [stdout] --> examples/ipc_file_read.rs:12:20 [INFO] [stdout] | [INFO] [stdout] 12 | let metadata = read_file_metadata(&mut file)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 4 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0425, E0432, E0433. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0425`. [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `arrow2::io::parquet` [INFO] [stdout] --> examples/parquet_read_parallel.rs:8:47 [INFO] [stdout] | [INFO] [stdout] 8 | use arrow2::{array::Array, error::Result, io::parquet::read}; [INFO] [stdout] | ^^^^^^^ could not find `parquet` in `io` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `arrow2::io::csv` [INFO] [stdout] --> examples/csv_read_parallel.rs:7:33 [INFO] [stdout] | [INFO] [stdout] 7 | use arrow2::{error::Result, io::csv::read, record_batch::RecordBatch}; [INFO] [stdout] | ^^^ could not find `csv` in `io` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] [INFO] [stdout] warning: unused macro definition [INFO] [stdout] --> src/array/mod.rs:150:1 [INFO] [stdout] | [INFO] [stdout] 150 | / macro_rules! with_match_dictionary_key_type {( [INFO] [stdout] 151 | | $key_type:expr, | $_:tt $T:ident | $($body:tt)* [INFO] [stdout] 152 | | ) => ({ [INFO] [stdout] 153 | | macro_rules! __with_ty__ {( $_ $T:ident ) => ( $($body)* )} [INFO] [stdout] ... | [INFO] [stdout] 164 | | } [INFO] [stdout] 165 | | })} [INFO] [stdout] | |___^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_macros)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `get_extension` [INFO] [stdout] --> src/datatypes/mod.rs:10:24 [INFO] [stdout] | [INFO] [stdout] 10 | pub(crate) use field::{get_extension, Extension, Metadata}; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `clone` found for struct `Arc<_>` in the current scope [INFO] [stdout] --> examples/parquet_read_parallel.rs:22:43 [INFO] [stdout] | [INFO] [stdout] 22 | let producer_metadata = file_metadata.clone(); [INFO] [stdout] | ^^^^^ method not found in `Arc<_>` [INFO] [stdout] | [INFO] [stdout] = note: `file_metadata` is a function, perhaps you wish to call it [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `clone` found for struct `Arc<_>` in the current scope [INFO] [stdout] --> examples/csv_read_parallel.rs:40:38 [INFO] [stdout] | [INFO] [stdout] 40 | let consumer_schema = schema.clone(); [INFO] [stdout] | ^^^^^ method not found in `Arc<_>` [INFO] [stdout] | [INFO] [stdout] = note: `schema` is a function, perhaps you wish to call it [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `clone` found for struct `Arc<_>` in the current scope [INFO] [stdout] --> examples/parquet_read_parallel.rs:47:47 [INFO] [stdout] | [INFO] [stdout] 47 | let metadata_consumer = file_metadata.clone(); [INFO] [stdout] | ^^^^^ method not found in `Arc<_>` [INFO] [stdout] | [INFO] [stdout] = note: `file_metadata` is a function, perhaps you wish to call it [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `clone` found for struct `Arc<_>` in the current scope [INFO] [stdout] --> examples/parquet_read_parallel.rs:48:50 [INFO] [stdout] | [INFO] [stdout] 48 | let arrow_schema_consumer = arrow_schema.clone(); [INFO] [stdout] | ^^^^^ method not found in `Arc<_>` [INFO] [stdout] | [INFO] [stdout] = note: `arrow_schema` is a function, perhaps you wish to call it [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 4 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0432, E0599. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0432`. [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0432, E0599. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0432`. [INFO] [stdout] [INFO] [stdout] warning: function is never used: `arrow_test_data` [INFO] [stdout] --> tests/it/test_util.rs:36:8 [INFO] [stdout] | [INFO] [stdout] 36 | pub fn arrow_test_data() -> String { [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `get_data_dir` [INFO] [stdout] --> tests/it/test_util.rs:52:4 [INFO] [stdout] | [INFO] [stdout] 52 | fn get_data_dir(udf_env: &str, submodule_data: &str) -> Result> { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `is_native_little_endian` [INFO] [stdout] --> src/endianess.rs:3:8 [INFO] [stdout] | [INFO] [stdout] 3 | pub fn is_native_little_endian() -> bool { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `get_extension` [INFO] [stdout] --> src/datatypes/field.rs:284:15 [INFO] [stdout] | [INFO] [stdout] 284 | pub(crate) fn get_extension(metadata: &Option>) -> Extension { [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 4 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "e94739e7e20d44d609cbd0216e207ed76ff45207182d8252b05ac780b353316b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e94739e7e20d44d609cbd0216e207ed76ff45207182d8252b05ac780b353316b", kill_on_drop: false }` [INFO] [stdout] e94739e7e20d44d609cbd0216e207ed76ff45207182d8252b05ac780b353316b