Nov 30 04:27:56.291 INFO checking davidarmstronglewis/personal-blog against try#32252761328f59ccfadb1bafb8148c685bc830b3 for pr-56323 Nov 30 04:27:56.291 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56323/worker-2/try#32252761328f59ccfadb1bafb8148c685bc830b3:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-2/pr-56323/try#32252761328f59ccfadb1bafb8148c685bc830b3:/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 +32252761328f59ccfadb1bafb8148c685bc830b3-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 30 04:27:56.788 INFO [stdout] 7b881ca19e0408204372a67ce349df24ff1539464668532c6b64a95fbb82910c Nov 30 04:27:56.790 INFO running `"docker" "start" "-a" "7b881ca19e0408204372a67ce349df24ff1539464668532c6b64a95fbb82910c"` Nov 30 04:27:58.407 INFO [stderr] usermod: no changes Nov 30 04:27:58.996 INFO [stderr] Compiling actix-web v0.6.12 Nov 30 04:27:59.005 INFO [stderr] Checking parking_lot v0.5.5 Nov 30 04:27:59.005 INFO [stderr] Checking mio-uds v0.6.6 Nov 30 04:27:59.020 INFO [stderr] Compiling serde_json v1.0.20 Nov 30 04:27:59.021 INFO [stderr] Compiling semver v0.9.0 Nov 30 04:27:59.030 INFO [stderr] Compiling backtrace v0.3.8 Nov 30 04:27:59.031 INFO [stderr] Checking flate2 v1.0.1 Nov 30 04:27:59.043 INFO [stderr] Checking serde_urlencoded v0.5.2 Nov 30 04:28:01.896 INFO [stderr] Checking chrono v0.4.2 Nov 30 04:28:05.621 INFO [stderr] Checking crossbeam-channel v0.1.3 Nov 30 04:28:05.622 INFO [stderr] Compiling error-chain v0.11.0 Nov 30 04:28:05.649 INFO [stderr] Checking tokio-core v0.1.17 Nov 30 04:28:12.385 INFO [stderr] Checking diesel v1.3.0 Nov 30 04:28:13.930 INFO [stderr] Compiling cargo_metadata v0.5.6 Nov 30 04:28:14.405 INFO [stderr] Checking trust-dns-proto v0.3.3 Nov 30 04:28:14.405 INFO [stderr] Checking tokio-signal v0.1.5 Nov 30 04:28:23.976 INFO [stderr] Compiling skeptic v0.13.3 Nov 30 04:28:26.152 INFO [stderr] Checking trust-dns-resolver v0.8.2 Nov 30 04:28:32.289 INFO [stderr] Compiling actix v0.5.8 Nov 30 04:29:17.016 INFO [stderr] Checking r2d2-diesel v1.0.0 Nov 30 04:29:18.025 INFO [stderr] Checking personal-blog v0.1.0 (/source) Nov 30 04:29:26.228 INFO [stderr] warning: cannot find type `NaiveDateTime` in this scope Nov 30 04:29:26.229 INFO [stderr] --> src/db/models.rs:3:17 Nov 30 04:29:26.229 INFO [stderr] | Nov 30 04:29:26.229 INFO [stderr] 3 | #[derive(Debug, Queryable, Serialize, Deserialize)] Nov 30 04:29:26.230 INFO [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 30 04:29:26.230 INFO [stderr] | Nov 30 04:29:26.230 INFO [stderr] = note: #[warn(proc_macro_derive_resolution_fallback)] on by default Nov 30 04:29:26.231 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 30 04:29:26.231 INFO [stderr] = note: for more information, see issue #50504 Nov 30 04:29:26.231 INFO [stderr] Nov 30 04:29:26.232 INFO [stderr] warning: cannot find type `NaiveDateTime` in this scope Nov 30 04:29:26.232 INFO [stderr] --> src/db/models.rs:3:17 Nov 30 04:29:26.233 INFO [stderr] | Nov 30 04:29:26.233 INFO [stderr] 3 | #[derive(Debug, Queryable, Serialize, Deserialize)] Nov 30 04:29:26.233 INFO [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 30 04:29:26.234 INFO [stderr] | Nov 30 04:29:26.234 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 30 04:29:26.234 INFO [stderr] = note: for more information, see issue #50504 Nov 30 04:29:26.235 INFO [stderr] Nov 30 04:29:26.235 INFO [stderr] warning: cannot find type `BlogPost` in this scope Nov 30 04:29:26.236 INFO [stderr] --> src/db/models.rs:3:17 Nov 30 04:29:26.236 INFO [stderr] | Nov 30 04:29:26.236 INFO [stderr] 3 | #[derive(Debug, Queryable, Serialize, Deserialize)] Nov 30 04:29:26.237 INFO [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 30 04:29:26.237 INFO [stderr] | Nov 30 04:29:26.240 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 30 04:29:26.241 INFO [stderr] = note: for more information, see issue #50504 Nov 30 04:29:26.241 INFO [stderr] Nov 30 04:29:26.242 INFO [stderr] warning: cannot find type `blog_posts` in this scope Nov 30 04:29:26.242 INFO [stderr] --> src/db/models.rs:15:17 Nov 30 04:29:26.242 INFO [stderr] | Nov 30 04:29:26.242 INFO [stderr] 15 | #[derive(Debug, Insertable)] Nov 30 04:29:26.242 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 30 04:29:26.243 INFO [stderr] | Nov 30 04:29:26.243 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 30 04:29:26.243 INFO [stderr] = note: for more information, see issue #50504 Nov 30 04:29:26.243 INFO [stderr] Nov 30 04:29:26.243 INFO [stderr] warning: cannot find type `NewBlogPost` in this scope Nov 30 04:29:26.243 INFO [stderr] --> src/db/models.rs:15:17 Nov 30 04:29:26.244 INFO [stderr] | Nov 30 04:29:26.244 INFO [stderr] 15 | #[derive(Debug, Insertable)] Nov 30 04:29:26.244 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 30 04:29:26.244 INFO [stderr] | Nov 30 04:29:26.244 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 30 04:29:26.244 INFO [stderr] = note: for more information, see issue #50504 Nov 30 04:29:26.244 INFO [stderr] Nov 30 04:29:26.245 INFO [stderr] warning: cannot find type `table` in this scope Nov 30 04:29:26.245 INFO [stderr] --> <::diesel::macros::table_body macros>:165:33 Nov 30 04:29:26.245 INFO [stderr] | Nov 30 04:29:26.245 INFO [stderr] 165 | derive ( Debug , Clone , Copy , QueryId ) ] /// The actual table struct Nov 30 04:29:26.245 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 30 04:29:26.245 INFO [stderr] | Nov 30 04:29:26.245 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 30 04:29:26.245 INFO [stderr] = note: for more information, see issue #50504 Nov 30 04:29:26.245 INFO [stderr] Nov 30 04:29:26.252 INFO [stderr] warning: cannot find type `id` in this scope Nov 30 04:29:26.253 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 30 04:29:26.253 INFO [stderr] | Nov 30 04:29:26.253 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 30 04:29:26.253 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 30 04:29:26.253 INFO [stderr] | Nov 30 04:29:26.253 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 30 04:29:26.253 INFO [stderr] = note: for more information, see issue #50504 Nov 30 04:29:26.253 INFO [stderr] Nov 30 04:29:26.253 INFO [stderr] warning: cannot find type `title` in this scope Nov 30 04:29:26.253 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 30 04:29:26.253 INFO [stderr] | Nov 30 04:29:26.253 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 30 04:29:26.254 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 30 04:29:26.254 INFO [stderr] | Nov 30 04:29:26.254 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 30 04:29:26.254 INFO [stderr] = note: for more information, see issue #50504 Nov 30 04:29:26.254 INFO [stderr] Nov 30 04:29:26.254 INFO [stderr] warning: cannot find type `body` in this scope Nov 30 04:29:26.254 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 30 04:29:26.254 INFO [stderr] | Nov 30 04:29:26.254 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 30 04:29:26.254 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 30 04:29:26.254 INFO [stderr] | Nov 30 04:29:26.255 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 30 04:29:26.255 INFO [stderr] = note: for more information, see issue #50504 Nov 30 04:29:26.255 INFO [stderr] Nov 30 04:29:26.255 INFO [stderr] warning: cannot find type `published` in this scope Nov 30 04:29:26.255 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 30 04:29:26.255 INFO [stderr] | Nov 30 04:29:26.255 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 30 04:29:26.255 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 30 04:29:26.255 INFO [stderr] | Nov 30 04:29:26.256 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 30 04:29:26.256 INFO [stderr] = note: for more information, see issue #50504 Nov 30 04:29:26.256 INFO [stderr] Nov 30 04:29:26.256 INFO [stderr] warning: cannot find type `created_at` in this scope Nov 30 04:29:26.256 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 30 04:29:26.256 INFO [stderr] | Nov 30 04:29:26.256 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 30 04:29:26.256 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 30 04:29:26.256 INFO [stderr] | Nov 30 04:29:26.256 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 30 04:29:26.257 INFO [stderr] = note: for more information, see issue #50504 Nov 30 04:29:26.257 INFO [stderr] Nov 30 04:29:26.257 INFO [stderr] warning: cannot find type `updated_at` in this scope Nov 30 04:29:26.257 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 30 04:29:26.257 INFO [stderr] | Nov 30 04:29:26.257 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 30 04:29:26.257 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 30 04:29:26.257 INFO [stderr] | Nov 30 04:29:26.257 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 30 04:29:26.257 INFO [stderr] = note: for more information, see issue #50504 Nov 30 04:29:26.257 INFO [stderr] Nov 30 04:29:26.478 INFO [stderr] warning: cannot find type `NaiveDateTime` in this scope Nov 30 04:29:26.478 INFO [stderr] --> src/db/models.rs:3:17 Nov 30 04:29:26.478 INFO [stderr] | Nov 30 04:29:26.478 INFO [stderr] 3 | #[derive(Debug, Queryable, Serialize, Deserialize)] Nov 30 04:29:26.478 INFO [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 30 04:29:26.478 INFO [stderr] | Nov 30 04:29:26.478 INFO [stderr] = note: #[warn(proc_macro_derive_resolution_fallback)] on by default Nov 30 04:29:26.478 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 30 04:29:26.478 INFO [stderr] = note: for more information, see issue #50504 Nov 30 04:29:26.478 INFO [stderr] Nov 30 04:29:26.478 INFO [stderr] warning: cannot find type `NaiveDateTime` in this scope Nov 30 04:29:26.479 INFO [stderr] --> src/db/models.rs:3:17 Nov 30 04:29:26.479 INFO [stderr] | Nov 30 04:29:26.479 INFO [stderr] 3 | #[derive(Debug, Queryable, Serialize, Deserialize)] Nov 30 04:29:26.479 INFO [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 30 04:29:26.479 INFO [stderr] | Nov 30 04:29:26.479 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 30 04:29:26.479 INFO [stderr] = note: for more information, see issue #50504 Nov 30 04:29:26.479 INFO [stderr] Nov 30 04:29:26.479 INFO [stderr] warning: cannot find type `BlogPost` in this scope Nov 30 04:29:26.479 INFO [stderr] --> src/db/models.rs:3:17 Nov 30 04:29:26.479 INFO [stderr] | Nov 30 04:29:26.479 INFO [stderr] 3 | #[derive(Debug, Queryable, Serialize, Deserialize)] Nov 30 04:29:26.479 INFO [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 30 04:29:26.479 INFO [stderr] | Nov 30 04:29:26.479 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 30 04:29:26.479 INFO [stderr] = note: for more information, see issue #50504 Nov 30 04:29:26.479 INFO [stderr] Nov 30 04:29:26.488 INFO [stderr] warning: cannot find type `blog_posts` in this scope Nov 30 04:29:26.488 INFO [stderr] --> src/db/models.rs:15:17 Nov 30 04:29:26.488 INFO [stderr] | Nov 30 04:29:26.489 INFO [stderr] 15 | #[derive(Debug, Insertable)] Nov 30 04:29:26.489 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 30 04:29:26.489 INFO [stderr] | Nov 30 04:29:26.489 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 30 04:29:26.489 INFO [stderr] = note: for more information, see issue #50504 Nov 30 04:29:26.489 INFO [stderr] Nov 30 04:29:26.489 INFO [stderr] warning: cannot find type `NewBlogPost` in this scope Nov 30 04:29:26.489 INFO [stderr] --> src/db/models.rs:15:17 Nov 30 04:29:26.489 INFO [stderr] | Nov 30 04:29:26.489 INFO [stderr] 15 | #[derive(Debug, Insertable)] Nov 30 04:29:26.489 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 30 04:29:26.489 INFO [stderr] | Nov 30 04:29:26.489 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 30 04:29:26.489 INFO [stderr] = note: for more information, see issue #50504 Nov 30 04:29:26.489 INFO [stderr] Nov 30 04:29:26.489 INFO [stderr] warning: cannot find type `table` in this scope Nov 30 04:29:26.489 INFO [stderr] --> <::diesel::macros::table_body macros>:165:33 Nov 30 04:29:26.489 INFO [stderr] | Nov 30 04:29:26.489 INFO [stderr] 165 | derive ( Debug , Clone , Copy , QueryId ) ] /// The actual table struct Nov 30 04:29:26.489 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 30 04:29:26.489 INFO [stderr] | Nov 30 04:29:26.489 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 30 04:29:26.490 INFO [stderr] = note: for more information, see issue #50504 Nov 30 04:29:26.490 INFO [stderr] Nov 30 04:29:26.490 INFO [stderr] warning: cannot find type `id` in this scope Nov 30 04:29:26.490 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 30 04:29:26.490 INFO [stderr] | Nov 30 04:29:26.490 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 30 04:29:26.490 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 30 04:29:26.490 INFO [stderr] | Nov 30 04:29:26.490 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 30 04:29:26.490 INFO [stderr] = note: for more information, see issue #50504 Nov 30 04:29:26.490 INFO [stderr] Nov 30 04:29:26.490 INFO [stderr] warning: cannot find type `title` in this scope Nov 30 04:29:26.490 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 30 04:29:26.490 INFO [stderr] | Nov 30 04:29:26.490 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 30 04:29:26.491 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 30 04:29:26.491 INFO [stderr] | Nov 30 04:29:26.491 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 30 04:29:26.491 INFO [stderr] = note: for more information, see issue #50504 Nov 30 04:29:26.491 INFO [stderr] Nov 30 04:29:26.491 INFO [stderr] warning: cannot find type `body` in this scope Nov 30 04:29:26.491 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 30 04:29:26.491 INFO [stderr] | Nov 30 04:29:26.491 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 30 04:29:26.491 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 30 04:29:26.491 INFO [stderr] | Nov 30 04:29:26.491 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 30 04:29:26.491 INFO [stderr] = note: for more information, see issue #50504 Nov 30 04:29:26.491 INFO [stderr] Nov 30 04:29:26.491 INFO [stderr] warning: cannot find type `published` in this scope Nov 30 04:29:26.491 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 30 04:29:26.491 INFO [stderr] | Nov 30 04:29:26.491 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 30 04:29:26.491 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 30 04:29:26.492 INFO [stderr] | Nov 30 04:29:26.492 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 30 04:29:26.492 INFO [stderr] = note: for more information, see issue #50504 Nov 30 04:29:26.492 INFO [stderr] Nov 30 04:29:26.492 INFO [stderr] warning: cannot find type `created_at` in this scope Nov 30 04:29:26.492 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 30 04:29:26.492 INFO [stderr] | Nov 30 04:29:26.492 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 30 04:29:26.492 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 30 04:29:26.492 INFO [stderr] | Nov 30 04:29:26.492 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 30 04:29:26.492 INFO [stderr] = note: for more information, see issue #50504 Nov 30 04:29:26.492 INFO [stderr] Nov 30 04:29:26.492 INFO [stderr] warning: cannot find type `updated_at` in this scope Nov 30 04:29:26.492 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 30 04:29:26.493 INFO [stderr] | Nov 30 04:29:26.493 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 30 04:29:26.493 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 30 04:29:26.493 INFO [stderr] | Nov 30 04:29:26.493 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 30 04:29:26.493 INFO [stderr] = note: for more information, see issue #50504 Nov 30 04:29:26.493 INFO [stderr] Nov 30 04:29:36.104 INFO [stderr] warning: cannot find type `NaiveDateTime` in this scope Nov 30 04:29:36.104 INFO [stderr] --> src/db/models.rs:3:17 Nov 30 04:29:36.104 INFO [stderr] | Nov 30 04:29:36.104 INFO [stderr] 3 | #[derive(Debug, Queryable, Serialize, Deserialize)] Nov 30 04:29:36.104 INFO [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 30 04:29:36.104 INFO [stderr] | Nov 30 04:29:36.104 INFO [stderr] = note: #[warn(proc_macro_derive_resolution_fallback)] on by default Nov 30 04:29:36.104 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 30 04:29:36.104 INFO [stderr] = note: for more information, see issue #50504 Nov 30 04:29:36.105 INFO [stderr] Nov 30 04:29:36.105 INFO [stderr] warning: cannot find type `NaiveDateTime` in this scope Nov 30 04:29:36.105 INFO [stderr] --> src/db/models.rs:3:17 Nov 30 04:29:36.105 INFO [stderr] | Nov 30 04:29:36.105 INFO [stderr] 3 | #[derive(Debug, Queryable, Serialize, Deserialize)] Nov 30 04:29:36.105 INFO [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 30 04:29:36.105 INFO [stderr] | Nov 30 04:29:36.105 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 30 04:29:36.105 INFO [stderr] = note: for more information, see issue #50504 Nov 30 04:29:36.105 INFO [stderr] Nov 30 04:29:36.105 INFO [stderr] warning: cannot find type `BlogPost` in this scope Nov 30 04:29:36.105 INFO [stderr] --> src/db/models.rs:3:17 Nov 30 04:29:36.105 INFO [stderr] | Nov 30 04:29:36.105 INFO [stderr] 3 | #[derive(Debug, Queryable, Serialize, Deserialize)] Nov 30 04:29:36.105 INFO [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 30 04:29:36.105 INFO [stderr] | Nov 30 04:29:36.105 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 30 04:29:36.105 INFO [stderr] = note: for more information, see issue #50504 Nov 30 04:29:36.105 INFO [stderr] Nov 30 04:29:36.105 INFO [stderr] warning: cannot find type `blog_posts` in this scope Nov 30 04:29:36.105 INFO [stderr] --> src/db/models.rs:15:17 Nov 30 04:29:36.105 INFO [stderr] | Nov 30 04:29:36.105 INFO [stderr] 15 | #[derive(Debug, Insertable)] Nov 30 04:29:36.105 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 30 04:29:36.106 INFO [stderr] | Nov 30 04:29:36.106 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 30 04:29:36.106 INFO [stderr] = note: for more information, see issue #50504 Nov 30 04:29:36.106 INFO [stderr] Nov 30 04:29:36.106 INFO [stderr] warning: cannot find type `NewBlogPost` in this scope Nov 30 04:29:36.106 INFO [stderr] --> src/db/models.rs:15:17 Nov 30 04:29:36.106 INFO [stderr] | Nov 30 04:29:36.106 INFO [stderr] 15 | #[derive(Debug, Insertable)] Nov 30 04:29:36.106 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 30 04:29:36.106 INFO [stderr] | Nov 30 04:29:36.106 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 30 04:29:36.106 INFO [stderr] = note: for more information, see issue #50504 Nov 30 04:29:36.106 INFO [stderr] Nov 30 04:29:36.106 INFO [stderr] warning: cannot find type `table` in this scope Nov 30 04:29:36.106 INFO [stderr] --> <::diesel::macros::table_body macros>:165:33 Nov 30 04:29:36.106 INFO [stderr] | Nov 30 04:29:36.106 INFO [stderr] 165 | derive ( Debug , Clone , Copy , QueryId ) ] /// The actual table struct Nov 30 04:29:36.106 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 30 04:29:36.106 INFO [stderr] | Nov 30 04:29:36.106 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 30 04:29:36.106 INFO [stderr] = note: for more information, see issue #50504 Nov 30 04:29:36.106 INFO [stderr] Nov 30 04:29:36.106 INFO [stderr] warning: cannot find type `id` in this scope Nov 30 04:29:36.106 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 30 04:29:36.106 INFO [stderr] | Nov 30 04:29:36.106 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 30 04:29:36.106 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 30 04:29:36.106 INFO [stderr] | Nov 30 04:29:36.106 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 30 04:29:36.106 INFO [stderr] = note: for more information, see issue #50504 Nov 30 04:29:36.106 INFO [stderr] Nov 30 04:29:36.106 INFO [stderr] warning: cannot find type `title` in this scope Nov 30 04:29:36.106 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 30 04:29:36.106 INFO [stderr] | Nov 30 04:29:36.106 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 30 04:29:36.106 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 30 04:29:36.106 INFO [stderr] | Nov 30 04:29:36.106 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 30 04:29:36.106 INFO [stderr] = note: for more information, see issue #50504 Nov 30 04:29:36.106 INFO [stderr] Nov 30 04:29:36.107 INFO [stderr] warning: cannot find type `body` in this scope Nov 30 04:29:36.107 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 30 04:29:36.107 INFO [stderr] | Nov 30 04:29:36.107 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 30 04:29:36.107 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 30 04:29:36.107 INFO [stderr] | Nov 30 04:29:36.107 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 30 04:29:36.107 INFO [stderr] = note: for more information, see issue #50504 Nov 30 04:29:36.107 INFO [stderr] Nov 30 04:29:36.107 INFO [stderr] warning: cannot find type `published` in this scope Nov 30 04:29:36.107 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 30 04:29:36.107 INFO [stderr] | Nov 30 04:29:36.107 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 30 04:29:36.107 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 30 04:29:36.107 INFO [stderr] | Nov 30 04:29:36.107 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 30 04:29:36.107 INFO [stderr] = note: for more information, see issue #50504 Nov 30 04:29:36.107 INFO [stderr] Nov 30 04:29:36.107 INFO [stderr] warning: cannot find type `created_at` in this scope Nov 30 04:29:36.107 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 30 04:29:36.107 INFO [stderr] | Nov 30 04:29:36.107 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 30 04:29:36.107 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 30 04:29:36.107 INFO [stderr] | Nov 30 04:29:36.107 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 30 04:29:36.107 INFO [stderr] = note: for more information, see issue #50504 Nov 30 04:29:36.107 INFO [stderr] Nov 30 04:29:36.107 INFO [stderr] warning: cannot find type `updated_at` in this scope Nov 30 04:29:36.107 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 30 04:29:36.107 INFO [stderr] | Nov 30 04:29:36.107 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 30 04:29:36.107 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 30 04:29:36.107 INFO [stderr] | Nov 30 04:29:36.107 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 30 04:29:36.107 INFO [stderr] = note: for more information, see issue #50504 Nov 30 04:29:36.107 INFO [stderr] Nov 30 04:29:36.236 INFO [stderr] warning: cannot find type `NaiveDateTime` in this scope Nov 30 04:29:36.237 INFO [stderr] --> src/db/models.rs:3:17 Nov 30 04:29:36.237 INFO [stderr] | Nov 30 04:29:36.237 INFO [stderr] 3 | #[derive(Debug, Queryable, Serialize, Deserialize)] Nov 30 04:29:36.237 INFO [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 30 04:29:36.238 INFO [stderr] | Nov 30 04:29:36.238 INFO [stderr] = note: #[warn(proc_macro_derive_resolution_fallback)] on by default Nov 30 04:29:36.239 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 30 04:29:36.239 INFO [stderr] = note: for more information, see issue #50504 Nov 30 04:29:36.239 INFO [stderr] Nov 30 04:29:36.240 INFO [stderr] warning: cannot find type `NaiveDateTime` in this scope Nov 30 04:29:36.240 INFO [stderr] --> src/db/models.rs:3:17 Nov 30 04:29:36.240 INFO [stderr] | Nov 30 04:29:36.240 INFO [stderr] 3 | #[derive(Debug, Queryable, Serialize, Deserialize)] Nov 30 04:29:36.241 INFO [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 30 04:29:36.241 INFO [stderr] | Nov 30 04:29:36.241 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 30 04:29:36.241 INFO [stderr] = note: for more information, see issue #50504 Nov 30 04:29:36.242 INFO [stderr] Nov 30 04:29:36.242 INFO [stderr] warning: cannot find type `BlogPost` in this scope Nov 30 04:29:36.242 INFO [stderr] --> src/db/models.rs:3:17 Nov 30 04:29:36.242 INFO [stderr] | Nov 30 04:29:36.243 INFO [stderr] 3 | #[derive(Debug, Queryable, Serialize, Deserialize)] Nov 30 04:29:36.243 INFO [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 30 04:29:36.243 INFO [stderr] | Nov 30 04:29:36.244 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 30 04:29:36.244 INFO [stderr] = note: for more information, see issue #50504 Nov 30 04:29:36.244 INFO [stderr] Nov 30 04:29:36.245 INFO [stderr] warning: cannot find type `blog_posts` in this scope Nov 30 04:29:36.246 INFO [stderr] --> src/db/models.rs:15:17 Nov 30 04:29:36.246 INFO [stderr] | Nov 30 04:29:36.246 INFO [stderr] 15 | #[derive(Debug, Insertable)] Nov 30 04:29:36.246 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 30 04:29:36.246 INFO [stderr] | Nov 30 04:29:36.246 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 30 04:29:36.246 INFO [stderr] = note: for more information, see issue #50504 Nov 30 04:29:36.246 INFO [stderr] Nov 30 04:29:36.247 INFO [stderr] warning: cannot find type `NewBlogPost` in this scope Nov 30 04:29:36.247 INFO [stderr] --> src/db/models.rs:15:17 Nov 30 04:29:36.247 INFO [stderr] | Nov 30 04:29:36.247 INFO [stderr] 15 | #[derive(Debug, Insertable)] Nov 30 04:29:36.247 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 30 04:29:36.247 INFO [stderr] | Nov 30 04:29:36.247 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 30 04:29:36.247 INFO [stderr] = note: for more information, see issue #50504 Nov 30 04:29:36.247 INFO [stderr] Nov 30 04:29:36.248 INFO [stderr] warning: cannot find type `table` in this scope Nov 30 04:29:36.248 INFO [stderr] --> <::diesel::macros::table_body macros>:165:33 Nov 30 04:29:36.248 INFO [stderr] | Nov 30 04:29:36.248 INFO [stderr] 165 | derive ( Debug , Clone , Copy , QueryId ) ] /// The actual table struct Nov 30 04:29:36.248 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 30 04:29:36.248 INFO [stderr] | Nov 30 04:29:36.248 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 30 04:29:36.248 INFO [stderr] = note: for more information, see issue #50504 Nov 30 04:29:36.248 INFO [stderr] Nov 30 04:29:36.249 INFO [stderr] warning: cannot find type `id` in this scope Nov 30 04:29:36.249 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 30 04:29:36.249 INFO [stderr] | Nov 30 04:29:36.249 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 30 04:29:36.249 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 30 04:29:36.249 INFO [stderr] | Nov 30 04:29:36.249 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 30 04:29:36.249 INFO [stderr] = note: for more information, see issue #50504 Nov 30 04:29:36.249 INFO [stderr] Nov 30 04:29:36.250 INFO [stderr] warning: cannot find type `title` in this scope Nov 30 04:29:36.250 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 30 04:29:36.250 INFO [stderr] | Nov 30 04:29:36.250 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 30 04:29:36.250 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 30 04:29:36.250 INFO [stderr] | Nov 30 04:29:36.250 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 30 04:29:36.250 INFO [stderr] = note: for more information, see issue #50504 Nov 30 04:29:36.250 INFO [stderr] Nov 30 04:29:36.251 INFO [stderr] warning: cannot find type `body` in this scope Nov 30 04:29:36.251 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 30 04:29:36.251 INFO [stderr] | Nov 30 04:29:36.251 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 30 04:29:36.251 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 30 04:29:36.251 INFO [stderr] | Nov 30 04:29:36.251 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 30 04:29:36.251 INFO [stderr] = note: for more information, see issue #50504 Nov 30 04:29:36.251 INFO [stderr] Nov 30 04:29:36.251 INFO [stderr] warning: cannot find type `published` in this scope Nov 30 04:29:36.251 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 30 04:29:36.251 INFO [stderr] | Nov 30 04:29:36.251 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 30 04:29:36.251 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 30 04:29:36.251 INFO [stderr] | Nov 30 04:29:36.252 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 30 04:29:36.252 INFO [stderr] = note: for more information, see issue #50504 Nov 30 04:29:36.252 INFO [stderr] Nov 30 04:29:36.252 INFO [stderr] warning: cannot find type `created_at` in this scope Nov 30 04:29:36.252 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 30 04:29:36.252 INFO [stderr] | Nov 30 04:29:36.252 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 30 04:29:36.252 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 30 04:29:36.252 INFO [stderr] | Nov 30 04:29:36.252 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 30 04:29:36.253 INFO [stderr] = note: for more information, see issue #50504 Nov 30 04:29:36.253 INFO [stderr] Nov 30 04:29:36.253 INFO [stderr] warning: cannot find type `updated_at` in this scope Nov 30 04:29:36.253 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 30 04:29:36.253 INFO [stderr] | Nov 30 04:29:36.253 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 30 04:29:36.253 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 30 04:29:36.253 INFO [stderr] | Nov 30 04:29:36.253 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 30 04:29:36.253 INFO [stderr] = note: for more information, see issue #50504 Nov 30 04:29:36.253 INFO [stderr] Nov 30 04:29:37.185 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 38s Nov 30 04:29:37.233 INFO [stderr] su: No module specific data is present Nov 30 04:29:38.789 INFO running `"docker" "inspect" "7b881ca19e0408204372a67ce349df24ff1539464668532c6b64a95fbb82910c"` Nov 30 04:29:39.138 INFO running `"docker" "rm" "-f" "7b881ca19e0408204372a67ce349df24ff1539464668532c6b64a95fbb82910c"` Nov 30 04:29:39.456 INFO [stdout] 7b881ca19e0408204372a67ce349df24ff1539464668532c6b64a95fbb82910c