Nov 07 04:07:47.761 INFO checking LachlanHogan/chat-app-websocket against master#24e66c28980442a48d9458f1a4f9b76cc722dc8a for pr-55687 Nov 07 04:07:47.761 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55687/worker-6/master#24e66c28980442a48d9458f1a4f9b76cc722dc8a:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-6/pr-55687/master#24e66c28980442a48d9458f1a4f9b76cc722dc8a:/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 +24e66c28980442a48d9458f1a4f9b76cc722dc8a-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 07 04:07:48.197 INFO blam! 283737c3fa6b0b633620920ff8c3aa13d3c6417a3a732b8f487d798acbb3a92f Nov 07 04:07:48.217 INFO running `"docker" "start" "-a" "283737c3fa6b0b633620920ff8c3aa13d3c6417a3a732b8f487d798acbb3a92f"` Nov 07 04:07:49.291 INFO kablam! usermod: no changes Nov 07 04:07:49.448 INFO kablam! Compiling syn v0.13.10 Nov 07 04:07:49.450 INFO kablam! Checking dotenv v0.9.0 Nov 07 04:07:49.450 INFO kablam! Checking ws v0.7.6 Nov 07 04:08:11.145 INFO kablam! Compiling diesel_derives v1.3.0 Nov 07 04:08:11.147 INFO kablam! Compiling serde_derive v1.0.55 Nov 07 04:08:23.988 INFO kablam! Checking diesel v1.3.0 Nov 07 04:09:11.590 INFO kablam! Checking chat-app-websocket v0.1.0 (/source) Nov 07 04:09:15.429 INFO kablam! warning: cannot find type `Message` in this scope Nov 07 04:09:15.429 INFO kablam! --> src/models.rs:11:10 Nov 07 04:09:15.429 INFO kablam! | Nov 07 04:09:15.429 INFO kablam! 11 | #[derive(Queryable)] Nov 07 04:09:15.429 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 07 04:09:15.429 INFO kablam! | Nov 07 04:09:15.429 INFO kablam! = note: #[warn(proc_macro_derive_resolution_fallback)] on by default Nov 07 04:09:15.429 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! Nov 07 04:09:15.429 INFO kablam! = note: for more information, see issue #50504 Nov 07 04:09:15.429 INFO kablam! Nov 07 04:09:15.429 INFO kablam! warning: cannot find type `messages` in this scope Nov 07 04:09:15.429 INFO kablam! --> src/models.rs:21:10 Nov 07 04:09:15.429 INFO kablam! | Nov 07 04:09:15.429 INFO kablam! 21 | #[derive(Insertable)] Nov 07 04:09:15.429 INFO kablam! | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 07 04:09:15.429 INFO kablam! | Nov 07 04:09:15.429 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! Nov 07 04:09:15.429 INFO kablam! = note: for more information, see issue #50504 Nov 07 04:09:15.429 INFO kablam! Nov 07 04:09:15.429 INFO kablam! warning: cannot find type `NewMessage` in this scope Nov 07 04:09:15.429 INFO kablam! --> src/models.rs:21:10 Nov 07 04:09:15.429 INFO kablam! | Nov 07 04:09:15.429 INFO kablam! 21 | #[derive(Insertable)] Nov 07 04:09:15.429 INFO kablam! | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 07 04:09:15.429 INFO kablam! | Nov 07 04:09:15.429 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! Nov 07 04:09:15.429 INFO kablam! = note: for more information, see issue #50504 Nov 07 04:09:15.429 INFO kablam! Nov 07 04:09:15.429 INFO kablam! warning: cannot find type `table` in this scope Nov 07 04:09:15.429 INFO kablam! --> <::diesel::macros::table_body macros>:165:33 Nov 07 04:09:15.429 INFO kablam! | Nov 07 04:09:15.429 INFO kablam! 165 | derive ( Debug , Clone , Copy , QueryId ) ] /// The actual table struct Nov 07 04:09:15.429 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 07 04:09:15.429 INFO kablam! | Nov 07 04:09:15.429 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! Nov 07 04:09:15.429 INFO kablam! = note: for more information, see issue #50504 Nov 07 04:09:15.429 INFO kablam! Nov 07 04:09:15.429 INFO kablam! warning: cannot find type `id` in this scope Nov 07 04:09:15.429 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Nov 07 04:09:15.429 INFO kablam! | Nov 07 04:09:15.429 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 07 04:09:15.429 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 07 04:09:15.429 INFO kablam! | Nov 07 04:09:15.429 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! Nov 07 04:09:15.429 INFO kablam! = note: for more information, see issue #50504 Nov 07 04:09:15.429 INFO kablam! Nov 07 04:09:15.429 INFO kablam! warning: cannot find type `message` in this scope Nov 07 04:09:15.429 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Nov 07 04:09:15.429 INFO kablam! | Nov 07 04:09:15.429 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 07 04:09:15.429 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 07 04:09:15.429 INFO kablam! | Nov 07 04:09:15.429 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! Nov 07 04:09:15.429 INFO kablam! = note: for more information, see issue #50504 Nov 07 04:09:15.429 INFO kablam! Nov 07 04:09:15.429 INFO kablam! warning: cannot find type `username` in this scope Nov 07 04:09:15.429 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Nov 07 04:09:15.429 INFO kablam! | Nov 07 04:09:15.429 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 07 04:09:15.429 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 07 04:09:15.429 INFO kablam! | Nov 07 04:09:15.429 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! Nov 07 04:09:15.429 INFO kablam! = note: for more information, see issue #50504 Nov 07 04:09:15.429 INFO kablam! Nov 07 04:09:15.429 INFO kablam! warning: cannot find type `user_from` in this scope Nov 07 04:09:15.429 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Nov 07 04:09:15.430 INFO kablam! | Nov 07 04:09:15.430 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 07 04:09:15.430 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 07 04:09:15.430 INFO kablam! | Nov 07 04:09:15.430 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! Nov 07 04:09:15.430 INFO kablam! = note: for more information, see issue #50504 Nov 07 04:09:15.430 INFO kablam! Nov 07 04:09:15.430 INFO kablam! warning: cannot find type `user_to` in this scope Nov 07 04:09:15.430 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Nov 07 04:09:15.430 INFO kablam! | Nov 07 04:09:15.430 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 07 04:09:15.430 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 07 04:09:15.430 INFO kablam! | Nov 07 04:09:15.430 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! Nov 07 04:09:15.430 INFO kablam! = note: for more information, see issue #50504 Nov 07 04:09:15.430 INFO kablam! Nov 07 04:09:15.430 INFO kablam! warning: cannot find type `time` in this scope Nov 07 04:09:15.430 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Nov 07 04:09:15.430 INFO kablam! | Nov 07 04:09:15.430 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 07 04:09:15.430 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 07 04:09:15.430 INFO kablam! | Nov 07 04:09:15.430 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! Nov 07 04:09:15.430 INFO kablam! = note: for more information, see issue #50504 Nov 07 04:09:15.430 INFO kablam! Nov 07 04:09:15.432 INFO kablam! warning: cannot find type `Message` in this scope Nov 07 04:09:15.432 INFO kablam! --> src/models.rs:11:10 Nov 07 04:09:15.432 INFO kablam! | Nov 07 04:09:15.432 INFO kablam! 11 | #[derive(Queryable)] Nov 07 04:09:15.432 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 07 04:09:15.432 INFO kablam! | Nov 07 04:09:15.444 INFO kablam! = note: #[warn(proc_macro_derive_resolution_fallback)] on by default Nov 07 04:09:15.444 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! Nov 07 04:09:15.444 INFO kablam! = note: for more information, see issue #50504 Nov 07 04:09:15.444 INFO kablam! Nov 07 04:09:15.445 INFO kablam! warning: cannot find type `messages` in this scope Nov 07 04:09:15.445 INFO kablam! --> src/models.rs:21:10 Nov 07 04:09:15.445 INFO kablam! | Nov 07 04:09:15.445 INFO kablam! 21 | #[derive(Insertable)] Nov 07 04:09:15.445 INFO kablam! | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 07 04:09:15.445 INFO kablam! | Nov 07 04:09:15.445 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! Nov 07 04:09:15.445 INFO kablam! = note: for more information, see issue #50504 Nov 07 04:09:15.445 INFO kablam! Nov 07 04:09:15.445 INFO kablam! warning: cannot find type `NewMessage` in this scope Nov 07 04:09:15.445 INFO kablam! --> src/models.rs:21:10 Nov 07 04:09:15.445 INFO kablam! | Nov 07 04:09:15.445 INFO kablam! 21 | #[derive(Insertable)] Nov 07 04:09:15.445 INFO kablam! | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 07 04:09:15.445 INFO kablam! | Nov 07 04:09:15.445 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! Nov 07 04:09:15.445 INFO kablam! = note: for more information, see issue #50504 Nov 07 04:09:15.445 INFO kablam! Nov 07 04:09:15.446 INFO kablam! warning: cannot find type `table` in this scope Nov 07 04:09:15.446 INFO kablam! --> <::diesel::macros::table_body macros>:165:33 Nov 07 04:09:15.446 INFO kablam! | Nov 07 04:09:15.446 INFO kablam! 165 | derive ( Debug , Clone , Copy , QueryId ) ] /// The actual table struct Nov 07 04:09:15.446 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 07 04:09:15.446 INFO kablam! | Nov 07 04:09:15.446 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! Nov 07 04:09:15.446 INFO kablam! = note: for more information, see issue #50504 Nov 07 04:09:15.447 INFO kablam! Nov 07 04:09:15.447 INFO kablam! warning: cannot find type `id` in this scope Nov 07 04:09:15.447 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Nov 07 04:09:15.447 INFO kablam! | Nov 07 04:09:15.447 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 07 04:09:15.447 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 07 04:09:15.447 INFO kablam! | Nov 07 04:09:15.447 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! Nov 07 04:09:15.447 INFO kablam! = note: for more information, see issue #50504 Nov 07 04:09:15.447 INFO kablam! Nov 07 04:09:15.447 INFO kablam! warning: cannot find type `message` in this scope Nov 07 04:09:15.447 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Nov 07 04:09:15.447 INFO kablam! | Nov 07 04:09:15.447 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 07 04:09:15.447 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 07 04:09:15.447 INFO kablam! | Nov 07 04:09:15.447 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! Nov 07 04:09:15.447 INFO kablam! = note: for more information, see issue #50504 Nov 07 04:09:15.447 INFO kablam! Nov 07 04:09:15.447 INFO kablam! warning: cannot find type `username` in this scope Nov 07 04:09:15.447 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Nov 07 04:09:15.447 INFO kablam! | Nov 07 04:09:15.447 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 07 04:09:15.447 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 07 04:09:15.447 INFO kablam! | Nov 07 04:09:15.447 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! Nov 07 04:09:15.447 INFO kablam! = note: for more information, see issue #50504 Nov 07 04:09:15.447 INFO kablam! Nov 07 04:09:15.447 INFO kablam! warning: cannot find type `user_from` in this scope Nov 07 04:09:15.447 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Nov 07 04:09:15.447 INFO kablam! | Nov 07 04:09:15.447 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 07 04:09:15.447 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 07 04:09:15.447 INFO kablam! | Nov 07 04:09:15.447 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! Nov 07 04:09:15.447 INFO kablam! = note: for more information, see issue #50504 Nov 07 04:09:15.447 INFO kablam! Nov 07 04:09:15.448 INFO kablam! warning: cannot find type `user_to` in this scope Nov 07 04:09:15.448 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Nov 07 04:09:15.448 INFO kablam! | Nov 07 04:09:15.448 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 07 04:09:15.448 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 07 04:09:15.448 INFO kablam! | Nov 07 04:09:15.448 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! Nov 07 04:09:15.448 INFO kablam! = note: for more information, see issue #50504 Nov 07 04:09:15.448 INFO kablam! Nov 07 04:09:15.448 INFO kablam! warning: cannot find type `time` in this scope Nov 07 04:09:15.448 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Nov 07 04:09:15.448 INFO kablam! | Nov 07 04:09:15.448 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 07 04:09:15.448 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 07 04:09:15.448 INFO kablam! | Nov 07 04:09:15.448 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! Nov 07 04:09:15.456 INFO kablam! = note: for more information, see issue #50504 Nov 07 04:09:15.456 INFO kablam! Nov 07 04:09:16.473 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 27s Nov 07 04:09:16.491 INFO kablam! su: No module specific data is present Nov 07 04:09:17.964 INFO running `"docker" "rm" "-f" "283737c3fa6b0b633620920ff8c3aa13d3c6417a3a732b8f487d798acbb3a92f"` Nov 07 04:09:18.373 INFO blam! 283737c3fa6b0b633620920ff8c3aa13d3c6417a3a732b8f487d798acbb3a92f