Nov 02 20:53:48.414 INFO checking LachlanHogan/chat-app-websocket against master#f6e9a6e41cd9b1fb687e296b5a6d4c6ad399f862 for pr-55517 Nov 02 20:53:48.414 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55517/worker-7/master#f6e9a6e41cd9b1fb687e296b5a6d4c6ad399f862:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-7/pr-55517/master#f6e9a6e41cd9b1fb687e296b5a6d4c6ad399f862:/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 +f6e9a6e41cd9b1fb687e296b5a6d4c6ad399f862-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.744 INFO blam! 84df5d79549af9f16780e3be74f47ed5499bfa117aaa3178d571e63643c99c27 Nov 02 20:53:48.752 INFO running `"docker" "start" "-a" "84df5d79549af9f16780e3be74f47ed5499bfa117aaa3178d571e63643c99c27"` Nov 02 20:53:49.680 INFO kablam! usermod: no changes Nov 02 20:53:49.888 INFO kablam! Checking mio v0.6.14 Nov 02 20:53:49.888 INFO kablam! Compiling syn v0.13.10 Nov 02 20:53:53.666 INFO kablam! Checking ws v0.7.6 Nov 02 20:54:13.233 INFO kablam! Compiling diesel_derives v1.3.0 Nov 02 20:54:13.235 INFO kablam! Compiling serde_derive v1.0.55 Nov 02 20:54:28.151 INFO kablam! Checking diesel v1.3.0 Nov 02 20:55:16.012 INFO kablam! Checking chat-app-websocket v0.1.0 (/source) Nov 02 20:55:19.660 INFO kablam! warning: cannot find type `Message` in this scope Nov 02 20:55:19.660 INFO kablam! --> src/models.rs:11:10 Nov 02 20:55:19.660 INFO kablam! | Nov 02 20:55:19.660 INFO kablam! 11 | #[derive(Queryable)] Nov 02 20:55:19.660 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 02 20:55:19.660 INFO kablam! | Nov 02 20:55:19.660 INFO kablam! = note: #[warn(proc_macro_derive_resolution_fallback)] on by default Nov 02 20:55:19.662 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:19.662 INFO kablam! = note: for more information, see issue #50504 Nov 02 20:55:19.662 INFO kablam! Nov 02 20:55:19.662 INFO kablam! warning: cannot find type `messages` in this scope Nov 02 20:55:19.662 INFO kablam! --> src/models.rs:21:10 Nov 02 20:55:19.662 INFO kablam! | Nov 02 20:55:19.662 INFO kablam! 21 | #[derive(Insertable)] Nov 02 20:55:19.662 INFO kablam! | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 02 20:55:19.662 INFO kablam! | Nov 02 20:55:19.662 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:19.662 INFO kablam! = note: for more information, see issue #50504 Nov 02 20:55:19.662 INFO kablam! Nov 02 20:55:19.662 INFO kablam! warning: cannot find type `NewMessage` in this scope Nov 02 20:55:19.662 INFO kablam! --> src/models.rs:21:10 Nov 02 20:55:19.662 INFO kablam! | Nov 02 20:55:19.662 INFO kablam! 21 | #[derive(Insertable)] Nov 02 20:55:19.662 INFO kablam! | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 02 20:55:19.662 INFO kablam! | Nov 02 20:55:19.662 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:19.662 INFO kablam! = note: for more information, see issue #50504 Nov 02 20:55:19.662 INFO kablam! Nov 02 20:55:19.662 INFO kablam! warning: cannot find type `table` in this scope Nov 02 20:55:19.662 INFO kablam! --> <::diesel::macros::table_body macros>:165:33 Nov 02 20:55:19.662 INFO kablam! | Nov 02 20:55:19.662 INFO kablam! 165 | derive ( Debug , Clone , Copy , QueryId ) ] /// The actual table struct Nov 02 20:55:19.662 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 02 20:55:19.662 INFO kablam! | Nov 02 20:55:19.662 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:19.662 INFO kablam! = note: for more information, see issue #50504 Nov 02 20:55:19.662 INFO kablam! Nov 02 20:55:19.667 INFO kablam! warning: cannot find type `id` in this scope Nov 02 20:55:19.667 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Nov 02 20:55:19.667 INFO kablam! | Nov 02 20:55:19.667 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 02 20:55:19.667 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 02 20:55:19.667 INFO kablam! | Nov 02 20:55:19.667 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:19.667 INFO kablam! = note: for more information, see issue #50504 Nov 02 20:55:19.667 INFO kablam! Nov 02 20:55:19.667 INFO kablam! warning: cannot find type `message` in this scope Nov 02 20:55:19.667 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Nov 02 20:55:19.667 INFO kablam! | Nov 02 20:55:19.667 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 02 20:55:19.667 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 02 20:55:19.667 INFO kablam! | Nov 02 20:55:19.667 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:19.667 INFO kablam! = note: for more information, see issue #50504 Nov 02 20:55:19.667 INFO kablam! Nov 02 20:55:19.667 INFO kablam! warning: cannot find type `username` in this scope Nov 02 20:55:19.667 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Nov 02 20:55:19.667 INFO kablam! | Nov 02 20:55:19.667 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 02 20:55:19.667 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 02 20:55:19.667 INFO kablam! | Nov 02 20:55:19.667 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:19.667 INFO kablam! = note: for more information, see issue #50504 Nov 02 20:55:19.667 INFO kablam! Nov 02 20:55:19.667 INFO kablam! warning: cannot find type `user_from` in this scope Nov 02 20:55:19.667 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Nov 02 20:55:19.667 INFO kablam! | Nov 02 20:55:19.667 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 02 20:55:19.667 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 02 20:55:19.667 INFO kablam! | Nov 02 20:55:19.667 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:19.667 INFO kablam! = note: for more information, see issue #50504 Nov 02 20:55:19.667 INFO kablam! Nov 02 20:55:19.667 INFO kablam! warning: cannot find type `user_to` in this scope Nov 02 20:55:19.667 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Nov 02 20:55:19.667 INFO kablam! | Nov 02 20:55:19.667 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 02 20:55:19.667 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 02 20:55:19.667 INFO kablam! | Nov 02 20:55:19.667 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:19.667 INFO kablam! = note: for more information, see issue #50504 Nov 02 20:55:19.667 INFO kablam! Nov 02 20:55:19.667 INFO kablam! warning: cannot find type `time` in this scope Nov 02 20:55:19.667 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Nov 02 20:55:19.667 INFO kablam! | Nov 02 20:55:19.667 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 02 20:55:19.667 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 02 20:55:19.667 INFO kablam! | Nov 02 20:55:19.668 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:19.668 INFO kablam! = note: for more information, see issue #50504 Nov 02 20:55:19.668 INFO kablam! Nov 02 20:55:19.768 INFO kablam! warning: cannot find type `Message` in this scope Nov 02 20:55:19.769 INFO kablam! --> src/models.rs:11:10 Nov 02 20:55:19.769 INFO kablam! | Nov 02 20:55:19.769 INFO kablam! 11 | #[derive(Queryable)] Nov 02 20:55:19.769 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 02 20:55:19.769 INFO kablam! | Nov 02 20:55:19.769 INFO kablam! = note: #[warn(proc_macro_derive_resolution_fallback)] on by default Nov 02 20:55:19.769 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:19.769 INFO kablam! = note: for more information, see issue #50504 Nov 02 20:55:19.769 INFO kablam! Nov 02 20:55:19.769 INFO kablam! warning: cannot find type `messages` in this scope Nov 02 20:55:19.769 INFO kablam! --> src/models.rs:21:10 Nov 02 20:55:19.769 INFO kablam! | Nov 02 20:55:19.769 INFO kablam! 21 | #[derive(Insertable)] Nov 02 20:55:19.769 INFO kablam! | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 02 20:55:19.769 INFO kablam! | Nov 02 20:55:19.769 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:19.769 INFO kablam! = note: for more information, see issue #50504 Nov 02 20:55:19.769 INFO kablam! Nov 02 20:55:19.769 INFO kablam! warning: cannot find type `NewMessage` in this scope Nov 02 20:55:19.769 INFO kablam! --> src/models.rs:21:10 Nov 02 20:55:19.769 INFO kablam! | Nov 02 20:55:19.769 INFO kablam! 21 | #[derive(Insertable)] Nov 02 20:55:19.769 INFO kablam! | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 02 20:55:19.769 INFO kablam! | Nov 02 20:55:19.769 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:19.769 INFO kablam! = note: for more information, see issue #50504 Nov 02 20:55:19.769 INFO kablam! Nov 02 20:55:19.769 INFO kablam! warning: cannot find type `table` in this scope Nov 02 20:55:19.769 INFO kablam! --> <::diesel::macros::table_body macros>:165:33 Nov 02 20:55:19.769 INFO kablam! | Nov 02 20:55:19.769 INFO kablam! 165 | derive ( Debug , Clone , Copy , QueryId ) ] /// The actual table struct Nov 02 20:55:19.769 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 02 20:55:19.769 INFO kablam! | Nov 02 20:55:19.769 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:19.769 INFO kablam! = note: for more information, see issue #50504 Nov 02 20:55:19.769 INFO kablam! Nov 02 20:55:19.769 INFO kablam! warning: cannot find type `id` in this scope Nov 02 20:55:19.769 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Nov 02 20:55:19.769 INFO kablam! | Nov 02 20:55:19.769 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 02 20:55:19.769 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 02 20:55:19.769 INFO kablam! | Nov 02 20:55:19.769 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:19.769 INFO kablam! = note: for more information, see issue #50504 Nov 02 20:55:19.769 INFO kablam! Nov 02 20:55:19.769 INFO kablam! warning: cannot find type `message` in this scope Nov 02 20:55:19.769 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Nov 02 20:55:19.769 INFO kablam! | Nov 02 20:55:19.769 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 02 20:55:19.769 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 02 20:55:19.769 INFO kablam! | Nov 02 20:55:19.769 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:19.769 INFO kablam! = note: for more information, see issue #50504 Nov 02 20:55:19.769 INFO kablam! Nov 02 20:55:19.769 INFO kablam! warning: cannot find type `username` in this scope Nov 02 20:55:19.769 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Nov 02 20:55:19.769 INFO kablam! | Nov 02 20:55:19.769 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 02 20:55:19.769 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 02 20:55:19.769 INFO kablam! | Nov 02 20:55:19.769 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:19.769 INFO kablam! = note: for more information, see issue #50504 Nov 02 20:55:19.769 INFO kablam! Nov 02 20:55:19.769 INFO kablam! warning: cannot find type `user_from` in this scope Nov 02 20:55:19.769 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Nov 02 20:55:19.769 INFO kablam! | Nov 02 20:55:19.769 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 02 20:55:19.769 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 02 20:55:19.769 INFO kablam! | Nov 02 20:55:19.769 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:19.769 INFO kablam! = note: for more information, see issue #50504 Nov 02 20:55:19.769 INFO kablam! Nov 02 20:55:19.769 INFO kablam! warning: cannot find type `user_to` in this scope Nov 02 20:55:19.769 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Nov 02 20:55:19.769 INFO kablam! | Nov 02 20:55:19.769 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 02 20:55:19.769 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 02 20:55:19.769 INFO kablam! | Nov 02 20:55:19.769 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:19.770 INFO kablam! = note: for more information, see issue #50504 Nov 02 20:55:19.770 INFO kablam! Nov 02 20:55:19.784 INFO kablam! warning: cannot find type `time` in this scope Nov 02 20:55:19.784 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Nov 02 20:55:19.784 INFO kablam! | Nov 02 20:55:19.784 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 02 20:55:19.784 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 02 20:55:19.784 INFO kablam! | Nov 02 20:55:19.784 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:19.784 INFO kablam! = note: for more information, see issue #50504 Nov 02 20:55:19.784 INFO kablam! Nov 02 20:55:20.273 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 30s Nov 02 20:55:20.282 INFO kablam! su: No module specific data is present Nov 02 20:55:20.724 INFO running `"docker" "rm" "-f" "84df5d79549af9f16780e3be74f47ed5499bfa117aaa3178d571e63643c99c27"` Nov 02 20:55:20.863 INFO blam! 84df5d79549af9f16780e3be74f47ed5499bfa117aaa3178d571e63643c99c27