Oct 21 14:33:47.106 INFO checking raven-os/raven-os-org against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192 Oct 21 14:33:47.107 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192/worker-0/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/pr-55192/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/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 +155510e377ae2a8d8ee0dad1a5f809c9062a5526-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 21 14:33:47.568 INFO blam! 1b0230e29f1e9211b4e529870c46b9149ae98c52cb322973f5e0adba4d9d65f7 Oct 21 14:33:47.571 INFO running `"docker" "start" "-a" "1b0230e29f1e9211b4e529870c46b9149ae98c52cb322973f5e0adba4d9d65f7"` Oct 21 14:33:48.428 INFO kablam! usermod: no changes Oct 21 14:33:48.748 INFO kablam! Compiling rocket v0.3.16 Oct 21 14:33:48.748 INFO kablam! Compiling rocket_codegen v0.3.16 Oct 21 14:33:48.756 INFO kablam! Compiling mysqlclient-sys v0.2.3 Oct 21 14:33:48.781 INFO kablam! Compiling toml v0.4.7 Oct 21 14:33:48.781 INFO kablam! Compiling hyper v0.10.13 Oct 21 14:33:48.781 INFO kablam! Compiling diesel_derives v1.3.0 Oct 21 14:33:48.782 INFO kablam! Checking handlebars v0.28.3 Oct 21 14:33:50.312 INFO kablam! Checking dotenv v0.9.0 Oct 21 14:33:50.916 INFO kablam! Compiling ring v0.11.0 Oct 21 14:33:57.456 INFO kablam! Checking diesel v1.3.3 Oct 21 14:33:58.464 INFO kablam! Checking cookie v0.9.2 Oct 21 14:34:07.310 INFO kablam! Checking rocket_contrib v0.3.16 Oct 21 14:34:51.278 INFO kablam! Checking r2d2-diesel v1.0.0 Oct 21 14:34:51.960 INFO kablam! Checking raven-os-org v0.1.0 (/source) Oct 21 14:34:54.512 INFO kablam! warning: use of deprecated Rocket attribute `error` (deprecated since v0.3.15) Oct 21 14:34:54.512 INFO kablam! --> src/routes/error.rs:8:1 Oct 21 14:34:54.512 INFO kablam! | Oct 21 14:34:54.512 INFO kablam! 8 | #[error(404)] Oct 21 14:34:54.512 INFO kablam! | ^^^^^^^^^^^^^ Oct 21 14:34:54.512 INFO kablam! | Oct 21 14:34:54.512 INFO kablam! = help: the `error` attribute was replaced by the `catch` attribute: `#[catch(..)]` Oct 21 14:34:54.512 INFO kablam! Oct 21 14:34:54.561 INFO kablam! warning: use of deprecated Rocket macro `errors` (deprecated since v0.3.15) Oct 21 14:34:54.561 INFO kablam! --> src/main.rs:67:17 Oct 21 14:34:54.561 INFO kablam! | Oct 21 14:34:54.562 INFO kablam! 67 | ).catch(errors![routes::error::not_found,]) Oct 21 14:34:54.562 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 14:34:54.562 INFO kablam! | Oct 21 14:34:54.563 INFO kablam! = help: the `errors` macro was replaced by the `catchers` macro: `catchers![..]` Oct 21 14:34:54.563 INFO kablam! Oct 21 14:34:54.593 INFO kablam! warning: use of deprecated Rocket attribute `error` (deprecated since v0.3.15) Oct 21 14:34:54.593 INFO kablam! --> src/routes/error.rs:8:1 Oct 21 14:34:54.593 INFO kablam! | Oct 21 14:34:54.594 INFO kablam! 8 | #[error(404)] Oct 21 14:34:54.594 INFO kablam! | ^^^^^^^^^^^^^ Oct 21 14:34:54.594 INFO kablam! | Oct 21 14:34:54.595 INFO kablam! = help: the `error` attribute was replaced by the `catch` attribute: `#[catch(..)]` Oct 21 14:34:54.595 INFO kablam! Oct 21 14:34:54.637 INFO kablam! warning: cannot find type `NewsletterUser` in this scope Oct 21 14:34:54.637 INFO kablam! --> src/db/newsletter/models.rs:8:5 Oct 21 14:34:54.637 INFO kablam! | Oct 21 14:34:54.638 INFO kablam! 8 | Queryable, Deserialize, Serialize, Debug, Clone, Eq, PartialEq, Ord, PartialOrd, Hash, Default, Oct 21 14:34:54.638 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 21 14:34:54.638 INFO kablam! | Oct 21 14:34:54.639 INFO kablam! = note: #[warn(proc_macro_derive_resolution_fallback)] on by default Oct 21 14:34:54.639 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 21 14:34:54.640 INFO kablam! = note: for more information, see issue #50504 Oct 21 14:34:54.640 INFO kablam! Oct 21 14:34:54.640 INFO kablam! warning: cannot find type `newsletter_users` in this scope Oct 21 14:34:54.641 INFO kablam! --> src/db/newsletter/models.rs:34:10 Oct 21 14:34:54.641 INFO kablam! | Oct 21 14:34:54.641 INFO kablam! 34 | #[derive(Insertable, Copy, Clone, Eq, PartialEq, Ord, PartialOrd, Hash, Debug, Default)] Oct 21 14:34:54.642 INFO kablam! | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 21 14:34:54.642 INFO kablam! | Oct 21 14:34:54.642 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 21 14:34:54.643 INFO kablam! = note: for more information, see issue #50504 Oct 21 14:34:54.643 INFO kablam! Oct 21 14:34:54.643 INFO kablam! warning: cannot find type `NewNewsletterUser` in this scope Oct 21 14:34:54.643 INFO kablam! --> src/db/newsletter/models.rs:34:10 Oct 21 14:34:54.644 INFO kablam! | Oct 21 14:34:54.644 INFO kablam! 34 | #[derive(Insertable, Copy, Clone, Eq, PartialEq, Ord, PartialOrd, Hash, Debug, Default)] Oct 21 14:34:54.644 INFO kablam! | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 21 14:34:54.645 INFO kablam! | Oct 21 14:34:54.645 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 21 14:34:54.645 INFO kablam! = note: for more information, see issue #50504 Oct 21 14:34:54.646 INFO kablam! Oct 21 14:34:54.646 INFO kablam! warning: cannot find type `table` in this scope Oct 21 14:34:54.646 INFO kablam! --> <::diesel::macros::table_body macros>:165:33 Oct 21 14:34:54.646 INFO kablam! | Oct 21 14:34:54.647 INFO kablam! 165 | derive ( Debug , Clone , Copy , QueryId ) ] /// The actual table struct Oct 21 14:34:54.647 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 21 14:34:54.647 INFO kablam! | Oct 21 14:34:54.648 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 21 14:34:54.648 INFO kablam! = note: for more information, see issue #50504 Oct 21 14:34:54.648 INFO kablam! Oct 21 14:34:54.649 INFO kablam! warning: cannot find type `id` in this scope Oct 21 14:34:54.649 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 21 14:34:54.649 INFO kablam! | Oct 21 14:34:54.649 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 21 14:34:54.650 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 21 14:34:54.650 INFO kablam! | Oct 21 14:34:54.650 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 21 14:34:54.650 INFO kablam! = note: for more information, see issue #50504 Oct 21 14:34:54.651 INFO kablam! Oct 21 14:34:54.651 INFO kablam! warning: cannot find type `email` in this scope Oct 21 14:34:54.651 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 21 14:34:54.651 INFO kablam! | Oct 21 14:34:54.652 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 21 14:34:54.652 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 21 14:34:54.652 INFO kablam! | Oct 21 14:34:54.652 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 21 14:34:54.653 INFO kablam! = note: for more information, see issue #50504 Oct 21 14:34:54.653 INFO kablam! Oct 21 14:34:54.653 INFO kablam! warning: cannot find type `token` in this scope Oct 21 14:34:54.654 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 21 14:34:54.654 INFO kablam! | Oct 21 14:34:54.654 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 21 14:34:54.654 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 21 14:34:54.655 INFO kablam! | Oct 21 14:34:54.655 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 21 14:34:54.655 INFO kablam! = note: for more information, see issue #50504 Oct 21 14:34:54.656 INFO kablam! Oct 21 14:34:54.656 INFO kablam! warning: use of deprecated Rocket macro `errors` (deprecated since v0.3.15) Oct 21 14:34:54.660 INFO kablam! --> src/main.rs:67:17 Oct 21 14:34:54.661 INFO kablam! | Oct 21 14:34:54.661 INFO kablam! 67 | ).catch(errors![routes::error::not_found,]) Oct 21 14:34:54.661 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 14:34:54.661 INFO kablam! | Oct 21 14:34:54.662 INFO kablam! = help: the `errors` macro was replaced by the `catchers` macro: `catchers![..]` Oct 21 14:34:54.662 INFO kablam! Oct 21 14:34:54.857 INFO kablam! warning: cannot find type `NewsletterUser` in this scope Oct 21 14:34:54.857 INFO kablam! --> src/db/newsletter/models.rs:8:5 Oct 21 14:34:54.857 INFO kablam! | Oct 21 14:34:54.858 INFO kablam! 8 | Queryable, Deserialize, Serialize, Debug, Clone, Eq, PartialEq, Ord, PartialOrd, Hash, Default, Oct 21 14:34:54.858 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 21 14:34:54.858 INFO kablam! | Oct 21 14:34:54.859 INFO kablam! = note: #[warn(proc_macro_derive_resolution_fallback)] on by default Oct 21 14:34:54.859 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 21 14:34:54.859 INFO kablam! = note: for more information, see issue #50504 Oct 21 14:34:54.860 INFO kablam! Oct 21 14:34:54.860 INFO kablam! warning: cannot find type `newsletter_users` in this scope Oct 21 14:34:54.860 INFO kablam! --> src/db/newsletter/models.rs:34:10 Oct 21 14:34:54.860 INFO kablam! | Oct 21 14:34:54.861 INFO kablam! 34 | #[derive(Insertable, Copy, Clone, Eq, PartialEq, Ord, PartialOrd, Hash, Debug, Default)] Oct 21 14:34:54.861 INFO kablam! | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 21 14:34:54.861 INFO kablam! | Oct 21 14:34:54.861 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 21 14:34:54.862 INFO kablam! = note: for more information, see issue #50504 Oct 21 14:34:54.862 INFO kablam! Oct 21 14:34:54.862 INFO kablam! warning: cannot find type `NewNewsletterUser` in this scope Oct 21 14:34:54.863 INFO kablam! --> src/db/newsletter/models.rs:34:10 Oct 21 14:34:54.863 INFO kablam! | Oct 21 14:34:54.863 INFO kablam! 34 | #[derive(Insertable, Copy, Clone, Eq, PartialEq, Ord, PartialOrd, Hash, Debug, Default)] Oct 21 14:34:54.863 INFO kablam! | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 21 14:34:54.864 INFO kablam! | Oct 21 14:34:54.864 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 21 14:34:54.864 INFO kablam! = note: for more information, see issue #50504 Oct 21 14:34:54.864 INFO kablam! Oct 21 14:34:54.865 INFO kablam! warning: cannot find type `table` in this scope Oct 21 14:34:54.865 INFO kablam! --> <::diesel::macros::table_body macros>:165:33 Oct 21 14:34:54.865 INFO kablam! | Oct 21 14:34:54.866 INFO kablam! 165 | derive ( Debug , Clone , Copy , QueryId ) ] /// The actual table struct Oct 21 14:34:54.866 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 21 14:34:54.866 INFO kablam! | Oct 21 14:34:54.866 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 21 14:34:54.867 INFO kablam! = note: for more information, see issue #50504 Oct 21 14:34:54.867 INFO kablam! Oct 21 14:34:54.867 INFO kablam! warning: cannot find type `id` in this scope Oct 21 14:34:54.867 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 21 14:34:54.868 INFO kablam! | Oct 21 14:34:54.868 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 21 14:34:54.868 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 21 14:34:54.869 INFO kablam! | Oct 21 14:34:54.869 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 21 14:34:54.869 INFO kablam! = note: for more information, see issue #50504 Oct 21 14:34:54.870 INFO kablam! Oct 21 14:34:54.870 INFO kablam! warning: cannot find type `email` in this scope Oct 21 14:34:54.870 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 21 14:34:54.870 INFO kablam! | Oct 21 14:34:54.871 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 21 14:34:54.871 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 21 14:34:54.871 INFO kablam! | Oct 21 14:34:54.872 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 21 14:34:54.872 INFO kablam! = note: for more information, see issue #50504 Oct 21 14:34:54.872 INFO kablam! Oct 21 14:34:54.873 INFO kablam! warning: cannot find type `token` in this scope Oct 21 14:34:54.873 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 21 14:34:54.873 INFO kablam! | Oct 21 14:34:54.873 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 21 14:34:54.874 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 21 14:34:54.874 INFO kablam! | Oct 21 14:34:54.874 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 21 14:34:54.875 INFO kablam! = note: for more information, see issue #50504 Oct 21 14:34:54.875 INFO kablam! Oct 21 14:34:56.060 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 07s Oct 21 14:34:56.089 INFO kablam! su: No module specific data is present Oct 21 14:34:56.990 INFO running `"docker" "rm" "-f" "1b0230e29f1e9211b4e529870c46b9149ae98c52cb322973f5e0adba4d9d65f7"` Oct 21 14:34:57.277 INFO blam! 1b0230e29f1e9211b4e529870c46b9149ae98c52cb322973f5e0adba4d9d65f7