Dec 18 06:48:44.776 INFO checking LachlanHogan/chat-app-websocket against try#0b8c5828f68d7b2840b81fa51239346dc97fef5a for pr-54252 Dec 18 06:48:44.776 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-54252/worker-3/try#0b8c5828f68d7b2840b81fa51239346dc97fef5a:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-54252/sources/try#0b8c5828f68d7b2840b81fa51239346dc97fef5a/gh/LachlanHogan/chat-app-websocket:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+0b8c5828f68d7b2840b81fa51239346dc97fef5a-alt" "check" "--frozen" "--all" "--all-targets"` Dec 18 06:48:45.081 INFO [stdout] c0c8bd9ea05040feeee5108877a23538b1b3b29998a6c674ab1a1b83ca5173f3 Dec 18 06:48:45.086 INFO running `"docker" "start" "-a" "c0c8bd9ea05040feeee5108877a23538b1b3b29998a6c674ab1a1b83ca5173f3"` Dec 18 06:48:46.372 INFO [stderr] Compiling syn v0.13.10 Dec 18 06:48:46.372 INFO [stderr] Checking ws v0.7.6 Dec 18 06:48:46.372 INFO [stderr] Checking dotenv v0.9.0 Dec 18 06:49:01.979 INFO [stderr] Compiling diesel_derives v1.3.0 Dec 18 06:49:01.981 INFO [stderr] Compiling serde_derive v1.0.55 Dec 18 06:49:12.955 INFO [stderr] Checking diesel v1.3.0 Dec 18 06:49:49.986 INFO [stderr] Checking chat-app-websocket v0.1.0 (/opt/crater/workdir) Dec 18 06:49:50.929 INFO [stderr] warning: cannot find type `Message` in this scope Dec 18 06:49:50.929 INFO [stderr] --> src/models.rs:11:10 Dec 18 06:49:50.936 INFO [stderr] | Dec 18 06:49:50.936 INFO [stderr] 11 | #[derive(Queryable)] Dec 18 06:49:50.936 INFO [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 18 06:49:50.936 INFO [stderr] | Dec 18 06:49:50.936 INFO [stderr] = note: #[warn(proc_macro_derive_resolution_fallback)] on by default Dec 18 06:49:50.936 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 18 06:49:50.936 INFO [stderr] = note: for more information, see issue #50504 Dec 18 06:49:50.936 INFO [stderr] Dec 18 06:49:50.936 INFO [stderr] warning: cannot find type `messages` in this scope Dec 18 06:49:50.936 INFO [stderr] --> src/models.rs:21:10 Dec 18 06:49:50.936 INFO [stderr] | Dec 18 06:49:50.936 INFO [stderr] 21 | #[derive(Insertable)] Dec 18 06:49:50.936 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 18 06:49:50.936 INFO [stderr] | Dec 18 06:49:50.936 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 18 06:49:50.936 INFO [stderr] = note: for more information, see issue #50504 Dec 18 06:49:50.936 INFO [stderr] Dec 18 06:49:50.936 INFO [stderr] warning: cannot find type `NewMessage` in this scope Dec 18 06:49:50.936 INFO [stderr] --> src/models.rs:21:10 Dec 18 06:49:50.936 INFO [stderr] | Dec 18 06:49:50.936 INFO [stderr] 21 | #[derive(Insertable)] Dec 18 06:49:50.936 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 18 06:49:50.936 INFO [stderr] | Dec 18 06:49:50.936 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 18 06:49:50.936 INFO [stderr] = note: for more information, see issue #50504 Dec 18 06:49:50.936 INFO [stderr] Dec 18 06:49:50.936 INFO [stderr] warning: cannot find type `table` in this scope Dec 18 06:49:50.936 INFO [stderr] --> <::diesel::macros::table_body macros>:165:33 Dec 18 06:49:50.936 INFO [stderr] | Dec 18 06:49:50.936 INFO [stderr] 165 | derive ( Debug , Clone , Copy , QueryId ) ] /// The actual table struct Dec 18 06:49:50.936 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 18 06:49:50.936 INFO [stderr] | Dec 18 06:49:50.936 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 18 06:49:50.936 INFO [stderr] = note: for more information, see issue #50504 Dec 18 06:49:50.936 INFO [stderr] Dec 18 06:49:50.936 INFO [stderr] warning: cannot find type `id` in this scope Dec 18 06:49:50.936 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 18 06:49:50.936 INFO [stderr] | Dec 18 06:49:50.936 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 18 06:49:50.936 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 18 06:49:50.936 INFO [stderr] | Dec 18 06:49:50.936 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 18 06:49:50.943 INFO [stderr] = note: for more information, see issue #50504 Dec 18 06:49:50.943 INFO [stderr] Dec 18 06:49:50.943 INFO [stderr] warning: cannot find type `message` in this scope Dec 18 06:49:50.943 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 18 06:49:50.943 INFO [stderr] | Dec 18 06:49:50.943 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 18 06:49:50.943 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 18 06:49:50.943 INFO [stderr] | Dec 18 06:49:50.943 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 18 06:49:50.943 INFO [stderr] = note: for more information, see issue #50504 Dec 18 06:49:50.943 INFO [stderr] Dec 18 06:49:50.943 INFO [stderr] warning: cannot find type `username` in this scope Dec 18 06:49:50.943 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 18 06:49:50.943 INFO [stderr] | Dec 18 06:49:50.943 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 18 06:49:50.943 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 18 06:49:50.943 INFO [stderr] | Dec 18 06:49:50.943 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 18 06:49:50.943 INFO [stderr] = note: for more information, see issue #50504 Dec 18 06:49:50.943 INFO [stderr] Dec 18 06:49:50.943 INFO [stderr] warning: cannot find type `user_from` in this scope Dec 18 06:49:50.943 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 18 06:49:50.943 INFO [stderr] | Dec 18 06:49:50.943 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 18 06:49:50.943 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 18 06:49:50.943 INFO [stderr] | Dec 18 06:49:50.943 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 18 06:49:50.943 INFO [stderr] = note: for more information, see issue #50504 Dec 18 06:49:50.943 INFO [stderr] Dec 18 06:49:50.943 INFO [stderr] warning: cannot find type `user_to` in this scope Dec 18 06:49:50.943 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 18 06:49:50.943 INFO [stderr] | Dec 18 06:49:50.943 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 18 06:49:50.943 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 18 06:49:50.943 INFO [stderr] | Dec 18 06:49:50.943 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 18 06:49:50.943 INFO [stderr] = note: for more information, see issue #50504 Dec 18 06:49:50.943 INFO [stderr] Dec 18 06:49:50.943 INFO [stderr] warning: cannot find type `time` in this scope Dec 18 06:49:50.943 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 18 06:49:50.943 INFO [stderr] | Dec 18 06:49:50.943 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 18 06:49:50.943 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 18 06:49:50.943 INFO [stderr] | Dec 18 06:49:50.943 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 18 06:49:50.943 INFO [stderr] = note: for more information, see issue #50504 Dec 18 06:49:50.943 INFO [stderr] Dec 18 06:49:51.050 INFO [stderr] warning: cannot find type `Message` in this scope Dec 18 06:49:51.050 INFO [stderr] --> src/models.rs:11:10 Dec 18 06:49:51.050 INFO [stderr] | Dec 18 06:49:51.050 INFO [stderr] 11 | #[derive(Queryable)] Dec 18 06:49:51.050 INFO [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 18 06:49:51.050 INFO [stderr] | Dec 18 06:49:51.050 INFO [stderr] = note: #[warn(proc_macro_derive_resolution_fallback)] on by default Dec 18 06:49:51.050 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 18 06:49:51.050 INFO [stderr] = note: for more information, see issue #50504 Dec 18 06:49:51.050 INFO [stderr] Dec 18 06:49:51.050 INFO [stderr] warning: cannot find type `messages` in this scope Dec 18 06:49:51.050 INFO [stderr] --> src/models.rs:21:10 Dec 18 06:49:51.050 INFO [stderr] | Dec 18 06:49:51.050 INFO [stderr] 21 | #[derive(Insertable)] Dec 18 06:49:51.050 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 18 06:49:51.050 INFO [stderr] | Dec 18 06:49:51.050 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 18 06:49:51.050 INFO [stderr] = note: for more information, see issue #50504 Dec 18 06:49:51.051 INFO [stderr] Dec 18 06:49:51.051 INFO [stderr] warning: cannot find type `NewMessage` in this scope Dec 18 06:49:51.051 INFO [stderr] --> src/models.rs:21:10 Dec 18 06:49:51.051 INFO [stderr] | Dec 18 06:49:51.051 INFO [stderr] 21 | #[derive(Insertable)] Dec 18 06:49:51.051 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 18 06:49:51.051 INFO [stderr] | Dec 18 06:49:51.051 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 18 06:49:51.051 INFO [stderr] = note: for more information, see issue #50504 Dec 18 06:49:51.051 INFO [stderr] Dec 18 06:49:51.051 INFO [stderr] warning: cannot find type `table` in this scope Dec 18 06:49:51.051 INFO [stderr] --> <::diesel::macros::table_body macros>:165:33 Dec 18 06:49:51.051 INFO [stderr] | Dec 18 06:49:51.051 INFO [stderr] 165 | derive ( Debug , Clone , Copy , QueryId ) ] /// The actual table struct Dec 18 06:49:51.051 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 18 06:49:51.051 INFO [stderr] | Dec 18 06:49:51.051 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 18 06:49:51.051 INFO [stderr] = note: for more information, see issue #50504 Dec 18 06:49:51.051 INFO [stderr] Dec 18 06:49:51.051 INFO [stderr] warning: cannot find type `id` in this scope Dec 18 06:49:51.051 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 18 06:49:51.051 INFO [stderr] | Dec 18 06:49:51.051 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 18 06:49:51.051 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 18 06:49:51.051 INFO [stderr] | Dec 18 06:49:51.051 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 18 06:49:51.051 INFO [stderr] = note: for more information, see issue #50504 Dec 18 06:49:51.051 INFO [stderr] Dec 18 06:49:51.051 INFO [stderr] warning: cannot find type `message` in this scope Dec 18 06:49:51.051 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 18 06:49:51.051 INFO [stderr] | Dec 18 06:49:51.051 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 18 06:49:51.051 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 18 06:49:51.051 INFO [stderr] | Dec 18 06:49:51.051 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 18 06:49:51.051 INFO [stderr] = note: for more information, see issue #50504 Dec 18 06:49:51.051 INFO [stderr] Dec 18 06:49:51.051 INFO [stderr] warning: cannot find type `username` in this scope Dec 18 06:49:51.051 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 18 06:49:51.051 INFO [stderr] | Dec 18 06:49:51.051 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 18 06:49:51.051 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 18 06:49:51.051 INFO [stderr] | Dec 18 06:49:51.051 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 18 06:49:51.057 INFO [stderr] = note: for more information, see issue #50504 Dec 18 06:49:51.057 INFO [stderr] Dec 18 06:49:51.057 INFO [stderr] warning: cannot find type `user_from` in this scope Dec 18 06:49:51.057 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 18 06:49:51.057 INFO [stderr] | Dec 18 06:49:51.057 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 18 06:49:51.057 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 18 06:49:51.057 INFO [stderr] | Dec 18 06:49:51.057 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 18 06:49:51.057 INFO [stderr] = note: for more information, see issue #50504 Dec 18 06:49:51.057 INFO [stderr] Dec 18 06:49:51.057 INFO [stderr] warning: cannot find type `user_to` in this scope Dec 18 06:49:51.057 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 18 06:49:51.057 INFO [stderr] | Dec 18 06:49:51.057 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 18 06:49:51.057 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 18 06:49:51.057 INFO [stderr] | Dec 18 06:49:51.057 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 18 06:49:51.057 INFO [stderr] = note: for more information, see issue #50504 Dec 18 06:49:51.057 INFO [stderr] Dec 18 06:49:51.057 INFO [stderr] warning: cannot find type `time` in this scope Dec 18 06:49:51.057 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 18 06:49:51.057 INFO [stderr] | Dec 18 06:49:51.057 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 18 06:49:51.057 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 18 06:49:51.057 INFO [stderr] | Dec 18 06:49:51.057 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 18 06:49:51.057 INFO [stderr] = note: for more information, see issue #50504 Dec 18 06:49:51.057 INFO [stderr] Dec 18 06:49:51.594 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 05s Dec 18 06:49:52.446 INFO running `"docker" "inspect" "c0c8bd9ea05040feeee5108877a23538b1b3b29998a6c674ab1a1b83ca5173f3"` Dec 18 06:49:52.685 INFO running `"docker" "rm" "-f" "c0c8bd9ea05040feeee5108877a23538b1b3b29998a6c674ab1a1b83ca5173f3"` Dec 18 06:49:52.940 INFO [stdout] c0c8bd9ea05040feeee5108877a23538b1b3b29998a6c674ab1a1b83ca5173f3