Dec 19 20:24:14.189 INFO checking apolitical/scraped_to_posts against master#d99a320cba42f661aebfa1293b7b2ec3603dda75 for pr-56955 Dec 19 20:24:14.189 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56955/worker-7/master#d99a320cba42f661aebfa1293b7b2ec3603dda75:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-56955/sources/master#d99a320cba42f661aebfa1293b7b2ec3603dda75/gh/apolitical/scraped_to_posts:/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 20:24:14.687 INFO [stdout] 4bc342b14359393fb69e2c377b57ef9b53bede067ed648d8254dadcf063b304c Dec 19 20:24:14.718 INFO running `"docker" "start" "-a" "4bc342b14359393fb69e2c377b57ef9b53bede067ed648d8254dadcf063b304c"` Dec 19 20:24:16.624 INFO [stderr] Compiling mysqlclient-sys v0.2.3 Dec 19 20:24:16.640 INFO [stderr] Checking thread_local v0.3.6 Dec 19 20:24:16.640 INFO [stderr] Checking regex-syntax v0.6.3 Dec 19 20:24:16.640 INFO [stderr] Checking memchr v2.1.1 Dec 19 20:24:16.640 INFO [stderr] Compiling syn v0.15.22 Dec 19 20:24:16.640 INFO [stderr] Checking backtrace v0.3.9 Dec 19 20:24:16.640 INFO [stderr] Checking chrono v0.4.6 Dec 19 20:24:18.794 INFO [stderr] Checking failure v0.1.1 Dec 19 20:24:20.499 INFO [stderr] Checking aho-corasick v0.6.9 Dec 19 20:24:23.696 INFO [stderr] Checking diesel v1.3.3 Dec 19 20:24:28.244 INFO [stderr] Checking regex v1.0.6 Dec 19 20:24:37.225 INFO [stderr] Compiling serde_derive v1.0.82 Dec 19 20:24:38.838 INFO [stderr] Checking env_logger v0.6.0 Dec 19 20:24:38.840 INFO [stderr] Checking dotenv v0.13.0 Dec 19 20:25:09.042 INFO [stderr] Checking scraped_to_posts v0.1.0 (/opt/crater/workdir) Dec 19 20:25:10.212 INFO [stderr] warning: cannot find type `Post` in this scope Dec 19 20:25:10.212 INFO [stderr] --> src/model.rs:9:10 Dec 19 20:25:10.212 INFO [stderr] | Dec 19 20:25:10.212 INFO [stderr] 9 | #[derive(Identifiable, Insertable, Queryable, Serialize, Debug)] Dec 19 20:25:10.212 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 19 20:25:10.212 INFO [stderr] | Dec 19 20:25:10.212 INFO [stderr] = note: #[warn(proc_macro_derive_resolution_fallback)] on by default Dec 19 20:25:10.212 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 20:25:10.212 INFO [stderr] = note: for more information, see issue #50504 Dec 19 20:25:10.212 INFO [stderr] Dec 19 20:25:10.212 INFO [stderr] warning: cannot find type `wp_posts` in this scope Dec 19 20:25:10.212 INFO [stderr] --> src/model.rs:9:10 Dec 19 20:25:10.212 INFO [stderr] | Dec 19 20:25:10.212 INFO [stderr] 9 | #[derive(Identifiable, Insertable, Queryable, Serialize, Debug)] Dec 19 20:25:10.212 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 19 20:25:10.212 INFO [stderr] | Dec 19 20:25:10.212 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 20:25:10.212 INFO [stderr] = note: for more information, see issue #50504 Dec 19 20:25:10.212 INFO [stderr] Dec 19 20:25:10.212 INFO [stderr] warning: cannot find type `Post` in this scope Dec 19 20:25:10.212 INFO [stderr] --> src/model.rs:9:10 Dec 19 20:25:10.212 INFO [stderr] | Dec 19 20:25:10.212 INFO [stderr] 9 | #[derive(Identifiable, Insertable, Queryable, Serialize, Debug)] Dec 19 20:25:10.212 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 19 20:25:10.212 INFO [stderr] | Dec 19 20:25:10.212 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 20:25:10.212 INFO [stderr] = note: for more information, see issue #50504 Dec 19 20:25:10.212 INFO [stderr] Dec 19 20:25:10.212 INFO [stderr] warning: cannot find type `wp_posts` in this scope Dec 19 20:25:10.212 INFO [stderr] --> src/model.rs:9:24 Dec 19 20:25:10.212 INFO [stderr] | Dec 19 20:25:10.212 INFO [stderr] 9 | #[derive(Identifiable, Insertable, Queryable, Serialize, Debug)] Dec 19 20:25:10.212 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 19 20:25:10.212 INFO [stderr] | Dec 19 20:25:10.212 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 20:25:10.212 INFO [stderr] = note: for more information, see issue #50504 Dec 19 20:25:10.212 INFO [stderr] Dec 19 20:25:10.212 INFO [stderr] warning: cannot find type `Post` in this scope Dec 19 20:25:10.212 INFO [stderr] --> src/model.rs:9:24 Dec 19 20:25:10.212 INFO [stderr] | Dec 19 20:25:10.212 INFO [stderr] 9 | #[derive(Identifiable, Insertable, Queryable, Serialize, Debug)] Dec 19 20:25:10.212 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 19 20:25:10.212 INFO [stderr] | Dec 19 20:25:10.212 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 20:25:10.212 INFO [stderr] = note: for more information, see issue #50504 Dec 19 20:25:10.212 INFO [stderr] Dec 19 20:25:10.213 INFO [stderr] warning: cannot find type `NaiveDateTime` in this scope Dec 19 20:25:10.213 INFO [stderr] --> src/model.rs:9:24 Dec 19 20:25:10.213 INFO [stderr] | Dec 19 20:25:10.213 INFO [stderr] 9 | #[derive(Identifiable, Insertable, Queryable, Serialize, Debug)] Dec 19 20:25:10.213 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 19 20:25:10.213 INFO [stderr] | Dec 19 20:25:10.213 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 20:25:10.213 INFO [stderr] = note: for more information, see issue #50504 Dec 19 20:25:10.213 INFO [stderr] Dec 19 20:25:10.213 INFO [stderr] warning: cannot find type `NaiveDateTime` in this scope Dec 19 20:25:10.213 INFO [stderr] --> src/model.rs:9:36 Dec 19 20:25:10.213 INFO [stderr] | Dec 19 20:25:10.213 INFO [stderr] 9 | #[derive(Identifiable, Insertable, Queryable, Serialize, Debug)] Dec 19 20:25:10.213 INFO [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 19 20:25:10.213 INFO [stderr] | Dec 19 20:25:10.213 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 20:25:10.213 INFO [stderr] = note: for more information, see issue #50504 Dec 19 20:25:10.213 INFO [stderr] Dec 19 20:25:10.213 INFO [stderr] warning: cannot find type `Post` in this scope Dec 19 20:25:10.213 INFO [stderr] --> src/model.rs:9:36 Dec 19 20:25:10.213 INFO [stderr] | Dec 19 20:25:10.213 INFO [stderr] 9 | #[derive(Identifiable, Insertable, Queryable, Serialize, Debug)] Dec 19 20:25:10.213 INFO [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 19 20:25:10.213 INFO [stderr] | Dec 19 20:25:10.213 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 20:25:10.213 INFO [stderr] = note: for more information, see issue #50504 Dec 19 20:25:10.213 INFO [stderr] Dec 19 20:25:10.213 INFO [stderr] warning: cannot find type `Post` in this scope Dec 19 20:25:10.213 INFO [stderr] --> src/model.rs:55:10 Dec 19 20:25:10.213 INFO [stderr] | Dec 19 20:25:10.213 INFO [stderr] 55 | #[derive(Associations, Identifiable, Insertable, Queryable, Serialize, Debug)] Dec 19 20:25:10.213 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 19 20:25:10.213 INFO [stderr] | Dec 19 20:25:10.213 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 20:25:10.213 INFO [stderr] = note: for more information, see issue #50504 Dec 19 20:25:10.213 INFO [stderr] Dec 19 20:25:10.213 INFO [stderr] warning: cannot find type `PostMeta` in this scope Dec 19 20:25:10.213 INFO [stderr] --> src/model.rs:55:10 Dec 19 20:25:10.213 INFO [stderr] | Dec 19 20:25:10.213 INFO [stderr] 55 | #[derive(Associations, Identifiable, Insertable, Queryable, Serialize, Debug)] Dec 19 20:25:10.213 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 19 20:25:10.213 INFO [stderr] | Dec 19 20:25:10.213 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 20:25:10.213 INFO [stderr] = note: for more information, see issue #50504 Dec 19 20:25:10.213 INFO [stderr] Dec 19 20:25:10.213 INFO [stderr] warning: cannot find type `wp_postmeta` in this scope Dec 19 20:25:10.213 INFO [stderr] --> src/model.rs:55:10 Dec 19 20:25:10.213 INFO [stderr] | Dec 19 20:25:10.213 INFO [stderr] 55 | #[derive(Associations, Identifiable, Insertable, Queryable, Serialize, Debug)] Dec 19 20:25:10.213 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 19 20:25:10.213 INFO [stderr] | Dec 19 20:25:10.213 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 20:25:10.213 INFO [stderr] = note: for more information, see issue #50504 Dec 19 20:25:10.213 INFO [stderr] Dec 19 20:25:10.213 INFO [stderr] warning: cannot find type `PostMeta` in this scope Dec 19 20:25:10.213 INFO [stderr] --> src/model.rs:55:24 Dec 19 20:25:10.213 INFO [stderr] | Dec 19 20:25:10.213 INFO [stderr] 55 | #[derive(Associations, Identifiable, Insertable, Queryable, Serialize, Debug)] Dec 19 20:25:10.213 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 19 20:25:10.213 INFO [stderr] | Dec 19 20:25:10.213 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 20:25:10.213 INFO [stderr] = note: for more information, see issue #50504 Dec 19 20:25:10.213 INFO [stderr] Dec 19 20:25:10.213 INFO [stderr] warning: cannot find type `wp_postmeta` in this scope Dec 19 20:25:10.213 INFO [stderr] --> src/model.rs:55:24 Dec 19 20:25:10.213 INFO [stderr] | Dec 19 20:25:10.213 INFO [stderr] 55 | #[derive(Associations, Identifiable, Insertable, Queryable, Serialize, Debug)] Dec 19 20:25:10.213 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 19 20:25:10.213 INFO [stderr] | Dec 19 20:25:10.213 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 20:25:10.213 INFO [stderr] = note: for more information, see issue #50504 Dec 19 20:25:10.213 INFO [stderr] Dec 19 20:25:10.213 INFO [stderr] warning: cannot find type `wp_postmeta` in this scope Dec 19 20:25:10.213 INFO [stderr] --> src/model.rs:55:38 Dec 19 20:25:10.213 INFO [stderr] | Dec 19 20:25:10.213 INFO [stderr] 55 | #[derive(Associations, Identifiable, Insertable, Queryable, Serialize, Debug)] Dec 19 20:25:10.213 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 19 20:25:10.213 INFO [stderr] | Dec 19 20:25:10.213 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 20:25:10.213 INFO [stderr] = note: for more information, see issue #50504 Dec 19 20:25:10.213 INFO [stderr] Dec 19 20:25:10.213 INFO [stderr] warning: cannot find type `PostMeta` in this scope Dec 19 20:25:10.213 INFO [stderr] --> src/model.rs:55:38 Dec 19 20:25:10.213 INFO [stderr] | Dec 19 20:25:10.213 INFO [stderr] 55 | #[derive(Associations, Identifiable, Insertable, Queryable, Serialize, Debug)] Dec 19 20:25:10.213 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 19 20:25:10.213 INFO [stderr] | Dec 19 20:25:10.213 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 20:25:10.213 INFO [stderr] = note: for more information, see issue #50504 Dec 19 20:25:10.213 INFO [stderr] Dec 19 20:25:10.213 INFO [stderr] warning: cannot find type `PostMeta` in this scope Dec 19 20:25:10.213 INFO [stderr] --> src/model.rs:55:50 Dec 19 20:25:10.214 INFO [stderr] | Dec 19 20:25:10.214 INFO [stderr] 55 | #[derive(Associations, Identifiable, Insertable, Queryable, Serialize, Debug)] Dec 19 20:25:10.214 INFO [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 19 20:25:10.214 INFO [stderr] | Dec 19 20:25:10.214 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 20:25:10.214 INFO [stderr] = note: for more information, see issue #50504 Dec 19 20:25:10.214 INFO [stderr] Dec 19 20:25:10.214 INFO [stderr] warning: cannot find type `table` in this scope Dec 19 20:25:10.214 INFO [stderr] --> <::diesel::macros::table_body macros>:165:33 Dec 19 20:25:10.214 INFO [stderr] | Dec 19 20:25:10.214 INFO [stderr] 165 | derive ( Debug , Clone , Copy , QueryId ) ] /// The actual table struct Dec 19 20:25:10.214 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 19 20:25:10.214 INFO [stderr] | Dec 19 20:25:10.214 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 20:25:10.214 INFO [stderr] = note: for more information, see issue #50504 Dec 19 20:25:10.214 INFO [stderr] Dec 19 20:25:10.214 INFO [stderr] warning: cannot find type `ID` in this scope Dec 19 20:25:10.214 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 19 20:25:10.214 INFO [stderr] | Dec 19 20:25:10.214 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 19 20:25:10.214 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 19 20:25:10.214 INFO [stderr] | Dec 19 20:25:10.214 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 20:25:10.214 INFO [stderr] = note: for more information, see issue #50504 Dec 19 20:25:10.214 INFO [stderr] Dec 19 20:25:10.214 INFO [stderr] warning: cannot find type `post_author` in this scope Dec 19 20:25:10.214 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 19 20:25:10.214 INFO [stderr] | Dec 19 20:25:10.214 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 19 20:25:10.214 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 19 20:25:10.214 INFO [stderr] | Dec 19 20:25:10.214 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 20:25:10.214 INFO [stderr] = note: for more information, see issue #50504 Dec 19 20:25:10.214 INFO [stderr] Dec 19 20:25:10.214 INFO [stderr] warning: cannot find type `post_date` in this scope Dec 19 20:25:10.214 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 19 20:25:10.214 INFO [stderr] | Dec 19 20:25:10.214 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 19 20:25:10.214 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 19 20:25:10.214 INFO [stderr] | Dec 19 20:25:10.214 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 20:25:10.214 INFO [stderr] = note: for more information, see issue #50504 Dec 19 20:25:10.214 INFO [stderr] Dec 19 20:25:10.214 INFO [stderr] warning: cannot find type `post_date_gmt` in this scope Dec 19 20:25:10.214 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 19 20:25:10.214 INFO [stderr] | Dec 19 20:25:10.214 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 19 20:25:10.214 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 19 20:25:10.214 INFO [stderr] | Dec 19 20:25:10.214 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 20:25:10.214 INFO [stderr] = note: for more information, see issue #50504 Dec 19 20:25:10.214 INFO [stderr] Dec 19 20:25:10.214 INFO [stderr] warning: cannot find type `post_content` in this scope Dec 19 20:25:10.214 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 19 20:25:10.214 INFO [stderr] | Dec 19 20:25:10.214 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 19 20:25:10.214 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 19 20:25:10.214 INFO [stderr] | Dec 19 20:25:10.214 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 20:25:10.214 INFO [stderr] = note: for more information, see issue #50504 Dec 19 20:25:10.214 INFO [stderr] Dec 19 20:25:10.214 INFO [stderr] warning: cannot find type `post_title` in this scope Dec 19 20:25:10.214 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 19 20:25:10.214 INFO [stderr] | Dec 19 20:25:10.214 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 19 20:25:10.214 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 19 20:25:10.214 INFO [stderr] | Dec 19 20:25:10.214 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 20:25:10.214 INFO [stderr] = note: for more information, see issue #50504 Dec 19 20:25:10.214 INFO [stderr] Dec 19 20:25:10.214 INFO [stderr] warning: cannot find type `post_excerpt` in this scope Dec 19 20:25:10.214 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 19 20:25:10.214 INFO [stderr] | Dec 19 20:25:10.214 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 19 20:25:10.214 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 19 20:25:10.214 INFO [stderr] | Dec 19 20:25:10.214 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 20:25:10.214 INFO [stderr] = note: for more information, see issue #50504 Dec 19 20:25:10.214 INFO [stderr] Dec 19 20:25:10.214 INFO [stderr] warning: cannot find type `post_status` in this scope Dec 19 20:25:10.214 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 19 20:25:10.214 INFO [stderr] | Dec 19 20:25:10.214 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 19 20:25:10.214 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 19 20:25:10.214 INFO [stderr] | Dec 19 20:25:10.214 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 20:25:10.214 INFO [stderr] = note: for more information, see issue #50504 Dec 19 20:25:10.214 INFO [stderr] Dec 19 20:25:10.214 INFO [stderr] warning: cannot find type `comment_status` in this scope Dec 19 20:25:10.214 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 19 20:25:10.214 INFO [stderr] | Dec 19 20:25:10.214 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 19 20:25:10.214 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 19 20:25:10.214 INFO [stderr] | Dec 19 20:25:10.214 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 20:25:10.215 INFO [stderr] = note: for more information, see issue #50504 Dec 19 20:25:10.215 INFO [stderr] Dec 19 20:25:10.215 INFO [stderr] warning: cannot find type `ping_status` in this scope Dec 19 20:25:10.215 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 19 20:25:10.215 INFO [stderr] | Dec 19 20:25:10.215 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 19 20:25:10.215 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 19 20:25:10.215 INFO [stderr] | Dec 19 20:25:10.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 19 20:25:10.215 INFO [stderr] = note: for more information, see issue #50504 Dec 19 20:25:10.215 INFO [stderr] Dec 19 20:25:10.215 INFO [stderr] warning: cannot find type `post_password` in this scope Dec 19 20:25:10.215 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 19 20:25:10.215 INFO [stderr] | Dec 19 20:25:10.215 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 19 20:25:10.215 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 19 20:25:10.215 INFO [stderr] | Dec 19 20:25:10.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 19 20:25:10.215 INFO [stderr] = note: for more information, see issue #50504 Dec 19 20:25:10.215 INFO [stderr] Dec 19 20:25:10.215 INFO [stderr] warning: cannot find type `post_name` in this scope Dec 19 20:25:10.215 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 19 20:25:10.215 INFO [stderr] | Dec 19 20:25:10.215 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 19 20:25:10.215 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 19 20:25:10.215 INFO [stderr] | Dec 19 20:25:10.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 19 20:25:10.215 INFO [stderr] = note: for more information, see issue #50504 Dec 19 20:25:10.215 INFO [stderr] Dec 19 20:25:10.215 INFO [stderr] warning: cannot find type `to_ping` in this scope Dec 19 20:25:10.215 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 19 20:25:10.215 INFO [stderr] | Dec 19 20:25:10.215 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 19 20:25:10.215 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 19 20:25:10.215 INFO [stderr] | Dec 19 20:25:10.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 19 20:25:10.215 INFO [stderr] = note: for more information, see issue #50504 Dec 19 20:25:10.215 INFO [stderr] Dec 19 20:25:10.215 INFO [stderr] warning: cannot find type `pinged` in this scope Dec 19 20:25:10.215 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 19 20:25:10.215 INFO [stderr] | Dec 19 20:25:10.215 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 19 20:25:10.215 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 19 20:25:10.215 INFO [stderr] | Dec 19 20:25:10.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 19 20:25:10.215 INFO [stderr] = note: for more information, see issue #50504 Dec 19 20:25:10.215 INFO [stderr] Dec 19 20:25:10.215 INFO [stderr] warning: cannot find type `post_modified` in this scope Dec 19 20:25:10.215 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 19 20:25:10.215 INFO [stderr] | Dec 19 20:25:10.215 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 19 20:25:10.215 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 19 20:25:10.215 INFO [stderr] | Dec 19 20:25:10.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 19 20:25:10.215 INFO [stderr] = note: for more information, see issue #50504 Dec 19 20:25:10.215 INFO [stderr] Dec 19 20:25:10.215 INFO [stderr] warning: cannot find type `post_modified_gmt` in this scope Dec 19 20:25:10.215 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 19 20:25:10.215 INFO [stderr] | Dec 19 20:25:10.215 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 19 20:25:10.215 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 19 20:25:10.215 INFO [stderr] | Dec 19 20:25:10.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 19 20:25:10.215 INFO [stderr] = note: for more information, see issue #50504 Dec 19 20:25:10.215 INFO [stderr] Dec 19 20:25:10.215 INFO [stderr] warning: cannot find type `post_content_filtered` in this scope Dec 19 20:25:10.215 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 19 20:25:10.215 INFO [stderr] | Dec 19 20:25:10.215 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 19 20:25:10.215 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 19 20:25:10.215 INFO [stderr] | Dec 19 20:25:10.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 19 20:25:10.215 INFO [stderr] = note: for more information, see issue #50504 Dec 19 20:25:10.215 INFO [stderr] Dec 19 20:25:10.215 INFO [stderr] warning: cannot find type `post_parent` in this scope Dec 19 20:25:10.215 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 19 20:25:10.215 INFO [stderr] | Dec 19 20:25:10.215 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 19 20:25:10.215 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 19 20:25:10.215 INFO [stderr] | Dec 19 20:25:10.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 19 20:25:10.215 INFO [stderr] = note: for more information, see issue #50504 Dec 19 20:25:10.215 INFO [stderr] Dec 19 20:25:10.215 INFO [stderr] warning: cannot find type `guid` in this scope Dec 19 20:25:10.215 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 19 20:25:10.215 INFO [stderr] | Dec 19 20:25:10.215 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 19 20:25:10.215 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 19 20:25:10.215 INFO [stderr] | Dec 19 20:25:10.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 19 20:25:10.215 INFO [stderr] = note: for more information, see issue #50504 Dec 19 20:25:10.215 INFO [stderr] Dec 19 20:25:10.215 INFO [stderr] warning: cannot find type `menu_order` in this scope Dec 19 20:25:10.216 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 19 20:25:10.216 INFO [stderr] | Dec 19 20:25:10.216 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 19 20:25:10.216 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 19 20:25:10.216 INFO [stderr] | Dec 19 20:25:10.216 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 20:25:10.216 INFO [stderr] = note: for more information, see issue #50504 Dec 19 20:25:10.216 INFO [stderr] Dec 19 20:25:10.216 INFO [stderr] warning: cannot find type `post_type` in this scope Dec 19 20:25:10.216 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 19 20:25:10.216 INFO [stderr] | Dec 19 20:25:10.216 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 19 20:25:10.216 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 19 20:25:10.216 INFO [stderr] | Dec 19 20:25:10.216 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 20:25:10.216 INFO [stderr] = note: for more information, see issue #50504 Dec 19 20:25:10.216 INFO [stderr] Dec 19 20:25:10.216 INFO [stderr] warning: cannot find type `post_mime_type` in this scope Dec 19 20:25:10.216 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 19 20:25:10.216 INFO [stderr] | Dec 19 20:25:10.216 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 19 20:25:10.216 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 19 20:25:10.216 INFO [stderr] | Dec 19 20:25:10.216 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 20:25:10.216 INFO [stderr] = note: for more information, see issue #50504 Dec 19 20:25:10.216 INFO [stderr] Dec 19 20:25:10.216 INFO [stderr] warning: cannot find type `comment_count` in this scope Dec 19 20:25:10.216 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 19 20:25:10.216 INFO [stderr] | Dec 19 20:25:10.216 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 19 20:25:10.216 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 19 20:25:10.216 INFO [stderr] | Dec 19 20:25:10.216 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 20:25:10.217 INFO [stderr] = note: for more information, see issue #50504 Dec 19 20:25:10.217 INFO [stderr] Dec 19 20:25:10.217 INFO [stderr] warning: cannot find type `meta_id` in this scope Dec 19 20:25:10.217 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 19 20:25:10.217 INFO [stderr] | Dec 19 20:25:10.217 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 19 20:25:10.217 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 19 20:25:10.217 INFO [stderr] | Dec 19 20:25:10.217 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 20:25:10.217 INFO [stderr] = note: for more information, see issue #50504 Dec 19 20:25:10.217 INFO [stderr] Dec 19 20:25:10.217 INFO [stderr] warning: cannot find type `post_id` in this scope Dec 19 20:25:10.217 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 19 20:25:10.217 INFO [stderr] | Dec 19 20:25:10.217 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 19 20:25:10.217 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 19 20:25:10.217 INFO [stderr] | Dec 19 20:25:10.217 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 20:25:10.217 INFO [stderr] = note: for more information, see issue #50504 Dec 19 20:25:10.217 INFO [stderr] Dec 19 20:25:10.217 INFO [stderr] warning: cannot find type `meta_key` in this scope Dec 19 20:25:10.217 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 19 20:25:10.217 INFO [stderr] | Dec 19 20:25:10.217 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 19 20:25:10.217 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 19 20:25:10.217 INFO [stderr] | Dec 19 20:25:10.217 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 20:25:10.217 INFO [stderr] = note: for more information, see issue #50504 Dec 19 20:25:10.217 INFO [stderr] Dec 19 20:25:10.217 INFO [stderr] warning: cannot find type `meta_value` in this scope Dec 19 20:25:10.217 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 19 20:25:10.217 INFO [stderr] | Dec 19 20:25:10.217 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 19 20:25:10.217 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 19 20:25:10.217 INFO [stderr] | Dec 19 20:25:10.217 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 20:25:10.220 INFO [stderr] = note: for more information, see issue #50504 Dec 19 20:25:10.220 INFO [stderr] Dec 19 20:25:10.221 INFO [stderr] warning: cannot find type `Post` in this scope Dec 19 20:25:10.221 INFO [stderr] --> src/model.rs:9:10 Dec 19 20:25:10.221 INFO [stderr] | Dec 19 20:25:10.221 INFO [stderr] 9 | #[derive(Identifiable, Insertable, Queryable, Serialize, Debug)] Dec 19 20:25:10.221 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 19 20:25:10.221 INFO [stderr] | Dec 19 20:25:10.221 INFO [stderr] = note: #[warn(proc_macro_derive_resolution_fallback)] on by default Dec 19 20:25:10.221 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 20:25:10.221 INFO [stderr] = note: for more information, see issue #50504 Dec 19 20:25:10.221 INFO [stderr] Dec 19 20:25:10.221 INFO [stderr] warning: cannot find type `wp_posts` in this scope Dec 19 20:25:10.221 INFO [stderr] --> src/model.rs:9:10 Dec 19 20:25:10.221 INFO [stderr] | Dec 19 20:25:10.221 INFO [stderr] 9 | #[derive(Identifiable, Insertable, Queryable, Serialize, Debug)] Dec 19 20:25:10.221 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 19 20:25:10.221 INFO [stderr] | Dec 19 20:25:10.221 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 20:25:10.222 INFO [stderr] = note: for more information, see issue #50504 Dec 19 20:25:10.222 INFO [stderr] Dec 19 20:25:10.222 INFO [stderr] warning: cannot find type `Post` in this scope Dec 19 20:25:10.222 INFO [stderr] --> src/model.rs:9:10 Dec 19 20:25:10.222 INFO [stderr] | Dec 19 20:25:10.222 INFO [stderr] 9 | #[derive(Identifiable, Insertable, Queryable, Serialize, Debug)] Dec 19 20:25:10.222 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 19 20:25:10.222 INFO [stderr] | Dec 19 20:25:10.222 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 20:25:10.222 INFO [stderr] = note: for more information, see issue #50504 Dec 19 20:25:10.222 INFO [stderr] Dec 19 20:25:10.222 INFO [stderr] warning: cannot find type `wp_posts` in this scope Dec 19 20:25:10.222 INFO [stderr] --> src/model.rs:9:24 Dec 19 20:25:10.222 INFO [stderr] | Dec 19 20:25:10.222 INFO [stderr] 9 | #[derive(Identifiable, Insertable, Queryable, Serialize, Debug)] Dec 19 20:25:10.222 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 19 20:25:10.222 INFO [stderr] | Dec 19 20:25:10.222 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 20:25:10.222 INFO [stderr] = note: for more information, see issue #50504 Dec 19 20:25:10.222 INFO [stderr] Dec 19 20:25:10.222 INFO [stderr] warning: cannot find type `Post` in this scope Dec 19 20:25:10.222 INFO [stderr] --> src/model.rs:9:24 Dec 19 20:25:10.223 INFO [stderr] | Dec 19 20:25:10.223 INFO [stderr] 9 | #[derive(Identifiable, Insertable, Queryable, Serialize, Debug)] Dec 19 20:25:10.223 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 19 20:25:10.223 INFO [stderr] | Dec 19 20:25:10.223 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 20:25:10.223 INFO [stderr] = note: for more information, see issue #50504 Dec 19 20:25:10.223 INFO [stderr] Dec 19 20:25:10.223 INFO [stderr] warning: cannot find type `NaiveDateTime` in this scope Dec 19 20:25:10.223 INFO [stderr] --> src/model.rs:9:24 Dec 19 20:25:10.223 INFO [stderr] | Dec 19 20:25:10.223 INFO [stderr] 9 | #[derive(Identifiable, Insertable, Queryable, Serialize, Debug)] Dec 19 20:25:10.223 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 19 20:25:10.223 INFO [stderr] | Dec 19 20:25:10.223 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 20:25:10.223 INFO [stderr] = note: for more information, see issue #50504 Dec 19 20:25:10.223 INFO [stderr] Dec 19 20:25:10.223 INFO [stderr] warning: cannot find type `NaiveDateTime` in this scope Dec 19 20:25:10.223 INFO [stderr] --> src/model.rs:9:36 Dec 19 20:25:10.223 INFO [stderr] | Dec 19 20:25:10.223 INFO [stderr] 9 | #[derive(Identifiable, Insertable, Queryable, Serialize, Debug)] Dec 19 20:25:10.223 INFO [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 19 20:25:10.223 INFO [stderr] | Dec 19 20:25:10.223 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 20:25:10.223 INFO [stderr] = note: for more information, see issue #50504 Dec 19 20:25:10.223 INFO [stderr] Dec 19 20:25:10.223 INFO [stderr] warning: cannot find type `Post` in this scope Dec 19 20:25:10.223 INFO [stderr] --> src/model.rs:9:36 Dec 19 20:25:10.223 INFO [stderr] | Dec 19 20:25:10.223 INFO [stderr] 9 | #[derive(Identifiable, Insertable, Queryable, Serialize, Debug)] Dec 19 20:25:10.223 INFO [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 19 20:25:10.223 INFO [stderr] | Dec 19 20:25:10.223 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 20:25:10.223 INFO [stderr] = note: for more information, see issue #50504 Dec 19 20:25:10.223 INFO [stderr] Dec 19 20:25:10.224 INFO [stderr] warning: cannot find type `Post` in this scope Dec 19 20:25:10.224 INFO [stderr] --> src/model.rs:55:10 Dec 19 20:25:10.224 INFO [stderr] | Dec 19 20:25:10.224 INFO [stderr] 55 | #[derive(Associations, Identifiable, Insertable, Queryable, Serialize, Debug)] Dec 19 20:25:10.224 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 19 20:25:10.224 INFO [stderr] | Dec 19 20:25:10.224 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 20:25:10.224 INFO [stderr] = note: for more information, see issue #50504 Dec 19 20:25:10.224 INFO [stderr] Dec 19 20:25:10.224 INFO [stderr] warning: cannot find type `PostMeta` in this scope Dec 19 20:25:10.224 INFO [stderr] --> src/model.rs:55:10 Dec 19 20:25:10.224 INFO [stderr] | Dec 19 20:25:10.224 INFO [stderr] 55 | #[derive(Associations, Identifiable, Insertable, Queryable, Serialize, Debug)] Dec 19 20:25:10.224 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 19 20:25:10.224 INFO [stderr] | Dec 19 20:25:10.224 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 20:25:10.224 INFO [stderr] = note: for more information, see issue #50504 Dec 19 20:25:10.224 INFO [stderr] Dec 19 20:25:10.224 INFO [stderr] warning: cannot find type `wp_postmeta` in this scope Dec 19 20:25:10.224 INFO [stderr] --> src/model.rs:55:10 Dec 19 20:25:10.224 INFO [stderr] | Dec 19 20:25:10.224 INFO [stderr] 55 | #[derive(Associations, Identifiable, Insertable, Queryable, Serialize, Debug)] Dec 19 20:25:10.224 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 19 20:25:10.224 INFO [stderr] | Dec 19 20:25:10.224 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 20:25:10.224 INFO [stderr] = note: for more information, see issue #50504 Dec 19 20:25:10.224 INFO [stderr] Dec 19 20:25:10.224 INFO [stderr] warning: cannot find type `PostMeta` in this scope Dec 19 20:25:10.224 INFO [stderr] --> src/model.rs:55:24 Dec 19 20:25:10.224 INFO [stderr] | Dec 19 20:25:10.224 INFO [stderr] 55 | #[derive(Associations, Identifiable, Insertable, Queryable, Serialize, Debug)] Dec 19 20:25:10.224 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 19 20:25:10.224 INFO [stderr] | Dec 19 20:25:10.224 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 20:25:10.224 INFO [stderr] = note: for more information, see issue #50504 Dec 19 20:25:10.224 INFO [stderr] Dec 19 20:25:10.224 INFO [stderr] warning: cannot find type `wp_postmeta` in this scope Dec 19 20:25:10.224 INFO [stderr] --> src/model.rs:55:24 Dec 19 20:25:10.224 INFO [stderr] | Dec 19 20:25:10.224 INFO [stderr] 55 | #[derive(Associations, Identifiable, Insertable, Queryable, Serialize, Debug)] Dec 19 20:25:10.224 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 19 20:25:10.224 INFO [stderr] | Dec 19 20:25:10.224 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 20:25:10.224 INFO [stderr] = note: for more information, see issue #50504 Dec 19 20:25:10.224 INFO [stderr] Dec 19 20:25:10.224 INFO [stderr] warning: cannot find type `wp_postmeta` in this scope Dec 19 20:25:10.224 INFO [stderr] --> src/model.rs:55:38 Dec 19 20:25:10.224 INFO [stderr] | Dec 19 20:25:10.224 INFO [stderr] 55 | #[derive(Associations, Identifiable, Insertable, Queryable, Serialize, Debug)] Dec 19 20:25:10.224 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 19 20:25:10.224 INFO [stderr] | Dec 19 20:25:10.224 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 20:25:10.224 INFO [stderr] = note: for more information, see issue #50504 Dec 19 20:25:10.224 INFO [stderr] Dec 19 20:25:10.224 INFO [stderr] warning: cannot find type `PostMeta` in this scope Dec 19 20:25:10.224 INFO [stderr] --> src/model.rs:55:38 Dec 19 20:25:10.224 INFO [stderr] | Dec 19 20:25:10.224 INFO [stderr] 55 | #[derive(Associations, Identifiable, Insertable, Queryable, Serialize, Debug)] Dec 19 20:25:10.224 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 19 20:25:10.224 INFO [stderr] | Dec 19 20:25:10.224 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 20:25:10.224 INFO [stderr] = note: for more information, see issue #50504 Dec 19 20:25:10.224 INFO [stderr] Dec 19 20:25:10.227 INFO [stderr] warning: cannot find type `PostMeta` in this scope Dec 19 20:25:10.227 INFO [stderr] --> src/model.rs:55:50 Dec 19 20:25:10.227 INFO [stderr] | Dec 19 20:25:10.227 INFO [stderr] 55 | #[derive(Associations, Identifiable, Insertable, Queryable, Serialize, Debug)] Dec 19 20:25:10.227 INFO [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 19 20:25:10.227 INFO [stderr] | Dec 19 20:25:10.227 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 20:25:10.227 INFO [stderr] = note: for more information, see issue #50504 Dec 19 20:25:10.227 INFO [stderr] Dec 19 20:25:10.227 INFO [stderr] warning: cannot find type `table` in this scope Dec 19 20:25:10.227 INFO [stderr] --> <::diesel::macros::table_body macros>:165:33 Dec 19 20:25:10.227 INFO [stderr] | Dec 19 20:25:10.227 INFO [stderr] 165 | derive ( Debug , Clone , Copy , QueryId ) ] /// The actual table struct Dec 19 20:25:10.227 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 19 20:25:10.227 INFO [stderr] | Dec 19 20:25:10.227 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 20:25:10.227 INFO [stderr] = note: for more information, see issue #50504 Dec 19 20:25:10.227 INFO [stderr] Dec 19 20:25:10.227 INFO [stderr] warning: cannot find type `ID` in this scope Dec 19 20:25:10.227 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 19 20:25:10.227 INFO [stderr] | Dec 19 20:25:10.227 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 19 20:25:10.227 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 19 20:25:10.227 INFO [stderr] | Dec 19 20:25:10.227 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 20:25:10.227 INFO [stderr] = note: for more information, see issue #50504 Dec 19 20:25:10.227 INFO [stderr] Dec 19 20:25:10.227 INFO [stderr] warning: cannot find type `post_author` in this scope Dec 19 20:25:10.227 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 19 20:25:10.227 INFO [stderr] | Dec 19 20:25:10.227 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 19 20:25:10.227 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 19 20:25:10.227 INFO [stderr] | Dec 19 20:25:10.227 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 20:25:10.227 INFO [stderr] = note: for more information, see issue #50504 Dec 19 20:25:10.227 INFO [stderr] Dec 19 20:25:10.227 INFO [stderr] warning: cannot find type `post_date` in this scope Dec 19 20:25:10.227 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 19 20:25:10.227 INFO [stderr] | Dec 19 20:25:10.227 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 19 20:25:10.227 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 19 20:25:10.227 INFO [stderr] | Dec 19 20:25:10.227 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 20:25:10.227 INFO [stderr] = note: for more information, see issue #50504 Dec 19 20:25:10.227 INFO [stderr] Dec 19 20:25:10.227 INFO [stderr] warning: cannot find type `post_date_gmt` in this scope Dec 19 20:25:10.227 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 19 20:25:10.227 INFO [stderr] | Dec 19 20:25:10.227 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 19 20:25:10.227 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 19 20:25:10.227 INFO [stderr] | Dec 19 20:25:10.228 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 20:25:10.228 INFO [stderr] = note: for more information, see issue #50504 Dec 19 20:25:10.228 INFO [stderr] Dec 19 20:25:10.228 INFO [stderr] warning: cannot find type `post_content` in this scope Dec 19 20:25:10.228 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 19 20:25:10.228 INFO [stderr] | Dec 19 20:25:10.228 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 19 20:25:10.228 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 19 20:25:10.228 INFO [stderr] | Dec 19 20:25:10.228 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 20:25:10.228 INFO [stderr] = note: for more information, see issue #50504 Dec 19 20:25:10.228 INFO [stderr] Dec 19 20:25:10.228 INFO [stderr] warning: cannot find type `post_title` in this scope Dec 19 20:25:10.228 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 19 20:25:10.228 INFO [stderr] | Dec 19 20:25:10.228 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 19 20:25:10.228 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 19 20:25:10.228 INFO [stderr] | Dec 19 20:25:10.228 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 20:25:10.228 INFO [stderr] = note: for more information, see issue #50504 Dec 19 20:25:10.228 INFO [stderr] Dec 19 20:25:10.228 INFO [stderr] warning: cannot find type `post_excerpt` in this scope Dec 19 20:25:10.228 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 19 20:25:10.228 INFO [stderr] | Dec 19 20:25:10.228 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 19 20:25:10.228 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 19 20:25:10.228 INFO [stderr] | Dec 19 20:25:10.228 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 20:25:10.228 INFO [stderr] = note: for more information, see issue #50504 Dec 19 20:25:10.228 INFO [stderr] Dec 19 20:25:10.228 INFO [stderr] warning: cannot find type `post_status` in this scope Dec 19 20:25:10.228 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 19 20:25:10.228 INFO [stderr] | Dec 19 20:25:10.228 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 19 20:25:10.228 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 19 20:25:10.228 INFO [stderr] | Dec 19 20:25:10.228 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 20:25:10.228 INFO [stderr] = note: for more information, see issue #50504 Dec 19 20:25:10.228 INFO [stderr] Dec 19 20:25:10.228 INFO [stderr] warning: cannot find type `comment_status` in this scope Dec 19 20:25:10.228 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 19 20:25:10.228 INFO [stderr] | Dec 19 20:25:10.228 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 19 20:25:10.228 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 19 20:25:10.228 INFO [stderr] | Dec 19 20:25:10.228 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 20:25:10.228 INFO [stderr] = note: for more information, see issue #50504 Dec 19 20:25:10.228 INFO [stderr] Dec 19 20:25:10.228 INFO [stderr] warning: cannot find type `ping_status` in this scope Dec 19 20:25:10.228 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 19 20:25:10.228 INFO [stderr] | Dec 19 20:25:10.228 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 19 20:25:10.228 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 19 20:25:10.228 INFO [stderr] | Dec 19 20:25:10.228 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 20:25:10.228 INFO [stderr] = note: for more information, see issue #50504 Dec 19 20:25:10.228 INFO [stderr] Dec 19 20:25:10.228 INFO [stderr] warning: cannot find type `post_password` in this scope Dec 19 20:25:10.228 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 19 20:25:10.228 INFO [stderr] | Dec 19 20:25:10.228 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 19 20:25:10.228 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 19 20:25:10.228 INFO [stderr] | Dec 19 20:25:10.228 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 20:25:10.228 INFO [stderr] = note: for more information, see issue #50504 Dec 19 20:25:10.228 INFO [stderr] Dec 19 20:25:10.229 INFO [stderr] warning: cannot find type `post_name` in this scope Dec 19 20:25:10.229 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 19 20:25:10.229 INFO [stderr] | Dec 19 20:25:10.229 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 19 20:25:10.229 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 19 20:25:10.229 INFO [stderr] | Dec 19 20:25:10.229 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 20:25:10.229 INFO [stderr] = note: for more information, see issue #50504 Dec 19 20:25:10.229 INFO [stderr] Dec 19 20:25:10.229 INFO [stderr] warning: cannot find type `to_ping` in this scope Dec 19 20:25:10.229 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 19 20:25:10.229 INFO [stderr] | Dec 19 20:25:10.229 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 19 20:25:10.229 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 19 20:25:10.229 INFO [stderr] | Dec 19 20:25:10.229 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 20:25:10.229 INFO [stderr] = note: for more information, see issue #50504 Dec 19 20:25:10.229 INFO [stderr] Dec 19 20:25:10.229 INFO [stderr] warning: cannot find type `pinged` in this scope Dec 19 20:25:10.229 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 19 20:25:10.229 INFO [stderr] | Dec 19 20:25:10.229 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 19 20:25:10.229 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 19 20:25:10.229 INFO [stderr] | Dec 19 20:25:10.229 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 20:25:10.229 INFO [stderr] = note: for more information, see issue #50504 Dec 19 20:25:10.229 INFO [stderr] Dec 19 20:25:10.230 INFO [stderr] warning: cannot find type `post_modified` in this scope Dec 19 20:25:10.230 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 19 20:25:10.230 INFO [stderr] | Dec 19 20:25:10.230 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 19 20:25:10.230 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 19 20:25:10.230 INFO [stderr] | Dec 19 20:25:10.230 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 20:25:10.230 INFO [stderr] = note: for more information, see issue #50504 Dec 19 20:25:10.230 INFO [stderr] Dec 19 20:25:10.230 INFO [stderr] warning: cannot find type `post_modified_gmt` in this scope Dec 19 20:25:10.230 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 19 20:25:10.230 INFO [stderr] | Dec 19 20:25:10.230 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 19 20:25:10.230 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 19 20:25:10.230 INFO [stderr] | Dec 19 20:25:10.230 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 20:25:10.230 INFO [stderr] = note: for more information, see issue #50504 Dec 19 20:25:10.230 INFO [stderr] Dec 19 20:25:10.230 INFO [stderr] warning: cannot find type `post_content_filtered` in this scope Dec 19 20:25:10.230 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 19 20:25:10.230 INFO [stderr] | Dec 19 20:25:10.230 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 19 20:25:10.230 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 19 20:25:10.230 INFO [stderr] | Dec 19 20:25:10.230 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 20:25:10.230 INFO [stderr] = note: for more information, see issue #50504 Dec 19 20:25:10.230 INFO [stderr] Dec 19 20:25:10.231 INFO [stderr] warning: cannot find type `post_parent` in this scope Dec 19 20:25:10.231 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 19 20:25:10.231 INFO [stderr] | Dec 19 20:25:10.231 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 19 20:25:10.231 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 19 20:25:10.231 INFO [stderr] | Dec 19 20:25:10.231 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 20:25:10.231 INFO [stderr] = note: for more information, see issue #50504 Dec 19 20:25:10.231 INFO [stderr] Dec 19 20:25:10.231 INFO [stderr] warning: cannot find type `guid` in this scope Dec 19 20:25:10.231 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 19 20:25:10.231 INFO [stderr] | Dec 19 20:25:10.231 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 19 20:25:10.231 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 19 20:25:10.231 INFO [stderr] | Dec 19 20:25:10.231 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 20:25:10.231 INFO [stderr] = note: for more information, see issue #50504 Dec 19 20:25:10.231 INFO [stderr] Dec 19 20:25:10.231 INFO [stderr] warning: cannot find type `menu_order` in this scope Dec 19 20:25:10.231 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 19 20:25:10.231 INFO [stderr] | Dec 19 20:25:10.231 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 19 20:25:10.231 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 19 20:25:10.231 INFO [stderr] | Dec 19 20:25:10.231 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 20:25:10.231 INFO [stderr] = note: for more information, see issue #50504 Dec 19 20:25:10.231 INFO [stderr] Dec 19 20:25:10.231 INFO [stderr] warning: cannot find type `post_type` in this scope Dec 19 20:25:10.232 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 19 20:25:10.232 INFO [stderr] | Dec 19 20:25:10.232 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 19 20:25:10.232 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 19 20:25:10.232 INFO [stderr] | Dec 19 20:25:10.232 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 20:25:10.232 INFO [stderr] = note: for more information, see issue #50504 Dec 19 20:25:10.232 INFO [stderr] Dec 19 20:25:10.232 INFO [stderr] warning: cannot find type `post_mime_type` in this scope Dec 19 20:25:10.232 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 19 20:25:10.232 INFO [stderr] | Dec 19 20:25:10.232 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 19 20:25:10.232 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 19 20:25:10.232 INFO [stderr] | Dec 19 20:25:10.232 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 20:25:10.232 INFO [stderr] = note: for more information, see issue #50504 Dec 19 20:25:10.232 INFO [stderr] Dec 19 20:25:10.232 INFO [stderr] warning: cannot find type `comment_count` in this scope Dec 19 20:25:10.232 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 19 20:25:10.232 INFO [stderr] | Dec 19 20:25:10.232 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 19 20:25:10.232 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 19 20:25:10.232 INFO [stderr] | Dec 19 20:25:10.232 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 20:25:10.232 INFO [stderr] = note: for more information, see issue #50504 Dec 19 20:25:10.232 INFO [stderr] Dec 19 20:25:10.233 INFO [stderr] warning: cannot find type `meta_id` in this scope Dec 19 20:25:10.233 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 19 20:25:10.233 INFO [stderr] | Dec 19 20:25:10.233 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 19 20:25:10.233 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 19 20:25:10.233 INFO [stderr] | Dec 19 20:25:10.233 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 20:25:10.233 INFO [stderr] = note: for more information, see issue #50504 Dec 19 20:25:10.233 INFO [stderr] Dec 19 20:25:10.233 INFO [stderr] warning: cannot find type `post_id` in this scope Dec 19 20:25:10.233 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 19 20:25:10.233 INFO [stderr] | Dec 19 20:25:10.233 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 19 20:25:10.233 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 19 20:25:10.233 INFO [stderr] | Dec 19 20:25:10.233 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 20:25:10.233 INFO [stderr] = note: for more information, see issue #50504 Dec 19 20:25:10.233 INFO [stderr] Dec 19 20:25:10.233 INFO [stderr] warning: cannot find type `meta_key` in this scope Dec 19 20:25:10.233 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 19 20:25:10.233 INFO [stderr] | Dec 19 20:25:10.233 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 19 20:25:10.233 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 19 20:25:10.233 INFO [stderr] | Dec 19 20:25:10.233 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 20:25:10.233 INFO [stderr] = note: for more information, see issue #50504 Dec 19 20:25:10.233 INFO [stderr] Dec 19 20:25:10.240 INFO [stderr] warning: cannot find type `meta_value` in this scope Dec 19 20:25:10.240 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 19 20:25:10.240 INFO [stderr] | Dec 19 20:25:10.240 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 19 20:25:10.240 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 19 20:25:10.240 INFO [stderr] | Dec 19 20:25:10.240 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 20:25:10.240 INFO [stderr] = note: for more information, see issue #50504 Dec 19 20:25:10.240 INFO [stderr] Dec 19 20:25:13.553 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 57.20s Dec 19 20:25:14.525 INFO running `"docker" "inspect" "4bc342b14359393fb69e2c377b57ef9b53bede067ed648d8254dadcf063b304c"` Dec 19 20:25:14.760 INFO running `"docker" "rm" "-f" "4bc342b14359393fb69e2c377b57ef9b53bede067ed648d8254dadcf063b304c"` Dec 19 20:25:14.928 INFO [stdout] 4bc342b14359393fb69e2c377b57ef9b53bede067ed648d8254dadcf063b304c