[INFO] fetching crate mqtt_packet_3_5 0.2.2... [INFO] testing mqtt_packet_3_5-0.2.2 against beta-2025-09-21 for beta-1.91-3 [INFO] extracting crate mqtt_packet_3_5 0.2.2 into /workspace/builds/worker-1-tc2/source [INFO] started tweaking crates.io crate mqtt_packet_3_5 0.2.2 [INFO] finished tweaking crates.io crate mqtt_packet_3_5 0.2.2 [INFO] tweaked toml for crates.io crate mqtt_packet_3_5 0.2.2 written to /workspace/builds/worker-1-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate mqtt_packet_3_5 0.2.2 on toolchain beta-2025-09-21 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-09-21" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-09-21" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Locking 7 packages to latest compatible versions [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-09-21" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 88b93ed6aeb347943633a321afab98f9aa159a35d27d07086225c7bee57a090e [INFO] running `Command { std: "docker" "start" "-a" "88b93ed6aeb347943633a321afab98f9aa159a35d27d07086225c7bee57a090e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "88b93ed6aeb347943633a321afab98f9aa159a35d27d07086225c7bee57a090e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "88b93ed6aeb347943633a321afab98f9aa159a35d27d07086225c7bee57a090e", kill_on_drop: false }` [INFO] [stdout] 88b93ed6aeb347943633a321afab98f9aa159a35d27d07086225c7bee57a090e [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 5a0feddc8b69ccf5b4fa1b924e952c77152b93ccd15f869763180b54d25ee2ad [INFO] running `Command { std: "docker" "start" "-a" "5a0feddc8b69ccf5b4fa1b924e952c77152b93ccd15f869763180b54d25ee2ad", kill_on_drop: false }` [INFO] [stderr] Compiling mqtt_packet_3_5 v0.2.2 (/opt/rustwide/workdir) [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/byte_reader.rs:225:28 [INFO] [stdout] | [INFO] [stdout] 225 | pub fn read_properties(&mut self) -> Res>> { [INFO] [stdout] | ^^^^^^^^^ ^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided 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] 225 | pub fn read_properties(&mut self) -> Res)>>> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/structure/properties.rs:10:17 [INFO] [stdout] | [INFO] [stdout] 10 | fn to_pairs(&self) -> Res>; [INFO] [stdout] | ^^^^^ ^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided 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] 10 | fn to_pairs(&self) -> Res)>>; [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/structure/properties.rs:72:17 [INFO] [stdout] | [INFO] [stdout] 72 | fn to_pairs(&self) -> Res> { [INFO] [stdout] | ^^^^^ ^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided 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] 72 | fn to_pairs(&self) -> Res)>> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/structure/properties.rs:159:17 [INFO] [stdout] | [INFO] [stdout] 159 | fn to_pairs(&self) -> Res> { [INFO] [stdout] | ^^^^^ ^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided 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 to_pairs(&self) -> Res)>> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/structure/properties.rs:217:17 [INFO] [stdout] | [INFO] [stdout] 217 | fn to_pairs(&self) -> Res> { [INFO] [stdout] | ^^^^^ ^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided 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] 217 | fn to_pairs(&self) -> Res)>> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/structure/properties.rs:258:17 [INFO] [stdout] | [INFO] [stdout] 258 | fn to_pairs(&self) -> Res> { [INFO] [stdout] | ^^^^^ ^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided 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] 258 | fn to_pairs(&self) -> Res)>> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/structure/properties.rs:301:17 [INFO] [stdout] | [INFO] [stdout] 301 | fn to_pairs(&self) -> Res> { [INFO] [stdout] | ^^^^^ ^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided 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] 301 | fn to_pairs(&self) -> Res)>> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/structure/properties.rs:345:17 [INFO] [stdout] | [INFO] [stdout] 345 | fn to_pairs(&self) -> Res> { [INFO] [stdout] | ^^^^^ ^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided 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] 345 | fn to_pairs(&self) -> Res)>> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/structure/properties.rs:448:17 [INFO] [stdout] | [INFO] [stdout] 448 | fn to_pairs(&self) -> Res> { [INFO] [stdout] | ^^^^^ ^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided 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] 448 | fn to_pairs(&self) -> Res)>> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/structure/properties.rs:540:17 [INFO] [stdout] | [INFO] [stdout] 540 | fn to_pairs(&self) -> Res> { [INFO] [stdout] | ^^^^^ ^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided 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] 540 | fn to_pairs(&self) -> Res)>> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/structure/properties.rs:611:17 [INFO] [stdout] | [INFO] [stdout] 611 | fn to_pairs(&self) -> Res> { [INFO] [stdout] | ^^^^^ ^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided 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] 611 | fn to_pairs(&self) -> Res)>> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.82s [INFO] running `Command { std: "docker" "inspect" "5a0feddc8b69ccf5b4fa1b924e952c77152b93ccd15f869763180b54d25ee2ad", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5a0feddc8b69ccf5b4fa1b924e952c77152b93ccd15f869763180b54d25ee2ad", kill_on_drop: false }` [INFO] [stdout] 5a0feddc8b69ccf5b4fa1b924e952c77152b93ccd15f869763180b54d25ee2ad [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] a5d6b31bb4cb94ecb38daec048848f37f16aef5160bb131f2972912ab22d0cf9 [INFO] running `Command { std: "docker" "start" "-a" "a5d6b31bb4cb94ecb38daec048848f37f16aef5160bb131f2972912ab22d0cf9", kill_on_drop: false }` [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/byte_reader.rs:225:28 [INFO] [stdout] | [INFO] [stdout] 225 | pub fn read_properties(&mut self) -> Res>> { [INFO] [stdout] | ^^^^^^^^^ ^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided 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] 225 | pub fn read_properties(&mut self) -> Res)>>> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/structure/properties.rs:10:17 [INFO] [stdout] | [INFO] [stdout] 10 | fn to_pairs(&self) -> Res>; [INFO] [stdout] | ^^^^^ ^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided 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] 10 | fn to_pairs(&self) -> Res)>>; [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/structure/properties.rs:72:17 [INFO] [stdout] | [INFO] [stdout] 72 | fn to_pairs(&self) -> Res> { [INFO] [stdout] | ^^^^^ ^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided 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] 72 | fn to_pairs(&self) -> Res)>> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/structure/properties.rs:159:17 [INFO] [stdout] | [INFO] [stdout] 159 | fn to_pairs(&self) -> Res> { [INFO] [stdout] | ^^^^^ ^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided 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 to_pairs(&self) -> Res)>> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/structure/properties.rs:217:17 [INFO] [stdout] | [INFO] [stdout] 217 | fn to_pairs(&self) -> Res> { [INFO] [stdout] | ^^^^^ ^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided 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] 217 | fn to_pairs(&self) -> Res)>> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/structure/properties.rs:258:17 [INFO] [stdout] | [INFO] [stdout] 258 | fn to_pairs(&self) -> Res> { [INFO] [stdout] | ^^^^^ ^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided 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] 258 | fn to_pairs(&self) -> Res)>> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/structure/properties.rs:301:17 [INFO] [stdout] | [INFO] [stdout] 301 | fn to_pairs(&self) -> Res> { [INFO] [stdout] | ^^^^^ ^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided 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] 301 | fn to_pairs(&self) -> Res)>> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/structure/properties.rs:345:17 [INFO] [stdout] | [INFO] [stdout] 345 | fn to_pairs(&self) -> Res> { [INFO] [stdout] | ^^^^^ ^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided 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] 345 | fn to_pairs(&self) -> Res)>> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/structure/properties.rs:448:17 [INFO] [stdout] | [INFO] [stdout] 448 | fn to_pairs(&self) -> Res> { [INFO] [stdout] | ^^^^^ ^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided 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] 448 | fn to_pairs(&self) -> Res)>> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/structure/properties.rs:540:17 [INFO] [stdout] | [INFO] [stdout] 540 | fn to_pairs(&self) -> Res> { [INFO] [stdout] | ^^^^^ ^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided 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] 540 | fn to_pairs(&self) -> Res)>> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/structure/properties.rs:611:17 [INFO] [stdout] | [INFO] [stdout] 611 | fn to_pairs(&self) -> Res> { [INFO] [stdout] | ^^^^^ ^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided 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] 611 | fn to_pairs(&self) -> Res)>> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling mqtt_packet_3_5 v0.2.2 (/opt/rustwide/workdir) [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/byte_reader.rs:225:28 [INFO] [stdout] | [INFO] [stdout] 225 | pub fn read_properties(&mut self) -> Res>> { [INFO] [stdout] | ^^^^^^^^^ ^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided 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] 225 | pub fn read_properties(&mut self) -> Res)>>> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/structure/properties.rs:10:17 [INFO] [stdout] | [INFO] [stdout] 10 | fn to_pairs(&self) -> Res>; [INFO] [stdout] | ^^^^^ ^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided 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] 10 | fn to_pairs(&self) -> Res)>>; [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/structure/properties.rs:72:17 [INFO] [stdout] | [INFO] [stdout] 72 | fn to_pairs(&self) -> Res> { [INFO] [stdout] | ^^^^^ ^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided 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] 72 | fn to_pairs(&self) -> Res)>> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/structure/properties.rs:159:17 [INFO] [stdout] | [INFO] [stdout] 159 | fn to_pairs(&self) -> Res> { [INFO] [stdout] | ^^^^^ ^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided 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 to_pairs(&self) -> Res)>> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/structure/properties.rs:217:17 [INFO] [stdout] | [INFO] [stdout] 217 | fn to_pairs(&self) -> Res> { [INFO] [stdout] | ^^^^^ ^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided 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] 217 | fn to_pairs(&self) -> Res)>> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/structure/properties.rs:258:17 [INFO] [stdout] | [INFO] [stdout] 258 | fn to_pairs(&self) -> Res> { [INFO] [stdout] | ^^^^^ ^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided 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] 258 | fn to_pairs(&self) -> Res)>> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/structure/properties.rs:301:17 [INFO] [stdout] | [INFO] [stdout] 301 | fn to_pairs(&self) -> Res> { [INFO] [stdout] | ^^^^^ ^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided 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] 301 | fn to_pairs(&self) -> Res)>> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/structure/properties.rs:345:17 [INFO] [stdout] | [INFO] [stdout] 345 | fn to_pairs(&self) -> Res> { [INFO] [stdout] | ^^^^^ ^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided 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] 345 | fn to_pairs(&self) -> Res)>> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/structure/properties.rs:448:17 [INFO] [stdout] | [INFO] [stdout] 448 | fn to_pairs(&self) -> Res> { [INFO] [stdout] | ^^^^^ ^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided 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] 448 | fn to_pairs(&self) -> Res)>> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/structure/properties.rs:540:17 [INFO] [stdout] | [INFO] [stdout] 540 | fn to_pairs(&self) -> Res> { [INFO] [stdout] | ^^^^^ ^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided 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] 540 | fn to_pairs(&self) -> Res)>> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/structure/properties.rs:611:17 [INFO] [stdout] | [INFO] [stdout] 611 | fn to_pairs(&self) -> Res> { [INFO] [stdout] | ^^^^^ ^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided 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] 611 | fn to_pairs(&self) -> Res)>> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 5.14s [INFO] running `Command { std: "docker" "inspect" "a5d6b31bb4cb94ecb38daec048848f37f16aef5160bb131f2972912ab22d0cf9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a5d6b31bb4cb94ecb38daec048848f37f16aef5160bb131f2972912ab22d0cf9", kill_on_drop: false }` [INFO] [stdout] a5d6b31bb4cb94ecb38daec048848f37f16aef5160bb131f2972912ab22d0cf9 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] f098c434e77fa21192b9fda00c4c50b3b1ebf97c9ea52a4cbb6f7fd678080940 [INFO] running `Command { std: "docker" "start" "-a" "f098c434e77fa21192b9fda00c4c50b3b1ebf97c9ea52a4cbb6f7fd678080940", kill_on_drop: false }` [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/byte_reader.rs:225:28 [INFO] [stderr] | [INFO] [stderr] 225 | pub fn read_properties(&mut self) -> Res>> { [INFO] [stderr] | ^^^^^^^^^ ^^^^^^^^ the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 225 | pub fn read_properties(&mut self) -> Res)>>> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/structure/properties.rs:10:17 [INFO] [stderr] | [INFO] [stderr] 10 | fn to_pairs(&self) -> Res>; [INFO] [stderr] | ^^^^^ ^^^^^^^^ the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 10 | fn to_pairs(&self) -> Res)>>; [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/structure/properties.rs:72:17 [INFO] [stderr] | [INFO] [stderr] 72 | fn to_pairs(&self) -> Res> { [INFO] [stderr] | ^^^^^ ^^^^^^^^ the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 72 | fn to_pairs(&self) -> Res)>> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/structure/properties.rs:159:17 [INFO] [stderr] | [INFO] [stderr] 159 | fn to_pairs(&self) -> Res> { [INFO] [stderr] | ^^^^^ ^^^^^^^^ the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 159 | fn to_pairs(&self) -> Res)>> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/structure/properties.rs:217:17 [INFO] [stderr] | [INFO] [stderr] 217 | fn to_pairs(&self) -> Res> { [INFO] [stderr] | ^^^^^ ^^^^^^^^ the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 217 | fn to_pairs(&self) -> Res)>> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/structure/properties.rs:258:17 [INFO] [stderr] | [INFO] [stderr] 258 | fn to_pairs(&self) -> Res> { [INFO] [stderr] | ^^^^^ ^^^^^^^^ the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 258 | fn to_pairs(&self) -> Res)>> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/structure/properties.rs:301:17 [INFO] [stderr] | [INFO] [stderr] 301 | fn to_pairs(&self) -> Res> { [INFO] [stderr] | ^^^^^ ^^^^^^^^ the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 301 | fn to_pairs(&self) -> Res)>> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/structure/properties.rs:345:17 [INFO] [stderr] | [INFO] [stderr] 345 | fn to_pairs(&self) -> Res> { [INFO] [stderr] | ^^^^^ ^^^^^^^^ the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 345 | fn to_pairs(&self) -> Res)>> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/structure/properties.rs:448:17 [INFO] [stderr] | [INFO] [stderr] 448 | fn to_pairs(&self) -> Res> { [INFO] [stderr] | ^^^^^ ^^^^^^^^ the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 448 | fn to_pairs(&self) -> Res)>> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/structure/properties.rs:540:17 [INFO] [stderr] | [INFO] [stderr] 540 | fn to_pairs(&self) -> Res> { [INFO] [stderr] | ^^^^^ ^^^^^^^^ the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 540 | fn to_pairs(&self) -> Res)>> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/structure/properties.rs:611:17 [INFO] [stderr] | [INFO] [stderr] 611 | fn to_pairs(&self) -> Res> { [INFO] [stderr] | ^^^^^ ^^^^^^^^ the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 611 | fn to_pairs(&self) -> Res)>> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: `mqtt_packet_3_5` (lib) generated 11 warnings (run `cargo fix --lib -p mqtt_packet_3_5` to apply 11 suggestions) [INFO] [stderr] warning: `mqtt_packet_3_5` (lib test) generated 11 warnings (11 duplicates) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.11s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/mqtt_packet_3_5-ea212a86b670772d) [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running tests/auth_tests.rs (/opt/rustwide/target/debug/deps/auth_tests-8cd75712d28b46f7) [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stdout] test tests::test_unsubscribe_0 ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running tests/byte_reader_tests.rs (/opt/rustwide/target/debug/deps/byte_reader_tests-de4dd5bcf66d298b) [INFO] [stdout] [INFO] [stdout] running 9 tests [INFO] [stdout] test test::test_has_more ... ok [INFO] [stderr] Running tests/confirmation_tests.rs (/opt/rustwide/target/debug/deps/confirmation_tests-c1a366871f5da5be) [INFO] [stdout] test test::test_multiple_limits ... ok [INFO] [stdout] test test::test_read_string ... ok [INFO] [stdout] test test::test_multiple_limits_discard ... ok [INFO] [stdout] test test::test_read_u16 ... ok [INFO] [stdout] test test::test_read_u32 ... ok [INFO] [stdout] test test::test_read_u8 ... ok [INFO] [stdout] test test::test_take ... ok [INFO] [stdout] test test::test_variable_int ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 9 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 21 tests [INFO] [stdout] test tests::test_confirmation_error_12 ... ok [INFO] [stdout] test tests::test_confirmation_error_1 ... ok [INFO] [stdout] test tests::test_confirmation_error_10 ... ok [INFO] [stdout] test tests::test_confirmation_error_16 ... ok [INFO] [stdout] test tests::test_confirmation_error_2 ... ok [INFO] [stdout] test tests::test_confirmation_error_6 ... ok [INFO] [stdout] test tests::test_confirmation_error_9 ... ok [INFO] [stdout] test tests::test_puback_3 ... ok [INFO] [stdout] test tests::test_puback_1 ... ok [INFO] [stdout] test tests::test_puback_4 ... ok [INFO] [stdout] test tests::test_puback_0 ... ok [INFO] [stdout] test tests::test_puback_2 ... ok [INFO] [stdout] test tests::test_pubcomp_13 ... ok [INFO] [stdout] test tests::test_pubrec_5 ... ok [INFO] [stdout] test tests::test_pubrel_11 ... ok [INFO] [stdout] test tests::test_pubcomp_15 ... ok [INFO] [stdout] test tests::test_pubrec_7 ... ok [INFO] [stdout] test tests::test_confirmation_error_14 ... ok [INFO] [stdout] test tests::test_pubrel_8 ... ok [INFO] [stdout] test tests::test_pubrec_1 ... ok [INFO] [stdout] test tests::test_puback_5 ... ok [INFO] [stderr] Running tests/connack_tests.rs (/opt/rustwide/target/debug/deps/connack_tests-f12f23718a625ed4) [INFO] [stdout] [INFO] [stdout] test result: ok. 21 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 10 tests [INFO] [stdout] test test_connack_10 ... ok [INFO] [stdout] test test_connack_11 ... ok [INFO] [stdout] test test_connack_err_1 ... ok [INFO] [stdout] test test_connack_v5 ... ok [INFO] [stdout] test test_connack_v4_v5_mode ... ok [INFO] [stdout] test test_connack_9 ... ok [INFO] [stdout] test test_connack_err ... ok [INFO] [stdout] test test_connack_7 ... ok [INFO] [stderr] Running tests/connect_tests.rs (/opt/rustwide/target/debug/deps/connect_tests-9a0edb198d5c2657) [INFO] [stdout] test test_connack_8 ... ok [INFO] [stdout] test test_connack_v4 ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 7 tests [INFO] [stdout] test tests::test_connect_1 ... ok [INFO] [stderr] Running tests/disconnect_tests.rs (/opt/rustwide/target/debug/deps/disconnect_tests-006ac4e29e5dcf31) [INFO] [stdout] test tests::test_connect_2 ... ok [INFO] [stdout] test tests::decode_bytes_connect ... ok [INFO] [stdout] test tests::multiple_messages_1 ... ok [INFO] [stdout] test tests::test_connect_0 ... ok [INFO] [stdout] test tests::test_connect_3 ... ok [INFO] [stdout] test tests::test_err_without_client_id ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 7 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 9 tests [INFO] [stdout] test tests::test_disconnect_0 ... ok [INFO] [stdout] test tests::test_disconnect_2 ... ok [INFO] [stdout] test tests::test_error_1 ... ok [INFO] [stdout] test tests::test_error_2 ... ok [INFO] [stdout] test tests::test_error_3 ... ok [INFO] [stderr] Running tests/publish_tests.rs (/opt/rustwide/target/debug/deps/publish_tests-3e7f984f40b09f0b) [INFO] [stdout] test tests::test_pingreq_0 ... ok [INFO] [stdout] test tests::test_pingresp_0 ... ok [INFO] [stdout] test tests::test_error_0 ... ok [INFO] [stdout] test tests::test_disconnect_1 ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 9 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 9 tests [INFO] [stdout] test tests::test_publish_0 ... ok [INFO] [stdout] test tests::test_publish_2 ... ok [INFO] [stdout] test tests::test_publish_1 ... ok [INFO] [stdout] test tests::test_publish_3 ... ok [INFO] [stdout] test tests::test_publish_4 ... ok [INFO] [stdout] test tests::test_publish_5 ... ok [INFO] [stdout] test tests::test_publish_6 ... ok [INFO] [stdout] test tests::test_publish_8 ... ok [INFO] [stderr] Running tests/subscribe_tests.rs (/opt/rustwide/target/debug/deps/subscribe_tests-37f1f59ca1ec4c0f) [INFO] [stdout] test tests::test_error_0 ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 9 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 13 tests [INFO] [stdout] test tests::test_error_6 ... ok [INFO] [stdout] test tests::test_sub_error_0 ... ok [INFO] [stdout] test tests::test_sub_error_2 ... ok [INFO] [stdout] test tests::test_sub_error_1 ... ok [INFO] [stdout] test tests::test_sub_error_3 ... ok [INFO] [stdout] test tests::test_suback_1 ... ok [INFO] [stdout] test tests::test_sub_error_4 ... ok [INFO] [stdout] test tests::test_suback_0 ... ok [INFO] [stdout] test tests::test_suback_2 ... ok [INFO] [stdout] test tests::test_subscribe_0 ... ok [INFO] [stdout] test tests::test_subscribe_2 ... ok [INFO] [stdout] test tests::test_subscribe_1 ... ok [INFO] [stdout] test tests::test_subscribe_3 ... ok [INFO] [stderr] Running tests/unsubscribe_tests.rs (/opt/rustwide/target/debug/deps/unsubscribe_tests-28698e5bd5cd114e) [INFO] [stdout] [INFO] [stdout] test result: ok. 13 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 7 tests [INFO] [stdout] test tests::test_error_0 ... ok [INFO] [stderr] Doc-tests mqtt_packet_3_5 [INFO] [stdout] test tests::test_error_1 ... ok [INFO] [stdout] test tests::test_error_2 ... ok [INFO] [stdout] test tests::test_unsuback_1 ... ok [INFO] [stdout] test tests::test_unsuback_0 ... ok [INFO] [stdout] test tests::test_unsubscribe_1 ... ok [INFO] [stdout] test tests::test_unsubscribe_0 ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 7 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 16 tests [INFO] [stdout] test src/lib.rs - (line 75) ... ok [INFO] [stdout] test src/lib.rs - (line 64) ... ok [INFO] [stdout] test src/confirmation.rs - confirmation::ConfirmationPacket::puback_v3 (line 52) ... ok [INFO] [stdout] test src/confirmation.rs - confirmation::ConfirmationPacket::pubrec_v3 (line 83) ... ok [INFO] [stdout] test src/confirmation.rs - confirmation::ConfirmationPacket::pubrel_v3 (line 116) ... ok [INFO] [stdout] test src/confirmation.rs - confirmation::ConfirmationPacket::pubcomp_v3 (line 147) ... ok [INFO] [stdout] test src/lib.rs - MqttPacket (line 64) ... ok [INFO] [stdout] test src/lib.rs - MqttPacket (line 75) ... ok [INFO] [stdout] test src/packet.rs - packet::MqttPacket::encode (line 32) ... ok [INFO] [stdout] test src/lib.rs - PacketDecoder (line 64) ... ok [INFO] [stdout] test src/packet.rs - packet::PacketDecoder::decode_packet (line 144) ... ok [INFO] [stdout] test src/packet.rs - packet::PacketDecoder::from_bufreader (line 122) ... ok [INFO] [stdout] test src/packet.rs - packet::MqttPacket::encode (line 44) ... ok [INFO] [stdout] test src/packet.rs - packet::PacketDecoder::from_stream (line 105) ... ok [INFO] [stdout] test src/suback.rs - suback::SubackPacket::new_v3 (line 12) ... ok [INFO] [stdout] test src/lib.rs - PacketDecoder (line 75) ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 16 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 2.13s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "f098c434e77fa21192b9fda00c4c50b3b1ebf97c9ea52a4cbb6f7fd678080940", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f098c434e77fa21192b9fda00c4c50b3b1ebf97c9ea52a4cbb6f7fd678080940", kill_on_drop: false }` [INFO] [stdout] f098c434e77fa21192b9fda00c4c50b3b1ebf97c9ea52a4cbb6f7fd678080940