[INFO] fetching crate blues-notecard 0.5.0...
[INFO] testing blues-notecard-0.5.0 against master#c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38 for pr-146098-7
[INFO] extracting crate blues-notecard 0.5.0 into /workspace/builds/worker-0-tc1/source
[INFO] started tweaking crates.io crate blues-notecard 0.5.0
[INFO] finished tweaking crates.io crate blues-notecard 0.5.0
[INFO] tweaked toml for crates.io crate blues-notecard 0.5.0 written to /workspace/builds/worker-0-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate blues-notecard 0.5.0 on toolchain c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate blues-notecard 0.5.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" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded defmt v0.3.10
[INFO] [stderr]   Downloaded defmt-macros v0.4.0
[INFO] [stderr]   Downloaded ufmt-write v0.1.0
[INFO] [stderr]   Downloaded atomic-polyfill v1.0.3
[INFO] [stderr]   Downloaded defmt-parser v0.4.1
[INFO] [stderr]   Downloaded serde-json-core v0.5.1
[INFO] [stderr]   Downloaded bytemuck v1.22.0
[INFO] [stderr]   Downloaded heapless v0.7.17
[INFO] [stderr]   Downloaded embedded-hal-mock v0.10.0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 40dc906a62348563a1bca058c97aa61497e59e6075a96f67b1d7fdb749b6e730
[INFO] running `Command { std: "docker" "start" "-a" "40dc906a62348563a1bca058c97aa61497e59e6075a96f67b1d7fdb749b6e730", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "40dc906a62348563a1bca058c97aa61497e59e6075a96f67b1d7fdb749b6e730", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "40dc906a62348563a1bca058c97aa61497e59e6075a96f67b1d7fdb749b6e730", kill_on_drop: false }`
[INFO] [stdout] 40dc906a62348563a1bca058c97aa61497e59e6075a96f67b1d7fdb749b6e730
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 75230e581799bd92c95bbad40feadce8f8b79ca726e20aea442789c6fdc3a884
[INFO] running `Command { std: "docker" "start" "-a" "75230e581799bd92c95bbad40feadce8f8b79ca726e20aea442789c6fdc3a884", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.94
[INFO] [stderr]    Compiling semver v1.0.26
[INFO] [stderr]    Compiling thiserror v2.0.12
[INFO] [stderr]    Compiling defmt v0.3.10
[INFO] [stderr]    Compiling defmt-macros v0.4.0
[INFO] [stderr]    Compiling serde v1.0.219
[INFO] [stderr]    Compiling byteorder v1.5.0
[INFO] [stderr]    Compiling spin v0.9.8
[INFO] [stderr]    Compiling ufmt-write v0.1.0
[INFO] [stderr]    Compiling stable_deref_trait v1.2.0
[INFO] [stderr]    Compiling hash32 v0.2.1
[INFO] [stderr]    Compiling rustc_version v0.4.1
[INFO] [stderr]    Compiling heapless v0.7.17
[INFO] [stderr]    Compiling quote v1.0.40
[INFO] [stderr]    Compiling syn v2.0.100
[INFO] [stderr]    Compiling proc-macro-error-attr2 v2.0.0
[INFO] [stderr]    Compiling proc-macro-error2 v2.0.1
[INFO] [stderr]    Compiling thiserror-impl v2.0.12
[INFO] [stderr]    Compiling serde_derive v1.0.219
[INFO] [stderr]    Compiling defmt-parser v0.4.1
[INFO] [stderr]    Compiling serde-json-core v0.5.1
[INFO] [stderr]    Compiling blues-notecard v0.5.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:546:17
[INFO] [stdout]     |
[INFO] [stdout] 546 |     pub fn card(&mut self) -> card::Card<IOM, BUF_SIZE> {
[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] 546 |     pub fn card(&mut self) -> card::Card<'_, IOM, BUF_SIZE> {
[INFO] [stdout]     |                                          +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:551:17
[INFO] [stdout]     |
[INFO] [stdout] 551 |     pub fn note(&mut self) -> note::Note<IOM, BUF_SIZE> {
[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] 551 |     pub fn note(&mut self) -> note::Note<'_, IOM, BUF_SIZE> {
[INFO] [stdout]     |                                          +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:556:16
[INFO] [stdout]     |
[INFO] [stdout] 556 |     pub fn web(&mut self) -> web::Web<IOM, BUF_SIZE> {
[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] 556 |     pub fn web(&mut self) -> web::Web<'_, IOM, BUF_SIZE> {
[INFO] [stdout]     |                                       +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:561:16
[INFO] [stdout]     |
[INFO] [stdout] 561 |     pub fn hub(&mut self) -> hub::Hub<IOM, BUF_SIZE> {
[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] 561 |     pub fn hub(&mut self) -> hub::Hub<'_, IOM, BUF_SIZE> {
[INFO] [stdout]     |                                       +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:566:16
[INFO] [stdout]     |
[INFO] [stdout] 566 |     pub fn dfu(&mut self) -> dfu::DFU<IOM, BUF_SIZE> {
[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] 566 |     pub fn dfu(&mut self) -> dfu::DFU<'_, IOM, BUF_SIZE> {
[INFO] [stdout]     |                                       +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:571:16
[INFO] [stdout]     |
[INFO] [stdout] 571 |     pub fn ntn(&mut self) -> ntn::NTN<IOM, BUF_SIZE> {
[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] 571 |     pub fn ntn(&mut self) -> ntn::NTN<'_, IOM, BUF_SIZE> {
[INFO] [stdout]     |                                       +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 22.81s
[INFO] running `Command { std: "docker" "inspect" "75230e581799bd92c95bbad40feadce8f8b79ca726e20aea442789c6fdc3a884", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "75230e581799bd92c95bbad40feadce8f8b79ca726e20aea442789c6fdc3a884", kill_on_drop: false }`
[INFO] [stdout] 75230e581799bd92c95bbad40feadce8f8b79ca726e20aea442789c6fdc3a884
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] b0f6ac207e9dbc4e444f7ef7314f4d35828982b0051c43998facf0fbbc1a7c03
[INFO] running `Command { std: "docker" "start" "-a" "b0f6ac207e9dbc4e444f7ef7314f4d35828982b0051c43998facf0fbbc1a7c03", kill_on_drop: false }`
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling num-rational v0.3.2
[INFO] [stderr]    Compiling nb v0.1.3
[INFO] [stderr]    Compiling embedded-hal v1.0.0
[INFO] [stderr]    Compiling base64 v0.13.1
[INFO] [stderr]    Compiling bytemuck v1.22.0
[INFO] [stderr]    Compiling embedded-hal v0.2.7
[INFO] [stderr]    Compiling blues-notecard v0.5.0 (/opt/rustwide/workdir)
[INFO] [stderr]    Compiling embedded-hal-nb v1.0.0
[INFO] [stderr]    Compiling num-integer v0.1.46
[INFO] [stderr]    Compiling num-complex v0.3.1
[INFO] [stderr]    Compiling num-iter v0.1.45
[INFO] [stderr]    Compiling num v0.3.1
[INFO] [stderr]    Compiling embedded-time v0.12.1
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:546:17
[INFO] [stdout]     |
[INFO] [stdout] 546 |     pub fn card(&mut self) -> card::Card<IOM, BUF_SIZE> {
[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] 546 |     pub fn card(&mut self) -> card::Card<'_, IOM, BUF_SIZE> {
[INFO] [stdout]     |                                          +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:551:17
[INFO] [stdout]     |
[INFO] [stdout] 551 |     pub fn note(&mut self) -> note::Note<IOM, BUF_SIZE> {
[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] 551 |     pub fn note(&mut self) -> note::Note<'_, IOM, BUF_SIZE> {
[INFO] [stdout]     |                                          +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:556:16
[INFO] [stdout]     |
[INFO] [stdout] 556 |     pub fn web(&mut self) -> web::Web<IOM, BUF_SIZE> {
[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] 556 |     pub fn web(&mut self) -> web::Web<'_, IOM, BUF_SIZE> {
[INFO] [stdout]     |                                       +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:561:16
[INFO] [stdout]     |
[INFO] [stdout] 561 |     pub fn hub(&mut self) -> hub::Hub<IOM, BUF_SIZE> {
[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] 561 |     pub fn hub(&mut self) -> hub::Hub<'_, IOM, BUF_SIZE> {
[INFO] [stdout]     |                                       +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:566:16
[INFO] [stdout]     |
[INFO] [stdout] 566 |     pub fn dfu(&mut self) -> dfu::DFU<IOM, BUF_SIZE> {
[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] 566 |     pub fn dfu(&mut self) -> dfu::DFU<'_, IOM, BUF_SIZE> {
[INFO] [stdout]     |                                       +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:571:16
[INFO] [stdout]     |
[INFO] [stdout] 571 |     pub fn ntn(&mut self) -> ntn::NTN<IOM, BUF_SIZE> {
[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] 571 |     pub fn ntn(&mut self) -> ntn::NTN<'_, IOM, BUF_SIZE> {
[INFO] [stdout]     |                                       +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling embedded-hal-mock v0.10.0
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:546:17
[INFO] [stdout]     |
[INFO] [stdout] 546 |     pub fn card(&mut self) -> card::Card<IOM, BUF_SIZE> {
[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] 546 |     pub fn card(&mut self) -> card::Card<'_, IOM, BUF_SIZE> {
[INFO] [stdout]     |                                          +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:551:17
[INFO] [stdout]     |
[INFO] [stdout] 551 |     pub fn note(&mut self) -> note::Note<IOM, BUF_SIZE> {
[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] 551 |     pub fn note(&mut self) -> note::Note<'_, IOM, BUF_SIZE> {
[INFO] [stdout]     |                                          +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:556:16
[INFO] [stdout]     |
[INFO] [stdout] 556 |     pub fn web(&mut self) -> web::Web<IOM, BUF_SIZE> {
[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] 556 |     pub fn web(&mut self) -> web::Web<'_, IOM, BUF_SIZE> {
[INFO] [stdout]     |                                       +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:561:16
[INFO] [stdout]     |
[INFO] [stdout] 561 |     pub fn hub(&mut self) -> hub::Hub<IOM, BUF_SIZE> {
[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] 561 |     pub fn hub(&mut self) -> hub::Hub<'_, IOM, BUF_SIZE> {
[INFO] [stdout]     |                                       +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:566:16
[INFO] [stdout]     |
[INFO] [stdout] 566 |     pub fn dfu(&mut self) -> dfu::DFU<IOM, BUF_SIZE> {
[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] 566 |     pub fn dfu(&mut self) -> dfu::DFU<'_, IOM, BUF_SIZE> {
[INFO] [stdout]     |                                       +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:571:16
[INFO] [stdout]     |
[INFO] [stdout] 571 |     pub fn ntn(&mut self) -> ntn::NTN<IOM, BUF_SIZE> {
[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] 571 |     pub fn ntn(&mut self) -> ntn::NTN<'_, IOM, BUF_SIZE> {
[INFO] [stdout]     |                                       +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: linking with `cc` failed: exit status: 1
[INFO] [stdout]   |
[INFO] [stdout]   = note:  "cc" "-m64" "/tmp/rustcVuyPcv/symbols.o" "<11 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/{libbase64-10cc209073b5905f,libbytemuck-ce67f74446d9440a,libserde_json_core-655aba698dfbb57c,libryu-0ea4bafc9bef6d8b}.rlib" "<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/lib/{libtest-*,libgetopts-*,librustc_std_workspace_std-*}.rlib" "/opt/rustwide/target/debug/deps/{libembedded_hal_mock-46d700912ba64d55,libembedded_hal_nb-c6351c295e52f3ab,libembedded_hal-c742198270301beb,libembedded_time-b0f87a2700902277,libnum-2449a62a1e0cc43e,libnum_iter-7dad22a15c67aa4c,libnum_rational-43b757a20cd5aacb,libnum_integer-8bdb2dd9ef0f2808,libnum_complex-c5bb1a7ae935a7fe,libnum_traits-9fff38502988e782,libheapless-2b0b169d97d8751c,libstable_deref_trait-5f51a5ca749ede17,libufmt_write-32cc3a1b093b461b,libspin-391fe0190f8b0199,liblock_api-47948af6bba6d2a8,libscopeguard-d52bd00767847e44,libserde-2318c1689e22cea7,libhash32-0523e9d7b6fc733e,libbyteorder-7df9ab1ae37e1368,libembedded_hal-1838972c46dd4097,libvoid-c8c62e9ffd6f4978,libnb-09b9e2afdb2ba10b,libnb-86f78d16dd59c3ce,libdefmt-4bcee25641921c84,libbitflags-e2b4db6c651223da}.rlib" "<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/lib/{libstd-*,libpanic_unwind-*,libobject-*,libmemchr-*,libaddr2line-*,libgimli-*,libcfg_if-*,librustc_demangle-*,libstd_detect-*,libhashbrown-*,librustc_std_workspace_alloc-*,libminiz_oxide-*,libadler2-*,libunwind-*,liblibc-*,librustc_std_workspace_core-*,liballoc-*,libcore-*,libcompiler_builtins-*}.rlib" "-Wl,-Bdynamic" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-L" "/tmp/rustcVuyPcv/raw-dylibs" "-B<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/bin/gcc-ld" "-fuse-ld=lld" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L" "/opt/rustwide/target/debug/build/defmt-e15ef026df10ecdb/out" "-L" "<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/blues_notecard-06a64a49f75c616b" "-Wl,--gc-sections" "-pie" "-Wl,-z,relro,-z,now" "-nodefaultlibs"
[INFO] [stdout]   = note: some arguments are omitted. use `--verbose` to show all linker arguments
[INFO] [stdout]   = note: rust-lld: error: undefined symbol: _defmt_release
[INFO] [stdout]           >>> referenced by mod.rs:71 (/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/defmt-0.3.10/src/export/mod.rs:71)
[INFO] [stdout]           >>>               /opt/rustwide/target/debug/deps/blues_notecard-06a64a49f75c616b.blues_notecard.1efd2f608894f28a-cgu.04.rcgu.o:(blues_notecard::Notecard$LT$IOM$C$_$GT$::data_query::hfd1af6fa4f705c84)
[INFO] [stdout]           >>> referenced by mod.rs:71 (/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/defmt-0.3.10/src/export/mod.rs:71)
[INFO] [stdout]           >>>               /opt/rustwide/target/debug/deps/blues_notecard-06a64a49f75c616b.blues_notecard.1efd2f608894f28a-cgu.04.rcgu.o:(blues_notecard::Notecard$LT$IOM$C$_$GT$::consume_response::h8f5419a5256076c5)
[INFO] [stdout]           >>> referenced by mod.rs:71 (src/export/mod.rs:71)
[INFO] [stdout]           >>>               defmt-4bcee25641921c84.defmt.6657c64e42d8e78f-cgu.0.rcgu.o:(defmt::export::acquire_header_and_release::h095c765ec132c356) in archive /opt/rustwide/target/debug/deps/libdefmt-4bcee25641921c84.rlib
[INFO] [stdout]           
[INFO] [stdout]           rust-lld: error: undefined symbol: _defmt_acquire
[INFO] [stdout]           >>> referenced by mod.rs:55 (src/export/mod.rs:55)
[INFO] [stdout]           >>>               defmt-4bcee25641921c84.defmt.6657c64e42d8e78f-cgu.0.rcgu.o:(defmt::export::acquire_and_header::hd525cff80d91a702) in archive /opt/rustwide/target/debug/deps/libdefmt-4bcee25641921c84.rlib
[INFO] [stdout]           >>> referenced by mod.rs:55 (src/export/mod.rs:55)
[INFO] [stdout]           >>>               defmt-4bcee25641921c84.defmt.6657c64e42d8e78f-cgu.0.rcgu.o:(defmt::export::acquire_header_and_release::h095c765ec132c356) in archive /opt/rustwide/target/debug/deps/libdefmt-4bcee25641921c84.rlib
[INFO] [stdout]           
[INFO] [stdout]           rust-lld: error: undefined symbol: _defmt_timestamp
[INFO] [stdout]           >>> referenced by mod.rs:98 (src/export/mod.rs:98)
[INFO] [stdout]           >>>               defmt-4bcee25641921c84.defmt.6657c64e42d8e78f-cgu.0.rcgu.o:(defmt::export::acquire_and_header::hd525cff80d91a702) in archive /opt/rustwide/target/debug/deps/libdefmt-4bcee25641921c84.rlib
[INFO] [stdout]           >>> referenced by mod.rs:98 (src/export/mod.rs:98)
[INFO] [stdout]           >>>               defmt-4bcee25641921c84.defmt.6657c64e42d8e78f-cgu.0.rcgu.o:(defmt::export::acquire_header_and_release::h095c765ec132c356) in archive /opt/rustwide/target/debug/deps/libdefmt-4bcee25641921c84.rlib
[INFO] [stdout]           
[INFO] [stdout]           rust-lld: error: undefined symbol: _defmt_write
[INFO] [stdout]           >>> referenced by mod.rs:85 (src/export/mod.rs:85)
[INFO] [stdout]           >>>               defmt-4bcee25641921c84.defmt.6657c64e42d8e78f-cgu.0.rcgu.o:(defmt::export::istr::h36813dcf9ab9cbbd) in archive /opt/rustwide/target/debug/deps/libdefmt-4bcee25641921c84.rlib
[INFO] [stdout]           >>> referenced by mod.rs:85 (src/export/mod.rs:85)
[INFO] [stdout]           >>>               defmt-4bcee25641921c84.defmt.6657c64e42d8e78f-cgu.0.rcgu.o:(defmt::export::integers::u16::h415050e8334a87d9) in archive /opt/rustwide/target/debug/deps/libdefmt-4bcee25641921c84.rlib
[INFO] [stdout]           >>> referenced by mod.rs:85 (src/export/mod.rs:85)
[INFO] [stdout]           >>>               defmt-4bcee25641921c84.defmt.6657c64e42d8e78f-cgu.0.rcgu.o:(defmt::export::integers::usize::h5fae2a9e291e5e7e) in archive /opt/rustwide/target/debug/deps/libdefmt-4bcee25641921c84.rlib
[INFO] [stdout]           collect2: error: ld returned 1 exit status
[INFO] [stdout]           
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `blues-notecard` (lib test) due to 1 previous error; 6 warnings emitted
[INFO] running `Command { std: "docker" "inspect" "b0f6ac207e9dbc4e444f7ef7314f4d35828982b0051c43998facf0fbbc1a7c03", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b0f6ac207e9dbc4e444f7ef7314f4d35828982b0051c43998facf0fbbc1a7c03", kill_on_drop: false }`
[INFO] [stdout] b0f6ac207e9dbc4e444f7ef7314f4d35828982b0051c43998facf0fbbc1a7c03
