[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] testing rookie1024/Omelette against 1.44.0 for beta-1.45-1 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Frookie1024%2FOmelette" "/workspace/builds/worker-6/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-6/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/rookie1024/Omelette on toolchain 1.44.0 [INFO] running `"/workspace/cargo-home/bin/cargo" "+1.44.0" "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-6/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" "+1.44.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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=warn" "-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" "+1.44.0" "build" "--frozen"` [INFO] [stdout] 989c8fc0d5a5db95ae3a23d5bdff0a82c94ddc14df3a62c7054c377de289c32a [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `"docker" "start" "-a" "989c8fc0d5a5db95ae3a23d5bdff0a82c94ddc14df3a62c7054c377de289c32a"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling libc v0.2.43 [INFO] [stderr] Compiling version_check v0.1.4 [INFO] [stderr] Compiling cc v1.0.22 [INFO] [stderr] Compiling regex v1.0.5 [INFO] [stderr] Compiling rand_core v0.2.1 [INFO] [stderr] Compiling utf8-ranges v1.0.1 [INFO] [stderr] Compiling byteorder v1.2.6 [INFO] [stderr] Compiling regex-syntax v0.6.2 [INFO] [stderr] Compiling libsqlite3-sys v0.9.3 [INFO] [stderr] Compiling proc-macro2 v0.3.8 [INFO] [stderr] Compiling lazy_static v1.1.0 [INFO] [stderr] Compiling quote v0.5.2 [INFO] [stderr] Compiling memchr v2.0.2 [INFO] [stderr] Compiling rand v0.5.5 [INFO] [stderr] Compiling thread_local v0.3.6 [INFO] [stderr] Compiling syn v0.13.11 [INFO] [stderr] Compiling aho-corasick v0.6.8 [INFO] [stderr] Compiling ncurses v5.94.0 [INFO] [stderr] Compiling diesel_derives v1.3.0 [INFO] [stderr] Compiling diesel v1.3.3 [INFO] [stderr] Compiling 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[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[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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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>; [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: aborting due to 21 previous errors; 16 warnings emitted [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0425, E0433, E0583. [INFO] [stderr] For more information about an error, try `rustc --explain E0425`. [INFO] [stderr] error: could not compile `omelette`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "989c8fc0d5a5db95ae3a23d5bdff0a82c94ddc14df3a62c7054c377de289c32a"` [INFO] running `"docker" "rm" "-f" "989c8fc0d5a5db95ae3a23d5bdff0a82c94ddc14df3a62c7054c377de289c32a"` [INFO] [stdout] 989c8fc0d5a5db95ae3a23d5bdff0a82c94ddc14df3a62c7054c377de289c32a