[INFO] fetching crate defmt 0.3.8...
[INFO] checking defmt-0.3.8 against master#fd2c811d25ad5773fbd2463e058bf4edf4d44eb2 for pr-130443
[INFO] extracting crate defmt 0.3.8 into /workspace/builds/worker-0-tc1/source
[INFO] validating manifest of crates.io crate defmt 0.3.8 on toolchain fd2c811d25ad5773fbd2463e058bf4edf4d44eb2
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+fd2c811d25ad5773fbd2463e058bf4edf4d44eb2" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate defmt 0.3.8
[INFO] finished tweaking crates.io crate defmt 0.3.8
[INFO] tweaked toml for crates.io crate defmt 0.3.8 written to /workspace/builds/worker-0-tc1/source/Cargo.toml
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+fd2c811d25ad5773fbd2463e058bf4edf4d44eb2" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]      Locking 43 packages to latest compatible versions
[INFO] [stderr]       Adding bitflags v1.3.2 (available: v2.6.0)
[INFO] [stderr]       Adding syn v1.0.109 (available: v2.0.77)
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+fd2c811d25ad5773fbd2463e058bf4edf4d44eb2" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[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:ceb6ea022f8a89cebbe621bb4987e73a935bd40dfbb726f832cfff4742a5b95a" "/opt/rustwide/cargo-home/bin/cargo" "+fd2c811d25ad5773fbd2463e058bf4edf4d44eb2" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 2831edf4e5d02c3a5c69b2ef59d45509eb5291973335b12ac465101b4c31a2e5
[INFO] running `Command { std: "docker" "start" "-a" "2831edf4e5d02c3a5c69b2ef59d45509eb5291973335b12ac465101b4c31a2e5", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "2831edf4e5d02c3a5c69b2ef59d45509eb5291973335b12ac465101b4c31a2e5", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "2831edf4e5d02c3a5c69b2ef59d45509eb5291973335b12ac465101b4c31a2e5", kill_on_drop: false }`
[INFO] [stdout] 2831edf4e5d02c3a5c69b2ef59d45509eb5291973335b12ac465101b4c31a2e5
[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:ceb6ea022f8a89cebbe621bb4987e73a935bd40dfbb726f832cfff4742a5b95a" "/opt/rustwide/cargo-home/bin/cargo" "+fd2c811d25ad5773fbd2463e058bf4edf4d44eb2" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 2e9a32ff5d8f149ce56e971988e890ee27a36324bff25e59ffe9e626619b2336
[INFO] running `Command { std: "docker" "start" "-a" "2e9a32ff5d8f149ce56e971988e890ee27a36324bff25e59ffe9e626619b2336", kill_on_drop: false }`
[INFO] [stderr]    Compiling serde v1.0.210
[INFO] [stderr]    Compiling version_check v0.9.5
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling thiserror v1.0.64
[INFO] [stderr]     Checking equivalent v1.0.1
[INFO] [stderr]     Checking hashbrown v0.14.5
[INFO] [stderr]    Compiling defmt-macros v0.3.9
[INFO] [stderr]     Checking winnow v0.6.18
[INFO] [stderr]    Compiling serde_json v1.0.128
[INFO] [stderr]    Compiling semver v1.0.23
[INFO] [stderr]     Checking itoa v1.0.11
[INFO] [stderr]    Compiling trybuild v1.0.99
[INFO] [stderr]    Compiling defmt v0.3.8 (/opt/rustwide/workdir)
[INFO] [stderr]     Checking ryu v1.0.18
[INFO] [stderr]     Checking bitflags v1.3.2
[INFO] [stderr]    Compiling syn v2.0.77
[INFO] [stderr]     Checking termcolor v1.4.1
[INFO] [stderr]     Checking glob v0.3.1
[INFO] [stderr]    Compiling proc-macro-error-attr v1.0.4
[INFO] [stderr]    Compiling proc-macro-error v1.0.4
[INFO] [stderr]     Checking rustc_version v0.4.1
[INFO] [stderr]     Checking indexmap v2.5.0
[INFO] [stderr]     Checking toml_datetime v0.6.8
[INFO] [stderr]     Checking serde_spanned v0.6.7
[INFO] [stderr]     Checking toml_edit v0.22.21
[INFO] [stderr]    Compiling thiserror-impl v1.0.64
[INFO] [stderr]    Compiling serde_derive v1.0.210
[INFO] [stderr]    Compiling defmt-parser v0.3.4
[INFO] [stderr]     Checking toml v0.8.19
[INFO] [stdout] error: to run unit tests enable the `unstable-test` feature, e.g. `cargo t --features unstable-test`
[INFO] [stdout]   --> src/lib.rs:64:1
[INFO] [stdout]    |
[INFO] [stdout] 64 | / compile_error!(
[INFO] [stdout] 65 | |     "to run unit tests enable the `unstable-test` feature, e.g. `cargo t --features unstable-test`"
[INFO] [stdout] 66 | | );
[INFO] [stdout]    | |_^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `defmt::export::fetch_string_index`
[INFO] [stdout]   --> tests/encode.rs:39:13
[INFO] [stdout]    |
[INFO] [stdout] 39 | use defmt::{export::fetch_string_index, write, Debug2Format, Display2Format, Format, Formatter};
[INFO] [stdout]    |             ^^^^^^^^^^^^^^^^^^^^^^^^^^ no `fetch_string_index` in `export`
[INFO] [stdout]    |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> /opt/rustwide/workdir/src/export/mod.rs:26:8
[INFO] [stdout]    |
[INFO] [stdout] 26 | pub fn fetch_string_index() -> u16 {
[INFO] [stdout]    |        ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: the item is gated behind the `unstable-test` feature
[INFO] [stdout]   --> /opt/rustwide/workdir/src/export/mod.rs:25:7
[INFO] [stdout]    |
[INFO] [stdout] 25 | #[cfg(feature = "unstable-test")]
[INFO] [stdout]    |       ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `fetch_bytes` in module `defmt::export`
[INFO] [stdout]   --> tests/encode.rs:58:39
[INFO] [stdout]    |
[INFO] [stdout] 58 |               assert_eq!(defmt::export::fetch_bytes(), v);
[INFO] [stdout]    |                                         ^^^^^^^^^^^ not found in `defmt::export`
[INFO] [stdout] ...
[INFO] [stdout] 81 | /     check!([
[INFO] [stdout] 82 | |         index, // "The answer is {=u8}",
[INFO] [stdout] 83 | |         42u8,  // u8 value
[INFO] [stdout] 84 | |     ]);
[INFO] [stdout]    | |______- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> /opt/rustwide/workdir/src/export/mod.rs:38:8
[INFO] [stdout]    |
[INFO] [stdout] 38 | pub fn fetch_bytes() -> Vec<u8> {
[INFO] [stdout]    |        ^^^^^^^^^^^
[INFO] [stdout] note: the item is gated behind the `unstable-test` feature
[INFO] [stdout]   --> /opt/rustwide/workdir/src/export/mod.rs:37:7
[INFO] [stdout]    |
[INFO] [stdout] 37 | #[cfg(feature = "unstable-test")]
[INFO] [stdout]    |       ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    = note: this error originates in the macro `check` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `fetch_bytes` in module `defmt::export`
[INFO] [stdout]   --> tests/encode.rs:58:39
[INFO] [stdout]    |
[INFO] [stdout] 58 |               assert_eq!(defmt::export::fetch_bytes(), v);
[INFO] [stdout]    |                                         ^^^^^^^^^^^ not found in `defmt::export`
[INFO] [stdout] ...
[INFO] [stdout] 88 | /     check!([
[INFO] [stdout] 89 | |         inc(index, 1), // "The answer is {=?}"
[INFO] [stdout] 90 | |         inc(index, 2), // "{=u8}" / impl Format for u8
[INFO] [stdout] 91 | |         42u8,          // u8 value
[INFO] [stdout] 92 | |     ]);
[INFO] [stdout]    | |______- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> /opt/rustwide/workdir/src/export/mod.rs:38:8
[INFO] [stdout]    |
[INFO] [stdout] 38 | pub fn fetch_bytes() -> Vec<u8> {
[INFO] [stdout]    |        ^^^^^^^^^^^
[INFO] [stdout] note: the item is gated behind the `unstable-test` feature
[INFO] [stdout]   --> /opt/rustwide/workdir/src/export/mod.rs:37:7
[INFO] [stdout]    |
[INFO] [stdout] 37 | #[cfg(feature = "unstable-test")]
[INFO] [stdout]    |       ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    = note: this error originates in the macro `check` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `fetch_bytes` in module `defmt::export`
[INFO] [stdout]    --> tests/encode.rs:58:39
[INFO] [stdout]     |
[INFO] [stdout] 58  |               assert_eq!(defmt::export::fetch_bytes(), v);
[INFO] [stdout]     |                                         ^^^^^^^^^^^ not found in `defmt::export`
[INFO] [stdout] ...
[INFO] [stdout] 105 | /     check!([
[INFO] [stdout] 106 | |         index, // bitfields {0=7..12}, {1=0..5}",
[INFO] [stdout] 107 | |         0b1111_0000u8,
[INFO] [stdout] 108 | |         0b1110_0101u8, // u16
[INFO] [stdout] 109 | |         0b1111_0000u8, // u8
[INFO] [stdout] 110 | |     ]);
[INFO] [stdout]     | |______- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/workdir/src/export/mod.rs:38:8
[INFO] [stdout]     |
[INFO] [stdout] 38  | pub fn fetch_bytes() -> Vec<u8> {
[INFO] [stdout]     |        ^^^^^^^^^^^
[INFO] [stdout] note: the item is gated behind the `unstable-test` feature
[INFO] [stdout]    --> /opt/rustwide/workdir/src/export/mod.rs:37:7
[INFO] [stdout]     |
[INFO] [stdout] 37  | #[cfg(feature = "unstable-test")]
[INFO] [stdout]     |       ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: this error originates in the macro `check` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `fetch_bytes` in module `defmt::export`
[INFO] [stdout]    --> tests/encode.rs:58:39
[INFO] [stdout]     |
[INFO] [stdout] 58  |               assert_eq!(defmt::export::fetch_bytes(), v);
[INFO] [stdout]     |                                         ^^^^^^^^^^^ not found in `defmt::export`
[INFO] [stdout] ...
[INFO] [stdout] 119 | /     check!([
[INFO] [stdout] 120 | |         index, // bitfields {0=0..7} {0=9..14}",
[INFO] [stdout] 121 | |         0b1101_0010u8,
[INFO] [stdout] 122 | |         0b0110_0011u8, // u16
[INFO] [stdout] 123 | |     ]);
[INFO] [stdout]     | |______- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/workdir/src/export/mod.rs:38:8
[INFO] [stdout]     |
[INFO] [stdout] 38  | pub fn fetch_bytes() -> Vec<u8> {
[INFO] [stdout]     |        ^^^^^^^^^^^
[INFO] [stdout] note: the item is gated behind the `unstable-test` feature
[INFO] [stdout]    --> /opt/rustwide/workdir/src/export/mod.rs:37:7
[INFO] [stdout]     |
[INFO] [stdout] 37  | #[cfg(feature = "unstable-test")]
[INFO] [stdout]     |       ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: this error originates in the macro `check` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `fetch_bytes` in module `defmt::export`
[INFO] [stdout]    --> tests/encode.rs:58:39
[INFO] [stdout]     |
[INFO] [stdout] 58  |               assert_eq!(defmt::export::fetch_bytes(), v);
[INFO] [stdout]     |                                         ^^^^^^^^^^^ not found in `defmt::export`
[INFO] [stdout] ...
[INFO] [stdout] 136 | /     check!([
[INFO] [stdout] 137 | |         index,         // bitfields {0=9..14}",
[INFO] [stdout] 138 | |         0b0110_0011u8, // the first octet should have been truncated away
[INFO] [stdout] 139 | |     ]);
[INFO] [stdout]     | |______- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/workdir/src/export/mod.rs:38:8
[INFO] [stdout]     |
[INFO] [stdout] 38  | pub fn fetch_bytes() -> Vec<u8> {
[INFO] [stdout]     |        ^^^^^^^^^^^
[INFO] [stdout] note: the item is gated behind the `unstable-test` feature
[INFO] [stdout]    --> /opt/rustwide/workdir/src/export/mod.rs:37:7
[INFO] [stdout]     |
[INFO] [stdout] 37  | #[cfg(feature = "unstable-test")]
[INFO] [stdout]     |       ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: this error originates in the macro `check` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `fetch_bytes` in module `defmt::export`
[INFO] [stdout]    --> tests/encode.rs:58:39
[INFO] [stdout]     |
[INFO] [stdout] 58  |               assert_eq!(defmt::export::fetch_bytes(), v);
[INFO] [stdout]     |                                         ^^^^^^^^^^^ not found in `defmt::export`
[INFO] [stdout] ...
[INFO] [stdout] 148 | /     check!([
[INFO] [stdout] 149 | |         index, // "bitfields {0=6..8}"
[INFO] [stdout] 150 | |         0b1010_0101u8
[INFO] [stdout] 151 | |     ]);
[INFO] [stdout]     | |______- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/workdir/src/export/mod.rs:38:8
[INFO] [stdout]     |
[INFO] [stdout] 38  | pub fn fetch_bytes() -> Vec<u8> {
[INFO] [stdout]     |        ^^^^^^^^^^^
[INFO] [stdout] note: the item is gated behind the `unstable-test` feature
[INFO] [stdout]    --> /opt/rustwide/workdir/src/export/mod.rs:37:7
[INFO] [stdout]     |
[INFO] [stdout] 37  | #[cfg(feature = "unstable-test")]
[INFO] [stdout]     |       ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: this error originates in the macro `check` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `fetch_bytes` in module `defmt::export`
[INFO] [stdout]    --> tests/encode.rs:71:39
[INFO] [stdout]     |
[INFO] [stdout] 71  |               assert_eq!(defmt::export::fetch_bytes(), v);
[INFO] [stdout]     |                                         ^^^^^^^^^^^ not found in `defmt::export`
[INFO] [stdout] ...
[INFO] [stdout] 169 | /     check_format!(
[INFO] [stdout] 170 | |         &X {
[INFO] [stdout] 171 | |             y: false,
[INFO] [stdout] 172 | |             d: DebugOnly { _a: 3 }
[INFO] [stdout] ...   |
[INFO] [stdout] 198 | |         ],
[INFO] [stdout] 199 | |     )
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/workdir/src/export/mod.rs:38:8
[INFO] [stdout]     |
[INFO] [stdout] 38  | pub fn fetch_bytes() -> Vec<u8> {
[INFO] [stdout]     |        ^^^^^^^^^^^
[INFO] [stdout] note: the item is gated behind the `unstable-test` feature
[INFO] [stdout]    --> /opt/rustwide/workdir/src/export/mod.rs:37:7
[INFO] [stdout]     |
[INFO] [stdout] 37  | #[cfg(feature = "unstable-test")]
[INFO] [stdout]     |       ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: this error originates in the macro `check_format` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `fetch_bytes` in module `defmt::export`
[INFO] [stdout]    --> tests/encode.rs:71:39
[INFO] [stdout]     |
[INFO] [stdout] 71  |               assert_eq!(defmt::export::fetch_bytes(), v);
[INFO] [stdout]     |                                         ^^^^^^^^^^^ not found in `defmt::export`
[INFO] [stdout] ...
[INFO] [stdout] 221 | /     check_format!(
[INFO] [stdout] 222 | |         &X::Display(DisplayOnly {}),
[INFO] [stdout] 223 | |         [
[INFO] [stdout] 224 | |             index,         // "Bool({=bool})|Display({=?})"
[INFO] [stdout] ...   |
[INFO] [stdout] 235 | |         ],
[INFO] [stdout] 236 | |     )
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/workdir/src/export/mod.rs:38:8
[INFO] [stdout]     |
[INFO] [stdout] 38  | pub fn fetch_bytes() -> Vec<u8> {
[INFO] [stdout]     |        ^^^^^^^^^^^
[INFO] [stdout] note: the item is gated behind the `unstable-test` feature
[INFO] [stdout]    --> /opt/rustwide/workdir/src/export/mod.rs:37:7
[INFO] [stdout]     |
[INFO] [stdout] 37  | #[cfg(feature = "unstable-test")]
[INFO] [stdout]     |       ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: this error originates in the macro `check_format` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `fetch_bytes` in module `defmt::export`
[INFO] [stdout]    --> tests/encode.rs:71:39
[INFO] [stdout]     |
[INFO] [stdout] 71  |               assert_eq!(defmt::export::fetch_bytes(), v);
[INFO] [stdout]     |                                         ^^^^^^^^^^^ not found in `defmt::export`
[INFO] [stdout] ...
[INFO] [stdout] 248 | /     check_format!(
[INFO] [stdout] 249 | |         &X { y: false, z: true },
[INFO] [stdout] 250 | |         [
[INFO] [stdout] 251 | |             index, // "X {{ y: {=bool}, z: {=bool} }}"
[INFO] [stdout] ...   |
[INFO] [stdout] 254 | |         ],
[INFO] [stdout] 255 | |     )
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/workdir/src/export/mod.rs:38:8
[INFO] [stdout]     |
[INFO] [stdout] 38  | pub fn fetch_bytes() -> Vec<u8> {
[INFO] [stdout]     |        ^^^^^^^^^^^
[INFO] [stdout] note: the item is gated behind the `unstable-test` feature
[INFO] [stdout]    --> /opt/rustwide/workdir/src/export/mod.rs:37:7
[INFO] [stdout]     |
[INFO] [stdout] 37  | #[cfg(feature = "unstable-test")]
[INFO] [stdout]     |       ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: this error originates in the macro `check_format` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `fetch_bytes` in module `defmt::export`
[INFO] [stdout]    --> tests/encode.rs:71:39
[INFO] [stdout]     |
[INFO] [stdout] 71  |               assert_eq!(defmt::export::fetch_bytes(), v);
[INFO] [stdout]     |                                         ^^^^^^^^^^^ not found in `defmt::export`
[INFO] [stdout] ...
[INFO] [stdout] 267 | /     check_format!(
[INFO] [stdout] 268 | |         &X { y: 1, z: 2 },
[INFO] [stdout] 269 | |         [
[INFO] [stdout] 270 | |             index, // "X {{ y: {=u8}, z: {=u16} }}"
[INFO] [stdout] ...   |
[INFO] [stdout] 274 | |         ],
[INFO] [stdout] 275 | |     )
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/workdir/src/export/mod.rs:38:8
[INFO] [stdout]     |
[INFO] [stdout] 38  | pub fn fetch_bytes() -> Vec<u8> {
[INFO] [stdout]     |        ^^^^^^^^^^^
[INFO] [stdout] note: the item is gated behind the `unstable-test` feature
[INFO] [stdout]    --> /opt/rustwide/workdir/src/export/mod.rs:37:7
[INFO] [stdout]     |
[INFO] [stdout] 37  | #[cfg(feature = "unstable-test")]
[INFO] [stdout]     |       ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: this error originates in the macro `check_format` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `fetch_bytes` in module `defmt::export`
[INFO] [stdout]    --> tests/encode.rs:71:39
[INFO] [stdout]     |
[INFO] [stdout] 71  |               assert_eq!(defmt::export::fetch_bytes(), v);
[INFO] [stdout]     |                                         ^^^^^^^^^^^ not found in `defmt::export`
[INFO] [stdout] ...
[INFO] [stdout] 293 | /     check_format!(
[INFO] [stdout] 294 | |         &X { y: 1, z: 2 },
[INFO] [stdout] 295 | |         [
[INFO] [stdout] 296 | |             index,         // "{=__internal_FormatSequence}"
[INFO] [stdout] ...   |
[INFO] [stdout] 301 | |         ],
[INFO] [stdout] 302 | |     )
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/workdir/src/export/mod.rs:38:8
[INFO] [stdout]     |
[INFO] [stdout] 38  | pub fn fetch_bytes() -> Vec<u8> {
[INFO] [stdout]     |        ^^^^^^^^^^^
[INFO] [stdout] note: the item is gated behind the `unstable-test` feature
[INFO] [stdout]    --> /opt/rustwide/workdir/src/export/mod.rs:37:7
[INFO] [stdout]     |
[INFO] [stdout] 37  | #[cfg(feature = "unstable-test")]
[INFO] [stdout]     |       ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: this error originates in the macro `check_format` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `fetch_bytes` in module `defmt::export`
[INFO] [stdout]    --> tests/encode.rs:71:39
[INFO] [stdout]     |
[INFO] [stdout] 71  |               assert_eq!(defmt::export::fetch_bytes(), v);
[INFO] [stdout]     |                                         ^^^^^^^^^^^ not found in `defmt::export`
[INFO] [stdout] ...
[INFO] [stdout] 321 | /     check_format!(
[INFO] [stdout] 322 | |         &X { y: 1, z: 2 },
[INFO] [stdout] 323 | |         [
[INFO] [stdout] 324 | |             index,         // "{=__internal_FormatSequence}"
[INFO] [stdout] ...   |
[INFO] [stdout] 330 | |         ],
[INFO] [stdout] 331 | |     )
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/workdir/src/export/mod.rs:38:8
[INFO] [stdout]     |
[INFO] [stdout] 38  | pub fn fetch_bytes() -> Vec<u8> {
[INFO] [stdout]     |        ^^^^^^^^^^^
[INFO] [stdout] note: the item is gated behind the `unstable-test` feature
[INFO] [stdout]    --> /opt/rustwide/workdir/src/export/mod.rs:37:7
[INFO] [stdout]     |
[INFO] [stdout] 37  | #[cfg(feature = "unstable-test")]
[INFO] [stdout]     |       ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: this error originates in the macro `check_format` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `fetch_bytes` in module `defmt::export`
[INFO] [stdout]    --> tests/encode.rs:71:39
[INFO] [stdout]     |
[INFO] [stdout] 71  |               assert_eq!(defmt::export::fetch_bytes(), v);
[INFO] [stdout]     |                                         ^^^^^^^^^^^ not found in `defmt::export`
[INFO] [stdout] ...
[INFO] [stdout] 350 | /     check_format!(
[INFO] [stdout] 351 | |         &[X { y: 1, z: 2 }, X { y: 3, z: 4 }][..],
[INFO] [stdout] 352 | |         [
[INFO] [stdout] 353 | |             index,         // "{=[?]}"
[INFO] [stdout] ...   |
[INFO] [stdout] 368 | |         ],
[INFO] [stdout] 369 | |     )
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/workdir/src/export/mod.rs:38:8
[INFO] [stdout]     |
[INFO] [stdout] 38  | pub fn fetch_bytes() -> Vec<u8> {
[INFO] [stdout]     |        ^^^^^^^^^^^
[INFO] [stdout] note: the item is gated behind the `unstable-test` feature
[INFO] [stdout]    --> /opt/rustwide/workdir/src/export/mod.rs:37:7
[INFO] [stdout]     |
[INFO] [stdout] 37  | #[cfg(feature = "unstable-test")]
[INFO] [stdout]     |       ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: this error originates in the macro `check_format` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `fetch_bytes` in module `defmt::export`
[INFO] [stdout]    --> tests/encode.rs:71:39
[INFO] [stdout]     |
[INFO] [stdout] 71  |               assert_eq!(defmt::export::fetch_bytes(), v);
[INFO] [stdout]     |                                         ^^^^^^^^^^^ not found in `defmt::export`
[INFO] [stdout] ...
[INFO] [stdout] 386 | /     check_format!(
[INFO] [stdout] 387 | |         &X { y: Y { z: val } },
[INFO] [stdout] 388 | |         [
[INFO] [stdout] 389 | |             index,         // "X {{ y: {=?} }}"
[INFO] [stdout] ...   |
[INFO] [stdout] 392 | |         ],
[INFO] [stdout] 393 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/workdir/src/export/mod.rs:38:8
[INFO] [stdout]     |
[INFO] [stdout] 38  | pub fn fetch_bytes() -> Vec<u8> {
[INFO] [stdout]     |        ^^^^^^^^^^^
[INFO] [stdout] note: the item is gated behind the `unstable-test` feature
[INFO] [stdout]    --> /opt/rustwide/workdir/src/export/mod.rs:37:7
[INFO] [stdout]     |
[INFO] [stdout] 37  | #[cfg(feature = "unstable-test")]
[INFO] [stdout]     |       ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: this error originates in the macro `check_format` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `fetch_bytes` in module `defmt::export`
[INFO] [stdout]    --> tests/encode.rs:71:39
[INFO] [stdout]     |
[INFO] [stdout] 71  |               assert_eq!(defmt::export::fetch_bytes(), v);
[INFO] [stdout]     |                                         ^^^^^^^^^^^ not found in `defmt::export`
[INFO] [stdout] ...
[INFO] [stdout] 402 | /     check_format!(
[INFO] [stdout] 403 | |         &Struct(0x1f, 0xaaaa),
[INFO] [stdout] 404 | |         [
[INFO] [stdout] 405 | |             index,     // "Struct({=u8}, {=u16})"
[INFO] [stdout] ...   |
[INFO] [stdout] 408 | |         ],
[INFO] [stdout] 409 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/workdir/src/export/mod.rs:38:8
[INFO] [stdout]     |
[INFO] [stdout] 38  | pub fn fetch_bytes() -> Vec<u8> {
[INFO] [stdout]     |        ^^^^^^^^^^^
[INFO] [stdout] note: the item is gated behind the `unstable-test` feature
[INFO] [stdout]    --> /opt/rustwide/workdir/src/export/mod.rs:37:7
[INFO] [stdout]     |
[INFO] [stdout] 37  | #[cfg(feature = "unstable-test")]
[INFO] [stdout]     |       ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: this error originates in the macro `check_format` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `fetch_bytes` in module `defmt::export`
[INFO] [stdout]    --> tests/encode.rs:71:39
[INFO] [stdout]     |
[INFO] [stdout] 71  |               assert_eq!(defmt::export::fetch_bytes(), v);
[INFO] [stdout]     |                                         ^^^^^^^^^^^ not found in `defmt::export`
[INFO] [stdout] ...
[INFO] [stdout] 423 | /     check_format!(
[INFO] [stdout] 424 | |         &Enum::A,
[INFO] [stdout] 425 | |         [
[INFO] [stdout] 426 | |             index, //
[INFO] [stdout] 427 | |             0u8,   // `Enum::A`
[INFO] [stdout] 428 | |         ],
[INFO] [stdout] 429 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/workdir/src/export/mod.rs:38:8
[INFO] [stdout]     |
[INFO] [stdout] 38  | pub fn fetch_bytes() -> Vec<u8> {
[INFO] [stdout]     |        ^^^^^^^^^^^
[INFO] [stdout] note: the item is gated behind the `unstable-test` feature
[INFO] [stdout]    --> /opt/rustwide/workdir/src/export/mod.rs:37:7
[INFO] [stdout]     |
[INFO] [stdout] 37  | #[cfg(feature = "unstable-test")]
[INFO] [stdout]     |       ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: this error originates in the macro `check_format` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `fetch_bytes` in module `defmt::export`
[INFO] [stdout]    --> tests/encode.rs:71:39
[INFO] [stdout]     |
[INFO] [stdout] 71  |               assert_eq!(defmt::export::fetch_bytes(), v);
[INFO] [stdout]     |                                         ^^^^^^^^^^^ not found in `defmt::export`
[INFO] [stdout] ...
[INFO] [stdout] 431 | /     check_format!(
[INFO] [stdout] 432 | |         &Enum::B,
[INFO] [stdout] 433 | |         [
[INFO] [stdout] 434 | |             index, //
[INFO] [stdout] 435 | |             1u8,   // `Enum::B`
[INFO] [stdout] 436 | |         ],
[INFO] [stdout] 437 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/workdir/src/export/mod.rs:38:8
[INFO] [stdout]     |
[INFO] [stdout] 38  | pub fn fetch_bytes() -> Vec<u8> {
[INFO] [stdout]     |        ^^^^^^^^^^^
[INFO] [stdout] note: the item is gated behind the `unstable-test` feature
[INFO] [stdout]    --> /opt/rustwide/workdir/src/export/mod.rs:37:7
[INFO] [stdout]     |
[INFO] [stdout] 37  | #[cfg(feature = "unstable-test")]
[INFO] [stdout]     |       ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: this error originates in the macro `check_format` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `fetch_bytes` in module `defmt::export`
[INFO] [stdout]    --> tests/encode.rs:71:39
[INFO] [stdout]     |
[INFO] [stdout] 71  |               assert_eq!(defmt::export::fetch_bytes(), v);
[INFO] [stdout]     |                                         ^^^^^^^^^^^ not found in `defmt::export`
[INFO] [stdout] ...
[INFO] [stdout] 457 | /     check_format!(
[INFO] [stdout] 458 | |         &NoData::Variant,
[INFO] [stdout] 459 | |         [
[INFO] [stdout] 460 | |             index, //
[INFO] [stdout] 461 | |         ],
[INFO] [stdout] 462 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/workdir/src/export/mod.rs:38:8
[INFO] [stdout]     |
[INFO] [stdout] 38  | pub fn fetch_bytes() -> Vec<u8> {
[INFO] [stdout]     |        ^^^^^^^^^^^
[INFO] [stdout] note: the item is gated behind the `unstable-test` feature
[INFO] [stdout]    --> /opt/rustwide/workdir/src/export/mod.rs:37:7
[INFO] [stdout]     |
[INFO] [stdout] 37  | #[cfg(feature = "unstable-test")]
[INFO] [stdout]     |       ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: this error originates in the macro `check_format` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `fetch_bytes` in module `defmt::export`
[INFO] [stdout]    --> tests/encode.rs:71:39
[INFO] [stdout]     |
[INFO] [stdout] 71  |               assert_eq!(defmt::export::fetch_bytes(), v);
[INFO] [stdout]     |                                         ^^^^^^^^^^^ not found in `defmt::export`
[INFO] [stdout] ...
[INFO] [stdout] 470 | /     check_format!(
[INFO] [stdout] 471 | |         &Data::Variant(0x1f, 0xaaaa),
[INFO] [stdout] 472 | |         [
[INFO] [stdout] 473 | |             index,     //
[INFO] [stdout] ...   |
[INFO] [stdout] 476 | |         ],
[INFO] [stdout] 477 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/workdir/src/export/mod.rs:38:8
[INFO] [stdout]     |
[INFO] [stdout] 38  | pub fn fetch_bytes() -> Vec<u8> {
[INFO] [stdout]     |        ^^^^^^^^^^^
[INFO] [stdout] note: the item is gated behind the `unstable-test` feature
[INFO] [stdout]    --> /opt/rustwide/workdir/src/export/mod.rs:37:7
[INFO] [stdout]     |
[INFO] [stdout] 37  | #[cfg(feature = "unstable-test")]
[INFO] [stdout]     |       ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: this error originates in the macro `check_format` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `fetch_bytes` in module `defmt::export`
[INFO] [stdout]    --> tests/encode.rs:71:39
[INFO] [stdout]     |
[INFO] [stdout] 71  |               assert_eq!(defmt::export::fetch_bytes(), v);
[INFO] [stdout]     |                                         ^^^^^^^^^^^ not found in `defmt::export`
[INFO] [stdout] ...
[INFO] [stdout] 504 | /     check_format!(
[INFO] [stdout] 505 | |         &Outer::Variant1 {
[INFO] [stdout] 506 | |             pre: 0xEE,
[INFO] [stdout] 507 | |             inner: Inner::A(CLike::B, 0x07),
[INFO] [stdout] ...   |
[INFO] [stdout] 520 | |         ],
[INFO] [stdout] 521 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/workdir/src/export/mod.rs:38:8
[INFO] [stdout]     |
[INFO] [stdout] 38  | pub fn fetch_bytes() -> Vec<u8> {
[INFO] [stdout]     |        ^^^^^^^^^^^
[INFO] [stdout] note: the item is gated behind the `unstable-test` feature
[INFO] [stdout]    --> /opt/rustwide/workdir/src/export/mod.rs:37:7
[INFO] [stdout]     |
[INFO] [stdout] 37  | #[cfg(feature = "unstable-test")]
[INFO] [stdout]     |       ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: this error originates in the macro `check_format` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `fetch_bytes` in module `defmt::export`
[INFO] [stdout]    --> tests/encode.rs:71:39
[INFO] [stdout]     |
[INFO] [stdout] 71  |               assert_eq!(defmt::export::fetch_bytes(), v);
[INFO] [stdout]     |                                         ^^^^^^^^^^^ not found in `defmt::export`
[INFO] [stdout] ...
[INFO] [stdout] 524 | /     check_format!(
[INFO] [stdout] 525 | |         &Outer::Variant2,
[INFO] [stdout] 526 | |         [
[INFO] [stdout] 527 | |             index, //
[INFO] [stdout] 528 | |             1u8,   // `Outer::Variant2`
[INFO] [stdout] 529 | |         ],
[INFO] [stdout] 530 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/workdir/src/export/mod.rs:38:8
[INFO] [stdout]     |
[INFO] [stdout] 38  | pub fn fetch_bytes() -> Vec<u8> {
[INFO] [stdout]     |        ^^^^^^^^^^^
[INFO] [stdout] note: the item is gated behind the `unstable-test` feature
[INFO] [stdout]    --> /opt/rustwide/workdir/src/export/mod.rs:37:7
[INFO] [stdout]     |
[INFO] [stdout] 37  | #[cfg(feature = "unstable-test")]
[INFO] [stdout]     |       ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: this error originates in the macro `check_format` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `fetch_bytes` in module `defmt::export`
[INFO] [stdout]    --> tests/encode.rs:71:39
[INFO] [stdout]     |
[INFO] [stdout] 71  |               assert_eq!(defmt::export::fetch_bytes(), v);
[INFO] [stdout]     |                                         ^^^^^^^^^^^ not found in `defmt::export`
[INFO] [stdout] ...
[INFO] [stdout] 533 | /     check_format!(
[INFO] [stdout] 534 | |         &Outer::Variant3(Inner::A(CLike::B, 0x07)),
[INFO] [stdout] 535 | |         [
[INFO] [stdout] 536 | |             index,         //
[INFO] [stdout] ...   |
[INFO] [stdout] 543 | |         ],
[INFO] [stdout] 544 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/workdir/src/export/mod.rs:38:8
[INFO] [stdout]     |
[INFO] [stdout] 38  | pub fn fetch_bytes() -> Vec<u8> {
[INFO] [stdout]     |        ^^^^^^^^^^^
[INFO] [stdout] note: the item is gated behind the `unstable-test` feature
[INFO] [stdout]    --> /opt/rustwide/workdir/src/export/mod.rs:37:7
[INFO] [stdout]     |
[INFO] [stdout] 37  | #[cfg(feature = "unstable-test")]
[INFO] [stdout]     |       ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: this error originates in the macro `check_format` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `fetch_bytes` in module `defmt::export`
[INFO] [stdout]    --> tests/encode.rs:71:39
[INFO] [stdout]     |
[INFO] [stdout] 71  |               assert_eq!(defmt::export::fetch_bytes(), v);
[INFO] [stdout]     |                                         ^^^^^^^^^^^ not found in `defmt::export`
[INFO] [stdout] ...
[INFO] [stdout] 551 | /     check_format!(
[INFO] [stdout] 552 | |         val,
[INFO] [stdout] 553 | |         [
[INFO] [stdout] 554 | |             index,            // "{=[?]}"
[INFO] [stdout] ...   |
[INFO] [stdout] 559 | |         ],
[INFO] [stdout] 560 | |     )
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/workdir/src/export/mod.rs:38:8
[INFO] [stdout]     |
[INFO] [stdout] 38  | pub fn fetch_bytes() -> Vec<u8> {
[INFO] [stdout]     |        ^^^^^^^^^^^
[INFO] [stdout] note: the item is gated behind the `unstable-test` feature
[INFO] [stdout]    --> /opt/rustwide/workdir/src/export/mod.rs:37:7
[INFO] [stdout]     |
[INFO] [stdout] 37  | #[cfg(feature = "unstable-test")]
[INFO] [stdout]     |       ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: this error originates in the macro `check_format` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `fetch_bytes` in module `defmt::export`
[INFO] [stdout]    --> tests/encode.rs:71:39
[INFO] [stdout]     |
[INFO] [stdout] 71  |               assert_eq!(defmt::export::fetch_bytes(), v);
[INFO] [stdout]     |                                         ^^^^^^^^^^^ not found in `defmt::export`
[INFO] [stdout] ...
[INFO] [stdout] 567 | /     check_format!(
[INFO] [stdout] 568 | |         val,
[INFO] [stdout] 569 | |         [
[INFO] [stdout] 570 | |             index,            // "{=[?]}"
[INFO] [stdout] ...   |
[INFO] [stdout] 575 | |         ],
[INFO] [stdout] 576 | |     )
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/workdir/src/export/mod.rs:38:8
[INFO] [stdout]     |
[INFO] [stdout] 38  | pub fn fetch_bytes() -> Vec<u8> {
[INFO] [stdout]     |        ^^^^^^^^^^^
[INFO] [stdout] note: the item is gated behind the `unstable-test` feature
[INFO] [stdout]    --> /opt/rustwide/workdir/src/export/mod.rs:37:7
[INFO] [stdout]     |
[INFO] [stdout] 37  | #[cfg(feature = "unstable-test")]
[INFO] [stdout]     |       ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: this error originates in the macro `check_format` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `fetch_bytes` in module `defmt::export`
[INFO] [stdout]    --> tests/encode.rs:71:39
[INFO] [stdout]     |
[INFO] [stdout] 71  |               assert_eq!(defmt::export::fetch_bytes(), v);
[INFO] [stdout]     |                                         ^^^^^^^^^^^ not found in `defmt::export`
[INFO] [stdout] ...
[INFO] [stdout] 583 | /     check_format!(
[INFO] [stdout] 584 | |         val,
[INFO] [stdout] 585 | |         [
[INFO] [stdout] 586 | |             index,            // "{=[?]}"
[INFO] [stdout] ...   |
[INFO] [stdout] 592 | |         ],
[INFO] [stdout] 593 | |     )
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/workdir/src/export/mod.rs:38:8
[INFO] [stdout]     |
[INFO] [stdout] 38  | pub fn fetch_bytes() -> Vec<u8> {
[INFO] [stdout]     |        ^^^^^^^^^^^
[INFO] [stdout] note: the item is gated behind the `unstable-test` feature
[INFO] [stdout]    --> /opt/rustwide/workdir/src/export/mod.rs:37:7
[INFO] [stdout]     |
[INFO] [stdout] 37  | #[cfg(feature = "unstable-test")]
[INFO] [stdout]     |       ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: this error originates in the macro `check_format` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `fetch_bytes` in module `defmt::export`
[INFO] [stdout]    --> tests/encode.rs:71:39
[INFO] [stdout]     |
[INFO] [stdout] 71  |               assert_eq!(defmt::export::fetch_bytes(), v);
[INFO] [stdout]     |                                         ^^^^^^^^^^^ not found in `defmt::export`
[INFO] [stdout] ...
[INFO] [stdout] 599 | /     check_format!(
[INFO] [stdout] 600 | |         &42u8,
[INFO] [stdout] 601 | |         [
[INFO] [stdout] 602 | |             index, // "{=u8}"
[INFO] [stdout] 603 | |             42u8,
[INFO] [stdout] 604 | |         ],
[INFO] [stdout] 605 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/workdir/src/export/mod.rs:38:8
[INFO] [stdout]     |
[INFO] [stdout] 38  | pub fn fetch_bytes() -> Vec<u8> {
[INFO] [stdout]     |        ^^^^^^^^^^^
[INFO] [stdout] note: the item is gated behind the `unstable-test` feature
[INFO] [stdout]    --> /opt/rustwide/workdir/src/export/mod.rs:37:7
[INFO] [stdout]     |
[INFO] [stdout] 37  | #[cfg(feature = "unstable-test")]
[INFO] [stdout]     |       ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: this error originates in the macro `check_format` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `fetch_bytes` in module `defmt::export`
[INFO] [stdout]    --> tests/encode.rs:71:39
[INFO] [stdout]     |
[INFO] [stdout] 71  |               assert_eq!(defmt::export::fetch_bytes(), v);
[INFO] [stdout]     |                                         ^^^^^^^^^^^ not found in `defmt::export`
[INFO] [stdout] ...
[INFO] [stdout] 606 | /     check_format!(
[INFO] [stdout] 607 | |         &42u16,
[INFO] [stdout] 608 | |         [
[INFO] [stdout] 609 | |             inc(index, 1), // "{=u16}"
[INFO] [stdout] 610 | |             42u16,
[INFO] [stdout] 611 | |         ],
[INFO] [stdout] 612 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/workdir/src/export/mod.rs:38:8
[INFO] [stdout]     |
[INFO] [stdout] 38  | pub fn fetch_bytes() -> Vec<u8> {
[INFO] [stdout]     |        ^^^^^^^^^^^
[INFO] [stdout] note: the item is gated behind the `unstable-test` feature
[INFO] [stdout]    --> /opt/rustwide/workdir/src/export/mod.rs:37:7
[INFO] [stdout]     |
[INFO] [stdout] 37  | #[cfg(feature = "unstable-test")]
[INFO] [stdout]     |       ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: this error originates in the macro `check_format` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `fetch_bytes` in module `defmt::export`
[INFO] [stdout]    --> tests/encode.rs:71:39
[INFO] [stdout]     |
[INFO] [stdout] 71  |               assert_eq!(defmt::export::fetch_bytes(), v);
[INFO] [stdout]     |                                         ^^^^^^^^^^^ not found in `defmt::export`
[INFO] [stdout] ...
[INFO] [stdout] 613 | /     check_format!(
[INFO] [stdout] 614 | |         &513u16,
[INFO] [stdout] 615 | |         [
[INFO] [stdout] 616 | |             inc(index, 2), // "{=u16}"
[INFO] [stdout] 617 | |             513u16,
[INFO] [stdout] 618 | |         ],
[INFO] [stdout] 619 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/workdir/src/export/mod.rs:38:8
[INFO] [stdout]     |
[INFO] [stdout] 38  | pub fn fetch_bytes() -> Vec<u8> {
[INFO] [stdout]     |        ^^^^^^^^^^^
[INFO] [stdout] note: the item is gated behind the `unstable-test` feature
[INFO] [stdout]    --> /opt/rustwide/workdir/src/export/mod.rs:37:7
[INFO] [stdout]     |
[INFO] [stdout] 37  | #[cfg(feature = "unstable-test")]
[INFO] [stdout]     |       ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: this error originates in the macro `check_format` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `fetch_bytes` in module `defmt::export`
[INFO] [stdout]    --> tests/encode.rs:71:39
[INFO] [stdout]     |
[INFO] [stdout] 71  |               assert_eq!(defmt::export::fetch_bytes(), v);
[INFO] [stdout]     |                                         ^^^^^^^^^^^ not found in `defmt::export`
[INFO] [stdout] ...
[INFO] [stdout] 621 | /     check_format!(
[INFO] [stdout] 622 | |         &42u32,
[INFO] [stdout] 623 | |         [
[INFO] [stdout] 624 | |             inc(index, 3), // "{=u32}"
[INFO] [stdout] 625 | |             42u32,
[INFO] [stdout] 626 | |         ],
[INFO] [stdout] 627 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/workdir/src/export/mod.rs:38:8
[INFO] [stdout]     |
[INFO] [stdout] 38  | pub fn fetch_bytes() -> Vec<u8> {
[INFO] [stdout]     |        ^^^^^^^^^^^
[INFO] [stdout] note: the item is gated behind the `unstable-test` feature
[INFO] [stdout]    --> /opt/rustwide/workdir/src/export/mod.rs:37:7
[INFO] [stdout]     |
[INFO] [stdout] 37  | #[cfg(feature = "unstable-test")]
[INFO] [stdout]     |       ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: this error originates in the macro `check_format` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `fetch_bytes` in module `defmt::export`
[INFO] [stdout]    --> tests/encode.rs:71:39
[INFO] [stdout]     |
[INFO] [stdout] 71  |               assert_eq!(defmt::export::fetch_bytes(), v);
[INFO] [stdout]     |                                         ^^^^^^^^^^^ not found in `defmt::export`
[INFO] [stdout] ...
[INFO] [stdout] 628 | /     check_format!(
[INFO] [stdout] 629 | |         &513u32,
[INFO] [stdout] 630 | |         [
[INFO] [stdout] 631 | |             inc(index, 4), // "{=u32}"
[INFO] [stdout] 632 | |             513u32,
[INFO] [stdout] 633 | |         ],
[INFO] [stdout] 634 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/workdir/src/export/mod.rs:38:8
[INFO] [stdout]     |
[INFO] [stdout] 38  | pub fn fetch_bytes() -> Vec<u8> {
[INFO] [stdout]     |        ^^^^^^^^^^^
[INFO] [stdout] note: the item is gated behind the `unstable-test` feature
[INFO] [stdout]    --> /opt/rustwide/workdir/src/export/mod.rs:37:7
[INFO] [stdout]     |
[INFO] [stdout] 37  | #[cfg(feature = "unstable-test")]
[INFO] [stdout]     |       ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: this error originates in the macro `check_format` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `fetch_bytes` in module `defmt::export`
[INFO] [stdout]    --> tests/encode.rs:71:39
[INFO] [stdout]     |
[INFO] [stdout] 71  |               assert_eq!(defmt::export::fetch_bytes(), v);
[INFO] [stdout]     |                                         ^^^^^^^^^^^ not found in `defmt::export`
[INFO] [stdout] ...
[INFO] [stdout] 636 | /     check_format!(
[INFO] [stdout] 637 | |         &5.13f32,
[INFO] [stdout] 638 | |         [
[INFO] [stdout] 639 | |             inc(index, 5), // "{=f32}"
[INFO] [stdout] ...   |
[INFO] [stdout] 644 | |         ],
[INFO] [stdout] 645 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/workdir/src/export/mod.rs:38:8
[INFO] [stdout]     |
[INFO] [stdout] 38  | pub fn fetch_bytes() -> Vec<u8> {
[INFO] [stdout]     |        ^^^^^^^^^^^
[INFO] [stdout] note: the item is gated behind the `unstable-test` feature
[INFO] [stdout]    --> /opt/rustwide/workdir/src/export/mod.rs:37:7
[INFO] [stdout]     |
[INFO] [stdout] 37  | #[cfg(feature = "unstable-test")]
[INFO] [stdout]     |       ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: this error originates in the macro `check_format` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `fetch_bytes` in module `defmt::export`
[INFO] [stdout]    --> tests/encode.rs:71:39
[INFO] [stdout]     |
[INFO] [stdout] 71  |               assert_eq!(defmt::export::fetch_bytes(), v);
[INFO] [stdout]     |                                         ^^^^^^^^^^^ not found in `defmt::export`
[INFO] [stdout] ...
[INFO] [stdout] 647 | /     check_format!(
[INFO] [stdout] 648 | |         &42i8,
[INFO] [stdout] 649 | |         [
[INFO] [stdout] 650 | |             inc(index, 6), // "{=i8}"
[INFO] [stdout] 651 | |             42u8,
[INFO] [stdout] 652 | |         ],
[INFO] [stdout] 653 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/workdir/src/export/mod.rs:38:8
[INFO] [stdout]     |
[INFO] [stdout] 38  | pub fn fetch_bytes() -> Vec<u8> {
[INFO] [stdout]     |        ^^^^^^^^^^^
[INFO] [stdout] note: the item is gated behind the `unstable-test` feature
[INFO] [stdout]    --> /opt/rustwide/workdir/src/export/mod.rs:37:7
[INFO] [stdout]     |
[INFO] [stdout] 37  | #[cfg(feature = "unstable-test")]
[INFO] [stdout]     |       ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: this error originates in the macro `check_format` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `fetch_bytes` in module `defmt::export`
[INFO] [stdout]    --> tests/encode.rs:71:39
[INFO] [stdout]     |
[INFO] [stdout] 71  |               assert_eq!(defmt::export::fetch_bytes(), v);
[INFO] [stdout]     |                                         ^^^^^^^^^^^ not found in `defmt::export`
[INFO] [stdout] ...
[INFO] [stdout] 654 | /     check_format!(
[INFO] [stdout] 655 | |         &-42i8,
[INFO] [stdout] 656 | |         [
[INFO] [stdout] 657 | |             inc(index, 7), // "{=i8}"
[INFO] [stdout] 658 | |             -42i8 as u8,
[INFO] [stdout] 659 | |         ],
[INFO] [stdout] 660 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/workdir/src/export/mod.rs:38:8
[INFO] [stdout]     |
[INFO] [stdout] 38  | pub fn fetch_bytes() -> Vec<u8> {
[INFO] [stdout]     |        ^^^^^^^^^^^
[INFO] [stdout] note: the item is gated behind the `unstable-test` feature
[INFO] [stdout]    --> /opt/rustwide/workdir/src/export/mod.rs:37:7
[INFO] [stdout]     |
[INFO] [stdout] 37  | #[cfg(feature = "unstable-test")]
[INFO] [stdout]     |       ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: this error originates in the macro `check_format` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `fetch_bytes` in module `defmt::export`
[INFO] [stdout]    --> tests/encode.rs:71:39
[INFO] [stdout]     |
[INFO] [stdout] 71  |               assert_eq!(defmt::export::fetch_bytes(), v);
[INFO] [stdout]     |                                         ^^^^^^^^^^^ not found in `defmt::export`
[INFO] [stdout] ...
[INFO] [stdout] 662 | /     check_format!(
[INFO] [stdout] 663 | |         &None::<u8>,
[INFO] [stdout] 664 | |         [
[INFO] [stdout] 665 | |             inc(index, 8), // "<option-format-string>"
[INFO] [stdout] 666 | |             0u8,           // None discriminant
[INFO] [stdout] 667 | |         ],
[INFO] [stdout] 668 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/workdir/src/export/mod.rs:38:8
[INFO] [stdout]     |
[INFO] [stdout] 38  | pub fn fetch_bytes() -> Vec<u8> {
[INFO] [stdout]     |        ^^^^^^^^^^^
[INFO] [stdout] note: the item is gated behind the `unstable-test` feature
[INFO] [stdout]    --> /opt/rustwide/workdir/src/export/mod.rs:37:7
[INFO] [stdout]     |
[INFO] [stdout] 37  | #[cfg(feature = "unstable-test")]
[INFO] [stdout]     |       ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: this error originates in the macro `check_format` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `fetch_bytes` in module `defmt::export`
[INFO] [stdout]    --> tests/encode.rs:71:39
[INFO] [stdout]     |
[INFO] [stdout] 71  |               assert_eq!(defmt::export::fetch_bytes(), v);
[INFO] [stdout]     |                                         ^^^^^^^^^^^ not found in `defmt::export`
[INFO] [stdout] ...
[INFO] [stdout] 670 | /     check_format!(
[INFO] [stdout] 671 | |         &Some(42u8),
[INFO] [stdout] 672 | |         [
[INFO] [stdout] 673 | |             inc(index, 9),  // "<option-format-string>"
[INFO] [stdout] ...   |
[INFO] [stdout] 677 | |         ],
[INFO] [stdout] 678 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/workdir/src/export/mod.rs:38:8
[INFO] [stdout]     |
[INFO] [stdout] 38  | pub fn fetch_bytes() -> Vec<u8> {
[INFO] [stdout]     |        ^^^^^^^^^^^
[INFO] [stdout] note: the item is gated behind the `unstable-test` feature
[INFO] [stdout]    --> /opt/rustwide/workdir/src/export/mod.rs:37:7
[INFO] [stdout]     |
[INFO] [stdout] 37  | #[cfg(feature = "unstable-test")]
[INFO] [stdout]     |       ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: this error originates in the macro `check_format` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `fetch_bytes` in module `defmt::export`
[INFO] [stdout]    --> tests/encode.rs:71:39
[INFO] [stdout]     |
[INFO] [stdout] 71  |             assert_eq!(defmt::export::fetch_bytes(), v);
[INFO] [stdout]     |                                       ^^^^^^^^^^^ not found in `defmt::export`
[INFO] [stdout] ...
[INFO] [stdout] 680 |     check_format!(&-1isize, [inc(index, 11), -1i32]);
[INFO] [stdout]     |     ------------------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/workdir/src/export/mod.rs:38:8
[INFO] [stdout]     |
[INFO] [stdout] 38  | pub fn fetch_bytes() -> Vec<u8> {
[INFO] [stdout]     |        ^^^^^^^^^^^
[INFO] [stdout] note: the item is gated behind the `unstable-test` feature
[INFO] [stdout]    --> /opt/rustwide/workdir/src/export/mod.rs:37:7
[INFO] [stdout]     |
[INFO] [stdout] 37  | #[cfg(feature = "unstable-test")]
[INFO] [stdout]     |       ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: this error originates in the macro `check_format` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `fetch_bytes` in module `defmt::export`
[INFO] [stdout]    --> tests/encode.rs:71:39
[INFO] [stdout]     |
[INFO] [stdout] 71  |             assert_eq!(defmt::export::fetch_bytes(), v);
[INFO] [stdout]     |                                       ^^^^^^^^^^^ not found in `defmt::export`
[INFO] [stdout] ...
[INFO] [stdout] 681 |     check_format!(&-128isize, [inc(index, 12), -128i32]);
[INFO] [stdout]     |     ---------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/workdir/src/export/mod.rs:38:8
[INFO] [stdout]     |
[INFO] [stdout] 38  | pub fn fetch_bytes() -> Vec<u8> {
[INFO] [stdout]     |        ^^^^^^^^^^^
[INFO] [stdout] note: the item is gated behind the `unstable-test` feature
[INFO] [stdout]    --> /opt/rustwide/workdir/src/export/mod.rs:37:7
[INFO] [stdout]     |
[INFO] [stdout] 37  | #[cfg(feature = "unstable-test")]
[INFO] [stdout]     |       ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: this error originates in the macro `check_format` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `fetch_bytes` in module `defmt::export`
[INFO] [stdout]    --> tests/encode.rs:71:39
[INFO] [stdout]     |
[INFO] [stdout] 71  |               assert_eq!(defmt::export::fetch_bytes(), v);
[INFO] [stdout]     |                                         ^^^^^^^^^^^ not found in `defmt::export`
[INFO] [stdout] ...
[INFO] [stdout] 683 | /     check_format!(
[INFO] [stdout] 684 | |         &true,
[INFO] [stdout] 685 | |         [
[INFO] [stdout] 686 | |             inc(index, 13), // "{=bool}"
[INFO] [stdout] 687 | |             0b1u8,
[INFO] [stdout] 688 | |         ],
[INFO] [stdout] 689 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/workdir/src/export/mod.rs:38:8
[INFO] [stdout]     |
[INFO] [stdout] 38  | pub fn fetch_bytes() -> Vec<u8> {
[INFO] [stdout]     |        ^^^^^^^^^^^
[INFO] [stdout] note: the item is gated behind the `unstable-test` feature
[INFO] [stdout]    --> /opt/rustwide/workdir/src/export/mod.rs:37:7
[INFO] [stdout]     |
[INFO] [stdout] 37  | #[cfg(feature = "unstable-test")]
[INFO] [stdout]     |       ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: this error originates in the macro `check_format` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `fetch_bytes` in module `defmt::export`
[INFO] [stdout]    --> tests/encode.rs:71:39
[INFO] [stdout]     |
[INFO] [stdout] 71  |               assert_eq!(defmt::export::fetch_bytes(), v);
[INFO] [stdout]     |                                         ^^^^^^^^^^^ not found in `defmt::export`
[INFO] [stdout] ...
[INFO] [stdout] 691 | /     check_format!(
[INFO] [stdout] 692 | |         &513u64,
[INFO] [stdout] 693 | |         [
[INFO] [stdout] 694 | |             inc(index, 14), // "{=u64}"
[INFO] [stdout] 695 | |             513u64,
[INFO] [stdout] 696 | |         ],
[INFO] [stdout] 697 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/workdir/src/export/mod.rs:38:8
[INFO] [stdout]     |
[INFO] [stdout] 38  | pub fn fetch_bytes() -> Vec<u8> {
[INFO] [stdout]     |        ^^^^^^^^^^^
[INFO] [stdout] note: the item is gated behind the `unstable-test` feature
[INFO] [stdout]    --> /opt/rustwide/workdir/src/export/mod.rs:37:7
[INFO] [stdout]     |
[INFO] [stdout] 37  | #[cfg(feature = "unstable-test")]
[INFO] [stdout]     |       ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: this error originates in the macro `check_format` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `fetch_bytes` in module `defmt::export`
[INFO] [stdout]    --> tests/encode.rs:71:39
[INFO] [stdout]     |
[INFO] [stdout] 71  |               assert_eq!(defmt::export::fetch_bytes(), v);
[INFO] [stdout]     |                                         ^^^^^^^^^^^ not found in `defmt::export`
[INFO] [stdout] ...
[INFO] [stdout] 699 | /     check_format!(
[INFO] [stdout] 700 | |         &-2i64,
[INFO] [stdout] 701 | |         [
[INFO] [stdout] 702 | |             inc(index, 15), // "{=i64}"
[INFO] [stdout] 703 | |             -2i64,
[INFO] [stdout] 704 | |         ],
[INFO] [stdout] 705 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/workdir/src/export/mod.rs:38:8
[INFO] [stdout]     |
[INFO] [stdout] 38  | pub fn fetch_bytes() -> Vec<u8> {
[INFO] [stdout]     |        ^^^^^^^^^^^
[INFO] [stdout] note: the item is gated behind the `unstable-test` feature
[INFO] [stdout]    --> /opt/rustwide/workdir/src/export/mod.rs:37:7
[INFO] [stdout]     |
[INFO] [stdout] 37  | #[cfg(feature = "unstable-test")]
[INFO] [stdout]     |       ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: this error originates in the macro `check_format` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `fetch_bytes` in module `defmt::export`
[INFO] [stdout]    --> tests/encode.rs:71:39
[INFO] [stdout]     |
[INFO] [stdout] 71  |               assert_eq!(defmt::export::fetch_bytes(), v);
[INFO] [stdout]     |                                         ^^^^^^^^^^^ not found in `defmt::export`
[INFO] [stdout] ...
[INFO] [stdout] 707 | /     check_format!(
[INFO] [stdout] 708 | |         &'a',
[INFO] [stdout] 709 | |         [
[INFO] [stdout] 710 | |             inc(index, 16), // "{=char}"
[INFO] [stdout] ...   |
[INFO] [stdout] 715 | |         ],
[INFO] [stdout] 716 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/workdir/src/export/mod.rs:38:8
[INFO] [stdout]     |
[INFO] [stdout] 38  | pub fn fetch_bytes() -> Vec<u8> {
[INFO] [stdout]     |        ^^^^^^^^^^^
[INFO] [stdout] note: the item is gated behind the `unstable-test` feature
[INFO] [stdout]    --> /opt/rustwide/workdir/src/export/mod.rs:37:7
[INFO] [stdout]     |
[INFO] [stdout] 37  | #[cfg(feature = "unstable-test")]
[INFO] [stdout]     |       ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: this error originates in the macro `check_format` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `fetch_bytes` in module `defmt::export`
[INFO] [stdout]    --> tests/encode.rs:71:39
[INFO] [stdout]     |
[INFO] [stdout] 71  |               assert_eq!(defmt::export::fetch_bytes(), v);
[INFO] [stdout]     |                                         ^^^^^^^^^^^ not found in `defmt::export`
[INFO] [stdout] ...
[INFO] [stdout] 723 | /     check_format!(
[INFO] [stdout] 724 | |         &interned,
[INFO] [stdout] 725 | |         [
[INFO] [stdout] 726 | |             inc(index, 1), // "{=istr}"
[INFO] [stdout] 727 | |             index,
[INFO] [stdout] 728 | |         ],
[INFO] [stdout] 729 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/workdir/src/export/mod.rs:38:8
[INFO] [stdout]     |
[INFO] [stdout] 38  | pub fn fetch_bytes() -> Vec<u8> {
[INFO] [stdout]     |        ^^^^^^^^^^^
[INFO] [stdout] note: the item is gated behind the `unstable-test` feature
[INFO] [stdout]    --> /opt/rustwide/workdir/src/export/mod.rs:37:7
[INFO] [stdout]     |
[INFO] [stdout] 37  | #[cfg(feature = "unstable-test")]
[INFO] [stdout]     |       ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: this error originates in the macro `check_format` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `fetch_bytes` in module `defmt::export`
[INFO] [stdout]    --> tests/encode.rs:71:39
[INFO] [stdout]     |
[INFO] [stdout] 71  |               assert_eq!(defmt::export::fetch_bytes(), v);
[INFO] [stdout]     |                                         ^^^^^^^^^^^ not found in `defmt::export`
[INFO] [stdout] ...
[INFO] [stdout] 736 | /     check_format!(
[INFO] [stdout] 737 | |         &array,
[INFO] [stdout] 738 | |         [
[INFO] [stdout] 739 | |             index,         // "{=[?;0]}"
[INFO] [stdout] 740 | |             inc(index, 1), // "{=u16}"
[INFO] [stdout] 741 | |         ]
[INFO] [stdout] 742 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/workdir/src/export/mod.rs:38:8
[INFO] [stdout]     |
[INFO] [stdout] 38  | pub fn fetch_bytes() -> Vec<u8> {
[INFO] [stdout]     |        ^^^^^^^^^^^
[INFO] [stdout] note: the item is gated behind the `unstable-test` feature
[INFO] [stdout]    --> /opt/rustwide/workdir/src/export/mod.rs:37:7
[INFO] [stdout]     |
[INFO] [stdout] 37  | #[cfg(feature = "unstable-test")]
[INFO] [stdout]     |       ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: this error originates in the macro `check_format` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `fetch_bytes` in module `defmt::export`
[INFO] [stdout]    --> tests/encode.rs:71:39
[INFO] [stdout]     |
[INFO] [stdout] 71  |               assert_eq!(defmt::export::fetch_bytes(), v);
[INFO] [stdout]     |                                         ^^^^^^^^^^^ not found in `defmt::export`
[INFO] [stdout] ...
[INFO] [stdout] 746 | /     check_format!(
[INFO] [stdout] 747 | |         &array,
[INFO] [stdout] 748 | |         [
[INFO] [stdout] 749 | |             index,         // "{=[?;3]}"
[INFO] [stdout] ...   |
[INFO] [stdout] 754 | |         ],
[INFO] [stdout] 755 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/workdir/src/export/mod.rs:38:8
[INFO] [stdout]     |
[INFO] [stdout] 38  | pub fn fetch_bytes() -> Vec<u8> {
[INFO] [stdout]     |        ^^^^^^^^^^^
[INFO] [stdout] note: the item is gated behind the `unstable-test` feature
[INFO] [stdout]    --> /opt/rustwide/workdir/src/export/mod.rs:37:7
[INFO] [stdout]     |
[INFO] [stdout] 37  | #[cfg(feature = "unstable-test")]
[INFO] [stdout]     |       ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: this error originates in the macro `check_format` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `fetch_bytes` in module `defmt::export`
[INFO] [stdout]    --> tests/encode.rs:71:39
[INFO] [stdout]     |
[INFO] [stdout] 71  |               assert_eq!(defmt::export::fetch_bytes(), v);
[INFO] [stdout]     |                                         ^^^^^^^^^^^ not found in `defmt::export`
[INFO] [stdout] ...
[INFO] [stdout] 762 | /     check_format!(
[INFO] [stdout] 763 | |         slice,
[INFO] [stdout] 764 | |         [
[INFO] [stdout] 765 | |             index,              // "{=[?]}"
[INFO] [stdout] ...   |
[INFO] [stdout] 771 | |         ],
[INFO] [stdout] 772 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/workdir/src/export/mod.rs:38:8
[INFO] [stdout]     |
[INFO] [stdout] 38  | pub fn fetch_bytes() -> Vec<u8> {
[INFO] [stdout]     |        ^^^^^^^^^^^
[INFO] [stdout] note: the item is gated behind the `unstable-test` feature
[INFO] [stdout]    --> /opt/rustwide/workdir/src/export/mod.rs:37:7
[INFO] [stdout]     |
[INFO] [stdout] 37  | #[cfg(feature = "unstable-test")]
[INFO] [stdout]     |       ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: this error originates in the macro `check_format` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `fetch_bytes` in module `defmt::export`
[INFO] [stdout]    --> tests/encode.rs:71:39
[INFO] [stdout]     |
[INFO] [stdout] 71  |               assert_eq!(defmt::export::fetch_bytes(), v);
[INFO] [stdout]     |                                         ^^^^^^^^^^^ not found in `defmt::export`
[INFO] [stdout] ...
[INFO] [stdout] 789 | /     check_format!(
[INFO] [stdout] 790 | |         slice,
[INFO] [stdout] 791 | |         [
[INFO] [stdout] 792 | |             index,              // "{=[?]}"
[INFO] [stdout] ...   |
[INFO] [stdout] 801 | |         ],
[INFO] [stdout] 802 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/workdir/src/export/mod.rs:38:8
[INFO] [stdout]     |
[INFO] [stdout] 38  | pub fn fetch_bytes() -> Vec<u8> {
[INFO] [stdout]     |        ^^^^^^^^^^^
[INFO] [stdout] note: the item is gated behind the `unstable-test` feature
[INFO] [stdout]    --> /opt/rustwide/workdir/src/export/mod.rs:37:7
[INFO] [stdout]     |
[INFO] [stdout] 37  | #[cfg(feature = "unstable-test")]
[INFO] [stdout]     |       ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: this error originates in the macro `check_format` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `fetch_bytes` in module `defmt::export`
[INFO] [stdout]    --> tests/encode.rs:71:39
[INFO] [stdout]     |
[INFO] [stdout] 71  |               assert_eq!(defmt::export::fetch_bytes(), v);
[INFO] [stdout]     |                                         ^^^^^^^^^^^ not found in `defmt::export`
[INFO] [stdout] ...
[INFO] [stdout] 809 | /     check_format!(
[INFO] [stdout] 810 | |         slice,
[INFO] [stdout] 811 | |         [
[INFO] [stdout] 812 | |             index,              // "{=[?]}"
[INFO] [stdout] ...   |
[INFO] [stdout] 826 | |         ],
[INFO] [stdout] 827 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/workdir/src/export/mod.rs:38:8
[INFO] [stdout]     |
[INFO] [stdout] 38  | pub fn fetch_bytes() -> Vec<u8> {
[INFO] [stdout]     |        ^^^^^^^^^^^
[INFO] [stdout] note: the item is gated behind the `unstable-test` feature
[INFO] [stdout]    --> /opt/rustwide/workdir/src/export/mod.rs:37:7
[INFO] [stdout]     |
[INFO] [stdout] 37  | #[cfg(feature = "unstable-test")]
[INFO] [stdout]     |       ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: this error originates in the macro `check_format` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `fetch_bytes` in module `defmt::export`
[INFO] [stdout]    --> tests/encode.rs:71:39
[INFO] [stdout]     |
[INFO] [stdout] 71  |               assert_eq!(defmt::export::fetch_bytes(), v);
[INFO] [stdout]     |                                         ^^^^^^^^^^^ not found in `defmt::export`
[INFO] [stdout] ...
[INFO] [stdout] 834 | /     check_format!(
[INFO] [stdout] 835 | |         slice,
[INFO] [stdout] 836 | |         [
[INFO] [stdout] 837 | |             index,              // "{=[?]}"
[INFO] [stdout] ...   |
[INFO] [stdout] 851 | |         ],
[INFO] [stdout] 852 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/workdir/src/export/mod.rs:38:8
[INFO] [stdout]     |
[INFO] [stdout] 38  | pub fn fetch_bytes() -> Vec<u8> {
[INFO] [stdout]     |        ^^^^^^^^^^^
[INFO] [stdout] note: the item is gated behind the `unstable-test` feature
[INFO] [stdout]    --> /opt/rustwide/workdir/src/export/mod.rs:37:7
[INFO] [stdout]     |
[INFO] [stdout] 37  | #[cfg(feature = "unstable-test")]
[INFO] [stdout]     |       ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: this error originates in the macro `check_format` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `fetch_bytes` in module `defmt::export`
[INFO] [stdout]    --> tests/encode.rs:71:39
[INFO] [stdout]     |
[INFO] [stdout] 71  |               assert_eq!(defmt::export::fetch_bytes(), v);
[INFO] [stdout]     |                                         ^^^^^^^^^^^ not found in `defmt::export`
[INFO] [stdout] ...
[INFO] [stdout] 865 | /     check_format!(
[INFO] [stdout] 866 | |         slice,
[INFO] [stdout] 867 | |         [
[INFO] [stdout] 868 | |             index,              // "{=[?]}"
[INFO] [stdout] ...   |
[INFO] [stdout] 880 | |         ],
[INFO] [stdout] 881 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/workdir/src/export/mod.rs:38:8
[INFO] [stdout]     |
[INFO] [stdout] 38  | pub fn fetch_bytes() -> Vec<u8> {
[INFO] [stdout]     |        ^^^^^^^^^^^
[INFO] [stdout] note: the item is gated behind the `unstable-test` feature
[INFO] [stdout]    --> /opt/rustwide/workdir/src/export/mod.rs:37:7
[INFO] [stdout]     |
[INFO] [stdout] 37  | #[cfg(feature = "unstable-test")]
[INFO] [stdout]     |       ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: this error originates in the macro `check_format` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `fetch_bytes` in module `defmt::export`
[INFO] [stdout]    --> tests/encode.rs:71:39
[INFO] [stdout]     |
[INFO] [stdout] 71  |               assert_eq!(defmt::export::fetch_bytes(), v);
[INFO] [stdout]     |                                         ^^^^^^^^^^^ not found in `defmt::export`
[INFO] [stdout] ...
[INFO] [stdout] 898 | /     check_format!(
[INFO] [stdout] 899 | |         &S { val: 0 },
[INFO] [stdout] 900 | |         [
[INFO] [stdout] 901 | |             index,         // "S {{ val: {=?} }}"
[INFO] [stdout] ...   |
[INFO] [stdout] 904 | |         ],
[INFO] [stdout] 905 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/workdir/src/export/mod.rs:38:8
[INFO] [stdout]     |
[INFO] [stdout] 38  | pub fn fetch_bytes() -> Vec<u8> {
[INFO] [stdout]     |        ^^^^^^^^^^^
[INFO] [stdout] note: the item is gated behind the `unstable-test` feature
[INFO] [stdout]    --> /opt/rustwide/workdir/src/export/mod.rs:37:7
[INFO] [stdout]     |
[INFO] [stdout] 37  | #[cfg(feature = "unstable-test")]
[INFO] [stdout]     |       ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: this error originates in the macro `check_format` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `fetch_bytes` in module `defmt::export`
[INFO] [stdout]    --> tests/encode.rs:71:39
[INFO] [stdout]     |
[INFO] [stdout] 71  |               assert_eq!(defmt::export::fetch_bytes(), v);
[INFO] [stdout]     |                                         ^^^^^^^^^^^ not found in `defmt::export`
[INFO] [stdout] ...
[INFO] [stdout] 908 | /     check_format!(
[INFO] [stdout] 909 | |         &S2 { a: &1, b: &2 },
[INFO] [stdout] 910 | |         [
[INFO] [stdout] 911 | |             index, // "S2 { a: {=u8}, b: {=u8} }}"
[INFO] [stdout] 912 | |             1u8, 2u8,
[INFO] [stdout] 913 | |         ],
[INFO] [stdout] 914 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/workdir/src/export/mod.rs:38:8
[INFO] [stdout]     |
[INFO] [stdout] 38  | pub fn fetch_bytes() -> Vec<u8> {
[INFO] [stdout]     |        ^^^^^^^^^^^
[INFO] [stdout] note: the item is gated behind the `unstable-test` feature
[INFO] [stdout]    --> /opt/rustwide/workdir/src/export/mod.rs:37:7
[INFO] [stdout]     |
[INFO] [stdout] 37  | #[cfg(feature = "unstable-test")]
[INFO] [stdout]     |       ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: this error originates in the macro `check_format` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `fetch_bytes` in module `defmt::export`
[INFO] [stdout]    --> tests/encode.rs:71:39
[INFO] [stdout]     |
[INFO] [stdout] 71  |               assert_eq!(defmt::export::fetch_bytes(), v);
[INFO] [stdout]     |                                         ^^^^^^^^^^^ not found in `defmt::export`
[INFO] [stdout] ...
[INFO] [stdout] 926 | /     check_format!(
[INFO] [stdout] 927 | |         &(A(true), B(true)),
[INFO] [stdout] 928 | |         [
[INFO] [stdout] 929 | |             index,         // "({=?}, {=?})"
[INFO] [stdout] ...   |
[INFO] [stdout] 934 | |         ],
[INFO] [stdout] 935 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/workdir/src/export/mod.rs:38:8
[INFO] [stdout]     |
[INFO] [stdout] 38  | pub fn fetch_bytes() -> Vec<u8> {
[INFO] [stdout]     |        ^^^^^^^^^^^
[INFO] [stdout] note: the item is gated behind the `unstable-test` feature
[INFO] [stdout]    --> /opt/rustwide/workdir/src/export/mod.rs:37:7
[INFO] [stdout]     |
[INFO] [stdout] 37  | #[cfg(feature = "unstable-test")]
[INFO] [stdout]     |       ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: this error originates in the macro `check_format` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `fetch_bytes` in module `defmt::export`
[INFO] [stdout]    --> tests/encode.rs:71:39
[INFO] [stdout]     |
[INFO] [stdout] 71  |             assert_eq!(defmt::export::fetch_bytes(), v);
[INFO] [stdout]     |                                       ^^^^^^^^^^^ not found in `defmt::export`
[INFO] [stdout] ...
[INFO] [stdout] 972 |     check_format!(&e, [index, 2u8]);
[INFO] [stdout]     |     ------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/workdir/src/export/mod.rs:38:8
[INFO] [stdout]     |
[INFO] [stdout] 38  | pub fn fetch_bytes() -> Vec<u8> {
[INFO] [stdout]     |        ^^^^^^^^^^^
[INFO] [stdout] note: the item is gated behind the `unstable-test` feature
[INFO] [stdout]    --> /opt/rustwide/workdir/src/export/mod.rs:37:7
[INFO] [stdout]     |
[INFO] [stdout] 37  | #[cfg(feature = "unstable-test")]
[INFO] [stdout]     |       ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: this error originates in the macro `check_format` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `fetch_bytes` in module `defmt::export`
[INFO] [stdout]    --> tests/encode.rs:71:39
[INFO] [stdout]     |
[INFO] [stdout] 71  |             assert_eq!(defmt::export::fetch_bytes(), v);
[INFO] [stdout]     |                                       ^^^^^^^^^^^ not found in `defmt::export`
[INFO] [stdout] ...
[INFO] [stdout] 976 |     check_format!(&e, [index, 2u16]);
[INFO] [stdout]     |     -------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/workdir/src/export/mod.rs:38:8
[INFO] [stdout]     |
[INFO] [stdout] 38  | pub fn fetch_bytes() -> Vec<u8> {
[INFO] [stdout]     |        ^^^^^^^^^^^
[INFO] [stdout] note: the item is gated behind the `unstable-test` feature
[INFO] [stdout]    --> /opt/rustwide/workdir/src/export/mod.rs:37:7
[INFO] [stdout]     |
[INFO] [stdout] 37  | #[cfg(feature = "unstable-test")]
[INFO] [stdout]     |       ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: this error originates in the macro `check_format` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `fetch_bytes` in module `defmt::export`
[INFO] [stdout]    --> tests/encode.rs:71:39
[INFO] [stdout]     |
[INFO] [stdout] 71  |             assert_eq!(defmt::export::fetch_bytes(), v);
[INFO] [stdout]     |                                       ^^^^^^^^^^^ not found in `defmt::export`
[INFO] [stdout] ...
[INFO] [stdout] 980 |     check_format!(&e, [index, 269u16]);
[INFO] [stdout]     |     ---------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/workdir/src/export/mod.rs:38:8
[INFO] [stdout]     |
[INFO] [stdout] 38  | pub fn fetch_bytes() -> Vec<u8> {
[INFO] [stdout]     |        ^^^^^^^^^^^
[INFO] [stdout] note: the item is gated behind the `unstable-test` feature
[INFO] [stdout]    --> /opt/rustwide/workdir/src/export/mod.rs:37:7
[INFO] [stdout]     |
[INFO] [stdout] 37  | #[cfg(feature = "unstable-test")]
[INFO] [stdout]     |       ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: this error originates in the macro `check_format` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `fetch_bytes` in module `defmt::export`
[INFO] [stdout]     --> tests/encode.rs:71:39
[INFO] [stdout]      |
[INFO] [stdout] 71   |               assert_eq!(defmt::export::fetch_bytes(), v);
[INFO] [stdout]      |                                         ^^^^^^^^^^^ not found in `defmt::export`
[INFO] [stdout] ...
[INFO] [stdout] 993  | /     check_format!(
[INFO] [stdout] 994  | |         &s,
[INFO] [stdout] 995  | |         [
[INFO] [stdout] 996  | |             index, // "S {{ s: {:str} }}" (NOTE: `s` field is not {:?})
[INFO] [stdout] ...    |
[INFO] [stdout] 1001 | |         ],
[INFO] [stdout] 1002 | |     );
[INFO] [stdout]      | |_____- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]     --> /opt/rustwide/workdir/src/export/mod.rs:38:8
[INFO] [stdout]      |
[INFO] [stdout] 38   | pub fn fetch_bytes() -> Vec<u8> {
[INFO] [stdout]      |        ^^^^^^^^^^^
[INFO] [stdout] note: the item is gated behind the `unstable-test` feature
[INFO] [stdout]     --> /opt/rustwide/workdir/src/export/mod.rs:37:7
[INFO] [stdout]      |
[INFO] [stdout] 37   | #[cfg(feature = "unstable-test")]
[INFO] [stdout]      |       ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: this error originates in the macro `check_format` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `fetch_bytes` in module `defmt::export`
[INFO] [stdout]     --> tests/encode.rs:71:39
[INFO] [stdout]      |
[INFO] [stdout] 71   |             assert_eq!(defmt::export::fetch_bytes(), v);
[INFO] [stdout]      |                                       ^^^^^^^^^^^ not found in `defmt::export`
[INFO] [stdout] ...
[INFO] [stdout] 1008 |     check_format!(&Debug2Format(&123u8), [index, b'1', b'2', b'3', 0xffu8]);
[INFO] [stdout]      |     ----------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]     --> /opt/rustwide/workdir/src/export/mod.rs:38:8
[INFO] [stdout]      |
[INFO] [stdout] 38   | pub fn fetch_bytes() -> Vec<u8> {
[INFO] [stdout]      |        ^^^^^^^^^^^
[INFO] [stdout] note: the item is gated behind the `unstable-test` feature
[INFO] [stdout]     --> /opt/rustwide/workdir/src/export/mod.rs:37:7
[INFO] [stdout]      |
[INFO] [stdout] 37   | #[cfg(feature = "unstable-test")]
[INFO] [stdout]      |       ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: this error originates in the macro `check_format` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `fetch_bytes` in module `defmt::export`
[INFO] [stdout]     --> tests/encode.rs:71:39
[INFO] [stdout]      |
[INFO] [stdout] 71   |             assert_eq!(defmt::export::fetch_bytes(), v);
[INFO] [stdout]      |                                       ^^^^^^^^^^^ not found in `defmt::export`
[INFO] [stdout] ...
[INFO] [stdout] 1010 |     check_format!(&Display2Format(&123u8), [index, b'1', b'2', b'3', 0xffu8]);
[INFO] [stdout]      |     ------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]     --> /opt/rustwide/workdir/src/export/mod.rs:38:8
[INFO] [stdout]      |
[INFO] [stdout] 38   | pub fn fetch_bytes() -> Vec<u8> {
[INFO] [stdout]      |        ^^^^^^^^^^^
[INFO] [stdout] note: the item is gated behind the `unstable-test` feature
[INFO] [stdout]     --> /opt/rustwide/workdir/src/export/mod.rs:37:7
[INFO] [stdout]      |
[INFO] [stdout] 37   | #[cfg(feature = "unstable-test")]
[INFO] [stdout]      |       ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: this error originates in the macro `check_format` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `defmt` (lib test) due to 2 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] error: aborting due to 59 previous errors
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0425, E0432.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0425`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `defmt` (test "encode") due to 60 previous errors
[INFO] running `Command { std: "docker" "inspect" "2e9a32ff5d8f149ce56e971988e890ee27a36324bff25e59ffe9e626619b2336", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "2e9a32ff5d8f149ce56e971988e890ee27a36324bff25e59ffe9e626619b2336", kill_on_drop: false }`
[INFO] [stdout] 2e9a32ff5d8f149ce56e971988e890ee27a36324bff25e59ffe9e626619b2336
