Nov 04 00:40:39.915 INFO checking raven-os/raven-os-org against master#2ad8c7b3502616aff142a4640cce911c6c2c5463 for pr-55655 Nov 04 00:40:39.915 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55655/worker-3/master#2ad8c7b3502616aff142a4640cce911c6c2c5463:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-3/pr-55655/master#2ad8c7b3502616aff142a4640cce911c6c2c5463:/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 +2ad8c7b3502616aff142a4640cce911c6c2c5463-alt check --frozen --all --all-targets" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Nov 04 00:40:40.187 INFO blam! d0506d53c06c75f1f98502a630a33835c894dba8129fcce892b195609b3e0343 Nov 04 00:40:40.192 INFO running `"docker" "start" "-a" "d0506d53c06c75f1f98502a630a33835c894dba8129fcce892b195609b3e0343"` Nov 04 00:40:40.659 INFO kablam! usermod: no changes Nov 04 00:40:40.890 INFO kablam! Compiling mysqlclient-sys v0.2.3 Nov 04 00:40:40.890 INFO kablam! Compiling rocket v0.3.16 Nov 04 00:40:40.903 INFO kablam! Compiling rocket_codegen v0.3.16 Nov 04 00:40:40.904 INFO kablam! Checking r2d2 v0.8.2 Nov 04 00:40:40.904 INFO kablam! Compiling mime v0.2.6 Nov 04 00:40:40.906 INFO kablam! Compiling toml v0.4.7 Nov 04 00:40:40.906 INFO kablam! Compiling syn v0.15.6 Nov 04 00:40:41.931 INFO kablam! Compiling diesel_derives v1.3.0 Nov 04 00:40:41.931 INFO kablam! Checking hyper v0.10.13 Nov 04 00:40:42.403 INFO kablam! Checking handlebars v0.28.3 Nov 04 00:40:42.419 INFO kablam! Checking dotenv v0.9.0 Nov 04 00:40:43.827 INFO kablam! Checking failure v0.1.2 Nov 04 00:40:56.911 INFO kablam! Checking diesel v1.3.3 Nov 04 00:40:58.899 INFO kablam! Compiling serde_derive v1.0.79 Nov 04 00:41:13.003 INFO kablam! Checking rocket_contrib v0.3.16 Nov 04 00:42:15.856 INFO kablam! Checking r2d2-diesel v1.0.0 Nov 04 00:42:16.419 INFO kablam! Checking raven-os-org v0.1.0 (/source) Nov 04 00:42:18.620 INFO kablam! warning: use of deprecated Rocket attribute `error` (deprecated since v0.3.15) Nov 04 00:42:18.623 INFO kablam! --> src/routes/error.rs:8:1 Nov 04 00:42:18.623 INFO kablam! | Nov 04 00:42:18.624 INFO kablam! 8 | #[error(404)] Nov 04 00:42:18.624 INFO kablam! | ^^^^^^^^^^^^^ Nov 04 00:42:18.624 INFO kablam! | Nov 04 00:42:18.624 INFO kablam! = help: the `error` attribute was replaced by the `catch` attribute: `#[catch(..)]` Nov 04 00:42:18.625 INFO kablam! Nov 04 00:42:18.638 INFO kablam! warning: use of deprecated Rocket macro `errors` (deprecated since v0.3.15) Nov 04 00:42:18.641 INFO kablam! --> src/main.rs:67:17 Nov 04 00:42:18.641 INFO kablam! | Nov 04 00:42:18.642 INFO kablam! 67 | ).catch(errors![routes::error::not_found,]) Nov 04 00:42:18.642 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Nov 04 00:42:18.642 INFO kablam! | Nov 04 00:42:18.643 INFO kablam! = help: the `errors` macro was replaced by the `catchers` macro: `catchers![..]` Nov 04 00:42:18.643 INFO kablam! Nov 04 00:42:18.693 INFO kablam! warning: cannot find type `NewsletterUser` in this scope Nov 04 00:42:18.694 INFO kablam! --> src/db/newsletter/models.rs:8:5 Nov 04 00:42:18.694 INFO kablam! | Nov 04 00:42:18.694 INFO kablam! 8 | Queryable, Deserialize, Serialize, Debug, Clone, Eq, PartialEq, Ord, PartialOrd, Hash, Default, Nov 04 00:42:18.694 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 04 00:42:18.694 INFO kablam! | Nov 04 00:42:18.694 INFO kablam! = note: #[warn(proc_macro_derive_resolution_fallback)] on by default Nov 04 00:42:18.694 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 04 00:42:18.694 INFO kablam! = note: for more information, see issue #50504 Nov 04 00:42:18.694 INFO kablam! Nov 04 00:42:18.694 INFO kablam! warning: cannot find type `newsletter_users` in this scope Nov 04 00:42:18.695 INFO kablam! --> src/db/newsletter/models.rs:34:10 Nov 04 00:42:18.695 INFO kablam! | Nov 04 00:42:18.695 INFO kablam! 34 | #[derive(Insertable, Copy, Clone, Eq, PartialEq, Ord, PartialOrd, Hash, Debug, Default)] Nov 04 00:42:18.695 INFO kablam! | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 04 00:42:18.695 INFO kablam! | Nov 04 00:42:18.695 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 04 00:42:18.696 INFO kablam! = note: for more information, see issue #50504 Nov 04 00:42:18.696 INFO kablam! Nov 04 00:42:18.696 INFO kablam! warning: cannot find type `NewNewsletterUser` in this scope Nov 04 00:42:18.696 INFO kablam! --> src/db/newsletter/models.rs:34:10 Nov 04 00:42:18.696 INFO kablam! | Nov 04 00:42:18.696 INFO kablam! 34 | #[derive(Insertable, Copy, Clone, Eq, PartialEq, Ord, PartialOrd, Hash, Debug, Default)] Nov 04 00:42:18.696 INFO kablam! | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 04 00:42:18.696 INFO kablam! | Nov 04 00:42:18.696 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 04 00:42:18.696 INFO kablam! = note: for more information, see issue #50504 Nov 04 00:42:18.696 INFO kablam! Nov 04 00:42:18.699 INFO kablam! warning: cannot find type `table` in this scope Nov 04 00:42:18.699 INFO kablam! --> <::diesel::macros::table_body macros>:165:33 Nov 04 00:42:18.699 INFO kablam! | Nov 04 00:42:18.699 INFO kablam! 165 | derive ( Debug , Clone , Copy , QueryId ) ] /// The actual table struct Nov 04 00:42:18.699 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 04 00:42:18.699 INFO kablam! | Nov 04 00:42:18.700 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 04 00:42:18.700 INFO kablam! = note: for more information, see issue #50504 Nov 04 00:42:18.700 INFO kablam! Nov 04 00:42:18.700 INFO kablam! warning: cannot find type `id` in this scope Nov 04 00:42:18.700 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Nov 04 00:42:18.700 INFO kablam! | Nov 04 00:42:18.700 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 04 00:42:18.700 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 04 00:42:18.700 INFO kablam! | Nov 04 00:42:18.701 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 04 00:42:18.701 INFO kablam! = note: for more information, see issue #50504 Nov 04 00:42:18.701 INFO kablam! Nov 04 00:42:18.701 INFO kablam! warning: cannot find type `email` in this scope Nov 04 00:42:18.701 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Nov 04 00:42:18.701 INFO kablam! | Nov 04 00:42:18.701 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 04 00:42:18.701 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 04 00:42:18.701 INFO kablam! | Nov 04 00:42:18.701 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 04 00:42:18.701 INFO kablam! = note: for more information, see issue #50504 Nov 04 00:42:18.701 INFO kablam! Nov 04 00:42:18.703 INFO kablam! warning: cannot find type `token` in this scope Nov 04 00:42:18.703 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Nov 04 00:42:18.703 INFO kablam! | Nov 04 00:42:18.703 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 04 00:42:18.703 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 04 00:42:18.703 INFO kablam! | Nov 04 00:42:18.703 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 04 00:42:18.703 INFO kablam! = note: for more information, see issue #50504 Nov 04 00:42:18.703 INFO kablam! Nov 04 00:42:18.987 INFO kablam! warning: use of deprecated Rocket attribute `error` (deprecated since v0.3.15) Nov 04 00:42:18.987 INFO kablam! --> src/routes/error.rs:8:1 Nov 04 00:42:18.987 INFO kablam! | Nov 04 00:42:18.987 INFO kablam! 8 | #[error(404)] Nov 04 00:42:18.987 INFO kablam! | ^^^^^^^^^^^^^ Nov 04 00:42:18.987 INFO kablam! | Nov 04 00:42:18.987 INFO kablam! = help: the `error` attribute was replaced by the `catch` attribute: `#[catch(..)]` Nov 04 00:42:18.987 INFO kablam! Nov 04 00:42:19.051 INFO kablam! warning: use of deprecated Rocket macro `errors` (deprecated since v0.3.15) Nov 04 00:42:19.051 INFO kablam! --> src/main.rs:67:17 Nov 04 00:42:19.051 INFO kablam! | Nov 04 00:42:19.051 INFO kablam! 67 | ).catch(errors![routes::error::not_found,]) Nov 04 00:42:19.051 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Nov 04 00:42:19.051 INFO kablam! | Nov 04 00:42:19.051 INFO kablam! = help: the `errors` macro was replaced by the `catchers` macro: `catchers![..]` Nov 04 00:42:19.051 INFO kablam! Nov 04 00:42:19.263 INFO kablam! warning: cannot find type `NewsletterUser` in this scope Nov 04 00:42:19.263 INFO kablam! --> src/db/newsletter/models.rs:8:5 Nov 04 00:42:19.264 INFO kablam! | Nov 04 00:42:19.264 INFO kablam! 8 | Queryable, Deserialize, Serialize, Debug, Clone, Eq, PartialEq, Ord, PartialOrd, Hash, Default, Nov 04 00:42:19.264 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 04 00:42:19.265 INFO kablam! | Nov 04 00:42:19.265 INFO kablam! = note: #[warn(proc_macro_derive_resolution_fallback)] on by default Nov 04 00:42:19.265 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 04 00:42:19.265 INFO kablam! = note: for more information, see issue #50504 Nov 04 00:42:19.266 INFO kablam! Nov 04 00:42:19.279 INFO kablam! warning: cannot find type `newsletter_users` in this scope Nov 04 00:42:19.279 INFO kablam! --> src/db/newsletter/models.rs:34:10 Nov 04 00:42:19.280 INFO kablam! | Nov 04 00:42:19.280 INFO kablam! 34 | #[derive(Insertable, Copy, Clone, Eq, PartialEq, Ord, PartialOrd, Hash, Debug, Default)] Nov 04 00:42:19.280 INFO kablam! | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 04 00:42:19.280 INFO kablam! | Nov 04 00:42:19.281 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 04 00:42:19.281 INFO kablam! = note: for more information, see issue #50504 Nov 04 00:42:19.281 INFO kablam! Nov 04 00:42:19.282 INFO kablam! warning: cannot find type `NewNewsletterUser` in this scope Nov 04 00:42:19.282 INFO kablam! --> src/db/newsletter/models.rs:34:10 Nov 04 00:42:19.282 INFO kablam! | Nov 04 00:42:19.283 INFO kablam! 34 | #[derive(Insertable, Copy, Clone, Eq, PartialEq, Ord, PartialOrd, Hash, Debug, Default)] Nov 04 00:42:19.283 INFO kablam! | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 04 00:42:19.283 INFO kablam! | Nov 04 00:42:19.284 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 04 00:42:19.284 INFO kablam! = note: for more information, see issue #50504 Nov 04 00:42:19.284 INFO kablam! Nov 04 00:42:19.284 INFO kablam! warning: cannot find type `table` in this scope Nov 04 00:42:19.285 INFO kablam! --> <::diesel::macros::table_body macros>:165:33 Nov 04 00:42:19.285 INFO kablam! | Nov 04 00:42:19.285 INFO kablam! 165 | derive ( Debug , Clone , Copy , QueryId ) ] /// The actual table struct Nov 04 00:42:19.285 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 04 00:42:19.286 INFO kablam! | Nov 04 00:42:19.286 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 04 00:42:19.286 INFO kablam! = note: for more information, see issue #50504 Nov 04 00:42:19.286 INFO kablam! Nov 04 00:42:19.287 INFO kablam! warning: cannot find type `id` in this scope Nov 04 00:42:19.287 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Nov 04 00:42:19.287 INFO kablam! | Nov 04 00:42:19.287 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 04 00:42:19.288 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 04 00:42:19.288 INFO kablam! | Nov 04 00:42:19.288 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 04 00:42:19.288 INFO kablam! = note: for more information, see issue #50504 Nov 04 00:42:19.289 INFO kablam! Nov 04 00:42:19.289 INFO kablam! warning: cannot find type `email` in this scope Nov 04 00:42:19.289 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Nov 04 00:42:19.290 INFO kablam! | Nov 04 00:42:19.290 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 04 00:42:19.290 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 04 00:42:19.290 INFO kablam! | Nov 04 00:42:19.291 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 04 00:42:19.291 INFO kablam! = note: for more information, see issue #50504 Nov 04 00:42:19.291 INFO kablam! Nov 04 00:42:19.291 INFO kablam! warning: cannot find type `token` in this scope Nov 04 00:42:19.292 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Nov 04 00:42:19.292 INFO kablam! | Nov 04 00:42:19.292 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 04 00:42:19.293 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 04 00:42:19.293 INFO kablam! | Nov 04 00:42:19.293 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 04 00:42:19.293 INFO kablam! = note: for more information, see issue #50504 Nov 04 00:42:19.294 INFO kablam! Nov 04 00:42:20.399 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 39s Nov 04 00:42:20.411 INFO kablam! su: No module specific data is present Nov 04 00:42:21.617 INFO running `"docker" "rm" "-f" "d0506d53c06c75f1f98502a630a33835c894dba8129fcce892b195609b3e0343"` Nov 04 00:42:22.015 INFO blam! d0506d53c06c75f1f98502a630a33835c894dba8129fcce892b195609b3e0343