Dec 04 13:39:38.178 INFO checking mtwtkman/editor against try#1df97983eb2057dc6a8f7eb364e263b51ae23230 for pr-56481 Dec 04 13:39:38.179 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56481/worker-5/try#1df97983eb2057dc6a8f7eb364e263b51ae23230:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-5/pr-56481/try#1df97983eb2057dc6a8f7eb364e263b51ae23230:/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 +1df97983eb2057dc6a8f7eb364e263b51ae23230-alt check --frozen --all --all-targets" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Dec 04 13:39:38.702 INFO [stdout] 5d2eda8b7357adccffa8de188f54c70b74ebc4f03b4a31976808e9d80f62f712 Dec 04 13:39:38.704 INFO running `"docker" "start" "-a" "5d2eda8b7357adccffa8de188f54c70b74ebc4f03b4a31976808e9d80f62f712"` Dec 04 13:39:40.399 INFO [stderr] usermod: no changes Dec 04 13:39:40.455 INFO [stderr] warning: An explicit [[test]] section is specified in Cargo.toml which currently Dec 04 13:39:40.455 INFO [stderr] disables Cargo from automatically inferring other test targets. Dec 04 13:39:40.455 INFO [stderr] This inference behavior will change in the Rust 2018 edition and the following Dec 04 13:39:40.455 INFO [stderr] files will be included as a test target: Dec 04 13:39:40.455 INFO [stderr] Dec 04 13:39:40.455 INFO [stderr] * /source/tests/helpers.rs Dec 04 13:39:40.455 INFO [stderr] Dec 04 13:39:40.455 INFO [stderr] This is likely to break cargo build or cargo test as these files may not be Dec 04 13:39:40.455 INFO [stderr] ready to be compiled as a test target today. You can future-proof yourself Dec 04 13:39:40.455 INFO [stderr] and disable this warning by adding `autotests = false` to your [package] Dec 04 13:39:40.455 INFO [stderr] section. You may also move the files to a location where Cargo would not Dec 04 13:39:40.455 INFO [stderr] automatically infer them to be a target, such as in subfolders. Dec 04 13:39:40.455 INFO [stderr] Dec 04 13:39:40.455 INFO [stderr] For more information on this warning you can consult Dec 04 13:39:40.455 INFO [stderr] https://github.com/rust-lang/cargo/issues/5330 Dec 04 13:39:40.790 INFO [stderr] Compiling libsqlite3-sys v0.9.3 Dec 04 13:39:40.799 INFO [stderr] Compiling rocket v0.3.16 Dec 04 13:39:40.811 INFO [stderr] Compiling rocket_codegen v0.3.16 Dec 04 13:39:40.836 INFO [stderr] Compiling num-traits v0.2.6 Dec 04 13:39:40.836 INFO [stderr] Compiling r2d2 v0.8.2 Dec 04 13:39:40.838 INFO [stderr] Checking serde_json v1.0.30 Dec 04 13:39:40.838 INFO [stderr] Checking unicase_serde v0.1.0 Dec 04 13:39:40.839 INFO [stderr] Checking chrono v0.4.6 Dec 04 13:39:42.993 INFO [stderr] Checking hyper v0.10.13 Dec 04 13:39:45.529 INFO [stderr] Checking url_serde v0.2.0 Dec 04 13:39:46.257 INFO [stderr] Compiling rayon v0.7.1 Dec 04 13:39:46.557 INFO [stderr] Checking failure v0.1.2 Dec 04 13:39:50.963 INFO [stderr] Checking dotenv v0.13.0 Dec 04 13:39:54.703 INFO [stderr] Checking diesel v1.3.3 Dec 04 13:39:55.376 INFO [stderr] Compiling num-integer v0.1.39 Dec 04 13:39:58.636 INFO [stderr] Compiling ring v0.11.0 Dec 04 13:40:14.760 INFO [stderr] Checking cookie v0.9.2 Dec 04 13:40:24.661 INFO [stderr] Checking rocket_cors v0.3.0 Dec 04 13:40:24.661 INFO [stderr] Checking rocket_contrib v0.3.16 Dec 04 13:40:55.778 INFO [stderr] Checking migrations_internals v1.3.0 Dec 04 13:41:02.567 INFO [stderr] Compiling migrations_macros v1.3.0 Dec 04 13:41:04.402 INFO [stderr] Checking diesel_migrations v1.3.0 Dec 04 13:41:05.013 INFO [stderr] Checking source v0.1.0 (/source) Dec 04 13:41:07.699 INFO [stderr] warning: unused import: `Method` Dec 04 13:41:07.699 INFO [stderr] --> src/main.rs:21:20 Dec 04 13:41:07.699 INFO [stderr] | Dec 04 13:41:07.699 INFO [stderr] 21 | use rocket::http::{Method, Status}; Dec 04 13:41:07.699 INFO [stderr] | ^^^^^^ Dec 04 13:41:07.699 INFO [stderr] | Dec 04 13:41:07.699 INFO [stderr] = note: #[warn(unused_imports)] on by default Dec 04 13:41:07.699 INFO [stderr] Dec 04 13:41:07.699 INFO [stderr] warning: unused import: `AllowedHeaders` Dec 04 13:41:07.699 INFO [stderr] --> src/main.rs:24:19 Dec 04 13:41:07.699 INFO [stderr] | Dec 04 13:41:07.699 INFO [stderr] 24 | use rocket_cors::{AllowedHeaders, AllowedOrigins}; Dec 04 13:41:07.699 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 04 13:41:07.699 INFO [stderr] Dec 04 13:41:07.699 INFO [stderr] warning: cannot find type `Article` in this scope Dec 04 13:41:07.699 INFO [stderr] --> src/models/article.rs:4:10 Dec 04 13:41:07.699 INFO [stderr] | Dec 04 13:41:07.699 INFO [stderr] 4 | #[derive(Identifiable, Queryable, Serialize, Deserialize)] Dec 04 13:41:07.699 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 04 13:41:07.699 INFO [stderr] | Dec 04 13:41:07.699 INFO [stderr] = note: #[warn(proc_macro_derive_resolution_fallback)] on by default Dec 04 13:41:07.699 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 04 13:41:07.699 INFO [stderr] = note: for more information, see issue #50504 Dec 04 13:41:07.699 INFO [stderr] Dec 04 13:41:07.699 INFO [stderr] warning: cannot find type `articles` in this scope Dec 04 13:41:07.699 INFO [stderr] --> src/models/article.rs:4:10 Dec 04 13:41:07.699 INFO [stderr] | Dec 04 13:41:07.699 INFO [stderr] 4 | #[derive(Identifiable, Queryable, Serialize, Deserialize)] Dec 04 13:41:07.699 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 04 13:41:07.699 INFO [stderr] | Dec 04 13:41:07.699 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 04 13:41:07.699 INFO [stderr] = note: for more information, see issue #50504 Dec 04 13:41:07.699 INFO [stderr] Dec 04 13:41:07.699 INFO [stderr] warning: cannot find type `Article` in this scope Dec 04 13:41:07.699 INFO [stderr] --> src/models/article.rs:4:10 Dec 04 13:41:07.700 INFO [stderr] | Dec 04 13:41:07.700 INFO [stderr] 4 | #[derive(Identifiable, Queryable, Serialize, Deserialize)] Dec 04 13:41:07.700 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 04 13:41:07.700 INFO [stderr] | Dec 04 13:41:07.700 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 04 13:41:07.700 INFO [stderr] = note: for more information, see issue #50504 Dec 04 13:41:07.700 INFO [stderr] Dec 04 13:41:07.700 INFO [stderr] warning: cannot find type `NaiveDateTime` in this scope Dec 04 13:41:07.700 INFO [stderr] --> src/models/article.rs:4:24 Dec 04 13:41:07.700 INFO [stderr] | Dec 04 13:41:07.700 INFO [stderr] 4 | #[derive(Identifiable, Queryable, Serialize, Deserialize)] Dec 04 13:41:07.700 INFO [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 04 13:41:07.700 INFO [stderr] | Dec 04 13:41:07.700 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 04 13:41:07.700 INFO [stderr] = note: for more information, see issue #50504 Dec 04 13:41:07.700 INFO [stderr] Dec 04 13:41:07.700 INFO [stderr] warning: cannot find type `Article` in this scope Dec 04 13:41:07.700 INFO [stderr] --> src/models/article.rs:4:24 Dec 04 13:41:07.700 INFO [stderr] | Dec 04 13:41:07.700 INFO [stderr] 4 | #[derive(Identifiable, Queryable, Serialize, Deserialize)] Dec 04 13:41:07.700 INFO [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 04 13:41:07.700 INFO [stderr] | Dec 04 13:41:07.700 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 04 13:41:07.700 INFO [stderr] = note: for more information, see issue #50504 Dec 04 13:41:07.700 INFO [stderr] Dec 04 13:41:07.700 INFO [stderr] warning: cannot find type `articles` in this scope Dec 04 13:41:07.700 INFO [stderr] --> src/models/article.rs:14:10 Dec 04 13:41:07.700 INFO [stderr] | Dec 04 13:41:07.700 INFO [stderr] 14 | #[derive(Insertable, Serialize, Deserialize, AsChangeset, Queryable)] Dec 04 13:41:07.700 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 04 13:41:07.700 INFO [stderr] | Dec 04 13:41:07.700 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 04 13:41:07.700 INFO [stderr] = note: for more information, see issue #50504 Dec 04 13:41:07.700 INFO [stderr] Dec 04 13:41:07.700 INFO [stderr] warning: cannot find type `ArticleForm` in this scope Dec 04 13:41:07.700 INFO [stderr] --> src/models/article.rs:14:10 Dec 04 13:41:07.700 INFO [stderr] | Dec 04 13:41:07.702 INFO [stderr] 14 | #[derive(Insertable, Serialize, Deserialize, AsChangeset, Queryable)] Dec 04 13:41:07.702 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 04 13:41:07.702 INFO [stderr] | Dec 04 13:41:07.702 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 04 13:41:07.702 INFO [stderr] = note: for more information, see issue #50504 Dec 04 13:41:07.702 INFO [stderr] Dec 04 13:41:07.702 INFO [stderr] warning: cannot find type `ArticleForm` in this scope Dec 04 13:41:07.702 INFO [stderr] --> src/models/article.rs:14:46 Dec 04 13:41:07.702 INFO [stderr] | Dec 04 13:41:07.702 INFO [stderr] 14 | #[derive(Insertable, Serialize, Deserialize, AsChangeset, Queryable)] Dec 04 13:41:07.702 INFO [stderr] | ^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 04 13:41:07.702 INFO [stderr] | Dec 04 13:41:07.702 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 04 13:41:07.702 INFO [stderr] = note: for more information, see issue #50504 Dec 04 13:41:07.702 INFO [stderr] Dec 04 13:41:07.702 INFO [stderr] warning: cannot find type `articles` in this scope Dec 04 13:41:07.702 INFO [stderr] --> src/models/article.rs:14:46 Dec 04 13:41:07.702 INFO [stderr] | Dec 04 13:41:07.702 INFO [stderr] 14 | #[derive(Insertable, Serialize, Deserialize, AsChangeset, Queryable)] Dec 04 13:41:07.702 INFO [stderr] | ^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 04 13:41:07.702 INFO [stderr] | Dec 04 13:41:07.702 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 04 13:41:07.702 INFO [stderr] = note: for more information, see issue #50504 Dec 04 13:41:07.702 INFO [stderr] Dec 04 13:41:07.702 INFO [stderr] warning: cannot find type `ArticleForm` in this scope Dec 04 13:41:07.702 INFO [stderr] --> src/models/article.rs:14:59 Dec 04 13:41:07.702 INFO [stderr] | Dec 04 13:41:07.702 INFO [stderr] 14 | #[derive(Insertable, Serialize, Deserialize, AsChangeset, Queryable)] Dec 04 13:41:07.702 INFO [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 04 13:41:07.702 INFO [stderr] | Dec 04 13:41:07.702 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 04 13:41:07.702 INFO [stderr] = note: for more information, see issue #50504 Dec 04 13:41:07.702 INFO [stderr] Dec 04 13:41:07.702 INFO [stderr] warning: cannot find type `table` in this scope Dec 04 13:41:07.702 INFO [stderr] --> <::diesel::macros::table_body macros>:165:33 Dec 04 13:41:07.702 INFO [stderr] | Dec 04 13:41:07.702 INFO [stderr] 165 | derive ( Debug , Clone , Copy , QueryId ) ] /// The actual table struct Dec 04 13:41:07.702 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 04 13:41:07.702 INFO [stderr] | Dec 04 13:41:07.702 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 04 13:41:07.702 INFO [stderr] = note: for more information, see issue #50504 Dec 04 13:41:07.702 INFO [stderr] Dec 04 13:41:07.702 INFO [stderr] warning: cannot find type `id` in this scope Dec 04 13:41:07.702 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 04 13:41:07.702 INFO [stderr] | Dec 04 13:41:07.702 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 04 13:41:07.702 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 04 13:41:07.702 INFO [stderr] | Dec 04 13:41:07.702 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 04 13:41:07.702 INFO [stderr] = note: for more information, see issue #50504 Dec 04 13:41:07.702 INFO [stderr] Dec 04 13:41:07.702 INFO [stderr] warning: cannot find type `title` in this scope Dec 04 13:41:07.702 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 04 13:41:07.702 INFO [stderr] | Dec 04 13:41:07.702 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 04 13:41:07.702 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 04 13:41:07.702 INFO [stderr] | Dec 04 13:41:07.702 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 04 13:41:07.702 INFO [stderr] = note: for more information, see issue #50504 Dec 04 13:41:07.702 INFO [stderr] Dec 04 13:41:07.702 INFO [stderr] warning: cannot find type `body` in this scope Dec 04 13:41:07.702 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 04 13:41:07.703 INFO [stderr] | Dec 04 13:41:07.703 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 04 13:41:07.703 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 04 13:41:07.703 INFO [stderr] | Dec 04 13:41:07.703 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 04 13:41:07.703 INFO [stderr] = note: for more information, see issue #50504 Dec 04 13:41:07.703 INFO [stderr] Dec 04 13:41:07.703 INFO [stderr] warning: cannot find type `published` in this scope Dec 04 13:41:07.703 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 04 13:41:07.703 INFO [stderr] | Dec 04 13:41:07.703 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 04 13:41:07.703 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 04 13:41:07.703 INFO [stderr] | Dec 04 13:41:07.703 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 04 13:41:07.703 INFO [stderr] = note: for more information, see issue #50504 Dec 04 13:41:07.703 INFO [stderr] Dec 04 13:41:07.703 INFO [stderr] warning: cannot find type `created_at` in this scope Dec 04 13:41:07.703 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 04 13:41:07.703 INFO [stderr] | Dec 04 13:41:07.703 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 04 13:41:07.703 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 04 13:41:07.703 INFO [stderr] | Dec 04 13:41:07.703 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 04 13:41:07.703 INFO [stderr] = note: for more information, see issue #50504 Dec 04 13:41:07.703 INFO [stderr] Dec 04 13:41:07.703 INFO [stderr] warning: cannot find type `updated_at` in this scope Dec 04 13:41:07.703 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 04 13:41:07.703 INFO [stderr] | Dec 04 13:41:07.703 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 04 13:41:07.703 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 04 13:41:07.703 INFO [stderr] | Dec 04 13:41:07.703 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 04 13:41:07.703 INFO [stderr] = note: for more information, see issue #50504 Dec 04 13:41:07.703 INFO [stderr] Dec 04 13:41:07.703 INFO [stderr] warning: cannot find type `tag_id` in this scope Dec 04 13:41:07.703 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 04 13:41:07.703 INFO [stderr] | Dec 04 13:41:07.703 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 04 13:41:07.703 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 04 13:41:07.703 INFO [stderr] | Dec 04 13:41:07.703 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 04 13:41:07.703 INFO [stderr] = note: for more information, see issue #50504 Dec 04 13:41:07.703 INFO [stderr] Dec 04 13:41:07.703 INFO [stderr] warning: cannot find type `article_id` in this scope Dec 04 13:41:07.703 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 04 13:41:07.703 INFO [stderr] | Dec 04 13:41:07.703 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 04 13:41:07.703 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 04 13:41:07.703 INFO [stderr] | Dec 04 13:41:07.703 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 04 13:41:07.703 INFO [stderr] = note: for more information, see issue #50504 Dec 04 13:41:07.703 INFO [stderr] Dec 04 13:41:07.703 INFO [stderr] warning: cannot find type `name` in this scope Dec 04 13:41:07.703 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 04 13:41:07.703 INFO [stderr] | Dec 04 13:41:07.703 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 04 13:41:07.703 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 04 13:41:07.703 INFO [stderr] | Dec 04 13:41:07.703 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 04 13:41:07.703 INFO [stderr] = note: for more information, see issue #50504 Dec 04 13:41:07.703 INFO [stderr] Dec 04 13:41:07.703 INFO [stderr] warning: cannot find type `Tag` in this scope Dec 04 13:41:07.703 INFO [stderr] --> src/models/tag.rs:3:10 Dec 04 13:41:07.703 INFO [stderr] | Dec 04 13:41:07.703 INFO [stderr] 3 | #[derive(Identifiable, Queryable, Serialize, Deserialize)] Dec 04 13:41:07.703 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 04 13:41:07.703 INFO [stderr] | Dec 04 13:41:07.703 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 04 13:41:07.703 INFO [stderr] = note: for more information, see issue #50504 Dec 04 13:41:07.703 INFO [stderr] Dec 04 13:41:07.703 INFO [stderr] warning: cannot find type `tags` in this scope Dec 04 13:41:07.703 INFO [stderr] --> src/models/tag.rs:3:10 Dec 04 13:41:07.703 INFO [stderr] | Dec 04 13:41:07.703 INFO [stderr] 3 | #[derive(Identifiable, Queryable, Serialize, Deserialize)] Dec 04 13:41:07.703 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 04 13:41:07.703 INFO [stderr] | Dec 04 13:41:07.703 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 04 13:41:07.704 INFO [stderr] = note: for more information, see issue #50504 Dec 04 13:41:07.704 INFO [stderr] Dec 04 13:41:07.704 INFO [stderr] warning: cannot find type `Tag` in this scope Dec 04 13:41:07.704 INFO [stderr] --> src/models/tag.rs:3:24 Dec 04 13:41:07.704 INFO [stderr] | Dec 04 13:41:07.704 INFO [stderr] 3 | #[derive(Identifiable, Queryable, Serialize, Deserialize)] Dec 04 13:41:07.704 INFO [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 04 13:41:07.704 INFO [stderr] | Dec 04 13:41:07.704 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 04 13:41:07.704 INFO [stderr] = note: for more information, see issue #50504 Dec 04 13:41:07.704 INFO [stderr] Dec 04 13:41:07.704 INFO [stderr] warning: cannot find type `tags` in this scope Dec 04 13:41:07.704 INFO [stderr] --> src/models/tag.rs:9:10 Dec 04 13:41:07.704 INFO [stderr] | Dec 04 13:41:07.704 INFO [stderr] 9 | #[derive(Insertable, AsChangeset, Deserialize, Serialize)] Dec 04 13:41:07.704 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 04 13:41:07.704 INFO [stderr] | Dec 04 13:41:07.704 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 04 13:41:07.704 INFO [stderr] = note: for more information, see issue #50504 Dec 04 13:41:07.704 INFO [stderr] Dec 04 13:41:07.704 INFO [stderr] warning: cannot find type `TagForm` in this scope Dec 04 13:41:07.704 INFO [stderr] --> src/models/tag.rs:9:10 Dec 04 13:41:07.704 INFO [stderr] | Dec 04 13:41:07.704 INFO [stderr] 9 | #[derive(Insertable, AsChangeset, Deserialize, Serialize)] Dec 04 13:41:07.704 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 04 13:41:07.704 INFO [stderr] | Dec 04 13:41:07.704 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 04 13:41:07.704 INFO [stderr] = note: for more information, see issue #50504 Dec 04 13:41:07.704 INFO [stderr] Dec 04 13:41:07.704 INFO [stderr] warning: cannot find type `TagForm` in this scope Dec 04 13:41:07.704 INFO [stderr] --> src/models/tag.rs:9:22 Dec 04 13:41:07.704 INFO [stderr] | Dec 04 13:41:07.704 INFO [stderr] 9 | #[derive(Insertable, AsChangeset, Deserialize, Serialize)] Dec 04 13:41:07.704 INFO [stderr] | ^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 04 13:41:07.704 INFO [stderr] | Dec 04 13:41:07.704 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 04 13:41:07.704 INFO [stderr] = note: for more information, see issue #50504 Dec 04 13:41:07.704 INFO [stderr] Dec 04 13:41:07.704 INFO [stderr] warning: cannot find type `tags` in this scope Dec 04 13:41:07.704 INFO [stderr] --> src/models/tag.rs:9:22 Dec 04 13:41:07.704 INFO [stderr] | Dec 04 13:41:07.704 INFO [stderr] 9 | #[derive(Insertable, AsChangeset, Deserialize, Serialize)] Dec 04 13:41:07.704 INFO [stderr] | ^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 04 13:41:07.704 INFO [stderr] | Dec 04 13:41:07.704 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 04 13:41:07.704 INFO [stderr] = note: for more information, see issue #50504 Dec 04 13:41:07.704 INFO [stderr] Dec 04 13:41:07.704 INFO [stderr] warning: unused import: `diesel::prelude::*` Dec 04 13:41:07.704 INFO [stderr] --> src/models/tagging.rs:1:5 Dec 04 13:41:07.704 INFO [stderr] | Dec 04 13:41:07.704 INFO [stderr] 1 | use diesel::prelude::*; Dec 04 13:41:07.704 INFO [stderr] | ^^^^^^^^^^^^^^^^^^ Dec 04 13:41:07.704 INFO [stderr] Dec 04 13:41:07.704 INFO [stderr] warning: cannot find type `Tagging` in this scope Dec 04 13:41:07.704 INFO [stderr] --> src/models/tagging.rs:4:10 Dec 04 13:41:07.704 INFO [stderr] | Dec 04 13:41:07.704 INFO [stderr] 4 | #[derive(Identifiable, Queryable, Associations)] Dec 04 13:41:07.704 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 04 13:41:07.704 INFO [stderr] | Dec 04 13:41:07.704 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 04 13:41:07.704 INFO [stderr] = note: for more information, see issue #50504 Dec 04 13:41:07.704 INFO [stderr] Dec 04 13:41:07.704 INFO [stderr] warning: cannot find type `taggings` in this scope Dec 04 13:41:07.704 INFO [stderr] --> src/models/tagging.rs:4:10 Dec 04 13:41:07.704 INFO [stderr] | Dec 04 13:41:07.704 INFO [stderr] 4 | #[derive(Identifiable, Queryable, Associations)] Dec 04 13:41:07.704 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 04 13:41:07.704 INFO [stderr] | Dec 04 13:41:07.704 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 04 13:41:07.704 INFO [stderr] = note: for more information, see issue #50504 Dec 04 13:41:07.704 INFO [stderr] Dec 04 13:41:07.704 INFO [stderr] warning: cannot find type `Tagging` in this scope Dec 04 13:41:07.704 INFO [stderr] --> src/models/tagging.rs:4:24 Dec 04 13:41:07.704 INFO [stderr] | Dec 04 13:41:07.704 INFO [stderr] 4 | #[derive(Identifiable, Queryable, Associations)] Dec 04 13:41:07.704 INFO [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 04 13:41:07.704 INFO [stderr] | Dec 04 13:41:07.704 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 04 13:41:07.704 INFO [stderr] = note: for more information, see issue #50504 Dec 04 13:41:07.704 INFO [stderr] Dec 04 13:41:07.704 INFO [stderr] warning: cannot find type `Article` in this scope Dec 04 13:41:07.704 INFO [stderr] --> src/models/tagging.rs:4:35 Dec 04 13:41:07.704 INFO [stderr] | Dec 04 13:41:07.704 INFO [stderr] 4 | #[derive(Identifiable, Queryable, Associations)] Dec 04 13:41:07.704 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 04 13:41:07.704 INFO [stderr] | Dec 04 13:41:07.704 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 04 13:41:07.704 INFO [stderr] = note: for more information, see issue #50504 Dec 04 13:41:07.704 INFO [stderr] Dec 04 13:41:07.705 INFO [stderr] warning: cannot find type `Tagging` in this scope Dec 04 13:41:07.705 INFO [stderr] --> src/models/tagging.rs:4:35 Dec 04 13:41:07.705 INFO [stderr] | Dec 04 13:41:07.705 INFO [stderr] 4 | #[derive(Identifiable, Queryable, Associations)] Dec 04 13:41:07.705 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 04 13:41:07.705 INFO [stderr] | Dec 04 13:41:07.705 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 04 13:41:07.705 INFO [stderr] = note: for more information, see issue #50504 Dec 04 13:41:07.705 INFO [stderr] Dec 04 13:41:07.705 INFO [stderr] warning: cannot find type `taggings` in this scope Dec 04 13:41:07.705 INFO [stderr] --> src/models/tagging.rs:4:35 Dec 04 13:41:07.705 INFO [stderr] | Dec 04 13:41:07.705 INFO [stderr] 4 | #[derive(Identifiable, Queryable, Associations)] Dec 04 13:41:07.705 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 04 13:41:07.705 INFO [stderr] | Dec 04 13:41:07.705 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 04 13:41:07.705 INFO [stderr] = note: for more information, see issue #50504 Dec 04 13:41:07.705 INFO [stderr] Dec 04 13:41:07.705 INFO [stderr] warning: cannot find type `Tag` in this scope Dec 04 13:41:07.705 INFO [stderr] --> src/models/tagging.rs:4:35 Dec 04 13:41:07.705 INFO [stderr] | Dec 04 13:41:07.705 INFO [stderr] 4 | #[derive(Identifiable, Queryable, Associations)] Dec 04 13:41:07.705 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 04 13:41:07.705 INFO [stderr] | Dec 04 13:41:07.705 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 04 13:41:07.705 INFO [stderr] = note: for more information, see issue #50504 Dec 04 13:41:07.705 INFO [stderr] Dec 04 13:41:07.705 INFO [stderr] warning: cannot find type `taggings` in this scope Dec 04 13:41:07.705 INFO [stderr] --> src/models/tagging.rs:13:10 Dec 04 13:41:07.705 INFO [stderr] | Dec 04 13:41:07.705 INFO [stderr] 13 | #[derive(Insertable)] Dec 04 13:41:07.705 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 04 13:41:07.705 INFO [stderr] | Dec 04 13:41:07.705 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 04 13:41:07.705 INFO [stderr] = note: for more information, see issue #50504 Dec 04 13:41:07.705 INFO [stderr] Dec 04 13:41:07.705 INFO [stderr] warning: cannot find type `NewTagging` in this scope Dec 04 13:41:07.705 INFO [stderr] --> src/models/tagging.rs:13:10 Dec 04 13:41:07.705 INFO [stderr] | Dec 04 13:41:07.705 INFO [stderr] 13 | #[derive(Insertable)] Dec 04 13:41:07.705 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 04 13:41:07.705 INFO [stderr] | Dec 04 13:41:07.705 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 04 13:41:07.705 INFO [stderr] = note: for more information, see issue #50504 Dec 04 13:41:07.705 INFO [stderr] Dec 04 13:41:07.975 INFO [stderr] warning: unused import: `Method` Dec 04 13:41:07.975 INFO [stderr] --> src/main.rs:21:20 Dec 04 13:41:07.975 INFO [stderr] | Dec 04 13:41:07.975 INFO [stderr] 21 | use rocket::http::{Method, Status}; Dec 04 13:41:07.975 INFO [stderr] | ^^^^^^ Dec 04 13:41:07.975 INFO [stderr] | Dec 04 13:41:07.975 INFO [stderr] = note: #[warn(unused_imports)] on by default Dec 04 13:41:07.975 INFO [stderr] Dec 04 13:41:07.975 INFO [stderr] warning: unused import: `AllowedHeaders` Dec 04 13:41:07.975 INFO [stderr] --> src/main.rs:24:19 Dec 04 13:41:07.975 INFO [stderr] | Dec 04 13:41:07.975 INFO [stderr] 24 | use rocket_cors::{AllowedHeaders, AllowedOrigins}; Dec 04 13:41:07.975 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 04 13:41:07.975 INFO [stderr] Dec 04 13:41:07.975 INFO [stderr] warning: cannot find type `Article` in this scope Dec 04 13:41:07.975 INFO [stderr] --> src/models/article.rs:4:10 Dec 04 13:41:07.975 INFO [stderr] | Dec 04 13:41:07.975 INFO [stderr] 4 | #[derive(Identifiable, Queryable, Serialize, Deserialize)] Dec 04 13:41:07.975 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 04 13:41:07.975 INFO [stderr] | Dec 04 13:41:07.975 INFO [stderr] = note: #[warn(proc_macro_derive_resolution_fallback)] on by default Dec 04 13:41:07.975 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 04 13:41:07.975 INFO [stderr] = note: for more information, see issue #50504 Dec 04 13:41:07.975 INFO [stderr] Dec 04 13:41:07.975 INFO [stderr] warning: cannot find type `articles` in this scope Dec 04 13:41:07.975 INFO [stderr] --> src/models/article.rs:4:10 Dec 04 13:41:07.975 INFO [stderr] | Dec 04 13:41:07.975 INFO [stderr] 4 | #[derive(Identifiable, Queryable, Serialize, Deserialize)] Dec 04 13:41:07.975 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 04 13:41:07.975 INFO [stderr] | Dec 04 13:41:07.975 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 04 13:41:07.975 INFO [stderr] = note: for more information, see issue #50504 Dec 04 13:41:07.975 INFO [stderr] Dec 04 13:41:07.975 INFO [stderr] warning: cannot find type `Article` in this scope Dec 04 13:41:07.975 INFO [stderr] --> src/models/article.rs:4:10 Dec 04 13:41:07.975 INFO [stderr] | Dec 04 13:41:07.975 INFO [stderr] 4 | #[derive(Identifiable, Queryable, Serialize, Deserialize)] Dec 04 13:41:07.975 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 04 13:41:07.975 INFO [stderr] | Dec 04 13:41:07.975 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 04 13:41:07.975 INFO [stderr] = note: for more information, see issue #50504 Dec 04 13:41:07.975 INFO [stderr] Dec 04 13:41:07.975 INFO [stderr] warning: cannot find type `NaiveDateTime` in this scope Dec 04 13:41:07.975 INFO [stderr] --> src/models/article.rs:4:24 Dec 04 13:41:07.975 INFO [stderr] | Dec 04 13:41:07.975 INFO [stderr] 4 | #[derive(Identifiable, Queryable, Serialize, Deserialize)] Dec 04 13:41:07.975 INFO [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 04 13:41:07.975 INFO [stderr] | Dec 04 13:41:07.975 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 04 13:41:07.975 INFO [stderr] = note: for more information, see issue #50504 Dec 04 13:41:07.975 INFO [stderr] Dec 04 13:41:07.975 INFO [stderr] warning: cannot find type `Article` in this scope Dec 04 13:41:07.975 INFO [stderr] --> src/models/article.rs:4:24 Dec 04 13:41:07.975 INFO [stderr] | Dec 04 13:41:07.975 INFO [stderr] 4 | #[derive(Identifiable, Queryable, Serialize, Deserialize)] Dec 04 13:41:07.975 INFO [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 04 13:41:07.975 INFO [stderr] | Dec 04 13:41:07.975 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 04 13:41:07.975 INFO [stderr] = note: for more information, see issue #50504 Dec 04 13:41:07.975 INFO [stderr] Dec 04 13:41:07.975 INFO [stderr] warning: cannot find type `articles` in this scope Dec 04 13:41:07.975 INFO [stderr] --> src/models/article.rs:14:10 Dec 04 13:41:07.975 INFO [stderr] | Dec 04 13:41:07.975 INFO [stderr] 14 | #[derive(Insertable, Serialize, Deserialize, AsChangeset, Queryable)] Dec 04 13:41:07.975 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 04 13:41:07.975 INFO [stderr] | Dec 04 13:41:07.975 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 04 13:41:07.975 INFO [stderr] = note: for more information, see issue #50504 Dec 04 13:41:07.975 INFO [stderr] Dec 04 13:41:07.975 INFO [stderr] warning: cannot find type `ArticleForm` in this scope Dec 04 13:41:07.975 INFO [stderr] --> src/models/article.rs:14:10 Dec 04 13:41:07.975 INFO [stderr] | Dec 04 13:41:07.975 INFO [stderr] 14 | #[derive(Insertable, Serialize, Deserialize, AsChangeset, Queryable)] Dec 04 13:41:07.975 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 04 13:41:07.975 INFO [stderr] | Dec 04 13:41:07.975 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 04 13:41:07.975 INFO [stderr] = note: for more information, see issue #50504 Dec 04 13:41:07.975 INFO [stderr] Dec 04 13:41:07.975 INFO [stderr] warning: cannot find type `ArticleForm` in this scope Dec 04 13:41:07.975 INFO [stderr] --> src/models/article.rs:14:46 Dec 04 13:41:07.975 INFO [stderr] | Dec 04 13:41:07.975 INFO [stderr] 14 | #[derive(Insertable, Serialize, Deserialize, AsChangeset, Queryable)] Dec 04 13:41:07.975 INFO [stderr] | ^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 04 13:41:07.975 INFO [stderr] | Dec 04 13:41:07.975 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 04 13:41:07.975 INFO [stderr] = note: for more information, see issue #50504 Dec 04 13:41:07.975 INFO [stderr] Dec 04 13:41:07.975 INFO [stderr] warning: cannot find type `articles` in this scope Dec 04 13:41:07.976 INFO [stderr] --> src/models/article.rs:14:46 Dec 04 13:41:07.976 INFO [stderr] | Dec 04 13:41:07.976 INFO [stderr] 14 | #[derive(Insertable, Serialize, Deserialize, AsChangeset, Queryable)] Dec 04 13:41:07.976 INFO [stderr] | ^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 04 13:41:07.976 INFO [stderr] | Dec 04 13:41:07.976 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 04 13:41:07.976 INFO [stderr] = note: for more information, see issue #50504 Dec 04 13:41:07.976 INFO [stderr] Dec 04 13:41:07.976 INFO [stderr] warning: cannot find type `ArticleForm` in this scope Dec 04 13:41:07.976 INFO [stderr] --> src/models/article.rs:14:59 Dec 04 13:41:07.976 INFO [stderr] | Dec 04 13:41:07.976 INFO [stderr] 14 | #[derive(Insertable, Serialize, Deserialize, AsChangeset, Queryable)] Dec 04 13:41:07.976 INFO [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 04 13:41:07.976 INFO [stderr] | Dec 04 13:41:07.976 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 04 13:41:07.976 INFO [stderr] = note: for more information, see issue #50504 Dec 04 13:41:07.976 INFO [stderr] Dec 04 13:41:07.976 INFO [stderr] warning: cannot find type `table` in this scope Dec 04 13:41:07.976 INFO [stderr] --> <::diesel::macros::table_body macros>:165:33 Dec 04 13:41:07.976 INFO [stderr] | Dec 04 13:41:07.976 INFO [stderr] 165 | derive ( Debug , Clone , Copy , QueryId ) ] /// The actual table struct Dec 04 13:41:07.976 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 04 13:41:07.976 INFO [stderr] | Dec 04 13:41:07.976 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 04 13:41:07.976 INFO [stderr] = note: for more information, see issue #50504 Dec 04 13:41:07.976 INFO [stderr] Dec 04 13:41:07.976 INFO [stderr] warning: cannot find type `id` in this scope Dec 04 13:41:07.976 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 04 13:41:07.976 INFO [stderr] | Dec 04 13:41:07.976 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 04 13:41:07.976 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 04 13:41:07.976 INFO [stderr] | Dec 04 13:41:07.976 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 04 13:41:07.976 INFO [stderr] = note: for more information, see issue #50504 Dec 04 13:41:07.976 INFO [stderr] Dec 04 13:41:07.976 INFO [stderr] warning: cannot find type `title` in this scope Dec 04 13:41:07.976 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 04 13:41:07.976 INFO [stderr] | Dec 04 13:41:07.976 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 04 13:41:07.976 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 04 13:41:07.976 INFO [stderr] | Dec 04 13:41:07.976 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 04 13:41:07.976 INFO [stderr] = note: for more information, see issue #50504 Dec 04 13:41:07.976 INFO [stderr] Dec 04 13:41:07.976 INFO [stderr] warning: cannot find type `body` in this scope Dec 04 13:41:07.976 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 04 13:41:07.976 INFO [stderr] | Dec 04 13:41:07.976 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 04 13:41:07.976 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 04 13:41:07.976 INFO [stderr] | Dec 04 13:41:07.976 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 04 13:41:07.976 INFO [stderr] = note: for more information, see issue #50504 Dec 04 13:41:07.976 INFO [stderr] Dec 04 13:41:07.985 INFO [stderr] warning: cannot find type `published` in this scope Dec 04 13:41:07.986 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 04 13:41:07.986 INFO [stderr] | Dec 04 13:41:07.986 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 04 13:41:07.986 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 04 13:41:07.986 INFO [stderr] | Dec 04 13:41:07.986 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 04 13:41:07.986 INFO [stderr] = note: for more information, see issue #50504 Dec 04 13:41:07.986 INFO [stderr] Dec 04 13:41:07.986 INFO [stderr] warning: cannot find type `created_at` in this scope Dec 04 13:41:07.986 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 04 13:41:07.986 INFO [stderr] | Dec 04 13:41:07.986 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 04 13:41:07.986 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 04 13:41:07.986 INFO [stderr] | Dec 04 13:41:07.986 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 04 13:41:07.986 INFO [stderr] = note: for more information, see issue #50504 Dec 04 13:41:07.986 INFO [stderr] Dec 04 13:41:07.986 INFO [stderr] warning: cannot find type `updated_at` in this scope Dec 04 13:41:07.986 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 04 13:41:07.987 INFO [stderr] | Dec 04 13:41:07.987 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 04 13:41:07.987 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 04 13:41:07.987 INFO [stderr] | Dec 04 13:41:07.987 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 04 13:41:07.987 INFO [stderr] = note: for more information, see issue #50504 Dec 04 13:41:07.987 INFO [stderr] Dec 04 13:41:07.987 INFO [stderr] warning: cannot find type `tag_id` in this scope Dec 04 13:41:07.987 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 04 13:41:07.987 INFO [stderr] | Dec 04 13:41:07.987 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 04 13:41:07.987 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 04 13:41:07.987 INFO [stderr] | Dec 04 13:41:07.987 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 04 13:41:07.987 INFO [stderr] = note: for more information, see issue #50504 Dec 04 13:41:07.987 INFO [stderr] Dec 04 13:41:07.987 INFO [stderr] warning: cannot find type `article_id` in this scope Dec 04 13:41:07.987 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 04 13:41:07.987 INFO [stderr] | Dec 04 13:41:07.987 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 04 13:41:07.987 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 04 13:41:07.987 INFO [stderr] | Dec 04 13:41:07.987 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 04 13:41:07.987 INFO [stderr] = note: for more information, see issue #50504 Dec 04 13:41:07.987 INFO [stderr] Dec 04 13:41:07.987 INFO [stderr] warning: cannot find type `name` in this scope Dec 04 13:41:07.987 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 04 13:41:07.987 INFO [stderr] | Dec 04 13:41:07.987 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 04 13:41:07.987 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 04 13:41:07.987 INFO [stderr] | Dec 04 13:41:07.987 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 04 13:41:07.987 INFO [stderr] = note: for more information, see issue #50504 Dec 04 13:41:07.987 INFO [stderr] Dec 04 13:41:07.987 INFO [stderr] warning: cannot find type `Tag` in this scope Dec 04 13:41:07.987 INFO [stderr] --> src/models/tag.rs:3:10 Dec 04 13:41:07.987 INFO [stderr] | Dec 04 13:41:07.987 INFO [stderr] 3 | #[derive(Identifiable, Queryable, Serialize, Deserialize)] Dec 04 13:41:07.987 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 04 13:41:07.987 INFO [stderr] | Dec 04 13:41:07.987 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 04 13:41:07.987 INFO [stderr] = note: for more information, see issue #50504 Dec 04 13:41:07.987 INFO [stderr] Dec 04 13:41:07.987 INFO [stderr] warning: cannot find type `tags` in this scope Dec 04 13:41:07.987 INFO [stderr] --> src/models/tag.rs:3:10 Dec 04 13:41:07.987 INFO [stderr] | Dec 04 13:41:07.987 INFO [stderr] 3 | #[derive(Identifiable, Queryable, Serialize, Deserialize)] Dec 04 13:41:07.987 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 04 13:41:07.987 INFO [stderr] | Dec 04 13:41:07.987 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 04 13:41:07.987 INFO [stderr] = note: for more information, see issue #50504 Dec 04 13:41:07.987 INFO [stderr] Dec 04 13:41:07.987 INFO [stderr] warning: cannot find type `Tag` in this scope Dec 04 13:41:07.987 INFO [stderr] --> src/models/tag.rs:3:24 Dec 04 13:41:07.987 INFO [stderr] | Dec 04 13:41:07.987 INFO [stderr] 3 | #[derive(Identifiable, Queryable, Serialize, Deserialize)] Dec 04 13:41:07.987 INFO [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 04 13:41:07.987 INFO [stderr] | Dec 04 13:41:07.987 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 04 13:41:07.987 INFO [stderr] = note: for more information, see issue #50504 Dec 04 13:41:07.987 INFO [stderr] Dec 04 13:41:07.987 INFO [stderr] warning: cannot find type `tags` in this scope Dec 04 13:41:07.987 INFO [stderr] --> src/models/tag.rs:9:10 Dec 04 13:41:07.987 INFO [stderr] | Dec 04 13:41:07.987 INFO [stderr] 9 | #[derive(Insertable, AsChangeset, Deserialize, Serialize)] Dec 04 13:41:07.987 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 04 13:41:07.987 INFO [stderr] | Dec 04 13:41:07.987 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 04 13:41:07.987 INFO [stderr] = note: for more information, see issue #50504 Dec 04 13:41:07.987 INFO [stderr] Dec 04 13:41:07.987 INFO [stderr] warning: cannot find type `TagForm` in this scope Dec 04 13:41:07.987 INFO [stderr] --> src/models/tag.rs:9:10 Dec 04 13:41:07.987 INFO [stderr] | Dec 04 13:41:07.987 INFO [stderr] 9 | #[derive(Insertable, AsChangeset, Deserialize, Serialize)] Dec 04 13:41:07.987 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 04 13:41:07.987 INFO [stderr] | Dec 04 13:41:07.987 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 04 13:41:07.987 INFO [stderr] = note: for more information, see issue #50504 Dec 04 13:41:07.987 INFO [stderr] Dec 04 13:41:07.987 INFO [stderr] warning: cannot find type `TagForm` in this scope Dec 04 13:41:07.987 INFO [stderr] --> src/models/tag.rs:9:22 Dec 04 13:41:07.987 INFO [stderr] | Dec 04 13:41:07.987 INFO [stderr] 9 | #[derive(Insertable, AsChangeset, Deserialize, Serialize)] Dec 04 13:41:07.987 INFO [stderr] | ^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 04 13:41:07.987 INFO [stderr] | Dec 04 13:41:07.987 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 04 13:41:07.987 INFO [stderr] = note: for more information, see issue #50504 Dec 04 13:41:07.987 INFO [stderr] Dec 04 13:41:07.987 INFO [stderr] warning: cannot find type `tags` in this scope Dec 04 13:41:07.987 INFO [stderr] --> src/models/tag.rs:9:22 Dec 04 13:41:07.987 INFO [stderr] | Dec 04 13:41:07.987 INFO [stderr] 9 | #[derive(Insertable, AsChangeset, Deserialize, Serialize)] Dec 04 13:41:07.987 INFO [stderr] | ^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 04 13:41:07.987 INFO [stderr] | Dec 04 13:41:07.988 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 04 13:41:07.988 INFO [stderr] = note: for more information, see issue #50504 Dec 04 13:41:07.988 INFO [stderr] Dec 04 13:41:07.988 INFO [stderr] warning: unused import: `diesel::prelude::*` Dec 04 13:41:07.988 INFO [stderr] --> src/models/tagging.rs:1:5 Dec 04 13:41:07.988 INFO [stderr] | Dec 04 13:41:07.988 INFO [stderr] 1 | use diesel::prelude::*; Dec 04 13:41:07.988 INFO [stderr] | ^^^^^^^^^^^^^^^^^^ Dec 04 13:41:07.988 INFO [stderr] Dec 04 13:41:07.988 INFO [stderr] warning: cannot find type `Tagging` in this scope Dec 04 13:41:07.988 INFO [stderr] --> src/models/tagging.rs:4:10 Dec 04 13:41:07.988 INFO [stderr] | Dec 04 13:41:07.988 INFO [stderr] 4 | #[derive(Identifiable, Queryable, Associations)] Dec 04 13:41:07.988 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 04 13:41:07.988 INFO [stderr] | Dec 04 13:41:07.988 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 04 13:41:07.988 INFO [stderr] = note: for more information, see issue #50504 Dec 04 13:41:07.988 INFO [stderr] Dec 04 13:41:07.988 INFO [stderr] warning: cannot find type `taggings` in this scope Dec 04 13:41:07.988 INFO [stderr] --> src/models/tagging.rs:4:10 Dec 04 13:41:07.988 INFO [stderr] | Dec 04 13:41:07.988 INFO [stderr] 4 | #[derive(Identifiable, Queryable, Associations)] Dec 04 13:41:07.988 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 04 13:41:07.988 INFO [stderr] | Dec 04 13:41:07.988 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 04 13:41:07.988 INFO [stderr] = note: for more information, see issue #50504 Dec 04 13:41:07.988 INFO [stderr] Dec 04 13:41:07.988 INFO [stderr] warning: cannot find type `Tagging` in this scope Dec 04 13:41:07.988 INFO [stderr] --> src/models/tagging.rs:4:24 Dec 04 13:41:07.988 INFO [stderr] | Dec 04 13:41:07.988 INFO [stderr] 4 | #[derive(Identifiable, Queryable, Associations)] Dec 04 13:41:07.988 INFO [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 04 13:41:07.988 INFO [stderr] | Dec 04 13:41:07.988 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 04 13:41:07.988 INFO [stderr] = note: for more information, see issue #50504 Dec 04 13:41:07.988 INFO [stderr] Dec 04 13:41:07.988 INFO [stderr] warning: cannot find type `Article` in this scope Dec 04 13:41:07.988 INFO [stderr] --> src/models/tagging.rs:4:35 Dec 04 13:41:07.988 INFO [stderr] | Dec 04 13:41:07.988 INFO [stderr] 4 | #[derive(Identifiable, Queryable, Associations)] Dec 04 13:41:07.988 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 04 13:41:07.988 INFO [stderr] | Dec 04 13:41:07.988 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 04 13:41:07.988 INFO [stderr] = note: for more information, see issue #50504 Dec 04 13:41:07.988 INFO [stderr] Dec 04 13:41:07.988 INFO [stderr] warning: cannot find type `Tagging` in this scope Dec 04 13:41:07.988 INFO [stderr] --> src/models/tagging.rs:4:35 Dec 04 13:41:07.988 INFO [stderr] | Dec 04 13:41:07.988 INFO [stderr] 4 | #[derive(Identifiable, Queryable, Associations)] Dec 04 13:41:07.988 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 04 13:41:07.988 INFO [stderr] | Dec 04 13:41:07.988 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 04 13:41:07.988 INFO [stderr] = note: for more information, see issue #50504 Dec 04 13:41:07.988 INFO [stderr] Dec 04 13:41:07.988 INFO [stderr] warning: cannot find type `taggings` in this scope Dec 04 13:41:07.988 INFO [stderr] --> src/models/tagging.rs:4:35 Dec 04 13:41:07.988 INFO [stderr] | Dec 04 13:41:07.988 INFO [stderr] 4 | #[derive(Identifiable, Queryable, Associations)] Dec 04 13:41:07.988 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 04 13:41:07.988 INFO [stderr] | Dec 04 13:41:07.988 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 04 13:41:07.988 INFO [stderr] = note: for more information, see issue #50504 Dec 04 13:41:07.988 INFO [stderr] Dec 04 13:41:07.988 INFO [stderr] warning: cannot find type `Tag` in this scope Dec 04 13:41:07.988 INFO [stderr] --> src/models/tagging.rs:4:35 Dec 04 13:41:07.988 INFO [stderr] | Dec 04 13:41:07.988 INFO [stderr] 4 | #[derive(Identifiable, Queryable, Associations)] Dec 04 13:41:07.988 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 04 13:41:07.988 INFO [stderr] | Dec 04 13:41:07.988 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 04 13:41:07.988 INFO [stderr] = note: for more information, see issue #50504 Dec 04 13:41:07.988 INFO [stderr] Dec 04 13:41:07.988 INFO [stderr] warning: cannot find type `taggings` in this scope Dec 04 13:41:07.988 INFO [stderr] --> src/models/tagging.rs:13:10 Dec 04 13:41:07.988 INFO [stderr] | Dec 04 13:41:07.988 INFO [stderr] 13 | #[derive(Insertable)] Dec 04 13:41:07.988 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 04 13:41:07.988 INFO [stderr] | Dec 04 13:41:07.988 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 04 13:41:07.988 INFO [stderr] = note: for more information, see issue #50504 Dec 04 13:41:07.988 INFO [stderr] Dec 04 13:41:07.988 INFO [stderr] warning: cannot find type `NewTagging` in this scope Dec 04 13:41:07.988 INFO [stderr] --> src/models/tagging.rs:13:10 Dec 04 13:41:07.988 INFO [stderr] | Dec 04 13:41:07.988 INFO [stderr] 13 | #[derive(Insertable)] Dec 04 13:41:07.988 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 04 13:41:07.988 INFO [stderr] | Dec 04 13:41:07.988 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 04 13:41:07.988 INFO [stderr] = note: for more information, see issue #50504 Dec 04 13:41:07.988 INFO [stderr] Dec 04 13:41:08.485 INFO [stderr] warning: the feature `extern_prelude` has been stable since 1.30.0 and no longer requires an attribute to enable Dec 04 13:41:08.485 INFO [stderr] --> src/main.rs:4:12 Dec 04 13:41:08.485 INFO [stderr] | Dec 04 13:41:08.485 INFO [stderr] 4 | #![feature(extern_prelude)] Dec 04 13:41:08.485 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 04 13:41:08.485 INFO [stderr] | Dec 04 13:41:08.485 INFO [stderr] = note: #[warn(stable_features)] on by default Dec 04 13:41:08.485 INFO [stderr] Dec 04 13:41:08.783 INFO [stderr] warning: the feature `extern_prelude` has been stable since 1.30.0 and no longer requires an attribute to enable Dec 04 13:41:08.783 INFO [stderr] --> src/main.rs:4:12 Dec 04 13:41:08.783 INFO [stderr] | Dec 04 13:41:08.783 INFO [stderr] 4 | #![feature(extern_prelude)] Dec 04 13:41:08.783 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 04 13:41:08.783 INFO [stderr] | Dec 04 13:41:08.783 INFO [stderr] = note: #[warn(stable_features)] on by default Dec 04 13:41:08.783 INFO [stderr] Dec 04 13:41:08.835 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 28s Dec 04 13:41:08.842 INFO [stderr] su: No module specific data is present Dec 04 13:41:09.223 INFO running `"docker" "inspect" "5d2eda8b7357adccffa8de188f54c70b74ebc4f03b4a31976808e9d80f62f712"` Dec 04 13:41:09.395 INFO running `"docker" "rm" "-f" "5d2eda8b7357adccffa8de188f54c70b74ebc4f03b4a31976808e9d80f62f712"` Dec 04 13:41:09.502 INFO [stdout] 5d2eda8b7357adccffa8de188f54c70b74ebc4f03b4a31976808e9d80f62f712