Nov 02 15:53:16.783 INFO checking davidarmstronglewis/personal-blog against try#dc8b02d6f1e93f212fc39844ea688b634b4a03c7 for pr-55517 Nov 02 15:53:16.783 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55517/worker-4/try#dc8b02d6f1e93f212fc39844ea688b634b4a03c7:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-4/pr-55517/try#dc8b02d6f1e93f212fc39844ea688b634b4a03c7:/source:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +dc8b02d6f1e93f212fc39844ea688b634b4a03c7-alt check --frozen --all --all-targets" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Nov 02 15:53:17.184 INFO blam! b86186637d495518773a517a2e1b5111950407810214ac88b03d3454bcd92729 Nov 02 15:53:17.188 INFO running `"docker" "start" "-a" "b86186637d495518773a517a2e1b5111950407810214ac88b03d3454bcd92729"` Nov 02 15:53:18.045 INFO kablam! usermod: no changes Nov 02 15:53:18.539 INFO kablam! Checking r2d2 v0.8.2 Nov 02 15:53:18.562 INFO kablam! Checking chrono v0.4.2 Nov 02 15:53:18.562 INFO kablam! Checking trust-dns-proto v0.3.3 Nov 02 15:53:18.562 INFO kablam! Checking tokio-signal v0.1.5 Nov 02 15:53:22.487 INFO kablam! Checking diesel v1.3.0 Nov 02 15:53:25.223 INFO kablam! Checking trust-dns-resolver v0.8.2 Nov 02 15:53:29.943 INFO kablam! Checking actix v0.5.8 Nov 02 15:53:36.356 INFO kablam! Checking actix-web v0.6.12 Nov 02 15:54:10.952 INFO kablam! Checking r2d2-diesel v1.0.0 Nov 02 15:54:12.071 INFO kablam! Checking personal-blog v0.1.0 (/source) Nov 02 15:54:19.732 INFO kablam! warning: cannot find type `NaiveDateTime` in this scope Nov 02 15:54:19.732 INFO kablam! --> src/db/models.rs:3:17 Nov 02 15:54:19.732 INFO kablam! | Nov 02 15:54:19.732 INFO kablam! 3 | #[derive(Debug, Queryable, Serialize, Deserialize)] Nov 02 15:54:19.732 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 02 15:54:19.732 INFO kablam! | Nov 02 15:54:19.732 INFO kablam! = note: #[warn(proc_macro_derive_resolution_fallback)] on by default Nov 02 15:54:19.732 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 02 15:54:19.732 INFO kablam! = note: for more information, see issue #50504 Nov 02 15:54:19.732 INFO kablam! Nov 02 15:54:19.732 INFO kablam! warning: cannot find type `NaiveDateTime` in this scope Nov 02 15:54:19.732 INFO kablam! --> src/db/models.rs:3:17 Nov 02 15:54:19.732 INFO kablam! | Nov 02 15:54:19.732 INFO kablam! 3 | #[derive(Debug, Queryable, Serialize, Deserialize)] Nov 02 15:54:19.732 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 02 15:54:19.732 INFO kablam! | Nov 02 15:54:19.732 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 02 15:54:19.732 INFO kablam! = note: for more information, see issue #50504 Nov 02 15:54:19.732 INFO kablam! Nov 02 15:54:19.732 INFO kablam! warning: cannot find type `BlogPost` in this scope Nov 02 15:54:19.732 INFO kablam! --> src/db/models.rs:3:17 Nov 02 15:54:19.732 INFO kablam! | Nov 02 15:54:19.732 INFO kablam! 3 | #[derive(Debug, Queryable, Serialize, Deserialize)] Nov 02 15:54:19.732 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 02 15:54:19.732 INFO kablam! | Nov 02 15:54:19.732 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 02 15:54:19.732 INFO kablam! = note: for more information, see issue #50504 Nov 02 15:54:19.732 INFO kablam! Nov 02 15:54:19.732 INFO kablam! warning: cannot find type `blog_posts` in this scope Nov 02 15:54:19.732 INFO kablam! --> src/db/models.rs:15:17 Nov 02 15:54:19.732 INFO kablam! | Nov 02 15:54:19.732 INFO kablam! 15 | #[derive(Debug, Insertable)] Nov 02 15:54:19.732 INFO kablam! | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 02 15:54:19.732 INFO kablam! | Nov 02 15:54:19.732 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 02 15:54:19.733 INFO kablam! = note: for more information, see issue #50504 Nov 02 15:54:19.733 INFO kablam! Nov 02 15:54:19.733 INFO kablam! warning: cannot find type `NewBlogPost` in this scope Nov 02 15:54:19.733 INFO kablam! --> src/db/models.rs:15:17 Nov 02 15:54:19.733 INFO kablam! | Nov 02 15:54:19.733 INFO kablam! 15 | #[derive(Debug, Insertable)] Nov 02 15:54:19.733 INFO kablam! | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 02 15:54:19.733 INFO kablam! | Nov 02 15:54:19.733 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 02 15:54:19.733 INFO kablam! = note: for more information, see issue #50504 Nov 02 15:54:19.733 INFO kablam! Nov 02 15:54:19.733 INFO kablam! warning: cannot find type `table` in this scope Nov 02 15:54:19.733 INFO kablam! --> <::diesel::macros::table_body macros>:165:33 Nov 02 15:54:19.733 INFO kablam! | Nov 02 15:54:19.733 INFO kablam! 165 | derive ( Debug , Clone , Copy , QueryId ) ] /// The actual table struct Nov 02 15:54:19.733 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 02 15:54:19.733 INFO kablam! | Nov 02 15:54:19.733 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 02 15:54:19.733 INFO kablam! = note: for more information, see issue #50504 Nov 02 15:54:19.733 INFO kablam! Nov 02 15:54:19.733 INFO kablam! warning: cannot find type `id` in this scope Nov 02 15:54:19.733 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Nov 02 15:54:19.733 INFO kablam! | Nov 02 15:54:19.733 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 02 15:54:19.733 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 02 15:54:19.733 INFO kablam! | Nov 02 15:54:19.733 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 02 15:54:19.733 INFO kablam! = note: for more information, see issue #50504 Nov 02 15:54:19.733 INFO kablam! Nov 02 15:54:19.733 INFO kablam! warning: cannot find type `title` in this scope Nov 02 15:54:19.733 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Nov 02 15:54:19.733 INFO kablam! | Nov 02 15:54:19.733 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 02 15:54:19.733 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 02 15:54:19.733 INFO kablam! | Nov 02 15:54:19.733 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 02 15:54:19.733 INFO kablam! = note: for more information, see issue #50504 Nov 02 15:54:19.733 INFO kablam! Nov 02 15:54:19.733 INFO kablam! warning: cannot find type `body` in this scope Nov 02 15:54:19.733 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Nov 02 15:54:19.733 INFO kablam! | Nov 02 15:54:19.733 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 02 15:54:19.733 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 02 15:54:19.733 INFO kablam! | Nov 02 15:54:19.733 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 02 15:54:19.733 INFO kablam! = note: for more information, see issue #50504 Nov 02 15:54:19.733 INFO kablam! Nov 02 15:54:19.733 INFO kablam! warning: cannot find type `published` in this scope Nov 02 15:54:19.733 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Nov 02 15:54:19.733 INFO kablam! | Nov 02 15:54:19.733 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 02 15:54:19.733 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 02 15:54:19.733 INFO kablam! | Nov 02 15:54:19.733 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 02 15:54:19.733 INFO kablam! = note: for more information, see issue #50504 Nov 02 15:54:19.733 INFO kablam! Nov 02 15:54:19.733 INFO kablam! warning: cannot find type `created_at` in this scope Nov 02 15:54:19.733 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Nov 02 15:54:19.733 INFO kablam! | Nov 02 15:54:19.733 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 02 15:54:19.733 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 02 15:54:19.733 INFO kablam! | Nov 02 15:54:19.733 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 02 15:54:19.733 INFO kablam! = note: for more information, see issue #50504 Nov 02 15:54:19.733 INFO kablam! Nov 02 15:54:19.733 INFO kablam! warning: cannot find type `updated_at` in this scope Nov 02 15:54:19.733 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Nov 02 15:54:19.733 INFO kablam! | Nov 02 15:54:19.733 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 02 15:54:19.733 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 02 15:54:19.733 INFO kablam! | Nov 02 15:54:19.733 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 02 15:54:19.733 INFO kablam! = note: for more information, see issue #50504 Nov 02 15:54:19.733 INFO kablam! Nov 02 15:54:19.808 INFO kablam! warning: cannot find type `NaiveDateTime` in this scope Nov 02 15:54:19.808 INFO kablam! --> src/db/models.rs:3:17 Nov 02 15:54:19.808 INFO kablam! | Nov 02 15:54:19.808 INFO kablam! 3 | #[derive(Debug, Queryable, Serialize, Deserialize)] Nov 02 15:54:19.808 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 02 15:54:19.808 INFO kablam! | Nov 02 15:54:19.808 INFO kablam! = note: #[warn(proc_macro_derive_resolution_fallback)] on by default Nov 02 15:54:19.808 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 02 15:54:19.808 INFO kablam! = note: for more information, see issue #50504 Nov 02 15:54:19.808 INFO kablam! Nov 02 15:54:19.808 INFO kablam! warning: cannot find type `NaiveDateTime` in this scope Nov 02 15:54:19.808 INFO kablam! --> src/db/models.rs:3:17 Nov 02 15:54:19.808 INFO kablam! | Nov 02 15:54:19.808 INFO kablam! 3 | #[derive(Debug, Queryable, Serialize, Deserialize)] Nov 02 15:54:19.808 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 02 15:54:19.808 INFO kablam! | Nov 02 15:54:19.808 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 02 15:54:19.808 INFO kablam! = note: for more information, see issue #50504 Nov 02 15:54:19.808 INFO kablam! Nov 02 15:54:19.808 INFO kablam! warning: cannot find type `BlogPost` in this scope Nov 02 15:54:19.808 INFO kablam! --> src/db/models.rs:3:17 Nov 02 15:54:19.808 INFO kablam! | Nov 02 15:54:19.808 INFO kablam! 3 | #[derive(Debug, Queryable, Serialize, Deserialize)] Nov 02 15:54:19.808 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 02 15:54:19.808 INFO kablam! | Nov 02 15:54:19.808 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 02 15:54:19.808 INFO kablam! = note: for more information, see issue #50504 Nov 02 15:54:19.808 INFO kablam! Nov 02 15:54:19.808 INFO kablam! warning: cannot find type `blog_posts` in this scope Nov 02 15:54:19.808 INFO kablam! --> src/db/models.rs:15:17 Nov 02 15:54:19.808 INFO kablam! | Nov 02 15:54:19.808 INFO kablam! 15 | #[derive(Debug, Insertable)] Nov 02 15:54:19.808 INFO kablam! | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 02 15:54:19.808 INFO kablam! | Nov 02 15:54:19.808 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 02 15:54:19.808 INFO kablam! = note: for more information, see issue #50504 Nov 02 15:54:19.808 INFO kablam! Nov 02 15:54:19.808 INFO kablam! warning: cannot find type `NewBlogPost` in this scope Nov 02 15:54:19.808 INFO kablam! --> src/db/models.rs:15:17 Nov 02 15:54:19.808 INFO kablam! | Nov 02 15:54:19.808 INFO kablam! 15 | #[derive(Debug, Insertable)] Nov 02 15:54:19.808 INFO kablam! | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 02 15:54:19.808 INFO kablam! | Nov 02 15:54:19.808 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 02 15:54:19.808 INFO kablam! = note: for more information, see issue #50504 Nov 02 15:54:19.808 INFO kablam! Nov 02 15:54:19.809 INFO kablam! warning: cannot find type `table` in this scope Nov 02 15:54:19.809 INFO kablam! --> <::diesel::macros::table_body macros>:165:33 Nov 02 15:54:19.809 INFO kablam! | Nov 02 15:54:19.809 INFO kablam! 165 | derive ( Debug , Clone , Copy , QueryId ) ] /// The actual table struct Nov 02 15:54:19.809 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 02 15:54:19.809 INFO kablam! | Nov 02 15:54:19.809 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 02 15:54:19.809 INFO kablam! = note: for more information, see issue #50504 Nov 02 15:54:19.809 INFO kablam! Nov 02 15:54:19.809 INFO kablam! warning: cannot find type `id` in this scope Nov 02 15:54:19.809 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Nov 02 15:54:19.809 INFO kablam! | Nov 02 15:54:19.809 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 02 15:54:19.809 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 02 15:54:19.809 INFO kablam! | Nov 02 15:54:19.809 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 02 15:54:19.809 INFO kablam! = note: for more information, see issue #50504 Nov 02 15:54:19.809 INFO kablam! Nov 02 15:54:19.809 INFO kablam! warning: cannot find type `title` in this scope Nov 02 15:54:19.809 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Nov 02 15:54:19.809 INFO kablam! | Nov 02 15:54:19.809 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 02 15:54:19.809 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 02 15:54:19.809 INFO kablam! | Nov 02 15:54:19.809 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 02 15:54:19.809 INFO kablam! = note: for more information, see issue #50504 Nov 02 15:54:19.809 INFO kablam! Nov 02 15:54:19.809 INFO kablam! warning: cannot find type `body` in this scope Nov 02 15:54:19.809 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Nov 02 15:54:19.809 INFO kablam! | Nov 02 15:54:19.809 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 02 15:54:19.809 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 02 15:54:19.809 INFO kablam! | Nov 02 15:54:19.809 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 02 15:54:19.809 INFO kablam! = note: for more information, see issue #50504 Nov 02 15:54:19.809 INFO kablam! Nov 02 15:54:19.809 INFO kablam! warning: cannot find type `published` in this scope Nov 02 15:54:19.809 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Nov 02 15:54:19.809 INFO kablam! | Nov 02 15:54:19.809 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 02 15:54:19.809 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 02 15:54:19.809 INFO kablam! | Nov 02 15:54:19.809 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 02 15:54:19.809 INFO kablam! = note: for more information, see issue #50504 Nov 02 15:54:19.809 INFO kablam! Nov 02 15:54:19.812 INFO kablam! warning: cannot find type `created_at` in this scope Nov 02 15:54:19.818 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Nov 02 15:54:19.818 INFO kablam! | Nov 02 15:54:19.818 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 02 15:54:19.818 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 02 15:54:19.818 INFO kablam! | Nov 02 15:54:19.818 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 02 15:54:19.818 INFO kablam! = note: for more information, see issue #50504 Nov 02 15:54:19.818 INFO kablam! Nov 02 15:54:19.818 INFO kablam! warning: cannot find type `updated_at` in this scope Nov 02 15:54:19.818 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Nov 02 15:54:19.818 INFO kablam! | Nov 02 15:54:19.818 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 02 15:54:19.818 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 02 15:54:19.818 INFO kablam! | Nov 02 15:54:19.819 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 02 15:54:19.819 INFO kablam! = note: for more information, see issue #50504 Nov 02 15:54:19.819 INFO kablam! Nov 02 15:54:29.200 INFO kablam! warning: cannot find type `NaiveDateTime` in this scope Nov 02 15:54:29.201 INFO kablam! --> src/db/models.rs:3:17 Nov 02 15:54:29.202 INFO kablam! | Nov 02 15:54:29.202 INFO kablam! 3 | #[derive(Debug, Queryable, Serialize, Deserialize)] Nov 02 15:54:29.202 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 02 15:54:29.202 INFO kablam! | Nov 02 15:54:29.202 INFO kablam! = note: #[warn(proc_macro_derive_resolution_fallback)] on by default Nov 02 15:54:29.203 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 02 15:54:29.203 INFO kablam! = note: for more information, see issue #50504 Nov 02 15:54:29.203 INFO kablam! Nov 02 15:54:29.204 INFO kablam! warning: cannot find type `NaiveDateTime` in this scope Nov 02 15:54:29.204 INFO kablam! --> src/db/models.rs:3:17 Nov 02 15:54:29.204 INFO kablam! | Nov 02 15:54:29.205 INFO kablam! 3 | #[derive(Debug, Queryable, Serialize, Deserialize)] Nov 02 15:54:29.205 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 02 15:54:29.205 INFO kablam! | Nov 02 15:54:29.205 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 02 15:54:29.205 INFO kablam! = note: for more information, see issue #50504 Nov 02 15:54:29.205 INFO kablam! Nov 02 15:54:29.205 INFO kablam! warning: cannot find type `BlogPost` in this scope Nov 02 15:54:29.206 INFO kablam! --> src/db/models.rs:3:17 Nov 02 15:54:29.206 INFO kablam! | Nov 02 15:54:29.206 INFO kablam! 3 | #[derive(Debug, Queryable, Serialize, Deserialize)] Nov 02 15:54:29.207 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 02 15:54:29.207 INFO kablam! | Nov 02 15:54:29.207 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 02 15:54:29.208 INFO kablam! = note: for more information, see issue #50504 Nov 02 15:54:29.208 INFO kablam! Nov 02 15:54:29.208 INFO kablam! warning: cannot find type `blog_posts` in this scope Nov 02 15:54:29.208 INFO kablam! --> src/db/models.rs:15:17 Nov 02 15:54:29.209 INFO kablam! | Nov 02 15:54:29.209 INFO kablam! 15 | #[derive(Debug, Insertable)] Nov 02 15:54:29.209 INFO kablam! | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 02 15:54:29.209 INFO kablam! | Nov 02 15:54:29.209 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 02 15:54:29.209 INFO kablam! = note: for more information, see issue #50504 Nov 02 15:54:29.209 INFO kablam! Nov 02 15:54:29.211 INFO kablam! warning: cannot find type `NewBlogPost` in this scope Nov 02 15:54:29.211 INFO kablam! --> src/db/models.rs:15:17 Nov 02 15:54:29.211 INFO kablam! | Nov 02 15:54:29.211 INFO kablam! 15 | #[derive(Debug, Insertable)] Nov 02 15:54:29.211 INFO kablam! | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 02 15:54:29.211 INFO kablam! | Nov 02 15:54:29.211 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 02 15:54:29.211 INFO kablam! = note: for more information, see issue #50504 Nov 02 15:54:29.211 INFO kablam! Nov 02 15:54:29.211 INFO kablam! warning: cannot find type `table` in this scope Nov 02 15:54:29.211 INFO kablam! --> <::diesel::macros::table_body macros>:165:33 Nov 02 15:54:29.211 INFO kablam! | Nov 02 15:54:29.211 INFO kablam! 165 | derive ( Debug , Clone , Copy , QueryId ) ] /// The actual table struct Nov 02 15:54:29.211 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 02 15:54:29.211 INFO kablam! | Nov 02 15:54:29.211 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 02 15:54:29.211 INFO kablam! = note: for more information, see issue #50504 Nov 02 15:54:29.211 INFO kablam! Nov 02 15:54:29.211 INFO kablam! warning: cannot find type `id` in this scope Nov 02 15:54:29.211 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Nov 02 15:54:29.211 INFO kablam! | Nov 02 15:54:29.211 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 02 15:54:29.211 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 02 15:54:29.211 INFO kablam! | Nov 02 15:54:29.211 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 02 15:54:29.211 INFO kablam! = note: for more information, see issue #50504 Nov 02 15:54:29.211 INFO kablam! Nov 02 15:54:29.211 INFO kablam! warning: cannot find type `title` in this scope Nov 02 15:54:29.211 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Nov 02 15:54:29.211 INFO kablam! | Nov 02 15:54:29.211 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 02 15:54:29.211 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 02 15:54:29.211 INFO kablam! | Nov 02 15:54:29.211 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 02 15:54:29.211 INFO kablam! = note: for more information, see issue #50504 Nov 02 15:54:29.211 INFO kablam! Nov 02 15:54:29.211 INFO kablam! warning: cannot find type `body` in this scope Nov 02 15:54:29.211 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Nov 02 15:54:29.211 INFO kablam! | Nov 02 15:54:29.211 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 02 15:54:29.211 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 02 15:54:29.211 INFO kablam! | Nov 02 15:54:29.211 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 02 15:54:29.211 INFO kablam! = note: for more information, see issue #50504 Nov 02 15:54:29.211 INFO kablam! Nov 02 15:54:29.211 INFO kablam! warning: cannot find type `published` in this scope Nov 02 15:54:29.211 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Nov 02 15:54:29.211 INFO kablam! | Nov 02 15:54:29.211 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 02 15:54:29.211 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 02 15:54:29.211 INFO kablam! | Nov 02 15:54:29.211 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 02 15:54:29.211 INFO kablam! = note: for more information, see issue #50504 Nov 02 15:54:29.211 INFO kablam! Nov 02 15:54:29.211 INFO kablam! warning: cannot find type `created_at` in this scope Nov 02 15:54:29.211 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Nov 02 15:54:29.211 INFO kablam! | Nov 02 15:54:29.211 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 02 15:54:29.211 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 02 15:54:29.211 INFO kablam! | Nov 02 15:54:29.211 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 02 15:54:29.211 INFO kablam! = note: for more information, see issue #50504 Nov 02 15:54:29.211 INFO kablam! Nov 02 15:54:29.211 INFO kablam! warning: cannot find type `updated_at` in this scope Nov 02 15:54:29.212 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Nov 02 15:54:29.212 INFO kablam! | Nov 02 15:54:29.212 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 02 15:54:29.212 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 02 15:54:29.212 INFO kablam! | Nov 02 15:54:29.212 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 02 15:54:29.212 INFO kablam! = note: for more information, see issue #50504 Nov 02 15:54:29.212 INFO kablam! Nov 02 15:54:29.576 INFO kablam! warning: cannot find type `NaiveDateTime` in this scope Nov 02 15:54:29.577 INFO kablam! --> src/db/models.rs:3:17 Nov 02 15:54:29.578 INFO kablam! | Nov 02 15:54:29.579 INFO kablam! 3 | #[derive(Debug, Queryable, Serialize, Deserialize)] Nov 02 15:54:29.579 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 02 15:54:29.580 INFO kablam! | Nov 02 15:54:29.580 INFO kablam! = note: #[warn(proc_macro_derive_resolution_fallback)] on by default Nov 02 15:54:29.581 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 02 15:54:29.582 INFO kablam! = note: for more information, see issue #50504 Nov 02 15:54:29.582 INFO kablam! Nov 02 15:54:29.583 INFO kablam! warning: cannot find type `NaiveDateTime` in this scope Nov 02 15:54:29.583 INFO kablam! --> src/db/models.rs:3:17 Nov 02 15:54:29.584 INFO kablam! | Nov 02 15:54:29.584 INFO kablam! 3 | #[derive(Debug, Queryable, Serialize, Deserialize)] Nov 02 15:54:29.585 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 02 15:54:29.585 INFO kablam! | Nov 02 15:54:29.585 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 02 15:54:29.585 INFO kablam! = note: for more information, see issue #50504 Nov 02 15:54:29.585 INFO kablam! Nov 02 15:54:29.585 INFO kablam! warning: cannot find type `BlogPost` in this scope Nov 02 15:54:29.585 INFO kablam! --> src/db/models.rs:3:17 Nov 02 15:54:29.585 INFO kablam! | Nov 02 15:54:29.585 INFO kablam! 3 | #[derive(Debug, Queryable, Serialize, Deserialize)] Nov 02 15:54:29.585 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 02 15:54:29.585 INFO kablam! | Nov 02 15:54:29.585 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 02 15:54:29.585 INFO kablam! = note: for more information, see issue #50504 Nov 02 15:54:29.585 INFO kablam! Nov 02 15:54:29.585 INFO kablam! warning: cannot find type `blog_posts` in this scope Nov 02 15:54:29.585 INFO kablam! --> src/db/models.rs:15:17 Nov 02 15:54:29.585 INFO kablam! | Nov 02 15:54:29.585 INFO kablam! 15 | #[derive(Debug, Insertable)] Nov 02 15:54:29.585 INFO kablam! | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 02 15:54:29.592 INFO kablam! | Nov 02 15:54:29.592 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 02 15:54:29.592 INFO kablam! = note: for more information, see issue #50504 Nov 02 15:54:29.592 INFO kablam! Nov 02 15:54:29.592 INFO kablam! warning: cannot find type `NewBlogPost` in this scope Nov 02 15:54:29.592 INFO kablam! --> src/db/models.rs:15:17 Nov 02 15:54:29.592 INFO kablam! | Nov 02 15:54:29.592 INFO kablam! 15 | #[derive(Debug, Insertable)] Nov 02 15:54:29.592 INFO kablam! | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 02 15:54:29.592 INFO kablam! | Nov 02 15:54:29.592 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 02 15:54:29.593 INFO kablam! = note: for more information, see issue #50504 Nov 02 15:54:29.593 INFO kablam! Nov 02 15:54:29.593 INFO kablam! warning: cannot find type `table` in this scope Nov 02 15:54:29.593 INFO kablam! --> <::diesel::macros::table_body macros>:165:33 Nov 02 15:54:29.593 INFO kablam! | Nov 02 15:54:29.593 INFO kablam! 165 | derive ( Debug , Clone , Copy , QueryId ) ] /// The actual table struct Nov 02 15:54:29.593 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 02 15:54:29.593 INFO kablam! | Nov 02 15:54:29.593 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 02 15:54:29.593 INFO kablam! = note: for more information, see issue #50504 Nov 02 15:54:29.593 INFO kablam! Nov 02 15:54:29.593 INFO kablam! warning: cannot find type `id` in this scope Nov 02 15:54:29.593 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Nov 02 15:54:29.593 INFO kablam! | Nov 02 15:54:29.593 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 02 15:54:29.593 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 02 15:54:29.593 INFO kablam! | Nov 02 15:54:29.593 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 02 15:54:29.593 INFO kablam! = note: for more information, see issue #50504 Nov 02 15:54:29.593 INFO kablam! Nov 02 15:54:29.593 INFO kablam! warning: cannot find type `title` in this scope Nov 02 15:54:29.593 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Nov 02 15:54:29.593 INFO kablam! | Nov 02 15:54:29.593 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 02 15:54:29.593 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 02 15:54:29.593 INFO kablam! | Nov 02 15:54:29.593 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 02 15:54:29.593 INFO kablam! = note: for more information, see issue #50504 Nov 02 15:54:29.593 INFO kablam! Nov 02 15:54:29.593 INFO kablam! warning: cannot find type `body` in this scope Nov 02 15:54:29.593 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Nov 02 15:54:29.593 INFO kablam! | Nov 02 15:54:29.593 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 02 15:54:29.593 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 02 15:54:29.593 INFO kablam! | Nov 02 15:54:29.593 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 02 15:54:29.593 INFO kablam! = note: for more information, see issue #50504 Nov 02 15:54:29.593 INFO kablam! Nov 02 15:54:29.593 INFO kablam! warning: cannot find type `published` in this scope Nov 02 15:54:29.593 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Nov 02 15:54:29.593 INFO kablam! | Nov 02 15:54:29.593 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 02 15:54:29.593 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 02 15:54:29.593 INFO kablam! | Nov 02 15:54:29.593 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 02 15:54:29.593 INFO kablam! = note: for more information, see issue #50504 Nov 02 15:54:29.593 INFO kablam! Nov 02 15:54:29.593 INFO kablam! warning: cannot find type `created_at` in this scope Nov 02 15:54:29.593 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Nov 02 15:54:29.593 INFO kablam! | Nov 02 15:54:29.593 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 02 15:54:29.593 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 02 15:54:29.593 INFO kablam! | Nov 02 15:54:29.593 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 02 15:54:29.593 INFO kablam! = note: for more information, see issue #50504 Nov 02 15:54:29.593 INFO kablam! Nov 02 15:54:29.593 INFO kablam! warning: cannot find type `updated_at` in this scope Nov 02 15:54:29.593 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Nov 02 15:54:29.593 INFO kablam! | Nov 02 15:54:29.593 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 02 15:54:29.593 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 02 15:54:29.593 INFO kablam! | Nov 02 15:54:29.593 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 02 15:54:29.593 INFO kablam! = note: for more information, see issue #50504 Nov 02 15:54:29.593 INFO kablam! Nov 02 15:54:30.792 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 12s Nov 02 15:54:30.808 INFO kablam! su: No module specific data is present Nov 02 15:54:31.969 INFO running `"docker" "rm" "-f" "b86186637d495518773a517a2e1b5111950407810214ac88b03d3454bcd92729"` Nov 02 15:54:32.288 INFO blam! b86186637d495518773a517a2e1b5111950407810214ac88b03d3454bcd92729