Oct 26 22:27:37.457 INFO checking raven-os/raven-os-org against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192-2 Oct 26 22:27:37.457 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-4/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/pr-55192-2/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 26 22:27:37.685 INFO blam! fd530e6f1657963ee8aca8428bd7e55b693ee6f2a0ca0f3dc558243c7a3bef6d Oct 26 22:27:37.689 INFO running `"docker" "start" "-a" "fd530e6f1657963ee8aca8428bd7e55b693ee6f2a0ca0f3dc558243c7a3bef6d"` Oct 26 22:27:38.146 INFO kablam! usermod: no changes Oct 26 22:27:38.464 INFO kablam! Compiling rocket v0.3.16 Oct 26 22:27:38.464 INFO kablam! Compiling rocket_codegen v0.3.16 Oct 26 22:27:38.499 INFO kablam! Compiling mysqlclient-sys v0.2.3 Oct 26 22:27:38.500 INFO kablam! Checking scheduled-thread-pool v0.2.0 Oct 26 22:27:38.500 INFO kablam! Compiling toml v0.4.7 Oct 26 22:27:38.500 INFO kablam! Compiling diesel_derives v1.3.0 Oct 26 22:27:38.501 INFO kablam! Checking hyper v0.10.13 Oct 26 22:27:39.947 INFO kablam! Checking r2d2 v0.8.2 Oct 26 22:27:40.269 INFO kablam! Checking handlebars v0.28.3 Oct 26 22:27:40.699 INFO kablam! Checking dotenv v0.9.0 Oct 26 22:27:55.603 INFO kablam! Checking diesel v1.3.3 Oct 26 22:28:03.047 INFO kablam! Checking rocket_contrib v0.3.16 Oct 26 22:28:51.211 INFO kablam! Checking r2d2-diesel v1.0.0 Oct 26 22:28:52.015 INFO kablam! Checking raven-os-org v0.1.0 (/source) Oct 26 22:28:54.383 INFO kablam! warning: use of deprecated Rocket attribute `error` (deprecated since v0.3.15) Oct 26 22:28:54.384 INFO kablam! --> src/routes/error.rs:8:1 Oct 26 22:28:54.384 INFO kablam! | Oct 26 22:28:54.385 INFO kablam! 8 | #[error(404)] Oct 26 22:28:54.386 INFO kablam! | ^^^^^^^^^^^^^ Oct 26 22:28:54.386 INFO kablam! | Oct 26 22:28:54.387 INFO kablam! = help: the `error` attribute was replaced by the `catch` attribute: `#[catch(..)]` Oct 26 22:28:54.388 INFO kablam! Oct 26 22:28:54.435 INFO kablam! warning: use of deprecated Rocket attribute `error` (deprecated since v0.3.15) Oct 26 22:28:54.436 INFO kablam! --> src/routes/error.rs:8:1 Oct 26 22:28:54.437 INFO kablam! | Oct 26 22:28:54.437 INFO kablam! 8 | #[error(404)] Oct 26 22:28:54.438 INFO kablam! | ^^^^^^^^^^^^^ Oct 26 22:28:54.438 INFO kablam! | Oct 26 22:28:54.439 INFO kablam! = help: the `error` attribute was replaced by the `catch` attribute: `#[catch(..)]` Oct 26 22:28:54.440 INFO kablam! Oct 26 22:28:54.451 INFO kablam! warning: use of deprecated Rocket macro `errors` (deprecated since v0.3.15) Oct 26 22:28:54.451 INFO kablam! --> src/main.rs:67:17 Oct 26 22:28:54.452 INFO kablam! | Oct 26 22:28:54.453 INFO kablam! 67 | ).catch(errors![routes::error::not_found,]) Oct 26 22:28:54.453 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 22:28:54.454 INFO kablam! | Oct 26 22:28:54.455 INFO kablam! = help: the `errors` macro was replaced by the `catchers` macro: `catchers![..]` Oct 26 22:28:54.455 INFO kablam! Oct 26 22:28:54.475 INFO kablam! warning: use of deprecated Rocket macro `errors` (deprecated since v0.3.15) Oct 26 22:28:54.475 INFO kablam! --> src/main.rs:67:17 Oct 26 22:28:54.475 INFO kablam! | Oct 26 22:28:54.475 INFO kablam! 67 | ).catch(errors![routes::error::not_found,]) Oct 26 22:28:54.475 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 22:28:54.475 INFO kablam! | Oct 26 22:28:54.475 INFO kablam! = help: the `errors` macro was replaced by the `catchers` macro: `catchers![..]` Oct 26 22:28:54.475 INFO kablam! Oct 26 22:28:54.522 INFO kablam! warning: cannot find type `NewsletterUser` in this scope Oct 26 22:28:54.522 INFO kablam! --> src/db/newsletter/models.rs:8:5 Oct 26 22:28:54.522 INFO kablam! | Oct 26 22:28:54.522 INFO kablam! 8 | Queryable, Deserialize, Serialize, Debug, Clone, Eq, PartialEq, Ord, PartialOrd, Hash, Default, Oct 26 22:28:54.523 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 26 22:28:54.523 INFO kablam! | Oct 26 22:28:54.523 INFO kablam! = note: #[warn(proc_macro_derive_resolution_fallback)] on by default Oct 26 22:28:54.524 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 26 22:28:54.524 INFO kablam! = note: for more information, see issue #50504 Oct 26 22:28:54.525 INFO kablam! Oct 26 22:28:54.526 INFO kablam! warning: cannot find type `newsletter_users` in this scope Oct 26 22:28:54.526 INFO kablam! --> src/db/newsletter/models.rs:34:10 Oct 26 22:28:54.526 INFO kablam! | Oct 26 22:28:54.526 INFO kablam! 34 | #[derive(Insertable, Copy, Clone, Eq, PartialEq, Ord, PartialOrd, Hash, Debug, Default)] Oct 26 22:28:54.526 INFO kablam! | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 26 22:28:54.527 INFO kablam! | Oct 26 22:28:54.527 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 26 22:28:54.527 INFO kablam! = note: for more information, see issue #50504 Oct 26 22:28:54.528 INFO kablam! Oct 26 22:28:54.528 INFO kablam! warning: cannot find type `NewNewsletterUser` in this scope Oct 26 22:28:54.528 INFO kablam! --> src/db/newsletter/models.rs:34:10 Oct 26 22:28:54.529 INFO kablam! | Oct 26 22:28:54.529 INFO kablam! 34 | #[derive(Insertable, Copy, Clone, Eq, PartialEq, Ord, PartialOrd, Hash, Debug, Default)] Oct 26 22:28:54.529 INFO kablam! | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 26 22:28:54.530 INFO kablam! | Oct 26 22:28:54.530 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 26 22:28:54.530 INFO kablam! = note: for more information, see issue #50504 Oct 26 22:28:54.531 INFO kablam! Oct 26 22:28:54.532 INFO kablam! warning: cannot find type `table` in this scope Oct 26 22:28:54.532 INFO kablam! --> <::diesel::macros::table_body macros>:165:33 Oct 26 22:28:54.532 INFO kablam! | Oct 26 22:28:54.532 INFO kablam! 165 | derive ( Debug , Clone , Copy , QueryId ) ] /// The actual table struct Oct 26 22:28:54.532 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 26 22:28:54.532 INFO kablam! | Oct 26 22:28:54.533 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 26 22:28:54.534 INFO kablam! = note: for more information, see issue #50504 Oct 26 22:28:54.534 INFO kablam! Oct 26 22:28:54.536 INFO kablam! warning: cannot find type `id` in this scope Oct 26 22:28:54.537 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 26 22:28:54.537 INFO kablam! | Oct 26 22:28:54.537 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 26 22:28:54.537 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 26 22:28:54.537 INFO kablam! | Oct 26 22:28:54.538 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 26 22:28:54.538 INFO kablam! = note: for more information, see issue #50504 Oct 26 22:28:54.539 INFO kablam! Oct 26 22:28:54.539 INFO kablam! warning: cannot find type `email` in this scope Oct 26 22:28:54.540 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 26 22:28:54.540 INFO kablam! | Oct 26 22:28:54.540 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 26 22:28:54.540 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 26 22:28:54.540 INFO kablam! | Oct 26 22:28:54.541 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 26 22:28:54.541 INFO kablam! = note: for more information, see issue #50504 Oct 26 22:28:54.542 INFO kablam! Oct 26 22:28:54.542 INFO kablam! warning: cannot find type `token` in this scope Oct 26 22:28:54.542 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 26 22:28:54.542 INFO kablam! | Oct 26 22:28:54.543 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 26 22:28:54.543 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 26 22:28:54.543 INFO kablam! | Oct 26 22:28:54.544 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 26 22:28:54.544 INFO kablam! = note: for more information, see issue #50504 Oct 26 22:28:54.544 INFO kablam! Oct 26 22:28:54.639 INFO kablam! warning: cannot find type `NewsletterUser` in this scope Oct 26 22:28:54.639 INFO kablam! --> src/db/newsletter/models.rs:8:5 Oct 26 22:28:54.639 INFO kablam! | Oct 26 22:28:54.640 INFO kablam! 8 | Queryable, Deserialize, Serialize, Debug, Clone, Eq, PartialEq, Ord, PartialOrd, Hash, Default, Oct 26 22:28:54.640 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 26 22:28:54.640 INFO kablam! | Oct 26 22:28:54.640 INFO kablam! = note: #[warn(proc_macro_derive_resolution_fallback)] on by default Oct 26 22:28:54.641 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 26 22:28:54.641 INFO kablam! = note: for more information, see issue #50504 Oct 26 22:28:54.641 INFO kablam! Oct 26 22:28:54.641 INFO kablam! warning: cannot find type `newsletter_users` in this scope Oct 26 22:28:54.641 INFO kablam! --> src/db/newsletter/models.rs:34:10 Oct 26 22:28:54.641 INFO kablam! | Oct 26 22:28:54.641 INFO kablam! 34 | #[derive(Insertable, Copy, Clone, Eq, PartialEq, Ord, PartialOrd, Hash, Debug, Default)] Oct 26 22:28:54.641 INFO kablam! | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 26 22:28:54.641 INFO kablam! | Oct 26 22:28:54.641 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 26 22:28:54.641 INFO kablam! = note: for more information, see issue #50504 Oct 26 22:28:54.641 INFO kablam! Oct 26 22:28:54.641 INFO kablam! warning: cannot find type `NewNewsletterUser` in this scope Oct 26 22:28:54.641 INFO kablam! --> src/db/newsletter/models.rs:34:10 Oct 26 22:28:54.641 INFO kablam! | Oct 26 22:28:54.641 INFO kablam! 34 | #[derive(Insertable, Copy, Clone, Eq, PartialEq, Ord, PartialOrd, Hash, Debug, Default)] Oct 26 22:28:54.641 INFO kablam! | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 26 22:28:54.641 INFO kablam! | Oct 26 22:28:54.641 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 26 22:28:54.641 INFO kablam! = note: for more information, see issue #50504 Oct 26 22:28:54.641 INFO kablam! Oct 26 22:28:54.641 INFO kablam! warning: cannot find type `table` in this scope Oct 26 22:28:54.641 INFO kablam! --> <::diesel::macros::table_body macros>:165:33 Oct 26 22:28:54.641 INFO kablam! | Oct 26 22:28:54.641 INFO kablam! 165 | derive ( Debug , Clone , Copy , QueryId ) ] /// The actual table struct Oct 26 22:28:54.641 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 26 22:28:54.641 INFO kablam! | Oct 26 22:28:54.641 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 26 22:28:54.641 INFO kablam! = note: for more information, see issue #50504 Oct 26 22:28:54.641 INFO kablam! Oct 26 22:28:54.641 INFO kablam! warning: cannot find type `id` in this scope Oct 26 22:28:54.641 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 26 22:28:54.641 INFO kablam! | Oct 26 22:28:54.641 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 26 22:28:54.641 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 26 22:28:54.641 INFO kablam! | Oct 26 22:28:54.641 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 26 22:28:54.641 INFO kablam! = note: for more information, see issue #50504 Oct 26 22:28:54.641 INFO kablam! Oct 26 22:28:54.641 INFO kablam! warning: cannot find type `email` in this scope Oct 26 22:28:54.641 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 26 22:28:54.641 INFO kablam! | Oct 26 22:28:54.641 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 26 22:28:54.641 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 26 22:28:54.641 INFO kablam! | Oct 26 22:28:54.641 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 26 22:28:54.641 INFO kablam! = note: for more information, see issue #50504 Oct 26 22:28:54.641 INFO kablam! Oct 26 22:28:54.641 INFO kablam! warning: cannot find type `token` in this scope Oct 26 22:28:54.641 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 26 22:28:54.641 INFO kablam! | Oct 26 22:28:54.641 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 26 22:28:54.641 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 26 22:28:54.641 INFO kablam! | Oct 26 22:28:54.641 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 26 22:28:54.641 INFO kablam! = note: for more information, see issue #50504 Oct 26 22:28:54.649 INFO kablam! Oct 26 22:28:55.982 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 17s Oct 26 22:28:56.004 INFO kablam! su: No module specific data is present Oct 26 22:28:58.122 INFO running `"docker" "rm" "-f" "fd530e6f1657963ee8aca8428bd7e55b693ee6f2a0ca0f3dc558243c7a3bef6d"` Oct 26 22:28:58.443 INFO blam! fd530e6f1657963ee8aca8428bd7e55b693ee6f2a0ca0f3dc558243c7a3bef6d