Dec 05 01:33:14.696 INFO checking LachlanHogan/chat-app-websocket against try#1df97983eb2057dc6a8f7eb364e263b51ae23230 for pr-56481 Dec 05 01:33:14.696 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56481/worker-0/try#1df97983eb2057dc6a8f7eb364e263b51ae23230:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-0/pr-56481/try#1df97983eb2057dc6a8f7eb364e263b51ae23230:/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 +1df97983eb2057dc6a8f7eb364e263b51ae23230-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"` Dec 05 01:33:15.152 INFO [stdout] 48dedb5e6c6bf63348bf640a8136e10f8df5c40c89e40ad9c67d58c06a0284f5 Dec 05 01:33:15.154 INFO running `"docker" "start" "-a" "48dedb5e6c6bf63348bf640a8136e10f8df5c40c89e40ad9c67d58c06a0284f5"` Dec 05 01:33:16.619 INFO [stderr] usermod: no changes Dec 05 01:33:16.827 INFO [stderr] Compiling pq-sys v0.4.5 Dec 05 01:33:16.831 INFO [stderr] Checking mio v0.6.14 Dec 05 01:33:16.831 INFO [stderr] Compiling syn v0.13.10 Dec 05 01:33:16.831 INFO [stderr] Checking dotenv v0.9.0 Dec 05 01:33:20.738 INFO [stderr] Checking ws v0.7.6 Dec 05 01:33:37.922 INFO [stderr] Compiling diesel_derives v1.3.0 Dec 05 01:33:37.924 INFO [stderr] Compiling serde_derive v1.0.55 Dec 05 01:33:48.131 INFO [stderr] Checking diesel v1.3.0 Dec 05 01:34:32.316 INFO [stderr] Checking chat-app-websocket v0.1.0 (/source) Dec 05 01:34:35.687 INFO [stderr] warning: cannot find type `Message` in this scope Dec 05 01:34:35.687 INFO [stderr] --> src/models.rs:11:10 Dec 05 01:34:35.687 INFO [stderr] | Dec 05 01:34:35.687 INFO [stderr] 11 | #[derive(Queryable)] Dec 05 01:34:35.687 INFO [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 05 01:34:35.687 INFO [stderr] | Dec 05 01:34:35.687 INFO [stderr] = note: #[warn(proc_macro_derive_resolution_fallback)] on by default Dec 05 01:34:35.687 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! Dec 05 01:34:35.687 INFO [stderr] = note: for more information, see issue #50504 Dec 05 01:34:35.687 INFO [stderr] Dec 05 01:34:35.687 INFO [stderr] warning: cannot find type `messages` in this scope Dec 05 01:34:35.687 INFO [stderr] --> src/models.rs:21:10 Dec 05 01:34:35.687 INFO [stderr] | Dec 05 01:34:35.687 INFO [stderr] 21 | #[derive(Insertable)] Dec 05 01:34:35.687 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 05 01:34:35.687 INFO [stderr] | Dec 05 01:34:35.687 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! Dec 05 01:34:35.687 INFO [stderr] = note: for more information, see issue #50504 Dec 05 01:34:35.687 INFO [stderr] Dec 05 01:34:35.687 INFO [stderr] warning: cannot find type `NewMessage` in this scope Dec 05 01:34:35.687 INFO [stderr] --> src/models.rs:21:10 Dec 05 01:34:35.687 INFO [stderr] | Dec 05 01:34:35.687 INFO [stderr] 21 | #[derive(Insertable)] Dec 05 01:34:35.687 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 05 01:34:35.687 INFO [stderr] | Dec 05 01:34:35.687 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! Dec 05 01:34:35.687 INFO [stderr] = note: for more information, see issue #50504 Dec 05 01:34:35.687 INFO [stderr] Dec 05 01:34:35.687 INFO [stderr] warning: cannot find type `table` in this scope Dec 05 01:34:35.687 INFO [stderr] --> <::diesel::macros::table_body macros>:165:33 Dec 05 01:34:35.687 INFO [stderr] | Dec 05 01:34:35.687 INFO [stderr] 165 | derive ( Debug , Clone , Copy , QueryId ) ] /// The actual table struct Dec 05 01:34:35.687 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 05 01:34:35.687 INFO [stderr] | Dec 05 01:34:35.699 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! Dec 05 01:34:35.699 INFO [stderr] = note: for more information, see issue #50504 Dec 05 01:34:35.699 INFO [stderr] Dec 05 01:34:35.699 INFO [stderr] warning: cannot find type `id` in this scope Dec 05 01:34:35.699 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 05 01:34:35.699 INFO [stderr] | Dec 05 01:34:35.699 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 05 01:34:35.699 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 05 01:34:35.699 INFO [stderr] | Dec 05 01:34:35.699 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! Dec 05 01:34:35.699 INFO [stderr] = note: for more information, see issue #50504 Dec 05 01:34:35.699 INFO [stderr] Dec 05 01:34:35.699 INFO [stderr] warning: cannot find type `message` in this scope Dec 05 01:34:35.699 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 05 01:34:35.699 INFO [stderr] | Dec 05 01:34:35.699 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 05 01:34:35.699 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 05 01:34:35.699 INFO [stderr] | Dec 05 01:34:35.699 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! Dec 05 01:34:35.699 INFO [stderr] = note: for more information, see issue #50504 Dec 05 01:34:35.699 INFO [stderr] Dec 05 01:34:35.699 INFO [stderr] warning: cannot find type `username` in this scope Dec 05 01:34:35.699 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 05 01:34:35.699 INFO [stderr] | Dec 05 01:34:35.699 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 05 01:34:35.699 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 05 01:34:35.699 INFO [stderr] | Dec 05 01:34:35.699 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! Dec 05 01:34:35.699 INFO [stderr] = note: for more information, see issue #50504 Dec 05 01:34:35.699 INFO [stderr] Dec 05 01:34:35.699 INFO [stderr] warning: cannot find type `user_from` in this scope Dec 05 01:34:35.699 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 05 01:34:35.699 INFO [stderr] | Dec 05 01:34:35.699 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 05 01:34:35.699 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 05 01:34:35.699 INFO [stderr] | Dec 05 01:34:35.699 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! Dec 05 01:34:35.699 INFO [stderr] = note: for more information, see issue #50504 Dec 05 01:34:35.699 INFO [stderr] Dec 05 01:34:35.699 INFO [stderr] warning: cannot find type `user_to` in this scope Dec 05 01:34:35.699 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 05 01:34:35.699 INFO [stderr] | Dec 05 01:34:35.699 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 05 01:34:35.699 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 05 01:34:35.699 INFO [stderr] | Dec 05 01:34:35.700 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! Dec 05 01:34:35.700 INFO [stderr] = note: for more information, see issue #50504 Dec 05 01:34:35.700 INFO [stderr] Dec 05 01:34:35.700 INFO [stderr] warning: cannot find type `time` in this scope Dec 05 01:34:35.700 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 05 01:34:35.700 INFO [stderr] | Dec 05 01:34:35.700 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 05 01:34:35.700 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 05 01:34:35.700 INFO [stderr] | Dec 05 01:34:35.700 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! Dec 05 01:34:35.700 INFO [stderr] = note: for more information, see issue #50504 Dec 05 01:34:35.700 INFO [stderr] Dec 05 01:34:35.934 INFO [stderr] warning: cannot find type `Message` in this scope Dec 05 01:34:35.934 INFO [stderr] --> src/models.rs:11:10 Dec 05 01:34:35.934 INFO [stderr] | Dec 05 01:34:35.934 INFO [stderr] 11 | #[derive(Queryable)] Dec 05 01:34:35.934 INFO [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 05 01:34:35.934 INFO [stderr] | Dec 05 01:34:35.934 INFO [stderr] = note: #[warn(proc_macro_derive_resolution_fallback)] on by default Dec 05 01:34:35.934 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! Dec 05 01:34:35.935 INFO [stderr] = note: for more information, see issue #50504 Dec 05 01:34:35.935 INFO [stderr] Dec 05 01:34:35.935 INFO [stderr] warning: cannot find type `messages` in this scope Dec 05 01:34:35.935 INFO [stderr] --> src/models.rs:21:10 Dec 05 01:34:35.935 INFO [stderr] | Dec 05 01:34:35.935 INFO [stderr] 21 | #[derive(Insertable)] Dec 05 01:34:35.935 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 05 01:34:35.935 INFO [stderr] | Dec 05 01:34:35.935 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! Dec 05 01:34:35.935 INFO [stderr] = note: for more information, see issue #50504 Dec 05 01:34:35.935 INFO [stderr] Dec 05 01:34:35.935 INFO [stderr] warning: cannot find type `NewMessage` in this scope Dec 05 01:34:35.935 INFO [stderr] --> src/models.rs:21:10 Dec 05 01:34:35.935 INFO [stderr] | Dec 05 01:34:35.935 INFO [stderr] 21 | #[derive(Insertable)] Dec 05 01:34:35.935 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 05 01:34:35.935 INFO [stderr] | Dec 05 01:34:35.935 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! Dec 05 01:34:35.935 INFO [stderr] = note: for more information, see issue #50504 Dec 05 01:34:35.935 INFO [stderr] Dec 05 01:34:35.935 INFO [stderr] warning: cannot find type `table` in this scope Dec 05 01:34:35.935 INFO [stderr] --> <::diesel::macros::table_body macros>:165:33 Dec 05 01:34:35.935 INFO [stderr] | Dec 05 01:34:35.935 INFO [stderr] 165 | derive ( Debug , Clone , Copy , QueryId ) ] /// The actual table struct Dec 05 01:34:35.935 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 05 01:34:35.935 INFO [stderr] | Dec 05 01:34:35.935 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! Dec 05 01:34:35.935 INFO [stderr] = note: for more information, see issue #50504 Dec 05 01:34:35.935 INFO [stderr] Dec 05 01:34:35.939 INFO [stderr] warning: cannot find type `id` in this scope Dec 05 01:34:35.939 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 05 01:34:35.939 INFO [stderr] | Dec 05 01:34:35.939 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 05 01:34:35.939 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 05 01:34:35.939 INFO [stderr] | Dec 05 01:34:35.939 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! Dec 05 01:34:35.939 INFO [stderr] = note: for more information, see issue #50504 Dec 05 01:34:35.939 INFO [stderr] Dec 05 01:34:35.939 INFO [stderr] warning: cannot find type `message` in this scope Dec 05 01:34:35.939 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 05 01:34:35.939 INFO [stderr] | Dec 05 01:34:35.939 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 05 01:34:35.939 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 05 01:34:35.939 INFO [stderr] | Dec 05 01:34:35.939 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! Dec 05 01:34:35.939 INFO [stderr] = note: for more information, see issue #50504 Dec 05 01:34:35.939 INFO [stderr] Dec 05 01:34:35.939 INFO [stderr] warning: cannot find type `username` in this scope Dec 05 01:34:35.939 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 05 01:34:35.939 INFO [stderr] | Dec 05 01:34:35.939 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 05 01:34:35.939 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 05 01:34:35.939 INFO [stderr] | Dec 05 01:34:35.939 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! Dec 05 01:34:35.939 INFO [stderr] = note: for more information, see issue #50504 Dec 05 01:34:35.939 INFO [stderr] Dec 05 01:34:35.939 INFO [stderr] warning: cannot find type `user_from` in this scope Dec 05 01:34:35.939 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 05 01:34:35.939 INFO [stderr] | Dec 05 01:34:35.939 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 05 01:34:35.939 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 05 01:34:35.939 INFO [stderr] | Dec 05 01:34:35.939 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! Dec 05 01:34:35.939 INFO [stderr] = note: for more information, see issue #50504 Dec 05 01:34:35.939 INFO [stderr] Dec 05 01:34:35.939 INFO [stderr] warning: cannot find type `user_to` in this scope Dec 05 01:34:35.939 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 05 01:34:35.939 INFO [stderr] | Dec 05 01:34:35.939 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 05 01:34:35.939 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 05 01:34:35.939 INFO [stderr] | Dec 05 01:34:35.939 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! Dec 05 01:34:35.939 INFO [stderr] = note: for more information, see issue #50504 Dec 05 01:34:35.939 INFO [stderr] Dec 05 01:34:35.939 INFO [stderr] warning: cannot find type `time` in this scope Dec 05 01:34:35.939 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 05 01:34:35.939 INFO [stderr] | Dec 05 01:34:35.939 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 05 01:34:35.939 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 05 01:34:35.939 INFO [stderr] | Dec 05 01:34:35.939 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! Dec 05 01:34:35.939 INFO [stderr] = note: for more information, see issue #50504 Dec 05 01:34:35.939 INFO [stderr] Dec 05 01:34:36.559 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 19s Dec 05 01:34:36.567 INFO [stderr] su: No module specific data is present Dec 05 01:34:37.096 INFO running `"docker" "inspect" "48dedb5e6c6bf63348bf640a8136e10f8df5c40c89e40ad9c67d58c06a0284f5"` Dec 05 01:34:37.383 INFO running `"docker" "rm" "-f" "48dedb5e6c6bf63348bf640a8136e10f8df5c40c89e40ad9c67d58c06a0284f5"` Dec 05 01:34:37.699 INFO [stdout] 48dedb5e6c6bf63348bf640a8136e10f8df5c40c89e40ad9c67d58c06a0284f5