Nov 16 18:53:18.655 INFO testing mtwtkman/editor against master#6b9b97bd9b704f85f0184f7a213cc4d62bd9654c for pr-55982 Nov 16 18:53:18.657 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55982/worker-3/master#6b9b97bd9b704f85f0184f7a213cc4d62bd9654c:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-3/pr-55982/master#6b9b97bd9b704f85f0184f7a213cc4d62bd9654c:/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 +6b9b97bd9b704f85f0184f7a213cc4d62bd9654c-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"` Nov 16 18:53:19.107 INFO [stdout] 38d621fc0b6dde6d4e2c4e85a09a2a54dd753c515a64aaefe72b471cd4bbfd16 Nov 16 18:53:19.115 INFO running `"docker" "start" "-a" "38d621fc0b6dde6d4e2c4e85a09a2a54dd753c515a64aaefe72b471cd4bbfd16"` Nov 16 18:53:20.987 INFO [stderr] usermod: no changes Nov 16 18:53:21.035 INFO [stderr] warning: An explicit [[test]] section is specified in Cargo.toml which currently Nov 16 18:53:21.035 INFO [stderr] disables Cargo from automatically inferring other test targets. Nov 16 18:53:21.035 INFO [stderr] This inference behavior will change in the Rust 2018 edition and the following Nov 16 18:53:21.035 INFO [stderr] files will be included as a test target: Nov 16 18:53:21.035 INFO [stderr] Nov 16 18:53:21.035 INFO [stderr] * /source/tests/helpers.rs Nov 16 18:53:21.035 INFO [stderr] Nov 16 18:53:21.035 INFO [stderr] This is likely to break cargo build or cargo test as these files may not be Nov 16 18:53:21.035 INFO [stderr] ready to be compiled as a test target today. You can future-proof yourself Nov 16 18:53:21.035 INFO [stderr] and disable this warning by adding `autotests = false` to your [package] Nov 16 18:53:21.035 INFO [stderr] section. You may also move the files to a location where Cargo would not Nov 16 18:53:21.035 INFO [stderr] automatically infer them to be a target, such as in subfolders. Nov 16 18:53:21.035 INFO [stderr] Nov 16 18:53:21.035 INFO [stderr] For more information on this warning you can consult Nov 16 18:53:21.035 INFO [stderr] https://github.com/rust-lang/cargo/issues/5330 Nov 16 18:53:21.339 INFO [stderr] Compiling libsqlite3-sys v0.9.3 Nov 16 18:53:21.342 INFO [stderr] Compiling toml v0.4.6 Nov 16 18:53:21.343 INFO [stderr] Compiling unicase_serde v0.1.0 Nov 16 18:53:21.343 INFO [stderr] Compiling diesel_derives v1.3.0 Nov 16 18:53:21.344 INFO [stderr] Compiling chrono v0.4.6 Nov 16 18:53:21.344 INFO [stderr] Compiling url_serde v0.2.0 Nov 16 18:53:21.344 INFO [stderr] Compiling failure v0.1.2 Nov 16 18:53:22.532 INFO [stderr] Compiling dotenv v0.13.0 Nov 16 18:53:31.061 INFO [stderr] Compiling rocket v0.3.16 Nov 16 18:53:39.451 INFO [stderr] Compiling diesel v1.3.3 Nov 16 18:53:49.204 INFO [stderr] Compiling rocket_cors v0.3.0 Nov 16 18:53:49.211 INFO [stderr] Compiling rocket_codegen v0.3.16 Nov 16 18:53:49.215 INFO [stderr] Compiling rocket_contrib v0.3.16 Nov 16 18:54:21.931 INFO [stderr] Compiling migrations_internals v1.3.0 Nov 16 18:54:23.008 INFO [stderr] Compiling migrations_macros v1.3.0 Nov 16 18:54:25.546 INFO [stderr] Compiling diesel_migrations v1.3.0 Nov 16 18:54:26.011 INFO [stderr] Compiling source v0.1.0 (/source) Nov 16 18:54:27.515 INFO [stderr] warning: unused import: `Method` Nov 16 18:54:27.515 INFO [stderr] --> src/main.rs:21:20 Nov 16 18:54:27.515 INFO [stderr] | Nov 16 18:54:27.515 INFO [stderr] 21 | use rocket::http::{Method, Status}; Nov 16 18:54:27.515 INFO [stderr] | ^^^^^^ Nov 16 18:54:27.515 INFO [stderr] | Nov 16 18:54:27.515 INFO [stderr] = note: #[warn(unused_imports)] on by default Nov 16 18:54:27.515 INFO [stderr] Nov 16 18:54:27.515 INFO [stderr] warning: unused import: `AllowedHeaders` Nov 16 18:54:27.515 INFO [stderr] --> src/main.rs:24:19 Nov 16 18:54:27.515 INFO [stderr] | Nov 16 18:54:27.515 INFO [stderr] 24 | use rocket_cors::{AllowedHeaders, AllowedOrigins}; Nov 16 18:54:27.515 INFO [stderr] | ^^^^^^^^^^^^^^ Nov 16 18:54:27.515 INFO [stderr] Nov 16 18:54:27.515 INFO [stderr] warning: cannot find type `Article` in this scope Nov 16 18:54:27.515 INFO [stderr] --> src/models/article.rs:4:10 Nov 16 18:54:27.515 INFO [stderr] | Nov 16 18:54:27.515 INFO [stderr] 4 | #[derive(Identifiable, Queryable, Serialize, Deserialize)] Nov 16 18:54:27.515 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 18:54:27.515 INFO [stderr] | Nov 16 18:54:27.515 INFO [stderr] = note: #[warn(proc_macro_derive_resolution_fallback)] on by default Nov 16 18:54:27.515 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 16 18:54:27.515 INFO [stderr] = note: for more information, see issue #50504 Nov 16 18:54:27.515 INFO [stderr] Nov 16 18:54:27.515 INFO [stderr] warning: cannot find type `articles` in this scope Nov 16 18:54:27.515 INFO [stderr] --> src/models/article.rs:4:10 Nov 16 18:54:27.515 INFO [stderr] | Nov 16 18:54:27.515 INFO [stderr] 4 | #[derive(Identifiable, Queryable, Serialize, Deserialize)] Nov 16 18:54:27.515 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 18:54:27.515 INFO [stderr] | Nov 16 18:54:27.515 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 16 18:54:27.515 INFO [stderr] = note: for more information, see issue #50504 Nov 16 18:54:27.515 INFO [stderr] Nov 16 18:54:27.515 INFO [stderr] warning: cannot find type `Article` in this scope Nov 16 18:54:27.515 INFO [stderr] --> src/models/article.rs:4:10 Nov 16 18:54:27.515 INFO [stderr] | Nov 16 18:54:27.515 INFO [stderr] 4 | #[derive(Identifiable, Queryable, Serialize, Deserialize)] Nov 16 18:54:27.515 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 18:54:27.515 INFO [stderr] | Nov 16 18:54:27.515 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 16 18:54:27.515 INFO [stderr] = note: for more information, see issue #50504 Nov 16 18:54:27.515 INFO [stderr] Nov 16 18:54:27.515 INFO [stderr] warning: cannot find type `NaiveDateTime` in this scope Nov 16 18:54:27.515 INFO [stderr] --> src/models/article.rs:4:24 Nov 16 18:54:27.515 INFO [stderr] | Nov 16 18:54:27.515 INFO [stderr] 4 | #[derive(Identifiable, Queryable, Serialize, Deserialize)] Nov 16 18:54:27.515 INFO [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 18:54:27.515 INFO [stderr] | Nov 16 18:54:27.515 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 16 18:54:27.515 INFO [stderr] = note: for more information, see issue #50504 Nov 16 18:54:27.515 INFO [stderr] Nov 16 18:54:27.515 INFO [stderr] warning: cannot find type `Article` in this scope Nov 16 18:54:27.515 INFO [stderr] --> src/models/article.rs:4:24 Nov 16 18:54:27.515 INFO [stderr] | Nov 16 18:54:27.515 INFO [stderr] 4 | #[derive(Identifiable, Queryable, Serialize, Deserialize)] Nov 16 18:54:27.515 INFO [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 18:54:27.515 INFO [stderr] | Nov 16 18:54:27.515 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 16 18:54:27.515 INFO [stderr] = note: for more information, see issue #50504 Nov 16 18:54:27.515 INFO [stderr] Nov 16 18:54:27.515 INFO [stderr] warning: cannot find type `articles` in this scope Nov 16 18:54:27.515 INFO [stderr] --> src/models/article.rs:14:10 Nov 16 18:54:27.515 INFO [stderr] | Nov 16 18:54:27.515 INFO [stderr] 14 | #[derive(Insertable, Serialize, Deserialize, AsChangeset, Queryable)] Nov 16 18:54:27.515 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 18:54:27.515 INFO [stderr] | Nov 16 18:54:27.515 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 16 18:54:27.515 INFO [stderr] = note: for more information, see issue #50504 Nov 16 18:54:27.515 INFO [stderr] Nov 16 18:54:27.515 INFO [stderr] warning: cannot find type `ArticleForm` in this scope Nov 16 18:54:27.515 INFO [stderr] --> src/models/article.rs:14:10 Nov 16 18:54:27.515 INFO [stderr] | Nov 16 18:54:27.516 INFO [stderr] 14 | #[derive(Insertable, Serialize, Deserialize, AsChangeset, Queryable)] Nov 16 18:54:27.516 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 18:54:27.516 INFO [stderr] | Nov 16 18:54:27.516 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 16 18:54:27.516 INFO [stderr] = note: for more information, see issue #50504 Nov 16 18:54:27.516 INFO [stderr] Nov 16 18:54:27.523 INFO [stderr] warning: cannot find type `ArticleForm` in this scope Nov 16 18:54:27.523 INFO [stderr] --> src/models/article.rs:14:46 Nov 16 18:54:27.523 INFO [stderr] | Nov 16 18:54:27.523 INFO [stderr] 14 | #[derive(Insertable, Serialize, Deserialize, AsChangeset, Queryable)] Nov 16 18:54:27.523 INFO [stderr] | ^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 18:54:27.523 INFO [stderr] | Nov 16 18:54:27.523 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 16 18:54:27.523 INFO [stderr] = note: for more information, see issue #50504 Nov 16 18:54:27.523 INFO [stderr] Nov 16 18:54:27.523 INFO [stderr] warning: cannot find type `articles` in this scope Nov 16 18:54:27.523 INFO [stderr] --> src/models/article.rs:14:46 Nov 16 18:54:27.523 INFO [stderr] | Nov 16 18:54:27.523 INFO [stderr] 14 | #[derive(Insertable, Serialize, Deserialize, AsChangeset, Queryable)] Nov 16 18:54:27.523 INFO [stderr] | ^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 18:54:27.523 INFO [stderr] | Nov 16 18:54:27.523 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 16 18:54:27.523 INFO [stderr] = note: for more information, see issue #50504 Nov 16 18:54:27.523 INFO [stderr] Nov 16 18:54:27.523 INFO [stderr] warning: cannot find type `ArticleForm` in this scope Nov 16 18:54:27.523 INFO [stderr] --> src/models/article.rs:14:59 Nov 16 18:54:27.523 INFO [stderr] | Nov 16 18:54:27.523 INFO [stderr] 14 | #[derive(Insertable, Serialize, Deserialize, AsChangeset, Queryable)] Nov 16 18:54:27.523 INFO [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 18:54:27.523 INFO [stderr] | Nov 16 18:54:27.523 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 16 18:54:27.523 INFO [stderr] = note: for more information, see issue #50504 Nov 16 18:54:27.523 INFO [stderr] Nov 16 18:54:27.523 INFO [stderr] warning: cannot find type `table` in this scope Nov 16 18:54:27.523 INFO [stderr] --> <::diesel::macros::table_body macros>:165:33 Nov 16 18:54:27.523 INFO [stderr] | Nov 16 18:54:27.523 INFO [stderr] 165 | derive ( Debug , Clone , Copy , QueryId ) ] /// The actual table struct Nov 16 18:54:27.523 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 18:54:27.523 INFO [stderr] | Nov 16 18:54:27.523 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 16 18:54:27.523 INFO [stderr] = note: for more information, see issue #50504 Nov 16 18:54:27.523 INFO [stderr] Nov 16 18:54:27.523 INFO [stderr] warning: cannot find type `id` in this scope Nov 16 18:54:27.523 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 16 18:54:27.523 INFO [stderr] | Nov 16 18:54:27.523 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 16 18:54:27.523 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 18:54:27.523 INFO [stderr] | Nov 16 18:54:27.523 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 16 18:54:27.523 INFO [stderr] = note: for more information, see issue #50504 Nov 16 18:54:27.523 INFO [stderr] Nov 16 18:54:27.523 INFO [stderr] warning: cannot find type `title` in this scope Nov 16 18:54:27.523 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 16 18:54:27.523 INFO [stderr] | Nov 16 18:54:27.523 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 16 18:54:27.523 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 18:54:27.523 INFO [stderr] | Nov 16 18:54:27.523 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 16 18:54:27.523 INFO [stderr] = note: for more information, see issue #50504 Nov 16 18:54:27.523 INFO [stderr] Nov 16 18:54:27.523 INFO [stderr] warning: cannot find type `body` in this scope Nov 16 18:54:27.523 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 16 18:54:27.523 INFO [stderr] | Nov 16 18:54:27.523 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 16 18:54:27.523 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 18:54:27.523 INFO [stderr] | Nov 16 18:54:27.523 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 16 18:54:27.523 INFO [stderr] = note: for more information, see issue #50504 Nov 16 18:54:27.523 INFO [stderr] Nov 16 18:54:27.523 INFO [stderr] warning: cannot find type `published` in this scope Nov 16 18:54:27.523 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 16 18:54:27.523 INFO [stderr] | Nov 16 18:54:27.523 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 16 18:54:27.523 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 18:54:27.523 INFO [stderr] | Nov 16 18:54:27.523 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 16 18:54:27.523 INFO [stderr] = note: for more information, see issue #50504 Nov 16 18:54:27.523 INFO [stderr] Nov 16 18:54:27.523 INFO [stderr] warning: cannot find type `created_at` in this scope Nov 16 18:54:27.523 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 16 18:54:27.523 INFO [stderr] | Nov 16 18:54:27.523 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 16 18:54:27.523 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 18:54:27.524 INFO [stderr] | Nov 16 18:54:27.524 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 16 18:54:27.524 INFO [stderr] = note: for more information, see issue #50504 Nov 16 18:54:27.524 INFO [stderr] Nov 16 18:54:27.524 INFO [stderr] warning: cannot find type `updated_at` in this scope Nov 16 18:54:27.524 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 16 18:54:27.524 INFO [stderr] | Nov 16 18:54:27.524 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 16 18:54:27.524 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 18:54:27.524 INFO [stderr] | Nov 16 18:54:27.524 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 16 18:54:27.524 INFO [stderr] = note: for more information, see issue #50504 Nov 16 18:54:27.524 INFO [stderr] Nov 16 18:54:27.524 INFO [stderr] warning: cannot find type `tag_id` in this scope Nov 16 18:54:27.524 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 16 18:54:27.524 INFO [stderr] | Nov 16 18:54:27.524 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 16 18:54:27.524 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 18:54:27.524 INFO [stderr] | Nov 16 18:54:27.524 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 16 18:54:27.524 INFO [stderr] = note: for more information, see issue #50504 Nov 16 18:54:27.524 INFO [stderr] Nov 16 18:54:27.524 INFO [stderr] warning: cannot find type `article_id` in this scope Nov 16 18:54:27.524 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 16 18:54:27.524 INFO [stderr] | Nov 16 18:54:27.524 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 16 18:54:27.524 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 18:54:27.524 INFO [stderr] | Nov 16 18:54:27.524 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 16 18:54:27.524 INFO [stderr] = note: for more information, see issue #50504 Nov 16 18:54:27.524 INFO [stderr] Nov 16 18:54:27.524 INFO [stderr] warning: cannot find type `name` in this scope Nov 16 18:54:27.524 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 16 18:54:27.524 INFO [stderr] | Nov 16 18:54:27.524 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 16 18:54:27.524 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 18:54:27.524 INFO [stderr] | Nov 16 18:54:27.524 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 16 18:54:27.524 INFO [stderr] = note: for more information, see issue #50504 Nov 16 18:54:27.524 INFO [stderr] Nov 16 18:54:27.524 INFO [stderr] warning: cannot find type `Tag` in this scope Nov 16 18:54:27.524 INFO [stderr] --> src/models/tag.rs:3:10 Nov 16 18:54:27.524 INFO [stderr] | Nov 16 18:54:27.524 INFO [stderr] 3 | #[derive(Identifiable, Queryable, Serialize, Deserialize)] Nov 16 18:54:27.524 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 18:54:27.524 INFO [stderr] | Nov 16 18:54:27.524 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 16 18:54:27.524 INFO [stderr] = note: for more information, see issue #50504 Nov 16 18:54:27.524 INFO [stderr] Nov 16 18:54:27.524 INFO [stderr] warning: cannot find type `tags` in this scope Nov 16 18:54:27.524 INFO [stderr] --> src/models/tag.rs:3:10 Nov 16 18:54:27.524 INFO [stderr] | Nov 16 18:54:27.524 INFO [stderr] 3 | #[derive(Identifiable, Queryable, Serialize, Deserialize)] Nov 16 18:54:27.524 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 18:54:27.524 INFO [stderr] | Nov 16 18:54:27.524 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 16 18:54:27.524 INFO [stderr] = note: for more information, see issue #50504 Nov 16 18:54:27.524 INFO [stderr] Nov 16 18:54:27.524 INFO [stderr] warning: cannot find type `Tag` in this scope Nov 16 18:54:27.524 INFO [stderr] --> src/models/tag.rs:3:24 Nov 16 18:54:27.524 INFO [stderr] | Nov 16 18:54:27.524 INFO [stderr] 3 | #[derive(Identifiable, Queryable, Serialize, Deserialize)] Nov 16 18:54:27.524 INFO [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 18:54:27.524 INFO [stderr] | Nov 16 18:54:27.524 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 16 18:54:27.524 INFO [stderr] = note: for more information, see issue #50504 Nov 16 18:54:27.524 INFO [stderr] Nov 16 18:54:27.524 INFO [stderr] warning: cannot find type `tags` in this scope Nov 16 18:54:27.524 INFO [stderr] --> src/models/tag.rs:9:10 Nov 16 18:54:27.524 INFO [stderr] | Nov 16 18:54:27.524 INFO [stderr] 9 | #[derive(Insertable, AsChangeset, Deserialize, Serialize)] Nov 16 18:54:27.524 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 18:54:27.524 INFO [stderr] | Nov 16 18:54:27.524 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 16 18:54:27.524 INFO [stderr] = note: for more information, see issue #50504 Nov 16 18:54:27.524 INFO [stderr] Nov 16 18:54:27.524 INFO [stderr] warning: cannot find type `TagForm` in this scope Nov 16 18:54:27.524 INFO [stderr] --> src/models/tag.rs:9:10 Nov 16 18:54:27.524 INFO [stderr] | Nov 16 18:54:27.524 INFO [stderr] 9 | #[derive(Insertable, AsChangeset, Deserialize, Serialize)] Nov 16 18:54:27.524 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 18:54:27.524 INFO [stderr] | Nov 16 18:54:27.524 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 16 18:54:27.524 INFO [stderr] = note: for more information, see issue #50504 Nov 16 18:54:27.525 INFO [stderr] Nov 16 18:54:27.525 INFO [stderr] warning: cannot find type `TagForm` in this scope Nov 16 18:54:27.525 INFO [stderr] --> src/models/tag.rs:9:22 Nov 16 18:54:27.525 INFO [stderr] | Nov 16 18:54:27.525 INFO [stderr] 9 | #[derive(Insertable, AsChangeset, Deserialize, Serialize)] Nov 16 18:54:27.525 INFO [stderr] | ^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 18:54:27.525 INFO [stderr] | Nov 16 18:54:27.525 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 16 18:54:27.525 INFO [stderr] = note: for more information, see issue #50504 Nov 16 18:54:27.525 INFO [stderr] Nov 16 18:54:27.525 INFO [stderr] warning: cannot find type `tags` in this scope Nov 16 18:54:27.525 INFO [stderr] --> src/models/tag.rs:9:22 Nov 16 18:54:27.525 INFO [stderr] | Nov 16 18:54:27.525 INFO [stderr] 9 | #[derive(Insertable, AsChangeset, Deserialize, Serialize)] Nov 16 18:54:27.525 INFO [stderr] | ^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 18:54:27.525 INFO [stderr] | Nov 16 18:54:27.525 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 16 18:54:27.525 INFO [stderr] = note: for more information, see issue #50504 Nov 16 18:54:27.525 INFO [stderr] Nov 16 18:54:27.525 INFO [stderr] warning: unused import: `diesel::prelude::*` Nov 16 18:54:27.525 INFO [stderr] --> src/models/tagging.rs:1:5 Nov 16 18:54:27.525 INFO [stderr] | Nov 16 18:54:27.525 INFO [stderr] 1 | use diesel::prelude::*; Nov 16 18:54:27.525 INFO [stderr] | ^^^^^^^^^^^^^^^^^^ Nov 16 18:54:27.525 INFO [stderr] Nov 16 18:54:27.525 INFO [stderr] warning: cannot find type `Tagging` in this scope Nov 16 18:54:27.525 INFO [stderr] --> src/models/tagging.rs:4:10 Nov 16 18:54:27.525 INFO [stderr] | Nov 16 18:54:27.525 INFO [stderr] 4 | #[derive(Identifiable, Queryable, Associations)] Nov 16 18:54:27.525 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 18:54:27.525 INFO [stderr] | Nov 16 18:54:27.525 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 16 18:54:27.525 INFO [stderr] = note: for more information, see issue #50504 Nov 16 18:54:27.525 INFO [stderr] Nov 16 18:54:27.525 INFO [stderr] warning: cannot find type `taggings` in this scope Nov 16 18:54:27.525 INFO [stderr] --> src/models/tagging.rs:4:10 Nov 16 18:54:27.525 INFO [stderr] | Nov 16 18:54:27.525 INFO [stderr] 4 | #[derive(Identifiable, Queryable, Associations)] Nov 16 18:54:27.525 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 18:54:27.525 INFO [stderr] | Nov 16 18:54:27.525 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 16 18:54:27.525 INFO [stderr] = note: for more information, see issue #50504 Nov 16 18:54:27.525 INFO [stderr] Nov 16 18:54:27.525 INFO [stderr] warning: cannot find type `Tagging` in this scope Nov 16 18:54:27.525 INFO [stderr] --> src/models/tagging.rs:4:24 Nov 16 18:54:27.525 INFO [stderr] | Nov 16 18:54:27.525 INFO [stderr] 4 | #[derive(Identifiable, Queryable, Associations)] Nov 16 18:54:27.525 INFO [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 18:54:27.525 INFO [stderr] | Nov 16 18:54:27.525 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 16 18:54:27.525 INFO [stderr] = note: for more information, see issue #50504 Nov 16 18:54:27.525 INFO [stderr] Nov 16 18:54:27.525 INFO [stderr] warning: cannot find type `Article` in this scope Nov 16 18:54:27.525 INFO [stderr] --> src/models/tagging.rs:4:35 Nov 16 18:54:27.525 INFO [stderr] | Nov 16 18:54:27.525 INFO [stderr] 4 | #[derive(Identifiable, Queryable, Associations)] Nov 16 18:54:27.525 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 18:54:27.525 INFO [stderr] | Nov 16 18:54:27.525 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 16 18:54:27.525 INFO [stderr] = note: for more information, see issue #50504 Nov 16 18:54:27.525 INFO [stderr] Nov 16 18:54:27.525 INFO [stderr] warning: cannot find type `Tagging` in this scope Nov 16 18:54:27.525 INFO [stderr] --> src/models/tagging.rs:4:35 Nov 16 18:54:27.525 INFO [stderr] | Nov 16 18:54:27.525 INFO [stderr] 4 | #[derive(Identifiable, Queryable, Associations)] Nov 16 18:54:27.525 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 18:54:27.525 INFO [stderr] | Nov 16 18:54:27.525 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 16 18:54:27.525 INFO [stderr] = note: for more information, see issue #50504 Nov 16 18:54:27.525 INFO [stderr] Nov 16 18:54:27.525 INFO [stderr] warning: cannot find type `taggings` in this scope Nov 16 18:54:27.525 INFO [stderr] --> src/models/tagging.rs:4:35 Nov 16 18:54:27.525 INFO [stderr] | Nov 16 18:54:27.525 INFO [stderr] 4 | #[derive(Identifiable, Queryable, Associations)] Nov 16 18:54:27.525 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 18:54:27.525 INFO [stderr] | Nov 16 18:54:27.525 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 16 18:54:27.525 INFO [stderr] = note: for more information, see issue #50504 Nov 16 18:54:27.525 INFO [stderr] Nov 16 18:54:27.525 INFO [stderr] warning: cannot find type `Tag` in this scope Nov 16 18:54:27.525 INFO [stderr] --> src/models/tagging.rs:4:35 Nov 16 18:54:27.525 INFO [stderr] | Nov 16 18:54:27.525 INFO [stderr] 4 | #[derive(Identifiable, Queryable, Associations)] Nov 16 18:54:27.525 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 18:54:27.525 INFO [stderr] | Nov 16 18:54:27.525 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 16 18:54:27.526 INFO [stderr] = note: for more information, see issue #50504 Nov 16 18:54:27.526 INFO [stderr] Nov 16 18:54:27.526 INFO [stderr] warning: cannot find type `taggings` in this scope Nov 16 18:54:27.526 INFO [stderr] --> src/models/tagging.rs:13:10 Nov 16 18:54:27.526 INFO [stderr] | Nov 16 18:54:27.526 INFO [stderr] 13 | #[derive(Insertable)] Nov 16 18:54:27.526 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 18:54:27.526 INFO [stderr] | Nov 16 18:54:27.526 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 16 18:54:27.526 INFO [stderr] = note: for more information, see issue #50504 Nov 16 18:54:27.526 INFO [stderr] Nov 16 18:54:27.526 INFO [stderr] warning: cannot find type `NewTagging` in this scope Nov 16 18:54:27.526 INFO [stderr] --> src/models/tagging.rs:13:10 Nov 16 18:54:27.526 INFO [stderr] | Nov 16 18:54:27.526 INFO [stderr] 13 | #[derive(Insertable)] Nov 16 18:54:27.526 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 18:54:27.526 INFO [stderr] | Nov 16 18:54:27.526 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 16 18:54:27.526 INFO [stderr] = note: for more information, see issue #50504 Nov 16 18:54:27.526 INFO [stderr] Nov 16 18:54:28.358 INFO [stderr] warning: the feature `extern_prelude` has been stable since 1.30.0 and no longer requires an attribute to enable Nov 16 18:54:28.358 INFO [stderr] --> src/main.rs:4:12 Nov 16 18:54:28.358 INFO [stderr] | Nov 16 18:54:28.358 INFO [stderr] 4 | #![feature(extern_prelude)] Nov 16 18:54:28.358 INFO [stderr] | ^^^^^^^^^^^^^^ Nov 16 18:54:28.358 INFO [stderr] | Nov 16 18:54:28.358 INFO [stderr] = note: #[warn(stable_features)] on by default Nov 16 18:54:28.358 INFO [stderr] Nov 16 18:54:34.475 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 13s Nov 16 18:54:34.495 INFO [stderr] su: No module specific data is present Nov 16 18:54:34.889 INFO running `"docker" "inspect" "38d621fc0b6dde6d4e2c4e85a09a2a54dd753c515a64aaefe72b471cd4bbfd16"` Nov 16 18:54:35.100 INFO running `"docker" "rm" "-f" "38d621fc0b6dde6d4e2c4e85a09a2a54dd753c515a64aaefe72b471cd4bbfd16"` Nov 16 18:54:35.200 INFO [stdout] 38d621fc0b6dde6d4e2c4e85a09a2a54dd753c515a64aaefe72b471cd4bbfd16 Nov 16 18:54:35.204 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55982/worker-3/master#6b9b97bd9b704f85f0184f7a213cc4d62bd9654c:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-3/pr-55982/master#6b9b97bd9b704f85f0184f7a213cc4d62bd9654c:/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 +6b9b97bd9b704f85f0184f7a213cc4d62bd9654c-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"` Nov 16 18:54:35.387 INFO [stdout] 93aa2a7a4adac0344360c395612270aaaad35f44373ae5fc0dd067f27ae16e9b Nov 16 18:54:35.389 INFO running `"docker" "start" "-a" "93aa2a7a4adac0344360c395612270aaaad35f44373ae5fc0dd067f27ae16e9b"` Nov 16 18:54:35.996 INFO [stderr] usermod: no changes Nov 16 18:54:36.035 INFO [stderr] warning: An explicit [[test]] section is specified in Cargo.toml which currently Nov 16 18:54:36.035 INFO [stderr] disables Cargo from automatically inferring other test targets. Nov 16 18:54:36.035 INFO [stderr] This inference behavior will change in the Rust 2018 edition and the following Nov 16 18:54:36.035 INFO [stderr] files will be included as a test target: Nov 16 18:54:36.035 INFO [stderr] Nov 16 18:54:36.035 INFO [stderr] * /source/tests/helpers.rs Nov 16 18:54:36.035 INFO [stderr] Nov 16 18:54:36.035 INFO [stderr] This is likely to break cargo build or cargo test as these files may not be Nov 16 18:54:36.035 INFO [stderr] ready to be compiled as a test target today. You can future-proof yourself Nov 16 18:54:36.035 INFO [stderr] and disable this warning by adding `autotests = false` to your [package] Nov 16 18:54:36.035 INFO [stderr] section. You may also move the files to a location where Cargo would not Nov 16 18:54:36.035 INFO [stderr] automatically infer them to be a target, such as in subfolders. Nov 16 18:54:36.035 INFO [stderr] Nov 16 18:54:36.035 INFO [stderr] For more information on this warning you can consult Nov 16 18:54:36.035 INFO [stderr] https://github.com/rust-lang/cargo/issues/5330 Nov 16 18:54:36.207 INFO [stderr] Compiling source v0.1.0 (/source) Nov 16 18:54:37.933 INFO [stderr] warning: unused import: `Method` Nov 16 18:54:37.933 INFO [stderr] --> src/main.rs:21:20 Nov 16 18:54:37.933 INFO [stderr] | Nov 16 18:54:37.933 INFO [stderr] 21 | use rocket::http::{Method, Status}; Nov 16 18:54:37.933 INFO [stderr] | ^^^^^^ Nov 16 18:54:37.933 INFO [stderr] | Nov 16 18:54:37.933 INFO [stderr] = note: #[warn(unused_imports)] on by default Nov 16 18:54:37.933 INFO [stderr] Nov 16 18:54:37.933 INFO [stderr] warning: unused import: `AllowedHeaders` Nov 16 18:54:37.933 INFO [stderr] --> src/main.rs:24:19 Nov 16 18:54:37.933 INFO [stderr] | Nov 16 18:54:37.933 INFO [stderr] 24 | use rocket_cors::{AllowedHeaders, AllowedOrigins}; Nov 16 18:54:37.933 INFO [stderr] | ^^^^^^^^^^^^^^ Nov 16 18:54:37.933 INFO [stderr] Nov 16 18:54:37.933 INFO [stderr] warning: cannot find type `Article` in this scope Nov 16 18:54:37.933 INFO [stderr] --> src/models/article.rs:4:10 Nov 16 18:54:37.933 INFO [stderr] | Nov 16 18:54:37.933 INFO [stderr] 4 | #[derive(Identifiable, Queryable, Serialize, Deserialize)] Nov 16 18:54:37.933 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 18:54:37.933 INFO [stderr] | Nov 16 18:54:37.933 INFO [stderr] = note: #[warn(proc_macro_derive_resolution_fallback)] on by default Nov 16 18:54:37.933 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 16 18:54:37.933 INFO [stderr] = note: for more information, see issue #50504 Nov 16 18:54:37.933 INFO [stderr] Nov 16 18:54:37.933 INFO [stderr] warning: cannot find type `articles` in this scope Nov 16 18:54:37.933 INFO [stderr] --> src/models/article.rs:4:10 Nov 16 18:54:37.933 INFO [stderr] | Nov 16 18:54:37.933 INFO [stderr] 4 | #[derive(Identifiable, Queryable, Serialize, Deserialize)] Nov 16 18:54:37.933 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 18:54:37.933 INFO [stderr] | Nov 16 18:54:37.933 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 16 18:54:37.933 INFO [stderr] = note: for more information, see issue #50504 Nov 16 18:54:37.933 INFO [stderr] Nov 16 18:54:37.933 INFO [stderr] warning: cannot find type `Article` in this scope Nov 16 18:54:37.933 INFO [stderr] --> src/models/article.rs:4:10 Nov 16 18:54:37.933 INFO [stderr] | Nov 16 18:54:37.933 INFO [stderr] 4 | #[derive(Identifiable, Queryable, Serialize, Deserialize)] Nov 16 18:54:37.933 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 18:54:37.933 INFO [stderr] | Nov 16 18:54:37.933 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 16 18:54:37.933 INFO [stderr] = note: for more information, see issue #50504 Nov 16 18:54:37.933 INFO [stderr] Nov 16 18:54:37.933 INFO [stderr] warning: cannot find type `NaiveDateTime` in this scope Nov 16 18:54:37.933 INFO [stderr] --> src/models/article.rs:4:24 Nov 16 18:54:37.933 INFO [stderr] | Nov 16 18:54:37.933 INFO [stderr] 4 | #[derive(Identifiable, Queryable, Serialize, Deserialize)] Nov 16 18:54:37.933 INFO [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 18:54:37.933 INFO [stderr] | Nov 16 18:54:37.933 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 16 18:54:37.933 INFO [stderr] = note: for more information, see issue #50504 Nov 16 18:54:37.933 INFO [stderr] Nov 16 18:54:37.933 INFO [stderr] warning: cannot find type `Article` in this scope Nov 16 18:54:37.933 INFO [stderr] --> src/models/article.rs:4:24 Nov 16 18:54:37.933 INFO [stderr] | Nov 16 18:54:37.933 INFO [stderr] 4 | #[derive(Identifiable, Queryable, Serialize, Deserialize)] Nov 16 18:54:37.933 INFO [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 18:54:37.933 INFO [stderr] | Nov 16 18:54:37.933 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 16 18:54:37.933 INFO [stderr] = note: for more information, see issue #50504 Nov 16 18:54:37.934 INFO [stderr] Nov 16 18:54:37.934 INFO [stderr] warning: cannot find type `articles` in this scope Nov 16 18:54:37.934 INFO [stderr] --> src/models/article.rs:14:10 Nov 16 18:54:37.934 INFO [stderr] | Nov 16 18:54:37.934 INFO [stderr] 14 | #[derive(Insertable, Serialize, Deserialize, AsChangeset, Queryable)] Nov 16 18:54:37.934 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 18:54:37.934 INFO [stderr] | Nov 16 18:54:37.934 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 16 18:54:37.934 INFO [stderr] = note: for more information, see issue #50504 Nov 16 18:54:37.934 INFO [stderr] Nov 16 18:54:37.934 INFO [stderr] warning: cannot find type `ArticleForm` in this scope Nov 16 18:54:37.934 INFO [stderr] --> src/models/article.rs:14:10 Nov 16 18:54:37.934 INFO [stderr] | Nov 16 18:54:37.934 INFO [stderr] 14 | #[derive(Insertable, Serialize, Deserialize, AsChangeset, Queryable)] Nov 16 18:54:37.934 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 18:54:37.934 INFO [stderr] | Nov 16 18:54:37.934 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 16 18:54:37.934 INFO [stderr] = note: for more information, see issue #50504 Nov 16 18:54:37.934 INFO [stderr] Nov 16 18:54:37.934 INFO [stderr] warning: cannot find type `ArticleForm` in this scope Nov 16 18:54:37.934 INFO [stderr] --> src/models/article.rs:14:46 Nov 16 18:54:37.934 INFO [stderr] | Nov 16 18:54:37.934 INFO [stderr] 14 | #[derive(Insertable, Serialize, Deserialize, AsChangeset, Queryable)] Nov 16 18:54:37.934 INFO [stderr] | ^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 18:54:37.934 INFO [stderr] | Nov 16 18:54:37.934 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 16 18:54:37.934 INFO [stderr] = note: for more information, see issue #50504 Nov 16 18:54:37.934 INFO [stderr] Nov 16 18:54:37.934 INFO [stderr] warning: cannot find type `articles` in this scope Nov 16 18:54:37.934 INFO [stderr] --> src/models/article.rs:14:46 Nov 16 18:54:37.934 INFO [stderr] | Nov 16 18:54:37.934 INFO [stderr] 14 | #[derive(Insertable, Serialize, Deserialize, AsChangeset, Queryable)] Nov 16 18:54:37.934 INFO [stderr] | ^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 18:54:37.934 INFO [stderr] | Nov 16 18:54:37.934 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 16 18:54:37.934 INFO [stderr] = note: for more information, see issue #50504 Nov 16 18:54:37.934 INFO [stderr] Nov 16 18:54:37.934 INFO [stderr] warning: cannot find type `ArticleForm` in this scope Nov 16 18:54:37.934 INFO [stderr] --> src/models/article.rs:14:59 Nov 16 18:54:37.934 INFO [stderr] | Nov 16 18:54:37.934 INFO [stderr] 14 | #[derive(Insertable, Serialize, Deserialize, AsChangeset, Queryable)] Nov 16 18:54:37.934 INFO [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 18:54:37.934 INFO [stderr] | Nov 16 18:54:37.934 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 16 18:54:37.934 INFO [stderr] = note: for more information, see issue #50504 Nov 16 18:54:37.934 INFO [stderr] Nov 16 18:54:37.934 INFO [stderr] warning: cannot find type `table` in this scope Nov 16 18:54:37.934 INFO [stderr] --> <::diesel::macros::table_body macros>:165:33 Nov 16 18:54:37.934 INFO [stderr] | Nov 16 18:54:37.934 INFO [stderr] 165 | derive ( Debug , Clone , Copy , QueryId ) ] /// The actual table struct Nov 16 18:54:37.934 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 18:54:37.934 INFO [stderr] | Nov 16 18:54:37.934 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 16 18:54:37.934 INFO [stderr] = note: for more information, see issue #50504 Nov 16 18:54:37.934 INFO [stderr] Nov 16 18:54:37.934 INFO [stderr] warning: cannot find type `id` in this scope Nov 16 18:54:37.934 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 16 18:54:37.934 INFO [stderr] | Nov 16 18:54:37.934 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 16 18:54:37.934 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 18:54:37.934 INFO [stderr] | Nov 16 18:54:37.934 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 16 18:54:37.934 INFO [stderr] = note: for more information, see issue #50504 Nov 16 18:54:37.934 INFO [stderr] Nov 16 18:54:37.934 INFO [stderr] warning: cannot find type `title` in this scope Nov 16 18:54:37.934 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 16 18:54:37.934 INFO [stderr] | Nov 16 18:54:37.934 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 16 18:54:37.934 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 18:54:37.934 INFO [stderr] | Nov 16 18:54:37.934 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 16 18:54:37.934 INFO [stderr] = note: for more information, see issue #50504 Nov 16 18:54:37.934 INFO [stderr] Nov 16 18:54:37.934 INFO [stderr] warning: cannot find type `body` in this scope Nov 16 18:54:37.934 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 16 18:54:37.934 INFO [stderr] | Nov 16 18:54:37.934 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 16 18:54:37.934 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 18:54:37.934 INFO [stderr] | Nov 16 18:54:37.934 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 16 18:54:37.935 INFO [stderr] = note: for more information, see issue #50504 Nov 16 18:54:37.935 INFO [stderr] Nov 16 18:54:37.935 INFO [stderr] warning: cannot find type `published` in this scope Nov 16 18:54:37.935 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 16 18:54:37.935 INFO [stderr] | Nov 16 18:54:37.935 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 16 18:54:37.935 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 18:54:37.935 INFO [stderr] | Nov 16 18:54:37.935 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 16 18:54:37.935 INFO [stderr] = note: for more information, see issue #50504 Nov 16 18:54:37.935 INFO [stderr] Nov 16 18:54:37.935 INFO [stderr] warning: cannot find type `created_at` in this scope Nov 16 18:54:37.935 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 16 18:54:37.935 INFO [stderr] | Nov 16 18:54:37.935 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 16 18:54:37.935 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 18:54:37.935 INFO [stderr] | Nov 16 18:54:37.935 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 16 18:54:37.935 INFO [stderr] = note: for more information, see issue #50504 Nov 16 18:54:37.935 INFO [stderr] Nov 16 18:54:37.935 INFO [stderr] warning: cannot find type `updated_at` in this scope Nov 16 18:54:37.935 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 16 18:54:37.935 INFO [stderr] | Nov 16 18:54:37.935 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 16 18:54:37.935 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 18:54:37.935 INFO [stderr] | Nov 16 18:54:37.935 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 16 18:54:37.935 INFO [stderr] = note: for more information, see issue #50504 Nov 16 18:54:37.935 INFO [stderr] Nov 16 18:54:37.941 INFO [stderr] warning: cannot find type `tag_id` in this scope Nov 16 18:54:37.941 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 16 18:54:37.941 INFO [stderr] | Nov 16 18:54:37.941 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 16 18:54:37.941 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 18:54:37.941 INFO [stderr] | Nov 16 18:54:37.941 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 16 18:54:37.941 INFO [stderr] = note: for more information, see issue #50504 Nov 16 18:54:37.941 INFO [stderr] Nov 16 18:54:37.941 INFO [stderr] warning: cannot find type `article_id` in this scope Nov 16 18:54:37.941 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 16 18:54:37.941 INFO [stderr] | Nov 16 18:54:37.941 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 16 18:54:37.941 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 18:54:37.941 INFO [stderr] | Nov 16 18:54:37.941 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 16 18:54:37.941 INFO [stderr] = note: for more information, see issue #50504 Nov 16 18:54:37.941 INFO [stderr] Nov 16 18:54:37.941 INFO [stderr] warning: cannot find type `name` in this scope Nov 16 18:54:37.941 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 16 18:54:37.941 INFO [stderr] | Nov 16 18:54:37.941 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 16 18:54:37.941 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 18:54:37.941 INFO [stderr] | Nov 16 18:54:37.941 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 16 18:54:37.941 INFO [stderr] = note: for more information, see issue #50504 Nov 16 18:54:37.941 INFO [stderr] Nov 16 18:54:37.941 INFO [stderr] warning: cannot find type `Tag` in this scope Nov 16 18:54:37.941 INFO [stderr] --> src/models/tag.rs:3:10 Nov 16 18:54:37.941 INFO [stderr] | Nov 16 18:54:37.941 INFO [stderr] 3 | #[derive(Identifiable, Queryable, Serialize, Deserialize)] Nov 16 18:54:37.941 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 18:54:37.941 INFO [stderr] | Nov 16 18:54:37.941 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 16 18:54:37.941 INFO [stderr] = note: for more information, see issue #50504 Nov 16 18:54:37.941 INFO [stderr] Nov 16 18:54:37.941 INFO [stderr] warning: cannot find type `tags` in this scope Nov 16 18:54:37.941 INFO [stderr] --> src/models/tag.rs:3:10 Nov 16 18:54:37.941 INFO [stderr] | Nov 16 18:54:37.941 INFO [stderr] 3 | #[derive(Identifiable, Queryable, Serialize, Deserialize)] Nov 16 18:54:37.941 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 18:54:37.941 INFO [stderr] | Nov 16 18:54:37.941 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 16 18:54:37.941 INFO [stderr] = note: for more information, see issue #50504 Nov 16 18:54:37.941 INFO [stderr] Nov 16 18:54:37.941 INFO [stderr] warning: cannot find type `Tag` in this scope Nov 16 18:54:37.941 INFO [stderr] --> src/models/tag.rs:3:24 Nov 16 18:54:37.941 INFO [stderr] | Nov 16 18:54:37.941 INFO [stderr] 3 | #[derive(Identifiable, Queryable, Serialize, Deserialize)] Nov 16 18:54:37.941 INFO [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 18:54:37.941 INFO [stderr] | Nov 16 18:54:37.941 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 16 18:54:37.941 INFO [stderr] = note: for more information, see issue #50504 Nov 16 18:54:37.941 INFO [stderr] Nov 16 18:54:37.944 INFO [stderr] warning: cannot find type `tags` in this scope Nov 16 18:54:37.947 INFO [stderr] --> src/models/tag.rs:9:10 Nov 16 18:54:37.947 INFO [stderr] | Nov 16 18:54:37.947 INFO [stderr] 9 | #[derive(Insertable, AsChangeset, Deserialize, Serialize)] Nov 16 18:54:37.947 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 18:54:37.947 INFO [stderr] | Nov 16 18:54:37.947 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 16 18:54:37.947 INFO [stderr] = note: for more information, see issue #50504 Nov 16 18:54:37.947 INFO [stderr] Nov 16 18:54:37.947 INFO [stderr] warning: cannot find type `TagForm` in this scope Nov 16 18:54:37.947 INFO [stderr] --> src/models/tag.rs:9:10 Nov 16 18:54:37.947 INFO [stderr] | Nov 16 18:54:37.947 INFO [stderr] 9 | #[derive(Insertable, AsChangeset, Deserialize, Serialize)] Nov 16 18:54:37.947 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 18:54:37.947 INFO [stderr] | Nov 16 18:54:37.947 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 16 18:54:37.947 INFO [stderr] = note: for more information, see issue #50504 Nov 16 18:54:37.947 INFO [stderr] Nov 16 18:54:37.947 INFO [stderr] warning: cannot find type `TagForm` in this scope Nov 16 18:54:37.947 INFO [stderr] --> src/models/tag.rs:9:22 Nov 16 18:54:37.947 INFO [stderr] | Nov 16 18:54:37.947 INFO [stderr] 9 | #[derive(Insertable, AsChangeset, Deserialize, Serialize)] Nov 16 18:54:37.947 INFO [stderr] | ^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 18:54:37.947 INFO [stderr] | Nov 16 18:54:37.947 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 16 18:54:37.947 INFO [stderr] = note: for more information, see issue #50504 Nov 16 18:54:37.947 INFO [stderr] Nov 16 18:54:37.947 INFO [stderr] warning: cannot find type `tags` in this scope Nov 16 18:54:37.947 INFO [stderr] --> src/models/tag.rs:9:22 Nov 16 18:54:37.947 INFO [stderr] | Nov 16 18:54:37.947 INFO [stderr] 9 | #[derive(Insertable, AsChangeset, Deserialize, Serialize)] Nov 16 18:54:37.947 INFO [stderr] | ^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 18:54:37.947 INFO [stderr] | Nov 16 18:54:37.947 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 16 18:54:37.947 INFO [stderr] = note: for more information, see issue #50504 Nov 16 18:54:37.947 INFO [stderr] Nov 16 18:54:37.947 INFO [stderr] warning: unused import: `diesel::prelude::*` Nov 16 18:54:37.947 INFO [stderr] --> src/models/tagging.rs:1:5 Nov 16 18:54:37.947 INFO [stderr] | Nov 16 18:54:37.947 INFO [stderr] 1 | use diesel::prelude::*; Nov 16 18:54:37.947 INFO [stderr] | ^^^^^^^^^^^^^^^^^^ Nov 16 18:54:37.947 INFO [stderr] Nov 16 18:54:37.947 INFO [stderr] warning: cannot find type `Tagging` in this scope Nov 16 18:54:37.947 INFO [stderr] --> src/models/tagging.rs:4:10 Nov 16 18:54:37.947 INFO [stderr] | Nov 16 18:54:37.947 INFO [stderr] 4 | #[derive(Identifiable, Queryable, Associations)] Nov 16 18:54:37.947 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 18:54:37.947 INFO [stderr] | Nov 16 18:54:37.947 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 16 18:54:37.947 INFO [stderr] = note: for more information, see issue #50504 Nov 16 18:54:37.947 INFO [stderr] Nov 16 18:54:37.947 INFO [stderr] warning: cannot find type `taggings` in this scope Nov 16 18:54:37.947 INFO [stderr] --> src/models/tagging.rs:4:10 Nov 16 18:54:37.947 INFO [stderr] | Nov 16 18:54:37.947 INFO [stderr] 4 | #[derive(Identifiable, Queryable, Associations)] Nov 16 18:54:37.947 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 18:54:37.947 INFO [stderr] | Nov 16 18:54:37.947 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 16 18:54:37.947 INFO [stderr] = note: for more information, see issue #50504 Nov 16 18:54:37.947 INFO [stderr] Nov 16 18:54:37.947 INFO [stderr] warning: cannot find type `Tagging` in this scope Nov 16 18:54:37.947 INFO [stderr] --> src/models/tagging.rs:4:24 Nov 16 18:54:37.947 INFO [stderr] | Nov 16 18:54:37.947 INFO [stderr] 4 | #[derive(Identifiable, Queryable, Associations)] Nov 16 18:54:37.947 INFO [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 18:54:37.947 INFO [stderr] | Nov 16 18:54:37.947 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 16 18:54:37.947 INFO [stderr] = note: for more information, see issue #50504 Nov 16 18:54:37.947 INFO [stderr] Nov 16 18:54:37.947 INFO [stderr] warning: cannot find type `Article` in this scope Nov 16 18:54:37.947 INFO [stderr] --> src/models/tagging.rs:4:35 Nov 16 18:54:37.947 INFO [stderr] | Nov 16 18:54:37.947 INFO [stderr] 4 | #[derive(Identifiable, Queryable, Associations)] Nov 16 18:54:37.947 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 18:54:37.947 INFO [stderr] | Nov 16 18:54:37.947 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 16 18:54:37.947 INFO [stderr] = note: for more information, see issue #50504 Nov 16 18:54:37.947 INFO [stderr] Nov 16 18:54:37.947 INFO [stderr] warning: cannot find type `Tagging` in this scope Nov 16 18:54:37.947 INFO [stderr] --> src/models/tagging.rs:4:35 Nov 16 18:54:37.947 INFO [stderr] | Nov 16 18:54:37.947 INFO [stderr] 4 | #[derive(Identifiable, Queryable, Associations)] Nov 16 18:54:37.947 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 18:54:37.948 INFO [stderr] | Nov 16 18:54:37.948 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 16 18:54:37.948 INFO [stderr] = note: for more information, see issue #50504 Nov 16 18:54:37.948 INFO [stderr] Nov 16 18:54:37.948 INFO [stderr] warning: cannot find type `taggings` in this scope Nov 16 18:54:37.948 INFO [stderr] --> src/models/tagging.rs:4:35 Nov 16 18:54:37.948 INFO [stderr] | Nov 16 18:54:37.948 INFO [stderr] 4 | #[derive(Identifiable, Queryable, Associations)] Nov 16 18:54:37.948 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 18:54:37.948 INFO [stderr] | Nov 16 18:54:37.948 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 16 18:54:37.948 INFO [stderr] = note: for more information, see issue #50504 Nov 16 18:54:37.948 INFO [stderr] Nov 16 18:54:37.948 INFO [stderr] warning: cannot find type `Tag` in this scope Nov 16 18:54:37.948 INFO [stderr] --> src/models/tagging.rs:4:35 Nov 16 18:54:37.948 INFO [stderr] | Nov 16 18:54:37.948 INFO [stderr] 4 | #[derive(Identifiable, Queryable, Associations)] Nov 16 18:54:37.948 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 18:54:37.948 INFO [stderr] | Nov 16 18:54:37.948 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 16 18:54:37.948 INFO [stderr] = note: for more information, see issue #50504 Nov 16 18:54:37.948 INFO [stderr] Nov 16 18:54:37.948 INFO [stderr] warning: cannot find type `taggings` in this scope Nov 16 18:54:37.948 INFO [stderr] --> src/models/tagging.rs:13:10 Nov 16 18:54:37.948 INFO [stderr] | Nov 16 18:54:37.948 INFO [stderr] 13 | #[derive(Insertable)] Nov 16 18:54:37.948 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 18:54:37.948 INFO [stderr] | Nov 16 18:54:37.948 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 16 18:54:37.948 INFO [stderr] = note: for more information, see issue #50504 Nov 16 18:54:37.948 INFO [stderr] Nov 16 18:54:37.948 INFO [stderr] warning: cannot find type `NewTagging` in this scope Nov 16 18:54:37.948 INFO [stderr] --> src/models/tagging.rs:13:10 Nov 16 18:54:37.948 INFO [stderr] | Nov 16 18:54:37.948 INFO [stderr] 13 | #[derive(Insertable)] Nov 16 18:54:37.948 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 18:54:37.948 INFO [stderr] | Nov 16 18:54:37.948 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 16 18:54:37.948 INFO [stderr] = note: for more information, see issue #50504 Nov 16 18:54:37.948 INFO [stderr] Nov 16 18:54:38.836 INFO [stderr] warning: the feature `extern_prelude` has been stable since 1.30.0 and no longer requires an attribute to enable Nov 16 18:54:38.836 INFO [stderr] --> src/main.rs:4:12 Nov 16 18:54:38.836 INFO [stderr] | Nov 16 18:54:38.836 INFO [stderr] 4 | #![feature(extern_prelude)] Nov 16 18:54:38.836 INFO [stderr] | ^^^^^^^^^^^^^^ Nov 16 18:54:38.837 INFO [stderr] | Nov 16 18:54:38.837 INFO [stderr] = note: #[warn(stable_features)] on by default Nov 16 18:54:38.837 INFO [stderr] Nov 16 18:54:43.804 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 7.79s Nov 16 18:54:43.818 INFO [stderr] su: No module specific data is present Nov 16 18:54:44.950 INFO running `"docker" "inspect" "93aa2a7a4adac0344360c395612270aaaad35f44373ae5fc0dd067f27ae16e9b"` Nov 16 18:54:45.281 INFO running `"docker" "rm" "-f" "93aa2a7a4adac0344360c395612270aaaad35f44373ae5fc0dd067f27ae16e9b"` Nov 16 18:54:45.573 INFO [stdout] 93aa2a7a4adac0344360c395612270aaaad35f44373ae5fc0dd067f27ae16e9b Nov 16 18:54:45.578 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55982/worker-3/master#6b9b97bd9b704f85f0184f7a213cc4d62bd9654c:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-3/pr-55982/master#6b9b97bd9b704f85f0184f7a213cc4d62bd9654c:/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 +6b9b97bd9b704f85f0184f7a213cc4d62bd9654c-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"` Nov 16 18:54:46.065 INFO [stdout] 4df096ecd7ec4b511e921434a1281f3cd70772b9436f7774d453a226b688afb9 Nov 16 18:54:46.067 INFO running `"docker" "start" "-a" "4df096ecd7ec4b511e921434a1281f3cd70772b9436f7774d453a226b688afb9"` Nov 16 18:54:48.423 INFO [stderr] usermod: no changes Nov 16 18:54:48.479 INFO [stderr] warning: An explicit [[test]] section is specified in Cargo.toml which currently Nov 16 18:54:48.479 INFO [stderr] disables Cargo from automatically inferring other test targets. Nov 16 18:54:48.479 INFO [stderr] This inference behavior will change in the Rust 2018 edition and the following Nov 16 18:54:48.479 INFO [stderr] files will be included as a test target: Nov 16 18:54:48.479 INFO [stderr] Nov 16 18:54:48.479 INFO [stderr] * /source/tests/helpers.rs Nov 16 18:54:48.479 INFO [stderr] Nov 16 18:54:48.479 INFO [stderr] This is likely to break cargo build or cargo test as these files may not be Nov 16 18:54:48.479 INFO [stderr] ready to be compiled as a test target today. You can future-proof yourself Nov 16 18:54:48.479 INFO [stderr] and disable this warning by adding `autotests = false` to your [package] Nov 16 18:54:48.479 INFO [stderr] section. You may also move the files to a location where Cargo would not Nov 16 18:54:48.479 INFO [stderr] automatically infer them to be a target, such as in subfolders. Nov 16 18:54:48.479 INFO [stderr] Nov 16 18:54:48.479 INFO [stderr] For more information on this warning you can consult Nov 16 18:54:48.479 INFO [stderr] https://github.com/rust-lang/cargo/issues/5330 Nov 16 18:54:48.674 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.22s Nov 16 18:54:48.706 INFO [stderr] Running /target/debug/deps/source-f24307d7ee1f41a7 Nov 16 18:54:48.728 INFO [stdout] Nov 16 18:54:48.728 INFO [stdout] running 0 tests Nov 16 18:54:48.728 INFO [stdout] Nov 16 18:54:48.728 INFO [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Nov 16 18:54:48.728 INFO [stdout] Nov 16 18:54:48.731 INFO [stderr] Running /target/debug/deps/tests-0b1970dc53f58031 Nov 16 18:54:48.733 INFO [stdout] Nov 16 18:54:48.733 INFO [stdout] running 1 test Nov 16 18:54:48.734 INFO [stdout] test helpers::test1 ... ok Nov 16 18:54:48.734 INFO [stdout] Nov 16 18:54:48.734 INFO [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Nov 16 18:54:48.734 INFO [stdout] Nov 16 18:54:48.736 INFO [stderr] su: No module specific data is present Nov 16 18:54:49.983 INFO running `"docker" "inspect" "4df096ecd7ec4b511e921434a1281f3cd70772b9436f7774d453a226b688afb9"` Nov 16 18:54:50.257 INFO running `"docker" "rm" "-f" "4df096ecd7ec4b511e921434a1281f3cd70772b9436f7774d453a226b688afb9"` Nov 16 18:54:50.568 INFO [stdout] 4df096ecd7ec4b511e921434a1281f3cd70772b9436f7774d453a226b688afb9