[INFO] cloning repository https://github.com/rookie1024/Omelette
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/rookie1024/Omelette" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Frookie1024%2FOmelette", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Frookie1024%2FOmelette'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 3d304cb49641df37669fce8cc5ff920afc281492
[INFO] checking rookie1024/Omelette against e977a0b5ab976a591981e7263bd67a71a4f79308 for pr-158914
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Frookie1024%2FOmelette" "/workspace/builds/worker-3-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc2/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-3-tc2/source/rust-toolchain.toml
[INFO] started tweaking git repo https://github.com/rookie1024/Omelette
[INFO] finished tweaking git repo https://github.com/rookie1024/Omelette
[INFO] tweaked toml for git repo https://github.com/rookie1024/Omelette written to /workspace/builds/worker-3-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/rookie1024/Omelette on toolchain e977a0b5ab976a591981e7263bd67a71a4f79308
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+e977a0b5ab976a591981e7263bd67a71a4f79308" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/rookie1024/Omelette 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" "+e977a0b5ab976a591981e7263bd67a71a4f79308" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: Cargo.toml: `package.edition` is unspecified, defaulting to `2015` while the latest is `2024`
[INFO] [stderr] warning: `omelette` (manifest) generated 1 warning
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded ncurses v5.94.0
[INFO] [stderr]   Downloaded diesel v1.3.3
[INFO] [stderr]   Downloaded cc v1.0.22
[INFO] [stderr]   Downloaded libsqlite3-sys v0.9.3
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,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" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:1fa6594d87c8fa7b311925a7a77a16f539833322d9dfba4ce891f211db2f90b1" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] ddc9e909cfc47583b9e30295319a9878a241d046b876d1004efc058c84d4e352
[INFO] running `Command { std: "docker" "start" "ddc9e909cfc47583b9e30295319a9878a241d046b876d1004efc058c84d4e352", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "ddc9e909cfc47583b9e30295319a9878a241d046b876d1004efc058c84d4e352", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "ddc9e909cfc47583b9e30295319a9878a241d046b876d1004efc058c84d4e352" "/opt/rustwide/cargo-home/bin/cargo" "+e977a0b5ab976a591981e7263bd67a71a4f79308" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "ddc9e909cfc47583b9e30295319a9878a241d046b876d1004efc058c84d4e352", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-w" "/opt/rustwide/workdir" "--user" "0:0" "ddc9e909cfc47583b9e30295319a9878a241d046b876d1004efc058c84d4e352" "/opt/rustwide/cargo-home/bin/cargo" "+e977a0b5ab976a591981e7263bd67a71a4f79308" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr] warning: Cargo.toml: `package.edition` is unspecified, defaulting to `2015` while the latest is `2024`
[INFO] [stderr] warning: `omelette` (manifest) generated 1 warning
[INFO] [stderr]    Compiling version_check v0.1.4
[INFO] [stderr]    Compiling proc-macro2 v0.3.8
[INFO] [stderr]    Compiling libsqlite3-sys v0.9.3
[INFO] [stderr]    Compiling cc v1.0.22
[INFO] [stderr]     Checking ucd-util v0.1.1
[INFO] [stderr]    Compiling regex v1.0.5
[INFO] [stderr]     Checking byteorder v1.2.6
[INFO] [stderr]     Checking utf8-ranges v1.0.1
[INFO] [stderr]     Checking memchr v2.0.2
[INFO] [stderr]     Checking regex-syntax v0.6.2
[INFO] [stderr]     Checking aho-corasick v0.6.8
[INFO] [stderr]    Compiling lazy_static v1.1.0
[INFO] [stderr]    Compiling quote v0.5.2
[INFO] [stderr]     Checking thread_local v0.3.6
[INFO] [stderr]    Compiling syn v0.13.11
[INFO] [stderr]    Compiling ncurses v5.94.0
[INFO] [stderr]    Compiling diesel_derives v1.3.0
[INFO] [stderr]     Checking diesel v1.3.3
[INFO] [stderr]     Checking omelette v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0583]: file not found for module `schema`
[INFO] [stdout]   --> src/main.rs:13:1
[INFO] [stdout]    |
[INFO] [stdout] 13 | mod schema;
[INFO] [stdout]    | ^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: to create the module `schema`, create file "src/schema.rs" or "src/schema/mod.rs"
[INFO] [stdout]    = note: if there is a `mod schema` elsewhere in the crate already, import it with `use crate::...` instead
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0583]: file not found for module `schema`
[INFO] [stdout]   --> src/main.rs:13:1
[INFO] [stdout]    |
[INFO] [stdout] 13 | mod schema;
[INFO] [stdout]    | ^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: to create the module `schema`, create file "src/schema.rs" or "src/schema/mod.rs"
[INFO] [stdout]    = note: if there is a `mod schema` elsewhere in the crate already, import it with `use crate::...` instead
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `form_ids` in `schema`
[INFO] [stdout]   --> src/word_list.rs:17:19
[INFO] [stdout]    |
[INFO] [stdout] 17 |       use schema::form_ids::dsl::*;
[INFO] [stdout]    |                   ^^^^^^^^ could not find `form_ids` in `schema`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `forms` in `schema`
[INFO] [stdout]   --> src/word_list.rs:34:19
[INFO] [stdout]    |
[INFO] [stdout] 34 |       use schema::forms::dsl::*;
[INFO] [stdout]    |                   ^^^^^ could not find `forms` in `schema`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `set_keys` in `schema`
[INFO] [stdout]   --> src/word_list.rs:53:19
[INFO] [stdout]    |
[INFO] [stdout] 53 |       use schema::set_keys::dsl::*;
[INFO] [stdout]    |                   ^^^^^^^^ could not find `set_keys` in `schema`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `set_ids` in `schema`
[INFO] [stdout]   --> src/word_list.rs:66:19
[INFO] [stdout]    |
[INFO] [stdout] 66 |       use schema::set_ids::dsl::*;
[INFO] [stdout]    |                   ^^^^^^^ could not find `set_ids` in `schema`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `sets` in `schema`
[INFO] [stdout]   --> src/word_list.rs:83:19
[INFO] [stdout]    |
[INFO] [stdout] 83 |       use schema::sets::dsl::*;
[INFO] [stdout]    |                   ^^^^ could not find `sets` in `schema`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `form_ids` in `schema`
[INFO] [stdout]   --> src/word_list.rs:17:19
[INFO] [stdout]    |
[INFO] [stdout] 17 |       use schema::form_ids::dsl::*;
[INFO] [stdout]    |                   ^^^^^^^^ could not find `form_ids` in `schema`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `forms` in `schema`
[INFO] [stdout]   --> src/word_list.rs:34:19
[INFO] [stdout]    |
[INFO] [stdout] 34 |       use schema::forms::dsl::*;
[INFO] [stdout]    |                   ^^^^^ could not find `forms` in `schema`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `set_keys` in `schema`
[INFO] [stdout]   --> src/word_list.rs:53:19
[INFO] [stdout]    |
[INFO] [stdout] 53 |       use schema::set_keys::dsl::*;
[INFO] [stdout]    |                   ^^^^^^^^ could not find `set_keys` in `schema`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `set_ids` in `schema`
[INFO] [stdout]   --> src/word_list.rs:66:19
[INFO] [stdout]    |
[INFO] [stdout] 66 |       use schema::set_ids::dsl::*;
[INFO] [stdout]    |                   ^^^^^^^ could not find `set_ids` in `schema`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `sets` in `schema`
[INFO] [stdout]   --> src/word_list.rs:83:19
[INFO] [stdout]    |
[INFO] [stdout] 83 |       use schema::sets::dsl::*;
[INFO] [stdout]    |                   ^^^^ could not find `sets` in `schema`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `form_ids` in this scope
[INFO] [stdout]   --> src/word_list.rs:19:7
[INFO] [stdout]    |
[INFO] [stdout] 19 |       form_ids
[INFO] [stdout]    |       ^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `norm` in this scope
[INFO] [stdout]   --> src/word_list.rs:20:17
[INFO] [stdout]    |
[INFO] [stdout] 20 |         .filter(norm.eq(key))
[INFO] [stdout]    |                 ^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `forms` in this scope
[INFO] [stdout]   --> src/word_list.rs:36:7
[INFO] [stdout]    |
[INFO] [stdout] 36 |       forms
[INFO] [stdout]    |       ^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `id` in this scope
[INFO] [stdout]   --> src/word_list.rs:37:17
[INFO] [stdout]    |
[INFO] [stdout] 37 |         .filter(id.eq(id_key.id))
[INFO] [stdout]    |                 ^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this function
[INFO] [stdout]    |
[INFO] [stdout]  1 + use std::process::id;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `set_keys` in this scope
[INFO] [stdout]   --> src/word_list.rs:55:7
[INFO] [stdout]    |
[INFO] [stdout] 55 |       set_keys
[INFO] [stdout]    |       ^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `len` in this scope
[INFO] [stdout]   --> src/word_list.rs:56:17
[INFO] [stdout]    |
[INFO] [stdout] 56 |         .filter(len.eq(*len_key as i32))
[INFO] [stdout]    |                 ^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `set_ids` in this scope
[INFO] [stdout]   --> src/word_list.rs:68:7
[INFO] [stdout]    |
[INFO] [stdout] 68 |       set_ids
[INFO] [stdout]    |       ^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `key` in this scope
[INFO] [stdout]   --> src/word_list.rs:69:17
[INFO] [stdout]    |
[INFO] [stdout] 69 |         .filter(key.eq(key_str))
[INFO] [stdout]    |                 ^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `sets` in this scope
[INFO] [stdout]   --> src/word_list.rs:85:7
[INFO] [stdout]    |
[INFO] [stdout] 85 |       sets
[INFO] [stdout]    |       ^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `id` in this scope
[INFO] [stdout]   --> src/word_list.rs:86:17
[INFO] [stdout]    |
[INFO] [stdout] 86 |         .filter(id.eq(id_key.id))
[INFO] [stdout]    |                 ^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this function
[INFO] [stdout]    |
[INFO] [stdout]  1 + use std::process::id;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `form_ids` in this scope
[INFO] [stdout]   --> src/word_list.rs:19:7
[INFO] [stdout]    |
[INFO] [stdout] 19 |       form_ids
[INFO] [stdout]    |       ^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `norm` in this scope
[INFO] [stdout]   --> src/word_list.rs:20:17
[INFO] [stdout]    |
[INFO] [stdout] 20 |         .filter(norm.eq(key))
[INFO] [stdout]    |                 ^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused `#[macro_use]` import
[INFO] [stdout]  --> src/main.rs:7:1
[INFO] [stdout]   |
[INFO] [stdout] 7 | #[macro_use]
[INFO] [stdout]   | ^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `forms` in this scope
[INFO] [stdout]   --> src/word_list.rs:36:7
[INFO] [stdout]    |
[INFO] [stdout] 36 |       forms
[INFO] [stdout]    |       ^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `id` in this scope
[INFO] [stdout]   --> src/word_list.rs:37:17
[INFO] [stdout]    |
[INFO] [stdout] 37 |         .filter(id.eq(id_key.id))
[INFO] [stdout]    |                 ^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this function
[INFO] [stdout]    |
[INFO] [stdout]  1 + use std::process::id;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `schema::*`
[INFO] [stdout]  --> src/models.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use schema::*;
[INFO] [stdout]   |     ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find type `FormId` in this scope
[INFO] [stdout]  --> src/models.rs:3:10
[INFO] [stdout]   |
[INFO] [stdout] 3 | #[derive(Insertable)]
[INFO] [stdout]   |          ^^^^^^^^^^ names from parent modules are not accessible without an explicit import
[INFO] [stdout]   |
[INFO] [stdout]   = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]   = note: for more information, see issue #83583 <https://github.com/rust-lang/rust/issues/83583>
[INFO] [stdout]   = note: `#[deny(proc_macro_derive_resolution_fallback)]` (part of `#[deny(future_incompatible)]`) on by default
[INFO] [stdout]   = note: this error originates in the derive macro `Insertable` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find type `FormIdQ` in this scope
[INFO] [stdout]   --> src/models.rs:10:10
[INFO] [stdout]    |
[INFO] [stdout] 10 | #[derive(Queryable)]
[INFO] [stdout]    |          ^^^^^^^^^ names from parent modules are not accessible without an explicit import
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #83583 <https://github.com/rust-lang/rust/issues/83583>
[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: cannot find type `Form` in this scope
[INFO] [stdout]   --> src/models.rs:16:10
[INFO] [stdout]    |
[INFO] [stdout] 16 | #[derive(Insertable)]
[INFO] [stdout]    |          ^^^^^^^^^^ names from parent modules are not accessible without an explicit import
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #83583 <https://github.com/rust-lang/rust/issues/83583>
[INFO] [stdout]    = note: this error originates in the derive macro `Insertable` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find type `FormQ` in this scope
[INFO] [stdout]   --> src/models.rs:25:10
[INFO] [stdout]    |
[INFO] [stdout] 25 | #[derive(Queryable)]
[INFO] [stdout]    |          ^^^^^^^^^ names from parent modules are not accessible without an explicit import
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #83583 <https://github.com/rust-lang/rust/issues/83583>
[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: cannot find type `SetId` in this scope
[INFO] [stdout]   --> src/models.rs:33:10
[INFO] [stdout]    |
[INFO] [stdout] 33 | #[derive(Insertable)]
[INFO] [stdout]    |          ^^^^^^^^^^ names from parent modules are not accessible without an explicit import
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #83583 <https://github.com/rust-lang/rust/issues/83583>
[INFO] [stdout]    = note: this error originates in the derive macro `Insertable` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find type `SetIdQ` in this scope
[INFO] [stdout]   --> src/models.rs:40:10
[INFO] [stdout]    |
[INFO] [stdout] 40 | #[derive(Queryable)]
[INFO] [stdout]    |          ^^^^^^^^^ names from parent modules are not accessible without an explicit import
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #83583 <https://github.com/rust-lang/rust/issues/83583>
[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: cannot find type `Set` in this scope
[INFO] [stdout]   --> src/models.rs:46:10
[INFO] [stdout]    |
[INFO] [stdout] 46 | #[derive(Insertable)]
[INFO] [stdout]    |          ^^^^^^^^^^ names from parent modules are not accessible without an explicit import
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #83583 <https://github.com/rust-lang/rust/issues/83583>
[INFO] [stdout]    = note: this error originates in the derive macro `Insertable` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find type `SetQ` in this scope
[INFO] [stdout]   --> src/models.rs:54:10
[INFO] [stdout]    |
[INFO] [stdout] 54 | #[derive(Queryable)]
[INFO] [stdout]    |          ^^^^^^^^^ names from parent modules are not accessible without an explicit import
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #83583 <https://github.com/rust-lang/rust/issues/83583>
[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: cannot find type `SetKey` in this scope
[INFO] [stdout]   --> src/models.rs:61:10
[INFO] [stdout]    |
[INFO] [stdout] 61 | #[derive(Insertable)]
[INFO] [stdout]    |          ^^^^^^^^^^ names from parent modules are not accessible without an explicit import
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #83583 <https://github.com/rust-lang/rust/issues/83583>
[INFO] [stdout]    = note: this error originates in the derive macro `Insertable` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find type `SetKeyQ` in this scope
[INFO] [stdout]   --> src/models.rs:69:10
[INFO] [stdout]    |
[INFO] [stdout] 69 | #[derive(Queryable)]
[INFO] [stdout]    |          ^^^^^^^^^ names from parent modules are not accessible without an explicit import
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #83583 <https://github.com/rust-lang/rust/issues/83583>
[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] warning: anonymous parameters are deprecated and will be removed in the next edition
[INFO] [stdout]   --> src/tui/element.rs:19:25
[INFO] [stdout]    |
[INFO] [stdout] 19 |   fn measure(&mut self, MeasureSize);
[INFO] [stdout]    |                         ^^^^^^^^^^^ help: try naming the parameter or explicitly ignoring it: `_: MeasureSize`
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2018/trait-fn-parameters.html>
[INFO] [stdout]    = note: `#[warn(anonymous_parameters)]` (part of `#[warn(rust_2018_compatibility)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition
[INFO] [stdout]   --> src/tui/element.rs:21:25
[INFO] [stdout]    |
[INFO] [stdout] 21 |   fn arrange(&mut self, Rect);
[INFO] [stdout]    |                         ^^^^ help: try naming the parameter or explicitly ignoring it: `_: Rect`
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2018/trait-fn-parameters.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition
[INFO] [stdout]  --> src/tui/internal.rs:8:30
[INFO] [stdout]   |
[INFO] [stdout] 8 |   fn measure_impl(&mut self, MeasureSize) -> MeasureSize;
[INFO] [stdout]   |                              ^^^^^^^^^^^ help: try naming the parameter or explicitly ignoring it: `_: MeasureSize`
[INFO] [stdout]   |
[INFO] [stdout]   = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018!
[INFO] [stdout]   = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2018/trait-fn-parameters.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition
[INFO] [stdout]   --> src/tui/internal.rs:10:30
[INFO] [stdout]    |
[INFO] [stdout] 10 |   fn arrange_impl(&mut self, Rect);
[INFO] [stdout]    |                              ^^^^ help: try naming the parameter or explicitly ignoring it: `_: Rect`
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2018/trait-fn-parameters.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `WrapAlign::*`
[INFO] [stdout]   --> src/tui/wrap_box.rs:56:9
[INFO] [stdout]    |
[INFO] [stdout] 56 |     use WrapAlign::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `WrapAlign::*`
[INFO] [stdout]    --> src/tui/wrap_box.rs:186:9
[INFO] [stdout]     |
[INFO] [stdout] 186 |     use WrapAlign::*;
[INFO] [stdout]     |         ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `set_keys` in this scope
[INFO] [stdout]   --> src/word_list.rs:55:7
[INFO] [stdout]    |
[INFO] [stdout] 55 |       set_keys
[INFO] [stdout]    |       ^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `len` in this scope
[INFO] [stdout]   --> src/word_list.rs:56:17
[INFO] [stdout]    |
[INFO] [stdout] 56 |         .filter(len.eq(*len_key as i32))
[INFO] [stdout]    |                 ^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `set_ids` in this scope
[INFO] [stdout]   --> src/word_list.rs:68:7
[INFO] [stdout]    |
[INFO] [stdout] 68 |       set_ids
[INFO] [stdout]    |       ^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `key` in this scope
[INFO] [stdout]   --> src/word_list.rs:69:17
[INFO] [stdout]    |
[INFO] [stdout] 69 |         .filter(key.eq(key_str))
[INFO] [stdout]    |                 ^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `sets` in this scope
[INFO] [stdout]   --> src/word_list.rs:85:7
[INFO] [stdout]    |
[INFO] [stdout] 85 |       sets
[INFO] [stdout]    |       ^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `id` in this scope
[INFO] [stdout]   --> src/word_list.rs:86:17
[INFO] [stdout]    |
[INFO] [stdout] 86 |         .filter(id.eq(id_key.id))
[INFO] [stdout]    |                 ^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this function
[INFO] [stdout]    |
[INFO] [stdout]  1 + use std::process::id;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused `#[macro_use]` import
[INFO] [stdout]  --> src/main.rs:7:1
[INFO] [stdout]   |
[INFO] [stdout] 7 | #[macro_use]
[INFO] [stdout]   | ^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `schema::*`
[INFO] [stdout]  --> src/models.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use schema::*;
[INFO] [stdout]   |     ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find type `FormId` in this scope
[INFO] [stdout]  --> src/models.rs:3:10
[INFO] [stdout]   |
[INFO] [stdout] 3 | #[derive(Insertable)]
[INFO] [stdout]   |          ^^^^^^^^^^ names from parent modules are not accessible without an explicit import
[INFO] [stdout]   |
[INFO] [stdout]   = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]   = note: for more information, see issue #83583 <https://github.com/rust-lang/rust/issues/83583>
[INFO] [stdout]   = note: `#[deny(proc_macro_derive_resolution_fallback)]` (part of `#[deny(future_incompatible)]`) on by default
[INFO] [stdout]   = note: this error originates in the derive macro `Insertable` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find type `FormIdQ` in this scope
[INFO] [stdout]   --> src/models.rs:10:10
[INFO] [stdout]    |
[INFO] [stdout] 10 | #[derive(Queryable)]
[INFO] [stdout]    |          ^^^^^^^^^ names from parent modules are not accessible without an explicit import
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #83583 <https://github.com/rust-lang/rust/issues/83583>
[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: cannot find type `Form` in this scope
[INFO] [stdout]   --> src/models.rs:16:10
[INFO] [stdout]    |
[INFO] [stdout] 16 | #[derive(Insertable)]
[INFO] [stdout]    |          ^^^^^^^^^^ names from parent modules are not accessible without an explicit import
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #83583 <https://github.com/rust-lang/rust/issues/83583>
[INFO] [stdout]    = note: this error originates in the derive macro `Insertable` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find type `FormQ` in this scope
[INFO] [stdout]   --> src/models.rs:25:10
[INFO] [stdout]    |
[INFO] [stdout] 25 | #[derive(Queryable)]
[INFO] [stdout]    |          ^^^^^^^^^ names from parent modules are not accessible without an explicit import
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #83583 <https://github.com/rust-lang/rust/issues/83583>
[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: cannot find type `SetId` in this scope
[INFO] [stdout]   --> src/models.rs:33:10
[INFO] [stdout]    |
[INFO] [stdout] 33 | #[derive(Insertable)]
[INFO] [stdout]    |          ^^^^^^^^^^ names from parent modules are not accessible without an explicit import
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #83583 <https://github.com/rust-lang/rust/issues/83583>
[INFO] [stdout]    = note: this error originates in the derive macro `Insertable` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find type `SetIdQ` in this scope
[INFO] [stdout]   --> src/models.rs:40:10
[INFO] [stdout]    |
[INFO] [stdout] 40 | #[derive(Queryable)]
[INFO] [stdout]    |          ^^^^^^^^^ names from parent modules are not accessible without an explicit import
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #83583 <https://github.com/rust-lang/rust/issues/83583>
[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: cannot find type `Set` in this scope
[INFO] [stdout]   --> src/models.rs:46:10
[INFO] [stdout]    |
[INFO] [stdout] 46 | #[derive(Insertable)]
[INFO] [stdout]    |          ^^^^^^^^^^ names from parent modules are not accessible without an explicit import
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #83583 <https://github.com/rust-lang/rust/issues/83583>
[INFO] [stdout]    = note: this error originates in the derive macro `Insertable` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find type `SetQ` in this scope
[INFO] [stdout]   --> src/models.rs:54:10
[INFO] [stdout]    |
[INFO] [stdout] 54 | #[derive(Queryable)]
[INFO] [stdout]    |          ^^^^^^^^^ names from parent modules are not accessible without an explicit import
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #83583 <https://github.com/rust-lang/rust/issues/83583>
[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: cannot find type `SetKey` in this scope
[INFO] [stdout]   --> src/models.rs:61:10
[INFO] [stdout]    |
[INFO] [stdout] 61 | #[derive(Insertable)]
[INFO] [stdout]    |          ^^^^^^^^^^ names from parent modules are not accessible without an explicit import
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #83583 <https://github.com/rust-lang/rust/issues/83583>
[INFO] [stdout]    = note: this error originates in the derive macro `Insertable` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find type `SetKeyQ` in this scope
[INFO] [stdout]   --> src/models.rs:69:10
[INFO] [stdout]    |
[INFO] [stdout] 69 | #[derive(Queryable)]
[INFO] [stdout]    |          ^^^^^^^^^ names from parent modules are not accessible without an explicit import
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #83583 <https://github.com/rust-lang/rust/issues/83583>
[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] warning: anonymous parameters are deprecated and will be removed in the next edition
[INFO] [stdout]   --> src/tui/element.rs:19:25
[INFO] [stdout]    |
[INFO] [stdout] 19 |   fn measure(&mut self, MeasureSize);
[INFO] [stdout]    |                         ^^^^^^^^^^^ help: try naming the parameter or explicitly ignoring it: `_: MeasureSize`
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2018/trait-fn-parameters.html>
[INFO] [stdout]    = note: `#[warn(anonymous_parameters)]` (part of `#[warn(rust_2018_compatibility)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition
[INFO] [stdout]   --> src/tui/element.rs:21:25
[INFO] [stdout]    |
[INFO] [stdout] 21 |   fn arrange(&mut self, Rect);
[INFO] [stdout]    |                         ^^^^ help: try naming the parameter or explicitly ignoring it: `_: Rect`
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2018/trait-fn-parameters.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition
[INFO] [stdout]  --> src/tui/internal.rs:8:30
[INFO] [stdout]   |
[INFO] [stdout] 8 |   fn measure_impl(&mut self, MeasureSize) -> MeasureSize;
[INFO] [stdout]   |                              ^^^^^^^^^^^ help: try naming the parameter or explicitly ignoring it: `_: MeasureSize`
[INFO] [stdout]   |
[INFO] [stdout]   = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018!
[INFO] [stdout]   = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2018/trait-fn-parameters.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition
[INFO] [stdout]   --> src/tui/internal.rs:10:30
[INFO] [stdout]    |
[INFO] [stdout] 10 |   fn arrange_impl(&mut self, Rect);
[INFO] [stdout]    |                              ^^^^ help: try naming the parameter or explicitly ignoring it: `_: Rect`
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2018/trait-fn-parameters.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `WrapAlign::*`
[INFO] [stdout]   --> src/tui/wrap_box.rs:56:9
[INFO] [stdout]    |
[INFO] [stdout] 56 |     use WrapAlign::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `WrapAlign::*`
[INFO] [stdout]    --> src/tui/wrap_box.rs:186:9
[INFO] [stdout]     |
[INFO] [stdout] 186 |     use WrapAlign::*;
[INFO] [stdout]     |         ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/tui/element.rs:58:35
[INFO] [stdout]    |
[INFO] [stdout] 58 | pub type ElemRef<'a> = Rc<RefCell<Element + 'a>>;
[INFO] [stdout]    |                                   ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout]    = note: `#[warn(bare_trait_objects)]` (part of `#[warn(rust_2021_compatibility)]`) on by default
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 58 | pub type ElemRef<'a> = Rc<RefCell<dyn Element + 'a>>;
[INFO] [stdout]    |                                   +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/tui/element.rs:58:35
[INFO] [stdout]    |
[INFO] [stdout] 58 | pub type ElemRef<'a> = Rc<RefCell<Element + 'a>>;
[INFO] [stdout]    |                                   ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout]    = note: `#[warn(bare_trait_objects)]` (part of `#[warn(rust_2021_compatibility)]`) on by default
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 58 | pub type ElemRef<'a> = Rc<RefCell<dyn Element + 'a>>;
[INFO] [stdout]    |                                   +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `form_ids` in this scope
[INFO] [stdout]  --> src/models.rs:3:10
[INFO] [stdout]   |
[INFO] [stdout] 3 | #[derive(Insertable)]
[INFO] [stdout]   |          ^^^^^^^^^^ use of unresolved module or unlinked crate `form_ids`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `form_ids`, use `cargo add form_ids` to add it to your `Cargo.toml`
[INFO] [stdout]   = note: this error originates in the derive macro `Insertable` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `form_ids` in this scope
[INFO] [stdout]  --> src/models.rs:3:10
[INFO] [stdout]   |
[INFO] [stdout] 3 | #[derive(Insertable)]
[INFO] [stdout]   |          ^^^^^^^^^^ use of unresolved module or unlinked crate `form_ids`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `form_ids`, use `cargo add form_ids` to add it to your `Cargo.toml`
[INFO] [stdout]   = note: this error originates in the derive macro `Insertable` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `forms` in this scope
[INFO] [stdout]   --> src/models.rs:16:10
[INFO] [stdout]    |
[INFO] [stdout] 16 | #[derive(Insertable)]
[INFO] [stdout]    |          ^^^^^^^^^^ use of unresolved module or unlinked crate `forms`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `forms`, use `cargo add forms` to add it to your `Cargo.toml`
[INFO] [stdout]    = note: this error originates in the derive macro `Insertable` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `forms` in this scope
[INFO] [stdout]   --> src/models.rs:16:10
[INFO] [stdout]    |
[INFO] [stdout] 16 | #[derive(Insertable)]
[INFO] [stdout]    |          ^^^^^^^^^^ use of unresolved module or unlinked crate `forms`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `forms`, use `cargo add forms` to add it to your `Cargo.toml`
[INFO] [stdout]    = note: this error originates in the derive macro `Insertable` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `set_ids` in this scope
[INFO] [stdout]   --> src/models.rs:33:10
[INFO] [stdout]    |
[INFO] [stdout] 33 | #[derive(Insertable)]
[INFO] [stdout]    |          ^^^^^^^^^^ use of unresolved module or unlinked crate `set_ids`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `set_ids`, use `cargo add set_ids` to add it to your `Cargo.toml`
[INFO] [stdout]    = note: this error originates in the derive macro `Insertable` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `set_ids` in this scope
[INFO] [stdout]   --> src/models.rs:33:10
[INFO] [stdout]    |
[INFO] [stdout] 33 | #[derive(Insertable)]
[INFO] [stdout]    |          ^^^^^^^^^^ use of unresolved module or unlinked crate `set_ids`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `set_ids`, use `cargo add set_ids` to add it to your `Cargo.toml`
[INFO] [stdout]    = note: this error originates in the derive macro `Insertable` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `sets` in this scope
[INFO] [stdout]   --> src/models.rs:46:10
[INFO] [stdout]    |
[INFO] [stdout] 46 | #[derive(Insertable)]
[INFO] [stdout]    |          ^^^^^^^^^^ use of unresolved module or unlinked crate `sets`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `sets`, use `cargo add sets` to add it to your `Cargo.toml`
[INFO] [stdout]    = note: this error originates in the derive macro `Insertable` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `sets` in this scope
[INFO] [stdout]   --> src/models.rs:46:10
[INFO] [stdout]    |
[INFO] [stdout] 46 | #[derive(Insertable)]
[INFO] [stdout]    |          ^^^^^^^^^^ use of unresolved module or unlinked crate `sets`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `sets`, use `cargo add sets` to add it to your `Cargo.toml`
[INFO] [stdout]    = note: this error originates in the derive macro `Insertable` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `set_keys` in this scope
[INFO] [stdout]   --> src/models.rs:61:10
[INFO] [stdout]    |
[INFO] [stdout] 61 | #[derive(Insertable)]
[INFO] [stdout]    |          ^^^^^^^^^^ use of unresolved module or unlinked crate `set_keys`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `set_keys`, use `cargo add set_keys` to add it to your `Cargo.toml`
[INFO] [stdout]    = note: this error originates in the derive macro `Insertable` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `set_keys` in this scope
[INFO] [stdout]   --> src/models.rs:61:10
[INFO] [stdout]    |
[INFO] [stdout] 61 | #[derive(Insertable)]
[INFO] [stdout]    |          ^^^^^^^^^^ use of unresolved module or unlinked crate `set_keys`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `set_keys`, use `cargo add set_keys` to add it to your `Cargo.toml`
[INFO] [stdout]    = note: this error originates in the derive macro `Insertable` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0425, E0433, E0583.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0425`.
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0425, E0433, E0583.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0425`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `omelette` (bin "omelette") due to 51 previous errors; 9 warnings emitted
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: could not compile `omelette` (bin "omelette" test) due to 51 previous errors; 9 warnings emitted
[INFO] running `Command { std: "docker" "inspect" "ddc9e909cfc47583b9e30295319a9878a241d046b876d1004efc058c84d4e352", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ddc9e909cfc47583b9e30295319a9878a241d046b876d1004efc058c84d4e352", kill_on_drop: false }`
[INFO] [stdout] ddc9e909cfc47583b9e30295319a9878a241d046b876d1004efc058c84d4e352
