Oct 15 09:20:28.588 INFO testing LachlanHogan/chat-app-websocket against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 15 09:20:28.588 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-alt build --frozen" "-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 15 09:20:29.131 INFO blam! bbc89c6216423de4d6a8b277dd2f037079561829a8e63f963a844d627710d678 Oct 15 09:20:29.133 INFO running `"docker" "start" "-a" "bbc89c6216423de4d6a8b277dd2f037079561829a8e63f963a844d627710d678"` Oct 15 09:20:30.239 INFO kablam! usermod: no changes Oct 15 09:20:30.407 INFO kablam! Compiling log v0.4.1 Oct 15 09:20:30.407 INFO kablam! Compiling syn v0.13.10 Oct 15 09:20:30.407 INFO kablam! Compiling dotenv v0.9.0 Oct 15 09:20:31.252 INFO kablam! Compiling mio v0.6.14 Oct 15 09:20:34.792 INFO kablam! Compiling ws v0.7.6 Oct 15 09:20:53.837 INFO kablam! Compiling diesel_derives v1.3.0 Oct 15 09:20:53.837 INFO kablam! Compiling serde_derive v1.0.55 Oct 15 09:21:08.728 INFO kablam! Compiling diesel v1.3.0 Oct 15 09:22:02.178 INFO kablam! Compiling chat-app-websocket v0.1.0 (/source) Oct 15 09:22:04.151 INFO kablam! warning: cannot find type `Message` in this scope Oct 15 09:22:04.152 INFO kablam! --> src/models.rs:11:10 Oct 15 09:22:04.153 INFO kablam! | Oct 15 09:22:04.153 INFO kablam! 11 | #[derive(Queryable)] Oct 15 09:22:04.154 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 15 09:22:04.154 INFO kablam! | Oct 15 09:22:04.155 INFO kablam! = note: #[warn(proc_macro_derive_resolution_fallback)] on by default Oct 15 09:22:04.156 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 15 09:22:04.156 INFO kablam! = note: for more information, see issue #50504 Oct 15 09:22:04.157 INFO kablam! Oct 15 09:22:04.157 INFO kablam! warning: cannot find type `messages` in this scope Oct 15 09:22:04.158 INFO kablam! --> src/models.rs:21:10 Oct 15 09:22:04.158 INFO kablam! | Oct 15 09:22:04.159 INFO kablam! 21 | #[derive(Insertable)] Oct 15 09:22:04.160 INFO kablam! | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 15 09:22:04.160 INFO kablam! | Oct 15 09:22:04.161 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 15 09:22:04.161 INFO kablam! = note: for more information, see issue #50504 Oct 15 09:22:04.161 INFO kablam! Oct 15 09:22:04.161 INFO kablam! warning: cannot find type `NewMessage` in this scope Oct 15 09:22:04.161 INFO kablam! --> src/models.rs:21:10 Oct 15 09:22:04.161 INFO kablam! | Oct 15 09:22:04.161 INFO kablam! 21 | #[derive(Insertable)] Oct 15 09:22:04.162 INFO kablam! | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 15 09:22:04.164 INFO kablam! | Oct 15 09:22:04.164 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 15 09:22:04.164 INFO kablam! = note: for more information, see issue #50504 Oct 15 09:22:04.164 INFO kablam! Oct 15 09:22:04.164 INFO kablam! warning: cannot find type `table` in this scope Oct 15 09:22:04.164 INFO kablam! --> <::diesel::macros::table_body macros>:165:33 Oct 15 09:22:04.164 INFO kablam! | Oct 15 09:22:04.164 INFO kablam! 165 | derive ( Debug , Clone , Copy , QueryId ) ] /// The actual table struct Oct 15 09:22:04.164 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 15 09:22:04.164 INFO kablam! | Oct 15 09:22:04.164 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 15 09:22:04.164 INFO kablam! = note: for more information, see issue #50504 Oct 15 09:22:04.164 INFO kablam! Oct 15 09:22:04.164 INFO kablam! warning: cannot find type `id` in this scope Oct 15 09:22:04.164 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 15 09:22:04.164 INFO kablam! | Oct 15 09:22:04.164 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 15 09:22:04.164 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 15 09:22:04.164 INFO kablam! | Oct 15 09:22:04.164 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 15 09:22:04.164 INFO kablam! = note: for more information, see issue #50504 Oct 15 09:22:04.164 INFO kablam! Oct 15 09:22:04.164 INFO kablam! warning: cannot find type `message` in this scope Oct 15 09:22:04.164 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 15 09:22:04.164 INFO kablam! | Oct 15 09:22:04.164 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 15 09:22:04.164 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 15 09:22:04.164 INFO kablam! | Oct 15 09:22:04.164 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 15 09:22:04.164 INFO kablam! = note: for more information, see issue #50504 Oct 15 09:22:04.164 INFO kablam! Oct 15 09:22:04.164 INFO kablam! warning: cannot find type `username` in this scope Oct 15 09:22:04.164 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 15 09:22:04.164 INFO kablam! | Oct 15 09:22:04.164 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 15 09:22:04.164 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 15 09:22:04.164 INFO kablam! | Oct 15 09:22:04.164 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 15 09:22:04.164 INFO kablam! = note: for more information, see issue #50504 Oct 15 09:22:04.164 INFO kablam! Oct 15 09:22:04.164 INFO kablam! warning: cannot find type `user_from` in this scope Oct 15 09:22:04.164 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 15 09:22:04.164 INFO kablam! | Oct 15 09:22:04.164 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 15 09:22:04.164 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 15 09:22:04.164 INFO kablam! | Oct 15 09:22:04.164 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 15 09:22:04.164 INFO kablam! = note: for more information, see issue #50504 Oct 15 09:22:04.164 INFO kablam! Oct 15 09:22:04.164 INFO kablam! warning: cannot find type `user_to` in this scope Oct 15 09:22:04.164 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 15 09:22:04.164 INFO kablam! | Oct 15 09:22:04.164 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 15 09:22:04.164 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 15 09:22:04.164 INFO kablam! | Oct 15 09:22:04.164 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 15 09:22:04.164 INFO kablam! = note: for more information, see issue #50504 Oct 15 09:22:04.164 INFO kablam! Oct 15 09:22:04.164 INFO kablam! warning: cannot find type `time` in this scope Oct 15 09:22:04.164 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 15 09:22:04.164 INFO kablam! | Oct 15 09:22:04.164 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 15 09:22:04.164 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 15 09:22:04.164 INFO kablam! | Oct 15 09:22:04.164 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 15 09:22:04.164 INFO kablam! = note: for more information, see issue #50504 Oct 15 09:22:04.164 INFO kablam! Oct 15 09:22:10.850 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 40s Oct 15 09:22:10.850 INFO kablam! su: No module specific data is present Oct 15 09:22:12.055 INFO running `"docker" "rm" "-f" "bbc89c6216423de4d6a8b277dd2f037079561829a8e63f963a844d627710d678"` Oct 15 09:22:12.431 INFO blam! bbc89c6216423de4d6a8b277dd2f037079561829a8e63f963a844d627710d678 Oct 15 09:22:12.437 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-alt test --frozen --no-run" "-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 15 09:22:12.896 INFO blam! 8d810beac4c7c9d664c18a9cbf960391be4c26d6e784f2ff07526d9ab1099956 Oct 15 09:22:12.898 INFO running `"docker" "start" "-a" "8d810beac4c7c9d664c18a9cbf960391be4c26d6e784f2ff07526d9ab1099956"` Oct 15 09:22:14.323 INFO kablam! usermod: no changes Oct 15 09:22:14.488 INFO kablam! Compiling chat-app-websocket v0.1.0 (/source) Oct 15 09:22:16.387 INFO kablam! warning: cannot find type `Message` in this scope Oct 15 09:22:16.387 INFO kablam! --> src/models.rs:11:10 Oct 15 09:22:16.387 INFO kablam! | Oct 15 09:22:16.387 INFO kablam! 11 | #[derive(Queryable)] Oct 15 09:22:16.387 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 15 09:22:16.387 INFO kablam! | Oct 15 09:22:16.387 INFO kablam! = note: #[warn(proc_macro_derive_resolution_fallback)] on by default Oct 15 09:22:16.387 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 15 09:22:16.387 INFO kablam! = note: for more information, see issue #50504 Oct 15 09:22:16.387 INFO kablam! Oct 15 09:22:16.387 INFO kablam! warning: cannot find type `messages` in this scope Oct 15 09:22:16.387 INFO kablam! --> src/models.rs:21:10 Oct 15 09:22:16.387 INFO kablam! | Oct 15 09:22:16.387 INFO kablam! 21 | #[derive(Insertable)] Oct 15 09:22:16.387 INFO kablam! | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 15 09:22:16.387 INFO kablam! | Oct 15 09:22:16.387 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 15 09:22:16.387 INFO kablam! = note: for more information, see issue #50504 Oct 15 09:22:16.387 INFO kablam! Oct 15 09:22:16.387 INFO kablam! warning: cannot find type `NewMessage` in this scope Oct 15 09:22:16.387 INFO kablam! --> src/models.rs:21:10 Oct 15 09:22:16.387 INFO kablam! | Oct 15 09:22:16.387 INFO kablam! 21 | #[derive(Insertable)] Oct 15 09:22:16.387 INFO kablam! | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 15 09:22:16.387 INFO kablam! | Oct 15 09:22:16.387 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 15 09:22:16.387 INFO kablam! = note: for more information, see issue #50504 Oct 15 09:22:16.387 INFO kablam! Oct 15 09:22:16.387 INFO kablam! warning: cannot find type `table` in this scope Oct 15 09:22:16.387 INFO kablam! --> <::diesel::macros::table_body macros>:165:33 Oct 15 09:22:16.387 INFO kablam! | Oct 15 09:22:16.387 INFO kablam! 165 | derive ( Debug , Clone , Copy , QueryId ) ] /// The actual table struct Oct 15 09:22:16.387 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 15 09:22:16.387 INFO kablam! | Oct 15 09:22:16.387 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 15 09:22:16.387 INFO kablam! = note: for more information, see issue #50504 Oct 15 09:22:16.387 INFO kablam! Oct 15 09:22:16.387 INFO kablam! warning: cannot find type `id` in this scope Oct 15 09:22:16.387 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 15 09:22:16.387 INFO kablam! | Oct 15 09:22:16.387 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 15 09:22:16.387 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 15 09:22:16.387 INFO kablam! | Oct 15 09:22:16.387 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 15 09:22:16.387 INFO kablam! = note: for more information, see issue #50504 Oct 15 09:22:16.387 INFO kablam! Oct 15 09:22:16.387 INFO kablam! warning: cannot find type `message` in this scope Oct 15 09:22:16.387 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 15 09:22:16.387 INFO kablam! | Oct 15 09:22:16.387 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 15 09:22:16.387 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 15 09:22:16.387 INFO kablam! | Oct 15 09:22:16.387 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 15 09:22:16.387 INFO kablam! = note: for more information, see issue #50504 Oct 15 09:22:16.387 INFO kablam! Oct 15 09:22:16.387 INFO kablam! warning: cannot find type `username` in this scope Oct 15 09:22:16.387 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 15 09:22:16.387 INFO kablam! | Oct 15 09:22:16.387 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 15 09:22:16.387 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 15 09:22:16.387 INFO kablam! | Oct 15 09:22:16.387 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 15 09:22:16.387 INFO kablam! = note: for more information, see issue #50504 Oct 15 09:22:16.387 INFO kablam! Oct 15 09:22:16.387 INFO kablam! warning: cannot find type `user_from` in this scope Oct 15 09:22:16.387 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 15 09:22:16.387 INFO kablam! | Oct 15 09:22:16.387 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 15 09:22:16.387 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 15 09:22:16.387 INFO kablam! | Oct 15 09:22:16.387 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 15 09:22:16.387 INFO kablam! = note: for more information, see issue #50504 Oct 15 09:22:16.387 INFO kablam! Oct 15 09:22:16.387 INFO kablam! warning: cannot find type `user_to` in this scope Oct 15 09:22:16.387 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 15 09:22:16.387 INFO kablam! | Oct 15 09:22:16.387 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 15 09:22:16.387 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 15 09:22:16.387 INFO kablam! | Oct 15 09:22:16.387 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 15 09:22:16.387 INFO kablam! = note: for more information, see issue #50504 Oct 15 09:22:16.387 INFO kablam! Oct 15 09:22:16.388 INFO kablam! warning: cannot find type `time` in this scope Oct 15 09:22:16.388 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 15 09:22:16.388 INFO kablam! | Oct 15 09:22:16.388 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 15 09:22:16.388 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 15 09:22:16.388 INFO kablam! | Oct 15 09:22:16.388 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 15 09:22:16.388 INFO kablam! = note: for more information, see issue #50504 Oct 15 09:22:16.388 INFO kablam! Oct 15 09:22:17.354 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.00s Oct 15 09:22:17.359 INFO kablam! su: No module specific data is present Oct 15 09:22:18.080 INFO running `"docker" "rm" "-f" "8d810beac4c7c9d664c18a9cbf960391be4c26d6e784f2ff07526d9ab1099956"` Oct 15 09:22:18.514 INFO blam! 8d810beac4c7c9d664c18a9cbf960391be4c26d6e784f2ff07526d9ab1099956 Oct 15 09:22:18.517 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-alt test --frozen" "-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 15 09:22:18.958 INFO blam! 5835c14abff97e82bfcfca8a9c7e55bc6db7d533560905a65e95585fed8ed77b Oct 15 09:22:18.960 INFO running `"docker" "start" "-a" "5835c14abff97e82bfcfca8a9c7e55bc6db7d533560905a65e95585fed8ed77b"` Oct 15 09:22:20.831 INFO kablam! usermod: no changes Oct 15 09:22:21.031 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.17s Oct 15 09:22:21.040 INFO kablam! Running /target/debug/deps/chat_app_websocket-d3548dedc5a44079 Oct 15 09:22:21.045 INFO blam! Oct 15 09:22:21.045 INFO blam! running 0 tests Oct 15 09:22:21.045 INFO blam! Oct 15 09:22:21.045 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 09:22:21.045 INFO blam! Oct 15 09:22:21.051 INFO kablam! su: No module specific data is present Oct 15 09:22:21.907 INFO running `"docker" "rm" "-f" "5835c14abff97e82bfcfca8a9c7e55bc6db7d533560905a65e95585fed8ed77b"` Oct 15 09:22:22.247 INFO blam! 5835c14abff97e82bfcfca8a9c7e55bc6db7d533560905a65e95585fed8ed77b