Nov 01 00:26:08.092 INFO checking mtwtkman/editor against try#d7816399d50d407bbce1efe9dbadf8faaaf568fc for pr-55538 Nov 01 00:26:08.092 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55538/worker-1/try#d7816399d50d407bbce1efe9dbadf8faaaf568fc:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-1/pr-55538/try#d7816399d50d407bbce1efe9dbadf8faaaf568fc:/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 +d7816399d50d407bbce1efe9dbadf8faaaf568fc-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 01 00:26:08.507 INFO blam! b94cd3d1168459bccf5f5742e50540e38355c8ee7b13f62aebff7eb96c3b6b74 Nov 01 00:26:08.507 INFO running `"docker" "start" "-a" "b94cd3d1168459bccf5f5742e50540e38355c8ee7b13f62aebff7eb96c3b6b74"` Nov 01 00:26:09.701 INFO kablam! usermod: no changes Nov 01 00:26:09.741 INFO kablam! warning: An explicit [[test]] section is specified in Cargo.toml which currently Nov 01 00:26:09.741 INFO kablam! disables Cargo from automatically inferring other test targets. Nov 01 00:26:09.741 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Nov 01 00:26:09.741 INFO kablam! files will be included as a test target: Nov 01 00:26:09.741 INFO kablam! Nov 01 00:26:09.741 INFO kablam! * /source/tests/helpers.rs Nov 01 00:26:09.741 INFO kablam! Nov 01 00:26:09.741 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Nov 01 00:26:09.741 INFO kablam! ready to be compiled as a test target today. You can future-proof yourself Nov 01 00:26:09.741 INFO kablam! and disable this warning by adding `autotests = false` to your [package] Nov 01 00:26:09.741 INFO kablam! section. You may also move the files to a location where Cargo would not Nov 01 00:26:09.741 INFO kablam! automatically infer them to be a target, such as in subfolders. Nov 01 00:26:09.741 INFO kablam! Nov 01 00:26:09.741 INFO kablam! For more information on this warning you can consult Nov 01 00:26:09.741 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Nov 01 00:26:10.124 INFO kablam! Compiling antidote v1.0.0 Nov 01 00:26:10.132 INFO kablam! Compiling rocket v0.3.16 Nov 01 00:26:10.132 INFO kablam! Compiling rocket_codegen v0.3.16 Nov 01 00:26:10.156 INFO kablam! Compiling num-traits v0.2.6 Nov 01 00:26:10.160 INFO kablam! Compiling syn v0.11.11 Nov 01 00:26:10.160 INFO kablam! Compiling libsqlite3-sys v0.9.3 Nov 01 00:26:10.160 INFO kablam! Checking serde_json v1.0.30 Nov 01 00:26:10.160 INFO kablam! Checking unicase_serde v0.1.0 Nov 01 00:26:12.333 INFO kablam! Compiling hyper v0.10.13 Nov 01 00:26:13.512 INFO kablam! Checking url_serde v0.2.0 Nov 01 00:26:15.317 INFO kablam! Checking diesel v1.3.3 Nov 01 00:26:16.869 INFO kablam! Compiling scheduled-thread-pool v0.2.0 Nov 01 00:26:17.796 INFO kablam! Checking failure v0.1.2 Nov 01 00:26:19.133 INFO kablam! Checking dotenv v0.13.0 Nov 01 00:26:23.756 INFO kablam! Compiling num-integer v0.1.39 Nov 01 00:26:25.332 INFO kablam! Compiling r2d2 v0.8.2 Nov 01 00:26:27.936 INFO kablam! Compiling chrono v0.4.6 Nov 01 00:26:47.156 INFO kablam! Checking rocket_cors v0.3.0 Nov 01 00:26:47.156 INFO kablam! Checking rocket_contrib v0.3.16 Nov 01 00:27:31.640 INFO kablam! Checking migrations_internals v1.3.0 Nov 01 00:27:41.739 INFO kablam! Compiling migrations_macros v1.3.0 Nov 01 00:27:44.983 INFO kablam! Checking diesel_migrations v1.3.0 Nov 01 00:27:45.585 INFO kablam! Checking source v0.1.0 (/source) Nov 01 00:27:48.015 INFO kablam! warning: unused import: `Method` Nov 01 00:27:48.016 INFO kablam! --> src/main.rs:21:20 Nov 01 00:27:48.017 INFO kablam! | Nov 01 00:27:48.017 INFO kablam! 21 | use rocket::http::{Method, Status}; Nov 01 00:27:48.017 INFO kablam! | ^^^^^^ Nov 01 00:27:48.017 INFO kablam! | Nov 01 00:27:48.017 INFO kablam! = note: #[warn(unused_imports)] on by default Nov 01 00:27:48.017 INFO kablam! Nov 01 00:27:48.018 INFO kablam! warning: unused import: `AllowedHeaders` Nov 01 00:27:48.018 INFO kablam! --> src/main.rs:24:19 Nov 01 00:27:48.018 INFO kablam! | Nov 01 00:27:48.018 INFO kablam! 24 | use rocket_cors::{AllowedHeaders, AllowedOrigins}; Nov 01 00:27:48.018 INFO kablam! | ^^^^^^^^^^^^^^ Nov 01 00:27:48.019 INFO kablam! Nov 01 00:27:48.019 INFO kablam! warning: cannot find type `Article` in this scope Nov 01 00:27:48.019 INFO kablam! --> src/models/article.rs:4:10 Nov 01 00:27:48.019 INFO kablam! | Nov 01 00:27:48.019 INFO kablam! 4 | #[derive(Identifiable, Queryable, Serialize, Deserialize)] Nov 01 00:27:48.019 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 01 00:27:48.020 INFO kablam! | Nov 01 00:27:48.020 INFO kablam! = note: #[warn(proc_macro_derive_resolution_fallback)] on by default Nov 01 00:27:48.020 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 01 00:27:48.020 INFO kablam! = note: for more information, see issue #50504 Nov 01 00:27:48.020 INFO kablam! Nov 01 00:27:48.020 INFO kablam! warning: cannot find type `articles` in this scope Nov 01 00:27:48.021 INFO kablam! --> src/models/article.rs:4:10 Nov 01 00:27:48.021 INFO kablam! | Nov 01 00:27:48.021 INFO kablam! 4 | #[derive(Identifiable, Queryable, Serialize, Deserialize)] Nov 01 00:27:48.021 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 01 00:27:48.021 INFO kablam! | Nov 01 00:27:48.021 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 01 00:27:48.022 INFO kablam! = note: for more information, see issue #50504 Nov 01 00:27:48.022 INFO kablam! Nov 01 00:27:48.022 INFO kablam! warning: cannot find type `Article` in this scope Nov 01 00:27:48.022 INFO kablam! --> src/models/article.rs:4:10 Nov 01 00:27:48.022 INFO kablam! | Nov 01 00:27:48.022 INFO kablam! 4 | #[derive(Identifiable, Queryable, Serialize, Deserialize)] Nov 01 00:27:48.023 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 01 00:27:48.023 INFO kablam! | Nov 01 00:27:48.023 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 01 00:27:48.023 INFO kablam! = note: for more information, see issue #50504 Nov 01 00:27:48.023 INFO kablam! Nov 01 00:27:48.023 INFO kablam! warning: cannot find type `NaiveDateTime` in this scope Nov 01 00:27:48.024 INFO kablam! --> src/models/article.rs:4:24 Nov 01 00:27:48.024 INFO kablam! | Nov 01 00:27:48.024 INFO kablam! 4 | #[derive(Identifiable, Queryable, Serialize, Deserialize)] Nov 01 00:27:48.024 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 01 00:27:48.024 INFO kablam! | Nov 01 00:27:48.025 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 01 00:27:48.025 INFO kablam! = note: for more information, see issue #50504 Nov 01 00:27:48.025 INFO kablam! Nov 01 00:27:48.025 INFO kablam! warning: cannot find type `Article` in this scope Nov 01 00:27:48.025 INFO kablam! --> src/models/article.rs:4:24 Nov 01 00:27:48.025 INFO kablam! | Nov 01 00:27:48.025 INFO kablam! 4 | #[derive(Identifiable, Queryable, Serialize, Deserialize)] Nov 01 00:27:48.026 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 01 00:27:48.026 INFO kablam! | Nov 01 00:27:48.026 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 01 00:27:48.026 INFO kablam! = note: for more information, see issue #50504 Nov 01 00:27:48.026 INFO kablam! Nov 01 00:27:48.026 INFO kablam! warning: cannot find type `articles` in this scope Nov 01 00:27:48.027 INFO kablam! --> src/models/article.rs:14:10 Nov 01 00:27:48.027 INFO kablam! | Nov 01 00:27:48.027 INFO kablam! 14 | #[derive(Insertable, Serialize, Deserialize, AsChangeset, Queryable)] Nov 01 00:27:48.027 INFO kablam! | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 01 00:27:48.027 INFO kablam! | Nov 01 00:27:48.027 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 01 00:27:48.028 INFO kablam! = note: for more information, see issue #50504 Nov 01 00:27:48.028 INFO kablam! Nov 01 00:27:48.028 INFO kablam! warning: cannot find type `ArticleForm` in this scope Nov 01 00:27:48.028 INFO kablam! --> src/models/article.rs:14:10 Nov 01 00:27:48.029 INFO kablam! | Nov 01 00:27:48.029 INFO kablam! 14 | #[derive(Insertable, Serialize, Deserialize, AsChangeset, Queryable)] Nov 01 00:27:48.029 INFO kablam! | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 01 00:27:48.029 INFO kablam! | Nov 01 00:27:48.030 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 01 00:27:48.030 INFO kablam! = note: for more information, see issue #50504 Nov 01 00:27:48.030 INFO kablam! Nov 01 00:27:48.031 INFO kablam! warning: cannot find type `ArticleForm` in this scope Nov 01 00:27:48.031 INFO kablam! --> src/models/article.rs:14:46 Nov 01 00:27:48.031 INFO kablam! | Nov 01 00:27:48.032 INFO kablam! 14 | #[derive(Insertable, Serialize, Deserialize, AsChangeset, Queryable)] Nov 01 00:27:48.032 INFO kablam! | ^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 01 00:27:48.032 INFO kablam! | Nov 01 00:27:48.032 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 01 00:27:48.033 INFO kablam! = note: for more information, see issue #50504 Nov 01 00:27:48.033 INFO kablam! Nov 01 00:27:48.033 INFO kablam! warning: cannot find type `articles` in this scope Nov 01 00:27:48.033 INFO kablam! --> src/models/article.rs:14:46 Nov 01 00:27:48.034 INFO kablam! | Nov 01 00:27:48.034 INFO kablam! 14 | #[derive(Insertable, Serialize, Deserialize, AsChangeset, Queryable)] Nov 01 00:27:48.034 INFO kablam! | ^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 01 00:27:48.035 INFO kablam! | Nov 01 00:27:48.035 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 01 00:27:48.035 INFO kablam! = note: for more information, see issue #50504 Nov 01 00:27:48.036 INFO kablam! Nov 01 00:27:48.036 INFO kablam! warning: cannot find type `ArticleForm` in this scope Nov 01 00:27:48.036 INFO kablam! --> src/models/article.rs:14:59 Nov 01 00:27:48.036 INFO kablam! | Nov 01 00:27:48.037 INFO kablam! 14 | #[derive(Insertable, Serialize, Deserialize, AsChangeset, Queryable)] Nov 01 00:27:48.037 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 01 00:27:48.037 INFO kablam! | Nov 01 00:27:48.038 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 01 00:27:48.038 INFO kablam! = note: for more information, see issue #50504 Nov 01 00:27:48.038 INFO kablam! Nov 01 00:27:48.039 INFO kablam! warning: cannot find type `table` in this scope Nov 01 00:27:48.039 INFO kablam! --> <::diesel::macros::table_body macros>:165:33 Nov 01 00:27:48.039 INFO kablam! | Nov 01 00:27:48.039 INFO kablam! 165 | derive ( Debug , Clone , Copy , QueryId ) ] /// The actual table struct Nov 01 00:27:48.040 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 01 00:27:48.040 INFO kablam! | Nov 01 00:27:48.040 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 01 00:27:48.041 INFO kablam! = note: for more information, see issue #50504 Nov 01 00:27:48.041 INFO kablam! Nov 01 00:27:48.041 INFO kablam! warning: cannot find type `id` in this scope Nov 01 00:27:48.042 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Nov 01 00:27:48.042 INFO kablam! | Nov 01 00:27:48.042 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 01 00:27:48.042 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 01 00:27:48.043 INFO kablam! | Nov 01 00:27:48.043 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 01 00:27:48.043 INFO kablam! = note: for more information, see issue #50504 Nov 01 00:27:48.044 INFO kablam! Nov 01 00:27:48.044 INFO kablam! warning: cannot find type `title` in this scope Nov 01 00:27:48.044 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Nov 01 00:27:48.045 INFO kablam! | Nov 01 00:27:48.045 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 01 00:27:48.045 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 01 00:27:48.045 INFO kablam! | Nov 01 00:27:48.046 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 01 00:27:48.046 INFO kablam! = note: for more information, see issue #50504 Nov 01 00:27:48.046 INFO kablam! Nov 01 00:27:48.047 INFO kablam! warning: cannot find type `body` in this scope Nov 01 00:27:48.047 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Nov 01 00:27:48.047 INFO kablam! | Nov 01 00:27:48.048 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 01 00:27:48.048 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 01 00:27:48.048 INFO kablam! | Nov 01 00:27:48.049 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 01 00:27:48.049 INFO kablam! = note: for more information, see issue #50504 Nov 01 00:27:48.050 INFO kablam! Nov 01 00:27:48.050 INFO kablam! warning: cannot find type `published` in this scope Nov 01 00:27:48.050 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Nov 01 00:27:48.051 INFO kablam! | Nov 01 00:27:48.051 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 01 00:27:48.052 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 01 00:27:48.052 INFO kablam! | Nov 01 00:27:48.052 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 01 00:27:48.052 INFO kablam! = note: for more information, see issue #50504 Nov 01 00:27:48.053 INFO kablam! Nov 01 00:27:48.053 INFO kablam! warning: cannot find type `created_at` in this scope Nov 01 00:27:48.053 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Nov 01 00:27:48.054 INFO kablam! | Nov 01 00:27:48.054 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 01 00:27:48.054 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 01 00:27:48.054 INFO kablam! | Nov 01 00:27:48.055 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 01 00:27:48.055 INFO kablam! = note: for more information, see issue #50504 Nov 01 00:27:48.055 INFO kablam! Nov 01 00:27:48.056 INFO kablam! warning: cannot find type `updated_at` in this scope Nov 01 00:27:48.056 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Nov 01 00:27:48.056 INFO kablam! | Nov 01 00:27:48.057 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 01 00:27:48.057 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 01 00:27:48.057 INFO kablam! | Nov 01 00:27:48.057 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 01 00:27:48.058 INFO kablam! = note: for more information, see issue #50504 Nov 01 00:27:48.058 INFO kablam! Nov 01 00:27:48.058 INFO kablam! warning: cannot find type `tag_id` in this scope Nov 01 00:27:48.058 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Nov 01 00:27:48.059 INFO kablam! | Nov 01 00:27:48.059 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 01 00:27:48.059 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 01 00:27:48.060 INFO kablam! | Nov 01 00:27:48.060 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 01 00:27:48.060 INFO kablam! = note: for more information, see issue #50504 Nov 01 00:27:48.061 INFO kablam! Nov 01 00:27:48.061 INFO kablam! warning: cannot find type `article_id` in this scope Nov 01 00:27:48.061 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Nov 01 00:27:48.061 INFO kablam! | Nov 01 00:27:48.062 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 01 00:27:48.062 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 01 00:27:48.062 INFO kablam! | Nov 01 00:27:48.063 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 01 00:27:48.063 INFO kablam! = note: for more information, see issue #50504 Nov 01 00:27:48.063 INFO kablam! Nov 01 00:27:48.063 INFO kablam! warning: cannot find type `name` in this scope Nov 01 00:27:48.064 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Nov 01 00:27:48.064 INFO kablam! | Nov 01 00:27:48.065 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 01 00:27:48.065 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 01 00:27:48.065 INFO kablam! | Nov 01 00:27:48.065 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 01 00:27:48.066 INFO kablam! = note: for more information, see issue #50504 Nov 01 00:27:48.066 INFO kablam! Nov 01 00:27:48.066 INFO kablam! warning: cannot find type `Tag` in this scope Nov 01 00:27:48.067 INFO kablam! --> src/models/tag.rs:3:10 Nov 01 00:27:48.067 INFO kablam! | Nov 01 00:27:48.067 INFO kablam! 3 | #[derive(Identifiable, Queryable, Serialize, Deserialize)] Nov 01 00:27:48.067 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 01 00:27:48.068 INFO kablam! | Nov 01 00:27:48.068 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 01 00:27:48.068 INFO kablam! = note: for more information, see issue #50504 Nov 01 00:27:48.069 INFO kablam! Nov 01 00:27:48.069 INFO kablam! warning: cannot find type `tags` in this scope Nov 01 00:27:48.069 INFO kablam! --> src/models/tag.rs:3:10 Nov 01 00:27:48.070 INFO kablam! | Nov 01 00:27:48.070 INFO kablam! 3 | #[derive(Identifiable, Queryable, Serialize, Deserialize)] Nov 01 00:27:48.070 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 01 00:27:48.070 INFO kablam! | Nov 01 00:27:48.071 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 01 00:27:48.071 INFO kablam! = note: for more information, see issue #50504 Nov 01 00:27:48.071 INFO kablam! Nov 01 00:27:48.072 INFO kablam! warning: cannot find type `Tag` in this scope Nov 01 00:27:48.072 INFO kablam! --> src/models/tag.rs:3:24 Nov 01 00:27:48.072 INFO kablam! | Nov 01 00:27:48.073 INFO kablam! 3 | #[derive(Identifiable, Queryable, Serialize, Deserialize)] Nov 01 00:27:48.073 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 01 00:27:48.073 INFO kablam! | Nov 01 00:27:48.074 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 01 00:27:48.074 INFO kablam! = note: for more information, see issue #50504 Nov 01 00:27:48.074 INFO kablam! Nov 01 00:27:48.075 INFO kablam! warning: cannot find type `tags` in this scope Nov 01 00:27:48.075 INFO kablam! --> src/models/tag.rs:9:10 Nov 01 00:27:48.075 INFO kablam! | Nov 01 00:27:48.075 INFO kablam! 9 | #[derive(Insertable, AsChangeset, Deserialize, Serialize)] Nov 01 00:27:48.076 INFO kablam! | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 01 00:27:48.076 INFO kablam! | Nov 01 00:27:48.076 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 01 00:27:48.077 INFO kablam! = note: for more information, see issue #50504 Nov 01 00:27:48.077 INFO kablam! Nov 01 00:27:48.077 INFO kablam! warning: cannot find type `TagForm` in this scope Nov 01 00:27:48.078 INFO kablam! --> src/models/tag.rs:9:10 Nov 01 00:27:48.078 INFO kablam! | Nov 01 00:27:48.078 INFO kablam! 9 | #[derive(Insertable, AsChangeset, Deserialize, Serialize)] Nov 01 00:27:48.078 INFO kablam! | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 01 00:27:48.079 INFO kablam! | Nov 01 00:27:48.079 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 01 00:27:48.079 INFO kablam! = note: for more information, see issue #50504 Nov 01 00:27:48.080 INFO kablam! Nov 01 00:27:48.080 INFO kablam! warning: cannot find type `TagForm` in this scope Nov 01 00:27:48.080 INFO kablam! --> src/models/tag.rs:9:22 Nov 01 00:27:48.081 INFO kablam! | Nov 01 00:27:48.081 INFO kablam! 9 | #[derive(Insertable, AsChangeset, Deserialize, Serialize)] Nov 01 00:27:48.081 INFO kablam! | ^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 01 00:27:48.081 INFO kablam! | Nov 01 00:27:48.082 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 01 00:27:48.082 INFO kablam! = note: for more information, see issue #50504 Nov 01 00:27:48.082 INFO kablam! Nov 01 00:27:48.083 INFO kablam! warning: cannot find type `tags` in this scope Nov 01 00:27:48.083 INFO kablam! --> src/models/tag.rs:9:22 Nov 01 00:27:48.083 INFO kablam! | Nov 01 00:27:48.083 INFO kablam! 9 | #[derive(Insertable, AsChangeset, Deserialize, Serialize)] Nov 01 00:27:48.084 INFO kablam! | ^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 01 00:27:48.084 INFO kablam! | Nov 01 00:27:48.084 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 01 00:27:48.085 INFO kablam! = note: for more information, see issue #50504 Nov 01 00:27:48.085 INFO kablam! Nov 01 00:27:48.085 INFO kablam! warning: unused import: `diesel::prelude::*` Nov 01 00:27:48.086 INFO kablam! --> src/models/tagging.rs:1:5 Nov 01 00:27:48.086 INFO kablam! | Nov 01 00:27:48.086 INFO kablam! 1 | use diesel::prelude::*; Nov 01 00:27:48.087 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Nov 01 00:27:48.087 INFO kablam! Nov 01 00:27:48.087 INFO kablam! warning: cannot find type `Tagging` in this scope Nov 01 00:27:48.087 INFO kablam! --> src/models/tagging.rs:4:10 Nov 01 00:27:48.088 INFO kablam! | Nov 01 00:27:48.088 INFO kablam! 4 | #[derive(Identifiable, Queryable, Associations)] Nov 01 00:27:48.088 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 01 00:27:48.089 INFO kablam! | Nov 01 00:27:48.089 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 01 00:27:48.089 INFO kablam! = note: for more information, see issue #50504 Nov 01 00:27:48.090 INFO kablam! Nov 01 00:27:48.090 INFO kablam! warning: cannot find type `taggings` in this scope Nov 01 00:27:48.090 INFO kablam! --> src/models/tagging.rs:4:10 Nov 01 00:27:48.090 INFO kablam! | Nov 01 00:27:48.091 INFO kablam! 4 | #[derive(Identifiable, Queryable, Associations)] Nov 01 00:27:48.091 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 01 00:27:48.091 INFO kablam! | Nov 01 00:27:48.092 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 01 00:27:48.092 INFO kablam! = note: for more information, see issue #50504 Nov 01 00:27:48.092 INFO kablam! Nov 01 00:27:48.092 INFO kablam! warning: cannot find type `Tagging` in this scope Nov 01 00:27:48.093 INFO kablam! --> src/models/tagging.rs:4:24 Nov 01 00:27:48.093 INFO kablam! | Nov 01 00:27:48.093 INFO kablam! 4 | #[derive(Identifiable, Queryable, Associations)] Nov 01 00:27:48.094 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 01 00:27:48.094 INFO kablam! | Nov 01 00:27:48.094 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 01 00:27:48.095 INFO kablam! = note: for more information, see issue #50504 Nov 01 00:27:48.095 INFO kablam! Nov 01 00:27:48.095 INFO kablam! warning: cannot find type `Article` in this scope Nov 01 00:27:48.095 INFO kablam! --> src/models/tagging.rs:4:35 Nov 01 00:27:48.096 INFO kablam! | Nov 01 00:27:48.096 INFO kablam! 4 | #[derive(Identifiable, Queryable, Associations)] Nov 01 00:27:48.096 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 01 00:27:48.097 INFO kablam! | Nov 01 00:27:48.097 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 01 00:27:48.097 INFO kablam! = note: for more information, see issue #50504 Nov 01 00:27:48.098 INFO kablam! Nov 01 00:27:48.098 INFO kablam! warning: cannot find type `Tagging` in this scope Nov 01 00:27:48.098 INFO kablam! --> src/models/tagging.rs:4:35 Nov 01 00:27:48.098 INFO kablam! | Nov 01 00:27:48.099 INFO kablam! 4 | #[derive(Identifiable, Queryable, Associations)] Nov 01 00:27:48.099 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 01 00:27:48.099 INFO kablam! | Nov 01 00:27:48.100 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 01 00:27:48.100 INFO kablam! = note: for more information, see issue #50504 Nov 01 00:27:48.100 INFO kablam! Nov 01 00:27:48.101 INFO kablam! warning: cannot find type `taggings` in this scope Nov 01 00:27:48.101 INFO kablam! --> src/models/tagging.rs:4:35 Nov 01 00:27:48.101 INFO kablam! | Nov 01 00:27:48.102 INFO kablam! 4 | #[derive(Identifiable, Queryable, Associations)] Nov 01 00:27:48.102 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 01 00:27:48.102 INFO kablam! | Nov 01 00:27:48.102 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 01 00:27:48.103 INFO kablam! = note: for more information, see issue #50504 Nov 01 00:27:48.103 INFO kablam! Nov 01 00:27:48.103 INFO kablam! warning: cannot find type `Tag` in this scope Nov 01 00:27:48.104 INFO kablam! --> src/models/tagging.rs:4:35 Nov 01 00:27:48.104 INFO kablam! | Nov 01 00:27:48.104 INFO kablam! 4 | #[derive(Identifiable, Queryable, Associations)] Nov 01 00:27:48.105 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 01 00:27:48.105 INFO kablam! | Nov 01 00:27:48.105 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 01 00:27:48.105 INFO kablam! = note: for more information, see issue #50504 Nov 01 00:27:48.106 INFO kablam! Nov 01 00:27:48.106 INFO kablam! warning: cannot find type `taggings` in this scope Nov 01 00:27:48.106 INFO kablam! --> src/models/tagging.rs:13:10 Nov 01 00:27:48.107 INFO kablam! | Nov 01 00:27:48.107 INFO kablam! 13 | #[derive(Insertable)] Nov 01 00:27:48.107 INFO kablam! | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 01 00:27:48.107 INFO kablam! | Nov 01 00:27:48.108 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 01 00:27:48.108 INFO kablam! = note: for more information, see issue #50504 Nov 01 00:27:48.108 INFO kablam! Nov 01 00:27:48.109 INFO kablam! warning: cannot find type `NewTagging` in this scope Nov 01 00:27:48.109 INFO kablam! --> src/models/tagging.rs:13:10 Nov 01 00:27:48.109 INFO kablam! | Nov 01 00:27:48.109 INFO kablam! 13 | #[derive(Insertable)] Nov 01 00:27:48.110 INFO kablam! | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 01 00:27:48.110 INFO kablam! | Nov 01 00:27:48.110 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 01 00:27:48.111 INFO kablam! = note: for more information, see issue #50504 Nov 01 00:27:48.111 INFO kablam! Nov 01 00:27:48.247 INFO kablam! warning: unused import: `Method` Nov 01 00:27:48.247 INFO kablam! --> src/main.rs:21:20 Nov 01 00:27:48.247 INFO kablam! | Nov 01 00:27:48.247 INFO kablam! 21 | use rocket::http::{Method, Status}; Nov 01 00:27:48.247 INFO kablam! | ^^^^^^ Nov 01 00:27:48.247 INFO kablam! | Nov 01 00:27:48.247 INFO kablam! = note: #[warn(unused_imports)] on by default Nov 01 00:27:48.247 INFO kablam! Nov 01 00:27:48.247 INFO kablam! warning: unused import: `AllowedHeaders` Nov 01 00:27:48.247 INFO kablam! --> src/main.rs:24:19 Nov 01 00:27:48.247 INFO kablam! | Nov 01 00:27:48.247 INFO kablam! 24 | use rocket_cors::{AllowedHeaders, AllowedOrigins}; Nov 01 00:27:48.247 INFO kablam! | ^^^^^^^^^^^^^^ Nov 01 00:27:48.247 INFO kablam! Nov 01 00:27:48.248 INFO kablam! warning: cannot find type `Article` in this scope Nov 01 00:27:48.248 INFO kablam! --> src/models/article.rs:4:10 Nov 01 00:27:48.248 INFO kablam! | Nov 01 00:27:48.248 INFO kablam! 4 | #[derive(Identifiable, Queryable, Serialize, Deserialize)] Nov 01 00:27:48.248 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 01 00:27:48.248 INFO kablam! | Nov 01 00:27:48.248 INFO kablam! = note: #[warn(proc_macro_derive_resolution_fallback)] on by default Nov 01 00:27:48.248 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 01 00:27:48.248 INFO kablam! = note: for more information, see issue #50504 Nov 01 00:27:48.248 INFO kablam! Nov 01 00:27:48.248 INFO kablam! warning: cannot find type `articles` in this scope Nov 01 00:27:48.248 INFO kablam! --> src/models/article.rs:4:10 Nov 01 00:27:48.248 INFO kablam! | Nov 01 00:27:48.248 INFO kablam! 4 | #[derive(Identifiable, Queryable, Serialize, Deserialize)] Nov 01 00:27:48.248 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 01 00:27:48.248 INFO kablam! | Nov 01 00:27:48.248 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 01 00:27:48.248 INFO kablam! = note: for more information, see issue #50504 Nov 01 00:27:48.248 INFO kablam! Nov 01 00:27:48.248 INFO kablam! warning: cannot find type `Article` in this scope Nov 01 00:27:48.248 INFO kablam! --> src/models/article.rs:4:10 Nov 01 00:27:48.248 INFO kablam! | Nov 01 00:27:48.248 INFO kablam! 4 | #[derive(Identifiable, Queryable, Serialize, Deserialize)] Nov 01 00:27:48.248 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 01 00:27:48.248 INFO kablam! | Nov 01 00:27:48.248 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 01 00:27:48.248 INFO kablam! = note: for more information, see issue #50504 Nov 01 00:27:48.248 INFO kablam! Nov 01 00:27:48.248 INFO kablam! warning: cannot find type `NaiveDateTime` in this scope Nov 01 00:27:48.248 INFO kablam! --> src/models/article.rs:4:24 Nov 01 00:27:48.248 INFO kablam! | Nov 01 00:27:48.248 INFO kablam! 4 | #[derive(Identifiable, Queryable, Serialize, Deserialize)] Nov 01 00:27:48.248 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 01 00:27:48.248 INFO kablam! | Nov 01 00:27:48.248 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 01 00:27:48.248 INFO kablam! = note: for more information, see issue #50504 Nov 01 00:27:48.248 INFO kablam! Nov 01 00:27:48.248 INFO kablam! warning: cannot find type `Article` in this scope Nov 01 00:27:48.248 INFO kablam! --> src/models/article.rs:4:24 Nov 01 00:27:48.248 INFO kablam! | Nov 01 00:27:48.248 INFO kablam! 4 | #[derive(Identifiable, Queryable, Serialize, Deserialize)] Nov 01 00:27:48.248 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 01 00:27:48.248 INFO kablam! | Nov 01 00:27:48.248 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 01 00:27:48.248 INFO kablam! = note: for more information, see issue #50504 Nov 01 00:27:48.248 INFO kablam! Nov 01 00:27:48.248 INFO kablam! warning: cannot find type `articles` in this scope Nov 01 00:27:48.248 INFO kablam! --> src/models/article.rs:14:10 Nov 01 00:27:48.248 INFO kablam! | Nov 01 00:27:48.248 INFO kablam! 14 | #[derive(Insertable, Serialize, Deserialize, AsChangeset, Queryable)] Nov 01 00:27:48.248 INFO kablam! | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 01 00:27:48.248 INFO kablam! | Nov 01 00:27:48.248 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 01 00:27:48.248 INFO kablam! = note: for more information, see issue #50504 Nov 01 00:27:48.248 INFO kablam! Nov 01 00:27:48.248 INFO kablam! warning: cannot find type `ArticleForm` in this scope Nov 01 00:27:48.248 INFO kablam! --> src/models/article.rs:14:10 Nov 01 00:27:48.248 INFO kablam! | Nov 01 00:27:48.248 INFO kablam! 14 | #[derive(Insertable, Serialize, Deserialize, AsChangeset, Queryable)] Nov 01 00:27:48.248 INFO kablam! | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 01 00:27:48.248 INFO kablam! | Nov 01 00:27:48.248 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 01 00:27:48.248 INFO kablam! = note: for more information, see issue #50504 Nov 01 00:27:48.248 INFO kablam! Nov 01 00:27:48.248 INFO kablam! warning: cannot find type `ArticleForm` in this scope Nov 01 00:27:48.248 INFO kablam! --> src/models/article.rs:14:46 Nov 01 00:27:48.248 INFO kablam! | Nov 01 00:27:48.248 INFO kablam! 14 | #[derive(Insertable, Serialize, Deserialize, AsChangeset, Queryable)] Nov 01 00:27:48.248 INFO kablam! | ^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 01 00:27:48.248 INFO kablam! | Nov 01 00:27:48.248 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 01 00:27:48.248 INFO kablam! = note: for more information, see issue #50504 Nov 01 00:27:48.248 INFO kablam! Nov 01 00:27:48.248 INFO kablam! warning: cannot find type `articles` in this scope Nov 01 00:27:48.248 INFO kablam! --> src/models/article.rs:14:46 Nov 01 00:27:48.248 INFO kablam! | Nov 01 00:27:48.248 INFO kablam! 14 | #[derive(Insertable, Serialize, Deserialize, AsChangeset, Queryable)] Nov 01 00:27:48.248 INFO kablam! | ^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 01 00:27:48.248 INFO kablam! | Nov 01 00:27:48.248 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 01 00:27:48.248 INFO kablam! = note: for more information, see issue #50504 Nov 01 00:27:48.248 INFO kablam! Nov 01 00:27:48.256 INFO kablam! warning: cannot find type `ArticleForm` in this scope Nov 01 00:27:48.256 INFO kablam! --> src/models/article.rs:14:59 Nov 01 00:27:48.256 INFO kablam! | Nov 01 00:27:48.256 INFO kablam! 14 | #[derive(Insertable, Serialize, Deserialize, AsChangeset, Queryable)] Nov 01 00:27:48.256 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 01 00:27:48.256 INFO kablam! | Nov 01 00:27:48.256 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 01 00:27:48.256 INFO kablam! = note: for more information, see issue #50504 Nov 01 00:27:48.256 INFO kablam! Nov 01 00:27:48.257 INFO kablam! warning: cannot find type `table` in this scope Nov 01 00:27:48.257 INFO kablam! --> <::diesel::macros::table_body macros>:165:33 Nov 01 00:27:48.257 INFO kablam! | Nov 01 00:27:48.257 INFO kablam! 165 | derive ( Debug , Clone , Copy , QueryId ) ] /// The actual table struct Nov 01 00:27:48.257 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 01 00:27:48.257 INFO kablam! | Nov 01 00:27:48.257 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 01 00:27:48.257 INFO kablam! = note: for more information, see issue #50504 Nov 01 00:27:48.257 INFO kablam! Nov 01 00:27:48.257 INFO kablam! warning: cannot find type `id` in this scope Nov 01 00:27:48.257 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Nov 01 00:27:48.257 INFO kablam! | Nov 01 00:27:48.257 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 01 00:27:48.257 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 01 00:27:48.257 INFO kablam! | Nov 01 00:27:48.257 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 01 00:27:48.257 INFO kablam! = note: for more information, see issue #50504 Nov 01 00:27:48.257 INFO kablam! Nov 01 00:27:48.257 INFO kablam! warning: cannot find type `title` in this scope Nov 01 00:27:48.257 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Nov 01 00:27:48.257 INFO kablam! | Nov 01 00:27:48.257 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 01 00:27:48.257 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 01 00:27:48.257 INFO kablam! | Nov 01 00:27:48.257 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 01 00:27:48.258 INFO kablam! = note: for more information, see issue #50504 Nov 01 00:27:48.258 INFO kablam! Nov 01 00:27:48.297 INFO kablam! warning: cannot find type `body` in this scope Nov 01 00:27:48.298 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Nov 01 00:27:48.298 INFO kablam! | Nov 01 00:27:48.298 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 01 00:27:48.299 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 01 00:27:48.299 INFO kablam! | Nov 01 00:27:48.299 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 01 00:27:48.300 INFO kablam! = note: for more information, see issue #50504 Nov 01 00:27:48.300 INFO kablam! Nov 01 00:27:48.300 INFO kablam! warning: cannot find type `published` in this scope Nov 01 00:27:48.300 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Nov 01 00:27:48.301 INFO kablam! | Nov 01 00:27:48.301 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 01 00:27:48.301 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 01 00:27:48.302 INFO kablam! | Nov 01 00:27:48.302 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 01 00:27:48.302 INFO kablam! = note: for more information, see issue #50504 Nov 01 00:27:48.302 INFO kablam! Nov 01 00:27:48.303 INFO kablam! warning: cannot find type `created_at` in this scope Nov 01 00:27:48.303 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Nov 01 00:27:48.303 INFO kablam! | Nov 01 00:27:48.304 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 01 00:27:48.304 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 01 00:27:48.304 INFO kablam! | Nov 01 00:27:48.305 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 01 00:27:48.305 INFO kablam! = note: for more information, see issue #50504 Nov 01 00:27:48.305 INFO kablam! Nov 01 00:27:48.305 INFO kablam! warning: cannot find type `updated_at` in this scope Nov 01 00:27:48.306 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Nov 01 00:27:48.306 INFO kablam! | Nov 01 00:27:48.306 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 01 00:27:48.307 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 01 00:27:48.307 INFO kablam! | Nov 01 00:27:48.307 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 01 00:27:48.308 INFO kablam! = note: for more information, see issue #50504 Nov 01 00:27:48.308 INFO kablam! Nov 01 00:27:48.308 INFO kablam! warning: cannot find type `tag_id` in this scope Nov 01 00:27:48.308 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Nov 01 00:27:48.308 INFO kablam! | Nov 01 00:27:48.308 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 01 00:27:48.308 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 01 00:27:48.308 INFO kablam! | Nov 01 00:27:48.308 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 01 00:27:48.308 INFO kablam! = note: for more information, see issue #50504 Nov 01 00:27:48.308 INFO kablam! Nov 01 00:27:48.308 INFO kablam! warning: cannot find type `article_id` in this scope Nov 01 00:27:48.308 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Nov 01 00:27:48.309 INFO kablam! | Nov 01 00:27:48.309 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 01 00:27:48.309 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 01 00:27:48.309 INFO kablam! | Nov 01 00:27:48.309 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 01 00:27:48.309 INFO kablam! = note: for more information, see issue #50504 Nov 01 00:27:48.309 INFO kablam! Nov 01 00:27:48.309 INFO kablam! warning: cannot find type `name` in this scope Nov 01 00:27:48.309 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Nov 01 00:27:48.309 INFO kablam! | Nov 01 00:27:48.309 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 01 00:27:48.309 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 01 00:27:48.309 INFO kablam! | Nov 01 00:27:48.309 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 01 00:27:48.309 INFO kablam! = note: for more information, see issue #50504 Nov 01 00:27:48.309 INFO kablam! Nov 01 00:27:48.309 INFO kablam! warning: cannot find type `Tag` in this scope Nov 01 00:27:48.309 INFO kablam! --> src/models/tag.rs:3:10 Nov 01 00:27:48.309 INFO kablam! | Nov 01 00:27:48.309 INFO kablam! 3 | #[derive(Identifiable, Queryable, Serialize, Deserialize)] Nov 01 00:27:48.309 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 01 00:27:48.309 INFO kablam! | Nov 01 00:27:48.309 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 01 00:27:48.310 INFO kablam! = note: for more information, see issue #50504 Nov 01 00:27:48.310 INFO kablam! Nov 01 00:27:48.310 INFO kablam! warning: cannot find type `tags` in this scope Nov 01 00:27:48.310 INFO kablam! --> src/models/tag.rs:3:10 Nov 01 00:27:48.310 INFO kablam! | Nov 01 00:27:48.310 INFO kablam! 3 | #[derive(Identifiable, Queryable, Serialize, Deserialize)] Nov 01 00:27:48.310 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 01 00:27:48.310 INFO kablam! | Nov 01 00:27:48.310 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 01 00:27:48.310 INFO kablam! = note: for more information, see issue #50504 Nov 01 00:27:48.310 INFO kablam! Nov 01 00:27:48.310 INFO kablam! warning: cannot find type `Tag` in this scope Nov 01 00:27:48.310 INFO kablam! --> src/models/tag.rs:3:24 Nov 01 00:27:48.310 INFO kablam! | Nov 01 00:27:48.310 INFO kablam! 3 | #[derive(Identifiable, Queryable, Serialize, Deserialize)] Nov 01 00:27:48.310 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 01 00:27:48.310 INFO kablam! | Nov 01 00:27:48.310 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 01 00:27:48.310 INFO kablam! = note: for more information, see issue #50504 Nov 01 00:27:48.310 INFO kablam! Nov 01 00:27:48.310 INFO kablam! warning: cannot find type `tags` in this scope Nov 01 00:27:48.310 INFO kablam! --> src/models/tag.rs:9:10 Nov 01 00:27:48.310 INFO kablam! | Nov 01 00:27:48.310 INFO kablam! 9 | #[derive(Insertable, AsChangeset, Deserialize, Serialize)] Nov 01 00:27:48.311 INFO kablam! | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 01 00:27:48.311 INFO kablam! | Nov 01 00:27:48.311 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 01 00:27:48.311 INFO kablam! = note: for more information, see issue #50504 Nov 01 00:27:48.311 INFO kablam! Nov 01 00:27:48.311 INFO kablam! warning: cannot find type `TagForm` in this scope Nov 01 00:27:48.311 INFO kablam! --> src/models/tag.rs:9:10 Nov 01 00:27:48.311 INFO kablam! | Nov 01 00:27:48.311 INFO kablam! 9 | #[derive(Insertable, AsChangeset, Deserialize, Serialize)] Nov 01 00:27:48.311 INFO kablam! | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 01 00:27:48.311 INFO kablam! | Nov 01 00:27:48.311 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 01 00:27:48.311 INFO kablam! = note: for more information, see issue #50504 Nov 01 00:27:48.311 INFO kablam! Nov 01 00:27:48.311 INFO kablam! warning: cannot find type `TagForm` in this scope Nov 01 00:27:48.311 INFO kablam! --> src/models/tag.rs:9:22 Nov 01 00:27:48.311 INFO kablam! | Nov 01 00:27:48.311 INFO kablam! 9 | #[derive(Insertable, AsChangeset, Deserialize, Serialize)] Nov 01 00:27:48.311 INFO kablam! | ^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 01 00:27:48.311 INFO kablam! | Nov 01 00:27:48.311 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 01 00:27:48.312 INFO kablam! = note: for more information, see issue #50504 Nov 01 00:27:48.312 INFO kablam! Nov 01 00:27:48.312 INFO kablam! warning: cannot find type `tags` in this scope Nov 01 00:27:48.312 INFO kablam! --> src/models/tag.rs:9:22 Nov 01 00:27:48.312 INFO kablam! | Nov 01 00:27:48.312 INFO kablam! 9 | #[derive(Insertable, AsChangeset, Deserialize, Serialize)] Nov 01 00:27:48.312 INFO kablam! | ^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 01 00:27:48.312 INFO kablam! | Nov 01 00:27:48.312 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 01 00:27:48.312 INFO kablam! = note: for more information, see issue #50504 Nov 01 00:27:48.312 INFO kablam! Nov 01 00:27:48.312 INFO kablam! warning: unused import: `diesel::prelude::*` Nov 01 00:27:48.312 INFO kablam! --> src/models/tagging.rs:1:5 Nov 01 00:27:48.312 INFO kablam! | Nov 01 00:27:48.312 INFO kablam! 1 | use diesel::prelude::*; Nov 01 00:27:48.312 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Nov 01 00:27:48.312 INFO kablam! Nov 01 00:27:48.312 INFO kablam! warning: cannot find type `Tagging` in this scope Nov 01 00:27:48.312 INFO kablam! --> src/models/tagging.rs:4:10 Nov 01 00:27:48.313 INFO kablam! | Nov 01 00:27:48.313 INFO kablam! 4 | #[derive(Identifiable, Queryable, Associations)] Nov 01 00:27:48.313 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 01 00:27:48.313 INFO kablam! | Nov 01 00:27:48.313 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 01 00:27:48.313 INFO kablam! = note: for more information, see issue #50504 Nov 01 00:27:48.313 INFO kablam! Nov 01 00:27:48.313 INFO kablam! warning: cannot find type `taggings` in this scope Nov 01 00:27:48.313 INFO kablam! --> src/models/tagging.rs:4:10 Nov 01 00:27:48.313 INFO kablam! | Nov 01 00:27:48.313 INFO kablam! 4 | #[derive(Identifiable, Queryable, Associations)] Nov 01 00:27:48.313 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 01 00:27:48.313 INFO kablam! | Nov 01 00:27:48.313 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 01 00:27:48.313 INFO kablam! = note: for more information, see issue #50504 Nov 01 00:27:48.313 INFO kablam! Nov 01 00:27:48.313 INFO kablam! warning: cannot find type `Tagging` in this scope Nov 01 00:27:48.314 INFO kablam! --> src/models/tagging.rs:4:24 Nov 01 00:27:48.314 INFO kablam! | Nov 01 00:27:48.314 INFO kablam! 4 | #[derive(Identifiable, Queryable, Associations)] Nov 01 00:27:48.314 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 01 00:27:48.314 INFO kablam! | Nov 01 00:27:48.314 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 01 00:27:48.314 INFO kablam! = note: for more information, see issue #50504 Nov 01 00:27:48.314 INFO kablam! Nov 01 00:27:48.314 INFO kablam! warning: cannot find type `Article` in this scope Nov 01 00:27:48.314 INFO kablam! --> src/models/tagging.rs:4:35 Nov 01 00:27:48.314 INFO kablam! | Nov 01 00:27:48.314 INFO kablam! 4 | #[derive(Identifiable, Queryable, Associations)] Nov 01 00:27:48.314 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 01 00:27:48.314 INFO kablam! | Nov 01 00:27:48.314 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 01 00:27:48.314 INFO kablam! = note: for more information, see issue #50504 Nov 01 00:27:48.315 INFO kablam! Nov 01 00:27:48.315 INFO kablam! warning: cannot find type `Tagging` in this scope Nov 01 00:27:48.315 INFO kablam! --> src/models/tagging.rs:4:35 Nov 01 00:27:48.315 INFO kablam! | Nov 01 00:27:48.315 INFO kablam! 4 | #[derive(Identifiable, Queryable, Associations)] Nov 01 00:27:48.315 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 01 00:27:48.315 INFO kablam! | Nov 01 00:27:48.315 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 01 00:27:48.315 INFO kablam! = note: for more information, see issue #50504 Nov 01 00:27:48.315 INFO kablam! Nov 01 00:27:48.315 INFO kablam! warning: cannot find type `taggings` in this scope Nov 01 00:27:48.315 INFO kablam! --> src/models/tagging.rs:4:35 Nov 01 00:27:48.315 INFO kablam! | Nov 01 00:27:48.315 INFO kablam! 4 | #[derive(Identifiable, Queryable, Associations)] Nov 01 00:27:48.315 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 01 00:27:48.315 INFO kablam! | Nov 01 00:27:48.315 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 01 00:27:48.316 INFO kablam! = note: for more information, see issue #50504 Nov 01 00:27:48.316 INFO kablam! Nov 01 00:27:48.316 INFO kablam! warning: cannot find type `Tag` in this scope Nov 01 00:27:48.316 INFO kablam! --> src/models/tagging.rs:4:35 Nov 01 00:27:48.316 INFO kablam! | Nov 01 00:27:48.316 INFO kablam! 4 | #[derive(Identifiable, Queryable, Associations)] Nov 01 00:27:48.316 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 01 00:27:48.316 INFO kablam! | Nov 01 00:27:48.316 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 01 00:27:48.316 INFO kablam! = note: for more information, see issue #50504 Nov 01 00:27:48.316 INFO kablam! Nov 01 00:27:48.316 INFO kablam! warning: cannot find type `taggings` in this scope Nov 01 00:27:48.316 INFO kablam! --> src/models/tagging.rs:13:10 Nov 01 00:27:48.316 INFO kablam! | Nov 01 00:27:48.316 INFO kablam! 13 | #[derive(Insertable)] Nov 01 00:27:48.316 INFO kablam! | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 01 00:27:48.316 INFO kablam! | Nov 01 00:27:48.316 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 01 00:27:48.316 INFO kablam! = note: for more information, see issue #50504 Nov 01 00:27:48.316 INFO kablam! Nov 01 00:27:48.316 INFO kablam! warning: cannot find type `NewTagging` in this scope Nov 01 00:27:48.316 INFO kablam! --> src/models/tagging.rs:13:10 Nov 01 00:27:48.316 INFO kablam! | Nov 01 00:27:48.316 INFO kablam! 13 | #[derive(Insertable)] Nov 01 00:27:48.316 INFO kablam! | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 01 00:27:48.316 INFO kablam! | Nov 01 00:27:48.316 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 01 00:27:48.316 INFO kablam! = note: for more information, see issue #50504 Nov 01 00:27:48.316 INFO kablam! Nov 01 00:27:48.968 INFO kablam! warning: the feature `extern_prelude` has been stable since 1.30.0 and no longer requires an attribute to enable Nov 01 00:27:48.968 INFO kablam! --> src/main.rs:4:12 Nov 01 00:27:48.968 INFO kablam! | Nov 01 00:27:48.968 INFO kablam! 4 | #![feature(extern_prelude)] Nov 01 00:27:48.968 INFO kablam! | ^^^^^^^^^^^^^^ Nov 01 00:27:48.968 INFO kablam! | Nov 01 00:27:48.968 INFO kablam! = note: #[warn(stable_features)] on by default Nov 01 00:27:48.968 INFO kablam! Nov 01 00:27:49.216 INFO kablam! warning: the feature `extern_prelude` has been stable since 1.30.0 and no longer requires an attribute to enable Nov 01 00:27:49.216 INFO kablam! --> src/main.rs:4:12 Nov 01 00:27:49.216 INFO kablam! | Nov 01 00:27:49.216 INFO kablam! 4 | #![feature(extern_prelude)] Nov 01 00:27:49.216 INFO kablam! | ^^^^^^^^^^^^^^ Nov 01 00:27:49.216 INFO kablam! | Nov 01 00:27:49.216 INFO kablam! = note: #[warn(stable_features)] on by default Nov 01 00:27:49.216 INFO kablam! Nov 01 00:27:49.266 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 39s Nov 01 00:27:49.297 INFO kablam! su: No module specific data is present Nov 01 00:27:50.076 INFO running `"docker" "rm" "-f" "b94cd3d1168459bccf5f5742e50540e38355c8ee7b13f62aebff7eb96c3b6b74"` Nov 01 00:27:50.381 INFO blam! b94cd3d1168459bccf5f5742e50540e38355c8ee7b13f62aebff7eb96c3b6b74