Dec 13 20:55:12.275 INFO testing driftluo/MyBlog against try#aa49d8ef14939ddec0e34b346b60174a5673d48f for pr-56550 Dec 13 20:55:12.275 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56550/worker-1/try#aa49d8ef14939ddec0e34b346b60174a5673d48f:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-1/pr-56550/try#aa49d8ef14939ddec0e34b346b60174a5673d48f:/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 +aa49d8ef14939ddec0e34b346b60174a5673d48f-alt build --frozen" "-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"` Dec 13 20:55:12.952 INFO [stdout] 3f74fc7d1634afbfceb37d077826aa5ad58c3f27aa85c0af5b54ff2fb130b146 Dec 13 20:55:12.955 INFO running `"docker" "start" "-a" "3f74fc7d1634afbfceb37d077826aa5ad58c3f27aa85c0af5b54ff2fb130b146"` Dec 13 20:55:14.724 INFO [stderr] usermod: no changes Dec 13 20:55:15.146 INFO [stderr] Compiling typed-arena v1.4.0 Dec 13 20:55:15.146 INFO [stderr] Compiling entities v1.0.1 Dec 13 20:55:15.207 INFO [stderr] Compiling slug v0.1.3 Dec 13 20:55:15.207 INFO [stderr] Compiling rand v0.5.2 Dec 13 20:55:15.207 INFO [stderr] Compiling twoway v0.1.8 Dec 13 20:55:15.208 INFO [stderr] Compiling cookie v0.10.1 Dec 13 20:55:15.247 INFO [stderr] Compiling r2d2 v0.8.2 Dec 13 20:55:15.299 INFO [stderr] Compiling uuid v0.6.5 Dec 13 20:55:17.948 INFO [stderr] Compiling mime v0.2.6 Dec 13 20:55:18.116 INFO [stderr] Compiling pest_derive v1.0.7 Dec 13 20:55:20.352 INFO [stderr] Compiling diesel_derives v1.3.0 Dec 13 20:55:20.372 INFO [stderr] Compiling env_logger v0.4.3 Dec 13 20:55:20.417 INFO [stderr] Compiling redis v0.8.0 Dec 13 20:55:26.028 INFO [stderr] Compiling chrono v0.4.4 Dec 13 20:55:26.058 INFO [stderr] Compiling markup5ever v0.7.2 Dec 13 20:55:26.116 INFO [stderr] Compiling error-chain v0.10.0 Dec 13 20:55:33.139 INFO [stderr] Compiling hyper v0.10.13 Dec 13 20:55:33.199 INFO [stderr] Compiling string_cache v0.7.3 Dec 13 20:55:49.850 INFO [stderr] Compiling dotenv v0.10.1 Dec 13 20:55:50.379 INFO [stderr] Compiling r2d2_redis v0.7.0 Dec 13 20:55:50.480 INFO [stderr] Compiling tera v0.10.10 Dec 13 20:55:59.433 INFO [stderr] Compiling diesel v1.3.2 Dec 13 20:56:01.279 INFO [stderr] Compiling comrak v0.2.13 Dec 13 20:56:18.496 INFO [stderr] Compiling sapper v0.1.5 Dec 13 20:56:18.497 INFO [stderr] Compiling hyper-native-tls v0.2.4 Dec 13 20:56:27.388 INFO [stderr] Compiling html5ever v0.22.3 Dec 13 20:56:40.995 INFO [stderr] Compiling sapper_tmpl v0.1.2 Dec 13 20:56:41.591 INFO [stderr] Compiling sapper_query v0.1.1 Dec 13 20:56:41.591 INFO [stderr] Compiling sapper_body v0.1.1 Dec 13 20:56:41.591 INFO [stderr] Compiling sapper_logger v0.1.1 Dec 13 20:56:41.593 INFO [stderr] Compiling sapper_session v0.1.2 Dec 13 20:56:47.708 INFO [stderr] Compiling ammonia v1.1.0 Dec 13 20:56:51.660 INFO [stderr] Compiling sapper_std v0.1.7 Dec 13 20:57:33.329 INFO [stderr] Compiling blog v0.2.0 (/source) Dec 13 20:57:39.063 INFO [stderr] warning: cannot find type `relation` in this scope Dec 13 20:57:39.063 INFO [stderr] --> src/models/article_tag_relation.rs:9:10 Dec 13 20:57:39.063 INFO [stderr] | Dec 13 20:57:39.063 INFO [stderr] 9 | #[derive(Insertable, Debug, Clone, Deserialize, Serialize)] Dec 13 20:57:39.063 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 13 20:57:39.063 INFO [stderr] | Dec 13 20:57:39.063 INFO [stderr] = note: #[warn(proc_macro_derive_resolution_fallback)] on by default Dec 13 20:57:39.063 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! Dec 13 20:57:39.063 INFO [stderr] = note: for more information, see issue #50504 Dec 13 20:57:39.063 INFO [stderr] Dec 13 20:57:39.063 INFO [stderr] warning: cannot find type `Relations` in this scope Dec 13 20:57:39.063 INFO [stderr] --> src/models/article_tag_relation.rs:9:10 Dec 13 20:57:39.063 INFO [stderr] | Dec 13 20:57:39.063 INFO [stderr] 9 | #[derive(Insertable, Debug, Clone, Deserialize, Serialize)] Dec 13 20:57:39.063 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 13 20:57:39.063 INFO [stderr] | Dec 13 20:57:39.063 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! Dec 13 20:57:39.063 INFO [stderr] = note: for more information, see issue #50504 Dec 13 20:57:39.063 INFO [stderr] Dec 13 20:57:39.063 INFO [stderr] warning: cannot find type `relation` in this scope Dec 13 20:57:39.063 INFO [stderr] --> src/models/article_tag_relation.rs:9:10 Dec 13 20:57:39.063 INFO [stderr] | Dec 13 20:57:39.063 INFO [stderr] 9 | #[derive(Insertable, Debug, Clone, Deserialize, Serialize)] Dec 13 20:57:39.063 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 13 20:57:39.063 INFO [stderr] | Dec 13 20:57:39.063 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! Dec 13 20:57:39.063 INFO [stderr] = note: for more information, see issue #50504 Dec 13 20:57:39.063 INFO [stderr] Dec 13 20:57:39.068 INFO [stderr] warning: cannot find type `Uuid` in this scope Dec 13 20:57:39.068 INFO [stderr] --> src/models/article_tag_relation.rs:9:10 Dec 13 20:57:39.068 INFO [stderr] | Dec 13 20:57:39.068 INFO [stderr] 9 | #[derive(Insertable, Debug, Clone, Deserialize, Serialize)] Dec 13 20:57:39.068 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 13 20:57:39.068 INFO [stderr] | Dec 13 20:57:39.068 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! Dec 13 20:57:39.068 INFO [stderr] = note: for more information, see issue #50504 Dec 13 20:57:39.068 INFO [stderr] Dec 13 20:57:39.068 INFO [stderr] warning: cannot find type `Uuid` in this scope Dec 13 20:57:39.068 INFO [stderr] --> src/models/articles.rs:106:10 Dec 13 20:57:39.068 INFO [stderr] | Dec 13 20:57:39.068 INFO [stderr] 106 | #[derive(Queryable, Debug, Clone, Deserialize, Serialize, QueryableByName)] Dec 13 20:57:39.068 INFO [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 13 20:57:39.068 INFO [stderr] | Dec 13 20:57:39.068 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! Dec 13 20:57:39.068 INFO [stderr] = note: for more information, see issue #50504 Dec 13 20:57:39.068 INFO [stderr] Dec 13 20:57:39.068 INFO [stderr] warning: cannot find type `NaiveDateTime` in this scope Dec 13 20:57:39.068 INFO [stderr] --> src/models/articles.rs:106:10 Dec 13 20:57:39.068 INFO [stderr] | Dec 13 20:57:39.068 INFO [stderr] 106 | #[derive(Queryable, Debug, Clone, Deserialize, Serialize, QueryableByName)] Dec 13 20:57:39.068 INFO [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 13 20:57:39.068 INFO [stderr] | Dec 13 20:57:39.068 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! Dec 13 20:57:39.068 INFO [stderr] = note: for more information, see issue #50504 Dec 13 20:57:39.068 INFO [stderr] Dec 13 20:57:39.068 INFO [stderr] warning: cannot find type `ArticleList` in this scope Dec 13 20:57:39.068 INFO [stderr] --> src/models/articles.rs:106:10 Dec 13 20:57:39.068 INFO [stderr] | Dec 13 20:57:39.068 INFO [stderr] 106 | #[derive(Queryable, Debug, Clone, Deserialize, Serialize, QueryableByName)] Dec 13 20:57:39.068 INFO [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 13 20:57:39.068 INFO [stderr] | Dec 13 20:57:39.068 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! Dec 13 20:57:39.068 INFO [stderr] = note: for more information, see issue #50504 Dec 13 20:57:39.068 INFO [stderr] Dec 13 20:57:39.068 INFO [stderr] warning: cannot find type `Uuid` in this scope Dec 13 20:57:39.068 INFO [stderr] --> src/models/articles.rs:106:59 Dec 13 20:57:39.068 INFO [stderr] | Dec 13 20:57:39.068 INFO [stderr] 106 | #[derive(Queryable, Debug, Clone, Deserialize, Serialize, QueryableByName)] Dec 13 20:57:39.068 INFO [stderr] | ^^^^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 13 20:57:39.068 INFO [stderr] | Dec 13 20:57:39.068 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! Dec 13 20:57:39.068 INFO [stderr] = note: for more information, see issue #50504 Dec 13 20:57:39.068 INFO [stderr] Dec 13 20:57:39.068 INFO [stderr] warning: cannot find type `articles` in this scope Dec 13 20:57:39.068 INFO [stderr] --> src/models/articles.rs:106:59 Dec 13 20:57:39.068 INFO [stderr] | Dec 13 20:57:39.068 INFO [stderr] 106 | #[derive(Queryable, Debug, Clone, Deserialize, Serialize, QueryableByName)] Dec 13 20:57:39.068 INFO [stderr] | ^^^^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 13 20:57:39.068 INFO [stderr] | Dec 13 20:57:39.068 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! Dec 13 20:57:39.068 INFO [stderr] = note: for more information, see issue #50504 Dec 13 20:57:39.068 INFO [stderr] Dec 13 20:57:39.068 INFO [stderr] warning: cannot find type `NaiveDateTime` in this scope Dec 13 20:57:39.068 INFO [stderr] --> src/models/articles.rs:106:59 Dec 13 20:57:39.068 INFO [stderr] | Dec 13 20:57:39.068 INFO [stderr] 106 | #[derive(Queryable, Debug, Clone, Deserialize, Serialize, QueryableByName)] Dec 13 20:57:39.068 INFO [stderr] | ^^^^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 13 20:57:39.068 INFO [stderr] | Dec 13 20:57:39.068 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! Dec 13 20:57:39.068 INFO [stderr] = note: for more information, see issue #50504 Dec 13 20:57:39.068 INFO [stderr] Dec 13 20:57:39.068 INFO [stderr] warning: cannot find type `ArticleList` in this scope Dec 13 20:57:39.068 INFO [stderr] --> src/models/articles.rs:106:59 Dec 13 20:57:39.068 INFO [stderr] | Dec 13 20:57:39.068 INFO [stderr] 106 | #[derive(Queryable, Debug, Clone, Deserialize, Serialize, QueryableByName)] Dec 13 20:57:39.068 INFO [stderr] | ^^^^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 13 20:57:39.068 INFO [stderr] | Dec 13 20:57:39.068 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! Dec 13 20:57:39.068 INFO [stderr] = note: for more information, see issue #50504 Dec 13 20:57:39.068 INFO [stderr] Dec 13 20:57:39.068 INFO [stderr] warning: cannot find type `articles` in this scope Dec 13 20:57:39.068 INFO [stderr] --> src/models/articles.rs:168:10 Dec 13 20:57:39.068 INFO [stderr] | Dec 13 20:57:39.068 INFO [stderr] 168 | #[derive(Insertable, Debug, Clone)] Dec 13 20:57:39.068 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 13 20:57:39.068 INFO [stderr] | Dec 13 20:57:39.068 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! Dec 13 20:57:39.068 INFO [stderr] = note: for more information, see issue #50504 Dec 13 20:57:39.068 INFO [stderr] Dec 13 20:57:39.069 INFO [stderr] warning: cannot find type `InsertArticle` in this scope Dec 13 20:57:39.069 INFO [stderr] --> src/models/articles.rs:168:10 Dec 13 20:57:39.069 INFO [stderr] | Dec 13 20:57:39.069 INFO [stderr] 168 | #[derive(Insertable, Debug, Clone)] Dec 13 20:57:39.069 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 13 20:57:39.069 INFO [stderr] | Dec 13 20:57:39.069 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! Dec 13 20:57:39.069 INFO [stderr] = note: for more information, see issue #50504 Dec 13 20:57:39.069 INFO [stderr] Dec 13 20:57:39.069 INFO [stderr] warning: cannot find type `Uuid` in this scope Dec 13 20:57:39.069 INFO [stderr] --> src/models/articles.rs:258:10 Dec 13 20:57:39.069 INFO [stderr] | Dec 13 20:57:39.069 INFO [stderr] 258 | #[derive(Queryable, Debug, Clone)] Dec 13 20:57:39.069 INFO [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 13 20:57:39.069 INFO [stderr] | Dec 13 20:57:39.069 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! Dec 13 20:57:39.069 INFO [stderr] = note: for more information, see issue #50504 Dec 13 20:57:39.069 INFO [stderr] Dec 13 20:57:39.069 INFO [stderr] warning: cannot find type `NaiveDateTime` in this scope Dec 13 20:57:39.069 INFO [stderr] --> src/models/articles.rs:258:10 Dec 13 20:57:39.069 INFO [stderr] | Dec 13 20:57:39.069 INFO [stderr] 258 | #[derive(Queryable, Debug, Clone)] Dec 13 20:57:39.069 INFO [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 13 20:57:39.069 INFO [stderr] | Dec 13 20:57:39.069 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! Dec 13 20:57:39.069 INFO [stderr] = note: for more information, see issue #50504 Dec 13 20:57:39.069 INFO [stderr] Dec 13 20:57:39.069 INFO [stderr] warning: cannot find type `RawArticlesWithTag` in this scope Dec 13 20:57:39.069 INFO [stderr] --> src/models/articles.rs:258:10 Dec 13 20:57:39.069 INFO [stderr] | Dec 13 20:57:39.069 INFO [stderr] 258 | #[derive(Queryable, Debug, Clone)] Dec 13 20:57:39.069 INFO [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 13 20:57:39.069 INFO [stderr] | Dec 13 20:57:39.069 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! Dec 13 20:57:39.069 INFO [stderr] = note: for more information, see issue #50504 Dec 13 20:57:39.069 INFO [stderr] Dec 13 20:57:39.069 INFO [stderr] warning: cannot find type `Uuid` in this scope Dec 13 20:57:39.069 INFO [stderr] --> src/models/articles.rs:311:10 Dec 13 20:57:39.069 INFO [stderr] | Dec 13 20:57:39.069 INFO [stderr] 311 | #[derive(Queryable, Debug, Clone)] Dec 13 20:57:39.069 INFO [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 13 20:57:39.069 INFO [stderr] | Dec 13 20:57:39.069 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! Dec 13 20:57:39.069 INFO [stderr] = note: for more information, see issue #50504 Dec 13 20:57:39.069 INFO [stderr] Dec 13 20:57:39.069 INFO [stderr] warning: cannot find type `NaiveDateTime` in this scope Dec 13 20:57:39.069 INFO [stderr] --> src/models/articles.rs:311:10 Dec 13 20:57:39.069 INFO [stderr] | Dec 13 20:57:39.069 INFO [stderr] 311 | #[derive(Queryable, Debug, Clone)] Dec 13 20:57:39.069 INFO [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 13 20:57:39.069 INFO [stderr] | Dec 13 20:57:39.069 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! Dec 13 20:57:39.069 INFO [stderr] = note: for more information, see issue #50504 Dec 13 20:57:39.069 INFO [stderr] Dec 13 20:57:39.069 INFO [stderr] warning: cannot find type `Articles` in this scope Dec 13 20:57:39.069 INFO [stderr] --> src/models/articles.rs:311:10 Dec 13 20:57:39.069 INFO [stderr] | Dec 13 20:57:39.069 INFO [stderr] 311 | #[derive(Queryable, Debug, Clone)] Dec 13 20:57:39.069 INFO [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 13 20:57:39.069 INFO [stderr] | Dec 13 20:57:39.069 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! Dec 13 20:57:39.069 INFO [stderr] = note: for more information, see issue #50504 Dec 13 20:57:39.069 INFO [stderr] Dec 13 20:57:39.069 INFO [stderr] warning: cannot find type `PublishedStatistics` in this scope Dec 13 20:57:39.069 INFO [stderr] --> src/models/articles.rs:322:10 Dec 13 20:57:39.069 INFO [stderr] | Dec 13 20:57:39.069 INFO [stderr] 322 | #[derive(Queryable, Debug, Clone, Deserialize, Serialize, QueryableByName)] Dec 13 20:57:39.069 INFO [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 13 20:57:39.069 INFO [stderr] | Dec 13 20:57:39.069 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! Dec 13 20:57:39.069 INFO [stderr] = note: for more information, see issue #50504 Dec 13 20:57:39.069 INFO [stderr] Dec 13 20:57:39.069 INFO [stderr] warning: cannot find type `Text` in this scope Dec 13 20:57:39.069 INFO [stderr] --> src/models/articles.rs:322:59 Dec 13 20:57:39.069 INFO [stderr] | Dec 13 20:57:39.069 INFO [stderr] 322 | #[derive(Queryable, Debug, Clone, Deserialize, Serialize, QueryableByName)] Dec 13 20:57:39.069 INFO [stderr] | ^^^^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 13 20:57:39.069 INFO [stderr] | Dec 13 20:57:39.069 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! Dec 13 20:57:39.069 INFO [stderr] = note: for more information, see issue #50504 Dec 13 20:57:39.069 INFO [stderr] Dec 13 20:57:39.069 INFO [stderr] warning: cannot find type `BigInt` in this scope Dec 13 20:57:39.069 INFO [stderr] --> src/models/articles.rs:322:59 Dec 13 20:57:39.069 INFO [stderr] | Dec 13 20:57:39.069 INFO [stderr] 322 | #[derive(Queryable, Debug, Clone, Deserialize, Serialize, QueryableByName)] Dec 13 20:57:39.069 INFO [stderr] | ^^^^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 13 20:57:39.069 INFO [stderr] | Dec 13 20:57:39.069 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! Dec 13 20:57:39.069 INFO [stderr] = note: for more information, see issue #50504 Dec 13 20:57:39.069 INFO [stderr] Dec 13 20:57:39.069 INFO [stderr] warning: cannot find type `PublishedStatistics` in this scope Dec 13 20:57:39.069 INFO [stderr] --> src/models/articles.rs:322:59 Dec 13 20:57:39.069 INFO [stderr] | Dec 13 20:57:39.069 INFO [stderr] 322 | #[derive(Queryable, Debug, Clone, Deserialize, Serialize, QueryableByName)] Dec 13 20:57:39.069 INFO [stderr] | ^^^^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 13 20:57:39.069 INFO [stderr] | Dec 13 20:57:39.069 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! Dec 13 20:57:39.069 INFO [stderr] = note: for more information, see issue #50504 Dec 13 20:57:39.069 INFO [stderr] Dec 13 20:57:39.071 INFO [stderr] warning: cannot find type `Uuid` in this scope Dec 13 20:57:39.071 INFO [stderr] --> src/models/comment.rs:13:10 Dec 13 20:57:39.071 INFO [stderr] | Dec 13 20:57:39.071 INFO [stderr] 13 | #[derive(Queryable, Debug, Clone, Deserialize, Serialize, QueryableByName)] Dec 13 20:57:39.071 INFO [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 13 20:57:39.071 INFO [stderr] | Dec 13 20:57:39.071 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! Dec 13 20:57:39.071 INFO [stderr] = note: for more information, see issue #50504 Dec 13 20:57:39.071 INFO [stderr] Dec 13 20:57:39.071 INFO [stderr] warning: cannot find type `NaiveDateTime` in this scope Dec 13 20:57:39.071 INFO [stderr] --> src/models/comment.rs:13:10 Dec 13 20:57:39.071 INFO [stderr] | Dec 13 20:57:39.071 INFO [stderr] 13 | #[derive(Queryable, Debug, Clone, Deserialize, Serialize, QueryableByName)] Dec 13 20:57:39.071 INFO [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 13 20:57:39.071 INFO [stderr] | Dec 13 20:57:39.071 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! Dec 13 20:57:39.071 INFO [stderr] = note: for more information, see issue #50504 Dec 13 20:57:39.071 INFO [stderr] Dec 13 20:57:39.071 INFO [stderr] warning: cannot find type `Comments` in this scope Dec 13 20:57:39.071 INFO [stderr] --> src/models/comment.rs:13:10 Dec 13 20:57:39.071 INFO [stderr] | Dec 13 20:57:39.071 INFO [stderr] 13 | #[derive(Queryable, Debug, Clone, Deserialize, Serialize, QueryableByName)] Dec 13 20:57:39.071 INFO [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 13 20:57:39.071 INFO [stderr] | Dec 13 20:57:39.071 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! Dec 13 20:57:39.071 INFO [stderr] = note: for more information, see issue #50504 Dec 13 20:57:39.071 INFO [stderr] Dec 13 20:57:39.071 INFO [stderr] warning: cannot find type `Uuid` in this scope Dec 13 20:57:39.071 INFO [stderr] --> src/models/comment.rs:13:59 Dec 13 20:57:39.071 INFO [stderr] | Dec 13 20:57:39.071 INFO [stderr] 13 | #[derive(Queryable, Debug, Clone, Deserialize, Serialize, QueryableByName)] Dec 13 20:57:39.071 INFO [stderr] | ^^^^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 13 20:57:39.071 INFO [stderr] | Dec 13 20:57:39.071 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! Dec 13 20:57:39.071 INFO [stderr] = note: for more information, see issue #50504 Dec 13 20:57:39.071 INFO [stderr] Dec 13 20:57:39.072 INFO [stderr] warning: cannot find type `comments` in this scope Dec 13 20:57:39.072 INFO [stderr] --> src/models/comment.rs:13:59 Dec 13 20:57:39.072 INFO [stderr] | Dec 13 20:57:39.072 INFO [stderr] 13 | #[derive(Queryable, Debug, Clone, Deserialize, Serialize, QueryableByName)] Dec 13 20:57:39.072 INFO [stderr] | ^^^^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 13 20:57:39.072 INFO [stderr] | Dec 13 20:57:39.072 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! Dec 13 20:57:39.072 INFO [stderr] = note: for more information, see issue #50504 Dec 13 20:57:39.072 INFO [stderr] Dec 13 20:57:39.072 INFO [stderr] warning: cannot find type `Text` in this scope Dec 13 20:57:39.072 INFO [stderr] --> src/models/comment.rs:13:59 Dec 13 20:57:39.072 INFO [stderr] | Dec 13 20:57:39.072 INFO [stderr] 13 | #[derive(Queryable, Debug, Clone, Deserialize, Serialize, QueryableByName)] Dec 13 20:57:39.072 INFO [stderr] | ^^^^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 13 20:57:39.072 INFO [stderr] | Dec 13 20:57:39.072 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! Dec 13 20:57:39.072 INFO [stderr] = note: for more information, see issue #50504 Dec 13 20:57:39.073 INFO [stderr] Dec 13 20:57:39.073 INFO [stderr] warning: cannot find type `NaiveDateTime` in this scope Dec 13 20:57:39.073 INFO [stderr] --> src/models/comment.rs:13:59 Dec 13 20:57:39.073 INFO [stderr] | Dec 13 20:57:39.073 INFO [stderr] 13 | #[derive(Queryable, Debug, Clone, Deserialize, Serialize, QueryableByName)] Dec 13 20:57:39.073 INFO [stderr] | ^^^^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 13 20:57:39.073 INFO [stderr] | Dec 13 20:57:39.073 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! Dec 13 20:57:39.073 INFO [stderr] = note: for more information, see issue #50504 Dec 13 20:57:39.073 INFO [stderr] Dec 13 20:57:39.073 INFO [stderr] warning: cannot find type `Comments` in this scope Dec 13 20:57:39.073 INFO [stderr] --> src/models/comment.rs:13:59 Dec 13 20:57:39.073 INFO [stderr] | Dec 13 20:57:39.073 INFO [stderr] 13 | #[derive(Queryable, Debug, Clone, Deserialize, Serialize, QueryableByName)] Dec 13 20:57:39.073 INFO [stderr] | ^^^^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 13 20:57:39.073 INFO [stderr] | Dec 13 20:57:39.073 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! Dec 13 20:57:39.073 INFO [stderr] = note: for more information, see issue #50504 Dec 13 20:57:39.073 INFO [stderr] Dec 13 20:57:39.073 INFO [stderr] warning: cannot find type `comments` in this scope Dec 13 20:57:39.073 INFO [stderr] --> src/models/comment.rs:53:10 Dec 13 20:57:39.073 INFO [stderr] | Dec 13 20:57:39.073 INFO [stderr] 53 | #[derive(Insertable, Debug, Clone)] Dec 13 20:57:39.073 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 13 20:57:39.073 INFO [stderr] | Dec 13 20:57:39.073 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! Dec 13 20:57:39.073 INFO [stderr] = note: for more information, see issue #50504 Dec 13 20:57:39.073 INFO [stderr] Dec 13 20:57:39.073 INFO [stderr] warning: cannot find type `InsertComments` in this scope Dec 13 20:57:39.073 INFO [stderr] --> src/models/comment.rs:53:10 Dec 13 20:57:39.073 INFO [stderr] | Dec 13 20:57:39.073 INFO [stderr] 53 | #[derive(Insertable, Debug, Clone)] Dec 13 20:57:39.073 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 13 20:57:39.073 INFO [stderr] | Dec 13 20:57:39.073 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! Dec 13 20:57:39.073 INFO [stderr] = note: for more information, see issue #50504 Dec 13 20:57:39.073 INFO [stderr] Dec 13 20:57:39.073 INFO [stderr] warning: cannot find type `Uuid` in this scope Dec 13 20:57:39.073 INFO [stderr] --> src/models/comment.rs:53:10 Dec 13 20:57:39.073 INFO [stderr] | Dec 13 20:57:39.073 INFO [stderr] 53 | #[derive(Insertable, Debug, Clone)] Dec 13 20:57:39.073 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 13 20:57:39.073 INFO [stderr] | Dec 13 20:57:39.073 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! Dec 13 20:57:39.073 INFO [stderr] = note: for more information, see issue #50504 Dec 13 20:57:39.073 INFO [stderr] Dec 13 20:57:39.073 INFO [stderr] warning: cannot find type `Uuid` in this scope Dec 13 20:57:39.073 INFO [stderr] --> src/models/tag.rs:10:10 Dec 13 20:57:39.073 INFO [stderr] | Dec 13 20:57:39.073 INFO [stderr] 10 | #[derive(Queryable, Debug, Clone, Deserialize, Serialize)] Dec 13 20:57:39.073 INFO [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 13 20:57:39.073 INFO [stderr] | Dec 13 20:57:39.073 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! Dec 13 20:57:39.073 INFO [stderr] = note: for more information, see issue #50504 Dec 13 20:57:39.073 INFO [stderr] Dec 13 20:57:39.073 INFO [stderr] warning: cannot find type `Tags` in this scope Dec 13 20:57:39.073 INFO [stderr] --> src/models/tag.rs:10:10 Dec 13 20:57:39.073 INFO [stderr] | Dec 13 20:57:39.073 INFO [stderr] 10 | #[derive(Queryable, Debug, Clone, Deserialize, Serialize)] Dec 13 20:57:39.073 INFO [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 13 20:57:39.073 INFO [stderr] | Dec 13 20:57:39.073 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! Dec 13 20:57:39.073 INFO [stderr] = note: for more information, see issue #50504 Dec 13 20:57:39.073 INFO [stderr] Dec 13 20:57:39.073 INFO [stderr] warning: cannot find type `Uuid` in this scope Dec 13 20:57:39.073 INFO [stderr] --> src/models/tag.rs:49:10 Dec 13 20:57:39.073 INFO [stderr] | Dec 13 20:57:39.073 INFO [stderr] 49 | #[derive(Queryable, Debug, Clone, Deserialize, Serialize, QueryableByName)] Dec 13 20:57:39.073 INFO [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 13 20:57:39.073 INFO [stderr] | Dec 13 20:57:39.073 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! Dec 13 20:57:39.073 INFO [stderr] = note: for more information, see issue #50504 Dec 13 20:57:39.073 INFO [stderr] Dec 13 20:57:39.073 INFO [stderr] warning: cannot find type `TagCount` in this scope Dec 13 20:57:39.073 INFO [stderr] --> src/models/tag.rs:49:10 Dec 13 20:57:39.073 INFO [stderr] | Dec 13 20:57:39.073 INFO [stderr] 49 | #[derive(Queryable, Debug, Clone, Deserialize, Serialize, QueryableByName)] Dec 13 20:57:39.073 INFO [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 13 20:57:39.073 INFO [stderr] | Dec 13 20:57:39.073 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! Dec 13 20:57:39.073 INFO [stderr] = note: for more information, see issue #50504 Dec 13 20:57:39.074 INFO [stderr] Dec 13 20:57:39.074 INFO [stderr] warning: cannot find type `Uuid` in this scope Dec 13 20:57:39.074 INFO [stderr] --> src/models/tag.rs:49:59 Dec 13 20:57:39.074 INFO [stderr] | Dec 13 20:57:39.074 INFO [stderr] 49 | #[derive(Queryable, Debug, Clone, Deserialize, Serialize, QueryableByName)] Dec 13 20:57:39.074 INFO [stderr] | ^^^^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 13 20:57:39.074 INFO [stderr] | Dec 13 20:57:39.074 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! Dec 13 20:57:39.074 INFO [stderr] = note: for more information, see issue #50504 Dec 13 20:57:39.074 INFO [stderr] Dec 13 20:57:39.074 INFO [stderr] warning: cannot find type `sql_uuid` in this scope Dec 13 20:57:39.074 INFO [stderr] --> src/models/tag.rs:49:59 Dec 13 20:57:39.074 INFO [stderr] | Dec 13 20:57:39.074 INFO [stderr] 49 | #[derive(Queryable, Debug, Clone, Deserialize, Serialize, QueryableByName)] Dec 13 20:57:39.074 INFO [stderr] | ^^^^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 13 20:57:39.074 INFO [stderr] | Dec 13 20:57:39.074 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! Dec 13 20:57:39.074 INFO [stderr] = note: for more information, see issue #50504 Dec 13 20:57:39.074 INFO [stderr] Dec 13 20:57:39.074 INFO [stderr] warning: cannot find type `Text` in this scope Dec 13 20:57:39.074 INFO [stderr] --> src/models/tag.rs:49:59 Dec 13 20:57:39.074 INFO [stderr] | Dec 13 20:57:39.074 INFO [stderr] 49 | #[derive(Queryable, Debug, Clone, Deserialize, Serialize, QueryableByName)] Dec 13 20:57:39.074 INFO [stderr] | ^^^^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 13 20:57:39.074 INFO [stderr] | Dec 13 20:57:39.074 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! Dec 13 20:57:39.074 INFO [stderr] = note: for more information, see issue #50504 Dec 13 20:57:39.074 INFO [stderr] Dec 13 20:57:39.074 INFO [stderr] warning: cannot find type `BigInt` in this scope Dec 13 20:57:39.074 INFO [stderr] --> src/models/tag.rs:49:59 Dec 13 20:57:39.074 INFO [stderr] | Dec 13 20:57:39.074 INFO [stderr] 49 | #[derive(Queryable, Debug, Clone, Deserialize, Serialize, QueryableByName)] Dec 13 20:57:39.074 INFO [stderr] | ^^^^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 13 20:57:39.074 INFO [stderr] | Dec 13 20:57:39.074 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! Dec 13 20:57:39.074 INFO [stderr] = note: for more information, see issue #50504 Dec 13 20:57:39.074 INFO [stderr] Dec 13 20:57:39.074 INFO [stderr] warning: cannot find type `TagCount` in this scope Dec 13 20:57:39.074 INFO [stderr] --> src/models/tag.rs:49:59 Dec 13 20:57:39.074 INFO [stderr] | Dec 13 20:57:39.074 INFO [stderr] 49 | #[derive(Queryable, Debug, Clone, Deserialize, Serialize, QueryableByName)] Dec 13 20:57:39.074 INFO [stderr] | ^^^^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 13 20:57:39.074 INFO [stderr] | Dec 13 20:57:39.074 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! Dec 13 20:57:39.074 INFO [stderr] = note: for more information, see issue #50504 Dec 13 20:57:39.074 INFO [stderr] Dec 13 20:57:39.074 INFO [stderr] warning: cannot find type `tags` in this scope Dec 13 20:57:39.074 INFO [stderr] --> src/models/tag.rs:84:10 Dec 13 20:57:39.074 INFO [stderr] | Dec 13 20:57:39.074 INFO [stderr] 84 | #[derive(Insertable, Debug, Clone, Deserialize, Serialize)] Dec 13 20:57:39.074 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 13 20:57:39.074 INFO [stderr] | Dec 13 20:57:39.074 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! Dec 13 20:57:39.074 INFO [stderr] = note: for more information, see issue #50504 Dec 13 20:57:39.074 INFO [stderr] Dec 13 20:57:39.074 INFO [stderr] warning: cannot find type `NewTag` in this scope Dec 13 20:57:39.074 INFO [stderr] --> src/models/tag.rs:84:10 Dec 13 20:57:39.074 INFO [stderr] | Dec 13 20:57:39.074 INFO [stderr] 84 | #[derive(Insertable, Debug, Clone, Deserialize, Serialize)] Dec 13 20:57:39.074 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 13 20:57:39.074 INFO [stderr] | Dec 13 20:57:39.074 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! Dec 13 20:57:39.074 INFO [stderr] = note: for more information, see issue #50504 Dec 13 20:57:39.074 INFO [stderr] Dec 13 20:57:39.074 INFO [stderr] warning: cannot find type `Uuid` in this scope Dec 13 20:57:39.074 INFO [stderr] --> src/models/user.rs:15:10 Dec 13 20:57:39.074 INFO [stderr] | Dec 13 20:57:39.074 INFO [stderr] 15 | #[derive(Queryable, Debug, Clone, Deserialize, Serialize)] Dec 13 20:57:39.074 INFO [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 13 20:57:39.074 INFO [stderr] | Dec 13 20:57:39.074 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! Dec 13 20:57:39.074 INFO [stderr] = note: for more information, see issue #50504 Dec 13 20:57:39.074 INFO [stderr] Dec 13 20:57:39.074 INFO [stderr] warning: cannot find type `NaiveDateTime` in this scope Dec 13 20:57:39.074 INFO [stderr] --> src/models/user.rs:15:10 Dec 13 20:57:39.074 INFO [stderr] | Dec 13 20:57:39.074 INFO [stderr] 15 | #[derive(Queryable, Debug, Clone, Deserialize, Serialize)] Dec 13 20:57:39.074 INFO [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 13 20:57:39.074 INFO [stderr] | Dec 13 20:57:39.074 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! Dec 13 20:57:39.074 INFO [stderr] = note: for more information, see issue #50504 Dec 13 20:57:39.074 INFO [stderr] Dec 13 20:57:39.074 INFO [stderr] warning: cannot find type `Users` in this scope Dec 13 20:57:39.074 INFO [stderr] --> src/models/user.rs:15:10 Dec 13 20:57:39.074 INFO [stderr] | Dec 13 20:57:39.074 INFO [stderr] 15 | #[derive(Queryable, Debug, Clone, Deserialize, Serialize)] Dec 13 20:57:39.075 INFO [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 13 20:57:39.075 INFO [stderr] | Dec 13 20:57:39.075 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! Dec 13 20:57:39.075 INFO [stderr] = note: for more information, see issue #50504 Dec 13 20:57:39.075 INFO [stderr] Dec 13 20:57:39.075 INFO [stderr] warning: cannot find type `users` in this scope Dec 13 20:57:39.075 INFO [stderr] --> src/models/user.rs:80:10 Dec 13 20:57:39.075 INFO [stderr] | Dec 13 20:57:39.075 INFO [stderr] 80 | #[derive(Insertable, Debug, Clone, Deserialize, Serialize)] Dec 13 20:57:39.075 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 13 20:57:39.075 INFO [stderr] | Dec 13 20:57:39.075 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! Dec 13 20:57:39.075 INFO [stderr] = note: for more information, see issue #50504 Dec 13 20:57:39.075 INFO [stderr] Dec 13 20:57:39.075 INFO [stderr] warning: cannot find type `NewUser` in this scope Dec 13 20:57:39.075 INFO [stderr] --> src/models/user.rs:80:10 Dec 13 20:57:39.075 INFO [stderr] | Dec 13 20:57:39.075 INFO [stderr] 80 | #[derive(Insertable, Debug, Clone, Deserialize, Serialize)] Dec 13 20:57:39.075 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 13 20:57:39.075 INFO [stderr] | Dec 13 20:57:39.075 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! Dec 13 20:57:39.075 INFO [stderr] = note: for more information, see issue #50504 Dec 13 20:57:39.075 INFO [stderr] Dec 13 20:57:39.075 INFO [stderr] warning: cannot find type `Uuid` in this scope Dec 13 20:57:39.075 INFO [stderr] --> src/models/user.rs:157:10 Dec 13 20:57:39.075 INFO [stderr] | Dec 13 20:57:39.075 INFO [stderr] 157 | #[derive(Queryable, Debug, Clone, Deserialize, Serialize)] Dec 13 20:57:39.075 INFO [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 13 20:57:39.075 INFO [stderr] | Dec 13 20:57:39.075 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! Dec 13 20:57:39.075 INFO [stderr] = note: for more information, see issue #50504 Dec 13 20:57:39.075 INFO [stderr] Dec 13 20:57:39.075 INFO [stderr] warning: cannot find type `NaiveDateTime` in this scope Dec 13 20:57:39.075 INFO [stderr] --> src/models/user.rs:157:10 Dec 13 20:57:39.075 INFO [stderr] | Dec 13 20:57:39.075 INFO [stderr] 157 | #[derive(Queryable, Debug, Clone, Deserialize, Serialize)] Dec 13 20:57:39.075 INFO [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 13 20:57:39.075 INFO [stderr] | Dec 13 20:57:39.075 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! Dec 13 20:57:39.075 INFO [stderr] = note: for more information, see issue #50504 Dec 13 20:57:39.075 INFO [stderr] Dec 13 20:57:39.075 INFO [stderr] warning: cannot find type `UserInfo` in this scope Dec 13 20:57:39.075 INFO [stderr] --> src/models/user.rs:157:10 Dec 13 20:57:39.075 INFO [stderr] | Dec 13 20:57:39.075 INFO [stderr] 157 | #[derive(Queryable, Debug, Clone, Deserialize, Serialize)] Dec 13 20:57:39.075 INFO [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 13 20:57:39.075 INFO [stderr] | Dec 13 20:57:39.075 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! Dec 13 20:57:39.075 INFO [stderr] = note: for more information, see issue #50504 Dec 13 20:57:39.075 INFO [stderr] Dec 13 20:57:39.076 INFO [stderr] warning: cannot find type `table` in this scope Dec 13 20:57:39.076 INFO [stderr] --> <::diesel::macros::table_body macros>:165:33 Dec 13 20:57:39.076 INFO [stderr] | Dec 13 20:57:39.076 INFO [stderr] 165 | derive ( Debug , Clone , Copy , QueryId ) ] /// The actual table struct Dec 13 20:57:39.076 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 13 20:57:39.076 INFO [stderr] | Dec 13 20:57:39.076 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! Dec 13 20:57:39.076 INFO [stderr] = note: for more information, see issue #50504 Dec 13 20:57:39.076 INFO [stderr] Dec 13 20:57:39.076 INFO [stderr] warning: cannot find type `id` in this scope Dec 13 20:57:39.076 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 13 20:57:39.076 INFO [stderr] | Dec 13 20:57:39.076 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 13 20:57:39.076 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 13 20:57:39.076 INFO [stderr] | Dec 13 20:57:39.076 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! Dec 13 20:57:39.076 INFO [stderr] = note: for more information, see issue #50504 Dec 13 20:57:39.076 INFO [stderr] Dec 13 20:57:39.076 INFO [stderr] warning: cannot find type `title` in this scope Dec 13 20:57:39.076 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 13 20:57:39.076 INFO [stderr] | Dec 13 20:57:39.076 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 13 20:57:39.076 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 13 20:57:39.079 INFO [stderr] | Dec 13 20:57:39.079 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! Dec 13 20:57:39.079 INFO [stderr] = note: for more information, see issue #50504 Dec 13 20:57:39.079 INFO [stderr] Dec 13 20:57:39.095 INFO [stderr] warning: cannot find type `raw_content` in this scope Dec 13 20:57:39.095 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 13 20:57:39.095 INFO [stderr] | Dec 13 20:57:39.095 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 13 20:57:39.095 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 13 20:57:39.095 INFO [stderr] | Dec 13 20:57:39.095 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! Dec 13 20:57:39.095 INFO [stderr] = note: for more information, see issue #50504 Dec 13 20:57:39.095 INFO [stderr] Dec 13 20:57:39.095 INFO [stderr] warning: cannot find type `content` in this scope Dec 13 20:57:39.095 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 13 20:57:39.095 INFO [stderr] | Dec 13 20:57:39.095 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 13 20:57:39.095 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 13 20:57:39.095 INFO [stderr] | Dec 13 20:57:39.095 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! Dec 13 20:57:39.095 INFO [stderr] = note: for more information, see issue #50504 Dec 13 20:57:39.095 INFO [stderr] Dec 13 20:57:39.095 INFO [stderr] warning: cannot find type `published` in this scope Dec 13 20:57:39.095 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 13 20:57:39.095 INFO [stderr] | Dec 13 20:57:39.095 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 13 20:57:39.095 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 13 20:57:39.095 INFO [stderr] | Dec 13 20:57:39.095 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! Dec 13 20:57:39.095 INFO [stderr] = note: for more information, see issue #50504 Dec 13 20:57:39.095 INFO [stderr] Dec 13 20:57:39.095 INFO [stderr] warning: cannot find type `tags_id` in this scope Dec 13 20:57:39.095 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 13 20:57:39.095 INFO [stderr] | Dec 13 20:57:39.095 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 13 20:57:39.095 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 13 20:57:39.095 INFO [stderr] | Dec 13 20:57:39.095 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! Dec 13 20:57:39.095 INFO [stderr] = note: for more information, see issue #50504 Dec 13 20:57:39.095 INFO [stderr] Dec 13 20:57:39.095 INFO [stderr] warning: cannot find type `tags` in this scope Dec 13 20:57:39.095 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 13 20:57:39.095 INFO [stderr] | Dec 13 20:57:39.095 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 13 20:57:39.095 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 13 20:57:39.095 INFO [stderr] | Dec 13 20:57:39.095 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! Dec 13 20:57:39.095 INFO [stderr] = note: for more information, see issue #50504 Dec 13 20:57:39.095 INFO [stderr] Dec 13 20:57:39.095 INFO [stderr] warning: cannot find type `create_time` in this scope Dec 13 20:57:39.095 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 13 20:57:39.095 INFO [stderr] | Dec 13 20:57:39.095 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 13 20:57:39.095 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 13 20:57:39.095 INFO [stderr] | Dec 13 20:57:39.095 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! Dec 13 20:57:39.095 INFO [stderr] = note: for more information, see issue #50504 Dec 13 20:57:39.095 INFO [stderr] Dec 13 20:57:39.095 INFO [stderr] warning: cannot find type `modify_time` in this scope Dec 13 20:57:39.095 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 13 20:57:39.095 INFO [stderr] | Dec 13 20:57:39.095 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 13 20:57:39.095 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 13 20:57:39.095 INFO [stderr] | Dec 13 20:57:39.095 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! Dec 13 20:57:39.095 INFO [stderr] = note: for more information, see issue #50504 Dec 13 20:57:39.095 INFO [stderr] Dec 13 20:57:39.095 INFO [stderr] warning: cannot find type `account` in this scope Dec 13 20:57:39.095 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 13 20:57:39.095 INFO [stderr] | Dec 13 20:57:39.095 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 13 20:57:39.095 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 13 20:57:39.095 INFO [stderr] | Dec 13 20:57:39.095 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! Dec 13 20:57:39.095 INFO [stderr] = note: for more information, see issue #50504 Dec 13 20:57:39.095 INFO [stderr] Dec 13 20:57:39.095 INFO [stderr] warning: cannot find type `github` in this scope Dec 13 20:57:39.095 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 13 20:57:39.095 INFO [stderr] | Dec 13 20:57:39.095 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 13 20:57:39.095 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 13 20:57:39.095 INFO [stderr] | Dec 13 20:57:39.095 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! Dec 13 20:57:39.095 INFO [stderr] = note: for more information, see issue #50504 Dec 13 20:57:39.095 INFO [stderr] Dec 13 20:57:39.095 INFO [stderr] warning: cannot find type `password` in this scope Dec 13 20:57:39.096 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 13 20:57:39.096 INFO [stderr] | Dec 13 20:57:39.096 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 13 20:57:39.096 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 13 20:57:39.096 INFO [stderr] | Dec 13 20:57:39.096 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! Dec 13 20:57:39.096 INFO [stderr] = note: for more information, see issue #50504 Dec 13 20:57:39.096 INFO [stderr] Dec 13 20:57:39.096 INFO [stderr] warning: cannot find type `salt` in this scope Dec 13 20:57:39.096 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 13 20:57:39.096 INFO [stderr] | Dec 13 20:57:39.096 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 13 20:57:39.096 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 13 20:57:39.096 INFO [stderr] | Dec 13 20:57:39.096 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! Dec 13 20:57:39.096 INFO [stderr] = note: for more information, see issue #50504 Dec 13 20:57:39.096 INFO [stderr] Dec 13 20:57:39.096 INFO [stderr] warning: cannot find type `groups` in this scope Dec 13 20:57:39.096 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 13 20:57:39.096 INFO [stderr] | Dec 13 20:57:39.096 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 13 20:57:39.096 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 13 20:57:39.096 INFO [stderr] | Dec 13 20:57:39.096 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! Dec 13 20:57:39.096 INFO [stderr] = note: for more information, see issue #50504 Dec 13 20:57:39.096 INFO [stderr] Dec 13 20:57:39.096 INFO [stderr] warning: cannot find type `nickname` in this scope Dec 13 20:57:39.096 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 13 20:57:39.096 INFO [stderr] | Dec 13 20:57:39.096 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 13 20:57:39.096 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 13 20:57:39.096 INFO [stderr] | Dec 13 20:57:39.096 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! Dec 13 20:57:39.096 INFO [stderr] = note: for more information, see issue #50504 Dec 13 20:57:39.096 INFO [stderr] Dec 13 20:57:39.096 INFO [stderr] warning: cannot find type `say` in this scope Dec 13 20:57:39.096 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 13 20:57:39.096 INFO [stderr] | Dec 13 20:57:39.096 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 13 20:57:39.096 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 13 20:57:39.096 INFO [stderr] | Dec 13 20:57:39.096 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! Dec 13 20:57:39.096 INFO [stderr] = note: for more information, see issue #50504 Dec 13 20:57:39.096 INFO [stderr] Dec 13 20:57:39.096 INFO [stderr] warning: cannot find type `email` in this scope Dec 13 20:57:39.096 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 13 20:57:39.096 INFO [stderr] | Dec 13 20:57:39.096 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 13 20:57:39.096 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 13 20:57:39.096 INFO [stderr] | Dec 13 20:57:39.096 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! Dec 13 20:57:39.096 INFO [stderr] = note: for more information, see issue #50504 Dec 13 20:57:39.096 INFO [stderr] Dec 13 20:57:39.096 INFO [stderr] warning: cannot find type `disabled` in this scope Dec 13 20:57:39.096 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 13 20:57:39.096 INFO [stderr] | Dec 13 20:57:39.096 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 13 20:57:39.096 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 13 20:57:39.096 INFO [stderr] | Dec 13 20:57:39.096 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! Dec 13 20:57:39.096 INFO [stderr] = note: for more information, see issue #50504 Dec 13 20:57:39.096 INFO [stderr] Dec 13 20:57:39.096 INFO [stderr] warning: cannot find type `tag` in this scope Dec 13 20:57:39.096 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 13 20:57:39.096 INFO [stderr] | Dec 13 20:57:39.096 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 13 20:57:39.096 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 13 20:57:39.096 INFO [stderr] | Dec 13 20:57:39.096 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! Dec 13 20:57:39.096 INFO [stderr] = note: for more information, see issue #50504 Dec 13 20:57:39.096 INFO [stderr] Dec 13 20:57:39.096 INFO [stderr] warning: cannot find type `comment` in this scope Dec 13 20:57:39.096 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 13 20:57:39.096 INFO [stderr] | Dec 13 20:57:39.096 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 13 20:57:39.096 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 13 20:57:39.096 INFO [stderr] | Dec 13 20:57:39.096 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! Dec 13 20:57:39.096 INFO [stderr] = note: for more information, see issue #50504 Dec 13 20:57:39.096 INFO [stderr] Dec 13 20:57:39.096 INFO [stderr] warning: cannot find type `article_id` in this scope Dec 13 20:57:39.096 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 13 20:57:39.096 INFO [stderr] | Dec 13 20:57:39.096 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 13 20:57:39.096 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 13 20:57:39.096 INFO [stderr] | Dec 13 20:57:39.096 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! Dec 13 20:57:39.096 INFO [stderr] = note: for more information, see issue #50504 Dec 13 20:57:39.096 INFO [stderr] Dec 13 20:57:39.096 INFO [stderr] warning: cannot find type `user_id` in this scope Dec 13 20:57:39.097 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 13 20:57:39.097 INFO [stderr] | Dec 13 20:57:39.097 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 13 20:57:39.097 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 13 20:57:39.097 INFO [stderr] | Dec 13 20:57:39.097 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! Dec 13 20:57:39.097 INFO [stderr] = note: for more information, see issue #50504 Dec 13 20:57:39.097 INFO [stderr] Dec 13 20:57:39.097 INFO [stderr] warning: cannot find type `tag_id` in this scope Dec 13 20:57:39.097 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 13 20:57:39.097 INFO [stderr] | Dec 13 20:57:39.097 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 13 20:57:39.097 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 13 20:57:39.097 INFO [stderr] | Dec 13 20:57:39.097 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! Dec 13 20:57:39.097 INFO [stderr] = note: for more information, see issue #50504 Dec 13 20:57:39.097 INFO [stderr] Dec 13 20:58:02.970 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2m 48s Dec 13 20:58:02.990 INFO [stderr] su: No module specific data is present Dec 13 20:58:03.571 INFO running `"docker" "inspect" "3f74fc7d1634afbfceb37d077826aa5ad58c3f27aa85c0af5b54ff2fb130b146"` Dec 13 20:58:03.747 INFO running `"docker" "rm" "-f" "3f74fc7d1634afbfceb37d077826aa5ad58c3f27aa85c0af5b54ff2fb130b146"` Dec 13 20:58:04.023 INFO [stdout] 3f74fc7d1634afbfceb37d077826aa5ad58c3f27aa85c0af5b54ff2fb130b146 Dec 13 20:58:04.025 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56550/worker-1/try#aa49d8ef14939ddec0e34b346b60174a5673d48f:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-1/pr-56550/try#aa49d8ef14939ddec0e34b346b60174a5673d48f:/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 +aa49d8ef14939ddec0e34b346b60174a5673d48f-alt test --frozen --no-run" "-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"` Dec 13 20:58:04.452 INFO [stdout] 0b2a8407a1749d3ea1c8b326736f604cd3b180b2720669c42b9a641f97d5aa31 Dec 13 20:58:04.454 INFO running `"docker" "start" "-a" "0b2a8407a1749d3ea1c8b326736f604cd3b180b2720669c42b9a641f97d5aa31"` Dec 13 20:58:06.107 INFO [stderr] usermod: no changes Dec 13 20:58:06.559 INFO [stderr] Compiling blog v0.2.0 (/source) Dec 13 20:58:20.259 INFO [stderr] warning: cannot find type `relation` in this scope Dec 13 20:58:20.259 INFO [stderr] --> src/models/article_tag_relation.rs:9:10 Dec 13 20:58:20.259 INFO [stderr] | Dec 13 20:58:20.259 INFO [stderr] 9 | #[derive(Insertable, Debug, Clone, Deserialize, Serialize)] Dec 13 20:58:20.259 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 13 20:58:20.259 INFO [stderr] | Dec 13 20:58:20.259 INFO [stderr] = note: #[warn(proc_macro_derive_resolution_fallback)] on by default Dec 13 20:58:20.259 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! Dec 13 20:58:20.259 INFO [stderr] = note: for more information, see issue #50504 Dec 13 20:58:20.259 INFO [stderr] Dec 13 20:58:20.262 INFO [stderr] warning: cannot find type `Relations` in this scope Dec 13 20:58:20.263 INFO [stderr] --> src/models/article_tag_relation.rs:9:10 Dec 13 20:58:20.263 INFO [stderr] | Dec 13 20:58:20.263 INFO [stderr] 9 | #[derive(Insertable, Debug, Clone, Deserialize, Serialize)] Dec 13 20:58:20.263 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 13 20:58:20.263 INFO [stderr] | Dec 13 20:58:20.263 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! Dec 13 20:58:20.263 INFO [stderr] = note: for more information, see issue #50504 Dec 13 20:58:20.263 INFO [stderr] Dec 13 20:58:20.263 INFO [stderr] warning: cannot find type `relation` in this scope Dec 13 20:58:20.263 INFO [stderr] --> src/models/article_tag_relation.rs:9:10 Dec 13 20:58:20.263 INFO [stderr] | Dec 13 20:58:20.263 INFO [stderr] 9 | #[derive(Insertable, Debug, Clone, Deserialize, Serialize)] Dec 13 20:58:20.263 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 13 20:58:20.263 INFO [stderr] | Dec 13 20:58:20.263 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! Dec 13 20:58:20.263 INFO [stderr] = note: for more information, see issue #50504 Dec 13 20:58:20.263 INFO [stderr] Dec 13 20:58:20.263 INFO [stderr] warning: cannot find type `Uuid` in this scope Dec 13 20:58:20.263 INFO [stderr] --> src/models/article_tag_relation.rs:9:10 Dec 13 20:58:20.263 INFO [stderr] | Dec 13 20:58:20.263 INFO [stderr] 9 | #[derive(Insertable, Debug, Clone, Deserialize, Serialize)] Dec 13 20:58:20.263 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 13 20:58:20.263 INFO [stderr] | Dec 13 20:58:20.263 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! Dec 13 20:58:20.266 INFO [stderr] = note: for more information, see issue #50504 Dec 13 20:58:20.267 INFO [stderr] Dec 13 20:58:20.267 INFO [stderr] warning: cannot find type `Uuid` in this scope Dec 13 20:58:20.267 INFO [stderr] --> src/models/articles.rs:106:10 Dec 13 20:58:20.267 INFO [stderr] | Dec 13 20:58:20.267 INFO [stderr] 106 | #[derive(Queryable, Debug, Clone, Deserialize, Serialize, QueryableByName)] Dec 13 20:58:20.267 INFO [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 13 20:58:20.267 INFO [stderr] | Dec 13 20:58:20.267 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! Dec 13 20:58:20.267 INFO [stderr] = note: for more information, see issue #50504 Dec 13 20:58:20.267 INFO [stderr] Dec 13 20:58:20.267 INFO [stderr] warning: cannot find type `NaiveDateTime` in this scope Dec 13 20:58:20.270 INFO [stderr] --> src/models/articles.rs:106:10 Dec 13 20:58:20.271 INFO [stderr] | Dec 13 20:58:20.271 INFO [stderr] 106 | #[derive(Queryable, Debug, Clone, Deserialize, Serialize, QueryableByName)] Dec 13 20:58:20.271 INFO [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 13 20:58:20.271 INFO [stderr] | Dec 13 20:58:20.271 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! Dec 13 20:58:20.271 INFO [stderr] = note: for more information, see issue #50504 Dec 13 20:58:20.271 INFO [stderr] Dec 13 20:58:20.271 INFO [stderr] warning: cannot find type `ArticleList` in this scope Dec 13 20:58:20.271 INFO [stderr] --> src/models/articles.rs:106:10 Dec 13 20:58:20.271 INFO [stderr] | Dec 13 20:58:20.271 INFO [stderr] 106 | #[derive(Queryable, Debug, Clone, Deserialize, Serialize, QueryableByName)] Dec 13 20:58:20.271 INFO [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 13 20:58:20.271 INFO [stderr] | Dec 13 20:58:20.271 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! Dec 13 20:58:20.271 INFO [stderr] = note: for more information, see issue #50504 Dec 13 20:58:20.271 INFO [stderr] Dec 13 20:58:20.271 INFO [stderr] warning: cannot find type `Uuid` in this scope Dec 13 20:58:20.271 INFO [stderr] --> src/models/articles.rs:106:59 Dec 13 20:58:20.271 INFO [stderr] | Dec 13 20:58:20.271 INFO [stderr] 106 | #[derive(Queryable, Debug, Clone, Deserialize, Serialize, QueryableByName)] Dec 13 20:58:20.274 INFO [stderr] | ^^^^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 13 20:58:20.275 INFO [stderr] | Dec 13 20:58:20.275 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! Dec 13 20:58:20.275 INFO [stderr] = note: for more information, see issue #50504 Dec 13 20:58:20.275 INFO [stderr] Dec 13 20:58:20.275 INFO [stderr] warning: cannot find type `articles` in this scope Dec 13 20:58:20.275 INFO [stderr] --> src/models/articles.rs:106:59 Dec 13 20:58:20.275 INFO [stderr] | Dec 13 20:58:20.275 INFO [stderr] 106 | #[derive(Queryable, Debug, Clone, Deserialize, Serialize, QueryableByName)] Dec 13 20:58:20.275 INFO [stderr] | ^^^^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 13 20:58:20.275 INFO [stderr] | Dec 13 20:58:20.275 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! Dec 13 20:58:20.275 INFO [stderr] = note: for more information, see issue #50504 Dec 13 20:58:20.275 INFO [stderr] Dec 13 20:58:20.275 INFO [stderr] warning: cannot find type `NaiveDateTime` in this scope Dec 13 20:58:20.275 INFO [stderr] --> src/models/articles.rs:106:59 Dec 13 20:58:20.275 INFO [stderr] | Dec 13 20:58:20.275 INFO [stderr] 106 | #[derive(Queryable, Debug, Clone, Deserialize, Serialize, QueryableByName)] Dec 13 20:58:20.275 INFO [stderr] | ^^^^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 13 20:58:20.275 INFO [stderr] | Dec 13 20:58:20.275 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! Dec 13 20:58:20.278 INFO [stderr] = note: for more information, see issue #50504 Dec 13 20:58:20.279 INFO [stderr] Dec 13 20:58:20.279 INFO [stderr] warning: cannot find type `ArticleList` in this scope Dec 13 20:58:20.279 INFO [stderr] --> src/models/articles.rs:106:59 Dec 13 20:58:20.279 INFO [stderr] | Dec 13 20:58:20.279 INFO [stderr] 106 | #[derive(Queryable, Debug, Clone, Deserialize, Serialize, QueryableByName)] Dec 13 20:58:20.279 INFO [stderr] | ^^^^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 13 20:58:20.279 INFO [stderr] | Dec 13 20:58:20.279 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! Dec 13 20:58:20.279 INFO [stderr] = note: for more information, see issue #50504 Dec 13 20:58:20.279 INFO [stderr] Dec 13 20:58:20.279 INFO [stderr] warning: cannot find type `articles` in this scope Dec 13 20:58:20.279 INFO [stderr] --> src/models/articles.rs:168:10 Dec 13 20:58:20.279 INFO [stderr] | Dec 13 20:58:20.279 INFO [stderr] 168 | #[derive(Insertable, Debug, Clone)] Dec 13 20:58:20.279 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 13 20:58:20.279 INFO [stderr] | Dec 13 20:58:20.279 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! Dec 13 20:58:20.279 INFO [stderr] = note: for more information, see issue #50504 Dec 13 20:58:20.279 INFO [stderr] Dec 13 20:58:20.282 INFO [stderr] warning: cannot find type `InsertArticle` in this scope Dec 13 20:58:20.283 INFO [stderr] --> src/models/articles.rs:168:10 Dec 13 20:58:20.283 INFO [stderr] | Dec 13 20:58:20.283 INFO [stderr] 168 | #[derive(Insertable, Debug, Clone)] Dec 13 20:58:20.283 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 13 20:58:20.283 INFO [stderr] | Dec 13 20:58:20.283 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! Dec 13 20:58:20.283 INFO [stderr] = note: for more information, see issue #50504 Dec 13 20:58:20.283 INFO [stderr] Dec 13 20:58:20.283 INFO [stderr] warning: cannot find type `Uuid` in this scope Dec 13 20:58:20.283 INFO [stderr] --> src/models/articles.rs:258:10 Dec 13 20:58:20.283 INFO [stderr] | Dec 13 20:58:20.283 INFO [stderr] 258 | #[derive(Queryable, Debug, Clone)] Dec 13 20:58:20.283 INFO [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 13 20:58:20.286 INFO [stderr] | Dec 13 20:58:20.287 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! Dec 13 20:58:20.287 INFO [stderr] = note: for more information, see issue #50504 Dec 13 20:58:20.287 INFO [stderr] Dec 13 20:58:20.287 INFO [stderr] warning: cannot find type `NaiveDateTime` in this scope Dec 13 20:58:20.287 INFO [stderr] --> src/models/articles.rs:258:10 Dec 13 20:58:20.287 INFO [stderr] | Dec 13 20:58:20.287 INFO [stderr] 258 | #[derive(Queryable, Debug, Clone)] Dec 13 20:58:20.287 INFO [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 13 20:58:20.287 INFO [stderr] | Dec 13 20:58:20.287 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! Dec 13 20:58:20.287 INFO [stderr] = note: for more information, see issue #50504 Dec 13 20:58:20.287 INFO [stderr] Dec 13 20:58:20.287 INFO [stderr] warning: cannot find type `RawArticlesWithTag` in this scope Dec 13 20:58:20.287 INFO [stderr] --> src/models/articles.rs:258:10 Dec 13 20:58:20.287 INFO [stderr] | Dec 13 20:58:20.287 INFO [stderr] 258 | #[derive(Queryable, Debug, Clone)] Dec 13 20:58:20.287 INFO [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 13 20:58:20.287 INFO [stderr] | Dec 13 20:58:20.287 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! Dec 13 20:58:20.290 INFO [stderr] = note: for more information, see issue #50504 Dec 13 20:58:20.291 INFO [stderr] Dec 13 20:58:20.291 INFO [stderr] warning: cannot find type `Uuid` in this scope Dec 13 20:58:20.291 INFO [stderr] --> src/models/articles.rs:311:10 Dec 13 20:58:20.291 INFO [stderr] | Dec 13 20:58:20.291 INFO [stderr] 311 | #[derive(Queryable, Debug, Clone)] Dec 13 20:58:20.291 INFO [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 13 20:58:20.291 INFO [stderr] | Dec 13 20:58:20.291 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! Dec 13 20:58:20.291 INFO [stderr] = note: for more information, see issue #50504 Dec 13 20:58:20.291 INFO [stderr] Dec 13 20:58:20.291 INFO [stderr] warning: cannot find type `NaiveDateTime` in this scope Dec 13 20:58:20.291 INFO [stderr] --> src/models/articles.rs:311:10 Dec 13 20:58:20.291 INFO [stderr] | Dec 13 20:58:20.291 INFO [stderr] 311 | #[derive(Queryable, Debug, Clone)] Dec 13 20:58:20.291 INFO [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 13 20:58:20.291 INFO [stderr] | Dec 13 20:58:20.291 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! Dec 13 20:58:20.291 INFO [stderr] = note: for more information, see issue #50504 Dec 13 20:58:20.291 INFO [stderr] Dec 13 20:58:20.291 INFO [stderr] warning: cannot find type `Articles` in this scope Dec 13 20:58:20.291 INFO [stderr] --> src/models/articles.rs:311:10 Dec 13 20:58:20.291 INFO [stderr] | Dec 13 20:58:20.294 INFO [stderr] 311 | #[derive(Queryable, Debug, Clone)] Dec 13 20:58:20.295 INFO [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 13 20:58:20.295 INFO [stderr] | Dec 13 20:58:20.295 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! Dec 13 20:58:20.295 INFO [stderr] = note: for more information, see issue #50504 Dec 13 20:58:20.295 INFO [stderr] Dec 13 20:58:20.295 INFO [stderr] warning: cannot find type `PublishedStatistics` in this scope Dec 13 20:58:20.295 INFO [stderr] --> src/models/articles.rs:322:10 Dec 13 20:58:20.295 INFO [stderr] | Dec 13 20:58:20.295 INFO [stderr] 322 | #[derive(Queryable, Debug, Clone, Deserialize, Serialize, QueryableByName)] Dec 13 20:58:20.295 INFO [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 13 20:58:20.295 INFO [stderr] | Dec 13 20:58:20.295 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! Dec 13 20:58:20.295 INFO [stderr] = note: for more information, see issue #50504 Dec 13 20:58:20.295 INFO [stderr] Dec 13 20:58:20.295 INFO [stderr] warning: cannot find type `Text` in this scope Dec 13 20:58:20.295 INFO [stderr] --> src/models/articles.rs:322:59 Dec 13 20:58:20.298 INFO [stderr] | Dec 13 20:58:20.299 INFO [stderr] 322 | #[derive(Queryable, Debug, Clone, Deserialize, Serialize, QueryableByName)] Dec 13 20:58:20.299 INFO [stderr] | ^^^^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 13 20:58:20.299 INFO [stderr] | Dec 13 20:58:20.299 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! Dec 13 20:58:20.299 INFO [stderr] = note: for more information, see issue #50504 Dec 13 20:58:20.299 INFO [stderr] Dec 13 20:58:20.299 INFO [stderr] warning: cannot find type `BigInt` in this scope Dec 13 20:58:20.299 INFO [stderr] --> src/models/articles.rs:322:59 Dec 13 20:58:20.299 INFO [stderr] | Dec 13 20:58:20.299 INFO [stderr] 322 | #[derive(Queryable, Debug, Clone, Deserialize, Serialize, QueryableByName)] Dec 13 20:58:20.299 INFO [stderr] | ^^^^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 13 20:58:20.299 INFO [stderr] | Dec 13 20:58:20.299 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! Dec 13 20:58:20.299 INFO [stderr] = note: for more information, see issue #50504 Dec 13 20:58:20.299 INFO [stderr] Dec 13 20:58:20.299 INFO [stderr] warning: cannot find type `PublishedStatistics` in this scope Dec 13 20:58:20.302 INFO [stderr] --> src/models/articles.rs:322:59 Dec 13 20:58:20.302 INFO [stderr] | Dec 13 20:58:20.303 INFO [stderr] 322 | #[derive(Queryable, Debug, Clone, Deserialize, Serialize, QueryableByName)] Dec 13 20:58:20.303 INFO [stderr] | ^^^^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 13 20:58:20.303 INFO [stderr] | Dec 13 20:58:20.303 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! Dec 13 20:58:20.303 INFO [stderr] = note: for more information, see issue #50504 Dec 13 20:58:20.303 INFO [stderr] Dec 13 20:58:20.303 INFO [stderr] warning: cannot find type `Uuid` in this scope Dec 13 20:58:20.303 INFO [stderr] --> src/models/comment.rs:13:10 Dec 13 20:58:20.303 INFO [stderr] | Dec 13 20:58:20.303 INFO [stderr] 13 | #[derive(Queryable, Debug, Clone, Deserialize, Serialize, QueryableByName)] Dec 13 20:58:20.303 INFO [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 13 20:58:20.303 INFO [stderr] | Dec 13 20:58:20.303 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! Dec 13 20:58:20.303 INFO [stderr] = note: for more information, see issue #50504 Dec 13 20:58:20.303 INFO [stderr] Dec 13 20:58:20.306 INFO [stderr] warning: cannot find type `NaiveDateTime` in this scope Dec 13 20:58:20.306 INFO [stderr] --> src/models/comment.rs:13:10 Dec 13 20:58:20.307 INFO [stderr] | Dec 13 20:58:20.307 INFO [stderr] 13 | #[derive(Queryable, Debug, Clone, Deserialize, Serialize, QueryableByName)] Dec 13 20:58:20.307 INFO [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 13 20:58:20.307 INFO [stderr] | Dec 13 20:58:20.307 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! Dec 13 20:58:20.307 INFO [stderr] = note: for more information, see issue #50504 Dec 13 20:58:20.307 INFO [stderr] Dec 13 20:58:20.307 INFO [stderr] warning: cannot find type `Comments` in this scope Dec 13 20:58:20.307 INFO [stderr] --> src/models/comment.rs:13:10 Dec 13 20:58:20.307 INFO [stderr] | Dec 13 20:58:20.307 INFO [stderr] 13 | #[derive(Queryable, Debug, Clone, Deserialize, Serialize, QueryableByName)] Dec 13 20:58:20.307 INFO [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 13 20:58:20.307 INFO [stderr] | Dec 13 20:58:20.307 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! Dec 13 20:58:20.307 INFO [stderr] = note: for more information, see issue #50504 Dec 13 20:58:20.307 INFO [stderr] Dec 13 20:58:20.310 INFO [stderr] warning: cannot find type `Uuid` in this scope Dec 13 20:58:20.310 INFO [stderr] --> src/models/comment.rs:13:59 Dec 13 20:58:20.311 INFO [stderr] | Dec 13 20:58:20.311 INFO [stderr] 13 | #[derive(Queryable, Debug, Clone, Deserialize, Serialize, QueryableByName)] Dec 13 20:58:20.311 INFO [stderr] | ^^^^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 13 20:58:20.311 INFO [stderr] | Dec 13 20:58:20.311 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! Dec 13 20:58:20.311 INFO [stderr] = note: for more information, see issue #50504 Dec 13 20:58:20.311 INFO [stderr] Dec 13 20:58:20.311 INFO [stderr] warning: cannot find type `comments` in this scope Dec 13 20:58:20.311 INFO [stderr] --> src/models/comment.rs:13:59 Dec 13 20:58:20.311 INFO [stderr] | Dec 13 20:58:20.311 INFO [stderr] 13 | #[derive(Queryable, Debug, Clone, Deserialize, Serialize, QueryableByName)] Dec 13 20:58:20.311 INFO [stderr] | ^^^^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 13 20:58:20.311 INFO [stderr] | Dec 13 20:58:20.314 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! Dec 13 20:58:20.314 INFO [stderr] = note: for more information, see issue #50504 Dec 13 20:58:20.315 INFO [stderr] Dec 13 20:58:20.315 INFO [stderr] warning: cannot find type `Text` in this scope Dec 13 20:58:20.315 INFO [stderr] --> src/models/comment.rs:13:59 Dec 13 20:58:20.315 INFO [stderr] | Dec 13 20:58:20.315 INFO [stderr] 13 | #[derive(Queryable, Debug, Clone, Deserialize, Serialize, QueryableByName)] Dec 13 20:58:20.315 INFO [stderr] | ^^^^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 13 20:58:20.315 INFO [stderr] | Dec 13 20:58:20.315 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! Dec 13 20:58:20.315 INFO [stderr] = note: for more information, see issue #50504 Dec 13 20:58:20.315 INFO [stderr] Dec 13 20:58:20.315 INFO [stderr] warning: cannot find type `NaiveDateTime` in this scope Dec 13 20:58:20.315 INFO [stderr] --> src/models/comment.rs:13:59 Dec 13 20:58:20.315 INFO [stderr] | Dec 13 20:58:20.315 INFO [stderr] 13 | #[derive(Queryable, Debug, Clone, Deserialize, Serialize, QueryableByName)] Dec 13 20:58:20.315 INFO [stderr] | ^^^^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 13 20:58:20.315 INFO [stderr] | Dec 13 20:58:20.315 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! Dec 13 20:58:20.315 INFO [stderr] = note: for more information, see issue #50504 Dec 13 20:58:20.315 INFO [stderr] Dec 13 20:58:20.315 INFO [stderr] warning: cannot find type `Comments` in this scope Dec 13 20:58:20.315 INFO [stderr] --> src/models/comment.rs:13:59 Dec 13 20:58:20.315 INFO [stderr] | Dec 13 20:58:20.315 INFO [stderr] 13 | #[derive(Queryable, Debug, Clone, Deserialize, Serialize, QueryableByName)] Dec 13 20:58:20.315 INFO [stderr] | ^^^^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 13 20:58:20.315 INFO [stderr] | Dec 13 20:58:20.315 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! Dec 13 20:58:20.315 INFO [stderr] = note: for more information, see issue #50504 Dec 13 20:58:20.315 INFO [stderr] Dec 13 20:58:20.315 INFO [stderr] warning: cannot find type `comments` in this scope Dec 13 20:58:20.318 INFO [stderr] --> src/models/comment.rs:53:10 Dec 13 20:58:20.318 INFO [stderr] | Dec 13 20:58:20.319 INFO [stderr] 53 | #[derive(Insertable, Debug, Clone)] Dec 13 20:58:20.319 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 13 20:58:20.319 INFO [stderr] | Dec 13 20:58:20.319 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! Dec 13 20:58:20.319 INFO [stderr] = note: for more information, see issue #50504 Dec 13 20:58:20.319 INFO [stderr] Dec 13 20:58:20.319 INFO [stderr] warning: cannot find type `InsertComments` in this scope Dec 13 20:58:20.319 INFO [stderr] --> src/models/comment.rs:53:10 Dec 13 20:58:20.319 INFO [stderr] | Dec 13 20:58:20.319 INFO [stderr] 53 | #[derive(Insertable, Debug, Clone)] Dec 13 20:58:20.319 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 13 20:58:20.319 INFO [stderr] | Dec 13 20:58:20.319 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! Dec 13 20:58:20.319 INFO [stderr] = note: for more information, see issue #50504 Dec 13 20:58:20.319 INFO [stderr] Dec 13 20:58:20.319 INFO [stderr] warning: cannot find type `Uuid` in this scope Dec 13 20:58:20.319 INFO [stderr] --> src/models/comment.rs:53:10 Dec 13 20:58:20.319 INFO [stderr] | Dec 13 20:58:20.319 INFO [stderr] 53 | #[derive(Insertable, Debug, Clone)] Dec 13 20:58:20.319 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 13 20:58:20.319 INFO [stderr] | Dec 13 20:58:20.319 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! Dec 13 20:58:20.319 INFO [stderr] = note: for more information, see issue #50504 Dec 13 20:58:20.319 INFO [stderr] Dec 13 20:58:20.326 INFO [stderr] warning: cannot find type `Uuid` in this scope Dec 13 20:58:20.327 INFO [stderr] --> src/models/tag.rs:10:10 Dec 13 20:58:20.327 INFO [stderr] | Dec 13 20:58:20.327 INFO [stderr] 10 | #[derive(Queryable, Debug, Clone, Deserialize, Serialize)] Dec 13 20:58:20.327 INFO [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 13 20:58:20.327 INFO [stderr] | Dec 13 20:58:20.327 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! Dec 13 20:58:20.327 INFO [stderr] = note: for more information, see issue #50504 Dec 13 20:58:20.327 INFO [stderr] Dec 13 20:58:20.327 INFO [stderr] warning: cannot find type `Tags` in this scope Dec 13 20:58:20.327 INFO [stderr] --> src/models/tag.rs:10:10 Dec 13 20:58:20.327 INFO [stderr] | Dec 13 20:58:20.327 INFO [stderr] 10 | #[derive(Queryable, Debug, Clone, Deserialize, Serialize)] Dec 13 20:58:20.327 INFO [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 13 20:58:20.327 INFO [stderr] | Dec 13 20:58:20.327 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! Dec 13 20:58:20.327 INFO [stderr] = note: for more information, see issue #50504 Dec 13 20:58:20.327 INFO [stderr] Dec 13 20:58:20.327 INFO [stderr] warning: cannot find type `Uuid` in this scope Dec 13 20:58:20.327 INFO [stderr] --> src/models/tag.rs:49:10 Dec 13 20:58:20.327 INFO [stderr] | Dec 13 20:58:20.327 INFO [stderr] 49 | #[derive(Queryable, Debug, Clone, Deserialize, Serialize, QueryableByName)] Dec 13 20:58:20.327 INFO [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 13 20:58:20.327 INFO [stderr] | Dec 13 20:58:20.327 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! Dec 13 20:58:20.327 INFO [stderr] = note: for more information, see issue #50504 Dec 13 20:58:20.327 INFO [stderr] Dec 13 20:58:20.327 INFO [stderr] warning: cannot find type `TagCount` in this scope Dec 13 20:58:20.327 INFO [stderr] --> src/models/tag.rs:49:10 Dec 13 20:58:20.327 INFO [stderr] | Dec 13 20:58:20.327 INFO [stderr] 49 | #[derive(Queryable, Debug, Clone, Deserialize, Serialize, QueryableByName)] Dec 13 20:58:20.327 INFO [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 13 20:58:20.327 INFO [stderr] | Dec 13 20:58:20.327 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! Dec 13 20:58:20.327 INFO [stderr] = note: for more information, see issue #50504 Dec 13 20:58:20.327 INFO [stderr] Dec 13 20:58:20.343 INFO [stderr] warning: cannot find type `Uuid` in this scope Dec 13 20:58:20.346 INFO [stderr] --> src/models/tag.rs:49:59 Dec 13 20:58:20.347 INFO [stderr] | Dec 13 20:58:20.347 INFO [stderr] 49 | #[derive(Queryable, Debug, Clone, Deserialize, Serialize, QueryableByName)] Dec 13 20:58:20.347 INFO [stderr] | ^^^^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 13 20:58:20.347 INFO [stderr] | Dec 13 20:58:20.347 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! Dec 13 20:58:20.347 INFO [stderr] = note: for more information, see issue #50504 Dec 13 20:58:20.347 INFO [stderr] Dec 13 20:58:20.347 INFO [stderr] warning: cannot find type `sql_uuid` in this scope Dec 13 20:58:20.347 INFO [stderr] --> src/models/tag.rs:49:59 Dec 13 20:58:20.347 INFO [stderr] | Dec 13 20:58:20.355 INFO [stderr] 49 | #[derive(Queryable, Debug, Clone, Deserialize, Serialize, QueryableByName)] Dec 13 20:58:20.355 INFO [stderr] | ^^^^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 13 20:58:20.355 INFO [stderr] | Dec 13 20:58:20.355 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! Dec 13 20:58:20.355 INFO [stderr] = note: for more information, see issue #50504 Dec 13 20:58:20.355 INFO [stderr] Dec 13 20:58:20.355 INFO [stderr] warning: cannot find type `Text` in this scope Dec 13 20:58:20.355 INFO [stderr] --> src/models/tag.rs:49:59 Dec 13 20:58:20.355 INFO [stderr] | Dec 13 20:58:20.355 INFO [stderr] 49 | #[derive(Queryable, Debug, Clone, Deserialize, Serialize, QueryableByName)] Dec 13 20:58:20.355 INFO [stderr] | ^^^^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 13 20:58:20.355 INFO [stderr] | Dec 13 20:58:20.355 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! Dec 13 20:58:20.355 INFO [stderr] = note: for more information, see issue #50504 Dec 13 20:58:20.355 INFO [stderr] Dec 13 20:58:20.355 INFO [stderr] warning: cannot find type `BigInt` in this scope Dec 13 20:58:20.355 INFO [stderr] --> src/models/tag.rs:49:59 Dec 13 20:58:20.355 INFO [stderr] | Dec 13 20:58:20.355 INFO [stderr] 49 | #[derive(Queryable, Debug, Clone, Deserialize, Serialize, QueryableByName)] Dec 13 20:58:20.355 INFO [stderr] | ^^^^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 13 20:58:20.355 INFO [stderr] | Dec 13 20:58:20.355 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! Dec 13 20:58:20.355 INFO [stderr] = note: for more information, see issue #50504 Dec 13 20:58:20.355 INFO [stderr] Dec 13 20:58:20.355 INFO [stderr] warning: cannot find type `TagCount` in this scope Dec 13 20:58:20.355 INFO [stderr] --> src/models/tag.rs:49:59 Dec 13 20:58:20.355 INFO [stderr] | Dec 13 20:58:20.355 INFO [stderr] 49 | #[derive(Queryable, Debug, Clone, Deserialize, Serialize, QueryableByName)] Dec 13 20:58:20.355 INFO [stderr] | ^^^^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 13 20:58:20.355 INFO [stderr] | Dec 13 20:58:20.355 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! Dec 13 20:58:20.355 INFO [stderr] = note: for more information, see issue #50504 Dec 13 20:58:20.355 INFO [stderr] Dec 13 20:58:20.355 INFO [stderr] warning: cannot find type `tags` in this scope Dec 13 20:58:20.355 INFO [stderr] --> src/models/tag.rs:84:10 Dec 13 20:58:20.355 INFO [stderr] | Dec 13 20:58:20.355 INFO [stderr] 84 | #[derive(Insertable, Debug, Clone, Deserialize, Serialize)] Dec 13 20:58:20.355 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 13 20:58:20.355 INFO [stderr] | Dec 13 20:58:20.355 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! Dec 13 20:58:20.355 INFO [stderr] = note: for more information, see issue #50504 Dec 13 20:58:20.355 INFO [stderr] Dec 13 20:58:20.355 INFO [stderr] warning: cannot find type `NewTag` in this scope Dec 13 20:58:20.355 INFO [stderr] --> src/models/tag.rs:84:10 Dec 13 20:58:20.355 INFO [stderr] | Dec 13 20:58:20.355 INFO [stderr] 84 | #[derive(Insertable, Debug, Clone, Deserialize, Serialize)] Dec 13 20:58:20.355 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 13 20:58:20.355 INFO [stderr] | Dec 13 20:58:20.355 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! Dec 13 20:58:20.355 INFO [stderr] = note: for more information, see issue #50504 Dec 13 20:58:20.355 INFO [stderr] Dec 13 20:58:20.355 INFO [stderr] warning: cannot find type `Uuid` in this scope Dec 13 20:58:20.355 INFO [stderr] --> src/models/user.rs:15:10 Dec 13 20:58:20.355 INFO [stderr] | Dec 13 20:58:20.355 INFO [stderr] 15 | #[derive(Queryable, Debug, Clone, Deserialize, Serialize)] Dec 13 20:58:20.355 INFO [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 13 20:58:20.355 INFO [stderr] | Dec 13 20:58:20.355 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! Dec 13 20:58:20.355 INFO [stderr] = note: for more information, see issue #50504 Dec 13 20:58:20.355 INFO [stderr] Dec 13 20:58:20.355 INFO [stderr] warning: cannot find type `NaiveDateTime` in this scope Dec 13 20:58:20.355 INFO [stderr] --> src/models/user.rs:15:10 Dec 13 20:58:20.355 INFO [stderr] | Dec 13 20:58:20.355 INFO [stderr] 15 | #[derive(Queryable, Debug, Clone, Deserialize, Serialize)] Dec 13 20:58:20.355 INFO [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 13 20:58:20.355 INFO [stderr] | Dec 13 20:58:20.355 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! Dec 13 20:58:20.355 INFO [stderr] = note: for more information, see issue #50504 Dec 13 20:58:20.355 INFO [stderr] Dec 13 20:58:20.355 INFO [stderr] warning: cannot find type `Users` in this scope Dec 13 20:58:20.355 INFO [stderr] --> src/models/user.rs:15:10 Dec 13 20:58:20.355 INFO [stderr] | Dec 13 20:58:20.355 INFO [stderr] 15 | #[derive(Queryable, Debug, Clone, Deserialize, Serialize)] Dec 13 20:58:20.355 INFO [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 13 20:58:20.355 INFO [stderr] | Dec 13 20:58:20.355 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! Dec 13 20:58:20.355 INFO [stderr] = note: for more information, see issue #50504 Dec 13 20:58:20.355 INFO [stderr] Dec 13 20:58:20.355 INFO [stderr] warning: cannot find type `users` in this scope Dec 13 20:58:20.355 INFO [stderr] --> src/models/user.rs:80:10 Dec 13 20:58:20.355 INFO [stderr] | Dec 13 20:58:20.355 INFO [stderr] 80 | #[derive(Insertable, Debug, Clone, Deserialize, Serialize)] Dec 13 20:58:20.355 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 13 20:58:20.355 INFO [stderr] | Dec 13 20:58:20.355 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! Dec 13 20:58:20.355 INFO [stderr] = note: for more information, see issue #50504 Dec 13 20:58:20.355 INFO [stderr] Dec 13 20:58:20.356 INFO [stderr] warning: cannot find type `NewUser` in this scope Dec 13 20:58:20.356 INFO [stderr] --> src/models/user.rs:80:10 Dec 13 20:58:20.356 INFO [stderr] | Dec 13 20:58:20.356 INFO [stderr] 80 | #[derive(Insertable, Debug, Clone, Deserialize, Serialize)] Dec 13 20:58:20.356 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 13 20:58:20.356 INFO [stderr] | Dec 13 20:58:20.356 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! Dec 13 20:58:20.356 INFO [stderr] = note: for more information, see issue #50504 Dec 13 20:58:20.356 INFO [stderr] Dec 13 20:58:20.356 INFO [stderr] warning: cannot find type `Uuid` in this scope Dec 13 20:58:20.356 INFO [stderr] --> src/models/user.rs:157:10 Dec 13 20:58:20.356 INFO [stderr] | Dec 13 20:58:20.356 INFO [stderr] 157 | #[derive(Queryable, Debug, Clone, Deserialize, Serialize)] Dec 13 20:58:20.356 INFO [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 13 20:58:20.356 INFO [stderr] | Dec 13 20:58:20.356 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! Dec 13 20:58:20.356 INFO [stderr] = note: for more information, see issue #50504 Dec 13 20:58:20.356 INFO [stderr] Dec 13 20:58:20.356 INFO [stderr] warning: cannot find type `NaiveDateTime` in this scope Dec 13 20:58:20.356 INFO [stderr] --> src/models/user.rs:157:10 Dec 13 20:58:20.356 INFO [stderr] | Dec 13 20:58:20.356 INFO [stderr] 157 | #[derive(Queryable, Debug, Clone, Deserialize, Serialize)] Dec 13 20:58:20.356 INFO [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 13 20:58:20.356 INFO [stderr] | Dec 13 20:58:20.356 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! Dec 13 20:58:20.356 INFO [stderr] = note: for more information, see issue #50504 Dec 13 20:58:20.356 INFO [stderr] Dec 13 20:58:20.356 INFO [stderr] warning: cannot find type `UserInfo` in this scope Dec 13 20:58:20.356 INFO [stderr] --> src/models/user.rs:157:10 Dec 13 20:58:20.356 INFO [stderr] | Dec 13 20:58:20.356 INFO [stderr] 157 | #[derive(Queryable, Debug, Clone, Deserialize, Serialize)] Dec 13 20:58:20.356 INFO [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 13 20:58:20.356 INFO [stderr] | Dec 13 20:58:20.356 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! Dec 13 20:58:20.356 INFO [stderr] = note: for more information, see issue #50504 Dec 13 20:58:20.356 INFO [stderr] Dec 13 20:58:20.356 INFO [stderr] warning: cannot find type `table` in this scope Dec 13 20:58:20.356 INFO [stderr] --> <::diesel::macros::table_body macros>:165:33 Dec 13 20:58:20.356 INFO [stderr] | Dec 13 20:58:20.356 INFO [stderr] 165 | derive ( Debug , Clone , Copy , QueryId ) ] /// The actual table struct Dec 13 20:58:20.356 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 13 20:58:20.356 INFO [stderr] | Dec 13 20:58:20.356 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! Dec 13 20:58:20.356 INFO [stderr] = note: for more information, see issue #50504 Dec 13 20:58:20.356 INFO [stderr] Dec 13 20:58:20.356 INFO [stderr] warning: cannot find type `id` in this scope Dec 13 20:58:20.356 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 13 20:58:20.356 INFO [stderr] | Dec 13 20:58:20.356 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 13 20:58:20.356 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 13 20:58:20.356 INFO [stderr] | Dec 13 20:58:20.356 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! Dec 13 20:58:20.356 INFO [stderr] = note: for more information, see issue #50504 Dec 13 20:58:20.356 INFO [stderr] Dec 13 20:58:20.356 INFO [stderr] warning: cannot find type `title` in this scope Dec 13 20:58:20.356 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 13 20:58:20.356 INFO [stderr] | Dec 13 20:58:20.356 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 13 20:58:20.356 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 13 20:58:20.356 INFO [stderr] | Dec 13 20:58:20.356 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! Dec 13 20:58:20.356 INFO [stderr] = note: for more information, see issue #50504 Dec 13 20:58:20.356 INFO [stderr] Dec 13 20:58:20.356 INFO [stderr] warning: cannot find type `raw_content` in this scope Dec 13 20:58:20.356 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 13 20:58:20.356 INFO [stderr] | Dec 13 20:58:20.356 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 13 20:58:20.356 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 13 20:58:20.356 INFO [stderr] | Dec 13 20:58:20.356 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! Dec 13 20:58:20.356 INFO [stderr] = note: for more information, see issue #50504 Dec 13 20:58:20.356 INFO [stderr] Dec 13 20:58:20.356 INFO [stderr] warning: cannot find type `content` in this scope Dec 13 20:58:20.356 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 13 20:58:20.356 INFO [stderr] | Dec 13 20:58:20.356 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 13 20:58:20.356 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 13 20:58:20.356 INFO [stderr] | Dec 13 20:58:20.356 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! Dec 13 20:58:20.356 INFO [stderr] = note: for more information, see issue #50504 Dec 13 20:58:20.356 INFO [stderr] Dec 13 20:58:20.356 INFO [stderr] warning: cannot find type `published` in this scope Dec 13 20:58:20.356 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 13 20:58:20.356 INFO [stderr] | Dec 13 20:58:20.356 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 13 20:58:20.356 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 13 20:58:20.356 INFO [stderr] | Dec 13 20:58:20.356 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! Dec 13 20:58:20.356 INFO [stderr] = note: for more information, see issue #50504 Dec 13 20:58:20.357 INFO [stderr] Dec 13 20:58:20.357 INFO [stderr] warning: cannot find type `tags_id` in this scope Dec 13 20:58:20.357 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 13 20:58:20.357 INFO [stderr] | Dec 13 20:58:20.357 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 13 20:58:20.357 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 13 20:58:20.357 INFO [stderr] | Dec 13 20:58:20.357 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! Dec 13 20:58:20.357 INFO [stderr] = note: for more information, see issue #50504 Dec 13 20:58:20.357 INFO [stderr] Dec 13 20:58:20.357 INFO [stderr] warning: cannot find type `tags` in this scope Dec 13 20:58:20.357 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 13 20:58:20.357 INFO [stderr] | Dec 13 20:58:20.357 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 13 20:58:20.357 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 13 20:58:20.357 INFO [stderr] | Dec 13 20:58:20.357 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! Dec 13 20:58:20.357 INFO [stderr] = note: for more information, see issue #50504 Dec 13 20:58:20.357 INFO [stderr] Dec 13 20:58:20.357 INFO [stderr] warning: cannot find type `create_time` in this scope Dec 13 20:58:20.357 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 13 20:58:20.357 INFO [stderr] | Dec 13 20:58:20.357 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 13 20:58:20.357 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 13 20:58:20.357 INFO [stderr] | Dec 13 20:58:20.357 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! Dec 13 20:58:20.357 INFO [stderr] = note: for more information, see issue #50504 Dec 13 20:58:20.357 INFO [stderr] Dec 13 20:58:20.357 INFO [stderr] warning: cannot find type `modify_time` in this scope Dec 13 20:58:20.357 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 13 20:58:20.357 INFO [stderr] | Dec 13 20:58:20.357 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 13 20:58:20.357 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 13 20:58:20.357 INFO [stderr] | Dec 13 20:58:20.357 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! Dec 13 20:58:20.357 INFO [stderr] = note: for more information, see issue #50504 Dec 13 20:58:20.357 INFO [stderr] Dec 13 20:58:20.357 INFO [stderr] warning: cannot find type `account` in this scope Dec 13 20:58:20.357 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 13 20:58:20.357 INFO [stderr] | Dec 13 20:58:20.357 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 13 20:58:20.357 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 13 20:58:20.357 INFO [stderr] | Dec 13 20:58:20.357 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! Dec 13 20:58:20.357 INFO [stderr] = note: for more information, see issue #50504 Dec 13 20:58:20.357 INFO [stderr] Dec 13 20:58:20.357 INFO [stderr] warning: cannot find type `github` in this scope Dec 13 20:58:20.357 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 13 20:58:20.357 INFO [stderr] | Dec 13 20:58:20.357 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 13 20:58:20.357 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 13 20:58:20.357 INFO [stderr] | Dec 13 20:58:20.357 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! Dec 13 20:58:20.357 INFO [stderr] = note: for more information, see issue #50504 Dec 13 20:58:20.357 INFO [stderr] Dec 13 20:58:20.357 INFO [stderr] warning: cannot find type `password` in this scope Dec 13 20:58:20.357 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 13 20:58:20.357 INFO [stderr] | Dec 13 20:58:20.357 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 13 20:58:20.357 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 13 20:58:20.357 INFO [stderr] | Dec 13 20:58:20.357 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! Dec 13 20:58:20.357 INFO [stderr] = note: for more information, see issue #50504 Dec 13 20:58:20.357 INFO [stderr] Dec 13 20:58:20.357 INFO [stderr] warning: cannot find type `salt` in this scope Dec 13 20:58:20.357 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 13 20:58:20.357 INFO [stderr] | Dec 13 20:58:20.357 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 13 20:58:20.357 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 13 20:58:20.357 INFO [stderr] | Dec 13 20:58:20.357 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! Dec 13 20:58:20.357 INFO [stderr] = note: for more information, see issue #50504 Dec 13 20:58:20.357 INFO [stderr] Dec 13 20:58:20.357 INFO [stderr] warning: cannot find type `groups` in this scope Dec 13 20:58:20.357 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 13 20:58:20.357 INFO [stderr] | Dec 13 20:58:20.357 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 13 20:58:20.357 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 13 20:58:20.357 INFO [stderr] | Dec 13 20:58:20.357 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! Dec 13 20:58:20.357 INFO [stderr] = note: for more information, see issue #50504 Dec 13 20:58:20.357 INFO [stderr] Dec 13 20:58:20.357 INFO [stderr] warning: cannot find type `nickname` in this scope Dec 13 20:58:20.357 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 13 20:58:20.357 INFO [stderr] | Dec 13 20:58:20.357 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 13 20:58:20.357 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 13 20:58:20.358 INFO [stderr] | Dec 13 20:58:20.358 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! Dec 13 20:58:20.358 INFO [stderr] = note: for more information, see issue #50504 Dec 13 20:58:20.358 INFO [stderr] Dec 13 20:58:20.358 INFO [stderr] warning: cannot find type `say` in this scope Dec 13 20:58:20.358 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 13 20:58:20.358 INFO [stderr] | Dec 13 20:58:20.358 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 13 20:58:20.358 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 13 20:58:20.358 INFO [stderr] | Dec 13 20:58:20.358 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! Dec 13 20:58:20.358 INFO [stderr] = note: for more information, see issue #50504 Dec 13 20:58:20.358 INFO [stderr] Dec 13 20:58:20.358 INFO [stderr] warning: cannot find type `email` in this scope Dec 13 20:58:20.358 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 13 20:58:20.358 INFO [stderr] | Dec 13 20:58:20.358 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 13 20:58:20.358 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 13 20:58:20.358 INFO [stderr] | Dec 13 20:58:20.358 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! Dec 13 20:58:20.358 INFO [stderr] = note: for more information, see issue #50504 Dec 13 20:58:20.358 INFO [stderr] Dec 13 20:58:20.358 INFO [stderr] warning: cannot find type `disabled` in this scope Dec 13 20:58:20.358 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 13 20:58:20.358 INFO [stderr] | Dec 13 20:58:20.358 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 13 20:58:20.358 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 13 20:58:20.358 INFO [stderr] | Dec 13 20:58:20.358 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! Dec 13 20:58:20.358 INFO [stderr] = note: for more information, see issue #50504 Dec 13 20:58:20.358 INFO [stderr] Dec 13 20:58:20.358 INFO [stderr] warning: cannot find type `tag` in this scope Dec 13 20:58:20.358 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 13 20:58:20.358 INFO [stderr] | Dec 13 20:58:20.358 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 13 20:58:20.358 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 13 20:58:20.358 INFO [stderr] | Dec 13 20:58:20.358 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! Dec 13 20:58:20.358 INFO [stderr] = note: for more information, see issue #50504 Dec 13 20:58:20.358 INFO [stderr] Dec 13 20:58:20.358 INFO [stderr] warning: cannot find type `comment` in this scope Dec 13 20:58:20.358 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 13 20:58:20.358 INFO [stderr] | Dec 13 20:58:20.358 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 13 20:58:20.358 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 13 20:58:20.358 INFO [stderr] | Dec 13 20:58:20.358 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! Dec 13 20:58:20.358 INFO [stderr] = note: for more information, see issue #50504 Dec 13 20:58:20.358 INFO [stderr] Dec 13 20:58:20.358 INFO [stderr] warning: cannot find type `article_id` in this scope Dec 13 20:58:20.358 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 13 20:58:20.358 INFO [stderr] | Dec 13 20:58:20.358 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 13 20:58:20.358 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 13 20:58:20.358 INFO [stderr] | Dec 13 20:58:20.358 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! Dec 13 20:58:20.358 INFO [stderr] = note: for more information, see issue #50504 Dec 13 20:58:20.358 INFO [stderr] Dec 13 20:58:20.358 INFO [stderr] warning: cannot find type `user_id` in this scope Dec 13 20:58:20.358 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 13 20:58:20.358 INFO [stderr] | Dec 13 20:58:20.358 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 13 20:58:20.358 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 13 20:58:20.358 INFO [stderr] | Dec 13 20:58:20.358 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! Dec 13 20:58:20.358 INFO [stderr] = note: for more information, see issue #50504 Dec 13 20:58:20.358 INFO [stderr] Dec 13 20:58:20.358 INFO [stderr] warning: cannot find type `tag_id` in this scope Dec 13 20:58:20.358 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 13 20:58:20.358 INFO [stderr] | Dec 13 20:58:20.358 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 13 20:58:20.358 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 13 20:58:20.358 INFO [stderr] | Dec 13 20:58:20.358 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! Dec 13 20:58:20.358 INFO [stderr] = note: for more information, see issue #50504 Dec 13 20:58:20.358 INFO [stderr] Dec 13 20:58:24.699 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 18.53s Dec 13 20:58:24.731 INFO [stderr] su: No module specific data is present Dec 13 20:58:25.603 INFO running `"docker" "inspect" "0b2a8407a1749d3ea1c8b326736f604cd3b180b2720669c42b9a641f97d5aa31"` Dec 13 20:58:26.027 INFO running `"docker" "rm" "-f" "0b2a8407a1749d3ea1c8b326736f604cd3b180b2720669c42b9a641f97d5aa31"` Dec 13 20:58:26.351 INFO [stdout] 0b2a8407a1749d3ea1c8b326736f604cd3b180b2720669c42b9a641f97d5aa31 Dec 13 20:58:26.359 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56550/worker-1/try#aa49d8ef14939ddec0e34b346b60174a5673d48f:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-1/pr-56550/try#aa49d8ef14939ddec0e34b346b60174a5673d48f:/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 +aa49d8ef14939ddec0e34b346b60174a5673d48f-alt test --frozen" "-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"` Dec 13 20:58:26.751 INFO [stdout] 67bbd1fc54beae5b8196096d9a6b4d350b1979cc725f97741e13f89b4768bbe3 Dec 13 20:58:26.757 INFO running `"docker" "start" "-a" "67bbd1fc54beae5b8196096d9a6b4d350b1979cc725f97741e13f89b4768bbe3"` Dec 13 20:58:27.856 INFO [stderr] usermod: no changes Dec 13 20:58:28.218 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.33s Dec 13 20:58:28.243 INFO [stderr] Running /target/debug/deps/blog-185cc6c07cde3fc9 Dec 13 20:58:28.271 INFO [stdout] Dec 13 20:58:28.271 INFO [stdout] running 0 tests Dec 13 20:58:28.271 INFO [stdout] Dec 13 20:58:28.271 INFO [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Dec 13 20:58:28.271 INFO [stdout] Dec 13 20:58:28.273 INFO [stderr] Running /target/debug/deps/blog_api-e5d75747275c454e Dec 13 20:58:28.279 INFO [stderr] Running /target/debug/deps/blog_web-af3b8a0c0def35ac Dec 13 20:58:28.279 INFO [stdout] Dec 13 20:58:28.279 INFO [stdout] running 0 tests Dec 13 20:58:28.279 INFO [stdout] Dec 13 20:58:28.279 INFO [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Dec 13 20:58:28.279 INFO [stdout] Dec 13 20:58:28.287 INFO [stdout] Dec 13 20:58:28.287 INFO [stdout] running 0 tests Dec 13 20:58:28.287 INFO [stdout] Dec 13 20:58:28.287 INFO [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Dec 13 20:58:28.287 INFO [stdout] Dec 13 20:58:28.287 INFO [stderr] Doc-tests blog Dec 13 20:58:37.947 INFO [stdout] Dec 13 20:58:37.947 INFO [stdout] running 0 tests Dec 13 20:58:37.947 INFO [stdout] Dec 13 20:58:37.947 INFO [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Dec 13 20:58:37.947 INFO [stdout] Dec 13 20:58:37.975 INFO [stderr] su: No module specific data is present Dec 13 20:58:38.877 INFO running `"docker" "inspect" "67bbd1fc54beae5b8196096d9a6b4d350b1979cc725f97741e13f89b4768bbe3"` Dec 13 20:58:39.261 INFO running `"docker" "rm" "-f" "67bbd1fc54beae5b8196096d9a6b4d350b1979cc725f97741e13f89b4768bbe3"` Dec 13 20:58:39.640 INFO [stdout] 67bbd1fc54beae5b8196096d9a6b4d350b1979cc725f97741e13f89b4768bbe3