Nov 04 02:20:05.434 INFO checking mtwtkman/editor against try#e740b9aa0b624fa39feb39613e76d15bdf57e594 for pr-55655 Nov 04 02:20:05.434 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55655/worker-3/try#e740b9aa0b624fa39feb39613e76d15bdf57e594:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-3/pr-55655/try#e740b9aa0b624fa39feb39613e76d15bdf57e594:/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 +e740b9aa0b624fa39feb39613e76d15bdf57e594-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 04 02:20:05.946 INFO blam! 48a97a483518ea60c24934ab7f67f3bfb31ced9c5427ce0044563e9975d7d573 Nov 04 02:20:05.949 INFO running `"docker" "start" "-a" "48a97a483518ea60c24934ab7f67f3bfb31ced9c5427ce0044563e9975d7d573"` Nov 04 02:20:07.108 INFO kablam! usermod: no changes Nov 04 02:20:07.187 INFO kablam! warning: An explicit [[test]] section is specified in Cargo.toml which currently Nov 04 02:20:07.187 INFO kablam! disables Cargo from automatically inferring other test targets. Nov 04 02:20:07.187 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Nov 04 02:20:07.187 INFO kablam! files will be included as a test target: Nov 04 02:20:07.187 INFO kablam! Nov 04 02:20:07.187 INFO kablam! * /source/tests/helpers.rs Nov 04 02:20:07.187 INFO kablam! Nov 04 02:20:07.187 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Nov 04 02:20:07.187 INFO kablam! ready to be compiled as a test target today. You can future-proof yourself Nov 04 02:20:07.187 INFO kablam! and disable this warning by adding `autotests = false` to your [package] Nov 04 02:20:07.187 INFO kablam! section. You may also move the files to a location where Cargo would not Nov 04 02:20:07.187 INFO kablam! automatically infer them to be a target, such as in subfolders. Nov 04 02:20:07.187 INFO kablam! Nov 04 02:20:07.187 INFO kablam! For more information on this warning you can consult Nov 04 02:20:07.187 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Nov 04 02:20:07.559 INFO kablam! Compiling libsqlite3-sys v0.9.3 Nov 04 02:20:07.575 INFO kablam! Compiling toml v0.4.6 Nov 04 02:20:07.575 INFO kablam! Checking unicase_serde v0.1.0 Nov 04 02:20:07.575 INFO kablam! Compiling diesel_derives v1.3.0 Nov 04 02:20:07.575 INFO kablam! Compiling chrono v0.4.6 Nov 04 02:20:07.575 INFO kablam! Checking url_serde v0.2.0 Nov 04 02:20:09.467 INFO kablam! Checking failure v0.1.2 Nov 04 02:20:10.707 INFO kablam! Checking dotenv v0.13.0 Nov 04 02:20:18.535 INFO kablam! Checking rocket v0.3.16 Nov 04 02:20:29.767 INFO kablam! Compiling diesel v1.3.3 Nov 04 02:20:31.325 INFO kablam! Checking rocket_cors v0.3.0 Nov 04 02:20:31.325 INFO kablam! Checking rocket_contrib v0.3.16 Nov 04 02:20:41.188 INFO kablam! Compiling rocket_codegen v0.3.16 Nov 04 02:21:19.915 INFO kablam! Checking migrations_internals v1.3.0 Nov 04 02:21:26.803 INFO kablam! Compiling migrations_macros v1.3.0 Nov 04 02:21:30.095 INFO kablam! Checking diesel_migrations v1.3.0 Nov 04 02:21:30.675 INFO kablam! Checking source v0.1.0 (/source) Nov 04 02:21:32.544 INFO kablam! warning: unused import: `Method` Nov 04 02:21:32.544 INFO kablam! --> src/main.rs:21:20 Nov 04 02:21:32.544 INFO kablam! | Nov 04 02:21:32.544 INFO kablam! 21 | use rocket::http::{Method, Status}; Nov 04 02:21:32.544 INFO kablam! | ^^^^^^ Nov 04 02:21:32.544 INFO kablam! | Nov 04 02:21:32.544 INFO kablam! = note: #[warn(unused_imports)] on by default Nov 04 02:21:32.544 INFO kablam! Nov 04 02:21:32.544 INFO kablam! warning: unused import: `AllowedHeaders` Nov 04 02:21:32.544 INFO kablam! --> src/main.rs:24:19 Nov 04 02:21:32.544 INFO kablam! | Nov 04 02:21:32.544 INFO kablam! 24 | use rocket_cors::{AllowedHeaders, AllowedOrigins}; Nov 04 02:21:32.544 INFO kablam! | ^^^^^^^^^^^^^^ Nov 04 02:21:32.544 INFO kablam! Nov 04 02:21:32.544 INFO kablam! warning: cannot find type `Article` in this scope Nov 04 02:21:32.544 INFO kablam! --> src/models/article.rs:4:10 Nov 04 02:21:32.544 INFO kablam! | Nov 04 02:21:32.544 INFO kablam! 4 | #[derive(Identifiable, Queryable, Serialize, Deserialize)] Nov 04 02:21:32.544 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 04 02:21:32.544 INFO kablam! | Nov 04 02:21:32.544 INFO kablam! = note: #[warn(proc_macro_derive_resolution_fallback)] on by default Nov 04 02:21:32.544 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 04 02:21:32.544 INFO kablam! = note: for more information, see issue #50504 Nov 04 02:21:32.544 INFO kablam! Nov 04 02:21:32.544 INFO kablam! warning: cannot find type `articles` in this scope Nov 04 02:21:32.544 INFO kablam! --> src/models/article.rs:4:10 Nov 04 02:21:32.544 INFO kablam! | Nov 04 02:21:32.544 INFO kablam! 4 | #[derive(Identifiable, Queryable, Serialize, Deserialize)] Nov 04 02:21:32.544 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 04 02:21:32.544 INFO kablam! | Nov 04 02:21:32.544 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 04 02:21:32.544 INFO kablam! = note: for more information, see issue #50504 Nov 04 02:21:32.544 INFO kablam! Nov 04 02:21:32.544 INFO kablam! warning: cannot find type `Article` in this scope Nov 04 02:21:32.544 INFO kablam! --> src/models/article.rs:4:10 Nov 04 02:21:32.544 INFO kablam! | Nov 04 02:21:32.544 INFO kablam! 4 | #[derive(Identifiable, Queryable, Serialize, Deserialize)] Nov 04 02:21:32.544 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 04 02:21:32.544 INFO kablam! | Nov 04 02:21:32.544 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 04 02:21:32.544 INFO kablam! = note: for more information, see issue #50504 Nov 04 02:21:32.544 INFO kablam! Nov 04 02:21:32.544 INFO kablam! warning: cannot find type `NaiveDateTime` in this scope Nov 04 02:21:32.544 INFO kablam! --> src/models/article.rs:4:24 Nov 04 02:21:32.544 INFO kablam! | Nov 04 02:21:32.544 INFO kablam! 4 | #[derive(Identifiable, Queryable, Serialize, Deserialize)] Nov 04 02:21:32.544 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 04 02:21:32.544 INFO kablam! | Nov 04 02:21:32.544 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 04 02:21:32.544 INFO kablam! = note: for more information, see issue #50504 Nov 04 02:21:32.544 INFO kablam! Nov 04 02:21:32.544 INFO kablam! warning: cannot find type `Article` in this scope Nov 04 02:21:32.544 INFO kablam! --> src/models/article.rs:4:24 Nov 04 02:21:32.544 INFO kablam! | Nov 04 02:21:32.544 INFO kablam! 4 | #[derive(Identifiable, Queryable, Serialize, Deserialize)] Nov 04 02:21:32.544 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 04 02:21:32.544 INFO kablam! | Nov 04 02:21:32.544 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 04 02:21:32.544 INFO kablam! = note: for more information, see issue #50504 Nov 04 02:21:32.544 INFO kablam! Nov 04 02:21:32.544 INFO kablam! warning: cannot find type `articles` in this scope Nov 04 02:21:32.544 INFO kablam! --> src/models/article.rs:14:10 Nov 04 02:21:32.544 INFO kablam! | Nov 04 02:21:32.544 INFO kablam! 14 | #[derive(Insertable, Serialize, Deserialize, AsChangeset, Queryable)] Nov 04 02:21:32.544 INFO kablam! | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 04 02:21:32.544 INFO kablam! | Nov 04 02:21:32.544 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 04 02:21:32.544 INFO kablam! = note: for more information, see issue #50504 Nov 04 02:21:32.544 INFO kablam! Nov 04 02:21:32.544 INFO kablam! warning: cannot find type `ArticleForm` in this scope Nov 04 02:21:32.544 INFO kablam! --> src/models/article.rs:14:10 Nov 04 02:21:32.545 INFO kablam! | Nov 04 02:21:32.545 INFO kablam! 14 | #[derive(Insertable, Serialize, Deserialize, AsChangeset, Queryable)] Nov 04 02:21:32.545 INFO kablam! | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 04 02:21:32.545 INFO kablam! | Nov 04 02:21:32.545 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 04 02:21:32.545 INFO kablam! = note: for more information, see issue #50504 Nov 04 02:21:32.545 INFO kablam! Nov 04 02:21:32.545 INFO kablam! warning: cannot find type `ArticleForm` in this scope Nov 04 02:21:32.545 INFO kablam! --> src/models/article.rs:14:46 Nov 04 02:21:32.545 INFO kablam! | Nov 04 02:21:32.545 INFO kablam! 14 | #[derive(Insertable, Serialize, Deserialize, AsChangeset, Queryable)] Nov 04 02:21:32.545 INFO kablam! | ^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 04 02:21:32.545 INFO kablam! | Nov 04 02:21:32.545 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 04 02:21:32.545 INFO kablam! = note: for more information, see issue #50504 Nov 04 02:21:32.545 INFO kablam! Nov 04 02:21:32.545 INFO kablam! warning: cannot find type `articles` in this scope Nov 04 02:21:32.545 INFO kablam! --> src/models/article.rs:14:46 Nov 04 02:21:32.545 INFO kablam! | Nov 04 02:21:32.545 INFO kablam! 14 | #[derive(Insertable, Serialize, Deserialize, AsChangeset, Queryable)] Nov 04 02:21:32.545 INFO kablam! | ^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 04 02:21:32.545 INFO kablam! | Nov 04 02:21:32.545 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 04 02:21:32.545 INFO kablam! = note: for more information, see issue #50504 Nov 04 02:21:32.545 INFO kablam! Nov 04 02:21:32.545 INFO kablam! warning: cannot find type `ArticleForm` in this scope Nov 04 02:21:32.545 INFO kablam! --> src/models/article.rs:14:59 Nov 04 02:21:32.545 INFO kablam! | Nov 04 02:21:32.545 INFO kablam! 14 | #[derive(Insertable, Serialize, Deserialize, AsChangeset, Queryable)] Nov 04 02:21:32.545 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 04 02:21:32.545 INFO kablam! | Nov 04 02:21:32.545 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 04 02:21:32.545 INFO kablam! = note: for more information, see issue #50504 Nov 04 02:21:32.545 INFO kablam! Nov 04 02:21:32.545 INFO kablam! warning: cannot find type `table` in this scope Nov 04 02:21:32.545 INFO kablam! --> <::diesel::macros::table_body macros>:165:33 Nov 04 02:21:32.545 INFO kablam! | Nov 04 02:21:32.545 INFO kablam! 165 | derive ( Debug , Clone , Copy , QueryId ) ] /// The actual table struct Nov 04 02:21:32.545 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 04 02:21:32.545 INFO kablam! | Nov 04 02:21:32.545 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 04 02:21:32.545 INFO kablam! = note: for more information, see issue #50504 Nov 04 02:21:32.545 INFO kablam! Nov 04 02:21:32.545 INFO kablam! warning: cannot find type `id` in this scope Nov 04 02:21:32.545 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Nov 04 02:21:32.545 INFO kablam! | Nov 04 02:21:32.545 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 04 02:21:32.545 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 04 02:21:32.545 INFO kablam! | Nov 04 02:21:32.545 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 04 02:21:32.545 INFO kablam! = note: for more information, see issue #50504 Nov 04 02:21:32.545 INFO kablam! Nov 04 02:21:32.545 INFO kablam! warning: cannot find type `title` in this scope Nov 04 02:21:32.545 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Nov 04 02:21:32.545 INFO kablam! | Nov 04 02:21:32.545 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 04 02:21:32.545 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 04 02:21:32.545 INFO kablam! | Nov 04 02:21:32.545 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 04 02:21:32.545 INFO kablam! = note: for more information, see issue #50504 Nov 04 02:21:32.545 INFO kablam! Nov 04 02:21:32.545 INFO kablam! warning: cannot find type `body` in this scope Nov 04 02:21:32.545 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Nov 04 02:21:32.545 INFO kablam! | Nov 04 02:21:32.545 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 04 02:21:32.545 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 04 02:21:32.545 INFO kablam! | Nov 04 02:21:32.545 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 04 02:21:32.545 INFO kablam! = note: for more information, see issue #50504 Nov 04 02:21:32.545 INFO kablam! Nov 04 02:21:32.545 INFO kablam! warning: cannot find type `published` in this scope Nov 04 02:21:32.545 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Nov 04 02:21:32.545 INFO kablam! | Nov 04 02:21:32.545 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 04 02:21:32.545 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 04 02:21:32.545 INFO kablam! | Nov 04 02:21:32.545 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 04 02:21:32.545 INFO kablam! = note: for more information, see issue #50504 Nov 04 02:21:32.545 INFO kablam! Nov 04 02:21:32.545 INFO kablam! warning: cannot find type `created_at` in this scope Nov 04 02:21:32.545 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Nov 04 02:21:32.545 INFO kablam! | Nov 04 02:21:32.545 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 04 02:21:32.546 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 04 02:21:32.546 INFO kablam! | Nov 04 02:21:32.546 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 04 02:21:32.546 INFO kablam! = note: for more information, see issue #50504 Nov 04 02:21:32.546 INFO kablam! Nov 04 02:21:32.546 INFO kablam! warning: cannot find type `updated_at` in this scope Nov 04 02:21:32.546 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Nov 04 02:21:32.546 INFO kablam! | Nov 04 02:21:32.546 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 04 02:21:32.546 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 04 02:21:32.546 INFO kablam! | Nov 04 02:21:32.546 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 04 02:21:32.546 INFO kablam! = note: for more information, see issue #50504 Nov 04 02:21:32.546 INFO kablam! Nov 04 02:21:32.546 INFO kablam! warning: cannot find type `tag_id` in this scope Nov 04 02:21:32.546 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Nov 04 02:21:32.546 INFO kablam! | Nov 04 02:21:32.546 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 04 02:21:32.546 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 04 02:21:32.546 INFO kablam! | Nov 04 02:21:32.546 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 04 02:21:32.546 INFO kablam! = note: for more information, see issue #50504 Nov 04 02:21:32.546 INFO kablam! Nov 04 02:21:32.546 INFO kablam! warning: cannot find type `article_id` in this scope Nov 04 02:21:32.546 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Nov 04 02:21:32.546 INFO kablam! | Nov 04 02:21:32.546 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 04 02:21:32.546 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 04 02:21:32.546 INFO kablam! | Nov 04 02:21:32.546 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 04 02:21:32.546 INFO kablam! = note: for more information, see issue #50504 Nov 04 02:21:32.546 INFO kablam! Nov 04 02:21:32.546 INFO kablam! warning: cannot find type `name` in this scope Nov 04 02:21:32.546 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Nov 04 02:21:32.546 INFO kablam! | Nov 04 02:21:32.546 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 04 02:21:32.546 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 04 02:21:32.546 INFO kablam! | Nov 04 02:21:32.546 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 04 02:21:32.546 INFO kablam! = note: for more information, see issue #50504 Nov 04 02:21:32.546 INFO kablam! Nov 04 02:21:32.546 INFO kablam! warning: cannot find type `Tag` in this scope Nov 04 02:21:32.546 INFO kablam! --> src/models/tag.rs:3:10 Nov 04 02:21:32.546 INFO kablam! | Nov 04 02:21:32.546 INFO kablam! 3 | #[derive(Identifiable, Queryable, Serialize, Deserialize)] Nov 04 02:21:32.546 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 04 02:21:32.546 INFO kablam! | Nov 04 02:21:32.554 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 04 02:21:32.554 INFO kablam! = note: for more information, see issue #50504 Nov 04 02:21:32.554 INFO kablam! Nov 04 02:21:32.554 INFO kablam! warning: cannot find type `tags` in this scope Nov 04 02:21:32.554 INFO kablam! --> src/models/tag.rs:3:10 Nov 04 02:21:32.554 INFO kablam! | Nov 04 02:21:32.554 INFO kablam! 3 | #[derive(Identifiable, Queryable, Serialize, Deserialize)] Nov 04 02:21:32.554 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 04 02:21:32.554 INFO kablam! | Nov 04 02:21:32.555 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 04 02:21:32.555 INFO kablam! = note: for more information, see issue #50504 Nov 04 02:21:32.555 INFO kablam! Nov 04 02:21:32.555 INFO kablam! warning: cannot find type `Tag` in this scope Nov 04 02:21:32.555 INFO kablam! --> src/models/tag.rs:3:24 Nov 04 02:21:32.555 INFO kablam! | Nov 04 02:21:32.555 INFO kablam! 3 | #[derive(Identifiable, Queryable, Serialize, Deserialize)] Nov 04 02:21:32.555 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 04 02:21:32.555 INFO kablam! | Nov 04 02:21:32.555 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 04 02:21:32.555 INFO kablam! = note: for more information, see issue #50504 Nov 04 02:21:32.555 INFO kablam! Nov 04 02:21:32.555 INFO kablam! warning: cannot find type `tags` in this scope Nov 04 02:21:32.555 INFO kablam! --> src/models/tag.rs:9:10 Nov 04 02:21:32.555 INFO kablam! | Nov 04 02:21:32.555 INFO kablam! 9 | #[derive(Insertable, AsChangeset, Deserialize, Serialize)] Nov 04 02:21:32.555 INFO kablam! | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 04 02:21:32.555 INFO kablam! | Nov 04 02:21:32.555 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 04 02:21:32.555 INFO kablam! = note: for more information, see issue #50504 Nov 04 02:21:32.555 INFO kablam! Nov 04 02:21:32.555 INFO kablam! warning: cannot find type `TagForm` in this scope Nov 04 02:21:32.555 INFO kablam! --> src/models/tag.rs:9:10 Nov 04 02:21:32.555 INFO kablam! | Nov 04 02:21:32.555 INFO kablam! 9 | #[derive(Insertable, AsChangeset, Deserialize, Serialize)] Nov 04 02:21:32.555 INFO kablam! | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 04 02:21:32.555 INFO kablam! | Nov 04 02:21:32.555 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 04 02:21:32.555 INFO kablam! = note: for more information, see issue #50504 Nov 04 02:21:32.555 INFO kablam! Nov 04 02:21:32.555 INFO kablam! warning: cannot find type `TagForm` in this scope Nov 04 02:21:32.555 INFO kablam! --> src/models/tag.rs:9:22 Nov 04 02:21:32.555 INFO kablam! | Nov 04 02:21:32.555 INFO kablam! 9 | #[derive(Insertable, AsChangeset, Deserialize, Serialize)] Nov 04 02:21:32.555 INFO kablam! | ^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 04 02:21:32.555 INFO kablam! | Nov 04 02:21:32.555 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 04 02:21:32.555 INFO kablam! = note: for more information, see issue #50504 Nov 04 02:21:32.555 INFO kablam! Nov 04 02:21:32.555 INFO kablam! warning: cannot find type `tags` in this scope Nov 04 02:21:32.555 INFO kablam! --> src/models/tag.rs:9:22 Nov 04 02:21:32.555 INFO kablam! | Nov 04 02:21:32.555 INFO kablam! 9 | #[derive(Insertable, AsChangeset, Deserialize, Serialize)] Nov 04 02:21:32.555 INFO kablam! | ^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 04 02:21:32.555 INFO kablam! | Nov 04 02:21:32.555 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 04 02:21:32.555 INFO kablam! = note: for more information, see issue #50504 Nov 04 02:21:32.555 INFO kablam! Nov 04 02:21:32.555 INFO kablam! warning: unused import: `diesel::prelude::*` Nov 04 02:21:32.555 INFO kablam! --> src/models/tagging.rs:1:5 Nov 04 02:21:32.555 INFO kablam! | Nov 04 02:21:32.555 INFO kablam! 1 | use diesel::prelude::*; Nov 04 02:21:32.555 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Nov 04 02:21:32.555 INFO kablam! Nov 04 02:21:32.555 INFO kablam! warning: cannot find type `Tagging` in this scope Nov 04 02:21:32.555 INFO kablam! --> src/models/tagging.rs:4:10 Nov 04 02:21:32.555 INFO kablam! | Nov 04 02:21:32.555 INFO kablam! 4 | #[derive(Identifiable, Queryable, Associations)] Nov 04 02:21:32.555 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 04 02:21:32.555 INFO kablam! | Nov 04 02:21:32.555 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 04 02:21:32.555 INFO kablam! = note: for more information, see issue #50504 Nov 04 02:21:32.555 INFO kablam! Nov 04 02:21:32.555 INFO kablam! warning: cannot find type `taggings` in this scope Nov 04 02:21:32.555 INFO kablam! --> src/models/tagging.rs:4:10 Nov 04 02:21:32.555 INFO kablam! | Nov 04 02:21:32.555 INFO kablam! 4 | #[derive(Identifiable, Queryable, Associations)] Nov 04 02:21:32.555 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 04 02:21:32.555 INFO kablam! | Nov 04 02:21:32.555 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 04 02:21:32.555 INFO kablam! = note: for more information, see issue #50504 Nov 04 02:21:32.555 INFO kablam! Nov 04 02:21:32.555 INFO kablam! warning: cannot find type `Tagging` in this scope Nov 04 02:21:32.555 INFO kablam! --> src/models/tagging.rs:4:24 Nov 04 02:21:32.555 INFO kablam! | Nov 04 02:21:32.555 INFO kablam! 4 | #[derive(Identifiable, Queryable, Associations)] Nov 04 02:21:32.555 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 04 02:21:32.555 INFO kablam! | Nov 04 02:21:32.555 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 04 02:21:32.555 INFO kablam! = note: for more information, see issue #50504 Nov 04 02:21:32.555 INFO kablam! Nov 04 02:21:32.555 INFO kablam! warning: cannot find type `Article` in this scope Nov 04 02:21:32.555 INFO kablam! --> src/models/tagging.rs:4:35 Nov 04 02:21:32.555 INFO kablam! | Nov 04 02:21:32.555 INFO kablam! 4 | #[derive(Identifiable, Queryable, Associations)] Nov 04 02:21:32.555 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 04 02:21:32.556 INFO kablam! | Nov 04 02:21:32.556 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 04 02:21:32.556 INFO kablam! = note: for more information, see issue #50504 Nov 04 02:21:32.556 INFO kablam! Nov 04 02:21:32.556 INFO kablam! warning: cannot find type `Tagging` in this scope Nov 04 02:21:32.556 INFO kablam! --> src/models/tagging.rs:4:35 Nov 04 02:21:32.556 INFO kablam! | Nov 04 02:21:32.556 INFO kablam! 4 | #[derive(Identifiable, Queryable, Associations)] Nov 04 02:21:32.556 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 04 02:21:32.556 INFO kablam! | Nov 04 02:21:32.556 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 04 02:21:32.556 INFO kablam! = note: for more information, see issue #50504 Nov 04 02:21:32.556 INFO kablam! Nov 04 02:21:32.556 INFO kablam! warning: cannot find type `taggings` in this scope Nov 04 02:21:32.556 INFO kablam! --> src/models/tagging.rs:4:35 Nov 04 02:21:32.556 INFO kablam! | Nov 04 02:21:32.556 INFO kablam! 4 | #[derive(Identifiable, Queryable, Associations)] Nov 04 02:21:32.556 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 04 02:21:32.556 INFO kablam! | Nov 04 02:21:32.556 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 04 02:21:32.556 INFO kablam! = note: for more information, see issue #50504 Nov 04 02:21:32.556 INFO kablam! Nov 04 02:21:32.556 INFO kablam! warning: cannot find type `Tag` in this scope Nov 04 02:21:32.556 INFO kablam! --> src/models/tagging.rs:4:35 Nov 04 02:21:32.556 INFO kablam! | Nov 04 02:21:32.556 INFO kablam! 4 | #[derive(Identifiable, Queryable, Associations)] Nov 04 02:21:32.556 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 04 02:21:32.556 INFO kablam! | Nov 04 02:21:32.556 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 04 02:21:32.556 INFO kablam! = note: for more information, see issue #50504 Nov 04 02:21:32.556 INFO kablam! Nov 04 02:21:32.556 INFO kablam! warning: cannot find type `taggings` in this scope Nov 04 02:21:32.556 INFO kablam! --> src/models/tagging.rs:13:10 Nov 04 02:21:32.556 INFO kablam! | Nov 04 02:21:32.556 INFO kablam! 13 | #[derive(Insertable)] Nov 04 02:21:32.556 INFO kablam! | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 04 02:21:32.556 INFO kablam! | Nov 04 02:21:32.556 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 04 02:21:32.556 INFO kablam! = note: for more information, see issue #50504 Nov 04 02:21:32.556 INFO kablam! Nov 04 02:21:32.556 INFO kablam! warning: cannot find type `NewTagging` in this scope Nov 04 02:21:32.556 INFO kablam! --> src/models/tagging.rs:13:10 Nov 04 02:21:32.556 INFO kablam! | Nov 04 02:21:32.556 INFO kablam! 13 | #[derive(Insertable)] Nov 04 02:21:32.556 INFO kablam! | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 04 02:21:32.556 INFO kablam! | Nov 04 02:21:32.556 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 04 02:21:32.556 INFO kablam! = note: for more information, see issue #50504 Nov 04 02:21:32.556 INFO kablam! Nov 04 02:21:32.823 INFO kablam! warning: unused import: `Method` Nov 04 02:21:32.823 INFO kablam! --> src/main.rs:21:20 Nov 04 02:21:32.824 INFO kablam! | Nov 04 02:21:32.824 INFO kablam! 21 | use rocket::http::{Method, Status}; Nov 04 02:21:32.824 INFO kablam! | ^^^^^^ Nov 04 02:21:32.824 INFO kablam! | Nov 04 02:21:32.824 INFO kablam! = note: #[warn(unused_imports)] on by default Nov 04 02:21:32.824 INFO kablam! Nov 04 02:21:32.824 INFO kablam! warning: unused import: `AllowedHeaders` Nov 04 02:21:32.824 INFO kablam! --> src/main.rs:24:19 Nov 04 02:21:32.824 INFO kablam! | Nov 04 02:21:32.824 INFO kablam! 24 | use rocket_cors::{AllowedHeaders, AllowedOrigins}; Nov 04 02:21:32.824 INFO kablam! | ^^^^^^^^^^^^^^ Nov 04 02:21:32.824 INFO kablam! Nov 04 02:21:32.824 INFO kablam! warning: cannot find type `Article` in this scope Nov 04 02:21:32.824 INFO kablam! --> src/models/article.rs:4:10 Nov 04 02:21:32.824 INFO kablam! | Nov 04 02:21:32.824 INFO kablam! 4 | #[derive(Identifiable, Queryable, Serialize, Deserialize)] Nov 04 02:21:32.824 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 04 02:21:32.824 INFO kablam! | Nov 04 02:21:32.824 INFO kablam! = note: #[warn(proc_macro_derive_resolution_fallback)] on by default Nov 04 02:21:32.824 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 04 02:21:32.824 INFO kablam! = note: for more information, see issue #50504 Nov 04 02:21:32.824 INFO kablam! Nov 04 02:21:32.824 INFO kablam! warning: cannot find type `articles` in this scope Nov 04 02:21:32.824 INFO kablam! --> src/models/article.rs:4:10 Nov 04 02:21:32.824 INFO kablam! | Nov 04 02:21:32.824 INFO kablam! 4 | #[derive(Identifiable, Queryable, Serialize, Deserialize)] Nov 04 02:21:32.824 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 04 02:21:32.824 INFO kablam! | Nov 04 02:21:32.824 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 04 02:21:32.824 INFO kablam! = note: for more information, see issue #50504 Nov 04 02:21:32.824 INFO kablam! Nov 04 02:21:32.824 INFO kablam! warning: cannot find type `Article` in this scope Nov 04 02:21:32.824 INFO kablam! --> src/models/article.rs:4:10 Nov 04 02:21:32.825 INFO kablam! | Nov 04 02:21:32.825 INFO kablam! 4 | #[derive(Identifiable, Queryable, Serialize, Deserialize)] Nov 04 02:21:32.825 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 04 02:21:32.825 INFO kablam! | Nov 04 02:21:32.825 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 04 02:21:32.825 INFO kablam! = note: for more information, see issue #50504 Nov 04 02:21:32.826 INFO kablam! Nov 04 02:21:32.826 INFO kablam! warning: cannot find type `NaiveDateTime` in this scope Nov 04 02:21:32.826 INFO kablam! --> src/models/article.rs:4:24 Nov 04 02:21:32.826 INFO kablam! | Nov 04 02:21:32.826 INFO kablam! 4 | #[derive(Identifiable, Queryable, Serialize, Deserialize)] Nov 04 02:21:32.826 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 04 02:21:32.826 INFO kablam! | Nov 04 02:21:32.826 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 04 02:21:32.826 INFO kablam! = note: for more information, see issue #50504 Nov 04 02:21:32.826 INFO kablam! Nov 04 02:21:32.826 INFO kablam! warning: cannot find type `Article` in this scope Nov 04 02:21:32.826 INFO kablam! --> src/models/article.rs:4:24 Nov 04 02:21:32.826 INFO kablam! | Nov 04 02:21:32.826 INFO kablam! 4 | #[derive(Identifiable, Queryable, Serialize, Deserialize)] Nov 04 02:21:32.826 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 04 02:21:32.826 INFO kablam! | Nov 04 02:21:32.826 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 04 02:21:32.826 INFO kablam! = note: for more information, see issue #50504 Nov 04 02:21:32.826 INFO kablam! Nov 04 02:21:32.827 INFO kablam! warning: cannot find type `articles` in this scope Nov 04 02:21:32.827 INFO kablam! --> src/models/article.rs:14:10 Nov 04 02:21:32.828 INFO kablam! | Nov 04 02:21:32.828 INFO kablam! 14 | #[derive(Insertable, Serialize, Deserialize, AsChangeset, Queryable)] Nov 04 02:21:32.828 INFO kablam! | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 04 02:21:32.828 INFO kablam! | Nov 04 02:21:32.828 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 04 02:21:32.828 INFO kablam! = note: for more information, see issue #50504 Nov 04 02:21:32.828 INFO kablam! Nov 04 02:21:32.828 INFO kablam! warning: cannot find type `ArticleForm` in this scope Nov 04 02:21:32.828 INFO kablam! --> src/models/article.rs:14:10 Nov 04 02:21:32.828 INFO kablam! | Nov 04 02:21:32.828 INFO kablam! 14 | #[derive(Insertable, Serialize, Deserialize, AsChangeset, Queryable)] Nov 04 02:21:32.828 INFO kablam! | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 04 02:21:32.828 INFO kablam! | Nov 04 02:21:32.828 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 04 02:21:32.828 INFO kablam! = note: for more information, see issue #50504 Nov 04 02:21:32.828 INFO kablam! Nov 04 02:21:32.829 INFO kablam! warning: cannot find type `ArticleForm` in this scope Nov 04 02:21:32.829 INFO kablam! --> src/models/article.rs:14:46 Nov 04 02:21:32.829 INFO kablam! | Nov 04 02:21:32.829 INFO kablam! 14 | #[derive(Insertable, Serialize, Deserialize, AsChangeset, Queryable)] Nov 04 02:21:32.829 INFO kablam! | ^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 04 02:21:32.829 INFO kablam! | Nov 04 02:21:32.829 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 04 02:21:32.829 INFO kablam! = note: for more information, see issue #50504 Nov 04 02:21:32.829 INFO kablam! Nov 04 02:21:32.829 INFO kablam! warning: cannot find type `articles` in this scope Nov 04 02:21:32.829 INFO kablam! --> src/models/article.rs:14:46 Nov 04 02:21:32.829 INFO kablam! | Nov 04 02:21:32.829 INFO kablam! 14 | #[derive(Insertable, Serialize, Deserialize, AsChangeset, Queryable)] Nov 04 02:21:32.829 INFO kablam! | ^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 04 02:21:32.829 INFO kablam! | Nov 04 02:21:32.829 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 04 02:21:32.829 INFO kablam! = note: for more information, see issue #50504 Nov 04 02:21:32.829 INFO kablam! Nov 04 02:21:32.829 INFO kablam! warning: cannot find type `ArticleForm` in this scope Nov 04 02:21:32.829 INFO kablam! --> src/models/article.rs:14:59 Nov 04 02:21:32.829 INFO kablam! | Nov 04 02:21:32.829 INFO kablam! 14 | #[derive(Insertable, Serialize, Deserialize, AsChangeset, Queryable)] Nov 04 02:21:32.829 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 04 02:21:32.829 INFO kablam! | Nov 04 02:21:32.829 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 04 02:21:32.830 INFO kablam! = note: for more information, see issue #50504 Nov 04 02:21:32.830 INFO kablam! Nov 04 02:21:32.830 INFO kablam! warning: cannot find type `table` in this scope Nov 04 02:21:32.830 INFO kablam! --> <::diesel::macros::table_body macros>:165:33 Nov 04 02:21:32.830 INFO kablam! | Nov 04 02:21:32.830 INFO kablam! 165 | derive ( Debug , Clone , Copy , QueryId ) ] /// The actual table struct Nov 04 02:21:32.830 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 04 02:21:32.830 INFO kablam! | Nov 04 02:21:32.830 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 04 02:21:32.830 INFO kablam! = note: for more information, see issue #50504 Nov 04 02:21:32.830 INFO kablam! Nov 04 02:21:32.831 INFO kablam! warning: cannot find type `id` in this scope Nov 04 02:21:32.831 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Nov 04 02:21:32.831 INFO kablam! | Nov 04 02:21:32.831 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 04 02:21:32.831 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 04 02:21:32.831 INFO kablam! | Nov 04 02:21:32.831 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 04 02:21:32.831 INFO kablam! = note: for more information, see issue #50504 Nov 04 02:21:32.831 INFO kablam! Nov 04 02:21:32.831 INFO kablam! warning: cannot find type `title` in this scope Nov 04 02:21:32.831 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Nov 04 02:21:32.831 INFO kablam! | Nov 04 02:21:32.831 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 04 02:21:32.831 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 04 02:21:32.831 INFO kablam! | Nov 04 02:21:32.831 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 04 02:21:32.831 INFO kablam! = note: for more information, see issue #50504 Nov 04 02:21:32.831 INFO kablam! Nov 04 02:21:32.832 INFO kablam! warning: cannot find type `body` in this scope Nov 04 02:21:32.832 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Nov 04 02:21:32.832 INFO kablam! | Nov 04 02:21:32.832 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 04 02:21:32.832 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 04 02:21:32.832 INFO kablam! | Nov 04 02:21:32.832 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 04 02:21:32.832 INFO kablam! = note: for more information, see issue #50504 Nov 04 02:21:32.832 INFO kablam! Nov 04 02:21:32.832 INFO kablam! warning: cannot find type `published` in this scope Nov 04 02:21:32.832 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Nov 04 02:21:32.832 INFO kablam! | Nov 04 02:21:32.832 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 04 02:21:32.832 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 04 02:21:32.832 INFO kablam! | Nov 04 02:21:32.832 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 04 02:21:32.832 INFO kablam! = note: for more information, see issue #50504 Nov 04 02:21:32.832 INFO kablam! Nov 04 02:21:32.832 INFO kablam! warning: cannot find type `created_at` in this scope Nov 04 02:21:32.833 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Nov 04 02:21:32.833 INFO kablam! | Nov 04 02:21:32.833 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 04 02:21:32.833 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 04 02:21:32.833 INFO kablam! | Nov 04 02:21:32.833 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 04 02:21:32.833 INFO kablam! = note: for more information, see issue #50504 Nov 04 02:21:32.833 INFO kablam! Nov 04 02:21:32.833 INFO kablam! warning: cannot find type `updated_at` in this scope Nov 04 02:21:32.833 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Nov 04 02:21:32.833 INFO kablam! | Nov 04 02:21:32.833 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 04 02:21:32.833 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 04 02:21:32.833 INFO kablam! | Nov 04 02:21:32.833 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 04 02:21:32.833 INFO kablam! = note: for more information, see issue #50504 Nov 04 02:21:32.834 INFO kablam! Nov 04 02:21:32.835 INFO kablam! warning: cannot find type `tag_id` in this scope Nov 04 02:21:32.835 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Nov 04 02:21:32.835 INFO kablam! | Nov 04 02:21:32.835 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 04 02:21:32.835 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 04 02:21:32.835 INFO kablam! | Nov 04 02:21:32.835 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 04 02:21:32.835 INFO kablam! = note: for more information, see issue #50504 Nov 04 02:21:32.835 INFO kablam! Nov 04 02:21:32.836 INFO kablam! warning: cannot find type `article_id` in this scope Nov 04 02:21:32.836 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Nov 04 02:21:32.836 INFO kablam! | Nov 04 02:21:32.836 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 04 02:21:32.836 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 04 02:21:32.836 INFO kablam! | Nov 04 02:21:32.836 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 04 02:21:32.836 INFO kablam! = note: for more information, see issue #50504 Nov 04 02:21:32.836 INFO kablam! Nov 04 02:21:32.836 INFO kablam! warning: cannot find type `name` in this scope Nov 04 02:21:32.836 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Nov 04 02:21:32.836 INFO kablam! | Nov 04 02:21:32.837 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 04 02:21:32.837 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 04 02:21:32.837 INFO kablam! | Nov 04 02:21:32.837 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 04 02:21:32.837 INFO kablam! = note: for more information, see issue #50504 Nov 04 02:21:32.837 INFO kablam! Nov 04 02:21:32.837 INFO kablam! warning: cannot find type `Tag` in this scope Nov 04 02:21:32.837 INFO kablam! --> src/models/tag.rs:3:10 Nov 04 02:21:32.837 INFO kablam! | Nov 04 02:21:32.837 INFO kablam! 3 | #[derive(Identifiable, Queryable, Serialize, Deserialize)] Nov 04 02:21:32.837 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 04 02:21:32.837 INFO kablam! | Nov 04 02:21:32.838 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 04 02:21:32.838 INFO kablam! = note: for more information, see issue #50504 Nov 04 02:21:32.838 INFO kablam! Nov 04 02:21:32.838 INFO kablam! warning: cannot find type `tags` in this scope Nov 04 02:21:32.838 INFO kablam! --> src/models/tag.rs:3:10 Nov 04 02:21:32.838 INFO kablam! | Nov 04 02:21:32.838 INFO kablam! 3 | #[derive(Identifiable, Queryable, Serialize, Deserialize)] Nov 04 02:21:32.838 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 04 02:21:32.838 INFO kablam! | Nov 04 02:21:32.838 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 04 02:21:32.838 INFO kablam! = note: for more information, see issue #50504 Nov 04 02:21:32.838 INFO kablam! Nov 04 02:21:32.838 INFO kablam! warning: cannot find type `Tag` in this scope Nov 04 02:21:32.838 INFO kablam! --> src/models/tag.rs:3:24 Nov 04 02:21:32.838 INFO kablam! | Nov 04 02:21:32.838 INFO kablam! 3 | #[derive(Identifiable, Queryable, Serialize, Deserialize)] Nov 04 02:21:32.838 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 04 02:21:32.838 INFO kablam! | Nov 04 02:21:32.838 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 04 02:21:32.838 INFO kablam! = note: for more information, see issue #50504 Nov 04 02:21:32.838 INFO kablam! Nov 04 02:21:32.839 INFO kablam! warning: cannot find type `tags` in this scope Nov 04 02:21:32.839 INFO kablam! --> src/models/tag.rs:9:10 Nov 04 02:21:32.839 INFO kablam! | Nov 04 02:21:32.839 INFO kablam! 9 | #[derive(Insertable, AsChangeset, Deserialize, Serialize)] Nov 04 02:21:32.839 INFO kablam! | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 04 02:21:32.839 INFO kablam! | Nov 04 02:21:32.839 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 04 02:21:32.839 INFO kablam! = note: for more information, see issue #50504 Nov 04 02:21:32.839 INFO kablam! Nov 04 02:21:32.839 INFO kablam! warning: cannot find type `TagForm` in this scope Nov 04 02:21:32.839 INFO kablam! --> src/models/tag.rs:9:10 Nov 04 02:21:32.839 INFO kablam! | Nov 04 02:21:32.839 INFO kablam! 9 | #[derive(Insertable, AsChangeset, Deserialize, Serialize)] Nov 04 02:21:32.839 INFO kablam! | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 04 02:21:32.839 INFO kablam! | Nov 04 02:21:32.839 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 04 02:21:32.839 INFO kablam! = note: for more information, see issue #50504 Nov 04 02:21:32.839 INFO kablam! Nov 04 02:21:32.847 INFO kablam! warning: cannot find type `TagForm` in this scope Nov 04 02:21:32.847 INFO kablam! --> src/models/tag.rs:9:22 Nov 04 02:21:32.847 INFO kablam! | Nov 04 02:21:32.847 INFO kablam! 9 | #[derive(Insertable, AsChangeset, Deserialize, Serialize)] Nov 04 02:21:32.847 INFO kablam! | ^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 04 02:21:32.847 INFO kablam! | Nov 04 02:21:32.847 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 04 02:21:32.847 INFO kablam! = note: for more information, see issue #50504 Nov 04 02:21:32.847 INFO kablam! Nov 04 02:21:32.847 INFO kablam! warning: cannot find type `tags` in this scope Nov 04 02:21:32.847 INFO kablam! --> src/models/tag.rs:9:22 Nov 04 02:21:32.847 INFO kablam! | Nov 04 02:21:32.847 INFO kablam! 9 | #[derive(Insertable, AsChangeset, Deserialize, Serialize)] Nov 04 02:21:32.847 INFO kablam! | ^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 04 02:21:32.847 INFO kablam! | Nov 04 02:21:32.847 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 04 02:21:32.847 INFO kablam! = note: for more information, see issue #50504 Nov 04 02:21:32.847 INFO kablam! Nov 04 02:21:32.847 INFO kablam! warning: unused import: `diesel::prelude::*` Nov 04 02:21:32.847 INFO kablam! --> src/models/tagging.rs:1:5 Nov 04 02:21:32.847 INFO kablam! | Nov 04 02:21:32.847 INFO kablam! 1 | use diesel::prelude::*; Nov 04 02:21:32.847 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Nov 04 02:21:32.847 INFO kablam! Nov 04 02:21:32.847 INFO kablam! warning: cannot find type `Tagging` in this scope Nov 04 02:21:32.847 INFO kablam! --> src/models/tagging.rs:4:10 Nov 04 02:21:32.847 INFO kablam! | Nov 04 02:21:32.847 INFO kablam! 4 | #[derive(Identifiable, Queryable, Associations)] Nov 04 02:21:32.847 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 04 02:21:32.847 INFO kablam! | Nov 04 02:21:32.847 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 04 02:21:32.847 INFO kablam! = note: for more information, see issue #50504 Nov 04 02:21:32.847 INFO kablam! Nov 04 02:21:32.847 INFO kablam! warning: cannot find type `taggings` in this scope Nov 04 02:21:32.847 INFO kablam! --> src/models/tagging.rs:4:10 Nov 04 02:21:32.847 INFO kablam! | Nov 04 02:21:32.847 INFO kablam! 4 | #[derive(Identifiable, Queryable, Associations)] Nov 04 02:21:32.847 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 04 02:21:32.847 INFO kablam! | Nov 04 02:21:32.847 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 04 02:21:32.847 INFO kablam! = note: for more information, see issue #50504 Nov 04 02:21:32.847 INFO kablam! Nov 04 02:21:32.847 INFO kablam! warning: cannot find type `Tagging` in this scope Nov 04 02:21:32.847 INFO kablam! --> src/models/tagging.rs:4:24 Nov 04 02:21:32.848 INFO kablam! | Nov 04 02:21:32.848 INFO kablam! 4 | #[derive(Identifiable, Queryable, Associations)] Nov 04 02:21:32.848 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 04 02:21:32.848 INFO kablam! | Nov 04 02:21:32.848 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 04 02:21:32.848 INFO kablam! = note: for more information, see issue #50504 Nov 04 02:21:32.848 INFO kablam! Nov 04 02:21:32.848 INFO kablam! warning: cannot find type `Article` in this scope Nov 04 02:21:32.848 INFO kablam! --> src/models/tagging.rs:4:35 Nov 04 02:21:32.848 INFO kablam! | Nov 04 02:21:32.848 INFO kablam! 4 | #[derive(Identifiable, Queryable, Associations)] Nov 04 02:21:32.848 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 04 02:21:32.848 INFO kablam! | Nov 04 02:21:32.848 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 04 02:21:32.848 INFO kablam! = note: for more information, see issue #50504 Nov 04 02:21:32.848 INFO kablam! Nov 04 02:21:32.848 INFO kablam! warning: cannot find type `Tagging` in this scope Nov 04 02:21:32.848 INFO kablam! --> src/models/tagging.rs:4:35 Nov 04 02:21:32.848 INFO kablam! | Nov 04 02:21:32.848 INFO kablam! 4 | #[derive(Identifiable, Queryable, Associations)] Nov 04 02:21:32.848 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 04 02:21:32.848 INFO kablam! | Nov 04 02:21:32.848 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 04 02:21:32.848 INFO kablam! = note: for more information, see issue #50504 Nov 04 02:21:32.848 INFO kablam! Nov 04 02:21:32.848 INFO kablam! warning: cannot find type `taggings` in this scope Nov 04 02:21:32.848 INFO kablam! --> src/models/tagging.rs:4:35 Nov 04 02:21:32.848 INFO kablam! | Nov 04 02:21:32.848 INFO kablam! 4 | #[derive(Identifiable, Queryable, Associations)] Nov 04 02:21:32.848 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 04 02:21:32.848 INFO kablam! | Nov 04 02:21:32.848 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 04 02:21:32.848 INFO kablam! = note: for more information, see issue #50504 Nov 04 02:21:32.848 INFO kablam! Nov 04 02:21:32.848 INFO kablam! warning: cannot find type `Tag` in this scope Nov 04 02:21:32.848 INFO kablam! --> src/models/tagging.rs:4:35 Nov 04 02:21:32.848 INFO kablam! | Nov 04 02:21:32.848 INFO kablam! 4 | #[derive(Identifiable, Queryable, Associations)] Nov 04 02:21:32.848 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 04 02:21:32.848 INFO kablam! | Nov 04 02:21:32.848 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 04 02:21:32.848 INFO kablam! = note: for more information, see issue #50504 Nov 04 02:21:32.848 INFO kablam! Nov 04 02:21:32.848 INFO kablam! warning: cannot find type `taggings` in this scope Nov 04 02:21:32.848 INFO kablam! --> src/models/tagging.rs:13:10 Nov 04 02:21:32.848 INFO kablam! | Nov 04 02:21:32.848 INFO kablam! 13 | #[derive(Insertable)] Nov 04 02:21:32.848 INFO kablam! | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 04 02:21:32.848 INFO kablam! | Nov 04 02:21:32.848 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 04 02:21:32.848 INFO kablam! = note: for more information, see issue #50504 Nov 04 02:21:32.848 INFO kablam! Nov 04 02:21:32.848 INFO kablam! warning: cannot find type `NewTagging` in this scope Nov 04 02:21:32.848 INFO kablam! --> src/models/tagging.rs:13:10 Nov 04 02:21:32.848 INFO kablam! | Nov 04 02:21:32.848 INFO kablam! 13 | #[derive(Insertable)] Nov 04 02:21:32.848 INFO kablam! | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 04 02:21:32.848 INFO kablam! | Nov 04 02:21:32.848 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 04 02:21:32.848 INFO kablam! = note: for more information, see issue #50504 Nov 04 02:21:32.848 INFO kablam! Nov 04 02:21:33.703 INFO kablam! warning: the feature `extern_prelude` has been stable since 1.30.0 and no longer requires an attribute to enable Nov 04 02:21:33.704 INFO kablam! --> src/main.rs:4:12 Nov 04 02:21:33.704 INFO kablam! | Nov 04 02:21:33.704 INFO kablam! 4 | #![feature(extern_prelude)] Nov 04 02:21:33.704 INFO kablam! | ^^^^^^^^^^^^^^ Nov 04 02:21:33.705 INFO kablam! | Nov 04 02:21:33.705 INFO kablam! = note: #[warn(stable_features)] on by default Nov 04 02:21:33.705 INFO kablam! Nov 04 02:21:33.847 INFO kablam! warning: the feature `extern_prelude` has been stable since 1.30.0 and no longer requires an attribute to enable Nov 04 02:21:33.847 INFO kablam! --> src/main.rs:4:12 Nov 04 02:21:33.847 INFO kablam! | Nov 04 02:21:33.847 INFO kablam! 4 | #![feature(extern_prelude)] Nov 04 02:21:33.847 INFO kablam! | ^^^^^^^^^^^^^^ Nov 04 02:21:33.847 INFO kablam! | Nov 04 02:21:33.847 INFO kablam! = note: #[warn(stable_features)] on by default Nov 04 02:21:33.847 INFO kablam! Nov 04 02:21:33.920 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 26s Nov 04 02:21:33.920 INFO kablam! su: No module specific data is present Nov 04 02:21:34.414 INFO running `"docker" "rm" "-f" "48a97a483518ea60c24934ab7f67f3bfb31ced9c5427ce0044563e9975d7d573"` Nov 04 02:21:34.554 INFO blam! 48a97a483518ea60c24934ab7f67f3bfb31ced9c5427ce0044563e9975d7d573