Dec 05 13:34:55.403 INFO testing mtwtkman/editor against master#906deae0790bd18681b937fe9a141a3c26cf1855 for pr-56514 Dec 05 13:34:55.403 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56514/worker-3/master#906deae0790bd18681b937fe9a141a3c26cf1855:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-3/pr-56514/master#906deae0790bd18681b937fe9a141a3c26cf1855:/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 +906deae0790bd18681b937fe9a141a3c26cf1855-alt build --frozen" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Dec 05 13:34:55.862 INFO [stdout] fc61cda00d02816af241d862f1f42aba2b586ac45f785eb891801d85c01d05d2 Dec 05 13:34:55.872 INFO running `"docker" "start" "-a" "fc61cda00d02816af241d862f1f42aba2b586ac45f785eb891801d85c01d05d2"` Dec 05 13:34:57.663 INFO [stderr] usermod: no changes Dec 05 13:34:57.712 INFO [stderr] warning: An explicit [[test]] section is specified in Cargo.toml which currently Dec 05 13:34:57.712 INFO [stderr] disables Cargo from automatically inferring other test targets. Dec 05 13:34:57.712 INFO [stderr] This inference behavior will change in the Rust 2018 edition and the following Dec 05 13:34:57.712 INFO [stderr] files will be included as a test target: Dec 05 13:34:57.712 INFO [stderr] Dec 05 13:34:57.712 INFO [stderr] * /source/tests/helpers.rs Dec 05 13:34:57.712 INFO [stderr] Dec 05 13:34:57.712 INFO [stderr] This is likely to break cargo build or cargo test as these files may not be Dec 05 13:34:57.712 INFO [stderr] ready to be compiled as a test target today. You can future-proof yourself Dec 05 13:34:57.712 INFO [stderr] and disable this warning by adding `autotests = false` to your [package] Dec 05 13:34:57.712 INFO [stderr] section. You may also move the files to a location where Cargo would not Dec 05 13:34:57.712 INFO [stderr] automatically infer them to be a target, such as in subfolders. Dec 05 13:34:57.712 INFO [stderr] Dec 05 13:34:57.712 INFO [stderr] For more information on this warning you can consult Dec 05 13:34:57.712 INFO [stderr] https://github.com/rust-lang/cargo/issues/5330 Dec 05 13:34:58.057 INFO [stderr] Compiling libsqlite3-sys v0.9.3 Dec 05 13:34:58.100 INFO [stderr] Compiling unicase_serde v0.1.0 Dec 05 13:34:58.101 INFO [stderr] Compiling diesel_derives v1.3.0 Dec 05 13:34:58.104 INFO [stderr] Compiling chrono v0.4.6 Dec 05 13:34:58.105 INFO [stderr] Compiling url_serde v0.2.0 Dec 05 13:34:58.106 INFO [stderr] Compiling rocket v0.3.16 Dec 05 13:35:13.365 INFO [stderr] Compiling diesel v1.3.3 Dec 05 13:35:19.836 INFO [stderr] Compiling rocket_cors v0.3.0 Dec 05 13:35:19.836 INFO [stderr] Compiling rocket_contrib v0.3.16 Dec 05 13:35:19.836 INFO [stderr] Compiling rocket_codegen v0.3.16 Dec 05 13:36:00.943 INFO [stderr] Compiling migrations_internals v1.3.0 Dec 05 13:36:02.584 INFO [stderr] Compiling migrations_macros v1.3.0 Dec 05 13:36:04.776 INFO [stderr] Compiling diesel_migrations v1.3.0 Dec 05 13:36:05.364 INFO [stderr] Compiling source v0.1.0 (/source) Dec 05 13:36:07.216 INFO [stderr] warning: unused import: `Method` Dec 05 13:36:07.216 INFO [stderr] --> src/main.rs:21:20 Dec 05 13:36:07.216 INFO [stderr] | Dec 05 13:36:07.216 INFO [stderr] 21 | use rocket::http::{Method, Status}; Dec 05 13:36:07.216 INFO [stderr] | ^^^^^^ Dec 05 13:36:07.216 INFO [stderr] | Dec 05 13:36:07.216 INFO [stderr] = note: #[warn(unused_imports)] on by default Dec 05 13:36:07.216 INFO [stderr] Dec 05 13:36:07.216 INFO [stderr] warning: unused import: `AllowedHeaders` Dec 05 13:36:07.216 INFO [stderr] --> src/main.rs:24:19 Dec 05 13:36:07.216 INFO [stderr] | Dec 05 13:36:07.216 INFO [stderr] 24 | use rocket_cors::{AllowedHeaders, AllowedOrigins}; Dec 05 13:36:07.216 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 05 13:36:07.216 INFO [stderr] Dec 05 13:36:07.216 INFO [stderr] warning: cannot find type `Article` in this scope Dec 05 13:36:07.216 INFO [stderr] --> src/models/article.rs:4:10 Dec 05 13:36:07.216 INFO [stderr] | Dec 05 13:36:07.216 INFO [stderr] 4 | #[derive(Identifiable, Queryable, Serialize, Deserialize)] Dec 05 13:36:07.216 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 05 13:36:07.216 INFO [stderr] | Dec 05 13:36:07.216 INFO [stderr] = note: #[warn(proc_macro_derive_resolution_fallback)] on by default Dec 05 13:36:07.216 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 05 13:36:07.216 INFO [stderr] = note: for more information, see issue #50504 Dec 05 13:36:07.216 INFO [stderr] Dec 05 13:36:07.216 INFO [stderr] warning: cannot find type `articles` in this scope Dec 05 13:36:07.216 INFO [stderr] --> src/models/article.rs:4:10 Dec 05 13:36:07.216 INFO [stderr] | Dec 05 13:36:07.216 INFO [stderr] 4 | #[derive(Identifiable, Queryable, Serialize, Deserialize)] Dec 05 13:36:07.216 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 05 13:36:07.216 INFO [stderr] | Dec 05 13:36:07.216 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 05 13:36:07.216 INFO [stderr] = note: for more information, see issue #50504 Dec 05 13:36:07.216 INFO [stderr] Dec 05 13:36:07.216 INFO [stderr] warning: cannot find type `Article` in this scope Dec 05 13:36:07.216 INFO [stderr] --> src/models/article.rs:4:10 Dec 05 13:36:07.216 INFO [stderr] | Dec 05 13:36:07.216 INFO [stderr] 4 | #[derive(Identifiable, Queryable, Serialize, Deserialize)] Dec 05 13:36:07.216 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 05 13:36:07.217 INFO [stderr] | Dec 05 13:36:07.217 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 05 13:36:07.217 INFO [stderr] = note: for more information, see issue #50504 Dec 05 13:36:07.217 INFO [stderr] Dec 05 13:36:07.217 INFO [stderr] warning: cannot find type `NaiveDateTime` in this scope Dec 05 13:36:07.217 INFO [stderr] --> src/models/article.rs:4:24 Dec 05 13:36:07.217 INFO [stderr] | Dec 05 13:36:07.217 INFO [stderr] 4 | #[derive(Identifiable, Queryable, Serialize, Deserialize)] Dec 05 13:36:07.217 INFO [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 05 13:36:07.217 INFO [stderr] | Dec 05 13:36:07.217 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 05 13:36:07.217 INFO [stderr] = note: for more information, see issue #50504 Dec 05 13:36:07.217 INFO [stderr] Dec 05 13:36:07.217 INFO [stderr] warning: cannot find type `Article` in this scope Dec 05 13:36:07.217 INFO [stderr] --> src/models/article.rs:4:24 Dec 05 13:36:07.217 INFO [stderr] | Dec 05 13:36:07.217 INFO [stderr] 4 | #[derive(Identifiable, Queryable, Serialize, Deserialize)] Dec 05 13:36:07.217 INFO [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 05 13:36:07.217 INFO [stderr] | Dec 05 13:36:07.217 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 05 13:36:07.217 INFO [stderr] = note: for more information, see issue #50504 Dec 05 13:36:07.217 INFO [stderr] Dec 05 13:36:07.217 INFO [stderr] warning: cannot find type `articles` in this scope Dec 05 13:36:07.217 INFO [stderr] --> src/models/article.rs:14:10 Dec 05 13:36:07.217 INFO [stderr] | Dec 05 13:36:07.217 INFO [stderr] 14 | #[derive(Insertable, Serialize, Deserialize, AsChangeset, Queryable)] Dec 05 13:36:07.217 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 05 13:36:07.217 INFO [stderr] | Dec 05 13:36:07.217 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 05 13:36:07.217 INFO [stderr] = note: for more information, see issue #50504 Dec 05 13:36:07.217 INFO [stderr] Dec 05 13:36:07.217 INFO [stderr] warning: cannot find type `ArticleForm` in this scope Dec 05 13:36:07.217 INFO [stderr] --> src/models/article.rs:14:10 Dec 05 13:36:07.217 INFO [stderr] | Dec 05 13:36:07.217 INFO [stderr] 14 | #[derive(Insertable, Serialize, Deserialize, AsChangeset, Queryable)] Dec 05 13:36:07.217 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 05 13:36:07.217 INFO [stderr] | Dec 05 13:36:07.217 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 05 13:36:07.217 INFO [stderr] = note: for more information, see issue #50504 Dec 05 13:36:07.217 INFO [stderr] Dec 05 13:36:07.217 INFO [stderr] warning: cannot find type `ArticleForm` in this scope Dec 05 13:36:07.217 INFO [stderr] --> src/models/article.rs:14:46 Dec 05 13:36:07.217 INFO [stderr] | Dec 05 13:36:07.217 INFO [stderr] 14 | #[derive(Insertable, Serialize, Deserialize, AsChangeset, Queryable)] Dec 05 13:36:07.217 INFO [stderr] | ^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 05 13:36:07.217 INFO [stderr] | Dec 05 13:36:07.217 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 05 13:36:07.217 INFO [stderr] = note: for more information, see issue #50504 Dec 05 13:36:07.217 INFO [stderr] Dec 05 13:36:07.217 INFO [stderr] warning: cannot find type `articles` in this scope Dec 05 13:36:07.217 INFO [stderr] --> src/models/article.rs:14:46 Dec 05 13:36:07.217 INFO [stderr] | Dec 05 13:36:07.217 INFO [stderr] 14 | #[derive(Insertable, Serialize, Deserialize, AsChangeset, Queryable)] Dec 05 13:36:07.217 INFO [stderr] | ^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 05 13:36:07.217 INFO [stderr] | Dec 05 13:36:07.217 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 05 13:36:07.217 INFO [stderr] = note: for more information, see issue #50504 Dec 05 13:36:07.217 INFO [stderr] Dec 05 13:36:07.217 INFO [stderr] warning: cannot find type `ArticleForm` in this scope Dec 05 13:36:07.217 INFO [stderr] --> src/models/article.rs:14:59 Dec 05 13:36:07.217 INFO [stderr] | Dec 05 13:36:07.217 INFO [stderr] 14 | #[derive(Insertable, Serialize, Deserialize, AsChangeset, Queryable)] Dec 05 13:36:07.217 INFO [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 05 13:36:07.217 INFO [stderr] | Dec 05 13:36:07.217 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 05 13:36:07.217 INFO [stderr] = note: for more information, see issue #50504 Dec 05 13:36:07.217 INFO [stderr] Dec 05 13:36:07.217 INFO [stderr] warning: cannot find type `table` in this scope Dec 05 13:36:07.217 INFO [stderr] --> <::diesel::macros::table_body macros>:165:33 Dec 05 13:36:07.217 INFO [stderr] | Dec 05 13:36:07.217 INFO [stderr] 165 | derive ( Debug , Clone , Copy , QueryId ) ] /// The actual table struct Dec 05 13:36:07.217 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 05 13:36:07.217 INFO [stderr] | Dec 05 13:36:07.217 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 05 13:36:07.217 INFO [stderr] = note: for more information, see issue #50504 Dec 05 13:36:07.217 INFO [stderr] Dec 05 13:36:07.217 INFO [stderr] warning: cannot find type `id` in this scope Dec 05 13:36:07.217 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 05 13:36:07.217 INFO [stderr] | Dec 05 13:36:07.217 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 05 13:36:07.217 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 05 13:36:07.217 INFO [stderr] | Dec 05 13:36:07.217 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 05 13:36:07.217 INFO [stderr] = note: for more information, see issue #50504 Dec 05 13:36:07.217 INFO [stderr] Dec 05 13:36:07.217 INFO [stderr] warning: cannot find type `title` in this scope Dec 05 13:36:07.217 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 05 13:36:07.217 INFO [stderr] | Dec 05 13:36:07.218 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 05 13:36:07.218 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 05 13:36:07.218 INFO [stderr] | Dec 05 13:36:07.218 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 05 13:36:07.218 INFO [stderr] = note: for more information, see issue #50504 Dec 05 13:36:07.218 INFO [stderr] Dec 05 13:36:07.218 INFO [stderr] warning: cannot find type `body` in this scope Dec 05 13:36:07.218 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 05 13:36:07.218 INFO [stderr] | Dec 05 13:36:07.218 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 05 13:36:07.218 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 05 13:36:07.218 INFO [stderr] | Dec 05 13:36:07.218 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 05 13:36:07.218 INFO [stderr] = note: for more information, see issue #50504 Dec 05 13:36:07.218 INFO [stderr] Dec 05 13:36:07.218 INFO [stderr] warning: cannot find type `published` in this scope Dec 05 13:36:07.218 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 05 13:36:07.218 INFO [stderr] | Dec 05 13:36:07.218 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 05 13:36:07.218 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 05 13:36:07.218 INFO [stderr] | Dec 05 13:36:07.218 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 05 13:36:07.218 INFO [stderr] = note: for more information, see issue #50504 Dec 05 13:36:07.218 INFO [stderr] Dec 05 13:36:07.218 INFO [stderr] warning: cannot find type `created_at` in this scope Dec 05 13:36:07.218 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 05 13:36:07.218 INFO [stderr] | Dec 05 13:36:07.218 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 05 13:36:07.218 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 05 13:36:07.218 INFO [stderr] | Dec 05 13:36:07.218 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 05 13:36:07.218 INFO [stderr] = note: for more information, see issue #50504 Dec 05 13:36:07.218 INFO [stderr] Dec 05 13:36:07.218 INFO [stderr] warning: cannot find type `updated_at` in this scope Dec 05 13:36:07.218 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 05 13:36:07.218 INFO [stderr] | Dec 05 13:36:07.218 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 05 13:36:07.218 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 05 13:36:07.218 INFO [stderr] | Dec 05 13:36:07.218 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 05 13:36:07.218 INFO [stderr] = note: for more information, see issue #50504 Dec 05 13:36:07.218 INFO [stderr] Dec 05 13:36:07.218 INFO [stderr] warning: cannot find type `tag_id` in this scope Dec 05 13:36:07.218 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 05 13:36:07.218 INFO [stderr] | Dec 05 13:36:07.218 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 05 13:36:07.218 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 05 13:36:07.218 INFO [stderr] | Dec 05 13:36:07.218 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 05 13:36:07.218 INFO [stderr] = note: for more information, see issue #50504 Dec 05 13:36:07.218 INFO [stderr] Dec 05 13:36:07.218 INFO [stderr] warning: cannot find type `article_id` in this scope Dec 05 13:36:07.218 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 05 13:36:07.218 INFO [stderr] | Dec 05 13:36:07.218 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 05 13:36:07.218 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 05 13:36:07.218 INFO [stderr] | Dec 05 13:36:07.218 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 05 13:36:07.218 INFO [stderr] = note: for more information, see issue #50504 Dec 05 13:36:07.218 INFO [stderr] Dec 05 13:36:07.218 INFO [stderr] warning: cannot find type `name` in this scope Dec 05 13:36:07.218 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 05 13:36:07.218 INFO [stderr] | Dec 05 13:36:07.218 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 05 13:36:07.218 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 05 13:36:07.218 INFO [stderr] | Dec 05 13:36:07.224 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 05 13:36:07.224 INFO [stderr] = note: for more information, see issue #50504 Dec 05 13:36:07.224 INFO [stderr] Dec 05 13:36:07.224 INFO [stderr] warning: cannot find type `Tag` in this scope Dec 05 13:36:07.224 INFO [stderr] --> src/models/tag.rs:3:10 Dec 05 13:36:07.224 INFO [stderr] | Dec 05 13:36:07.224 INFO [stderr] 3 | #[derive(Identifiable, Queryable, Serialize, Deserialize)] Dec 05 13:36:07.224 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 05 13:36:07.224 INFO [stderr] | Dec 05 13:36:07.224 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 05 13:36:07.224 INFO [stderr] = note: for more information, see issue #50504 Dec 05 13:36:07.224 INFO [stderr] Dec 05 13:36:07.224 INFO [stderr] warning: cannot find type `tags` in this scope Dec 05 13:36:07.224 INFO [stderr] --> src/models/tag.rs:3:10 Dec 05 13:36:07.224 INFO [stderr] | Dec 05 13:36:07.224 INFO [stderr] 3 | #[derive(Identifiable, Queryable, Serialize, Deserialize)] Dec 05 13:36:07.224 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 05 13:36:07.224 INFO [stderr] | Dec 05 13:36:07.224 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 05 13:36:07.224 INFO [stderr] = note: for more information, see issue #50504 Dec 05 13:36:07.224 INFO [stderr] Dec 05 13:36:07.224 INFO [stderr] warning: cannot find type `Tag` in this scope Dec 05 13:36:07.224 INFO [stderr] --> src/models/tag.rs:3:24 Dec 05 13:36:07.224 INFO [stderr] | Dec 05 13:36:07.224 INFO [stderr] 3 | #[derive(Identifiable, Queryable, Serialize, Deserialize)] Dec 05 13:36:07.224 INFO [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 05 13:36:07.224 INFO [stderr] | Dec 05 13:36:07.224 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 05 13:36:07.224 INFO [stderr] = note: for more information, see issue #50504 Dec 05 13:36:07.224 INFO [stderr] Dec 05 13:36:07.224 INFO [stderr] warning: cannot find type `tags` in this scope Dec 05 13:36:07.224 INFO [stderr] --> src/models/tag.rs:9:10 Dec 05 13:36:07.224 INFO [stderr] | Dec 05 13:36:07.224 INFO [stderr] 9 | #[derive(Insertable, AsChangeset, Deserialize, Serialize)] Dec 05 13:36:07.224 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 05 13:36:07.224 INFO [stderr] | Dec 05 13:36:07.224 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 05 13:36:07.224 INFO [stderr] = note: for more information, see issue #50504 Dec 05 13:36:07.224 INFO [stderr] Dec 05 13:36:07.224 INFO [stderr] warning: cannot find type `TagForm` in this scope Dec 05 13:36:07.224 INFO [stderr] --> src/models/tag.rs:9:10 Dec 05 13:36:07.224 INFO [stderr] | Dec 05 13:36:07.224 INFO [stderr] 9 | #[derive(Insertable, AsChangeset, Deserialize, Serialize)] Dec 05 13:36:07.224 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 05 13:36:07.224 INFO [stderr] | Dec 05 13:36:07.224 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 05 13:36:07.224 INFO [stderr] = note: for more information, see issue #50504 Dec 05 13:36:07.224 INFO [stderr] Dec 05 13:36:07.224 INFO [stderr] warning: cannot find type `TagForm` in this scope Dec 05 13:36:07.224 INFO [stderr] --> src/models/tag.rs:9:22 Dec 05 13:36:07.224 INFO [stderr] | Dec 05 13:36:07.224 INFO [stderr] 9 | #[derive(Insertable, AsChangeset, Deserialize, Serialize)] Dec 05 13:36:07.224 INFO [stderr] | ^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 05 13:36:07.224 INFO [stderr] | Dec 05 13:36:07.224 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 05 13:36:07.224 INFO [stderr] = note: for more information, see issue #50504 Dec 05 13:36:07.224 INFO [stderr] Dec 05 13:36:07.224 INFO [stderr] warning: cannot find type `tags` in this scope Dec 05 13:36:07.224 INFO [stderr] --> src/models/tag.rs:9:22 Dec 05 13:36:07.224 INFO [stderr] | Dec 05 13:36:07.224 INFO [stderr] 9 | #[derive(Insertable, AsChangeset, Deserialize, Serialize)] Dec 05 13:36:07.224 INFO [stderr] | ^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 05 13:36:07.224 INFO [stderr] | Dec 05 13:36:07.224 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 05 13:36:07.224 INFO [stderr] = note: for more information, see issue #50504 Dec 05 13:36:07.224 INFO [stderr] Dec 05 13:36:07.224 INFO [stderr] warning: unused import: `diesel::prelude::*` Dec 05 13:36:07.224 INFO [stderr] --> src/models/tagging.rs:1:5 Dec 05 13:36:07.224 INFO [stderr] | Dec 05 13:36:07.224 INFO [stderr] 1 | use diesel::prelude::*; Dec 05 13:36:07.224 INFO [stderr] | ^^^^^^^^^^^^^^^^^^ Dec 05 13:36:07.224 INFO [stderr] Dec 05 13:36:07.224 INFO [stderr] warning: cannot find type `Tagging` in this scope Dec 05 13:36:07.224 INFO [stderr] --> src/models/tagging.rs:4:10 Dec 05 13:36:07.224 INFO [stderr] | Dec 05 13:36:07.224 INFO [stderr] 4 | #[derive(Identifiable, Queryable, Associations)] Dec 05 13:36:07.224 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 05 13:36:07.224 INFO [stderr] | Dec 05 13:36:07.224 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 05 13:36:07.224 INFO [stderr] = note: for more information, see issue #50504 Dec 05 13:36:07.225 INFO [stderr] Dec 05 13:36:07.225 INFO [stderr] warning: cannot find type `taggings` in this scope Dec 05 13:36:07.225 INFO [stderr] --> src/models/tagging.rs:4:10 Dec 05 13:36:07.225 INFO [stderr] | Dec 05 13:36:07.225 INFO [stderr] 4 | #[derive(Identifiable, Queryable, Associations)] Dec 05 13:36:07.225 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 05 13:36:07.225 INFO [stderr] | Dec 05 13:36:07.225 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 05 13:36:07.225 INFO [stderr] = note: for more information, see issue #50504 Dec 05 13:36:07.225 INFO [stderr] Dec 05 13:36:07.225 INFO [stderr] warning: cannot find type `Tagging` in this scope Dec 05 13:36:07.225 INFO [stderr] --> src/models/tagging.rs:4:24 Dec 05 13:36:07.225 INFO [stderr] | Dec 05 13:36:07.225 INFO [stderr] 4 | #[derive(Identifiable, Queryable, Associations)] Dec 05 13:36:07.225 INFO [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 05 13:36:07.225 INFO [stderr] | Dec 05 13:36:07.225 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 05 13:36:07.225 INFO [stderr] = note: for more information, see issue #50504 Dec 05 13:36:07.225 INFO [stderr] Dec 05 13:36:07.225 INFO [stderr] warning: cannot find type `Article` in this scope Dec 05 13:36:07.225 INFO [stderr] --> src/models/tagging.rs:4:35 Dec 05 13:36:07.225 INFO [stderr] | Dec 05 13:36:07.225 INFO [stderr] 4 | #[derive(Identifiable, Queryable, Associations)] Dec 05 13:36:07.225 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 05 13:36:07.225 INFO [stderr] | Dec 05 13:36:07.225 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 05 13:36:07.225 INFO [stderr] = note: for more information, see issue #50504 Dec 05 13:36:07.225 INFO [stderr] Dec 05 13:36:07.225 INFO [stderr] warning: cannot find type `Tagging` in this scope Dec 05 13:36:07.225 INFO [stderr] --> src/models/tagging.rs:4:35 Dec 05 13:36:07.225 INFO [stderr] | Dec 05 13:36:07.225 INFO [stderr] 4 | #[derive(Identifiable, Queryable, Associations)] Dec 05 13:36:07.225 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 05 13:36:07.225 INFO [stderr] | Dec 05 13:36:07.225 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 05 13:36:07.225 INFO [stderr] = note: for more information, see issue #50504 Dec 05 13:36:07.225 INFO [stderr] Dec 05 13:36:07.225 INFO [stderr] warning: cannot find type `taggings` in this scope Dec 05 13:36:07.225 INFO [stderr] --> src/models/tagging.rs:4:35 Dec 05 13:36:07.225 INFO [stderr] | Dec 05 13:36:07.225 INFO [stderr] 4 | #[derive(Identifiable, Queryable, Associations)] Dec 05 13:36:07.225 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 05 13:36:07.225 INFO [stderr] | Dec 05 13:36:07.225 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 05 13:36:07.225 INFO [stderr] = note: for more information, see issue #50504 Dec 05 13:36:07.225 INFO [stderr] Dec 05 13:36:07.225 INFO [stderr] warning: cannot find type `Tag` in this scope Dec 05 13:36:07.225 INFO [stderr] --> src/models/tagging.rs:4:35 Dec 05 13:36:07.225 INFO [stderr] | Dec 05 13:36:07.225 INFO [stderr] 4 | #[derive(Identifiable, Queryable, Associations)] Dec 05 13:36:07.225 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 05 13:36:07.225 INFO [stderr] | Dec 05 13:36:07.225 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 05 13:36:07.225 INFO [stderr] = note: for more information, see issue #50504 Dec 05 13:36:07.225 INFO [stderr] Dec 05 13:36:07.225 INFO [stderr] warning: cannot find type `taggings` in this scope Dec 05 13:36:07.225 INFO [stderr] --> src/models/tagging.rs:13:10 Dec 05 13:36:07.225 INFO [stderr] | Dec 05 13:36:07.225 INFO [stderr] 13 | #[derive(Insertable)] Dec 05 13:36:07.225 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 05 13:36:07.225 INFO [stderr] | Dec 05 13:36:07.225 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 05 13:36:07.225 INFO [stderr] = note: for more information, see issue #50504 Dec 05 13:36:07.225 INFO [stderr] Dec 05 13:36:07.225 INFO [stderr] warning: cannot find type `NewTagging` in this scope Dec 05 13:36:07.225 INFO [stderr] --> src/models/tagging.rs:13:10 Dec 05 13:36:07.225 INFO [stderr] | Dec 05 13:36:07.225 INFO [stderr] 13 | #[derive(Insertable)] Dec 05 13:36:07.225 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 05 13:36:07.225 INFO [stderr] | Dec 05 13:36:07.225 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 05 13:36:07.225 INFO [stderr] = note: for more information, see issue #50504 Dec 05 13:36:07.225 INFO [stderr] Dec 05 13:36:08.048 INFO [stderr] warning: the feature `extern_prelude` has been stable since 1.30.0 and no longer requires an attribute to enable Dec 05 13:36:08.048 INFO [stderr] --> src/main.rs:4:12 Dec 05 13:36:08.048 INFO [stderr] | Dec 05 13:36:08.048 INFO [stderr] 4 | #![feature(extern_prelude)] Dec 05 13:36:08.048 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 05 13:36:08.048 INFO [stderr] | Dec 05 13:36:08.048 INFO [stderr] = note: #[warn(stable_features)] on by default Dec 05 13:36:08.048 INFO [stderr] Dec 05 13:36:13.274 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 15s Dec 05 13:36:13.287 INFO [stderr] su: No module specific data is present Dec 05 13:36:13.557 INFO running `"docker" "inspect" "fc61cda00d02816af241d862f1f42aba2b586ac45f785eb891801d85c01d05d2"` Dec 05 13:36:13.625 INFO running `"docker" "rm" "-f" "fc61cda00d02816af241d862f1f42aba2b586ac45f785eb891801d85c01d05d2"` Dec 05 13:36:13.756 INFO [stdout] fc61cda00d02816af241d862f1f42aba2b586ac45f785eb891801d85c01d05d2 Dec 05 13:36:13.758 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56514/worker-3/master#906deae0790bd18681b937fe9a141a3c26cf1855:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-3/pr-56514/master#906deae0790bd18681b937fe9a141a3c26cf1855:/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 +906deae0790bd18681b937fe9a141a3c26cf1855-alt test --frozen --no-run" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Dec 05 13:36:14.000 INFO [stdout] d93c41f962b1136cedb33536c072b7007927715ee241ee1cc184a02c01f12c7e Dec 05 13:36:14.006 INFO running `"docker" "start" "-a" "d93c41f962b1136cedb33536c072b7007927715ee241ee1cc184a02c01f12c7e"` Dec 05 13:36:14.614 INFO [stderr] usermod: no changes Dec 05 13:36:14.656 INFO [stderr] warning: An explicit [[test]] section is specified in Cargo.toml which currently Dec 05 13:36:14.656 INFO [stderr] disables Cargo from automatically inferring other test targets. Dec 05 13:36:14.656 INFO [stderr] This inference behavior will change in the Rust 2018 edition and the following Dec 05 13:36:14.656 INFO [stderr] files will be included as a test target: Dec 05 13:36:14.656 INFO [stderr] Dec 05 13:36:14.656 INFO [stderr] * /source/tests/helpers.rs Dec 05 13:36:14.656 INFO [stderr] Dec 05 13:36:14.656 INFO [stderr] This is likely to break cargo build or cargo test as these files may not be Dec 05 13:36:14.656 INFO [stderr] ready to be compiled as a test target today. You can future-proof yourself Dec 05 13:36:14.656 INFO [stderr] and disable this warning by adding `autotests = false` to your [package] Dec 05 13:36:14.656 INFO [stderr] section. You may also move the files to a location where Cargo would not Dec 05 13:36:14.656 INFO [stderr] automatically infer them to be a target, such as in subfolders. Dec 05 13:36:14.656 INFO [stderr] Dec 05 13:36:14.656 INFO [stderr] For more information on this warning you can consult Dec 05 13:36:14.656 INFO [stderr] https://github.com/rust-lang/cargo/issues/5330 Dec 05 13:36:14.809 INFO [stderr] Compiling source v0.1.0 (/source) Dec 05 13:36:16.584 INFO [stderr] warning: unused import: `Method` Dec 05 13:36:16.584 INFO [stderr] --> src/main.rs:21:20 Dec 05 13:36:16.584 INFO [stderr] | Dec 05 13:36:16.584 INFO [stderr] 21 | use rocket::http::{Method, Status}; Dec 05 13:36:16.584 INFO [stderr] | ^^^^^^ Dec 05 13:36:16.584 INFO [stderr] | Dec 05 13:36:16.584 INFO [stderr] = note: #[warn(unused_imports)] on by default Dec 05 13:36:16.584 INFO [stderr] Dec 05 13:36:16.584 INFO [stderr] warning: unused import: `AllowedHeaders` Dec 05 13:36:16.584 INFO [stderr] --> src/main.rs:24:19 Dec 05 13:36:16.584 INFO [stderr] | Dec 05 13:36:16.584 INFO [stderr] 24 | use rocket_cors::{AllowedHeaders, AllowedOrigins}; Dec 05 13:36:16.584 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 05 13:36:16.584 INFO [stderr] Dec 05 13:36:16.587 INFO [stderr] warning: cannot find type `Article` in this scope Dec 05 13:36:16.588 INFO [stderr] --> src/models/article.rs:4:10 Dec 05 13:36:16.588 INFO [stderr] | Dec 05 13:36:16.588 INFO [stderr] 4 | #[derive(Identifiable, Queryable, Serialize, Deserialize)] Dec 05 13:36:16.588 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 05 13:36:16.588 INFO [stderr] | Dec 05 13:36:16.588 INFO [stderr] = note: #[warn(proc_macro_derive_resolution_fallback)] on by default Dec 05 13:36:16.588 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 05 13:36:16.588 INFO [stderr] = note: for more information, see issue #50504 Dec 05 13:36:16.588 INFO [stderr] Dec 05 13:36:16.588 INFO [stderr] warning: cannot find type `articles` in this scope Dec 05 13:36:16.588 INFO [stderr] --> src/models/article.rs:4:10 Dec 05 13:36:16.588 INFO [stderr] | Dec 05 13:36:16.588 INFO [stderr] 4 | #[derive(Identifiable, Queryable, Serialize, Deserialize)] Dec 05 13:36:16.588 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 05 13:36:16.588 INFO [stderr] | Dec 05 13:36:16.588 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 05 13:36:16.588 INFO [stderr] = note: for more information, see issue #50504 Dec 05 13:36:16.588 INFO [stderr] Dec 05 13:36:16.588 INFO [stderr] warning: cannot find type `Article` in this scope Dec 05 13:36:16.588 INFO [stderr] --> src/models/article.rs:4:10 Dec 05 13:36:16.588 INFO [stderr] | Dec 05 13:36:16.588 INFO [stderr] 4 | #[derive(Identifiable, Queryable, Serialize, Deserialize)] Dec 05 13:36:16.588 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 05 13:36:16.588 INFO [stderr] | Dec 05 13:36:16.588 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 05 13:36:16.588 INFO [stderr] = note: for more information, see issue #50504 Dec 05 13:36:16.588 INFO [stderr] Dec 05 13:36:16.588 INFO [stderr] warning: cannot find type `NaiveDateTime` in this scope Dec 05 13:36:16.588 INFO [stderr] --> src/models/article.rs:4:24 Dec 05 13:36:16.588 INFO [stderr] | Dec 05 13:36:16.588 INFO [stderr] 4 | #[derive(Identifiable, Queryable, Serialize, Deserialize)] Dec 05 13:36:16.588 INFO [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 05 13:36:16.588 INFO [stderr] | Dec 05 13:36:16.588 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 05 13:36:16.588 INFO [stderr] = note: for more information, see issue #50504 Dec 05 13:36:16.589 INFO [stderr] Dec 05 13:36:16.589 INFO [stderr] warning: cannot find type `Article` in this scope Dec 05 13:36:16.589 INFO [stderr] --> src/models/article.rs:4:24 Dec 05 13:36:16.589 INFO [stderr] | Dec 05 13:36:16.589 INFO [stderr] 4 | #[derive(Identifiable, Queryable, Serialize, Deserialize)] Dec 05 13:36:16.589 INFO [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 05 13:36:16.589 INFO [stderr] | Dec 05 13:36:16.589 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 05 13:36:16.589 INFO [stderr] = note: for more information, see issue #50504 Dec 05 13:36:16.589 INFO [stderr] Dec 05 13:36:16.589 INFO [stderr] warning: cannot find type `articles` in this scope Dec 05 13:36:16.589 INFO [stderr] --> src/models/article.rs:14:10 Dec 05 13:36:16.589 INFO [stderr] | Dec 05 13:36:16.589 INFO [stderr] 14 | #[derive(Insertable, Serialize, Deserialize, AsChangeset, Queryable)] Dec 05 13:36:16.589 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 05 13:36:16.589 INFO [stderr] | Dec 05 13:36:16.589 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 05 13:36:16.589 INFO [stderr] = note: for more information, see issue #50504 Dec 05 13:36:16.589 INFO [stderr] Dec 05 13:36:16.589 INFO [stderr] warning: cannot find type `ArticleForm` in this scope Dec 05 13:36:16.589 INFO [stderr] --> src/models/article.rs:14:10 Dec 05 13:36:16.589 INFO [stderr] | Dec 05 13:36:16.589 INFO [stderr] 14 | #[derive(Insertable, Serialize, Deserialize, AsChangeset, Queryable)] Dec 05 13:36:16.589 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 05 13:36:16.589 INFO [stderr] | Dec 05 13:36:16.589 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 05 13:36:16.590 INFO [stderr] = note: for more information, see issue #50504 Dec 05 13:36:16.590 INFO [stderr] Dec 05 13:36:16.590 INFO [stderr] warning: cannot find type `ArticleForm` in this scope Dec 05 13:36:16.590 INFO [stderr] --> src/models/article.rs:14:46 Dec 05 13:36:16.590 INFO [stderr] | Dec 05 13:36:16.590 INFO [stderr] 14 | #[derive(Insertable, Serialize, Deserialize, AsChangeset, Queryable)] Dec 05 13:36:16.590 INFO [stderr] | ^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 05 13:36:16.590 INFO [stderr] | Dec 05 13:36:16.590 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 05 13:36:16.590 INFO [stderr] = note: for more information, see issue #50504 Dec 05 13:36:16.590 INFO [stderr] Dec 05 13:36:16.590 INFO [stderr] warning: cannot find type `articles` in this scope Dec 05 13:36:16.590 INFO [stderr] --> src/models/article.rs:14:46 Dec 05 13:36:16.590 INFO [stderr] | Dec 05 13:36:16.590 INFO [stderr] 14 | #[derive(Insertable, Serialize, Deserialize, AsChangeset, Queryable)] Dec 05 13:36:16.590 INFO [stderr] | ^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 05 13:36:16.590 INFO [stderr] | Dec 05 13:36:16.590 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 05 13:36:16.590 INFO [stderr] = note: for more information, see issue #50504 Dec 05 13:36:16.590 INFO [stderr] Dec 05 13:36:16.590 INFO [stderr] warning: cannot find type `ArticleForm` in this scope Dec 05 13:36:16.590 INFO [stderr] --> src/models/article.rs:14:59 Dec 05 13:36:16.590 INFO [stderr] | Dec 05 13:36:16.590 INFO [stderr] 14 | #[derive(Insertable, Serialize, Deserialize, AsChangeset, Queryable)] Dec 05 13:36:16.590 INFO [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 05 13:36:16.590 INFO [stderr] | Dec 05 13:36:16.590 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 05 13:36:16.590 INFO [stderr] = note: for more information, see issue #50504 Dec 05 13:36:16.590 INFO [stderr] Dec 05 13:36:16.590 INFO [stderr] warning: cannot find type `table` in this scope Dec 05 13:36:16.590 INFO [stderr] --> <::diesel::macros::table_body macros>:165:33 Dec 05 13:36:16.590 INFO [stderr] | Dec 05 13:36:16.590 INFO [stderr] 165 | derive ( Debug , Clone , Copy , QueryId ) ] /// The actual table struct Dec 05 13:36:16.590 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 05 13:36:16.590 INFO [stderr] | Dec 05 13:36:16.590 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 05 13:36:16.590 INFO [stderr] = note: for more information, see issue #50504 Dec 05 13:36:16.590 INFO [stderr] Dec 05 13:36:16.590 INFO [stderr] warning: cannot find type `id` in this scope Dec 05 13:36:16.590 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 05 13:36:16.590 INFO [stderr] | Dec 05 13:36:16.590 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 05 13:36:16.590 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 05 13:36:16.590 INFO [stderr] | Dec 05 13:36:16.590 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 05 13:36:16.590 INFO [stderr] = note: for more information, see issue #50504 Dec 05 13:36:16.590 INFO [stderr] Dec 05 13:36:16.591 INFO [stderr] warning: cannot find type `title` in this scope Dec 05 13:36:16.591 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 05 13:36:16.591 INFO [stderr] | Dec 05 13:36:16.591 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 05 13:36:16.591 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 05 13:36:16.591 INFO [stderr] | Dec 05 13:36:16.591 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 05 13:36:16.591 INFO [stderr] = note: for more information, see issue #50504 Dec 05 13:36:16.591 INFO [stderr] Dec 05 13:36:16.591 INFO [stderr] warning: cannot find type `body` in this scope Dec 05 13:36:16.591 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 05 13:36:16.591 INFO [stderr] | Dec 05 13:36:16.591 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 05 13:36:16.591 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 05 13:36:16.591 INFO [stderr] | Dec 05 13:36:16.591 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 05 13:36:16.591 INFO [stderr] = note: for more information, see issue #50504 Dec 05 13:36:16.591 INFO [stderr] Dec 05 13:36:16.591 INFO [stderr] warning: cannot find type `published` in this scope Dec 05 13:36:16.591 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 05 13:36:16.591 INFO [stderr] | Dec 05 13:36:16.591 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 05 13:36:16.591 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 05 13:36:16.591 INFO [stderr] | Dec 05 13:36:16.591 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 05 13:36:16.591 INFO [stderr] = note: for more information, see issue #50504 Dec 05 13:36:16.591 INFO [stderr] Dec 05 13:36:16.591 INFO [stderr] warning: cannot find type `created_at` in this scope Dec 05 13:36:16.591 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 05 13:36:16.591 INFO [stderr] | Dec 05 13:36:16.591 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 05 13:36:16.592 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 05 13:36:16.592 INFO [stderr] | Dec 05 13:36:16.592 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 05 13:36:16.592 INFO [stderr] = note: for more information, see issue #50504 Dec 05 13:36:16.592 INFO [stderr] Dec 05 13:36:16.592 INFO [stderr] warning: cannot find type `updated_at` in this scope Dec 05 13:36:16.592 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 05 13:36:16.592 INFO [stderr] | Dec 05 13:36:16.592 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 05 13:36:16.592 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 05 13:36:16.592 INFO [stderr] | Dec 05 13:36:16.592 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 05 13:36:16.592 INFO [stderr] = note: for more information, see issue #50504 Dec 05 13:36:16.592 INFO [stderr] Dec 05 13:36:16.592 INFO [stderr] warning: cannot find type `tag_id` in this scope Dec 05 13:36:16.592 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 05 13:36:16.592 INFO [stderr] | Dec 05 13:36:16.592 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 05 13:36:16.592 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 05 13:36:16.592 INFO [stderr] | Dec 05 13:36:16.594 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 05 13:36:16.594 INFO [stderr] = note: for more information, see issue #50504 Dec 05 13:36:16.594 INFO [stderr] Dec 05 13:36:16.594 INFO [stderr] warning: cannot find type `article_id` in this scope Dec 05 13:36:16.594 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 05 13:36:16.594 INFO [stderr] | Dec 05 13:36:16.594 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 05 13:36:16.594 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 05 13:36:16.594 INFO [stderr] | Dec 05 13:36:16.594 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 05 13:36:16.594 INFO [stderr] = note: for more information, see issue #50504 Dec 05 13:36:16.594 INFO [stderr] Dec 05 13:36:16.594 INFO [stderr] warning: cannot find type `name` in this scope Dec 05 13:36:16.594 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 05 13:36:16.594 INFO [stderr] | Dec 05 13:36:16.594 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 05 13:36:16.594 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 05 13:36:16.594 INFO [stderr] | Dec 05 13:36:16.594 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 05 13:36:16.594 INFO [stderr] = note: for more information, see issue #50504 Dec 05 13:36:16.594 INFO [stderr] Dec 05 13:36:16.594 INFO [stderr] warning: cannot find type `Tag` in this scope Dec 05 13:36:16.594 INFO [stderr] --> src/models/tag.rs:3:10 Dec 05 13:36:16.594 INFO [stderr] | Dec 05 13:36:16.594 INFO [stderr] 3 | #[derive(Identifiable, Queryable, Serialize, Deserialize)] Dec 05 13:36:16.594 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 05 13:36:16.594 INFO [stderr] | Dec 05 13:36:16.594 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 05 13:36:16.594 INFO [stderr] = note: for more information, see issue #50504 Dec 05 13:36:16.594 INFO [stderr] Dec 05 13:36:16.594 INFO [stderr] warning: cannot find type `tags` in this scope Dec 05 13:36:16.594 INFO [stderr] --> src/models/tag.rs:3:10 Dec 05 13:36:16.594 INFO [stderr] | Dec 05 13:36:16.594 INFO [stderr] 3 | #[derive(Identifiable, Queryable, Serialize, Deserialize)] Dec 05 13:36:16.594 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 05 13:36:16.594 INFO [stderr] | Dec 05 13:36:16.594 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 05 13:36:16.594 INFO [stderr] = note: for more information, see issue #50504 Dec 05 13:36:16.594 INFO [stderr] Dec 05 13:36:16.594 INFO [stderr] warning: cannot find type `Tag` in this scope Dec 05 13:36:16.594 INFO [stderr] --> src/models/tag.rs:3:24 Dec 05 13:36:16.594 INFO [stderr] | Dec 05 13:36:16.594 INFO [stderr] 3 | #[derive(Identifiable, Queryable, Serialize, Deserialize)] Dec 05 13:36:16.594 INFO [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 05 13:36:16.594 INFO [stderr] | Dec 05 13:36:16.594 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 05 13:36:16.594 INFO [stderr] = note: for more information, see issue #50504 Dec 05 13:36:16.594 INFO [stderr] Dec 05 13:36:16.594 INFO [stderr] warning: cannot find type `tags` in this scope Dec 05 13:36:16.594 INFO [stderr] --> src/models/tag.rs:9:10 Dec 05 13:36:16.594 INFO [stderr] | Dec 05 13:36:16.594 INFO [stderr] 9 | #[derive(Insertable, AsChangeset, Deserialize, Serialize)] Dec 05 13:36:16.594 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 05 13:36:16.594 INFO [stderr] | Dec 05 13:36:16.594 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 05 13:36:16.594 INFO [stderr] = note: for more information, see issue #50504 Dec 05 13:36:16.594 INFO [stderr] Dec 05 13:36:16.594 INFO [stderr] warning: cannot find type `TagForm` in this scope Dec 05 13:36:16.594 INFO [stderr] --> src/models/tag.rs:9:10 Dec 05 13:36:16.594 INFO [stderr] | Dec 05 13:36:16.594 INFO [stderr] 9 | #[derive(Insertable, AsChangeset, Deserialize, Serialize)] Dec 05 13:36:16.594 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 05 13:36:16.594 INFO [stderr] | Dec 05 13:36:16.594 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 05 13:36:16.594 INFO [stderr] = note: for more information, see issue #50504 Dec 05 13:36:16.594 INFO [stderr] Dec 05 13:36:16.594 INFO [stderr] warning: cannot find type `TagForm` in this scope Dec 05 13:36:16.594 INFO [stderr] --> src/models/tag.rs:9:22 Dec 05 13:36:16.594 INFO [stderr] | Dec 05 13:36:16.594 INFO [stderr] 9 | #[derive(Insertable, AsChangeset, Deserialize, Serialize)] Dec 05 13:36:16.594 INFO [stderr] | ^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 05 13:36:16.594 INFO [stderr] | Dec 05 13:36:16.594 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 05 13:36:16.594 INFO [stderr] = note: for more information, see issue #50504 Dec 05 13:36:16.594 INFO [stderr] Dec 05 13:36:16.594 INFO [stderr] warning: cannot find type `tags` in this scope Dec 05 13:36:16.594 INFO [stderr] --> src/models/tag.rs:9:22 Dec 05 13:36:16.594 INFO [stderr] | Dec 05 13:36:16.594 INFO [stderr] 9 | #[derive(Insertable, AsChangeset, Deserialize, Serialize)] Dec 05 13:36:16.594 INFO [stderr] | ^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 05 13:36:16.594 INFO [stderr] | Dec 05 13:36:16.594 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 05 13:36:16.594 INFO [stderr] = note: for more information, see issue #50504 Dec 05 13:36:16.594 INFO [stderr] Dec 05 13:36:16.594 INFO [stderr] warning: unused import: `diesel::prelude::*` Dec 05 13:36:16.594 INFO [stderr] --> src/models/tagging.rs:1:5 Dec 05 13:36:16.595 INFO [stderr] | Dec 05 13:36:16.595 INFO [stderr] 1 | use diesel::prelude::*; Dec 05 13:36:16.595 INFO [stderr] | ^^^^^^^^^^^^^^^^^^ Dec 05 13:36:16.595 INFO [stderr] Dec 05 13:36:16.595 INFO [stderr] warning: cannot find type `Tagging` in this scope Dec 05 13:36:16.595 INFO [stderr] --> src/models/tagging.rs:4:10 Dec 05 13:36:16.595 INFO [stderr] | Dec 05 13:36:16.595 INFO [stderr] 4 | #[derive(Identifiable, Queryable, Associations)] Dec 05 13:36:16.595 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 05 13:36:16.595 INFO [stderr] | Dec 05 13:36:16.595 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 05 13:36:16.595 INFO [stderr] = note: for more information, see issue #50504 Dec 05 13:36:16.595 INFO [stderr] Dec 05 13:36:16.595 INFO [stderr] warning: cannot find type `taggings` in this scope Dec 05 13:36:16.595 INFO [stderr] --> src/models/tagging.rs:4:10 Dec 05 13:36:16.595 INFO [stderr] | Dec 05 13:36:16.595 INFO [stderr] 4 | #[derive(Identifiable, Queryable, Associations)] Dec 05 13:36:16.595 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 05 13:36:16.595 INFO [stderr] | Dec 05 13:36:16.595 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 05 13:36:16.595 INFO [stderr] = note: for more information, see issue #50504 Dec 05 13:36:16.595 INFO [stderr] Dec 05 13:36:16.595 INFO [stderr] warning: cannot find type `Tagging` in this scope Dec 05 13:36:16.595 INFO [stderr] --> src/models/tagging.rs:4:24 Dec 05 13:36:16.595 INFO [stderr] | Dec 05 13:36:16.595 INFO [stderr] 4 | #[derive(Identifiable, Queryable, Associations)] Dec 05 13:36:16.595 INFO [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 05 13:36:16.595 INFO [stderr] | Dec 05 13:36:16.595 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 05 13:36:16.595 INFO [stderr] = note: for more information, see issue #50504 Dec 05 13:36:16.595 INFO [stderr] Dec 05 13:36:16.595 INFO [stderr] warning: cannot find type `Article` in this scope Dec 05 13:36:16.595 INFO [stderr] --> src/models/tagging.rs:4:35 Dec 05 13:36:16.595 INFO [stderr] | Dec 05 13:36:16.595 INFO [stderr] 4 | #[derive(Identifiable, Queryable, Associations)] Dec 05 13:36:16.595 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 05 13:36:16.595 INFO [stderr] | Dec 05 13:36:16.595 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 05 13:36:16.595 INFO [stderr] = note: for more information, see issue #50504 Dec 05 13:36:16.595 INFO [stderr] Dec 05 13:36:16.595 INFO [stderr] warning: cannot find type `Tagging` in this scope Dec 05 13:36:16.595 INFO [stderr] --> src/models/tagging.rs:4:35 Dec 05 13:36:16.595 INFO [stderr] | Dec 05 13:36:16.595 INFO [stderr] 4 | #[derive(Identifiable, Queryable, Associations)] Dec 05 13:36:16.595 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 05 13:36:16.595 INFO [stderr] | Dec 05 13:36:16.595 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 05 13:36:16.595 INFO [stderr] = note: for more information, see issue #50504 Dec 05 13:36:16.595 INFO [stderr] Dec 05 13:36:16.595 INFO [stderr] warning: cannot find type `taggings` in this scope Dec 05 13:36:16.595 INFO [stderr] --> src/models/tagging.rs:4:35 Dec 05 13:36:16.595 INFO [stderr] | Dec 05 13:36:16.595 INFO [stderr] 4 | #[derive(Identifiable, Queryable, Associations)] Dec 05 13:36:16.595 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 05 13:36:16.595 INFO [stderr] | Dec 05 13:36:16.595 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 05 13:36:16.595 INFO [stderr] = note: for more information, see issue #50504 Dec 05 13:36:16.595 INFO [stderr] Dec 05 13:36:16.595 INFO [stderr] warning: cannot find type `Tag` in this scope Dec 05 13:36:16.595 INFO [stderr] --> src/models/tagging.rs:4:35 Dec 05 13:36:16.595 INFO [stderr] | Dec 05 13:36:16.595 INFO [stderr] 4 | #[derive(Identifiable, Queryable, Associations)] Dec 05 13:36:16.595 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 05 13:36:16.595 INFO [stderr] | Dec 05 13:36:16.595 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 05 13:36:16.595 INFO [stderr] = note: for more information, see issue #50504 Dec 05 13:36:16.595 INFO [stderr] Dec 05 13:36:16.595 INFO [stderr] warning: cannot find type `taggings` in this scope Dec 05 13:36:16.595 INFO [stderr] --> src/models/tagging.rs:13:10 Dec 05 13:36:16.595 INFO [stderr] | Dec 05 13:36:16.595 INFO [stderr] 13 | #[derive(Insertable)] Dec 05 13:36:16.595 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 05 13:36:16.595 INFO [stderr] | Dec 05 13:36:16.595 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 05 13:36:16.595 INFO [stderr] = note: for more information, see issue #50504 Dec 05 13:36:16.595 INFO [stderr] Dec 05 13:36:16.595 INFO [stderr] warning: cannot find type `NewTagging` in this scope Dec 05 13:36:16.595 INFO [stderr] --> src/models/tagging.rs:13:10 Dec 05 13:36:16.595 INFO [stderr] | Dec 05 13:36:16.595 INFO [stderr] 13 | #[derive(Insertable)] Dec 05 13:36:16.595 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 05 13:36:16.595 INFO [stderr] | Dec 05 13:36:16.595 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 05 13:36:16.595 INFO [stderr] = note: for more information, see issue #50504 Dec 05 13:36:16.595 INFO [stderr] Dec 05 13:36:17.277 INFO [stderr] warning: the feature `extern_prelude` has been stable since 1.30.0 and no longer requires an attribute to enable Dec 05 13:36:17.277 INFO [stderr] --> src/main.rs:4:12 Dec 05 13:36:17.277 INFO [stderr] | Dec 05 13:36:17.277 INFO [stderr] 4 | #![feature(extern_prelude)] Dec 05 13:36:17.277 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 05 13:36:17.277 INFO [stderr] | Dec 05 13:36:17.277 INFO [stderr] = note: #[warn(stable_features)] on by default Dec 05 13:36:17.277 INFO [stderr] Dec 05 13:36:21.340 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 6.70s Dec 05 13:36:21.345 INFO [stderr] su: No module specific data is present Dec 05 13:36:21.693 INFO running `"docker" "inspect" "d93c41f962b1136cedb33536c072b7007927715ee241ee1cc184a02c01f12c7e"` Dec 05 13:36:21.747 INFO running `"docker" "rm" "-f" "d93c41f962b1136cedb33536c072b7007927715ee241ee1cc184a02c01f12c7e"` Dec 05 13:36:21.828 INFO [stdout] d93c41f962b1136cedb33536c072b7007927715ee241ee1cc184a02c01f12c7e Dec 05 13:36:21.832 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56514/worker-3/master#906deae0790bd18681b937fe9a141a3c26cf1855:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-3/pr-56514/master#906deae0790bd18681b937fe9a141a3c26cf1855:/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 +906deae0790bd18681b937fe9a141a3c26cf1855-alt test --frozen" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Dec 05 13:36:22.120 INFO [stdout] c8e3bd3510d7b54ff48d1365f81a5c94d3c21b16304a13e5c2033346a68f4418 Dec 05 13:36:22.123 INFO running `"docker" "start" "-a" "c8e3bd3510d7b54ff48d1365f81a5c94d3c21b16304a13e5c2033346a68f4418"` Dec 05 13:36:22.522 INFO [stderr] usermod: no changes Dec 05 13:36:22.549 INFO [stderr] warning: An explicit [[test]] section is specified in Cargo.toml which currently Dec 05 13:36:22.549 INFO [stderr] disables Cargo from automatically inferring other test targets. Dec 05 13:36:22.549 INFO [stderr] This inference behavior will change in the Rust 2018 edition and the following Dec 05 13:36:22.549 INFO [stderr] files will be included as a test target: Dec 05 13:36:22.549 INFO [stderr] Dec 05 13:36:22.549 INFO [stderr] * /source/tests/helpers.rs Dec 05 13:36:22.549 INFO [stderr] Dec 05 13:36:22.549 INFO [stderr] This is likely to break cargo build or cargo test as these files may not be Dec 05 13:36:22.549 INFO [stderr] ready to be compiled as a test target today. You can future-proof yourself Dec 05 13:36:22.549 INFO [stderr] and disable this warning by adding `autotests = false` to your [package] Dec 05 13:36:22.549 INFO [stderr] section. You may also move the files to a location where Cargo would not Dec 05 13:36:22.549 INFO [stderr] automatically infer them to be a target, such as in subfolders. Dec 05 13:36:22.549 INFO [stderr] Dec 05 13:36:22.549 INFO [stderr] For more information on this warning you can consult Dec 05 13:36:22.549 INFO [stderr] https://github.com/rust-lang/cargo/issues/5330 Dec 05 13:36:22.693 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.15s Dec 05 13:36:22.716 INFO [stderr] Running /target/debug/deps/source-a92826b21883e86e Dec 05 13:36:22.725 INFO [stdout] Dec 05 13:36:22.725 INFO [stdout] running 0 tests Dec 05 13:36:22.725 INFO [stdout] Dec 05 13:36:22.725 INFO [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Dec 05 13:36:22.726 INFO [stdout] Dec 05 13:36:22.726 INFO [stderr] Running /target/debug/deps/tests-efed4db081b72131 Dec 05 13:36:22.732 INFO [stdout] Dec 05 13:36:22.732 INFO [stdout] running 1 test Dec 05 13:36:22.732 INFO [stdout] test helpers::test1 ... ok Dec 05 13:36:22.732 INFO [stdout] Dec 05 13:36:22.732 INFO [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Dec 05 13:36:22.733 INFO [stdout] Dec 05 13:36:22.736 INFO [stderr] su: No module specific data is present Dec 05 13:36:23.068 INFO running `"docker" "inspect" "c8e3bd3510d7b54ff48d1365f81a5c94d3c21b16304a13e5c2033346a68f4418"` Dec 05 13:36:23.340 INFO running `"docker" "rm" "-f" "c8e3bd3510d7b54ff48d1365f81a5c94d3c21b16304a13e5c2033346a68f4418"` Dec 05 13:36:23.612 INFO [stdout] c8e3bd3510d7b54ff48d1365f81a5c94d3c21b16304a13e5c2033346a68f4418