[INFO] cloning repository https://github.com/tirr-c/t-irc [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/tirr-c/t-irc" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftirr-c%2Ft-irc", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftirr-c%2Ft-irc'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 95ce91214dcbfa33ecc2f6e54d91657aeb80ec0e [INFO] checking tirr-c/t-irc against master#9fa580b1175018b0a276b0bc68f9827a106f7260 for pr-82565 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftirr-c%2Ft-irc" "/workspace/builds/worker-1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/tirr-c/t-irc on toolchain 9fa580b1175018b0a276b0bc68f9827a106f7260 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+9fa580b1175018b0a276b0bc68f9827a106f7260" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/tirr-c/t-irc [INFO] finished tweaking git repo https://github.com/tirr-c/t-irc [INFO] tweaked toml for git repo https://github.com/tirr-c/t-irc written to /workspace/builds/worker-1/source/Cargo.toml [INFO] crate git repo https://github.com/tirr-c/t-irc already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+9fa580b1175018b0a276b0bc68f9827a106f7260" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] warning: /workspace/builds/worker-1/source/ircparse/Cargo.toml: the cargo feature `edition` has been stabilized in the 1.31 release and is no longer necessary to be listed in the manifest [INFO] [stderr] See https://doc.rust-lang.org/nightly/cargo/reference/manifest.html#the-edition-field for more information about using this feature. [INFO] [stderr] warning: /workspace/builds/worker-1/source/ircstream/Cargo.toml: the cargo feature `edition` has been stabilized in the 1.31 release and is no longer necessary to be listed in the manifest [INFO] [stderr] See https://doc.rust-lang.org/nightly/cargo/reference/manifest.html#the-edition-field for more information about using this feature. [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:f2f6bcd4b43ebee4e173f653a26493129bdb64017c85f916b780ca7fbdbaa79d" "/opt/rustwide/cargo-home/bin/cargo" "+9fa580b1175018b0a276b0bc68f9827a106f7260" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] b5928a9f6bbcbd29c5f8908d57db61b2207e9d4d73ac4304fe1d32f59d3dbc67 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "b5928a9f6bbcbd29c5f8908d57db61b2207e9d4d73ac4304fe1d32f59d3dbc67", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "b5928a9f6bbcbd29c5f8908d57db61b2207e9d4d73ac4304fe1d32f59d3dbc67", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b5928a9f6bbcbd29c5f8908d57db61b2207e9d4d73ac4304fe1d32f59d3dbc67", kill_on_drop: false }` [INFO] [stdout] b5928a9f6bbcbd29c5f8908d57db61b2207e9d4d73ac4304fe1d32f59d3dbc67 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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" "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" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:f2f6bcd4b43ebee4e173f653a26493129bdb64017c85f916b780ca7fbdbaa79d" "/opt/rustwide/cargo-home/bin/cargo" "+9fa580b1175018b0a276b0bc68f9827a106f7260" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] ea1d64c5df4119ec77e356b5f594f736e1ca27d41ea46b96daffa643180b3416 [INFO] running `Command { std: "docker" "start" "-a" "ea1d64c5df4119ec77e356b5f594f736e1ca27d41ea46b96daffa643180b3416", kill_on_drop: false }` [INFO] [stderr] warning: /opt/rustwide/workdir/ircparse/Cargo.toml: the cargo feature `edition` has been stabilized in the 1.31 release and is no longer necessary to be listed in the manifest [INFO] [stderr] See https://doc.rust-lang.org/nightly/cargo/reference/manifest.html#the-edition-field for more information about using this feature. [INFO] [stderr] warning: /opt/rustwide/workdir/ircstream/Cargo.toml: the cargo feature `edition` has been stabilized in the 1.31 release and is no longer necessary to be listed in the manifest [INFO] [stderr] See https://doc.rust-lang.org/nightly/cargo/reference/manifest.html#the-edition-field for more information about using this feature. [INFO] [stderr] Checking libc v0.2.43 [INFO] [stderr] Compiling version_check v0.1.4 [INFO] [stderr] Compiling regex v1.0.2 [INFO] [stderr] Checking utf8-ranges v1.0.0 [INFO] [stderr] Checking cfg-if v0.1.5 [INFO] [stderr] Checking byteorder v1.2.4 [INFO] [stderr] Checking futures v0.1.23 [INFO] [stderr] Checking unreachable v1.0.0 [INFO] [stderr] Checking regex-syntax v0.6.2 [INFO] [stderr] Checking log v0.4.4 [INFO] [stderr] Compiling lazy_static v1.1.0 [INFO] [stderr] Checking memchr v2.0.1 [INFO] [stderr] Checking iovec v0.1.2 [INFO] [stderr] Checking bytes v0.4.9 [INFO] [stderr] Checking aho-corasick v0.6.6 [INFO] [stderr] Checking nom v4.0.0 [INFO] [stderr] Checking thread_local v0.3.5 [INFO] [stderr] Checking tokio-io v0.1.8 [INFO] [stderr] Checking tokio-codec v0.1.0 [INFO] [stderr] Checking ircparse v0.1.0 (/opt/rustwide/workdir/ircparse) [INFO] [stderr] Checking ircstream v0.1.0 (/opt/rustwide/workdir/ircstream) [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> ircparse/src/wire.rs:154:44 [INFO] [stdout] | [INFO] [stdout] 154 | assert_eq!(result, Ok((left, Tag { key, value }))); [INFO] [stdout] | ^^^ [INFO] [stdout] | | [INFO] [stdout] | expected enum `Cow`, found `&[u8]` [INFO] [stdout] | help: try using a variant of the expected enum: `Borrowed(key)` [INFO] [stdout] | [INFO] [stdout] = note: expected enum `Cow<'_, [u8]>` [INFO] [stdout] found reference `&[u8]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> ircparse/src/wire.rs:154:49 [INFO] [stdout] | [INFO] [stdout] 154 | assert_eq!(result, Ok((left, Tag { key, value }))); [INFO] [stdout] | ^^^^^ expected enum `Cow`, found `&[u8]` [INFO] [stdout] | [INFO] [stdout] = note: expected enum `Option>` [INFO] [stdout] found enum `Option<&[u8]>` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> ircparse/src/wire.rs:161:44 [INFO] [stdout] | [INFO] [stdout] 161 | assert_eq!(result, Ok((left, Tag { key, value }))); [INFO] [stdout] | ^^^ [INFO] [stdout] | | [INFO] [stdout] | expected enum `Cow`, found `&[u8]` [INFO] [stdout] | help: try using a variant of the expected enum: `Borrowed(key)` [INFO] [stdout] | [INFO] [stdout] = note: expected enum `Cow<'_, [u8]>` [INFO] [stdout] found reference `&[u8]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> ircparse/src/wire.rs:168:44 [INFO] [stdout] | [INFO] [stdout] 168 | assert_eq!(result, Ok((left, Tag { key, value }))); [INFO] [stdout] | ^^^ [INFO] [stdout] | | [INFO] [stdout] | expected enum `Cow`, found `&[u8]` [INFO] [stdout] | help: try using a variant of the expected enum: `Borrowed(key)` [INFO] [stdout] | [INFO] [stdout] = note: expected enum `Cow<'_, [u8]>` [INFO] [stdout] found reference `&[u8]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> ircparse/src/wire.rs:168:49 [INFO] [stdout] | [INFO] [stdout] 168 | assert_eq!(result, Ok((left, Tag { key, value }))); [INFO] [stdout] | ^^^^^ expected enum `Cow`, found `&[u8]` [INFO] [stdout] | [INFO] [stdout] = note: expected enum `Option>` [INFO] [stdout] found enum `Option<&[u8]>` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> ircparse/src/wire.rs:179:22 [INFO] [stdout] | [INFO] [stdout] 179 | key: &b"url"[..], [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | expected enum `Cow`, found `&[u8]` [INFO] [stdout] | help: try using a variant of the expected enum: `Borrowed(&b"url"[..])` [INFO] [stdout] | [INFO] [stdout] = note: expected enum `Cow<'_, [u8]>` [INFO] [stdout] found reference `&[u8]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> ircparse/src/wire.rs:180:29 [INFO] [stdout] | [INFO] [stdout] 180 | value: Some(&b""[..]), [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | expected enum `Cow`, found `&[u8]` [INFO] [stdout] | help: try using a variant of the expected enum: `Borrowed(&b""[..])` [INFO] [stdout] | [INFO] [stdout] = note: expected enum `Cow<'_, [u8]>` [INFO] [stdout] found reference `&[u8]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> ircparse/src/wire.rs:183:22 [INFO] [stdout] | [INFO] [stdout] 183 | key: &b"rose"[..], [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | expected enum `Cow`, found `&[u8]` [INFO] [stdout] | help: try using a variant of the expected enum: `Borrowed(&b"rose"[..])` [INFO] [stdout] | [INFO] [stdout] = note: expected enum `Cow<'_, [u8]>` [INFO] [stdout] found reference `&[u8]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> ircparse/src/wire.rs:187:22 [INFO] [stdout] | [INFO] [stdout] 187 | key: &b"netsplit"[..], [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | expected enum `Cow`, found `&[u8]` [INFO] [stdout] | help: try using a variant of the expected enum: `Borrowed(&b"netsplit"[..])` [INFO] [stdout] | [INFO] [stdout] = note: expected enum `Cow<'_, [u8]>` [INFO] [stdout] found reference `&[u8]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> ircparse/src/wire.rs:188:29 [INFO] [stdout] | [INFO] [stdout] 188 | value: Some(&b"tur,ty"[..]), [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | expected enum `Cow`, found `&[u8]` [INFO] [stdout] | help: try using a variant of the expected enum: `Borrowed(&b"tur,ty"[..])` [INFO] [stdout] | [INFO] [stdout] = note: expected enum `Cow<'_, [u8]>` [INFO] [stdout] found reference `&[u8]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> ircparse/src/wire.rs:200:23 [INFO] [stdout] | [INFO] [stdout] 200 | nickname: &b"dan"[..], [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | expected enum `Cow`, found `&[u8]` [INFO] [stdout] | help: try using a variant of the expected enum: `Borrowed(&b"dan"[..])` [INFO] [stdout] | [INFO] [stdout] = note: expected enum `Cow<'_, [u8]>` [INFO] [stdout] found reference `&[u8]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> ircparse/src/wire.rs:201:24 [INFO] [stdout] | [INFO] [stdout] 201 | user: Some(&b"d"[..]), [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | expected enum `Cow`, found `&[u8]` [INFO] [stdout] | help: try using a variant of the expected enum: `Borrowed(&b"d"[..])` [INFO] [stdout] | [INFO] [stdout] = note: expected enum `Cow<'_, [u8]>` [INFO] [stdout] found reference `&[u8]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> ircparse/src/wire.rs:202:24 [INFO] [stdout] | [INFO] [stdout] 202 | host: Some(&b"localhost"[..]), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | expected enum `Cow`, found `&[u8]` [INFO] [stdout] | help: try using a variant of the expected enum: `Borrowed(&b"localhost"[..])` [INFO] [stdout] | [INFO] [stdout] = note: expected enum `Cow<'_, [u8]>` [INFO] [stdout] found reference `&[u8]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> ircparse/src/wire.rs:210:23 [INFO] [stdout] | [INFO] [stdout] 210 | nickname: &b"localhost"[..], [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | expected enum `Cow`, found `&[u8]` [INFO] [stdout] | help: try using a variant of the expected enum: `Borrowed(&b"localhost"[..])` [INFO] [stdout] | [INFO] [stdout] = note: expected enum `Cow<'_, [u8]>` [INFO] [stdout] found reference `&[u8]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> ircparse/src/wire.rs:220:23 [INFO] [stdout] | [INFO] [stdout] 220 | nickname: &b"dan"[..], [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | expected enum `Cow`, found `&[u8]` [INFO] [stdout] | help: try using a variant of the expected enum: `Borrowed(&b"dan"[..])` [INFO] [stdout] | [INFO] [stdout] = note: expected enum `Cow<'_, [u8]>` [INFO] [stdout] found reference `&[u8]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> ircparse/src/wire.rs:222:24 [INFO] [stdout] | [INFO] [stdout] 222 | host: Some(&b"localhost"[..]), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | expected enum `Cow`, found `&[u8]` [INFO] [stdout] | help: try using a variant of the expected enum: `Borrowed(&b"localhost"[..])` [INFO] [stdout] | [INFO] [stdout] = note: expected enum `Cow<'_, [u8]>` [INFO] [stdout] found reference `&[u8]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> ircparse/src/wire.rs:235:27 [INFO] [stdout] | [INFO] [stdout] 235 | nickname: &b"irc.example.com"[..], [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | expected enum `Cow`, found `&[u8]` [INFO] [stdout] | help: try using a variant of the expected enum: `Borrowed(&b"irc.example.com"[..])` [INFO] [stdout] | [INFO] [stdout] = note: expected enum `Cow<'_, [u8]>` [INFO] [stdout] found reference `&[u8]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> ircparse/src/wire.rs:240:26 [INFO] [stdout] | [INFO] [stdout] 240 | command: &b"CAP"[..], [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | expected enum `Cow`, found `&[u8]` [INFO] [stdout] | help: try using a variant of the expected enum: `Borrowed(&b"CAP"[..])` [INFO] [stdout] | [INFO] [stdout] = note: expected enum `Cow<'_, [u8]>` [INFO] [stdout] found reference `&[u8]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> ircparse/src/wire.rs:242:21 [INFO] [stdout] | [INFO] [stdout] 242 | &b"LS"[..], [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | expected enum `Cow`, found `&[u8]` [INFO] [stdout] | help: try using a variant of the expected enum: `Borrowed(&b"LS"[..])` [INFO] [stdout] | [INFO] [stdout] = note: expected enum `Cow<'_, [u8]>` [INFO] [stdout] found reference `&[u8]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> ircparse/src/wire.rs:245:28 [INFO] [stdout] | [INFO] [stdout] 245 | rest: Some(&b"multi-prefix extended-join sasl"[..]), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | expected enum `Cow`, found `&[u8]` [INFO] [stdout] | help: try using a variant of the expected enum: `Borrowed(&b"multi-prefix extended-join sasl"[..])` [INFO] [stdout] | [INFO] [stdout] = note: expected enum `Cow<'_, [u8]>` [INFO] [stdout] found reference `&[u8]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> ircparse/src/wire.rs:255:22 [INFO] [stdout] | [INFO] [stdout] 255 | key: &b"id"[..], [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | expected enum `Cow`, found `&[u8]` [INFO] [stdout] | help: try using a variant of the expected enum: `Borrowed(&b"id"[..])` [INFO] [stdout] | [INFO] [stdout] = note: expected enum `Cow<'_, [u8]>` [INFO] [stdout] found reference `&[u8]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> ircparse/src/wire.rs:256:29 [INFO] [stdout] | [INFO] [stdout] 256 | value: Some(&b"234AB"[..]), [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | expected enum `Cow`, found `&[u8]` [INFO] [stdout] | help: try using a variant of the expected enum: `Borrowed(&b"234AB"[..])` [INFO] [stdout] | [INFO] [stdout] = note: expected enum `Cow<'_, [u8]>` [INFO] [stdout] found reference `&[u8]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> ircparse/src/wire.rs:259:27 [INFO] [stdout] | [INFO] [stdout] 259 | nickname: &b"dan"[..], [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | expected enum `Cow`, found `&[u8]` [INFO] [stdout] | help: try using a variant of the expected enum: `Borrowed(&b"dan"[..])` [INFO] [stdout] | [INFO] [stdout] = note: expected enum `Cow<'_, [u8]>` [INFO] [stdout] found reference `&[u8]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> ircparse/src/wire.rs:260:28 [INFO] [stdout] | [INFO] [stdout] 260 | user: Some(&b"d"[..]), [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | expected enum `Cow`, found `&[u8]` [INFO] [stdout] | help: try using a variant of the expected enum: `Borrowed(&b"d"[..])` [INFO] [stdout] | [INFO] [stdout] = note: expected enum `Cow<'_, [u8]>` [INFO] [stdout] found reference `&[u8]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> ircparse/src/wire.rs:261:28 [INFO] [stdout] | [INFO] [stdout] 261 | host: Some(&b"localhost"[..]), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | expected enum `Cow`, found `&[u8]` [INFO] [stdout] | help: try using a variant of the expected enum: `Borrowed(&b"localhost"[..])` [INFO] [stdout] | [INFO] [stdout] = note: expected enum `Cow<'_, [u8]>` [INFO] [stdout] found reference `&[u8]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> ircparse/src/wire.rs:264:26 [INFO] [stdout] | [INFO] [stdout] 264 | command: &b"PRIVMSG"[..], [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | expected enum `Cow`, found `&[u8]` [INFO] [stdout] | help: try using a variant of the expected enum: `Borrowed(&b"PRIVMSG"[..])` [INFO] [stdout] | [INFO] [stdout] = note: expected enum `Cow<'_, [u8]>` [INFO] [stdout] found reference `&[u8]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> ircparse/src/wire.rs:265:28 [INFO] [stdout] | [INFO] [stdout] 265 | args: vec![&b"#chan"[..]], [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | expected enum `Cow`, found `&[u8]` [INFO] [stdout] | help: try using a variant of the expected enum: `Borrowed(&b"#chan"[..])` [INFO] [stdout] | [INFO] [stdout] = note: expected enum `Cow<'_, [u8]>` [INFO] [stdout] found reference `&[u8]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> ircparse/src/wire.rs:266:28 [INFO] [stdout] | [INFO] [stdout] 266 | rest: Some(&b"Hey what's up!"[..]), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | expected enum `Cow`, found `&[u8]` [INFO] [stdout] | help: try using a variant of the expected enum: `Borrowed(&b"Hey what's up!"[..])` [INFO] [stdout] | [INFO] [stdout] = note: expected enum `Cow<'_, [u8]>` [INFO] [stdout] found reference `&[u8]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> ircparse/src/wire.rs:278:26 [INFO] [stdout] | [INFO] [stdout] 278 | command: &b"CAP"[..], [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | expected enum `Cow`, found `&[u8]` [INFO] [stdout] | help: try using a variant of the expected enum: `Borrowed(&b"CAP"[..])` [INFO] [stdout] | [INFO] [stdout] = note: expected enum `Cow<'_, [u8]>` [INFO] [stdout] found reference `&[u8]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> ircparse/src/wire.rs:279:28 [INFO] [stdout] | [INFO] [stdout] 279 | args: vec![&b"REQ"[..]], [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | expected enum `Cow`, found `&[u8]` [INFO] [stdout] | help: try using a variant of the expected enum: `Borrowed(&b"REQ"[..])` [INFO] [stdout] | [INFO] [stdout] = note: expected enum `Cow<'_, [u8]>` [INFO] [stdout] found reference `&[u8]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> ircparse/src/wire.rs:280:28 [INFO] [stdout] | [INFO] [stdout] 280 | rest: Some(&b"sasl"[..]), [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | expected enum `Cow`, found `&[u8]` [INFO] [stdout] | help: try using a variant of the expected enum: `Borrowed(&b"sasl"[..])` [INFO] [stdout] | [INFO] [stdout] = note: expected enum `Cow<'_, [u8]>` [INFO] [stdout] found reference `&[u8]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> ircparse/src/command.rs:75:22 [INFO] [stdout] | [INFO] [stdout] 75 | command: b"PRIVMSG".as_ref(), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | expected enum `Cow`, found `&[u8]` [INFO] [stdout] | help: try using a variant of the expected enum: `Borrowed(b"PRIVMSG".as_ref())` [INFO] [stdout] | [INFO] [stdout] = note: expected enum `Cow<'_, [u8]>` [INFO] [stdout] found reference `&[u8]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> ircparse/src/command.rs:76:24 [INFO] [stdout] | [INFO] [stdout] 76 | args: vec![b"#foo".as_ref()], [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | expected enum `Cow`, found `&[u8]` [INFO] [stdout] | help: try using a variant of the expected enum: `Borrowed(b"#foo".as_ref())` [INFO] [stdout] | [INFO] [stdout] = note: expected enum `Cow<'_, [u8]>` [INFO] [stdout] found reference `&[u8]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> ircparse/src/command.rs:77:24 [INFO] [stdout] | [INFO] [stdout] 77 | rest: Some(b"Hello, world!".as_ref()), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | expected enum `Cow`, found `&[u8]` [INFO] [stdout] | help: try using a variant of the expected enum: `Borrowed(b"Hello, world!".as_ref())` [INFO] [stdout] | [INFO] [stdout] = note: expected enum `Cow<'_, [u8]>` [INFO] [stdout] found reference `&[u8]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> ircparse/src/command.rs:81:22 [INFO] [stdout] | [INFO] [stdout] 81 | channel: b"#foo".as_ref(), [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | expected enum `Cow`, found `&[u8]` [INFO] [stdout] | help: try using a variant of the expected enum: `Borrowed(b"#foo".as_ref())` [INFO] [stdout] | [INFO] [stdout] = note: expected enum `Cow<'_, [u8]>` [INFO] [stdout] found reference `&[u8]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> ircparse/src/command.rs:82:22 [INFO] [stdout] | [INFO] [stdout] 82 | message: b"Hello, world!".as_ref(), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | expected enum `Cow`, found `&[u8]` [INFO] [stdout] | help: try using a variant of the expected enum: `Borrowed(b"Hello, world!".as_ref())` [INFO] [stdout] | [INFO] [stdout] = note: expected enum `Cow<'_, [u8]>` [INFO] [stdout] found reference `&[u8]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> ircparse/src/command.rs:87:22 [INFO] [stdout] | [INFO] [stdout] 87 | command: b"PRIVMSG".as_ref(), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | expected enum `Cow`, found `&[u8]` [INFO] [stdout] | help: try using a variant of the expected enum: `Borrowed(b"PRIVMSG".as_ref())` [INFO] [stdout] | [INFO] [stdout] = note: expected enum `Cow<'_, [u8]>` [INFO] [stdout] found reference `&[u8]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> ircparse/src/command.rs:88:24 [INFO] [stdout] | [INFO] [stdout] 88 | args: vec![b"#foo".as_ref(), b"a".as_ref()], [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | expected enum `Cow`, found `&[u8]` [INFO] [stdout] | help: try using a variant of the expected enum: `Borrowed(b"#foo".as_ref())` [INFO] [stdout] | [INFO] [stdout] = note: expected enum `Cow<'_, [u8]>` [INFO] [stdout] found reference `&[u8]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> ircparse/src/command.rs:89:24 [INFO] [stdout] | [INFO] [stdout] 89 | rest: Some(b"Hello, world!".as_ref()), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | expected enum `Cow`, found `&[u8]` [INFO] [stdout] | help: try using a variant of the expected enum: `Borrowed(b"Hello, world!".as_ref())` [INFO] [stdout] | [INFO] [stdout] = note: expected enum `Cow<'_, [u8]>` [INFO] [stdout] found reference `&[u8]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> ircparse/src/command.rs:93:22 [INFO] [stdout] | [INFO] [stdout] 93 | command: b"PRIVMSG".as_ref(), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | expected enum `Cow`, found `&[u8]` [INFO] [stdout] | help: try using a variant of the expected enum: `Borrowed(b"PRIVMSG".as_ref())` [INFO] [stdout] | [INFO] [stdout] = note: expected enum `Cow<'_, [u8]>` [INFO] [stdout] found reference `&[u8]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> ircparse/src/command.rs:94:24 [INFO] [stdout] | [INFO] [stdout] 94 | args: vec![b"#foo".as_ref(), b"a".as_ref()], [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | expected enum `Cow`, found `&[u8]` [INFO] [stdout] | help: try using a variant of the expected enum: `Borrowed(b"#foo".as_ref())` [INFO] [stdout] | [INFO] [stdout] = note: expected enum `Cow<'_, [u8]>` [INFO] [stdout] found reference `&[u8]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> ircparse/src/command.rs:95:24 [INFO] [stdout] | [INFO] [stdout] 95 | rest: Some(b"Hello, world!".as_ref()), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | expected enum `Cow`, found `&[u8]` [INFO] [stdout] | help: try using a variant of the expected enum: `Borrowed(b"Hello, world!".as_ref())` [INFO] [stdout] | [INFO] [stdout] = note: expected enum `Cow<'_, [u8]>` [INFO] [stdout] found reference `&[u8]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> ircparse/src/command.rs:100:22 [INFO] [stdout] | [INFO] [stdout] 100 | command: b"FOO".as_ref(), [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | expected enum `Cow`, found `&[u8]` [INFO] [stdout] | help: try using a variant of the expected enum: `Borrowed(b"FOO".as_ref())` [INFO] [stdout] | [INFO] [stdout] = note: expected enum `Cow<'_, [u8]>` [INFO] [stdout] found reference `&[u8]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> ircparse/src/command.rs:101:24 [INFO] [stdout] | [INFO] [stdout] 101 | args: vec![b"BAR".as_ref()], [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | expected enum `Cow`, found `&[u8]` [INFO] [stdout] | help: try using a variant of the expected enum: `Borrowed(b"BAR".as_ref())` [INFO] [stdout] | [INFO] [stdout] = note: expected enum `Cow<'_, [u8]>` [INFO] [stdout] found reference `&[u8]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> ircparse/src/command.rs:102:24 [INFO] [stdout] | [INFO] [stdout] 102 | rest: Some(b"baz quux".as_ref()), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | expected enum `Cow`, found `&[u8]` [INFO] [stdout] | help: try using a variant of the expected enum: `Borrowed(b"baz quux".as_ref())` [INFO] [stdout] | [INFO] [stdout] = note: expected enum `Cow<'_, [u8]>` [INFO] [stdout] found reference `&[u8]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> ircparse/src/command.rs:106:22 [INFO] [stdout] | [INFO] [stdout] 106 | command: b"FOO".as_ref(), [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | expected enum `Cow`, found `&[u8]` [INFO] [stdout] | help: try using a variant of the expected enum: `Borrowed(b"FOO".as_ref())` [INFO] [stdout] | [INFO] [stdout] = note: expected enum `Cow<'_, [u8]>` [INFO] [stdout] found reference `&[u8]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> ircparse/src/command.rs:107:24 [INFO] [stdout] | [INFO] [stdout] 107 | args: vec![b"BAR".as_ref()], [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | expected enum `Cow`, found `&[u8]` [INFO] [stdout] | help: try using a variant of the expected enum: `Borrowed(b"BAR".as_ref())` [INFO] [stdout] | [INFO] [stdout] = note: expected enum `Cow<'_, [u8]>` [INFO] [stdout] found reference `&[u8]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> ircparse/src/command.rs:108:24 [INFO] [stdout] | [INFO] [stdout] 108 | rest: Some(b"baz quux".as_ref()), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | expected enum `Cow`, found `&[u8]` [INFO] [stdout] | help: try using a variant of the expected enum: `Borrowed(b"baz quux".as_ref())` [INFO] [stdout] | [INFO] [stdout] = note: expected enum `Cow<'_, [u8]>` [INFO] [stdout] found reference `&[u8]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 48 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0308`. [INFO] [stdout] [INFO] [stderr] error: could not compile `ircparse` [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `Command { std: "docker" "inspect" "ea1d64c5df4119ec77e356b5f594f736e1ca27d41ea46b96daffa643180b3416", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ea1d64c5df4119ec77e356b5f594f736e1ca27d41ea46b96daffa643180b3416", kill_on_drop: false }` [INFO] [stdout] ea1d64c5df4119ec77e356b5f594f736e1ca27d41ea46b96daffa643180b3416