[INFO] updating cached repository https://github.com/planet0104/oracle-cmd [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "-c" "remote.origin.fetch=refs/heads/*:refs/heads/*" "fetch" "origin" "--force" "--prune"` [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 2e36b860eade07c7187d194123f44ef1e826e5ee [INFO] checking planet0104/oracle-cmd against try#e4dba30b9b475d8750370c4dfb49b6541990904d for pr-71393 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fplanet0104%2Foracle-cmd" "/workspace/builds/worker-1/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-1/source'... [INFO] [stderr] done. [INFO] [stderr] Checking out files: 88% (8/9) Checking out files: 100% (9/9) Checking out files: 100% (9/9), done. [INFO] validating manifest of git repo https://github.com/planet0104/oracle-cmd on toolchain e4dba30b9b475d8750370c4dfb49b6541990904d [INFO] running `"/workspace/cargo-home/bin/cargo" "+e4dba30b9b475d8750370c4dfb49b6541990904d" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/planet0104/oracle-cmd [INFO] finished tweaking git repo https://github.com/planet0104/oracle-cmd [INFO] tweaked toml for git repo https://github.com/planet0104/oracle-cmd written to /workspace/builds/worker-1/source/Cargo.toml [INFO] crate git repo https://github.com/planet0104/oracle-cmd 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-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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] 4c08ae2926413bf508205b9ed57161b9819846cb5c2b0744b16376feddadff5c [INFO] running `"docker" "start" "-a" "4c08ae2926413bf508205b9ed57161b9819846cb5c2b0744b16376feddadff5c"` [INFO] [stderr] Compiling libc v0.2.50 [INFO] [stderr] Compiling memchr v2.2.0 [INFO] [stderr] Compiling byteorder v1.3.1 [INFO] [stderr] Compiling serde v1.0.89 [INFO] [stderr] Compiling cc v1.0.25 [INFO] [stderr] Compiling winapi v0.3.6 [INFO] [stderr] Checking unicode-width v0.1.5 [INFO] [stderr] Checking term v0.5.1 [INFO] [stderr] Compiling oracle v0.3.0-dev (https://github.com/kubo/rust-oracle#090bde7a) [INFO] [stderr] Checking atty v0.2.11 [INFO] [stderr] Checking csv-core v0.1.5 [INFO] [stderr] error[E0606]: casting `f32` as `i8` is invalid [INFO] [stderr] --> /opt/rustwide/cargo-home/git/checkouts/rust-oracle-858dd8ce065f6a17/090bde7/src/sql_value.rs:51:16 [INFO] [stderr] | [INFO] [stderr] 51 | Ok(src_val as $dest_type) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 751 | / define_fn_to_int!( [INFO] [stderr] 752 | | /// Gets the SQL value as i8. The Oracle type must be [INFO] [stderr] 753 | | /// numeric or string (excluding LOB) types. [INFO] [stderr] 754 | | : 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] --> /opt/rustwide/cargo-home/git/checkouts/rust-oracle-858dd8ce065f6a17/090bde7/src/sql_value.rs:51:16 [INFO] [stderr] | [INFO] [stderr] 51 | Ok(src_val as $dest_type) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 751 | / define_fn_to_int!( [INFO] [stderr] 752 | | /// Gets the SQL value as i8. The Oracle type must be [INFO] [stderr] 753 | | /// numeric or string (excluding LOB) types. [INFO] [stderr] 754 | | : 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] --> /opt/rustwide/cargo-home/git/checkouts/rust-oracle-858dd8ce065f6a17/090bde7/src/sql_value.rs:51:16 [INFO] [stderr] | [INFO] [stderr] 51 | Ok(src_val as $dest_type) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 755 | / define_fn_to_int!( [INFO] [stderr] 756 | | /// Gets the SQL value as i16. The Oracle type must be [INFO] [stderr] 757 | | /// numeric or string (excluding LOB) types. [INFO] [stderr] 758 | | : 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] --> /opt/rustwide/cargo-home/git/checkouts/rust-oracle-858dd8ce065f6a17/090bde7/src/sql_value.rs:51:16 [INFO] [stderr] | [INFO] [stderr] 51 | Ok(src_val as $dest_type) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 755 | / define_fn_to_int!( [INFO] [stderr] 756 | | /// Gets the SQL value as i16. The Oracle type must be [INFO] [stderr] 757 | | /// numeric or string (excluding LOB) types. [INFO] [stderr] 758 | | : 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] --> /opt/rustwide/cargo-home/git/checkouts/rust-oracle-858dd8ce065f6a17/090bde7/src/sql_value.rs:51:16 [INFO] [stderr] | [INFO] [stderr] 51 | Ok(src_val as $dest_type) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 759 | / define_fn_to_int!( [INFO] [stderr] 760 | | /// Gets the SQL value as i32. The Oracle type must be [INFO] [stderr] 761 | | /// numeric or string (excluding LOB) types. [INFO] [stderr] 762 | | : 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] --> /opt/rustwide/cargo-home/git/checkouts/rust-oracle-858dd8ce065f6a17/090bde7/src/sql_value.rs:51:16 [INFO] [stderr] | [INFO] [stderr] 51 | Ok(src_val as $dest_type) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 759 | / define_fn_to_int!( [INFO] [stderr] 760 | | /// Gets the SQL value as i32. The Oracle type must be [INFO] [stderr] 761 | | /// numeric or string (excluding LOB) types. [INFO] [stderr] 762 | | : 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] --> /opt/rustwide/cargo-home/git/checkouts/rust-oracle-858dd8ce065f6a17/090bde7/src/sql_value.rs:51:16 [INFO] [stderr] | [INFO] [stderr] 51 | Ok(src_val as $dest_type) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 763 | / define_fn_to_int!( [INFO] [stderr] 764 | | /// Gets the SQL value as isize. The Oracle type must be [INFO] [stderr] 765 | | /// numeric or string (excluding LOB) types. [INFO] [stderr] 766 | | : 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] --> /opt/rustwide/cargo-home/git/checkouts/rust-oracle-858dd8ce065f6a17/090bde7/src/sql_value.rs:51:16 [INFO] [stderr] | [INFO] [stderr] 51 | Ok(src_val as $dest_type) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 763 | / define_fn_to_int!( [INFO] [stderr] 764 | | /// Gets the SQL value as isize. The Oracle type must be [INFO] [stderr] 765 | | /// numeric or string (excluding LOB) types. [INFO] [stderr] 766 | | : 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] --> /opt/rustwide/cargo-home/git/checkouts/rust-oracle-858dd8ce065f6a17/090bde7/src/sql_value.rs:51:16 [INFO] [stderr] | [INFO] [stderr] 51 | Ok(src_val as $dest_type) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 783 | / define_fn_to_int!( [INFO] [stderr] 784 | | /// Gets the SQL value as u8. The Oracle type must be [INFO] [stderr] 785 | | /// numeric or string (excluding LOB) types. [INFO] [stderr] 786 | | : 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] --> /opt/rustwide/cargo-home/git/checkouts/rust-oracle-858dd8ce065f6a17/090bde7/src/sql_value.rs:51:16 [INFO] [stderr] | [INFO] [stderr] 51 | Ok(src_val as $dest_type) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 783 | / define_fn_to_int!( [INFO] [stderr] 784 | | /// Gets the SQL value as u8. The Oracle type must be [INFO] [stderr] 785 | | /// numeric or string (excluding LOB) types. [INFO] [stderr] 786 | | : 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] --> /opt/rustwide/cargo-home/git/checkouts/rust-oracle-858dd8ce065f6a17/090bde7/src/sql_value.rs:51:16 [INFO] [stderr] | [INFO] [stderr] 51 | Ok(src_val as $dest_type) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 787 | / define_fn_to_int!( [INFO] [stderr] 788 | | /// Gets the SQL value as u16. The Oracle type must be [INFO] [stderr] 789 | | /// numeric or string (excluding LOB) types. [INFO] [stderr] 790 | | : 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] --> /opt/rustwide/cargo-home/git/checkouts/rust-oracle-858dd8ce065f6a17/090bde7/src/sql_value.rs:51:16 [INFO] [stderr] | [INFO] [stderr] 51 | Ok(src_val as $dest_type) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 787 | / define_fn_to_int!( [INFO] [stderr] 788 | | /// Gets the SQL value as u16. The Oracle type must be [INFO] [stderr] 789 | | /// numeric or string (excluding LOB) types. [INFO] [stderr] 790 | | : 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] --> /opt/rustwide/cargo-home/git/checkouts/rust-oracle-858dd8ce065f6a17/090bde7/src/sql_value.rs:51:16 [INFO] [stderr] | [INFO] [stderr] 51 | Ok(src_val as $dest_type) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 791 | / define_fn_to_int!( [INFO] [stderr] 792 | | /// Gets the SQL value as u32. The Oracle type must be [INFO] [stderr] 793 | | /// numeric or string (excluding LOB) types. [INFO] [stderr] 794 | | : 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] --> /opt/rustwide/cargo-home/git/checkouts/rust-oracle-858dd8ce065f6a17/090bde7/src/sql_value.rs:51:16 [INFO] [stderr] | [INFO] [stderr] 51 | Ok(src_val as $dest_type) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 791 | / define_fn_to_int!( [INFO] [stderr] 792 | | /// Gets the SQL value as u32. The Oracle type must be [INFO] [stderr] 793 | | /// numeric or string (excluding LOB) types. [INFO] [stderr] 794 | | : 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] --> /opt/rustwide/cargo-home/git/checkouts/rust-oracle-858dd8ce065f6a17/090bde7/src/sql_value.rs:51:16 [INFO] [stderr] | [INFO] [stderr] 51 | Ok(src_val as $dest_type) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 795 | / define_fn_to_int!( [INFO] [stderr] 796 | | /// Gets the SQL value as usize. The Oracle type must be [INFO] [stderr] 797 | | /// numeric or string (excluding LOB) types. [INFO] [stderr] 798 | | : 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] --> /opt/rustwide/cargo-home/git/checkouts/rust-oracle-858dd8ce065f6a17/090bde7/src/sql_value.rs:51:16 [INFO] [stderr] | [INFO] [stderr] 51 | Ok(src_val as $dest_type) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 795 | / define_fn_to_int!( [INFO] [stderr] 796 | | /// Gets the SQL value as usize. The Oracle type must be [INFO] [stderr] 797 | | /// numeric or string (excluding LOB) types. [INFO] [stderr] 798 | | : 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] --> /opt/rustwide/cargo-home/git/checkouts/rust-oracle-858dd8ce065f6a17/090bde7/src/sql_value.rs:92:44 [INFO] [stderr] | [INFO] [stderr] 92 | self.set_i64_unchecked(*val as i64), [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 989 | / define_fn_set_int!( [INFO] [stderr] 990 | | /// Sets f32 to the SQL value. The Oracle type must be [INFO] [stderr] 991 | | /// numeric or string (excluding LOB) types. [INFO] [stderr] 992 | | : 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] --> /opt/rustwide/cargo-home/git/checkouts/rust-oracle-858dd8ce065f6a17/090bde7/src/sql_value.rs:94:44 [INFO] [stderr] | [INFO] [stderr] 94 | self.set_u64_unchecked(*val as u64), [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 989 | / define_fn_set_int!( [INFO] [stderr] 990 | | /// Sets f32 to the SQL value. The Oracle type must be [INFO] [stderr] 991 | | /// numeric or string (excluding LOB) types. [INFO] [stderr] 992 | | : 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] --> /opt/rustwide/cargo-home/git/checkouts/rust-oracle-858dd8ce065f6a17/090bde7/src/sql_value.rs:92:44 [INFO] [stderr] | [INFO] [stderr] 92 | self.set_i64_unchecked(*val as i64), [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 993 | / define_fn_set_int!( [INFO] [stderr] 994 | | /// Sets f64 to the SQL value. The Oracle type must be [INFO] [stderr] 995 | | /// numeric or string (excluding LOB) types. [INFO] [stderr] 996 | | : 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] --> /opt/rustwide/cargo-home/git/checkouts/rust-oracle-858dd8ce065f6a17/090bde7/src/sql_value.rs:94:44 [INFO] [stderr] | [INFO] [stderr] 94 | self.set_u64_unchecked(*val as u64), [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 993 | / define_fn_set_int!( [INFO] [stderr] 994 | | /// Sets f64 to the SQL value. The Oracle type must be [INFO] [stderr] 995 | | /// numeric or string (excluding LOB) types. [INFO] [stderr] 996 | | : 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] --> /opt/rustwide/cargo-home/git/checkouts/rust-oracle-858dd8ce065f6a17/090bde7/src/sql_value.rs:51:16 [INFO] [stderr] | [INFO] [stderr] 51 | Ok(src_val as $dest_type) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 774 | 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] --> /opt/rustwide/cargo-home/git/checkouts/rust-oracle-858dd8ce065f6a17/090bde7/src/sql_value.rs:51:16 [INFO] [stderr] | [INFO] [stderr] 51 | Ok(src_val as $dest_type) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 775 | 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] --> /opt/rustwide/cargo-home/git/checkouts/rust-oracle-858dd8ce065f6a17/090bde7/src/sql_value.rs:51:16 [INFO] [stderr] | [INFO] [stderr] 51 | Ok(src_val as $dest_type) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 806 | 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] --> /opt/rustwide/cargo-home/git/checkouts/rust-oracle-858dd8ce065f6a17/090bde7/src/sql_value.rs:51:16 [INFO] [stderr] | [INFO] [stderr] 51 | Ok(src_val as $dest_type) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 807 | 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: build failed [INFO] running `"docker" "inspect" "4c08ae2926413bf508205b9ed57161b9819846cb5c2b0744b16376feddadff5c"` [INFO] running `"docker" "rm" "-f" "4c08ae2926413bf508205b9ed57161b9819846cb5c2b0744b16376feddadff5c"` [INFO] [stdout] 4c08ae2926413bf508205b9ed57161b9819846cb5c2b0744b16376feddadff5c