Nov 02 20:53:48.408 INFO checking LachlanHogan/chat-app-websocket against try#dc8b02d6f1e93f212fc39844ea688b634b4a03c7 for pr-55517 Nov 02 20:53:48.410 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55517/worker-0/try#dc8b02d6f1e93f212fc39844ea688b634b4a03c7:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-0/pr-55517/try#dc8b02d6f1e93f212fc39844ea688b634b4a03c7:/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 +dc8b02d6f1e93f212fc39844ea688b634b4a03c7-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 02 20:53:48.849 INFO blam! 502e6c04c5c53958e73ebc87e5d523fb04508d8b52998056a22c7ad1b98b4c27 Nov 02 20:53:48.853 INFO running `"docker" "start" "-a" "502e6c04c5c53958e73ebc87e5d523fb04508d8b52998056a22c7ad1b98b4c27"` Nov 02 20:53:50.000 INFO kablam! usermod: no changes Nov 02 20:53:50.174 INFO kablam! Compiling syn v0.13.10 Nov 02 20:53:50.175 INFO kablam! Checking ws v0.7.6 Nov 02 20:53:50.178 INFO kablam! Checking dotenv v0.9.0 Nov 02 20:54:12.530 INFO kablam! Compiling diesel_derives v1.3.0 Nov 02 20:54:12.530 INFO kablam! Compiling serde_derive v1.0.55 Nov 02 20:54:28.122 INFO kablam! Checking diesel v1.3.0 Nov 02 20:55:14.456 INFO kablam! Checking chat-app-websocket v0.1.0 (/source) Nov 02 20:55:18.520 INFO kablam! warning: cannot find type `Message` in this scope Nov 02 20:55:18.521 INFO kablam! --> src/models.rs:11:10 Nov 02 20:55:18.522 INFO kablam! | Nov 02 20:55:18.522 INFO kablam! 11 | #[derive(Queryable)] Nov 02 20:55:18.523 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 02 20:55:18.524 INFO kablam! | Nov 02 20:55:18.524 INFO kablam! = note: #[warn(proc_macro_derive_resolution_fallback)] on by default Nov 02 20:55:18.525 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 02 20:55:18.525 INFO kablam! = note: for more information, see issue #50504 Nov 02 20:55:18.526 INFO kablam! Nov 02 20:55:18.526 INFO kablam! warning: cannot find type `messages` in this scope Nov 02 20:55:18.527 INFO kablam! --> src/models.rs:21:10 Nov 02 20:55:18.528 INFO kablam! | Nov 02 20:55:18.528 INFO kablam! 21 | #[derive(Insertable)] Nov 02 20:55:18.529 INFO kablam! | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 02 20:55:18.529 INFO kablam! | Nov 02 20:55:18.530 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 02 20:55:18.530 INFO kablam! = note: for more information, see issue #50504 Nov 02 20:55:18.531 INFO kablam! Nov 02 20:55:18.532 INFO kablam! warning: cannot find type `NewMessage` in this scope Nov 02 20:55:18.532 INFO kablam! --> src/models.rs:21:10 Nov 02 20:55:18.532 INFO kablam! | Nov 02 20:55:18.532 INFO kablam! 21 | #[derive(Insertable)] Nov 02 20:55:18.532 INFO kablam! | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 02 20:55:18.532 INFO kablam! | Nov 02 20:55:18.532 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 02 20:55:18.532 INFO kablam! = note: for more information, see issue #50504 Nov 02 20:55:18.532 INFO kablam! Nov 02 20:55:18.532 INFO kablam! warning: cannot find type `table` in this scope Nov 02 20:55:18.532 INFO kablam! --> <::diesel::macros::table_body macros>:165:33 Nov 02 20:55:18.532 INFO kablam! | Nov 02 20:55:18.532 INFO kablam! 165 | derive ( Debug , Clone , Copy , QueryId ) ] /// The actual table struct Nov 02 20:55:18.532 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 02 20:55:18.532 INFO kablam! | Nov 02 20:55:18.532 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 02 20:55:18.532 INFO kablam! = note: for more information, see issue #50504 Nov 02 20:55:18.532 INFO kablam! Nov 02 20:55:18.532 INFO kablam! warning: cannot find type `id` in this scope Nov 02 20:55:18.532 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Nov 02 20:55:18.532 INFO kablam! | Nov 02 20:55:18.532 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 02 20:55:18.532 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 02 20:55:18.532 INFO kablam! | Nov 02 20:55:18.532 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 02 20:55:18.532 INFO kablam! = note: for more information, see issue #50504 Nov 02 20:55:18.532 INFO kablam! Nov 02 20:55:18.532 INFO kablam! warning: cannot find type `message` in this scope Nov 02 20:55:18.532 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Nov 02 20:55:18.532 INFO kablam! | Nov 02 20:55:18.532 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 02 20:55:18.532 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 02 20:55:18.532 INFO kablam! | Nov 02 20:55:18.532 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 02 20:55:18.532 INFO kablam! = note: for more information, see issue #50504 Nov 02 20:55:18.532 INFO kablam! Nov 02 20:55:18.532 INFO kablam! warning: cannot find type `username` in this scope Nov 02 20:55:18.532 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Nov 02 20:55:18.532 INFO kablam! | Nov 02 20:55:18.532 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 02 20:55:18.533 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 02 20:55:18.533 INFO kablam! | Nov 02 20:55:18.533 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 02 20:55:18.533 INFO kablam! = note: for more information, see issue #50504 Nov 02 20:55:18.533 INFO kablam! Nov 02 20:55:18.533 INFO kablam! warning: cannot find type `user_from` in this scope Nov 02 20:55:18.533 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Nov 02 20:55:18.533 INFO kablam! | Nov 02 20:55:18.533 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 02 20:55:18.533 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 02 20:55:18.533 INFO kablam! | Nov 02 20:55:18.533 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 02 20:55:18.533 INFO kablam! = note: for more information, see issue #50504 Nov 02 20:55:18.533 INFO kablam! Nov 02 20:55:18.533 INFO kablam! warning: cannot find type `user_to` in this scope Nov 02 20:55:18.533 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Nov 02 20:55:18.533 INFO kablam! | Nov 02 20:55:18.533 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 02 20:55:18.533 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 02 20:55:18.533 INFO kablam! | Nov 02 20:55:18.533 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 02 20:55:18.533 INFO kablam! = note: for more information, see issue #50504 Nov 02 20:55:18.533 INFO kablam! Nov 02 20:55:18.533 INFO kablam! warning: cannot find type `time` in this scope Nov 02 20:55:18.533 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Nov 02 20:55:18.533 INFO kablam! | Nov 02 20:55:18.533 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 02 20:55:18.533 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 02 20:55:18.533 INFO kablam! | Nov 02 20:55:18.533 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 02 20:55:18.533 INFO kablam! = note: for more information, see issue #50504 Nov 02 20:55:18.533 INFO kablam! Nov 02 20:55:18.694 INFO kablam! warning: cannot find type `Message` in this scope Nov 02 20:55:18.694 INFO kablam! --> src/models.rs:11:10 Nov 02 20:55:18.694 INFO kablam! | Nov 02 20:55:18.694 INFO kablam! 11 | #[derive(Queryable)] Nov 02 20:55:18.695 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 02 20:55:18.695 INFO kablam! | Nov 02 20:55:18.695 INFO kablam! = note: #[warn(proc_macro_derive_resolution_fallback)] on by default Nov 02 20:55:18.695 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 02 20:55:18.695 INFO kablam! = note: for more information, see issue #50504 Nov 02 20:55:18.695 INFO kablam! Nov 02 20:55:18.695 INFO kablam! warning: cannot find type `messages` in this scope Nov 02 20:55:18.695 INFO kablam! --> src/models.rs:21:10 Nov 02 20:55:18.695 INFO kablam! | Nov 02 20:55:18.695 INFO kablam! 21 | #[derive(Insertable)] Nov 02 20:55:18.695 INFO kablam! | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 02 20:55:18.695 INFO kablam! | Nov 02 20:55:18.695 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 02 20:55:18.695 INFO kablam! = note: for more information, see issue #50504 Nov 02 20:55:18.695 INFO kablam! Nov 02 20:55:18.695 INFO kablam! warning: cannot find type `NewMessage` in this scope Nov 02 20:55:18.695 INFO kablam! --> src/models.rs:21:10 Nov 02 20:55:18.695 INFO kablam! | Nov 02 20:55:18.695 INFO kablam! 21 | #[derive(Insertable)] Nov 02 20:55:18.696 INFO kablam! | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 02 20:55:18.696 INFO kablam! | Nov 02 20:55:18.696 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 02 20:55:18.696 INFO kablam! = note: for more information, see issue #50504 Nov 02 20:55:18.696 INFO kablam! Nov 02 20:55:18.696 INFO kablam! warning: cannot find type `table` in this scope Nov 02 20:55:18.698 INFO kablam! --> <::diesel::macros::table_body macros>:165:33 Nov 02 20:55:18.698 INFO kablam! | Nov 02 20:55:18.698 INFO kablam! 165 | derive ( Debug , Clone , Copy , QueryId ) ] /// The actual table struct Nov 02 20:55:18.698 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 02 20:55:18.698 INFO kablam! | Nov 02 20:55:18.698 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 02 20:55:18.698 INFO kablam! = note: for more information, see issue #50504 Nov 02 20:55:18.698 INFO kablam! Nov 02 20:55:18.698 INFO kablam! warning: cannot find type `id` in this scope Nov 02 20:55:18.698 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Nov 02 20:55:18.698 INFO kablam! | Nov 02 20:55:18.698 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 02 20:55:18.698 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 02 20:55:18.698 INFO kablam! | Nov 02 20:55:18.698 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 02 20:55:18.698 INFO kablam! = note: for more information, see issue #50504 Nov 02 20:55:18.698 INFO kablam! Nov 02 20:55:18.698 INFO kablam! warning: cannot find type `message` in this scope Nov 02 20:55:18.698 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Nov 02 20:55:18.698 INFO kablam! | Nov 02 20:55:18.698 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 02 20:55:18.698 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 02 20:55:18.698 INFO kablam! | Nov 02 20:55:18.698 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 02 20:55:18.698 INFO kablam! = note: for more information, see issue #50504 Nov 02 20:55:18.698 INFO kablam! Nov 02 20:55:18.698 INFO kablam! warning: cannot find type `username` in this scope Nov 02 20:55:18.698 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Nov 02 20:55:18.698 INFO kablam! | Nov 02 20:55:18.698 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 02 20:55:18.698 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 02 20:55:18.698 INFO kablam! | Nov 02 20:55:18.698 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 02 20:55:18.698 INFO kablam! = note: for more information, see issue #50504 Nov 02 20:55:18.698 INFO kablam! Nov 02 20:55:18.699 INFO kablam! warning: cannot find type `user_from` in this scope Nov 02 20:55:18.699 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Nov 02 20:55:18.699 INFO kablam! | Nov 02 20:55:18.699 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 02 20:55:18.699 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 02 20:55:18.700 INFO kablam! | Nov 02 20:55:18.700 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 02 20:55:18.700 INFO kablam! = note: for more information, see issue #50504 Nov 02 20:55:18.700 INFO kablam! Nov 02 20:55:18.700 INFO kablam! warning: cannot find type `user_to` in this scope Nov 02 20:55:18.700 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Nov 02 20:55:18.700 INFO kablam! | Nov 02 20:55:18.700 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 02 20:55:18.700 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 02 20:55:18.700 INFO kablam! | Nov 02 20:55:18.700 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 02 20:55:18.700 INFO kablam! = note: for more information, see issue #50504 Nov 02 20:55:18.700 INFO kablam! Nov 02 20:55:18.700 INFO kablam! warning: cannot find type `time` in this scope Nov 02 20:55:18.700 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Nov 02 20:55:18.700 INFO kablam! | Nov 02 20:55:18.700 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 02 20:55:18.700 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 02 20:55:18.700 INFO kablam! | Nov 02 20:55:18.700 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 02 20:55:18.700 INFO kablam! = note: for more information, see issue #50504 Nov 02 20:55:18.700 INFO kablam! Nov 02 20:55:19.570 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 29s Nov 02 20:55:19.586 INFO kablam! su: No module specific data is present Nov 02 20:55:20.402 INFO running `"docker" "rm" "-f" "502e6c04c5c53958e73ebc87e5d523fb04508d8b52998056a22c7ad1b98b4c27"` Nov 02 20:55:20.580 INFO blam! 502e6c04c5c53958e73ebc87e5d523fb04508d8b52998056a22c7ad1b98b4c27