Nov 28 12:35:02.228 INFO checking LachlanHogan/chat-app-websocket against master#0b9f19dff1347e29bf4362ab5a8fab84b43023b5 for pr-56074 Nov 28 12:35:02.229 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56074/worker-4/master#0b9f19dff1347e29bf4362ab5a8fab84b43023b5:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-4/pr-56074/master#0b9f19dff1347e29bf4362ab5a8fab84b43023b5:/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 +0b9f19dff1347e29bf4362ab5a8fab84b43023b5-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"` Nov 28 12:35:02.402 INFO [stdout] c1aab39918aebbc9718c2e7dd19c8c86d26c457e8104c402e0703cc90b35b95e Nov 28 12:35:02.403 INFO running `"docker" "start" "-a" "c1aab39918aebbc9718c2e7dd19c8c86d26c457e8104c402e0703cc90b35b95e"` Nov 28 12:35:02.856 INFO [stderr] usermod: no changes Nov 28 12:35:03.059 INFO [stderr] Compiling syn v0.13.10 Nov 28 12:35:03.059 INFO [stderr] Checking dotenv v0.9.0 Nov 28 12:35:03.072 INFO [stderr] Checking ws v0.7.6 Nov 28 12:35:24.972 INFO [stderr] Compiling diesel_derives v1.3.0 Nov 28 12:35:24.972 INFO [stderr] Compiling serde_derive v1.0.55 Nov 28 12:35:38.423 INFO [stderr] Checking diesel v1.3.0 Nov 28 12:36:24.933 INFO [stderr] Checking chat-app-websocket v0.1.0 (/source) Nov 28 12:36:28.713 INFO [stderr] warning: cannot find type `Message` in this scope Nov 28 12:36:28.713 INFO [stderr] --> src/models.rs:11:10 Nov 28 12:36:28.713 INFO [stderr] | Nov 28 12:36:28.713 INFO [stderr] 11 | #[derive(Queryable)] Nov 28 12:36:28.713 INFO [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 28 12:36:28.713 INFO [stderr] | Nov 28 12:36:28.713 INFO [stderr] = note: #[warn(proc_macro_derive_resolution_fallback)] on by default Nov 28 12:36:28.713 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 28 12:36:28.713 INFO [stderr] = note: for more information, see issue #50504 Nov 28 12:36:28.713 INFO [stderr] Nov 28 12:36:28.713 INFO [stderr] warning: cannot find type `messages` in this scope Nov 28 12:36:28.713 INFO [stderr] --> src/models.rs:21:10 Nov 28 12:36:28.713 INFO [stderr] | Nov 28 12:36:28.713 INFO [stderr] 21 | #[derive(Insertable)] Nov 28 12:36:28.713 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 28 12:36:28.713 INFO [stderr] | Nov 28 12:36:28.713 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 28 12:36:28.713 INFO [stderr] = note: for more information, see issue #50504 Nov 28 12:36:28.713 INFO [stderr] Nov 28 12:36:28.713 INFO [stderr] warning: cannot find type `NewMessage` in this scope Nov 28 12:36:28.713 INFO [stderr] --> src/models.rs:21:10 Nov 28 12:36:28.713 INFO [stderr] | Nov 28 12:36:28.713 INFO [stderr] 21 | #[derive(Insertable)] Nov 28 12:36:28.713 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 28 12:36:28.713 INFO [stderr] | Nov 28 12:36:28.713 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 28 12:36:28.713 INFO [stderr] = note: for more information, see issue #50504 Nov 28 12:36:28.713 INFO [stderr] Nov 28 12:36:28.713 INFO [stderr] warning: cannot find type `table` in this scope Nov 28 12:36:28.713 INFO [stderr] --> <::diesel::macros::table_body macros>:165:33 Nov 28 12:36:28.713 INFO [stderr] | Nov 28 12:36:28.713 INFO [stderr] 165 | derive ( Debug , Clone , Copy , QueryId ) ] /// The actual table struct Nov 28 12:36:28.713 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 28 12:36:28.713 INFO [stderr] | Nov 28 12:36:28.713 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 28 12:36:28.713 INFO [stderr] = note: for more information, see issue #50504 Nov 28 12:36:28.713 INFO [stderr] Nov 28 12:36:28.713 INFO [stderr] warning: cannot find type `id` in this scope Nov 28 12:36:28.713 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 28 12:36:28.713 INFO [stderr] | Nov 28 12:36:28.713 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 28 12:36:28.713 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 28 12:36:28.713 INFO [stderr] | Nov 28 12:36:28.713 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 28 12:36:28.713 INFO [stderr] = note: for more information, see issue #50504 Nov 28 12:36:28.713 INFO [stderr] Nov 28 12:36:28.713 INFO [stderr] warning: cannot find type `message` in this scope Nov 28 12:36:28.713 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 28 12:36:28.713 INFO [stderr] | Nov 28 12:36:28.713 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 28 12:36:28.713 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 28 12:36:28.713 INFO [stderr] | Nov 28 12:36:28.713 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 28 12:36:28.713 INFO [stderr] = note: for more information, see issue #50504 Nov 28 12:36:28.713 INFO [stderr] Nov 28 12:36:28.713 INFO [stderr] warning: cannot find type `username` in this scope Nov 28 12:36:28.713 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 28 12:36:28.713 INFO [stderr] | Nov 28 12:36:28.713 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 28 12:36:28.713 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 28 12:36:28.713 INFO [stderr] | Nov 28 12:36:28.713 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 28 12:36:28.713 INFO [stderr] = note: for more information, see issue #50504 Nov 28 12:36:28.713 INFO [stderr] Nov 28 12:36:28.713 INFO [stderr] warning: cannot find type `user_from` in this scope Nov 28 12:36:28.713 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 28 12:36:28.713 INFO [stderr] | Nov 28 12:36:28.713 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 28 12:36:28.713 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 28 12:36:28.713 INFO [stderr] | Nov 28 12:36:28.713 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 28 12:36:28.713 INFO [stderr] = note: for more information, see issue #50504 Nov 28 12:36:28.713 INFO [stderr] Nov 28 12:36:28.713 INFO [stderr] warning: cannot find type `user_to` in this scope Nov 28 12:36:28.713 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 28 12:36:28.713 INFO [stderr] | Nov 28 12:36:28.714 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 28 12:36:28.714 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 28 12:36:28.714 INFO [stderr] | Nov 28 12:36:28.714 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 28 12:36:28.714 INFO [stderr] = note: for more information, see issue #50504 Nov 28 12:36:28.714 INFO [stderr] Nov 28 12:36:28.714 INFO [stderr] warning: cannot find type `time` in this scope Nov 28 12:36:28.714 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 28 12:36:28.714 INFO [stderr] | Nov 28 12:36:28.714 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 28 12:36:28.714 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 28 12:36:28.714 INFO [stderr] | Nov 28 12:36:28.714 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 28 12:36:28.714 INFO [stderr] = note: for more information, see issue #50504 Nov 28 12:36:28.714 INFO [stderr] Nov 28 12:36:29.040 INFO [stderr] warning: cannot find type `Message` in this scope Nov 28 12:36:29.041 INFO [stderr] --> src/models.rs:11:10 Nov 28 12:36:29.041 INFO [stderr] | Nov 28 12:36:29.041 INFO [stderr] 11 | #[derive(Queryable)] Nov 28 12:36:29.041 INFO [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 28 12:36:29.041 INFO [stderr] | Nov 28 12:36:29.041 INFO [stderr] = note: #[warn(proc_macro_derive_resolution_fallback)] on by default Nov 28 12:36:29.041 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 28 12:36:29.041 INFO [stderr] = note: for more information, see issue #50504 Nov 28 12:36:29.041 INFO [stderr] Nov 28 12:36:29.041 INFO [stderr] warning: cannot find type `messages` in this scope Nov 28 12:36:29.041 INFO [stderr] --> src/models.rs:21:10 Nov 28 12:36:29.041 INFO [stderr] | Nov 28 12:36:29.041 INFO [stderr] 21 | #[derive(Insertable)] Nov 28 12:36:29.041 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 28 12:36:29.041 INFO [stderr] | Nov 28 12:36:29.041 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 28 12:36:29.041 INFO [stderr] = note: for more information, see issue #50504 Nov 28 12:36:29.041 INFO [stderr] Nov 28 12:36:29.041 INFO [stderr] warning: cannot find type `NewMessage` in this scope Nov 28 12:36:29.041 INFO [stderr] --> src/models.rs:21:10 Nov 28 12:36:29.041 INFO [stderr] | Nov 28 12:36:29.041 INFO [stderr] 21 | #[derive(Insertable)] Nov 28 12:36:29.041 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 28 12:36:29.041 INFO [stderr] | Nov 28 12:36:29.041 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 28 12:36:29.041 INFO [stderr] = note: for more information, see issue #50504 Nov 28 12:36:29.041 INFO [stderr] Nov 28 12:36:29.041 INFO [stderr] warning: cannot find type `table` in this scope Nov 28 12:36:29.041 INFO [stderr] --> <::diesel::macros::table_body macros>:165:33 Nov 28 12:36:29.041 INFO [stderr] | Nov 28 12:36:29.041 INFO [stderr] 165 | derive ( Debug , Clone , Copy , QueryId ) ] /// The actual table struct Nov 28 12:36:29.041 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 28 12:36:29.041 INFO [stderr] | Nov 28 12:36:29.041 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 28 12:36:29.041 INFO [stderr] = note: for more information, see issue #50504 Nov 28 12:36:29.041 INFO [stderr] Nov 28 12:36:29.041 INFO [stderr] warning: cannot find type `id` in this scope Nov 28 12:36:29.041 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 28 12:36:29.041 INFO [stderr] | Nov 28 12:36:29.041 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 28 12:36:29.041 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 28 12:36:29.041 INFO [stderr] | Nov 28 12:36:29.041 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 28 12:36:29.041 INFO [stderr] = note: for more information, see issue #50504 Nov 28 12:36:29.041 INFO [stderr] Nov 28 12:36:29.041 INFO [stderr] warning: cannot find type `message` in this scope Nov 28 12:36:29.041 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 28 12:36:29.041 INFO [stderr] | Nov 28 12:36:29.041 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 28 12:36:29.041 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 28 12:36:29.041 INFO [stderr] | Nov 28 12:36:29.041 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 28 12:36:29.041 INFO [stderr] = note: for more information, see issue #50504 Nov 28 12:36:29.041 INFO [stderr] Nov 28 12:36:29.041 INFO [stderr] warning: cannot find type `username` in this scope Nov 28 12:36:29.041 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 28 12:36:29.041 INFO [stderr] | Nov 28 12:36:29.041 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 28 12:36:29.041 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 28 12:36:29.041 INFO [stderr] | Nov 28 12:36:29.041 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 28 12:36:29.041 INFO [stderr] = note: for more information, see issue #50504 Nov 28 12:36:29.041 INFO [stderr] Nov 28 12:36:29.041 INFO [stderr] warning: cannot find type `user_from` in this scope Nov 28 12:36:29.041 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 28 12:36:29.041 INFO [stderr] | Nov 28 12:36:29.041 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 28 12:36:29.041 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 28 12:36:29.041 INFO [stderr] | Nov 28 12:36:29.041 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 28 12:36:29.041 INFO [stderr] = note: for more information, see issue #50504 Nov 28 12:36:29.041 INFO [stderr] Nov 28 12:36:29.041 INFO [stderr] warning: cannot find type `user_to` in this scope Nov 28 12:36:29.041 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 28 12:36:29.041 INFO [stderr] | Nov 28 12:36:29.041 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 28 12:36:29.041 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 28 12:36:29.041 INFO [stderr] | Nov 28 12:36:29.041 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 28 12:36:29.041 INFO [stderr] = note: for more information, see issue #50504 Nov 28 12:36:29.041 INFO [stderr] Nov 28 12:36:29.041 INFO [stderr] warning: cannot find type `time` in this scope Nov 28 12:36:29.042 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 28 12:36:29.042 INFO [stderr] | Nov 28 12:36:29.042 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 28 12:36:29.042 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 28 12:36:29.042 INFO [stderr] | Nov 28 12:36:29.042 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 28 12:36:29.042 INFO [stderr] = note: for more information, see issue #50504 Nov 28 12:36:29.042 INFO [stderr] Nov 28 12:36:29.545 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 26s Nov 28 12:36:29.552 INFO [stderr] su: No module specific data is present Nov 28 12:36:30.066 INFO running `"docker" "inspect" "c1aab39918aebbc9718c2e7dd19c8c86d26c457e8104c402e0703cc90b35b95e"` Nov 28 12:36:30.270 INFO running `"docker" "rm" "-f" "c1aab39918aebbc9718c2e7dd19c8c86d26c457e8104c402e0703cc90b35b95e"` Nov 28 12:36:30.517 INFO [stdout] c1aab39918aebbc9718c2e7dd19c8c86d26c457e8104c402e0703cc90b35b95e