Nov 17 14:01:47.542 INFO testing LachlanHogan/chat-app-websocket against master#6b9b97bd9b704f85f0184f7a213cc4d62bd9654c for pr-55982 Nov 17 14:01:47.542 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55982/worker-0/master#6b9b97bd9b704f85f0184f7a213cc4d62bd9654c:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-0/pr-55982/master#6b9b97bd9b704f85f0184f7a213cc4d62bd9654c:/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 +6b9b97bd9b704f85f0184f7a213cc4d62bd9654c-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"` Nov 17 14:01:48.007 INFO [stdout] 2ba85377d6ac2a2613450d59efdaf081bee8bf115fb0896a9e3aa4374218c6fc Nov 17 14:01:48.014 INFO running `"docker" "start" "-a" "2ba85377d6ac2a2613450d59efdaf081bee8bf115fb0896a9e3aa4374218c6fc"` Nov 17 14:01:49.192 INFO [stderr] usermod: no changes Nov 17 14:01:49.419 INFO [stderr] Compiling pq-sys v0.4.5 Nov 17 14:01:49.445 INFO [stderr] Compiling syn v0.13.10 Nov 17 14:01:49.455 INFO [stderr] Compiling ws v0.7.6 Nov 17 14:01:49.455 INFO [stderr] Compiling dotenv v0.9.0 Nov 17 14:02:11.829 INFO [stderr] Compiling diesel_derives v1.3.0 Nov 17 14:02:11.831 INFO [stderr] Compiling serde_derive v1.0.55 Nov 17 14:02:25.026 INFO [stderr] Compiling diesel v1.3.0 Nov 17 14:03:16.546 INFO [stderr] Compiling chat-app-websocket v0.1.0 (/source) Nov 17 14:03:17.795 INFO [stderr] warning: cannot find type `Message` in this scope Nov 17 14:03:17.795 INFO [stderr] --> src/models.rs:11:10 Nov 17 14:03:17.795 INFO [stderr] | Nov 17 14:03:17.795 INFO [stderr] 11 | #[derive(Queryable)] Nov 17 14:03:17.795 INFO [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 17 14:03:17.795 INFO [stderr] | Nov 17 14:03:17.795 INFO [stderr] = note: #[warn(proc_macro_derive_resolution_fallback)] on by default Nov 17 14:03:17.795 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 17 14:03:17.795 INFO [stderr] = note: for more information, see issue #50504 Nov 17 14:03:17.795 INFO [stderr] Nov 17 14:03:17.795 INFO [stderr] warning: cannot find type `messages` in this scope Nov 17 14:03:17.795 INFO [stderr] --> src/models.rs:21:10 Nov 17 14:03:17.795 INFO [stderr] | Nov 17 14:03:17.795 INFO [stderr] 21 | #[derive(Insertable)] Nov 17 14:03:17.795 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 17 14:03:17.795 INFO [stderr] | Nov 17 14:03:17.795 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 17 14:03:17.795 INFO [stderr] = note: for more information, see issue #50504 Nov 17 14:03:17.795 INFO [stderr] Nov 17 14:03:17.795 INFO [stderr] warning: cannot find type `NewMessage` in this scope Nov 17 14:03:17.795 INFO [stderr] --> src/models.rs:21:10 Nov 17 14:03:17.795 INFO [stderr] | Nov 17 14:03:17.795 INFO [stderr] 21 | #[derive(Insertable)] Nov 17 14:03:17.795 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 17 14:03:17.795 INFO [stderr] | Nov 17 14:03:17.795 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 17 14:03:17.795 INFO [stderr] = note: for more information, see issue #50504 Nov 17 14:03:17.795 INFO [stderr] Nov 17 14:03:17.795 INFO [stderr] warning: cannot find type `table` in this scope Nov 17 14:03:17.795 INFO [stderr] --> <::diesel::macros::table_body macros>:165:33 Nov 17 14:03:17.795 INFO [stderr] | Nov 17 14:03:17.795 INFO [stderr] 165 | derive ( Debug , Clone , Copy , QueryId ) ] /// The actual table struct Nov 17 14:03:17.795 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 17 14:03:17.795 INFO [stderr] | Nov 17 14:03:17.795 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 17 14:03:17.795 INFO [stderr] = note: for more information, see issue #50504 Nov 17 14:03:17.795 INFO [stderr] Nov 17 14:03:17.795 INFO [stderr] warning: cannot find type `id` in this scope Nov 17 14:03:17.795 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 17 14:03:17.795 INFO [stderr] | Nov 17 14:03:17.795 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 17 14:03:17.795 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 17 14:03:17.795 INFO [stderr] | Nov 17 14:03:17.795 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 17 14:03:17.795 INFO [stderr] = note: for more information, see issue #50504 Nov 17 14:03:17.795 INFO [stderr] Nov 17 14:03:17.795 INFO [stderr] warning: cannot find type `message` in this scope Nov 17 14:03:17.795 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 17 14:03:17.795 INFO [stderr] | Nov 17 14:03:17.795 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 17 14:03:17.795 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 17 14:03:17.795 INFO [stderr] | Nov 17 14:03:17.795 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 17 14:03:17.795 INFO [stderr] = note: for more information, see issue #50504 Nov 17 14:03:17.795 INFO [stderr] Nov 17 14:03:17.795 INFO [stderr] warning: cannot find type `username` in this scope Nov 17 14:03:17.795 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 17 14:03:17.795 INFO [stderr] | Nov 17 14:03:17.795 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 17 14:03:17.795 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 17 14:03:17.795 INFO [stderr] | Nov 17 14:03:17.795 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 17 14:03:17.795 INFO [stderr] = note: for more information, see issue #50504 Nov 17 14:03:17.795 INFO [stderr] Nov 17 14:03:17.795 INFO [stderr] warning: cannot find type `user_from` in this scope Nov 17 14:03:17.795 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 17 14:03:17.795 INFO [stderr] | Nov 17 14:03:17.795 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 17 14:03:17.795 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 17 14:03:17.795 INFO [stderr] | Nov 17 14:03:17.795 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 17 14:03:17.795 INFO [stderr] = note: for more information, see issue #50504 Nov 17 14:03:17.796 INFO [stderr] Nov 17 14:03:17.796 INFO [stderr] warning: cannot find type `user_to` in this scope Nov 17 14:03:17.796 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 17 14:03:17.796 INFO [stderr] | Nov 17 14:03:17.796 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 17 14:03:17.796 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 17 14:03:17.796 INFO [stderr] | Nov 17 14:03:17.796 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 17 14:03:17.796 INFO [stderr] = note: for more information, see issue #50504 Nov 17 14:03:17.796 INFO [stderr] Nov 17 14:03:17.796 INFO [stderr] warning: cannot find type `time` in this scope Nov 17 14:03:17.796 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 17 14:03:17.796 INFO [stderr] | Nov 17 14:03:17.796 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 17 14:03:17.796 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 17 14:03:17.796 INFO [stderr] | Nov 17 14:03:17.796 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 17 14:03:17.796 INFO [stderr] = note: for more information, see issue #50504 Nov 17 14:03:17.796 INFO [stderr] Nov 17 14:03:24.226 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 34s Nov 17 14:03:24.239 INFO [stderr] su: No module specific data is present Nov 17 14:03:24.843 INFO running `"docker" "inspect" "2ba85377d6ac2a2613450d59efdaf081bee8bf115fb0896a9e3aa4374218c6fc"` Nov 17 14:03:25.136 INFO running `"docker" "rm" "-f" "2ba85377d6ac2a2613450d59efdaf081bee8bf115fb0896a9e3aa4374218c6fc"` Nov 17 14:03:25.303 INFO [stdout] 2ba85377d6ac2a2613450d59efdaf081bee8bf115fb0896a9e3aa4374218c6fc Nov 17 14:03:25.325 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55982/worker-0/master#6b9b97bd9b704f85f0184f7a213cc4d62bd9654c:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-0/pr-55982/master#6b9b97bd9b704f85f0184f7a213cc4d62bd9654c:/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 +6b9b97bd9b704f85f0184f7a213cc4d62bd9654c-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"` Nov 17 14:03:25.749 INFO [stdout] d1417e30816580fa8f6fb006cafe588bbd5dfb31e0916da3c15228cd88a0ab85 Nov 17 14:03:25.759 INFO running `"docker" "start" "-a" "d1417e30816580fa8f6fb006cafe588bbd5dfb31e0916da3c15228cd88a0ab85"` Nov 17 14:03:26.966 INFO [stderr] usermod: no changes Nov 17 14:03:27.203 INFO [stderr] Compiling chat-app-websocket v0.1.0 (/source) Nov 17 14:03:28.419 INFO [stderr] warning: cannot find type `Message` in this scope Nov 17 14:03:28.420 INFO [stderr] --> src/models.rs:11:10 Nov 17 14:03:28.420 INFO [stderr] | Nov 17 14:03:28.420 INFO [stderr] 11 | #[derive(Queryable)] Nov 17 14:03:28.421 INFO [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 17 14:03:28.421 INFO [stderr] | Nov 17 14:03:28.421 INFO [stderr] = note: #[warn(proc_macro_derive_resolution_fallback)] on by default Nov 17 14:03:28.422 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 17 14:03:28.422 INFO [stderr] = note: for more information, see issue #50504 Nov 17 14:03:28.422 INFO [stderr] Nov 17 14:03:28.422 INFO [stderr] warning: cannot find type `messages` in this scope Nov 17 14:03:28.423 INFO [stderr] --> src/models.rs:21:10 Nov 17 14:03:28.423 INFO [stderr] | Nov 17 14:03:28.423 INFO [stderr] 21 | #[derive(Insertable)] Nov 17 14:03:28.424 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 17 14:03:28.424 INFO [stderr] | Nov 17 14:03:28.424 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 17 14:03:28.425 INFO [stderr] = note: for more information, see issue #50504 Nov 17 14:03:28.425 INFO [stderr] Nov 17 14:03:28.425 INFO [stderr] warning: cannot find type `NewMessage` in this scope Nov 17 14:03:28.425 INFO [stderr] --> src/models.rs:21:10 Nov 17 14:03:28.426 INFO [stderr] | Nov 17 14:03:28.426 INFO [stderr] 21 | #[derive(Insertable)] Nov 17 14:03:28.426 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 17 14:03:28.427 INFO [stderr] | Nov 17 14:03:28.427 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 17 14:03:28.427 INFO [stderr] = note: for more information, see issue #50504 Nov 17 14:03:28.427 INFO [stderr] Nov 17 14:03:28.435 INFO [stderr] warning: cannot find type `table` in this scope Nov 17 14:03:28.436 INFO [stderr] --> <::diesel::macros::table_body macros>:165:33 Nov 17 14:03:28.436 INFO [stderr] | Nov 17 14:03:28.436 INFO [stderr] 165 | derive ( Debug , Clone , Copy , QueryId ) ] /// The actual table struct Nov 17 14:03:28.437 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 17 14:03:28.437 INFO [stderr] | Nov 17 14:03:28.437 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 17 14:03:28.437 INFO [stderr] = note: for more information, see issue #50504 Nov 17 14:03:28.438 INFO [stderr] Nov 17 14:03:28.438 INFO [stderr] warning: cannot find type `id` in this scope Nov 17 14:03:28.438 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 17 14:03:28.439 INFO [stderr] | Nov 17 14:03:28.439 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 17 14:03:28.439 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 17 14:03:28.440 INFO [stderr] | Nov 17 14:03:28.440 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 17 14:03:28.440 INFO [stderr] = note: for more information, see issue #50504 Nov 17 14:03:28.440 INFO [stderr] Nov 17 14:03:28.441 INFO [stderr] warning: cannot find type `message` in this scope Nov 17 14:03:28.441 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 17 14:03:28.441 INFO [stderr] | Nov 17 14:03:28.442 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 17 14:03:28.442 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 17 14:03:28.442 INFO [stderr] | Nov 17 14:03:28.442 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 17 14:03:28.443 INFO [stderr] = note: for more information, see issue #50504 Nov 17 14:03:28.443 INFO [stderr] Nov 17 14:03:28.443 INFO [stderr] warning: cannot find type `username` in this scope Nov 17 14:03:28.444 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 17 14:03:28.444 INFO [stderr] | Nov 17 14:03:28.444 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 17 14:03:28.445 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 17 14:03:28.445 INFO [stderr] | Nov 17 14:03:28.445 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 17 14:03:28.445 INFO [stderr] = note: for more information, see issue #50504 Nov 17 14:03:28.446 INFO [stderr] Nov 17 14:03:28.446 INFO [stderr] warning: cannot find type `user_from` in this scope Nov 17 14:03:28.446 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 17 14:03:28.447 INFO [stderr] | Nov 17 14:03:28.447 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 17 14:03:28.447 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 17 14:03:28.448 INFO [stderr] | Nov 17 14:03:28.448 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 17 14:03:28.448 INFO [stderr] = note: for more information, see issue #50504 Nov 17 14:03:28.449 INFO [stderr] Nov 17 14:03:28.449 INFO [stderr] warning: cannot find type `user_to` in this scope Nov 17 14:03:28.449 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 17 14:03:28.449 INFO [stderr] | Nov 17 14:03:28.450 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 17 14:03:28.450 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 17 14:03:28.450 INFO [stderr] | Nov 17 14:03:28.451 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 17 14:03:28.451 INFO [stderr] = note: for more information, see issue #50504 Nov 17 14:03:28.451 INFO [stderr] Nov 17 14:03:28.452 INFO [stderr] warning: cannot find type `time` in this scope Nov 17 14:03:28.452 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 17 14:03:28.452 INFO [stderr] | Nov 17 14:03:28.452 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 17 14:03:28.453 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 17 14:03:28.453 INFO [stderr] | Nov 17 14:03:28.453 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 17 14:03:28.453 INFO [stderr] = note: for more information, see issue #50504 Nov 17 14:03:28.454 INFO [stderr] Nov 17 14:03:29.339 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2.32s Nov 17 14:03:29.340 INFO [stderr] su: No module specific data is present Nov 17 14:03:29.963 INFO running `"docker" "inspect" "d1417e30816580fa8f6fb006cafe588bbd5dfb31e0916da3c15228cd88a0ab85"` Nov 17 14:03:30.285 INFO running `"docker" "rm" "-f" "d1417e30816580fa8f6fb006cafe588bbd5dfb31e0916da3c15228cd88a0ab85"` Nov 17 14:03:30.498 INFO [stdout] d1417e30816580fa8f6fb006cafe588bbd5dfb31e0916da3c15228cd88a0ab85 Nov 17 14:03:30.500 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55982/worker-0/master#6b9b97bd9b704f85f0184f7a213cc4d62bd9654c:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-0/pr-55982/master#6b9b97bd9b704f85f0184f7a213cc4d62bd9654c:/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 +6b9b97bd9b704f85f0184f7a213cc4d62bd9654c-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"` Nov 17 14:03:30.921 INFO [stdout] 3c9e7fb601b2dae028d1c016aa6e395bbb1643dba96b22b8103c5c7bc5e2c4d9 Nov 17 14:03:30.925 INFO running `"docker" "start" "-a" "3c9e7fb601b2dae028d1c016aa6e395bbb1643dba96b22b8103c5c7bc5e2c4d9"` Nov 17 14:03:32.367 INFO [stderr] usermod: no changes Nov 17 14:03:32.543 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.15s Nov 17 14:03:32.558 INFO [stdout] Nov 17 14:03:32.558 INFO [stdout] running 0 tests Nov 17 14:03:32.558 INFO [stdout] Nov 17 14:03:32.558 INFO [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Nov 17 14:03:32.558 INFO [stdout] Nov 17 14:03:32.561 INFO [stderr] Running /target/debug/deps/chat_app_websocket-6847100c5cf8d44e Nov 17 14:03:32.562 INFO [stderr] su: No module specific data is present Nov 17 14:03:33.342 INFO running `"docker" "inspect" "3c9e7fb601b2dae028d1c016aa6e395bbb1643dba96b22b8103c5c7bc5e2c4d9"` Nov 17 14:03:33.608 INFO running `"docker" "rm" "-f" "3c9e7fb601b2dae028d1c016aa6e395bbb1643dba96b22b8103c5c7bc5e2c4d9"` Nov 17 14:03:33.822 INFO [stdout] 3c9e7fb601b2dae028d1c016aa6e395bbb1643dba96b22b8103c5c7bc5e2c4d9