[INFO] cloning repository https://github.com/MegaBouncer/IRCConnector [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/MegaBouncer/IRCConnector" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FMegaBouncer%2FIRCConnector"` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FMegaBouncer%2FIRCConnector'... [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] f89156d0bc89ae3f2eeec6712035c20901c7cc82 [INFO] testing MegaBouncer/IRCConnector against 1.44.0 for beta-1.45-1 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FMegaBouncer%2FIRCConnector" "/workspace/builds/worker-7/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-7/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/MegaBouncer/IRCConnector on toolchain 1.44.0 [INFO] running `"/workspace/cargo-home/bin/cargo" "+1.44.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/MegaBouncer/IRCConnector [INFO] removed path dependency shared from git repo https://github.com/MegaBouncer/IRCConnector [INFO] finished tweaking git repo https://github.com/MegaBouncer/IRCConnector [INFO] tweaked toml for git repo https://github.com/MegaBouncer/IRCConnector written to /workspace/builds/worker-7/source/Cargo.toml [INFO] crate git repo https://github.com/MegaBouncer/IRCConnector already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+1.44.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] warning: dependency (shared) specified without providing a local path, Git repository, or version to use. This will be considered an error in future versions [INFO] [stderr] Updating crates.io index [INFO] [stderr] error: the lock file /workspace/builds/worker-7/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" "+1.44.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+1.44.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] warning: dependency (shared) specified without providing a local path, Git repository, or version to use. This will be considered an error in future versions [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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=warn" "-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" "+1.44.0" "build" "--frozen"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 7d38fc76414b2d4ef0837bbf603247eef2c1353acf12f77a519bcfd32461e424 [INFO] running `"docker" "start" "-a" "7d38fc76414b2d4ef0837bbf603247eef2c1353acf12f77a519bcfd32461e424"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] warning: dependency (shared) specified without providing a local path, Git repository, or version to use. This will be considered an error in future versions [INFO] [stderr] Compiling cortex-m v0.6.2 [INFO] [stderr] Compiling stable_deref_trait v1.1.1 [INFO] [stderr] Compiling vcell v0.1.2 [INFO] [stderr] Compiling cortex-m v0.5.10 [INFO] [stderr] Compiling aligned v0.2.0 [INFO] [stderr] Compiling base64 v0.12.1 [INFO] [stderr] Compiling bare-metal v0.2.5 [INFO] [stderr] Compiling generic-array v0.12.3 [INFO] [stderr] Compiling volatile-register v0.2.0 [INFO] [stderr] Compiling as-slice v0.1.3 [INFO] [stderr] Compiling aligned v0.3.2 [INFO] [stderr] Compiling shared v0.1.2 [INFO] [stderr] Compiling irc_connector v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] error[E0432]: unresolved import `shared::prelude` [INFO] [stderr] --> src/connector.rs:1:13 [INFO] [stderr] | [INFO] [stderr] 1 | use shared::prelude::*; [INFO] [stderr] | ^^^^^^^ could not find `prelude` in `shared` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `shared::Value` [INFO] [stderr] --> src/channel.rs:1:5 [INFO] [stderr] | [INFO] [stderr] 1 | use shared::Value; [INFO] [stderr] | ^^^^^^^^^^^^^ no `Value` in the root [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `shared::prelude` [INFO] [stderr] --> src/server.rs:2:13 [INFO] [stderr] | [INFO] [stderr] 2 | use shared::prelude::{ComponentResponse, Value}; [INFO] [stderr] | ^^^^^^^ could not find `prelude` in `shared` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `shared::prelude` [INFO] [stderr] --> src/message/sender.rs:1:13 [INFO] [stderr] | [INFO] [stderr] 1 | use shared::prelude::{Map, Value}; [INFO] [stderr] | ^^^^^^^ could not find `prelude` in `shared` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `shared::prelude` [INFO] [stderr] --> src/message/target.rs:1:13 [INFO] [stderr] | [INFO] [stderr] 1 | use shared::prelude::Value; [INFO] [stderr] | ^^^^^^^ could not find `prelude` in `shared` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `shared::prelude` [INFO] [stderr] --> src/message/mod.rs:4:13 [INFO] [stderr] | [INFO] [stderr] 4 | use shared::prelude::{Map, Value}; [INFO] [stderr] | ^^^^^^^ could not find `prelude` in `shared` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `ComponentResponse` [INFO] [stderr] --> src/connector.rs:21:27 [INFO] [stderr] | [INFO] [stderr] 21 | response.push(ComponentResponse::Send(Message::new_emit("tcp.connect", |map| { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ use of undeclared type or module `ComponentResponse` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Message` [INFO] [stderr] --> src/connector.rs:21:51 [INFO] [stderr] | [INFO] [stderr] 21 | response.push(ComponentResponse::Send(Message::new_emit("tcp.connect", |map| { [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `Message` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Value` [INFO] [stderr] --> src/connector.rs:22:50 [INFO] [stderr] | [INFO] [stderr] 22 | map.insert(String::from("host"), Value::String(server.host.clone())); [INFO] [stderr] | ^^^^^ use of undeclared type or module `Value` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Value` [INFO] [stderr] --> src/connector.rs:23:50 [INFO] [stderr] | [INFO] [stderr] 23 | map.insert(String::from("port"), Value::Number(server.port.into())); [INFO] [stderr] | ^^^^^ use of undeclared type or module `Value` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `ComponentResponse` [INFO] [stderr] --> src/connector.rs:26:27 [INFO] [stderr] | [INFO] [stderr] 26 | response.push(ComponentResponse::Send(Message::new_emit("tcp.send", |map| { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ use of undeclared type or module `ComponentResponse` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Message` [INFO] [stderr] --> src/connector.rs:26:51 [INFO] [stderr] | [INFO] [stderr] 26 | response.push(ComponentResponse::Send(Message::new_emit("tcp.send", |map| { [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `Message` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Value` [INFO] [stderr] --> src/connector.rs:27:50 [INFO] [stderr] | [INFO] [stderr] 27 | map.insert(String::from("host"), Value::String(server.host.clone())); [INFO] [stderr] | ^^^^^ use of undeclared type or module `Value` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Value` [INFO] [stderr] --> src/connector.rs:28:50 [INFO] [stderr] | [INFO] [stderr] 28 | map.insert(String::from("port"), Value::Number(server.port.into())); [INFO] [stderr] | ^^^^^ use of undeclared type or module `Value` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Value` [INFO] [stderr] --> src/connector.rs:29:50 [INFO] [stderr] | [INFO] [stderr] 29 | map.insert(String::from("data"), Value::String(base64::encode(auth_string.as_bytes()))); [INFO] [stderr] | ^^^^^ use of undeclared type or module `Value` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Value` [INFO] [stderr] --> src/connector.rs:45:19 [INFO] [stderr] | [INFO] [stderr] 45 | Some(&Value::String(ref data)) => match base64::decode(data) { [INFO] [stderr] | ^^^^^ use of undeclared type or module `Value` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Value` [INFO] [stderr] --> src/connector.rs:58:19 [INFO] [stderr] | [INFO] [stderr] 58 | Some(&Value::String(ref host)) => self.servers.iter_mut().find(|s| s.host == *host), [INFO] [stderr] | ^^^^^ use of undeclared type or module `Value` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Value` [INFO] [stderr] --> src/connector.rs:73:24 [INFO] [stderr] | [INFO] [stderr] 73 | Some(Some(&Value::String(ref t))) => t, [INFO] [stderr] | ^^^^^ use of undeclared type or module `Value` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Value` [INFO] [stderr] --> src/connector.rs:82:32 [INFO] [stderr] | [INFO] [stderr] 82 | Some(Some(&Value::String(ref t))) => t, [INFO] [stderr] | ^^^^^ use of undeclared type or module `Value` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Value` [INFO] [stderr] --> src/connector.rs:89:32 [INFO] [stderr] | [INFO] [stderr] 89 | Some(Some(&Value::String(ref t))) => t, [INFO] [stderr] | ^^^^^ use of undeclared type or module `Value` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `ComponentResponse` [INFO] [stderr] --> src/connector.rs:135:13 [INFO] [stderr] | [INFO] [stderr] 135 | ComponentResponse::ListenToChannel(Channel::from_string("irc.send")), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ use of undeclared type or module `ComponentResponse` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Channel` [INFO] [stderr] --> src/connector.rs:135:48 [INFO] [stderr] | [INFO] [stderr] 135 | ComponentResponse::ListenToChannel(Channel::from_string("irc.send")), [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `Channel` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `ComponentResponse` [INFO] [stderr] --> src/connector.rs:136:13 [INFO] [stderr] | [INFO] [stderr] 136 | ComponentResponse::ListenToChannel(Channel::from_string("irc.server.connect")), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ use of undeclared type or module `ComponentResponse` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Channel` [INFO] [stderr] --> src/connector.rs:136:48 [INFO] [stderr] | [INFO] [stderr] 136 | ComponentResponse::ListenToChannel(Channel::from_string("irc.server.connect")), [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `Channel` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `ComponentResponse` [INFO] [stderr] --> src/connector.rs:137:13 [INFO] [stderr] | [INFO] [stderr] 137 | ComponentResponse::ListenToChannel(Channel::from_string("irc.server.disconnect")), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ use of undeclared type or module `ComponentResponse` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Channel` [INFO] [stderr] --> src/connector.rs:137:48 [INFO] [stderr] | [INFO] [stderr] 137 | ComponentResponse::ListenToChannel(Channel::from_string("irc.server.disconnect")), [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `Channel` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `ComponentResponse` [INFO] [stderr] --> src/connector.rs:138:13 [INFO] [stderr] | [INFO] [stderr] 138 | ComponentResponse::ListenToChannel(Channel::from_string("irc.channel.join")), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ use of undeclared type or module `ComponentResponse` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Channel` [INFO] [stderr] --> src/connector.rs:138:48 [INFO] [stderr] | [INFO] [stderr] 138 | ComponentResponse::ListenToChannel(Channel::from_string("irc.channel.join")), [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `Channel` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `ComponentResponse` [INFO] [stderr] --> src/connector.rs:139:13 [INFO] [stderr] | [INFO] [stderr] 139 | ComponentResponse::ListenToChannel(Channel::from_string("irc.channel.leave")), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ use of undeclared type or module `ComponentResponse` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Channel` [INFO] [stderr] --> src/connector.rs:139:48 [INFO] [stderr] | [INFO] [stderr] 139 | ComponentResponse::ListenToChannel(Channel::from_string("irc.channel.leave")), [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `Channel` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `ComponentResponse` [INFO] [stderr] --> src/connector.rs:140:13 [INFO] [stderr] | [INFO] [stderr] 140 | ComponentResponse::ListenToChannel(Channel::from_string("tcp.connected")), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ use of undeclared type or module `ComponentResponse` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Channel` [INFO] [stderr] --> src/connector.rs:140:48 [INFO] [stderr] | [INFO] [stderr] 140 | ComponentResponse::ListenToChannel(Channel::from_string("tcp.connected")), [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `Channel` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `ComponentResponse` [INFO] [stderr] --> src/connector.rs:141:13 [INFO] [stderr] | [INFO] [stderr] 141 | ComponentResponse::ListenToChannel(Channel::from_string("tcp.data")), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ use of undeclared type or module `ComponentResponse` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Channel` [INFO] [stderr] --> src/connector.rs:141:48 [INFO] [stderr] | [INFO] [stderr] 141 | ComponentResponse::ListenToChannel(Channel::from_string("tcp.data")), [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `Channel` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `ComponentResponse` [INFO] [stderr] --> src/connector.rs:142:13 [INFO] [stderr] | [INFO] [stderr] 142 | ComponentResponse::ListenToChannel(Channel::from_string("tcp.disconnected")), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ use of undeclared type or module `ComponentResponse` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Channel` [INFO] [stderr] --> src/connector.rs:142:48 [INFO] [stderr] | [INFO] [stderr] 142 | ComponentResponse::ListenToChannel(Channel::from_string("tcp.disconnected")), [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `Channel` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `ComponentResponse` [INFO] [stderr] --> src/connector.rs:143:13 [INFO] [stderr] | [INFO] [stderr] 143 | ComponentResponse::ListenToChannel(Channel::from_string("data.irc.config")), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ use of undeclared type or module `ComponentResponse` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Channel` [INFO] [stderr] --> src/connector.rs:143:48 [INFO] [stderr] | [INFO] [stderr] 143 | ComponentResponse::ListenToChannel(Channel::from_string("data.irc.config")), [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `Channel` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `ComponentResponse` [INFO] [stderr] --> src/connector.rs:144:13 [INFO] [stderr] | [INFO] [stderr] 144 | ComponentResponse::Send(Message::new_emit("data.get_by_key", |mut map| { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ use of undeclared type or module `ComponentResponse` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Message` [INFO] [stderr] --> src/connector.rs:144:37 [INFO] [stderr] | [INFO] [stderr] 144 | ComponentResponse::Send(Message::new_emit("data.get_by_key", |mut map| { [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `Message` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Value` [INFO] [stderr] --> src/connector.rs:145:49 [INFO] [stderr] | [INFO] [stderr] 145 | map.insert(String::from("key"), Value::String(String::from("irc.config"))); [INFO] [stderr] | ^^^^^ use of undeclared type or module `Value` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `Message` in `shared` [INFO] [stderr] --> src/server.rs:68:57 [INFO] [stderr] | [INFO] [stderr] 68 | response.push(ComponentResponse::Send(::shared::Message::new_emit("irc.message", |map| { [INFO] [stderr] | ^^^^^^^ could not find `Message` in `shared` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `Message` in `shared` [INFO] [stderr] --> src/server.rs:89:43 [INFO] [stderr] | [INFO] [stderr] 89 | ComponentResponse::Send(::shared::Message::new_emit("tcp.send", |map| { [INFO] [stderr] | ^^^^^^^ could not find `Message` in `shared` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `Client` in `shared` [INFO] [stderr] --> src/main.rs:15:30 [INFO] [stderr] | [INFO] [stderr] 15 | let mut client = shared::Client::default(); [INFO] [stderr] | ^^^^^^ could not find `Client` in `shared` [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ComponentResponse` in this scope [INFO] [stderr] --> src/connector.rs:18:40 [INFO] [stderr] | [INFO] [stderr] 17 | impl IrcConnector { [INFO] [stderr] | - help: you might be missing a type parameter: `` [INFO] [stderr] 18 | fn get_join_messages(&self) -> Vec { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Value` in this scope [INFO] [stderr] --> src/connector.rs:43:33 [INFO] [stderr] | [INFO] [stderr] 43 | fn get_message_data(value: &Value) -> Option { [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Value` in this scope [INFO] [stderr] --> src/connector.rs:56:38 [INFO] [stderr] | [INFO] [stderr] 56 | fn get_server(&mut self, value: &Value) -> Option<&mut IrcServer> { [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Value` in this scope [INFO] [stderr] --> src/connector.rs:63:42 [INFO] [stderr] | [INFO] [stderr] 63 | fn send_message(&mut self, message: &Value, response: &mut Vec) { [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ComponentResponse` in this scope [INFO] [stderr] --> src/connector.rs:63:68 [INFO] [stderr] | [INFO] [stderr] 17 | impl IrcConnector { [INFO] [stderr] | - help: you might be missing a type parameter: `` [INFO] [stderr] ... [INFO] [stderr] 63 | fn send_message(&mut self, message: &Value, response: &mut Vec) { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Value` in this scope [INFO] [stderr] --> src/connector.rs:108:40 [INFO] [stderr] | [INFO] [stderr] 108 | fn update_config(&mut self, json: &Value, response: &mut Vec){ [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ComponentResponse` in this scope [INFO] [stderr] --> src/connector.rs:108:66 [INFO] [stderr] | [INFO] [stderr] 17 | impl IrcConnector { [INFO] [stderr] | - help: you might be missing a type parameter: `` [INFO] [stderr] ... [INFO] [stderr] 108 | fn update_config(&mut self, json: &Value, response: &mut Vec){ [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0405]: cannot find trait `Component` in this scope [INFO] [stderr] --> src/connector.rs:132:6 [INFO] [stderr] | [INFO] [stderr] 132 | impl Component for IrcConnector { [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Poll` in this scope [INFO] [stderr] --> src/connector.rs:133:28 [INFO] [stderr] | [INFO] [stderr] 133 | fn init(&self, _poll: &Poll) -> Vec { [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] 1 | use std::task::Poll; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ComponentResponse` in this scope [INFO] [stderr] --> src/connector.rs:133:41 [INFO] [stderr] | [INFO] [stderr] 132 | impl Component for IrcConnector { [INFO] [stderr] | - help: you might be missing a type parameter: `` [INFO] [stderr] 133 | fn init(&self, _poll: &Poll) -> Vec { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Poll` in this scope [INFO] [stderr] --> src/connector.rs:152:44 [INFO] [stderr] | [INFO] [stderr] 152 | fn message_received(&mut self, _poll: &Poll, channel: &Channel, _sender: &Option, message: &Value) -> Vec{ [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] 1 | use std::task::Poll; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Channel` in this scope [INFO] [stderr] --> src/connector.rs:152:60 [INFO] [stderr] | [INFO] [stderr] 152 | fn message_received(&mut self, _poll: &Poll, channel: &Channel, _sender: &Option, message: &Value) -> Vec{ [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] | [INFO] [stderr] help: there is an enum variant `message::target::Target::Channel`; try using the variant's enum [INFO] [stderr] | [INFO] [stderr] 152 | fn message_received(&mut self, _poll: &Poll, channel: &message::target::Target, _sender: &Option, message: &Value) -> Vec{ [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Value` in this scope [INFO] [stderr] --> src/connector.rs:152:105 [INFO] [stderr] | [INFO] [stderr] 152 | fn message_received(&mut self, _poll: &Poll, channel: &Channel, _sender: &Option, message: &Value) -> Vec{ [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ComponentResponse` in this scope [INFO] [stderr] --> src/connector.rs:152:119 [INFO] [stderr] | [INFO] [stderr] 132 | impl Component for IrcConnector { [INFO] [stderr] | - help: you might be missing a type parameter: `` [INFO] [stderr] ... [INFO] [stderr] 152 | fn message_received(&mut self, _poll: &Poll, channel: &Channel, _sender: &Option, message: &Value) -> Vec{ [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Poll` in this scope [INFO] [stderr] --> src/connector.rs:179:42 [INFO] [stderr] | [INFO] [stderr] 179 | fn node_connected(&mut self, _poll: &Poll, name: &str) -> Vec{ [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] 1 | use std::task::Poll; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ComponentResponse` in this scope [INFO] [stderr] --> src/connector.rs:179:67 [INFO] [stderr] | [INFO] [stderr] 132 | impl Component for IrcConnector { [INFO] [stderr] | - help: you might be missing a type parameter: `` [INFO] [stderr] ... [INFO] [stderr] 179 | fn node_connected(&mut self, _poll: &Poll, name: &str) -> Vec{ [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error: aborting due to 60 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 `irc_connector`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "7d38fc76414b2d4ef0837bbf603247eef2c1353acf12f77a519bcfd32461e424"` [INFO] running `"docker" "rm" "-f" "7d38fc76414b2d4ef0837bbf603247eef2c1353acf12f77a519bcfd32461e424"` [INFO] [stdout] 7d38fc76414b2d4ef0837bbf603247eef2c1353acf12f77a519bcfd32461e424