Nov 09 19:12:12.218 INFO checking LachlanHogan/chat-app-websocket against try#dc13be39fae8d4c607889b27de374b52586485a3 for pr-55632 Nov 09 19:12:12.220 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55632/worker-0/try#dc13be39fae8d4c607889b27de374b52586485a3:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-0/pr-55632/try#dc13be39fae8d4c607889b27de374b52586485a3:/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 +dc13be39fae8d4c607889b27de374b52586485a3-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.683 INFO blam! a5ae8422603b253e20cac116b211508b8ad97fe5c824c40382cdf7b8424f54ba Nov 09 19:12:12.683 INFO running `"docker" "start" "-a" "a5ae8422603b253e20cac116b211508b8ad97fe5c824c40382cdf7b8424f54ba"` Nov 09 19:12:13.602 INFO kablam! usermod: no changes Nov 09 19:12:13.787 INFO kablam! Checking mio v0.6.14 Nov 09 19:12:13.787 INFO kablam! Compiling syn v0.13.10 Nov 09 19:12:13.787 INFO kablam! Checking dotenv v0.9.0 Nov 09 19:12:17.319 INFO kablam! Checking ws v0.7.6 Nov 09 19:12:35.640 INFO kablam! Compiling diesel_derives v1.3.0 Nov 09 19:12:35.640 INFO kablam! Compiling serde_derive v1.0.55 Nov 09 19:12:48.413 INFO kablam! Checking diesel v1.3.0 Nov 09 19:13:35.835 INFO kablam! Checking chat-app-websocket v0.1.0 (/source) Nov 09 19:13:39.271 INFO kablam! warning: cannot find type `Message` in this scope Nov 09 19:13:39.271 INFO kablam! --> src/models.rs:11:10 Nov 09 19:13:39.271 INFO kablam! | Nov 09 19:13:39.271 INFO kablam! 11 | #[derive(Queryable)] Nov 09 19:13:39.271 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 09 19:13:39.271 INFO kablam! | Nov 09 19:13:39.271 INFO kablam! = note: #[warn(proc_macro_derive_resolution_fallback)] on by default Nov 09 19:13:39.271 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:39.271 INFO kablam! = note: for more information, see issue #50504 Nov 09 19:13:39.271 INFO kablam! Nov 09 19:13:39.271 INFO kablam! warning: cannot find type `messages` in this scope Nov 09 19:13:39.271 INFO kablam! --> src/models.rs:21:10 Nov 09 19:13:39.271 INFO kablam! | Nov 09 19:13:39.271 INFO kablam! 21 | #[derive(Insertable)] Nov 09 19:13:39.271 INFO kablam! | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 09 19:13:39.271 INFO kablam! | Nov 09 19:13:39.271 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:39.271 INFO kablam! = note: for more information, see issue #50504 Nov 09 19:13:39.271 INFO kablam! Nov 09 19:13:39.271 INFO kablam! warning: cannot find type `NewMessage` in this scope Nov 09 19:13:39.271 INFO kablam! --> src/models.rs:21:10 Nov 09 19:13:39.271 INFO kablam! | Nov 09 19:13:39.271 INFO kablam! 21 | #[derive(Insertable)] Nov 09 19:13:39.271 INFO kablam! | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 09 19:13:39.271 INFO kablam! | Nov 09 19:13:39.272 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:39.272 INFO kablam! = note: for more information, see issue #50504 Nov 09 19:13:39.272 INFO kablam! Nov 09 19:13:39.272 INFO kablam! warning: cannot find type `table` in this scope Nov 09 19:13:39.272 INFO kablam! --> <::diesel::macros::table_body macros>:165:33 Nov 09 19:13:39.272 INFO kablam! | Nov 09 19:13:39.273 INFO kablam! 165 | derive ( Debug , Clone , Copy , QueryId ) ] /// The actual table struct Nov 09 19:13:39.273 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 09 19:13:39.273 INFO kablam! | Nov 09 19:13:39.273 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:39.273 INFO kablam! = note: for more information, see issue #50504 Nov 09 19:13:39.273 INFO kablam! Nov 09 19:13:39.274 INFO kablam! warning: cannot find type `id` in this scope Nov 09 19:13:39.274 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Nov 09 19:13:39.274 INFO kablam! | Nov 09 19:13:39.274 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 09 19:13:39.275 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 09 19:13:39.275 INFO kablam! | Nov 09 19:13:39.275 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:39.276 INFO kablam! = note: for more information, see issue #50504 Nov 09 19:13:39.276 INFO kablam! Nov 09 19:13:39.276 INFO kablam! warning: cannot find type `message` in this scope Nov 09 19:13:39.276 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Nov 09 19:13:39.276 INFO kablam! | Nov 09 19:13:39.276 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 09 19:13:39.276 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 09 19:13:39.278 INFO kablam! | Nov 09 19:13:39.278 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:39.278 INFO kablam! = note: for more information, see issue #50504 Nov 09 19:13:39.278 INFO kablam! Nov 09 19:13:39.279 INFO kablam! warning: cannot find type `username` in this scope Nov 09 19:13:39.279 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Nov 09 19:13:39.279 INFO kablam! | Nov 09 19:13:39.279 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 09 19:13:39.279 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 09 19:13:39.279 INFO kablam! | Nov 09 19:13:39.279 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:39.279 INFO kablam! = note: for more information, see issue #50504 Nov 09 19:13:39.279 INFO kablam! Nov 09 19:13:39.281 INFO kablam! warning: cannot find type `user_from` in this scope Nov 09 19:13:39.281 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Nov 09 19:13:39.281 INFO kablam! | Nov 09 19:13:39.281 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 09 19:13:39.281 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 09 19:13:39.281 INFO kablam! | Nov 09 19:13:39.281 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:39.281 INFO kablam! = note: for more information, see issue #50504 Nov 09 19:13:39.281 INFO kablam! Nov 09 19:13:39.282 INFO kablam! warning: cannot find type `user_to` in this scope Nov 09 19:13:39.282 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Nov 09 19:13:39.282 INFO kablam! | Nov 09 19:13:39.282 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 09 19:13:39.282 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 09 19:13:39.282 INFO kablam! | Nov 09 19:13:39.282 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:39.282 INFO kablam! = note: for more information, see issue #50504 Nov 09 19:13:39.282 INFO kablam! Nov 09 19:13:39.287 INFO kablam! warning: cannot find type `time` in this scope Nov 09 19:13:39.287 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Nov 09 19:13:39.287 INFO kablam! | Nov 09 19:13:39.287 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 09 19:13:39.287 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 09 19:13:39.287 INFO kablam! | Nov 09 19:13:39.287 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:39.287 INFO kablam! = note: for more information, see issue #50504 Nov 09 19:13:39.287 INFO kablam! Nov 09 19:13:39.896 INFO kablam! warning: cannot find type `Message` in this scope Nov 09 19:13:39.897 INFO kablam! --> src/models.rs:11:10 Nov 09 19:13:39.898 INFO kablam! | Nov 09 19:13:39.898 INFO kablam! 11 | #[derive(Queryable)] Nov 09 19:13:39.898 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 09 19:13:39.899 INFO kablam! | Nov 09 19:13:39.899 INFO kablam! = note: #[warn(proc_macro_derive_resolution_fallback)] on by default Nov 09 19:13:39.899 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:39.900 INFO kablam! = note: for more information, see issue #50504 Nov 09 19:13:39.900 INFO kablam! Nov 09 19:13:39.900 INFO kablam! warning: cannot find type `messages` in this scope Nov 09 19:13:39.900 INFO kablam! --> src/models.rs:21:10 Nov 09 19:13:39.901 INFO kablam! | Nov 09 19:13:39.901 INFO kablam! 21 | #[derive(Insertable)] Nov 09 19:13:39.901 INFO kablam! | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 09 19:13:39.902 INFO kablam! | Nov 09 19:13:39.902 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:39.902 INFO kablam! = note: for more information, see issue #50504 Nov 09 19:13:39.903 INFO kablam! Nov 09 19:13:39.903 INFO kablam! warning: cannot find type `NewMessage` in this scope Nov 09 19:13:39.903 INFO kablam! --> src/models.rs:21:10 Nov 09 19:13:39.903 INFO kablam! | Nov 09 19:13:39.903 INFO kablam! 21 | #[derive(Insertable)] Nov 09 19:13:39.904 INFO kablam! | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 09 19:13:39.904 INFO kablam! | Nov 09 19:13:39.904 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:39.904 INFO kablam! = note: for more information, see issue #50504 Nov 09 19:13:39.905 INFO kablam! Nov 09 19:13:39.905 INFO kablam! warning: cannot find type `table` in this scope Nov 09 19:13:39.905 INFO kablam! --> <::diesel::macros::table_body macros>:165:33 Nov 09 19:13:39.905 INFO kablam! | Nov 09 19:13:39.906 INFO kablam! 165 | derive ( Debug , Clone , Copy , QueryId ) ] /// The actual table struct Nov 09 19:13:39.906 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 09 19:13:39.906 INFO kablam! | Nov 09 19:13:39.906 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:39.907 INFO kablam! = note: for more information, see issue #50504 Nov 09 19:13:39.907 INFO kablam! Nov 09 19:13:39.907 INFO kablam! warning: cannot find type `id` in this scope Nov 09 19:13:39.907 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Nov 09 19:13:39.908 INFO kablam! | Nov 09 19:13:39.908 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 09 19:13:39.908 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 09 19:13:39.908 INFO kablam! | Nov 09 19:13:39.909 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:39.909 INFO kablam! = note: for more information, see issue #50504 Nov 09 19:13:39.909 INFO kablam! Nov 09 19:13:39.916 INFO kablam! warning: cannot find type `message` in this scope Nov 09 19:13:39.916 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Nov 09 19:13:39.916 INFO kablam! | Nov 09 19:13:39.917 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 09 19:13:39.917 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 09 19:13:39.917 INFO kablam! | Nov 09 19:13:39.917 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:39.918 INFO kablam! = note: for more information, see issue #50504 Nov 09 19:13:39.918 INFO kablam! Nov 09 19:13:39.918 INFO kablam! warning: cannot find type `username` in this scope Nov 09 19:13:39.919 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Nov 09 19:13:39.919 INFO kablam! | Nov 09 19:13:39.919 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 09 19:13:39.919 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 09 19:13:39.920 INFO kablam! | Nov 09 19:13:39.920 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:39.920 INFO kablam! = note: for more information, see issue #50504 Nov 09 19:13:39.921 INFO kablam! Nov 09 19:13:39.921 INFO kablam! warning: cannot find type `user_from` in this scope Nov 09 19:13:39.921 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Nov 09 19:13:39.921 INFO kablam! | Nov 09 19:13:39.922 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 09 19:13:39.922 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 09 19:13:39.922 INFO kablam! | Nov 09 19:13:39.922 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:39.923 INFO kablam! = note: for more information, see issue #50504 Nov 09 19:13:39.923 INFO kablam! Nov 09 19:13:39.923 INFO kablam! warning: cannot find type `user_to` in this scope Nov 09 19:13:39.923 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Nov 09 19:13:39.924 INFO kablam! | Nov 09 19:13:39.924 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 09 19:13:39.924 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 09 19:13:39.924 INFO kablam! | Nov 09 19:13:39.925 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:39.925 INFO kablam! = note: for more information, see issue #50504 Nov 09 19:13:39.925 INFO kablam! Nov 09 19:13:39.925 INFO kablam! warning: cannot find type `time` in this scope Nov 09 19:13:39.926 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Nov 09 19:13:39.926 INFO kablam! | Nov 09 19:13:39.926 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 09 19:13:39.926 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 09 19:13:39.927 INFO kablam! | Nov 09 19:13:39.927 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:39.927 INFO kablam! = note: for more information, see issue #50504 Nov 09 19:13:39.927 INFO kablam! Nov 09 19:13:40.475 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 26s Nov 09 19:13:40.479 INFO kablam! su: No module specific data is present Nov 09 19:13:41.617 INFO running `"docker" "rm" "-f" "a5ae8422603b253e20cac116b211508b8ad97fe5c824c40382cdf7b8424f54ba"` Nov 09 19:13:41.916 INFO blam! a5ae8422603b253e20cac116b211508b8ad97fe5c824c40382cdf7b8424f54ba