[INFO] crate oracle 0.3.2 is already in cache [INFO] checking oracle-0.3.2 against try#e4dba30b9b475d8750370c4dfb49b6541990904d for pr-71393 [INFO] extracting crate oracle 0.3.2 into /workspace/builds/worker-9/source [INFO] validating manifest of crates.io crate oracle 0.3.2 on toolchain e4dba30b9b475d8750370c4dfb49b6541990904d [INFO] running `"/workspace/cargo-home/bin/cargo" "+e4dba30b9b475d8750370c4dfb49b6541990904d" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate oracle 0.3.2 [INFO] finished tweaking crates.io crate oracle 0.3.2 [INFO] tweaked toml for crates.io crate oracle 0.3.2 written to /workspace/builds/worker-9/source/Cargo.toml [INFO] crate crates.io crate oracle 0.3.2 already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+e4dba30b9b475d8750370c4dfb49b6541990904d" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+e4dba30b9b475d8750370c4dfb49b6541990904d" "check" "--frozen" "--all" "--all-targets"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 675ad33c4193d69c24365014d133d65b0774aac7b052d9a226681a6e3b66f7b2 [INFO] running `"docker" "start" "-a" "675ad33c4193d69c24365014d133d65b0774aac7b052d9a226681a6e3b66f7b2"` [INFO] [stderr] Compiling proc-macro2 v1.0.4 [INFO] [stderr] Compiling syn v1.0.5 [INFO] [stderr] Compiling cc v1.0.35 [INFO] [stderr] Compiling quote v1.0.2 [INFO] [stderr] Compiling oracle v0.3.2 (/opt/rustwide/workdir) [INFO] [stderr] Compiling proc-macro-hack v0.5.9 [INFO] [stderr] Compiling paste-impl v0.1.6 [INFO] [stderr] Checking paste v0.1.6 [INFO] [stderr] error[E0606]: casting `f32` as `i8` is invalid [INFO] [stderr] --> src/sql_value.rs:52:16 [INFO] [stderr] | [INFO] [stderr] 52 | Ok(src_val as $dest_type) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 754 | / define_fn_to_int!( [INFO] [stderr] 755 | | /// Gets the SQL value as i8. The Oracle type must be [INFO] [stderr] 756 | | /// numeric or string (excluding LOB) types. [INFO] [stderr] 757 | | : to_i8, i8); [INFO] [stderr] | |_____________________- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0606]: casting `f64` as `i8` is invalid [INFO] [stderr] --> src/sql_value.rs:52:16 [INFO] [stderr] | [INFO] [stderr] 52 | Ok(src_val as $dest_type) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 754 | / define_fn_to_int!( [INFO] [stderr] 755 | | /// Gets the SQL value as i8. The Oracle type must be [INFO] [stderr] 756 | | /// numeric or string (excluding LOB) types. [INFO] [stderr] 757 | | : to_i8, i8); [INFO] [stderr] | |_____________________- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0606]: casting `f32` as `i16` is invalid [INFO] [stderr] --> src/sql_value.rs:52:16 [INFO] [stderr] | [INFO] [stderr] 52 | Ok(src_val as $dest_type) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 758 | / define_fn_to_int!( [INFO] [stderr] 759 | | /// Gets the SQL value as i16. The Oracle type must be [INFO] [stderr] 760 | | /// numeric or string (excluding LOB) types. [INFO] [stderr] 761 | | : to_i16, i16); [INFO] [stderr] | |_______________________- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0606]: casting `f64` as `i16` is invalid [INFO] [stderr] --> src/sql_value.rs:52:16 [INFO] [stderr] | [INFO] [stderr] 52 | Ok(src_val as $dest_type) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 758 | / define_fn_to_int!( [INFO] [stderr] 759 | | /// Gets the SQL value as i16. The Oracle type must be [INFO] [stderr] 760 | | /// numeric or string (excluding LOB) types. [INFO] [stderr] 761 | | : to_i16, i16); [INFO] [stderr] | |_______________________- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0606]: casting `f32` as `i32` is invalid [INFO] [stderr] --> src/sql_value.rs:52:16 [INFO] [stderr] | [INFO] [stderr] 52 | Ok(src_val as $dest_type) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 762 | / define_fn_to_int!( [INFO] [stderr] 763 | | /// Gets the SQL value as i32. The Oracle type must be [INFO] [stderr] 764 | | /// numeric or string (excluding LOB) types. [INFO] [stderr] 765 | | : to_i32, i32); [INFO] [stderr] | |_______________________- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0606]: casting `f64` as `i32` is invalid [INFO] [stderr] --> src/sql_value.rs:52:16 [INFO] [stderr] | [INFO] [stderr] 52 | Ok(src_val as $dest_type) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 762 | / define_fn_to_int!( [INFO] [stderr] 763 | | /// Gets the SQL value as i32. The Oracle type must be [INFO] [stderr] 764 | | /// numeric or string (excluding LOB) types. [INFO] [stderr] 765 | | : to_i32, i32); [INFO] [stderr] | |_______________________- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0606]: casting `f32` as `isize` is invalid [INFO] [stderr] --> src/sql_value.rs:52:16 [INFO] [stderr] | [INFO] [stderr] 52 | Ok(src_val as $dest_type) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 766 | / define_fn_to_int!( [INFO] [stderr] 767 | | /// Gets the SQL value as isize. The Oracle type must be [INFO] [stderr] 768 | | /// numeric or string (excluding LOB) types. [INFO] [stderr] 769 | | : to_isize, isize); [INFO] [stderr] | |___________________________- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0606]: casting `f64` as `isize` is invalid [INFO] [stderr] --> src/sql_value.rs:52:16 [INFO] [stderr] | [INFO] [stderr] 52 | Ok(src_val as $dest_type) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 766 | / define_fn_to_int!( [INFO] [stderr] 767 | | /// Gets the SQL value as isize. The Oracle type must be [INFO] [stderr] 768 | | /// numeric or string (excluding LOB) types. [INFO] [stderr] 769 | | : to_isize, isize); [INFO] [stderr] | |___________________________- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0606]: casting `f32` as `u8` is invalid [INFO] [stderr] --> src/sql_value.rs:52:16 [INFO] [stderr] | [INFO] [stderr] 52 | Ok(src_val as $dest_type) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 786 | / define_fn_to_int!( [INFO] [stderr] 787 | | /// Gets the SQL value as u8. The Oracle type must be [INFO] [stderr] 788 | | /// numeric or string (excluding LOB) types. [INFO] [stderr] 789 | | : to_u8, u8); [INFO] [stderr] | |_____________________- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0606]: casting `f64` as `u8` is invalid [INFO] [stderr] --> src/sql_value.rs:52:16 [INFO] [stderr] | [INFO] [stderr] 52 | Ok(src_val as $dest_type) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 786 | / define_fn_to_int!( [INFO] [stderr] 787 | | /// Gets the SQL value as u8. The Oracle type must be [INFO] [stderr] 788 | | /// numeric or string (excluding LOB) types. [INFO] [stderr] 789 | | : to_u8, u8); [INFO] [stderr] | |_____________________- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0606]: casting `f32` as `u16` is invalid [INFO] [stderr] --> src/sql_value.rs:52:16 [INFO] [stderr] | [INFO] [stderr] 52 | Ok(src_val as $dest_type) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 790 | / define_fn_to_int!( [INFO] [stderr] 791 | | /// Gets the SQL value as u16. The Oracle type must be [INFO] [stderr] 792 | | /// numeric or string (excluding LOB) types. [INFO] [stderr] 793 | | : to_u16, u16); [INFO] [stderr] | |_______________________- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0606]: casting `f64` as `u16` is invalid [INFO] [stderr] --> src/sql_value.rs:52:16 [INFO] [stderr] | [INFO] [stderr] 52 | Ok(src_val as $dest_type) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 790 | / define_fn_to_int!( [INFO] [stderr] 791 | | /// Gets the SQL value as u16. The Oracle type must be [INFO] [stderr] 792 | | /// numeric or string (excluding LOB) types. [INFO] [stderr] 793 | | : to_u16, u16); [INFO] [stderr] | |_______________________- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0606]: casting `f32` as `u32` is invalid [INFO] [stderr] --> src/sql_value.rs:52:16 [INFO] [stderr] | [INFO] [stderr] 52 | Ok(src_val as $dest_type) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 794 | / define_fn_to_int!( [INFO] [stderr] 795 | | /// Gets the SQL value as u32. The Oracle type must be [INFO] [stderr] 796 | | /// numeric or string (excluding LOB) types. [INFO] [stderr] 797 | | : to_u32, u32); [INFO] [stderr] | |_______________________- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0606]: casting `f64` as `u32` is invalid [INFO] [stderr] --> src/sql_value.rs:52:16 [INFO] [stderr] | [INFO] [stderr] 52 | Ok(src_val as $dest_type) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 794 | / define_fn_to_int!( [INFO] [stderr] 795 | | /// Gets the SQL value as u32. The Oracle type must be [INFO] [stderr] 796 | | /// numeric or string (excluding LOB) types. [INFO] [stderr] 797 | | : to_u32, u32); [INFO] [stderr] | |_______________________- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0606]: casting `f32` as `usize` is invalid [INFO] [stderr] --> src/sql_value.rs:52:16 [INFO] [stderr] | [INFO] [stderr] 52 | Ok(src_val as $dest_type) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 798 | / define_fn_to_int!( [INFO] [stderr] 799 | | /// Gets the SQL value as usize. The Oracle type must be [INFO] [stderr] 800 | | /// numeric or string (excluding LOB) types. [INFO] [stderr] 801 | | : to_usize, usize); [INFO] [stderr] | |___________________________- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0606]: casting `f64` as `usize` is invalid [INFO] [stderr] --> src/sql_value.rs:52:16 [INFO] [stderr] | [INFO] [stderr] 52 | Ok(src_val as $dest_type) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 798 | / define_fn_to_int!( [INFO] [stderr] 799 | | /// Gets the SQL value as usize. The Oracle type must be [INFO] [stderr] 800 | | /// numeric or string (excluding LOB) types. [INFO] [stderr] 801 | | : to_usize, usize); [INFO] [stderr] | |___________________________- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0606]: casting `f32` as `i64` is invalid [INFO] [stderr] --> src/sql_value.rs:93:44 [INFO] [stderr] | [INFO] [stderr] 93 | self.set_i64_unchecked(*val as i64), [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 992 | / define_fn_set_int!( [INFO] [stderr] 993 | | /// Sets f32 to the SQL value. The Oracle type must be [INFO] [stderr] 994 | | /// numeric or string (excluding LOB) types. [INFO] [stderr] 995 | | : set_f32, f32); [INFO] [stderr] | |________________________- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0606]: casting `f32` as `u64` is invalid [INFO] [stderr] --> src/sql_value.rs:95:44 [INFO] [stderr] | [INFO] [stderr] 95 | self.set_u64_unchecked(*val as u64), [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 992 | / define_fn_set_int!( [INFO] [stderr] 993 | | /// Sets f32 to the SQL value. The Oracle type must be [INFO] [stderr] 994 | | /// numeric or string (excluding LOB) types. [INFO] [stderr] 995 | | : set_f32, f32); [INFO] [stderr] | |________________________- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0606]: casting `f64` as `i64` is invalid [INFO] [stderr] --> src/sql_value.rs:93:44 [INFO] [stderr] | [INFO] [stderr] 93 | self.set_i64_unchecked(*val as i64), [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 996 | / define_fn_set_int!( [INFO] [stderr] 997 | | /// Sets f64 to the SQL value. The Oracle type must be [INFO] [stderr] 998 | | /// numeric or string (excluding LOB) types. [INFO] [stderr] 999 | | : set_f64, f64); [INFO] [stderr] | |________________________- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0606]: casting `f64` as `u64` is invalid [INFO] [stderr] --> src/sql_value.rs:95:44 [INFO] [stderr] | [INFO] [stderr] 95 | self.set_u64_unchecked(*val as u64), [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 996 | / define_fn_set_int!( [INFO] [stderr] 997 | | /// Sets f64 to the SQL value. The Oracle type must be [INFO] [stderr] 998 | | /// numeric or string (excluding LOB) types. [INFO] [stderr] 999 | | : set_f64, f64); [INFO] [stderr] | |________________________- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0606]: casting `f32` as `i64` is invalid [INFO] [stderr] --> src/sql_value.rs:52:16 [INFO] [stderr] | [INFO] [stderr] 52 | Ok(src_val as $dest_type) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 777 | NativeType::Float => flt_to_int!(self.get_f32_unchecked()?, f32, i64), [INFO] [stderr] | ------------------------------------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0606]: casting `f64` as `i64` is invalid [INFO] [stderr] --> src/sql_value.rs:52:16 [INFO] [stderr] | [INFO] [stderr] 52 | Ok(src_val as $dest_type) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 778 | NativeType::Double => flt_to_int!(self.get_f64_unchecked()?, f64, i64), [INFO] [stderr] | ------------------------------------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0606]: casting `f32` as `u64` is invalid [INFO] [stderr] --> src/sql_value.rs:52:16 [INFO] [stderr] | [INFO] [stderr] 52 | Ok(src_val as $dest_type) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 809 | NativeType::Float => flt_to_int!(self.get_f32_unchecked()?, f32, u64), [INFO] [stderr] | ------------------------------------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0606]: casting `f64` as `u64` is invalid [INFO] [stderr] --> src/sql_value.rs:52:16 [INFO] [stderr] | [INFO] [stderr] 52 | Ok(src_val as $dest_type) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 810 | NativeType::Double => flt_to_int!(self.get_f64_unchecked()?, f64, u64), [INFO] [stderr] | ------------------------------------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: aborting due to 24 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0606`. [INFO] [stderr] error: could not compile `oracle`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error[E0606]: casting `f32` as `i8` is invalid [INFO] [stderr] --> src/sql_value.rs:52:16 [INFO] [stderr] | [INFO] [stderr] 52 | Ok(src_val as $dest_type) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 754 | / define_fn_to_int!( [INFO] [stderr] 755 | | /// Gets the SQL value as i8. The Oracle type must be [INFO] [stderr] 756 | | /// numeric or string (excluding LOB) types. [INFO] [stderr] 757 | | : to_i8, i8); [INFO] [stderr] | |_____________________- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0606]: casting `f64` as `i8` is invalid [INFO] [stderr] --> src/sql_value.rs:52:16 [INFO] [stderr] | [INFO] [stderr] 52 | Ok(src_val as $dest_type) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 754 | / define_fn_to_int!( [INFO] [stderr] 755 | | /// Gets the SQL value as i8. The Oracle type must be [INFO] [stderr] 756 | | /// numeric or string (excluding LOB) types. [INFO] [stderr] 757 | | : to_i8, i8); [INFO] [stderr] | |_____________________- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0606]: casting `f32` as `i16` is invalid [INFO] [stderr] --> src/sql_value.rs:52:16 [INFO] [stderr] | [INFO] [stderr] 52 | Ok(src_val as $dest_type) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 758 | / define_fn_to_int!( [INFO] [stderr] 759 | | /// Gets the SQL value as i16. The Oracle type must be [INFO] [stderr] 760 | | /// numeric or string (excluding LOB) types. [INFO] [stderr] 761 | | : to_i16, i16); [INFO] [stderr] | |_______________________- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0606]: casting `f64` as `i16` is invalid [INFO] [stderr] --> src/sql_value.rs:52:16 [INFO] [stderr] | [INFO] [stderr] 52 | Ok(src_val as $dest_type) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 758 | / define_fn_to_int!( [INFO] [stderr] 759 | | /// Gets the SQL value as i16. The Oracle type must be [INFO] [stderr] 760 | | /// numeric or string (excluding LOB) types. [INFO] [stderr] 761 | | : to_i16, i16); [INFO] [stderr] | |_______________________- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0606]: casting `f32` as `i32` is invalid [INFO] [stderr] --> src/sql_value.rs:52:16 [INFO] [stderr] | [INFO] [stderr] 52 | Ok(src_val as $dest_type) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 762 | / define_fn_to_int!( [INFO] [stderr] 763 | | /// Gets the SQL value as i32. The Oracle type must be [INFO] [stderr] 764 | | /// numeric or string (excluding LOB) types. [INFO] [stderr] 765 | | : to_i32, i32); [INFO] [stderr] | |_______________________- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0606]: casting `f64` as `i32` is invalid [INFO] [stderr] --> src/sql_value.rs:52:16 [INFO] [stderr] | [INFO] [stderr] 52 | Ok(src_val as $dest_type) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 762 | / define_fn_to_int!( [INFO] [stderr] 763 | | /// Gets the SQL value as i32. The Oracle type must be [INFO] [stderr] 764 | | /// numeric or string (excluding LOB) types. [INFO] [stderr] 765 | | : to_i32, i32); [INFO] [stderr] | |_______________________- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0606]: casting `f32` as `isize` is invalid [INFO] [stderr] --> src/sql_value.rs:52:16 [INFO] [stderr] | [INFO] [stderr] 52 | Ok(src_val as $dest_type) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 766 | / define_fn_to_int!( [INFO] [stderr] 767 | | /// Gets the SQL value as isize. The Oracle type must be [INFO] [stderr] 768 | | /// numeric or string (excluding LOB) types. [INFO] [stderr] 769 | | : to_isize, isize); [INFO] [stderr] | |___________________________- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0606]: casting `f64` as `isize` is invalid [INFO] [stderr] --> src/sql_value.rs:52:16 [INFO] [stderr] | [INFO] [stderr] 52 | Ok(src_val as $dest_type) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 766 | / define_fn_to_int!( [INFO] [stderr] 767 | | /// Gets the SQL value as isize. The Oracle type must be [INFO] [stderr] 768 | | /// numeric or string (excluding LOB) types. [INFO] [stderr] 769 | | : to_isize, isize); [INFO] [stderr] | |___________________________- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0606]: casting `f32` as `u8` is invalid [INFO] [stderr] --> src/sql_value.rs:52:16 [INFO] [stderr] | [INFO] [stderr] 52 | Ok(src_val as $dest_type) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 786 | / define_fn_to_int!( [INFO] [stderr] 787 | | /// Gets the SQL value as u8. The Oracle type must be [INFO] [stderr] 788 | | /// numeric or string (excluding LOB) types. [INFO] [stderr] 789 | | : to_u8, u8); [INFO] [stderr] | |_____________________- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0606]: casting `f64` as `u8` is invalid [INFO] [stderr] --> src/sql_value.rs:52:16 [INFO] [stderr] | [INFO] [stderr] 52 | Ok(src_val as $dest_type) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 786 | / define_fn_to_int!( [INFO] [stderr] 787 | | /// Gets the SQL value as u8. The Oracle type must be [INFO] [stderr] 788 | | /// numeric or string (excluding LOB) types. [INFO] [stderr] 789 | | : to_u8, u8); [INFO] [stderr] | |_____________________- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0606]: casting `f32` as `u16` is invalid [INFO] [stderr] --> src/sql_value.rs:52:16 [INFO] [stderr] | [INFO] [stderr] 52 | Ok(src_val as $dest_type) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 790 | / define_fn_to_int!( [INFO] [stderr] 791 | | /// Gets the SQL value as u16. The Oracle type must be [INFO] [stderr] 792 | | /// numeric or string (excluding LOB) types. [INFO] [stderr] 793 | | : to_u16, u16); [INFO] [stderr] | |_______________________- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0606]: casting `f64` as `u16` is invalid [INFO] [stderr] --> src/sql_value.rs:52:16 [INFO] [stderr] | [INFO] [stderr] 52 | Ok(src_val as $dest_type) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 790 | / define_fn_to_int!( [INFO] [stderr] 791 | | /// Gets the SQL value as u16. The Oracle type must be [INFO] [stderr] 792 | | /// numeric or string (excluding LOB) types. [INFO] [stderr] 793 | | : to_u16, u16); [INFO] [stderr] | |_______________________- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0606]: casting `f32` as `u32` is invalid [INFO] [stderr] --> src/sql_value.rs:52:16 [INFO] [stderr] | [INFO] [stderr] 52 | Ok(src_val as $dest_type) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 794 | / define_fn_to_int!( [INFO] [stderr] 795 | | /// Gets the SQL value as u32. The Oracle type must be [INFO] [stderr] 796 | | /// numeric or string (excluding LOB) types. [INFO] [stderr] 797 | | : to_u32, u32); [INFO] [stderr] | |_______________________- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0606]: casting `f64` as `u32` is invalid [INFO] [stderr] --> src/sql_value.rs:52:16 [INFO] [stderr] | [INFO] [stderr] 52 | Ok(src_val as $dest_type) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 794 | / define_fn_to_int!( [INFO] [stderr] 795 | | /// Gets the SQL value as u32. The Oracle type must be [INFO] [stderr] 796 | | /// numeric or string (excluding LOB) types. [INFO] [stderr] 797 | | : to_u32, u32); [INFO] [stderr] | |_______________________- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0606]: casting `f32` as `usize` is invalid [INFO] [stderr] --> src/sql_value.rs:52:16 [INFO] [stderr] | [INFO] [stderr] 52 | Ok(src_val as $dest_type) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 798 | / define_fn_to_int!( [INFO] [stderr] 799 | | /// Gets the SQL value as usize. The Oracle type must be [INFO] [stderr] 800 | | /// numeric or string (excluding LOB) types. [INFO] [stderr] 801 | | : to_usize, usize); [INFO] [stderr] | |___________________________- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0606]: casting `f64` as `usize` is invalid [INFO] [stderr] --> src/sql_value.rs:52:16 [INFO] [stderr] | [INFO] [stderr] 52 | Ok(src_val as $dest_type) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 798 | / define_fn_to_int!( [INFO] [stderr] 799 | | /// Gets the SQL value as usize. The Oracle type must be [INFO] [stderr] 800 | | /// numeric or string (excluding LOB) types. [INFO] [stderr] 801 | | : to_usize, usize); [INFO] [stderr] | |___________________________- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0606]: casting `f32` as `i64` is invalid [INFO] [stderr] --> src/sql_value.rs:93:44 [INFO] [stderr] | [INFO] [stderr] 93 | self.set_i64_unchecked(*val as i64), [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 992 | / define_fn_set_int!( [INFO] [stderr] 993 | | /// Sets f32 to the SQL value. The Oracle type must be [INFO] [stderr] 994 | | /// numeric or string (excluding LOB) types. [INFO] [stderr] 995 | | : set_f32, f32); [INFO] [stderr] | |________________________- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0606]: casting `f32` as `u64` is invalid [INFO] [stderr] --> src/sql_value.rs:95:44 [INFO] [stderr] | [INFO] [stderr] 95 | self.set_u64_unchecked(*val as u64), [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 992 | / define_fn_set_int!( [INFO] [stderr] 993 | | /// Sets f32 to the SQL value. The Oracle type must be [INFO] [stderr] 994 | | /// numeric or string (excluding LOB) types. [INFO] [stderr] 995 | | : set_f32, f32); [INFO] [stderr] | |________________________- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0606]: casting `f64` as `i64` is invalid [INFO] [stderr] --> src/sql_value.rs:93:44 [INFO] [stderr] | [INFO] [stderr] 93 | self.set_i64_unchecked(*val as i64), [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 996 | / define_fn_set_int!( [INFO] [stderr] 997 | | /// Sets f64 to the SQL value. The Oracle type must be [INFO] [stderr] 998 | | /// numeric or string (excluding LOB) types. [INFO] [stderr] 999 | | : set_f64, f64); [INFO] [stderr] | |________________________- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0606]: casting `f64` as `u64` is invalid [INFO] [stderr] --> src/sql_value.rs:95:44 [INFO] [stderr] | [INFO] [stderr] 95 | self.set_u64_unchecked(*val as u64), [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 996 | / define_fn_set_int!( [INFO] [stderr] 997 | | /// Sets f64 to the SQL value. The Oracle type must be [INFO] [stderr] 998 | | /// numeric or string (excluding LOB) types. [INFO] [stderr] 999 | | : set_f64, f64); [INFO] [stderr] | |________________________- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0606]: casting `f32` as `i64` is invalid [INFO] [stderr] --> src/sql_value.rs:52:16 [INFO] [stderr] | [INFO] [stderr] 52 | Ok(src_val as $dest_type) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 777 | NativeType::Float => flt_to_int!(self.get_f32_unchecked()?, f32, i64), [INFO] [stderr] | ------------------------------------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0606]: casting `f64` as `i64` is invalid [INFO] [stderr] --> src/sql_value.rs:52:16 [INFO] [stderr] | [INFO] [stderr] 52 | Ok(src_val as $dest_type) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 778 | NativeType::Double => flt_to_int!(self.get_f64_unchecked()?, f64, i64), [INFO] [stderr] | ------------------------------------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0606]: casting `f32` as `u64` is invalid [INFO] [stderr] --> src/sql_value.rs:52:16 [INFO] [stderr] | [INFO] [stderr] 52 | Ok(src_val as $dest_type) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 809 | NativeType::Float => flt_to_int!(self.get_f32_unchecked()?, f32, u64), [INFO] [stderr] | ------------------------------------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0606]: casting `f64` as `u64` is invalid [INFO] [stderr] --> src/sql_value.rs:52:16 [INFO] [stderr] | [INFO] [stderr] 52 | Ok(src_val as $dest_type) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 810 | NativeType::Double => flt_to_int!(self.get_f64_unchecked()?, f64, u64), [INFO] [stderr] | ------------------------------------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: aborting due to 24 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0606`. [INFO] [stderr] error: could not compile `oracle`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "675ad33c4193d69c24365014d133d65b0774aac7b052d9a226681a6e3b66f7b2"` [INFO] running `"docker" "rm" "-f" "675ad33c4193d69c24365014d133d65b0774aac7b052d9a226681a6e3b66f7b2"` [INFO] [stdout] 675ad33c4193d69c24365014d133d65b0774aac7b052d9a226681a6e3b66f7b2