Nov 29 21:50:05.028 INFO checking mtwtkman/editor against try#32252761328f59ccfadb1bafb8148c685bc830b3 for pr-56323 Nov 29 21:50:05.028 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56323/worker-4/try#32252761328f59ccfadb1bafb8148c685bc830b3:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-4/pr-56323/try#32252761328f59ccfadb1bafb8148c685bc830b3:/source:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +32252761328f59ccfadb1bafb8148c685bc830b3-alt check --frozen --all --all-targets" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Nov 29 21:50:05.584 INFO [stdout] ceed1e4858bfd0e6a138b8c54382bf0f50e7c15f83472a782366b41b98ad35b9 Nov 29 21:50:05.586 INFO running `"docker" "start" "-a" "ceed1e4858bfd0e6a138b8c54382bf0f50e7c15f83472a782366b41b98ad35b9"` Nov 29 21:50:08.035 INFO [stderr] usermod: no changes Nov 29 21:50:08.116 INFO [stderr] warning: An explicit [[test]] section is specified in Cargo.toml which currently Nov 29 21:50:08.116 INFO [stderr] disables Cargo from automatically inferring other test targets. Nov 29 21:50:08.116 INFO [stderr] This inference behavior will change in the Rust 2018 edition and the following Nov 29 21:50:08.116 INFO [stderr] files will be included as a test target: Nov 29 21:50:08.116 INFO [stderr] Nov 29 21:50:08.116 INFO [stderr] * /source/tests/helpers.rs Nov 29 21:50:08.116 INFO [stderr] Nov 29 21:50:08.116 INFO [stderr] This is likely to break cargo build or cargo test as these files may not be Nov 29 21:50:08.116 INFO [stderr] ready to be compiled as a test target today. You can future-proof yourself Nov 29 21:50:08.116 INFO [stderr] and disable this warning by adding `autotests = false` to your [package] Nov 29 21:50:08.116 INFO [stderr] section. You may also move the files to a location where Cargo would not Nov 29 21:50:08.116 INFO [stderr] automatically infer them to be a target, such as in subfolders. Nov 29 21:50:08.116 INFO [stderr] Nov 29 21:50:08.116 INFO [stderr] For more information on this warning you can consult Nov 29 21:50:08.116 INFO [stderr] https://github.com/rust-lang/cargo/issues/5330 Nov 29 21:50:08.484 INFO [stderr] Compiling antidote v1.0.0 Nov 29 21:50:08.532 INFO [stderr] Compiling libsqlite3-sys v0.9.3 Nov 29 21:50:08.542 INFO [stderr] Compiling syn v0.11.11 Nov 29 21:50:08.543 INFO [stderr] Compiling toml v0.4.6 Nov 29 21:50:08.544 INFO [stderr] Checking unicase_serde v0.1.0 Nov 29 21:50:08.544 INFO [stderr] Compiling chrono v0.4.6 Nov 29 21:50:10.842 INFO [stderr] Compiling diesel_derives v1.3.0 Nov 29 21:50:10.847 INFO [stderr] Checking url_serde v0.2.0 Nov 29 21:50:12.790 INFO [stderr] Compiling scheduled-thread-pool v0.2.0 Nov 29 21:50:21.393 INFO [stderr] Compiling r2d2 v0.8.2 Nov 29 21:50:21.496 INFO [stderr] Checking rocket v0.3.16 Nov 29 21:50:41.088 INFO [stderr] Compiling diesel v1.3.3 Nov 29 21:50:42.786 INFO [stderr] Checking rocket_contrib v0.3.16 Nov 29 21:50:42.786 INFO [stderr] Checking rocket_cors v0.3.0 Nov 29 21:50:56.287 INFO [stderr] Compiling rocket_codegen v0.3.16 Nov 29 21:51:27.296 INFO [stderr] Checking migrations_internals v1.3.0 Nov 29 21:51:32.579 INFO [stderr] Compiling migrations_macros v1.3.0 Nov 29 21:51:35.692 INFO [stderr] Checking diesel_migrations v1.3.0 Nov 29 21:51:36.264 INFO [stderr] Checking source v0.1.0 (/source) Nov 29 21:51:38.357 INFO [stderr] warning: unused import: `Method` Nov 29 21:51:38.357 INFO [stderr] --> src/main.rs:21:20 Nov 29 21:51:38.357 INFO [stderr] | Nov 29 21:51:38.357 INFO [stderr] 21 | use rocket::http::{Method, Status}; Nov 29 21:51:38.357 INFO [stderr] | ^^^^^^ Nov 29 21:51:38.357 INFO [stderr] | Nov 29 21:51:38.357 INFO [stderr] = note: #[warn(unused_imports)] on by default Nov 29 21:51:38.357 INFO [stderr] Nov 29 21:51:38.357 INFO [stderr] warning: unused import: `AllowedHeaders` Nov 29 21:51:38.357 INFO [stderr] --> src/main.rs:24:19 Nov 29 21:51:38.357 INFO [stderr] | Nov 29 21:51:38.357 INFO [stderr] 24 | use rocket_cors::{AllowedHeaders, AllowedOrigins}; Nov 29 21:51:38.357 INFO [stderr] | ^^^^^^^^^^^^^^ Nov 29 21:51:38.357 INFO [stderr] Nov 29 21:51:38.357 INFO [stderr] warning: cannot find type `Article` in this scope Nov 29 21:51:38.357 INFO [stderr] --> src/models/article.rs:4:10 Nov 29 21:51:38.357 INFO [stderr] | Nov 29 21:51:38.357 INFO [stderr] 4 | #[derive(Identifiable, Queryable, Serialize, Deserialize)] Nov 29 21:51:38.357 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 29 21:51:38.357 INFO [stderr] | Nov 29 21:51:38.357 INFO [stderr] = note: #[warn(proc_macro_derive_resolution_fallback)] on by default Nov 29 21:51:38.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! Nov 29 21:51:38.357 INFO [stderr] = note: for more information, see issue #50504 Nov 29 21:51:38.357 INFO [stderr] Nov 29 21:51:38.357 INFO [stderr] warning: cannot find type `articles` in this scope Nov 29 21:51:38.357 INFO [stderr] --> src/models/article.rs:4:10 Nov 29 21:51:38.357 INFO [stderr] | Nov 29 21:51:38.357 INFO [stderr] 4 | #[derive(Identifiable, Queryable, Serialize, Deserialize)] Nov 29 21:51:38.357 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 29 21:51:38.357 INFO [stderr] | Nov 29 21:51:38.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! Nov 29 21:51:38.357 INFO [stderr] = note: for more information, see issue #50504 Nov 29 21:51:38.357 INFO [stderr] Nov 29 21:51:38.357 INFO [stderr] warning: cannot find type `Article` in this scope Nov 29 21:51:38.357 INFO [stderr] --> src/models/article.rs:4:10 Nov 29 21:51:38.357 INFO [stderr] | Nov 29 21:51:38.357 INFO [stderr] 4 | #[derive(Identifiable, Queryable, Serialize, Deserialize)] Nov 29 21:51:38.357 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 29 21:51:38.357 INFO [stderr] | Nov 29 21:51:38.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! Nov 29 21:51:38.357 INFO [stderr] = note: for more information, see issue #50504 Nov 29 21:51:38.357 INFO [stderr] Nov 29 21:51:38.357 INFO [stderr] warning: cannot find type `NaiveDateTime` in this scope Nov 29 21:51:38.357 INFO [stderr] --> src/models/article.rs:4:24 Nov 29 21:51:38.357 INFO [stderr] | Nov 29 21:51:38.357 INFO [stderr] 4 | #[derive(Identifiable, Queryable, Serialize, Deserialize)] Nov 29 21:51:38.357 INFO [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 29 21:51:38.357 INFO [stderr] | Nov 29 21:51:38.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! Nov 29 21:51:38.357 INFO [stderr] = note: for more information, see issue #50504 Nov 29 21:51:38.357 INFO [stderr] Nov 29 21:51:38.357 INFO [stderr] warning: cannot find type `Article` in this scope Nov 29 21:51:38.357 INFO [stderr] --> src/models/article.rs:4:24 Nov 29 21:51:38.357 INFO [stderr] | Nov 29 21:51:38.357 INFO [stderr] 4 | #[derive(Identifiable, Queryable, Serialize, Deserialize)] Nov 29 21:51:38.357 INFO [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 29 21:51:38.358 INFO [stderr] | Nov 29 21:51:38.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! Nov 29 21:51:38.358 INFO [stderr] = note: for more information, see issue #50504 Nov 29 21:51:38.358 INFO [stderr] Nov 29 21:51:38.358 INFO [stderr] warning: cannot find type `articles` in this scope Nov 29 21:51:38.358 INFO [stderr] --> src/models/article.rs:14:10 Nov 29 21:51:38.358 INFO [stderr] | Nov 29 21:51:38.358 INFO [stderr] 14 | #[derive(Insertable, Serialize, Deserialize, AsChangeset, Queryable)] Nov 29 21:51:38.358 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 29 21:51:38.358 INFO [stderr] | Nov 29 21:51:38.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! Nov 29 21:51:38.358 INFO [stderr] = note: for more information, see issue #50504 Nov 29 21:51:38.358 INFO [stderr] Nov 29 21:51:38.358 INFO [stderr] warning: cannot find type `ArticleForm` in this scope Nov 29 21:51:38.358 INFO [stderr] --> src/models/article.rs:14:10 Nov 29 21:51:38.358 INFO [stderr] | Nov 29 21:51:38.358 INFO [stderr] 14 | #[derive(Insertable, Serialize, Deserialize, AsChangeset, Queryable)] Nov 29 21:51:38.358 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 29 21:51:38.358 INFO [stderr] | Nov 29 21:51:38.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! Nov 29 21:51:38.358 INFO [stderr] = note: for more information, see issue #50504 Nov 29 21:51:38.358 INFO [stderr] Nov 29 21:51:38.358 INFO [stderr] warning: cannot find type `ArticleForm` in this scope Nov 29 21:51:38.358 INFO [stderr] --> src/models/article.rs:14:46 Nov 29 21:51:38.358 INFO [stderr] | Nov 29 21:51:38.358 INFO [stderr] 14 | #[derive(Insertable, Serialize, Deserialize, AsChangeset, Queryable)] Nov 29 21:51:38.358 INFO [stderr] | ^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 29 21:51:38.358 INFO [stderr] | Nov 29 21:51:38.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! Nov 29 21:51:38.358 INFO [stderr] = note: for more information, see issue #50504 Nov 29 21:51:38.358 INFO [stderr] Nov 29 21:51:38.358 INFO [stderr] warning: cannot find type `articles` in this scope Nov 29 21:51:38.358 INFO [stderr] --> src/models/article.rs:14:46 Nov 29 21:51:38.358 INFO [stderr] | Nov 29 21:51:38.358 INFO [stderr] 14 | #[derive(Insertable, Serialize, Deserialize, AsChangeset, Queryable)] Nov 29 21:51:38.358 INFO [stderr] | ^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 29 21:51:38.358 INFO [stderr] | Nov 29 21:51:38.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! Nov 29 21:51:38.358 INFO [stderr] = note: for more information, see issue #50504 Nov 29 21:51:38.358 INFO [stderr] Nov 29 21:51:38.358 INFO [stderr] warning: cannot find type `ArticleForm` in this scope Nov 29 21:51:38.358 INFO [stderr] --> src/models/article.rs:14:59 Nov 29 21:51:38.358 INFO [stderr] | Nov 29 21:51:38.358 INFO [stderr] 14 | #[derive(Insertable, Serialize, Deserialize, AsChangeset, Queryable)] Nov 29 21:51:38.358 INFO [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 29 21:51:38.358 INFO [stderr] | Nov 29 21:51:38.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! Nov 29 21:51:38.358 INFO [stderr] = note: for more information, see issue #50504 Nov 29 21:51:38.358 INFO [stderr] Nov 29 21:51:38.358 INFO [stderr] warning: cannot find type `table` in this scope Nov 29 21:51:38.358 INFO [stderr] --> <::diesel::macros::table_body macros>:165:33 Nov 29 21:51:38.358 INFO [stderr] | Nov 29 21:51:38.358 INFO [stderr] 165 | derive ( Debug , Clone , Copy , QueryId ) ] /// The actual table struct Nov 29 21:51:38.358 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 29 21:51:38.358 INFO [stderr] | Nov 29 21:51:38.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! Nov 29 21:51:38.358 INFO [stderr] = note: for more information, see issue #50504 Nov 29 21:51:38.358 INFO [stderr] Nov 29 21:51:38.358 INFO [stderr] warning: cannot find type `id` in this scope Nov 29 21:51:38.358 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 29 21:51:38.358 INFO [stderr] | Nov 29 21:51:38.358 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 29 21:51:38.358 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 29 21:51:38.358 INFO [stderr] | Nov 29 21:51:38.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! Nov 29 21:51:38.358 INFO [stderr] = note: for more information, see issue #50504 Nov 29 21:51:38.358 INFO [stderr] Nov 29 21:51:38.358 INFO [stderr] warning: cannot find type `title` in this scope Nov 29 21:51:38.358 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 29 21:51:38.358 INFO [stderr] | Nov 29 21:51:38.358 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 29 21:51:38.358 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 29 21:51:38.358 INFO [stderr] | Nov 29 21:51:38.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! Nov 29 21:51:38.358 INFO [stderr] = note: for more information, see issue #50504 Nov 29 21:51:38.358 INFO [stderr] Nov 29 21:51:38.358 INFO [stderr] warning: cannot find type `body` in this scope Nov 29 21:51:38.358 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 29 21:51:38.358 INFO [stderr] | Nov 29 21:51:38.358 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 29 21:51:38.358 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 29 21:51:38.358 INFO [stderr] | Nov 29 21:51:38.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! Nov 29 21:51:38.358 INFO [stderr] = note: for more information, see issue #50504 Nov 29 21:51:38.358 INFO [stderr] Nov 29 21:51:38.358 INFO [stderr] warning: cannot find type `published` in this scope Nov 29 21:51:38.358 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 29 21:51:38.358 INFO [stderr] | Nov 29 21:51:38.358 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 29 21:51:38.358 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 29 21:51:38.358 INFO [stderr] | Nov 29 21:51:38.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! Nov 29 21:51:38.359 INFO [stderr] = note: for more information, see issue #50504 Nov 29 21:51:38.359 INFO [stderr] Nov 29 21:51:38.359 INFO [stderr] warning: cannot find type `created_at` in this scope Nov 29 21:51:38.359 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 29 21:51:38.359 INFO [stderr] | Nov 29 21:51:38.359 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 29 21:51:38.359 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 29 21:51:38.359 INFO [stderr] | Nov 29 21:51:38.359 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 29 21:51:38.359 INFO [stderr] = note: for more information, see issue #50504 Nov 29 21:51:38.359 INFO [stderr] Nov 29 21:51:38.359 INFO [stderr] warning: cannot find type `updated_at` in this scope Nov 29 21:51:38.359 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 29 21:51:38.359 INFO [stderr] | Nov 29 21:51:38.359 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 29 21:51:38.359 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 29 21:51:38.359 INFO [stderr] | Nov 29 21:51:38.359 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 29 21:51:38.359 INFO [stderr] = note: for more information, see issue #50504 Nov 29 21:51:38.359 INFO [stderr] Nov 29 21:51:38.359 INFO [stderr] warning: cannot find type `tag_id` in this scope Nov 29 21:51:38.359 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 29 21:51:38.359 INFO [stderr] | Nov 29 21:51:38.359 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 29 21:51:38.359 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 29 21:51:38.359 INFO [stderr] | Nov 29 21:51:38.359 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 29 21:51:38.359 INFO [stderr] = note: for more information, see issue #50504 Nov 29 21:51:38.359 INFO [stderr] Nov 29 21:51:38.359 INFO [stderr] warning: cannot find type `article_id` in this scope Nov 29 21:51:38.359 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 29 21:51:38.359 INFO [stderr] | Nov 29 21:51:38.359 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 29 21:51:38.359 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 29 21:51:38.359 INFO [stderr] | Nov 29 21:51:38.359 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 29 21:51:38.359 INFO [stderr] = note: for more information, see issue #50504 Nov 29 21:51:38.359 INFO [stderr] Nov 29 21:51:38.359 INFO [stderr] warning: cannot find type `name` in this scope Nov 29 21:51:38.359 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 29 21:51:38.359 INFO [stderr] | Nov 29 21:51:38.359 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 29 21:51:38.359 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 29 21:51:38.359 INFO [stderr] | Nov 29 21:51:38.359 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 29 21:51:38.359 INFO [stderr] = note: for more information, see issue #50504 Nov 29 21:51:38.359 INFO [stderr] Nov 29 21:51:38.359 INFO [stderr] warning: cannot find type `Tag` in this scope Nov 29 21:51:38.359 INFO [stderr] --> src/models/tag.rs:3:10 Nov 29 21:51:38.359 INFO [stderr] | Nov 29 21:51:38.359 INFO [stderr] 3 | #[derive(Identifiable, Queryable, Serialize, Deserialize)] Nov 29 21:51:38.359 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 29 21:51:38.359 INFO [stderr] | Nov 29 21:51:38.359 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 29 21:51:38.359 INFO [stderr] = note: for more information, see issue #50504 Nov 29 21:51:38.359 INFO [stderr] Nov 29 21:51:38.359 INFO [stderr] warning: cannot find type `tags` in this scope Nov 29 21:51:38.359 INFO [stderr] --> src/models/tag.rs:3:10 Nov 29 21:51:38.359 INFO [stderr] | Nov 29 21:51:38.359 INFO [stderr] 3 | #[derive(Identifiable, Queryable, Serialize, Deserialize)] Nov 29 21:51:38.359 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 29 21:51:38.359 INFO [stderr] | Nov 29 21:51:38.359 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 29 21:51:38.359 INFO [stderr] = note: for more information, see issue #50504 Nov 29 21:51:38.359 INFO [stderr] Nov 29 21:51:38.359 INFO [stderr] warning: cannot find type `Tag` in this scope Nov 29 21:51:38.359 INFO [stderr] --> src/models/tag.rs:3:24 Nov 29 21:51:38.359 INFO [stderr] | Nov 29 21:51:38.359 INFO [stderr] 3 | #[derive(Identifiable, Queryable, Serialize, Deserialize)] Nov 29 21:51:38.359 INFO [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 29 21:51:38.359 INFO [stderr] | Nov 29 21:51:38.359 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 29 21:51:38.359 INFO [stderr] = note: for more information, see issue #50504 Nov 29 21:51:38.359 INFO [stderr] Nov 29 21:51:38.359 INFO [stderr] warning: cannot find type `tags` in this scope Nov 29 21:51:38.359 INFO [stderr] --> src/models/tag.rs:9:10 Nov 29 21:51:38.359 INFO [stderr] | Nov 29 21:51:38.359 INFO [stderr] 9 | #[derive(Insertable, AsChangeset, Deserialize, Serialize)] Nov 29 21:51:38.359 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 29 21:51:38.359 INFO [stderr] | Nov 29 21:51:38.359 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 29 21:51:38.359 INFO [stderr] = note: for more information, see issue #50504 Nov 29 21:51:38.359 INFO [stderr] Nov 29 21:51:38.359 INFO [stderr] warning: cannot find type `TagForm` in this scope Nov 29 21:51:38.359 INFO [stderr] --> src/models/tag.rs:9:10 Nov 29 21:51:38.359 INFO [stderr] | Nov 29 21:51:38.359 INFO [stderr] 9 | #[derive(Insertable, AsChangeset, Deserialize, Serialize)] Nov 29 21:51:38.359 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 29 21:51:38.359 INFO [stderr] | Nov 29 21:51:38.359 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 29 21:51:38.359 INFO [stderr] = note: for more information, see issue #50504 Nov 29 21:51:38.360 INFO [stderr] Nov 29 21:51:38.360 INFO [stderr] warning: cannot find type `TagForm` in this scope Nov 29 21:51:38.360 INFO [stderr] --> src/models/tag.rs:9:22 Nov 29 21:51:38.360 INFO [stderr] | Nov 29 21:51:38.360 INFO [stderr] 9 | #[derive(Insertable, AsChangeset, Deserialize, Serialize)] Nov 29 21:51:38.360 INFO [stderr] | ^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 29 21:51:38.360 INFO [stderr] | Nov 29 21:51:38.360 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 29 21:51:38.360 INFO [stderr] = note: for more information, see issue #50504 Nov 29 21:51:38.360 INFO [stderr] Nov 29 21:51:38.360 INFO [stderr] warning: cannot find type `tags` in this scope Nov 29 21:51:38.360 INFO [stderr] --> src/models/tag.rs:9:22 Nov 29 21:51:38.360 INFO [stderr] | Nov 29 21:51:38.360 INFO [stderr] 9 | #[derive(Insertable, AsChangeset, Deserialize, Serialize)] Nov 29 21:51:38.360 INFO [stderr] | ^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 29 21:51:38.360 INFO [stderr] | Nov 29 21:51:38.360 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 29 21:51:38.360 INFO [stderr] = note: for more information, see issue #50504 Nov 29 21:51:38.360 INFO [stderr] Nov 29 21:51:38.361 INFO [stderr] warning: unused import: `diesel::prelude::*` Nov 29 21:51:38.361 INFO [stderr] --> src/models/tagging.rs:1:5 Nov 29 21:51:38.361 INFO [stderr] | Nov 29 21:51:38.361 INFO [stderr] 1 | use diesel::prelude::*; Nov 29 21:51:38.361 INFO [stderr] | ^^^^^^^^^^^^^^^^^^ Nov 29 21:51:38.361 INFO [stderr] Nov 29 21:51:38.361 INFO [stderr] warning: cannot find type `Tagging` in this scope Nov 29 21:51:38.361 INFO [stderr] --> src/models/tagging.rs:4:10 Nov 29 21:51:38.361 INFO [stderr] | Nov 29 21:51:38.361 INFO [stderr] 4 | #[derive(Identifiable, Queryable, Associations)] Nov 29 21:51:38.361 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 29 21:51:38.361 INFO [stderr] | Nov 29 21:51:38.361 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 29 21:51:38.361 INFO [stderr] = note: for more information, see issue #50504 Nov 29 21:51:38.361 INFO [stderr] Nov 29 21:51:38.361 INFO [stderr] warning: cannot find type `taggings` in this scope Nov 29 21:51:38.361 INFO [stderr] --> src/models/tagging.rs:4:10 Nov 29 21:51:38.361 INFO [stderr] | Nov 29 21:51:38.361 INFO [stderr] 4 | #[derive(Identifiable, Queryable, Associations)] Nov 29 21:51:38.361 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 29 21:51:38.361 INFO [stderr] | Nov 29 21:51:38.361 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 29 21:51:38.361 INFO [stderr] = note: for more information, see issue #50504 Nov 29 21:51:38.361 INFO [stderr] Nov 29 21:51:38.361 INFO [stderr] warning: cannot find type `Tagging` in this scope Nov 29 21:51:38.361 INFO [stderr] --> src/models/tagging.rs:4:24 Nov 29 21:51:38.361 INFO [stderr] | Nov 29 21:51:38.361 INFO [stderr] 4 | #[derive(Identifiable, Queryable, Associations)] Nov 29 21:51:38.361 INFO [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 29 21:51:38.361 INFO [stderr] | Nov 29 21:51:38.361 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 29 21:51:38.361 INFO [stderr] = note: for more information, see issue #50504 Nov 29 21:51:38.361 INFO [stderr] Nov 29 21:51:38.361 INFO [stderr] warning: cannot find type `Article` in this scope Nov 29 21:51:38.361 INFO [stderr] --> src/models/tagging.rs:4:35 Nov 29 21:51:38.361 INFO [stderr] | Nov 29 21:51:38.361 INFO [stderr] 4 | #[derive(Identifiable, Queryable, Associations)] Nov 29 21:51:38.361 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 29 21:51:38.361 INFO [stderr] | Nov 29 21:51:38.361 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 29 21:51:38.361 INFO [stderr] = note: for more information, see issue #50504 Nov 29 21:51:38.361 INFO [stderr] Nov 29 21:51:38.361 INFO [stderr] warning: cannot find type `Tagging` in this scope Nov 29 21:51:38.361 INFO [stderr] --> src/models/tagging.rs:4:35 Nov 29 21:51:38.361 INFO [stderr] | Nov 29 21:51:38.361 INFO [stderr] 4 | #[derive(Identifiable, Queryable, Associations)] Nov 29 21:51:38.361 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 29 21:51:38.361 INFO [stderr] | Nov 29 21:51:38.361 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 29 21:51:38.361 INFO [stderr] = note: for more information, see issue #50504 Nov 29 21:51:38.361 INFO [stderr] Nov 29 21:51:38.361 INFO [stderr] warning: cannot find type `taggings` in this scope Nov 29 21:51:38.361 INFO [stderr] --> src/models/tagging.rs:4:35 Nov 29 21:51:38.361 INFO [stderr] | Nov 29 21:51:38.361 INFO [stderr] 4 | #[derive(Identifiable, Queryable, Associations)] Nov 29 21:51:38.361 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 29 21:51:38.361 INFO [stderr] | Nov 29 21:51:38.361 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 29 21:51:38.361 INFO [stderr] = note: for more information, see issue #50504 Nov 29 21:51:38.361 INFO [stderr] Nov 29 21:51:38.361 INFO [stderr] warning: cannot find type `Tag` in this scope Nov 29 21:51:38.361 INFO [stderr] --> src/models/tagging.rs:4:35 Nov 29 21:51:38.361 INFO [stderr] | Nov 29 21:51:38.361 INFO [stderr] 4 | #[derive(Identifiable, Queryable, Associations)] Nov 29 21:51:38.361 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 29 21:51:38.361 INFO [stderr] | Nov 29 21:51:38.361 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 29 21:51:38.361 INFO [stderr] = note: for more information, see issue #50504 Nov 29 21:51:38.361 INFO [stderr] Nov 29 21:51:38.361 INFO [stderr] warning: cannot find type `taggings` in this scope Nov 29 21:51:38.361 INFO [stderr] --> src/models/tagging.rs:13:10 Nov 29 21:51:38.361 INFO [stderr] | Nov 29 21:51:38.362 INFO [stderr] 13 | #[derive(Insertable)] Nov 29 21:51:38.362 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 29 21:51:38.362 INFO [stderr] | Nov 29 21:51:38.362 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 29 21:51:38.362 INFO [stderr] = note: for more information, see issue #50504 Nov 29 21:51:38.362 INFO [stderr] Nov 29 21:51:38.362 INFO [stderr] warning: cannot find type `NewTagging` in this scope Nov 29 21:51:38.362 INFO [stderr] --> src/models/tagging.rs:13:10 Nov 29 21:51:38.362 INFO [stderr] | Nov 29 21:51:38.362 INFO [stderr] 13 | #[derive(Insertable)] Nov 29 21:51:38.362 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 29 21:51:38.362 INFO [stderr] | Nov 29 21:51:38.362 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 29 21:51:38.362 INFO [stderr] = note: for more information, see issue #50504 Nov 29 21:51:38.362 INFO [stderr] Nov 29 21:51:38.557 INFO [stderr] warning: unused import: `Method` Nov 29 21:51:38.557 INFO [stderr] --> src/main.rs:21:20 Nov 29 21:51:38.557 INFO [stderr] | Nov 29 21:51:38.557 INFO [stderr] 21 | use rocket::http::{Method, Status}; Nov 29 21:51:38.557 INFO [stderr] | ^^^^^^ Nov 29 21:51:38.557 INFO [stderr] | Nov 29 21:51:38.557 INFO [stderr] = note: #[warn(unused_imports)] on by default Nov 29 21:51:38.557 INFO [stderr] Nov 29 21:51:38.557 INFO [stderr] warning: unused import: `AllowedHeaders` Nov 29 21:51:38.557 INFO [stderr] --> src/main.rs:24:19 Nov 29 21:51:38.557 INFO [stderr] | Nov 29 21:51:38.557 INFO [stderr] 24 | use rocket_cors::{AllowedHeaders, AllowedOrigins}; Nov 29 21:51:38.557 INFO [stderr] | ^^^^^^^^^^^^^^ Nov 29 21:51:38.557 INFO [stderr] Nov 29 21:51:38.557 INFO [stderr] warning: cannot find type `Article` in this scope Nov 29 21:51:38.557 INFO [stderr] --> src/models/article.rs:4:10 Nov 29 21:51:38.557 INFO [stderr] | Nov 29 21:51:38.557 INFO [stderr] 4 | #[derive(Identifiable, Queryable, Serialize, Deserialize)] Nov 29 21:51:38.557 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 29 21:51:38.557 INFO [stderr] | Nov 29 21:51:38.557 INFO [stderr] = note: #[warn(proc_macro_derive_resolution_fallback)] on by default Nov 29 21:51:38.557 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 29 21:51:38.557 INFO [stderr] = note: for more information, see issue #50504 Nov 29 21:51:38.557 INFO [stderr] Nov 29 21:51:38.557 INFO [stderr] warning: cannot find type `articles` in this scope Nov 29 21:51:38.557 INFO [stderr] --> src/models/article.rs:4:10 Nov 29 21:51:38.557 INFO [stderr] | Nov 29 21:51:38.557 INFO [stderr] 4 | #[derive(Identifiable, Queryable, Serialize, Deserialize)] Nov 29 21:51:38.557 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 29 21:51:38.557 INFO [stderr] | Nov 29 21:51:38.557 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 29 21:51:38.557 INFO [stderr] = note: for more information, see issue #50504 Nov 29 21:51:38.557 INFO [stderr] Nov 29 21:51:38.557 INFO [stderr] warning: cannot find type `Article` in this scope Nov 29 21:51:38.557 INFO [stderr] --> src/models/article.rs:4:10 Nov 29 21:51:38.557 INFO [stderr] | Nov 29 21:51:38.557 INFO [stderr] 4 | #[derive(Identifiable, Queryable, Serialize, Deserialize)] Nov 29 21:51:38.557 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 29 21:51:38.557 INFO [stderr] | Nov 29 21:51:38.557 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 29 21:51:38.557 INFO [stderr] = note: for more information, see issue #50504 Nov 29 21:51:38.557 INFO [stderr] Nov 29 21:51:38.557 INFO [stderr] warning: cannot find type `NaiveDateTime` in this scope Nov 29 21:51:38.557 INFO [stderr] --> src/models/article.rs:4:24 Nov 29 21:51:38.557 INFO [stderr] | Nov 29 21:51:38.557 INFO [stderr] 4 | #[derive(Identifiable, Queryable, Serialize, Deserialize)] Nov 29 21:51:38.557 INFO [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 29 21:51:38.557 INFO [stderr] | Nov 29 21:51:38.557 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 29 21:51:38.557 INFO [stderr] = note: for more information, see issue #50504 Nov 29 21:51:38.557 INFO [stderr] Nov 29 21:51:38.557 INFO [stderr] warning: cannot find type `Article` in this scope Nov 29 21:51:38.557 INFO [stderr] --> src/models/article.rs:4:24 Nov 29 21:51:38.557 INFO [stderr] | Nov 29 21:51:38.557 INFO [stderr] 4 | #[derive(Identifiable, Queryable, Serialize, Deserialize)] Nov 29 21:51:38.557 INFO [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 29 21:51:38.557 INFO [stderr] | Nov 29 21:51:38.557 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 29 21:51:38.557 INFO [stderr] = note: for more information, see issue #50504 Nov 29 21:51:38.557 INFO [stderr] Nov 29 21:51:38.557 INFO [stderr] warning: cannot find type `articles` in this scope Nov 29 21:51:38.557 INFO [stderr] --> src/models/article.rs:14:10 Nov 29 21:51:38.557 INFO [stderr] | Nov 29 21:51:38.558 INFO [stderr] 14 | #[derive(Insertable, Serialize, Deserialize, AsChangeset, Queryable)] Nov 29 21:51:38.558 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 29 21:51:38.558 INFO [stderr] | Nov 29 21:51:38.558 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 29 21:51:38.558 INFO [stderr] = note: for more information, see issue #50504 Nov 29 21:51:38.558 INFO [stderr] Nov 29 21:51:38.558 INFO [stderr] warning: cannot find type `ArticleForm` in this scope Nov 29 21:51:38.558 INFO [stderr] --> src/models/article.rs:14:10 Nov 29 21:51:38.558 INFO [stderr] | Nov 29 21:51:38.558 INFO [stderr] 14 | #[derive(Insertable, Serialize, Deserialize, AsChangeset, Queryable)] Nov 29 21:51:38.558 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 29 21:51:38.558 INFO [stderr] | Nov 29 21:51:38.558 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 29 21:51:38.558 INFO [stderr] = note: for more information, see issue #50504 Nov 29 21:51:38.558 INFO [stderr] Nov 29 21:51:38.558 INFO [stderr] warning: cannot find type `ArticleForm` in this scope Nov 29 21:51:38.558 INFO [stderr] --> src/models/article.rs:14:46 Nov 29 21:51:38.558 INFO [stderr] | Nov 29 21:51:38.558 INFO [stderr] 14 | #[derive(Insertable, Serialize, Deserialize, AsChangeset, Queryable)] Nov 29 21:51:38.558 INFO [stderr] | ^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 29 21:51:38.558 INFO [stderr] | Nov 29 21:51:38.558 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 29 21:51:38.558 INFO [stderr] = note: for more information, see issue #50504 Nov 29 21:51:38.558 INFO [stderr] Nov 29 21:51:38.558 INFO [stderr] warning: cannot find type `articles` in this scope Nov 29 21:51:38.558 INFO [stderr] --> src/models/article.rs:14:46 Nov 29 21:51:38.558 INFO [stderr] | Nov 29 21:51:38.558 INFO [stderr] 14 | #[derive(Insertable, Serialize, Deserialize, AsChangeset, Queryable)] Nov 29 21:51:38.558 INFO [stderr] | ^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 29 21:51:38.558 INFO [stderr] | Nov 29 21:51:38.558 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 29 21:51:38.558 INFO [stderr] = note: for more information, see issue #50504 Nov 29 21:51:38.558 INFO [stderr] Nov 29 21:51:38.558 INFO [stderr] warning: cannot find type `ArticleForm` in this scope Nov 29 21:51:38.558 INFO [stderr] --> src/models/article.rs:14:59 Nov 29 21:51:38.558 INFO [stderr] | Nov 29 21:51:38.558 INFO [stderr] 14 | #[derive(Insertable, Serialize, Deserialize, AsChangeset, Queryable)] Nov 29 21:51:38.558 INFO [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 29 21:51:38.558 INFO [stderr] | Nov 29 21:51:38.558 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 29 21:51:38.558 INFO [stderr] = note: for more information, see issue #50504 Nov 29 21:51:38.558 INFO [stderr] Nov 29 21:51:38.558 INFO [stderr] warning: cannot find type `table` in this scope Nov 29 21:51:38.558 INFO [stderr] --> <::diesel::macros::table_body macros>:165:33 Nov 29 21:51:38.558 INFO [stderr] | Nov 29 21:51:38.558 INFO [stderr] 165 | derive ( Debug , Clone , Copy , QueryId ) ] /// The actual table struct Nov 29 21:51:38.558 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 29 21:51:38.558 INFO [stderr] | Nov 29 21:51:38.558 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 29 21:51:38.558 INFO [stderr] = note: for more information, see issue #50504 Nov 29 21:51:38.558 INFO [stderr] Nov 29 21:51:38.558 INFO [stderr] warning: cannot find type `id` in this scope Nov 29 21:51:38.558 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 29 21:51:38.558 INFO [stderr] | Nov 29 21:51:38.558 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 29 21:51:38.558 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 29 21:51:38.558 INFO [stderr] | Nov 29 21:51:38.558 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 29 21:51:38.558 INFO [stderr] = note: for more information, see issue #50504 Nov 29 21:51:38.558 INFO [stderr] Nov 29 21:51:38.558 INFO [stderr] warning: cannot find type `title` in this scope Nov 29 21:51:38.558 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 29 21:51:38.558 INFO [stderr] | Nov 29 21:51:38.558 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 29 21:51:38.558 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 29 21:51:38.558 INFO [stderr] | Nov 29 21:51:38.558 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 29 21:51:38.558 INFO [stderr] = note: for more information, see issue #50504 Nov 29 21:51:38.558 INFO [stderr] Nov 29 21:51:38.558 INFO [stderr] warning: cannot find type `body` in this scope Nov 29 21:51:38.558 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 29 21:51:38.558 INFO [stderr] | Nov 29 21:51:38.558 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 29 21:51:38.558 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 29 21:51:38.558 INFO [stderr] | Nov 29 21:51:38.558 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 29 21:51:38.558 INFO [stderr] = note: for more information, see issue #50504 Nov 29 21:51:38.558 INFO [stderr] Nov 29 21:51:38.558 INFO [stderr] warning: cannot find type `published` in this scope Nov 29 21:51:38.558 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 29 21:51:38.558 INFO [stderr] | Nov 29 21:51:38.558 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 29 21:51:38.558 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 29 21:51:38.558 INFO [stderr] | Nov 29 21:51:38.558 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 29 21:51:38.558 INFO [stderr] = note: for more information, see issue #50504 Nov 29 21:51:38.558 INFO [stderr] Nov 29 21:51:38.558 INFO [stderr] warning: cannot find type `created_at` in this scope Nov 29 21:51:38.558 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 29 21:51:38.558 INFO [stderr] | Nov 29 21:51:38.559 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 29 21:51:38.559 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 29 21:51:38.559 INFO [stderr] | Nov 29 21:51:38.559 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 29 21:51:38.559 INFO [stderr] = note: for more information, see issue #50504 Nov 29 21:51:38.559 INFO [stderr] Nov 29 21:51:38.559 INFO [stderr] warning: cannot find type `updated_at` in this scope Nov 29 21:51:38.559 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 29 21:51:38.559 INFO [stderr] | Nov 29 21:51:38.559 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 29 21:51:38.559 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 29 21:51:38.559 INFO [stderr] | Nov 29 21:51:38.559 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 29 21:51:38.559 INFO [stderr] = note: for more information, see issue #50504 Nov 29 21:51:38.559 INFO [stderr] Nov 29 21:51:38.568 INFO [stderr] warning: cannot find type `tag_id` in this scope Nov 29 21:51:38.568 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 29 21:51:38.568 INFO [stderr] | Nov 29 21:51:38.568 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 29 21:51:38.568 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 29 21:51:38.568 INFO [stderr] | Nov 29 21:51:38.568 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 29 21:51:38.568 INFO [stderr] = note: for more information, see issue #50504 Nov 29 21:51:38.568 INFO [stderr] Nov 29 21:51:38.568 INFO [stderr] warning: cannot find type `article_id` in this scope Nov 29 21:51:38.568 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 29 21:51:38.568 INFO [stderr] | Nov 29 21:51:38.568 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 29 21:51:38.568 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 29 21:51:38.568 INFO [stderr] | Nov 29 21:51:38.568 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 29 21:51:38.568 INFO [stderr] = note: for more information, see issue #50504 Nov 29 21:51:38.568 INFO [stderr] Nov 29 21:51:38.568 INFO [stderr] warning: cannot find type `name` in this scope Nov 29 21:51:38.568 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 29 21:51:38.568 INFO [stderr] | Nov 29 21:51:38.568 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 29 21:51:38.568 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 29 21:51:38.568 INFO [stderr] | Nov 29 21:51:38.568 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 29 21:51:38.568 INFO [stderr] = note: for more information, see issue #50504 Nov 29 21:51:38.568 INFO [stderr] Nov 29 21:51:38.568 INFO [stderr] warning: cannot find type `Tag` in this scope Nov 29 21:51:38.568 INFO [stderr] --> src/models/tag.rs:3:10 Nov 29 21:51:38.568 INFO [stderr] | Nov 29 21:51:38.568 INFO [stderr] 3 | #[derive(Identifiable, Queryable, Serialize, Deserialize)] Nov 29 21:51:38.568 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 29 21:51:38.568 INFO [stderr] | Nov 29 21:51:38.568 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 29 21:51:38.568 INFO [stderr] = note: for more information, see issue #50504 Nov 29 21:51:38.568 INFO [stderr] Nov 29 21:51:38.568 INFO [stderr] warning: cannot find type `tags` in this scope Nov 29 21:51:38.568 INFO [stderr] --> src/models/tag.rs:3:10 Nov 29 21:51:38.568 INFO [stderr] | Nov 29 21:51:38.568 INFO [stderr] 3 | #[derive(Identifiable, Queryable, Serialize, Deserialize)] Nov 29 21:51:38.569 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 29 21:51:38.569 INFO [stderr] | Nov 29 21:51:38.569 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 29 21:51:38.569 INFO [stderr] = note: for more information, see issue #50504 Nov 29 21:51:38.569 INFO [stderr] Nov 29 21:51:38.569 INFO [stderr] warning: cannot find type `Tag` in this scope Nov 29 21:51:38.569 INFO [stderr] --> src/models/tag.rs:3:24 Nov 29 21:51:38.569 INFO [stderr] | Nov 29 21:51:38.569 INFO [stderr] 3 | #[derive(Identifiable, Queryable, Serialize, Deserialize)] Nov 29 21:51:38.569 INFO [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 29 21:51:38.569 INFO [stderr] | Nov 29 21:51:38.569 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 29 21:51:38.569 INFO [stderr] = note: for more information, see issue #50504 Nov 29 21:51:38.569 INFO [stderr] Nov 29 21:51:38.569 INFO [stderr] warning: cannot find type `tags` in this scope Nov 29 21:51:38.569 INFO [stderr] --> src/models/tag.rs:9:10 Nov 29 21:51:38.569 INFO [stderr] | Nov 29 21:51:38.569 INFO [stderr] 9 | #[derive(Insertable, AsChangeset, Deserialize, Serialize)] Nov 29 21:51:38.569 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 29 21:51:38.569 INFO [stderr] | Nov 29 21:51:38.569 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 29 21:51:38.569 INFO [stderr] = note: for more information, see issue #50504 Nov 29 21:51:38.569 INFO [stderr] Nov 29 21:51:38.569 INFO [stderr] warning: cannot find type `TagForm` in this scope Nov 29 21:51:38.569 INFO [stderr] --> src/models/tag.rs:9:10 Nov 29 21:51:38.569 INFO [stderr] | Nov 29 21:51:38.569 INFO [stderr] 9 | #[derive(Insertable, AsChangeset, Deserialize, Serialize)] Nov 29 21:51:38.569 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 29 21:51:38.569 INFO [stderr] | Nov 29 21:51:38.569 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 29 21:51:38.569 INFO [stderr] = note: for more information, see issue #50504 Nov 29 21:51:38.569 INFO [stderr] Nov 29 21:51:38.569 INFO [stderr] warning: cannot find type `TagForm` in this scope Nov 29 21:51:38.569 INFO [stderr] --> src/models/tag.rs:9:22 Nov 29 21:51:38.569 INFO [stderr] | Nov 29 21:51:38.569 INFO [stderr] 9 | #[derive(Insertable, AsChangeset, Deserialize, Serialize)] Nov 29 21:51:38.569 INFO [stderr] | ^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 29 21:51:38.569 INFO [stderr] | Nov 29 21:51:38.569 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 29 21:51:38.569 INFO [stderr] = note: for more information, see issue #50504 Nov 29 21:51:38.569 INFO [stderr] Nov 29 21:51:38.569 INFO [stderr] warning: cannot find type `tags` in this scope Nov 29 21:51:38.569 INFO [stderr] --> src/models/tag.rs:9:22 Nov 29 21:51:38.569 INFO [stderr] | Nov 29 21:51:38.569 INFO [stderr] 9 | #[derive(Insertable, AsChangeset, Deserialize, Serialize)] Nov 29 21:51:38.569 INFO [stderr] | ^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 29 21:51:38.569 INFO [stderr] | Nov 29 21:51:38.569 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 29 21:51:38.569 INFO [stderr] = note: for more information, see issue #50504 Nov 29 21:51:38.569 INFO [stderr] Nov 29 21:51:38.569 INFO [stderr] warning: unused import: `diesel::prelude::*` Nov 29 21:51:38.569 INFO [stderr] --> src/models/tagging.rs:1:5 Nov 29 21:51:38.569 INFO [stderr] | Nov 29 21:51:38.569 INFO [stderr] 1 | use diesel::prelude::*; Nov 29 21:51:38.569 INFO [stderr] | ^^^^^^^^^^^^^^^^^^ Nov 29 21:51:38.569 INFO [stderr] Nov 29 21:51:38.569 INFO [stderr] warning: cannot find type `Tagging` in this scope Nov 29 21:51:38.569 INFO [stderr] --> src/models/tagging.rs:4:10 Nov 29 21:51:38.569 INFO [stderr] | Nov 29 21:51:38.569 INFO [stderr] 4 | #[derive(Identifiable, Queryable, Associations)] Nov 29 21:51:38.569 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 29 21:51:38.569 INFO [stderr] | Nov 29 21:51:38.569 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 29 21:51:38.569 INFO [stderr] = note: for more information, see issue #50504 Nov 29 21:51:38.569 INFO [stderr] Nov 29 21:51:38.569 INFO [stderr] warning: cannot find type `taggings` in this scope Nov 29 21:51:38.569 INFO [stderr] --> src/models/tagging.rs:4:10 Nov 29 21:51:38.569 INFO [stderr] | Nov 29 21:51:38.569 INFO [stderr] 4 | #[derive(Identifiable, Queryable, Associations)] Nov 29 21:51:38.569 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 29 21:51:38.569 INFO [stderr] | Nov 29 21:51:38.569 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 29 21:51:38.569 INFO [stderr] = note: for more information, see issue #50504 Nov 29 21:51:38.569 INFO [stderr] Nov 29 21:51:38.569 INFO [stderr] warning: cannot find type `Tagging` in this scope Nov 29 21:51:38.569 INFO [stderr] --> src/models/tagging.rs:4:24 Nov 29 21:51:38.569 INFO [stderr] | Nov 29 21:51:38.569 INFO [stderr] 4 | #[derive(Identifiable, Queryable, Associations)] Nov 29 21:51:38.569 INFO [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 29 21:51:38.569 INFO [stderr] | Nov 29 21:51:38.569 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 29 21:51:38.569 INFO [stderr] = note: for more information, see issue #50504 Nov 29 21:51:38.569 INFO [stderr] Nov 29 21:51:38.569 INFO [stderr] warning: cannot find type `Article` in this scope Nov 29 21:51:38.569 INFO [stderr] --> src/models/tagging.rs:4:35 Nov 29 21:51:38.569 INFO [stderr] | Nov 29 21:51:38.569 INFO [stderr] 4 | #[derive(Identifiable, Queryable, Associations)] Nov 29 21:51:38.569 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 29 21:51:38.569 INFO [stderr] | Nov 29 21:51:38.569 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 29 21:51:38.569 INFO [stderr] = note: for more information, see issue #50504 Nov 29 21:51:38.569 INFO [stderr] Nov 29 21:51:38.569 INFO [stderr] warning: cannot find type `Tagging` in this scope Nov 29 21:51:38.570 INFO [stderr] --> src/models/tagging.rs:4:35 Nov 29 21:51:38.570 INFO [stderr] | Nov 29 21:51:38.570 INFO [stderr] 4 | #[derive(Identifiable, Queryable, Associations)] Nov 29 21:51:38.570 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 29 21:51:38.570 INFO [stderr] | Nov 29 21:51:38.570 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 29 21:51:38.570 INFO [stderr] = note: for more information, see issue #50504 Nov 29 21:51:38.570 INFO [stderr] Nov 29 21:51:38.570 INFO [stderr] warning: cannot find type `taggings` in this scope Nov 29 21:51:38.570 INFO [stderr] --> src/models/tagging.rs:4:35 Nov 29 21:51:38.570 INFO [stderr] | Nov 29 21:51:38.570 INFO [stderr] 4 | #[derive(Identifiable, Queryable, Associations)] Nov 29 21:51:38.570 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 29 21:51:38.570 INFO [stderr] | Nov 29 21:51:38.570 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 29 21:51:38.570 INFO [stderr] = note: for more information, see issue #50504 Nov 29 21:51:38.570 INFO [stderr] Nov 29 21:51:38.576 INFO [stderr] warning: cannot find type `Tag` in this scope Nov 29 21:51:38.576 INFO [stderr] --> src/models/tagging.rs:4:35 Nov 29 21:51:38.576 INFO [stderr] | Nov 29 21:51:38.576 INFO [stderr] 4 | #[derive(Identifiable, Queryable, Associations)] Nov 29 21:51:38.576 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 29 21:51:38.576 INFO [stderr] | Nov 29 21:51:38.576 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 29 21:51:38.576 INFO [stderr] = note: for more information, see issue #50504 Nov 29 21:51:38.576 INFO [stderr] Nov 29 21:51:38.576 INFO [stderr] warning: cannot find type `taggings` in this scope Nov 29 21:51:38.576 INFO [stderr] --> src/models/tagging.rs:13:10 Nov 29 21:51:38.576 INFO [stderr] | Nov 29 21:51:38.576 INFO [stderr] 13 | #[derive(Insertable)] Nov 29 21:51:38.576 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 29 21:51:38.576 INFO [stderr] | Nov 29 21:51:38.576 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 29 21:51:38.576 INFO [stderr] = note: for more information, see issue #50504 Nov 29 21:51:38.576 INFO [stderr] Nov 29 21:51:38.576 INFO [stderr] warning: cannot find type `NewTagging` in this scope Nov 29 21:51:38.576 INFO [stderr] --> src/models/tagging.rs:13:10 Nov 29 21:51:38.576 INFO [stderr] | Nov 29 21:51:38.576 INFO [stderr] 13 | #[derive(Insertable)] Nov 29 21:51:38.576 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 29 21:51:38.576 INFO [stderr] | Nov 29 21:51:38.576 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 29 21:51:38.576 INFO [stderr] = note: for more information, see issue #50504 Nov 29 21:51:38.576 INFO [stderr] Nov 29 21:51:39.436 INFO [stderr] warning: the feature `extern_prelude` has been stable since 1.30.0 and no longer requires an attribute to enable Nov 29 21:51:39.436 INFO [stderr] --> src/main.rs:4:12 Nov 29 21:51:39.436 INFO [stderr] | Nov 29 21:51:39.436 INFO [stderr] 4 | #![feature(extern_prelude)] Nov 29 21:51:39.436 INFO [stderr] | ^^^^^^^^^^^^^^ Nov 29 21:51:39.436 INFO [stderr] | Nov 29 21:51:39.436 INFO [stderr] = note: #[warn(stable_features)] on by default Nov 29 21:51:39.436 INFO [stderr] Nov 29 21:51:39.485 INFO [stderr] warning: the feature `extern_prelude` has been stable since 1.30.0 and no longer requires an attribute to enable Nov 29 21:51:39.485 INFO [stderr] --> src/main.rs:4:12 Nov 29 21:51:39.485 INFO [stderr] | Nov 29 21:51:39.485 INFO [stderr] 4 | #![feature(extern_prelude)] Nov 29 21:51:39.485 INFO [stderr] | ^^^^^^^^^^^^^^ Nov 29 21:51:39.485 INFO [stderr] | Nov 29 21:51:39.485 INFO [stderr] = note: #[warn(stable_features)] on by default Nov 29 21:51:39.485 INFO [stderr] Nov 29 21:51:39.536 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 31s Nov 29 21:51:39.556 INFO [stderr] su: No module specific data is present Nov 29 21:51:40.110 INFO running `"docker" "inspect" "ceed1e4858bfd0e6a138b8c54382bf0f50e7c15f83472a782366b41b98ad35b9"` Nov 29 21:51:40.341 INFO running `"docker" "rm" "-f" "ceed1e4858bfd0e6a138b8c54382bf0f50e7c15f83472a782366b41b98ad35b9"` Nov 29 21:51:40.611 INFO [stdout] ceed1e4858bfd0e6a138b8c54382bf0f50e7c15f83472a782366b41b98ad35b9