[INFO] fetching crate sqlite-tiny 0.7.6... [INFO] checking sqlite-tiny-0.7.6 against try#88b8a1c6e3a6f6f8a2ed6b6a9a74e0ef1862f72c for pr-154887 [INFO] extracting crate sqlite-tiny 0.7.6 into /workspace/builds/worker-2-tc2/source [INFO] started tweaking crates.io crate sqlite-tiny 0.7.6 [INFO] removed 0 missing tests [INFO] finished tweaking crates.io crate sqlite-tiny 0.7.6 [INFO] tweaked toml for crates.io crate sqlite-tiny 0.7.6 written to /workspace/builds/worker-2-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate sqlite-tiny 0.7.6 on toolchain 88b8a1c6e3a6f6f8a2ed6b6a9a74e0ef1862f72c [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+88b8a1c6e3a6f6f8a2ed6b6a9a74e0ef1862f72c" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate crates.io crate sqlite-tiny 0.7.6 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" "+88b8a1c6e3a6f6f8a2ed6b6a9a74e0ef1862f72c" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+88b8a1c6e3a6f6f8a2ed6b6a9a74e0ef1862f72c" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] c5e778511ff8bc487ccb9a6b73572febb7a6d985de003be3a154631f1970b561 [INFO] running `Command { std: "docker" "start" "-a" "c5e778511ff8bc487ccb9a6b73572febb7a6d985de003be3a154631f1970b561", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "c5e778511ff8bc487ccb9a6b73572febb7a6d985de003be3a154631f1970b561", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c5e778511ff8bc487ccb9a6b73572febb7a6d985de003be3a154631f1970b561", kill_on_drop: false }` [INFO] [stdout] c5e778511ff8bc487ccb9a6b73572febb7a6d985de003be3a154631f1970b561 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+88b8a1c6e3a6f6f8a2ed6b6a9a74e0ef1862f72c" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] a8bebcf65eca5aa082846c1ce77b4c282d73f1da39b78f68f6b247c40392bdd0 [INFO] running `Command { std: "docker" "start" "-a" "a8bebcf65eca5aa082846c1ce77b4c282d73f1da39b78f68f6b247c40392bdd0", kill_on_drop: false }` [INFO] [stderr] Compiling sqlite-tiny v0.7.6 (/opt/rustwide/workdir) [INFO] [stdout] warning: unreachable call [INFO] [stdout] --> src/error.rs:12:22 [INFO] [stdout] | [INFO] [stdout] 12 | let source = Box::new($error); [INFO] [stdout] | ^^^^^^^^ unreachable call [INFO] [stdout] | [INFO] [stdout] ::: src/api/types.rs:75:49 [INFO] [stdout] | [INFO] [stdout] 75 | .map_err(|e| err!(with: e, "Failed to convert from SQLite type")), [INFO] [stdout] | - any code following this expression is unreachable [INFO] [stdout] ... [INFO] [stdout] 123 | impl_sqlitetype_conversion!(i128 => i64 => SqliteType::Integer); [INFO] [stdout] | --------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unreachable_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] = note: this warning originates in the macro `err` which comes from the expansion of the macro `impl_sqlitetype_conversion` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable call [INFO] [stdout] --> src/error.rs:12:22 [INFO] [stdout] | [INFO] [stdout] 12 | let source = Box::new($error); [INFO] [stdout] | ^^^^^^^^ unreachable call [INFO] [stdout] | [INFO] [stdout] ::: src/api/types.rs:75:49 [INFO] [stdout] | [INFO] [stdout] 75 | .map_err(|e| err!(with: e, "Failed to convert from SQLite type")), [INFO] [stdout] | - any code following this expression is unreachable [INFO] [stdout] ... [INFO] [stdout] 123 | impl_sqlitetype_conversion!(i128 => i64 => SqliteType::Integer); [INFO] [stdout] | --------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unreachable_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] = note: this warning originates in the macro `err` which comes from the expansion of the macro `impl_sqlitetype_conversion` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the size for values of type `dyn std::error::Error + Send` cannot be known at compilation time [INFO] [stdout] --> src/api/types.rs:75:49 [INFO] [stdout] | [INFO] [stdout] 75 | .map_err(|e| err!(with: e, "Failed to convert from SQLite type")), [INFO] [stdout] | ^ doesn't have a size known at compile-time [INFO] [stdout] ... [INFO] [stdout] 123 | impl_sqlitetype_conversion!(i128 => i64 => SqliteType::Integer); [INFO] [stdout] | --------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] ::: src/error.rs:12:22 [INFO] [stdout] | [INFO] [stdout] 12 | let source = Box::new($error); [INFO] [stdout] | -------- required by a bound introduced by this call [INFO] [stdout] | [INFO] [stdout] = help: the trait `Sized` is not implemented for `dyn std::error::Error + Send` [INFO] [stdout] note: required by a bound in `Box::::new` [INFO] [stdout] --> /rustc/88b8a1c6e3a6f6f8a2ed6b6a9a74e0ef1862f72c/library/alloc/src/boxed.rs:284:4 [INFO] [stdout] = note: this error originates in the macro `impl_sqlitetype_conversion` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable call [INFO] [stdout] --> src/error.rs:12:22 [INFO] [stdout] | [INFO] [stdout] 12 | let source = Box::new($error); [INFO] [stdout] | ^^^^^^^^ unreachable call [INFO] [stdout] | [INFO] [stdout] ::: src/api/types.rs:87:49 [INFO] [stdout] | [INFO] [stdout] 87 | .map_err(|e| err!(with: e, "Failed to convert from SQLite type")), [INFO] [stdout] | - any code following this expression is unreachable [INFO] [stdout] ... [INFO] [stdout] 123 | impl_sqlitetype_conversion!(i128 => i64 => SqliteType::Integer); [INFO] [stdout] | --------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `err` which comes from the expansion of the macro `impl_sqlitetype_conversion` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the size for values of type `dyn std::error::Error + Send` cannot be known at compilation time [INFO] [stdout] --> src/api/types.rs:87:49 [INFO] [stdout] | [INFO] [stdout] 87 | .map_err(|e| err!(with: e, "Failed to convert from SQLite type")), [INFO] [stdout] | ^ doesn't have a size known at compile-time [INFO] [stdout] ... [INFO] [stdout] 123 | impl_sqlitetype_conversion!(i128 => i64 => SqliteType::Integer); [INFO] [stdout] | --------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] ::: src/error.rs:12:22 [INFO] [stdout] | [INFO] [stdout] 12 | let source = Box::new($error); [INFO] [stdout] | -------- required by a bound introduced by this call [INFO] [stdout] | [INFO] [stdout] = help: the trait `Sized` is not implemented for `dyn std::error::Error + Send` [INFO] [stdout] note: required by a bound in `Box::::new` [INFO] [stdout] --> /rustc/88b8a1c6e3a6f6f8a2ed6b6a9a74e0ef1862f72c/library/alloc/src/boxed.rs:284:4 [INFO] [stdout] = note: this error originates in the macro `impl_sqlitetype_conversion` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable call [INFO] [stdout] --> src/error.rs:12:22 [INFO] [stdout] | [INFO] [stdout] 12 | let source = Box::new($error); [INFO] [stdout] | ^^^^^^^^ unreachable call [INFO] [stdout] | [INFO] [stdout] ::: src/api/types.rs:75:49 [INFO] [stdout] | [INFO] [stdout] 75 | .map_err(|e| err!(with: e, "Failed to convert from SQLite type")), [INFO] [stdout] | - any code following this expression is unreachable [INFO] [stdout] ... [INFO] [stdout] 125 | impl_sqlitetype_conversion!(i64 => i64 => SqliteType::Integer); [INFO] [stdout] | -------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `err` which comes from the expansion of the macro `impl_sqlitetype_conversion` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the size for values of type `dyn std::error::Error + Send` cannot be known at compilation time [INFO] [stdout] --> src/api/types.rs:75:49 [INFO] [stdout] | [INFO] [stdout] 75 | .map_err(|e| err!(with: e, "Failed to convert from SQLite type")), [INFO] [stdout] | ^ doesn't have a size known at compile-time [INFO] [stdout] ... [INFO] [stdout] 125 | impl_sqlitetype_conversion!(i64 => i64 => SqliteType::Integer); [INFO] [stdout] | -------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] ::: src/error.rs:12:22 [INFO] [stdout] | [INFO] [stdout] 12 | let source = Box::new($error); [INFO] [stdout] | -------- required by a bound introduced by this call [INFO] [stdout] | [INFO] [stdout] = help: the trait `Sized` is not implemented for `dyn std::error::Error + Send` [INFO] [stdout] note: required by a bound in `Box::::new` [INFO] [stdout] --> /rustc/88b8a1c6e3a6f6f8a2ed6b6a9a74e0ef1862f72c/library/alloc/src/boxed.rs:284:4 [INFO] [stdout] = note: this error originates in the macro `impl_sqlitetype_conversion` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable call [INFO] [stdout] --> src/error.rs:12:22 [INFO] [stdout] | [INFO] [stdout] 12 | let source = Box::new($error); [INFO] [stdout] | ^^^^^^^^ unreachable call [INFO] [stdout] | [INFO] [stdout] ::: src/api/types.rs:87:49 [INFO] [stdout] | [INFO] [stdout] 87 | .map_err(|e| err!(with: e, "Failed to convert from SQLite type")), [INFO] [stdout] | - any code following this expression is unreachable [INFO] [stdout] ... [INFO] [stdout] 125 | impl_sqlitetype_conversion!(i64 => i64 => SqliteType::Integer); [INFO] [stdout] | -------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `err` which comes from the expansion of the macro `impl_sqlitetype_conversion` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the size for values of type `dyn std::error::Error + Send` cannot be known at compilation time [INFO] [stdout] --> src/api/types.rs:87:49 [INFO] [stdout] | [INFO] [stdout] 87 | .map_err(|e| err!(with: e, "Failed to convert from SQLite type")), [INFO] [stdout] | ^ doesn't have a size known at compile-time [INFO] [stdout] ... [INFO] [stdout] 125 | impl_sqlitetype_conversion!(i64 => i64 => SqliteType::Integer); [INFO] [stdout] | -------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] ::: src/error.rs:12:22 [INFO] [stdout] | [INFO] [stdout] 12 | let source = Box::new($error); [INFO] [stdout] | -------- required by a bound introduced by this call [INFO] [stdout] | [INFO] [stdout] = help: the trait `Sized` is not implemented for `dyn std::error::Error + Send` [INFO] [stdout] note: required by a bound in `Box::::new` [INFO] [stdout] --> /rustc/88b8a1c6e3a6f6f8a2ed6b6a9a74e0ef1862f72c/library/alloc/src/boxed.rs:284:4 [INFO] [stdout] = note: this error originates in the macro `impl_sqlitetype_conversion` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable call [INFO] [stdout] --> src/error.rs:12:22 [INFO] [stdout] | [INFO] [stdout] 12 | let source = Box::new($error); [INFO] [stdout] | ^^^^^^^^ unreachable call [INFO] [stdout] | [INFO] [stdout] ::: src/api/types.rs:99:45 [INFO] [stdout] | [INFO] [stdout] 99 | .map_err(|e| err!(with: e, "Failed to convert into SQLite type")) [INFO] [stdout] | - any code following this expression is unreachable [INFO] [stdout] ... [INFO] [stdout] 125 | impl_sqlitetype_conversion!(i64 => i64 => SqliteType::Integer); [INFO] [stdout] | -------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `err` which comes from the expansion of the macro `impl_sqlitetype_conversion` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the size for values of type `dyn std::error::Error + Send` cannot be known at compilation time [INFO] [stdout] --> src/api/types.rs:75:49 [INFO] [stdout] | [INFO] [stdout] 75 | .map_err(|e| err!(with: e, "Failed to convert from SQLite type")), [INFO] [stdout] | ^ doesn't have a size known at compile-time [INFO] [stdout] ... [INFO] [stdout] 123 | impl_sqlitetype_conversion!(i128 => i64 => SqliteType::Integer); [INFO] [stdout] | --------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] ::: src/error.rs:12:22 [INFO] [stdout] | [INFO] [stdout] 12 | let source = Box::new($error); [INFO] [stdout] | -------- required by a bound introduced by this call [INFO] [stdout] | [INFO] [stdout] = help: the trait `Sized` is not implemented for `dyn std::error::Error + Send` [INFO] [stdout] note: required by a bound in `Box::::new` [INFO] [stdout] --> /rustc/88b8a1c6e3a6f6f8a2ed6b6a9a74e0ef1862f72c/library/alloc/src/boxed.rs:284:4 [INFO] [stdout] = note: this error originates in the macro `impl_sqlitetype_conversion` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the size for values of type `dyn std::error::Error + Send` cannot be known at compilation time [INFO] [stdout] --> src/api/types.rs:99:45 [INFO] [stdout] | [INFO] [stdout] 99 | .map_err(|e| err!(with: e, "Failed to convert into SQLite type")) [INFO] [stdout] | ^ doesn't have a size known at compile-time [INFO] [stdout] ... [INFO] [stdout] 125 | impl_sqlitetype_conversion!(i64 => i64 => SqliteType::Integer); [INFO] [stdout] | -------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] ::: src/error.rs:12:22 [INFO] [stdout] | [INFO] [stdout] 12 | let source = Box::new($error); [INFO] [stdout] | -------- required by a bound introduced by this call [INFO] [stdout] | [INFO] [stdout] = help: the trait `Sized` is not implemented for `dyn std::error::Error + Send` [INFO] [stdout] note: required by a bound in `Box::::new` [INFO] [stdout] --> /rustc/88b8a1c6e3a6f6f8a2ed6b6a9a74e0ef1862f72c/library/alloc/src/boxed.rs:284:4 [INFO] [stdout] = note: this error originates in the macro `impl_sqlitetype_conversion` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable call [INFO] [stdout] --> src/error.rs:12:22 [INFO] [stdout] | [INFO] [stdout] 12 | let source = Box::new($error); [INFO] [stdout] | ^^^^^^^^ unreachable call [INFO] [stdout] | [INFO] [stdout] ::: src/api/types.rs:109:49 [INFO] [stdout] | [INFO] [stdout] 109 | .map_err(|e| err!(with: e, "Failed to convert into SQLite type")), [INFO] [stdout] | - any code following this expression is unreachable [INFO] [stdout] ... [INFO] [stdout] 125 | impl_sqlitetype_conversion!(i64 => i64 => SqliteType::Integer); [INFO] [stdout] | -------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `err` which comes from the expansion of the macro `impl_sqlitetype_conversion` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable call [INFO] [stdout] --> src/error.rs:12:22 [INFO] [stdout] | [INFO] [stdout] 12 | let source = Box::new($error); [INFO] [stdout] | ^^^^^^^^ unreachable call [INFO] [stdout] | [INFO] [stdout] ::: src/api/types.rs:87:49 [INFO] [stdout] | [INFO] [stdout] 87 | .map_err(|e| err!(with: e, "Failed to convert from SQLite type")), [INFO] [stdout] | - any code following this expression is unreachable [INFO] [stdout] ... [INFO] [stdout] 123 | impl_sqlitetype_conversion!(i128 => i64 => SqliteType::Integer); [INFO] [stdout] | --------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `err` which comes from the expansion of the macro `impl_sqlitetype_conversion` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the size for values of type `dyn std::error::Error + Send` cannot be known at compilation time [INFO] [stdout] --> src/api/types.rs:109:49 [INFO] [stdout] | [INFO] [stdout] 109 | .map_err(|e| err!(with: e, "Failed to convert into SQLite type")), [INFO] [stdout] | ^ doesn't have a size known at compile-time [INFO] [stdout] ... [INFO] [stdout] 125 | impl_sqlitetype_conversion!(i64 => i64 => SqliteType::Integer); [INFO] [stdout] | -------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] ::: src/error.rs:12:22 [INFO] [stdout] | [INFO] [stdout] 12 | let source = Box::new($error); [INFO] [stdout] | -------- required by a bound introduced by this call [INFO] [stdout] | [INFO] [stdout] = help: the trait `Sized` is not implemented for `dyn std::error::Error + Send` [INFO] [stdout] note: required by a bound in `Box::::new` [INFO] [stdout] --> /rustc/88b8a1c6e3a6f6f8a2ed6b6a9a74e0ef1862f72c/library/alloc/src/boxed.rs:284:4 [INFO] [stdout] = note: this error originates in the macro `impl_sqlitetype_conversion` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the size for values of type `dyn std::error::Error + Send` cannot be known at compilation time [INFO] [stdout] --> src/api/types.rs:87:49 [INFO] [stdout] | [INFO] [stdout] 87 | .map_err(|e| err!(with: e, "Failed to convert from SQLite type")), [INFO] [stdout] | ^ doesn't have a size known at compile-time [INFO] [stdout] ... [INFO] [stdout] 123 | impl_sqlitetype_conversion!(i128 => i64 => SqliteType::Integer); [INFO] [stdout] | --------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] ::: src/error.rs:12:22 [INFO] [stdout] | [INFO] [stdout] 12 | let source = Box::new($error); [INFO] [stdout] | -------- required by a bound introduced by this call [INFO] [stdout] | [INFO] [stdout] = help: the trait `Sized` is not implemented for `dyn std::error::Error + Send` [INFO] [stdout] note: required by a bound in `Box::::new` [INFO] [stdout] --> /rustc/88b8a1c6e3a6f6f8a2ed6b6a9a74e0ef1862f72c/library/alloc/src/boxed.rs:284:4 [INFO] [stdout] = note: this error originates in the macro `impl_sqlitetype_conversion` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable call [INFO] [stdout] --> src/error.rs:12:22 [INFO] [stdout] | [INFO] [stdout] 12 | let source = Box::new($error); [INFO] [stdout] | ^^^^^^^^ unreachable call [INFO] [stdout] | [INFO] [stdout] ::: src/api/types.rs:99:45 [INFO] [stdout] | [INFO] [stdout] 99 | .map_err(|e| err!(with: e, "Failed to convert into SQLite type")) [INFO] [stdout] | - any code following this expression is unreachable [INFO] [stdout] ... [INFO] [stdout] 126 | impl_sqlitetype_conversion!(u32 => i64 => SqliteType::Integer); [INFO] [stdout] | -------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `err` which comes from the expansion of the macro `impl_sqlitetype_conversion` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the size for values of type `dyn std::error::Error + Send` cannot be known at compilation time [INFO] [stdout] --> src/api/types.rs:99:45 [INFO] [stdout] | [INFO] [stdout] 99 | .map_err(|e| err!(with: e, "Failed to convert into SQLite type")) [INFO] [stdout] | ^ doesn't have a size known at compile-time [INFO] [stdout] ... [INFO] [stdout] 126 | impl_sqlitetype_conversion!(u32 => i64 => SqliteType::Integer); [INFO] [stdout] | -------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] ::: src/error.rs:12:22 [INFO] [stdout] | [INFO] [stdout] 12 | let source = Box::new($error); [INFO] [stdout] | -------- required by a bound introduced by this call [INFO] [stdout] | [INFO] [stdout] = help: the trait `Sized` is not implemented for `dyn std::error::Error + Send` [INFO] [stdout] note: required by a bound in `Box::::new` [INFO] [stdout] --> /rustc/88b8a1c6e3a6f6f8a2ed6b6a9a74e0ef1862f72c/library/alloc/src/boxed.rs:284:4 [INFO] [stdout] = note: this error originates in the macro `impl_sqlitetype_conversion` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable call [INFO] [stdout] --> src/error.rs:12:22 [INFO] [stdout] | [INFO] [stdout] 12 | let source = Box::new($error); [INFO] [stdout] | ^^^^^^^^ unreachable call [INFO] [stdout] | [INFO] [stdout] ::: src/api/types.rs:75:49 [INFO] [stdout] | [INFO] [stdout] 75 | .map_err(|e| err!(with: e, "Failed to convert from SQLite type")), [INFO] [stdout] | - any code following this expression is unreachable [INFO] [stdout] ... [INFO] [stdout] 125 | impl_sqlitetype_conversion!(i64 => i64 => SqliteType::Integer); [INFO] [stdout] | -------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `err` which comes from the expansion of the macro `impl_sqlitetype_conversion` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable call [INFO] [stdout] --> src/error.rs:12:22 [INFO] [stdout] | [INFO] [stdout] 12 | let source = Box::new($error); [INFO] [stdout] | ^^^^^^^^ unreachable call [INFO] [stdout] | [INFO] [stdout] ::: src/api/types.rs:109:49 [INFO] [stdout] | [INFO] [stdout] 109 | .map_err(|e| err!(with: e, "Failed to convert into SQLite type")), [INFO] [stdout] | - any code following this expression is unreachable [INFO] [stdout] ... [INFO] [stdout] 126 | impl_sqlitetype_conversion!(u32 => i64 => SqliteType::Integer); [INFO] [stdout] | -------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `err` which comes from the expansion of the macro `impl_sqlitetype_conversion` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the size for values of type `dyn std::error::Error + Send` cannot be known at compilation time [INFO] [stdout] --> src/api/types.rs:75:49 [INFO] [stdout] | [INFO] [stdout] 75 | .map_err(|e| err!(with: e, "Failed to convert from SQLite type")), [INFO] [stdout] | ^ doesn't have a size known at compile-time [INFO] [stdout] ... [INFO] [stdout] 125 | impl_sqlitetype_conversion!(i64 => i64 => SqliteType::Integer); [INFO] [stdout] | -------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] ::: src/error.rs:12:22 [INFO] [stdout] | [INFO] [stdout] 12 | let source = Box::new($error); [INFO] [stdout] | -------- required by a bound introduced by this call [INFO] [stdout] | [INFO] [stdout] = help: the trait `Sized` is not implemented for `dyn std::error::Error + Send` [INFO] [stdout] note: required by a bound in `Box::::new` [INFO] [stdout] --> /rustc/88b8a1c6e3a6f6f8a2ed6b6a9a74e0ef1862f72c/library/alloc/src/boxed.rs:284:4 [INFO] [stdout] = note: this error originates in the macro `impl_sqlitetype_conversion` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable call [INFO] [stdout] --> src/error.rs:12:22 [INFO] [stdout] | [INFO] [stdout] 12 | let source = Box::new($error); [INFO] [stdout] | ^^^^^^^^ unreachable call [INFO] [stdout] | [INFO] [stdout] ::: src/api/types.rs:87:49 [INFO] [stdout] | [INFO] [stdout] 87 | .map_err(|e| err!(with: e, "Failed to convert from SQLite type")), [INFO] [stdout] | - any code following this expression is unreachable [INFO] [stdout] ... [INFO] [stdout] 125 | impl_sqlitetype_conversion!(i64 => i64 => SqliteType::Integer); [INFO] [stdout] | -------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `err` which comes from the expansion of the macro `impl_sqlitetype_conversion` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the size for values of type `dyn std::error::Error + Send` cannot be known at compilation time [INFO] [stdout] --> src/api/types.rs:109:49 [INFO] [stdout] | [INFO] [stdout] 109 | .map_err(|e| err!(with: e, "Failed to convert into SQLite type")), [INFO] [stdout] | ^ doesn't have a size known at compile-time [INFO] [stdout] ... [INFO] [stdout] 126 | impl_sqlitetype_conversion!(u32 => i64 => SqliteType::Integer); [INFO] [stdout] | -------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] ::: src/error.rs:12:22 [INFO] [stdout] | [INFO] [stdout] 12 | let source = Box::new($error); [INFO] [stdout] | -------- required by a bound introduced by this call [INFO] [stdout] | [INFO] [stdout] = help: the trait `Sized` is not implemented for `dyn std::error::Error + Send` [INFO] [stdout] note: required by a bound in `Box::::new` [INFO] [stdout] --> /rustc/88b8a1c6e3a6f6f8a2ed6b6a9a74e0ef1862f72c/library/alloc/src/boxed.rs:284:4 [INFO] [stdout] = note: this error originates in the macro `impl_sqlitetype_conversion` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the size for values of type `dyn std::error::Error + Send` cannot be known at compilation time [INFO] [stdout] --> src/api/types.rs:87:49 [INFO] [stdout] | [INFO] [stdout] 87 | .map_err(|e| err!(with: e, "Failed to convert from SQLite type")), [INFO] [stdout] | ^ doesn't have a size known at compile-time [INFO] [stdout] ... [INFO] [stdout] 125 | impl_sqlitetype_conversion!(i64 => i64 => SqliteType::Integer); [INFO] [stdout] | -------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] ::: src/error.rs:12:22 [INFO] [stdout] | [INFO] [stdout] 12 | let source = Box::new($error); [INFO] [stdout] | -------- required by a bound introduced by this call [INFO] [stdout] | [INFO] [stdout] = help: the trait `Sized` is not implemented for `dyn std::error::Error + Send` [INFO] [stdout] note: required by a bound in `Box::::new` [INFO] [stdout] --> /rustc/88b8a1c6e3a6f6f8a2ed6b6a9a74e0ef1862f72c/library/alloc/src/boxed.rs:284:4 [INFO] [stdout] = note: this error originates in the macro `impl_sqlitetype_conversion` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable call [INFO] [stdout] --> src/error.rs:12:22 [INFO] [stdout] | [INFO] [stdout] 12 | let source = Box::new($error); [INFO] [stdout] | ^^^^^^^^ unreachable call [INFO] [stdout] | [INFO] [stdout] ::: src/api/types.rs:99:45 [INFO] [stdout] | [INFO] [stdout] 99 | .map_err(|e| err!(with: e, "Failed to convert into SQLite type")) [INFO] [stdout] | - any code following this expression is unreachable [INFO] [stdout] ... [INFO] [stdout] 125 | impl_sqlitetype_conversion!(i64 => i64 => SqliteType::Integer); [INFO] [stdout] | -------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `err` which comes from the expansion of the macro `impl_sqlitetype_conversion` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable call [INFO] [stdout] --> src/error.rs:12:22 [INFO] [stdout] | [INFO] [stdout] 12 | let source = Box::new($error); [INFO] [stdout] | ^^^^^^^^ unreachable call [INFO] [stdout] | [INFO] [stdout] ::: src/api/types.rs:99:45 [INFO] [stdout] | [INFO] [stdout] 99 | .map_err(|e| err!(with: e, "Failed to convert into SQLite type")) [INFO] [stdout] | - any code following this expression is unreachable [INFO] [stdout] ... [INFO] [stdout] 127 | impl_sqlitetype_conversion!(i32 => i64 => SqliteType::Integer); [INFO] [stdout] | -------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `err` which comes from the expansion of the macro `impl_sqlitetype_conversion` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the size for values of type `dyn std::error::Error + Send` cannot be known at compilation time [INFO] [stdout] --> src/api/types.rs:99:45 [INFO] [stdout] | [INFO] [stdout] 99 | .map_err(|e| err!(with: e, "Failed to convert into SQLite type")) [INFO] [stdout] | ^ doesn't have a size known at compile-time [INFO] [stdout] ... [INFO] [stdout] 125 | impl_sqlitetype_conversion!(i64 => i64 => SqliteType::Integer); [INFO] [stdout] | -------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] ::: src/error.rs:12:22 [INFO] [stdout] | [INFO] [stdout] 12 | let source = Box::new($error); [INFO] [stdout] | -------- required by a bound introduced by this call [INFO] [stdout] | [INFO] [stdout] = help: the trait `Sized` is not implemented for `dyn std::error::Error + Send` [INFO] [stdout] note: required by a bound in `Box::::new` [INFO] [stdout] --> /rustc/88b8a1c6e3a6f6f8a2ed6b6a9a74e0ef1862f72c/library/alloc/src/boxed.rs:284:4 [INFO] [stdout] = note: this error originates in the macro `impl_sqlitetype_conversion` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable call [INFO] [stdout] --> src/error.rs:12:22 [INFO] [stdout] | [INFO] [stdout] 12 | let source = Box::new($error); [INFO] [stdout] | ^^^^^^^^ unreachable call [INFO] [stdout] | [INFO] [stdout] ::: src/api/types.rs:109:49 [INFO] [stdout] | [INFO] [stdout] 109 | .map_err(|e| err!(with: e, "Failed to convert into SQLite type")), [INFO] [stdout] | - any code following this expression is unreachable [INFO] [stdout] ... [INFO] [stdout] 125 | impl_sqlitetype_conversion!(i64 => i64 => SqliteType::Integer); [INFO] [stdout] | -------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `err` which comes from the expansion of the macro `impl_sqlitetype_conversion` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the size for values of type `dyn std::error::Error + Send` cannot be known at compilation time [INFO] [stdout] --> src/api/types.rs:99:45 [INFO] [stdout] | [INFO] [stdout] 99 | .map_err(|e| err!(with: e, "Failed to convert into SQLite type")) [INFO] [stdout] | ^ doesn't have a size known at compile-time [INFO] [stdout] ... [INFO] [stdout] 127 | impl_sqlitetype_conversion!(i32 => i64 => SqliteType::Integer); [INFO] [stdout] | -------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] ::: src/error.rs:12:22 [INFO] [stdout] | [INFO] [stdout] 12 | let source = Box::new($error); [INFO] [stdout] | -------- required by a bound introduced by this call [INFO] [stdout] | [INFO] [stdout] = help: the trait `Sized` is not implemented for `dyn std::error::Error + Send` [INFO] [stdout] note: required by a bound in `Box::::new` [INFO] [stdout] --> /rustc/88b8a1c6e3a6f6f8a2ed6b6a9a74e0ef1862f72c/library/alloc/src/boxed.rs:284:4 [INFO] [stdout] = note: this error originates in the macro `impl_sqlitetype_conversion` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the size for values of type `dyn std::error::Error + Send` cannot be known at compilation time [INFO] [stdout] --> src/api/types.rs:109:49 [INFO] [stdout] | [INFO] [stdout] 109 | .map_err(|e| err!(with: e, "Failed to convert into SQLite type")), [INFO] [stdout] | ^ doesn't have a size known at compile-time [INFO] [stdout] ... [INFO] [stdout] 125 | impl_sqlitetype_conversion!(i64 => i64 => SqliteType::Integer); [INFO] [stdout] | -------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] ::: src/error.rs:12:22 [INFO] [stdout] | [INFO] [stdout] 12 | let source = Box::new($error); [INFO] [stdout] | -------- required by a bound introduced by this call [INFO] [stdout] | [INFO] [stdout] = help: the trait `Sized` is not implemented for `dyn std::error::Error + Send` [INFO] [stdout] note: required by a bound in `Box::::new` [INFO] [stdout] --> /rustc/88b8a1c6e3a6f6f8a2ed6b6a9a74e0ef1862f72c/library/alloc/src/boxed.rs:284:4 [INFO] [stdout] = note: this error originates in the macro `impl_sqlitetype_conversion` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable call [INFO] [stdout] --> src/error.rs:12:22 [INFO] [stdout] | [INFO] [stdout] 12 | let source = Box::new($error); [INFO] [stdout] | ^^^^^^^^ unreachable call [INFO] [stdout] | [INFO] [stdout] ::: src/api/types.rs:109:49 [INFO] [stdout] | [INFO] [stdout] 109 | .map_err(|e| err!(with: e, "Failed to convert into SQLite type")), [INFO] [stdout] | - any code following this expression is unreachable [INFO] [stdout] ... [INFO] [stdout] 127 | impl_sqlitetype_conversion!(i32 => i64 => SqliteType::Integer); [INFO] [stdout] | -------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `err` which comes from the expansion of the macro `impl_sqlitetype_conversion` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the size for values of type `dyn std::error::Error + Send` cannot be known at compilation time [INFO] [stdout] --> src/api/types.rs:109:49 [INFO] [stdout] | [INFO] [stdout] 109 | .map_err(|e| err!(with: e, "Failed to convert into SQLite type")), [INFO] [stdout] | ^ doesn't have a size known at compile-time [INFO] [stdout] ... [INFO] [stdout] 127 | impl_sqlitetype_conversion!(i32 => i64 => SqliteType::Integer); [INFO] [stdout] | -------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] ::: src/error.rs:12:22 [INFO] [stdout] | [INFO] [stdout] 12 | let source = Box::new($error); [INFO] [stdout] | -------- required by a bound introduced by this call [INFO] [stdout] | [INFO] [stdout] = help: the trait `Sized` is not implemented for `dyn std::error::Error + Send` [INFO] [stdout] note: required by a bound in `Box::::new` [INFO] [stdout] --> /rustc/88b8a1c6e3a6f6f8a2ed6b6a9a74e0ef1862f72c/library/alloc/src/boxed.rs:284:4 [INFO] [stdout] = note: this error originates in the macro `impl_sqlitetype_conversion` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable call [INFO] [stdout] --> src/error.rs:12:22 [INFO] [stdout] | [INFO] [stdout] 12 | let source = Box::new($error); [INFO] [stdout] | ^^^^^^^^ unreachable call [INFO] [stdout] | [INFO] [stdout] ::: src/api/types.rs:99:45 [INFO] [stdout] | [INFO] [stdout] 99 | .map_err(|e| err!(with: e, "Failed to convert into SQLite type")) [INFO] [stdout] | - any code following this expression is unreachable [INFO] [stdout] ... [INFO] [stdout] 126 | impl_sqlitetype_conversion!(u32 => i64 => SqliteType::Integer); [INFO] [stdout] | -------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `err` which comes from the expansion of the macro `impl_sqlitetype_conversion` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the size for values of type `dyn std::error::Error + Send` cannot be known at compilation time [INFO] [stdout] --> src/api/types.rs:99:45 [INFO] [stdout] | [INFO] [stdout] 99 | .map_err(|e| err!(with: e, "Failed to convert into SQLite type")) [INFO] [stdout] | ^ doesn't have a size known at compile-time [INFO] [stdout] ... [INFO] [stdout] 126 | impl_sqlitetype_conversion!(u32 => i64 => SqliteType::Integer); [INFO] [stdout] | -------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] ::: src/error.rs:12:22 [INFO] [stdout] | [INFO] [stdout] 12 | let source = Box::new($error); [INFO] [stdout] | -------- required by a bound introduced by this call [INFO] [stdout] | [INFO] [stdout] = help: the trait `Sized` is not implemented for `dyn std::error::Error + Send` [INFO] [stdout] note: required by a bound in `Box::::new` [INFO] [stdout] --> /rustc/88b8a1c6e3a6f6f8a2ed6b6a9a74e0ef1862f72c/library/alloc/src/boxed.rs:284:4 [INFO] [stdout] = note: this error originates in the macro `impl_sqlitetype_conversion` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable call [INFO] [stdout] --> src/error.rs:12:22 [INFO] [stdout] | [INFO] [stdout] 12 | let source = Box::new($error); [INFO] [stdout] | ^^^^^^^^ unreachable call [INFO] [stdout] | [INFO] [stdout] ::: src/api/types.rs:109:49 [INFO] [stdout] | [INFO] [stdout] 109 | .map_err(|e| err!(with: e, "Failed to convert into SQLite type")), [INFO] [stdout] | - any code following this expression is unreachable [INFO] [stdout] ... [INFO] [stdout] 126 | impl_sqlitetype_conversion!(u32 => i64 => SqliteType::Integer); [INFO] [stdout] | -------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `err` which comes from the expansion of the macro `impl_sqlitetype_conversion` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the size for values of type `dyn std::error::Error + Send` cannot be known at compilation time [INFO] [stdout] --> src/api/types.rs:109:49 [INFO] [stdout] | [INFO] [stdout] 109 | .map_err(|e| err!(with: e, "Failed to convert into SQLite type")), [INFO] [stdout] | ^ doesn't have a size known at compile-time [INFO] [stdout] ... [INFO] [stdout] 126 | impl_sqlitetype_conversion!(u32 => i64 => SqliteType::Integer); [INFO] [stdout] | -------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] ::: src/error.rs:12:22 [INFO] [stdout] | [INFO] [stdout] 12 | let source = Box::new($error); [INFO] [stdout] | -------- required by a bound introduced by this call [INFO] [stdout] | [INFO] [stdout] = help: the trait `Sized` is not implemented for `dyn std::error::Error + Send` [INFO] [stdout] note: required by a bound in `Box::::new` [INFO] [stdout] --> /rustc/88b8a1c6e3a6f6f8a2ed6b6a9a74e0ef1862f72c/library/alloc/src/boxed.rs:284:4 [INFO] [stdout] = note: this error originates in the macro `impl_sqlitetype_conversion` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable call [INFO] [stdout] --> src/error.rs:12:22 [INFO] [stdout] | [INFO] [stdout] 12 | let source = Box::new($error); [INFO] [stdout] | ^^^^^^^^ unreachable call [INFO] [stdout] | [INFO] [stdout] ::: src/api/types.rs:99:45 [INFO] [stdout] | [INFO] [stdout] 99 | .map_err(|e| err!(with: e, "Failed to convert into SQLite type")) [INFO] [stdout] | - any code following this expression is unreachable [INFO] [stdout] ... [INFO] [stdout] 128 | impl_sqlitetype_conversion!(u16 => i64 => SqliteType::Integer); [INFO] [stdout] | -------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `err` which comes from the expansion of the macro `impl_sqlitetype_conversion` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the size for values of type `dyn std::error::Error + Send` cannot be known at compilation time [INFO] [stdout] --> src/api/types.rs:99:45 [INFO] [stdout] | [INFO] [stdout] 99 | .map_err(|e| err!(with: e, "Failed to convert into SQLite type")) [INFO] [stdout] | ^ doesn't have a size known at compile-time [INFO] [stdout] ... [INFO] [stdout] 128 | impl_sqlitetype_conversion!(u16 => i64 => SqliteType::Integer); [INFO] [stdout] | -------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] ::: src/error.rs:12:22 [INFO] [stdout] | [INFO] [stdout] 12 | let source = Box::new($error); [INFO] [stdout] | -------- required by a bound introduced by this call [INFO] [stdout] | [INFO] [stdout] = help: the trait `Sized` is not implemented for `dyn std::error::Error + Send` [INFO] [stdout] note: required by a bound in `Box::::new` [INFO] [stdout] --> /rustc/88b8a1c6e3a6f6f8a2ed6b6a9a74e0ef1862f72c/library/alloc/src/boxed.rs:284:4 [INFO] [stdout] = note: this error originates in the macro `impl_sqlitetype_conversion` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable call [INFO] [stdout] --> src/error.rs:12:22 [INFO] [stdout] | [INFO] [stdout] 12 | let source = Box::new($error); [INFO] [stdout] | ^^^^^^^^ unreachable call [INFO] [stdout] | [INFO] [stdout] ::: src/api/types.rs:99:45 [INFO] [stdout] | [INFO] [stdout] 99 | .map_err(|e| err!(with: e, "Failed to convert into SQLite type")) [INFO] [stdout] | - any code following this expression is unreachable [INFO] [stdout] ... [INFO] [stdout] 127 | impl_sqlitetype_conversion!(i32 => i64 => SqliteType::Integer); [INFO] [stdout] | -------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `err` which comes from the expansion of the macro `impl_sqlitetype_conversion` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the size for values of type `dyn std::error::Error + Send` cannot be known at compilation time [INFO] [stdout] --> src/api/types.rs:99:45 [INFO] [stdout] | [INFO] [stdout] 99 | .map_err(|e| err!(with: e, "Failed to convert into SQLite type")) [INFO] [stdout] | ^ doesn't have a size known at compile-time [INFO] [stdout] ... [INFO] [stdout] 127 | impl_sqlitetype_conversion!(i32 => i64 => SqliteType::Integer); [INFO] [stdout] | -------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] ::: src/error.rs:12:22 [INFO] [stdout] | [INFO] [stdout] 12 | let source = Box::new($error); [INFO] [stdout] | -------- required by a bound introduced by this call [INFO] [stdout] | [INFO] [stdout] = help: the trait `Sized` is not implemented for `dyn std::error::Error + Send` [INFO] [stdout] note: required by a bound in `Box::::new` [INFO] [stdout] --> /rustc/88b8a1c6e3a6f6f8a2ed6b6a9a74e0ef1862f72c/library/alloc/src/boxed.rs:284:4 [INFO] [stdout] = note: this error originates in the macro `impl_sqlitetype_conversion` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable call [INFO] [stdout] --> src/error.rs:12:22 [INFO] [stdout] | [INFO] [stdout] 12 | let source = Box::new($error); [INFO] [stdout] | ^^^^^^^^ unreachable call [INFO] [stdout] | [INFO] [stdout] ::: src/api/types.rs:109:49 [INFO] [stdout] | [INFO] [stdout] 109 | .map_err(|e| err!(with: e, "Failed to convert into SQLite type")), [INFO] [stdout] | - any code following this expression is unreachable [INFO] [stdout] ... [INFO] [stdout] 127 | impl_sqlitetype_conversion!(i32 => i64 => SqliteType::Integer); [INFO] [stdout] | -------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `err` which comes from the expansion of the macro `impl_sqlitetype_conversion` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable call [INFO] [stdout] --> src/error.rs:12:22 [INFO] [stdout] | [INFO] [stdout] 12 | let source = Box::new($error); [INFO] [stdout] | ^^^^^^^^ unreachable call [INFO] [stdout] | [INFO] [stdout] ::: src/api/types.rs:109:49 [INFO] [stdout] | [INFO] [stdout] 109 | .map_err(|e| err!(with: e, "Failed to convert into SQLite type")), [INFO] [stdout] | - any code following this expression is unreachable [INFO] [stdout] ... [INFO] [stdout] 128 | impl_sqlitetype_conversion!(u16 => i64 => SqliteType::Integer); [INFO] [stdout] | -------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `err` which comes from the expansion of the macro `impl_sqlitetype_conversion` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the size for values of type `dyn std::error::Error + Send` cannot be known at compilation time [INFO] [stdout] --> src/api/types.rs:109:49 [INFO] [stdout] | [INFO] [stdout] 109 | .map_err(|e| err!(with: e, "Failed to convert into SQLite type")), [INFO] [stdout] | ^ doesn't have a size known at compile-time [INFO] [stdout] ... [INFO] [stdout] 127 | impl_sqlitetype_conversion!(i32 => i64 => SqliteType::Integer); [INFO] [stdout] | -------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] ::: src/error.rs:12:22 [INFO] [stdout] | [INFO] [stdout] 12 | let source = Box::new($error); [INFO] [stdout] | -------- required by a bound introduced by this call [INFO] [stdout] | [INFO] [stdout] = help: the trait `Sized` is not implemented for `dyn std::error::Error + Send` [INFO] [stdout] note: required by a bound in `Box::::new` [INFO] [stdout] --> /rustc/88b8a1c6e3a6f6f8a2ed6b6a9a74e0ef1862f72c/library/alloc/src/boxed.rs:284:4 [INFO] [stdout] = note: this error originates in the macro `impl_sqlitetype_conversion` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the size for values of type `dyn std::error::Error + Send` cannot be known at compilation time [INFO] [stdout] --> src/api/types.rs:109:49 [INFO] [stdout] | [INFO] [stdout] 109 | .map_err(|e| err!(with: e, "Failed to convert into SQLite type")), [INFO] [stdout] | ^ doesn't have a size known at compile-time [INFO] [stdout] ... [INFO] [stdout] 128 | impl_sqlitetype_conversion!(u16 => i64 => SqliteType::Integer); [INFO] [stdout] | -------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] ::: src/error.rs:12:22 [INFO] [stdout] | [INFO] [stdout] 12 | let source = Box::new($error); [INFO] [stdout] | -------- required by a bound introduced by this call [INFO] [stdout] | [INFO] [stdout] = help: the trait `Sized` is not implemented for `dyn std::error::Error + Send` [INFO] [stdout] note: required by a bound in `Box::::new` [INFO] [stdout] --> /rustc/88b8a1c6e3a6f6f8a2ed6b6a9a74e0ef1862f72c/library/alloc/src/boxed.rs:284:4 [INFO] [stdout] = note: this error originates in the macro `impl_sqlitetype_conversion` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable call [INFO] [stdout] --> src/error.rs:12:22 [INFO] [stdout] | [INFO] [stdout] 12 | let source = Box::new($error); [INFO] [stdout] | ^^^^^^^^ unreachable call [INFO] [stdout] | [INFO] [stdout] ::: src/api/types.rs:99:45 [INFO] [stdout] | [INFO] [stdout] 99 | .map_err(|e| err!(with: e, "Failed to convert into SQLite type")) [INFO] [stdout] | - any code following this expression is unreachable [INFO] [stdout] ... [INFO] [stdout] 128 | impl_sqlitetype_conversion!(u16 => i64 => SqliteType::Integer); [INFO] [stdout] | -------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `err` which comes from the expansion of the macro `impl_sqlitetype_conversion` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the size for values of type `dyn std::error::Error + Send` cannot be known at compilation time [INFO] [stdout] --> src/api/types.rs:99:45 [INFO] [stdout] | [INFO] [stdout] 99 | .map_err(|e| err!(with: e, "Failed to convert into SQLite type")) [INFO] [stdout] | ^ doesn't have a size known at compile-time [INFO] [stdout] ... [INFO] [stdout] 128 | impl_sqlitetype_conversion!(u16 => i64 => SqliteType::Integer); [INFO] [stdout] | -------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] ::: src/error.rs:12:22 [INFO] [stdout] | [INFO] [stdout] 12 | let source = Box::new($error); [INFO] [stdout] | -------- required by a bound introduced by this call [INFO] [stdout] | [INFO] [stdout] = help: the trait `Sized` is not implemented for `dyn std::error::Error + Send` [INFO] [stdout] note: required by a bound in `Box::::new` [INFO] [stdout] --> /rustc/88b8a1c6e3a6f6f8a2ed6b6a9a74e0ef1862f72c/library/alloc/src/boxed.rs:284:4 [INFO] [stdout] = note: this error originates in the macro `impl_sqlitetype_conversion` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable call [INFO] [stdout] --> src/error.rs:12:22 [INFO] [stdout] | [INFO] [stdout] 12 | let source = Box::new($error); [INFO] [stdout] | ^^^^^^^^ unreachable call [INFO] [stdout] | [INFO] [stdout] ::: src/api/types.rs:109:49 [INFO] [stdout] | [INFO] [stdout] 109 | .map_err(|e| err!(with: e, "Failed to convert into SQLite type")), [INFO] [stdout] | - any code following this expression is unreachable [INFO] [stdout] ... [INFO] [stdout] 128 | impl_sqlitetype_conversion!(u16 => i64 => SqliteType::Integer); [INFO] [stdout] | -------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `err` which comes from the expansion of the macro `impl_sqlitetype_conversion` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the size for values of type `dyn std::error::Error + Send` cannot be known at compilation time [INFO] [stdout] --> src/api/types.rs:109:49 [INFO] [stdout] | [INFO] [stdout] 109 | .map_err(|e| err!(with: e, "Failed to convert into SQLite type")), [INFO] [stdout] | ^ doesn't have a size known at compile-time [INFO] [stdout] ... [INFO] [stdout] 128 | impl_sqlitetype_conversion!(u16 => i64 => SqliteType::Integer); [INFO] [stdout] | -------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] ::: src/error.rs:12:22 [INFO] [stdout] | [INFO] [stdout] 12 | let source = Box::new($error); [INFO] [stdout] | -------- required by a bound introduced by this call [INFO] [stdout] | [INFO] [stdout] = help: the trait `Sized` is not implemented for `dyn std::error::Error + Send` [INFO] [stdout] note: required by a bound in `Box::::new` [INFO] [stdout] --> /rustc/88b8a1c6e3a6f6f8a2ed6b6a9a74e0ef1862f72c/library/alloc/src/boxed.rs:284:4 [INFO] [stdout] = note: this error originates in the macro `impl_sqlitetype_conversion` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable call [INFO] [stdout] --> src/error.rs:12:22 [INFO] [stdout] | [INFO] [stdout] 12 | let source = Box::new($error); [INFO] [stdout] | ^^^^^^^^ unreachable call [INFO] [stdout] | [INFO] [stdout] ::: src/api/types.rs:99:45 [INFO] [stdout] | [INFO] [stdout] 99 | .map_err(|e| err!(with: e, "Failed to convert into SQLite type")) [INFO] [stdout] | - any code following this expression is unreachable [INFO] [stdout] ... [INFO] [stdout] 129 | impl_sqlitetype_conversion!(i16 => i64 => SqliteType::Integer); [INFO] [stdout] | -------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `err` which comes from the expansion of the macro `impl_sqlitetype_conversion` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the size for values of type `dyn std::error::Error + Send` cannot be known at compilation time [INFO] [stdout] --> src/api/types.rs:99:45 [INFO] [stdout] | [INFO] [stdout] 99 | .map_err(|e| err!(with: e, "Failed to convert into SQLite type")) [INFO] [stdout] | ^ doesn't have a size known at compile-time [INFO] [stdout] ... [INFO] [stdout] 129 | impl_sqlitetype_conversion!(i16 => i64 => SqliteType::Integer); [INFO] [stdout] | -------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] ::: src/error.rs:12:22 [INFO] [stdout] | [INFO] [stdout] 12 | let source = Box::new($error); [INFO] [stdout] | -------- required by a bound introduced by this call [INFO] [stdout] | [INFO] [stdout] = help: the trait `Sized` is not implemented for `dyn std::error::Error + Send` [INFO] [stdout] note: required by a bound in `Box::::new` [INFO] [stdout] --> /rustc/88b8a1c6e3a6f6f8a2ed6b6a9a74e0ef1862f72c/library/alloc/src/boxed.rs:284:4 [INFO] [stdout] = note: this error originates in the macro `impl_sqlitetype_conversion` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable call [INFO] [stdout] --> src/error.rs:12:22 [INFO] [stdout] | [INFO] [stdout] 12 | let source = Box::new($error); [INFO] [stdout] | ^^^^^^^^ unreachable call [INFO] [stdout] | [INFO] [stdout] ::: src/api/types.rs:109:49 [INFO] [stdout] | [INFO] [stdout] 109 | .map_err(|e| err!(with: e, "Failed to convert into SQLite type")), [INFO] [stdout] | - any code following this expression is unreachable [INFO] [stdout] ... [INFO] [stdout] 129 | impl_sqlitetype_conversion!(i16 => i64 => SqliteType::Integer); [INFO] [stdout] | -------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `err` which comes from the expansion of the macro `impl_sqlitetype_conversion` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the size for values of type `dyn std::error::Error + Send` cannot be known at compilation time [INFO] [stdout] --> src/api/types.rs:109:49 [INFO] [stdout] | [INFO] [stdout] 109 | .map_err(|e| err!(with: e, "Failed to convert into SQLite type")), [INFO] [stdout] | ^ doesn't have a size known at compile-time [INFO] [stdout] ... [INFO] [stdout] 129 | impl_sqlitetype_conversion!(i16 => i64 => SqliteType::Integer); [INFO] [stdout] | -------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] ::: src/error.rs:12:22 [INFO] [stdout] | [INFO] [stdout] 12 | let source = Box::new($error); [INFO] [stdout] | -------- required by a bound introduced by this call [INFO] [stdout] | [INFO] [stdout] = help: the trait `Sized` is not implemented for `dyn std::error::Error + Send` [INFO] [stdout] note: required by a bound in `Box::::new` [INFO] [stdout] --> /rustc/88b8a1c6e3a6f6f8a2ed6b6a9a74e0ef1862f72c/library/alloc/src/boxed.rs:284:4 [INFO] [stdout] = note: this error originates in the macro `impl_sqlitetype_conversion` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable call [INFO] [stdout] --> src/error.rs:12:22 [INFO] [stdout] | [INFO] [stdout] 12 | let source = Box::new($error); [INFO] [stdout] | ^^^^^^^^ unreachable call [INFO] [stdout] | [INFO] [stdout] ::: src/api/types.rs:99:45 [INFO] [stdout] | [INFO] [stdout] 99 | .map_err(|e| err!(with: e, "Failed to convert into SQLite type")) [INFO] [stdout] | - any code following this expression is unreachable [INFO] [stdout] ... [INFO] [stdout] 130 | impl_sqlitetype_conversion!(u8 => i64 => SqliteType::Integer); [INFO] [stdout] | ------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `err` which comes from the expansion of the macro `impl_sqlitetype_conversion` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the size for values of type `dyn std::error::Error + Send` cannot be known at compilation time [INFO] [stdout] --> src/api/types.rs:99:45 [INFO] [stdout] | [INFO] [stdout] 99 | .map_err(|e| err!(with: e, "Failed to convert into SQLite type")) [INFO] [stdout] | ^ doesn't have a size known at compile-time [INFO] [stdout] ... [INFO] [stdout] 130 | impl_sqlitetype_conversion!(u8 => i64 => SqliteType::Integer); [INFO] [stdout] | ------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] ::: src/error.rs:12:22 [INFO] [stdout] | [INFO] [stdout] 12 | let source = Box::new($error); [INFO] [stdout] | -------- required by a bound introduced by this call [INFO] [stdout] | [INFO] [stdout] = help: the trait `Sized` is not implemented for `dyn std::error::Error + Send` [INFO] [stdout] note: required by a bound in `Box::::new` [INFO] [stdout] --> /rustc/88b8a1c6e3a6f6f8a2ed6b6a9a74e0ef1862f72c/library/alloc/src/boxed.rs:284:4 [INFO] [stdout] = note: this error originates in the macro `impl_sqlitetype_conversion` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable call [INFO] [stdout] --> src/error.rs:12:22 [INFO] [stdout] | [INFO] [stdout] 12 | let source = Box::new($error); [INFO] [stdout] | ^^^^^^^^ unreachable call [INFO] [stdout] | [INFO] [stdout] ::: src/api/types.rs:109:49 [INFO] [stdout] | [INFO] [stdout] 109 | .map_err(|e| err!(with: e, "Failed to convert into SQLite type")), [INFO] [stdout] | - any code following this expression is unreachable [INFO] [stdout] ... [INFO] [stdout] 130 | impl_sqlitetype_conversion!(u8 => i64 => SqliteType::Integer); [INFO] [stdout] | ------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `err` which comes from the expansion of the macro `impl_sqlitetype_conversion` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the size for values of type `dyn std::error::Error + Send` cannot be known at compilation time [INFO] [stdout] --> src/api/types.rs:109:49 [INFO] [stdout] | [INFO] [stdout] 109 | .map_err(|e| err!(with: e, "Failed to convert into SQLite type")), [INFO] [stdout] | ^ doesn't have a size known at compile-time [INFO] [stdout] ... [INFO] [stdout] 130 | impl_sqlitetype_conversion!(u8 => i64 => SqliteType::Integer); [INFO] [stdout] | ------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] ::: src/error.rs:12:22 [INFO] [stdout] | [INFO] [stdout] 12 | let source = Box::new($error); [INFO] [stdout] | -------- required by a bound introduced by this call [INFO] [stdout] | [INFO] [stdout] = help: the trait `Sized` is not implemented for `dyn std::error::Error + Send` [INFO] [stdout] note: required by a bound in `Box::::new` [INFO] [stdout] --> /rustc/88b8a1c6e3a6f6f8a2ed6b6a9a74e0ef1862f72c/library/alloc/src/boxed.rs:284:4 [INFO] [stdout] = note: this error originates in the macro `impl_sqlitetype_conversion` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable call [INFO] [stdout] --> src/error.rs:12:22 [INFO] [stdout] | [INFO] [stdout] 12 | let source = Box::new($error); [INFO] [stdout] | ^^^^^^^^ unreachable call [INFO] [stdout] | [INFO] [stdout] ::: src/api/types.rs:99:45 [INFO] [stdout] | [INFO] [stdout] 99 | .map_err(|e| err!(with: e, "Failed to convert into SQLite type")) [INFO] [stdout] | - any code following this expression is unreachable [INFO] [stdout] ... [INFO] [stdout] 131 | impl_sqlitetype_conversion!(i8 => i64 => SqliteType::Integer); [INFO] [stdout] | ------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `err` which comes from the expansion of the macro `impl_sqlitetype_conversion` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the size for values of type `dyn std::error::Error + Send` cannot be known at compilation time [INFO] [stdout] --> src/api/types.rs:99:45 [INFO] [stdout] | [INFO] [stdout] 99 | .map_err(|e| err!(with: e, "Failed to convert into SQLite type")) [INFO] [stdout] | ^ doesn't have a size known at compile-time [INFO] [stdout] ... [INFO] [stdout] 131 | impl_sqlitetype_conversion!(i8 => i64 => SqliteType::Integer); [INFO] [stdout] | ------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] ::: src/error.rs:12:22 [INFO] [stdout] | [INFO] [stdout] 12 | let source = Box::new($error); [INFO] [stdout] | -------- required by a bound introduced by this call [INFO] [stdout] | [INFO] [stdout] = help: the trait `Sized` is not implemented for `dyn std::error::Error + Send` [INFO] [stdout] note: required by a bound in `Box::::new` [INFO] [stdout] --> /rustc/88b8a1c6e3a6f6f8a2ed6b6a9a74e0ef1862f72c/library/alloc/src/boxed.rs:284:4 [INFO] [stdout] = note: this error originates in the macro `impl_sqlitetype_conversion` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable call [INFO] [stdout] --> src/error.rs:12:22 [INFO] [stdout] | [INFO] [stdout] 12 | let source = Box::new($error); [INFO] [stdout] | ^^^^^^^^ unreachable call [INFO] [stdout] | [INFO] [stdout] ::: src/api/types.rs:109:49 [INFO] [stdout] | [INFO] [stdout] 109 | .map_err(|e| err!(with: e, "Failed to convert into SQLite type")), [INFO] [stdout] | - any code following this expression is unreachable [INFO] [stdout] ... [INFO] [stdout] 131 | impl_sqlitetype_conversion!(i8 => i64 => SqliteType::Integer); [INFO] [stdout] | ------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `err` which comes from the expansion of the macro `impl_sqlitetype_conversion` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the size for values of type `dyn std::error::Error + Send` cannot be known at compilation time [INFO] [stdout] --> src/api/types.rs:109:49 [INFO] [stdout] | [INFO] [stdout] 109 | .map_err(|e| err!(with: e, "Failed to convert into SQLite type")), [INFO] [stdout] | ^ doesn't have a size known at compile-time [INFO] [stdout] ... [INFO] [stdout] 131 | impl_sqlitetype_conversion!(i8 => i64 => SqliteType::Integer); [INFO] [stdout] | ------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] ::: src/error.rs:12:22 [INFO] [stdout] | [INFO] [stdout] 12 | let source = Box::new($error); [INFO] [stdout] | -------- required by a bound introduced by this call [INFO] [stdout] | [INFO] [stdout] = help: the trait `Sized` is not implemented for `dyn std::error::Error + Send` [INFO] [stdout] note: required by a bound in `Box::::new` [INFO] [stdout] --> /rustc/88b8a1c6e3a6f6f8a2ed6b6a9a74e0ef1862f72c/library/alloc/src/boxed.rs:284:4 [INFO] [stdout] = note: this error originates in the macro `impl_sqlitetype_conversion` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable call [INFO] [stdout] --> src/error.rs:12:22 [INFO] [stdout] | [INFO] [stdout] 12 | let source = Box::new($error); [INFO] [stdout] | ^^^^^^^^ unreachable call [INFO] [stdout] | [INFO] [stdout] ::: src/api/types.rs:75:49 [INFO] [stdout] | [INFO] [stdout] 75 | .map_err(|e| err!(with: e, "Failed to convert from SQLite type")), [INFO] [stdout] | - any code following this expression is unreachable [INFO] [stdout] ... [INFO] [stdout] 133 | impl_sqlitetype_conversion!(f64 => f64 => SqliteType::Real); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `err` which comes from the expansion of the macro `impl_sqlitetype_conversion` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the size for values of type `dyn std::error::Error + Send` cannot be known at compilation time [INFO] [stdout] --> src/api/types.rs:75:49 [INFO] [stdout] | [INFO] [stdout] 75 | .map_err(|e| err!(with: e, "Failed to convert from SQLite type")), [INFO] [stdout] | ^ doesn't have a size known at compile-time [INFO] [stdout] ... [INFO] [stdout] 133 | impl_sqlitetype_conversion!(f64 => f64 => SqliteType::Real); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] ::: src/error.rs:12:22 [INFO] [stdout] | [INFO] [stdout] 12 | let source = Box::new($error); [INFO] [stdout] | -------- required by a bound introduced by this call [INFO] [stdout] | [INFO] [stdout] = help: the trait `Sized` is not implemented for `dyn std::error::Error + Send` [INFO] [stdout] note: required by a bound in `Box::::new` [INFO] [stdout] --> /rustc/88b8a1c6e3a6f6f8a2ed6b6a9a74e0ef1862f72c/library/alloc/src/boxed.rs:284:4 [INFO] [stdout] = note: this error originates in the macro `impl_sqlitetype_conversion` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable call [INFO] [stdout] --> src/error.rs:12:22 [INFO] [stdout] | [INFO] [stdout] 12 | let source = Box::new($error); [INFO] [stdout] | ^^^^^^^^ unreachable call [INFO] [stdout] | [INFO] [stdout] ::: src/api/types.rs:87:49 [INFO] [stdout] | [INFO] [stdout] 87 | .map_err(|e| err!(with: e, "Failed to convert from SQLite type")), [INFO] [stdout] | - any code following this expression is unreachable [INFO] [stdout] ... [INFO] [stdout] 133 | impl_sqlitetype_conversion!(f64 => f64 => SqliteType::Real); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `err` which comes from the expansion of the macro `impl_sqlitetype_conversion` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the size for values of type `dyn std::error::Error + Send` cannot be known at compilation time [INFO] [stdout] --> src/api/types.rs:87:49 [INFO] [stdout] | [INFO] [stdout] 87 | .map_err(|e| err!(with: e, "Failed to convert from SQLite type")), [INFO] [stdout] | ^ doesn't have a size known at compile-time [INFO] [stdout] ... [INFO] [stdout] 133 | impl_sqlitetype_conversion!(f64 => f64 => SqliteType::Real); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] ::: src/error.rs:12:22 [INFO] [stdout] | [INFO] [stdout] 12 | let source = Box::new($error); [INFO] [stdout] | -------- required by a bound introduced by this call [INFO] [stdout] | [INFO] [stdout] = help: the trait `Sized` is not implemented for `dyn std::error::Error + Send` [INFO] [stdout] note: required by a bound in `Box::::new` [INFO] [stdout] --> /rustc/88b8a1c6e3a6f6f8a2ed6b6a9a74e0ef1862f72c/library/alloc/src/boxed.rs:284:4 [INFO] [stdout] = note: this error originates in the macro `impl_sqlitetype_conversion` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable call [INFO] [stdout] --> src/error.rs:12:22 [INFO] [stdout] | [INFO] [stdout] 12 | let source = Box::new($error); [INFO] [stdout] | ^^^^^^^^ unreachable call [INFO] [stdout] | [INFO] [stdout] ::: src/api/types.rs:99:45 [INFO] [stdout] | [INFO] [stdout] 99 | .map_err(|e| err!(with: e, "Failed to convert into SQLite type")) [INFO] [stdout] | - any code following this expression is unreachable [INFO] [stdout] ... [INFO] [stdout] 129 | impl_sqlitetype_conversion!(i16 => i64 => SqliteType::Integer); [INFO] [stdout] | -------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `err` which comes from the expansion of the macro `impl_sqlitetype_conversion` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable call [INFO] [stdout] --> src/error.rs:12:22 [INFO] [stdout] | [INFO] [stdout] 12 | let source = Box::new($error); [INFO] [stdout] | ^^^^^^^^ unreachable call [INFO] [stdout] | [INFO] [stdout] ::: src/api/types.rs:99:45 [INFO] [stdout] | [INFO] [stdout] 99 | .map_err(|e| err!(with: e, "Failed to convert into SQLite type")) [INFO] [stdout] | - any code following this expression is unreachable [INFO] [stdout] ... [INFO] [stdout] 133 | impl_sqlitetype_conversion!(f64 => f64 => SqliteType::Real); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `err` which comes from the expansion of the macro `impl_sqlitetype_conversion` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the size for values of type `dyn std::error::Error + Send` cannot be known at compilation time [INFO] [stdout] --> src/api/types.rs:99:45 [INFO] [stdout] | [INFO] [stdout] 99 | .map_err(|e| err!(with: e, "Failed to convert into SQLite type")) [INFO] [stdout] | ^ doesn't have a size known at compile-time [INFO] [stdout] ... [INFO] [stdout] 129 | impl_sqlitetype_conversion!(i16 => i64 => SqliteType::Integer); [INFO] [stdout] | -------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] ::: src/error.rs:12:22 [INFO] [stdout] | [INFO] [stdout] 12 | let source = Box::new($error); [INFO] [stdout] | -------- required by a bound introduced by this call [INFO] [stdout] | [INFO] [stdout] = help: the trait `Sized` is not implemented for `dyn std::error::Error + Send` [INFO] [stdout] note: required by a bound in `Box::::new` [INFO] [stdout] --> /rustc/88b8a1c6e3a6f6f8a2ed6b6a9a74e0ef1862f72c/library/alloc/src/boxed.rs:284:4 [INFO] [stdout] = note: this error originates in the macro `impl_sqlitetype_conversion` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable call [INFO] [stdout] --> src/error.rs:12:22 [INFO] [stdout] | [INFO] [stdout] 12 | let source = Box::new($error); [INFO] [stdout] | ^^^^^^^^ unreachable call [INFO] [stdout] | [INFO] [stdout] ::: src/api/types.rs:109:49 [INFO] [stdout] | [INFO] [stdout] 109 | .map_err(|e| err!(with: e, "Failed to convert into SQLite type")), [INFO] [stdout] | - any code following this expression is unreachable [INFO] [stdout] ... [INFO] [stdout] 129 | impl_sqlitetype_conversion!(i16 => i64 => SqliteType::Integer); [INFO] [stdout] | -------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `err` which comes from the expansion of the macro `impl_sqlitetype_conversion` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the size for values of type `dyn std::error::Error + Send` cannot be known at compilation time [INFO] [stdout] --> src/api/types.rs:109:49 [INFO] [stdout] | [INFO] [stdout] 109 | .map_err(|e| err!(with: e, "Failed to convert into SQLite type")), [INFO] [stdout] | ^ doesn't have a size known at compile-time [INFO] [stdout] ... [INFO] [stdout] 129 | impl_sqlitetype_conversion!(i16 => i64 => SqliteType::Integer); [INFO] [stdout] | -------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] ::: src/error.rs:12:22 [INFO] [stdout] | [INFO] [stdout] 12 | let source = Box::new($error); [INFO] [stdout] | -------- required by a bound introduced by this call [INFO] [stdout] | [INFO] [stdout] = help: the trait `Sized` is not implemented for `dyn std::error::Error + Send` [INFO] [stdout] note: required by a bound in `Box::::new` [INFO] [stdout] --> /rustc/88b8a1c6e3a6f6f8a2ed6b6a9a74e0ef1862f72c/library/alloc/src/boxed.rs:284:4 [INFO] [stdout] = note: this error originates in the macro `impl_sqlitetype_conversion` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the size for values of type `dyn std::error::Error + Send` cannot be known at compilation time [INFO] [stdout] --> src/api/types.rs:99:45 [INFO] [stdout] | [INFO] [stdout] 99 | .map_err(|e| err!(with: e, "Failed to convert into SQLite type")) [INFO] [stdout] | ^ doesn't have a size known at compile-time [INFO] [stdout] ... [INFO] [stdout] 133 | impl_sqlitetype_conversion!(f64 => f64 => SqliteType::Real); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] ::: src/error.rs:12:22 [INFO] [stdout] | [INFO] [stdout] 12 | let source = Box::new($error); [INFO] [stdout] | -------- required by a bound introduced by this call [INFO] [stdout] | [INFO] [stdout] = help: the trait `Sized` is not implemented for `dyn std::error::Error + Send` [INFO] [stdout] note: required by a bound in `Box::::new` [INFO] [stdout] --> /rustc/88b8a1c6e3a6f6f8a2ed6b6a9a74e0ef1862f72c/library/alloc/src/boxed.rs:284:4 [INFO] [stdout] = note: this error originates in the macro `impl_sqlitetype_conversion` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable call [INFO] [stdout] --> src/error.rs:12:22 [INFO] [stdout] | [INFO] [stdout] 12 | let source = Box::new($error); [INFO] [stdout] | ^^^^^^^^ unreachable call [INFO] [stdout] | [INFO] [stdout] ::: src/api/types.rs:99:45 [INFO] [stdout] | [INFO] [stdout] 99 | .map_err(|e| err!(with: e, "Failed to convert into SQLite type")) [INFO] [stdout] | - any code following this expression is unreachable [INFO] [stdout] ... [INFO] [stdout] 130 | impl_sqlitetype_conversion!(u8 => i64 => SqliteType::Integer); [INFO] [stdout] | ------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `err` which comes from the expansion of the macro `impl_sqlitetype_conversion` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable call [INFO] [stdout] --> src/error.rs:12:22 [INFO] [stdout] | [INFO] [stdout] 12 | let source = Box::new($error); [INFO] [stdout] | ^^^^^^^^ unreachable call [INFO] [stdout] | [INFO] [stdout] ::: src/api/types.rs:109:49 [INFO] [stdout] | [INFO] [stdout] 109 | .map_err(|e| err!(with: e, "Failed to convert into SQLite type")), [INFO] [stdout] | - any code following this expression is unreachable [INFO] [stdout] ... [INFO] [stdout] 133 | impl_sqlitetype_conversion!(f64 => f64 => SqliteType::Real); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `err` which comes from the expansion of the macro `impl_sqlitetype_conversion` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the size for values of type `dyn std::error::Error + Send` cannot be known at compilation time [INFO] [stdout] --> src/api/types.rs:109:49 [INFO] [stdout] | [INFO] [stdout] 109 | .map_err(|e| err!(with: e, "Failed to convert into SQLite type")), [INFO] [stdout] | ^ doesn't have a size known at compile-time [INFO] [stdout] ... [INFO] [stdout] 133 | impl_sqlitetype_conversion!(f64 => f64 => SqliteType::Real); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] ::: src/error.rs:12:22 [INFO] [stdout] | [INFO] [stdout] 12 | let source = Box::new($error); [INFO] [stdout] | -------- required by a bound introduced by this call [INFO] [stdout] | [INFO] [stdout] = help: the trait `Sized` is not implemented for `dyn std::error::Error + Send` [INFO] [stdout] note: required by a bound in `Box::::new` [INFO] [stdout] --> /rustc/88b8a1c6e3a6f6f8a2ed6b6a9a74e0ef1862f72c/library/alloc/src/boxed.rs:284:4 [INFO] [stdout] = note: this error originates in the macro `impl_sqlitetype_conversion` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable call [INFO] [stdout] --> src/error.rs:12:22 [INFO] [stdout] | [INFO] [stdout] 12 | let source = Box::new($error); [INFO] [stdout] | ^^^^^^^^ unreachable call [INFO] [stdout] | [INFO] [stdout] ::: src/api/types.rs:99:45 [INFO] [stdout] | [INFO] [stdout] 99 | .map_err(|e| err!(with: e, "Failed to convert into SQLite type")) [INFO] [stdout] | - any code following this expression is unreachable [INFO] [stdout] ... [INFO] [stdout] 134 | impl_sqlitetype_conversion!(into: f32 => f64 => SqliteType::Real); [INFO] [stdout] | ----------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `err` which comes from the expansion of the macro `impl_sqlitetype_conversion` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the size for values of type `dyn std::error::Error + Send` cannot be known at compilation time [INFO] [stdout] --> src/api/types.rs:99:45 [INFO] [stdout] | [INFO] [stdout] 99 | .map_err(|e| err!(with: e, "Failed to convert into SQLite type")) [INFO] [stdout] | ^ doesn't have a size known at compile-time [INFO] [stdout] ... [INFO] [stdout] 134 | impl_sqlitetype_conversion!(into: f32 => f64 => SqliteType::Real); [INFO] [stdout] | ----------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] ::: src/error.rs:12:22 [INFO] [stdout] | [INFO] [stdout] 12 | let source = Box::new($error); [INFO] [stdout] | -------- required by a bound introduced by this call [INFO] [stdout] | [INFO] [stdout] = help: the trait `Sized` is not implemented for `dyn std::error::Error + Send` [INFO] [stdout] note: required by a bound in `Box::::new` [INFO] [stdout] --> /rustc/88b8a1c6e3a6f6f8a2ed6b6a9a74e0ef1862f72c/library/alloc/src/boxed.rs:284:4 [INFO] [stdout] = note: this error originates in the macro `impl_sqlitetype_conversion` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable call [INFO] [stdout] --> src/error.rs:12:22 [INFO] [stdout] | [INFO] [stdout] 12 | let source = Box::new($error); [INFO] [stdout] | ^^^^^^^^ unreachable call [INFO] [stdout] | [INFO] [stdout] ::: src/api/types.rs:109:49 [INFO] [stdout] | [INFO] [stdout] 109 | .map_err(|e| err!(with: e, "Failed to convert into SQLite type")), [INFO] [stdout] | - any code following this expression is unreachable [INFO] [stdout] ... [INFO] [stdout] 134 | impl_sqlitetype_conversion!(into: f32 => f64 => SqliteType::Real); [INFO] [stdout] | ----------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `err` which comes from the expansion of the macro `impl_sqlitetype_conversion` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the size for values of type `dyn std::error::Error + Send` cannot be known at compilation time [INFO] [stdout] --> src/api/types.rs:109:49 [INFO] [stdout] | [INFO] [stdout] 109 | .map_err(|e| err!(with: e, "Failed to convert into SQLite type")), [INFO] [stdout] | ^ doesn't have a size known at compile-time [INFO] [stdout] ... [INFO] [stdout] 134 | impl_sqlitetype_conversion!(into: f32 => f64 => SqliteType::Real); [INFO] [stdout] | ----------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] ::: src/error.rs:12:22 [INFO] [stdout] | [INFO] [stdout] 12 | let source = Box::new($error); [INFO] [stdout] | -------- required by a bound introduced by this call [INFO] [stdout] | [INFO] [stdout] = help: the trait `Sized` is not implemented for `dyn std::error::Error + Send` [INFO] [stdout] note: required by a bound in `Box::::new` [INFO] [stdout] --> /rustc/88b8a1c6e3a6f6f8a2ed6b6a9a74e0ef1862f72c/library/alloc/src/boxed.rs:284:4 [INFO] [stdout] = note: this error originates in the macro `impl_sqlitetype_conversion` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable call [INFO] [stdout] --> src/error.rs:12:22 [INFO] [stdout] | [INFO] [stdout] 12 | let source = Box::new($error); [INFO] [stdout] | ^^^^^^^^ unreachable call [INFO] [stdout] | [INFO] [stdout] ::: src/api/types.rs:75:49 [INFO] [stdout] | [INFO] [stdout] 75 | .map_err(|e| err!(with: e, "Failed to convert from SQLite type")), [INFO] [stdout] | - any code following this expression is unreachable [INFO] [stdout] ... [INFO] [stdout] 136 | impl_sqlitetype_conversion!(String => String => SqliteType::Text); [INFO] [stdout] | ----------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `err` which comes from the expansion of the macro `impl_sqlitetype_conversion` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the size for values of type `dyn std::error::Error + Send` cannot be known at compilation time [INFO] [stdout] --> src/api/types.rs:99:45 [INFO] [stdout] | [INFO] [stdout] 99 | .map_err(|e| err!(with: e, "Failed to convert into SQLite type")) [INFO] [stdout] | ^ doesn't have a size known at compile-time [INFO] [stdout] ... [INFO] [stdout] 130 | impl_sqlitetype_conversion!(u8 => i64 => SqliteType::Integer); [INFO] [stdout] | ------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] ::: src/error.rs:12:22 [INFO] [stdout] | [INFO] [stdout] 12 | let source = Box::new($error); [INFO] [stdout] | -------- required by a bound introduced by this call [INFO] [stdout] | [INFO] [stdout] = help: the trait `Sized` is not implemented for `dyn std::error::Error + Send` [INFO] [stdout] note: required by a bound in `Box::::new` [INFO] [stdout] --> /rustc/88b8a1c6e3a6f6f8a2ed6b6a9a74e0ef1862f72c/library/alloc/src/boxed.rs:284:4 [INFO] [stdout] = note: this error originates in the macro `impl_sqlitetype_conversion` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the size for values of type `dyn std::error::Error + Send` cannot be known at compilation time [INFO] [stdout] --> src/api/types.rs:75:49 [INFO] [stdout] | [INFO] [stdout] 75 | .map_err(|e| err!(with: e, "Failed to convert from SQLite type")), [INFO] [stdout] | ^ doesn't have a size known at compile-time [INFO] [stdout] ... [INFO] [stdout] 136 | impl_sqlitetype_conversion!(String => String => SqliteType::Text); [INFO] [stdout] | ----------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] ::: src/error.rs:12:22 [INFO] [stdout] | [INFO] [stdout] 12 | let source = Box::new($error); [INFO] [stdout] | -------- required by a bound introduced by this call [INFO] [stdout] | [INFO] [stdout] = help: the trait `Sized` is not implemented for `dyn std::error::Error + Send` [INFO] [stdout] note: required by a bound in `Box::::new` [INFO] [stdout] --> /rustc/88b8a1c6e3a6f6f8a2ed6b6a9a74e0ef1862f72c/library/alloc/src/boxed.rs:284:4 [INFO] [stdout] = note: this error originates in the macro `impl_sqlitetype_conversion` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable call [INFO] [stdout] --> src/error.rs:12:22 [INFO] [stdout] | [INFO] [stdout] 12 | let source = Box::new($error); [INFO] [stdout] | ^^^^^^^^ unreachable call [INFO] [stdout] | [INFO] [stdout] ::: src/api/types.rs:109:49 [INFO] [stdout] | [INFO] [stdout] 109 | .map_err(|e| err!(with: e, "Failed to convert into SQLite type")), [INFO] [stdout] | - any code following this expression is unreachable [INFO] [stdout] ... [INFO] [stdout] 130 | impl_sqlitetype_conversion!(u8 => i64 => SqliteType::Integer); [INFO] [stdout] | ------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `err` which comes from the expansion of the macro `impl_sqlitetype_conversion` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the size for values of type `dyn std::error::Error + Send` cannot be known at compilation time [INFO] [stdout] --> src/api/types.rs:109:49 [INFO] [stdout] | [INFO] [stdout] 109 | .map_err(|e| err!(with: e, "Failed to convert into SQLite type")), [INFO] [stdout] | ^ doesn't have a size known at compile-time [INFO] [stdout] ... [INFO] [stdout] 130 | impl_sqlitetype_conversion!(u8 => i64 => SqliteType::Integer); [INFO] [stdout] | ------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] ::: src/error.rs:12:22 [INFO] [stdout] | [INFO] [stdout] 12 | let source = Box::new($error); [INFO] [stdout] | -------- required by a bound introduced by this call [INFO] [stdout] | [INFO] [stdout] = help: the trait `Sized` is not implemented for `dyn std::error::Error + Send` [INFO] [stdout] note: required by a bound in `Box::::new` [INFO] [stdout] --> /rustc/88b8a1c6e3a6f6f8a2ed6b6a9a74e0ef1862f72c/library/alloc/src/boxed.rs:284:4 [INFO] [stdout] = note: this error originates in the macro `impl_sqlitetype_conversion` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable call [INFO] [stdout] --> src/error.rs:12:22 [INFO] [stdout] | [INFO] [stdout] 12 | let source = Box::new($error); [INFO] [stdout] | ^^^^^^^^ unreachable call [INFO] [stdout] | [INFO] [stdout] ::: src/api/types.rs:87:49 [INFO] [stdout] | [INFO] [stdout] 87 | .map_err(|e| err!(with: e, "Failed to convert from SQLite type")), [INFO] [stdout] | - any code following this expression is unreachable [INFO] [stdout] ... [INFO] [stdout] 136 | impl_sqlitetype_conversion!(String => String => SqliteType::Text); [INFO] [stdout] | ----------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `err` which comes from the expansion of the macro `impl_sqlitetype_conversion` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the size for values of type `dyn std::error::Error + Send` cannot be known at compilation time [INFO] [stdout] --> src/api/types.rs:87:49 [INFO] [stdout] | [INFO] [stdout] 87 | .map_err(|e| err!(with: e, "Failed to convert from SQLite type")), [INFO] [stdout] | ^ doesn't have a size known at compile-time [INFO] [stdout] ... [INFO] [stdout] 136 | impl_sqlitetype_conversion!(String => String => SqliteType::Text); [INFO] [stdout] | ----------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] ::: src/error.rs:12:22 [INFO] [stdout] | [INFO] [stdout] 12 | let source = Box::new($error); [INFO] [stdout] | -------- required by a bound introduced by this call [INFO] [stdout] | [INFO] [stdout] = help: the trait `Sized` is not implemented for `dyn std::error::Error + Send` [INFO] [stdout] note: required by a bound in `Box::::new` [INFO] [stdout] --> /rustc/88b8a1c6e3a6f6f8a2ed6b6a9a74e0ef1862f72c/library/alloc/src/boxed.rs:284:4 [INFO] [stdout] = note: this error originates in the macro `impl_sqlitetype_conversion` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable call [INFO] [stdout] --> src/error.rs:12:22 [INFO] [stdout] | [INFO] [stdout] 12 | let source = Box::new($error); [INFO] [stdout] | ^^^^^^^^ unreachable call [INFO] [stdout] | [INFO] [stdout] ::: src/api/types.rs:99:45 [INFO] [stdout] | [INFO] [stdout] 99 | .map_err(|e| err!(with: e, "Failed to convert into SQLite type")) [INFO] [stdout] | - any code following this expression is unreachable [INFO] [stdout] ... [INFO] [stdout] 136 | impl_sqlitetype_conversion!(String => String => SqliteType::Text); [INFO] [stdout] | ----------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `err` which comes from the expansion of the macro `impl_sqlitetype_conversion` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the size for values of type `dyn std::error::Error + Send` cannot be known at compilation time [INFO] [stdout] --> src/api/types.rs:99:45 [INFO] [stdout] | [INFO] [stdout] 99 | .map_err(|e| err!(with: e, "Failed to convert into SQLite type")) [INFO] [stdout] | ^ doesn't have a size known at compile-time [INFO] [stdout] ... [INFO] [stdout] 136 | impl_sqlitetype_conversion!(String => String => SqliteType::Text); [INFO] [stdout] | ----------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] ::: src/error.rs:12:22 [INFO] [stdout] | [INFO] [stdout] 12 | let source = Box::new($error); [INFO] [stdout] | -------- required by a bound introduced by this call [INFO] [stdout] | [INFO] [stdout] = help: the trait `Sized` is not implemented for `dyn std::error::Error + Send` [INFO] [stdout] note: required by a bound in `Box::::new` [INFO] [stdout] --> /rustc/88b8a1c6e3a6f6f8a2ed6b6a9a74e0ef1862f72c/library/alloc/src/boxed.rs:284:4 [INFO] [stdout] = note: this error originates in the macro `impl_sqlitetype_conversion` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable call [INFO] [stdout] --> src/error.rs:12:22 [INFO] [stdout] | [INFO] [stdout] 12 | let source = Box::new($error); [INFO] [stdout] | ^^^^^^^^ unreachable call [INFO] [stdout] | [INFO] [stdout] ::: src/api/types.rs:109:49 [INFO] [stdout] | [INFO] [stdout] 109 | .map_err(|e| err!(with: e, "Failed to convert into SQLite type")), [INFO] [stdout] | - any code following this expression is unreachable [INFO] [stdout] ... [INFO] [stdout] 136 | impl_sqlitetype_conversion!(String => String => SqliteType::Text); [INFO] [stdout] | ----------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `err` which comes from the expansion of the macro `impl_sqlitetype_conversion` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the size for values of type `dyn std::error::Error + Send` cannot be known at compilation time [INFO] [stdout] --> src/api/types.rs:109:49 [INFO] [stdout] | [INFO] [stdout] 109 | .map_err(|e| err!(with: e, "Failed to convert into SQLite type")), [INFO] [stdout] | ^ doesn't have a size known at compile-time [INFO] [stdout] ... [INFO] [stdout] 136 | impl_sqlitetype_conversion!(String => String => SqliteType::Text); [INFO] [stdout] | ----------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] ::: src/error.rs:12:22 [INFO] [stdout] | [INFO] [stdout] 12 | let source = Box::new($error); [INFO] [stdout] | -------- required by a bound introduced by this call [INFO] [stdout] | [INFO] [stdout] = help: the trait `Sized` is not implemented for `dyn std::error::Error + Send` [INFO] [stdout] note: required by a bound in `Box::::new` [INFO] [stdout] --> /rustc/88b8a1c6e3a6f6f8a2ed6b6a9a74e0ef1862f72c/library/alloc/src/boxed.rs:284:4 [INFO] [stdout] = note: this error originates in the macro `impl_sqlitetype_conversion` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable call [INFO] [stdout] --> src/error.rs:12:22 [INFO] [stdout] | [INFO] [stdout] 12 | let source = Box::new($error); [INFO] [stdout] | ^^^^^^^^ unreachable call [INFO] [stdout] | [INFO] [stdout] ::: src/api/types.rs:99:45 [INFO] [stdout] | [INFO] [stdout] 99 | .map_err(|e| err!(with: e, "Failed to convert into SQLite type")) [INFO] [stdout] | - any code following this expression is unreachable [INFO] [stdout] ... [INFO] [stdout] 137 | impl_sqlitetype_conversion!(into: &str => String => SqliteType::Text); [INFO] [stdout] | --------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `err` which comes from the expansion of the macro `impl_sqlitetype_conversion` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable call [INFO] [stdout] --> src/error.rs:12:22 [INFO] [stdout] | [INFO] [stdout] 12 | let source = Box::new($error); [INFO] [stdout] | ^^^^^^^^ unreachable call [INFO] [stdout] | [INFO] [stdout] ::: src/api/types.rs:99:45 [INFO] [stdout] | [INFO] [stdout] 99 | .map_err(|e| err!(with: e, "Failed to convert into SQLite type")) [INFO] [stdout] | - any code following this expression is unreachable [INFO] [stdout] ... [INFO] [stdout] 131 | impl_sqlitetype_conversion!(i8 => i64 => SqliteType::Integer); [INFO] [stdout] | ------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `err` which comes from the expansion of the macro `impl_sqlitetype_conversion` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the size for values of type `dyn std::error::Error + Send` cannot be known at compilation time [INFO] [stdout] --> src/api/types.rs:99:45 [INFO] [stdout] | [INFO] [stdout] 99 | .map_err(|e| err!(with: e, "Failed to convert into SQLite type")) [INFO] [stdout] | ^ doesn't have a size known at compile-time [INFO] [stdout] ... [INFO] [stdout] 131 | impl_sqlitetype_conversion!(i8 => i64 => SqliteType::Integer); [INFO] [stdout] | ------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] ::: src/error.rs:12:22 [INFO] [stdout] | [INFO] [stdout] 12 | let source = Box::new($error); [INFO] [stdout] | -------- required by a bound introduced by this call [INFO] [stdout] | [INFO] [stdout] = help: the trait `Sized` is not implemented for `dyn std::error::Error + Send` [INFO] [stdout] note: required by a bound in `Box::::new` [INFO] [stdout] --> /rustc/88b8a1c6e3a6f6f8a2ed6b6a9a74e0ef1862f72c/library/alloc/src/boxed.rs:284:4 [INFO] [stdout] = note: this error originates in the macro `impl_sqlitetype_conversion` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the size for values of type `dyn std::error::Error + Send` cannot be known at compilation time [INFO] [stdout] --> src/api/types.rs:99:45 [INFO] [stdout] | [INFO] [stdout] 99 | .map_err(|e| err!(with: e, "Failed to convert into SQLite type")) [INFO] [stdout] | ^ doesn't have a size known at compile-time [INFO] [stdout] ... [INFO] [stdout] 137 | impl_sqlitetype_conversion!(into: &str => String => SqliteType::Text); [INFO] [stdout] | --------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] ::: src/error.rs:12:22 [INFO] [stdout] | [INFO] [stdout] 12 | let source = Box::new($error); [INFO] [stdout] | -------- required by a bound introduced by this call [INFO] [stdout] | [INFO] [stdout] = help: the trait `Sized` is not implemented for `dyn std::error::Error + Send` [INFO] [stdout] note: required by a bound in `Box::::new` [INFO] [stdout] --> /rustc/88b8a1c6e3a6f6f8a2ed6b6a9a74e0ef1862f72c/library/alloc/src/boxed.rs:284:4 [INFO] [stdout] = note: this error originates in the macro `impl_sqlitetype_conversion` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable call [INFO] [stdout] --> src/error.rs:12:22 [INFO] [stdout] | [INFO] [stdout] 12 | let source = Box::new($error); [INFO] [stdout] | ^^^^^^^^ unreachable call [INFO] [stdout] | [INFO] [stdout] ::: src/api/types.rs:109:49 [INFO] [stdout] | [INFO] [stdout] 109 | .map_err(|e| err!(with: e, "Failed to convert into SQLite type")), [INFO] [stdout] | - any code following this expression is unreachable [INFO] [stdout] ... [INFO] [stdout] 131 | impl_sqlitetype_conversion!(i8 => i64 => SqliteType::Integer); [INFO] [stdout] | ------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `err` which comes from the expansion of the macro `impl_sqlitetype_conversion` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the size for values of type `dyn std::error::Error + Send` cannot be known at compilation time [INFO] [stdout] --> src/api/types.rs:109:49 [INFO] [stdout] | [INFO] [stdout] 109 | .map_err(|e| err!(with: e, "Failed to convert into SQLite type")), [INFO] [stdout] | ^ doesn't have a size known at compile-time [INFO] [stdout] ... [INFO] [stdout] 131 | impl_sqlitetype_conversion!(i8 => i64 => SqliteType::Integer); [INFO] [stdout] | ------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] ::: src/error.rs:12:22 [INFO] [stdout] | [INFO] [stdout] 12 | let source = Box::new($error); [INFO] [stdout] | -------- required by a bound introduced by this call [INFO] [stdout] | [INFO] [stdout] = help: the trait `Sized` is not implemented for `dyn std::error::Error + Send` [INFO] [stdout] note: required by a bound in `Box::::new` [INFO] [stdout] --> /rustc/88b8a1c6e3a6f6f8a2ed6b6a9a74e0ef1862f72c/library/alloc/src/boxed.rs:284:4 [INFO] [stdout] = note: this error originates in the macro `impl_sqlitetype_conversion` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable call [INFO] [stdout] --> src/error.rs:12:22 [INFO] [stdout] | [INFO] [stdout] 12 | let source = Box::new($error); [INFO] [stdout] | ^^^^^^^^ unreachable call [INFO] [stdout] | [INFO] [stdout] ::: src/api/types.rs:109:49 [INFO] [stdout] | [INFO] [stdout] 109 | .map_err(|e| err!(with: e, "Failed to convert into SQLite type")), [INFO] [stdout] | - any code following this expression is unreachable [INFO] [stdout] ... [INFO] [stdout] 137 | impl_sqlitetype_conversion!(into: &str => String => SqliteType::Text); [INFO] [stdout] | --------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `err` which comes from the expansion of the macro `impl_sqlitetype_conversion` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the size for values of type `dyn std::error::Error + Send` cannot be known at compilation time [INFO] [stdout] --> src/api/types.rs:109:49 [INFO] [stdout] | [INFO] [stdout] 109 | .map_err(|e| err!(with: e, "Failed to convert into SQLite type")), [INFO] [stdout] | ^ doesn't have a size known at compile-time [INFO] [stdout] ... [INFO] [stdout] 137 | impl_sqlitetype_conversion!(into: &str => String => SqliteType::Text); [INFO] [stdout] | --------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] ::: src/error.rs:12:22 [INFO] [stdout] | [INFO] [stdout] 12 | let source = Box::new($error); [INFO] [stdout] | -------- required by a bound introduced by this call [INFO] [stdout] | [INFO] [stdout] = help: the trait `Sized` is not implemented for `dyn std::error::Error + Send` [INFO] [stdout] note: required by a bound in `Box::::new` [INFO] [stdout] --> /rustc/88b8a1c6e3a6f6f8a2ed6b6a9a74e0ef1862f72c/library/alloc/src/boxed.rs:284:4 [INFO] [stdout] = note: this error originates in the macro `impl_sqlitetype_conversion` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable call [INFO] [stdout] --> src/error.rs:12:22 [INFO] [stdout] | [INFO] [stdout] 12 | let source = Box::new($error); [INFO] [stdout] | ^^^^^^^^ unreachable call [INFO] [stdout] | [INFO] [stdout] ::: src/api/types.rs:75:49 [INFO] [stdout] | [INFO] [stdout] 75 | .map_err(|e| err!(with: e, "Failed to convert from SQLite type")), [INFO] [stdout] | - any code following this expression is unreachable [INFO] [stdout] ... [INFO] [stdout] 133 | impl_sqlitetype_conversion!(f64 => f64 => SqliteType::Real); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `err` which comes from the expansion of the macro `impl_sqlitetype_conversion` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable call [INFO] [stdout] --> src/error.rs:12:22 [INFO] [stdout] | [INFO] [stdout] 12 | let source = Box::new($error); [INFO] [stdout] | ^^^^^^^^ unreachable call [INFO] [stdout] | [INFO] [stdout] ::: src/api/types.rs:75:49 [INFO] [stdout] | [INFO] [stdout] 75 | .map_err(|e| err!(with: e, "Failed to convert from SQLite type")), [INFO] [stdout] | - any code following this expression is unreachable [INFO] [stdout] ... [INFO] [stdout] 138 | impl_sqlitetype_conversion!(from: SqliteType::Text => Arc); [INFO] [stdout] | ------------------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `err` which comes from the expansion of the macro `impl_sqlitetype_conversion` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the size for values of type `dyn std::error::Error + Send` cannot be known at compilation time [INFO] [stdout] --> src/api/types.rs:75:49 [INFO] [stdout] | [INFO] [stdout] 75 | .map_err(|e| err!(with: e, "Failed to convert from SQLite type")), [INFO] [stdout] | ^ doesn't have a size known at compile-time [INFO] [stdout] ... [INFO] [stdout] 133 | impl_sqlitetype_conversion!(f64 => f64 => SqliteType::Real); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] ::: src/error.rs:12:22 [INFO] [stdout] | [INFO] [stdout] 12 | let source = Box::new($error); [INFO] [stdout] | -------- required by a bound introduced by this call [INFO] [stdout] | [INFO] [stdout] = help: the trait `Sized` is not implemented for `dyn std::error::Error + Send` [INFO] [stdout] note: required by a bound in `Box::::new` [INFO] [stdout] --> /rustc/88b8a1c6e3a6f6f8a2ed6b6a9a74e0ef1862f72c/library/alloc/src/boxed.rs:284:4 [INFO] [stdout] = note: this error originates in the macro `impl_sqlitetype_conversion` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the size for values of type `dyn std::error::Error + Send` cannot be known at compilation time [INFO] [stdout] --> src/api/types.rs:75:49 [INFO] [stdout] | [INFO] [stdout] 75 | .map_err(|e| err!(with: e, "Failed to convert from SQLite type")), [INFO] [stdout] | ^ doesn't have a size known at compile-time [INFO] [stdout] ... [INFO] [stdout] 138 | impl_sqlitetype_conversion!(from: SqliteType::Text => Arc); [INFO] [stdout] | ------------------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] ::: src/error.rs:12:22 [INFO] [stdout] | [INFO] [stdout] 12 | let source = Box::new($error); [INFO] [stdout] | -------- required by a bound introduced by this call [INFO] [stdout] | [INFO] [stdout] = help: the trait `Sized` is not implemented for `dyn std::error::Error + Send` [INFO] [stdout] note: required by a bound in `Box::::new` [INFO] [stdout] --> /rustc/88b8a1c6e3a6f6f8a2ed6b6a9a74e0ef1862f72c/library/alloc/src/boxed.rs:284:4 [INFO] [stdout] = note: this error originates in the macro `impl_sqlitetype_conversion` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable call [INFO] [stdout] --> src/error.rs:12:22 [INFO] [stdout] | [INFO] [stdout] 12 | let source = Box::new($error); [INFO] [stdout] | ^^^^^^^^ unreachable call [INFO] [stdout] | [INFO] [stdout] ::: src/api/types.rs:87:49 [INFO] [stdout] | [INFO] [stdout] 87 | .map_err(|e| err!(with: e, "Failed to convert from SQLite type")), [INFO] [stdout] | - any code following this expression is unreachable [INFO] [stdout] ... [INFO] [stdout] 138 | impl_sqlitetype_conversion!(from: SqliteType::Text => Arc); [INFO] [stdout] | ------------------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `err` which comes from the expansion of the macro `impl_sqlitetype_conversion` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable call [INFO] [stdout] --> src/error.rs:12:22 [INFO] [stdout] | [INFO] [stdout] 12 | let source = Box::new($error); [INFO] [stdout] | ^^^^^^^^ unreachable call [INFO] [stdout] | [INFO] [stdout] ::: src/api/types.rs:87:49 [INFO] [stdout] | [INFO] [stdout] 87 | .map_err(|e| err!(with: e, "Failed to convert from SQLite type")), [INFO] [stdout] | - any code following this expression is unreachable [INFO] [stdout] ... [INFO] [stdout] 133 | impl_sqlitetype_conversion!(f64 => f64 => SqliteType::Real); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `err` which comes from the expansion of the macro `impl_sqlitetype_conversion` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the size for values of type `dyn std::error::Error + Send` cannot be known at compilation time [INFO] [stdout] --> src/api/types.rs:87:49 [INFO] [stdout] | [INFO] [stdout] 87 | .map_err(|e| err!(with: e, "Failed to convert from SQLite type")), [INFO] [stdout] | ^ doesn't have a size known at compile-time [INFO] [stdout] ... [INFO] [stdout] 138 | impl_sqlitetype_conversion!(from: SqliteType::Text => Arc); [INFO] [stdout] | ------------------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] ::: src/error.rs:12:22 [INFO] [stdout] | [INFO] [stdout] 12 | let source = Box::new($error); [INFO] [stdout] | -------- required by a bound introduced by this call [INFO] [stdout] | [INFO] [stdout] = help: the trait `Sized` is not implemented for `dyn std::error::Error + Send` [INFO] [stdout] note: required by a bound in `Box::::new` [INFO] [stdout] --> /rustc/88b8a1c6e3a6f6f8a2ed6b6a9a74e0ef1862f72c/library/alloc/src/boxed.rs:284:4 [INFO] [stdout] = note: this error originates in the macro `impl_sqlitetype_conversion` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the size for values of type `dyn std::error::Error + Send` cannot be known at compilation time [INFO] [stdout] --> src/api/types.rs:87:49 [INFO] [stdout] | [INFO] [stdout] 87 | .map_err(|e| err!(with: e, "Failed to convert from SQLite type")), [INFO] [stdout] | ^ doesn't have a size known at compile-time [INFO] [stdout] ... [INFO] [stdout] 133 | impl_sqlitetype_conversion!(f64 => f64 => SqliteType::Real); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] ::: src/error.rs:12:22 [INFO] [stdout] | [INFO] [stdout] 12 | let source = Box::new($error); [INFO] [stdout] | -------- required by a bound introduced by this call [INFO] [stdout] | [INFO] [stdout] = help: the trait `Sized` is not implemented for `dyn std::error::Error + Send` [INFO] [stdout] note: required by a bound in `Box::::new` [INFO] [stdout] --> /rustc/88b8a1c6e3a6f6f8a2ed6b6a9a74e0ef1862f72c/library/alloc/src/boxed.rs:284:4 [INFO] [stdout] = note: this error originates in the macro `impl_sqlitetype_conversion` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable call [INFO] [stdout] --> src/error.rs:12:22 [INFO] [stdout] | [INFO] [stdout] 12 | let source = Box::new($error); [INFO] [stdout] | ^^^^^^^^ unreachable call [INFO] [stdout] | [INFO] [stdout] ::: src/api/types.rs:75:49 [INFO] [stdout] | [INFO] [stdout] 75 | .map_err(|e| err!(with: e, "Failed to convert from SQLite type")), [INFO] [stdout] | - any code following this expression is unreachable [INFO] [stdout] ... [INFO] [stdout] 140 | impl_sqlitetype_conversion!(Vec => Vec => SqliteType::Blob); [INFO] [stdout] | ------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `err` which comes from the expansion of the macro `impl_sqlitetype_conversion` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable call [INFO] [stdout] --> src/error.rs:12:22 [INFO] [stdout] | [INFO] [stdout] 12 | let source = Box::new($error); [INFO] [stdout] | ^^^^^^^^ unreachable call [INFO] [stdout] | [INFO] [stdout] ::: src/api/types.rs:99:45 [INFO] [stdout] | [INFO] [stdout] 99 | .map_err(|e| err!(with: e, "Failed to convert into SQLite type")) [INFO] [stdout] | - any code following this expression is unreachable [INFO] [stdout] ... [INFO] [stdout] 133 | impl_sqlitetype_conversion!(f64 => f64 => SqliteType::Real); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `err` which comes from the expansion of the macro `impl_sqlitetype_conversion` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the size for values of type `dyn std::error::Error + Send` cannot be known at compilation time [INFO] [stdout] --> src/api/types.rs:75:49 [INFO] [stdout] | [INFO] [stdout] 75 | .map_err(|e| err!(with: e, "Failed to convert from SQLite type")), [INFO] [stdout] | ^ doesn't have a size known at compile-time [INFO] [stdout] ... [INFO] [stdout] 140 | impl_sqlitetype_conversion!(Vec => Vec => SqliteType::Blob); [INFO] [stdout] | ------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] ::: src/error.rs:12:22 [INFO] [stdout] | [INFO] [stdout] 12 | let source = Box::new($error); [INFO] [stdout] | -------- required by a bound introduced by this call [INFO] [stdout] | [INFO] [stdout] = help: the trait `Sized` is not implemented for `dyn std::error::Error + Send` [INFO] [stdout] note: required by a bound in `Box::::new` [INFO] [stdout] --> /rustc/88b8a1c6e3a6f6f8a2ed6b6a9a74e0ef1862f72c/library/alloc/src/boxed.rs:284:4 [INFO] [stdout] = note: this error originates in the macro `impl_sqlitetype_conversion` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the size for values of type `dyn std::error::Error + Send` cannot be known at compilation time [INFO] [stdout] --> src/api/types.rs:99:45 [INFO] [stdout] | [INFO] [stdout] 99 | .map_err(|e| err!(with: e, "Failed to convert into SQLite type")) [INFO] [stdout] | ^ doesn't have a size known at compile-time [INFO] [stdout] ... [INFO] [stdout] 133 | impl_sqlitetype_conversion!(f64 => f64 => SqliteType::Real); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] ::: src/error.rs:12:22 [INFO] [stdout] | [INFO] [stdout] 12 | let source = Box::new($error); [INFO] [stdout] | -------- required by a bound introduced by this call [INFO] [stdout] | [INFO] [stdout] = help: the trait `Sized` is not implemented for `dyn std::error::Error + Send` [INFO] [stdout] note: required by a bound in `Box::::new` [INFO] [stdout] --> /rustc/88b8a1c6e3a6f6f8a2ed6b6a9a74e0ef1862f72c/library/alloc/src/boxed.rs:284:4 [INFO] [stdout] = note: this error originates in the macro `impl_sqlitetype_conversion` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable call [INFO] [stdout] --> src/error.rs:12:22 [INFO] [stdout] | [INFO] [stdout] 12 | let source = Box::new($error); [INFO] [stdout] | ^^^^^^^^ unreachable call [INFO] [stdout] | [INFO] [stdout] ::: src/api/types.rs:109:49 [INFO] [stdout] | [INFO] [stdout] 109 | .map_err(|e| err!(with: e, "Failed to convert into SQLite type")), [INFO] [stdout] | - any code following this expression is unreachable [INFO] [stdout] ... [INFO] [stdout] 133 | impl_sqlitetype_conversion!(f64 => f64 => SqliteType::Real); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `err` which comes from the expansion of the macro `impl_sqlitetype_conversion` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable call [INFO] [stdout] --> src/error.rs:12:22 [INFO] [stdout] | [INFO] [stdout] 12 | let source = Box::new($error); [INFO] [stdout] | ^^^^^^^^ unreachable call [INFO] [stdout] | [INFO] [stdout] ::: src/api/types.rs:87:49 [INFO] [stdout] | [INFO] [stdout] 87 | .map_err(|e| err!(with: e, "Failed to convert from SQLite type")), [INFO] [stdout] | - any code following this expression is unreachable [INFO] [stdout] ... [INFO] [stdout] 140 | impl_sqlitetype_conversion!(Vec => Vec => SqliteType::Blob); [INFO] [stdout] | ------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `err` which comes from the expansion of the macro `impl_sqlitetype_conversion` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the size for values of type `dyn std::error::Error + Send` cannot be known at compilation time [INFO] [stdout] --> src/api/types.rs:109:49 [INFO] [stdout] | [INFO] [stdout] 109 | .map_err(|e| err!(with: e, "Failed to convert into SQLite type")), [INFO] [stdout] | ^ doesn't have a size known at compile-time [INFO] [stdout] ... [INFO] [stdout] 133 | impl_sqlitetype_conversion!(f64 => f64 => SqliteType::Real); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] ::: src/error.rs:12:22 [INFO] [stdout] | [INFO] [stdout] 12 | let source = Box::new($error); [INFO] [stdout] | -------- required by a bound introduced by this call [INFO] [stdout] | [INFO] [stdout] = help: the trait `Sized` is not implemented for `dyn std::error::Error + Send` [INFO] [stdout] note: required by a bound in `Box::::new` [INFO] [stdout] --> /rustc/88b8a1c6e3a6f6f8a2ed6b6a9a74e0ef1862f72c/library/alloc/src/boxed.rs:284:4 [INFO] [stdout] = note: this error originates in the macro `impl_sqlitetype_conversion` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the size for values of type `dyn std::error::Error + Send` cannot be known at compilation time [INFO] [stdout] --> src/api/types.rs:87:49 [INFO] [stdout] | [INFO] [stdout] 87 | .map_err(|e| err!(with: e, "Failed to convert from SQLite type")), [INFO] [stdout] | ^ doesn't have a size known at compile-time [INFO] [stdout] ... [INFO] [stdout] 140 | impl_sqlitetype_conversion!(Vec => Vec => SqliteType::Blob); [INFO] [stdout] | ------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] ::: src/error.rs:12:22 [INFO] [stdout] | [INFO] [stdout] 12 | let source = Box::new($error); [INFO] [stdout] | -------- required by a bound introduced by this call [INFO] [stdout] | [INFO] [stdout] = help: the trait `Sized` is not implemented for `dyn std::error::Error + Send` [INFO] [stdout] note: required by a bound in `Box::::new` [INFO] [stdout] --> /rustc/88b8a1c6e3a6f6f8a2ed6b6a9a74e0ef1862f72c/library/alloc/src/boxed.rs:284:4 [INFO] [stdout] = note: this error originates in the macro `impl_sqlitetype_conversion` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable call [INFO] [stdout] --> src/error.rs:12:22 [INFO] [stdout] | [INFO] [stdout] 12 | let source = Box::new($error); [INFO] [stdout] | ^^^^^^^^ unreachable call [INFO] [stdout] | [INFO] [stdout] ::: src/api/types.rs:99:45 [INFO] [stdout] | [INFO] [stdout] 99 | .map_err(|e| err!(with: e, "Failed to convert into SQLite type")) [INFO] [stdout] | - any code following this expression is unreachable [INFO] [stdout] ... [INFO] [stdout] 134 | impl_sqlitetype_conversion!(into: f32 => f64 => SqliteType::Real); [INFO] [stdout] | ----------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `err` which comes from the expansion of the macro `impl_sqlitetype_conversion` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable call [INFO] [stdout] --> src/error.rs:12:22 [INFO] [stdout] | [INFO] [stdout] 12 | let source = Box::new($error); [INFO] [stdout] | ^^^^^^^^ unreachable call [INFO] [stdout] | [INFO] [stdout] ::: src/api/types.rs:99:45 [INFO] [stdout] | [INFO] [stdout] 99 | .map_err(|e| err!(with: e, "Failed to convert into SQLite type")) [INFO] [stdout] | - any code following this expression is unreachable [INFO] [stdout] ... [INFO] [stdout] 140 | impl_sqlitetype_conversion!(Vec => Vec => SqliteType::Blob); [INFO] [stdout] | ------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `err` which comes from the expansion of the macro `impl_sqlitetype_conversion` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the size for values of type `dyn std::error::Error + Send` cannot be known at compilation time [INFO] [stdout] --> src/api/types.rs:99:45 [INFO] [stdout] | [INFO] [stdout] 99 | .map_err(|e| err!(with: e, "Failed to convert into SQLite type")) [INFO] [stdout] | ^ doesn't have a size known at compile-time [INFO] [stdout] ... [INFO] [stdout] 134 | impl_sqlitetype_conversion!(into: f32 => f64 => SqliteType::Real); [INFO] [stdout] | ----------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] ::: src/error.rs:12:22 [INFO] [stdout] | [INFO] [stdout] 12 | let source = Box::new($error); [INFO] [stdout] | -------- required by a bound introduced by this call [INFO] [stdout] | [INFO] [stdout] = help: the trait `Sized` is not implemented for `dyn std::error::Error + Send` [INFO] [stdout] note: required by a bound in `Box::::new` [INFO] [stdout] --> /rustc/88b8a1c6e3a6f6f8a2ed6b6a9a74e0ef1862f72c/library/alloc/src/boxed.rs:284:4 [INFO] [stdout] = note: this error originates in the macro `impl_sqlitetype_conversion` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the size for values of type `dyn std::error::Error + Send` cannot be known at compilation time [INFO] [stdout] --> src/api/types.rs:99:45 [INFO] [stdout] | [INFO] [stdout] 99 | .map_err(|e| err!(with: e, "Failed to convert into SQLite type")) [INFO] [stdout] | ^ doesn't have a size known at compile-time [INFO] [stdout] ... [INFO] [stdout] 140 | impl_sqlitetype_conversion!(Vec => Vec => SqliteType::Blob); [INFO] [stdout] | ------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] ::: src/error.rs:12:22 [INFO] [stdout] | [INFO] [stdout] 12 | let source = Box::new($error); [INFO] [stdout] | -------- required by a bound introduced by this call [INFO] [stdout] | [INFO] [stdout] = help: the trait `Sized` is not implemented for `dyn std::error::Error + Send` [INFO] [stdout] note: required by a bound in `Box::::new` [INFO] [stdout] --> /rustc/88b8a1c6e3a6f6f8a2ed6b6a9a74e0ef1862f72c/library/alloc/src/boxed.rs:284:4 [INFO] [stdout] = note: this error originates in the macro `impl_sqlitetype_conversion` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable call [INFO] [stdout] --> src/error.rs:12:22 [INFO] [stdout] | [INFO] [stdout] 12 | let source = Box::new($error); [INFO] [stdout] | ^^^^^^^^ unreachable call [INFO] [stdout] | [INFO] [stdout] ::: src/api/types.rs:109:49 [INFO] [stdout] | [INFO] [stdout] 109 | .map_err(|e| err!(with: e, "Failed to convert into SQLite type")), [INFO] [stdout] | - any code following this expression is unreachable [INFO] [stdout] ... [INFO] [stdout] 134 | impl_sqlitetype_conversion!(into: f32 => f64 => SqliteType::Real); [INFO] [stdout] | ----------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `err` which comes from the expansion of the macro `impl_sqlitetype_conversion` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the size for values of type `dyn std::error::Error + Send` cannot be known at compilation time [INFO] [stdout] --> src/api/types.rs:109:49 [INFO] [stdout] | [INFO] [stdout] 109 | .map_err(|e| err!(with: e, "Failed to convert into SQLite type")), [INFO] [stdout] | ^ doesn't have a size known at compile-time [INFO] [stdout] ... [INFO] [stdout] 134 | impl_sqlitetype_conversion!(into: f32 => f64 => SqliteType::Real); [INFO] [stdout] | ----------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] ::: src/error.rs:12:22 [INFO] [stdout] | [INFO] [stdout] 12 | let source = Box::new($error); [INFO] [stdout] | -------- required by a bound introduced by this call [INFO] [stdout] | [INFO] [stdout] = help: the trait `Sized` is not implemented for `dyn std::error::Error + Send` [INFO] [stdout] note: required by a bound in `Box::::new` [INFO] [stdout] --> /rustc/88b8a1c6e3a6f6f8a2ed6b6a9a74e0ef1862f72c/library/alloc/src/boxed.rs:284:4 [INFO] [stdout] = note: this error originates in the macro `impl_sqlitetype_conversion` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable call [INFO] [stdout] --> src/error.rs:12:22 [INFO] [stdout] | [INFO] [stdout] 12 | let source = Box::new($error); [INFO] [stdout] | ^^^^^^^^ unreachable call [INFO] [stdout] | [INFO] [stdout] ::: src/api/types.rs:109:49 [INFO] [stdout] | [INFO] [stdout] 109 | .map_err(|e| err!(with: e, "Failed to convert into SQLite type")), [INFO] [stdout] | - any code following this expression is unreachable [INFO] [stdout] ... [INFO] [stdout] 140 | impl_sqlitetype_conversion!(Vec => Vec => SqliteType::Blob); [INFO] [stdout] | ------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `err` which comes from the expansion of the macro `impl_sqlitetype_conversion` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the size for values of type `dyn std::error::Error + Send` cannot be known at compilation time [INFO] [stdout] --> src/api/types.rs:109:49 [INFO] [stdout] | [INFO] [stdout] 109 | .map_err(|e| err!(with: e, "Failed to convert into SQLite type")), [INFO] [stdout] | ^ doesn't have a size known at compile-time [INFO] [stdout] ... [INFO] [stdout] 140 | impl_sqlitetype_conversion!(Vec => Vec => SqliteType::Blob); [INFO] [stdout] | ------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] ::: src/error.rs:12:22 [INFO] [stdout] | [INFO] [stdout] 12 | let source = Box::new($error); [INFO] [stdout] | -------- required by a bound introduced by this call [INFO] [stdout] | [INFO] [stdout] = help: the trait `Sized` is not implemented for `dyn std::error::Error + Send` [INFO] [stdout] note: required by a bound in `Box::::new` [INFO] [stdout] --> /rustc/88b8a1c6e3a6f6f8a2ed6b6a9a74e0ef1862f72c/library/alloc/src/boxed.rs:284:4 [INFO] [stdout] = note: this error originates in the macro `impl_sqlitetype_conversion` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable call [INFO] [stdout] --> src/error.rs:12:22 [INFO] [stdout] | [INFO] [stdout] 12 | let source = Box::new($error); [INFO] [stdout] | ^^^^^^^^ unreachable call [INFO] [stdout] | [INFO] [stdout] ::: src/api/types.rs:75:49 [INFO] [stdout] | [INFO] [stdout] 75 | .map_err(|e| err!(with: e, "Failed to convert from SQLite type")), [INFO] [stdout] | - any code following this expression is unreachable [INFO] [stdout] ... [INFO] [stdout] 136 | impl_sqlitetype_conversion!(String => String => SqliteType::Text); [INFO] [stdout] | ----------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `err` which comes from the expansion of the macro `impl_sqlitetype_conversion` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable call [INFO] [stdout] --> src/error.rs:12:22 [INFO] [stdout] | [INFO] [stdout] 12 | let source = Box::new($error); [INFO] [stdout] | ^^^^^^^^ unreachable call [INFO] [stdout] | [INFO] [stdout] ::: src/api/types.rs:99:45 [INFO] [stdout] | [INFO] [stdout] 99 | .map_err(|e| err!(with: e, "Failed to convert into SQLite type")) [INFO] [stdout] | - any code following this expression is unreachable [INFO] [stdout] ... [INFO] [stdout] 141 | impl_sqlitetype_conversion!(into: &[u8] => Vec => SqliteType::Blob); [INFO] [stdout] | ----------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `err` which comes from the expansion of the macro `impl_sqlitetype_conversion` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the size for values of type `dyn std::error::Error + Send` cannot be known at compilation time [INFO] [stdout] --> src/api/types.rs:75:49 [INFO] [stdout] | [INFO] [stdout] 75 | .map_err(|e| err!(with: e, "Failed to convert from SQLite type")), [INFO] [stdout] | ^ doesn't have a size known at compile-time [INFO] [stdout] ... [INFO] [stdout] 136 | impl_sqlitetype_conversion!(String => String => SqliteType::Text); [INFO] [stdout] | ----------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] ::: src/error.rs:12:22 [INFO] [stdout] | [INFO] [stdout] 12 | let source = Box::new($error); [INFO] [stdout] | -------- required by a bound introduced by this call [INFO] [stdout] | [INFO] [stdout] = help: the trait `Sized` is not implemented for `dyn std::error::Error + Send` [INFO] [stdout] note: required by a bound in `Box::::new` [INFO] [stdout] --> /rustc/88b8a1c6e3a6f6f8a2ed6b6a9a74e0ef1862f72c/library/alloc/src/boxed.rs:284:4 [INFO] [stdout] = note: this error originates in the macro `impl_sqlitetype_conversion` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the size for values of type `dyn std::error::Error + Send` cannot be known at compilation time [INFO] [stdout] --> src/api/types.rs:99:45 [INFO] [stdout] | [INFO] [stdout] 99 | .map_err(|e| err!(with: e, "Failed to convert into SQLite type")) [INFO] [stdout] | ^ doesn't have a size known at compile-time [INFO] [stdout] ... [INFO] [stdout] 141 | impl_sqlitetype_conversion!(into: &[u8] => Vec => SqliteType::Blob); [INFO] [stdout] | ----------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] ::: src/error.rs:12:22 [INFO] [stdout] | [INFO] [stdout] 12 | let source = Box::new($error); [INFO] [stdout] | -------- required by a bound introduced by this call [INFO] [stdout] | [INFO] [stdout] = help: the trait `Sized` is not implemented for `dyn std::error::Error + Send` [INFO] [stdout] note: required by a bound in `Box::::new` [INFO] [stdout] --> /rustc/88b8a1c6e3a6f6f8a2ed6b6a9a74e0ef1862f72c/library/alloc/src/boxed.rs:284:4 [INFO] [stdout] = note: this error originates in the macro `impl_sqlitetype_conversion` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable call [INFO] [stdout] --> src/error.rs:12:22 [INFO] [stdout] | [INFO] [stdout] 12 | let source = Box::new($error); [INFO] [stdout] | ^^^^^^^^ unreachable call [INFO] [stdout] | [INFO] [stdout] ::: src/api/types.rs:87:49 [INFO] [stdout] | [INFO] [stdout] 87 | .map_err(|e| err!(with: e, "Failed to convert from SQLite type")), [INFO] [stdout] | - any code following this expression is unreachable [INFO] [stdout] ... [INFO] [stdout] 136 | impl_sqlitetype_conversion!(String => String => SqliteType::Text); [INFO] [stdout] | ----------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `err` which comes from the expansion of the macro `impl_sqlitetype_conversion` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable call [INFO] [stdout] --> src/error.rs:12:22 [INFO] [stdout] | [INFO] [stdout] 12 | let source = Box::new($error); [INFO] [stdout] | ^^^^^^^^ unreachable call [INFO] [stdout] | [INFO] [stdout] ::: src/api/types.rs:109:49 [INFO] [stdout] | [INFO] [stdout] 109 | .map_err(|e| err!(with: e, "Failed to convert into SQLite type")), [INFO] [stdout] | - any code following this expression is unreachable [INFO] [stdout] ... [INFO] [stdout] 141 | impl_sqlitetype_conversion!(into: &[u8] => Vec => SqliteType::Blob); [INFO] [stdout] | ----------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `err` which comes from the expansion of the macro `impl_sqlitetype_conversion` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the size for values of type `dyn std::error::Error + Send` cannot be known at compilation time [INFO] [stdout] --> src/api/types.rs:87:49 [INFO] [stdout] | [INFO] [stdout] 87 | .map_err(|e| err!(with: e, "Failed to convert from SQLite type")), [INFO] [stdout] | ^ doesn't have a size known at compile-time [INFO] [stdout] ... [INFO] [stdout] 136 | impl_sqlitetype_conversion!(String => String => SqliteType::Text); [INFO] [stdout] | ----------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] ::: src/error.rs:12:22 [INFO] [stdout] | [INFO] [stdout] 12 | let source = Box::new($error); [INFO] [stdout] | -------- required by a bound introduced by this call [INFO] [stdout] | [INFO] [stdout] = help: the trait `Sized` is not implemented for `dyn std::error::Error + Send` [INFO] [stdout] note: required by a bound in `Box::::new` [INFO] [stdout] --> /rustc/88b8a1c6e3a6f6f8a2ed6b6a9a74e0ef1862f72c/library/alloc/src/boxed.rs:284:4 [INFO] [stdout] = note: this error originates in the macro `impl_sqlitetype_conversion` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the size for values of type `dyn std::error::Error + Send` cannot be known at compilation time [INFO] [stdout] --> src/api/types.rs:109:49 [INFO] [stdout] | [INFO] [stdout] 109 | .map_err(|e| err!(with: e, "Failed to convert into SQLite type")), [INFO] [stdout] | ^ doesn't have a size known at compile-time [INFO] [stdout] ... [INFO] [stdout] 141 | impl_sqlitetype_conversion!(into: &[u8] => Vec => SqliteType::Blob); [INFO] [stdout] | ----------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] ::: src/error.rs:12:22 [INFO] [stdout] | [INFO] [stdout] 12 | let source = Box::new($error); [INFO] [stdout] | -------- required by a bound introduced by this call [INFO] [stdout] | [INFO] [stdout] = help: the trait `Sized` is not implemented for `dyn std::error::Error + Send` [INFO] [stdout] note: required by a bound in `Box::::new` [INFO] [stdout] --> /rustc/88b8a1c6e3a6f6f8a2ed6b6a9a74e0ef1862f72c/library/alloc/src/boxed.rs:284:4 [INFO] [stdout] = note: this error originates in the macro `impl_sqlitetype_conversion` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable call [INFO] [stdout] --> src/error.rs:12:22 [INFO] [stdout] | [INFO] [stdout] 12 | let source = Box::new($error); [INFO] [stdout] | ^^^^^^^^ unreachable call [INFO] [stdout] | [INFO] [stdout] ::: src/api/types.rs:99:45 [INFO] [stdout] | [INFO] [stdout] 99 | .map_err(|e| err!(with: e, "Failed to convert into SQLite type")) [INFO] [stdout] | - any code following this expression is unreachable [INFO] [stdout] ... [INFO] [stdout] 136 | impl_sqlitetype_conversion!(String => String => SqliteType::Text); [INFO] [stdout] | ----------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `err` which comes from the expansion of the macro `impl_sqlitetype_conversion` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable call [INFO] [stdout] --> src/error.rs:12:22 [INFO] [stdout] | [INFO] [stdout] 12 | let source = Box::new($error); [INFO] [stdout] | ^^^^^^^^ unreachable call [INFO] [stdout] | [INFO] [stdout] ::: src/api/types.rs:75:49 [INFO] [stdout] | [INFO] [stdout] 75 | .map_err(|e| err!(with: e, "Failed to convert from SQLite type")), [INFO] [stdout] | - any code following this expression is unreachable [INFO] [stdout] ... [INFO] [stdout] 142 | impl_sqlitetype_conversion!(from: SqliteType::Blob => Arc>); [INFO] [stdout] | ------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `err` which comes from the expansion of the macro `impl_sqlitetype_conversion` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the size for values of type `dyn std::error::Error + Send` cannot be known at compilation time [INFO] [stdout] --> src/api/types.rs:75:49 [INFO] [stdout] | [INFO] [stdout] 75 | .map_err(|e| err!(with: e, "Failed to convert from SQLite type")), [INFO] [stdout] | ^ doesn't have a size known at compile-time [INFO] [stdout] ... [INFO] [stdout] 142 | impl_sqlitetype_conversion!(from: SqliteType::Blob => Arc>); [INFO] [stdout] | ------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] ::: src/error.rs:12:22 [INFO] [stdout] | [INFO] [stdout] 12 | let source = Box::new($error); [INFO] [stdout] | -------- required by a bound introduced by this call [INFO] [stdout] | [INFO] [stdout] = help: the trait `Sized` is not implemented for `dyn std::error::Error + Send` [INFO] [stdout] note: required by a bound in `Box::::new` [INFO] [stdout] --> /rustc/88b8a1c6e3a6f6f8a2ed6b6a9a74e0ef1862f72c/library/alloc/src/boxed.rs:284:4 [INFO] [stdout] = note: this error originates in the macro `impl_sqlitetype_conversion` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the size for values of type `dyn std::error::Error + Send` cannot be known at compilation time [INFO] [stdout] --> src/api/types.rs:99:45 [INFO] [stdout] | [INFO] [stdout] 99 | .map_err(|e| err!(with: e, "Failed to convert into SQLite type")) [INFO] [stdout] | ^ doesn't have a size known at compile-time [INFO] [stdout] ... [INFO] [stdout] 136 | impl_sqlitetype_conversion!(String => String => SqliteType::Text); [INFO] [stdout] | ----------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] ::: src/error.rs:12:22 [INFO] [stdout] | [INFO] [stdout] 12 | let source = Box::new($error); [INFO] [stdout] | -------- required by a bound introduced by this call [INFO] [stdout] | [INFO] [stdout] = help: the trait `Sized` is not implemented for `dyn std::error::Error + Send` [INFO] [stdout] note: required by a bound in `Box::::new` [INFO] [stdout] --> /rustc/88b8a1c6e3a6f6f8a2ed6b6a9a74e0ef1862f72c/library/alloc/src/boxed.rs:284:4 [INFO] [stdout] = note: this error originates in the macro `impl_sqlitetype_conversion` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable call [INFO] [stdout] --> src/error.rs:12:22 [INFO] [stdout] | [INFO] [stdout] 12 | let source = Box::new($error); [INFO] [stdout] | ^^^^^^^^ unreachable call [INFO] [stdout] | [INFO] [stdout] ::: src/api/types.rs:109:49 [INFO] [stdout] | [INFO] [stdout] 109 | .map_err(|e| err!(with: e, "Failed to convert into SQLite type")), [INFO] [stdout] | - any code following this expression is unreachable [INFO] [stdout] ... [INFO] [stdout] 136 | impl_sqlitetype_conversion!(String => String => SqliteType::Text); [INFO] [stdout] | ----------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `err` which comes from the expansion of the macro `impl_sqlitetype_conversion` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable call [INFO] [stdout] --> src/error.rs:12:22 [INFO] [stdout] | [INFO] [stdout] 12 | let source = Box::new($error); [INFO] [stdout] | ^^^^^^^^ unreachable call [INFO] [stdout] | [INFO] [stdout] ::: src/api/types.rs:87:49 [INFO] [stdout] | [INFO] [stdout] 87 | .map_err(|e| err!(with: e, "Failed to convert from SQLite type")), [INFO] [stdout] | - any code following this expression is unreachable [INFO] [stdout] ... [INFO] [stdout] 142 | impl_sqlitetype_conversion!(from: SqliteType::Blob => Arc>); [INFO] [stdout] | ------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `err` which comes from the expansion of the macro `impl_sqlitetype_conversion` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the size for values of type `dyn std::error::Error + Send` cannot be known at compilation time [INFO] [stdout] --> src/api/types.rs:87:49 [INFO] [stdout] | [INFO] [stdout] 87 | .map_err(|e| err!(with: e, "Failed to convert from SQLite type")), [INFO] [stdout] | ^ doesn't have a size known at compile-time [INFO] [stdout] ... [INFO] [stdout] 142 | impl_sqlitetype_conversion!(from: SqliteType::Blob => Arc>); [INFO] [stdout] | ------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] ::: src/error.rs:12:22 [INFO] [stdout] | [INFO] [stdout] 12 | let source = Box::new($error); [INFO] [stdout] | -------- required by a bound introduced by this call [INFO] [stdout] | [INFO] [stdout] = help: the trait `Sized` is not implemented for `dyn std::error::Error + Send` [INFO] [stdout] note: required by a bound in `Box::::new` [INFO] [stdout] --> /rustc/88b8a1c6e3a6f6f8a2ed6b6a9a74e0ef1862f72c/library/alloc/src/boxed.rs:284:4 [INFO] [stdout] = note: this error originates in the macro `impl_sqlitetype_conversion` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the size for values of type `dyn std::error::Error + Send` cannot be known at compilation time [INFO] [stdout] --> src/api/types.rs:109:49 [INFO] [stdout] | [INFO] [stdout] 109 | .map_err(|e| err!(with: e, "Failed to convert into SQLite type")), [INFO] [stdout] | ^ doesn't have a size known at compile-time [INFO] [stdout] ... [INFO] [stdout] 136 | impl_sqlitetype_conversion!(String => String => SqliteType::Text); [INFO] [stdout] | ----------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] ::: src/error.rs:12:22 [INFO] [stdout] | [INFO] [stdout] 12 | let source = Box::new($error); [INFO] [stdout] | -------- required by a bound introduced by this call [INFO] [stdout] | [INFO] [stdout] = help: the trait `Sized` is not implemented for `dyn std::error::Error + Send` [INFO] [stdout] note: required by a bound in `Box::::new` [INFO] [stdout] --> /rustc/88b8a1c6e3a6f6f8a2ed6b6a9a74e0ef1862f72c/library/alloc/src/boxed.rs:284:4 [INFO] [stdout] = note: this error originates in the macro `impl_sqlitetype_conversion` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable call [INFO] [stdout] --> src/error.rs:12:22 [INFO] [stdout] | [INFO] [stdout] 12 | let source = Box::new($error); [INFO] [stdout] | ^^^^^^^^ unreachable call [INFO] [stdout] | [INFO] [stdout] ::: src/api/types.rs:99:45 [INFO] [stdout] | [INFO] [stdout] 99 | .map_err(|e| err!(with: e, "Failed to convert into SQLite type")) [INFO] [stdout] | - any code following this expression is unreachable [INFO] [stdout] ... [INFO] [stdout] 137 | impl_sqlitetype_conversion!(into: &str => String => SqliteType::Text); [INFO] [stdout] | --------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `err` which comes from the expansion of the macro `impl_sqlitetype_conversion` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the size for values of type `dyn std::error::Error + Send` cannot be known at compilation time [INFO] [stdout] --> src/api/types.rs:99:45 [INFO] [stdout] | [INFO] [stdout] 99 | .map_err(|e| err!(with: e, "Failed to convert into SQLite type")) [INFO] [stdout] | ^ doesn't have a size known at compile-time [INFO] [stdout] ... [INFO] [stdout] 137 | impl_sqlitetype_conversion!(into: &str => String => SqliteType::Text); [INFO] [stdout] | --------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] ::: src/error.rs:12:22 [INFO] [stdout] | [INFO] [stdout] 12 | let source = Box::new($error); [INFO] [stdout] | -------- required by a bound introduced by this call [INFO] [stdout] | [INFO] [stdout] = help: the trait `Sized` is not implemented for `dyn std::error::Error + Send` [INFO] [stdout] note: required by a bound in `Box::::new` [INFO] [stdout] --> /rustc/88b8a1c6e3a6f6f8a2ed6b6a9a74e0ef1862f72c/library/alloc/src/boxed.rs:284:4 [INFO] [stdout] = note: this error originates in the macro `impl_sqlitetype_conversion` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable call [INFO] [stdout] --> src/error.rs:12:22 [INFO] [stdout] | [INFO] [stdout] 12 | let source = Box::new($error); [INFO] [stdout] | ^^^^^^^^ unreachable call [INFO] [stdout] | [INFO] [stdout] ::: src/api/types.rs:109:49 [INFO] [stdout] | [INFO] [stdout] 109 | .map_err(|e| err!(with: e, "Failed to convert into SQLite type")), [INFO] [stdout] | - any code following this expression is unreachable [INFO] [stdout] ... [INFO] [stdout] 137 | impl_sqlitetype_conversion!(into: &str => String => SqliteType::Text); [INFO] [stdout] | --------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `err` which comes from the expansion of the macro `impl_sqlitetype_conversion` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the size for values of type `dyn std::error::Error + Send` cannot be known at compilation time [INFO] [stdout] --> src/api/types.rs:109:49 [INFO] [stdout] | [INFO] [stdout] 109 | .map_err(|e| err!(with: e, "Failed to convert into SQLite type")), [INFO] [stdout] | ^ doesn't have a size known at compile-time [INFO] [stdout] ... [INFO] [stdout] 137 | impl_sqlitetype_conversion!(into: &str => String => SqliteType::Text); [INFO] [stdout] | --------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] ::: src/error.rs:12:22 [INFO] [stdout] | [INFO] [stdout] 12 | let source = Box::new($error); [INFO] [stdout] | -------- required by a bound introduced by this call [INFO] [stdout] | [INFO] [stdout] = help: the trait `Sized` is not implemented for `dyn std::error::Error + Send` [INFO] [stdout] note: required by a bound in `Box::::new` [INFO] [stdout] --> /rustc/88b8a1c6e3a6f6f8a2ed6b6a9a74e0ef1862f72c/library/alloc/src/boxed.rs:284:4 [INFO] [stdout] = note: this error originates in the macro `impl_sqlitetype_conversion` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable call [INFO] [stdout] --> src/error.rs:12:22 [INFO] [stdout] | [INFO] [stdout] 12 | let source = Box::new($error); [INFO] [stdout] | ^^^^^^^^ unreachable call [INFO] [stdout] | [INFO] [stdout] ::: src/api/types.rs:75:49 [INFO] [stdout] | [INFO] [stdout] 75 | .map_err(|e| err!(with: e, "Failed to convert from SQLite type")), [INFO] [stdout] | - any code following this expression is unreachable [INFO] [stdout] ... [INFO] [stdout] 138 | impl_sqlitetype_conversion!(from: SqliteType::Text => Arc); [INFO] [stdout] | ------------------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `err` which comes from the expansion of the macro `impl_sqlitetype_conversion` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the size for values of type `dyn std::error::Error + Send` cannot be known at compilation time [INFO] [stdout] --> src/api/types.rs:75:49 [INFO] [stdout] | [INFO] [stdout] 75 | .map_err(|e| err!(with: e, "Failed to convert from SQLite type")), [INFO] [stdout] | ^ doesn't have a size known at compile-time [INFO] [stdout] ... [INFO] [stdout] 138 | impl_sqlitetype_conversion!(from: SqliteType::Text => Arc); [INFO] [stdout] | ------------------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] ::: src/error.rs:12:22 [INFO] [stdout] | [INFO] [stdout] 12 | let source = Box::new($error); [INFO] [stdout] | -------- required by a bound introduced by this call [INFO] [stdout] | [INFO] [stdout] = help: the trait `Sized` is not implemented for `dyn std::error::Error + Send` [INFO] [stdout] note: required by a bound in `Box::::new` [INFO] [stdout] --> /rustc/88b8a1c6e3a6f6f8a2ed6b6a9a74e0ef1862f72c/library/alloc/src/boxed.rs:284:4 [INFO] [stdout] = note: this error originates in the macro `impl_sqlitetype_conversion` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable call [INFO] [stdout] --> src/error.rs:12:22 [INFO] [stdout] | [INFO] [stdout] 12 | let source = Box::new($error); [INFO] [stdout] | ^^^^^^^^ unreachable call [INFO] [stdout] | [INFO] [stdout] ::: src/api/types.rs:87:49 [INFO] [stdout] | [INFO] [stdout] 87 | .map_err(|e| err!(with: e, "Failed to convert from SQLite type")), [INFO] [stdout] | - any code following this expression is unreachable [INFO] [stdout] ... [INFO] [stdout] 138 | impl_sqlitetype_conversion!(from: SqliteType::Text => Arc); [INFO] [stdout] | ------------------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `err` which comes from the expansion of the macro `impl_sqlitetype_conversion` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the size for values of type `dyn std::error::Error + Send` cannot be known at compilation time [INFO] [stdout] --> src/api/types.rs:87:49 [INFO] [stdout] | [INFO] [stdout] 87 | .map_err(|e| err!(with: e, "Failed to convert from SQLite type")), [INFO] [stdout] | ^ doesn't have a size known at compile-time [INFO] [stdout] ... [INFO] [stdout] 138 | impl_sqlitetype_conversion!(from: SqliteType::Text => Arc); [INFO] [stdout] | ------------------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] ::: src/error.rs:12:22 [INFO] [stdout] | [INFO] [stdout] 12 | let source = Box::new($error); [INFO] [stdout] | -------- required by a bound introduced by this call [INFO] [stdout] | [INFO] [stdout] = help: the trait `Sized` is not implemented for `dyn std::error::Error + Send` [INFO] [stdout] note: required by a bound in `Box::::new` [INFO] [stdout] --> /rustc/88b8a1c6e3a6f6f8a2ed6b6a9a74e0ef1862f72c/library/alloc/src/boxed.rs:284:4 [INFO] [stdout] = note: this error originates in the macro `impl_sqlitetype_conversion` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable call [INFO] [stdout] --> src/error.rs:12:22 [INFO] [stdout] | [INFO] [stdout] 12 | let source = Box::new($error); [INFO] [stdout] | ^^^^^^^^ unreachable call [INFO] [stdout] | [INFO] [stdout] ::: src/api/types.rs:75:49 [INFO] [stdout] | [INFO] [stdout] 75 | .map_err(|e| err!(with: e, "Failed to convert from SQLite type")), [INFO] [stdout] | - any code following this expression is unreachable [INFO] [stdout] ... [INFO] [stdout] 140 | impl_sqlitetype_conversion!(Vec => Vec => SqliteType::Blob); [INFO] [stdout] | ------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `err` which comes from the expansion of the macro `impl_sqlitetype_conversion` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the size for values of type `dyn std::error::Error + Send` cannot be known at compilation time [INFO] [stdout] --> src/api/types.rs:75:49 [INFO] [stdout] | [INFO] [stdout] 75 | .map_err(|e| err!(with: e, "Failed to convert from SQLite type")), [INFO] [stdout] | ^ doesn't have a size known at compile-time [INFO] [stdout] ... [INFO] [stdout] 140 | impl_sqlitetype_conversion!(Vec => Vec => SqliteType::Blob); [INFO] [stdout] | ------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] ::: src/error.rs:12:22 [INFO] [stdout] | [INFO] [stdout] 12 | let source = Box::new($error); [INFO] [stdout] | -------- required by a bound introduced by this call [INFO] [stdout] | [INFO] [stdout] = help: the trait `Sized` is not implemented for `dyn std::error::Error + Send` [INFO] [stdout] note: required by a bound in `Box::::new` [INFO] [stdout] --> /rustc/88b8a1c6e3a6f6f8a2ed6b6a9a74e0ef1862f72c/library/alloc/src/boxed.rs:284:4 [INFO] [stdout] = note: this error originates in the macro `impl_sqlitetype_conversion` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable call [INFO] [stdout] --> src/error.rs:12:22 [INFO] [stdout] | [INFO] [stdout] 12 | let source = Box::new($error); [INFO] [stdout] | ^^^^^^^^ unreachable call [INFO] [stdout] | [INFO] [stdout] ::: src/api/types.rs:87:49 [INFO] [stdout] | [INFO] [stdout] 87 | .map_err(|e| err!(with: e, "Failed to convert from SQLite type")), [INFO] [stdout] | - any code following this expression is unreachable [INFO] [stdout] ... [INFO] [stdout] 140 | impl_sqlitetype_conversion!(Vec => Vec => SqliteType::Blob); [INFO] [stdout] | ------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `err` which comes from the expansion of the macro `impl_sqlitetype_conversion` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the size for values of type `dyn std::error::Error + Send` cannot be known at compilation time [INFO] [stdout] --> src/api/types.rs:87:49 [INFO] [stdout] | [INFO] [stdout] 87 | .map_err(|e| err!(with: e, "Failed to convert from SQLite type")), [INFO] [stdout] | ^ doesn't have a size known at compile-time [INFO] [stdout] ... [INFO] [stdout] 140 | impl_sqlitetype_conversion!(Vec => Vec => SqliteType::Blob); [INFO] [stdout] | ------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] ::: src/error.rs:12:22 [INFO] [stdout] | [INFO] [stdout] 12 | let source = Box::new($error); [INFO] [stdout] | -------- required by a bound introduced by this call [INFO] [stdout] | [INFO] [stdout] = help: the trait `Sized` is not implemented for `dyn std::error::Error + Send` [INFO] [stdout] note: required by a bound in `Box::::new` [INFO] [stdout] --> /rustc/88b8a1c6e3a6f6f8a2ed6b6a9a74e0ef1862f72c/library/alloc/src/boxed.rs:284:4 [INFO] [stdout] = note: this error originates in the macro `impl_sqlitetype_conversion` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable call [INFO] [stdout] --> src/error.rs:12:22 [INFO] [stdout] | [INFO] [stdout] 12 | let source = Box::new($error); [INFO] [stdout] | ^^^^^^^^ unreachable call [INFO] [stdout] | [INFO] [stdout] ::: src/api/types.rs:99:45 [INFO] [stdout] | [INFO] [stdout] 99 | .map_err(|e| err!(with: e, "Failed to convert into SQLite type")) [INFO] [stdout] | - any code following this expression is unreachable [INFO] [stdout] ... [INFO] [stdout] 140 | impl_sqlitetype_conversion!(Vec => Vec => SqliteType::Blob); [INFO] [stdout] | ------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `err` which comes from the expansion of the macro `impl_sqlitetype_conversion` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the size for values of type `dyn std::error::Error + Send` cannot be known at compilation time [INFO] [stdout] --> src/api/types.rs:99:45 [INFO] [stdout] | [INFO] [stdout] 99 | .map_err(|e| err!(with: e, "Failed to convert into SQLite type")) [INFO] [stdout] | ^ doesn't have a size known at compile-time [INFO] [stdout] ... [INFO] [stdout] 140 | impl_sqlitetype_conversion!(Vec => Vec => SqliteType::Blob); [INFO] [stdout] | ------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] ::: src/error.rs:12:22 [INFO] [stdout] | [INFO] [stdout] 12 | let source = Box::new($error); [INFO] [stdout] | -------- required by a bound introduced by this call [INFO] [stdout] | [INFO] [stdout] = help: the trait `Sized` is not implemented for `dyn std::error::Error + Send` [INFO] [stdout] note: required by a bound in `Box::::new` [INFO] [stdout] --> /rustc/88b8a1c6e3a6f6f8a2ed6b6a9a74e0ef1862f72c/library/alloc/src/boxed.rs:284:4 [INFO] [stdout] = note: this error originates in the macro `impl_sqlitetype_conversion` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable call [INFO] [stdout] --> src/error.rs:12:22 [INFO] [stdout] | [INFO] [stdout] 12 | let source = Box::new($error); [INFO] [stdout] | ^^^^^^^^ unreachable call [INFO] [stdout] | [INFO] [stdout] ::: src/api/types.rs:109:49 [INFO] [stdout] | [INFO] [stdout] 109 | .map_err(|e| err!(with: e, "Failed to convert into SQLite type")), [INFO] [stdout] | - any code following this expression is unreachable [INFO] [stdout] ... [INFO] [stdout] 140 | impl_sqlitetype_conversion!(Vec => Vec => SqliteType::Blob); [INFO] [stdout] | ------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `err` which comes from the expansion of the macro `impl_sqlitetype_conversion` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the size for values of type `dyn std::error::Error + Send` cannot be known at compilation time [INFO] [stdout] --> src/api/types.rs:109:49 [INFO] [stdout] | [INFO] [stdout] 109 | .map_err(|e| err!(with: e, "Failed to convert into SQLite type")), [INFO] [stdout] | ^ doesn't have a size known at compile-time [INFO] [stdout] ... [INFO] [stdout] 140 | impl_sqlitetype_conversion!(Vec => Vec => SqliteType::Blob); [INFO] [stdout] | ------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] ::: src/error.rs:12:22 [INFO] [stdout] | [INFO] [stdout] 12 | let source = Box::new($error); [INFO] [stdout] | -------- required by a bound introduced by this call [INFO] [stdout] | [INFO] [stdout] = help: the trait `Sized` is not implemented for `dyn std::error::Error + Send` [INFO] [stdout] note: required by a bound in `Box::::new` [INFO] [stdout] --> /rustc/88b8a1c6e3a6f6f8a2ed6b6a9a74e0ef1862f72c/library/alloc/src/boxed.rs:284:4 [INFO] [stdout] = note: this error originates in the macro `impl_sqlitetype_conversion` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable call [INFO] [stdout] --> src/error.rs:12:22 [INFO] [stdout] | [INFO] [stdout] 12 | let source = Box::new($error); [INFO] [stdout] | ^^^^^^^^ unreachable call [INFO] [stdout] | [INFO] [stdout] ::: src/api/types.rs:99:45 [INFO] [stdout] | [INFO] [stdout] 99 | .map_err(|e| err!(with: e, "Failed to convert into SQLite type")) [INFO] [stdout] | - any code following this expression is unreachable [INFO] [stdout] ... [INFO] [stdout] 141 | impl_sqlitetype_conversion!(into: &[u8] => Vec => SqliteType::Blob); [INFO] [stdout] | ----------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `err` which comes from the expansion of the macro `impl_sqlitetype_conversion` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the size for values of type `dyn std::error::Error + Send` cannot be known at compilation time [INFO] [stdout] --> src/api/types.rs:99:45 [INFO] [stdout] | [INFO] [stdout] 99 | .map_err(|e| err!(with: e, "Failed to convert into SQLite type")) [INFO] [stdout] | ^ doesn't have a size known at compile-time [INFO] [stdout] ... [INFO] [stdout] 141 | impl_sqlitetype_conversion!(into: &[u8] => Vec => SqliteType::Blob); [INFO] [stdout] | ----------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] ::: src/error.rs:12:22 [INFO] [stdout] | [INFO] [stdout] 12 | let source = Box::new($error); [INFO] [stdout] | -------- required by a bound introduced by this call [INFO] [stdout] | [INFO] [stdout] = help: the trait `Sized` is not implemented for `dyn std::error::Error + Send` [INFO] [stdout] note: required by a bound in `Box::::new` [INFO] [stdout] --> /rustc/88b8a1c6e3a6f6f8a2ed6b6a9a74e0ef1862f72c/library/alloc/src/boxed.rs:284:4 [INFO] [stdout] = note: this error originates in the macro `impl_sqlitetype_conversion` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable call [INFO] [stdout] --> src/error.rs:12:22 [INFO] [stdout] | [INFO] [stdout] 12 | let source = Box::new($error); [INFO] [stdout] | ^^^^^^^^ unreachable call [INFO] [stdout] | [INFO] [stdout] ::: src/api/types.rs:109:49 [INFO] [stdout] | [INFO] [stdout] 109 | .map_err(|e| err!(with: e, "Failed to convert into SQLite type")), [INFO] [stdout] | - any code following this expression is unreachable [INFO] [stdout] ... [INFO] [stdout] 141 | impl_sqlitetype_conversion!(into: &[u8] => Vec => SqliteType::Blob); [INFO] [stdout] | ----------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `err` which comes from the expansion of the macro `impl_sqlitetype_conversion` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the size for values of type `dyn std::error::Error + Send` cannot be known at compilation time [INFO] [stdout] --> src/api/types.rs:109:49 [INFO] [stdout] | [INFO] [stdout] 109 | .map_err(|e| err!(with: e, "Failed to convert into SQLite type")), [INFO] [stdout] | ^ doesn't have a size known at compile-time [INFO] [stdout] ... [INFO] [stdout] 141 | impl_sqlitetype_conversion!(into: &[u8] => Vec => SqliteType::Blob); [INFO] [stdout] | ----------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] ::: src/error.rs:12:22 [INFO] [stdout] | [INFO] [stdout] 12 | let source = Box::new($error); [INFO] [stdout] | -------- required by a bound introduced by this call [INFO] [stdout] | [INFO] [stdout] = help: the trait `Sized` is not implemented for `dyn std::error::Error + Send` [INFO] [stdout] note: required by a bound in `Box::::new` [INFO] [stdout] --> /rustc/88b8a1c6e3a6f6f8a2ed6b6a9a74e0ef1862f72c/library/alloc/src/boxed.rs:284:4 [INFO] [stdout] = note: this error originates in the macro `impl_sqlitetype_conversion` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable call [INFO] [stdout] --> src/error.rs:12:22 [INFO] [stdout] | [INFO] [stdout] 12 | let source = Box::new($error); [INFO] [stdout] | ^^^^^^^^ unreachable call [INFO] [stdout] | [INFO] [stdout] ::: src/api/types.rs:75:49 [INFO] [stdout] | [INFO] [stdout] 75 | .map_err(|e| err!(with: e, "Failed to convert from SQLite type")), [INFO] [stdout] | - any code following this expression is unreachable [INFO] [stdout] ... [INFO] [stdout] 142 | impl_sqlitetype_conversion!(from: SqliteType::Blob => Arc>); [INFO] [stdout] | ------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `err` which comes from the expansion of the macro `impl_sqlitetype_conversion` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the size for values of type `dyn std::error::Error + Send` cannot be known at compilation time [INFO] [stdout] --> src/api/types.rs:75:49 [INFO] [stdout] | [INFO] [stdout] 75 | .map_err(|e| err!(with: e, "Failed to convert from SQLite type")), [INFO] [stdout] | ^ doesn't have a size known at compile-time [INFO] [stdout] ... [INFO] [stdout] 142 | impl_sqlitetype_conversion!(from: SqliteType::Blob => Arc>); [INFO] [stdout] | ------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] ::: src/error.rs:12:22 [INFO] [stdout] | [INFO] [stdout] 12 | let source = Box::new($error); [INFO] [stdout] | -------- required by a bound introduced by this call [INFO] [stdout] | [INFO] [stdout] = help: the trait `Sized` is not implemented for `dyn std::error::Error + Send` [INFO] [stdout] note: required by a bound in `Box::::new` [INFO] [stdout] --> /rustc/88b8a1c6e3a6f6f8a2ed6b6a9a74e0ef1862f72c/library/alloc/src/boxed.rs:284:4 [INFO] [stdout] = note: this error originates in the macro `impl_sqlitetype_conversion` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable call [INFO] [stdout] --> src/error.rs:12:22 [INFO] [stdout] | [INFO] [stdout] 12 | let source = Box::new($error); [INFO] [stdout] | ^^^^^^^^ unreachable call [INFO] [stdout] | [INFO] [stdout] ::: src/api/types.rs:87:49 [INFO] [stdout] | [INFO] [stdout] 87 | .map_err(|e| err!(with: e, "Failed to convert from SQLite type")), [INFO] [stdout] | - any code following this expression is unreachable [INFO] [stdout] ... [INFO] [stdout] 142 | impl_sqlitetype_conversion!(from: SqliteType::Blob => Arc>); [INFO] [stdout] | ------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `err` which comes from the expansion of the macro `impl_sqlitetype_conversion` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the size for values of type `dyn std::error::Error + Send` cannot be known at compilation time [INFO] [stdout] --> src/api/types.rs:87:49 [INFO] [stdout] | [INFO] [stdout] 87 | .map_err(|e| err!(with: e, "Failed to convert from SQLite type")), [INFO] [stdout] | ^ doesn't have a size known at compile-time [INFO] [stdout] ... [INFO] [stdout] 142 | impl_sqlitetype_conversion!(from: SqliteType::Blob => Arc>); [INFO] [stdout] | ------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] ::: src/error.rs:12:22 [INFO] [stdout] | [INFO] [stdout] 12 | let source = Box::new($error); [INFO] [stdout] | -------- required by a bound introduced by this call [INFO] [stdout] | [INFO] [stdout] = help: the trait `Sized` is not implemented for `dyn std::error::Error + Send` [INFO] [stdout] note: required by a bound in `Box::::new` [INFO] [stdout] --> /rustc/88b8a1c6e3a6f6f8a2ed6b6a9a74e0ef1862f72c/library/alloc/src/boxed.rs:284:4 [INFO] [stdout] = note: this error originates in the macro `impl_sqlitetype_conversion` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0277`. [INFO] [stdout] [INFO] [stderr] error: could not compile `sqlite-tiny` (lib) due to 40 previous errors; 40 warnings emitted [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] For more information about this error, try `rustc --explain E0277`. [INFO] [stdout] [INFO] [stderr] error: could not compile `sqlite-tiny` (lib test) due to 40 previous errors; 40 warnings emitted [INFO] running `Command { std: "docker" "inspect" "a8bebcf65eca5aa082846c1ce77b4c282d73f1da39b78f68f6b247c40392bdd0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a8bebcf65eca5aa082846c1ce77b4c282d73f1da39b78f68f6b247c40392bdd0", kill_on_drop: false }` [INFO] [stdout] a8bebcf65eca5aa082846c1ce77b4c282d73f1da39b78f68f6b247c40392bdd0