[INFO] fetching crate yatlv 1.3.0... [INFO] testing yatlv-1.3.0 against 1.90.0 for beta-1.91-3 [INFO] extracting crate yatlv 1.3.0 into /workspace/builds/worker-5-tc1/source [INFO] started tweaking crates.io crate yatlv 1.3.0 [INFO] finished tweaking crates.io crate yatlv 1.3.0 [INFO] tweaked toml for crates.io crate yatlv 1.3.0 written to /workspace/builds/worker-5-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate yatlv 1.3.0 on toolchain 1.90.0 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.90.0" "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" "+1.90.0" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Locking 1 package to latest compatible version [INFO] [stderr] Adding uuid v0.8.2 (available: v1.18.1) [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.90.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/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" "+1.90.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 00c3521782ada10af2eacd762bf42c190922726700fe64fa8bb35d665b8d2eb2 [INFO] running `Command { std: "docker" "start" "-a" "00c3521782ada10af2eacd762bf42c190922726700fe64fa8bb35d665b8d2eb2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "00c3521782ada10af2eacd762bf42c190922726700fe64fa8bb35d665b8d2eb2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "00c3521782ada10af2eacd762bf42c190922726700fe64fa8bb35d665b8d2eb2", kill_on_drop: false }` [INFO] [stdout] 00c3521782ada10af2eacd762bf42c190922726700fe64fa8bb35d665b8d2eb2 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/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" "+1.90.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] fbbce27b6f6d5845de6d4c552e3f49b04b1a3b55bba7a30cec73edd714792729 [INFO] running `Command { std: "docker" "start" "-a" "fbbce27b6f6d5845de6d4c552e3f49b04b1a3b55bba7a30cec73edd714792729", kill_on_drop: false }` [INFO] [stderr] Compiling uuid v0.8.2 [INFO] [stderr] Compiling yatlv v1.3.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/lib.rs:177:18 [INFO] [stdout] | [INFO] [stdout] 177 | fn add_frame(&mut self, tag: u16) -> PacketFrameBuilder; [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] 177 | fn add_frame(&mut self, tag: u16) -> PacketFrameBuilder<'_>; [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/lib.rs:181:18 [INFO] [stdout] | [INFO] [stdout] 181 | fn add_child(&mut self, tag: u16) -> PacketFrameBuilder { [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] 181 | fn add_child(&mut self, tag: u16) -> PacketFrameBuilder<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/lib.rs:386:22 [INFO] [stdout] | [INFO] [stdout] 386 | pub fn new(data: &mut Vec) -> FrameBuilder { [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] 386 | pub fn new(data: &mut Vec) -> FrameBuilder<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/lib.rs:408:18 [INFO] [stdout] | [INFO] [stdout] 408 | fn add_frame(&mut self, tag: u16) -> PacketFrameBuilder { [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] 408 | fn add_frame(&mut self, tag: u16) -> PacketFrameBuilder<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/lib.rs:451:22 [INFO] [stdout] | [INFO] [stdout] 451 | pub fn new(data: &mut Vec) -> PacketFrameBuilder { [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] 451 | pub fn new(data: &mut Vec) -> PacketFrameBuilder<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/lib.rs:473:18 [INFO] [stdout] | [INFO] [stdout] 473 | fn add_frame(&mut self, tag: u16) -> PacketFrameBuilder { [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] 473 | fn add_frame(&mut self, tag: u16) -> PacketFrameBuilder<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/lib.rs:592:28 [INFO] [stdout] | [INFO] [stdout] 592 | pub fn new(frame_data: &[u8]) -> Result { [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] 592 | pub fn new(frame_data: &[u8]) -> Result> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/lib.rs:1065:22 [INFO] [stdout] | [INFO] [stdout] 1065 | pub fn get_frame(&self, search_tag: u16) -> Result> { [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] 1065 | pub fn get_frame(&self, search_tag: u16) -> Result>> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s [INFO] running `Command { std: "docker" "inspect" "fbbce27b6f6d5845de6d4c552e3f49b04b1a3b55bba7a30cec73edd714792729", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "fbbce27b6f6d5845de6d4c552e3f49b04b1a3b55bba7a30cec73edd714792729", kill_on_drop: false }` [INFO] [stdout] fbbce27b6f6d5845de6d4c552e3f49b04b1a3b55bba7a30cec73edd714792729 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/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" "+1.90.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] ec22f5a8ec5a6274acbddb62bb9fcfa675536998373144a53254ceb3d534f1a5 [INFO] running `Command { std: "docker" "start" "-a" "ec22f5a8ec5a6274acbddb62bb9fcfa675536998373144a53254ceb3d534f1a5", kill_on_drop: false }` [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/lib.rs:177:18 [INFO] [stdout] | [INFO] [stdout] 177 | fn add_frame(&mut self, tag: u16) -> PacketFrameBuilder; [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] 177 | fn add_frame(&mut self, tag: u16) -> PacketFrameBuilder<'_>; [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/lib.rs:181:18 [INFO] [stdout] | [INFO] [stdout] 181 | fn add_child(&mut self, tag: u16) -> PacketFrameBuilder { [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] 181 | fn add_child(&mut self, tag: u16) -> PacketFrameBuilder<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/lib.rs:386:22 [INFO] [stdout] | [INFO] [stdout] 386 | pub fn new(data: &mut Vec) -> FrameBuilder { [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] 386 | pub fn new(data: &mut Vec) -> FrameBuilder<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/lib.rs:408:18 [INFO] [stdout] | [INFO] [stdout] 408 | fn add_frame(&mut self, tag: u16) -> PacketFrameBuilder { [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] 408 | fn add_frame(&mut self, tag: u16) -> PacketFrameBuilder<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling yatlv v1.3.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/lib.rs:451:22 [INFO] [stdout] | [INFO] [stdout] 451 | pub fn new(data: &mut Vec) -> PacketFrameBuilder { [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] 451 | pub fn new(data: &mut Vec) -> PacketFrameBuilder<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/lib.rs:473:18 [INFO] [stdout] | [INFO] [stdout] 473 | fn add_frame(&mut self, tag: u16) -> PacketFrameBuilder { [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] 473 | fn add_frame(&mut self, tag: u16) -> PacketFrameBuilder<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/lib.rs:592:28 [INFO] [stdout] | [INFO] [stdout] 592 | pub fn new(frame_data: &[u8]) -> Result { [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] 592 | pub fn new(frame_data: &[u8]) -> Result> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/lib.rs:1065:22 [INFO] [stdout] | [INFO] [stdout] 1065 | pub fn get_frame(&self, search_tag: u16) -> Result> { [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] 1065 | pub fn get_frame(&self, search_tag: u16) -> Result>> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/lib.rs:177:18 [INFO] [stdout] | [INFO] [stdout] 177 | fn add_frame(&mut self, tag: u16) -> PacketFrameBuilder; [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] 177 | fn add_frame(&mut self, tag: u16) -> PacketFrameBuilder<'_>; [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/lib.rs:181:18 [INFO] [stdout] | [INFO] [stdout] 181 | fn add_child(&mut self, tag: u16) -> PacketFrameBuilder { [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] 181 | fn add_child(&mut self, tag: u16) -> PacketFrameBuilder<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/lib.rs:386:22 [INFO] [stdout] | [INFO] [stdout] 386 | pub fn new(data: &mut Vec) -> FrameBuilder { [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] 386 | pub fn new(data: &mut Vec) -> FrameBuilder<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/lib.rs:408:18 [INFO] [stdout] | [INFO] [stdout] 408 | fn add_frame(&mut self, tag: u16) -> PacketFrameBuilder { [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] 408 | fn add_frame(&mut self, tag: u16) -> PacketFrameBuilder<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/lib.rs:451:22 [INFO] [stdout] | [INFO] [stdout] 451 | pub fn new(data: &mut Vec) -> PacketFrameBuilder { [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] 451 | pub fn new(data: &mut Vec) -> PacketFrameBuilder<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/lib.rs:473:18 [INFO] [stdout] | [INFO] [stdout] 473 | fn add_frame(&mut self, tag: u16) -> PacketFrameBuilder { [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] 473 | fn add_frame(&mut self, tag: u16) -> PacketFrameBuilder<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/lib.rs:592:28 [INFO] [stdout] | [INFO] [stdout] 592 | pub fn new(frame_data: &[u8]) -> Result { [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] 592 | pub fn new(frame_data: &[u8]) -> Result> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/lib.rs:1065:22 [INFO] [stdout] | [INFO] [stdout] 1065 | pub fn get_frame(&self, search_tag: u16) -> Result> { [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] 1065 | pub fn get_frame(&self, search_tag: u16) -> Result>> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.76s [INFO] running `Command { std: "docker" "inspect" "ec22f5a8ec5a6274acbddb62bb9fcfa675536998373144a53254ceb3d534f1a5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ec22f5a8ec5a6274acbddb62bb9fcfa675536998373144a53254ceb3d534f1a5", kill_on_drop: false }` [INFO] [stdout] ec22f5a8ec5a6274acbddb62bb9fcfa675536998373144a53254ceb3d534f1a5 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/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" "+1.90.0" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 4f2c9fcb3e44df2234fd97d401ebf2c79f21a7afda8af790cb3e0e9f5f79cf4b [INFO] running `Command { std: "docker" "start" "-a" "4f2c9fcb3e44df2234fd97d401ebf2c79f21a7afda8af790cb3e0e9f5f79cf4b", kill_on_drop: false }` [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/lib.rs:177:18 [INFO] [stderr] | [INFO] [stderr] 177 | fn add_frame(&mut self, tag: u16) -> PacketFrameBuilder; [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] 177 | fn add_frame(&mut self, tag: u16) -> PacketFrameBuilder<'_>; [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/lib.rs:181:18 [INFO] [stderr] | [INFO] [stderr] 181 | fn add_child(&mut self, tag: u16) -> PacketFrameBuilder { [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] 181 | fn add_child(&mut self, tag: u16) -> PacketFrameBuilder<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/lib.rs:386:22 [INFO] [stderr] | [INFO] [stderr] 386 | pub fn new(data: &mut Vec) -> FrameBuilder { [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] 386 | pub fn new(data: &mut Vec) -> FrameBuilder<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/lib.rs:408:18 [INFO] [stderr] | [INFO] [stderr] 408 | fn add_frame(&mut self, tag: u16) -> PacketFrameBuilder { [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] 408 | fn add_frame(&mut self, tag: u16) -> PacketFrameBuilder<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/lib.rs:451:22 [INFO] [stderr] | [INFO] [stderr] 451 | pub fn new(data: &mut Vec) -> PacketFrameBuilder { [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] 451 | pub fn new(data: &mut Vec) -> PacketFrameBuilder<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/lib.rs:473:18 [INFO] [stderr] | [INFO] [stderr] 473 | fn add_frame(&mut self, tag: u16) -> PacketFrameBuilder { [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] 473 | fn add_frame(&mut self, tag: u16) -> PacketFrameBuilder<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/lib.rs:592:28 [INFO] [stderr] | [INFO] [stderr] 592 | pub fn new(frame_data: &[u8]) -> Result { [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] 592 | pub fn new(frame_data: &[u8]) -> Result> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/lib.rs:1065:22 [INFO] [stderr] | [INFO] [stderr] 1065 | pub fn get_frame(&self, search_tag: u16) -> Result> { [INFO] [stderr] | ^^^^^ the lifetime is elided here ----------- the same lifetime is hidden 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] 1065 | pub fn get_frame(&self, search_tag: u16) -> Result>> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: `yatlv` (lib) generated 8 warnings [INFO] [stderr] warning: `yatlv` (lib test) generated 8 warnings (8 duplicates) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.04s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/yatlv-4d79fdafc8194207) [INFO] [stdout] [INFO] [stdout] running 51 tests [INFO] [stdout] test tests::can_add_bool_to_frame ... ok [INFO] [stdout] test tests::can_add_child_to_packet_frame ... ok [INFO] [stdout] test tests::can_add_child_to_frame ... ok [INFO] [stdout] test tests::can_add_data_to_frame ... ok [INFO] [stdout] test tests::can_add_data_to_packet_frame ... ok [INFO] [stdout] test tests::can_add_u16_to_frame ... ok [INFO] [stdout] test tests::can_add_u32_to_frame ... ok [INFO] [stdout] test tests::can_add_u64_to_frame ... ok [INFO] [stdout] test tests::can_add_u8_to_frame ... ok [INFO] [stdout] test tests::can_add_utf8_to_frame ... ok [INFO] [stdout] test tests::can_attempt_to_read_data_from_a_frame_if_it_is_not_there ... ok [INFO] [stdout] test tests::can_decode_compatible_values_into_bool ... ok [INFO] [stdout] test tests::can_decode_compatible_values_into_u16 ... ok [INFO] [stdout] test tests::can_decode_compatible_values_into_u32 ... ok [INFO] [stdout] test tests::can_decode_compatible_values_into_u8 ... ok [INFO] [stdout] test tests::can_make_an_empty_packet_frame ... ok [INFO] [stdout] test tests::can_not_decode_bool_with_zero_bytes ... ok [INFO] [stdout] test tests::can_not_decode_incompatible_values_into_bool ... ok [INFO] [stdout] test tests::can_not_decode_incompatible_values_into_u16 ... ok [INFO] [stdout] test tests::can_not_decode_incompatible_values_into_u8 ... ok [INFO] [stdout] test tests::can_not_decode_u32_with_zero_bytes ... ok [INFO] [stdout] test tests::can_not_decode_u16_with_zero_bytes ... ok [INFO] [stdout] test tests::can_not_decode_u64_with_zero_bytes ... ok [INFO] [stdout] test tests::can_not_decode_incompatible_values_into_u32 ... ok [INFO] [stdout] test tests::can_not_parse_a_frame_if_there_is_excess_data ... ok [INFO] [stdout] test tests::can_not_parse_a_frame_if_there_is_not_enough_data_for_a_field_value ... ok [INFO] [stdout] test tests::can_not_decode_u8_with_zero_bytes ... ok [INFO] [stdout] test tests::can_not_parse_a_frame_if_there_is_not_enough_data_for_field_count ... ok [INFO] [stdout] test tests::can_read_bool_from_a_frame ... ok [INFO] [stdout] test tests::can_not_parse_a_frame_if_there_is_not_enough_data_for_frame_format ... ok [INFO] [stdout] test tests::can_not_parse_a_frame_if_there_is_not_enough_data_for_field_tag_and_length ... ok [INFO] [stdout] test tests::can_read_bools_from_a_frame ... ok [INFO] [stdout] test tests::can_read_child_frames ... ok [INFO] [stdout] test tests::can_decode_compatible_values_into_u64 ... ok [INFO] [stdout] test tests::can_read_child_frame ... ok [INFO] [stdout] test tests::can_not_parse_a_frame_if_frame_format_is_not_recognized ... ok [INFO] [stdout] test tests::can_read_data_from_frame ... ok [INFO] [stdout] test tests::can_read_datas_from_a_frame ... ok [INFO] [stdout] test tests::can_read_str_from_a_frame ... ok [INFO] [stdout] test tests::can_read_strs_from_a_frame ... ok [INFO] [stdout] test tests::can_read_u16s_from_a_frame ... ok [INFO] [stdout] test tests::can_read_u16_from_a_frame ... ok [INFO] [stdout] test tests::can_read_u32_from_a_frame ... ok [INFO] [stdout] test tests::can_read_u64_from_a_frame ... ok [INFO] [stdout] test tests::can_read_u32s_from_a_frame ... ok [INFO] [stdout] test tests::can_read_u64s_from_a_frame ... ok [INFO] [stdout] test tests::can_read_u8_from_a_frame ... ok [INFO] [stdout] test tests::can_read_u8s_from_a_frame ... ok [INFO] [stdout] test tests::can_read_uuid_from_a_frame ... ok [INFO] [stdout] test tests::can_read_uuids_from_a_frame ... ok [INFO] [stdout] test tests::can_make_an_empty_frame ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 51 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s [INFO] [stdout] [INFO] [stderr] Doc-tests yatlv [INFO] [stdout] [INFO] [stdout] running 31 tests [INFO] [stdout] test src/lib.rs - FrameParser<'a>::get_datas (line 635) ... ok [INFO] [stdout] test src/lib.rs - FrameBuilderLike::add_str (line 306) ... ok [INFO] [stdout] test src/lib.rs - (line 73) ... ok [INFO] [stdout] test src/lib.rs - FrameBuilderLike::add_uuid (line 332) ... ok [INFO] [stdout] test src/lib.rs - FrameBuilderLike::add_u64 (line 283) ... ok [INFO] [stdout] test src/lib.rs - FrameParser<'a>::get_data (line 610) ... ok [INFO] [stdout] test src/lib.rs - FrameParser<'a>::get_bool (line 877) ... ok [INFO] [stdout] test src/lib.rs - FrameParser<'a>::get_frame (line 1047) ... ok [INFO] [stdout] test src/lib.rs - FrameBuilderLike::add_frame (line 154) ... ok [INFO] [stdout] test src/lib.rs - FrameBuilderLike::add_u32 (line 260) ... ok [INFO] [stdout] test src/lib.rs - FrameParser<'a>::get_bools (line 898) ... ok [INFO] [stdout] test src/lib.rs - FrameBuilderLike::add_data (line 133) ... ok [INFO] [stdout] test src/lib.rs - FrameBuilderLike::add_u16 (line 237) ... ok [INFO] [stdout] test src/lib.rs - FrameBuilder (line 360) ... ok [INFO] [stdout] test src/lib.rs - FrameParser<'a>::get_str (line 934) ... ok [INFO] [stdout] test src/lib.rs - FrameBuilderLike::add_u8 (line 211) ... ok [INFO] [stdout] test src/lib.rs - FrameParser<'a>::get_u64 (line 827) ... ok [INFO] [stdout] test src/lib.rs - FrameParser<'a>::get_u16 (line 721) ... ok [INFO] [stdout] test src/lib.rs - FrameParser<'a>::get_u32 (line 774) ... ok [INFO] [stdout] test src/lib.rs - FrameBuilderLike::add_bool (line 186) ... ok [INFO] [stdout] test src/lib.rs - FrameParser<'a>::get_strs (line 955) ... ok [INFO] [stdout] test src/lib.rs - FrameParser<'a>::get_uuids (line 1006) ... ok [INFO] [stdout] test src/lib.rs - FrameParser<'a>::get_u16s (line 744) ... ok [INFO] [stdout] test src/lib.rs - FrameParser<'a>::get_u8s (line 691) ... ok [INFO] [stdout] test src/lib.rs - FrameParser<'a>::new (line 577) ... ok [INFO] [stdout] test src/lib.rs - PacketFrameBuilder (line 419) ... ok [INFO] [stdout] test src/lib.rs - FrameParser<'a>::get_u32s (line 798) ... ok [INFO] [stdout] test src/lib.rs - FrameParser<'a>::get_u64s (line 850) ... ok [INFO] [stdout] test src/lib.rs - FrameParser<'a>::get_frames (line 1070) ... ok [INFO] [stdout] test src/lib.rs - FrameParser<'a>::get_uuid (line 982) ... ok [INFO] [stdout] test src/lib.rs - FrameParser<'a>::get_u8 (line 668) ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 31 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 2.03s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "4f2c9fcb3e44df2234fd97d401ebf2c79f21a7afda8af790cb3e0e9f5f79cf4b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4f2c9fcb3e44df2234fd97d401ebf2c79f21a7afda8af790cb3e0e9f5f79cf4b", kill_on_drop: false }` [INFO] [stdout] 4f2c9fcb3e44df2234fd97d401ebf2c79f21a7afda8af790cb3e0e9f5f79cf4b