Oct 13 03:10:05.261 INFO testing raven-os/raven-os-org against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 13 03:10:05.261 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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"` Oct 13 03:10:05.753 INFO blam! f9d69efd8e68c31cd3654a955839fbfebb1b5aeff2673dfb8da3b490ccf2b8c3 Oct 13 03:10:05.763 INFO running `"docker" "start" "-a" "f9d69efd8e68c31cd3654a955839fbfebb1b5aeff2673dfb8da3b490ccf2b8c3"` Oct 13 03:10:07.098 INFO kablam! usermod: no changes Oct 13 03:10:07.427 INFO kablam! Compiling rocket v0.3.16 Oct 13 03:10:07.428 INFO kablam! Compiling rocket_codegen v0.3.16 Oct 13 03:10:07.428 INFO kablam! Compiling mysqlclient-sys v0.2.3 Oct 13 03:10:07.464 INFO kablam! Compiling uuid v0.6.5 Oct 13 03:10:07.467 INFO kablam! Compiling r2d2 v0.8.2 Oct 13 03:10:07.467 INFO kablam! Compiling toml v0.4.7 Oct 13 03:10:07.467 INFO kablam! Compiling regex v0.2.11 Oct 13 03:10:07.467 INFO kablam! Compiling serde_derive v1.0.79 Oct 13 03:10:12.495 INFO kablam! Compiling diesel v1.3.3 Oct 13 03:10:20.940 INFO kablam! Compiling handlebars v0.28.3 Oct 13 03:10:20.940 INFO kablam! Compiling dotenv v0.9.0 Oct 13 03:10:41.179 INFO kablam! Compiling rocket_contrib v0.3.16 Oct 13 03:11:09.258 INFO kablam! Compiling r2d2-diesel v1.0.0 Oct 13 03:11:09.842 INFO kablam! Compiling raven-os-org v0.1.0 (/source) Oct 13 03:11:11.327 INFO kablam! warning: use of deprecated Rocket attribute `error` (deprecated since v0.3.15) Oct 13 03:11:11.327 INFO kablam! --> src/routes/error.rs:8:1 Oct 13 03:11:11.327 INFO kablam! | Oct 13 03:11:11.327 INFO kablam! 8 | #[error(404)] Oct 13 03:11:11.327 INFO kablam! | ^^^^^^^^^^^^^ Oct 13 03:11:11.327 INFO kablam! | Oct 13 03:11:11.327 INFO kablam! = help: the `error` attribute was replaced by the `catch` attribute: `#[catch(..)]` Oct 13 03:11:11.327 INFO kablam! Oct 13 03:11:11.351 INFO kablam! warning: use of deprecated Rocket macro `errors` (deprecated since v0.3.15) Oct 13 03:11:11.351 INFO kablam! --> src/main.rs:67:17 Oct 13 03:11:11.351 INFO kablam! | Oct 13 03:11:11.351 INFO kablam! 67 | ).catch(errors![routes::error::not_found,]) Oct 13 03:11:11.351 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 03:11:11.351 INFO kablam! | Oct 13 03:11:11.351 INFO kablam! = help: the `errors` macro was replaced by the `catchers` macro: `catchers![..]` Oct 13 03:11:11.351 INFO kablam! Oct 13 03:11:11.387 INFO kablam! warning: cannot find type `NewsletterUser` in this scope Oct 13 03:11:11.387 INFO kablam! --> src/db/newsletter/models.rs:8:5 Oct 13 03:11:11.387 INFO kablam! | Oct 13 03:11:11.387 INFO kablam! 8 | Queryable, Deserialize, Serialize, Debug, Clone, Eq, PartialEq, Ord, PartialOrd, Hash, Default, Oct 13 03:11:11.387 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 13 03:11:11.387 INFO kablam! | Oct 13 03:11:11.387 INFO kablam! = note: #[warn(proc_macro_derive_resolution_fallback)] on by default Oct 13 03:11:11.387 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 13 03:11:11.387 INFO kablam! = note: for more information, see issue #50504 Oct 13 03:11:11.387 INFO kablam! Oct 13 03:11:11.387 INFO kablam! warning: cannot find type `newsletter_users` in this scope Oct 13 03:11:11.387 INFO kablam! --> src/db/newsletter/models.rs:34:10 Oct 13 03:11:11.387 INFO kablam! | Oct 13 03:11:11.387 INFO kablam! 34 | #[derive(Insertable, Copy, Clone, Eq, PartialEq, Ord, PartialOrd, Hash, Debug, Default)] Oct 13 03:11:11.387 INFO kablam! | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 13 03:11:11.387 INFO kablam! | Oct 13 03:11:11.387 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 13 03:11:11.387 INFO kablam! = note: for more information, see issue #50504 Oct 13 03:11:11.387 INFO kablam! Oct 13 03:11:11.387 INFO kablam! warning: cannot find type `NewNewsletterUser` in this scope Oct 13 03:11:11.387 INFO kablam! --> src/db/newsletter/models.rs:34:10 Oct 13 03:11:11.387 INFO kablam! | Oct 13 03:11:11.387 INFO kablam! 34 | #[derive(Insertable, Copy, Clone, Eq, PartialEq, Ord, PartialOrd, Hash, Debug, Default)] Oct 13 03:11:11.387 INFO kablam! | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 13 03:11:11.387 INFO kablam! | Oct 13 03:11:11.387 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 13 03:11:11.387 INFO kablam! = note: for more information, see issue #50504 Oct 13 03:11:11.387 INFO kablam! Oct 13 03:11:11.387 INFO kablam! warning: cannot find type `table` in this scope Oct 13 03:11:11.387 INFO kablam! --> <::diesel::macros::table_body macros>:165:33 Oct 13 03:11:11.387 INFO kablam! | Oct 13 03:11:11.387 INFO kablam! 165 | derive ( Debug , Clone , Copy , QueryId ) ] /// The actual table struct Oct 13 03:11:11.387 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 13 03:11:11.387 INFO kablam! | Oct 13 03:11:11.387 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 13 03:11:11.387 INFO kablam! = note: for more information, see issue #50504 Oct 13 03:11:11.387 INFO kablam! Oct 13 03:11:11.395 INFO kablam! warning: cannot find type `id` in this scope Oct 13 03:11:11.395 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 13 03:11:11.395 INFO kablam! | Oct 13 03:11:11.395 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 13 03:11:11.395 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 13 03:11:11.395 INFO kablam! | Oct 13 03:11:11.395 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 13 03:11:11.395 INFO kablam! = note: for more information, see issue #50504 Oct 13 03:11:11.395 INFO kablam! Oct 13 03:11:11.395 INFO kablam! warning: cannot find type `email` in this scope Oct 13 03:11:11.395 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 13 03:11:11.395 INFO kablam! | Oct 13 03:11:11.395 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 13 03:11:11.395 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 13 03:11:11.395 INFO kablam! | Oct 13 03:11:11.395 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 13 03:11:11.395 INFO kablam! = note: for more information, see issue #50504 Oct 13 03:11:11.395 INFO kablam! Oct 13 03:11:11.395 INFO kablam! warning: cannot find type `token` in this scope Oct 13 03:11:11.395 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 13 03:11:11.395 INFO kablam! | Oct 13 03:11:11.395 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 13 03:11:11.395 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 13 03:11:11.403 INFO kablam! | Oct 13 03:11:11.403 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 13 03:11:11.403 INFO kablam! = note: for more information, see issue #50504 Oct 13 03:11:11.403 INFO kablam! Oct 13 03:11:16.788 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 09s Oct 13 03:11:16.791 INFO kablam! su: No module specific data is present Oct 13 03:11:17.162 INFO running `"docker" "rm" "-f" "f9d69efd8e68c31cd3654a955839fbfebb1b5aeff2673dfb8da3b490ccf2b8c3"` Oct 13 03:11:17.285 INFO blam! f9d69efd8e68c31cd3654a955839fbfebb1b5aeff2673dfb8da3b490ccf2b8c3 Oct 13 03:11:17.295 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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"` Oct 13 03:11:17.655 INFO blam! 86f85fe9f652993d9ebd6c5637004d7195e78baad8ad21c94d286cef0be09918 Oct 13 03:11:17.663 INFO running `"docker" "start" "-a" "86f85fe9f652993d9ebd6c5637004d7195e78baad8ad21c94d286cef0be09918"` Oct 13 03:11:18.975 INFO kablam! usermod: no changes Oct 13 03:11:19.194 INFO kablam! Compiling raven-os-org v0.1.0 (/source) Oct 13 03:11:20.727 INFO kablam! warning: use of deprecated Rocket attribute `error` (deprecated since v0.3.15) Oct 13 03:11:20.727 INFO kablam! --> src/routes/error.rs:8:1 Oct 13 03:11:20.727 INFO kablam! | Oct 13 03:11:20.727 INFO kablam! 8 | #[error(404)] Oct 13 03:11:20.727 INFO kablam! | ^^^^^^^^^^^^^ Oct 13 03:11:20.727 INFO kablam! | Oct 13 03:11:20.727 INFO kablam! = help: the `error` attribute was replaced by the `catch` attribute: `#[catch(..)]` Oct 13 03:11:20.727 INFO kablam! Oct 13 03:11:20.735 INFO kablam! warning: use of deprecated Rocket macro `errors` (deprecated since v0.3.15) Oct 13 03:11:20.735 INFO kablam! --> src/main.rs:67:17 Oct 13 03:11:20.735 INFO kablam! | Oct 13 03:11:20.735 INFO kablam! 67 | ).catch(errors![routes::error::not_found,]) Oct 13 03:11:20.735 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 03:11:20.735 INFO kablam! | Oct 13 03:11:20.735 INFO kablam! = help: the `errors` macro was replaced by the `catchers` macro: `catchers![..]` Oct 13 03:11:20.735 INFO kablam! Oct 13 03:11:20.799 INFO kablam! warning: cannot find type `NewsletterUser` in this scope Oct 13 03:11:20.799 INFO kablam! --> src/db/newsletter/models.rs:8:5 Oct 13 03:11:20.799 INFO kablam! | Oct 13 03:11:20.799 INFO kablam! 8 | Queryable, Deserialize, Serialize, Debug, Clone, Eq, PartialEq, Ord, PartialOrd, Hash, Default, Oct 13 03:11:20.799 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 13 03:11:20.799 INFO kablam! | Oct 13 03:11:20.799 INFO kablam! = note: #[warn(proc_macro_derive_resolution_fallback)] on by default Oct 13 03:11:20.799 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 13 03:11:20.799 INFO kablam! = note: for more information, see issue #50504 Oct 13 03:11:20.799 INFO kablam! Oct 13 03:11:20.799 INFO kablam! warning: cannot find type `newsletter_users` in this scope Oct 13 03:11:20.800 INFO kablam! --> src/db/newsletter/models.rs:34:10 Oct 13 03:11:20.800 INFO kablam! | Oct 13 03:11:20.800 INFO kablam! 34 | #[derive(Insertable, Copy, Clone, Eq, PartialEq, Ord, PartialOrd, Hash, Debug, Default)] Oct 13 03:11:20.800 INFO kablam! | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 13 03:11:20.800 INFO kablam! | Oct 13 03:11:20.800 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 13 03:11:20.800 INFO kablam! = note: for more information, see issue #50504 Oct 13 03:11:20.800 INFO kablam! Oct 13 03:11:20.800 INFO kablam! warning: cannot find type `NewNewsletterUser` in this scope Oct 13 03:11:20.800 INFO kablam! --> src/db/newsletter/models.rs:34:10 Oct 13 03:11:20.800 INFO kablam! | Oct 13 03:11:20.800 INFO kablam! 34 | #[derive(Insertable, Copy, Clone, Eq, PartialEq, Ord, PartialOrd, Hash, Debug, Default)] Oct 13 03:11:20.800 INFO kablam! | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 13 03:11:20.800 INFO kablam! | Oct 13 03:11:20.800 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 13 03:11:20.800 INFO kablam! = note: for more information, see issue #50504 Oct 13 03:11:20.800 INFO kablam! Oct 13 03:11:20.800 INFO kablam! warning: cannot find type `table` in this scope Oct 13 03:11:20.800 INFO kablam! --> <::diesel::macros::table_body macros>:165:33 Oct 13 03:11:20.800 INFO kablam! | Oct 13 03:11:20.800 INFO kablam! 165 | derive ( Debug , Clone , Copy , QueryId ) ] /// The actual table struct Oct 13 03:11:20.800 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 13 03:11:20.800 INFO kablam! | Oct 13 03:11:20.800 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 13 03:11:20.800 INFO kablam! = note: for more information, see issue #50504 Oct 13 03:11:20.800 INFO kablam! Oct 13 03:11:20.800 INFO kablam! warning: cannot find type `id` in this scope Oct 13 03:11:20.800 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 13 03:11:20.800 INFO kablam! | Oct 13 03:11:20.801 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 13 03:11:20.801 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 13 03:11:20.801 INFO kablam! | Oct 13 03:11:20.801 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 13 03:11:20.801 INFO kablam! = note: for more information, see issue #50504 Oct 13 03:11:20.801 INFO kablam! Oct 13 03:11:20.801 INFO kablam! warning: cannot find type `email` in this scope Oct 13 03:11:20.802 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 13 03:11:20.802 INFO kablam! | Oct 13 03:11:20.802 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 13 03:11:20.802 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 13 03:11:20.802 INFO kablam! | Oct 13 03:11:20.802 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 13 03:11:20.802 INFO kablam! = note: for more information, see issue #50504 Oct 13 03:11:20.802 INFO kablam! Oct 13 03:11:20.802 INFO kablam! warning: cannot find type `token` in this scope Oct 13 03:11:20.802 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 13 03:11:20.802 INFO kablam! | Oct 13 03:11:20.802 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 13 03:11:20.803 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 13 03:11:20.803 INFO kablam! | Oct 13 03:11:20.803 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 13 03:11:20.803 INFO kablam! = note: for more information, see issue #50504 Oct 13 03:11:20.803 INFO kablam! Oct 13 03:11:27.475 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 8.47s Oct 13 03:11:27.487 INFO kablam! su: No module specific data is present Oct 13 03:11:28.665 INFO running `"docker" "rm" "-f" "86f85fe9f652993d9ebd6c5637004d7195e78baad8ad21c94d286cef0be09918"` Oct 13 03:11:28.939 INFO blam! 86f85fe9f652993d9ebd6c5637004d7195e78baad8ad21c94d286cef0be09918 Oct 13 03:11:28.941 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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"` Oct 13 03:11:29.506 INFO blam! 66c8a1ed3f061717cb46d617be8f2047cfc7b882a862faa80869b8612e684160 Oct 13 03:11:29.507 INFO running `"docker" "start" "-a" "66c8a1ed3f061717cb46d617be8f2047cfc7b882a862faa80869b8612e684160"` Oct 13 03:11:32.130 INFO kablam! usermod: no changes Oct 13 03:11:32.417 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.25s Oct 13 03:11:32.435 INFO kablam! Running /target/debug/deps/raven_os_org-4d3d6dc94981b11e Oct 13 03:11:32.439 INFO blam! Oct 13 03:11:32.439 INFO blam! running 0 tests Oct 13 03:11:32.439 INFO blam! Oct 13 03:11:32.439 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 13 03:11:32.439 INFO blam! Oct 13 03:11:32.441 INFO kablam! su: No module specific data is present Oct 13 03:11:34.031 INFO running `"docker" "rm" "-f" "66c8a1ed3f061717cb46d617be8f2047cfc7b882a862faa80869b8612e684160"` Oct 13 03:11:34.387 INFO blam! 66c8a1ed3f061717cb46d617be8f2047cfc7b882a862faa80869b8612e684160