Dec 05 08:45:25.790 INFO checking punch-web-0.1.0 against master#c8ae2de8363be088604ffa2ccba84ff7ad7250bc for pr-56481 Dec 05 08:45:25.790 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56481/worker-2/master#c8ae2de8363be088604ffa2ccba84ff7ad7250bc:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-2/pr-56481/master#c8ae2de8363be088604ffa2ccba84ff7ad7250bc:/source:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +c8ae2de8363be088604ffa2ccba84ff7ad7250bc-alt check --frozen --all --all-targets" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Dec 05 08:45:26.123 INFO [stdout] b75a29f73d1bf7dad03fe5e2923dc4177e12c2bfb605dfec411c733c02ab8f4a Dec 05 08:45:26.155 INFO running `"docker" "start" "-a" "b75a29f73d1bf7dad03fe5e2923dc4177e12c2bfb605dfec411c733c02ab8f4a"` Dec 05 08:45:26.814 INFO [stderr] usermod: no changes Dec 05 08:45:27.199 INFO [stderr] Compiling r2d2 v0.8.3 Dec 05 08:45:27.219 INFO [stderr] Compiling diesel-derive-enum v0.4.4 Dec 05 08:45:27.219 INFO [stderr] Compiling chrono v0.4.6 Dec 05 08:45:27.233 INFO [stderr] Compiling askama_shared v0.7.2 Dec 05 08:45:27.239 INFO [stderr] Checking dotenv v0.10.1 Dec 05 08:45:27.239 INFO [stderr] Checking bcrypt v0.2.1 Dec 05 08:45:30.591 INFO [stderr] Checking trust-dns-proto v0.5.0 Dec 05 08:45:31.275 INFO [stderr] Checking diesel v1.3.3 Dec 05 08:45:37.357 INFO [stderr] Compiling askama_derive v0.7.2 Dec 05 08:45:47.834 INFO [stderr] Checking trust-dns-resolver v0.10.0 Dec 05 08:46:01.589 INFO [stderr] Compiling askama v0.7.2 Dec 05 08:46:07.583 INFO [stderr] Compiling punch-web v0.1.0 (/source) Dec 05 08:46:10.399 INFO [stderr] Checking actix v0.7.7 Dec 05 08:46:23.221 INFO [stderr] Checking actix-net v0.2.4 Dec 05 08:46:29.716 INFO [stderr] Checking migrations_internals v1.3.0 Dec 05 08:46:35.271 INFO [stderr] Checking actix-web v0.7.14 Dec 05 08:46:41.446 INFO [stderr] Compiling migrations_macros v1.3.0 Dec 05 08:46:44.251 INFO [stderr] Checking diesel_migrations v1.3.0 Dec 05 08:47:10.247 INFO [stderr] warning: unused `#[macro_use]` import Dec 05 08:47:10.247 INFO [stderr] --> src/main.rs:90:1 Dec 05 08:47:10.247 INFO [stderr] | Dec 05 08:47:10.247 INFO [stderr] 90 | #[macro_use] Dec 05 08:47:10.247 INFO [stderr] | ^^^^^^^^^^^^ Dec 05 08:47:10.247 INFO [stderr] | Dec 05 08:47:10.247 INFO [stderr] = note: #[warn(unused_imports)] on by default Dec 05 08:47:10.247 INFO [stderr] Dec 05 08:47:10.251 INFO [stderr] warning: cannot find type `last_insert_rowid` in this scope Dec 05 08:47:10.251 INFO [stderr] --> <::diesel::expression::functions::no_arg_sql_function_body_except_to_sql macros>:3:33 Dec 05 08:47:10.251 INFO [stderr] | Dec 05 08:47:10.251 INFO [stderr] 3 | derive ( Debug , Clone , Copy , QueryId ) ] pub struct $ type_name ; impl $ Dec 05 08:47:10.251 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 05 08:47:10.251 INFO [stderr] | Dec 05 08:47:10.251 INFO [stderr] = note: #[warn(proc_macro_derive_resolution_fallback)] on by default Dec 05 08:47:10.251 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! Dec 05 08:47:10.251 INFO [stderr] = note: for more information, see issue #50504 Dec 05 08:47:10.252 INFO [stderr] Dec 05 08:47:10.252 INFO [stderr] warning: cannot find type `last_insert_rowid` in this scope Dec 05 08:47:10.252 INFO [stderr] --> <::diesel::expression::functions::no_arg_sql_function_body_except_to_sql macros>:3:33 Dec 05 08:47:10.252 INFO [stderr] | Dec 05 08:47:10.252 INFO [stderr] 3 | derive ( Debug , Clone , Copy , QueryId ) ] pub struct $ type_name ; impl $ Dec 05 08:47:10.252 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 05 08:47:10.252 INFO [stderr] | Dec 05 08:47:10.252 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! Dec 05 08:47:10.252 INFO [stderr] = note: for more information, see issue #50504 Dec 05 08:47:10.252 INFO [stderr] Dec 05 08:47:10.252 INFO [stderr] warning: cannot find type `ConfigRow` in this scope Dec 05 08:47:10.252 INFO [stderr] --> src/models.rs:14:10 Dec 05 08:47:10.252 INFO [stderr] | Dec 05 08:47:10.252 INFO [stderr] 14 | #[derive(Queryable, Insertable)] Dec 05 08:47:10.252 INFO [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 05 08:47:10.252 INFO [stderr] | Dec 05 08:47:10.252 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! Dec 05 08:47:10.252 INFO [stderr] = note: for more information, see issue #50504 Dec 05 08:47:10.252 INFO [stderr] Dec 05 08:47:10.252 INFO [stderr] warning: cannot find type `config` in this scope Dec 05 08:47:10.252 INFO [stderr] --> src/models.rs:14:21 Dec 05 08:47:10.252 INFO [stderr] | Dec 05 08:47:10.252 INFO [stderr] 14 | #[derive(Queryable, Insertable)] Dec 05 08:47:10.252 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 05 08:47:10.252 INFO [stderr] | Dec 05 08:47:10.252 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! Dec 05 08:47:10.252 INFO [stderr] = note: for more information, see issue #50504 Dec 05 08:47:10.252 INFO [stderr] Dec 05 08:47:10.252 INFO [stderr] warning: cannot find type `ConfigRow` in this scope Dec 05 08:47:10.252 INFO [stderr] --> src/models.rs:14:21 Dec 05 08:47:10.252 INFO [stderr] | Dec 05 08:47:10.252 INFO [stderr] 14 | #[derive(Queryable, Insertable)] Dec 05 08:47:10.252 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 05 08:47:10.252 INFO [stderr] | Dec 05 08:47:10.252 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! Dec 05 08:47:10.252 INFO [stderr] = note: for more information, see issue #50504 Dec 05 08:47:10.252 INFO [stderr] Dec 05 08:47:10.252 INFO [stderr] warning: cannot find type `User` in this scope Dec 05 08:47:10.252 INFO [stderr] --> src/models.rs:85:21 Dec 05 08:47:10.252 INFO [stderr] | Dec 05 08:47:10.252 INFO [stderr] 85 | #[derive(Serialize, Queryable)] Dec 05 08:47:10.252 INFO [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 05 08:47:10.252 INFO [stderr] | Dec 05 08:47:10.252 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! Dec 05 08:47:10.252 INFO [stderr] = note: for more information, see issue #50504 Dec 05 08:47:10.252 INFO [stderr] Dec 05 08:47:10.252 INFO [stderr] warning: cannot find type `users` in this scope Dec 05 08:47:10.252 INFO [stderr] --> src/models.rs:93:10 Dec 05 08:47:10.252 INFO [stderr] | Dec 05 08:47:10.252 INFO [stderr] 93 | #[derive(Insertable)] Dec 05 08:47:10.252 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 05 08:47:10.252 INFO [stderr] | Dec 05 08:47:10.252 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! Dec 05 08:47:10.252 INFO [stderr] = note: for more information, see issue #50504 Dec 05 08:47:10.252 INFO [stderr] Dec 05 08:47:10.252 INFO [stderr] warning: cannot find type `NewUser` in this scope Dec 05 08:47:10.252 INFO [stderr] --> src/models.rs:93:10 Dec 05 08:47:10.252 INFO [stderr] | Dec 05 08:47:10.252 INFO [stderr] 93 | #[derive(Insertable)] Dec 05 08:47:10.252 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 05 08:47:10.252 INFO [stderr] | Dec 05 08:47:10.252 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! Dec 05 08:47:10.252 INFO [stderr] = note: for more information, see issue #50504 Dec 05 08:47:10.252 INFO [stderr] Dec 05 08:47:10.252 INFO [stderr] warning: cannot find type `Project` in this scope Dec 05 08:47:10.252 INFO [stderr] --> src/models.rs:101:10 Dec 05 08:47:10.252 INFO [stderr] | Dec 05 08:47:10.252 INFO [stderr] 101 | #[derive(Queryable)] Dec 05 08:47:10.252 INFO [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 05 08:47:10.252 INFO [stderr] | Dec 05 08:47:10.252 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! Dec 05 08:47:10.252 INFO [stderr] = note: for more information, see issue #50504 Dec 05 08:47:10.252 INFO [stderr] Dec 05 08:47:10.252 INFO [stderr] warning: cannot find type `projects` in this scope Dec 05 08:47:10.252 INFO [stderr] --> src/models.rs:109:10 Dec 05 08:47:10.252 INFO [stderr] | Dec 05 08:47:10.252 INFO [stderr] 109 | #[derive(Insertable)] Dec 05 08:47:10.252 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 05 08:47:10.252 INFO [stderr] | Dec 05 08:47:10.252 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! Dec 05 08:47:10.252 INFO [stderr] = note: for more information, see issue #50504 Dec 05 08:47:10.252 INFO [stderr] Dec 05 08:47:10.252 INFO [stderr] warning: cannot find type `NewProject` in this scope Dec 05 08:47:10.252 INFO [stderr] --> src/models.rs:109:10 Dec 05 08:47:10.253 INFO [stderr] | Dec 05 08:47:10.253 INFO [stderr] 109 | #[derive(Insertable)] Dec 05 08:47:10.253 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 05 08:47:10.253 INFO [stderr] | Dec 05 08:47:10.253 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! Dec 05 08:47:10.253 INFO [stderr] = note: for more information, see issue #50504 Dec 05 08:47:10.253 INFO [stderr] Dec 05 08:47:10.253 INFO [stderr] warning: cannot find type `EventType` in this scope Dec 05 08:47:10.253 INFO [stderr] --> src/models.rs:139:10 Dec 05 08:47:10.253 INFO [stderr] | Dec 05 08:47:10.253 INFO [stderr] 139 | #[derive(Queryable, Debug, PartialEq, Clone)] Dec 05 08:47:10.253 INFO [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 05 08:47:10.253 INFO [stderr] | Dec 05 08:47:10.253 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! Dec 05 08:47:10.253 INFO [stderr] = note: for more information, see issue #50504 Dec 05 08:47:10.253 INFO [stderr] Dec 05 08:47:10.253 INFO [stderr] warning: cannot find type `NaiveDateTime` in this scope Dec 05 08:47:10.253 INFO [stderr] --> src/models.rs:139:10 Dec 05 08:47:10.253 INFO [stderr] | Dec 05 08:47:10.253 INFO [stderr] 139 | #[derive(Queryable, Debug, PartialEq, Clone)] Dec 05 08:47:10.253 INFO [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 05 08:47:10.253 INFO [stderr] | Dec 05 08:47:10.253 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! Dec 05 08:47:10.253 INFO [stderr] = note: for more information, see issue #50504 Dec 05 08:47:10.253 INFO [stderr] Dec 05 08:47:10.253 INFO [stderr] warning: cannot find type `Event` in this scope Dec 05 08:47:10.253 INFO [stderr] --> src/models.rs:139:10 Dec 05 08:47:10.253 INFO [stderr] | Dec 05 08:47:10.253 INFO [stderr] 139 | #[derive(Queryable, Debug, PartialEq, Clone)] Dec 05 08:47:10.253 INFO [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 05 08:47:10.253 INFO [stderr] | Dec 05 08:47:10.253 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! Dec 05 08:47:10.253 INFO [stderr] = note: for more information, see issue #50504 Dec 05 08:47:10.253 INFO [stderr] Dec 05 08:47:10.253 INFO [stderr] warning: cannot find type `events` in this scope Dec 05 08:47:10.253 INFO [stderr] --> src/models.rs:154:10 Dec 05 08:47:10.253 INFO [stderr] | Dec 05 08:47:10.253 INFO [stderr] 154 | #[derive(Insertable)] Dec 05 08:47:10.253 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 05 08:47:10.253 INFO [stderr] | Dec 05 08:47:10.253 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! Dec 05 08:47:10.253 INFO [stderr] = note: for more information, see issue #50504 Dec 05 08:47:10.253 INFO [stderr] Dec 05 08:47:10.253 INFO [stderr] warning: cannot find type `NewEvent` in this scope Dec 05 08:47:10.253 INFO [stderr] --> src/models.rs:154:10 Dec 05 08:47:10.253 INFO [stderr] | Dec 05 08:47:10.253 INFO [stderr] 154 | #[derive(Insertable)] Dec 05 08:47:10.253 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 05 08:47:10.253 INFO [stderr] | Dec 05 08:47:10.253 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! Dec 05 08:47:10.253 INFO [stderr] = note: for more information, see issue #50504 Dec 05 08:47:10.253 INFO [stderr] Dec 05 08:47:10.253 INFO [stderr] warning: cannot find type `EventType` in this scope Dec 05 08:47:10.253 INFO [stderr] --> src/models.rs:154:10 Dec 05 08:47:10.253 INFO [stderr] | Dec 05 08:47:10.253 INFO [stderr] 154 | #[derive(Insertable)] Dec 05 08:47:10.253 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 05 08:47:10.253 INFO [stderr] | Dec 05 08:47:10.253 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! Dec 05 08:47:10.253 INFO [stderr] = note: for more information, see issue #50504 Dec 05 08:47:10.253 INFO [stderr] Dec 05 08:47:10.253 INFO [stderr] warning: cannot find type `NaiveDateTime` in this scope Dec 05 08:47:10.253 INFO [stderr] --> src/models.rs:154:10 Dec 05 08:47:10.253 INFO [stderr] | Dec 05 08:47:10.253 INFO [stderr] 154 | #[derive(Insertable)] Dec 05 08:47:10.253 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 05 08:47:10.253 INFO [stderr] | Dec 05 08:47:10.253 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! Dec 05 08:47:10.253 INFO [stderr] = note: for more information, see issue #50504 Dec 05 08:47:10.253 INFO [stderr] Dec 05 08:47:10.253 INFO [stderr] warning: cannot find type `table` in this scope Dec 05 08:47:10.253 INFO [stderr] --> <::diesel::macros::table_body macros>:165:33 Dec 05 08:47:10.253 INFO [stderr] | Dec 05 08:47:10.253 INFO [stderr] 165 | derive ( Debug , Clone , Copy , QueryId ) ] /// The actual table struct Dec 05 08:47:10.253 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 05 08:47:10.253 INFO [stderr] | Dec 05 08:47:10.253 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! Dec 05 08:47:10.253 INFO [stderr] = note: for more information, see issue #50504 Dec 05 08:47:10.253 INFO [stderr] Dec 05 08:47:10.253 INFO [stderr] warning: cannot find type `id` in this scope Dec 05 08:47:10.253 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 05 08:47:10.253 INFO [stderr] | Dec 05 08:47:10.253 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 05 08:47:10.253 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 05 08:47:10.254 INFO [stderr] | Dec 05 08:47:10.254 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! Dec 05 08:47:10.254 INFO [stderr] = note: for more information, see issue #50504 Dec 05 08:47:10.254 INFO [stderr] Dec 05 08:47:10.254 INFO [stderr] warning: cannot find type `secret` in this scope Dec 05 08:47:10.254 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 05 08:47:10.254 INFO [stderr] | Dec 05 08:47:10.254 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 05 08:47:10.254 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 05 08:47:10.254 INFO [stderr] | Dec 05 08:47:10.254 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! Dec 05 08:47:10.254 INFO [stderr] = note: for more information, see issue #50504 Dec 05 08:47:10.254 INFO [stderr] Dec 05 08:47:10.254 INFO [stderr] warning: cannot find type `project_id` in this scope Dec 05 08:47:10.254 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 05 08:47:10.254 INFO [stderr] | Dec 05 08:47:10.254 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 05 08:47:10.254 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 05 08:47:10.254 INFO [stderr] | Dec 05 08:47:10.254 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! Dec 05 08:47:10.254 INFO [stderr] = note: for more information, see issue #50504 Dec 05 08:47:10.254 INFO [stderr] Dec 05 08:47:10.254 INFO [stderr] warning: cannot find type `event_type` in this scope Dec 05 08:47:10.254 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 05 08:47:10.254 INFO [stderr] | Dec 05 08:47:10.254 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 05 08:47:10.254 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 05 08:47:10.254 INFO [stderr] | Dec 05 08:47:10.254 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! Dec 05 08:47:10.254 INFO [stderr] = note: for more information, see issue #50504 Dec 05 08:47:10.254 INFO [stderr] Dec 05 08:47:10.254 INFO [stderr] warning: cannot find type `clock` in this scope Dec 05 08:47:10.254 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 05 08:47:10.254 INFO [stderr] | Dec 05 08:47:10.254 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 05 08:47:10.254 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 05 08:47:10.254 INFO [stderr] | Dec 05 08:47:10.254 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! Dec 05 08:47:10.254 INFO [stderr] = note: for more information, see issue #50504 Dec 05 08:47:10.254 INFO [stderr] Dec 05 08:47:10.254 INFO [stderr] warning: cannot find type `user_id` in this scope Dec 05 08:47:10.254 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 05 08:47:10.254 INFO [stderr] | Dec 05 08:47:10.254 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 05 08:47:10.254 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 05 08:47:10.254 INFO [stderr] | Dec 05 08:47:10.254 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! Dec 05 08:47:10.254 INFO [stderr] = note: for more information, see issue #50504 Dec 05 08:47:10.254 INFO [stderr] Dec 05 08:47:10.254 INFO [stderr] warning: cannot find type `name` in this scope Dec 05 08:47:10.254 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 05 08:47:10.254 INFO [stderr] | Dec 05 08:47:10.254 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 05 08:47:10.254 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 05 08:47:10.254 INFO [stderr] | Dec 05 08:47:10.254 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! Dec 05 08:47:10.254 INFO [stderr] = note: for more information, see issue #50504 Dec 05 08:47:10.254 INFO [stderr] Dec 05 08:47:10.254 INFO [stderr] warning: cannot find type `overhead` in this scope Dec 05 08:47:10.254 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 05 08:47:10.254 INFO [stderr] | Dec 05 08:47:10.254 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 05 08:47:10.254 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 05 08:47:10.254 INFO [stderr] | Dec 05 08:47:10.254 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! Dec 05 08:47:10.254 INFO [stderr] = note: for more information, see issue #50504 Dec 05 08:47:10.254 INFO [stderr] Dec 05 08:47:10.254 INFO [stderr] warning: cannot find type `password` in this scope Dec 05 08:47:10.254 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 05 08:47:10.254 INFO [stderr] | Dec 05 08:47:10.254 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 05 08:47:10.254 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 05 08:47:10.254 INFO [stderr] | Dec 05 08:47:10.254 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! Dec 05 08:47:10.254 INFO [stderr] = note: for more information, see issue #50504 Dec 05 08:47:10.254 INFO [stderr] Dec 05 08:47:10.254 INFO [stderr] warning: cannot find type `admin` in this scope Dec 05 08:47:10.254 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 05 08:47:10.254 INFO [stderr] | Dec 05 08:47:10.258 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 05 08:47:10.259 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 05 08:47:10.259 INFO [stderr] | Dec 05 08:47:10.259 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! Dec 05 08:47:10.259 INFO [stderr] = note: for more information, see issue #50504 Dec 05 08:47:10.259 INFO [stderr] Dec 05 08:47:10.845 INFO [stderr] warning: unused `#[macro_use]` import Dec 05 08:47:10.845 INFO [stderr] --> src/main.rs:90:1 Dec 05 08:47:10.845 INFO [stderr] | Dec 05 08:47:10.845 INFO [stderr] 90 | #[macro_use] Dec 05 08:47:10.845 INFO [stderr] | ^^^^^^^^^^^^ Dec 05 08:47:10.845 INFO [stderr] | Dec 05 08:47:10.845 INFO [stderr] = note: #[warn(unused_imports)] on by default Dec 05 08:47:10.845 INFO [stderr] Dec 05 08:47:10.846 INFO [stderr] warning: cannot find type `last_insert_rowid` in this scope Dec 05 08:47:10.846 INFO [stderr] --> <::diesel::expression::functions::no_arg_sql_function_body_except_to_sql macros>:3:33 Dec 05 08:47:10.846 INFO [stderr] | Dec 05 08:47:10.846 INFO [stderr] 3 | derive ( Debug , Clone , Copy , QueryId ) ] pub struct $ type_name ; impl $ Dec 05 08:47:10.846 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 05 08:47:10.846 INFO [stderr] | Dec 05 08:47:10.846 INFO [stderr] = note: #[warn(proc_macro_derive_resolution_fallback)] on by default Dec 05 08:47:10.846 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! Dec 05 08:47:10.846 INFO [stderr] = note: for more information, see issue #50504 Dec 05 08:47:10.846 INFO [stderr] Dec 05 08:47:10.846 INFO [stderr] warning: cannot find type `last_insert_rowid` in this scope Dec 05 08:47:10.846 INFO [stderr] --> <::diesel::expression::functions::no_arg_sql_function_body_except_to_sql macros>:3:33 Dec 05 08:47:10.846 INFO [stderr] | Dec 05 08:47:10.846 INFO [stderr] 3 | derive ( Debug , Clone , Copy , QueryId ) ] pub struct $ type_name ; impl $ Dec 05 08:47:10.846 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 05 08:47:10.846 INFO [stderr] | Dec 05 08:47:10.846 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! Dec 05 08:47:10.846 INFO [stderr] = note: for more information, see issue #50504 Dec 05 08:47:10.846 INFO [stderr] Dec 05 08:47:10.851 INFO [stderr] warning: cannot find type `ConfigRow` in this scope Dec 05 08:47:10.851 INFO [stderr] --> src/models.rs:14:10 Dec 05 08:47:10.851 INFO [stderr] | Dec 05 08:47:10.851 INFO [stderr] 14 | #[derive(Queryable, Insertable)] Dec 05 08:47:10.851 INFO [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 05 08:47:10.851 INFO [stderr] | Dec 05 08:47:10.851 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! Dec 05 08:47:10.851 INFO [stderr] = note: for more information, see issue #50504 Dec 05 08:47:10.851 INFO [stderr] Dec 05 08:47:10.851 INFO [stderr] warning: cannot find type `config` in this scope Dec 05 08:47:10.851 INFO [stderr] --> src/models.rs:14:21 Dec 05 08:47:10.851 INFO [stderr] | Dec 05 08:47:10.851 INFO [stderr] 14 | #[derive(Queryable, Insertable)] Dec 05 08:47:10.851 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 05 08:47:10.851 INFO [stderr] | Dec 05 08:47:10.851 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! Dec 05 08:47:10.851 INFO [stderr] = note: for more information, see issue #50504 Dec 05 08:47:10.851 INFO [stderr] Dec 05 08:47:10.851 INFO [stderr] warning: cannot find type `ConfigRow` in this scope Dec 05 08:47:10.851 INFO [stderr] --> src/models.rs:14:21 Dec 05 08:47:10.851 INFO [stderr] | Dec 05 08:47:10.851 INFO [stderr] 14 | #[derive(Queryable, Insertable)] Dec 05 08:47:10.851 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 05 08:47:10.851 INFO [stderr] | Dec 05 08:47:10.851 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! Dec 05 08:47:10.851 INFO [stderr] = note: for more information, see issue #50504 Dec 05 08:47:10.851 INFO [stderr] Dec 05 08:47:10.851 INFO [stderr] warning: cannot find type `User` in this scope Dec 05 08:47:10.851 INFO [stderr] --> src/models.rs:85:21 Dec 05 08:47:10.851 INFO [stderr] | Dec 05 08:47:10.851 INFO [stderr] 85 | #[derive(Serialize, Queryable)] Dec 05 08:47:10.851 INFO [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 05 08:47:10.851 INFO [stderr] | Dec 05 08:47:10.851 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! Dec 05 08:47:10.851 INFO [stderr] = note: for more information, see issue #50504 Dec 05 08:47:10.855 INFO [stderr] Dec 05 08:47:10.855 INFO [stderr] warning: cannot find type `users` in this scope Dec 05 08:47:10.855 INFO [stderr] --> src/models.rs:93:10 Dec 05 08:47:10.855 INFO [stderr] | Dec 05 08:47:10.855 INFO [stderr] 93 | #[derive(Insertable)] Dec 05 08:47:10.855 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 05 08:47:10.855 INFO [stderr] | Dec 05 08:47:10.855 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! Dec 05 08:47:10.855 INFO [stderr] = note: for more information, see issue #50504 Dec 05 08:47:10.855 INFO [stderr] Dec 05 08:47:10.855 INFO [stderr] warning: cannot find type `NewUser` in this scope Dec 05 08:47:10.855 INFO [stderr] --> src/models.rs:93:10 Dec 05 08:47:10.855 INFO [stderr] | Dec 05 08:47:10.855 INFO [stderr] 93 | #[derive(Insertable)] Dec 05 08:47:10.855 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 05 08:47:10.855 INFO [stderr] | Dec 05 08:47:10.855 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! Dec 05 08:47:10.855 INFO [stderr] = note: for more information, see issue #50504 Dec 05 08:47:10.855 INFO [stderr] Dec 05 08:47:10.855 INFO [stderr] warning: cannot find type `Project` in this scope Dec 05 08:47:10.855 INFO [stderr] --> src/models.rs:101:10 Dec 05 08:47:10.855 INFO [stderr] | Dec 05 08:47:10.855 INFO [stderr] 101 | #[derive(Queryable)] Dec 05 08:47:10.855 INFO [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 05 08:47:10.855 INFO [stderr] | Dec 05 08:47:10.855 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! Dec 05 08:47:10.855 INFO [stderr] = note: for more information, see issue #50504 Dec 05 08:47:10.855 INFO [stderr] Dec 05 08:47:10.855 INFO [stderr] warning: cannot find type `projects` in this scope Dec 05 08:47:10.855 INFO [stderr] --> src/models.rs:109:10 Dec 05 08:47:10.855 INFO [stderr] | Dec 05 08:47:10.855 INFO [stderr] 109 | #[derive(Insertable)] Dec 05 08:47:10.855 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 05 08:47:10.855 INFO [stderr] | Dec 05 08:47:10.855 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! Dec 05 08:47:10.855 INFO [stderr] = note: for more information, see issue #50504 Dec 05 08:47:10.855 INFO [stderr] Dec 05 08:47:10.855 INFO [stderr] warning: cannot find type `NewProject` in this scope Dec 05 08:47:10.855 INFO [stderr] --> src/models.rs:109:10 Dec 05 08:47:10.855 INFO [stderr] | Dec 05 08:47:10.855 INFO [stderr] 109 | #[derive(Insertable)] Dec 05 08:47:10.855 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 05 08:47:10.855 INFO [stderr] | Dec 05 08:47:10.855 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! Dec 05 08:47:10.855 INFO [stderr] = note: for more information, see issue #50504 Dec 05 08:47:10.855 INFO [stderr] Dec 05 08:47:10.855 INFO [stderr] warning: cannot find type `EventType` in this scope Dec 05 08:47:10.855 INFO [stderr] --> src/models.rs:139:10 Dec 05 08:47:10.855 INFO [stderr] | Dec 05 08:47:10.855 INFO [stderr] 139 | #[derive(Queryable, Debug, PartialEq, Clone)] Dec 05 08:47:10.855 INFO [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 05 08:47:10.855 INFO [stderr] | Dec 05 08:47:10.855 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! Dec 05 08:47:10.855 INFO [stderr] = note: for more information, see issue #50504 Dec 05 08:47:10.855 INFO [stderr] Dec 05 08:47:10.855 INFO [stderr] warning: cannot find type `NaiveDateTime` in this scope Dec 05 08:47:10.855 INFO [stderr] --> src/models.rs:139:10 Dec 05 08:47:10.855 INFO [stderr] | Dec 05 08:47:10.855 INFO [stderr] 139 | #[derive(Queryable, Debug, PartialEq, Clone)] Dec 05 08:47:10.855 INFO [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 05 08:47:10.855 INFO [stderr] | Dec 05 08:47:10.855 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! Dec 05 08:47:10.855 INFO [stderr] = note: for more information, see issue #50504 Dec 05 08:47:10.855 INFO [stderr] Dec 05 08:47:10.855 INFO [stderr] warning: cannot find type `Event` in this scope Dec 05 08:47:10.855 INFO [stderr] --> src/models.rs:139:10 Dec 05 08:47:10.855 INFO [stderr] | Dec 05 08:47:10.855 INFO [stderr] 139 | #[derive(Queryable, Debug, PartialEq, Clone)] Dec 05 08:47:10.855 INFO [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 05 08:47:10.855 INFO [stderr] | Dec 05 08:47:10.856 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! Dec 05 08:47:10.856 INFO [stderr] = note: for more information, see issue #50504 Dec 05 08:47:10.856 INFO [stderr] Dec 05 08:47:10.856 INFO [stderr] warning: cannot find type `events` in this scope Dec 05 08:47:10.856 INFO [stderr] --> src/models.rs:154:10 Dec 05 08:47:10.856 INFO [stderr] | Dec 05 08:47:10.856 INFO [stderr] 154 | #[derive(Insertable)] Dec 05 08:47:10.856 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 05 08:47:10.856 INFO [stderr] | Dec 05 08:47:10.856 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! Dec 05 08:47:10.856 INFO [stderr] = note: for more information, see issue #50504 Dec 05 08:47:10.856 INFO [stderr] Dec 05 08:47:10.856 INFO [stderr] warning: cannot find type `NewEvent` in this scope Dec 05 08:47:10.856 INFO [stderr] --> src/models.rs:154:10 Dec 05 08:47:10.856 INFO [stderr] | Dec 05 08:47:10.856 INFO [stderr] 154 | #[derive(Insertable)] Dec 05 08:47:10.856 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 05 08:47:10.856 INFO [stderr] | Dec 05 08:47:10.856 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! Dec 05 08:47:10.856 INFO [stderr] = note: for more information, see issue #50504 Dec 05 08:47:10.856 INFO [stderr] Dec 05 08:47:10.856 INFO [stderr] warning: cannot find type `EventType` in this scope Dec 05 08:47:10.856 INFO [stderr] --> src/models.rs:154:10 Dec 05 08:47:10.856 INFO [stderr] | Dec 05 08:47:10.856 INFO [stderr] 154 | #[derive(Insertable)] Dec 05 08:47:10.856 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 05 08:47:10.856 INFO [stderr] | Dec 05 08:47:10.856 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! Dec 05 08:47:10.856 INFO [stderr] = note: for more information, see issue #50504 Dec 05 08:47:10.856 INFO [stderr] Dec 05 08:47:10.856 INFO [stderr] warning: cannot find type `NaiveDateTime` in this scope Dec 05 08:47:10.856 INFO [stderr] --> src/models.rs:154:10 Dec 05 08:47:10.856 INFO [stderr] | Dec 05 08:47:10.856 INFO [stderr] 154 | #[derive(Insertable)] Dec 05 08:47:10.856 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 05 08:47:10.856 INFO [stderr] | Dec 05 08:47:10.856 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! Dec 05 08:47:10.856 INFO [stderr] = note: for more information, see issue #50504 Dec 05 08:47:10.856 INFO [stderr] Dec 05 08:47:10.856 INFO [stderr] warning: cannot find type `table` in this scope Dec 05 08:47:10.856 INFO [stderr] --> <::diesel::macros::table_body macros>:165:33 Dec 05 08:47:10.856 INFO [stderr] | Dec 05 08:47:10.856 INFO [stderr] 165 | derive ( Debug , Clone , Copy , QueryId ) ] /// The actual table struct Dec 05 08:47:10.856 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 05 08:47:10.856 INFO [stderr] | Dec 05 08:47:10.856 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! Dec 05 08:47:10.856 INFO [stderr] = note: for more information, see issue #50504 Dec 05 08:47:10.856 INFO [stderr] Dec 05 08:47:10.856 INFO [stderr] warning: cannot find type `id` in this scope Dec 05 08:47:10.856 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 05 08:47:10.856 INFO [stderr] | Dec 05 08:47:10.856 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 05 08:47:10.856 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 05 08:47:10.856 INFO [stderr] | Dec 05 08:47:10.856 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! Dec 05 08:47:10.856 INFO [stderr] = note: for more information, see issue #50504 Dec 05 08:47:10.856 INFO [stderr] Dec 05 08:47:10.859 INFO [stderr] warning: cannot find type `secret` in this scope Dec 05 08:47:10.859 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 05 08:47:10.860 INFO [stderr] | Dec 05 08:47:10.860 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 05 08:47:10.860 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 05 08:47:10.860 INFO [stderr] | Dec 05 08:47:10.860 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! Dec 05 08:47:10.860 INFO [stderr] = note: for more information, see issue #50504 Dec 05 08:47:10.860 INFO [stderr] Dec 05 08:47:10.860 INFO [stderr] warning: cannot find type `project_id` in this scope Dec 05 08:47:10.860 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 05 08:47:10.860 INFO [stderr] | Dec 05 08:47:10.860 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 05 08:47:10.860 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 05 08:47:10.860 INFO [stderr] | Dec 05 08:47:10.860 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! Dec 05 08:47:10.860 INFO [stderr] = note: for more information, see issue #50504 Dec 05 08:47:10.860 INFO [stderr] Dec 05 08:47:10.860 INFO [stderr] warning: cannot find type `event_type` in this scope Dec 05 08:47:10.860 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 05 08:47:10.860 INFO [stderr] | Dec 05 08:47:10.860 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 05 08:47:10.860 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 05 08:47:10.860 INFO [stderr] | Dec 05 08:47:10.860 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! Dec 05 08:47:10.860 INFO [stderr] = note: for more information, see issue #50504 Dec 05 08:47:10.860 INFO [stderr] Dec 05 08:47:10.860 INFO [stderr] warning: cannot find type `clock` in this scope Dec 05 08:47:10.860 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 05 08:47:10.860 INFO [stderr] | Dec 05 08:47:10.860 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 05 08:47:10.860 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 05 08:47:10.860 INFO [stderr] | Dec 05 08:47:10.860 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! Dec 05 08:47:10.860 INFO [stderr] = note: for more information, see issue #50504 Dec 05 08:47:10.860 INFO [stderr] Dec 05 08:47:10.860 INFO [stderr] warning: cannot find type `user_id` in this scope Dec 05 08:47:10.860 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 05 08:47:10.860 INFO [stderr] | Dec 05 08:47:10.860 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 05 08:47:10.860 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 05 08:47:10.860 INFO [stderr] | Dec 05 08:47:10.860 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! Dec 05 08:47:10.860 INFO [stderr] = note: for more information, see issue #50504 Dec 05 08:47:10.860 INFO [stderr] Dec 05 08:47:10.860 INFO [stderr] warning: cannot find type `name` in this scope Dec 05 08:47:10.860 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 05 08:47:10.860 INFO [stderr] | Dec 05 08:47:10.860 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 05 08:47:10.860 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 05 08:47:10.860 INFO [stderr] | Dec 05 08:47:10.860 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! Dec 05 08:47:10.860 INFO [stderr] = note: for more information, see issue #50504 Dec 05 08:47:10.860 INFO [stderr] Dec 05 08:47:10.860 INFO [stderr] warning: cannot find type `overhead` in this scope Dec 05 08:47:10.860 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 05 08:47:10.860 INFO [stderr] | Dec 05 08:47:10.860 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 05 08:47:10.860 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 05 08:47:10.860 INFO [stderr] | Dec 05 08:47:10.860 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! Dec 05 08:47:10.860 INFO [stderr] = note: for more information, see issue #50504 Dec 05 08:47:10.860 INFO [stderr] Dec 05 08:47:10.860 INFO [stderr] warning: cannot find type `password` in this scope Dec 05 08:47:10.860 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 05 08:47:10.860 INFO [stderr] | Dec 05 08:47:10.860 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 05 08:47:10.860 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 05 08:47:10.860 INFO [stderr] | Dec 05 08:47:10.860 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! Dec 05 08:47:10.860 INFO [stderr] = note: for more information, see issue #50504 Dec 05 08:47:10.860 INFO [stderr] Dec 05 08:47:10.860 INFO [stderr] warning: cannot find type `admin` in this scope Dec 05 08:47:10.860 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 05 08:47:10.860 INFO [stderr] | Dec 05 08:47:10.860 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 05 08:47:10.860 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 05 08:47:10.860 INFO [stderr] | Dec 05 08:47:10.860 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! Dec 05 08:47:10.860 INFO [stderr] = note: for more information, see issue #50504 Dec 05 08:47:10.860 INFO [stderr] Dec 05 08:47:11.047 INFO [stderr] error[E0277]: the trait bound `models::Config: std::clone::Clone` is not satisfied in `[closure@src/server.rs:31:28: 59:6 db_addr:actix::Addr, static_path:std::path::PathBuf, config:models::Config]` Dec 05 08:47:11.047 INFO [stderr] --> src/server.rs:31:5 Dec 05 08:47:11.047 INFO [stderr] | Dec 05 08:47:11.047 INFO [stderr] 31 | actix_web::server::new(move || { Dec 05 08:47:11.047 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ within `[closure@src/server.rs:31:28: 59:6 db_addr:actix::Addr, static_path:std::path::PathBuf, config:models::Config]`, the trait `std::clone::Clone` is not implemented for `models::Config` Dec 05 08:47:11.047 INFO [stderr] | Dec 05 08:47:11.047 INFO [stderr] = note: required because it appears within the type `[closure@src/server.rs:31:28: 59:6 db_addr:actix::Addr, static_path:std::path::PathBuf, config:models::Config]` Dec 05 08:47:11.047 INFO [stderr] = note: required by `actix_web::server::new` Dec 05 08:47:11.047 INFO [stderr] Dec 05 08:47:11.307 INFO [stderr] error: aborting due to previous error Dec 05 08:47:11.307 INFO [stderr] Dec 05 08:47:11.307 INFO [stderr] For more information about this error, try `rustc --explain E0277`. Dec 05 08:47:11.320 INFO [stderr] error: Could not compile `punch-web`. Dec 05 08:47:11.320 INFO [stderr] warning: build failed, waiting for other jobs to finish... Dec 05 08:47:11.599 INFO [stderr] error[E0277]: the trait bound `models::Config: std::clone::Clone` is not satisfied in `[closure@src/server.rs:31:28: 59:6 db_addr:actix::Addr, static_path:std::path::PathBuf, config:models::Config]` Dec 05 08:47:11.599 INFO [stderr] --> src/server.rs:31:5 Dec 05 08:47:11.599 INFO [stderr] | Dec 05 08:47:11.599 INFO [stderr] 31 | actix_web::server::new(move || { Dec 05 08:47:11.599 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ within `[closure@src/server.rs:31:28: 59:6 db_addr:actix::Addr, static_path:std::path::PathBuf, config:models::Config]`, the trait `std::clone::Clone` is not implemented for `models::Config` Dec 05 08:47:11.599 INFO [stderr] | Dec 05 08:47:11.599 INFO [stderr] = note: required because it appears within the type `[closure@src/server.rs:31:28: 59:6 db_addr:actix::Addr, static_path:std::path::PathBuf, config:models::Config]` Dec 05 08:47:11.599 INFO [stderr] = note: required by `actix_web::server::new` Dec 05 08:47:11.599 INFO [stderr] Dec 05 08:47:11.831 INFO [stderr] error: aborting due to previous error Dec 05 08:47:11.831 INFO [stderr] Dec 05 08:47:11.831 INFO [stderr] For more information about this error, try `rustc --explain E0277`. Dec 05 08:47:11.860 INFO [stderr] error: Could not compile `punch-web`. Dec 05 08:47:11.860 INFO [stderr] Dec 05 08:47:11.860 INFO [stderr] To learn more, run the command again with --verbose. Dec 05 08:47:11.863 INFO [stderr] su: No module specific data is present Dec 05 08:47:12.508 INFO running `"docker" "inspect" "b75a29f73d1bf7dad03fe5e2923dc4177e12c2bfb605dfec411c733c02ab8f4a"` Dec 05 08:47:12.807 INFO running `"docker" "rm" "-f" "b75a29f73d1bf7dad03fe5e2923dc4177e12c2bfb605dfec411c733c02ab8f4a"` Dec 05 08:47:13.028 INFO [stdout] b75a29f73d1bf7dad03fe5e2923dc4177e12c2bfb605dfec411c733c02ab8f4a