Nov 16 18:53:06.749 INFO testing mtwtkman/editor against try#2e026d6e5d7621634147ad4c8074f1d964dbb1be for pr-55982 Nov 16 18:53:06.751 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55982/worker-1/try#2e026d6e5d7621634147ad4c8074f1d964dbb1be:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-1/pr-55982/try#2e026d6e5d7621634147ad4c8074f1d964dbb1be:/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 +2e026d6e5d7621634147ad4c8074f1d964dbb1be-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:07.339 INFO [stdout] b60cb58efa5a7dbf0f3544be547391e1dbccf1d5c52ab9790b5610bc2210a24c Nov 16 18:53:07.341 INFO running `"docker" "start" "-a" "b60cb58efa5a7dbf0f3544be547391e1dbccf1d5c52ab9790b5610bc2210a24c"` Nov 16 18:53:08.819 INFO [stderr] usermod: no changes Nov 16 18:53:08.899 INFO [stderr] warning: An explicit [[test]] section is specified in Cargo.toml which currently Nov 16 18:53:08.899 INFO [stderr] disables Cargo from automatically inferring other test targets. Nov 16 18:53:08.900 INFO [stderr] This inference behavior will change in the Rust 2018 edition and the following Nov 16 18:53:08.900 INFO [stderr] files will be included as a test target: Nov 16 18:53:08.900 INFO [stderr] Nov 16 18:53:08.901 INFO [stderr] * /source/tests/helpers.rs Nov 16 18:53:08.901 INFO [stderr] Nov 16 18:53:08.901 INFO [stderr] This is likely to break cargo build or cargo test as these files may not be Nov 16 18:53:08.902 INFO [stderr] ready to be compiled as a test target today. You can future-proof yourself Nov 16 18:53:08.902 INFO [stderr] and disable this warning by adding `autotests = false` to your [package] Nov 16 18:53:08.902 INFO [stderr] section. You may also move the files to a location where Cargo would not Nov 16 18:53:08.903 INFO [stderr] automatically infer them to be a target, such as in subfolders. Nov 16 18:53:08.903 INFO [stderr] Nov 16 18:53:08.903 INFO [stderr] For more information on this warning you can consult Nov 16 18:53:08.903 INFO [stderr] https://github.com/rust-lang/cargo/issues/5330 Nov 16 18:53:09.258 INFO [stderr] Compiling libsqlite3-sys v0.9.3 Nov 16 18:53:09.272 INFO [stderr] Compiling unicase_serde v0.1.0 Nov 16 18:53:09.272 INFO [stderr] Compiling chrono v0.4.6 Nov 16 18:53:09.272 INFO [stderr] Compiling hyper v0.10.13 Nov 16 18:53:09.273 INFO [stderr] Compiling url_serde v0.2.0 Nov 16 18:53:16.531 INFO [stderr] Compiling diesel v1.3.3 Nov 16 18:53:26.815 INFO [stderr] Compiling rocket v0.3.16 Nov 16 18:53:41.266 INFO [stderr] Compiling rocket_contrib v0.3.16 Nov 16 18:53:41.266 INFO [stderr] Compiling rocket_codegen v0.3.16 Nov 16 18:53:41.266 INFO [stderr] Compiling rocket_cors v0.3.0 Nov 16 18:54:12.306 INFO [stderr] Compiling migrations_internals v1.3.0 Nov 16 18:54:13.378 INFO [stderr] Compiling migrations_macros v1.3.0 Nov 16 18:54:15.877 INFO [stderr] Compiling diesel_migrations v1.3.0 Nov 16 18:54:16.363 INFO [stderr] Compiling source v0.1.0 (/source) Nov 16 18:54:17.963 INFO [stderr] warning: unused import: `Method` Nov 16 18:54:17.963 INFO [stderr] --> src/main.rs:21:20 Nov 16 18:54:17.963 INFO [stderr] | Nov 16 18:54:17.963 INFO [stderr] 21 | use rocket::http::{Method, Status}; Nov 16 18:54:17.963 INFO [stderr] | ^^^^^^ Nov 16 18:54:17.963 INFO [stderr] | Nov 16 18:54:17.963 INFO [stderr] = note: #[warn(unused_imports)] on by default Nov 16 18:54:17.963 INFO [stderr] Nov 16 18:54:17.963 INFO [stderr] warning: unused import: `AllowedHeaders` Nov 16 18:54:17.963 INFO [stderr] --> src/main.rs:24:19 Nov 16 18:54:17.963 INFO [stderr] | Nov 16 18:54:17.963 INFO [stderr] 24 | use rocket_cors::{AllowedHeaders, AllowedOrigins}; Nov 16 18:54:17.963 INFO [stderr] | ^^^^^^^^^^^^^^ Nov 16 18:54:17.963 INFO [stderr] Nov 16 18:54:17.965 INFO [stderr] warning: cannot find type `Article` in this scope Nov 16 18:54:17.965 INFO [stderr] --> src/models/article.rs:4:10 Nov 16 18:54:17.965 INFO [stderr] | Nov 16 18:54:17.965 INFO [stderr] 4 | #[derive(Identifiable, Queryable, Serialize, Deserialize)] Nov 16 18:54:17.965 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 18:54:17.965 INFO [stderr] | Nov 16 18:54:17.965 INFO [stderr] = note: #[warn(proc_macro_derive_resolution_fallback)] on by default Nov 16 18:54:17.965 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:17.965 INFO [stderr] = note: for more information, see issue #50504 Nov 16 18:54:17.965 INFO [stderr] Nov 16 18:54:17.965 INFO [stderr] warning: cannot find type `articles` in this scope Nov 16 18:54:17.965 INFO [stderr] --> src/models/article.rs:4:10 Nov 16 18:54:17.965 INFO [stderr] | Nov 16 18:54:17.965 INFO [stderr] 4 | #[derive(Identifiable, Queryable, Serialize, Deserialize)] Nov 16 18:54:17.965 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 18:54:17.965 INFO [stderr] | Nov 16 18:54:17.965 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:17.967 INFO [stderr] = note: for more information, see issue #50504 Nov 16 18:54:17.967 INFO [stderr] Nov 16 18:54:17.967 INFO [stderr] warning: cannot find type `Article` in this scope Nov 16 18:54:17.967 INFO [stderr] --> src/models/article.rs:4:10 Nov 16 18:54:17.967 INFO [stderr] | Nov 16 18:54:17.967 INFO [stderr] 4 | #[derive(Identifiable, Queryable, Serialize, Deserialize)] Nov 16 18:54:17.967 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 18:54:17.967 INFO [stderr] | Nov 16 18:54:17.967 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:17.967 INFO [stderr] = note: for more information, see issue #50504 Nov 16 18:54:17.967 INFO [stderr] Nov 16 18:54:17.967 INFO [stderr] warning: cannot find type `NaiveDateTime` in this scope Nov 16 18:54:17.967 INFO [stderr] --> src/models/article.rs:4:24 Nov 16 18:54:17.967 INFO [stderr] | Nov 16 18:54:17.967 INFO [stderr] 4 | #[derive(Identifiable, Queryable, Serialize, Deserialize)] Nov 16 18:54:17.967 INFO [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 18:54:17.967 INFO [stderr] | Nov 16 18:54:17.967 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:17.967 INFO [stderr] = note: for more information, see issue #50504 Nov 16 18:54:17.967 INFO [stderr] Nov 16 18:54:17.967 INFO [stderr] warning: cannot find type `Article` in this scope Nov 16 18:54:17.967 INFO [stderr] --> src/models/article.rs:4:24 Nov 16 18:54:17.967 INFO [stderr] | Nov 16 18:54:17.967 INFO [stderr] 4 | #[derive(Identifiable, Queryable, Serialize, Deserialize)] Nov 16 18:54:17.967 INFO [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 18:54:17.967 INFO [stderr] | Nov 16 18:54:17.967 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:17.967 INFO [stderr] = note: for more information, see issue #50504 Nov 16 18:54:17.967 INFO [stderr] Nov 16 18:54:17.967 INFO [stderr] warning: cannot find type `articles` in this scope Nov 16 18:54:17.967 INFO [stderr] --> src/models/article.rs:14:10 Nov 16 18:54:17.967 INFO [stderr] | Nov 16 18:54:17.967 INFO [stderr] 14 | #[derive(Insertable, Serialize, Deserialize, AsChangeset, Queryable)] Nov 16 18:54:17.967 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 18:54:17.967 INFO [stderr] | Nov 16 18:54:17.967 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:17.967 INFO [stderr] = note: for more information, see issue #50504 Nov 16 18:54:17.968 INFO [stderr] Nov 16 18:54:17.968 INFO [stderr] warning: cannot find type `ArticleForm` in this scope Nov 16 18:54:17.968 INFO [stderr] --> src/models/article.rs:14:10 Nov 16 18:54:17.968 INFO [stderr] | Nov 16 18:54:17.968 INFO [stderr] 14 | #[derive(Insertable, Serialize, Deserialize, AsChangeset, Queryable)] Nov 16 18:54:17.968 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 18:54:17.968 INFO [stderr] | Nov 16 18:54:17.968 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:17.968 INFO [stderr] = note: for more information, see issue #50504 Nov 16 18:54:17.968 INFO [stderr] Nov 16 18:54:17.968 INFO [stderr] warning: cannot find type `ArticleForm` in this scope Nov 16 18:54:17.968 INFO [stderr] --> src/models/article.rs:14:46 Nov 16 18:54:17.968 INFO [stderr] | Nov 16 18:54:17.968 INFO [stderr] 14 | #[derive(Insertable, Serialize, Deserialize, AsChangeset, Queryable)] Nov 16 18:54:17.968 INFO [stderr] | ^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 18:54:17.968 INFO [stderr] | Nov 16 18:54:17.968 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:17.968 INFO [stderr] = note: for more information, see issue #50504 Nov 16 18:54:17.968 INFO [stderr] Nov 16 18:54:17.968 INFO [stderr] warning: cannot find type `articles` in this scope Nov 16 18:54:17.968 INFO [stderr] --> src/models/article.rs:14:46 Nov 16 18:54:17.968 INFO [stderr] | Nov 16 18:54:17.968 INFO [stderr] 14 | #[derive(Insertable, Serialize, Deserialize, AsChangeset, Queryable)] Nov 16 18:54:17.968 INFO [stderr] | ^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 18:54:17.968 INFO [stderr] | Nov 16 18:54:17.968 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:17.968 INFO [stderr] = note: for more information, see issue #50504 Nov 16 18:54:17.968 INFO [stderr] Nov 16 18:54:17.968 INFO [stderr] warning: cannot find type `ArticleForm` in this scope Nov 16 18:54:17.968 INFO [stderr] --> src/models/article.rs:14:59 Nov 16 18:54:17.968 INFO [stderr] | Nov 16 18:54:17.968 INFO [stderr] 14 | #[derive(Insertable, Serialize, Deserialize, AsChangeset, Queryable)] Nov 16 18:54:17.968 INFO [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 18:54:17.968 INFO [stderr] | Nov 16 18:54:17.968 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:17.968 INFO [stderr] = note: for more information, see issue #50504 Nov 16 18:54:17.968 INFO [stderr] Nov 16 18:54:17.968 INFO [stderr] warning: cannot find type `table` in this scope Nov 16 18:54:17.968 INFO [stderr] --> <::diesel::macros::table_body macros>:165:33 Nov 16 18:54:17.968 INFO [stderr] | Nov 16 18:54:17.968 INFO [stderr] 165 | derive ( Debug , Clone , Copy , QueryId ) ] /// The actual table struct Nov 16 18:54:17.968 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 18:54:17.968 INFO [stderr] | Nov 16 18:54:17.968 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:17.968 INFO [stderr] = note: for more information, see issue #50504 Nov 16 18:54:17.968 INFO [stderr] Nov 16 18:54:17.968 INFO [stderr] warning: cannot find type `id` in this scope Nov 16 18:54:17.968 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 16 18:54:17.968 INFO [stderr] | Nov 16 18:54:17.968 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 16 18:54:17.968 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 18:54:17.968 INFO [stderr] | Nov 16 18:54:17.968 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:17.968 INFO [stderr] = note: for more information, see issue #50504 Nov 16 18:54:17.968 INFO [stderr] Nov 16 18:54:17.968 INFO [stderr] warning: cannot find type `title` in this scope Nov 16 18:54:17.968 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 16 18:54:17.968 INFO [stderr] | Nov 16 18:54:17.968 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 16 18:54:17.968 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 18:54:17.968 INFO [stderr] | Nov 16 18:54:17.968 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:17.968 INFO [stderr] = note: for more information, see issue #50504 Nov 16 18:54:17.968 INFO [stderr] Nov 16 18:54:17.968 INFO [stderr] warning: cannot find type `body` in this scope Nov 16 18:54:17.968 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 16 18:54:17.968 INFO [stderr] | Nov 16 18:54:17.968 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 16 18:54:17.968 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 18:54:17.968 INFO [stderr] | Nov 16 18:54:17.968 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:17.968 INFO [stderr] = note: for more information, see issue #50504 Nov 16 18:54:17.968 INFO [stderr] Nov 16 18:54:17.968 INFO [stderr] warning: cannot find type `published` in this scope Nov 16 18:54:17.968 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 16 18:54:17.968 INFO [stderr] | Nov 16 18:54:17.968 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 16 18:54:17.968 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 18:54:17.968 INFO [stderr] | Nov 16 18:54:17.968 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:17.968 INFO [stderr] = note: for more information, see issue #50504 Nov 16 18:54:17.968 INFO [stderr] Nov 16 18:54:17.968 INFO [stderr] warning: cannot find type `created_at` in this scope Nov 16 18:54:17.968 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 16 18:54:17.968 INFO [stderr] | Nov 16 18:54:17.968 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 16 18:54:17.969 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 18:54:17.969 INFO [stderr] | Nov 16 18:54:17.969 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:17.983 INFO [stderr] = note: for more information, see issue #50504 Nov 16 18:54:17.983 INFO [stderr] Nov 16 18:54:17.983 INFO [stderr] warning: cannot find type `updated_at` in this scope Nov 16 18:54:17.983 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 16 18:54:17.983 INFO [stderr] | Nov 16 18:54:17.983 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 16 18:54:17.983 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 18:54:17.983 INFO [stderr] | Nov 16 18:54:17.983 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:17.983 INFO [stderr] = note: for more information, see issue #50504 Nov 16 18:54:17.983 INFO [stderr] Nov 16 18:54:17.983 INFO [stderr] warning: cannot find type `tag_id` in this scope Nov 16 18:54:17.983 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 16 18:54:17.983 INFO [stderr] | Nov 16 18:54:17.983 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 16 18:54:17.983 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 18:54:17.983 INFO [stderr] | Nov 16 18:54:17.983 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:17.983 INFO [stderr] = note: for more information, see issue #50504 Nov 16 18:54:17.983 INFO [stderr] Nov 16 18:54:17.983 INFO [stderr] warning: cannot find type `article_id` in this scope Nov 16 18:54:17.983 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 16 18:54:17.983 INFO [stderr] | Nov 16 18:54:17.983 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 16 18:54:17.983 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 18:54:17.983 INFO [stderr] | Nov 16 18:54:17.983 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:17.983 INFO [stderr] = note: for more information, see issue #50504 Nov 16 18:54:17.983 INFO [stderr] Nov 16 18:54:17.983 INFO [stderr] warning: cannot find type `name` in this scope Nov 16 18:54:17.983 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 16 18:54:17.983 INFO [stderr] | Nov 16 18:54:17.983 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 16 18:54:17.983 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 18:54:17.983 INFO [stderr] | Nov 16 18:54:17.983 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:17.983 INFO [stderr] = note: for more information, see issue #50504 Nov 16 18:54:17.983 INFO [stderr] Nov 16 18:54:17.983 INFO [stderr] warning: cannot find type `Tag` in this scope Nov 16 18:54:17.983 INFO [stderr] --> src/models/tag.rs:3:10 Nov 16 18:54:17.983 INFO [stderr] | Nov 16 18:54:17.983 INFO [stderr] 3 | #[derive(Identifiable, Queryable, Serialize, Deserialize)] Nov 16 18:54:17.983 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 18:54:17.983 INFO [stderr] | Nov 16 18:54:17.983 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:17.983 INFO [stderr] = note: for more information, see issue #50504 Nov 16 18:54:17.983 INFO [stderr] Nov 16 18:54:17.983 INFO [stderr] warning: cannot find type `tags` in this scope Nov 16 18:54:17.983 INFO [stderr] --> src/models/tag.rs:3:10 Nov 16 18:54:17.983 INFO [stderr] | Nov 16 18:54:17.983 INFO [stderr] 3 | #[derive(Identifiable, Queryable, Serialize, Deserialize)] Nov 16 18:54:17.983 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 18:54:17.983 INFO [stderr] | Nov 16 18:54:17.983 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:17.983 INFO [stderr] = note: for more information, see issue #50504 Nov 16 18:54:17.983 INFO [stderr] Nov 16 18:54:17.983 INFO [stderr] warning: cannot find type `Tag` in this scope Nov 16 18:54:17.983 INFO [stderr] --> src/models/tag.rs:3:24 Nov 16 18:54:17.983 INFO [stderr] | Nov 16 18:54:17.984 INFO [stderr] 3 | #[derive(Identifiable, Queryable, Serialize, Deserialize)] Nov 16 18:54:17.984 INFO [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 18:54:17.984 INFO [stderr] | Nov 16 18:54:17.984 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 16 18:54:17.984 INFO [stderr] = note: for more information, see issue #50504 Nov 16 18:54:17.984 INFO [stderr] Nov 16 18:54:17.984 INFO [stderr] warning: cannot find type `tags` in this scope Nov 16 18:54:17.984 INFO [stderr] --> src/models/tag.rs:9:10 Nov 16 18:54:17.984 INFO [stderr] | Nov 16 18:54:17.984 INFO [stderr] 9 | #[derive(Insertable, AsChangeset, Deserialize, Serialize)] Nov 16 18:54:17.984 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 18:54:17.984 INFO [stderr] | Nov 16 18:54:17.984 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 16 18:54:17.984 INFO [stderr] = note: for more information, see issue #50504 Nov 16 18:54:17.984 INFO [stderr] Nov 16 18:54:17.984 INFO [stderr] warning: cannot find type `TagForm` in this scope Nov 16 18:54:17.984 INFO [stderr] --> src/models/tag.rs:9:10 Nov 16 18:54:17.984 INFO [stderr] | Nov 16 18:54:17.984 INFO [stderr] 9 | #[derive(Insertable, AsChangeset, Deserialize, Serialize)] Nov 16 18:54:17.984 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 18:54:17.984 INFO [stderr] | Nov 16 18:54:17.984 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 16 18:54:17.984 INFO [stderr] = note: for more information, see issue #50504 Nov 16 18:54:17.984 INFO [stderr] Nov 16 18:54:17.984 INFO [stderr] warning: cannot find type `TagForm` in this scope Nov 16 18:54:17.984 INFO [stderr] --> src/models/tag.rs:9:22 Nov 16 18:54:17.984 INFO [stderr] | Nov 16 18:54:17.984 INFO [stderr] 9 | #[derive(Insertable, AsChangeset, Deserialize, Serialize)] Nov 16 18:54:17.984 INFO [stderr] | ^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 18:54:17.984 INFO [stderr] | Nov 16 18:54:17.984 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 16 18:54:17.984 INFO [stderr] = note: for more information, see issue #50504 Nov 16 18:54:17.984 INFO [stderr] Nov 16 18:54:17.984 INFO [stderr] warning: cannot find type `tags` in this scope Nov 16 18:54:17.984 INFO [stderr] --> src/models/tag.rs:9:22 Nov 16 18:54:17.984 INFO [stderr] | Nov 16 18:54:17.984 INFO [stderr] 9 | #[derive(Insertable, AsChangeset, Deserialize, Serialize)] Nov 16 18:54:17.984 INFO [stderr] | ^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 18:54:17.984 INFO [stderr] | Nov 16 18:54:17.984 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 16 18:54:17.984 INFO [stderr] = note: for more information, see issue #50504 Nov 16 18:54:17.984 INFO [stderr] Nov 16 18:54:17.984 INFO [stderr] warning: unused import: `diesel::prelude::*` Nov 16 18:54:17.984 INFO [stderr] --> src/models/tagging.rs:1:5 Nov 16 18:54:17.984 INFO [stderr] | Nov 16 18:54:17.984 INFO [stderr] 1 | use diesel::prelude::*; Nov 16 18:54:17.984 INFO [stderr] | ^^^^^^^^^^^^^^^^^^ Nov 16 18:54:17.984 INFO [stderr] Nov 16 18:54:17.984 INFO [stderr] warning: cannot find type `Tagging` in this scope Nov 16 18:54:17.984 INFO [stderr] --> src/models/tagging.rs:4:10 Nov 16 18:54:17.984 INFO [stderr] | Nov 16 18:54:17.984 INFO [stderr] 4 | #[derive(Identifiable, Queryable, Associations)] Nov 16 18:54:17.984 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 18:54:17.984 INFO [stderr] | Nov 16 18:54:17.984 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 16 18:54:17.984 INFO [stderr] = note: for more information, see issue #50504 Nov 16 18:54:17.984 INFO [stderr] Nov 16 18:54:17.984 INFO [stderr] warning: cannot find type `taggings` in this scope Nov 16 18:54:17.984 INFO [stderr] --> src/models/tagging.rs:4:10 Nov 16 18:54:17.984 INFO [stderr] | Nov 16 18:54:17.984 INFO [stderr] 4 | #[derive(Identifiable, Queryable, Associations)] Nov 16 18:54:17.984 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 18:54:17.984 INFO [stderr] | Nov 16 18:54:17.984 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 16 18:54:17.984 INFO [stderr] = note: for more information, see issue #50504 Nov 16 18:54:17.984 INFO [stderr] Nov 16 18:54:17.984 INFO [stderr] warning: cannot find type `Tagging` in this scope Nov 16 18:54:17.984 INFO [stderr] --> src/models/tagging.rs:4:24 Nov 16 18:54:17.984 INFO [stderr] | Nov 16 18:54:17.984 INFO [stderr] 4 | #[derive(Identifiable, Queryable, Associations)] Nov 16 18:54:17.984 INFO [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 18:54:17.984 INFO [stderr] | Nov 16 18:54:17.984 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 16 18:54:17.984 INFO [stderr] = note: for more information, see issue #50504 Nov 16 18:54:17.984 INFO [stderr] Nov 16 18:54:17.984 INFO [stderr] warning: cannot find type `Article` in this scope Nov 16 18:54:17.984 INFO [stderr] --> src/models/tagging.rs:4:35 Nov 16 18:54:17.984 INFO [stderr] | Nov 16 18:54:17.984 INFO [stderr] 4 | #[derive(Identifiable, Queryable, Associations)] Nov 16 18:54:17.984 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 18:54:17.984 INFO [stderr] | Nov 16 18:54:17.984 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 16 18:54:17.985 INFO [stderr] = note: for more information, see issue #50504 Nov 16 18:54:17.985 INFO [stderr] Nov 16 18:54:17.985 INFO [stderr] warning: cannot find type `Tagging` in this scope Nov 16 18:54:17.985 INFO [stderr] --> src/models/tagging.rs:4:35 Nov 16 18:54:17.985 INFO [stderr] | Nov 16 18:54:17.985 INFO [stderr] 4 | #[derive(Identifiable, Queryable, Associations)] Nov 16 18:54:17.985 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 18:54:17.985 INFO [stderr] | Nov 16 18:54:17.985 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:17.985 INFO [stderr] = note: for more information, see issue #50504 Nov 16 18:54:17.985 INFO [stderr] Nov 16 18:54:17.985 INFO [stderr] warning: cannot find type `taggings` in this scope Nov 16 18:54:17.985 INFO [stderr] --> src/models/tagging.rs:4:35 Nov 16 18:54:17.985 INFO [stderr] | Nov 16 18:54:17.985 INFO [stderr] 4 | #[derive(Identifiable, Queryable, Associations)] Nov 16 18:54:17.985 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 18:54:17.985 INFO [stderr] | Nov 16 18:54:17.985 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:17.985 INFO [stderr] = note: for more information, see issue #50504 Nov 16 18:54:17.985 INFO [stderr] Nov 16 18:54:17.985 INFO [stderr] warning: cannot find type `Tag` in this scope Nov 16 18:54:17.985 INFO [stderr] --> src/models/tagging.rs:4:35 Nov 16 18:54:17.985 INFO [stderr] | Nov 16 18:54:17.985 INFO [stderr] 4 | #[derive(Identifiable, Queryable, Associations)] Nov 16 18:54:17.985 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 18:54:17.985 INFO [stderr] | Nov 16 18:54:17.985 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:17.985 INFO [stderr] = note: for more information, see issue #50504 Nov 16 18:54:17.985 INFO [stderr] Nov 16 18:54:17.985 INFO [stderr] warning: cannot find type `taggings` in this scope Nov 16 18:54:17.985 INFO [stderr] --> src/models/tagging.rs:13:10 Nov 16 18:54:17.985 INFO [stderr] | Nov 16 18:54:17.985 INFO [stderr] 13 | #[derive(Insertable)] Nov 16 18:54:17.985 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 18:54:17.985 INFO [stderr] | Nov 16 18:54:17.985 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:17.985 INFO [stderr] = note: for more information, see issue #50504 Nov 16 18:54:17.985 INFO [stderr] Nov 16 18:54:17.985 INFO [stderr] warning: cannot find type `NewTagging` in this scope Nov 16 18:54:17.985 INFO [stderr] --> src/models/tagging.rs:13:10 Nov 16 18:54:17.985 INFO [stderr] | Nov 16 18:54:17.985 INFO [stderr] 13 | #[derive(Insertable)] Nov 16 18:54:17.985 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 18:54:17.985 INFO [stderr] | Nov 16 18:54:17.985 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:17.985 INFO [stderr] = note: for more information, see issue #50504 Nov 16 18:54:17.985 INFO [stderr] Nov 16 18:54:18.791 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:18.791 INFO [stderr] --> src/main.rs:4:12 Nov 16 18:54:18.791 INFO [stderr] | Nov 16 18:54:18.791 INFO [stderr] 4 | #![feature(extern_prelude)] Nov 16 18:54:18.791 INFO [stderr] | ^^^^^^^^^^^^^^ Nov 16 18:54:18.791 INFO [stderr] | Nov 16 18:54:18.791 INFO [stderr] = note: #[warn(stable_features)] on by default Nov 16 18:54:18.791 INFO [stderr] Nov 16 18:54:23.800 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 14s Nov 16 18:54:23.819 INFO [stderr] su: No module specific data is present Nov 16 18:54:24.227 INFO running `"docker" "inspect" "b60cb58efa5a7dbf0f3544be547391e1dbccf1d5c52ab9790b5610bc2210a24c"` Nov 16 18:54:24.383 INFO running `"docker" "rm" "-f" "b60cb58efa5a7dbf0f3544be547391e1dbccf1d5c52ab9790b5610bc2210a24c"` Nov 16 18:54:24.502 INFO [stdout] b60cb58efa5a7dbf0f3544be547391e1dbccf1d5c52ab9790b5610bc2210a24c Nov 16 18:54:24.504 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55982/worker-1/try#2e026d6e5d7621634147ad4c8074f1d964dbb1be:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-1/pr-55982/try#2e026d6e5d7621634147ad4c8074f1d964dbb1be:/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 +2e026d6e5d7621634147ad4c8074f1d964dbb1be-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:24.699 INFO [stdout] a7a83bae7ae50730d098bd2f7be76b177eafec8ea0d9c43843bdc51d2b611a19 Nov 16 18:54:24.702 INFO running `"docker" "start" "-a" "a7a83bae7ae50730d098bd2f7be76b177eafec8ea0d9c43843bdc51d2b611a19"` Nov 16 18:54:25.398 INFO [stderr] usermod: no changes Nov 16 18:54:25.421 INFO [stderr] warning: An explicit [[test]] section is specified in Cargo.toml which currently Nov 16 18:54:25.421 INFO [stderr] disables Cargo from automatically inferring other test targets. Nov 16 18:54:25.421 INFO [stderr] This inference behavior will change in the Rust 2018 edition and the following Nov 16 18:54:25.421 INFO [stderr] files will be included as a test target: Nov 16 18:54:25.421 INFO [stderr] Nov 16 18:54:25.421 INFO [stderr] * /source/tests/helpers.rs Nov 16 18:54:25.421 INFO [stderr] Nov 16 18:54:25.421 INFO [stderr] This is likely to break cargo build or cargo test as these files may not be Nov 16 18:54:25.421 INFO [stderr] ready to be compiled as a test target today. You can future-proof yourself Nov 16 18:54:25.421 INFO [stderr] and disable this warning by adding `autotests = false` to your [package] Nov 16 18:54:25.421 INFO [stderr] section. You may also move the files to a location where Cargo would not Nov 16 18:54:25.421 INFO [stderr] automatically infer them to be a target, such as in subfolders. Nov 16 18:54:25.421 INFO [stderr] Nov 16 18:54:25.421 INFO [stderr] For more information on this warning you can consult Nov 16 18:54:25.421 INFO [stderr] https://github.com/rust-lang/cargo/issues/5330 Nov 16 18:54:25.549 INFO [stderr] Compiling source v0.1.0 (/source) Nov 16 18:54:27.267 INFO [stderr] warning: unused import: `Method` Nov 16 18:54:27.267 INFO [stderr] --> src/main.rs:21:20 Nov 16 18:54:27.267 INFO [stderr] | Nov 16 18:54:27.267 INFO [stderr] 21 | use rocket::http::{Method, Status}; Nov 16 18:54:27.267 INFO [stderr] | ^^^^^^ Nov 16 18:54:27.267 INFO [stderr] | Nov 16 18:54:27.267 INFO [stderr] = note: #[warn(unused_imports)] on by default Nov 16 18:54:27.267 INFO [stderr] Nov 16 18:54:27.267 INFO [stderr] warning: unused import: `AllowedHeaders` Nov 16 18:54:27.267 INFO [stderr] --> src/main.rs:24:19 Nov 16 18:54:27.267 INFO [stderr] | Nov 16 18:54:27.267 INFO [stderr] 24 | use rocket_cors::{AllowedHeaders, AllowedOrigins}; Nov 16 18:54:27.267 INFO [stderr] | ^^^^^^^^^^^^^^ Nov 16 18:54:27.267 INFO [stderr] Nov 16 18:54:27.268 INFO [stderr] warning: cannot find type `Article` in this scope Nov 16 18:54:27.268 INFO [stderr] --> src/models/article.rs:4:10 Nov 16 18:54:27.268 INFO [stderr] | Nov 16 18:54:27.268 INFO [stderr] 4 | #[derive(Identifiable, Queryable, Serialize, Deserialize)] Nov 16 18:54:27.268 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 18:54:27.268 INFO [stderr] | Nov 16 18:54:27.268 INFO [stderr] = note: #[warn(proc_macro_derive_resolution_fallback)] on by default Nov 16 18:54:27.268 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.268 INFO [stderr] = note: for more information, see issue #50504 Nov 16 18:54:27.268 INFO [stderr] Nov 16 18:54:27.268 INFO [stderr] warning: cannot find type `articles` in this scope Nov 16 18:54:27.268 INFO [stderr] --> src/models/article.rs:4:10 Nov 16 18:54:27.269 INFO [stderr] | Nov 16 18:54:27.269 INFO [stderr] 4 | #[derive(Identifiable, Queryable, Serialize, Deserialize)] Nov 16 18:54:27.269 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 18:54:27.269 INFO [stderr] | Nov 16 18:54:27.269 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.269 INFO [stderr] = note: for more information, see issue #50504 Nov 16 18:54:27.269 INFO [stderr] Nov 16 18:54:27.271 INFO [stderr] warning: cannot find type `Article` in this scope Nov 16 18:54:27.271 INFO [stderr] --> src/models/article.rs:4:10 Nov 16 18:54:27.271 INFO [stderr] | Nov 16 18:54:27.271 INFO [stderr] 4 | #[derive(Identifiable, Queryable, Serialize, Deserialize)] Nov 16 18:54:27.271 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 18:54:27.272 INFO [stderr] | Nov 16 18:54:27.272 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.272 INFO [stderr] = note: for more information, see issue #50504 Nov 16 18:54:27.272 INFO [stderr] Nov 16 18:54:27.272 INFO [stderr] warning: cannot find type `NaiveDateTime` in this scope Nov 16 18:54:27.272 INFO [stderr] --> src/models/article.rs:4:24 Nov 16 18:54:27.272 INFO [stderr] | Nov 16 18:54:27.272 INFO [stderr] 4 | #[derive(Identifiable, Queryable, Serialize, Deserialize)] Nov 16 18:54:27.272 INFO [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 18:54:27.272 INFO [stderr] | Nov 16 18:54:27.272 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.272 INFO [stderr] = note: for more information, see issue #50504 Nov 16 18:54:27.272 INFO [stderr] Nov 16 18:54:27.272 INFO [stderr] warning: cannot find type `Article` in this scope Nov 16 18:54:27.272 INFO [stderr] --> src/models/article.rs:4:24 Nov 16 18:54:27.272 INFO [stderr] | Nov 16 18:54:27.272 INFO [stderr] 4 | #[derive(Identifiable, Queryable, Serialize, Deserialize)] Nov 16 18:54:27.272 INFO [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 18:54:27.272 INFO [stderr] | Nov 16 18:54:27.272 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.272 INFO [stderr] = note: for more information, see issue #50504 Nov 16 18:54:27.272 INFO [stderr] Nov 16 18:54:27.273 INFO [stderr] warning: cannot find type `articles` in this scope Nov 16 18:54:27.273 INFO [stderr] --> src/models/article.rs:14:10 Nov 16 18:54:27.273 INFO [stderr] | Nov 16 18:54:27.273 INFO [stderr] 14 | #[derive(Insertable, Serialize, Deserialize, AsChangeset, Queryable)] Nov 16 18:54:27.273 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 18:54:27.273 INFO [stderr] | Nov 16 18:54:27.273 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.273 INFO [stderr] = note: for more information, see issue #50504 Nov 16 18:54:27.273 INFO [stderr] Nov 16 18:54:27.273 INFO [stderr] warning: cannot find type `ArticleForm` in this scope Nov 16 18:54:27.273 INFO [stderr] --> src/models/article.rs:14:10 Nov 16 18:54:27.273 INFO [stderr] | Nov 16 18:54:27.273 INFO [stderr] 14 | #[derive(Insertable, Serialize, Deserialize, AsChangeset, Queryable)] Nov 16 18:54:27.273 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 18:54:27.273 INFO [stderr] | Nov 16 18:54:27.273 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.273 INFO [stderr] = note: for more information, see issue #50504 Nov 16 18:54:27.273 INFO [stderr] Nov 16 18:54:27.273 INFO [stderr] warning: cannot find type `ArticleForm` in this scope Nov 16 18:54:27.273 INFO [stderr] --> src/models/article.rs:14:46 Nov 16 18:54:27.273 INFO [stderr] | Nov 16 18:54:27.274 INFO [stderr] 14 | #[derive(Insertable, Serialize, Deserialize, AsChangeset, Queryable)] Nov 16 18:54:27.274 INFO [stderr] | ^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 18:54:27.274 INFO [stderr] | Nov 16 18:54:27.274 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.275 INFO [stderr] = note: for more information, see issue #50504 Nov 16 18:54:27.276 INFO [stderr] Nov 16 18:54:27.276 INFO [stderr] warning: cannot find type `articles` in this scope Nov 16 18:54:27.276 INFO [stderr] --> src/models/article.rs:14:46 Nov 16 18:54:27.276 INFO [stderr] | Nov 16 18:54:27.276 INFO [stderr] 14 | #[derive(Insertable, Serialize, Deserialize, AsChangeset, Queryable)] Nov 16 18:54:27.276 INFO [stderr] | ^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 18:54:27.276 INFO [stderr] | Nov 16 18:54:27.276 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.276 INFO [stderr] = note: for more information, see issue #50504 Nov 16 18:54:27.276 INFO [stderr] Nov 16 18:54:27.277 INFO [stderr] warning: cannot find type `ArticleForm` in this scope Nov 16 18:54:27.277 INFO [stderr] --> src/models/article.rs:14:59 Nov 16 18:54:27.277 INFO [stderr] | Nov 16 18:54:27.277 INFO [stderr] 14 | #[derive(Insertable, Serialize, Deserialize, AsChangeset, Queryable)] Nov 16 18:54:27.277 INFO [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 18:54:27.277 INFO [stderr] | Nov 16 18:54:27.277 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.278 INFO [stderr] = note: for more information, see issue #50504 Nov 16 18:54:27.278 INFO [stderr] Nov 16 18:54:27.278 INFO [stderr] warning: cannot find type `table` in this scope Nov 16 18:54:27.278 INFO [stderr] --> <::diesel::macros::table_body macros>:165:33 Nov 16 18:54:27.278 INFO [stderr] | Nov 16 18:54:27.278 INFO [stderr] 165 | derive ( Debug , Clone , Copy , QueryId ) ] /// The actual table struct Nov 16 18:54:27.278 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 18:54:27.278 INFO [stderr] | Nov 16 18:54:27.278 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.279 INFO [stderr] = note: for more information, see issue #50504 Nov 16 18:54:27.279 INFO [stderr] Nov 16 18:54:27.279 INFO [stderr] warning: cannot find type `id` in this scope Nov 16 18:54:27.279 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 16 18:54:27.279 INFO [stderr] | Nov 16 18:54:27.279 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 16 18:54:27.279 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 18:54:27.279 INFO [stderr] | Nov 16 18:54:27.279 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.279 INFO [stderr] = note: for more information, see issue #50504 Nov 16 18:54:27.279 INFO [stderr] Nov 16 18:54:27.279 INFO [stderr] warning: cannot find type `title` in this scope Nov 16 18:54:27.279 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 16 18:54:27.279 INFO [stderr] | Nov 16 18:54:27.279 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 16 18:54:27.279 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 18:54:27.279 INFO [stderr] | Nov 16 18:54:27.279 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.279 INFO [stderr] = note: for more information, see issue #50504 Nov 16 18:54:27.279 INFO [stderr] Nov 16 18:54:27.279 INFO [stderr] warning: cannot find type `body` in this scope Nov 16 18:54:27.279 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 16 18:54:27.280 INFO [stderr] | Nov 16 18:54:27.280 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 16 18:54:27.280 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 18:54:27.280 INFO [stderr] | Nov 16 18:54:27.280 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.280 INFO [stderr] = note: for more information, see issue #50504 Nov 16 18:54:27.280 INFO [stderr] Nov 16 18:54:27.280 INFO [stderr] warning: cannot find type `published` in this scope Nov 16 18:54:27.280 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 16 18:54:27.280 INFO [stderr] | Nov 16 18:54:27.280 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 16 18:54:27.280 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 18:54:27.280 INFO [stderr] | Nov 16 18:54:27.280 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.280 INFO [stderr] = note: for more information, see issue #50504 Nov 16 18:54:27.280 INFO [stderr] Nov 16 18:54:27.280 INFO [stderr] warning: cannot find type `created_at` in this scope Nov 16 18:54:27.280 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 16 18:54:27.280 INFO [stderr] | Nov 16 18:54:27.280 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 16 18:54:27.280 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 18:54:27.280 INFO [stderr] | Nov 16 18:54:27.280 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.280 INFO [stderr] = note: for more information, see issue #50504 Nov 16 18:54:27.280 INFO [stderr] Nov 16 18:54:27.281 INFO [stderr] warning: cannot find type `updated_at` in this scope Nov 16 18:54:27.281 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 16 18:54:27.281 INFO [stderr] | Nov 16 18:54:27.281 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 16 18:54:27.281 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 18:54:27.281 INFO [stderr] | Nov 16 18:54:27.281 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.281 INFO [stderr] = note: for more information, see issue #50504 Nov 16 18:54:27.281 INFO [stderr] Nov 16 18:54:27.281 INFO [stderr] warning: cannot find type `tag_id` in this scope Nov 16 18:54:27.281 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 16 18:54:27.281 INFO [stderr] | Nov 16 18:54:27.281 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 16 18:54:27.281 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 18:54:27.281 INFO [stderr] | Nov 16 18:54:27.281 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.281 INFO [stderr] = note: for more information, see issue #50504 Nov 16 18:54:27.282 INFO [stderr] Nov 16 18:54:27.283 INFO [stderr] warning: cannot find type `article_id` in this scope Nov 16 18:54:27.283 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 16 18:54:27.283 INFO [stderr] | Nov 16 18:54:27.283 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 16 18:54:27.283 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 18:54:27.283 INFO [stderr] | Nov 16 18:54:27.283 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.283 INFO [stderr] = note: for more information, see issue #50504 Nov 16 18:54:27.283 INFO [stderr] Nov 16 18:54:27.283 INFO [stderr] warning: cannot find type `name` in this scope Nov 16 18:54:27.283 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 16 18:54:27.283 INFO [stderr] | Nov 16 18:54:27.283 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 16 18:54:27.283 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 18:54:27.283 INFO [stderr] | Nov 16 18:54:27.283 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.284 INFO [stderr] = note: for more information, see issue #50504 Nov 16 18:54:27.284 INFO [stderr] Nov 16 18:54:27.292 INFO [stderr] warning: cannot find type `Tag` in this scope Nov 16 18:54:27.292 INFO [stderr] --> src/models/tag.rs:3:10 Nov 16 18:54:27.292 INFO [stderr] | Nov 16 18:54:27.292 INFO [stderr] 3 | #[derive(Identifiable, Queryable, Serialize, Deserialize)] Nov 16 18:54:27.292 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 18:54:27.292 INFO [stderr] | Nov 16 18:54:27.292 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.292 INFO [stderr] = note: for more information, see issue #50504 Nov 16 18:54:27.292 INFO [stderr] Nov 16 18:54:27.292 INFO [stderr] warning: cannot find type `tags` in this scope Nov 16 18:54:27.292 INFO [stderr] --> src/models/tag.rs:3:10 Nov 16 18:54:27.292 INFO [stderr] | Nov 16 18:54:27.292 INFO [stderr] 3 | #[derive(Identifiable, Queryable, Serialize, Deserialize)] Nov 16 18:54:27.292 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 18:54:27.292 INFO [stderr] | Nov 16 18:54:27.292 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.292 INFO [stderr] = note: for more information, see issue #50504 Nov 16 18:54:27.292 INFO [stderr] Nov 16 18:54:27.292 INFO [stderr] warning: cannot find type `Tag` in this scope Nov 16 18:54:27.292 INFO [stderr] --> src/models/tag.rs:3:24 Nov 16 18:54:27.292 INFO [stderr] | Nov 16 18:54:27.292 INFO [stderr] 3 | #[derive(Identifiable, Queryable, Serialize, Deserialize)] Nov 16 18:54:27.292 INFO [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 18:54:27.292 INFO [stderr] | Nov 16 18:54:27.292 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.292 INFO [stderr] = note: for more information, see issue #50504 Nov 16 18:54:27.292 INFO [stderr] Nov 16 18:54:27.292 INFO [stderr] warning: cannot find type `tags` in this scope Nov 16 18:54:27.292 INFO [stderr] --> src/models/tag.rs:9:10 Nov 16 18:54:27.292 INFO [stderr] | Nov 16 18:54:27.292 INFO [stderr] 9 | #[derive(Insertable, AsChangeset, Deserialize, Serialize)] Nov 16 18:54:27.292 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 18:54:27.292 INFO [stderr] | Nov 16 18:54:27.292 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.292 INFO [stderr] = note: for more information, see issue #50504 Nov 16 18:54:27.292 INFO [stderr] Nov 16 18:54:27.292 INFO [stderr] warning: cannot find type `TagForm` in this scope Nov 16 18:54:27.292 INFO [stderr] --> src/models/tag.rs:9:10 Nov 16 18:54:27.292 INFO [stderr] | Nov 16 18:54:27.292 INFO [stderr] 9 | #[derive(Insertable, AsChangeset, Deserialize, Serialize)] Nov 16 18:54:27.292 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 18:54:27.292 INFO [stderr] | Nov 16 18:54:27.292 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.292 INFO [stderr] = note: for more information, see issue #50504 Nov 16 18:54:27.292 INFO [stderr] Nov 16 18:54:27.292 INFO [stderr] warning: cannot find type `TagForm` in this scope Nov 16 18:54:27.292 INFO [stderr] --> src/models/tag.rs:9:22 Nov 16 18:54:27.292 INFO [stderr] | Nov 16 18:54:27.292 INFO [stderr] 9 | #[derive(Insertable, AsChangeset, Deserialize, Serialize)] Nov 16 18:54:27.292 INFO [stderr] | ^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 18:54:27.292 INFO [stderr] | Nov 16 18:54:27.292 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.292 INFO [stderr] = note: for more information, see issue #50504 Nov 16 18:54:27.292 INFO [stderr] Nov 16 18:54:27.292 INFO [stderr] warning: cannot find type `tags` in this scope Nov 16 18:54:27.292 INFO [stderr] --> src/models/tag.rs:9:22 Nov 16 18:54:27.292 INFO [stderr] | Nov 16 18:54:27.292 INFO [stderr] 9 | #[derive(Insertable, AsChangeset, Deserialize, Serialize)] Nov 16 18:54:27.292 INFO [stderr] | ^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 18:54:27.292 INFO [stderr] | Nov 16 18:54:27.292 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.292 INFO [stderr] = note: for more information, see issue #50504 Nov 16 18:54:27.292 INFO [stderr] Nov 16 18:54:27.292 INFO [stderr] warning: unused import: `diesel::prelude::*` Nov 16 18:54:27.292 INFO [stderr] --> src/models/tagging.rs:1:5 Nov 16 18:54:27.292 INFO [stderr] | Nov 16 18:54:27.292 INFO [stderr] 1 | use diesel::prelude::*; Nov 16 18:54:27.292 INFO [stderr] | ^^^^^^^^^^^^^^^^^^ Nov 16 18:54:27.292 INFO [stderr] Nov 16 18:54:27.292 INFO [stderr] warning: cannot find type `Tagging` in this scope Nov 16 18:54:27.292 INFO [stderr] --> src/models/tagging.rs:4:10 Nov 16 18:54:27.292 INFO [stderr] | Nov 16 18:54:27.292 INFO [stderr] 4 | #[derive(Identifiable, Queryable, Associations)] Nov 16 18:54:27.292 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 18:54:27.292 INFO [stderr] | Nov 16 18:54:27.292 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.292 INFO [stderr] = note: for more information, see issue #50504 Nov 16 18:54:27.292 INFO [stderr] Nov 16 18:54:27.292 INFO [stderr] warning: cannot find type `taggings` in this scope Nov 16 18:54:27.292 INFO [stderr] --> src/models/tagging.rs:4:10 Nov 16 18:54:27.292 INFO [stderr] | Nov 16 18:54:27.293 INFO [stderr] 4 | #[derive(Identifiable, Queryable, Associations)] Nov 16 18:54:27.293 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 18:54:27.293 INFO [stderr] | Nov 16 18:54:27.293 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.293 INFO [stderr] = note: for more information, see issue #50504 Nov 16 18:54:27.293 INFO [stderr] Nov 16 18:54:27.293 INFO [stderr] warning: cannot find type `Tagging` in this scope Nov 16 18:54:27.293 INFO [stderr] --> src/models/tagging.rs:4:24 Nov 16 18:54:27.293 INFO [stderr] | Nov 16 18:54:27.293 INFO [stderr] 4 | #[derive(Identifiable, Queryable, Associations)] Nov 16 18:54:27.293 INFO [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 18:54:27.293 INFO [stderr] | Nov 16 18:54:27.293 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.293 INFO [stderr] = note: for more information, see issue #50504 Nov 16 18:54:27.293 INFO [stderr] Nov 16 18:54:27.293 INFO [stderr] warning: cannot find type `Article` in this scope Nov 16 18:54:27.293 INFO [stderr] --> src/models/tagging.rs:4:35 Nov 16 18:54:27.293 INFO [stderr] | Nov 16 18:54:27.293 INFO [stderr] 4 | #[derive(Identifiable, Queryable, Associations)] Nov 16 18:54:27.293 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 18:54:27.293 INFO [stderr] | Nov 16 18:54:27.293 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.293 INFO [stderr] = note: for more information, see issue #50504 Nov 16 18:54:27.293 INFO [stderr] Nov 16 18:54:27.293 INFO [stderr] warning: cannot find type `Tagging` in this scope Nov 16 18:54:27.293 INFO [stderr] --> src/models/tagging.rs:4:35 Nov 16 18:54:27.293 INFO [stderr] | Nov 16 18:54:27.293 INFO [stderr] 4 | #[derive(Identifiable, Queryable, Associations)] Nov 16 18:54:27.293 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 18:54:27.293 INFO [stderr] | Nov 16 18:54:27.293 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.293 INFO [stderr] = note: for more information, see issue #50504 Nov 16 18:54:27.293 INFO [stderr] Nov 16 18:54:27.293 INFO [stderr] warning: cannot find type `taggings` in this scope Nov 16 18:54:27.293 INFO [stderr] --> src/models/tagging.rs:4:35 Nov 16 18:54:27.293 INFO [stderr] | Nov 16 18:54:27.293 INFO [stderr] 4 | #[derive(Identifiable, Queryable, Associations)] Nov 16 18:54:27.293 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 18:54:27.293 INFO [stderr] | Nov 16 18:54:27.293 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.293 INFO [stderr] = note: for more information, see issue #50504 Nov 16 18:54:27.293 INFO [stderr] Nov 16 18:54:27.293 INFO [stderr] warning: cannot find type `Tag` in this scope Nov 16 18:54:27.293 INFO [stderr] --> src/models/tagging.rs:4:35 Nov 16 18:54:27.293 INFO [stderr] | Nov 16 18:54:27.293 INFO [stderr] 4 | #[derive(Identifiable, Queryable, Associations)] Nov 16 18:54:27.293 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 18:54:27.293 INFO [stderr] | Nov 16 18:54:27.293 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.293 INFO [stderr] = note: for more information, see issue #50504 Nov 16 18:54:27.293 INFO [stderr] Nov 16 18:54:27.293 INFO [stderr] warning: cannot find type `taggings` in this scope Nov 16 18:54:27.293 INFO [stderr] --> src/models/tagging.rs:13:10 Nov 16 18:54:27.293 INFO [stderr] | Nov 16 18:54:27.293 INFO [stderr] 13 | #[derive(Insertable)] Nov 16 18:54:27.293 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 18:54:27.293 INFO [stderr] | Nov 16 18:54:27.293 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.293 INFO [stderr] = note: for more information, see issue #50504 Nov 16 18:54:27.293 INFO [stderr] Nov 16 18:54:27.293 INFO [stderr] warning: cannot find type `NewTagging` in this scope Nov 16 18:54:27.293 INFO [stderr] --> src/models/tagging.rs:13:10 Nov 16 18:54:27.293 INFO [stderr] | Nov 16 18:54:27.293 INFO [stderr] 13 | #[derive(Insertable)] Nov 16 18:54:27.293 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 18:54:27.293 INFO [stderr] | Nov 16 18:54:27.293 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.293 INFO [stderr] = note: for more information, see issue #50504 Nov 16 18:54:27.293 INFO [stderr] Nov 16 18:54:28.119 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.119 INFO [stderr] --> src/main.rs:4:12 Nov 16 18:54:28.119 INFO [stderr] | Nov 16 18:54:28.119 INFO [stderr] 4 | #![feature(extern_prelude)] Nov 16 18:54:28.119 INFO [stderr] | ^^^^^^^^^^^^^^ Nov 16 18:54:28.119 INFO [stderr] | Nov 16 18:54:28.119 INFO [stderr] = note: #[warn(stable_features)] on by default Nov 16 18:54:28.119 INFO [stderr] Nov 16 18:54:33.521 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 8.11s Nov 16 18:54:33.534 INFO [stderr] su: No module specific data is present Nov 16 18:54:34.018 INFO running `"docker" "inspect" "a7a83bae7ae50730d098bd2f7be76b177eafec8ea0d9c43843bdc51d2b611a19"` Nov 16 18:54:34.246 INFO running `"docker" "rm" "-f" "a7a83bae7ae50730d098bd2f7be76b177eafec8ea0d9c43843bdc51d2b611a19"` Nov 16 18:54:34.468 INFO [stdout] a7a83bae7ae50730d098bd2f7be76b177eafec8ea0d9c43843bdc51d2b611a19 Nov 16 18:54:34.472 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55982/worker-1/try#2e026d6e5d7621634147ad4c8074f1d964dbb1be:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-1/pr-55982/try#2e026d6e5d7621634147ad4c8074f1d964dbb1be:/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 +2e026d6e5d7621634147ad4c8074f1d964dbb1be-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:34.805 INFO [stdout] 998864c2ddebf40426a11ae8c6ecd18c76ea4cb7d16a1d36f0eaa346123e1dda Nov 16 18:54:34.807 INFO running `"docker" "start" "-a" "998864c2ddebf40426a11ae8c6ecd18c76ea4cb7d16a1d36f0eaa346123e1dda"` Nov 16 18:54:35.602 INFO [stderr] usermod: no changes Nov 16 18:54:35.652 INFO [stderr] warning: An explicit [[test]] section is specified in Cargo.toml which currently Nov 16 18:54:35.652 INFO [stderr] disables Cargo from automatically inferring other test targets. Nov 16 18:54:35.652 INFO [stderr] This inference behavior will change in the Rust 2018 edition and the following Nov 16 18:54:35.652 INFO [stderr] files will be included as a test target: Nov 16 18:54:35.652 INFO [stderr] Nov 16 18:54:35.652 INFO [stderr] * /source/tests/helpers.rs Nov 16 18:54:35.652 INFO [stderr] Nov 16 18:54:35.652 INFO [stderr] This is likely to break cargo build or cargo test as these files may not be Nov 16 18:54:35.652 INFO [stderr] ready to be compiled as a test target today. You can future-proof yourself Nov 16 18:54:35.652 INFO [stderr] and disable this warning by adding `autotests = false` to your [package] Nov 16 18:54:35.652 INFO [stderr] section. You may also move the files to a location where Cargo would not Nov 16 18:54:35.652 INFO [stderr] automatically infer them to be a target, such as in subfolders. Nov 16 18:54:35.652 INFO [stderr] Nov 16 18:54:35.652 INFO [stderr] For more information on this warning you can consult Nov 16 18:54:35.652 INFO [stderr] https://github.com/rust-lang/cargo/issues/5330 Nov 16 18:54:35.826 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.19s Nov 16 18:54:35.834 INFO [stderr] Running /target/debug/deps/source-6d7512483e834f2d Nov 16 18:54:35.855 INFO [stderr] Running /target/debug/deps/tests-21c737db51389c78 Nov 16 18:54:35.855 INFO [stdout] Nov 16 18:54:35.855 INFO [stdout] running 0 tests Nov 16 18:54:35.855 INFO [stdout] Nov 16 18:54:35.855 INFO [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Nov 16 18:54:35.855 INFO [stdout] Nov 16 18:54:35.858 INFO [stdout] Nov 16 18:54:35.859 INFO [stdout] running 1 test Nov 16 18:54:35.859 INFO [stdout] test helpers::test1 ... ok Nov 16 18:54:35.859 INFO [stderr] su: No module specific data is present Nov 16 18:54:35.859 INFO [stdout] Nov 16 18:54:35.859 INFO [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Nov 16 18:54:35.859 INFO [stdout] Nov 16 18:54:36.331 INFO running `"docker" "inspect" "998864c2ddebf40426a11ae8c6ecd18c76ea4cb7d16a1d36f0eaa346123e1dda"` Nov 16 18:54:36.559 INFO running `"docker" "rm" "-f" "998864c2ddebf40426a11ae8c6ecd18c76ea4cb7d16a1d36f0eaa346123e1dda"` Nov 16 18:54:36.748 INFO [stdout] 998864c2ddebf40426a11ae8c6ecd18c76ea4cb7d16a1d36f0eaa346123e1dda