[INFO] updating cached repository https://github.com/rookie1024/Omelette
[INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "-c" "remote.origin.fetch=refs/heads/*:refs/heads/*" "fetch" "origin" "--force" "--prune"`
[INFO] running `"git" "rev-parse" "HEAD"`
[INFO] [stdout] ad7e9a5fc0faaa271eb500284fec652425f4624d
[INFO] checking rookie1024/Omelette against master#bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc for pr-70917
[INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Frookie1024%2FOmelette" "/workspace/builds/worker-12/source"`
[INFO] [stderr] Cloning into '/workspace/builds/worker-12/source'...
[INFO] [stderr] done.
[INFO] validating manifest of git repo https://github.com/rookie1024/Omelette on toolchain bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc
[INFO] running `"/workspace/cargo-home/bin/cargo" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "read-manifest" "--manifest-path" "Cargo.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-12/source/Cargo.toml
[INFO] crate git repo https://github.com/rookie1024/Omelette already has a lockfile, it will not be regenerated
[INFO] running `"/workspace/cargo-home/bin/cargo" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "fetch" "--locked" "--manifest-path" "Cargo.toml"`
[INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/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" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "check" "--frozen" "--all" "--all-targets"`
[INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
[INFO] [stdout] 47b73f81b9a1a74dc04c204cfa5919e10601e7c5288772113f0d58675b0d3657
[INFO] running `"docker" "start" "-a" "47b73f81b9a1a74dc04c204cfa5919e10601e7c5288772113f0d58675b0d3657"`
[INFO] [stderr]    Compiling libsqlite3-sys v0.9.3
[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] [stderr] error[E0583]: file not found for module `schema`
[INFO] [stderr]   --> src/main.rs:13:1
[INFO] [stderr]    |
[INFO] [stderr] 13 | mod schema;
[INFO] [stderr]    | ^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = help: to create the module `schema`, create file "src/schema.rs"
[INFO] [stderr] 
[INFO] [stderr] error[E0583]: file not found for module `schema`
[INFO] [stderr]   --> src/main.rs:13:1
[INFO] [stderr]    |
[INFO] [stderr] 13 | mod schema;
[INFO] [stderr]    | ^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = help: to create the module `schema`, create file "src/schema.rs"
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `form_ids` in `schema`
[INFO] [stderr]   --> src/word_list.rs:17:19
[INFO] [stderr]    |
[INFO] [stderr] 17 |       use schema::form_ids::dsl::*;
[INFO] [stderr]    |                   ^^^^^^^^ could not find `form_ids` in `schema`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `forms` in `schema`
[INFO] [stderr]   --> src/word_list.rs:34:19
[INFO] [stderr]    |
[INFO] [stderr] 34 |       use schema::forms::dsl::*;
[INFO] [stderr]    |                   ^^^^^ could not find `forms` in `schema`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `set_keys` in `schema`
[INFO] [stderr]   --> src/word_list.rs:53:19
[INFO] [stderr]    |
[INFO] [stderr] 53 |       use schema::set_keys::dsl::*;
[INFO] [stderr]    |                   ^^^^^^^^ could not find `set_keys` in `schema`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `set_ids` in `schema`
[INFO] [stderr]   --> src/word_list.rs:66:19
[INFO] [stderr]    |
[INFO] [stderr] 66 |       use schema::set_ids::dsl::*;
[INFO] [stderr]    |                   ^^^^^^^ could not find `set_ids` in `schema`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `sets` in `schema`
[INFO] [stderr]   --> src/word_list.rs:83:19
[INFO] [stderr]    |
[INFO] [stderr] 83 |       use schema::sets::dsl::*;
[INFO] [stderr]    |                   ^^^^ could not find `sets` in `schema`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `form_ids`
[INFO] [stderr]  --> src/models.rs:3:10
[INFO] [stderr]   |
[INFO] [stderr] 3 | #[derive(Insertable)]
[INFO] [stderr]   |          ^^^^^^^^^^ use of undeclared type or module `form_ids`
[INFO] [stderr]   |
[INFO] [stderr]   = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `forms`
[INFO] [stderr]   --> src/models.rs:16:10
[INFO] [stderr]    |
[INFO] [stderr] 16 | #[derive(Insertable)]
[INFO] [stderr]    |          ^^^^^^^^^^ use of undeclared type or module `forms`
[INFO] [stderr]    |
[INFO] [stderr]    = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `set_ids`
[INFO] [stderr]   --> src/models.rs:33:10
[INFO] [stderr]    |
[INFO] [stderr] 33 | #[derive(Insertable)]
[INFO] [stderr]    |          ^^^^^^^^^^ use of undeclared type or module `set_ids`
[INFO] [stderr]    |
[INFO] [stderr]    = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `sets`
[INFO] [stderr]   --> src/models.rs:46:10
[INFO] [stderr]    |
[INFO] [stderr] 46 | #[derive(Insertable)]
[INFO] [stderr]    |          ^^^^^^^^^^ use of undeclared type or module `sets`
[INFO] [stderr]    |
[INFO] [stderr]    = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `set_keys`
[INFO] [stderr]   --> src/models.rs:61:10
[INFO] [stderr]    |
[INFO] [stderr] 61 | #[derive(Insertable)]
[INFO] [stderr]    |          ^^^^^^^^^^ use of undeclared type or module `set_keys`
[INFO] [stderr]    |
[INFO] [stderr]    = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `form_ids` in `schema`
[INFO] [stderr]   --> src/word_list.rs:17:19
[INFO] [stderr]    |
[INFO] [stderr] 17 |       use schema::form_ids::dsl::*;
[INFO] [stderr]    |                   ^^^^^^^^ could not find `form_ids` in `schema`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `forms` in `schema`
[INFO] [stderr]   --> src/word_list.rs:34:19
[INFO] [stderr]    |
[INFO] [stderr] 34 |       use schema::forms::dsl::*;
[INFO] [stderr]    |                   ^^^^^ could not find `forms` in `schema`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `set_keys` in `schema`
[INFO] [stderr]   --> src/word_list.rs:53:19
[INFO] [stderr]    |
[INFO] [stderr] 53 |       use schema::set_keys::dsl::*;
[INFO] [stderr]    |                   ^^^^^^^^ could not find `set_keys` in `schema`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `set_ids` in `schema`
[INFO] [stderr]   --> src/word_list.rs:66:19
[INFO] [stderr]    |
[INFO] [stderr] 66 |       use schema::set_ids::dsl::*;
[INFO] [stderr]    |                   ^^^^^^^ could not find `set_ids` in `schema`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `sets` in `schema`
[INFO] [stderr]   --> src/word_list.rs:83:19
[INFO] [stderr]    |
[INFO] [stderr] 83 |       use schema::sets::dsl::*;
[INFO] [stderr]    |                   ^^^^ could not find `sets` in `schema`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `form_ids`
[INFO] [stderr]  --> src/models.rs:3:10
[INFO] [stderr]   |
[INFO] [stderr] 3 | #[derive(Insertable)]
[INFO] [stderr]   |          ^^^^^^^^^^ use of undeclared type or module `form_ids`
[INFO] [stderr]   |
[INFO] [stderr]   = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `form_ids` in this scope
[INFO] [stderr]   --> src/word_list.rs:19:7
[INFO] [stderr]    |
[INFO] [stderr] 19 |       form_ids
[INFO] [stderr]    |       ^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `forms`
[INFO] [stderr]   --> src/models.rs:16:10
[INFO] [stderr]    |
[INFO] [stderr] 16 | #[derive(Insertable)]
[INFO] [stderr]    |          ^^^^^^^^^^ use of undeclared type or module `forms`
[INFO] [stderr]    |
[INFO] [stderr]    = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `norm` in this scope
[INFO] [stderr]   --> src/word_list.rs:20:17
[INFO] [stderr]    |
[INFO] [stderr] 20 |         .filter(norm.eq(key))
[INFO] [stderr]    |                 ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `forms` in this scope
[INFO] [stderr]   --> src/word_list.rs:36:7
[INFO] [stderr]    |
[INFO] [stderr] 36 |       forms
[INFO] [stderr]    |       ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `id` in this scope
[INFO] [stderr]   --> src/word_list.rs:37:17
[INFO] [stderr]    |
[INFO] [stderr] 37 |         .filter(id.eq(id_key.id))
[INFO] [stderr]    |                 ^^ not found in this scope
[INFO] [stderr]    |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]    |
[INFO] [stderr] 1  | use std::process::id;
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `set_ids`
[INFO] [stderr]   --> src/models.rs:33:10
[INFO] [stderr]    |
[INFO] [stderr] 33 | #[derive(Insertable)]
[INFO] [stderr]    |          ^^^^^^^^^^ use of undeclared type or module `set_ids`
[INFO] [stderr]    |
[INFO] [stderr]    = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `set_keys` in this scope
[INFO] [stderr]   --> src/word_list.rs:55:7
[INFO] [stderr]    |
[INFO] [stderr] 55 |       set_keys
[INFO] [stderr]    |       ^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `sets`
[INFO] [stderr]   --> src/models.rs:46:10
[INFO] [stderr]    |
[INFO] [stderr] 46 | #[derive(Insertable)]
[INFO] [stderr]    |          ^^^^^^^^^^ use of undeclared type or module `sets`
[INFO] [stderr]    |
[INFO] [stderr]    = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `len` in this scope
[INFO] [stderr]   --> src/word_list.rs:56:17
[INFO] [stderr]    |
[INFO] [stderr] 56 |         .filter(len.eq(*len_key as i32))
[INFO] [stderr]    |                 ^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `set_keys`
[INFO] [stderr]   --> src/models.rs:61:10
[INFO] [stderr]    |
[INFO] [stderr] 61 | #[derive(Insertable)]
[INFO] [stderr]    |          ^^^^^^^^^^ use of undeclared type or module `set_keys`
[INFO] [stderr]    |
[INFO] [stderr]    = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `set_ids` in this scope
[INFO] [stderr]   --> src/word_list.rs:68:7
[INFO] [stderr]    |
[INFO] [stderr] 68 |       set_ids
[INFO] [stderr]    |       ^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `key` in this scope
[INFO] [stderr]   --> src/word_list.rs:69:17
[INFO] [stderr]    |
[INFO] [stderr] 69 |         .filter(key.eq(key_str))
[INFO] [stderr]    |                 ^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `sets` in this scope
[INFO] [stderr]   --> src/word_list.rs:85:7
[INFO] [stderr]    |
[INFO] [stderr] 85 |       sets
[INFO] [stderr]    |       ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `id` in this scope
[INFO] [stderr]   --> src/word_list.rs:86:17
[INFO] [stderr]    |
[INFO] [stderr] 86 |         .filter(id.eq(id_key.id))
[INFO] [stderr]    |                 ^^ not found in this scope
[INFO] [stderr]    |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]    |
[INFO] [stderr] 1  | use std::process::id;
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] warning: unused `#[macro_use]` import
[INFO] [stderr]  --> src/main.rs:7:1
[INFO] [stderr]   |
[INFO] [stderr] 7 | #[macro_use]
[INFO] [stderr]   | ^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(unused_imports)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `schema::*`
[INFO] [stderr]  --> src/models.rs:1:5
[INFO] [stderr]   |
[INFO] [stderr] 1 | use schema::*;
[INFO] [stderr]   |     ^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: cannot find type `FormId` in this scope
[INFO] [stderr]  --> src/models.rs:3:10
[INFO] [stderr]   |
[INFO] [stderr] 3 | #[derive(Insertable)]
[INFO] [stderr]   |          ^^^^^^^^^^ names from parent modules are not accessible without an explicit import
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(proc_macro_derive_resolution_fallback)]` on by default
[INFO] [stderr]   = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr]   = note: for more information, see issue #50504 <https://github.com/rust-lang/rust/issues/50504>
[INFO] [stderr] 
[INFO] [stderr] warning: cannot find type `FormId` in this scope
[INFO] [stderr]  --> src/models.rs:3:10
[INFO] [stderr]   |
[INFO] [stderr] 3 | #[derive(Insertable)]
[INFO] [stderr]   |          ^^^^^^^^^^ names from parent modules are not accessible without an explicit import
[INFO] [stderr]   |
[INFO] [stderr]   = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr]   = note: for more information, see issue #50504 <https://github.com/rust-lang/rust/issues/50504>
[INFO] [stderr] 
[INFO] [stderr] warning: cannot find type `FormIdQ` in this scope
[INFO] [stderr]   --> src/models.rs:10:10
[INFO] [stderr]    |
[INFO] [stderr] 10 | #[derive(Queryable)]
[INFO] [stderr]    |          ^^^^^^^^^ names from parent modules are not accessible without an explicit import
[INFO] [stderr]    |
[INFO] [stderr]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr]    = note: for more information, see issue #50504 <https://github.com/rust-lang/rust/issues/50504>
[INFO] [stderr] 
[INFO] [stderr] warning: cannot find type `Form` in this scope
[INFO] [stderr]   --> src/models.rs:16:10
[INFO] [stderr]    |
[INFO] [stderr] 16 | #[derive(Insertable)]
[INFO] [stderr]    |          ^^^^^^^^^^ names from parent modules are not accessible without an explicit import
[INFO] [stderr]    |
[INFO] [stderr]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr]    = note: for more information, see issue #50504 <https://github.com/rust-lang/rust/issues/50504>
[INFO] [stderr] 
[INFO] [stderr] warning: cannot find type `FormQ` in this scope
[INFO] [stderr]   --> src/models.rs:25:10
[INFO] [stderr]    |
[INFO] [stderr] 25 | #[derive(Queryable)]
[INFO] [stderr]    |          ^^^^^^^^^ names from parent modules are not accessible without an explicit import
[INFO] [stderr]    |
[INFO] [stderr]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr]    = note: for more information, see issue #50504 <https://github.com/rust-lang/rust/issues/50504>
[INFO] [stderr] 
[INFO] [stderr] warning: cannot find type `SetId` in this scope
[INFO] [stderr]   --> src/models.rs:33:10
[INFO] [stderr]    |
[INFO] [stderr] 33 | #[derive(Insertable)]
[INFO] [stderr]    |          ^^^^^^^^^^ names from parent modules are not accessible without an explicit import
[INFO] [stderr]    |
[INFO] [stderr]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr]    = note: for more information, see issue #50504 <https://github.com/rust-lang/rust/issues/50504>
[INFO] [stderr] 
[INFO] [stderr] warning: cannot find type `SetIdQ` in this scope
[INFO] [stderr]   --> src/models.rs:40:10
[INFO] [stderr]    |
[INFO] [stderr] 40 | #[derive(Queryable)]
[INFO] [stderr]    |          ^^^^^^^^^ names from parent modules are not accessible without an explicit import
[INFO] [stderr]    |
[INFO] [stderr]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr]    = note: for more information, see issue #50504 <https://github.com/rust-lang/rust/issues/50504>
[INFO] [stderr] 
[INFO] [stderr] warning: cannot find type `Set` in this scope
[INFO] [stderr]   --> src/models.rs:46:10
[INFO] [stderr]    |
[INFO] [stderr] 46 | #[derive(Insertable)]
[INFO] [stderr]    |          ^^^^^^^^^^ names from parent modules are not accessible without an explicit import
[INFO] [stderr]    |
[INFO] [stderr]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr]    = note: for more information, see issue #50504 <https://github.com/rust-lang/rust/issues/50504>
[INFO] [stderr] 
[INFO] [stderr] warning: cannot find type `SetQ` in this scope
[INFO] [stderr]   --> src/models.rs:54:10
[INFO] [stderr]    |
[INFO] [stderr] 54 | #[derive(Queryable)]
[INFO] [stderr]    |          ^^^^^^^^^ names from parent modules are not accessible without an explicit import
[INFO] [stderr]    |
[INFO] [stderr]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr]    = note: for more information, see issue #50504 <https://github.com/rust-lang/rust/issues/50504>
[INFO] [stderr] 
[INFO] [stderr] warning: cannot find type `SetKey` in this scope
[INFO] [stderr]   --> src/models.rs:61:10
[INFO] [stderr]    |
[INFO] [stderr] 61 | #[derive(Insertable)]
[INFO] [stderr]    |          ^^^^^^^^^^ names from parent modules are not accessible without an explicit import
[INFO] [stderr]    |
[INFO] [stderr]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr]    = note: for more information, see issue #50504 <https://github.com/rust-lang/rust/issues/50504>
[INFO] [stderr] 
[INFO] [stderr] warning: cannot find type `SetKeyQ` in this scope
[INFO] [stderr]   --> src/models.rs:69:10
[INFO] [stderr]    |
[INFO] [stderr] 69 | #[derive(Queryable)]
[INFO] [stderr]    |          ^^^^^^^^^ names from parent modules are not accessible without an explicit import
[INFO] [stderr]    |
[INFO] [stderr]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr]    = note: for more information, see issue #50504 <https://github.com/rust-lang/rust/issues/50504>
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]   --> src/tui/element.rs:58:35
[INFO] [stderr]    |
[INFO] [stderr] 58 | pub type ElemRef<'a> = Rc<RefCell<Element + 'a>>;
[INFO] [stderr]    |                                   ^^^^^^^^^^^^ help: use `dyn`: `dyn Element + 'a`
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(bare_trait_objects)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `WrapAlign::*`
[INFO] [stderr]   --> src/tui/wrap_box.rs:56:9
[INFO] [stderr]    |
[INFO] [stderr] 56 |     use WrapAlign::*;
[INFO] [stderr]    |         ^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `WrapAlign::*`
[INFO] [stderr]    --> src/tui/wrap_box.rs:186:9
[INFO] [stderr]     |
[INFO] [stderr] 186 |     use WrapAlign::*;
[INFO] [stderr]     |         ^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `form_ids` in this scope
[INFO] [stderr]   --> src/word_list.rs:19:7
[INFO] [stderr]    |
[INFO] [stderr] 19 |       form_ids
[INFO] [stderr]    |       ^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `norm` in this scope
[INFO] [stderr]   --> src/word_list.rs:20:17
[INFO] [stderr]    |
[INFO] [stderr] 20 |         .filter(norm.eq(key))
[INFO] [stderr]    |                 ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `forms` in this scope
[INFO] [stderr]   --> src/word_list.rs:36:7
[INFO] [stderr]    |
[INFO] [stderr] 36 |       forms
[INFO] [stderr]    |       ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `id` in this scope
[INFO] [stderr]   --> src/word_list.rs:37:17
[INFO] [stderr]    |
[INFO] [stderr] 37 |         .filter(id.eq(id_key.id))
[INFO] [stderr]    |                 ^^ not found in this scope
[INFO] [stderr]    |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]    |
[INFO] [stderr] 1  | use std::process::id;
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `set_keys` in this scope
[INFO] [stderr]   --> src/word_list.rs:55:7
[INFO] [stderr]    |
[INFO] [stderr] 55 |       set_keys
[INFO] [stderr]    |       ^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `len` in this scope
[INFO] [stderr]   --> src/word_list.rs:56:17
[INFO] [stderr]    |
[INFO] [stderr] 56 |         .filter(len.eq(*len_key as i32))
[INFO] [stderr]    |                 ^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `set_ids` in this scope
[INFO] [stderr]   --> src/word_list.rs:68:7
[INFO] [stderr]    |
[INFO] [stderr] 68 |       set_ids
[INFO] [stderr]    |       ^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `key` in this scope
[INFO] [stderr]   --> src/word_list.rs:69:17
[INFO] [stderr]    |
[INFO] [stderr] 69 |         .filter(key.eq(key_str))
[INFO] [stderr]    |                 ^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `sets` in this scope
[INFO] [stderr]   --> src/word_list.rs:85:7
[INFO] [stderr]    |
[INFO] [stderr] 85 |       sets
[INFO] [stderr]    |       ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `id` in this scope
[INFO] [stderr]   --> src/word_list.rs:86:17
[INFO] [stderr]    |
[INFO] [stderr] 86 |         .filter(id.eq(id_key.id))
[INFO] [stderr]    |                 ^^ not found in this scope
[INFO] [stderr]    |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]    |
[INFO] [stderr] 1  | use std::process::id;
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] warning: unused `#[macro_use]` import
[INFO] [stderr]  --> src/main.rs:7:1
[INFO] [stderr]   |
[INFO] [stderr] 7 | #[macro_use]
[INFO] [stderr]   | ^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(unused_imports)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `schema::*`
[INFO] [stderr]  --> src/models.rs:1:5
[INFO] [stderr]   |
[INFO] [stderr] 1 | use schema::*;
[INFO] [stderr]   |     ^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: cannot find type `FormId` in this scope
[INFO] [stderr]  --> src/models.rs:3:10
[INFO] [stderr]   |
[INFO] [stderr] 3 | #[derive(Insertable)]
[INFO] [stderr]   |          ^^^^^^^^^^ names from parent modules are not accessible without an explicit import
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(proc_macro_derive_resolution_fallback)]` on by default
[INFO] [stderr]   = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr]   = note: for more information, see issue #50504 <https://github.com/rust-lang/rust/issues/50504>
[INFO] [stderr] 
[INFO] [stderr] warning: cannot find type `FormId` in this scope
[INFO] [stderr]  --> src/models.rs:3:10
[INFO] [stderr]   |
[INFO] [stderr] 3 | #[derive(Insertable)]
[INFO] [stderr]   |          ^^^^^^^^^^ names from parent modules are not accessible without an explicit import
[INFO] [stderr]   |
[INFO] [stderr]   = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr]   = note: for more information, see issue #50504 <https://github.com/rust-lang/rust/issues/50504>
[INFO] [stderr] 
[INFO] [stderr] warning: cannot find type `FormIdQ` in this scope
[INFO] [stderr]   --> src/models.rs:10:10
[INFO] [stderr]    |
[INFO] [stderr] 10 | #[derive(Queryable)]
[INFO] [stderr]    |          ^^^^^^^^^ names from parent modules are not accessible without an explicit import
[INFO] [stderr]    |
[INFO] [stderr]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr]    = note: for more information, see issue #50504 <https://github.com/rust-lang/rust/issues/50504>
[INFO] [stderr] 
[INFO] [stderr] warning: cannot find type `Form` in this scope
[INFO] [stderr]   --> src/models.rs:16:10
[INFO] [stderr]    |
[INFO] [stderr] 16 | #[derive(Insertable)]
[INFO] [stderr]    |          ^^^^^^^^^^ names from parent modules are not accessible without an explicit import
[INFO] [stderr]    |
[INFO] [stderr]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr]    = note: for more information, see issue #50504 <https://github.com/rust-lang/rust/issues/50504>
[INFO] [stderr] 
[INFO] [stderr] warning: cannot find type `FormQ` in this scope
[INFO] [stderr]   --> src/models.rs:25:10
[INFO] [stderr]    |
[INFO] [stderr] 25 | #[derive(Queryable)]
[INFO] [stderr]    |          ^^^^^^^^^ names from parent modules are not accessible without an explicit import
[INFO] [stderr]    |
[INFO] [stderr]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr]    = note: for more information, see issue #50504 <https://github.com/rust-lang/rust/issues/50504>
[INFO] [stderr] 
[INFO] [stderr] warning: cannot find type `SetId` in this scope
[INFO] [stderr]   --> src/models.rs:33:10
[INFO] [stderr]    |
[INFO] [stderr] 33 | #[derive(Insertable)]
[INFO] [stderr]    |          ^^^^^^^^^^ names from parent modules are not accessible without an explicit import
[INFO] [stderr]    |
[INFO] [stderr]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr]    = note: for more information, see issue #50504 <https://github.com/rust-lang/rust/issues/50504>
[INFO] [stderr] 
[INFO] [stderr] warning: cannot find type `SetIdQ` in this scope
[INFO] [stderr]   --> src/models.rs:40:10
[INFO] [stderr]    |
[INFO] [stderr] 40 | #[derive(Queryable)]
[INFO] [stderr]    |          ^^^^^^^^^ names from parent modules are not accessible without an explicit import
[INFO] [stderr]    |
[INFO] [stderr]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr]    = note: for more information, see issue #50504 <https://github.com/rust-lang/rust/issues/50504>
[INFO] [stderr] 
[INFO] [stderr] warning: cannot find type `Set` in this scope
[INFO] [stderr]   --> src/models.rs:46:10
[INFO] [stderr]    |
[INFO] [stderr] 46 | #[derive(Insertable)]
[INFO] [stderr]    |          ^^^^^^^^^^ names from parent modules are not accessible without an explicit import
[INFO] [stderr]    |
[INFO] [stderr]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr]    = note: for more information, see issue #50504 <https://github.com/rust-lang/rust/issues/50504>
[INFO] [stderr] 
[INFO] [stderr] warning: cannot find type `SetQ` in this scope
[INFO] [stderr]   --> src/models.rs:54:10
[INFO] [stderr]    |
[INFO] [stderr] 54 | #[derive(Queryable)]
[INFO] [stderr]    |          ^^^^^^^^^ names from parent modules are not accessible without an explicit import
[INFO] [stderr]    |
[INFO] [stderr]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr]    = note: for more information, see issue #50504 <https://github.com/rust-lang/rust/issues/50504>
[INFO] [stderr] 
[INFO] [stderr] warning: cannot find type `SetKey` in this scope
[INFO] [stderr]   --> src/models.rs:61:10
[INFO] [stderr]    |
[INFO] [stderr] 61 | #[derive(Insertable)]
[INFO] [stderr]    |          ^^^^^^^^^^ names from parent modules are not accessible without an explicit import
[INFO] [stderr]    |
[INFO] [stderr]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr]    = note: for more information, see issue #50504 <https://github.com/rust-lang/rust/issues/50504>
[INFO] [stderr] 
[INFO] [stderr] warning: cannot find type `SetKeyQ` in this scope
[INFO] [stderr]   --> src/models.rs:69:10
[INFO] [stderr]    |
[INFO] [stderr] 69 | #[derive(Queryable)]
[INFO] [stderr]    |          ^^^^^^^^^ names from parent modules are not accessible without an explicit import
[INFO] [stderr]    |
[INFO] [stderr]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr]    = note: for more information, see issue #50504 <https://github.com/rust-lang/rust/issues/50504>
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]   --> src/tui/element.rs:58:35
[INFO] [stderr]    |
[INFO] [stderr] 58 | pub type ElemRef<'a> = Rc<RefCell<Element + 'a>>;
[INFO] [stderr]    |                                   ^^^^^^^^^^^^ help: use `dyn`: `dyn Element + 'a`
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(bare_trait_objects)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `WrapAlign::*`
[INFO] [stderr]   --> src/tui/wrap_box.rs:56:9
[INFO] [stderr]    |
[INFO] [stderr] 56 |     use WrapAlign::*;
[INFO] [stderr]    |         ^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `WrapAlign::*`
[INFO] [stderr]    --> src/tui/wrap_box.rs:186:9
[INFO] [stderr]     |
[INFO] [stderr] 186 |     use WrapAlign::*;
[INFO] [stderr]     |         ^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] error[E0308]: mismatched types
[INFO] [stderr]    --> src/tui/word_box.rs:242:49
[INFO] [stderr]     |
[INFO] [stderr] 242 |       nc::mvwaddch(self.win, 0, (i * 2) as i32, ch as u32);
[INFO] [stderr]     |                                                 ^^^^^^^^^
[INFO] [stderr]     |                                                 |
[INFO] [stderr]     |                                                 expected `u64`, found `u32`
[INFO] [stderr]     |                                                 help: you can convert an `u32` to `u64`: `(ch as u32).into()`
[INFO] [stderr] 
[INFO] [stderr] error[E0308]: mismatched types
[INFO] [stderr]    --> src/tui/word_box.rs:260:61
[INFO] [stderr]     |
[INFO] [stderr] 260 |       nc::mvwaddch(self.win, 0, ((i + buf_len) * 2) as i32, ch as u32);
[INFO] [stderr]     |                                                             ^^^^^^^^^
[INFO] [stderr]     |                                                             |
[INFO] [stderr]     |                                                             expected `u64`, found `u32`
[INFO] [stderr]     |                                                             help: you can convert an `u32` to `u64`: `(ch as u32).into()`
[INFO] [stderr] 
[INFO] [stderr] error: aborting due to 23 previous errors
[INFO] [stderr] 
[INFO] [stderr] Some errors have detailed explanations: E0308, E0425, E0433, E0583.
[INFO] [stderr] For more information about an error, try `rustc --explain E0308`.
[INFO] [stderr] error: could not compile `omelette`.
[INFO] [stderr] 
[INFO] [stderr] To learn more, run the command again with --verbose.
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error[E0308]: mismatched types
[INFO] [stderr]    --> src/tui/word_box.rs:242:49
[INFO] [stderr]     |
[INFO] [stderr] 242 |       nc::mvwaddch(self.win, 0, (i * 2) as i32, ch as u32);
[INFO] [stderr]     |                                                 ^^^^^^^^^
[INFO] [stderr]     |                                                 |
[INFO] [stderr]     |                                                 expected `u64`, found `u32`
[INFO] [stderr]     |                                                 help: you can convert an `u32` to `u64`: `(ch as u32).into()`
[INFO] [stderr] 
[INFO] [stderr] error[E0308]: mismatched types
[INFO] [stderr]    --> src/tui/word_box.rs:260:61
[INFO] [stderr]     |
[INFO] [stderr] 260 |       nc::mvwaddch(self.win, 0, ((i + buf_len) * 2) as i32, ch as u32);
[INFO] [stderr]     |                                                             ^^^^^^^^^
[INFO] [stderr]     |                                                             |
[INFO] [stderr]     |                                                             expected `u64`, found `u32`
[INFO] [stderr]     |                                                             help: you can convert an `u32` to `u64`: `(ch as u32).into()`
[INFO] [stderr] 
[INFO] [stderr] error: aborting due to 23 previous errors
[INFO] [stderr] 
[INFO] [stderr] Some errors have detailed explanations: E0308, E0425, E0433, E0583.
[INFO] [stderr] For more information about an error, try `rustc --explain E0308`.
[INFO] [stderr] error: could not compile `omelette`.
[INFO] [stderr] 
[INFO] [stderr] To learn more, run the command again with --verbose.
[INFO] running `"docker" "inspect" "47b73f81b9a1a74dc04c204cfa5919e10601e7c5288772113f0d58675b0d3657"`
[INFO] running `"docker" "rm" "-f" "47b73f81b9a1a74dc04c204cfa5919e10601e7c5288772113f0d58675b0d3657"`
[INFO] [stdout] 47b73f81b9a1a74dc04c204cfa5919e10601e7c5288772113f0d58675b0d3657
