Nov 09 14:18:29.865 INFO checking davidarmstronglewis/personal-blog against try#dc13be39fae8d4c607889b27de374b52586485a3 for pr-55632 Nov 09 14:18:29.865 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55632/worker-3/try#dc13be39fae8d4c607889b27de374b52586485a3:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-3/pr-55632/try#dc13be39fae8d4c607889b27de374b52586485a3:/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 +dc13be39fae8d4c607889b27de374b52586485a3-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:30.288 INFO blam! 43cfc82f85a865800ff639ae827f7c8cf0c8fd0be216b04aa37d723eedba795f Nov 09 14:18:30.291 INFO running `"docker" "start" "-a" "43cfc82f85a865800ff639ae827f7c8cf0c8fd0be216b04aa37d723eedba795f"` Nov 09 14:18:31.285 INFO kablam! usermod: no changes Nov 09 14:18:31.807 INFO kablam! Checking r2d2 v0.8.2 Nov 09 14:18:31.814 INFO kablam! Checking mio-uds v0.6.6 Nov 09 14:18:31.816 INFO kablam! Checking h2 v0.1.9 Nov 09 14:18:31.820 INFO kablam! Checking trust-dns-proto v0.3.3 Nov 09 14:18:32.988 INFO kablam! Checking tokio-signal v0.1.5 Nov 09 14:18:33.375 INFO kablam! Checking r2d2-diesel v1.0.0 Nov 09 14:18:39.119 INFO kablam! Checking trust-dns-resolver v0.8.2 Nov 09 14:18:42.199 INFO kablam! Checking actix v0.5.8 Nov 09 14:18:47.223 INFO kablam! Checking actix-web v0.6.12 Nov 09 14:18:59.451 INFO kablam! Checking personal-blog v0.1.0 (/source) Nov 09 14:19:07.243 INFO kablam! warning: cannot find type `NaiveDateTime` in this scope Nov 09 14:19:07.243 INFO kablam! --> src/db/models.rs:3:17 Nov 09 14:19:07.243 INFO kablam! | Nov 09 14:19:07.243 INFO kablam! 3 | #[derive(Debug, Queryable, Serialize, Deserialize)] Nov 09 14:19:07.244 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 09 14:19:07.244 INFO kablam! | Nov 09 14:19:07.244 INFO kablam! = note: #[warn(proc_macro_derive_resolution_fallback)] on by default Nov 09 14:19:07.244 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:07.245 INFO kablam! = note: for more information, see issue #50504 Nov 09 14:19:07.245 INFO kablam! Nov 09 14:19:07.245 INFO kablam! warning: cannot find type `NaiveDateTime` in this scope Nov 09 14:19:07.246 INFO kablam! --> src/db/models.rs:3:17 Nov 09 14:19:07.246 INFO kablam! | Nov 09 14:19:07.247 INFO kablam! 3 | #[derive(Debug, Queryable, Serialize, Deserialize)] Nov 09 14:19:07.248 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 09 14:19:07.248 INFO kablam! | Nov 09 14:19:07.249 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:07.249 INFO kablam! = note: for more information, see issue #50504 Nov 09 14:19:07.250 INFO kablam! Nov 09 14:19:07.250 INFO kablam! warning: cannot find type `BlogPost` in this scope Nov 09 14:19:07.251 INFO kablam! --> src/db/models.rs:3:17 Nov 09 14:19:07.252 INFO kablam! | Nov 09 14:19:07.252 INFO kablam! 3 | #[derive(Debug, Queryable, Serialize, Deserialize)] Nov 09 14:19:07.252 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 09 14:19:07.253 INFO kablam! | Nov 09 14:19:07.253 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:07.254 INFO kablam! = note: for more information, see issue #50504 Nov 09 14:19:07.254 INFO kablam! Nov 09 14:19:07.255 INFO kablam! warning: cannot find type `blog_posts` in this scope Nov 09 14:19:07.255 INFO kablam! --> src/db/models.rs:15:17 Nov 09 14:19:07.255 INFO kablam! | Nov 09 14:19:07.255 INFO kablam! 15 | #[derive(Debug, Insertable)] Nov 09 14:19:07.255 INFO kablam! | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 09 14:19:07.255 INFO kablam! | Nov 09 14:19:07.255 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:07.256 INFO kablam! = note: for more information, see issue #50504 Nov 09 14:19:07.256 INFO kablam! Nov 09 14:19:07.257 INFO kablam! warning: cannot find type `NewBlogPost` in this scope Nov 09 14:19:07.257 INFO kablam! --> src/db/models.rs:15:17 Nov 09 14:19:07.257 INFO kablam! | Nov 09 14:19:07.258 INFO kablam! 15 | #[derive(Debug, Insertable)] Nov 09 14:19:07.258 INFO kablam! | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 09 14:19:07.258 INFO kablam! | Nov 09 14:19:07.258 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:07.259 INFO kablam! = note: for more information, see issue #50504 Nov 09 14:19:07.259 INFO kablam! Nov 09 14:19:07.260 INFO kablam! warning: cannot find type `table` in this scope Nov 09 14:19:07.260 INFO kablam! --> <::diesel::macros::table_body macros>:165:33 Nov 09 14:19:07.260 INFO kablam! | Nov 09 14:19:07.260 INFO kablam! 165 | derive ( Debug , Clone , Copy , QueryId ) ] /// The actual table struct Nov 09 14:19:07.260 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 09 14:19:07.260 INFO kablam! | Nov 09 14:19:07.261 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:07.261 INFO kablam! = note: for more information, see issue #50504 Nov 09 14:19:07.261 INFO kablam! Nov 09 14:19:07.267 INFO kablam! warning: cannot find type `id` in this scope Nov 09 14:19:07.267 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Nov 09 14:19:07.267 INFO kablam! | Nov 09 14:19:07.267 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 09 14:19:07.267 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 09 14:19:07.267 INFO kablam! | Nov 09 14:19:07.267 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:07.267 INFO kablam! = note: for more information, see issue #50504 Nov 09 14:19:07.267 INFO kablam! Nov 09 14:19:07.268 INFO kablam! warning: cannot find type `title` in this scope Nov 09 14:19:07.268 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Nov 09 14:19:07.268 INFO kablam! | Nov 09 14:19:07.268 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 09 14:19:07.268 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 09 14:19:07.268 INFO kablam! | Nov 09 14:19:07.271 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:07.271 INFO kablam! = note: for more information, see issue #50504 Nov 09 14:19:07.271 INFO kablam! Nov 09 14:19:07.271 INFO kablam! warning: cannot find type `body` in this scope Nov 09 14:19:07.271 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Nov 09 14:19:07.271 INFO kablam! | Nov 09 14:19:07.271 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 09 14:19:07.271 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 09 14:19:07.271 INFO kablam! | Nov 09 14:19:07.271 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:07.272 INFO kablam! = note: for more information, see issue #50504 Nov 09 14:19:07.272 INFO kablam! Nov 09 14:19:07.272 INFO kablam! warning: cannot find type `published` in this scope Nov 09 14:19:07.272 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Nov 09 14:19:07.272 INFO kablam! | Nov 09 14:19:07.272 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 09 14:19:07.272 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 09 14:19:07.272 INFO kablam! | Nov 09 14:19:07.272 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:07.272 INFO kablam! = note: for more information, see issue #50504 Nov 09 14:19:07.272 INFO kablam! Nov 09 14:19:07.272 INFO kablam! warning: cannot find type `created_at` in this scope Nov 09 14:19:07.272 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Nov 09 14:19:07.272 INFO kablam! | Nov 09 14:19:07.273 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 09 14:19:07.273 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 09 14:19:07.273 INFO kablam! | Nov 09 14:19:07.273 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:07.273 INFO kablam! = note: for more information, see issue #50504 Nov 09 14:19:07.273 INFO kablam! Nov 09 14:19:07.279 INFO kablam! warning: cannot find type `updated_at` in this scope Nov 09 14:19:07.279 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Nov 09 14:19:07.279 INFO kablam! | Nov 09 14:19:07.279 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 09 14:19:07.279 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 09 14:19:07.279 INFO kablam! | Nov 09 14:19:07.279 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:07.279 INFO kablam! = note: for more information, see issue #50504 Nov 09 14:19:07.279 INFO kablam! Nov 09 14:19:07.287 INFO kablam! warning: cannot find type `NaiveDateTime` in this scope Nov 09 14:19:07.287 INFO kablam! --> src/db/models.rs:3:17 Nov 09 14:19:07.287 INFO kablam! | Nov 09 14:19:07.287 INFO kablam! 3 | #[derive(Debug, Queryable, Serialize, Deserialize)] Nov 09 14:19:07.287 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 09 14:19:07.287 INFO kablam! | Nov 09 14:19:07.287 INFO kablam! = note: #[warn(proc_macro_derive_resolution_fallback)] on by default Nov 09 14:19:07.287 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:07.287 INFO kablam! = note: for more information, see issue #50504 Nov 09 14:19:07.287 INFO kablam! Nov 09 14:19:07.288 INFO kablam! warning: cannot find type `NaiveDateTime` in this scope Nov 09 14:19:07.288 INFO kablam! --> src/db/models.rs:3:17 Nov 09 14:19:07.288 INFO kablam! | Nov 09 14:19:07.288 INFO kablam! 3 | #[derive(Debug, Queryable, Serialize, Deserialize)] Nov 09 14:19:07.288 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 09 14:19:07.288 INFO kablam! | Nov 09 14:19:07.288 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:07.288 INFO kablam! = note: for more information, see issue #50504 Nov 09 14:19:07.288 INFO kablam! Nov 09 14:19:07.288 INFO kablam! warning: cannot find type `BlogPost` in this scope Nov 09 14:19:07.288 INFO kablam! --> src/db/models.rs:3:17 Nov 09 14:19:07.288 INFO kablam! | Nov 09 14:19:07.288 INFO kablam! 3 | #[derive(Debug, Queryable, Serialize, Deserialize)] Nov 09 14:19:07.288 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 09 14:19:07.288 INFO kablam! | Nov 09 14:19:07.288 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:07.288 INFO kablam! = note: for more information, see issue #50504 Nov 09 14:19:07.288 INFO kablam! Nov 09 14:19:07.288 INFO kablam! warning: cannot find type `blog_posts` in this scope Nov 09 14:19:07.288 INFO kablam! --> src/db/models.rs:15:17 Nov 09 14:19:07.288 INFO kablam! | Nov 09 14:19:07.288 INFO kablam! 15 | #[derive(Debug, Insertable)] Nov 09 14:19:07.288 INFO kablam! | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 09 14:19:07.288 INFO kablam! | Nov 09 14:19:07.288 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:07.288 INFO kablam! = note: for more information, see issue #50504 Nov 09 14:19:07.288 INFO kablam! Nov 09 14:19:07.288 INFO kablam! warning: cannot find type `NewBlogPost` in this scope Nov 09 14:19:07.288 INFO kablam! --> src/db/models.rs:15:17 Nov 09 14:19:07.288 INFO kablam! | Nov 09 14:19:07.288 INFO kablam! 15 | #[derive(Debug, Insertable)] Nov 09 14:19:07.288 INFO kablam! | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 09 14:19:07.288 INFO kablam! | Nov 09 14:19:07.288 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:07.288 INFO kablam! = note: for more information, see issue #50504 Nov 09 14:19:07.288 INFO kablam! Nov 09 14:19:07.288 INFO kablam! warning: cannot find type `table` in this scope Nov 09 14:19:07.288 INFO kablam! --> <::diesel::macros::table_body macros>:165:33 Nov 09 14:19:07.288 INFO kablam! | Nov 09 14:19:07.288 INFO kablam! 165 | derive ( Debug , Clone , Copy , QueryId ) ] /// The actual table struct Nov 09 14:19:07.288 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 09 14:19:07.288 INFO kablam! | Nov 09 14:19:07.288 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:07.288 INFO kablam! = note: for more information, see issue #50504 Nov 09 14:19:07.288 INFO kablam! Nov 09 14:19:07.288 INFO kablam! warning: cannot find type `id` in this scope Nov 09 14:19:07.288 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Nov 09 14:19:07.288 INFO kablam! | Nov 09 14:19:07.288 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 09 14:19:07.288 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 09 14:19:07.288 INFO kablam! | Nov 09 14:19:07.288 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:07.288 INFO kablam! = note: for more information, see issue #50504 Nov 09 14:19:07.288 INFO kablam! Nov 09 14:19:07.288 INFO kablam! warning: cannot find type `title` in this scope Nov 09 14:19:07.288 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Nov 09 14:19:07.288 INFO kablam! | Nov 09 14:19:07.288 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 09 14:19:07.288 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 09 14:19:07.288 INFO kablam! | Nov 09 14:19:07.288 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:07.288 INFO kablam! = note: for more information, see issue #50504 Nov 09 14:19:07.288 INFO kablam! Nov 09 14:19:07.288 INFO kablam! warning: cannot find type `body` in this scope Nov 09 14:19:07.288 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Nov 09 14:19:07.288 INFO kablam! | Nov 09 14:19:07.288 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 09 14:19:07.288 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 09 14:19:07.288 INFO kablam! | Nov 09 14:19:07.288 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:07.288 INFO kablam! = note: for more information, see issue #50504 Nov 09 14:19:07.288 INFO kablam! Nov 09 14:19:07.288 INFO kablam! warning: cannot find type `published` in this scope Nov 09 14:19:07.288 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Nov 09 14:19:07.288 INFO kablam! | Nov 09 14:19:07.288 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 09 14:19:07.288 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 09 14:19:07.288 INFO kablam! | Nov 09 14:19:07.288 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:07.288 INFO kablam! = note: for more information, see issue #50504 Nov 09 14:19:07.288 INFO kablam! Nov 09 14:19:07.288 INFO kablam! warning: cannot find type `created_at` in this scope Nov 09 14:19:07.288 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Nov 09 14:19:07.288 INFO kablam! | Nov 09 14:19:07.288 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 09 14:19:07.288 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 09 14:19:07.288 INFO kablam! | Nov 09 14:19:07.288 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:07.288 INFO kablam! = note: for more information, see issue #50504 Nov 09 14:19:07.289 INFO kablam! Nov 09 14:19:07.289 INFO kablam! warning: cannot find type `updated_at` in this scope Nov 09 14:19:07.289 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Nov 09 14:19:07.289 INFO kablam! | Nov 09 14:19:07.289 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 09 14:19:07.289 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 09 14:19:07.289 INFO kablam! | Nov 09 14:19:07.289 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:07.289 INFO kablam! = note: for more information, see issue #50504 Nov 09 14:19:07.289 INFO kablam! Nov 09 14:19:17.219 INFO kablam! warning: cannot find type `NaiveDateTime` in this scope Nov 09 14:19:17.219 INFO kablam! --> src/db/models.rs:3:17 Nov 09 14:19:17.219 INFO kablam! | Nov 09 14:19:17.219 INFO kablam! 3 | #[derive(Debug, Queryable, Serialize, Deserialize)] Nov 09 14:19:17.219 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 09 14:19:17.221 INFO kablam! | Nov 09 14:19:17.221 INFO kablam! = note: #[warn(proc_macro_derive_resolution_fallback)] on by default Nov 09 14:19:17.222 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:17.222 INFO kablam! = note: for more information, see issue #50504 Nov 09 14:19:17.223 INFO kablam! Nov 09 14:19:17.223 INFO kablam! warning: cannot find type `NaiveDateTime` in this scope Nov 09 14:19:17.224 INFO kablam! --> src/db/models.rs:3:17 Nov 09 14:19:17.224 INFO kablam! | Nov 09 14:19:17.225 INFO kablam! 3 | #[derive(Debug, Queryable, Serialize, Deserialize)] Nov 09 14:19:17.225 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 09 14:19:17.226 INFO kablam! | Nov 09 14:19:17.226 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:17.227 INFO kablam! = note: for more information, see issue #50504 Nov 09 14:19:17.227 INFO kablam! Nov 09 14:19:17.228 INFO kablam! warning: cannot find type `BlogPost` in this scope Nov 09 14:19:17.228 INFO kablam! --> src/db/models.rs:3:17 Nov 09 14:19:17.229 INFO kablam! | Nov 09 14:19:17.229 INFO kablam! 3 | #[derive(Debug, Queryable, Serialize, Deserialize)] Nov 09 14:19:17.230 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 09 14:19:17.230 INFO kablam! | Nov 09 14:19:17.231 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:17.231 INFO kablam! = note: for more information, see issue #50504 Nov 09 14:19:17.232 INFO kablam! Nov 09 14:19:17.232 INFO kablam! warning: cannot find type `blog_posts` in this scope Nov 09 14:19:17.232 INFO kablam! --> src/db/models.rs:15:17 Nov 09 14:19:17.232 INFO kablam! | Nov 09 14:19:17.232 INFO kablam! 15 | #[derive(Debug, Insertable)] Nov 09 14:19:17.232 INFO kablam! | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 09 14:19:17.232 INFO kablam! | Nov 09 14:19:17.232 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:17.232 INFO kablam! = note: for more information, see issue #50504 Nov 09 14:19:17.232 INFO kablam! Nov 09 14:19:17.232 INFO kablam! warning: cannot find type `NewBlogPost` in this scope Nov 09 14:19:17.232 INFO kablam! --> src/db/models.rs:15:17 Nov 09 14:19:17.232 INFO kablam! | Nov 09 14:19:17.232 INFO kablam! 15 | #[derive(Debug, Insertable)] Nov 09 14:19:17.232 INFO kablam! | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 09 14:19:17.239 INFO kablam! | Nov 09 14:19:17.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:17.239 INFO kablam! = note: for more information, see issue #50504 Nov 09 14:19:17.239 INFO kablam! Nov 09 14:19:17.239 INFO kablam! warning: cannot find type `table` in this scope Nov 09 14:19:17.239 INFO kablam! --> <::diesel::macros::table_body macros>:165:33 Nov 09 14:19:17.239 INFO kablam! | Nov 09 14:19:17.239 INFO kablam! 165 | derive ( Debug , Clone , Copy , QueryId ) ] /// The actual table struct Nov 09 14:19:17.239 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 09 14:19:17.239 INFO kablam! | Nov 09 14:19:17.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:17.239 INFO kablam! = note: for more information, see issue #50504 Nov 09 14:19:17.239 INFO kablam! Nov 09 14:19:17.239 INFO kablam! warning: cannot find type `id` in this scope Nov 09 14:19:17.239 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Nov 09 14:19:17.239 INFO kablam! | Nov 09 14:19:17.239 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 09 14:19:17.239 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 09 14:19:17.239 INFO kablam! | Nov 09 14:19:17.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:17.239 INFO kablam! = note: for more information, see issue #50504 Nov 09 14:19:17.239 INFO kablam! Nov 09 14:19:17.239 INFO kablam! warning: cannot find type `title` in this scope Nov 09 14:19:17.239 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Nov 09 14:19:17.239 INFO kablam! | Nov 09 14:19:17.239 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 09 14:19:17.239 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 09 14:19:17.239 INFO kablam! | Nov 09 14:19:17.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:17.239 INFO kablam! = note: for more information, see issue #50504 Nov 09 14:19:17.239 INFO kablam! Nov 09 14:19:17.239 INFO kablam! warning: cannot find type `body` in this scope Nov 09 14:19:17.239 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Nov 09 14:19:17.239 INFO kablam! | Nov 09 14:19:17.239 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 09 14:19:17.239 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 09 14:19:17.239 INFO kablam! | Nov 09 14:19:17.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:17.239 INFO kablam! = note: for more information, see issue #50504 Nov 09 14:19:17.239 INFO kablam! Nov 09 14:19:17.239 INFO kablam! warning: cannot find type `published` in this scope Nov 09 14:19:17.239 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Nov 09 14:19:17.239 INFO kablam! | Nov 09 14:19:17.239 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 09 14:19:17.239 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 09 14:19:17.239 INFO kablam! | Nov 09 14:19:17.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:17.239 INFO kablam! = note: for more information, see issue #50504 Nov 09 14:19:17.239 INFO kablam! Nov 09 14:19:17.239 INFO kablam! warning: cannot find type `created_at` in this scope Nov 09 14:19:17.239 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Nov 09 14:19:17.239 INFO kablam! | Nov 09 14:19:17.239 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 09 14:19:17.239 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 09 14:19:17.240 INFO kablam! | Nov 09 14:19:17.240 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:17.240 INFO kablam! = note: for more information, see issue #50504 Nov 09 14:19:17.240 INFO kablam! Nov 09 14:19:17.240 INFO kablam! warning: cannot find type `updated_at` in this scope Nov 09 14:19:17.240 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Nov 09 14:19:17.240 INFO kablam! | Nov 09 14:19:17.240 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 09 14:19:17.240 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 09 14:19:17.240 INFO kablam! | Nov 09 14:19:17.240 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:17.240 INFO kablam! = note: for more information, see issue #50504 Nov 09 14:19:17.240 INFO kablam! Nov 09 14:19:17.259 INFO kablam! warning: cannot find type `NaiveDateTime` in this scope Nov 09 14:19:17.260 INFO kablam! --> src/db/models.rs:3:17 Nov 09 14:19:17.260 INFO kablam! | Nov 09 14:19:17.261 INFO kablam! 3 | #[derive(Debug, Queryable, Serialize, Deserialize)] Nov 09 14:19:17.261 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 09 14:19:17.279 INFO kablam! | Nov 09 14:19:17.280 INFO kablam! = note: #[warn(proc_macro_derive_resolution_fallback)] on by default Nov 09 14:19:17.280 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:17.281 INFO kablam! = note: for more information, see issue #50504 Nov 09 14:19:17.281 INFO kablam! Nov 09 14:19:17.282 INFO kablam! warning: cannot find type `NaiveDateTime` in this scope Nov 09 14:19:17.282 INFO kablam! --> src/db/models.rs:3:17 Nov 09 14:19:17.282 INFO kablam! | Nov 09 14:19:17.283 INFO kablam! 3 | #[derive(Debug, Queryable, Serialize, Deserialize)] Nov 09 14:19:17.283 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 09 14:19:17.284 INFO kablam! | Nov 09 14:19:17.284 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:17.285 INFO kablam! = note: for more information, see issue #50504 Nov 09 14:19:17.285 INFO kablam! Nov 09 14:19:17.286 INFO kablam! warning: cannot find type `BlogPost` in this scope Nov 09 14:19:17.286 INFO kablam! --> src/db/models.rs:3:17 Nov 09 14:19:17.286 INFO kablam! | Nov 09 14:19:17.287 INFO kablam! 3 | #[derive(Debug, Queryable, Serialize, Deserialize)] Nov 09 14:19:17.287 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 09 14:19:17.288 INFO kablam! | Nov 09 14:19:17.288 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:17.289 INFO kablam! = note: for more information, see issue #50504 Nov 09 14:19:17.289 INFO kablam! Nov 09 14:19:17.290 INFO kablam! warning: cannot find type `blog_posts` in this scope Nov 09 14:19:17.290 INFO kablam! --> src/db/models.rs:15:17 Nov 09 14:19:17.290 INFO kablam! | Nov 09 14:19:17.290 INFO kablam! 15 | #[derive(Debug, Insertable)] Nov 09 14:19:17.290 INFO kablam! | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 09 14:19:17.290 INFO kablam! | Nov 09 14:19:17.290 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:17.290 INFO kablam! = note: for more information, see issue #50504 Nov 09 14:19:17.290 INFO kablam! Nov 09 14:19:17.290 INFO kablam! warning: cannot find type `NewBlogPost` in this scope Nov 09 14:19:17.290 INFO kablam! --> src/db/models.rs:15:17 Nov 09 14:19:17.290 INFO kablam! | Nov 09 14:19:17.290 INFO kablam! 15 | #[derive(Debug, Insertable)] Nov 09 14:19:17.290 INFO kablam! | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 09 14:19:17.290 INFO kablam! | Nov 09 14:19:17.290 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:17.290 INFO kablam! = note: for more information, see issue #50504 Nov 09 14:19:17.290 INFO kablam! Nov 09 14:19:17.291 INFO kablam! warning: cannot find type `table` in this scope Nov 09 14:19:17.291 INFO kablam! --> <::diesel::macros::table_body macros>:165:33 Nov 09 14:19:17.291 INFO kablam! | Nov 09 14:19:17.291 INFO kablam! 165 | derive ( Debug , Clone , Copy , QueryId ) ] /// The actual table struct Nov 09 14:19:17.291 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 09 14:19:17.291 INFO kablam! | Nov 09 14:19:17.291 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:17.294 INFO kablam! = note: for more information, see issue #50504 Nov 09 14:19:17.294 INFO kablam! Nov 09 14:19:17.294 INFO kablam! warning: cannot find type `id` in this scope Nov 09 14:19:17.294 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Nov 09 14:19:17.294 INFO kablam! | Nov 09 14:19:17.294 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 09 14:19:17.294 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 09 14:19:17.294 INFO kablam! | Nov 09 14:19:17.294 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:17.294 INFO kablam! = note: for more information, see issue #50504 Nov 09 14:19:17.294 INFO kablam! Nov 09 14:19:17.294 INFO kablam! warning: cannot find type `title` in this scope Nov 09 14:19:17.294 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Nov 09 14:19:17.294 INFO kablam! | Nov 09 14:19:17.294 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 09 14:19:17.294 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 09 14:19:17.294 INFO kablam! | Nov 09 14:19:17.294 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:17.294 INFO kablam! = note: for more information, see issue #50504 Nov 09 14:19:17.294 INFO kablam! Nov 09 14:19:17.294 INFO kablam! warning: cannot find type `body` in this scope Nov 09 14:19:17.294 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Nov 09 14:19:17.294 INFO kablam! | Nov 09 14:19:17.294 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 09 14:19:17.294 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 09 14:19:17.294 INFO kablam! | Nov 09 14:19:17.294 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:17.294 INFO kablam! = note: for more information, see issue #50504 Nov 09 14:19:17.294 INFO kablam! Nov 09 14:19:17.294 INFO kablam! warning: cannot find type `published` in this scope Nov 09 14:19:17.294 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Nov 09 14:19:17.294 INFO kablam! | Nov 09 14:19:17.294 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 09 14:19:17.294 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 09 14:19:17.294 INFO kablam! | Nov 09 14:19:17.294 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:17.294 INFO kablam! = note: for more information, see issue #50504 Nov 09 14:19:17.294 INFO kablam! Nov 09 14:19:17.294 INFO kablam! warning: cannot find type `created_at` in this scope Nov 09 14:19:17.294 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Nov 09 14:19:17.294 INFO kablam! | Nov 09 14:19:17.294 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 09 14:19:17.294 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 09 14:19:17.294 INFO kablam! | Nov 09 14:19:17.294 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:17.294 INFO kablam! = note: for more information, see issue #50504 Nov 09 14:19:17.294 INFO kablam! Nov 09 14:19:17.294 INFO kablam! warning: cannot find type `updated_at` in this scope Nov 09 14:19:17.295 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Nov 09 14:19:17.295 INFO kablam! | Nov 09 14:19:17.295 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 09 14:19:17.295 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 09 14:19:17.295 INFO kablam! | Nov 09 14:19:17.295 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:17.295 INFO kablam! = note: for more information, see issue #50504 Nov 09 14:19:17.295 INFO kablam! Nov 09 14:19:18.491 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 47.17s Nov 09 14:19:18.519 INFO kablam! su: No module specific data is present Nov 09 14:19:19.781 INFO running `"docker" "rm" "-f" "43cfc82f85a865800ff639ae827f7c8cf0c8fd0be216b04aa37d723eedba795f"` Nov 09 14:19:20.179 INFO blam! 43cfc82f85a865800ff639ae827f7c8cf0c8fd0be216b04aa37d723eedba795f