Oct 27 00:07:38.306 INFO checking mtwtkman/editor against try#19f01b935b91481fd445b16b533d2f87661bf12e for pr-55192-2 Oct 27 00:07:38.306 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-3/try#19f01b935b91481fd445b16b533d2f87661bf12e:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/pr-55192-2/try#19f01b935b91481fd445b16b533d2f87661bf12e:/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 +19f01b935b91481fd445b16b533d2f87661bf12e-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:38.878 INFO blam! 16b829cc362de8a60f67ada12f141a33f09e371c66ab9d6f6ff16ed42b3831ba Oct 27 00:07:38.880 INFO running `"docker" "start" "-a" "16b829cc362de8a60f67ada12f141a33f09e371c66ab9d6f6ff16ed42b3831ba"` Oct 27 00:07:41.454 INFO kablam! usermod: no changes Oct 27 00:07:41.551 INFO kablam! warning: An explicit [[test]] section is specified in Cargo.toml which currently Oct 27 00:07:41.551 INFO kablam! disables Cargo from automatically inferring other test targets. Oct 27 00:07:41.551 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Oct 27 00:07:41.551 INFO kablam! files will be included as a test target: Oct 27 00:07:41.551 INFO kablam! Oct 27 00:07:41.551 INFO kablam! * /source/tests/helpers.rs Oct 27 00:07:41.551 INFO kablam! Oct 27 00:07:41.551 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Oct 27 00:07:41.551 INFO kablam! ready to be compiled as a test target today. You can future-proof yourself Oct 27 00:07:41.551 INFO kablam! and disable this warning by adding `autotests = false` to your [package] Oct 27 00:07:41.551 INFO kablam! section. You may also move the files to a location where Cargo would not Oct 27 00:07:41.551 INFO kablam! automatically infer them to be a target, such as in subfolders. Oct 27 00:07:41.551 INFO kablam! Oct 27 00:07:41.551 INFO kablam! For more information on this warning you can consult Oct 27 00:07:41.551 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Oct 27 00:07:41.931 INFO kablam! Compiling rocket v0.3.16 Oct 27 00:07:41.931 INFO kablam! Compiling rocket_codegen v0.3.16 Oct 27 00:07:42.007 INFO kablam! Compiling toml v0.4.6 Oct 27 00:07:42.039 INFO kablam! Checking serde_json v1.0.30 Oct 27 00:07:42.043 INFO kablam! Checking unicase_serde v0.1.0 Oct 27 00:07:42.044 INFO kablam! Compiling chrono v0.4.6 Oct 27 00:07:42.045 INFO kablam! Checking url_serde v0.2.0 Oct 27 00:07:44.504 INFO kablam! Checking diesel v1.3.3 Oct 27 00:07:45.903 INFO kablam! Checking failure v0.1.2 Oct 27 00:07:47.203 INFO kablam! Checking dotenv v0.13.0 Oct 27 00:08:08.393 INFO kablam! Checking rocket_cors v0.3.0 Oct 27 00:08:08.393 INFO kablam! Checking rocket_contrib v0.3.16 Oct 27 00:08:48.054 INFO kablam! Checking migrations_internals v1.3.0 Oct 27 00:08:57.955 INFO kablam! Compiling migrations_macros v1.3.0 Oct 27 00:09:02.211 INFO kablam! Checking diesel_migrations v1.3.0 Oct 27 00:09:03.016 INFO kablam! Checking source v0.1.0 (/source) Oct 27 00:09:05.987 INFO kablam! warning: unused import: `Method` Oct 27 00:09:05.987 INFO kablam! --> src/main.rs:21:20 Oct 27 00:09:05.987 INFO kablam! | Oct 27 00:09:05.987 INFO kablam! 21 | use rocket::http::{Method, Status}; Oct 27 00:09:05.987 INFO kablam! | ^^^^^^ Oct 27 00:09:05.987 INFO kablam! | Oct 27 00:09:05.987 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 27 00:09:05.987 INFO kablam! Oct 27 00:09:05.987 INFO kablam! warning: unused import: `AllowedHeaders` Oct 27 00:09:05.987 INFO kablam! --> src/main.rs:24:19 Oct 27 00:09:05.987 INFO kablam! | Oct 27 00:09:05.987 INFO kablam! 24 | use rocket_cors::{AllowedHeaders, AllowedOrigins}; Oct 27 00:09:05.987 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 00:09:05.987 INFO kablam! Oct 27 00:09:05.987 INFO kablam! warning: cannot find type `Article` in this scope Oct 27 00:09:05.987 INFO kablam! --> src/models/article.rs:4:10 Oct 27 00:09:05.987 INFO kablam! | Oct 27 00:09:05.987 INFO kablam! 4 | #[derive(Identifiable, Queryable, Serialize, Deserialize)] Oct 27 00:09:05.987 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 27 00:09:05.987 INFO kablam! | Oct 27 00:09:05.987 INFO kablam! = note: #[warn(proc_macro_derive_resolution_fallback)] on by default Oct 27 00:09:05.991 INFO 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:05.991 INFO kablam! = note: for more information, see issue #50504 Oct 27 00:09:05.991 INFO kablam! Oct 27 00:09:05.991 INFO kablam! warning: cannot find type `articles` in this scope Oct 27 00:09:05.991 INFO kablam! --> src/models/article.rs:4:10 Oct 27 00:09:05.991 INFO kablam! | Oct 27 00:09:05.992 INFO kablam! 4 | #[derive(Identifiable, Queryable, Serialize, Deserialize)] Oct 27 00:09:05.992 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 27 00:09:05.992 INFO kablam! | Oct 27 00:09:05.992 INFO 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:05.992 INFO kablam! = note: for more information, see issue #50504 Oct 27 00:09:05.992 INFO kablam! Oct 27 00:09:05.993 INFO kablam! warning: cannot find type `Article` in this scope Oct 27 00:09:05.993 INFO kablam! --> src/models/article.rs:4:10 Oct 27 00:09:05.993 INFO kablam! | Oct 27 00:09:05.993 INFO kablam! 4 | #[derive(Identifiable, Queryable, Serialize, Deserialize)] Oct 27 00:09:05.993 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 27 00:09:05.993 INFO kablam! | Oct 27 00:09:05.993 INFO 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:05.993 INFO kablam! = note: for more information, see issue #50504 Oct 27 00:09:05.993 INFO kablam! Oct 27 00:09:05.994 INFO kablam! warning: cannot find type `NaiveDateTime` in this scope Oct 27 00:09:05.994 INFO kablam! --> src/models/article.rs:4:24 Oct 27 00:09:05.994 INFO kablam! | Oct 27 00:09:05.994 INFO kablam! 4 | #[derive(Identifiable, Queryable, Serialize, Deserialize)] Oct 27 00:09:05.994 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 27 00:09:05.994 INFO kablam! | Oct 27 00:09:05.994 INFO 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:05.994 INFO kablam! = note: for more information, see issue #50504 Oct 27 00:09:05.994 INFO kablam! Oct 27 00:09:05.994 INFO kablam! warning: cannot find type `Article` in this scope Oct 27 00:09:05.994 INFO kablam! --> src/models/article.rs:4:24 Oct 27 00:09:05.994 INFO kablam! | Oct 27 00:09:05.994 INFO kablam! 4 | #[derive(Identifiable, Queryable, Serialize, Deserialize)] Oct 27 00:09:05.994 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 27 00:09:05.994 INFO kablam! | Oct 27 00:09:05.994 INFO 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:05.994 INFO kablam! = note: for more information, see issue #50504 Oct 27 00:09:05.994 INFO kablam! Oct 27 00:09:05.994 INFO kablam! warning: cannot find type `articles` in this scope Oct 27 00:09:05.994 INFO kablam! --> src/models/article.rs:14:10 Oct 27 00:09:05.994 INFO kablam! | Oct 27 00:09:05.994 INFO kablam! 14 | #[derive(Insertable, Serialize, Deserialize, AsChangeset, Queryable)] Oct 27 00:09:05.994 INFO kablam! | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 27 00:09:05.995 INFO kablam! | Oct 27 00:09:05.995 INFO 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:05.999 INFO kablam! = note: for more information, see issue #50504 Oct 27 00:09:05.999 INFO kablam! Oct 27 00:09:05.999 INFO kablam! warning: cannot find type `ArticleForm` in this scope Oct 27 00:09:05.999 INFO kablam! --> src/models/article.rs:14:10 Oct 27 00:09:05.999 INFO kablam! | Oct 27 00:09:05.999 INFO kablam! 14 | #[derive(Insertable, Serialize, Deserialize, AsChangeset, Queryable)] Oct 27 00:09:05.999 INFO kablam! | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 27 00:09:05.999 INFO kablam! | Oct 27 00:09:05.999 INFO 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:05.999 INFO kablam! = note: for more information, see issue #50504 Oct 27 00:09:05.999 INFO kablam! Oct 27 00:09:05.999 INFO kablam! warning: cannot find type `ArticleForm` in this scope Oct 27 00:09:05.999 INFO kablam! --> src/models/article.rs:14:46 Oct 27 00:09:05.999 INFO kablam! | Oct 27 00:09:05.999 INFO kablam! 14 | #[derive(Insertable, Serialize, Deserialize, AsChangeset, Queryable)] Oct 27 00:09:05.999 INFO kablam! | ^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 27 00:09:05.999 INFO kablam! | Oct 27 00:09:05.999 INFO 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:05.999 INFO kablam! = note: for more information, see issue #50504 Oct 27 00:09:05.999 INFO kablam! Oct 27 00:09:05.999 INFO kablam! warning: cannot find type `articles` in this scope Oct 27 00:09:06.000 INFO kablam! --> src/models/article.rs:14:46 Oct 27 00:09:06.000 INFO kablam! | Oct 27 00:09:06.000 INFO kablam! 14 | #[derive(Insertable, Serialize, Deserialize, AsChangeset, Queryable)] Oct 27 00:09:06.000 INFO kablam! | ^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 27 00:09:06.000 INFO kablam! | Oct 27 00:09:06.000 INFO 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:06.000 INFO kablam! = note: for more information, see issue #50504 Oct 27 00:09:06.000 INFO kablam! Oct 27 00:09:06.000 INFO kablam! warning: cannot find type `ArticleForm` in this scope Oct 27 00:09:06.000 INFO kablam! --> src/models/article.rs:14:59 Oct 27 00:09:06.000 INFO kablam! | Oct 27 00:09:06.000 INFO kablam! 14 | #[derive(Insertable, Serialize, Deserialize, AsChangeset, Queryable)] Oct 27 00:09:06.000 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 27 00:09:06.000 INFO kablam! | Oct 27 00:09:06.000 INFO 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:06.000 INFO kablam! = note: for more information, see issue #50504 Oct 27 00:09:06.000 INFO kablam! Oct 27 00:09:06.000 INFO kablam! warning: cannot find type `table` in this scope Oct 27 00:09:06.000 INFO kablam! --> <::diesel::macros::table_body macros>:165:33 Oct 27 00:09:06.000 INFO kablam! | Oct 27 00:09:06.000 INFO kablam! 165 | derive ( Debug , Clone , Copy , QueryId ) ] /// The actual table struct Oct 27 00:09:06.000 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 27 00:09:06.000 INFO kablam! | Oct 27 00:09:06.001 INFO 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:06.001 INFO kablam! = note: for more information, see issue #50504 Oct 27 00:09:06.001 INFO kablam! Oct 27 00:09:06.001 INFO kablam! warning: cannot find type `id` in this scope Oct 27 00:09:06.001 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 27 00:09:06.001 INFO kablam! | Oct 27 00:09:06.001 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 27 00:09:06.001 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 27 00:09:06.001 INFO kablam! | Oct 27 00:09:06.001 INFO 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:06.001 INFO kablam! = note: for more information, see issue #50504 Oct 27 00:09:06.001 INFO kablam! Oct 27 00:09:06.001 INFO kablam! warning: cannot find type `title` in this scope Oct 27 00:09:06.001 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 27 00:09:06.001 INFO kablam! | Oct 27 00:09:06.001 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 27 00:09:06.001 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 27 00:09:06.001 INFO kablam! | Oct 27 00:09:06.001 INFO 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:06.001 INFO kablam! = note: for more information, see issue #50504 Oct 27 00:09:06.001 INFO kablam! Oct 27 00:09:06.001 INFO kablam! warning: cannot find type `body` in this scope Oct 27 00:09:06.001 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 27 00:09:06.001 INFO kablam! | Oct 27 00:09:06.002 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 27 00:09:06.002 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 27 00:09:06.002 INFO kablam! | Oct 27 00:09:06.002 INFO 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:06.002 INFO kablam! = note: for more information, see issue #50504 Oct 27 00:09:06.002 INFO kablam! Oct 27 00:09:06.002 INFO kablam! warning: cannot find type `published` in this scope Oct 27 00:09:06.002 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 27 00:09:06.002 INFO kablam! | Oct 27 00:09:06.002 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 27 00:09:06.002 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 27 00:09:06.002 INFO kablam! | Oct 27 00:09:06.002 INFO 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:06.002 INFO kablam! = note: for more information, see issue #50504 Oct 27 00:09:06.002 INFO kablam! Oct 27 00:09:06.002 INFO kablam! warning: cannot find type `created_at` in this scope Oct 27 00:09:06.002 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 27 00:09:06.002 INFO kablam! | Oct 27 00:09:06.002 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 27 00:09:06.002 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 27 00:09:06.002 INFO kablam! | Oct 27 00:09:06.002 INFO 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:06.003 INFO kablam! = note: for more information, see issue #50504 Oct 27 00:09:06.003 INFO kablam! Oct 27 00:09:06.003 INFO kablam! warning: cannot find type `updated_at` in this scope Oct 27 00:09:06.003 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 27 00:09:06.003 INFO kablam! | Oct 27 00:09:06.003 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 27 00:09:06.003 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 27 00:09:06.003 INFO kablam! | Oct 27 00:09:06.003 INFO 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:06.003 INFO kablam! = note: for more information, see issue #50504 Oct 27 00:09:06.003 INFO kablam! Oct 27 00:09:06.003 INFO kablam! warning: cannot find type `tag_id` in this scope Oct 27 00:09:06.003 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 27 00:09:06.003 INFO kablam! | Oct 27 00:09:06.003 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 27 00:09:06.003 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 27 00:09:06.003 INFO kablam! | Oct 27 00:09:06.003 INFO 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:06.003 INFO kablam! = note: for more information, see issue #50504 Oct 27 00:09:06.003 INFO kablam! Oct 27 00:09:06.003 INFO kablam! warning: cannot find type `article_id` in this scope Oct 27 00:09:06.003 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 27 00:09:06.003 INFO kablam! | Oct 27 00:09:06.003 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 27 00:09:06.004 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 27 00:09:06.004 INFO kablam! | Oct 27 00:09:06.004 INFO 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:06.004 INFO kablam! = note: for more information, see issue #50504 Oct 27 00:09:06.004 INFO kablam! Oct 27 00:09:06.004 INFO kablam! warning: cannot find type `name` in this scope Oct 27 00:09:06.004 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 27 00:09:06.004 INFO kablam! | Oct 27 00:09:06.004 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 27 00:09:06.004 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 27 00:09:06.004 INFO kablam! | Oct 27 00:09:06.004 INFO 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:06.004 INFO kablam! = note: for more information, see issue #50504 Oct 27 00:09:06.004 INFO kablam! Oct 27 00:09:06.004 INFO kablam! warning: cannot find type `Tag` in this scope Oct 27 00:09:06.004 INFO kablam! --> src/models/tag.rs:3:10 Oct 27 00:09:06.004 INFO kablam! | Oct 27 00:09:06.004 INFO kablam! 3 | #[derive(Identifiable, Queryable, Serialize, Deserialize)] Oct 27 00:09:06.004 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 27 00:09:06.004 INFO kablam! | Oct 27 00:09:06.004 INFO 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:06.004 INFO kablam! = note: for more information, see issue #50504 Oct 27 00:09:06.004 INFO kablam! Oct 27 00:09:06.004 INFO kablam! warning: cannot find type `tags` in this scope Oct 27 00:09:06.005 INFO kablam! --> src/models/tag.rs:3:10 Oct 27 00:09:06.005 INFO kablam! | Oct 27 00:09:06.005 INFO kablam! 3 | #[derive(Identifiable, Queryable, Serialize, Deserialize)] Oct 27 00:09:06.005 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 27 00:09:06.005 INFO kablam! | Oct 27 00:09:06.005 INFO 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:06.005 INFO kablam! = note: for more information, see issue #50504 Oct 27 00:09:06.005 INFO kablam! Oct 27 00:09:06.005 INFO kablam! warning: cannot find type `Tag` in this scope Oct 27 00:09:06.005 INFO kablam! --> src/models/tag.rs:3:24 Oct 27 00:09:06.005 INFO kablam! | Oct 27 00:09:06.005 INFO kablam! 3 | #[derive(Identifiable, Queryable, Serialize, Deserialize)] Oct 27 00:09:06.005 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 27 00:09:06.005 INFO kablam! | Oct 27 00:09:06.005 INFO 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:06.005 INFO kablam! = note: for more information, see issue #50504 Oct 27 00:09:06.005 INFO kablam! Oct 27 00:09:06.005 INFO kablam! warning: cannot find type `tags` in this scope Oct 27 00:09:06.005 INFO kablam! --> src/models/tag.rs:9:10 Oct 27 00:09:06.005 INFO kablam! | Oct 27 00:09:06.005 INFO kablam! 9 | #[derive(Insertable, AsChangeset, Deserialize, Serialize)] Oct 27 00:09:06.005 INFO kablam! | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 27 00:09:06.005 INFO kablam! | Oct 27 00:09:06.006 INFO 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:06.006 INFO kablam! = note: for more information, see issue #50504 Oct 27 00:09:06.006 INFO kablam! Oct 27 00:09:06.006 INFO kablam! warning: cannot find type `TagForm` in this scope Oct 27 00:09:06.006 INFO kablam! --> src/models/tag.rs:9:10 Oct 27 00:09:06.006 INFO kablam! | Oct 27 00:09:06.006 INFO kablam! 9 | #[derive(Insertable, AsChangeset, Deserialize, Serialize)] Oct 27 00:09:06.006 INFO kablam! | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 27 00:09:06.006 INFO kablam! | Oct 27 00:09:06.006 INFO 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:06.006 INFO kablam! = note: for more information, see issue #50504 Oct 27 00:09:06.006 INFO kablam! Oct 27 00:09:06.006 INFO kablam! warning: cannot find type `TagForm` in this scope Oct 27 00:09:06.006 INFO kablam! --> src/models/tag.rs:9:22 Oct 27 00:09:06.006 INFO kablam! | Oct 27 00:09:06.006 INFO kablam! 9 | #[derive(Insertable, AsChangeset, Deserialize, Serialize)] Oct 27 00:09:06.006 INFO kablam! | ^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 27 00:09:06.006 INFO kablam! | Oct 27 00:09:06.006 INFO 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:06.006 INFO kablam! = note: for more information, see issue #50504 Oct 27 00:09:06.006 INFO kablam! Oct 27 00:09:06.006 INFO kablam! warning: cannot find type `tags` in this scope Oct 27 00:09:06.006 INFO kablam! --> src/models/tag.rs:9:22 Oct 27 00:09:06.007 INFO kablam! | Oct 27 00:09:06.007 INFO kablam! 9 | #[derive(Insertable, AsChangeset, Deserialize, Serialize)] Oct 27 00:09:06.007 INFO kablam! | ^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 27 00:09:06.007 INFO kablam! | Oct 27 00:09:06.007 INFO 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:06.007 INFO kablam! = note: for more information, see issue #50504 Oct 27 00:09:06.007 INFO kablam! Oct 27 00:09:06.007 INFO kablam! warning: unused import: `diesel::prelude::*` Oct 27 00:09:06.007 INFO kablam! --> src/models/tagging.rs:1:5 Oct 27 00:09:06.007 INFO kablam! | Oct 27 00:09:06.007 INFO kablam! 1 | use diesel::prelude::*; Oct 27 00:09:06.007 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 27 00:09:06.007 INFO kablam! Oct 27 00:09:06.007 INFO kablam! warning: cannot find type `Tagging` in this scope Oct 27 00:09:06.007 INFO kablam! --> src/models/tagging.rs:4:10 Oct 27 00:09:06.007 INFO kablam! | Oct 27 00:09:06.007 INFO kablam! 4 | #[derive(Identifiable, Queryable, Associations)] Oct 27 00:09:06.007 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 27 00:09:06.007 INFO kablam! | Oct 27 00:09:06.007 INFO 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:06.007 INFO kablam! = note: for more information, see issue #50504 Oct 27 00:09:06.007 INFO kablam! Oct 27 00:09:06.007 INFO kablam! warning: cannot find type `taggings` in this scope Oct 27 00:09:06.007 INFO kablam! --> src/models/tagging.rs:4:10 Oct 27 00:09:06.008 INFO kablam! | Oct 27 00:09:06.008 INFO kablam! 4 | #[derive(Identifiable, Queryable, Associations)] Oct 27 00:09:06.008 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 27 00:09:06.008 INFO kablam! | Oct 27 00:09:06.008 INFO 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:06.008 INFO kablam! = note: for more information, see issue #50504 Oct 27 00:09:06.008 INFO kablam! Oct 27 00:09:06.008 INFO kablam! warning: cannot find type `Tagging` in this scope Oct 27 00:09:06.008 INFO kablam! --> src/models/tagging.rs:4:24 Oct 27 00:09:06.008 INFO kablam! | Oct 27 00:09:06.008 INFO kablam! 4 | #[derive(Identifiable, Queryable, Associations)] Oct 27 00:09:06.008 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 27 00:09:06.008 INFO kablam! | Oct 27 00:09:06.008 INFO 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:06.008 INFO kablam! = note: for more information, see issue #50504 Oct 27 00:09:06.008 INFO kablam! Oct 27 00:09:06.008 INFO kablam! warning: cannot find type `Article` in this scope Oct 27 00:09:06.008 INFO kablam! --> src/models/tagging.rs:4:35 Oct 27 00:09:06.008 INFO kablam! | Oct 27 00:09:06.008 INFO kablam! 4 | #[derive(Identifiable, Queryable, Associations)] Oct 27 00:09:06.008 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 27 00:09:06.008 INFO kablam! | Oct 27 00:09:06.008 INFO 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:06.009 INFO kablam! = note: for more information, see issue #50504 Oct 27 00:09:06.009 INFO kablam! Oct 27 00:09:06.009 INFO kablam! warning: cannot find type `Tagging` in this scope Oct 27 00:09:06.009 INFO kablam! --> src/models/tagging.rs:4:35 Oct 27 00:09:06.009 INFO kablam! | Oct 27 00:09:06.009 INFO kablam! 4 | #[derive(Identifiable, Queryable, Associations)] Oct 27 00:09:06.009 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 27 00:09:06.009 INFO kablam! | Oct 27 00:09:06.009 INFO 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:06.009 INFO kablam! = note: for more information, see issue #50504 Oct 27 00:09:06.009 INFO kablam! Oct 27 00:09:06.009 INFO kablam! warning: cannot find type `taggings` in this scope Oct 27 00:09:06.009 INFO kablam! --> src/models/tagging.rs:4:35 Oct 27 00:09:06.009 INFO kablam! | Oct 27 00:09:06.009 INFO kablam! 4 | #[derive(Identifiable, Queryable, Associations)] Oct 27 00:09:06.009 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 27 00:09:06.009 INFO kablam! | Oct 27 00:09:06.009 INFO 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:06.009 INFO kablam! = note: for more information, see issue #50504 Oct 27 00:09:06.009 INFO kablam! Oct 27 00:09:06.009 INFO kablam! warning: cannot find type `Tag` in this scope Oct 27 00:09:06.009 INFO kablam! --> src/models/tagging.rs:4:35 Oct 27 00:09:06.009 INFO kablam! | Oct 27 00:09:06.009 INFO kablam! 4 | #[derive(Identifiable, Queryable, Associations)] Oct 27 00:09:06.010 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 27 00:09:06.010 INFO kablam! | Oct 27 00:09:06.010 INFO 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:06.010 INFO kablam! = note: for more information, see issue #50504 Oct 27 00:09:06.010 INFO kablam! Oct 27 00:09:06.010 INFO kablam! warning: cannot find type `taggings` in this scope Oct 27 00:09:06.010 INFO kablam! --> src/models/tagging.rs:13:10 Oct 27 00:09:06.010 INFO kablam! | Oct 27 00:09:06.010 INFO kablam! 13 | #[derive(Insertable)] Oct 27 00:09:06.010 INFO kablam! | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 27 00:09:06.010 INFO kablam! | Oct 27 00:09:06.010 INFO 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:06.010 INFO kablam! = note: for more information, see issue #50504 Oct 27 00:09:06.010 INFO kablam! Oct 27 00:09:06.010 INFO kablam! warning: cannot find type `NewTagging` in this scope Oct 27 00:09:06.010 INFO kablam! --> src/models/tagging.rs:13:10 Oct 27 00:09:06.010 INFO kablam! | Oct 27 00:09:06.010 INFO kablam! 13 | #[derive(Insertable)] Oct 27 00:09:06.010 INFO kablam! | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 27 00:09:06.010 INFO kablam! | Oct 27 00:09:06.010 INFO 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:06.010 INFO kablam! = note: for more information, see issue #50504 Oct 27 00:09:06.011 INFO kablam! Oct 27 00:09:06.499 INFO kablam! warning: unused import: `Method` Oct 27 00:09:06.499 INFO kablam! --> src/main.rs:21:20 Oct 27 00:09:06.499 INFO kablam! | Oct 27 00:09:06.499 INFO kablam! 21 | use rocket::http::{Method, Status}; Oct 27 00:09:06.499 INFO kablam! | ^^^^^^ Oct 27 00:09:06.499 INFO kablam! | Oct 27 00:09:06.499 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 27 00:09:06.499 INFO kablam! Oct 27 00:09:06.502 INFO kablam! warning: unused import: `AllowedHeaders` Oct 27 00:09:06.502 INFO kablam! --> src/main.rs:24:19 Oct 27 00:09:06.502 INFO kablam! | Oct 27 00:09:06.502 INFO kablam! 24 | use rocket_cors::{AllowedHeaders, AllowedOrigins}; Oct 27 00:09:06.502 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 00:09:06.503 INFO kablam! Oct 27 00:09:06.503 INFO kablam! warning: cannot find type `Article` in this scope Oct 27 00:09:06.503 INFO kablam! --> src/models/article.rs:4:10 Oct 27 00:09:06.503 INFO kablam! | Oct 27 00:09:06.503 INFO kablam! 4 | #[derive(Identifiable, Queryable, Serialize, Deserialize)] Oct 27 00:09:06.503 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 27 00:09:06.503 INFO kablam! | Oct 27 00:09:06.503 INFO kablam! = note: #[warn(proc_macro_derive_resolution_fallback)] on by default Oct 27 00:09:06.503 INFO 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:06.503 INFO kablam! = note: for more information, see issue #50504 Oct 27 00:09:06.503 INFO kablam! Oct 27 00:09:06.503 INFO kablam! warning: cannot find type `articles` in this scope Oct 27 00:09:06.503 INFO kablam! --> src/models/article.rs:4:10 Oct 27 00:09:06.503 INFO kablam! | Oct 27 00:09:06.503 INFO kablam! 4 | #[derive(Identifiable, Queryable, Serialize, Deserialize)] Oct 27 00:09:06.503 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 27 00:09:06.503 INFO kablam! | Oct 27 00:09:06.503 INFO 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:06.503 INFO kablam! = note: for more information, see issue #50504 Oct 27 00:09:06.503 INFO kablam! Oct 27 00:09:06.503 INFO kablam! warning: cannot find type `Article` in this scope Oct 27 00:09:06.503 INFO kablam! --> src/models/article.rs:4:10 Oct 27 00:09:06.503 INFO kablam! | Oct 27 00:09:06.504 INFO kablam! 4 | #[derive(Identifiable, Queryable, Serialize, Deserialize)] Oct 27 00:09:06.504 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 27 00:09:06.504 INFO kablam! | Oct 27 00:09:06.504 INFO 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:06.504 INFO kablam! = note: for more information, see issue #50504 Oct 27 00:09:06.504 INFO kablam! Oct 27 00:09:06.504 INFO kablam! warning: cannot find type `NaiveDateTime` in this scope Oct 27 00:09:06.504 INFO kablam! --> src/models/article.rs:4:24 Oct 27 00:09:06.504 INFO kablam! | Oct 27 00:09:06.504 INFO kablam! 4 | #[derive(Identifiable, Queryable, Serialize, Deserialize)] Oct 27 00:09:06.504 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 27 00:09:06.504 INFO kablam! | Oct 27 00:09:06.504 INFO 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:06.504 INFO kablam! = note: for more information, see issue #50504 Oct 27 00:09:06.504 INFO kablam! Oct 27 00:09:06.504 INFO kablam! warning: cannot find type `Article` in this scope Oct 27 00:09:06.504 INFO kablam! --> src/models/article.rs:4:24 Oct 27 00:09:06.504 INFO kablam! | Oct 27 00:09:06.504 INFO kablam! 4 | #[derive(Identifiable, Queryable, Serialize, Deserialize)] Oct 27 00:09:06.504 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 27 00:09:06.504 INFO kablam! | Oct 27 00:09:06.504 INFO 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:06.504 INFO kablam! = note: for more information, see issue #50504 Oct 27 00:09:06.504 INFO kablam! Oct 27 00:09:06.535 INFO kablam! warning: cannot find type `articles` in this scope Oct 27 00:09:06.535 INFO kablam! --> src/models/article.rs:14:10 Oct 27 00:09:06.535 INFO kablam! | Oct 27 00:09:06.535 INFO kablam! 14 | #[derive(Insertable, Serialize, Deserialize, AsChangeset, Queryable)] Oct 27 00:09:06.535 INFO kablam! | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 27 00:09:06.535 INFO kablam! | Oct 27 00:09:06.535 INFO 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:06.535 INFO kablam! = note: for more information, see issue #50504 Oct 27 00:09:06.535 INFO kablam! Oct 27 00:09:06.535 INFO kablam! warning: cannot find type `ArticleForm` in this scope Oct 27 00:09:06.535 INFO kablam! --> src/models/article.rs:14:10 Oct 27 00:09:06.535 INFO kablam! | Oct 27 00:09:06.535 INFO kablam! 14 | #[derive(Insertable, Serialize, Deserialize, AsChangeset, Queryable)] Oct 27 00:09:06.535 INFO kablam! | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 27 00:09:06.535 INFO kablam! | Oct 27 00:09:06.535 INFO 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:06.535 INFO kablam! = note: for more information, see issue #50504 Oct 27 00:09:06.535 INFO kablam! Oct 27 00:09:06.535 INFO kablam! warning: cannot find type `ArticleForm` in this scope Oct 27 00:09:06.535 INFO kablam! --> src/models/article.rs:14:46 Oct 27 00:09:06.535 INFO kablam! | Oct 27 00:09:06.535 INFO kablam! 14 | #[derive(Insertable, Serialize, Deserialize, AsChangeset, Queryable)] Oct 27 00:09:06.535 INFO kablam! | ^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 27 00:09:06.535 INFO kablam! | Oct 27 00:09:06.535 INFO 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:06.535 INFO kablam! = note: for more information, see issue #50504 Oct 27 00:09:06.535 INFO kablam! Oct 27 00:09:06.535 INFO kablam! warning: cannot find type `articles` in this scope Oct 27 00:09:06.535 INFO kablam! --> src/models/article.rs:14:46 Oct 27 00:09:06.535 INFO kablam! | Oct 27 00:09:06.535 INFO kablam! 14 | #[derive(Insertable, Serialize, Deserialize, AsChangeset, Queryable)] Oct 27 00:09:06.535 INFO kablam! | ^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 27 00:09:06.535 INFO kablam! | Oct 27 00:09:06.535 INFO 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:06.535 INFO kablam! = note: for more information, see issue #50504 Oct 27 00:09:06.535 INFO kablam! Oct 27 00:09:06.535 INFO kablam! warning: cannot find type `ArticleForm` in this scope Oct 27 00:09:06.535 INFO kablam! --> src/models/article.rs:14:59 Oct 27 00:09:06.535 INFO kablam! | Oct 27 00:09:06.535 INFO kablam! 14 | #[derive(Insertable, Serialize, Deserialize, AsChangeset, Queryable)] Oct 27 00:09:06.535 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 27 00:09:06.535 INFO kablam! | Oct 27 00:09:06.535 INFO 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:06.535 INFO kablam! = note: for more information, see issue #50504 Oct 27 00:09:06.535 INFO kablam! Oct 27 00:09:06.535 INFO kablam! warning: cannot find type `table` in this scope Oct 27 00:09:06.535 INFO kablam! --> <::diesel::macros::table_body macros>:165:33 Oct 27 00:09:06.535 INFO kablam! | Oct 27 00:09:06.535 INFO kablam! 165 | derive ( Debug , Clone , Copy , QueryId ) ] /// The actual table struct Oct 27 00:09:06.535 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 27 00:09:06.535 INFO kablam! | Oct 27 00:09:06.535 INFO 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:06.535 INFO kablam! = note: for more information, see issue #50504 Oct 27 00:09:06.535 INFO kablam! Oct 27 00:09:06.535 INFO kablam! warning: cannot find type `id` in this scope Oct 27 00:09:06.535 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 27 00:09:06.536 INFO kablam! | Oct 27 00:09:06.536 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 27 00:09:06.536 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 27 00:09:06.536 INFO kablam! | Oct 27 00:09:06.536 INFO 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:06.536 INFO kablam! = note: for more information, see issue #50504 Oct 27 00:09:06.536 INFO kablam! Oct 27 00:09:06.536 INFO kablam! warning: cannot find type `title` in this scope Oct 27 00:09:06.536 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 27 00:09:06.536 INFO kablam! | Oct 27 00:09:06.536 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 27 00:09:06.536 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 27 00:09:06.536 INFO kablam! | Oct 27 00:09:06.536 INFO 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:06.536 INFO kablam! = note: for more information, see issue #50504 Oct 27 00:09:06.536 INFO kablam! Oct 27 00:09:06.536 INFO kablam! warning: cannot find type `body` in this scope Oct 27 00:09:06.536 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 27 00:09:06.536 INFO kablam! | Oct 27 00:09:06.536 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 27 00:09:06.536 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 27 00:09:06.536 INFO kablam! | Oct 27 00:09:06.536 INFO 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:06.536 INFO kablam! = note: for more information, see issue #50504 Oct 27 00:09:06.536 INFO kablam! Oct 27 00:09:06.536 INFO kablam! warning: cannot find type `published` in this scope Oct 27 00:09:06.536 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 27 00:09:06.536 INFO kablam! | Oct 27 00:09:06.536 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 27 00:09:06.536 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 27 00:09:06.536 INFO kablam! | Oct 27 00:09:06.536 INFO 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:06.536 INFO kablam! = note: for more information, see issue #50504 Oct 27 00:09:06.536 INFO kablam! Oct 27 00:09:06.536 INFO kablam! warning: cannot find type `created_at` in this scope Oct 27 00:09:06.536 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 27 00:09:06.536 INFO kablam! | Oct 27 00:09:06.536 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 27 00:09:06.536 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 27 00:09:06.536 INFO kablam! | Oct 27 00:09:06.536 INFO 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:06.536 INFO kablam! = note: for more information, see issue #50504 Oct 27 00:09:06.536 INFO kablam! Oct 27 00:09:06.536 INFO kablam! warning: cannot find type `updated_at` in this scope Oct 27 00:09:06.536 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 27 00:09:06.536 INFO kablam! | Oct 27 00:09:06.536 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 27 00:09:06.536 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 27 00:09:06.536 INFO kablam! | Oct 27 00:09:06.536 INFO 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:06.536 INFO kablam! = note: for more information, see issue #50504 Oct 27 00:09:06.536 INFO kablam! Oct 27 00:09:06.536 INFO kablam! warning: cannot find type `tag_id` in this scope Oct 27 00:09:06.536 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 27 00:09:06.536 INFO kablam! | Oct 27 00:09:06.536 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 27 00:09:06.536 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 27 00:09:06.536 INFO kablam! | Oct 27 00:09:06.536 INFO 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:06.536 INFO kablam! = note: for more information, see issue #50504 Oct 27 00:09:06.536 INFO kablam! Oct 27 00:09:06.536 INFO kablam! warning: cannot find type `article_id` in this scope Oct 27 00:09:06.536 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 27 00:09:06.536 INFO kablam! | Oct 27 00:09:06.536 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 27 00:09:06.536 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 27 00:09:06.536 INFO kablam! | Oct 27 00:09:06.536 INFO 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:06.536 INFO kablam! = note: for more information, see issue #50504 Oct 27 00:09:06.536 INFO kablam! Oct 27 00:09:06.536 INFO kablam! warning: cannot find type `name` in this scope Oct 27 00:09:06.536 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 27 00:09:06.536 INFO kablam! | Oct 27 00:09:06.536 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 27 00:09:06.536 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 27 00:09:06.536 INFO kablam! | Oct 27 00:09:06.536 INFO 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:06.536 INFO kablam! = note: for more information, see issue #50504 Oct 27 00:09:06.536 INFO kablam! Oct 27 00:09:06.536 INFO kablam! warning: cannot find type `Tag` in this scope Oct 27 00:09:06.536 INFO kablam! --> src/models/tag.rs:3:10 Oct 27 00:09:06.536 INFO kablam! | Oct 27 00:09:06.536 INFO kablam! 3 | #[derive(Identifiable, Queryable, Serialize, Deserialize)] Oct 27 00:09:06.537 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 27 00:09:06.537 INFO kablam! | Oct 27 00:09:06.537 INFO 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:06.537 INFO kablam! = note: for more information, see issue #50504 Oct 27 00:09:06.537 INFO kablam! Oct 27 00:09:06.537 INFO kablam! warning: cannot find type `tags` in this scope Oct 27 00:09:06.537 INFO kablam! --> src/models/tag.rs:3:10 Oct 27 00:09:06.537 INFO kablam! | Oct 27 00:09:06.537 INFO kablam! 3 | #[derive(Identifiable, Queryable, Serialize, Deserialize)] Oct 27 00:09:06.537 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 27 00:09:06.537 INFO kablam! | Oct 27 00:09:06.537 INFO 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:06.537 INFO kablam! = note: for more information, see issue #50504 Oct 27 00:09:06.537 INFO kablam! Oct 27 00:09:06.537 INFO kablam! warning: cannot find type `Tag` in this scope Oct 27 00:09:06.537 INFO kablam! --> src/models/tag.rs:3:24 Oct 27 00:09:06.537 INFO kablam! | Oct 27 00:09:06.537 INFO kablam! 3 | #[derive(Identifiable, Queryable, Serialize, Deserialize)] Oct 27 00:09:06.537 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 27 00:09:06.537 INFO kablam! | Oct 27 00:09:06.537 INFO 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:06.537 INFO kablam! = note: for more information, see issue #50504 Oct 27 00:09:06.537 INFO kablam! Oct 27 00:09:06.537 INFO kablam! warning: cannot find type `tags` in this scope Oct 27 00:09:06.537 INFO kablam! --> src/models/tag.rs:9:10 Oct 27 00:09:06.537 INFO kablam! | Oct 27 00:09:06.537 INFO kablam! 9 | #[derive(Insertable, AsChangeset, Deserialize, Serialize)] Oct 27 00:09:06.537 INFO kablam! | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 27 00:09:06.537 INFO kablam! | Oct 27 00:09:06.537 INFO 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:06.537 INFO kablam! = note: for more information, see issue #50504 Oct 27 00:09:06.537 INFO kablam! Oct 27 00:09:06.537 INFO kablam! warning: cannot find type `TagForm` in this scope Oct 27 00:09:06.537 INFO kablam! --> src/models/tag.rs:9:10 Oct 27 00:09:06.537 INFO kablam! | Oct 27 00:09:06.537 INFO kablam! 9 | #[derive(Insertable, AsChangeset, Deserialize, Serialize)] Oct 27 00:09:06.537 INFO kablam! | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 27 00:09:06.537 INFO kablam! | Oct 27 00:09:06.537 INFO 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:06.537 INFO kablam! = note: for more information, see issue #50504 Oct 27 00:09:06.537 INFO kablam! Oct 27 00:09:06.537 INFO kablam! warning: cannot find type `TagForm` in this scope Oct 27 00:09:06.537 INFO kablam! --> src/models/tag.rs:9:22 Oct 27 00:09:06.537 INFO kablam! | Oct 27 00:09:06.537 INFO kablam! 9 | #[derive(Insertable, AsChangeset, Deserialize, Serialize)] Oct 27 00:09:06.537 INFO kablam! | ^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 27 00:09:06.537 INFO kablam! | Oct 27 00:09:06.537 INFO 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:06.537 INFO kablam! = note: for more information, see issue #50504 Oct 27 00:09:06.537 INFO kablam! Oct 27 00:09:06.537 INFO kablam! warning: cannot find type `tags` in this scope Oct 27 00:09:06.537 INFO kablam! --> src/models/tag.rs:9:22 Oct 27 00:09:06.537 INFO kablam! | Oct 27 00:09:06.537 INFO kablam! 9 | #[derive(Insertable, AsChangeset, Deserialize, Serialize)] Oct 27 00:09:06.537 INFO kablam! | ^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 27 00:09:06.537 INFO kablam! | Oct 27 00:09:06.537 INFO 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:06.537 INFO kablam! = note: for more information, see issue #50504 Oct 27 00:09:06.537 INFO kablam! Oct 27 00:09:06.537 INFO kablam! warning: unused import: `diesel::prelude::*` Oct 27 00:09:06.537 INFO kablam! --> src/models/tagging.rs:1:5 Oct 27 00:09:06.537 INFO kablam! | Oct 27 00:09:06.537 INFO kablam! 1 | use diesel::prelude::*; Oct 27 00:09:06.537 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 27 00:09:06.537 INFO kablam! Oct 27 00:09:06.537 INFO kablam! warning: cannot find type `Tagging` in this scope Oct 27 00:09:06.537 INFO kablam! --> src/models/tagging.rs:4:10 Oct 27 00:09:06.537 INFO kablam! | Oct 27 00:09:06.537 INFO kablam! 4 | #[derive(Identifiable, Queryable, Associations)] Oct 27 00:09:06.537 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 27 00:09:06.537 INFO kablam! | Oct 27 00:09:06.537 INFO 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:06.537 INFO kablam! = note: for more information, see issue #50504 Oct 27 00:09:06.537 INFO kablam! Oct 27 00:09:06.537 INFO kablam! warning: cannot find type `taggings` in this scope Oct 27 00:09:06.537 INFO kablam! --> src/models/tagging.rs:4:10 Oct 27 00:09:06.537 INFO kablam! | Oct 27 00:09:06.537 INFO kablam! 4 | #[derive(Identifiable, Queryable, Associations)] Oct 27 00:09:06.537 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 27 00:09:06.537 INFO kablam! | Oct 27 00:09:06.537 INFO 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:06.538 INFO kablam! = note: for more information, see issue #50504 Oct 27 00:09:06.538 INFO kablam! Oct 27 00:09:06.538 INFO kablam! warning: cannot find type `Tagging` in this scope Oct 27 00:09:06.538 INFO kablam! --> src/models/tagging.rs:4:24 Oct 27 00:09:06.538 INFO kablam! | Oct 27 00:09:06.538 INFO kablam! 4 | #[derive(Identifiable, Queryable, Associations)] Oct 27 00:09:06.538 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 27 00:09:06.538 INFO kablam! | Oct 27 00:09:06.538 INFO 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:06.538 INFO kablam! = note: for more information, see issue #50504 Oct 27 00:09:06.538 INFO kablam! Oct 27 00:09:06.538 INFO kablam! warning: cannot find type `Article` in this scope Oct 27 00:09:06.538 INFO kablam! --> src/models/tagging.rs:4:35 Oct 27 00:09:06.538 INFO kablam! | Oct 27 00:09:06.538 INFO kablam! 4 | #[derive(Identifiable, Queryable, Associations)] Oct 27 00:09:06.538 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 27 00:09:06.538 INFO kablam! | Oct 27 00:09:06.538 INFO 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:06.538 INFO kablam! = note: for more information, see issue #50504 Oct 27 00:09:06.538 INFO kablam! Oct 27 00:09:06.538 INFO kablam! warning: cannot find type `Tagging` in this scope Oct 27 00:09:06.538 INFO kablam! --> src/models/tagging.rs:4:35 Oct 27 00:09:06.538 INFO kablam! | Oct 27 00:09:06.538 INFO kablam! 4 | #[derive(Identifiable, Queryable, Associations)] Oct 27 00:09:06.538 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 27 00:09:06.538 INFO kablam! | Oct 27 00:09:06.538 INFO 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:06.538 INFO kablam! = note: for more information, see issue #50504 Oct 27 00:09:06.538 INFO kablam! Oct 27 00:09:06.538 INFO kablam! warning: cannot find type `taggings` in this scope Oct 27 00:09:06.538 INFO kablam! --> src/models/tagging.rs:4:35 Oct 27 00:09:06.538 INFO kablam! | Oct 27 00:09:06.538 INFO kablam! 4 | #[derive(Identifiable, Queryable, Associations)] Oct 27 00:09:06.538 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 27 00:09:06.538 INFO kablam! | Oct 27 00:09:06.538 INFO 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:06.538 INFO kablam! = note: for more information, see issue #50504 Oct 27 00:09:06.538 INFO kablam! Oct 27 00:09:06.538 INFO kablam! warning: cannot find type `Tag` in this scope Oct 27 00:09:06.538 INFO kablam! --> src/models/tagging.rs:4:35 Oct 27 00:09:06.538 INFO kablam! | Oct 27 00:09:06.538 INFO kablam! 4 | #[derive(Identifiable, Queryable, Associations)] Oct 27 00:09:06.538 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 27 00:09:06.538 INFO kablam! | Oct 27 00:09:06.538 INFO 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:06.538 INFO kablam! = note: for more information, see issue #50504 Oct 27 00:09:06.538 INFO kablam! Oct 27 00:09:06.538 INFO kablam! warning: cannot find type `taggings` in this scope Oct 27 00:09:06.538 INFO kablam! --> src/models/tagging.rs:13:10 Oct 27 00:09:06.538 INFO kablam! | Oct 27 00:09:06.538 INFO kablam! 13 | #[derive(Insertable)] Oct 27 00:09:06.538 INFO kablam! | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 27 00:09:06.538 INFO kablam! | Oct 27 00:09:06.538 INFO 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:06.538 INFO kablam! = note: for more information, see issue #50504 Oct 27 00:09:06.538 INFO kablam! Oct 27 00:09:06.538 INFO kablam! warning: cannot find type `NewTagging` in this scope Oct 27 00:09:06.538 INFO kablam! --> src/models/tagging.rs:13:10 Oct 27 00:09:06.538 INFO kablam! | Oct 27 00:09:06.538 INFO kablam! 13 | #[derive(Insertable)] Oct 27 00:09:06.538 INFO kablam! | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 27 00:09:06.538 INFO kablam! | Oct 27 00:09:06.538 INFO 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:06.538 INFO kablam! = note: for more information, see issue #50504 Oct 27 00:09:06.538 INFO kablam! Oct 27 00:09:06.908 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:06.908 INFO kablam! --> src/main.rs:4:12 Oct 27 00:09:06.908 INFO kablam! | Oct 27 00:09:06.908 INFO kablam! 4 | #![feature(extern_prelude)] Oct 27 00:09:06.908 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 00:09:06.908 INFO kablam! | Oct 27 00:09:06.909 INFO kablam! = note: #[warn(stable_features)] on by default Oct 27 00:09:06.909 INFO kablam! Oct 27 00:09:07.431 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:07.431 INFO kablam! --> src/main.rs:4:12 Oct 27 00:09:07.431 INFO kablam! | Oct 27 00:09:07.431 INFO kablam! 4 | #![feature(extern_prelude)] Oct 27 00:09:07.431 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 00:09:07.431 INFO kablam! | Oct 27 00:09:07.431 INFO kablam! = note: #[warn(stable_features)] on by default Oct 27 00:09:07.431 INFO kablam! Oct 27 00:09:07.499 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 26s Oct 27 00:09:07.515 INFO kablam! su: No module specific data is present Oct 27 00:09:07.835 INFO running `"docker" "rm" "-f" "16b829cc362de8a60f67ada12f141a33f09e371c66ab9d6f6ff16ed42b3831ba"` Oct 27 00:09:07.995 INFO blam! 16b829cc362de8a60f67ada12f141a33f09e371c66ab9d6f6ff16ed42b3831ba