[INFO] updating cached repository https://github.com/mindriot101/taskman
[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] 8863279194647225242bdec127c8fcce11e313c3
[INFO] checking mindriot101/taskman against master#209b2be09fcaff937480d1fbbe8b31646e361c7a for pr-70917
[INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmindriot101%2Ftaskman" "/workspace/builds/worker-2/source"`
[INFO] [stderr] Cloning into '/workspace/builds/worker-2/source'...
[INFO] [stderr] done.
[INFO] validating manifest of git repo https://github.com/mindriot101/taskman on toolchain 209b2be09fcaff937480d1fbbe8b31646e361c7a
[INFO] running `"/workspace/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "read-manifest" "--manifest-path" "Cargo.toml"`
[INFO] started tweaking git repo https://github.com/mindriot101/taskman
[INFO] finished tweaking git repo https://github.com/mindriot101/taskman
[INFO] tweaked toml for git repo https://github.com/mindriot101/taskman written to /workspace/builds/worker-2/source/Cargo.toml
[INFO] crate git repo https://github.com/mindriot101/taskman already has a lockfile, it will not be regenerated
[INFO] running `"/workspace/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "fetch" "--locked" "--manifest-path" "Cargo.toml"`
[INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "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] aebb705402fa545e175eb97f00aee79d438a644685bcdf819ae4678874112c78
[INFO] running `"docker" "start" "-a" "aebb705402fa545e175eb97f00aee79d438a644685bcdf819ae4678874112c78"`
[INFO] [stderr]    Compiling unicode-segmentation v1.2.0
[INFO] [stderr]    Compiling backtrace-sys v0.1.16
[INFO] [stderr]     Checking atty v0.2.8
[INFO] [stderr]     Checking termion v1.5.1
[INFO] [stderr]    Compiling libsqlite3-sys v0.9.1
[INFO] [stderr]     Checking regex-syntax v0.5.5
[INFO] [stderr]    Compiling syn v0.13.1
[INFO] [stderr]    Compiling diesel_derives v1.2.0
[INFO] [stderr]     Checking clap v2.31.2
[INFO] [stderr]    Compiling heck v0.3.0
[INFO] [stderr]    Compiling diesel-derive-enum v0.4.3
[INFO] [stderr]     Checking regex v0.2.10
[INFO] [stderr]     Checking diesel v1.2.2
[INFO] [stderr]    Compiling structopt-derive v0.2.7
[INFO] [stderr]    Compiling derive-error-chain v0.11.1
[INFO] [stderr]     Checking structopt v0.2.7
[INFO] [stderr]     Checking backtrace v0.3.6
[INFO] [stderr]     Checking error-chain v0.11.0
[INFO] [stderr]     Checking failure v0.1.1
[INFO] [stderr]     Checking dotenv v0.11.0
[INFO] [stderr]     Checking taskman v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Priority`
[INFO] [stderr]  --> src/priority.rs:4:35
[INFO] [stderr]   |
[INFO] [stderr] 4 | #[derive(Debug, PartialEq, Clone, DbEnum)]
[INFO] [stderr]   |                                   ^^^^^^ use of undeclared type or module `Priority`
[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[E0412]: cannot find type `Priority` in this scope
[INFO] [stderr]  --> src/priority.rs:4:35
[INFO] [stderr]   |
[INFO] [stderr] 4 | #[derive(Debug, PartialEq, Clone, DbEnum)]
[INFO] [stderr]   |                                   ^^^^^^ not found in this scope
[INFO] [stderr]   |
[INFO] [stderr]   = note: possible candidate is found in another module, you can import it into scope:
[INFO] [stderr]           priority::Priority
[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] warning: cannot find type `table` in this scope
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/diesel-1.2.2/src/macros/mod.rs:753:42
[INFO] [stderr]     |
[INFO] [stderr] 753 |             #[derive(Debug, Clone, Copy, QueryId)]
[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 `table` in this scope
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/diesel-1.2.2/src/macros/mod.rs:753:42
[INFO] [stderr]     |
[INFO] [stderr] 753 |             #[derive(Debug, Clone, Copy, QueryId)]
[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 `id` in this scope
[INFO] [stderr]  --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/diesel-1.2.2/src/macros/mod.rs:9:38
[INFO] [stderr]   |
[INFO] [stderr] 9 |         #[derive(Debug, Clone, Copy, QueryId, Default)]
[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 `description` in this scope
[INFO] [stderr]  --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/diesel-1.2.2/src/macros/mod.rs:9:38
[INFO] [stderr]   |
[INFO] [stderr] 9 |         #[derive(Debug, Clone, Copy, QueryId, Default)]
[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 `priority` in this scope
[INFO] [stderr]  --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/diesel-1.2.2/src/macros/mod.rs:9:38
[INFO] [stderr]   |
[INFO] [stderr] 9 |         #[derive(Debug, Clone, Copy, QueryId, Default)]
[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 `Priority` in this scope
[INFO] [stderr]  --> src/db/models.rs:5:17
[INFO] [stderr]   |
[INFO] [stderr] 5 | #[derive(Debug, Queryable, Identifiable)]
[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 `Task` in this scope
[INFO] [stderr]  --> src/db/models.rs:5:17
[INFO] [stderr]   |
[INFO] [stderr] 5 | #[derive(Debug, Queryable, Identifiable)]
[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 `Task` in this scope
[INFO] [stderr]  --> src/db/models.rs:5:28
[INFO] [stderr]   |
[INFO] [stderr] 5 | #[derive(Debug, Queryable, Identifiable)]
[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 `tasks` in this scope
[INFO] [stderr]  --> src/db/models.rs:5:28
[INFO] [stderr]   |
[INFO] [stderr] 5 | #[derive(Debug, Queryable, Identifiable)]
[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 `tasks` in this scope
[INFO] [stderr]   --> src/db/models.rs:12:17
[INFO] [stderr]    |
[INFO] [stderr] 12 | #[derive(Debug, 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 `NewTask` in this scope
[INFO] [stderr]   --> src/db/models.rs:12:17
[INFO] [stderr]    |
[INFO] [stderr] 12 | #[derive(Debug, 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 `Priority` in this scope
[INFO] [stderr]   --> src/db/models.rs:12:17
[INFO] [stderr]    |
[INFO] [stderr] 12 | #[derive(Debug, 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 `Priority` in this scope
[INFO] [stderr]  --> src/priority.rs:4:35
[INFO] [stderr]   |
[INFO] [stderr] 4 | #[derive(Debug, PartialEq, Clone, DbEnum)]
[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] error[E0433]: failed to resolve: use of undeclared type or module `Priority`
[INFO] [stderr]  --> src/priority.rs:4:35
[INFO] [stderr]   |
[INFO] [stderr] 4 | #[derive(Debug, PartialEq, Clone, DbEnum)]
[INFO] [stderr]   |                                   ^^^^^^ use of undeclared type or module `Priority`
[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[E0412]: cannot find type `Priority` in this scope
[INFO] [stderr]  --> src/priority.rs:4:35
[INFO] [stderr]   |
[INFO] [stderr] 4 | #[derive(Debug, PartialEq, Clone, DbEnum)]
[INFO] [stderr]   |                                   ^^^^^^ not found in this scope
[INFO] [stderr]   |
[INFO] [stderr]   = note: possible candidate is found in another module, you can import it into scope:
[INFO] [stderr]           priority::Priority
[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] warning: cannot find type `table` in this scope
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/diesel-1.2.2/src/macros/mod.rs:753:42
[INFO] [stderr]     |
[INFO] [stderr] 753 |             #[derive(Debug, Clone, Copy, QueryId)]
[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 `table` in this scope
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/diesel-1.2.2/src/macros/mod.rs:753:42
[INFO] [stderr]     |
[INFO] [stderr] 753 |             #[derive(Debug, Clone, Copy, QueryId)]
[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 `id` in this scope
[INFO] [stderr]  --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/diesel-1.2.2/src/macros/mod.rs:9:38
[INFO] [stderr]   |
[INFO] [stderr] 9 |         #[derive(Debug, Clone, Copy, QueryId, Default)]
[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 `description` in this scope
[INFO] [stderr]  --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/diesel-1.2.2/src/macros/mod.rs:9:38
[INFO] [stderr]   |
[INFO] [stderr] 9 |         #[derive(Debug, Clone, Copy, QueryId, Default)]
[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 `priority` in this scope
[INFO] [stderr]  --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/diesel-1.2.2/src/macros/mod.rs:9:38
[INFO] [stderr]   |
[INFO] [stderr] 9 |         #[derive(Debug, Clone, Copy, QueryId, Default)]
[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 `Priority` in this scope
[INFO] [stderr]  --> src/db/models.rs:5:17
[INFO] [stderr]   |
[INFO] [stderr] 5 | #[derive(Debug, Queryable, Identifiable)]
[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 `Task` in this scope
[INFO] [stderr]  --> src/db/models.rs:5:17
[INFO] [stderr]   |
[INFO] [stderr] 5 | #[derive(Debug, Queryable, Identifiable)]
[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 `Task` in this scope
[INFO] [stderr]  --> src/db/models.rs:5:28
[INFO] [stderr]   |
[INFO] [stderr] 5 | #[derive(Debug, Queryable, Identifiable)]
[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 `tasks` in this scope
[INFO] [stderr]  --> src/db/models.rs:5:28
[INFO] [stderr]   |
[INFO] [stderr] 5 | #[derive(Debug, Queryable, Identifiable)]
[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 `tasks` in this scope
[INFO] [stderr]   --> src/db/models.rs:12:17
[INFO] [stderr]    |
[INFO] [stderr] 12 | #[derive(Debug, 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 `NewTask` in this scope
[INFO] [stderr]   --> src/db/models.rs:12:17
[INFO] [stderr]    |
[INFO] [stderr] 12 | #[derive(Debug, 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 `Priority` in this scope
[INFO] [stderr]   --> src/db/models.rs:12:17
[INFO] [stderr]    |
[INFO] [stderr] 12 | #[derive(Debug, 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 `Priority` in this scope
[INFO] [stderr]  --> src/priority.rs:4:35
[INFO] [stderr]   |
[INFO] [stderr] 4 | #[derive(Debug, PartialEq, Clone, DbEnum)]
[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] error[E0277]: the trait bound `priority::Priority: diesel::Queryable<priority::db_enum_impl_Priority::PriorityMapping, _>` is not satisfied
[INFO] [stderr]   --> src/taskman.rs:48:29
[INFO] [stderr]    |
[INFO] [stderr] 48 |         let results = tasks.load::<Task>(&self.connection)?;
[INFO] [stderr]    |                             ^^^^ the trait `diesel::Queryable<priority::db_enum_impl_Priority::PriorityMapping, _>` is not implemented for `priority::Priority`
[INFO] [stderr]    |
[INFO] [stderr]    = note: required because of the requirements on the impl of `diesel::Queryable<diesel::sql_types::Nullable<priority::db_enum_impl_Priority::PriorityMapping>, _>` for `std::option::Option<priority::Priority>`
[INFO] [stderr]    = note: required because of the requirements on the impl of `diesel::Queryable<(diesel::sql_types::Integer, diesel::sql_types::Text, diesel::sql_types::Nullable<priority::db_enum_impl_Priority::PriorityMapping>), _>` for `(i32, std::string::String, std::option::Option<priority::Priority>)`
[INFO] [stderr]    = note: required because of the requirements on the impl of `diesel::Queryable<(diesel::sql_types::Integer, diesel::sql_types::Text, diesel::sql_types::Nullable<priority::db_enum_impl_Priority::PriorityMapping>), _>` for `db::models::Task`
[INFO] [stderr]    = note: required because of the requirements on the impl of `diesel::query_dsl::LoadQuery<_, db::models::Task>` for `db::schema::tasks::table`
[INFO] [stderr] 
[INFO] [stderr] error: aborting due to 3 previous errors
[INFO] [stderr] 
[INFO] [stderr] Some errors have detailed explanations: E0277, E0412, E0433.
[INFO] [stderr] For more information about an error, try `rustc --explain E0277`.
[INFO] [stderr] error: could not compile `taskman`.
[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[E0277]: the trait bound `priority::Priority: diesel::Queryable<priority::db_enum_impl_Priority::PriorityMapping, _>` is not satisfied
[INFO] [stderr]   --> src/taskman.rs:48:29
[INFO] [stderr]    |
[INFO] [stderr] 48 |         let results = tasks.load::<Task>(&self.connection)?;
[INFO] [stderr]    |                             ^^^^ the trait `diesel::Queryable<priority::db_enum_impl_Priority::PriorityMapping, _>` is not implemented for `priority::Priority`
[INFO] [stderr]    |
[INFO] [stderr]    = note: required because of the requirements on the impl of `diesel::Queryable<diesel::sql_types::Nullable<priority::db_enum_impl_Priority::PriorityMapping>, _>` for `std::option::Option<priority::Priority>`
[INFO] [stderr]    = note: required because of the requirements on the impl of `diesel::Queryable<(diesel::sql_types::Integer, diesel::sql_types::Text, diesel::sql_types::Nullable<priority::db_enum_impl_Priority::PriorityMapping>), _>` for `(i32, std::string::String, std::option::Option<priority::Priority>)`
[INFO] [stderr]    = note: required because of the requirements on the impl of `diesel::Queryable<(diesel::sql_types::Integer, diesel::sql_types::Text, diesel::sql_types::Nullable<priority::db_enum_impl_Priority::PriorityMapping>), _>` for `db::models::Task`
[INFO] [stderr]    = note: required because of the requirements on the impl of `diesel::query_dsl::LoadQuery<_, db::models::Task>` for `db::schema::tasks::table`
[INFO] [stderr] 
[INFO] [stderr] error: aborting due to 3 previous errors
[INFO] [stderr] 
[INFO] [stderr] Some errors have detailed explanations: E0277, E0412, E0433.
[INFO] [stderr] For more information about an error, try `rustc --explain E0277`.
[INFO] [stderr] error: could not compile `taskman`.
[INFO] [stderr] 
[INFO] [stderr] To learn more, run the command again with --verbose.
[INFO] running `"docker" "inspect" "aebb705402fa545e175eb97f00aee79d438a644685bcdf819ae4678874112c78"`
[INFO] running `"docker" "rm" "-f" "aebb705402fa545e175eb97f00aee79d438a644685bcdf819ae4678874112c78"`
[INFO] [stdout] aebb705402fa545e175eb97f00aee79d438a644685bcdf819ae4678874112c78
