Oct 27 10:58:50.896 INFO checking LachlanHogan/chat-app-websocket against try#19f01b935b91481fd445b16b533d2f87661bf12e for pr-55192-2 Oct 27 10:58:50.896 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-2/try#19f01b935b91481fd445b16b533d2f87661bf12e:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/pr-55192-2/try#19f01b935b91481fd445b16b533d2f87661bf12e:/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 +19f01b935b91481fd445b16b533d2f87661bf12e-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"` Oct 27 10:58:51.311 INFO blam! 1495a43f87b52b90f0731f172b2d6e352229e111bfb9f5a6060bc5a1efe656fd Oct 27 10:58:51.317 INFO running `"docker" "start" "-a" "1495a43f87b52b90f0731f172b2d6e352229e111bfb9f5a6060bc5a1efe656fd"` Oct 27 10:58:52.523 INFO kablam! usermod: no changes Oct 27 10:58:52.687 INFO kablam! Checking bytes v0.4.7 Oct 27 10:58:52.687 INFO kablam! Compiling syn v0.13.10 Oct 27 10:58:54.737 INFO kablam! Checking ws v0.7.6 Oct 27 10:59:14.511 INFO kablam! Compiling diesel_derives v1.3.0 Oct 27 10:59:14.511 INFO kablam! Compiling serde_derive v1.0.55 Oct 27 10:59:28.523 INFO kablam! Checking diesel v1.3.0 Oct 27 11:00:14.903 INFO kablam! Checking chat-app-websocket v0.1.0 (/source) Oct 27 11:00:18.489 INFO kablam! warning: cannot find type `Message` in this scope Oct 27 11:00:18.489 INFO kablam! --> src/models.rs:11:10 Oct 27 11:00:18.489 INFO kablam! | Oct 27 11:00:18.489 INFO kablam! 11 | #[derive(Queryable)] Oct 27 11:00:18.489 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 27 11:00:18.489 INFO kablam! | Oct 27 11:00:18.489 INFO kablam! = note: #[warn(proc_macro_derive_resolution_fallback)] on by default Oct 27 11:00:18.489 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! Oct 27 11:00:18.489 INFO kablam! = note: for more information, see issue #50504 Oct 27 11:00:18.489 INFO kablam! Oct 27 11:00:18.489 INFO kablam! warning: cannot find type `messages` in this scope Oct 27 11:00:18.489 INFO kablam! --> src/models.rs:21:10 Oct 27 11:00:18.489 INFO kablam! | Oct 27 11:00:18.489 INFO kablam! 21 | #[derive(Insertable)] Oct 27 11:00:18.489 INFO kablam! | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 27 11:00:18.489 INFO kablam! | Oct 27 11:00:18.489 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! Oct 27 11:00:18.489 INFO kablam! = note: for more information, see issue #50504 Oct 27 11:00:18.489 INFO kablam! Oct 27 11:00:18.489 INFO kablam! warning: cannot find type `NewMessage` in this scope Oct 27 11:00:18.489 INFO kablam! --> src/models.rs:21:10 Oct 27 11:00:18.489 INFO kablam! | Oct 27 11:00:18.489 INFO kablam! 21 | #[derive(Insertable)] Oct 27 11:00:18.489 INFO kablam! | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 27 11:00:18.489 INFO kablam! | Oct 27 11:00:18.489 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! Oct 27 11:00:18.489 INFO kablam! = note: for more information, see issue #50504 Oct 27 11:00:18.489 INFO kablam! Oct 27 11:00:18.489 INFO kablam! warning: cannot find type `table` in this scope Oct 27 11:00:18.489 INFO kablam! --> <::diesel::macros::table_body macros>:165:33 Oct 27 11:00:18.489 INFO kablam! | Oct 27 11:00:18.489 INFO kablam! 165 | derive ( Debug , Clone , Copy , QueryId ) ] /// The actual table struct Oct 27 11:00:18.489 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 27 11:00:18.489 INFO kablam! | Oct 27 11:00:18.489 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! Oct 27 11:00:18.489 INFO kablam! = note: for more information, see issue #50504 Oct 27 11:00:18.489 INFO kablam! Oct 27 11:00:18.508 INFO kablam! warning: cannot find type `id` in this scope Oct 27 11:00:18.508 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 27 11:00:18.508 INFO kablam! | Oct 27 11:00:18.508 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 27 11:00:18.508 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 27 11:00:18.508 INFO kablam! | Oct 27 11:00:18.508 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! Oct 27 11:00:18.508 INFO kablam! = note: for more information, see issue #50504 Oct 27 11:00:18.508 INFO kablam! Oct 27 11:00:18.508 INFO kablam! warning: cannot find type `message` in this scope Oct 27 11:00:18.508 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 27 11:00:18.508 INFO kablam! | Oct 27 11:00:18.508 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 27 11:00:18.508 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 27 11:00:18.508 INFO kablam! | Oct 27 11:00:18.508 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! Oct 27 11:00:18.508 INFO kablam! = note: for more information, see issue #50504 Oct 27 11:00:18.508 INFO kablam! Oct 27 11:00:18.508 INFO kablam! warning: cannot find type `username` in this scope Oct 27 11:00:18.508 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 27 11:00:18.508 INFO kablam! | Oct 27 11:00:18.508 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 27 11:00:18.508 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 27 11:00:18.508 INFO kablam! | Oct 27 11:00:18.508 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! Oct 27 11:00:18.508 INFO kablam! = note: for more information, see issue #50504 Oct 27 11:00:18.508 INFO kablam! Oct 27 11:00:18.519 INFO kablam! warning: cannot find type `user_from` in this scope Oct 27 11:00:18.519 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 27 11:00:18.519 INFO kablam! | Oct 27 11:00:18.519 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 27 11:00:18.519 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 27 11:00:18.519 INFO kablam! | Oct 27 11:00:18.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! Oct 27 11:00:18.519 INFO kablam! = note: for more information, see issue #50504 Oct 27 11:00:18.519 INFO kablam! Oct 27 11:00:18.519 INFO kablam! warning: cannot find type `user_to` in this scope Oct 27 11:00:18.519 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 27 11:00:18.519 INFO kablam! | Oct 27 11:00:18.519 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 27 11:00:18.519 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 27 11:00:18.519 INFO kablam! | Oct 27 11:00:18.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! Oct 27 11:00:18.519 INFO kablam! = note: for more information, see issue #50504 Oct 27 11:00:18.519 INFO kablam! Oct 27 11:00:18.519 INFO kablam! warning: cannot find type `time` in this scope Oct 27 11:00:18.519 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 27 11:00:18.519 INFO kablam! | Oct 27 11:00:18.519 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 27 11:00:18.519 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 27 11:00:18.519 INFO kablam! | Oct 27 11:00:18.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! Oct 27 11:00:18.519 INFO kablam! = note: for more information, see issue #50504 Oct 27 11:00:18.519 INFO kablam! Oct 27 11:00:18.865 INFO kablam! warning: cannot find type `Message` in this scope Oct 27 11:00:18.865 INFO kablam! --> src/models.rs:11:10 Oct 27 11:00:18.865 INFO kablam! | Oct 27 11:00:18.865 INFO kablam! 11 | #[derive(Queryable)] Oct 27 11:00:18.865 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 27 11:00:18.866 INFO kablam! | Oct 27 11:00:18.866 INFO kablam! = note: #[warn(proc_macro_derive_resolution_fallback)] on by default Oct 27 11:00:18.866 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! Oct 27 11:00:18.866 INFO kablam! = note: for more information, see issue #50504 Oct 27 11:00:18.866 INFO kablam! Oct 27 11:00:18.866 INFO kablam! warning: cannot find type `messages` in this scope Oct 27 11:00:18.866 INFO kablam! --> src/models.rs:21:10 Oct 27 11:00:18.866 INFO kablam! | Oct 27 11:00:18.866 INFO kablam! 21 | #[derive(Insertable)] Oct 27 11:00:18.866 INFO kablam! | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 27 11:00:18.866 INFO kablam! | Oct 27 11:00:18.866 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! Oct 27 11:00:18.866 INFO kablam! = note: for more information, see issue #50504 Oct 27 11:00:18.866 INFO kablam! Oct 27 11:00:18.866 INFO kablam! warning: cannot find type `NewMessage` in this scope Oct 27 11:00:18.866 INFO kablam! --> src/models.rs:21:10 Oct 27 11:00:18.866 INFO kablam! | Oct 27 11:00:18.866 INFO kablam! 21 | #[derive(Insertable)] Oct 27 11:00:18.866 INFO kablam! | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 27 11:00:18.866 INFO kablam! | Oct 27 11:00:18.867 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! Oct 27 11:00:18.867 INFO kablam! = note: for more information, see issue #50504 Oct 27 11:00:18.867 INFO kablam! Oct 27 11:00:18.867 INFO kablam! warning: cannot find type `table` in this scope Oct 27 11:00:18.867 INFO kablam! --> <::diesel::macros::table_body macros>:165:33 Oct 27 11:00:18.867 INFO kablam! | Oct 27 11:00:18.875 INFO kablam! 165 | derive ( Debug , Clone , Copy , QueryId ) ] /// The actual table struct Oct 27 11:00:18.875 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 27 11:00:18.875 INFO kablam! | Oct 27 11:00:18.875 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! Oct 27 11:00:18.875 INFO kablam! = note: for more information, see issue #50504 Oct 27 11:00:18.875 INFO kablam! Oct 27 11:00:18.875 INFO kablam! warning: cannot find type `id` in this scope Oct 27 11:00:18.875 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 27 11:00:18.875 INFO kablam! | Oct 27 11:00:18.875 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 27 11:00:18.876 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 27 11:00:18.876 INFO kablam! | Oct 27 11:00:18.876 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! Oct 27 11:00:18.876 INFO kablam! = note: for more information, see issue #50504 Oct 27 11:00:18.876 INFO kablam! Oct 27 11:00:18.876 INFO kablam! warning: cannot find type `message` in this scope Oct 27 11:00:18.876 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 27 11:00:18.876 INFO kablam! | Oct 27 11:00:18.876 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 27 11:00:18.876 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 27 11:00:18.876 INFO kablam! | Oct 27 11:00:18.876 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! Oct 27 11:00:18.876 INFO kablam! = note: for more information, see issue #50504 Oct 27 11:00:18.877 INFO kablam! Oct 27 11:00:18.877 INFO kablam! warning: cannot find type `username` in this scope Oct 27 11:00:18.877 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 27 11:00:18.877 INFO kablam! | Oct 27 11:00:18.877 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 27 11:00:18.877 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 27 11:00:18.877 INFO kablam! | Oct 27 11:00:18.877 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! Oct 27 11:00:18.877 INFO kablam! = note: for more information, see issue #50504 Oct 27 11:00:18.877 INFO kablam! Oct 27 11:00:18.877 INFO kablam! warning: cannot find type `user_from` in this scope Oct 27 11:00:18.877 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 27 11:00:18.877 INFO kablam! | Oct 27 11:00:18.877 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 27 11:00:18.877 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 27 11:00:18.878 INFO kablam! | Oct 27 11:00:18.878 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! Oct 27 11:00:18.878 INFO kablam! = note: for more information, see issue #50504 Oct 27 11:00:18.878 INFO kablam! Oct 27 11:00:18.878 INFO kablam! warning: cannot find type `user_to` in this scope Oct 27 11:00:18.878 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 27 11:00:18.878 INFO kablam! | Oct 27 11:00:18.878 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 27 11:00:18.878 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 27 11:00:18.878 INFO kablam! | Oct 27 11:00:18.878 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! Oct 27 11:00:18.878 INFO kablam! = note: for more information, see issue #50504 Oct 27 11:00:18.878 INFO kablam! Oct 27 11:00:18.879 INFO kablam! warning: cannot find type `time` in this scope Oct 27 11:00:18.879 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 27 11:00:18.879 INFO kablam! | Oct 27 11:00:18.879 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 27 11:00:18.879 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 27 11:00:18.879 INFO kablam! | Oct 27 11:00:18.879 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! Oct 27 11:00:18.879 INFO kablam! = note: for more information, see issue #50504 Oct 27 11:00:18.879 INFO kablam! Oct 27 11:00:19.627 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 27s Oct 27 11:00:19.635 INFO kablam! su: No module specific data is present Oct 27 11:00:20.956 INFO running `"docker" "rm" "-f" "1495a43f87b52b90f0731f172b2d6e352229e111bfb9f5a6060bc5a1efe656fd"` Oct 27 11:00:21.319 INFO blam! 1495a43f87b52b90f0731f172b2d6e352229e111bfb9f5a6060bc5a1efe656fd