Oct 12 22:54:56.180 INFO checking davidarmstronglewis/personal-blog against try#4021bd0b3c5815b087d6db10ce461e7e4854ade7 for pr-54977 Oct 12 22:54:56.180 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-54977/worker-0/try#4021bd0b3c5815b087d6db10ce461e7e4854ade7:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/pr-54977/try#4021bd0b3c5815b087d6db10ce461e7e4854ade7:/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 +4021bd0b3c5815b087d6db10ce461e7e4854ade7-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"` Oct 12 22:54:56.559 INFO blam! 7db8e29dff5343c6b31280c912ff052be8c340cc5b7032881bc44644f2cc54f9 Oct 12 22:54:56.577 INFO running `"docker" "start" "-a" "7db8e29dff5343c6b31280c912ff052be8c340cc5b7032881bc44644f2cc54f9"` Oct 12 22:54:57.256 INFO kablam! usermod: no changes Oct 12 22:54:57.721 INFO kablam! Checking parking_lot v0.5.5 Oct 12 22:54:57.724 INFO kablam! Checking tokio-threadpool v0.1.4 Oct 12 22:54:57.724 INFO kablam! Checking chrono v0.4.2 Oct 12 22:54:59.052 INFO kablam! Checking crossbeam-channel v0.1.3 Oct 12 22:55:00.676 INFO kablam! Checking tokio-fs v0.1.0 Oct 12 22:55:01.589 INFO kablam! Checking diesel v1.3.0 Oct 12 22:55:02.564 INFO kablam! Checking tokio v0.1.7 Oct 12 22:55:05.590 INFO kablam! Checking tokio-core v0.1.17 Oct 12 22:55:08.251 INFO kablam! Checking trust-dns-proto v0.3.3 Oct 12 22:55:08.253 INFO kablam! Checking tokio-signal v0.1.5 Oct 12 22:55:15.236 INFO kablam! Checking trust-dns-resolver v0.8.2 Oct 12 22:55:21.493 INFO kablam! Checking actix v0.5.8 Oct 12 22:55:31.140 INFO kablam! Checking actix-web v0.6.12 Oct 12 22:55:58.409 INFO kablam! Checking r2d2-diesel v1.0.0 Oct 12 22:55:59.604 INFO kablam! Checking personal-blog v0.1.0 (/source) Oct 12 22:56:08.164 INFO kablam! warning: cannot find type `NaiveDateTime` in this scope Oct 12 22:56:08.164 INFO kablam! --> src/db/models.rs:3:17 Oct 12 22:56:08.164 INFO kablam! | Oct 12 22:56:08.165 INFO kablam! 3 | #[derive(Debug, Queryable, Serialize, Deserialize)] Oct 12 22:56:08.165 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 12 22:56:08.165 INFO kablam! | Oct 12 22:56:08.165 INFO kablam! = note: #[warn(proc_macro_derive_resolution_fallback)] on by default Oct 12 22:56:08.165 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! Oct 12 22:56:08.165 INFO kablam! = note: for more information, see issue #50504 Oct 12 22:56:08.165 INFO kablam! Oct 12 22:56:08.165 INFO kablam! warning: cannot find type `NaiveDateTime` in this scope Oct 12 22:56:08.165 INFO kablam! --> src/db/models.rs:3:17 Oct 12 22:56:08.165 INFO kablam! | Oct 12 22:56:08.165 INFO kablam! 3 | #[derive(Debug, Queryable, Serialize, Deserialize)] Oct 12 22:56:08.165 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 12 22:56:08.165 INFO kablam! | Oct 12 22:56:08.165 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! Oct 12 22:56:08.165 INFO kablam! = note: for more information, see issue #50504 Oct 12 22:56:08.165 INFO kablam! Oct 12 22:56:08.165 INFO kablam! warning: cannot find type `BlogPost` in this scope Oct 12 22:56:08.165 INFO kablam! --> src/db/models.rs:3:17 Oct 12 22:56:08.165 INFO kablam! | Oct 12 22:56:08.165 INFO kablam! 3 | #[derive(Debug, Queryable, Serialize, Deserialize)] Oct 12 22:56:08.165 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 12 22:56:08.165 INFO kablam! | Oct 12 22:56:08.165 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! Oct 12 22:56:08.165 INFO kablam! = note: for more information, see issue #50504 Oct 12 22:56:08.165 INFO kablam! Oct 12 22:56:08.165 INFO kablam! warning: cannot find type `blog_posts` in this scope Oct 12 22:56:08.165 INFO kablam! --> src/db/models.rs:15:17 Oct 12 22:56:08.165 INFO kablam! | Oct 12 22:56:08.165 INFO kablam! 15 | #[derive(Debug, Insertable)] Oct 12 22:56:08.165 INFO kablam! | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 12 22:56:08.165 INFO kablam! | Oct 12 22:56:08.165 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! Oct 12 22:56:08.165 INFO kablam! = note: for more information, see issue #50504 Oct 12 22:56:08.165 INFO kablam! Oct 12 22:56:08.165 INFO kablam! warning: cannot find type `NewBlogPost` in this scope Oct 12 22:56:08.165 INFO kablam! --> src/db/models.rs:15:17 Oct 12 22:56:08.165 INFO kablam! | Oct 12 22:56:08.165 INFO kablam! 15 | #[derive(Debug, Insertable)] Oct 12 22:56:08.165 INFO kablam! | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 12 22:56:08.165 INFO kablam! | Oct 12 22:56:08.165 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! Oct 12 22:56:08.165 INFO kablam! = note: for more information, see issue #50504 Oct 12 22:56:08.165 INFO kablam! Oct 12 22:56:08.165 INFO kablam! warning: cannot find type `table` in this scope Oct 12 22:56:08.165 INFO kablam! --> <::diesel::macros::table_body macros>:165:33 Oct 12 22:56:08.165 INFO kablam! | Oct 12 22:56:08.165 INFO kablam! 165 | derive ( Debug , Clone , Copy , QueryId ) ] /// The actual table struct Oct 12 22:56:08.165 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 12 22:56:08.165 INFO kablam! | Oct 12 22:56:08.165 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! Oct 12 22:56:08.165 INFO kablam! = note: for more information, see issue #50504 Oct 12 22:56:08.165 INFO kablam! Oct 12 22:56:08.166 INFO kablam! warning: cannot find type `id` in this scope Oct 12 22:56:08.166 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 12 22:56:08.166 INFO kablam! | Oct 12 22:56:08.166 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 12 22:56:08.166 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 12 22:56:08.166 INFO kablam! | Oct 12 22:56:08.166 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! Oct 12 22:56:08.166 INFO kablam! = note: for more information, see issue #50504 Oct 12 22:56:08.166 INFO kablam! Oct 12 22:56:08.166 INFO kablam! warning: cannot find type `title` in this scope Oct 12 22:56:08.166 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 12 22:56:08.166 INFO kablam! | Oct 12 22:56:08.166 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 12 22:56:08.166 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 12 22:56:08.166 INFO kablam! | Oct 12 22:56:08.166 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! Oct 12 22:56:08.166 INFO kablam! = note: for more information, see issue #50504 Oct 12 22:56:08.166 INFO kablam! Oct 12 22:56:08.166 INFO kablam! warning: cannot find type `body` in this scope Oct 12 22:56:08.166 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 12 22:56:08.166 INFO kablam! | Oct 12 22:56:08.166 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 12 22:56:08.166 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 12 22:56:08.166 INFO kablam! | Oct 12 22:56:08.166 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! Oct 12 22:56:08.166 INFO kablam! = note: for more information, see issue #50504 Oct 12 22:56:08.166 INFO kablam! Oct 12 22:56:08.166 INFO kablam! warning: cannot find type `published` in this scope Oct 12 22:56:08.166 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 12 22:56:08.166 INFO kablam! | Oct 12 22:56:08.166 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 12 22:56:08.166 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 12 22:56:08.166 INFO kablam! | Oct 12 22:56:08.166 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! Oct 12 22:56:08.166 INFO kablam! = note: for more information, see issue #50504 Oct 12 22:56:08.166 INFO kablam! Oct 12 22:56:08.166 INFO kablam! warning: cannot find type `created_at` in this scope Oct 12 22:56:08.166 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 12 22:56:08.166 INFO kablam! | Oct 12 22:56:08.166 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 12 22:56:08.166 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 12 22:56:08.166 INFO kablam! | Oct 12 22:56:08.166 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! Oct 12 22:56:08.166 INFO kablam! = note: for more information, see issue #50504 Oct 12 22:56:08.166 INFO kablam! Oct 12 22:56:08.166 INFO kablam! warning: cannot find type `updated_at` in this scope Oct 12 22:56:08.166 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 12 22:56:08.166 INFO kablam! | Oct 12 22:56:08.166 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 12 22:56:08.166 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 12 22:56:08.166 INFO kablam! | Oct 12 22:56:08.166 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! Oct 12 22:56:08.166 INFO kablam! = note: for more information, see issue #50504 Oct 12 22:56:08.166 INFO kablam! Oct 12 22:56:08.488 INFO kablam! warning: cannot find type `NaiveDateTime` in this scope Oct 12 22:56:08.488 INFO kablam! --> src/db/models.rs:3:17 Oct 12 22:56:08.488 INFO kablam! | Oct 12 22:56:08.488 INFO kablam! 3 | #[derive(Debug, Queryable, Serialize, Deserialize)] Oct 12 22:56:08.488 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 12 22:56:08.488 INFO kablam! | Oct 12 22:56:08.488 INFO kablam! = note: #[warn(proc_macro_derive_resolution_fallback)] on by default Oct 12 22:56:08.488 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! Oct 12 22:56:08.488 INFO kablam! = note: for more information, see issue #50504 Oct 12 22:56:08.488 INFO kablam! Oct 12 22:56:08.488 INFO kablam! warning: cannot find type `NaiveDateTime` in this scope Oct 12 22:56:08.488 INFO kablam! --> src/db/models.rs:3:17 Oct 12 22:56:08.488 INFO kablam! | Oct 12 22:56:08.488 INFO kablam! 3 | #[derive(Debug, Queryable, Serialize, Deserialize)] Oct 12 22:56:08.488 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 12 22:56:08.488 INFO kablam! | Oct 12 22:56:08.488 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! Oct 12 22:56:08.488 INFO kablam! = note: for more information, see issue #50504 Oct 12 22:56:08.488 INFO kablam! Oct 12 22:56:08.489 INFO kablam! warning: cannot find type `BlogPost` in this scope Oct 12 22:56:08.489 INFO kablam! --> src/db/models.rs:3:17 Oct 12 22:56:08.489 INFO kablam! | Oct 12 22:56:08.489 INFO kablam! 3 | #[derive(Debug, Queryable, Serialize, Deserialize)] Oct 12 22:56:08.489 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 12 22:56:08.489 INFO kablam! | Oct 12 22:56:08.489 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! Oct 12 22:56:08.489 INFO kablam! = note: for more information, see issue #50504 Oct 12 22:56:08.489 INFO kablam! Oct 12 22:56:08.489 INFO kablam! warning: cannot find type `blog_posts` in this scope Oct 12 22:56:08.489 INFO kablam! --> src/db/models.rs:15:17 Oct 12 22:56:08.489 INFO kablam! | Oct 12 22:56:08.489 INFO kablam! 15 | #[derive(Debug, Insertable)] Oct 12 22:56:08.489 INFO kablam! | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 12 22:56:08.489 INFO kablam! | Oct 12 22:56:08.489 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! Oct 12 22:56:08.489 INFO kablam! = note: for more information, see issue #50504 Oct 12 22:56:08.489 INFO kablam! Oct 12 22:56:08.489 INFO kablam! warning: cannot find type `NewBlogPost` in this scope Oct 12 22:56:08.489 INFO kablam! --> src/db/models.rs:15:17 Oct 12 22:56:08.489 INFO kablam! | Oct 12 22:56:08.489 INFO kablam! 15 | #[derive(Debug, Insertable)] Oct 12 22:56:08.489 INFO kablam! | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 12 22:56:08.489 INFO kablam! | Oct 12 22:56:08.489 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! Oct 12 22:56:08.489 INFO kablam! = note: for more information, see issue #50504 Oct 12 22:56:08.489 INFO kablam! Oct 12 22:56:08.489 INFO kablam! warning: cannot find type `table` in this scope Oct 12 22:56:08.489 INFO kablam! --> <::diesel::macros::table_body macros>:165:33 Oct 12 22:56:08.489 INFO kablam! | Oct 12 22:56:08.489 INFO kablam! 165 | derive ( Debug , Clone , Copy , QueryId ) ] /// The actual table struct Oct 12 22:56:08.489 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 12 22:56:08.489 INFO kablam! | Oct 12 22:56:08.489 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! Oct 12 22:56:08.489 INFO kablam! = note: for more information, see issue #50504 Oct 12 22:56:08.489 INFO kablam! Oct 12 22:56:08.489 INFO kablam! warning: cannot find type `id` in this scope Oct 12 22:56:08.489 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 12 22:56:08.489 INFO kablam! | Oct 12 22:56:08.489 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 12 22:56:08.489 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 12 22:56:08.489 INFO kablam! | Oct 12 22:56:08.489 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! Oct 12 22:56:08.489 INFO kablam! = note: for more information, see issue #50504 Oct 12 22:56:08.489 INFO kablam! Oct 12 22:56:08.489 INFO kablam! warning: cannot find type `title` in this scope Oct 12 22:56:08.489 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 12 22:56:08.489 INFO kablam! | Oct 12 22:56:08.489 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 12 22:56:08.489 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 12 22:56:08.489 INFO kablam! | Oct 12 22:56:08.489 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! Oct 12 22:56:08.489 INFO kablam! = note: for more information, see issue #50504 Oct 12 22:56:08.489 INFO kablam! Oct 12 22:56:08.489 INFO kablam! warning: cannot find type `body` in this scope Oct 12 22:56:08.489 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 12 22:56:08.489 INFO kablam! | Oct 12 22:56:08.489 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 12 22:56:08.489 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 12 22:56:08.489 INFO kablam! | Oct 12 22:56:08.489 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! Oct 12 22:56:08.489 INFO kablam! = note: for more information, see issue #50504 Oct 12 22:56:08.489 INFO kablam! Oct 12 22:56:08.489 INFO kablam! warning: cannot find type `published` in this scope Oct 12 22:56:08.489 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 12 22:56:08.489 INFO kablam! | Oct 12 22:56:08.489 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 12 22:56:08.489 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 12 22:56:08.489 INFO kablam! | Oct 12 22:56:08.489 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! Oct 12 22:56:08.489 INFO kablam! = note: for more information, see issue #50504 Oct 12 22:56:08.489 INFO kablam! Oct 12 22:56:08.489 INFO kablam! warning: cannot find type `created_at` in this scope Oct 12 22:56:08.489 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 12 22:56:08.489 INFO kablam! | Oct 12 22:56:08.489 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 12 22:56:08.489 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 12 22:56:08.489 INFO kablam! | Oct 12 22:56:08.489 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! Oct 12 22:56:08.489 INFO kablam! = note: for more information, see issue #50504 Oct 12 22:56:08.489 INFO kablam! Oct 12 22:56:08.489 INFO kablam! warning: cannot find type `updated_at` in this scope Oct 12 22:56:08.489 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 12 22:56:08.489 INFO kablam! | Oct 12 22:56:08.489 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 12 22:56:08.489 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 12 22:56:08.490 INFO kablam! | Oct 12 22:56:08.490 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! Oct 12 22:56:08.490 INFO kablam! = note: for more information, see issue #50504 Oct 12 22:56:08.490 INFO kablam! Oct 12 22:56:16.962 INFO kablam! warning: cannot find type `NaiveDateTime` in this scope Oct 12 22:56:16.963 INFO kablam! --> src/db/models.rs:3:17 Oct 12 22:56:16.963 INFO kablam! | Oct 12 22:56:16.963 INFO kablam! 3 | #[derive(Debug, Queryable, Serialize, Deserialize)] Oct 12 22:56:16.963 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 12 22:56:16.963 INFO kablam! | Oct 12 22:56:16.963 INFO kablam! = note: #[warn(proc_macro_derive_resolution_fallback)] on by default Oct 12 22:56:16.963 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! Oct 12 22:56:16.963 INFO kablam! = note: for more information, see issue #50504 Oct 12 22:56:16.963 INFO kablam! Oct 12 22:56:16.963 INFO kablam! warning: cannot find type `NaiveDateTime` in this scope Oct 12 22:56:16.963 INFO kablam! --> src/db/models.rs:3:17 Oct 12 22:56:16.963 INFO kablam! | Oct 12 22:56:16.963 INFO kablam! 3 | #[derive(Debug, Queryable, Serialize, Deserialize)] Oct 12 22:56:16.963 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 12 22:56:16.963 INFO kablam! | Oct 12 22:56:16.963 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! Oct 12 22:56:16.963 INFO kablam! = note: for more information, see issue #50504 Oct 12 22:56:16.963 INFO kablam! Oct 12 22:56:16.963 INFO kablam! warning: cannot find type `BlogPost` in this scope Oct 12 22:56:16.963 INFO kablam! --> src/db/models.rs:3:17 Oct 12 22:56:16.963 INFO kablam! | Oct 12 22:56:16.963 INFO kablam! 3 | #[derive(Debug, Queryable, Serialize, Deserialize)] Oct 12 22:56:16.963 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 12 22:56:16.963 INFO kablam! | Oct 12 22:56:16.963 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! Oct 12 22:56:16.963 INFO kablam! = note: for more information, see issue #50504 Oct 12 22:56:16.963 INFO kablam! Oct 12 22:56:16.969 INFO kablam! warning: cannot find type `blog_posts` in this scope Oct 12 22:56:16.969 INFO kablam! --> src/db/models.rs:15:17 Oct 12 22:56:16.969 INFO kablam! | Oct 12 22:56:16.969 INFO kablam! 15 | #[derive(Debug, Insertable)] Oct 12 22:56:16.969 INFO kablam! | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 12 22:56:16.969 INFO kablam! | Oct 12 22:56:16.969 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! Oct 12 22:56:16.969 INFO kablam! = note: for more information, see issue #50504 Oct 12 22:56:16.969 INFO kablam! Oct 12 22:56:16.969 INFO kablam! warning: cannot find type `NewBlogPost` in this scope Oct 12 22:56:16.969 INFO kablam! --> src/db/models.rs:15:17 Oct 12 22:56:16.969 INFO kablam! | Oct 12 22:56:16.969 INFO kablam! 15 | #[derive(Debug, Insertable)] Oct 12 22:56:16.969 INFO kablam! | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 12 22:56:16.969 INFO kablam! | Oct 12 22:56:16.969 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! Oct 12 22:56:16.969 INFO kablam! = note: for more information, see issue #50504 Oct 12 22:56:16.969 INFO kablam! Oct 12 22:56:16.969 INFO kablam! warning: cannot find type `table` in this scope Oct 12 22:56:16.969 INFO kablam! --> <::diesel::macros::table_body macros>:165:33 Oct 12 22:56:16.969 INFO kablam! | Oct 12 22:56:16.969 INFO kablam! 165 | derive ( Debug , Clone , Copy , QueryId ) ] /// The actual table struct Oct 12 22:56:16.969 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 12 22:56:16.969 INFO kablam! | Oct 12 22:56:16.969 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! Oct 12 22:56:16.969 INFO kablam! = note: for more information, see issue #50504 Oct 12 22:56:16.969 INFO kablam! Oct 12 22:56:16.969 INFO kablam! warning: cannot find type `id` in this scope Oct 12 22:56:16.969 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 12 22:56:16.969 INFO kablam! | Oct 12 22:56:16.969 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 12 22:56:16.969 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 12 22:56:16.969 INFO kablam! | Oct 12 22:56:16.969 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! Oct 12 22:56:16.969 INFO kablam! = note: for more information, see issue #50504 Oct 12 22:56:16.969 INFO kablam! Oct 12 22:56:16.969 INFO kablam! warning: cannot find type `title` in this scope Oct 12 22:56:16.969 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 12 22:56:16.969 INFO kablam! | Oct 12 22:56:16.969 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 12 22:56:16.969 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 12 22:56:16.969 INFO kablam! | Oct 12 22:56:16.969 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! Oct 12 22:56:16.969 INFO kablam! = note: for more information, see issue #50504 Oct 12 22:56:16.969 INFO kablam! Oct 12 22:56:16.969 INFO kablam! warning: cannot find type `body` in this scope Oct 12 22:56:16.969 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 12 22:56:16.969 INFO kablam! | Oct 12 22:56:16.969 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 12 22:56:16.969 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 12 22:56:16.969 INFO kablam! | Oct 12 22:56:16.969 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! Oct 12 22:56:16.969 INFO kablam! = note: for more information, see issue #50504 Oct 12 22:56:16.969 INFO kablam! Oct 12 22:56:16.969 INFO kablam! warning: cannot find type `published` in this scope Oct 12 22:56:16.969 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 12 22:56:16.969 INFO kablam! | Oct 12 22:56:16.969 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 12 22:56:16.969 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 12 22:56:16.969 INFO kablam! | Oct 12 22:56:16.969 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! Oct 12 22:56:16.969 INFO kablam! = note: for more information, see issue #50504 Oct 12 22:56:16.970 INFO kablam! Oct 12 22:56:16.970 INFO kablam! warning: cannot find type `created_at` in this scope Oct 12 22:56:16.970 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 12 22:56:16.970 INFO kablam! | Oct 12 22:56:16.970 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 12 22:56:16.970 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 12 22:56:16.970 INFO kablam! | Oct 12 22:56:16.970 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! Oct 12 22:56:16.970 INFO kablam! = note: for more information, see issue #50504 Oct 12 22:56:16.970 INFO kablam! Oct 12 22:56:16.970 INFO kablam! warning: cannot find type `updated_at` in this scope Oct 12 22:56:16.970 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 12 22:56:16.970 INFO kablam! | Oct 12 22:56:16.970 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 12 22:56:16.970 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 12 22:56:16.970 INFO kablam! | Oct 12 22:56:16.970 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! Oct 12 22:56:16.970 INFO kablam! = note: for more information, see issue #50504 Oct 12 22:56:16.970 INFO kablam! Oct 12 22:56:17.366 INFO kablam! warning: cannot find type `NaiveDateTime` in this scope Oct 12 22:56:17.366 INFO kablam! --> src/db/models.rs:3:17 Oct 12 22:56:17.366 INFO kablam! | Oct 12 22:56:17.366 INFO kablam! 3 | #[derive(Debug, Queryable, Serialize, Deserialize)] Oct 12 22:56:17.366 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 12 22:56:17.366 INFO kablam! | Oct 12 22:56:17.366 INFO kablam! = note: #[warn(proc_macro_derive_resolution_fallback)] on by default Oct 12 22:56:17.366 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! Oct 12 22:56:17.366 INFO kablam! = note: for more information, see issue #50504 Oct 12 22:56:17.366 INFO kablam! Oct 12 22:56:17.366 INFO kablam! warning: cannot find type `NaiveDateTime` in this scope Oct 12 22:56:17.366 INFO kablam! --> src/db/models.rs:3:17 Oct 12 22:56:17.366 INFO kablam! | Oct 12 22:56:17.366 INFO kablam! 3 | #[derive(Debug, Queryable, Serialize, Deserialize)] Oct 12 22:56:17.366 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 12 22:56:17.366 INFO kablam! | Oct 12 22:56:17.366 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! Oct 12 22:56:17.366 INFO kablam! = note: for more information, see issue #50504 Oct 12 22:56:17.366 INFO kablam! Oct 12 22:56:17.366 INFO kablam! warning: cannot find type `BlogPost` in this scope Oct 12 22:56:17.366 INFO kablam! --> src/db/models.rs:3:17 Oct 12 22:56:17.366 INFO kablam! | Oct 12 22:56:17.366 INFO kablam! 3 | #[derive(Debug, Queryable, Serialize, Deserialize)] Oct 12 22:56:17.366 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 12 22:56:17.366 INFO kablam! | Oct 12 22:56:17.366 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! Oct 12 22:56:17.366 INFO kablam! = note: for more information, see issue #50504 Oct 12 22:56:17.366 INFO kablam! Oct 12 22:56:17.367 INFO kablam! warning: cannot find type `blog_posts` in this scope Oct 12 22:56:17.367 INFO kablam! --> src/db/models.rs:15:17 Oct 12 22:56:17.367 INFO kablam! | Oct 12 22:56:17.367 INFO kablam! 15 | #[derive(Debug, Insertable)] Oct 12 22:56:17.367 INFO kablam! | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 12 22:56:17.367 INFO kablam! | Oct 12 22:56:17.367 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! Oct 12 22:56:17.367 INFO kablam! = note: for more information, see issue #50504 Oct 12 22:56:17.367 INFO kablam! Oct 12 22:56:17.368 INFO kablam! warning: cannot find type `NewBlogPost` in this scope Oct 12 22:56:17.368 INFO kablam! --> src/db/models.rs:15:17 Oct 12 22:56:17.368 INFO kablam! | Oct 12 22:56:17.368 INFO kablam! 15 | #[derive(Debug, Insertable)] Oct 12 22:56:17.368 INFO kablam! | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 12 22:56:17.368 INFO kablam! | Oct 12 22:56:17.368 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! Oct 12 22:56:17.368 INFO kablam! = note: for more information, see issue #50504 Oct 12 22:56:17.368 INFO kablam! Oct 12 22:56:17.369 INFO kablam! warning: cannot find type `table` in this scope Oct 12 22:56:17.369 INFO kablam! --> <::diesel::macros::table_body macros>:165:33 Oct 12 22:56:17.369 INFO kablam! | Oct 12 22:56:17.369 INFO kablam! 165 | derive ( Debug , Clone , Copy , QueryId ) ] /// The actual table struct Oct 12 22:56:17.369 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 12 22:56:17.369 INFO kablam! | Oct 12 22:56:17.369 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! Oct 12 22:56:17.369 INFO kablam! = note: for more information, see issue #50504 Oct 12 22:56:17.369 INFO kablam! Oct 12 22:56:17.369 INFO kablam! warning: cannot find type `id` in this scope Oct 12 22:56:17.369 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 12 22:56:17.369 INFO kablam! | Oct 12 22:56:17.369 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 12 22:56:17.369 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 12 22:56:17.369 INFO kablam! | Oct 12 22:56:17.369 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! Oct 12 22:56:17.369 INFO kablam! = note: for more information, see issue #50504 Oct 12 22:56:17.369 INFO kablam! Oct 12 22:56:17.370 INFO kablam! warning: cannot find type `title` in this scope Oct 12 22:56:17.370 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 12 22:56:17.370 INFO kablam! | Oct 12 22:56:17.370 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 12 22:56:17.370 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 12 22:56:17.370 INFO kablam! | Oct 12 22:56:17.370 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! Oct 12 22:56:17.370 INFO kablam! = note: for more information, see issue #50504 Oct 12 22:56:17.370 INFO kablam! Oct 12 22:56:17.371 INFO kablam! warning: cannot find type `body` in this scope Oct 12 22:56:17.371 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 12 22:56:17.371 INFO kablam! | Oct 12 22:56:17.371 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 12 22:56:17.371 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 12 22:56:17.371 INFO kablam! | Oct 12 22:56:17.371 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! Oct 12 22:56:17.371 INFO kablam! = note: for more information, see issue #50504 Oct 12 22:56:17.371 INFO kablam! Oct 12 22:56:17.371 INFO kablam! warning: cannot find type `published` in this scope Oct 12 22:56:17.371 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 12 22:56:17.371 INFO kablam! | Oct 12 22:56:17.371 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 12 22:56:17.371 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 12 22:56:17.371 INFO kablam! | Oct 12 22:56:17.371 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! Oct 12 22:56:17.371 INFO kablam! = note: for more information, see issue #50504 Oct 12 22:56:17.372 INFO kablam! Oct 12 22:56:17.372 INFO kablam! warning: cannot find type `created_at` in this scope Oct 12 22:56:17.372 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 12 22:56:17.372 INFO kablam! | Oct 12 22:56:17.372 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 12 22:56:17.372 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 12 22:56:17.372 INFO kablam! | Oct 12 22:56:17.372 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! Oct 12 22:56:17.372 INFO kablam! = note: for more information, see issue #50504 Oct 12 22:56:17.372 INFO kablam! Oct 12 22:56:17.372 INFO kablam! warning: cannot find type `updated_at` in this scope Oct 12 22:56:17.372 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 12 22:56:17.372 INFO kablam! | Oct 12 22:56:17.372 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 12 22:56:17.372 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 12 22:56:17.372 INFO kablam! | Oct 12 22:56:17.372 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! Oct 12 22:56:17.372 INFO kablam! = note: for more information, see issue #50504 Oct 12 22:56:17.372 INFO kablam! Oct 12 22:56:18.329 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 21s Oct 12 22:56:18.372 INFO kablam! su: No module specific data is present Oct 12 22:56:19.470 INFO running `"docker" "rm" "-f" "7db8e29dff5343c6b31280c912ff052be8c340cc5b7032881bc44644f2cc54f9"` Oct 12 22:56:19.777 INFO blam! 7db8e29dff5343c6b31280c912ff052be8c340cc5b7032881bc44644f2cc54f9