[INFO] fetching crate deepmesa-encoding 0.12.0... [INFO] testing deepmesa-encoding-0.12.0 against master#cdb45c87e2cd43495379f7e867e3cc15dcee9f93 for pr-145838-1 [INFO] extracting crate deepmesa-encoding 0.12.0 into /workspace/builds/worker-3-tc1/source [INFO] started tweaking crates.io crate deepmesa-encoding 0.12.0 [INFO] finished tweaking crates.io crate deepmesa-encoding 0.12.0 [INFO] tweaked toml for crates.io crate deepmesa-encoding 0.12.0 written to /workspace/builds/worker-3-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate deepmesa-encoding 0.12.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] crate crates.io crate deepmesa-encoding 0.12.0 already has a lockfile, it will not be regenerated [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded deepmesa-collections v0.12.0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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] 7311945e2f02e15ee5986d6416f7ed5d2f138dfd118020a9e44514beaca29e08 [INFO] running `Command { std: "docker" "start" "-a" "7311945e2f02e15ee5986d6416f7ed5d2f138dfd118020a9e44514beaca29e08", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "7311945e2f02e15ee5986d6416f7ed5d2f138dfd118020a9e44514beaca29e08", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7311945e2f02e15ee5986d6416f7ed5d2f138dfd118020a9e44514beaca29e08", kill_on_drop: false }` [INFO] [stdout] 7311945e2f02e15ee5986d6416f7ed5d2f138dfd118020a9e44514beaca29e08 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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] 35a44205ca982559515eae7d4e697df40749204ea7cc0b354a1f990bc1c3d167 [INFO] running `Command { std: "docker" "start" "-a" "35a44205ca982559515eae7d4e697df40749204ea7cc0b354a1f990bc1c3d167", kill_on_drop: false }` [INFO] [stderr] Compiling deepmesa-collections v0.12.0 [INFO] [stderr] Compiling deepmesa-encoding v0.12.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/prefix/macros.rs:213:25 [INFO] [stdout] | [INFO] [stdout] 213 | pub fn iter(&self) -> $decoding_iter { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] ::: src/prefix/delta.rs:83:1 [INFO] [stdout] | [INFO] [stdout] 83 | / impl_decoder!( [INFO] [stdout] 84 | | /// Decodes encoded bits using Delta Encoding. [INFO] [stdout] 85 | | /// [INFO] [stdout] 86 | | /// The decoder accepts a [`BitVector`] with encoded bits and [INFO] [stdout] ... | [INFO] [stdout] 126 | | DeltaDecodingIterator [INFO] [stdout] 127 | | ); [INFO] [stdout] | |_- in this macro invocation [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] = note: this warning originates in the macro `impl_decoder` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 213 | pub fn iter(&self) -> $decoding_iter<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/prefix/macros.rs:213:25 [INFO] [stdout] | [INFO] [stdout] 213 | pub fn iter(&self) -> $decoding_iter { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] ::: src/prefix/gamma.rs:83:1 [INFO] [stdout] | [INFO] [stdout] 83 | / impl_decoder!( [INFO] [stdout] 84 | | /// Decodes encoded bits using Gamma Encoding. [INFO] [stdout] 85 | | /// [INFO] [stdout] 86 | | /// The decoder accepts a [`BitVector`] with encoded bits and [INFO] [stdout] ... | [INFO] [stdout] 126 | | GammaDecodingIterator [INFO] [stdout] 127 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_decoder` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 213 | pub fn iter(&self) -> $decoding_iter<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/prefix/golomb.rs:229:17 [INFO] [stdout] | [INFO] [stdout] 229 | pub fn iter(&self) -> GolombDecodingIterator { [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] 229 | pub fn iter(&self) -> GolombDecodingIterator<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/prefix/macros.rs:213:25 [INFO] [stdout] | [INFO] [stdout] 213 | pub fn iter(&self) -> $decoding_iter { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] ::: src/prefix/unary.rs:80:1 [INFO] [stdout] | [INFO] [stdout] 80 | / impl_decoder!( [INFO] [stdout] 81 | | /// Decodes encoded bits using Unary Encoding. [INFO] [stdout] 82 | | /// [INFO] [stdout] 83 | | /// The decoder accepts a [`BitVector`] with encoded bits and [INFO] [stdout] ... | [INFO] [stdout] 123 | | UnaryDecodingIterator [INFO] [stdout] 124 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_decoder` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 213 | pub fn iter(&self) -> $decoding_iter<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/prefix/macros.rs:213:25 [INFO] [stdout] | [INFO] [stdout] 213 | pub fn iter(&self) -> $decoding_iter { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] ::: src/prefix/varbyte.rs:82:1 [INFO] [stdout] | [INFO] [stdout] 82 | / impl_decoder!( [INFO] [stdout] 83 | | /// Decodes encoded bits using Variable Byte Encoding. [INFO] [stdout] 84 | | /// [INFO] [stdout] 85 | | /// The decoder accepts a [`BitVector`] with encoded bits and [INFO] [stdout] ... | [INFO] [stdout] 125 | | VarByteDecodingIterator [INFO] [stdout] 126 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_decoder` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 213 | pub fn iter(&self) -> $decoding_iter<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.21s [INFO] running `Command { std: "docker" "inspect" "35a44205ca982559515eae7d4e697df40749204ea7cc0b354a1f990bc1c3d167", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "35a44205ca982559515eae7d4e697df40749204ea7cc0b354a1f990bc1c3d167", kill_on_drop: false }` [INFO] [stdout] 35a44205ca982559515eae7d4e697df40749204ea7cc0b354a1f990bc1c3d167 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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] 38a33b6e4668a6c95e58c1ffd36a6e4820bb2653dd167c0405f48fc8e75bae99 [INFO] running `Command { std: "docker" "start" "-a" "38a33b6e4668a6c95e58c1ffd36a6e4820bb2653dd167c0405f48fc8e75bae99", kill_on_drop: false }` [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/prefix/macros.rs:213:25 [INFO] [stdout] | [INFO] [stdout] 213 | pub fn iter(&self) -> $decoding_iter { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] ::: src/prefix/delta.rs:83:1 [INFO] [stdout] | [INFO] [stdout] 83 | / impl_decoder!( [INFO] [stdout] 84 | | /// Decodes encoded bits using Delta Encoding. [INFO] [stdout] 85 | | /// [INFO] [stdout] 86 | | /// The decoder accepts a [`BitVector`] with encoded bits and [INFO] [stdout] ... | [INFO] [stdout] 126 | | DeltaDecodingIterator [INFO] [stdout] 127 | | ); [INFO] [stdout] | |_- in this macro invocation [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] = note: this warning originates in the macro `impl_decoder` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 213 | pub fn iter(&self) -> $decoding_iter<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/prefix/macros.rs:213:25 [INFO] [stdout] | [INFO] [stdout] 213 | pub fn iter(&self) -> $decoding_iter { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] ::: src/prefix/gamma.rs:83:1 [INFO] [stdout] | [INFO] [stdout] 83 | / impl_decoder!( [INFO] [stdout] 84 | | /// Decodes encoded bits using Gamma Encoding. [INFO] [stdout] 85 | | /// [INFO] [stdout] 86 | | /// The decoder accepts a [`BitVector`] with encoded bits and [INFO] [stdout] ... | [INFO] [stdout] 126 | | GammaDecodingIterator [INFO] [stdout] 127 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_decoder` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 213 | pub fn iter(&self) -> $decoding_iter<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/prefix/golomb.rs:229:17 [INFO] [stdout] | [INFO] [stdout] 229 | pub fn iter(&self) -> GolombDecodingIterator { [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] 229 | pub fn iter(&self) -> GolombDecodingIterator<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/prefix/macros.rs:213:25 [INFO] [stdout] | [INFO] [stdout] 213 | pub fn iter(&self) -> $decoding_iter { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] ::: src/prefix/unary.rs:80:1 [INFO] [stdout] | [INFO] [stdout] 80 | / impl_decoder!( [INFO] [stdout] 81 | | /// Decodes encoded bits using Unary Encoding. [INFO] [stdout] 82 | | /// [INFO] [stdout] 83 | | /// The decoder accepts a [`BitVector`] with encoded bits and [INFO] [stdout] ... | [INFO] [stdout] 123 | | UnaryDecodingIterator [INFO] [stdout] 124 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_decoder` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 213 | pub fn iter(&self) -> $decoding_iter<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/prefix/macros.rs:213:25 [INFO] [stdout] | [INFO] [stdout] 213 | pub fn iter(&self) -> $decoding_iter { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] ::: src/prefix/varbyte.rs:82:1 [INFO] [stdout] | [INFO] [stdout] 82 | / impl_decoder!( [INFO] [stdout] 83 | | /// Decodes encoded bits using Variable Byte Encoding. [INFO] [stdout] 84 | | /// [INFO] [stdout] 85 | | /// The decoder accepts a [`BitVector`] with encoded bits and [INFO] [stdout] ... | [INFO] [stdout] 125 | | VarByteDecodingIterator [INFO] [stdout] 126 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_decoder` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 213 | pub fn iter(&self) -> $decoding_iter<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling deepmesa-encoding v0.12.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/prefix/macros.rs:213:25 [INFO] [stdout] | [INFO] [stdout] 213 | pub fn iter(&self) -> $decoding_iter { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] ::: src/prefix/delta.rs:83:1 [INFO] [stdout] | [INFO] [stdout] 83 | / impl_decoder!( [INFO] [stdout] 84 | | /// Decodes encoded bits using Delta Encoding. [INFO] [stdout] 85 | | /// [INFO] [stdout] 86 | | /// The decoder accepts a [`BitVector`] with encoded bits and [INFO] [stdout] ... | [INFO] [stdout] 126 | | DeltaDecodingIterator [INFO] [stdout] 127 | | ); [INFO] [stdout] | |_- in this macro invocation [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] = note: this warning originates in the macro `impl_decoder` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 213 | pub fn iter(&self) -> $decoding_iter<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/prefix/macros.rs:213:25 [INFO] [stdout] | [INFO] [stdout] 213 | pub fn iter(&self) -> $decoding_iter { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] ::: src/prefix/gamma.rs:83:1 [INFO] [stdout] | [INFO] [stdout] 83 | / impl_decoder!( [INFO] [stdout] 84 | | /// Decodes encoded bits using Gamma Encoding. [INFO] [stdout] 85 | | /// [INFO] [stdout] 86 | | /// The decoder accepts a [`BitVector`] with encoded bits and [INFO] [stdout] ... | [INFO] [stdout] 126 | | GammaDecodingIterator [INFO] [stdout] 127 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_decoder` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 213 | pub fn iter(&self) -> $decoding_iter<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/prefix/golomb.rs:229:17 [INFO] [stdout] | [INFO] [stdout] 229 | pub fn iter(&self) -> GolombDecodingIterator { [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] 229 | pub fn iter(&self) -> GolombDecodingIterator<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/prefix/macros.rs:213:25 [INFO] [stdout] | [INFO] [stdout] 213 | pub fn iter(&self) -> $decoding_iter { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] ::: src/prefix/unary.rs:80:1 [INFO] [stdout] | [INFO] [stdout] 80 | / impl_decoder!( [INFO] [stdout] 81 | | /// Decodes encoded bits using Unary Encoding. [INFO] [stdout] 82 | | /// [INFO] [stdout] 83 | | /// The decoder accepts a [`BitVector`] with encoded bits and [INFO] [stdout] ... | [INFO] [stdout] 123 | | UnaryDecodingIterator [INFO] [stdout] 124 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_decoder` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 213 | pub fn iter(&self) -> $decoding_iter<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/prefix/macros.rs:213:25 [INFO] [stdout] | [INFO] [stdout] 213 | pub fn iter(&self) -> $decoding_iter { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] ::: src/prefix/varbyte.rs:82:1 [INFO] [stdout] | [INFO] [stdout] 82 | / impl_decoder!( [INFO] [stdout] 83 | | /// Decodes encoded bits using Variable Byte Encoding. [INFO] [stdout] 84 | | /// [INFO] [stdout] 85 | | /// The decoder accepts a [`BitVector`] with encoded bits and [INFO] [stdout] ... | [INFO] [stdout] 125 | | VarByteDecodingIterator [INFO] [stdout] 126 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_decoder` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 213 | pub fn iter(&self) -> $decoding_iter<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.50s [INFO] running `Command { std: "docker" "inspect" "38a33b6e4668a6c95e58c1ffd36a6e4820bb2653dd167c0405f48fc8e75bae99", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "38a33b6e4668a6c95e58c1ffd36a6e4820bb2653dd167c0405f48fc8e75bae99", kill_on_drop: false }` [INFO] [stdout] 38a33b6e4668a6c95e58c1ffd36a6e4820bb2653dd167c0405f48fc8e75bae99 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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] 526a4be811e3b7dc33febfbb50b733644ddd63dc9ef916644a1a7a656b98f8ae [INFO] running `Command { std: "docker" "start" "-a" "526a4be811e3b7dc33febfbb50b733644ddd63dc9ef916644a1a7a656b98f8ae", kill_on_drop: false }` [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] [INFO] [stderr] --> src/prefix/macros.rs:213:25 [INFO] [stdout] running 14 tests [INFO] [stderr] | [INFO] [stderr] 213 | pub fn iter(&self) -> $decoding_iter { [INFO] [stderr] | ^^^^^ ^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] | [INFO] [stderr] ::: src/prefix/delta.rs:83:1 [INFO] [stderr] | [INFO] [stderr] 83 | / impl_decoder!( [INFO] [stderr] 84 | | /// Decodes encoded bits using Delta Encoding. [INFO] [stderr] 85 | | /// [INFO] [stderr] 86 | | /// The decoder accepts a [`BitVector`] with encoded bits and [INFO] [stderr] ... | [INFO] [stderr] 126 | | DeltaDecodingIterator [INFO] [stderr] 127 | | ); [INFO] [stderr] | |_- in this macro invocation [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] = note: this warning originates in the macro `impl_decoder` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 213 | pub fn iter(&self) -> $decoding_iter<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/prefix/macros.rs:213:25 [INFO] [stderr] | [INFO] [stderr] 213 | pub fn iter(&self) -> $decoding_iter { [INFO] [stderr] | ^^^^^ ^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] | [INFO] [stderr] ::: src/prefix/gamma.rs:83:1 [INFO] [stderr] | [INFO] [stderr] 83 | / impl_decoder!( [INFO] [stderr] 84 | | /// Decodes encoded bits using Gamma Encoding. [INFO] [stderr] 85 | | /// [INFO] [stderr] 86 | | /// The decoder accepts a [`BitVector`] with encoded bits and [INFO] [stderr] ... | [INFO] [stderr] 126 | | GammaDecodingIterator [INFO] [stderr] 127 | | ); [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] = note: this warning originates in the macro `impl_decoder` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 213 | pub fn iter(&self) -> $decoding_iter<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/prefix/golomb.rs:229:17 [INFO] [stderr] | [INFO] [stderr] 229 | pub fn iter(&self) -> GolombDecodingIterator { [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] 229 | pub fn iter(&self) -> GolombDecodingIterator<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/prefix/macros.rs:213:25 [INFO] [stderr] | [INFO] [stderr] 213 | pub fn iter(&self) -> $decoding_iter { [INFO] [stderr] | ^^^^^ ^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] | [INFO] [stderr] ::: src/prefix/unary.rs:80:1 [INFO] [stderr] | [INFO] [stderr] 80 | / impl_decoder!( [INFO] [stderr] 81 | | /// Decodes encoded bits using Unary Encoding. [INFO] [stderr] 82 | | /// [INFO] [stderr] 83 | | /// The decoder accepts a [`BitVector`] with encoded bits and [INFO] [stderr] ... | [INFO] [stderr] 123 | | UnaryDecodingIterator [INFO] [stderr] 124 | | ); [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] = note: this warning originates in the macro `impl_decoder` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 213 | pub fn iter(&self) -> $decoding_iter<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/prefix/macros.rs:213:25 [INFO] [stderr] | [INFO] [stderr] 213 | pub fn iter(&self) -> $decoding_iter { [INFO] [stderr] | ^^^^^ ^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] | [INFO] [stderr] ::: src/prefix/varbyte.rs:82:1 [INFO] [stderr] | [INFO] [stderr] 82 | / impl_decoder!( [INFO] [stderr] 83 | | /// Decodes encoded bits using Variable Byte Encoding. [INFO] [stderr] 84 | | /// [INFO] [stderr] 85 | | /// The decoder accepts a [`BitVector`] with encoded bits and [INFO] [stderr] ... | [INFO] [stderr] 125 | | VarByteDecodingIterator [INFO] [stderr] 126 | | ); [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] = note: this warning originates in the macro `impl_decoder` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 213 | pub fn iter(&self) -> $decoding_iter<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: `deepmesa-encoding` (lib) generated 5 warnings (run `cargo fix --lib -p deepmesa-encoding` to apply 5 suggestions) [INFO] [stderr] warning: `deepmesa-encoding` (lib test) generated 5 warnings (5 duplicates) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.02s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/deepmesa_encoding-7cc8fe410f93cec6) [INFO] [stdout] test prefix::delta::tests::test_encode_decode ... ok [INFO] [stdout] test prefix::delta::tests::test_encode_decode_2 ... ok [INFO] [stdout] test prefix::golomb::tests::test_encode_decode ... ok [INFO] [stdout] test prefix::unary::tests::test_encode_decode ... ok [INFO] [stdout] test prefix::varbyte::tests::test_decode_65535 ... ok [INFO] [stdout] test prefix::varbyte::tests::test_decode_824 ... ok [INFO] [stdout] test prefix::gamma::tests::test_encode_decode ... ok [INFO] [stdout] test prefix::varbyte::tests::test_encode_255 ... ok [INFO] [stdout] test prefix::varbyte::tests::test_decode_big ... ok [INFO] [stdout] test prefix::varbyte::tests::test_encode_u128_max ... ok [INFO] [stdout] test prefix::varbyte::tests::test_encode_824 ... ok [INFO] [stdout] test prefix::unary::tests::test_encode_1 ... ok [INFO] [stdout] test prefix::varbyte::tests::test_encode_many ... ok [INFO] [stdout] test prefix::gamma::tests::test_encode_4 ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 14 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.04s [INFO] [stdout] [INFO] [stderr] Doc-tests deepmesa_encoding [INFO] [stdout] [INFO] [stdout] running 10 tests [INFO] [stdout] test src/prefix/delta.rs - prefix::delta::DeltaEncoder (line 52) ... ok [INFO] [stdout] test src/prefix/varbyte.rs - prefix::varbyte::VarByteDecoder (line 92) ... ok [INFO] [stdout] test src/prefix/unary.rs - prefix::unary::UnaryEncoder (line 49) ... ok [INFO] [stdout] test src/prefix/golomb.rs - prefix::golomb::GolombDecoder (line 80) ... ok [INFO] [stdout] test src/prefix/gamma.rs - prefix::gamma::GammaEncoder (line 52) ... ok [INFO] [stdout] test src/prefix/unary.rs - prefix::unary::UnaryDecoder (line 90) ... ok [INFO] [stdout] test src/prefix/varbyte.rs - prefix::varbyte::VarByteEncoder (line 51) ... ok [INFO] [stdout] test src/prefix/golomb.rs - prefix::golomb::GolombEncoder (line 43) ... ok [INFO] [stdout] test src/prefix/gamma.rs - prefix::gamma::GammaDecoder (line 93) ... ok [INFO] [stdout] test src/prefix/delta.rs - prefix::delta::DeltaDecoder (line 93) ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.66s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "526a4be811e3b7dc33febfbb50b733644ddd63dc9ef916644a1a7a656b98f8ae", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "526a4be811e3b7dc33febfbb50b733644ddd63dc9ef916644a1a7a656b98f8ae", kill_on_drop: false }` [INFO] [stdout] 526a4be811e3b7dc33febfbb50b733644ddd63dc9ef916644a1a7a656b98f8ae