[INFO] fetching crate cyfs-raptorq 1.6.1...
[INFO] testing cyfs-raptorq-1.6.1 against try#c2e32f1c9652b13ed99608599c1e855462f421f3 for pr-146098-7
[INFO] extracting crate cyfs-raptorq 1.6.1 into /workspace/builds/worker-3-tc2/source
[INFO] removed /workspace/builds/worker-3-tc2/source/.cargo/config
[INFO] started tweaking crates.io crate cyfs-raptorq 1.6.1
[INFO] finished tweaking crates.io crate cyfs-raptorq 1.6.1
[INFO] tweaked toml for crates.io crate cyfs-raptorq 1.6.1 written to /workspace/builds/worker-3-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate cyfs-raptorq 1.6.1 on toolchain c2e32f1c9652b13ed99608599c1e855462f421f3
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate cyfs-raptorq 1.6.1 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 39d37556ff0b47175a73398c3d0760954705c538350baa6b201b14ab0e9d6cad
[INFO] running `Command { std: "docker" "start" "-a" "39d37556ff0b47175a73398c3d0760954705c538350baa6b201b14ab0e9d6cad", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "39d37556ff0b47175a73398c3d0760954705c538350baa6b201b14ab0e9d6cad", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "39d37556ff0b47175a73398c3d0760954705c538350baa6b201b14ab0e9d6cad", kill_on_drop: false }`
[INFO] [stdout] 39d37556ff0b47175a73398c3d0760954705c538350baa6b201b14ab0e9d6cad
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/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" "RUSTDOCFLAGS=--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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 40d983ee78cb842692e2abf0b462fdf82bb6d3aea1e6ce2b74b129132d1d5726
[INFO] running `Command { std: "docker" "start" "-a" "40d983ee78cb842692e2abf0b462fdf82bb6d3aea1e6ce2b74b129132d1d5726", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.126
[INFO] [stderr]    Compiling getrandom v0.1.16
[INFO] [stderr]    Compiling ppv-lite86 v0.2.16
[INFO] [stderr]    Compiling rand_core v0.5.1
[INFO] [stderr]    Compiling rand_chacha v0.2.2
[INFO] [stderr]    Compiling rand v0.7.3
[INFO] [stderr]    Compiling cyfs-raptorq v1.6.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: method `size_in_bytes` is never used
[INFO] [stdout]   --> src/arraymap.rs:23:12
[INFO] [stdout]    |
[INFO] [stdout] 11 | impl ImmutableListMap {
[INFO] [stdout]    | --------------------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 23 |     pub fn size_in_bytes(&self) -> usize {
[INFO] [stdout]    |            ^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `size_in_bytes` is never used
[INFO] [stdout]   --> src/matrix.rs:17:8
[INFO] [stdout]    |
[INFO] [stdout]  8 | pub trait BinaryMatrix: Clone {
[INFO] [stdout]    |           ------------ method in this trait
[INFO] [stdout] ...
[INFO] [stdout] 17 |     fn size_in_bytes(&self) -> usize;
[INFO] [stdout]    |        ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `size_in_bytes` is never used
[INFO] [stdout]   --> src/sparse_vec.rs:26:12
[INFO] [stdout]    |
[INFO] [stdout] 11 | impl SparseBinaryVec {
[INFO] [stdout]    | -------------------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 26 |     pub fn size_in_bytes(&self) -> usize {
[INFO] [stdout]    |            ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `K` is never read
[INFO] [stdout]   --> src/raptor_decoder.rs:11:5
[INFO] [stdout]    |
[INFO] [stdout]  9 | pub struct RaptorDecoder {
[INFO] [stdout]    |            ------------- field in this struct
[INFO] [stdout] 10 |     decoder: Decoder,
[INFO] [stdout] 11 |     K: u32,
[INFO] [stdout]    |     ^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/matrix.rs:22:21
[INFO] [stdout]    |
[INFO] [stdout] 22 |     fn get_row_iter(&self, row: usize, start_col: usize, end_col: usize) -> OctetIter;
[INFO] [stdout]    |                     ^^^^^ the lifetime is elided here                       ^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 22 |     fn get_row_iter(&self, row: usize, start_col: usize, end_col: usize) -> OctetIter<'_>;
[INFO] [stdout]    |                                                                                      ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/matrix.rs:159:21
[INFO] [stdout]     |
[INFO] [stdout] 159 |     fn get_row_iter(&self, row: usize, start_col: usize, end_col: usize) -> OctetIter {
[INFO] [stdout]     |                     ^^^^^ the lifetime is elided here                       ^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 159 |     fn get_row_iter(&self, row: usize, start_col: usize, end_col: usize) -> OctetIter<'_> {
[INFO] [stdout]     |                                                                                      ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/sparse_matrix.rs:188:21
[INFO] [stdout]     |
[INFO] [stdout] 188 |     fn get_row_iter(&self, row: usize, start_col: usize, end_col: usize) -> OctetIter {
[INFO] [stdout]     |                     ^^^^^ the lifetime is elided here                       ^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 188 |     fn get_row_iter(&self, row: usize, start_col: usize, end_col: usize) -> OctetIter<'_> {
[INFO] [stdout]     |                                                                                      ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.67s
[INFO] running `Command { std: "docker" "inspect" "40d983ee78cb842692e2abf0b462fdf82bb6d3aea1e6ce2b74b129132d1d5726", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "40d983ee78cb842692e2abf0b462fdf82bb6d3aea1e6ce2b74b129132d1d5726", kill_on_drop: false }`
[INFO] [stdout] 40d983ee78cb842692e2abf0b462fdf82bb6d3aea1e6ce2b74b129132d1d5726
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/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" "RUSTDOCFLAGS=--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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 61b3f9beabe1f4a1e4e37070b2cc05136fa0fd5aace8a45b2e88b9431f4b280e
[INFO] running `Command { std: "docker" "start" "-a" "61b3f9beabe1f4a1e4e37070b2cc05136fa0fd5aace8a45b2e88b9431f4b280e", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.126
[INFO] [stderr]    Compiling semver v1.0.9
[INFO] [stderr]    Compiling serde v1.0.137
[INFO] [stderr]    Compiling num-traits v0.2.15
[INFO] [stderr]    Compiling proc-macro2 v1.0.39
[INFO] [stderr]    Compiling memchr v2.5.0
[INFO] [stderr]    Compiling rayon-core v1.9.3
[INFO] [stderr]    Compiling unicode-ident v1.0.0
[INFO] [stderr]    Compiling num-integer v0.1.45
[INFO] [stderr]    Compiling syn v1.0.95
[INFO] [stderr]    Compiling ryu v1.0.10
[INFO] [stderr]    Compiling rustc_version v0.4.0
[INFO] [stderr]    Compiling serde_json v1.0.81
[INFO] [stderr]    Compiling rayon v1.5.3
[INFO] [stderr]    Compiling itoa v1.0.2
[INFO] [stderr]    Compiling serde_derive v1.0.137
[INFO] [stderr]    Compiling quote v1.0.18
[INFO] [stderr]    Compiling cast v0.2.7
[INFO] [stderr]    Compiling hamming v0.1.3
[INFO] [stderr]    Compiling primal-bit v0.3.0
[INFO] [stderr]    Compiling csv-core v0.1.10
[INFO] [stderr]    Compiling primal-estimate v0.3.1
[INFO] [stderr]    Compiling num_cpus v1.13.1
[INFO] [stderr]    Compiling getrandom v0.1.16
[INFO] [stderr]    Compiling regex-syntax v0.6.26
[INFO] [stderr]    Compiling smallvec v1.8.0
[INFO] [stderr]    Compiling criterion-plot v0.4.4
[INFO] [stderr]    Compiling rand_core v0.5.1
[INFO] [stderr]    Compiling rand_chacha v0.2.2
[INFO] [stderr]    Compiling plotters v0.3.1
[INFO] [stderr]    Compiling rand v0.7.3
[INFO] [stderr]    Compiling primal-check v0.3.1
[INFO] [stderr]    Compiling primal-sieve v0.3.2
[INFO] [stderr]    Compiling regex v1.5.6
[INFO] [stderr]    Compiling atty v0.2.14
[INFO] [stderr]    Compiling primal v0.3.0
[INFO] [stderr]    Compiling threadpool v1.8.1
[INFO] [stderr]    Compiling cyfs-raptorq v1.6.1 (/opt/rustwide/workdir)
[INFO] [stderr]    Compiling bstr v0.2.17
[INFO] [stderr]    Compiling serde_cbor v0.11.2
[INFO] [stderr]    Compiling csv v1.1.6
[INFO] [stdout] warning: method `size_in_bytes` is never used
[INFO] [stdout]   --> src/arraymap.rs:23:12
[INFO] [stdout]    |
[INFO] [stdout] 11 | impl ImmutableListMap {
[INFO] [stdout]    | --------------------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 23 |     pub fn size_in_bytes(&self) -> usize {
[INFO] [stdout]    |            ^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling tinytemplate v1.2.1
[INFO] [stdout] warning: method `size_in_bytes` is never used
[INFO] [stdout]   --> src/matrix.rs:17:8
[INFO] [stdout]    |
[INFO] [stdout]  8 | pub trait BinaryMatrix: Clone {
[INFO] [stdout]    |           ------------ method in this trait
[INFO] [stdout] ...
[INFO] [stdout] 17 |     fn size_in_bytes(&self) -> usize;
[INFO] [stdout]    |        ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `size_in_bytes` is never used
[INFO] [stdout]   --> src/sparse_vec.rs:26:12
[INFO] [stdout]    |
[INFO] [stdout] 11 | impl SparseBinaryVec {
[INFO] [stdout]    | -------------------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 26 |     pub fn size_in_bytes(&self) -> usize {
[INFO] [stdout]    |            ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `K` is never read
[INFO] [stdout]   --> src/raptor_decoder.rs:11:5
[INFO] [stdout]    |
[INFO] [stdout]  9 | pub struct RaptorDecoder {
[INFO] [stdout]    |            ------------- field in this struct
[INFO] [stdout] 10 |     decoder: Decoder,
[INFO] [stdout] 11 |     K: u32,
[INFO] [stdout]    |     ^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/matrix.rs:22:21
[INFO] [stdout]    |
[INFO] [stdout] 22 |     fn get_row_iter(&self, row: usize, start_col: usize, end_col: usize) -> OctetIter;
[INFO] [stdout]    |                     ^^^^^ the lifetime is elided here                       ^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 22 |     fn get_row_iter(&self, row: usize, start_col: usize, end_col: usize) -> OctetIter<'_>;
[INFO] [stdout]    |                                                                                      ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/matrix.rs:159:21
[INFO] [stdout]     |
[INFO] [stdout] 159 |     fn get_row_iter(&self, row: usize, start_col: usize, end_col: usize) -> OctetIter {
[INFO] [stdout]     |                     ^^^^^ the lifetime is elided here                       ^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 159 |     fn get_row_iter(&self, row: usize, start_col: usize, end_col: usize) -> OctetIter<'_> {
[INFO] [stdout]     |                                                                                      ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/sparse_matrix.rs:188:21
[INFO] [stdout]     |
[INFO] [stdout] 188 |     fn get_row_iter(&self, row: usize, start_col: usize, end_col: usize) -> OctetIter {
[INFO] [stdout]     |                     ^^^^^ the lifetime is elided here                       ^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 188 |     fn get_row_iter(&self, row: usize, start_col: usize, end_col: usize) -> OctetIter<'_> {
[INFO] [stdout]     |                                                                                      ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling criterion v0.3.5
[INFO] [stderr] error: could not compile `cyfs-raptorq` (example "main") due to 2 previous errors
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]   --> examples/main.rs:37:61
[INFO] [stdout]    |
[INFO] [stdout] 37 |         result = decoder.decode(EncodingPacket::deserialize(&packets.pop().unwrap()));
[INFO] [stdout]    |                                 --------------------------- ^^^^^^^^^^^^^^^^^^^^^^^ expected `Vec<u8>`, found `&Vec<u8>`
[INFO] [stdout]    |                                 |
[INFO] [stdout]    |                                 arguments to this function are incorrect
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected struct `Vec<_>`
[INFO] [stdout]            found reference `&Vec<_>`
[INFO] [stdout] note: associated function defined here
[INFO] [stdout]   --> /opt/rustwide/workdir/src/base.rs:68:12
[INFO] [stdout]    |
[INFO] [stdout] 68 |     pub fn deserialize(data: Vec<u8>) -> EncodingPacket {
[INFO] [stdout]    |            ^^^^^^^^^^^
[INFO] [stdout] help: consider removing the borrow
[INFO] [stdout]    |
[INFO] [stdout] 37 -         result = decoder.decode(EncodingPacket::deserialize(&packets.pop().unwrap()));
[INFO] [stdout] 37 +         result = decoder.decode(EncodingPacket::deserialize(packets.pop().unwrap()));
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]   --> examples/main.rs:37:18
[INFO] [stdout]    |
[INFO] [stdout] 35 |     let mut result = None;
[INFO] [stdout]    |                      ---- expected due to this value
[INFO] [stdout] 36 |     while !packets.is_empty() {
[INFO] [stdout] 37 |         result = decoder.decode(EncodingPacket::deserialize(&packets.pop().unwrap()));
[INFO] [stdout]    |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `Option<_>`, found `DecodeStatus`
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected enum `Option<_>`
[INFO] [stdout]               found enum `DecodeStatus`
[INFO] [stdout] help: try wrapping the expression in `Some`
[INFO] [stdout]    |
[INFO] [stdout] 37 |         result = Some(decoder.decode(EncodingPacket::deserialize(&packets.pop().unwrap())));
[INFO] [stdout]    |                  +++++                                                                    +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0308`.
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]    --> src/base.rs:346:56
[INFO] [stdout]     |
[INFO] [stdout] 346 |         let deserialized = EncodingPacket::deserialize(&packet.serialize());
[INFO] [stdout]     |                            --------------------------- ^^^^^^^^^^^^^^^^^^^ expected `Vec<u8>`, found `&Vec<u8>`
[INFO] [stdout]     |                            |
[INFO] [stdout]     |                            arguments to this function are incorrect
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected struct `Vec<_>`
[INFO] [stdout]             found reference `&Vec<_>`
[INFO] [stdout] note: associated function defined here
[INFO] [stdout]    --> src/base.rs:68:12
[INFO] [stdout]     |
[INFO] [stdout]  68 |     pub fn deserialize(data: Vec<u8>) -> EncodingPacket {
[INFO] [stdout]     |            ^^^^^^^^^^^ -------------
[INFO] [stdout] help: consider removing the borrow
[INFO] [stdout]     |
[INFO] [stdout] 346 -         let deserialized = EncodingPacket::deserialize(&packet.serialize());
[INFO] [stdout] 346 +         let deserialized = EncodingPacket::deserialize(packet.serialize());
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]    --> src/decoder.rs:470:22
[INFO] [stdout]     |
[INFO] [stdout] 468 |         let mut result = None;
[INFO] [stdout]     |                          ---- expected due to this value
[INFO] [stdout] 469 |         while !packets.is_empty() {
[INFO] [stdout] 470 |             result = decoder.decode(packets.pop().unwrap());
[INFO] [stdout]     |                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `Option<_>`, found `DecodeStatus`
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected enum `Option<_>`
[INFO] [stdout]                found enum `decoder::DecodeStatus`
[INFO] [stdout] help: try wrapping the expression in `Some`
[INFO] [stdout]     |
[INFO] [stdout] 470 |             result = Some(decoder.decode(packets.pop().unwrap()));
[INFO] [stdout]     |                      +++++                                      +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]    --> src/decoder.rs:498:22
[INFO] [stdout]     |
[INFO] [stdout] 495 |         let mut result = None;
[INFO] [stdout]     |                          ---- expected due to this value
[INFO] [stdout] ...
[INFO] [stdout] 498 |             result = decoder.decode(packet);
[INFO] [stdout]     |                      ^^^^^^^^^^^^^^^^^^^^^^ expected `Option<_>`, found `DecodeStatus`
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected enum `Option<_>`
[INFO] [stdout]                found enum `decoder::DecodeStatus`
[INFO] [stdout] help: try wrapping the expression in `Some`
[INFO] [stdout]     |
[INFO] [stdout] 498 |             result = Some(decoder.decode(packet));
[INFO] [stdout]     |                      +++++                      +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]    --> src/decoder.rs:513:22
[INFO] [stdout]     |
[INFO] [stdout] 511 |         let mut result = None;
[INFO] [stdout]     |                          ---- expected due to this value
[INFO] [stdout] 512 |         while !packets.is_empty() {
[INFO] [stdout] 513 |             result = decoder.decode(packets.pop().unwrap());
[INFO] [stdout]     |                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `Option<_>`, found `DecodeStatus`
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected enum `Option<_>`
[INFO] [stdout]                found enum `decoder::DecodeStatus`
[INFO] [stdout] help: try wrapping the expression in `Some`
[INFO] [stdout]     |
[INFO] [stdout] 513 |             result = Some(decoder.decode(packets.pop().unwrap()));
[INFO] [stdout]     |                      +++++                                      +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]    --> src/decoder.rs:566:26
[INFO] [stdout]     |
[INFO] [stdout] 563 |             let mut result = None;
[INFO] [stdout]     |                              ---- expected due to this value
[INFO] [stdout] ...
[INFO] [stdout] 566 |                 result = decoder.decode(iter::once(packet));
[INFO] [stdout]     |                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `Option<_>`, found `(DecodeStatus, Option<Vec<u8>>)`
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected enum `Option<_>`
[INFO] [stdout]               found tuple `(decoder::DecodeStatus, Option<Vec<u8>>)`
[INFO] [stdout] help: try wrapping the expression in `Some`
[INFO] [stdout]     |
[INFO] [stdout] 566 |                 result = Some(decoder.decode(iter::once(packet)));
[INFO] [stdout]     |                          +++++                                  +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]    --> src/decoder.rs:655:22
[INFO] [stdout]     |
[INFO] [stdout] 648 |         let mut result = None;
[INFO] [stdout]     |                          ---- expected due to this value
[INFO] [stdout] ...
[INFO] [stdout] 655 |             result = decoder.decode(iter::once(packet));
[INFO] [stdout]     |                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `Option<_>`, found `(DecodeStatus, Option<Vec<u8>>)`
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected enum `Option<_>`
[INFO] [stdout]               found tuple `(decoder::DecodeStatus, Option<Vec<u8>>)`
[INFO] [stdout] help: try wrapping the expression in `Some`
[INFO] [stdout]     |
[INFO] [stdout] 655 |             result = Some(decoder.decode(iter::once(packet)));
[INFO] [stdout]     |                      +++++                                  +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0308`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `cyfs-raptorq` (lib test) due to 6 previous errors
[INFO] running `Command { std: "docker" "inspect" "61b3f9beabe1f4a1e4e37070b2cc05136fa0fd5aace8a45b2e88b9431f4b280e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "61b3f9beabe1f4a1e4e37070b2cc05136fa0fd5aace8a45b2e88b9431f4b280e", kill_on_drop: false }`
[INFO] [stdout] 61b3f9beabe1f4a1e4e37070b2cc05136fa0fd5aace8a45b2e88b9431f4b280e
