Nov 02 09:53:06.746 INFO checking mtwtkman/editor against master#f6e9a6e41cd9b1fb687e296b5a6d4c6ad399f862 for pr-55517 Nov 02 09:53:06.746 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55517/worker-3/master#f6e9a6e41cd9b1fb687e296b5a6d4c6ad399f862:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-3/pr-55517/master#f6e9a6e41cd9b1fb687e296b5a6d4c6ad399f862:/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 +f6e9a6e41cd9b1fb687e296b5a6d4c6ad399f862-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 02 09:53:07.132 INFO blam! 05b2ecdb46a699e05eb77099dd98e1b3e37b746df437dbe0db0fc479d30a0e74 Nov 02 09:53:07.134 INFO running `"docker" "start" "-a" "05b2ecdb46a699e05eb77099dd98e1b3e37b746df437dbe0db0fc479d30a0e74"` Nov 02 09:53:09.509 INFO kablam! usermod: no changes Nov 02 09:53:09.560 INFO kablam! warning: An explicit [[test]] section is specified in Cargo.toml which currently Nov 02 09:53:09.560 INFO kablam! disables Cargo from automatically inferring other test targets. Nov 02 09:53:09.560 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Nov 02 09:53:09.560 INFO kablam! files will be included as a test target: Nov 02 09:53:09.560 INFO kablam! Nov 02 09:53:09.560 INFO kablam! * /source/tests/helpers.rs Nov 02 09:53:09.560 INFO kablam! Nov 02 09:53:09.560 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Nov 02 09:53:09.560 INFO kablam! ready to be compiled as a test target today. You can future-proof yourself Nov 02 09:53:09.560 INFO kablam! and disable this warning by adding `autotests = false` to your [package] Nov 02 09:53:09.560 INFO kablam! section. You may also move the files to a location where Cargo would not Nov 02 09:53:09.560 INFO kablam! automatically infer them to be a target, such as in subfolders. Nov 02 09:53:09.560 INFO kablam! Nov 02 09:53:09.560 INFO kablam! For more information on this warning you can consult Nov 02 09:53:09.560 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Nov 02 09:53:10.018 INFO kablam! Compiling libsqlite3-sys v0.9.3 Nov 02 09:53:10.061 INFO kablam! Compiling syn v0.11.11 Nov 02 09:53:10.062 INFO kablam! Compiling toml v0.4.6 Nov 02 09:53:10.063 INFO kablam! Checking unicase_serde v0.1.0 Nov 02 09:53:10.063 INFO kablam! Compiling chrono v0.4.6 Nov 02 09:53:10.064 INFO kablam! Checking url_serde v0.2.0 Nov 02 09:53:10.069 INFO kablam! Checking failure v0.1.2 Nov 02 09:53:10.070 INFO kablam! Checking rocket v0.3.16 Nov 02 09:53:11.569 INFO kablam! Checking dotenv v0.13.0 Nov 02 09:53:18.400 INFO kablam! Checking diesel v1.3.3 Nov 02 09:53:32.926 INFO kablam! Checking rocket_cors v0.3.0 Nov 02 09:53:32.926 INFO kablam! Checking rocket_contrib v0.3.16 Nov 02 09:53:48.873 INFO kablam! Compiling rocket_codegen v0.3.16 Nov 02 09:54:16.846 INFO kablam! Checking migrations_internals v1.3.0 Nov 02 09:54:27.490 INFO kablam! Compiling migrations_macros v1.3.0 Nov 02 09:54:30.795 INFO kablam! Checking diesel_migrations v1.3.0 Nov 02 09:54:31.307 INFO kablam! Checking source v0.1.0 (/source) Nov 02 09:54:33.469 INFO kablam! warning: unused import: `Method` Nov 02 09:54:33.469 INFO kablam! --> src/main.rs:21:20 Nov 02 09:54:33.469 INFO kablam! | Nov 02 09:54:33.469 INFO kablam! 21 | use rocket::http::{Method, Status}; Nov 02 09:54:33.469 INFO kablam! | ^^^^^^ Nov 02 09:54:33.470 INFO kablam! | Nov 02 09:54:33.470 INFO kablam! = note: #[warn(unused_imports)] on by default Nov 02 09:54:33.470 INFO kablam! Nov 02 09:54:33.470 INFO kablam! warning: unused import: `AllowedHeaders` Nov 02 09:54:33.470 INFO kablam! --> src/main.rs:24:19 Nov 02 09:54:33.470 INFO kablam! | Nov 02 09:54:33.470 INFO kablam! 24 | use rocket_cors::{AllowedHeaders, AllowedOrigins}; Nov 02 09:54:33.470 INFO kablam! | ^^^^^^^^^^^^^^ Nov 02 09:54:33.470 INFO kablam! Nov 02 09:54:33.470 INFO kablam! warning: cannot find type `Article` in this scope Nov 02 09:54:33.470 INFO kablam! --> src/models/article.rs:4:10 Nov 02 09:54:33.470 INFO kablam! | Nov 02 09:54:33.470 INFO kablam! 4 | #[derive(Identifiable, Queryable, Serialize, Deserialize)] Nov 02 09:54:33.470 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 02 09:54:33.470 INFO kablam! | Nov 02 09:54:33.470 INFO kablam! = note: #[warn(proc_macro_derive_resolution_fallback)] on by default Nov 02 09:54:33.470 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 02 09:54:33.470 INFO kablam! = note: for more information, see issue #50504 Nov 02 09:54:33.470 INFO kablam! Nov 02 09:54:33.470 INFO kablam! warning: cannot find type `articles` in this scope Nov 02 09:54:33.470 INFO kablam! --> src/models/article.rs:4:10 Nov 02 09:54:33.470 INFO kablam! | Nov 02 09:54:33.470 INFO kablam! 4 | #[derive(Identifiable, Queryable, Serialize, Deserialize)] Nov 02 09:54:33.470 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 02 09:54:33.470 INFO kablam! | Nov 02 09:54:33.470 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 02 09:54:33.470 INFO kablam! = note: for more information, see issue #50504 Nov 02 09:54:33.470 INFO kablam! Nov 02 09:54:33.470 INFO kablam! warning: cannot find type `Article` in this scope Nov 02 09:54:33.470 INFO kablam! --> src/models/article.rs:4:10 Nov 02 09:54:33.470 INFO kablam! | Nov 02 09:54:33.470 INFO kablam! 4 | #[derive(Identifiable, Queryable, Serialize, Deserialize)] Nov 02 09:54:33.470 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 02 09:54:33.470 INFO kablam! | Nov 02 09:54:33.470 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 02 09:54:33.470 INFO kablam! = note: for more information, see issue #50504 Nov 02 09:54:33.470 INFO kablam! Nov 02 09:54:33.470 INFO kablam! warning: cannot find type `NaiveDateTime` in this scope Nov 02 09:54:33.470 INFO kablam! --> src/models/article.rs:4:24 Nov 02 09:54:33.470 INFO kablam! | Nov 02 09:54:33.470 INFO kablam! 4 | #[derive(Identifiable, Queryable, Serialize, Deserialize)] Nov 02 09:54:33.470 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 02 09:54:33.470 INFO kablam! | Nov 02 09:54:33.470 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 02 09:54:33.470 INFO kablam! = note: for more information, see issue #50504 Nov 02 09:54:33.470 INFO kablam! Nov 02 09:54:33.470 INFO kablam! warning: cannot find type `Article` in this scope Nov 02 09:54:33.470 INFO kablam! --> src/models/article.rs:4:24 Nov 02 09:54:33.470 INFO kablam! | Nov 02 09:54:33.470 INFO kablam! 4 | #[derive(Identifiable, Queryable, Serialize, Deserialize)] Nov 02 09:54:33.470 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 02 09:54:33.470 INFO kablam! | Nov 02 09:54:33.470 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 02 09:54:33.470 INFO kablam! = note: for more information, see issue #50504 Nov 02 09:54:33.470 INFO kablam! Nov 02 09:54:33.470 INFO kablam! warning: cannot find type `articles` in this scope Nov 02 09:54:33.470 INFO kablam! --> src/models/article.rs:14:10 Nov 02 09:54:33.470 INFO kablam! | Nov 02 09:54:33.470 INFO kablam! 14 | #[derive(Insertable, Serialize, Deserialize, AsChangeset, Queryable)] Nov 02 09:54:33.470 INFO kablam! | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 02 09:54:33.470 INFO kablam! | Nov 02 09:54:33.470 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 02 09:54:33.470 INFO kablam! = note: for more information, see issue #50504 Nov 02 09:54:33.470 INFO kablam! Nov 02 09:54:33.470 INFO kablam! warning: cannot find type `ArticleForm` in this scope Nov 02 09:54:33.470 INFO kablam! --> src/models/article.rs:14:10 Nov 02 09:54:33.470 INFO kablam! | Nov 02 09:54:33.470 INFO kablam! 14 | #[derive(Insertable, Serialize, Deserialize, AsChangeset, Queryable)] Nov 02 09:54:33.470 INFO kablam! | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 02 09:54:33.470 INFO kablam! | Nov 02 09:54:33.470 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 02 09:54:33.470 INFO kablam! = note: for more information, see issue #50504 Nov 02 09:54:33.470 INFO kablam! Nov 02 09:54:33.470 INFO kablam! warning: cannot find type `ArticleForm` in this scope Nov 02 09:54:33.470 INFO kablam! --> src/models/article.rs:14:46 Nov 02 09:54:33.470 INFO kablam! | Nov 02 09:54:33.470 INFO kablam! 14 | #[derive(Insertable, Serialize, Deserialize, AsChangeset, Queryable)] Nov 02 09:54:33.470 INFO kablam! | ^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 02 09:54:33.471 INFO kablam! | Nov 02 09:54:33.471 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 02 09:54:33.471 INFO kablam! = note: for more information, see issue #50504 Nov 02 09:54:33.471 INFO kablam! Nov 02 09:54:33.471 INFO kablam! warning: cannot find type `articles` in this scope Nov 02 09:54:33.471 INFO kablam! --> src/models/article.rs:14:46 Nov 02 09:54:33.471 INFO kablam! | Nov 02 09:54:33.471 INFO kablam! 14 | #[derive(Insertable, Serialize, Deserialize, AsChangeset, Queryable)] Nov 02 09:54:33.471 INFO kablam! | ^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 02 09:54:33.471 INFO kablam! | Nov 02 09:54:33.471 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 02 09:54:33.471 INFO kablam! = note: for more information, see issue #50504 Nov 02 09:54:33.471 INFO kablam! Nov 02 09:54:33.471 INFO kablam! warning: cannot find type `ArticleForm` in this scope Nov 02 09:54:33.471 INFO kablam! --> src/models/article.rs:14:59 Nov 02 09:54:33.471 INFO kablam! | Nov 02 09:54:33.471 INFO kablam! 14 | #[derive(Insertable, Serialize, Deserialize, AsChangeset, Queryable)] Nov 02 09:54:33.471 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 02 09:54:33.471 INFO kablam! | Nov 02 09:54:33.471 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 02 09:54:33.471 INFO kablam! = note: for more information, see issue #50504 Nov 02 09:54:33.471 INFO kablam! Nov 02 09:54:33.471 INFO kablam! warning: cannot find type `table` in this scope Nov 02 09:54:33.471 INFO kablam! --> <::diesel::macros::table_body macros>:165:33 Nov 02 09:54:33.471 INFO kablam! | Nov 02 09:54:33.471 INFO kablam! 165 | derive ( Debug , Clone , Copy , QueryId ) ] /// The actual table struct Nov 02 09:54:33.471 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 02 09:54:33.471 INFO kablam! | Nov 02 09:54:33.471 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 02 09:54:33.471 INFO kablam! = note: for more information, see issue #50504 Nov 02 09:54:33.471 INFO kablam! Nov 02 09:54:33.471 INFO kablam! warning: cannot find type `id` in this scope Nov 02 09:54:33.471 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Nov 02 09:54:33.471 INFO kablam! | Nov 02 09:54:33.471 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 02 09:54:33.471 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 02 09:54:33.471 INFO kablam! | Nov 02 09:54:33.471 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 02 09:54:33.471 INFO kablam! = note: for more information, see issue #50504 Nov 02 09:54:33.471 INFO kablam! Nov 02 09:54:33.471 INFO kablam! warning: cannot find type `title` in this scope Nov 02 09:54:33.471 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Nov 02 09:54:33.471 INFO kablam! | Nov 02 09:54:33.471 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 02 09:54:33.471 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 02 09:54:33.471 INFO kablam! | Nov 02 09:54:33.471 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 02 09:54:33.471 INFO kablam! = note: for more information, see issue #50504 Nov 02 09:54:33.471 INFO kablam! Nov 02 09:54:33.471 INFO kablam! warning: cannot find type `body` in this scope Nov 02 09:54:33.471 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Nov 02 09:54:33.471 INFO kablam! | Nov 02 09:54:33.471 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 02 09:54:33.471 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 02 09:54:33.471 INFO kablam! | Nov 02 09:54:33.471 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 02 09:54:33.471 INFO kablam! = note: for more information, see issue #50504 Nov 02 09:54:33.471 INFO kablam! Nov 02 09:54:33.471 INFO kablam! warning: cannot find type `published` in this scope Nov 02 09:54:33.471 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Nov 02 09:54:33.471 INFO kablam! | Nov 02 09:54:33.471 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 02 09:54:33.471 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 02 09:54:33.471 INFO kablam! | Nov 02 09:54:33.471 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 02 09:54:33.471 INFO kablam! = note: for more information, see issue #50504 Nov 02 09:54:33.471 INFO kablam! Nov 02 09:54:33.471 INFO kablam! warning: cannot find type `created_at` in this scope Nov 02 09:54:33.471 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Nov 02 09:54:33.471 INFO kablam! | Nov 02 09:54:33.471 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 02 09:54:33.471 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 02 09:54:33.471 INFO kablam! | Nov 02 09:54:33.471 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 02 09:54:33.471 INFO kablam! = note: for more information, see issue #50504 Nov 02 09:54:33.471 INFO kablam! Nov 02 09:54:33.471 INFO kablam! warning: cannot find type `updated_at` in this scope Nov 02 09:54:33.471 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Nov 02 09:54:33.471 INFO kablam! | Nov 02 09:54:33.472 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 02 09:54:33.472 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 02 09:54:33.472 INFO kablam! | Nov 02 09:54:33.472 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 02 09:54:33.472 INFO kablam! = note: for more information, see issue #50504 Nov 02 09:54:33.472 INFO kablam! Nov 02 09:54:33.472 INFO kablam! warning: cannot find type `tag_id` in this scope Nov 02 09:54:33.472 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Nov 02 09:54:33.472 INFO kablam! | Nov 02 09:54:33.472 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 02 09:54:33.472 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 02 09:54:33.472 INFO kablam! | Nov 02 09:54:33.472 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 02 09:54:33.472 INFO kablam! = note: for more information, see issue #50504 Nov 02 09:54:33.472 INFO kablam! Nov 02 09:54:33.472 INFO kablam! warning: cannot find type `article_id` in this scope Nov 02 09:54:33.472 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Nov 02 09:54:33.472 INFO kablam! | Nov 02 09:54:33.472 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 02 09:54:33.472 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 02 09:54:33.472 INFO kablam! | Nov 02 09:54:33.472 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 02 09:54:33.472 INFO kablam! = note: for more information, see issue #50504 Nov 02 09:54:33.472 INFO kablam! Nov 02 09:54:33.472 INFO kablam! warning: cannot find type `name` in this scope Nov 02 09:54:33.472 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Nov 02 09:54:33.472 INFO kablam! | Nov 02 09:54:33.472 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 02 09:54:33.472 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 02 09:54:33.472 INFO kablam! | Nov 02 09:54:33.472 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 02 09:54:33.472 INFO kablam! = note: for more information, see issue #50504 Nov 02 09:54:33.472 INFO kablam! Nov 02 09:54:33.472 INFO kablam! warning: cannot find type `Tag` in this scope Nov 02 09:54:33.472 INFO kablam! --> src/models/tag.rs:3:10 Nov 02 09:54:33.472 INFO kablam! | Nov 02 09:54:33.472 INFO kablam! 3 | #[derive(Identifiable, Queryable, Serialize, Deserialize)] Nov 02 09:54:33.472 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 02 09:54:33.472 INFO kablam! | Nov 02 09:54:33.472 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 02 09:54:33.472 INFO kablam! = note: for more information, see issue #50504 Nov 02 09:54:33.472 INFO kablam! Nov 02 09:54:33.472 INFO kablam! warning: cannot find type `tags` in this scope Nov 02 09:54:33.472 INFO kablam! --> src/models/tag.rs:3:10 Nov 02 09:54:33.472 INFO kablam! | Nov 02 09:54:33.472 INFO kablam! 3 | #[derive(Identifiable, Queryable, Serialize, Deserialize)] Nov 02 09:54:33.472 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 02 09:54:33.472 INFO kablam! | Nov 02 09:54:33.472 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 02 09:54:33.472 INFO kablam! = note: for more information, see issue #50504 Nov 02 09:54:33.472 INFO kablam! Nov 02 09:54:33.472 INFO kablam! warning: cannot find type `Tag` in this scope Nov 02 09:54:33.472 INFO kablam! --> src/models/tag.rs:3:24 Nov 02 09:54:33.472 INFO kablam! | Nov 02 09:54:33.472 INFO kablam! 3 | #[derive(Identifiable, Queryable, Serialize, Deserialize)] Nov 02 09:54:33.472 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 02 09:54:33.472 INFO kablam! | Nov 02 09:54:33.472 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 02 09:54:33.472 INFO kablam! = note: for more information, see issue #50504 Nov 02 09:54:33.472 INFO kablam! Nov 02 09:54:33.472 INFO kablam! warning: cannot find type `tags` in this scope Nov 02 09:54:33.472 INFO kablam! --> src/models/tag.rs:9:10 Nov 02 09:54:33.472 INFO kablam! | Nov 02 09:54:33.472 INFO kablam! 9 | #[derive(Insertable, AsChangeset, Deserialize, Serialize)] Nov 02 09:54:33.472 INFO kablam! | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 02 09:54:33.472 INFO kablam! | Nov 02 09:54:33.472 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 02 09:54:33.472 INFO kablam! = note: for more information, see issue #50504 Nov 02 09:54:33.472 INFO kablam! Nov 02 09:54:33.472 INFO kablam! warning: cannot find type `TagForm` in this scope Nov 02 09:54:33.472 INFO kablam! --> src/models/tag.rs:9:10 Nov 02 09:54:33.472 INFO kablam! | Nov 02 09:54:33.472 INFO kablam! 9 | #[derive(Insertable, AsChangeset, Deserialize, Serialize)] Nov 02 09:54:33.472 INFO kablam! | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 02 09:54:33.472 INFO kablam! | Nov 02 09:54:33.472 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 02 09:54:33.473 INFO kablam! = note: for more information, see issue #50504 Nov 02 09:54:33.473 INFO kablam! Nov 02 09:54:33.473 INFO kablam! warning: cannot find type `TagForm` in this scope Nov 02 09:54:33.473 INFO kablam! --> src/models/tag.rs:9:22 Nov 02 09:54:33.473 INFO kablam! | Nov 02 09:54:33.473 INFO kablam! 9 | #[derive(Insertable, AsChangeset, Deserialize, Serialize)] Nov 02 09:54:33.473 INFO kablam! | ^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 02 09:54:33.473 INFO kablam! | Nov 02 09:54:33.473 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 02 09:54:33.473 INFO kablam! = note: for more information, see issue #50504 Nov 02 09:54:33.473 INFO kablam! Nov 02 09:54:33.473 INFO kablam! warning: cannot find type `tags` in this scope Nov 02 09:54:33.473 INFO kablam! --> src/models/tag.rs:9:22 Nov 02 09:54:33.473 INFO kablam! | Nov 02 09:54:33.473 INFO kablam! 9 | #[derive(Insertable, AsChangeset, Deserialize, Serialize)] Nov 02 09:54:33.473 INFO kablam! | ^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 02 09:54:33.473 INFO kablam! | Nov 02 09:54:33.473 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 02 09:54:33.473 INFO kablam! = note: for more information, see issue #50504 Nov 02 09:54:33.473 INFO kablam! Nov 02 09:54:33.473 INFO kablam! warning: unused import: `diesel::prelude::*` Nov 02 09:54:33.473 INFO kablam! --> src/models/tagging.rs:1:5 Nov 02 09:54:33.473 INFO kablam! | Nov 02 09:54:33.473 INFO kablam! 1 | use diesel::prelude::*; Nov 02 09:54:33.473 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Nov 02 09:54:33.473 INFO kablam! Nov 02 09:54:33.473 INFO kablam! warning: cannot find type `Tagging` in this scope Nov 02 09:54:33.473 INFO kablam! --> src/models/tagging.rs:4:10 Nov 02 09:54:33.473 INFO kablam! | Nov 02 09:54:33.473 INFO kablam! 4 | #[derive(Identifiable, Queryable, Associations)] Nov 02 09:54:33.473 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 02 09:54:33.473 INFO kablam! | Nov 02 09:54:33.473 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 02 09:54:33.473 INFO kablam! = note: for more information, see issue #50504 Nov 02 09:54:33.473 INFO kablam! Nov 02 09:54:33.473 INFO kablam! warning: cannot find type `taggings` in this scope Nov 02 09:54:33.473 INFO kablam! --> src/models/tagging.rs:4:10 Nov 02 09:54:33.473 INFO kablam! | Nov 02 09:54:33.473 INFO kablam! 4 | #[derive(Identifiable, Queryable, Associations)] Nov 02 09:54:33.473 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 02 09:54:33.473 INFO kablam! | Nov 02 09:54:33.473 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 02 09:54:33.473 INFO kablam! = note: for more information, see issue #50504 Nov 02 09:54:33.473 INFO kablam! Nov 02 09:54:33.473 INFO kablam! warning: cannot find type `Tagging` in this scope Nov 02 09:54:33.473 INFO kablam! --> src/models/tagging.rs:4:24 Nov 02 09:54:33.473 INFO kablam! | Nov 02 09:54:33.473 INFO kablam! 4 | #[derive(Identifiable, Queryable, Associations)] Nov 02 09:54:33.473 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 02 09:54:33.473 INFO kablam! | Nov 02 09:54:33.473 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 02 09:54:33.473 INFO kablam! = note: for more information, see issue #50504 Nov 02 09:54:33.473 INFO kablam! Nov 02 09:54:33.473 INFO kablam! warning: cannot find type `Article` in this scope Nov 02 09:54:33.473 INFO kablam! --> src/models/tagging.rs:4:35 Nov 02 09:54:33.473 INFO kablam! | Nov 02 09:54:33.473 INFO kablam! 4 | #[derive(Identifiable, Queryable, Associations)] Nov 02 09:54:33.473 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 02 09:54:33.473 INFO kablam! | Nov 02 09:54:33.473 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 02 09:54:33.473 INFO kablam! = note: for more information, see issue #50504 Nov 02 09:54:33.473 INFO kablam! Nov 02 09:54:33.473 INFO kablam! warning: cannot find type `Tagging` in this scope Nov 02 09:54:33.473 INFO kablam! --> src/models/tagging.rs:4:35 Nov 02 09:54:33.473 INFO kablam! | Nov 02 09:54:33.473 INFO kablam! 4 | #[derive(Identifiable, Queryable, Associations)] Nov 02 09:54:33.473 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 02 09:54:33.473 INFO kablam! | Nov 02 09:54:33.473 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 02 09:54:33.473 INFO kablam! = note: for more information, see issue #50504 Nov 02 09:54:33.473 INFO kablam! Nov 02 09:54:33.473 INFO kablam! warning: cannot find type `taggings` in this scope Nov 02 09:54:33.473 INFO kablam! --> src/models/tagging.rs:4:35 Nov 02 09:54:33.473 INFO kablam! | Nov 02 09:54:33.473 INFO kablam! 4 | #[derive(Identifiable, Queryable, Associations)] Nov 02 09:54:33.473 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 02 09:54:33.473 INFO kablam! | Nov 02 09:54:33.473 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 02 09:54:33.473 INFO kablam! = note: for more information, see issue #50504 Nov 02 09:54:33.474 INFO kablam! Nov 02 09:54:33.474 INFO kablam! warning: cannot find type `Tag` in this scope Nov 02 09:54:33.474 INFO kablam! --> src/models/tagging.rs:4:35 Nov 02 09:54:33.474 INFO kablam! | Nov 02 09:54:33.474 INFO kablam! 4 | #[derive(Identifiable, Queryable, Associations)] Nov 02 09:54:33.474 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 02 09:54:33.474 INFO kablam! | Nov 02 09:54:33.474 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 02 09:54:33.474 INFO kablam! = note: for more information, see issue #50504 Nov 02 09:54:33.474 INFO kablam! Nov 02 09:54:33.474 INFO kablam! warning: cannot find type `taggings` in this scope Nov 02 09:54:33.474 INFO kablam! --> src/models/tagging.rs:13:10 Nov 02 09:54:33.474 INFO kablam! | Nov 02 09:54:33.474 INFO kablam! 13 | #[derive(Insertable)] Nov 02 09:54:33.474 INFO kablam! | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 02 09:54:33.474 INFO kablam! | Nov 02 09:54:33.474 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 02 09:54:33.474 INFO kablam! = note: for more information, see issue #50504 Nov 02 09:54:33.474 INFO kablam! Nov 02 09:54:33.474 INFO kablam! warning: cannot find type `NewTagging` in this scope Nov 02 09:54:33.474 INFO kablam! --> src/models/tagging.rs:13:10 Nov 02 09:54:33.474 INFO kablam! | Nov 02 09:54:33.474 INFO kablam! 13 | #[derive(Insertable)] Nov 02 09:54:33.474 INFO kablam! | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 02 09:54:33.474 INFO kablam! | Nov 02 09:54:33.474 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 02 09:54:33.474 INFO kablam! = note: for more information, see issue #50504 Nov 02 09:54:33.474 INFO kablam! Nov 02 09:54:33.572 INFO kablam! warning: unused import: `Method` Nov 02 09:54:33.572 INFO kablam! --> src/main.rs:21:20 Nov 02 09:54:33.572 INFO kablam! | Nov 02 09:54:33.572 INFO kablam! 21 | use rocket::http::{Method, Status}; Nov 02 09:54:33.572 INFO kablam! | ^^^^^^ Nov 02 09:54:33.572 INFO kablam! | Nov 02 09:54:33.572 INFO kablam! = note: #[warn(unused_imports)] on by default Nov 02 09:54:33.572 INFO kablam! Nov 02 09:54:33.572 INFO kablam! warning: unused import: `AllowedHeaders` Nov 02 09:54:33.572 INFO kablam! --> src/main.rs:24:19 Nov 02 09:54:33.572 INFO kablam! | Nov 02 09:54:33.572 INFO kablam! 24 | use rocket_cors::{AllowedHeaders, AllowedOrigins}; Nov 02 09:54:33.572 INFO kablam! | ^^^^^^^^^^^^^^ Nov 02 09:54:33.572 INFO kablam! Nov 02 09:54:33.572 INFO kablam! warning: cannot find type `Article` in this scope Nov 02 09:54:33.572 INFO kablam! --> src/models/article.rs:4:10 Nov 02 09:54:33.572 INFO kablam! | Nov 02 09:54:33.572 INFO kablam! 4 | #[derive(Identifiable, Queryable, Serialize, Deserialize)] Nov 02 09:54:33.572 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 02 09:54:33.572 INFO kablam! | Nov 02 09:54:33.572 INFO kablam! = note: #[warn(proc_macro_derive_resolution_fallback)] on by default Nov 02 09:54:33.572 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 02 09:54:33.572 INFO kablam! = note: for more information, see issue #50504 Nov 02 09:54:33.572 INFO kablam! Nov 02 09:54:33.572 INFO kablam! warning: cannot find type `articles` in this scope Nov 02 09:54:33.572 INFO kablam! --> src/models/article.rs:4:10 Nov 02 09:54:33.572 INFO kablam! | Nov 02 09:54:33.572 INFO kablam! 4 | #[derive(Identifiable, Queryable, Serialize, Deserialize)] Nov 02 09:54:33.572 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 02 09:54:33.572 INFO kablam! | Nov 02 09:54:33.572 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 02 09:54:33.572 INFO kablam! = note: for more information, see issue #50504 Nov 02 09:54:33.572 INFO kablam! Nov 02 09:54:33.572 INFO kablam! warning: cannot find type `Article` in this scope Nov 02 09:54:33.572 INFO kablam! --> src/models/article.rs:4:10 Nov 02 09:54:33.572 INFO kablam! | Nov 02 09:54:33.572 INFO kablam! 4 | #[derive(Identifiable, Queryable, Serialize, Deserialize)] Nov 02 09:54:33.572 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 02 09:54:33.572 INFO kablam! | Nov 02 09:54:33.572 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 02 09:54:33.572 INFO kablam! = note: for more information, see issue #50504 Nov 02 09:54:33.572 INFO kablam! Nov 02 09:54:33.572 INFO kablam! warning: cannot find type `NaiveDateTime` in this scope Nov 02 09:54:33.572 INFO kablam! --> src/models/article.rs:4:24 Nov 02 09:54:33.572 INFO kablam! | Nov 02 09:54:33.572 INFO kablam! 4 | #[derive(Identifiable, Queryable, Serialize, Deserialize)] Nov 02 09:54:33.572 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 02 09:54:33.572 INFO kablam! | Nov 02 09:54:33.572 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 02 09:54:33.572 INFO kablam! = note: for more information, see issue #50504 Nov 02 09:54:33.572 INFO kablam! Nov 02 09:54:33.572 INFO kablam! warning: cannot find type `Article` in this scope Nov 02 09:54:33.572 INFO kablam! --> src/models/article.rs:4:24 Nov 02 09:54:33.572 INFO kablam! | Nov 02 09:54:33.572 INFO kablam! 4 | #[derive(Identifiable, Queryable, Serialize, Deserialize)] Nov 02 09:54:33.573 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 02 09:54:33.573 INFO kablam! | Nov 02 09:54:33.573 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 02 09:54:33.573 INFO kablam! = note: for more information, see issue #50504 Nov 02 09:54:33.573 INFO kablam! Nov 02 09:54:33.573 INFO kablam! warning: cannot find type `articles` in this scope Nov 02 09:54:33.573 INFO kablam! --> src/models/article.rs:14:10 Nov 02 09:54:33.573 INFO kablam! | Nov 02 09:54:33.573 INFO kablam! 14 | #[derive(Insertable, Serialize, Deserialize, AsChangeset, Queryable)] Nov 02 09:54:33.573 INFO kablam! | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 02 09:54:33.573 INFO kablam! | Nov 02 09:54:33.573 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 02 09:54:33.573 INFO kablam! = note: for more information, see issue #50504 Nov 02 09:54:33.573 INFO kablam! Nov 02 09:54:33.573 INFO kablam! warning: cannot find type `ArticleForm` in this scope Nov 02 09:54:33.573 INFO kablam! --> src/models/article.rs:14:10 Nov 02 09:54:33.573 INFO kablam! | Nov 02 09:54:33.573 INFO kablam! 14 | #[derive(Insertable, Serialize, Deserialize, AsChangeset, Queryable)] Nov 02 09:54:33.573 INFO kablam! | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 02 09:54:33.573 INFO kablam! | Nov 02 09:54:33.573 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 02 09:54:33.573 INFO kablam! = note: for more information, see issue #50504 Nov 02 09:54:33.573 INFO kablam! Nov 02 09:54:33.573 INFO kablam! warning: cannot find type `ArticleForm` in this scope Nov 02 09:54:33.573 INFO kablam! --> src/models/article.rs:14:46 Nov 02 09:54:33.573 INFO kablam! | Nov 02 09:54:33.573 INFO kablam! 14 | #[derive(Insertable, Serialize, Deserialize, AsChangeset, Queryable)] Nov 02 09:54:33.573 INFO kablam! | ^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 02 09:54:33.573 INFO kablam! | Nov 02 09:54:33.573 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 02 09:54:33.573 INFO kablam! = note: for more information, see issue #50504 Nov 02 09:54:33.573 INFO kablam! Nov 02 09:54:33.573 INFO kablam! warning: cannot find type `articles` in this scope Nov 02 09:54:33.573 INFO kablam! --> src/models/article.rs:14:46 Nov 02 09:54:33.573 INFO kablam! | Nov 02 09:54:33.573 INFO kablam! 14 | #[derive(Insertable, Serialize, Deserialize, AsChangeset, Queryable)] Nov 02 09:54:33.573 INFO kablam! | ^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 02 09:54:33.573 INFO kablam! | Nov 02 09:54:33.573 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 02 09:54:33.573 INFO kablam! = note: for more information, see issue #50504 Nov 02 09:54:33.573 INFO kablam! Nov 02 09:54:33.573 INFO kablam! warning: cannot find type `ArticleForm` in this scope Nov 02 09:54:33.573 INFO kablam! --> src/models/article.rs:14:59 Nov 02 09:54:33.573 INFO kablam! | Nov 02 09:54:33.573 INFO kablam! 14 | #[derive(Insertable, Serialize, Deserialize, AsChangeset, Queryable)] Nov 02 09:54:33.573 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 02 09:54:33.573 INFO kablam! | Nov 02 09:54:33.573 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 02 09:54:33.573 INFO kablam! = note: for more information, see issue #50504 Nov 02 09:54:33.573 INFO kablam! Nov 02 09:54:33.573 INFO kablam! warning: cannot find type `table` in this scope Nov 02 09:54:33.573 INFO kablam! --> <::diesel::macros::table_body macros>:165:33 Nov 02 09:54:33.573 INFO kablam! | Nov 02 09:54:33.573 INFO kablam! 165 | derive ( Debug , Clone , Copy , QueryId ) ] /// The actual table struct Nov 02 09:54:33.573 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 02 09:54:33.573 INFO kablam! | Nov 02 09:54:33.573 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 02 09:54:33.573 INFO kablam! = note: for more information, see issue #50504 Nov 02 09:54:33.573 INFO kablam! Nov 02 09:54:33.573 INFO kablam! warning: cannot find type `id` in this scope Nov 02 09:54:33.573 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Nov 02 09:54:33.573 INFO kablam! | Nov 02 09:54:33.573 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 02 09:54:33.573 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 02 09:54:33.573 INFO kablam! | Nov 02 09:54:33.573 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 02 09:54:33.573 INFO kablam! = note: for more information, see issue #50504 Nov 02 09:54:33.573 INFO kablam! Nov 02 09:54:33.573 INFO kablam! warning: cannot find type `title` in this scope Nov 02 09:54:33.573 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Nov 02 09:54:33.573 INFO kablam! | Nov 02 09:54:33.573 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 02 09:54:33.573 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 02 09:54:33.573 INFO kablam! | Nov 02 09:54:33.573 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 02 09:54:33.573 INFO kablam! = note: for more information, see issue #50504 Nov 02 09:54:33.573 INFO kablam! Nov 02 09:54:33.573 INFO kablam! warning: cannot find type `body` in this scope Nov 02 09:54:33.573 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Nov 02 09:54:33.573 INFO kablam! | Nov 02 09:54:33.573 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 02 09:54:33.573 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 02 09:54:33.574 INFO kablam! | Nov 02 09:54:33.574 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 02 09:54:33.576 INFO kablam! = note: for more information, see issue #50504 Nov 02 09:54:33.576 INFO kablam! Nov 02 09:54:33.576 INFO kablam! warning: cannot find type `published` in this scope Nov 02 09:54:33.576 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Nov 02 09:54:33.576 INFO kablam! | Nov 02 09:54:33.576 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 02 09:54:33.576 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 02 09:54:33.576 INFO kablam! | Nov 02 09:54:33.576 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 02 09:54:33.576 INFO kablam! = note: for more information, see issue #50504 Nov 02 09:54:33.576 INFO kablam! Nov 02 09:54:33.576 INFO kablam! warning: cannot find type `created_at` in this scope Nov 02 09:54:33.576 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Nov 02 09:54:33.576 INFO kablam! | Nov 02 09:54:33.576 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 02 09:54:33.576 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 02 09:54:33.576 INFO kablam! | Nov 02 09:54:33.576 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 02 09:54:33.576 INFO kablam! = note: for more information, see issue #50504 Nov 02 09:54:33.576 INFO kablam! Nov 02 09:54:33.576 INFO kablam! warning: cannot find type `updated_at` in this scope Nov 02 09:54:33.576 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Nov 02 09:54:33.576 INFO kablam! | Nov 02 09:54:33.576 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 02 09:54:33.576 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 02 09:54:33.576 INFO kablam! | Nov 02 09:54:33.576 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 02 09:54:33.576 INFO kablam! = note: for more information, see issue #50504 Nov 02 09:54:33.576 INFO kablam! Nov 02 09:54:33.576 INFO kablam! warning: cannot find type `tag_id` in this scope Nov 02 09:54:33.576 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Nov 02 09:54:33.576 INFO kablam! | Nov 02 09:54:33.576 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 02 09:54:33.576 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 02 09:54:33.576 INFO kablam! | Nov 02 09:54:33.576 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 02 09:54:33.576 INFO kablam! = note: for more information, see issue #50504 Nov 02 09:54:33.576 INFO kablam! Nov 02 09:54:33.576 INFO kablam! warning: cannot find type `article_id` in this scope Nov 02 09:54:33.576 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Nov 02 09:54:33.576 INFO kablam! | Nov 02 09:54:33.576 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 02 09:54:33.576 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 02 09:54:33.576 INFO kablam! | Nov 02 09:54:33.576 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 02 09:54:33.576 INFO kablam! = note: for more information, see issue #50504 Nov 02 09:54:33.576 INFO kablam! Nov 02 09:54:33.576 INFO kablam! warning: cannot find type `name` in this scope Nov 02 09:54:33.576 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Nov 02 09:54:33.577 INFO kablam! | Nov 02 09:54:33.577 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 02 09:54:33.577 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 02 09:54:33.577 INFO kablam! | Nov 02 09:54:33.577 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 02 09:54:33.577 INFO kablam! = note: for more information, see issue #50504 Nov 02 09:54:33.577 INFO kablam! Nov 02 09:54:33.577 INFO kablam! warning: cannot find type `Tag` in this scope Nov 02 09:54:33.577 INFO kablam! --> src/models/tag.rs:3:10 Nov 02 09:54:33.577 INFO kablam! | Nov 02 09:54:33.577 INFO kablam! 3 | #[derive(Identifiable, Queryable, Serialize, Deserialize)] Nov 02 09:54:33.577 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 02 09:54:33.577 INFO kablam! | Nov 02 09:54:33.577 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 02 09:54:33.577 INFO kablam! = note: for more information, see issue #50504 Nov 02 09:54:33.577 INFO kablam! Nov 02 09:54:33.577 INFO kablam! warning: cannot find type `tags` in this scope Nov 02 09:54:33.577 INFO kablam! --> src/models/tag.rs:3:10 Nov 02 09:54:33.577 INFO kablam! | Nov 02 09:54:33.577 INFO kablam! 3 | #[derive(Identifiable, Queryable, Serialize, Deserialize)] Nov 02 09:54:33.577 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 02 09:54:33.577 INFO kablam! | Nov 02 09:54:33.577 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 02 09:54:33.577 INFO kablam! = note: for more information, see issue #50504 Nov 02 09:54:33.577 INFO kablam! Nov 02 09:54:33.577 INFO kablam! warning: cannot find type `Tag` in this scope Nov 02 09:54:33.577 INFO kablam! --> src/models/tag.rs:3:24 Nov 02 09:54:33.577 INFO kablam! | Nov 02 09:54:33.577 INFO kablam! 3 | #[derive(Identifiable, Queryable, Serialize, Deserialize)] Nov 02 09:54:33.577 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 02 09:54:33.577 INFO kablam! | Nov 02 09:54:33.577 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 02 09:54:33.577 INFO kablam! = note: for more information, see issue #50504 Nov 02 09:54:33.577 INFO kablam! Nov 02 09:54:33.580 INFO kablam! warning: cannot find type `tags` in this scope Nov 02 09:54:33.580 INFO kablam! --> src/models/tag.rs:9:10 Nov 02 09:54:33.580 INFO kablam! | Nov 02 09:54:33.580 INFO kablam! 9 | #[derive(Insertable, AsChangeset, Deserialize, Serialize)] Nov 02 09:54:33.580 INFO kablam! | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 02 09:54:33.580 INFO kablam! | Nov 02 09:54:33.580 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 02 09:54:33.580 INFO kablam! = note: for more information, see issue #50504 Nov 02 09:54:33.581 INFO kablam! Nov 02 09:54:33.581 INFO kablam! warning: cannot find type `TagForm` in this scope Nov 02 09:54:33.581 INFO kablam! --> src/models/tag.rs:9:10 Nov 02 09:54:33.581 INFO kablam! | Nov 02 09:54:33.581 INFO kablam! 9 | #[derive(Insertable, AsChangeset, Deserialize, Serialize)] Nov 02 09:54:33.581 INFO kablam! | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 02 09:54:33.581 INFO kablam! | Nov 02 09:54:33.581 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 02 09:54:33.581 INFO kablam! = note: for more information, see issue #50504 Nov 02 09:54:33.581 INFO kablam! Nov 02 09:54:33.581 INFO kablam! warning: cannot find type `TagForm` in this scope Nov 02 09:54:33.581 INFO kablam! --> src/models/tag.rs:9:22 Nov 02 09:54:33.581 INFO kablam! | Nov 02 09:54:33.581 INFO kablam! 9 | #[derive(Insertable, AsChangeset, Deserialize, Serialize)] Nov 02 09:54:33.581 INFO kablam! | ^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 02 09:54:33.581 INFO kablam! | Nov 02 09:54:33.581 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 02 09:54:33.581 INFO kablam! = note: for more information, see issue #50504 Nov 02 09:54:33.581 INFO kablam! Nov 02 09:54:33.581 INFO kablam! warning: cannot find type `tags` in this scope Nov 02 09:54:33.581 INFO kablam! --> src/models/tag.rs:9:22 Nov 02 09:54:33.581 INFO kablam! | Nov 02 09:54:33.581 INFO kablam! 9 | #[derive(Insertable, AsChangeset, Deserialize, Serialize)] Nov 02 09:54:33.581 INFO kablam! | ^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 02 09:54:33.581 INFO kablam! | Nov 02 09:54:33.581 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 02 09:54:33.581 INFO kablam! = note: for more information, see issue #50504 Nov 02 09:54:33.581 INFO kablam! Nov 02 09:54:33.581 INFO kablam! warning: unused import: `diesel::prelude::*` Nov 02 09:54:33.581 INFO kablam! --> src/models/tagging.rs:1:5 Nov 02 09:54:33.581 INFO kablam! | Nov 02 09:54:33.581 INFO kablam! 1 | use diesel::prelude::*; Nov 02 09:54:33.581 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Nov 02 09:54:33.581 INFO kablam! Nov 02 09:54:33.581 INFO kablam! warning: cannot find type `Tagging` in this scope Nov 02 09:54:33.581 INFO kablam! --> src/models/tagging.rs:4:10 Nov 02 09:54:33.581 INFO kablam! | Nov 02 09:54:33.581 INFO kablam! 4 | #[derive(Identifiable, Queryable, Associations)] Nov 02 09:54:33.581 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 02 09:54:33.581 INFO kablam! | Nov 02 09:54:33.581 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 02 09:54:33.581 INFO kablam! = note: for more information, see issue #50504 Nov 02 09:54:33.581 INFO kablam! Nov 02 09:54:33.581 INFO kablam! warning: cannot find type `taggings` in this scope Nov 02 09:54:33.581 INFO kablam! --> src/models/tagging.rs:4:10 Nov 02 09:54:33.581 INFO kablam! | Nov 02 09:54:33.581 INFO kablam! 4 | #[derive(Identifiable, Queryable, Associations)] Nov 02 09:54:33.581 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 02 09:54:33.581 INFO kablam! | Nov 02 09:54:33.581 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 02 09:54:33.581 INFO kablam! = note: for more information, see issue #50504 Nov 02 09:54:33.581 INFO kablam! Nov 02 09:54:33.581 INFO kablam! warning: cannot find type `Tagging` in this scope Nov 02 09:54:33.581 INFO kablam! --> src/models/tagging.rs:4:24 Nov 02 09:54:33.581 INFO kablam! | Nov 02 09:54:33.581 INFO kablam! 4 | #[derive(Identifiable, Queryable, Associations)] Nov 02 09:54:33.581 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 02 09:54:33.581 INFO kablam! | Nov 02 09:54:33.581 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 02 09:54:33.581 INFO kablam! = note: for more information, see issue #50504 Nov 02 09:54:33.581 INFO kablam! Nov 02 09:54:33.581 INFO kablam! warning: cannot find type `Article` in this scope Nov 02 09:54:33.581 INFO kablam! --> src/models/tagging.rs:4:35 Nov 02 09:54:33.581 INFO kablam! | Nov 02 09:54:33.581 INFO kablam! 4 | #[derive(Identifiable, Queryable, Associations)] Nov 02 09:54:33.581 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 02 09:54:33.581 INFO kablam! | Nov 02 09:54:33.582 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 02 09:54:33.582 INFO kablam! = note: for more information, see issue #50504 Nov 02 09:54:33.582 INFO kablam! Nov 02 09:54:33.582 INFO kablam! warning: cannot find type `Tagging` in this scope Nov 02 09:54:33.582 INFO kablam! --> src/models/tagging.rs:4:35 Nov 02 09:54:33.582 INFO kablam! | Nov 02 09:54:33.582 INFO kablam! 4 | #[derive(Identifiable, Queryable, Associations)] Nov 02 09:54:33.582 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 02 09:54:33.582 INFO kablam! | Nov 02 09:54:33.582 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 02 09:54:33.582 INFO kablam! = note: for more information, see issue #50504 Nov 02 09:54:33.582 INFO kablam! Nov 02 09:54:33.582 INFO kablam! warning: cannot find type `taggings` in this scope Nov 02 09:54:33.582 INFO kablam! --> src/models/tagging.rs:4:35 Nov 02 09:54:33.582 INFO kablam! | Nov 02 09:54:33.582 INFO kablam! 4 | #[derive(Identifiable, Queryable, Associations)] Nov 02 09:54:33.582 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 02 09:54:33.582 INFO kablam! | Nov 02 09:54:33.582 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 02 09:54:33.582 INFO kablam! = note: for more information, see issue #50504 Nov 02 09:54:33.582 INFO kablam! Nov 02 09:54:33.582 INFO kablam! warning: cannot find type `Tag` in this scope Nov 02 09:54:33.582 INFO kablam! --> src/models/tagging.rs:4:35 Nov 02 09:54:33.582 INFO kablam! | Nov 02 09:54:33.582 INFO kablam! 4 | #[derive(Identifiable, Queryable, Associations)] Nov 02 09:54:33.582 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 02 09:54:33.582 INFO kablam! | Nov 02 09:54:33.582 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 02 09:54:33.582 INFO kablam! = note: for more information, see issue #50504 Nov 02 09:54:33.582 INFO kablam! Nov 02 09:54:33.582 INFO kablam! warning: cannot find type `taggings` in this scope Nov 02 09:54:33.582 INFO kablam! --> src/models/tagging.rs:13:10 Nov 02 09:54:33.582 INFO kablam! | Nov 02 09:54:33.582 INFO kablam! 13 | #[derive(Insertable)] Nov 02 09:54:33.582 INFO kablam! | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 02 09:54:33.582 INFO kablam! | Nov 02 09:54:33.582 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 02 09:54:33.582 INFO kablam! = note: for more information, see issue #50504 Nov 02 09:54:33.582 INFO kablam! Nov 02 09:54:33.582 INFO kablam! warning: cannot find type `NewTagging` in this scope Nov 02 09:54:33.582 INFO kablam! --> src/models/tagging.rs:13:10 Nov 02 09:54:33.582 INFO kablam! | Nov 02 09:54:33.582 INFO kablam! 13 | #[derive(Insertable)] Nov 02 09:54:33.582 INFO kablam! | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 02 09:54:33.582 INFO kablam! | Nov 02 09:54:33.582 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 02 09:54:33.582 INFO kablam! = note: for more information, see issue #50504 Nov 02 09:54:33.582 INFO kablam! Nov 02 09:54:34.516 INFO kablam! warning: the feature `extern_prelude` has been stable since 1.30.0 and no longer requires an attribute to enable Nov 02 09:54:34.516 INFO kablam! --> src/main.rs:4:12 Nov 02 09:54:34.516 INFO kablam! | Nov 02 09:54:34.516 INFO kablam! 4 | #![feature(extern_prelude)] Nov 02 09:54:34.516 INFO kablam! | ^^^^^^^^^^^^^^ Nov 02 09:54:34.516 INFO kablam! | Nov 02 09:54:34.516 INFO kablam! = note: #[warn(stable_features)] on by default Nov 02 09:54:34.516 INFO kablam! Nov 02 09:54:34.640 INFO kablam! warning: the feature `extern_prelude` has been stable since 1.30.0 and no longer requires an attribute to enable Nov 02 09:54:34.640 INFO kablam! --> src/main.rs:4:12 Nov 02 09:54:34.640 INFO kablam! | Nov 02 09:54:34.640 INFO kablam! 4 | #![feature(extern_prelude)] Nov 02 09:54:34.640 INFO kablam! | ^^^^^^^^^^^^^^ Nov 02 09:54:34.640 INFO kablam! | Nov 02 09:54:34.640 INFO kablam! = note: #[warn(stable_features)] on by default Nov 02 09:54:34.640 INFO kablam! Nov 02 09:54:34.700 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 25s Nov 02 09:54:34.733 INFO kablam! su: No module specific data is present Nov 02 09:54:35.410 INFO running `"docker" "rm" "-f" "05b2ecdb46a699e05eb77099dd98e1b3e37b746df437dbe0db0fc479d30a0e74"` Nov 02 09:54:35.608 INFO blam! 05b2ecdb46a699e05eb77099dd98e1b3e37b746df437dbe0db0fc479d30a0e74