Dec 04 13:39:49.307 INFO checking mtwtkman/editor against master#c8ae2de8363be088604ffa2ccba84ff7ad7250bc for pr-56481 Dec 04 13:39:49.307 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56481/worker-0/master#c8ae2de8363be088604ffa2ccba84ff7ad7250bc:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-0/pr-56481/master#c8ae2de8363be088604ffa2ccba84ff7ad7250bc:/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 +c8ae2de8363be088604ffa2ccba84ff7ad7250bc-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"` Dec 04 13:39:49.763 INFO [stdout] 9f0614461416f9704ea598017819722b4193d2e55d3c721223a72e0cea3af9d1 Dec 04 13:39:49.765 INFO running `"docker" "start" "-a" "9f0614461416f9704ea598017819722b4193d2e55d3c721223a72e0cea3af9d1"` Dec 04 13:39:51.666 INFO [stderr] usermod: no changes Dec 04 13:39:51.719 INFO [stderr] warning: An explicit [[test]] section is specified in Cargo.toml which currently Dec 04 13:39:51.719 INFO [stderr] disables Cargo from automatically inferring other test targets. Dec 04 13:39:51.719 INFO [stderr] This inference behavior will change in the Rust 2018 edition and the following Dec 04 13:39:51.719 INFO [stderr] files will be included as a test target: Dec 04 13:39:51.719 INFO [stderr] Dec 04 13:39:51.719 INFO [stderr] * /source/tests/helpers.rs Dec 04 13:39:51.719 INFO [stderr] Dec 04 13:39:51.719 INFO [stderr] This is likely to break cargo build or cargo test as these files may not be Dec 04 13:39:51.719 INFO [stderr] ready to be compiled as a test target today. You can future-proof yourself Dec 04 13:39:51.719 INFO [stderr] and disable this warning by adding `autotests = false` to your [package] Dec 04 13:39:51.719 INFO [stderr] section. You may also move the files to a location where Cargo would not Dec 04 13:39:51.719 INFO [stderr] automatically infer them to be a target, such as in subfolders. Dec 04 13:39:51.719 INFO [stderr] Dec 04 13:39:51.719 INFO [stderr] For more information on this warning you can consult Dec 04 13:39:51.719 INFO [stderr] https://github.com/rust-lang/cargo/issues/5330 Dec 04 13:39:52.011 INFO [stderr] Compiling r2d2 v0.8.2 Dec 04 13:39:52.035 INFO [stderr] Compiling toml v0.4.6 Dec 04 13:39:52.035 INFO [stderr] Checking unicase_serde v0.1.0 Dec 04 13:39:52.035 INFO [stderr] Compiling chrono v0.4.6 Dec 04 13:39:52.035 INFO [stderr] Checking url_serde v0.2.0 Dec 04 13:39:52.035 INFO [stderr] Checking rocket v0.3.16 Dec 04 13:40:02.619 INFO [stderr] Checking diesel v1.3.3 Dec 04 13:40:07.871 INFO [stderr] Checking rocket_contrib v0.3.16 Dec 04 13:40:07.871 INFO [stderr] Checking rocket_cors v0.3.0 Dec 04 13:40:21.037 INFO [stderr] Compiling rocket_codegen v0.3.16 Dec 04 13:40:48.839 INFO [stderr] Checking migrations_internals v1.3.0 Dec 04 13:40:54.979 INFO [stderr] Compiling migrations_macros v1.3.0 Dec 04 13:40:57.579 INFO [stderr] Checking diesel_migrations v1.3.0 Dec 04 13:40:58.284 INFO [stderr] Checking source v0.1.0 (/source) Dec 04 13:41:00.979 INFO [stderr] warning: unused import: `Method` Dec 04 13:41:00.979 INFO [stderr] --> src/main.rs:21:20 Dec 04 13:41:00.979 INFO [stderr] | Dec 04 13:41:00.979 INFO [stderr] 21 | use rocket::http::{Method, Status}; Dec 04 13:41:00.979 INFO [stderr] | ^^^^^^ Dec 04 13:41:00.979 INFO [stderr] | Dec 04 13:41:00.979 INFO [stderr] = note: #[warn(unused_imports)] on by default Dec 04 13:41:00.979 INFO [stderr] Dec 04 13:41:00.979 INFO [stderr] warning: unused import: `AllowedHeaders` Dec 04 13:41:00.979 INFO [stderr] --> src/main.rs:24:19 Dec 04 13:41:00.979 INFO [stderr] | Dec 04 13:41:00.979 INFO [stderr] 24 | use rocket_cors::{AllowedHeaders, AllowedOrigins}; Dec 04 13:41:00.979 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 04 13:41:00.979 INFO [stderr] Dec 04 13:41:00.979 INFO [stderr] warning: cannot find type `Article` in this scope Dec 04 13:41:00.979 INFO [stderr] --> src/models/article.rs:4:10 Dec 04 13:41:00.979 INFO [stderr] | Dec 04 13:41:00.979 INFO [stderr] 4 | #[derive(Identifiable, Queryable, Serialize, Deserialize)] Dec 04 13:41:00.979 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 04 13:41:00.979 INFO [stderr] | Dec 04 13:41:00.979 INFO [stderr] = note: #[warn(proc_macro_derive_resolution_fallback)] on by default Dec 04 13:41:00.979 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 04 13:41:00.979 INFO [stderr] = note: for more information, see issue #50504 Dec 04 13:41:00.979 INFO [stderr] Dec 04 13:41:00.979 INFO [stderr] warning: cannot find type `articles` in this scope Dec 04 13:41:00.979 INFO [stderr] --> src/models/article.rs:4:10 Dec 04 13:41:00.979 INFO [stderr] | Dec 04 13:41:00.979 INFO [stderr] 4 | #[derive(Identifiable, Queryable, Serialize, Deserialize)] Dec 04 13:41:00.979 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 04 13:41:00.979 INFO [stderr] | Dec 04 13:41:00.979 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 04 13:41:00.979 INFO [stderr] = note: for more information, see issue #50504 Dec 04 13:41:00.979 INFO [stderr] Dec 04 13:41:00.979 INFO [stderr] warning: cannot find type `Article` in this scope Dec 04 13:41:00.979 INFO [stderr] --> src/models/article.rs:4:10 Dec 04 13:41:00.979 INFO [stderr] | Dec 04 13:41:00.979 INFO [stderr] 4 | #[derive(Identifiable, Queryable, Serialize, Deserialize)] Dec 04 13:41:00.979 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 04 13:41:00.979 INFO [stderr] | Dec 04 13:41:00.979 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 04 13:41:00.979 INFO [stderr] = note: for more information, see issue #50504 Dec 04 13:41:00.979 INFO [stderr] Dec 04 13:41:00.979 INFO [stderr] warning: cannot find type `NaiveDateTime` in this scope Dec 04 13:41:00.979 INFO [stderr] --> src/models/article.rs:4:24 Dec 04 13:41:00.979 INFO [stderr] | Dec 04 13:41:00.979 INFO [stderr] 4 | #[derive(Identifiable, Queryable, Serialize, Deserialize)] Dec 04 13:41:00.979 INFO [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 04 13:41:00.979 INFO [stderr] | Dec 04 13:41:00.983 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 04 13:41:00.983 INFO [stderr] = note: for more information, see issue #50504 Dec 04 13:41:00.983 INFO [stderr] Dec 04 13:41:00.983 INFO [stderr] warning: cannot find type `Article` in this scope Dec 04 13:41:00.983 INFO [stderr] --> src/models/article.rs:4:24 Dec 04 13:41:00.983 INFO [stderr] | Dec 04 13:41:00.983 INFO [stderr] 4 | #[derive(Identifiable, Queryable, Serialize, Deserialize)] Dec 04 13:41:00.983 INFO [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 04 13:41:00.983 INFO [stderr] | Dec 04 13:41:00.983 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 04 13:41:00.983 INFO [stderr] = note: for more information, see issue #50504 Dec 04 13:41:00.983 INFO [stderr] Dec 04 13:41:00.983 INFO [stderr] warning: cannot find type `articles` in this scope Dec 04 13:41:00.983 INFO [stderr] --> src/models/article.rs:14:10 Dec 04 13:41:00.983 INFO [stderr] | Dec 04 13:41:00.983 INFO [stderr] 14 | #[derive(Insertable, Serialize, Deserialize, AsChangeset, Queryable)] Dec 04 13:41:00.983 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 04 13:41:00.983 INFO [stderr] | Dec 04 13:41:00.983 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 04 13:41:00.983 INFO [stderr] = note: for more information, see issue #50504 Dec 04 13:41:00.983 INFO [stderr] Dec 04 13:41:00.983 INFO [stderr] warning: cannot find type `ArticleForm` in this scope Dec 04 13:41:00.983 INFO [stderr] --> src/models/article.rs:14:10 Dec 04 13:41:00.983 INFO [stderr] | Dec 04 13:41:00.983 INFO [stderr] 14 | #[derive(Insertable, Serialize, Deserialize, AsChangeset, Queryable)] Dec 04 13:41:00.983 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 04 13:41:00.983 INFO [stderr] | Dec 04 13:41:00.983 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 04 13:41:00.983 INFO [stderr] = note: for more information, see issue #50504 Dec 04 13:41:00.983 INFO [stderr] Dec 04 13:41:00.983 INFO [stderr] warning: cannot find type `ArticleForm` in this scope Dec 04 13:41:00.983 INFO [stderr] --> src/models/article.rs:14:46 Dec 04 13:41:00.983 INFO [stderr] | Dec 04 13:41:00.983 INFO [stderr] 14 | #[derive(Insertable, Serialize, Deserialize, AsChangeset, Queryable)] Dec 04 13:41:00.983 INFO [stderr] | ^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 04 13:41:00.983 INFO [stderr] | Dec 04 13:41:00.983 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 04 13:41:00.983 INFO [stderr] = note: for more information, see issue #50504 Dec 04 13:41:00.983 INFO [stderr] Dec 04 13:41:00.983 INFO [stderr] warning: cannot find type `articles` in this scope Dec 04 13:41:00.983 INFO [stderr] --> src/models/article.rs:14:46 Dec 04 13:41:00.983 INFO [stderr] | Dec 04 13:41:00.983 INFO [stderr] 14 | #[derive(Insertable, Serialize, Deserialize, AsChangeset, Queryable)] Dec 04 13:41:00.983 INFO [stderr] | ^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 04 13:41:00.983 INFO [stderr] | Dec 04 13:41:00.983 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 04 13:41:00.983 INFO [stderr] = note: for more information, see issue #50504 Dec 04 13:41:00.983 INFO [stderr] Dec 04 13:41:00.983 INFO [stderr] warning: cannot find type `ArticleForm` in this scope Dec 04 13:41:00.983 INFO [stderr] --> src/models/article.rs:14:59 Dec 04 13:41:00.983 INFO [stderr] | Dec 04 13:41:00.983 INFO [stderr] 14 | #[derive(Insertable, Serialize, Deserialize, AsChangeset, Queryable)] Dec 04 13:41:00.983 INFO [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 04 13:41:00.983 INFO [stderr] | Dec 04 13:41:00.983 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 04 13:41:00.983 INFO [stderr] = note: for more information, see issue #50504 Dec 04 13:41:00.983 INFO [stderr] Dec 04 13:41:00.983 INFO [stderr] warning: cannot find type `table` in this scope Dec 04 13:41:00.983 INFO [stderr] --> <::diesel::macros::table_body macros>:165:33 Dec 04 13:41:00.983 INFO [stderr] | Dec 04 13:41:00.983 INFO [stderr] 165 | derive ( Debug , Clone , Copy , QueryId ) ] /// The actual table struct Dec 04 13:41:00.983 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 04 13:41:00.983 INFO [stderr] | Dec 04 13:41:00.983 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 04 13:41:00.983 INFO [stderr] = note: for more information, see issue #50504 Dec 04 13:41:00.983 INFO [stderr] Dec 04 13:41:00.983 INFO [stderr] warning: cannot find type `id` in this scope Dec 04 13:41:00.983 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 04 13:41:00.983 INFO [stderr] | Dec 04 13:41:00.983 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 04 13:41:00.983 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 04 13:41:00.983 INFO [stderr] | Dec 04 13:41:00.983 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 04 13:41:00.983 INFO [stderr] = note: for more information, see issue #50504 Dec 04 13:41:00.983 INFO [stderr] Dec 04 13:41:00.983 INFO [stderr] warning: cannot find type `title` in this scope Dec 04 13:41:00.983 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 04 13:41:00.983 INFO [stderr] | Dec 04 13:41:00.983 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 04 13:41:00.983 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 04 13:41:00.983 INFO [stderr] | Dec 04 13:41:00.983 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 04 13:41:00.983 INFO [stderr] = note: for more information, see issue #50504 Dec 04 13:41:00.983 INFO [stderr] Dec 04 13:41:00.983 INFO [stderr] warning: cannot find type `body` in this scope Dec 04 13:41:00.984 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 04 13:41:00.984 INFO [stderr] | Dec 04 13:41:00.984 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 04 13:41:00.984 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 04 13:41:00.984 INFO [stderr] | Dec 04 13:41:00.984 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 04 13:41:00.984 INFO [stderr] = note: for more information, see issue #50504 Dec 04 13:41:00.984 INFO [stderr] Dec 04 13:41:00.984 INFO [stderr] warning: cannot find type `published` in this scope Dec 04 13:41:00.984 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 04 13:41:00.984 INFO [stderr] | Dec 04 13:41:00.984 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 04 13:41:00.984 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 04 13:41:00.984 INFO [stderr] | Dec 04 13:41:00.984 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 04 13:41:00.984 INFO [stderr] = note: for more information, see issue #50504 Dec 04 13:41:00.984 INFO [stderr] Dec 04 13:41:00.984 INFO [stderr] warning: cannot find type `created_at` in this scope Dec 04 13:41:00.984 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 04 13:41:00.984 INFO [stderr] | Dec 04 13:41:00.984 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 04 13:41:00.984 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 04 13:41:00.984 INFO [stderr] | Dec 04 13:41:00.984 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 04 13:41:00.984 INFO [stderr] = note: for more information, see issue #50504 Dec 04 13:41:00.984 INFO [stderr] Dec 04 13:41:00.984 INFO [stderr] warning: cannot find type `updated_at` in this scope Dec 04 13:41:00.984 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 04 13:41:00.984 INFO [stderr] | Dec 04 13:41:00.984 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 04 13:41:00.984 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 04 13:41:00.984 INFO [stderr] | Dec 04 13:41:00.984 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 04 13:41:00.984 INFO [stderr] = note: for more information, see issue #50504 Dec 04 13:41:00.984 INFO [stderr] Dec 04 13:41:00.984 INFO [stderr] warning: cannot find type `tag_id` in this scope Dec 04 13:41:00.984 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 04 13:41:00.984 INFO [stderr] | Dec 04 13:41:00.984 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 04 13:41:00.984 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 04 13:41:00.984 INFO [stderr] | Dec 04 13:41:00.984 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 04 13:41:00.991 INFO [stderr] = note: for more information, see issue #50504 Dec 04 13:41:00.991 INFO [stderr] Dec 04 13:41:00.991 INFO [stderr] warning: cannot find type `article_id` in this scope Dec 04 13:41:00.991 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 04 13:41:00.991 INFO [stderr] | Dec 04 13:41:00.991 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 04 13:41:00.991 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 04 13:41:00.991 INFO [stderr] | Dec 04 13:41:00.991 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 04 13:41:00.991 INFO [stderr] = note: for more information, see issue #50504 Dec 04 13:41:00.991 INFO [stderr] Dec 04 13:41:00.991 INFO [stderr] warning: cannot find type `name` in this scope Dec 04 13:41:00.991 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 04 13:41:00.991 INFO [stderr] | Dec 04 13:41:00.991 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 04 13:41:00.991 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 04 13:41:00.991 INFO [stderr] | Dec 04 13:41:00.991 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 04 13:41:00.991 INFO [stderr] = note: for more information, see issue #50504 Dec 04 13:41:00.991 INFO [stderr] Dec 04 13:41:00.991 INFO [stderr] warning: cannot find type `Tag` in this scope Dec 04 13:41:00.991 INFO [stderr] --> src/models/tag.rs:3:10 Dec 04 13:41:00.991 INFO [stderr] | Dec 04 13:41:00.991 INFO [stderr] 3 | #[derive(Identifiable, Queryable, Serialize, Deserialize)] Dec 04 13:41:00.991 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 04 13:41:00.991 INFO [stderr] | Dec 04 13:41:00.991 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 04 13:41:00.991 INFO [stderr] = note: for more information, see issue #50504 Dec 04 13:41:00.991 INFO [stderr] Dec 04 13:41:00.991 INFO [stderr] warning: cannot find type `tags` in this scope Dec 04 13:41:00.991 INFO [stderr] --> src/models/tag.rs:3:10 Dec 04 13:41:00.991 INFO [stderr] | Dec 04 13:41:00.991 INFO [stderr] 3 | #[derive(Identifiable, Queryable, Serialize, Deserialize)] Dec 04 13:41:00.991 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 04 13:41:00.991 INFO [stderr] | Dec 04 13:41:00.991 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 04 13:41:00.991 INFO [stderr] = note: for more information, see issue #50504 Dec 04 13:41:00.991 INFO [stderr] Dec 04 13:41:00.991 INFO [stderr] warning: cannot find type `Tag` in this scope Dec 04 13:41:00.991 INFO [stderr] --> src/models/tag.rs:3:24 Dec 04 13:41:00.991 INFO [stderr] | Dec 04 13:41:00.991 INFO [stderr] 3 | #[derive(Identifiable, Queryable, Serialize, Deserialize)] Dec 04 13:41:00.991 INFO [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 04 13:41:00.991 INFO [stderr] | Dec 04 13:41:00.991 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 04 13:41:00.991 INFO [stderr] = note: for more information, see issue #50504 Dec 04 13:41:00.991 INFO [stderr] Dec 04 13:41:00.991 INFO [stderr] warning: cannot find type `tags` in this scope Dec 04 13:41:00.991 INFO [stderr] --> src/models/tag.rs:9:10 Dec 04 13:41:00.991 INFO [stderr] | Dec 04 13:41:00.991 INFO [stderr] 9 | #[derive(Insertable, AsChangeset, Deserialize, Serialize)] Dec 04 13:41:00.991 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 04 13:41:00.991 INFO [stderr] | Dec 04 13:41:00.991 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 04 13:41:00.991 INFO [stderr] = note: for more information, see issue #50504 Dec 04 13:41:00.991 INFO [stderr] Dec 04 13:41:00.991 INFO [stderr] warning: cannot find type `TagForm` in this scope Dec 04 13:41:00.991 INFO [stderr] --> src/models/tag.rs:9:10 Dec 04 13:41:00.991 INFO [stderr] | Dec 04 13:41:00.991 INFO [stderr] 9 | #[derive(Insertable, AsChangeset, Deserialize, Serialize)] Dec 04 13:41:00.991 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 04 13:41:00.991 INFO [stderr] | Dec 04 13:41:00.991 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 04 13:41:00.991 INFO [stderr] = note: for more information, see issue #50504 Dec 04 13:41:00.991 INFO [stderr] Dec 04 13:41:00.991 INFO [stderr] warning: cannot find type `TagForm` in this scope Dec 04 13:41:00.991 INFO [stderr] --> src/models/tag.rs:9:22 Dec 04 13:41:00.991 INFO [stderr] | Dec 04 13:41:00.991 INFO [stderr] 9 | #[derive(Insertable, AsChangeset, Deserialize, Serialize)] Dec 04 13:41:00.991 INFO [stderr] | ^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 04 13:41:00.991 INFO [stderr] | Dec 04 13:41:00.991 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 04 13:41:00.991 INFO [stderr] = note: for more information, see issue #50504 Dec 04 13:41:00.991 INFO [stderr] Dec 04 13:41:00.991 INFO [stderr] warning: cannot find type `tags` in this scope Dec 04 13:41:00.991 INFO [stderr] --> src/models/tag.rs:9:22 Dec 04 13:41:00.991 INFO [stderr] | Dec 04 13:41:00.991 INFO [stderr] 9 | #[derive(Insertable, AsChangeset, Deserialize, Serialize)] Dec 04 13:41:00.991 INFO [stderr] | ^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 04 13:41:00.991 INFO [stderr] | Dec 04 13:41:00.991 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 04 13:41:00.991 INFO [stderr] = note: for more information, see issue #50504 Dec 04 13:41:00.991 INFO [stderr] Dec 04 13:41:00.991 INFO [stderr] warning: unused import: `diesel::prelude::*` Dec 04 13:41:00.991 INFO [stderr] --> src/models/tagging.rs:1:5 Dec 04 13:41:00.991 INFO [stderr] | Dec 04 13:41:00.992 INFO [stderr] 1 | use diesel::prelude::*; Dec 04 13:41:00.992 INFO [stderr] | ^^^^^^^^^^^^^^^^^^ Dec 04 13:41:00.992 INFO [stderr] Dec 04 13:41:00.992 INFO [stderr] warning: cannot find type `Tagging` in this scope Dec 04 13:41:00.992 INFO [stderr] --> src/models/tagging.rs:4:10 Dec 04 13:41:00.992 INFO [stderr] | Dec 04 13:41:00.992 INFO [stderr] 4 | #[derive(Identifiable, Queryable, Associations)] Dec 04 13:41:00.992 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 04 13:41:00.992 INFO [stderr] | Dec 04 13:41:00.992 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 04 13:41:00.992 INFO [stderr] = note: for more information, see issue #50504 Dec 04 13:41:00.992 INFO [stderr] Dec 04 13:41:00.992 INFO [stderr] warning: cannot find type `taggings` in this scope Dec 04 13:41:00.992 INFO [stderr] --> src/models/tagging.rs:4:10 Dec 04 13:41:00.992 INFO [stderr] | Dec 04 13:41:00.992 INFO [stderr] 4 | #[derive(Identifiable, Queryable, Associations)] Dec 04 13:41:00.992 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 04 13:41:00.992 INFO [stderr] | Dec 04 13:41:00.992 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 04 13:41:00.992 INFO [stderr] = note: for more information, see issue #50504 Dec 04 13:41:00.992 INFO [stderr] Dec 04 13:41:00.992 INFO [stderr] warning: cannot find type `Tagging` in this scope Dec 04 13:41:00.992 INFO [stderr] --> src/models/tagging.rs:4:24 Dec 04 13:41:00.992 INFO [stderr] | Dec 04 13:41:00.992 INFO [stderr] 4 | #[derive(Identifiable, Queryable, Associations)] Dec 04 13:41:00.992 INFO [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 04 13:41:00.992 INFO [stderr] | Dec 04 13:41:00.992 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 04 13:41:00.992 INFO [stderr] = note: for more information, see issue #50504 Dec 04 13:41:00.992 INFO [stderr] Dec 04 13:41:00.992 INFO [stderr] warning: cannot find type `Article` in this scope Dec 04 13:41:00.992 INFO [stderr] --> src/models/tagging.rs:4:35 Dec 04 13:41:00.992 INFO [stderr] | Dec 04 13:41:00.992 INFO [stderr] 4 | #[derive(Identifiable, Queryable, Associations)] Dec 04 13:41:00.992 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 04 13:41:00.992 INFO [stderr] | Dec 04 13:41:00.992 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 04 13:41:00.992 INFO [stderr] = note: for more information, see issue #50504 Dec 04 13:41:00.992 INFO [stderr] Dec 04 13:41:00.992 INFO [stderr] warning: cannot find type `Tagging` in this scope Dec 04 13:41:00.992 INFO [stderr] --> src/models/tagging.rs:4:35 Dec 04 13:41:00.992 INFO [stderr] | Dec 04 13:41:00.992 INFO [stderr] 4 | #[derive(Identifiable, Queryable, Associations)] Dec 04 13:41:00.992 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 04 13:41:00.992 INFO [stderr] | Dec 04 13:41:00.992 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 04 13:41:00.992 INFO [stderr] = note: for more information, see issue #50504 Dec 04 13:41:00.992 INFO [stderr] Dec 04 13:41:00.992 INFO [stderr] warning: cannot find type `taggings` in this scope Dec 04 13:41:00.992 INFO [stderr] --> src/models/tagging.rs:4:35 Dec 04 13:41:00.992 INFO [stderr] | Dec 04 13:41:00.992 INFO [stderr] 4 | #[derive(Identifiable, Queryable, Associations)] Dec 04 13:41:00.992 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 04 13:41:00.992 INFO [stderr] | Dec 04 13:41:00.992 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 04 13:41:00.992 INFO [stderr] = note: for more information, see issue #50504 Dec 04 13:41:00.992 INFO [stderr] Dec 04 13:41:00.992 INFO [stderr] warning: cannot find type `Tag` in this scope Dec 04 13:41:00.992 INFO [stderr] --> src/models/tagging.rs:4:35 Dec 04 13:41:00.992 INFO [stderr] | Dec 04 13:41:00.992 INFO [stderr] 4 | #[derive(Identifiable, Queryable, Associations)] Dec 04 13:41:00.992 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 04 13:41:00.992 INFO [stderr] | Dec 04 13:41:00.992 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 04 13:41:00.992 INFO [stderr] = note: for more information, see issue #50504 Dec 04 13:41:00.992 INFO [stderr] Dec 04 13:41:00.992 INFO [stderr] warning: cannot find type `taggings` in this scope Dec 04 13:41:00.992 INFO [stderr] --> src/models/tagging.rs:13:10 Dec 04 13:41:00.992 INFO [stderr] | Dec 04 13:41:00.992 INFO [stderr] 13 | #[derive(Insertable)] Dec 04 13:41:00.992 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 04 13:41:00.992 INFO [stderr] | Dec 04 13:41:00.992 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 04 13:41:00.992 INFO [stderr] = note: for more information, see issue #50504 Dec 04 13:41:00.992 INFO [stderr] warning: unused import: `Method` Dec 04 13:41:00.992 INFO [stderr] --> src/main.rs:21:20 Dec 04 13:41:00.992 INFO [stderr] | Dec 04 13:41:00.992 INFO [stderr] 21 | use rocket::http::{Method, Status}; Dec 04 13:41:00.992 INFO [stderr] | ^^^^^^ Dec 04 13:41:00.992 INFO [stderr] | Dec 04 13:41:00.992 INFO [stderr] = note: #[warn(unused_imports)] on by default Dec 04 13:41:00.992 INFO [stderr] Dec 04 13:41:00.992 INFO [stderr] warning: unused import: `AllowedHeaders` Dec 04 13:41:00.992 INFO [stderr] --> src/main.rs:24:19 Dec 04 13:41:00.992 INFO [stderr] | Dec 04 13:41:00.992 INFO [stderr] 24 | use rocket_cors::{AllowedHeaders, AllowedOrigins}; Dec 04 13:41:00.992 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 04 13:41:00.993 INFO [stderr] Dec 04 13:41:00.993 INFO [stderr] Dec 04 13:41:00.993 INFO [stderr] warning: cannot find type `NewTagging` in this scope Dec 04 13:41:00.993 INFO [stderr] --> src/models/tagging.rs:13:10 Dec 04 13:41:00.993 INFO [stderr] | Dec 04 13:41:00.993 INFO [stderr] 13 | #[derive(Insertable)] Dec 04 13:41:00.993 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 04 13:41:00.993 INFO [stderr] | Dec 04 13:41:00.993 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 04 13:41:00.993 INFO [stderr] = note: for more information, see issue #50504 Dec 04 13:41:00.993 INFO [stderr] Dec 04 13:41:00.998 INFO [stderr] warning: cannot find type `Article` in this scope Dec 04 13:41:00.999 INFO [stderr] --> src/models/article.rs:4:10 Dec 04 13:41:00.999 INFO [stderr] | Dec 04 13:41:00.999 INFO [stderr] 4 | #[derive(Identifiable, Queryable, Serialize, Deserialize)] Dec 04 13:41:00.999 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 04 13:41:00.999 INFO [stderr] | Dec 04 13:41:00.999 INFO [stderr] = note: #[warn(proc_macro_derive_resolution_fallback)] on by default Dec 04 13:41:00.999 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 04 13:41:00.999 INFO [stderr] = note: for more information, see issue #50504 Dec 04 13:41:00.999 INFO [stderr] Dec 04 13:41:00.999 INFO [stderr] warning: cannot find type `articles` in this scope Dec 04 13:41:00.999 INFO [stderr] --> src/models/article.rs:4:10 Dec 04 13:41:00.999 INFO [stderr] | Dec 04 13:41:00.999 INFO [stderr] 4 | #[derive(Identifiable, Queryable, Serialize, Deserialize)] Dec 04 13:41:00.999 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 04 13:41:00.999 INFO [stderr] | Dec 04 13:41:00.999 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 04 13:41:00.999 INFO [stderr] = note: for more information, see issue #50504 Dec 04 13:41:00.999 INFO [stderr] Dec 04 13:41:00.999 INFO [stderr] warning: cannot find type `Article` in this scope Dec 04 13:41:00.999 INFO [stderr] --> src/models/article.rs:4:10 Dec 04 13:41:00.999 INFO [stderr] | Dec 04 13:41:00.999 INFO [stderr] 4 | #[derive(Identifiable, Queryable, Serialize, Deserialize)] Dec 04 13:41:00.999 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 04 13:41:00.999 INFO [stderr] | Dec 04 13:41:00.999 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 04 13:41:00.999 INFO [stderr] = note: for more information, see issue #50504 Dec 04 13:41:00.999 INFO [stderr] Dec 04 13:41:00.999 INFO [stderr] warning: cannot find type `NaiveDateTime` in this scope Dec 04 13:41:00.999 INFO [stderr] --> src/models/article.rs:4:24 Dec 04 13:41:00.999 INFO [stderr] | Dec 04 13:41:00.999 INFO [stderr] 4 | #[derive(Identifiable, Queryable, Serialize, Deserialize)] Dec 04 13:41:00.999 INFO [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 04 13:41:00.999 INFO [stderr] | Dec 04 13:41:00.999 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 04 13:41:00.999 INFO [stderr] = note: for more information, see issue #50504 Dec 04 13:41:00.999 INFO [stderr] Dec 04 13:41:00.999 INFO [stderr] warning: cannot find type `Article` in this scope Dec 04 13:41:00.999 INFO [stderr] --> src/models/article.rs:4:24 Dec 04 13:41:00.999 INFO [stderr] | Dec 04 13:41:00.999 INFO [stderr] 4 | #[derive(Identifiable, Queryable, Serialize, Deserialize)] Dec 04 13:41:00.999 INFO [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 04 13:41:00.999 INFO [stderr] | Dec 04 13:41:00.999 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 04 13:41:00.999 INFO [stderr] = note: for more information, see issue #50504 Dec 04 13:41:00.999 INFO [stderr] Dec 04 13:41:00.999 INFO [stderr] warning: cannot find type `articles` in this scope Dec 04 13:41:00.999 INFO [stderr] --> src/models/article.rs:14:10 Dec 04 13:41:00.999 INFO [stderr] | Dec 04 13:41:00.999 INFO [stderr] 14 | #[derive(Insertable, Serialize, Deserialize, AsChangeset, Queryable)] Dec 04 13:41:00.999 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 04 13:41:00.999 INFO [stderr] | Dec 04 13:41:00.999 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 04 13:41:00.999 INFO [stderr] = note: for more information, see issue #50504 Dec 04 13:41:00.999 INFO [stderr] Dec 04 13:41:00.999 INFO [stderr] warning: cannot find type `ArticleForm` in this scope Dec 04 13:41:00.999 INFO [stderr] --> src/models/article.rs:14:10 Dec 04 13:41:00.999 INFO [stderr] | Dec 04 13:41:00.999 INFO [stderr] 14 | #[derive(Insertable, Serialize, Deserialize, AsChangeset, Queryable)] Dec 04 13:41:00.999 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 04 13:41:00.999 INFO [stderr] | Dec 04 13:41:00.999 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 04 13:41:00.999 INFO [stderr] = note: for more information, see issue #50504 Dec 04 13:41:00.999 INFO [stderr] Dec 04 13:41:00.999 INFO [stderr] warning: cannot find type `ArticleForm` in this scope Dec 04 13:41:00.999 INFO [stderr] --> src/models/article.rs:14:46 Dec 04 13:41:00.999 INFO [stderr] | Dec 04 13:41:00.999 INFO [stderr] 14 | #[derive(Insertable, Serialize, Deserialize, AsChangeset, Queryable)] Dec 04 13:41:00.999 INFO [stderr] | ^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 04 13:41:00.999 INFO [stderr] | Dec 04 13:41:00.999 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 04 13:41:00.999 INFO [stderr] = note: for more information, see issue #50504 Dec 04 13:41:00.999 INFO [stderr] Dec 04 13:41:00.999 INFO [stderr] warning: cannot find type `articles` in this scope Dec 04 13:41:00.999 INFO [stderr] --> src/models/article.rs:14:46 Dec 04 13:41:00.999 INFO [stderr] | Dec 04 13:41:00.999 INFO [stderr] 14 | #[derive(Insertable, Serialize, Deserialize, AsChangeset, Queryable)] Dec 04 13:41:00.999 INFO [stderr] | ^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 04 13:41:00.999 INFO [stderr] | Dec 04 13:41:00.999 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 04 13:41:00.999 INFO [stderr] = note: for more information, see issue #50504 Dec 04 13:41:00.999 INFO [stderr] Dec 04 13:41:00.999 INFO [stderr] warning: cannot find type `ArticleForm` in this scope Dec 04 13:41:01.000 INFO [stderr] --> src/models/article.rs:14:59 Dec 04 13:41:01.000 INFO [stderr] | Dec 04 13:41:01.000 INFO [stderr] 14 | #[derive(Insertable, Serialize, Deserialize, AsChangeset, Queryable)] Dec 04 13:41:01.000 INFO [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 04 13:41:01.000 INFO [stderr] | Dec 04 13:41:01.000 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 04 13:41:01.000 INFO [stderr] = note: for more information, see issue #50504 Dec 04 13:41:01.000 INFO [stderr] Dec 04 13:41:01.000 INFO [stderr] warning: cannot find type `table` in this scope Dec 04 13:41:01.000 INFO [stderr] --> <::diesel::macros::table_body macros>:165:33 Dec 04 13:41:01.000 INFO [stderr] | Dec 04 13:41:01.000 INFO [stderr] 165 | derive ( Debug , Clone , Copy , QueryId ) ] /// The actual table struct Dec 04 13:41:01.000 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 04 13:41:01.000 INFO [stderr] | Dec 04 13:41:01.000 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 04 13:41:01.000 INFO [stderr] = note: for more information, see issue #50504 Dec 04 13:41:01.000 INFO [stderr] Dec 04 13:41:01.000 INFO [stderr] warning: cannot find type `id` in this scope Dec 04 13:41:01.000 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 04 13:41:01.000 INFO [stderr] | Dec 04 13:41:01.000 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 04 13:41:01.000 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 04 13:41:01.000 INFO [stderr] | Dec 04 13:41:01.000 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 04 13:41:01.000 INFO [stderr] = note: for more information, see issue #50504 Dec 04 13:41:01.000 INFO [stderr] Dec 04 13:41:01.000 INFO [stderr] warning: cannot find type `title` in this scope Dec 04 13:41:01.000 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 04 13:41:01.000 INFO [stderr] | Dec 04 13:41:01.000 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 04 13:41:01.000 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 04 13:41:01.000 INFO [stderr] | Dec 04 13:41:01.000 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 04 13:41:01.000 INFO [stderr] = note: for more information, see issue #50504 Dec 04 13:41:01.000 INFO [stderr] Dec 04 13:41:01.000 INFO [stderr] warning: cannot find type `body` in this scope Dec 04 13:41:01.000 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 04 13:41:01.000 INFO [stderr] | Dec 04 13:41:01.000 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 04 13:41:01.000 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 04 13:41:01.000 INFO [stderr] | Dec 04 13:41:01.000 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 04 13:41:01.000 INFO [stderr] = note: for more information, see issue #50504 Dec 04 13:41:01.000 INFO [stderr] Dec 04 13:41:01.000 INFO [stderr] warning: cannot find type `published` in this scope Dec 04 13:41:01.000 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 04 13:41:01.000 INFO [stderr] | Dec 04 13:41:01.000 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 04 13:41:01.000 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 04 13:41:01.000 INFO [stderr] | Dec 04 13:41:01.000 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 04 13:41:01.000 INFO [stderr] = note: for more information, see issue #50504 Dec 04 13:41:01.000 INFO [stderr] Dec 04 13:41:01.000 INFO [stderr] warning: cannot find type `created_at` in this scope Dec 04 13:41:01.000 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 04 13:41:01.000 INFO [stderr] | Dec 04 13:41:01.000 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 04 13:41:01.000 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 04 13:41:01.000 INFO [stderr] | Dec 04 13:41:01.000 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 04 13:41:01.000 INFO [stderr] = note: for more information, see issue #50504 Dec 04 13:41:01.000 INFO [stderr] Dec 04 13:41:01.000 INFO [stderr] warning: cannot find type `updated_at` in this scope Dec 04 13:41:01.000 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 04 13:41:01.000 INFO [stderr] | Dec 04 13:41:01.000 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 04 13:41:01.000 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 04 13:41:01.000 INFO [stderr] | Dec 04 13:41:01.000 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 04 13:41:01.000 INFO [stderr] = note: for more information, see issue #50504 Dec 04 13:41:01.000 INFO [stderr] Dec 04 13:41:01.007 INFO [stderr] warning: cannot find type `tag_id` in this scope Dec 04 13:41:01.007 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 04 13:41:01.007 INFO [stderr] | Dec 04 13:41:01.007 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 04 13:41:01.007 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 04 13:41:01.007 INFO [stderr] | Dec 04 13:41:01.007 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 04 13:41:01.007 INFO [stderr] = note: for more information, see issue #50504 Dec 04 13:41:01.007 INFO [stderr] Dec 04 13:41:01.007 INFO [stderr] warning: cannot find type `article_id` in this scope Dec 04 13:41:01.007 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 04 13:41:01.007 INFO [stderr] | Dec 04 13:41:01.007 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 04 13:41:01.007 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 04 13:41:01.007 INFO [stderr] | Dec 04 13:41:01.007 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 04 13:41:01.007 INFO [stderr] = note: for more information, see issue #50504 Dec 04 13:41:01.007 INFO [stderr] Dec 04 13:41:01.007 INFO [stderr] warning: cannot find type `name` in this scope Dec 04 13:41:01.007 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 04 13:41:01.007 INFO [stderr] | Dec 04 13:41:01.007 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 04 13:41:01.007 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 04 13:41:01.007 INFO [stderr] | Dec 04 13:41:01.007 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 04 13:41:01.007 INFO [stderr] = note: for more information, see issue #50504 Dec 04 13:41:01.007 INFO [stderr] Dec 04 13:41:01.007 INFO [stderr] warning: cannot find type `Tag` in this scope Dec 04 13:41:01.007 INFO [stderr] --> src/models/tag.rs:3:10 Dec 04 13:41:01.007 INFO [stderr] | Dec 04 13:41:01.007 INFO [stderr] 3 | #[derive(Identifiable, Queryable, Serialize, Deserialize)] Dec 04 13:41:01.007 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 04 13:41:01.007 INFO [stderr] | Dec 04 13:41:01.007 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 04 13:41:01.007 INFO [stderr] = note: for more information, see issue #50504 Dec 04 13:41:01.007 INFO [stderr] Dec 04 13:41:01.007 INFO [stderr] warning: cannot find type `tags` in this scope Dec 04 13:41:01.007 INFO [stderr] --> src/models/tag.rs:3:10 Dec 04 13:41:01.007 INFO [stderr] | Dec 04 13:41:01.007 INFO [stderr] 3 | #[derive(Identifiable, Queryable, Serialize, Deserialize)] Dec 04 13:41:01.007 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 04 13:41:01.007 INFO [stderr] | Dec 04 13:41:01.007 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 04 13:41:01.007 INFO [stderr] = note: for more information, see issue #50504 Dec 04 13:41:01.007 INFO [stderr] Dec 04 13:41:01.007 INFO [stderr] warning: cannot find type `Tag` in this scope Dec 04 13:41:01.007 INFO [stderr] --> src/models/tag.rs:3:24 Dec 04 13:41:01.007 INFO [stderr] | Dec 04 13:41:01.007 INFO [stderr] 3 | #[derive(Identifiable, Queryable, Serialize, Deserialize)] Dec 04 13:41:01.007 INFO [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 04 13:41:01.007 INFO [stderr] | Dec 04 13:41:01.007 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 04 13:41:01.007 INFO [stderr] = note: for more information, see issue #50504 Dec 04 13:41:01.007 INFO [stderr] Dec 04 13:41:01.007 INFO [stderr] warning: cannot find type `tags` in this scope Dec 04 13:41:01.007 INFO [stderr] --> src/models/tag.rs:9:10 Dec 04 13:41:01.007 INFO [stderr] | Dec 04 13:41:01.007 INFO [stderr] 9 | #[derive(Insertable, AsChangeset, Deserialize, Serialize)] Dec 04 13:41:01.007 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 04 13:41:01.007 INFO [stderr] | Dec 04 13:41:01.007 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 04 13:41:01.007 INFO [stderr] = note: for more information, see issue #50504 Dec 04 13:41:01.007 INFO [stderr] Dec 04 13:41:01.007 INFO [stderr] warning: cannot find type `TagForm` in this scope Dec 04 13:41:01.007 INFO [stderr] --> src/models/tag.rs:9:10 Dec 04 13:41:01.007 INFO [stderr] | Dec 04 13:41:01.007 INFO [stderr] 9 | #[derive(Insertable, AsChangeset, Deserialize, Serialize)] Dec 04 13:41:01.007 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 04 13:41:01.007 INFO [stderr] | Dec 04 13:41:01.007 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 04 13:41:01.007 INFO [stderr] = note: for more information, see issue #50504 Dec 04 13:41:01.007 INFO [stderr] Dec 04 13:41:01.007 INFO [stderr] warning: cannot find type `TagForm` in this scope Dec 04 13:41:01.007 INFO [stderr] --> src/models/tag.rs:9:22 Dec 04 13:41:01.007 INFO [stderr] | Dec 04 13:41:01.007 INFO [stderr] 9 | #[derive(Insertable, AsChangeset, Deserialize, Serialize)] Dec 04 13:41:01.007 INFO [stderr] | ^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 04 13:41:01.007 INFO [stderr] | Dec 04 13:41:01.007 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 04 13:41:01.008 INFO [stderr] = note: for more information, see issue #50504 Dec 04 13:41:01.008 INFO [stderr] Dec 04 13:41:01.008 INFO [stderr] warning: cannot find type `tags` in this scope Dec 04 13:41:01.008 INFO [stderr] --> src/models/tag.rs:9:22 Dec 04 13:41:01.008 INFO [stderr] | Dec 04 13:41:01.008 INFO [stderr] 9 | #[derive(Insertable, AsChangeset, Deserialize, Serialize)] Dec 04 13:41:01.008 INFO [stderr] | ^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 04 13:41:01.008 INFO [stderr] | Dec 04 13:41:01.008 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 04 13:41:01.008 INFO [stderr] = note: for more information, see issue #50504 Dec 04 13:41:01.008 INFO [stderr] Dec 04 13:41:01.008 INFO [stderr] warning: unused import: `diesel::prelude::*` Dec 04 13:41:01.008 INFO [stderr] --> src/models/tagging.rs:1:5 Dec 04 13:41:01.008 INFO [stderr] | Dec 04 13:41:01.008 INFO [stderr] 1 | use diesel::prelude::*; Dec 04 13:41:01.008 INFO [stderr] | ^^^^^^^^^^^^^^^^^^ Dec 04 13:41:01.008 INFO [stderr] Dec 04 13:41:01.008 INFO [stderr] warning: cannot find type `Tagging` in this scope Dec 04 13:41:01.008 INFO [stderr] --> src/models/tagging.rs:4:10 Dec 04 13:41:01.008 INFO [stderr] | Dec 04 13:41:01.008 INFO [stderr] 4 | #[derive(Identifiable, Queryable, Associations)] Dec 04 13:41:01.008 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 04 13:41:01.008 INFO [stderr] | Dec 04 13:41:01.008 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 04 13:41:01.008 INFO [stderr] = note: for more information, see issue #50504 Dec 04 13:41:01.008 INFO [stderr] Dec 04 13:41:01.008 INFO [stderr] warning: cannot find type `taggings` in this scope Dec 04 13:41:01.008 INFO [stderr] --> src/models/tagging.rs:4:10 Dec 04 13:41:01.008 INFO [stderr] | Dec 04 13:41:01.008 INFO [stderr] 4 | #[derive(Identifiable, Queryable, Associations)] Dec 04 13:41:01.008 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 04 13:41:01.008 INFO [stderr] | Dec 04 13:41:01.008 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 04 13:41:01.008 INFO [stderr] = note: for more information, see issue #50504 Dec 04 13:41:01.008 INFO [stderr] Dec 04 13:41:01.008 INFO [stderr] warning: cannot find type `Tagging` in this scope Dec 04 13:41:01.008 INFO [stderr] --> src/models/tagging.rs:4:24 Dec 04 13:41:01.008 INFO [stderr] | Dec 04 13:41:01.008 INFO [stderr] 4 | #[derive(Identifiable, Queryable, Associations)] Dec 04 13:41:01.008 INFO [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 04 13:41:01.008 INFO [stderr] | Dec 04 13:41:01.008 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 04 13:41:01.008 INFO [stderr] = note: for more information, see issue #50504 Dec 04 13:41:01.008 INFO [stderr] Dec 04 13:41:01.008 INFO [stderr] warning: cannot find type `Article` in this scope Dec 04 13:41:01.008 INFO [stderr] --> src/models/tagging.rs:4:35 Dec 04 13:41:01.008 INFO [stderr] | Dec 04 13:41:01.008 INFO [stderr] 4 | #[derive(Identifiable, Queryable, Associations)] Dec 04 13:41:01.008 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 04 13:41:01.008 INFO [stderr] | Dec 04 13:41:01.008 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 04 13:41:01.008 INFO [stderr] = note: for more information, see issue #50504 Dec 04 13:41:01.008 INFO [stderr] Dec 04 13:41:01.008 INFO [stderr] warning: cannot find type `Tagging` in this scope Dec 04 13:41:01.008 INFO [stderr] --> src/models/tagging.rs:4:35 Dec 04 13:41:01.008 INFO [stderr] | Dec 04 13:41:01.008 INFO [stderr] 4 | #[derive(Identifiable, Queryable, Associations)] Dec 04 13:41:01.008 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 04 13:41:01.008 INFO [stderr] | Dec 04 13:41:01.008 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 04 13:41:01.008 INFO [stderr] = note: for more information, see issue #50504 Dec 04 13:41:01.008 INFO [stderr] Dec 04 13:41:01.008 INFO [stderr] warning: cannot find type `taggings` in this scope Dec 04 13:41:01.008 INFO [stderr] --> src/models/tagging.rs:4:35 Dec 04 13:41:01.008 INFO [stderr] | Dec 04 13:41:01.008 INFO [stderr] 4 | #[derive(Identifiable, Queryable, Associations)] Dec 04 13:41:01.008 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 04 13:41:01.008 INFO [stderr] | Dec 04 13:41:01.008 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 04 13:41:01.008 INFO [stderr] = note: for more information, see issue #50504 Dec 04 13:41:01.008 INFO [stderr] Dec 04 13:41:01.008 INFO [stderr] warning: cannot find type `Tag` in this scope Dec 04 13:41:01.008 INFO [stderr] --> src/models/tagging.rs:4:35 Dec 04 13:41:01.008 INFO [stderr] | Dec 04 13:41:01.008 INFO [stderr] 4 | #[derive(Identifiable, Queryable, Associations)] Dec 04 13:41:01.008 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 04 13:41:01.008 INFO [stderr] | Dec 04 13:41:01.008 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 04 13:41:01.008 INFO [stderr] = note: for more information, see issue #50504 Dec 04 13:41:01.008 INFO [stderr] Dec 04 13:41:01.008 INFO [stderr] warning: cannot find type `taggings` in this scope Dec 04 13:41:01.008 INFO [stderr] --> src/models/tagging.rs:13:10 Dec 04 13:41:01.008 INFO [stderr] | Dec 04 13:41:01.008 INFO [stderr] 13 | #[derive(Insertable)] Dec 04 13:41:01.009 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 04 13:41:01.009 INFO [stderr] | Dec 04 13:41:01.009 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 04 13:41:01.009 INFO [stderr] = note: for more information, see issue #50504 Dec 04 13:41:01.009 INFO [stderr] Dec 04 13:41:01.009 INFO [stderr] warning: cannot find type `NewTagging` in this scope Dec 04 13:41:01.009 INFO [stderr] --> src/models/tagging.rs:13:10 Dec 04 13:41:01.009 INFO [stderr] | Dec 04 13:41:01.009 INFO [stderr] 13 | #[derive(Insertable)] Dec 04 13:41:01.009 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 04 13:41:01.009 INFO [stderr] | Dec 04 13:41:01.009 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 04 13:41:01.009 INFO [stderr] = note: for more information, see issue #50504 Dec 04 13:41:01.009 INFO [stderr] Dec 04 13:41:01.875 INFO [stderr] warning: the feature `extern_prelude` has been stable since 1.30.0 and no longer requires an attribute to enable Dec 04 13:41:01.875 INFO [stderr] --> src/main.rs:4:12 Dec 04 13:41:01.875 INFO [stderr] | Dec 04 13:41:01.875 INFO [stderr] 4 | #![feature(extern_prelude)] Dec 04 13:41:01.875 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 04 13:41:01.875 INFO [stderr] | Dec 04 13:41:01.875 INFO [stderr] = note: #[warn(stable_features)] on by default Dec 04 13:41:01.875 INFO [stderr] Dec 04 13:41:02.071 INFO [stderr] warning: the feature `extern_prelude` has been stable since 1.30.0 and no longer requires an attribute to enable Dec 04 13:41:02.071 INFO [stderr] --> src/main.rs:4:12 Dec 04 13:41:02.071 INFO [stderr] | Dec 04 13:41:02.071 INFO [stderr] 4 | #![feature(extern_prelude)] Dec 04 13:41:02.071 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 04 13:41:02.071 INFO [stderr] | Dec 04 13:41:02.071 INFO [stderr] = note: #[warn(stable_features)] on by default Dec 04 13:41:02.071 INFO [stderr] Dec 04 13:41:02.123 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 10s Dec 04 13:41:02.132 INFO [stderr] su: No module specific data is present Dec 04 13:41:02.532 INFO running `"docker" "inspect" "9f0614461416f9704ea598017819722b4193d2e55d3c721223a72e0cea3af9d1"` Dec 04 13:41:02.824 INFO running `"docker" "rm" "-f" "9f0614461416f9704ea598017819722b4193d2e55d3c721223a72e0cea3af9d1"` Dec 04 13:41:03.001 INFO [stdout] 9f0614461416f9704ea598017819722b4193d2e55d3c721223a72e0cea3af9d1