Dec 07 23:30:35.734 INFO testing asta-jobboerse-api-0.1.2 against master#906deae0790bd18681b937fe9a141a3c26cf1855 for pr-56514 Dec 07 23:30:35.734 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56514/worker-5/master#906deae0790bd18681b937fe9a141a3c26cf1855:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-5/pr-56514/master#906deae0790bd18681b937fe9a141a3c26cf1855:/source:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +906deae0790bd18681b937fe9a141a3c26cf1855-alt build --frozen" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Dec 07 23:30:36.189 INFO [stdout] 53461bd22c6dcf2290925cee006c260463648064b4146a4850387f2798884c9d Dec 07 23:30:36.191 INFO running `"docker" "start" "-a" "53461bd22c6dcf2290925cee006c260463648064b4146a4850387f2798884c9d"` Dec 07 23:30:37.927 INFO [stderr] usermod: no changes Dec 07 23:30:38.210 INFO [stderr] Compiling diesel v1.3.3 Dec 07 23:30:38.228 INFO [stderr] Compiling rocket_cors v0.3.0 Dec 07 23:31:09.708 INFO [stderr] Compiling asta-jobboerse-api v0.1.2 (/source) Dec 07 23:31:12.265 INFO [stderr] warning: cannot find type `Post` in this scope Dec 07 23:31:12.265 INFO [stderr] --> src/models.rs:6:10 Dec 07 23:31:12.265 INFO [stderr] | Dec 07 23:31:12.265 INFO [stderr] 6 | #[derive(Identifiable, Queryable, Debug, Serialize)] Dec 07 23:31:12.265 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 07 23:31:12.265 INFO [stderr] | Dec 07 23:31:12.265 INFO [stderr] = note: #[warn(proc_macro_derive_resolution_fallback)] on by default Dec 07 23:31:12.265 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 07 23:31:12.265 INFO [stderr] = note: for more information, see issue #50504 Dec 07 23:31:12.265 INFO [stderr] Dec 07 23:31:12.265 INFO [stderr] warning: cannot find type `wp_posts` in this scope Dec 07 23:31:12.265 INFO [stderr] --> src/models.rs:6:10 Dec 07 23:31:12.265 INFO [stderr] | Dec 07 23:31:12.265 INFO [stderr] 6 | #[derive(Identifiable, Queryable, Debug, Serialize)] Dec 07 23:31:12.265 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 07 23:31:12.265 INFO [stderr] | Dec 07 23:31:12.265 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 07 23:31:12.265 INFO [stderr] = note: for more information, see issue #50504 Dec 07 23:31:12.265 INFO [stderr] Dec 07 23:31:12.265 INFO [stderr] warning: cannot find type `Post` in this scope Dec 07 23:31:12.265 INFO [stderr] --> src/models.rs:6:10 Dec 07 23:31:12.265 INFO [stderr] | Dec 07 23:31:12.265 INFO [stderr] 6 | #[derive(Identifiable, Queryable, Debug, Serialize)] Dec 07 23:31:12.265 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 07 23:31:12.265 INFO [stderr] | Dec 07 23:31:12.265 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 07 23:31:12.265 INFO [stderr] = note: for more information, see issue #50504 Dec 07 23:31:12.265 INFO [stderr] Dec 07 23:31:12.265 INFO [stderr] warning: cannot find type `NaiveDateTime` in this scope Dec 07 23:31:12.265 INFO [stderr] --> src/models.rs:6:24 Dec 07 23:31:12.265 INFO [stderr] | Dec 07 23:31:12.265 INFO [stderr] 6 | #[derive(Identifiable, Queryable, Debug, Serialize)] Dec 07 23:31:12.265 INFO [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 07 23:31:12.265 INFO [stderr] | Dec 07 23:31:12.265 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 07 23:31:12.265 INFO [stderr] = note: for more information, see issue #50504 Dec 07 23:31:12.265 INFO [stderr] Dec 07 23:31:12.265 INFO [stderr] warning: cannot find type `Post` in this scope Dec 07 23:31:12.265 INFO [stderr] --> src/models.rs:6:24 Dec 07 23:31:12.265 INFO [stderr] | Dec 07 23:31:12.265 INFO [stderr] 6 | #[derive(Identifiable, Queryable, Debug, Serialize)] Dec 07 23:31:12.265 INFO [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 07 23:31:12.265 INFO [stderr] | Dec 07 23:31:12.265 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 07 23:31:12.265 INFO [stderr] = note: for more information, see issue #50504 Dec 07 23:31:12.265 INFO [stderr] Dec 07 23:31:12.265 INFO [stderr] warning: cannot find type `table` in this scope Dec 07 23:31:12.265 INFO [stderr] --> <::diesel::macros::table_body macros>:165:33 Dec 07 23:31:12.265 INFO [stderr] | Dec 07 23:31:12.265 INFO [stderr] 165 | derive ( Debug , Clone , Copy , QueryId ) ] /// The actual table struct Dec 07 23:31:12.265 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 07 23:31:12.265 INFO [stderr] | Dec 07 23:31:12.265 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 07 23:31:12.265 INFO [stderr] = note: for more information, see issue #50504 Dec 07 23:31:12.265 INFO [stderr] Dec 07 23:31:12.265 INFO [stderr] warning: cannot find type `ID` in this scope Dec 07 23:31:12.265 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 07 23:31:12.265 INFO [stderr] | Dec 07 23:31:12.265 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 07 23:31:12.265 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 07 23:31:12.265 INFO [stderr] | Dec 07 23:31:12.265 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 07 23:31:12.265 INFO [stderr] = note: for more information, see issue #50504 Dec 07 23:31:12.265 INFO [stderr] Dec 07 23:31:12.265 INFO [stderr] warning: cannot find type `post_author` in this scope Dec 07 23:31:12.265 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 07 23:31:12.265 INFO [stderr] | Dec 07 23:31:12.265 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 07 23:31:12.265 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 07 23:31:12.265 INFO [stderr] | Dec 07 23:31:12.265 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 07 23:31:12.265 INFO [stderr] = note: for more information, see issue #50504 Dec 07 23:31:12.265 INFO [stderr] Dec 07 23:31:12.265 INFO [stderr] warning: cannot find type `post_date` in this scope Dec 07 23:31:12.265 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 07 23:31:12.265 INFO [stderr] | Dec 07 23:31:12.265 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 07 23:31:12.265 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 07 23:31:12.265 INFO [stderr] | Dec 07 23:31:12.265 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 07 23:31:12.265 INFO [stderr] = note: for more information, see issue #50504 Dec 07 23:31:12.266 INFO [stderr] Dec 07 23:31:12.267 INFO [stderr] warning: cannot find type `post_content` in this scope Dec 07 23:31:12.267 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 07 23:31:12.267 INFO [stderr] | Dec 07 23:31:12.267 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 07 23:31:12.267 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 07 23:31:12.267 INFO [stderr] | Dec 07 23:31:12.267 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 07 23:31:12.267 INFO [stderr] = note: for more information, see issue #50504 Dec 07 23:31:12.267 INFO [stderr] Dec 07 23:31:12.267 INFO [stderr] warning: cannot find type `post_title` in this scope Dec 07 23:31:12.267 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 07 23:31:12.267 INFO [stderr] | Dec 07 23:31:12.267 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 07 23:31:12.268 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 07 23:31:12.268 INFO [stderr] | Dec 07 23:31:12.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! Dec 07 23:31:12.268 INFO [stderr] = note: for more information, see issue #50504 Dec 07 23:31:12.268 INFO [stderr] Dec 07 23:31:12.268 INFO [stderr] warning: cannot find type `post_excerpt` in this scope Dec 07 23:31:12.268 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 07 23:31:12.268 INFO [stderr] | Dec 07 23:31:12.268 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 07 23:31:12.268 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 07 23:31:12.268 INFO [stderr] | Dec 07 23:31:12.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! Dec 07 23:31:12.268 INFO [stderr] = note: for more information, see issue #50504 Dec 07 23:31:12.268 INFO [stderr] Dec 07 23:31:12.268 INFO [stderr] warning: cannot find type `post_status` in this scope Dec 07 23:31:12.268 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 07 23:31:12.268 INFO [stderr] | Dec 07 23:31:12.268 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 07 23:31:12.268 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 07 23:31:12.268 INFO [stderr] | Dec 07 23:31:12.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! Dec 07 23:31:12.268 INFO [stderr] = note: for more information, see issue #50504 Dec 07 23:31:12.268 INFO [stderr] Dec 07 23:31:12.268 INFO [stderr] warning: cannot find type `comment_status` in this scope Dec 07 23:31:12.268 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 07 23:31:12.268 INFO [stderr] | Dec 07 23:31:12.268 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 07 23:31:12.268 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 07 23:31:12.268 INFO [stderr] | Dec 07 23:31:12.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! Dec 07 23:31:12.268 INFO [stderr] = note: for more information, see issue #50504 Dec 07 23:31:12.269 INFO [stderr] Dec 07 23:31:12.269 INFO [stderr] warning: cannot find type `ping_status` in this scope Dec 07 23:31:12.269 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 07 23:31:12.269 INFO [stderr] | Dec 07 23:31:12.269 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 07 23:31:12.269 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 07 23:31:12.269 INFO [stderr] | Dec 07 23:31:12.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! Dec 07 23:31:12.269 INFO [stderr] = note: for more information, see issue #50504 Dec 07 23:31:12.269 INFO [stderr] Dec 07 23:31:12.269 INFO [stderr] warning: cannot find type `post_password` in this scope Dec 07 23:31:12.269 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 07 23:31:12.269 INFO [stderr] | Dec 07 23:31:12.269 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 07 23:31:12.269 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 07 23:31:12.269 INFO [stderr] | Dec 07 23:31:12.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! Dec 07 23:31:12.269 INFO [stderr] = note: for more information, see issue #50504 Dec 07 23:31:12.269 INFO [stderr] Dec 07 23:31:12.271 INFO [stderr] warning: cannot find type `post_name` in this scope Dec 07 23:31:12.271 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 07 23:31:12.271 INFO [stderr] | Dec 07 23:31:12.271 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 07 23:31:12.271 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 07 23:31:12.271 INFO [stderr] | Dec 07 23:31:12.271 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 07 23:31:12.271 INFO [stderr] = note: for more information, see issue #50504 Dec 07 23:31:12.271 INFO [stderr] Dec 07 23:31:12.271 INFO [stderr] warning: cannot find type `to_ping` in this scope Dec 07 23:31:12.271 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 07 23:31:12.271 INFO [stderr] | Dec 07 23:31:12.271 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 07 23:31:12.271 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 07 23:31:12.271 INFO [stderr] | Dec 07 23:31:12.271 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 07 23:31:12.271 INFO [stderr] = note: for more information, see issue #50504 Dec 07 23:31:12.271 INFO [stderr] Dec 07 23:31:12.271 INFO [stderr] warning: cannot find type `pinged` in this scope Dec 07 23:31:12.271 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 07 23:31:12.271 INFO [stderr] | Dec 07 23:31:12.271 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 07 23:31:12.271 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 07 23:31:12.271 INFO [stderr] | Dec 07 23:31:12.271 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 07 23:31:12.271 INFO [stderr] = note: for more information, see issue #50504 Dec 07 23:31:12.271 INFO [stderr] Dec 07 23:31:12.271 INFO [stderr] warning: cannot find type `post_modified` in this scope Dec 07 23:31:12.271 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 07 23:31:12.271 INFO [stderr] | Dec 07 23:31:12.271 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 07 23:31:12.271 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 07 23:31:12.271 INFO [stderr] | Dec 07 23:31:12.271 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 07 23:31:12.271 INFO [stderr] = note: for more information, see issue #50504 Dec 07 23:31:12.271 INFO [stderr] Dec 07 23:31:12.271 INFO [stderr] warning: cannot find type `post_content_filtered` in this scope Dec 07 23:31:12.271 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 07 23:31:12.271 INFO [stderr] | Dec 07 23:31:12.271 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 07 23:31:12.271 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 07 23:31:12.271 INFO [stderr] | Dec 07 23:31:12.271 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 07 23:31:12.271 INFO [stderr] = note: for more information, see issue #50504 Dec 07 23:31:12.271 INFO [stderr] Dec 07 23:31:12.271 INFO [stderr] warning: cannot find type `post_parent` in this scope Dec 07 23:31:12.271 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 07 23:31:12.272 INFO [stderr] | Dec 07 23:31:12.272 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 07 23:31:12.272 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 07 23:31:12.272 INFO [stderr] | Dec 07 23:31:12.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! Dec 07 23:31:12.273 INFO [stderr] = note: for more information, see issue #50504 Dec 07 23:31:12.273 INFO [stderr] Dec 07 23:31:12.273 INFO [stderr] warning: cannot find type `guid` in this scope Dec 07 23:31:12.273 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 07 23:31:12.273 INFO [stderr] | Dec 07 23:31:12.273 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 07 23:31:12.273 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 07 23:31:12.273 INFO [stderr] | Dec 07 23:31:12.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! Dec 07 23:31:12.273 INFO [stderr] = note: for more information, see issue #50504 Dec 07 23:31:12.273 INFO [stderr] Dec 07 23:31:12.273 INFO [stderr] warning: cannot find type `menu_order` in this scope Dec 07 23:31:12.273 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 07 23:31:12.274 INFO [stderr] | Dec 07 23:31:12.274 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 07 23:31:12.274 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 07 23:31:12.274 INFO [stderr] | Dec 07 23:31:12.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! Dec 07 23:31:12.274 INFO [stderr] = note: for more information, see issue #50504 Dec 07 23:31:12.274 INFO [stderr] Dec 07 23:31:12.274 INFO [stderr] warning: cannot find type `post_type` in this scope Dec 07 23:31:12.274 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 07 23:31:12.274 INFO [stderr] | Dec 07 23:31:12.274 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 07 23:31:12.274 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 07 23:31:12.274 INFO [stderr] | Dec 07 23:31:12.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! Dec 07 23:31:12.274 INFO [stderr] = note: for more information, see issue #50504 Dec 07 23:31:12.274 INFO [stderr] Dec 07 23:31:12.274 INFO [stderr] warning: cannot find type `post_mime_type` in this scope Dec 07 23:31:12.274 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 07 23:31:12.274 INFO [stderr] | Dec 07 23:31:12.274 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 07 23:31:12.274 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 07 23:31:12.274 INFO [stderr] | Dec 07 23:31:12.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! Dec 07 23:31:12.274 INFO [stderr] = note: for more information, see issue #50504 Dec 07 23:31:12.274 INFO [stderr] Dec 07 23:31:12.274 INFO [stderr] warning: cannot find type `comment_count` in this scope Dec 07 23:31:12.274 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 07 23:31:12.274 INFO [stderr] | Dec 07 23:31:12.274 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 07 23:31:12.274 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 07 23:31:12.275 INFO [stderr] | Dec 07 23:31:12.275 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 07 23:31:12.275 INFO [stderr] = note: for more information, see issue #50504 Dec 07 23:31:12.275 INFO [stderr] Dec 07 23:31:25.301 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 47.35s Dec 07 23:31:25.316 INFO [stderr] su: No module specific data is present Dec 07 23:31:25.890 INFO running `"docker" "inspect" "53461bd22c6dcf2290925cee006c260463648064b4146a4850387f2798884c9d"` Dec 07 23:31:26.154 INFO running `"docker" "rm" "-f" "53461bd22c6dcf2290925cee006c260463648064b4146a4850387f2798884c9d"` Dec 07 23:31:26.486 INFO [stdout] 53461bd22c6dcf2290925cee006c260463648064b4146a4850387f2798884c9d Dec 07 23:31:26.492 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56514/worker-5/master#906deae0790bd18681b937fe9a141a3c26cf1855:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-5/pr-56514/master#906deae0790bd18681b937fe9a141a3c26cf1855:/source:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +906deae0790bd18681b937fe9a141a3c26cf1855-alt test --frozen --no-run" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Dec 07 23:31:27.032 INFO [stdout] 7b2e0a425b4198d990b2898254996d7711d3bc72db8f1ecf3bfeaa53a5d5efea Dec 07 23:31:27.032 INFO running `"docker" "start" "-a" "7b2e0a425b4198d990b2898254996d7711d3bc72db8f1ecf3bfeaa53a5d5efea"` Dec 07 23:31:28.247 INFO [stderr] usermod: no changes Dec 07 23:31:28.496 INFO [stderr] Compiling asta-jobboerse-api v0.1.2 (/source) Dec 07 23:31:31.725 INFO [stderr] warning: cannot find type `Post` in this scope Dec 07 23:31:31.725 INFO [stderr] --> src/models.rs:6:10 Dec 07 23:31:31.725 INFO [stderr] | Dec 07 23:31:31.725 INFO [stderr] 6 | #[derive(Identifiable, Queryable, Debug, Serialize)] Dec 07 23:31:31.725 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 07 23:31:31.725 INFO [stderr] | Dec 07 23:31:31.725 INFO [stderr] = note: #[warn(proc_macro_derive_resolution_fallback)] on by default Dec 07 23:31:31.725 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 07 23:31:31.725 INFO [stderr] = note: for more information, see issue #50504 Dec 07 23:31:31.725 INFO [stderr] Dec 07 23:31:31.725 INFO [stderr] warning: cannot find type `wp_posts` in this scope Dec 07 23:31:31.725 INFO [stderr] --> src/models.rs:6:10 Dec 07 23:31:31.725 INFO [stderr] | Dec 07 23:31:31.725 INFO [stderr] 6 | #[derive(Identifiable, Queryable, Debug, Serialize)] Dec 07 23:31:31.725 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 07 23:31:31.725 INFO [stderr] | Dec 07 23:31:31.726 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 07 23:31:31.726 INFO [stderr] = note: for more information, see issue #50504 Dec 07 23:31:31.726 INFO [stderr] Dec 07 23:31:31.726 INFO [stderr] warning: cannot find type `Post` in this scope Dec 07 23:31:31.726 INFO [stderr] --> src/models.rs:6:10 Dec 07 23:31:31.726 INFO [stderr] | Dec 07 23:31:31.726 INFO [stderr] 6 | #[derive(Identifiable, Queryable, Debug, Serialize)] Dec 07 23:31:31.726 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 07 23:31:31.726 INFO [stderr] | Dec 07 23:31:31.726 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 07 23:31:31.726 INFO [stderr] = note: for more information, see issue #50504 Dec 07 23:31:31.726 INFO [stderr] Dec 07 23:31:31.726 INFO [stderr] warning: cannot find type `NaiveDateTime` in this scope Dec 07 23:31:31.726 INFO [stderr] --> src/models.rs:6:24 Dec 07 23:31:31.726 INFO [stderr] | Dec 07 23:31:31.726 INFO [stderr] 6 | #[derive(Identifiable, Queryable, Debug, Serialize)] Dec 07 23:31:31.726 INFO [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 07 23:31:31.726 INFO [stderr] | Dec 07 23:31:31.726 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 07 23:31:31.726 INFO [stderr] = note: for more information, see issue #50504 Dec 07 23:31:31.726 INFO [stderr] Dec 07 23:31:31.726 INFO [stderr] warning: cannot find type `Post` in this scope Dec 07 23:31:31.726 INFO [stderr] --> src/models.rs:6:24 Dec 07 23:31:31.726 INFO [stderr] | Dec 07 23:31:31.726 INFO [stderr] 6 | #[derive(Identifiable, Queryable, Debug, Serialize)] Dec 07 23:31:31.726 INFO [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 07 23:31:31.726 INFO [stderr] | Dec 07 23:31:31.726 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 07 23:31:31.726 INFO [stderr] = note: for more information, see issue #50504 Dec 07 23:31:31.726 INFO [stderr] Dec 07 23:31:31.726 INFO [stderr] warning: cannot find type `table` in this scope Dec 07 23:31:31.726 INFO [stderr] --> <::diesel::macros::table_body macros>:165:33 Dec 07 23:31:31.726 INFO [stderr] | Dec 07 23:31:31.726 INFO [stderr] 165 | derive ( Debug , Clone , Copy , QueryId ) ] /// The actual table struct Dec 07 23:31:31.726 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 07 23:31:31.726 INFO [stderr] | Dec 07 23:31:31.726 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 07 23:31:31.726 INFO [stderr] = note: for more information, see issue #50504 Dec 07 23:31:31.726 INFO [stderr] Dec 07 23:31:31.726 INFO [stderr] warning: cannot find type `ID` in this scope Dec 07 23:31:31.726 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 07 23:31:31.726 INFO [stderr] | Dec 07 23:31:31.726 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 07 23:31:31.726 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 07 23:31:31.726 INFO [stderr] | Dec 07 23:31:31.726 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 07 23:31:31.726 INFO [stderr] = note: for more information, see issue #50504 Dec 07 23:31:31.726 INFO [stderr] Dec 07 23:31:31.726 INFO [stderr] warning: cannot find type `post_author` in this scope Dec 07 23:31:31.726 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 07 23:31:31.726 INFO [stderr] | Dec 07 23:31:31.726 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 07 23:31:31.726 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 07 23:31:31.726 INFO [stderr] | Dec 07 23:31:31.726 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 07 23:31:31.726 INFO [stderr] = note: for more information, see issue #50504 Dec 07 23:31:31.726 INFO [stderr] Dec 07 23:31:31.726 INFO [stderr] warning: cannot find type `post_date` in this scope Dec 07 23:31:31.726 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 07 23:31:31.726 INFO [stderr] | Dec 07 23:31:31.726 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 07 23:31:31.726 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 07 23:31:31.726 INFO [stderr] | Dec 07 23:31:31.726 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 07 23:31:31.726 INFO [stderr] = note: for more information, see issue #50504 Dec 07 23:31:31.726 INFO [stderr] Dec 07 23:31:31.726 INFO [stderr] warning: cannot find type `post_content` in this scope Dec 07 23:31:31.726 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 07 23:31:31.726 INFO [stderr] | Dec 07 23:31:31.726 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 07 23:31:31.726 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 07 23:31:31.726 INFO [stderr] | Dec 07 23:31:31.726 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 07 23:31:31.726 INFO [stderr] = note: for more information, see issue #50504 Dec 07 23:31:31.726 INFO [stderr] Dec 07 23:31:31.726 INFO [stderr] warning: cannot find type `post_title` in this scope Dec 07 23:31:31.726 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 07 23:31:31.726 INFO [stderr] | Dec 07 23:31:31.726 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 07 23:31:31.726 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 07 23:31:31.726 INFO [stderr] | Dec 07 23:31:31.726 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 07 23:31:31.726 INFO [stderr] = note: for more information, see issue #50504 Dec 07 23:31:31.726 INFO [stderr] Dec 07 23:31:31.726 INFO [stderr] warning: cannot find type `post_excerpt` in this scope Dec 07 23:31:31.726 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 07 23:31:31.726 INFO [stderr] | Dec 07 23:31:31.727 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 07 23:31:31.727 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 07 23:31:31.727 INFO [stderr] | Dec 07 23:31:31.727 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 07 23:31:31.727 INFO [stderr] = note: for more information, see issue #50504 Dec 07 23:31:31.727 INFO [stderr] Dec 07 23:31:31.727 INFO [stderr] warning: cannot find type `post_status` in this scope Dec 07 23:31:31.727 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 07 23:31:31.727 INFO [stderr] | Dec 07 23:31:31.727 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 07 23:31:31.727 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 07 23:31:31.727 INFO [stderr] | Dec 07 23:31:31.727 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 07 23:31:31.727 INFO [stderr] = note: for more information, see issue #50504 Dec 07 23:31:31.727 INFO [stderr] Dec 07 23:31:31.727 INFO [stderr] warning: cannot find type `comment_status` in this scope Dec 07 23:31:31.727 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 07 23:31:31.727 INFO [stderr] | Dec 07 23:31:31.727 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 07 23:31:31.727 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 07 23:31:31.727 INFO [stderr] | Dec 07 23:31:31.727 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 07 23:31:31.727 INFO [stderr] = note: for more information, see issue #50504 Dec 07 23:31:31.727 INFO [stderr] Dec 07 23:31:31.727 INFO [stderr] warning: cannot find type `ping_status` in this scope Dec 07 23:31:31.727 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 07 23:31:31.727 INFO [stderr] | Dec 07 23:31:31.727 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 07 23:31:31.727 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 07 23:31:31.727 INFO [stderr] | Dec 07 23:31:31.727 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 07 23:31:31.727 INFO [stderr] = note: for more information, see issue #50504 Dec 07 23:31:31.727 INFO [stderr] Dec 07 23:31:31.727 INFO [stderr] warning: cannot find type `post_password` in this scope Dec 07 23:31:31.727 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 07 23:31:31.727 INFO [stderr] | Dec 07 23:31:31.727 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 07 23:31:31.727 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 07 23:31:31.727 INFO [stderr] | Dec 07 23:31:31.727 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 07 23:31:31.727 INFO [stderr] = note: for more information, see issue #50504 Dec 07 23:31:31.727 INFO [stderr] Dec 07 23:31:31.727 INFO [stderr] warning: cannot find type `post_name` in this scope Dec 07 23:31:31.727 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 07 23:31:31.727 INFO [stderr] | Dec 07 23:31:31.727 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 07 23:31:31.727 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 07 23:31:31.727 INFO [stderr] | Dec 07 23:31:31.727 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 07 23:31:31.727 INFO [stderr] = note: for more information, see issue #50504 Dec 07 23:31:31.727 INFO [stderr] Dec 07 23:31:31.727 INFO [stderr] warning: cannot find type `to_ping` in this scope Dec 07 23:31:31.727 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 07 23:31:31.727 INFO [stderr] | Dec 07 23:31:31.727 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 07 23:31:31.727 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 07 23:31:31.727 INFO [stderr] | Dec 07 23:31:31.727 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 07 23:31:31.727 INFO [stderr] = note: for more information, see issue #50504 Dec 07 23:31:31.727 INFO [stderr] Dec 07 23:31:31.727 INFO [stderr] warning: cannot find type `pinged` in this scope Dec 07 23:31:31.727 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 07 23:31:31.727 INFO [stderr] | Dec 07 23:31:31.727 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 07 23:31:31.727 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 07 23:31:31.727 INFO [stderr] | Dec 07 23:31:31.727 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 07 23:31:31.727 INFO [stderr] = note: for more information, see issue #50504 Dec 07 23:31:31.727 INFO [stderr] Dec 07 23:31:31.727 INFO [stderr] warning: cannot find type `post_modified` in this scope Dec 07 23:31:31.727 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 07 23:31:31.727 INFO [stderr] | Dec 07 23:31:31.727 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 07 23:31:31.727 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 07 23:31:31.727 INFO [stderr] | Dec 07 23:31:31.727 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 07 23:31:31.727 INFO [stderr] = note: for more information, see issue #50504 Dec 07 23:31:31.727 INFO [stderr] Dec 07 23:31:31.727 INFO [stderr] warning: cannot find type `post_content_filtered` in this scope Dec 07 23:31:31.727 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 07 23:31:31.728 INFO [stderr] | Dec 07 23:31:31.728 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 07 23:31:31.728 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 07 23:31:31.728 INFO [stderr] | Dec 07 23:31:31.728 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 07 23:31:31.728 INFO [stderr] = note: for more information, see issue #50504 Dec 07 23:31:31.728 INFO [stderr] Dec 07 23:31:31.728 INFO [stderr] warning: cannot find type `post_parent` in this scope Dec 07 23:31:31.728 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 07 23:31:31.728 INFO [stderr] | Dec 07 23:31:31.728 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 07 23:31:31.728 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 07 23:31:31.728 INFO [stderr] | Dec 07 23:31:31.728 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 07 23:31:31.728 INFO [stderr] = note: for more information, see issue #50504 Dec 07 23:31:31.728 INFO [stderr] Dec 07 23:31:31.728 INFO [stderr] warning: cannot find type `guid` in this scope Dec 07 23:31:31.728 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 07 23:31:31.728 INFO [stderr] | Dec 07 23:31:31.728 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 07 23:31:31.728 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 07 23:31:31.728 INFO [stderr] | Dec 07 23:31:31.728 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 07 23:31:31.728 INFO [stderr] = note: for more information, see issue #50504 Dec 07 23:31:31.728 INFO [stderr] Dec 07 23:31:31.728 INFO [stderr] warning: cannot find type `menu_order` in this scope Dec 07 23:31:31.728 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 07 23:31:31.728 INFO [stderr] | Dec 07 23:31:31.728 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 07 23:31:31.729 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 07 23:31:31.729 INFO [stderr] | Dec 07 23:31:31.729 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 07 23:31:31.729 INFO [stderr] = note: for more information, see issue #50504 Dec 07 23:31:31.729 INFO [stderr] Dec 07 23:31:31.729 INFO [stderr] warning: cannot find type `post_type` in this scope Dec 07 23:31:31.729 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 07 23:31:31.729 INFO [stderr] | Dec 07 23:31:31.729 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 07 23:31:31.729 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 07 23:31:31.729 INFO [stderr] | Dec 07 23:31:31.729 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 07 23:31:31.729 INFO [stderr] = note: for more information, see issue #50504 Dec 07 23:31:31.729 INFO [stderr] Dec 07 23:31:31.729 INFO [stderr] warning: cannot find type `post_mime_type` in this scope Dec 07 23:31:31.729 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 07 23:31:31.729 INFO [stderr] | Dec 07 23:31:31.729 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 07 23:31:31.729 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 07 23:31:31.729 INFO [stderr] | Dec 07 23:31:31.729 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 07 23:31:31.729 INFO [stderr] = note: for more information, see issue #50504 Dec 07 23:31:31.729 INFO [stderr] Dec 07 23:31:31.729 INFO [stderr] warning: cannot find type `comment_count` in this scope Dec 07 23:31:31.730 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 07 23:31:31.730 INFO [stderr] | Dec 07 23:31:31.730 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 07 23:31:31.730 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 07 23:31:31.730 INFO [stderr] | Dec 07 23:31:31.730 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 07 23:31:31.730 INFO [stderr] = note: for more information, see issue #50504 Dec 07 23:31:31.730 INFO [stderr] Dec 07 23:31:37.788 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 9.51s Dec 07 23:31:37.805 INFO [stderr] su: No module specific data is present Dec 07 23:31:38.370 INFO running `"docker" "inspect" "7b2e0a425b4198d990b2898254996d7711d3bc72db8f1ecf3bfeaa53a5d5efea"` Dec 07 23:31:38.648 INFO running `"docker" "rm" "-f" "7b2e0a425b4198d990b2898254996d7711d3bc72db8f1ecf3bfeaa53a5d5efea"` Dec 07 23:31:38.968 INFO [stdout] 7b2e0a425b4198d990b2898254996d7711d3bc72db8f1ecf3bfeaa53a5d5efea Dec 07 23:31:38.972 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56514/worker-5/master#906deae0790bd18681b937fe9a141a3c26cf1855:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-5/pr-56514/master#906deae0790bd18681b937fe9a141a3c26cf1855:/source:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +906deae0790bd18681b937fe9a141a3c26cf1855-alt test --frozen" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Dec 07 23:31:39.492 INFO [stdout] 3517b26d635602b14c632831577bccd9aba3f2103a8e870b3eb6aeed3e9b6bbc Dec 07 23:31:39.496 INFO running `"docker" "start" "-a" "3517b26d635602b14c632831577bccd9aba3f2103a8e870b3eb6aeed3e9b6bbc"` Dec 07 23:31:40.420 INFO [stderr] usermod: no changes Dec 07 23:31:40.566 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.12s Dec 07 23:31:40.580 INFO [stderr] Running /target/debug/deps/asta_jobboerse_api-868b5c9b85e9bd54 Dec 07 23:31:40.583 INFO [stdout] Dec 07 23:31:40.583 INFO [stdout] running 0 tests Dec 07 23:31:40.583 INFO [stdout] Dec 07 23:31:40.583 INFO [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Dec 07 23:31:40.583 INFO [stdout] Dec 07 23:31:40.584 INFO [stderr] Running /target/debug/deps/asta_jobboerse_api-49a48fbf0be66475 Dec 07 23:31:40.589 INFO [stdout] Dec 07 23:31:40.589 INFO [stdout] running 0 tests Dec 07 23:31:40.589 INFO [stdout] Dec 07 23:31:40.589 INFO [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Dec 07 23:31:40.589 INFO [stdout] Dec 07 23:31:40.590 INFO [stderr] Doc-tests asta-jobboerse-api Dec 07 23:31:45.155 INFO [stdout] Dec 07 23:31:45.155 INFO [stdout] running 0 tests Dec 07 23:31:45.155 INFO [stdout] Dec 07 23:31:45.155 INFO [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Dec 07 23:31:45.155 INFO [stdout] Dec 07 23:31:45.166 INFO [stderr] su: No module specific data is present Dec 07 23:31:45.518 INFO running `"docker" "inspect" "3517b26d635602b14c632831577bccd9aba3f2103a8e870b3eb6aeed3e9b6bbc"` Dec 07 23:31:45.622 INFO running `"docker" "rm" "-f" "3517b26d635602b14c632831577bccd9aba3f2103a8e870b3eb6aeed3e9b6bbc"` Dec 07 23:31:45.736 INFO [stdout] 3517b26d635602b14c632831577bccd9aba3f2103a8e870b3eb6aeed3e9b6bbc