[INFO] fetching crate kormir-server 0.3.5...
[INFO] checking kormir-server-0.3.5 against try#4f260f0f20b3133d20cfb50353c0221943af5796+rustflags=-Dunmustuse_in_always_ok for pr-148577
[INFO] extracting crate kormir-server 0.3.5 into /workspace/builds/worker-0-tc2/source
[INFO] started tweaking crates.io crate kormir-server 0.3.5
[INFO] finished tweaking crates.io crate kormir-server 0.3.5
[INFO] tweaked toml for crates.io crate kormir-server 0.3.5 written to /workspace/builds/worker-0-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate kormir-server 0.3.5 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 kormir-server 0.3.5 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] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+4f260f0f20b3133d20cfb50353c0221943af5796" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] b9acfb954970bd114b83c48bd034d98d0562df3163f5c068dd1b8830f7425bfe
[INFO] running `Command { std: "docker" "start" "-a" "b9acfb954970bd114b83c48bd034d98d0562df3163f5c068dd1b8830f7425bfe", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "b9acfb954970bd114b83c48bd034d98d0562df3163f5c068dd1b8830f7425bfe", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b9acfb954970bd114b83c48bd034d98d0562df3163f5c068dd1b8830f7425bfe", kill_on_drop: false }`
[INFO] [stdout] b9acfb954970bd114b83c48bd034d98d0562df3163f5c068dd1b8830f7425bfe
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid -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] ac672038fcc4e28dc0b473b3a5c770a8b47d0dd12cc7cf03c6a04af65022b5fa
[INFO] running `Command { std: "docker" "start" "-a" "ac672038fcc4e28dc0b473b3a5c770a8b47d0dd12cc7cf03c6a04af65022b5fa", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.93
[INFO] [stderr]    Compiling unicode-ident v1.0.12
[INFO] [stderr]    Compiling libc v0.2.169
[INFO] [stderr]    Compiling serde v1.0.193
[INFO] [stderr]    Compiling parking_lot_core v0.9.9
[INFO] [stderr]     Checking itoa v1.0.10
[INFO] [stderr]     Checking memchr v2.6.4
[INFO] [stderr]     Checking smallvec v1.13.2
[INFO] [stderr]     Checking pin-project-lite v0.2.13
[INFO] [stderr]     Checking bytes v1.9.0
[INFO] [stderr]    Compiling futures-core v0.3.29
[INFO] [stderr]    Compiling lock_api v0.4.11
[INFO] [stderr]    Compiling slab v0.4.9
[INFO] [stderr]    Compiling futures-channel v0.3.29
[INFO] [stderr]    Compiling futures-task v0.3.29
[INFO] [stderr]     Checking futures-sink v0.3.29
[INFO] [stderr]    Compiling futures-util v0.3.29
[INFO] [stderr]     Checking hex-conservative v0.2.1
[INFO] [stderr]     Checking futures-io v0.3.29
[INFO] [stderr]     Checking log v0.4.22
[INFO] [stderr]     Checking bitcoin-io v0.1.2
[INFO] [stderr]    Compiling typenum v1.17.0
[INFO] [stderr]     Checking once_cell v1.19.0
[INFO] [stderr]     Checking bech32 v0.11.0
[INFO] [stderr]    Compiling bitcoin-internals v0.3.0
[INFO] [stderr]     Checking http v1.0.0
[INFO] [stderr]     Checking subtle v2.5.0
[INFO] [stderr]    Compiling hex_lit v0.1.1
[INFO] [stderr]    Compiling bitcoin v0.32.2
[INFO] [stderr]    Compiling num-traits v0.2.17
[INFO] [stderr]     Checking ryu v1.0.16
[INFO] [stderr]    Compiling serde_json v1.0.108
[INFO] [stderr]    Compiling rustls v0.23.22
[INFO] [stderr]     Checking unicode-bidi v0.3.14
[INFO] [stderr]     Checking tracing-core v0.1.32
[INFO] [stderr]    Compiling thiserror v2.0.11
[INFO] [stderr]     Checking bitflags v2.4.1
[INFO] [stderr]     Checking zeroize v1.7.0
[INFO] [stderr]     Checking cpufeatures v0.2.11
[INFO] [stderr]    Compiling num-integer v0.1.45
[INFO] [stderr]    Compiling bitcoin-private v0.1.0
[INFO] [stderr]    Compiling thiserror v1.0.50
[INFO] [stderr]    Compiling equivalent v1.0.1
[INFO] [stderr]    Compiling hashbrown v0.14.3
[INFO] [stderr]    Compiling num-bigint v0.4.4
[INFO] [stderr]    Compiling quote v1.0.38
[INFO] [stderr]     Checking http-body v1.0.1
[INFO] [stderr]     Checking idna v0.5.0
[INFO] [stderr]     Checking data-encoding v2.5.0
[INFO] [stderr]     Checking bech32 v0.9.1
[INFO] [stderr]    Compiling libm v0.2.8
[INFO] [stderr]    Compiling rustix v0.38.28
[INFO] [stderr]    Compiling winnow v0.5.28
[INFO] [stderr]    Compiling syn v2.0.98
[INFO] [stderr]     Checking getrandom v0.2.11
[INFO] [stderr]     Checking signal-hook-registry v1.4.1
[INFO] [stderr]     Checking socket2 v0.5.5
[INFO] [stderr]     Checking mio v1.0.3
[INFO] [stderr]    Compiling indexmap v2.1.0
[INFO] [stderr]     Checking aho-corasick v1.1.2
[INFO] [stderr]     Checking rand_core v0.6.4
[INFO] [stderr]     Checking rand_chacha v0.3.1
[INFO] [stderr]     Checking parking_lot v0.12.1
[INFO] [stderr]     Checking webpki-roots v0.26.1
[INFO] [stderr]    Compiling bigdecimal v0.4.2
[INFO] [stderr]     Checking rand v0.8.5
[INFO] [stderr]     Checking sync_wrapper v1.0.2
[INFO] [stderr]    Compiling rustversion v1.0.14
[INFO] [stderr]     Checking regex-syntax v0.8.5
[INFO] [stderr]    Compiling cc v1.0.83
[INFO] [stderr]     Checking linux-raw-sys v0.4.12
[INFO] [stderr]     Checking either v1.9.0
[INFO] [stderr]     Checking generic-array v0.14.7
[INFO] [stderr]    Compiling async-trait v0.1.74
[INFO] [stderr]    Compiling pq-sys v0.4.8
[INFO] [stderr]     Checking scheduled-thread-pool v0.2.7
[INFO] [stderr]     Checking iana-time-zone v0.1.58
[INFO] [stderr]     Checking lru v0.13.0
[INFO] [stderr]     Checking r2d2 v0.8.10
[INFO] [stderr]    Compiling anyhow v1.0.75
[INFO] [stderr]     Checking termcolor v1.4.0
[INFO] [stderr]     Checking negentropy v0.3.1
[INFO] [stderr]     Checking negentropy v0.5.0
[INFO] [stderr]     Checking atomic-destructor v0.3.0
[INFO] [stderr]     Checking block-buffer v0.10.4
[INFO] [stderr]     Checking crypto-common v0.1.6
[INFO] [stderr]     Checking hex v0.4.3
[INFO] [stderr]     Checking dotenv v0.15.0
[INFO] [stderr]     Checking digest v0.10.7
[INFO] [stderr]     Checking is-terminal v0.4.9
[INFO] [stderr]     Checking sha1 v0.10.6
[INFO] [stderr]     Checking hmac v0.12.1
[INFO] [stderr]     Checking sha2 v0.10.8
[INFO] [stderr]    Compiling secp256k1-sys v0.10.0
[INFO] [stderr]    Compiling ring v0.17.7
[INFO] [stderr]    Compiling secp256k1-zkp-sys v0.10.0
[INFO] [stderr]     Checking regex-automata v0.4.9
[INFO] [stderr]    Compiling diesel_table_macro_syntax v0.1.0
[INFO] [stderr]    Compiling serde_derive v1.0.193
[INFO] [stderr]    Compiling futures-macro v0.3.29
[INFO] [stderr]    Compiling tokio-macros v2.5.0
[INFO] [stderr]    Compiling tracing-attributes v0.1.27
[INFO] [stderr]    Compiling thiserror-impl v2.0.11
[INFO] [stderr]    Compiling thiserror-impl v1.0.50
[INFO] [stderr]    Compiling diesel_derives v2.1.2
[INFO] [stderr]     Checking tokio v1.43.0
[INFO] [stderr]     Checking tracing v0.1.40
[INFO] [stderr]     Checking regex v1.11.1
[INFO] [stderr]     Checking rustls-webpki v0.102.8
[INFO] [stderr]     Checking env_logger v0.10.1
[INFO] [stderr]     Checking pretty_env_logger v0.5.0
[INFO] [stderr]     Checking http-body-util v0.1.2
[INFO] [stderr]     Checking futures-executor v0.3.29
[INFO] [stderr]     Checking futures v0.3.29
[INFO] [stderr]     Checking tungstenite v0.26.1
[INFO] [stderr]     Checking axum-core v0.4.5
[INFO] [stderr]     Checking bitcoin_hashes v0.14.0
[INFO] [stderr]     Checking url v2.5.0
[INFO] [stderr]     Checking toml_datetime v0.6.5
[INFO] [stderr]     Checking serde_spanned v0.6.4
[INFO] [stderr]     Checking chrono v0.4.31
[INFO] [stderr]     Checking serde_urlencoded v0.7.1
[INFO] [stderr]     Checking serde_path_to_error v0.1.14
[INFO] [stderr]     Checking bitcoin-units v0.1.2
[INFO] [stderr]     Checking tokio-rustls v0.26.1
[INFO] [stderr]     Checking tokio-socks v0.5.1
[INFO] [stderr]     Checking async-utility v0.3.1
[INFO] [stderr]     Checking hyper v1.5.2
[INFO] [stderr]     Checking tower v0.5.2
[INFO] [stderr]     Checking toml_edit v0.19.15
[INFO] [stderr]     Checking tokio-tungstenite v0.26.1
[INFO] [stderr]     Checking async-wsocket v0.13.0
[INFO] [stderr]     Checking tower-http v0.6.2
[INFO] [stderr]     Checking hyper-util v0.1.10
[INFO] [stderr]     Checking secp256k1 v0.29.1
[INFO] [stderr]     Checking base58ck v0.1.0
[INFO] [stderr]     Checking diesel v2.1.4
[INFO] [stderr]     Checking axum v0.7.9
[INFO] [stderr]     Checking nostr v0.40.0
[INFO] [stderr]     Checking secp256k1-zkp v0.11.0
[INFO] [stderr]     Checking toml v0.7.8
[INFO] [stderr]     Checking migrations_internals v2.1.0
[INFO] [stderr]    Compiling migrations_macros v2.1.0
[INFO] [stderr]     Checking nostr-database v0.40.0
[INFO] [stderr]     Checking nostr-relay-pool v0.40.1
[INFO] [stderr]     Checking nostr-sdk v0.40.0
[INFO] [stderr]     Checking lightning-types v0.1.0
[INFO] [stderr]     Checking miniscript v12.2.0
[INFO] [stderr]     Checking lightning-invoice v0.32.0
[INFO] [stderr]     Checking lightning v0.0.125
[INFO] [stderr]     Checking dlc v0.7.1
[INFO] [stderr]     Checking diesel_migrations v2.1.0
[INFO] [stderr]     Checking dlc-messages v0.7.1
[INFO] [stderr]     Checking kormir v0.4.4
[INFO] [stderr]     Checking kormir-server v0.3.5 (/opt/rustwide/workdir)
[INFO] [stdout] error: this type will no longer be must used: ControlFlow<Result<Infallible, Infallible>, Vec<u8>>
[INFO] [stdout]   --> src/models/event.rs:11:5
[INFO] [stdout]    |
[INFO] [stdout] 11 |     Queryable,
[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<Vec<u8>, Infallible>
[INFO] [stdout]   --> src/models/event.rs:11:5
[INFO] [stdout]    |
[INFO] [stdout] 11 |     Queryable,
[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>, Vec<u8>>
[INFO] [stdout]   --> src/models/event.rs:11:5
[INFO] [stdout]    |
[INFO] [stdout] 11 |     Queryable,
[INFO] [stdout]    |     ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: ControlFlow<Result<Infallible, Infallible>, Vec<u8>>
[INFO] [stdout]   --> src/models/event.rs:11:5
[INFO] [stdout]    |
[INFO] [stdout] 11 |     Queryable,
[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<Vec<u8>, Infallible>
[INFO] [stdout]   --> src/models/event.rs:11:5
[INFO] [stdout]    |
[INFO] [stdout] 11 |     Queryable,
[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>, Vec<u8>>
[INFO] [stdout]   --> src/models/event.rs:11:5
[INFO] [stdout]    |
[INFO] [stdout] 11 |     Queryable,
[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/event.rs:11:5
[INFO] [stdout]    |
[INFO] [stdout] 11 |     Queryable,
[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/event.rs:11:5
[INFO] [stdout]    |
[INFO] [stdout] 11 |     Queryable,
[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>, bool>
[INFO] [stdout]   --> src/models/event.rs:11:5
[INFO] [stdout]    |
[INFO] [stdout] 11 |     Queryable,
[INFO] [stdout]    |     ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<bool, Infallible>
[INFO] [stdout]   --> src/models/event.rs:11:5
[INFO] [stdout]    |
[INFO] [stdout] 11 |     Queryable,
[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<Vec<u8>>>
[INFO] [stdout]   --> src/models/event.rs:11:5
[INFO] [stdout]    |
[INFO] [stdout] 11 |     Queryable,
[INFO] [stdout]    |     ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<std::option::Option<Vec<u8>>, Infallible>
[INFO] [stdout]   --> src/models/event.rs:11:5
[INFO] [stdout]    |
[INFO] [stdout] 11 |     Queryable,
[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<Vec<u8>>>
[INFO] [stdout]   --> src/models/event.rs:11:5
[INFO] [stdout]    |
[INFO] [stdout] 11 |     Queryable,
[INFO] [stdout]    |     ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: ControlFlow<Result<Infallible, Infallible>, NaiveDateTime>
[INFO] [stdout]   --> src/models/event.rs:11:5
[INFO] [stdout]    |
[INFO] [stdout] 11 |     Queryable,
[INFO] [stdout]    |     ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<NaiveDateTime, Infallible>
[INFO] [stdout]   --> src/models/event.rs:11:5
[INFO] [stdout]    |
[INFO] [stdout] 11 |     Queryable,
[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/event.rs:11:5
[INFO] [stdout]    |
[INFO] [stdout] 11 |     Queryable,
[INFO] [stdout]    |     ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: ControlFlow<Result<Infallible, Infallible>, NaiveDateTime>
[INFO] [stdout]   --> src/models/event.rs:11:5
[INFO] [stdout]    |
[INFO] [stdout] 11 |     Queryable,
[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/event.rs:11:5
[INFO] [stdout]    |
[INFO] [stdout] 11 |     Queryable,
[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/event.rs:11:5
[INFO] [stdout]    |
[INFO] [stdout] 11 |     Queryable,
[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>, bool>
[INFO] [stdout]   --> src/models/event.rs:11:5
[INFO] [stdout]    |
[INFO] [stdout] 11 |     Queryable,
[INFO] [stdout]    |     ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<bool, Infallible>
[INFO] [stdout]   --> src/models/event.rs:11:5
[INFO] [stdout]    |
[INFO] [stdout] 11 |     Queryable,
[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<Vec<u8>>>
[INFO] [stdout]   --> src/models/event.rs:11:5
[INFO] [stdout]    |
[INFO] [stdout] 11 |     Queryable,
[INFO] [stdout]    |     ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<std::option::Option<Vec<u8>>, Infallible>
[INFO] [stdout]   --> src/models/event.rs:11:5
[INFO] [stdout]    |
[INFO] [stdout] 11 |     Queryable,
[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<Vec<u8>>>
[INFO] [stdout]   --> src/models/event.rs:11:5
[INFO] [stdout]    |
[INFO] [stdout] 11 |     Queryable,
[INFO] [stdout]    |     ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: ControlFlow<Result<Infallible, Infallible>, NaiveDateTime>
[INFO] [stdout]   --> src/models/event.rs:11:5
[INFO] [stdout]    |
[INFO] [stdout] 11 |     Queryable,
[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/event_nonce.rs:9:5
[INFO] [stdout]   |
[INFO] [stdout] 9 |     Queryable,
[INFO] [stdout]   |     ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<NaiveDateTime, Infallible>
[INFO] [stdout]   --> src/models/event.rs:11:5
[INFO] [stdout]    |
[INFO] [stdout] 11 |     Queryable,
[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>, NaiveDateTime>
[INFO] [stdout]   --> src/models/event.rs:11:5
[INFO] [stdout]    |
[INFO] [stdout] 11 |     Queryable,
[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/event.rs:11:5
[INFO] [stdout]    |
[INFO] [stdout] 11 |     Queryable,
[INFO] [stdout]    |     ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<i32, Infallible>
[INFO] [stdout]  --> src/models/event_nonce.rs:9:5
[INFO] [stdout]   |
[INFO] [stdout] 9 |     Queryable,
[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/event_nonce.rs:9:5
[INFO] [stdout]   |
[INFO] [stdout] 9 |     Queryable,
[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/event_nonce.rs:9:5
[INFO] [stdout]   |
[INFO] [stdout] 9 |     Queryable,
[INFO] [stdout]   |     ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: ControlFlow<Result<Infallible, Infallible>, Vec<u8>>
[INFO] [stdout]  --> src/models/event_nonce.rs:9:5
[INFO] [stdout]   |
[INFO] [stdout] 9 |     Queryable,
[INFO] [stdout]   |     ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<Vec<u8>, Infallible>
[INFO] [stdout]  --> src/models/event_nonce.rs:9:5
[INFO] [stdout]   |
[INFO] [stdout] 9 |     Queryable,
[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<Vec<u8>>>
[INFO] [stdout]  --> src/models/event_nonce.rs:9:5
[INFO] [stdout]   |
[INFO] [stdout] 9 |     Queryable,
[INFO] [stdout]   |     ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<std::option::Option<Vec<u8>>, Infallible>
[INFO] [stdout]  --> src/models/event_nonce.rs:9:5
[INFO] [stdout]   |
[INFO] [stdout] 9 |     Queryable,
[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/event_nonce.rs:9:5
[INFO] [stdout]   |
[INFO] [stdout] 9 |     Queryable,
[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/event_nonce.rs:9:5
[INFO] [stdout]   |
[INFO] [stdout] 9 |     Queryable,
[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>, NaiveDateTime>
[INFO] [stdout]  --> src/models/event_nonce.rs:9:5
[INFO] [stdout]   |
[INFO] [stdout] 9 |     Queryable,
[INFO] [stdout]   |     ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<NaiveDateTime, Infallible>
[INFO] [stdout]  --> src/models/event_nonce.rs:9:5
[INFO] [stdout]   |
[INFO] [stdout] 9 |     Queryable,
[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>, NaiveDateTime>
[INFO] [stdout]  --> src/models/event_nonce.rs:9:5
[INFO] [stdout]   |
[INFO] [stdout] 9 |     Queryable,
[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/event_nonce.rs:9:5
[INFO] [stdout]   |
[INFO] [stdout] 9 |     Queryable,
[INFO] [stdout]   |     ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<i32, Infallible>
[INFO] [stdout]  --> src/models/event_nonce.rs:9:5
[INFO] [stdout]   |
[INFO] [stdout] 9 |     Queryable,
[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/event_nonce.rs:9:5
[INFO] [stdout]   |
[INFO] [stdout] 9 |     Queryable,
[INFO] [stdout]   |     ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: ControlFlow<Result<Infallible, Infallible>, Vec<u8>>
[INFO] [stdout]  --> src/models/event_nonce.rs:9:5
[INFO] [stdout]   |
[INFO] [stdout] 9 |     Queryable,
[INFO] [stdout]   |     ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<Vec<u8>, Infallible>
[INFO] [stdout]  --> src/models/event_nonce.rs:9:5
[INFO] [stdout]   |
[INFO] [stdout] 9 |     Queryable,
[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<Vec<u8>>>
[INFO] [stdout]  --> src/models/event_nonce.rs:9:5
[INFO] [stdout]   |
[INFO] [stdout] 9 |     Queryable,
[INFO] [stdout]   |     ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<std::option::Option<Vec<u8>>, Infallible>
[INFO] [stdout]  --> src/models/event_nonce.rs:9:5
[INFO] [stdout]   |
[INFO] [stdout] 9 |     Queryable,
[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/event_nonce.rs:9:5
[INFO] [stdout]   |
[INFO] [stdout] 9 |     Queryable,
[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/event_nonce.rs:9:5
[INFO] [stdout]   |
[INFO] [stdout] 9 |     Queryable,
[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>, NaiveDateTime>
[INFO] [stdout]  --> src/models/event_nonce.rs:9:5
[INFO] [stdout]   |
[INFO] [stdout] 9 |     Queryable,
[INFO] [stdout]   |     ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<NaiveDateTime, Infallible>
[INFO] [stdout]  --> src/models/event_nonce.rs:9:5
[INFO] [stdout]   |
[INFO] [stdout] 9 |     Queryable,
[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>, NaiveDateTime>
[INFO] [stdout]  --> src/models/event_nonce.rs:9:5
[INFO] [stdout]   |
[INFO] [stdout] 9 |     Queryable,
[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/event_nonce.rs:9:5
[INFO] [stdout]   |
[INFO] [stdout] 9 |     Queryable,
[INFO] [stdout]   |     ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: ControlFlow<Result<Infallible, Infallible>, Vec<u8>>
[INFO] [stdout]  --> src/models/oracle_metadata.rs:8:5
[INFO] [stdout]   |
[INFO] [stdout] 8 |     Queryable,
[INFO] [stdout]   |     ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<Vec<u8>, Infallible>
[INFO] [stdout]  --> src/models/oracle_metadata.rs:8:5
[INFO] [stdout]   |
[INFO] [stdout] 8 |     Queryable,
[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/oracle_metadata.rs:8:5
[INFO] [stdout]   |
[INFO] [stdout] 8 |     Queryable,
[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/oracle_metadata.rs:8:5
[INFO] [stdout]   |
[INFO] [stdout] 8 |     Queryable,
[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>, NaiveDateTime>
[INFO] [stdout]  --> src/models/oracle_metadata.rs:8:5
[INFO] [stdout]   |
[INFO] [stdout] 8 |     Queryable,
[INFO] [stdout]   |     ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<NaiveDateTime, Infallible>
[INFO] [stdout]  --> src/models/oracle_metadata.rs:8:5
[INFO] [stdout]   |
[INFO] [stdout] 8 |     Queryable,
[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>, NaiveDateTime>
[INFO] [stdout]  --> src/models/oracle_metadata.rs:8:5
[INFO] [stdout]   |
[INFO] [stdout] 8 |     Queryable,
[INFO] [stdout]   |     ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: ControlFlow<Result<Infallible, Infallible>, bool>
[INFO] [stdout]  --> src/models/oracle_metadata.rs:8:5
[INFO] [stdout]   |
[INFO] [stdout] 8 |     Queryable,
[INFO] [stdout]   |     ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<bool, Infallible>
[INFO] [stdout]  --> src/models/oracle_metadata.rs:8:5
[INFO] [stdout]   |
[INFO] [stdout] 8 |     Queryable,
[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>, Vec<u8>>
[INFO] [stdout]  --> src/models/oracle_metadata.rs:8:5
[INFO] [stdout]   |
[INFO] [stdout] 8 |     Queryable,
[INFO] [stdout]   |     ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<Vec<u8>, Infallible>
[INFO] [stdout]  --> src/models/oracle_metadata.rs:8:5
[INFO] [stdout]   |
[INFO] [stdout] 8 |     Queryable,
[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/oracle_metadata.rs:8:5
[INFO] [stdout]   |
[INFO] [stdout] 8 |     Queryable,
[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/oracle_metadata.rs:8:5
[INFO] [stdout]   |
[INFO] [stdout] 8 |     Queryable,
[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>, NaiveDateTime>
[INFO] [stdout]  --> src/models/oracle_metadata.rs:8:5
[INFO] [stdout]   |
[INFO] [stdout] 8 |     Queryable,
[INFO] [stdout]   |     ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<NaiveDateTime, Infallible>
[INFO] [stdout]  --> src/models/oracle_metadata.rs:8:5
[INFO] [stdout]   |
[INFO] [stdout] 8 |     Queryable,
[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>, NaiveDateTime>
[INFO] [stdout]  --> src/models/oracle_metadata.rs:8:5
[INFO] [stdout]   |
[INFO] [stdout] 8 |     Queryable,
[INFO] [stdout]   |     ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: ControlFlow<Result<Infallible, Infallible>, bool>
[INFO] [stdout]  --> src/models/oracle_metadata.rs:8:5
[INFO] [stdout]   |
[INFO] [stdout] 8 |     Queryable,
[INFO] [stdout]   |     ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<bool, Infallible>
[INFO] [stdout]  --> src/models/oracle_metadata.rs:8:5
[INFO] [stdout]   |
[INFO] [stdout] 8 |     Queryable,
[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 `kormir-server` (bin "kormir-server") due to 36 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: could not compile `kormir-server` (bin "kormir-server" test) due to 36 previous errors
[INFO] running `Command { std: "docker" "inspect" "ac672038fcc4e28dc0b473b3a5c770a8b47d0dd12cc7cf03c6a04af65022b5fa", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ac672038fcc4e28dc0b473b3a5c770a8b47d0dd12cc7cf03c6a04af65022b5fa", kill_on_drop: false }`
[INFO] [stdout] ac672038fcc4e28dc0b473b3a5c770a8b47d0dd12cc7cf03c6a04af65022b5fa
