Nov 29 21:50:15.748 INFO checking mtwtkman/editor against master#a49316ddc99d9d595193557fc899f6c52e4d9af9 for pr-56323 Nov 29 21:50:15.748 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56323/worker-6/master#a49316ddc99d9d595193557fc899f6c52e4d9af9:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-6/pr-56323/master#a49316ddc99d9d595193557fc899f6c52e4d9af9:/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 +a49316ddc99d9d595193557fc899f6c52e4d9af9-alt check --frozen --all --all-targets" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Nov 29 21:50:16.311 INFO [stdout] 25ec2c0cec7b77450b405b70bb25bfc24ad009b50917a3cd95b06ac5c0a400fd Nov 29 21:50:16.313 INFO running `"docker" "start" "-a" "25ec2c0cec7b77450b405b70bb25bfc24ad009b50917a3cd95b06ac5c0a400fd"` Nov 29 21:50:19.067 INFO [stderr] usermod: no changes Nov 29 21:50:19.136 INFO [stderr] warning: An explicit [[test]] section is specified in Cargo.toml which currently Nov 29 21:50:19.136 INFO [stderr] disables Cargo from automatically inferring other test targets. Nov 29 21:50:19.136 INFO [stderr] This inference behavior will change in the Rust 2018 edition and the following Nov 29 21:50:19.136 INFO [stderr] files will be included as a test target: Nov 29 21:50:19.136 INFO [stderr] Nov 29 21:50:19.136 INFO [stderr] * /source/tests/helpers.rs Nov 29 21:50:19.136 INFO [stderr] Nov 29 21:50:19.136 INFO [stderr] This is likely to break cargo build or cargo test as these files may not be Nov 29 21:50:19.136 INFO [stderr] ready to be compiled as a test target today. You can future-proof yourself Nov 29 21:50:19.136 INFO [stderr] and disable this warning by adding `autotests = false` to your [package] Nov 29 21:50:19.136 INFO [stderr] section. You may also move the files to a location where Cargo would not Nov 29 21:50:19.136 INFO [stderr] automatically infer them to be a target, such as in subfolders. Nov 29 21:50:19.136 INFO [stderr] Nov 29 21:50:19.136 INFO [stderr] For more information on this warning you can consult Nov 29 21:50:19.136 INFO [stderr] https://github.com/rust-lang/cargo/issues/5330 Nov 29 21:50:19.540 INFO [stderr] Compiling antidote v1.0.0 Nov 29 21:50:19.605 INFO [stderr] Compiling rocket v0.3.16 Nov 29 21:50:19.605 INFO [stderr] Compiling rocket_codegen v0.3.16 Nov 29 21:50:19.612 INFO [stderr] Compiling num-traits v0.2.6 Nov 29 21:50:19.614 INFO [stderr] Compiling libsqlite3-sys v0.9.3 Nov 29 21:50:19.614 INFO [stderr] Checking unicase_serde v0.1.0 Nov 29 21:50:19.616 INFO [stderr] Checking url_serde v0.2.0 Nov 29 21:50:19.616 INFO [stderr] Checking hyper v0.10.13 Nov 29 21:50:21.939 INFO [stderr] Checking diesel v1.3.3 Nov 29 21:50:23.417 INFO [stderr] Compiling scheduled-thread-pool v0.2.0 Nov 29 21:50:26.194 INFO [stderr] Compiling ring v0.11.0 Nov 29 21:50:26.221 INFO [stderr] Checking dotenv v0.13.0 Nov 29 21:50:29.540 INFO [stderr] Compiling r2d2 v0.8.2 Nov 29 21:50:32.558 INFO [stderr] Compiling num-integer v0.1.39 Nov 29 21:50:37.841 INFO [stderr] Compiling chrono v0.4.6 Nov 29 21:50:45.216 INFO [stderr] Checking cookie v0.9.2 Nov 29 21:50:59.340 INFO [stderr] Checking rocket_cors v0.3.0 Nov 29 21:50:59.340 INFO [stderr] Checking rocket_contrib v0.3.16 Nov 29 21:51:25.897 INFO [stderr] Checking migrations_internals v1.3.0 Nov 29 21:51:41.975 INFO [stderr] Compiling migrations_macros v1.3.0 Nov 29 21:51:44.805 INFO [stderr] Checking diesel_migrations v1.3.0 Nov 29 21:51:45.489 INFO [stderr] Checking source v0.1.0 (/source) Nov 29 21:51:47.608 INFO [stderr] warning: unused import: `Method` Nov 29 21:51:47.608 INFO [stderr] --> src/main.rs:21:20 Nov 29 21:51:47.608 INFO [stderr] | Nov 29 21:51:47.608 INFO [stderr] 21 | use rocket::http::{Method, Status}; Nov 29 21:51:47.608 INFO [stderr] | ^^^^^^ Nov 29 21:51:47.608 INFO [stderr] | Nov 29 21:51:47.608 INFO [stderr] = note: #[warn(unused_imports)] on by default Nov 29 21:51:47.608 INFO [stderr] Nov 29 21:51:47.608 INFO [stderr] warning: unused import: `AllowedHeaders` Nov 29 21:51:47.609 INFO [stderr] --> src/main.rs:24:19 Nov 29 21:51:47.609 INFO [stderr] | Nov 29 21:51:47.609 INFO [stderr] 24 | use rocket_cors::{AllowedHeaders, AllowedOrigins}; Nov 29 21:51:47.609 INFO [stderr] | ^^^^^^^^^^^^^^ Nov 29 21:51:47.609 INFO [stderr] Nov 29 21:51:47.609 INFO [stderr] warning: cannot find type `Article` in this scope Nov 29 21:51:47.609 INFO [stderr] --> src/models/article.rs:4:10 Nov 29 21:51:47.609 INFO [stderr] | Nov 29 21:51:47.609 INFO [stderr] 4 | #[derive(Identifiable, Queryable, Serialize, Deserialize)] Nov 29 21:51:47.609 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 29 21:51:47.609 INFO [stderr] | Nov 29 21:51:47.609 INFO [stderr] = note: #[warn(proc_macro_derive_resolution_fallback)] on by default Nov 29 21:51:47.609 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! Nov 29 21:51:47.609 INFO [stderr] = note: for more information, see issue #50504 Nov 29 21:51:47.609 INFO [stderr] Nov 29 21:51:47.609 INFO [stderr] warning: cannot find type `articles` in this scope Nov 29 21:51:47.609 INFO [stderr] --> src/models/article.rs:4:10 Nov 29 21:51:47.609 INFO [stderr] | Nov 29 21:51:47.609 INFO [stderr] 4 | #[derive(Identifiable, Queryable, Serialize, Deserialize)] Nov 29 21:51:47.609 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 29 21:51:47.609 INFO [stderr] | Nov 29 21:51:47.609 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! Nov 29 21:51:47.609 INFO [stderr] = note: for more information, see issue #50504 Nov 29 21:51:47.609 INFO [stderr] Nov 29 21:51:47.609 INFO [stderr] warning: cannot find type `Article` in this scope Nov 29 21:51:47.609 INFO [stderr] --> src/models/article.rs:4:10 Nov 29 21:51:47.609 INFO [stderr] | Nov 29 21:51:47.609 INFO [stderr] 4 | #[derive(Identifiable, Queryable, Serialize, Deserialize)] Nov 29 21:51:47.609 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 29 21:51:47.609 INFO [stderr] | Nov 29 21:51:47.609 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! Nov 29 21:51:47.609 INFO [stderr] = note: for more information, see issue #50504 Nov 29 21:51:47.609 INFO [stderr] Nov 29 21:51:47.609 INFO [stderr] warning: cannot find type `NaiveDateTime` in this scope Nov 29 21:51:47.609 INFO [stderr] --> src/models/article.rs:4:24 Nov 29 21:51:47.609 INFO [stderr] | Nov 29 21:51:47.609 INFO [stderr] 4 | #[derive(Identifiable, Queryable, Serialize, Deserialize)] Nov 29 21:51:47.609 INFO [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 29 21:51:47.609 INFO [stderr] | Nov 29 21:51:47.609 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! Nov 29 21:51:47.609 INFO [stderr] = note: for more information, see issue #50504 Nov 29 21:51:47.609 INFO [stderr] Nov 29 21:51:47.609 INFO [stderr] warning: cannot find type `Article` in this scope Nov 29 21:51:47.609 INFO [stderr] --> src/models/article.rs:4:24 Nov 29 21:51:47.609 INFO [stderr] | Nov 29 21:51:47.609 INFO [stderr] 4 | #[derive(Identifiable, Queryable, Serialize, Deserialize)] Nov 29 21:51:47.609 INFO [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 29 21:51:47.609 INFO [stderr] | Nov 29 21:51:47.609 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! Nov 29 21:51:47.609 INFO [stderr] = note: for more information, see issue #50504 Nov 29 21:51:47.609 INFO [stderr] Nov 29 21:51:47.610 INFO [stderr] warning: cannot find type `articles` in this scope Nov 29 21:51:47.610 INFO [stderr] --> src/models/article.rs:14:10 Nov 29 21:51:47.610 INFO [stderr] | Nov 29 21:51:47.610 INFO [stderr] 14 | #[derive(Insertable, Serialize, Deserialize, AsChangeset, Queryable)] Nov 29 21:51:47.610 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 29 21:51:47.610 INFO [stderr] | Nov 29 21:51:47.610 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! Nov 29 21:51:47.610 INFO [stderr] = note: for more information, see issue #50504 Nov 29 21:51:47.610 INFO [stderr] Nov 29 21:51:47.612 INFO [stderr] warning: cannot find type `ArticleForm` in this scope Nov 29 21:51:47.612 INFO [stderr] --> src/models/article.rs:14:10 Nov 29 21:51:47.612 INFO [stderr] | Nov 29 21:51:47.612 INFO [stderr] 14 | #[derive(Insertable, Serialize, Deserialize, AsChangeset, Queryable)] Nov 29 21:51:47.612 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 29 21:51:47.612 INFO [stderr] | Nov 29 21:51:47.612 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! Nov 29 21:51:47.612 INFO [stderr] = note: for more information, see issue #50504 Nov 29 21:51:47.612 INFO [stderr] Nov 29 21:51:47.612 INFO [stderr] warning: cannot find type `ArticleForm` in this scope Nov 29 21:51:47.612 INFO [stderr] --> src/models/article.rs:14:46 Nov 29 21:51:47.612 INFO [stderr] | Nov 29 21:51:47.612 INFO [stderr] 14 | #[derive(Insertable, Serialize, Deserialize, AsChangeset, Queryable)] Nov 29 21:51:47.612 INFO [stderr] | ^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 29 21:51:47.612 INFO [stderr] | Nov 29 21:51:47.612 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! Nov 29 21:51:47.612 INFO [stderr] = note: for more information, see issue #50504 Nov 29 21:51:47.612 INFO [stderr] Nov 29 21:51:47.612 INFO [stderr] warning: cannot find type `articles` in this scope Nov 29 21:51:47.612 INFO [stderr] --> src/models/article.rs:14:46 Nov 29 21:51:47.612 INFO [stderr] | Nov 29 21:51:47.612 INFO [stderr] 14 | #[derive(Insertable, Serialize, Deserialize, AsChangeset, Queryable)] Nov 29 21:51:47.612 INFO [stderr] | ^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 29 21:51:47.612 INFO [stderr] | Nov 29 21:51:47.612 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! Nov 29 21:51:47.612 INFO [stderr] = note: for more information, see issue #50504 Nov 29 21:51:47.612 INFO [stderr] Nov 29 21:51:47.613 INFO [stderr] warning: cannot find type `ArticleForm` in this scope Nov 29 21:51:47.613 INFO [stderr] --> src/models/article.rs:14:59 Nov 29 21:51:47.613 INFO [stderr] | Nov 29 21:51:47.613 INFO [stderr] 14 | #[derive(Insertable, Serialize, Deserialize, AsChangeset, Queryable)] Nov 29 21:51:47.613 INFO [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 29 21:51:47.613 INFO [stderr] | Nov 29 21:51:47.613 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! Nov 29 21:51:47.613 INFO [stderr] = note: for more information, see issue #50504 Nov 29 21:51:47.613 INFO [stderr] Nov 29 21:51:47.614 INFO [stderr] warning: cannot find type `table` in this scope Nov 29 21:51:47.614 INFO [stderr] --> <::diesel::macros::table_body macros>:165:33 Nov 29 21:51:47.614 INFO [stderr] | Nov 29 21:51:47.614 INFO [stderr] 165 | derive ( Debug , Clone , Copy , QueryId ) ] /// The actual table struct Nov 29 21:51:47.614 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 29 21:51:47.614 INFO [stderr] | Nov 29 21:51:47.614 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! Nov 29 21:51:47.614 INFO [stderr] = note: for more information, see issue #50504 Nov 29 21:51:47.614 INFO [stderr] Nov 29 21:51:47.614 INFO [stderr] warning: cannot find type `id` in this scope Nov 29 21:51:47.614 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 29 21:51:47.614 INFO [stderr] | Nov 29 21:51:47.614 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 29 21:51:47.614 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 29 21:51:47.614 INFO [stderr] | Nov 29 21:51:47.614 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! Nov 29 21:51:47.614 INFO [stderr] = note: for more information, see issue #50504 Nov 29 21:51:47.614 INFO [stderr] Nov 29 21:51:47.615 INFO [stderr] warning: cannot find type `title` in this scope Nov 29 21:51:47.615 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 29 21:51:47.615 INFO [stderr] | Nov 29 21:51:47.615 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 29 21:51:47.615 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 29 21:51:47.615 INFO [stderr] | Nov 29 21:51:47.615 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! Nov 29 21:51:47.615 INFO [stderr] = note: for more information, see issue #50504 Nov 29 21:51:47.615 INFO [stderr] Nov 29 21:51:47.615 INFO [stderr] warning: cannot find type `body` in this scope Nov 29 21:51:47.615 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 29 21:51:47.615 INFO [stderr] | Nov 29 21:51:47.615 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 29 21:51:47.615 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 29 21:51:47.615 INFO [stderr] | Nov 29 21:51:47.615 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! Nov 29 21:51:47.615 INFO [stderr] = note: for more information, see issue #50504 Nov 29 21:51:47.615 INFO [stderr] Nov 29 21:51:47.615 INFO [stderr] warning: cannot find type `published` in this scope Nov 29 21:51:47.615 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 29 21:51:47.615 INFO [stderr] | Nov 29 21:51:47.615 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 29 21:51:47.615 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 29 21:51:47.615 INFO [stderr] | Nov 29 21:51:47.616 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! Nov 29 21:51:47.616 INFO [stderr] = note: for more information, see issue #50504 Nov 29 21:51:47.616 INFO [stderr] Nov 29 21:51:47.616 INFO [stderr] warning: cannot find type `created_at` in this scope Nov 29 21:51:47.616 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 29 21:51:47.616 INFO [stderr] | Nov 29 21:51:47.616 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 29 21:51:47.616 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 29 21:51:47.616 INFO [stderr] | Nov 29 21:51:47.616 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! Nov 29 21:51:47.616 INFO [stderr] = note: for more information, see issue #50504 Nov 29 21:51:47.616 INFO [stderr] Nov 29 21:51:47.616 INFO [stderr] warning: cannot find type `updated_at` in this scope Nov 29 21:51:47.616 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 29 21:51:47.616 INFO [stderr] | Nov 29 21:51:47.616 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 29 21:51:47.616 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 29 21:51:47.616 INFO [stderr] | Nov 29 21:51:47.616 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! Nov 29 21:51:47.625 INFO [stderr] = note: for more information, see issue #50504 Nov 29 21:51:47.625 INFO [stderr] Nov 29 21:51:47.625 INFO [stderr] warning: cannot find type `tag_id` in this scope Nov 29 21:51:47.625 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 29 21:51:47.625 INFO [stderr] | Nov 29 21:51:47.625 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 29 21:51:47.625 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 29 21:51:47.625 INFO [stderr] | Nov 29 21:51:47.625 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! Nov 29 21:51:47.625 INFO [stderr] = note: for more information, see issue #50504 Nov 29 21:51:47.625 INFO [stderr] Nov 29 21:51:47.625 INFO [stderr] warning: cannot find type `article_id` in this scope Nov 29 21:51:47.625 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 29 21:51:47.625 INFO [stderr] | Nov 29 21:51:47.625 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 29 21:51:47.625 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 29 21:51:47.625 INFO [stderr] | Nov 29 21:51:47.625 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! Nov 29 21:51:47.625 INFO [stderr] = note: for more information, see issue #50504 Nov 29 21:51:47.625 INFO [stderr] Nov 29 21:51:47.625 INFO [stderr] warning: cannot find type `name` in this scope Nov 29 21:51:47.625 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 29 21:51:47.625 INFO [stderr] | Nov 29 21:51:47.625 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 29 21:51:47.625 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 29 21:51:47.625 INFO [stderr] | Nov 29 21:51:47.625 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! Nov 29 21:51:47.625 INFO [stderr] = note: for more information, see issue #50504 Nov 29 21:51:47.625 INFO [stderr] Nov 29 21:51:47.625 INFO [stderr] warning: cannot find type `Tag` in this scope Nov 29 21:51:47.625 INFO [stderr] --> src/models/tag.rs:3:10 Nov 29 21:51:47.625 INFO [stderr] | Nov 29 21:51:47.625 INFO [stderr] 3 | #[derive(Identifiable, Queryable, Serialize, Deserialize)] Nov 29 21:51:47.625 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 29 21:51:47.625 INFO [stderr] | Nov 29 21:51:47.625 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! Nov 29 21:51:47.625 INFO [stderr] = note: for more information, see issue #50504 Nov 29 21:51:47.625 INFO [stderr] Nov 29 21:51:47.625 INFO [stderr] warning: cannot find type `tags` in this scope Nov 29 21:51:47.625 INFO [stderr] --> src/models/tag.rs:3:10 Nov 29 21:51:47.625 INFO [stderr] | Nov 29 21:51:47.625 INFO [stderr] 3 | #[derive(Identifiable, Queryable, Serialize, Deserialize)] Nov 29 21:51:47.625 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 29 21:51:47.625 INFO [stderr] | Nov 29 21:51:47.625 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! Nov 29 21:51:47.625 INFO [stderr] = note: for more information, see issue #50504 Nov 29 21:51:47.625 INFO [stderr] Nov 29 21:51:47.625 INFO [stderr] warning: cannot find type `Tag` in this scope Nov 29 21:51:47.625 INFO [stderr] --> src/models/tag.rs:3:24 Nov 29 21:51:47.625 INFO [stderr] | Nov 29 21:51:47.625 INFO [stderr] 3 | #[derive(Identifiable, Queryable, Serialize, Deserialize)] Nov 29 21:51:47.625 INFO [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 29 21:51:47.625 INFO [stderr] | Nov 29 21:51:47.625 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! Nov 29 21:51:47.625 INFO [stderr] = note: for more information, see issue #50504 Nov 29 21:51:47.625 INFO [stderr] Nov 29 21:51:47.625 INFO [stderr] warning: cannot find type `tags` in this scope Nov 29 21:51:47.625 INFO [stderr] --> src/models/tag.rs:9:10 Nov 29 21:51:47.625 INFO [stderr] | Nov 29 21:51:47.625 INFO [stderr] 9 | #[derive(Insertable, AsChangeset, Deserialize, Serialize)] Nov 29 21:51:47.625 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 29 21:51:47.625 INFO [stderr] | Nov 29 21:51:47.625 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! Nov 29 21:51:47.625 INFO [stderr] = note: for more information, see issue #50504 Nov 29 21:51:47.626 INFO [stderr] Nov 29 21:51:47.626 INFO [stderr] warning: cannot find type `TagForm` in this scope Nov 29 21:51:47.626 INFO [stderr] --> src/models/tag.rs:9:10 Nov 29 21:51:47.626 INFO [stderr] | Nov 29 21:51:47.626 INFO [stderr] 9 | #[derive(Insertable, AsChangeset, Deserialize, Serialize)] Nov 29 21:51:47.626 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 29 21:51:47.626 INFO [stderr] | Nov 29 21:51:47.626 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! Nov 29 21:51:47.626 INFO [stderr] = note: for more information, see issue #50504 Nov 29 21:51:47.626 INFO [stderr] Nov 29 21:51:47.626 INFO [stderr] warning: cannot find type `TagForm` in this scope Nov 29 21:51:47.626 INFO [stderr] --> src/models/tag.rs:9:22 Nov 29 21:51:47.626 INFO [stderr] | Nov 29 21:51:47.626 INFO [stderr] 9 | #[derive(Insertable, AsChangeset, Deserialize, Serialize)] Nov 29 21:51:47.626 INFO [stderr] | ^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 29 21:51:47.626 INFO [stderr] | Nov 29 21:51:47.626 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! Nov 29 21:51:47.626 INFO [stderr] = note: for more information, see issue #50504 Nov 29 21:51:47.626 INFO [stderr] Nov 29 21:51:47.626 INFO [stderr] warning: cannot find type `tags` in this scope Nov 29 21:51:47.626 INFO [stderr] --> src/models/tag.rs:9:22 Nov 29 21:51:47.626 INFO [stderr] | Nov 29 21:51:47.626 INFO [stderr] 9 | #[derive(Insertable, AsChangeset, Deserialize, Serialize)] Nov 29 21:51:47.626 INFO [stderr] | ^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 29 21:51:47.626 INFO [stderr] | Nov 29 21:51:47.626 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! Nov 29 21:51:47.626 INFO [stderr] = note: for more information, see issue #50504 Nov 29 21:51:47.626 INFO [stderr] Nov 29 21:51:47.626 INFO [stderr] warning: unused import: `diesel::prelude::*` Nov 29 21:51:47.626 INFO [stderr] --> src/models/tagging.rs:1:5 Nov 29 21:51:47.626 INFO [stderr] | Nov 29 21:51:47.626 INFO [stderr] 1 | use diesel::prelude::*; Nov 29 21:51:47.626 INFO [stderr] | ^^^^^^^^^^^^^^^^^^ Nov 29 21:51:47.626 INFO [stderr] Nov 29 21:51:47.626 INFO [stderr] warning: cannot find type `Tagging` in this scope Nov 29 21:51:47.626 INFO [stderr] --> src/models/tagging.rs:4:10 Nov 29 21:51:47.626 INFO [stderr] | Nov 29 21:51:47.626 INFO [stderr] 4 | #[derive(Identifiable, Queryable, Associations)] Nov 29 21:51:47.626 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 29 21:51:47.626 INFO [stderr] | Nov 29 21:51:47.626 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! Nov 29 21:51:47.626 INFO [stderr] = note: for more information, see issue #50504 Nov 29 21:51:47.626 INFO [stderr] Nov 29 21:51:47.626 INFO [stderr] warning: cannot find type `taggings` in this scope Nov 29 21:51:47.626 INFO [stderr] --> src/models/tagging.rs:4:10 Nov 29 21:51:47.626 INFO [stderr] | Nov 29 21:51:47.626 INFO [stderr] 4 | #[derive(Identifiable, Queryable, Associations)] Nov 29 21:51:47.626 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 29 21:51:47.626 INFO [stderr] | Nov 29 21:51:47.626 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! Nov 29 21:51:47.626 INFO [stderr] = note: for more information, see issue #50504 Nov 29 21:51:47.626 INFO [stderr] Nov 29 21:51:47.626 INFO [stderr] warning: cannot find type `Tagging` in this scope Nov 29 21:51:47.626 INFO [stderr] --> src/models/tagging.rs:4:24 Nov 29 21:51:47.626 INFO [stderr] | Nov 29 21:51:47.626 INFO [stderr] 4 | #[derive(Identifiable, Queryable, Associations)] Nov 29 21:51:47.626 INFO [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 29 21:51:47.626 INFO [stderr] | Nov 29 21:51:47.626 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! Nov 29 21:51:47.626 INFO [stderr] = note: for more information, see issue #50504 Nov 29 21:51:47.626 INFO [stderr] Nov 29 21:51:47.626 INFO [stderr] warning: cannot find type `Article` in this scope Nov 29 21:51:47.626 INFO [stderr] --> src/models/tagging.rs:4:35 Nov 29 21:51:47.626 INFO [stderr] | Nov 29 21:51:47.626 INFO [stderr] 4 | #[derive(Identifiable, Queryable, Associations)] Nov 29 21:51:47.626 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 29 21:51:47.626 INFO [stderr] | Nov 29 21:51:47.626 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! Nov 29 21:51:47.626 INFO [stderr] = note: for more information, see issue #50504 Nov 29 21:51:47.626 INFO [stderr] Nov 29 21:51:47.626 INFO [stderr] warning: cannot find type `Tagging` in this scope Nov 29 21:51:47.626 INFO [stderr] --> src/models/tagging.rs:4:35 Nov 29 21:51:47.626 INFO [stderr] | Nov 29 21:51:47.626 INFO [stderr] 4 | #[derive(Identifiable, Queryable, Associations)] Nov 29 21:51:47.626 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 29 21:51:47.626 INFO [stderr] | Nov 29 21:51:47.626 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! Nov 29 21:51:47.626 INFO [stderr] = note: for more information, see issue #50504 Nov 29 21:51:47.626 INFO [stderr] Nov 29 21:51:47.626 INFO [stderr] warning: cannot find type `taggings` in this scope Nov 29 21:51:47.626 INFO [stderr] --> src/models/tagging.rs:4:35 Nov 29 21:51:47.626 INFO [stderr] | Nov 29 21:51:47.626 INFO [stderr] 4 | #[derive(Identifiable, Queryable, Associations)] Nov 29 21:51:47.626 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 29 21:51:47.626 INFO [stderr] | Nov 29 21:51:47.626 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! Nov 29 21:51:47.626 INFO [stderr] = note: for more information, see issue #50504 Nov 29 21:51:47.626 INFO [stderr] Nov 29 21:51:47.626 INFO [stderr] warning: cannot find type `Tag` in this scope Nov 29 21:51:47.626 INFO [stderr] --> src/models/tagging.rs:4:35 Nov 29 21:51:47.626 INFO [stderr] | Nov 29 21:51:47.627 INFO [stderr] 4 | #[derive(Identifiable, Queryable, Associations)] Nov 29 21:51:47.627 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 29 21:51:47.627 INFO [stderr] | Nov 29 21:51:47.627 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! Nov 29 21:51:47.627 INFO [stderr] = note: for more information, see issue #50504 Nov 29 21:51:47.627 INFO [stderr] Nov 29 21:51:47.627 INFO [stderr] warning: cannot find type `taggings` in this scope Nov 29 21:51:47.627 INFO [stderr] --> src/models/tagging.rs:13:10 Nov 29 21:51:47.627 INFO [stderr] | Nov 29 21:51:47.627 INFO [stderr] 13 | #[derive(Insertable)] Nov 29 21:51:47.627 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 29 21:51:47.627 INFO [stderr] | Nov 29 21:51:47.627 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! Nov 29 21:51:47.627 INFO [stderr] = note: for more information, see issue #50504 Nov 29 21:51:47.627 INFO [stderr] Nov 29 21:51:47.627 INFO [stderr] warning: cannot find type `NewTagging` in this scope Nov 29 21:51:47.627 INFO [stderr] --> src/models/tagging.rs:13:10 Nov 29 21:51:47.627 INFO [stderr] | Nov 29 21:51:47.627 INFO [stderr] 13 | #[derive(Insertable)] Nov 29 21:51:47.627 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 29 21:51:47.627 INFO [stderr] | Nov 29 21:51:47.627 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! Nov 29 21:51:47.627 INFO [stderr] = note: for more information, see issue #50504 Nov 29 21:51:47.627 INFO [stderr] Nov 29 21:51:47.776 INFO [stderr] warning: unused import: `Method` Nov 29 21:51:47.776 INFO [stderr] --> src/main.rs:21:20 Nov 29 21:51:47.776 INFO [stderr] | Nov 29 21:51:47.776 INFO [stderr] 21 | use rocket::http::{Method, Status}; Nov 29 21:51:47.776 INFO [stderr] | ^^^^^^ Nov 29 21:51:47.776 INFO [stderr] | Nov 29 21:51:47.776 INFO [stderr] = note: #[warn(unused_imports)] on by default Nov 29 21:51:47.776 INFO [stderr] Nov 29 21:51:47.776 INFO [stderr] warning: unused import: `AllowedHeaders` Nov 29 21:51:47.776 INFO [stderr] --> src/main.rs:24:19 Nov 29 21:51:47.776 INFO [stderr] | Nov 29 21:51:47.776 INFO [stderr] 24 | use rocket_cors::{AllowedHeaders, AllowedOrigins}; Nov 29 21:51:47.776 INFO [stderr] | ^^^^^^^^^^^^^^ Nov 29 21:51:47.777 INFO [stderr] Nov 29 21:51:47.777 INFO [stderr] warning: cannot find type `Article` in this scope Nov 29 21:51:47.778 INFO [stderr] --> src/models/article.rs:4:10 Nov 29 21:51:47.778 INFO [stderr] | Nov 29 21:51:47.778 INFO [stderr] 4 | #[derive(Identifiable, Queryable, Serialize, Deserialize)] Nov 29 21:51:47.778 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 29 21:51:47.779 INFO [stderr] | Nov 29 21:51:47.779 INFO [stderr] = note: #[warn(proc_macro_derive_resolution_fallback)] on by default Nov 29 21:51:47.779 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! Nov 29 21:51:47.779 INFO [stderr] = note: for more information, see issue #50504 Nov 29 21:51:47.779 INFO [stderr] Nov 29 21:51:47.779 INFO [stderr] warning: cannot find type `articles` in this scope Nov 29 21:51:47.779 INFO [stderr] --> src/models/article.rs:4:10 Nov 29 21:51:47.779 INFO [stderr] | Nov 29 21:51:47.779 INFO [stderr] 4 | #[derive(Identifiable, Queryable, Serialize, Deserialize)] Nov 29 21:51:47.779 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 29 21:51:47.779 INFO [stderr] | Nov 29 21:51:47.779 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! Nov 29 21:51:47.779 INFO [stderr] = note: for more information, see issue #50504 Nov 29 21:51:47.779 INFO [stderr] Nov 29 21:51:47.779 INFO [stderr] warning: cannot find type `Article` in this scope Nov 29 21:51:47.779 INFO [stderr] --> src/models/article.rs:4:10 Nov 29 21:51:47.779 INFO [stderr] | Nov 29 21:51:47.779 INFO [stderr] 4 | #[derive(Identifiable, Queryable, Serialize, Deserialize)] Nov 29 21:51:47.779 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 29 21:51:47.779 INFO [stderr] | Nov 29 21:51:47.779 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! Nov 29 21:51:47.780 INFO [stderr] = note: for more information, see issue #50504 Nov 29 21:51:47.780 INFO [stderr] Nov 29 21:51:47.780 INFO [stderr] warning: cannot find type `NaiveDateTime` in this scope Nov 29 21:51:47.780 INFO [stderr] --> src/models/article.rs:4:24 Nov 29 21:51:47.780 INFO [stderr] | Nov 29 21:51:47.780 INFO [stderr] 4 | #[derive(Identifiable, Queryable, Serialize, Deserialize)] Nov 29 21:51:47.780 INFO [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 29 21:51:47.780 INFO [stderr] | Nov 29 21:51:47.780 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! Nov 29 21:51:47.780 INFO [stderr] = note: for more information, see issue #50504 Nov 29 21:51:47.780 INFO [stderr] Nov 29 21:51:47.780 INFO [stderr] warning: cannot find type `Article` in this scope Nov 29 21:51:47.780 INFO [stderr] --> src/models/article.rs:4:24 Nov 29 21:51:47.780 INFO [stderr] | Nov 29 21:51:47.780 INFO [stderr] 4 | #[derive(Identifiable, Queryable, Serialize, Deserialize)] Nov 29 21:51:47.780 INFO [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 29 21:51:47.780 INFO [stderr] | Nov 29 21:51:47.780 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! Nov 29 21:51:47.780 INFO [stderr] = note: for more information, see issue #50504 Nov 29 21:51:47.780 INFO [stderr] Nov 29 21:51:47.784 INFO [stderr] warning: cannot find type `articles` in this scope Nov 29 21:51:47.784 INFO [stderr] --> src/models/article.rs:14:10 Nov 29 21:51:47.784 INFO [stderr] | Nov 29 21:51:47.784 INFO [stderr] 14 | #[derive(Insertable, Serialize, Deserialize, AsChangeset, Queryable)] Nov 29 21:51:47.784 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 29 21:51:47.792 INFO [stderr] | Nov 29 21:51:47.792 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! Nov 29 21:51:47.792 INFO [stderr] = note: for more information, see issue #50504 Nov 29 21:51:47.792 INFO [stderr] Nov 29 21:51:47.792 INFO [stderr] warning: cannot find type `ArticleForm` in this scope Nov 29 21:51:47.792 INFO [stderr] --> src/models/article.rs:14:10 Nov 29 21:51:47.792 INFO [stderr] | Nov 29 21:51:47.792 INFO [stderr] 14 | #[derive(Insertable, Serialize, Deserialize, AsChangeset, Queryable)] Nov 29 21:51:47.792 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 29 21:51:47.792 INFO [stderr] | Nov 29 21:51:47.792 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! Nov 29 21:51:47.792 INFO [stderr] = note: for more information, see issue #50504 Nov 29 21:51:47.792 INFO [stderr] Nov 29 21:51:47.792 INFO [stderr] warning: cannot find type `ArticleForm` in this scope Nov 29 21:51:47.792 INFO [stderr] --> src/models/article.rs:14:46 Nov 29 21:51:47.792 INFO [stderr] | Nov 29 21:51:47.792 INFO [stderr] 14 | #[derive(Insertable, Serialize, Deserialize, AsChangeset, Queryable)] Nov 29 21:51:47.792 INFO [stderr] | ^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 29 21:51:47.792 INFO [stderr] | Nov 29 21:51:47.792 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! Nov 29 21:51:47.792 INFO [stderr] = note: for more information, see issue #50504 Nov 29 21:51:47.792 INFO [stderr] Nov 29 21:51:47.792 INFO [stderr] warning: cannot find type `articles` in this scope Nov 29 21:51:47.792 INFO [stderr] --> src/models/article.rs:14:46 Nov 29 21:51:47.792 INFO [stderr] | Nov 29 21:51:47.792 INFO [stderr] 14 | #[derive(Insertable, Serialize, Deserialize, AsChangeset, Queryable)] Nov 29 21:51:47.792 INFO [stderr] | ^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 29 21:51:47.792 INFO [stderr] | Nov 29 21:51:47.792 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! Nov 29 21:51:47.792 INFO [stderr] = note: for more information, see issue #50504 Nov 29 21:51:47.792 INFO [stderr] Nov 29 21:51:47.792 INFO [stderr] warning: cannot find type `ArticleForm` in this scope Nov 29 21:51:47.792 INFO [stderr] --> src/models/article.rs:14:59 Nov 29 21:51:47.792 INFO [stderr] | Nov 29 21:51:47.792 INFO [stderr] 14 | #[derive(Insertable, Serialize, Deserialize, AsChangeset, Queryable)] Nov 29 21:51:47.792 INFO [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 29 21:51:47.792 INFO [stderr] | Nov 29 21:51:47.792 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! Nov 29 21:51:47.792 INFO [stderr] = note: for more information, see issue #50504 Nov 29 21:51:47.792 INFO [stderr] Nov 29 21:51:47.792 INFO [stderr] warning: cannot find type `table` in this scope Nov 29 21:51:47.792 INFO [stderr] --> <::diesel::macros::table_body macros>:165:33 Nov 29 21:51:47.792 INFO [stderr] | Nov 29 21:51:47.792 INFO [stderr] 165 | derive ( Debug , Clone , Copy , QueryId ) ] /// The actual table struct Nov 29 21:51:47.792 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 29 21:51:47.792 INFO [stderr] | Nov 29 21:51:47.792 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! Nov 29 21:51:47.793 INFO [stderr] = note: for more information, see issue #50504 Nov 29 21:51:47.793 INFO [stderr] Nov 29 21:51:47.793 INFO [stderr] warning: cannot find type `id` in this scope Nov 29 21:51:47.793 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 29 21:51:47.793 INFO [stderr] | Nov 29 21:51:47.793 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 29 21:51:47.793 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 29 21:51:47.793 INFO [stderr] | Nov 29 21:51:47.793 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! Nov 29 21:51:47.793 INFO [stderr] = note: for more information, see issue #50504 Nov 29 21:51:47.793 INFO [stderr] Nov 29 21:51:47.793 INFO [stderr] warning: cannot find type `title` in this scope Nov 29 21:51:47.793 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 29 21:51:47.793 INFO [stderr] | Nov 29 21:51:47.793 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 29 21:51:47.793 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 29 21:51:47.793 INFO [stderr] | Nov 29 21:51:47.793 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! Nov 29 21:51:47.793 INFO [stderr] = note: for more information, see issue #50504 Nov 29 21:51:47.793 INFO [stderr] Nov 29 21:51:47.793 INFO [stderr] warning: cannot find type `body` in this scope Nov 29 21:51:47.793 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 29 21:51:47.793 INFO [stderr] | Nov 29 21:51:47.793 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 29 21:51:47.793 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 29 21:51:47.793 INFO [stderr] | Nov 29 21:51:47.793 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! Nov 29 21:51:47.793 INFO [stderr] = note: for more information, see issue #50504 Nov 29 21:51:47.793 INFO [stderr] Nov 29 21:51:47.793 INFO [stderr] warning: cannot find type `published` in this scope Nov 29 21:51:47.793 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 29 21:51:47.793 INFO [stderr] | Nov 29 21:51:47.793 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 29 21:51:47.793 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 29 21:51:47.793 INFO [stderr] | Nov 29 21:51:47.793 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! Nov 29 21:51:47.793 INFO [stderr] = note: for more information, see issue #50504 Nov 29 21:51:47.793 INFO [stderr] Nov 29 21:51:47.793 INFO [stderr] warning: cannot find type `created_at` in this scope Nov 29 21:51:47.793 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 29 21:51:47.793 INFO [stderr] | Nov 29 21:51:47.793 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 29 21:51:47.793 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 29 21:51:47.793 INFO [stderr] | Nov 29 21:51:47.793 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! Nov 29 21:51:47.793 INFO [stderr] = note: for more information, see issue #50504 Nov 29 21:51:47.793 INFO [stderr] Nov 29 21:51:47.793 INFO [stderr] warning: cannot find type `updated_at` in this scope Nov 29 21:51:47.793 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 29 21:51:47.793 INFO [stderr] | Nov 29 21:51:47.793 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 29 21:51:47.793 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 29 21:51:47.793 INFO [stderr] | Nov 29 21:51:47.793 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! Nov 29 21:51:47.793 INFO [stderr] = note: for more information, see issue #50504 Nov 29 21:51:47.793 INFO [stderr] Nov 29 21:51:47.793 INFO [stderr] warning: cannot find type `tag_id` in this scope Nov 29 21:51:47.793 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 29 21:51:47.793 INFO [stderr] | Nov 29 21:51:47.793 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 29 21:51:47.793 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 29 21:51:47.793 INFO [stderr] | Nov 29 21:51:47.793 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! Nov 29 21:51:47.793 INFO [stderr] = note: for more information, see issue #50504 Nov 29 21:51:47.793 INFO [stderr] Nov 29 21:51:47.793 INFO [stderr] warning: cannot find type `article_id` in this scope Nov 29 21:51:47.793 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 29 21:51:47.793 INFO [stderr] | Nov 29 21:51:47.793 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 29 21:51:47.793 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 29 21:51:47.793 INFO [stderr] | Nov 29 21:51:47.793 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! Nov 29 21:51:47.793 INFO [stderr] = note: for more information, see issue #50504 Nov 29 21:51:47.793 INFO [stderr] Nov 29 21:51:47.793 INFO [stderr] warning: cannot find type `name` in this scope Nov 29 21:51:47.793 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 29 21:51:47.793 INFO [stderr] | Nov 29 21:51:47.793 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 29 21:51:47.793 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 29 21:51:47.793 INFO [stderr] | Nov 29 21:51:47.793 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! Nov 29 21:51:47.793 INFO [stderr] = note: for more information, see issue #50504 Nov 29 21:51:47.793 INFO [stderr] Nov 29 21:51:47.793 INFO [stderr] warning: cannot find type `Tag` in this scope Nov 29 21:51:47.793 INFO [stderr] --> src/models/tag.rs:3:10 Nov 29 21:51:47.793 INFO [stderr] | Nov 29 21:51:47.793 INFO [stderr] 3 | #[derive(Identifiable, Queryable, Serialize, Deserialize)] Nov 29 21:51:47.793 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 29 21:51:47.793 INFO [stderr] | Nov 29 21:51:47.793 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! Nov 29 21:51:47.793 INFO [stderr] = note: for more information, see issue #50504 Nov 29 21:51:47.794 INFO [stderr] Nov 29 21:51:47.794 INFO [stderr] warning: cannot find type `tags` in this scope Nov 29 21:51:47.794 INFO [stderr] --> src/models/tag.rs:3:10 Nov 29 21:51:47.794 INFO [stderr] | Nov 29 21:51:47.794 INFO [stderr] 3 | #[derive(Identifiable, Queryable, Serialize, Deserialize)] Nov 29 21:51:47.794 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 29 21:51:47.794 INFO [stderr] | Nov 29 21:51:47.794 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! Nov 29 21:51:47.794 INFO [stderr] = note: for more information, see issue #50504 Nov 29 21:51:47.794 INFO [stderr] Nov 29 21:51:47.794 INFO [stderr] warning: cannot find type `Tag` in this scope Nov 29 21:51:47.794 INFO [stderr] --> src/models/tag.rs:3:24 Nov 29 21:51:47.794 INFO [stderr] | Nov 29 21:51:47.794 INFO [stderr] 3 | #[derive(Identifiable, Queryable, Serialize, Deserialize)] Nov 29 21:51:47.794 INFO [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 29 21:51:47.794 INFO [stderr] | Nov 29 21:51:47.794 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! Nov 29 21:51:47.794 INFO [stderr] = note: for more information, see issue #50504 Nov 29 21:51:47.794 INFO [stderr] Nov 29 21:51:47.794 INFO [stderr] warning: cannot find type `tags` in this scope Nov 29 21:51:47.794 INFO [stderr] --> src/models/tag.rs:9:10 Nov 29 21:51:47.794 INFO [stderr] | Nov 29 21:51:47.794 INFO [stderr] 9 | #[derive(Insertable, AsChangeset, Deserialize, Serialize)] Nov 29 21:51:47.794 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 29 21:51:47.794 INFO [stderr] | Nov 29 21:51:47.794 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! Nov 29 21:51:47.794 INFO [stderr] = note: for more information, see issue #50504 Nov 29 21:51:47.794 INFO [stderr] Nov 29 21:51:47.794 INFO [stderr] warning: cannot find type `TagForm` in this scope Nov 29 21:51:47.794 INFO [stderr] --> src/models/tag.rs:9:10 Nov 29 21:51:47.794 INFO [stderr] | Nov 29 21:51:47.794 INFO [stderr] 9 | #[derive(Insertable, AsChangeset, Deserialize, Serialize)] Nov 29 21:51:47.794 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 29 21:51:47.794 INFO [stderr] | Nov 29 21:51:47.794 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! Nov 29 21:51:47.794 INFO [stderr] = note: for more information, see issue #50504 Nov 29 21:51:47.794 INFO [stderr] Nov 29 21:51:47.794 INFO [stderr] warning: cannot find type `TagForm` in this scope Nov 29 21:51:47.794 INFO [stderr] --> src/models/tag.rs:9:22 Nov 29 21:51:47.794 INFO [stderr] | Nov 29 21:51:47.794 INFO [stderr] 9 | #[derive(Insertable, AsChangeset, Deserialize, Serialize)] Nov 29 21:51:47.794 INFO [stderr] | ^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 29 21:51:47.794 INFO [stderr] | Nov 29 21:51:47.794 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! Nov 29 21:51:47.794 INFO [stderr] = note: for more information, see issue #50504 Nov 29 21:51:47.794 INFO [stderr] Nov 29 21:51:47.794 INFO [stderr] warning: cannot find type `tags` in this scope Nov 29 21:51:47.794 INFO [stderr] --> src/models/tag.rs:9:22 Nov 29 21:51:47.794 INFO [stderr] | Nov 29 21:51:47.794 INFO [stderr] 9 | #[derive(Insertable, AsChangeset, Deserialize, Serialize)] Nov 29 21:51:47.794 INFO [stderr] | ^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 29 21:51:47.794 INFO [stderr] | Nov 29 21:51:47.794 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! Nov 29 21:51:47.794 INFO [stderr] = note: for more information, see issue #50504 Nov 29 21:51:47.794 INFO [stderr] Nov 29 21:51:47.794 INFO [stderr] warning: unused import: `diesel::prelude::*` Nov 29 21:51:47.794 INFO [stderr] --> src/models/tagging.rs:1:5 Nov 29 21:51:47.794 INFO [stderr] | Nov 29 21:51:47.794 INFO [stderr] 1 | use diesel::prelude::*; Nov 29 21:51:47.794 INFO [stderr] | ^^^^^^^^^^^^^^^^^^ Nov 29 21:51:47.794 INFO [stderr] Nov 29 21:51:47.794 INFO [stderr] warning: cannot find type `Tagging` in this scope Nov 29 21:51:47.794 INFO [stderr] --> src/models/tagging.rs:4:10 Nov 29 21:51:47.794 INFO [stderr] | Nov 29 21:51:47.794 INFO [stderr] 4 | #[derive(Identifiable, Queryable, Associations)] Nov 29 21:51:47.794 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 29 21:51:47.794 INFO [stderr] | Nov 29 21:51:47.794 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! Nov 29 21:51:47.794 INFO [stderr] = note: for more information, see issue #50504 Nov 29 21:51:47.794 INFO [stderr] Nov 29 21:51:47.794 INFO [stderr] warning: cannot find type `taggings` in this scope Nov 29 21:51:47.794 INFO [stderr] --> src/models/tagging.rs:4:10 Nov 29 21:51:47.794 INFO [stderr] | Nov 29 21:51:47.794 INFO [stderr] 4 | #[derive(Identifiable, Queryable, Associations)] Nov 29 21:51:47.794 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 29 21:51:47.794 INFO [stderr] | Nov 29 21:51:47.794 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! Nov 29 21:51:47.794 INFO [stderr] = note: for more information, see issue #50504 Nov 29 21:51:47.794 INFO [stderr] Nov 29 21:51:47.794 INFO [stderr] warning: cannot find type `Tagging` in this scope Nov 29 21:51:47.794 INFO [stderr] --> src/models/tagging.rs:4:24 Nov 29 21:51:47.794 INFO [stderr] | Nov 29 21:51:47.794 INFO [stderr] 4 | #[derive(Identifiable, Queryable, Associations)] Nov 29 21:51:47.794 INFO [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 29 21:51:47.794 INFO [stderr] | Nov 29 21:51:47.794 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! Nov 29 21:51:47.794 INFO [stderr] = note: for more information, see issue #50504 Nov 29 21:51:47.794 INFO [stderr] Nov 29 21:51:47.794 INFO [stderr] warning: cannot find type `Article` in this scope Nov 29 21:51:47.794 INFO [stderr] --> src/models/tagging.rs:4:35 Nov 29 21:51:47.794 INFO [stderr] | Nov 29 21:51:47.794 INFO [stderr] 4 | #[derive(Identifiable, Queryable, Associations)] Nov 29 21:51:47.794 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 29 21:51:47.794 INFO [stderr] | Nov 29 21:51:47.794 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! Nov 29 21:51:47.795 INFO [stderr] = note: for more information, see issue #50504 Nov 29 21:51:47.795 INFO [stderr] Nov 29 21:51:47.795 INFO [stderr] warning: cannot find type `Tagging` in this scope Nov 29 21:51:47.795 INFO [stderr] --> src/models/tagging.rs:4:35 Nov 29 21:51:47.795 INFO [stderr] | Nov 29 21:51:47.795 INFO [stderr] 4 | #[derive(Identifiable, Queryable, Associations)] Nov 29 21:51:47.795 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 29 21:51:47.795 INFO [stderr] | Nov 29 21:51:47.795 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! Nov 29 21:51:47.795 INFO [stderr] = note: for more information, see issue #50504 Nov 29 21:51:47.795 INFO [stderr] Nov 29 21:51:47.795 INFO [stderr] warning: cannot find type `taggings` in this scope Nov 29 21:51:47.795 INFO [stderr] --> src/models/tagging.rs:4:35 Nov 29 21:51:47.795 INFO [stderr] | Nov 29 21:51:47.795 INFO [stderr] 4 | #[derive(Identifiable, Queryable, Associations)] Nov 29 21:51:47.795 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 29 21:51:47.795 INFO [stderr] | Nov 29 21:51:47.795 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! Nov 29 21:51:47.795 INFO [stderr] = note: for more information, see issue #50504 Nov 29 21:51:47.795 INFO [stderr] Nov 29 21:51:47.795 INFO [stderr] warning: cannot find type `Tag` in this scope Nov 29 21:51:47.795 INFO [stderr] --> src/models/tagging.rs:4:35 Nov 29 21:51:47.795 INFO [stderr] | Nov 29 21:51:47.795 INFO [stderr] 4 | #[derive(Identifiable, Queryable, Associations)] Nov 29 21:51:47.795 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 29 21:51:47.795 INFO [stderr] | Nov 29 21:51:47.795 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! Nov 29 21:51:47.795 INFO [stderr] = note: for more information, see issue #50504 Nov 29 21:51:47.795 INFO [stderr] Nov 29 21:51:47.795 INFO [stderr] warning: cannot find type `taggings` in this scope Nov 29 21:51:47.795 INFO [stderr] --> src/models/tagging.rs:13:10 Nov 29 21:51:47.795 INFO [stderr] | Nov 29 21:51:47.795 INFO [stderr] 13 | #[derive(Insertable)] Nov 29 21:51:47.795 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 29 21:51:47.795 INFO [stderr] | Nov 29 21:51:47.795 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! Nov 29 21:51:47.795 INFO [stderr] = note: for more information, see issue #50504 Nov 29 21:51:47.795 INFO [stderr] Nov 29 21:51:47.795 INFO [stderr] warning: cannot find type `NewTagging` in this scope Nov 29 21:51:47.795 INFO [stderr] --> src/models/tagging.rs:13:10 Nov 29 21:51:47.795 INFO [stderr] | Nov 29 21:51:47.795 INFO [stderr] 13 | #[derive(Insertable)] Nov 29 21:51:47.795 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 29 21:51:47.795 INFO [stderr] | Nov 29 21:51:47.795 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! Nov 29 21:51:47.795 INFO [stderr] = note: for more information, see issue #50504 Nov 29 21:51:47.795 INFO [stderr] Nov 29 21:51:48.540 INFO [stderr] warning: the feature `extern_prelude` has been stable since 1.30.0 and no longer requires an attribute to enable Nov 29 21:51:48.540 INFO [stderr] --> src/main.rs:4:12 Nov 29 21:51:48.540 INFO [stderr] | Nov 29 21:51:48.540 INFO [stderr] 4 | #![feature(extern_prelude)] Nov 29 21:51:48.540 INFO [stderr] | ^^^^^^^^^^^^^^ Nov 29 21:51:48.540 INFO [stderr] | Nov 29 21:51:48.540 INFO [stderr] = note: #[warn(stable_features)] on by default Nov 29 21:51:48.540 INFO [stderr] Nov 29 21:51:48.700 INFO [stderr] warning: the feature `extern_prelude` has been stable since 1.30.0 and no longer requires an attribute to enable Nov 29 21:51:48.700 INFO [stderr] --> src/main.rs:4:12 Nov 29 21:51:48.700 INFO [stderr] | Nov 29 21:51:48.700 INFO [stderr] 4 | #![feature(extern_prelude)] Nov 29 21:51:48.700 INFO [stderr] | ^^^^^^^^^^^^^^ Nov 29 21:51:48.700 INFO [stderr] | Nov 29 21:51:48.700 INFO [stderr] = note: #[warn(stable_features)] on by default Nov 29 21:51:48.700 INFO [stderr] Nov 29 21:51:48.800 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 29s Nov 29 21:51:48.804 INFO [stderr] su: No module specific data is present Nov 29 21:51:49.536 INFO running `"docker" "inspect" "25ec2c0cec7b77450b405b70bb25bfc24ad009b50917a3cd95b06ac5c0a400fd"` Nov 29 21:51:49.628 INFO running `"docker" "rm" "-f" "25ec2c0cec7b77450b405b70bb25bfc24ad009b50917a3cd95b06ac5c0a400fd"` Nov 29 21:51:49.761 INFO [stdout] 25ec2c0cec7b77450b405b70bb25bfc24ad009b50917a3cd95b06ac5c0a400fd