Oct 27 00:07:47.070 INFO checking mtwtkman/editor against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192-2 Oct 27 00:07:47.070 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-6/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/pr-55192-2/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/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 +155510e377ae2a8d8ee0dad1a5f809c9062a5526-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"` Oct 27 00:07:47.495 INFO blam! 995064e6784cf7804853989aeb1bb529c90813f2493bb4d47fcdfec3e891e80e Oct 27 00:07:47.497 INFO running `"docker" "start" "-a" "995064e6784cf7804853989aeb1bb529c90813f2493bb4d47fcdfec3e891e80e"` Oct 27 00:07:48.970 INFO kablam! usermod: no changes Oct 27 00:07:49.027 INFO kablam! warning: An explicit [[test]] section is specified in Cargo.toml which currently Oct 27 00:07:49.027 INFO kablam! disables Cargo from automatically inferring other test targets. Oct 27 00:07:49.027 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Oct 27 00:07:49.027 INFO kablam! files will be included as a test target: Oct 27 00:07:49.027 INFO kablam! Oct 27 00:07:49.027 INFO kablam! * /source/tests/helpers.rs Oct 27 00:07:49.027 INFO kablam! Oct 27 00:07:49.027 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Oct 27 00:07:49.027 INFO kablam! ready to be compiled as a test target today. You can future-proof yourself Oct 27 00:07:49.027 INFO kablam! and disable this warning by adding `autotests = false` to your [package] Oct 27 00:07:49.027 INFO kablam! section. You may also move the files to a location where Cargo would not Oct 27 00:07:49.027 INFO kablam! automatically infer them to be a target, such as in subfolders. Oct 27 00:07:49.027 INFO kablam! Oct 27 00:07:49.027 INFO kablam! For more information on this warning you can consult Oct 27 00:07:49.027 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Oct 27 00:07:49.307 INFO kablam! Compiling antidote v1.0.0 Oct 27 00:07:49.310 INFO kablam! Compiling libsqlite3-sys v0.9.3 Oct 27 00:07:49.315 INFO kablam! Compiling pear_codegen v0.0.20 Oct 27 00:07:49.315 INFO kablam! Compiling rocket v0.3.16 Oct 27 00:07:49.315 INFO kablam! Compiling rocket_codegen v0.3.16 Oct 27 00:07:49.315 INFO kablam! Compiling num-traits v0.2.6 Oct 27 00:07:49.315 INFO kablam! Checking r2d2 v0.8.2 Oct 27 00:07:49.315 INFO kablam! Compiling lazy_static v1.1.0 Oct 27 00:07:51.064 INFO kablam! Compiling memchr v2.1.0 Oct 27 00:07:52.447 INFO kablam! Checking serde_json v1.0.30 Oct 27 00:07:53.232 INFO kablam! Compiling crossbeam-epoch v0.3.1 Oct 27 00:07:54.531 INFO kablam! Compiling scheduled-thread-pool v0.2.0 Oct 27 00:07:54.692 INFO kablam! Checking unicase_serde v0.1.0 Oct 27 00:07:54.775 INFO kablam! Checking url_serde v0.2.0 Oct 27 00:07:55.403 INFO kablam! Compiling hyper v0.10.13 Oct 27 00:08:00.705 INFO kablam! Compiling crossbeam-deque v0.2.0 Oct 27 00:08:04.376 INFO kablam! Compiling num-integer v0.1.39 Oct 27 00:08:04.404 INFO kablam! Checking dotenv v0.13.0 Oct 27 00:08:04.611 INFO kablam! Compiling rayon-core v1.4.1 Oct 27 00:08:06.043 INFO kablam! Checking diesel v1.3.3 Oct 27 00:08:10.271 INFO kablam! Compiling chrono v0.4.6 Oct 27 00:08:15.343 INFO kablam! Compiling rayon v0.7.1 Oct 27 00:08:24.087 INFO kablam! Compiling ring v0.11.0 Oct 27 00:08:37.994 INFO kablam! Checking cookie v0.9.2 Oct 27 00:08:48.592 INFO kablam! Checking rocket_cors v0.3.0 Oct 27 00:08:48.592 INFO kablam! Checking rocket_contrib v0.3.16 Oct 27 00:09:14.344 INFO kablam! Checking migrations_internals v1.3.0 Oct 27 00:09:21.313 INFO kablam! Compiling migrations_macros v1.3.0 Oct 27 00:09:24.352 INFO kablam! Checking diesel_migrations v1.3.0 Oct 27 00:09:24.887 INFO kablam! Checking source v0.1.0 (/source) Oct 27 00:09:26.663 INFO kablam! warning: unused import: `Method` Oct 27 00:09:26.663 INFO kablam! --> src/main.rs:21:20 Oct 27 00:09:26.663 INFO kablam! | Oct 27 00:09:26.663 INFO kablam! 21 | use rocket::http::{Method, Status}; Oct 27 00:09:26.663 INFO kablam! | ^^^^^^ Oct 27 00:09:26.663 INFO kablam! | Oct 27 00:09:26.663 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 27 00:09:26.663 INFO kablam! Oct 27 00:09:26.663 INFO kablam! warning: unused import: `AllowedHeaders` Oct 27 00:09:26.663 INFO kablam! --> src/main.rs:24:19 Oct 27 00:09:26.663 INFO kablam! | Oct 27 00:09:26.663 INFO kablam! 24 | use rocket_cors::{AllowedHeaders, AllowedOrigins}; Oct 27 00:09:26.663 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 00:09:26.663 INFO kablam! Oct 27 00:09:26.663 INFO kablam! warning: cannot find type `Article` in this scope Oct 27 00:09:26.663 INFO kablam! --> src/models/article.rs:4:10 Oct 27 00:09:26.663 INFO kablam! | Oct 27 00:09:26.663 INFO kablam! 4 | #[derive(Identifiable, Queryable, Serialize, Deserialize)] Oct 27 00:09:26.663 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 27 00:09:26.665 INFO kablam! | Oct 27 00:09:26.665 INFO kablam! = note: #[warn(proc_macro_derive_resolution_fallback)] on by default Oct 27 00:09:26.665 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! Oct 27 00:09:26.665 INFO kablam! = note: for more information, see issue #50504 Oct 27 00:09:26.665 INFO kablam! Oct 27 00:09:26.665 INFO kablam! warning: cannot find type `articles` in this scope Oct 27 00:09:26.666 INFO kablam! --> src/models/article.rs:4:10 Oct 27 00:09:26.666 INFO kablam! | Oct 27 00:09:26.666 INFO kablam! 4 | #[derive(Identifiable, Queryable, Serialize, Deserialize)] Oct 27 00:09:26.666 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 27 00:09:26.666 INFO kablam! | Oct 27 00:09:26.667 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! Oct 27 00:09:26.667 INFO kablam! = note: for more information, see issue #50504 Oct 27 00:09:26.667 INFO kablam! Oct 27 00:09:26.667 INFO kablam! warning: cannot find type `Article` in this scope Oct 27 00:09:26.667 INFO kablam! --> src/models/article.rs:4:10 Oct 27 00:09:26.667 INFO kablam! | Oct 27 00:09:26.667 INFO kablam! 4 | #[derive(Identifiable, Queryable, Serialize, Deserialize)] Oct 27 00:09:26.667 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 27 00:09:26.667 INFO kablam! | Oct 27 00:09:26.667 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! Oct 27 00:09:26.667 INFO kablam! = note: for more information, see issue #50504 Oct 27 00:09:26.667 INFO kablam! Oct 27 00:09:26.667 INFO kablam! warning: cannot find type `NaiveDateTime` in this scope Oct 27 00:09:26.667 INFO kablam! --> src/models/article.rs:4:24 Oct 27 00:09:26.667 INFO kablam! | Oct 27 00:09:26.667 INFO kablam! 4 | #[derive(Identifiable, Queryable, Serialize, Deserialize)] Oct 27 00:09:26.667 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 27 00:09:26.667 INFO kablam! | Oct 27 00:09:26.667 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! Oct 27 00:09:26.667 INFO kablam! = note: for more information, see issue #50504 Oct 27 00:09:26.667 INFO kablam! Oct 27 00:09:26.667 INFO kablam! warning: cannot find type `Article` in this scope Oct 27 00:09:26.667 INFO kablam! --> src/models/article.rs:4:24 Oct 27 00:09:26.667 INFO kablam! | Oct 27 00:09:26.667 INFO kablam! 4 | #[derive(Identifiable, Queryable, Serialize, Deserialize)] Oct 27 00:09:26.667 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 27 00:09:26.667 INFO kablam! | Oct 27 00:09:26.667 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! Oct 27 00:09:26.667 INFO kablam! = note: for more information, see issue #50504 Oct 27 00:09:26.667 INFO kablam! Oct 27 00:09:26.670 INFO kablam! warning: cannot find type `articles` in this scope Oct 27 00:09:26.670 INFO kablam! --> src/models/article.rs:14:10 Oct 27 00:09:26.670 INFO kablam! | Oct 27 00:09:26.670 INFO kablam! 14 | #[derive(Insertable, Serialize, Deserialize, AsChangeset, Queryable)] Oct 27 00:09:26.670 INFO kablam! | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 27 00:09:26.670 INFO kablam! | Oct 27 00:09:26.670 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! Oct 27 00:09:26.670 INFO kablam! = note: for more information, see issue #50504 Oct 27 00:09:26.670 INFO kablam! Oct 27 00:09:26.670 INFO kablam! warning: cannot find type `ArticleForm` in this scope Oct 27 00:09:26.670 INFO kablam! --> src/models/article.rs:14:10 Oct 27 00:09:26.670 INFO kablam! | Oct 27 00:09:26.670 INFO kablam! 14 | #[derive(Insertable, Serialize, Deserialize, AsChangeset, Queryable)] Oct 27 00:09:26.670 INFO kablam! | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 27 00:09:26.670 INFO kablam! | Oct 27 00:09:26.670 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! Oct 27 00:09:26.670 INFO kablam! = note: for more information, see issue #50504 Oct 27 00:09:26.670 INFO kablam! Oct 27 00:09:26.670 INFO kablam! warning: cannot find type `ArticleForm` in this scope Oct 27 00:09:26.670 INFO kablam! --> src/models/article.rs:14:46 Oct 27 00:09:26.670 INFO kablam! | Oct 27 00:09:26.670 INFO kablam! 14 | #[derive(Insertable, Serialize, Deserialize, AsChangeset, Queryable)] Oct 27 00:09:26.670 INFO kablam! | ^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 27 00:09:26.670 INFO kablam! | Oct 27 00:09:26.670 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! Oct 27 00:09:26.670 INFO kablam! = note: for more information, see issue #50504 Oct 27 00:09:26.670 INFO kablam! Oct 27 00:09:26.670 INFO kablam! warning: cannot find type `articles` in this scope Oct 27 00:09:26.670 INFO kablam! --> src/models/article.rs:14:46 Oct 27 00:09:26.670 INFO kablam! | Oct 27 00:09:26.670 INFO kablam! 14 | #[derive(Insertable, Serialize, Deserialize, AsChangeset, Queryable)] Oct 27 00:09:26.670 INFO kablam! | ^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 27 00:09:26.670 INFO kablam! | Oct 27 00:09:26.670 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! Oct 27 00:09:26.670 INFO kablam! = note: for more information, see issue #50504 Oct 27 00:09:26.670 INFO kablam! Oct 27 00:09:26.670 INFO kablam! warning: cannot find type `ArticleForm` in this scope Oct 27 00:09:26.670 INFO kablam! --> src/models/article.rs:14:59 Oct 27 00:09:26.670 INFO kablam! | Oct 27 00:09:26.670 INFO kablam! 14 | #[derive(Insertable, Serialize, Deserialize, AsChangeset, Queryable)] Oct 27 00:09:26.670 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 27 00:09:26.670 INFO kablam! | Oct 27 00:09:26.670 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! Oct 27 00:09:26.674 INFO kablam! = note: for more information, see issue #50504 Oct 27 00:09:26.674 INFO kablam! Oct 27 00:09:26.674 INFO kablam! warning: cannot find type `table` in this scope Oct 27 00:09:26.674 INFO kablam! --> <::diesel::macros::table_body macros>:165:33 Oct 27 00:09:26.674 INFO kablam! | Oct 27 00:09:26.674 INFO kablam! 165 | derive ( Debug , Clone , Copy , QueryId ) ] /// The actual table struct Oct 27 00:09:26.674 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 27 00:09:26.674 INFO kablam! | Oct 27 00:09:26.674 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! Oct 27 00:09:26.674 INFO kablam! = note: for more information, see issue #50504 Oct 27 00:09:26.674 INFO kablam! Oct 27 00:09:26.674 INFO kablam! warning: cannot find type `id` in this scope Oct 27 00:09:26.674 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 27 00:09:26.674 INFO kablam! | Oct 27 00:09:26.674 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 27 00:09:26.674 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 27 00:09:26.674 INFO kablam! | Oct 27 00:09:26.674 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! Oct 27 00:09:26.674 INFO kablam! = note: for more information, see issue #50504 Oct 27 00:09:26.674 INFO kablam! Oct 27 00:09:26.674 INFO kablam! warning: cannot find type `title` in this scope Oct 27 00:09:26.691 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 27 00:09:26.691 INFO kablam! | Oct 27 00:09:26.691 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 27 00:09:26.691 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 27 00:09:26.691 INFO kablam! | Oct 27 00:09:26.691 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! Oct 27 00:09:26.692 INFO kablam! = note: for more information, see issue #50504 Oct 27 00:09:26.692 INFO kablam! Oct 27 00:09:26.692 INFO kablam! warning: cannot find type `body` in this scope Oct 27 00:09:26.692 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 27 00:09:26.692 INFO kablam! | Oct 27 00:09:26.692 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 27 00:09:26.692 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 27 00:09:26.692 INFO kablam! | Oct 27 00:09:26.692 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! Oct 27 00:09:26.692 INFO kablam! = note: for more information, see issue #50504 Oct 27 00:09:26.692 INFO kablam! Oct 27 00:09:26.692 INFO kablam! warning: cannot find type `published` in this scope Oct 27 00:09:26.692 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 27 00:09:26.692 INFO kablam! | Oct 27 00:09:26.692 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 27 00:09:26.692 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 27 00:09:26.692 INFO kablam! | Oct 27 00:09:26.692 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! Oct 27 00:09:26.692 INFO kablam! = note: for more information, see issue #50504 Oct 27 00:09:26.692 INFO kablam! Oct 27 00:09:26.692 INFO kablam! warning: cannot find type `created_at` in this scope Oct 27 00:09:26.692 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 27 00:09:26.692 INFO kablam! | Oct 27 00:09:26.692 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 27 00:09:26.692 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 27 00:09:26.692 INFO kablam! | Oct 27 00:09:26.692 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! Oct 27 00:09:26.692 INFO kablam! = note: for more information, see issue #50504 Oct 27 00:09:26.692 INFO kablam! Oct 27 00:09:26.692 INFO kablam! warning: cannot find type `updated_at` in this scope Oct 27 00:09:26.692 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 27 00:09:26.692 INFO kablam! | Oct 27 00:09:26.692 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 27 00:09:26.692 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 27 00:09:26.692 INFO kablam! | Oct 27 00:09:26.692 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! Oct 27 00:09:26.692 INFO kablam! = note: for more information, see issue #50504 Oct 27 00:09:26.692 INFO kablam! Oct 27 00:09:26.692 INFO kablam! warning: cannot find type `tag_id` in this scope Oct 27 00:09:26.692 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 27 00:09:26.692 INFO kablam! | Oct 27 00:09:26.692 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 27 00:09:26.692 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 27 00:09:26.692 INFO kablam! | Oct 27 00:09:26.718 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! Oct 27 00:09:26.719 INFO kablam! = note: for more information, see issue #50504 Oct 27 00:09:26.719 INFO kablam! Oct 27 00:09:26.719 INFO kablam! warning: cannot find type `article_id` in this scope Oct 27 00:09:26.719 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 27 00:09:26.719 INFO kablam! | Oct 27 00:09:26.719 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 27 00:09:26.719 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 27 00:09:26.719 INFO kablam! | Oct 27 00:09:26.719 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! Oct 27 00:09:26.719 INFO kablam! = note: for more information, see issue #50504 Oct 27 00:09:26.719 INFO kablam! Oct 27 00:09:26.719 INFO kablam! warning: cannot find type `name` in this scope Oct 27 00:09:26.719 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 27 00:09:26.719 INFO kablam! | Oct 27 00:09:26.719 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 27 00:09:26.719 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 27 00:09:26.719 INFO kablam! | Oct 27 00:09:26.719 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! Oct 27 00:09:26.719 INFO kablam! = note: for more information, see issue #50504 Oct 27 00:09:26.719 INFO kablam! Oct 27 00:09:26.719 INFO kablam! warning: cannot find type `Tag` in this scope Oct 27 00:09:26.719 INFO kablam! --> src/models/tag.rs:3:10 Oct 27 00:09:26.719 INFO kablam! | Oct 27 00:09:26.719 INFO kablam! 3 | #[derive(Identifiable, Queryable, Serialize, Deserialize)] Oct 27 00:09:26.719 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 27 00:09:26.719 INFO kablam! | Oct 27 00:09:26.719 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! Oct 27 00:09:26.719 INFO kablam! = note: for more information, see issue #50504 Oct 27 00:09:26.719 INFO kablam! Oct 27 00:09:26.719 INFO kablam! warning: cannot find type `tags` in this scope Oct 27 00:09:26.719 INFO kablam! --> src/models/tag.rs:3:10 Oct 27 00:09:26.719 INFO kablam! | Oct 27 00:09:26.719 INFO kablam! 3 | #[derive(Identifiable, Queryable, Serialize, Deserialize)] Oct 27 00:09:26.719 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 27 00:09:26.719 INFO kablam! | Oct 27 00:09:26.719 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! Oct 27 00:09:26.719 INFO kablam! = note: for more information, see issue #50504 Oct 27 00:09:26.719 INFO kablam! Oct 27 00:09:26.719 INFO kablam! warning: cannot find type `Tag` in this scope Oct 27 00:09:26.719 INFO kablam! --> src/models/tag.rs:3:24 Oct 27 00:09:26.719 INFO kablam! | Oct 27 00:09:26.719 INFO kablam! 3 | #[derive(Identifiable, Queryable, Serialize, Deserialize)] Oct 27 00:09:26.719 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 27 00:09:26.719 INFO kablam! | Oct 27 00:09:26.719 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! Oct 27 00:09:26.719 INFO kablam! = note: for more information, see issue #50504 Oct 27 00:09:26.719 INFO kablam! Oct 27 00:09:26.719 INFO kablam! warning: cannot find type `tags` in this scope Oct 27 00:09:26.719 INFO kablam! --> src/models/tag.rs:9:10 Oct 27 00:09:26.719 INFO kablam! | Oct 27 00:09:26.719 INFO kablam! 9 | #[derive(Insertable, AsChangeset, Deserialize, Serialize)] Oct 27 00:09:26.719 INFO kablam! | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 27 00:09:26.719 INFO kablam! | Oct 27 00:09:26.719 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! Oct 27 00:09:26.719 INFO kablam! = note: for more information, see issue #50504 Oct 27 00:09:26.719 INFO kablam! Oct 27 00:09:26.719 INFO kablam! warning: cannot find type `TagForm` in this scope Oct 27 00:09:26.719 INFO kablam! --> src/models/tag.rs:9:10 Oct 27 00:09:26.719 INFO kablam! | Oct 27 00:09:26.719 INFO kablam! 9 | #[derive(Insertable, AsChangeset, Deserialize, Serialize)] Oct 27 00:09:26.719 INFO kablam! | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 27 00:09:26.719 INFO kablam! | Oct 27 00:09:26.719 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! Oct 27 00:09:26.720 INFO kablam! = note: for more information, see issue #50504 Oct 27 00:09:26.720 INFO kablam! Oct 27 00:09:26.720 INFO kablam! warning: cannot find type `TagForm` in this scope Oct 27 00:09:26.720 INFO kablam! --> src/models/tag.rs:9:22 Oct 27 00:09:26.720 INFO kablam! | Oct 27 00:09:26.720 INFO kablam! 9 | #[derive(Insertable, AsChangeset, Deserialize, Serialize)] Oct 27 00:09:26.720 INFO kablam! | ^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 27 00:09:26.720 INFO kablam! | Oct 27 00:09:26.720 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! Oct 27 00:09:26.720 INFO kablam! = note: for more information, see issue #50504 Oct 27 00:09:26.720 INFO kablam! Oct 27 00:09:26.720 INFO kablam! warning: cannot find type `tags` in this scope Oct 27 00:09:26.720 INFO kablam! --> src/models/tag.rs:9:22 Oct 27 00:09:26.720 INFO kablam! | Oct 27 00:09:26.720 INFO kablam! 9 | #[derive(Insertable, AsChangeset, Deserialize, Serialize)] Oct 27 00:09:26.720 INFO kablam! | ^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 27 00:09:26.720 INFO kablam! | Oct 27 00:09:26.720 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! Oct 27 00:09:26.720 INFO kablam! = note: for more information, see issue #50504 Oct 27 00:09:26.720 INFO kablam! Oct 27 00:09:26.720 INFO kablam! warning: unused import: `diesel::prelude::*` Oct 27 00:09:26.720 INFO kablam! --> src/models/tagging.rs:1:5 Oct 27 00:09:26.720 INFO kablam! | Oct 27 00:09:26.720 INFO kablam! 1 | use diesel::prelude::*; Oct 27 00:09:26.720 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 27 00:09:26.720 INFO kablam! Oct 27 00:09:26.720 INFO kablam! warning: cannot find type `Tagging` in this scope Oct 27 00:09:26.720 INFO kablam! --> src/models/tagging.rs:4:10 Oct 27 00:09:26.720 INFO kablam! | Oct 27 00:09:26.720 INFO kablam! 4 | #[derive(Identifiable, Queryable, Associations)] Oct 27 00:09:26.720 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 27 00:09:26.720 INFO kablam! | Oct 27 00:09:26.720 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! Oct 27 00:09:26.720 INFO kablam! = note: for more information, see issue #50504 Oct 27 00:09:26.720 INFO kablam! Oct 27 00:09:26.720 INFO kablam! warning: cannot find type `taggings` in this scope Oct 27 00:09:26.720 INFO kablam! --> src/models/tagging.rs:4:10 Oct 27 00:09:26.720 INFO kablam! | Oct 27 00:09:26.720 INFO kablam! 4 | #[derive(Identifiable, Queryable, Associations)] Oct 27 00:09:26.720 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 27 00:09:26.720 INFO kablam! | Oct 27 00:09:26.720 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! Oct 27 00:09:26.720 INFO kablam! = note: for more information, see issue #50504 Oct 27 00:09:26.720 INFO kablam! Oct 27 00:09:26.720 INFO kablam! warning: cannot find type `Tagging` in this scope Oct 27 00:09:26.720 INFO kablam! --> src/models/tagging.rs:4:24 Oct 27 00:09:26.720 INFO kablam! | Oct 27 00:09:26.720 INFO kablam! 4 | #[derive(Identifiable, Queryable, Associations)] Oct 27 00:09:26.720 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 27 00:09:26.720 INFO kablam! | Oct 27 00:09:26.720 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! Oct 27 00:09:26.720 INFO kablam! = note: for more information, see issue #50504 Oct 27 00:09:26.720 INFO kablam! Oct 27 00:09:26.720 INFO kablam! warning: cannot find type `Article` in this scope Oct 27 00:09:26.720 INFO kablam! --> src/models/tagging.rs:4:35 Oct 27 00:09:26.720 INFO kablam! | Oct 27 00:09:26.720 INFO kablam! 4 | #[derive(Identifiable, Queryable, Associations)] Oct 27 00:09:26.720 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 27 00:09:26.720 INFO kablam! | Oct 27 00:09:26.720 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! Oct 27 00:09:26.720 INFO kablam! = note: for more information, see issue #50504 Oct 27 00:09:26.720 INFO kablam! Oct 27 00:09:26.720 INFO kablam! warning: cannot find type `Tagging` in this scope Oct 27 00:09:26.720 INFO kablam! --> src/models/tagging.rs:4:35 Oct 27 00:09:26.720 INFO kablam! | Oct 27 00:09:26.720 INFO kablam! 4 | #[derive(Identifiable, Queryable, Associations)] Oct 27 00:09:26.720 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 27 00:09:26.720 INFO kablam! | Oct 27 00:09:26.720 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! Oct 27 00:09:26.720 INFO kablam! = note: for more information, see issue #50504 Oct 27 00:09:26.720 INFO kablam! Oct 27 00:09:26.720 INFO kablam! warning: cannot find type `taggings` in this scope Oct 27 00:09:26.720 INFO kablam! --> src/models/tagging.rs:4:35 Oct 27 00:09:26.720 INFO kablam! | Oct 27 00:09:26.720 INFO kablam! 4 | #[derive(Identifiable, Queryable, Associations)] Oct 27 00:09:26.720 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 27 00:09:26.720 INFO kablam! | Oct 27 00:09:26.720 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! Oct 27 00:09:26.720 INFO kablam! = note: for more information, see issue #50504 Oct 27 00:09:26.720 INFO kablam! Oct 27 00:09:26.720 INFO kablam! warning: cannot find type `Tag` in this scope Oct 27 00:09:26.720 INFO kablam! --> src/models/tagging.rs:4:35 Oct 27 00:09:26.720 INFO kablam! | Oct 27 00:09:26.720 INFO kablam! 4 | #[derive(Identifiable, Queryable, Associations)] Oct 27 00:09:26.720 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 27 00:09:26.720 INFO kablam! | Oct 27 00:09:26.720 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! Oct 27 00:09:26.720 INFO kablam! = note: for more information, see issue #50504 Oct 27 00:09:26.720 INFO kablam! Oct 27 00:09:26.720 INFO kablam! warning: cannot find type `taggings` in this scope Oct 27 00:09:26.720 INFO kablam! --> src/models/tagging.rs:13:10 Oct 27 00:09:26.720 INFO kablam! | Oct 27 00:09:26.720 INFO kablam! 13 | #[derive(Insertable)] Oct 27 00:09:26.720 INFO kablam! | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 27 00:09:26.720 INFO kablam! | Oct 27 00:09:26.720 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! Oct 27 00:09:26.720 INFO kablam! = note: for more information, see issue #50504 Oct 27 00:09:26.720 INFO kablam! Oct 27 00:09:26.720 INFO kablam! warning: cannot find type `NewTagging` in this scope Oct 27 00:09:26.720 INFO kablam! --> src/models/tagging.rs:13:10 Oct 27 00:09:26.720 INFO kablam! | Oct 27 00:09:26.720 INFO kablam! 13 | #[derive(Insertable)] Oct 27 00:09:26.720 INFO kablam! | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 27 00:09:26.720 INFO kablam! | Oct 27 00:09:26.720 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! Oct 27 00:09:26.720 INFO kablam! = note: for more information, see issue #50504 Oct 27 00:09:26.720 INFO kablam! Oct 27 00:09:26.822 INFO kablam! warning: unused import: `Method` Oct 27 00:09:26.822 INFO kablam! --> src/main.rs:21:20 Oct 27 00:09:26.823 INFO kablam! | Oct 27 00:09:26.823 INFO kablam! 21 | use rocket::http::{Method, Status}; Oct 27 00:09:26.823 INFO kablam! | ^^^^^^ Oct 27 00:09:26.824 INFO kablam! | Oct 27 00:09:26.824 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 27 00:09:26.824 INFO kablam! Oct 27 00:09:26.824 INFO kablam! warning: unused import: `AllowedHeaders` Oct 27 00:09:26.824 INFO kablam! --> src/main.rs:24:19 Oct 27 00:09:26.824 INFO kablam! | Oct 27 00:09:26.825 INFO kablam! 24 | use rocket_cors::{AllowedHeaders, AllowedOrigins}; Oct 27 00:09:26.825 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 00:09:26.825 INFO kablam! Oct 27 00:09:26.827 INFO kablam! warning: cannot find type `Article` in this scope Oct 27 00:09:26.828 INFO kablam! --> src/models/article.rs:4:10 Oct 27 00:09:26.828 INFO kablam! | Oct 27 00:09:26.828 INFO kablam! 4 | #[derive(Identifiable, Queryable, Serialize, Deserialize)] Oct 27 00:09:26.828 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 27 00:09:26.828 INFO kablam! | Oct 27 00:09:26.828 INFO kablam! = note: #[warn(proc_macro_derive_resolution_fallback)] on by default Oct 27 00:09:26.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! Oct 27 00:09:26.828 INFO kablam! = note: for more information, see issue #50504 Oct 27 00:09:26.828 INFO kablam! Oct 27 00:09:26.828 INFO kablam! warning: cannot find type `articles` in this scope Oct 27 00:09:26.828 INFO kablam! --> src/models/article.rs:4:10 Oct 27 00:09:26.828 INFO kablam! | Oct 27 00:09:26.828 INFO kablam! 4 | #[derive(Identifiable, Queryable, Serialize, Deserialize)] Oct 27 00:09:26.828 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 27 00:09:26.828 INFO kablam! | Oct 27 00:09:26.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! Oct 27 00:09:26.830 INFO kablam! = note: for more information, see issue #50504 Oct 27 00:09:26.830 INFO kablam! Oct 27 00:09:26.830 INFO kablam! warning: cannot find type `Article` in this scope Oct 27 00:09:26.830 INFO kablam! --> src/models/article.rs:4:10 Oct 27 00:09:26.830 INFO kablam! | Oct 27 00:09:26.830 INFO kablam! 4 | #[derive(Identifiable, Queryable, Serialize, Deserialize)] Oct 27 00:09:26.830 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 27 00:09:26.830 INFO kablam! | Oct 27 00:09:26.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! Oct 27 00:09:26.830 INFO kablam! = note: for more information, see issue #50504 Oct 27 00:09:26.830 INFO kablam! Oct 27 00:09:26.830 INFO kablam! warning: cannot find type `NaiveDateTime` in this scope Oct 27 00:09:26.830 INFO kablam! --> src/models/article.rs:4:24 Oct 27 00:09:26.830 INFO kablam! | Oct 27 00:09:26.830 INFO kablam! 4 | #[derive(Identifiable, Queryable, Serialize, Deserialize)] Oct 27 00:09:26.830 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 27 00:09:26.830 INFO kablam! | Oct 27 00:09:26.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! Oct 27 00:09:26.830 INFO kablam! = note: for more information, see issue #50504 Oct 27 00:09:26.830 INFO kablam! Oct 27 00:09:26.830 INFO kablam! warning: cannot find type `Article` in this scope Oct 27 00:09:26.851 INFO kablam! --> src/models/article.rs:4:24 Oct 27 00:09:26.851 INFO kablam! | Oct 27 00:09:26.852 INFO kablam! 4 | #[derive(Identifiable, Queryable, Serialize, Deserialize)] Oct 27 00:09:26.852 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 27 00:09:26.852 INFO kablam! | Oct 27 00:09:26.852 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! Oct 27 00:09:26.852 INFO kablam! = note: for more information, see issue #50504 Oct 27 00:09:26.852 INFO kablam! Oct 27 00:09:26.852 INFO kablam! warning: cannot find type `articles` in this scope Oct 27 00:09:26.852 INFO kablam! --> src/models/article.rs:14:10 Oct 27 00:09:26.852 INFO kablam! | Oct 27 00:09:26.852 INFO kablam! 14 | #[derive(Insertable, Serialize, Deserialize, AsChangeset, Queryable)] Oct 27 00:09:26.852 INFO kablam! | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 27 00:09:26.852 INFO kablam! | Oct 27 00:09:26.852 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! Oct 27 00:09:26.852 INFO kablam! = note: for more information, see issue #50504 Oct 27 00:09:26.852 INFO kablam! Oct 27 00:09:26.852 INFO kablam! warning: cannot find type `ArticleForm` in this scope Oct 27 00:09:26.852 INFO kablam! --> src/models/article.rs:14:10 Oct 27 00:09:26.852 INFO kablam! | Oct 27 00:09:26.852 INFO kablam! 14 | #[derive(Insertable, Serialize, Deserialize, AsChangeset, Queryable)] Oct 27 00:09:26.852 INFO kablam! | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 27 00:09:26.852 INFO kablam! | Oct 27 00:09:26.852 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! Oct 27 00:09:26.852 INFO kablam! = note: for more information, see issue #50504 Oct 27 00:09:26.852 INFO kablam! Oct 27 00:09:26.852 INFO kablam! warning: cannot find type `ArticleForm` in this scope Oct 27 00:09:26.852 INFO kablam! --> src/models/article.rs:14:46 Oct 27 00:09:26.852 INFO kablam! | Oct 27 00:09:26.852 INFO kablam! 14 | #[derive(Insertable, Serialize, Deserialize, AsChangeset, Queryable)] Oct 27 00:09:26.852 INFO kablam! | ^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 27 00:09:26.852 INFO kablam! | Oct 27 00:09:26.852 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! Oct 27 00:09:26.852 INFO kablam! = note: for more information, see issue #50504 Oct 27 00:09:26.852 INFO kablam! Oct 27 00:09:26.852 INFO kablam! warning: cannot find type `articles` in this scope Oct 27 00:09:26.852 INFO kablam! --> src/models/article.rs:14:46 Oct 27 00:09:26.852 INFO kablam! | Oct 27 00:09:26.852 INFO kablam! 14 | #[derive(Insertable, Serialize, Deserialize, AsChangeset, Queryable)] Oct 27 00:09:26.852 INFO kablam! | ^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 27 00:09:26.852 INFO kablam! | Oct 27 00:09:26.852 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! Oct 27 00:09:26.852 INFO kablam! = note: for more information, see issue #50504 Oct 27 00:09:26.852 INFO kablam! Oct 27 00:09:26.852 INFO kablam! warning: cannot find type `ArticleForm` in this scope Oct 27 00:09:26.852 INFO kablam! --> src/models/article.rs:14:59 Oct 27 00:09:26.852 INFO kablam! | Oct 27 00:09:26.852 INFO kablam! 14 | #[derive(Insertable, Serialize, Deserialize, AsChangeset, Queryable)] Oct 27 00:09:26.852 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 27 00:09:26.852 INFO kablam! | Oct 27 00:09:26.852 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! Oct 27 00:09:26.852 INFO kablam! = note: for more information, see issue #50504 Oct 27 00:09:26.852 INFO kablam! Oct 27 00:09:26.852 INFO kablam! warning: cannot find type `table` in this scope Oct 27 00:09:26.852 INFO kablam! --> <::diesel::macros::table_body macros>:165:33 Oct 27 00:09:26.852 INFO kablam! | Oct 27 00:09:26.852 INFO kablam! 165 | derive ( Debug , Clone , Copy , QueryId ) ] /// The actual table struct Oct 27 00:09:26.852 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 27 00:09:26.852 INFO kablam! | Oct 27 00:09:26.852 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! Oct 27 00:09:26.852 INFO kablam! = note: for more information, see issue #50504 Oct 27 00:09:26.852 INFO kablam! Oct 27 00:09:26.853 INFO kablam! warning: cannot find type `id` in this scope Oct 27 00:09:26.853 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 27 00:09:26.853 INFO kablam! | Oct 27 00:09:26.853 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 27 00:09:26.853 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 27 00:09:26.853 INFO kablam! | Oct 27 00:09:26.853 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! Oct 27 00:09:26.853 INFO kablam! = note: for more information, see issue #50504 Oct 27 00:09:26.853 INFO kablam! Oct 27 00:09:26.853 INFO kablam! warning: cannot find type `title` in this scope Oct 27 00:09:26.853 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 27 00:09:26.853 INFO kablam! | Oct 27 00:09:26.853 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 27 00:09:26.853 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 27 00:09:26.853 INFO kablam! | Oct 27 00:09:26.853 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! Oct 27 00:09:26.853 INFO kablam! = note: for more information, see issue #50504 Oct 27 00:09:26.853 INFO kablam! Oct 27 00:09:26.853 INFO kablam! warning: cannot find type `body` in this scope Oct 27 00:09:26.853 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 27 00:09:26.853 INFO kablam! | Oct 27 00:09:26.853 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 27 00:09:26.853 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 27 00:09:26.853 INFO kablam! | Oct 27 00:09:26.853 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! Oct 27 00:09:26.853 INFO kablam! = note: for more information, see issue #50504 Oct 27 00:09:26.853 INFO kablam! Oct 27 00:09:26.853 INFO kablam! warning: cannot find type `published` in this scope Oct 27 00:09:26.853 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 27 00:09:26.853 INFO kablam! | Oct 27 00:09:26.853 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 27 00:09:26.853 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 27 00:09:26.853 INFO kablam! | Oct 27 00:09:26.853 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! Oct 27 00:09:26.853 INFO kablam! = note: for more information, see issue #50504 Oct 27 00:09:26.853 INFO kablam! Oct 27 00:09:26.853 INFO kablam! warning: cannot find type `created_at` in this scope Oct 27 00:09:26.853 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 27 00:09:26.853 INFO kablam! | Oct 27 00:09:26.853 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 27 00:09:26.853 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 27 00:09:26.853 INFO kablam! | Oct 27 00:09:26.853 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! Oct 27 00:09:26.853 INFO kablam! = note: for more information, see issue #50504 Oct 27 00:09:26.853 INFO kablam! Oct 27 00:09:26.853 INFO kablam! warning: cannot find type `updated_at` in this scope Oct 27 00:09:26.853 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 27 00:09:26.853 INFO kablam! | Oct 27 00:09:26.853 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 27 00:09:26.853 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 27 00:09:26.853 INFO kablam! | Oct 27 00:09:26.853 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! Oct 27 00:09:26.853 INFO kablam! = note: for more information, see issue #50504 Oct 27 00:09:26.853 INFO kablam! Oct 27 00:09:26.853 INFO kablam! warning: cannot find type `tag_id` in this scope Oct 27 00:09:26.853 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 27 00:09:26.853 INFO kablam! | Oct 27 00:09:26.853 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 27 00:09:26.853 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 27 00:09:26.853 INFO kablam! | Oct 27 00:09:26.853 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! Oct 27 00:09:26.853 INFO kablam! = note: for more information, see issue #50504 Oct 27 00:09:26.853 INFO kablam! Oct 27 00:09:26.853 INFO kablam! warning: cannot find type `article_id` in this scope Oct 27 00:09:26.853 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 27 00:09:26.853 INFO kablam! | Oct 27 00:09:26.853 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 27 00:09:26.853 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 27 00:09:26.853 INFO kablam! | Oct 27 00:09:26.853 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! Oct 27 00:09:26.853 INFO kablam! = note: for more information, see issue #50504 Oct 27 00:09:26.854 INFO kablam! Oct 27 00:09:26.854 INFO kablam! warning: cannot find type `name` in this scope Oct 27 00:09:26.854 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 27 00:09:26.854 INFO kablam! | Oct 27 00:09:26.854 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 27 00:09:26.854 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 27 00:09:26.854 INFO kablam! | Oct 27 00:09:26.854 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! Oct 27 00:09:26.854 INFO kablam! = note: for more information, see issue #50504 Oct 27 00:09:26.854 INFO kablam! Oct 27 00:09:26.854 INFO kablam! warning: cannot find type `Tag` in this scope Oct 27 00:09:26.854 INFO kablam! --> src/models/tag.rs:3:10 Oct 27 00:09:26.854 INFO kablam! | Oct 27 00:09:26.854 INFO kablam! 3 | #[derive(Identifiable, Queryable, Serialize, Deserialize)] Oct 27 00:09:26.854 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 27 00:09:26.854 INFO kablam! | Oct 27 00:09:26.854 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! Oct 27 00:09:26.854 INFO kablam! = note: for more information, see issue #50504 Oct 27 00:09:26.854 INFO kablam! Oct 27 00:09:26.854 INFO kablam! warning: cannot find type `tags` in this scope Oct 27 00:09:26.854 INFO kablam! --> src/models/tag.rs:3:10 Oct 27 00:09:26.854 INFO kablam! | Oct 27 00:09:26.854 INFO kablam! 3 | #[derive(Identifiable, Queryable, Serialize, Deserialize)] Oct 27 00:09:26.855 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 27 00:09:26.855 INFO kablam! | Oct 27 00:09:26.855 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! Oct 27 00:09:26.855 INFO kablam! = note: for more information, see issue #50504 Oct 27 00:09:26.855 INFO kablam! Oct 27 00:09:26.855 INFO kablam! warning: cannot find type `Tag` in this scope Oct 27 00:09:26.855 INFO kablam! --> src/models/tag.rs:3:24 Oct 27 00:09:26.855 INFO kablam! | Oct 27 00:09:26.855 INFO kablam! 3 | #[derive(Identifiable, Queryable, Serialize, Deserialize)] Oct 27 00:09:26.855 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 27 00:09:26.855 INFO kablam! | Oct 27 00:09:26.855 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! Oct 27 00:09:26.855 INFO kablam! = note: for more information, see issue #50504 Oct 27 00:09:26.855 INFO kablam! Oct 27 00:09:26.855 INFO kablam! warning: cannot find type `tags` in this scope Oct 27 00:09:26.855 INFO kablam! --> src/models/tag.rs:9:10 Oct 27 00:09:26.855 INFO kablam! | Oct 27 00:09:26.855 INFO kablam! 9 | #[derive(Insertable, AsChangeset, Deserialize, Serialize)] Oct 27 00:09:26.855 INFO kablam! | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 27 00:09:26.855 INFO kablam! | Oct 27 00:09:26.855 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! Oct 27 00:09:26.855 INFO kablam! = note: for more information, see issue #50504 Oct 27 00:09:26.855 INFO kablam! Oct 27 00:09:26.855 INFO kablam! warning: cannot find type `TagForm` in this scope Oct 27 00:09:26.855 INFO kablam! --> src/models/tag.rs:9:10 Oct 27 00:09:26.855 INFO kablam! | Oct 27 00:09:26.855 INFO kablam! 9 | #[derive(Insertable, AsChangeset, Deserialize, Serialize)] Oct 27 00:09:26.855 INFO kablam! | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 27 00:09:26.855 INFO kablam! | Oct 27 00:09:26.855 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! Oct 27 00:09:26.855 INFO kablam! = note: for more information, see issue #50504 Oct 27 00:09:26.855 INFO kablam! Oct 27 00:09:26.855 INFO kablam! warning: cannot find type `TagForm` in this scope Oct 27 00:09:26.855 INFO kablam! --> src/models/tag.rs:9:22 Oct 27 00:09:26.855 INFO kablam! | Oct 27 00:09:26.855 INFO kablam! 9 | #[derive(Insertable, AsChangeset, Deserialize, Serialize)] Oct 27 00:09:26.855 INFO kablam! | ^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 27 00:09:26.855 INFO kablam! | Oct 27 00:09:26.855 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! Oct 27 00:09:26.855 INFO kablam! = note: for more information, see issue #50504 Oct 27 00:09:26.855 INFO kablam! Oct 27 00:09:26.855 INFO kablam! warning: cannot find type `tags` in this scope Oct 27 00:09:26.855 INFO kablam! --> src/models/tag.rs:9:22 Oct 27 00:09:26.855 INFO kablam! | Oct 27 00:09:26.855 INFO kablam! 9 | #[derive(Insertable, AsChangeset, Deserialize, Serialize)] Oct 27 00:09:26.855 INFO kablam! | ^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 27 00:09:26.855 INFO kablam! | Oct 27 00:09:26.855 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! Oct 27 00:09:26.855 INFO kablam! = note: for more information, see issue #50504 Oct 27 00:09:26.855 INFO kablam! Oct 27 00:09:26.855 INFO kablam! warning: unused import: `diesel::prelude::*` Oct 27 00:09:26.855 INFO kablam! --> src/models/tagging.rs:1:5 Oct 27 00:09:26.855 INFO kablam! | Oct 27 00:09:26.855 INFO kablam! 1 | use diesel::prelude::*; Oct 27 00:09:26.855 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 27 00:09:26.855 INFO kablam! Oct 27 00:09:26.856 INFO kablam! warning: cannot find type `Tagging` in this scope Oct 27 00:09:26.856 INFO kablam! --> src/models/tagging.rs:4:10 Oct 27 00:09:26.856 INFO kablam! | Oct 27 00:09:26.856 INFO kablam! 4 | #[derive(Identifiable, Queryable, Associations)] Oct 27 00:09:26.856 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 27 00:09:26.856 INFO kablam! | Oct 27 00:09:26.856 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! Oct 27 00:09:26.856 INFO kablam! = note: for more information, see issue #50504 Oct 27 00:09:26.856 INFO kablam! Oct 27 00:09:26.856 INFO kablam! warning: cannot find type `taggings` in this scope Oct 27 00:09:26.856 INFO kablam! --> src/models/tagging.rs:4:10 Oct 27 00:09:26.856 INFO kablam! | Oct 27 00:09:26.856 INFO kablam! 4 | #[derive(Identifiable, Queryable, Associations)] Oct 27 00:09:26.856 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 27 00:09:26.856 INFO kablam! | Oct 27 00:09:26.879 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! Oct 27 00:09:26.879 INFO kablam! = note: for more information, see issue #50504 Oct 27 00:09:26.879 INFO kablam! Oct 27 00:09:26.887 INFO kablam! warning: cannot find type `Tagging` in this scope Oct 27 00:09:26.887 INFO kablam! --> src/models/tagging.rs:4:24 Oct 27 00:09:26.887 INFO kablam! | Oct 27 00:09:26.887 INFO kablam! 4 | #[derive(Identifiable, Queryable, Associations)] Oct 27 00:09:26.887 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 27 00:09:26.887 INFO kablam! | Oct 27 00:09:26.887 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! Oct 27 00:09:26.887 INFO kablam! = note: for more information, see issue #50504 Oct 27 00:09:26.887 INFO kablam! Oct 27 00:09:26.887 INFO kablam! warning: cannot find type `Article` in this scope Oct 27 00:09:26.887 INFO kablam! --> src/models/tagging.rs:4:35 Oct 27 00:09:26.887 INFO kablam! | Oct 27 00:09:26.887 INFO kablam! 4 | #[derive(Identifiable, Queryable, Associations)] Oct 27 00:09:26.887 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 27 00:09:26.887 INFO kablam! | Oct 27 00:09:26.887 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! Oct 27 00:09:26.887 INFO kablam! = note: for more information, see issue #50504 Oct 27 00:09:26.887 INFO kablam! Oct 27 00:09:26.887 INFO kablam! warning: cannot find type `Tagging` in this scope Oct 27 00:09:26.887 INFO kablam! --> src/models/tagging.rs:4:35 Oct 27 00:09:26.887 INFO kablam! | Oct 27 00:09:26.887 INFO kablam! 4 | #[derive(Identifiable, Queryable, Associations)] Oct 27 00:09:26.887 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 27 00:09:26.887 INFO kablam! | Oct 27 00:09:26.887 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! Oct 27 00:09:26.887 INFO kablam! = note: for more information, see issue #50504 Oct 27 00:09:26.887 INFO kablam! Oct 27 00:09:26.887 INFO kablam! warning: cannot find type `taggings` in this scope Oct 27 00:09:26.887 INFO kablam! --> src/models/tagging.rs:4:35 Oct 27 00:09:26.887 INFO kablam! | Oct 27 00:09:26.887 INFO kablam! 4 | #[derive(Identifiable, Queryable, Associations)] Oct 27 00:09:26.887 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 27 00:09:26.887 INFO kablam! | Oct 27 00:09:26.887 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! Oct 27 00:09:26.887 INFO kablam! = note: for more information, see issue #50504 Oct 27 00:09:26.887 INFO kablam! Oct 27 00:09:26.887 INFO kablam! warning: cannot find type `Tag` in this scope Oct 27 00:09:26.887 INFO kablam! --> src/models/tagging.rs:4:35 Oct 27 00:09:26.887 INFO kablam! | Oct 27 00:09:26.887 INFO kablam! 4 | #[derive(Identifiable, Queryable, Associations)] Oct 27 00:09:26.887 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 27 00:09:26.887 INFO kablam! | Oct 27 00:09:26.887 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! Oct 27 00:09:26.887 INFO kablam! = note: for more information, see issue #50504 Oct 27 00:09:26.887 INFO kablam! Oct 27 00:09:26.887 INFO kablam! warning: cannot find type `taggings` in this scope Oct 27 00:09:26.887 INFO kablam! --> src/models/tagging.rs:13:10 Oct 27 00:09:26.887 INFO kablam! | Oct 27 00:09:26.887 INFO kablam! 13 | #[derive(Insertable)] Oct 27 00:09:26.887 INFO kablam! | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 27 00:09:26.887 INFO kablam! | Oct 27 00:09:26.887 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! Oct 27 00:09:26.887 INFO kablam! = note: for more information, see issue #50504 Oct 27 00:09:26.887 INFO kablam! Oct 27 00:09:26.887 INFO kablam! warning: cannot find type `NewTagging` in this scope Oct 27 00:09:26.887 INFO kablam! --> src/models/tagging.rs:13:10 Oct 27 00:09:26.887 INFO kablam! | Oct 27 00:09:26.887 INFO kablam! 13 | #[derive(Insertable)] Oct 27 00:09:26.887 INFO kablam! | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 27 00:09:26.887 INFO kablam! | Oct 27 00:09:26.887 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! Oct 27 00:09:26.887 INFO kablam! = note: for more information, see issue #50504 Oct 27 00:09:26.888 INFO kablam! Oct 27 00:09:27.587 INFO kablam! warning: the feature `extern_prelude` has been stable since 1.30.0 and no longer requires an attribute to enable Oct 27 00:09:27.587 INFO kablam! --> src/main.rs:4:12 Oct 27 00:09:27.587 INFO kablam! | Oct 27 00:09:27.587 INFO kablam! 4 | #![feature(extern_prelude)] Oct 27 00:09:27.588 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 00:09:27.588 INFO kablam! | Oct 27 00:09:27.588 INFO kablam! = note: #[warn(stable_features)] on by default Oct 27 00:09:27.588 INFO kablam! Oct 27 00:09:27.723 INFO kablam! warning: the feature `extern_prelude` has been stable since 1.30.0 and no longer requires an attribute to enable Oct 27 00:09:27.723 INFO kablam! --> src/main.rs:4:12 Oct 27 00:09:27.723 INFO kablam! | Oct 27 00:09:27.723 INFO kablam! 4 | #![feature(extern_prelude)] Oct 27 00:09:27.723 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 00:09:27.723 INFO kablam! | Oct 27 00:09:27.723 INFO kablam! = note: #[warn(stable_features)] on by default Oct 27 00:09:27.723 INFO kablam! Oct 27 00:09:27.818 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 38s Oct 27 00:09:27.834 INFO kablam! su: No module specific data is present Oct 27 00:09:28.343 INFO running `"docker" "rm" "-f" "995064e6784cf7804853989aeb1bb529c90813f2493bb4d47fcdfec3e891e80e"` Oct 27 00:09:28.401 INFO blam! 995064e6784cf7804853989aeb1bb529c90813f2493bb4d47fcdfec3e891e80e