[INFO] cloning repository https://github.com/chmp/serde_arrow [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/chmp/serde_arrow" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fchmp%2Fserde_arrow", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fchmp%2Fserde_arrow'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] d91e16438459b700e1cdbad64081d724dbd063b1 [INFO] checking chmp/serde_arrow against try#4f260f0f20b3133d20cfb50353c0221943af5796+rustflags=-Dunmustuse_in_always_ok for pr-148577 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fchmp%2Fserde_arrow" "/workspace/builds/worker-1-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc2/source'... [INFO] [stderr] done. [INFO] started tweaking git repo https://github.com/chmp/serde_arrow [INFO] finished tweaking git repo https://github.com/chmp/serde_arrow [INFO] tweaked toml for git repo https://github.com/chmp/serde_arrow written to /workspace/builds/worker-1-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/chmp/serde_arrow on toolchain 4f260f0f20b3133d20cfb50353c0221943af5796 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+4f260f0f20b3133d20cfb50353c0221943af5796" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/chmp/serde_arrow 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" "+4f260f0f20b3133d20cfb50353c0221943af5796" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+4f260f0f20b3133d20cfb50353c0221943af5796" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] d51e44089ae98b86a5a3e8869ff790df293a1e508cd283e8264b27d8b809ab43 [INFO] running `Command { std: "docker" "start" "-a" "d51e44089ae98b86a5a3e8869ff790df293a1e508cd283e8264b27d8b809ab43", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "d51e44089ae98b86a5a3e8869ff790df293a1e508cd283e8264b27d8b809ab43", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d51e44089ae98b86a5a3e8869ff790df293a1e508cd283e8264b27d8b809ab43", kill_on_drop: false }` [INFO] [stdout] d51e44089ae98b86a5a3e8869ff790df293a1e508cd283e8264b27d8b809ab43 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/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 -Dunmustuse_in_always_ok" "-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+4f260f0f20b3133d20cfb50353c0221943af5796" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] d810571602e2c0e6011ecfdc9865ff5cbb029ecbc02ba07c4006d4da65ae8732 [INFO] running `Command { std: "docker" "start" "-a" "d810571602e2c0e6011ecfdc9865ff5cbb029ecbc02ba07c4006d4da65ae8732", kill_on_drop: false }` [INFO] [stderr] Compiling serde_core v1.0.228 [INFO] [stderr] Compiling syn v2.0.109 [INFO] [stderr] Compiling ahash v0.8.12 [INFO] [stderr] Checking getrandom v0.3.4 [INFO] [stderr] Checking num-complex v0.4.6 [INFO] [stderr] Checking lexical-util v1.0.7 [INFO] [stderr] Checking regex-syntax v0.8.8 [INFO] [stderr] Checking simdutf8 v0.1.5 [INFO] [stderr] Checking atoi v2.0.0 [INFO] [stderr] Compiling flatbuffers v25.9.23 [INFO] [stderr] Checking indexmap v2.12.0 [INFO] [stderr] Compiling syn v1.0.109 [INFO] [stderr] Checking csv-core v0.1.13 [INFO] [stderr] Compiling serde_arrow v0.13.7 (/opt/rustwide/workdir/serde_arrow) [INFO] [stderr] Compiling proc-macro-error-attr v1.0.4 [INFO] [stderr] Checking lexical-write-integer v1.0.6 [INFO] [stderr] Checking lexical-parse-integer v1.0.6 [INFO] [stderr] Compiling err-derive v0.3.1 [INFO] [stderr] Compiling arrow2 v0.17.4 [INFO] [stderr] Checking getrandom v0.2.16 [INFO] [stderr] Checking lexical-write-float v1.0.6 [INFO] [stderr] Checking lexical-parse-float v1.0.6 [INFO] [stderr] Checking clap_builder v4.5.51 [INFO] [stderr] Checking rand_core v0.6.4 [INFO] [stderr] Checking itertools v0.10.5 [INFO] [stderr] Checking float-cmp v0.9.0 [INFO] [stderr] Compiling bigdecimal v0.4.9 [INFO] [stderr] Checking lexical-core v1.0.6 [INFO] [stderr] Checking cast v0.3.0 [INFO] [stderr] Checking foreign_vec v0.1.0 [INFO] [stderr] Checking ethnum v1.5.2 [INFO] [stderr] Compiling rust_decimal v1.39.0 [INFO] [stderr] Checking hash_hasher v2.0.4 [INFO] [stderr] Checking plotters v0.3.7 [INFO] [stderr] Checking regex-automata v0.4.13 [INFO] [stderr] Checking is-terminal v0.4.17 [INFO] [stderr] Checking oorandom v11.1.5 [INFO] [stderr] Checking arrayvec v0.7.6 [INFO] [stderr] Checking criterion-plot v0.5.0 [INFO] [stderr] Checking clap v4.5.51 [INFO] [stderr] Checking anes v0.1.6 [INFO] [stderr] Checking serde_json v1.0.145 [INFO] [stderr] Checking csv v1.4.0 [INFO] [stderr] Checking serde_bytes v0.11.19 [INFO] [stderr] Checking jiff v0.2.16 [INFO] [stderr] Compiling serde_derive v1.0.228 [INFO] [stderr] Compiling zerocopy-derive v0.8.27 [INFO] [stderr] Compiling bytemuck_derive v1.10.2 [INFO] [stderr] Compiling ref-cast-impl v1.0.25 [INFO] [stderr] Checking ref-cast v1.0.25 [INFO] [stderr] Compiling proc-macro-error v1.0.4 [INFO] [stderr] Checking regex v1.12.2 [INFO] [stderr] Compiling synstructure v0.12.6 [INFO] [stderr] Checking bytemuck v1.24.0 [INFO] [stderr] Checking zerocopy v0.8.27 [INFO] [stderr] Compiling arrow2_convert_derive v0.5.0 [INFO] [stderr] Checking serde v1.0.228 [INFO] [stderr] Checking half v2.7.1 [INFO] [stderr] Checking ppv-lite86 v0.2.21 [INFO] [stderr] Checking chrono v0.4.42 [INFO] [stderr] Checking arrow-schema v57.0.0 [INFO] [stderr] Checking tinytemplate v1.2.1 [INFO] [stderr] Checking arrow-schema v54.3.1 [INFO] [stderr] Checking hashbrown v0.14.5 [INFO] [stderr] Checking arrow-schema v46.0.0 [INFO] [stderr] Checking rand_chacha v0.3.1 [INFO] [stderr] Checking arrow-buffer v57.0.0 [INFO] [stderr] Checking ciborium-ll v0.2.2 [INFO] [stderr] Checking rand v0.8.5 [INFO] [stderr] Checking arrow-schema v53.4.1 [INFO] [stderr] Checking ciborium v0.2.2 [INFO] [stderr] Checking arrow-schema v49.0.0 [INFO] [stderr] Checking halfbrown v0.2.5 [INFO] [stderr] Checking arrow-schema v45.0.0 [INFO] [stderr] Checking arrow-data v57.0.0 [INFO] [stderr] Checking value-trait v0.8.1 [INFO] [stderr] Checking arrow-schema v42.0.0 [INFO] [stderr] Checking arrow-schema v41.0.0 [INFO] [stderr] Checking criterion v0.5.1 [INFO] [stderr] Checking uuid v1.18.1 [INFO] [stderr] Checking arrow-schema v55.2.0 [INFO] [stderr] Checking simd-json v0.13.11 [INFO] [stderr] Checking arrow-schema v37.0.0 [INFO] [stderr] Checking arrow-array v57.0.0 [INFO] [stderr] Checking arrow-schema v43.0.0 [INFO] [stderr] Checking arrow-schema v39.0.0 [INFO] [stderr] Checking serde-transcode v1.1.1 [INFO] [stderr] Checking arrow-schema v51.0.0 [INFO] [stderr] Checking arrow-schema v47.0.0 [INFO] [stderr] Checking arrow-schema v38.0.0 [INFO] [stderr] Checking arrow-schema v50.0.0 [INFO] [stderr] Checking arrow-schema v40.0.0 [INFO] [stderr] Checking arrow-schema v44.0.0 [INFO] [stderr] Checking arrow-schema v52.2.0 [INFO] [stderr] Checking arrow-schema v56.2.0 [INFO] [stderr] Checking arrow-schema v48.0.1 [INFO] [stderr] Checking arrow-select v57.0.0 [INFO] [stderr] Checking marrow v0.2.5 [INFO] [stderr] Checking arrow-row v57.0.0 [INFO] [stderr] Checking arrow-arith v57.0.0 [INFO] [stderr] Checking arrow2_convert v0.5.0 [INFO] [stderr] Checking arrow-cast v57.0.0 [INFO] [stderr] Checking arrow-string v57.0.0 [INFO] [stderr] Checking arrow-ipc v57.0.0 [INFO] [stderr] Checking arrow-ord v57.0.0 [INFO] [stderr] Checking arrow-json v57.0.0 [INFO] [stderr] Checking arrow-csv v57.0.0 [INFO] [stderr] Checking arrow v57.0.0 [INFO] [stdout] error: this type will no longer be must used: ControlFlow, i8> [INFO] [stdout] --> serde_arrow/src/internal/deserialization/integer_impls.rs:10:16 [INFO] [stdout] | [INFO] [stdout] 10 | Ok(self.try_into()?) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 60 | implement_integer_into!(); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: requested on the command line with `-D unmustuse-in-always-ok` [INFO] [stdout] = note: this error originates in the macro `implement_integer_into` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: std::result::Result [INFO] [stdout] --> serde_arrow/src/internal/deserialization/integer_impls.rs:10:16 [INFO] [stdout] | [INFO] [stdout] 10 | Ok(self.try_into()?) [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 60 | implement_integer_into!(); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_integer_into` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: ControlFlow, i16> [INFO] [stdout] --> serde_arrow/src/internal/deserialization/integer_impls.rs:14:16 [INFO] [stdout] | [INFO] [stdout] 14 | Ok(self.try_into()?) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 60 | implement_integer_into!(); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_integer_into` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: std::result::Result [INFO] [stdout] --> serde_arrow/src/internal/deserialization/integer_impls.rs:14:16 [INFO] [stdout] | [INFO] [stdout] 14 | Ok(self.try_into()?) [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 60 | implement_integer_into!(); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_integer_into` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: ControlFlow, i32> [INFO] [stdout] --> serde_arrow/src/internal/deserialization/integer_impls.rs:18:16 [INFO] [stdout] | [INFO] [stdout] 18 | Ok(self.try_into()?) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 60 | implement_integer_into!(); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_integer_into` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: std::result::Result [INFO] [stdout] --> serde_arrow/src/internal/deserialization/integer_impls.rs:18:16 [INFO] [stdout] | [INFO] [stdout] 18 | Ok(self.try_into()?) [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 60 | implement_integer_into!(); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_integer_into` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: ControlFlow, i64> [INFO] [stdout] --> serde_arrow/src/internal/deserialization/integer_impls.rs:22:16 [INFO] [stdout] | [INFO] [stdout] 22 | Ok(self.try_into()?) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 60 | implement_integer_into!(); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_integer_into` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: std::result::Result [INFO] [stdout] --> serde_arrow/src/internal/deserialization/integer_impls.rs:22:16 [INFO] [stdout] | [INFO] [stdout] 22 | Ok(self.try_into()?) [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 60 | implement_integer_into!(); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_integer_into` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: ControlFlow, i16> [INFO] [stdout] --> serde_arrow/src/internal/deserialization/integer_impls.rs:14:16 [INFO] [stdout] | [INFO] [stdout] 14 | Ok(self.try_into()?) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 76 | implement_integer_into!(); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_integer_into` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: std::result::Result [INFO] [stdout] --> serde_arrow/src/internal/deserialization/integer_impls.rs:14:16 [INFO] [stdout] | [INFO] [stdout] 14 | Ok(self.try_into()?) [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 76 | implement_integer_into!(); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_integer_into` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: ControlFlow, i32> [INFO] [stdout] --> serde_arrow/src/internal/deserialization/integer_impls.rs:18:16 [INFO] [stdout] | [INFO] [stdout] 18 | Ok(self.try_into()?) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 76 | implement_integer_into!(); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_integer_into` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: std::result::Result [INFO] [stdout] --> serde_arrow/src/internal/deserialization/integer_impls.rs:18:16 [INFO] [stdout] | [INFO] [stdout] 18 | Ok(self.try_into()?) [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 76 | implement_integer_into!(); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_integer_into` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: ControlFlow, i64> [INFO] [stdout] --> serde_arrow/src/internal/deserialization/integer_impls.rs:22:16 [INFO] [stdout] | [INFO] [stdout] 22 | Ok(self.try_into()?) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 76 | implement_integer_into!(); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_integer_into` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: std::result::Result [INFO] [stdout] --> serde_arrow/src/internal/deserialization/integer_impls.rs:22:16 [INFO] [stdout] | [INFO] [stdout] 22 | Ok(self.try_into()?) [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 76 | implement_integer_into!(); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_integer_into` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: ControlFlow, i32> [INFO] [stdout] --> serde_arrow/src/internal/deserialization/integer_impls.rs:18:16 [INFO] [stdout] | [INFO] [stdout] 18 | Ok(self.try_into()?) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 92 | implement_integer_into!(); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_integer_into` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: std::result::Result [INFO] [stdout] --> serde_arrow/src/internal/deserialization/integer_impls.rs:18:16 [INFO] [stdout] | [INFO] [stdout] 18 | Ok(self.try_into()?) [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 92 | implement_integer_into!(); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_integer_into` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: ControlFlow, i64> [INFO] [stdout] --> serde_arrow/src/internal/deserialization/integer_impls.rs:22:16 [INFO] [stdout] | [INFO] [stdout] 22 | Ok(self.try_into()?) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 92 | implement_integer_into!(); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_integer_into` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: std::result::Result [INFO] [stdout] --> serde_arrow/src/internal/deserialization/integer_impls.rs:22:16 [INFO] [stdout] | [INFO] [stdout] 22 | Ok(self.try_into()?) [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 92 | implement_integer_into!(); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_integer_into` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: ControlFlow, i64> [INFO] [stdout] --> serde_arrow/src/internal/deserialization/integer_impls.rs:22:16 [INFO] [stdout] | [INFO] [stdout] 22 | Ok(self.try_into()?) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 108 | implement_integer_into!(); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_integer_into` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: std::result::Result [INFO] [stdout] --> serde_arrow/src/internal/deserialization/integer_impls.rs:22:16 [INFO] [stdout] | [INFO] [stdout] 22 | Ok(self.try_into()?) [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 108 | implement_integer_into!(); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_integer_into` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: ControlFlow, i16> [INFO] [stdout] --> serde_arrow/src/internal/deserialization/integer_impls.rs:14:16 [INFO] [stdout] | [INFO] [stdout] 14 | Ok(self.try_into()?) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 124 | implement_integer_into!(); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_integer_into` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: std::result::Result [INFO] [stdout] --> serde_arrow/src/internal/deserialization/integer_impls.rs:14:16 [INFO] [stdout] | [INFO] [stdout] 14 | Ok(self.try_into()?) [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 124 | implement_integer_into!(); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_integer_into` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: ControlFlow, i32> [INFO] [stdout] --> serde_arrow/src/internal/deserialization/integer_impls.rs:18:16 [INFO] [stdout] | [INFO] [stdout] 18 | Ok(self.try_into()?) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 124 | implement_integer_into!(); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_integer_into` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: std::result::Result [INFO] [stdout] --> serde_arrow/src/internal/deserialization/integer_impls.rs:18:16 [INFO] [stdout] | [INFO] [stdout] 18 | Ok(self.try_into()?) [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 124 | implement_integer_into!(); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_integer_into` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: ControlFlow, i64> [INFO] [stdout] --> serde_arrow/src/internal/deserialization/integer_impls.rs:22:16 [INFO] [stdout] | [INFO] [stdout] 22 | Ok(self.try_into()?) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 124 | implement_integer_into!(); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_integer_into` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: std::result::Result [INFO] [stdout] --> serde_arrow/src/internal/deserialization/integer_impls.rs:22:16 [INFO] [stdout] | [INFO] [stdout] 22 | Ok(self.try_into()?) [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 124 | implement_integer_into!(); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_integer_into` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: ControlFlow, u8> [INFO] [stdout] --> serde_arrow/src/internal/deserialization/integer_impls.rs:26:16 [INFO] [stdout] | [INFO] [stdout] 26 | Ok(self.try_into()?) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 124 | implement_integer_into!(); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_integer_into` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: std::result::Result [INFO] [stdout] --> serde_arrow/src/internal/deserialization/integer_impls.rs:26:16 [INFO] [stdout] | [INFO] [stdout] 26 | Ok(self.try_into()?) [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 124 | implement_integer_into!(); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_integer_into` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: ControlFlow, u16> [INFO] [stdout] --> serde_arrow/src/internal/deserialization/integer_impls.rs:30:16 [INFO] [stdout] | [INFO] [stdout] 30 | Ok(self.try_into()?) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 124 | implement_integer_into!(); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_integer_into` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: std::result::Result [INFO] [stdout] --> serde_arrow/src/internal/deserialization/integer_impls.rs:30:16 [INFO] [stdout] | [INFO] [stdout] 30 | Ok(self.try_into()?) [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 124 | implement_integer_into!(); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_integer_into` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: ControlFlow, u32> [INFO] [stdout] --> serde_arrow/src/internal/deserialization/integer_impls.rs:34:16 [INFO] [stdout] | [INFO] [stdout] 34 | Ok(self.try_into()?) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 124 | implement_integer_into!(); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_integer_into` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: std::result::Result [INFO] [stdout] --> serde_arrow/src/internal/deserialization/integer_impls.rs:34:16 [INFO] [stdout] | [INFO] [stdout] 34 | Ok(self.try_into()?) [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 124 | implement_integer_into!(); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_integer_into` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: ControlFlow, u64> [INFO] [stdout] --> serde_arrow/src/internal/deserialization/integer_impls.rs:38:16 [INFO] [stdout] | [INFO] [stdout] 38 | Ok(self.try_into()?) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 124 | implement_integer_into!(); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_integer_into` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: std::result::Result [INFO] [stdout] --> serde_arrow/src/internal/deserialization/integer_impls.rs:38:16 [INFO] [stdout] | [INFO] [stdout] 38 | Ok(self.try_into()?) [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 124 | implement_integer_into!(); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_integer_into` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: ControlFlow, i32> [INFO] [stdout] --> serde_arrow/src/internal/deserialization/integer_impls.rs:18:16 [INFO] [stdout] | [INFO] [stdout] 18 | Ok(self.try_into()?) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 140 | implement_integer_into!(); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_integer_into` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: std::result::Result [INFO] [stdout] --> serde_arrow/src/internal/deserialization/integer_impls.rs:18:16 [INFO] [stdout] | [INFO] [stdout] 18 | Ok(self.try_into()?) [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 140 | implement_integer_into!(); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_integer_into` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: ControlFlow, i64> [INFO] [stdout] --> serde_arrow/src/internal/deserialization/integer_impls.rs:22:16 [INFO] [stdout] | [INFO] [stdout] 22 | Ok(self.try_into()?) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 140 | implement_integer_into!(); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_integer_into` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: std::result::Result [INFO] [stdout] --> serde_arrow/src/internal/deserialization/integer_impls.rs:22:16 [INFO] [stdout] | [INFO] [stdout] 22 | Ok(self.try_into()?) [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 140 | implement_integer_into!(); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_integer_into` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: ControlFlow, u16> [INFO] [stdout] --> serde_arrow/src/internal/deserialization/integer_impls.rs:30:16 [INFO] [stdout] | [INFO] [stdout] 30 | Ok(self.try_into()?) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 140 | implement_integer_into!(); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_integer_into` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: std::result::Result [INFO] [stdout] --> serde_arrow/src/internal/deserialization/integer_impls.rs:30:16 [INFO] [stdout] | [INFO] [stdout] 30 | Ok(self.try_into()?) [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 140 | implement_integer_into!(); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_integer_into` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: ControlFlow, u32> [INFO] [stdout] --> serde_arrow/src/internal/deserialization/integer_impls.rs:34:16 [INFO] [stdout] | [INFO] [stdout] 34 | Ok(self.try_into()?) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 140 | implement_integer_into!(); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_integer_into` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: std::result::Result [INFO] [stdout] --> serde_arrow/src/internal/deserialization/integer_impls.rs:34:16 [INFO] [stdout] | [INFO] [stdout] 34 | Ok(self.try_into()?) [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 140 | implement_integer_into!(); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_integer_into` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: ControlFlow, u64> [INFO] [stdout] --> serde_arrow/src/internal/deserialization/integer_impls.rs:38:16 [INFO] [stdout] | [INFO] [stdout] 38 | Ok(self.try_into()?) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 140 | implement_integer_into!(); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_integer_into` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: std::result::Result [INFO] [stdout] --> serde_arrow/src/internal/deserialization/integer_impls.rs:38:16 [INFO] [stdout] | [INFO] [stdout] 38 | Ok(self.try_into()?) [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 140 | implement_integer_into!(); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_integer_into` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: ControlFlow, i64> [INFO] [stdout] --> serde_arrow/src/internal/deserialization/integer_impls.rs:22:16 [INFO] [stdout] | [INFO] [stdout] 22 | Ok(self.try_into()?) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 156 | implement_integer_into!(); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_integer_into` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: std::result::Result [INFO] [stdout] --> serde_arrow/src/internal/deserialization/integer_impls.rs:22:16 [INFO] [stdout] | [INFO] [stdout] 22 | Ok(self.try_into()?) [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 156 | implement_integer_into!(); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_integer_into` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: ControlFlow, u32> [INFO] [stdout] --> serde_arrow/src/internal/deserialization/integer_impls.rs:34:16 [INFO] [stdout] | [INFO] [stdout] 34 | Ok(self.try_into()?) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 156 | implement_integer_into!(); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_integer_into` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: std::result::Result [INFO] [stdout] --> serde_arrow/src/internal/deserialization/integer_impls.rs:34:16 [INFO] [stdout] | [INFO] [stdout] 34 | Ok(self.try_into()?) [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 156 | implement_integer_into!(); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_integer_into` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: ControlFlow, u64> [INFO] [stdout] --> serde_arrow/src/internal/deserialization/integer_impls.rs:38:16 [INFO] [stdout] | [INFO] [stdout] 38 | Ok(self.try_into()?) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 156 | implement_integer_into!(); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_integer_into` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: std::result::Result [INFO] [stdout] --> serde_arrow/src/internal/deserialization/integer_impls.rs:38:16 [INFO] [stdout] | [INFO] [stdout] 38 | Ok(self.try_into()?) [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 156 | implement_integer_into!(); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_integer_into` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: ControlFlow, u64> [INFO] [stdout] --> serde_arrow/src/internal/deserialization/integer_impls.rs:38:16 [INFO] [stdout] | [INFO] [stdout] 38 | Ok(self.try_into()?) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 172 | implement_integer_into!(); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_integer_into` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: std::result::Result [INFO] [stdout] --> serde_arrow/src/internal/deserialization/integer_impls.rs:38:16 [INFO] [stdout] | [INFO] [stdout] 38 | Ok(self.try_into()?) [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 172 | implement_integer_into!(); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_integer_into` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: ControlFlow, i8> [INFO] [stdout] --> serde_arrow/src/internal/utils/value.rs:113:41 [INFO] [stdout] | [INFO] [stdout] 113 | &Value::I8(v) => Ok(v.try_into()?), [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 124 | impl_try_from_value_for_int!(i8); [INFO] [stdout] | -------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_value_for_int` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: std::result::Result [INFO] [stdout] --> serde_arrow/src/internal/utils/value.rs:113:41 [INFO] [stdout] | [INFO] [stdout] 113 | &Value::I8(v) => Ok(v.try_into()?), [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 124 | impl_try_from_value_for_int!(i8); [INFO] [stdout] | -------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_value_for_int` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: ControlFlow, i16> [INFO] [stdout] --> serde_arrow/src/internal/utils/value.rs:109:41 [INFO] [stdout] | [INFO] [stdout] 109 | &Value::U8(v) => Ok(v.try_into()?), [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 125 | impl_try_from_value_for_int!(i16); [INFO] [stdout] | --------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_value_for_int` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: std::result::Result [INFO] [stdout] --> serde_arrow/src/internal/utils/value.rs:109:41 [INFO] [stdout] | [INFO] [stdout] 109 | &Value::U8(v) => Ok(v.try_into()?), [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 125 | impl_try_from_value_for_int!(i16); [INFO] [stdout] | --------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_value_for_int` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: ControlFlow, i16> [INFO] [stdout] --> serde_arrow/src/internal/utils/value.rs:113:41 [INFO] [stdout] | [INFO] [stdout] 113 | &Value::I8(v) => Ok(v.try_into()?), [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 125 | impl_try_from_value_for_int!(i16); [INFO] [stdout] | --------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_value_for_int` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: std::result::Result [INFO] [stdout] --> serde_arrow/src/internal/utils/value.rs:113:41 [INFO] [stdout] | [INFO] [stdout] 113 | &Value::I8(v) => Ok(v.try_into()?), [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 125 | impl_try_from_value_for_int!(i16); [INFO] [stdout] | --------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_value_for_int` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: ControlFlow, i16> [INFO] [stdout] --> serde_arrow/src/internal/utils/value.rs:114:42 [INFO] [stdout] | [INFO] [stdout] 114 | &Value::I16(v) => Ok(v.try_into()?), [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 125 | impl_try_from_value_for_int!(i16); [INFO] [stdout] | --------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_value_for_int` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: std::result::Result [INFO] [stdout] --> serde_arrow/src/internal/utils/value.rs:114:42 [INFO] [stdout] | [INFO] [stdout] 114 | &Value::I16(v) => Ok(v.try_into()?), [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 125 | impl_try_from_value_for_int!(i16); [INFO] [stdout] | --------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_value_for_int` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: ControlFlow, i32> [INFO] [stdout] --> serde_arrow/src/internal/utils/value.rs:109:41 [INFO] [stdout] | [INFO] [stdout] 109 | &Value::U8(v) => Ok(v.try_into()?), [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 126 | impl_try_from_value_for_int!(i32); [INFO] [stdout] | --------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_value_for_int` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: std::result::Result [INFO] [stdout] --> serde_arrow/src/internal/utils/value.rs:109:41 [INFO] [stdout] | [INFO] [stdout] 109 | &Value::U8(v) => Ok(v.try_into()?), [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 126 | impl_try_from_value_for_int!(i32); [INFO] [stdout] | --------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_value_for_int` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: ControlFlow, i32> [INFO] [stdout] --> serde_arrow/src/internal/utils/value.rs:110:42 [INFO] [stdout] | [INFO] [stdout] 110 | &Value::U16(v) => Ok(v.try_into()?), [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 126 | impl_try_from_value_for_int!(i32); [INFO] [stdout] | --------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_value_for_int` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: std::result::Result [INFO] [stdout] --> serde_arrow/src/internal/utils/value.rs:110:42 [INFO] [stdout] | [INFO] [stdout] 110 | &Value::U16(v) => Ok(v.try_into()?), [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 126 | impl_try_from_value_for_int!(i32); [INFO] [stdout] | --------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_value_for_int` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: ControlFlow, i32> [INFO] [stdout] --> serde_arrow/src/internal/utils/value.rs:113:41 [INFO] [stdout] | [INFO] [stdout] 113 | &Value::I8(v) => Ok(v.try_into()?), [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 126 | impl_try_from_value_for_int!(i32); [INFO] [stdout] | --------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_value_for_int` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: std::result::Result [INFO] [stdout] --> serde_arrow/src/internal/utils/value.rs:113:41 [INFO] [stdout] | [INFO] [stdout] 113 | &Value::I8(v) => Ok(v.try_into()?), [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 126 | impl_try_from_value_for_int!(i32); [INFO] [stdout] | --------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_value_for_int` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: ControlFlow, i32> [INFO] [stdout] --> serde_arrow/src/internal/utils/value.rs:114:42 [INFO] [stdout] | [INFO] [stdout] 114 | &Value::I16(v) => Ok(v.try_into()?), [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 126 | impl_try_from_value_for_int!(i32); [INFO] [stdout] | --------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_value_for_int` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: std::result::Result [INFO] [stdout] --> serde_arrow/src/internal/utils/value.rs:114:42 [INFO] [stdout] | [INFO] [stdout] 114 | &Value::I16(v) => Ok(v.try_into()?), [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 126 | impl_try_from_value_for_int!(i32); [INFO] [stdout] | --------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_value_for_int` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: ControlFlow, i32> [INFO] [stdout] --> serde_arrow/src/internal/utils/value.rs:115:42 [INFO] [stdout] | [INFO] [stdout] 115 | &Value::I32(v) => Ok(v.try_into()?), [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 126 | impl_try_from_value_for_int!(i32); [INFO] [stdout] | --------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_value_for_int` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: std::result::Result [INFO] [stdout] --> serde_arrow/src/internal/utils/value.rs:115:42 [INFO] [stdout] | [INFO] [stdout] 115 | &Value::I32(v) => Ok(v.try_into()?), [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 126 | impl_try_from_value_for_int!(i32); [INFO] [stdout] | --------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_value_for_int` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: ControlFlow, i64> [INFO] [stdout] --> serde_arrow/src/internal/utils/value.rs:109:41 [INFO] [stdout] | [INFO] [stdout] 109 | &Value::U8(v) => Ok(v.try_into()?), [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 127 | impl_try_from_value_for_int!(i64); [INFO] [stdout] | --------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_value_for_int` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: std::result::Result [INFO] [stdout] --> serde_arrow/src/internal/utils/value.rs:109:41 [INFO] [stdout] | [INFO] [stdout] 109 | &Value::U8(v) => Ok(v.try_into()?), [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 127 | impl_try_from_value_for_int!(i64); [INFO] [stdout] | --------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_value_for_int` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: ControlFlow, i64> [INFO] [stdout] --> serde_arrow/src/internal/utils/value.rs:110:42 [INFO] [stdout] | [INFO] [stdout] 110 | &Value::U16(v) => Ok(v.try_into()?), [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 127 | impl_try_from_value_for_int!(i64); [INFO] [stdout] | --------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_value_for_int` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: std::result::Result [INFO] [stdout] --> serde_arrow/src/internal/utils/value.rs:110:42 [INFO] [stdout] | [INFO] [stdout] 110 | &Value::U16(v) => Ok(v.try_into()?), [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 127 | impl_try_from_value_for_int!(i64); [INFO] [stdout] | --------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_value_for_int` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: ControlFlow, i64> [INFO] [stdout] --> serde_arrow/src/internal/utils/value.rs:111:42 [INFO] [stdout] | [INFO] [stdout] 111 | &Value::U32(v) => Ok(v.try_into()?), [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 127 | impl_try_from_value_for_int!(i64); [INFO] [stdout] | --------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_value_for_int` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: std::result::Result [INFO] [stdout] --> serde_arrow/src/internal/utils/value.rs:111:42 [INFO] [stdout] | [INFO] [stdout] 111 | &Value::U32(v) => Ok(v.try_into()?), [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 127 | impl_try_from_value_for_int!(i64); [INFO] [stdout] | --------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_value_for_int` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: ControlFlow, i64> [INFO] [stdout] --> serde_arrow/src/internal/utils/value.rs:113:41 [INFO] [stdout] | [INFO] [stdout] 113 | &Value::I8(v) => Ok(v.try_into()?), [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 127 | impl_try_from_value_for_int!(i64); [INFO] [stdout] | --------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_value_for_int` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: std::result::Result [INFO] [stdout] --> serde_arrow/src/internal/utils/value.rs:113:41 [INFO] [stdout] | [INFO] [stdout] 113 | &Value::I8(v) => Ok(v.try_into()?), [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 127 | impl_try_from_value_for_int!(i64); [INFO] [stdout] | --------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_value_for_int` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: ControlFlow, i64> [INFO] [stdout] --> serde_arrow/src/internal/utils/value.rs:114:42 [INFO] [stdout] | [INFO] [stdout] 114 | &Value::I16(v) => Ok(v.try_into()?), [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 127 | impl_try_from_value_for_int!(i64); [INFO] [stdout] | --------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_value_for_int` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: std::result::Result [INFO] [stdout] --> serde_arrow/src/internal/utils/value.rs:114:42 [INFO] [stdout] | [INFO] [stdout] 114 | &Value::I16(v) => Ok(v.try_into()?), [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 127 | impl_try_from_value_for_int!(i64); [INFO] [stdout] | --------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_value_for_int` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: ControlFlow, i64> [INFO] [stdout] --> serde_arrow/src/internal/utils/value.rs:115:42 [INFO] [stdout] | [INFO] [stdout] 115 | &Value::I32(v) => Ok(v.try_into()?), [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 127 | impl_try_from_value_for_int!(i64); [INFO] [stdout] | --------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_value_for_int` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: std::result::Result [INFO] [stdout] --> serde_arrow/src/internal/utils/value.rs:115:42 [INFO] [stdout] | [INFO] [stdout] 115 | &Value::I32(v) => Ok(v.try_into()?), [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 127 | impl_try_from_value_for_int!(i64); [INFO] [stdout] | --------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_value_for_int` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: ControlFlow, i64> [INFO] [stdout] --> serde_arrow/src/internal/utils/value.rs:116:42 [INFO] [stdout] | [INFO] [stdout] 116 | &Value::I64(v) => Ok(v.try_into()?), [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 127 | impl_try_from_value_for_int!(i64); [INFO] [stdout] | --------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_value_for_int` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: std::result::Result [INFO] [stdout] --> serde_arrow/src/internal/utils/value.rs:116:42 [INFO] [stdout] | [INFO] [stdout] 116 | &Value::I64(v) => Ok(v.try_into()?), [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 127 | impl_try_from_value_for_int!(i64); [INFO] [stdout] | --------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_value_for_int` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: ControlFlow, u8> [INFO] [stdout] --> serde_arrow/src/internal/utils/value.rs:109:41 [INFO] [stdout] | [INFO] [stdout] 109 | &Value::U8(v) => Ok(v.try_into()?), [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 128 | impl_try_from_value_for_int!(u8); [INFO] [stdout] | -------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_value_for_int` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: std::result::Result [INFO] [stdout] --> serde_arrow/src/internal/utils/value.rs:109:41 [INFO] [stdout] | [INFO] [stdout] 109 | &Value::U8(v) => Ok(v.try_into()?), [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 128 | impl_try_from_value_for_int!(u8); [INFO] [stdout] | -------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_value_for_int` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: ControlFlow, u16> [INFO] [stdout] --> serde_arrow/src/internal/utils/value.rs:109:41 [INFO] [stdout] | [INFO] [stdout] 109 | &Value::U8(v) => Ok(v.try_into()?), [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 129 | impl_try_from_value_for_int!(u16); [INFO] [stdout] | --------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_value_for_int` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: std::result::Result [INFO] [stdout] --> serde_arrow/src/internal/utils/value.rs:109:41 [INFO] [stdout] | [INFO] [stdout] 109 | &Value::U8(v) => Ok(v.try_into()?), [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 129 | impl_try_from_value_for_int!(u16); [INFO] [stdout] | --------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_value_for_int` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: ControlFlow, u16> [INFO] [stdout] --> serde_arrow/src/internal/utils/value.rs:110:42 [INFO] [stdout] | [INFO] [stdout] 110 | &Value::U16(v) => Ok(v.try_into()?), [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 129 | impl_try_from_value_for_int!(u16); [INFO] [stdout] | --------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_value_for_int` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: std::result::Result [INFO] [stdout] --> serde_arrow/src/internal/utils/value.rs:110:42 [INFO] [stdout] | [INFO] [stdout] 110 | &Value::U16(v) => Ok(v.try_into()?), [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 129 | impl_try_from_value_for_int!(u16); [INFO] [stdout] | --------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_value_for_int` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: ControlFlow, u32> [INFO] [stdout] --> serde_arrow/src/internal/utils/value.rs:109:41 [INFO] [stdout] | [INFO] [stdout] 109 | &Value::U8(v) => Ok(v.try_into()?), [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 130 | impl_try_from_value_for_int!(u32); [INFO] [stdout] | --------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_value_for_int` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: std::result::Result [INFO] [stdout] --> serde_arrow/src/internal/utils/value.rs:109:41 [INFO] [stdout] | [INFO] [stdout] 109 | &Value::U8(v) => Ok(v.try_into()?), [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 130 | impl_try_from_value_for_int!(u32); [INFO] [stdout] | --------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_value_for_int` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: ControlFlow, u32> [INFO] [stdout] --> serde_arrow/src/internal/utils/value.rs:110:42 [INFO] [stdout] | [INFO] [stdout] 110 | &Value::U16(v) => Ok(v.try_into()?), [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 130 | impl_try_from_value_for_int!(u32); [INFO] [stdout] | --------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_value_for_int` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: std::result::Result [INFO] [stdout] --> serde_arrow/src/internal/utils/value.rs:110:42 [INFO] [stdout] | [INFO] [stdout] 110 | &Value::U16(v) => Ok(v.try_into()?), [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 130 | impl_try_from_value_for_int!(u32); [INFO] [stdout] | --------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_value_for_int` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: ControlFlow, u32> [INFO] [stdout] --> serde_arrow/src/internal/utils/value.rs:111:42 [INFO] [stdout] | [INFO] [stdout] 111 | &Value::U32(v) => Ok(v.try_into()?), [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 130 | impl_try_from_value_for_int!(u32); [INFO] [stdout] | --------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_value_for_int` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: std::result::Result [INFO] [stdout] --> serde_arrow/src/internal/utils/value.rs:111:42 [INFO] [stdout] | [INFO] [stdout] 111 | &Value::U32(v) => Ok(v.try_into()?), [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 130 | impl_try_from_value_for_int!(u32); [INFO] [stdout] | --------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_value_for_int` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: ControlFlow, u64> [INFO] [stdout] --> serde_arrow/src/internal/utils/value.rs:109:41 [INFO] [stdout] | [INFO] [stdout] 109 | &Value::U8(v) => Ok(v.try_into()?), [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 131 | impl_try_from_value_for_int!(u64); [INFO] [stdout] | --------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_value_for_int` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: std::result::Result [INFO] [stdout] --> serde_arrow/src/internal/utils/value.rs:109:41 [INFO] [stdout] | [INFO] [stdout] 109 | &Value::U8(v) => Ok(v.try_into()?), [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 131 | impl_try_from_value_for_int!(u64); [INFO] [stdout] | --------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_value_for_int` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: ControlFlow, u64> [INFO] [stdout] --> serde_arrow/src/internal/utils/value.rs:110:42 [INFO] [stdout] | [INFO] [stdout] 110 | &Value::U16(v) => Ok(v.try_into()?), [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 131 | impl_try_from_value_for_int!(u64); [INFO] [stdout] | --------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_value_for_int` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: std::result::Result [INFO] [stdout] --> serde_arrow/src/internal/utils/value.rs:110:42 [INFO] [stdout] | [INFO] [stdout] 110 | &Value::U16(v) => Ok(v.try_into()?), [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 131 | impl_try_from_value_for_int!(u64); [INFO] [stdout] | --------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_value_for_int` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: ControlFlow, u64> [INFO] [stdout] --> serde_arrow/src/internal/utils/value.rs:111:42 [INFO] [stdout] | [INFO] [stdout] 111 | &Value::U32(v) => Ok(v.try_into()?), [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 131 | impl_try_from_value_for_int!(u64); [INFO] [stdout] | --------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_value_for_int` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: std::result::Result [INFO] [stdout] --> serde_arrow/src/internal/utils/value.rs:111:42 [INFO] [stdout] | [INFO] [stdout] 111 | &Value::U32(v) => Ok(v.try_into()?), [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 131 | impl_try_from_value_for_int!(u64); [INFO] [stdout] | --------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_value_for_int` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: ControlFlow, u64> [INFO] [stdout] --> serde_arrow/src/internal/utils/value.rs:112:42 [INFO] [stdout] | [INFO] [stdout] 112 | &Value::U64(v) => Ok(v.try_into()?), [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 131 | impl_try_from_value_for_int!(u64); [INFO] [stdout] | --------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_value_for_int` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: std::result::Result [INFO] [stdout] --> serde_arrow/src/internal/utils/value.rs:112:42 [INFO] [stdout] | [INFO] [stdout] 112 | &Value::U64(v) => Ok(v.try_into()?), [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 131 | impl_try_from_value_for_int!(u64); [INFO] [stdout] | --------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_value_for_int` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `serde_arrow` (lib) due to 104 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] warning: trait `ArrayAccess` is never used [INFO] [stdout] --> serde_arrow/src/internal/testing.rs:36:18 [INFO] [stdout] | [INFO] [stdout] 36 | pub(crate) trait ArrayAccess { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `get_utf8_impl` is never used [INFO] [stdout] --> serde_arrow/src/internal/testing.rs:50:4 [INFO] [stdout] | [INFO] [stdout] 50 | fn get_utf8_impl(array: &BytesArray, idx: usize) -> Result> [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: ControlFlow, i8> [INFO] [stdout] --> serde_arrow/src/internal/deserialization/integer_impls.rs:10:16 [INFO] [stdout] | [INFO] [stdout] 10 | Ok(self.try_into()?) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 60 | implement_integer_into!(); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: requested on the command line with `-D unmustuse-in-always-ok` [INFO] [stdout] = note: this error originates in the macro `implement_integer_into` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: std::result::Result [INFO] [stdout] --> serde_arrow/src/internal/deserialization/integer_impls.rs:10:16 [INFO] [stdout] | [INFO] [stdout] 10 | Ok(self.try_into()?) [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 60 | implement_integer_into!(); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_integer_into` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: ControlFlow, i16> [INFO] [stdout] --> serde_arrow/src/internal/deserialization/integer_impls.rs:14:16 [INFO] [stdout] | [INFO] [stdout] 14 | Ok(self.try_into()?) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 60 | implement_integer_into!(); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_integer_into` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: std::result::Result [INFO] [stdout] --> serde_arrow/src/internal/deserialization/integer_impls.rs:14:16 [INFO] [stdout] | [INFO] [stdout] 14 | Ok(self.try_into()?) [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 60 | implement_integer_into!(); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_integer_into` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: ControlFlow, i32> [INFO] [stdout] --> serde_arrow/src/internal/deserialization/integer_impls.rs:18:16 [INFO] [stdout] | [INFO] [stdout] 18 | Ok(self.try_into()?) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 60 | implement_integer_into!(); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_integer_into` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: std::result::Result [INFO] [stdout] --> serde_arrow/src/internal/deserialization/integer_impls.rs:18:16 [INFO] [stdout] | [INFO] [stdout] 18 | Ok(self.try_into()?) [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 60 | implement_integer_into!(); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_integer_into` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: ControlFlow, i64> [INFO] [stdout] --> serde_arrow/src/internal/deserialization/integer_impls.rs:22:16 [INFO] [stdout] | [INFO] [stdout] 22 | Ok(self.try_into()?) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 60 | implement_integer_into!(); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_integer_into` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: std::result::Result [INFO] [stdout] --> serde_arrow/src/internal/deserialization/integer_impls.rs:22:16 [INFO] [stdout] | [INFO] [stdout] 22 | Ok(self.try_into()?) [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 60 | implement_integer_into!(); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_integer_into` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: ControlFlow, i16> [INFO] [stdout] --> serde_arrow/src/internal/deserialization/integer_impls.rs:14:16 [INFO] [stdout] | [INFO] [stdout] 14 | Ok(self.try_into()?) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 76 | implement_integer_into!(); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_integer_into` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: std::result::Result [INFO] [stdout] --> serde_arrow/src/internal/deserialization/integer_impls.rs:14:16 [INFO] [stdout] | [INFO] [stdout] 14 | Ok(self.try_into()?) [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 76 | implement_integer_into!(); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_integer_into` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: ControlFlow, i32> [INFO] [stdout] --> serde_arrow/src/internal/deserialization/integer_impls.rs:18:16 [INFO] [stdout] | [INFO] [stdout] 18 | Ok(self.try_into()?) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 76 | implement_integer_into!(); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_integer_into` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: std::result::Result [INFO] [stdout] --> serde_arrow/src/internal/deserialization/integer_impls.rs:18:16 [INFO] [stdout] | [INFO] [stdout] 18 | Ok(self.try_into()?) [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 76 | implement_integer_into!(); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_integer_into` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: ControlFlow, i64> [INFO] [stdout] --> serde_arrow/src/internal/deserialization/integer_impls.rs:22:16 [INFO] [stdout] | [INFO] [stdout] 22 | Ok(self.try_into()?) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 76 | implement_integer_into!(); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_integer_into` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: std::result::Result [INFO] [stdout] --> serde_arrow/src/internal/deserialization/integer_impls.rs:22:16 [INFO] [stdout] | [INFO] [stdout] 22 | Ok(self.try_into()?) [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 76 | implement_integer_into!(); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_integer_into` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: ControlFlow, i32> [INFO] [stdout] --> serde_arrow/src/internal/deserialization/integer_impls.rs:18:16 [INFO] [stdout] | [INFO] [stdout] 18 | Ok(self.try_into()?) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 92 | implement_integer_into!(); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_integer_into` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: std::result::Result [INFO] [stdout] --> serde_arrow/src/internal/deserialization/integer_impls.rs:18:16 [INFO] [stdout] | [INFO] [stdout] 18 | Ok(self.try_into()?) [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 92 | implement_integer_into!(); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_integer_into` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: ControlFlow, i64> [INFO] [stdout] --> serde_arrow/src/internal/deserialization/integer_impls.rs:22:16 [INFO] [stdout] | [INFO] [stdout] 22 | Ok(self.try_into()?) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 92 | implement_integer_into!(); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_integer_into` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: std::result::Result [INFO] [stdout] --> serde_arrow/src/internal/deserialization/integer_impls.rs:22:16 [INFO] [stdout] | [INFO] [stdout] 22 | Ok(self.try_into()?) [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 92 | implement_integer_into!(); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_integer_into` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: ControlFlow, i64> [INFO] [stdout] --> serde_arrow/src/internal/deserialization/integer_impls.rs:22:16 [INFO] [stdout] | [INFO] [stdout] 22 | Ok(self.try_into()?) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 108 | implement_integer_into!(); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_integer_into` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: std::result::Result [INFO] [stdout] --> serde_arrow/src/internal/deserialization/integer_impls.rs:22:16 [INFO] [stdout] | [INFO] [stdout] 22 | Ok(self.try_into()?) [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 108 | implement_integer_into!(); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_integer_into` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: ControlFlow, i16> [INFO] [stdout] --> serde_arrow/src/internal/deserialization/integer_impls.rs:14:16 [INFO] [stdout] | [INFO] [stdout] 14 | Ok(self.try_into()?) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 124 | implement_integer_into!(); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_integer_into` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: std::result::Result [INFO] [stdout] --> serde_arrow/src/internal/deserialization/integer_impls.rs:14:16 [INFO] [stdout] | [INFO] [stdout] 14 | Ok(self.try_into()?) [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 124 | implement_integer_into!(); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_integer_into` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: ControlFlow, i32> [INFO] [stdout] --> serde_arrow/src/internal/deserialization/integer_impls.rs:18:16 [INFO] [stdout] | [INFO] [stdout] 18 | Ok(self.try_into()?) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 124 | implement_integer_into!(); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_integer_into` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: std::result::Result [INFO] [stdout] --> serde_arrow/src/internal/deserialization/integer_impls.rs:18:16 [INFO] [stdout] | [INFO] [stdout] 18 | Ok(self.try_into()?) [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 124 | implement_integer_into!(); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_integer_into` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: ControlFlow, i64> [INFO] [stdout] --> serde_arrow/src/internal/deserialization/integer_impls.rs:22:16 [INFO] [stdout] | [INFO] [stdout] 22 | Ok(self.try_into()?) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 124 | implement_integer_into!(); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_integer_into` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: std::result::Result [INFO] [stdout] --> serde_arrow/src/internal/deserialization/integer_impls.rs:22:16 [INFO] [stdout] | [INFO] [stdout] 22 | Ok(self.try_into()?) [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 124 | implement_integer_into!(); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_integer_into` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: ControlFlow, u8> [INFO] [stdout] --> serde_arrow/src/internal/deserialization/integer_impls.rs:26:16 [INFO] [stdout] | [INFO] [stdout] 26 | Ok(self.try_into()?) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 124 | implement_integer_into!(); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_integer_into` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: std::result::Result [INFO] [stdout] --> serde_arrow/src/internal/deserialization/integer_impls.rs:26:16 [INFO] [stdout] | [INFO] [stdout] 26 | Ok(self.try_into()?) [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 124 | implement_integer_into!(); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_integer_into` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: ControlFlow, u16> [INFO] [stdout] --> serde_arrow/src/internal/deserialization/integer_impls.rs:30:16 [INFO] [stdout] | [INFO] [stdout] 30 | Ok(self.try_into()?) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 124 | implement_integer_into!(); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_integer_into` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: std::result::Result [INFO] [stdout] --> serde_arrow/src/internal/deserialization/integer_impls.rs:30:16 [INFO] [stdout] | [INFO] [stdout] 30 | Ok(self.try_into()?) [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 124 | implement_integer_into!(); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_integer_into` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: ControlFlow, u32> [INFO] [stdout] --> serde_arrow/src/internal/deserialization/integer_impls.rs:34:16 [INFO] [stdout] | [INFO] [stdout] 34 | Ok(self.try_into()?) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 124 | implement_integer_into!(); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_integer_into` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: std::result::Result [INFO] [stdout] --> serde_arrow/src/internal/deserialization/integer_impls.rs:34:16 [INFO] [stdout] | [INFO] [stdout] 34 | Ok(self.try_into()?) [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 124 | implement_integer_into!(); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_integer_into` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: ControlFlow, u64> [INFO] [stdout] --> serde_arrow/src/internal/deserialization/integer_impls.rs:38:16 [INFO] [stdout] | [INFO] [stdout] 38 | Ok(self.try_into()?) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 124 | implement_integer_into!(); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_integer_into` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: std::result::Result [INFO] [stdout] --> serde_arrow/src/internal/deserialization/integer_impls.rs:38:16 [INFO] [stdout] | [INFO] [stdout] 38 | Ok(self.try_into()?) [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 124 | implement_integer_into!(); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_integer_into` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: ControlFlow, i32> [INFO] [stdout] --> serde_arrow/src/internal/deserialization/integer_impls.rs:18:16 [INFO] [stdout] | [INFO] [stdout] 18 | Ok(self.try_into()?) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 140 | implement_integer_into!(); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_integer_into` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: std::result::Result [INFO] [stdout] --> serde_arrow/src/internal/deserialization/integer_impls.rs:18:16 [INFO] [stdout] | [INFO] [stdout] 18 | Ok(self.try_into()?) [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 140 | implement_integer_into!(); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_integer_into` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: ControlFlow, i64> [INFO] [stdout] --> serde_arrow/src/internal/deserialization/integer_impls.rs:22:16 [INFO] [stdout] | [INFO] [stdout] 22 | Ok(self.try_into()?) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 140 | implement_integer_into!(); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_integer_into` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: std::result::Result [INFO] [stdout] --> serde_arrow/src/internal/deserialization/integer_impls.rs:22:16 [INFO] [stdout] | [INFO] [stdout] 22 | Ok(self.try_into()?) [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 140 | implement_integer_into!(); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_integer_into` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: ControlFlow, u16> [INFO] [stdout] --> serde_arrow/src/internal/deserialization/integer_impls.rs:30:16 [INFO] [stdout] | [INFO] [stdout] 30 | Ok(self.try_into()?) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 140 | implement_integer_into!(); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_integer_into` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: std::result::Result [INFO] [stdout] --> serde_arrow/src/internal/deserialization/integer_impls.rs:30:16 [INFO] [stdout] | [INFO] [stdout] 30 | Ok(self.try_into()?) [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 140 | implement_integer_into!(); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_integer_into` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: ControlFlow, u32> [INFO] [stdout] --> serde_arrow/src/internal/deserialization/integer_impls.rs:34:16 [INFO] [stdout] | [INFO] [stdout] 34 | Ok(self.try_into()?) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 140 | implement_integer_into!(); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_integer_into` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: std::result::Result [INFO] [stdout] --> serde_arrow/src/internal/deserialization/integer_impls.rs:34:16 [INFO] [stdout] | [INFO] [stdout] 34 | Ok(self.try_into()?) [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 140 | implement_integer_into!(); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_integer_into` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: ControlFlow, u64> [INFO] [stdout] --> serde_arrow/src/internal/deserialization/integer_impls.rs:38:16 [INFO] [stdout] | [INFO] [stdout] 38 | Ok(self.try_into()?) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 140 | implement_integer_into!(); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_integer_into` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: std::result::Result [INFO] [stdout] --> serde_arrow/src/internal/deserialization/integer_impls.rs:38:16 [INFO] [stdout] | [INFO] [stdout] 38 | Ok(self.try_into()?) [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 140 | implement_integer_into!(); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_integer_into` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: ControlFlow, i64> [INFO] [stdout] --> serde_arrow/src/internal/deserialization/integer_impls.rs:22:16 [INFO] [stdout] | [INFO] [stdout] 22 | Ok(self.try_into()?) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 156 | implement_integer_into!(); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_integer_into` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: std::result::Result [INFO] [stdout] --> serde_arrow/src/internal/deserialization/integer_impls.rs:22:16 [INFO] [stdout] | [INFO] [stdout] 22 | Ok(self.try_into()?) [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 156 | implement_integer_into!(); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_integer_into` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: ControlFlow, u32> [INFO] [stdout] --> serde_arrow/src/internal/deserialization/integer_impls.rs:34:16 [INFO] [stdout] | [INFO] [stdout] 34 | Ok(self.try_into()?) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 156 | implement_integer_into!(); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_integer_into` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: std::result::Result [INFO] [stdout] --> serde_arrow/src/internal/deserialization/integer_impls.rs:34:16 [INFO] [stdout] | [INFO] [stdout] 34 | Ok(self.try_into()?) [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 156 | implement_integer_into!(); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_integer_into` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: ControlFlow, u64> [INFO] [stdout] --> serde_arrow/src/internal/deserialization/integer_impls.rs:38:16 [INFO] [stdout] | [INFO] [stdout] 38 | Ok(self.try_into()?) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 156 | implement_integer_into!(); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_integer_into` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: std::result::Result [INFO] [stdout] --> serde_arrow/src/internal/deserialization/integer_impls.rs:38:16 [INFO] [stdout] | [INFO] [stdout] 38 | Ok(self.try_into()?) [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 156 | implement_integer_into!(); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_integer_into` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: ControlFlow, u64> [INFO] [stdout] --> serde_arrow/src/internal/deserialization/integer_impls.rs:38:16 [INFO] [stdout] | [INFO] [stdout] 38 | Ok(self.try_into()?) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 172 | implement_integer_into!(); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_integer_into` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: std::result::Result [INFO] [stdout] --> serde_arrow/src/internal/deserialization/integer_impls.rs:38:16 [INFO] [stdout] | [INFO] [stdout] 38 | Ok(self.try_into()?) [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 172 | implement_integer_into!(); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_integer_into` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: ControlFlow, i8> [INFO] [stdout] --> serde_arrow/src/internal/utils/value.rs:113:41 [INFO] [stdout] | [INFO] [stdout] 113 | &Value::I8(v) => Ok(v.try_into()?), [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 124 | impl_try_from_value_for_int!(i8); [INFO] [stdout] | -------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_value_for_int` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: std::result::Result [INFO] [stdout] --> serde_arrow/src/internal/utils/value.rs:113:41 [INFO] [stdout] | [INFO] [stdout] 113 | &Value::I8(v) => Ok(v.try_into()?), [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 124 | impl_try_from_value_for_int!(i8); [INFO] [stdout] | -------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_value_for_int` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: ControlFlow, i16> [INFO] [stdout] --> serde_arrow/src/internal/utils/value.rs:109:41 [INFO] [stdout] | [INFO] [stdout] 109 | &Value::U8(v) => Ok(v.try_into()?), [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 125 | impl_try_from_value_for_int!(i16); [INFO] [stdout] | --------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_value_for_int` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: std::result::Result [INFO] [stdout] --> serde_arrow/src/internal/utils/value.rs:109:41 [INFO] [stdout] | [INFO] [stdout] 109 | &Value::U8(v) => Ok(v.try_into()?), [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 125 | impl_try_from_value_for_int!(i16); [INFO] [stdout] | --------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_value_for_int` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: ControlFlow, i16> [INFO] [stdout] --> serde_arrow/src/internal/utils/value.rs:113:41 [INFO] [stdout] | [INFO] [stdout] 113 | &Value::I8(v) => Ok(v.try_into()?), [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 125 | impl_try_from_value_for_int!(i16); [INFO] [stdout] | --------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_value_for_int` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: std::result::Result [INFO] [stdout] --> serde_arrow/src/internal/utils/value.rs:113:41 [INFO] [stdout] | [INFO] [stdout] 113 | &Value::I8(v) => Ok(v.try_into()?), [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 125 | impl_try_from_value_for_int!(i16); [INFO] [stdout] | --------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_value_for_int` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: ControlFlow, i16> [INFO] [stdout] --> serde_arrow/src/internal/utils/value.rs:114:42 [INFO] [stdout] | [INFO] [stdout] 114 | &Value::I16(v) => Ok(v.try_into()?), [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 125 | impl_try_from_value_for_int!(i16); [INFO] [stdout] | --------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_value_for_int` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: std::result::Result [INFO] [stdout] --> serde_arrow/src/internal/utils/value.rs:114:42 [INFO] [stdout] | [INFO] [stdout] 114 | &Value::I16(v) => Ok(v.try_into()?), [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 125 | impl_try_from_value_for_int!(i16); [INFO] [stdout] | --------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_value_for_int` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: ControlFlow, i32> [INFO] [stdout] --> serde_arrow/src/internal/utils/value.rs:109:41 [INFO] [stdout] | [INFO] [stdout] 109 | &Value::U8(v) => Ok(v.try_into()?), [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 126 | impl_try_from_value_for_int!(i32); [INFO] [stdout] | --------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_value_for_int` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: std::result::Result [INFO] [stdout] --> serde_arrow/src/internal/utils/value.rs:109:41 [INFO] [stdout] | [INFO] [stdout] 109 | &Value::U8(v) => Ok(v.try_into()?), [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 126 | impl_try_from_value_for_int!(i32); [INFO] [stdout] | --------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_value_for_int` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: ControlFlow, i32> [INFO] [stdout] --> serde_arrow/src/internal/utils/value.rs:110:42 [INFO] [stdout] | [INFO] [stdout] 110 | &Value::U16(v) => Ok(v.try_into()?), [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 126 | impl_try_from_value_for_int!(i32); [INFO] [stdout] | --------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_value_for_int` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: std::result::Result [INFO] [stdout] --> serde_arrow/src/internal/utils/value.rs:110:42 [INFO] [stdout] | [INFO] [stdout] 110 | &Value::U16(v) => Ok(v.try_into()?), [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 126 | impl_try_from_value_for_int!(i32); [INFO] [stdout] | --------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_value_for_int` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: ControlFlow, i32> [INFO] [stdout] --> serde_arrow/src/internal/utils/value.rs:113:41 [INFO] [stdout] | [INFO] [stdout] 113 | &Value::I8(v) => Ok(v.try_into()?), [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 126 | impl_try_from_value_for_int!(i32); [INFO] [stdout] | --------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_value_for_int` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: std::result::Result [INFO] [stdout] --> serde_arrow/src/internal/utils/value.rs:113:41 [INFO] [stdout] | [INFO] [stdout] 113 | &Value::I8(v) => Ok(v.try_into()?), [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 126 | impl_try_from_value_for_int!(i32); [INFO] [stdout] | --------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_value_for_int` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: ControlFlow, i32> [INFO] [stdout] --> serde_arrow/src/internal/utils/value.rs:114:42 [INFO] [stdout] | [INFO] [stdout] 114 | &Value::I16(v) => Ok(v.try_into()?), [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 126 | impl_try_from_value_for_int!(i32); [INFO] [stdout] | --------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_value_for_int` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: std::result::Result [INFO] [stdout] --> serde_arrow/src/internal/utils/value.rs:114:42 [INFO] [stdout] | [INFO] [stdout] 114 | &Value::I16(v) => Ok(v.try_into()?), [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 126 | impl_try_from_value_for_int!(i32); [INFO] [stdout] | --------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_value_for_int` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: ControlFlow, i32> [INFO] [stdout] --> serde_arrow/src/internal/utils/value.rs:115:42 [INFO] [stdout] | [INFO] [stdout] 115 | &Value::I32(v) => Ok(v.try_into()?), [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 126 | impl_try_from_value_for_int!(i32); [INFO] [stdout] | --------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_value_for_int` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: std::result::Result [INFO] [stdout] --> serde_arrow/src/internal/utils/value.rs:115:42 [INFO] [stdout] | [INFO] [stdout] 115 | &Value::I32(v) => Ok(v.try_into()?), [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 126 | impl_try_from_value_for_int!(i32); [INFO] [stdout] | --------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_value_for_int` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: ControlFlow, i64> [INFO] [stdout] --> serde_arrow/src/internal/utils/value.rs:109:41 [INFO] [stdout] | [INFO] [stdout] 109 | &Value::U8(v) => Ok(v.try_into()?), [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 127 | impl_try_from_value_for_int!(i64); [INFO] [stdout] | --------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_value_for_int` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: std::result::Result [INFO] [stdout] --> serde_arrow/src/internal/utils/value.rs:109:41 [INFO] [stdout] | [INFO] [stdout] 109 | &Value::U8(v) => Ok(v.try_into()?), [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 127 | impl_try_from_value_for_int!(i64); [INFO] [stdout] | --------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_value_for_int` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: ControlFlow, i64> [INFO] [stdout] --> serde_arrow/src/internal/utils/value.rs:110:42 [INFO] [stdout] | [INFO] [stdout] 110 | &Value::U16(v) => Ok(v.try_into()?), [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 127 | impl_try_from_value_for_int!(i64); [INFO] [stdout] | --------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_value_for_int` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: std::result::Result [INFO] [stdout] --> serde_arrow/src/internal/utils/value.rs:110:42 [INFO] [stdout] | [INFO] [stdout] 110 | &Value::U16(v) => Ok(v.try_into()?), [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 127 | impl_try_from_value_for_int!(i64); [INFO] [stdout] | --------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_value_for_int` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: ControlFlow, i64> [INFO] [stdout] --> serde_arrow/src/internal/utils/value.rs:111:42 [INFO] [stdout] | [INFO] [stdout] 111 | &Value::U32(v) => Ok(v.try_into()?), [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 127 | impl_try_from_value_for_int!(i64); [INFO] [stdout] | --------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_value_for_int` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: std::result::Result [INFO] [stdout] --> serde_arrow/src/internal/utils/value.rs:111:42 [INFO] [stdout] | [INFO] [stdout] 111 | &Value::U32(v) => Ok(v.try_into()?), [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 127 | impl_try_from_value_for_int!(i64); [INFO] [stdout] | --------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_value_for_int` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: ControlFlow, i64> [INFO] [stdout] --> serde_arrow/src/internal/utils/value.rs:113:41 [INFO] [stdout] | [INFO] [stdout] 113 | &Value::I8(v) => Ok(v.try_into()?), [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 127 | impl_try_from_value_for_int!(i64); [INFO] [stdout] | --------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_value_for_int` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: std::result::Result [INFO] [stdout] --> serde_arrow/src/internal/utils/value.rs:113:41 [INFO] [stdout] | [INFO] [stdout] 113 | &Value::I8(v) => Ok(v.try_into()?), [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 127 | impl_try_from_value_for_int!(i64); [INFO] [stdout] | --------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_value_for_int` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: ControlFlow, i64> [INFO] [stdout] --> serde_arrow/src/internal/utils/value.rs:114:42 [INFO] [stdout] | [INFO] [stdout] 114 | &Value::I16(v) => Ok(v.try_into()?), [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 127 | impl_try_from_value_for_int!(i64); [INFO] [stdout] | --------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_value_for_int` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: std::result::Result [INFO] [stdout] --> serde_arrow/src/internal/utils/value.rs:114:42 [INFO] [stdout] | [INFO] [stdout] 114 | &Value::I16(v) => Ok(v.try_into()?), [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 127 | impl_try_from_value_for_int!(i64); [INFO] [stdout] | --------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_value_for_int` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: ControlFlow, i64> [INFO] [stdout] --> serde_arrow/src/internal/utils/value.rs:115:42 [INFO] [stdout] | [INFO] [stdout] 115 | &Value::I32(v) => Ok(v.try_into()?), [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 127 | impl_try_from_value_for_int!(i64); [INFO] [stdout] | --------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_value_for_int` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: std::result::Result [INFO] [stdout] --> serde_arrow/src/internal/utils/value.rs:115:42 [INFO] [stdout] | [INFO] [stdout] 115 | &Value::I32(v) => Ok(v.try_into()?), [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 127 | impl_try_from_value_for_int!(i64); [INFO] [stdout] | --------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_value_for_int` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: ControlFlow, i64> [INFO] [stdout] --> serde_arrow/src/internal/utils/value.rs:116:42 [INFO] [stdout] | [INFO] [stdout] 116 | &Value::I64(v) => Ok(v.try_into()?), [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 127 | impl_try_from_value_for_int!(i64); [INFO] [stdout] | --------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_value_for_int` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: std::result::Result [INFO] [stdout] --> serde_arrow/src/internal/utils/value.rs:116:42 [INFO] [stdout] | [INFO] [stdout] 116 | &Value::I64(v) => Ok(v.try_into()?), [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 127 | impl_try_from_value_for_int!(i64); [INFO] [stdout] | --------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_value_for_int` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: ControlFlow, u8> [INFO] [stdout] --> serde_arrow/src/internal/utils/value.rs:109:41 [INFO] [stdout] | [INFO] [stdout] 109 | &Value::U8(v) => Ok(v.try_into()?), [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 128 | impl_try_from_value_for_int!(u8); [INFO] [stdout] | -------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_value_for_int` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: std::result::Result [INFO] [stdout] --> serde_arrow/src/internal/utils/value.rs:109:41 [INFO] [stdout] | [INFO] [stdout] 109 | &Value::U8(v) => Ok(v.try_into()?), [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 128 | impl_try_from_value_for_int!(u8); [INFO] [stdout] | -------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_value_for_int` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: ControlFlow, u16> [INFO] [stdout] --> serde_arrow/src/internal/utils/value.rs:109:41 [INFO] [stdout] | [INFO] [stdout] 109 | &Value::U8(v) => Ok(v.try_into()?), [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 129 | impl_try_from_value_for_int!(u16); [INFO] [stdout] | --------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_value_for_int` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: std::result::Result [INFO] [stdout] --> serde_arrow/src/internal/utils/value.rs:109:41 [INFO] [stdout] | [INFO] [stdout] 109 | &Value::U8(v) => Ok(v.try_into()?), [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 129 | impl_try_from_value_for_int!(u16); [INFO] [stdout] | --------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_value_for_int` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: ControlFlow, u16> [INFO] [stdout] --> serde_arrow/src/internal/utils/value.rs:110:42 [INFO] [stdout] | [INFO] [stdout] 110 | &Value::U16(v) => Ok(v.try_into()?), [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 129 | impl_try_from_value_for_int!(u16); [INFO] [stdout] | --------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_value_for_int` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: std::result::Result [INFO] [stdout] --> serde_arrow/src/internal/utils/value.rs:110:42 [INFO] [stdout] | [INFO] [stdout] 110 | &Value::U16(v) => Ok(v.try_into()?), [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 129 | impl_try_from_value_for_int!(u16); [INFO] [stdout] | --------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_value_for_int` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: ControlFlow, u32> [INFO] [stdout] --> serde_arrow/src/internal/utils/value.rs:109:41 [INFO] [stdout] | [INFO] [stdout] 109 | &Value::U8(v) => Ok(v.try_into()?), [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 130 | impl_try_from_value_for_int!(u32); [INFO] [stdout] | --------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_value_for_int` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: std::result::Result [INFO] [stdout] --> serde_arrow/src/internal/utils/value.rs:109:41 [INFO] [stdout] | [INFO] [stdout] 109 | &Value::U8(v) => Ok(v.try_into()?), [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 130 | impl_try_from_value_for_int!(u32); [INFO] [stdout] | --------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_value_for_int` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: ControlFlow, u32> [INFO] [stdout] --> serde_arrow/src/internal/utils/value.rs:110:42 [INFO] [stdout] | [INFO] [stdout] 110 | &Value::U16(v) => Ok(v.try_into()?), [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 130 | impl_try_from_value_for_int!(u32); [INFO] [stdout] | --------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_value_for_int` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: std::result::Result [INFO] [stdout] --> serde_arrow/src/internal/utils/value.rs:110:42 [INFO] [stdout] | [INFO] [stdout] 110 | &Value::U16(v) => Ok(v.try_into()?), [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 130 | impl_try_from_value_for_int!(u32); [INFO] [stdout] | --------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_value_for_int` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: ControlFlow, u32> [INFO] [stdout] --> serde_arrow/src/internal/utils/value.rs:111:42 [INFO] [stdout] | [INFO] [stdout] 111 | &Value::U32(v) => Ok(v.try_into()?), [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 130 | impl_try_from_value_for_int!(u32); [INFO] [stdout] | --------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_value_for_int` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: std::result::Result [INFO] [stdout] --> serde_arrow/src/internal/utils/value.rs:111:42 [INFO] [stdout] | [INFO] [stdout] 111 | &Value::U32(v) => Ok(v.try_into()?), [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 130 | impl_try_from_value_for_int!(u32); [INFO] [stdout] | --------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_value_for_int` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: ControlFlow, u64> [INFO] [stdout] --> serde_arrow/src/internal/utils/value.rs:109:41 [INFO] [stdout] | [INFO] [stdout] 109 | &Value::U8(v) => Ok(v.try_into()?), [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 131 | impl_try_from_value_for_int!(u64); [INFO] [stdout] | --------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_value_for_int` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: std::result::Result [INFO] [stdout] --> serde_arrow/src/internal/utils/value.rs:109:41 [INFO] [stdout] | [INFO] [stdout] 109 | &Value::U8(v) => Ok(v.try_into()?), [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 131 | impl_try_from_value_for_int!(u64); [INFO] [stdout] | --------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_value_for_int` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: ControlFlow, u64> [INFO] [stdout] --> serde_arrow/src/internal/utils/value.rs:110:42 [INFO] [stdout] | [INFO] [stdout] 110 | &Value::U16(v) => Ok(v.try_into()?), [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 131 | impl_try_from_value_for_int!(u64); [INFO] [stdout] | --------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_value_for_int` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: std::result::Result [INFO] [stdout] --> serde_arrow/src/internal/utils/value.rs:110:42 [INFO] [stdout] | [INFO] [stdout] 110 | &Value::U16(v) => Ok(v.try_into()?), [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 131 | impl_try_from_value_for_int!(u64); [INFO] [stdout] | --------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_value_for_int` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: ControlFlow, u64> [INFO] [stdout] --> serde_arrow/src/internal/utils/value.rs:111:42 [INFO] [stdout] | [INFO] [stdout] 111 | &Value::U32(v) => Ok(v.try_into()?), [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 131 | impl_try_from_value_for_int!(u64); [INFO] [stdout] | --------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_value_for_int` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: std::result::Result [INFO] [stdout] --> serde_arrow/src/internal/utils/value.rs:111:42 [INFO] [stdout] | [INFO] [stdout] 111 | &Value::U32(v) => Ok(v.try_into()?), [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 131 | impl_try_from_value_for_int!(u64); [INFO] [stdout] | --------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_value_for_int` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: ControlFlow, u64> [INFO] [stdout] --> serde_arrow/src/internal/utils/value.rs:112:42 [INFO] [stdout] | [INFO] [stdout] 112 | &Value::U64(v) => Ok(v.try_into()?), [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 131 | impl_try_from_value_for_int!(u64); [INFO] [stdout] | --------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_value_for_int` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: std::result::Result [INFO] [stdout] --> serde_arrow/src/internal/utils/value.rs:112:42 [INFO] [stdout] | [INFO] [stdout] 112 | &Value::U64(v) => Ok(v.try_into()?), [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 131 | impl_try_from_value_for_int!(u64); [INFO] [stdout] | --------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_value_for_int` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `serde_arrow` (lib test) due to 104 previous errors; 2 warnings emitted [INFO] running `Command { std: "docker" "inspect" "d810571602e2c0e6011ecfdc9865ff5cbb029ecbc02ba07c4006d4da65ae8732", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d810571602e2c0e6011ecfdc9865ff5cbb029ecbc02ba07c4006d4da65ae8732", kill_on_drop: false }` [INFO] [stdout] d810571602e2c0e6011ecfdc9865ff5cbb029ecbc02ba07c4006d4da65ae8732