[INFO] updating cached repository https://github.com/fnky/rust-chat
[INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "-c" "remote.origin.fetch=refs/heads/*:refs/heads/*" "fetch" "origin" "--force" "--prune"`
[INFO] running `"git" "rev-parse" "HEAD"`
[INFO] [stdout] 0be15bdbb3e43f16f43bbf916c389ba75ddf4368
[INFO] checking fnky/rust-chat against master#bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc for pr-70917
[INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ffnky%2Frust-chat" "/workspace/builds/worker-3/source"`
[INFO] [stderr] Cloning into '/workspace/builds/worker-3/source'...
[INFO] [stderr] done.
[INFO] validating manifest of git repo https://github.com/fnky/rust-chat on toolchain bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc
[INFO] running `"/workspace/cargo-home/bin/cargo" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "read-manifest" "--manifest-path" "Cargo.toml"`
[INFO] started tweaking git repo https://github.com/fnky/rust-chat
[INFO] finished tweaking git repo https://github.com/fnky/rust-chat
[INFO] tweaked toml for git repo https://github.com/fnky/rust-chat written to /workspace/builds/worker-3/source/Cargo.toml
[INFO] crate git repo https://github.com/fnky/rust-chat already has a lockfile, it will not be regenerated
[INFO] running `"/workspace/cargo-home/bin/cargo" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "fetch" "--locked" "--manifest-path" "Cargo.toml"`
[INFO] [stderr] error: the lock file /workspace/builds/worker-3/source/Cargo.lock needs to be updated but --locked was passed to prevent this
[INFO] [stderr] If you want to try to generate the lock file without accessing the network, use the --offline flag.
[INFO] the lockfile is outdated, regenerating it
[INFO] running `"/workspace/cargo-home/bin/cargo" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"`
[INFO] [stderr]     Updating git repository `https://github.com/carllerche/mio`
[INFO] running `"/workspace/cargo-home/bin/cargo" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "fetch" "--locked" "--manifest-path" "Cargo.toml"`
[INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "check" "--frozen" "--all" "--all-targets"`
[INFO] [stdout] 74d466393208a5091ec37641fdcaf8569b1056c33dd39a397e39cabec9dab757
[INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
[INFO] running `"docker" "start" "-a" "74d466393208a5091ec37641fdcaf8569b1056c33dd39a397e39cabec9dab757"`
[INFO] [stderr]    Compiling gcc v0.3.55
[INFO] [stderr]     Checking mio v0.7.0 (https://github.com/carllerche/mio#aaa243cf)
[INFO] [stderr]     Checking sha1 v0.1.1
[INFO] [stderr]    Compiling http-muncher v0.2.5
[INFO] [stderr]     Checking chat v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr] error[E0432]: unresolved import `mio::tcp`
[INFO] [stderr]   --> src/main.rs:12:10
[INFO] [stderr]    |
[INFO] [stderr] 12 | use mio::tcp::*;
[INFO] [stderr]    |          ^^^ could not find `tcp` in `mio`
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved import `mio::tcp`
[INFO] [stderr]   --> src/main.rs:12:10
[INFO] [stderr]    |
[INFO] [stderr] 12 | use mio::tcp::*;
[INFO] [stderr]    |          ^^^ could not find `tcp` in `mio`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `EventSet`
[INFO] [stderr]   --> src/main.rs:77:17
[INFO] [stderr]    |
[INFO] [stderr] 77 |       interest: EventSet::readable(),
[INFO] [stderr]    |                 ^^^^^^^^ use of undeclared type or module `EventSet`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `EventSet`
[INFO] [stderr]   --> src/main.rs:77:17
[INFO] [stderr]    |
[INFO] [stderr] 77 |       interest: EventSet::readable(),
[INFO] [stderr]    |                 ^^^^^^^^ use of undeclared type or module `EventSet`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `EventSet`
[INFO] [stderr]   --> src/main.rs:94:26
[INFO] [stderr]    |
[INFO] [stderr] 94 |     self.interest.remove(EventSet::writable());
[INFO] [stderr]    |                          ^^^^^^^^ use of undeclared type or module `EventSet`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `EventSet`
[INFO] [stderr]   --> src/main.rs:94:26
[INFO] [stderr]    |
[INFO] [stderr] 94 |     self.interest.remove(EventSet::writable());
[INFO] [stderr]    |                          ^^^^^^^^ use of undeclared type or module `EventSet`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `EventSet`
[INFO] [stderr]   --> src/main.rs:95:26
[INFO] [stderr]    |
[INFO] [stderr] 95 |     self.interest.insert(EventSet::readable());
[INFO] [stderr]    |                          ^^^^^^^^ use of undeclared type or module `EventSet`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `EventSet`
[INFO] [stderr]    --> src/main.rs:117:34
[INFO] [stderr]     |
[INFO] [stderr] 117 |             self.interest.remove(EventSet::readable());
[INFO] [stderr]     |                                  ^^^^^^^^ use of undeclared type or module `EventSet`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `EventSet`
[INFO] [stderr]    --> src/main.rs:118:34
[INFO] [stderr]     |
[INFO] [stderr] 118 |             self.interest.insert(EventSet::writable());
[INFO] [stderr]     |                                  ^^^^^^^^ use of undeclared type or module `EventSet`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `EventSet`
[INFO] [stderr]   --> src/main.rs:95:26
[INFO] [stderr]    |
[INFO] [stderr] 95 |     self.interest.insert(EventSet::readable());
[INFO] [stderr]    |                          ^^^^^^^^ use of undeclared type or module `EventSet`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `EventSet`
[INFO] [stderr]    --> src/main.rs:117:34
[INFO] [stderr]     |
[INFO] [stderr] 117 |             self.interest.remove(EventSet::readable());
[INFO] [stderr]     |                                  ^^^^^^^^ use of undeclared type or module `EventSet`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `EventSet`
[INFO] [stderr]    --> src/main.rs:159:35
[INFO] [stderr]     |
[INFO] [stderr] 159 | ...                   EventSet::readable(),
[INFO] [stderr]     |                       ^^^^^^^^ use of undeclared type or module `EventSet`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `PollOpt`
[INFO] [stderr]    --> src/main.rs:160:35
[INFO] [stderr]     |
[INFO] [stderr] 160 | ...                   PollOpt::edge() | PollOpt::oneshot()).unwrap();
[INFO] [stderr]     |                       ^^^^^^^ use of undeclared type or module `PollOpt`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `PollOpt`
[INFO] [stderr]    --> src/main.rs:160:53
[INFO] [stderr]     |
[INFO] [stderr] 160 | ...                   PollOpt::edge() | PollOpt::oneshot()).unwrap();
[INFO] [stderr]     |                                         ^^^^^^^ use of undeclared type or module `PollOpt`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `PollOpt`
[INFO] [stderr]    --> src/main.rs:168:33
[INFO] [stderr]     |
[INFO] [stderr] 168 | ...                   PollOpt::edge() | PollOpt::oneshot()).unwrap();
[INFO] [stderr]     |                       ^^^^^^^ use of undeclared type or module `PollOpt`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `EventSet`
[INFO] [stderr]    --> src/main.rs:118:34
[INFO] [stderr]     |
[INFO] [stderr] 118 |             self.interest.insert(EventSet::writable());
[INFO] [stderr]     |                                  ^^^^^^^^ use of undeclared type or module `EventSet`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `PollOpt`
[INFO] [stderr]    --> src/main.rs:168:51
[INFO] [stderr]     |
[INFO] [stderr] 168 | ...                   PollOpt::edge() | PollOpt::oneshot()).unwrap();
[INFO] [stderr]     |                                         ^^^^^^^ use of undeclared type or module `PollOpt`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `PollOpt`
[INFO] [stderr]    --> src/main.rs:180:33
[INFO] [stderr]     |
[INFO] [stderr] 180 | ...                   PollOpt::edge() | PollOpt::oneshot()).unwrap();
[INFO] [stderr]     |                       ^^^^^^^ use of undeclared type or module `PollOpt`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `PollOpt`
[INFO] [stderr]    --> src/main.rs:180:51
[INFO] [stderr]     |
[INFO] [stderr] 180 | ...                   PollOpt::edge() | PollOpt::oneshot()).unwrap();
[INFO] [stderr]     |                                         ^^^^^^^ use of undeclared type or module `PollOpt`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `TcpSocket`
[INFO] [stderr]    --> src/main.rs:191:23
[INFO] [stderr]     |
[INFO] [stderr] 191 |   let server_socket = TcpSocket::v4().unwrap();
[INFO] [stderr]     |                       ^^^^^^^^^ use of undeclared type or module `TcpSocket`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `EventLoop`
[INFO] [stderr]    --> src/main.rs:198:24
[INFO] [stderr]     |
[INFO] [stderr] 198 |   let mut event_loop = EventLoop::new().unwrap();
[INFO] [stderr]     |                        ^^^^^^^^^ use of undeclared type or module `EventLoop`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `EventSet`
[INFO] [stderr]    --> src/main.rs:208:27
[INFO] [stderr]     |
[INFO] [stderr] 208 |                           EventSet::readable(),
[INFO] [stderr]     |                           ^^^^^^^^ use of undeclared type or module `EventSet`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `PollOpt`
[INFO] [stderr]    --> src/main.rs:209:27
[INFO] [stderr]     |
[INFO] [stderr] 209 |                           PollOpt::edge()).unwrap();
[INFO] [stderr]     |                           ^^^^^^^ use of undeclared type or module `PollOpt`
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `TcpStream` in this scope
[INFO] [stderr]   --> src/main.rs:59:11
[INFO] [stderr]    |
[INFO] [stderr] 59 |   socket: TcpStream,
[INFO] [stderr]    |           ^^^^^^^^^ not found in this scope
[INFO] [stderr]    |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]    |
[INFO] [stderr] 6  | use std::net::TcpStream;
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `EventSet` in this scope
[INFO] [stderr]   --> src/main.rs:62:13
[INFO] [stderr]    |
[INFO] [stderr] 62 |   interest: EventSet,
[INFO] [stderr]    |             ^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `TcpStream` in this scope
[INFO] [stderr]   --> src/main.rs:67:18
[INFO] [stderr]    |
[INFO] [stderr] 67 |   fn new(socket: TcpStream) -> WebSocketClient {
[INFO] [stderr]    |                  ^^^^^^^^^ not found in this scope
[INFO] [stderr]    |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]    |
[INFO] [stderr] 6  | use std::net::TcpStream;
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `TcpListener` in this scope
[INFO] [stderr]    --> src/main.rs:129:11
[INFO] [stderr]     |
[INFO] [stderr] 129 |   socket: TcpListener,
[INFO] [stderr]     |           ^^^^^^^^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]     |
[INFO] [stderr] 6   | use std::net::TcpListener;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error[E0405]: cannot find trait `Handler` in this scope
[INFO] [stderr]    --> src/main.rs:137:6
[INFO] [stderr]     |
[INFO] [stderr] 137 | impl Handler for WebSocketServer {
[INFO] [stderr]     |      ^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `EventLoop` in this scope
[INFO] [stderr]    --> src/main.rs:141:40
[INFO] [stderr]     |
[INFO] [stderr] 141 |   fn ready(&mut self, event_loop: &mut EventLoop<WebSocketServer>, token: Token, events: EventSet) {
[INFO] [stderr]     |                                        ^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `EventSet` in this scope
[INFO] [stderr]    --> src/main.rs:141:90
[INFO] [stderr]     |
[INFO] [stderr] 141 |   fn ready(&mut self, event_loop: &mut EventLoop<WebSocketServer>, token: Token, events: EventSet) {
[INFO] [stderr]     |                                                                                          ^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `EventSet`
[INFO] [stderr]    --> src/main.rs:159:35
[INFO] [stderr]     |
[INFO] [stderr] 159 | ...                   EventSet::readable(),
[INFO] [stderr]     |                       ^^^^^^^^ use of undeclared type or module `EventSet`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `PollOpt`
[INFO] [stderr]    --> src/main.rs:160:35
[INFO] [stderr]     |
[INFO] [stderr] 160 | ...                   PollOpt::edge() | PollOpt::oneshot()).unwrap();
[INFO] [stderr]     |                       ^^^^^^^ use of undeclared type or module `PollOpt`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `PollOpt`
[INFO] [stderr]    --> src/main.rs:160:53
[INFO] [stderr]     |
[INFO] [stderr] 160 | ...                   PollOpt::edge() | PollOpt::oneshot()).unwrap();
[INFO] [stderr]     |                                         ^^^^^^^ use of undeclared type or module `PollOpt`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `PollOpt`
[INFO] [stderr]    --> src/main.rs:168:33
[INFO] [stderr]     |
[INFO] [stderr] 168 | ...                   PollOpt::edge() | PollOpt::oneshot()).unwrap();
[INFO] [stderr]     |                       ^^^^^^^ use of undeclared type or module `PollOpt`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `PollOpt`
[INFO] [stderr]    --> src/main.rs:168:51
[INFO] [stderr]     |
[INFO] [stderr] 168 | ...                   PollOpt::edge() | PollOpt::oneshot()).unwrap();
[INFO] [stderr]     |                                         ^^^^^^^ use of undeclared type or module `PollOpt`
[INFO] [stderr] 
[INFO] [stderr] error: aborting due to 24 previous errors
[INFO] [stderr] 
[INFO] [stderr] Some errors have detailed explanations: E0405, E0412, E0432, E0433.
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `PollOpt`
[INFO] [stderr]    --> src/main.rs:180:33
[INFO] [stderr]     |
[INFO] [stderr] 180 | ...                   PollOpt::edge() | PollOpt::oneshot()).unwrap();
[INFO] [stderr]     |                       ^^^^^^^ use of undeclared type or module `PollOpt`
[INFO] [stderr] 
[INFO] [stderr] For more information about an error, try `rustc --explain E0405`.
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `PollOpt`
[INFO] [stderr]    --> src/main.rs:180:51
[INFO] [stderr]     |
[INFO] [stderr] 180 | ...                   PollOpt::edge() | PollOpt::oneshot()).unwrap();
[INFO] [stderr]     |                                         ^^^^^^^ use of undeclared type or module `PollOpt`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `TcpSocket`
[INFO] [stderr]    --> src/main.rs:191:23
[INFO] [stderr]     |
[INFO] [stderr] 191 |   let server_socket = TcpSocket::v4().unwrap();
[INFO] [stderr]     |                       ^^^^^^^^^ use of undeclared type or module `TcpSocket`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `EventLoop`
[INFO] [stderr]    --> src/main.rs:198:24
[INFO] [stderr]     |
[INFO] [stderr] 198 |   let mut event_loop = EventLoop::new().unwrap();
[INFO] [stderr]     |                        ^^^^^^^^^ use of undeclared type or module `EventLoop`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `EventSet`
[INFO] [stderr]    --> src/main.rs:208:27
[INFO] [stderr]     |
[INFO] [stderr] 208 |                           EventSet::readable(),
[INFO] [stderr]     |                           ^^^^^^^^ use of undeclared type or module `EventSet`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `PollOpt`
[INFO] [stderr]    --> src/main.rs:209:27
[INFO] [stderr]     |
[INFO] [stderr] 209 |                           PollOpt::edge()).unwrap();
[INFO] [stderr]     |                           ^^^^^^^ use of undeclared type or module `PollOpt`
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `TcpStream` in this scope
[INFO] [stderr]   --> src/main.rs:59:11
[INFO] [stderr]    |
[INFO] [stderr] 59 |   socket: TcpStream,
[INFO] [stderr]    |           ^^^^^^^^^ not found in this scope
[INFO] [stderr]    |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]    |
[INFO] [stderr] 6  | use std::net::TcpStream;
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `EventSet` in this scope
[INFO] [stderr]   --> src/main.rs:62:13
[INFO] [stderr]    |
[INFO] [stderr] 62 |   interest: EventSet,
[INFO] [stderr]    |             ^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `TcpStream` in this scope
[INFO] [stderr]   --> src/main.rs:67:18
[INFO] [stderr]    |
[INFO] [stderr] 67 |   fn new(socket: TcpStream) -> WebSocketClient {
[INFO] [stderr]    |                  ^^^^^^^^^ not found in this scope
[INFO] [stderr]    |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]    |
[INFO] [stderr] 6  | use std::net::TcpStream;
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `TcpListener` in this scope
[INFO] [stderr]    --> src/main.rs:129:11
[INFO] [stderr]     |
[INFO] [stderr] 129 |   socket: TcpListener,
[INFO] [stderr]     |           ^^^^^^^^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]     |
[INFO] [stderr] 6   | use std::net::TcpListener;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error[E0405]: cannot find trait `Handler` in this scope
[INFO] [stderr]    --> src/main.rs:137:6
[INFO] [stderr]     |
[INFO] [stderr] 137 | impl Handler for WebSocketServer {
[INFO] [stderr]     |      ^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `EventLoop` in this scope
[INFO] [stderr]    --> src/main.rs:141:40
[INFO] [stderr]     |
[INFO] [stderr] 141 |   fn ready(&mut self, event_loop: &mut EventLoop<WebSocketServer>, token: Token, events: EventSet) {
[INFO] [stderr]     |                                        ^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `EventSet` in this scope
[INFO] [stderr]    --> src/main.rs:141:90
[INFO] [stderr]     |
[INFO] [stderr] 141 |   fn ready(&mut self, event_loop: &mut EventLoop<WebSocketServer>, token: Token, events: EventSet) {
[INFO] [stderr]     |                                                                                          ^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error: could not compile `chat`.
[INFO] [stderr] 
[INFO] [stderr] To learn more, run the command again with --verbose.
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: aborting due to 24 previous errors
[INFO] [stderr] 
[INFO] [stderr] Some errors have detailed explanations: E0405, E0412, E0432, E0433.
[INFO] [stderr] For more information about an error, try `rustc --explain E0405`.
[INFO] [stderr] error: could not compile `chat`.
[INFO] [stderr] 
[INFO] [stderr] To learn more, run the command again with --verbose.
[INFO] running `"docker" "inspect" "74d466393208a5091ec37641fdcaf8569b1056c33dd39a397e39cabec9dab757"`
[INFO] running `"docker" "rm" "-f" "74d466393208a5091ec37641fdcaf8569b1056c33dd39a397e39cabec9dab757"`
[INFO] [stdout] 74d466393208a5091ec37641fdcaf8569b1056c33dd39a397e39cabec9dab757
