[INFO] updating cached repository mindriot101/taskman [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/mindriot101/taskman [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/mindriot101/taskman" "work/ex/beta-1.38-1/sources/1.37.0/gh/mindriot101/taskman"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/1.37.0/gh/mindriot101/taskman'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/mindriot101/taskman" "work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/mindriot101/taskman"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/mindriot101/taskman'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 8863279194647225242bdec127c8fcce11e313c3 [INFO] sha for GitHub repo mindriot101/taskman: 8863279194647225242bdec127c8fcce11e313c3 [INFO] validating manifest of mindriot101/taskman on toolchain 1.37.0 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of mindriot101/taskman on toolchain beta-2019-08-13 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing mindriot101/taskman [INFO] finished frobbing mindriot101/taskman [INFO] frobbed toml for mindriot101/taskman written to work/ex/beta-1.38-1/sources/1.37.0/gh/mindriot101/taskman/Cargo.toml [INFO] started frobbing mindriot101/taskman [INFO] finished frobbing mindriot101/taskman [INFO] frobbed toml for mindriot101/taskman written to work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/mindriot101/taskman/Cargo.toml [INFO] crate mindriot101/taskman already has a lockfile, it will not be regenerated [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing mindriot101/taskman against 1.37.0 for beta-1.38-1 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-0/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/gh/mindriot101/taskman:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+1.37.0" "build" "--frozen"` [INFO] [stdout] 875c9f00c8009f0a234124a55f3037d09a711c9ca4fbb94508980186f955be2f [INFO] running `"docker" "start" "-a" "875c9f00c8009f0a234124a55f3037d09a711c9ca4fbb94508980186f955be2f"` [INFO] [stderr] Compiling syntex_fmt_macros v0.5.0 [INFO] [stderr] Compiling termion v1.5.1 [INFO] [stderr] Compiling libsqlite3-sys v0.9.1 [INFO] [stderr] Compiling heck v0.3.0 [INFO] [stderr] Compiling backtrace-sys v0.1.16 [INFO] [stderr] Compiling syn v0.13.1 [INFO] [stderr] Compiling diesel_derives v1.2.0 [INFO] [stderr] Compiling backtrace v0.3.6 [INFO] [stderr] Compiling diesel-derive-enum v0.4.3 [INFO] [stderr] Compiling error-chain v0.11.0 [INFO] [stderr] Compiling failure v0.1.1 [INFO] [stderr] Compiling diesel v1.2.2 [INFO] [stderr] Compiling derive-error-chain v0.11.1 [INFO] [stderr] Compiling structopt-derive v0.2.7 [INFO] [stderr] Compiling structopt v0.2.7 [INFO] [stderr] Compiling dotenv v0.11.0 [INFO] [stderr] Compiling taskman v0.1.0 (/opt/crater/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] 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] warning: cannot find type `table` in this scope [INFO] [stderr] --> <::diesel::macros::table_body macros>:165:33 [INFO] [stderr] | [INFO] [stderr] 165 | derive ( Debug , Clone , Copy , QueryId ) ] /// The actual table struct [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 `table` in this scope [INFO] [stderr] --> <::diesel::macros::table_body macros>:165:33 [INFO] [stderr] | [INFO] [stderr] 165 | derive ( Debug , Clone , Copy , QueryId ) ] /// The actual table struct [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 `id` in this scope [INFO] [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 [INFO] [stderr] | [INFO] [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name [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 `description` in this scope [INFO] [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 [INFO] [stderr] | [INFO] [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name [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 `priority` in this scope [INFO] [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 [INFO] [stderr] | [INFO] [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name [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 `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 [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 [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 [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 [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 [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 [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 [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 [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `priority::Priority: diesel::Queryable` is not satisfied [INFO] [stderr] --> src/taskman.rs:48:29 [INFO] [stderr] | [INFO] [stderr] 48 | let results = tasks.load::(&self.connection)?; [INFO] [stderr] | ^^^^ the trait `diesel::Queryable` is not implemented for `priority::Priority` [INFO] [stderr] | [INFO] [stderr] = note: required because of the requirements on the impl of `diesel::Queryable, _>` for `std::option::Option` [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), _>` for `(i32, std::string::String, std::option::Option)` [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), _>` 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" "875c9f00c8009f0a234124a55f3037d09a711c9ca4fbb94508980186f955be2f"` [INFO] running `"docker" "rm" "-f" "875c9f00c8009f0a234124a55f3037d09a711c9ca4fbb94508980186f955be2f"` [INFO] [stdout] 875c9f00c8009f0a234124a55f3037d09a711c9ca4fbb94508980186f955be2f