Oct 13 03:52:35.269 INFO checking LachlanHogan/chat-app-websocket against master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f for pr-54977 Oct 13 03:52:35.269 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-54977/worker-7/master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/pr-54977/master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f:/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 +5af0bb83044c3fb43d59ad5f49ee5ae1a293901f-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 13 03:52:35.741 INFO blam! 94ca09353a13c5c4c178f3f45fea1a789514fc70a48de33b7ffd406a2ee15fb3 Oct 13 03:52:35.756 INFO running `"docker" "start" "-a" "94ca09353a13c5c4c178f3f45fea1a789514fc70a48de33b7ffd406a2ee15fb3"` Oct 13 03:52:36.968 INFO kablam! usermod: no changes Oct 13 03:52:37.224 INFO kablam! Compiling syn v0.13.10 Oct 13 03:52:37.228 INFO kablam! Checking ws v0.7.6 Oct 13 03:52:37.228 INFO kablam! Checking dotenv v0.9.0 Oct 13 03:53:00.278 INFO kablam! Compiling diesel_derives v1.3.0 Oct 13 03:53:00.278 INFO kablam! Compiling serde_derive v1.0.55 Oct 13 03:53:14.707 INFO kablam! Checking diesel v1.3.0 Oct 13 03:53:59.629 INFO kablam! Checking chat-app-websocket v0.1.0 (/source) Oct 13 03:54:03.420 INFO kablam! warning: cannot find type `Message` in this scope Oct 13 03:54:03.421 INFO kablam! --> src/models.rs:11:10 Oct 13 03:54:03.421 INFO kablam! | Oct 13 03:54:03.421 INFO kablam! 11 | #[derive(Queryable)] Oct 13 03:54:03.421 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 13 03:54:03.421 INFO kablam! | Oct 13 03:54:03.421 INFO kablam! = note: #[warn(proc_macro_derive_resolution_fallback)] on by default Oct 13 03:54:03.421 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 13 03:54:03.421 INFO kablam! = note: for more information, see issue #50504 Oct 13 03:54:03.421 INFO kablam! Oct 13 03:54:03.422 INFO kablam! warning: cannot find type `messages` in this scope Oct 13 03:54:03.422 INFO kablam! --> src/models.rs:21:10 Oct 13 03:54:03.422 INFO kablam! | Oct 13 03:54:03.422 INFO kablam! 21 | #[derive(Insertable)] Oct 13 03:54:03.422 INFO kablam! | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 13 03:54:03.422 INFO kablam! | Oct 13 03:54:03.422 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 13 03:54:03.422 INFO kablam! = note: for more information, see issue #50504 Oct 13 03:54:03.422 INFO kablam! Oct 13 03:54:03.422 INFO kablam! warning: cannot find type `NewMessage` in this scope Oct 13 03:54:03.422 INFO kablam! --> src/models.rs:21:10 Oct 13 03:54:03.422 INFO kablam! | Oct 13 03:54:03.422 INFO kablam! 21 | #[derive(Insertable)] Oct 13 03:54:03.422 INFO kablam! | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 13 03:54:03.422 INFO kablam! | Oct 13 03:54:03.422 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 13 03:54:03.422 INFO kablam! = note: for more information, see issue #50504 Oct 13 03:54:03.423 INFO kablam! Oct 13 03:54:03.425 INFO kablam! warning: cannot find type `table` in this scope Oct 13 03:54:03.425 INFO kablam! --> <::diesel::macros::table_body macros>:165:33 Oct 13 03:54:03.425 INFO kablam! | Oct 13 03:54:03.425 INFO kablam! 165 | derive ( Debug , Clone , Copy , QueryId ) ] /// The actual table struct Oct 13 03:54:03.425 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 13 03:54:03.425 INFO kablam! | Oct 13 03:54:03.425 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 13 03:54:03.425 INFO kablam! = note: for more information, see issue #50504 Oct 13 03:54:03.425 INFO kablam! Oct 13 03:54:03.425 INFO kablam! warning: cannot find type `id` in this scope Oct 13 03:54:03.425 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 13 03:54:03.425 INFO kablam! | Oct 13 03:54:03.425 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 13 03:54:03.425 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 13 03:54:03.425 INFO kablam! | Oct 13 03:54:03.425 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 13 03:54:03.425 INFO kablam! = note: for more information, see issue #50504 Oct 13 03:54:03.425 INFO kablam! Oct 13 03:54:03.428 INFO kablam! warning: cannot find type `message` in this scope Oct 13 03:54:03.428 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 13 03:54:03.428 INFO kablam! | Oct 13 03:54:03.428 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 13 03:54:03.428 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 13 03:54:03.428 INFO kablam! | Oct 13 03:54:03.428 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 13 03:54:03.428 INFO kablam! = note: for more information, see issue #50504 Oct 13 03:54:03.428 INFO kablam! Oct 13 03:54:03.428 INFO kablam! warning: cannot find type `username` in this scope Oct 13 03:54:03.428 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 13 03:54:03.428 INFO kablam! | Oct 13 03:54:03.428 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 13 03:54:03.428 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 13 03:54:03.428 INFO kablam! | Oct 13 03:54:03.428 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 13 03:54:03.428 INFO kablam! = note: for more information, see issue #50504 Oct 13 03:54:03.428 INFO kablam! Oct 13 03:54:03.428 INFO kablam! warning: cannot find type `user_from` in this scope Oct 13 03:54:03.428 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 13 03:54:03.428 INFO kablam! | Oct 13 03:54:03.428 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 13 03:54:03.428 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 13 03:54:03.428 INFO kablam! | Oct 13 03:54:03.429 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 13 03:54:03.429 INFO kablam! = note: for more information, see issue #50504 Oct 13 03:54:03.429 INFO kablam! Oct 13 03:54:03.429 INFO kablam! warning: cannot find type `user_to` in this scope Oct 13 03:54:03.430 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 13 03:54:03.430 INFO kablam! | Oct 13 03:54:03.430 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 13 03:54:03.430 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 13 03:54:03.430 INFO kablam! | Oct 13 03:54:03.431 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 13 03:54:03.431 INFO kablam! = note: for more information, see issue #50504 Oct 13 03:54:03.431 INFO kablam! Oct 13 03:54:03.431 INFO kablam! warning: cannot find type `time` in this scope Oct 13 03:54:03.432 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 13 03:54:03.432 INFO kablam! | Oct 13 03:54:03.432 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 13 03:54:03.432 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 13 03:54:03.432 INFO kablam! | Oct 13 03:54:03.433 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 13 03:54:03.433 INFO kablam! = note: for more information, see issue #50504 Oct 13 03:54:03.433 INFO kablam! Oct 13 03:54:03.609 INFO kablam! warning: cannot find type `Message` in this scope Oct 13 03:54:03.609 INFO kablam! --> src/models.rs:11:10 Oct 13 03:54:03.609 INFO kablam! | Oct 13 03:54:03.609 INFO kablam! 11 | #[derive(Queryable)] Oct 13 03:54:03.609 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 13 03:54:03.609 INFO kablam! | Oct 13 03:54:03.609 INFO kablam! = note: #[warn(proc_macro_derive_resolution_fallback)] on by default Oct 13 03:54:03.618 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 13 03:54:03.618 INFO kablam! = note: for more information, see issue #50504 Oct 13 03:54:03.618 INFO kablam! Oct 13 03:54:03.618 INFO kablam! warning: cannot find type `messages` in this scope Oct 13 03:54:03.618 INFO kablam! --> src/models.rs:21:10 Oct 13 03:54:03.618 INFO kablam! | Oct 13 03:54:03.618 INFO kablam! 21 | #[derive(Insertable)] Oct 13 03:54:03.618 INFO kablam! | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 13 03:54:03.618 INFO kablam! | Oct 13 03:54:03.618 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 13 03:54:03.618 INFO kablam! = note: for more information, see issue #50504 Oct 13 03:54:03.618 INFO kablam! Oct 13 03:54:03.618 INFO kablam! warning: cannot find type `NewMessage` in this scope Oct 13 03:54:03.618 INFO kablam! --> src/models.rs:21:10 Oct 13 03:54:03.618 INFO kablam! | Oct 13 03:54:03.618 INFO kablam! 21 | #[derive(Insertable)] Oct 13 03:54:03.618 INFO kablam! | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 13 03:54:03.618 INFO kablam! | Oct 13 03:54:03.618 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 13 03:54:03.618 INFO kablam! = note: for more information, see issue #50504 Oct 13 03:54:03.618 INFO kablam! Oct 13 03:54:03.618 INFO kablam! warning: cannot find type `table` in this scope Oct 13 03:54:03.618 INFO kablam! --> <::diesel::macros::table_body macros>:165:33 Oct 13 03:54:03.618 INFO kablam! | Oct 13 03:54:03.618 INFO kablam! 165 | derive ( Debug , Clone , Copy , QueryId ) ] /// The actual table struct Oct 13 03:54:03.618 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 13 03:54:03.618 INFO kablam! | Oct 13 03:54:03.618 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 13 03:54:03.618 INFO kablam! = note: for more information, see issue #50504 Oct 13 03:54:03.618 INFO kablam! Oct 13 03:54:03.619 INFO kablam! warning: cannot find type `id` in this scope Oct 13 03:54:03.619 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 13 03:54:03.619 INFO kablam! | Oct 13 03:54:03.619 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 13 03:54:03.619 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 13 03:54:03.619 INFO kablam! | Oct 13 03:54:03.619 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 13 03:54:03.619 INFO kablam! = note: for more information, see issue #50504 Oct 13 03:54:03.619 INFO kablam! Oct 13 03:54:03.619 INFO kablam! warning: cannot find type `message` in this scope Oct 13 03:54:03.619 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 13 03:54:03.619 INFO kablam! | Oct 13 03:54:03.619 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 13 03:54:03.619 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 13 03:54:03.619 INFO kablam! | Oct 13 03:54:03.619 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 13 03:54:03.619 INFO kablam! = note: for more information, see issue #50504 Oct 13 03:54:03.619 INFO kablam! Oct 13 03:54:03.619 INFO kablam! warning: cannot find type `username` in this scope Oct 13 03:54:03.619 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 13 03:54:03.619 INFO kablam! | Oct 13 03:54:03.619 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 13 03:54:03.619 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 13 03:54:03.619 INFO kablam! | Oct 13 03:54:03.619 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 13 03:54:03.619 INFO kablam! = note: for more information, see issue #50504 Oct 13 03:54:03.619 INFO kablam! Oct 13 03:54:03.619 INFO kablam! warning: cannot find type `user_from` in this scope Oct 13 03:54:03.619 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 13 03:54:03.619 INFO kablam! | Oct 13 03:54:03.619 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 13 03:54:03.619 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 13 03:54:03.619 INFO kablam! | Oct 13 03:54:03.619 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 13 03:54:03.619 INFO kablam! = note: for more information, see issue #50504 Oct 13 03:54:03.619 INFO kablam! Oct 13 03:54:03.619 INFO kablam! warning: cannot find type `user_to` in this scope Oct 13 03:54:03.619 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 13 03:54:03.619 INFO kablam! | Oct 13 03:54:03.619 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 13 03:54:03.619 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 13 03:54:03.619 INFO kablam! | Oct 13 03:54:03.619 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 13 03:54:03.619 INFO kablam! = note: for more information, see issue #50504 Oct 13 03:54:03.619 INFO kablam! Oct 13 03:54:03.619 INFO kablam! warning: cannot find type `time` in this scope Oct 13 03:54:03.619 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 13 03:54:03.619 INFO kablam! | Oct 13 03:54:03.619 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 13 03:54:03.619 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 13 03:54:03.619 INFO kablam! | Oct 13 03:54:03.619 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 13 03:54:03.619 INFO kablam! = note: for more information, see issue #50504 Oct 13 03:54:03.619 INFO kablam! Oct 13 03:54:04.428 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 27s Oct 13 03:54:04.440 INFO kablam! su: No module specific data is present Oct 13 03:54:05.188 INFO running `"docker" "rm" "-f" "94ca09353a13c5c4c178f3f45fea1a789514fc70a48de33b7ffd406a2ee15fb3"` Oct 13 03:54:05.432 INFO blam! 94ca09353a13c5c4c178f3f45fea1a789514fc70a48de33b7ffd406a2ee15fb3