Nov 09 19:12:12.285 INFO checking LachlanHogan/chat-app-websocket against master#653da4fd006c97625247acd7e076d0782cdc149b for pr-55632 Nov 09 19:12:12.287 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55632/worker-5/master#653da4fd006c97625247acd7e076d0782cdc149b:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-5/pr-55632/master#653da4fd006c97625247acd7e076d0782cdc149b:/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 +653da4fd006c97625247acd7e076d0782cdc149b-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 09 19:12:12.835 INFO blam! f574eae0636c8aaac7e1ae880c5777f0616bd2caeba8757dda3264dce0e9e299 Nov 09 19:12:12.839 INFO running `"docker" "start" "-a" "f574eae0636c8aaac7e1ae880c5777f0616bd2caeba8757dda3264dce0e9e299"` Nov 09 19:12:13.758 INFO kablam! usermod: no changes Nov 09 19:12:13.907 INFO kablam! Compiling syn v0.13.10 Nov 09 19:12:13.907 INFO kablam! Checking ws v0.7.6 Nov 09 19:12:13.907 INFO kablam! Checking dotenv v0.9.0 Nov 09 19:12:35.338 INFO kablam! Compiling diesel_derives v1.3.0 Nov 09 19:12:35.339 INFO kablam! Compiling serde_derive v1.0.55 Nov 09 19:12:49.315 INFO kablam! Checking diesel v1.3.0 Nov 09 19:13:37.826 INFO kablam! Checking chat-app-websocket v0.1.0 (/source) Nov 09 19:13:41.495 INFO kablam! warning: cannot find type `Message` in this scope Nov 09 19:13:41.495 INFO kablam! --> src/models.rs:11:10 Nov 09 19:13:41.495 INFO kablam! | Nov 09 19:13:41.495 INFO kablam! 11 | #[derive(Queryable)] Nov 09 19:13:41.495 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 09 19:13:41.495 INFO kablam! | Nov 09 19:13:41.495 INFO kablam! = note: #[warn(proc_macro_derive_resolution_fallback)] on by default Nov 09 19:13:41.495 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 09 19:13:41.495 INFO kablam! = note: for more information, see issue #50504 Nov 09 19:13:41.495 INFO kablam! Nov 09 19:13:41.495 INFO kablam! warning: cannot find type `messages` in this scope Nov 09 19:13:41.495 INFO kablam! --> src/models.rs:21:10 Nov 09 19:13:41.495 INFO kablam! | Nov 09 19:13:41.495 INFO kablam! 21 | #[derive(Insertable)] Nov 09 19:13:41.495 INFO kablam! | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 09 19:13:41.495 INFO kablam! | Nov 09 19:13:41.495 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 09 19:13:41.495 INFO kablam! = note: for more information, see issue #50504 Nov 09 19:13:41.495 INFO kablam! Nov 09 19:13:41.495 INFO kablam! warning: cannot find type `NewMessage` in this scope Nov 09 19:13:41.495 INFO kablam! --> src/models.rs:21:10 Nov 09 19:13:41.495 INFO kablam! | Nov 09 19:13:41.495 INFO kablam! 21 | #[derive(Insertable)] Nov 09 19:13:41.495 INFO kablam! | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 09 19:13:41.495 INFO kablam! | Nov 09 19:13:41.495 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 09 19:13:41.495 INFO kablam! = note: for more information, see issue #50504 Nov 09 19:13:41.495 INFO kablam! Nov 09 19:13:41.495 INFO kablam! warning: cannot find type `table` in this scope Nov 09 19:13:41.495 INFO kablam! --> <::diesel::macros::table_body macros>:165:33 Nov 09 19:13:41.495 INFO kablam! | Nov 09 19:13:41.495 INFO kablam! 165 | derive ( Debug , Clone , Copy , QueryId ) ] /// The actual table struct Nov 09 19:13:41.495 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 09 19:13:41.495 INFO kablam! | Nov 09 19:13:41.495 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 09 19:13:41.495 INFO kablam! = note: for more information, see issue #50504 Nov 09 19:13:41.495 INFO kablam! Nov 09 19:13:41.495 INFO kablam! warning: cannot find type `id` in this scope Nov 09 19:13:41.495 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Nov 09 19:13:41.495 INFO kablam! | Nov 09 19:13:41.495 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 09 19:13:41.502 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 09 19:13:41.502 INFO kablam! | Nov 09 19:13:41.502 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 09 19:13:41.502 INFO kablam! = note: for more information, see issue #50504 Nov 09 19:13:41.502 INFO kablam! Nov 09 19:13:41.502 INFO kablam! warning: cannot find type `message` in this scope Nov 09 19:13:41.502 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Nov 09 19:13:41.502 INFO kablam! | Nov 09 19:13:41.502 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 09 19:13:41.502 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 09 19:13:41.502 INFO kablam! | Nov 09 19:13:41.502 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 09 19:13:41.502 INFO kablam! = note: for more information, see issue #50504 Nov 09 19:13:41.502 INFO kablam! Nov 09 19:13:41.502 INFO kablam! warning: cannot find type `username` in this scope Nov 09 19:13:41.502 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Nov 09 19:13:41.502 INFO kablam! | Nov 09 19:13:41.502 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 09 19:13:41.502 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 09 19:13:41.502 INFO kablam! | Nov 09 19:13:41.502 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 09 19:13:41.502 INFO kablam! = note: for more information, see issue #50504 Nov 09 19:13:41.502 INFO kablam! Nov 09 19:13:41.502 INFO kablam! warning: cannot find type `user_from` in this scope Nov 09 19:13:41.502 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Nov 09 19:13:41.502 INFO kablam! | Nov 09 19:13:41.502 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 09 19:13:41.502 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 09 19:13:41.502 INFO kablam! | Nov 09 19:13:41.502 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 09 19:13:41.502 INFO kablam! = note: for more information, see issue #50504 Nov 09 19:13:41.502 INFO kablam! Nov 09 19:13:41.502 INFO kablam! warning: cannot find type `user_to` in this scope Nov 09 19:13:41.502 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Nov 09 19:13:41.502 INFO kablam! | Nov 09 19:13:41.502 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 09 19:13:41.502 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 09 19:13:41.502 INFO kablam! | Nov 09 19:13:41.502 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 09 19:13:41.502 INFO kablam! = note: for more information, see issue #50504 Nov 09 19:13:41.503 INFO kablam! Nov 09 19:13:41.519 INFO kablam! warning: cannot find type `time` in this scope Nov 09 19:13:41.519 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Nov 09 19:13:41.519 INFO kablam! | Nov 09 19:13:41.519 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 09 19:13:41.519 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 09 19:13:41.519 INFO kablam! | Nov 09 19:13:41.519 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 09 19:13:41.519 INFO kablam! = note: for more information, see issue #50504 Nov 09 19:13:41.519 INFO kablam! Nov 09 19:13:41.819 INFO kablam! warning: cannot find type `Message` in this scope Nov 09 19:13:41.819 INFO kablam! --> src/models.rs:11:10 Nov 09 19:13:41.819 INFO kablam! | Nov 09 19:13:41.819 INFO kablam! 11 | #[derive(Queryable)] Nov 09 19:13:41.819 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 09 19:13:41.819 INFO kablam! | Nov 09 19:13:41.819 INFO kablam! = note: #[warn(proc_macro_derive_resolution_fallback)] on by default Nov 09 19:13:41.819 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 09 19:13:41.819 INFO kablam! = note: for more information, see issue #50504 Nov 09 19:13:41.819 INFO kablam! Nov 09 19:13:41.819 INFO kablam! warning: cannot find type `messages` in this scope Nov 09 19:13:41.819 INFO kablam! --> src/models.rs:21:10 Nov 09 19:13:41.819 INFO kablam! | Nov 09 19:13:41.819 INFO kablam! 21 | #[derive(Insertable)] Nov 09 19:13:41.819 INFO kablam! | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 09 19:13:41.819 INFO kablam! | Nov 09 19:13:41.819 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 09 19:13:41.819 INFO kablam! = note: for more information, see issue #50504 Nov 09 19:13:41.819 INFO kablam! Nov 09 19:13:41.819 INFO kablam! warning: cannot find type `NewMessage` in this scope Nov 09 19:13:41.819 INFO kablam! --> src/models.rs:21:10 Nov 09 19:13:41.819 INFO kablam! | Nov 09 19:13:41.819 INFO kablam! 21 | #[derive(Insertable)] Nov 09 19:13:41.819 INFO kablam! | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 09 19:13:41.819 INFO kablam! | Nov 09 19:13:41.819 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 09 19:13:41.819 INFO kablam! = note: for more information, see issue #50504 Nov 09 19:13:41.819 INFO kablam! Nov 09 19:13:41.819 INFO kablam! warning: cannot find type `table` in this scope Nov 09 19:13:41.819 INFO kablam! --> <::diesel::macros::table_body macros>:165:33 Nov 09 19:13:41.820 INFO kablam! | Nov 09 19:13:41.820 INFO kablam! 165 | derive ( Debug , Clone , Copy , QueryId ) ] /// The actual table struct Nov 09 19:13:41.820 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 09 19:13:41.820 INFO kablam! | Nov 09 19:13:41.820 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 09 19:13:41.820 INFO kablam! = note: for more information, see issue #50504 Nov 09 19:13:41.820 INFO kablam! Nov 09 19:13:41.820 INFO kablam! warning: cannot find type `id` in this scope Nov 09 19:13:41.820 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Nov 09 19:13:41.820 INFO kablam! | Nov 09 19:13:41.820 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 09 19:13:41.820 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 09 19:13:41.820 INFO kablam! | Nov 09 19:13:41.820 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 09 19:13:41.820 INFO kablam! = note: for more information, see issue #50504 Nov 09 19:13:41.820 INFO kablam! Nov 09 19:13:41.820 INFO kablam! warning: cannot find type `message` in this scope Nov 09 19:13:41.820 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Nov 09 19:13:41.820 INFO kablam! | Nov 09 19:13:41.820 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 09 19:13:41.820 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 09 19:13:41.820 INFO kablam! | Nov 09 19:13:41.820 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 09 19:13:41.820 INFO kablam! = note: for more information, see issue #50504 Nov 09 19:13:41.820 INFO kablam! Nov 09 19:13:41.820 INFO kablam! warning: cannot find type `username` in this scope Nov 09 19:13:41.820 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Nov 09 19:13:41.820 INFO kablam! | Nov 09 19:13:41.820 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 09 19:13:41.820 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 09 19:13:41.820 INFO kablam! | Nov 09 19:13:41.820 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 09 19:13:41.820 INFO kablam! = note: for more information, see issue #50504 Nov 09 19:13:41.820 INFO kablam! Nov 09 19:13:41.820 INFO kablam! warning: cannot find type `user_from` in this scope Nov 09 19:13:41.820 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Nov 09 19:13:41.820 INFO kablam! | Nov 09 19:13:41.820 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 09 19:13:41.820 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 09 19:13:41.820 INFO kablam! | Nov 09 19:13:41.820 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 09 19:13:41.820 INFO kablam! = note: for more information, see issue #50504 Nov 09 19:13:41.820 INFO kablam! Nov 09 19:13:41.820 INFO kablam! warning: cannot find type `user_to` in this scope Nov 09 19:13:41.820 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Nov 09 19:13:41.820 INFO kablam! | Nov 09 19:13:41.820 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 09 19:13:41.820 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 09 19:13:41.820 INFO kablam! | Nov 09 19:13:41.820 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 09 19:13:41.820 INFO kablam! = note: for more information, see issue #50504 Nov 09 19:13:41.820 INFO kablam! Nov 09 19:13:41.820 INFO kablam! warning: cannot find type `time` in this scope Nov 09 19:13:41.820 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Nov 09 19:13:41.820 INFO kablam! | Nov 09 19:13:41.820 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 09 19:13:41.820 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 09 19:13:41.820 INFO kablam! | Nov 09 19:13:41.820 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 09 19:13:41.820 INFO kablam! = note: for more information, see issue #50504 Nov 09 19:13:41.820 INFO kablam! Nov 09 19:13:42.719 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 28s Nov 09 19:13:42.728 INFO kablam! su: No module specific data is present Nov 09 19:13:44.079 INFO running `"docker" "rm" "-f" "f574eae0636c8aaac7e1ae880c5777f0616bd2caeba8757dda3264dce0e9e299"` Nov 09 19:13:44.335 INFO blam! f574eae0636c8aaac7e1ae880c5777f0616bd2caeba8757dda3264dce0e9e299