[INFO] cloning repository https://github.com/radhesh1/radb
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/radhesh1/radb" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fradhesh1%2Fradb", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fradhesh1%2Fradb'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] c29bccaf73c83115c27edd936234752dbbf0b510
[INFO] testing radhesh1/radb against try#2440211fe03bc45c89b6dc1a3df18382ce91e32b for pr-146098-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fradhesh1%2Fradb" "/workspace/builds/worker-0-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/radhesh1/radb
[INFO] finished tweaking git repo https://github.com/radhesh1/radb
[INFO] tweaked toml for git repo https://github.com/radhesh1/radb written to /workspace/builds/worker-0-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/radhesh1/radb on toolchain 2440211fe03bc45c89b6dc1a3df18382ce91e32b
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+2440211fe03bc45c89b6dc1a3df18382ce91e32b" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/radhesh1/radb 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" "+2440211fe03bc45c89b6dc1a3df18382ce91e32b" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+2440211fe03bc45c89b6dc1a3df18382ce91e32b" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] c89ba4b3c1cc79a82f36881f71becb7c8613b2014ee4f56901403a4843e6614d
[INFO] running `Command { std: "docker" "start" "-a" "c89ba4b3c1cc79a82f36881f71becb7c8613b2014ee4f56901403a4843e6614d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "c89ba4b3c1cc79a82f36881f71becb7c8613b2014ee4f56901403a4843e6614d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c89ba4b3c1cc79a82f36881f71becb7c8613b2014ee4f56901403a4843e6614d", kill_on_drop: false }`
[INFO] [stdout] c89ba4b3c1cc79a82f36881f71becb7c8613b2014ee4f56901403a4843e6614d
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+2440211fe03bc45c89b6dc1a3df18382ce91e32b" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 35031ca016bad92cb29957805ba88f48bec49298eb67fc8b6e7ac535f564602e
[INFO] running `Command { std: "docker" "start" "-a" "35031ca016bad92cb29957805ba88f48bec49298eb67fc8b6e7ac535f564602e", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.95
[INFO] [stderr]    Compiling unicode-ident v1.0.18
[INFO] [stderr]    Compiling libc v0.2.172
[INFO] [stderr]    Compiling autocfg v1.4.0
[INFO] [stderr]    Compiling version_check v0.9.5
[INFO] [stderr]    Compiling cfg-if v1.0.0
[INFO] [stderr]    Compiling memchr v2.7.4
[INFO] [stderr]    Compiling once_cell v1.21.3
[INFO] [stderr]    Compiling serde v1.0.219
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling thiserror v2.0.12
[INFO] [stderr]    Compiling futures-core v0.3.31
[INFO] [stderr]    Compiling ucd-trie v0.1.7
[INFO] [stderr]    Compiling futures-sink v0.3.31
[INFO] [stderr]    Compiling zerocopy v0.8.25
[INFO] [stderr]    Compiling pin-project-lite v0.2.16
[INFO] [stderr]    Compiling bitflags v2.9.0
[INFO] [stderr]    Compiling utf8parse v0.2.2
[INFO] [stderr]    Compiling itoa v1.0.15
[INFO] [stderr]    Compiling bytes v1.10.1
[INFO] [stderr]    Compiling strsim v0.10.0
[INFO] [stderr]    Compiling bitflags v1.3.2
[INFO] [stderr]    Compiling rustix v1.0.7
[INFO] [stderr]    Compiling anstyle-parse v0.2.6
[INFO] [stderr]    Compiling futures-channel v0.3.31
[INFO] [stderr]    Compiling serde_json v1.0.140
[INFO] [stderr]    Compiling powerfmt v0.2.0
[INFO] [stderr]    Compiling smallvec v1.15.0
[INFO] [stderr]    Compiling pin-utils v0.1.0
[INFO] [stderr]    Compiling ahash v0.7.8
[INFO] [stderr]    Compiling proc-macro-error-attr v1.0.4
[INFO] [stderr]    Compiling proc-macro-error v1.0.4
[INFO] [stderr]    Compiling termcolor v1.4.1
[INFO] [stderr]    Compiling colorchoice v1.0.3
[INFO] [stderr]    Compiling linux-raw-sys v0.9.4
[INFO] [stderr]    Compiling rustix v0.38.44
[INFO] [stderr]    Compiling dlv-list v0.3.0
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling slab v0.4.9
[INFO] [stderr]    Compiling indexmap v1.9.3
[INFO] [stderr]    Compiling heck v0.4.1
[INFO] [stderr]    Compiling is_terminal_polyfill v1.70.1
[INFO] [stderr]    Compiling futures-task v0.3.31
[INFO] [stderr]    Compiling time-core v0.1.4
[INFO] [stderr]    Compiling num-conv v0.1.0
[INFO] [stderr]    Compiling futures-io v0.3.31
[INFO] [stderr]    Compiling os_str_bytes v6.6.1
[INFO] [stderr]    Compiling anstyle v1.0.10
[INFO] [stderr]    Compiling anstyle-query v1.1.2
[INFO] [stderr]    Compiling nibble_vec v0.1.0
[INFO] [stderr]    Compiling aho-corasick v1.1.3
[INFO] [stderr]    Compiling deranged v0.4.0
[INFO] [stderr]    Compiling ryu v1.0.20
[INFO] [stderr]    Compiling linux-raw-sys v0.4.15
[INFO] [stderr]    Compiling regex-syntax v0.8.5
[INFO] [stderr]    Compiling time-macros v0.2.22
[INFO] [stderr]    Compiling base64 v0.13.1
[INFO] [stderr]    Compiling names v0.14.0
[INFO] [stderr]    Compiling anstream v0.6.18
[INFO] [stderr]    Compiling minimal-lexical v0.2.1
[INFO] [stderr]    Compiling quote v1.0.40
[INFO] [stderr]    Compiling clap_lex v0.2.4
[INFO] [stderr]    Compiling endian-type v0.1.2
[INFO] [stderr]    Compiling log v0.4.27
[INFO] [stderr]    Compiling clap_lex v0.6.0
[INFO] [stderr]    Compiling num_threads v0.1.7
[INFO] [stderr]    Compiling linked-hash-map v0.5.6
[INFO] [stderr]    Compiling textwrap v0.16.2
[INFO] [stderr]    Compiling clap_builder v4.4.18
[INFO] [stderr]    Compiling radix_trie v0.2.1
[INFO] [stderr]    Compiling syn v2.0.101
[INFO] [stderr]    Compiling yaml-rust v0.4.5
[INFO] [stderr]    Compiling num-integer v0.1.46
[INFO] [stderr]    Compiling nom v7.1.3
[INFO] [stderr]    Compiling pathdiff v0.2.3
[INFO] [stderr]    Compiling num-bigint v0.4.6
[INFO] [stderr]    Compiling unicode-width v0.1.14
[INFO] [stderr]    Compiling home v0.5.11
[INFO] [stderr]    Compiling lazy_static v1.4.0
[INFO] [stderr]    Compiling unicode-segmentation v1.12.0
[INFO] [stderr]    Compiling hex v0.4.3
[INFO] [stderr]    Compiling ppv-lite86 v0.2.21
[INFO] [stderr]    Compiling getrandom v0.2.16
[INFO] [stderr]    Compiling socket2 v0.5.9
[INFO] [stderr]    Compiling mio v0.8.11
[INFO] [stderr]    Compiling num_cpus v1.16.0
[INFO] [stderr]    Compiling atty v0.2.14
[INFO] [stderr]    Compiling nix v0.27.1
[INFO] [stderr]    Compiling time v0.3.41
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling hashbrown v0.12.3
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling regex-automata v0.4.9
[INFO] [stderr]    Compiling fs4 v0.7.0
[INFO] [stderr]    Compiling uuid v1.6.1
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling fd-lock v4.0.4
[INFO] [stderr]    Compiling ordered-multimap v0.4.3
[INFO] [stderr]    Compiling rust-ini v0.18.0
[INFO] [stderr]    Compiling clap v4.4.18
[INFO] [stderr]    Compiling simplelog v0.12.2
[INFO] [stderr]    Compiling rustyline v13.0.0
[INFO] [stderr]    Compiling regex v1.11.1
[INFO] [stderr]    Compiling serde_derive v1.0.219
[INFO] [stderr]    Compiling thiserror-impl v2.0.12
[INFO] [stderr]    Compiling futures-macro v0.3.31
[INFO] [stderr]    Compiling tokio-macros v2.2.0
[INFO] [stderr]    Compiling pin-project-internal v1.1.10
[INFO] [stderr]    Compiling enum-ordinalize v3.1.15
[INFO] [stderr]    Compiling async-trait v0.1.88
[INFO] [stderr]    Compiling rustyline-derive v0.10.0
[INFO] [stderr]    Compiling tokio v1.35.1
[INFO] [stderr]    Compiling clap_derive v3.2.25
[INFO] [stderr]    Compiling pin-project v1.1.10
[INFO] [stderr]    Compiling educe v0.4.23
[INFO] [stderr]    Compiling derivative v2.2.0
[INFO] [stderr]    Compiling futures-util v0.3.31
[INFO] [stderr]    Compiling pest v2.8.0
[INFO] [stderr]    Compiling clap v3.2.25
[INFO] [stderr]    Compiling pest_meta v2.8.0
[INFO] [stderr]    Compiling futures-executor v0.3.31
[INFO] [stderr]    Compiling futures v0.3.31
[INFO] [stderr]    Compiling pest_generator v2.8.0
[INFO] [stderr]    Compiling pest_derive v2.8.0
[INFO] [stderr]    Compiling tokio-util v0.7.15
[INFO] [stderr]    Compiling tokio-stream v0.1.17
[INFO] [stderr]    Compiling json5 v0.4.1
[INFO] [stderr]    Compiling bincode v1.3.3
[INFO] [stderr]    Compiling toml v0.5.11
[INFO] [stderr]    Compiling ron v0.7.1
[INFO] [stderr]    Compiling serde_bytes v0.11.17
[INFO] [stderr]    Compiling tokio-serde v0.8.0
[INFO] [stderr]    Compiling config v0.13.4
[INFO] [stderr]    Compiling radb v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/sql/parser/mod.rs:19:23
[INFO] [stdout]    |
[INFO] [stdout] 19 |     pub fn new(query: &str) -> Parser {
[INFO] [stdout]    |                       ^^^^     ^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                       |
[INFO] [stdout]    |                       the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 19 |     pub fn new(query: &str) -> Parser<'_> {
[INFO] [stdout]    |                                      ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/storage/mvcc.rs:578:42
[INFO] [stdout]     |
[INFO] [stdout] 578 |     pub fn scan<R: RangeBounds<Vec<u8>>>(&self, range: R) -> Result<Scan<E>> {
[INFO] [stdout]     |                                          ^^^^^                      ^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                                          |
[INFO] [stdout]     |                                          the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 578 |     pub fn scan<R: RangeBounds<Vec<u8>>>(&self, range: R) -> Result<Scan<'_, E>> {
[INFO] [stdout]     |                                                                          +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/storage/mvcc.rs:593:24
[INFO] [stdout]     |
[INFO] [stdout] 593 |     pub fn scan_prefix(&self, prefix: &[u8]) -> Result<Scan<E>> {
[INFO] [stdout]     |                        ^^^^^                           ^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                        |
[INFO] [stdout]     |                        the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 593 |     pub fn scan_prefix(&self, prefix: &[u8]) -> Result<Scan<'_, E>> {
[INFO] [stdout]     |                                                             +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around closure body
[INFO] [stdout]    --> src/bin/bank.rs:172:35
[INFO] [stdout]     |
[INFO] [stdout] 172 |                     .map(|(c, a)| (format!("({}, {}, {})", a, c, Self::INITIAL_BALANCE)))
[INFO] [stdout]     |                                   ^                                                    ^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_parens)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 172 -                     .map(|(c, a)| (format!("({}, {}, {})", a, c, Self::INITIAL_BALANCE)))
[INFO] [stdout] 172 +                     .map(|(c, a)| format!("({}, {}, {})", a, c, Self::INITIAL_BALANCE))
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 03s
[INFO] running `Command { std: "docker" "inspect" "35031ca016bad92cb29957805ba88f48bec49298eb67fc8b6e7ac535f564602e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "35031ca016bad92cb29957805ba88f48bec49298eb67fc8b6e7ac535f564602e", kill_on_drop: false }`
[INFO] [stdout] 35031ca016bad92cb29957805ba88f48bec49298eb67fc8b6e7ac535f564602e
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+2440211fe03bc45c89b6dc1a3df18382ce91e32b" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 732a3f1d8ca48c90634cc9c512c7706e6aabfa36ba6d7e66e99b650e8fd3301d
[INFO] running `Command { std: "docker" "start" "-a" "732a3f1d8ca48c90634cc9c512c7706e6aabfa36ba6d7e66e99b650e8fd3301d", kill_on_drop: false }`
[INFO] [stderr]    Compiling lock_api v0.4.12
[INFO] [stderr]    Compiling parking_lot_core v0.9.10
[INFO] [stderr]    Compiling scopeguard v1.2.0
[INFO] [stderr]    Compiling similar v2.7.0
[INFO] [stderr]    Compiling console v0.15.11
[INFO] [stderr]    Compiling paste v1.0.15
[INFO] [stderr]    Compiling hashbrown v0.14.5
[INFO] [stderr]    Compiling yansi v1.0.1
[INFO] [stderr]    Compiling fastrand v2.3.0
[INFO] [stderr]    Compiling serial_test_derive v2.0.0
[INFO] [stderr]    Compiling rand v0.4.6
[INFO] [stderr]    Compiling remove_dir_all v0.5.3
[INFO] [stderr]    Compiling diff v0.1.13
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/sql/parser/mod.rs:19:23
[INFO] [stdout]    |
[INFO] [stdout] 19 |     pub fn new(query: &str) -> Parser {
[INFO] [stdout]    |                       ^^^^     ^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                       |
[INFO] [stdout]    |                       the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 19 |     pub fn new(query: &str) -> Parser<'_> {
[INFO] [stdout]    |                                      ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/storage/mvcc.rs:578:42
[INFO] [stdout]     |
[INFO] [stdout] 578 |     pub fn scan<R: RangeBounds<Vec<u8>>>(&self, range: R) -> Result<Scan<E>> {
[INFO] [stdout]     |                                          ^^^^^                      ^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                                          |
[INFO] [stdout]     |                                          the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 578 |     pub fn scan<R: RangeBounds<Vec<u8>>>(&self, range: R) -> Result<Scan<'_, E>> {
[INFO] [stdout]     |                                                                          +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/storage/mvcc.rs:593:24
[INFO] [stdout]     |
[INFO] [stdout] 593 |     pub fn scan_prefix(&self, prefix: &[u8]) -> Result<Scan<E>> {
[INFO] [stdout]     |                        ^^^^^                           ^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                        |
[INFO] [stdout]     |                        the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 593 |     pub fn scan_prefix(&self, prefix: &[u8]) -> Result<Scan<'_, E>> {
[INFO] [stdout]     |                                                             +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around closure body
[INFO] [stdout]    --> src/bin/bank.rs:172:35
[INFO] [stdout]     |
[INFO] [stdout] 172 |                     .map(|(c, a)| (format!("({}, {}, {})", a, c, Self::INITIAL_BALANCE)))
[INFO] [stdout]     |                                   ^                                                    ^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_parens)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 172 -                     .map(|(c, a)| (format!("({}, {}, {})", a, c, Self::INITIAL_BALANCE)))
[INFO] [stdout] 172 +                     .map(|(c, a)| format!("({}, {}, {})", a, c, Self::INITIAL_BALANCE))
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling tempfile v3.9.0
[INFO] [stderr]    Compiling pretty_assertions v1.4.1
[INFO] [stderr]    Compiling parking_lot v0.12.3
[INFO] [stderr]    Compiling tempdir v0.3.7
[INFO] [stderr]    Compiling dashmap v5.5.3
[INFO] [stderr]    Compiling similar-asserts v1.7.0
[INFO] [stderr]    Compiling goldenfile v1.6.1
[INFO] [stderr]    Compiling serial_test v2.0.0
[INFO] [stderr]    Compiling radb v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unnecessary parentheses around closure body
[INFO] [stdout]    --> src/bin/bank.rs:172:35
[INFO] [stdout]     |
[INFO] [stdout] 172 |                     .map(|(c, a)| (format!("({}, {}, {})", a, c, Self::INITIAL_BALANCE)))
[INFO] [stdout]     |                                   ^                                                    ^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_parens)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 172 -                     .map(|(c, a)| (format!("({}, {}, {})", a, c, Self::INITIAL_BALANCE)))
[INFO] [stdout] 172 +                     .map(|(c, a)| format!("({}, {}, {})", a, c, Self::INITIAL_BALANCE))
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/raft/node/mod.rs:398:30
[INFO] [stdout]     |
[INFO] [stdout] 398 |     pub fn assert_node(node: &mut Node) -> NodeAsserter {
[INFO] [stdout]     |                              ^^^^^^^^^     ^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                              |
[INFO] [stdout]     |                              the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 398 |     pub fn assert_node(node: &mut Node) -> NodeAsserter<'_> {
[INFO] [stdout]     |                                                        ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/sql/parser/mod.rs:19:23
[INFO] [stdout]    |
[INFO] [stdout] 19 |     pub fn new(query: &str) -> Parser {
[INFO] [stdout]    |                       ^^^^     ^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                       |
[INFO] [stdout]    |                       the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 19 |     pub fn new(query: &str) -> Parser<'_> {
[INFO] [stdout]    |                                      ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/storage/mvcc.rs:578:42
[INFO] [stdout]     |
[INFO] [stdout] 578 |     pub fn scan<R: RangeBounds<Vec<u8>>>(&self, range: R) -> Result<Scan<E>> {
[INFO] [stdout]     |                                          ^^^^^                      ^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                                          |
[INFO] [stdout]     |                                          the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 578 |     pub fn scan<R: RangeBounds<Vec<u8>>>(&self, range: R) -> Result<Scan<'_, E>> {
[INFO] [stdout]     |                                                                          +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/storage/mvcc.rs:593:24
[INFO] [stdout]     |
[INFO] [stdout] 593 |     pub fn scan_prefix(&self, prefix: &[u8]) -> Result<Scan<E>> {
[INFO] [stdout]     |                        ^^^^^                           ^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                        |
[INFO] [stdout]     |                        the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 593 |     pub fn scan_prefix(&self, prefix: &[u8]) -> Result<Scan<'_, E>> {
[INFO] [stdout]     |                                                             +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/storage/mvcc.rs:1030:42
[INFO] [stdout]      |
[INFO] [stdout] 1030 |         fn scan<R: RangeBounds<Vec<u8>>>(&self, range: R) -> Result<Scan<Debug<Memory>>> {
[INFO] [stdout]      |                                          ^^^^^                      ^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                                          |
[INFO] [stdout]      |                                          the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 1030 |         fn scan<R: RangeBounds<Vec<u8>>>(&self, range: R) -> Result<Scan<'_, Debug<Memory>>> {
[INFO] [stdout]      |                                                                          +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/storage/mvcc.rs:1049:24
[INFO] [stdout]      |
[INFO] [stdout] 1049 |         fn scan_prefix(&self, prefix: &[u8]) -> Result<Scan<Debug<Memory>>> {
[INFO] [stdout]      |                        ^^^^^                           ^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                        |
[INFO] [stdout]      |                        the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 1049 |         fn scan_prefix(&self, prefix: &[u8]) -> Result<Scan<'_, Debug<Memory>>> {
[INFO] [stdout]      |                                                             +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 27.87s
[INFO] running `Command { std: "docker" "inspect" "732a3f1d8ca48c90634cc9c512c7706e6aabfa36ba6d7e66e99b650e8fd3301d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "732a3f1d8ca48c90634cc9c512c7706e6aabfa36ba6d7e66e99b650e8fd3301d", kill_on_drop: false }`
[INFO] [stdout] 732a3f1d8ca48c90634cc9c512c7706e6aabfa36ba6d7e66e99b650e8fd3301d
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+2440211fe03bc45c89b6dc1a3df18382ce91e32b" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] b26fbcbdc9dce69b9671206eae1d72a8e86631ca2d24d4352bf1be570f87c1da
[INFO] running `Command { std: "docker" "start" "-a" "b26fbcbdc9dce69b9671206eae1d72a8e86631ca2d24d4352bf1be570f87c1da", kill_on_drop: false }`
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/sql/parser/mod.rs:19:23
[INFO] [stderr]    |
[INFO] [stderr] 19 |     pub fn new(query: &str) -> Parser {
[INFO] [stderr]    |                       ^^^^     ^^^^^^ the same lifetime is hidden here
[INFO] [stderr]    |                       |
[INFO] [stderr]    |                       the lifetime is elided here
[INFO] [stderr]    |
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]    |
[INFO] [stderr] 19 |     pub fn new(query: &str) -> Parser<'_> {
[INFO] [stderr]    |                                      ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/storage/mvcc.rs:578:42
[INFO] [stderr]     |
[INFO] [stderr] 578 |     pub fn scan<R: RangeBounds<Vec<u8>>>(&self, range: R) -> Result<Scan<E>> {
[INFO] [stderr]     |                                          ^^^^^                      ^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                                          |
[INFO] [stderr]     |                                          the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 578 |     pub fn scan<R: RangeBounds<Vec<u8>>>(&self, range: R) -> Result<Scan<'_, E>> {
[INFO] [stderr]     |                                                                          +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/storage/mvcc.rs:593:24
[INFO] [stderr]     |
[INFO] [stderr] 593 |     pub fn scan_prefix(&self, prefix: &[u8]) -> Result<Scan<E>> {
[INFO] [stderr]     |                        ^^^^^                           ^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                        |
[INFO] [stderr]     |                        the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 593 |     pub fn scan_prefix(&self, prefix: &[u8]) -> Result<Scan<'_, E>> {
[INFO] [stderr]     |                                                             +++
[INFO] [stderr] 
[INFO] [stderr] warning: `radb` (lib) generated 3 warnings (run `cargo fix --lib -p radb` to apply 3 suggestions)
[INFO] [stderr] warning: unnecessary parentheses around closure body
[INFO] [stderr]    --> src/bin/bank.rs:172:35
[INFO] [stderr]     |
[INFO] [stderr] 172 |                     .map(|(c, a)| (format!("({}, {}, {})", a, c, Self::INITIAL_BALANCE)))
[INFO] [stderr]     |                                   ^                                                    ^
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(unused_parens)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] help: remove these parentheses
[INFO] [stderr]     |
[INFO] [stderr] 172 -                     .map(|(c, a)| (format!("({}, {}, {})", a, c, Self::INITIAL_BALANCE)))
[INFO] [stderr] 172 +                     .map(|(c, a)| format!("({}, {}, {})", a, c, Self::INITIAL_BALANCE))
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: `radb` (bin "bank") generated 1 warning (run `cargo fix --bin "bank"` to apply 1 suggestion)
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/raft/node/mod.rs:398:30
[INFO] [stderr]     |
[INFO] [stderr] 398 |     pub fn assert_node(node: &mut Node) -> NodeAsserter {
[INFO] [stderr]     |                              ^^^^^^^^^     ^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                              |
[INFO] [stderr]     |                              the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 398 |     pub fn assert_node(node: &mut Node) -> NodeAsserter<'_> {
[INFO] [stderr]     |                                                        ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/sql/parser/mod.rs:19:23
[INFO] [stderr]    |
[INFO] [stderr] 19 |     pub fn new(query: &str) -> Parser {
[INFO] [stderr]    |                       ^^^^     ^^^^^^ the same lifetime is hidden here
[INFO] [stderr]    |                       |
[INFO] [stderr]    |                       the lifetime is elided here
[INFO] [stderr]    |
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]    |
[INFO] [stderr] 19 |     pub fn new(query: &str) -> Parser<'_> {
[INFO] [stderr]    |                                      ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]     --> src/storage/mvcc.rs:1030:42
[INFO] [stderr]      |
[INFO] [stderr] 1030 |         fn scan<R: RangeBounds<Vec<u8>>>(&self, range: R) -> Result<Scan<Debug<Memory>>> {
[INFO] [stderr]      |                                          ^^^^^                      ^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]      |                                          |
[INFO] [stderr]      |                                          the lifetime is elided here
[INFO] [stderr]      |
[INFO] [stderr]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]      |
[INFO] [stderr] 1030 |         fn scan<R: RangeBounds<Vec<u8>>>(&self, range: R) -> Result<Scan<'_, Debug<Memory>>> {
[INFO] [stderr]      |                                                                          +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]     --> src/storage/mvcc.rs:1049:24
[INFO] [stderr]      |
[INFO] [stderr] 1049 |         fn scan_prefix(&self, prefix: &[u8]) -> Result<Scan<Debug<Memory>>> {
[INFO] [stderr]      |                        ^^^^^                           ^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]      |                        |
[INFO] [stderr]      |                        the lifetime is elided here
[INFO] [stderr]      |
[INFO] [stderr]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]      |
[INFO] [stderr] 1049 |         fn scan_prefix(&self, prefix: &[u8]) -> Result<Scan<'_, Debug<Memory>>> {
[INFO] [stderr]      |                                                             +++
[INFO] [stderr] 
[INFO] [stderr] warning: `radb` (lib test) generated 6 warnings (2 duplicates) (run `cargo fix --lib -p radb --tests` to apply 4 suggestions)
[INFO] [stderr] warning: `radb` (bin "bank" test) generated 1 warning (1 duplicate)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.33s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/radb-0166e2b3ca825d79)
[INFO] [stdout] 
[INFO] [stdout] running 181 tests
[INFO] [stdout] test raft::log::tests::append ... ok
[INFO] [stdout] test raft::log::tests::scan ... ok
[INFO] [stdout] test raft::log::tests::set_get_term ... ok
[INFO] [stdout] test raft::log::tests::get ... ok
[INFO] [stdout] test raft::node::candidate::tests::step_heartbeat_current_term ... ok
[INFO] [stdout] test raft::node::candidate::tests::step_grantvote ... ok
[INFO] [stdout] test raft::node::candidate::tests::step_heartbeat_past_term ... ok
[INFO] [stdout] test raft::node::follower::tests::step_appendentries_base0 ... ok
[INFO] [stdout] test raft::log::tests::has ... ok
[INFO] [stdout] test raft::node::follower::tests::step_appendentries_partial_overlap ... ok
[INFO] [stdout] test raft::node::candidate::tests::tick ... ok
[INFO] [stdout] test raft::node::follower::tests::step_clientrequest_aborted ... ok
[INFO] [stdout] test raft::node::follower::tests::step_grantvote_noop ... ok
[INFO] [stdout] test raft::node::follower::tests::step_appendentries_reject_missing_base_index ... ok
[INFO] [stdout] test raft::node::follower::tests::step_appendentries_replace_partial ... ok
[INFO] [stdout] test raft::node::follower::tests::step_clientrequest_clientresponse ... ok
[INFO] [stdout] test raft::node::follower::tests::step_heartbeat ... ok
[INFO] [stdout] test raft::node::candidate::tests::step_heartbeat_future_term ... ok
[INFO] [stdout] test raft::node::follower::tests::step_appendentries_replace ... ok
[INFO] [stdout] test raft::node::follower::tests::step_clientrequest_no_leader ... ok
[INFO] [stdout] test raft::node::follower::tests::step_heartbeat_conflict_commit_term ... ok
[INFO] [stdout] test raft::node::follower::tests::step_heartbeat_future_term ... ok
[INFO] [stdout] test raft::node::follower::tests::step_heartbeat_old_commit_index ... ok
[INFO] [stdout] test raft::node::follower::tests::step_heartbeat_missing_commit_entry ... ok
[INFO] [stdout] test raft::node::follower::tests::step_heartbeat_no_leader ... ok
[INFO] [stdout] test raft::log::tests::new ... ok
[INFO] [stdout] test raft::node::follower::tests::step_solicitvote_last_index_outdated ... ok
[INFO] [stdout] test raft::node::follower::tests::step_solicitvote ... ok
[INFO] [stdout] test raft::node::follower::tests::tick ... ok
[INFO] [stdout] test raft::node::follower::tests::step_heartbeat_past_term ... ok
[INFO] [stdout] test raft::node::leader::tests::step_acceptentries ... ok
[INFO] [stdout] test raft::node::leader::tests::step_acceptentries_duplicate ... ok
[INFO] [stdout] test raft::node::follower::tests::step_appendentries_append ... ok
[INFO] [stdout] test raft::node::leader::tests::step_acceptentries_past_term ... ok
[INFO] [stdout] test raft::node::leader::tests::step_confirmleader_replicate ... ok
[INFO] [stdout] test raft::node::leader::tests::step_confirmleader_vote ... ok
[INFO] [stdout] test raft::node::follower::tests::step_appendentries_reject_missing_base_term ... ok
[INFO] [stdout] test raft::node::leader::tests::step_clientrequest_mutate ... ok
[INFO] [stdout] test raft::node::leader::tests::step_clientrequest_query ... ok
[INFO] [stdout] test raft::node::follower::tests::step_solicitvote_last_term_outdated ... ok
[INFO] [stdout] test raft::node::leader::tests::step_clientrequest_status ... ok
[INFO] [stdout] test raft::node::leader::tests::step_heartbeat_future_term ... ok
[INFO] [stdout] test raft::node::leader::tests::tick ... ok
[INFO] [stdout] test raft::node::leader::tests::step_rejectentries ... ok
[INFO] [stdout] test raft::node::tests::into_role ... ok
[INFO] [stdout] test raft::node::leader::tests::step_heartbeat_past_term ... ok
[INFO] [stdout] test raft::node::tests::quorum_size ... ok
[INFO] [stdout] test raft::node::tests::quorum_value ... ok
[INFO] [stdout] test raft::node::tests::send ... ok
[INFO] [stdout] test raft::state::tests::driver_query ... ok
[INFO] [stdout] test raft::state::tests::driver_apply ... ok
[INFO] [stdout] test raft::state::tests::driver_query_noquorum ... ok
[INFO] [stdout] test raft::state::tests::driver_query_noterm ... ok
[INFO] [stdout] test raft::state::tests::driver_abort ... ok
[INFO] [stdout] test raft::log::tests::splice ... ok
[INFO] [stdout] test raft::node::candidate::tests::step_clientrequest ... ok
[INFO] [stdout] test raft::node::tests::new ... ok
[INFO] [stdout] test raft::node::tests::new_single ... ok
[INFO] [stdout] test storage::engine::bitcask::tests::log_lock ... ok
[INFO] [stdout] test storage::engine::bitcask::tests::point_ops ... ok
[INFO] [stdout] test storage::engine::bitcask::tests::log ... ok
[INFO] [stdout] test storage::engine::bitcask::tests::compact ... ok
[INFO] [stdout] test storage::engine::bitcask::tests::point_ops_empty ... ok
[INFO] [stdout] test storage::engine::bitcask::tests::reopen ... ok
[INFO] [stdout] test storage::engine::bitcask::tests::status ... ok
[INFO] [stdout] test storage::engine::memory::tests::point_ops_empty ... ok
[INFO] [stdout] test storage::engine::bitcask::tests::status_full ... ok
[INFO] [stdout] test storage::engine::bitcask::tests::scan_prefix ... ok
[INFO] [stdout] test storage::engine::memory::tests::scan ... ok
[INFO] [stdout] test storage::engine::bitcask::tests::scan ... ok
[INFO] [stdout] test storage::engine::memory::tests::point_ops ... ok
[INFO] [stdout] test storage::engine::memory::tests::status ... ok
[INFO] [stdout] test storage::keycode::tests::array_bool ... ok
[INFO] [stdout] test storage::engine::bitcask::tests::new_compact ... ok
[INFO] [stdout] test storage::keycode::tests::bool_false ... ok
[INFO] [stdout] test storage::keycode::tests::bool_true ... ok
[INFO] [stdout] test storage::keycode::tests::bytes ... ok
[INFO] [stdout] test raft::log::tests::commit ... ok
[INFO] [stdout] test storage::keycode::tests::bytes_escape ... ok
[INFO] [stdout] test storage::engine::bitcask::tests::random_ops ... ok
[INFO] [stdout] test raft::node::tests::new_state_apply_all ... ok
[INFO] [stdout] test storage::keycode::tests::enum_cow ... ok
[INFO] [stdout] test storage::keycode::tests::enum_cow_borrow ... ok
[INFO] [stdout] test storage::keycode::tests::enum_newtype ... ok
[INFO] [stdout] test storage::keycode::tests::enum_tuple ... ok
[INFO] [stdout] test storage::keycode::tests::enum_unit ... ok
[INFO] [stdout] test raft::node::tests::new_state_apply_partial ... ok
[INFO] [stdout] test storage::engine::memory::tests::scan_prefix ... ok
[INFO] [stdout] test storage::keycode::tests::bytes_empty ... ok
[INFO] [stdout] test storage::engine::memory::tests::random_ops ... ok
[INFO] [stdout] test storage::engine::bitcask::tests::recovery ... ok
[INFO] [stdout] test raft::node::follower::tests::step_heartbeat_fake_leader - should panic ... ok
[INFO] [stdout] test raft::node::leader::tests::step_acceptentries_future_index - should panic ... ok
[INFO] [stdout] test raft::node::leader::tests::step_heartbeat_current_term - should panic ... ok
[INFO] [stdout] test storage::keycode::tests::f64_min ... ok
[INFO] [stdout] test storage::keycode::tests::f64_neg_pi ... ok
[INFO] [stdout] test storage::keycode::tests::f64_pi ... ok
[INFO] [stdout] test storage::keycode::tests::f64_neg_inf ... ok
[INFO] [stdout] test storage::keycode::tests::f64_zero ... ok
[INFO] [stdout] test storage::keycode::tests::f64_neg_zero ... ok
[INFO] [stdout] test raft::node::tests::new_state_apply_missing - should panic ... ok
[INFO] [stdout] test storage::keycode::tests::char_serialize_error - should panic ... ok
[INFO] [stdout] test storage::keycode::tests::bool_2_deserialize_error - should panic ... ok
[INFO] [stdout] test storage::keycode::tests::i64_0 ... ok
[INFO] [stdout] test storage::keycode::tests::bool_empty_deserialize_error - should panic ... ok
[INFO] [stdout] test storage::keycode::tests::i64_1 ... ok
[INFO] [stdout] test storage::keycode::tests::i64_65535 ... ok
[INFO] [stdout] test storage::keycode::tests::i64_min ... ok
[INFO] [stdout] test storage::keycode::tests::i64_max ... ok
[INFO] [stdout] test storage::keycode::tests::i64_neg_1 ... ok
[INFO] [stdout] test storage::keycode::tests::i64_neg_65535 ... ok
[INFO] [stdout] test storage::keycode::tests::char_deserialize_error - should panic ... ok
[INFO] [stdout] test storage::keycode::tests::f32_deserialize_error - should panic ... ok
[INFO] [stdout] test storage::keycode::tests::f64_inf ... ok
[INFO] [stdout] test storage::keycode::tests::f32_serialize_error - should panic ... ok
[INFO] [stdout] test storage::keycode::tests::f64_max ... ok
[INFO] [stdout] test storage::keycode::tests::some_serialize_error - should panic ... ok
[INFO] [stdout] test storage::keycode::tests::string ... ok
[INFO] [stdout] test storage::keycode::tests::string_empty ... ok
[INFO] [stdout] test storage::keycode::tests::i16_deserialize_error - should panic ... ok
[INFO] [stdout] test storage::keycode::tests::i16_serialize_error - should panic ... ok
[INFO] [stdout] test storage::keycode::tests::i32_deserialize_error - should panic ... ok
[INFO] [stdout] test storage::keycode::tests::i32_serialize_error - should panic ... ok
[INFO] [stdout] test storage::keycode::tests::i8_deserialize_error - should panic ... ok
[INFO] [stdout] test storage::keycode::tests::i8_serialize_error - should panic ... ok
[INFO] [stdout] test storage::keycode::tests::none_serialize_error - should panic ... ok
[INFO] [stdout] test storage::keycode::tests::string_utf8 ... ok
[INFO] [stdout] test storage::keycode::tests::string_escape ... ok
[INFO] [stdout] test storage::keycode::tests::tuple ... ok
[INFO] [stdout] test storage::keycode::tests::tuple_partial_deserialize_error - should panic ... ok
[INFO] [stdout] test storage::keycode::tests::u64_1 ... ok
[INFO] [stdout] test storage::keycode::tests::u64_max ... ok
[INFO] [stdout] test storage::keycode::tests::string_utf8_invalid_deserialize_error - should panic ... ok
[INFO] [stdout] test storage::keycode::tests::u64_min ... ok
[INFO] [stdout] test storage::keycode::tests::u128_serialize_error - should panic ... ok
[INFO] [stdout] test storage::keycode::tests::u16_deserialize_error - should panic ... ok
[INFO] [stdout] test storage::keycode::tests::u16_serialize_error - should panic ... ok
[INFO] [stdout] test storage::keycode::tests::u128_deserialize_error - should panic ... ok
[INFO] [stdout] test storage::keycode::tests::u32_deserialize_error - should panic ... ok
[INFO] [stdout] test storage::keycode::tests::i128_serialize_error - should panic ... ok
[INFO] [stdout] test storage::keycode::tests::u32_serialize_error - should panic ... ok
[INFO] [stdout] test storage::keycode::tests::i128_deserialize_error - should panic ... ok
[INFO] [stdout] test storage::keycode::tests::u64_partial_deserialize_error - should panic ... ok
[INFO] [stdout] test storage::keycode::tests::vec_bool ... ok
[INFO] [stdout] test storage::keycode::tests::vec_u64 ... ok
[INFO] [stdout] test storage::keycode::tests::option_deserialize_error - should panic ... ok
[INFO] [stdout] test storage::keycode::tests::vec_u8_deserialize_error - should panic ... ok
[INFO] [stdout] test storage::keycode::tests::vec_u8_serialize_error - should panic ... ok
[INFO] [stdout] test storage::keycode::tests::u8_serialize_error - should panic ... ok
[INFO] [stdout] test storage::keycode::tests::value_float ... ok
[INFO] [stdout] test storage::keycode::tests::value_string ... ok
[INFO] [stdout] test storage::keycode::tests::value_bool ... ok
[INFO] [stdout] test storage::keycode::tests::value_null ... ok
[INFO] [stdout] test storage::keycode::tests::value_int ... ok
[INFO] [stdout] test storage::mvcc::tests::anomaly_read_skew ... ok
[INFO] [stdout] test storage::keycode::tests::u64_65535 ... ok
[INFO] [stdout] test storage::mvcc::tests::anomaly_dirty_read ... ok
[INFO] [stdout] test storage::mvcc::tests::anomaly_dirty_write ... ok
[INFO] [stdout] test storage::mvcc::tests::begin_read_only ... ok
[INFO] [stdout] test storage::mvcc::tests::anomaly_fuzzy_read ... ok
[INFO] [stdout] test storage::mvcc::tests::anomaly_lost_update ... ok
[INFO] [stdout] test storage::mvcc::tests::begin ... ok
[INFO] [stdout] test storage::mvcc::tests::anomaly_write_skew ... ok
[INFO] [stdout] test storage::mvcc::tests::delete ... ok
[INFO] [stdout] test storage::mvcc::tests::anomaly_phantom_read ... ok
[INFO] [stdout] test storage::mvcc::tests::begin_as_of ... ok
[INFO] [stdout] test storage::mvcc::tests::key_prefix ... ok
[INFO] [stdout] test storage::mvcc::tests::get ... ok
[INFO] [stdout] test storage::mvcc::tests::scan_key_version_encoding ... ok
[INFO] [stdout] test storage::mvcc::tests::delete_conflict ... ok
[INFO] [stdout] test storage::mvcc::tests::set ... ok
[INFO] [stdout] test storage::mvcc::tests::scan_isolation ... ok
[INFO] [stdout] test storage::mvcc::tests::rollback ... ok
[INFO] [stdout] test storage::mvcc::tests::get_isolation ... ok
[INFO] [stdout] test storage::mvcc::tests::scan ... ok
[INFO] [stdout] test storage::mvcc::tests::resume ... ok
[INFO] [stdout] test storage::mvcc::tests::scan_prefix ... ok
[INFO] [stdout] test storage::mvcc::tests::unversioned ... ok
[INFO] [stdout] test storage::mvcc::tests::set_conflict ... ok
[INFO] [stdout] test storage::engine::memory::tests::point_ops_sizes ... ok
[INFO] [stdout] test storage::engine::bitcask::tests::point_ops_sizes ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 181 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.17s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/bin/bank.rs (/opt/rustwide/target/debug/deps/bank-00e9bcbf415adeaa)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/bin/radb.rs (/opt/rustwide/target/debug/deps/radb-68b12f20a0902144)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/bin/radump.rs (/opt/rustwide/target/debug/deps/radump-f1dc4db1f65c5eba)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/bin/rasql.rs (/opt/rustwide/target/debug/deps/rasql-83abf5bff60df8bf)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/setup.rs (/opt/rustwide/target/debug/deps/setup-5ac3b7cdfa63590c)
[INFO] [stdout] 
[INFO] [stderr]      Running tests/tests.rs (/opt/rustwide/target/debug/deps/tests-c49f10ce8e6bd0ad)
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 935 tests
[INFO] [stdout] test client::execute_txn ... ok
[INFO] [stdout] test sql::expression::const_case ... ok
[INFO] [stdout] test sql::expression::const_false ... ok
[INFO] [stdout] test sql::expression::const_infinity ... ok
[INFO] [stdout] test sql::expression::const_nan ... ok
[INFO] [stdout] test sql::expression::const_null ... ok
[INFO] [stdout] test sql::expression::const_true ... ok
[INFO] [stdout] test sql::expression::func_unknown ... ok
[INFO] [stdout] test sql::expression::func_unknown_args ... ok
[INFO] [stdout] test sql::expression::func_unknown_case ... ok
[INFO] [stdout] test sql::expression::func_unknown_open ... ok
[INFO] [stdout] test sql::expression::func_unknown_space ... ok
[INFO] [stdout] test sql::expression::func_unknown_trailing_comma ... ok
[INFO] [stdout] test sql::expression::lit_float ... ok
[INFO] [stdout] test sql::expression::lit_float_exp ... ok
[INFO] [stdout] test sql::expression::lit_float_exp_neg ... ok
[INFO] [stdout] test sql::expression::lit_float_max ... ok
[INFO] [stdout] test sql::expression::lit_float_max_neg ... ok
[INFO] [stdout] test sql::expression::lit_float_min ... ok
[INFO] [stdout] test sql::expression::lit_float_min_neg ... ok
[INFO] [stdout] test sql::expression::lit_float_min_round ... ok
[INFO] [stdout] test sql::expression::lit_float_no_decimal ... ok
[INFO] [stdout] test sql::expression::lit_float_overflow ... ok
[INFO] [stdout] test sql::expression::lit_float_round_53bit ... ok
[INFO] [stdout] test sql::expression::lit_float_underflow ... ok
[INFO] [stdout] test sql::expression::lit_float_zero_decimal ... ok
[INFO] [stdout] test sql::expression::lit_integer ... ok
[INFO] [stdout] test sql::expression::lit_integer_max ... ok
[INFO] [stdout] test sql::expression::lit_integer_min ... ok
[INFO] [stdout] test sql::expression::lit_integer_multidigit ... ok
[INFO] [stdout] test sql::expression::lit_integer_overflow ... ok
[INFO] [stdout] test sql::expression::lit_integer_underflow ... ok
[INFO] [stdout] test sql::expression::lit_integer_zeroprefix ... ok
[INFO] [stdout] test sql::expression::lit_string ... ok
[INFO] [stdout] test sql::expression::lit_string_escape ... ok
[INFO] [stdout] test sql::expression::lit_string_long ... ok
[INFO] [stdout] test sql::expression::lit_string_quotes ... ok
[INFO] [stdout] test sql::expression::lit_string_whitespace ... ok
[INFO] [stdout] test sql::expression::op_add_error_bool ... ok
[INFO] [stdout] test sql::expression::op_add_error_strings ... ok
[INFO] [stdout] test sql::expression::op_add_float_float ... ok
[INFO] [stdout] test sql::expression::op_add_float_int ... ok
[INFO] [stdout] test sql::expression::op_add_float_null ... ok
[INFO] [stdout] test sql::expression::op_add_infinity ... ok
[INFO] [stdout] test sql::expression::op_add_int_float ... ok
[INFO] [stdout] test sql::expression::op_add_int_int ... ok
[INFO] [stdout] test sql::expression::op_add_int_null ... ok
[INFO] [stdout] test sql::expression::op_add_nan ... ok
[INFO] [stdout] test sql::expression::op_add_negative ... ok
[INFO] [stdout] test sql::expression::op_add_null_float ... ok
[INFO] [stdout] test sql::expression::op_add_null_int ... ok
[INFO] [stdout] test sql::expression::op_add_null_null ... ok
[INFO] [stdout] test sql::expression::op_add_overflow_float ... ok
[INFO] [stdout] test sql::expression::op_add_overflow_int ... ok
[INFO] [stdout] test sql::expression::op_add_round_int_float ... ok
[INFO] [stdout] test sql::expression::op_add_underflow_int ... ok
[INFO] [stdout] test sql::expression::op_and_error_float ... ok
[INFO] [stdout] test sql::expression::op_and_error_integer ... ok
[INFO] [stdout] test sql::expression::op_and_error_string ... ok
[INFO] [stdout] test sql::expression::op_and_false_false ... ok
[INFO] [stdout] test sql::expression::op_and_false_null ... ok
[INFO] [stdout] test sql::expression::op_and_false_true ... ok
[INFO] [stdout] test sql::expression::op_and_null_false ... ok
[INFO] [stdout] test sql::expression::op_and_null_null ... ok
[INFO] [stdout] test sql::expression::op_and_null_true ... ok
[INFO] [stdout] test sql::expression::op_and_true_false ... ok
[INFO] [stdout] test sql::expression::op_and_true_null ... ok
[INFO] [stdout] test sql::expression::op_and_true_true ... ok
[INFO] [stdout] test sql::expression::op_assert_error_bool ... ok
[INFO] [stdout] test sql::expression::op_assert_error_string ... ok
[INFO] [stdout] test sql::expression::op_assert_float ... ok
[INFO] [stdout] test sql::expression::op_assert_infinity ... ok
[INFO] [stdout] test sql::expression::op_assert_int ... ok
[INFO] [stdout] test sql::expression::op_assert_multi ... ok
[INFO] [stdout] test sql::expression::op_assert_nan ... ok
[INFO] [stdout] test sql::expression::op_assert_null ... ok
[INFO] [stdout] test sql::expression::op_assoc_exp ... ok
[INFO] [stdout] test sql::expression::op_assoc_exp_paren ... ok
[INFO] [stdout] test sql::expression::op_divide_error_bool ... ok
[INFO] [stdout] test sql::expression::op_divide_error_strings ... ok
[INFO] [stdout] test sql::expression::op_divide_float_float ... ok
[INFO] [stdout] test sql::expression::op_divide_float_float_zero ... ok
[INFO] [stdout] test sql::expression::op_divide_float_float_zero_zero ... ok
[INFO] [stdout] test sql::expression::op_divide_float_integer ... ok
[INFO] [stdout] test sql::expression::op_divide_float_integer_zero ... ok
[INFO] [stdout] test sql::expression::op_divide_float_null ... ok
[INFO] [stdout] test sql::expression::op_divide_infinity ... ok
[INFO] [stdout] test sql::expression::op_divide_infinity_divisor ... ok
[INFO] [stdout] test sql::expression::op_divide_infinity_infinity ... ok
[INFO] [stdout] test sql::expression::op_divide_integer_float ... ok
[INFO] [stdout] test sql::expression::op_divide_integer_float_zero ... ok
[INFO] [stdout] test sql::expression::op_divide_integer_integer ... ok
[INFO] [stdout] test sql::expression::op_divide_integer_integer_negative ... ok
[INFO] [stdout] test sql::expression::op_divide_integer_integer_zero ... ok
[INFO] [stdout] test sql::expression::op_divide_integer_null ... ok
[INFO] [stdout] test sql::expression::op_divide_nan ... ok
[INFO] [stdout] test sql::expression::op_divide_null_float ... ok
[INFO] [stdout] test sql::expression::op_divide_null_integer ... ok
[INFO] [stdout] test sql::expression::op_divide_null_null ... ok
[INFO] [stdout] test sql::expression::op_eq_bool ... ok
[INFO] [stdout] test sql::expression::op_eq_bool_not ... ok
[INFO] [stdout] test sql::expression::op_eq_conflict ... ok
[INFO] [stdout] test sql::expression::op_eq_float ... ok
[INFO] [stdout] test sql::expression::op_eq_float_infinity ... ok
[INFO] [stdout] test sql::expression::op_eq_float_int ... ok
[INFO] [stdout] test sql::expression::op_eq_float_int_not ... ok
[INFO] [stdout] test sql::expression::op_eq_float_nan ... ok
[INFO] [stdout] test sql::expression::op_eq_float_not ... ok
[INFO] [stdout] test sql::expression::op_eq_int ... ok
[INFO] [stdout] test sql::expression::op_eq_int_float ... ok
[INFO] [stdout] test sql::expression::op_eq_int_float_not ... ok
[INFO] [stdout] test sql::expression::op_eq_int_not ... ok
[INFO] [stdout] test sql::expression::op_eq_int_null ... ok
[INFO] [stdout] test sql::expression::op_eq_null ... ok
[INFO] [stdout] test sql::expression::op_eq_null_int ... ok
[INFO] [stdout] test sql::expression::op_eq_string ... ok
[INFO] [stdout] test sql::expression::op_eq_string_case ... ok
[INFO] [stdout] test sql::expression::op_eq_string_not ... ok
[INFO] [stdout] test sql::expression::op_eq_string_unicode ... ok
[INFO] [stdout] test sql::expression::op_eq_string_unicode_not ... ok
[INFO] [stdout] test sql::expression::op_exp_error_bool ... ok
[INFO] [stdout] test sql::expression::op_exp_error_strings ... ok
[INFO] [stdout] test sql::expression::op_exp_float_float ... ok
[INFO] [stdout] test sql::expression::op_exp_float_int ... ok
[INFO] [stdout] test sql::expression::op_exp_float_null ... ok
[INFO] [stdout] test sql::expression::op_exp_infinity ... ok
[INFO] [stdout] test sql::expression::op_exp_infinity_exp ... ok
[INFO] [stdout] test sql::expression::op_exp_infinity_infinity ... ok
[INFO] [stdout] test sql::expression::op_exp_int_float ... ok
[INFO] [stdout] test sql::expression::op_exp_int_int ... ok
[INFO] [stdout] test sql::expression::op_exp_int_int_large ... ok
[INFO] [stdout] test sql::expression::op_exp_int_null ... ok
[INFO] [stdout] test sql::expression::op_exp_nan ... ok
[INFO] [stdout] test sql::expression::op_exp_nan_exp ... ok
[INFO] [stdout] test sql::expression::op_exp_negative ... ok
[INFO] [stdout] test sql::expression::op_exp_null_float ... ok
[INFO] [stdout] test sql::expression::op_exp_null_int ... ok
[INFO] [stdout] test sql::expression::op_exp_null_null ... ok
[INFO] [stdout] test sql::expression::op_exp_overflow_float ... ok
[INFO] [stdout] test sql::expression::op_exp_overflow_int ... ok
[INFO] [stdout] test sql::expression::op_factorial ... ok
[INFO] [stdout] test sql::expression::op_factorial_error_bool ... ok
[INFO] [stdout] test sql::expression::op_factorial_error_float ... ok
[INFO] [stdout] test sql::expression::op_factorial_error_negative ... ok
[INFO] [stdout] test sql::expression::op_factorial_error_string ... ok
[INFO] [stdout] test sql::expression::op_factorial_null ... ok
[INFO] [stdout] test sql::expression::op_factorial_zero ... ok
[INFO] [stdout] test sql::expression::op_gt_bool ... ok
[INFO] [stdout] test sql::expression::op_gt_bool_eq ... ok
[INFO] [stdout] test sql::expression::op_gt_bool_not ... ok
[INFO] [stdout] test sql::expression::op_gt_conflict ... ok
[INFO] [stdout] test sql::expression::op_gt_float ... ok
[INFO] [stdout] test sql::expression::op_gt_float_eq ... ok
[INFO] [stdout] test sql::expression::op_gt_float_infinity ... ok
[INFO] [stdout] test sql::expression::op_gt_float_int ... ok
[INFO] [stdout] test sql::expression::op_gt_float_int_eq ... ok
[INFO] [stdout] test sql::expression::op_gt_float_int_not ... ok
[INFO] [stdout] test sql::expression::op_gt_float_nan ... ok
[INFO] [stdout] test sql::expression::op_gt_float_not ... ok
[INFO] [stdout] test sql::expression::op_gt_int ... ok
[INFO] [stdout] test sql::expression::op_gt_int_eq ... ok
[INFO] [stdout] test sql::expression::op_gt_int_float ... ok
[INFO] [stdout] test sql::expression::op_gt_int_float_eq ... ok
[INFO] [stdout] test sql::expression::op_gt_int_float_not ... ok
[INFO] [stdout] test sql::expression::op_gt_int_not ... ok
[INFO] [stdout] test sql::expression::op_gt_int_null ... ok
[INFO] [stdout] test sql::expression::op_gt_null ... ok
[INFO] [stdout] test sql::expression::op_gt_null_int ... ok
[INFO] [stdout] test sql::expression::op_gt_string ... ok
[INFO] [stdout] test sql::expression::op_gt_string_case ... ok
[INFO] [stdout] test sql::expression::op_gt_string_case_eq ... ok
[INFO] [stdout] test sql::expression::op_gt_string_case_not ... ok
[INFO] [stdout] test sql::expression::op_gt_string_eq ... ok
[INFO] [stdout] test sql::expression::op_gt_string_not ... ok
[INFO] [stdout] test sql::expression::op_gt_string_prefix ... ok
[INFO] [stdout] test sql::expression::op_gt_string_prefix_not ... ok
[INFO] [stdout] test sql::expression::op_gt_string_unicode ... ok
[INFO] [stdout] test sql::expression::op_gt_string_unicode_eq ... ok
[INFO] [stdout] test sql::expression::op_gt_string_unicode_not ... ok
[INFO] [stdout] test sql::expression::op_gte_bool ... ok
[INFO] [stdout] test sql::expression::op_gte_bool_gt ... ok
[INFO] [stdout] test sql::expression::op_gte_bool_not ... ok
[INFO] [stdout] test sql::expression::op_gte_conflict ... ok
[INFO] [stdout] test sql::expression::op_gte_float ... ok
[INFO] [stdout] test sql::expression::op_gte_float_gt ... ok
[INFO] [stdout] test sql::expression::op_gte_float_infinity ... ok
[INFO] [stdout] test sql::expression::op_gte_float_int ... ok
[INFO] [stdout] test sql::expression::op_gte_float_int_gt ... ok
[INFO] [stdout] test sql::expression::op_gte_float_int_not ... ok
[INFO] [stdout] test sql::expression::op_gte_float_nan ... ok
[INFO] [stdout] test sql::expression::op_gte_float_not ... ok
[INFO] [stdout] test sql::expression::op_gte_int ... ok
[INFO] [stdout] test sql::expression::op_gte_int_float ... ok
[INFO] [stdout] test sql::expression::op_gte_int_float_gt ... ok
[INFO] [stdout] test sql::expression::op_gte_int_float_not ... ok
[INFO] [stdout] test sql::expression::op_gte_int_gt ... ok
[INFO] [stdout] test sql::expression::op_gte_int_not ... ok
[INFO] [stdout] test sql::expression::op_gte_int_null ... ok
[INFO] [stdout] test sql::expression::op_gte_null ... ok
[INFO] [stdout] test sql::expression::op_gte_null_int ... ok
[INFO] [stdout] test sql::expression::op_gte_string ... ok
[INFO] [stdout] test sql::expression::op_gte_string_case ... ok
[INFO] [stdout] test sql::expression::op_gte_string_case_not ... ok
[INFO] [stdout] test sql::expression::op_gte_string_gt ... ok
[INFO] [stdout] test sql::expression::op_gte_string_not ... ok
[INFO] [stdout] test sql::expression::op_gte_string_prefix ... ok
[INFO] [stdout] test sql::expression::op_gte_string_prefix_not ... ok
[INFO] [stdout] test sql::expression::op_gte_string_unicode ... ok
[INFO] [stdout] test sql::expression::op_gte_string_unicode_gt ... ok
[INFO] [stdout] test sql::expression::op_gte_string_unicode_not ... ok
[INFO] [stdout] test sql::expression::op_like_case ... ok
[INFO] [stdout] test sql::expression::op_like_eq ... ok
[INFO] [stdout] test sql::expression::op_like_multi ... ok
[INFO] [stdout] test sql::expression::op_like_neq ... ok
[INFO] [stdout] test sql::expression::op_like_null ... ok
[INFO] [stdout] test sql::expression::op_like_null_lhs ... ok
[INFO] [stdout] test sql::expression::op_like_percent ... ok
[INFO] [stdout] test sql::expression::op_like_percent_escape ... ok
[INFO] [stdout] test sql::expression::op_like_percent_escape_not ... ok
[INFO] [stdout] test sql::expression::op_like_percent_none ... ok
[INFO] [stdout] test sql::expression::op_like_percent_not ... ok
[INFO] [stdout] test sql::expression::op_like_percent_prefix ... ok
[INFO] [stdout] test sql::expression::op_like_percent_suffix ... ok
[INFO] [stdout] test sql::expression::op_like_question ... ok
[INFO] [stdout] test sql::expression::op_like_star ... ok
[INFO] [stdout] test sql::expression::op_like_underscore ... ok
[INFO] [stdout] test sql::expression::op_like_underscore_escape ... ok
[INFO] [stdout] test sql::expression::op_like_underscore_escape_not ... ok
[INFO] [stdout] test sql::expression::op_like_underscore_not ... ok
[INFO] [stdout] test sql::expression::op_lt_bool ... ok
[INFO] [stdout] test sql::expression::op_lt_bool_eq ... ok
[INFO] [stdout] test sql::expression::op_lt_bool_not ... ok
[INFO] [stdout] test sql::expression::op_lt_conflict ... ok
[INFO] [stdout] test sql::expression::op_lt_float ... ok
[INFO] [stdout] test sql::expression::op_lt_float_eq ... ok
[INFO] [stdout] test sql::expression::op_lt_float_infinity ... ok
[INFO] [stdout] test sql::expression::op_lt_float_int ... ok
[INFO] [stdout] test sql::expression::op_lt_float_int_eq ... ok
[INFO] [stdout] test sql::expression::op_lt_float_int_not ... ok
[INFO] [stdout] test sql::expression::op_lt_float_nan ... ok
[INFO] [stdout] test sql::expression::op_lt_float_not ... ok
[INFO] [stdout] test sql::expression::op_lt_int ... ok
[INFO] [stdout] test sql::expression::op_lt_int_eq ... ok
[INFO] [stdout] test sql::expression::op_lt_int_float ... ok
[INFO] [stdout] test sql::expression::op_lt_int_float_eq ... ok
[INFO] [stdout] test sql::expression::op_lt_int_float_not ... ok
[INFO] [stdout] test sql::expression::op_lt_int_not ... ok
[INFO] [stdout] test sql::expression::op_lt_int_null ... ok
[INFO] [stdout] test sql::expression::op_lt_null ... ok
[INFO] [stdout] test sql::expression::op_lt_null_int ... ok
[INFO] [stdout] test sql::expression::op_lt_string ... ok
[INFO] [stdout] test sql::expression::op_lt_string_case ... ok
[INFO] [stdout] test sql::expression::op_lt_string_case_eq ... ok
[INFO] [stdout] test sql::expression::op_lt_string_case_not ... ok
[INFO] [stdout] test sql::expression::op_lt_string_eq ... ok
[INFO] [stdout] test sql::expression::op_lt_string_not ... ok
[INFO] [stdout] test sql::expression::op_lt_string_prefix ... ok
[INFO] [stdout] test sql::expression::op_lt_string_prefix_not ... ok
[INFO] [stdout] test sql::expression::op_lt_string_unicode ... ok
[INFO] [stdout] test sql::expression::op_lt_string_unicode_eq ... ok
[INFO] [stdout] test sql::expression::op_lt_string_unicode_not ... ok
[INFO] [stdout] test sql::expression::op_lte_bool ... ok
[INFO] [stdout] test sql::expression::op_lte_bool_lt ... ok
[INFO] [stdout] test sql::expression::op_lte_bool_not ... ok
[INFO] [stdout] test sql::expression::op_lte_conflict ... ok
[INFO] [stdout] test sql::expression::op_lte_float ... ok
[INFO] [stdout] test sql::expression::op_lte_float_infinity ... ok
[INFO] [stdout] test sql::expression::op_lte_float_int ... ok
[INFO] [stdout] test sql::expression::op_lte_float_int_lt ... ok
[INFO] [stdout] test sql::expression::op_lte_float_int_not ... ok
[INFO] [stdout] test sql::expression::op_lte_float_lt ... ok
[INFO] [stdout] test sql::expression::op_lte_float_nan ... ok
[INFO] [stdout] test sql::expression::op_lte_float_not ... ok
[INFO] [stdout] test sql::expression::op_lte_int ... ok
[INFO] [stdout] test sql::expression::op_lte_int_float ... ok
[INFO] [stdout] test sql::expression::op_lte_int_float_lt ... ok
[INFO] [stdout] test sql::expression::op_lte_int_float_not ... ok
[INFO] [stdout] test sql::expression::op_lte_int_lt ... ok
[INFO] [stdout] test sql::expression::op_lte_int_not ... ok
[INFO] [stdout] test sql::expression::op_lte_int_null ... ok
[INFO] [stdout] test sql::expression::op_lte_null ... ok
[INFO] [stdout] test sql::expression::op_lte_null_int ... ok
[INFO] [stdout] test sql::expression::op_lte_string ... ok
[INFO] [stdout] test sql::expression::op_lte_string_case ... ok
[INFO] [stdout] test sql::expression::op_lte_string_case_not ... ok
[INFO] [stdout] test sql::expression::op_lte_string_lt ... ok
[INFO] [stdout] test sql::expression::op_lte_string_not ... ok
[INFO] [stdout] test sql::expression::op_lte_string_prefix ... ok
[INFO] [stdout] test sql::expression::op_lte_string_prefix_not ... ok
[INFO] [stdout] test sql::expression::op_lte_string_unicode ... ok
[INFO] [stdout] test sql::expression::op_lte_string_unicode_lt ... ok
[INFO] [stdout] test sql::expression::op_lte_string_unicode_not ... ok
[INFO] [stdout] test sql::expression::op_modulo_error_bool ... ok
[INFO] [stdout] test sql::expression::op_modulo_error_strings ... ok
[INFO] [stdout] test sql::expression::op_modulo_float_float ... ok
[INFO] [stdout] test sql::expression::op_modulo_float_float_zero ... ok
[INFO] [stdout] test sql::expression::op_modulo_float_int ... ok
[INFO] [stdout] test sql::expression::op_modulo_float_null ... ok
[INFO] [stdout] test sql::expression::op_modulo_infinity ... ok
[INFO] [stdout] test sql::expression::op_modulo_infinity_divisor ... ok
[INFO] [stdout] test sql::expression::op_modulo_int_float ... ok
[INFO] [stdout] test sql::expression::op_modulo_int_int ... ok
[INFO] [stdout] test sql::expression::op_modulo_int_int_zero ... ok
[INFO] [stdout] test sql::expression::op_modulo_int_null ... ok
[INFO] [stdout] test sql::expression::op_modulo_nan ... ok
[INFO] [stdout] test sql::expression::op_modulo_negative ... ok
[INFO] [stdout] test sql::expression::op_modulo_negative_rhs ... ok
[INFO] [stdout] test sql::expression::op_modulo_null_float ... ok
[INFO] [stdout] test sql::expression::op_modulo_null_int ... ok
[INFO] [stdout] test sql::expression::op_modulo_null_null ... ok
[INFO] [stdout] test sql::expression::op_multiply_error_bool ... ok
[INFO] [stdout] test sql::expression::op_multiply_error_strings ... ok
[INFO] [stdout] test sql::expression::op_multiply_float_float ... ok
[INFO] [stdout] test sql::expression::op_multiply_float_int ... ok
[INFO] [stdout] test sql::expression::op_multiply_float_null ... ok
[INFO] [stdout] test sql::expression::op_multiply_infinity ... ok
[INFO] [stdout] test sql::expression::op_multiply_int_float ... ok
[INFO] [stdout] test sql::expression::op_multiply_int_int ... ok
[INFO] [stdout] test sql::expression::op_multiply_int_null ... ok
[INFO] [stdout] test sql::expression::op_multiply_nan ... ok
[INFO] [stdout] test sql::expression::op_multiply_negative ... ok
[INFO] [stdout] test sql::expression::op_multiply_null_float ... ok
[INFO] [stdout] test sql::expression::op_multiply_null_int ... ok
[INFO] [stdout] test sql::expression::op_multiply_null_null ... ok
[INFO] [stdout] test sql::expression::op_multiply_overflow_float ... ok
[INFO] [stdout] test sql::expression::op_multiply_overflow_int ... ok
[INFO] [stdout] test sql::expression::op_multiply_round_int_float ... ok
[INFO] [stdout] test sql::expression::op_multiply_underflow_int ... ok
[INFO] [stdout] test sql::expression::op_negate ... ok
[INFO] [stdout] test sql::expression::op_negate_double ... ok
[INFO] [stdout] test sql::expression::op_negate_error_bool ... ok
[INFO] [stdout] test sql::expression::op_negate_error_string ... ok
[INFO] [stdout] test sql::expression::op_negate_float ... ok
[INFO] [stdout] test sql::expression::op_negate_infinity ... ok
[INFO] [stdout] test sql::expression::op_negate_mixed ... ok
[INFO] [stdout] test sql::expression::op_negate_multi ... ok
[INFO] [stdout] test sql::expression::op_negate_nan ... ok
[INFO] [stdout] test sql::expression::op_negate_null ... ok
[INFO] [stdout] test sql::expression::op_neq_bool ... ok
[INFO] [stdout] test sql::expression::op_neq_bool_not ... ok
[INFO] [stdout] test sql::expression::op_neq_conflict ... ok
[INFO] [stdout] test sql::expression::op_neq_float ... ok
[INFO] [stdout] test sql::expression::op_neq_float_infinity ... ok
[INFO] [stdout] test sql::expression::op_neq_float_int ... ok
[INFO] [stdout] test sql::expression::op_neq_float_int_not ... ok
[INFO] [stdout] test sql::expression::op_neq_float_nan ... ok
[INFO] [stdout] test sql::expression::op_neq_float_not ... ok
[INFO] [stdout] test sql::expression::op_neq_int ... ok
[INFO] [stdout] test sql::expression::op_neq_int_float ... ok
[INFO] [stdout] test sql::expression::op_neq_int_float_not ... ok
[INFO] [stdout] test sql::expression::op_neq_int_not ... ok
[INFO] [stdout] test sql::expression::op_neq_int_null ... ok
[INFO] [stdout] test sql::expression::op_neq_null ... ok
[INFO] [stdout] test sql::expression::op_neq_null_int ... ok
[INFO] [stdout] test sql::expression::op_neq_string ... ok
[INFO] [stdout] test sql::expression::op_neq_string_case ... ok
[INFO] [stdout] test sql::expression::op_neq_string_not ... ok
[INFO] [stdout] test sql::expression::op_neq_string_unicode ... ok
[INFO] [stdout] test sql::expression::op_neq_string_unicode_not ... ok
[INFO] [stdout] test sql::expression::op_not_error_float ... ok
[INFO] [stdout] test sql::expression::op_not_error_integer ... ok
[INFO] [stdout] test sql::expression::op_not_error_string ... ok
[INFO] [stdout] test sql::expression::op_not_false ... ok
[INFO] [stdout] test sql::expression::op_not_null ... ok
[INFO] [stdout] test sql::expression::op_not_true ... ok
[INFO] [stdout] test sql::expression::op_null ... ok
[INFO] [stdout] test sql::expression::op_null_bool ... ok
[INFO] [stdout] test sql::expression::op_null_bool_not ... ok
[INFO] [stdout] test sql::expression::op_null_not ... ok
[INFO] [stdout] test sql::expression::op_null_rhs_bool ... ok
[INFO] [stdout] test sql::expression::op_or_error_float ... ok
[INFO] [stdout] test sql::expression::op_or_error_integer ... ok
[INFO] [stdout] test sql::expression::op_or_error_string ... ok
[INFO] [stdout] test sql::expression::op_or_false_false ... ok
[INFO] [stdout] test sql::expression::op_or_false_null ... ok
[INFO] [stdout] test sql::expression::op_or_false_true ... ok
[INFO] [stdout] test sql::expression::op_or_null_false ... ok
[INFO] [stdout] test sql::expression::op_or_null_null ... ok
[INFO] [stdout] test sql::expression::op_or_null_true ... ok
[INFO] [stdout] test sql::expression::op_or_true_false ... ok
[INFO] [stdout] test sql::expression::op_or_true_null ... ok
[INFO] [stdout] test sql::expression::op_or_true_true ... ok
[INFO] [stdout] test sql::expression::op_prec_add_gt ... ok
[INFO] [stdout] test sql::expression::op_prec_add_gt_paren ... ok
[INFO] [stdout] test sql::expression::op_prec_add_gte ... ok
[INFO] [stdout] test sql::expression::op_prec_add_gte_paren ... ok
[INFO] [stdout] test sql::expression::op_prec_add_lt ... ok
[INFO] [stdout] test sql::expression::op_prec_add_lt_paren ... ok
[INFO] [stdout] test sql::expression::op_prec_add_lte ... ok
[INFO] [stdout] test sql::expression::op_prec_add_lte_paren ... ok
[INFO] [stdout] test sql::expression::op_prec_add_subtract ... ok
[INFO] [stdout] test sql::expression::op_prec_and_or ... ok
[INFO] [stdout] test sql::expression::op_prec_and_or_paren ... ok
[INFO] [stdout] test sql::expression::op_prec_divide_add ... ok
[INFO] [stdout] test sql::expression::op_prec_divide_add_paren ... ok
[INFO] [stdout] test sql::expression::op_prec_divide_modulo ... ok
[INFO] [stdout] test sql::expression::op_prec_divide_multiply ... ok
[INFO] [stdout] test sql::expression::op_prec_divide_subtract ... ok
[INFO] [stdout] test sql::expression::op_prec_divide_subtract_paren ... ok
[INFO] [stdout] test sql::expression::op_prec_eq_and ... ok
[INFO] [stdout] test sql::expression::op_prec_eq_and_paren ... ok
[INFO] [stdout] test sql::expression::op_prec_eq_like ... ok
[INFO] [stdout] test sql::expression::op_prec_eq_neq ... ok
[INFO] [stdout] test sql::expression::op_prec_exp_divide ... ok
[INFO] [stdout] test sql::expression::op_prec_exp_divide_paren ... ok
[INFO] [stdout] test sql::expression::op_prec_exp_modulo ... ok
[INFO] [stdout] test sql::expression::op_prec_exp_modulo_paren ... ok
[INFO] [stdout] test sql::expression::op_prec_exp_multiply ... ok
[INFO] [stdout] test sql::expression::op_prec_exp_multiply_paren ... ok
[INFO] [stdout] test sql::expression::op_prec_factorial_exp ... ok
[INFO] [stdout] test sql::expression::op_prec_factorial_exp_paren ... ok
[INFO] [stdout] test sql::expression::op_prec_gt_eq ... ok
[INFO] [stdout] test sql::expression::op_prec_gt_eq_paren ... ok
[INFO] [stdout] test sql::expression::op_prec_gt_gte ... ok
[INFO] [stdout] test sql::expression::op_prec_gt_like ... ok
[INFO] [stdout] test sql::expression::op_prec_gt_like_paren ... ok
[INFO] [stdout] test sql::expression::op_prec_gt_lt ... ok
[INFO] [stdout] test sql::expression::op_prec_gt_lte ... ok
[INFO] [stdout] test sql::expression::op_prec_gt_neq ... ok
[INFO] [stdout] test sql::expression::op_prec_gt_neq_paren ... ok
[INFO] [stdout] test sql::expression::op_prec_gte_eq ... ok
[INFO] [stdout] test sql::expression::op_prec_gte_eq_paren ... ok
[INFO] [stdout] test sql::expression::op_prec_gte_gt ... ok
[INFO] [stdout] test sql::expression::op_prec_gte_like ... ok
[INFO] [stdout] test sql::expression::op_prec_gte_like_paren ... ok
[INFO] [stdout] test sql::expression::op_prec_gte_lt ... ok
[INFO] [stdout] test sql::expression::op_prec_gte_lte ... ok
[INFO] [stdout] test sql::expression::op_prec_gte_neq ... ok
[INFO] [stdout] test sql::expression::op_prec_gte_neq_paren ... ok
[INFO] [stdout] test sql::expression::op_prec_is_exp ... ok
[INFO] [stdout] test sql::expression::op_prec_is_exp_paren ... ok
[INFO] [stdout] test sql::expression::op_prec_like_and ... ok
[INFO] [stdout] test sql::expression::op_prec_like_and_paren ... ok
[INFO] [stdout] test sql::expression::op_prec_like_eq ... ok
[INFO] [stdout] test sql::expression::op_prec_like_neq ... ok
[INFO] [stdout] test sql::expression::op_prec_lt_eq ... ok
[INFO] [stdout] test sql::expression::op_prec_lt_eq_paren ... ok
[INFO] [stdout] test sql::expression::op_prec_lt_gt ... ok
[INFO] [stdout] test sql::expression::op_prec_lt_gte ... ok
[INFO] [stdout] test sql::expression::op_prec_lt_like ... ok
[INFO] [stdout] test sql::expression::op_prec_lt_like_paren ... ok
[INFO] [stdout] test sql::expression::op_prec_lt_lte ... ok
[INFO] [stdout] test sql::expression::op_prec_lt_neq ... ok
[INFO] [stdout] test sql::expression::op_prec_lt_neq_paren ... ok
[INFO] [stdout] test sql::expression::op_prec_lte_eq ... ok
[INFO] [stdout] test sql::expression::op_prec_lte_eq_paren ... ok
[INFO] [stdout] test sql::expression::op_prec_lte_gt ... ok
[INFO] [stdout] test sql::expression::op_prec_lte_gte ... ok
[INFO] [stdout] test sql::expression::op_prec_lte_like ... ok
[INFO] [stdout] test sql::expression::op_prec_lte_like_paren ... ok
[INFO] [stdout] test sql::expression::op_prec_lte_lte ... ok
[INFO] [stdout] test sql::expression::op_prec_lte_neq ... ok
[INFO] [stdout] test sql::expression::op_prec_lte_neq_paren ... ok
[INFO] [stdout] test sql::expression::op_prec_modulo_add ... ok
[INFO] [stdout] test sql::expression::op_prec_modulo_add_paren ... ok
[INFO] [stdout] test sql::expression::op_prec_modulo_divide ... ok
[INFO] [stdout] test sql::expression::op_prec_modulo_multiply ... ok
[INFO] [stdout] test sql::expression::op_prec_modulo_subtract ... ok
[INFO] [stdout] test sql::expression::op_prec_modulo_subtract_paren ... ok
[INFO] [stdout] test sql::expression::op_prec_multiply_add ... ok
[INFO] [stdout] test sql::expression::op_prec_multiply_add_paren ... ok
[INFO] [stdout] test sql::expression::op_prec_multiply_divide ... ok
[INFO] [stdout] test sql::expression::op_prec_multiply_modulo ... ok
[INFO] [stdout] test sql::expression::op_prec_multiply_subtract ... ok
[INFO] [stdout] test sql::expression::op_prec_multiply_subtract_paren ... ok
[INFO] [stdout] test sql::expression::op_prec_negate_factorial ... ok
[INFO] [stdout] test sql::expression::op_prec_negate_factorial_paren ... ok
[INFO] [stdout] test sql::expression::op_prec_negate_is ... ok
[INFO] [stdout] test sql::expression::op_prec_negate_is_paren ... ok
[INFO] [stdout] test sql::expression::op_prec_neq_and ... ok
[INFO] [stdout] test sql::expression::op_prec_neq_and_paren ... ok
[INFO] [stdout] test sql::expression::op_prec_neq_eq ... ok
[INFO] [stdout] test sql::expression::op_prec_neq_like ... ok
[INFO] [stdout] test sql::expression::op_prec_not_factorial ... ok
[INFO] [stdout] test sql::expression::op_prec_not_factorial_paren ... ok
[INFO] [stdout] test sql::expression::op_prec_not_is ... ok
[INFO] [stdout] test sql::expression::op_prec_not_is_paren ... ok
[INFO] [stdout] test sql::expression::op_prec_subtract_add ... ok
[INFO] [stdout] test sql::expression::op_prec_subtract_gt ... ok
[INFO] [stdout] test sql::expression::op_prec_subtract_gt_paren ... ok
[INFO] [stdout] test sql::expression::op_prec_subtract_gte ... ok
[INFO] [stdout] test sql::expression::op_prec_subtract_gte_paren ... ok
[INFO] [stdout] test sql::expression::op_prec_subtract_lt ... ok
[INFO] [stdout] test sql::expression::op_prec_subtract_lt_paren ... ok
[INFO] [stdout] test sql::expression::op_prec_subtract_lte ... ok
[INFO] [stdout] test sql::expression::op_prec_subtract_lte_paren ... ok
[INFO] [stdout] test sql::expression::op_subtract_error_bool ... ok
[INFO] [stdout] test sql::expression::op_subtract_error_strings ... ok
[INFO] [stdout] test sql::expression::op_subtract_float_float ... ok
[INFO] [stdout] test sql::expression::op_subtract_float_int ... ok
[INFO] [stdout] test sql::expression::op_subtract_float_null ... ok
[INFO] [stdout] test sql::expression::op_subtract_infinity ... ok
[INFO] [stdout] test sql::expression::op_subtract_int_float ... ok
[INFO] [stdout] test sql::expression::op_subtract_int_int ... ok
[INFO] [stdout] test sql::expression::op_subtract_int_null ... ok
[INFO] [stdout] test sql::expression::op_subtract_nan ... ok
[INFO] [stdout] test sql::expression::op_subtract_negative ... ok
[INFO] [stdout] test sql::expression::op_subtract_null_float ... ok
[INFO] [stdout] test sql::expression::op_subtract_null_int ... ok
[INFO] [stdout] test sql::expression::op_subtract_null_null ... ok
[INFO] [stdout] test sql::expression::op_subtract_overflow_float ... ok
[INFO] [stdout] test sql::expression::op_subtract_overflow_int ... ok
[INFO] [stdout] test sql::expression::op_subtract_round_int_float ... ok
[INFO] [stdout] test sql::expression::op_subtract_underflow_int ... ok
[INFO] [stdout] test sql::mutation::create_table_bare ... ok
[INFO] [stdout] test sql::mutation::create_table_columns_empty ... ok
[INFO] [stdout] test sql::mutation::create_table_columns_missing ... ok
[INFO] [stdout] test sql::mutation::create_table_datatype ... ok
[INFO] [stdout] test sql::mutation::create_table_datatype_missing ... ok
[INFO] [stdout] test sql::mutation::create_table_datatype_null ... ok
[INFO] [stdout] test sql::mutation::create_table_default_boolean ... ok
[INFO] [stdout] test sql::mutation::create_table_default_conflict ... ok
[INFO] [stdout] test sql::mutation::create_table_default_conflict_float_integer ... ok
[INFO] [stdout] test sql::mutation::create_table_default_conflict_integer_float ... ok
[INFO] [stdout] test sql::mutation::create_table_default_expr ... ok
[INFO] [stdout] test sql::mutation::create_table_default_float ... ok
[INFO] [stdout] test sql::mutation::create_table_default_integer ... ok
[INFO] [stdout] test sql::mutation::create_table_default_null ... ok
[INFO] [stdout] test sql::mutation::create_table_default_null_not ... ok
[INFO] [stdout] test sql::mutation::create_table_default_string ... ok
[INFO] [stdout] test sql::mutation::create_table_exists ... ok
[INFO] [stdout] test sql::mutation::create_table_index ... ok
[INFO] [stdout] test sql::mutation::create_table_index_pk ... ok
[INFO] [stdout] test sql::mutation::create_table_name_alphanumeric ... ok
[INFO] [stdout] test sql::mutation::create_table_name_case ... ok
[INFO] [stdout] test sql::mutation::create_table_name_emoji ... ok
[INFO] [stdout] test sql::mutation::create_table_name_emoji_quoted ... ok
[INFO] [stdout] test sql::mutation::create_table_name_japanese ... ok
[INFO] [stdout] test sql::mutation::create_table_name_keyword ... ok
[INFO] [stdout] test sql::mutation::create_table_name_keyword_quoted ... ok
[INFO] [stdout] test sql::mutation::create_table_name_missing ... ok
[INFO] [stdout] test sql::mutation::create_table_name_quote_double ... ok
[INFO] [stdout] test sql::mutation::create_table_name_quote_double_escaped ... ok
[INFO] [stdout] test sql::mutation::create_table_name_quote_double_single ... ok
[INFO] [stdout] test sql::mutation::create_table_name_quote_double_unterminated ... ok
[INFO] [stdout] test sql::mutation::create_table_name_quote_single ... ok
[INFO] [stdout] test sql::mutation::create_table_name_underscore_prefix ... ok
[INFO] [stdout] test sql::mutation::create_table_null ... ok
[INFO] [stdout] test sql::mutation::create_table_null_default ... ok
[INFO] [stdout] test sql::mutation::create_table_null_not ... ok
[INFO] [stdout] test sql::mutation::create_table_null_not_null ... ok
[INFO] [stdout] test sql::mutation::create_table_pk_default ... ok
[INFO] [stdout] test sql::mutation::create_table_pk_missing ... ok
[INFO] [stdout] test sql::mutation::create_table_pk_multiple ... ok
[INFO] [stdout] test sql::mutation::create_table_pk_nullable ... ok
[INFO] [stdout] test sql::mutation::create_table_pk_unique ... ok
[INFO] [stdout] test sql::mutation::create_table_ref ... ok
[INFO] [stdout] test sql::mutation::create_table_ref_missing ... ok
[INFO] [stdout] test sql::mutation::create_table_ref_multiple ... ok
[INFO] [stdout] test sql::mutation::create_table_ref_self ... ok
[INFO] [stdout] test sql::mutation::create_table_ref_self_type ... ok
[INFO] [stdout] test sql::mutation::create_table_ref_type ... ok
[INFO] [stdout] test sql::mutation::create_table_unique ... ok
[INFO] [stdout] test sql::mutation::create_table_unique_default ... ok
[INFO] [stdout] test sql::mutation::create_table_unique_not_null ... ok
[INFO] [stdout] test sql::mutation::create_table_unique_null ... ok
[INFO] [stdout] test client::pool::drop_rollback ... ok
[INFO] [stdout] test sql::mutation::delete_index_all ... ok
[INFO] [stdout] test sql::mutation::delete_index_single ... ok
[INFO] [stdout] test sql::mutation::delete_index_only ... ok
[INFO] [stdout] test sql::mutation::delete_ref_conflict ... ok
[INFO] [stdout] test sql::mutation::delete_ref_noref ... ok
[INFO] [stdout] test sql::mutation::delete_ref_self ... ok
[INFO] [stdout] test sql::mutation::delete_ref_self_all ... ok
[INFO] [stdout] test sql::mutation::delete_ref_self_conflict ... ok
[INFO] [stdout] test sql::mutation::delete_ref_source ... ok
[INFO] [stdout] test client::get_table ... ok
[INFO] [stdout] test sql::mutation::drop_table_missing ... ok
[INFO] [stdout] test sql::mutation::drop_table ... ok
[INFO] [stdout] test sql::mutation::drop_table_ref_self ... ok
[INFO] [stdout] test sql::mutation::drop_table_ref_source ... ok
[INFO] [stdout] test sql::mutation::drop_table_ref_target ... ok
[INFO] [stdout] test sql::mutation::insert_boolean_false ... ok
[INFO] [stdout] test sql::mutation::insert_boolean_float ... ok
[INFO] [stdout] test sql::mutation::insert_boolean_integer ... ok
[INFO] [stdout] test sql::mutation::insert_boolean_null ... ok
[INFO] [stdout] test sql::mutation::insert_boolean_string ... ok
[INFO] [stdout] test sql::mutation::insert_boolean_string_empty ... ok
[INFO] [stdout] test sql::mutation::insert_boolean_true ... ok
[INFO] [stdout] test sql::mutation::insert_default ... ok
[INFO] [stdout] test sql::mutation::drop_table_multiple ... ok
[INFO] [stdout] test sql::mutation::drop_table_bare ... ok
[INFO] [stdout] test sql::mutation::insert_default_missing ... ok
[INFO] [stdout] test sql::mutation::insert_default_override ... ok
[INFO] [stdout] test sql::mutation::insert_default_override_null ... ok
[INFO] [stdout] test sql::mutation::insert_float ... ok
[INFO] [stdout] test sql::mutation::insert_default_unnamed ... ok
[INFO] [stdout] test sql::mutation::insert_float_infinity_negative ... ok
[INFO] [stdout] test sql::mutation::insert_float_boolean ... ok
[INFO] [stdout] test sql::mutation::insert_float_integer ... ok
[INFO] [stdout] test sql::mutation::insert_float_infinity ... ok
[INFO] [stdout] test sql::mutation::insert_float_max ... ok
[INFO] [stdout] test sql::mutation::insert_float_max_negative ... ok
[INFO] [stdout] test sql::mutation::insert_float_min_negative ... ok
[INFO] [stdout] test sql::mutation::insert_float_min_round ... ok
[INFO] [stdout] test sql::mutation::insert_float_nan ... ok
[INFO] [stdout] test sql::mutation::insert_float_min ... ok
[INFO] [stdout] test sql::mutation::insert_float_string ... ok
[INFO] [stdout] test sql::mutation::insert_float_null ... ok
[INFO] [stdout] test sql::mutation::insert_float_string_empty ... ok
[INFO] [stdout] test sql::mutation::insert_index_exists ... ok
[INFO] [stdout] test sql::mutation::insert_index_new ... ok
[INFO] [stdout] test sql::mutation::insert_index_null ... ok
[INFO] [stdout] test sql::mutation::insert_integer ... ok
[INFO] [stdout] test sql::mutation::insert_integer_boolean ... ok
[INFO] [stdout] test sql::mutation::insert_integer_float ... ok
[INFO] [stdout] test sql::mutation::insert_integer_float_infinity ... ok
[INFO] [stdout] test sql::mutation::insert_integer_float_nan ... ok
[INFO] [stdout] test sql::mutation::insert_integer_min ... ok
[INFO] [stdout] test sql::mutation::insert_integer_max ... ok
[INFO] [stdout] test sql::mutation::insert_integer_null ... ok
[INFO] [stdout] test sql::mutation::insert_integer_string_empty ... ok
[INFO] [stdout] test sql::mutation::insert_integer_string ... ok
[INFO] [stdout] test sql::mutation::insert_nulls ... ok
[INFO] [stdout] test sql::mutation::insert_nulls_default ... ok
[INFO] [stdout] test sql::mutation::insert_nulls_required ... ok
[INFO] [stdout] test sql::mutation::insert_pk_boolean_null ... ok
[INFO] [stdout] test sql::mutation::insert_pk_boolean ... ok
[INFO] [stdout] test sql::mutation::insert_pk_boolean_conflict ... ok
[INFO] [stdout] test sql::mutation::insert_pk_float ... ok
[INFO] [stdout] test sql::mutation::insert_pk_float_infinity ... ok
[INFO] [stdout] test sql::mutation::insert_pk_float_negative ... ok
[INFO] [stdout] test sql::mutation::insert_pk_float_null ... ok
[INFO] [stdout] test sql::mutation::insert_pk_float_nan ... ok
[INFO] [stdout] test sql::mutation::insert_pk_integer ... ok
[INFO] [stdout] test sql::mutation::insert_pk_integer_conflict ... ok
[INFO] [stdout] test sql::mutation::insert_pk_integer_negative ... ok
[INFO] [stdout] test sql::mutation::insert_pk_integer_null ... ok
[INFO] [stdout] test sql::mutation::insert_pk_integer_zero ... ok
[INFO] [stdout] test sql::mutation::insert_pk_string ... ok
[INFO] [stdout] test sql::mutation::insert_pk_string_case ... ok
[INFO] [stdout] test sql::mutation::insert_pk_string_conflict ... ok
[INFO] [stdout] test sql::mutation::insert_pk_string_empty ... ok
[INFO] [stdout] test sql::mutation::insert_pk_string_null ... ok
[INFO] [stdout] test client::execute_txn_concurrent ... ok
[INFO] [stdout] test sql::mutation::insert_ref_boolean ... ok
[INFO] [stdout] test sql::mutation::insert_ref_boolean_null ... ok
[INFO] [stdout] test sql::mutation::insert_ref_boolean_missing ... ok
[INFO] [stdout] test sql::mutation::insert_ref_float ... ok
[INFO] [stdout] test sql::mutation::insert_ref_float_missing ... ok
[INFO] [stdout] test sql::mutation::insert_pk_float_zero ... ok
[INFO] [stdout] test sql::mutation::insert_ref_float_null ... ok
[INFO] [stdout] test sql::mutation::insert_ref_integer ... ok
[INFO] [stdout] test client::list_tables ... ok
[INFO] [stdout] test sql::mutation::insert_ref_self ... ok
[INFO] [stdout] test sql::mutation::insert_ref_integer_missing ... ok
[INFO] [stdout] test sql::mutation::insert_ref_self_null ... ok
[INFO] [stdout] test sql::mutation::insert_ref_self_self ... ok
[INFO] [stdout] test sql::mutation::insert_ref_string ... ok
[INFO] [stdout] test sql::mutation::insert_ref_self_missing ... ok
[INFO] [stdout] test sql::mutation::insert_ref_string_missing ... ok
[INFO] [stdout] test sql::mutation::insert_ref_string_case ... ok
[INFO] [stdout] test sql::mutation::insert_string_1024 ... ok
[INFO] [stdout] test sql::mutation::insert_string ... ok
[INFO] [stdout] test sql::mutation::insert_string_1024_unicode ... ok
[INFO] [stdout] test sql::mutation::insert_string_1025 ... ok
[INFO] [stdout] test sql::mutation::insert_string_1025_unicode ... ok
[INFO] [stdout] test sql::mutation::insert_string_boolean ... ok
[INFO] [stdout] test sql::mutation::insert_string_empty ... ok
[INFO] [stdout] test sql::mutation::insert_string_integer ... ok
[INFO] [stdout] test sql::mutation::insert_string_float ... ok
[INFO] [stdout] test sql::mutation::insert_string_null ... ok
[INFO] [stdout] test sql::mutation::insert_unique_boolean ... ok
[INFO] [stdout] test sql::mutation::insert_string_unicode ... ok
[INFO] [stdout] test sql::mutation::insert_pk_float_conflict ... ok
[INFO] [stdout] test sql::mutation::insert_unique_boolean_duplicate ... ok
[INFO] [stdout] test sql::mutation::insert_unique_float ... ok
[INFO] [stdout] test sql::mutation::insert_ref_string_null ... ok
[INFO] [stdout] test sql::mutation::insert_unique_float_duplicate ... ok
[INFO] [stdout] test sql::mutation::insert_unique_integer ... ok
[INFO] [stdout] test sql::mutation::insert_unique_string ... ok
[INFO] [stdout] test sql::mutation::insert_unique_integer_duplicate ... ok
[INFO] [stdout] test sql::mutation::insert_unique_nulls ... ok
[INFO] [stdout] test sql::mutation::insert_unique_string_case ... ok
[INFO] [stdout] test sql::mutation::insert_unique_string_duplicate ... ok
[INFO] [stdout] test sql::mutation::update_index_new ... ok
[INFO] [stdout] test sql::mutation::update_index_null ... ok
[INFO] [stdout] test sql::mutation::update_index_pk ... ok
[INFO] [stdout] test sql::mutation::update_index_existing ... ok
[INFO] [stdout] test sql::mutation::update_index_last ... ok
[INFO] [stdout] test sql::mutation::update_index_same ... ok
[INFO] [stdout] test sql::mutation::update_index_swap ... ok
[INFO] [stdout] test sql::mutation::update_integer ... ok
[INFO] [stdout] test sql::mutation::update_integer_float ... ok
[INFO] [stdout] test sql::mutation::update_integer_conflict ... ok
[INFO] [stdout] test sql::mutation::update_integer_null ... ok
[INFO] [stdout] test sql::mutation::update_pk_boolean ... ok
[INFO] [stdout] test sql::mutation::update_pk_boolean_null ... ok
[INFO] [stdout] test sql::mutation::update_pk_float ... ok
[INFO] [stdout] test sql::mutation::update_pk_float_conflict ... ok
[INFO] [stdout] test sql::mutation::update_pk_integer_conflict ... ok
[INFO] [stdout] test sql::mutation::update_pk_float_conflict_all ... ok
[INFO] [stdout] test sql::mutation::update_pk_float_null ... ok
[INFO] [stdout] test sql::mutation::update_pk_integer_conflict_all ... ok
[INFO] [stdout] test sql::mutation::update_pk_integer ... ok
[INFO] [stdout] test sql::mutation::update_pk_string_conflict ... ok
[INFO] [stdout] test sql::mutation::update_pk_string ... ok
[INFO] [stdout] test sql::mutation::update_pk_integer_null ... ok
[INFO] [stdout] test sql::mutation::update_pk_string_null ... ok
[INFO] [stdout] test sql::mutation::update_ref_pk ... ok
[INFO] [stdout] test sql::mutation::update_pk_string_case ... ok
[INFO] [stdout] test sql::mutation::update_ref_pk_noref ... ok
[INFO] [stdout] test sql::mutation::update_ref_self_pk ... ok
[INFO] [stdout] test sql::mutation::insert_ref_integer_null ... ok
[INFO] [stdout] test sql::mutation::update_ref_self_pk_noref ... ok
[INFO] [stdout] test sql::mutation::update_ref_self_self ... ok
[INFO] [stdout] test sql::mutation::update_ref_source_missing ... ok
[INFO] [stdout] test sql::mutation::update_ref_source ... ok
[INFO] [stdout] test sql::mutation::update_ref_self_value ... ok
[INFO] [stdout] test sql::mutation::update_unique_boolean_duplicate ... ok
[INFO] [stdout] test sql::mutation::update_ref_source_null ... ok
[INFO] [stdout] test sql::mutation::update_unique_boolean_same ... ok
[INFO] [stdout] test sql::schema::create_table_bare ... ok
[INFO] [stdout] test sql::mutation::update_unique_nulls ... ok
[INFO] [stdout] test sql::schema::create_table_columns_empty ... ok
[INFO] [stdout] test sql::schema::create_table_columns_missing ... ok
[INFO] [stdout] test sql::schema::create_table_datatype_missing ... ok
[INFO] [stdout] test sql::schema::create_table_datatype ... ok
[INFO] [stdout] test sql::schema::create_table_datatype_null ... ok
[INFO] [stdout] test sql::schema::create_table_default_conflict ... ok
[INFO] [stdout] test sql::schema::create_table_default_boolean ... ok
[INFO] [stdout] test sql::schema::create_table_default_conflict_float_integer ... ok
[INFO] [stdout] test sql::schema::create_table_default_conflict_integer_float ... ok
[INFO] [stdout] test sql::schema::create_table_default_expr ... ok
[INFO] [stdout] test sql::schema::create_table_default_integer ... ok
[INFO] [stdout] test sql::schema::create_table_default_float ... ok
[INFO] [stdout] test sql::schema::create_table_default_null ... ok
[INFO] [stdout] test sql::schema::create_table_default_null_not ... ok
[INFO] [stdout] test sql::schema::create_table_default_string ... ok
[INFO] [stdout] test sql::schema::create_table_index ... ok
[INFO] [stdout] test sql::schema::create_table_exists ... ok
[INFO] [stdout] test sql::schema::create_table_index_pk ... ok
[INFO] [stdout] test sql::mutation::update_unique_boolean ... ok
[INFO] [stdout] test sql::schema::create_table_name_alphanumeric ... ok
[INFO] [stdout] test sql::schema::create_table_name_case ... ok
[INFO] [stdout] test sql::schema::create_table_name_emoji ... ok
[INFO] [stdout] test sql::schema::create_table_name_emoji_quoted ... ok
[INFO] [stdout] test sql::schema::create_table_name_keyword ... ok
[INFO] [stdout] test sql::schema::create_table_name_japanese ... ok
[INFO] [stdout] test sql::schema::create_table_name_quote_double ... ok
[INFO] [stdout] test sql::schema::create_table_name_quote_double_escaped ... ok
[INFO] [stdout] test sql::schema::create_table_name_missing ... ok
[INFO] [stdout] test sql::schema::create_table_name_quote_double_single ... ok
[INFO] [stdout] test sql::schema::create_table_name_quote_double_unterminated ... ok
[INFO] [stdout] test sql::schema::create_table_name_quote_single ... ok
[INFO] [stdout] test sql::schema::create_table_name_underscore_prefix ... ok
[INFO] [stdout] test sql::schema::create_table_null ... ok
[INFO] [stdout] test sql::schema::create_table_null_default ... ok
[INFO] [stdout] test sql::schema::create_table_null_not ... ok
[INFO] [stdout] test sql::schema::create_table_null_not_null ... ok
[INFO] [stdout] test sql::schema::create_table_pk_missing ... ok
[INFO] [stdout] test sql::schema::create_table_pk_default ... ok
[INFO] [stdout] test sql::schema::create_table_pk_nullable ... ok
[INFO] [stdout] test sql::schema::create_table_pk_unique ... ok
[INFO] [stdout] test sql::schema::create_table_pk_multiple ... ok
[INFO] [stdout] test sql::schema::create_table_ref ... ok
[INFO] [stdout] test sql::schema::create_table_ref_missing ... ok
[INFO] [stdout] test sql::schema::create_table_ref_multiple ... ok
[INFO] [stdout] test sql::schema::create_table_ref_self ... ok
[INFO] [stdout] test sql::schema::create_table_ref_self_type ... ok
[INFO] [stdout] test sql::schema::create_table_ref_type ... ok
[INFO] [stdout] test sql::schema::create_table_unique ... ok
[INFO] [stdout] test sql::schema::create_table_unique_default ... ok
[INFO] [stdout] test sql::schema::create_table_unique_not_null ... ok
[INFO] [stdout] test sql::schema::create_table_unique_null ... ok
[INFO] [stdout] test sql::schema::delete_index_all ... ok
[INFO] [stdout] test sql::schema::delete_index_only ... ok
[INFO] [stdout] test sql::schema::delete_ref_conflict ... ok
[INFO] [stdout] test sql::schema::delete_index_single ... ok
[INFO] [stdout] test sql::schema::delete_ref_self ... ok
[INFO] [stdout] test sql::schema::delete_ref_noref ... ok
[INFO] [stdout] test sql::schema::delete_ref_self_all ... ok
[INFO] [stdout] test sql::schema::delete_ref_self_conflict ... ok
[INFO] [stdout] test sql::schema::create_table_name_keyword_quoted ... ok
[INFO] [stdout] test sql::mutation::update_pk_string_conflict_all ... ok
[INFO] [stdout] test sql::schema::delete_ref_source ... ok
[INFO] [stdout] test sql::schema::drop_table_missing ... ok
[INFO] [stdout] test sql::schema::drop_table_bare ... ok
[INFO] [stdout] test sql::schema::drop_table_multiple ... ok
[INFO] [stdout] test sql::schema::drop_table_ref_source ... ok
[INFO] [stdout] test sql::schema::drop_table_ref_target ... ok
[INFO] [stdout] test sql::schema::drop_table_ref_self ... ok
[INFO] [stdout] test sql::schema::insert_boolean_false ... ok
[INFO] [stdout] test sql::schema::insert_boolean_float ... ok
[INFO] [stdout] test sql::schema::insert_boolean_string ... ok
[INFO] [stdout] test sql::schema::insert_boolean_integer ... ok
[INFO] [stdout] test sql::schema::insert_boolean_null ... ok
[INFO] [stdout] test sql::schema::insert_boolean_string_empty ... ok
[INFO] [stdout] test sql::schema::drop_table ... ok
[INFO] [stdout] test sql::schema::insert_boolean_true ... ok
[INFO] [stdout] test sql::schema::insert_default_missing ... ok
[INFO] [stdout] test sql::schema::insert_default_override_null ... ok
[INFO] [stdout] test sql::schema::insert_default ... ok
[INFO] [stdout] test sql::schema::insert_default_override ... ok
[INFO] [stdout] test sql::schema::insert_default_unnamed ... ok
[INFO] [stdout] test sql::schema::insert_float ... ok
[INFO] [stdout] test sql::schema::insert_float_infinity ... ok
[INFO] [stdout] test sql::schema::insert_float_boolean ... ok
[INFO] [stdout] test sql::schema::insert_float_integer ... ok
[INFO] [stdout] test sql::schema::insert_float_infinity_negative ... ok
[INFO] [stdout] test sql::schema::insert_float_max_negative ... ok
[INFO] [stdout] test sql::schema::insert_float_min ... ok
[INFO] [stdout] test sql::schema::insert_float_max ... ok
[INFO] [stdout] test sql::schema::insert_float_min_round ... ok
[INFO] [stdout] test sql::schema::insert_float_nan ... ok
[INFO] [stdout] test sql::schema::insert_float_min_negative ... ok
[INFO] [stdout] test sql::schema::insert_float_string ... ok
[INFO] [stdout] test sql::schema::insert_float_string_empty ... ok
[INFO] [stdout] test sql::schema::insert_index_exists ... ok
[INFO] [stdout] test sql::schema::insert_index_new ... ok
[INFO] [stdout] test sql::schema::insert_integer_boolean ... ok
[INFO] [stdout] test sql::schema::insert_integer ... ok
[INFO] [stdout] test sql::schema::insert_index_null ... ok
[INFO] [stdout] test sql::schema::insert_integer_float ... ok
[INFO] [stdout] test sql::schema::insert_integer_float_infinity ... ok
[INFO] [stdout] test sql::schema::insert_integer_float_nan ... ok
[INFO] [stdout] test sql::schema::insert_integer_max ... ok
[INFO] [stdout] test sql::mutation::update_ref_value ... ok
[INFO] [stdout] test sql::schema::insert_integer_min ... ok
[INFO] [stdout] test sql::schema::insert_nulls ... ok
[INFO] [stdout] test sql::schema::insert_nulls_default ... ok
[INFO] [stdout] test sql::schema::insert_integer_string ... ok
[INFO] [stdout] test sql::schema::insert_integer_string_empty ... ok
[INFO] [stdout] test sql::schema::insert_pk_boolean ... ok
[INFO] [stdout] test sql::schema::insert_nulls_required ... ok
[INFO] [stdout] test sql::schema::insert_pk_boolean_conflict ... ok
[INFO] [stdout] test sql::schema::insert_pk_float ... ok
[INFO] [stdout] test sql::schema::insert_pk_float_conflict ... ok
[INFO] [stdout] test sql::schema::insert_integer_null ... ok
[INFO] [stdout] test sql::schema::insert_pk_boolean_null ... ok
[INFO] [stdout] test sql::schema::insert_pk_float_nan ... ok
[INFO] [stdout] test sql::schema::insert_pk_float_infinity ... ok
[INFO] [stdout] test sql::schema::insert_pk_float_zero ... ok
[INFO] [stdout] test sql::schema::insert_pk_float_null ... ok
[INFO] [stdout] test sql::schema::insert_pk_integer ... ok
[INFO] [stdout] test sql::schema::insert_pk_integer_conflict ... ok
[INFO] [stdout] test sql::schema::insert_pk_integer_null ... ok
[INFO] [stdout] test sql::schema::insert_pk_integer_negative ... ok
[INFO] [stdout] test sql::schema::insert_pk_integer_zero ... ok
[INFO] [stdout] test sql::schema::insert_pk_string ... ok
[INFO] [stdout] test sql::schema::insert_pk_string_case ... ok
[INFO] [stdout] test sql::schema::insert_pk_string_null ... ok
[INFO] [stdout] test sql::schema::insert_ref_boolean ... ok
[INFO] [stdout] test sql::schema::insert_ref_boolean_missing ... ok
[INFO] [stdout] test sql::schema::insert_ref_boolean_null ... ok
[INFO] [stdout] test sql::schema::insert_ref_float ... ok
[INFO] [stdout] test sql::schema::insert_ref_float_missing ... ok
[INFO] [stdout] test sql::schema::insert_ref_float_null ... ok
[INFO] [stdout] test sql::schema::insert_ref_integer ... ok
[INFO] [stdout] test sql::schema::insert_ref_integer_missing ... ok
[INFO] [stdout] test sql::schema::insert_pk_string_conflict ... ok
[INFO] [stdout] test sql::schema::insert_pk_string_empty ... ok
[INFO] [stdout] test sql::schema::insert_pk_float_negative ... ok
[INFO] [stdout] test sql::schema::insert_ref_integer_null ... ok
[INFO] [stdout] test sql::schema::insert_ref_self_missing ... ok
[INFO] [stdout] test sql::schema::insert_ref_self_null ... ok
[INFO] [stdout] test sql::schema::insert_ref_string ... ok
[INFO] [stdout] test sql::schema::insert_ref_string_case ... ok
[INFO] [stdout] test sql::schema::insert_ref_string_missing ... ok
[INFO] [stdout] test sql::schema::insert_ref_string_null ... ok
[INFO] [stdout] test sql::schema::insert_string ... ok
[INFO] [stdout] test sql::schema::insert_string_1024 ... ok
[INFO] [stdout] test sql::schema::insert_string_1024_unicode ... ok
[INFO] [stdout] test sql::schema::insert_string_1025 ... ok
[INFO] [stdout] test sql::schema::insert_string_1025_unicode ... ok
[INFO] [stdout] test sql::schema::insert_string_boolean ... ok
[INFO] [stdout] test sql::schema::insert_string_empty ... ok
[INFO] [stdout] test sql::schema::insert_string_float ... ok
[INFO] [stdout] test sql::schema::insert_string_integer ... ok
[INFO] [stdout] test sql::schema::insert_string_null ... ok
[INFO] [stdout] test sql::schema::insert_string_unicode ... ok
[INFO] [stdout] test sql::schema::insert_unique_boolean ... ok
[INFO] [stdout] test sql::schema::insert_unique_boolean_duplicate ... ok
[INFO] [stdout] test sql::schema::insert_float_null ... ok
[INFO] [stdout] test sql::schema::insert_unique_float ... ok
[INFO] [stdout] test sql::schema::insert_unique_float_duplicate ... ok
[INFO] [stdout] test sql::schema::insert_ref_self_self ... ok
[INFO] [stdout] test sql::schema::insert_ref_self ... ok
[INFO] [stdout] test sql::schema::insert_unique_integer_duplicate ... ok
[INFO] [stdout] test sql::schema::insert_unique_integer ... ok
[INFO] [stdout] test sql::schema::insert_unique_string_duplicate ... ok
[INFO] [stdout] test sql::schema::insert_unique_string_case ... ok
[INFO] [stdout] test sql::schema::update_index_existing ... ok
[INFO] [stdout] test sql::schema::insert_unique_nulls ... ok
[INFO] [stdout] test sql::schema::update_index_last ... ok
[INFO] [stdout] test sql::schema::insert_unique_string ... ok
[INFO] [stdout] test sql::schema::update_index_pk ... ok
[INFO] [stdout] test sql::schema::update_index_same ... ok
[INFO] [stdout] test sql::schema::update_index_null ... ok
[INFO] [stdout] test sql::schema::update_integer ... ok
[INFO] [stdout] test sql::schema::update_index_swap ... ok
[INFO] [stdout] test sql::schema::update_index_new ... ok
[INFO] [stdout] test sql::schema::update_integer_float ... ok
[INFO] [stdout] test sql::schema::update_integer_null ... ok
[INFO] [stdout] test sql::schema::update_pk_boolean_null ... ok
[INFO] [stdout] test sql::schema::update_integer_conflict ... ok
[INFO] [stdout] test sql::schema::update_pk_float ... ok
[INFO] [stdout] test sql::schema::update_pk_boolean ... ok
[INFO] [stdout] test sql::schema::update_pk_float_conflict ... ok
[INFO] [stdout] test sql::schema::update_pk_float_conflict_all ... ok
[INFO] [stdout] test sql::schema::update_pk_float_null ... ok
[INFO] [stdout] test sql::schema::update_pk_integer_conflict ... ok
[INFO] [stdout] test sql::schema::update_pk_integer_conflict_all ... ok
[INFO] [stdout] test sql::schema::update_pk_integer_null ... ok
[INFO] [stdout] test sql::schema::update_pk_string ... ok
[INFO] [stdout] test sql::schema::update_pk_string_case ... ok
[INFO] [stdout] test sql::schema::update_pk_string_conflict ... ok
[INFO] [stdout] test sql::schema::update_pk_string_null ... ok
[INFO] [stdout] test sql::schema::update_pk_string_conflict_all ... ok
[INFO] [stdout] test sql::schema::update_ref_self_pk ... ok
[INFO] [stdout] test sql::schema::update_ref_pk ... ok
[INFO] [stdout] test sql::schema::update_ref_pk_noref ... ok
[INFO] [stdout] test sql::schema::update_ref_self_value ... ok
[INFO] [stdout] test sql::schema::update_ref_self_self ... ok
[INFO] [stdout] test sql::schema::update_ref_self_pk_noref ... ok
[INFO] [stdout] test sql::schema::update_ref_source ... ok
[INFO] [stdout] test sql::schema::update_ref_source_missing ... ok
[INFO] [stdout] test sql::schema::update_ref_value ... ok
[INFO] [stdout] test sql::schema::update_unique_boolean_duplicate ... ok
[INFO] [stdout] test sql::schema::update_ref_source_null ... ok
[INFO] [stdout] test sql::schema::update_unique_boolean ... ok
[INFO] [stdout] test sql::schema::update_unique_boolean_same ... ok
[INFO] [stdout] test sql::schema::update_unique_nulls ... ok
[INFO] [stdout] test sql::schema::update_pk_integer ... ok
[INFO] [stdout] test cluster::isolation::anomaly_dirty_read ... ok
[INFO] [stdout] test cluster::isolation::anomaly_dirty_write ... ok
[INFO] [stdout] test client::status ... ok
[INFO] [stdout] test cluster::isolation::anomaly_read_skew ... ok
[INFO] [stdout] test client::execute ... ok
[INFO] [stdout] test cluster::recovery::client_commit_error ... ok
[INFO] [stdout] test cluster::isolation::anomaly_phantom_read ... ok
[INFO] [stdout] test cluster::isolation::anomaly_lost_update ... ok
[INFO] [stdout] test cluster::isolation::anomaly_fuzzy_read ... ok
[INFO] [stdout] test client::pool::get ... ok
[INFO] [stdout] test cluster::recovery::client_disconnect_rollback ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 935 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 14.57s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests radb
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "b26fbcbdc9dce69b9671206eae1d72a8e86631ca2d24d4352bf1be570f87c1da", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b26fbcbdc9dce69b9671206eae1d72a8e86631ca2d24d4352bf1be570f87c1da", kill_on_drop: false }`
[INFO] [stdout] b26fbcbdc9dce69b9671206eae1d72a8e86631ca2d24d4352bf1be570f87c1da
