[INFO] cloning repository https://github.com/thombles/m17rt
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/thombles/m17rt" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fthombles%2Fm17rt", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fthombles%2Fm17rt'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 3fde29661c3ef3c6d7f56461245108adf701baf4
[INFO] testing thombles/m17rt against 1.98.0-beta.1 for beta-1.98-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fthombles%2Fm17rt" "/workspace/builds/worker-2-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/thombles/m17rt
[INFO] finished tweaking git repo https://github.com/thombles/m17rt
[INFO] tweaked toml for git repo https://github.com/thombles/m17rt written to /workspace/builds/worker-2-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/thombles/m17rt on toolchain 1.98.0-beta.1
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.98.0-beta.1" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/thombles/m17rt 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" "+1.98.0-beta.1" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded cai_golay v0.1.1
[INFO] [stderr]   Downloaded serialport v4.7.0
[INFO] [stderr]   Downloaded binfield_matrix v0.2.0
[INFO] [stderr]   Downloaded unescaper v0.1.5
[INFO] [stderr]   Downloaded winnow v0.6.21
[INFO] [stderr]   Downloaded coreaudio-sys v0.2.16
[INFO] [stderr]   Downloaded ascii_table v4.0.7
[INFO] [stderr]   Downloaded cc v1.2.6
[INFO] [stderr]   Downloaded codec2 v0.3.0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,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" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3d5ced03c013a94a2f102a4510f48a6e9184255caf5fd8244f58017bde7f5210" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 15ca46edce1e3a5167195649666ba2ed37dfac379ad64fcef309224681fcb724
[INFO] running `Command { std: "docker" "start" "15ca46edce1e3a5167195649666ba2ed37dfac379ad64fcef309224681fcb724", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "15ca46edce1e3a5167195649666ba2ed37dfac379ad64fcef309224681fcb724", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "15ca46edce1e3a5167195649666ba2ed37dfac379ad64fcef309224681fcb724" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.1" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "15ca46edce1e3a5167195649666ba2ed37dfac379ad64fcef309224681fcb724", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-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" "-w" "/opt/rustwide/workdir" "--user" "0:0" "15ca46edce1e3a5167195649666ba2ed37dfac379ad64fcef309224681fcb724" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.1" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling syn v2.0.94
[INFO] [stderr]    Compiling autocfg v1.3.0
[INFO] [stderr]    Compiling libc v0.2.169
[INFO] [stderr]    Compiling cpal v0.15.3
[INFO] [stderr]    Compiling thiserror v2.0.11
[INFO] [stderr]    Compiling alsa-sys v0.3.1
[INFO] [stderr]    Compiling crc v3.2.1
[INFO] [stderr]    Compiling aho-corasick v1.1.3
[INFO] [stderr]    Compiling dasp_sample v0.11.0
[INFO] [stderr]    Compiling codec2 v0.3.0
[INFO] [stderr]    Compiling hound v3.5.1
[INFO] [stderr]    Compiling clap_lex v0.7.4
[INFO] [stderr]    Compiling ascii_table v4.0.7
[INFO] [stderr]    Compiling clap_builder v4.5.39
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling regex-automata v0.4.9
[INFO] [stderr]    Compiling binfield_matrix v0.2.0
[INFO] [stderr]    Compiling num-integer v0.1.46
[INFO] [stderr]    Compiling cai_golay v0.1.1
[INFO] [stderr]    Compiling m17core v0.1.0 (/opt/rustwide/workdir/m17core)
[INFO] [stderr]    Compiling rubato v0.16.2
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> m17core/src/reflector/packet.rs:148:28
[INFO] [stdout]     |
[INFO] [stdout] 148 |             pub fn modules(&self) -> ModulesIterator {
[INFO] [stdout]     |                            ^^^^^     ^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                            |
[INFO] [stdout]     |                            the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 538 | impl_modules!(ConnectInterlink, 10, 37);
[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_modules` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 148 |             pub fn modules(&self) -> ModulesIterator<'_> {
[INFO] [stdout]     |                                                     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> m17core/src/reflector/packet.rs:148:28
[INFO] [stdout]     |
[INFO] [stdout] 148 |             pub fn modules(&self) -> ModulesIterator {
[INFO] [stdout]     |                            ^^^^^     ^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                            |
[INFO] [stdout]     |                            the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 543 | impl_modules!(ConnectInterlinkAcknowledge, 10, 37);
[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_modules` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 148 |             pub fn modules(&self) -> ModulesIterator<'_> {
[INFO] [stdout]     |                                                     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> m17core/src/bits.rs:15:24
[INFO] [stdout]    |
[INFO] [stdout] 15 |     pub(crate) fn iter(&self) -> BitsIterator<T> {
[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] 15 |     pub(crate) fn iter(&self) -> BitsIterator<'_, T> {
[INFO] [stdout]    |                                               +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling nix v0.26.4
[INFO] [stderr]    Compiling alsa v0.9.1
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling thiserror-impl v2.0.11
[INFO] [stderr]    Compiling clap_derive v4.5.32
[INFO] [stderr]    Compiling thiserror v1.0.69
[INFO] [stderr]    Compiling unescaper v0.1.5
[INFO] [stderr]    Compiling serialport v4.7.0
[INFO] [stderr]    Compiling m17app v0.1.0 (/opt/rustwide/workdir/m17app)
[INFO] [stderr]    Compiling regex v1.11.1
[INFO] [stderr]    Compiling clap v4.5.39
[INFO] [stderr]    Compiling m17codec2 v0.1.0 (/opt/rustwide/workdir/m17codec2)
[INFO] [stderr]    Compiling env_filter v0.1.3
[INFO] [stderr]    Compiling env_logger v0.11.6
[INFO] [stderr]    Compiling m17rt-soundcards v0.1.0 (/opt/rustwide/workdir/tools/m17rt-soundcards)
[INFO] [stderr]    Compiling m17rt-netclient v0.1.0 (/opt/rustwide/workdir/tools/m17rt-netclient)
[INFO] [stderr]    Compiling m17rt-rxpacket v0.1.0 (/opt/rustwide/workdir/tools/m17rt-rxpacket)
[INFO] [stderr]    Compiling m17rt-txpacket v0.1.0 (/opt/rustwide/workdir/tools/m17rt-txpacket)
[INFO] [stderr]    Compiling m17rt-mod v0.1.0 (/opt/rustwide/workdir/tools/m17rt-mod)
[INFO] [stderr]    Compiling m17rt-fastdemod v0.1.0 (/opt/rustwide/workdir/tools/m17rt-fastdemod)
[INFO] [stderr]    Compiling m17rt-demod v0.1.0 (/opt/rustwide/workdir/tools/m17rt-demod)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.27s
[INFO] running `Command { std: "docker" "inspect" "15ca46edce1e3a5167195649666ba2ed37dfac379ad64fcef309224681fcb724", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-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" "-w" "/opt/rustwide/workdir" "--user" "0:0" "15ca46edce1e3a5167195649666ba2ed37dfac379ad64fcef309224681fcb724" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.1" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> m17core/src/reflector/packet.rs:148:28
[INFO] [stdout]     |
[INFO] [stdout] 148 |             pub fn modules(&self) -> ModulesIterator {
[INFO] [stdout]     |                            ^^^^^     ^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                            |
[INFO] [stdout]     |                            the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 538 | impl_modules!(ConnectInterlink, 10, 37);
[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_modules` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 148 |             pub fn modules(&self) -> ModulesIterator<'_> {
[INFO] [stdout]     |                                                     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> m17core/src/reflector/packet.rs:148:28
[INFO] [stdout]     |
[INFO] [stdout] 148 |             pub fn modules(&self) -> ModulesIterator {
[INFO] [stdout]     |                            ^^^^^     ^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                            |
[INFO] [stdout]     |                            the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 543 | impl_modules!(ConnectInterlinkAcknowledge, 10, 37);
[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_modules` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 148 |             pub fn modules(&self) -> ModulesIterator<'_> {
[INFO] [stdout]     |                                                     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> m17core/src/bits.rs:15:24
[INFO] [stdout]    |
[INFO] [stdout] 15 |     pub(crate) fn iter(&self) -> BitsIterator<T> {
[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] 15 |     pub(crate) fn iter(&self) -> BitsIterator<'_, T> {
[INFO] [stdout]    |                                               +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling m17core v0.1.0 (/opt/rustwide/workdir/m17core)
[INFO] [stderr]    Compiling m17app v0.1.0 (/opt/rustwide/workdir/m17app)
[INFO] [stderr]    Compiling m17rt-fastdemod v0.1.0 (/opt/rustwide/workdir/tools/m17rt-fastdemod)
[INFO] [stderr]    Compiling m17codec2 v0.1.0 (/opt/rustwide/workdir/m17codec2)
[INFO] [stderr]    Compiling m17rt-rxpacket v0.1.0 (/opt/rustwide/workdir/tools/m17rt-rxpacket)
[INFO] [stderr]    Compiling m17rt-txpacket v0.1.0 (/opt/rustwide/workdir/tools/m17rt-txpacket)
[INFO] [stderr]    Compiling m17rt-demod v0.1.0 (/opt/rustwide/workdir/tools/m17rt-demod)
[INFO] [stderr]    Compiling m17rt-mod v0.1.0 (/opt/rustwide/workdir/tools/m17rt-mod)
[INFO] [stderr]    Compiling m17rt-soundcards v0.1.0 (/opt/rustwide/workdir/tools/m17rt-soundcards)
[INFO] [stderr]    Compiling m17rt-netclient v0.1.0 (/opt/rustwide/workdir/tools/m17rt-netclient)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> m17core/src/reflector/packet.rs:148:28
[INFO] [stdout]     |
[INFO] [stdout] 148 |             pub fn modules(&self) -> ModulesIterator {
[INFO] [stdout]     |                            ^^^^^     ^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                            |
[INFO] [stdout]     |                            the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 538 | impl_modules!(ConnectInterlink, 10, 37);
[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_modules` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 148 |             pub fn modules(&self) -> ModulesIterator<'_> {
[INFO] [stdout]     |                                                     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> m17core/src/reflector/packet.rs:148:28
[INFO] [stdout]     |
[INFO] [stdout] 148 |             pub fn modules(&self) -> ModulesIterator {
[INFO] [stdout]     |                            ^^^^^     ^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                            |
[INFO] [stdout]     |                            the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 543 | impl_modules!(ConnectInterlinkAcknowledge, 10, 37);
[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_modules` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 148 |             pub fn modules(&self) -> ModulesIterator<'_> {
[INFO] [stdout]     |                                                     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> m17core/src/bits.rs:15:24
[INFO] [stdout]    |
[INFO] [stdout] 15 |     pub(crate) fn iter(&self) -> BitsIterator<T> {
[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] 15 |     pub(crate) fn iter(&self) -> BitsIterator<'_, T> {
[INFO] [stdout]    |                                               +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 1.89s
[INFO] running `Command { std: "docker" "inspect" "15ca46edce1e3a5167195649666ba2ed37dfac379ad64fcef309224681fcb724", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-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" "-w" "/opt/rustwide/workdir" "--user" "0:0" "15ca46edce1e3a5167195649666ba2ed37dfac379ad64fcef309224681fcb724" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.1" "test" "--frozen", kill_on_drop: false }`
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> m17core/src/reflector/packet.rs:148:28
[INFO] [stderr]     |
[INFO] [stderr] 148 |             pub fn modules(&self) -> ModulesIterator {
[INFO] [stderr]     |                            ^^^^^     ^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                            |
[INFO] [stderr]     |                            the lifetime is elided here
[INFO] [stderr] ...
[INFO] [stderr] 538 | impl_modules!(ConnectInterlink, 10, 37);
[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_modules` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 148 |             pub fn modules(&self) -> ModulesIterator<'_> {
[INFO] [stderr]     |                                                     ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> m17core/src/reflector/packet.rs:148:28
[INFO] [stderr]     |
[INFO] [stderr] 148 |             pub fn modules(&self) -> ModulesIterator {
[INFO] [stderr]     |                            ^^^^^     ^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                            |
[INFO] [stderr]     |                            the lifetime is elided here
[INFO] [stderr] ...
[INFO] [stderr] 543 | impl_modules!(ConnectInterlinkAcknowledge, 10, 37);
[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_modules` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 148 |             pub fn modules(&self) -> ModulesIterator<'_> {
[INFO] [stderr]     |                                                     ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> m17core/src/bits.rs:15:24
[INFO] [stderr]    |
[INFO] [stderr] 15 |     pub(crate) fn iter(&self) -> BitsIterator<T> {
[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] 15 |     pub(crate) fn iter(&self) -> BitsIterator<'_, T> {
[INFO] [stderr]    |                                               +++
[INFO] [stderr] 
[INFO] [stderr] warning: `m17core` (lib) generated 3 warnings (run `cargo fix --lib -p m17core` to apply 3 suggestions)
[INFO] [stderr] warning: `m17core` (lib test) generated 3 warnings (3 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.07s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/m17app-3c01c9f197695890)
[INFO] [stdout] 
[INFO] [stdout] running 2 tests
[INFO] [stdout] test app::tests::adapter_lifecycle ... ok
[INFO] [stdout] test app::tests::packet_payload_len ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/m17codec2-9021a8269e4497e2)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/m17core-5812e4c3750f846f)
[INFO] [stdout] 
[INFO] [stdout] running 32 tests
[INFO] [stdout] test address::tests::address_decode ... ok
[INFO] [stdout] test address::tests::address_encode ... ok
[INFO] [stdout] test bits::tests::bits_iter ... ok
[INFO] [stdout] test bits::tests::bits_modifying ... ok
[INFO] [stdout] test bits::tests::bits_readonly ... ok
[INFO] [stdout] test decode::tests::test_lich_decode ... ok
[INFO] [stdout] test crc::tests::crc_test_vectors ... ok
[INFO] [stdout] test encode::tests::lich_encode ... ok
[INFO] [stdout] test encode::tests::lich_round_trip ... ok
[INFO] [stdout] test interleave::tests::interleaving_table ... ok
[INFO] [stdout] test kiss::tests::basic_packet_roundtrip ... ok
[INFO] [stdout] test kiss::tests::test_buffer_basic ... ok
[INFO] [stdout] test kiss::tests::test_buffer_extra_fend ... ok
[INFO] [stdout] test kiss::tests::test_buffer_double_shared_fend ... ok
[INFO] [stdout] test kiss::tests::test_unescape ... ok
[INFO] [stdout] test protocol::tests::set_can ... ok
[INFO] [stdout] test kiss::tests::test_escape ... ok
[INFO] [stdout] test kiss::tests::test_buffer_double ... ok
[INFO] [stdout] test kiss::tests::test_buffer_oversize_frame ... ok
[INFO] [stdout] test tnc::tests::tnc_handle_skipped_stream_frame ... ok
[INFO] [stdout] test encode::tests::stream_round_trip ... ok
[INFO] [stdout] test shaping::test::calculate_rrc_coefficients ... ok
[INFO] [stdout] test reflector::convert::tests::convert_roundtrip ... ok
[INFO] [stdout] test encode::tests::lsf_round_trip ... ok
[INFO] [stdout] test tnc::tests::tnc_acquire_stream ... ok
[INFO] [stdout] test tnc::tests::tnc_receive_stream ... ok
[INFO] [stdout] test fec::tests::lsf_fec_round_trip ... ok
[INFO] [stdout] test tnc::tests::tnc_receive_multiple_frame_packet ... ok
[INFO] [stdout] test tnc::tests::tnc_receive_single_frame_packet ... ok
[INFO] [stdout] test tnc::tests::tnc_receive_partial_packet ... ok
[INFO] [stdout] test encode::tests::packet_round_trip ... ok
[INFO] [stdout] test fec::tests::fec_damage ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 32 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/m17rt_demod-eba165ce9d2f9a09)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/m17rt_fastdemod-6c7845aef0442586)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/m17rt_mod-92a5c341cccfa37b)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/m17rt_netclient-d930e35bab146a8c)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/m17rt_rxpacket-30dddd3b6bc753f4)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/m17rt_soundcards-9ed92f0f4135f6a6)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/m17rt_txpacket-2fc2e78921519a4b)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests m17app
[INFO] [stdout] 
[INFO] [stdout] running 10 tests
[INFO] [stdout] test m17app/src/../README.md - (line 105) ... ignored
[INFO] [stdout] test m17app/src/../README.md - (line 121) ... ignored
[INFO] [stdout] test m17app/src/../README.md - (line 128) ... ignored
[INFO] [stdout] test m17app/src/../README.md - (line 137) ... ignored
[INFO] [stdout] test m17app/src/../README.md - (line 143) ... ignored
[INFO] [stdout] test m17app/src/../README.md - (line 52) ... ignored
[INFO] [stdout] test m17app/src/../README.md - (line 64) ... ignored
[INFO] [stdout] test m17app/src/../README.md - (line 71) ... ignored
[INFO] [stdout] test m17app/src/../README.md - (line 77) ... ignored
[INFO] [stdout] test m17app/src/../README.md - (line 86) ... ignored
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 10 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stdout] all doctests ran in 0.17s; merged doctests compilation took 0.17s
[INFO] [stderr]    Doc-tests m17codec2
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests m17core
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "15ca46edce1e3a5167195649666ba2ed37dfac379ad64fcef309224681fcb724", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "15ca46edce1e3a5167195649666ba2ed37dfac379ad64fcef309224681fcb724", kill_on_drop: false }`
[INFO] [stdout] 15ca46edce1e3a5167195649666ba2ed37dfac379ad64fcef309224681fcb724
