Oct 21 15:26:12.722 INFO checking mtwtkman/editor against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192 Oct 21 15:26:12.722 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192/worker-5/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/pr-55192/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 21 15:26:13.166 INFO blam! 876001543d96d0368e1c99f677266938c9f5dee5acb20c1ce2687a41e9bcf09b Oct 21 15:26:13.168 INFO running `"docker" "start" "-a" "876001543d96d0368e1c99f677266938c9f5dee5acb20c1ce2687a41e9bcf09b"` Oct 21 15:26:15.904 INFO kablam! usermod: no changes Oct 21 15:26:15.956 INFO kablam! warning: An explicit [[test]] section is specified in Cargo.toml which currently Oct 21 15:26:15.956 INFO kablam! disables Cargo from automatically inferring other test targets. Oct 21 15:26:15.956 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Oct 21 15:26:15.956 INFO kablam! files will be included as a test target: Oct 21 15:26:15.956 INFO kablam! Oct 21 15:26:15.956 INFO kablam! * /source/tests/helpers.rs Oct 21 15:26:15.956 INFO kablam! Oct 21 15:26:15.956 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Oct 21 15:26:15.956 INFO kablam! ready to be compiled as a test target today. You can future-proof yourself Oct 21 15:26:15.956 INFO kablam! and disable this warning by adding `autotests = false` to your [package] Oct 21 15:26:15.956 INFO kablam! section. You may also move the files to a location where Cargo would not Oct 21 15:26:15.956 INFO kablam! automatically infer them to be a target, such as in subfolders. Oct 21 15:26:15.956 INFO kablam! Oct 21 15:26:15.956 INFO kablam! For more information on this warning you can consult Oct 21 15:26:15.956 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Oct 21 15:26:16.364 INFO kablam! Compiling antidote v1.0.0 Oct 21 15:26:16.376 INFO kablam! Compiling rocket v0.3.16 Oct 21 15:26:16.376 INFO kablam! Compiling rocket_codegen v0.3.16 Oct 21 15:26:16.379 INFO kablam! Compiling num-traits v0.2.6 Oct 21 15:26:16.379 INFO kablam! Compiling httparse v1.3.2 Oct 21 15:26:16.392 INFO kablam! Compiling syn v0.11.11 Oct 21 15:26:16.392 INFO kablam! Compiling toml v0.4.6 Oct 21 15:26:19.035 INFO kablam! Compiling libsqlite3-sys v0.9.3 Oct 21 15:26:20.302 INFO kablam! Checking serde_json v1.0.30 Oct 21 15:26:20.960 INFO kablam! Checking chrono v0.4.6 Oct 21 15:26:25.993 INFO kablam! Compiling scheduled-thread-pool v0.2.0 Oct 21 15:26:26.484 INFO kablam! Checking hyper v0.10.13 Oct 21 15:26:34.953 INFO kablam! Compiling num-integer v0.1.39 Oct 21 15:26:35.088 INFO kablam! Compiling r2d2 v0.8.2 Oct 21 15:26:35.372 INFO kablam! Checking diesel v1.3.3 Oct 21 15:26:35.474 INFO kablam! Checking failure v0.1.2 Oct 21 15:26:36.602 INFO kablam! Checking dotenv v0.13.0 Oct 21 15:27:00.956 INFO kablam! Checking rocket_contrib v0.3.16 Oct 21 15:27:33.644 INFO kablam! Checking migrations_internals v1.3.0 Oct 21 15:27:42.468 INFO kablam! Compiling migrations_macros v1.3.0 Oct 21 15:27:45.885 INFO kablam! Checking diesel_migrations v1.3.0 Oct 21 15:27:46.544 INFO kablam! Checking source v0.1.0 (/source) Oct 21 15:27:48.857 INFO kablam! warning: cannot find type `Article` in this scope Oct 21 15:27:48.857 INFO kablam! --> src/models/article.rs:4:10 Oct 21 15:27:48.857 INFO kablam! | Oct 21 15:27:48.858 INFO kablam! 4 | #[derive(Identifiable, Queryable, Serialize, Deserialize)] Oct 21 15:27:48.858 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 21 15:27:48.858 INFO kablam! | Oct 21 15:27:48.858 INFO kablam! = note: #[warn(proc_macro_derive_resolution_fallback)] on by default Oct 21 15:27:48.859 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 21 15:27:48.859 INFO kablam! = note: for more information, see issue #50504 Oct 21 15:27:48.859 INFO kablam! Oct 21 15:27:48.860 INFO kablam! warning: cannot find type `articles` in this scope Oct 21 15:27:48.860 INFO kablam! --> src/models/article.rs:4:10 Oct 21 15:27:48.860 INFO kablam! | Oct 21 15:27:48.861 INFO kablam! 4 | #[derive(Identifiable, Queryable, Serialize, Deserialize)] Oct 21 15:27:48.861 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 21 15:27:48.861 INFO kablam! | Oct 21 15:27:48.861 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 21 15:27:48.862 INFO kablam! = note: for more information, see issue #50504 Oct 21 15:27:48.862 INFO kablam! Oct 21 15:27:48.862 INFO kablam! warning: cannot find type `Article` in this scope Oct 21 15:27:48.862 INFO kablam! --> src/models/article.rs:4:10 Oct 21 15:27:48.863 INFO kablam! | Oct 21 15:27:48.863 INFO kablam! 4 | #[derive(Identifiable, Queryable, Serialize, Deserialize)] Oct 21 15:27:48.863 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 21 15:27:48.864 INFO kablam! | Oct 21 15:27:48.864 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 21 15:27:48.864 INFO kablam! = note: for more information, see issue #50504 Oct 21 15:27:48.864 INFO kablam! Oct 21 15:27:48.865 INFO kablam! warning: cannot find type `NaiveDateTime` in this scope Oct 21 15:27:48.865 INFO kablam! --> src/models/article.rs:4:24 Oct 21 15:27:48.865 INFO kablam! | Oct 21 15:27:48.865 INFO kablam! 4 | #[derive(Identifiable, Queryable, Serialize, Deserialize)] Oct 21 15:27:48.866 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 21 15:27:48.866 INFO kablam! | Oct 21 15:27:48.866 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 21 15:27:48.866 INFO kablam! = note: for more information, see issue #50504 Oct 21 15:27:48.867 INFO kablam! Oct 21 15:27:48.867 INFO kablam! warning: cannot find type `Article` in this scope Oct 21 15:27:48.867 INFO kablam! --> src/models/article.rs:4:24 Oct 21 15:27:48.867 INFO kablam! | Oct 21 15:27:48.868 INFO kablam! 4 | #[derive(Identifiable, Queryable, Serialize, Deserialize)] Oct 21 15:27:48.868 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 21 15:27:48.868 INFO kablam! | Oct 21 15:27:48.868 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 21 15:27:48.869 INFO kablam! = note: for more information, see issue #50504 Oct 21 15:27:48.869 INFO kablam! Oct 21 15:27:48.869 INFO kablam! warning: cannot find type `articles` in this scope Oct 21 15:27:48.869 INFO kablam! --> src/models/article.rs:14:10 Oct 21 15:27:48.870 INFO kablam! | Oct 21 15:27:48.870 INFO kablam! 14 | #[derive(Insertable, Serialize, Deserialize, AsChangeset, Queryable)] Oct 21 15:27:48.870 INFO kablam! | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 21 15:27:48.870 INFO kablam! | Oct 21 15:27:48.871 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 21 15:27:48.871 INFO kablam! = note: for more information, see issue #50504 Oct 21 15:27:48.871 INFO kablam! Oct 21 15:27:48.872 INFO kablam! warning: cannot find type `ArticleForm` in this scope Oct 21 15:27:48.872 INFO kablam! --> src/models/article.rs:14:10 Oct 21 15:27:48.872 INFO kablam! | Oct 21 15:27:48.872 INFO kablam! 14 | #[derive(Insertable, Serialize, Deserialize, AsChangeset, Queryable)] Oct 21 15:27:48.873 INFO kablam! | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 21 15:27:48.873 INFO kablam! | Oct 21 15:27:48.873 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 21 15:27:48.873 INFO kablam! = note: for more information, see issue #50504 Oct 21 15:27:48.874 INFO kablam! Oct 21 15:27:48.874 INFO kablam! warning: cannot find type `ArticleForm` in this scope Oct 21 15:27:48.874 INFO kablam! --> src/models/article.rs:14:46 Oct 21 15:27:48.874 INFO kablam! | Oct 21 15:27:48.875 INFO kablam! 14 | #[derive(Insertable, Serialize, Deserialize, AsChangeset, Queryable)] Oct 21 15:27:48.875 INFO kablam! | ^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 21 15:27:48.875 INFO kablam! | Oct 21 15:27:48.875 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 21 15:27:48.876 INFO kablam! = note: for more information, see issue #50504 Oct 21 15:27:48.880 INFO kablam! Oct 21 15:27:48.880 INFO kablam! warning: cannot find type `articles` in this scope Oct 21 15:27:48.881 INFO kablam! --> src/models/article.rs:14:46 Oct 21 15:27:48.881 INFO kablam! | Oct 21 15:27:48.881 INFO kablam! 14 | #[derive(Insertable, Serialize, Deserialize, AsChangeset, Queryable)] Oct 21 15:27:48.881 INFO kablam! | ^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 21 15:27:48.882 INFO kablam! | Oct 21 15:27:48.882 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 21 15:27:48.882 INFO kablam! = note: for more information, see issue #50504 Oct 21 15:27:48.883 INFO kablam! Oct 21 15:27:48.883 INFO kablam! warning: cannot find type `ArticleForm` in this scope Oct 21 15:27:48.883 INFO kablam! --> src/models/article.rs:14:59 Oct 21 15:27:48.883 INFO kablam! | Oct 21 15:27:48.884 INFO kablam! 14 | #[derive(Insertable, Serialize, Deserialize, AsChangeset, Queryable)] Oct 21 15:27:48.884 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 21 15:27:48.884 INFO kablam! | Oct 21 15:27:48.885 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 21 15:27:48.885 INFO kablam! = note: for more information, see issue #50504 Oct 21 15:27:48.885 INFO kablam! Oct 21 15:27:48.885 INFO kablam! warning: cannot find type `table` in this scope Oct 21 15:27:48.886 INFO kablam! --> <::diesel::macros::table_body macros>:165:33 Oct 21 15:27:48.886 INFO kablam! | Oct 21 15:27:48.886 INFO kablam! 165 | derive ( Debug , Clone , Copy , QueryId ) ] /// The actual table struct Oct 21 15:27:48.886 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 21 15:27:48.887 INFO kablam! | Oct 21 15:27:48.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 21 15:27:48.887 INFO kablam! = note: for more information, see issue #50504 Oct 21 15:27:48.887 INFO kablam! Oct 21 15:27:48.887 INFO kablam! warning: cannot find type `id` in this scope Oct 21 15:27:48.888 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 21 15:27:48.888 INFO kablam! | Oct 21 15:27:48.888 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 21 15:27:48.888 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 21 15:27:48.888 INFO kablam! | Oct 21 15:27:48.888 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 21 15:27:48.888 INFO kablam! = note: for more information, see issue #50504 Oct 21 15:27:48.888 INFO kablam! Oct 21 15:27:48.888 INFO kablam! warning: cannot find type `title` in this scope Oct 21 15:27:48.888 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 21 15:27:48.888 INFO kablam! | Oct 21 15:27:48.888 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 21 15:27:48.888 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 21 15:27:48.888 INFO kablam! | Oct 21 15:27:48.888 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 21 15:27:48.888 INFO kablam! = note: for more information, see issue #50504 Oct 21 15:27:48.888 INFO kablam! Oct 21 15:27:48.888 INFO kablam! warning: cannot find type `body` in this scope Oct 21 15:27:48.888 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 21 15:27:48.888 INFO kablam! | Oct 21 15:27:48.888 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 21 15:27:48.888 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 21 15:27:48.888 INFO kablam! | Oct 21 15:27:48.888 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 21 15:27:48.888 INFO kablam! = note: for more information, see issue #50504 Oct 21 15:27:48.888 INFO kablam! Oct 21 15:27:48.888 INFO kablam! warning: cannot find type `published` in this scope Oct 21 15:27:48.888 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 21 15:27:48.888 INFO kablam! | Oct 21 15:27:48.888 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 21 15:27:48.888 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 21 15:27:48.888 INFO kablam! | Oct 21 15:27:48.888 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 21 15:27:48.888 INFO kablam! = note: for more information, see issue #50504 Oct 21 15:27:48.888 INFO kablam! Oct 21 15:27:48.888 INFO kablam! warning: cannot find type `created_at` in this scope Oct 21 15:27:48.888 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 21 15:27:48.888 INFO kablam! | Oct 21 15:27:48.888 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 21 15:27:48.888 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 21 15:27:48.888 INFO kablam! | Oct 21 15:27:48.888 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 21 15:27:48.941 INFO kablam! = note: for more information, see issue #50504 Oct 21 15:27:48.941 INFO kablam! Oct 21 15:27:48.941 INFO kablam! warning: cannot find type `updated_at` in this scope Oct 21 15:27:48.942 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 21 15:27:48.942 INFO kablam! | Oct 21 15:27:48.942 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 21 15:27:48.942 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 21 15:27:48.943 INFO kablam! | Oct 21 15:27:48.943 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 21 15:27:48.943 INFO kablam! = note: for more information, see issue #50504 Oct 21 15:27:48.943 INFO kablam! Oct 21 15:27:48.944 INFO kablam! warning: cannot find type `tag_id` in this scope Oct 21 15:27:48.944 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 21 15:27:48.944 INFO kablam! | Oct 21 15:27:48.944 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 21 15:27:48.945 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 21 15:27:48.945 INFO kablam! | Oct 21 15:27:48.945 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 21 15:27:48.946 INFO kablam! = note: for more information, see issue #50504 Oct 21 15:27:48.946 INFO kablam! Oct 21 15:27:48.946 INFO kablam! warning: cannot find type `article_id` in this scope Oct 21 15:27:48.946 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 21 15:27:48.947 INFO kablam! | Oct 21 15:27:48.947 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 21 15:27:48.947 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 21 15:27:48.947 INFO kablam! | Oct 21 15:27:48.948 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 21 15:27:48.948 INFO kablam! = note: for more information, see issue #50504 Oct 21 15:27:48.948 INFO kablam! Oct 21 15:27:48.948 INFO kablam! warning: cannot find type `name` in this scope Oct 21 15:27:48.949 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 21 15:27:48.949 INFO kablam! | Oct 21 15:27:48.949 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 21 15:27:48.949 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 21 15:27:48.950 INFO kablam! | Oct 21 15:27:48.950 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 21 15:27:48.950 INFO kablam! = note: for more information, see issue #50504 Oct 21 15:27:48.950 INFO kablam! Oct 21 15:27:48.950 INFO kablam! warning: cannot find type `Tag` in this scope Oct 21 15:27:48.950 INFO kablam! --> src/models/tag.rs:3:10 Oct 21 15:27:48.950 INFO kablam! | Oct 21 15:27:48.950 INFO kablam! 3 | #[derive(Identifiable, Queryable, Serialize, Deserialize)] Oct 21 15:27:48.950 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 21 15:27:48.950 INFO kablam! | Oct 21 15:27:48.950 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 21 15:27:48.950 INFO kablam! = note: for more information, see issue #50504 Oct 21 15:27:48.950 INFO kablam! Oct 21 15:27:48.950 INFO kablam! warning: cannot find type `tags` in this scope Oct 21 15:27:48.950 INFO kablam! --> src/models/tag.rs:3:10 Oct 21 15:27:48.950 INFO kablam! | Oct 21 15:27:48.950 INFO kablam! 3 | #[derive(Identifiable, Queryable, Serialize, Deserialize)] Oct 21 15:27:48.950 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 21 15:27:48.950 INFO kablam! | Oct 21 15:27:48.950 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 21 15:27:48.950 INFO kablam! = note: for more information, see issue #50504 Oct 21 15:27:48.950 INFO kablam! Oct 21 15:27:48.950 INFO kablam! warning: cannot find type `Tag` in this scope Oct 21 15:27:48.950 INFO kablam! --> src/models/tag.rs:3:24 Oct 21 15:27:48.950 INFO kablam! | Oct 21 15:27:48.950 INFO kablam! 3 | #[derive(Identifiable, Queryable, Serialize, Deserialize)] Oct 21 15:27:48.950 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 21 15:27:48.950 INFO kablam! | Oct 21 15:27:48.951 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 21 15:27:48.951 INFO kablam! = note: for more information, see issue #50504 Oct 21 15:27:48.951 INFO kablam! Oct 21 15:27:48.951 INFO kablam! warning: cannot find type `tags` in this scope Oct 21 15:27:48.951 INFO kablam! --> src/models/tag.rs:9:10 Oct 21 15:27:48.951 INFO kablam! | Oct 21 15:27:48.951 INFO kablam! 9 | #[derive(Insertable, AsChangeset, Deserialize, Serialize)] Oct 21 15:27:48.951 INFO kablam! | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 21 15:27:48.951 INFO kablam! | Oct 21 15:27:48.951 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 21 15:27:48.951 INFO kablam! = note: for more information, see issue #50504 Oct 21 15:27:48.951 INFO kablam! Oct 21 15:27:48.951 INFO kablam! warning: cannot find type `TagForm` in this scope Oct 21 15:27:48.951 INFO kablam! --> src/models/tag.rs:9:10 Oct 21 15:27:48.951 INFO kablam! | Oct 21 15:27:48.951 INFO kablam! 9 | #[derive(Insertable, AsChangeset, Deserialize, Serialize)] Oct 21 15:27:48.951 INFO kablam! | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 21 15:27:48.951 INFO kablam! | Oct 21 15:27:48.951 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 21 15:27:48.951 INFO kablam! = note: for more information, see issue #50504 Oct 21 15:27:48.951 INFO kablam! Oct 21 15:27:48.951 INFO kablam! warning: cannot find type `TagForm` in this scope Oct 21 15:27:48.951 INFO kablam! --> src/models/tag.rs:9:22 Oct 21 15:27:48.951 INFO kablam! | Oct 21 15:27:48.951 INFO kablam! 9 | #[derive(Insertable, AsChangeset, Deserialize, Serialize)] Oct 21 15:27:48.951 INFO kablam! | ^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 21 15:27:48.951 INFO kablam! | Oct 21 15:27:48.951 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 21 15:27:48.951 INFO kablam! = note: for more information, see issue #50504 Oct 21 15:27:48.951 INFO kablam! Oct 21 15:27:48.951 INFO kablam! warning: cannot find type `tags` in this scope Oct 21 15:27:48.951 INFO kablam! --> src/models/tag.rs:9:22 Oct 21 15:27:48.951 INFO kablam! | Oct 21 15:27:48.951 INFO kablam! 9 | #[derive(Insertable, AsChangeset, Deserialize, Serialize)] Oct 21 15:27:48.951 INFO kablam! | ^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 21 15:27:48.951 INFO kablam! | Oct 21 15:27:48.951 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 21 15:27:48.951 INFO kablam! = note: for more information, see issue #50504 Oct 21 15:27:48.951 INFO kablam! Oct 21 15:27:48.951 INFO kablam! warning: unused import: `diesel::prelude::*` Oct 21 15:27:48.951 INFO kablam! --> src/models/tagging.rs:1:5 Oct 21 15:27:48.951 INFO kablam! | Oct 21 15:27:48.951 INFO kablam! 1 | use diesel::prelude::*; Oct 21 15:27:48.951 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 21 15:27:48.951 INFO kablam! | Oct 21 15:27:48.951 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 21 15:27:48.951 INFO kablam! Oct 21 15:27:48.951 INFO kablam! warning: cannot find type `Tagging` in this scope Oct 21 15:27:48.951 INFO kablam! --> src/models/tagging.rs:4:10 Oct 21 15:27:48.951 INFO kablam! | Oct 21 15:27:48.951 INFO kablam! 4 | #[derive(Identifiable, Queryable, Associations)] Oct 21 15:27:48.951 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 21 15:27:48.951 INFO kablam! | Oct 21 15:27:48.951 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 21 15:27:48.951 INFO kablam! = note: for more information, see issue #50504 Oct 21 15:27:48.951 INFO kablam! Oct 21 15:27:48.951 INFO kablam! warning: cannot find type `taggings` in this scope Oct 21 15:27:48.951 INFO kablam! --> src/models/tagging.rs:4:10 Oct 21 15:27:48.951 INFO kablam! | Oct 21 15:27:48.951 INFO kablam! 4 | #[derive(Identifiable, Queryable, Associations)] Oct 21 15:27:48.951 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 21 15:27:48.951 INFO kablam! | Oct 21 15:27:48.951 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 21 15:27:48.951 INFO kablam! = note: for more information, see issue #50504 Oct 21 15:27:48.951 INFO kablam! Oct 21 15:27:48.951 INFO kablam! warning: cannot find type `Tagging` in this scope Oct 21 15:27:48.951 INFO kablam! --> src/models/tagging.rs:4:24 Oct 21 15:27:48.951 INFO kablam! | Oct 21 15:27:48.951 INFO kablam! 4 | #[derive(Identifiable, Queryable, Associations)] Oct 21 15:27:48.951 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 21 15:27:48.951 INFO kablam! | Oct 21 15:27:48.951 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 21 15:27:48.951 INFO kablam! = note: for more information, see issue #50504 Oct 21 15:27:48.951 INFO kablam! Oct 21 15:27:48.951 INFO kablam! warning: cannot find type `Article` in this scope Oct 21 15:27:48.951 INFO kablam! --> src/models/tagging.rs:4:35 Oct 21 15:27:48.951 INFO kablam! | Oct 21 15:27:48.951 INFO kablam! 4 | #[derive(Identifiable, Queryable, Associations)] Oct 21 15:27:48.951 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 21 15:27:48.951 INFO kablam! | Oct 21 15:27:48.951 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 21 15:27:48.951 INFO kablam! = note: for more information, see issue #50504 Oct 21 15:27:48.951 INFO kablam! Oct 21 15:27:48.951 INFO kablam! warning: cannot find type `Tagging` in this scope Oct 21 15:27:48.951 INFO kablam! --> src/models/tagging.rs:4:35 Oct 21 15:27:48.952 INFO kablam! | Oct 21 15:27:48.952 INFO kablam! 4 | #[derive(Identifiable, Queryable, Associations)] Oct 21 15:27:48.952 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 21 15:27:48.952 INFO kablam! | Oct 21 15:27:48.952 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 21 15:27:48.952 INFO kablam! = note: for more information, see issue #50504 Oct 21 15:27:48.952 INFO kablam! Oct 21 15:27:48.952 INFO kablam! warning: cannot find type `taggings` in this scope Oct 21 15:27:48.952 INFO kablam! --> src/models/tagging.rs:4:35 Oct 21 15:27:48.952 INFO kablam! | Oct 21 15:27:48.952 INFO kablam! 4 | #[derive(Identifiable, Queryable, Associations)] Oct 21 15:27:48.952 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 21 15:27:48.952 INFO kablam! | Oct 21 15:27:48.952 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 21 15:27:48.952 INFO kablam! = note: for more information, see issue #50504 Oct 21 15:27:48.952 INFO kablam! Oct 21 15:27:48.952 INFO kablam! warning: cannot find type `Tag` in this scope Oct 21 15:27:48.952 INFO kablam! --> src/models/tagging.rs:4:35 Oct 21 15:27:48.952 INFO kablam! | Oct 21 15:27:48.952 INFO kablam! 4 | #[derive(Identifiable, Queryable, Associations)] Oct 21 15:27:48.952 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 21 15:27:48.952 INFO kablam! | Oct 21 15:27:48.952 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 21 15:27:48.952 INFO kablam! = note: for more information, see issue #50504 Oct 21 15:27:48.952 INFO kablam! Oct 21 15:27:48.952 INFO kablam! warning: cannot find type `taggings` in this scope Oct 21 15:27:48.952 INFO kablam! --> src/models/tagging.rs:13:10 Oct 21 15:27:48.952 INFO kablam! | Oct 21 15:27:48.952 INFO kablam! 13 | #[derive(Insertable)] Oct 21 15:27:48.952 INFO kablam! | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 21 15:27:48.952 INFO kablam! | Oct 21 15:27:48.952 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 21 15:27:48.952 INFO kablam! = note: for more information, see issue #50504 Oct 21 15:27:48.952 INFO kablam! Oct 21 15:27:48.952 INFO kablam! warning: cannot find type `NewTagging` in this scope Oct 21 15:27:48.952 INFO kablam! --> src/models/tagging.rs:13:10 Oct 21 15:27:48.952 INFO kablam! | Oct 21 15:27:48.952 INFO kablam! 13 | #[derive(Insertable)] Oct 21 15:27:48.952 INFO kablam! | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 21 15:27:48.952 INFO kablam! | Oct 21 15:27:48.952 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 21 15:27:48.952 INFO kablam! = note: for more information, see issue #50504 Oct 21 15:27:48.952 INFO kablam! Oct 21 15:27:48.952 INFO kablam! warning: cannot find type `Article` in this scope Oct 21 15:27:48.952 INFO kablam! --> src/models/article.rs:4:10 Oct 21 15:27:48.952 INFO kablam! | Oct 21 15:27:48.952 INFO kablam! 4 | #[derive(Identifiable, Queryable, Serialize, Deserialize)] Oct 21 15:27:48.952 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 21 15:27:48.952 INFO kablam! | Oct 21 15:27:48.952 INFO kablam! = note: #[warn(proc_macro_derive_resolution_fallback)] on by default Oct 21 15:27:48.952 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 21 15:27:48.952 INFO kablam! = note: for more information, see issue #50504 Oct 21 15:27:48.952 INFO kablam! Oct 21 15:27:48.952 INFO kablam! warning: cannot find type `articles` in this scope Oct 21 15:27:48.952 INFO kablam! --> src/models/article.rs:4:10 Oct 21 15:27:48.952 INFO kablam! | Oct 21 15:27:48.952 INFO kablam! 4 | #[derive(Identifiable, Queryable, Serialize, Deserialize)] Oct 21 15:27:48.952 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 21 15:27:48.952 INFO kablam! | Oct 21 15:27:48.952 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 21 15:27:48.952 INFO kablam! = note: for more information, see issue #50504 Oct 21 15:27:48.952 INFO kablam! Oct 21 15:27:48.952 INFO kablam! warning: cannot find type `Article` in this scope Oct 21 15:27:48.952 INFO kablam! --> src/models/article.rs:4:10 Oct 21 15:27:48.952 INFO kablam! | Oct 21 15:27:48.952 INFO kablam! 4 | #[derive(Identifiable, Queryable, Serialize, Deserialize)] Oct 21 15:27:48.952 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 21 15:27:48.952 INFO kablam! | Oct 21 15:27:48.952 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 21 15:27:48.952 INFO kablam! = note: for more information, see issue #50504 Oct 21 15:27:48.952 INFO kablam! Oct 21 15:27:48.952 INFO kablam! warning: cannot find type `NaiveDateTime` in this scope Oct 21 15:27:48.952 INFO kablam! --> src/models/article.rs:4:24 Oct 21 15:27:48.952 INFO kablam! | Oct 21 15:27:48.952 INFO kablam! 4 | #[derive(Identifiable, Queryable, Serialize, Deserialize)] Oct 21 15:27:48.952 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 21 15:27:48.952 INFO kablam! | Oct 21 15:27:48.952 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 21 15:27:48.952 INFO kablam! = note: for more information, see issue #50504 Oct 21 15:27:48.952 INFO kablam! Oct 21 15:27:48.952 INFO kablam! warning: cannot find type `Article` in this scope Oct 21 15:27:48.952 INFO kablam! --> src/models/article.rs:4:24 Oct 21 15:27:48.952 INFO kablam! | Oct 21 15:27:48.952 INFO kablam! 4 | #[derive(Identifiable, Queryable, Serialize, Deserialize)] Oct 21 15:27:48.952 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 21 15:27:48.952 INFO kablam! | Oct 21 15:27:48.953 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 21 15:27:48.953 INFO kablam! = note: for more information, see issue #50504 Oct 21 15:27:48.953 INFO kablam! Oct 21 15:27:48.953 INFO kablam! warning: cannot find type `articles` in this scope Oct 21 15:27:48.953 INFO kablam! --> src/models/article.rs:14:10 Oct 21 15:27:48.953 INFO kablam! | Oct 21 15:27:48.953 INFO kablam! 14 | #[derive(Insertable, Serialize, Deserialize, AsChangeset, Queryable)] Oct 21 15:27:48.953 INFO kablam! | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 21 15:27:48.953 INFO kablam! | Oct 21 15:27:48.953 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 21 15:27:48.953 INFO kablam! = note: for more information, see issue #50504 Oct 21 15:27:48.953 INFO kablam! Oct 21 15:27:48.953 INFO kablam! warning: cannot find type `ArticleForm` in this scope Oct 21 15:27:48.953 INFO kablam! --> src/models/article.rs:14:10 Oct 21 15:27:48.953 INFO kablam! | Oct 21 15:27:48.953 INFO kablam! 14 | #[derive(Insertable, Serialize, Deserialize, AsChangeset, Queryable)] Oct 21 15:27:48.953 INFO kablam! | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 21 15:27:48.953 INFO kablam! | Oct 21 15:27:48.953 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 21 15:27:48.953 INFO kablam! = note: for more information, see issue #50504 Oct 21 15:27:48.953 INFO kablam! Oct 21 15:27:48.953 INFO kablam! warning: cannot find type `ArticleForm` in this scope Oct 21 15:27:48.953 INFO kablam! --> src/models/article.rs:14:46 Oct 21 15:27:48.953 INFO kablam! | Oct 21 15:27:48.953 INFO kablam! 14 | #[derive(Insertable, Serialize, Deserialize, AsChangeset, Queryable)] Oct 21 15:27:48.953 INFO kablam! | ^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 21 15:27:48.953 INFO kablam! | Oct 21 15:27:48.953 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 21 15:27:48.953 INFO kablam! = note: for more information, see issue #50504 Oct 21 15:27:48.953 INFO kablam! Oct 21 15:27:48.953 INFO kablam! warning: cannot find type `articles` in this scope Oct 21 15:27:48.953 INFO kablam! --> src/models/article.rs:14:46 Oct 21 15:27:48.953 INFO kablam! | Oct 21 15:27:48.953 INFO kablam! 14 | #[derive(Insertable, Serialize, Deserialize, AsChangeset, Queryable)] Oct 21 15:27:48.953 INFO kablam! | ^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 21 15:27:48.953 INFO kablam! | Oct 21 15:27:48.953 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 21 15:27:48.953 INFO kablam! = note: for more information, see issue #50504 Oct 21 15:27:48.953 INFO kablam! Oct 21 15:27:48.953 INFO kablam! warning: cannot find type `ArticleForm` in this scope Oct 21 15:27:48.953 INFO kablam! --> src/models/article.rs:14:59 Oct 21 15:27:48.953 INFO kablam! | Oct 21 15:27:48.953 INFO kablam! 14 | #[derive(Insertable, Serialize, Deserialize, AsChangeset, Queryable)] Oct 21 15:27:48.953 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 21 15:27:48.953 INFO kablam! | Oct 21 15:27:48.953 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 21 15:27:48.953 INFO kablam! = note: for more information, see issue #50504 Oct 21 15:27:48.953 INFO kablam! Oct 21 15:27:48.953 INFO kablam! warning: cannot find type `table` in this scope Oct 21 15:27:48.953 INFO kablam! --> <::diesel::macros::table_body macros>:165:33 Oct 21 15:27:48.953 INFO kablam! | Oct 21 15:27:48.953 INFO kablam! 165 | derive ( Debug , Clone , Copy , QueryId ) ] /// The actual table struct Oct 21 15:27:48.953 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 21 15:27:48.953 INFO kablam! | Oct 21 15:27:48.953 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 21 15:27:48.953 INFO kablam! = note: for more information, see issue #50504 Oct 21 15:27:48.953 INFO kablam! Oct 21 15:27:48.953 INFO kablam! warning: cannot find type `id` in this scope Oct 21 15:27:48.953 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 21 15:27:48.953 INFO kablam! | Oct 21 15:27:48.953 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 21 15:27:48.953 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 21 15:27:48.953 INFO kablam! | Oct 21 15:27:48.953 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 21 15:27:48.953 INFO kablam! = note: for more information, see issue #50504 Oct 21 15:27:48.953 INFO kablam! Oct 21 15:27:48.953 INFO kablam! warning: cannot find type `title` in this scope Oct 21 15:27:48.953 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 21 15:27:48.953 INFO kablam! | Oct 21 15:27:48.953 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 21 15:27:48.953 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 21 15:27:48.953 INFO kablam! | Oct 21 15:27:48.953 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 21 15:27:48.953 INFO kablam! = note: for more information, see issue #50504 Oct 21 15:27:48.953 INFO kablam! Oct 21 15:27:48.953 INFO kablam! warning: cannot find type `body` in this scope Oct 21 15:27:48.953 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 21 15:27:48.953 INFO kablam! | Oct 21 15:27:48.953 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 21 15:27:48.953 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 21 15:27:48.953 INFO kablam! | Oct 21 15:27:48.953 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 21 15:27:48.953 INFO kablam! = note: for more information, see issue #50504 Oct 21 15:27:48.953 INFO kablam! Oct 21 15:27:48.953 INFO kablam! warning: cannot find type `published` in this scope Oct 21 15:27:48.953 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 21 15:27:48.953 INFO kablam! | Oct 21 15:27:48.953 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 21 15:27:48.953 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 21 15:27:48.953 INFO kablam! | Oct 21 15:27:48.953 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 21 15:27:48.953 INFO kablam! = note: for more information, see issue #50504 Oct 21 15:27:48.953 INFO kablam! Oct 21 15:27:48.953 INFO kablam! warning: cannot find type `created_at` in this scope Oct 21 15:27:48.953 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 21 15:27:48.953 INFO kablam! | Oct 21 15:27:48.954 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 21 15:27:48.954 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 21 15:27:48.954 INFO kablam! | Oct 21 15:27:48.954 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 21 15:27:48.954 INFO kablam! = note: for more information, see issue #50504 Oct 21 15:27:48.954 INFO kablam! Oct 21 15:27:48.954 INFO kablam! warning: cannot find type `updated_at` in this scope Oct 21 15:27:48.954 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 21 15:27:48.954 INFO kablam! | Oct 21 15:27:48.954 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 21 15:27:48.954 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 21 15:27:48.954 INFO kablam! | Oct 21 15:27:48.954 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 21 15:27:48.954 INFO kablam! = note: for more information, see issue #50504 Oct 21 15:27:48.954 INFO kablam! Oct 21 15:27:48.954 INFO kablam! warning: cannot find type `tag_id` in this scope Oct 21 15:27:48.954 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 21 15:27:48.954 INFO kablam! | Oct 21 15:27:48.954 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 21 15:27:48.954 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 21 15:27:48.954 INFO kablam! | Oct 21 15:27:48.954 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 21 15:27:48.954 INFO kablam! = note: for more information, see issue #50504 Oct 21 15:27:48.954 INFO kablam! Oct 21 15:27:48.954 INFO kablam! warning: cannot find type `article_id` in this scope Oct 21 15:27:48.954 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 21 15:27:48.954 INFO kablam! | Oct 21 15:27:48.954 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 21 15:27:48.954 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 21 15:27:48.954 INFO kablam! | Oct 21 15:27:48.954 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 21 15:27:48.954 INFO kablam! = note: for more information, see issue #50504 Oct 21 15:27:48.954 INFO kablam! Oct 21 15:27:48.954 INFO kablam! warning: cannot find type `name` in this scope Oct 21 15:27:48.954 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 21 15:27:48.954 INFO kablam! | Oct 21 15:27:48.954 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 21 15:27:48.954 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 21 15:27:48.954 INFO kablam! | Oct 21 15:27:48.954 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 21 15:27:48.954 INFO kablam! = note: for more information, see issue #50504 Oct 21 15:27:48.954 INFO kablam! Oct 21 15:27:48.954 INFO kablam! warning: cannot find type `Tag` in this scope Oct 21 15:27:48.954 INFO kablam! --> src/models/tag.rs:3:10 Oct 21 15:27:48.954 INFO kablam! | Oct 21 15:27:48.954 INFO kablam! 3 | #[derive(Identifiable, Queryable, Serialize, Deserialize)] Oct 21 15:27:48.954 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 21 15:27:48.954 INFO kablam! | Oct 21 15:27:48.954 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 21 15:27:48.954 INFO kablam! = note: for more information, see issue #50504 Oct 21 15:27:48.954 INFO kablam! Oct 21 15:27:48.954 INFO kablam! warning: cannot find type `tags` in this scope Oct 21 15:27:48.954 INFO kablam! --> src/models/tag.rs:3:10 Oct 21 15:27:48.954 INFO kablam! | Oct 21 15:27:48.954 INFO kablam! 3 | #[derive(Identifiable, Queryable, Serialize, Deserialize)] Oct 21 15:27:48.954 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 21 15:27:48.954 INFO kablam! | Oct 21 15:27:48.954 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 21 15:27:48.954 INFO kablam! = note: for more information, see issue #50504 Oct 21 15:27:48.954 INFO kablam! Oct 21 15:27:48.954 INFO kablam! warning: cannot find type `Tag` in this scope Oct 21 15:27:48.954 INFO kablam! --> src/models/tag.rs:3:24 Oct 21 15:27:48.954 INFO kablam! | Oct 21 15:27:48.954 INFO kablam! 3 | #[derive(Identifiable, Queryable, Serialize, Deserialize)] Oct 21 15:27:48.954 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 21 15:27:48.954 INFO kablam! | Oct 21 15:27:48.954 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 21 15:27:48.954 INFO kablam! = note: for more information, see issue #50504 Oct 21 15:27:48.954 INFO kablam! Oct 21 15:27:48.954 INFO kablam! warning: cannot find type `tags` in this scope Oct 21 15:27:48.954 INFO kablam! --> src/models/tag.rs:9:10 Oct 21 15:27:48.954 INFO kablam! | Oct 21 15:27:48.954 INFO kablam! 9 | #[derive(Insertable, AsChangeset, Deserialize, Serialize)] Oct 21 15:27:48.954 INFO kablam! | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 21 15:27:48.954 INFO kablam! | Oct 21 15:27:48.954 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 21 15:27:48.954 INFO kablam! = note: for more information, see issue #50504 Oct 21 15:27:48.954 INFO kablam! Oct 21 15:27:48.954 INFO kablam! warning: cannot find type `TagForm` in this scope Oct 21 15:27:48.954 INFO kablam! --> src/models/tag.rs:9:10 Oct 21 15:27:48.954 INFO kablam! | Oct 21 15:27:48.954 INFO kablam! 9 | #[derive(Insertable, AsChangeset, Deserialize, Serialize)] Oct 21 15:27:48.954 INFO kablam! | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 21 15:27:48.954 INFO kablam! | Oct 21 15:27:48.954 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 21 15:27:48.954 INFO kablam! = note: for more information, see issue #50504 Oct 21 15:27:48.954 INFO kablam! Oct 21 15:27:48.954 INFO kablam! warning: cannot find type `TagForm` in this scope Oct 21 15:27:48.954 INFO kablam! --> src/models/tag.rs:9:22 Oct 21 15:27:48.955 INFO kablam! | Oct 21 15:27:48.955 INFO kablam! 9 | #[derive(Insertable, AsChangeset, Deserialize, Serialize)] Oct 21 15:27:48.955 INFO kablam! | ^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 21 15:27:48.955 INFO kablam! | Oct 21 15:27:48.955 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 21 15:27:48.955 INFO kablam! = note: for more information, see issue #50504 Oct 21 15:27:48.955 INFO kablam! Oct 21 15:27:48.955 INFO kablam! warning: cannot find type `tags` in this scope Oct 21 15:27:48.955 INFO kablam! --> src/models/tag.rs:9:22 Oct 21 15:27:48.955 INFO kablam! | Oct 21 15:27:48.955 INFO kablam! 9 | #[derive(Insertable, AsChangeset, Deserialize, Serialize)] Oct 21 15:27:48.955 INFO kablam! | ^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 21 15:27:48.955 INFO kablam! | Oct 21 15:27:48.955 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 21 15:27:48.955 INFO kablam! = note: for more information, see issue #50504 Oct 21 15:27:48.955 INFO kablam! Oct 21 15:27:48.955 INFO kablam! warning: unused import: `diesel::prelude::*` Oct 21 15:27:48.955 INFO kablam! --> src/models/tagging.rs:1:5 Oct 21 15:27:48.955 INFO kablam! | Oct 21 15:27:48.955 INFO kablam! 1 | use diesel::prelude::*; Oct 21 15:27:48.955 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 21 15:27:48.955 INFO kablam! | Oct 21 15:27:48.955 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 21 15:27:48.955 INFO kablam! Oct 21 15:27:48.955 INFO kablam! warning: cannot find type `Tagging` in this scope Oct 21 15:27:48.955 INFO kablam! --> src/models/tagging.rs:4:10 Oct 21 15:27:48.955 INFO kablam! | Oct 21 15:27:48.955 INFO kablam! 4 | #[derive(Identifiable, Queryable, Associations)] Oct 21 15:27:48.955 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 21 15:27:48.955 INFO kablam! | Oct 21 15:27:48.955 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 21 15:27:48.955 INFO kablam! = note: for more information, see issue #50504 Oct 21 15:27:48.955 INFO kablam! Oct 21 15:27:48.955 INFO kablam! warning: cannot find type `taggings` in this scope Oct 21 15:27:48.955 INFO kablam! --> src/models/tagging.rs:4:10 Oct 21 15:27:48.955 INFO kablam! | Oct 21 15:27:48.955 INFO kablam! 4 | #[derive(Identifiable, Queryable, Associations)] Oct 21 15:27:48.955 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 21 15:27:48.955 INFO kablam! | Oct 21 15:27:48.955 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 21 15:27:48.955 INFO kablam! = note: for more information, see issue #50504 Oct 21 15:27:48.955 INFO kablam! Oct 21 15:27:48.955 INFO kablam! warning: cannot find type `Tagging` in this scope Oct 21 15:27:48.955 INFO kablam! --> src/models/tagging.rs:4:24 Oct 21 15:27:48.955 INFO kablam! | Oct 21 15:27:48.955 INFO kablam! 4 | #[derive(Identifiable, Queryable, Associations)] Oct 21 15:27:48.955 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 21 15:27:48.955 INFO kablam! | Oct 21 15:27:48.955 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 21 15:27:48.955 INFO kablam! = note: for more information, see issue #50504 Oct 21 15:27:48.955 INFO kablam! Oct 21 15:27:48.955 INFO kablam! warning: cannot find type `Article` in this scope Oct 21 15:27:48.955 INFO kablam! --> src/models/tagging.rs:4:35 Oct 21 15:27:48.955 INFO kablam! | Oct 21 15:27:48.955 INFO kablam! 4 | #[derive(Identifiable, Queryable, Associations)] Oct 21 15:27:48.955 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 21 15:27:48.955 INFO kablam! | Oct 21 15:27:48.955 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 21 15:27:48.955 INFO kablam! = note: for more information, see issue #50504 Oct 21 15:27:48.955 INFO kablam! Oct 21 15:27:48.955 INFO kablam! warning: cannot find type `Tagging` in this scope Oct 21 15:27:48.955 INFO kablam! --> src/models/tagging.rs:4:35 Oct 21 15:27:48.955 INFO kablam! | Oct 21 15:27:48.955 INFO kablam! 4 | #[derive(Identifiable, Queryable, Associations)] Oct 21 15:27:48.955 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 21 15:27:48.955 INFO kablam! | Oct 21 15:27:48.955 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 21 15:27:48.955 INFO kablam! = note: for more information, see issue #50504 Oct 21 15:27:48.955 INFO kablam! Oct 21 15:27:48.955 INFO kablam! warning: cannot find type `taggings` in this scope Oct 21 15:27:48.955 INFO kablam! --> src/models/tagging.rs:4:35 Oct 21 15:27:48.955 INFO kablam! | Oct 21 15:27:48.955 INFO kablam! 4 | #[derive(Identifiable, Queryable, Associations)] Oct 21 15:27:48.955 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 21 15:27:48.955 INFO kablam! | Oct 21 15:27:48.955 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 21 15:27:48.955 INFO kablam! = note: for more information, see issue #50504 Oct 21 15:27:48.955 INFO kablam! Oct 21 15:27:48.955 INFO kablam! warning: cannot find type `Tag` in this scope Oct 21 15:27:48.955 INFO kablam! --> src/models/tagging.rs:4:35 Oct 21 15:27:48.955 INFO kablam! | Oct 21 15:27:48.955 INFO kablam! 4 | #[derive(Identifiable, Queryable, Associations)] Oct 21 15:27:48.955 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 21 15:27:48.955 INFO kablam! | Oct 21 15:27:48.955 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 21 15:27:48.955 INFO kablam! = note: for more information, see issue #50504 Oct 21 15:27:48.955 INFO kablam! Oct 21 15:27:48.955 INFO kablam! warning: cannot find type `taggings` in this scope Oct 21 15:27:48.956 INFO kablam! --> src/models/tagging.rs:13:10 Oct 21 15:27:48.956 INFO kablam! | Oct 21 15:27:48.956 INFO kablam! 13 | #[derive(Insertable)] Oct 21 15:27:48.956 INFO kablam! | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 21 15:27:48.956 INFO kablam! | Oct 21 15:27:48.956 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 21 15:27:48.956 INFO kablam! = note: for more information, see issue #50504 Oct 21 15:27:48.956 INFO kablam! Oct 21 15:27:48.956 INFO kablam! warning: cannot find type `NewTagging` in this scope Oct 21 15:27:48.956 INFO kablam! --> src/models/tagging.rs:13:10 Oct 21 15:27:48.956 INFO kablam! | Oct 21 15:27:48.956 INFO kablam! 13 | #[derive(Insertable)] Oct 21 15:27:48.956 INFO kablam! | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 21 15:27:48.956 INFO kablam! | Oct 21 15:27:48.956 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 21 15:27:48.956 INFO kablam! = note: for more information, see issue #50504 Oct 21 15:27:48.956 INFO kablam! Oct 21 15:27:50.056 INFO kablam! warning: the feature `extern_prelude` has been stable since 1.30.0 and no longer requires an attribute to enable Oct 21 15:27:50.056 INFO kablam! --> src/main.rs:4:12 Oct 21 15:27:50.064 INFO kablam! | Oct 21 15:27:50.064 INFO kablam! 4 | #![feature(extern_prelude)] Oct 21 15:27:50.064 INFO kablam! | ^^^^^^^^^^^^^^ Oct 21 15:27:50.064 INFO kablam! | Oct 21 15:27:50.064 INFO kablam! = note: #[warn(stable_features)] on by default Oct 21 15:27:50.064 INFO kablam! Oct 21 15:27:50.064 INFO kablam! warning: the feature `extern_prelude` has been stable since 1.30.0 and no longer requires an attribute to enable Oct 21 15:27:50.064 INFO kablam! --> src/main.rs:4:12 Oct 21 15:27:50.064 INFO kablam! | Oct 21 15:27:50.064 INFO kablam! 4 | #![feature(extern_prelude)] Oct 21 15:27:50.064 INFO kablam! | ^^^^^^^^^^^^^^ Oct 21 15:27:50.064 INFO kablam! | Oct 21 15:27:50.064 INFO kablam! = note: #[warn(stable_features)] on by default Oct 21 15:27:50.064 INFO kablam! Oct 21 15:27:50.137 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 34s Oct 21 15:27:50.148 INFO kablam! su: No module specific data is present Oct 21 15:27:50.678 INFO running `"docker" "rm" "-f" "876001543d96d0368e1c99f677266938c9f5dee5acb20c1ce2687a41e9bcf09b"` Oct 21 15:27:50.860 INFO blam! 876001543d96d0368e1c99f677266938c9f5dee5acb20c1ce2687a41e9bcf09b