[INFO] fetching crate unqlite 1.5.0...
[INFO] testing unqlite-1.5.0 against 1.90.0 for beta-1.91-3
[INFO] extracting crate unqlite 1.5.0 into /workspace/builds/worker-5-tc1/source
[INFO] started tweaking crates.io crate unqlite 1.5.0
[INFO] finished tweaking crates.io crate unqlite 1.5.0
[INFO] tweaked toml for crates.io crate unqlite 1.5.0 written to /workspace/builds/worker-5-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate unqlite 1.5.0 on toolchain 1.90.0
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.90.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate unqlite 1.5.0 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" "+1.90.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded which v3.1.1
[INFO] [stderr]   Downloaded cc v1.0.61
[INFO] [stderr]   Downloaded paste v1.0.1
[INFO] [stderr]   Downloaded clang-sys v1.0.1
[INFO] [stderr]   Downloaded libloading v0.6.4
[INFO] [stderr]   Downloaded getrandom v0.1.15
[INFO] [stderr]   Downloaded aho-corasick v0.7.14
[INFO] [stderr]   Downloaded regex-syntax v0.6.20
[INFO] [stderr]   Downloaded bindgen v0.55.1
[INFO] [stderr]   Downloaded regex v1.4.1
[INFO] [stderr]   Downloaded libc v0.2.79
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] e6123e8580aafd25d4c95483bd3936f417ccb1382887c3a3da4d9825eb9413bd
[INFO] running `Command { std: "docker" "start" "-a" "e6123e8580aafd25d4c95483bd3936f417ccb1382887c3a3da4d9825eb9413bd", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "e6123e8580aafd25d4c95483bd3936f417ccb1382887c3a3da4d9825eb9413bd", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e6123e8580aafd25d4c95483bd3936f417ccb1382887c3a3da4d9825eb9413bd", kill_on_drop: false }`
[INFO] [stdout] e6123e8580aafd25d4c95483bd3936f417ccb1382887c3a3da4d9825eb9413bd
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] c929beb17f468733a08ded6f494dcabb26ed310fe13fed54acbf18df53f69fc8
[INFO] running `Command { std: "docker" "start" "-a" "c929beb17f468733a08ded6f494dcabb26ed310fe13fed54acbf18df53f69fc8", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.79
[INFO] [stderr]    Compiling memchr v2.3.3
[INFO] [stderr]    Compiling version_check v0.9.2
[INFO] [stderr]    Compiling glob v0.3.0
[INFO] [stderr]    Compiling lazy_static v1.4.0
[INFO] [stderr]    Compiling log v0.4.11
[INFO] [stderr]    Compiling proc-macro2 v1.0.24
[INFO] [stderr]    Compiling bitflags v1.2.1
[INFO] [stderr]    Compiling regex-syntax v0.6.20
[INFO] [stderr]    Compiling thread_local v1.0.1
[INFO] [stderr]    Compiling unicode-width v0.1.8
[INFO] [stderr]    Compiling aho-corasick v0.7.14
[INFO] [stderr]    Compiling nom v5.1.2
[INFO] [stderr]    Compiling textwrap v0.11.0
[INFO] [stderr]    Compiling clang-sys v1.0.1
[INFO] [stderr]    Compiling libloading v0.6.4
[INFO] [stderr]    Compiling termcolor v1.1.0
[INFO] [stderr]    Compiling bindgen v0.55.1
[INFO] [stderr]    Compiling atty v0.2.14
[INFO] [stderr]    Compiling ansi_term v0.11.0
[INFO] [stderr]    Compiling which v3.1.1
[INFO] [stderr]    Compiling quote v1.0.7
[INFO] [stderr]    Compiling clap v2.33.3
[INFO] [stderr]    Compiling cc v1.0.61
[INFO] [stderr]    Compiling paste v1.0.1
[INFO] [stderr]    Compiling regex v1.4.1
[INFO] [stderr]    Compiling cexpr v0.4.0
[INFO] [stderr]    Compiling env_logger v0.7.1
[INFO] [stderr]    Compiling unqlite v1.5.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: the type `*mut unqlite` does not permit being left uninitialized
[INFO] [stdout]    --> src/lib.rs:141:57
[INFO] [stdout]     |
[INFO] [stdout] 141 |         let mut db: *mut crate::ffi::unqlite = unsafe { mem::MaybeUninit::uninit().assume_init() };
[INFO] [stdout]     |                                                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                                                         |
[INFO] [stdout]     |                                                         this code causes undefined behavior when executed
[INFO] [stdout]     |                                                         help: use `MaybeUninit<T>` instead, and only call `assume_init` after initialization is done
[INFO] [stdout]     |
[INFO] [stdout]     = note: raw pointers must be initialized
[INFO] [stdout]     = note: `#[warn(invalid_value)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the type `*mut i8` does not permit being left uninitialized
[INFO] [stdout]    --> src/config.rs:100:41
[INFO] [stdout]     |
[INFO] [stdout] 100 |         let log: *mut c_char = unsafe { mem::MaybeUninit::uninit().assume_init() };
[INFO] [stdout]     |                                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                                         |
[INFO] [stdout]     |                                         this code causes undefined behavior when executed
[INFO] [stdout]     |                                         help: use `MaybeUninit<T>` instead, and only call `assume_init` after initialization is done
[INFO] [stdout]     |
[INFO] [stdout]     = note: raw pointers must be initialized
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the type `i32` does not permit being left uninitialized
[INFO] [stdout]    --> src/config.rs:101:33
[INFO] [stdout]     |
[INFO] [stdout] 101 |         let len: i32 = unsafe { mem::MaybeUninit::uninit().assume_init() };
[INFO] [stdout]     |                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 this code causes undefined behavior when executed
[INFO] [stdout]     |                                 help: use `MaybeUninit<T>` instead, and only call `assume_init` after initialization is done
[INFO] [stdout]     |
[INFO] [stdout]     = note: integers must be initialized
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the type `*mut i8` does not permit being left uninitialized
[INFO] [stdout]    --> src/config.rs:115:41
[INFO] [stdout]     |
[INFO] [stdout] 115 |         let log: *mut c_char = unsafe { mem::MaybeUninit::uninit().assume_init() };
[INFO] [stdout]     |                                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                                         |
[INFO] [stdout]     |                                         this code causes undefined behavior when executed
[INFO] [stdout]     |                                         help: use `MaybeUninit<T>` instead, and only call `assume_init` after initialization is done
[INFO] [stdout]     |
[INFO] [stdout]     = note: raw pointers must be initialized
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the type `i32` does not permit being left uninitialized
[INFO] [stdout]    --> src/config.rs:116:33
[INFO] [stdout]     |
[INFO] [stdout] 116 |         let len: i32 = unsafe { mem::MaybeUninit::uninit().assume_init() };
[INFO] [stdout]     |                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 this code causes undefined behavior when executed
[INFO] [stdout]     |                                 help: use `MaybeUninit<T>` instead, and only call `assume_init` after initialization is done
[INFO] [stdout]     |
[INFO] [stdout]     = note: integers must be initialized
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the type `*mut i8` does not permit being left uninitialized
[INFO] [stdout]    --> src/config.rs:129:45
[INFO] [stdout]     |
[INFO] [stdout] 129 |         let kv_name: *mut c_char = unsafe { mem::MaybeUninit::uninit().assume_init() };
[INFO] [stdout]     |                                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                                             |
[INFO] [stdout]     |                                             this code causes undefined behavior when executed
[INFO] [stdout]     |                                             help: use `MaybeUninit<T>` instead, and only call `assume_init` after initialization is done
[INFO] [stdout]     |
[INFO] [stdout]     = note: raw pointers must be initialized
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: calling this function with a null pointer is undefined behavior, even if the result of the function is unused
[INFO] [stdout]    --> src/document/doc_store.rs:157:27
[INFO] [stdout]     |
[INFO] [stdout] 157 |         .map(|_| unsafe { slice::from_raw_parts(ptr as *const u8, len as usize) })
[INFO] [stdout]     |                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: for more information, visit <https://doc.rust-lang.org/std/ptr/index.html> and <https://doc.rust-lang.org/reference/behavior-considered-undefined.html>
[INFO] [stdout] note: null pointer originates from here
[INFO] [stdout]    --> src/document/doc_store.rs:147:34
[INFO] [stdout]     |
[INFO] [stdout] 147 |         let ptr: *const c_void = null();
[INFO] [stdout]     |                                  ^^^^^^
[INFO] [stdout]     = note: `#[warn(invalid_null_arguments)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the type `*mut unqlite_kv_cursor` does not permit being left uninitialized
[INFO] [stdout]    --> src/kv_cursor.rs:213:59
[INFO] [stdout]     |
[INFO] [stdout] 213 |         let mut cursor: *mut unqlite_kv_cursor = unsafe { mem::MaybeUninit::uninit().assume_init() };
[INFO] [stdout]     |                                                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                                                           |
[INFO] [stdout]     |                                                           this code causes undefined behavior when executed
[INFO] [stdout]     |                                                           help: use `MaybeUninit<T>` instead, and only call `assume_init` after initialization is done
[INFO] [stdout]     |
[INFO] [stdout]     = note: raw pointers must be initialized
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the type `*mut c_void` does not permit being left uninitialized
[INFO] [stdout]   --> src/util.rs:51:36
[INFO] [stdout]    |
[INFO] [stdout] 51 |         let mut ptr: *mut c_void = mem::MaybeUninit::uninit().assume_init();
[INFO] [stdout]    |                                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |                                    |
[INFO] [stdout]    |                                    this code causes undefined behavior when executed
[INFO] [stdout]    |                                    help: use `MaybeUninit<T>` instead, and only call `assume_init` after initialization is done
[INFO] [stdout]    |
[INFO] [stdout]    = note: raw pointers must be initialized
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.76s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: nom v5.1.2
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 2`
[INFO] running `Command { std: "docker" "inspect" "c929beb17f468733a08ded6f494dcabb26ed310fe13fed54acbf18df53f69fc8", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c929beb17f468733a08ded6f494dcabb26ed310fe13fed54acbf18df53f69fc8", kill_on_drop: false }`
[INFO] [stdout] c929beb17f468733a08ded6f494dcabb26ed310fe13fed54acbf18df53f69fc8
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] b04a7cdcf7d3eb59faf6d890f18966fb92efb122656f8e526440fc667dc6891a
[INFO] running `Command { std: "docker" "start" "-a" "b04a7cdcf7d3eb59faf6d890f18966fb92efb122656f8e526440fc667dc6891a", kill_on_drop: false }`
[INFO] [stderr]    Compiling getrandom v0.1.15
[INFO] [stderr]    Compiling log v0.4.11
[INFO] [stderr]    Compiling libloading v0.6.4
[INFO] [stderr]    Compiling ppv-lite86 v0.2.9
[INFO] [stderr]    Compiling env_logger v0.7.1
[INFO] [stderr]    Compiling clang-sys v1.0.1
[INFO] [stderr]    Compiling rand_core v0.5.1
[INFO] [stderr]    Compiling rand_chacha v0.2.2
[INFO] [stderr]    Compiling rand v0.7.3
[INFO] [stderr]    Compiling bindgen v0.55.1
[INFO] [stderr]    Compiling tempfile v3.1.0
[INFO] [stderr]    Compiling unqlite v1.5.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unexpected `cfg` condition value: `mmap`
[INFO] [stdout]   --> src/util.rs:95:11
[INFO] [stdout]    |
[INFO] [stdout] 95 |     #[cfg(feature = "mmap")]
[INFO] [stdout]    |           ^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `default`, `enable-jx9-hash-io`, `enable-threads`, `jx9-disable-builtin-func`, `jx9-disable-disk-io`, and `jx9-enable-math-func`
[INFO] [stdout]    = help: consider adding `mmap` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the type `*mut unqlite` does not permit being left uninitialized
[INFO] [stdout]    --> src/lib.rs:141:57
[INFO] [stdout]     |
[INFO] [stdout] 141 |         let mut db: *mut crate::ffi::unqlite = unsafe { mem::MaybeUninit::uninit().assume_init() };
[INFO] [stdout]     |                                                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                                                         |
[INFO] [stdout]     |                                                         this code causes undefined behavior when executed
[INFO] [stdout]     |                                                         help: use `MaybeUninit<T>` instead, and only call `assume_init` after initialization is done
[INFO] [stdout]     |
[INFO] [stdout]     = note: raw pointers must be initialized
[INFO] [stdout]     = note: `#[warn(invalid_value)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the type `*mut i8` does not permit being left uninitialized
[INFO] [stdout]    --> src/config.rs:100:41
[INFO] [stdout]     |
[INFO] [stdout] 100 |         let log: *mut c_char = unsafe { mem::MaybeUninit::uninit().assume_init() };
[INFO] [stdout]     |                                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                                         |
[INFO] [stdout]     |                                         this code causes undefined behavior when executed
[INFO] [stdout]     |                                         help: use `MaybeUninit<T>` instead, and only call `assume_init` after initialization is done
[INFO] [stdout]     |
[INFO] [stdout]     = note: raw pointers must be initialized
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the type `i32` does not permit being left uninitialized
[INFO] [stdout]    --> src/config.rs:101:33
[INFO] [stdout]     |
[INFO] [stdout] 101 |         let len: i32 = unsafe { mem::MaybeUninit::uninit().assume_init() };
[INFO] [stdout]     |                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 this code causes undefined behavior when executed
[INFO] [stdout]     |                                 help: use `MaybeUninit<T>` instead, and only call `assume_init` after initialization is done
[INFO] [stdout]     |
[INFO] [stdout]     = note: integers must be initialized
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the type `*mut i8` does not permit being left uninitialized
[INFO] [stdout]    --> src/config.rs:115:41
[INFO] [stdout]     |
[INFO] [stdout] 115 |         let log: *mut c_char = unsafe { mem::MaybeUninit::uninit().assume_init() };
[INFO] [stdout]     |                                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                                         |
[INFO] [stdout]     |                                         this code causes undefined behavior when executed
[INFO] [stdout]     |                                         help: use `MaybeUninit<T>` instead, and only call `assume_init` after initialization is done
[INFO] [stdout]     |
[INFO] [stdout]     = note: raw pointers must be initialized
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the type `i32` does not permit being left uninitialized
[INFO] [stdout]    --> src/config.rs:116:33
[INFO] [stdout]     |
[INFO] [stdout] 116 |         let len: i32 = unsafe { mem::MaybeUninit::uninit().assume_init() };
[INFO] [stdout]     |                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 this code causes undefined behavior when executed
[INFO] [stdout]     |                                 help: use `MaybeUninit<T>` instead, and only call `assume_init` after initialization is done
[INFO] [stdout]     |
[INFO] [stdout]     = note: integers must be initialized
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the type `*mut i8` does not permit being left uninitialized
[INFO] [stdout]    --> src/config.rs:129:45
[INFO] [stdout]     |
[INFO] [stdout] 129 |         let kv_name: *mut c_char = unsafe { mem::MaybeUninit::uninit().assume_init() };
[INFO] [stdout]     |                                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                                             |
[INFO] [stdout]     |                                             this code causes undefined behavior when executed
[INFO] [stdout]     |                                             help: use `MaybeUninit<T>` instead, and only call `assume_init` after initialization is done
[INFO] [stdout]     |
[INFO] [stdout]     = note: raw pointers must be initialized
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: calling this function with a null pointer is undefined behavior, even if the result of the function is unused
[INFO] [stdout]    --> src/document/doc_store.rs:157:27
[INFO] [stdout]     |
[INFO] [stdout] 157 |         .map(|_| unsafe { slice::from_raw_parts(ptr as *const u8, len as usize) })
[INFO] [stdout]     |                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: for more information, visit <https://doc.rust-lang.org/std/ptr/index.html> and <https://doc.rust-lang.org/reference/behavior-considered-undefined.html>
[INFO] [stdout] note: null pointer originates from here
[INFO] [stdout]    --> src/document/doc_store.rs:147:34
[INFO] [stdout]     |
[INFO] [stdout] 147 |         let ptr: *const c_void = null();
[INFO] [stdout]     |                                  ^^^^^^
[INFO] [stdout]     = note: `#[warn(invalid_null_arguments)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the type `*mut unqlite_kv_cursor` does not permit being left uninitialized
[INFO] [stdout]    --> src/kv_cursor.rs:213:59
[INFO] [stdout]     |
[INFO] [stdout] 213 |         let mut cursor: *mut unqlite_kv_cursor = unsafe { mem::MaybeUninit::uninit().assume_init() };
[INFO] [stdout]     |                                                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                                                           |
[INFO] [stdout]     |                                                           this code causes undefined behavior when executed
[INFO] [stdout]     |                                                           help: use `MaybeUninit<T>` instead, and only call `assume_init` after initialization is done
[INFO] [stdout]     |
[INFO] [stdout]     = note: raw pointers must be initialized
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the type `*mut c_void` does not permit being left uninitialized
[INFO] [stdout]   --> src/util.rs:51:36
[INFO] [stdout]    |
[INFO] [stdout] 51 |         let mut ptr: *mut c_void = mem::MaybeUninit::uninit().assume_init();
[INFO] [stdout]    |                                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |                                    |
[INFO] [stdout]    |                                    this code causes undefined behavior when executed
[INFO] [stdout]    |                                    help: use `MaybeUninit<T>` instead, and only call `assume_init` after initialization is done
[INFO] [stdout]    |
[INFO] [stdout]    = note: raw pointers must be initialized
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the type `*mut unqlite` does not permit being left uninitialized
[INFO] [stdout]    --> src/lib.rs:141:57
[INFO] [stdout]     |
[INFO] [stdout] 141 |         let mut db: *mut crate::ffi::unqlite = unsafe { mem::MaybeUninit::uninit().assume_init() };
[INFO] [stdout]     |                                                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                                                         |
[INFO] [stdout]     |                                                         this code causes undefined behavior when executed
[INFO] [stdout]     |                                                         help: use `MaybeUninit<T>` instead, and only call `assume_init` after initialization is done
[INFO] [stdout]     |
[INFO] [stdout]     = note: raw pointers must be initialized
[INFO] [stdout]     = note: `#[warn(invalid_value)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/unqlite-237f8a366b73bc80/out/ffi.rs:3:7045
[INFO] [stdout]   |
[INFO] [stdout] 3 | ...t_eq ! (unsafe { & (* (:: std :: ptr :: null :: < syiovec > ())) . pBase as * const _ as usize } , 0usize , concat ! ("Offset of field...
[INFO] [stdout]   |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(deref_nullptr)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/unqlite-237f8a366b73bc80/out/ffi.rs:3:7245
[INFO] [stdout]   |
[INFO] [stdout] 3 | ...t_eq ! (unsafe { & (* (:: std :: ptr :: null :: < syiovec > ())) . nLen as * const _ as usize } , 8usize , concat ! ("Offset of field:...
[INFO] [stdout]   |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/unqlite-237f8a366b73bc80/out/ffi.rs:3:7904
[INFO] [stdout]   |
[INFO] [stdout] 3 | ...t_eq ! (unsafe { & (* (:: std :: ptr :: null :: < SyString > ())) . zString as * const _ as usize } , 0usize , concat ! ("Offset of fi...
[INFO] [stdout]   |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/unqlite-237f8a366b73bc80/out/ffi.rs:3:8110
[INFO] [stdout]   |
[INFO] [stdout] 3 | ...t_eq ! (unsafe { & (* (:: std :: ptr :: null :: < SyString > ())) . nByte as * const _ as usize } , 8usize , concat ! ("Offset of fiel...
[INFO] [stdout]   |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/unqlite-237f8a366b73bc80/out/ffi.rs:3:9154
[INFO] [stdout]   |
[INFO] [stdout] 3 | ...ert_eq ! (unsafe { & (* (:: std :: ptr :: null :: < Sytm > ())) . tm_sec as * const _ as usize } , 0usize , concat ! ("Offset of field...
[INFO] [stdout]   |                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/unqlite-237f8a366b73bc80/out/ffi.rs:3:9350
[INFO] [stdout]   |
[INFO] [stdout] 3 | ...ert_eq ! (unsafe { & (* (:: std :: ptr :: null :: < Sytm > ())) . tm_min as * const _ as usize } , 4usize , concat ! ("Offset of field...
[INFO] [stdout]   |                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/unqlite-237f8a366b73bc80/out/ffi.rs:3:9546
[INFO] [stdout]   |
[INFO] [stdout] 3 | ...ert_eq ! (unsafe { & (* (:: std :: ptr :: null :: < Sytm > ())) . tm_hour as * const _ as usize } , 8usize , concat ! ("Offset of fiel...
[INFO] [stdout]   |                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/unqlite-237f8a366b73bc80/out/ffi.rs:3:9744
[INFO] [stdout]   |
[INFO] [stdout] 3 | ...ert_eq ! (unsafe { & (* (:: std :: ptr :: null :: < Sytm > ())) . tm_mday as * const _ as usize } , 12usize , concat ! ("Offset of fie...
[INFO] [stdout]   |                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/unqlite-237f8a366b73bc80/out/ffi.rs:3:9943
[INFO] [stdout]   |
[INFO] [stdout] 3 | ...ert_eq ! (unsafe { & (* (:: std :: ptr :: null :: < Sytm > ())) . tm_mon as * const _ as usize } , 16usize , concat ! ("Offset of fiel...
[INFO] [stdout]   |                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/unqlite-237f8a366b73bc80/out/ffi.rs:3:10140
[INFO] [stdout]   |
[INFO] [stdout] 3 | ...ert_eq ! (unsafe { & (* (:: std :: ptr :: null :: < Sytm > ())) . tm_year as * const _ as usize } , 20usize , concat ! ("Offset of fie...
[INFO] [stdout]   |                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/unqlite-237f8a366b73bc80/out/ffi.rs:3:10339
[INFO] [stdout]   |
[INFO] [stdout] 3 | ...ert_eq ! (unsafe { & (* (:: std :: ptr :: null :: < Sytm > ())) . tm_wday as * const _ as usize } , 24usize , concat ! ("Offset of fie...
[INFO] [stdout]   |                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/unqlite-237f8a366b73bc80/out/ffi.rs:3:10538
[INFO] [stdout]   |
[INFO] [stdout] 3 | ...ert_eq ! (unsafe { & (* (:: std :: ptr :: null :: < Sytm > ())) . tm_yday as * const _ as usize } , 28usize , concat ! ("Offset of fie...
[INFO] [stdout]   |                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/unqlite-237f8a366b73bc80/out/ffi.rs:3:10737
[INFO] [stdout]   |
[INFO] [stdout] 3 | ...ert_eq ! (unsafe { & (* (:: std :: ptr :: null :: < Sytm > ())) . tm_isdst as * const _ as usize } , 32usize , concat ! ("Offset of fi...
[INFO] [stdout]   |                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/unqlite-237f8a366b73bc80/out/ffi.rs:3:10938
[INFO] [stdout]   |
[INFO] [stdout] 3 | ...ert_eq ! (unsafe { & (* (:: std :: ptr :: null :: < Sytm > ())) . tm_zone as * const _ as usize } , 40usize , concat ! ("Offset of fie...
[INFO] [stdout]   |                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/unqlite-237f8a366b73bc80/out/ffi.rs:3:11137
[INFO] [stdout]   |
[INFO] [stdout] 3 | ...ert_eq ! (unsafe { & (* (:: std :: ptr :: null :: < Sytm > ())) . tm_gmtoff as * const _ as usize } , 48usize , concat ! ("Offset of f...
[INFO] [stdout]   |                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/unqlite-237f8a366b73bc80/out/ffi.rs:3:12635
[INFO] [stdout]   |
[INFO] [stdout] 3 | ...eq ! (unsafe { & (* (:: std :: ptr :: null :: < SyMemMethods > ())) . xAlloc as * const _ as usize } , 0usize , concat ! ("Offset of f...
[INFO] [stdout]   |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/unqlite-237f8a366b73bc80/out/ffi.rs:3:12847
[INFO] [stdout]   |
[INFO] [stdout] 3 | ...eq ! (unsafe { & (* (:: std :: ptr :: null :: < SyMemMethods > ())) . xRealloc as * const _ as usize } , 8usize , concat ! ("Offset of...
[INFO] [stdout]   |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/unqlite-237f8a366b73bc80/out/ffi.rs:3:13063
[INFO] [stdout]   |
[INFO] [stdout] 3 | ...eq ! (unsafe { & (* (:: std :: ptr :: null :: < SyMemMethods > ())) . xFree as * const _ as usize } , 16usize , concat ! ("Offset of f...
[INFO] [stdout]   |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/unqlite-237f8a366b73bc80/out/ffi.rs:3:13274
[INFO] [stdout]   |
[INFO] [stdout] 3 | ...eq ! (unsafe { & (* (:: std :: ptr :: null :: < SyMemMethods > ())) . xChunkSize as * const _ as usize } , 24usize , concat ! ("Offset...
[INFO] [stdout]   |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/unqlite-237f8a366b73bc80/out/ffi.rs:3:13495
[INFO] [stdout]   |
[INFO] [stdout] 3 | ...eq ! (unsafe { & (* (:: std :: ptr :: null :: < SyMemMethods > ())) . xInit as * const _ as usize } , 32usize , concat ! ("Offset of f...
[INFO] [stdout]   |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/unqlite-237f8a366b73bc80/out/ffi.rs:3:13706
[INFO] [stdout]   |
[INFO] [stdout] 3 | ...eq ! (unsafe { & (* (:: std :: ptr :: null :: < SyMemMethods > ())) . xRelease as * const _ as usize } , 40usize , concat ! ("Offset o...
[INFO] [stdout]   |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/unqlite-237f8a366b73bc80/out/ffi.rs:3:13923
[INFO] [stdout]   |
[INFO] [stdout] 3 | ...eq ! (unsafe { & (* (:: std :: ptr :: null :: < SyMemMethods > ())) . pUserData as * const _ as usize } , 48usize , concat ! ("Offset ...
[INFO] [stdout]   |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/unqlite-237f8a366b73bc80/out/ffi.rs:3:15398
[INFO] [stdout]   |
[INFO] [stdout] 3 | ...q ! (unsafe { & (* (:: std :: ptr :: null :: < SyMutexMethods > ())) . xGlobalInit as * const _ as usize } , 0usize , concat ! ("Offse...
[INFO] [stdout]   |                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/unqlite-237f8a366b73bc80/out/ffi.rs:3:15624
[INFO] [stdout]   |
[INFO] [stdout] 3 | ...q ! (unsafe { & (* (:: std :: ptr :: null :: < SyMutexMethods > ())) . xGlobalRelease as * const _ as usize } , 8usize , concat ! ("Of...
[INFO] [stdout]   |                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/unqlite-237f8a366b73bc80/out/ffi.rs:3:15856
[INFO] [stdout]   |
[INFO] [stdout] 3 | ...q ! (unsafe { & (* (:: std :: ptr :: null :: < SyMutexMethods > ())) . xNew as * const _ as usize } , 16usize , concat ! ("Offset of f...
[INFO] [stdout]   |                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/unqlite-237f8a366b73bc80/out/ffi.rs:3:16069
[INFO] [stdout]   |
[INFO] [stdout] 3 | ...q ! (unsafe { & (* (:: std :: ptr :: null :: < SyMutexMethods > ())) . xRelease as * const _ as usize } , 24usize , concat ! ("Offset ...
[INFO] [stdout]   |                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/unqlite-237f8a366b73bc80/out/ffi.rs:3:16290
[INFO] [stdout]   |
[INFO] [stdout] 3 | ...q ! (unsafe { & (* (:: std :: ptr :: null :: < SyMutexMethods > ())) . xEnter as * const _ as usize } , 32usize , concat ! ("Offset of...
[INFO] [stdout]   |                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/unqlite-237f8a366b73bc80/out/ffi.rs:3:16507
[INFO] [stdout]   |
[INFO] [stdout] 3 | ...q ! (unsafe { & (* (:: std :: ptr :: null :: < SyMutexMethods > ())) . xTryEnter as * const _ as usize } , 40usize , concat ! ("Offset...
[INFO] [stdout]   |                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/unqlite-237f8a366b73bc80/out/ffi.rs:3:16730
[INFO] [stdout]   |
[INFO] [stdout] 3 | ...q ! (unsafe { & (* (:: std :: ptr :: null :: < SyMutexMethods > ())) . xLeave as * const _ as usize } , 48usize , concat ! ("Offset of...
[INFO] [stdout]   |                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/unqlite-237f8a366b73bc80/out/ffi.rs:3:17440
[INFO] [stdout]   |
[INFO] [stdout] 3 | ...eq ! (unsafe { & (* (:: std :: ptr :: null :: < unqlite_file > ())) . pMethods as * const _ as usize } , 0usize , concat ! ("Offset of...
[INFO] [stdout]   |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/unqlite-237f8a366b73bc80/out/ffi.rs:3:19817
[INFO] [stdout]   |
[INFO] [stdout] 3 | ...! (unsafe { & (* (:: std :: ptr :: null :: < unqlite_io_methods > ())) . iVersion as * const _ as usize } , 0usize , concat ! ("Offset...
[INFO] [stdout]   |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/unqlite-237f8a366b73bc80/out/ffi.rs:3:20045
[INFO] [stdout]   |
[INFO] [stdout] 3 | ...! (unsafe { & (* (:: std :: ptr :: null :: < unqlite_io_methods > ())) . xClose as * const _ as usize } , 8usize , concat ! ("Offset o...
[INFO] [stdout]   |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/unqlite-237f8a366b73bc80/out/ffi.rs:3:20269
[INFO] [stdout]   |
[INFO] [stdout] 3 | ...! (unsafe { & (* (:: std :: ptr :: null :: < unqlite_io_methods > ())) . xRead as * const _ as usize } , 16usize , concat ! ("Offset o...
[INFO] [stdout]   |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/unqlite-237f8a366b73bc80/out/ffi.rs:3:20492
[INFO] [stdout]   |
[INFO] [stdout] 3 | ...! (unsafe { & (* (:: std :: ptr :: null :: < unqlite_io_methods > ())) . xWrite as * const _ as usize } , 24usize , concat ! ("Offset ...
[INFO] [stdout]   |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/unqlite-237f8a366b73bc80/out/ffi.rs:3:20717
[INFO] [stdout]   |
[INFO] [stdout] 3 | ...! (unsafe { & (* (:: std :: ptr :: null :: < unqlite_io_methods > ())) . xTruncate as * const _ as usize } , 32usize , concat ! ("Offs...
[INFO] [stdout]   |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/unqlite-237f8a366b73bc80/out/ffi.rs:3:20948
[INFO] [stdout]   |
[INFO] [stdout] 3 | ...! (unsafe { & (* (:: std :: ptr :: null :: < unqlite_io_methods > ())) . xSync as * const _ as usize } , 40usize , concat ! ("Offset o...
[INFO] [stdout]   |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/unqlite-237f8a366b73bc80/out/ffi.rs:3:21171
[INFO] [stdout]   |
[INFO] [stdout] 3 | ...! (unsafe { & (* (:: std :: ptr :: null :: < unqlite_io_methods > ())) . xFileSize as * const _ as usize } , 48usize , concat ! ("Offs...
[INFO] [stdout]   |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/unqlite-237f8a366b73bc80/out/ffi.rs:3:21402
[INFO] [stdout]   |
[INFO] [stdout] 3 | ...! (unsafe { & (* (:: std :: ptr :: null :: < unqlite_io_methods > ())) . xLock as * const _ as usize } , 56usize , concat ! ("Offset o...
[INFO] [stdout]   |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/unqlite-237f8a366b73bc80/out/ffi.rs:3:21625
[INFO] [stdout]   |
[INFO] [stdout] 3 | ...! (unsafe { & (* (:: std :: ptr :: null :: < unqlite_io_methods > ())) . xUnlock as * const _ as usize } , 64usize , concat ! ("Offset...
[INFO] [stdout]   |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/unqlite-237f8a366b73bc80/out/ffi.rs:3:21852
[INFO] [stdout]   |
[INFO] [stdout] 3 | ...! (unsafe { & (* (:: std :: ptr :: null :: < unqlite_io_methods > ())) . xCheckReservedLock as * const _ as usize } , 72usize , concat...
[INFO] [stdout]   |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/unqlite-237f8a366b73bc80/out/ffi.rs:3:22101
[INFO] [stdout]   |
[INFO] [stdout] 3 | ...! (unsafe { & (* (:: std :: ptr :: null :: < unqlite_io_methods > ())) . xSectorSize as * const _ as usize } , 80usize , concat ! ("Of...
[INFO] [stdout]   |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/unqlite-237f8a366b73bc80/out/ffi.rs:3:24647
[INFO] [stdout]   |
[INFO] [stdout] 3 | ...eq ! (unsafe { & (* (:: std :: ptr :: null :: < unqlite_vfs > ())) . zName as * const _ as usize } , 0usize , concat ! ("Offset of fie...
[INFO] [stdout]   |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/unqlite-237f8a366b73bc80/out/ffi.rs:3:24855
[INFO] [stdout]   |
[INFO] [stdout] 3 | ...eq ! (unsafe { & (* (:: std :: ptr :: null :: < unqlite_vfs > ())) . iVersion as * const _ as usize } , 8usize , concat ! ("Offset of ...
[INFO] [stdout]   |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/unqlite-237f8a366b73bc80/out/ffi.rs:3:25069
[INFO] [stdout]   |
[INFO] [stdout] 3 | ...eq ! (unsafe { & (* (:: std :: ptr :: null :: < unqlite_vfs > ())) . szOsFile as * const _ as usize } , 12usize , concat ! ("Offset of...
[INFO] [stdout]   |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/unqlite-237f8a366b73bc80/out/ffi.rs:3:25284
[INFO] [stdout]   |
[INFO] [stdout] 3 | ...eq ! (unsafe { & (* (:: std :: ptr :: null :: < unqlite_vfs > ())) . mxPathname as * const _ as usize } , 16usize , concat ! ("Offset ...
[INFO] [stdout]   |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/unqlite-237f8a366b73bc80/out/ffi.rs:3:25503
[INFO] [stdout]   |
[INFO] [stdout] 3 | ...eq ! (unsafe { & (* (:: std :: ptr :: null :: < unqlite_vfs > ())) . xOpen as * const _ as usize } , 24usize , concat ! ("Offset of fi...
[INFO] [stdout]   |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/unqlite-237f8a366b73bc80/out/ffi.rs:3:25712
[INFO] [stdout]   |
[INFO] [stdout] 3 | ...eq ! (unsafe { & (* (:: std :: ptr :: null :: < unqlite_vfs > ())) . xDelete as * const _ as usize } , 32usize , concat ! ("Offset of ...
[INFO] [stdout]   |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/unqlite-237f8a366b73bc80/out/ffi.rs:3:25925
[INFO] [stdout]   |
[INFO] [stdout] 3 | ...eq ! (unsafe { & (* (:: std :: ptr :: null :: < unqlite_vfs > ())) . xAccess as * const _ as usize } , 40usize , concat ! ("Offset of ...
[INFO] [stdout]   |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/unqlite-237f8a366b73bc80/out/ffi.rs:3:26138
[INFO] [stdout]   |
[INFO] [stdout] 3 | ...eq ! (unsafe { & (* (:: std :: ptr :: null :: < unqlite_vfs > ())) . xFullPathname as * const _ as usize } , 48usize , concat ! ("Offs...
[INFO] [stdout]   |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/unqlite-237f8a366b73bc80/out/ffi.rs:3:26363
[INFO] [stdout]   |
[INFO] [stdout] 3 | ...eq ! (unsafe { & (* (:: std :: ptr :: null :: < unqlite_vfs > ())) . xTmpDir as * const _ as usize } , 56usize , concat ! ("Offset of ...
[INFO] [stdout]   |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/unqlite-237f8a366b73bc80/out/ffi.rs:3:26576
[INFO] [stdout]   |
[INFO] [stdout] 3 | ...eq ! (unsafe { & (* (:: std :: ptr :: null :: < unqlite_vfs > ())) . xSleep as * const _ as usize } , 64usize , concat ! ("Offset of f...
[INFO] [stdout]   |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/unqlite-237f8a366b73bc80/out/ffi.rs:3:26787
[INFO] [stdout]   |
[INFO] [stdout] 3 | ...eq ! (unsafe { & (* (:: std :: ptr :: null :: < unqlite_vfs > ())) . xCurrentTime as * const _ as usize } , 72usize , concat ! ("Offse...
[INFO] [stdout]   |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/unqlite-237f8a366b73bc80/out/ffi.rs:3:27010
[INFO] [stdout]   |
[INFO] [stdout] 3 | ...eq ! (unsafe { & (* (:: std :: ptr :: null :: < unqlite_vfs > ())) . xGetLastError as * const _ as usize } , 80usize , concat ! ("Offs...
[INFO] [stdout]   |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/unqlite-237f8a366b73bc80/out/ffi.rs:3:27769
[INFO] [stdout]   |
[INFO] [stdout] 3 | ...eq ! (unsafe { & (* (:: std :: ptr :: null :: < unqlite_page > ())) . zData as * const _ as usize } , 0usize , concat ! ("Offset of fi...
[INFO] [stdout]   |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/unqlite-237f8a366b73bc80/out/ffi.rs:3:27979
[INFO] [stdout]   |
[INFO] [stdout] 3 | ...eq ! (unsafe { & (* (:: std :: ptr :: null :: < unqlite_page > ())) . pUserData as * const _ as usize } , 8usize , concat ! ("Offset o...
[INFO] [stdout]   |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/unqlite-237f8a366b73bc80/out/ffi.rs:3:28197
[INFO] [stdout]   |
[INFO] [stdout] 3 | ...eq ! (unsafe { & (* (:: std :: ptr :: null :: < unqlite_page > ())) . pgno as * const _ as usize } , 16usize , concat ! ("Offset of fi...
[INFO] [stdout]   |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/unqlite-237f8a366b73bc80/out/ffi.rs:3:31183
[INFO] [stdout]   |
[INFO] [stdout] 3 | ...q ! (unsafe { & (* (:: std :: ptr :: null :: < unqlite_kv_io > ())) . pHandle as * const _ as usize } , 0usize , concat ! ("Offset of ...
[INFO] [stdout]   |                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/unqlite-237f8a366b73bc80/out/ffi.rs:3:31399
[INFO] [stdout]   |
[INFO] [stdout] 3 | ...q ! (unsafe { & (* (:: std :: ptr :: null :: < unqlite_kv_io > ())) . pMethods as * const _ as usize } , 8usize , concat ! ("Offset of...
[INFO] [stdout]   |                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/unqlite-237f8a366b73bc80/out/ffi.rs:3:31617
[INFO] [stdout]   |
[INFO] [stdout] 3 | ...q ! (unsafe { & (* (:: std :: ptr :: null :: < unqlite_kv_io > ())) . xGet as * const _ as usize } , 16usize , concat ! ("Offset of fi...
[INFO] [stdout]   |                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/unqlite-237f8a366b73bc80/out/ffi.rs:3:31828
[INFO] [stdout]   |
[INFO] [stdout] 3 | ...q ! (unsafe { & (* (:: std :: ptr :: null :: < unqlite_kv_io > ())) . xLookup as * const _ as usize } , 24usize , concat ! ("Offset of...
[INFO] [stdout]   |                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/unqlite-237f8a366b73bc80/out/ffi.rs:3:32045
[INFO] [stdout]   |
[INFO] [stdout] 3 | ...q ! (unsafe { & (* (:: std :: ptr :: null :: < unqlite_kv_io > ())) . xNew as * const _ as usize } , 32usize , concat ! ("Offset of fi...
[INFO] [stdout]   |                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/unqlite-237f8a366b73bc80/out/ffi.rs:3:32256
[INFO] [stdout]   |
[INFO] [stdout] 3 | ...q ! (unsafe { & (* (:: std :: ptr :: null :: < unqlite_kv_io > ())) . xWrite as * const _ as usize } , 40usize , concat ! ("Offset of ...
[INFO] [stdout]   |                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/unqlite-237f8a366b73bc80/out/ffi.rs:3:32471
[INFO] [stdout]   |
[INFO] [stdout] 3 | ...q ! (unsafe { & (* (:: std :: ptr :: null :: < unqlite_kv_io > ())) . xDontWrite as * const _ as usize } , 48usize , concat ! ("Offset...
[INFO] [stdout]   |                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/unqlite-237f8a366b73bc80/out/ffi.rs:3:32694
[INFO] [stdout]   |
[INFO] [stdout] 3 | ...q ! (unsafe { & (* (:: std :: ptr :: null :: < unqlite_kv_io > ())) . xDontJournal as * const _ as usize } , 56usize , concat ! ("Offs...
[INFO] [stdout]   |                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/unqlite-237f8a366b73bc80/out/ffi.rs:3:32921
[INFO] [stdout]   |
[INFO] [stdout] 3 | ...q ! (unsafe { & (* (:: std :: ptr :: null :: < unqlite_kv_io > ())) . xDontMkHot as * const _ as usize } , 64usize , concat ! ("Offset...
[INFO] [stdout]   |                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/unqlite-237f8a366b73bc80/out/ffi.rs:3:33144
[INFO] [stdout]   |
[INFO] [stdout] 3 | ...q ! (unsafe { & (* (:: std :: ptr :: null :: < unqlite_kv_io > ())) . xPageRef as * const _ as usize } , 72usize , concat ! ("Offset o...
[INFO] [stdout]   |                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/unqlite-237f8a366b73bc80/out/ffi.rs:3:33363
[INFO] [stdout]   |
[INFO] [stdout] 3 | ...q ! (unsafe { & (* (:: std :: ptr :: null :: < unqlite_kv_io > ())) . xPageUnref as * const _ as usize } , 80usize , concat ! ("Offset...
[INFO] [stdout]   |                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/unqlite-237f8a366b73bc80/out/ffi.rs:3:33586
[INFO] [stdout]   |
[INFO] [stdout] 3 | ...q ! (unsafe { & (* (:: std :: ptr :: null :: < unqlite_kv_io > ())) . xPageSize as * const _ as usize } , 88usize , concat ! ("Offset ...
[INFO] [stdout]   |                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/unqlite-237f8a366b73bc80/out/ffi.rs:3:33807
[INFO] [stdout]   |
[INFO] [stdout] 3 | ...q ! (unsafe { & (* (:: std :: ptr :: null :: < unqlite_kv_io > ())) . xReadOnly as * const _ as usize } , 96usize , concat ! ("Offset ...
[INFO] [stdout]   |                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/unqlite-237f8a366b73bc80/out/ffi.rs:3:34028
[INFO] [stdout]   |
[INFO] [stdout] 3 | ...q ! (unsafe { & (* (:: std :: ptr :: null :: < unqlite_kv_io > ())) . xTmpPage as * const _ as usize } , 104usize , concat ! ("Offset ...
[INFO] [stdout]   |                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/unqlite-237f8a366b73bc80/out/ffi.rs:3:34248
[INFO] [stdout]   |
[INFO] [stdout] 3 | ...q ! (unsafe { & (* (:: std :: ptr :: null :: < unqlite_kv_io > ())) . xSetUnpin as * const _ as usize } , 112usize , concat ! ("Offset...
[INFO] [stdout]   |                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/unqlite-237f8a366b73bc80/out/ffi.rs:3:34470
[INFO] [stdout]   |
[INFO] [stdout] 3 | ...q ! (unsafe { & (* (:: std :: ptr :: null :: < unqlite_kv_io > ())) . xSetReload as * const _ as usize } , 120usize , concat ! ("Offse...
[INFO] [stdout]   |                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/unqlite-237f8a366b73bc80/out/ffi.rs:3:34694
[INFO] [stdout]   |
[INFO] [stdout] 3 | ...q ! (unsafe { & (* (:: std :: ptr :: null :: < unqlite_kv_io > ())) . xErr as * const _ as usize } , 128usize , concat ! ("Offset of f...
[INFO] [stdout]   |                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/unqlite-237f8a366b73bc80/out/ffi.rs:3:35361
[INFO] [stdout]   |
[INFO] [stdout] 3 | ...! (unsafe { & (* (:: std :: ptr :: null :: < unqlite_kv_cursor > ())) . pStore as * const _ as usize } , 0usize , concat ! ("Offset of...
[INFO] [stdout]   |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/unqlite-237f8a366b73bc80/out/ffi.rs:3:36033
[INFO] [stdout]   |
[INFO] [stdout] 3 | ...! (unsafe { & (* (:: std :: ptr :: null :: < unqlite_kv_engine > ())) . pIo as * const _ as usize } , 0usize , concat ! ("Offset of fi...
[INFO] [stdout]   |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/unqlite-237f8a366b73bc80/out/ffi.rs:3:40592
[INFO] [stdout]   |
[INFO] [stdout] 3 | ...! (unsafe { & (* (:: std :: ptr :: null :: < unqlite_kv_methods > ())) . zName as * const _ as usize } , 0usize , concat ! ("Offset of...
[INFO] [stdout]   |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/unqlite-237f8a366b73bc80/out/ffi.rs:3:40814
[INFO] [stdout]   |
[INFO] [stdout] 3 | ...! (unsafe { & (* (:: std :: ptr :: null :: < unqlite_kv_methods > ())) . szKv as * const _ as usize } , 8usize , concat ! ("Offset of ...
[INFO] [stdout]   |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/unqlite-237f8a366b73bc80/out/ffi.rs:3:41034
[INFO] [stdout]   |
[INFO] [stdout] 3 | ...! (unsafe { & (* (:: std :: ptr :: null :: < unqlite_kv_methods > ())) . szCursor as * const _ as usize } , 12usize , concat ! ("Offse...
[INFO] [stdout]   |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/unqlite-237f8a366b73bc80/out/ffi.rs:3:41263
[INFO] [stdout]   |
[INFO] [stdout] 3 | ...! (unsafe { & (* (:: std :: ptr :: null :: < unqlite_kv_methods > ())) . iVersion as * const _ as usize } , 16usize , concat ! ("Offse...
[INFO] [stdout]   |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/unqlite-237f8a366b73bc80/out/ffi.rs:3:41492
[INFO] [stdout]   |
[INFO] [stdout] 3 | ...! (unsafe { & (* (:: std :: ptr :: null :: < unqlite_kv_methods > ())) . xInit as * const _ as usize } , 24usize , concat ! ("Offset o...
[INFO] [stdout]   |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/unqlite-237f8a366b73bc80/out/ffi.rs:3:41715
[INFO] [stdout]   |
[INFO] [stdout] 3 | ...! (unsafe { & (* (:: std :: ptr :: null :: < unqlite_kv_methods > ())) . xRelease as * const _ as usize } , 32usize , concat ! ("Offse...
[INFO] [stdout]   |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/unqlite-237f8a366b73bc80/out/ffi.rs:3:41944
[INFO] [stdout]   |
[INFO] [stdout] 3 | ...! (unsafe { & (* (:: std :: ptr :: null :: < unqlite_kv_methods > ())) . xConfig as * const _ as usize } , 40usize , concat ! ("Offset...
[INFO] [stdout]   |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/unqlite-237f8a366b73bc80/out/ffi.rs:3:42171
[INFO] [stdout]   |
[INFO] [stdout] 3 | ...! (unsafe { & (* (:: std :: ptr :: null :: < unqlite_kv_methods > ())) . xOpen as * const _ as usize } , 48usize , concat ! ("Offset o...
[INFO] [stdout]   |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/unqlite-237f8a366b73bc80/out/ffi.rs:3:42394
[INFO] [stdout]   |
[INFO] [stdout] 3 | ...! (unsafe { & (* (:: std :: ptr :: null :: < unqlite_kv_methods > ())) . xReplace as * const _ as usize } , 56usize , concat ! ("Offse...
[INFO] [stdout]   |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/unqlite-237f8a366b73bc80/out/ffi.rs:3:42623
[INFO] [stdout]   |
[INFO] [stdout] 3 | ...! (unsafe { & (* (:: std :: ptr :: null :: < unqlite_kv_methods > ())) . xAppend as * const _ as usize } , 64usize , concat ! ("Offset...
[INFO] [stdout]   |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/unqlite-237f8a366b73bc80/out/ffi.rs:3:42850
[INFO] [stdout]   |
[INFO] [stdout] 3 | ...! (unsafe { & (* (:: std :: ptr :: null :: < unqlite_kv_methods > ())) . xCursorInit as * const _ as usize } , 72usize , concat ! ("Of...
[INFO] [stdout]   |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/unqlite-237f8a366b73bc80/out/ffi.rs:3:43085
[INFO] [stdout]   |
[INFO] [stdout] 3 | ...! (unsafe { & (* (:: std :: ptr :: null :: < unqlite_kv_methods > ())) . xSeek as * const _ as usize } , 80usize , concat ! ("Offset o...
[INFO] [stdout]   |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/unqlite-237f8a366b73bc80/out/ffi.rs:3:43308
[INFO] [stdout]   |
[INFO] [stdout] 3 | ...! (unsafe { & (* (:: std :: ptr :: null :: < unqlite_kv_methods > ())) . xFirst as * const _ as usize } , 88usize , concat ! ("Offset ...
[INFO] [stdout]   |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/unqlite-237f8a366b73bc80/out/ffi.rs:3:43533
[INFO] [stdout]   |
[INFO] [stdout] 3 | ...! (unsafe { & (* (:: std :: ptr :: null :: < unqlite_kv_methods > ())) . xLast as * const _ as usize } , 96usize , concat ! ("Offset o...
[INFO] [stdout]   |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/unqlite-237f8a366b73bc80/out/ffi.rs:3:43756
[INFO] [stdout]   |
[INFO] [stdout] 3 | ...! (unsafe { & (* (:: std :: ptr :: null :: < unqlite_kv_methods > ())) . xValid as * const _ as usize } , 104usize , concat ! ("Offset...
[INFO] [stdout]   |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/unqlite-237f8a366b73bc80/out/ffi.rs:3:43982
[INFO] [stdout]   |
[INFO] [stdout] 3 | ...! (unsafe { & (* (:: std :: ptr :: null :: < unqlite_kv_methods > ())) . xNext as * const _ as usize } , 112usize , concat ! ("Offset ...
[INFO] [stdout]   |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/unqlite-237f8a366b73bc80/out/ffi.rs:3:44206
[INFO] [stdout]   |
[INFO] [stdout] 3 | ...! (unsafe { & (* (:: std :: ptr :: null :: < unqlite_kv_methods > ())) . xPrev as * const _ as usize } , 120usize , concat ! ("Offset ...
[INFO] [stdout]   |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/unqlite-237f8a366b73bc80/out/ffi.rs:3:44430
[INFO] [stdout]   |
[INFO] [stdout] 3 | ...! (unsafe { & (* (:: std :: ptr :: null :: < unqlite_kv_methods > ())) . xDelete as * const _ as usize } , 128usize , concat ! ("Offse...
[INFO] [stdout]   |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/unqlite-237f8a366b73bc80/out/ffi.rs:3:44658
[INFO] [stdout]   |
[INFO] [stdout] 3 | ...! (unsafe { & (* (:: std :: ptr :: null :: < unqlite_kv_methods > ())) . xKeyLength as * const _ as usize } , 136usize , concat ! ("Of...
[INFO] [stdout]   |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/unqlite-237f8a366b73bc80/out/ffi.rs:3:44892
[INFO] [stdout]   |
[INFO] [stdout] 3 | ...! (unsafe { & (* (:: std :: ptr :: null :: < unqlite_kv_methods > ())) . xKey as * const _ as usize } , 144usize , concat ! ("Offset o...
[INFO] [stdout]   |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/unqlite-237f8a366b73bc80/out/ffi.rs:3:45114
[INFO] [stdout]   |
[INFO] [stdout] 3 | ...! (unsafe { & (* (:: std :: ptr :: null :: < unqlite_kv_methods > ())) . xDataLength as * const _ as usize } , 152usize , concat ! ("O...
[INFO] [stdout]   |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/unqlite-237f8a366b73bc80/out/ffi.rs:3:45350
[INFO] [stdout]   |
[INFO] [stdout] 3 | ...! (unsafe { & (* (:: std :: ptr :: null :: < unqlite_kv_methods > ())) . xData as * const _ as usize } , 160usize , concat ! ("Offset ...
[INFO] [stdout]   |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/unqlite-237f8a366b73bc80/out/ffi.rs:3:45574
[INFO] [stdout]   |
[INFO] [stdout] 3 | ...! (unsafe { & (* (:: std :: ptr :: null :: < unqlite_kv_methods > ())) . xReset as * const _ as usize } , 168usize , concat ! ("Offset...
[INFO] [stdout]   |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/unqlite-237f8a366b73bc80/out/ffi.rs:3:45800
[INFO] [stdout]   |
[INFO] [stdout] 3 | ...! (unsafe { & (* (:: std :: ptr :: null :: < unqlite_kv_methods > ())) . xCursorRelease as * const _ as usize } , 176usize , concat ! ...
[INFO] [stdout]   |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/unqlite-237f8a366b73bc80/out/ffi.rs:3:64721
[INFO] [stdout]   |
[INFO] [stdout] 3 | ...q ! (unsafe { & (* (:: std :: ptr :: null :: < __va_list_tag > ())) . gp_offset as * const _ as usize } , 0usize , concat ! ("Offset o...
[INFO] [stdout]   |                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/unqlite-237f8a366b73bc80/out/ffi.rs:3:64941
[INFO] [stdout]   |
[INFO] [stdout] 3 | ...q ! (unsafe { & (* (:: std :: ptr :: null :: < __va_list_tag > ())) . fp_offset as * const _ as usize } , 4usize , concat ! ("Offset o...
[INFO] [stdout]   |                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/unqlite-237f8a366b73bc80/out/ffi.rs:3:65161
[INFO] [stdout]   |
[INFO] [stdout] 3 | ...q ! (unsafe { & (* (:: std :: ptr :: null :: < __va_list_tag > ())) . overflow_arg_area as * const _ as usize } , 8usize , concat ! ("...
[INFO] [stdout]   |                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/unqlite-237f8a366b73bc80/out/ffi.rs:3:65397
[INFO] [stdout]   |
[INFO] [stdout] 3 | ...q ! (unsafe { & (* (:: std :: ptr :: null :: < __va_list_tag > ())) . reg_save_area as * const _ as usize } , 16usize , concat ! ("Off...
[INFO] [stdout]   |                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the type `*mut i8` does not permit being left uninitialized
[INFO] [stdout]    --> src/config.rs:100:41
[INFO] [stdout]     |
[INFO] [stdout] 100 |         let log: *mut c_char = unsafe { mem::MaybeUninit::uninit().assume_init() };
[INFO] [stdout]     |                                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                                         |
[INFO] [stdout]     |                                         this code causes undefined behavior when executed
[INFO] [stdout]     |                                         help: use `MaybeUninit<T>` instead, and only call `assume_init` after initialization is done
[INFO] [stdout]     |
[INFO] [stdout]     = note: raw pointers must be initialized
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the type `i32` does not permit being left uninitialized
[INFO] [stdout]    --> src/config.rs:101:33
[INFO] [stdout]     |
[INFO] [stdout] 101 |         let len: i32 = unsafe { mem::MaybeUninit::uninit().assume_init() };
[INFO] [stdout]     |                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 this code causes undefined behavior when executed
[INFO] [stdout]     |                                 help: use `MaybeUninit<T>` instead, and only call `assume_init` after initialization is done
[INFO] [stdout]     |
[INFO] [stdout]     = note: integers must be initialized
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the type `*mut i8` does not permit being left uninitialized
[INFO] [stdout]    --> src/config.rs:115:41
[INFO] [stdout]     |
[INFO] [stdout] 115 |         let log: *mut c_char = unsafe { mem::MaybeUninit::uninit().assume_init() };
[INFO] [stdout]     |                                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                                         |
[INFO] [stdout]     |                                         this code causes undefined behavior when executed
[INFO] [stdout]     |                                         help: use `MaybeUninit<T>` instead, and only call `assume_init` after initialization is done
[INFO] [stdout]     |
[INFO] [stdout]     = note: raw pointers must be initialized
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the type `i32` does not permit being left uninitialized
[INFO] [stdout]    --> src/config.rs:116:33
[INFO] [stdout]     |
[INFO] [stdout] 116 |         let len: i32 = unsafe { mem::MaybeUninit::uninit().assume_init() };
[INFO] [stdout]     |                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 this code causes undefined behavior when executed
[INFO] [stdout]     |                                 help: use `MaybeUninit<T>` instead, and only call `assume_init` after initialization is done
[INFO] [stdout]     |
[INFO] [stdout]     = note: integers must be initialized
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the type `*mut i8` does not permit being left uninitialized
[INFO] [stdout]    --> src/config.rs:129:45
[INFO] [stdout]     |
[INFO] [stdout] 129 |         let kv_name: *mut c_char = unsafe { mem::MaybeUninit::uninit().assume_init() };
[INFO] [stdout]     |                                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                                             |
[INFO] [stdout]     |                                             this code causes undefined behavior when executed
[INFO] [stdout]     |                                             help: use `MaybeUninit<T>` instead, and only call `assume_init` after initialization is done
[INFO] [stdout]     |
[INFO] [stdout]     = note: raw pointers must be initialized
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: calling this function with a null pointer is undefined behavior, even if the result of the function is unused
[INFO] [stdout]    --> src/document/doc_store.rs:157:27
[INFO] [stdout]     |
[INFO] [stdout] 157 |         .map(|_| unsafe { slice::from_raw_parts(ptr as *const u8, len as usize) })
[INFO] [stdout]     |                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: for more information, visit <https://doc.rust-lang.org/std/ptr/index.html> and <https://doc.rust-lang.org/reference/behavior-considered-undefined.html>
[INFO] [stdout] note: null pointer originates from here
[INFO] [stdout]    --> src/document/doc_store.rs:147:34
[INFO] [stdout]     |
[INFO] [stdout] 147 |         let ptr: *const c_void = null();
[INFO] [stdout]     |                                  ^^^^^^
[INFO] [stdout]     = note: `#[warn(invalid_null_arguments)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the type `*mut unqlite_kv_cursor` does not permit being left uninitialized
[INFO] [stdout]    --> src/kv_cursor.rs:213:59
[INFO] [stdout]     |
[INFO] [stdout] 213 |         let mut cursor: *mut unqlite_kv_cursor = unsafe { mem::MaybeUninit::uninit().assume_init() };
[INFO] [stdout]     |                                                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                                                           |
[INFO] [stdout]     |                                                           this code causes undefined behavior when executed
[INFO] [stdout]     |                                                           help: use `MaybeUninit<T>` instead, and only call `assume_init` after initialization is done
[INFO] [stdout]     |
[INFO] [stdout]     = note: raw pointers must be initialized
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the type `*mut c_void` does not permit being left uninitialized
[INFO] [stdout]   --> src/util.rs:51:36
[INFO] [stdout]    |
[INFO] [stdout] 51 |         let mut ptr: *mut c_void = mem::MaybeUninit::uninit().assume_init();
[INFO] [stdout]    |                                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |                                    |
[INFO] [stdout]    |                                    this code causes undefined behavior when executed
[INFO] [stdout]    |                                    help: use `MaybeUninit<T>` instead, and only call `assume_init` after initialization is done
[INFO] [stdout]    |
[INFO] [stdout]    = note: raw pointers must be initialized
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 21.04s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: nom v5.1.2
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 2`
[INFO] running `Command { std: "docker" "inspect" "b04a7cdcf7d3eb59faf6d890f18966fb92efb122656f8e526440fc667dc6891a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b04a7cdcf7d3eb59faf6d890f18966fb92efb122656f8e526440fc667dc6891a", kill_on_drop: false }`
[INFO] [stdout] b04a7cdcf7d3eb59faf6d890f18966fb92efb122656f8e526440fc667dc6891a
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 0f9996d08e505e1f9ef5709f3dd08ff928c57003db92e067c0f9eb2da976694d
[INFO] running `Command { std: "docker" "start" "-a" "0f9996d08e505e1f9ef5709f3dd08ff928c57003db92e067c0f9eb2da976694d", kill_on_drop: false }`
[INFO] [stderr] warning: the type `*mut unqlite` does not permit being left uninitialized
[INFO] [stderr]    --> src/lib.rs:141:57
[INFO] [stderr]     |
[INFO] [stderr] 141 |         let mut db: *mut crate::ffi::unqlite = unsafe { mem::MaybeUninit::uninit().assume_init() };
[INFO] [stderr]     |                                                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |                                                         |
[INFO] [stderr]     |                                                         this code causes undefined behavior when executed
[INFO] [stderr]     |                                                         help: use `MaybeUninit<T>` instead, and only call `assume_init` after initialization is done
[INFO] [stderr]     |
[INFO] [stderr]     = note: raw pointers must be initialized
[INFO] [stderr]     = note: `#[warn(invalid_value)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: the type `*mut i8` does not permit being left uninitialized
[INFO] [stderr]    --> src/config.rs:100:41
[INFO] [stderr]     |
[INFO] [stderr] 100 |         let log: *mut c_char = unsafe { mem::MaybeUninit::uninit().assume_init() };
[INFO] [stderr]     |                                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |                                         |
[INFO] [stderr]     |                                         this code causes undefined behavior when executed
[INFO] [stderr]     |                                         help: use `MaybeUninit<T>` instead, and only call `assume_init` after initialization is done
[INFO] [stderr]     |
[INFO] [stderr]     = note: raw pointers must be initialized
[INFO] [stderr] 
[INFO] [stderr] warning: the type `i32` does not permit being left uninitialized
[INFO] [stderr]    --> src/config.rs:101:33
[INFO] [stderr]     |
[INFO] [stderr] 101 |         let len: i32 = unsafe { mem::MaybeUninit::uninit().assume_init() };
[INFO] [stderr]     |                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |                                 |
[INFO] [stderr]     |                                 this code causes undefined behavior when executed
[INFO] [stderr]     |                                 help: use `MaybeUninit<T>` instead, and only call `assume_init` after initialization is done
[INFO] [stderr]     |
[INFO] [stderr]     = note: integers must be initialized
[INFO] [stderr] 
[INFO] [stderr] warning: the type `*mut i8` does not permit being left uninitialized
[INFO] [stderr]    --> src/config.rs:115:41
[INFO] [stderr]     |
[INFO] [stderr] 115 |         let log: *mut c_char = unsafe { mem::MaybeUninit::uninit().assume_init() };
[INFO] [stderr]     |                                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |                                         |
[INFO] [stderr]     |                                         this code causes undefined behavior when executed
[INFO] [stderr]     |                                         help: use `MaybeUninit<T>` instead, and only call `assume_init` after initialization is done
[INFO] [stderr]     |
[INFO] [stderr]     = note: raw pointers must be initialized
[INFO] [stderr] 
[INFO] [stderr] warning: the type `i32` does not permit being left uninitialized
[INFO] [stderr]    --> src/config.rs:116:33
[INFO] [stderr]     |
[INFO] [stderr] 116 |         let len: i32 = unsafe { mem::MaybeUninit::uninit().assume_init() };
[INFO] [stderr]     |                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |                                 |
[INFO] [stderr]     |                                 this code causes undefined behavior when executed
[INFO] [stderr]     |                                 help: use `MaybeUninit<T>` instead, and only call `assume_init` after initialization is done
[INFO] [stderr]     |
[INFO] [stderr]     = note: integers must be initialized
[INFO] [stderr] 
[INFO] [stderr] warning: the type `*mut i8` does not permit being left uninitialized
[INFO] [stderr]    --> src/config.rs:129:45
[INFO] [stderr]     |
[INFO] [stderr] 129 |         let kv_name: *mut c_char = unsafe { mem::MaybeUninit::uninit().assume_init() };
[INFO] [stderr]     |                                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |                                             |
[INFO] [stderr]     |                                             this code causes undefined behavior when executed
[INFO] [stderr]     |                                             help: use `MaybeUninit<T>` instead, and only call `assume_init` after initialization is done
[INFO] [stderr]     |
[INFO] [stderr]     = note: raw pointers must be initialized
[INFO] [stderr] 
[INFO] [stderr] warning: calling this function with a null pointer is undefined behavior, even if the result of the function is unused
[INFO] [stderr]    --> src/document/doc_store.rs:157:27
[INFO] [stderr]     |
[INFO] [stderr] 157 |         .map(|_| unsafe { slice::from_raw_parts(ptr as *const u8, len as usize) })
[INFO] [stderr]     |                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = help: for more information, visit <https://doc.rust-lang.org/std/ptr/index.html> and <https://doc.rust-lang.org/reference/behavior-considered-undefined.html>
[INFO] [stderr] note: null pointer originates from here
[INFO] [stderr]    --> src/document/doc_store.rs:147:34
[INFO] [stderr]     |
[INFO] [stderr] 147 |         let ptr: *const c_void = null();
[INFO] [stderr]     |                                  ^^^^^^
[INFO] [stderr]     = note: `#[warn(invalid_null_arguments)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: the type `*mut unqlite_kv_cursor` does not permit being left uninitialized
[INFO] [stderr]    --> src/kv_cursor.rs:213:59
[INFO] [stderr]     |
[INFO] [stderr] 213 |         let mut cursor: *mut unqlite_kv_cursor = unsafe { mem::MaybeUninit::uninit().assume_init() };
[INFO] [stderr]     |                                                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |                                                           |
[INFO] [stderr]     |                                                           this code causes undefined behavior when executed
[INFO] [stderr]     |                                                           help: use `MaybeUninit<T>` instead, and only call `assume_init` after initialization is done
[INFO] [stderr]     |
[INFO] [stderr]     = note: raw pointers must be initialized
[INFO] [stderr] 
[INFO] [stderr] warning: the type `*mut c_void` does not permit being left uninitialized
[INFO] [stderr]   --> src/util.rs:51:36
[INFO] [stderr]    |
[INFO] [stderr] 51 |         let mut ptr: *mut c_void = mem::MaybeUninit::uninit().assume_init();
[INFO] [stderr]    |                                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |                                    |
[INFO] [stderr]    |                                    this code causes undefined behavior when executed
[INFO] [stderr]    |                                    help: use `MaybeUninit<T>` instead, and only call `assume_init` after initialization is done
[INFO] [stderr]    |
[INFO] [stderr]    = note: raw pointers must be initialized
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `mmap`
[INFO] [stderr]   --> src/util.rs:95:11
[INFO] [stderr]    |
[INFO] [stderr] 95 |     #[cfg(feature = "mmap")]
[INFO] [stderr]    |           ^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: expected values for `feature` are: `default`, `enable-jx9-hash-io`, `enable-threads`, `jx9-disable-builtin-func`, `jx9-disable-disk-io`, and `jx9-enable-math-func`
[INFO] [stderr]    = help: consider adding `mmap` as a feature in `Cargo.toml`
[INFO] [stderr]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]    = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: dereferencing a null pointer
[INFO] [stderr]  --> /opt/rustwide/target/debug/build/unqlite-237f8a366b73bc80/out/ffi.rs:3:7045
[INFO] [stderr]   |
[INFO] [stderr] 3 | ...t_eq ! (unsafe { & (* (:: std :: ptr :: null :: < syiovec > ())) . pBase as * const _ as usize } , 0usize , concat ! ("Offset of field...
[INFO] [stderr]   |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(deref_nullptr)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: dereferencing a null pointer
[INFO] [stderr]  --> /opt/rustwide/target/debug/build/unqlite-237f8a366b73bc80/out/ffi.rs:3:7245
[INFO] [stderr]   |
[INFO] [stderr] 3 | ...t_eq ! (unsafe { & (* (:: std :: ptr :: null :: < syiovec > ())) . nLen as * const _ as usize } , 8usize , concat ! ("Offset of field:...
[INFO] [stderr]   |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stderr] 
[INFO] [stderr] warning: dereferencing a null pointer
[INFO] [stderr]  --> /opt/rustwide/target/debug/build/unqlite-237f8a366b73bc80/out/ffi.rs:3:7904
[INFO] [stderr]   |
[INFO] [stderr] 3 | ...t_eq ! (unsafe { & (* (:: std :: ptr :: null :: < SyString > ())) . zString as * const _ as usize } , 0usize , concat ! ("Offset of fi...
[INFO] [stderr]   |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stderr] 
[INFO] [stderr] warning: dereferencing a null pointer
[INFO] [stderr]  --> /opt/rustwide/target/debug/build/unqlite-237f8a366b73bc80/out/ffi.rs:3:8110
[INFO] [stderr]   |
[INFO] [stderr] 3 | ...t_eq ! (unsafe { & (* (:: std :: ptr :: null :: < SyString > ())) . nByte as * const _ as usize } , 8usize , concat ! ("Offset of fiel...
[INFO] [stderr]   |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stderr] 
[INFO] [stderr] warning: dereferencing a null pointer
[INFO] [stderr]  --> /opt/rustwide/target/debug/build/unqlite-237f8a366b73bc80/out/ffi.rs:3:9154
[INFO] [stderr]   |
[INFO] [stderr] 3 | ...ert_eq ! (unsafe { & (* (:: std :: ptr :: null :: < Sytm > ())) . tm_sec as * const _ as usize } , 0usize , concat ! ("Offset of field...
[INFO] [stderr]   |                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stderr] 
[INFO] [stderr] warning: dereferencing a null pointer
[INFO] [stderr]  --> /opt/rustwide/target/debug/build/unqlite-237f8a366b73bc80/out/ffi.rs:3:9350
[INFO] [stderr]   |
[INFO] [stderr] 3 | ...ert_eq ! (unsafe { & (* (:: std :: ptr :: null :: < Sytm > ())) . tm_min as * const _ as usize } , 4usize , concat ! ("Offset of field...
[INFO] [stderr]   |                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stderr] 
[INFO] [stderr] warning: dereferencing a null pointer
[INFO] [stderr]  --> /opt/rustwide/target/debug/build/unqlite-237f8a366b73bc80/out/ffi.rs:3:9546
[INFO] [stderr]   |
[INFO] [stderr] 3 | ...ert_eq ! (unsafe { & (* (:: std :: ptr :: null :: < Sytm > ())) . tm_hour as * const _ as usize } , 8usize , concat ! ("Offset of fiel...
[INFO] [stderr]   |                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stderr] 
[INFO] [stderr] warning: dereferencing a null pointer
[INFO] [stderr]  --> /opt/rustwide/target/debug/build/unqlite-237f8a366b73bc80/out/ffi.rs:3:9744
[INFO] [stderr]   |
[INFO] [stderr] 3 | ...ert_eq ! (unsafe { & (* (:: std :: ptr :: null :: < Sytm > ())) . tm_mday as * const _ as usize } , 12usize , concat ! ("Offset of fie...
[INFO] [stderr]   |                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stderr] 
[INFO] [stderr] warning: dereferencing a null pointer
[INFO] [stderr]  --> /opt/rustwide/target/debug/build/unqlite-237f8a366b73bc80/out/ffi.rs:3:9943
[INFO] [stderr]   |
[INFO] [stderr] 3 | ...ert_eq ! (unsafe { & (* (:: std :: ptr :: null :: < Sytm > ())) . tm_mon as * const _ as usize } , 16usize , concat ! ("Offset of fiel...
[INFO] [stderr]   |                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stderr] 
[INFO] [stderr] warning: dereferencing a null pointer
[INFO] [stderr]  --> /opt/rustwide/target/debug/build/unqlite-237f8a366b73bc80/out/ffi.rs:3:10140
[INFO] [stderr]   |
[INFO] [stderr] 3 | ...ert_eq ! (unsafe { & (* (:: std :: ptr :: null :: < Sytm > ())) . tm_year as * const _ as usize } , 20usize , concat ! ("Offset of fie...
[INFO] [stderr]   |                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stderr] 
[INFO] [stderr] warning: dereferencing a null pointer
[INFO] [stderr]  --> /opt/rustwide/target/debug/build/unqlite-237f8a366b73bc80/out/ffi.rs:3:10339
[INFO] [stderr]   |
[INFO] [stderr] 3 | ...ert_eq ! (unsafe { & (* (:: std :: ptr :: null :: < Sytm > ())) . tm_wday as * const _ as usize } , 24usize , concat ! ("Offset of fie...
[INFO] [stderr]   |                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stderr] 
[INFO] [stderr] warning: dereferencing a null pointer
[INFO] [stderr]  --> /opt/rustwide/target/debug/build/unqlite-237f8a366b73bc80/out/ffi.rs:3:10538
[INFO] [stderr]   |
[INFO] [stderr] 3 | ...ert_eq ! (unsafe { & (* (:: std :: ptr :: null :: < Sytm > ())) . tm_yday as * const _ as usize } , 28usize , concat ! ("Offset of fie...
[INFO] [stderr]   |                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stderr] 
[INFO] [stderr] warning: dereferencing a null pointer
[INFO] [stderr]  --> /opt/rustwide/target/debug/build/unqlite-237f8a366b73bc80/out/ffi.rs:3:10737
[INFO] [stderr]   |
[INFO] [stderr] 3 | ...ert_eq ! (unsafe { & (* (:: std :: ptr :: null :: < Sytm > ())) . tm_isdst as * const _ as usize } , 32usize , concat ! ("Offset of fi...
[INFO] [stderr]   |                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stderr] 
[INFO] [stderr] warning: dereferencing a null pointer
[INFO] [stderr]  --> /opt/rustwide/target/debug/build/unqlite-237f8a366b73bc80/out/ffi.rs:3:10938
[INFO] [stderr]   |
[INFO] [stderr] 3 | ...ert_eq ! (unsafe { & (* (:: std :: ptr :: null :: < Sytm > ())) . tm_zone as * const _ as usize } , 40usize , concat ! ("Offset of fie...
[INFO] [stderr]   |                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stderr] 
[INFO] [stderr] warning: dereferencing a null pointer
[INFO] [stderr]  --> /opt/rustwide/target/debug/build/unqlite-237f8a366b73bc80/out/ffi.rs:3:11137
[INFO] [stderr]   |
[INFO] [stderr] 3 | ...ert_eq ! (unsafe { & (* (:: std :: ptr :: null :: < Sytm > ())) . tm_gmtoff as * const _ as usize } , 48usize , concat ! ("Offset of f...
[INFO] [stderr]   |                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stderr] 
[INFO] [stderr] warning: dereferencing a null pointer
[INFO] [stderr]  --> /opt/rustwide/target/debug/build/unqlite-237f8a366b73bc80/out/ffi.rs:3:12635
[INFO] [stderr]   |
[INFO] [stderr] 3 | ...eq ! (unsafe { & (* (:: std :: ptr :: null :: < SyMemMethods > ())) . xAlloc as * const _ as usize } , 0usize , concat ! ("Offset of f...
[INFO] [stderr]   |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stderr] 
[INFO] [stderr] warning: dereferencing a null pointer
[INFO] [stderr]  --> /opt/rustwide/target/debug/build/unqlite-237f8a366b73bc80/out/ffi.rs:3:12847
[INFO] [stderr]   |
[INFO] [stderr] 3 | ...eq ! (unsafe { & (* (:: std :: ptr :: null :: < SyMemMethods > ())) . xRealloc as * const _ as usize } , 8usize , concat ! ("Offset of...
[INFO] [stderr]   |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stderr] 
[INFO] [stderr] warning: dereferencing a null pointer
[INFO] [stderr]  --> /opt/rustwide/target/debug/build/unqlite-237f8a366b73bc80/out/ffi.rs:3:13063
[INFO] [stderr]   |
[INFO] [stderr] 3 | ...eq ! (unsafe { & (* (:: std :: ptr :: null :: < SyMemMethods > ())) . xFree as * const _ as usize } , 16usize , concat ! ("Offset of f...
[INFO] [stderr]   |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stderr] 
[INFO] [stderr] warning: dereferencing a null pointer
[INFO] [stderr]  --> /opt/rustwide/target/debug/build/unqlite-237f8a366b73bc80/out/ffi.rs:3:13274
[INFO] [stderr]   |
[INFO] [stderr] 3 | ...eq ! (unsafe { & (* (:: std :: ptr :: null :: < SyMemMethods > ())) . xChunkSize as * const _ as usize } , 24usize , concat ! ("Offset...
[INFO] [stderr]   |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stderr] 
[INFO] [stderr] warning: dereferencing a null pointer
[INFO] [stderr]  --> /opt/rustwide/target/debug/build/unqlite-237f8a366b73bc80/out/ffi.rs:3:13495
[INFO] [stderr]   |
[INFO] [stderr] 3 | ...eq ! (unsafe { & (* (:: std :: ptr :: null :: < SyMemMethods > ())) . xInit as * const _ as usize } , 32usize , concat ! ("Offset of f...
[INFO] [stderr]   |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stderr] 
[INFO] [stderr] warning: dereferencing a null pointer
[INFO] [stderr]  --> /opt/rustwide/target/debug/build/unqlite-237f8a366b73bc80/out/ffi.rs:3:13706
[INFO] [stderr]   |
[INFO] [stderr] 3 | ...eq ! (unsafe { & (* (:: std :: ptr :: null :: < SyMemMethods > ())) . xRelease as * const _ as usize } , 40usize , concat ! ("Offset o...
[INFO] [stderr]   |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stderr] 
[INFO] [stderr] warning: dereferencing a null pointer
[INFO] [stderr]  --> /opt/rustwide/target/debug/build/unqlite-237f8a366b73bc80/out/ffi.rs:3:13923
[INFO] [stderr]   |
[INFO] [stderr] 3 | ...eq ! (unsafe { & (* (:: std :: ptr :: null :: < SyMemMethods > ())) . pUserData as * const _ as usize } , 48usize , concat ! ("Offset ...
[INFO] [stderr]   |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stderr] 
[INFO] [stderr] warning: dereferencing a null pointer
[INFO] [stderr]  --> /opt/rustwide/target/debug/build/unqlite-237f8a366b73bc80/out/ffi.rs:3:15398
[INFO] [stderr]   |
[INFO] [stderr] 3 | ...q ! (unsafe { & (* (:: std :: ptr :: null :: < SyMutexMethods > ())) . xGlobalInit as * const _ as usize } , 0usize , concat ! ("Offse...
[INFO] [stderr]   |                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stderr] 
[INFO] [stderr] warning: dereferencing a null pointer
[INFO] [stderr]  --> /opt/rustwide/target/debug/build/unqlite-237f8a366b73bc80/out/ffi.rs:3:15624
[INFO] [stderr]   |
[INFO] [stderr] 3 | ...q ! (unsafe { & (* (:: std :: ptr :: null :: < SyMutexMethods > ())) . xGlobalRelease as * const _ as usize } , 8usize , concat ! ("Of...
[INFO] [stderr]   |                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stderr] 
[INFO] [stderr] warning: dereferencing a null pointer
[INFO] [stderr]  --> /opt/rustwide/target/debug/build/unqlite-237f8a366b73bc80/out/ffi.rs:3:15856
[INFO] [stderr]   |
[INFO] [stderr] 3 | ...q ! (unsafe { & (* (:: std :: ptr :: null :: < SyMutexMethods > ())) . xNew as * const _ as usize } , 16usize , concat ! ("Offset of f...
[INFO] [stderr]   |                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stderr] 
[INFO] [stderr] warning: dereferencing a null pointer
[INFO] [stderr]  --> /opt/rustwide/target/debug/build/unqlite-237f8a366b73bc80/out/ffi.rs:3:16069
[INFO] [stderr]   |
[INFO] [stderr] 3 | ...q ! (unsafe { & (* (:: std :: ptr :: null :: < SyMutexMethods > ())) . xRelease as * const _ as usize } , 24usize , concat ! ("Offset ...
[INFO] [stderr]   |                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stderr] 
[INFO] [stderr] warning: dereferencing a null pointer
[INFO] [stderr]  --> /opt/rustwide/target/debug/build/unqlite-237f8a366b73bc80/out/ffi.rs:3:16290
[INFO] [stderr]   |
[INFO] [stderr] 3 | ...q ! (unsafe { & (* (:: std :: ptr :: null :: < SyMutexMethods > ())) . xEnter as * const _ as usize } , 32usize , concat ! ("Offset of...
[INFO] [stderr]   |                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stderr] 
[INFO] [stderr] warning: dereferencing a null pointer
[INFO] [stderr]  --> /opt/rustwide/target/debug/build/unqlite-237f8a366b73bc80/out/ffi.rs:3:16507
[INFO] [stderr]   |
[INFO] [stderr] 3 | ...q ! (unsafe { & (* (:: std :: ptr :: null :: < SyMutexMethods > ())) . xTryEnter as * const _ as usize } , 40usize , concat ! ("Offset...
[INFO] [stderr]   |                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stderr] 
[INFO] [stderr] warning: dereferencing a null pointer
[INFO] [stderr]  --> /opt/rustwide/target/debug/build/unqlite-237f8a366b73bc80/out/ffi.rs:3:16730
[INFO] [stderr]   |
[INFO] [stderr] 3 | ...q ! (unsafe { & (* (:: std :: ptr :: null :: < SyMutexMethods > ())) . xLeave as * const _ as usize } , 48usize , concat ! ("Offset of...
[INFO] [stderr]   |                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stderr] 
[INFO] [stderr] warning: dereferencing a null pointer
[INFO] [stderr]  --> /opt/rustwide/target/debug/build/unqlite-237f8a366b73bc80/out/ffi.rs:3:17440
[INFO] [stderr]   |
[INFO] [stderr] 3 | ...eq ! (unsafe { & (* (:: std :: ptr :: null :: < unqlite_file > ())) . pMethods as * const _ as usize } , 0usize , concat ! ("Offset of...
[INFO] [stderr]   |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stderr] 
[INFO] [stderr] warning: dereferencing a null pointer
[INFO] [stderr]  --> /opt/rustwide/target/debug/build/unqlite-237f8a366b73bc80/out/ffi.rs:3:19817
[INFO] [stderr]   |
[INFO] [stderr] 3 | ...! (unsafe { & (* (:: std :: ptr :: null :: < unqlite_io_methods > ())) . iVersion as * const _ as usize } , 0usize , concat ! ("Offset...
[INFO] [stderr]   |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stderr] 
[INFO] [stderr] warning: dereferencing a null pointer
[INFO] [stderr]  --> /opt/rustwide/target/debug/build/unqlite-237f8a366b73bc80/out/ffi.rs:3:20045
[INFO] [stderr]   |
[INFO] [stderr] 3 | ...! (unsafe { & (* (:: std :: ptr :: null :: < unqlite_io_methods > ())) . xClose as * const _ as usize } , 8usize , concat ! ("Offset o...
[INFO] [stderr]   |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stderr] 
[INFO] [stderr] warning: dereferencing a null pointer
[INFO] [stderr]  --> /opt/rustwide/target/debug/build/unqlite-237f8a366b73bc80/out/ffi.rs:3:20269
[INFO] [stderr]   |
[INFO] [stderr] 3 | ...! (unsafe { & (* (:: std :: ptr :: null :: < unqlite_io_methods > ())) . xRead as * const _ as usize } , 16usize , concat ! ("Offset o...
[INFO] [stderr]   |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stderr] 
[INFO] [stderr] warning: dereferencing a null pointer
[INFO] [stderr]  --> /opt/rustwide/target/debug/build/unqlite-237f8a366b73bc80/out/ffi.rs:3:20492
[INFO] [stderr]   |
[INFO] [stderr] 3 | ...! (unsafe { & (* (:: std :: ptr :: null :: < unqlite_io_methods > ())) . xWrite as * const _ as usize } , 24usize , concat ! ("Offset ...
[INFO] [stderr]   |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stderr] 
[INFO] [stderr] warning: dereferencing a null pointer
[INFO] [stderr]  --> /opt/rustwide/target/debug/build/unqlite-237f8a366b73bc80/out/ffi.rs:3:20717
[INFO] [stderr]   |
[INFO] [stderr] 3 | ...! (unsafe { & (* (:: std :: ptr :: null :: < unqlite_io_methods > ())) . xTruncate as * const _ as usize } , 32usize , concat ! ("Offs...
[INFO] [stderr]   |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stderr] 
[INFO] [stderr] warning: dereferencing a null pointer
[INFO] [stderr]  --> /opt/rustwide/target/debug/build/unqlite-237f8a366b73bc80/out/ffi.rs:3:20948
[INFO] [stderr]   |
[INFO] [stderr] 3 | ...! (unsafe { & (* (:: std :: ptr :: null :: < unqlite_io_methods > ())) . xSync as * const _ as usize } , 40usize , concat ! ("Offset o...
[INFO] [stderr]   |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stderr] 
[INFO] [stderr] warning: dereferencing a null pointer
[INFO] [stderr]  --> /opt/rustwide/target/debug/build/unqlite-237f8a366b73bc80/out/ffi.rs:3:21171
[INFO] [stderr]   |
[INFO] [stderr] 3 | ...! (unsafe { & (* (:: std :: ptr :: null :: < unqlite_io_methods > ())) . xFileSize as * const _ as usize } , 48usize , concat ! ("Offs...
[INFO] [stderr]   |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stderr] 
[INFO] [stderr] warning: dereferencing a null pointer
[INFO] [stderr]  --> /opt/rustwide/target/debug/build/unqlite-237f8a366b73bc80/out/ffi.rs:3:21402
[INFO] [stderr]   |
[INFO] [stderr] 3 | ...! (unsafe { & (* (:: std :: ptr :: null :: < unqlite_io_methods > ())) . xLock as * const _ as usize } , 56usize , concat ! ("Offset o...
[INFO] [stderr]   |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stderr] 
[INFO] [stderr] warning: dereferencing a null pointer
[INFO] [stderr]  --> /opt/rustwide/target/debug/build/unqlite-237f8a366b73bc80/out/ffi.rs:3:21625
[INFO] [stderr]   |
[INFO] [stderr] 3 | ...! (unsafe { & (* (:: std :: ptr :: null :: < unqlite_io_methods > ())) . xUnlock as * const _ as usize } , 64usize , concat ! ("Offset...
[INFO] [stderr]   |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stderr] 
[INFO] [stderr] warning: dereferencing a null pointer
[INFO] [stderr]  --> /opt/rustwide/target/debug/build/unqlite-237f8a366b73bc80/out/ffi.rs:3:21852
[INFO] [stderr]   |
[INFO] [stderr] 3 | ...! (unsafe { & (* (:: std :: ptr :: null :: < unqlite_io_methods > ())) . xCheckReservedLock as * const _ as usize } , 72usize , concat...
[INFO] [stderr]   |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stderr] 
[INFO] [stderr] warning: dereferencing a null pointer
[INFO] [stderr]  --> /opt/rustwide/target/debug/build/unqlite-237f8a366b73bc80/out/ffi.rs:3:22101
[INFO] [stderr]   |
[INFO] [stderr] 3 | ...! (unsafe { & (* (:: std :: ptr :: null :: < unqlite_io_methods > ())) . xSectorSize as * const _ as usize } , 80usize , concat ! ("Of...
[INFO] [stderr]   |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stderr] 
[INFO] [stderr] warning: dereferencing a null pointer
[INFO] [stderr]  --> /opt/rustwide/target/debug/build/unqlite-237f8a366b73bc80/out/ffi.rs:3:24647
[INFO] [stderr]   |
[INFO] [stderr] 3 | ...eq ! (unsafe { & (* (:: std :: ptr :: null :: < unqlite_vfs > ())) . zName as * const _ as usize } , 0usize , concat ! ("Offset of fie...
[INFO] [stderr]   |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stderr] 
[INFO] [stderr] warning: dereferencing a null pointer
[INFO] [stderr]  --> /opt/rustwide/target/debug/build/unqlite-237f8a366b73bc80/out/ffi.rs:3:24855
[INFO] [stderr]   |
[INFO] [stderr] 3 | ...eq ! (unsafe { & (* (:: std :: ptr :: null :: < unqlite_vfs > ())) . iVersion as * const _ as usize } , 8usize , concat ! ("Offset of ...
[INFO] [stderr]   |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stderr] 
[INFO] [stderr] warning: dereferencing a null pointer
[INFO] [stderr]  --> /opt/rustwide/target/debug/build/unqlite-237f8a366b73bc80/out/ffi.rs:3:25069
[INFO] [stderr]   |
[INFO] [stderr] 3 | ...eq ! (unsafe { & (* (:: std :: ptr :: null :: < unqlite_vfs > ())) . szOsFile as * const _ as usize } , 12usize , concat ! ("Offset of...
[INFO] [stderr]   |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stderr] 
[INFO] [stderr] warning: dereferencing a null pointer
[INFO] [stderr]  --> /opt/rustwide/target/debug/build/unqlite-237f8a366b73bc80/out/ffi.rs:3:25284
[INFO] [stderr]   |
[INFO] [stderr] 3 | ...eq ! (unsafe { & (* (:: std :: ptr :: null :: < unqlite_vfs > ())) . mxPathname as * const _ as usize } , 16usize , concat ! ("Offset ...
[INFO] [stderr]   |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stderr] 
[INFO] [stderr] warning: dereferencing a null pointer
[INFO] [stderr]  --> /opt/rustwide/target/debug/build/unqlite-237f8a366b73bc80/out/ffi.rs:3:25503
[INFO] [stderr]   |
[INFO] [stderr] 3 | ...eq ! (unsafe { & (* (:: std :: ptr :: null :: < unqlite_vfs > ())) . xOpen as * const _ as usize } , 24usize , concat ! ("Offset of fi...
[INFO] [stderr]   |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stderr] 
[INFO] [stderr] warning: dereferencing a null pointer
[INFO] [stderr]  --> /opt/rustwide/target/debug/build/unqlite-237f8a366b73bc80/out/ffi.rs:3:25712
[INFO] [stderr]   |
[INFO] [stderr] 3 | ...eq ! (unsafe { & (* (:: std :: ptr :: null :: < unqlite_vfs > ())) . xDelete as * const _ as usize } , 32usize , concat ! ("Offset of ...
[INFO] [stderr]   |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stderr] 
[INFO] [stderr] warning: dereferencing a null pointer
[INFO] [stderr]  --> /opt/rustwide/target/debug/build/unqlite-237f8a366b73bc80/out/ffi.rs:3:25925
[INFO] [stderr]   |
[INFO] [stderr] 3 | ...eq ! (unsafe { & (* (:: std :: ptr :: null :: < unqlite_vfs > ())) . xAccess as * const _ as usize } , 40usize , concat ! ("Offset of ...
[INFO] [stderr]   |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stderr] 
[INFO] [stderr] warning: dereferencing a null pointer
[INFO] [stderr]  --> /opt/rustwide/target/debug/build/unqlite-237f8a366b73bc80/out/ffi.rs:3:26138
[INFO] [stderr]   |
[INFO] [stderr] 3 | ...eq ! (unsafe { & (* (:: std :: ptr :: null :: < unqlite_vfs > ())) . xFullPathname as * const _ as usize } , 48usize , concat ! ("Offs...
[INFO] [stderr]   |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stderr] 
[INFO] [stderr] warning: dereferencing a null pointer
[INFO] [stderr]  --> /opt/rustwide/target/debug/build/unqlite-237f8a366b73bc80/out/ffi.rs:3:26363
[INFO] [stderr]   |
[INFO] [stderr] 3 | ...eq ! (unsafe { & (* (:: std :: ptr :: null :: < unqlite_vfs > ())) . xTmpDir as * const _ as usize } , 56usize , concat ! ("Offset of ...
[INFO] [stderr]   |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stderr] 
[INFO] [stderr] warning: dereferencing a null pointer
[INFO] [stderr]  --> /opt/rustwide/target/debug/build/unqlite-237f8a366b73bc80/out/ffi.rs:3:26576
[INFO] [stderr]   |
[INFO] [stderr] 3 | ...eq ! (unsafe { & (* (:: std :: ptr :: null :: < unqlite_vfs > ())) . xSleep as * const _ as usize } , 64usize , concat ! ("Offset of f...
[INFO] [stderr]   |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stderr] 
[INFO] [stderr] warning: dereferencing a null pointer
[INFO] [stderr]  --> /opt/rustwide/target/debug/build/unqlite-237f8a366b73bc80/out/ffi.rs:3:26787
[INFO] [stderr]   |
[INFO] [stderr] 3 | ...eq ! (unsafe { & (* (:: std :: ptr :: null :: < unqlite_vfs > ())) . xCurrentTime as * const _ as usize } , 72usize , concat ! ("Offse...
[INFO] [stderr]   |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stderr] 
[INFO] [stderr] warning: dereferencing a null pointer
[INFO] [stderr]  --> /opt/rustwide/target/debug/build/unqlite-237f8a366b73bc80/out/ffi.rs:3:27010
[INFO] [stderr]   |
[INFO] [stderr] 3 | ...eq ! (unsafe { & (* (:: std :: ptr :: null :: < unqlite_vfs > ())) . xGetLastError as * const _ as usize } , 80usize , concat ! ("Offs...
[INFO] [stderr]   |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stderr] 
[INFO] [stderr] warning: dereferencing a null pointer
[INFO] [stderr]  --> /opt/rustwide/target/debug/build/unqlite-237f8a366b73bc80/out/ffi.rs:3:27769
[INFO] [stderr]   |
[INFO] [stderr] 3 | ...eq ! (unsafe { & (* (:: std :: ptr :: null :: < unqlite_page > ())) . zData as * const _ as usize } , 0usize , concat ! ("Offset of fi...
[INFO] [stderr]   |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stderr] 
[INFO] [stderr] warning: dereferencing a null pointer
[INFO] [stderr]  --> /opt/rustwide/target/debug/build/unqlite-237f8a366b73bc80/out/ffi.rs:3:27979
[INFO] [stderr]   |
[INFO] [stderr] 3 | ...eq ! (unsafe { & (* (:: std :: ptr :: null :: < unqlite_page > ())) . pUserData as * const _ as usize } , 8usize , concat ! ("Offset o...
[INFO] [stderr]   |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stderr] 
[INFO] [stderr] warning: dereferencing a null pointer
[INFO] [stderr]  --> /opt/rustwide/target/debug/build/unqlite-237f8a366b73bc80/out/ffi.rs:3:28197
[INFO] [stderr]   |
[INFO] [stderr] 3 | ...eq ! (unsafe { & (* (:: std :: ptr :: null :: < unqlite_page > ())) . pgno as * const _ as usize } , 16usize , concat ! ("Offset of fi...
[INFO] [stderr]   |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stderr] 
[INFO] [stderr] warning: dereferencing a null pointer
[INFO] [stderr]  --> /opt/rustwide/target/debug/build/unqlite-237f8a366b73bc80/out/ffi.rs:3:31183
[INFO] [stderr]   |
[INFO] [stderr] 3 | ...q ! (unsafe { & (* (:: std :: ptr :: null :: < unqlite_kv_io > ())) . pHandle as * const _ as usize } , 0usize , concat ! ("Offset of ...
[INFO] [stderr]   |                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stderr] 
[INFO] [stderr] warning: dereferencing a null pointer
[INFO] [stderr]  --> /opt/rustwide/target/debug/build/unqlite-237f8a366b73bc80/out/ffi.rs:3:31399
[INFO] [stderr]   |
[INFO] [stderr] 3 | ...q ! (unsafe { & (* (:: std :: ptr :: null :: < unqlite_kv_io > ())) . pMethods as * const _ as usize } , 8usize , concat ! ("Offset of...
[INFO] [stderr]   |                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stderr] 
[INFO] [stderr] warning: dereferencing a null pointer
[INFO] [stderr]  --> /opt/rustwide/target/debug/build/unqlite-237f8a366b73bc80/out/ffi.rs:3:31617
[INFO] [stderr]   |
[INFO] [stderr] 3 | ...q ! (unsafe { & (* (:: std :: ptr :: null :: < unqlite_kv_io > ())) . xGet as * const _ as usize } , 16usize , concat ! ("Offset of fi...
[INFO] [stderr]   |                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stderr] 
[INFO] [stderr] warning: dereferencing a null pointer
[INFO] [stderr]  --> /opt/rustwide/target/debug/build/unqlite-237f8a366b73bc80/out/ffi.rs:3:31828
[INFO] [stderr]   |
[INFO] [stderr] 3 | ...q ! (unsafe { & (* (:: std :: ptr :: null :: < unqlite_kv_io > ())) . xLookup as * const _ as usize } , 24usize , concat ! ("Offset of...
[INFO] [stderr]   |                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stderr] 
[INFO] [stderr] warning: dereferencing a null pointer
[INFO] [stderr]  --> /opt/rustwide/target/debug/build/unqlite-237f8a366b73bc80/out/ffi.rs:3:32045
[INFO] [stderr]   |
[INFO] [stderr] 3 | ...q ! (unsafe { & (* (:: std :: ptr :: null :: < unqlite_kv_io > ())) . xNew as * const _ as usize } , 32usize , concat ! ("Offset of fi...
[INFO] [stderr]   |                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stderr] 
[INFO] [stderr] warning: dereferencing a null pointer
[INFO] [stderr]  --> /opt/rustwide/target/debug/build/unqlite-237f8a366b73bc80/out/ffi.rs:3:32256
[INFO] [stderr]   |
[INFO] [stderr] 3 | ...q ! (unsafe { & (* (:: std :: ptr :: null :: < unqlite_kv_io > ())) . xWrite as * const _ as usize } , 40usize , concat ! ("Offset of ...
[INFO] [stderr]   |                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stderr] 
[INFO] [stderr] warning: dereferencing a null pointer
[INFO] [stderr]  --> /opt/rustwide/target/debug/build/unqlite-237f8a366b73bc80/out/ffi.rs:3:32471
[INFO] [stderr]   |
[INFO] [stderr] 3 | ...q ! (unsafe { & (* (:: std :: ptr :: null :: < unqlite_kv_io > ())) . xDontWrite as * const _ as usize } , 48usize , concat ! ("Offset...
[INFO] [stderr]   |                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stderr] 
[INFO] [stderr] warning: dereferencing a null pointer
[INFO] [stderr]  --> /opt/rustwide/target/debug/build/unqlite-237f8a366b73bc80/out/ffi.rs:3:32694
[INFO] [stderr]   |
[INFO] [stderr] 3 | ...q ! (unsafe { & (* (:: std :: ptr :: null :: < unqlite_kv_io > ())) . xDontJournal as * const _ as usize } , 56usize , concat ! ("Offs...
[INFO] [stderr]   |                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stderr] 
[INFO] [stderr] warning: dereferencing a null pointer
[INFO] [stderr]  --> /opt/rustwide/target/debug/build/unqlite-237f8a366b73bc80/out/ffi.rs:3:32921
[INFO] [stderr]   |
[INFO] [stderr] 3 | ...q ! (unsafe { & (* (:: std :: ptr :: null :: < unqlite_kv_io > ())) . xDontMkHot as * const _ as usize } , 64usize , concat ! ("Offset...
[INFO] [stderr]   |                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stderr] 
[INFO] [stderr] warning: dereferencing a null pointer
[INFO] [stderr]  --> /opt/rustwide/target/debug/build/unqlite-237f8a366b73bc80/out/ffi.rs:3:33144
[INFO] [stderr]   |
[INFO] [stderr] 3 | ...q ! (unsafe { & (* (:: std :: ptr :: null :: < unqlite_kv_io > ())) . xPageRef as * const _ as usize } , 72usize , concat ! ("Offset o...
[INFO] [stderr]   |                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stderr] 
[INFO] [stderr] warning: dereferencing a null pointer
[INFO] [stderr]  --> /opt/rustwide/target/debug/build/unqlite-237f8a366b73bc80/out/ffi.rs:3:33363
[INFO] [stderr]   |
[INFO] [stderr] 3 | ...q ! (unsafe { & (* (:: std :: ptr :: null :: < unqlite_kv_io > ())) . xPageUnref as * const _ as usize } , 80usize , concat ! ("Offset...
[INFO] [stderr]   |                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stderr] 
[INFO] [stderr] warning: dereferencing a null pointer
[INFO] [stderr]  --> /opt/rustwide/target/debug/build/unqlite-237f8a366b73bc80/out/ffi.rs:3:33586
[INFO] [stderr]   |
[INFO] [stderr] 3 | ...q ! (unsafe { & (* (:: std :: ptr :: null :: < unqlite_kv_io > ())) . xPageSize as * const _ as usize } , 88usize , concat ! ("Offset ...
[INFO] [stderr]   |                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stderr] 
[INFO] [stderr] warning: dereferencing a null pointer
[INFO] [stderr]  --> /opt/rustwide/target/debug/build/unqlite-237f8a366b73bc80/out/ffi.rs:3:33807
[INFO] [stderr]   |
[INFO] [stderr] 3 | ...q ! (unsafe { & (* (:: std :: ptr :: null :: < unqlite_kv_io > ())) . xReadOnly as * const _ as usize } , 96usize , concat ! ("Offset ...
[INFO] [stderr]   |                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stderr] 
[INFO] [stderr] warning: dereferencing a null pointer
[INFO] [stderr]  --> /opt/rustwide/target/debug/build/unqlite-237f8a366b73bc80/out/ffi.rs:3:34028
[INFO] [stderr]   |
[INFO] [stderr] 3 | ...q ! (unsafe { & (* (:: std :: ptr :: null :: < unqlite_kv_io > ())) . xTmpPage as * const _ as usize } , 104usize , concat ! ("Offset ...
[INFO] [stderr]   |                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stderr] 
[INFO] [stderr] warning: dereferencing a null pointer
[INFO] [stderr]  --> /opt/rustwide/target/debug/build/unqlite-237f8a366b73bc80/out/ffi.rs:3:34248
[INFO] [stderr]   |
[INFO] [stderr] 3 | ...q ! (unsafe { & (* (:: std :: ptr :: null :: < unqlite_kv_io > ())) . xSetUnpin as * const _ as usize } , 112usize , concat ! ("Offset...
[INFO] [stderr]   |                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stderr] 
[INFO] [stderr] warning: dereferencing a null pointer
[INFO] [stderr]  --> /opt/rustwide/target/debug/build/unqlite-237f8a366b73bc80/out/ffi.rs:3:34470
[INFO] [stderr]   |
[INFO] [stderr] 3 | ...q ! (unsafe { & (* (:: std :: ptr :: null :: < unqlite_kv_io > ())) . xSetReload as * const _ as usize } , 120usize , concat ! ("Offse...
[INFO] [stderr]   |                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stderr] 
[INFO] [stderr] warning: dereferencing a null pointer
[INFO] [stderr]  --> /opt/rustwide/target/debug/build/unqlite-237f8a366b73bc80/out/ffi.rs:3:34694
[INFO] [stderr]   |
[INFO] [stderr] 3 | ...q ! (unsafe { & (* (:: std :: ptr :: null :: < unqlite_kv_io > ())) . xErr as * const _ as usize } , 128usize , concat ! ("Offset of f...
[INFO] [stderr]   |                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stderr] 
[INFO] [stderr] warning: dereferencing a null pointer
[INFO] [stderr]  --> /opt/rustwide/target/debug/build/unqlite-237f8a366b73bc80/out/ffi.rs:3:35361
[INFO] [stderr]   |
[INFO] [stderr] 3 | ...! (unsafe { & (* (:: std :: ptr :: null :: < unqlite_kv_cursor > ())) . pStore as * const _ as usize } , 0usize , concat ! ("Offset of...
[INFO] [stderr]   |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stderr] 
[INFO] [stderr] warning: dereferencing a null pointer
[INFO] [stderr]  --> /opt/rustwide/target/debug/build/unqlite-237f8a366b73bc80/out/ffi.rs:3:36033
[INFO] [stderr]   |
[INFO] [stderr] 3 | ...! (unsafe { & (* (:: std :: ptr :: null :: < unqlite_kv_engine > ())) . pIo as * const _ as usize } , 0usize , concat ! ("Offset of fi...
[INFO] [stderr]   |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stderr] 
[INFO] [stderr] warning: dereferencing a null pointer
[INFO] [stderr]  --> /opt/rustwide/target/debug/build/unqlite-237f8a366b73bc80/out/ffi.rs:3:40592
[INFO] [stderr]   |
[INFO] [stderr] 3 | ...! (unsafe { & (* (:: std :: ptr :: null :: < unqlite_kv_methods > ())) . zName as * const _ as usize } , 0usize , concat ! ("Offset of...
[INFO] [stderr]   |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stderr] 
[INFO] [stderr] warning: dereferencing a null pointer
[INFO] [stderr]  --> /opt/rustwide/target/debug/build/unqlite-237f8a366b73bc80/out/ffi.rs:3:40814
[INFO] [stderr]   |
[INFO] [stderr] 3 | ...! (unsafe { & (* (:: std :: ptr :: null :: < unqlite_kv_methods > ())) . szKv as * const _ as usize } , 8usize , concat ! ("Offset of ...
[INFO] [stderr]   |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stderr] 
[INFO] [stderr] warning: dereferencing a null pointer
[INFO] [stderr]  --> /opt/rustwide/target/debug/build/unqlite-237f8a366b73bc80/out/ffi.rs:3:41034
[INFO] [stderr]   |
[INFO] [stderr] 3 | ...! (unsafe { & (* (:: std :: ptr :: null :: < unqlite_kv_methods > ())) . szCursor as * const _ as usize } , 12usize , concat ! ("Offse...
[INFO] [stderr]   |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stderr] 
[INFO] [stderr] warning: dereferencing a null pointer
[INFO] [stderr]  --> /opt/rustwide/target/debug/build/unqlite-237f8a366b73bc80/out/ffi.rs:3:41263
[INFO] [stderr]   |
[INFO] [stderr] 3 | ...! (unsafe { & (* (:: std :: ptr :: null :: < unqlite_kv_methods > ())) . iVersion as * const _ as usize } , 16usize , concat ! ("Offse...
[INFO] [stderr]   |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stderr] 
[INFO] [stderr] warning: dereferencing a null pointer
[INFO] [stderr]  --> /opt/rustwide/target/debug/build/unqlite-237f8a366b73bc80/out/ffi.rs:3:41492
[INFO] [stderr]   |
[INFO] [stderr] 3 | ...! (unsafe { & (* (:: std :: ptr :: null :: < unqlite_kv_methods > ())) . xInit as * const _ as usize } , 24usize , concat ! ("Offset o...
[INFO] [stderr]   |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stderr] 
[INFO] [stderr] warning: dereferencing a null pointer
[INFO] [stderr]  --> /opt/rustwide/target/debug/build/unqlite-237f8a366b73bc80/out/ffi.rs:3:41715
[INFO] [stderr]   |
[INFO] [stderr] 3 | ...! (unsafe { & (* (:: std :: ptr :: null :: < unqlite_kv_methods > ())) . xRelease as * const _ as usize } , 32usize , concat ! ("Offse...
[INFO] [stderr]   |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stderr] 
[INFO] [stderr] warning: dereferencing a null pointer
[INFO] [stderr]  --> /opt/rustwide/target/debug/build/unqlite-237f8a366b73bc80/out/ffi.rs:3:41944
[INFO] [stderr]   |
[INFO] [stderr] 3 | ...! (unsafe { & (* (:: std :: ptr :: null :: < unqlite_kv_methods > ())) . xConfig as * const _ as usize } , 40usize , concat ! ("Offset...
[INFO] [stderr]   |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stderr] 
[INFO] [stderr] warning: dereferencing a null pointer
[INFO] [stderr]  --> /opt/rustwide/target/debug/build/unqlite-237f8a366b73bc80/out/ffi.rs:3:42171
[INFO] [stderr]   |
[INFO] [stderr] 3 | ...! (unsafe { & (* (:: std :: ptr :: null :: < unqlite_kv_methods > ())) . xOpen as * const _ as usize } , 48usize , concat ! ("Offset o...
[INFO] [stderr]   |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stderr] 
[INFO] [stderr] warning: dereferencing a null pointer
[INFO] [stderr]  --> /opt/rustwide/target/debug/build/unqlite-237f8a366b73bc80/out/ffi.rs:3:42394
[INFO] [stderr]   |
[INFO] [stderr] 3 | ...! (unsafe { & (* (:: std :: ptr :: null :: < unqlite_kv_methods > ())) . xReplace as * const _ as usize } , 56usize , concat ! ("Offse...
[INFO] [stderr]   |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stderr] 
[INFO] [stderr] warning: dereferencing a null pointer
[INFO] [stderr]  --> /opt/rustwide/target/debug/build/unqlite-237f8a366b73bc80/out/ffi.rs:3:42623
[INFO] [stderr]   |
[INFO] [stderr] 3 | ...! (unsafe { & (* (:: std :: ptr :: null :: < unqlite_kv_methods > ())) . xAppend as * const _ as usize } , 64usize , concat ! ("Offset...
[INFO] [stderr]   |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stderr] 
[INFO] [stderr] warning: dereferencing a null pointer
[INFO] [stderr]  --> /opt/rustwide/target/debug/build/unqlite-237f8a366b73bc80/out/ffi.rs:3:42850
[INFO] [stderr]   |
[INFO] [stderr] 3 | ...! (unsafe { & (* (:: std :: ptr :: null :: < unqlite_kv_methods > ())) . xCursorInit as * const _ as usize } , 72usize , concat ! ("Of...
[INFO] [stderr]   |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stderr] 
[INFO] [stderr] warning: dereferencing a null pointer
[INFO] [stderr]  --> /opt/rustwide/target/debug/build/unqlite-237f8a366b73bc80/out/ffi.rs:3:43085
[INFO] [stderr]   |
[INFO] [stderr] 3 | ...! (unsafe { & (* (:: std :: ptr :: null :: < unqlite_kv_methods > ())) . xSeek as * const _ as usize } , 80usize , concat ! ("Offset o...
[INFO] [stderr]   |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stderr] 
[INFO] [stderr] warning: dereferencing a null pointer
[INFO] [stderr]  --> /opt/rustwide/target/debug/build/unqlite-237f8a366b73bc80/out/ffi.rs:3:43308
[INFO] [stderr]   |
[INFO] [stderr] 3 | ...! (unsafe { & (* (:: std :: ptr :: null :: < unqlite_kv_methods > ())) . xFirst as * const _ as usize } , 88usize , concat ! ("Offset ...
[INFO] [stderr]   |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stderr] 
[INFO] [stderr] warning: dereferencing a null pointer
[INFO] [stderr]  --> /opt/rustwide/target/debug/build/unqlite-237f8a366b73bc80/out/ffi.rs:3:43533
[INFO] [stderr]   |
[INFO] [stderr] 3 | ...! (unsafe { & (* (:: std :: ptr :: null :: < unqlite_kv_methods > ())) . xLast as * const _ as usize } , 96usize , concat ! ("Offset o...
[INFO] [stderr]   |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stderr] 
[INFO] [stderr] warning: dereferencing a null pointer
[INFO] [stderr]  --> /opt/rustwide/target/debug/build/unqlite-237f8a366b73bc80/out/ffi.rs:3:43756
[INFO] [stderr]   |
[INFO] [stderr] 3 | ...! (unsafe { & (* (:: std :: ptr :: null :: < unqlite_kv_methods > ())) . xValid as * const _ as usize } , 104usize , concat ! ("Offset...
[INFO] [stderr]   |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stderr] 
[INFO] [stderr] warning: dereferencing a null pointer
[INFO] [stderr]  --> /opt/rustwide/target/debug/build/unqlite-237f8a366b73bc80/out/ffi.rs:3:43982
[INFO] [stderr]   |
[INFO] [stderr] 3 | ...! (unsafe { & (* (:: std :: ptr :: null :: < unqlite_kv_methods > ())) . xNext as * const _ as usize } , 112usize , concat ! ("Offset ...
[INFO] [stderr]   |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stderr] 
[INFO] [stderr] warning: dereferencing a null pointer
[INFO] [stderr]  --> /opt/rustwide/target/debug/build/unqlite-237f8a366b73bc80/out/ffi.rs:3:44206
[INFO] [stderr]   |
[INFO] [stderr] 3 | ...! (unsafe { & (* (:: std :: ptr :: null :: < unqlite_kv_methods > ())) . xPrev as * const _ as usize } , 120usize , concat ! ("Offset ...
[INFO] [stderr]   |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stderr] 
[INFO] [stderr] warning: dereferencing a null pointer
[INFO] [stderr]  --> /opt/rustwide/target/debug/build/unqlite-237f8a366b73bc80/out/ffi.rs:3:44430
[INFO] [stderr]   |
[INFO] [stderr] 3 | ...! (unsafe { & (* (:: std :: ptr :: null :: < unqlite_kv_methods > ())) . xDelete as * const _ as usize } , 128usize , concat ! ("Offse...
[INFO] [stderr]   |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stderr] 
[INFO] [stderr] warning: dereferencing a null pointer
[INFO] [stderr]  --> /opt/rustwide/target/debug/build/unqlite-237f8a366b73bc80/out/ffi.rs:3:44658
[INFO] [stderr]   |
[INFO] [stderr] 3 | ...! (unsafe { & (* (:: std :: ptr :: null :: < unqlite_kv_methods > ())) . xKeyLength as * const _ as usize } , 136usize , concat ! ("Of...
[INFO] [stderr]   |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stderr] 
[INFO] [stderr] warning: dereferencing a null pointer
[INFO] [stderr]  --> /opt/rustwide/target/debug/build/unqlite-237f8a366b73bc80/out/ffi.rs:3:44892
[INFO] [stderr]   |
[INFO] [stderr] 3 | ...! (unsafe { & (* (:: std :: ptr :: null :: < unqlite_kv_methods > ())) . xKey as * const _ as usize } , 144usize , concat ! ("Offset o...
[INFO] [stderr]   |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stderr] 
[INFO] [stderr] warning: dereferencing a null pointer
[INFO] [stderr]  --> /opt/rustwide/target/debug/build/unqlite-237f8a366b73bc80/out/ffi.rs:3:45114
[INFO] [stderr]   |
[INFO] [stderr] 3 | ...! (unsafe { & (* (:: std :: ptr :: null :: < unqlite_kv_methods > ())) . xDataLength as * const _ as usize } , 152usize , concat ! ("O...
[INFO] [stderr]   |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stderr] 
[INFO] [stderr] warning: dereferencing a null pointer
[INFO] [stderr]  --> /opt/rustwide/target/debug/build/unqlite-237f8a366b73bc80/out/ffi.rs:3:45350
[INFO] [stderr]   |
[INFO] [stderr] 3 | ...! (unsafe { & (* (:: std :: ptr :: null :: < unqlite_kv_methods > ())) . xData as * const _ as usize } , 160usize , concat ! ("Offset ...
[INFO] [stderr]   |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stderr] 
[INFO] [stderr] warning: dereferencing a null pointer
[INFO] [stderr]  --> /opt/rustwide/target/debug/build/unqlite-237f8a366b73bc80/out/ffi.rs:3:45574
[INFO] [stderr]   |
[INFO] [stderr] 3 | ...! (unsafe { & (* (:: std :: ptr :: null :: < unqlite_kv_methods > ())) . xReset as * const _ as usize } , 168usize , concat ! ("Offset...
[INFO] [stderr]   |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stderr] 
[INFO] [stderr] warning: dereferencing a null pointer
[INFO] [stderr]  --> /opt/rustwide/target/debug/build/unqlite-237f8a366b73bc80/out/ffi.rs:3:45800
[INFO] [stderr]   |
[INFO] [stderr] 3 | ...! (unsafe { & (* (:: std :: ptr :: null :: < unqlite_kv_methods > ())) . xCursorRelease as * const _ as usize } , 176usize , concat ! ...
[INFO] [stderr]   |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stderr] 
[INFO] [stderr] warning: dereferencing a null pointer
[INFO] [stderr]  --> /opt/rustwide/target/debug/build/unqlite-237f8a366b73bc80/out/ffi.rs:3:64721
[INFO] [stderr]   |
[INFO] [stderr] 3 | ...q ! (unsafe { & (* (:: std :: ptr :: null :: < __va_list_tag > ())) . gp_offset as * const _ as usize } , 0usize , concat ! ("Offset o...
[INFO] [stderr]   |                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stderr] 
[INFO] [stderr] warning: dereferencing a null pointer
[INFO] [stderr]  --> /opt/rustwide/target/debug/build/unqlite-237f8a366b73bc80/out/ffi.rs:3:64941
[INFO] [stderr]   |
[INFO] [stderr] 3 | ...q ! (unsafe { & (* (:: std :: ptr :: null :: < __va_list_tag > ())) . fp_offset as * const _ as usize } , 4usize , concat ! ("Offset o...
[INFO] [stderr]   |                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stderr] 
[INFO] [stderr] warning: dereferencing a null pointer
[INFO] [stderr]  --> /opt/rustwide/target/debug/build/unqlite-237f8a366b73bc80/out/ffi.rs:3:65161
[INFO] [stderr]   |
[INFO] [stderr] 3 | ...q ! (unsafe { & (* (:: std :: ptr :: null :: < __va_list_tag > ())) . overflow_arg_area as * const _ as usize } , 8usize , concat ! ("...
[INFO] [stderr]   |                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stderr] 
[INFO] [stderr] warning: dereferencing a null pointer
[INFO] [stderr]  --> /opt/rustwide/target/debug/build/unqlite-237f8a366b73bc80/out/ffi.rs:3:65397
[INFO] [stderr]   |
[INFO] [stderr] 3 | ...q ! (unsafe { & (* (:: std :: ptr :: null :: < __va_list_tag > ())) . reg_save_area as * const _ as usize } , 16usize , concat ! ("Off...
[INFO] [stderr]   |                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stderr] 
[INFO] [stderr] warning: `unqlite` (lib) generated 9 warnings
[INFO] [stderr] warning: `unqlite` (lib test) generated 113 warnings (9 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.20s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: nom v5.1.2
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 2`
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/unqlite-b3e4f3e17541d584)
[INFO] [stdout] 
[INFO] [stdout] running 36 tests
[INFO] [stdout] test document::tests::dump_vm_instructions ... ignored
[INFO] [stdout] test config::tests::disable_auto_commit ... ok
[INFO] [stdout] test config::tests::max_page_cache ... ok
[INFO] [stdout] test document::tests::env_attributes ... ok
[INFO] [stdout] test document::tests::output_extract ... ok
[INFO] [stderr] 
[INFO] [stderr] thread 'ffi::bindgen_test_layout_SyMemMethods' panicked at /opt/rustwide/target/debug/build/unqlite-237f8a366b73bc80/out/ffi.rs:3:12633:
[INFO] [stderr] null pointer dereference occurred
[INFO] [stderr] stack backtrace:
[INFO] [stderr]    0:     0x6204206cd0b2 - std::backtrace_rs::backtrace::libunwind::trace::h2d45396358f41939
[INFO] [stderr]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stderr]    1:     0x6204206cd0b2 - std::backtrace_rs::backtrace::trace_unsynchronized::hffcefc0b67f1d6e2
[INFO] [stderr]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stderr]    2:     0x6204206cd0b2 - std::sys::backtrace::_print_fmt::hd72f71d23b436b92
[INFO] [stderr]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:66:9
[INFO] [stderr]    3:     0x6204206cd0b2 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::hdcfcb6d4c8489523
[INFO] [stderr]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:39:26
[INFO] [stderr]    4:     0x6204206f3103 - core::fmt::rt::Argument::fmt::h2c56b3114963061a
[INFO] [stderr]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/fmt/rt.rs:173:76
[INFO] [stderr]    5:     0x6204206f3103 - core::fmt::write::h8a494366950f23bb
[INFO] [stderr]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/fmt/mod.rs:1468:25
[INFO] [stderr]    6:     0x6204206ca163 - std::io::default_write_fmt::ha27fbccbc65eb6fa
[INFO] [stderr]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/io/mod.rs:639:11
[INFO] [stderr]    7:     0x6204206ca163 - std::io::Write::write_fmt::h6556609fca33d0b1
[INFO] [stderr]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/io/mod.rs:1954:13
[INFO] [stderr]    8:     0x6204206ccf02 - std::sys::backtrace::BacktraceLock::print::hb2a626a81e06b2dc
[INFO] [stderr]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:42:9
[INFO] [stderr]    9:     0x6204206ce629 - std::panicking::default_hook::{{closure}}::h4f78485264f12d10
[INFO] [stderr]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:300:27
[INFO] [stderr]   10:     0x6204206ce40b - std::panicking::default_hook::h2c66fc99e962531d
[INFO] [stderr]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:327:9
[INFO] [stderr]   11:     0x620420693484 - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::hb6bd65493727d71a
[INFO] [stderr]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1985:9
[INFO] [stderr]   12:     0x620420693484 - test::test_main_with_exit_callback::{{closure}}::h60217ec76a0ece4a
[INFO] [stderr]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:145:21
[INFO] [stderr]   13:     0x6204206ceffe - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h318e4efb8c1a5689
[INFO] [stderr]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1985:9
[INFO] [stderr]   14:     0x6204206ceffe - std::panicking::rust_panic_with_hook::h33ac55f64bbd807d
[INFO] [stderr]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:841:13
[INFO] [stderr]   15:     0x6204206ced96 - std::panicking::begin_panic_handler::{{closure}}::h30e7cb89678a57fe
[INFO] [stderr]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:699:13
[INFO] [stderr]   16:     0x6204206cd5a9 - std::sys::backtrace::__rust_end_short_backtrace::hed60f27456c16ced
[INFO] [stderr]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:174:18
[INFO] [stderr]   17:     0x6204206cea5d - __rustc[de2ca18b4c54d5b8]::rust_begin_unwind
[INFO] [stderr]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:697:5
[INFO] [stderr]   18:     0x6204206f14dd - core::panicking::panic_nounwind_fmt::runtime::hde3dd742c40069fa
[INFO] [stderr]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panicking.rs:117:22
[INFO] [stderr]   19:     0x6204206f14dd - core::panicking::panic_nounwind_fmt::h6c46f1098922b4b6
[INFO] [stderr]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/intrinsics/mod.rs:2367:9
[INFO] [stderr]   20:     0x6204206f16bd - core::panicking::panic_null_pointer_dereference::h1babc02c7367f174
[INFO] [stderr]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panicking.rs:311:5
[INFO] [stderr]   21:     0x6204205bf48b - unqlite::ffi::bindgen_test_layout_SyMemMethods::h6ece5bdf80b0f64c
[INFO] [stderr]                                at /opt/rustwide/target/debug/build/unqlite-237f8a366b73bc80/out/ffi.rs:3:12633
[INFO] [stderr]   22:     0x6204205bf2e7 - unqlite::ffi::bindgen_test_layout_SyMemMethods::{{closure}}::h372ec144861bc1d8
[INFO] [stderr]                                at /opt/rustwide/target/debug/build/unqlite-237f8a366b73bc80/out/ffi.rs:3:12348
[INFO] [stderr]   23:     0x6204205c8c86 - core::ops::function::FnOnce::call_once::hb63ad26be20a151c
[INFO] [stderr]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stderr]   24:     0x620420698ceb - core::ops::function::FnOnce::call_once::h1f9474f1347fff52
[INFO] [stderr]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stderr]   25:     0x620420698ceb - test::__rust_begin_short_backtrace::ha52ab26e77157f03
[INFO] [stderr]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:648:18
[INFO] [stderr]   26:     0x620420697e25 - test::run_test_in_process::{{closure}}::h229c1a11a50b261f
[INFO] [stderr]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:671:74
[INFO] [stderr]   27:     0x620420697e25 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h78821afbf97b39a9
[INFO] [stderr]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panic/unwind_safe.rs:272:9
[INFO] [stderr]   28:     0x620420697e25 - std::panicking::catch_unwind::do_call::h53abf3ed5bd32ba3
[INFO] [stderr]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:589:40
[INFO] [stderr]   29:     0x620420697e25 - std::panicking::catch_unwind::h6deb5fe1e91873c9
[INFO] [stderr]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:552:19
[INFO] [stderr]   30:     0x620420697e25 - std::panic::catch_unwind::hea0829b6b565654b
[INFO] [stderr]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panic.rs:359:14
[INFO] [stderr]   31:     0x620420697e25 - test::run_test_in_process::hdc44dfecea3db21b
[INFO] [stderr]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:671:27
[INFO] [stderr]   32:     0x620420697e25 - test::run_test::{{closure}}::h0364ba59bf23f652
[INFO] [stderr]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:592:43
[INFO] [stderr]   33:     0x62042065ba24 - test::run_test::{{closure}}::h32730b304eec05da
[INFO] [stderr]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:622:41
[INFO] [stderr]   34:     0x62042065ba24 - std::sys::backtrace::__rust_begin_short_backtrace::h177cb952fc54ad2c
[INFO] [stderr]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:158:18
[INFO] [stderr]   35:     0x62042065f3fa - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h119d903520007597
[INFO] [stderr]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/mod.rs:559:17
[INFO] [stderr]   36:     0x62042065f3fa - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hab88401d606702a6
[INFO] [stderr]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panic/unwind_safe.rs:272:9
[INFO] [stderr]   37:     0x62042065f3fa - std::panicking::catch_unwind::do_call::h163fe12cca9901c2
[INFO] [stderr]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:589:40
[INFO] [stderr]   38:     0x62042065f3fa - std::panicking::catch_unwind::he81557d0e17cc1bc
[INFO] [stderr]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:552:19
[INFO] [stderr]   39:     0x62042065f3fa - std::panic::catch_unwind::hc2b8e79c20593955
[INFO] [stderr]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panic.rs:359:14
[INFO] [stderr]   40:     0x62042065f3fa - std::thread::Builder::spawn_unchecked_::{{closure}}::hfa6b4978e07815cc
[INFO] [stderr]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/mod.rs:557:30
[INFO] [stderr]   41:     0x62042065f3fa - core::ops::function::FnOnce::call_once{{vtable.shim}}::hddcd7484a13fd793
[INFO] [stderr]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stderr]   42:     0x6204206d1f7f - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h5924238c754de3b8
[INFO] [stderr]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1971:9
[INFO] [stderr]   43:     0x6204206d1f7f - std::sys::pal::unix::thread::Thread::new::thread_start::hb6e99e73da4d28f8
[INFO] [stderr]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/pal/unix/thread.rs:107:17
[INFO] [stderr]   44:     0x79fa6a6aeaa4 - <unknown>
[INFO] [stderr]   45:     0x79fa6a73ba34 - clone
[INFO] [stderr]   46:                0x0 - <unknown>
[INFO] [stderr] thread caused non-unwinding panic. aborting.
[INFO] [stderr] error: test failed, to rerun pass `--lib`
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/target/debug/deps/unqlite-b3e4f3e17541d584` (signal: 6, SIGABRT: process abort signal)
[INFO] running `Command { std: "docker" "inspect" "0f9996d08e505e1f9ef5709f3dd08ff928c57003db92e067c0f9eb2da976694d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "0f9996d08e505e1f9ef5709f3dd08ff928c57003db92e067c0f9eb2da976694d", kill_on_drop: false }`
[INFO] [stdout] 0f9996d08e505e1f9ef5709f3dd08ff928c57003db92e067c0f9eb2da976694d
