Nov 16 16:06:08.443 INFO testing raven-os/raven-os-org against master#6b9b97bd9b704f85f0184f7a213cc4d62bd9654c for pr-55982 Nov 16 16:06:08.445 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55982/worker-3/master#6b9b97bd9b704f85f0184f7a213cc4d62bd9654c:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-3/pr-55982/master#6b9b97bd9b704f85f0184f7a213cc4d62bd9654c:/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 +6b9b97bd9b704f85f0184f7a213cc4d62bd9654c-alt build --frozen" "-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 16 16:06:08.854 INFO [stdout] 365193412f04eff1b4d4e6ff31a5e46ed3b188783ad972de02f674dfa92a5c4c Nov 16 16:06:08.855 INFO running `"docker" "start" "-a" "365193412f04eff1b4d4e6ff31a5e46ed3b188783ad972de02f674dfa92a5c4c"` Nov 16 16:06:09.967 INFO [stderr] usermod: no changes Nov 16 16:06:10.259 INFO [stderr] Compiling pear_codegen v0.0.20 Nov 16 16:06:10.259 INFO [stderr] Compiling rocket v0.3.16 Nov 16 16:06:10.263 INFO [stderr] Compiling rocket_codegen v0.3.16 Nov 16 16:06:10.269 INFO [stderr] Compiling mysqlclient-sys v0.2.3 Nov 16 16:06:10.275 INFO [stderr] Compiling r2d2 v0.8.2 Nov 16 16:06:10.275 INFO [stderr] Compiling toml v0.4.7 Nov 16 16:06:10.275 INFO [stderr] Compiling hyper v0.10.13 Nov 16 16:06:10.275 INFO [stderr] Compiling handlebars v0.28.3 Nov 16 16:06:13.495 INFO [stderr] Compiling dotenv v0.9.0 Nov 16 16:06:13.511 INFO [stderr] Compiling rayon v0.7.1 Nov 16 16:06:18.823 INFO [stderr] Compiling diesel v1.3.3 Nov 16 16:06:20.223 INFO [stderr] Compiling ring v0.11.0 Nov 16 16:06:43.217 INFO [stderr] Compiling cookie v0.9.2 Nov 16 16:06:59.422 INFO [stderr] Compiling rocket_contrib v0.3.16 Nov 16 16:07:21.078 INFO [stderr] Compiling r2d2-diesel v1.0.0 Nov 16 16:07:21.640 INFO [stderr] Compiling raven-os-org v0.1.0 (/source) Nov 16 16:07:23.067 INFO [stderr] warning: use of deprecated Rocket attribute `error` (deprecated since v0.3.15) Nov 16 16:07:23.068 INFO [stderr] --> src/routes/error.rs:8:1 Nov 16 16:07:23.068 INFO [stderr] | Nov 16 16:07:23.068 INFO [stderr] 8 | #[error(404)] Nov 16 16:07:23.069 INFO [stderr] | ^^^^^^^^^^^^^ Nov 16 16:07:23.069 INFO [stderr] | Nov 16 16:07:23.069 INFO [stderr] = help: the `error` attribute was replaced by the `catch` attribute: `#[catch(..)]` Nov 16 16:07:23.070 INFO [stderr] Nov 16 16:07:23.091 INFO [stderr] warning: use of deprecated Rocket macro `errors` (deprecated since v0.3.15) Nov 16 16:07:23.091 INFO [stderr] --> src/main.rs:67:17 Nov 16 16:07:23.092 INFO [stderr] | Nov 16 16:07:23.092 INFO [stderr] 67 | ).catch(errors![routes::error::not_found,]) Nov 16 16:07:23.092 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Nov 16 16:07:23.093 INFO [stderr] | Nov 16 16:07:23.093 INFO [stderr] = help: the `errors` macro was replaced by the `catchers` macro: `catchers![..]` Nov 16 16:07:23.093 INFO [stderr] Nov 16 16:07:23.131 INFO [stderr] warning: cannot find type `NewsletterUser` in this scope Nov 16 16:07:23.131 INFO [stderr] --> src/db/newsletter/models.rs:8:5 Nov 16 16:07:23.131 INFO [stderr] | Nov 16 16:07:23.131 INFO [stderr] 8 | Queryable, Deserialize, Serialize, Debug, Clone, Eq, PartialEq, Ord, PartialOrd, Hash, Default, Nov 16 16:07:23.131 INFO [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 16:07:23.131 INFO [stderr] | Nov 16 16:07:23.131 INFO [stderr] = note: #[warn(proc_macro_derive_resolution_fallback)] on by default Nov 16 16:07:23.131 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 16 16:07:23.131 INFO [stderr] = note: for more information, see issue #50504 Nov 16 16:07:23.131 INFO [stderr] Nov 16 16:07:23.131 INFO [stderr] warning: cannot find type `newsletter_users` in this scope Nov 16 16:07:23.131 INFO [stderr] --> src/db/newsletter/models.rs:34:10 Nov 16 16:07:23.131 INFO [stderr] | Nov 16 16:07:23.131 INFO [stderr] 34 | #[derive(Insertable, Copy, Clone, Eq, PartialEq, Ord, PartialOrd, Hash, Debug, Default)] Nov 16 16:07:23.131 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 16:07:23.131 INFO [stderr] | Nov 16 16:07:23.131 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 16 16:07:23.131 INFO [stderr] = note: for more information, see issue #50504 Nov 16 16:07:23.131 INFO [stderr] Nov 16 16:07:23.131 INFO [stderr] warning: cannot find type `NewNewsletterUser` in this scope Nov 16 16:07:23.131 INFO [stderr] --> src/db/newsletter/models.rs:34:10 Nov 16 16:07:23.131 INFO [stderr] | Nov 16 16:07:23.131 INFO [stderr] 34 | #[derive(Insertable, Copy, Clone, Eq, PartialEq, Ord, PartialOrd, Hash, Debug, Default)] Nov 16 16:07:23.131 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 16:07:23.131 INFO [stderr] | Nov 16 16:07:23.131 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 16 16:07:23.131 INFO [stderr] = note: for more information, see issue #50504 Nov 16 16:07:23.131 INFO [stderr] Nov 16 16:07:23.131 INFO [stderr] warning: cannot find type `table` in this scope Nov 16 16:07:23.131 INFO [stderr] --> <::diesel::macros::table_body macros>:165:33 Nov 16 16:07:23.131 INFO [stderr] | Nov 16 16:07:23.131 INFO [stderr] 165 | derive ( Debug , Clone , Copy , QueryId ) ] /// The actual table struct Nov 16 16:07:23.131 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 16:07:23.131 INFO [stderr] | Nov 16 16:07:23.131 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 16 16:07:23.131 INFO [stderr] = note: for more information, see issue #50504 Nov 16 16:07:23.131 INFO [stderr] Nov 16 16:07:23.131 INFO [stderr] warning: cannot find type `id` in this scope Nov 16 16:07:23.131 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 16 16:07:23.131 INFO [stderr] | Nov 16 16:07:23.131 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 16 16:07:23.131 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 16:07:23.131 INFO [stderr] | Nov 16 16:07:23.131 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 16 16:07:23.131 INFO [stderr] = note: for more information, see issue #50504 Nov 16 16:07:23.131 INFO [stderr] Nov 16 16:07:23.131 INFO [stderr] warning: cannot find type `email` in this scope Nov 16 16:07:23.131 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 16 16:07:23.131 INFO [stderr] | Nov 16 16:07:23.131 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 16 16:07:23.131 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 16:07:23.131 INFO [stderr] | Nov 16 16:07:23.131 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 16 16:07:23.132 INFO [stderr] = note: for more information, see issue #50504 Nov 16 16:07:23.132 INFO [stderr] Nov 16 16:07:23.132 INFO [stderr] warning: cannot find type `token` in this scope Nov 16 16:07:23.132 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 16 16:07:23.132 INFO [stderr] | Nov 16 16:07:23.132 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 16 16:07:23.132 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 16:07:23.132 INFO [stderr] | Nov 16 16:07:23.132 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 16 16:07:23.132 INFO [stderr] = note: for more information, see issue #50504 Nov 16 16:07:23.132 INFO [stderr] Nov 16 16:07:30.515 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 20s Nov 16 16:07:30.521 INFO [stderr] su: No module specific data is present Nov 16 16:07:31.303 INFO running `"docker" "inspect" "365193412f04eff1b4d4e6ff31a5e46ed3b188783ad972de02f674dfa92a5c4c"` Nov 16 16:07:31.545 INFO running `"docker" "rm" "-f" "365193412f04eff1b4d4e6ff31a5e46ed3b188783ad972de02f674dfa92a5c4c"` Nov 16 16:07:31.823 INFO [stdout] 365193412f04eff1b4d4e6ff31a5e46ed3b188783ad972de02f674dfa92a5c4c Nov 16 16:07:31.831 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55982/worker-3/master#6b9b97bd9b704f85f0184f7a213cc4d62bd9654c:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-3/pr-55982/master#6b9b97bd9b704f85f0184f7a213cc4d62bd9654c:/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 +6b9b97bd9b704f85f0184f7a213cc4d62bd9654c-alt test --frozen --no-run" "-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 16 16:07:32.235 INFO [stdout] 78ac2990b8d7816d6852c1f65a93335d65b3fcba361b6e134f974e89e87f240f Nov 16 16:07:32.236 INFO running `"docker" "start" "-a" "78ac2990b8d7816d6852c1f65a93335d65b3fcba361b6e134f974e89e87f240f"` Nov 16 16:07:33.657 INFO [stderr] usermod: no changes Nov 16 16:07:33.907 INFO [stderr] Compiling raven-os-org v0.1.0 (/source) Nov 16 16:07:35.224 INFO [stderr] warning: use of deprecated Rocket attribute `error` (deprecated since v0.3.15) Nov 16 16:07:35.225 INFO [stderr] --> src/routes/error.rs:8:1 Nov 16 16:07:35.225 INFO [stderr] | Nov 16 16:07:35.225 INFO [stderr] 8 | #[error(404)] Nov 16 16:07:35.225 INFO [stderr] | ^^^^^^^^^^^^^ Nov 16 16:07:35.225 INFO [stderr] | Nov 16 16:07:35.225 INFO [stderr] = help: the `error` attribute was replaced by the `catch` attribute: `#[catch(..)]` Nov 16 16:07:35.225 INFO [stderr] Nov 16 16:07:35.248 INFO [stderr] warning: use of deprecated Rocket macro `errors` (deprecated since v0.3.15) Nov 16 16:07:35.248 INFO [stderr] --> src/main.rs:67:17 Nov 16 16:07:35.249 INFO [stderr] | Nov 16 16:07:35.249 INFO [stderr] 67 | ).catch(errors![routes::error::not_found,]) Nov 16 16:07:35.249 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Nov 16 16:07:35.249 INFO [stderr] | Nov 16 16:07:35.249 INFO [stderr] = help: the `errors` macro was replaced by the `catchers` macro: `catchers![..]` Nov 16 16:07:35.249 INFO [stderr] Nov 16 16:07:35.331 INFO [stderr] warning: cannot find type `NewsletterUser` in this scope Nov 16 16:07:35.331 INFO [stderr] --> src/db/newsletter/models.rs:8:5 Nov 16 16:07:35.332 INFO [stderr] | Nov 16 16:07:35.332 INFO [stderr] 8 | Queryable, Deserialize, Serialize, Debug, Clone, Eq, PartialEq, Ord, PartialOrd, Hash, Default, Nov 16 16:07:35.332 INFO [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 16:07:35.332 INFO [stderr] | Nov 16 16:07:35.332 INFO [stderr] = note: #[warn(proc_macro_derive_resolution_fallback)] on by default Nov 16 16:07:35.332 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 16 16:07:35.332 INFO [stderr] = note: for more information, see issue #50504 Nov 16 16:07:35.332 INFO [stderr] Nov 16 16:07:35.334 INFO [stderr] warning: cannot find type `newsletter_users` in this scope Nov 16 16:07:35.334 INFO [stderr] --> src/db/newsletter/models.rs:34:10 Nov 16 16:07:35.334 INFO [stderr] | Nov 16 16:07:35.334 INFO [stderr] 34 | #[derive(Insertable, Copy, Clone, Eq, PartialEq, Ord, PartialOrd, Hash, Debug, Default)] Nov 16 16:07:35.334 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 16:07:35.334 INFO [stderr] | Nov 16 16:07:35.334 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 16 16:07:35.334 INFO [stderr] = note: for more information, see issue #50504 Nov 16 16:07:35.334 INFO [stderr] Nov 16 16:07:35.334 INFO [stderr] warning: cannot find type `NewNewsletterUser` in this scope Nov 16 16:07:35.334 INFO [stderr] --> src/db/newsletter/models.rs:34:10 Nov 16 16:07:35.334 INFO [stderr] | Nov 16 16:07:35.334 INFO [stderr] 34 | #[derive(Insertable, Copy, Clone, Eq, PartialEq, Ord, PartialOrd, Hash, Debug, Default)] Nov 16 16:07:35.334 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 16:07:35.334 INFO [stderr] | Nov 16 16:07:35.334 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 16 16:07:35.334 INFO [stderr] = note: for more information, see issue #50504 Nov 16 16:07:35.334 INFO [stderr] Nov 16 16:07:35.336 INFO [stderr] warning: cannot find type `table` in this scope Nov 16 16:07:35.336 INFO [stderr] --> <::diesel::macros::table_body macros>:165:33 Nov 16 16:07:35.336 INFO [stderr] | Nov 16 16:07:35.336 INFO [stderr] 165 | derive ( Debug , Clone , Copy , QueryId ) ] /// The actual table struct Nov 16 16:07:35.336 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 16:07:35.336 INFO [stderr] | Nov 16 16:07:35.336 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 16 16:07:35.336 INFO [stderr] = note: for more information, see issue #50504 Nov 16 16:07:35.336 INFO [stderr] Nov 16 16:07:35.337 INFO [stderr] warning: cannot find type `id` in this scope Nov 16 16:07:35.337 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 16 16:07:35.337 INFO [stderr] | Nov 16 16:07:35.337 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 16 16:07:35.337 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 16:07:35.337 INFO [stderr] | Nov 16 16:07:35.337 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 16 16:07:35.337 INFO [stderr] = note: for more information, see issue #50504 Nov 16 16:07:35.337 INFO [stderr] Nov 16 16:07:35.337 INFO [stderr] warning: cannot find type `email` in this scope Nov 16 16:07:35.337 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 16 16:07:35.337 INFO [stderr] | Nov 16 16:07:35.337 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 16 16:07:35.337 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 16:07:35.337 INFO [stderr] | Nov 16 16:07:35.337 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 16 16:07:35.337 INFO [stderr] = note: for more information, see issue #50504 Nov 16 16:07:35.337 INFO [stderr] Nov 16 16:07:35.337 INFO [stderr] warning: cannot find type `token` in this scope Nov 16 16:07:35.337 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 16 16:07:35.337 INFO [stderr] | Nov 16 16:07:35.337 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 16 16:07:35.337 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 16:07:35.337 INFO [stderr] | Nov 16 16:07:35.337 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 16 16:07:35.337 INFO [stderr] = note: for more information, see issue #50504 Nov 16 16:07:35.337 INFO [stderr] Nov 16 16:07:41.648 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 7.97s Nov 16 16:07:41.663 INFO [stderr] su: No module specific data is present Nov 16 16:07:43.619 INFO running `"docker" "inspect" "78ac2990b8d7816d6852c1f65a93335d65b3fcba361b6e134f974e89e87f240f"` Nov 16 16:07:44.013 INFO running `"docker" "rm" "-f" "78ac2990b8d7816d6852c1f65a93335d65b3fcba361b6e134f974e89e87f240f"` Nov 16 16:07:44.327 INFO [stdout] 78ac2990b8d7816d6852c1f65a93335d65b3fcba361b6e134f974e89e87f240f Nov 16 16:07:44.335 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55982/worker-3/master#6b9b97bd9b704f85f0184f7a213cc4d62bd9654c:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-3/pr-55982/master#6b9b97bd9b704f85f0184f7a213cc4d62bd9654c:/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 +6b9b97bd9b704f85f0184f7a213cc4d62bd9654c-alt test --frozen" "-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 16 16:07:44.820 INFO [stdout] 927a0b9a0b73587f9aeab31bd65a453217f7055ebaf0f6f81f4b07e658b340db Nov 16 16:07:44.825 INFO running `"docker" "start" "-a" "927a0b9a0b73587f9aeab31bd65a453217f7055ebaf0f6f81f4b07e658b340db"` Nov 16 16:07:46.123 INFO [stderr] usermod: no changes Nov 16 16:07:46.416 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.25s Nov 16 16:07:46.435 INFO [stderr] Running /target/debug/deps/raven_os_org-ec07ae3ffdf75cb1 Nov 16 16:07:46.475 INFO [stdout] Nov 16 16:07:46.475 INFO [stdout] running 0 tests Nov 16 16:07:46.475 INFO [stdout] Nov 16 16:07:46.475 INFO [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Nov 16 16:07:46.475 INFO [stdout] Nov 16 16:07:46.483 INFO [stderr] su: No module specific data is present Nov 16 16:07:47.907 INFO running `"docker" "inspect" "927a0b9a0b73587f9aeab31bd65a453217f7055ebaf0f6f81f4b07e658b340db"` Nov 16 16:07:48.183 INFO running `"docker" "rm" "-f" "927a0b9a0b73587f9aeab31bd65a453217f7055ebaf0f6f81f4b07e658b340db"` Nov 16 16:07:48.431 INFO [stdout] 927a0b9a0b73587f9aeab31bd65a453217f7055ebaf0f6f81f4b07e658b340db