Nov 02 09:53:00.506 INFO checking mtwtkman/editor against try#dc8b02d6f1e93f212fc39844ea688b634b4a03c7 for pr-55517 Nov 02 09:53:00.507 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55517/worker-0/try#dc8b02d6f1e93f212fc39844ea688b634b4a03c7:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-0/pr-55517/try#dc8b02d6f1e93f212fc39844ea688b634b4a03c7:/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 +dc8b02d6f1e93f212fc39844ea688b634b4a03c7-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 02 09:53:01.119 INFO blam! ff147b6a4df8759147f05e28936e006e1062f985350f938f5decb7d13509f74b Nov 02 09:53:01.120 INFO running `"docker" "start" "-a" "ff147b6a4df8759147f05e28936e006e1062f985350f938f5decb7d13509f74b"` Nov 02 09:53:02.971 INFO kablam! usermod: no changes Nov 02 09:53:03.044 INFO kablam! warning: An explicit [[test]] section is specified in Cargo.toml which currently Nov 02 09:53:03.044 INFO kablam! disables Cargo from automatically inferring other test targets. Nov 02 09:53:03.044 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Nov 02 09:53:03.044 INFO kablam! files will be included as a test target: Nov 02 09:53:03.044 INFO kablam! Nov 02 09:53:03.044 INFO kablam! * /source/tests/helpers.rs Nov 02 09:53:03.044 INFO kablam! Nov 02 09:53:03.044 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Nov 02 09:53:03.044 INFO kablam! ready to be compiled as a test target today. You can future-proof yourself Nov 02 09:53:03.044 INFO kablam! and disable this warning by adding `autotests = false` to your [package] Nov 02 09:53:03.044 INFO kablam! section. You may also move the files to a location where Cargo would not Nov 02 09:53:03.044 INFO kablam! automatically infer them to be a target, such as in subfolders. Nov 02 09:53:03.044 INFO kablam! Nov 02 09:53:03.044 INFO kablam! For more information on this warning you can consult Nov 02 09:53:03.044 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Nov 02 09:53:03.516 INFO kablam! Compiling rocket v0.3.16 Nov 02 09:53:03.516 INFO kablam! Compiling rocket_codegen v0.3.16 Nov 02 09:53:03.577 INFO kablam! Compiling r2d2 v0.8.2 Nov 02 09:53:03.582 INFO kablam! Compiling toml v0.4.6 Nov 02 09:53:03.583 INFO kablam! Checking serde_json v1.0.30 Nov 02 09:53:03.584 INFO kablam! Checking unicase_serde v0.1.0 Nov 02 09:53:06.093 INFO kablam! Compiling chrono v0.4.6 Nov 02 09:53:07.398 INFO kablam! Compiling hyper v0.10.13 Nov 02 09:53:07.924 INFO kablam! Checking url_serde v0.2.0 Nov 02 09:53:12.209 INFO kablam! Checking failure v0.1.2 Nov 02 09:53:13.534 INFO kablam! Checking dotenv v0.13.0 Nov 02 09:53:24.972 INFO kablam! Checking diesel v1.3.3 Nov 02 09:53:39.062 INFO kablam! Checking rocket_cors v0.3.0 Nov 02 09:53:39.062 INFO kablam! Checking rocket_contrib v0.3.16 Nov 02 09:54:17.385 INFO kablam! Checking migrations_internals v1.3.0 Nov 02 09:54:27.984 INFO kablam! Compiling migrations_macros v1.3.0 Nov 02 09:54:31.160 INFO kablam! Checking diesel_migrations v1.3.0 Nov 02 09:54:31.776 INFO kablam! Checking source v0.1.0 (/source) Nov 02 09:54:33.925 INFO kablam! warning: unused import: `Method` Nov 02 09:54:33.925 INFO kablam! --> src/main.rs:21:20 Nov 02 09:54:33.925 INFO kablam! | Nov 02 09:54:33.925 INFO kablam! 21 | use rocket::http::{Method, Status}; Nov 02 09:54:33.925 INFO kablam! | ^^^^^^ Nov 02 09:54:33.925 INFO kablam! | Nov 02 09:54:33.925 INFO kablam! = note: #[warn(unused_imports)] on by default Nov 02 09:54:33.925 INFO kablam! Nov 02 09:54:33.925 INFO kablam! warning: unused import: `AllowedHeaders` Nov 02 09:54:33.925 INFO kablam! --> src/main.rs:24:19 Nov 02 09:54:33.925 INFO kablam! | Nov 02 09:54:33.925 INFO kablam! 24 | use rocket_cors::{AllowedHeaders, AllowedOrigins}; Nov 02 09:54:33.925 INFO kablam! | ^^^^^^^^^^^^^^ Nov 02 09:54:33.925 INFO kablam! Nov 02 09:54:33.925 INFO kablam! warning: cannot find type `Article` in this scope Nov 02 09:54:33.925 INFO kablam! --> src/models/article.rs:4:10 Nov 02 09:54:33.926 INFO kablam! | Nov 02 09:54:33.926 INFO kablam! 4 | #[derive(Identifiable, Queryable, Serialize, Deserialize)] Nov 02 09:54:33.926 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 02 09:54:33.926 INFO kablam! | Nov 02 09:54:33.926 INFO kablam! = note: #[warn(proc_macro_derive_resolution_fallback)] on by default Nov 02 09:54:33.926 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 02 09:54:33.926 INFO kablam! = note: for more information, see issue #50504 Nov 02 09:54:33.926 INFO kablam! Nov 02 09:54:33.926 INFO kablam! warning: cannot find type `articles` in this scope Nov 02 09:54:33.926 INFO kablam! --> src/models/article.rs:4:10 Nov 02 09:54:33.926 INFO kablam! | Nov 02 09:54:33.926 INFO kablam! 4 | #[derive(Identifiable, Queryable, Serialize, Deserialize)] Nov 02 09:54:33.926 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 02 09:54:33.926 INFO kablam! | Nov 02 09:54:33.926 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 02 09:54:33.927 INFO kablam! = note: for more information, see issue #50504 Nov 02 09:54:33.927 INFO kablam! Nov 02 09:54:33.927 INFO kablam! warning: cannot find type `Article` in this scope Nov 02 09:54:33.927 INFO kablam! --> src/models/article.rs:4:10 Nov 02 09:54:33.927 INFO kablam! | Nov 02 09:54:33.927 INFO kablam! 4 | #[derive(Identifiable, Queryable, Serialize, Deserialize)] Nov 02 09:54:33.927 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 02 09:54:33.927 INFO kablam! | Nov 02 09:54:33.927 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 02 09:54:33.927 INFO kablam! = note: for more information, see issue #50504 Nov 02 09:54:33.927 INFO kablam! Nov 02 09:54:33.927 INFO kablam! warning: cannot find type `NaiveDateTime` in this scope Nov 02 09:54:33.927 INFO kablam! --> src/models/article.rs:4:24 Nov 02 09:54:33.927 INFO kablam! | Nov 02 09:54:33.927 INFO kablam! 4 | #[derive(Identifiable, Queryable, Serialize, Deserialize)] Nov 02 09:54:33.927 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 02 09:54:33.928 INFO kablam! | Nov 02 09:54:33.928 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 02 09:54:33.928 INFO kablam! = note: for more information, see issue #50504 Nov 02 09:54:33.928 INFO kablam! Nov 02 09:54:33.928 INFO kablam! warning: cannot find type `Article` in this scope Nov 02 09:54:33.928 INFO kablam! --> src/models/article.rs:4:24 Nov 02 09:54:33.928 INFO kablam! | Nov 02 09:54:33.928 INFO kablam! 4 | #[derive(Identifiable, Queryable, Serialize, Deserialize)] Nov 02 09:54:33.928 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 02 09:54:33.928 INFO kablam! | Nov 02 09:54:33.928 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 02 09:54:33.928 INFO kablam! = note: for more information, see issue #50504 Nov 02 09:54:33.928 INFO kablam! Nov 02 09:54:33.928 INFO kablam! warning: cannot find type `articles` in this scope Nov 02 09:54:33.928 INFO kablam! --> src/models/article.rs:14:10 Nov 02 09:54:33.928 INFO kablam! | Nov 02 09:54:33.928 INFO kablam! 14 | #[derive(Insertable, Serialize, Deserialize, AsChangeset, Queryable)] Nov 02 09:54:33.928 INFO kablam! | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 02 09:54:33.928 INFO kablam! | Nov 02 09:54:33.928 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 02 09:54:33.928 INFO kablam! = note: for more information, see issue #50504 Nov 02 09:54:33.929 INFO kablam! Nov 02 09:54:33.929 INFO kablam! warning: cannot find type `ArticleForm` in this scope Nov 02 09:54:33.929 INFO kablam! --> src/models/article.rs:14:10 Nov 02 09:54:33.929 INFO kablam! | Nov 02 09:54:33.929 INFO kablam! 14 | #[derive(Insertable, Serialize, Deserialize, AsChangeset, Queryable)] Nov 02 09:54:33.929 INFO kablam! | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 02 09:54:33.929 INFO kablam! | Nov 02 09:54:33.929 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 02 09:54:33.929 INFO kablam! = note: for more information, see issue #50504 Nov 02 09:54:33.929 INFO kablam! Nov 02 09:54:33.929 INFO kablam! warning: cannot find type `ArticleForm` in this scope Nov 02 09:54:33.929 INFO kablam! --> src/models/article.rs:14:46 Nov 02 09:54:33.929 INFO kablam! | Nov 02 09:54:33.929 INFO kablam! 14 | #[derive(Insertable, Serialize, Deserialize, AsChangeset, Queryable)] Nov 02 09:54:33.930 INFO kablam! | ^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 02 09:54:33.930 INFO kablam! | Nov 02 09:54:33.930 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 02 09:54:33.930 INFO kablam! = note: for more information, see issue #50504 Nov 02 09:54:33.930 INFO kablam! Nov 02 09:54:33.930 INFO kablam! warning: cannot find type `articles` in this scope Nov 02 09:54:33.930 INFO kablam! --> src/models/article.rs:14:46 Nov 02 09:54:33.930 INFO kablam! | Nov 02 09:54:33.930 INFO kablam! 14 | #[derive(Insertable, Serialize, Deserialize, AsChangeset, Queryable)] Nov 02 09:54:33.930 INFO kablam! | ^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 02 09:54:33.930 INFO kablam! | Nov 02 09:54:33.930 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 02 09:54:33.930 INFO kablam! = note: for more information, see issue #50504 Nov 02 09:54:33.930 INFO kablam! Nov 02 09:54:33.930 INFO kablam! warning: cannot find type `ArticleForm` in this scope Nov 02 09:54:33.930 INFO kablam! --> src/models/article.rs:14:59 Nov 02 09:54:33.930 INFO kablam! | Nov 02 09:54:33.930 INFO kablam! 14 | #[derive(Insertable, Serialize, Deserialize, AsChangeset, Queryable)] Nov 02 09:54:33.930 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 02 09:54:33.930 INFO kablam! | Nov 02 09:54:33.930 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 02 09:54:33.930 INFO kablam! = note: for more information, see issue #50504 Nov 02 09:54:33.930 INFO kablam! Nov 02 09:54:33.930 INFO kablam! warning: cannot find type `table` in this scope Nov 02 09:54:33.931 INFO kablam! --> <::diesel::macros::table_body macros>:165:33 Nov 02 09:54:33.931 INFO kablam! | Nov 02 09:54:33.931 INFO kablam! 165 | derive ( Debug , Clone , Copy , QueryId ) ] /// The actual table struct Nov 02 09:54:33.931 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 02 09:54:33.931 INFO kablam! | Nov 02 09:54:33.931 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 02 09:54:33.931 INFO kablam! = note: for more information, see issue #50504 Nov 02 09:54:33.931 INFO kablam! Nov 02 09:54:33.931 INFO kablam! warning: cannot find type `id` in this scope Nov 02 09:54:33.931 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Nov 02 09:54:33.931 INFO kablam! | Nov 02 09:54:33.931 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 02 09:54:33.931 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 02 09:54:33.931 INFO kablam! | Nov 02 09:54:33.931 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 02 09:54:33.931 INFO kablam! = note: for more information, see issue #50504 Nov 02 09:54:33.931 INFO kablam! Nov 02 09:54:33.931 INFO kablam! warning: cannot find type `title` in this scope Nov 02 09:54:33.931 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Nov 02 09:54:33.931 INFO kablam! | Nov 02 09:54:33.931 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 02 09:54:33.931 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 02 09:54:33.932 INFO kablam! | Nov 02 09:54:33.932 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 02 09:54:33.932 INFO kablam! = note: for more information, see issue #50504 Nov 02 09:54:33.932 INFO kablam! Nov 02 09:54:33.932 INFO kablam! warning: cannot find type `body` in this scope Nov 02 09:54:33.932 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Nov 02 09:54:33.932 INFO kablam! | Nov 02 09:54:33.936 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 02 09:54:33.936 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 02 09:54:33.936 INFO kablam! | Nov 02 09:54:33.936 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 02 09:54:33.936 INFO kablam! = note: for more information, see issue #50504 Nov 02 09:54:33.936 INFO kablam! Nov 02 09:54:33.936 INFO kablam! warning: cannot find type `published` in this scope Nov 02 09:54:33.936 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Nov 02 09:54:33.936 INFO kablam! | Nov 02 09:54:33.936 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 02 09:54:33.936 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 02 09:54:33.937 INFO kablam! | Nov 02 09:54:33.937 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 02 09:54:33.937 INFO kablam! = note: for more information, see issue #50504 Nov 02 09:54:33.937 INFO kablam! Nov 02 09:54:33.937 INFO kablam! warning: cannot find type `created_at` in this scope Nov 02 09:54:33.937 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Nov 02 09:54:33.937 INFO kablam! | Nov 02 09:54:33.937 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 02 09:54:33.937 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 02 09:54:33.937 INFO kablam! | Nov 02 09:54:33.937 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 02 09:54:33.937 INFO kablam! = note: for more information, see issue #50504 Nov 02 09:54:33.937 INFO kablam! Nov 02 09:54:33.937 INFO kablam! warning: cannot find type `updated_at` in this scope Nov 02 09:54:33.937 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Nov 02 09:54:33.937 INFO kablam! | Nov 02 09:54:33.937 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 02 09:54:33.937 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 02 09:54:33.937 INFO kablam! | Nov 02 09:54:33.937 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 02 09:54:33.937 INFO kablam! = note: for more information, see issue #50504 Nov 02 09:54:33.938 INFO kablam! Nov 02 09:54:33.938 INFO kablam! warning: cannot find type `tag_id` in this scope Nov 02 09:54:33.938 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Nov 02 09:54:33.938 INFO kablam! | Nov 02 09:54:33.938 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 02 09:54:33.938 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 02 09:54:33.938 INFO kablam! | Nov 02 09:54:33.938 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 02 09:54:33.938 INFO kablam! = note: for more information, see issue #50504 Nov 02 09:54:33.938 INFO kablam! Nov 02 09:54:33.938 INFO kablam! warning: cannot find type `article_id` in this scope Nov 02 09:54:33.938 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Nov 02 09:54:33.938 INFO kablam! | Nov 02 09:54:33.938 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 02 09:54:33.938 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 02 09:54:33.938 INFO kablam! | Nov 02 09:54:33.938 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 02 09:54:33.938 INFO kablam! = note: for more information, see issue #50504 Nov 02 09:54:33.938 INFO kablam! Nov 02 09:54:33.938 INFO kablam! warning: cannot find type `name` in this scope Nov 02 09:54:33.938 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Nov 02 09:54:33.939 INFO kablam! | Nov 02 09:54:33.939 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 02 09:54:33.939 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 02 09:54:33.939 INFO kablam! | Nov 02 09:54:33.939 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 02 09:54:33.939 INFO kablam! = note: for more information, see issue #50504 Nov 02 09:54:33.939 INFO kablam! Nov 02 09:54:33.939 INFO kablam! warning: cannot find type `Tag` in this scope Nov 02 09:54:33.939 INFO kablam! --> src/models/tag.rs:3:10 Nov 02 09:54:33.939 INFO kablam! | Nov 02 09:54:33.939 INFO kablam! 3 | #[derive(Identifiable, Queryable, Serialize, Deserialize)] Nov 02 09:54:33.939 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 02 09:54:33.939 INFO kablam! | Nov 02 09:54:33.939 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 02 09:54:33.939 INFO kablam! = note: for more information, see issue #50504 Nov 02 09:54:33.939 INFO kablam! Nov 02 09:54:33.939 INFO kablam! warning: cannot find type `tags` in this scope Nov 02 09:54:33.939 INFO kablam! --> src/models/tag.rs:3:10 Nov 02 09:54:33.939 INFO kablam! | Nov 02 09:54:33.939 INFO kablam! 3 | #[derive(Identifiable, Queryable, Serialize, Deserialize)] Nov 02 09:54:33.939 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 02 09:54:33.940 INFO kablam! | Nov 02 09:54:33.940 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 02 09:54:33.940 INFO kablam! = note: for more information, see issue #50504 Nov 02 09:54:33.940 INFO kablam! Nov 02 09:54:33.940 INFO kablam! warning: cannot find type `Tag` in this scope Nov 02 09:54:33.940 INFO kablam! --> src/models/tag.rs:3:24 Nov 02 09:54:33.940 INFO kablam! | Nov 02 09:54:33.940 INFO kablam! 3 | #[derive(Identifiable, Queryable, Serialize, Deserialize)] Nov 02 09:54:33.940 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 02 09:54:33.940 INFO kablam! | Nov 02 09:54:33.940 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 02 09:54:33.940 INFO kablam! = note: for more information, see issue #50504 Nov 02 09:54:33.940 INFO kablam! Nov 02 09:54:33.940 INFO kablam! warning: cannot find type `tags` in this scope Nov 02 09:54:33.940 INFO kablam! --> src/models/tag.rs:9:10 Nov 02 09:54:33.940 INFO kablam! | Nov 02 09:54:33.940 INFO kablam! 9 | #[derive(Insertable, AsChangeset, Deserialize, Serialize)] Nov 02 09:54:33.940 INFO kablam! | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 02 09:54:33.940 INFO kablam! | Nov 02 09:54:33.941 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 02 09:54:33.941 INFO kablam! = note: for more information, see issue #50504 Nov 02 09:54:33.941 INFO kablam! Nov 02 09:54:33.941 INFO kablam! warning: cannot find type `TagForm` in this scope Nov 02 09:54:33.941 INFO kablam! --> src/models/tag.rs:9:10 Nov 02 09:54:33.941 INFO kablam! | Nov 02 09:54:33.941 INFO kablam! 9 | #[derive(Insertable, AsChangeset, Deserialize, Serialize)] Nov 02 09:54:33.941 INFO kablam! | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 02 09:54:33.941 INFO kablam! | Nov 02 09:54:33.941 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 02 09:54:33.941 INFO kablam! = note: for more information, see issue #50504 Nov 02 09:54:33.941 INFO kablam! Nov 02 09:54:33.941 INFO kablam! warning: cannot find type `TagForm` in this scope Nov 02 09:54:33.941 INFO kablam! --> src/models/tag.rs:9:22 Nov 02 09:54:33.941 INFO kablam! | Nov 02 09:54:33.941 INFO kablam! 9 | #[derive(Insertable, AsChangeset, Deserialize, Serialize)] Nov 02 09:54:33.941 INFO kablam! | ^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 02 09:54:33.941 INFO kablam! | Nov 02 09:54:33.941 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 02 09:54:33.941 INFO kablam! = note: for more information, see issue #50504 Nov 02 09:54:33.941 INFO kablam! Nov 02 09:54:33.942 INFO kablam! warning: cannot find type `tags` in this scope Nov 02 09:54:33.942 INFO kablam! --> src/models/tag.rs:9:22 Nov 02 09:54:33.942 INFO kablam! | Nov 02 09:54:33.942 INFO kablam! 9 | #[derive(Insertable, AsChangeset, Deserialize, Serialize)] Nov 02 09:54:33.942 INFO kablam! | ^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 02 09:54:33.942 INFO kablam! | Nov 02 09:54:33.942 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 02 09:54:33.942 INFO kablam! = note: for more information, see issue #50504 Nov 02 09:54:33.942 INFO kablam! Nov 02 09:54:33.942 INFO kablam! warning: unused import: `diesel::prelude::*` Nov 02 09:54:33.942 INFO kablam! --> src/models/tagging.rs:1:5 Nov 02 09:54:33.942 INFO kablam! | Nov 02 09:54:33.942 INFO kablam! 1 | use diesel::prelude::*; Nov 02 09:54:33.942 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Nov 02 09:54:33.942 INFO kablam! Nov 02 09:54:33.942 INFO kablam! warning: cannot find type `Tagging` in this scope Nov 02 09:54:33.942 INFO kablam! --> src/models/tagging.rs:4:10 Nov 02 09:54:33.942 INFO kablam! | Nov 02 09:54:33.942 INFO kablam! 4 | #[derive(Identifiable, Queryable, Associations)] Nov 02 09:54:33.942 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 02 09:54:33.942 INFO kablam! | Nov 02 09:54:33.943 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 02 09:54:33.943 INFO kablam! = note: for more information, see issue #50504 Nov 02 09:54:33.943 INFO kablam! Nov 02 09:54:33.943 INFO kablam! warning: cannot find type `taggings` in this scope Nov 02 09:54:33.943 INFO kablam! --> src/models/tagging.rs:4:10 Nov 02 09:54:33.943 INFO kablam! | Nov 02 09:54:33.943 INFO kablam! 4 | #[derive(Identifiable, Queryable, Associations)] Nov 02 09:54:33.943 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 02 09:54:33.943 INFO kablam! | Nov 02 09:54:33.943 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 02 09:54:33.943 INFO kablam! = note: for more information, see issue #50504 Nov 02 09:54:33.943 INFO kablam! Nov 02 09:54:33.943 INFO kablam! warning: cannot find type `Tagging` in this scope Nov 02 09:54:33.943 INFO kablam! --> src/models/tagging.rs:4:24 Nov 02 09:54:33.943 INFO kablam! | Nov 02 09:54:33.943 INFO kablam! 4 | #[derive(Identifiable, Queryable, Associations)] Nov 02 09:54:33.943 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 02 09:54:33.943 INFO kablam! | Nov 02 09:54:33.943 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 02 09:54:33.943 INFO kablam! = note: for more information, see issue #50504 Nov 02 09:54:33.943 INFO kablam! Nov 02 09:54:33.944 INFO kablam! warning: cannot find type `Article` in this scope Nov 02 09:54:33.944 INFO kablam! --> src/models/tagging.rs:4:35 Nov 02 09:54:33.944 INFO kablam! | Nov 02 09:54:33.944 INFO kablam! 4 | #[derive(Identifiable, Queryable, Associations)] Nov 02 09:54:33.944 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 02 09:54:33.944 INFO kablam! | Nov 02 09:54:33.944 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 02 09:54:33.944 INFO kablam! = note: for more information, see issue #50504 Nov 02 09:54:33.944 INFO kablam! Nov 02 09:54:33.944 INFO kablam! warning: cannot find type `Tagging` in this scope Nov 02 09:54:33.944 INFO kablam! --> src/models/tagging.rs:4:35 Nov 02 09:54:33.944 INFO kablam! | Nov 02 09:54:33.944 INFO kablam! 4 | #[derive(Identifiable, Queryable, Associations)] Nov 02 09:54:33.944 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 02 09:54:33.944 INFO kablam! | Nov 02 09:54:33.944 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 02 09:54:33.944 INFO kablam! = note: for more information, see issue #50504 Nov 02 09:54:33.944 INFO kablam! Nov 02 09:54:33.944 INFO kablam! warning: cannot find type `taggings` in this scope Nov 02 09:54:33.944 INFO kablam! --> src/models/tagging.rs:4:35 Nov 02 09:54:33.944 INFO kablam! | Nov 02 09:54:33.944 INFO kablam! 4 | #[derive(Identifiable, Queryable, Associations)] Nov 02 09:54:33.944 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 02 09:54:33.944 INFO kablam! | Nov 02 09:54:33.945 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 02 09:54:33.945 INFO kablam! = note: for more information, see issue #50504 Nov 02 09:54:33.945 INFO kablam! Nov 02 09:54:33.945 INFO kablam! warning: cannot find type `Tag` in this scope Nov 02 09:54:33.945 INFO kablam! --> src/models/tagging.rs:4:35 Nov 02 09:54:33.945 INFO kablam! | Nov 02 09:54:33.945 INFO kablam! 4 | #[derive(Identifiable, Queryable, Associations)] Nov 02 09:54:33.945 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 02 09:54:33.945 INFO kablam! | Nov 02 09:54:33.945 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 02 09:54:33.945 INFO kablam! = note: for more information, see issue #50504 Nov 02 09:54:33.945 INFO kablam! Nov 02 09:54:33.945 INFO kablam! warning: cannot find type `taggings` in this scope Nov 02 09:54:33.945 INFO kablam! --> src/models/tagging.rs:13:10 Nov 02 09:54:33.945 INFO kablam! | Nov 02 09:54:33.945 INFO kablam! 13 | #[derive(Insertable)] Nov 02 09:54:33.945 INFO kablam! | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 02 09:54:33.945 INFO kablam! | Nov 02 09:54:33.945 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 02 09:54:33.945 INFO kablam! = note: for more information, see issue #50504 Nov 02 09:54:33.945 INFO kablam! Nov 02 09:54:33.945 INFO kablam! warning: cannot find type `NewTagging` in this scope Nov 02 09:54:33.946 INFO kablam! --> src/models/tagging.rs:13:10 Nov 02 09:54:33.946 INFO kablam! | Nov 02 09:54:33.946 INFO kablam! 13 | #[derive(Insertable)] Nov 02 09:54:33.946 INFO kablam! | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 02 09:54:33.946 INFO kablam! | Nov 02 09:54:33.946 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 02 09:54:33.946 INFO kablam! = note: for more information, see issue #50504 Nov 02 09:54:33.946 INFO kablam! Nov 02 09:54:34.037 INFO kablam! warning: unused import: `Method` Nov 02 09:54:34.038 INFO kablam! --> src/main.rs:21:20 Nov 02 09:54:34.038 INFO kablam! | Nov 02 09:54:34.038 INFO kablam! 21 | use rocket::http::{Method, Status}; Nov 02 09:54:34.038 INFO kablam! | ^^^^^^ Nov 02 09:54:34.038 INFO kablam! | Nov 02 09:54:34.038 INFO kablam! = note: #[warn(unused_imports)] on by default Nov 02 09:54:34.038 INFO kablam! Nov 02 09:54:34.038 INFO kablam! warning: unused import: `AllowedHeaders` Nov 02 09:54:34.038 INFO kablam! --> src/main.rs:24:19 Nov 02 09:54:34.038 INFO kablam! | Nov 02 09:54:34.039 INFO kablam! 24 | use rocket_cors::{AllowedHeaders, AllowedOrigins}; Nov 02 09:54:34.039 INFO kablam! | ^^^^^^^^^^^^^^ Nov 02 09:54:34.039 INFO kablam! Nov 02 09:54:34.039 INFO kablam! warning: cannot find type `Article` in this scope Nov 02 09:54:34.039 INFO kablam! --> src/models/article.rs:4:10 Nov 02 09:54:34.039 INFO kablam! | Nov 02 09:54:34.039 INFO kablam! 4 | #[derive(Identifiable, Queryable, Serialize, Deserialize)] Nov 02 09:54:34.039 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 02 09:54:34.039 INFO kablam! | Nov 02 09:54:34.039 INFO kablam! = note: #[warn(proc_macro_derive_resolution_fallback)] on by default Nov 02 09:54:34.039 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 02 09:54:34.039 INFO kablam! = note: for more information, see issue #50504 Nov 02 09:54:34.040 INFO kablam! Nov 02 09:54:34.040 INFO kablam! warning: cannot find type `articles` in this scope Nov 02 09:54:34.040 INFO kablam! --> src/models/article.rs:4:10 Nov 02 09:54:34.040 INFO kablam! | Nov 02 09:54:34.040 INFO kablam! 4 | #[derive(Identifiable, Queryable, Serialize, Deserialize)] Nov 02 09:54:34.040 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 02 09:54:34.040 INFO kablam! | Nov 02 09:54:34.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 02 09:54:34.040 INFO kablam! = note: for more information, see issue #50504 Nov 02 09:54:34.040 INFO kablam! Nov 02 09:54:34.040 INFO kablam! warning: cannot find type `Article` in this scope Nov 02 09:54:34.040 INFO kablam! --> src/models/article.rs:4:10 Nov 02 09:54:34.040 INFO kablam! | Nov 02 09:54:34.040 INFO kablam! 4 | #[derive(Identifiable, Queryable, Serialize, Deserialize)] Nov 02 09:54:34.040 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 02 09:54:34.040 INFO kablam! | Nov 02 09:54:34.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 02 09:54:34.040 INFO kablam! = note: for more information, see issue #50504 Nov 02 09:54:34.040 INFO kablam! Nov 02 09:54:34.040 INFO kablam! warning: cannot find type `NaiveDateTime` in this scope Nov 02 09:54:34.041 INFO kablam! --> src/models/article.rs:4:24 Nov 02 09:54:34.041 INFO kablam! | Nov 02 09:54:34.041 INFO kablam! 4 | #[derive(Identifiable, Queryable, Serialize, Deserialize)] Nov 02 09:54:34.041 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 02 09:54:34.041 INFO kablam! | Nov 02 09:54:34.041 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 02 09:54:34.041 INFO kablam! = note: for more information, see issue #50504 Nov 02 09:54:34.041 INFO kablam! Nov 02 09:54:34.041 INFO kablam! warning: cannot find type `Article` in this scope Nov 02 09:54:34.041 INFO kablam! --> src/models/article.rs:4:24 Nov 02 09:54:34.041 INFO kablam! | Nov 02 09:54:34.041 INFO kablam! 4 | #[derive(Identifiable, Queryable, Serialize, Deserialize)] Nov 02 09:54:34.041 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 02 09:54:34.041 INFO kablam! | Nov 02 09:54:34.041 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 02 09:54:34.041 INFO kablam! = note: for more information, see issue #50504 Nov 02 09:54:34.041 INFO kablam! Nov 02 09:54:34.041 INFO kablam! warning: cannot find type `articles` in this scope Nov 02 09:54:34.041 INFO kablam! --> src/models/article.rs:14:10 Nov 02 09:54:34.041 INFO kablam! | Nov 02 09:54:34.041 INFO kablam! 14 | #[derive(Insertable, Serialize, Deserialize, AsChangeset, Queryable)] Nov 02 09:54:34.041 INFO kablam! | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 02 09:54:34.041 INFO kablam! | Nov 02 09:54:34.042 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 02 09:54:34.042 INFO kablam! = note: for more information, see issue #50504 Nov 02 09:54:34.042 INFO kablam! Nov 02 09:54:34.042 INFO kablam! warning: cannot find type `ArticleForm` in this scope Nov 02 09:54:34.042 INFO kablam! --> src/models/article.rs:14:10 Nov 02 09:54:34.042 INFO kablam! | Nov 02 09:54:34.042 INFO kablam! 14 | #[derive(Insertable, Serialize, Deserialize, AsChangeset, Queryable)] Nov 02 09:54:34.042 INFO kablam! | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 02 09:54:34.042 INFO kablam! | Nov 02 09:54:34.042 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 02 09:54:34.042 INFO kablam! = note: for more information, see issue #50504 Nov 02 09:54:34.042 INFO kablam! Nov 02 09:54:34.042 INFO kablam! warning: cannot find type `ArticleForm` in this scope Nov 02 09:54:34.042 INFO kablam! --> src/models/article.rs:14:46 Nov 02 09:54:34.042 INFO kablam! | Nov 02 09:54:34.042 INFO kablam! 14 | #[derive(Insertable, Serialize, Deserialize, AsChangeset, Queryable)] Nov 02 09:54:34.042 INFO kablam! | ^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 02 09:54:34.042 INFO kablam! | Nov 02 09:54:34.042 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 02 09:54:34.042 INFO kablam! = note: for more information, see issue #50504 Nov 02 09:54:34.042 INFO kablam! Nov 02 09:54:34.042 INFO kablam! warning: cannot find type `articles` in this scope Nov 02 09:54:34.042 INFO kablam! --> src/models/article.rs:14:46 Nov 02 09:54:34.043 INFO kablam! | Nov 02 09:54:34.043 INFO kablam! 14 | #[derive(Insertable, Serialize, Deserialize, AsChangeset, Queryable)] Nov 02 09:54:34.043 INFO kablam! | ^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 02 09:54:34.043 INFO kablam! | Nov 02 09:54:34.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 02 09:54:34.043 INFO kablam! = note: for more information, see issue #50504 Nov 02 09:54:34.043 INFO kablam! Nov 02 09:54:34.044 INFO kablam! warning: cannot find type `ArticleForm` in this scope Nov 02 09:54:34.044 INFO kablam! --> src/models/article.rs:14:59 Nov 02 09:54:34.044 INFO kablam! | Nov 02 09:54:34.044 INFO kablam! 14 | #[derive(Insertable, Serialize, Deserialize, AsChangeset, Queryable)] Nov 02 09:54:34.044 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 02 09:54:34.044 INFO kablam! | Nov 02 09:54:34.044 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 02 09:54:34.044 INFO kablam! = note: for more information, see issue #50504 Nov 02 09:54:34.044 INFO kablam! Nov 02 09:54:34.044 INFO kablam! warning: cannot find type `table` in this scope Nov 02 09:54:34.044 INFO kablam! --> <::diesel::macros::table_body macros>:165:33 Nov 02 09:54:34.044 INFO kablam! | Nov 02 09:54:34.044 INFO kablam! 165 | derive ( Debug , Clone , Copy , QueryId ) ] /// The actual table struct Nov 02 09:54:34.044 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 02 09:54:34.044 INFO kablam! | Nov 02 09:54:34.044 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 02 09:54:34.044 INFO kablam! = note: for more information, see issue #50504 Nov 02 09:54:34.044 INFO kablam! Nov 02 09:54:34.044 INFO kablam! warning: cannot find type `id` in this scope Nov 02 09:54:34.044 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Nov 02 09:54:34.044 INFO kablam! | Nov 02 09:54:34.044 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 02 09:54:34.045 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 02 09:54:34.045 INFO kablam! | Nov 02 09:54:34.045 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 02 09:54:34.045 INFO kablam! = note: for more information, see issue #50504 Nov 02 09:54:34.045 INFO kablam! Nov 02 09:54:34.045 INFO kablam! warning: cannot find type `title` in this scope Nov 02 09:54:34.045 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Nov 02 09:54:34.045 INFO kablam! | Nov 02 09:54:34.045 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 02 09:54:34.045 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 02 09:54:34.045 INFO kablam! | Nov 02 09:54:34.045 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 02 09:54:34.045 INFO kablam! = note: for more information, see issue #50504 Nov 02 09:54:34.045 INFO kablam! Nov 02 09:54:34.045 INFO kablam! warning: cannot find type `body` in this scope Nov 02 09:54:34.045 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Nov 02 09:54:34.045 INFO kablam! | Nov 02 09:54:34.045 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 02 09:54:34.045 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 02 09:54:34.045 INFO kablam! | Nov 02 09:54:34.045 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 02 09:54:34.045 INFO kablam! = note: for more information, see issue #50504 Nov 02 09:54:34.045 INFO kablam! Nov 02 09:54:34.045 INFO kablam! warning: cannot find type `published` in this scope Nov 02 09:54:34.045 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Nov 02 09:54:34.045 INFO kablam! | Nov 02 09:54:34.045 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 02 09:54:34.045 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 02 09:54:34.045 INFO kablam! | Nov 02 09:54:34.045 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 02 09:54:34.045 INFO kablam! = note: for more information, see issue #50504 Nov 02 09:54:34.045 INFO kablam! Nov 02 09:54:34.045 INFO kablam! warning: cannot find type `created_at` in this scope Nov 02 09:54:34.045 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Nov 02 09:54:34.045 INFO kablam! | Nov 02 09:54:34.045 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 02 09:54:34.045 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 02 09:54:34.045 INFO kablam! | Nov 02 09:54:34.045 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 02 09:54:34.045 INFO kablam! = note: for more information, see issue #50504 Nov 02 09:54:34.045 INFO kablam! Nov 02 09:54:34.045 INFO kablam! warning: cannot find type `updated_at` in this scope Nov 02 09:54:34.045 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Nov 02 09:54:34.045 INFO kablam! | Nov 02 09:54:34.045 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 02 09:54:34.045 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 02 09:54:34.045 INFO kablam! | Nov 02 09:54:34.045 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 02 09:54:34.045 INFO kablam! = note: for more information, see issue #50504 Nov 02 09:54:34.045 INFO kablam! Nov 02 09:54:34.045 INFO kablam! warning: cannot find type `tag_id` in this scope Nov 02 09:54:34.045 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Nov 02 09:54:34.045 INFO kablam! | Nov 02 09:54:34.045 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 02 09:54:34.045 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 02 09:54:34.045 INFO kablam! | Nov 02 09:54:34.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 02 09:54:34.046 INFO kablam! = note: for more information, see issue #50504 Nov 02 09:54:34.046 INFO kablam! Nov 02 09:54:34.046 INFO kablam! warning: cannot find type `article_id` in this scope Nov 02 09:54:34.046 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Nov 02 09:54:34.046 INFO kablam! | Nov 02 09:54:34.046 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 02 09:54:34.046 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 02 09:54:34.046 INFO kablam! | Nov 02 09:54:34.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 02 09:54:34.046 INFO kablam! = note: for more information, see issue #50504 Nov 02 09:54:34.046 INFO kablam! Nov 02 09:54:34.046 INFO kablam! warning: cannot find type `name` in this scope Nov 02 09:54:34.046 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Nov 02 09:54:34.046 INFO kablam! | Nov 02 09:54:34.046 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 02 09:54:34.046 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 02 09:54:34.046 INFO kablam! | Nov 02 09:54:34.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 02 09:54:34.046 INFO kablam! = note: for more information, see issue #50504 Nov 02 09:54:34.046 INFO kablam! Nov 02 09:54:34.046 INFO kablam! warning: cannot find type `Tag` in this scope Nov 02 09:54:34.046 INFO kablam! --> src/models/tag.rs:3:10 Nov 02 09:54:34.046 INFO kablam! | Nov 02 09:54:34.046 INFO kablam! 3 | #[derive(Identifiable, Queryable, Serialize, Deserialize)] Nov 02 09:54:34.046 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 02 09:54:34.046 INFO kablam! | Nov 02 09:54:34.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 02 09:54:34.046 INFO kablam! = note: for more information, see issue #50504 Nov 02 09:54:34.046 INFO kablam! Nov 02 09:54:34.052 INFO kablam! warning: cannot find type `tags` in this scope Nov 02 09:54:34.053 INFO kablam! --> src/models/tag.rs:3:10 Nov 02 09:54:34.053 INFO kablam! | Nov 02 09:54:34.053 INFO kablam! 3 | #[derive(Identifiable, Queryable, Serialize, Deserialize)] Nov 02 09:54:34.053 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 02 09:54:34.053 INFO kablam! | Nov 02 09:54:34.053 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 02 09:54:34.053 INFO kablam! = note: for more information, see issue #50504 Nov 02 09:54:34.053 INFO kablam! Nov 02 09:54:34.053 INFO kablam! warning: cannot find type `Tag` in this scope Nov 02 09:54:34.053 INFO kablam! --> src/models/tag.rs:3:24 Nov 02 09:54:34.053 INFO kablam! | Nov 02 09:54:34.053 INFO kablam! 3 | #[derive(Identifiable, Queryable, Serialize, Deserialize)] Nov 02 09:54:34.053 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 02 09:54:34.053 INFO kablam! | Nov 02 09:54:34.053 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 02 09:54:34.053 INFO kablam! = note: for more information, see issue #50504 Nov 02 09:54:34.053 INFO kablam! Nov 02 09:54:34.053 INFO kablam! warning: cannot find type `tags` in this scope Nov 02 09:54:34.053 INFO kablam! --> src/models/tag.rs:9:10 Nov 02 09:54:34.053 INFO kablam! | Nov 02 09:54:34.053 INFO kablam! 9 | #[derive(Insertable, AsChangeset, Deserialize, Serialize)] Nov 02 09:54:34.053 INFO kablam! | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 02 09:54:34.053 INFO kablam! | Nov 02 09:54:34.053 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 02 09:54:34.053 INFO kablam! = note: for more information, see issue #50504 Nov 02 09:54:34.053 INFO kablam! Nov 02 09:54:34.053 INFO kablam! warning: cannot find type `TagForm` in this scope Nov 02 09:54:34.053 INFO kablam! --> src/models/tag.rs:9:10 Nov 02 09:54:34.053 INFO kablam! | Nov 02 09:54:34.053 INFO kablam! 9 | #[derive(Insertable, AsChangeset, Deserialize, Serialize)] Nov 02 09:54:34.053 INFO kablam! | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 02 09:54:34.053 INFO kablam! | Nov 02 09:54:34.053 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 02 09:54:34.053 INFO kablam! = note: for more information, see issue #50504 Nov 02 09:54:34.053 INFO kablam! Nov 02 09:54:34.053 INFO kablam! warning: cannot find type `TagForm` in this scope Nov 02 09:54:34.053 INFO kablam! --> src/models/tag.rs:9:22 Nov 02 09:54:34.053 INFO kablam! | Nov 02 09:54:34.053 INFO kablam! 9 | #[derive(Insertable, AsChangeset, Deserialize, Serialize)] Nov 02 09:54:34.053 INFO kablam! | ^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 02 09:54:34.053 INFO kablam! | Nov 02 09:54:34.053 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 02 09:54:34.053 INFO kablam! = note: for more information, see issue #50504 Nov 02 09:54:34.053 INFO kablam! Nov 02 09:54:34.053 INFO kablam! warning: cannot find type `tags` in this scope Nov 02 09:54:34.053 INFO kablam! --> src/models/tag.rs:9:22 Nov 02 09:54:34.053 INFO kablam! | Nov 02 09:54:34.053 INFO kablam! 9 | #[derive(Insertable, AsChangeset, Deserialize, Serialize)] Nov 02 09:54:34.054 INFO kablam! | ^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 02 09:54:34.054 INFO kablam! | Nov 02 09:54:34.054 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 02 09:54:34.054 INFO kablam! = note: for more information, see issue #50504 Nov 02 09:54:34.054 INFO kablam! Nov 02 09:54:34.054 INFO kablam! warning: unused import: `diesel::prelude::*` Nov 02 09:54:34.054 INFO kablam! --> src/models/tagging.rs:1:5 Nov 02 09:54:34.054 INFO kablam! | Nov 02 09:54:34.054 INFO kablam! 1 | use diesel::prelude::*; Nov 02 09:54:34.054 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Nov 02 09:54:34.054 INFO kablam! Nov 02 09:54:34.054 INFO kablam! warning: cannot find type `Tagging` in this scope Nov 02 09:54:34.054 INFO kablam! --> src/models/tagging.rs:4:10 Nov 02 09:54:34.054 INFO kablam! | Nov 02 09:54:34.054 INFO kablam! 4 | #[derive(Identifiable, Queryable, Associations)] Nov 02 09:54:34.054 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 02 09:54:34.054 INFO kablam! | Nov 02 09:54:34.054 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 02 09:54:34.054 INFO kablam! = note: for more information, see issue #50504 Nov 02 09:54:34.054 INFO kablam! Nov 02 09:54:34.054 INFO kablam! warning: cannot find type `taggings` in this scope Nov 02 09:54:34.054 INFO kablam! --> src/models/tagging.rs:4:10 Nov 02 09:54:34.054 INFO kablam! | Nov 02 09:54:34.054 INFO kablam! 4 | #[derive(Identifiable, Queryable, Associations)] Nov 02 09:54:34.054 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 02 09:54:34.054 INFO kablam! | Nov 02 09:54:34.054 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 02 09:54:34.054 INFO kablam! = note: for more information, see issue #50504 Nov 02 09:54:34.054 INFO kablam! Nov 02 09:54:34.054 INFO kablam! warning: cannot find type `Tagging` in this scope Nov 02 09:54:34.054 INFO kablam! --> src/models/tagging.rs:4:24 Nov 02 09:54:34.054 INFO kablam! | Nov 02 09:54:34.054 INFO kablam! 4 | #[derive(Identifiable, Queryable, Associations)] Nov 02 09:54:34.054 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 02 09:54:34.054 INFO kablam! | Nov 02 09:54:34.054 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 02 09:54:34.054 INFO kablam! = note: for more information, see issue #50504 Nov 02 09:54:34.054 INFO kablam! Nov 02 09:54:34.054 INFO kablam! warning: cannot find type `Article` in this scope Nov 02 09:54:34.054 INFO kablam! --> src/models/tagging.rs:4:35 Nov 02 09:54:34.054 INFO kablam! | Nov 02 09:54:34.054 INFO kablam! 4 | #[derive(Identifiable, Queryable, Associations)] Nov 02 09:54:34.054 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 02 09:54:34.054 INFO kablam! | Nov 02 09:54:34.054 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 02 09:54:34.054 INFO kablam! = note: for more information, see issue #50504 Nov 02 09:54:34.054 INFO kablam! Nov 02 09:54:34.054 INFO kablam! warning: cannot find type `Tagging` in this scope Nov 02 09:54:34.054 INFO kablam! --> src/models/tagging.rs:4:35 Nov 02 09:54:34.054 INFO kablam! | Nov 02 09:54:34.054 INFO kablam! 4 | #[derive(Identifiable, Queryable, Associations)] Nov 02 09:54:34.054 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 02 09:54:34.054 INFO kablam! | Nov 02 09:54:34.054 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 02 09:54:34.054 INFO kablam! = note: for more information, see issue #50504 Nov 02 09:54:34.054 INFO kablam! Nov 02 09:54:34.054 INFO kablam! warning: cannot find type `taggings` in this scope Nov 02 09:54:34.054 INFO kablam! --> src/models/tagging.rs:4:35 Nov 02 09:54:34.054 INFO kablam! | Nov 02 09:54:34.054 INFO kablam! 4 | #[derive(Identifiable, Queryable, Associations)] Nov 02 09:54:34.054 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 02 09:54:34.054 INFO kablam! | Nov 02 09:54:34.054 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 02 09:54:34.054 INFO kablam! = note: for more information, see issue #50504 Nov 02 09:54:34.054 INFO kablam! Nov 02 09:54:34.054 INFO kablam! warning: cannot find type `Tag` in this scope Nov 02 09:54:34.054 INFO kablam! --> src/models/tagging.rs:4:35 Nov 02 09:54:34.054 INFO kablam! | Nov 02 09:54:34.054 INFO kablam! 4 | #[derive(Identifiable, Queryable, Associations)] Nov 02 09:54:34.054 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 02 09:54:34.054 INFO kablam! | Nov 02 09:54:34.054 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 02 09:54:34.054 INFO kablam! = note: for more information, see issue #50504 Nov 02 09:54:34.054 INFO kablam! Nov 02 09:54:34.054 INFO kablam! warning: cannot find type `taggings` in this scope Nov 02 09:54:34.054 INFO kablam! --> src/models/tagging.rs:13:10 Nov 02 09:54:34.054 INFO kablam! | Nov 02 09:54:34.054 INFO kablam! 13 | #[derive(Insertable)] Nov 02 09:54:34.054 INFO kablam! | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 02 09:54:34.054 INFO kablam! | Nov 02 09:54:34.054 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 02 09:54:34.055 INFO kablam! = note: for more information, see issue #50504 Nov 02 09:54:34.055 INFO kablam! Nov 02 09:54:34.055 INFO kablam! warning: cannot find type `NewTagging` in this scope Nov 02 09:54:34.055 INFO kablam! --> src/models/tagging.rs:13:10 Nov 02 09:54:34.055 INFO kablam! | Nov 02 09:54:34.055 INFO kablam! 13 | #[derive(Insertable)] Nov 02 09:54:34.055 INFO kablam! | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 02 09:54:34.055 INFO kablam! | Nov 02 09:54:34.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 02 09:54:34.055 INFO kablam! = note: for more information, see issue #50504 Nov 02 09:54:34.055 INFO kablam! Nov 02 09:54:35.100 INFO kablam! warning: the feature `extern_prelude` has been stable since 1.30.0 and no longer requires an attribute to enable Nov 02 09:54:35.100 INFO kablam! --> src/main.rs:4:12 Nov 02 09:54:35.101 INFO kablam! | Nov 02 09:54:35.101 INFO kablam! 4 | #![feature(extern_prelude)] Nov 02 09:54:35.101 INFO kablam! | ^^^^^^^^^^^^^^ Nov 02 09:54:35.101 INFO kablam! | Nov 02 09:54:35.101 INFO kablam! = note: #[warn(stable_features)] on by default Nov 02 09:54:35.101 INFO kablam! Nov 02 09:54:35.230 INFO kablam! warning: the feature `extern_prelude` has been stable since 1.30.0 and no longer requires an attribute to enable Nov 02 09:54:35.231 INFO kablam! --> src/main.rs:4:12 Nov 02 09:54:35.231 INFO kablam! | Nov 02 09:54:35.231 INFO kablam! 4 | #![feature(extern_prelude)] Nov 02 09:54:35.231 INFO kablam! | ^^^^^^^^^^^^^^ Nov 02 09:54:35.231 INFO kablam! | Nov 02 09:54:35.231 INFO kablam! = note: #[warn(stable_features)] on by default Nov 02 09:54:35.231 INFO kablam! Nov 02 09:54:35.304 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 32s Nov 02 09:54:35.320 INFO kablam! su: No module specific data is present Nov 02 09:54:35.749 INFO running `"docker" "rm" "-f" "ff147b6a4df8759147f05e28936e006e1062f985350f938f5decb7d13509f74b"` Nov 02 09:54:36.055 INFO blam! ff147b6a4df8759147f05e28936e006e1062f985350f938f5decb7d13509f74b