[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] checking thombles/m17rt against try#73ffebff6f34db7eb167bf9edcf2afa19c3073e9 for pr-147841
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fthombles%2Fm17rt" "/workspace/builds/worker-6-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-6-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-6-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/thombles/m17rt on toolchain 73ffebff6f34db7eb167bf9edcf2afa19c3073e9
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+73ffebff6f34db7eb167bf9edcf2afa19c3073e9" "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" "+73ffebff6f34db7eb167bf9edcf2afa19c3073e9" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[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 binfield_matrix v0.2.0
[INFO] [stderr]   Downloaded ascii_table v4.0.7
[INFO] [stderr]   Downloaded unescaper v0.1.5
[INFO] [stderr]   Downloaded serialport v4.7.0
[INFO] [stderr]   Downloaded codec2 v0.3.0
[INFO] [stderr]   Downloaded rubato v0.16.2
[INFO] [stderr]   Downloaded clap v4.5.39
[INFO] [stderr]   Downloaded clap_builder v4.5.39
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+73ffebff6f34db7eb167bf9edcf2afa19c3073e9" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 33c7e2cac86a9438c7e9b0dd04246a1d17b4c030d6532ba4c3c2a4951add66b8
[INFO] running `Command { std: "docker" "start" "-a" "33c7e2cac86a9438c7e9b0dd04246a1d17b4c030d6532ba4c3c2a4951add66b8", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "33c7e2cac86a9438c7e9b0dd04246a1d17b4c030d6532ba4c3c2a4951add66b8", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "33c7e2cac86a9438c7e9b0dd04246a1d17b4c030d6532ba4c3c2a4951add66b8", kill_on_drop: false }`
[INFO] [stdout] 33c7e2cac86a9438c7e9b0dd04246a1d17b4c030d6532ba4c3c2a4951add66b8
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+73ffebff6f34db7eb167bf9edcf2afa19c3073e9" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 18e2652745032ad5e5c00dd3f5ed741a2cde2913c21b31b47e31a92bc89be866
[INFO] running `Command { std: "docker" "start" "-a" "18e2652745032ad5e5c00dd3f5ed741a2cde2913c21b31b47e31a92bc89be866", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.169
[INFO] [stderr]    Compiling cpal v0.15.3
[INFO] [stderr]     Checking dasp_sample v0.11.0
[INFO] [stderr]     Checking scopeguard v1.2.0
[INFO] [stderr]    Compiling alsa-sys v0.3.1
[INFO] [stderr]     Checking memchr v2.7.4
[INFO] [stderr]    Compiling quote v1.0.38
[INFO] [stderr]     Checking regex-syntax v0.8.5
[INFO] [stderr]     Checking hound v3.5.1
[INFO] [stderr]     Checking codec2 v0.3.0
[INFO] [stderr]     Checking clap_builder v4.5.39
[INFO] [stderr]     Checking ascii_table v4.0.7
[INFO] [stderr]     Checking binfield_matrix v0.2.0
[INFO] [stderr]     Checking num-integer v0.1.46
[INFO] [stderr]     Checking cai_golay v0.1.1
[INFO] [stderr]     Checking m17core v0.1.0 (/opt/rustwide/workdir/m17core)
[INFO] [stderr]    Compiling syn v2.0.94
[INFO] [stderr]     Checking rubato v0.16.2
[INFO] [stderr]     Checking aho-corasick v1.1.3
[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] [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]     Checking regex-automata v0.4.9
[INFO] [stderr]     Checking nix v0.26.4
[INFO] [stderr]     Checking 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]     Checking regex v1.11.1
[INFO] [stderr]     Checking env_filter v0.1.3
[INFO] [stderr]     Checking env_logger v0.11.6
[INFO] [stderr]     Checking thiserror v2.0.11
[INFO] [stderr]     Checking thiserror v1.0.69
[INFO] [stderr]     Checking unescaper v0.1.5
[INFO] [stderr]     Checking serialport v4.7.0
[INFO] [stderr]     Checking m17app v0.1.0 (/opt/rustwide/workdir/m17app)
[INFO] [stderr]     Checking clap v4.5.39
[INFO] [stderr]     Checking m17codec2 v0.1.0 (/opt/rustwide/workdir/m17codec2)
[INFO] [stderr]     Checking m17rt-rxpacket v0.1.0 (/opt/rustwide/workdir/tools/m17rt-rxpacket)
[INFO] [stderr]     Checking m17rt-txpacket v0.1.0 (/opt/rustwide/workdir/tools/m17rt-txpacket)
[INFO] [stderr]     Checking m17rt-fastdemod v0.1.0 (/opt/rustwide/workdir/tools/m17rt-fastdemod)
[INFO] [stderr]     Checking m17rt-mod v0.1.0 (/opt/rustwide/workdir/tools/m17rt-mod)
[INFO] [stderr]     Checking m17rt-netclient v0.1.0 (/opt/rustwide/workdir/tools/m17rt-netclient)
[INFO] [stderr]     Checking m17rt-soundcards v0.1.0 (/opt/rustwide/workdir/tools/m17rt-soundcards)
[INFO] [stderr]     Checking m17rt-demod v0.1.0 (/opt/rustwide/workdir/tools/m17rt-demod)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.78s
[INFO] running `Command { std: "docker" "inspect" "18e2652745032ad5e5c00dd3f5ed741a2cde2913c21b31b47e31a92bc89be866", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "18e2652745032ad5e5c00dd3f5ed741a2cde2913c21b31b47e31a92bc89be866", kill_on_drop: false }`
[INFO] [stdout] 18e2652745032ad5e5c00dd3f5ed741a2cde2913c21b31b47e31a92bc89be866
