Nov 02 08:11:21.128 INFO checking raven-os/raven-os-org against try#dc8b02d6f1e93f212fc39844ea688b634b4a03c7 for pr-55517 Nov 02 08:11:21.128 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55517/worker-6/try#dc8b02d6f1e93f212fc39844ea688b634b4a03c7:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-6/pr-55517/try#dc8b02d6f1e93f212fc39844ea688b634b4a03c7:/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 +dc8b02d6f1e93f212fc39844ea688b634b4a03c7-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 02 08:11:21.644 INFO blam! 9ecc96bdfcea9ba86dfef01235bcb9c608350d0888fb99474f1c9e40637e203a Nov 02 08:11:21.646 INFO running `"docker" "start" "-a" "9ecc96bdfcea9ba86dfef01235bcb9c608350d0888fb99474f1c9e40637e203a"` Nov 02 08:11:22.894 INFO kablam! usermod: no changes Nov 02 08:11:23.271 INFO kablam! Checking pest v0.3.3 Nov 02 08:11:23.276 INFO kablam! Checking serde_json v1.0.31 Nov 02 08:11:23.279 INFO kablam! Compiling serde_derive v1.0.79 Nov 02 08:11:23.279 INFO kablam! Checking diesel v1.3.3 Nov 02 08:11:23.280 INFO kablam! Checking dotenv v0.9.0 Nov 02 08:11:26.679 INFO kablam! Checking handlebars v0.28.3 Nov 02 08:11:30.108 INFO kablam! Checking rocket_contrib v0.3.16 Nov 02 08:11:57.215 INFO kablam! Checking r2d2-diesel v1.0.0 Nov 02 08:11:57.894 INFO kablam! Checking raven-os-org v0.1.0 (/source) Nov 02 08:12:00.402 INFO kablam! warning: use of deprecated Rocket attribute `error` (deprecated since v0.3.15) Nov 02 08:12:00.402 INFO kablam! warning: use of deprecated Rocket attribute `error` (deprecated since v0.3.15) Nov 02 08:12:00.403 INFO kablam! --> src/routes/error.rs:8:1 Nov 02 08:12:00.403 INFO kablam! | Nov 02 08:12:00.404 INFO kablam! 8 | #[error(404)] Nov 02 08:12:00.404 INFO kablam! | ^^^^^^^^^^^^^ Nov 02 08:12:00.405 INFO kablam! --> src/routes/error.rs:8:1 Nov 02 08:12:00.406 INFO kablam! | Nov 02 08:12:00.406 INFO kablam! 8 | #[error(404)] Nov 02 08:12:00.407 INFO kablam! | ^^^^^^^^^^^^^ Nov 02 08:12:00.407 INFO kablam! | Nov 02 08:12:00.408 INFO kablam! = help: the `error` attribute was replaced by the `catch` attribute: `#[catch(..)]` Nov 02 08:12:00.408 INFO kablam! Nov 02 08:12:00.408 INFO kablam! | Nov 02 08:12:00.409 INFO kablam! = help: the `error` attribute was replaced by the `catch` attribute: `#[catch(..)]` Nov 02 08:12:00.409 INFO kablam! Nov 02 08:12:00.489 INFO kablam! warning: use of deprecated Rocket macro `errors` (deprecated since v0.3.15) Nov 02 08:12:00.490 INFO kablam! --> src/main.rs:67:17 Nov 02 08:12:00.491 INFO kablam! | Nov 02 08:12:00.491 INFO kablam! 67 | ).catch(errors![routes::error::not_found,]) Nov 02 08:12:00.492 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Nov 02 08:12:00.492 INFO kablam! warning: use of deprecated Rocket macro `errors` (deprecated since v0.3.15) Nov 02 08:12:00.493 INFO kablam! --> src/main.rs:67:17 Nov 02 08:12:00.493 INFO kablam! | Nov 02 08:12:00.494 INFO kablam! 67 | ).catch(errors![routes::error::not_found,]) Nov 02 08:12:00.494 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Nov 02 08:12:00.494 INFO kablam! | Nov 02 08:12:00.495 INFO kablam! = help: the `errors` macro was replaced by the `catchers` macro: `catchers![..]` Nov 02 08:12:00.495 INFO kablam! Nov 02 08:12:00.496 INFO kablam! | Nov 02 08:12:00.496 INFO kablam! = help: the `errors` macro was replaced by the `catchers` macro: `catchers![..]` Nov 02 08:12:00.497 INFO kablam! Nov 02 08:12:00.580 INFO kablam! warning: cannot find type `NewsletterUser` in this scope Nov 02 08:12:00.581 INFO kablam! --> src/db/newsletter/models.rs:8:5 Nov 02 08:12:00.581 INFO kablam! | Nov 02 08:12:00.582 INFO kablam! 8 | Queryable, Deserialize, Serialize, Debug, Clone, Eq, PartialEq, Ord, PartialOrd, Hash, Default, Nov 02 08:12:00.582 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 02 08:12:00.583 INFO kablam! | Nov 02 08:12:00.583 INFO kablam! = note: #[warn(proc_macro_derive_resolution_fallback)] on by default Nov 02 08:12:00.584 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 02 08:12:00.584 INFO kablam! = note: for more information, see issue #50504 Nov 02 08:12:00.585 INFO kablam! Nov 02 08:12:00.585 INFO kablam! warning: cannot find type `newsletter_users` in this scope Nov 02 08:12:00.586 INFO kablam! --> src/db/newsletter/models.rs:34:10 Nov 02 08:12:00.586 INFO kablam! | Nov 02 08:12:00.586 INFO kablam! 34 | #[derive(Insertable, Copy, Clone, Eq, PartialEq, Ord, PartialOrd, Hash, Debug, Default)] Nov 02 08:12:00.587 INFO kablam! | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 02 08:12:00.587 INFO kablam! | Nov 02 08:12:00.588 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 02 08:12:00.588 INFO kablam! = note: for more information, see issue #50504 Nov 02 08:12:00.589 INFO kablam! Nov 02 08:12:00.589 INFO kablam! warning: cannot find type `NewNewsletterUser` in this scope Nov 02 08:12:00.590 INFO kablam! --> src/db/newsletter/models.rs:34:10 Nov 02 08:12:00.590 INFO kablam! | Nov 02 08:12:00.591 INFO kablam! 34 | #[derive(Insertable, Copy, Clone, Eq, PartialEq, Ord, PartialOrd, Hash, Debug, Default)] Nov 02 08:12:00.591 INFO kablam! | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 02 08:12:00.591 INFO kablam! | Nov 02 08:12:00.591 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 02 08:12:00.591 INFO kablam! = note: for more information, see issue #50504 Nov 02 08:12:00.591 INFO kablam! Nov 02 08:12:00.591 INFO kablam! warning: cannot find type `table` in this scope Nov 02 08:12:00.591 INFO kablam! --> <::diesel::macros::table_body macros>:165:33 Nov 02 08:12:00.591 INFO kablam! | Nov 02 08:12:00.591 INFO kablam! 165 | derive ( Debug , Clone , Copy , QueryId ) ] /// The actual table struct Nov 02 08:12:00.591 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 02 08:12:00.591 INFO kablam! | Nov 02 08:12:00.591 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 02 08:12:00.596 INFO kablam! = note: for more information, see issue #50504 Nov 02 08:12:00.596 INFO kablam! Nov 02 08:12:00.596 INFO kablam! warning: cannot find type `id` in this scope Nov 02 08:12:00.596 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Nov 02 08:12:00.596 INFO kablam! | Nov 02 08:12:00.596 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 02 08:12:00.596 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 02 08:12:00.596 INFO kablam! | Nov 02 08:12:00.596 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 02 08:12:00.596 INFO kablam! = note: for more information, see issue #50504 Nov 02 08:12:00.596 INFO kablam! Nov 02 08:12:00.596 INFO kablam! warning: cannot find type `email` in this scope Nov 02 08:12:00.596 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Nov 02 08:12:00.596 INFO kablam! | Nov 02 08:12:00.596 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 02 08:12:00.596 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 02 08:12:00.596 INFO kablam! | Nov 02 08:12:00.596 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 02 08:12:00.596 INFO kablam! = note: for more information, see issue #50504 Nov 02 08:12:00.596 INFO kablam! Nov 02 08:12:00.596 INFO kablam! warning: cannot find type `token` in this scope Nov 02 08:12:00.596 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Nov 02 08:12:00.596 INFO kablam! | Nov 02 08:12:00.596 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 02 08:12:00.596 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 02 08:12:00.597 INFO kablam! | Nov 02 08:12:00.597 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 02 08:12:00.597 INFO kablam! = note: for more information, see issue #50504 Nov 02 08:12:00.597 INFO kablam! Nov 02 08:12:00.628 INFO kablam! warning: cannot find type `NewsletterUser` in this scope Nov 02 08:12:00.628 INFO kablam! --> src/db/newsletter/models.rs:8:5 Nov 02 08:12:00.628 INFO kablam! | Nov 02 08:12:00.628 INFO kablam! 8 | Queryable, Deserialize, Serialize, Debug, Clone, Eq, PartialEq, Ord, PartialOrd, Hash, Default, Nov 02 08:12:00.628 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 02 08:12:00.628 INFO kablam! | Nov 02 08:12:00.628 INFO kablam! = note: #[warn(proc_macro_derive_resolution_fallback)] on by default Nov 02 08:12:00.628 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 02 08:12:00.628 INFO kablam! = note: for more information, see issue #50504 Nov 02 08:12:00.628 INFO kablam! Nov 02 08:12:00.628 INFO kablam! warning: cannot find type `newsletter_users` in this scope Nov 02 08:12:00.628 INFO kablam! --> src/db/newsletter/models.rs:34:10 Nov 02 08:12:00.628 INFO kablam! | Nov 02 08:12:00.628 INFO kablam! 34 | #[derive(Insertable, Copy, Clone, Eq, PartialEq, Ord, PartialOrd, Hash, Debug, Default)] Nov 02 08:12:00.628 INFO kablam! | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 02 08:12:00.628 INFO kablam! | Nov 02 08:12:00.628 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 02 08:12:00.628 INFO kablam! = note: for more information, see issue #50504 Nov 02 08:12:00.628 INFO kablam! Nov 02 08:12:00.628 INFO kablam! warning: cannot find type `NewNewsletterUser` in this scope Nov 02 08:12:00.628 INFO kablam! --> src/db/newsletter/models.rs:34:10 Nov 02 08:12:00.628 INFO kablam! | Nov 02 08:12:00.629 INFO kablam! 34 | #[derive(Insertable, Copy, Clone, Eq, PartialEq, Ord, PartialOrd, Hash, Debug, Default)] Nov 02 08:12:00.629 INFO kablam! | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 02 08:12:00.629 INFO kablam! | Nov 02 08:12:00.629 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 02 08:12:00.629 INFO kablam! = note: for more information, see issue #50504 Nov 02 08:12:00.629 INFO kablam! Nov 02 08:12:00.629 INFO kablam! warning: cannot find type `table` in this scope Nov 02 08:12:00.629 INFO kablam! --> <::diesel::macros::table_body macros>:165:33 Nov 02 08:12:00.629 INFO kablam! | Nov 02 08:12:00.629 INFO kablam! 165 | derive ( Debug , Clone , Copy , QueryId ) ] /// The actual table struct Nov 02 08:12:00.629 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 02 08:12:00.629 INFO kablam! | Nov 02 08:12:00.629 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 02 08:12:00.629 INFO kablam! = note: for more information, see issue #50504 Nov 02 08:12:00.629 INFO kablam! Nov 02 08:12:00.629 INFO kablam! warning: cannot find type `id` in this scope Nov 02 08:12:00.629 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Nov 02 08:12:00.629 INFO kablam! | Nov 02 08:12:00.629 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 02 08:12:00.629 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 02 08:12:00.629 INFO kablam! | Nov 02 08:12:00.629 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 02 08:12:00.629 INFO kablam! = note: for more information, see issue #50504 Nov 02 08:12:00.629 INFO kablam! Nov 02 08:12:00.629 INFO kablam! warning: cannot find type `email` in this scope Nov 02 08:12:00.629 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Nov 02 08:12:00.629 INFO kablam! | Nov 02 08:12:00.629 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 02 08:12:00.629 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 02 08:12:00.629 INFO kablam! | Nov 02 08:12:00.629 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 02 08:12:00.629 INFO kablam! = note: for more information, see issue #50504 Nov 02 08:12:00.629 INFO kablam! Nov 02 08:12:00.629 INFO kablam! warning: cannot find type `token` in this scope Nov 02 08:12:00.629 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Nov 02 08:12:00.629 INFO kablam! | Nov 02 08:12:00.629 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 02 08:12:00.629 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 02 08:12:00.629 INFO kablam! | Nov 02 08:12:00.629 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 02 08:12:00.629 INFO kablam! = note: for more information, see issue #50504 Nov 02 08:12:00.629 INFO kablam! Nov 02 08:12:02.009 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 39.09s Nov 02 08:12:02.031 INFO kablam! su: No module specific data is present Nov 02 08:12:03.635 INFO running `"docker" "rm" "-f" "9ecc96bdfcea9ba86dfef01235bcb9c608350d0888fb99474f1c9e40637e203a"` Nov 02 08:12:04.000 INFO blam! 9ecc96bdfcea9ba86dfef01235bcb9c608350d0888fb99474f1c9e40637e203a