Nov 09 06:47:37.115 INFO checking raven-os/raven-os-org against master#653da4fd006c97625247acd7e076d0782cdc149b for pr-55632 Nov 09 06:47:37.115 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55632/worker-3/master#653da4fd006c97625247acd7e076d0782cdc149b:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-3/pr-55632/master#653da4fd006c97625247acd7e076d0782cdc149b:/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 +653da4fd006c97625247acd7e076d0782cdc149b-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 09 06:47:37.311 INFO blam! 333c4f19b2138d7110631a3e6fd78ee5623112f5272478d4140f8a12d7ca91a5 Nov 09 06:47:37.319 INFO running `"docker" "start" "-a" "333c4f19b2138d7110631a3e6fd78ee5623112f5272478d4140f8a12d7ca91a5"` Nov 09 06:47:37.962 INFO kablam! usermod: no changes Nov 09 06:47:38.255 INFO kablam! Compiling mysqlclient-sys v0.2.3 Nov 09 06:47:38.255 INFO kablam! Compiling rocket v0.3.16 Nov 09 06:47:38.257 INFO kablam! Compiling rocket_codegen v0.3.16 Nov 09 06:47:38.260 INFO kablam! Compiling httparse v1.3.2 Nov 09 06:47:38.262 INFO kablam! Checking r2d2 v0.8.2 Nov 09 06:47:38.262 INFO kablam! Checking toml v0.4.7 Nov 09 06:47:38.262 INFO kablam! Checking hyper v0.10.13 Nov 09 06:47:39.607 INFO kablam! Checking handlebars v0.28.3 Nov 09 06:47:40.417 INFO kablam! Checking dotenv v0.9.0 Nov 09 06:47:40.696 INFO kablam! Compiling ring v0.11.0 Nov 09 06:47:43.187 INFO kablam! Checking diesel v1.3.3 Nov 09 06:47:53.221 INFO kablam! Checking cookie v0.9.2 Nov 09 06:48:11.763 INFO kablam! Checking rocket_contrib v0.3.16 Nov 09 06:48:51.957 INFO kablam! Checking r2d2-diesel v1.0.0 Nov 09 06:48:52.639 INFO kablam! Checking raven-os-org v0.1.0 (/source) Nov 09 06:48:55.071 INFO kablam! warning: use of deprecated Rocket attribute `error` (deprecated since v0.3.15) Nov 09 06:48:55.071 INFO kablam! --> src/routes/error.rs:8:1 Nov 09 06:48:55.071 INFO kablam! | Nov 09 06:48:55.071 INFO kablam! 8 | #[error(404)] Nov 09 06:48:55.071 INFO kablam! | ^^^^^^^^^^^^^ Nov 09 06:48:55.071 INFO kablam! warning: use of deprecated Rocket attribute `error` (deprecated since v0.3.15) Nov 09 06:48:55.071 INFO kablam! --> src/routes/error.rs:8:1 Nov 09 06:48:55.071 INFO kablam! | Nov 09 06:48:55.071 INFO kablam! 8 | #[error(404)] Nov 09 06:48:55.071 INFO kablam! | ^^^^^^^^^^^^^ Nov 09 06:48:55.071 INFO kablam! | Nov 09 06:48:55.071 INFO kablam! = help: the `error` attribute was replaced by the `catch` attribute: `#[catch(..)]` Nov 09 06:48:55.071 INFO kablam! Nov 09 06:48:55.074 INFO kablam! | Nov 09 06:48:55.074 INFO kablam! = help: the `error` attribute was replaced by the `catch` attribute: `#[catch(..)]` Nov 09 06:48:55.074 INFO kablam! Nov 09 06:48:55.127 INFO kablam! warning: use of deprecated Rocket macro `errors` (deprecated since v0.3.15) Nov 09 06:48:55.128 INFO kablam! --> src/main.rs:67:17 Nov 09 06:48:55.128 INFO kablam! | Nov 09 06:48:55.128 INFO kablam! 67 | ).catch(errors![routes::error::not_found,]) Nov 09 06:48:55.128 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Nov 09 06:48:55.128 INFO kablam! | Nov 09 06:48:55.128 INFO kablam! = help: the `errors` macro was replaced by the `catchers` macro: `catchers![..]` Nov 09 06:48:55.128 INFO kablam! Nov 09 06:48:55.151 INFO kablam! warning: use of deprecated Rocket macro `errors` (deprecated since v0.3.15) Nov 09 06:48:55.151 INFO kablam! --> src/main.rs:67:17 Nov 09 06:48:55.151 INFO kablam! | Nov 09 06:48:55.151 INFO kablam! 67 | ).catch(errors![routes::error::not_found,]) Nov 09 06:48:55.151 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Nov 09 06:48:55.151 INFO kablam! | Nov 09 06:48:55.152 INFO kablam! = help: the `errors` macro was replaced by the `catchers` macro: `catchers![..]` Nov 09 06:48:55.152 INFO kablam! Nov 09 06:48:55.202 INFO kablam! warning: cannot find type `NewsletterUser` in this scope Nov 09 06:48:55.202 INFO kablam! --> src/db/newsletter/models.rs:8:5 Nov 09 06:48:55.203 INFO kablam! | Nov 09 06:48:55.203 INFO kablam! 8 | Queryable, Deserialize, Serialize, Debug, Clone, Eq, PartialEq, Ord, PartialOrd, Hash, Default, Nov 09 06:48:55.203 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 09 06:48:55.203 INFO kablam! | Nov 09 06:48:55.203 INFO kablam! = note: #[warn(proc_macro_derive_resolution_fallback)] on by default Nov 09 06:48:55.203 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 09 06:48:55.203 INFO kablam! = note: for more information, see issue #50504 Nov 09 06:48:55.203 INFO kablam! Nov 09 06:48:55.204 INFO kablam! warning: cannot find type `newsletter_users` in this scope Nov 09 06:48:55.204 INFO kablam! --> src/db/newsletter/models.rs:34:10 Nov 09 06:48:55.204 INFO kablam! | Nov 09 06:48:55.204 INFO kablam! 34 | #[derive(Insertable, Copy, Clone, Eq, PartialEq, Ord, PartialOrd, Hash, Debug, Default)] Nov 09 06:48:55.204 INFO kablam! | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 09 06:48:55.204 INFO kablam! | Nov 09 06:48:55.204 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 09 06:48:55.204 INFO kablam! = note: for more information, see issue #50504 Nov 09 06:48:55.204 INFO kablam! Nov 09 06:48:55.204 INFO kablam! warning: cannot find type `NewNewsletterUser` in this scope Nov 09 06:48:55.204 INFO kablam! --> src/db/newsletter/models.rs:34:10 Nov 09 06:48:55.204 INFO kablam! | Nov 09 06:48:55.204 INFO kablam! 34 | #[derive(Insertable, Copy, Clone, Eq, PartialEq, Ord, PartialOrd, Hash, Debug, Default)] Nov 09 06:48:55.204 INFO kablam! | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 09 06:48:55.204 INFO kablam! | Nov 09 06:48:55.204 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 09 06:48:55.204 INFO kablam! = note: for more information, see issue #50504 Nov 09 06:48:55.204 INFO kablam! Nov 09 06:48:55.204 INFO kablam! warning: cannot find type `table` in this scope Nov 09 06:48:55.205 INFO kablam! --> <::diesel::macros::table_body macros>:165:33 Nov 09 06:48:55.205 INFO kablam! | Nov 09 06:48:55.205 INFO kablam! 165 | derive ( Debug , Clone , Copy , QueryId ) ] /// The actual table struct Nov 09 06:48:55.207 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 09 06:48:55.207 INFO kablam! | Nov 09 06:48:55.207 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 09 06:48:55.207 INFO kablam! = note: for more information, see issue #50504 Nov 09 06:48:55.207 INFO kablam! Nov 09 06:48:55.211 INFO kablam! warning: cannot find type `id` in this scope Nov 09 06:48:55.211 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Nov 09 06:48:55.211 INFO kablam! | Nov 09 06:48:55.211 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 09 06:48:55.211 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 09 06:48:55.211 INFO kablam! | Nov 09 06:48:55.212 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 09 06:48:55.212 INFO kablam! = note: for more information, see issue #50504 Nov 09 06:48:55.212 INFO kablam! Nov 09 06:48:55.212 INFO kablam! warning: cannot find type `email` in this scope Nov 09 06:48:55.212 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Nov 09 06:48:55.212 INFO kablam! | Nov 09 06:48:55.212 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 09 06:48:55.212 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 09 06:48:55.212 INFO kablam! | Nov 09 06:48:55.212 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 09 06:48:55.214 INFO kablam! = note: for more information, see issue #50504 Nov 09 06:48:55.214 INFO kablam! Nov 09 06:48:55.214 INFO kablam! warning: cannot find type `token` in this scope Nov 09 06:48:55.214 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Nov 09 06:48:55.214 INFO kablam! | Nov 09 06:48:55.214 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 09 06:48:55.214 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 09 06:48:55.214 INFO kablam! | Nov 09 06:48:55.214 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 09 06:48:55.214 INFO kablam! = note: for more information, see issue #50504 Nov 09 06:48:55.214 INFO kablam! Nov 09 06:48:55.294 INFO kablam! warning: cannot find type `NewsletterUser` in this scope Nov 09 06:48:55.294 INFO kablam! --> src/db/newsletter/models.rs:8:5 Nov 09 06:48:55.294 INFO kablam! | Nov 09 06:48:55.294 INFO kablam! 8 | Queryable, Deserialize, Serialize, Debug, Clone, Eq, PartialEq, Ord, PartialOrd, Hash, Default, Nov 09 06:48:55.294 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 09 06:48:55.294 INFO kablam! | Nov 09 06:48:55.294 INFO kablam! = note: #[warn(proc_macro_derive_resolution_fallback)] on by default Nov 09 06:48:55.294 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 09 06:48:55.294 INFO kablam! = note: for more information, see issue #50504 Nov 09 06:48:55.294 INFO kablam! Nov 09 06:48:55.296 INFO kablam! warning: cannot find type `newsletter_users` in this scope Nov 09 06:48:55.296 INFO kablam! --> src/db/newsletter/models.rs:34:10 Nov 09 06:48:55.296 INFO kablam! | Nov 09 06:48:55.296 INFO kablam! 34 | #[derive(Insertable, Copy, Clone, Eq, PartialEq, Ord, PartialOrd, Hash, Debug, Default)] Nov 09 06:48:55.296 INFO kablam! | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 09 06:48:55.296 INFO kablam! | Nov 09 06:48:55.296 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 09 06:48:55.296 INFO kablam! = note: for more information, see issue #50504 Nov 09 06:48:55.296 INFO kablam! Nov 09 06:48:55.307 INFO kablam! warning: cannot find type `NewNewsletterUser` in this scope Nov 09 06:48:55.307 INFO kablam! --> src/db/newsletter/models.rs:34:10 Nov 09 06:48:55.307 INFO kablam! | Nov 09 06:48:55.307 INFO kablam! 34 | #[derive(Insertable, Copy, Clone, Eq, PartialEq, Ord, PartialOrd, Hash, Debug, Default)] Nov 09 06:48:55.307 INFO kablam! | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 09 06:48:55.307 INFO kablam! | Nov 09 06:48:55.307 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 09 06:48:55.307 INFO kablam! = note: for more information, see issue #50504 Nov 09 06:48:55.307 INFO kablam! Nov 09 06:48:55.307 INFO kablam! warning: cannot find type `table` in this scope Nov 09 06:48:55.307 INFO kablam! --> <::diesel::macros::table_body macros>:165:33 Nov 09 06:48:55.307 INFO kablam! | Nov 09 06:48:55.307 INFO kablam! 165 | derive ( Debug , Clone , Copy , QueryId ) ] /// The actual table struct Nov 09 06:48:55.307 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 09 06:48:55.308 INFO kablam! | Nov 09 06:48:55.308 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 09 06:48:55.308 INFO kablam! = note: for more information, see issue #50504 Nov 09 06:48:55.308 INFO kablam! Nov 09 06:48:55.308 INFO kablam! warning: cannot find type `id` in this scope Nov 09 06:48:55.308 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Nov 09 06:48:55.308 INFO kablam! | Nov 09 06:48:55.308 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 09 06:48:55.308 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 09 06:48:55.308 INFO kablam! | Nov 09 06:48:55.308 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 09 06:48:55.308 INFO kablam! = note: for more information, see issue #50504 Nov 09 06:48:55.308 INFO kablam! Nov 09 06:48:55.308 INFO kablam! warning: cannot find type `email` in this scope Nov 09 06:48:55.308 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Nov 09 06:48:55.308 INFO kablam! | Nov 09 06:48:55.308 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 09 06:48:55.309 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 09 06:48:55.309 INFO kablam! | Nov 09 06:48:55.309 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 09 06:48:55.309 INFO kablam! = note: for more information, see issue #50504 Nov 09 06:48:55.309 INFO kablam! Nov 09 06:48:55.309 INFO kablam! warning: cannot find type `token` in this scope Nov 09 06:48:55.309 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Nov 09 06:48:55.309 INFO kablam! | Nov 09 06:48:55.309 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 09 06:48:55.309 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 09 06:48:55.309 INFO kablam! | Nov 09 06:48:55.309 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 09 06:48:55.309 INFO kablam! = note: for more information, see issue #50504 Nov 09 06:48:55.310 INFO kablam! Nov 09 06:48:56.649 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 18s Nov 09 06:48:56.675 INFO kablam! su: No module specific data is present Nov 09 06:48:58.835 INFO running `"docker" "rm" "-f" "333c4f19b2138d7110631a3e6fd78ee5623112f5272478d4140f8a12d7ca91a5"` Nov 09 06:48:59.155 INFO blam! 333c4f19b2138d7110631a3e6fd78ee5623112f5272478d4140f8a12d7ca91a5