[INFO] fetching crate yatlv 1.3.0... [INFO] testing yatlv-1.3.0 against master#cdb45c87e2cd43495379f7e867e3cc15dcee9f93 for pr-145838-1 [INFO] extracting crate yatlv 1.3.0 into /workspace/builds/worker-2-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-2-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate yatlv 1.3.0 on toolchain cdb45c87e2cd43495379f7e867e3cc15dcee9f93 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "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" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "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.0) [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] bc9a54bf954b56693d5afbd2bbbaa46b86efe68ddcd8a9922ea0727c21a0f107 [INFO] running `Command { std: "docker" "start" "-a" "bc9a54bf954b56693d5afbd2bbbaa46b86efe68ddcd8a9922ea0727c21a0f107", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "bc9a54bf954b56693d5afbd2bbbaa46b86efe68ddcd8a9922ea0727c21a0f107", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "bc9a54bf954b56693d5afbd2bbbaa46b86efe68ddcd8a9922ea0727c21a0f107", kill_on_drop: false }` [INFO] [stdout] bc9a54bf954b56693d5afbd2bbbaa46b86efe68ddcd8a9922ea0727c21a0f107 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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=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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 5663030e3c21237e443e748b8561f7dd450159ef0e0308c3d4b0d6d301eb5ea0 [INFO] running `Command { std: "docker" "start" "-a" "5663030e3c21237e443e748b8561f7dd450159ef0e0308c3d4b0d6d301eb5ea0", 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.46s [INFO] running `Command { std: "docker" "inspect" "5663030e3c21237e443e748b8561f7dd450159ef0e0308c3d4b0d6d301eb5ea0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5663030e3c21237e443e748b8561f7dd450159ef0e0308c3d4b0d6d301eb5ea0", kill_on_drop: false }` [INFO] [stdout] 5663030e3c21237e443e748b8561f7dd450159ef0e0308c3d4b0d6d301eb5ea0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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=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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 3c29e15ef0e9d42ef7dbed0ec8296603e3062e4259b393c48a30fd4f1c04d917 [INFO] running `Command { std: "docker" "start" "-a" "3c29e15ef0e9d42ef7dbed0ec8296603e3062e4259b393c48a30fd4f1c04d917", 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] [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] [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: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.63s [INFO] running `Command { std: "docker" "inspect" "3c29e15ef0e9d42ef7dbed0ec8296603e3062e4259b393c48a30fd4f1c04d917", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3c29e15ef0e9d42ef7dbed0ec8296603e3062e4259b393c48a30fd4f1c04d917", kill_on_drop: false }` [INFO] [stdout] 3c29e15ef0e9d42ef7dbed0ec8296603e3062e4259b393c48a30fd4f1c04d917 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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=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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] ab1fe2bb51a792e303f41ed338ab13b4d4778a93e40f8fc6b1da62566d58705e [INFO] running `Command { std: "docker" "start" "-a" "ab1fe2bb51a792e303f41ed338ab13b4d4778a93e40f8fc6b1da62566d58705e", 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 (run `cargo fix --lib -p yatlv` to apply 8 suggestions) [INFO] [stderr] warning: `yatlv` (lib test) generated 8 warnings (8 duplicates) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.03s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/yatlv-1ac5c54c0553abe5) [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_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_child_to_packet_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_utf8_to_frame ... ok [INFO] [stdout] test tests::can_add_u8_to_frame ... ok [INFO] [stdout] test tests::can_decode_compatible_values_into_bool ... ok [INFO] [stdout] test tests::can_decode_compatible_values_into_u32 ... ok [INFO] [stdout] test tests::can_decode_compatible_values_into_u64 ... ok [INFO] [stdout] test tests::can_decode_compatible_values_into_u8 ... ok [INFO] [stdout] test tests::can_make_an_empty_frame ... 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_u32 ... ok [INFO] [stdout] test tests::can_not_decode_incompatible_values_into_u16 ... ok [INFO] [stdout] test tests::can_attempt_to_read_data_from_a_frame_if_it_is_not_there ... 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_add_u16_to_frame ... ok [INFO] [stdout] test tests::can_not_decode_u64_with_zero_bytes ... ok [INFO] [stdout] test tests::can_decode_compatible_values_into_u16 ... ok [INFO] [stdout] test tests::can_not_decode_u8_with_zero_bytes ... ok [INFO] [stdout] test tests::can_not_parse_a_frame_if_frame_format_is_not_recognized ... 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_field_count ... 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_not_parse_a_frame_if_there_is_not_enough_data_for_a_field_value ... 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_read_bool_from_a_frame ... ok [INFO] [stdout] test tests::can_not_decode_incompatible_values_into_u8 ... ok [INFO] [stdout] test tests::can_read_child_frames ... ok [INFO] [stdout] test tests::can_read_data_from_frame ... ok [INFO] [stdout] test tests::can_read_strs_from_a_frame ... ok [INFO] [stdout] test tests::can_read_u16_from_a_frame ... ok [INFO] [stdout] test tests::can_read_u16s_from_a_frame ... ok [INFO] [stdout] test tests::can_read_u32_from_a_frame ... ok [INFO] [stdout] test tests::can_read_u32s_from_a_frame ... ok [INFO] [stdout] test tests::can_read_u64_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_u64s_from_a_frame ... ok [INFO] [stdout] test tests::can_read_child_frame ... ok [INFO] [stdout] test tests::can_read_bools_from_a_frame ... ok [INFO] [stdout] test tests::can_read_datas_from_a_frame ... ok [INFO] [stdout] test tests::can_read_uuid_from_a_frame ... ok [INFO] [stdout] test tests::can_read_str_from_a_frame ... ok [INFO] [stdout] test tests::can_read_uuids_from_a_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 - FrameBuilder (line 360) ... ok [INFO] [stdout] test src/lib.rs - FrameParser<'a>::get_bools (line 898) ... ok [INFO] [stdout] test src/lib.rs - FrameBuilderLike::add_frame (line 154) ... ok [INFO] [stdout] test src/lib.rs - FrameParser<'a>::get_datas (line 635) ... ok [INFO] [stdout] test src/lib.rs - (line 73) ... ok [INFO] [stdout] test src/lib.rs - FrameBuilderLike::add_u64 (line 283) ... ok [INFO] [stdout] test src/lib.rs - FrameBuilderLike::add_str (line 306) ... ok [INFO] [stdout] test src/lib.rs - FrameParser<'a>::get_bool (line 877) ... ok [INFO] [stdout] test src/lib.rs - FrameBuilderLike::add_bool (line 186) ... ok [INFO] [stdout] test src/lib.rs - FrameBuilderLike::add_data (line 133) ... ok [INFO] [stdout] test src/lib.rs - FrameBuilderLike::add_u8 (line 211) ... ok [INFO] [stdout] test src/lib.rs - FrameParser<'a>::get_str (line 934) ... ok [INFO] [stdout] test src/lib.rs - FrameParser<'a>::get_data (line 610) ... ok [INFO] [stdout] test src/lib.rs - FrameBuilderLike::add_u32 (line 260) ... ok [INFO] [stdout] test src/lib.rs - FrameBuilderLike::add_u16 (line 237) ... ok [INFO] [stdout] test src/lib.rs - FrameBuilderLike::add_uuid (line 332) ... ok [INFO] [stdout] test src/lib.rs - FrameParser<'a>::get_frame (line 1047) ... ok [INFO] [stdout] test src/lib.rs - FrameParser<'a>::get_strs (line 955) ... ok [INFO] [stdout] test src/lib.rs - FrameParser<'a>::get_u32 (line 774) ... ok [INFO] [stdout] test src/lib.rs - FrameParser<'a>::get_u8 (line 668) ... ok [INFO] [stdout] test src/lib.rs - FrameParser<'a>::get_u16s (line 744) ... ok [INFO] [stdout] test src/lib.rs - FrameParser<'a>::get_u32s (line 798) ... ok [INFO] [stdout] test src/lib.rs - FrameParser<'a>::get_u16 (line 721) ... ok [INFO] [stdout] test src/lib.rs - PacketFrameBuilder (line 419) ... ok [INFO] [stdout] test src/lib.rs - FrameParser<'a>::get_frames (line 1070) ... ok [INFO] [stdout] test src/lib.rs - FrameParser<'a>::get_u64s (line 850) ... ok [INFO] [stdout] test src/lib.rs - FrameParser<'a>::get_u64 (line 827) ... ok [INFO] [stdout] test src/lib.rs - FrameParser<'a>::get_uuid (line 982) ... ok [INFO] [stdout] test src/lib.rs - FrameParser<'a>::get_u8s (line 691) ... ok [INFO] [stdout] test src/lib.rs - FrameParser<'a>::get_uuids (line 1006) ... ok [INFO] [stdout] test src/lib.rs - FrameParser<'a>::new (line 577) ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 31 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.90s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "ab1fe2bb51a792e303f41ed338ab13b4d4778a93e40f8fc6b1da62566d58705e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ab1fe2bb51a792e303f41ed338ab13b4d4778a93e40f8fc6b1da62566d58705e", kill_on_drop: false }` [INFO] [stdout] ab1fe2bb51a792e303f41ed338ab13b4d4778a93e40f8fc6b1da62566d58705e