[INFO] fetching crate sqlite-tiny 0.7.4...
[INFO] checking sqlite-tiny-0.7.4 against try#4f260f0f20b3133d20cfb50353c0221943af5796+rustflags=-Dunmustuse_in_always_ok for pr-148577
[INFO] extracting crate sqlite-tiny 0.7.4 into /workspace/builds/worker-1-tc2/source
[INFO] started tweaking crates.io crate sqlite-tiny 0.7.4
[INFO] removed 0 missing tests
[INFO] finished tweaking crates.io crate sqlite-tiny 0.7.4
[INFO] tweaked toml for crates.io crate sqlite-tiny 0.7.4 written to /workspace/builds/worker-1-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate sqlite-tiny 0.7.4 on toolchain 4f260f0f20b3133d20cfb50353c0221943af5796
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+4f260f0f20b3133d20cfb50353c0221943af5796" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate sqlite-tiny 0.7.4 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" "+4f260f0f20b3133d20cfb50353c0221943af5796" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+4f260f0f20b3133d20cfb50353c0221943af5796" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] c86bef22c2af5e7eedc6736f1982553ccf5b1c6b97679c92b4c6ebd660f7fc57
[INFO] running `Command { std: "docker" "start" "-a" "c86bef22c2af5e7eedc6736f1982553ccf5b1c6b97679c92b4c6ebd660f7fc57", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "c86bef22c2af5e7eedc6736f1982553ccf5b1c6b97679c92b4c6ebd660f7fc57", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c86bef22c2af5e7eedc6736f1982553ccf5b1c6b97679c92b4c6ebd660f7fc57", kill_on_drop: false }`
[INFO] [stdout] c86bef22c2af5e7eedc6736f1982553ccf5b1c6b97679c92b4c6ebd660f7fc57
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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 -Dunmustuse_in_always_ok" "-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+4f260f0f20b3133d20cfb50353c0221943af5796" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 9483902baa9ce462d36a5c53b145c74f91dc72a6fa3397b26210a52653d5df34
[INFO] running `Command { std: "docker" "start" "-a" "9483902baa9ce462d36a5c53b145c74f91dc72a6fa3397b26210a52653d5df34", kill_on_drop: false }`
[INFO] [stderr]    Compiling cc v1.2.32
[INFO] [stderr]    Compiling sqlite-tiny v0.7.4 (/opt/rustwide/workdir)
[INFO] [stdout] error: this type will no longer be must used: Result<i128, Infallible>
[INFO] [stdout]    --> src/api/types.rs:74:40
[INFO] [stdout]     |
[INFO] [stdout]  74 |                     $variant(value) => <$type>::try_from(value)
[INFO] [stdout]     |                                        ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 123 | impl_sqlitetype_conversion!(i128 => i64 => SqliteType::Integer);
[INFO] [stdout]     | --------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: requested on the command line with `-D unmustuse-in-always-ok`
[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: this type will no longer be must used: Result<Option<i128>, Infallible>
[INFO] [stdout]    --> src/api/types.rs:86:40
[INFO] [stdout]     |
[INFO] [stdout]  86 |                     $variant(value) => <$type>::try_from(value).map(Some)
[INFO] [stdout]     |                                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 123 | impl_sqlitetype_conversion!(i128 => i64 => SqliteType::Integer);
[INFO] [stdout]     | --------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[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: this type will no longer be must used: Result<i128, Infallible>
[INFO] [stdout]    --> src/api/types.rs:86:40
[INFO] [stdout]     |
[INFO] [stdout]  86 |                     $variant(value) => <$type>::try_from(value).map(Some)
[INFO] [stdout]     |                                        ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 123 | impl_sqlitetype_conversion!(i128 => i64 => SqliteType::Integer);
[INFO] [stdout]     | --------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[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: this type will no longer be must used: Result<i64, Infallible>
[INFO] [stdout]    --> src/api/types.rs:74:40
[INFO] [stdout]     |
[INFO] [stdout]  74 |                     $variant(value) => <$type>::try_from(value)
[INFO] [stdout]     |                                        ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 125 | impl_sqlitetype_conversion!(i64 => i64 => SqliteType::Integer);
[INFO] [stdout]     | -------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[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: this type will no longer be must used: Result<Option<i64>, Infallible>
[INFO] [stdout]    --> src/api/types.rs:86:40
[INFO] [stdout]     |
[INFO] [stdout]  86 |                     $variant(value) => <$type>::try_from(value).map(Some)
[INFO] [stdout]     |                                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 125 | impl_sqlitetype_conversion!(i64 => i64 => SqliteType::Integer);
[INFO] [stdout]     | -------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[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: this type will no longer be must used: Result<i64, Infallible>
[INFO] [stdout]    --> src/api/types.rs:86:40
[INFO] [stdout]     |
[INFO] [stdout]  86 |                     $variant(value) => <$type>::try_from(value).map(Some)
[INFO] [stdout]     |                                        ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 125 | impl_sqlitetype_conversion!(i64 => i64 => SqliteType::Integer);
[INFO] [stdout]     | -------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[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: this type will no longer be must used: Result<SqliteType, Infallible>
[INFO] [stdout]    --> src/api/types.rs:98:17
[INFO] [stdout]     |
[INFO] [stdout]  98 |                 <$intermediate>::try_from(value).map($variant)
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 125 | impl_sqlitetype_conversion!(i64 => i64 => SqliteType::Integer);
[INFO] [stdout]     | -------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[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: this type will no longer be must used: Result<i64, Infallible>
[INFO] [stdout]    --> src/api/types.rs:98:17
[INFO] [stdout]     |
[INFO] [stdout]  98 |                 <$intermediate>::try_from(value).map($variant)
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 125 | impl_sqlitetype_conversion!(i64 => i64 => SqliteType::Integer);
[INFO] [stdout]     | -------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[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: this type will no longer be must used: Result<SqliteType, Infallible>
[INFO] [stdout]    --> src/api/types.rs:108:36
[INFO] [stdout]     |
[INFO] [stdout] 108 |                     Some(value) => <$intermediate>::try_from(value).map($variant)
[INFO] [stdout]     |                                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 125 | impl_sqlitetype_conversion!(i64 => i64 => SqliteType::Integer);
[INFO] [stdout]     | -------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[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: this type will no longer be must used: Result<i64, Infallible>
[INFO] [stdout]    --> src/api/types.rs:108:36
[INFO] [stdout]     |
[INFO] [stdout] 108 |                     Some(value) => <$intermediate>::try_from(value).map($variant)
[INFO] [stdout]     |                                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 125 | impl_sqlitetype_conversion!(i64 => i64 => SqliteType::Integer);
[INFO] [stdout]     | -------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[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: this type will no longer be must used: Result<SqliteType, Infallible>
[INFO] [stdout]    --> src/api/types.rs:98:17
[INFO] [stdout]     |
[INFO] [stdout]  98 |                 <$intermediate>::try_from(value).map($variant)
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 126 | impl_sqlitetype_conversion!(u32 => i64 => SqliteType::Integer);
[INFO] [stdout]     | -------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[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: this type will no longer be must used: Result<i64, Infallible>
[INFO] [stdout]    --> src/api/types.rs:98:17
[INFO] [stdout]     |
[INFO] [stdout]  98 |                 <$intermediate>::try_from(value).map($variant)
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 126 | impl_sqlitetype_conversion!(u32 => i64 => SqliteType::Integer);
[INFO] [stdout]     | -------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[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: this type will no longer be must used: Result<SqliteType, Infallible>
[INFO] [stdout]    --> src/api/types.rs:108:36
[INFO] [stdout]     |
[INFO] [stdout] 108 |                     Some(value) => <$intermediate>::try_from(value).map($variant)
[INFO] [stdout]     |                                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 126 | impl_sqlitetype_conversion!(u32 => i64 => SqliteType::Integer);
[INFO] [stdout]     | -------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[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: this type will no longer be must used: Result<i64, Infallible>
[INFO] [stdout]    --> src/api/types.rs:108:36
[INFO] [stdout]     |
[INFO] [stdout] 108 |                     Some(value) => <$intermediate>::try_from(value).map($variant)
[INFO] [stdout]     |                                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 126 | impl_sqlitetype_conversion!(u32 => i64 => SqliteType::Integer);
[INFO] [stdout]     | -------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[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: this type will no longer be must used: Result<SqliteType, Infallible>
[INFO] [stdout]    --> src/api/types.rs:98:17
[INFO] [stdout]     |
[INFO] [stdout]  98 |                 <$intermediate>::try_from(value).map($variant)
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 127 | impl_sqlitetype_conversion!(i32 => i64 => SqliteType::Integer);
[INFO] [stdout]     | -------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[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: this type will no longer be must used: Result<i64, Infallible>
[INFO] [stdout]    --> src/api/types.rs:98:17
[INFO] [stdout]     |
[INFO] [stdout]  98 |                 <$intermediate>::try_from(value).map($variant)
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 127 | impl_sqlitetype_conversion!(i32 => i64 => SqliteType::Integer);
[INFO] [stdout]     | -------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[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: this type will no longer be must used: Result<SqliteType, Infallible>
[INFO] [stdout]    --> src/api/types.rs:108:36
[INFO] [stdout]     |
[INFO] [stdout] 108 |                     Some(value) => <$intermediate>::try_from(value).map($variant)
[INFO] [stdout]     |                                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 127 | impl_sqlitetype_conversion!(i32 => i64 => SqliteType::Integer);
[INFO] [stdout]     | -------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[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: this type will no longer be must used: Result<i64, Infallible>
[INFO] [stdout]    --> src/api/types.rs:108:36
[INFO] [stdout]     |
[INFO] [stdout] 108 |                     Some(value) => <$intermediate>::try_from(value).map($variant)
[INFO] [stdout]     |                                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 127 | impl_sqlitetype_conversion!(i32 => i64 => SqliteType::Integer);
[INFO] [stdout]     | -------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[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: this type will no longer be must used: Result<SqliteType, Infallible>
[INFO] [stdout]    --> src/api/types.rs:98:17
[INFO] [stdout]     |
[INFO] [stdout]  98 |                 <$intermediate>::try_from(value).map($variant)
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 128 | impl_sqlitetype_conversion!(u16 => i64 => SqliteType::Integer);
[INFO] [stdout]     | -------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[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: this type will no longer be must used: Result<i64, Infallible>
[INFO] [stdout]    --> src/api/types.rs:98:17
[INFO] [stdout]     |
[INFO] [stdout]  98 |                 <$intermediate>::try_from(value).map($variant)
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 128 | impl_sqlitetype_conversion!(u16 => i64 => SqliteType::Integer);
[INFO] [stdout]     | -------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[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: this type will no longer be must used: Result<SqliteType, Infallible>
[INFO] [stdout]    --> src/api/types.rs:108:36
[INFO] [stdout]     |
[INFO] [stdout] 108 |                     Some(value) => <$intermediate>::try_from(value).map($variant)
[INFO] [stdout]     |                                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 128 | impl_sqlitetype_conversion!(u16 => i64 => SqliteType::Integer);
[INFO] [stdout]     | -------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[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: this type will no longer be must used: Result<i64, Infallible>
[INFO] [stdout]    --> src/api/types.rs:108:36
[INFO] [stdout]     |
[INFO] [stdout] 108 |                     Some(value) => <$intermediate>::try_from(value).map($variant)
[INFO] [stdout]     |                                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 128 | impl_sqlitetype_conversion!(u16 => i64 => SqliteType::Integer);
[INFO] [stdout]     | -------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[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: this type will no longer be must used: Result<SqliteType, Infallible>
[INFO] [stdout]    --> src/api/types.rs:98:17
[INFO] [stdout]     |
[INFO] [stdout]  98 |                 <$intermediate>::try_from(value).map($variant)
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 129 | impl_sqlitetype_conversion!(i16 => i64 => SqliteType::Integer);
[INFO] [stdout]     | -------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[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: this type will no longer be must used: Result<i64, Infallible>
[INFO] [stdout]    --> src/api/types.rs:98:17
[INFO] [stdout]     |
[INFO] [stdout]  98 |                 <$intermediate>::try_from(value).map($variant)
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 129 | impl_sqlitetype_conversion!(i16 => i64 => SqliteType::Integer);
[INFO] [stdout]     | -------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[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: this type will no longer be must used: Result<SqliteType, Infallible>
[INFO] [stdout]    --> src/api/types.rs:108:36
[INFO] [stdout]     |
[INFO] [stdout] 108 |                     Some(value) => <$intermediate>::try_from(value).map($variant)
[INFO] [stdout]     |                                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 129 | impl_sqlitetype_conversion!(i16 => i64 => SqliteType::Integer);
[INFO] [stdout]     | -------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[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: this type will no longer be must used: Result<i64, Infallible>
[INFO] [stdout]    --> src/api/types.rs:108:36
[INFO] [stdout]     |
[INFO] [stdout] 108 |                     Some(value) => <$intermediate>::try_from(value).map($variant)
[INFO] [stdout]     |                                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 129 | impl_sqlitetype_conversion!(i16 => i64 => SqliteType::Integer);
[INFO] [stdout]     | -------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[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: this type will no longer be must used: Result<SqliteType, Infallible>
[INFO] [stdout]    --> src/api/types.rs:98:17
[INFO] [stdout]     |
[INFO] [stdout]  98 |                 <$intermediate>::try_from(value).map($variant)
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 130 | impl_sqlitetype_conversion!(u8 => i64 => SqliteType::Integer);
[INFO] [stdout]     | ------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[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: this type will no longer be must used: Result<i64, Infallible>
[INFO] [stdout]    --> src/api/types.rs:98:17
[INFO] [stdout]     |
[INFO] [stdout]  98 |                 <$intermediate>::try_from(value).map($variant)
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 130 | impl_sqlitetype_conversion!(u8 => i64 => SqliteType::Integer);
[INFO] [stdout]     | ------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[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: this type will no longer be must used: Result<SqliteType, Infallible>
[INFO] [stdout]    --> src/api/types.rs:108:36
[INFO] [stdout]     |
[INFO] [stdout] 108 |                     Some(value) => <$intermediate>::try_from(value).map($variant)
[INFO] [stdout]     |                                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 130 | impl_sqlitetype_conversion!(u8 => i64 => SqliteType::Integer);
[INFO] [stdout]     | ------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[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: this type will no longer be must used: Result<i64, Infallible>
[INFO] [stdout]    --> src/api/types.rs:108:36
[INFO] [stdout]     |
[INFO] [stdout] 108 |                     Some(value) => <$intermediate>::try_from(value).map($variant)
[INFO] [stdout]     |                                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 130 | impl_sqlitetype_conversion!(u8 => i64 => SqliteType::Integer);
[INFO] [stdout]     | ------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[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: this type will no longer be must used: Result<SqliteType, Infallible>
[INFO] [stdout]    --> src/api/types.rs:98:17
[INFO] [stdout]     |
[INFO] [stdout]  98 |                 <$intermediate>::try_from(value).map($variant)
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 131 | impl_sqlitetype_conversion!(i8 => i64 => SqliteType::Integer);
[INFO] [stdout]     | ------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[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: this type will no longer be must used: Result<i64, Infallible>
[INFO] [stdout]    --> src/api/types.rs:98:17
[INFO] [stdout]     |
[INFO] [stdout]  98 |                 <$intermediate>::try_from(value).map($variant)
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 131 | impl_sqlitetype_conversion!(i8 => i64 => SqliteType::Integer);
[INFO] [stdout]     | ------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[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: this type will no longer be must used: Result<SqliteType, Infallible>
[INFO] [stdout]    --> src/api/types.rs:108:36
[INFO] [stdout]     |
[INFO] [stdout] 108 |                     Some(value) => <$intermediate>::try_from(value).map($variant)
[INFO] [stdout]     |                                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 131 | impl_sqlitetype_conversion!(i8 => i64 => SqliteType::Integer);
[INFO] [stdout]     | ------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[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: this type will no longer be must used: Result<i64, Infallible>
[INFO] [stdout]    --> src/api/types.rs:108:36
[INFO] [stdout]     |
[INFO] [stdout] 108 |                     Some(value) => <$intermediate>::try_from(value).map($variant)
[INFO] [stdout]     |                                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 131 | impl_sqlitetype_conversion!(i8 => i64 => SqliteType::Integer);
[INFO] [stdout]     | ------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[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: this type will no longer be must used: Result<f64, Infallible>
[INFO] [stdout]    --> src/api/types.rs:74:40
[INFO] [stdout]     |
[INFO] [stdout]  74 |                     $variant(value) => <$type>::try_from(value)
[INFO] [stdout]     |                                        ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 133 | impl_sqlitetype_conversion!(f64 => f64 => SqliteType::Real);
[INFO] [stdout]     | ----------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[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: this type will no longer be must used: Result<Option<f64>, Infallible>
[INFO] [stdout]    --> src/api/types.rs:86:40
[INFO] [stdout]     |
[INFO] [stdout]  86 |                     $variant(value) => <$type>::try_from(value).map(Some)
[INFO] [stdout]     |                                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 133 | impl_sqlitetype_conversion!(f64 => f64 => SqliteType::Real);
[INFO] [stdout]     | ----------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[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: this type will no longer be must used: Result<f64, Infallible>
[INFO] [stdout]    --> src/api/types.rs:86:40
[INFO] [stdout]     |
[INFO] [stdout]  86 |                     $variant(value) => <$type>::try_from(value).map(Some)
[INFO] [stdout]     |                                        ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 133 | impl_sqlitetype_conversion!(f64 => f64 => SqliteType::Real);
[INFO] [stdout]     | ----------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[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: this type will no longer be must used: Result<SqliteType, Infallible>
[INFO] [stdout]    --> src/api/types.rs:98:17
[INFO] [stdout]     |
[INFO] [stdout]  98 |                 <$intermediate>::try_from(value).map($variant)
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 133 | impl_sqlitetype_conversion!(f64 => f64 => SqliteType::Real);
[INFO] [stdout]     | ----------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[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: this type will no longer be must used: Result<f64, Infallible>
[INFO] [stdout]    --> src/api/types.rs:98:17
[INFO] [stdout]     |
[INFO] [stdout]  98 |                 <$intermediate>::try_from(value).map($variant)
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 133 | impl_sqlitetype_conversion!(f64 => f64 => SqliteType::Real);
[INFO] [stdout]     | ----------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[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: this type will no longer be must used: Result<SqliteType, Infallible>
[INFO] [stdout]    --> src/api/types.rs:108:36
[INFO] [stdout]     |
[INFO] [stdout] 108 |                     Some(value) => <$intermediate>::try_from(value).map($variant)
[INFO] [stdout]     |                                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 133 | impl_sqlitetype_conversion!(f64 => f64 => SqliteType::Real);
[INFO] [stdout]     | ----------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[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: this type will no longer be must used: Result<f64, Infallible>
[INFO] [stdout]    --> src/api/types.rs:108:36
[INFO] [stdout]     |
[INFO] [stdout] 108 |                     Some(value) => <$intermediate>::try_from(value).map($variant)
[INFO] [stdout]     |                                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 133 | impl_sqlitetype_conversion!(f64 => f64 => SqliteType::Real);
[INFO] [stdout]     | ----------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[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: this type will no longer be must used: Result<SqliteType, Infallible>
[INFO] [stdout]    --> src/api/types.rs:98:17
[INFO] [stdout]     |
[INFO] [stdout]  98 |                 <$intermediate>::try_from(value).map($variant)
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[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 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: this type will no longer be must used: Result<f64, Infallible>
[INFO] [stdout]    --> src/api/types.rs:98:17
[INFO] [stdout]     |
[INFO] [stdout]  98 |                 <$intermediate>::try_from(value).map($variant)
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[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 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: this type will no longer be must used: Result<SqliteType, Infallible>
[INFO] [stdout]    --> src/api/types.rs:108:36
[INFO] [stdout]     |
[INFO] [stdout] 108 |                     Some(value) => <$intermediate>::try_from(value).map($variant)
[INFO] [stdout]     |                                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[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 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: this type will no longer be must used: Result<f64, Infallible>
[INFO] [stdout]    --> src/api/types.rs:108:36
[INFO] [stdout]     |
[INFO] [stdout] 108 |                     Some(value) => <$intermediate>::try_from(value).map($variant)
[INFO] [stdout]     |                                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[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 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: this type will no longer be must used: Result<String, Infallible>
[INFO] [stdout]    --> src/api/types.rs:74:40
[INFO] [stdout]     |
[INFO] [stdout]  74 |                     $variant(value) => <$type>::try_from(value)
[INFO] [stdout]     |                                        ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 136 | impl_sqlitetype_conversion!(String => String => SqliteType::Text);
[INFO] [stdout]     | ----------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[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: this type will no longer be must used: Result<Option<String>, Infallible>
[INFO] [stdout]    --> src/api/types.rs:86:40
[INFO] [stdout]     |
[INFO] [stdout]  86 |                     $variant(value) => <$type>::try_from(value).map(Some)
[INFO] [stdout]     |                                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 136 | impl_sqlitetype_conversion!(String => String => SqliteType::Text);
[INFO] [stdout]     | ----------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[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: this type will no longer be must used: Result<String, Infallible>
[INFO] [stdout]    --> src/api/types.rs:86:40
[INFO] [stdout]     |
[INFO] [stdout]  86 |                     $variant(value) => <$type>::try_from(value).map(Some)
[INFO] [stdout]     |                                        ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 136 | impl_sqlitetype_conversion!(String => String => SqliteType::Text);
[INFO] [stdout]     | ----------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[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: this type will no longer be must used: Result<SqliteType, Infallible>
[INFO] [stdout]    --> src/api/types.rs:98:17
[INFO] [stdout]     |
[INFO] [stdout]  98 |                 <$intermediate>::try_from(value).map($variant)
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 136 | impl_sqlitetype_conversion!(String => String => SqliteType::Text);
[INFO] [stdout]     | ----------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[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: this type will no longer be must used: Result<String, Infallible>
[INFO] [stdout]    --> src/api/types.rs:98:17
[INFO] [stdout]     |
[INFO] [stdout]  98 |                 <$intermediate>::try_from(value).map($variant)
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 136 | impl_sqlitetype_conversion!(String => String => SqliteType::Text);
[INFO] [stdout]     | ----------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[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: this type will no longer be must used: Result<SqliteType, Infallible>
[INFO] [stdout]    --> src/api/types.rs:108:36
[INFO] [stdout]     |
[INFO] [stdout] 108 |                     Some(value) => <$intermediate>::try_from(value).map($variant)
[INFO] [stdout]     |                                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 136 | impl_sqlitetype_conversion!(String => String => SqliteType::Text);
[INFO] [stdout]     | ----------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[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: this type will no longer be must used: Result<String, Infallible>
[INFO] [stdout]    --> src/api/types.rs:108:36
[INFO] [stdout]     |
[INFO] [stdout] 108 |                     Some(value) => <$intermediate>::try_from(value).map($variant)
[INFO] [stdout]     |                                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 136 | impl_sqlitetype_conversion!(String => String => SqliteType::Text);
[INFO] [stdout]     | ----------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[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: this type will no longer be must used: Result<SqliteType, Infallible>
[INFO] [stdout]    --> src/api/types.rs:98:17
[INFO] [stdout]     |
[INFO] [stdout]  98 |                 <$intermediate>::try_from(value).map($variant)
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[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 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: this type will no longer be must used: Result<String, Infallible>
[INFO] [stdout]    --> src/api/types.rs:98:17
[INFO] [stdout]     |
[INFO] [stdout]  98 |                 <$intermediate>::try_from(value).map($variant)
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[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 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: this type will no longer be must used: Result<SqliteType, Infallible>
[INFO] [stdout]    --> src/api/types.rs:108:36
[INFO] [stdout]     |
[INFO] [stdout] 108 |                     Some(value) => <$intermediate>::try_from(value).map($variant)
[INFO] [stdout]     |                                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[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 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: this type will no longer be must used: Result<String, Infallible>
[INFO] [stdout]    --> src/api/types.rs:108:36
[INFO] [stdout]     |
[INFO] [stdout] 108 |                     Some(value) => <$intermediate>::try_from(value).map($variant)
[INFO] [stdout]     |                                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[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 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: this type will no longer be must used: Result<Arc<String>, Infallible>
[INFO] [stdout]    --> src/api/types.rs:74:40
[INFO] [stdout]     |
[INFO] [stdout]  74 |                     $variant(value) => <$type>::try_from(value)
[INFO] [stdout]     |                                        ^^^^^^^^^^^^^^^^^^^^^^^^
[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 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: this type will no longer be must used: Result<Option<Arc<String>>, Infallible>
[INFO] [stdout]    --> src/api/types.rs:86:40
[INFO] [stdout]     |
[INFO] [stdout]  86 |                     $variant(value) => <$type>::try_from(value).map(Some)
[INFO] [stdout]     |                                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[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 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: this type will no longer be must used: Result<Arc<String>, Infallible>
[INFO] [stdout]    --> src/api/types.rs:86:40
[INFO] [stdout]     |
[INFO] [stdout]  86 |                     $variant(value) => <$type>::try_from(value).map(Some)
[INFO] [stdout]     |                                        ^^^^^^^^^^^^^^^^^^^^^^^^
[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 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: this type will no longer be must used: Result<Vec<u8>, Infallible>
[INFO] [stdout]    --> src/api/types.rs:74:40
[INFO] [stdout]     |
[INFO] [stdout]  74 |                     $variant(value) => <$type>::try_from(value)
[INFO] [stdout]     |                                        ^^^^^^^^^^^^^^^^^^^^^^^^
[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 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: this type will no longer be must used: Result<Option<Vec<u8>>, Infallible>
[INFO] [stdout]    --> src/api/types.rs:86:40
[INFO] [stdout]     |
[INFO] [stdout]  86 |                     $variant(value) => <$type>::try_from(value).map(Some)
[INFO] [stdout]     |                                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[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 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: this type will no longer be must used: Result<Vec<u8>, Infallible>
[INFO] [stdout]    --> src/api/types.rs:86:40
[INFO] [stdout]     |
[INFO] [stdout]  86 |                     $variant(value) => <$type>::try_from(value).map(Some)
[INFO] [stdout]     |                                        ^^^^^^^^^^^^^^^^^^^^^^^^
[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 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: this type will no longer be must used: Result<SqliteType, Infallible>
[INFO] [stdout]    --> src/api/types.rs:98:17
[INFO] [stdout]     |
[INFO] [stdout]  98 |                 <$intermediate>::try_from(value).map($variant)
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[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 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: this type will no longer be must used: Result<Vec<u8>, Infallible>
[INFO] [stdout]    --> src/api/types.rs:98:17
[INFO] [stdout]     |
[INFO] [stdout]  98 |                 <$intermediate>::try_from(value).map($variant)
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[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 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: this type will no longer be must used: Result<SqliteType, Infallible>
[INFO] [stdout]    --> src/api/types.rs:108:36
[INFO] [stdout]     |
[INFO] [stdout] 108 |                     Some(value) => <$intermediate>::try_from(value).map($variant)
[INFO] [stdout]     |                                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[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 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: this type will no longer be must used: Result<Vec<u8>, Infallible>
[INFO] [stdout]    --> src/api/types.rs:108:36
[INFO] [stdout]     |
[INFO] [stdout] 108 |                     Some(value) => <$intermediate>::try_from(value).map($variant)
[INFO] [stdout]     |                                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[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 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: this type will no longer be must used: Result<SqliteType, Infallible>
[INFO] [stdout]    --> src/api/types.rs:98:17
[INFO] [stdout]     |
[INFO] [stdout]  98 |                 <$intermediate>::try_from(value).map($variant)
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[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 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: this type will no longer be must used: Result<Vec<u8>, Infallible>
[INFO] [stdout]    --> src/api/types.rs:98:17
[INFO] [stdout]     |
[INFO] [stdout]  98 |                 <$intermediate>::try_from(value).map($variant)
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[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 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: this type will no longer be must used: Result<SqliteType, Infallible>
[INFO] [stdout]    --> src/api/types.rs:108:36
[INFO] [stdout]     |
[INFO] [stdout] 108 |                     Some(value) => <$intermediate>::try_from(value).map($variant)
[INFO] [stdout]     |                                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[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 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: this type will no longer be must used: Result<Vec<u8>, Infallible>
[INFO] [stdout]    --> src/api/types.rs:108:36
[INFO] [stdout]     |
[INFO] [stdout] 108 |                     Some(value) => <$intermediate>::try_from(value).map($variant)
[INFO] [stdout]     |                                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[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 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: this type will no longer be must used: Result<Arc<Vec<u8>>, Infallible>
[INFO] [stdout]    --> src/api/types.rs:74:40
[INFO] [stdout]     |
[INFO] [stdout]  74 |                     $variant(value) => <$type>::try_from(value)
[INFO] [stdout]     |                                        ^^^^^^^^^^^^^^^^^^^^^^^^
[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 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: this type will no longer be must used: Result<Option<Arc<Vec<u8>>>, Infallible>
[INFO] [stdout]    --> src/api/types.rs:86:40
[INFO] [stdout]     |
[INFO] [stdout]  86 |                     $variant(value) => <$type>::try_from(value).map(Some)
[INFO] [stdout]     |                                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[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 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: this type will no longer be must used: Result<Arc<Vec<u8>>, Infallible>
[INFO] [stdout]    --> src/api/types.rs:86:40
[INFO] [stdout]     |
[INFO] [stdout]  86 |                     $variant(value) => <$type>::try_from(value).map(Some)
[INFO] [stdout]     |                                        ^^^^^^^^^^^^^^^^^^^^^^^^
[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 error originates in the macro `impl_sqlitetype_conversion` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `sqlite-tiny` (lib) due to 73 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] error: this type will no longer be must used: Result<i128, Infallible>
[INFO] [stdout]    --> src/api/types.rs:74:40
[INFO] [stdout]     |
[INFO] [stdout]  74 |                     $variant(value) => <$type>::try_from(value)
[INFO] [stdout]     |                                        ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 123 | impl_sqlitetype_conversion!(i128 => i64 => SqliteType::Integer);
[INFO] [stdout]     | --------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: requested on the command line with `-D unmustuse-in-always-ok`
[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: this type will no longer be must used: Result<Option<i128>, Infallible>
[INFO] [stdout]    --> src/api/types.rs:86:40
[INFO] [stdout]     |
[INFO] [stdout]  86 |                     $variant(value) => <$type>::try_from(value).map(Some)
[INFO] [stdout]     |                                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 123 | impl_sqlitetype_conversion!(i128 => i64 => SqliteType::Integer);
[INFO] [stdout]     | --------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[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: this type will no longer be must used: Result<i128, Infallible>
[INFO] [stdout]    --> src/api/types.rs:86:40
[INFO] [stdout]     |
[INFO] [stdout]  86 |                     $variant(value) => <$type>::try_from(value).map(Some)
[INFO] [stdout]     |                                        ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 123 | impl_sqlitetype_conversion!(i128 => i64 => SqliteType::Integer);
[INFO] [stdout]     | --------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[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: this type will no longer be must used: Result<i64, Infallible>
[INFO] [stdout]    --> src/api/types.rs:74:40
[INFO] [stdout]     |
[INFO] [stdout]  74 |                     $variant(value) => <$type>::try_from(value)
[INFO] [stdout]     |                                        ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 125 | impl_sqlitetype_conversion!(i64 => i64 => SqliteType::Integer);
[INFO] [stdout]     | -------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[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: this type will no longer be must used: Result<Option<i64>, Infallible>
[INFO] [stdout]    --> src/api/types.rs:86:40
[INFO] [stdout]     |
[INFO] [stdout]  86 |                     $variant(value) => <$type>::try_from(value).map(Some)
[INFO] [stdout]     |                                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 125 | impl_sqlitetype_conversion!(i64 => i64 => SqliteType::Integer);
[INFO] [stdout]     | -------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[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: this type will no longer be must used: Result<i64, Infallible>
[INFO] [stdout]    --> src/api/types.rs:86:40
[INFO] [stdout]     |
[INFO] [stdout]  86 |                     $variant(value) => <$type>::try_from(value).map(Some)
[INFO] [stdout]     |                                        ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 125 | impl_sqlitetype_conversion!(i64 => i64 => SqliteType::Integer);
[INFO] [stdout]     | -------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[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: this type will no longer be must used: Result<SqliteType, Infallible>
[INFO] [stdout]    --> src/api/types.rs:98:17
[INFO] [stdout]     |
[INFO] [stdout]  98 |                 <$intermediate>::try_from(value).map($variant)
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 125 | impl_sqlitetype_conversion!(i64 => i64 => SqliteType::Integer);
[INFO] [stdout]     | -------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[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: this type will no longer be must used: Result<i64, Infallible>
[INFO] [stdout]    --> src/api/types.rs:98:17
[INFO] [stdout]     |
[INFO] [stdout]  98 |                 <$intermediate>::try_from(value).map($variant)
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 125 | impl_sqlitetype_conversion!(i64 => i64 => SqliteType::Integer);
[INFO] [stdout]     | -------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[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: this type will no longer be must used: Result<SqliteType, Infallible>
[INFO] [stdout]    --> src/api/types.rs:108:36
[INFO] [stdout]     |
[INFO] [stdout] 108 |                     Some(value) => <$intermediate>::try_from(value).map($variant)
[INFO] [stdout]     |                                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 125 | impl_sqlitetype_conversion!(i64 => i64 => SqliteType::Integer);
[INFO] [stdout]     | -------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[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: this type will no longer be must used: Result<i64, Infallible>
[INFO] [stdout]    --> src/api/types.rs:108:36
[INFO] [stdout]     |
[INFO] [stdout] 108 |                     Some(value) => <$intermediate>::try_from(value).map($variant)
[INFO] [stdout]     |                                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 125 | impl_sqlitetype_conversion!(i64 => i64 => SqliteType::Integer);
[INFO] [stdout]     | -------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[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: this type will no longer be must used: Result<SqliteType, Infallible>
[INFO] [stdout]    --> src/api/types.rs:98:17
[INFO] [stdout]     |
[INFO] [stdout]  98 |                 <$intermediate>::try_from(value).map($variant)
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 126 | impl_sqlitetype_conversion!(u32 => i64 => SqliteType::Integer);
[INFO] [stdout]     | -------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[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: this type will no longer be must used: Result<i64, Infallible>
[INFO] [stdout]    --> src/api/types.rs:98:17
[INFO] [stdout]     |
[INFO] [stdout]  98 |                 <$intermediate>::try_from(value).map($variant)
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 126 | impl_sqlitetype_conversion!(u32 => i64 => SqliteType::Integer);
[INFO] [stdout]     | -------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[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: this type will no longer be must used: Result<SqliteType, Infallible>
[INFO] [stdout]    --> src/api/types.rs:108:36
[INFO] [stdout]     |
[INFO] [stdout] 108 |                     Some(value) => <$intermediate>::try_from(value).map($variant)
[INFO] [stdout]     |                                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 126 | impl_sqlitetype_conversion!(u32 => i64 => SqliteType::Integer);
[INFO] [stdout]     | -------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[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: this type will no longer be must used: Result<i64, Infallible>
[INFO] [stdout]    --> src/api/types.rs:108:36
[INFO] [stdout]     |
[INFO] [stdout] 108 |                     Some(value) => <$intermediate>::try_from(value).map($variant)
[INFO] [stdout]     |                                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 126 | impl_sqlitetype_conversion!(u32 => i64 => SqliteType::Integer);
[INFO] [stdout]     | -------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[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: this type will no longer be must used: Result<SqliteType, Infallible>
[INFO] [stdout]    --> src/api/types.rs:98:17
[INFO] [stdout]     |
[INFO] [stdout]  98 |                 <$intermediate>::try_from(value).map($variant)
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 127 | impl_sqlitetype_conversion!(i32 => i64 => SqliteType::Integer);
[INFO] [stdout]     | -------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[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: this type will no longer be must used: Result<i64, Infallible>
[INFO] [stdout]    --> src/api/types.rs:98:17
[INFO] [stdout]     |
[INFO] [stdout]  98 |                 <$intermediate>::try_from(value).map($variant)
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 127 | impl_sqlitetype_conversion!(i32 => i64 => SqliteType::Integer);
[INFO] [stdout]     | -------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[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: this type will no longer be must used: Result<SqliteType, Infallible>
[INFO] [stdout]    --> src/api/types.rs:108:36
[INFO] [stdout]     |
[INFO] [stdout] 108 |                     Some(value) => <$intermediate>::try_from(value).map($variant)
[INFO] [stdout]     |                                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 127 | impl_sqlitetype_conversion!(i32 => i64 => SqliteType::Integer);
[INFO] [stdout]     | -------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[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: this type will no longer be must used: Result<i64, Infallible>
[INFO] [stdout]    --> src/api/types.rs:108:36
[INFO] [stdout]     |
[INFO] [stdout] 108 |                     Some(value) => <$intermediate>::try_from(value).map($variant)
[INFO] [stdout]     |                                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 127 | impl_sqlitetype_conversion!(i32 => i64 => SqliteType::Integer);
[INFO] [stdout]     | -------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[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: this type will no longer be must used: Result<SqliteType, Infallible>
[INFO] [stdout]    --> src/api/types.rs:98:17
[INFO] [stdout]     |
[INFO] [stdout]  98 |                 <$intermediate>::try_from(value).map($variant)
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 128 | impl_sqlitetype_conversion!(u16 => i64 => SqliteType::Integer);
[INFO] [stdout]     | -------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[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: this type will no longer be must used: Result<i64, Infallible>
[INFO] [stdout]    --> src/api/types.rs:98:17
[INFO] [stdout]     |
[INFO] [stdout]  98 |                 <$intermediate>::try_from(value).map($variant)
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 128 | impl_sqlitetype_conversion!(u16 => i64 => SqliteType::Integer);
[INFO] [stdout]     | -------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[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: this type will no longer be must used: Result<SqliteType, Infallible>
[INFO] [stdout]    --> src/api/types.rs:108:36
[INFO] [stdout]     |
[INFO] [stdout] 108 |                     Some(value) => <$intermediate>::try_from(value).map($variant)
[INFO] [stdout]     |                                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 128 | impl_sqlitetype_conversion!(u16 => i64 => SqliteType::Integer);
[INFO] [stdout]     | -------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[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: this type will no longer be must used: Result<i64, Infallible>
[INFO] [stdout]    --> src/api/types.rs:108:36
[INFO] [stdout]     |
[INFO] [stdout] 108 |                     Some(value) => <$intermediate>::try_from(value).map($variant)
[INFO] [stdout]     |                                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 128 | impl_sqlitetype_conversion!(u16 => i64 => SqliteType::Integer);
[INFO] [stdout]     | -------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[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: this type will no longer be must used: Result<SqliteType, Infallible>
[INFO] [stdout]    --> src/api/types.rs:98:17
[INFO] [stdout]     |
[INFO] [stdout]  98 |                 <$intermediate>::try_from(value).map($variant)
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 129 | impl_sqlitetype_conversion!(i16 => i64 => SqliteType::Integer);
[INFO] [stdout]     | -------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[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: this type will no longer be must used: Result<i64, Infallible>
[INFO] [stdout]    --> src/api/types.rs:98:17
[INFO] [stdout]     |
[INFO] [stdout]  98 |                 <$intermediate>::try_from(value).map($variant)
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 129 | impl_sqlitetype_conversion!(i16 => i64 => SqliteType::Integer);
[INFO] [stdout]     | -------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[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: this type will no longer be must used: Result<SqliteType, Infallible>
[INFO] [stdout]    --> src/api/types.rs:108:36
[INFO] [stdout]     |
[INFO] [stdout] 108 |                     Some(value) => <$intermediate>::try_from(value).map($variant)
[INFO] [stdout]     |                                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 129 | impl_sqlitetype_conversion!(i16 => i64 => SqliteType::Integer);
[INFO] [stdout]     | -------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[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: this type will no longer be must used: Result<i64, Infallible>
[INFO] [stdout]    --> src/api/types.rs:108:36
[INFO] [stdout]     |
[INFO] [stdout] 108 |                     Some(value) => <$intermediate>::try_from(value).map($variant)
[INFO] [stdout]     |                                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 129 | impl_sqlitetype_conversion!(i16 => i64 => SqliteType::Integer);
[INFO] [stdout]     | -------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[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: this type will no longer be must used: Result<SqliteType, Infallible>
[INFO] [stdout]    --> src/api/types.rs:98:17
[INFO] [stdout]     |
[INFO] [stdout]  98 |                 <$intermediate>::try_from(value).map($variant)
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 130 | impl_sqlitetype_conversion!(u8 => i64 => SqliteType::Integer);
[INFO] [stdout]     | ------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[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: this type will no longer be must used: Result<i64, Infallible>
[INFO] [stdout]    --> src/api/types.rs:98:17
[INFO] [stdout]     |
[INFO] [stdout]  98 |                 <$intermediate>::try_from(value).map($variant)
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 130 | impl_sqlitetype_conversion!(u8 => i64 => SqliteType::Integer);
[INFO] [stdout]     | ------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[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: this type will no longer be must used: Result<SqliteType, Infallible>
[INFO] [stdout]    --> src/api/types.rs:108:36
[INFO] [stdout]     |
[INFO] [stdout] 108 |                     Some(value) => <$intermediate>::try_from(value).map($variant)
[INFO] [stdout]     |                                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 130 | impl_sqlitetype_conversion!(u8 => i64 => SqliteType::Integer);
[INFO] [stdout]     | ------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[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: this type will no longer be must used: Result<i64, Infallible>
[INFO] [stdout]    --> src/api/types.rs:108:36
[INFO] [stdout]     |
[INFO] [stdout] 108 |                     Some(value) => <$intermediate>::try_from(value).map($variant)
[INFO] [stdout]     |                                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 130 | impl_sqlitetype_conversion!(u8 => i64 => SqliteType::Integer);
[INFO] [stdout]     | ------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[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: this type will no longer be must used: Result<SqliteType, Infallible>
[INFO] [stdout]    --> src/api/types.rs:98:17
[INFO] [stdout]     |
[INFO] [stdout]  98 |                 <$intermediate>::try_from(value).map($variant)
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 131 | impl_sqlitetype_conversion!(i8 => i64 => SqliteType::Integer);
[INFO] [stdout]     | ------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[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: this type will no longer be must used: Result<i64, Infallible>
[INFO] [stdout]    --> src/api/types.rs:98:17
[INFO] [stdout]     |
[INFO] [stdout]  98 |                 <$intermediate>::try_from(value).map($variant)
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 131 | impl_sqlitetype_conversion!(i8 => i64 => SqliteType::Integer);
[INFO] [stdout]     | ------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[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: this type will no longer be must used: Result<SqliteType, Infallible>
[INFO] [stdout]    --> src/api/types.rs:108:36
[INFO] [stdout]     |
[INFO] [stdout] 108 |                     Some(value) => <$intermediate>::try_from(value).map($variant)
[INFO] [stdout]     |                                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 131 | impl_sqlitetype_conversion!(i8 => i64 => SqliteType::Integer);
[INFO] [stdout]     | ------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[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: this type will no longer be must used: Result<i64, Infallible>
[INFO] [stdout]    --> src/api/types.rs:108:36
[INFO] [stdout]     |
[INFO] [stdout] 108 |                     Some(value) => <$intermediate>::try_from(value).map($variant)
[INFO] [stdout]     |                                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 131 | impl_sqlitetype_conversion!(i8 => i64 => SqliteType::Integer);
[INFO] [stdout]     | ------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[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: this type will no longer be must used: Result<f64, Infallible>
[INFO] [stdout]    --> src/api/types.rs:74:40
[INFO] [stdout]     |
[INFO] [stdout]  74 |                     $variant(value) => <$type>::try_from(value)
[INFO] [stdout]     |                                        ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 133 | impl_sqlitetype_conversion!(f64 => f64 => SqliteType::Real);
[INFO] [stdout]     | ----------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[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: this type will no longer be must used: Result<Option<f64>, Infallible>
[INFO] [stdout]    --> src/api/types.rs:86:40
[INFO] [stdout]     |
[INFO] [stdout]  86 |                     $variant(value) => <$type>::try_from(value).map(Some)
[INFO] [stdout]     |                                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 133 | impl_sqlitetype_conversion!(f64 => f64 => SqliteType::Real);
[INFO] [stdout]     | ----------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[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: this type will no longer be must used: Result<f64, Infallible>
[INFO] [stdout]    --> src/api/types.rs:86:40
[INFO] [stdout]     |
[INFO] [stdout]  86 |                     $variant(value) => <$type>::try_from(value).map(Some)
[INFO] [stdout]     |                                        ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 133 | impl_sqlitetype_conversion!(f64 => f64 => SqliteType::Real);
[INFO] [stdout]     | ----------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[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: this type will no longer be must used: Result<SqliteType, Infallible>
[INFO] [stdout]    --> src/api/types.rs:98:17
[INFO] [stdout]     |
[INFO] [stdout]  98 |                 <$intermediate>::try_from(value).map($variant)
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 133 | impl_sqlitetype_conversion!(f64 => f64 => SqliteType::Real);
[INFO] [stdout]     | ----------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[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: this type will no longer be must used: Result<f64, Infallible>
[INFO] [stdout]    --> src/api/types.rs:98:17
[INFO] [stdout]     |
[INFO] [stdout]  98 |                 <$intermediate>::try_from(value).map($variant)
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 133 | impl_sqlitetype_conversion!(f64 => f64 => SqliteType::Real);
[INFO] [stdout]     | ----------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[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: this type will no longer be must used: Result<SqliteType, Infallible>
[INFO] [stdout]    --> src/api/types.rs:108:36
[INFO] [stdout]     |
[INFO] [stdout] 108 |                     Some(value) => <$intermediate>::try_from(value).map($variant)
[INFO] [stdout]     |                                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 133 | impl_sqlitetype_conversion!(f64 => f64 => SqliteType::Real);
[INFO] [stdout]     | ----------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[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: this type will no longer be must used: Result<f64, Infallible>
[INFO] [stdout]    --> src/api/types.rs:108:36
[INFO] [stdout]     |
[INFO] [stdout] 108 |                     Some(value) => <$intermediate>::try_from(value).map($variant)
[INFO] [stdout]     |                                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 133 | impl_sqlitetype_conversion!(f64 => f64 => SqliteType::Real);
[INFO] [stdout]     | ----------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[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: this type will no longer be must used: Result<SqliteType, Infallible>
[INFO] [stdout]    --> src/api/types.rs:98:17
[INFO] [stdout]     |
[INFO] [stdout]  98 |                 <$intermediate>::try_from(value).map($variant)
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[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 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: this type will no longer be must used: Result<f64, Infallible>
[INFO] [stdout]    --> src/api/types.rs:98:17
[INFO] [stdout]     |
[INFO] [stdout]  98 |                 <$intermediate>::try_from(value).map($variant)
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[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 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: this type will no longer be must used: Result<SqliteType, Infallible>
[INFO] [stdout]    --> src/api/types.rs:108:36
[INFO] [stdout]     |
[INFO] [stdout] 108 |                     Some(value) => <$intermediate>::try_from(value).map($variant)
[INFO] [stdout]     |                                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[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 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: this type will no longer be must used: Result<f64, Infallible>
[INFO] [stdout]    --> src/api/types.rs:108:36
[INFO] [stdout]     |
[INFO] [stdout] 108 |                     Some(value) => <$intermediate>::try_from(value).map($variant)
[INFO] [stdout]     |                                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[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 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: this type will no longer be must used: Result<String, Infallible>
[INFO] [stdout]    --> src/api/types.rs:74:40
[INFO] [stdout]     |
[INFO] [stdout]  74 |                     $variant(value) => <$type>::try_from(value)
[INFO] [stdout]     |                                        ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 136 | impl_sqlitetype_conversion!(String => String => SqliteType::Text);
[INFO] [stdout]     | ----------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[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: this type will no longer be must used: Result<Option<String>, Infallible>
[INFO] [stdout]    --> src/api/types.rs:86:40
[INFO] [stdout]     |
[INFO] [stdout]  86 |                     $variant(value) => <$type>::try_from(value).map(Some)
[INFO] [stdout]     |                                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 136 | impl_sqlitetype_conversion!(String => String => SqliteType::Text);
[INFO] [stdout]     | ----------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[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: this type will no longer be must used: Result<String, Infallible>
[INFO] [stdout]    --> src/api/types.rs:86:40
[INFO] [stdout]     |
[INFO] [stdout]  86 |                     $variant(value) => <$type>::try_from(value).map(Some)
[INFO] [stdout]     |                                        ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 136 | impl_sqlitetype_conversion!(String => String => SqliteType::Text);
[INFO] [stdout]     | ----------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[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: this type will no longer be must used: Result<SqliteType, Infallible>
[INFO] [stdout]    --> src/api/types.rs:98:17
[INFO] [stdout]     |
[INFO] [stdout]  98 |                 <$intermediate>::try_from(value).map($variant)
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 136 | impl_sqlitetype_conversion!(String => String => SqliteType::Text);
[INFO] [stdout]     | ----------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[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: this type will no longer be must used: Result<String, Infallible>
[INFO] [stdout]    --> src/api/types.rs:98:17
[INFO] [stdout]     |
[INFO] [stdout]  98 |                 <$intermediate>::try_from(value).map($variant)
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 136 | impl_sqlitetype_conversion!(String => String => SqliteType::Text);
[INFO] [stdout]     | ----------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[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: this type will no longer be must used: Result<SqliteType, Infallible>
[INFO] [stdout]    --> src/api/types.rs:108:36
[INFO] [stdout]     |
[INFO] [stdout] 108 |                     Some(value) => <$intermediate>::try_from(value).map($variant)
[INFO] [stdout]     |                                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 136 | impl_sqlitetype_conversion!(String => String => SqliteType::Text);
[INFO] [stdout]     | ----------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[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: this type will no longer be must used: Result<String, Infallible>
[INFO] [stdout]    --> src/api/types.rs:108:36
[INFO] [stdout]     |
[INFO] [stdout] 108 |                     Some(value) => <$intermediate>::try_from(value).map($variant)
[INFO] [stdout]     |                                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 136 | impl_sqlitetype_conversion!(String => String => SqliteType::Text);
[INFO] [stdout]     | ----------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[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: this type will no longer be must used: Result<SqliteType, Infallible>
[INFO] [stdout]    --> src/api/types.rs:98:17
[INFO] [stdout]     |
[INFO] [stdout]  98 |                 <$intermediate>::try_from(value).map($variant)
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[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 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: this type will no longer be must used: Result<String, Infallible>
[INFO] [stdout]    --> src/api/types.rs:98:17
[INFO] [stdout]     |
[INFO] [stdout]  98 |                 <$intermediate>::try_from(value).map($variant)
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[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 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: this type will no longer be must used: Result<SqliteType, Infallible>
[INFO] [stdout]    --> src/api/types.rs:108:36
[INFO] [stdout]     |
[INFO] [stdout] 108 |                     Some(value) => <$intermediate>::try_from(value).map($variant)
[INFO] [stdout]     |                                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[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 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: this type will no longer be must used: Result<String, Infallible>
[INFO] [stdout]    --> src/api/types.rs:108:36
[INFO] [stdout]     |
[INFO] [stdout] 108 |                     Some(value) => <$intermediate>::try_from(value).map($variant)
[INFO] [stdout]     |                                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[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 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: this type will no longer be must used: Result<Arc<String>, Infallible>
[INFO] [stdout]    --> src/api/types.rs:74:40
[INFO] [stdout]     |
[INFO] [stdout]  74 |                     $variant(value) => <$type>::try_from(value)
[INFO] [stdout]     |                                        ^^^^^^^^^^^^^^^^^^^^^^^^
[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 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: this type will no longer be must used: Result<Option<Arc<String>>, Infallible>
[INFO] [stdout]    --> src/api/types.rs:86:40
[INFO] [stdout]     |
[INFO] [stdout]  86 |                     $variant(value) => <$type>::try_from(value).map(Some)
[INFO] [stdout]     |                                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[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 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: this type will no longer be must used: Result<Arc<String>, Infallible>
[INFO] [stdout]    --> src/api/types.rs:86:40
[INFO] [stdout]     |
[INFO] [stdout]  86 |                     $variant(value) => <$type>::try_from(value).map(Some)
[INFO] [stdout]     |                                        ^^^^^^^^^^^^^^^^^^^^^^^^
[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 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: this type will no longer be must used: Result<Vec<u8>, Infallible>
[INFO] [stdout]    --> src/api/types.rs:74:40
[INFO] [stdout]     |
[INFO] [stdout]  74 |                     $variant(value) => <$type>::try_from(value)
[INFO] [stdout]     |                                        ^^^^^^^^^^^^^^^^^^^^^^^^
[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 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: this type will no longer be must used: Result<Option<Vec<u8>>, Infallible>
[INFO] [stdout]    --> src/api/types.rs:86:40
[INFO] [stdout]     |
[INFO] [stdout]  86 |                     $variant(value) => <$type>::try_from(value).map(Some)
[INFO] [stdout]     |                                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[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 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: this type will no longer be must used: Result<Vec<u8>, Infallible>
[INFO] [stdout]    --> src/api/types.rs:86:40
[INFO] [stdout]     |
[INFO] [stdout]  86 |                     $variant(value) => <$type>::try_from(value).map(Some)
[INFO] [stdout]     |                                        ^^^^^^^^^^^^^^^^^^^^^^^^
[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 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: this type will no longer be must used: Result<SqliteType, Infallible>
[INFO] [stdout]    --> src/api/types.rs:98:17
[INFO] [stdout]     |
[INFO] [stdout]  98 |                 <$intermediate>::try_from(value).map($variant)
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[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 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: this type will no longer be must used: Result<Vec<u8>, Infallible>
[INFO] [stdout]    --> src/api/types.rs:98:17
[INFO] [stdout]     |
[INFO] [stdout]  98 |                 <$intermediate>::try_from(value).map($variant)
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[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 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: this type will no longer be must used: Result<SqliteType, Infallible>
[INFO] [stdout]    --> src/api/types.rs:108:36
[INFO] [stdout]     |
[INFO] [stdout] 108 |                     Some(value) => <$intermediate>::try_from(value).map($variant)
[INFO] [stdout]     |                                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[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 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: this type will no longer be must used: Result<Vec<u8>, Infallible>
[INFO] [stdout]    --> src/api/types.rs:108:36
[INFO] [stdout]     |
[INFO] [stdout] 108 |                     Some(value) => <$intermediate>::try_from(value).map($variant)
[INFO] [stdout]     |                                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[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 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: this type will no longer be must used: Result<SqliteType, Infallible>
[INFO] [stdout]    --> src/api/types.rs:98:17
[INFO] [stdout]     |
[INFO] [stdout]  98 |                 <$intermediate>::try_from(value).map($variant)
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[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 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: this type will no longer be must used: Result<Vec<u8>, Infallible>
[INFO] [stdout]    --> src/api/types.rs:98:17
[INFO] [stdout]     |
[INFO] [stdout]  98 |                 <$intermediate>::try_from(value).map($variant)
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[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 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: this type will no longer be must used: Result<SqliteType, Infallible>
[INFO] [stdout]    --> src/api/types.rs:108:36
[INFO] [stdout]     |
[INFO] [stdout] 108 |                     Some(value) => <$intermediate>::try_from(value).map($variant)
[INFO] [stdout]     |                                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[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 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: this type will no longer be must used: Result<Vec<u8>, Infallible>
[INFO] [stdout]    --> src/api/types.rs:108:36
[INFO] [stdout]     |
[INFO] [stdout] 108 |                     Some(value) => <$intermediate>::try_from(value).map($variant)
[INFO] [stdout]     |                                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[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 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: this type will no longer be must used: Result<Arc<Vec<u8>>, Infallible>
[INFO] [stdout]    --> src/api/types.rs:74:40
[INFO] [stdout]     |
[INFO] [stdout]  74 |                     $variant(value) => <$type>::try_from(value)
[INFO] [stdout]     |                                        ^^^^^^^^^^^^^^^^^^^^^^^^
[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 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: this type will no longer be must used: Result<Option<Arc<Vec<u8>>>, Infallible>
[INFO] [stdout]    --> src/api/types.rs:86:40
[INFO] [stdout]     |
[INFO] [stdout]  86 |                     $variant(value) => <$type>::try_from(value).map(Some)
[INFO] [stdout]     |                                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[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 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: this type will no longer be must used: Result<Arc<Vec<u8>>, Infallible>
[INFO] [stdout]    --> src/api/types.rs:86:40
[INFO] [stdout]     |
[INFO] [stdout]  86 |                     $variant(value) => <$type>::try_from(value).map(Some)
[INFO] [stdout]     |                                        ^^^^^^^^^^^^^^^^^^^^^^^^
[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 error originates in the macro `impl_sqlitetype_conversion` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `sqlite-tiny` (lib test) due to 73 previous errors
[INFO] running `Command { std: "docker" "inspect" "9483902baa9ce462d36a5c53b145c74f91dc72a6fa3397b26210a52653d5df34", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "9483902baa9ce462d36a5c53b145c74f91dc72a6fa3397b26210a52653d5df34", kill_on_drop: false }`
[INFO] [stdout] 9483902baa9ce462d36a5c53b145c74f91dc72a6fa3397b26210a52653d5df34
