[INFO] cloning repository https://github.com/YumiVR/thes1ap-server
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/YumiVR/thes1ap-server" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FYumiVR%2Fthes1ap-server", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FYumiVR%2Fthes1ap-server'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 83f8d5ae298d984da0e5037349b6d6f8a34ec245
[INFO] checking YumiVR/thes1ap-server against try#4f260f0f20b3133d20cfb50353c0221943af5796+rustflags=-Dunmustuse_in_always_ok for pr-148577
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FYumiVR%2Fthes1ap-server" "/workspace/builds/worker-1-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc2/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-1-tc2/source/.cargo/config.toml
[INFO] started tweaking git repo https://github.com/YumiVR/thes1ap-server
[INFO] finished tweaking git repo https://github.com/YumiVR/thes1ap-server
[INFO] tweaked toml for git repo https://github.com/YumiVR/thes1ap-server written to /workspace/builds/worker-1-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/YumiVR/thes1ap-server 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 git repo https://github.com/YumiVR/thes1ap-server already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+4f260f0f20b3133d20cfb50353c0221943af5796" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+4f260f0f20b3133d20cfb50353c0221943af5796" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 38e9925ee55a1c207f8fc1adb1b1c3e02ca01d4934a9b383f8fc4e0299c02d16
[INFO] running `Command { std: "docker" "start" "-a" "38e9925ee55a1c207f8fc1adb1b1c3e02ca01d4934a9b383f8fc4e0299c02d16", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "38e9925ee55a1c207f8fc1adb1b1c3e02ca01d4934a9b383f8fc4e0299c02d16", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "38e9925ee55a1c207f8fc1adb1b1c3e02ca01d4934a9b383f8fc4e0299c02d16", kill_on_drop: false }`
[INFO] [stdout] 38e9925ee55a1c207f8fc1adb1b1c3e02ca01d4934a9b383f8fc4e0299c02d16
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid -Dunmustuse_in_always_ok" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+4f260f0f20b3133d20cfb50353c0221943af5796" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] da63e91b4f9fe961df1af4274024a040fab15fb44f3e832694369e224943ecde
[INFO] running `Command { std: "docker" "start" "-a" "da63e91b4f9fe961df1af4274024a040fab15fb44f3e832694369e224943ecde", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.60
[INFO] [stderr]    Compiling unicode-ident v1.0.6
[INFO] [stderr]    Compiling quote v1.0.28
[INFO] [stderr]    Compiling libc v0.2.139
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling pkg-config v0.3.26
[INFO] [stderr]    Compiling memchr v2.5.0
[INFO] [stderr]    Compiling cc v1.0.79
[INFO] [stderr]    Compiling log v0.4.18
[INFO] [stderr]    Compiling version_check v0.9.4
[INFO] [stderr]    Compiling typenum v1.16.0
[INFO] [stderr]    Compiling futures-core v0.3.26
[INFO] [stderr]     Checking pin-project-lite v0.2.9
[INFO] [stderr]    Compiling num-traits v0.2.15
[INFO] [stderr]    Compiling slab v0.4.8
[INFO] [stderr]    Compiling tokio v1.26.0
[INFO] [stderr]    Compiling num-integer v0.1.45
[INFO] [stderr]    Compiling futures-task v0.3.26
[INFO] [stderr]     Checking futures-sink v0.3.26
[INFO] [stderr]    Compiling futures-channel v0.3.26
[INFO] [stderr]     Checking bitflags v1.3.2
[INFO] [stderr]    Compiling serde_derive v1.0.152
[INFO] [stderr]    Compiling same-file v1.0.6
[INFO] [stderr]    Compiling futures-util v0.3.26
[INFO] [stderr]    Compiling io-lifetimes v1.0.11
[INFO] [stderr]     Checking futures-io v0.3.26
[INFO] [stderr]    Compiling walkdir v2.3.2
[INFO] [stderr]     Checking unicode-normalization v0.1.22
[INFO] [stderr]    Compiling generic-array v0.14.6
[INFO] [stderr]    Compiling num-bigint v0.4.3
[INFO] [stderr]    Compiling openssl v0.10.45
[INFO] [stderr]    Compiling httparse v1.8.0
[INFO] [stderr]     Checking percent-encoding v2.2.0
[INFO] [stderr]     Checking itoa v1.0.5
[INFO] [stderr]     Checking unicode-bidi v0.3.10
[INFO] [stderr]    Compiling rustix v0.36.9
[INFO] [stderr]    Compiling thiserror v1.0.38
[INFO] [stderr]    Compiling serde v1.0.152
[INFO] [stderr]     Checking form_urlencoded v1.1.0
[INFO] [stderr]     Checking once_cell v1.17.1
[INFO] [stderr]     Checking cpufeatures v0.2.5
[INFO] [stderr]     Checking linux-raw-sys v0.1.4
[INFO] [stderr]     Checking http v0.2.9
[INFO] [stderr]     Checking aho-corasick v1.0.2
[INFO] [stderr]    Compiling libsqlite3-sys v0.25.2
[INFO] [stderr]     Checking regex-syntax v0.7.2
[INFO] [stderr]     Checking base64 v0.13.1
[INFO] [stderr]     Checking byteorder v1.4.3
[INFO] [stderr]    Compiling serde_json v1.0.93
[INFO] [stderr]     Checking utf-8 v0.7.6
[INFO] [stderr]     Checking idna v0.3.0
[INFO] [stderr]    Compiling anyhow v1.0.71
[INFO] [stderr]     Checking signature v1.6.4
[INFO] [stderr]     Checking termcolor v1.2.0
[INFO] [stderr]     Checking ed25519 v1.5.3
[INFO] [stderr]     Checking humantime v2.1.0
[INFO] [stderr]     Checking iana-time-zone v0.1.53
[INFO] [stderr]     Checking ryu v1.0.12
[INFO] [stderr]    Compiling openssl-sys v0.9.80
[INFO] [stderr]    Compiling libsodium-sys v0.2.7
[INFO] [stderr]     Checking url v2.3.1
[INFO] [stderr]     Checking base64 v0.21.0
[INFO] [stderr]     Checking block-buffer v0.10.3
[INFO] [stderr]     Checking crypto-common v0.1.6
[INFO] [stderr]    Compiling syn v2.0.18
[INFO] [stderr]     Checking digest v0.10.6
[INFO] [stderr]     Checking sha1 v0.10.5
[INFO] [stderr]     Checking regex v1.8.4
[INFO] [stderr]    Compiling native-tls v0.2.11
[INFO] [stderr]     Checking num_cpus v1.15.0
[INFO] [stderr]     Checking mio v0.8.6
[INFO] [stderr]     Checking socket2 v0.4.7
[INFO] [stderr]     Checking getrandom v0.2.8
[INFO] [stderr]     Checking time v0.1.45
[INFO] [stderr]     Checking rand_core v0.6.4
[INFO] [stderr]     Checking chrono v0.4.23
[INFO] [stderr]     Checking rand_chacha v0.3.1
[INFO] [stderr]     Checking rand v0.8.5
[INFO] [stderr]     Checking bigdecimal v0.3.0
[INFO] [stderr]     Checking is-terminal v0.4.4
[INFO] [stderr]     Checking env_logger v0.10.0
[INFO] [stderr]    Compiling diesel_table_macro_syntax v0.1.0
[INFO] [stderr]    Compiling diesel_derives v2.1.0
[INFO] [stderr]    Compiling serde_repr v0.1.12
[INFO] [stderr]    Compiling tokio-macros v1.8.2
[INFO] [stderr]    Compiling futures-macro v0.3.26
[INFO] [stderr]    Compiling openssl-macros v0.1.0
[INFO] [stderr]    Compiling thiserror-impl v1.0.38
[INFO] [stderr]    Compiling enum_dispatch v0.3.11
[INFO] [stderr]     Checking tungstenite v0.18.0
[INFO] [stderr]     Checking diesel v2.1.0
[INFO] [stderr]     Checking futures-executor v0.3.26
[INFO] [stderr]     Checking futures v0.3.26
[INFO] [stderr]     Checking tokio-native-tls v0.3.1
[INFO] [stderr]     Checking tokio-util v0.6.10
[INFO] [stderr]     Checking tokio-tungstenite v0.18.0
[INFO] [stderr]     Checking tokio-stream v0.1.12
[INFO] [stderr]     Checking sodiumoxide v0.2.7
[INFO] [stderr]     Checking server v1.0.0 (/opt/rustwide/workdir)
[INFO] [stdout] error: this type will no longer be must used: ControlFlow<Result<Infallible, Infallible>, i64>
[INFO] [stdout]  --> src/message.rs:5:10
[INFO] [stdout]   |
[INFO] [stdout] 5 | #[derive(Queryable, Insertable, Clone, Debug, Serialize, Deserialize)]
[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<i64, Infallible>
[INFO] [stdout]  --> src/message.rs:5:10
[INFO] [stdout]   |
[INFO] [stdout] 5 | #[derive(Queryable, Insertable, Clone, Debug, Serialize, Deserialize)]
[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::string::String>
[INFO] [stdout]  --> src/message.rs:5:10
[INFO] [stdout]   |
[INFO] [stdout] 5 | #[derive(Queryable, Insertable, Clone, Debug, Serialize, Deserialize)]
[INFO] [stdout]   |          ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<std::string::String, Infallible>
[INFO] [stdout]  --> src/message.rs:5:10
[INFO] [stdout]   |
[INFO] [stdout] 5 | #[derive(Queryable, Insertable, Clone, Debug, Serialize, Deserialize)]
[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>, i64>
[INFO] [stdout]  --> src/message.rs:5:10
[INFO] [stdout]   |
[INFO] [stdout] 5 | #[derive(Queryable, Insertable, Clone, Debug, Serialize, Deserialize)]
[INFO] [stdout]   |          ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: ControlFlow<Result<Infallible, Infallible>, i64>
[INFO] [stdout]  --> src/message.rs:5:10
[INFO] [stdout]   |
[INFO] [stdout] 5 | #[derive(Queryable, Insertable, Clone, Debug, Serialize, Deserialize)]
[INFO] [stdout]   |          ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: ControlFlow<Result<Infallible, Infallible>, i32>
[INFO] [stdout]  --> src/message.rs:5:10
[INFO] [stdout]   |
[INFO] [stdout] 5 | #[derive(Queryable, Insertable, Clone, Debug, Serialize, Deserialize)]
[INFO] [stdout]   |          ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<i32, Infallible>
[INFO] [stdout]  --> src/message.rs:5:10
[INFO] [stdout]   |
[INFO] [stdout] 5 | #[derive(Queryable, Insertable, Clone, Debug, Serialize, Deserialize)]
[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>, i64>
[INFO] [stdout]  --> src/models.rs:6:10
[INFO] [stdout]   |
[INFO] [stdout] 6 | #[derive(Queryable, Insertable, Clone, Serialize)]
[INFO] [stdout]   |          ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<i64, Infallible>
[INFO] [stdout]  --> src/models.rs:6:10
[INFO] [stdout]   |
[INFO] [stdout] 6 | #[derive(Queryable, Insertable, Clone, Serialize)]
[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::string::String>
[INFO] [stdout]  --> src/models.rs:6:10
[INFO] [stdout]   |
[INFO] [stdout] 6 | #[derive(Queryable, Insertable, Clone, Serialize)]
[INFO] [stdout]   |          ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<std::string::String, Infallible>
[INFO] [stdout]  --> src/models.rs:6:10
[INFO] [stdout]   |
[INFO] [stdout] 6 | #[derive(Queryable, Insertable, Clone, Serialize)]
[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>, i64>
[INFO] [stdout]   --> src/models.rs:15:10
[INFO] [stdout]    |
[INFO] [stdout] 15 | #[derive(Queryable, Insertable, Clone, Serialize, Deserialize)]
[INFO] [stdout]    |          ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<i64, Infallible>
[INFO] [stdout]   --> src/models.rs:15:10
[INFO] [stdout]    |
[INFO] [stdout] 15 | #[derive(Queryable, Insertable, Clone, Serialize, Deserialize)]
[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::string::String>
[INFO] [stdout]   --> src/models.rs:15:10
[INFO] [stdout]    |
[INFO] [stdout] 15 | #[derive(Queryable, Insertable, Clone, Serialize, Deserialize)]
[INFO] [stdout]    |          ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<std::string::String, Infallible>
[INFO] [stdout]   --> src/models.rs:15:10
[INFO] [stdout]    |
[INFO] [stdout] 15 | #[derive(Queryable, Insertable, Clone, Serialize, Deserialize)]
[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::string::String>
[INFO] [stdout]   --> src/models.rs:15:10
[INFO] [stdout]    |
[INFO] [stdout] 15 | #[derive(Queryable, Insertable, Clone, Serialize, Deserialize)]
[INFO] [stdout]    |          ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: ControlFlow<Result<Infallible, Infallible>, i64>
[INFO] [stdout]   --> src/models.rs:15:10
[INFO] [stdout]    |
[INFO] [stdout] 15 | #[derive(Queryable, Insertable, Clone, Serialize, Deserialize)]
[INFO] [stdout]    |          ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: ControlFlow<Result<Infallible, Infallible>, i64>
[INFO] [stdout]   --> src/models.rs:24:10
[INFO] [stdout]    |
[INFO] [stdout] 24 | #[derive(Queryable, Insertable, Clone, Serialize, Deserialize)]
[INFO] [stdout]    |          ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<i64, Infallible>
[INFO] [stdout]   --> src/models.rs:24:10
[INFO] [stdout]    |
[INFO] [stdout] 24 | #[derive(Queryable, Insertable, Clone, Serialize, Deserialize)]
[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>, i64>
[INFO] [stdout]   --> src/models.rs:24:10
[INFO] [stdout]    |
[INFO] [stdout] 24 | #[derive(Queryable, Insertable, Clone, Serialize, Deserialize)]
[INFO] [stdout]    |          ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: ControlFlow<Result<Infallible, Infallible>, std::string::String>
[INFO] [stdout]   --> src/models.rs:24:10
[INFO] [stdout]    |
[INFO] [stdout] 24 | #[derive(Queryable, Insertable, Clone, Serialize, Deserialize)]
[INFO] [stdout]    |          ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<std::string::String, Infallible>
[INFO] [stdout]   --> src/models.rs:24:10
[INFO] [stdout]    |
[INFO] [stdout] 24 | #[derive(Queryable, Insertable, Clone, Serialize, Deserialize)]
[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>, i32>
[INFO] [stdout]   --> src/models.rs:24:10
[INFO] [stdout]    |
[INFO] [stdout] 24 | #[derive(Queryable, Insertable, Clone, Serialize, Deserialize)]
[INFO] [stdout]    |          ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<i32, Infallible>
[INFO] [stdout]   --> src/models.rs:24:10
[INFO] [stdout]    |
[INFO] [stdout] 24 | #[derive(Queryable, Insertable, Clone, Serialize, Deserialize)]
[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>, i32>
[INFO] [stdout]   --> src/models.rs:33:10
[INFO] [stdout]    |
[INFO] [stdout] 33 | #[derive(Queryable, Insertable, Clone)]
[INFO] [stdout]    |          ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<i32, Infallible>
[INFO] [stdout]   --> src/models.rs:33:10
[INFO] [stdout]    |
[INFO] [stdout] 33 | #[derive(Queryable, Insertable, Clone)]
[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>, i64>
[INFO] [stdout]   --> src/models.rs:33:10
[INFO] [stdout]    |
[INFO] [stdout] 33 | #[derive(Queryable, Insertable, Clone)]
[INFO] [stdout]    |          ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<i64, Infallible>
[INFO] [stdout]   --> src/models.rs:33:10
[INFO] [stdout]    |
[INFO] [stdout] 33 | #[derive(Queryable, Insertable, Clone)]
[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>, i64>
[INFO] [stdout]   --> src/models.rs:33:10
[INFO] [stdout]    |
[INFO] [stdout] 33 | #[derive(Queryable, Insertable, Clone)]
[INFO] [stdout]    |          ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: ControlFlow<Result<Infallible, Infallible>, i64>
[INFO] [stdout]   --> src/models.rs:41:10
[INFO] [stdout]    |
[INFO] [stdout] 41 | #[derive(Queryable, Insertable, Clone, Serialize)]
[INFO] [stdout]    |          ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<i64, Infallible>
[INFO] [stdout]   --> src/models.rs:41:10
[INFO] [stdout]    |
[INFO] [stdout] 41 | #[derive(Queryable, Insertable, Clone, Serialize)]
[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::string::String>
[INFO] [stdout]   --> src/models.rs:41:10
[INFO] [stdout]    |
[INFO] [stdout] 41 | #[derive(Queryable, Insertable, Clone, Serialize)]
[INFO] [stdout]    |          ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<std::string::String, Infallible>
[INFO] [stdout]   --> src/models.rs:41:10
[INFO] [stdout]    |
[INFO] [stdout] 41 | #[derive(Queryable, Insertable, Clone, Serialize)]
[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::string::String>
[INFO] [stdout]   --> src/models.rs:41:10
[INFO] [stdout]    |
[INFO] [stdout] 41 | #[derive(Queryable, Insertable, Clone, Serialize)]
[INFO] [stdout]    |          ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: ControlFlow<Result<Infallible, Infallible>, i64>
[INFO] [stdout]   --> src/models.rs:62:10
[INFO] [stdout]    |
[INFO] [stdout] 62 | #[derive(Queryable, Clone)]
[INFO] [stdout]    |          ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<i64, Infallible>
[INFO] [stdout]   --> src/models.rs:62:10
[INFO] [stdout]    |
[INFO] [stdout] 62 | #[derive(Queryable, Clone)]
[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>, i64>
[INFO] [stdout]   --> src/models.rs:62:10
[INFO] [stdout]    |
[INFO] [stdout] 62 | #[derive(Queryable, Clone)]
[INFO] [stdout]    |          ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: ControlFlow<Result<Infallible, Infallible>, std::string::String>
[INFO] [stdout]   --> src/models.rs:62:10
[INFO] [stdout]    |
[INFO] [stdout] 62 | #[derive(Queryable, Clone)]
[INFO] [stdout]    |          ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<std::string::String, Infallible>
[INFO] [stdout]   --> src/models.rs:62:10
[INFO] [stdout]    |
[INFO] [stdout] 62 | #[derive(Queryable, Clone)]
[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>, i32>
[INFO] [stdout]   --> src/models.rs:62:10
[INFO] [stdout]    |
[INFO] [stdout] 62 | #[derive(Queryable, Clone)]
[INFO] [stdout]    |          ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<i32, Infallible>
[INFO] [stdout]   --> src/models.rs:62:10
[INFO] [stdout]    |
[INFO] [stdout] 62 | #[derive(Queryable, Clone)]
[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:62:10
[INFO] [stdout]    |
[INFO] [stdout] 62 | #[derive(Queryable, Clone)]
[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:62:10
[INFO] [stdout]    |
[INFO] [stdout] 62 | #[derive(Queryable, Clone)]
[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:62:10
[INFO] [stdout]    |
[INFO] [stdout] 62 | #[derive(Queryable, Clone)]
[INFO] [stdout]    |          ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: ControlFlow<Result<Infallible, Infallible>, i32>
[INFO] [stdout]   --> src/models.rs:62:10
[INFO] [stdout]    |
[INFO] [stdout] 62 | #[derive(Queryable, Clone)]
[INFO] [stdout]    |          ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: ControlFlow<Result<Infallible, Infallible>, i32>
[INFO] [stdout]   --> src/models.rs:62:10
[INFO] [stdout]    |
[INFO] [stdout] 62 | #[derive(Queryable, Clone)]
[INFO] [stdout]    |          ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: ControlFlow<Result<Infallible, Infallible>, i64>
[INFO] [stdout]   --> src/models.rs:74:10
[INFO] [stdout]    |
[INFO] [stdout] 74 | #[derive(Queryable, Insertable, Clone, Serialize)]
[INFO] [stdout]    |          ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<i64, Infallible>
[INFO] [stdout]   --> src/models.rs:74:10
[INFO] [stdout]    |
[INFO] [stdout] 74 | #[derive(Queryable, Insertable, Clone, Serialize)]
[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::string::String>
[INFO] [stdout]   --> src/models.rs:74:10
[INFO] [stdout]    |
[INFO] [stdout] 74 | #[derive(Queryable, Insertable, Clone, Serialize)]
[INFO] [stdout]    |          ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<std::string::String, Infallible>
[INFO] [stdout]   --> src/models.rs:74:10
[INFO] [stdout]    |
[INFO] [stdout] 74 | #[derive(Queryable, Insertable, Clone, Serialize)]
[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::string::String>
[INFO] [stdout]   --> src/models.rs:74:10
[INFO] [stdout]    |
[INFO] [stdout] 74 | #[derive(Queryable, Insertable, Clone, Serialize)]
[INFO] [stdout]    |          ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `server` (bin "server") due to 52 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] error: this type will no longer be must used: ControlFlow<Result<Infallible, Infallible>, i64>
[INFO] [stdout]  --> src/message.rs:5:10
[INFO] [stdout]   |
[INFO] [stdout] 5 | #[derive(Queryable, Insertable, Clone, Debug, Serialize, Deserialize)]
[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<i64, Infallible>
[INFO] [stdout]  --> src/message.rs:5:10
[INFO] [stdout]   |
[INFO] [stdout] 5 | #[derive(Queryable, Insertable, Clone, Debug, Serialize, Deserialize)]
[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::string::String>
[INFO] [stdout]  --> src/message.rs:5:10
[INFO] [stdout]   |
[INFO] [stdout] 5 | #[derive(Queryable, Insertable, Clone, Debug, Serialize, Deserialize)]
[INFO] [stdout]   |          ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<std::string::String, Infallible>
[INFO] [stdout]  --> src/message.rs:5:10
[INFO] [stdout]   |
[INFO] [stdout] 5 | #[derive(Queryable, Insertable, Clone, Debug, Serialize, Deserialize)]
[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>, i64>
[INFO] [stdout]  --> src/message.rs:5:10
[INFO] [stdout]   |
[INFO] [stdout] 5 | #[derive(Queryable, Insertable, Clone, Debug, Serialize, Deserialize)]
[INFO] [stdout]   |          ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: ControlFlow<Result<Infallible, Infallible>, i64>
[INFO] [stdout]  --> src/message.rs:5:10
[INFO] [stdout]   |
[INFO] [stdout] 5 | #[derive(Queryable, Insertable, Clone, Debug, Serialize, Deserialize)]
[INFO] [stdout]   |          ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: ControlFlow<Result<Infallible, Infallible>, i32>
[INFO] [stdout]  --> src/message.rs:5:10
[INFO] [stdout]   |
[INFO] [stdout] 5 | #[derive(Queryable, Insertable, Clone, Debug, Serialize, Deserialize)]
[INFO] [stdout]   |          ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<i32, Infallible>
[INFO] [stdout]  --> src/message.rs:5:10
[INFO] [stdout]   |
[INFO] [stdout] 5 | #[derive(Queryable, Insertable, Clone, Debug, Serialize, Deserialize)]
[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>, i64>
[INFO] [stdout]  --> src/models.rs:6:10
[INFO] [stdout]   |
[INFO] [stdout] 6 | #[derive(Queryable, Insertable, Clone, Serialize)]
[INFO] [stdout]   |          ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<i64, Infallible>
[INFO] [stdout]  --> src/models.rs:6:10
[INFO] [stdout]   |
[INFO] [stdout] 6 | #[derive(Queryable, Insertable, Clone, Serialize)]
[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::string::String>
[INFO] [stdout]  --> src/models.rs:6:10
[INFO] [stdout]   |
[INFO] [stdout] 6 | #[derive(Queryable, Insertable, Clone, Serialize)]
[INFO] [stdout]   |          ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<std::string::String, Infallible>
[INFO] [stdout]  --> src/models.rs:6:10
[INFO] [stdout]   |
[INFO] [stdout] 6 | #[derive(Queryable, Insertable, Clone, Serialize)]
[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>, i64>
[INFO] [stdout]   --> src/models.rs:15:10
[INFO] [stdout]    |
[INFO] [stdout] 15 | #[derive(Queryable, Insertable, Clone, Serialize, Deserialize)]
[INFO] [stdout]    |          ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<i64, Infallible>
[INFO] [stdout]   --> src/models.rs:15:10
[INFO] [stdout]    |
[INFO] [stdout] 15 | #[derive(Queryable, Insertable, Clone, Serialize, Deserialize)]
[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::string::String>
[INFO] [stdout]   --> src/models.rs:15:10
[INFO] [stdout]    |
[INFO] [stdout] 15 | #[derive(Queryable, Insertable, Clone, Serialize, Deserialize)]
[INFO] [stdout]    |          ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<std::string::String, Infallible>
[INFO] [stdout]   --> src/models.rs:15:10
[INFO] [stdout]    |
[INFO] [stdout] 15 | #[derive(Queryable, Insertable, Clone, Serialize, Deserialize)]
[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::string::String>
[INFO] [stdout]   --> src/models.rs:15:10
[INFO] [stdout]    |
[INFO] [stdout] 15 | #[derive(Queryable, Insertable, Clone, Serialize, Deserialize)]
[INFO] [stdout]    |          ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: ControlFlow<Result<Infallible, Infallible>, i64>
[INFO] [stdout]   --> src/models.rs:15:10
[INFO] [stdout]    |
[INFO] [stdout] 15 | #[derive(Queryable, Insertable, Clone, Serialize, Deserialize)]
[INFO] [stdout]    |          ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: ControlFlow<Result<Infallible, Infallible>, i64>
[INFO] [stdout]   --> src/models.rs:24:10
[INFO] [stdout]    |
[INFO] [stdout] 24 | #[derive(Queryable, Insertable, Clone, Serialize, Deserialize)]
[INFO] [stdout]    |          ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<i64, Infallible>
[INFO] [stdout]   --> src/models.rs:24:10
[INFO] [stdout]    |
[INFO] [stdout] 24 | #[derive(Queryable, Insertable, Clone, Serialize, Deserialize)]
[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>, i64>
[INFO] [stdout]   --> src/models.rs:24:10
[INFO] [stdout]    |
[INFO] [stdout] 24 | #[derive(Queryable, Insertable, Clone, Serialize, Deserialize)]
[INFO] [stdout]    |          ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: ControlFlow<Result<Infallible, Infallible>, std::string::String>
[INFO] [stdout]   --> src/models.rs:24:10
[INFO] [stdout]    |
[INFO] [stdout] 24 | #[derive(Queryable, Insertable, Clone, Serialize, Deserialize)]
[INFO] [stdout]    |          ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<std::string::String, Infallible>
[INFO] [stdout]   --> src/models.rs:24:10
[INFO] [stdout]    |
[INFO] [stdout] 24 | #[derive(Queryable, Insertable, Clone, Serialize, Deserialize)]
[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>, i32>
[INFO] [stdout]   --> src/models.rs:24:10
[INFO] [stdout]    |
[INFO] [stdout] 24 | #[derive(Queryable, Insertable, Clone, Serialize, Deserialize)]
[INFO] [stdout]    |          ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<i32, Infallible>
[INFO] [stdout]   --> src/models.rs:24:10
[INFO] [stdout]    |
[INFO] [stdout] 24 | #[derive(Queryable, Insertable, Clone, Serialize, Deserialize)]
[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>, i32>
[INFO] [stdout]   --> src/models.rs:33:10
[INFO] [stdout]    |
[INFO] [stdout] 33 | #[derive(Queryable, Insertable, Clone)]
[INFO] [stdout]    |          ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<i32, Infallible>
[INFO] [stdout]   --> src/models.rs:33:10
[INFO] [stdout]    |
[INFO] [stdout] 33 | #[derive(Queryable, Insertable, Clone)]
[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>, i64>
[INFO] [stdout]   --> src/models.rs:33:10
[INFO] [stdout]    |
[INFO] [stdout] 33 | #[derive(Queryable, Insertable, Clone)]
[INFO] [stdout]    |          ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<i64, Infallible>
[INFO] [stdout]   --> src/models.rs:33:10
[INFO] [stdout]    |
[INFO] [stdout] 33 | #[derive(Queryable, Insertable, Clone)]
[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>, i64>
[INFO] [stdout]   --> src/models.rs:33:10
[INFO] [stdout]    |
[INFO] [stdout] 33 | #[derive(Queryable, Insertable, Clone)]
[INFO] [stdout]    |          ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: ControlFlow<Result<Infallible, Infallible>, i64>
[INFO] [stdout]   --> src/models.rs:41:10
[INFO] [stdout]    |
[INFO] [stdout] 41 | #[derive(Queryable, Insertable, Clone, Serialize)]
[INFO] [stdout]    |          ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<i64, Infallible>
[INFO] [stdout]   --> src/models.rs:41:10
[INFO] [stdout]    |
[INFO] [stdout] 41 | #[derive(Queryable, Insertable, Clone, Serialize)]
[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::string::String>
[INFO] [stdout]   --> src/models.rs:41:10
[INFO] [stdout]    |
[INFO] [stdout] 41 | #[derive(Queryable, Insertable, Clone, Serialize)]
[INFO] [stdout]    |          ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<std::string::String, Infallible>
[INFO] [stdout]   --> src/models.rs:41:10
[INFO] [stdout]    |
[INFO] [stdout] 41 | #[derive(Queryable, Insertable, Clone, Serialize)]
[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::string::String>
[INFO] [stdout]   --> src/models.rs:41:10
[INFO] [stdout]    |
[INFO] [stdout] 41 | #[derive(Queryable, Insertable, Clone, Serialize)]
[INFO] [stdout]    |          ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: ControlFlow<Result<Infallible, Infallible>, i64>
[INFO] [stdout]   --> src/models.rs:62:10
[INFO] [stdout]    |
[INFO] [stdout] 62 | #[derive(Queryable, Clone)]
[INFO] [stdout]    |          ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<i64, Infallible>
[INFO] [stdout]   --> src/models.rs:62:10
[INFO] [stdout]    |
[INFO] [stdout] 62 | #[derive(Queryable, Clone)]
[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>, i64>
[INFO] [stdout]   --> src/models.rs:62:10
[INFO] [stdout]    |
[INFO] [stdout] 62 | #[derive(Queryable, Clone)]
[INFO] [stdout]    |          ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: ControlFlow<Result<Infallible, Infallible>, std::string::String>
[INFO] [stdout]   --> src/models.rs:62:10
[INFO] [stdout]    |
[INFO] [stdout] 62 | #[derive(Queryable, Clone)]
[INFO] [stdout]    |          ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<std::string::String, Infallible>
[INFO] [stdout]   --> src/models.rs:62:10
[INFO] [stdout]    |
[INFO] [stdout] 62 | #[derive(Queryable, Clone)]
[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>, i32>
[INFO] [stdout]   --> src/models.rs:62:10
[INFO] [stdout]    |
[INFO] [stdout] 62 | #[derive(Queryable, Clone)]
[INFO] [stdout]    |          ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<i32, Infallible>
[INFO] [stdout]   --> src/models.rs:62:10
[INFO] [stdout]    |
[INFO] [stdout] 62 | #[derive(Queryable, Clone)]
[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:62:10
[INFO] [stdout]    |
[INFO] [stdout] 62 | #[derive(Queryable, Clone)]
[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:62:10
[INFO] [stdout]    |
[INFO] [stdout] 62 | #[derive(Queryable, Clone)]
[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:62:10
[INFO] [stdout]    |
[INFO] [stdout] 62 | #[derive(Queryable, Clone)]
[INFO] [stdout]    |          ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: ControlFlow<Result<Infallible, Infallible>, i32>
[INFO] [stdout]   --> src/models.rs:62:10
[INFO] [stdout]    |
[INFO] [stdout] 62 | #[derive(Queryable, Clone)]
[INFO] [stdout]    |          ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: ControlFlow<Result<Infallible, Infallible>, i32>
[INFO] [stdout]   --> src/models.rs:62:10
[INFO] [stdout]    |
[INFO] [stdout] 62 | #[derive(Queryable, Clone)]
[INFO] [stdout]    |          ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: ControlFlow<Result<Infallible, Infallible>, i64>
[INFO] [stdout]   --> src/models.rs:74:10
[INFO] [stdout]    |
[INFO] [stdout] 74 | #[derive(Queryable, Insertable, Clone, Serialize)]
[INFO] [stdout]    |          ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<i64, Infallible>
[INFO] [stdout]   --> src/models.rs:74:10
[INFO] [stdout]    |
[INFO] [stdout] 74 | #[derive(Queryable, Insertable, Clone, Serialize)]
[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::string::String>
[INFO] [stdout]   --> src/models.rs:74:10
[INFO] [stdout]    |
[INFO] [stdout] 74 | #[derive(Queryable, Insertable, Clone, Serialize)]
[INFO] [stdout]    |          ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<std::string::String, Infallible>
[INFO] [stdout]   --> src/models.rs:74:10
[INFO] [stdout]    |
[INFO] [stdout] 74 | #[derive(Queryable, Insertable, Clone, Serialize)]
[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::string::String>
[INFO] [stdout]   --> src/models.rs:74:10
[INFO] [stdout]    |
[INFO] [stdout] 74 | #[derive(Queryable, Insertable, Clone, Serialize)]
[INFO] [stdout]    |          ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `server` (bin "server" test) due to 52 previous errors
[INFO] running `Command { std: "docker" "inspect" "da63e91b4f9fe961df1af4274024a040fab15fb44f3e832694369e224943ecde", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "da63e91b4f9fe961df1af4274024a040fab15fb44f3e832694369e224943ecde", kill_on_drop: false }`
[INFO] [stdout] da63e91b4f9fe961df1af4274024a040fab15fb44f3e832694369e224943ecde
