Nov 06 15:37:04.415 INFO checking raven-os/raven-os-org against master#24e66c28980442a48d9458f1a4f9b76cc722dc8a for pr-55687 Nov 06 15:37:04.415 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55687/worker-6/master#24e66c28980442a48d9458f1a4f9b76cc722dc8a:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-6/pr-55687/master#24e66c28980442a48d9458f1a4f9b76cc722dc8a:/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 +24e66c28980442a48d9458f1a4f9b76cc722dc8a-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 06 15:37:04.665 INFO blam! 07a39f9fa4e69ee6eaaeb6658e95a0d77aa3d5a82caa80aae5d0e8c01b0a28a4 Nov 06 15:37:04.667 INFO running `"docker" "start" "-a" "07a39f9fa4e69ee6eaaeb6658e95a0d77aa3d5a82caa80aae5d0e8c01b0a28a4"` Nov 06 15:37:05.096 INFO kablam! usermod: no changes Nov 06 15:37:05.430 INFO kablam! Compiling rocket v0.3.16 Nov 06 15:37:05.430 INFO kablam! Compiling rocket_codegen v0.3.16 Nov 06 15:37:05.441 INFO kablam! Compiling mysqlclient-sys v0.2.3 Nov 06 15:37:05.452 INFO kablam! Compiling toml v0.4.7 Nov 06 15:37:05.452 INFO kablam! Compiling hyper v0.10.13 Nov 06 15:37:05.452 INFO kablam! Compiling diesel_derives v1.3.0 Nov 06 15:37:05.452 INFO kablam! Checking dotenv v0.9.0 Nov 06 15:37:20.690 INFO kablam! Checking diesel v1.3.3 Nov 06 15:37:22.343 INFO kablam! Checking rocket_contrib v0.3.16 Nov 06 15:38:13.268 INFO kablam! Checking r2d2-diesel v1.0.0 Nov 06 15:38:13.914 INFO kablam! Checking raven-os-org v0.1.0 (/source) Nov 06 15:38:16.372 INFO kablam! warning: use of deprecated Rocket attribute `error` (deprecated since v0.3.15) Nov 06 15:38:16.372 INFO kablam! --> src/routes/error.rs:8:1 Nov 06 15:38:16.372 INFO kablam! | Nov 06 15:38:16.372 INFO kablam! 8 | #[error(404)] Nov 06 15:38:16.372 INFO kablam! | ^^^^^^^^^^^^^ Nov 06 15:38:16.372 INFO kablam! | Nov 06 15:38:16.372 INFO kablam! = help: the `error` attribute was replaced by the `catch` attribute: `#[catch(..)]` Nov 06 15:38:16.372 INFO kablam! Nov 06 15:38:16.440 INFO kablam! warning: use of deprecated Rocket attribute `error` (deprecated since v0.3.15) Nov 06 15:38:16.440 INFO kablam! --> src/routes/error.rs:8:1 Nov 06 15:38:16.440 INFO kablam! | Nov 06 15:38:16.440 INFO kablam! 8 | #[error(404)] Nov 06 15:38:16.440 INFO kablam! | ^^^^^^^^^^^^^ Nov 06 15:38:16.440 INFO kablam! | Nov 06 15:38:16.440 INFO kablam! = help: the `error` attribute was replaced by the `catch` attribute: `#[catch(..)]` Nov 06 15:38:16.440 INFO kablam! Nov 06 15:38:16.440 INFO kablam! warning: use of deprecated Rocket macro `errors` (deprecated since v0.3.15) Nov 06 15:38:16.440 INFO kablam! --> src/main.rs:67:17 Nov 06 15:38:16.440 INFO kablam! | Nov 06 15:38:16.440 INFO kablam! 67 | ).catch(errors![routes::error::not_found,]) Nov 06 15:38:16.440 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Nov 06 15:38:16.440 INFO kablam! | Nov 06 15:38:16.440 INFO kablam! = help: the `errors` macro was replaced by the `catchers` macro: `catchers![..]` Nov 06 15:38:16.440 INFO kablam! Nov 06 15:38:16.486 INFO kablam! warning: cannot find type `NewsletterUser` in this scope Nov 06 15:38:16.486 INFO kablam! --> src/db/newsletter/models.rs:8:5 Nov 06 15:38:16.486 INFO kablam! | Nov 06 15:38:16.486 INFO kablam! 8 | Queryable, Deserialize, Serialize, Debug, Clone, Eq, PartialEq, Ord, PartialOrd, Hash, Default, Nov 06 15:38:16.486 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 06 15:38:16.486 INFO kablam! | Nov 06 15:38:16.486 INFO kablam! = note: #[warn(proc_macro_derive_resolution_fallback)] on by default Nov 06 15:38:16.486 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 06 15:38:16.486 INFO kablam! = note: for more information, see issue #50504 Nov 06 15:38:16.486 INFO kablam! Nov 06 15:38:16.486 INFO kablam! warning: cannot find type `newsletter_users` in this scope Nov 06 15:38:16.486 INFO kablam! --> src/db/newsletter/models.rs:34:10 Nov 06 15:38:16.486 INFO kablam! | Nov 06 15:38:16.486 INFO kablam! 34 | #[derive(Insertable, Copy, Clone, Eq, PartialEq, Ord, PartialOrd, Hash, Debug, Default)] Nov 06 15:38:16.486 INFO kablam! | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 06 15:38:16.486 INFO kablam! | Nov 06 15:38:16.486 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 06 15:38:16.486 INFO kablam! = note: for more information, see issue #50504 Nov 06 15:38:16.486 INFO kablam! Nov 06 15:38:16.487 INFO kablam! warning: cannot find type `NewNewsletterUser` in this scope Nov 06 15:38:16.487 INFO kablam! --> src/db/newsletter/models.rs:34:10 Nov 06 15:38:16.487 INFO kablam! | Nov 06 15:38:16.487 INFO kablam! 34 | #[derive(Insertable, Copy, Clone, Eq, PartialEq, Ord, PartialOrd, Hash, Debug, Default)] Nov 06 15:38:16.487 INFO kablam! | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 06 15:38:16.487 INFO kablam! | Nov 06 15:38:16.487 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 06 15:38:16.487 INFO kablam! = note: for more information, see issue #50504 Nov 06 15:38:16.488 INFO kablam! Nov 06 15:38:16.488 INFO kablam! warning: cannot find type `table` in this scope Nov 06 15:38:16.488 INFO kablam! --> <::diesel::macros::table_body macros>:165:33 Nov 06 15:38:16.488 INFO kablam! | Nov 06 15:38:16.488 INFO kablam! 165 | derive ( Debug , Clone , Copy , QueryId ) ] /// The actual table struct Nov 06 15:38:16.488 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 06 15:38:16.488 INFO kablam! | Nov 06 15:38:16.489 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 06 15:38:16.489 INFO kablam! = note: for more information, see issue #50504 Nov 06 15:38:16.489 INFO kablam! Nov 06 15:38:16.489 INFO kablam! warning: cannot find type `id` in this scope Nov 06 15:38:16.489 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Nov 06 15:38:16.489 INFO kablam! | Nov 06 15:38:16.489 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 06 15:38:16.489 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 06 15:38:16.489 INFO kablam! | Nov 06 15:38:16.489 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 06 15:38:16.489 INFO kablam! = note: for more information, see issue #50504 Nov 06 15:38:16.489 INFO kablam! Nov 06 15:38:16.492 INFO kablam! warning: cannot find type `email` in this scope Nov 06 15:38:16.492 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Nov 06 15:38:16.492 INFO kablam! | Nov 06 15:38:16.492 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 06 15:38:16.492 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 06 15:38:16.492 INFO kablam! | Nov 06 15:38:16.492 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 06 15:38:16.492 INFO kablam! = note: for more information, see issue #50504 Nov 06 15:38:16.492 INFO kablam! Nov 06 15:38:16.492 INFO kablam! warning: cannot find type `token` in this scope Nov 06 15:38:16.492 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Nov 06 15:38:16.492 INFO kablam! | Nov 06 15:38:16.492 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 06 15:38:16.492 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 06 15:38:16.492 INFO kablam! | Nov 06 15:38:16.492 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 06 15:38:16.492 INFO kablam! = note: for more information, see issue #50504 Nov 06 15:38:16.492 INFO kablam! Nov 06 15:38:16.532 INFO kablam! warning: use of deprecated Rocket macro `errors` (deprecated since v0.3.15) Nov 06 15:38:16.532 INFO kablam! --> src/main.rs:67:17 Nov 06 15:38:16.532 INFO kablam! | Nov 06 15:38:16.532 INFO kablam! 67 | ).catch(errors![routes::error::not_found,]) Nov 06 15:38:16.532 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Nov 06 15:38:16.532 INFO kablam! | Nov 06 15:38:16.532 INFO kablam! = help: the `errors` macro was replaced by the `catchers` macro: `catchers![..]` Nov 06 15:38:16.532 INFO kablam! Nov 06 15:38:16.649 INFO kablam! warning: cannot find type `NewsletterUser` in this scope Nov 06 15:38:16.649 INFO kablam! --> src/db/newsletter/models.rs:8:5 Nov 06 15:38:16.649 INFO kablam! | Nov 06 15:38:16.649 INFO kablam! 8 | Queryable, Deserialize, Serialize, Debug, Clone, Eq, PartialEq, Ord, PartialOrd, Hash, Default, Nov 06 15:38:16.649 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 06 15:38:16.649 INFO kablam! | Nov 06 15:38:16.649 INFO kablam! = note: #[warn(proc_macro_derive_resolution_fallback)] on by default Nov 06 15:38:16.649 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 06 15:38:16.649 INFO kablam! = note: for more information, see issue #50504 Nov 06 15:38:16.649 INFO kablam! Nov 06 15:38:16.649 INFO kablam! warning: cannot find type `newsletter_users` in this scope Nov 06 15:38:16.649 INFO kablam! --> src/db/newsletter/models.rs:34:10 Nov 06 15:38:16.649 INFO kablam! | Nov 06 15:38:16.649 INFO kablam! 34 | #[derive(Insertable, Copy, Clone, Eq, PartialEq, Ord, PartialOrd, Hash, Debug, Default)] Nov 06 15:38:16.649 INFO kablam! | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 06 15:38:16.649 INFO kablam! | Nov 06 15:38:16.649 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 06 15:38:16.649 INFO kablam! = note: for more information, see issue #50504 Nov 06 15:38:16.649 INFO kablam! Nov 06 15:38:16.649 INFO kablam! warning: cannot find type `NewNewsletterUser` in this scope Nov 06 15:38:16.649 INFO kablam! --> src/db/newsletter/models.rs:34:10 Nov 06 15:38:16.649 INFO kablam! | Nov 06 15:38:16.649 INFO kablam! 34 | #[derive(Insertable, Copy, Clone, Eq, PartialEq, Ord, PartialOrd, Hash, Debug, Default)] Nov 06 15:38:16.649 INFO kablam! | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 06 15:38:16.649 INFO kablam! | Nov 06 15:38:16.649 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 06 15:38:16.649 INFO kablam! = note: for more information, see issue #50504 Nov 06 15:38:16.649 INFO kablam! Nov 06 15:38:16.649 INFO kablam! warning: cannot find type `table` in this scope Nov 06 15:38:16.649 INFO kablam! --> <::diesel::macros::table_body macros>:165:33 Nov 06 15:38:16.649 INFO kablam! | Nov 06 15:38:16.649 INFO kablam! 165 | derive ( Debug , Clone , Copy , QueryId ) ] /// The actual table struct Nov 06 15:38:16.649 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 06 15:38:16.649 INFO kablam! | Nov 06 15:38:16.649 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 06 15:38:16.649 INFO kablam! = note: for more information, see issue #50504 Nov 06 15:38:16.649 INFO kablam! Nov 06 15:38:16.649 INFO kablam! warning: cannot find type `id` in this scope Nov 06 15:38:16.649 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Nov 06 15:38:16.649 INFO kablam! | Nov 06 15:38:16.649 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 06 15:38:16.649 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 06 15:38:16.649 INFO kablam! | Nov 06 15:38:16.649 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 06 15:38:16.649 INFO kablam! = note: for more information, see issue #50504 Nov 06 15:38:16.649 INFO kablam! Nov 06 15:38:16.649 INFO kablam! warning: cannot find type `email` in this scope Nov 06 15:38:16.649 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Nov 06 15:38:16.649 INFO kablam! | Nov 06 15:38:16.649 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 06 15:38:16.649 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 06 15:38:16.649 INFO kablam! | Nov 06 15:38:16.649 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 06 15:38:16.649 INFO kablam! = note: for more information, see issue #50504 Nov 06 15:38:16.649 INFO kablam! Nov 06 15:38:16.649 INFO kablam! warning: cannot find type `token` in this scope Nov 06 15:38:16.649 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Nov 06 15:38:16.649 INFO kablam! | Nov 06 15:38:16.649 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 06 15:38:16.649 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 06 15:38:16.649 INFO kablam! | Nov 06 15:38:16.649 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 06 15:38:16.649 INFO kablam! = note: for more information, see issue #50504 Nov 06 15:38:16.649 INFO kablam! Nov 06 15:38:17.903 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 12s Nov 06 15:38:17.917 INFO kablam! su: No module specific data is present Nov 06 15:38:19.252 INFO running `"docker" "rm" "-f" "07a39f9fa4e69ee6eaaeb6658e95a0d77aa3d5a82caa80aae5d0e8c01b0a28a4"` Nov 06 15:38:19.512 INFO blam! 07a39f9fa4e69ee6eaaeb6658e95a0d77aa3d5a82caa80aae5d0e8c01b0a28a4