Dec 19 18:16:50.207 INFO checking davidarmstronglewis/personal-blog against master#d99a320cba42f661aebfa1293b7b2ec3603dda75 for pr-56955 Dec 19 18:16:50.207 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56955/worker-4/master#d99a320cba42f661aebfa1293b7b2ec3603dda75:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-56955/sources/master#d99a320cba42f661aebfa1293b7b2ec3603dda75/gh/davidarmstronglewis/personal-blog:/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=forbid" "-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" "+d99a320cba42f661aebfa1293b7b2ec3603dda75-alt" "check" "--frozen" "--all" "--all-targets"` Dec 19 18:16:50.560 INFO [stdout] f6f1176b646b9831c3ecefec93af31932ea705e0f20df8d7735e49b4abce38a5 Dec 19 18:16:50.562 INFO running `"docker" "start" "-a" "f6f1176b646b9831c3ecefec93af31932ea705e0f20df8d7735e49b4abce38a5"` Dec 19 18:16:51.955 INFO [stderr] Compiling actix-web v0.6.12 Dec 19 18:16:51.972 INFO [stderr] Checking diesel v1.3.0 Dec 19 18:16:51.972 INFO [stderr] Compiling actix v0.5.8 Dec 19 18:17:30.321 INFO [stderr] Checking r2d2-diesel v1.0.0 Dec 19 18:17:30.923 INFO [stderr] Checking personal-blog v0.1.0 (/opt/crater/workdir) Dec 19 18:17:32.676 INFO [stderr] warning: cannot find type `NaiveDateTime` in this scope Dec 19 18:17:32.676 INFO [stderr] --> src/db/models.rs:3:17 Dec 19 18:17:32.676 INFO [stderr] | Dec 19 18:17:32.676 INFO [stderr] 3 | #[derive(Debug, Queryable, Serialize, Deserialize)] Dec 19 18:17:32.676 INFO [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 19 18:17:32.676 INFO [stderr] | Dec 19 18:17:32.676 INFO [stderr] = note: #[warn(proc_macro_derive_resolution_fallback)] on by default Dec 19 18:17:32.676 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 19 18:17:32.676 INFO [stderr] = note: for more information, see issue #50504 Dec 19 18:17:32.676 INFO [stderr] Dec 19 18:17:32.676 INFO [stderr] warning: cannot find type `NaiveDateTime` in this scope Dec 19 18:17:32.676 INFO [stderr] --> src/db/models.rs:3:17 Dec 19 18:17:32.676 INFO [stderr] | Dec 19 18:17:32.676 INFO [stderr] 3 | #[derive(Debug, Queryable, Serialize, Deserialize)] Dec 19 18:17:32.676 INFO [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 19 18:17:32.676 INFO [stderr] | Dec 19 18:17:32.676 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 19 18:17:32.676 INFO [stderr] = note: for more information, see issue #50504 Dec 19 18:17:32.676 INFO [stderr] Dec 19 18:17:32.676 INFO [stderr] warning: cannot find type `BlogPost` in this scope Dec 19 18:17:32.676 INFO [stderr] --> src/db/models.rs:3:17 Dec 19 18:17:32.676 INFO [stderr] | Dec 19 18:17:32.676 INFO [stderr] 3 | #[derive(Debug, Queryable, Serialize, Deserialize)] Dec 19 18:17:32.676 INFO [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 19 18:17:32.676 INFO [stderr] | Dec 19 18:17:32.676 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 19 18:17:32.676 INFO [stderr] = note: for more information, see issue #50504 Dec 19 18:17:32.676 INFO [stderr] Dec 19 18:17:32.676 INFO [stderr] warning: cannot find type `blog_posts` in this scope Dec 19 18:17:32.676 INFO [stderr] --> src/db/models.rs:15:17 Dec 19 18:17:32.676 INFO [stderr] | Dec 19 18:17:32.676 INFO [stderr] 15 | #[derive(Debug, Insertable)] Dec 19 18:17:32.676 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 19 18:17:32.676 INFO [stderr] | Dec 19 18:17:32.676 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 19 18:17:32.676 INFO [stderr] = note: for more information, see issue #50504 Dec 19 18:17:32.677 INFO [stderr] Dec 19 18:17:32.677 INFO [stderr] warning: cannot find type `NewBlogPost` in this scope Dec 19 18:17:32.677 INFO [stderr] --> src/db/models.rs:15:17 Dec 19 18:17:32.677 INFO [stderr] | Dec 19 18:17:32.677 INFO [stderr] 15 | #[derive(Debug, Insertable)] Dec 19 18:17:32.677 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 19 18:17:32.677 INFO [stderr] | Dec 19 18:17:32.677 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 19 18:17:32.677 INFO [stderr] = note: for more information, see issue #50504 Dec 19 18:17:32.677 INFO [stderr] Dec 19 18:17:32.677 INFO [stderr] warning: cannot find type `table` in this scope Dec 19 18:17:32.677 INFO [stderr] --> <::diesel::macros::table_body macros>:165:33 Dec 19 18:17:32.677 INFO [stderr] | Dec 19 18:17:32.677 INFO [stderr] 165 | derive ( Debug , Clone , Copy , QueryId ) ] /// The actual table struct Dec 19 18:17:32.677 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 19 18:17:32.677 INFO [stderr] | Dec 19 18:17:32.677 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 19 18:17:32.677 INFO [stderr] = note: for more information, see issue #50504 Dec 19 18:17:32.677 INFO [stderr] Dec 19 18:17:32.677 INFO [stderr] warning: cannot find type `id` in this scope Dec 19 18:17:32.677 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 19 18:17:32.677 INFO [stderr] | Dec 19 18:17:32.677 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 19 18:17:32.677 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 19 18:17:32.677 INFO [stderr] | Dec 19 18:17:32.677 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 19 18:17:32.677 INFO [stderr] = note: for more information, see issue #50504 Dec 19 18:17:32.677 INFO [stderr] Dec 19 18:17:32.677 INFO [stderr] warning: cannot find type `title` in this scope Dec 19 18:17:32.677 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 19 18:17:32.677 INFO [stderr] | Dec 19 18:17:32.677 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 19 18:17:32.677 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 19 18:17:32.677 INFO [stderr] | Dec 19 18:17:32.678 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 19 18:17:32.678 INFO [stderr] = note: for more information, see issue #50504 Dec 19 18:17:32.678 INFO [stderr] Dec 19 18:17:32.678 INFO [stderr] warning: cannot find type `body` in this scope Dec 19 18:17:32.678 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 19 18:17:32.681 INFO [stderr] | Dec 19 18:17:32.681 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 19 18:17:32.681 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 19 18:17:32.681 INFO [stderr] | Dec 19 18:17:32.681 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 19 18:17:32.681 INFO [stderr] = note: for more information, see issue #50504 Dec 19 18:17:32.681 INFO [stderr] Dec 19 18:17:32.681 INFO [stderr] warning: cannot find type `published` in this scope Dec 19 18:17:32.681 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 19 18:17:32.681 INFO [stderr] | Dec 19 18:17:32.681 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 19 18:17:32.681 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 19 18:17:32.681 INFO [stderr] | Dec 19 18:17:32.681 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 19 18:17:32.681 INFO [stderr] = note: for more information, see issue #50504 Dec 19 18:17:32.681 INFO [stderr] Dec 19 18:17:32.681 INFO [stderr] warning: cannot find type `created_at` in this scope Dec 19 18:17:32.681 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 19 18:17:32.681 INFO [stderr] | Dec 19 18:17:32.681 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 19 18:17:32.681 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 19 18:17:32.681 INFO [stderr] | Dec 19 18:17:32.681 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 19 18:17:32.681 INFO [stderr] = note: for more information, see issue #50504 Dec 19 18:17:32.681 INFO [stderr] Dec 19 18:17:32.681 INFO [stderr] warning: cannot find type `updated_at` in this scope Dec 19 18:17:32.681 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 19 18:17:32.681 INFO [stderr] | Dec 19 18:17:32.681 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 19 18:17:32.681 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 19 18:17:32.681 INFO [stderr] | Dec 19 18:17:32.681 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 19 18:17:32.681 INFO [stderr] = note: for more information, see issue #50504 Dec 19 18:17:32.681 INFO [stderr] Dec 19 18:17:32.762 INFO [stderr] warning: cannot find type `NaiveDateTime` in this scope Dec 19 18:17:32.762 INFO [stderr] --> src/db/models.rs:3:17 Dec 19 18:17:32.762 INFO [stderr] | Dec 19 18:17:32.762 INFO [stderr] 3 | #[derive(Debug, Queryable, Serialize, Deserialize)] Dec 19 18:17:32.762 INFO [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 19 18:17:32.762 INFO [stderr] | Dec 19 18:17:32.762 INFO [stderr] = note: #[warn(proc_macro_derive_resolution_fallback)] on by default Dec 19 18:17:32.762 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 19 18:17:32.762 INFO [stderr] = note: for more information, see issue #50504 Dec 19 18:17:32.762 INFO [stderr] Dec 19 18:17:32.762 INFO [stderr] warning: cannot find type `NaiveDateTime` in this scope Dec 19 18:17:32.762 INFO [stderr] --> src/db/models.rs:3:17 Dec 19 18:17:32.762 INFO [stderr] | Dec 19 18:17:32.762 INFO [stderr] 3 | #[derive(Debug, Queryable, Serialize, Deserialize)] Dec 19 18:17:32.762 INFO [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 19 18:17:32.762 INFO [stderr] | Dec 19 18:17:32.762 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 19 18:17:32.762 INFO [stderr] = note: for more information, see issue #50504 Dec 19 18:17:32.762 INFO [stderr] Dec 19 18:17:32.762 INFO [stderr] warning: cannot find type `BlogPost` in this scope Dec 19 18:17:32.762 INFO [stderr] --> src/db/models.rs:3:17 Dec 19 18:17:32.762 INFO [stderr] | Dec 19 18:17:32.762 INFO [stderr] 3 | #[derive(Debug, Queryable, Serialize, Deserialize)] Dec 19 18:17:32.762 INFO [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 19 18:17:32.762 INFO [stderr] | Dec 19 18:17:32.762 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 19 18:17:32.762 INFO [stderr] = note: for more information, see issue #50504 Dec 19 18:17:32.762 INFO [stderr] Dec 19 18:17:32.762 INFO [stderr] warning: cannot find type `blog_posts` in this scope Dec 19 18:17:32.762 INFO [stderr] --> src/db/models.rs:15:17 Dec 19 18:17:32.762 INFO [stderr] | Dec 19 18:17:32.762 INFO [stderr] 15 | #[derive(Debug, Insertable)] Dec 19 18:17:32.762 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 19 18:17:32.762 INFO [stderr] | Dec 19 18:17:32.762 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 19 18:17:32.762 INFO [stderr] = note: for more information, see issue #50504 Dec 19 18:17:32.762 INFO [stderr] Dec 19 18:17:32.762 INFO [stderr] warning: cannot find type `NewBlogPost` in this scope Dec 19 18:17:32.762 INFO [stderr] --> src/db/models.rs:15:17 Dec 19 18:17:32.762 INFO [stderr] | Dec 19 18:17:32.762 INFO [stderr] 15 | #[derive(Debug, Insertable)] Dec 19 18:17:32.762 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 19 18:17:32.762 INFO [stderr] | Dec 19 18:17:32.762 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 19 18:17:32.762 INFO [stderr] = note: for more information, see issue #50504 Dec 19 18:17:32.762 INFO [stderr] Dec 19 18:17:32.763 INFO [stderr] warning: cannot find type `table` in this scope Dec 19 18:17:32.763 INFO [stderr] --> <::diesel::macros::table_body macros>:165:33 Dec 19 18:17:32.763 INFO [stderr] | Dec 19 18:17:32.763 INFO [stderr] 165 | derive ( Debug , Clone , Copy , QueryId ) ] /// The actual table struct Dec 19 18:17:32.763 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 19 18:17:32.763 INFO [stderr] | Dec 19 18:17:32.763 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 19 18:17:32.763 INFO [stderr] = note: for more information, see issue #50504 Dec 19 18:17:32.763 INFO [stderr] Dec 19 18:17:32.763 INFO [stderr] warning: cannot find type `id` in this scope Dec 19 18:17:32.763 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 19 18:17:32.763 INFO [stderr] | Dec 19 18:17:32.763 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 19 18:17:32.763 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 19 18:17:32.763 INFO [stderr] | Dec 19 18:17:32.763 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 19 18:17:32.763 INFO [stderr] = note: for more information, see issue #50504 Dec 19 18:17:32.763 INFO [stderr] Dec 19 18:17:32.763 INFO [stderr] warning: cannot find type `title` in this scope Dec 19 18:17:32.763 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 19 18:17:32.763 INFO [stderr] | Dec 19 18:17:32.763 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 19 18:17:32.763 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 19 18:17:32.763 INFO [stderr] | Dec 19 18:17:32.763 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 19 18:17:32.763 INFO [stderr] = note: for more information, see issue #50504 Dec 19 18:17:32.763 INFO [stderr] Dec 19 18:17:32.763 INFO [stderr] warning: cannot find type `body` in this scope Dec 19 18:17:32.763 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 19 18:17:32.764 INFO [stderr] | Dec 19 18:17:32.764 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 19 18:17:32.764 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 19 18:17:32.764 INFO [stderr] | Dec 19 18:17:32.764 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 19 18:17:32.764 INFO [stderr] = note: for more information, see issue #50504 Dec 19 18:17:32.764 INFO [stderr] Dec 19 18:17:32.764 INFO [stderr] warning: cannot find type `published` in this scope Dec 19 18:17:32.764 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 19 18:17:32.764 INFO [stderr] | Dec 19 18:17:32.764 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 19 18:17:32.764 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 19 18:17:32.764 INFO [stderr] | Dec 19 18:17:32.764 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 19 18:17:32.764 INFO [stderr] = note: for more information, see issue #50504 Dec 19 18:17:32.764 INFO [stderr] Dec 19 18:17:32.764 INFO [stderr] warning: cannot find type `created_at` in this scope Dec 19 18:17:32.764 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 19 18:17:32.764 INFO [stderr] | Dec 19 18:17:32.764 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 19 18:17:32.764 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 19 18:17:32.764 INFO [stderr] | Dec 19 18:17:32.764 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 19 18:17:32.764 INFO [stderr] = note: for more information, see issue #50504 Dec 19 18:17:32.764 INFO [stderr] Dec 19 18:17:32.764 INFO [stderr] warning: cannot find type `updated_at` in this scope Dec 19 18:17:32.764 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 19 18:17:32.764 INFO [stderr] | Dec 19 18:17:32.764 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 19 18:17:32.764 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 19 18:17:32.764 INFO [stderr] | Dec 19 18:17:32.764 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 19 18:17:32.764 INFO [stderr] = note: for more information, see issue #50504 Dec 19 18:17:32.764 INFO [stderr] Dec 19 18:17:35.781 INFO [stderr] warning: cannot find type `NaiveDateTime` in this scope Dec 19 18:17:35.781 INFO [stderr] --> src/db/models.rs:3:17 Dec 19 18:17:35.781 INFO [stderr] | Dec 19 18:17:35.781 INFO [stderr] 3 | #[derive(Debug, Queryable, Serialize, Deserialize)] Dec 19 18:17:35.781 INFO [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 19 18:17:35.781 INFO [stderr] | Dec 19 18:17:35.782 INFO [stderr] = note: #[warn(proc_macro_derive_resolution_fallback)] on by default Dec 19 18:17:35.782 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 19 18:17:35.782 INFO [stderr] = note: for more information, see issue #50504 Dec 19 18:17:35.782 INFO [stderr] Dec 19 18:17:35.782 INFO [stderr] warning: cannot find type `NaiveDateTime` in this scope Dec 19 18:17:35.783 INFO [stderr] --> src/db/models.rs:3:17 Dec 19 18:17:35.783 INFO [stderr] | Dec 19 18:17:35.783 INFO [stderr] 3 | #[derive(Debug, Queryable, Serialize, Deserialize)] Dec 19 18:17:35.783 INFO [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 19 18:17:35.783 INFO [stderr] | Dec 19 18:17:35.783 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 19 18:17:35.783 INFO [stderr] = note: for more information, see issue #50504 Dec 19 18:17:35.783 INFO [stderr] Dec 19 18:17:35.784 INFO [stderr] warning: cannot find type `BlogPost` in this scope Dec 19 18:17:35.784 INFO [stderr] --> src/db/models.rs:3:17 Dec 19 18:17:35.784 INFO [stderr] | Dec 19 18:17:35.784 INFO [stderr] 3 | #[derive(Debug, Queryable, Serialize, Deserialize)] Dec 19 18:17:35.784 INFO [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 19 18:17:35.784 INFO [stderr] | Dec 19 18:17:35.784 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 19 18:17:35.784 INFO [stderr] = note: for more information, see issue #50504 Dec 19 18:17:35.784 INFO [stderr] Dec 19 18:17:35.785 INFO [stderr] warning: cannot find type `blog_posts` in this scope Dec 19 18:17:35.785 INFO [stderr] --> src/db/models.rs:15:17 Dec 19 18:17:35.785 INFO [stderr] | Dec 19 18:17:35.785 INFO [stderr] 15 | #[derive(Debug, Insertable)] Dec 19 18:17:35.785 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 19 18:17:35.785 INFO [stderr] | Dec 19 18:17:35.785 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 19 18:17:35.785 INFO [stderr] = note: for more information, see issue #50504 Dec 19 18:17:35.785 INFO [stderr] Dec 19 18:17:35.785 INFO [stderr] warning: cannot find type `NewBlogPost` in this scope Dec 19 18:17:35.785 INFO [stderr] --> src/db/models.rs:15:17 Dec 19 18:17:35.786 INFO [stderr] | Dec 19 18:17:35.786 INFO [stderr] 15 | #[derive(Debug, Insertable)] Dec 19 18:17:35.786 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 19 18:17:35.786 INFO [stderr] | Dec 19 18:17:35.786 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 19 18:17:35.786 INFO [stderr] = note: for more information, see issue #50504 Dec 19 18:17:35.786 INFO [stderr] Dec 19 18:17:35.786 INFO [stderr] warning: cannot find type `table` in this scope Dec 19 18:17:35.786 INFO [stderr] --> <::diesel::macros::table_body macros>:165:33 Dec 19 18:17:35.787 INFO [stderr] | Dec 19 18:17:35.787 INFO [stderr] 165 | derive ( Debug , Clone , Copy , QueryId ) ] /// The actual table struct Dec 19 18:17:35.787 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 19 18:17:35.787 INFO [stderr] | Dec 19 18:17:35.787 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 19 18:17:35.787 INFO [stderr] = note: for more information, see issue #50504 Dec 19 18:17:35.787 INFO [stderr] Dec 19 18:17:35.787 INFO [stderr] warning: cannot find type `id` in this scope Dec 19 18:17:35.787 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 19 18:17:35.788 INFO [stderr] | Dec 19 18:17:35.788 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 19 18:17:35.788 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 19 18:17:35.788 INFO [stderr] | Dec 19 18:17:35.788 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 19 18:17:35.788 INFO [stderr] = note: for more information, see issue #50504 Dec 19 18:17:35.788 INFO [stderr] Dec 19 18:17:35.788 INFO [stderr] warning: cannot find type `title` in this scope Dec 19 18:17:35.788 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 19 18:17:35.788 INFO [stderr] | Dec 19 18:17:35.788 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 19 18:17:35.788 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 19 18:17:35.789 INFO [stderr] | Dec 19 18:17:35.789 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 19 18:17:35.789 INFO [stderr] = note: for more information, see issue #50504 Dec 19 18:17:35.789 INFO [stderr] Dec 19 18:17:35.789 INFO [stderr] warning: cannot find type `body` in this scope Dec 19 18:17:35.789 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 19 18:17:35.789 INFO [stderr] | Dec 19 18:17:35.789 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 19 18:17:35.789 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 19 18:17:35.789 INFO [stderr] | Dec 19 18:17:35.790 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 19 18:17:35.790 INFO [stderr] = note: for more information, see issue #50504 Dec 19 18:17:35.790 INFO [stderr] Dec 19 18:17:35.790 INFO [stderr] warning: cannot find type `published` in this scope Dec 19 18:17:35.790 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 19 18:17:35.790 INFO [stderr] | Dec 19 18:17:35.790 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 19 18:17:35.790 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 19 18:17:35.790 INFO [stderr] | Dec 19 18:17:35.790 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 19 18:17:35.791 INFO [stderr] = note: for more information, see issue #50504 Dec 19 18:17:35.791 INFO [stderr] Dec 19 18:17:35.791 INFO [stderr] warning: cannot find type `created_at` in this scope Dec 19 18:17:35.791 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 19 18:17:35.791 INFO [stderr] | Dec 19 18:17:35.791 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 19 18:17:35.791 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 19 18:17:35.791 INFO [stderr] | Dec 19 18:17:35.791 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 19 18:17:35.791 INFO [stderr] = note: for more information, see issue #50504 Dec 19 18:17:35.792 INFO [stderr] Dec 19 18:17:35.792 INFO [stderr] warning: cannot find type `updated_at` in this scope Dec 19 18:17:35.792 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 19 18:17:35.792 INFO [stderr] | Dec 19 18:17:35.792 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 19 18:17:35.792 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 19 18:17:35.792 INFO [stderr] | Dec 19 18:17:35.792 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 19 18:17:35.793 INFO [stderr] = note: for more information, see issue #50504 Dec 19 18:17:35.793 INFO [stderr] Dec 19 18:17:35.896 INFO [stderr] warning: cannot find type `NaiveDateTime` in this scope Dec 19 18:17:35.896 INFO [stderr] --> src/db/models.rs:3:17 Dec 19 18:17:35.896 INFO [stderr] | Dec 19 18:17:35.896 INFO [stderr] 3 | #[derive(Debug, Queryable, Serialize, Deserialize)] Dec 19 18:17:35.896 INFO [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 19 18:17:35.896 INFO [stderr] | Dec 19 18:17:35.896 INFO [stderr] = note: #[warn(proc_macro_derive_resolution_fallback)] on by default Dec 19 18:17:35.897 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 19 18:17:35.897 INFO [stderr] = note: for more information, see issue #50504 Dec 19 18:17:35.897 INFO [stderr] Dec 19 18:17:35.897 INFO [stderr] warning: cannot find type `NaiveDateTime` in this scope Dec 19 18:17:35.897 INFO [stderr] --> src/db/models.rs:3:17 Dec 19 18:17:35.897 INFO [stderr] | Dec 19 18:17:35.897 INFO [stderr] 3 | #[derive(Debug, Queryable, Serialize, Deserialize)] Dec 19 18:17:35.897 INFO [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 19 18:17:35.897 INFO [stderr] | Dec 19 18:17:35.897 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 19 18:17:35.898 INFO [stderr] = note: for more information, see issue #50504 Dec 19 18:17:35.898 INFO [stderr] Dec 19 18:17:35.898 INFO [stderr] warning: cannot find type `BlogPost` in this scope Dec 19 18:17:35.898 INFO [stderr] --> src/db/models.rs:3:17 Dec 19 18:17:35.898 INFO [stderr] | Dec 19 18:17:35.898 INFO [stderr] 3 | #[derive(Debug, Queryable, Serialize, Deserialize)] Dec 19 18:17:35.898 INFO [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 19 18:17:35.898 INFO [stderr] | Dec 19 18:17:35.898 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 19 18:17:35.898 INFO [stderr] = note: for more information, see issue #50504 Dec 19 18:17:35.898 INFO [stderr] Dec 19 18:17:35.900 INFO [stderr] warning: cannot find type `blog_posts` in this scope Dec 19 18:17:35.900 INFO [stderr] --> src/db/models.rs:15:17 Dec 19 18:17:35.900 INFO [stderr] | Dec 19 18:17:35.900 INFO [stderr] 15 | #[derive(Debug, Insertable)] Dec 19 18:17:35.900 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 19 18:17:35.900 INFO [stderr] | Dec 19 18:17:35.900 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 19 18:17:35.900 INFO [stderr] = note: for more information, see issue #50504 Dec 19 18:17:35.900 INFO [stderr] Dec 19 18:17:35.900 INFO [stderr] warning: cannot find type `NewBlogPost` in this scope Dec 19 18:17:35.900 INFO [stderr] --> src/db/models.rs:15:17 Dec 19 18:17:35.900 INFO [stderr] | Dec 19 18:17:35.900 INFO [stderr] 15 | #[derive(Debug, Insertable)] Dec 19 18:17:35.900 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 19 18:17:35.904 INFO [stderr] | Dec 19 18:17:35.904 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 19 18:17:35.904 INFO [stderr] = note: for more information, see issue #50504 Dec 19 18:17:35.904 INFO [stderr] Dec 19 18:17:35.905 INFO [stderr] warning: cannot find type `table` in this scope Dec 19 18:17:35.905 INFO [stderr] --> <::diesel::macros::table_body macros>:165:33 Dec 19 18:17:35.905 INFO [stderr] | Dec 19 18:17:35.905 INFO [stderr] 165 | derive ( Debug , Clone , Copy , QueryId ) ] /// The actual table struct Dec 19 18:17:35.905 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 19 18:17:35.905 INFO [stderr] | Dec 19 18:17:35.905 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 19 18:17:35.905 INFO [stderr] = note: for more information, see issue #50504 Dec 19 18:17:35.905 INFO [stderr] Dec 19 18:17:35.905 INFO [stderr] warning: cannot find type `id` in this scope Dec 19 18:17:35.905 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 19 18:17:35.905 INFO [stderr] | Dec 19 18:17:35.905 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 19 18:17:35.905 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 19 18:17:35.905 INFO [stderr] | Dec 19 18:17:35.905 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 19 18:17:35.905 INFO [stderr] = note: for more information, see issue #50504 Dec 19 18:17:35.906 INFO [stderr] Dec 19 18:17:35.906 INFO [stderr] warning: cannot find type `title` in this scope Dec 19 18:17:35.906 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 19 18:17:35.906 INFO [stderr] | Dec 19 18:17:35.906 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 19 18:17:35.906 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 19 18:17:35.906 INFO [stderr] | Dec 19 18:17:35.906 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 19 18:17:35.906 INFO [stderr] = note: for more information, see issue #50504 Dec 19 18:17:35.906 INFO [stderr] Dec 19 18:17:35.906 INFO [stderr] warning: cannot find type `body` in this scope Dec 19 18:17:35.906 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 19 18:17:35.906 INFO [stderr] | Dec 19 18:17:35.906 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 19 18:17:35.906 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 19 18:17:35.906 INFO [stderr] | Dec 19 18:17:35.907 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 19 18:17:35.907 INFO [stderr] = note: for more information, see issue #50504 Dec 19 18:17:35.907 INFO [stderr] Dec 19 18:17:35.907 INFO [stderr] warning: cannot find type `published` in this scope Dec 19 18:17:35.907 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 19 18:17:35.907 INFO [stderr] | Dec 19 18:17:35.907 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 19 18:17:35.907 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 19 18:17:35.907 INFO [stderr] | Dec 19 18:17:35.907 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 19 18:17:35.907 INFO [stderr] = note: for more information, see issue #50504 Dec 19 18:17:35.907 INFO [stderr] Dec 19 18:17:35.907 INFO [stderr] warning: cannot find type `created_at` in this scope Dec 19 18:17:35.907 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 19 18:17:35.907 INFO [stderr] | Dec 19 18:17:35.907 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 19 18:17:35.907 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 19 18:17:35.908 INFO [stderr] | Dec 19 18:17:35.908 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 19 18:17:35.908 INFO [stderr] = note: for more information, see issue #50504 Dec 19 18:17:35.908 INFO [stderr] Dec 19 18:17:35.908 INFO [stderr] warning: cannot find type `updated_at` in this scope Dec 19 18:17:35.908 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 19 18:17:35.908 INFO [stderr] | Dec 19 18:17:35.908 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 19 18:17:35.908 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 19 18:17:35.908 INFO [stderr] | Dec 19 18:17:35.908 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 19 18:17:35.908 INFO [stderr] = note: for more information, see issue #50504 Dec 19 18:17:35.908 INFO [stderr] Dec 19 18:17:36.745 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 45.22s Dec 19 18:17:38.014 INFO running `"docker" "inspect" "f6f1176b646b9831c3ecefec93af31932ea705e0f20df8d7735e49b4abce38a5"` Dec 19 18:17:38.398 INFO running `"docker" "rm" "-f" "f6f1176b646b9831c3ecefec93af31932ea705e0f20df8d7735e49b4abce38a5"` Dec 19 18:17:38.788 INFO [stdout] f6f1176b646b9831c3ecefec93af31932ea705e0f20df8d7735e49b4abce38a5