[INFO] fetching crate engine_io_parser 0.2.0... [INFO] testing engine_io_parser-0.2.0 against master#5d5ff84130da0d74c6ece368dbe821d8f83fa526 for pr-79296 [INFO] extracting crate engine_io_parser 0.2.0 into /workspace/builds/worker-3/source [INFO] validating manifest of crates.io crate engine_io_parser 0.2.0 on toolchain 5d5ff84130da0d74c6ece368dbe821d8f83fa526 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+5d5ff84130da0d74c6ece368dbe821d8f83fa526" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking crates.io crate engine_io_parser 0.2.0 [INFO] removed 0 missing tests [INFO] finished tweaking crates.io crate engine_io_parser 0.2.0 [INFO] tweaked toml for crates.io crate engine_io_parser 0.2.0 written to /workspace/builds/worker-3/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+5d5ff84130da0d74c6ece368dbe821d8f83fa526" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+5d5ff84130da0d74c6ece368dbe821d8f83fa526" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "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" "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:6eabd152ff4036248d66efda456a36cb33d24b7291b33f25f75140726c88da35" "/opt/rustwide/cargo-home/bin/cargo" "+5d5ff84130da0d74c6ece368dbe821d8f83fa526" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] a54925de1c30e2d0d408fe8fc690ab621cabc55cfea67fd7963d1a1fe1405067 [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" "a54925de1c30e2d0d408fe8fc690ab621cabc55cfea67fd7963d1a1fe1405067", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "a54925de1c30e2d0d408fe8fc690ab621cabc55cfea67fd7963d1a1fe1405067", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a54925de1c30e2d0d408fe8fc690ab621cabc55cfea67fd7963d1a1fe1405067", kill_on_drop: false }` [INFO] [stdout] a54925de1c30e2d0d408fe8fc690ab621cabc55cfea67fd7963d1a1fe1405067 [INFO] running `Command { std: "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" "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:6eabd152ff4036248d66efda456a36cb33d24b7291b33f25f75140726c88da35" "/opt/rustwide/cargo-home/bin/cargo" "+5d5ff84130da0d74c6ece368dbe821d8f83fa526" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] edd2f568a2ba6843cd40173782dff0b4b67e27403caa7ccc3119c08eefc6339c [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" "edd2f568a2ba6843cd40173782dff0b4b67e27403caa7ccc3119c08eefc6339c", kill_on_drop: false }` [INFO] [stderr] Compiling lexical-core v0.7.4 [INFO] [stderr] Compiling memchr v2.3.4 [INFO] [stderr] Compiling static_assertions v1.1.0 [INFO] [stderr] Compiling arrayvec v0.5.2 [INFO] [stderr] Compiling base64 v0.12.3 [INFO] [stderr] Compiling bytes v0.5.6 [INFO] [stderr] Compiling nom v5.1.2 [INFO] [stderr] Compiling engine_io_parser v0.2.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused variable: `parsed_str` [INFO] [stdout] --> src/binary.rs:163:12 [INFO] [stdout] | [INFO] [stdout] 163 | Ok(parsed_str) => Ok(( [INFO] [stdout] | ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_parsed_str` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 12.37s [INFO] running `Command { std: "docker" "inspect" "edd2f568a2ba6843cd40173782dff0b4b67e27403caa7ccc3119c08eefc6339c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "edd2f568a2ba6843cd40173782dff0b4b67e27403caa7ccc3119c08eefc6339c", kill_on_drop: false }` [INFO] [stdout] edd2f568a2ba6843cd40173782dff0b4b67e27403caa7ccc3119c08eefc6339c [INFO] running `Command { std: "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" "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:6eabd152ff4036248d66efda456a36cb33d24b7291b33f25f75140726c88da35" "/opt/rustwide/cargo-home/bin/cargo" "+5d5ff84130da0d74c6ece368dbe821d8f83fa526" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] de63b0c87cffecfce2026a91ad0ded1e7b29e4369aada5ee8c11b6692357b098 [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" "de63b0c87cffecfce2026a91ad0ded1e7b29e4369aada5ee8c11b6692357b098", kill_on_drop: false }` [INFO] [stderr] Compiling const_fn v0.4.3 [INFO] [stderr] Compiling byteorder v1.3.4 [INFO] [stderr] Compiling rayon-core v1.9.0 [INFO] [stderr] Compiling syn v1.0.52 [INFO] [stderr] Compiling unicode-width v0.1.8 [INFO] [stderr] Compiling same-file v1.0.6 [INFO] [stderr] Compiling half v1.6.0 [INFO] [stderr] Compiling regex-syntax v0.6.21 [INFO] [stderr] Compiling oorandom v11.1.3 [INFO] [stderr] Compiling crossbeam-utils v0.8.1 [INFO] [stderr] Compiling memoffset v0.6.1 [INFO] [stderr] Compiling num-traits v0.2.14 [INFO] [stderr] Compiling rayon v1.5.0 [INFO] [stderr] Compiling itertools v0.9.0 [INFO] [stderr] Compiling walkdir v2.3.1 [INFO] [stderr] Compiling textwrap v0.11.0 [INFO] [stderr] Compiling csv-core v0.1.10 [INFO] [stderr] Compiling serde_json v1.0.59 [INFO] [stderr] Compiling cast v0.2.3 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling clap v2.33.3 [INFO] [stderr] Compiling serde_cbor v0.11.1 [INFO] [stdout] warning: unused variable: `parsed_str` [INFO] [stdout] --> src/binary.rs:163:12 [INFO] [stdout] | [INFO] [stdout] 163 | Ok(parsed_str) => Ok(( [INFO] [stdout] | ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_parsed_str` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling criterion-plot v0.4.3 [INFO] [stderr] Compiling crossbeam-channel v0.5.0 [INFO] [stderr] Compiling regex-automata v0.1.9 [INFO] [stderr] Compiling bstr v0.2.14 [INFO] [stderr] Compiling crossbeam-epoch v0.9.1 [INFO] [stderr] Compiling tinytemplate v1.1.0 [INFO] [stderr] Compiling plotters v0.2.15 [INFO] [stderr] Compiling crossbeam-deque v0.8.0 [INFO] [stderr] Compiling csv v1.1.5 [INFO] [stderr] Compiling regex v1.4.2 [INFO] [stderr] Compiling serde_derive v1.0.117 [INFO] [stderr] Compiling criterion v0.3.3 [INFO] [stderr] Compiling engine_io_parser v0.2.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused variable: `parsed_str` [INFO] [stdout] --> src/binary.rs:163:12 [INFO] [stdout] | [INFO] [stdout] 163 | Ok(parsed_str) => Ok(( [INFO] [stdout] | ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_parsed_str` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> tests/string_test.rs:58:42 [INFO] [stdout] | [INFO] [stdout] 58 | data: PacketData::Binary(Cow::Owned(vec![b'h', b'e', b'l', b'l', b'o'])), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `bytes::bytes::Bytes`, found enum `Cow` [INFO] [stdout] | [INFO] [stdout] = note: expected struct `bytes::bytes::Bytes` [INFO] [stdout] found enum `Cow<'_, _>` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> tests/binary_test.rs:60:42 [INFO] [stdout] | [INFO] [stdout] 60 | data: PacketData::Binary(Cow::Owned(vec![1u8, 2u8, 3u8, 4u8])) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `bytes::bytes::Bytes`, found enum `Cow` [INFO] [stdout] | [INFO] [stdout] = note: expected struct `bytes::bytes::Bytes` [INFO] [stdout] found enum `Cow<'_, _>` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> tests/string_test.rs:62:42 [INFO] [stdout] | [INFO] [stdout] 62 | data: PacketData::Binary(Cow::Owned(vec![1, 2, 3, 4])) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `bytes::bytes::Bytes`, found enum `Cow` [INFO] [stdout] | [INFO] [stdout] = note: expected struct `bytes::bytes::Bytes` [INFO] [stdout] found enum `Cow<'_, _>` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> tests/string_test.rs:81:42 [INFO] [stdout] | [INFO] [stdout] 81 | data: PacketData::Binary(Cow::Owned(vec![1, 2, 3, 4])) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `bytes::bytes::Bytes`, found enum `Cow` [INFO] [stdout] | [INFO] [stdout] = note: expected struct `bytes::bytes::Bytes` [INFO] [stdout] found enum `Cow<'_, _>` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> tests/binary_test.rs:78:38 [INFO] [stdout] | [INFO] [stdout] 78 | data: PacketData::Binary(Cow::Owned(vec![16u8, 8u8, 4u8, 2u8])), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `bytes::bytes::Bytes`, found enum `Cow` [INFO] [stdout] | [INFO] [stdout] = note: expected struct `bytes::bytes::Bytes` [INFO] [stdout] found enum `Cow<'_, _>` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> tests/string_test.rs:123:42 [INFO] [stdout] | [INFO] [stdout] 123 | data: PacketData::Binary(Cow::Owned(vec![1, 2, 3, 4])) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `bytes::bytes::Bytes`, found enum `Cow` [INFO] [stdout] | [INFO] [stdout] = note: expected struct `bytes::bytes::Bytes` [INFO] [stdout] found enum `Cow<'_, _>` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 4 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 `engine_io_parser` [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] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> tests/binary_test.rs:89:38 [INFO] [stdout] | [INFO] [stdout] 89 | data: PacketData::Binary(Cow::Owned(vec![0x54, 0x32, 0x18, 0x22, 0x44, 0x58])), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `bytes::bytes::Bytes`, found enum `Cow` [INFO] [stdout] | [INFO] [stdout] = note: expected struct `bytes::bytes::Bytes` [INFO] [stdout] found enum `Cow<'_, _>` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> tests/binary_test.rs:122:42 [INFO] [stdout] | [INFO] [stdout] 122 | data: PacketData::Binary(Cow::Owned(vec![1, 2, 3, 4])) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `bytes::bytes::Bytes`, found enum `Cow` [INFO] [stdout] | [INFO] [stdout] = note: expected struct `bytes::bytes::Bytes` [INFO] [stdout] found enum `Cow<'_, _>` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 4 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0308`. [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "de63b0c87cffecfce2026a91ad0ded1e7b29e4369aada5ee8c11b6692357b098", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "de63b0c87cffecfce2026a91ad0ded1e7b29e4369aada5ee8c11b6692357b098", kill_on_drop: false }` [INFO] [stdout] de63b0c87cffecfce2026a91ad0ded1e7b29e4369aada5ee8c11b6692357b098