Nov 28 00:08:36.004 INFO checking mtwtkman/editor against master#0b9f19dff1347e29bf4362ab5a8fab84b43023b5 for pr-56074 Nov 28 00:08:36.004 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56074/worker-4/master#0b9f19dff1347e29bf4362ab5a8fab84b43023b5:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-4/pr-56074/master#0b9f19dff1347e29bf4362ab5a8fab84b43023b5:/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 +0b9f19dff1347e29bf4362ab5a8fab84b43023b5-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 28 00:08:36.532 INFO [stdout] 2b17797bc938b9c5e47beb6c73f3b71d93b6a3a8ec64aba8a7af19128f538635 Nov 28 00:08:36.535 INFO running `"docker" "start" "-a" "2b17797bc938b9c5e47beb6c73f3b71d93b6a3a8ec64aba8a7af19128f538635"` Nov 28 00:08:38.951 INFO [stderr] usermod: no changes Nov 28 00:08:39.024 INFO [stderr] warning: An explicit [[test]] section is specified in Cargo.toml which currently Nov 28 00:08:39.024 INFO [stderr] disables Cargo from automatically inferring other test targets. Nov 28 00:08:39.024 INFO [stderr] This inference behavior will change in the Rust 2018 edition and the following Nov 28 00:08:39.024 INFO [stderr] files will be included as a test target: Nov 28 00:08:39.024 INFO [stderr] Nov 28 00:08:39.024 INFO [stderr] * /source/tests/helpers.rs Nov 28 00:08:39.024 INFO [stderr] Nov 28 00:08:39.024 INFO [stderr] This is likely to break cargo build or cargo test as these files may not be Nov 28 00:08:39.024 INFO [stderr] ready to be compiled as a test target today. You can future-proof yourself Nov 28 00:08:39.024 INFO [stderr] and disable this warning by adding `autotests = false` to your [package] Nov 28 00:08:39.024 INFO [stderr] section. You may also move the files to a location where Cargo would not Nov 28 00:08:39.024 INFO [stderr] automatically infer them to be a target, such as in subfolders. Nov 28 00:08:39.024 INFO [stderr] Nov 28 00:08:39.024 INFO [stderr] For more information on this warning you can consult Nov 28 00:08:39.024 INFO [stderr] https://github.com/rust-lang/cargo/issues/5330 Nov 28 00:08:39.425 INFO [stderr] Compiling antidote v1.0.0 Nov 28 00:08:39.463 INFO [stderr] Compiling rocket v0.3.16 Nov 28 00:08:39.463 INFO [stderr] Compiling rocket_codegen v0.3.16 Nov 28 00:08:39.482 INFO [stderr] Compiling num-traits v0.2.6 Nov 28 00:08:39.488 INFO [stderr] Checking r2d2 v0.8.2 Nov 28 00:08:39.492 INFO [stderr] Compiling libsqlite3-sys v0.9.3 Nov 28 00:08:39.501 INFO [stderr] Compiling toml v0.4.6 Nov 28 00:08:39.503 INFO [stderr] Checking unicase_serde v0.1.0 Nov 28 00:08:41.528 INFO [stderr] Checking url_serde v0.2.0 Nov 28 00:08:41.536 INFO [stderr] Compiling hyper v0.10.13 Nov 28 00:08:43.962 INFO [stderr] Compiling scheduled-thread-pool v0.2.0 Nov 28 00:08:44.179 INFO [stderr] Checking diesel v1.3.3 Nov 28 00:08:46.818 INFO [stderr] Checking failure v0.1.2 Nov 28 00:08:46.909 INFO [stderr] Compiling ring v0.11.0 Nov 28 00:08:48.253 INFO [stderr] Checking dotenv v0.13.0 Nov 28 00:08:54.456 INFO [stderr] Compiling num-integer v0.1.39 Nov 28 00:09:04.265 INFO [stderr] Compiling chrono v0.4.6 Nov 28 00:09:19.896 INFO [stderr] Checking cookie v0.9.2 Nov 28 00:09:34.604 INFO [stderr] Checking rocket_cors v0.3.0 Nov 28 00:09:34.609 INFO [stderr] Checking rocket_contrib v0.3.16 Nov 28 00:10:09.108 INFO [stderr] Checking migrations_internals v1.3.0 Nov 28 00:10:20.464 INFO [stderr] Compiling migrations_macros v1.3.0 Nov 28 00:10:23.917 INFO [stderr] Checking diesel_migrations v1.3.0 Nov 28 00:10:24.632 INFO [stderr] Checking source v0.1.0 (/source) Nov 28 00:10:26.972 INFO [stderr] warning: unused import: `Method` Nov 28 00:10:26.973 INFO [stderr] --> src/main.rs:21:20 Nov 28 00:10:26.973 INFO [stderr] | Nov 28 00:10:26.973 INFO [stderr] 21 | use rocket::http::{Method, Status}; Nov 28 00:10:26.974 INFO [stderr] | ^^^^^^ Nov 28 00:10:26.974 INFO [stderr] | Nov 28 00:10:26.974 INFO [stderr] = note: #[warn(unused_imports)] on by default Nov 28 00:10:26.975 INFO [stderr] Nov 28 00:10:26.975 INFO [stderr] warning: unused import: `AllowedHeaders` Nov 28 00:10:26.975 INFO [stderr] --> src/main.rs:24:19 Nov 28 00:10:26.976 INFO [stderr] | Nov 28 00:10:26.976 INFO [stderr] 24 | use rocket_cors::{AllowedHeaders, AllowedOrigins}; Nov 28 00:10:26.976 INFO [stderr] | ^^^^^^^^^^^^^^ Nov 28 00:10:26.977 INFO [stderr] Nov 28 00:10:26.977 INFO [stderr] warning: cannot find type `Article` in this scope Nov 28 00:10:26.977 INFO [stderr] --> src/models/article.rs:4:10 Nov 28 00:10:26.977 INFO [stderr] | Nov 28 00:10:26.978 INFO [stderr] 4 | #[derive(Identifiable, Queryable, Serialize, Deserialize)] Nov 28 00:10:26.978 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 28 00:10:26.978 INFO [stderr] | Nov 28 00:10:26.979 INFO [stderr] = note: #[warn(proc_macro_derive_resolution_fallback)] on by default Nov 28 00:10:26.979 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 28 00:10:26.979 INFO [stderr] = note: for more information, see issue #50504 Nov 28 00:10:26.979 INFO [stderr] Nov 28 00:10:26.980 INFO [stderr] warning: cannot find type `articles` in this scope Nov 28 00:10:26.980 INFO [stderr] --> src/models/article.rs:4:10 Nov 28 00:10:26.980 INFO [stderr] | Nov 28 00:10:26.981 INFO [stderr] 4 | #[derive(Identifiable, Queryable, Serialize, Deserialize)] Nov 28 00:10:26.981 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 28 00:10:26.981 INFO [stderr] | Nov 28 00:10:26.981 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 28 00:10:26.982 INFO [stderr] = note: for more information, see issue #50504 Nov 28 00:10:26.982 INFO [stderr] Nov 28 00:10:26.982 INFO [stderr] warning: cannot find type `Article` in this scope Nov 28 00:10:26.983 INFO [stderr] --> src/models/article.rs:4:10 Nov 28 00:10:26.983 INFO [stderr] | Nov 28 00:10:26.983 INFO [stderr] 4 | #[derive(Identifiable, Queryable, Serialize, Deserialize)] Nov 28 00:10:26.983 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 28 00:10:26.984 INFO [stderr] | Nov 28 00:10:26.984 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 28 00:10:26.984 INFO [stderr] = note: for more information, see issue #50504 Nov 28 00:10:26.984 INFO [stderr] Nov 28 00:10:26.985 INFO [stderr] warning: cannot find type `NaiveDateTime` in this scope Nov 28 00:10:26.985 INFO [stderr] --> src/models/article.rs:4:24 Nov 28 00:10:26.985 INFO [stderr] | Nov 28 00:10:26.985 INFO [stderr] 4 | #[derive(Identifiable, Queryable, Serialize, Deserialize)] Nov 28 00:10:26.986 INFO [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 28 00:10:26.986 INFO [stderr] | Nov 28 00:10:26.986 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 28 00:10:26.986 INFO [stderr] = note: for more information, see issue #50504 Nov 28 00:10:26.987 INFO [stderr] Nov 28 00:10:26.987 INFO [stderr] warning: cannot find type `Article` in this scope Nov 28 00:10:26.987 INFO [stderr] --> src/models/article.rs:4:24 Nov 28 00:10:26.988 INFO [stderr] | Nov 28 00:10:26.996 INFO [stderr] 4 | #[derive(Identifiable, Queryable, Serialize, Deserialize)] Nov 28 00:10:26.996 INFO [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 28 00:10:26.997 INFO [stderr] | Nov 28 00:10:26.997 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 28 00:10:26.997 INFO [stderr] = note: for more information, see issue #50504 Nov 28 00:10:26.998 INFO [stderr] Nov 28 00:10:26.998 INFO [stderr] warning: cannot find type `articles` in this scope Nov 28 00:10:26.998 INFO [stderr] --> src/models/article.rs:14:10 Nov 28 00:10:26.998 INFO [stderr] | Nov 28 00:10:26.999 INFO [stderr] 14 | #[derive(Insertable, Serialize, Deserialize, AsChangeset, Queryable)] Nov 28 00:10:26.999 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 28 00:10:26.999 INFO [stderr] | Nov 28 00:10:26.999 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 28 00:10:27.000 INFO [stderr] = note: for more information, see issue #50504 Nov 28 00:10:27.000 INFO [stderr] Nov 28 00:10:27.000 INFO [stderr] warning: cannot find type `ArticleForm` in this scope Nov 28 00:10:27.001 INFO [stderr] --> src/models/article.rs:14:10 Nov 28 00:10:27.001 INFO [stderr] | Nov 28 00:10:27.001 INFO [stderr] 14 | #[derive(Insertable, Serialize, Deserialize, AsChangeset, Queryable)] Nov 28 00:10:27.001 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 28 00:10:27.002 INFO [stderr] | Nov 28 00:10:27.002 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 28 00:10:27.002 INFO [stderr] = note: for more information, see issue #50504 Nov 28 00:10:27.002 INFO [stderr] Nov 28 00:10:27.003 INFO [stderr] warning: cannot find type `ArticleForm` in this scope Nov 28 00:10:27.003 INFO [stderr] --> src/models/article.rs:14:46 Nov 28 00:10:27.003 INFO [stderr] | Nov 28 00:10:27.004 INFO [stderr] 14 | #[derive(Insertable, Serialize, Deserialize, AsChangeset, Queryable)] Nov 28 00:10:27.012 INFO [stderr] | ^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 28 00:10:27.012 INFO [stderr] | Nov 28 00:10:27.013 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 28 00:10:27.013 INFO [stderr] = note: for more information, see issue #50504 Nov 28 00:10:27.013 INFO [stderr] Nov 28 00:10:27.013 INFO [stderr] warning: cannot find type `articles` in this scope Nov 28 00:10:27.014 INFO [stderr] --> src/models/article.rs:14:46 Nov 28 00:10:27.014 INFO [stderr] | Nov 28 00:10:27.014 INFO [stderr] 14 | #[derive(Insertable, Serialize, Deserialize, AsChangeset, Queryable)] Nov 28 00:10:27.014 INFO [stderr] | ^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 28 00:10:27.015 INFO [stderr] | Nov 28 00:10:27.015 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 28 00:10:27.015 INFO [stderr] = note: for more information, see issue #50504 Nov 28 00:10:27.015 INFO [stderr] Nov 28 00:10:27.016 INFO [stderr] warning: cannot find type `ArticleForm` in this scope Nov 28 00:10:27.016 INFO [stderr] --> src/models/article.rs:14:59 Nov 28 00:10:27.016 INFO [stderr] | Nov 28 00:10:27.017 INFO [stderr] 14 | #[derive(Insertable, Serialize, Deserialize, AsChangeset, Queryable)] Nov 28 00:10:27.017 INFO [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 28 00:10:27.017 INFO [stderr] | Nov 28 00:10:27.017 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 28 00:10:27.018 INFO [stderr] = note: for more information, see issue #50504 Nov 28 00:10:27.018 INFO [stderr] Nov 28 00:10:27.018 INFO [stderr] warning: cannot find type `table` in this scope Nov 28 00:10:27.018 INFO [stderr] --> <::diesel::macros::table_body macros>:165:33 Nov 28 00:10:27.019 INFO [stderr] | Nov 28 00:10:27.019 INFO [stderr] 165 | derive ( Debug , Clone , Copy , QueryId ) ] /// The actual table struct Nov 28 00:10:27.019 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 28 00:10:27.020 INFO [stderr] | Nov 28 00:10:27.020 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 28 00:10:27.024 INFO [stderr] = note: for more information, see issue #50504 Nov 28 00:10:27.025 INFO [stderr] Nov 28 00:10:27.025 INFO [stderr] warning: cannot find type `id` in this scope Nov 28 00:10:27.025 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 28 00:10:27.025 INFO [stderr] | Nov 28 00:10:27.026 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 28 00:10:27.026 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 28 00:10:27.026 INFO [stderr] | Nov 28 00:10:27.026 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 28 00:10:27.026 INFO [stderr] = note: for more information, see issue #50504 Nov 28 00:10:27.027 INFO [stderr] Nov 28 00:10:27.027 INFO [stderr] warning: cannot find type `title` in this scope Nov 28 00:10:27.027 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 28 00:10:27.027 INFO [stderr] | Nov 28 00:10:27.027 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 28 00:10:27.028 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 28 00:10:27.028 INFO [stderr] | Nov 28 00:10:27.028 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 28 00:10:27.028 INFO [stderr] = note: for more information, see issue #50504 Nov 28 00:10:27.028 INFO [stderr] Nov 28 00:10:27.029 INFO [stderr] warning: cannot find type `body` in this scope Nov 28 00:10:27.029 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 28 00:10:27.029 INFO [stderr] | Nov 28 00:10:27.029 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 28 00:10:27.029 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 28 00:10:27.030 INFO [stderr] | Nov 28 00:10:27.030 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 28 00:10:27.030 INFO [stderr] = note: for more information, see issue #50504 Nov 28 00:10:27.030 INFO [stderr] Nov 28 00:10:27.030 INFO [stderr] warning: cannot find type `published` in this scope Nov 28 00:10:27.031 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 28 00:10:27.031 INFO [stderr] | Nov 28 00:10:27.031 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 28 00:10:27.031 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 28 00:10:27.031 INFO [stderr] | Nov 28 00:10:27.032 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 28 00:10:27.032 INFO [stderr] = note: for more information, see issue #50504 Nov 28 00:10:27.036 INFO [stderr] Nov 28 00:10:27.036 INFO [stderr] warning: cannot find type `created_at` in this scope Nov 28 00:10:27.037 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 28 00:10:27.037 INFO [stderr] | Nov 28 00:10:27.037 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 28 00:10:27.038 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 28 00:10:27.038 INFO [stderr] | Nov 28 00:10:27.038 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 28 00:10:27.038 INFO [stderr] = note: for more information, see issue #50504 Nov 28 00:10:27.038 INFO [stderr] Nov 28 00:10:27.039 INFO [stderr] warning: cannot find type `updated_at` in this scope Nov 28 00:10:27.039 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 28 00:10:27.039 INFO [stderr] | Nov 28 00:10:27.040 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 28 00:10:27.040 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 28 00:10:27.044 INFO [stderr] | Nov 28 00:10:27.044 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 28 00:10:27.045 INFO [stderr] = note: for more information, see issue #50504 Nov 28 00:10:27.045 INFO [stderr] Nov 28 00:10:27.045 INFO [stderr] warning: cannot find type `tag_id` in this scope Nov 28 00:10:27.045 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 28 00:10:27.046 INFO [stderr] | Nov 28 00:10:27.046 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 28 00:10:27.046 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 28 00:10:27.047 INFO [stderr] | Nov 28 00:10:27.047 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 28 00:10:27.047 INFO [stderr] = note: for more information, see issue #50504 Nov 28 00:10:27.047 INFO [stderr] Nov 28 00:10:27.048 INFO [stderr] warning: cannot find type `article_id` in this scope Nov 28 00:10:27.048 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 28 00:10:27.048 INFO [stderr] | Nov 28 00:10:27.048 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 28 00:10:27.048 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 28 00:10:27.048 INFO [stderr] | Nov 28 00:10:27.049 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 28 00:10:27.049 INFO [stderr] = note: for more information, see issue #50504 Nov 28 00:10:27.049 INFO [stderr] Nov 28 00:10:27.049 INFO [stderr] warning: cannot find type `name` in this scope Nov 28 00:10:27.049 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 28 00:10:27.049 INFO [stderr] | Nov 28 00:10:27.049 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 28 00:10:27.049 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 28 00:10:27.049 INFO [stderr] | Nov 28 00:10:27.049 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 28 00:10:27.050 INFO [stderr] = note: for more information, see issue #50504 Nov 28 00:10:27.050 INFO [stderr] Nov 28 00:10:27.050 INFO [stderr] warning: cannot find type `Tag` in this scope Nov 28 00:10:27.050 INFO [stderr] --> src/models/tag.rs:3:10 Nov 28 00:10:27.050 INFO [stderr] | Nov 28 00:10:27.050 INFO [stderr] 3 | #[derive(Identifiable, Queryable, Serialize, Deserialize)] Nov 28 00:10:27.056 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 28 00:10:27.056 INFO [stderr] | Nov 28 00:10:27.056 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 28 00:10:27.057 INFO [stderr] = note: for more information, see issue #50504 Nov 28 00:10:27.057 INFO [stderr] Nov 28 00:10:27.057 INFO [stderr] warning: cannot find type `tags` in this scope Nov 28 00:10:27.057 INFO [stderr] --> src/models/tag.rs:3:10 Nov 28 00:10:27.057 INFO [stderr] | Nov 28 00:10:27.057 INFO [stderr] 3 | #[derive(Identifiable, Queryable, Serialize, Deserialize)] Nov 28 00:10:27.058 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 28 00:10:27.058 INFO [stderr] | Nov 28 00:10:27.058 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 28 00:10:27.058 INFO [stderr] = note: for more information, see issue #50504 Nov 28 00:10:27.058 INFO [stderr] Nov 28 00:10:27.058 INFO [stderr] warning: cannot find type `Tag` in this scope Nov 28 00:10:27.059 INFO [stderr] --> src/models/tag.rs:3:24 Nov 28 00:10:27.059 INFO [stderr] | Nov 28 00:10:27.059 INFO [stderr] 3 | #[derive(Identifiable, Queryable, Serialize, Deserialize)] Nov 28 00:10:27.059 INFO [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 28 00:10:27.059 INFO [stderr] | Nov 28 00:10:27.059 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 28 00:10:27.059 INFO [stderr] = note: for more information, see issue #50504 Nov 28 00:10:27.060 INFO [stderr] Nov 28 00:10:27.060 INFO [stderr] warning: cannot find type `tags` in this scope Nov 28 00:10:27.064 INFO [stderr] --> src/models/tag.rs:9:10 Nov 28 00:10:27.064 INFO [stderr] | Nov 28 00:10:27.064 INFO [stderr] 9 | #[derive(Insertable, AsChangeset, Deserialize, Serialize)] Nov 28 00:10:27.064 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 28 00:10:27.064 INFO [stderr] | Nov 28 00:10:27.064 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 28 00:10:27.064 INFO [stderr] = note: for more information, see issue #50504 Nov 28 00:10:27.064 INFO [stderr] Nov 28 00:10:27.064 INFO [stderr] warning: cannot find type `TagForm` in this scope Nov 28 00:10:27.064 INFO [stderr] --> src/models/tag.rs:9:10 Nov 28 00:10:27.064 INFO [stderr] | Nov 28 00:10:27.064 INFO [stderr] 9 | #[derive(Insertable, AsChangeset, Deserialize, Serialize)] Nov 28 00:10:27.064 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 28 00:10:27.064 INFO [stderr] | Nov 28 00:10:27.064 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 28 00:10:27.064 INFO [stderr] = note: for more information, see issue #50504 Nov 28 00:10:27.064 INFO [stderr] Nov 28 00:10:27.064 INFO [stderr] warning: cannot find type `TagForm` in this scope Nov 28 00:10:27.064 INFO [stderr] --> src/models/tag.rs:9:22 Nov 28 00:10:27.064 INFO [stderr] | Nov 28 00:10:27.064 INFO [stderr] 9 | #[derive(Insertable, AsChangeset, Deserialize, Serialize)] Nov 28 00:10:27.064 INFO [stderr] | ^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 28 00:10:27.064 INFO [stderr] | Nov 28 00:10:27.064 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 28 00:10:27.064 INFO [stderr] = note: for more information, see issue #50504 Nov 28 00:10:27.064 INFO [stderr] Nov 28 00:10:27.064 INFO [stderr] warning: cannot find type `tags` in this scope Nov 28 00:10:27.064 INFO [stderr] --> src/models/tag.rs:9:22 Nov 28 00:10:27.064 INFO [stderr] | Nov 28 00:10:27.064 INFO [stderr] 9 | #[derive(Insertable, AsChangeset, Deserialize, Serialize)] Nov 28 00:10:27.064 INFO [stderr] | ^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 28 00:10:27.064 INFO [stderr] | Nov 28 00:10:27.064 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 28 00:10:27.064 INFO [stderr] = note: for more information, see issue #50504 Nov 28 00:10:27.064 INFO [stderr] Nov 28 00:10:27.064 INFO [stderr] warning: unused import: `diesel::prelude::*` Nov 28 00:10:27.064 INFO [stderr] --> src/models/tagging.rs:1:5 Nov 28 00:10:27.064 INFO [stderr] | Nov 28 00:10:27.064 INFO [stderr] 1 | use diesel::prelude::*; Nov 28 00:10:27.065 INFO [stderr] | ^^^^^^^^^^^^^^^^^^ Nov 28 00:10:27.065 INFO [stderr] Nov 28 00:10:27.065 INFO [stderr] warning: cannot find type `Tagging` in this scope Nov 28 00:10:27.065 INFO [stderr] --> src/models/tagging.rs:4:10 Nov 28 00:10:27.065 INFO [stderr] | Nov 28 00:10:27.065 INFO [stderr] 4 | #[derive(Identifiable, Queryable, Associations)] Nov 28 00:10:27.065 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 28 00:10:27.065 INFO [stderr] | Nov 28 00:10:27.065 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 28 00:10:27.065 INFO [stderr] = note: for more information, see issue #50504 Nov 28 00:10:27.065 INFO [stderr] Nov 28 00:10:27.065 INFO [stderr] warning: cannot find type `taggings` in this scope Nov 28 00:10:27.065 INFO [stderr] --> src/models/tagging.rs:4:10 Nov 28 00:10:27.065 INFO [stderr] | Nov 28 00:10:27.065 INFO [stderr] 4 | #[derive(Identifiable, Queryable, Associations)] Nov 28 00:10:27.065 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 28 00:10:27.065 INFO [stderr] | Nov 28 00:10:27.065 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 28 00:10:27.065 INFO [stderr] = note: for more information, see issue #50504 Nov 28 00:10:27.065 INFO [stderr] Nov 28 00:10:27.065 INFO [stderr] warning: cannot find type `Tagging` in this scope Nov 28 00:10:27.065 INFO [stderr] --> src/models/tagging.rs:4:24 Nov 28 00:10:27.065 INFO [stderr] | Nov 28 00:10:27.065 INFO [stderr] 4 | #[derive(Identifiable, Queryable, Associations)] Nov 28 00:10:27.065 INFO [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 28 00:10:27.065 INFO [stderr] | Nov 28 00:10:27.065 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 28 00:10:27.065 INFO [stderr] = note: for more information, see issue #50504 Nov 28 00:10:27.065 INFO [stderr] Nov 28 00:10:27.065 INFO [stderr] warning: cannot find type `Article` in this scope Nov 28 00:10:27.065 INFO [stderr] --> src/models/tagging.rs:4:35 Nov 28 00:10:27.065 INFO [stderr] | Nov 28 00:10:27.065 INFO [stderr] 4 | #[derive(Identifiable, Queryable, Associations)] Nov 28 00:10:27.065 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 28 00:10:27.065 INFO [stderr] | Nov 28 00:10:27.065 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 28 00:10:27.065 INFO [stderr] = note: for more information, see issue #50504 Nov 28 00:10:27.065 INFO [stderr] Nov 28 00:10:27.065 INFO [stderr] warning: cannot find type `Tagging` in this scope Nov 28 00:10:27.065 INFO [stderr] --> src/models/tagging.rs:4:35 Nov 28 00:10:27.065 INFO [stderr] | Nov 28 00:10:27.065 INFO [stderr] 4 | #[derive(Identifiable, Queryable, Associations)] Nov 28 00:10:27.065 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 28 00:10:27.065 INFO [stderr] | Nov 28 00:10:27.065 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 28 00:10:27.065 INFO [stderr] = note: for more information, see issue #50504 Nov 28 00:10:27.065 INFO [stderr] Nov 28 00:10:27.065 INFO [stderr] warning: cannot find type `taggings` in this scope Nov 28 00:10:27.065 INFO [stderr] --> src/models/tagging.rs:4:35 Nov 28 00:10:27.065 INFO [stderr] | Nov 28 00:10:27.065 INFO [stderr] 4 | #[derive(Identifiable, Queryable, Associations)] Nov 28 00:10:27.065 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 28 00:10:27.065 INFO [stderr] | Nov 28 00:10:27.065 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 28 00:10:27.065 INFO [stderr] = note: for more information, see issue #50504 Nov 28 00:10:27.065 INFO [stderr] Nov 28 00:10:27.065 INFO [stderr] warning: cannot find type `Tag` in this scope Nov 28 00:10:27.065 INFO [stderr] --> src/models/tagging.rs:4:35 Nov 28 00:10:27.065 INFO [stderr] | Nov 28 00:10:27.065 INFO [stderr] 4 | #[derive(Identifiable, Queryable, Associations)] Nov 28 00:10:27.065 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 28 00:10:27.065 INFO [stderr] | Nov 28 00:10:27.065 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 28 00:10:27.065 INFO [stderr] = note: for more information, see issue #50504 Nov 28 00:10:27.065 INFO [stderr] Nov 28 00:10:27.065 INFO [stderr] warning: cannot find type `taggings` in this scope Nov 28 00:10:27.065 INFO [stderr] --> src/models/tagging.rs:13:10 Nov 28 00:10:27.065 INFO [stderr] | Nov 28 00:10:27.065 INFO [stderr] 13 | #[derive(Insertable)] Nov 28 00:10:27.065 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 28 00:10:27.065 INFO [stderr] | Nov 28 00:10:27.065 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 28 00:10:27.065 INFO [stderr] = note: for more information, see issue #50504 Nov 28 00:10:27.065 INFO [stderr] Nov 28 00:10:27.065 INFO [stderr] warning: cannot find type `NewTagging` in this scope Nov 28 00:10:27.065 INFO [stderr] --> src/models/tagging.rs:13:10 Nov 28 00:10:27.065 INFO [stderr] | Nov 28 00:10:27.065 INFO [stderr] 13 | #[derive(Insertable)] Nov 28 00:10:27.065 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 28 00:10:27.065 INFO [stderr] | Nov 28 00:10:27.065 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 28 00:10:27.065 INFO [stderr] = note: for more information, see issue #50504 Nov 28 00:10:27.065 INFO [stderr] Nov 28 00:10:27.244 INFO [stderr] warning: unused import: `Method` Nov 28 00:10:27.244 INFO [stderr] --> src/main.rs:21:20 Nov 28 00:10:27.244 INFO [stderr] | Nov 28 00:10:27.244 INFO [stderr] 21 | use rocket::http::{Method, Status}; Nov 28 00:10:27.244 INFO [stderr] | ^^^^^^ Nov 28 00:10:27.244 INFO [stderr] | Nov 28 00:10:27.244 INFO [stderr] = note: #[warn(unused_imports)] on by default Nov 28 00:10:27.244 INFO [stderr] Nov 28 00:10:27.244 INFO [stderr] warning: unused import: `AllowedHeaders` Nov 28 00:10:27.244 INFO [stderr] --> src/main.rs:24:19 Nov 28 00:10:27.244 INFO [stderr] | Nov 28 00:10:27.244 INFO [stderr] 24 | use rocket_cors::{AllowedHeaders, AllowedOrigins}; Nov 28 00:10:27.244 INFO [stderr] | ^^^^^^^^^^^^^^ Nov 28 00:10:27.244 INFO [stderr] Nov 28 00:10:27.244 INFO [stderr] warning: cannot find type `Article` in this scope Nov 28 00:10:27.244 INFO [stderr] --> src/models/article.rs:4:10 Nov 28 00:10:27.244 INFO [stderr] | Nov 28 00:10:27.244 INFO [stderr] 4 | #[derive(Identifiable, Queryable, Serialize, Deserialize)] Nov 28 00:10:27.244 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 28 00:10:27.244 INFO [stderr] | Nov 28 00:10:27.244 INFO [stderr] = note: #[warn(proc_macro_derive_resolution_fallback)] on by default Nov 28 00:10:27.244 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 28 00:10:27.244 INFO [stderr] = note: for more information, see issue #50504 Nov 28 00:10:27.244 INFO [stderr] Nov 28 00:10:27.244 INFO [stderr] warning: cannot find type `articles` in this scope Nov 28 00:10:27.244 INFO [stderr] --> src/models/article.rs:4:10 Nov 28 00:10:27.244 INFO [stderr] | Nov 28 00:10:27.244 INFO [stderr] 4 | #[derive(Identifiable, Queryable, Serialize, Deserialize)] Nov 28 00:10:27.244 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 28 00:10:27.244 INFO [stderr] | Nov 28 00:10:27.244 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 28 00:10:27.244 INFO [stderr] = note: for more information, see issue #50504 Nov 28 00:10:27.244 INFO [stderr] Nov 28 00:10:27.244 INFO [stderr] warning: cannot find type `Article` in this scope Nov 28 00:10:27.244 INFO [stderr] --> src/models/article.rs:4:10 Nov 28 00:10:27.244 INFO [stderr] | Nov 28 00:10:27.245 INFO [stderr] 4 | #[derive(Identifiable, Queryable, Serialize, Deserialize)] Nov 28 00:10:27.245 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 28 00:10:27.245 INFO [stderr] | Nov 28 00:10:27.245 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 28 00:10:27.245 INFO [stderr] = note: for more information, see issue #50504 Nov 28 00:10:27.245 INFO [stderr] Nov 28 00:10:27.245 INFO [stderr] warning: cannot find type `NaiveDateTime` in this scope Nov 28 00:10:27.245 INFO [stderr] --> src/models/article.rs:4:24 Nov 28 00:10:27.245 INFO [stderr] | Nov 28 00:10:27.245 INFO [stderr] 4 | #[derive(Identifiable, Queryable, Serialize, Deserialize)] Nov 28 00:10:27.245 INFO [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 28 00:10:27.245 INFO [stderr] | Nov 28 00:10:27.245 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 28 00:10:27.245 INFO [stderr] = note: for more information, see issue #50504 Nov 28 00:10:27.245 INFO [stderr] Nov 28 00:10:27.245 INFO [stderr] warning: cannot find type `Article` in this scope Nov 28 00:10:27.245 INFO [stderr] --> src/models/article.rs:4:24 Nov 28 00:10:27.245 INFO [stderr] | Nov 28 00:10:27.245 INFO [stderr] 4 | #[derive(Identifiable, Queryable, Serialize, Deserialize)] Nov 28 00:10:27.245 INFO [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 28 00:10:27.245 INFO [stderr] | Nov 28 00:10:27.245 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 28 00:10:27.245 INFO [stderr] = note: for more information, see issue #50504 Nov 28 00:10:27.245 INFO [stderr] Nov 28 00:10:27.245 INFO [stderr] warning: cannot find type `articles` in this scope Nov 28 00:10:27.245 INFO [stderr] --> src/models/article.rs:14:10 Nov 28 00:10:27.245 INFO [stderr] | Nov 28 00:10:27.245 INFO [stderr] 14 | #[derive(Insertable, Serialize, Deserialize, AsChangeset, Queryable)] Nov 28 00:10:27.245 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 28 00:10:27.245 INFO [stderr] | Nov 28 00:10:27.245 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 28 00:10:27.245 INFO [stderr] = note: for more information, see issue #50504 Nov 28 00:10:27.245 INFO [stderr] Nov 28 00:10:27.245 INFO [stderr] warning: cannot find type `ArticleForm` in this scope Nov 28 00:10:27.245 INFO [stderr] --> src/models/article.rs:14:10 Nov 28 00:10:27.245 INFO [stderr] | Nov 28 00:10:27.245 INFO [stderr] 14 | #[derive(Insertable, Serialize, Deserialize, AsChangeset, Queryable)] Nov 28 00:10:27.245 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 28 00:10:27.245 INFO [stderr] | Nov 28 00:10:27.245 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 28 00:10:27.245 INFO [stderr] = note: for more information, see issue #50504 Nov 28 00:10:27.245 INFO [stderr] Nov 28 00:10:27.245 INFO [stderr] warning: cannot find type `ArticleForm` in this scope Nov 28 00:10:27.245 INFO [stderr] --> src/models/article.rs:14:46 Nov 28 00:10:27.245 INFO [stderr] | Nov 28 00:10:27.245 INFO [stderr] 14 | #[derive(Insertable, Serialize, Deserialize, AsChangeset, Queryable)] Nov 28 00:10:27.245 INFO [stderr] | ^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 28 00:10:27.245 INFO [stderr] | Nov 28 00:10:27.245 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 28 00:10:27.245 INFO [stderr] = note: for more information, see issue #50504 Nov 28 00:10:27.245 INFO [stderr] Nov 28 00:10:27.245 INFO [stderr] warning: cannot find type `articles` in this scope Nov 28 00:10:27.245 INFO [stderr] --> src/models/article.rs:14:46 Nov 28 00:10:27.245 INFO [stderr] | Nov 28 00:10:27.245 INFO [stderr] 14 | #[derive(Insertable, Serialize, Deserialize, AsChangeset, Queryable)] Nov 28 00:10:27.245 INFO [stderr] | ^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 28 00:10:27.245 INFO [stderr] | Nov 28 00:10:27.245 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 28 00:10:27.245 INFO [stderr] = note: for more information, see issue #50504 Nov 28 00:10:27.245 INFO [stderr] Nov 28 00:10:27.245 INFO [stderr] warning: cannot find type `ArticleForm` in this scope Nov 28 00:10:27.245 INFO [stderr] --> src/models/article.rs:14:59 Nov 28 00:10:27.245 INFO [stderr] | Nov 28 00:10:27.245 INFO [stderr] 14 | #[derive(Insertable, Serialize, Deserialize, AsChangeset, Queryable)] Nov 28 00:10:27.245 INFO [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 28 00:10:27.245 INFO [stderr] | Nov 28 00:10:27.245 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 28 00:10:27.245 INFO [stderr] = note: for more information, see issue #50504 Nov 28 00:10:27.245 INFO [stderr] Nov 28 00:10:27.245 INFO [stderr] warning: cannot find type `table` in this scope Nov 28 00:10:27.245 INFO [stderr] --> <::diesel::macros::table_body macros>:165:33 Nov 28 00:10:27.245 INFO [stderr] | Nov 28 00:10:27.245 INFO [stderr] 165 | derive ( Debug , Clone , Copy , QueryId ) ] /// The actual table struct Nov 28 00:10:27.245 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 28 00:10:27.245 INFO [stderr] | Nov 28 00:10:27.245 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 28 00:10:27.245 INFO [stderr] = note: for more information, see issue #50504 Nov 28 00:10:27.245 INFO [stderr] Nov 28 00:10:27.245 INFO [stderr] warning: cannot find type `id` in this scope Nov 28 00:10:27.246 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 28 00:10:27.246 INFO [stderr] | Nov 28 00:10:27.246 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 28 00:10:27.246 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 28 00:10:27.246 INFO [stderr] | Nov 28 00:10:27.246 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 28 00:10:27.246 INFO [stderr] = note: for more information, see issue #50504 Nov 28 00:10:27.246 INFO [stderr] Nov 28 00:10:27.246 INFO [stderr] warning: cannot find type `title` in this scope Nov 28 00:10:27.246 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 28 00:10:27.246 INFO [stderr] | Nov 28 00:10:27.246 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 28 00:10:27.246 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 28 00:10:27.246 INFO [stderr] | Nov 28 00:10:27.246 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 28 00:10:27.246 INFO [stderr] = note: for more information, see issue #50504 Nov 28 00:10:27.246 INFO [stderr] Nov 28 00:10:27.246 INFO [stderr] warning: cannot find type `body` in this scope Nov 28 00:10:27.246 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 28 00:10:27.246 INFO [stderr] | Nov 28 00:10:27.246 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 28 00:10:27.246 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 28 00:10:27.246 INFO [stderr] | Nov 28 00:10:27.246 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 28 00:10:27.246 INFO [stderr] = note: for more information, see issue #50504 Nov 28 00:10:27.246 INFO [stderr] Nov 28 00:10:27.246 INFO [stderr] warning: cannot find type `published` in this scope Nov 28 00:10:27.246 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 28 00:10:27.246 INFO [stderr] | Nov 28 00:10:27.246 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 28 00:10:27.246 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 28 00:10:27.246 INFO [stderr] | Nov 28 00:10:27.246 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 28 00:10:27.246 INFO [stderr] = note: for more information, see issue #50504 Nov 28 00:10:27.246 INFO [stderr] Nov 28 00:10:27.246 INFO [stderr] warning: cannot find type `created_at` in this scope Nov 28 00:10:27.246 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 28 00:10:27.246 INFO [stderr] | Nov 28 00:10:27.246 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 28 00:10:27.246 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 28 00:10:27.246 INFO [stderr] | Nov 28 00:10:27.246 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 28 00:10:27.246 INFO [stderr] = note: for more information, see issue #50504 Nov 28 00:10:27.246 INFO [stderr] Nov 28 00:10:27.246 INFO [stderr] warning: cannot find type `updated_at` in this scope Nov 28 00:10:27.246 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 28 00:10:27.246 INFO [stderr] | Nov 28 00:10:27.246 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 28 00:10:27.246 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 28 00:10:27.246 INFO [stderr] | Nov 28 00:10:27.246 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 28 00:10:27.246 INFO [stderr] = note: for more information, see issue #50504 Nov 28 00:10:27.246 INFO [stderr] Nov 28 00:10:27.246 INFO [stderr] warning: cannot find type `tag_id` in this scope Nov 28 00:10:27.246 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 28 00:10:27.246 INFO [stderr] | Nov 28 00:10:27.246 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 28 00:10:27.246 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 28 00:10:27.246 INFO [stderr] | Nov 28 00:10:27.246 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 28 00:10:27.246 INFO [stderr] = note: for more information, see issue #50504 Nov 28 00:10:27.246 INFO [stderr] Nov 28 00:10:27.246 INFO [stderr] warning: cannot find type `article_id` in this scope Nov 28 00:10:27.246 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 28 00:10:27.246 INFO [stderr] | Nov 28 00:10:27.246 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 28 00:10:27.246 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 28 00:10:27.246 INFO [stderr] | Nov 28 00:10:27.246 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 28 00:10:27.246 INFO [stderr] = note: for more information, see issue #50504 Nov 28 00:10:27.246 INFO [stderr] Nov 28 00:10:27.246 INFO [stderr] warning: cannot find type `name` in this scope Nov 28 00:10:27.246 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 28 00:10:27.246 INFO [stderr] | Nov 28 00:10:27.246 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 28 00:10:27.246 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 28 00:10:27.246 INFO [stderr] | Nov 28 00:10:27.246 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 28 00:10:27.246 INFO [stderr] = note: for more information, see issue #50504 Nov 28 00:10:27.246 INFO [stderr] Nov 28 00:10:27.246 INFO [stderr] warning: cannot find type `Tag` in this scope Nov 28 00:10:27.246 INFO [stderr] --> src/models/tag.rs:3:10 Nov 28 00:10:27.246 INFO [stderr] | Nov 28 00:10:27.246 INFO [stderr] 3 | #[derive(Identifiable, Queryable, Serialize, Deserialize)] Nov 28 00:10:27.246 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 28 00:10:27.246 INFO [stderr] | Nov 28 00:10:27.246 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 28 00:10:27.246 INFO [stderr] = note: for more information, see issue #50504 Nov 28 00:10:27.247 INFO [stderr] Nov 28 00:10:27.247 INFO [stderr] warning: cannot find type `tags` in this scope Nov 28 00:10:27.247 INFO [stderr] --> src/models/tag.rs:3:10 Nov 28 00:10:27.247 INFO [stderr] | Nov 28 00:10:27.247 INFO [stderr] 3 | #[derive(Identifiable, Queryable, Serialize, Deserialize)] Nov 28 00:10:27.247 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 28 00:10:27.247 INFO [stderr] | Nov 28 00:10:27.247 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 28 00:10:27.247 INFO [stderr] = note: for more information, see issue #50504 Nov 28 00:10:27.247 INFO [stderr] Nov 28 00:10:27.247 INFO [stderr] warning: cannot find type `Tag` in this scope Nov 28 00:10:27.247 INFO [stderr] --> src/models/tag.rs:3:24 Nov 28 00:10:27.247 INFO [stderr] | Nov 28 00:10:27.247 INFO [stderr] 3 | #[derive(Identifiable, Queryable, Serialize, Deserialize)] Nov 28 00:10:27.247 INFO [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 28 00:10:27.247 INFO [stderr] | Nov 28 00:10:27.247 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 28 00:10:27.247 INFO [stderr] = note: for more information, see issue #50504 Nov 28 00:10:27.247 INFO [stderr] Nov 28 00:10:27.247 INFO [stderr] warning: cannot find type `tags` in this scope Nov 28 00:10:27.247 INFO [stderr] --> src/models/tag.rs:9:10 Nov 28 00:10:27.247 INFO [stderr] | Nov 28 00:10:27.247 INFO [stderr] 9 | #[derive(Insertable, AsChangeset, Deserialize, Serialize)] Nov 28 00:10:27.247 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 28 00:10:27.247 INFO [stderr] | Nov 28 00:10:27.247 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 28 00:10:27.247 INFO [stderr] = note: for more information, see issue #50504 Nov 28 00:10:27.247 INFO [stderr] Nov 28 00:10:27.247 INFO [stderr] warning: cannot find type `TagForm` in this scope Nov 28 00:10:27.247 INFO [stderr] --> src/models/tag.rs:9:10 Nov 28 00:10:27.247 INFO [stderr] | Nov 28 00:10:27.247 INFO [stderr] 9 | #[derive(Insertable, AsChangeset, Deserialize, Serialize)] Nov 28 00:10:27.247 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 28 00:10:27.247 INFO [stderr] | Nov 28 00:10:27.247 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 28 00:10:27.247 INFO [stderr] = note: for more information, see issue #50504 Nov 28 00:10:27.247 INFO [stderr] Nov 28 00:10:27.247 INFO [stderr] warning: cannot find type `TagForm` in this scope Nov 28 00:10:27.247 INFO [stderr] --> src/models/tag.rs:9:22 Nov 28 00:10:27.247 INFO [stderr] | Nov 28 00:10:27.247 INFO [stderr] 9 | #[derive(Insertable, AsChangeset, Deserialize, Serialize)] Nov 28 00:10:27.247 INFO [stderr] | ^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 28 00:10:27.247 INFO [stderr] | Nov 28 00:10:27.247 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 28 00:10:27.247 INFO [stderr] = note: for more information, see issue #50504 Nov 28 00:10:27.247 INFO [stderr] Nov 28 00:10:27.247 INFO [stderr] warning: cannot find type `tags` in this scope Nov 28 00:10:27.247 INFO [stderr] --> src/models/tag.rs:9:22 Nov 28 00:10:27.247 INFO [stderr] | Nov 28 00:10:27.247 INFO [stderr] 9 | #[derive(Insertable, AsChangeset, Deserialize, Serialize)] Nov 28 00:10:27.247 INFO [stderr] | ^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 28 00:10:27.247 INFO [stderr] | Nov 28 00:10:27.247 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 28 00:10:27.247 INFO [stderr] = note: for more information, see issue #50504 Nov 28 00:10:27.247 INFO [stderr] Nov 28 00:10:27.247 INFO [stderr] warning: unused import: `diesel::prelude::*` Nov 28 00:10:27.247 INFO [stderr] --> src/models/tagging.rs:1:5 Nov 28 00:10:27.247 INFO [stderr] | Nov 28 00:10:27.247 INFO [stderr] 1 | use diesel::prelude::*; Nov 28 00:10:27.247 INFO [stderr] | ^^^^^^^^^^^^^^^^^^ Nov 28 00:10:27.247 INFO [stderr] Nov 28 00:10:27.252 INFO [stderr] warning: cannot find type `Tagging` in this scope Nov 28 00:10:27.252 INFO [stderr] --> src/models/tagging.rs:4:10 Nov 28 00:10:27.252 INFO [stderr] | Nov 28 00:10:27.252 INFO [stderr] 4 | #[derive(Identifiable, Queryable, Associations)] Nov 28 00:10:27.252 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 28 00:10:27.252 INFO [stderr] | Nov 28 00:10:27.252 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 28 00:10:27.252 INFO [stderr] = note: for more information, see issue #50504 Nov 28 00:10:27.252 INFO [stderr] Nov 28 00:10:27.252 INFO [stderr] warning: cannot find type `taggings` in this scope Nov 28 00:10:27.252 INFO [stderr] --> src/models/tagging.rs:4:10 Nov 28 00:10:27.252 INFO [stderr] | Nov 28 00:10:27.252 INFO [stderr] 4 | #[derive(Identifiable, Queryable, Associations)] Nov 28 00:10:27.252 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 28 00:10:27.252 INFO [stderr] | Nov 28 00:10:27.252 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 28 00:10:27.252 INFO [stderr] = note: for more information, see issue #50504 Nov 28 00:10:27.252 INFO [stderr] Nov 28 00:10:27.252 INFO [stderr] warning: cannot find type `Tagging` in this scope Nov 28 00:10:27.252 INFO [stderr] --> src/models/tagging.rs:4:24 Nov 28 00:10:27.252 INFO [stderr] | Nov 28 00:10:27.252 INFO [stderr] 4 | #[derive(Identifiable, Queryable, Associations)] Nov 28 00:10:27.252 INFO [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 28 00:10:27.252 INFO [stderr] | Nov 28 00:10:27.252 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 28 00:10:27.252 INFO [stderr] = note: for more information, see issue #50504 Nov 28 00:10:27.252 INFO [stderr] Nov 28 00:10:27.252 INFO [stderr] warning: cannot find type `Article` in this scope Nov 28 00:10:27.252 INFO [stderr] --> src/models/tagging.rs:4:35 Nov 28 00:10:27.252 INFO [stderr] | Nov 28 00:10:27.252 INFO [stderr] 4 | #[derive(Identifiable, Queryable, Associations)] Nov 28 00:10:27.252 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 28 00:10:27.252 INFO [stderr] | Nov 28 00:10:27.252 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 28 00:10:27.252 INFO [stderr] = note: for more information, see issue #50504 Nov 28 00:10:27.252 INFO [stderr] Nov 28 00:10:27.252 INFO [stderr] warning: cannot find type `Tagging` in this scope Nov 28 00:10:27.252 INFO [stderr] --> src/models/tagging.rs:4:35 Nov 28 00:10:27.252 INFO [stderr] | Nov 28 00:10:27.252 INFO [stderr] 4 | #[derive(Identifiable, Queryable, Associations)] Nov 28 00:10:27.253 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 28 00:10:27.253 INFO [stderr] | Nov 28 00:10:27.253 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 28 00:10:27.253 INFO [stderr] = note: for more information, see issue #50504 Nov 28 00:10:27.253 INFO [stderr] Nov 28 00:10:27.253 INFO [stderr] warning: cannot find type `taggings` in this scope Nov 28 00:10:27.253 INFO [stderr] --> src/models/tagging.rs:4:35 Nov 28 00:10:27.253 INFO [stderr] | Nov 28 00:10:27.253 INFO [stderr] 4 | #[derive(Identifiable, Queryable, Associations)] Nov 28 00:10:27.253 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 28 00:10:27.253 INFO [stderr] | Nov 28 00:10:27.253 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 28 00:10:27.253 INFO [stderr] = note: for more information, see issue #50504 Nov 28 00:10:27.253 INFO [stderr] Nov 28 00:10:27.253 INFO [stderr] warning: cannot find type `Tag` in this scope Nov 28 00:10:27.253 INFO [stderr] --> src/models/tagging.rs:4:35 Nov 28 00:10:27.253 INFO [stderr] | Nov 28 00:10:27.253 INFO [stderr] 4 | #[derive(Identifiable, Queryable, Associations)] Nov 28 00:10:27.253 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 28 00:10:27.253 INFO [stderr] | Nov 28 00:10:27.253 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 28 00:10:27.253 INFO [stderr] = note: for more information, see issue #50504 Nov 28 00:10:27.253 INFO [stderr] Nov 28 00:10:27.253 INFO [stderr] warning: cannot find type `taggings` in this scope Nov 28 00:10:27.253 INFO [stderr] --> src/models/tagging.rs:13:10 Nov 28 00:10:27.253 INFO [stderr] | Nov 28 00:10:27.253 INFO [stderr] 13 | #[derive(Insertable)] Nov 28 00:10:27.253 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 28 00:10:27.253 INFO [stderr] | Nov 28 00:10:27.253 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 28 00:10:27.253 INFO [stderr] = note: for more information, see issue #50504 Nov 28 00:10:27.253 INFO [stderr] Nov 28 00:10:27.253 INFO [stderr] warning: cannot find type `NewTagging` in this scope Nov 28 00:10:27.253 INFO [stderr] --> src/models/tagging.rs:13:10 Nov 28 00:10:27.253 INFO [stderr] | Nov 28 00:10:27.253 INFO [stderr] 13 | #[derive(Insertable)] Nov 28 00:10:27.253 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 28 00:10:27.253 INFO [stderr] | Nov 28 00:10:27.253 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 28 00:10:27.253 INFO [stderr] = note: for more information, see issue #50504 Nov 28 00:10:27.253 INFO [stderr] Nov 28 00:10:27.968 INFO [stderr] warning: the feature `extern_prelude` has been stable since 1.30.0 and no longer requires an attribute to enable Nov 28 00:10:27.968 INFO [stderr] --> src/main.rs:4:12 Nov 28 00:10:27.968 INFO [stderr] | Nov 28 00:10:27.968 INFO [stderr] 4 | #![feature(extern_prelude)] Nov 28 00:10:27.968 INFO [stderr] | ^^^^^^^^^^^^^^ Nov 28 00:10:27.968 INFO [stderr] | Nov 28 00:10:27.968 INFO [stderr] = note: #[warn(stable_features)] on by default Nov 28 00:10:27.972 INFO [stderr] Nov 28 00:10:28.236 INFO [stderr] warning: the feature `extern_prelude` has been stable since 1.30.0 and no longer requires an attribute to enable Nov 28 00:10:28.236 INFO [stderr] --> src/main.rs:4:12 Nov 28 00:10:28.236 INFO [stderr] | Nov 28 00:10:28.236 INFO [stderr] 4 | #![feature(extern_prelude)] Nov 28 00:10:28.236 INFO [stderr] | ^^^^^^^^^^^^^^ Nov 28 00:10:28.236 INFO [stderr] | Nov 28 00:10:28.236 INFO [stderr] = note: #[warn(stable_features)] on by default Nov 28 00:10:28.236 INFO [stderr] Nov 28 00:10:28.287 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 49s Nov 28 00:10:28.304 INFO [stderr] su: No module specific data is present Nov 28 00:10:28.892 INFO running `"docker" "inspect" "2b17797bc938b9c5e47beb6c73f3b71d93b6a3a8ec64aba8a7af19128f538635"` Nov 28 00:10:29.180 INFO running `"docker" "rm" "-f" "2b17797bc938b9c5e47beb6c73f3b71d93b6a3a8ec64aba8a7af19128f538635"` Nov 28 00:10:29.440 INFO [stdout] 2b17797bc938b9c5e47beb6c73f3b71d93b6a3a8ec64aba8a7af19128f538635