Nov 09 06:47:36.705 INFO checking raven-os/raven-os-org against try#dc13be39fae8d4c607889b27de374b52586485a3 for pr-55632 Nov 09 06:47:36.705 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55632/worker-0/try#dc13be39fae8d4c607889b27de374b52586485a3:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-0/pr-55632/try#dc13be39fae8d4c607889b27de374b52586485a3:/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 +dc13be39fae8d4c607889b27de374b52586485a3-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 09 06:47:36.972 INFO blam! 8aec5b33715abadff72b1942d661268ca34d3e5420e383942933c34fd17d8c22 Nov 09 06:47:36.972 INFO running `"docker" "start" "-a" "8aec5b33715abadff72b1942d661268ca34d3e5420e383942933c34fd17d8c22"` Nov 09 06:47:37.406 INFO kablam! usermod: no changes Nov 09 06:47:37.717 INFO kablam! Compiling safemem v0.3.0 Nov 09 06:47:37.723 INFO kablam! Compiling isatty v0.1.9 Nov 09 06:47:37.723 INFO kablam! Compiling mysqlclient-sys v0.2.3 Nov 09 06:47:37.723 INFO kablam! Compiling pear_codegen v0.0.20 Nov 09 06:47:37.723 INFO kablam! Compiling rocket v0.3.16 Nov 09 06:47:37.723 INFO kablam! Compiling rocket_codegen v0.3.16 Nov 09 06:47:37.730 INFO kablam! Compiling log v0.3.9 Nov 09 06:47:38.155 INFO kablam! Checking r2d2 v0.8.2 Nov 09 06:47:38.257 INFO kablam! Compiling lazy_static v1.1.0 Nov 09 06:47:38.976 INFO kablam! Compiling memchr v2.1.0 Nov 09 06:47:39.227 INFO kablam! Compiling base64 v0.9.3 Nov 09 06:47:39.266 INFO kablam! Compiling toml v0.4.7 Nov 09 06:47:39.279 INFO kablam! Checking mime v0.2.6 Nov 09 06:47:39.339 INFO kablam! Compiling crossbeam-epoch v0.3.1 Nov 09 06:47:39.719 INFO kablam! Compiling diesel_derives v1.3.0 Nov 09 06:47:39.783 INFO kablam! Checking regex v0.2.11 Nov 09 06:47:42.167 INFO kablam! Checking hyper v0.10.13 Nov 09 06:47:45.259 INFO kablam! Compiling crossbeam-deque v0.2.0 Nov 09 06:47:47.491 INFO kablam! Compiling rayon-core v1.4.1 Nov 09 06:47:47.631 INFO kablam! Checking handlebars v0.28.3 Nov 09 06:47:47.631 INFO kablam! Checking dotenv v0.9.0 Nov 09 06:47:54.703 INFO kablam! Compiling rayon v0.7.1 Nov 09 06:48:00.907 INFO kablam! Compiling ring v0.11.0 Nov 09 06:48:01.421 INFO kablam! Checking diesel v1.3.3 Nov 09 06:48:20.472 INFO kablam! Checking cookie v0.9.2 Nov 09 06:48:36.226 INFO kablam! Checking rocket_contrib v0.3.16 Nov 09 06:49:14.674 INFO kablam! Checking r2d2-diesel v1.0.0 Nov 09 06:49:15.320 INFO kablam! Checking raven-os-org v0.1.0 (/source) Nov 09 06:49:17.773 INFO kablam! warning: use of deprecated Rocket attribute `error` (deprecated since v0.3.15) Nov 09 06:49:17.774 INFO kablam! --> src/routes/error.rs:8:1 Nov 09 06:49:17.774 INFO kablam! | Nov 09 06:49:17.774 INFO kablam! 8 | #[error(404)] Nov 09 06:49:17.775 INFO kablam! | ^^^^^^^^^^^^^ Nov 09 06:49:17.775 INFO kablam! | Nov 09 06:49:17.775 INFO kablam! = help: the `error` attribute was replaced by the `catch` attribute: `#[catch(..)]` Nov 09 06:49:17.775 INFO kablam! Nov 09 06:49:17.824 INFO kablam! warning: use of deprecated Rocket macro `errors` (deprecated since v0.3.15) Nov 09 06:49:17.824 INFO kablam! --> src/main.rs:67:17 Nov 09 06:49:17.824 INFO kablam! | Nov 09 06:49:17.824 INFO kablam! 67 | ).catch(errors![routes::error::not_found,]) Nov 09 06:49:17.824 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Nov 09 06:49:17.824 INFO kablam! | Nov 09 06:49:17.825 INFO kablam! = help: the `errors` macro was replaced by the `catchers` macro: `catchers![..]` Nov 09 06:49:17.835 INFO kablam! Nov 09 06:49:17.887 INFO kablam! warning: use of deprecated Rocket attribute `error` (deprecated since v0.3.15) Nov 09 06:49:17.887 INFO kablam! --> src/routes/error.rs:8:1 Nov 09 06:49:17.888 INFO kablam! | Nov 09 06:49:17.888 INFO kablam! 8 | #[error(404)] Nov 09 06:49:17.888 INFO kablam! | ^^^^^^^^^^^^^ Nov 09 06:49:17.889 INFO kablam! | Nov 09 06:49:17.889 INFO kablam! = help: the `error` attribute was replaced by the `catch` attribute: `#[catch(..)]` Nov 09 06:49:17.889 INFO kablam! Nov 09 06:49:17.907 INFO kablam! warning: cannot find type `NewsletterUser` in this scope Nov 09 06:49:17.907 INFO kablam! --> src/db/newsletter/models.rs:8:5 Nov 09 06:49:17.907 INFO kablam! | Nov 09 06:49:17.907 INFO kablam! 8 | Queryable, Deserialize, Serialize, Debug, Clone, Eq, PartialEq, Ord, PartialOrd, Hash, Default, Nov 09 06:49:17.907 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 09 06:49:17.907 INFO kablam! | Nov 09 06:49:17.907 INFO kablam! = note: #[warn(proc_macro_derive_resolution_fallback)] on by default Nov 09 06:49:17.907 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 09 06:49:17.907 INFO kablam! = note: for more information, see issue #50504 Nov 09 06:49:17.907 INFO kablam! Nov 09 06:49:17.907 INFO kablam! warning: cannot find type `newsletter_users` in this scope Nov 09 06:49:17.907 INFO kablam! --> src/db/newsletter/models.rs:34:10 Nov 09 06:49:17.907 INFO kablam! | Nov 09 06:49:17.907 INFO kablam! 34 | #[derive(Insertable, Copy, Clone, Eq, PartialEq, Ord, PartialOrd, Hash, Debug, Default)] Nov 09 06:49:17.907 INFO kablam! | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 09 06:49:17.907 INFO kablam! | Nov 09 06:49:17.907 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 09 06:49:17.907 INFO kablam! = note: for more information, see issue #50504 Nov 09 06:49:17.907 INFO kablam! Nov 09 06:49:17.907 INFO kablam! warning: cannot find type `NewNewsletterUser` in this scope Nov 09 06:49:17.907 INFO kablam! --> src/db/newsletter/models.rs:34:10 Nov 09 06:49:17.907 INFO kablam! | Nov 09 06:49:17.907 INFO kablam! 34 | #[derive(Insertable, Copy, Clone, Eq, PartialEq, Ord, PartialOrd, Hash, Debug, Default)] Nov 09 06:49:17.907 INFO kablam! | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 09 06:49:17.907 INFO kablam! | Nov 09 06:49:17.907 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 09 06:49:17.907 INFO kablam! = note: for more information, see issue #50504 Nov 09 06:49:17.907 INFO kablam! Nov 09 06:49:17.907 INFO kablam! warning: cannot find type `table` in this scope Nov 09 06:49:17.907 INFO kablam! --> <::diesel::macros::table_body macros>:165:33 Nov 09 06:49:17.907 INFO kablam! | Nov 09 06:49:17.907 INFO kablam! 165 | derive ( Debug , Clone , Copy , QueryId ) ] /// The actual table struct Nov 09 06:49:17.907 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 09 06:49:17.907 INFO kablam! | Nov 09 06:49:17.907 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 09 06:49:17.907 INFO kablam! = note: for more information, see issue #50504 Nov 09 06:49:17.907 INFO kablam! Nov 09 06:49:17.919 INFO kablam! warning: cannot find type `id` in this scope Nov 09 06:49:17.919 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Nov 09 06:49:17.919 INFO kablam! | Nov 09 06:49:17.919 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 09 06:49:17.919 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 09 06:49:17.919 INFO kablam! | Nov 09 06:49:17.919 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 09 06:49:17.919 INFO kablam! = note: for more information, see issue #50504 Nov 09 06:49:17.919 INFO kablam! Nov 09 06:49:17.919 INFO kablam! warning: cannot find type `email` in this scope Nov 09 06:49:17.919 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Nov 09 06:49:17.919 INFO kablam! | Nov 09 06:49:17.919 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 09 06:49:17.919 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 09 06:49:17.919 INFO kablam! | Nov 09 06:49:17.919 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 09 06:49:17.919 INFO kablam! = note: for more information, see issue #50504 Nov 09 06:49:17.919 INFO kablam! Nov 09 06:49:17.919 INFO kablam! warning: cannot find type `token` in this scope Nov 09 06:49:17.919 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Nov 09 06:49:17.919 INFO kablam! | Nov 09 06:49:17.919 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 09 06:49:17.919 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 09 06:49:17.919 INFO kablam! | Nov 09 06:49:17.919 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 09 06:49:17.919 INFO kablam! = note: for more information, see issue #50504 Nov 09 06:49:17.919 INFO kablam! Nov 09 06:49:17.927 INFO kablam! warning: use of deprecated Rocket macro `errors` (deprecated since v0.3.15) Nov 09 06:49:17.927 INFO kablam! --> src/main.rs:67:17 Nov 09 06:49:17.927 INFO kablam! | Nov 09 06:49:17.927 INFO kablam! 67 | ).catch(errors![routes::error::not_found,]) Nov 09 06:49:17.927 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Nov 09 06:49:17.927 INFO kablam! | Nov 09 06:49:17.927 INFO kablam! = help: the `errors` macro was replaced by the `catchers` macro: `catchers![..]` Nov 09 06:49:17.927 INFO kablam! Nov 09 06:49:18.067 INFO kablam! warning: cannot find type `NewsletterUser` in this scope Nov 09 06:49:18.067 INFO kablam! --> src/db/newsletter/models.rs:8:5 Nov 09 06:49:18.067 INFO kablam! | Nov 09 06:49:18.067 INFO kablam! 8 | Queryable, Deserialize, Serialize, Debug, Clone, Eq, PartialEq, Ord, PartialOrd, Hash, Default, Nov 09 06:49:18.067 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 09 06:49:18.067 INFO kablam! | Nov 09 06:49:18.067 INFO kablam! = note: #[warn(proc_macro_derive_resolution_fallback)] on by default Nov 09 06:49:18.067 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 09 06:49:18.067 INFO kablam! = note: for more information, see issue #50504 Nov 09 06:49:18.067 INFO kablam! Nov 09 06:49:18.067 INFO kablam! warning: cannot find type `newsletter_users` in this scope Nov 09 06:49:18.067 INFO kablam! --> src/db/newsletter/models.rs:34:10 Nov 09 06:49:18.067 INFO kablam! | Nov 09 06:49:18.067 INFO kablam! 34 | #[derive(Insertable, Copy, Clone, Eq, PartialEq, Ord, PartialOrd, Hash, Debug, Default)] Nov 09 06:49:18.067 INFO kablam! | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 09 06:49:18.067 INFO kablam! | Nov 09 06:49:18.067 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 09 06:49:18.067 INFO kablam! = note: for more information, see issue #50504 Nov 09 06:49:18.067 INFO kablam! Nov 09 06:49:18.067 INFO kablam! warning: cannot find type `NewNewsletterUser` in this scope Nov 09 06:49:18.067 INFO kablam! --> src/db/newsletter/models.rs:34:10 Nov 09 06:49:18.067 INFO kablam! | Nov 09 06:49:18.067 INFO kablam! 34 | #[derive(Insertable, Copy, Clone, Eq, PartialEq, Ord, PartialOrd, Hash, Debug, Default)] Nov 09 06:49:18.067 INFO kablam! | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 09 06:49:18.067 INFO kablam! | Nov 09 06:49:18.067 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 09 06:49:18.067 INFO kablam! = note: for more information, see issue #50504 Nov 09 06:49:18.067 INFO kablam! Nov 09 06:49:18.067 INFO kablam! warning: cannot find type `table` in this scope Nov 09 06:49:18.067 INFO kablam! --> <::diesel::macros::table_body macros>:165:33 Nov 09 06:49:18.067 INFO kablam! | Nov 09 06:49:18.067 INFO kablam! 165 | derive ( Debug , Clone , Copy , QueryId ) ] /// The actual table struct Nov 09 06:49:18.067 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 09 06:49:18.067 INFO kablam! | Nov 09 06:49:18.067 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 09 06:49:18.067 INFO kablam! = note: for more information, see issue #50504 Nov 09 06:49:18.067 INFO kablam! Nov 09 06:49:18.067 INFO kablam! warning: cannot find type `id` in this scope Nov 09 06:49:18.067 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Nov 09 06:49:18.067 INFO kablam! | Nov 09 06:49:18.067 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 09 06:49:18.067 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 09 06:49:18.067 INFO kablam! | Nov 09 06:49:18.067 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 09 06:49:18.067 INFO kablam! = note: for more information, see issue #50504 Nov 09 06:49:18.067 INFO kablam! Nov 09 06:49:18.067 INFO kablam! warning: cannot find type `email` in this scope Nov 09 06:49:18.067 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Nov 09 06:49:18.067 INFO kablam! | Nov 09 06:49:18.067 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 09 06:49:18.067 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 09 06:49:18.067 INFO kablam! | Nov 09 06:49:18.067 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 09 06:49:18.067 INFO kablam! = note: for more information, see issue #50504 Nov 09 06:49:18.067 INFO kablam! Nov 09 06:49:18.067 INFO kablam! warning: cannot find type `token` in this scope Nov 09 06:49:18.067 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Nov 09 06:49:18.067 INFO kablam! | Nov 09 06:49:18.067 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 09 06:49:18.067 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 09 06:49:18.067 INFO kablam! | Nov 09 06:49:18.067 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 09 06:49:18.067 INFO kablam! = note: for more information, see issue #50504 Nov 09 06:49:18.067 INFO kablam! Nov 09 06:49:19.295 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 41s Nov 09 06:49:19.313 INFO kablam! su: No module specific data is present Nov 09 06:49:20.520 INFO running `"docker" "rm" "-f" "8aec5b33715abadff72b1942d661268ca34d3e5420e383942933c34fd17d8c22"` Nov 09 06:49:20.885 INFO blam! 8aec5b33715abadff72b1942d661268ca34d3e5420e383942933c34fd17d8c22