[INFO] fetching crate dcollector 0.6.2...
[INFO] checking dcollector-0.6.2 against try#4f260f0f20b3133d20cfb50353c0221943af5796+rustflags=-Dunmustuse_in_always_ok for pr-148577
[INFO] extracting crate dcollector 0.6.2 into /workspace/builds/worker-6-tc2/source
[INFO] started tweaking crates.io crate dcollector 0.6.2
[INFO] finished tweaking crates.io crate dcollector 0.6.2
[INFO] tweaked toml for crates.io crate dcollector 0.6.2 written to /workspace/builds/worker-6-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate dcollector 0.6.2 on toolchain 4f260f0f20b3133d20cfb50353c0221943af5796
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+4f260f0f20b3133d20cfb50353c0221943af5796" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate dcollector 0.6.2 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+4f260f0f20b3133d20cfb50353c0221943af5796" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+4f260f0f20b3133d20cfb50353c0221943af5796" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] b21fb69fcf9113182442a17fb19151fba519b310a2c18d912bd368ea5b61d4d7
[INFO] running `Command { std: "docker" "start" "-a" "b21fb69fcf9113182442a17fb19151fba519b310a2c18d912bd368ea5b61d4d7", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "b21fb69fcf9113182442a17fb19151fba519b310a2c18d912bd368ea5b61d4d7", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b21fb69fcf9113182442a17fb19151fba519b310a2c18d912bd368ea5b61d4d7", kill_on_drop: false }`
[INFO] [stdout] b21fb69fcf9113182442a17fb19151fba519b310a2c18d912bd368ea5b61d4d7
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid -Dunmustuse_in_always_ok" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+4f260f0f20b3133d20cfb50353c0221943af5796" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 2ec126bbce2db48bd01409c37b19688b693d16df80693c6c8a24fcdb6d4be27b
[INFO] running `Command { std: "docker" "start" "-a" "2ec126bbce2db48bd01409c37b19688b693d16df80693c6c8a24fcdb6d4be27b", kill_on_drop: false }`
[INFO] [stderr]     Checking once_cell v1.19.0
[INFO] [stderr]     Checking regex-syntax v0.8.2
[INFO] [stderr]     Checking log v0.4.21
[INFO] [stderr]     Checking regex-syntax v0.6.29
[INFO] [stderr]     Checking cfg-if v1.0.0
[INFO] [stderr]    Compiling pq-sys v0.4.8
[INFO] [stderr]     Checking iana-time-zone v0.1.60
[INFO] [stderr]     Checking overload v0.1.1
[INFO] [stderr]    Compiling libmimalloc-sys v0.1.35
[INFO] [stderr]     Checking either v1.10.0
[INFO] [stderr]     Checking crossbeam-utils v0.8.19
[INFO] [stderr]     Checking libc v0.2.153
[INFO] [stderr]     Checking lazy_static v1.4.0
[INFO] [stderr]     Checking pin-project-lite v0.2.13
[INFO] [stderr]    Compiling syn v2.0.52
[INFO] [stderr]     Checking num-traits v0.2.18
[INFO] [stderr]     Checking itoa v1.0.10
[INFO] [stderr]     Checking nu-ansi-term v0.46.0
[INFO] [stderr]     Checking shell-words v1.1.0
[INFO] [stderr]     Checking tracing-core v0.1.32
[INFO] [stderr]     Checking thread_local v1.1.8
[INFO] [stderr]     Checking sharded-slab v0.1.7
[INFO] [stderr]     Checking bitflags v2.4.2
[INFO] [stderr]    Compiling dcollector v0.6.2 (/opt/rustwide/workdir)
[INFO] [stderr]     Checking ryu v1.0.17
[INFO] [stderr]     Checking byteorder v1.5.0
[INFO] [stderr]     Checking smallvec v1.13.1
[INFO] [stderr]     Checking nut-client v0.4.2
[INFO] [stderr]     Checking dotenv v0.15.0
[INFO] [stderr]     Checking tracing-log v0.2.0
[INFO] [stderr]     Checking crossbeam-epoch v0.9.18
[INFO] [stderr]     Checking crossbeam-deque v0.8.5
[INFO] [stderr]     Checking rayon-core v1.12.1
[INFO] [stderr]     Checking mimalloc v0.1.39
[INFO] [stderr]     Checking regex-automata v0.4.6
[INFO] [stderr]     Checking rayon v1.9.0
[INFO] [stderr]     Checking chrono v0.4.35
[INFO] [stderr]     Checking regex-automata v0.1.10
[INFO] [stderr]     Checking matchers v0.1.0
[INFO] [stderr]     Checking regex v1.10.3
[INFO] [stderr]     Checking sysinfo v0.26.9
[INFO] [stderr]    Compiling diesel_table_macro_syntax v0.1.0
[INFO] [stderr]    Compiling serde_derive v1.0.197
[INFO] [stderr]    Compiling tracing-attributes v0.1.27
[INFO] [stderr]    Compiling diesel_derives v2.1.2
[INFO] [stderr]     Checking tracing v0.1.40
[INFO] [stderr]     Checking tracing-subscriber v0.3.18
[INFO] [stderr]     Checking serde v1.0.197
[INFO] [stderr]     Checking diesel v2.1.4
[INFO] [stderr]     Checking serde_json v1.0.114
[INFO] [stdout] error: this type will no longer be must used: ControlFlow<Result<Infallible, Infallible>, std::time::SystemTime>
[INFO] [stdout]  --> src/models.rs:9:49
[INFO] [stdout]   |
[INFO] [stdout] 9 | #[derive(Debug, Clone, Deserialize, Insertable, Queryable, PartialEq)]
[INFO] [stdout]   |                                                 ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: requested on the command line with `-D unmustuse-in-always-ok`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<std::time::SystemTime, Infallible>
[INFO] [stdout]  --> src/models.rs:9:49
[INFO] [stdout]   |
[INFO] [stdout] 9 | #[derive(Debug, Clone, Deserialize, Insertable, Queryable, PartialEq)]
[INFO] [stdout]   |                                                 ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: this error originates in the derive macro `Queryable` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: ControlFlow<Result<Infallible, Infallible>, std::option::Option<std::string::String>>
[INFO] [stdout]  --> src/models.rs:9:49
[INFO] [stdout]   |
[INFO] [stdout] 9 | #[derive(Debug, Clone, Deserialize, Insertable, Queryable, PartialEq)]
[INFO] [stdout]   |                                                 ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<std::option::Option<std::string::String>, Infallible>
[INFO] [stdout]  --> src/models.rs:9:49
[INFO] [stdout]   |
[INFO] [stdout] 9 | #[derive(Debug, Clone, Deserialize, Insertable, Queryable, PartialEq)]
[INFO] [stdout]   |                                                 ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: this error originates in the derive macro `Queryable` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: ControlFlow<Result<Infallible, Infallible>, std::option::Option<i64>>
[INFO] [stdout]  --> src/models.rs:9:49
[INFO] [stdout]   |
[INFO] [stdout] 9 | #[derive(Debug, Clone, Deserialize, Insertable, Queryable, PartialEq)]
[INFO] [stdout]   |                                                 ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<std::option::Option<i64>, Infallible>
[INFO] [stdout]  --> src/models.rs:9:49
[INFO] [stdout]   |
[INFO] [stdout] 9 | #[derive(Debug, Clone, Deserialize, Insertable, Queryable, PartialEq)]
[INFO] [stdout]   |                                                 ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: this error originates in the derive macro `Queryable` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: ControlFlow<Result<Infallible, Infallible>, std::option::Option<i64>>
[INFO] [stdout]  --> src/models.rs:9:49
[INFO] [stdout]   |
[INFO] [stdout] 9 | #[derive(Debug, Clone, Deserialize, Insertable, Queryable, PartialEq)]
[INFO] [stdout]   |                                                 ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: ControlFlow<Result<Infallible, Infallible>, std::option::Option<i64>>
[INFO] [stdout]  --> src/models.rs:9:49
[INFO] [stdout]   |
[INFO] [stdout] 9 | #[derive(Debug, Clone, Deserialize, Insertable, Queryable, PartialEq)]
[INFO] [stdout]   |                                                 ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: ControlFlow<Result<Infallible, Infallible>, std::option::Option<i64>>
[INFO] [stdout]  --> src/models.rs:9:49
[INFO] [stdout]   |
[INFO] [stdout] 9 | #[derive(Debug, Clone, Deserialize, Insertable, Queryable, PartialEq)]
[INFO] [stdout]   |                                                 ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: ControlFlow<Result<Infallible, Infallible>, std::option::Option<i64>>
[INFO] [stdout]  --> src/models.rs:9:49
[INFO] [stdout]   |
[INFO] [stdout] 9 | #[derive(Debug, Clone, Deserialize, Insertable, Queryable, PartialEq)]
[INFO] [stdout]   |                                                 ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: ControlFlow<Result<Infallible, Infallible>, std::option::Option<i64>>
[INFO] [stdout]  --> src/models.rs:9:49
[INFO] [stdout]   |
[INFO] [stdout] 9 | #[derive(Debug, Clone, Deserialize, Insertable, Queryable, PartialEq)]
[INFO] [stdout]   |                                                 ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: ControlFlow<Result<Infallible, Infallible>, std::option::Option<i64>>
[INFO] [stdout]  --> src/models.rs:9:49
[INFO] [stdout]   |
[INFO] [stdout] 9 | #[derive(Debug, Clone, Deserialize, Insertable, Queryable, PartialEq)]
[INFO] [stdout]   |                                                 ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: ControlFlow<Result<Infallible, Infallible>, std::option::Option<i64>>
[INFO] [stdout]  --> src/models.rs:9:49
[INFO] [stdout]   |
[INFO] [stdout] 9 | #[derive(Debug, Clone, Deserialize, Insertable, Queryable, PartialEq)]
[INFO] [stdout]   |                                                 ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: ControlFlow<Result<Infallible, Infallible>, std::option::Option<i64>>
[INFO] [stdout]  --> src/models.rs:9:49
[INFO] [stdout]   |
[INFO] [stdout] 9 | #[derive(Debug, Clone, Deserialize, Insertable, Queryable, PartialEq)]
[INFO] [stdout]   |                                                 ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: ControlFlow<Result<Infallible, Infallible>, std::option::Option<i64>>
[INFO] [stdout]  --> src/models.rs:9:49
[INFO] [stdout]   |
[INFO] [stdout] 9 | #[derive(Debug, Clone, Deserialize, Insertable, Queryable, PartialEq)]
[INFO] [stdout]   |                                                 ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: ControlFlow<Result<Infallible, Infallible>, std::option::Option<i64>>
[INFO] [stdout]  --> src/models.rs:9:49
[INFO] [stdout]   |
[INFO] [stdout] 9 | #[derive(Debug, Clone, Deserialize, Insertable, Queryable, PartialEq)]
[INFO] [stdout]   |                                                 ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: ControlFlow<Result<Infallible, Infallible>, std::option::Option<i64>>
[INFO] [stdout]  --> src/models.rs:9:49
[INFO] [stdout]   |
[INFO] [stdout] 9 | #[derive(Debug, Clone, Deserialize, Insertable, Queryable, PartialEq)]
[INFO] [stdout]   |                                                 ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: ControlFlow<Result<Infallible, Infallible>, std::time::SystemTime>
[INFO] [stdout]   --> src/models.rs:46:49
[INFO] [stdout]    |
[INFO] [stdout] 46 | #[derive(Debug, Clone, Deserialize, Insertable, Queryable, PartialEq)]
[INFO] [stdout]    |                                                 ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<std::time::SystemTime, Infallible>
[INFO] [stdout]   --> src/models.rs:46:49
[INFO] [stdout]    |
[INFO] [stdout] 46 | #[derive(Debug, Clone, Deserialize, Insertable, Queryable, PartialEq)]
[INFO] [stdout]    |                                                 ^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the derive macro `Queryable` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: ControlFlow<Result<Infallible, Infallible>, std::option::Option<std::string::String>>
[INFO] [stdout]   --> src/models.rs:46:49
[INFO] [stdout]    |
[INFO] [stdout] 46 | #[derive(Debug, Clone, Deserialize, Insertable, Queryable, PartialEq)]
[INFO] [stdout]    |                                                 ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<std::option::Option<std::string::String>, Infallible>
[INFO] [stdout]   --> src/models.rs:46:49
[INFO] [stdout]    |
[INFO] [stdout] 46 | #[derive(Debug, Clone, Deserialize, Insertable, Queryable, PartialEq)]
[INFO] [stdout]    |                                                 ^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the derive macro `Queryable` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: ControlFlow<Result<Infallible, Infallible>, std::option::Option<std::time::SystemTime>>
[INFO] [stdout]   --> src/models.rs:46:49
[INFO] [stdout]    |
[INFO] [stdout] 46 | #[derive(Debug, Clone, Deserialize, Insertable, Queryable, PartialEq)]
[INFO] [stdout]    |                                                 ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<std::option::Option<std::time::SystemTime>, Infallible>
[INFO] [stdout]   --> src/models.rs:46:49
[INFO] [stdout]    |
[INFO] [stdout] 46 | #[derive(Debug, Clone, Deserialize, Insertable, Queryable, PartialEq)]
[INFO] [stdout]    |                                                 ^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the derive macro `Queryable` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: ControlFlow<Result<Infallible, Infallible>, std::option::Option<std::string::String>>
[INFO] [stdout]   --> src/models.rs:46:49
[INFO] [stdout]    |
[INFO] [stdout] 46 | #[derive(Debug, Clone, Deserialize, Insertable, Queryable, PartialEq)]
[INFO] [stdout]    |                                                 ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: ControlFlow<Result<Infallible, Infallible>, std::option::Option<std::string::String>>
[INFO] [stdout]   --> src/models.rs:46:49
[INFO] [stdout]    |
[INFO] [stdout] 46 | #[derive(Debug, Clone, Deserialize, Insertable, Queryable, PartialEq)]
[INFO] [stdout]    |                                                 ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: ControlFlow<Result<Infallible, Infallible>, std::option::Option<std::string::String>>
[INFO] [stdout]   --> src/models.rs:46:49
[INFO] [stdout]    |
[INFO] [stdout] 46 | #[derive(Debug, Clone, Deserialize, Insertable, Queryable, PartialEq)]
[INFO] [stdout]    |                                                 ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: ControlFlow<Result<Infallible, Infallible>, std::option::Option<i64>>
[INFO] [stdout]   --> src/models.rs:46:49
[INFO] [stdout]    |
[INFO] [stdout] 46 | #[derive(Debug, Clone, Deserialize, Insertable, Queryable, PartialEq)]
[INFO] [stdout]    |                                                 ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<std::option::Option<i64>, Infallible>
[INFO] [stdout]   --> src/models.rs:46:49
[INFO] [stdout]    |
[INFO] [stdout] 46 | #[derive(Debug, Clone, Deserialize, Insertable, Queryable, PartialEq)]
[INFO] [stdout]    |                                                 ^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the derive macro `Queryable` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: ControlFlow<Result<Infallible, Infallible>, std::option::Option<i64>>
[INFO] [stdout]   --> src/models.rs:46:49
[INFO] [stdout]    |
[INFO] [stdout] 46 | #[derive(Debug, Clone, Deserialize, Insertable, Queryable, PartialEq)]
[INFO] [stdout]    |                                                 ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: ControlFlow<Result<Infallible, Infallible>, std::option::Option<i64>>
[INFO] [stdout]   --> src/models.rs:46:49
[INFO] [stdout]    |
[INFO] [stdout] 46 | #[derive(Debug, Clone, Deserialize, Insertable, Queryable, PartialEq)]
[INFO] [stdout]    |                                                 ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: ControlFlow<Result<Infallible, Infallible>, std::option::Option<i64>>
[INFO] [stdout]   --> src/models.rs:46:49
[INFO] [stdout]    |
[INFO] [stdout] 46 | #[derive(Debug, Clone, Deserialize, Insertable, Queryable, PartialEq)]
[INFO] [stdout]    |                                                 ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: ControlFlow<Result<Infallible, Infallible>, std::option::Option<f32>>
[INFO] [stdout]   --> src/models.rs:46:49
[INFO] [stdout]    |
[INFO] [stdout] 46 | #[derive(Debug, Clone, Deserialize, Insertable, Queryable, PartialEq)]
[INFO] [stdout]    |                                                 ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<std::option::Option<f32>, Infallible>
[INFO] [stdout]   --> src/models.rs:46:49
[INFO] [stdout]    |
[INFO] [stdout] 46 | #[derive(Debug, Clone, Deserialize, Insertable, Queryable, PartialEq)]
[INFO] [stdout]    |                                                 ^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the derive macro `Queryable` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: ControlFlow<Result<Infallible, Infallible>, std::option::Option<i64>>
[INFO] [stdout]   --> src/models.rs:46:49
[INFO] [stdout]    |
[INFO] [stdout] 46 | #[derive(Debug, Clone, Deserialize, Insertable, Queryable, PartialEq)]
[INFO] [stdout]    |                                                 ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: ControlFlow<Result<Infallible, Infallible>, std::option::Option<std::string::String>>
[INFO] [stdout]   --> src/models.rs:46:49
[INFO] [stdout]    |
[INFO] [stdout] 46 | #[derive(Debug, Clone, Deserialize, Insertable, Queryable, PartialEq)]
[INFO] [stdout]    |                                                 ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: ControlFlow<Result<Infallible, Infallible>, std::time::SystemTime>
[INFO] [stdout]    --> src/models.rs:121:49
[INFO] [stdout]     |
[INFO] [stdout] 121 | #[derive(Debug, Clone, Deserialize, Insertable, Queryable, PartialEq)]
[INFO] [stdout]     |                                                 ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<std::time::SystemTime, Infallible>
[INFO] [stdout]    --> src/models.rs:121:49
[INFO] [stdout]     |
[INFO] [stdout] 121 | #[derive(Debug, Clone, Deserialize, Insertable, Queryable, PartialEq)]
[INFO] [stdout]     |                                                 ^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the derive macro `Queryable` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: ControlFlow<Result<Infallible, Infallible>, std::option::Option<std::string::String>>
[INFO] [stdout]    --> src/models.rs:121:49
[INFO] [stdout]     |
[INFO] [stdout] 121 | #[derive(Debug, Clone, Deserialize, Insertable, Queryable, PartialEq)]
[INFO] [stdout]     |                                                 ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<std::option::Option<std::string::String>, Infallible>
[INFO] [stdout]    --> src/models.rs:121:49
[INFO] [stdout]     |
[INFO] [stdout] 121 | #[derive(Debug, Clone, Deserialize, Insertable, Queryable, PartialEq)]
[INFO] [stdout]     |                                                 ^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the derive macro `Queryable` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: ControlFlow<Result<Infallible, Infallible>, std::option::Option<std::string::String>>
[INFO] [stdout]    --> src/models.rs:121:49
[INFO] [stdout]     |
[INFO] [stdout] 121 | #[derive(Debug, Clone, Deserialize, Insertable, Queryable, PartialEq)]
[INFO] [stdout]     |                                                 ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: ControlFlow<Result<Infallible, Infallible>, std::option::Option<std::string::String>>
[INFO] [stdout]    --> src/models.rs:121:49
[INFO] [stdout]     |
[INFO] [stdout] 121 | #[derive(Debug, Clone, Deserialize, Insertable, Queryable, PartialEq)]
[INFO] [stdout]     |                                                 ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: ControlFlow<Result<Infallible, Infallible>, std::option::Option<std::string::String>>
[INFO] [stdout]    --> src/models.rs:121:49
[INFO] [stdout]     |
[INFO] [stdout] 121 | #[derive(Debug, Clone, Deserialize, Insertable, Queryable, PartialEq)]
[INFO] [stdout]     |                                                 ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: ControlFlow<Result<Infallible, Infallible>, std::option::Option<i32>>
[INFO] [stdout]    --> src/models.rs:121:49
[INFO] [stdout]     |
[INFO] [stdout] 121 | #[derive(Debug, Clone, Deserialize, Insertable, Queryable, PartialEq)]
[INFO] [stdout]     |                                                 ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<std::option::Option<i32>, Infallible>
[INFO] [stdout]    --> src/models.rs:121:49
[INFO] [stdout]     |
[INFO] [stdout] 121 | #[derive(Debug, Clone, Deserialize, Insertable, Queryable, PartialEq)]
[INFO] [stdout]     |                                                 ^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the derive macro `Queryable` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: ControlFlow<Result<Infallible, Infallible>, std::option::Option<i64>>
[INFO] [stdout]    --> src/models.rs:121:49
[INFO] [stdout]     |
[INFO] [stdout] 121 | #[derive(Debug, Clone, Deserialize, Insertable, Queryable, PartialEq)]
[INFO] [stdout]     |                                                 ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<std::option::Option<i64>, Infallible>
[INFO] [stdout]    --> src/models.rs:121:49
[INFO] [stdout]     |
[INFO] [stdout] 121 | #[derive(Debug, Clone, Deserialize, Insertable, Queryable, PartialEq)]
[INFO] [stdout]     |                                                 ^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the derive macro `Queryable` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: ControlFlow<Result<Infallible, Infallible>, std::option::Option<i64>>
[INFO] [stdout]    --> src/models.rs:121:49
[INFO] [stdout]     |
[INFO] [stdout] 121 | #[derive(Debug, Clone, Deserialize, Insertable, Queryable, PartialEq)]
[INFO] [stdout]     |                                                 ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: ControlFlow<Result<Infallible, Infallible>, std::option::Option<i64>>
[INFO] [stdout]    --> src/models.rs:121:49
[INFO] [stdout]     |
[INFO] [stdout] 121 | #[derive(Debug, Clone, Deserialize, Insertable, Queryable, PartialEq)]
[INFO] [stdout]     |                                                 ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: ControlFlow<Result<Infallible, Infallible>, std::option::Option<i64>>
[INFO] [stdout]    --> src/models.rs:121:49
[INFO] [stdout]     |
[INFO] [stdout] 121 | #[derive(Debug, Clone, Deserialize, Insertable, Queryable, PartialEq)]
[INFO] [stdout]     |                                                 ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: ControlFlow<Result<Infallible, Infallible>, std::option::Option<f64>>
[INFO] [stdout]    --> src/models.rs:121:49
[INFO] [stdout]     |
[INFO] [stdout] 121 | #[derive(Debug, Clone, Deserialize, Insertable, Queryable, PartialEq)]
[INFO] [stdout]     |                                                 ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<std::option::Option<f64>, Infallible>
[INFO] [stdout]    --> src/models.rs:121:49
[INFO] [stdout]     |
[INFO] [stdout] 121 | #[derive(Debug, Clone, Deserialize, Insertable, Queryable, PartialEq)]
[INFO] [stdout]     |                                                 ^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the derive macro `Queryable` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: ControlFlow<Result<Infallible, Infallible>, std::option::Option<f64>>
[INFO] [stdout]    --> src/models.rs:121:49
[INFO] [stdout]     |
[INFO] [stdout] 121 | #[derive(Debug, Clone, Deserialize, Insertable, Queryable, PartialEq)]
[INFO] [stdout]     |                                                 ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: ControlFlow<Result<Infallible, Infallible>, std::option::Option<f64>>
[INFO] [stdout]    --> src/models.rs:121:49
[INFO] [stdout]     |
[INFO] [stdout] 121 | #[derive(Debug, Clone, Deserialize, Insertable, Queryable, PartialEq)]
[INFO] [stdout]     |                                                 ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: ControlFlow<Result<Infallible, Infallible>, std::option::Option<f32>>
[INFO] [stdout]    --> src/models.rs:121:49
[INFO] [stdout]     |
[INFO] [stdout] 121 | #[derive(Debug, Clone, Deserialize, Insertable, Queryable, PartialEq)]
[INFO] [stdout]     |                                                 ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<std::option::Option<f32>, Infallible>
[INFO] [stdout]    --> src/models.rs:121:49
[INFO] [stdout]     |
[INFO] [stdout] 121 | #[derive(Debug, Clone, Deserialize, Insertable, Queryable, PartialEq)]
[INFO] [stdout]     |                                                 ^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the derive macro `Queryable` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: ControlFlow<Result<Infallible, Infallible>, std::time::SystemTime>
[INFO] [stdout]    --> src/models.rs:177:49
[INFO] [stdout]     |
[INFO] [stdout] 177 | #[derive(Debug, Clone, Deserialize, Insertable, Queryable, PartialEq)]
[INFO] [stdout]     |                                                 ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<std::time::SystemTime, Infallible>
[INFO] [stdout]    --> src/models.rs:177:49
[INFO] [stdout]     |
[INFO] [stdout] 177 | #[derive(Debug, Clone, Deserialize, Insertable, Queryable, PartialEq)]
[INFO] [stdout]     |                                                 ^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the derive macro `Queryable` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: ControlFlow<Result<Infallible, Infallible>, std::option::Option<std::string::String>>
[INFO] [stdout]    --> src/models.rs:177:49
[INFO] [stdout]     |
[INFO] [stdout] 177 | #[derive(Debug, Clone, Deserialize, Insertable, Queryable, PartialEq)]
[INFO] [stdout]     |                                                 ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<std::option::Option<std::string::String>, Infallible>
[INFO] [stdout]    --> src/models.rs:177:49
[INFO] [stdout]     |
[INFO] [stdout] 177 | #[derive(Debug, Clone, Deserialize, Insertable, Queryable, PartialEq)]
[INFO] [stdout]     |                                                 ^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the derive macro `Queryable` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: ControlFlow<Result<Infallible, Infallible>, std::option::Option<std::string::String>>
[INFO] [stdout]    --> src/models.rs:177:49
[INFO] [stdout]     |
[INFO] [stdout] 177 | #[derive(Debug, Clone, Deserialize, Insertable, Queryable, PartialEq)]
[INFO] [stdout]     |                                                 ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: ControlFlow<Result<Infallible, Infallible>, std::option::Option<f64>>
[INFO] [stdout]    --> src/models.rs:177:49
[INFO] [stdout]     |
[INFO] [stdout] 177 | #[derive(Debug, Clone, Deserialize, Insertable, Queryable, PartialEq)]
[INFO] [stdout]     |                                                 ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<std::option::Option<f64>, Infallible>
[INFO] [stdout]    --> src/models.rs:177:49
[INFO] [stdout]     |
[INFO] [stdout] 177 | #[derive(Debug, Clone, Deserialize, Insertable, Queryable, PartialEq)]
[INFO] [stdout]     |                                                 ^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the derive macro `Queryable` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `dcollector` (lib test) due to 80 previous errors
[INFO] [stdout] error: this type will no longer be must used: ControlFlow<Result<Infallible, Infallible>, std::option::Option<i64>>
[INFO] [stdout]    --> src/models.rs:177:49
[INFO] [stdout]     |
[INFO] [stdout] 177 | #[derive(Debug, Clone, Deserialize, Insertable, Queryable, PartialEq)]
[INFO] [stdout]     |                                                 ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] error: this type will no longer be must used: Result<std::option::Option<i64>, Infallible>
[INFO] [stdout]    --> src/models.rs:177:49
[INFO] [stdout]     |
[INFO] [stdout] 177 | #[derive(Debug, Clone, Deserialize, Insertable, Queryable, PartialEq)]
[INFO] [stdout]     |                                                 ^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the derive macro `Queryable` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: ControlFlow<Result<Infallible, Infallible>, std::option::Option<i64>>
[INFO] [stdout]    --> src/models.rs:177:49
[INFO] [stdout]     |
[INFO] [stdout] 177 | #[derive(Debug, Clone, Deserialize, Insertable, Queryable, PartialEq)]
[INFO] [stdout]     |                                                 ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: ControlFlow<Result<Infallible, Infallible>, std::option::Option<i64>>
[INFO] [stdout]    --> src/models.rs:177:49
[INFO] [stdout]     |
[INFO] [stdout] 177 | #[derive(Debug, Clone, Deserialize, Insertable, Queryable, PartialEq)]
[INFO] [stdout]     |                                                 ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: ControlFlow<Result<Infallible, Infallible>, std::option::Option<i64>>
[INFO] [stdout]    --> src/models.rs:177:49
[INFO] [stdout]     |
[INFO] [stdout] 177 | #[derive(Debug, Clone, Deserialize, Insertable, Queryable, PartialEq)]
[INFO] [stdout]     |                                                 ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: ControlFlow<Result<Infallible, Infallible>, std::option::Option<i64>>
[INFO] [stdout]    --> src/models.rs:177:49
[INFO] [stdout]     |
[INFO] [stdout] 177 | #[derive(Debug, Clone, Deserialize, Insertable, Queryable, PartialEq)]
[INFO] [stdout]     |                                                 ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: ControlFlow<Result<Infallible, Infallible>, std::time::SystemTime>
[INFO] [stdout]    --> src/models.rs:218:49
[INFO] [stdout]     |
[INFO] [stdout] 218 | #[derive(Debug, Clone, Deserialize, Insertable, Queryable, PartialEq)]
[INFO] [stdout]     |                                                 ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<std::time::SystemTime, Infallible>
[INFO] [stdout]    --> src/models.rs:218:49
[INFO] [stdout]     |
[INFO] [stdout] 218 | #[derive(Debug, Clone, Deserialize, Insertable, Queryable, PartialEq)]
[INFO] [stdout]     |                                                 ^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the derive macro `Queryable` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: ControlFlow<Result<Infallible, Infallible>, std::option::Option<std::string::String>>
[INFO] [stdout]    --> src/models.rs:218:49
[INFO] [stdout]     |
[INFO] [stdout] 218 | #[derive(Debug, Clone, Deserialize, Insertable, Queryable, PartialEq)]
[INFO] [stdout]     |                                                 ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<std::option::Option<std::string::String>, Infallible>
[INFO] [stdout]    --> src/models.rs:218:49
[INFO] [stdout]     |
[INFO] [stdout] 218 | #[derive(Debug, Clone, Deserialize, Insertable, Queryable, PartialEq)]
[INFO] [stdout]     |                                                 ^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the derive macro `Queryable` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: ControlFlow<Result<Infallible, Infallible>, std::option::Option<std::string::String>>
[INFO] [stdout]    --> src/models.rs:218:49
[INFO] [stdout]     |
[INFO] [stdout] 218 | #[derive(Debug, Clone, Deserialize, Insertable, Queryable, PartialEq)]
[INFO] [stdout]     |                                                 ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: ControlFlow<Result<Infallible, Infallible>, std::option::Option<i32>>
[INFO] [stdout]    --> src/models.rs:218:49
[INFO] [stdout]     |
[INFO] [stdout] 218 | #[derive(Debug, Clone, Deserialize, Insertable, Queryable, PartialEq)]
[INFO] [stdout]     |                                                 ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<std::option::Option<i32>, Infallible>
[INFO] [stdout]    --> src/models.rs:218:49
[INFO] [stdout]     |
[INFO] [stdout] 218 | #[derive(Debug, Clone, Deserialize, Insertable, Queryable, PartialEq)]
[INFO] [stdout]     |                                                 ^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the derive macro `Queryable` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: ControlFlow<Result<Infallible, Infallible>, std::option::Option<f64>>
[INFO] [stdout]    --> src/models.rs:218:49
[INFO] [stdout]     |
[INFO] [stdout] 218 | #[derive(Debug, Clone, Deserialize, Insertable, Queryable, PartialEq)]
[INFO] [stdout]     |                                                 ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<std::option::Option<f64>, Infallible>
[INFO] [stdout]    --> src/models.rs:218:49
[INFO] [stdout]     |
[INFO] [stdout] 218 | #[derive(Debug, Clone, Deserialize, Insertable, Queryable, PartialEq)]
[INFO] [stdout]     |                                                 ^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the derive macro `Queryable` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: ControlFlow<Result<Infallible, Infallible>, std::option::Option<f64>>
[INFO] [stdout]    --> src/models.rs:218:49
[INFO] [stdout]     |
[INFO] [stdout] 218 | #[derive(Debug, Clone, Deserialize, Insertable, Queryable, PartialEq)]
[INFO] [stdout]     |                                                 ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: ControlFlow<Result<Infallible, Infallible>, std::option::Option<i32>>
[INFO] [stdout]    --> src/models.rs:218:49
[INFO] [stdout]     |
[INFO] [stdout] 218 | #[derive(Debug, Clone, Deserialize, Insertable, Queryable, PartialEq)]
[INFO] [stdout]     |                                                 ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: ControlFlow<Result<Infallible, Infallible>, std::option::Option<f64>>
[INFO] [stdout]    --> src/models.rs:218:49
[INFO] [stdout]     |
[INFO] [stdout] 218 | #[derive(Debug, Clone, Deserialize, Insertable, Queryable, PartialEq)]
[INFO] [stdout]     |                                                 ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: ControlFlow<Result<Infallible, Infallible>, std::time::SystemTime>
[INFO] [stdout]  --> src/models.rs:9:49
[INFO] [stdout]   |
[INFO] [stdout] 9 | #[derive(Debug, Clone, Deserialize, Insertable, Queryable, PartialEq)]
[INFO] [stdout]   |                                                 ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: requested on the command line with `-D unmustuse-in-always-ok`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<std::time::SystemTime, Infallible>
[INFO] [stdout]  --> src/models.rs:9:49
[INFO] [stdout]   |
[INFO] [stdout] 9 | #[derive(Debug, Clone, Deserialize, Insertable, Queryable, PartialEq)]
[INFO] [stdout]   |                                                 ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: this error originates in the derive macro `Queryable` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: ControlFlow<Result<Infallible, Infallible>, std::option::Option<std::string::String>>
[INFO] [stdout]  --> src/models.rs:9:49
[INFO] [stdout]   |
[INFO] [stdout] 9 | #[derive(Debug, Clone, Deserialize, Insertable, Queryable, PartialEq)]
[INFO] [stdout]   |                                                 ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<std::option::Option<std::string::String>, Infallible>
[INFO] [stdout]  --> src/models.rs:9:49
[INFO] [stdout]   |
[INFO] [stdout] 9 | #[derive(Debug, Clone, Deserialize, Insertable, Queryable, PartialEq)]
[INFO] [stdout]   |                                                 ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: this error originates in the derive macro `Queryable` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: ControlFlow<Result<Infallible, Infallible>, std::option::Option<i64>>
[INFO] [stdout]  --> src/models.rs:9:49
[INFO] [stdout]   |
[INFO] [stdout] 9 | #[derive(Debug, Clone, Deserialize, Insertable, Queryable, PartialEq)]
[INFO] [stdout]   |                                                 ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<std::option::Option<i64>, Infallible>
[INFO] [stdout]  --> src/models.rs:9:49
[INFO] [stdout]   |
[INFO] [stdout] 9 | #[derive(Debug, Clone, Deserialize, Insertable, Queryable, PartialEq)]
[INFO] [stdout]   |                                                 ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: this error originates in the derive macro `Queryable` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: ControlFlow<Result<Infallible, Infallible>, std::option::Option<i64>>
[INFO] [stdout]  --> src/models.rs:9:49
[INFO] [stdout]   |
[INFO] [stdout] 9 | #[derive(Debug, Clone, Deserialize, Insertable, Queryable, PartialEq)]
[INFO] [stdout]   |                                                 ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: ControlFlow<Result<Infallible, Infallible>, std::option::Option<i64>>
[INFO] [stdout]  --> src/models.rs:9:49
[INFO] [stdout]   |
[INFO] [stdout] 9 | #[derive(Debug, Clone, Deserialize, Insertable, Queryable, PartialEq)]
[INFO] [stdout]   |                                                 ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: ControlFlow<Result<Infallible, Infallible>, std::option::Option<i64>>
[INFO] [stdout]  --> src/models.rs:9:49
[INFO] [stdout]   |
[INFO] [stdout] 9 | #[derive(Debug, Clone, Deserialize, Insertable, Queryable, PartialEq)]
[INFO] [stdout]   |                                                 ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: ControlFlow<Result<Infallible, Infallible>, std::option::Option<i64>>
[INFO] [stdout]  --> src/models.rs:9:49
[INFO] [stdout]   |
[INFO] [stdout] 9 | #[derive(Debug, Clone, Deserialize, Insertable, Queryable, PartialEq)]
[INFO] [stdout]   |                                                 ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: ControlFlow<Result<Infallible, Infallible>, std::option::Option<i64>>
[INFO] [stdout]  --> src/models.rs:9:49
[INFO] [stdout]   |
[INFO] [stdout] 9 | #[derive(Debug, Clone, Deserialize, Insertable, Queryable, PartialEq)]
[INFO] [stdout]   |                                                 ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: ControlFlow<Result<Infallible, Infallible>, std::option::Option<i64>>
[INFO] [stdout]  --> src/models.rs:9:49
[INFO] [stdout]   |
[INFO] [stdout] 9 | #[derive(Debug, Clone, Deserialize, Insertable, Queryable, PartialEq)]
[INFO] [stdout]   |                                                 ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: ControlFlow<Result<Infallible, Infallible>, std::option::Option<i64>>
[INFO] [stdout]  --> src/models.rs:9:49
[INFO] [stdout]   |
[INFO] [stdout] 9 | #[derive(Debug, Clone, Deserialize, Insertable, Queryable, PartialEq)]
[INFO] [stdout]   |                                                 ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: ControlFlow<Result<Infallible, Infallible>, std::option::Option<i64>>
[INFO] [stdout]  --> src/models.rs:9:49
[INFO] [stdout]   |
[INFO] [stdout] 9 | #[derive(Debug, Clone, Deserialize, Insertable, Queryable, PartialEq)]
[INFO] [stdout]   |                                                 ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: ControlFlow<Result<Infallible, Infallible>, std::option::Option<i64>>
[INFO] [stdout]  --> src/models.rs:9:49
[INFO] [stdout]   |
[INFO] [stdout] 9 | #[derive(Debug, Clone, Deserialize, Insertable, Queryable, PartialEq)]
[INFO] [stdout]   |                                                 ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: ControlFlow<Result<Infallible, Infallible>, std::option::Option<i64>>
[INFO] [stdout]  --> src/models.rs:9:49
[INFO] [stdout]   |
[INFO] [stdout] 9 | #[derive(Debug, Clone, Deserialize, Insertable, Queryable, PartialEq)]
[INFO] [stdout]   |                                                 ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: ControlFlow<Result<Infallible, Infallible>, std::option::Option<i64>>
[INFO] [stdout]  --> src/models.rs:9:49
[INFO] [stdout]   |
[INFO] [stdout] 9 | #[derive(Debug, Clone, Deserialize, Insertable, Queryable, PartialEq)]
[INFO] [stdout]   |                                                 ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: ControlFlow<Result<Infallible, Infallible>, std::time::SystemTime>
[INFO] [stdout]   --> src/models.rs:46:49
[INFO] [stdout]    |
[INFO] [stdout] 46 | #[derive(Debug, Clone, Deserialize, Insertable, Queryable, PartialEq)]
[INFO] [stdout]    |                                                 ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<std::time::SystemTime, Infallible>
[INFO] [stdout]   --> src/models.rs:46:49
[INFO] [stdout]    |
[INFO] [stdout] 46 | #[derive(Debug, Clone, Deserialize, Insertable, Queryable, PartialEq)]
[INFO] [stdout]    |                                                 ^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the derive macro `Queryable` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: ControlFlow<Result<Infallible, Infallible>, std::option::Option<std::string::String>>
[INFO] [stdout]   --> src/models.rs:46:49
[INFO] [stdout]    |
[INFO] [stdout] 46 | #[derive(Debug, Clone, Deserialize, Insertable, Queryable, PartialEq)]
[INFO] [stdout]    |                                                 ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<std::option::Option<std::string::String>, Infallible>
[INFO] [stdout]   --> src/models.rs:46:49
[INFO] [stdout]    |
[INFO] [stdout] 46 | #[derive(Debug, Clone, Deserialize, Insertable, Queryable, PartialEq)]
[INFO] [stdout]    |                                                 ^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the derive macro `Queryable` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: ControlFlow<Result<Infallible, Infallible>, std::option::Option<std::time::SystemTime>>
[INFO] [stdout]   --> src/models.rs:46:49
[INFO] [stdout]    |
[INFO] [stdout] 46 | #[derive(Debug, Clone, Deserialize, Insertable, Queryable, PartialEq)]
[INFO] [stdout]    |                                                 ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<std::option::Option<std::time::SystemTime>, Infallible>
[INFO] [stdout]   --> src/models.rs:46:49
[INFO] [stdout]    |
[INFO] [stdout] 46 | #[derive(Debug, Clone, Deserialize, Insertable, Queryable, PartialEq)]
[INFO] [stdout]    |                                                 ^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the derive macro `Queryable` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: ControlFlow<Result<Infallible, Infallible>, std::option::Option<std::string::String>>
[INFO] [stdout]   --> src/models.rs:46:49
[INFO] [stdout]    |
[INFO] [stdout] 46 | #[derive(Debug, Clone, Deserialize, Insertable, Queryable, PartialEq)]
[INFO] [stdout]    |                                                 ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: ControlFlow<Result<Infallible, Infallible>, std::option::Option<std::string::String>>
[INFO] [stdout]   --> src/models.rs:46:49
[INFO] [stdout]    |
[INFO] [stdout] 46 | #[derive(Debug, Clone, Deserialize, Insertable, Queryable, PartialEq)]
[INFO] [stdout]    |                                                 ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: ControlFlow<Result<Infallible, Infallible>, std::option::Option<std::string::String>>
[INFO] [stdout]   --> src/models.rs:46:49
[INFO] [stdout]    |
[INFO] [stdout] 46 | #[derive(Debug, Clone, Deserialize, Insertable, Queryable, PartialEq)]
[INFO] [stdout]    |                                                 ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: ControlFlow<Result<Infallible, Infallible>, std::option::Option<i64>>
[INFO] [stdout]   --> src/models.rs:46:49
[INFO] [stdout]    |
[INFO] [stdout] 46 | #[derive(Debug, Clone, Deserialize, Insertable, Queryable, PartialEq)]
[INFO] [stdout]    |                                                 ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<std::option::Option<i64>, Infallible>
[INFO] [stdout]   --> src/models.rs:46:49
[INFO] [stdout]    |
[INFO] [stdout] 46 | #[derive(Debug, Clone, Deserialize, Insertable, Queryable, PartialEq)]
[INFO] [stdout]    |                                                 ^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the derive macro `Queryable` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: ControlFlow<Result<Infallible, Infallible>, std::option::Option<i64>>
[INFO] [stdout]   --> src/models.rs:46:49
[INFO] [stdout]    |
[INFO] [stdout] 46 | #[derive(Debug, Clone, Deserialize, Insertable, Queryable, PartialEq)]
[INFO] [stdout]    |                                                 ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: ControlFlow<Result<Infallible, Infallible>, std::option::Option<i64>>
[INFO] [stdout]   --> src/models.rs:46:49
[INFO] [stdout]    |
[INFO] [stdout] 46 | #[derive(Debug, Clone, Deserialize, Insertable, Queryable, PartialEq)]
[INFO] [stdout]    |                                                 ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: ControlFlow<Result<Infallible, Infallible>, std::option::Option<i64>>
[INFO] [stdout]   --> src/models.rs:46:49
[INFO] [stdout]    |
[INFO] [stdout] 46 | #[derive(Debug, Clone, Deserialize, Insertable, Queryable, PartialEq)]
[INFO] [stdout]    |                                                 ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: ControlFlow<Result<Infallible, Infallible>, std::option::Option<f32>>
[INFO] [stdout]   --> src/models.rs:46:49
[INFO] [stdout]    |
[INFO] [stdout] 46 | #[derive(Debug, Clone, Deserialize, Insertable, Queryable, PartialEq)]
[INFO] [stdout]    |                                                 ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<std::option::Option<f32>, Infallible>
[INFO] [stdout]   --> src/models.rs:46:49
[INFO] [stdout]    |
[INFO] [stdout] 46 | #[derive(Debug, Clone, Deserialize, Insertable, Queryable, PartialEq)]
[INFO] [stdout]    |                                                 ^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the derive macro `Queryable` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: ControlFlow<Result<Infallible, Infallible>, std::option::Option<i64>>
[INFO] [stdout]   --> src/models.rs:46:49
[INFO] [stdout]    |
[INFO] [stdout] 46 | #[derive(Debug, Clone, Deserialize, Insertable, Queryable, PartialEq)]
[INFO] [stdout]    |                                                 ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: ControlFlow<Result<Infallible, Infallible>, std::option::Option<std::string::String>>
[INFO] [stdout]   --> src/models.rs:46:49
[INFO] [stdout]    |
[INFO] [stdout] 46 | #[derive(Debug, Clone, Deserialize, Insertable, Queryable, PartialEq)]
[INFO] [stdout]    |                                                 ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: ControlFlow<Result<Infallible, Infallible>, std::time::SystemTime>
[INFO] [stdout]    --> src/models.rs:121:49
[INFO] [stdout]     |
[INFO] [stdout] 121 | #[derive(Debug, Clone, Deserialize, Insertable, Queryable, PartialEq)]
[INFO] [stdout]     |                                                 ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<std::time::SystemTime, Infallible>
[INFO] [stdout]    --> src/models.rs:121:49
[INFO] [stdout]     |
[INFO] [stdout] 121 | #[derive(Debug, Clone, Deserialize, Insertable, Queryable, PartialEq)]
[INFO] [stdout]     |                                                 ^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the derive macro `Queryable` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: ControlFlow<Result<Infallible, Infallible>, std::option::Option<std::string::String>>
[INFO] [stdout]    --> src/models.rs:121:49
[INFO] [stdout]     |
[INFO] [stdout] 121 | #[derive(Debug, Clone, Deserialize, Insertable, Queryable, PartialEq)]
[INFO] [stdout]     |                                                 ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<std::option::Option<std::string::String>, Infallible>
[INFO] [stdout]    --> src/models.rs:121:49
[INFO] [stdout]     |
[INFO] [stdout] 121 | #[derive(Debug, Clone, Deserialize, Insertable, Queryable, PartialEq)]
[INFO] [stdout]     |                                                 ^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the derive macro `Queryable` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: ControlFlow<Result<Infallible, Infallible>, std::option::Option<std::string::String>>
[INFO] [stdout]    --> src/models.rs:121:49
[INFO] [stdout]     |
[INFO] [stdout] 121 | #[derive(Debug, Clone, Deserialize, Insertable, Queryable, PartialEq)]
[INFO] [stdout]     |                                                 ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: ControlFlow<Result<Infallible, Infallible>, std::option::Option<std::string::String>>
[INFO] [stdout]    --> src/models.rs:121:49
[INFO] [stdout]     |
[INFO] [stdout] 121 | #[derive(Debug, Clone, Deserialize, Insertable, Queryable, PartialEq)]
[INFO] [stdout]     |                                                 ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: ControlFlow<Result<Infallible, Infallible>, std::option::Option<std::string::String>>
[INFO] [stdout]    --> src/models.rs:121:49
[INFO] [stdout]     |
[INFO] [stdout] 121 | #[derive(Debug, Clone, Deserialize, Insertable, Queryable, PartialEq)]
[INFO] [stdout]     |                                                 ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: ControlFlow<Result<Infallible, Infallible>, std::option::Option<i32>>
[INFO] [stdout]    --> src/models.rs:121:49
[INFO] [stdout]     |
[INFO] [stdout] 121 | #[derive(Debug, Clone, Deserialize, Insertable, Queryable, PartialEq)]
[INFO] [stdout]     |                                                 ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<std::option::Option<i32>, Infallible>
[INFO] [stdout]    --> src/models.rs:121:49
[INFO] [stdout]     |
[INFO] [stdout] 121 | #[derive(Debug, Clone, Deserialize, Insertable, Queryable, PartialEq)]
[INFO] [stdout]     |                                                 ^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the derive macro `Queryable` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: ControlFlow<Result<Infallible, Infallible>, std::option::Option<i64>>
[INFO] [stdout]    --> src/models.rs:121:49
[INFO] [stdout]     |
[INFO] [stdout] 121 | #[derive(Debug, Clone, Deserialize, Insertable, Queryable, PartialEq)]
[INFO] [stdout]     |                                                 ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<std::option::Option<i64>, Infallible>
[INFO] [stdout]    --> src/models.rs:121:49
[INFO] [stdout]     |
[INFO] [stdout] 121 | #[derive(Debug, Clone, Deserialize, Insertable, Queryable, PartialEq)]
[INFO] [stdout]     |                                                 ^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the derive macro `Queryable` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: ControlFlow<Result<Infallible, Infallible>, std::option::Option<i64>>
[INFO] [stdout]    --> src/models.rs:121:49
[INFO] [stdout]     |
[INFO] [stdout] 121 | #[derive(Debug, Clone, Deserialize, Insertable, Queryable, PartialEq)]
[INFO] [stdout]     |                                                 ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: ControlFlow<Result<Infallible, Infallible>, std::option::Option<i64>>
[INFO] [stdout]    --> src/models.rs:121:49
[INFO] [stdout]     |
[INFO] [stdout] 121 | #[derive(Debug, Clone, Deserialize, Insertable, Queryable, PartialEq)]
[INFO] [stdout]     |                                                 ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: ControlFlow<Result<Infallible, Infallible>, std::option::Option<i64>>
[INFO] [stdout]    --> src/models.rs:121:49
[INFO] [stdout]     |
[INFO] [stdout] 121 | #[derive(Debug, Clone, Deserialize, Insertable, Queryable, PartialEq)]
[INFO] [stdout]     |                                                 ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: ControlFlow<Result<Infallible, Infallible>, std::option::Option<f64>>
[INFO] [stdout]    --> src/models.rs:121:49
[INFO] [stdout]     |
[INFO] [stdout] 121 | #[derive(Debug, Clone, Deserialize, Insertable, Queryable, PartialEq)]
[INFO] [stdout]     |                                                 ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<std::option::Option<f64>, Infallible>
[INFO] [stdout]    --> src/models.rs:121:49
[INFO] [stdout]     |
[INFO] [stdout] 121 | #[derive(Debug, Clone, Deserialize, Insertable, Queryable, PartialEq)]
[INFO] [stdout]     |                                                 ^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the derive macro `Queryable` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: ControlFlow<Result<Infallible, Infallible>, std::option::Option<f64>>
[INFO] [stdout]    --> src/models.rs:121:49
[INFO] [stdout]     |
[INFO] [stdout] 121 | #[derive(Debug, Clone, Deserialize, Insertable, Queryable, PartialEq)]
[INFO] [stdout]     |                                                 ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: ControlFlow<Result<Infallible, Infallible>, std::option::Option<f64>>
[INFO] [stdout]    --> src/models.rs:121:49
[INFO] [stdout]     |
[INFO] [stdout] 121 | #[derive(Debug, Clone, Deserialize, Insertable, Queryable, PartialEq)]
[INFO] [stdout]     |                                                 ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: ControlFlow<Result<Infallible, Infallible>, std::option::Option<f32>>
[INFO] [stdout]    --> src/models.rs:121:49
[INFO] [stdout]     |
[INFO] [stdout] 121 | #[derive(Debug, Clone, Deserialize, Insertable, Queryable, PartialEq)]
[INFO] [stdout]     |                                                 ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<std::option::Option<f32>, Infallible>
[INFO] [stdout]    --> src/models.rs:121:49
[INFO] [stdout]     |
[INFO] [stdout] 121 | #[derive(Debug, Clone, Deserialize, Insertable, Queryable, PartialEq)]
[INFO] [stdout]     |                                                 ^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the derive macro `Queryable` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: ControlFlow<Result<Infallible, Infallible>, std::time::SystemTime>
[INFO] [stdout]    --> src/models.rs:177:49
[INFO] [stdout]     |
[INFO] [stdout] 177 | #[derive(Debug, Clone, Deserialize, Insertable, Queryable, PartialEq)]
[INFO] [stdout]     |                                                 ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<std::time::SystemTime, Infallible>
[INFO] [stdout]    --> src/models.rs:177:49
[INFO] [stdout]     |
[INFO] [stdout] 177 | #[derive(Debug, Clone, Deserialize, Insertable, Queryable, PartialEq)]
[INFO] [stdout]     |                                                 ^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the derive macro `Queryable` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: ControlFlow<Result<Infallible, Infallible>, std::option::Option<std::string::String>>
[INFO] [stdout]    --> src/models.rs:177:49
[INFO] [stdout]     |
[INFO] [stdout] 177 | #[derive(Debug, Clone, Deserialize, Insertable, Queryable, PartialEq)]
[INFO] [stdout]     |                                                 ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<std::option::Option<std::string::String>, Infallible>
[INFO] [stdout]    --> src/models.rs:177:49
[INFO] [stdout]     |
[INFO] [stdout] 177 | #[derive(Debug, Clone, Deserialize, Insertable, Queryable, PartialEq)]
[INFO] [stdout]     |                                                 ^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the derive macro `Queryable` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: ControlFlow<Result<Infallible, Infallible>, std::option::Option<std::string::String>>
[INFO] [stdout]    --> src/models.rs:177:49
[INFO] [stdout]     |
[INFO] [stdout] 177 | #[derive(Debug, Clone, Deserialize, Insertable, Queryable, PartialEq)]
[INFO] [stdout]     |                                                 ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: ControlFlow<Result<Infallible, Infallible>, std::option::Option<f64>>
[INFO] [stdout]    --> src/models.rs:177:49
[INFO] [stdout]     |
[INFO] [stdout] 177 | #[derive(Debug, Clone, Deserialize, Insertable, Queryable, PartialEq)]
[INFO] [stdout]     |                                                 ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<std::option::Option<f64>, Infallible>
[INFO] [stdout]    --> src/models.rs:177:49
[INFO] [stdout]     |
[INFO] [stdout] 177 | #[derive(Debug, Clone, Deserialize, Insertable, Queryable, PartialEq)]
[INFO] [stdout]     |                                                 ^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the derive macro `Queryable` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: ControlFlow<Result<Infallible, Infallible>, std::option::Option<i64>>
[INFO] [stdout]    --> src/models.rs:177:49
[INFO] [stdout]     |
[INFO] [stdout] 177 | #[derive(Debug, Clone, Deserialize, Insertable, Queryable, PartialEq)]
[INFO] [stdout]     |                                                 ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<std::option::Option<i64>, Infallible>
[INFO] [stdout]    --> src/models.rs:177:49
[INFO] [stdout]     |
[INFO] [stdout] 177 | #[derive(Debug, Clone, Deserialize, Insertable, Queryable, PartialEq)]
[INFO] [stdout]     |                                                 ^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the derive macro `Queryable` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: ControlFlow<Result<Infallible, Infallible>, std::option::Option<i64>>
[INFO] [stdout]    --> src/models.rs:177:49
[INFO] [stdout]     |
[INFO] [stdout] 177 | #[derive(Debug, Clone, Deserialize, Insertable, Queryable, PartialEq)]
[INFO] [stdout]     |                                                 ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: ControlFlow<Result<Infallible, Infallible>, std::option::Option<i64>>
[INFO] [stdout]    --> src/models.rs:177:49
[INFO] [stdout]     |
[INFO] [stdout] 177 | #[derive(Debug, Clone, Deserialize, Insertable, Queryable, PartialEq)]
[INFO] [stdout]     |                                                 ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: ControlFlow<Result<Infallible, Infallible>, std::option::Option<i64>>
[INFO] [stdout]    --> src/models.rs:177:49
[INFO] [stdout]     |
[INFO] [stdout] 177 | #[derive(Debug, Clone, Deserialize, Insertable, Queryable, PartialEq)]
[INFO] [stdout]     |                                                 ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: ControlFlow<Result<Infallible, Infallible>, std::option::Option<i64>>
[INFO] [stdout]    --> src/models.rs:177:49
[INFO] [stdout]     |
[INFO] [stdout] 177 | #[derive(Debug, Clone, Deserialize, Insertable, Queryable, PartialEq)]
[INFO] [stdout]     |                                                 ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: ControlFlow<Result<Infallible, Infallible>, std::time::SystemTime>
[INFO] [stdout]    --> src/models.rs:218:49
[INFO] [stdout]     |
[INFO] [stdout] 218 | #[derive(Debug, Clone, Deserialize, Insertable, Queryable, PartialEq)]
[INFO] [stdout]     |                                                 ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<std::time::SystemTime, Infallible>
[INFO] [stdout]    --> src/models.rs:218:49
[INFO] [stdout]     |
[INFO] [stdout] 218 | #[derive(Debug, Clone, Deserialize, Insertable, Queryable, PartialEq)]
[INFO] [stdout]     |                                                 ^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the derive macro `Queryable` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: ControlFlow<Result<Infallible, Infallible>, std::option::Option<std::string::String>>
[INFO] [stdout]    --> src/models.rs:218:49
[INFO] [stdout]     |
[INFO] [stdout] 218 | #[derive(Debug, Clone, Deserialize, Insertable, Queryable, PartialEq)]
[INFO] [stdout]     |                                                 ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<std::option::Option<std::string::String>, Infallible>
[INFO] [stdout]    --> src/models.rs:218:49
[INFO] [stdout]     |
[INFO] [stdout] 218 | #[derive(Debug, Clone, Deserialize, Insertable, Queryable, PartialEq)]
[INFO] [stdout]     |                                                 ^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the derive macro `Queryable` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: ControlFlow<Result<Infallible, Infallible>, std::option::Option<std::string::String>>
[INFO] [stdout]    --> src/models.rs:218:49
[INFO] [stdout]     |
[INFO] [stdout] 218 | #[derive(Debug, Clone, Deserialize, Insertable, Queryable, PartialEq)]
[INFO] [stdout]     |                                                 ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: ControlFlow<Result<Infallible, Infallible>, std::option::Option<i32>>
[INFO] [stdout]    --> src/models.rs:218:49
[INFO] [stdout]     |
[INFO] [stdout] 218 | #[derive(Debug, Clone, Deserialize, Insertable, Queryable, PartialEq)]
[INFO] [stdout]     |                                                 ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<std::option::Option<i32>, Infallible>
[INFO] [stdout]    --> src/models.rs:218:49
[INFO] [stdout]     |
[INFO] [stdout] 218 | #[derive(Debug, Clone, Deserialize, Insertable, Queryable, PartialEq)]
[INFO] [stdout]     |                                                 ^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the derive macro `Queryable` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: ControlFlow<Result<Infallible, Infallible>, std::option::Option<f64>>
[INFO] [stdout]    --> src/models.rs:218:49
[INFO] [stdout]     |
[INFO] [stdout] 218 | #[derive(Debug, Clone, Deserialize, Insertable, Queryable, PartialEq)]
[INFO] [stdout]     |                                                 ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<std::option::Option<f64>, Infallible>
[INFO] [stdout]    --> src/models.rs:218:49
[INFO] [stdout]     |
[INFO] [stdout] 218 | #[derive(Debug, Clone, Deserialize, Insertable, Queryable, PartialEq)]
[INFO] [stdout]     |                                                 ^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the derive macro `Queryable` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: ControlFlow<Result<Infallible, Infallible>, std::option::Option<f64>>
[INFO] [stdout]    --> src/models.rs:218:49
[INFO] [stdout]     |
[INFO] [stdout] 218 | #[derive(Debug, Clone, Deserialize, Insertable, Queryable, PartialEq)]
[INFO] [stdout]     |                                                 ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: ControlFlow<Result<Infallible, Infallible>, std::option::Option<i32>>
[INFO] [stdout]    --> src/models.rs:218:49
[INFO] [stdout]     |
[INFO] [stdout] 218 | #[derive(Debug, Clone, Deserialize, Insertable, Queryable, PartialEq)]
[INFO] [stdout]     |                                                 ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: ControlFlow<Result<Infallible, Infallible>, std::option::Option<f64>>
[INFO] [stdout]    --> src/models.rs:218:49
[INFO] [stdout]     |
[INFO] [stdout] 218 | #[derive(Debug, Clone, Deserialize, Insertable, Queryable, PartialEq)]
[INFO] [stdout]     |                                                 ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `dcollector` (lib) due to 80 previous errors
[INFO] running `Command { std: "docker" "inspect" "2ec126bbce2db48bd01409c37b19688b693d16df80693c6c8a24fcdb6d4be27b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "2ec126bbce2db48bd01409c37b19688b693d16df80693c6c8a24fcdb6d4be27b", kill_on_drop: false }`
[INFO] [stdout] 2ec126bbce2db48bd01409c37b19688b693d16df80693c6c8a24fcdb6d4be27b
