[INFO] fetching crate sqlite-tiny 0.7.8...
[INFO] checking sqlite-tiny-0.7.8 against try#1bdcb63291ccffc030f8223f6f978568dd240e3e for 155501-infallible-never-with-reservation
[INFO] extracting crate sqlite-tiny 0.7.8 into /workspace/builds/worker-0-tc2/source
[INFO] started tweaking crates.io crate sqlite-tiny 0.7.8
[INFO] removed 0 missing tests
[INFO] finished tweaking crates.io crate sqlite-tiny 0.7.8
[INFO] tweaked toml for crates.io crate sqlite-tiny 0.7.8 written to /workspace/builds/worker-0-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate sqlite-tiny 0.7.8 on toolchain 1bdcb63291ccffc030f8223f6f978568dd240e3e
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1bdcb63291ccffc030f8223f6f978568dd240e3e" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate sqlite-tiny 0.7.8 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" "+1bdcb63291ccffc030f8223f6f978568dd240e3e" "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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1bdcb63291ccffc030f8223f6f978568dd240e3e" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] db60e810b1a28a5b99c28425769545bcc7a5b32327ab111ff9c21d9fd2c68454
[INFO] running `Command { std: "docker" "start" "-a" "db60e810b1a28a5b99c28425769545bcc7a5b32327ab111ff9c21d9fd2c68454", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "db60e810b1a28a5b99c28425769545bcc7a5b32327ab111ff9c21d9fd2c68454", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "db60e810b1a28a5b99c28425769545bcc7a5b32327ab111ff9c21d9fd2c68454", kill_on_drop: false }`
[INFO] [stdout] db60e810b1a28a5b99c28425769545bcc7a5b32327ab111ff9c21d9fd2c68454
[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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1bdcb63291ccffc030f8223f6f978568dd240e3e" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 1159608ac685f62101d90289c92b2a5360a52d066993258d2392ce2e034bc428
[INFO] running `Command { std: "docker" "start" "-a" "1159608ac685f62101d90289c92b2a5360a52d066993258d2392ce2e034bc428", kill_on_drop: false }`
[INFO] [stderr]    Compiling cc v1.2.60
[INFO] [stderr]    Compiling sqlite-tiny v0.7.8 (/opt/rustwide/workdir)
[INFO] [stderr] warning: sqlite-tiny@0.7.8: dist/sqlite3.c: In function 'soundexFunc':
[INFO] [stderr] warning: sqlite-tiny@0.7.8: dist/sqlite3.c:135448:7: warning: unused parameter 'argc' [-Wunused-parameter]
[INFO] [stderr] warning: sqlite-tiny@0.7.8: 135448 |   int argc,
[INFO] [stderr] warning: sqlite-tiny@0.7.8:        |   ~~~~^~~~
[INFO] [stderr] warning: sqlite-tiny@0.7.8: dist/sqlite3.c: In function 'ceilingFunc':
[INFO] [stderr] warning: sqlite-tiny@0.7.8: dist/sqlite3.c:136141:7: warning: unused parameter 'argc' [-Wunused-parameter]
[INFO] [stderr] warning: sqlite-tiny@0.7.8: 136141 |   int argc,
[INFO] [stderr] warning: sqlite-tiny@0.7.8:        |   ~~~~^~~~
[INFO] [stderr] warning: sqlite-tiny@0.7.8: dist/sqlite3.c: In function 'math1Func':
[INFO] [stderr] warning: sqlite-tiny@0.7.8: dist/sqlite3.c:136247:7: warning: unused parameter 'argc' [-Wunused-parameter]
[INFO] [stderr] warning: sqlite-tiny@0.7.8: 136247 |   int argc,
[INFO] [stderr] warning: sqlite-tiny@0.7.8:        |   ~~~~^~~~
[INFO] [stderr] warning: sqlite-tiny@0.7.8: dist/sqlite3.c: In function 'math2Func':
[INFO] [stderr] warning: sqlite-tiny@0.7.8: dist/sqlite3.c:136269:7: warning: unused parameter 'argc' [-Wunused-parameter]
[INFO] [stderr] warning: sqlite-tiny@0.7.8: 136269 |   int argc,
[INFO] [stderr] warning: sqlite-tiny@0.7.8:        |   ~~~~^~~~
[INFO] [stderr] warning: sqlite-tiny@0.7.8: dist/sqlite3.c: In function 'piFunc':
[INFO] [stderr] warning: sqlite-tiny@0.7.8: dist/sqlite3.c:136292:7: warning: unused parameter 'argc' [-Wunused-parameter]
[INFO] [stderr] warning: sqlite-tiny@0.7.8: 136292 |   int argc,
[INFO] [stderr] warning: sqlite-tiny@0.7.8:        |   ~~~~^~~~
[INFO] [stderr] warning: sqlite-tiny@0.7.8: dist/sqlite3.c: In function 'percentInverse':
[INFO] [stderr] warning: sqlite-tiny@0.7.8: dist/sqlite3.c:136675:54: warning: unused parameter 'argc' [-Wunused-parameter]
[INFO] [stderr] warning: sqlite-tiny@0.7.8: 136675 | static void percentInverse(sqlite3_context *pCtx,int argc,sqlite3_value **argv){
[INFO] [stderr] warning: sqlite-tiny@0.7.8:        |                                                  ~~~~^~~~
[INFO] [stderr] warning: sqlite-tiny@0.7.8: dist/sqlite3.c: In function 'sqlite3_setlk_timeout':
[INFO] [stderr] warning: sqlite-tiny@0.7.8: dist/sqlite3.c:188939:63: warning: unused parameter 'flags' [-Wunused-parameter]
[INFO] [stderr] warning: sqlite-tiny@0.7.8: 188939 | SQLITE_API int sqlite3_setlk_timeout(sqlite3 *db, int ms, int flags){
[INFO] [stderr] warning: sqlite-tiny@0.7.8:        |                                                           ~~~~^~~~~
[INFO] [stderr] warning: sqlite-tiny@0.7.8: dist/sqlite3.c: In function 'rtreeCallbackConstraint':
[INFO] [stderr] warning: sqlite-tiny@0.7.8: dist/sqlite3.c:219322:56: warning: this statement may fall through [-Wimplicit-fallthrough=]
[INFO] [stderr] warning: sqlite-tiny@0.7.8: 219322 |                 readCoord(pCellData+32, &c); aCoord[8] = c.f;
[INFO] [stderr] warning: sqlite-tiny@0.7.8:        |                                              ~~~~~~~~~~^~~~~
[INFO] [stderr] warning: sqlite-tiny@0.7.8: dist/sqlite3.c:219323:7: note: here
[INFO] [stderr] warning: sqlite-tiny@0.7.8: 219323 |       case 8:   readCoord(pCellData+28, &c); aCoord[7] = c.f;
[INFO] [stderr] warning: sqlite-tiny@0.7.8:        |       ^~~~
[INFO] [stderr] warning: sqlite-tiny@0.7.8: dist/sqlite3.c:219324:56: warning: this statement may fall through [-Wimplicit-fallthrough=]
[INFO] [stderr] warning: sqlite-tiny@0.7.8: 219324 |                 readCoord(pCellData+24, &c); aCoord[6] = c.f;
[INFO] [stderr] warning: sqlite-tiny@0.7.8:        |                                              ~~~~~~~~~~^~~~~
[INFO] [stderr] warning: sqlite-tiny@0.7.8: dist/sqlite3.c:219325:7: note: here
[INFO] [stderr] warning: sqlite-tiny@0.7.8: 219325 |       case 6:   readCoord(pCellData+20, &c); aCoord[5] = c.f;
[INFO] [stderr] warning: sqlite-tiny@0.7.8:        |       ^~~~
[INFO] [stderr] warning: sqlite-tiny@0.7.8: dist/sqlite3.c:219326:56: warning: this statement may fall through [-Wimplicit-fallthrough=]
[INFO] [stderr] warning: sqlite-tiny@0.7.8: 219326 |                 readCoord(pCellData+16, &c); aCoord[4] = c.f;
[INFO] [stderr] warning: sqlite-tiny@0.7.8:        |                                              ~~~~~~~~~~^~~~~
[INFO] [stderr] warning: sqlite-tiny@0.7.8: dist/sqlite3.c:219327:7: note: here
[INFO] [stderr] warning: sqlite-tiny@0.7.8: 219327 |       case 4:   readCoord(pCellData+12, &c); aCoord[3] = c.f;
[INFO] [stderr] warning: sqlite-tiny@0.7.8:        |       ^~~~
[INFO] [stderr] warning: sqlite-tiny@0.7.8: dist/sqlite3.c:219328:56: warning: this statement may fall through [-Wimplicit-fallthrough=]
[INFO] [stderr] warning: sqlite-tiny@0.7.8: 219328 |                 readCoord(pCellData+8,  &c); aCoord[2] = c.f;
[INFO] [stderr] warning: sqlite-tiny@0.7.8:        |                                              ~~~~~~~~~~^~~~~
[INFO] [stderr] warning: sqlite-tiny@0.7.8: dist/sqlite3.c:219329:7: note: here
[INFO] [stderr] warning: sqlite-tiny@0.7.8: 219329 |       default:  readCoord(pCellData+4,  &c); aCoord[1] = c.f;
[INFO] [stderr] warning: sqlite-tiny@0.7.8:        |       ^~~~~~~
[INFO] [stderr] warning: sqlite-tiny@0.7.8: dist/sqlite3.c:219337:56: warning: this statement may fall through [-Wimplicit-fallthrough=]
[INFO] [stderr] warning: sqlite-tiny@0.7.8: 219337 |                 readCoord(pCellData+32, &c); aCoord[8] = c.i;
[INFO] [stderr] warning: sqlite-tiny@0.7.8:        |                                              ~~~~~~~~~~^~~~~
[INFO] [stderr] warning: sqlite-tiny@0.7.8: dist/sqlite3.c:219338:7: note: here
[INFO] [stderr] warning: sqlite-tiny@0.7.8: 219338 |       case 8:   readCoord(pCellData+28, &c); aCoord[7] = c.i;
[INFO] [stderr] warning: sqlite-tiny@0.7.8:        |       ^~~~
[INFO] [stderr] warning: sqlite-tiny@0.7.8: dist/sqlite3.c:219339:56: warning: this statement may fall through [-Wimplicit-fallthrough=]
[INFO] [stderr] warning: sqlite-tiny@0.7.8: 219339 |                 readCoord(pCellData+24, &c); aCoord[6] = c.i;
[INFO] [stderr] warning: sqlite-tiny@0.7.8:        |                                              ~~~~~~~~~~^~~~~
[INFO] [stderr] warning: sqlite-tiny@0.7.8: dist/sqlite3.c:219340:7: note: here
[INFO] [stderr] warning: sqlite-tiny@0.7.8: 219340 |       case 6:   readCoord(pCellData+20, &c); aCoord[5] = c.i;
[INFO] [stderr] warning: sqlite-tiny@0.7.8:        |       ^~~~
[INFO] [stderr] warning: sqlite-tiny@0.7.8: dist/sqlite3.c:219341:56: warning: this statement may fall through [-Wimplicit-fallthrough=]
[INFO] [stderr] warning: sqlite-tiny@0.7.8: 219341 |                 readCoord(pCellData+16, &c); aCoord[4] = c.i;
[INFO] [stderr] warning: sqlite-tiny@0.7.8:        |                                              ~~~~~~~~~~^~~~~
[INFO] [stderr] warning: sqlite-tiny@0.7.8: dist/sqlite3.c:219342:7: note: here
[INFO] [stderr] warning: sqlite-tiny@0.7.8: 219342 |       case 4:   readCoord(pCellData+12, &c); aCoord[3] = c.i;
[INFO] [stderr] warning: sqlite-tiny@0.7.8:        |       ^~~~
[INFO] [stderr] warning: sqlite-tiny@0.7.8: dist/sqlite3.c:219343:56: warning: this statement may fall through [-Wimplicit-fallthrough=]
[INFO] [stderr] warning: sqlite-tiny@0.7.8: 219343 |                 readCoord(pCellData+8,  &c); aCoord[2] = c.i;
[INFO] [stderr] warning: sqlite-tiny@0.7.8:        |                                              ~~~~~~~~~~^~~~~
[INFO] [stderr] warning: sqlite-tiny@0.7.8: dist/sqlite3.c:219344:7: note: here
[INFO] [stderr] warning: sqlite-tiny@0.7.8: 219344 |       default:  readCoord(pCellData+4,  &c); aCoord[1] = c.i;
[INFO] [stderr] warning: sqlite-tiny@0.7.8:        |       ^~~~~~~
[INFO] [stderr] warning: sqlite-tiny@0.7.8: dist/sqlite3.c: In function 'cellArea':
[INFO] [stderr] warning: sqlite-tiny@0.7.8: dist/sqlite3.c:220209:22: warning: this statement may fall through [-Wimplicit-fallthrough=]
[INFO] [stderr] warning: sqlite-tiny@0.7.8: 220209 |       case 5:  area  = p->aCoord[9].f - p->aCoord[8].f;
[INFO] [stderr] warning: sqlite-tiny@0.7.8:        |                ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr] warning: sqlite-tiny@0.7.8: dist/sqlite3.c:220210:7: note: here
[INFO] [stderr] warning: sqlite-tiny@0.7.8: 220210 |       case 4:  area *= p->aCoord[7].f - p->aCoord[6].f;
[INFO] [stderr] warning: sqlite-tiny@0.7.8:        |       ^~~~
[INFO] [stderr] warning: sqlite-tiny@0.7.8: dist/sqlite3.c:220210:21: warning: this statement may fall through [-Wimplicit-fallthrough=]
[INFO] [stderr] warning: sqlite-tiny@0.7.8: 220210 |       case 4:  area *= p->aCoord[7].f - p->aCoord[6].f;
[INFO] [stderr] warning: sqlite-tiny@0.7.8:        |                ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr] warning: sqlite-tiny@0.7.8: dist/sqlite3.c:220211:7: note: here
[INFO] [stderr] warning: sqlite-tiny@0.7.8: 220211 |       case 3:  area *= p->aCoord[5].f - p->aCoord[4].f;
[INFO] [stderr] warning: sqlite-tiny@0.7.8:        |       ^~~~
[INFO] [stderr] warning: sqlite-tiny@0.7.8: dist/sqlite3.c:220211:21: warning: this statement may fall through [-Wimplicit-fallthrough=]
[INFO] [stderr] warning: sqlite-tiny@0.7.8: 220211 |       case 3:  area *= p->aCoord[5].f - p->aCoord[4].f;
[INFO] [stderr] warning: sqlite-tiny@0.7.8:        |                ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr] warning: sqlite-tiny@0.7.8: dist/sqlite3.c:220212:7: note: here
[INFO] [stderr] warning: sqlite-tiny@0.7.8: 220212 |       case 2:  area *= p->aCoord[3].f - p->aCoord[2].f;
[INFO] [stderr] warning: sqlite-tiny@0.7.8:        |       ^~~~
[INFO] [stderr] warning: sqlite-tiny@0.7.8: dist/sqlite3.c:220212:21: warning: this statement may fall through [-Wimplicit-fallthrough=]
[INFO] [stderr] warning: sqlite-tiny@0.7.8: 220212 |       case 2:  area *= p->aCoord[3].f - p->aCoord[2].f;
[INFO] [stderr] warning: sqlite-tiny@0.7.8:        |                ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr] warning: sqlite-tiny@0.7.8: dist/sqlite3.c:220213:7: note: here
[INFO] [stderr] warning: sqlite-tiny@0.7.8: 220213 |       default: area *= p->aCoord[1].f - p->aCoord[0].f;
[INFO] [stderr] warning: sqlite-tiny@0.7.8:        |       ^~~~~~~
[INFO] [stderr] warning: sqlite-tiny@0.7.8: dist/sqlite3.c:220219:22: warning: this statement may fall through [-Wimplicit-fallthrough=]
[INFO] [stderr] warning: sqlite-tiny@0.7.8: 220219 |       case 5:  area  = (i64)p->aCoord[9].i - (i64)p->aCoord[8].i;
[INFO] [stderr] warning: sqlite-tiny@0.7.8:        |                ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr] warning: sqlite-tiny@0.7.8: dist/sqlite3.c:220220:7: note: here
[INFO] [stderr] warning: sqlite-tiny@0.7.8: 220220 |       case 4:  area *= (i64)p->aCoord[7].i - (i64)p->aCoord[6].i;
[INFO] [stderr] warning: sqlite-tiny@0.7.8:        |       ^~~~
[INFO] [stderr] warning: sqlite-tiny@0.7.8: dist/sqlite3.c:220220:21: warning: this statement may fall through [-Wimplicit-fallthrough=]
[INFO] [stderr] warning: sqlite-tiny@0.7.8: 220220 |       case 4:  area *= (i64)p->aCoord[7].i - (i64)p->aCoord[6].i;
[INFO] [stderr] warning: sqlite-tiny@0.7.8:        |                ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr] warning: sqlite-tiny@0.7.8: dist/sqlite3.c:220221:7: note: here
[INFO] [stderr] warning: sqlite-tiny@0.7.8: 220221 |       case 3:  area *= (i64)p->aCoord[5].i - (i64)p->aCoord[4].i;
[INFO] [stderr] warning: sqlite-tiny@0.7.8:        |       ^~~~
[INFO] [stderr] warning: sqlite-tiny@0.7.8: dist/sqlite3.c:220221:21: warning: this statement may fall through [-Wimplicit-fallthrough=]
[INFO] [stderr] warning: sqlite-tiny@0.7.8: 220221 |       case 3:  area *= (i64)p->aCoord[5].i - (i64)p->aCoord[4].i;
[INFO] [stderr] warning: sqlite-tiny@0.7.8:        |                ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr] warning: sqlite-tiny@0.7.8: dist/sqlite3.c:220222:7: note: here
[INFO] [stderr] warning: sqlite-tiny@0.7.8: 220222 |       case 2:  area *= (i64)p->aCoord[3].i - (i64)p->aCoord[2].i;
[INFO] [stderr] warning: sqlite-tiny@0.7.8:        |       ^~~~
[INFO] [stderr] warning: sqlite-tiny@0.7.8: dist/sqlite3.c:220222:21: warning: this statement may fall through [-Wimplicit-fallthrough=]
[INFO] [stderr] warning: sqlite-tiny@0.7.8: 220222 |       case 2:  area *= (i64)p->aCoord[3].i - (i64)p->aCoord[2].i;
[INFO] [stderr] warning: sqlite-tiny@0.7.8:        |                ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr] warning: sqlite-tiny@0.7.8: dist/sqlite3.c:220223:7: note: here
[INFO] [stderr] warning: sqlite-tiny@0.7.8: 220223 |       default: area *= (i64)p->aCoord[1].i - (i64)p->aCoord[0].i;
[INFO] [stderr] warning: sqlite-tiny@0.7.8:        |       ^~~~~~~
[INFO] [stdout] warning: unreachable call
[INFO] [stdout]    --> src/error.rs:12:22
[INFO] [stdout]     |
[INFO] [stdout]  12 |         let source = Box::new($error);
[INFO] [stdout]     |                      ^^^^^^^^ unreachable call
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/api/types.rs:75:49
[INFO] [stdout]     |
[INFO] [stdout]  75 |                         .map_err(|e| err!(with: e, "Failed to convert from SQLite type")),
[INFO] [stdout]     |                                                 - any code following this expression is unreachable
[INFO] [stdout] ...
[INFO] [stdout] 123 | impl_sqlitetype_conversion!(i128 => i64 => SqliteType::Integer);
[INFO] [stdout]     | --------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unreachable_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout]     = note: this warning originates in the macro `err` which comes from the expansion of the macro `impl_sqlitetype_conversion` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unreachable call
[INFO] [stdout]    --> src/error.rs:12:22
[INFO] [stdout]     |
[INFO] [stdout]  12 |         let source = Box::new($error);
[INFO] [stdout]     |                      ^^^^^^^^ unreachable call
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/api/types.rs:75:49
[INFO] [stdout]     |
[INFO] [stdout]  75 |                         .map_err(|e| err!(with: e, "Failed to convert from SQLite type")),
[INFO] [stdout]     |                                                 - any code following this expression is unreachable
[INFO] [stdout] ...
[INFO] [stdout] 123 | impl_sqlitetype_conversion!(i128 => i64 => SqliteType::Integer);
[INFO] [stdout]     | --------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unreachable_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout]     = note: this warning originates in the macro `err` which comes from the expansion of the macro `impl_sqlitetype_conversion` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the size for values of type `dyn std::error::Error + Send` cannot be known at compilation time
[INFO] [stdout]    --> src/api/types.rs:75:49
[INFO] [stdout]     |
[INFO] [stdout]  75 |                         .map_err(|e| err!(with: e, "Failed to convert from SQLite type")),
[INFO] [stdout]     |                                                 ^ doesn't have a size known at compile-time
[INFO] [stdout] ...
[INFO] [stdout] 123 | impl_sqlitetype_conversion!(i128 => i64 => SqliteType::Integer);
[INFO] [stdout]     | --------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/error.rs:12:22
[INFO] [stdout]     |
[INFO] [stdout]  12 |         let source = Box::new($error);
[INFO] [stdout]     |                      -------- required by a bound introduced by this call
[INFO] [stdout]     |
[INFO] [stdout]     = help: the trait `Sized` is not implemented for `dyn std::error::Error + Send`
[INFO] [stdout] note: required by a bound in `Box::<T>::new`
[INFO] [stdout]    --> /rustc/1bdcb63291ccffc030f8223f6f978568dd240e3e/library/alloc/src/boxed.rs:284:4
[INFO] [stdout]     = note: this error originates in the macro `impl_sqlitetype_conversion` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the size for values of type `dyn std::error::Error + Send` cannot be known at compilation time
[INFO] [stdout]    --> src/api/types.rs:75:49
[INFO] [stdout]     |
[INFO] [stdout]  75 |                         .map_err(|e| err!(with: e, "Failed to convert from SQLite type")),
[INFO] [stdout]     |                                                 ^ doesn't have a size known at compile-time
[INFO] [stdout] ...
[INFO] [stdout] 123 | impl_sqlitetype_conversion!(i128 => i64 => SqliteType::Integer);
[INFO] [stdout]     | --------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/error.rs:12:22
[INFO] [stdout]     |
[INFO] [stdout]  12 |         let source = Box::new($error);
[INFO] [stdout]     |                      -------- required by a bound introduced by this call
[INFO] [stdout]     |
[INFO] [stdout]     = help: the trait `Sized` is not implemented for `dyn std::error::Error + Send`
[INFO] [stdout] note: required by a bound in `Box::<T>::new`
[INFO] [stdout]    --> /rustc/1bdcb63291ccffc030f8223f6f978568dd240e3e/library/alloc/src/boxed.rs:284:4
[INFO] [stdout]     = note: this error originates in the macro `impl_sqlitetype_conversion` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unreachable call
[INFO] [stdout]    --> src/error.rs:12:22
[INFO] [stdout]     |
[INFO] [stdout]  12 |         let source = Box::new($error);
[INFO] [stdout]     |                      ^^^^^^^^ unreachable call
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/api/types.rs:87:49
[INFO] [stdout]     |
[INFO] [stdout]  87 |                         .map_err(|e| err!(with: e, "Failed to convert from SQLite type")),
[INFO] [stdout]     |                                                 - any code following this expression is unreachable
[INFO] [stdout] ...
[INFO] [stdout] 123 | impl_sqlitetype_conversion!(i128 => i64 => SqliteType::Integer);
[INFO] [stdout]     | --------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `err` which comes from the expansion of the macro `impl_sqlitetype_conversion` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unreachable call
[INFO] [stdout]    --> src/error.rs:12:22
[INFO] [stdout]     |
[INFO] [stdout]  12 |         let source = Box::new($error);
[INFO] [stdout]     |                      ^^^^^^^^ unreachable call
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/api/types.rs:87:49
[INFO] [stdout]     |
[INFO] [stdout]  87 |                         .map_err(|e| err!(with: e, "Failed to convert from SQLite type")),
[INFO] [stdout]     |                                                 - any code following this expression is unreachable
[INFO] [stdout] ...
[INFO] [stdout] 123 | impl_sqlitetype_conversion!(i128 => i64 => SqliteType::Integer);
[INFO] [stdout]     | --------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `err` which comes from the expansion of the macro `impl_sqlitetype_conversion` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the size for values of type `dyn std::error::Error + Send` cannot be known at compilation time
[INFO] [stdout]    --> src/api/types.rs:87:49
[INFO] [stdout]     |
[INFO] [stdout]  87 |                         .map_err(|e| err!(with: e, "Failed to convert from SQLite type")),
[INFO] [stdout]     |                                                 ^ doesn't have a size known at compile-time
[INFO] [stdout] ...
[INFO] [stdout] 123 | impl_sqlitetype_conversion!(i128 => i64 => SqliteType::Integer);
[INFO] [stdout]     | --------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/error.rs:12:22
[INFO] [stdout]     |
[INFO] [stdout]  12 |         let source = Box::new($error);
[INFO] [stdout]     |                      -------- required by a bound introduced by this call
[INFO] [stdout]     |
[INFO] [stdout]     = help: the trait `Sized` is not implemented for `dyn std::error::Error + Send`
[INFO] [stdout] note: required by a bound in `Box::<T>::new`
[INFO] [stdout]    --> /rustc/1bdcb63291ccffc030f8223f6f978568dd240e3e/library/alloc/src/boxed.rs:284:4
[INFO] [stdout]     = note: this error originates in the macro `impl_sqlitetype_conversion` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the size for values of type `dyn std::error::Error + Send` cannot be known at compilation time
[INFO] [stdout]    --> src/api/types.rs:87:49
[INFO] [stdout]     |
[INFO] [stdout]  87 |                         .map_err(|e| err!(with: e, "Failed to convert from SQLite type")),
[INFO] [stdout]     |                                                 ^ doesn't have a size known at compile-time
[INFO] [stdout] ...
[INFO] [stdout] 123 | impl_sqlitetype_conversion!(i128 => i64 => SqliteType::Integer);
[INFO] [stdout]     | --------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/error.rs:12:22
[INFO] [stdout]     |
[INFO] [stdout]  12 |         let source = Box::new($error);
[INFO] [stdout]     |                      -------- required by a bound introduced by this call
[INFO] [stdout]     |
[INFO] [stdout]     = help: the trait `Sized` is not implemented for `dyn std::error::Error + Send`
[INFO] [stdout] note: required by a bound in `Box::<T>::new`
[INFO] [stdout]    --> /rustc/1bdcb63291ccffc030f8223f6f978568dd240e3e/library/alloc/src/boxed.rs:284:4
[INFO] [stdout]     = note: this error originates in the macro `impl_sqlitetype_conversion` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unreachable call
[INFO] [stdout]    --> src/error.rs:12:22
[INFO] [stdout]     |
[INFO] [stdout]  12 |         let source = Box::new($error);
[INFO] [stdout]     |                      ^^^^^^^^ unreachable call
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/api/types.rs:75:49
[INFO] [stdout]     |
[INFO] [stdout]  75 |                         .map_err(|e| err!(with: e, "Failed to convert from SQLite type")),
[INFO] [stdout]     |                                                 - any code following this expression is unreachable
[INFO] [stdout] ...
[INFO] [stdout] 125 | impl_sqlitetype_conversion!(i64 => i64 => SqliteType::Integer);
[INFO] [stdout]     | -------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `err` which comes from the expansion of the macro `impl_sqlitetype_conversion` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unreachable call
[INFO] [stdout]    --> src/error.rs:12:22
[INFO] [stdout]     |
[INFO] [stdout]  12 |         let source = Box::new($error);
[INFO] [stdout]     |                      ^^^^^^^^ unreachable call
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/api/types.rs:75:49
[INFO] [stdout]     |
[INFO] [stdout]  75 |                         .map_err(|e| err!(with: e, "Failed to convert from SQLite type")),
[INFO] [stdout]     |                                                 - any code following this expression is unreachable
[INFO] [stdout] ...
[INFO] [stdout] 125 | impl_sqlitetype_conversion!(i64 => i64 => SqliteType::Integer);
[INFO] [stdout]     | -------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `err` which comes from the expansion of the macro `impl_sqlitetype_conversion` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the size for values of type `dyn std::error::Error + Send` cannot be known at compilation time
[INFO] [stdout]    --> src/api/types.rs:75:49
[INFO] [stdout]     |
[INFO] [stdout]  75 |                         .map_err(|e| err!(with: e, "Failed to convert from SQLite type")),
[INFO] [stdout]     |                                                 ^ doesn't have a size known at compile-time
[INFO] [stdout] ...
[INFO] [stdout] 125 | impl_sqlitetype_conversion!(i64 => i64 => SqliteType::Integer);
[INFO] [stdout]     | -------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/error.rs:12:22
[INFO] [stdout]     |
[INFO] [stdout]  12 |         let source = Box::new($error);
[INFO] [stdout]     |                      -------- required by a bound introduced by this call
[INFO] [stdout]     |
[INFO] [stdout]     = help: the trait `Sized` is not implemented for `dyn std::error::Error + Send`
[INFO] [stdout] note: required by a bound in `Box::<T>::new`
[INFO] [stdout]    --> /rustc/1bdcb63291ccffc030f8223f6f978568dd240e3e/library/alloc/src/boxed.rs:284:4
[INFO] [stdout]     = note: this error originates in the macro `impl_sqlitetype_conversion` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the size for values of type `dyn std::error::Error + Send` cannot be known at compilation time
[INFO] [stdout]    --> src/api/types.rs:75:49
[INFO] [stdout]     |
[INFO] [stdout]  75 |                         .map_err(|e| err!(with: e, "Failed to convert from SQLite type")),
[INFO] [stdout]     |                                                 ^ doesn't have a size known at compile-time
[INFO] [stdout] ...
[INFO] [stdout] 125 | impl_sqlitetype_conversion!(i64 => i64 => SqliteType::Integer);
[INFO] [stdout]     | -------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/error.rs:12:22
[INFO] [stdout]     |
[INFO] [stdout]  12 |         let source = Box::new($error);
[INFO] [stdout]     |                      -------- required by a bound introduced by this call
[INFO] [stdout]     |
[INFO] [stdout]     = help: the trait `Sized` is not implemented for `dyn std::error::Error + Send`
[INFO] [stdout] note: required by a bound in `Box::<T>::new`
[INFO] [stdout]    --> /rustc/1bdcb63291ccffc030f8223f6f978568dd240e3e/library/alloc/src/boxed.rs:284:4
[INFO] [stdout]     = note: this error originates in the macro `impl_sqlitetype_conversion` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unreachable call
[INFO] [stdout]    --> src/error.rs:12:22
[INFO] [stdout]     |
[INFO] [stdout]  12 |         let source = Box::new($error);
[INFO] [stdout]     |                      ^^^^^^^^ unreachable call
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/api/types.rs:87:49
[INFO] [stdout]     |
[INFO] [stdout]  87 |                         .map_err(|e| err!(with: e, "Failed to convert from SQLite type")),
[INFO] [stdout]     |                                                 - any code following this expression is unreachable
[INFO] [stdout] ...
[INFO] [stdout] 125 | impl_sqlitetype_conversion!(i64 => i64 => SqliteType::Integer);
[INFO] [stdout]     | -------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `err` which comes from the expansion of the macro `impl_sqlitetype_conversion` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unreachable call
[INFO] [stdout]    --> src/error.rs:12:22
[INFO] [stdout]     |
[INFO] [stdout]  12 |         let source = Box::new($error);
[INFO] [stdout]     |                      ^^^^^^^^ unreachable call
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/api/types.rs:87:49
[INFO] [stdout]     |
[INFO] [stdout]  87 |                         .map_err(|e| err!(with: e, "Failed to convert from SQLite type")),
[INFO] [stdout]     |                                                 - any code following this expression is unreachable
[INFO] [stdout] ...
[INFO] [stdout] 125 | impl_sqlitetype_conversion!(i64 => i64 => SqliteType::Integer);
[INFO] [stdout]     | -------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `err` which comes from the expansion of the macro `impl_sqlitetype_conversion` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the size for values of type `dyn std::error::Error + Send` cannot be known at compilation time
[INFO] [stdout]    --> src/api/types.rs:87:49
[INFO] [stdout]     |
[INFO] [stdout]  87 |                         .map_err(|e| err!(with: e, "Failed to convert from SQLite type")),
[INFO] [stdout]     |                                                 ^ doesn't have a size known at compile-time
[INFO] [stdout] ...
[INFO] [stdout] 125 | impl_sqlitetype_conversion!(i64 => i64 => SqliteType::Integer);
[INFO] [stdout]     | -------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/error.rs:12:22
[INFO] [stdout]     |
[INFO] [stdout]  12 |         let source = Box::new($error);
[INFO] [stdout]     |                      -------- required by a bound introduced by this call
[INFO] [stdout]     |
[INFO] [stdout]     = help: the trait `Sized` is not implemented for `dyn std::error::Error + Send`
[INFO] [stdout] note: required by a bound in `Box::<T>::new`
[INFO] [stdout]    --> /rustc/1bdcb63291ccffc030f8223f6f978568dd240e3e/library/alloc/src/boxed.rs:284:4
[INFO] [stdout]     = note: this error originates in the macro `impl_sqlitetype_conversion` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the size for values of type `dyn std::error::Error + Send` cannot be known at compilation time
[INFO] [stdout]    --> src/api/types.rs:87:49
[INFO] [stdout]     |
[INFO] [stdout]  87 |                         .map_err(|e| err!(with: e, "Failed to convert from SQLite type")),
[INFO] [stdout]     |                                                 ^ doesn't have a size known at compile-time
[INFO] [stdout] ...
[INFO] [stdout] 125 | impl_sqlitetype_conversion!(i64 => i64 => SqliteType::Integer);
[INFO] [stdout]     | -------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/error.rs:12:22
[INFO] [stdout]     |
[INFO] [stdout]  12 |         let source = Box::new($error);
[INFO] [stdout]     |                      -------- required by a bound introduced by this call
[INFO] [stdout]     |
[INFO] [stdout]     = help: the trait `Sized` is not implemented for `dyn std::error::Error + Send`
[INFO] [stdout] note: required by a bound in `Box::<T>::new`
[INFO] [stdout]    --> /rustc/1bdcb63291ccffc030f8223f6f978568dd240e3e/library/alloc/src/boxed.rs:284:4
[INFO] [stdout]     = note: this error originates in the macro `impl_sqlitetype_conversion` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unreachable call
[INFO] [stdout]    --> src/error.rs:12:22
[INFO] [stdout]     |
[INFO] [stdout]  12 |         let source = Box::new($error);
[INFO] [stdout]     |                      ^^^^^^^^ unreachable call
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/api/types.rs:99:45
[INFO] [stdout]     |
[INFO] [stdout]  99 |                     .map_err(|e| err!(with: e, "Failed to convert into SQLite type"))
[INFO] [stdout]     |                                             - any code following this expression is unreachable
[INFO] [stdout] ...
[INFO] [stdout] 125 | impl_sqlitetype_conversion!(i64 => i64 => SqliteType::Integer);
[INFO] [stdout]     | -------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `err` which comes from the expansion of the macro `impl_sqlitetype_conversion` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the size for values of type `dyn std::error::Error + Send` cannot be known at compilation time
[INFO] [stdout]    --> src/api/types.rs:99:45
[INFO] [stdout]     |
[INFO] [stdout]  99 |                     .map_err(|e| err!(with: e, "Failed to convert into SQLite type"))
[INFO] [stdout]     |                                             ^ doesn't have a size known at compile-time
[INFO] [stdout] ...
[INFO] [stdout] 125 | impl_sqlitetype_conversion!(i64 => i64 => SqliteType::Integer);
[INFO] [stdout]     | -------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/error.rs:12:22
[INFO] [stdout]     |
[INFO] [stdout]  12 |         let source = Box::new($error);
[INFO] [stdout]     |                      -------- required by a bound introduced by this call
[INFO] [stdout]     |
[INFO] [stdout]     = help: the trait `Sized` is not implemented for `dyn std::error::Error + Send`
[INFO] [stdout] note: required by a bound in `Box::<T>::new`
[INFO] [stdout]    --> /rustc/1bdcb63291ccffc030f8223f6f978568dd240e3e/library/alloc/src/boxed.rs:284:4
[INFO] [stdout]     = note: this error originates in the macro `impl_sqlitetype_conversion` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unreachable call
[INFO] [stdout]    --> src/error.rs:12:22
[INFO] [stdout]     |
[INFO] [stdout]  12 |         let source = Box::new($error);
[INFO] [stdout]     |                      ^^^^^^^^ unreachable call
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/api/types.rs:99:45
[INFO] [stdout]     |
[INFO] [stdout]  99 |                     .map_err(|e| err!(with: e, "Failed to convert into SQLite type"))
[INFO] [stdout]     |                                             - any code following this expression is unreachable
[INFO] [stdout] ...
[INFO] [stdout] 125 | impl_sqlitetype_conversion!(i64 => i64 => SqliteType::Integer);
[INFO] [stdout]     | -------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `err` which comes from the expansion of the macro `impl_sqlitetype_conversion` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the size for values of type `dyn std::error::Error + Send` cannot be known at compilation time
[INFO] [stdout]    --> src/api/types.rs:99:45
[INFO] [stdout]     |
[INFO] [stdout]  99 |                     .map_err(|e| err!(with: e, "Failed to convert into SQLite type"))
[INFO] [stdout]     |                                             ^ doesn't have a size known at compile-time
[INFO] [stdout] ...
[INFO] [stdout] 125 | impl_sqlitetype_conversion!(i64 => i64 => SqliteType::Integer);
[INFO] [stdout]     | -------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/error.rs:12:22
[INFO] [stdout]     |
[INFO] [stdout]  12 |         let source = Box::new($error);
[INFO] [stdout]     |                      -------- required by a bound introduced by this call
[INFO] [stdout]     |
[INFO] [stdout]     = help: the trait `Sized` is not implemented for `dyn std::error::Error + Send`
[INFO] [stdout] note: required by a bound in `Box::<T>::new`
[INFO] [stdout]    --> /rustc/1bdcb63291ccffc030f8223f6f978568dd240e3e/library/alloc/src/boxed.rs:284:4
[INFO] [stdout]     = note: this error originates in the macro `impl_sqlitetype_conversion` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unreachable call
[INFO] [stdout]    --> src/error.rs:12:22
[INFO] [stdout]     |
[INFO] [stdout]  12 |         let source = Box::new($error);
[INFO] [stdout]     |                      ^^^^^^^^ unreachable call
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/api/types.rs:109:49
[INFO] [stdout]     |
[INFO] [stdout] 109 |                         .map_err(|e| err!(with: e, "Failed to convert into SQLite type")),
[INFO] [stdout]     |                                                 - any code following this expression is unreachable
[INFO] [stdout] ...
[INFO] [stdout] 125 | impl_sqlitetype_conversion!(i64 => i64 => SqliteType::Integer);
[INFO] [stdout]     | -------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `err` which comes from the expansion of the macro `impl_sqlitetype_conversion` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the size for values of type `dyn std::error::Error + Send` cannot be known at compilation time
[INFO] [stdout]    --> src/api/types.rs:109:49
[INFO] [stdout]     |
[INFO] [stdout] 109 |                         .map_err(|e| err!(with: e, "Failed to convert into SQLite type")),
[INFO] [stdout]     |                                                 ^ doesn't have a size known at compile-time
[INFO] [stdout] ...
[INFO] [stdout] 125 | impl_sqlitetype_conversion!(i64 => i64 => SqliteType::Integer);
[INFO] [stdout]     | -------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/error.rs:12:22
[INFO] [stdout]     |
[INFO] [stdout]  12 |         let source = Box::new($error);
[INFO] [stdout]     |                      -------- required by a bound introduced by this call
[INFO] [stdout]     |
[INFO] [stdout]     = help: the trait `Sized` is not implemented for `dyn std::error::Error + Send`
[INFO] [stdout] note: required by a bound in `Box::<T>::new`
[INFO] [stdout]    --> /rustc/1bdcb63291ccffc030f8223f6f978568dd240e3e/library/alloc/src/boxed.rs:284:4
[INFO] [stdout]     = note: this error originates in the macro `impl_sqlitetype_conversion` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unreachable call
[INFO] [stdout]    --> src/error.rs:12:22
[INFO] [stdout]     |
[INFO] [stdout]  12 |         let source = Box::new($error);
[INFO] [stdout]     |                      ^^^^^^^^ unreachable call
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/api/types.rs:109:49
[INFO] [stdout]     |
[INFO] [stdout] 109 |                         .map_err(|e| err!(with: e, "Failed to convert into SQLite type")),
[INFO] [stdout]     |                                                 - any code following this expression is unreachable
[INFO] [stdout] ...
[INFO] [stdout] 125 | impl_sqlitetype_conversion!(i64 => i64 => SqliteType::Integer);
[INFO] [stdout]     | -------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `err` which comes from the expansion of the macro `impl_sqlitetype_conversion` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the size for values of type `dyn std::error::Error + Send` cannot be known at compilation time
[INFO] [stdout]    --> src/api/types.rs:109:49
[INFO] [stdout]     |
[INFO] [stdout] 109 |                         .map_err(|e| err!(with: e, "Failed to convert into SQLite type")),
[INFO] [stdout]     |                                                 ^ doesn't have a size known at compile-time
[INFO] [stdout] ...
[INFO] [stdout] 125 | impl_sqlitetype_conversion!(i64 => i64 => SqliteType::Integer);
[INFO] [stdout]     | -------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/error.rs:12:22
[INFO] [stdout]     |
[INFO] [stdout]  12 |         let source = Box::new($error);
[INFO] [stdout]     |                      -------- required by a bound introduced by this call
[INFO] [stdout]     |
[INFO] [stdout]     = help: the trait `Sized` is not implemented for `dyn std::error::Error + Send`
[INFO] [stdout] note: required by a bound in `Box::<T>::new`
[INFO] [stdout]    --> /rustc/1bdcb63291ccffc030f8223f6f978568dd240e3e/library/alloc/src/boxed.rs:284:4
[INFO] [stdout]     = note: this error originates in the macro `impl_sqlitetype_conversion` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unreachable call
[INFO] [stdout]    --> src/error.rs:12:22
[INFO] [stdout]     |
[INFO] [stdout]  12 |         let source = Box::new($error);
[INFO] [stdout]     |                      ^^^^^^^^ unreachable call
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/api/types.rs:99:45
[INFO] [stdout]     |
[INFO] [stdout]  99 |                     .map_err(|e| err!(with: e, "Failed to convert into SQLite type"))
[INFO] [stdout]     |                                             - any code following this expression is unreachable
[INFO] [stdout] ...
[INFO] [stdout] 126 | impl_sqlitetype_conversion!(u32 => i64 => SqliteType::Integer);
[INFO] [stdout]     | -------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `err` which comes from the expansion of the macro `impl_sqlitetype_conversion` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unreachable call
[INFO] [stdout]    --> src/error.rs:12:22
[INFO] [stdout]     |
[INFO] [stdout]  12 |         let source = Box::new($error);
[INFO] [stdout]     |                      ^^^^^^^^ unreachable call
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/api/types.rs:99:45
[INFO] [stdout]     |
[INFO] [stdout]  99 |                     .map_err(|e| err!(with: e, "Failed to convert into SQLite type"))
[INFO] [stdout]     |                                             - any code following this expression is unreachable
[INFO] [stdout] ...
[INFO] [stdout] 126 | impl_sqlitetype_conversion!(u32 => i64 => SqliteType::Integer);
[INFO] [stdout]     | -------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `err` which comes from the expansion of the macro `impl_sqlitetype_conversion` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the size for values of type `dyn std::error::Error + Send` cannot be known at compilation time
[INFO] [stdout]    --> src/api/types.rs:99:45
[INFO] [stdout]     |
[INFO] [stdout]  99 |                     .map_err(|e| err!(with: e, "Failed to convert into SQLite type"))
[INFO] [stdout]     |                                             ^ doesn't have a size known at compile-time
[INFO] [stdout] ...
[INFO] [stdout] 126 | impl_sqlitetype_conversion!(u32 => i64 => SqliteType::Integer);
[INFO] [stdout]     | -------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/error.rs:12:22
[INFO] [stdout]     |
[INFO] [stdout]  12 |         let source = Box::new($error);
[INFO] [stdout]     |                      -------- required by a bound introduced by this call
[INFO] [stdout]     |
[INFO] [stdout]     = help: the trait `Sized` is not implemented for `dyn std::error::Error + Send`
[INFO] [stdout] note: required by a bound in `Box::<T>::new`
[INFO] [stdout]    --> /rustc/1bdcb63291ccffc030f8223f6f978568dd240e3e/library/alloc/src/boxed.rs:284:4
[INFO] [stdout]     = note: this error originates in the macro `impl_sqlitetype_conversion` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the size for values of type `dyn std::error::Error + Send` cannot be known at compilation time
[INFO] [stdout]    --> src/api/types.rs:99:45
[INFO] [stdout]     |
[INFO] [stdout]  99 |                     .map_err(|e| err!(with: e, "Failed to convert into SQLite type"))
[INFO] [stdout]     |                                             ^ doesn't have a size known at compile-time
[INFO] [stdout] ...
[INFO] [stdout] 126 | impl_sqlitetype_conversion!(u32 => i64 => SqliteType::Integer);
[INFO] [stdout]     | -------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/error.rs:12:22
[INFO] [stdout]     |
[INFO] [stdout]  12 |         let source = Box::new($error);
[INFO] [stdout]     |                      -------- required by a bound introduced by this call
[INFO] [stdout]     |
[INFO] [stdout]     = help: the trait `Sized` is not implemented for `dyn std::error::Error + Send`
[INFO] [stdout] note: required by a bound in `Box::<T>::new`
[INFO] [stdout]    --> /rustc/1bdcb63291ccffc030f8223f6f978568dd240e3e/library/alloc/src/boxed.rs:284:4
[INFO] [stdout]     = note: this error originates in the macro `impl_sqlitetype_conversion` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unreachable call
[INFO] [stdout]    --> src/error.rs:12:22
[INFO] [stdout]     |
[INFO] [stdout]  12 |         let source = Box::new($error);
[INFO] [stdout]     |                      ^^^^^^^^ unreachable call
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/api/types.rs:109:49
[INFO] [stdout]     |
[INFO] [stdout] 109 |                         .map_err(|e| err!(with: e, "Failed to convert into SQLite type")),
[INFO] [stdout]     |                                                 - any code following this expression is unreachable
[INFO] [stdout] ...
[INFO] [stdout] 126 | impl_sqlitetype_conversion!(u32 => i64 => SqliteType::Integer);
[INFO] [stdout]     | -------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `err` which comes from the expansion of the macro `impl_sqlitetype_conversion` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unreachable call
[INFO] [stdout]    --> src/error.rs:12:22
[INFO] [stdout]     |
[INFO] [stdout]  12 |         let source = Box::new($error);
[INFO] [stdout]     |                      ^^^^^^^^ unreachable call
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/api/types.rs:109:49
[INFO] [stdout]     |
[INFO] [stdout] 109 |                         .map_err(|e| err!(with: e, "Failed to convert into SQLite type")),
[INFO] [stdout]     |                                                 - any code following this expression is unreachable
[INFO] [stdout] ...
[INFO] [stdout] 126 | impl_sqlitetype_conversion!(u32 => i64 => SqliteType::Integer);
[INFO] [stdout]     | -------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `err` which comes from the expansion of the macro `impl_sqlitetype_conversion` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the size for values of type `dyn std::error::Error + Send` cannot be known at compilation time
[INFO] [stdout]    --> src/api/types.rs:109:49
[INFO] [stdout]     |
[INFO] [stdout] 109 |                         .map_err(|e| err!(with: e, "Failed to convert into SQLite type")),
[INFO] [stdout]     |                                                 ^ doesn't have a size known at compile-time
[INFO] [stdout] ...
[INFO] [stdout] 126 | impl_sqlitetype_conversion!(u32 => i64 => SqliteType::Integer);
[INFO] [stdout]     | -------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/error.rs:12:22
[INFO] [stdout]     |
[INFO] [stdout]  12 |         let source = Box::new($error);
[INFO] [stdout]     |                      -------- required by a bound introduced by this call
[INFO] [stdout]     |
[INFO] [stdout]     = help: the trait `Sized` is not implemented for `dyn std::error::Error + Send`
[INFO] [stdout] note: required by a bound in `Box::<T>::new`
[INFO] [stdout]    --> /rustc/1bdcb63291ccffc030f8223f6f978568dd240e3e/library/alloc/src/boxed.rs:284:4
[INFO] [stdout]     = note: this error originates in the macro `impl_sqlitetype_conversion` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the size for values of type `dyn std::error::Error + Send` cannot be known at compilation time
[INFO] [stdout]    --> src/api/types.rs:109:49
[INFO] [stdout]     |
[INFO] [stdout] 109 |                         .map_err(|e| err!(with: e, "Failed to convert into SQLite type")),
[INFO] [stdout]     |                                                 ^ doesn't have a size known at compile-time
[INFO] [stdout] ...
[INFO] [stdout] 126 | impl_sqlitetype_conversion!(u32 => i64 => SqliteType::Integer);
[INFO] [stdout]     | -------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/error.rs:12:22
[INFO] [stdout]     |
[INFO] [stdout]  12 |         let source = Box::new($error);
[INFO] [stdout]     |                      -------- required by a bound introduced by this call
[INFO] [stdout]     |
[INFO] [stdout]     = help: the trait `Sized` is not implemented for `dyn std::error::Error + Send`
[INFO] [stdout] note: required by a bound in `Box::<T>::new`
[INFO] [stdout]    --> /rustc/1bdcb63291ccffc030f8223f6f978568dd240e3e/library/alloc/src/boxed.rs:284:4
[INFO] [stdout]     = note: this error originates in the macro `impl_sqlitetype_conversion` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unreachable call
[INFO] [stdout]    --> src/error.rs:12:22
[INFO] [stdout]     |
[INFO] [stdout]  12 |         let source = Box::new($error);
[INFO] [stdout]     |                      ^^^^^^^^ unreachable call
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/api/types.rs:99:45
[INFO] [stdout]     |
[INFO] [stdout]  99 |                     .map_err(|e| err!(with: e, "Failed to convert into SQLite type"))
[INFO] [stdout]     |                                             - any code following this expression is unreachable
[INFO] [stdout] ...
[INFO] [stdout] 127 | impl_sqlitetype_conversion!(i32 => i64 => SqliteType::Integer);
[INFO] [stdout]     | -------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `err` which comes from the expansion of the macro `impl_sqlitetype_conversion` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unreachable call
[INFO] [stdout]    --> src/error.rs:12:22
[INFO] [stdout]     |
[INFO] [stdout]  12 |         let source = Box::new($error);
[INFO] [stdout]     |                      ^^^^^^^^ unreachable call
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/api/types.rs:99:45
[INFO] [stdout]     |
[INFO] [stdout]  99 |                     .map_err(|e| err!(with: e, "Failed to convert into SQLite type"))
[INFO] [stdout]     |                                             - any code following this expression is unreachable
[INFO] [stdout] ...
[INFO] [stdout] 127 | impl_sqlitetype_conversion!(i32 => i64 => SqliteType::Integer);
[INFO] [stdout]     | -------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `err` which comes from the expansion of the macro `impl_sqlitetype_conversion` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the size for values of type `dyn std::error::Error + Send` cannot be known at compilation time
[INFO] [stdout]    --> src/api/types.rs:99:45
[INFO] [stdout]     |
[INFO] [stdout]  99 |                     .map_err(|e| err!(with: e, "Failed to convert into SQLite type"))
[INFO] [stdout]     |                                             ^ doesn't have a size known at compile-time
[INFO] [stdout] ...
[INFO] [stdout] 127 | impl_sqlitetype_conversion!(i32 => i64 => SqliteType::Integer);
[INFO] [stdout]     | -------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/error.rs:12:22
[INFO] [stdout]     |
[INFO] [stdout]  12 |         let source = Box::new($error);
[INFO] [stdout]     |                      -------- required by a bound introduced by this call
[INFO] [stdout]     |
[INFO] [stdout]     = help: the trait `Sized` is not implemented for `dyn std::error::Error + Send`
[INFO] [stdout] note: required by a bound in `Box::<T>::new`
[INFO] [stdout]    --> /rustc/1bdcb63291ccffc030f8223f6f978568dd240e3e/library/alloc/src/boxed.rs:284:4
[INFO] [stdout]     = note: this error originates in the macro `impl_sqlitetype_conversion` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the size for values of type `dyn std::error::Error + Send` cannot be known at compilation time
[INFO] [stdout]    --> src/api/types.rs:99:45
[INFO] [stdout]     |
[INFO] [stdout]  99 |                     .map_err(|e| err!(with: e, "Failed to convert into SQLite type"))
[INFO] [stdout]     |                                             ^ doesn't have a size known at compile-time
[INFO] [stdout] ...
[INFO] [stdout] 127 | impl_sqlitetype_conversion!(i32 => i64 => SqliteType::Integer);
[INFO] [stdout]     | -------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/error.rs:12:22
[INFO] [stdout]     |
[INFO] [stdout]  12 |         let source = Box::new($error);
[INFO] [stdout]     |                      -------- required by a bound introduced by this call
[INFO] [stdout]     |
[INFO] [stdout]     = help: the trait `Sized` is not implemented for `dyn std::error::Error + Send`
[INFO] [stdout] note: required by a bound in `Box::<T>::new`
[INFO] [stdout]    --> /rustc/1bdcb63291ccffc030f8223f6f978568dd240e3e/library/alloc/src/boxed.rs:284:4
[INFO] [stdout]     = note: this error originates in the macro `impl_sqlitetype_conversion` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unreachable call
[INFO] [stdout]    --> src/error.rs:12:22
[INFO] [stdout]     |
[INFO] [stdout]  12 |         let source = Box::new($error);
[INFO] [stdout]     |                      ^^^^^^^^ unreachable call
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/api/types.rs:109:49
[INFO] [stdout]     |
[INFO] [stdout] 109 |                         .map_err(|e| err!(with: e, "Failed to convert into SQLite type")),
[INFO] [stdout]     |                                                 - any code following this expression is unreachable
[INFO] [stdout] ...
[INFO] [stdout] 127 | impl_sqlitetype_conversion!(i32 => i64 => SqliteType::Integer);
[INFO] [stdout]     | -------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `err` which comes from the expansion of the macro `impl_sqlitetype_conversion` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unreachable call
[INFO] [stdout]    --> src/error.rs:12:22
[INFO] [stdout]     |
[INFO] [stdout]  12 |         let source = Box::new($error);
[INFO] [stdout]     |                      ^^^^^^^^ unreachable call
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/api/types.rs:109:49
[INFO] [stdout]     |
[INFO] [stdout] 109 |                         .map_err(|e| err!(with: e, "Failed to convert into SQLite type")),
[INFO] [stdout]     |                                                 - any code following this expression is unreachable
[INFO] [stdout] ...
[INFO] [stdout] 127 | impl_sqlitetype_conversion!(i32 => i64 => SqliteType::Integer);
[INFO] [stdout]     | -------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `err` which comes from the expansion of the macro `impl_sqlitetype_conversion` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the size for values of type `dyn std::error::Error + Send` cannot be known at compilation time
[INFO] [stdout]    --> src/api/types.rs:109:49
[INFO] [stdout]     |
[INFO] [stdout] 109 |                         .map_err(|e| err!(with: e, "Failed to convert into SQLite type")),
[INFO] [stdout]     |                                                 ^ doesn't have a size known at compile-time
[INFO] [stdout] ...
[INFO] [stdout] 127 | impl_sqlitetype_conversion!(i32 => i64 => SqliteType::Integer);
[INFO] [stdout]     | -------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/error.rs:12:22
[INFO] [stdout]     |
[INFO] [stdout]  12 |         let source = Box::new($error);
[INFO] [stdout]     |                      -------- required by a bound introduced by this call
[INFO] [stdout]     |
[INFO] [stdout]     = help: the trait `Sized` is not implemented for `dyn std::error::Error + Send`
[INFO] [stdout] note: required by a bound in `Box::<T>::new`
[INFO] [stdout]    --> /rustc/1bdcb63291ccffc030f8223f6f978568dd240e3e/library/alloc/src/boxed.rs:284:4
[INFO] [stdout]     = note: this error originates in the macro `impl_sqlitetype_conversion` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the size for values of type `dyn std::error::Error + Send` cannot be known at compilation time
[INFO] [stdout]    --> src/api/types.rs:109:49
[INFO] [stdout]     |
[INFO] [stdout] 109 |                         .map_err(|e| err!(with: e, "Failed to convert into SQLite type")),
[INFO] [stdout]     |                                                 ^ doesn't have a size known at compile-time
[INFO] [stdout] ...
[INFO] [stdout] 127 | impl_sqlitetype_conversion!(i32 => i64 => SqliteType::Integer);
[INFO] [stdout]     | -------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/error.rs:12:22
[INFO] [stdout]     |
[INFO] [stdout]  12 |         let source = Box::new($error);
[INFO] [stdout]     |                      -------- required by a bound introduced by this call
[INFO] [stdout]     |
[INFO] [stdout]     = help: the trait `Sized` is not implemented for `dyn std::error::Error + Send`
[INFO] [stdout] note: required by a bound in `Box::<T>::new`
[INFO] [stdout]    --> /rustc/1bdcb63291ccffc030f8223f6f978568dd240e3e/library/alloc/src/boxed.rs:284:4
[INFO] [stdout]     = note: this error originates in the macro `impl_sqlitetype_conversion` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unreachable call
[INFO] [stdout]    --> src/error.rs:12:22
[INFO] [stdout]     |
[INFO] [stdout]  12 |         let source = Box::new($error);
[INFO] [stdout]     |                      ^^^^^^^^ unreachable call
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/api/types.rs:99:45
[INFO] [stdout]     |
[INFO] [stdout]  99 |                     .map_err(|e| err!(with: e, "Failed to convert into SQLite type"))
[INFO] [stdout]     |                                             - any code following this expression is unreachable
[INFO] [stdout] ...
[INFO] [stdout] 128 | impl_sqlitetype_conversion!(u16 => i64 => SqliteType::Integer);
[INFO] [stdout]     | -------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `err` which comes from the expansion of the macro `impl_sqlitetype_conversion` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unreachable call
[INFO] [stdout]    --> src/error.rs:12:22
[INFO] [stdout]     |
[INFO] [stdout]  12 |         let source = Box::new($error);
[INFO] [stdout]     |                      ^^^^^^^^ unreachable call
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/api/types.rs:99:45
[INFO] [stdout]     |
[INFO] [stdout]  99 |                     .map_err(|e| err!(with: e, "Failed to convert into SQLite type"))
[INFO] [stdout]     |                                             - any code following this expression is unreachable
[INFO] [stdout] ...
[INFO] [stdout] 128 | impl_sqlitetype_conversion!(u16 => i64 => SqliteType::Integer);
[INFO] [stdout]     | -------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `err` which comes from the expansion of the macro `impl_sqlitetype_conversion` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the size for values of type `dyn std::error::Error + Send` cannot be known at compilation time
[INFO] [stdout]    --> src/api/types.rs:99:45
[INFO] [stdout]     |
[INFO] [stdout]  99 |                     .map_err(|e| err!(with: e, "Failed to convert into SQLite type"))
[INFO] [stdout]     |                                             ^ doesn't have a size known at compile-time
[INFO] [stdout] ...
[INFO] [stdout] 128 | impl_sqlitetype_conversion!(u16 => i64 => SqliteType::Integer);
[INFO] [stdout]     | -------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/error.rs:12:22
[INFO] [stdout]     |
[INFO] [stdout]  12 |         let source = Box::new($error);
[INFO] [stdout]     |                      -------- required by a bound introduced by this call
[INFO] [stdout]     |
[INFO] [stdout]     = help: the trait `Sized` is not implemented for `dyn std::error::Error + Send`
[INFO] [stdout] note: required by a bound in `Box::<T>::new`
[INFO] [stdout]    --> /rustc/1bdcb63291ccffc030f8223f6f978568dd240e3e/library/alloc/src/boxed.rs:284:4
[INFO] [stdout]     = note: this error originates in the macro `impl_sqlitetype_conversion` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the size for values of type `dyn std::error::Error + Send` cannot be known at compilation time
[INFO] [stdout]    --> src/api/types.rs:99:45
[INFO] [stdout]     |
[INFO] [stdout]  99 |                     .map_err(|e| err!(with: e, "Failed to convert into SQLite type"))
[INFO] [stdout]     |                                             ^ doesn't have a size known at compile-time
[INFO] [stdout] ...
[INFO] [stdout] 128 | impl_sqlitetype_conversion!(u16 => i64 => SqliteType::Integer);
[INFO] [stdout]     | -------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/error.rs:12:22
[INFO] [stdout]     |
[INFO] [stdout]  12 |         let source = Box::new($error);
[INFO] [stdout]     |                      -------- required by a bound introduced by this call
[INFO] [stdout]     |
[INFO] [stdout]     = help: the trait `Sized` is not implemented for `dyn std::error::Error + Send`
[INFO] [stdout] note: required by a bound in `Box::<T>::new`
[INFO] [stdout]    --> /rustc/1bdcb63291ccffc030f8223f6f978568dd240e3e/library/alloc/src/boxed.rs:284:4
[INFO] [stdout]     = note: this error originates in the macro `impl_sqlitetype_conversion` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unreachable call
[INFO] [stdout]    --> src/error.rs:12:22
[INFO] [stdout]     |
[INFO] [stdout]  12 |         let source = Box::new($error);
[INFO] [stdout]     |                      ^^^^^^^^ unreachable call
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/api/types.rs:109:49
[INFO] [stdout]     |
[INFO] [stdout] 109 |                         .map_err(|e| err!(with: e, "Failed to convert into SQLite type")),
[INFO] [stdout]     |                                                 - any code following this expression is unreachable
[INFO] [stdout] ...
[INFO] [stdout] 128 | impl_sqlitetype_conversion!(u16 => i64 => SqliteType::Integer);
[INFO] [stdout]     | -------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `err` which comes from the expansion of the macro `impl_sqlitetype_conversion` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unreachable call
[INFO] [stdout]    --> src/error.rs:12:22
[INFO] [stdout]     |
[INFO] [stdout]  12 |         let source = Box::new($error);
[INFO] [stdout]     |                      ^^^^^^^^ unreachable call
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/api/types.rs:109:49
[INFO] [stdout]     |
[INFO] [stdout] 109 |                         .map_err(|e| err!(with: e, "Failed to convert into SQLite type")),
[INFO] [stdout]     |                                                 - any code following this expression is unreachable
[INFO] [stdout] ...
[INFO] [stdout] 128 | impl_sqlitetype_conversion!(u16 => i64 => SqliteType::Integer);
[INFO] [stdout]     | -------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `err` which comes from the expansion of the macro `impl_sqlitetype_conversion` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the size for values of type `dyn std::error::Error + Send` cannot be known at compilation time
[INFO] [stdout]    --> src/api/types.rs:109:49
[INFO] [stdout]     |
[INFO] [stdout] 109 |                         .map_err(|e| err!(with: e, "Failed to convert into SQLite type")),
[INFO] [stdout]     |                                                 ^ doesn't have a size known at compile-time
[INFO] [stdout] ...
[INFO] [stdout] 128 | impl_sqlitetype_conversion!(u16 => i64 => SqliteType::Integer);
[INFO] [stdout]     | -------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/error.rs:12:22
[INFO] [stdout]     |
[INFO] [stdout]  12 |         let source = Box::new($error);
[INFO] [stdout]     |                      -------- required by a bound introduced by this call
[INFO] [stdout]     |
[INFO] [stdout]     = help: the trait `Sized` is not implemented for `dyn std::error::Error + Send`
[INFO] [stdout] note: required by a bound in `Box::<T>::new`
[INFO] [stdout]    --> /rustc/1bdcb63291ccffc030f8223f6f978568dd240e3e/library/alloc/src/boxed.rs:284:4
[INFO] [stdout]     = note: this error originates in the macro `impl_sqlitetype_conversion` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the size for values of type `dyn std::error::Error + Send` cannot be known at compilation time
[INFO] [stdout]    --> src/api/types.rs:109:49
[INFO] [stdout]     |
[INFO] [stdout] 109 |                         .map_err(|e| err!(with: e, "Failed to convert into SQLite type")),
[INFO] [stdout]     |                                                 ^ doesn't have a size known at compile-time
[INFO] [stdout] ...
[INFO] [stdout] 128 | impl_sqlitetype_conversion!(u16 => i64 => SqliteType::Integer);
[INFO] [stdout]     | -------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/error.rs:12:22
[INFO] [stdout]     |
[INFO] [stdout]  12 |         let source = Box::new($error);
[INFO] [stdout]     |                      -------- required by a bound introduced by this call
[INFO] [stdout]     |
[INFO] [stdout]     = help: the trait `Sized` is not implemented for `dyn std::error::Error + Send`
[INFO] [stdout] note: required by a bound in `Box::<T>::new`
[INFO] [stdout]    --> /rustc/1bdcb63291ccffc030f8223f6f978568dd240e3e/library/alloc/src/boxed.rs:284:4
[INFO] [stdout]     = note: this error originates in the macro `impl_sqlitetype_conversion` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unreachable call
[INFO] [stdout]    --> src/error.rs:12:22
[INFO] [stdout]     |
[INFO] [stdout]  12 |         let source = Box::new($error);
[INFO] [stdout]     |                      ^^^^^^^^ unreachable call
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/api/types.rs:99:45
[INFO] [stdout]     |
[INFO] [stdout]  99 |                     .map_err(|e| err!(with: e, "Failed to convert into SQLite type"))
[INFO] [stdout]     |                                             - any code following this expression is unreachable
[INFO] [stdout] ...
[INFO] [stdout] 129 | impl_sqlitetype_conversion!(i16 => i64 => SqliteType::Integer);
[INFO] [stdout]     | -------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `err` which comes from the expansion of the macro `impl_sqlitetype_conversion` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unreachable call
[INFO] [stdout]    --> src/error.rs:12:22
[INFO] [stdout]     |
[INFO] [stdout]  12 |         let source = Box::new($error);
[INFO] [stdout]     |                      ^^^^^^^^ unreachable call
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/api/types.rs:99:45
[INFO] [stdout]     |
[INFO] [stdout]  99 |                     .map_err(|e| err!(with: e, "Failed to convert into SQLite type"))
[INFO] [stdout]     |                                             - any code following this expression is unreachable
[INFO] [stdout] ...
[INFO] [stdout] 129 | impl_sqlitetype_conversion!(i16 => i64 => SqliteType::Integer);
[INFO] [stdout]     | -------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `err` which comes from the expansion of the macro `impl_sqlitetype_conversion` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the size for values of type `dyn std::error::Error + Send` cannot be known at compilation time
[INFO] [stdout]    --> src/api/types.rs:99:45
[INFO] [stdout]     |
[INFO] [stdout]  99 |                     .map_err(|e| err!(with: e, "Failed to convert into SQLite type"))
[INFO] [stdout]     |                                             ^ doesn't have a size known at compile-time
[INFO] [stdout] ...
[INFO] [stdout] 129 | impl_sqlitetype_conversion!(i16 => i64 => SqliteType::Integer);
[INFO] [stdout]     | -------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/error.rs:12:22
[INFO] [stdout]     |
[INFO] [stdout]  12 |         let source = Box::new($error);
[INFO] [stdout]     |                      -------- required by a bound introduced by this call
[INFO] [stdout]     |
[INFO] [stdout]     = help: the trait `Sized` is not implemented for `dyn std::error::Error + Send`
[INFO] [stdout] note: required by a bound in `Box::<T>::new`
[INFO] [stdout]    --> /rustc/1bdcb63291ccffc030f8223f6f978568dd240e3e/library/alloc/src/boxed.rs:284:4
[INFO] [stdout]     = note: this error originates in the macro `impl_sqlitetype_conversion` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the size for values of type `dyn std::error::Error + Send` cannot be known at compilation time
[INFO] [stdout]    --> src/api/types.rs:99:45
[INFO] [stdout]     |
[INFO] [stdout]  99 |                     .map_err(|e| err!(with: e, "Failed to convert into SQLite type"))
[INFO] [stdout]     |                                             ^ doesn't have a size known at compile-time
[INFO] [stdout] ...
[INFO] [stdout] 129 | impl_sqlitetype_conversion!(i16 => i64 => SqliteType::Integer);
[INFO] [stdout]     | -------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/error.rs:12:22
[INFO] [stdout]     |
[INFO] [stdout]  12 |         let source = Box::new($error);
[INFO] [stdout]     |                      -------- required by a bound introduced by this call
[INFO] [stdout]     |
[INFO] [stdout]     = help: the trait `Sized` is not implemented for `dyn std::error::Error + Send`
[INFO] [stdout] note: required by a bound in `Box::<T>::new`
[INFO] [stdout]    --> /rustc/1bdcb63291ccffc030f8223f6f978568dd240e3e/library/alloc/src/boxed.rs:284:4
[INFO] [stdout]     = note: this error originates in the macro `impl_sqlitetype_conversion` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unreachable call
[INFO] [stdout]    --> src/error.rs:12:22
[INFO] [stdout]     |
[INFO] [stdout]  12 |         let source = Box::new($error);
[INFO] [stdout]     |                      ^^^^^^^^ unreachable call
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/api/types.rs:109:49
[INFO] [stdout]     |
[INFO] [stdout] 109 |                         .map_err(|e| err!(with: e, "Failed to convert into SQLite type")),
[INFO] [stdout]     |                                                 - any code following this expression is unreachable
[INFO] [stdout] ...
[INFO] [stdout] 129 | impl_sqlitetype_conversion!(i16 => i64 => SqliteType::Integer);
[INFO] [stdout]     | -------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `err` which comes from the expansion of the macro `impl_sqlitetype_conversion` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unreachable call
[INFO] [stdout]    --> src/error.rs:12:22
[INFO] [stdout]     |
[INFO] [stdout]  12 |         let source = Box::new($error);
[INFO] [stdout]     |                      ^^^^^^^^ unreachable call
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/api/types.rs:109:49
[INFO] [stdout]     |
[INFO] [stdout] 109 |                         .map_err(|e| err!(with: e, "Failed to convert into SQLite type")),
[INFO] [stdout]     |                                                 - any code following this expression is unreachable
[INFO] [stdout] ...
[INFO] [stdout] 129 | impl_sqlitetype_conversion!(i16 => i64 => SqliteType::Integer);
[INFO] [stdout]     | -------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `err` which comes from the expansion of the macro `impl_sqlitetype_conversion` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the size for values of type `dyn std::error::Error + Send` cannot be known at compilation time
[INFO] [stdout]    --> src/api/types.rs:109:49
[INFO] [stdout]     |
[INFO] [stdout] 109 |                         .map_err(|e| err!(with: e, "Failed to convert into SQLite type")),
[INFO] [stdout]     |                                                 ^ doesn't have a size known at compile-time
[INFO] [stdout] ...
[INFO] [stdout] 129 | impl_sqlitetype_conversion!(i16 => i64 => SqliteType::Integer);
[INFO] [stdout]     | -------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/error.rs:12:22
[INFO] [stdout]     |
[INFO] [stdout]  12 |         let source = Box::new($error);
[INFO] [stdout]     |                      -------- required by a bound introduced by this call
[INFO] [stdout]     |
[INFO] [stdout]     = help: the trait `Sized` is not implemented for `dyn std::error::Error + Send`
[INFO] [stdout] note: required by a bound in `Box::<T>::new`
[INFO] [stdout]    --> /rustc/1bdcb63291ccffc030f8223f6f978568dd240e3e/library/alloc/src/boxed.rs:284:4
[INFO] [stdout]     = note: this error originates in the macro `impl_sqlitetype_conversion` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the size for values of type `dyn std::error::Error + Send` cannot be known at compilation time
[INFO] [stdout]    --> src/api/types.rs:109:49
[INFO] [stdout]     |
[INFO] [stdout] 109 |                         .map_err(|e| err!(with: e, "Failed to convert into SQLite type")),
[INFO] [stdout]     |                                                 ^ doesn't have a size known at compile-time
[INFO] [stdout] ...
[INFO] [stdout] 129 | impl_sqlitetype_conversion!(i16 => i64 => SqliteType::Integer);
[INFO] [stdout]     | -------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/error.rs:12:22
[INFO] [stdout]     |
[INFO] [stdout]  12 |         let source = Box::new($error);
[INFO] [stdout]     |                      -------- required by a bound introduced by this call
[INFO] [stdout]     |
[INFO] [stdout]     = help: the trait `Sized` is not implemented for `dyn std::error::Error + Send`
[INFO] [stdout] note: required by a bound in `Box::<T>::new`
[INFO] [stdout]    --> /rustc/1bdcb63291ccffc030f8223f6f978568dd240e3e/library/alloc/src/boxed.rs:284:4
[INFO] [stdout]     = note: this error originates in the macro `impl_sqlitetype_conversion` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unreachable call
[INFO] [stdout]    --> src/error.rs:12:22
[INFO] [stdout]     |
[INFO] [stdout]  12 |         let source = Box::new($error);
[INFO] [stdout]     |                      ^^^^^^^^ unreachable call
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/api/types.rs:99:45
[INFO] [stdout]     |
[INFO] [stdout]  99 |                     .map_err(|e| err!(with: e, "Failed to convert into SQLite type"))
[INFO] [stdout]     |                                             - any code following this expression is unreachable
[INFO] [stdout] ...
[INFO] [stdout] 130 | impl_sqlitetype_conversion!(u8 => i64 => SqliteType::Integer);
[INFO] [stdout]     | ------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `err` which comes from the expansion of the macro `impl_sqlitetype_conversion` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unreachable call
[INFO] [stdout]    --> src/error.rs:12:22
[INFO] [stdout]     |
[INFO] [stdout]  12 |         let source = Box::new($error);
[INFO] [stdout]     |                      ^^^^^^^^ unreachable call
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/api/types.rs:99:45
[INFO] [stdout]     |
[INFO] [stdout]  99 |                     .map_err(|e| err!(with: e, "Failed to convert into SQLite type"))
[INFO] [stdout]     |                                             - any code following this expression is unreachable
[INFO] [stdout] ...
[INFO] [stdout] 130 | impl_sqlitetype_conversion!(u8 => i64 => SqliteType::Integer);
[INFO] [stdout]     | ------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `err` which comes from the expansion of the macro `impl_sqlitetype_conversion` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the size for values of type `dyn std::error::Error + Send` cannot be known at compilation time
[INFO] [stdout]    --> src/api/types.rs:99:45
[INFO] [stdout]     |
[INFO] [stdout]  99 |                     .map_err(|e| err!(with: e, "Failed to convert into SQLite type"))
[INFO] [stdout]     |                                             ^ doesn't have a size known at compile-time
[INFO] [stdout] ...
[INFO] [stdout] 130 | impl_sqlitetype_conversion!(u8 => i64 => SqliteType::Integer);
[INFO] [stdout]     | ------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/error.rs:12:22
[INFO] [stdout]     |
[INFO] [stdout]  12 |         let source = Box::new($error);
[INFO] [stdout]     |                      -------- required by a bound introduced by this call
[INFO] [stdout]     |
[INFO] [stdout]     = help: the trait `Sized` is not implemented for `dyn std::error::Error + Send`
[INFO] [stdout] note: required by a bound in `Box::<T>::new`
[INFO] [stdout]    --> /rustc/1bdcb63291ccffc030f8223f6f978568dd240e3e/library/alloc/src/boxed.rs:284:4
[INFO] [stdout]     = note: this error originates in the macro `impl_sqlitetype_conversion` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the size for values of type `dyn std::error::Error + Send` cannot be known at compilation time
[INFO] [stdout]    --> src/api/types.rs:99:45
[INFO] [stdout]     |
[INFO] [stdout]  99 |                     .map_err(|e| err!(with: e, "Failed to convert into SQLite type"))
[INFO] [stdout]     |                                             ^ doesn't have a size known at compile-time
[INFO] [stdout] ...
[INFO] [stdout] 130 | impl_sqlitetype_conversion!(u8 => i64 => SqliteType::Integer);
[INFO] [stdout]     | ------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/error.rs:12:22
[INFO] [stdout]     |
[INFO] [stdout]  12 |         let source = Box::new($error);
[INFO] [stdout]     |                      -------- required by a bound introduced by this call
[INFO] [stdout]     |
[INFO] [stdout]     = help: the trait `Sized` is not implemented for `dyn std::error::Error + Send`
[INFO] [stdout] note: required by a bound in `Box::<T>::new`
[INFO] [stdout]    --> /rustc/1bdcb63291ccffc030f8223f6f978568dd240e3e/library/alloc/src/boxed.rs:284:4
[INFO] [stdout]     = note: this error originates in the macro `impl_sqlitetype_conversion` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unreachable call
[INFO] [stdout]    --> src/error.rs:12:22
[INFO] [stdout]     |
[INFO] [stdout]  12 |         let source = Box::new($error);
[INFO] [stdout]     |                      ^^^^^^^^ unreachable call
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/api/types.rs:109:49
[INFO] [stdout]     |
[INFO] [stdout] 109 |                         .map_err(|e| err!(with: e, "Failed to convert into SQLite type")),
[INFO] [stdout]     |                                                 - any code following this expression is unreachable
[INFO] [stdout] ...
[INFO] [stdout] 130 | impl_sqlitetype_conversion!(u8 => i64 => SqliteType::Integer);
[INFO] [stdout]     | ------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `err` which comes from the expansion of the macro `impl_sqlitetype_conversion` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unreachable call
[INFO] [stdout]    --> src/error.rs:12:22
[INFO] [stdout]     |
[INFO] [stdout]  12 |         let source = Box::new($error);
[INFO] [stdout]     |                      ^^^^^^^^ unreachable call
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/api/types.rs:109:49
[INFO] [stdout]     |
[INFO] [stdout] 109 |                         .map_err(|e| err!(with: e, "Failed to convert into SQLite type")),
[INFO] [stdout]     |                                                 - any code following this expression is unreachable
[INFO] [stdout] ...
[INFO] [stdout] 130 | impl_sqlitetype_conversion!(u8 => i64 => SqliteType::Integer);
[INFO] [stdout]     | ------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `err` which comes from the expansion of the macro `impl_sqlitetype_conversion` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the size for values of type `dyn std::error::Error + Send` cannot be known at compilation time
[INFO] [stdout]    --> src/api/types.rs:109:49
[INFO] [stdout]     |
[INFO] [stdout] 109 |                         .map_err(|e| err!(with: e, "Failed to convert into SQLite type")),
[INFO] [stdout]     |                                                 ^ doesn't have a size known at compile-time
[INFO] [stdout] ...
[INFO] [stdout] 130 | impl_sqlitetype_conversion!(u8 => i64 => SqliteType::Integer);
[INFO] [stdout]     | ------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/error.rs:12:22
[INFO] [stdout]     |
[INFO] [stdout]  12 |         let source = Box::new($error);
[INFO] [stdout]     |                      -------- required by a bound introduced by this call
[INFO] [stdout]     |
[INFO] [stdout]     = help: the trait `Sized` is not implemented for `dyn std::error::Error + Send`
[INFO] [stdout] note: required by a bound in `Box::<T>::new`
[INFO] [stdout]    --> /rustc/1bdcb63291ccffc030f8223f6f978568dd240e3e/library/alloc/src/boxed.rs:284:4
[INFO] [stdout]     = note: this error originates in the macro `impl_sqlitetype_conversion` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the size for values of type `dyn std::error::Error + Send` cannot be known at compilation time
[INFO] [stdout]    --> src/api/types.rs:109:49
[INFO] [stdout]     |
[INFO] [stdout] 109 |                         .map_err(|e| err!(with: e, "Failed to convert into SQLite type")),
[INFO] [stdout]     |                                                 ^ doesn't have a size known at compile-time
[INFO] [stdout] ...
[INFO] [stdout] 130 | impl_sqlitetype_conversion!(u8 => i64 => SqliteType::Integer);
[INFO] [stdout]     | ------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/error.rs:12:22
[INFO] [stdout]     |
[INFO] [stdout]  12 |         let source = Box::new($error);
[INFO] [stdout]     |                      -------- required by a bound introduced by this call
[INFO] [stdout]     |
[INFO] [stdout]     = help: the trait `Sized` is not implemented for `dyn std::error::Error + Send`
[INFO] [stdout] note: required by a bound in `Box::<T>::new`
[INFO] [stdout]    --> /rustc/1bdcb63291ccffc030f8223f6f978568dd240e3e/library/alloc/src/boxed.rs:284:4
[INFO] [stdout]     = note: this error originates in the macro `impl_sqlitetype_conversion` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unreachable call
[INFO] [stdout]    --> src/error.rs:12:22
[INFO] [stdout]     |
[INFO] [stdout]  12 |         let source = Box::new($error);
[INFO] [stdout]     |                      ^^^^^^^^ unreachable call
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/api/types.rs:99:45
[INFO] [stdout]     |
[INFO] [stdout]  99 |                     .map_err(|e| err!(with: e, "Failed to convert into SQLite type"))
[INFO] [stdout]     |                                             - any code following this expression is unreachable
[INFO] [stdout] ...
[INFO] [stdout] 131 | impl_sqlitetype_conversion!(i8 => i64 => SqliteType::Integer);
[INFO] [stdout]     | ------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `err` which comes from the expansion of the macro `impl_sqlitetype_conversion` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unreachable call
[INFO] [stdout]    --> src/error.rs:12:22
[INFO] [stdout]     |
[INFO] [stdout]  12 |         let source = Box::new($error);
[INFO] [stdout]     |                      ^^^^^^^^ unreachable call
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/api/types.rs:99:45
[INFO] [stdout]     |
[INFO] [stdout]  99 |                     .map_err(|e| err!(with: e, "Failed to convert into SQLite type"))
[INFO] [stdout]     |                                             - any code following this expression is unreachable
[INFO] [stdout] ...
[INFO] [stdout] 131 | impl_sqlitetype_conversion!(i8 => i64 => SqliteType::Integer);
[INFO] [stdout]     | ------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `err` which comes from the expansion of the macro `impl_sqlitetype_conversion` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the size for values of type `dyn std::error::Error + Send` cannot be known at compilation time
[INFO] [stdout]    --> src/api/types.rs:99:45
[INFO] [stdout]     |
[INFO] [stdout]  99 |                     .map_err(|e| err!(with: e, "Failed to convert into SQLite type"))
[INFO] [stdout]     |                                             ^ doesn't have a size known at compile-time
[INFO] [stdout] ...
[INFO] [stdout] 131 | impl_sqlitetype_conversion!(i8 => i64 => SqliteType::Integer);
[INFO] [stdout]     | ------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/error.rs:12:22
[INFO] [stdout]     |
[INFO] [stdout]  12 |         let source = Box::new($error);
[INFO] [stdout]     |                      -------- required by a bound introduced by this call
[INFO] [stdout]     |
[INFO] [stdout]     = help: the trait `Sized` is not implemented for `dyn std::error::Error + Send`
[INFO] [stdout] note: required by a bound in `Box::<T>::new`
[INFO] [stdout]    --> /rustc/1bdcb63291ccffc030f8223f6f978568dd240e3e/library/alloc/src/boxed.rs:284:4
[INFO] [stdout]     = note: this error originates in the macro `impl_sqlitetype_conversion` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the size for values of type `dyn std::error::Error + Send` cannot be known at compilation time
[INFO] [stdout]    --> src/api/types.rs:99:45
[INFO] [stdout]     |
[INFO] [stdout]  99 |                     .map_err(|e| err!(with: e, "Failed to convert into SQLite type"))
[INFO] [stdout]     |                                             ^ doesn't have a size known at compile-time
[INFO] [stdout] ...
[INFO] [stdout] 131 | impl_sqlitetype_conversion!(i8 => i64 => SqliteType::Integer);
[INFO] [stdout]     | ------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/error.rs:12:22
[INFO] [stdout]     |
[INFO] [stdout]  12 |         let source = Box::new($error);
[INFO] [stdout]     |                      -------- required by a bound introduced by this call
[INFO] [stdout]     |
[INFO] [stdout]     = help: the trait `Sized` is not implemented for `dyn std::error::Error + Send`
[INFO] [stdout] note: required by a bound in `Box::<T>::new`
[INFO] [stdout]    --> /rustc/1bdcb63291ccffc030f8223f6f978568dd240e3e/library/alloc/src/boxed.rs:284:4
[INFO] [stdout]     = note: this error originates in the macro `impl_sqlitetype_conversion` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unreachable call
[INFO] [stdout]    --> src/error.rs:12:22
[INFO] [stdout]     |
[INFO] [stdout]  12 |         let source = Box::new($error);
[INFO] [stdout]     |                      ^^^^^^^^ unreachable call
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/api/types.rs:109:49
[INFO] [stdout]     |
[INFO] [stdout] 109 |                         .map_err(|e| err!(with: e, "Failed to convert into SQLite type")),
[INFO] [stdout]     |                                                 - any code following this expression is unreachable
[INFO] [stdout] ...
[INFO] [stdout] 131 | impl_sqlitetype_conversion!(i8 => i64 => SqliteType::Integer);
[INFO] [stdout]     | ------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `err` which comes from the expansion of the macro `impl_sqlitetype_conversion` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unreachable call
[INFO] [stdout]    --> src/error.rs:12:22
[INFO] [stdout]     |
[INFO] [stdout]  12 |         let source = Box::new($error);
[INFO] [stdout]     |                      ^^^^^^^^ unreachable call
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/api/types.rs:109:49
[INFO] [stdout]     |
[INFO] [stdout] 109 |                         .map_err(|e| err!(with: e, "Failed to convert into SQLite type")),
[INFO] [stdout]     |                                                 - any code following this expression is unreachable
[INFO] [stdout] ...
[INFO] [stdout] 131 | impl_sqlitetype_conversion!(i8 => i64 => SqliteType::Integer);
[INFO] [stdout]     | ------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `err` which comes from the expansion of the macro `impl_sqlitetype_conversion` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the size for values of type `dyn std::error::Error + Send` cannot be known at compilation time
[INFO] [stdout]    --> src/api/types.rs:109:49
[INFO] [stdout]     |
[INFO] [stdout] 109 |                         .map_err(|e| err!(with: e, "Failed to convert into SQLite type")),
[INFO] [stdout]     |                                                 ^ doesn't have a size known at compile-time
[INFO] [stdout] ...
[INFO] [stdout] 131 | impl_sqlitetype_conversion!(i8 => i64 => SqliteType::Integer);
[INFO] [stdout]     | ------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/error.rs:12:22
[INFO] [stdout]     |
[INFO] [stdout]  12 |         let source = Box::new($error);
[INFO] [stdout]     |                      -------- required by a bound introduced by this call
[INFO] [stdout]     |
[INFO] [stdout]     = help: the trait `Sized` is not implemented for `dyn std::error::Error + Send`
[INFO] [stdout] note: required by a bound in `Box::<T>::new`
[INFO] [stdout]    --> /rustc/1bdcb63291ccffc030f8223f6f978568dd240e3e/library/alloc/src/boxed.rs:284:4
[INFO] [stdout]     = note: this error originates in the macro `impl_sqlitetype_conversion` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the size for values of type `dyn std::error::Error + Send` cannot be known at compilation time
[INFO] [stdout]    --> src/api/types.rs:109:49
[INFO] [stdout]     |
[INFO] [stdout] 109 |                         .map_err(|e| err!(with: e, "Failed to convert into SQLite type")),
[INFO] [stdout]     |                                                 ^ doesn't have a size known at compile-time
[INFO] [stdout] ...
[INFO] [stdout] 131 | impl_sqlitetype_conversion!(i8 => i64 => SqliteType::Integer);
[INFO] [stdout]     | ------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/error.rs:12:22
[INFO] [stdout]     |
[INFO] [stdout]  12 |         let source = Box::new($error);
[INFO] [stdout]     |                      -------- required by a bound introduced by this call
[INFO] [stdout]     |
[INFO] [stdout]     = help: the trait `Sized` is not implemented for `dyn std::error::Error + Send`
[INFO] [stdout] note: required by a bound in `Box::<T>::new`
[INFO] [stdout]    --> /rustc/1bdcb63291ccffc030f8223f6f978568dd240e3e/library/alloc/src/boxed.rs:284:4
[INFO] [stdout]     = note: this error originates in the macro `impl_sqlitetype_conversion` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unreachable call
[INFO] [stdout]    --> src/error.rs:12:22
[INFO] [stdout]     |
[INFO] [stdout]  12 |         let source = Box::new($error);
[INFO] [stdout]     |                      ^^^^^^^^ unreachable call
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/api/types.rs:75:49
[INFO] [stdout]     |
[INFO] [stdout]  75 |                         .map_err(|e| err!(with: e, "Failed to convert from SQLite type")),
[INFO] [stdout]     |                                                 - any code following this expression is unreachable
[INFO] [stdout] ...
[INFO] [stdout] 133 | impl_sqlitetype_conversion!(f64 => f64 => SqliteType::Real);
[INFO] [stdout]     | ----------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `err` which comes from the expansion of the macro `impl_sqlitetype_conversion` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unreachable call
[INFO] [stdout]    --> src/error.rs:12:22
[INFO] [stdout]     |
[INFO] [stdout]  12 |         let source = Box::new($error);
[INFO] [stdout]     |                      ^^^^^^^^ unreachable call
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/api/types.rs:75:49
[INFO] [stdout]     |
[INFO] [stdout]  75 |                         .map_err(|e| err!(with: e, "Failed to convert from SQLite type")),
[INFO] [stdout]     |                                                 - any code following this expression is unreachable
[INFO] [stdout] ...
[INFO] [stdout] 133 | impl_sqlitetype_conversion!(f64 => f64 => SqliteType::Real);
[INFO] [stdout]     | ----------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `err` which comes from the expansion of the macro `impl_sqlitetype_conversion` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the size for values of type `dyn std::error::Error + Send` cannot be known at compilation time
[INFO] [stdout]    --> src/api/types.rs:75:49
[INFO] [stdout]     |
[INFO] [stdout]  75 |                         .map_err(|e| err!(with: e, "Failed to convert from SQLite type")),
[INFO] [stdout]     |                                                 ^ doesn't have a size known at compile-time
[INFO] [stdout] ...
[INFO] [stdout] 133 | impl_sqlitetype_conversion!(f64 => f64 => SqliteType::Real);
[INFO] [stdout]     | ----------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/error.rs:12:22
[INFO] [stdout]     |
[INFO] [stdout]  12 |         let source = Box::new($error);
[INFO] [stdout]     |                      -------- required by a bound introduced by this call
[INFO] [stdout]     |
[INFO] [stdout]     = help: the trait `Sized` is not implemented for `dyn std::error::Error + Send`
[INFO] [stdout] note: required by a bound in `Box::<T>::new`
[INFO] [stdout]    --> /rustc/1bdcb63291ccffc030f8223f6f978568dd240e3e/library/alloc/src/boxed.rs:284:4
[INFO] [stdout]     = note: this error originates in the macro `impl_sqlitetype_conversion` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the size for values of type `dyn std::error::Error + Send` cannot be known at compilation time
[INFO] [stdout]    --> src/api/types.rs:75:49
[INFO] [stdout]     |
[INFO] [stdout]  75 |                         .map_err(|e| err!(with: e, "Failed to convert from SQLite type")),
[INFO] [stdout]     |                                                 ^ doesn't have a size known at compile-time
[INFO] [stdout] ...
[INFO] [stdout] 133 | impl_sqlitetype_conversion!(f64 => f64 => SqliteType::Real);
[INFO] [stdout]     | ----------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/error.rs:12:22
[INFO] [stdout]     |
[INFO] [stdout]  12 |         let source = Box::new($error);
[INFO] [stdout]     |                      -------- required by a bound introduced by this call
[INFO] [stdout]     |
[INFO] [stdout]     = help: the trait `Sized` is not implemented for `dyn std::error::Error + Send`
[INFO] [stdout] note: required by a bound in `Box::<T>::new`
[INFO] [stdout]    --> /rustc/1bdcb63291ccffc030f8223f6f978568dd240e3e/library/alloc/src/boxed.rs:284:4
[INFO] [stdout]     = note: this error originates in the macro `impl_sqlitetype_conversion` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unreachable call
[INFO] [stdout]    --> src/error.rs:12:22
[INFO] [stdout]     |
[INFO] [stdout]  12 |         let source = Box::new($error);
[INFO] [stdout]     |                      ^^^^^^^^ unreachable call
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/api/types.rs:87:49
[INFO] [stdout]     |
[INFO] [stdout]  87 |                         .map_err(|e| err!(with: e, "Failed to convert from SQLite type")),
[INFO] [stdout]     |                                                 - any code following this expression is unreachable
[INFO] [stdout] ...
[INFO] [stdout] 133 | impl_sqlitetype_conversion!(f64 => f64 => SqliteType::Real);
[INFO] [stdout]     | ----------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `err` which comes from the expansion of the macro `impl_sqlitetype_conversion` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unreachable call
[INFO] [stdout]    --> src/error.rs:12:22
[INFO] [stdout]     |
[INFO] [stdout]  12 |         let source = Box::new($error);
[INFO] [stdout]     |                      ^^^^^^^^ unreachable call
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/api/types.rs:87:49
[INFO] [stdout]     |
[INFO] [stdout]  87 |                         .map_err(|e| err!(with: e, "Failed to convert from SQLite type")),
[INFO] [stdout]     |                                                 - any code following this expression is unreachable
[INFO] [stdout] ...
[INFO] [stdout] 133 | impl_sqlitetype_conversion!(f64 => f64 => SqliteType::Real);
[INFO] [stdout]     | ----------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `err` which comes from the expansion of the macro `impl_sqlitetype_conversion` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the size for values of type `dyn std::error::Error + Send` cannot be known at compilation time
[INFO] [stdout]    --> src/api/types.rs:87:49
[INFO] [stdout]     |
[INFO] [stdout]  87 |                         .map_err(|e| err!(with: e, "Failed to convert from SQLite type")),
[INFO] [stdout]     |                                                 ^ doesn't have a size known at compile-time
[INFO] [stdout] ...
[INFO] [stdout] 133 | impl_sqlitetype_conversion!(f64 => f64 => SqliteType::Real);
[INFO] [stdout]     | ----------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/error.rs:12:22
[INFO] [stdout]     |
[INFO] [stdout]  12 |         let source = Box::new($error);
[INFO] [stdout]     |                      -------- required by a bound introduced by this call
[INFO] [stdout]     |
[INFO] [stdout]     = help: the trait `Sized` is not implemented for `dyn std::error::Error + Send`
[INFO] [stdout] note: required by a bound in `Box::<T>::new`
[INFO] [stdout]    --> /rustc/1bdcb63291ccffc030f8223f6f978568dd240e3e/library/alloc/src/boxed.rs:284:4
[INFO] [stdout]     = note: this error originates in the macro `impl_sqlitetype_conversion` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the size for values of type `dyn std::error::Error + Send` cannot be known at compilation time
[INFO] [stdout]    --> src/api/types.rs:87:49
[INFO] [stdout]     |
[INFO] [stdout]  87 |                         .map_err(|e| err!(with: e, "Failed to convert from SQLite type")),
[INFO] [stdout]     |                                                 ^ doesn't have a size known at compile-time
[INFO] [stdout] ...
[INFO] [stdout] 133 | impl_sqlitetype_conversion!(f64 => f64 => SqliteType::Real);
[INFO] [stdout]     | ----------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/error.rs:12:22
[INFO] [stdout]     |
[INFO] [stdout]  12 |         let source = Box::new($error);
[INFO] [stdout]     |                      -------- required by a bound introduced by this call
[INFO] [stdout]     |
[INFO] [stdout]     = help: the trait `Sized` is not implemented for `dyn std::error::Error + Send`
[INFO] [stdout] note: required by a bound in `Box::<T>::new`
[INFO] [stdout]    --> /rustc/1bdcb63291ccffc030f8223f6f978568dd240e3e/library/alloc/src/boxed.rs:284:4
[INFO] [stdout]     = note: this error originates in the macro `impl_sqlitetype_conversion` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unreachable call
[INFO] [stdout]    --> src/error.rs:12:22
[INFO] [stdout]     |
[INFO] [stdout]  12 |         let source = Box::new($error);
[INFO] [stdout]     |                      ^^^^^^^^ unreachable call
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/api/types.rs:99:45
[INFO] [stdout]     |
[INFO] [stdout]  99 |                     .map_err(|e| err!(with: e, "Failed to convert into SQLite type"))
[INFO] [stdout]     |                                             - any code following this expression is unreachable
[INFO] [stdout] ...
[INFO] [stdout] 133 | impl_sqlitetype_conversion!(f64 => f64 => SqliteType::Real);
[INFO] [stdout]     | ----------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `err` which comes from the expansion of the macro `impl_sqlitetype_conversion` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unreachable call
[INFO] [stdout]    --> src/error.rs:12:22
[INFO] [stdout]     |
[INFO] [stdout]  12 |         let source = Box::new($error);
[INFO] [stdout]     |                      ^^^^^^^^ unreachable call
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/api/types.rs:99:45
[INFO] [stdout]     |
[INFO] [stdout]  99 |                     .map_err(|e| err!(with: e, "Failed to convert into SQLite type"))
[INFO] [stdout]     |                                             - any code following this expression is unreachable
[INFO] [stdout] ...
[INFO] [stdout] 133 | impl_sqlitetype_conversion!(f64 => f64 => SqliteType::Real);
[INFO] [stdout]     | ----------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `err` which comes from the expansion of the macro `impl_sqlitetype_conversion` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the size for values of type `dyn std::error::Error + Send` cannot be known at compilation time
[INFO] [stdout]    --> src/api/types.rs:99:45
[INFO] [stdout]     |
[INFO] [stdout]  99 |                     .map_err(|e| err!(with: e, "Failed to convert into SQLite type"))
[INFO] [stdout]     |                                             ^ doesn't have a size known at compile-time
[INFO] [stdout] ...
[INFO] [stdout] 133 | impl_sqlitetype_conversion!(f64 => f64 => SqliteType::Real);
[INFO] [stdout]     | ----------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/error.rs:12:22
[INFO] [stdout]     |
[INFO] [stdout]  12 |         let source = Box::new($error);
[INFO] [stdout]     |                      -------- required by a bound introduced by this call
[INFO] [stdout]     |
[INFO] [stdout]     = help: the trait `Sized` is not implemented for `dyn std::error::Error + Send`
[INFO] [stdout] note: required by a bound in `Box::<T>::new`
[INFO] [stdout]    --> /rustc/1bdcb63291ccffc030f8223f6f978568dd240e3e/library/alloc/src/boxed.rs:284:4
[INFO] [stdout]     = note: this error originates in the macro `impl_sqlitetype_conversion` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the size for values of type `dyn std::error::Error + Send` cannot be known at compilation time
[INFO] [stdout]    --> src/api/types.rs:99:45
[INFO] [stdout]     |
[INFO] [stdout]  99 |                     .map_err(|e| err!(with: e, "Failed to convert into SQLite type"))
[INFO] [stdout]     |                                             ^ doesn't have a size known at compile-time
[INFO] [stdout] ...
[INFO] [stdout] 133 | impl_sqlitetype_conversion!(f64 => f64 => SqliteType::Real);
[INFO] [stdout]     | ----------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/error.rs:12:22
[INFO] [stdout]     |
[INFO] [stdout]  12 |         let source = Box::new($error);
[INFO] [stdout]     |                      -------- required by a bound introduced by this call
[INFO] [stdout]     |
[INFO] [stdout]     = help: the trait `Sized` is not implemented for `dyn std::error::Error + Send`
[INFO] [stdout] note: required by a bound in `Box::<T>::new`
[INFO] [stdout]    --> /rustc/1bdcb63291ccffc030f8223f6f978568dd240e3e/library/alloc/src/boxed.rs:284:4
[INFO] [stdout]     = note: this error originates in the macro `impl_sqlitetype_conversion` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unreachable call
[INFO] [stdout]    --> src/error.rs:12:22
[INFO] [stdout]     |
[INFO] [stdout]  12 |         let source = Box::new($error);
[INFO] [stdout]     |                      ^^^^^^^^ unreachable call
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/api/types.rs:109:49
[INFO] [stdout]     |
[INFO] [stdout] 109 |                         .map_err(|e| err!(with: e, "Failed to convert into SQLite type")),
[INFO] [stdout]     |                                                 - any code following this expression is unreachable
[INFO] [stdout] ...
[INFO] [stdout] 133 | impl_sqlitetype_conversion!(f64 => f64 => SqliteType::Real);
[INFO] [stdout]     | ----------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `err` which comes from the expansion of the macro `impl_sqlitetype_conversion` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unreachable call
[INFO] [stdout]    --> src/error.rs:12:22
[INFO] [stdout]     |
[INFO] [stdout]  12 |         let source = Box::new($error);
[INFO] [stdout]     |                      ^^^^^^^^ unreachable call
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/api/types.rs:109:49
[INFO] [stdout]     |
[INFO] [stdout] 109 |                         .map_err(|e| err!(with: e, "Failed to convert into SQLite type")),
[INFO] [stdout]     |                                                 - any code following this expression is unreachable
[INFO] [stdout] ...
[INFO] [stdout] 133 | impl_sqlitetype_conversion!(f64 => f64 => SqliteType::Real);
[INFO] [stdout]     | ----------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `err` which comes from the expansion of the macro `impl_sqlitetype_conversion` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the size for values of type `dyn std::error::Error + Send` cannot be known at compilation time
[INFO] [stdout]    --> src/api/types.rs:109:49
[INFO] [stdout]     |
[INFO] [stdout] 109 |                         .map_err(|e| err!(with: e, "Failed to convert into SQLite type")),
[INFO] [stdout]     |                                                 ^ doesn't have a size known at compile-time
[INFO] [stdout] ...
[INFO] [stdout] 133 | impl_sqlitetype_conversion!(f64 => f64 => SqliteType::Real);
[INFO] [stdout]     | ----------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/error.rs:12:22
[INFO] [stdout]     |
[INFO] [stdout]  12 |         let source = Box::new($error);
[INFO] [stdout]     |                      -------- required by a bound introduced by this call
[INFO] [stdout]     |
[INFO] [stdout]     = help: the trait `Sized` is not implemented for `dyn std::error::Error + Send`
[INFO] [stdout] note: required by a bound in `Box::<T>::new`
[INFO] [stdout]    --> /rustc/1bdcb63291ccffc030f8223f6f978568dd240e3e/library/alloc/src/boxed.rs:284:4
[INFO] [stdout]     = note: this error originates in the macro `impl_sqlitetype_conversion` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the size for values of type `dyn std::error::Error + Send` cannot be known at compilation time
[INFO] [stdout]    --> src/api/types.rs:109:49
[INFO] [stdout]     |
[INFO] [stdout] 109 |                         .map_err(|e| err!(with: e, "Failed to convert into SQLite type")),
[INFO] [stdout]     |                                                 ^ doesn't have a size known at compile-time
[INFO] [stdout] ...
[INFO] [stdout] 133 | impl_sqlitetype_conversion!(f64 => f64 => SqliteType::Real);
[INFO] [stdout]     | ----------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/error.rs:12:22
[INFO] [stdout]     |
[INFO] [stdout]  12 |         let source = Box::new($error);
[INFO] [stdout]     |                      -------- required by a bound introduced by this call
[INFO] [stdout]     |
[INFO] [stdout]     = help: the trait `Sized` is not implemented for `dyn std::error::Error + Send`
[INFO] [stdout] note: required by a bound in `Box::<T>::new`
[INFO] [stdout]    --> /rustc/1bdcb63291ccffc030f8223f6f978568dd240e3e/library/alloc/src/boxed.rs:284:4
[INFO] [stdout]     = note: this error originates in the macro `impl_sqlitetype_conversion` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unreachable call
[INFO] [stdout]    --> src/error.rs:12:22
[INFO] [stdout]     |
[INFO] [stdout]  12 |         let source = Box::new($error);
[INFO] [stdout]     |                      ^^^^^^^^ unreachable call
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/api/types.rs:99:45
[INFO] [stdout]     |
[INFO] [stdout]  99 |                     .map_err(|e| err!(with: e, "Failed to convert into SQLite type"))
[INFO] [stdout]     |                                             - any code following this expression is unreachable
[INFO] [stdout] ...
[INFO] [stdout] 134 | impl_sqlitetype_conversion!(into: f32 => f64 => SqliteType::Real);
[INFO] [stdout]     | ----------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `err` which comes from the expansion of the macro `impl_sqlitetype_conversion` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unreachable call
[INFO] [stdout]    --> src/error.rs:12:22
[INFO] [stdout]     |
[INFO] [stdout]  12 |         let source = Box::new($error);
[INFO] [stdout]     |                      ^^^^^^^^ unreachable call
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/api/types.rs:99:45
[INFO] [stdout]     |
[INFO] [stdout]  99 |                     .map_err(|e| err!(with: e, "Failed to convert into SQLite type"))
[INFO] [stdout]     |                                             - any code following this expression is unreachable
[INFO] [stdout] ...
[INFO] [stdout] 134 | impl_sqlitetype_conversion!(into: f32 => f64 => SqliteType::Real);
[INFO] [stdout]     | ----------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `err` which comes from the expansion of the macro `impl_sqlitetype_conversion` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the size for values of type `dyn std::error::Error + Send` cannot be known at compilation time
[INFO] [stdout]    --> src/api/types.rs:99:45
[INFO] [stdout]     |
[INFO] [stdout]  99 |                     .map_err(|e| err!(with: e, "Failed to convert into SQLite type"))
[INFO] [stdout]     |                                             ^ doesn't have a size known at compile-time
[INFO] [stdout] ...
[INFO] [stdout] 134 | impl_sqlitetype_conversion!(into: f32 => f64 => SqliteType::Real);
[INFO] [stdout]     | ----------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/error.rs:12:22
[INFO] [stdout]     |
[INFO] [stdout]  12 |         let source = Box::new($error);
[INFO] [stdout]     |                      -------- required by a bound introduced by this call
[INFO] [stdout]     |
[INFO] [stdout]     = help: the trait `Sized` is not implemented for `dyn std::error::Error + Send`
[INFO] [stdout] note: required by a bound in `Box::<T>::new`
[INFO] [stdout]    --> /rustc/1bdcb63291ccffc030f8223f6f978568dd240e3e/library/alloc/src/boxed.rs:284:4
[INFO] [stdout]     = note: this error originates in the macro `impl_sqlitetype_conversion` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the size for values of type `dyn std::error::Error + Send` cannot be known at compilation time
[INFO] [stdout]    --> src/api/types.rs:99:45
[INFO] [stdout]     |
[INFO] [stdout]  99 |                     .map_err(|e| err!(with: e, "Failed to convert into SQLite type"))
[INFO] [stdout]     |                                             ^ doesn't have a size known at compile-time
[INFO] [stdout] ...
[INFO] [stdout] 134 | impl_sqlitetype_conversion!(into: f32 => f64 => SqliteType::Real);
[INFO] [stdout]     | ----------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/error.rs:12:22
[INFO] [stdout]     |
[INFO] [stdout]  12 |         let source = Box::new($error);
[INFO] [stdout]     |                      -------- required by a bound introduced by this call
[INFO] [stdout]     |
[INFO] [stdout]     = help: the trait `Sized` is not implemented for `dyn std::error::Error + Send`
[INFO] [stdout] note: required by a bound in `Box::<T>::new`
[INFO] [stdout]    --> /rustc/1bdcb63291ccffc030f8223f6f978568dd240e3e/library/alloc/src/boxed.rs:284:4
[INFO] [stdout]     = note: this error originates in the macro `impl_sqlitetype_conversion` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unreachable call
[INFO] [stdout]    --> src/error.rs:12:22
[INFO] [stdout]     |
[INFO] [stdout]  12 |         let source = Box::new($error);
[INFO] [stdout]     |                      ^^^^^^^^ unreachable call
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/api/types.rs:109:49
[INFO] [stdout]     |
[INFO] [stdout] 109 |                         .map_err(|e| err!(with: e, "Failed to convert into SQLite type")),
[INFO] [stdout]     |                                                 - any code following this expression is unreachable
[INFO] [stdout] ...
[INFO] [stdout] 134 | impl_sqlitetype_conversion!(into: f32 => f64 => SqliteType::Real);
[INFO] [stdout]     | ----------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `err` which comes from the expansion of the macro `impl_sqlitetype_conversion` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unreachable call
[INFO] [stdout]    --> src/error.rs:12:22
[INFO] [stdout]     |
[INFO] [stdout]  12 |         let source = Box::new($error);
[INFO] [stdout]     |                      ^^^^^^^^ unreachable call
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/api/types.rs:109:49
[INFO] [stdout]     |
[INFO] [stdout] 109 |                         .map_err(|e| err!(with: e, "Failed to convert into SQLite type")),
[INFO] [stdout]     |                                                 - any code following this expression is unreachable
[INFO] [stdout] ...
[INFO] [stdout] 134 | impl_sqlitetype_conversion!(into: f32 => f64 => SqliteType::Real);
[INFO] [stdout]     | ----------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `err` which comes from the expansion of the macro `impl_sqlitetype_conversion` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the size for values of type `dyn std::error::Error + Send` cannot be known at compilation time
[INFO] [stdout]    --> src/api/types.rs:109:49
[INFO] [stdout]     |
[INFO] [stdout] 109 |                         .map_err(|e| err!(with: e, "Failed to convert into SQLite type")),
[INFO] [stdout]     |                                                 ^ doesn't have a size known at compile-time
[INFO] [stdout] ...
[INFO] [stdout] 134 | impl_sqlitetype_conversion!(into: f32 => f64 => SqliteType::Real);
[INFO] [stdout]     | ----------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/error.rs:12:22
[INFO] [stdout]     |
[INFO] [stdout]  12 |         let source = Box::new($error);
[INFO] [stdout]     |                      -------- required by a bound introduced by this call
[INFO] [stdout]     |
[INFO] [stdout]     = help: the trait `Sized` is not implemented for `dyn std::error::Error + Send`
[INFO] [stdout] note: required by a bound in `Box::<T>::new`
[INFO] [stdout]    --> /rustc/1bdcb63291ccffc030f8223f6f978568dd240e3e/library/alloc/src/boxed.rs:284:4
[INFO] [stdout]     = note: this error originates in the macro `impl_sqlitetype_conversion` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the size for values of type `dyn std::error::Error + Send` cannot be known at compilation time
[INFO] [stdout]    --> src/api/types.rs:109:49
[INFO] [stdout]     |
[INFO] [stdout] 109 |                         .map_err(|e| err!(with: e, "Failed to convert into SQLite type")),
[INFO] [stdout]     |                                                 ^ doesn't have a size known at compile-time
[INFO] [stdout] ...
[INFO] [stdout] 134 | impl_sqlitetype_conversion!(into: f32 => f64 => SqliteType::Real);
[INFO] [stdout]     | ----------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/error.rs:12:22
[INFO] [stdout]     |
[INFO] [stdout]  12 |         let source = Box::new($error);
[INFO] [stdout]     |                      -------- required by a bound introduced by this call
[INFO] [stdout]     |
[INFO] [stdout]     = help: the trait `Sized` is not implemented for `dyn std::error::Error + Send`
[INFO] [stdout] note: required by a bound in `Box::<T>::new`
[INFO] [stdout]    --> /rustc/1bdcb63291ccffc030f8223f6f978568dd240e3e/library/alloc/src/boxed.rs:284:4
[INFO] [stdout]     = note: this error originates in the macro `impl_sqlitetype_conversion` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unreachable call
[INFO] [stdout]    --> src/error.rs:12:22
[INFO] [stdout]     |
[INFO] [stdout]  12 |         let source = Box::new($error);
[INFO] [stdout]     |                      ^^^^^^^^ unreachable call
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/api/types.rs:75:49
[INFO] [stdout]     |
[INFO] [stdout]  75 |                         .map_err(|e| err!(with: e, "Failed to convert from SQLite type")),
[INFO] [stdout]     |                                                 - any code following this expression is unreachable
[INFO] [stdout] ...
[INFO] [stdout] 136 | impl_sqlitetype_conversion!(String => String => SqliteType::Text);
[INFO] [stdout]     | ----------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `err` which comes from the expansion of the macro `impl_sqlitetype_conversion` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unreachable call
[INFO] [stdout]    --> src/error.rs:12:22
[INFO] [stdout]     |
[INFO] [stdout]  12 |         let source = Box::new($error);
[INFO] [stdout]     |                      ^^^^^^^^ unreachable call
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/api/types.rs:75:49
[INFO] [stdout]     |
[INFO] [stdout]  75 |                         .map_err(|e| err!(with: e, "Failed to convert from SQLite type")),
[INFO] [stdout]     |                                                 - any code following this expression is unreachable
[INFO] [stdout] ...
[INFO] [stdout] 136 | impl_sqlitetype_conversion!(String => String => SqliteType::Text);
[INFO] [stdout]     | ----------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `err` which comes from the expansion of the macro `impl_sqlitetype_conversion` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the size for values of type `dyn std::error::Error + Send` cannot be known at compilation time
[INFO] [stdout]    --> src/api/types.rs:75:49
[INFO] [stdout]     |
[INFO] [stdout]  75 |                         .map_err(|e| err!(with: e, "Failed to convert from SQLite type")),
[INFO] [stdout]     |                                                 ^ doesn't have a size known at compile-time
[INFO] [stdout] ...
[INFO] [stdout] 136 | impl_sqlitetype_conversion!(String => String => SqliteType::Text);
[INFO] [stdout]     | ----------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/error.rs:12:22
[INFO] [stdout]     |
[INFO] [stdout]  12 |         let source = Box::new($error);
[INFO] [stdout]     |                      -------- required by a bound introduced by this call
[INFO] [stdout]     |
[INFO] [stdout]     = help: the trait `Sized` is not implemented for `dyn std::error::Error + Send`
[INFO] [stdout] note: required by a bound in `Box::<T>::new`
[INFO] [stdout]    --> /rustc/1bdcb63291ccffc030f8223f6f978568dd240e3e/library/alloc/src/boxed.rs:284:4
[INFO] [stdout]     = note: this error originates in the macro `impl_sqlitetype_conversion` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the size for values of type `dyn std::error::Error + Send` cannot be known at compilation time
[INFO] [stdout]    --> src/api/types.rs:75:49
[INFO] [stdout]     |
[INFO] [stdout]  75 |                         .map_err(|e| err!(with: e, "Failed to convert from SQLite type")),
[INFO] [stdout]     |                                                 ^ doesn't have a size known at compile-time
[INFO] [stdout] ...
[INFO] [stdout] 136 | impl_sqlitetype_conversion!(String => String => SqliteType::Text);
[INFO] [stdout]     | ----------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/error.rs:12:22
[INFO] [stdout]     |
[INFO] [stdout]  12 |         let source = Box::new($error);
[INFO] [stdout]     |                      -------- required by a bound introduced by this call
[INFO] [stdout]     |
[INFO] [stdout]     = help: the trait `Sized` is not implemented for `dyn std::error::Error + Send`
[INFO] [stdout] note: required by a bound in `Box::<T>::new`
[INFO] [stdout]    --> /rustc/1bdcb63291ccffc030f8223f6f978568dd240e3e/library/alloc/src/boxed.rs:284:4
[INFO] [stdout]     = note: this error originates in the macro `impl_sqlitetype_conversion` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unreachable call
[INFO] [stdout]    --> src/error.rs:12:22
[INFO] [stdout]     |
[INFO] [stdout]  12 |         let source = Box::new($error);
[INFO] [stdout]     |                      ^^^^^^^^ unreachable call
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/api/types.rs:87:49
[INFO] [stdout]     |
[INFO] [stdout]  87 |                         .map_err(|e| err!(with: e, "Failed to convert from SQLite type")),
[INFO] [stdout]     |                                                 - any code following this expression is unreachable
[INFO] [stdout] ...
[INFO] [stdout] 136 | impl_sqlitetype_conversion!(String => String => SqliteType::Text);
[INFO] [stdout]     | ----------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `err` which comes from the expansion of the macro `impl_sqlitetype_conversion` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unreachable call
[INFO] [stdout]    --> src/error.rs:12:22
[INFO] [stdout]     |
[INFO] [stdout]  12 |         let source = Box::new($error);
[INFO] [stdout]     |                      ^^^^^^^^ unreachable call
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/api/types.rs:87:49
[INFO] [stdout]     |
[INFO] [stdout]  87 |                         .map_err(|e| err!(with: e, "Failed to convert from SQLite type")),
[INFO] [stdout]     |                                                 - any code following this expression is unreachable
[INFO] [stdout] ...
[INFO] [stdout] 136 | impl_sqlitetype_conversion!(String => String => SqliteType::Text);
[INFO] [stdout]     | ----------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `err` which comes from the expansion of the macro `impl_sqlitetype_conversion` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the size for values of type `dyn std::error::Error + Send` cannot be known at compilation time
[INFO] [stdout]    --> src/api/types.rs:87:49
[INFO] [stdout]     |
[INFO] [stdout]  87 |                         .map_err(|e| err!(with: e, "Failed to convert from SQLite type")),
[INFO] [stdout]     |                                                 ^ doesn't have a size known at compile-time
[INFO] [stdout] ...
[INFO] [stdout] 136 | impl_sqlitetype_conversion!(String => String => SqliteType::Text);
[INFO] [stdout]     | ----------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/error.rs:12:22
[INFO] [stdout]     |
[INFO] [stdout]  12 |         let source = Box::new($error);
[INFO] [stdout]     |                      -------- required by a bound introduced by this call
[INFO] [stdout]     |
[INFO] [stdout]     = help: the trait `Sized` is not implemented for `dyn std::error::Error + Send`
[INFO] [stdout] note: required by a bound in `Box::<T>::new`
[INFO] [stdout]    --> /rustc/1bdcb63291ccffc030f8223f6f978568dd240e3e/library/alloc/src/boxed.rs:284:4
[INFO] [stdout]     = note: this error originates in the macro `impl_sqlitetype_conversion` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the size for values of type `dyn std::error::Error + Send` cannot be known at compilation time
[INFO] [stdout]    --> src/api/types.rs:87:49
[INFO] [stdout]     |
[INFO] [stdout]  87 |                         .map_err(|e| err!(with: e, "Failed to convert from SQLite type")),
[INFO] [stdout]     |                                                 ^ doesn't have a size known at compile-time
[INFO] [stdout] ...
[INFO] [stdout] 136 | impl_sqlitetype_conversion!(String => String => SqliteType::Text);
[INFO] [stdout]     | ----------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/error.rs:12:22
[INFO] [stdout]     |
[INFO] [stdout]  12 |         let source = Box::new($error);
[INFO] [stdout]     |                      -------- required by a bound introduced by this call
[INFO] [stdout]     |
[INFO] [stdout]     = help: the trait `Sized` is not implemented for `dyn std::error::Error + Send`
[INFO] [stdout] note: required by a bound in `Box::<T>::new`
[INFO] [stdout]    --> /rustc/1bdcb63291ccffc030f8223f6f978568dd240e3e/library/alloc/src/boxed.rs:284:4
[INFO] [stdout]     = note: this error originates in the macro `impl_sqlitetype_conversion` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unreachable call
[INFO] [stdout]    --> src/error.rs:12:22
[INFO] [stdout]     |
[INFO] [stdout]  12 |         let source = Box::new($error);
[INFO] [stdout]     |                      ^^^^^^^^ unreachable call
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/api/types.rs:99:45
[INFO] [stdout]     |
[INFO] [stdout]  99 |                     .map_err(|e| err!(with: e, "Failed to convert into SQLite type"))
[INFO] [stdout]     |                                             - any code following this expression is unreachable
[INFO] [stdout] ...
[INFO] [stdout] 136 | impl_sqlitetype_conversion!(String => String => SqliteType::Text);
[INFO] [stdout]     | ----------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `err` which comes from the expansion of the macro `impl_sqlitetype_conversion` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unreachable call
[INFO] [stdout]    --> src/error.rs:12:22
[INFO] [stdout]     |
[INFO] [stdout]  12 |         let source = Box::new($error);
[INFO] [stdout]     |                      ^^^^^^^^ unreachable call
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/api/types.rs:99:45
[INFO] [stdout]     |
[INFO] [stdout]  99 |                     .map_err(|e| err!(with: e, "Failed to convert into SQLite type"))
[INFO] [stdout]     |                                             - any code following this expression is unreachable
[INFO] [stdout] ...
[INFO] [stdout] 136 | impl_sqlitetype_conversion!(String => String => SqliteType::Text);
[INFO] [stdout]     | ----------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `err` which comes from the expansion of the macro `impl_sqlitetype_conversion` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the size for values of type `dyn std::error::Error + Send` cannot be known at compilation time
[INFO] [stdout]    --> src/api/types.rs:99:45
[INFO] [stdout]     |
[INFO] [stdout]  99 |                     .map_err(|e| err!(with: e, "Failed to convert into SQLite type"))
[INFO] [stdout]     |                                             ^ doesn't have a size known at compile-time
[INFO] [stdout] ...
[INFO] [stdout] 136 | impl_sqlitetype_conversion!(String => String => SqliteType::Text);
[INFO] [stdout]     | ----------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/error.rs:12:22
[INFO] [stdout]     |
[INFO] [stdout]  12 |         let source = Box::new($error);
[INFO] [stdout]     |                      -------- required by a bound introduced by this call
[INFO] [stdout]     |
[INFO] [stdout]     = help: the trait `Sized` is not implemented for `dyn std::error::Error + Send`
[INFO] [stdout] note: required by a bound in `Box::<T>::new`
[INFO] [stdout]    --> /rustc/1bdcb63291ccffc030f8223f6f978568dd240e3e/library/alloc/src/boxed.rs:284:4
[INFO] [stdout]     = note: this error originates in the macro `impl_sqlitetype_conversion` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the size for values of type `dyn std::error::Error + Send` cannot be known at compilation time
[INFO] [stdout]    --> src/api/types.rs:99:45
[INFO] [stdout]     |
[INFO] [stdout]  99 |                     .map_err(|e| err!(with: e, "Failed to convert into SQLite type"))
[INFO] [stdout]     |                                             ^ doesn't have a size known at compile-time
[INFO] [stdout] ...
[INFO] [stdout] 136 | impl_sqlitetype_conversion!(String => String => SqliteType::Text);
[INFO] [stdout]     | ----------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/error.rs:12:22
[INFO] [stdout]     |
[INFO] [stdout]  12 |         let source = Box::new($error);
[INFO] [stdout]     |                      -------- required by a bound introduced by this call
[INFO] [stdout]     |
[INFO] [stdout]     = help: the trait `Sized` is not implemented for `dyn std::error::Error + Send`
[INFO] [stdout] note: required by a bound in `Box::<T>::new`
[INFO] [stdout]    --> /rustc/1bdcb63291ccffc030f8223f6f978568dd240e3e/library/alloc/src/boxed.rs:284:4
[INFO] [stdout]     = note: this error originates in the macro `impl_sqlitetype_conversion` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unreachable call
[INFO] [stdout]    --> src/error.rs:12:22
[INFO] [stdout]     |
[INFO] [stdout]  12 |         let source = Box::new($error);
[INFO] [stdout]     |                      ^^^^^^^^ unreachable call
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/api/types.rs:109:49
[INFO] [stdout]     |
[INFO] [stdout] 109 |                         .map_err(|e| err!(with: e, "Failed to convert into SQLite type")),
[INFO] [stdout]     |                                                 - any code following this expression is unreachable
[INFO] [stdout] ...
[INFO] [stdout] 136 | impl_sqlitetype_conversion!(String => String => SqliteType::Text);
[INFO] [stdout]     | ----------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `err` which comes from the expansion of the macro `impl_sqlitetype_conversion` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unreachable call
[INFO] [stdout]    --> src/error.rs:12:22
[INFO] [stdout]     |
[INFO] [stdout]  12 |         let source = Box::new($error);
[INFO] [stdout]     |                      ^^^^^^^^ unreachable call
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/api/types.rs:109:49
[INFO] [stdout]     |
[INFO] [stdout] 109 |                         .map_err(|e| err!(with: e, "Failed to convert into SQLite type")),
[INFO] [stdout]     |                                                 - any code following this expression is unreachable
[INFO] [stdout] ...
[INFO] [stdout] 136 | impl_sqlitetype_conversion!(String => String => SqliteType::Text);
[INFO] [stdout]     | ----------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `err` which comes from the expansion of the macro `impl_sqlitetype_conversion` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the size for values of type `dyn std::error::Error + Send` cannot be known at compilation time
[INFO] [stdout]    --> src/api/types.rs:109:49
[INFO] [stdout]     |
[INFO] [stdout] 109 |                         .map_err(|e| err!(with: e, "Failed to convert into SQLite type")),
[INFO] [stdout]     |                                                 ^ doesn't have a size known at compile-time
[INFO] [stdout] ...
[INFO] [stdout] 136 | impl_sqlitetype_conversion!(String => String => SqliteType::Text);
[INFO] [stdout]     | ----------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/error.rs:12:22
[INFO] [stdout]     |
[INFO] [stdout]  12 |         let source = Box::new($error);
[INFO] [stdout]     |                      -------- required by a bound introduced by this call
[INFO] [stdout]     |
[INFO] [stdout]     = help: the trait `Sized` is not implemented for `dyn std::error::Error + Send`
[INFO] [stdout] note: required by a bound in `Box::<T>::new`
[INFO] [stdout]    --> /rustc/1bdcb63291ccffc030f8223f6f978568dd240e3e/library/alloc/src/boxed.rs:284:4
[INFO] [stdout]     = note: this error originates in the macro `impl_sqlitetype_conversion` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the size for values of type `dyn std::error::Error + Send` cannot be known at compilation time
[INFO] [stdout]    --> src/api/types.rs:109:49
[INFO] [stdout]     |
[INFO] [stdout] 109 |                         .map_err(|e| err!(with: e, "Failed to convert into SQLite type")),
[INFO] [stdout]     |                                                 ^ doesn't have a size known at compile-time
[INFO] [stdout] ...
[INFO] [stdout] 136 | impl_sqlitetype_conversion!(String => String => SqliteType::Text);
[INFO] [stdout]     | ----------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/error.rs:12:22
[INFO] [stdout]     |
[INFO] [stdout]  12 |         let source = Box::new($error);
[INFO] [stdout]     |                      -------- required by a bound introduced by this call
[INFO] [stdout]     |
[INFO] [stdout]     = help: the trait `Sized` is not implemented for `dyn std::error::Error + Send`
[INFO] [stdout] note: required by a bound in `Box::<T>::new`
[INFO] [stdout]    --> /rustc/1bdcb63291ccffc030f8223f6f978568dd240e3e/library/alloc/src/boxed.rs:284:4
[INFO] [stdout]     = note: this error originates in the macro `impl_sqlitetype_conversion` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unreachable call
[INFO] [stdout]    --> src/error.rs:12:22
[INFO] [stdout]     |
[INFO] [stdout]  12 |         let source = Box::new($error);
[INFO] [stdout]     |                      ^^^^^^^^ unreachable call
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/api/types.rs:99:45
[INFO] [stdout]     |
[INFO] [stdout]  99 |                     .map_err(|e| err!(with: e, "Failed to convert into SQLite type"))
[INFO] [stdout]     |                                             - any code following this expression is unreachable
[INFO] [stdout] ...
[INFO] [stdout] 137 | impl_sqlitetype_conversion!(into: &str => String => SqliteType::Text);
[INFO] [stdout]     | --------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `err` which comes from the expansion of the macro `impl_sqlitetype_conversion` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unreachable call
[INFO] [stdout]    --> src/error.rs:12:22
[INFO] [stdout]     |
[INFO] [stdout]  12 |         let source = Box::new($error);
[INFO] [stdout]     |                      ^^^^^^^^ unreachable call
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/api/types.rs:99:45
[INFO] [stdout]     |
[INFO] [stdout]  99 |                     .map_err(|e| err!(with: e, "Failed to convert into SQLite type"))
[INFO] [stdout]     |                                             - any code following this expression is unreachable
[INFO] [stdout] ...
[INFO] [stdout] 137 | impl_sqlitetype_conversion!(into: &str => String => SqliteType::Text);
[INFO] [stdout]     | --------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `err` which comes from the expansion of the macro `impl_sqlitetype_conversion` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the size for values of type `dyn std::error::Error + Send` cannot be known at compilation time
[INFO] [stdout]    --> src/api/types.rs:99:45
[INFO] [stdout]     |
[INFO] [stdout]  99 |                     .map_err(|e| err!(with: e, "Failed to convert into SQLite type"))
[INFO] [stdout]     |                                             ^ doesn't have a size known at compile-time
[INFO] [stdout] ...
[INFO] [stdout] 137 | impl_sqlitetype_conversion!(into: &str => String => SqliteType::Text);
[INFO] [stdout]     | --------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/error.rs:12:22
[INFO] [stdout]     |
[INFO] [stdout]  12 |         let source = Box::new($error);
[INFO] [stdout]     |                      -------- required by a bound introduced by this call
[INFO] [stdout]     |
[INFO] [stdout]     = help: the trait `Sized` is not implemented for `dyn std::error::Error + Send`
[INFO] [stdout] note: required by a bound in `Box::<T>::new`
[INFO] [stdout]    --> /rustc/1bdcb63291ccffc030f8223f6f978568dd240e3e/library/alloc/src/boxed.rs:284:4
[INFO] [stdout]     = note: this error originates in the macro `impl_sqlitetype_conversion` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the size for values of type `dyn std::error::Error + Send` cannot be known at compilation time
[INFO] [stdout]    --> src/api/types.rs:99:45
[INFO] [stdout]     |
[INFO] [stdout]  99 |                     .map_err(|e| err!(with: e, "Failed to convert into SQLite type"))
[INFO] [stdout]     |                                             ^ doesn't have a size known at compile-time
[INFO] [stdout] ...
[INFO] [stdout] 137 | impl_sqlitetype_conversion!(into: &str => String => SqliteType::Text);
[INFO] [stdout]     | --------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/error.rs:12:22
[INFO] [stdout]     |
[INFO] [stdout]  12 |         let source = Box::new($error);
[INFO] [stdout]     |                      -------- required by a bound introduced by this call
[INFO] [stdout]     |
[INFO] [stdout]     = help: the trait `Sized` is not implemented for `dyn std::error::Error + Send`
[INFO] [stdout] note: required by a bound in `Box::<T>::new`
[INFO] [stdout]    --> /rustc/1bdcb63291ccffc030f8223f6f978568dd240e3e/library/alloc/src/boxed.rs:284:4
[INFO] [stdout]     = note: this error originates in the macro `impl_sqlitetype_conversion` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unreachable call
[INFO] [stdout]    --> src/error.rs:12:22
[INFO] [stdout]     |
[INFO] [stdout]  12 |         let source = Box::new($error);
[INFO] [stdout]     |                      ^^^^^^^^ unreachable call
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/api/types.rs:109:49
[INFO] [stdout]     |
[INFO] [stdout] 109 |                         .map_err(|e| err!(with: e, "Failed to convert into SQLite type")),
[INFO] [stdout]     |                                                 - any code following this expression is unreachable
[INFO] [stdout] ...
[INFO] [stdout] 137 | impl_sqlitetype_conversion!(into: &str => String => SqliteType::Text);
[INFO] [stdout]     | --------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `err` which comes from the expansion of the macro `impl_sqlitetype_conversion` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unreachable call
[INFO] [stdout]    --> src/error.rs:12:22
[INFO] [stdout]     |
[INFO] [stdout]  12 |         let source = Box::new($error);
[INFO] [stdout]     |                      ^^^^^^^^ unreachable call
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/api/types.rs:109:49
[INFO] [stdout]     |
[INFO] [stdout] 109 |                         .map_err(|e| err!(with: e, "Failed to convert into SQLite type")),
[INFO] [stdout]     |                                                 - any code following this expression is unreachable
[INFO] [stdout] ...
[INFO] [stdout] 137 | impl_sqlitetype_conversion!(into: &str => String => SqliteType::Text);
[INFO] [stdout]     | --------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `err` which comes from the expansion of the macro `impl_sqlitetype_conversion` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the size for values of type `dyn std::error::Error + Send` cannot be known at compilation time
[INFO] [stdout]    --> src/api/types.rs:109:49
[INFO] [stdout]     |
[INFO] [stdout] 109 |                         .map_err(|e| err!(with: e, "Failed to convert into SQLite type")),
[INFO] [stdout]     |                                                 ^ doesn't have a size known at compile-time
[INFO] [stdout] ...
[INFO] [stdout] 137 | impl_sqlitetype_conversion!(into: &str => String => SqliteType::Text);
[INFO] [stdout]     | --------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/error.rs:12:22
[INFO] [stdout]     |
[INFO] [stdout]  12 |         let source = Box::new($error);
[INFO] [stdout]     |                      -------- required by a bound introduced by this call
[INFO] [stdout]     |
[INFO] [stdout]     = help: the trait `Sized` is not implemented for `dyn std::error::Error + Send`
[INFO] [stdout] note: required by a bound in `Box::<T>::new`
[INFO] [stdout]    --> /rustc/1bdcb63291ccffc030f8223f6f978568dd240e3e/library/alloc/src/boxed.rs:284:4
[INFO] [stdout]     = note: this error originates in the macro `impl_sqlitetype_conversion` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the size for values of type `dyn std::error::Error + Send` cannot be known at compilation time
[INFO] [stdout]    --> src/api/types.rs:109:49
[INFO] [stdout]     |
[INFO] [stdout] 109 |                         .map_err(|e| err!(with: e, "Failed to convert into SQLite type")),
[INFO] [stdout]     |                                                 ^ doesn't have a size known at compile-time
[INFO] [stdout] ...
[INFO] [stdout] 137 | impl_sqlitetype_conversion!(into: &str => String => SqliteType::Text);
[INFO] [stdout]     | --------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/error.rs:12:22
[INFO] [stdout]     |
[INFO] [stdout]  12 |         let source = Box::new($error);
[INFO] [stdout]     |                      -------- required by a bound introduced by this call
[INFO] [stdout]     |
[INFO] [stdout]     = help: the trait `Sized` is not implemented for `dyn std::error::Error + Send`
[INFO] [stdout] note: required by a bound in `Box::<T>::new`
[INFO] [stdout]    --> /rustc/1bdcb63291ccffc030f8223f6f978568dd240e3e/library/alloc/src/boxed.rs:284:4
[INFO] [stdout]     = note: this error originates in the macro `impl_sqlitetype_conversion` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unreachable call
[INFO] [stdout]    --> src/error.rs:12:22
[INFO] [stdout]     |
[INFO] [stdout]  12 |         let source = Box::new($error);
[INFO] [stdout]     |                      ^^^^^^^^ unreachable call
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/api/types.rs:75:49
[INFO] [stdout]     |
[INFO] [stdout]  75 |                         .map_err(|e| err!(with: e, "Failed to convert from SQLite type")),
[INFO] [stdout]     |                                                 - any code following this expression is unreachable
[INFO] [stdout] ...
[INFO] [stdout] 138 | impl_sqlitetype_conversion!(from: SqliteType::Text => Arc<String>);
[INFO] [stdout]     | ------------------------------------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `err` which comes from the expansion of the macro `impl_sqlitetype_conversion` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unreachable call
[INFO] [stdout]    --> src/error.rs:12:22
[INFO] [stdout]     |
[INFO] [stdout]  12 |         let source = Box::new($error);
[INFO] [stdout]     |                      ^^^^^^^^ unreachable call
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/api/types.rs:75:49
[INFO] [stdout]     |
[INFO] [stdout]  75 |                         .map_err(|e| err!(with: e, "Failed to convert from SQLite type")),
[INFO] [stdout]     |                                                 - any code following this expression is unreachable
[INFO] [stdout] ...
[INFO] [stdout] 138 | impl_sqlitetype_conversion!(from: SqliteType::Text => Arc<String>);
[INFO] [stdout]     | ------------------------------------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `err` which comes from the expansion of the macro `impl_sqlitetype_conversion` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the size for values of type `dyn std::error::Error + Send` cannot be known at compilation time
[INFO] [stdout]    --> src/api/types.rs:75:49
[INFO] [stdout]     |
[INFO] [stdout]  75 |                         .map_err(|e| err!(with: e, "Failed to convert from SQLite type")),
[INFO] [stdout]     |                                                 ^ doesn't have a size known at compile-time
[INFO] [stdout] ...
[INFO] [stdout] 138 | impl_sqlitetype_conversion!(from: SqliteType::Text => Arc<String>);
[INFO] [stdout]     | ------------------------------------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/error.rs:12:22
[INFO] [stdout]     |
[INFO] [stdout]  12 |         let source = Box::new($error);
[INFO] [stdout]     |                      -------- required by a bound introduced by this call
[INFO] [stdout]     |
[INFO] [stdout]     = help: the trait `Sized` is not implemented for `dyn std::error::Error + Send`
[INFO] [stdout] note: required by a bound in `Box::<T>::new`
[INFO] [stdout]    --> /rustc/1bdcb63291ccffc030f8223f6f978568dd240e3e/library/alloc/src/boxed.rs:284:4
[INFO] [stdout]     = note: this error originates in the macro `impl_sqlitetype_conversion` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the size for values of type `dyn std::error::Error + Send` cannot be known at compilation time
[INFO] [stdout]    --> src/api/types.rs:75:49
[INFO] [stdout]     |
[INFO] [stdout]  75 |                         .map_err(|e| err!(with: e, "Failed to convert from SQLite type")),
[INFO] [stdout]     |                                                 ^ doesn't have a size known at compile-time
[INFO] [stdout] ...
[INFO] [stdout] 138 | impl_sqlitetype_conversion!(from: SqliteType::Text => Arc<String>);
[INFO] [stdout]     | ------------------------------------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/error.rs:12:22
[INFO] [stdout]     |
[INFO] [stdout]  12 |         let source = Box::new($error);
[INFO] [stdout]     |                      -------- required by a bound introduced by this call
[INFO] [stdout]     |
[INFO] [stdout]     = help: the trait `Sized` is not implemented for `dyn std::error::Error + Send`
[INFO] [stdout] note: required by a bound in `Box::<T>::new`
[INFO] [stdout]    --> /rustc/1bdcb63291ccffc030f8223f6f978568dd240e3e/library/alloc/src/boxed.rs:284:4
[INFO] [stdout]     = note: this error originates in the macro `impl_sqlitetype_conversion` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unreachable call
[INFO] [stdout]    --> src/error.rs:12:22
[INFO] [stdout]     |
[INFO] [stdout]  12 |         let source = Box::new($error);
[INFO] [stdout]     |                      ^^^^^^^^ unreachable call
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/api/types.rs:87:49
[INFO] [stdout]     |
[INFO] [stdout]  87 |                         .map_err(|e| err!(with: e, "Failed to convert from SQLite type")),
[INFO] [stdout]     |                                                 - any code following this expression is unreachable
[INFO] [stdout] ...
[INFO] [stdout] 138 | impl_sqlitetype_conversion!(from: SqliteType::Text => Arc<String>);
[INFO] [stdout]     | ------------------------------------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `err` which comes from the expansion of the macro `impl_sqlitetype_conversion` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unreachable call
[INFO] [stdout]    --> src/error.rs:12:22
[INFO] [stdout]     |
[INFO] [stdout]  12 |         let source = Box::new($error);
[INFO] [stdout]     |                      ^^^^^^^^ unreachable call
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/api/types.rs:87:49
[INFO] [stdout]     |
[INFO] [stdout]  87 |                         .map_err(|e| err!(with: e, "Failed to convert from SQLite type")),
[INFO] [stdout]     |                                                 - any code following this expression is unreachable
[INFO] [stdout] ...
[INFO] [stdout] 138 | impl_sqlitetype_conversion!(from: SqliteType::Text => Arc<String>);
[INFO] [stdout]     | ------------------------------------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `err` which comes from the expansion of the macro `impl_sqlitetype_conversion` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the size for values of type `dyn std::error::Error + Send` cannot be known at compilation time
[INFO] [stdout]    --> src/api/types.rs:87:49
[INFO] [stdout]     |
[INFO] [stdout]  87 |                         .map_err(|e| err!(with: e, "Failed to convert from SQLite type")),
[INFO] [stdout]     |                                                 ^ doesn't have a size known at compile-time
[INFO] [stdout] ...
[INFO] [stdout] 138 | impl_sqlitetype_conversion!(from: SqliteType::Text => Arc<String>);
[INFO] [stdout]     | ------------------------------------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/error.rs:12:22
[INFO] [stdout]     |
[INFO] [stdout]  12 |         let source = Box::new($error);
[INFO] [stdout]     |                      -------- required by a bound introduced by this call
[INFO] [stdout]     |
[INFO] [stdout]     = help: the trait `Sized` is not implemented for `dyn std::error::Error + Send`
[INFO] [stdout] note: required by a bound in `Box::<T>::new`
[INFO] [stdout]    --> /rustc/1bdcb63291ccffc030f8223f6f978568dd240e3e/library/alloc/src/boxed.rs:284:4
[INFO] [stdout]     = note: this error originates in the macro `impl_sqlitetype_conversion` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the size for values of type `dyn std::error::Error + Send` cannot be known at compilation time
[INFO] [stdout]    --> src/api/types.rs:87:49
[INFO] [stdout]     |
[INFO] [stdout]  87 |                         .map_err(|e| err!(with: e, "Failed to convert from SQLite type")),
[INFO] [stdout]     |                                                 ^ doesn't have a size known at compile-time
[INFO] [stdout] ...
[INFO] [stdout] 138 | impl_sqlitetype_conversion!(from: SqliteType::Text => Arc<String>);
[INFO] [stdout]     | ------------------------------------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/error.rs:12:22
[INFO] [stdout]     |
[INFO] [stdout]  12 |         let source = Box::new($error);
[INFO] [stdout]     |                      -------- required by a bound introduced by this call
[INFO] [stdout]     |
[INFO] [stdout]     = help: the trait `Sized` is not implemented for `dyn std::error::Error + Send`
[INFO] [stdout] note: required by a bound in `Box::<T>::new`
[INFO] [stdout]    --> /rustc/1bdcb63291ccffc030f8223f6f978568dd240e3e/library/alloc/src/boxed.rs:284:4
[INFO] [stdout]     = note: this error originates in the macro `impl_sqlitetype_conversion` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unreachable call
[INFO] [stdout]    --> src/error.rs:12:22
[INFO] [stdout]     |
[INFO] [stdout]  12 |         let source = Box::new($error);
[INFO] [stdout]     |                      ^^^^^^^^ unreachable call
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/api/types.rs:75:49
[INFO] [stdout]     |
[INFO] [stdout]  75 |                         .map_err(|e| err!(with: e, "Failed to convert from SQLite type")),
[INFO] [stdout]     |                                                 - any code following this expression is unreachable
[INFO] [stdout] ...
[INFO] [stdout] 140 | impl_sqlitetype_conversion!(Vec<u8> => Vec<u8> => SqliteType::Blob);
[INFO] [stdout]     | ------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `err` which comes from the expansion of the macro `impl_sqlitetype_conversion` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unreachable call
[INFO] [stdout]    --> src/error.rs:12:22
[INFO] [stdout]     |
[INFO] [stdout]  12 |         let source = Box::new($error);
[INFO] [stdout]     |                      ^^^^^^^^ unreachable call
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/api/types.rs:75:49
[INFO] [stdout]     |
[INFO] [stdout]  75 |                         .map_err(|e| err!(with: e, "Failed to convert from SQLite type")),
[INFO] [stdout]     |                                                 - any code following this expression is unreachable
[INFO] [stdout] ...
[INFO] [stdout] 140 | impl_sqlitetype_conversion!(Vec<u8> => Vec<u8> => SqliteType::Blob);
[INFO] [stdout]     | ------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `err` which comes from the expansion of the macro `impl_sqlitetype_conversion` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the size for values of type `dyn std::error::Error + Send` cannot be known at compilation time
[INFO] [stdout]    --> src/api/types.rs:75:49
[INFO] [stdout]     |
[INFO] [stdout]  75 |                         .map_err(|e| err!(with: e, "Failed to convert from SQLite type")),
[INFO] [stdout]     |                                                 ^ doesn't have a size known at compile-time
[INFO] [stdout] ...
[INFO] [stdout] 140 | impl_sqlitetype_conversion!(Vec<u8> => Vec<u8> => SqliteType::Blob);
[INFO] [stdout]     | ------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/error.rs:12:22
[INFO] [stdout]     |
[INFO] [stdout]  12 |         let source = Box::new($error);
[INFO] [stdout]     |                      -------- required by a bound introduced by this call
[INFO] [stdout]     |
[INFO] [stdout]     = help: the trait `Sized` is not implemented for `dyn std::error::Error + Send`
[INFO] [stdout] note: required by a bound in `Box::<T>::new`
[INFO] [stdout]    --> /rustc/1bdcb63291ccffc030f8223f6f978568dd240e3e/library/alloc/src/boxed.rs:284:4
[INFO] [stdout]     = note: this error originates in the macro `impl_sqlitetype_conversion` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the size for values of type `dyn std::error::Error + Send` cannot be known at compilation time
[INFO] [stdout]    --> src/api/types.rs:75:49
[INFO] [stdout]     |
[INFO] [stdout]  75 |                         .map_err(|e| err!(with: e, "Failed to convert from SQLite type")),
[INFO] [stdout]     |                                                 ^ doesn't have a size known at compile-time
[INFO] [stdout] ...
[INFO] [stdout] 140 | impl_sqlitetype_conversion!(Vec<u8> => Vec<u8> => SqliteType::Blob);
[INFO] [stdout]     | ------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/error.rs:12:22
[INFO] [stdout]     |
[INFO] [stdout]  12 |         let source = Box::new($error);
[INFO] [stdout]     |                      -------- required by a bound introduced by this call
[INFO] [stdout]     |
[INFO] [stdout]     = help: the trait `Sized` is not implemented for `dyn std::error::Error + Send`
[INFO] [stdout] note: required by a bound in `Box::<T>::new`
[INFO] [stdout]    --> /rustc/1bdcb63291ccffc030f8223f6f978568dd240e3e/library/alloc/src/boxed.rs:284:4
[INFO] [stdout]     = note: this error originates in the macro `impl_sqlitetype_conversion` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unreachable call
[INFO] [stdout]    --> src/error.rs:12:22
[INFO] [stdout]     |
[INFO] [stdout]  12 |         let source = Box::new($error);
[INFO] [stdout]     |                      ^^^^^^^^ unreachable call
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/api/types.rs:87:49
[INFO] [stdout]     |
[INFO] [stdout]  87 |                         .map_err(|e| err!(with: e, "Failed to convert from SQLite type")),
[INFO] [stdout]     |                                                 - any code following this expression is unreachable
[INFO] [stdout] ...
[INFO] [stdout] 140 | impl_sqlitetype_conversion!(Vec<u8> => Vec<u8> => SqliteType::Blob);
[INFO] [stdout]     | ------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `err` which comes from the expansion of the macro `impl_sqlitetype_conversion` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unreachable call
[INFO] [stdout]    --> src/error.rs:12:22
[INFO] [stdout]     |
[INFO] [stdout]  12 |         let source = Box::new($error);
[INFO] [stdout]     |                      ^^^^^^^^ unreachable call
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/api/types.rs:87:49
[INFO] [stdout]     |
[INFO] [stdout]  87 |                         .map_err(|e| err!(with: e, "Failed to convert from SQLite type")),
[INFO] [stdout]     |                                                 - any code following this expression is unreachable
[INFO] [stdout] ...
[INFO] [stdout] 140 | impl_sqlitetype_conversion!(Vec<u8> => Vec<u8> => SqliteType::Blob);
[INFO] [stdout]     | ------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `err` which comes from the expansion of the macro `impl_sqlitetype_conversion` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the size for values of type `dyn std::error::Error + Send` cannot be known at compilation time
[INFO] [stdout]    --> src/api/types.rs:87:49
[INFO] [stdout]     |
[INFO] [stdout]  87 |                         .map_err(|e| err!(with: e, "Failed to convert from SQLite type")),
[INFO] [stdout]     |                                                 ^ doesn't have a size known at compile-time
[INFO] [stdout] ...
[INFO] [stdout] 140 | impl_sqlitetype_conversion!(Vec<u8> => Vec<u8> => SqliteType::Blob);
[INFO] [stdout]     | ------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/error.rs:12:22
[INFO] [stdout]     |
[INFO] [stdout]  12 |         let source = Box::new($error);
[INFO] [stdout]     |                      -------- required by a bound introduced by this call
[INFO] [stdout]     |
[INFO] [stdout]     = help: the trait `Sized` is not implemented for `dyn std::error::Error + Send`
[INFO] [stdout] note: required by a bound in `Box::<T>::new`
[INFO] [stdout]    --> /rustc/1bdcb63291ccffc030f8223f6f978568dd240e3e/library/alloc/src/boxed.rs:284:4
[INFO] [stdout]     = note: this error originates in the macro `impl_sqlitetype_conversion` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the size for values of type `dyn std::error::Error + Send` cannot be known at compilation time
[INFO] [stdout]    --> src/api/types.rs:87:49
[INFO] [stdout]     |
[INFO] [stdout]  87 |                         .map_err(|e| err!(with: e, "Failed to convert from SQLite type")),
[INFO] [stdout]     |                                                 ^ doesn't have a size known at compile-time
[INFO] [stdout] ...
[INFO] [stdout] 140 | impl_sqlitetype_conversion!(Vec<u8> => Vec<u8> => SqliteType::Blob);
[INFO] [stdout]     | ------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/error.rs:12:22
[INFO] [stdout]     |
[INFO] [stdout]  12 |         let source = Box::new($error);
[INFO] [stdout]     |                      -------- required by a bound introduced by this call
[INFO] [stdout]     |
[INFO] [stdout]     = help: the trait `Sized` is not implemented for `dyn std::error::Error + Send`
[INFO] [stdout] note: required by a bound in `Box::<T>::new`
[INFO] [stdout]    --> /rustc/1bdcb63291ccffc030f8223f6f978568dd240e3e/library/alloc/src/boxed.rs:284:4
[INFO] [stdout]     = note: this error originates in the macro `impl_sqlitetype_conversion` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unreachable call
[INFO] [stdout]    --> src/error.rs:12:22
[INFO] [stdout]     |
[INFO] [stdout]  12 |         let source = Box::new($error);
[INFO] [stdout]     |                      ^^^^^^^^ unreachable call
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/api/types.rs:99:45
[INFO] [stdout]     |
[INFO] [stdout]  99 |                     .map_err(|e| err!(with: e, "Failed to convert into SQLite type"))
[INFO] [stdout]     |                                             - any code following this expression is unreachable
[INFO] [stdout] ...
[INFO] [stdout] 140 | impl_sqlitetype_conversion!(Vec<u8> => Vec<u8> => SqliteType::Blob);
[INFO] [stdout]     | ------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `err` which comes from the expansion of the macro `impl_sqlitetype_conversion` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unreachable call
[INFO] [stdout]    --> src/error.rs:12:22
[INFO] [stdout]     |
[INFO] [stdout]  12 |         let source = Box::new($error);
[INFO] [stdout]     |                      ^^^^^^^^ unreachable call
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/api/types.rs:99:45
[INFO] [stdout]     |
[INFO] [stdout]  99 |                     .map_err(|e| err!(with: e, "Failed to convert into SQLite type"))
[INFO] [stdout]     |                                             - any code following this expression is unreachable
[INFO] [stdout] ...
[INFO] [stdout] 140 | impl_sqlitetype_conversion!(Vec<u8> => Vec<u8> => SqliteType::Blob);
[INFO] [stdout]     | ------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `err` which comes from the expansion of the macro `impl_sqlitetype_conversion` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the size for values of type `dyn std::error::Error + Send` cannot be known at compilation time
[INFO] [stdout]    --> src/api/types.rs:99:45
[INFO] [stdout]     |
[INFO] [stdout]  99 |                     .map_err(|e| err!(with: e, "Failed to convert into SQLite type"))
[INFO] [stdout]     |                                             ^ doesn't have a size known at compile-time
[INFO] [stdout] ...
[INFO] [stdout] 140 | impl_sqlitetype_conversion!(Vec<u8> => Vec<u8> => SqliteType::Blob);
[INFO] [stdout]     | ------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/error.rs:12:22
[INFO] [stdout]     |
[INFO] [stdout]  12 |         let source = Box::new($error);
[INFO] [stdout]     |                      -------- required by a bound introduced by this call
[INFO] [stdout]     |
[INFO] [stdout]     = help: the trait `Sized` is not implemented for `dyn std::error::Error + Send`
[INFO] [stdout] note: required by a bound in `Box::<T>::new`
[INFO] [stdout]    --> /rustc/1bdcb63291ccffc030f8223f6f978568dd240e3e/library/alloc/src/boxed.rs:284:4
[INFO] [stdout]     = note: this error originates in the macro `impl_sqlitetype_conversion` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the size for values of type `dyn std::error::Error + Send` cannot be known at compilation time
[INFO] [stdout]    --> src/api/types.rs:99:45
[INFO] [stdout]     |
[INFO] [stdout]  99 |                     .map_err(|e| err!(with: e, "Failed to convert into SQLite type"))
[INFO] [stdout]     |                                             ^ doesn't have a size known at compile-time
[INFO] [stdout] ...
[INFO] [stdout] 140 | impl_sqlitetype_conversion!(Vec<u8> => Vec<u8> => SqliteType::Blob);
[INFO] [stdout]     | ------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/error.rs:12:22
[INFO] [stdout]     |
[INFO] [stdout]  12 |         let source = Box::new($error);
[INFO] [stdout]     |                      -------- required by a bound introduced by this call
[INFO] [stdout]     |
[INFO] [stdout]     = help: the trait `Sized` is not implemented for `dyn std::error::Error + Send`
[INFO] [stdout] note: required by a bound in `Box::<T>::new`
[INFO] [stdout]    --> /rustc/1bdcb63291ccffc030f8223f6f978568dd240e3e/library/alloc/src/boxed.rs:284:4
[INFO] [stdout]     = note: this error originates in the macro `impl_sqlitetype_conversion` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unreachable call
[INFO] [stdout]    --> src/error.rs:12:22
[INFO] [stdout]     |
[INFO] [stdout]  12 |         let source = Box::new($error);
[INFO] [stdout]     |                      ^^^^^^^^ unreachable call
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/api/types.rs:109:49
[INFO] [stdout]     |
[INFO] [stdout] 109 |                         .map_err(|e| err!(with: e, "Failed to convert into SQLite type")),
[INFO] [stdout]     |                                                 - any code following this expression is unreachable
[INFO] [stdout] ...
[INFO] [stdout] 140 | impl_sqlitetype_conversion!(Vec<u8> => Vec<u8> => SqliteType::Blob);
[INFO] [stdout]     | ------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `err` which comes from the expansion of the macro `impl_sqlitetype_conversion` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unreachable call
[INFO] [stdout]    --> src/error.rs:12:22
[INFO] [stdout]     |
[INFO] [stdout]  12 |         let source = Box::new($error);
[INFO] [stdout]     |                      ^^^^^^^^ unreachable call
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/api/types.rs:109:49
[INFO] [stdout]     |
[INFO] [stdout] 109 |                         .map_err(|e| err!(with: e, "Failed to convert into SQLite type")),
[INFO] [stdout]     |                                                 - any code following this expression is unreachable
[INFO] [stdout] ...
[INFO] [stdout] 140 | impl_sqlitetype_conversion!(Vec<u8> => Vec<u8> => SqliteType::Blob);
[INFO] [stdout]     | ------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `err` which comes from the expansion of the macro `impl_sqlitetype_conversion` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the size for values of type `dyn std::error::Error + Send` cannot be known at compilation time
[INFO] [stdout]    --> src/api/types.rs:109:49
[INFO] [stdout]     |
[INFO] [stdout] 109 |                         .map_err(|e| err!(with: e, "Failed to convert into SQLite type")),
[INFO] [stdout]     |                                                 ^ doesn't have a size known at compile-time
[INFO] [stdout] ...
[INFO] [stdout] 140 | impl_sqlitetype_conversion!(Vec<u8> => Vec<u8> => SqliteType::Blob);
[INFO] [stdout]     | ------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/error.rs:12:22
[INFO] [stdout]     |
[INFO] [stdout]  12 |         let source = Box::new($error);
[INFO] [stdout]     |                      -------- required by a bound introduced by this call
[INFO] [stdout]     |
[INFO] [stdout]     = help: the trait `Sized` is not implemented for `dyn std::error::Error + Send`
[INFO] [stdout] note: required by a bound in `Box::<T>::new`
[INFO] [stdout]    --> /rustc/1bdcb63291ccffc030f8223f6f978568dd240e3e/library/alloc/src/boxed.rs:284:4
[INFO] [stdout]     = note: this error originates in the macro `impl_sqlitetype_conversion` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the size for values of type `dyn std::error::Error + Send` cannot be known at compilation time
[INFO] [stdout]    --> src/api/types.rs:109:49
[INFO] [stdout]     |
[INFO] [stdout] 109 |                         .map_err(|e| err!(with: e, "Failed to convert into SQLite type")),
[INFO] [stdout]     |                                                 ^ doesn't have a size known at compile-time
[INFO] [stdout] ...
[INFO] [stdout] 140 | impl_sqlitetype_conversion!(Vec<u8> => Vec<u8> => SqliteType::Blob);
[INFO] [stdout]     | ------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/error.rs:12:22
[INFO] [stdout]     |
[INFO] [stdout]  12 |         let source = Box::new($error);
[INFO] [stdout]     |                      -------- required by a bound introduced by this call
[INFO] [stdout]     |
[INFO] [stdout]     = help: the trait `Sized` is not implemented for `dyn std::error::Error + Send`
[INFO] [stdout] note: required by a bound in `Box::<T>::new`
[INFO] [stdout]    --> /rustc/1bdcb63291ccffc030f8223f6f978568dd240e3e/library/alloc/src/boxed.rs:284:4
[INFO] [stdout]     = note: this error originates in the macro `impl_sqlitetype_conversion` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unreachable call
[INFO] [stdout]    --> src/error.rs:12:22
[INFO] [stdout]     |
[INFO] [stdout]  12 |         let source = Box::new($error);
[INFO] [stdout]     |                      ^^^^^^^^ unreachable call
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/api/types.rs:99:45
[INFO] [stdout]     |
[INFO] [stdout]  99 |                     .map_err(|e| err!(with: e, "Failed to convert into SQLite type"))
[INFO] [stdout]     |                                             - any code following this expression is unreachable
[INFO] [stdout] ...
[INFO] [stdout] 141 | impl_sqlitetype_conversion!(into: &[u8] => Vec<u8> => SqliteType::Blob);
[INFO] [stdout]     | ----------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `err` which comes from the expansion of the macro `impl_sqlitetype_conversion` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unreachable call
[INFO] [stdout]    --> src/error.rs:12:22
[INFO] [stdout]     |
[INFO] [stdout]  12 |         let source = Box::new($error);
[INFO] [stdout]     |                      ^^^^^^^^ unreachable call
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/api/types.rs:99:45
[INFO] [stdout]     |
[INFO] [stdout]  99 |                     .map_err(|e| err!(with: e, "Failed to convert into SQLite type"))
[INFO] [stdout]     |                                             - any code following this expression is unreachable
[INFO] [stdout] ...
[INFO] [stdout] 141 | impl_sqlitetype_conversion!(into: &[u8] => Vec<u8> => SqliteType::Blob);
[INFO] [stdout]     | ----------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `err` which comes from the expansion of the macro `impl_sqlitetype_conversion` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the size for values of type `dyn std::error::Error + Send` cannot be known at compilation time
[INFO] [stdout]    --> src/api/types.rs:99:45
[INFO] [stdout]     |
[INFO] [stdout]  99 |                     .map_err(|e| err!(with: e, "Failed to convert into SQLite type"))
[INFO] [stdout]     |                                             ^ doesn't have a size known at compile-time
[INFO] [stdout] ...
[INFO] [stdout] 141 | impl_sqlitetype_conversion!(into: &[u8] => Vec<u8> => SqliteType::Blob);
[INFO] [stdout]     | ----------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/error.rs:12:22
[INFO] [stdout]     |
[INFO] [stdout]  12 |         let source = Box::new($error);
[INFO] [stdout]     |                      -------- required by a bound introduced by this call
[INFO] [stdout]     |
[INFO] [stdout]     = help: the trait `Sized` is not implemented for `dyn std::error::Error + Send`
[INFO] [stdout] note: required by a bound in `Box::<T>::new`
[INFO] [stdout]    --> /rustc/1bdcb63291ccffc030f8223f6f978568dd240e3e/library/alloc/src/boxed.rs:284:4
[INFO] [stdout]     = note: this error originates in the macro `impl_sqlitetype_conversion` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the size for values of type `dyn std::error::Error + Send` cannot be known at compilation time
[INFO] [stdout]    --> src/api/types.rs:99:45
[INFO] [stdout]     |
[INFO] [stdout]  99 |                     .map_err(|e| err!(with: e, "Failed to convert into SQLite type"))
[INFO] [stdout]     |                                             ^ doesn't have a size known at compile-time
[INFO] [stdout] ...
[INFO] [stdout] 141 | impl_sqlitetype_conversion!(into: &[u8] => Vec<u8> => SqliteType::Blob);
[INFO] [stdout]     | ----------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/error.rs:12:22
[INFO] [stdout]     |
[INFO] [stdout]  12 |         let source = Box::new($error);
[INFO] [stdout]     |                      -------- required by a bound introduced by this call
[INFO] [stdout]     |
[INFO] [stdout]     = help: the trait `Sized` is not implemented for `dyn std::error::Error + Send`
[INFO] [stdout] note: required by a bound in `Box::<T>::new`
[INFO] [stdout]    --> /rustc/1bdcb63291ccffc030f8223f6f978568dd240e3e/library/alloc/src/boxed.rs:284:4
[INFO] [stdout]     = note: this error originates in the macro `impl_sqlitetype_conversion` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unreachable call
[INFO] [stdout]    --> src/error.rs:12:22
[INFO] [stdout]     |
[INFO] [stdout]  12 |         let source = Box::new($error);
[INFO] [stdout]     |                      ^^^^^^^^ unreachable call
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/api/types.rs:109:49
[INFO] [stdout]     |
[INFO] [stdout] 109 |                         .map_err(|e| err!(with: e, "Failed to convert into SQLite type")),
[INFO] [stdout]     |                                                 - any code following this expression is unreachable
[INFO] [stdout] ...
[INFO] [stdout] 141 | impl_sqlitetype_conversion!(into: &[u8] => Vec<u8> => SqliteType::Blob);
[INFO] [stdout]     | ----------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `err` which comes from the expansion of the macro `impl_sqlitetype_conversion` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unreachable call
[INFO] [stdout]    --> src/error.rs:12:22
[INFO] [stdout]     |
[INFO] [stdout]  12 |         let source = Box::new($error);
[INFO] [stdout]     |                      ^^^^^^^^ unreachable call
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/api/types.rs:109:49
[INFO] [stdout]     |
[INFO] [stdout] 109 |                         .map_err(|e| err!(with: e, "Failed to convert into SQLite type")),
[INFO] [stdout]     |                                                 - any code following this expression is unreachable
[INFO] [stdout] ...
[INFO] [stdout] 141 | impl_sqlitetype_conversion!(into: &[u8] => Vec<u8> => SqliteType::Blob);
[INFO] [stdout]     | ----------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `err` which comes from the expansion of the macro `impl_sqlitetype_conversion` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the size for values of type `dyn std::error::Error + Send` cannot be known at compilation time
[INFO] [stdout]    --> src/api/types.rs:109:49
[INFO] [stdout]     |
[INFO] [stdout] 109 |                         .map_err(|e| err!(with: e, "Failed to convert into SQLite type")),
[INFO] [stdout]     |                                                 ^ doesn't have a size known at compile-time
[INFO] [stdout] ...
[INFO] [stdout] 141 | impl_sqlitetype_conversion!(into: &[u8] => Vec<u8> => SqliteType::Blob);
[INFO] [stdout]     | ----------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/error.rs:12:22
[INFO] [stdout]     |
[INFO] [stdout]  12 |         let source = Box::new($error);
[INFO] [stdout]     |                      -------- required by a bound introduced by this call
[INFO] [stdout]     |
[INFO] [stdout]     = help: the trait `Sized` is not implemented for `dyn std::error::Error + Send`
[INFO] [stdout] note: required by a bound in `Box::<T>::new`
[INFO] [stdout]    --> /rustc/1bdcb63291ccffc030f8223f6f978568dd240e3e/library/alloc/src/boxed.rs:284:4
[INFO] [stdout]     = note: this error originates in the macro `impl_sqlitetype_conversion` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the size for values of type `dyn std::error::Error + Send` cannot be known at compilation time
[INFO] [stdout]    --> src/api/types.rs:109:49
[INFO] [stdout]     |
[INFO] [stdout] 109 |                         .map_err(|e| err!(with: e, "Failed to convert into SQLite type")),
[INFO] [stdout]     |                                                 ^ doesn't have a size known at compile-time
[INFO] [stdout] ...
[INFO] [stdout] 141 | impl_sqlitetype_conversion!(into: &[u8] => Vec<u8> => SqliteType::Blob);
[INFO] [stdout]     | ----------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/error.rs:12:22
[INFO] [stdout]     |
[INFO] [stdout]  12 |         let source = Box::new($error);
[INFO] [stdout]     |                      -------- required by a bound introduced by this call
[INFO] [stdout]     |
[INFO] [stdout]     = help: the trait `Sized` is not implemented for `dyn std::error::Error + Send`
[INFO] [stdout] note: required by a bound in `Box::<T>::new`
[INFO] [stdout]    --> /rustc/1bdcb63291ccffc030f8223f6f978568dd240e3e/library/alloc/src/boxed.rs:284:4
[INFO] [stdout]     = note: this error originates in the macro `impl_sqlitetype_conversion` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unreachable call
[INFO] [stdout]    --> src/error.rs:12:22
[INFO] [stdout]     |
[INFO] [stdout]  12 |         let source = Box::new($error);
[INFO] [stdout]     |                      ^^^^^^^^ unreachable call
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/api/types.rs:75:49
[INFO] [stdout]     |
[INFO] [stdout]  75 |                         .map_err(|e| err!(with: e, "Failed to convert from SQLite type")),
[INFO] [stdout]     |                                                 - any code following this expression is unreachable
[INFO] [stdout] ...
[INFO] [stdout] 142 | impl_sqlitetype_conversion!(from: SqliteType::Blob => Arc<Vec<u8>>);
[INFO] [stdout]     | ------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `err` which comes from the expansion of the macro `impl_sqlitetype_conversion` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unreachable call
[INFO] [stdout]    --> src/error.rs:12:22
[INFO] [stdout]     |
[INFO] [stdout]  12 |         let source = Box::new($error);
[INFO] [stdout]     |                      ^^^^^^^^ unreachable call
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/api/types.rs:75:49
[INFO] [stdout]     |
[INFO] [stdout]  75 |                         .map_err(|e| err!(with: e, "Failed to convert from SQLite type")),
[INFO] [stdout]     |                                                 - any code following this expression is unreachable
[INFO] [stdout] ...
[INFO] [stdout] 142 | impl_sqlitetype_conversion!(from: SqliteType::Blob => Arc<Vec<u8>>);
[INFO] [stdout]     | ------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `err` which comes from the expansion of the macro `impl_sqlitetype_conversion` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the size for values of type `dyn std::error::Error + Send` cannot be known at compilation time
[INFO] [stdout]    --> src/api/types.rs:75:49
[INFO] [stdout]     |
[INFO] [stdout]  75 |                         .map_err(|e| err!(with: e, "Failed to convert from SQLite type")),
[INFO] [stdout]     |                                                 ^ doesn't have a size known at compile-time
[INFO] [stdout] ...
[INFO] [stdout] 142 | impl_sqlitetype_conversion!(from: SqliteType::Blob => Arc<Vec<u8>>);
[INFO] [stdout]     | ------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/error.rs:12:22
[INFO] [stdout]     |
[INFO] [stdout]  12 |         let source = Box::new($error);
[INFO] [stdout]     |                      -------- required by a bound introduced by this call
[INFO] [stdout]     |
[INFO] [stdout]     = help: the trait `Sized` is not implemented for `dyn std::error::Error + Send`
[INFO] [stdout] note: required by a bound in `Box::<T>::new`
[INFO] [stdout]    --> /rustc/1bdcb63291ccffc030f8223f6f978568dd240e3e/library/alloc/src/boxed.rs:284:4
[INFO] [stdout]     = note: this error originates in the macro `impl_sqlitetype_conversion` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the size for values of type `dyn std::error::Error + Send` cannot be known at compilation time
[INFO] [stdout]    --> src/api/types.rs:75:49
[INFO] [stdout]     |
[INFO] [stdout]  75 |                         .map_err(|e| err!(with: e, "Failed to convert from SQLite type")),
[INFO] [stdout]     |                                                 ^ doesn't have a size known at compile-time
[INFO] [stdout] ...
[INFO] [stdout] 142 | impl_sqlitetype_conversion!(from: SqliteType::Blob => Arc<Vec<u8>>);
[INFO] [stdout]     | ------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/error.rs:12:22
[INFO] [stdout]     |
[INFO] [stdout]  12 |         let source = Box::new($error);
[INFO] [stdout]     |                      -------- required by a bound introduced by this call
[INFO] [stdout]     |
[INFO] [stdout]     = help: the trait `Sized` is not implemented for `dyn std::error::Error + Send`
[INFO] [stdout] note: required by a bound in `Box::<T>::new`
[INFO] [stdout]    --> /rustc/1bdcb63291ccffc030f8223f6f978568dd240e3e/library/alloc/src/boxed.rs:284:4
[INFO] [stdout]     = note: this error originates in the macro `impl_sqlitetype_conversion` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unreachable call
[INFO] [stdout]    --> src/error.rs:12:22
[INFO] [stdout]     |
[INFO] [stdout]  12 |         let source = Box::new($error);
[INFO] [stdout]     |                      ^^^^^^^^ unreachable call
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/api/types.rs:87:49
[INFO] [stdout]     |
[INFO] [stdout]  87 |                         .map_err(|e| err!(with: e, "Failed to convert from SQLite type")),
[INFO] [stdout]     |                                                 - any code following this expression is unreachable
[INFO] [stdout] ...
[INFO] [stdout] 142 | impl_sqlitetype_conversion!(from: SqliteType::Blob => Arc<Vec<u8>>);
[INFO] [stdout]     | ------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `err` which comes from the expansion of the macro `impl_sqlitetype_conversion` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unreachable call
[INFO] [stdout]    --> src/error.rs:12:22
[INFO] [stdout]     |
[INFO] [stdout]  12 |         let source = Box::new($error);
[INFO] [stdout]     |                      ^^^^^^^^ unreachable call
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/api/types.rs:87:49
[INFO] [stdout]     |
[INFO] [stdout]  87 |                         .map_err(|e| err!(with: e, "Failed to convert from SQLite type")),
[INFO] [stdout]     |                                                 - any code following this expression is unreachable
[INFO] [stdout] ...
[INFO] [stdout] 142 | impl_sqlitetype_conversion!(from: SqliteType::Blob => Arc<Vec<u8>>);
[INFO] [stdout]     | ------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `err` which comes from the expansion of the macro `impl_sqlitetype_conversion` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the size for values of type `dyn std::error::Error + Send` cannot be known at compilation time
[INFO] [stdout]    --> src/api/types.rs:87:49
[INFO] [stdout]     |
[INFO] [stdout]  87 |                         .map_err(|e| err!(with: e, "Failed to convert from SQLite type")),
[INFO] [stdout]     |                                                 ^ doesn't have a size known at compile-time
[INFO] [stdout] ...
[INFO] [stdout] 142 | impl_sqlitetype_conversion!(from: SqliteType::Blob => Arc<Vec<u8>>);
[INFO] [stdout]     | ------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/error.rs:12:22
[INFO] [stdout]     |
[INFO] [stdout]  12 |         let source = Box::new($error);
[INFO] [stdout]     |                      -------- required by a bound introduced by this call
[INFO] [stdout]     |
[INFO] [stdout]     = help: the trait `Sized` is not implemented for `dyn std::error::Error + Send`
[INFO] [stdout] note: required by a bound in `Box::<T>::new`
[INFO] [stdout]    --> /rustc/1bdcb63291ccffc030f8223f6f978568dd240e3e/library/alloc/src/boxed.rs:284:4
[INFO] [stdout]     = note: this error originates in the macro `impl_sqlitetype_conversion` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the size for values of type `dyn std::error::Error + Send` cannot be known at compilation time
[INFO] [stdout]    --> src/api/types.rs:87:49
[INFO] [stdout]     |
[INFO] [stdout]  87 |                         .map_err(|e| err!(with: e, "Failed to convert from SQLite type")),
[INFO] [stdout]     |                                                 ^ doesn't have a size known at compile-time
[INFO] [stdout] ...
[INFO] [stdout] 142 | impl_sqlitetype_conversion!(from: SqliteType::Blob => Arc<Vec<u8>>);
[INFO] [stdout]     | ------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/error.rs:12:22
[INFO] [stdout]     |
[INFO] [stdout]  12 |         let source = Box::new($error);
[INFO] [stdout]     |                      -------- required by a bound introduced by this call
[INFO] [stdout]     |
[INFO] [stdout]     = help: the trait `Sized` is not implemented for `dyn std::error::Error + Send`
[INFO] [stdout] note: required by a bound in `Box::<T>::new`
[INFO] [stdout]    --> /rustc/1bdcb63291ccffc030f8223f6f978568dd240e3e/library/alloc/src/boxed.rs:284:4
[INFO] [stdout]     = note: this error originates in the macro `impl_sqlitetype_conversion` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0277`.
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0277`.
[INFO] [stdout] 
[INFO] [stderr] warning: sqlite-tiny@0.7.8: dist/sqlite3.c: In function 'soundexFunc':
[INFO] [stderr] warning: sqlite-tiny@0.7.8: dist/sqlite3.c:135448:7: warning: unused parameter 'argc' [-Wunused-parameter]
[INFO] [stderr] warning: sqlite-tiny@0.7.8: 135448 |   int argc,
[INFO] [stderr] warning: sqlite-tiny@0.7.8:        |   ~~~~^~~~
[INFO] [stderr] warning: sqlite-tiny@0.7.8: dist/sqlite3.c: In function 'ceilingFunc':
[INFO] [stderr] warning: sqlite-tiny@0.7.8: dist/sqlite3.c:136141:7: warning: unused parameter 'argc' [-Wunused-parameter]
[INFO] [stderr] warning: sqlite-tiny@0.7.8: 136141 |   int argc,
[INFO] [stderr] warning: sqlite-tiny@0.7.8:        |   ~~~~^~~~
[INFO] [stderr] warning: sqlite-tiny@0.7.8: dist/sqlite3.c: In function 'math1Func':
[INFO] [stderr] warning: sqlite-tiny@0.7.8: dist/sqlite3.c:136247:7: warning: unused parameter 'argc' [-Wunused-parameter]
[INFO] [stderr] warning: sqlite-tiny@0.7.8: 136247 |   int argc,
[INFO] [stderr] warning: sqlite-tiny@0.7.8:        |   ~~~~^~~~
[INFO] [stderr] warning: sqlite-tiny@0.7.8: dist/sqlite3.c: In function 'math2Func':
[INFO] [stderr] warning: sqlite-tiny@0.7.8: dist/sqlite3.c:136269:7: warning: unused parameter 'argc' [-Wunused-parameter]
[INFO] [stderr] warning: sqlite-tiny@0.7.8: 136269 |   int argc,
[INFO] [stderr] warning: sqlite-tiny@0.7.8:        |   ~~~~^~~~
[INFO] [stderr] warning: sqlite-tiny@0.7.8: dist/sqlite3.c: In function 'piFunc':
[INFO] [stderr] warning: sqlite-tiny@0.7.8: dist/sqlite3.c:136292:7: warning: unused parameter 'argc' [-Wunused-parameter]
[INFO] [stderr] warning: sqlite-tiny@0.7.8: 136292 |   int argc,
[INFO] [stderr] warning: sqlite-tiny@0.7.8:        |   ~~~~^~~~
[INFO] [stderr] warning: sqlite-tiny@0.7.8: dist/sqlite3.c: In function 'percentInverse':
[INFO] [stderr] warning: sqlite-tiny@0.7.8: dist/sqlite3.c:136675:54: warning: unused parameter 'argc' [-Wunused-parameter]
[INFO] [stderr] warning: sqlite-tiny@0.7.8: 136675 | static void percentInverse(sqlite3_context *pCtx,int argc,sqlite3_value **argv){
[INFO] [stderr] warning: sqlite-tiny@0.7.8:        |                                                  ~~~~^~~~
[INFO] [stderr] warning: sqlite-tiny@0.7.8: dist/sqlite3.c: In function 'sqlite3_setlk_timeout':
[INFO] [stderr] warning: sqlite-tiny@0.7.8: dist/sqlite3.c:188939:63: warning: unused parameter 'flags' [-Wunused-parameter]
[INFO] [stderr] warning: sqlite-tiny@0.7.8: 188939 | SQLITE_API int sqlite3_setlk_timeout(sqlite3 *db, int ms, int flags){
[INFO] [stderr] warning: sqlite-tiny@0.7.8:        |                                                           ~~~~^~~~~
[INFO] [stderr] warning: sqlite-tiny@0.7.8: dist/sqlite3.c: In function 'rtreeCallbackConstraint':
[INFO] [stderr] warning: sqlite-tiny@0.7.8: dist/sqlite3.c:219322:56: warning: this statement may fall through [-Wimplicit-fallthrough=]
[INFO] [stderr] warning: sqlite-tiny@0.7.8: 219322 |                 readCoord(pCellData+32, &c); aCoord[8] = c.f;
[INFO] [stderr] warning: sqlite-tiny@0.7.8:        |                                              ~~~~~~~~~~^~~~~
[INFO] [stderr] warning: sqlite-tiny@0.7.8: dist/sqlite3.c:219323:7: note: here
[INFO] [stderr] warning: sqlite-tiny@0.7.8: 219323 |       case 8:   readCoord(pCellData+28, &c); aCoord[7] = c.f;
[INFO] [stderr] warning: sqlite-tiny@0.7.8:        |       ^~~~
[INFO] [stderr] warning: sqlite-tiny@0.7.8: dist/sqlite3.c:219324:56: warning: this statement may fall through [-Wimplicit-fallthrough=]
[INFO] [stderr] warning: sqlite-tiny@0.7.8: 219324 |                 readCoord(pCellData+24, &c); aCoord[6] = c.f;
[INFO] [stderr] warning: sqlite-tiny@0.7.8:        |                                              ~~~~~~~~~~^~~~~
[INFO] [stderr] warning: sqlite-tiny@0.7.8: dist/sqlite3.c:219325:7: note: here
[INFO] [stderr] warning: sqlite-tiny@0.7.8: 219325 |       case 6:   readCoord(pCellData+20, &c); aCoord[5] = c.f;
[INFO] [stderr] warning: sqlite-tiny@0.7.8:        |       ^~~~
[INFO] [stderr] warning: sqlite-tiny@0.7.8: dist/sqlite3.c:219326:56: warning: this statement may fall through [-Wimplicit-fallthrough=]
[INFO] [stderr] warning: sqlite-tiny@0.7.8: 219326 |                 readCoord(pCellData+16, &c); aCoord[4] = c.f;
[INFO] [stderr] warning: sqlite-tiny@0.7.8:        |                                              ~~~~~~~~~~^~~~~
[INFO] [stderr] warning: sqlite-tiny@0.7.8: dist/sqlite3.c:219327:7: note: here
[INFO] [stderr] warning: sqlite-tiny@0.7.8: 219327 |       case 4:   readCoord(pCellData+12, &c); aCoord[3] = c.f;
[INFO] [stderr] warning: sqlite-tiny@0.7.8:        |       ^~~~
[INFO] [stderr] warning: sqlite-tiny@0.7.8: dist/sqlite3.c:219328:56: warning: this statement may fall through [-Wimplicit-fallthrough=]
[INFO] [stderr] warning: sqlite-tiny@0.7.8: 219328 |                 readCoord(pCellData+8,  &c); aCoord[2] = c.f;
[INFO] [stderr] warning: sqlite-tiny@0.7.8:        |                                              ~~~~~~~~~~^~~~~
[INFO] [stderr] warning: sqlite-tiny@0.7.8: dist/sqlite3.c:219329:7: note: here
[INFO] [stderr] warning: sqlite-tiny@0.7.8: 219329 |       default:  readCoord(pCellData+4,  &c); aCoord[1] = c.f;
[INFO] [stderr] warning: sqlite-tiny@0.7.8:        |       ^~~~~~~
[INFO] [stderr] warning: sqlite-tiny@0.7.8: dist/sqlite3.c:219337:56: warning: this statement may fall through [-Wimplicit-fallthrough=]
[INFO] [stderr] warning: sqlite-tiny@0.7.8: 219337 |                 readCoord(pCellData+32, &c); aCoord[8] = c.i;
[INFO] [stderr] warning: sqlite-tiny@0.7.8:        |                                              ~~~~~~~~~~^~~~~
[INFO] [stderr] warning: sqlite-tiny@0.7.8: dist/sqlite3.c:219338:7: note: here
[INFO] [stderr] warning: sqlite-tiny@0.7.8: 219338 |       case 8:   readCoord(pCellData+28, &c); aCoord[7] = c.i;
[INFO] [stderr] warning: sqlite-tiny@0.7.8:        |       ^~~~
[INFO] [stderr] warning: sqlite-tiny@0.7.8: dist/sqlite3.c:219339:56: warning: this statement may fall through [-Wimplicit-fallthrough=]
[INFO] [stderr] warning: sqlite-tiny@0.7.8: 219339 |                 readCoord(pCellData+24, &c); aCoord[6] = c.i;
[INFO] [stderr] warning: sqlite-tiny@0.7.8:        |                                              ~~~~~~~~~~^~~~~
[INFO] [stderr] warning: sqlite-tiny@0.7.8: dist/sqlite3.c:219340:7: note: here
[INFO] [stderr] warning: sqlite-tiny@0.7.8: 219340 |       case 6:   readCoord(pCellData+20, &c); aCoord[5] = c.i;
[INFO] [stderr] warning: sqlite-tiny@0.7.8:        |       ^~~~
[INFO] [stderr] warning: sqlite-tiny@0.7.8: dist/sqlite3.c:219341:56: warning: this statement may fall through [-Wimplicit-fallthrough=]
[INFO] [stderr] warning: sqlite-tiny@0.7.8: 219341 |                 readCoord(pCellData+16, &c); aCoord[4] = c.i;
[INFO] [stderr] warning: sqlite-tiny@0.7.8:        |                                              ~~~~~~~~~~^~~~~
[INFO] [stderr] warning: sqlite-tiny@0.7.8: dist/sqlite3.c:219342:7: note: here
[INFO] [stderr] warning: sqlite-tiny@0.7.8: 219342 |       case 4:   readCoord(pCellData+12, &c); aCoord[3] = c.i;
[INFO] [stderr] warning: sqlite-tiny@0.7.8:        |       ^~~~
[INFO] [stderr] warning: sqlite-tiny@0.7.8: dist/sqlite3.c:219343:56: warning: this statement may fall through [-Wimplicit-fallthrough=]
[INFO] [stderr] warning: sqlite-tiny@0.7.8: 219343 |                 readCoord(pCellData+8,  &c); aCoord[2] = c.i;
[INFO] [stderr] warning: sqlite-tiny@0.7.8:        |                                              ~~~~~~~~~~^~~~~
[INFO] [stderr] warning: sqlite-tiny@0.7.8: dist/sqlite3.c:219344:7: note: here
[INFO] [stderr] warning: sqlite-tiny@0.7.8: 219344 |       default:  readCoord(pCellData+4,  &c); aCoord[1] = c.i;
[INFO] [stderr] warning: sqlite-tiny@0.7.8:        |       ^~~~~~~
[INFO] [stderr] warning: sqlite-tiny@0.7.8: dist/sqlite3.c: In function 'cellArea':
[INFO] [stderr] warning: sqlite-tiny@0.7.8: dist/sqlite3.c:220209:22: warning: this statement may fall through [-Wimplicit-fallthrough=]
[INFO] [stderr] warning: sqlite-tiny@0.7.8: 220209 |       case 5:  area  = p->aCoord[9].f - p->aCoord[8].f;
[INFO] [stderr] warning: sqlite-tiny@0.7.8:        |                ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr] warning: sqlite-tiny@0.7.8: dist/sqlite3.c:220210:7: note: here
[INFO] [stderr] warning: sqlite-tiny@0.7.8: 220210 |       case 4:  area *= p->aCoord[7].f - p->aCoord[6].f;
[INFO] [stderr] warning: sqlite-tiny@0.7.8:        |       ^~~~
[INFO] [stderr] warning: sqlite-tiny@0.7.8: dist/sqlite3.c:220210:21: warning: this statement may fall through [-Wimplicit-fallthrough=]
[INFO] [stderr] warning: sqlite-tiny@0.7.8: 220210 |       case 4:  area *= p->aCoord[7].f - p->aCoord[6].f;
[INFO] [stderr] warning: sqlite-tiny@0.7.8:        |                ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr] warning: sqlite-tiny@0.7.8: dist/sqlite3.c:220211:7: note: here
[INFO] [stderr] warning: sqlite-tiny@0.7.8: 220211 |       case 3:  area *= p->aCoord[5].f - p->aCoord[4].f;
[INFO] [stderr] warning: sqlite-tiny@0.7.8:        |       ^~~~
[INFO] [stderr] warning: sqlite-tiny@0.7.8: dist/sqlite3.c:220211:21: warning: this statement may fall through [-Wimplicit-fallthrough=]
[INFO] [stderr] warning: sqlite-tiny@0.7.8: 220211 |       case 3:  area *= p->aCoord[5].f - p->aCoord[4].f;
[INFO] [stderr] warning: sqlite-tiny@0.7.8:        |                ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr] warning: sqlite-tiny@0.7.8: dist/sqlite3.c:220212:7: note: here
[INFO] [stderr] warning: sqlite-tiny@0.7.8: 220212 |       case 2:  area *= p->aCoord[3].f - p->aCoord[2].f;
[INFO] [stderr] warning: sqlite-tiny@0.7.8:        |       ^~~~
[INFO] [stderr] warning: sqlite-tiny@0.7.8: dist/sqlite3.c:220212:21: warning: this statement may fall through [-Wimplicit-fallthrough=]
[INFO] [stderr] warning: sqlite-tiny@0.7.8: 220212 |       case 2:  area *= p->aCoord[3].f - p->aCoord[2].f;
[INFO] [stderr] warning: sqlite-tiny@0.7.8:        |                ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr] warning: sqlite-tiny@0.7.8: dist/sqlite3.c:220213:7: note: here
[INFO] [stderr] warning: sqlite-tiny@0.7.8: 220213 |       default: area *= p->aCoord[1].f - p->aCoord[0].f;
[INFO] [stderr] warning: sqlite-tiny@0.7.8:        |       ^~~~~~~
[INFO] [stderr] warning: sqlite-tiny@0.7.8: dist/sqlite3.c:220219:22: warning: this statement may fall through [-Wimplicit-fallthrough=]
[INFO] [stderr] warning: sqlite-tiny@0.7.8: 220219 |       case 5:  area  = (i64)p->aCoord[9].i - (i64)p->aCoord[8].i;
[INFO] [stderr] warning: sqlite-tiny@0.7.8:        |                ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr] warning: sqlite-tiny@0.7.8: dist/sqlite3.c:220220:7: note: here
[INFO] [stderr] warning: sqlite-tiny@0.7.8: 220220 |       case 4:  area *= (i64)p->aCoord[7].i - (i64)p->aCoord[6].i;
[INFO] [stderr] warning: sqlite-tiny@0.7.8:        |       ^~~~
[INFO] [stderr] warning: sqlite-tiny@0.7.8: dist/sqlite3.c:220220:21: warning: this statement may fall through [-Wimplicit-fallthrough=]
[INFO] [stderr] warning: sqlite-tiny@0.7.8: 220220 |       case 4:  area *= (i64)p->aCoord[7].i - (i64)p->aCoord[6].i;
[INFO] [stderr] warning: sqlite-tiny@0.7.8:        |                ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr] warning: sqlite-tiny@0.7.8: dist/sqlite3.c:220221:7: note: here
[INFO] [stderr] warning: sqlite-tiny@0.7.8: 220221 |       case 3:  area *= (i64)p->aCoord[5].i - (i64)p->aCoord[4].i;
[INFO] [stderr] warning: sqlite-tiny@0.7.8:        |       ^~~~
[INFO] [stderr] warning: sqlite-tiny@0.7.8: dist/sqlite3.c:220221:21: warning: this statement may fall through [-Wimplicit-fallthrough=]
[INFO] [stderr] warning: sqlite-tiny@0.7.8: 220221 |       case 3:  area *= (i64)p->aCoord[5].i - (i64)p->aCoord[4].i;
[INFO] [stderr] warning: sqlite-tiny@0.7.8:        |                ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr] warning: sqlite-tiny@0.7.8: dist/sqlite3.c:220222:7: note: here
[INFO] [stderr] warning: sqlite-tiny@0.7.8: 220222 |       case 2:  area *= (i64)p->aCoord[3].i - (i64)p->aCoord[2].i;
[INFO] [stderr] warning: sqlite-tiny@0.7.8:        |       ^~~~
[INFO] [stderr] warning: sqlite-tiny@0.7.8: dist/sqlite3.c:220222:21: warning: this statement may fall through [-Wimplicit-fallthrough=]
[INFO] [stderr] warning: sqlite-tiny@0.7.8: 220222 |       case 2:  area *= (i64)p->aCoord[3].i - (i64)p->aCoord[2].i;
[INFO] [stderr] warning: sqlite-tiny@0.7.8:        |                ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr] warning: sqlite-tiny@0.7.8: dist/sqlite3.c:220223:7: note: here
[INFO] [stderr] warning: sqlite-tiny@0.7.8: 220223 |       default: area *= (i64)p->aCoord[1].i - (i64)p->aCoord[0].i;
[INFO] [stderr] warning: sqlite-tiny@0.7.8:        |       ^~~~~~~
[INFO] [stderr] error: could not compile `sqlite-tiny` (lib) due to 40 previous errors; 40 warnings emitted
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] warning: sqlite-tiny@0.7.8: dist/sqlite3.c: In function 'soundexFunc':
[INFO] [stderr] warning: sqlite-tiny@0.7.8: dist/sqlite3.c:135448:7: warning: unused parameter 'argc' [-Wunused-parameter]
[INFO] [stderr] warning: sqlite-tiny@0.7.8: 135448 |   int argc,
[INFO] [stderr] warning: sqlite-tiny@0.7.8:        |   ~~~~^~~~
[INFO] [stderr] warning: sqlite-tiny@0.7.8: dist/sqlite3.c: In function 'ceilingFunc':
[INFO] [stderr] warning: sqlite-tiny@0.7.8: dist/sqlite3.c:136141:7: warning: unused parameter 'argc' [-Wunused-parameter]
[INFO] [stderr] warning: sqlite-tiny@0.7.8: 136141 |   int argc,
[INFO] [stderr] warning: sqlite-tiny@0.7.8:        |   ~~~~^~~~
[INFO] [stderr] warning: sqlite-tiny@0.7.8: dist/sqlite3.c: In function 'math1Func':
[INFO] [stderr] warning: sqlite-tiny@0.7.8: dist/sqlite3.c:136247:7: warning: unused parameter 'argc' [-Wunused-parameter]
[INFO] [stderr] warning: sqlite-tiny@0.7.8: 136247 |   int argc,
[INFO] [stderr] warning: sqlite-tiny@0.7.8:        |   ~~~~^~~~
[INFO] [stderr] warning: sqlite-tiny@0.7.8: dist/sqlite3.c: In function 'math2Func':
[INFO] [stderr] warning: sqlite-tiny@0.7.8: dist/sqlite3.c:136269:7: warning: unused parameter 'argc' [-Wunused-parameter]
[INFO] [stderr] warning: sqlite-tiny@0.7.8: 136269 |   int argc,
[INFO] [stderr] warning: sqlite-tiny@0.7.8:        |   ~~~~^~~~
[INFO] [stderr] warning: sqlite-tiny@0.7.8: dist/sqlite3.c: In function 'piFunc':
[INFO] [stderr] warning: sqlite-tiny@0.7.8: dist/sqlite3.c:136292:7: warning: unused parameter 'argc' [-Wunused-parameter]
[INFO] [stderr] warning: sqlite-tiny@0.7.8: 136292 |   int argc,
[INFO] [stderr] warning: sqlite-tiny@0.7.8:        |   ~~~~^~~~
[INFO] [stderr] warning: sqlite-tiny@0.7.8: dist/sqlite3.c: In function 'percentInverse':
[INFO] [stderr] warning: sqlite-tiny@0.7.8: dist/sqlite3.c:136675:54: warning: unused parameter 'argc' [-Wunused-parameter]
[INFO] [stderr] warning: sqlite-tiny@0.7.8: 136675 | static void percentInverse(sqlite3_context *pCtx,int argc,sqlite3_value **argv){
[INFO] [stderr] warning: sqlite-tiny@0.7.8:        |                                                  ~~~~^~~~
[INFO] [stderr] warning: sqlite-tiny@0.7.8: dist/sqlite3.c: In function 'sqlite3_setlk_timeout':
[INFO] [stderr] warning: sqlite-tiny@0.7.8: dist/sqlite3.c:188939:63: warning: unused parameter 'flags' [-Wunused-parameter]
[INFO] [stderr] warning: sqlite-tiny@0.7.8: 188939 | SQLITE_API int sqlite3_setlk_timeout(sqlite3 *db, int ms, int flags){
[INFO] [stderr] warning: sqlite-tiny@0.7.8:        |                                                           ~~~~^~~~~
[INFO] [stderr] warning: sqlite-tiny@0.7.8: dist/sqlite3.c: In function 'rtreeCallbackConstraint':
[INFO] [stderr] warning: sqlite-tiny@0.7.8: dist/sqlite3.c:219322:56: warning: this statement may fall through [-Wimplicit-fallthrough=]
[INFO] [stderr] warning: sqlite-tiny@0.7.8: 219322 |                 readCoord(pCellData+32, &c); aCoord[8] = c.f;
[INFO] [stderr] warning: sqlite-tiny@0.7.8:        |                                              ~~~~~~~~~~^~~~~
[INFO] [stderr] warning: sqlite-tiny@0.7.8: dist/sqlite3.c:219323:7: note: here
[INFO] [stderr] warning: sqlite-tiny@0.7.8: 219323 |       case 8:   readCoord(pCellData+28, &c); aCoord[7] = c.f;
[INFO] [stderr] warning: sqlite-tiny@0.7.8:        |       ^~~~
[INFO] [stderr] warning: sqlite-tiny@0.7.8: dist/sqlite3.c:219324:56: warning: this statement may fall through [-Wimplicit-fallthrough=]
[INFO] [stderr] warning: sqlite-tiny@0.7.8: 219324 |                 readCoord(pCellData+24, &c); aCoord[6] = c.f;
[INFO] [stderr] warning: sqlite-tiny@0.7.8:        |                                              ~~~~~~~~~~^~~~~
[INFO] [stderr] warning: sqlite-tiny@0.7.8: dist/sqlite3.c:219325:7: note: here
[INFO] [stderr] warning: sqlite-tiny@0.7.8: 219325 |       case 6:   readCoord(pCellData+20, &c); aCoord[5] = c.f;
[INFO] [stderr] warning: sqlite-tiny@0.7.8:        |       ^~~~
[INFO] [stderr] warning: sqlite-tiny@0.7.8: dist/sqlite3.c:219326:56: warning: this statement may fall through [-Wimplicit-fallthrough=]
[INFO] [stderr] warning: sqlite-tiny@0.7.8: 219326 |                 readCoord(pCellData+16, &c); aCoord[4] = c.f;
[INFO] [stderr] warning: sqlite-tiny@0.7.8:        |                                              ~~~~~~~~~~^~~~~
[INFO] [stderr] warning: sqlite-tiny@0.7.8: dist/sqlite3.c:219327:7: note: here
[INFO] [stderr] warning: sqlite-tiny@0.7.8: 219327 |       case 4:   readCoord(pCellData+12, &c); aCoord[3] = c.f;
[INFO] [stderr] warning: sqlite-tiny@0.7.8:        |       ^~~~
[INFO] [stderr] warning: sqlite-tiny@0.7.8: dist/sqlite3.c:219328:56: warning: this statement may fall through [-Wimplicit-fallthrough=]
[INFO] [stderr] warning: sqlite-tiny@0.7.8: 219328 |                 readCoord(pCellData+8,  &c); aCoord[2] = c.f;
[INFO] [stderr] warning: sqlite-tiny@0.7.8:        |                                              ~~~~~~~~~~^~~~~
[INFO] [stderr] warning: sqlite-tiny@0.7.8: dist/sqlite3.c:219329:7: note: here
[INFO] [stderr] warning: sqlite-tiny@0.7.8: 219329 |       default:  readCoord(pCellData+4,  &c); aCoord[1] = c.f;
[INFO] [stderr] warning: sqlite-tiny@0.7.8:        |       ^~~~~~~
[INFO] [stderr] warning: sqlite-tiny@0.7.8: dist/sqlite3.c:219337:56: warning: this statement may fall through [-Wimplicit-fallthrough=]
[INFO] [stderr] warning: sqlite-tiny@0.7.8: 219337 |                 readCoord(pCellData+32, &c); aCoord[8] = c.i;
[INFO] [stderr] warning: sqlite-tiny@0.7.8:        |                                              ~~~~~~~~~~^~~~~
[INFO] [stderr] warning: sqlite-tiny@0.7.8: dist/sqlite3.c:219338:7: note: here
[INFO] [stderr] warning: sqlite-tiny@0.7.8: 219338 |       case 8:   readCoord(pCellData+28, &c); aCoord[7] = c.i;
[INFO] [stderr] warning: sqlite-tiny@0.7.8:        |       ^~~~
[INFO] [stderr] warning: sqlite-tiny@0.7.8: dist/sqlite3.c:219339:56: warning: this statement may fall through [-Wimplicit-fallthrough=]
[INFO] [stderr] warning: sqlite-tiny@0.7.8: 219339 |                 readCoord(pCellData+24, &c); aCoord[6] = c.i;
[INFO] [stderr] warning: sqlite-tiny@0.7.8:        |                                              ~~~~~~~~~~^~~~~
[INFO] [stderr] warning: sqlite-tiny@0.7.8: dist/sqlite3.c:219340:7: note: here
[INFO] [stderr] warning: sqlite-tiny@0.7.8: 219340 |       case 6:   readCoord(pCellData+20, &c); aCoord[5] = c.i;
[INFO] [stderr] warning: sqlite-tiny@0.7.8:        |       ^~~~
[INFO] [stderr] warning: sqlite-tiny@0.7.8: dist/sqlite3.c:219341:56: warning: this statement may fall through [-Wimplicit-fallthrough=]
[INFO] [stderr] warning: sqlite-tiny@0.7.8: 219341 |                 readCoord(pCellData+16, &c); aCoord[4] = c.i;
[INFO] [stderr] warning: sqlite-tiny@0.7.8:        |                                              ~~~~~~~~~~^~~~~
[INFO] [stderr] warning: sqlite-tiny@0.7.8: dist/sqlite3.c:219342:7: note: here
[INFO] [stderr] warning: sqlite-tiny@0.7.8: 219342 |       case 4:   readCoord(pCellData+12, &c); aCoord[3] = c.i;
[INFO] [stderr] warning: sqlite-tiny@0.7.8:        |       ^~~~
[INFO] [stderr] warning: sqlite-tiny@0.7.8: dist/sqlite3.c:219343:56: warning: this statement may fall through [-Wimplicit-fallthrough=]
[INFO] [stderr] warning: sqlite-tiny@0.7.8: 219343 |                 readCoord(pCellData+8,  &c); aCoord[2] = c.i;
[INFO] [stderr] warning: sqlite-tiny@0.7.8:        |                                              ~~~~~~~~~~^~~~~
[INFO] [stderr] warning: sqlite-tiny@0.7.8: dist/sqlite3.c:219344:7: note: here
[INFO] [stderr] warning: sqlite-tiny@0.7.8: 219344 |       default:  readCoord(pCellData+4,  &c); aCoord[1] = c.i;
[INFO] [stderr] warning: sqlite-tiny@0.7.8:        |       ^~~~~~~
[INFO] [stderr] warning: sqlite-tiny@0.7.8: dist/sqlite3.c: In function 'cellArea':
[INFO] [stderr] warning: sqlite-tiny@0.7.8: dist/sqlite3.c:220209:22: warning: this statement may fall through [-Wimplicit-fallthrough=]
[INFO] [stderr] warning: sqlite-tiny@0.7.8: 220209 |       case 5:  area  = p->aCoord[9].f - p->aCoord[8].f;
[INFO] [stderr] warning: sqlite-tiny@0.7.8:        |                ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr] warning: sqlite-tiny@0.7.8: dist/sqlite3.c:220210:7: note: here
[INFO] [stderr] warning: sqlite-tiny@0.7.8: 220210 |       case 4:  area *= p->aCoord[7].f - p->aCoord[6].f;
[INFO] [stderr] warning: sqlite-tiny@0.7.8:        |       ^~~~
[INFO] [stderr] warning: sqlite-tiny@0.7.8: dist/sqlite3.c:220210:21: warning: this statement may fall through [-Wimplicit-fallthrough=]
[INFO] [stderr] warning: sqlite-tiny@0.7.8: 220210 |       case 4:  area *= p->aCoord[7].f - p->aCoord[6].f;
[INFO] [stderr] warning: sqlite-tiny@0.7.8:        |                ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr] warning: sqlite-tiny@0.7.8: dist/sqlite3.c:220211:7: note: here
[INFO] [stderr] warning: sqlite-tiny@0.7.8: 220211 |       case 3:  area *= p->aCoord[5].f - p->aCoord[4].f;
[INFO] [stderr] warning: sqlite-tiny@0.7.8:        |       ^~~~
[INFO] [stderr] warning: sqlite-tiny@0.7.8: dist/sqlite3.c:220211:21: warning: this statement may fall through [-Wimplicit-fallthrough=]
[INFO] [stderr] warning: sqlite-tiny@0.7.8: 220211 |       case 3:  area *= p->aCoord[5].f - p->aCoord[4].f;
[INFO] [stderr] warning: sqlite-tiny@0.7.8:        |                ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr] warning: sqlite-tiny@0.7.8: dist/sqlite3.c:220212:7: note: here
[INFO] [stderr] warning: sqlite-tiny@0.7.8: 220212 |       case 2:  area *= p->aCoord[3].f - p->aCoord[2].f;
[INFO] [stderr] warning: sqlite-tiny@0.7.8:        |       ^~~~
[INFO] [stderr] warning: sqlite-tiny@0.7.8: dist/sqlite3.c:220212:21: warning: this statement may fall through [-Wimplicit-fallthrough=]
[INFO] [stderr] warning: sqlite-tiny@0.7.8: 220212 |       case 2:  area *= p->aCoord[3].f - p->aCoord[2].f;
[INFO] [stderr] warning: sqlite-tiny@0.7.8:        |                ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr] warning: sqlite-tiny@0.7.8: dist/sqlite3.c:220213:7: note: here
[INFO] [stderr] warning: sqlite-tiny@0.7.8: 220213 |       default: area *= p->aCoord[1].f - p->aCoord[0].f;
[INFO] [stderr] warning: sqlite-tiny@0.7.8:        |       ^~~~~~~
[INFO] [stderr] warning: sqlite-tiny@0.7.8: dist/sqlite3.c:220219:22: warning: this statement may fall through [-Wimplicit-fallthrough=]
[INFO] [stderr] warning: sqlite-tiny@0.7.8: 220219 |       case 5:  area  = (i64)p->aCoord[9].i - (i64)p->aCoord[8].i;
[INFO] [stderr] warning: sqlite-tiny@0.7.8:        |                ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr] warning: sqlite-tiny@0.7.8: dist/sqlite3.c:220220:7: note: here
[INFO] [stderr] warning: sqlite-tiny@0.7.8: 220220 |       case 4:  area *= (i64)p->aCoord[7].i - (i64)p->aCoord[6].i;
[INFO] [stderr] warning: sqlite-tiny@0.7.8:        |       ^~~~
[INFO] [stderr] warning: sqlite-tiny@0.7.8: dist/sqlite3.c:220220:21: warning: this statement may fall through [-Wimplicit-fallthrough=]
[INFO] [stderr] warning: sqlite-tiny@0.7.8: 220220 |       case 4:  area *= (i64)p->aCoord[7].i - (i64)p->aCoord[6].i;
[INFO] [stderr] warning: sqlite-tiny@0.7.8:        |                ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr] warning: sqlite-tiny@0.7.8: dist/sqlite3.c:220221:7: note: here
[INFO] [stderr] warning: sqlite-tiny@0.7.8: 220221 |       case 3:  area *= (i64)p->aCoord[5].i - (i64)p->aCoord[4].i;
[INFO] [stderr] warning: sqlite-tiny@0.7.8:        |       ^~~~
[INFO] [stderr] warning: sqlite-tiny@0.7.8: dist/sqlite3.c:220221:21: warning: this statement may fall through [-Wimplicit-fallthrough=]
[INFO] [stderr] warning: sqlite-tiny@0.7.8: 220221 |       case 3:  area *= (i64)p->aCoord[5].i - (i64)p->aCoord[4].i;
[INFO] [stderr] warning: sqlite-tiny@0.7.8:        |                ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr] warning: sqlite-tiny@0.7.8: dist/sqlite3.c:220222:7: note: here
[INFO] [stderr] warning: sqlite-tiny@0.7.8: 220222 |       case 2:  area *= (i64)p->aCoord[3].i - (i64)p->aCoord[2].i;
[INFO] [stderr] warning: sqlite-tiny@0.7.8:        |       ^~~~
[INFO] [stderr] warning: sqlite-tiny@0.7.8: dist/sqlite3.c:220222:21: warning: this statement may fall through [-Wimplicit-fallthrough=]
[INFO] [stderr] warning: sqlite-tiny@0.7.8: 220222 |       case 2:  area *= (i64)p->aCoord[3].i - (i64)p->aCoord[2].i;
[INFO] [stderr] warning: sqlite-tiny@0.7.8:        |                ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr] warning: sqlite-tiny@0.7.8: dist/sqlite3.c:220223:7: note: here
[INFO] [stderr] warning: sqlite-tiny@0.7.8: 220223 |       default: area *= (i64)p->aCoord[1].i - (i64)p->aCoord[0].i;
[INFO] [stderr] warning: sqlite-tiny@0.7.8:        |       ^~~~~~~
[INFO] [stderr] error: could not compile `sqlite-tiny` (lib test) due to 40 previous errors; 40 warnings emitted
[INFO] running `Command { std: "docker" "inspect" "1159608ac685f62101d90289c92b2a5360a52d066993258d2392ce2e034bc428", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "1159608ac685f62101d90289c92b2a5360a52d066993258d2392ce2e034bc428", kill_on_drop: false }`
[INFO] [stdout] 1159608ac685f62101d90289c92b2a5360a52d066993258d2392ce2e034bc428
