Dec 04 20:08:31.233 INFO checking davidarmstronglewis/personal-blog against master#c8ae2de8363be088604ffa2ccba84ff7ad7250bc for pr-56481 Dec 04 20:08:31.233 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56481/worker-7/master#c8ae2de8363be088604ffa2ccba84ff7ad7250bc:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-7/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 04 20:08:31.674 INFO [stdout] 1d597e345c1d4a8fe754340378774745d6b127036e547a6abceecdd747287fc0 Dec 04 20:08:31.678 INFO running `"docker" "start" "-a" "1d597e345c1d4a8fe754340378774745d6b127036e547a6abceecdd747287fc0"` Dec 04 20:08:32.731 INFO [stderr] usermod: no changes Dec 04 20:08:33.179 INFO [stderr] Compiling pq-sys v0.4.5 Dec 04 20:08:33.200 INFO [stderr] Compiling actix-web v0.6.12 Dec 04 20:08:33.206 INFO [stderr] Checking r2d2 v0.8.2 Dec 04 20:08:33.223 INFO [stderr] Compiling serde_json v1.0.20 Dec 04 20:08:33.224 INFO [stderr] Checking chrono v0.4.2 Dec 04 20:08:33.245 INFO [stderr] Checking trust-dns-proto v0.3.3 Dec 04 20:08:33.245 INFO [stderr] Checking tokio-signal v0.1.5 Dec 04 20:08:38.889 INFO [stderr] Checking diesel v1.3.0 Dec 04 20:08:40.691 INFO [stderr] Compiling cargo_metadata v0.5.6 Dec 04 20:08:45.047 INFO [stderr] Checking trust-dns-resolver v0.8.2 Dec 04 20:08:47.795 INFO [stderr] Compiling skeptic v0.13.3 Dec 04 20:08:56.023 INFO [stderr] Compiling actix v0.5.8 Dec 04 20:09:36.611 INFO [stderr] Checking r2d2-diesel v1.0.0 Dec 04 20:09:37.607 INFO [stderr] Checking personal-blog v0.1.0 (/source) Dec 04 20:09:45.087 INFO [stderr] warning: cannot find type `NaiveDateTime` in this scope Dec 04 20:09:45.087 INFO [stderr] --> src/db/models.rs:3:17 Dec 04 20:09:45.087 INFO [stderr] | Dec 04 20:09:45.087 INFO [stderr] 3 | #[derive(Debug, Queryable, Serialize, Deserialize)] Dec 04 20:09:45.087 INFO [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 04 20:09:45.087 INFO [stderr] | Dec 04 20:09:45.087 INFO [stderr] = note: #[warn(proc_macro_derive_resolution_fallback)] on by default Dec 04 20:09:45.087 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 04 20:09:45.087 INFO [stderr] = note: for more information, see issue #50504 Dec 04 20:09:45.087 INFO [stderr] Dec 04 20:09:45.087 INFO [stderr] warning: cannot find type `NaiveDateTime` in this scope Dec 04 20:09:45.087 INFO [stderr] --> src/db/models.rs:3:17 Dec 04 20:09:45.087 INFO [stderr] | Dec 04 20:09:45.087 INFO [stderr] 3 | #[derive(Debug, Queryable, Serialize, Deserialize)] Dec 04 20:09:45.087 INFO [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 04 20:09:45.087 INFO [stderr] | Dec 04 20:09:45.087 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 04 20:09:45.087 INFO [stderr] = note: for more information, see issue #50504 Dec 04 20:09:45.087 INFO [stderr] Dec 04 20:09:45.087 INFO [stderr] warning: cannot find type `BlogPost` in this scope Dec 04 20:09:45.087 INFO [stderr] --> src/db/models.rs:3:17 Dec 04 20:09:45.087 INFO [stderr] | Dec 04 20:09:45.087 INFO [stderr] 3 | #[derive(Debug, Queryable, Serialize, Deserialize)] Dec 04 20:09:45.087 INFO [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 04 20:09:45.087 INFO [stderr] | Dec 04 20:09:45.087 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 04 20:09:45.087 INFO [stderr] = note: for more information, see issue #50504 Dec 04 20:09:45.087 INFO [stderr] Dec 04 20:09:45.087 INFO [stderr] warning: cannot find type `blog_posts` in this scope Dec 04 20:09:45.087 INFO [stderr] --> src/db/models.rs:15:17 Dec 04 20:09:45.087 INFO [stderr] | Dec 04 20:09:45.087 INFO [stderr] 15 | #[derive(Debug, Insertable)] Dec 04 20:09:45.087 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 04 20:09:45.087 INFO [stderr] | Dec 04 20:09:45.087 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 04 20:09:45.087 INFO [stderr] = note: for more information, see issue #50504 Dec 04 20:09:45.087 INFO [stderr] Dec 04 20:09:45.088 INFO [stderr] warning: cannot find type `NewBlogPost` in this scope Dec 04 20:09:45.088 INFO [stderr] --> src/db/models.rs:15:17 Dec 04 20:09:45.088 INFO [stderr] | Dec 04 20:09:45.088 INFO [stderr] 15 | #[derive(Debug, Insertable)] Dec 04 20:09:45.088 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 04 20:09:45.088 INFO [stderr] | Dec 04 20:09:45.088 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 04 20:09:45.088 INFO [stderr] = note: for more information, see issue #50504 Dec 04 20:09:45.088 INFO [stderr] Dec 04 20:09:45.088 INFO [stderr] warning: cannot find type `table` in this scope Dec 04 20:09:45.088 INFO [stderr] --> <::diesel::macros::table_body macros>:165:33 Dec 04 20:09:45.088 INFO [stderr] | Dec 04 20:09:45.088 INFO [stderr] 165 | derive ( Debug , Clone , Copy , QueryId ) ] /// The actual table struct Dec 04 20:09:45.088 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 04 20:09:45.088 INFO [stderr] | Dec 04 20:09:45.088 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 04 20:09:45.088 INFO [stderr] = note: for more information, see issue #50504 Dec 04 20:09:45.088 INFO [stderr] Dec 04 20:09:45.088 INFO [stderr] warning: cannot find type `id` in this scope Dec 04 20:09:45.088 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 04 20:09:45.088 INFO [stderr] | Dec 04 20:09:45.088 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 04 20:09:45.088 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 04 20:09:45.088 INFO [stderr] | Dec 04 20:09:45.088 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 04 20:09:45.088 INFO [stderr] = note: for more information, see issue #50504 Dec 04 20:09:45.088 INFO [stderr] Dec 04 20:09:45.088 INFO [stderr] warning: cannot find type `title` in this scope Dec 04 20:09:45.088 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 04 20:09:45.088 INFO [stderr] | Dec 04 20:09:45.088 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 04 20:09:45.088 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 04 20:09:45.088 INFO [stderr] | Dec 04 20:09:45.088 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 04 20:09:45.088 INFO [stderr] = note: for more information, see issue #50504 Dec 04 20:09:45.088 INFO [stderr] Dec 04 20:09:45.088 INFO [stderr] warning: cannot find type `body` in this scope Dec 04 20:09:45.088 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 04 20:09:45.088 INFO [stderr] | Dec 04 20:09:45.088 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 04 20:09:45.088 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 04 20:09:45.088 INFO [stderr] | Dec 04 20:09:45.088 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 04 20:09:45.088 INFO [stderr] = note: for more information, see issue #50504 Dec 04 20:09:45.088 INFO [stderr] Dec 04 20:09:45.088 INFO [stderr] warning: cannot find type `published` in this scope Dec 04 20:09:45.088 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 04 20:09:45.088 INFO [stderr] | Dec 04 20:09:45.088 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 04 20:09:45.088 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 04 20:09:45.088 INFO [stderr] | Dec 04 20:09:45.088 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 04 20:09:45.088 INFO [stderr] = note: for more information, see issue #50504 Dec 04 20:09:45.088 INFO [stderr] Dec 04 20:09:45.088 INFO [stderr] warning: cannot find type `created_at` in this scope Dec 04 20:09:45.088 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 04 20:09:45.088 INFO [stderr] | Dec 04 20:09:45.088 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 04 20:09:45.088 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 04 20:09:45.088 INFO [stderr] | Dec 04 20:09:45.088 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 04 20:09:45.088 INFO [stderr] = note: for more information, see issue #50504 Dec 04 20:09:45.088 INFO [stderr] Dec 04 20:09:45.088 INFO [stderr] warning: cannot find type `updated_at` in this scope Dec 04 20:09:45.088 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 04 20:09:45.088 INFO [stderr] | Dec 04 20:09:45.088 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 04 20:09:45.088 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 04 20:09:45.088 INFO [stderr] | Dec 04 20:09:45.088 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 04 20:09:45.088 INFO [stderr] = note: for more information, see issue #50504 Dec 04 20:09:45.088 INFO [stderr] Dec 04 20:09:45.211 INFO [stderr] warning: cannot find type `NaiveDateTime` in this scope Dec 04 20:09:45.211 INFO [stderr] --> src/db/models.rs:3:17 Dec 04 20:09:45.211 INFO [stderr] | Dec 04 20:09:45.211 INFO [stderr] 3 | #[derive(Debug, Queryable, Serialize, Deserialize)] Dec 04 20:09:45.211 INFO [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 04 20:09:45.211 INFO [stderr] | Dec 04 20:09:45.211 INFO [stderr] = note: #[warn(proc_macro_derive_resolution_fallback)] on by default Dec 04 20:09:45.211 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 04 20:09:45.211 INFO [stderr] = note: for more information, see issue #50504 Dec 04 20:09:45.211 INFO [stderr] Dec 04 20:09:45.211 INFO [stderr] warning: cannot find type `NaiveDateTime` in this scope Dec 04 20:09:45.211 INFO [stderr] --> src/db/models.rs:3:17 Dec 04 20:09:45.211 INFO [stderr] | Dec 04 20:09:45.211 INFO [stderr] 3 | #[derive(Debug, Queryable, Serialize, Deserialize)] Dec 04 20:09:45.211 INFO [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 04 20:09:45.211 INFO [stderr] | Dec 04 20:09:45.211 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 04 20:09:45.211 INFO [stderr] = note: for more information, see issue #50504 Dec 04 20:09:45.211 INFO [stderr] Dec 04 20:09:45.211 INFO [stderr] warning: cannot find type `BlogPost` in this scope Dec 04 20:09:45.211 INFO [stderr] --> src/db/models.rs:3:17 Dec 04 20:09:45.211 INFO [stderr] | Dec 04 20:09:45.211 INFO [stderr] 3 | #[derive(Debug, Queryable, Serialize, Deserialize)] Dec 04 20:09:45.211 INFO [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 04 20:09:45.211 INFO [stderr] | Dec 04 20:09:45.211 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 04 20:09:45.211 INFO [stderr] = note: for more information, see issue #50504 Dec 04 20:09:45.211 INFO [stderr] Dec 04 20:09:45.211 INFO [stderr] warning: cannot find type `blog_posts` in this scope Dec 04 20:09:45.211 INFO [stderr] --> src/db/models.rs:15:17 Dec 04 20:09:45.211 INFO [stderr] | Dec 04 20:09:45.211 INFO [stderr] 15 | #[derive(Debug, Insertable)] Dec 04 20:09:45.211 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 04 20:09:45.211 INFO [stderr] | Dec 04 20:09:45.211 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 04 20:09:45.211 INFO [stderr] = note: for more information, see issue #50504 Dec 04 20:09:45.211 INFO [stderr] Dec 04 20:09:45.211 INFO [stderr] warning: cannot find type `NewBlogPost` in this scope Dec 04 20:09:45.211 INFO [stderr] --> src/db/models.rs:15:17 Dec 04 20:09:45.211 INFO [stderr] | Dec 04 20:09:45.211 INFO [stderr] 15 | #[derive(Debug, Insertable)] Dec 04 20:09:45.211 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 04 20:09:45.211 INFO [stderr] | Dec 04 20:09:45.211 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 04 20:09:45.211 INFO [stderr] = note: for more information, see issue #50504 Dec 04 20:09:45.211 INFO [stderr] Dec 04 20:09:45.211 INFO [stderr] warning: cannot find type `table` in this scope Dec 04 20:09:45.211 INFO [stderr] --> <::diesel::macros::table_body macros>:165:33 Dec 04 20:09:45.211 INFO [stderr] | Dec 04 20:09:45.211 INFO [stderr] 165 | derive ( Debug , Clone , Copy , QueryId ) ] /// The actual table struct Dec 04 20:09:45.211 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 04 20:09:45.211 INFO [stderr] | Dec 04 20:09:45.211 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 04 20:09:45.211 INFO [stderr] = note: for more information, see issue #50504 Dec 04 20:09:45.211 INFO [stderr] Dec 04 20:09:45.211 INFO [stderr] warning: cannot find type `id` in this scope Dec 04 20:09:45.211 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 04 20:09:45.211 INFO [stderr] | Dec 04 20:09:45.211 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 04 20:09:45.211 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 04 20:09:45.211 INFO [stderr] | Dec 04 20:09:45.211 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 04 20:09:45.211 INFO [stderr] = note: for more information, see issue #50504 Dec 04 20:09:45.211 INFO [stderr] Dec 04 20:09:45.214 INFO [stderr] warning: cannot find type `title` in this scope Dec 04 20:09:45.215 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 04 20:09:45.215 INFO [stderr] | Dec 04 20:09:45.215 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 04 20:09:45.215 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 04 20:09:45.215 INFO [stderr] | Dec 04 20:09:45.215 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 04 20:09:45.215 INFO [stderr] = note: for more information, see issue #50504 Dec 04 20:09:45.215 INFO [stderr] Dec 04 20:09:45.215 INFO [stderr] warning: cannot find type `body` in this scope Dec 04 20:09:45.215 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 04 20:09:45.215 INFO [stderr] | Dec 04 20:09:45.215 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 04 20:09:45.215 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 04 20:09:45.215 INFO [stderr] | Dec 04 20:09:45.215 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 04 20:09:45.215 INFO [stderr] = note: for more information, see issue #50504 Dec 04 20:09:45.215 INFO [stderr] Dec 04 20:09:45.215 INFO [stderr] warning: cannot find type `published` in this scope Dec 04 20:09:45.215 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 04 20:09:45.215 INFO [stderr] | Dec 04 20:09:45.215 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 04 20:09:45.215 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 04 20:09:45.215 INFO [stderr] | Dec 04 20:09:45.215 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 04 20:09:45.215 INFO [stderr] = note: for more information, see issue #50504 Dec 04 20:09:45.215 INFO [stderr] Dec 04 20:09:45.215 INFO [stderr] warning: cannot find type `created_at` in this scope Dec 04 20:09:45.215 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 04 20:09:45.215 INFO [stderr] | Dec 04 20:09:45.215 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 04 20:09:45.215 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 04 20:09:45.215 INFO [stderr] | Dec 04 20:09:45.215 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 04 20:09:45.215 INFO [stderr] = note: for more information, see issue #50504 Dec 04 20:09:45.215 INFO [stderr] Dec 04 20:09:45.215 INFO [stderr] warning: cannot find type `updated_at` in this scope Dec 04 20:09:45.215 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 04 20:09:45.215 INFO [stderr] | Dec 04 20:09:45.215 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 04 20:09:45.215 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 04 20:09:45.215 INFO [stderr] | Dec 04 20:09:45.215 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 04 20:09:45.215 INFO [stderr] = note: for more information, see issue #50504 Dec 04 20:09:45.215 INFO [stderr] Dec 04 20:09:53.586 INFO [stderr] warning: cannot find type `NaiveDateTime` in this scope Dec 04 20:09:53.586 INFO [stderr] --> src/db/models.rs:3:17 Dec 04 20:09:53.586 INFO [stderr] | Dec 04 20:09:53.586 INFO [stderr] 3 | #[derive(Debug, Queryable, Serialize, Deserialize)] Dec 04 20:09:53.586 INFO [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 04 20:09:53.586 INFO [stderr] | Dec 04 20:09:53.586 INFO [stderr] = note: #[warn(proc_macro_derive_resolution_fallback)] on by default Dec 04 20:09:53.586 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 04 20:09:53.586 INFO [stderr] = note: for more information, see issue #50504 Dec 04 20:09:53.586 INFO [stderr] Dec 04 20:09:53.586 INFO [stderr] warning: cannot find type `NaiveDateTime` in this scope Dec 04 20:09:53.586 INFO [stderr] --> src/db/models.rs:3:17 Dec 04 20:09:53.586 INFO [stderr] | Dec 04 20:09:53.586 INFO [stderr] 3 | #[derive(Debug, Queryable, Serialize, Deserialize)] Dec 04 20:09:53.586 INFO [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 04 20:09:53.586 INFO [stderr] | Dec 04 20:09:53.586 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 04 20:09:53.586 INFO [stderr] = note: for more information, see issue #50504 Dec 04 20:09:53.586 INFO [stderr] Dec 04 20:09:53.586 INFO [stderr] warning: cannot find type `BlogPost` in this scope Dec 04 20:09:53.586 INFO [stderr] --> src/db/models.rs:3:17 Dec 04 20:09:53.586 INFO [stderr] | Dec 04 20:09:53.586 INFO [stderr] 3 | #[derive(Debug, Queryable, Serialize, Deserialize)] Dec 04 20:09:53.586 INFO [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 04 20:09:53.586 INFO [stderr] | Dec 04 20:09:53.586 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 04 20:09:53.586 INFO [stderr] = note: for more information, see issue #50504 Dec 04 20:09:53.586 INFO [stderr] Dec 04 20:09:53.586 INFO [stderr] warning: cannot find type `blog_posts` in this scope Dec 04 20:09:53.586 INFO [stderr] --> src/db/models.rs:15:17 Dec 04 20:09:53.586 INFO [stderr] | Dec 04 20:09:53.586 INFO [stderr] 15 | #[derive(Debug, Insertable)] Dec 04 20:09:53.586 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 04 20:09:53.586 INFO [stderr] | Dec 04 20:09:53.586 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 04 20:09:53.586 INFO [stderr] = note: for more information, see issue #50504 Dec 04 20:09:53.586 INFO [stderr] Dec 04 20:09:53.586 INFO [stderr] warning: cannot find type `NewBlogPost` in this scope Dec 04 20:09:53.586 INFO [stderr] --> src/db/models.rs:15:17 Dec 04 20:09:53.586 INFO [stderr] | Dec 04 20:09:53.586 INFO [stderr] 15 | #[derive(Debug, Insertable)] Dec 04 20:09:53.586 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 04 20:09:53.586 INFO [stderr] | Dec 04 20:09:53.587 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 04 20:09:53.587 INFO [stderr] = note: for more information, see issue #50504 Dec 04 20:09:53.587 INFO [stderr] Dec 04 20:09:53.588 INFO [stderr] warning: cannot find type `table` in this scope Dec 04 20:09:53.588 INFO [stderr] --> <::diesel::macros::table_body macros>:165:33 Dec 04 20:09:53.588 INFO [stderr] | Dec 04 20:09:53.588 INFO [stderr] 165 | derive ( Debug , Clone , Copy , QueryId ) ] /// The actual table struct Dec 04 20:09:53.588 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 04 20:09:53.588 INFO [stderr] | Dec 04 20:09:53.588 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 04 20:09:53.588 INFO [stderr] = note: for more information, see issue #50504 Dec 04 20:09:53.588 INFO [stderr] Dec 04 20:09:53.588 INFO [stderr] warning: cannot find type `id` in this scope Dec 04 20:09:53.588 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 04 20:09:53.588 INFO [stderr] | Dec 04 20:09:53.588 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 04 20:09:53.588 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 04 20:09:53.588 INFO [stderr] | Dec 04 20:09:53.588 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 04 20:09:53.588 INFO [stderr] = note: for more information, see issue #50504 Dec 04 20:09:53.588 INFO [stderr] Dec 04 20:09:53.588 INFO [stderr] warning: cannot find type `title` in this scope Dec 04 20:09:53.588 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 04 20:09:53.588 INFO [stderr] | Dec 04 20:09:53.588 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 04 20:09:53.588 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 04 20:09:53.588 INFO [stderr] | Dec 04 20:09:53.588 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 04 20:09:53.588 INFO [stderr] = note: for more information, see issue #50504 Dec 04 20:09:53.588 INFO [stderr] Dec 04 20:09:53.592 INFO [stderr] warning: cannot find type `body` in this scope Dec 04 20:09:53.592 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 04 20:09:53.592 INFO [stderr] | Dec 04 20:09:53.592 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 04 20:09:53.592 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 04 20:09:53.592 INFO [stderr] | Dec 04 20:09:53.592 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 04 20:09:53.592 INFO [stderr] = note: for more information, see issue #50504 Dec 04 20:09:53.592 INFO [stderr] Dec 04 20:09:53.592 INFO [stderr] warning: cannot find type `published` in this scope Dec 04 20:09:53.592 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 04 20:09:53.592 INFO [stderr] | Dec 04 20:09:53.592 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 04 20:09:53.592 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 04 20:09:53.592 INFO [stderr] | Dec 04 20:09:53.592 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 04 20:09:53.592 INFO [stderr] = note: for more information, see issue #50504 Dec 04 20:09:53.592 INFO [stderr] Dec 04 20:09:53.592 INFO [stderr] warning: cannot find type `created_at` in this scope Dec 04 20:09:53.592 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 04 20:09:53.592 INFO [stderr] | Dec 04 20:09:53.592 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 04 20:09:53.592 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 04 20:09:53.592 INFO [stderr] | Dec 04 20:09:53.592 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 04 20:09:53.592 INFO [stderr] = note: for more information, see issue #50504 Dec 04 20:09:53.592 INFO [stderr] Dec 04 20:09:53.592 INFO [stderr] warning: cannot find type `updated_at` in this scope Dec 04 20:09:53.592 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 04 20:09:53.592 INFO [stderr] | Dec 04 20:09:53.592 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 04 20:09:53.592 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 04 20:09:53.592 INFO [stderr] | Dec 04 20:09:53.592 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 04 20:09:53.592 INFO [stderr] = note: for more information, see issue #50504 Dec 04 20:09:53.592 INFO [stderr] Dec 04 20:09:54.547 INFO [stderr] warning: cannot find type `NaiveDateTime` in this scope Dec 04 20:09:54.547 INFO [stderr] --> src/db/models.rs:3:17 Dec 04 20:09:54.547 INFO [stderr] | Dec 04 20:09:54.547 INFO [stderr] 3 | #[derive(Debug, Queryable, Serialize, Deserialize)] Dec 04 20:09:54.547 INFO [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 04 20:09:54.547 INFO [stderr] | Dec 04 20:09:54.547 INFO [stderr] = note: #[warn(proc_macro_derive_resolution_fallback)] on by default Dec 04 20:09:54.547 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 04 20:09:54.547 INFO [stderr] = note: for more information, see issue #50504 Dec 04 20:09:54.547 INFO [stderr] Dec 04 20:09:54.547 INFO [stderr] warning: cannot find type `NaiveDateTime` in this scope Dec 04 20:09:54.547 INFO [stderr] --> src/db/models.rs:3:17 Dec 04 20:09:54.547 INFO [stderr] | Dec 04 20:09:54.547 INFO [stderr] 3 | #[derive(Debug, Queryable, Serialize, Deserialize)] Dec 04 20:09:54.547 INFO [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 04 20:09:54.547 INFO [stderr] | Dec 04 20:09:54.547 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 04 20:09:54.547 INFO [stderr] = note: for more information, see issue #50504 Dec 04 20:09:54.547 INFO [stderr] Dec 04 20:09:54.547 INFO [stderr] warning: cannot find type `BlogPost` in this scope Dec 04 20:09:54.547 INFO [stderr] --> src/db/models.rs:3:17 Dec 04 20:09:54.547 INFO [stderr] | Dec 04 20:09:54.547 INFO [stderr] 3 | #[derive(Debug, Queryable, Serialize, Deserialize)] Dec 04 20:09:54.547 INFO [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 04 20:09:54.547 INFO [stderr] | Dec 04 20:09:54.547 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 04 20:09:54.547 INFO [stderr] = note: for more information, see issue #50504 Dec 04 20:09:54.547 INFO [stderr] Dec 04 20:09:54.547 INFO [stderr] warning: cannot find type `blog_posts` in this scope Dec 04 20:09:54.547 INFO [stderr] --> src/db/models.rs:15:17 Dec 04 20:09:54.547 INFO [stderr] | Dec 04 20:09:54.547 INFO [stderr] 15 | #[derive(Debug, Insertable)] Dec 04 20:09:54.547 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 04 20:09:54.547 INFO [stderr] | Dec 04 20:09:54.547 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 04 20:09:54.547 INFO [stderr] = note: for more information, see issue #50504 Dec 04 20:09:54.547 INFO [stderr] Dec 04 20:09:54.547 INFO [stderr] warning: cannot find type `NewBlogPost` in this scope Dec 04 20:09:54.547 INFO [stderr] --> src/db/models.rs:15:17 Dec 04 20:09:54.547 INFO [stderr] | Dec 04 20:09:54.547 INFO [stderr] 15 | #[derive(Debug, Insertable)] Dec 04 20:09:54.547 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 04 20:09:54.547 INFO [stderr] | Dec 04 20:09:54.547 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 04 20:09:54.547 INFO [stderr] = note: for more information, see issue #50504 Dec 04 20:09:54.547 INFO [stderr] Dec 04 20:09:54.547 INFO [stderr] warning: cannot find type `table` in this scope Dec 04 20:09:54.547 INFO [stderr] --> <::diesel::macros::table_body macros>:165:33 Dec 04 20:09:54.547 INFO [stderr] | Dec 04 20:09:54.547 INFO [stderr] 165 | derive ( Debug , Clone , Copy , QueryId ) ] /// The actual table struct Dec 04 20:09:54.547 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 04 20:09:54.547 INFO [stderr] | Dec 04 20:09:54.547 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 04 20:09:54.547 INFO [stderr] = note: for more information, see issue #50504 Dec 04 20:09:54.547 INFO [stderr] Dec 04 20:09:54.547 INFO [stderr] warning: cannot find type `id` in this scope Dec 04 20:09:54.547 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 04 20:09:54.547 INFO [stderr] | Dec 04 20:09:54.547 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 04 20:09:54.547 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 04 20:09:54.547 INFO [stderr] | Dec 04 20:09:54.547 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 04 20:09:54.547 INFO [stderr] = note: for more information, see issue #50504 Dec 04 20:09:54.547 INFO [stderr] Dec 04 20:09:54.547 INFO [stderr] warning: cannot find type `title` in this scope Dec 04 20:09:54.547 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 04 20:09:54.547 INFO [stderr] | Dec 04 20:09:54.547 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 04 20:09:54.547 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 04 20:09:54.547 INFO [stderr] | Dec 04 20:09:54.547 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 04 20:09:54.547 INFO [stderr] = note: for more information, see issue #50504 Dec 04 20:09:54.547 INFO [stderr] Dec 04 20:09:54.547 INFO [stderr] warning: cannot find type `body` in this scope Dec 04 20:09:54.547 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 04 20:09:54.547 INFO [stderr] | Dec 04 20:09:54.547 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 04 20:09:54.547 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 04 20:09:54.547 INFO [stderr] | Dec 04 20:09:54.547 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 04 20:09:54.547 INFO [stderr] = note: for more information, see issue #50504 Dec 04 20:09:54.547 INFO [stderr] Dec 04 20:09:54.547 INFO [stderr] warning: cannot find type `published` in this scope Dec 04 20:09:54.547 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 04 20:09:54.547 INFO [stderr] | Dec 04 20:09:54.547 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 04 20:09:54.547 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 04 20:09:54.547 INFO [stderr] | Dec 04 20:09:54.547 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 04 20:09:54.548 INFO [stderr] = note: for more information, see issue #50504 Dec 04 20:09:54.548 INFO [stderr] Dec 04 20:09:54.548 INFO [stderr] warning: cannot find type `created_at` in this scope Dec 04 20:09:54.548 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 04 20:09:54.548 INFO [stderr] | Dec 04 20:09:54.548 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 04 20:09:54.548 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 04 20:09:54.548 INFO [stderr] | Dec 04 20:09:54.548 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 04 20:09:54.548 INFO [stderr] = note: for more information, see issue #50504 Dec 04 20:09:54.548 INFO [stderr] Dec 04 20:09:54.548 INFO [stderr] warning: cannot find type `updated_at` in this scope Dec 04 20:09:54.548 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 04 20:09:54.548 INFO [stderr] | Dec 04 20:09:54.548 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 04 20:09:54.548 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 04 20:09:54.548 INFO [stderr] | Dec 04 20:09:54.548 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 04 20:09:54.548 INFO [stderr] = note: for more information, see issue #50504 Dec 04 20:09:54.548 INFO [stderr] Dec 04 20:09:55.235 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 22s Dec 04 20:09:55.270 INFO [stderr] su: No module specific data is present Dec 04 20:09:56.347 INFO running `"docker" "inspect" "1d597e345c1d4a8fe754340378774745d6b127036e547a6abceecdd747287fc0"` Dec 04 20:09:56.727 INFO running `"docker" "rm" "-f" "1d597e345c1d4a8fe754340378774745d6b127036e547a6abceecdd747287fc0"` Dec 04 20:09:57.001 INFO [stdout] 1d597e345c1d4a8fe754340378774745d6b127036e547a6abceecdd747287fc0