Oct 12 15:15:22.109 INFO checking raven-os/raven-os-org against master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f for pr-54977 Oct 12 15:15:22.110 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-54977/worker-3/master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/pr-54977/master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f:/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 +5af0bb83044c3fb43d59ad5f49ee5ae1a293901f-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"` Oct 12 15:15:22.302 INFO blam! 5373e3c52fcc7a4d1bc3966e34395efda2d2028faebf0314534645c1abbcf5c5 Oct 12 15:15:22.303 INFO running `"docker" "start" "-a" "5373e3c52fcc7a4d1bc3966e34395efda2d2028faebf0314534645c1abbcf5c5"` Oct 12 15:15:22.971 INFO kablam! usermod: no changes Oct 12 15:15:23.311 INFO kablam! Compiling safemem v0.3.0 Oct 12 15:15:23.311 INFO kablam! Checking pest v0.3.3 Oct 12 15:15:23.311 INFO kablam! Compiling isatty v0.1.9 Oct 12 15:15:23.311 INFO kablam! Compiling mysqlclient-sys v0.2.3 Oct 12 15:15:23.311 INFO kablam! Compiling pear_codegen v0.0.20 Oct 12 15:15:23.312 INFO kablam! Compiling rocket v0.3.16 Oct 12 15:15:23.312 INFO kablam! Compiling rocket_codegen v0.3.16 Oct 12 15:15:24.056 INFO kablam! Compiling base64 v0.9.3 Oct 12 15:15:24.187 INFO kablam! Checking toml v0.4.7 Oct 12 15:15:24.644 INFO kablam! Compiling crossbeam-epoch v0.3.1 Oct 12 15:15:25.095 INFO kablam! Compiling hyper v0.10.13 Oct 12 15:15:26.672 INFO kablam! Checking handlebars v0.28.3 Oct 12 15:15:26.676 INFO kablam! Checking dotenv v0.9.0 Oct 12 15:15:27.532 INFO kablam! Compiling crossbeam-deque v0.2.0 Oct 12 15:15:29.979 INFO kablam! Checking diesel v1.3.3 Oct 12 15:15:30.158 INFO kablam! Compiling rayon-core v1.4.1 Oct 12 15:15:37.730 INFO kablam! Compiling rayon v0.7.1 Oct 12 15:15:46.688 INFO kablam! Compiling ring v0.11.0 Oct 12 15:16:01.843 INFO kablam! Checking cookie v0.9.2 Oct 12 15:16:17.647 INFO kablam! Checking rocket_contrib v0.3.16 Oct 12 15:16:53.427 INFO kablam! Checking r2d2-diesel v1.0.0 Oct 12 15:16:54.163 INFO kablam! Checking raven-os-org v0.1.0 (/source) Oct 12 15:16:56.700 INFO kablam! warning: use of deprecated Rocket attribute `error` (deprecated since v0.3.15) Oct 12 15:16:56.701 INFO kablam! --> src/routes/error.rs:8:1 Oct 12 15:16:56.701 INFO kablam! | Oct 12 15:16:56.701 INFO kablam! 8 | #[error(404)] Oct 12 15:16:56.702 INFO kablam! | ^^^^^^^^^^^^^ Oct 12 15:16:56.702 INFO kablam! | Oct 12 15:16:56.703 INFO kablam! = help: the `error` attribute was replaced by the `catch` attribute: `#[catch(..)]` Oct 12 15:16:56.703 INFO kablam! Oct 12 15:16:56.736 INFO kablam! warning: use of deprecated Rocket attribute `error` (deprecated since v0.3.15) Oct 12 15:16:56.737 INFO kablam! --> src/routes/error.rs:8:1 Oct 12 15:16:56.738 INFO kablam! | Oct 12 15:16:56.738 INFO kablam! 8 | #[error(404)] Oct 12 15:16:56.739 INFO kablam! | ^^^^^^^^^^^^^ Oct 12 15:16:56.739 INFO kablam! | Oct 12 15:16:56.739 INFO kablam! = help: the `error` attribute was replaced by the `catch` attribute: `#[catch(..)]` Oct 12 15:16:56.740 INFO kablam! Oct 12 15:16:56.752 INFO kablam! warning: use of deprecated Rocket macro `errors` (deprecated since v0.3.15) Oct 12 15:16:56.753 INFO kablam! --> src/main.rs:67:17 Oct 12 15:16:56.753 INFO kablam! | Oct 12 15:16:56.754 INFO kablam! 67 | ).catch(errors![routes::error::not_found,]) Oct 12 15:16:56.754 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 15:16:56.755 INFO kablam! | Oct 12 15:16:56.755 INFO kablam! = help: the `errors` macro was replaced by the `catchers` macro: `catchers![..]` Oct 12 15:16:56.755 INFO kablam! Oct 12 15:16:56.772 INFO kablam! warning: use of deprecated Rocket macro `errors` (deprecated since v0.3.15) Oct 12 15:16:56.773 INFO kablam! --> src/main.rs:67:17 Oct 12 15:16:56.773 INFO kablam! | Oct 12 15:16:56.773 INFO kablam! 67 | ).catch(errors![routes::error::not_found,]) Oct 12 15:16:56.773 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 15:16:56.773 INFO kablam! | Oct 12 15:16:56.773 INFO kablam! = help: the `errors` macro was replaced by the `catchers` macro: `catchers![..]` Oct 12 15:16:56.773 INFO kablam! Oct 12 15:16:56.821 INFO kablam! warning: cannot find type `NewsletterUser` in this scope Oct 12 15:16:56.821 INFO kablam! --> src/db/newsletter/models.rs:8:5 Oct 12 15:16:56.821 INFO kablam! | Oct 12 15:16:56.821 INFO kablam! 8 | Queryable, Deserialize, Serialize, Debug, Clone, Eq, PartialEq, Ord, PartialOrd, Hash, Default, Oct 12 15:16:56.821 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 12 15:16:56.823 INFO kablam! | Oct 12 15:16:56.823 INFO kablam! = note: #[warn(proc_macro_derive_resolution_fallback)] on by default Oct 12 15:16:56.823 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! Oct 12 15:16:56.824 INFO kablam! = note: for more information, see issue #50504 Oct 12 15:16:56.824 INFO kablam! Oct 12 15:16:56.825 INFO kablam! warning: cannot find type `newsletter_users` in this scope Oct 12 15:16:56.825 INFO kablam! --> src/db/newsletter/models.rs:34:10 Oct 12 15:16:56.825 INFO kablam! | Oct 12 15:16:56.825 INFO kablam! 34 | #[derive(Insertable, Copy, Clone, Eq, PartialEq, Ord, PartialOrd, Hash, Debug, Default)] Oct 12 15:16:56.825 INFO kablam! | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 12 15:16:56.832 INFO kablam! | Oct 12 15:16:56.832 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! Oct 12 15:16:56.833 INFO kablam! = note: for more information, see issue #50504 Oct 12 15:16:56.833 INFO kablam! Oct 12 15:16:56.833 INFO kablam! warning: cannot find type `NewNewsletterUser` in this scope Oct 12 15:16:56.833 INFO kablam! --> src/db/newsletter/models.rs:34:10 Oct 12 15:16:56.833 INFO kablam! | Oct 12 15:16:56.834 INFO kablam! 34 | #[derive(Insertable, Copy, Clone, Eq, PartialEq, Ord, PartialOrd, Hash, Debug, Default)] Oct 12 15:16:56.834 INFO kablam! | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 12 15:16:56.835 INFO kablam! | Oct 12 15:16:56.835 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! Oct 12 15:16:56.835 INFO kablam! = note: for more information, see issue #50504 Oct 12 15:16:56.835 INFO kablam! Oct 12 15:16:56.836 INFO kablam! warning: cannot find type `table` in this scope Oct 12 15:16:56.836 INFO kablam! --> <::diesel::macros::table_body macros>:165:33 Oct 12 15:16:56.836 INFO kablam! | Oct 12 15:16:56.836 INFO kablam! 165 | derive ( Debug , Clone , Copy , QueryId ) ] /// The actual table struct Oct 12 15:16:56.836 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 12 15:16:56.836 INFO kablam! | Oct 12 15:16:56.837 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! Oct 12 15:16:56.837 INFO kablam! = note: for more information, see issue #50504 Oct 12 15:16:56.837 INFO kablam! Oct 12 15:16:56.838 INFO kablam! warning: cannot find type `id` in this scope Oct 12 15:16:56.838 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 12 15:16:56.838 INFO kablam! | Oct 12 15:16:56.838 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 12 15:16:56.838 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 12 15:16:56.838 INFO kablam! | Oct 12 15:16:56.838 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! Oct 12 15:16:56.838 INFO kablam! = note: for more information, see issue #50504 Oct 12 15:16:56.839 INFO kablam! Oct 12 15:16:56.840 INFO kablam! warning: cannot find type `email` in this scope Oct 12 15:16:56.840 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 12 15:16:56.840 INFO kablam! | Oct 12 15:16:56.840 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 12 15:16:56.840 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 12 15:16:56.840 INFO kablam! | Oct 12 15:16:56.840 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! Oct 12 15:16:56.841 INFO kablam! = note: for more information, see issue #50504 Oct 12 15:16:56.841 INFO kablam! Oct 12 15:16:56.842 INFO kablam! warning: cannot find type `token` in this scope Oct 12 15:16:56.842 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 12 15:16:56.842 INFO kablam! | Oct 12 15:16:56.842 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 12 15:16:56.842 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 12 15:16:56.842 INFO kablam! | Oct 12 15:16:56.842 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! Oct 12 15:16:56.843 INFO kablam! = note: for more information, see issue #50504 Oct 12 15:16:56.843 INFO kablam! Oct 12 15:16:56.931 INFO kablam! warning: cannot find type `NewsletterUser` in this scope Oct 12 15:16:56.931 INFO kablam! --> src/db/newsletter/models.rs:8:5 Oct 12 15:16:56.936 INFO kablam! | Oct 12 15:16:56.936 INFO kablam! 8 | Queryable, Deserialize, Serialize, Debug, Clone, Eq, PartialEq, Ord, PartialOrd, Hash, Default, Oct 12 15:16:56.936 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 12 15:16:56.936 INFO kablam! | Oct 12 15:16:56.936 INFO kablam! = note: #[warn(proc_macro_derive_resolution_fallback)] on by default Oct 12 15:16:56.936 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! Oct 12 15:16:56.936 INFO kablam! = note: for more information, see issue #50504 Oct 12 15:16:56.936 INFO kablam! Oct 12 15:16:56.936 INFO kablam! warning: cannot find type `newsletter_users` in this scope Oct 12 15:16:56.936 INFO kablam! --> src/db/newsletter/models.rs:34:10 Oct 12 15:16:56.936 INFO kablam! | Oct 12 15:16:56.936 INFO kablam! 34 | #[derive(Insertable, Copy, Clone, Eq, PartialEq, Ord, PartialOrd, Hash, Debug, Default)] Oct 12 15:16:56.937 INFO kablam! | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 12 15:16:56.937 INFO kablam! | Oct 12 15:16:56.937 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! Oct 12 15:16:56.937 INFO kablam! = note: for more information, see issue #50504 Oct 12 15:16:56.937 INFO kablam! Oct 12 15:16:56.937 INFO kablam! warning: cannot find type `NewNewsletterUser` in this scope Oct 12 15:16:56.937 INFO kablam! --> src/db/newsletter/models.rs:34:10 Oct 12 15:16:56.937 INFO kablam! | Oct 12 15:16:56.937 INFO kablam! 34 | #[derive(Insertable, Copy, Clone, Eq, PartialEq, Ord, PartialOrd, Hash, Debug, Default)] Oct 12 15:16:56.937 INFO kablam! | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 12 15:16:56.937 INFO kablam! | Oct 12 15:16:56.937 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! Oct 12 15:16:56.937 INFO kablam! = note: for more information, see issue #50504 Oct 12 15:16:56.937 INFO kablam! Oct 12 15:16:56.937 INFO kablam! warning: cannot find type `table` in this scope Oct 12 15:16:56.937 INFO kablam! --> <::diesel::macros::table_body macros>:165:33 Oct 12 15:16:56.937 INFO kablam! | Oct 12 15:16:56.937 INFO kablam! 165 | derive ( Debug , Clone , Copy , QueryId ) ] /// The actual table struct Oct 12 15:16:56.937 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 12 15:16:56.937 INFO kablam! | Oct 12 15:16:56.937 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! Oct 12 15:16:56.937 INFO kablam! = note: for more information, see issue #50504 Oct 12 15:16:56.937 INFO kablam! Oct 12 15:16:56.937 INFO kablam! warning: cannot find type `id` in this scope Oct 12 15:16:56.937 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 12 15:16:56.937 INFO kablam! | Oct 12 15:16:56.937 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 12 15:16:56.937 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 12 15:16:56.937 INFO kablam! | Oct 12 15:16:56.937 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! Oct 12 15:16:56.937 INFO kablam! = note: for more information, see issue #50504 Oct 12 15:16:56.937 INFO kablam! Oct 12 15:16:56.937 INFO kablam! warning: cannot find type `email` in this scope Oct 12 15:16:56.937 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 12 15:16:56.937 INFO kablam! | Oct 12 15:16:56.937 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 12 15:16:56.937 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 12 15:16:56.937 INFO kablam! | Oct 12 15:16:56.937 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! Oct 12 15:16:56.937 INFO kablam! = note: for more information, see issue #50504 Oct 12 15:16:56.937 INFO kablam! Oct 12 15:16:56.937 INFO kablam! warning: cannot find type `token` in this scope Oct 12 15:16:56.937 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 12 15:16:56.937 INFO kablam! | Oct 12 15:16:56.937 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 12 15:16:56.937 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 12 15:16:56.937 INFO kablam! | Oct 12 15:16:56.937 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! Oct 12 15:16:56.937 INFO kablam! = note: for more information, see issue #50504 Oct 12 15:16:56.937 INFO kablam! Oct 12 15:16:58.436 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 35s Oct 12 15:16:58.451 INFO kablam! su: No module specific data is present Oct 12 15:16:59.517 INFO running `"docker" "rm" "-f" "5373e3c52fcc7a4d1bc3966e34395efda2d2028faebf0314534645c1abbcf5c5"` Oct 12 15:16:59.820 INFO blam! 5373e3c52fcc7a4d1bc3966e34395efda2d2028faebf0314534645c1abbcf5c5