Oct 31 22:43:28.401 INFO checking raven-os/raven-os-org against try#d7816399d50d407bbce1efe9dbadf8faaaf568fc for pr-55538 Oct 31 22:43:28.403 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55538/worker-6/try#d7816399d50d407bbce1efe9dbadf8faaaf568fc:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-6/pr-55538/try#d7816399d50d407bbce1efe9dbadf8faaaf568fc:/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 +d7816399d50d407bbce1efe9dbadf8faaaf568fc-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 31 22:43:28.804 INFO blam! 958aea1a79da5e4397ff43d71b8f0a371e2cb50d98b52ee8cc6d0c5e9f101c6a Oct 31 22:43:28.806 INFO running `"docker" "start" "-a" "958aea1a79da5e4397ff43d71b8f0a371e2cb50d98b52ee8cc6d0c5e9f101c6a"` Oct 31 22:43:29.409 INFO kablam! usermod: no changes Oct 31 22:43:29.642 INFO kablam! Checking pest v0.3.3 Oct 31 22:43:29.642 INFO kablam! Compiling mysqlclient-sys v0.2.3 Oct 31 22:43:29.642 INFO kablam! Compiling pear_codegen v0.0.20 Oct 31 22:43:29.642 INFO kablam! Compiling rocket v0.3.16 Oct 31 22:43:29.642 INFO kablam! Compiling rocket_codegen v0.3.16 Oct 31 22:43:29.654 INFO kablam! Checking toml v0.4.7 Oct 31 22:43:29.674 INFO kablam! Compiling hyper v0.10.13 Oct 31 22:43:30.792 INFO kablam! Compiling diesel_derives v1.3.0 Oct 31 22:43:30.803 INFO kablam! Checking regex v0.2.11 Oct 31 22:43:31.046 INFO kablam! Compiling rayon v0.7.1 Oct 31 22:43:44.728 INFO kablam! Compiling ring v0.11.0 Oct 31 22:43:46.757 INFO kablam! Checking handlebars v0.28.3 Oct 31 22:43:48.996 INFO kablam! Checking dotenv v0.9.0 Oct 31 22:43:49.984 INFO kablam! Checking diesel v1.3.3 Oct 31 22:44:01.462 INFO kablam! Checking cookie v0.9.2 Oct 31 22:44:17.673 INFO kablam! Checking rocket_contrib v0.3.16 Oct 31 22:45:02.118 INFO kablam! Checking r2d2-diesel v1.0.0 Oct 31 22:45:02.836 INFO kablam! Checking raven-os-org v0.1.0 (/source) Oct 31 22:45:04.760 INFO kablam! warning: use of deprecated Rocket attribute `error` (deprecated since v0.3.15) Oct 31 22:45:04.760 INFO kablam! --> src/routes/error.rs:8:1 Oct 31 22:45:04.760 INFO kablam! | Oct 31 22:45:04.760 INFO kablam! 8 | #[error(404)] Oct 31 22:45:04.760 INFO kablam! | ^^^^^^^^^^^^^ Oct 31 22:45:04.760 INFO kablam! | Oct 31 22:45:04.760 INFO kablam! = help: the `error` attribute was replaced by the `catch` attribute: `#[catch(..)]` Oct 31 22:45:04.760 INFO kablam! Oct 31 22:45:04.800 INFO kablam! warning: use of deprecated Rocket macro `errors` (deprecated since v0.3.15) Oct 31 22:45:04.800 INFO kablam! --> src/main.rs:67:17 Oct 31 22:45:04.800 INFO kablam! | Oct 31 22:45:04.800 INFO kablam! 67 | ).catch(errors![routes::error::not_found,]) Oct 31 22:45:04.800 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 31 22:45:04.800 INFO kablam! | Oct 31 22:45:04.800 INFO kablam! = help: the `errors` macro was replaced by the `catchers` macro: `catchers![..]` Oct 31 22:45:04.800 INFO kablam! Oct 31 22:45:04.849 INFO kablam! warning: cannot find type `NewsletterUser` in this scope Oct 31 22:45:04.849 INFO kablam! --> src/db/newsletter/models.rs:8:5 Oct 31 22:45:04.850 INFO kablam! | Oct 31 22:45:04.850 INFO kablam! 8 | Queryable, Deserialize, Serialize, Debug, Clone, Eq, PartialEq, Ord, PartialOrd, Hash, Default, Oct 31 22:45:04.850 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 31 22:45:04.850 INFO kablam! | Oct 31 22:45:04.851 INFO kablam! = note: #[warn(proc_macro_derive_resolution_fallback)] on by default Oct 31 22:45:04.851 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 31 22:45:04.852 INFO kablam! = note: for more information, see issue #50504 Oct 31 22:45:04.852 INFO kablam! Oct 31 22:45:04.852 INFO kablam! warning: cannot find type `newsletter_users` in this scope Oct 31 22:45:04.852 INFO kablam! --> src/db/newsletter/models.rs:34:10 Oct 31 22:45:04.853 INFO kablam! | Oct 31 22:45:04.853 INFO kablam! 34 | #[derive(Insertable, Copy, Clone, Eq, PartialEq, Ord, PartialOrd, Hash, Debug, Default)] Oct 31 22:45:04.853 INFO kablam! | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 31 22:45:04.853 INFO kablam! | Oct 31 22:45:04.854 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 31 22:45:04.854 INFO kablam! = note: for more information, see issue #50504 Oct 31 22:45:04.854 INFO kablam! Oct 31 22:45:04.855 INFO kablam! warning: cannot find type `NewNewsletterUser` in this scope Oct 31 22:45:04.855 INFO kablam! --> src/db/newsletter/models.rs:34:10 Oct 31 22:45:04.855 INFO kablam! | Oct 31 22:45:04.855 INFO kablam! 34 | #[derive(Insertable, Copy, Clone, Eq, PartialEq, Ord, PartialOrd, Hash, Debug, Default)] Oct 31 22:45:04.856 INFO kablam! | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 31 22:45:04.856 INFO kablam! | Oct 31 22:45:04.856 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 31 22:45:04.856 INFO kablam! = note: for more information, see issue #50504 Oct 31 22:45:04.856 INFO kablam! Oct 31 22:45:04.861 INFO kablam! warning: cannot find type `table` in this scope Oct 31 22:45:04.862 INFO kablam! --> <::diesel::macros::table_body macros>:165:33 Oct 31 22:45:04.862 INFO kablam! | Oct 31 22:45:04.863 INFO kablam! 165 | derive ( Debug , Clone , Copy , QueryId ) ] /// The actual table struct Oct 31 22:45:04.865 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 31 22:45:04.865 INFO kablam! | Oct 31 22:45:04.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 31 22:45:04.866 INFO kablam! = note: for more information, see issue #50504 Oct 31 22:45:04.866 INFO kablam! Oct 31 22:45:04.867 INFO kablam! warning: cannot find type `id` in this scope Oct 31 22:45:04.867 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 31 22:45:04.868 INFO kablam! | Oct 31 22:45:04.868 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 31 22:45:04.868 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 31 22:45:04.868 INFO kablam! | Oct 31 22:45:04.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 31 22:45:04.869 INFO kablam! = note: for more information, see issue #50504 Oct 31 22:45:04.869 INFO kablam! Oct 31 22:45:04.877 INFO kablam! warning: cannot find type `email` in this scope Oct 31 22:45:04.877 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 31 22:45:04.877 INFO kablam! | Oct 31 22:45:04.878 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 31 22:45:04.878 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 31 22:45:04.878 INFO kablam! | Oct 31 22:45:04.879 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 31 22:45:04.879 INFO kablam! = note: for more information, see issue #50504 Oct 31 22:45:04.879 INFO kablam! Oct 31 22:45:04.879 INFO kablam! warning: cannot find type `token` in this scope Oct 31 22:45:04.880 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 31 22:45:04.880 INFO kablam! | Oct 31 22:45:04.880 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 31 22:45:04.881 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 31 22:45:04.881 INFO kablam! | Oct 31 22:45:04.881 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 31 22:45:04.881 INFO kablam! = note: for more information, see issue #50504 Oct 31 22:45:04.882 INFO kablam! Oct 31 22:45:05.200 INFO kablam! warning: use of deprecated Rocket attribute `error` (deprecated since v0.3.15) Oct 31 22:45:05.200 INFO kablam! --> src/routes/error.rs:8:1 Oct 31 22:45:05.200 INFO kablam! | Oct 31 22:45:05.200 INFO kablam! 8 | #[error(404)] Oct 31 22:45:05.200 INFO kablam! | ^^^^^^^^^^^^^ Oct 31 22:45:05.200 INFO kablam! | Oct 31 22:45:05.200 INFO kablam! = help: the `error` attribute was replaced by the `catch` attribute: `#[catch(..)]` Oct 31 22:45:05.200 INFO kablam! Oct 31 22:45:05.248 INFO kablam! warning: use of deprecated Rocket macro `errors` (deprecated since v0.3.15) Oct 31 22:45:05.248 INFO kablam! --> src/main.rs:67:17 Oct 31 22:45:05.248 INFO kablam! | Oct 31 22:45:05.248 INFO kablam! 67 | ).catch(errors![routes::error::not_found,]) Oct 31 22:45:05.248 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 31 22:45:05.248 INFO kablam! | Oct 31 22:45:05.248 INFO kablam! = help: the `errors` macro was replaced by the `catchers` macro: `catchers![..]` Oct 31 22:45:05.248 INFO kablam! Oct 31 22:45:05.348 INFO kablam! warning: cannot find type `NewsletterUser` in this scope Oct 31 22:45:05.348 INFO kablam! --> src/db/newsletter/models.rs:8:5 Oct 31 22:45:05.348 INFO kablam! | Oct 31 22:45:05.348 INFO kablam! 8 | Queryable, Deserialize, Serialize, Debug, Clone, Eq, PartialEq, Ord, PartialOrd, Hash, Default, Oct 31 22:45:05.348 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 31 22:45:05.348 INFO kablam! | Oct 31 22:45:05.348 INFO kablam! = note: #[warn(proc_macro_derive_resolution_fallback)] on by default Oct 31 22:45:05.348 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 31 22:45:05.348 INFO kablam! = note: for more information, see issue #50504 Oct 31 22:45:05.348 INFO kablam! Oct 31 22:45:05.348 INFO kablam! warning: cannot find type `newsletter_users` in this scope Oct 31 22:45:05.348 INFO kablam! --> src/db/newsletter/models.rs:34:10 Oct 31 22:45:05.348 INFO kablam! | Oct 31 22:45:05.348 INFO kablam! 34 | #[derive(Insertable, Copy, Clone, Eq, PartialEq, Ord, PartialOrd, Hash, Debug, Default)] Oct 31 22:45:05.349 INFO kablam! | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 31 22:45:05.349 INFO kablam! | Oct 31 22:45:05.349 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 31 22:45:05.349 INFO kablam! = note: for more information, see issue #50504 Oct 31 22:45:05.349 INFO kablam! Oct 31 22:45:05.349 INFO kablam! warning: cannot find type `NewNewsletterUser` in this scope Oct 31 22:45:05.349 INFO kablam! --> src/db/newsletter/models.rs:34:10 Oct 31 22:45:05.349 INFO kablam! | Oct 31 22:45:05.349 INFO kablam! 34 | #[derive(Insertable, Copy, Clone, Eq, PartialEq, Ord, PartialOrd, Hash, Debug, Default)] Oct 31 22:45:05.349 INFO kablam! | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 31 22:45:05.349 INFO kablam! | Oct 31 22:45:05.349 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 31 22:45:05.349 INFO kablam! = note: for more information, see issue #50504 Oct 31 22:45:05.349 INFO kablam! Oct 31 22:45:05.349 INFO kablam! warning: cannot find type `table` in this scope Oct 31 22:45:05.349 INFO kablam! --> <::diesel::macros::table_body macros>:165:33 Oct 31 22:45:05.349 INFO kablam! | Oct 31 22:45:05.349 INFO kablam! 165 | derive ( Debug , Clone , Copy , QueryId ) ] /// The actual table struct Oct 31 22:45:05.349 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 31 22:45:05.349 INFO kablam! | Oct 31 22:45:05.349 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 31 22:45:05.349 INFO kablam! = note: for more information, see issue #50504 Oct 31 22:45:05.349 INFO kablam! Oct 31 22:45:05.349 INFO kablam! warning: cannot find type `id` in this scope Oct 31 22:45:05.349 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 31 22:45:05.349 INFO kablam! | Oct 31 22:45:05.349 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 31 22:45:05.349 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 31 22:45:05.349 INFO kablam! | Oct 31 22:45:05.349 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 31 22:45:05.349 INFO kablam! = note: for more information, see issue #50504 Oct 31 22:45:05.349 INFO kablam! Oct 31 22:45:05.349 INFO kablam! warning: cannot find type `email` in this scope Oct 31 22:45:05.349 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 31 22:45:05.349 INFO kablam! | Oct 31 22:45:05.349 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 31 22:45:05.349 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 31 22:45:05.349 INFO kablam! | Oct 31 22:45:05.349 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 31 22:45:05.349 INFO kablam! = note: for more information, see issue #50504 Oct 31 22:45:05.349 INFO kablam! Oct 31 22:45:05.349 INFO kablam! warning: cannot find type `token` in this scope Oct 31 22:45:05.349 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 31 22:45:05.349 INFO kablam! | Oct 31 22:45:05.349 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 31 22:45:05.349 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 31 22:45:05.349 INFO kablam! | Oct 31 22:45:05.349 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 31 22:45:05.349 INFO kablam! = note: for more information, see issue #50504 Oct 31 22:45:05.349 INFO kablam! Oct 31 22:45:06.862 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 37s Oct 31 22:45:06.885 INFO kablam! su: No module specific data is present Oct 31 22:45:08.800 INFO running `"docker" "rm" "-f" "958aea1a79da5e4397ff43d71b8f0a371e2cb50d98b52ee8cc6d0c5e9f101c6a"` Oct 31 22:45:09.228 INFO blam! 958aea1a79da5e4397ff43d71b8f0a371e2cb50d98b52ee8cc6d0c5e9f101c6a