Oct 13 03:10:06.272 INFO testing raven-os/raven-os-org against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 13 03:10:06.272 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-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:06.692 INFO blam! 75a102fe7ec5e5b518dee93cdded5f43fb65772b2d01b515ba355803922d4fe9 Oct 13 03:10:06.699 INFO running `"docker" "start" "-a" "75a102fe7ec5e5b518dee93cdded5f43fb65772b2d01b515ba355803922d4fe9"` Oct 13 03:10:07.963 INFO kablam! usermod: no changes Oct 13 03:10:08.355 INFO kablam! Compiling uuid v0.6.5 Oct 13 03:10:08.355 INFO kablam! Compiling serde_json v1.0.31 Oct 13 03:10:08.355 INFO kablam! Compiling diesel_derives v1.3.0 Oct 13 03:10:08.363 INFO kablam! Compiling dotenv v0.9.0 Oct 13 03:10:13.835 INFO kablam! Compiling handlebars v0.28.3 Oct 13 03:10:18.875 INFO kablam! Compiling diesel v1.3.3 Oct 13 03:10:22.639 INFO kablam! Compiling rocket_contrib v0.3.16 Oct 13 03:10:52.978 INFO kablam! Compiling r2d2-diesel v1.0.0 Oct 13 03:10:53.717 INFO kablam! Compiling raven-os-org v0.1.0 (/source) Oct 13 03:10:55.599 INFO kablam! warning: use of deprecated Rocket attribute `error` (deprecated since v0.3.15) Oct 13 03:10:55.599 INFO kablam! --> src/routes/error.rs:8:1 Oct 13 03:10:55.599 INFO kablam! | Oct 13 03:10:55.599 INFO kablam! 8 | #[error(404)] Oct 13 03:10:55.599 INFO kablam! | ^^^^^^^^^^^^^ Oct 13 03:10:55.599 INFO kablam! | Oct 13 03:10:55.599 INFO kablam! = help: the `error` attribute was replaced by the `catch` attribute: `#[catch(..)]` Oct 13 03:10:55.599 INFO kablam! Oct 13 03:10:55.677 INFO kablam! warning: use of deprecated Rocket macro `errors` (deprecated since v0.3.15) Oct 13 03:10:55.678 INFO kablam! --> src/main.rs:67:17 Oct 13 03:10:55.679 INFO kablam! | Oct 13 03:10:55.683 INFO kablam! 67 | ).catch(errors![routes::error::not_found,]) Oct 13 03:10:55.683 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 03:10:55.683 INFO kablam! | Oct 13 03:10:55.684 INFO kablam! = help: the `errors` macro was replaced by the `catchers` macro: `catchers![..]` Oct 13 03:10:55.684 INFO kablam! Oct 13 03:10:55.740 INFO kablam! warning: cannot find type `NewsletterUser` in this scope Oct 13 03:10:55.741 INFO kablam! --> src/db/newsletter/models.rs:8:5 Oct 13 03:10:55.742 INFO kablam! | Oct 13 03:10:55.742 INFO kablam! 8 | Queryable, Deserialize, Serialize, Debug, Clone, Eq, PartialEq, Ord, PartialOrd, Hash, Default, Oct 13 03:10:55.743 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 13 03:10:55.744 INFO kablam! | Oct 13 03:10:55.744 INFO kablam! = note: #[warn(proc_macro_derive_resolution_fallback)] on by default Oct 13 03:10:55.744 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:10:55.744 INFO kablam! = note: for more information, see issue #50504 Oct 13 03:10:55.745 INFO kablam! Oct 13 03:10:55.745 INFO kablam! warning: cannot find type `newsletter_users` in this scope Oct 13 03:10:55.745 INFO kablam! --> src/db/newsletter/models.rs:34:10 Oct 13 03:10:55.745 INFO kablam! | Oct 13 03:10:55.746 INFO kablam! 34 | #[derive(Insertable, Copy, Clone, Eq, PartialEq, Ord, PartialOrd, Hash, Debug, Default)] Oct 13 03:10:55.746 INFO kablam! | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 13 03:10:55.746 INFO kablam! | Oct 13 03:10:55.746 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:10:55.746 INFO kablam! = note: for more information, see issue #50504 Oct 13 03:10:55.747 INFO kablam! Oct 13 03:10:55.747 INFO kablam! warning: cannot find type `NewNewsletterUser` in this scope Oct 13 03:10:55.747 INFO kablam! --> src/db/newsletter/models.rs:34:10 Oct 13 03:10:55.748 INFO kablam! | Oct 13 03:10:55.748 INFO kablam! 34 | #[derive(Insertable, Copy, Clone, Eq, PartialEq, Ord, PartialOrd, Hash, Debug, Default)] Oct 13 03:10:55.748 INFO kablam! | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 13 03:10:55.749 INFO kablam! | Oct 13 03:10:55.749 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:10:55.749 INFO kablam! = note: for more information, see issue #50504 Oct 13 03:10:55.749 INFO kablam! Oct 13 03:10:55.750 INFO kablam! warning: cannot find type `table` in this scope Oct 13 03:10:55.750 INFO kablam! --> <::diesel::macros::table_body macros>:165:33 Oct 13 03:10:55.750 INFO kablam! | Oct 13 03:10:55.751 INFO kablam! 165 | derive ( Debug , Clone , Copy , QueryId ) ] /// The actual table struct Oct 13 03:10:55.751 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 13 03:10:55.751 INFO kablam! | Oct 13 03:10:55.751 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:10:55.752 INFO kablam! = note: for more information, see issue #50504 Oct 13 03:10:55.752 INFO kablam! Oct 13 03:10:55.752 INFO kablam! warning: cannot find type `id` in this scope Oct 13 03:10:55.753 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 13 03:10:55.753 INFO kablam! | Oct 13 03:10:55.753 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 13 03:10:55.754 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 13 03:10:55.754 INFO kablam! | Oct 13 03:10:55.754 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:10:55.755 INFO kablam! = note: for more information, see issue #50504 Oct 13 03:10:55.755 INFO kablam! Oct 13 03:10:55.755 INFO kablam! warning: cannot find type `email` in this scope Oct 13 03:10:55.755 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 13 03:10:55.756 INFO kablam! | Oct 13 03:10:55.756 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 13 03:10:55.756 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 13 03:10:55.756 INFO kablam! | Oct 13 03:10:55.757 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:10:55.757 INFO kablam! = note: for more information, see issue #50504 Oct 13 03:10:55.757 INFO kablam! Oct 13 03:10:55.757 INFO kablam! warning: cannot find type `token` in this scope Oct 13 03:10:55.758 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 13 03:10:55.758 INFO kablam! | Oct 13 03:10:55.758 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 13 03:10:55.758 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 13 03:10:55.759 INFO kablam! | Oct 13 03:10:55.759 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:10:55.759 INFO kablam! = note: for more information, see issue #50504 Oct 13 03:10:55.759 INFO kablam! Oct 13 03:11:03.394 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 55.39s Oct 13 03:11:03.403 INFO kablam! su: No module specific data is present Oct 13 03:11:04.347 INFO running `"docker" "rm" "-f" "75a102fe7ec5e5b518dee93cdded5f43fb65772b2d01b515ba355803922d4fe9"` Oct 13 03:11:04.595 INFO blam! 75a102fe7ec5e5b518dee93cdded5f43fb65772b2d01b515ba355803922d4fe9 Oct 13 03:11:04.608 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-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:05.063 INFO blam! 52383ebf0aa1e45d5afa1505c7b47257c1fef01d3271debff674d658f0e5eddf Oct 13 03:11:05.065 INFO running `"docker" "start" "-a" "52383ebf0aa1e45d5afa1505c7b47257c1fef01d3271debff674d658f0e5eddf"` Oct 13 03:11:06.499 INFO kablam! usermod: no changes Oct 13 03:11:06.714 INFO kablam! Compiling raven-os-org v0.1.0 (/source) Oct 13 03:11:08.138 INFO kablam! warning: use of deprecated Rocket attribute `error` (deprecated since v0.3.15) Oct 13 03:11:08.139 INFO kablam! --> src/routes/error.rs:8:1 Oct 13 03:11:08.139 INFO kablam! | Oct 13 03:11:08.139 INFO kablam! 8 | #[error(404)] Oct 13 03:11:08.139 INFO kablam! | ^^^^^^^^^^^^^ Oct 13 03:11:08.139 INFO kablam! | Oct 13 03:11:08.139 INFO kablam! = help: the `error` attribute was replaced by the `catch` attribute: `#[catch(..)]` Oct 13 03:11:08.139 INFO kablam! Oct 13 03:11:08.155 INFO kablam! warning: use of deprecated Rocket macro `errors` (deprecated since v0.3.15) Oct 13 03:11:08.155 INFO kablam! --> src/main.rs:67:17 Oct 13 03:11:08.155 INFO kablam! | Oct 13 03:11:08.155 INFO kablam! 67 | ).catch(errors![routes::error::not_found,]) Oct 13 03:11:08.155 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 03:11:08.155 INFO kablam! | Oct 13 03:11:08.155 INFO kablam! = help: the `errors` macro was replaced by the `catchers` macro: `catchers![..]` Oct 13 03:11:08.155 INFO kablam! Oct 13 03:11:08.219 INFO kablam! warning: cannot find type `NewsletterUser` in this scope Oct 13 03:11:08.219 INFO kablam! --> src/db/newsletter/models.rs:8:5 Oct 13 03:11:08.219 INFO kablam! | Oct 13 03:11:08.219 INFO kablam! 8 | Queryable, Deserialize, Serialize, Debug, Clone, Eq, PartialEq, Ord, PartialOrd, Hash, Default, Oct 13 03:11:08.219 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 13 03:11:08.219 INFO kablam! | Oct 13 03:11:08.219 INFO kablam! = note: #[warn(proc_macro_derive_resolution_fallback)] on by default Oct 13 03:11:08.219 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:08.219 INFO kablam! = note: for more information, see issue #50504 Oct 13 03:11:08.219 INFO kablam! Oct 13 03:11:08.224 INFO kablam! warning: cannot find type `newsletter_users` in this scope Oct 13 03:11:08.224 INFO kablam! --> src/db/newsletter/models.rs:34:10 Oct 13 03:11:08.224 INFO kablam! | Oct 13 03:11:08.224 INFO kablam! 34 | #[derive(Insertable, Copy, Clone, Eq, PartialEq, Ord, PartialOrd, Hash, Debug, Default)] Oct 13 03:11:08.224 INFO kablam! | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 13 03:11:08.224 INFO kablam! | Oct 13 03:11:08.224 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:08.224 INFO kablam! = note: for more information, see issue #50504 Oct 13 03:11:08.224 INFO kablam! Oct 13 03:11:08.224 INFO kablam! warning: cannot find type `NewNewsletterUser` in this scope Oct 13 03:11:08.224 INFO kablam! --> src/db/newsletter/models.rs:34:10 Oct 13 03:11:08.224 INFO kablam! | Oct 13 03:11:08.224 INFO kablam! 34 | #[derive(Insertable, Copy, Clone, Eq, PartialEq, Ord, PartialOrd, Hash, Debug, Default)] Oct 13 03:11:08.224 INFO kablam! | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 13 03:11:08.224 INFO kablam! | Oct 13 03:11:08.224 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:08.224 INFO kablam! = note: for more information, see issue #50504 Oct 13 03:11:08.224 INFO kablam! Oct 13 03:11:08.224 INFO kablam! warning: cannot find type `table` in this scope Oct 13 03:11:08.224 INFO kablam! --> <::diesel::macros::table_body macros>:165:33 Oct 13 03:11:08.224 INFO kablam! | Oct 13 03:11:08.224 INFO kablam! 165 | derive ( Debug , Clone , Copy , QueryId ) ] /// The actual table struct Oct 13 03:11:08.224 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 13 03:11:08.224 INFO kablam! | Oct 13 03:11:08.224 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:08.224 INFO kablam! = note: for more information, see issue #50504 Oct 13 03:11:08.224 INFO kablam! Oct 13 03:11:08.224 INFO kablam! warning: cannot find type `id` in this scope Oct 13 03:11:08.224 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 13 03:11:08.224 INFO kablam! | Oct 13 03:11:08.224 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 13 03:11:08.224 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 13 03:11:08.224 INFO kablam! | Oct 13 03:11:08.224 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:08.224 INFO kablam! = note: for more information, see issue #50504 Oct 13 03:11:08.225 INFO kablam! Oct 13 03:11:08.225 INFO kablam! warning: cannot find type `email` in this scope Oct 13 03:11:08.225 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 13 03:11:08.225 INFO kablam! | Oct 13 03:11:08.225 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 13 03:11:08.225 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 13 03:11:08.225 INFO kablam! | Oct 13 03:11:08.225 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:08.225 INFO kablam! = note: for more information, see issue #50504 Oct 13 03:11:08.225 INFO kablam! Oct 13 03:11:08.225 INFO kablam! warning: cannot find type `token` in this scope Oct 13 03:11:08.225 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 13 03:11:08.225 INFO kablam! | Oct 13 03:11:08.225 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 13 03:11:08.225 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 13 03:11:08.225 INFO kablam! | Oct 13 03:11:08.225 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:08.225 INFO kablam! = note: for more information, see issue #50504 Oct 13 03:11:08.225 INFO kablam! Oct 13 03:11:12.763 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 6.23s Oct 13 03:11:12.772 INFO kablam! su: No module specific data is present Oct 13 03:11:13.581 INFO running `"docker" "rm" "-f" "52383ebf0aa1e45d5afa1505c7b47257c1fef01d3271debff674d658f0e5eddf"` Oct 13 03:11:13.801 INFO blam! 52383ebf0aa1e45d5afa1505c7b47257c1fef01d3271debff674d658f0e5eddf Oct 13 03:11:13.807 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-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:14.002 INFO blam! d726f5cdc89dc1574a790d984ca4fc0ec09a620ddfa1460e0ae3dc79788ec37b Oct 13 03:11:14.002 INFO running `"docker" "start" "-a" "d726f5cdc89dc1574a790d984ca4fc0ec09a620ddfa1460e0ae3dc79788ec37b"` Oct 13 03:11:14.758 INFO kablam! usermod: no changes Oct 13 03:11:15.008 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.22s Oct 13 03:11:15.027 INFO kablam! Running /target/debug/deps/raven_os_org-be44c20502c7d73a Oct 13 03:11:15.071 INFO blam! Oct 13 03:11:15.071 INFO blam! running 0 tests Oct 13 03:11:15.071 INFO blam! Oct 13 03:11:15.071 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 13 03:11:15.071 INFO blam! Oct 13 03:11:15.079 INFO kablam! su: No module specific data is present Oct 13 03:11:15.687 INFO running `"docker" "rm" "-f" "d726f5cdc89dc1574a790d984ca4fc0ec09a620ddfa1460e0ae3dc79788ec37b"` Oct 13 03:11:15.939 INFO blam! d726f5cdc89dc1574a790d984ca4fc0ec09a620ddfa1460e0ae3dc79788ec37b