Nov 09 14:18:31.629 INFO checking davidarmstronglewis/personal-blog against master#653da4fd006c97625247acd7e076d0782cdc149b for pr-55632 Nov 09 14:18:31.629 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55632/worker-1/master#653da4fd006c97625247acd7e076d0782cdc149b:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-1/pr-55632/master#653da4fd006c97625247acd7e076d0782cdc149b:/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 +653da4fd006c97625247acd7e076d0782cdc149b-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 09 14:18:32.040 INFO blam! c73a5f4e8b9a9e15cbe5ee3cec90a86d4f5deeffc37e84ee6586b9683b270e16 Nov 09 14:18:32.043 INFO running `"docker" "start" "-a" "c73a5f4e8b9a9e15cbe5ee3cec90a86d4f5deeffc37e84ee6586b9683b270e16"` Nov 09 14:18:33.518 INFO kablam! usermod: no changes Nov 09 14:18:34.031 INFO kablam! Compiling actix-web v0.6.12 Nov 09 14:18:34.034 INFO kablam! Checking r2d2 v0.8.2 Nov 09 14:18:34.035 INFO kablam! Compiling serde_json v1.0.20 Nov 09 14:18:34.036 INFO kablam! Checking diesel v1.3.0 Nov 09 14:18:34.037 INFO kablam! Checking trust-dns-proto v0.3.3 Nov 09 14:18:34.037 INFO kablam! Checking tokio-signal v0.1.5 Nov 09 14:18:41.091 INFO kablam! Compiling cargo_metadata v0.5.6 Nov 09 14:18:42.655 INFO kablam! Checking trust-dns-resolver v0.8.2 Nov 09 14:18:47.567 INFO kablam! Compiling skeptic v0.13.3 Nov 09 14:18:53.361 INFO kablam! Compiling actix v0.5.8 Nov 09 14:19:34.334 INFO kablam! Checking r2d2-diesel v1.0.0 Nov 09 14:19:35.496 INFO kablam! Checking personal-blog v0.1.0 (/source) Nov 09 14:19:42.871 INFO kablam! warning: cannot find type `NaiveDateTime` in this scope Nov 09 14:19:42.871 INFO kablam! --> src/db/models.rs:3:17 Nov 09 14:19:42.871 INFO kablam! | Nov 09 14:19:42.871 INFO kablam! 3 | #[derive(Debug, Queryable, Serialize, Deserialize)] Nov 09 14:19:42.871 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 09 14:19:42.871 INFO kablam! | Nov 09 14:19:42.871 INFO kablam! = note: #[warn(proc_macro_derive_resolution_fallback)] on by default Nov 09 14:19:42.871 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 09 14:19:42.871 INFO kablam! = note: for more information, see issue #50504 Nov 09 14:19:42.871 INFO kablam! Nov 09 14:19:42.871 INFO kablam! warning: cannot find type `NaiveDateTime` in this scope Nov 09 14:19:42.871 INFO kablam! --> src/db/models.rs:3:17 Nov 09 14:19:42.871 INFO kablam! | Nov 09 14:19:42.871 INFO kablam! 3 | #[derive(Debug, Queryable, Serialize, Deserialize)] Nov 09 14:19:42.871 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 09 14:19:42.871 INFO kablam! | Nov 09 14:19:42.871 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 09 14:19:42.871 INFO kablam! = note: for more information, see issue #50504 Nov 09 14:19:42.871 INFO kablam! Nov 09 14:19:42.871 INFO kablam! warning: cannot find type `BlogPost` in this scope Nov 09 14:19:42.871 INFO kablam! --> src/db/models.rs:3:17 Nov 09 14:19:42.871 INFO kablam! | Nov 09 14:19:42.871 INFO kablam! 3 | #[derive(Debug, Queryable, Serialize, Deserialize)] Nov 09 14:19:42.871 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 09 14:19:42.871 INFO kablam! | Nov 09 14:19:42.871 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 09 14:19:42.871 INFO kablam! = note: for more information, see issue #50504 Nov 09 14:19:42.871 INFO kablam! Nov 09 14:19:42.871 INFO kablam! warning: cannot find type `blog_posts` in this scope Nov 09 14:19:42.871 INFO kablam! --> src/db/models.rs:15:17 Nov 09 14:19:42.871 INFO kablam! | Nov 09 14:19:42.871 INFO kablam! 15 | #[derive(Debug, Insertable)] Nov 09 14:19:42.871 INFO kablam! | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 09 14:19:42.871 INFO kablam! | Nov 09 14:19:42.871 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 09 14:19:42.871 INFO kablam! = note: for more information, see issue #50504 Nov 09 14:19:42.871 INFO kablam! Nov 09 14:19:42.871 INFO kablam! warning: cannot find type `NewBlogPost` in this scope Nov 09 14:19:42.871 INFO kablam! --> src/db/models.rs:15:17 Nov 09 14:19:42.871 INFO kablam! | Nov 09 14:19:42.871 INFO kablam! 15 | #[derive(Debug, Insertable)] Nov 09 14:19:42.871 INFO kablam! | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 09 14:19:42.871 INFO kablam! | Nov 09 14:19:42.871 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 09 14:19:42.871 INFO kablam! = note: for more information, see issue #50504 Nov 09 14:19:42.871 INFO kablam! Nov 09 14:19:42.871 INFO kablam! warning: cannot find type `table` in this scope Nov 09 14:19:42.871 INFO kablam! --> <::diesel::macros::table_body macros>:165:33 Nov 09 14:19:42.871 INFO kablam! | Nov 09 14:19:42.871 INFO kablam! 165 | derive ( Debug , Clone , Copy , QueryId ) ] /// The actual table struct Nov 09 14:19:42.871 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 09 14:19:42.871 INFO kablam! | Nov 09 14:19:42.871 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 09 14:19:42.871 INFO kablam! = note: for more information, see issue #50504 Nov 09 14:19:42.871 INFO kablam! Nov 09 14:19:42.871 INFO kablam! warning: cannot find type `id` in this scope Nov 09 14:19:42.871 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Nov 09 14:19:42.871 INFO kablam! | Nov 09 14:19:42.871 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 09 14:19:42.871 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 09 14:19:42.871 INFO kablam! | Nov 09 14:19:42.871 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 09 14:19:42.871 INFO kablam! = note: for more information, see issue #50504 Nov 09 14:19:42.871 INFO kablam! Nov 09 14:19:42.871 INFO kablam! warning: cannot find type `title` in this scope Nov 09 14:19:42.871 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Nov 09 14:19:42.871 INFO kablam! | Nov 09 14:19:42.871 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 09 14:19:42.871 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 09 14:19:42.871 INFO kablam! | Nov 09 14:19:42.871 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 09 14:19:42.871 INFO kablam! = note: for more information, see issue #50504 Nov 09 14:19:42.871 INFO kablam! Nov 09 14:19:42.871 INFO kablam! warning: cannot find type `body` in this scope Nov 09 14:19:42.871 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Nov 09 14:19:42.872 INFO kablam! | Nov 09 14:19:42.872 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 09 14:19:42.872 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 09 14:19:42.872 INFO kablam! | Nov 09 14:19:42.872 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 09 14:19:42.872 INFO kablam! = note: for more information, see issue #50504 Nov 09 14:19:42.874 INFO kablam! Nov 09 14:19:42.875 INFO kablam! warning: cannot find type `published` in this scope Nov 09 14:19:42.875 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Nov 09 14:19:42.875 INFO kablam! | Nov 09 14:19:42.875 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 09 14:19:42.875 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 09 14:19:42.875 INFO kablam! | Nov 09 14:19:42.875 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 09 14:19:42.875 INFO kablam! = note: for more information, see issue #50504 Nov 09 14:19:42.875 INFO kablam! Nov 09 14:19:42.875 INFO kablam! warning: cannot find type `created_at` in this scope Nov 09 14:19:42.875 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Nov 09 14:19:42.875 INFO kablam! | Nov 09 14:19:42.875 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 09 14:19:42.875 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 09 14:19:42.875 INFO kablam! warning: cannot find type `NaiveDateTime` in this scope Nov 09 14:19:42.875 INFO kablam! --> src/db/models.rs:3:17 Nov 09 14:19:42.875 INFO kablam! | Nov 09 14:19:42.875 INFO kablam! 3 | #[derive(Debug, Queryable, Serialize, Deserialize)] Nov 09 14:19:42.875 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 09 14:19:42.875 INFO kablam! | Nov 09 14:19:42.875 INFO kablam! = note: #[warn(proc_macro_derive_resolution_fallback)] on by default Nov 09 14:19:42.875 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 09 14:19:42.875 INFO kablam! = note: for more information, see issue #50504 Nov 09 14:19:42.875 INFO kablam! Nov 09 14:19:42.875 INFO kablam! warning: cannot find type `NaiveDateTime` in this scope Nov 09 14:19:42.875 INFO kablam! --> src/db/models.rs:3:17 Nov 09 14:19:42.875 INFO kablam! | Nov 09 14:19:42.875 INFO kablam! 3 | #[derive(Debug, Queryable, Serialize, Deserialize)] Nov 09 14:19:42.875 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 09 14:19:42.875 INFO kablam! | Nov 09 14:19:42.875 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 09 14:19:42.875 INFO kablam! = note: for more information, see issue #50504 Nov 09 14:19:42.875 INFO kablam! Nov 09 14:19:42.875 INFO kablam! warning: cannot find type `BlogPost` in this scope Nov 09 14:19:42.875 INFO kablam! --> src/db/models.rs:3:17 Nov 09 14:19:42.875 INFO kablam! | Nov 09 14:19:42.875 INFO kablam! 3 | #[derive(Debug, Queryable, Serialize, Deserialize)] Nov 09 14:19:42.875 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 09 14:19:42.875 INFO kablam! | Nov 09 14:19:42.875 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 09 14:19:42.875 INFO kablam! = note: for more information, see issue #50504 Nov 09 14:19:42.875 INFO kablam! Nov 09 14:19:42.875 INFO kablam! | Nov 09 14:19:42.875 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 09 14:19:42.875 INFO kablam! = note: for more information, see issue #50504 Nov 09 14:19:42.875 INFO kablam! Nov 09 14:19:42.875 INFO kablam! warning: cannot find type `updated_at` in this scope Nov 09 14:19:42.875 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Nov 09 14:19:42.875 INFO kablam! | Nov 09 14:19:42.875 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 09 14:19:42.875 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 09 14:19:42.875 INFO kablam! warning: cannot find type `blog_posts` in this scope Nov 09 14:19:42.875 INFO kablam! --> src/db/models.rs:15:17 Nov 09 14:19:42.875 INFO kablam! | Nov 09 14:19:42.875 INFO kablam! 15 | #[derive(Debug, Insertable)] Nov 09 14:19:42.875 INFO kablam! | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 09 14:19:42.875 INFO kablam! | Nov 09 14:19:42.875 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 09 14:19:42.875 INFO kablam! = note: for more information, see issue #50504 Nov 09 14:19:42.875 INFO kablam! Nov 09 14:19:42.875 INFO kablam! warning: cannot find type `NewBlogPost` in this scope Nov 09 14:19:42.875 INFO kablam! --> src/db/models.rs:15:17 Nov 09 14:19:42.875 INFO kablam! | Nov 09 14:19:42.875 INFO kablam! 15 | #[derive(Debug, Insertable)] Nov 09 14:19:42.875 INFO kablam! | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 09 14:19:42.875 INFO kablam! | Nov 09 14:19:42.875 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 09 14:19:42.875 INFO kablam! = note: for more information, see issue #50504 Nov 09 14:19:42.875 INFO kablam! Nov 09 14:19:42.875 INFO kablam! warning: cannot find type `table` in this scope Nov 09 14:19:42.875 INFO kablam! --> <::diesel::macros::table_body macros>:165:33 Nov 09 14:19:42.875 INFO kablam! | Nov 09 14:19:42.875 INFO kablam! 165 | derive ( Debug , Clone , Copy , QueryId ) ] /// The actual table struct Nov 09 14:19:42.875 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 09 14:19:42.875 INFO kablam! | Nov 09 14:19:42.875 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 09 14:19:42.875 INFO kablam! = note: for more information, see issue #50504 Nov 09 14:19:42.875 INFO kablam! Nov 09 14:19:42.875 INFO kablam! | Nov 09 14:19:42.875 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 09 14:19:42.875 INFO kablam! = note: for more information, see issue #50504 Nov 09 14:19:42.875 INFO kablam! warning: cannot find type `id` in this scope Nov 09 14:19:42.875 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Nov 09 14:19:42.875 INFO kablam! | Nov 09 14:19:42.875 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 09 14:19:42.875 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 09 14:19:42.876 INFO kablam! | Nov 09 14:19:42.876 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 09 14:19:42.876 INFO kablam! = note: for more information, see issue #50504 Nov 09 14:19:42.876 INFO kablam! Nov 09 14:19:42.876 INFO kablam! Nov 09 14:19:42.882 INFO kablam! warning: cannot find type `title` in this scope Nov 09 14:19:42.883 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Nov 09 14:19:42.883 INFO kablam! | Nov 09 14:19:42.883 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 09 14:19:42.883 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 09 14:19:42.883 INFO kablam! | Nov 09 14:19:42.883 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 09 14:19:42.883 INFO kablam! = note: for more information, see issue #50504 Nov 09 14:19:42.883 INFO kablam! Nov 09 14:19:42.883 INFO kablam! warning: cannot find type `body` in this scope Nov 09 14:19:42.883 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Nov 09 14:19:42.883 INFO kablam! | Nov 09 14:19:42.883 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 09 14:19:42.883 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 09 14:19:42.883 INFO kablam! | Nov 09 14:19:42.883 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 09 14:19:42.883 INFO kablam! = note: for more information, see issue #50504 Nov 09 14:19:42.883 INFO kablam! Nov 09 14:19:42.883 INFO kablam! warning: cannot find type `published` in this scope Nov 09 14:19:42.883 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Nov 09 14:19:42.883 INFO kablam! | Nov 09 14:19:42.883 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 09 14:19:42.883 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 09 14:19:42.883 INFO kablam! | Nov 09 14:19:42.883 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 09 14:19:42.883 INFO kablam! = note: for more information, see issue #50504 Nov 09 14:19:42.883 INFO kablam! Nov 09 14:19:42.883 INFO kablam! warning: cannot find type `created_at` in this scope Nov 09 14:19:42.883 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Nov 09 14:19:42.883 INFO kablam! | Nov 09 14:19:42.883 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 09 14:19:42.883 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 09 14:19:42.883 INFO kablam! | Nov 09 14:19:42.883 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 09 14:19:42.883 INFO kablam! = note: for more information, see issue #50504 Nov 09 14:19:42.883 INFO kablam! Nov 09 14:19:42.883 INFO kablam! warning: cannot find type `updated_at` in this scope Nov 09 14:19:42.883 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Nov 09 14:19:42.883 INFO kablam! | Nov 09 14:19:42.883 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 09 14:19:42.883 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 09 14:19:42.883 INFO kablam! | Nov 09 14:19:42.883 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 09 14:19:42.883 INFO kablam! = note: for more information, see issue #50504 Nov 09 14:19:42.883 INFO kablam! Nov 09 14:19:51.204 INFO kablam! warning: cannot find type `NaiveDateTime` in this scope Nov 09 14:19:51.204 INFO kablam! --> src/db/models.rs:3:17 Nov 09 14:19:51.205 INFO kablam! | Nov 09 14:19:51.206 INFO kablam! 3 | #[derive(Debug, Queryable, Serialize, Deserialize)] Nov 09 14:19:51.206 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 09 14:19:51.206 INFO kablam! | Nov 09 14:19:51.207 INFO kablam! = note: #[warn(proc_macro_derive_resolution_fallback)] on by default Nov 09 14:19:51.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 09 14:19:51.207 INFO kablam! = note: for more information, see issue #50504 Nov 09 14:19:51.208 INFO kablam! Nov 09 14:19:51.208 INFO kablam! warning: cannot find type `NaiveDateTime` in this scope Nov 09 14:19:51.209 INFO kablam! --> src/db/models.rs:3:17 Nov 09 14:19:51.209 INFO kablam! | Nov 09 14:19:51.209 INFO kablam! 3 | #[derive(Debug, Queryable, Serialize, Deserialize)] Nov 09 14:19:51.210 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 09 14:19:51.210 INFO kablam! | Nov 09 14:19:51.210 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 09 14:19:51.210 INFO kablam! = note: for more information, see issue #50504 Nov 09 14:19:51.210 INFO kablam! Nov 09 14:19:51.211 INFO kablam! warning: cannot find type `BlogPost` in this scope Nov 09 14:19:51.211 INFO kablam! --> src/db/models.rs:3:17 Nov 09 14:19:51.211 INFO kablam! | Nov 09 14:19:51.211 INFO kablam! 3 | #[derive(Debug, Queryable, Serialize, Deserialize)] Nov 09 14:19:51.212 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 09 14:19:51.212 INFO kablam! | Nov 09 14:19:51.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 09 14:19:51.212 INFO kablam! = note: for more information, see issue #50504 Nov 09 14:19:51.213 INFO kablam! Nov 09 14:19:51.213 INFO kablam! warning: cannot find type `blog_posts` in this scope Nov 09 14:19:51.213 INFO kablam! --> src/db/models.rs:15:17 Nov 09 14:19:51.213 INFO kablam! | Nov 09 14:19:51.214 INFO kablam! 15 | #[derive(Debug, Insertable)] Nov 09 14:19:51.214 INFO kablam! | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 09 14:19:51.214 INFO kablam! | Nov 09 14:19:51.214 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 09 14:19:51.215 INFO kablam! = note: for more information, see issue #50504 Nov 09 14:19:51.215 INFO kablam! Nov 09 14:19:51.215 INFO kablam! warning: cannot find type `NewBlogPost` in this scope Nov 09 14:19:51.215 INFO kablam! --> src/db/models.rs:15:17 Nov 09 14:19:51.215 INFO kablam! | Nov 09 14:19:51.216 INFO kablam! 15 | #[derive(Debug, Insertable)] Nov 09 14:19:51.216 INFO kablam! | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 09 14:19:51.216 INFO kablam! | Nov 09 14:19:51.216 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 09 14:19:51.217 INFO kablam! = note: for more information, see issue #50504 Nov 09 14:19:51.217 INFO kablam! Nov 09 14:19:51.217 INFO kablam! warning: cannot find type `table` in this scope Nov 09 14:19:51.217 INFO kablam! --> <::diesel::macros::table_body macros>:165:33 Nov 09 14:19:51.218 INFO kablam! | Nov 09 14:19:51.218 INFO kablam! 165 | derive ( Debug , Clone , Copy , QueryId ) ] /// The actual table struct Nov 09 14:19:51.218 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 09 14:19:51.218 INFO kablam! | Nov 09 14:19:51.219 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 09 14:19:51.219 INFO kablam! = note: for more information, see issue #50504 Nov 09 14:19:51.219 INFO kablam! Nov 09 14:19:51.219 INFO kablam! warning: cannot find type `id` in this scope Nov 09 14:19:51.220 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Nov 09 14:19:51.220 INFO kablam! | Nov 09 14:19:51.220 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 09 14:19:51.235 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 09 14:19:51.235 INFO kablam! | Nov 09 14:19:51.235 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 09 14:19:51.236 INFO kablam! = note: for more information, see issue #50504 Nov 09 14:19:51.236 INFO kablam! Nov 09 14:19:51.236 INFO kablam! warning: cannot find type `title` in this scope Nov 09 14:19:51.236 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Nov 09 14:19:51.237 INFO kablam! | Nov 09 14:19:51.237 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 09 14:19:51.237 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 09 14:19:51.237 INFO kablam! | Nov 09 14:19:51.238 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 09 14:19:51.238 INFO kablam! = note: for more information, see issue #50504 Nov 09 14:19:51.238 INFO kablam! Nov 09 14:19:51.238 INFO kablam! warning: cannot find type `body` in this scope Nov 09 14:19:51.238 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Nov 09 14:19:51.238 INFO kablam! | Nov 09 14:19:51.238 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 09 14:19:51.238 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 09 14:19:51.238 INFO kablam! | Nov 09 14:19:51.239 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 09 14:19:51.239 INFO kablam! = note: for more information, see issue #50504 Nov 09 14:19:51.239 INFO kablam! Nov 09 14:19:51.239 INFO kablam! warning: cannot find type `published` in this scope Nov 09 14:19:51.239 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Nov 09 14:19:51.239 INFO kablam! | Nov 09 14:19:51.239 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 09 14:19:51.239 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 09 14:19:51.239 INFO kablam! | Nov 09 14:19:51.239 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 09 14:19:51.239 INFO kablam! = note: for more information, see issue #50504 Nov 09 14:19:51.239 INFO kablam! Nov 09 14:19:51.239 INFO kablam! warning: cannot find type `created_at` in this scope Nov 09 14:19:51.239 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Nov 09 14:19:51.239 INFO kablam! | Nov 09 14:19:51.239 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 09 14:19:51.239 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 09 14:19:51.239 INFO kablam! | Nov 09 14:19:51.239 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 09 14:19:51.239 INFO kablam! = note: for more information, see issue #50504 Nov 09 14:19:51.239 INFO kablam! Nov 09 14:19:51.239 INFO kablam! warning: cannot find type `updated_at` in this scope Nov 09 14:19:51.239 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Nov 09 14:19:51.239 INFO kablam! | Nov 09 14:19:51.239 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 09 14:19:51.239 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 09 14:19:51.239 INFO kablam! | Nov 09 14:19:51.239 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 09 14:19:51.239 INFO kablam! = note: for more information, see issue #50504 Nov 09 14:19:51.239 INFO kablam! Nov 09 14:19:52.511 INFO kablam! warning: cannot find type `NaiveDateTime` in this scope Nov 09 14:19:52.511 INFO kablam! --> src/db/models.rs:3:17 Nov 09 14:19:52.512 INFO kablam! | Nov 09 14:19:52.512 INFO kablam! 3 | #[derive(Debug, Queryable, Serialize, Deserialize)] Nov 09 14:19:52.512 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 09 14:19:52.513 INFO kablam! | Nov 09 14:19:52.513 INFO kablam! = note: #[warn(proc_macro_derive_resolution_fallback)] on by default Nov 09 14:19:52.513 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 09 14:19:52.514 INFO kablam! = note: for more information, see issue #50504 Nov 09 14:19:52.514 INFO kablam! Nov 09 14:19:52.514 INFO kablam! warning: cannot find type `NaiveDateTime` in this scope Nov 09 14:19:52.514 INFO kablam! --> src/db/models.rs:3:17 Nov 09 14:19:52.515 INFO kablam! | Nov 09 14:19:52.515 INFO kablam! 3 | #[derive(Debug, Queryable, Serialize, Deserialize)] Nov 09 14:19:52.515 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 09 14:19:52.516 INFO kablam! | Nov 09 14:19:52.516 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 09 14:19:52.516 INFO kablam! = note: for more information, see issue #50504 Nov 09 14:19:52.516 INFO kablam! Nov 09 14:19:52.517 INFO kablam! warning: cannot find type `BlogPost` in this scope Nov 09 14:19:52.517 INFO kablam! --> src/db/models.rs:3:17 Nov 09 14:19:52.517 INFO kablam! | Nov 09 14:19:52.517 INFO kablam! 3 | #[derive(Debug, Queryable, Serialize, Deserialize)] Nov 09 14:19:52.518 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 09 14:19:52.518 INFO kablam! | Nov 09 14:19:52.518 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 09 14:19:52.518 INFO kablam! = note: for more information, see issue #50504 Nov 09 14:19:52.519 INFO kablam! Nov 09 14:19:52.519 INFO kablam! warning: cannot find type `blog_posts` in this scope Nov 09 14:19:52.519 INFO kablam! --> src/db/models.rs:15:17 Nov 09 14:19:52.519 INFO kablam! | Nov 09 14:19:52.520 INFO kablam! 15 | #[derive(Debug, Insertable)] Nov 09 14:19:52.520 INFO kablam! | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 09 14:19:52.520 INFO kablam! | Nov 09 14:19:52.520 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 09 14:19:52.521 INFO kablam! = note: for more information, see issue #50504 Nov 09 14:19:52.521 INFO kablam! Nov 09 14:19:52.521 INFO kablam! warning: cannot find type `NewBlogPost` in this scope Nov 09 14:19:52.521 INFO kablam! --> src/db/models.rs:15:17 Nov 09 14:19:52.522 INFO kablam! | Nov 09 14:19:52.522 INFO kablam! 15 | #[derive(Debug, Insertable)] Nov 09 14:19:52.522 INFO kablam! | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 09 14:19:52.522 INFO kablam! | Nov 09 14:19:52.523 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 09 14:19:52.523 INFO kablam! = note: for more information, see issue #50504 Nov 09 14:19:52.523 INFO kablam! Nov 09 14:19:52.523 INFO kablam! warning: cannot find type `table` in this scope Nov 09 14:19:52.524 INFO kablam! --> <::diesel::macros::table_body macros>:165:33 Nov 09 14:19:52.524 INFO kablam! | Nov 09 14:19:52.524 INFO kablam! 165 | derive ( Debug , Clone , Copy , QueryId ) ] /// The actual table struct Nov 09 14:19:52.525 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 09 14:19:52.525 INFO kablam! | Nov 09 14:19:52.525 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 09 14:19:52.526 INFO kablam! = note: for more information, see issue #50504 Nov 09 14:19:52.526 INFO kablam! Nov 09 14:19:52.526 INFO kablam! warning: cannot find type `id` in this scope Nov 09 14:19:52.527 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Nov 09 14:19:52.527 INFO kablam! | Nov 09 14:19:52.527 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 09 14:19:52.527 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 09 14:19:52.528 INFO kablam! | Nov 09 14:19:52.528 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 09 14:19:52.528 INFO kablam! = note: for more information, see issue #50504 Nov 09 14:19:52.529 INFO kablam! Nov 09 14:19:52.529 INFO kablam! warning: cannot find type `title` in this scope Nov 09 14:19:52.529 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Nov 09 14:19:52.529 INFO kablam! | Nov 09 14:19:52.530 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 09 14:19:52.530 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 09 14:19:52.530 INFO kablam! | Nov 09 14:19:52.530 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 09 14:19:52.535 INFO kablam! = note: for more information, see issue #50504 Nov 09 14:19:52.535 INFO kablam! Nov 09 14:19:52.535 INFO kablam! warning: cannot find type `body` in this scope Nov 09 14:19:52.536 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Nov 09 14:19:52.536 INFO kablam! | Nov 09 14:19:52.536 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 09 14:19:52.537 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 09 14:19:52.537 INFO kablam! | Nov 09 14:19:52.537 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 09 14:19:52.537 INFO kablam! = note: for more information, see issue #50504 Nov 09 14:19:52.538 INFO kablam! Nov 09 14:19:52.538 INFO kablam! warning: cannot find type `published` in this scope Nov 09 14:19:52.538 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Nov 09 14:19:52.539 INFO kablam! | Nov 09 14:19:52.539 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 09 14:19:52.539 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 09 14:19:52.539 INFO kablam! | Nov 09 14:19:52.540 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 09 14:19:52.540 INFO kablam! = note: for more information, see issue #50504 Nov 09 14:19:52.540 INFO kablam! Nov 09 14:19:52.540 INFO kablam! warning: cannot find type `created_at` in this scope Nov 09 14:19:52.541 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Nov 09 14:19:52.541 INFO kablam! | Nov 09 14:19:52.541 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 09 14:19:52.542 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 09 14:19:52.542 INFO kablam! | Nov 09 14:19:52.542 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 09 14:19:52.542 INFO kablam! = note: for more information, see issue #50504 Nov 09 14:19:52.543 INFO kablam! Nov 09 14:19:52.543 INFO kablam! warning: cannot find type `updated_at` in this scope Nov 09 14:19:52.543 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Nov 09 14:19:52.543 INFO kablam! | Nov 09 14:19:52.544 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 09 14:19:52.544 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 09 14:19:52.544 INFO kablam! | Nov 09 14:19:52.544 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 09 14:19:52.545 INFO kablam! = note: for more information, see issue #50504 Nov 09 14:19:52.545 INFO kablam! Nov 09 14:19:53.123 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 19s Nov 09 14:19:53.150 INFO kablam! su: No module specific data is present Nov 09 14:19:54.103 INFO running `"docker" "rm" "-f" "c73a5f4e8b9a9e15cbe5ee3cec90a86d4f5deeffc37e84ee6586b9683b270e16"` Nov 09 14:19:54.403 INFO blam! c73a5f4e8b9a9e15cbe5ee3cec90a86d4f5deeffc37e84ee6586b9683b270e16