[INFO] fetching crate icu_lib 0.1.11...
[INFO] checking icu_lib-0.1.11 against try#47af3d0de9d26c7deba4cfb203b710cc3f764e91 for pr-130443
[INFO] extracting crate icu_lib 0.1.11 into /workspace/builds/worker-6-tc2/source
[INFO] validating manifest of crates.io crate icu_lib 0.1.11 on toolchain 47af3d0de9d26c7deba4cfb203b710cc3f764e91
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+47af3d0de9d26c7deba4cfb203b710cc3f764e91" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate icu_lib 0.1.11
[INFO] finished tweaking crates.io crate icu_lib 0.1.11
[INFO] tweaked toml for crates.io crate icu_lib 0.1.11 written to /workspace/builds/worker-6-tc2/source/Cargo.toml
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+47af3d0de9d26c7deba4cfb203b710cc3f764e91" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 111 packages to latest compatible versions
[INFO] [stderr]       Adding anes v0.1.6 (available: v0.2.0)
[INFO] [stderr]       Adding bitflags v1.3.2 (available: v2.6.0)
[INFO] [stderr]       Adding image v0.24.9 (available: v0.25.2)
[INFO] [stderr]       Adding itertools v0.10.5 (available: v0.13.0)
[INFO] [stderr]       Adding miniz_oxide v0.7.4 (available: v0.8.0)
[INFO] [stderr]       Adding syn v1.0.109 (available: v2.0.77)
[INFO] [stderr]       Adding windows-sys v0.52.0 (available: v0.59.0)
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+47af3d0de9d26c7deba4cfb203b710cc3f764e91" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:ceb6ea022f8a89cebbe621bb4987e73a935bd40dfbb726f832cfff4742a5b95a" "/opt/rustwide/cargo-home/bin/cargo" "+47af3d0de9d26c7deba4cfb203b710cc3f764e91" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] ccd42573f19f434199a6544b153dd0828955c052f73b8306a71fb97040d939fb
[INFO] running `Command { std: "docker" "start" "-a" "ccd42573f19f434199a6544b153dd0828955c052f73b8306a71fb97040d939fb", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "ccd42573f19f434199a6544b153dd0828955c052f73b8306a71fb97040d939fb", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ccd42573f19f434199a6544b153dd0828955c052f73b8306a71fb97040d939fb", kill_on_drop: false }`
[INFO] [stdout] ccd42573f19f434199a6544b153dd0828955c052f73b8306a71fb97040d939fb
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:ceb6ea022f8a89cebbe621bb4987e73a935bd40dfbb726f832cfff4742a5b95a" "/opt/rustwide/cargo-home/bin/cargo" "+47af3d0de9d26c7deba4cfb203b710cc3f764e91" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 57b7ba793ddde1170f447ffeb5b8f1190bb31fe3e54163c02646a36cc635c3cf
[INFO] running `Command { std: "docker" "start" "-a" "57b7ba793ddde1170f447ffeb5b8f1190bb31fe3e54163c02646a36cc635c3cf", kill_on_drop: false }`
[INFO] [stderr]     Checking simd-adler32 v0.3.7
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]     Checking half v2.4.1
[INFO] [stderr]     Checking regex-syntax v0.8.4
[INFO] [stderr]    Compiling syn v2.0.77
[INFO] [stderr]     Checking anstyle v1.0.8
[INFO] [stderr]     Checking miniz_oxide v0.8.0
[INFO] [stderr]    Compiling serde v1.0.210
[INFO] [stderr]     Checking crc32fast v1.4.2
[INFO] [stderr]     Checking adler v1.0.2
[INFO] [stderr]     Checking spin v0.9.8
[INFO] [stderr]     Checking miniz_oxide v0.7.4
[INFO] [stderr]     Checking utf8parse v0.2.2
[INFO] [stderr]     Checking weezl v0.1.8
[INFO] [stderr]     Checking anstyle-parse v0.2.5
[INFO] [stderr]     Checking flume v0.11.0
[INFO] [stderr]     Checking zune-inflate v0.2.54
[INFO] [stderr]     Checking flate2 v1.0.33
[INFO] [stderr]     Checking fdeflate v0.3.4
[INFO] [stderr]     Checking jpeg-decoder v0.3.1
[INFO] [stderr]     Checking bit_field v0.10.2
[INFO] [stderr]     Checking bytemuck v1.18.0
[INFO] [stderr]     Checking log v0.4.22
[INFO] [stderr]     Checking is_terminal_polyfill v1.70.1
[INFO] [stderr]     Checking ciborium-io v0.2.2
[INFO] [stderr]     Checking anstyle-query v1.1.1
[INFO] [stderr]     Checking colorchoice v1.0.2
[INFO] [stderr]     Checking clap_lex v0.7.2
[INFO] [stderr]     Checking plotters-backend v0.3.7
[INFO] [stderr]     Checking lebe v0.5.2
[INFO] [stderr]     Checking color_quant v1.1.0
[INFO] [stderr]     Checking clap_builder v4.5.18
[INFO] [stderr]     Checking regex-automata v0.4.7
[INFO] [stderr]     Checking gif v0.13.1
[INFO] [stderr]     Checking plotters-svg v0.3.7
[INFO] [stderr]     Checking exr v1.72.0
[INFO] [stderr]     Checking png v0.17.13
[INFO] [stderr]     Checking anstream v0.6.15
[INFO] [stderr]     Checking tiff v0.9.1
[INFO] [stderr]     Checking qoi v0.4.1
[INFO] [stderr]     Checking ciborium-ll v0.2.2
[INFO] [stderr]    Compiling modular-bitfield-impl v0.11.2
[INFO] [stderr]     Checking itertools v0.10.5
[INFO] [stderr]     Checking cast v0.3.0
[INFO] [stderr]     Checking humantime v2.1.0
[INFO] [stderr]     Checking is-terminal v0.4.13
[INFO] [stderr]     Checking plotters v0.3.7
[INFO] [stderr]     Checking oorandom v11.1.4
[INFO] [stderr]     Checking anes v0.1.6
[INFO] [stderr]     Checking clap v4.5.18
[INFO] [stderr]     Checking modular-bitfield v0.11.2
[INFO] [stderr]     Checking criterion-plot v0.5.0
[INFO] [stderr]    Compiling serde_derive v1.0.210
[INFO] [stderr]     Checking regex v1.10.6
[INFO] [stderr]     Checking image v0.24.9
[INFO] [stderr]     Checking env_filter v0.1.2
[INFO] [stderr]     Checking env_logger v0.11.5
[INFO] [stderr]     Checking icu_lib v0.1.11 (/opt/rustwide/workdir)
[INFO] [stderr]     Checking serde_json v1.0.128
[INFO] [stderr]     Checking ciborium v0.2.2
[INFO] [stderr]     Checking tinytemplate v1.2.1
[INFO] [stderr]     Checking criterion v0.5.1
[INFO] [stdout] error[E0063]: missing field `lvgl_version` in initializer of `EncoderParams`
[INFO] [stdout]   --> tests/tests.rs:17:17
[INFO] [stdout]    |
[INFO] [stdout] 17 |                 EncoderParams {
[INFO] [stdout]    |                 ^^^^^^^^^^^^^ missing `lvgl_version`
[INFO] [stdout] ...
[INFO] [stdout] 35 |         test_encode_decode!(DATA, RGB565);
[INFO] [stdout]    |         --------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `test_encode_decode` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0063]: missing field `lvgl_version` in initializer of `EncoderParams`
[INFO] [stdout]   --> tests/tests.rs:17:17
[INFO] [stdout]    |
[INFO] [stdout] 17 |                 EncoderParams {
[INFO] [stdout]    |                 ^^^^^^^^^^^^^ missing `lvgl_version`
[INFO] [stdout] ...
[INFO] [stdout] 36 |         test_encode_decode!(DATA, RGB565A8);
[INFO] [stdout]    |         ----------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `test_encode_decode` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0063]: missing field `lvgl_version` in initializer of `EncoderParams`
[INFO] [stdout]   --> tests/tests.rs:17:17
[INFO] [stdout]    |
[INFO] [stdout] 17 |                 EncoderParams {
[INFO] [stdout]    |                 ^^^^^^^^^^^^^ missing `lvgl_version`
[INFO] [stdout] ...
[INFO] [stdout] 37 |         test_encode_decode!(DATA, RGB888);
[INFO] [stdout]    |         --------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `test_encode_decode` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0063]: missing field `lvgl_version` in initializer of `EncoderParams`
[INFO] [stdout]   --> tests/tests.rs:17:17
[INFO] [stdout]    |
[INFO] [stdout] 17 |                 EncoderParams {
[INFO] [stdout]    |                 ^^^^^^^^^^^^^ missing `lvgl_version`
[INFO] [stdout] ...
[INFO] [stdout] 38 |         test_encode_decode!(DATA, ARGB8888);
[INFO] [stdout]    |         ----------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `test_encode_decode` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0063]: missing field `lvgl_version` in initializer of `EncoderParams`
[INFO] [stdout]   --> tests/tests.rs:17:17
[INFO] [stdout]    |
[INFO] [stdout] 17 |                 EncoderParams {
[INFO] [stdout]    |                 ^^^^^^^^^^^^^ missing `lvgl_version`
[INFO] [stdout] ...
[INFO] [stdout] 39 |         test_encode_decode!(DATA, XRGB8888);
[INFO] [stdout]    |         ----------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `test_encode_decode` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0063]: missing field `lvgl_version` in initializer of `EncoderParams`
[INFO] [stdout]   --> tests/tests.rs:17:17
[INFO] [stdout]    |
[INFO] [stdout] 17 |                 EncoderParams {
[INFO] [stdout]    |                 ^^^^^^^^^^^^^ missing `lvgl_version`
[INFO] [stdout] ...
[INFO] [stdout] 40 |         test_encode_decode!(DATA, A1);
[INFO] [stdout]    |         ----------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `test_encode_decode` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0063]: missing field `lvgl_version` in initializer of `EncoderParams`
[INFO] [stdout]   --> tests/tests.rs:17:17
[INFO] [stdout]    |
[INFO] [stdout] 17 |                 EncoderParams {
[INFO] [stdout]    |                 ^^^^^^^^^^^^^ missing `lvgl_version`
[INFO] [stdout] ...
[INFO] [stdout] 41 |         test_encode_decode!(DATA, A2);
[INFO] [stdout]    |         ----------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `test_encode_decode` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0063]: missing field `lvgl_version` in initializer of `EncoderParams`
[INFO] [stdout]   --> tests/tests.rs:17:17
[INFO] [stdout]    |
[INFO] [stdout] 17 |                 EncoderParams {
[INFO] [stdout]    |                 ^^^^^^^^^^^^^ missing `lvgl_version`
[INFO] [stdout] ...
[INFO] [stdout] 42 |         test_encode_decode!(DATA, A4);
[INFO] [stdout]    |         ----------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `test_encode_decode` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0063]: missing field `lvgl_version` in initializer of `EncoderParams`
[INFO] [stdout]   --> tests/tests.rs:17:17
[INFO] [stdout]    |
[INFO] [stdout] 17 |                 EncoderParams {
[INFO] [stdout]    |                 ^^^^^^^^^^^^^ missing `lvgl_version`
[INFO] [stdout] ...
[INFO] [stdout] 43 |         test_encode_decode!(DATA, A8);
[INFO] [stdout]    |         ----------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `test_encode_decode` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0063]: missing field `lvgl_version` in initializer of `EncoderParams`
[INFO] [stdout]   --> tests/tests.rs:17:17
[INFO] [stdout]    |
[INFO] [stdout] 17 |                 EncoderParams {
[INFO] [stdout]    |                 ^^^^^^^^^^^^^ missing `lvgl_version`
[INFO] [stdout] ...
[INFO] [stdout] 44 |         test_encode_decode!(DATA, L8);
[INFO] [stdout]    |         ----------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `test_encode_decode` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0063]: missing field `lvgl_version` in initializer of `EncoderParams`
[INFO] [stdout]   --> tests/tests.rs:17:17
[INFO] [stdout]    |
[INFO] [stdout] 17 |                 EncoderParams {
[INFO] [stdout]    |                 ^^^^^^^^^^^^^ missing `lvgl_version`
[INFO] [stdout] ...
[INFO] [stdout] 45 |         test_encode_decode!(DATA, I1);
[INFO] [stdout]    |         ----------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `test_encode_decode` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0063]: missing field `lvgl_version` in initializer of `EncoderParams`
[INFO] [stdout]   --> tests/tests.rs:17:17
[INFO] [stdout]    |
[INFO] [stdout] 17 |                 EncoderParams {
[INFO] [stdout]    |                 ^^^^^^^^^^^^^ missing `lvgl_version`
[INFO] [stdout] ...
[INFO] [stdout] 46 |         test_encode_decode!(DATA, I2);
[INFO] [stdout]    |         ----------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `test_encode_decode` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0063]: missing field `lvgl_version` in initializer of `EncoderParams`
[INFO] [stdout]   --> tests/tests.rs:17:17
[INFO] [stdout]    |
[INFO] [stdout] 17 |                 EncoderParams {
[INFO] [stdout]    |                 ^^^^^^^^^^^^^ missing `lvgl_version`
[INFO] [stdout] ...
[INFO] [stdout] 47 |         test_encode_decode!(DATA, I4);
[INFO] [stdout]    |         ----------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `test_encode_decode` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0063]: missing field `lvgl_version` in initializer of `EncoderParams`
[INFO] [stdout]   --> tests/tests.rs:17:17
[INFO] [stdout]    |
[INFO] [stdout] 17 |                 EncoderParams {
[INFO] [stdout]    |                 ^^^^^^^^^^^^^ missing `lvgl_version`
[INFO] [stdout] ...
[INFO] [stdout] 48 |         test_encode_decode!(DATA, I8);
[INFO] [stdout]    |         ----------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `test_encode_decode` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 14 previous errors
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0063`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `icu_lib` (test "tests") due to 15 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] error[E0412]: cannot find type `ColorFormatRGB565` in module `lvgl`
[INFO] [stdout]   --> benches/bench_01.rs:38:45
[INFO] [stdout]    |
[INFO] [stdout] 38 |             test_encode_decode!(data, lvgl::ColorFormatRGB565);
[INFO] [stdout]    |                                             ^^^^^^^^^^^^^^^^^ not found in `lvgl`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `ColorFormatRGB565A8` in module `lvgl`
[INFO] [stdout]   --> benches/bench_01.rs:47:45
[INFO] [stdout]    |
[INFO] [stdout] 47 |             test_encode_decode!(data, lvgl::ColorFormatRGB565A8);
[INFO] [stdout]    |                                             ^^^^^^^^^^^^^^^^^^^ not found in `lvgl`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `ColorFormatRGB888` in module `lvgl`
[INFO] [stdout]   --> benches/bench_01.rs:56:45
[INFO] [stdout]    |
[INFO] [stdout] 56 |             test_encode_decode!(data, lvgl::ColorFormatRGB888);
[INFO] [stdout]    |                                             ^^^^^^^^^^^^^^^^^ not found in `lvgl`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `ColorFormatARGB8888` in module `lvgl`
[INFO] [stdout]   --> benches/bench_01.rs:65:45
[INFO] [stdout]    |
[INFO] [stdout] 65 |             test_encode_decode!(data, lvgl::ColorFormatARGB8888);
[INFO] [stdout]    |                                             ^^^^^^^^^^^^^^^^^^^ not found in `lvgl`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `ColorFormatXRGB8888` in module `lvgl`
[INFO] [stdout]   --> benches/bench_01.rs:74:45
[INFO] [stdout]    |
[INFO] [stdout] 74 |             test_encode_decode!(data, lvgl::ColorFormatXRGB8888);
[INFO] [stdout]    |                                             ^^^^^^^^^^^^^^^^^^^ not found in `lvgl`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `ColorFormatA1` in module `lvgl`
[INFO] [stdout]   --> benches/bench_01.rs:83:45
[INFO] [stdout]    |
[INFO] [stdout] 83 |             test_encode_decode!(data, lvgl::ColorFormatA1);
[INFO] [stdout]    |                                             ^^^^^^^^^^^^^ help: an enum with a similar name exists: `ColorFormat`
[INFO] [stdout]    |
[INFO] [stdout]   ::: /opt/rustwide/workdir/src/endecoder/lvgl/mod.rs:23:1
[INFO] [stdout]    |
[INFO] [stdout] 23 | pub enum ColorFormat {
[INFO] [stdout]    | -------------------- similarly named enum `ColorFormat` defined here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `ColorFormatA2` in module `lvgl`
[INFO] [stdout]   --> benches/bench_01.rs:92:45
[INFO] [stdout]    |
[INFO] [stdout] 92 |             test_encode_decode!(data, lvgl::ColorFormatA2);
[INFO] [stdout]    |                                             ^^^^^^^^^^^^^ help: an enum with a similar name exists: `ColorFormat`
[INFO] [stdout]    |
[INFO] [stdout]   ::: /opt/rustwide/workdir/src/endecoder/lvgl/mod.rs:23:1
[INFO] [stdout]    |
[INFO] [stdout] 23 | pub enum ColorFormat {
[INFO] [stdout]    | -------------------- similarly named enum `ColorFormat` defined here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `ColorFormatA4` in module `lvgl`
[INFO] [stdout]    --> benches/bench_01.rs:101:45
[INFO] [stdout]     |
[INFO] [stdout] 101 |             test_encode_decode!(data, lvgl::ColorFormatA4);
[INFO] [stdout]     |                                             ^^^^^^^^^^^^^ help: an enum with a similar name exists: `ColorFormat`
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/workdir/src/endecoder/lvgl/mod.rs:23:1
[INFO] [stdout]     |
[INFO] [stdout] 23  | pub enum ColorFormat {
[INFO] [stdout]     | -------------------- similarly named enum `ColorFormat` defined here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `ColorFormatA8` in module `lvgl`
[INFO] [stdout]    --> benches/bench_01.rs:110:45
[INFO] [stdout]     |
[INFO] [stdout] 110 |             test_encode_decode!(data, lvgl::ColorFormatA8);
[INFO] [stdout]     |                                             ^^^^^^^^^^^^^ help: an enum with a similar name exists: `ColorFormat`
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/workdir/src/endecoder/lvgl/mod.rs:23:1
[INFO] [stdout]     |
[INFO] [stdout] 23  | pub enum ColorFormat {
[INFO] [stdout]     | -------------------- similarly named enum `ColorFormat` defined here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `ColorFormatL8` in module `lvgl`
[INFO] [stdout]    --> benches/bench_01.rs:119:45
[INFO] [stdout]     |
[INFO] [stdout] 119 |             test_encode_decode!(data, lvgl::ColorFormatL8);
[INFO] [stdout]     |                                             ^^^^^^^^^^^^^ help: an enum with a similar name exists: `ColorFormat`
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/workdir/src/endecoder/lvgl/mod.rs:23:1
[INFO] [stdout]     |
[INFO] [stdout] 23  | pub enum ColorFormat {
[INFO] [stdout]     | -------------------- similarly named enum `ColorFormat` defined here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `ColorFormatI1` in module `lvgl`
[INFO] [stdout]    --> benches/bench_01.rs:128:45
[INFO] [stdout]     |
[INFO] [stdout] 128 |             test_encode_decode!(data, lvgl::ColorFormatI1);
[INFO] [stdout]     |                                             ^^^^^^^^^^^^^ help: an enum with a similar name exists: `ColorFormat`
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/workdir/src/endecoder/lvgl/mod.rs:23:1
[INFO] [stdout]     |
[INFO] [stdout] 23  | pub enum ColorFormat {
[INFO] [stdout]     | -------------------- similarly named enum `ColorFormat` defined here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `ColorFormatI2` in module `lvgl`
[INFO] [stdout]    --> benches/bench_01.rs:137:45
[INFO] [stdout]     |
[INFO] [stdout] 137 |             test_encode_decode!(data, lvgl::ColorFormatI2);
[INFO] [stdout]     |                                             ^^^^^^^^^^^^^ help: an enum with a similar name exists: `ColorFormat`
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/workdir/src/endecoder/lvgl/mod.rs:23:1
[INFO] [stdout]     |
[INFO] [stdout] 23  | pub enum ColorFormat {
[INFO] [stdout]     | -------------------- similarly named enum `ColorFormat` defined here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `ColorFormatI4` in module `lvgl`
[INFO] [stdout]    --> benches/bench_01.rs:146:45
[INFO] [stdout]     |
[INFO] [stdout] 146 |             test_encode_decode!(data, lvgl::ColorFormatI4);
[INFO] [stdout]     |                                             ^^^^^^^^^^^^^ help: an enum with a similar name exists: `ColorFormat`
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/workdir/src/endecoder/lvgl/mod.rs:23:1
[INFO] [stdout]     |
[INFO] [stdout] 23  | pub enum ColorFormat {
[INFO] [stdout]     | -------------------- similarly named enum `ColorFormat` defined here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `ColorFormatI8` in module `lvgl`
[INFO] [stdout]    --> benches/bench_01.rs:155:45
[INFO] [stdout]     |
[INFO] [stdout] 155 |             test_encode_decode!(data, lvgl::ColorFormatI8);
[INFO] [stdout]     |                                             ^^^^^^^^^^^^^ help: an enum with a similar name exists: `ColorFormat`
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/workdir/src/endecoder/lvgl/mod.rs:23:1
[INFO] [stdout]     |
[INFO] [stdout] 23  | pub enum ColorFormat {
[INFO] [stdout]     | -------------------- similarly named enum `ColorFormat` defined here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0107]: associated function takes 0 generic arguments but 1 generic argument was supplied
[INFO] [stdout]   --> benches/bench_01.rs:10:27
[INFO] [stdout]    |
[INFO] [stdout] 10 |         let mid = MiData::decode_from::<common::AutoDetect>(Vec::from(data));
[INFO] [stdout]    |                           ^^^^^^^^^^^---------------------- help: remove the unnecessary generics
[INFO] [stdout]    |                           |
[INFO] [stdout]    |                           expected 0 generic arguments
[INFO] [stdout] ...
[INFO] [stdout] 38 |             test_encode_decode!(data, lvgl::ColorFormatRGB565);
[INFO] [stdout]    |             -------------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout] note: associated function defined here, with 0 generic parameters
[INFO] [stdout]   --> /opt/rustwide/workdir/src/midata/mod.rs:12:12
[INFO] [stdout]    |
[INFO] [stdout] 12 |     pub fn decode_from(ed: &dyn EnDecoder, data: Vec<u8>) -> Self {
[INFO] [stdout]    |            ^^^^^^^^^^^
[INFO] [stdout]    = note: this error originates in the macro `test_encode_decode` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0061]: this function takes 2 arguments but 1 argument was supplied
[INFO] [stdout]   --> benches/bench_01.rs:10:19
[INFO] [stdout]    |
[INFO] [stdout] 10 |         let mid = MiData::decode_from::<common::AutoDetect>(Vec::from(data));
[INFO] [stdout]    |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ --------------- argument #1 of type `&dyn EnDecoder` is missing
[INFO] [stdout] ...
[INFO] [stdout] 38 |             test_encode_decode!(data, lvgl::ColorFormatRGB565);
[INFO] [stdout]    |             -------------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout] note: associated function defined here
[INFO] [stdout]   --> /opt/rustwide/workdir/src/midata/mod.rs:12:12
[INFO] [stdout]    |
[INFO] [stdout] 12 |     pub fn decode_from(ed: &dyn EnDecoder, data: Vec<u8>) -> Self {
[INFO] [stdout]    |            ^^^^^^^^^^^
[INFO] [stdout]    = note: this error originates in the macro `test_encode_decode` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: provide the argument
[INFO] [stdout]    |
[INFO] [stdout] 10 |         let mid = MiData::decode_from::<common::AutoDetect>(/* &dyn EnDecoder */, Vec::from(data));
[INFO] [stdout]    |                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0107]: method takes 0 generic arguments but 1 generic argument was supplied
[INFO] [stdout]   --> benches/bench_01.rs:11:24
[INFO] [stdout]    |
[INFO] [stdout] 11 |         let data = mid.encode_into::<$cf>();
[INFO] [stdout]    |                        ^^^^^^^^^^^------- help: remove the unnecessary generics
[INFO] [stdout]    |                        |
[INFO] [stdout]    |                        expected 0 generic arguments
[INFO] [stdout] ...
[INFO] [stdout] 38 |             test_encode_decode!(data, lvgl::ColorFormatRGB565);
[INFO] [stdout]    |             -------------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout] note: method defined here, with 0 generic parameters
[INFO] [stdout]   --> /opt/rustwide/workdir/src/midata/mod.rs:16:12
[INFO] [stdout]    |
[INFO] [stdout] 16 |     pub fn encode_into(&self, ed: &dyn EnDecoder, encoder_params: EncoderParams) -> Vec<u8> {
[INFO] [stdout]    |            ^^^^^^^^^^^
[INFO] [stdout]    = note: this error originates in the macro `test_encode_decode` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0061]: this method takes 2 arguments but 0 arguments were supplied
[INFO] [stdout]   --> benches/bench_01.rs:11:24
[INFO] [stdout]    |
[INFO] [stdout] 11 |         let data = mid.encode_into::<$cf>();
[INFO] [stdout]    |                        ^^^^^^^^^^^^^^^^^^-- two arguments of type `&dyn EnDecoder` and `EncoderParams` are missing
[INFO] [stdout] ...
[INFO] [stdout] 38 |             test_encode_decode!(data, lvgl::ColorFormatRGB565);
[INFO] [stdout]    |             -------------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout] note: method defined here
[INFO] [stdout]   --> /opt/rustwide/workdir/src/midata/mod.rs:16:12
[INFO] [stdout]    |
[INFO] [stdout] 16 |     pub fn encode_into(&self, ed: &dyn EnDecoder, encoder_params: EncoderParams) -> Vec<u8> {
[INFO] [stdout]    |            ^^^^^^^^^^^
[INFO] [stdout]    = note: this error originates in the macro `test_encode_decode` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: provide the arguments
[INFO] [stdout]    |
[INFO] [stdout] 11 |         let data = mid.encode_into::<$cf>(/* &dyn EnDecoder */, /* EncoderParams */);
[INFO] [stdout]    |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0107]: associated function takes 0 generic arguments but 1 generic argument was supplied
[INFO] [stdout]   --> benches/bench_01.rs:15:17
[INFO] [stdout]    |
[INFO] [stdout] 15 |         MiData::decode_from::<lvgl::LVGL>(data);
[INFO] [stdout]    |                 ^^^^^^^^^^^-------------- help: remove the unnecessary generics
[INFO] [stdout]    |                 |
[INFO] [stdout]    |                 expected 0 generic arguments
[INFO] [stdout] ...
[INFO] [stdout] 38 |             test_encode_decode!(data, lvgl::ColorFormatRGB565);
[INFO] [stdout]    |             -------------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout] note: associated function defined here, with 0 generic parameters
[INFO] [stdout]   --> /opt/rustwide/workdir/src/midata/mod.rs:12:12
[INFO] [stdout]    |
[INFO] [stdout] 12 |     pub fn decode_from(ed: &dyn EnDecoder, data: Vec<u8>) -> Self {
[INFO] [stdout]    |            ^^^^^^^^^^^
[INFO] [stdout]    = note: this error originates in the macro `test_encode_decode` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0061]: this function takes 2 arguments but 1 argument was supplied
[INFO] [stdout]   --> benches/bench_01.rs:15:9
[INFO] [stdout]    |
[INFO] [stdout] 15 |         MiData::decode_from::<lvgl::LVGL>(data);
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ---- argument #1 of type `&dyn EnDecoder` is missing
[INFO] [stdout] ...
[INFO] [stdout] 38 |             test_encode_decode!(data, lvgl::ColorFormatRGB565);
[INFO] [stdout]    |             -------------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout] note: associated function defined here
[INFO] [stdout]   --> /opt/rustwide/workdir/src/midata/mod.rs:12:12
[INFO] [stdout]    |
[INFO] [stdout] 12 |     pub fn decode_from(ed: &dyn EnDecoder, data: Vec<u8>) -> Self {
[INFO] [stdout]    |            ^^^^^^^^^^^
[INFO] [stdout]    = note: this error originates in the macro `test_encode_decode` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: provide the argument
[INFO] [stdout]    |
[INFO] [stdout] 15 |         MiData::decode_from::<lvgl::LVGL>(/* &dyn EnDecoder */, data);
[INFO] [stdout]    |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0107]: associated function takes 0 generic arguments but 1 generic argument was supplied
[INFO] [stdout]   --> benches/bench_01.rs:10:27
[INFO] [stdout]    |
[INFO] [stdout] 10 |         let mid = MiData::decode_from::<common::AutoDetect>(Vec::from(data));
[INFO] [stdout]    |                           ^^^^^^^^^^^---------------------- help: remove the unnecessary generics
[INFO] [stdout]    |                           |
[INFO] [stdout]    |                           expected 0 generic arguments
[INFO] [stdout] ...
[INFO] [stdout] 47 |             test_encode_decode!(data, lvgl::ColorFormatRGB565A8);
[INFO] [stdout]    |             ---------------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout] note: associated function defined here, with 0 generic parameters
[INFO] [stdout]   --> /opt/rustwide/workdir/src/midata/mod.rs:12:12
[INFO] [stdout]    |
[INFO] [stdout] 12 |     pub fn decode_from(ed: &dyn EnDecoder, data: Vec<u8>) -> Self {
[INFO] [stdout]    |            ^^^^^^^^^^^
[INFO] [stdout]    = note: this error originates in the macro `test_encode_decode` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0061]: this function takes 2 arguments but 1 argument was supplied
[INFO] [stdout]   --> benches/bench_01.rs:10:19
[INFO] [stdout]    |
[INFO] [stdout] 10 |         let mid = MiData::decode_from::<common::AutoDetect>(Vec::from(data));
[INFO] [stdout]    |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ --------------- argument #1 of type `&dyn EnDecoder` is missing
[INFO] [stdout] ...
[INFO] [stdout] 47 |             test_encode_decode!(data, lvgl::ColorFormatRGB565A8);
[INFO] [stdout]    |             ---------------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout] note: associated function defined here
[INFO] [stdout]   --> /opt/rustwide/workdir/src/midata/mod.rs:12:12
[INFO] [stdout]    |
[INFO] [stdout] 12 |     pub fn decode_from(ed: &dyn EnDecoder, data: Vec<u8>) -> Self {
[INFO] [stdout]    |            ^^^^^^^^^^^
[INFO] [stdout]    = note: this error originates in the macro `test_encode_decode` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: provide the argument
[INFO] [stdout]    |
[INFO] [stdout] 10 |         let mid = MiData::decode_from::<common::AutoDetect>(/* &dyn EnDecoder */, Vec::from(data));
[INFO] [stdout]    |                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0107]: method takes 0 generic arguments but 1 generic argument was supplied
[INFO] [stdout]   --> benches/bench_01.rs:11:24
[INFO] [stdout]    |
[INFO] [stdout] 11 |         let data = mid.encode_into::<$cf>();
[INFO] [stdout]    |                        ^^^^^^^^^^^------- help: remove the unnecessary generics
[INFO] [stdout]    |                        |
[INFO] [stdout]    |                        expected 0 generic arguments
[INFO] [stdout] ...
[INFO] [stdout] 47 |             test_encode_decode!(data, lvgl::ColorFormatRGB565A8);
[INFO] [stdout]    |             ---------------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout] note: method defined here, with 0 generic parameters
[INFO] [stdout]   --> /opt/rustwide/workdir/src/midata/mod.rs:16:12
[INFO] [stdout]    |
[INFO] [stdout] 16 |     pub fn encode_into(&self, ed: &dyn EnDecoder, encoder_params: EncoderParams) -> Vec<u8> {
[INFO] [stdout]    |            ^^^^^^^^^^^
[INFO] [stdout]    = note: this error originates in the macro `test_encode_decode` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0061]: this method takes 2 arguments but 0 arguments were supplied
[INFO] [stdout]   --> benches/bench_01.rs:11:24
[INFO] [stdout]    |
[INFO] [stdout] 11 |         let data = mid.encode_into::<$cf>();
[INFO] [stdout]    |                        ^^^^^^^^^^^^^^^^^^-- two arguments of type `&dyn EnDecoder` and `EncoderParams` are missing
[INFO] [stdout] ...
[INFO] [stdout] 47 |             test_encode_decode!(data, lvgl::ColorFormatRGB565A8);
[INFO] [stdout]    |             ---------------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout] note: method defined here
[INFO] [stdout]   --> /opt/rustwide/workdir/src/midata/mod.rs:16:12
[INFO] [stdout]    |
[INFO] [stdout] 16 |     pub fn encode_into(&self, ed: &dyn EnDecoder, encoder_params: EncoderParams) -> Vec<u8> {
[INFO] [stdout]    |            ^^^^^^^^^^^
[INFO] [stdout]    = note: this error originates in the macro `test_encode_decode` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: provide the arguments
[INFO] [stdout]    |
[INFO] [stdout] 11 |         let data = mid.encode_into::<$cf>(/* &dyn EnDecoder */, /* EncoderParams */);
[INFO] [stdout]    |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0107]: associated function takes 0 generic arguments but 1 generic argument was supplied
[INFO] [stdout]   --> benches/bench_01.rs:15:17
[INFO] [stdout]    |
[INFO] [stdout] 15 |         MiData::decode_from::<lvgl::LVGL>(data);
[INFO] [stdout]    |                 ^^^^^^^^^^^-------------- help: remove the unnecessary generics
[INFO] [stdout]    |                 |
[INFO] [stdout]    |                 expected 0 generic arguments
[INFO] [stdout] ...
[INFO] [stdout] 47 |             test_encode_decode!(data, lvgl::ColorFormatRGB565A8);
[INFO] [stdout]    |             ---------------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout] note: associated function defined here, with 0 generic parameters
[INFO] [stdout]   --> /opt/rustwide/workdir/src/midata/mod.rs:12:12
[INFO] [stdout]    |
[INFO] [stdout] 12 |     pub fn decode_from(ed: &dyn EnDecoder, data: Vec<u8>) -> Self {
[INFO] [stdout]    |            ^^^^^^^^^^^
[INFO] [stdout]    = note: this error originates in the macro `test_encode_decode` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0061]: this function takes 2 arguments but 1 argument was supplied
[INFO] [stdout]   --> benches/bench_01.rs:15:9
[INFO] [stdout]    |
[INFO] [stdout] 15 |         MiData::decode_from::<lvgl::LVGL>(data);
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ---- argument #1 of type `&dyn EnDecoder` is missing
[INFO] [stdout] ...
[INFO] [stdout] 47 |             test_encode_decode!(data, lvgl::ColorFormatRGB565A8);
[INFO] [stdout]    |             ---------------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout] note: associated function defined here
[INFO] [stdout]   --> /opt/rustwide/workdir/src/midata/mod.rs:12:12
[INFO] [stdout]    |
[INFO] [stdout] 12 |     pub fn decode_from(ed: &dyn EnDecoder, data: Vec<u8>) -> Self {
[INFO] [stdout]    |            ^^^^^^^^^^^
[INFO] [stdout]    = note: this error originates in the macro `test_encode_decode` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: provide the argument
[INFO] [stdout]    |
[INFO] [stdout] 15 |         MiData::decode_from::<lvgl::LVGL>(/* &dyn EnDecoder */, data);
[INFO] [stdout]    |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0107]: associated function takes 0 generic arguments but 1 generic argument was supplied
[INFO] [stdout]   --> benches/bench_01.rs:10:27
[INFO] [stdout]    |
[INFO] [stdout] 10 |         let mid = MiData::decode_from::<common::AutoDetect>(Vec::from(data));
[INFO] [stdout]    |                           ^^^^^^^^^^^---------------------- help: remove the unnecessary generics
[INFO] [stdout]    |                           |
[INFO] [stdout]    |                           expected 0 generic arguments
[INFO] [stdout] ...
[INFO] [stdout] 56 |             test_encode_decode!(data, lvgl::ColorFormatRGB888);
[INFO] [stdout]    |             -------------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout] note: associated function defined here, with 0 generic parameters
[INFO] [stdout]   --> /opt/rustwide/workdir/src/midata/mod.rs:12:12
[INFO] [stdout]    |
[INFO] [stdout] 12 |     pub fn decode_from(ed: &dyn EnDecoder, data: Vec<u8>) -> Self {
[INFO] [stdout]    |            ^^^^^^^^^^^
[INFO] [stdout]    = note: this error originates in the macro `test_encode_decode` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0061]: this function takes 2 arguments but 1 argument was supplied
[INFO] [stdout]   --> benches/bench_01.rs:10:19
[INFO] [stdout]    |
[INFO] [stdout] 10 |         let mid = MiData::decode_from::<common::AutoDetect>(Vec::from(data));
[INFO] [stdout]    |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ --------------- argument #1 of type `&dyn EnDecoder` is missing
[INFO] [stdout] ...
[INFO] [stdout] 56 |             test_encode_decode!(data, lvgl::ColorFormatRGB888);
[INFO] [stdout]    |             -------------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout] note: associated function defined here
[INFO] [stdout]   --> /opt/rustwide/workdir/src/midata/mod.rs:12:12
[INFO] [stdout]    |
[INFO] [stdout] 12 |     pub fn decode_from(ed: &dyn EnDecoder, data: Vec<u8>) -> Self {
[INFO] [stdout]    |            ^^^^^^^^^^^
[INFO] [stdout]    = note: this error originates in the macro `test_encode_decode` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: provide the argument
[INFO] [stdout]    |
[INFO] [stdout] 10 |         let mid = MiData::decode_from::<common::AutoDetect>(/* &dyn EnDecoder */, Vec::from(data));
[INFO] [stdout]    |                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0107]: method takes 0 generic arguments but 1 generic argument was supplied
[INFO] [stdout]   --> benches/bench_01.rs:11:24
[INFO] [stdout]    |
[INFO] [stdout] 11 |         let data = mid.encode_into::<$cf>();
[INFO] [stdout]    |                        ^^^^^^^^^^^------- help: remove the unnecessary generics
[INFO] [stdout]    |                        |
[INFO] [stdout]    |                        expected 0 generic arguments
[INFO] [stdout] ...
[INFO] [stdout] 56 |             test_encode_decode!(data, lvgl::ColorFormatRGB888);
[INFO] [stdout]    |             -------------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout] note: method defined here, with 0 generic parameters
[INFO] [stdout]   --> /opt/rustwide/workdir/src/midata/mod.rs:16:12
[INFO] [stdout]    |
[INFO] [stdout] 16 |     pub fn encode_into(&self, ed: &dyn EnDecoder, encoder_params: EncoderParams) -> Vec<u8> {
[INFO] [stdout]    |            ^^^^^^^^^^^
[INFO] [stdout]    = note: this error originates in the macro `test_encode_decode` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0061]: this method takes 2 arguments but 0 arguments were supplied
[INFO] [stdout]   --> benches/bench_01.rs:11:24
[INFO] [stdout]    |
[INFO] [stdout] 11 |         let data = mid.encode_into::<$cf>();
[INFO] [stdout]    |                        ^^^^^^^^^^^^^^^^^^-- two arguments of type `&dyn EnDecoder` and `EncoderParams` are missing
[INFO] [stdout] ...
[INFO] [stdout] 56 |             test_encode_decode!(data, lvgl::ColorFormatRGB888);
[INFO] [stdout]    |             -------------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout] note: method defined here
[INFO] [stdout]   --> /opt/rustwide/workdir/src/midata/mod.rs:16:12
[INFO] [stdout]    |
[INFO] [stdout] 16 |     pub fn encode_into(&self, ed: &dyn EnDecoder, encoder_params: EncoderParams) -> Vec<u8> {
[INFO] [stdout]    |            ^^^^^^^^^^^
[INFO] [stdout]    = note: this error originates in the macro `test_encode_decode` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: provide the arguments
[INFO] [stdout]    |
[INFO] [stdout] 11 |         let data = mid.encode_into::<$cf>(/* &dyn EnDecoder */, /* EncoderParams */);
[INFO] [stdout]    |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0107]: associated function takes 0 generic arguments but 1 generic argument was supplied
[INFO] [stdout]   --> benches/bench_01.rs:15:17
[INFO] [stdout]    |
[INFO] [stdout] 15 |         MiData::decode_from::<lvgl::LVGL>(data);
[INFO] [stdout]    |                 ^^^^^^^^^^^-------------- help: remove the unnecessary generics
[INFO] [stdout]    |                 |
[INFO] [stdout]    |                 expected 0 generic arguments
[INFO] [stdout] ...
[INFO] [stdout] 56 |             test_encode_decode!(data, lvgl::ColorFormatRGB888);
[INFO] [stdout]    |             -------------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout] note: associated function defined here, with 0 generic parameters
[INFO] [stdout]   --> /opt/rustwide/workdir/src/midata/mod.rs:12:12
[INFO] [stdout]    |
[INFO] [stdout] 12 |     pub fn decode_from(ed: &dyn EnDecoder, data: Vec<u8>) -> Self {
[INFO] [stdout]    |            ^^^^^^^^^^^
[INFO] [stdout]    = note: this error originates in the macro `test_encode_decode` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0061]: this function takes 2 arguments but 1 argument was supplied
[INFO] [stdout]   --> benches/bench_01.rs:15:9
[INFO] [stdout]    |
[INFO] [stdout] 15 |         MiData::decode_from::<lvgl::LVGL>(data);
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ---- argument #1 of type `&dyn EnDecoder` is missing
[INFO] [stdout] ...
[INFO] [stdout] 56 |             test_encode_decode!(data, lvgl::ColorFormatRGB888);
[INFO] [stdout]    |             -------------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout] note: associated function defined here
[INFO] [stdout]   --> /opt/rustwide/workdir/src/midata/mod.rs:12:12
[INFO] [stdout]    |
[INFO] [stdout] 12 |     pub fn decode_from(ed: &dyn EnDecoder, data: Vec<u8>) -> Self {
[INFO] [stdout]    |            ^^^^^^^^^^^
[INFO] [stdout]    = note: this error originates in the macro `test_encode_decode` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: provide the argument
[INFO] [stdout]    |
[INFO] [stdout] 15 |         MiData::decode_from::<lvgl::LVGL>(/* &dyn EnDecoder */, data);
[INFO] [stdout]    |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0107]: associated function takes 0 generic arguments but 1 generic argument was supplied
[INFO] [stdout]   --> benches/bench_01.rs:10:27
[INFO] [stdout]    |
[INFO] [stdout] 10 |         let mid = MiData::decode_from::<common::AutoDetect>(Vec::from(data));
[INFO] [stdout]    |                           ^^^^^^^^^^^---------------------- help: remove the unnecessary generics
[INFO] [stdout]    |                           |
[INFO] [stdout]    |                           expected 0 generic arguments
[INFO] [stdout] ...
[INFO] [stdout] 65 |             test_encode_decode!(data, lvgl::ColorFormatARGB8888);
[INFO] [stdout]    |             ---------------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout] note: associated function defined here, with 0 generic parameters
[INFO] [stdout]   --> /opt/rustwide/workdir/src/midata/mod.rs:12:12
[INFO] [stdout]    |
[INFO] [stdout] 12 |     pub fn decode_from(ed: &dyn EnDecoder, data: Vec<u8>) -> Self {
[INFO] [stdout]    |            ^^^^^^^^^^^
[INFO] [stdout]    = note: this error originates in the macro `test_encode_decode` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0061]: this function takes 2 arguments but 1 argument was supplied
[INFO] [stdout]   --> benches/bench_01.rs:10:19
[INFO] [stdout]    |
[INFO] [stdout] 10 |         let mid = MiData::decode_from::<common::AutoDetect>(Vec::from(data));
[INFO] [stdout]    |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ --------------- argument #1 of type `&dyn EnDecoder` is missing
[INFO] [stdout] ...
[INFO] [stdout] 65 |             test_encode_decode!(data, lvgl::ColorFormatARGB8888);
[INFO] [stdout]    |             ---------------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout] note: associated function defined here
[INFO] [stdout]   --> /opt/rustwide/workdir/src/midata/mod.rs:12:12
[INFO] [stdout]    |
[INFO] [stdout] 12 |     pub fn decode_from(ed: &dyn EnDecoder, data: Vec<u8>) -> Self {
[INFO] [stdout]    |            ^^^^^^^^^^^
[INFO] [stdout]    = note: this error originates in the macro `test_encode_decode` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: provide the argument
[INFO] [stdout]    |
[INFO] [stdout] 10 |         let mid = MiData::decode_from::<common::AutoDetect>(/* &dyn EnDecoder */, Vec::from(data));
[INFO] [stdout]    |                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0107]: method takes 0 generic arguments but 1 generic argument was supplied
[INFO] [stdout]   --> benches/bench_01.rs:11:24
[INFO] [stdout]    |
[INFO] [stdout] 11 |         let data = mid.encode_into::<$cf>();
[INFO] [stdout]    |                        ^^^^^^^^^^^------- help: remove the unnecessary generics
[INFO] [stdout]    |                        |
[INFO] [stdout]    |                        expected 0 generic arguments
[INFO] [stdout] ...
[INFO] [stdout] 65 |             test_encode_decode!(data, lvgl::ColorFormatARGB8888);
[INFO] [stdout]    |             ---------------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout] note: method defined here, with 0 generic parameters
[INFO] [stdout]   --> /opt/rustwide/workdir/src/midata/mod.rs:16:12
[INFO] [stdout]    |
[INFO] [stdout] 16 |     pub fn encode_into(&self, ed: &dyn EnDecoder, encoder_params: EncoderParams) -> Vec<u8> {
[INFO] [stdout]    |            ^^^^^^^^^^^
[INFO] [stdout]    = note: this error originates in the macro `test_encode_decode` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0061]: this method takes 2 arguments but 0 arguments were supplied
[INFO] [stdout]   --> benches/bench_01.rs:11:24
[INFO] [stdout]    |
[INFO] [stdout] 11 |         let data = mid.encode_into::<$cf>();
[INFO] [stdout]    |                        ^^^^^^^^^^^^^^^^^^-- two arguments of type `&dyn EnDecoder` and `EncoderParams` are missing
[INFO] [stdout] ...
[INFO] [stdout] 65 |             test_encode_decode!(data, lvgl::ColorFormatARGB8888);
[INFO] [stdout]    |             ---------------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout] note: method defined here
[INFO] [stdout]   --> /opt/rustwide/workdir/src/midata/mod.rs:16:12
[INFO] [stdout]    |
[INFO] [stdout] 16 |     pub fn encode_into(&self, ed: &dyn EnDecoder, encoder_params: EncoderParams) -> Vec<u8> {
[INFO] [stdout]    |            ^^^^^^^^^^^
[INFO] [stdout]    = note: this error originates in the macro `test_encode_decode` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: provide the arguments
[INFO] [stdout]    |
[INFO] [stdout] 11 |         let data = mid.encode_into::<$cf>(/* &dyn EnDecoder */, /* EncoderParams */);
[INFO] [stdout]    |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0107]: associated function takes 0 generic arguments but 1 generic argument was supplied
[INFO] [stdout]   --> benches/bench_01.rs:15:17
[INFO] [stdout]    |
[INFO] [stdout] 15 |         MiData::decode_from::<lvgl::LVGL>(data);
[INFO] [stdout]    |                 ^^^^^^^^^^^-------------- help: remove the unnecessary generics
[INFO] [stdout]    |                 |
[INFO] [stdout]    |                 expected 0 generic arguments
[INFO] [stdout] ...
[INFO] [stdout] 65 |             test_encode_decode!(data, lvgl::ColorFormatARGB8888);
[INFO] [stdout]    |             ---------------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout] note: associated function defined here, with 0 generic parameters
[INFO] [stdout]   --> /opt/rustwide/workdir/src/midata/mod.rs:12:12
[INFO] [stdout]    |
[INFO] [stdout] 12 |     pub fn decode_from(ed: &dyn EnDecoder, data: Vec<u8>) -> Self {
[INFO] [stdout]    |            ^^^^^^^^^^^
[INFO] [stdout]    = note: this error originates in the macro `test_encode_decode` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0061]: this function takes 2 arguments but 1 argument was supplied
[INFO] [stdout]   --> benches/bench_01.rs:15:9
[INFO] [stdout]    |
[INFO] [stdout] 15 |         MiData::decode_from::<lvgl::LVGL>(data);
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ---- argument #1 of type `&dyn EnDecoder` is missing
[INFO] [stdout] ...
[INFO] [stdout] 65 |             test_encode_decode!(data, lvgl::ColorFormatARGB8888);
[INFO] [stdout]    |             ---------------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout] note: associated function defined here
[INFO] [stdout]   --> /opt/rustwide/workdir/src/midata/mod.rs:12:12
[INFO] [stdout]    |
[INFO] [stdout] 12 |     pub fn decode_from(ed: &dyn EnDecoder, data: Vec<u8>) -> Self {
[INFO] [stdout]    |            ^^^^^^^^^^^
[INFO] [stdout]    = note: this error originates in the macro `test_encode_decode` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: provide the argument
[INFO] [stdout]    |
[INFO] [stdout] 15 |         MiData::decode_from::<lvgl::LVGL>(/* &dyn EnDecoder */, data);
[INFO] [stdout]    |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0107]: associated function takes 0 generic arguments but 1 generic argument was supplied
[INFO] [stdout]   --> benches/bench_01.rs:10:27
[INFO] [stdout]    |
[INFO] [stdout] 10 |         let mid = MiData::decode_from::<common::AutoDetect>(Vec::from(data));
[INFO] [stdout]    |                           ^^^^^^^^^^^---------------------- help: remove the unnecessary generics
[INFO] [stdout]    |                           |
[INFO] [stdout]    |                           expected 0 generic arguments
[INFO] [stdout] ...
[INFO] [stdout] 74 |             test_encode_decode!(data, lvgl::ColorFormatXRGB8888);
[INFO] [stdout]    |             ---------------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout] note: associated function defined here, with 0 generic parameters
[INFO] [stdout]   --> /opt/rustwide/workdir/src/midata/mod.rs:12:12
[INFO] [stdout]    |
[INFO] [stdout] 12 |     pub fn decode_from(ed: &dyn EnDecoder, data: Vec<u8>) -> Self {
[INFO] [stdout]    |            ^^^^^^^^^^^
[INFO] [stdout]    = note: this error originates in the macro `test_encode_decode` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0061]: this function takes 2 arguments but 1 argument was supplied
[INFO] [stdout]   --> benches/bench_01.rs:10:19
[INFO] [stdout]    |
[INFO] [stdout] 10 |         let mid = MiData::decode_from::<common::AutoDetect>(Vec::from(data));
[INFO] [stdout]    |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ --------------- argument #1 of type `&dyn EnDecoder` is missing
[INFO] [stdout] ...
[INFO] [stdout] 74 |             test_encode_decode!(data, lvgl::ColorFormatXRGB8888);
[INFO] [stdout]    |             ---------------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout] note: associated function defined here
[INFO] [stdout]   --> /opt/rustwide/workdir/src/midata/mod.rs:12:12
[INFO] [stdout]    |
[INFO] [stdout] 12 |     pub fn decode_from(ed: &dyn EnDecoder, data: Vec<u8>) -> Self {
[INFO] [stdout]    |            ^^^^^^^^^^^
[INFO] [stdout]    = note: this error originates in the macro `test_encode_decode` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: provide the argument
[INFO] [stdout]    |
[INFO] [stdout] 10 |         let mid = MiData::decode_from::<common::AutoDetect>(/* &dyn EnDecoder */, Vec::from(data));
[INFO] [stdout]    |                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0107]: method takes 0 generic arguments but 1 generic argument was supplied
[INFO] [stdout]   --> benches/bench_01.rs:11:24
[INFO] [stdout]    |
[INFO] [stdout] 11 |         let data = mid.encode_into::<$cf>();
[INFO] [stdout]    |                        ^^^^^^^^^^^------- help: remove the unnecessary generics
[INFO] [stdout]    |                        |
[INFO] [stdout]    |                        expected 0 generic arguments
[INFO] [stdout] ...
[INFO] [stdout] 74 |             test_encode_decode!(data, lvgl::ColorFormatXRGB8888);
[INFO] [stdout]    |             ---------------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout] note: method defined here, with 0 generic parameters
[INFO] [stdout]   --> /opt/rustwide/workdir/src/midata/mod.rs:16:12
[INFO] [stdout]    |
[INFO] [stdout] 16 |     pub fn encode_into(&self, ed: &dyn EnDecoder, encoder_params: EncoderParams) -> Vec<u8> {
[INFO] [stdout]    |            ^^^^^^^^^^^
[INFO] [stdout]    = note: this error originates in the macro `test_encode_decode` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0061]: this method takes 2 arguments but 0 arguments were supplied
[INFO] [stdout]   --> benches/bench_01.rs:11:24
[INFO] [stdout]    |
[INFO] [stdout] 11 |         let data = mid.encode_into::<$cf>();
[INFO] [stdout]    |                        ^^^^^^^^^^^^^^^^^^-- two arguments of type `&dyn EnDecoder` and `EncoderParams` are missing
[INFO] [stdout] ...
[INFO] [stdout] 74 |             test_encode_decode!(data, lvgl::ColorFormatXRGB8888);
[INFO] [stdout]    |             ---------------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout] note: method defined here
[INFO] [stdout]   --> /opt/rustwide/workdir/src/midata/mod.rs:16:12
[INFO] [stdout]    |
[INFO] [stdout] 16 |     pub fn encode_into(&self, ed: &dyn EnDecoder, encoder_params: EncoderParams) -> Vec<u8> {
[INFO] [stdout]    |            ^^^^^^^^^^^
[INFO] [stdout]    = note: this error originates in the macro `test_encode_decode` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: provide the arguments
[INFO] [stdout]    |
[INFO] [stdout] 11 |         let data = mid.encode_into::<$cf>(/* &dyn EnDecoder */, /* EncoderParams */);
[INFO] [stdout]    |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0107]: associated function takes 0 generic arguments but 1 generic argument was supplied
[INFO] [stdout]   --> benches/bench_01.rs:15:17
[INFO] [stdout]    |
[INFO] [stdout] 15 |         MiData::decode_from::<lvgl::LVGL>(data);
[INFO] [stdout]    |                 ^^^^^^^^^^^-------------- help: remove the unnecessary generics
[INFO] [stdout]    |                 |
[INFO] [stdout]    |                 expected 0 generic arguments
[INFO] [stdout] ...
[INFO] [stdout] 74 |             test_encode_decode!(data, lvgl::ColorFormatXRGB8888);
[INFO] [stdout]    |             ---------------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout] note: associated function defined here, with 0 generic parameters
[INFO] [stdout]   --> /opt/rustwide/workdir/src/midata/mod.rs:12:12
[INFO] [stdout]    |
[INFO] [stdout] 12 |     pub fn decode_from(ed: &dyn EnDecoder, data: Vec<u8>) -> Self {
[INFO] [stdout]    |            ^^^^^^^^^^^
[INFO] [stdout]    = note: this error originates in the macro `test_encode_decode` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0061]: this function takes 2 arguments but 1 argument was supplied
[INFO] [stdout]   --> benches/bench_01.rs:15:9
[INFO] [stdout]    |
[INFO] [stdout] 15 |         MiData::decode_from::<lvgl::LVGL>(data);
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ---- argument #1 of type `&dyn EnDecoder` is missing
[INFO] [stdout] ...
[INFO] [stdout] 74 |             test_encode_decode!(data, lvgl::ColorFormatXRGB8888);
[INFO] [stdout]    |             ---------------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout] note: associated function defined here
[INFO] [stdout]   --> /opt/rustwide/workdir/src/midata/mod.rs:12:12
[INFO] [stdout]    |
[INFO] [stdout] 12 |     pub fn decode_from(ed: &dyn EnDecoder, data: Vec<u8>) -> Self {
[INFO] [stdout]    |            ^^^^^^^^^^^
[INFO] [stdout]    = note: this error originates in the macro `test_encode_decode` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: provide the argument
[INFO] [stdout]    |
[INFO] [stdout] 15 |         MiData::decode_from::<lvgl::LVGL>(/* &dyn EnDecoder */, data);
[INFO] [stdout]    |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0107]: associated function takes 0 generic arguments but 1 generic argument was supplied
[INFO] [stdout]   --> benches/bench_01.rs:10:27
[INFO] [stdout]    |
[INFO] [stdout] 10 |         let mid = MiData::decode_from::<common::AutoDetect>(Vec::from(data));
[INFO] [stdout]    |                           ^^^^^^^^^^^---------------------- help: remove the unnecessary generics
[INFO] [stdout]    |                           |
[INFO] [stdout]    |                           expected 0 generic arguments
[INFO] [stdout] ...
[INFO] [stdout] 83 |             test_encode_decode!(data, lvgl::ColorFormatA1);
[INFO] [stdout]    |             ---------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout] note: associated function defined here, with 0 generic parameters
[INFO] [stdout]   --> /opt/rustwide/workdir/src/midata/mod.rs:12:12
[INFO] [stdout]    |
[INFO] [stdout] 12 |     pub fn decode_from(ed: &dyn EnDecoder, data: Vec<u8>) -> Self {
[INFO] [stdout]    |            ^^^^^^^^^^^
[INFO] [stdout]    = note: this error originates in the macro `test_encode_decode` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0061]: this function takes 2 arguments but 1 argument was supplied
[INFO] [stdout]   --> benches/bench_01.rs:10:19
[INFO] [stdout]    |
[INFO] [stdout] 10 |         let mid = MiData::decode_from::<common::AutoDetect>(Vec::from(data));
[INFO] [stdout]    |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ --------------- argument #1 of type `&dyn EnDecoder` is missing
[INFO] [stdout] ...
[INFO] [stdout] 83 |             test_encode_decode!(data, lvgl::ColorFormatA1);
[INFO] [stdout]    |             ---------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout] note: associated function defined here
[INFO] [stdout]   --> /opt/rustwide/workdir/src/midata/mod.rs:12:12
[INFO] [stdout]    |
[INFO] [stdout] 12 |     pub fn decode_from(ed: &dyn EnDecoder, data: Vec<u8>) -> Self {
[INFO] [stdout]    |            ^^^^^^^^^^^
[INFO] [stdout]    = note: this error originates in the macro `test_encode_decode` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: provide the argument
[INFO] [stdout]    |
[INFO] [stdout] 10 |         let mid = MiData::decode_from::<common::AutoDetect>(/* &dyn EnDecoder */, Vec::from(data));
[INFO] [stdout]    |                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0107]: method takes 0 generic arguments but 1 generic argument was supplied
[INFO] [stdout]   --> benches/bench_01.rs:11:24
[INFO] [stdout]    |
[INFO] [stdout] 11 |         let data = mid.encode_into::<$cf>();
[INFO] [stdout]    |                        ^^^^^^^^^^^------- help: remove the unnecessary generics
[INFO] [stdout]    |                        |
[INFO] [stdout]    |                        expected 0 generic arguments
[INFO] [stdout] ...
[INFO] [stdout] 83 |             test_encode_decode!(data, lvgl::ColorFormatA1);
[INFO] [stdout]    |             ---------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout] note: method defined here, with 0 generic parameters
[INFO] [stdout]   --> /opt/rustwide/workdir/src/midata/mod.rs:16:12
[INFO] [stdout]    |
[INFO] [stdout] 16 |     pub fn encode_into(&self, ed: &dyn EnDecoder, encoder_params: EncoderParams) -> Vec<u8> {
[INFO] [stdout]    |            ^^^^^^^^^^^
[INFO] [stdout]    = note: this error originates in the macro `test_encode_decode` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0061]: this method takes 2 arguments but 0 arguments were supplied
[INFO] [stdout]   --> benches/bench_01.rs:11:24
[INFO] [stdout]    |
[INFO] [stdout] 11 |         let data = mid.encode_into::<$cf>();
[INFO] [stdout]    |                        ^^^^^^^^^^^^^^^^^^-- two arguments of type `&dyn EnDecoder` and `EncoderParams` are missing
[INFO] [stdout] ...
[INFO] [stdout] 83 |             test_encode_decode!(data, lvgl::ColorFormatA1);
[INFO] [stdout]    |             ---------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout] note: method defined here
[INFO] [stdout]   --> /opt/rustwide/workdir/src/midata/mod.rs:16:12
[INFO] [stdout]    |
[INFO] [stdout] 16 |     pub fn encode_into(&self, ed: &dyn EnDecoder, encoder_params: EncoderParams) -> Vec<u8> {
[INFO] [stdout]    |            ^^^^^^^^^^^
[INFO] [stdout]    = note: this error originates in the macro `test_encode_decode` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: provide the arguments
[INFO] [stdout]    |
[INFO] [stdout] 11 |         let data = mid.encode_into::<$cf>(/* &dyn EnDecoder */, /* EncoderParams */);
[INFO] [stdout]    |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0107]: associated function takes 0 generic arguments but 1 generic argument was supplied
[INFO] [stdout]   --> benches/bench_01.rs:15:17
[INFO] [stdout]    |
[INFO] [stdout] 15 |         MiData::decode_from::<lvgl::LVGL>(data);
[INFO] [stdout]    |                 ^^^^^^^^^^^-------------- help: remove the unnecessary generics
[INFO] [stdout]    |                 |
[INFO] [stdout]    |                 expected 0 generic arguments
[INFO] [stdout] ...
[INFO] [stdout] 83 |             test_encode_decode!(data, lvgl::ColorFormatA1);
[INFO] [stdout]    |             ---------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout] note: associated function defined here, with 0 generic parameters
[INFO] [stdout]   --> /opt/rustwide/workdir/src/midata/mod.rs:12:12
[INFO] [stdout]    |
[INFO] [stdout] 12 |     pub fn decode_from(ed: &dyn EnDecoder, data: Vec<u8>) -> Self {
[INFO] [stdout]    |            ^^^^^^^^^^^
[INFO] [stdout]    = note: this error originates in the macro `test_encode_decode` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0061]: this function takes 2 arguments but 1 argument was supplied
[INFO] [stdout]   --> benches/bench_01.rs:15:9
[INFO] [stdout]    |
[INFO] [stdout] 15 |         MiData::decode_from::<lvgl::LVGL>(data);
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ---- argument #1 of type `&dyn EnDecoder` is missing
[INFO] [stdout] ...
[INFO] [stdout] 83 |             test_encode_decode!(data, lvgl::ColorFormatA1);
[INFO] [stdout]    |             ---------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout] note: associated function defined here
[INFO] [stdout]   --> /opt/rustwide/workdir/src/midata/mod.rs:12:12
[INFO] [stdout]    |
[INFO] [stdout] 12 |     pub fn decode_from(ed: &dyn EnDecoder, data: Vec<u8>) -> Self {
[INFO] [stdout]    |            ^^^^^^^^^^^
[INFO] [stdout]    = note: this error originates in the macro `test_encode_decode` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: provide the argument
[INFO] [stdout]    |
[INFO] [stdout] 15 |         MiData::decode_from::<lvgl::LVGL>(/* &dyn EnDecoder */, data);
[INFO] [stdout]    |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0107]: associated function takes 0 generic arguments but 1 generic argument was supplied
[INFO] [stdout]   --> benches/bench_01.rs:10:27
[INFO] [stdout]    |
[INFO] [stdout] 10 |         let mid = MiData::decode_from::<common::AutoDetect>(Vec::from(data));
[INFO] [stdout]    |                           ^^^^^^^^^^^---------------------- help: remove the unnecessary generics
[INFO] [stdout]    |                           |
[INFO] [stdout]    |                           expected 0 generic arguments
[INFO] [stdout] ...
[INFO] [stdout] 92 |             test_encode_decode!(data, lvgl::ColorFormatA2);
[INFO] [stdout]    |             ---------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout] note: associated function defined here, with 0 generic parameters
[INFO] [stdout]   --> /opt/rustwide/workdir/src/midata/mod.rs:12:12
[INFO] [stdout]    |
[INFO] [stdout] 12 |     pub fn decode_from(ed: &dyn EnDecoder, data: Vec<u8>) -> Self {
[INFO] [stdout]    |            ^^^^^^^^^^^
[INFO] [stdout]    = note: this error originates in the macro `test_encode_decode` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0061]: this function takes 2 arguments but 1 argument was supplied
[INFO] [stdout]   --> benches/bench_01.rs:10:19
[INFO] [stdout]    |
[INFO] [stdout] 10 |         let mid = MiData::decode_from::<common::AutoDetect>(Vec::from(data));
[INFO] [stdout]    |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ --------------- argument #1 of type `&dyn EnDecoder` is missing
[INFO] [stdout] ...
[INFO] [stdout] 92 |             test_encode_decode!(data, lvgl::ColorFormatA2);
[INFO] [stdout]    |             ---------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout] note: associated function defined here
[INFO] [stdout]   --> /opt/rustwide/workdir/src/midata/mod.rs:12:12
[INFO] [stdout]    |
[INFO] [stdout] 12 |     pub fn decode_from(ed: &dyn EnDecoder, data: Vec<u8>) -> Self {
[INFO] [stdout]    |            ^^^^^^^^^^^
[INFO] [stdout]    = note: this error originates in the macro `test_encode_decode` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: provide the argument
[INFO] [stdout]    |
[INFO] [stdout] 10 |         let mid = MiData::decode_from::<common::AutoDetect>(/* &dyn EnDecoder */, Vec::from(data));
[INFO] [stdout]    |                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0107]: method takes 0 generic arguments but 1 generic argument was supplied
[INFO] [stdout]   --> benches/bench_01.rs:11:24
[INFO] [stdout]    |
[INFO] [stdout] 11 |         let data = mid.encode_into::<$cf>();
[INFO] [stdout]    |                        ^^^^^^^^^^^------- help: remove the unnecessary generics
[INFO] [stdout]    |                        |
[INFO] [stdout]    |                        expected 0 generic arguments
[INFO] [stdout] ...
[INFO] [stdout] 92 |             test_encode_decode!(data, lvgl::ColorFormatA2);
[INFO] [stdout]    |             ---------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout] note: method defined here, with 0 generic parameters
[INFO] [stdout]   --> /opt/rustwide/workdir/src/midata/mod.rs:16:12
[INFO] [stdout]    |
[INFO] [stdout] 16 |     pub fn encode_into(&self, ed: &dyn EnDecoder, encoder_params: EncoderParams) -> Vec<u8> {
[INFO] [stdout]    |            ^^^^^^^^^^^
[INFO] [stdout]    = note: this error originates in the macro `test_encode_decode` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0061]: this method takes 2 arguments but 0 arguments were supplied
[INFO] [stdout]   --> benches/bench_01.rs:11:24
[INFO] [stdout]    |
[INFO] [stdout] 11 |         let data = mid.encode_into::<$cf>();
[INFO] [stdout]    |                        ^^^^^^^^^^^^^^^^^^-- two arguments of type `&dyn EnDecoder` and `EncoderParams` are missing
[INFO] [stdout] ...
[INFO] [stdout] 92 |             test_encode_decode!(data, lvgl::ColorFormatA2);
[INFO] [stdout]    |             ---------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout] note: method defined here
[INFO] [stdout]   --> /opt/rustwide/workdir/src/midata/mod.rs:16:12
[INFO] [stdout]    |
[INFO] [stdout] 16 |     pub fn encode_into(&self, ed: &dyn EnDecoder, encoder_params: EncoderParams) -> Vec<u8> {
[INFO] [stdout]    |            ^^^^^^^^^^^
[INFO] [stdout]    = note: this error originates in the macro `test_encode_decode` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: provide the arguments
[INFO] [stdout]    |
[INFO] [stdout] 11 |         let data = mid.encode_into::<$cf>(/* &dyn EnDecoder */, /* EncoderParams */);
[INFO] [stdout]    |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0107]: associated function takes 0 generic arguments but 1 generic argument was supplied
[INFO] [stdout]   --> benches/bench_01.rs:15:17
[INFO] [stdout]    |
[INFO] [stdout] 15 |         MiData::decode_from::<lvgl::LVGL>(data);
[INFO] [stdout]    |                 ^^^^^^^^^^^-------------- help: remove the unnecessary generics
[INFO] [stdout]    |                 |
[INFO] [stdout]    |                 expected 0 generic arguments
[INFO] [stdout] ...
[INFO] [stdout] 92 |             test_encode_decode!(data, lvgl::ColorFormatA2);
[INFO] [stdout]    |             ---------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout] note: associated function defined here, with 0 generic parameters
[INFO] [stdout]   --> /opt/rustwide/workdir/src/midata/mod.rs:12:12
[INFO] [stdout]    |
[INFO] [stdout] 12 |     pub fn decode_from(ed: &dyn EnDecoder, data: Vec<u8>) -> Self {
[INFO] [stdout]    |            ^^^^^^^^^^^
[INFO] [stdout]    = note: this error originates in the macro `test_encode_decode` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0061]: this function takes 2 arguments but 1 argument was supplied
[INFO] [stdout]   --> benches/bench_01.rs:15:9
[INFO] [stdout]    |
[INFO] [stdout] 15 |         MiData::decode_from::<lvgl::LVGL>(data);
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ---- argument #1 of type `&dyn EnDecoder` is missing
[INFO] [stdout] ...
[INFO] [stdout] 92 |             test_encode_decode!(data, lvgl::ColorFormatA2);
[INFO] [stdout]    |             ---------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout] note: associated function defined here
[INFO] [stdout]   --> /opt/rustwide/workdir/src/midata/mod.rs:12:12
[INFO] [stdout]    |
[INFO] [stdout] 12 |     pub fn decode_from(ed: &dyn EnDecoder, data: Vec<u8>) -> Self {
[INFO] [stdout]    |            ^^^^^^^^^^^
[INFO] [stdout]    = note: this error originates in the macro `test_encode_decode` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: provide the argument
[INFO] [stdout]    |
[INFO] [stdout] 15 |         MiData::decode_from::<lvgl::LVGL>(/* &dyn EnDecoder */, data);
[INFO] [stdout]    |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0107]: associated function takes 0 generic arguments but 1 generic argument was supplied
[INFO] [stdout]    --> benches/bench_01.rs:10:27
[INFO] [stdout]     |
[INFO] [stdout] 10  |         let mid = MiData::decode_from::<common::AutoDetect>(Vec::from(data));
[INFO] [stdout]     |                           ^^^^^^^^^^^---------------------- help: remove the unnecessary generics
[INFO] [stdout]     |                           |
[INFO] [stdout]     |                           expected 0 generic arguments
[INFO] [stdout] ...
[INFO] [stdout] 101 |             test_encode_decode!(data, lvgl::ColorFormatA4);
[INFO] [stdout]     |             ---------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] note: associated function defined here, with 0 generic parameters
[INFO] [stdout]    --> /opt/rustwide/workdir/src/midata/mod.rs:12:12
[INFO] [stdout]     |
[INFO] [stdout] 12  |     pub fn decode_from(ed: &dyn EnDecoder, data: Vec<u8>) -> Self {
[INFO] [stdout]     |            ^^^^^^^^^^^
[INFO] [stdout]     = note: this error originates in the macro `test_encode_decode` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0061]: this function takes 2 arguments but 1 argument was supplied
[INFO] [stdout]    --> benches/bench_01.rs:10:19
[INFO] [stdout]     |
[INFO] [stdout] 10  |         let mid = MiData::decode_from::<common::AutoDetect>(Vec::from(data));
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ --------------- argument #1 of type `&dyn EnDecoder` is missing
[INFO] [stdout] ...
[INFO] [stdout] 101 |             test_encode_decode!(data, lvgl::ColorFormatA4);
[INFO] [stdout]     |             ---------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] note: associated function defined here
[INFO] [stdout]    --> /opt/rustwide/workdir/src/midata/mod.rs:12:12
[INFO] [stdout]     |
[INFO] [stdout] 12  |     pub fn decode_from(ed: &dyn EnDecoder, data: Vec<u8>) -> Self {
[INFO] [stdout]     |            ^^^^^^^^^^^
[INFO] [stdout]     = note: this error originates in the macro `test_encode_decode` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: provide the argument
[INFO] [stdout]     |
[INFO] [stdout] 10  |         let mid = MiData::decode_from::<common::AutoDetect>(/* &dyn EnDecoder */, Vec::from(data));
[INFO] [stdout]     |                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0107]: method takes 0 generic arguments but 1 generic argument was supplied
[INFO] [stdout]    --> benches/bench_01.rs:11:24
[INFO] [stdout]     |
[INFO] [stdout] 11  |         let data = mid.encode_into::<$cf>();
[INFO] [stdout]     |                        ^^^^^^^^^^^------- help: remove the unnecessary generics
[INFO] [stdout]     |                        |
[INFO] [stdout]     |                        expected 0 generic arguments
[INFO] [stdout] ...
[INFO] [stdout] 101 |             test_encode_decode!(data, lvgl::ColorFormatA4);
[INFO] [stdout]     |             ---------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] note: method defined here, with 0 generic parameters
[INFO] [stdout]    --> /opt/rustwide/workdir/src/midata/mod.rs:16:12
[INFO] [stdout]     |
[INFO] [stdout] 16  |     pub fn encode_into(&self, ed: &dyn EnDecoder, encoder_params: EncoderParams) -> Vec<u8> {
[INFO] [stdout]     |            ^^^^^^^^^^^
[INFO] [stdout]     = note: this error originates in the macro `test_encode_decode` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0061]: this method takes 2 arguments but 0 arguments were supplied
[INFO] [stdout]    --> benches/bench_01.rs:11:24
[INFO] [stdout]     |
[INFO] [stdout] 11  |         let data = mid.encode_into::<$cf>();
[INFO] [stdout]     |                        ^^^^^^^^^^^^^^^^^^-- two arguments of type `&dyn EnDecoder` and `EncoderParams` are missing
[INFO] [stdout] ...
[INFO] [stdout] 101 |             test_encode_decode!(data, lvgl::ColorFormatA4);
[INFO] [stdout]     |             ---------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] note: method defined here
[INFO] [stdout]    --> /opt/rustwide/workdir/src/midata/mod.rs:16:12
[INFO] [stdout]     |
[INFO] [stdout] 16  |     pub fn encode_into(&self, ed: &dyn EnDecoder, encoder_params: EncoderParams) -> Vec<u8> {
[INFO] [stdout]     |            ^^^^^^^^^^^
[INFO] [stdout]     = note: this error originates in the macro `test_encode_decode` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: provide the arguments
[INFO] [stdout]     |
[INFO] [stdout] 11  |         let data = mid.encode_into::<$cf>(/* &dyn EnDecoder */, /* EncoderParams */);
[INFO] [stdout]     |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0107]: associated function takes 0 generic arguments but 1 generic argument was supplied
[INFO] [stdout]    --> benches/bench_01.rs:15:17
[INFO] [stdout]     |
[INFO] [stdout] 15  |         MiData::decode_from::<lvgl::LVGL>(data);
[INFO] [stdout]     |                 ^^^^^^^^^^^-------------- help: remove the unnecessary generics
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 expected 0 generic arguments
[INFO] [stdout] ...
[INFO] [stdout] 101 |             test_encode_decode!(data, lvgl::ColorFormatA4);
[INFO] [stdout]     |             ---------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] note: associated function defined here, with 0 generic parameters
[INFO] [stdout]    --> /opt/rustwide/workdir/src/midata/mod.rs:12:12
[INFO] [stdout]     |
[INFO] [stdout] 12  |     pub fn decode_from(ed: &dyn EnDecoder, data: Vec<u8>) -> Self {
[INFO] [stdout]     |            ^^^^^^^^^^^
[INFO] [stdout]     = note: this error originates in the macro `test_encode_decode` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0061]: this function takes 2 arguments but 1 argument was supplied
[INFO] [stdout]    --> benches/bench_01.rs:15:9
[INFO] [stdout]     |
[INFO] [stdout] 15  |         MiData::decode_from::<lvgl::LVGL>(data);
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ---- argument #1 of type `&dyn EnDecoder` is missing
[INFO] [stdout] ...
[INFO] [stdout] 101 |             test_encode_decode!(data, lvgl::ColorFormatA4);
[INFO] [stdout]     |             ---------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] note: associated function defined here
[INFO] [stdout]    --> /opt/rustwide/workdir/src/midata/mod.rs:12:12
[INFO] [stdout]     |
[INFO] [stdout] 12  |     pub fn decode_from(ed: &dyn EnDecoder, data: Vec<u8>) -> Self {
[INFO] [stdout]     |            ^^^^^^^^^^^
[INFO] [stdout]     = note: this error originates in the macro `test_encode_decode` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: provide the argument
[INFO] [stdout]     |
[INFO] [stdout] 15  |         MiData::decode_from::<lvgl::LVGL>(/* &dyn EnDecoder */, data);
[INFO] [stdout]     |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0107]: associated function takes 0 generic arguments but 1 generic argument was supplied
[INFO] [stdout]    --> benches/bench_01.rs:10:27
[INFO] [stdout]     |
[INFO] [stdout] 10  |         let mid = MiData::decode_from::<common::AutoDetect>(Vec::from(data));
[INFO] [stdout]     |                           ^^^^^^^^^^^---------------------- help: remove the unnecessary generics
[INFO] [stdout]     |                           |
[INFO] [stdout]     |                           expected 0 generic arguments
[INFO] [stdout] ...
[INFO] [stdout] 110 |             test_encode_decode!(data, lvgl::ColorFormatA8);
[INFO] [stdout]     |             ---------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] note: associated function defined here, with 0 generic parameters
[INFO] [stdout]    --> /opt/rustwide/workdir/src/midata/mod.rs:12:12
[INFO] [stdout]     |
[INFO] [stdout] 12  |     pub fn decode_from(ed: &dyn EnDecoder, data: Vec<u8>) -> Self {
[INFO] [stdout]     |            ^^^^^^^^^^^
[INFO] [stdout]     = note: this error originates in the macro `test_encode_decode` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0061]: this function takes 2 arguments but 1 argument was supplied
[INFO] [stdout]    --> benches/bench_01.rs:10:19
[INFO] [stdout]     |
[INFO] [stdout] 10  |         let mid = MiData::decode_from::<common::AutoDetect>(Vec::from(data));
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ --------------- argument #1 of type `&dyn EnDecoder` is missing
[INFO] [stdout] ...
[INFO] [stdout] 110 |             test_encode_decode!(data, lvgl::ColorFormatA8);
[INFO] [stdout]     |             ---------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] note: associated function defined here
[INFO] [stdout]    --> /opt/rustwide/workdir/src/midata/mod.rs:12:12
[INFO] [stdout]     |
[INFO] [stdout] 12  |     pub fn decode_from(ed: &dyn EnDecoder, data: Vec<u8>) -> Self {
[INFO] [stdout]     |            ^^^^^^^^^^^
[INFO] [stdout]     = note: this error originates in the macro `test_encode_decode` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: provide the argument
[INFO] [stdout]     |
[INFO] [stdout] 10  |         let mid = MiData::decode_from::<common::AutoDetect>(/* &dyn EnDecoder */, Vec::from(data));
[INFO] [stdout]     |                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0107]: method takes 0 generic arguments but 1 generic argument was supplied
[INFO] [stdout]    --> benches/bench_01.rs:11:24
[INFO] [stdout]     |
[INFO] [stdout] 11  |         let data = mid.encode_into::<$cf>();
[INFO] [stdout]     |                        ^^^^^^^^^^^------- help: remove the unnecessary generics
[INFO] [stdout]     |                        |
[INFO] [stdout]     |                        expected 0 generic arguments
[INFO] [stdout] ...
[INFO] [stdout] 110 |             test_encode_decode!(data, lvgl::ColorFormatA8);
[INFO] [stdout]     |             ---------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] note: method defined here, with 0 generic parameters
[INFO] [stdout]    --> /opt/rustwide/workdir/src/midata/mod.rs:16:12
[INFO] [stdout]     |
[INFO] [stdout] 16  |     pub fn encode_into(&self, ed: &dyn EnDecoder, encoder_params: EncoderParams) -> Vec<u8> {
[INFO] [stdout]     |            ^^^^^^^^^^^
[INFO] [stdout]     = note: this error originates in the macro `test_encode_decode` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0061]: this method takes 2 arguments but 0 arguments were supplied
[INFO] [stdout]    --> benches/bench_01.rs:11:24
[INFO] [stdout]     |
[INFO] [stdout] 11  |         let data = mid.encode_into::<$cf>();
[INFO] [stdout]     |                        ^^^^^^^^^^^^^^^^^^-- two arguments of type `&dyn EnDecoder` and `EncoderParams` are missing
[INFO] [stdout] ...
[INFO] [stdout] 110 |             test_encode_decode!(data, lvgl::ColorFormatA8);
[INFO] [stdout]     |             ---------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] note: method defined here
[INFO] [stdout]    --> /opt/rustwide/workdir/src/midata/mod.rs:16:12
[INFO] [stdout]     |
[INFO] [stdout] 16  |     pub fn encode_into(&self, ed: &dyn EnDecoder, encoder_params: EncoderParams) -> Vec<u8> {
[INFO] [stdout]     |            ^^^^^^^^^^^
[INFO] [stdout]     = note: this error originates in the macro `test_encode_decode` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: provide the arguments
[INFO] [stdout]     |
[INFO] [stdout] 11  |         let data = mid.encode_into::<$cf>(/* &dyn EnDecoder */, /* EncoderParams */);
[INFO] [stdout]     |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0107]: associated function takes 0 generic arguments but 1 generic argument was supplied
[INFO] [stdout]    --> benches/bench_01.rs:15:17
[INFO] [stdout]     |
[INFO] [stdout] 15  |         MiData::decode_from::<lvgl::LVGL>(data);
[INFO] [stdout]     |                 ^^^^^^^^^^^-------------- help: remove the unnecessary generics
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 expected 0 generic arguments
[INFO] [stdout] ...
[INFO] [stdout] 110 |             test_encode_decode!(data, lvgl::ColorFormatA8);
[INFO] [stdout]     |             ---------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] note: associated function defined here, with 0 generic parameters
[INFO] [stdout]    --> /opt/rustwide/workdir/src/midata/mod.rs:12:12
[INFO] [stdout]     |
[INFO] [stdout] 12  |     pub fn decode_from(ed: &dyn EnDecoder, data: Vec<u8>) -> Self {
[INFO] [stdout]     |            ^^^^^^^^^^^
[INFO] [stdout]     = note: this error originates in the macro `test_encode_decode` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0061]: this function takes 2 arguments but 1 argument was supplied
[INFO] [stdout]    --> benches/bench_01.rs:15:9
[INFO] [stdout]     |
[INFO] [stdout] 15  |         MiData::decode_from::<lvgl::LVGL>(data);
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ---- argument #1 of type `&dyn EnDecoder` is missing
[INFO] [stdout] ...
[INFO] [stdout] 110 |             test_encode_decode!(data, lvgl::ColorFormatA8);
[INFO] [stdout]     |             ---------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] note: associated function defined here
[INFO] [stdout]    --> /opt/rustwide/workdir/src/midata/mod.rs:12:12
[INFO] [stdout]     |
[INFO] [stdout] 12  |     pub fn decode_from(ed: &dyn EnDecoder, data: Vec<u8>) -> Self {
[INFO] [stdout]     |            ^^^^^^^^^^^
[INFO] [stdout]     = note: this error originates in the macro `test_encode_decode` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: provide the argument
[INFO] [stdout]     |
[INFO] [stdout] 15  |         MiData::decode_from::<lvgl::LVGL>(/* &dyn EnDecoder */, data);
[INFO] [stdout]     |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0107]: associated function takes 0 generic arguments but 1 generic argument was supplied
[INFO] [stdout]    --> benches/bench_01.rs:10:27
[INFO] [stdout]     |
[INFO] [stdout] 10  |         let mid = MiData::decode_from::<common::AutoDetect>(Vec::from(data));
[INFO] [stdout]     |                           ^^^^^^^^^^^---------------------- help: remove the unnecessary generics
[INFO] [stdout]     |                           |
[INFO] [stdout]     |                           expected 0 generic arguments
[INFO] [stdout] ...
[INFO] [stdout] 119 |             test_encode_decode!(data, lvgl::ColorFormatL8);
[INFO] [stdout]     |             ---------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] note: associated function defined here, with 0 generic parameters
[INFO] [stdout]    --> /opt/rustwide/workdir/src/midata/mod.rs:12:12
[INFO] [stdout]     |
[INFO] [stdout] 12  |     pub fn decode_from(ed: &dyn EnDecoder, data: Vec<u8>) -> Self {
[INFO] [stdout]     |            ^^^^^^^^^^^
[INFO] [stdout]     = note: this error originates in the macro `test_encode_decode` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0061]: this function takes 2 arguments but 1 argument was supplied
[INFO] [stdout]    --> benches/bench_01.rs:10:19
[INFO] [stdout]     |
[INFO] [stdout] 10  |         let mid = MiData::decode_from::<common::AutoDetect>(Vec::from(data));
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ --------------- argument #1 of type `&dyn EnDecoder` is missing
[INFO] [stdout] ...
[INFO] [stdout] 119 |             test_encode_decode!(data, lvgl::ColorFormatL8);
[INFO] [stdout]     |             ---------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] note: associated function defined here
[INFO] [stdout]    --> /opt/rustwide/workdir/src/midata/mod.rs:12:12
[INFO] [stdout]     |
[INFO] [stdout] 12  |     pub fn decode_from(ed: &dyn EnDecoder, data: Vec<u8>) -> Self {
[INFO] [stdout]     |            ^^^^^^^^^^^
[INFO] [stdout]     = note: this error originates in the macro `test_encode_decode` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: provide the argument
[INFO] [stdout]     |
[INFO] [stdout] 10  |         let mid = MiData::decode_from::<common::AutoDetect>(/* &dyn EnDecoder */, Vec::from(data));
[INFO] [stdout]     |                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0107]: method takes 0 generic arguments but 1 generic argument was supplied
[INFO] [stdout]    --> benches/bench_01.rs:11:24
[INFO] [stdout]     |
[INFO] [stdout] 11  |         let data = mid.encode_into::<$cf>();
[INFO] [stdout]     |                        ^^^^^^^^^^^------- help: remove the unnecessary generics
[INFO] [stdout]     |                        |
[INFO] [stdout]     |                        expected 0 generic arguments
[INFO] [stdout] ...
[INFO] [stdout] 119 |             test_encode_decode!(data, lvgl::ColorFormatL8);
[INFO] [stdout]     |             ---------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] note: method defined here, with 0 generic parameters
[INFO] [stdout]    --> /opt/rustwide/workdir/src/midata/mod.rs:16:12
[INFO] [stdout]     |
[INFO] [stdout] 16  |     pub fn encode_into(&self, ed: &dyn EnDecoder, encoder_params: EncoderParams) -> Vec<u8> {
[INFO] [stdout]     |            ^^^^^^^^^^^
[INFO] [stdout]     = note: this error originates in the macro `test_encode_decode` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0061]: this method takes 2 arguments but 0 arguments were supplied
[INFO] [stdout]    --> benches/bench_01.rs:11:24
[INFO] [stdout]     |
[INFO] [stdout] 11  |         let data = mid.encode_into::<$cf>();
[INFO] [stdout]     |                        ^^^^^^^^^^^^^^^^^^-- two arguments of type `&dyn EnDecoder` and `EncoderParams` are missing
[INFO] [stdout] ...
[INFO] [stdout] 119 |             test_encode_decode!(data, lvgl::ColorFormatL8);
[INFO] [stdout]     |             ---------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] note: method defined here
[INFO] [stdout]    --> /opt/rustwide/workdir/src/midata/mod.rs:16:12
[INFO] [stdout]     |
[INFO] [stdout] 16  |     pub fn encode_into(&self, ed: &dyn EnDecoder, encoder_params: EncoderParams) -> Vec<u8> {
[INFO] [stdout]     |            ^^^^^^^^^^^
[INFO] [stdout]     = note: this error originates in the macro `test_encode_decode` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: provide the arguments
[INFO] [stdout]     |
[INFO] [stdout] 11  |         let data = mid.encode_into::<$cf>(/* &dyn EnDecoder */, /* EncoderParams */);
[INFO] [stdout]     |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0107]: associated function takes 0 generic arguments but 1 generic argument was supplied
[INFO] [stdout]    --> benches/bench_01.rs:15:17
[INFO] [stdout]     |
[INFO] [stdout] 15  |         MiData::decode_from::<lvgl::LVGL>(data);
[INFO] [stdout]     |                 ^^^^^^^^^^^-------------- help: remove the unnecessary generics
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 expected 0 generic arguments
[INFO] [stdout] ...
[INFO] [stdout] 119 |             test_encode_decode!(data, lvgl::ColorFormatL8);
[INFO] [stdout]     |             ---------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] note: associated function defined here, with 0 generic parameters
[INFO] [stdout]    --> /opt/rustwide/workdir/src/midata/mod.rs:12:12
[INFO] [stdout]     |
[INFO] [stdout] 12  |     pub fn decode_from(ed: &dyn EnDecoder, data: Vec<u8>) -> Self {
[INFO] [stdout]     |            ^^^^^^^^^^^
[INFO] [stdout]     = note: this error originates in the macro `test_encode_decode` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0061]: this function takes 2 arguments but 1 argument was supplied
[INFO] [stdout]    --> benches/bench_01.rs:15:9
[INFO] [stdout]     |
[INFO] [stdout] 15  |         MiData::decode_from::<lvgl::LVGL>(data);
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ---- argument #1 of type `&dyn EnDecoder` is missing
[INFO] [stdout] ...
[INFO] [stdout] 119 |             test_encode_decode!(data, lvgl::ColorFormatL8);
[INFO] [stdout]     |             ---------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] note: associated function defined here
[INFO] [stdout]    --> /opt/rustwide/workdir/src/midata/mod.rs:12:12
[INFO] [stdout]     |
[INFO] [stdout] 12  |     pub fn decode_from(ed: &dyn EnDecoder, data: Vec<u8>) -> Self {
[INFO] [stdout]     |            ^^^^^^^^^^^
[INFO] [stdout]     = note: this error originates in the macro `test_encode_decode` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: provide the argument
[INFO] [stdout]     |
[INFO] [stdout] 15  |         MiData::decode_from::<lvgl::LVGL>(/* &dyn EnDecoder */, data);
[INFO] [stdout]     |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0107]: associated function takes 0 generic arguments but 1 generic argument was supplied
[INFO] [stdout]    --> benches/bench_01.rs:10:27
[INFO] [stdout]     |
[INFO] [stdout] 10  |         let mid = MiData::decode_from::<common::AutoDetect>(Vec::from(data));
[INFO] [stdout]     |                           ^^^^^^^^^^^---------------------- help: remove the unnecessary generics
[INFO] [stdout]     |                           |
[INFO] [stdout]     |                           expected 0 generic arguments
[INFO] [stdout] ...
[INFO] [stdout] 128 |             test_encode_decode!(data, lvgl::ColorFormatI1);
[INFO] [stdout]     |             ---------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] note: associated function defined here, with 0 generic parameters
[INFO] [stdout]    --> /opt/rustwide/workdir/src/midata/mod.rs:12:12
[INFO] [stdout]     |
[INFO] [stdout] 12  |     pub fn decode_from(ed: &dyn EnDecoder, data: Vec<u8>) -> Self {
[INFO] [stdout]     |            ^^^^^^^^^^^
[INFO] [stdout]     = note: this error originates in the macro `test_encode_decode` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0061]: this function takes 2 arguments but 1 argument was supplied
[INFO] [stdout]    --> benches/bench_01.rs:10:19
[INFO] [stdout]     |
[INFO] [stdout] 10  |         let mid = MiData::decode_from::<common::AutoDetect>(Vec::from(data));
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ --------------- argument #1 of type `&dyn EnDecoder` is missing
[INFO] [stdout] ...
[INFO] [stdout] 128 |             test_encode_decode!(data, lvgl::ColorFormatI1);
[INFO] [stdout]     |             ---------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] note: associated function defined here
[INFO] [stdout]    --> /opt/rustwide/workdir/src/midata/mod.rs:12:12
[INFO] [stdout]     |
[INFO] [stdout] 12  |     pub fn decode_from(ed: &dyn EnDecoder, data: Vec<u8>) -> Self {
[INFO] [stdout]     |            ^^^^^^^^^^^
[INFO] [stdout]     = note: this error originates in the macro `test_encode_decode` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: provide the argument
[INFO] [stdout]     |
[INFO] [stdout] 10  |         let mid = MiData::decode_from::<common::AutoDetect>(/* &dyn EnDecoder */, Vec::from(data));
[INFO] [stdout]     |                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0107]: method takes 0 generic arguments but 1 generic argument was supplied
[INFO] [stdout]    --> benches/bench_01.rs:11:24
[INFO] [stdout]     |
[INFO] [stdout] 11  |         let data = mid.encode_into::<$cf>();
[INFO] [stdout]     |                        ^^^^^^^^^^^------- help: remove the unnecessary generics
[INFO] [stdout]     |                        |
[INFO] [stdout]     |                        expected 0 generic arguments
[INFO] [stdout] ...
[INFO] [stdout] 128 |             test_encode_decode!(data, lvgl::ColorFormatI1);
[INFO] [stdout]     |             ---------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] note: method defined here, with 0 generic parameters
[INFO] [stdout]    --> /opt/rustwide/workdir/src/midata/mod.rs:16:12
[INFO] [stdout]     |
[INFO] [stdout] 16  |     pub fn encode_into(&self, ed: &dyn EnDecoder, encoder_params: EncoderParams) -> Vec<u8> {
[INFO] [stdout]     |            ^^^^^^^^^^^
[INFO] [stdout]     = note: this error originates in the macro `test_encode_decode` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0061]: this method takes 2 arguments but 0 arguments were supplied
[INFO] [stdout]    --> benches/bench_01.rs:11:24
[INFO] [stdout]     |
[INFO] [stdout] 11  |         let data = mid.encode_into::<$cf>();
[INFO] [stdout]     |                        ^^^^^^^^^^^^^^^^^^-- two arguments of type `&dyn EnDecoder` and `EncoderParams` are missing
[INFO] [stdout] ...
[INFO] [stdout] 128 |             test_encode_decode!(data, lvgl::ColorFormatI1);
[INFO] [stdout]     |             ---------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] note: method defined here
[INFO] [stdout]    --> /opt/rustwide/workdir/src/midata/mod.rs:16:12
[INFO] [stdout]     |
[INFO] [stdout] 16  |     pub fn encode_into(&self, ed: &dyn EnDecoder, encoder_params: EncoderParams) -> Vec<u8> {
[INFO] [stdout]     |            ^^^^^^^^^^^
[INFO] [stdout]     = note: this error originates in the macro `test_encode_decode` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: provide the arguments
[INFO] [stdout]     |
[INFO] [stdout] 11  |         let data = mid.encode_into::<$cf>(/* &dyn EnDecoder */, /* EncoderParams */);
[INFO] [stdout]     |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0107]: associated function takes 0 generic arguments but 1 generic argument was supplied
[INFO] [stdout]    --> benches/bench_01.rs:15:17
[INFO] [stdout]     |
[INFO] [stdout] 15  |         MiData::decode_from::<lvgl::LVGL>(data);
[INFO] [stdout]     |                 ^^^^^^^^^^^-------------- help: remove the unnecessary generics
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 expected 0 generic arguments
[INFO] [stdout] ...
[INFO] [stdout] 128 |             test_encode_decode!(data, lvgl::ColorFormatI1);
[INFO] [stdout]     |             ---------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] note: associated function defined here, with 0 generic parameters
[INFO] [stdout]    --> /opt/rustwide/workdir/src/midata/mod.rs:12:12
[INFO] [stdout]     |
[INFO] [stdout] 12  |     pub fn decode_from(ed: &dyn EnDecoder, data: Vec<u8>) -> Self {
[INFO] [stdout]     |            ^^^^^^^^^^^
[INFO] [stdout]     = note: this error originates in the macro `test_encode_decode` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0061]: this function takes 2 arguments but 1 argument was supplied
[INFO] [stdout]    --> benches/bench_01.rs:15:9
[INFO] [stdout]     |
[INFO] [stdout] 15  |         MiData::decode_from::<lvgl::LVGL>(data);
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ---- argument #1 of type `&dyn EnDecoder` is missing
[INFO] [stdout] ...
[INFO] [stdout] 128 |             test_encode_decode!(data, lvgl::ColorFormatI1);
[INFO] [stdout]     |             ---------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] note: associated function defined here
[INFO] [stdout]    --> /opt/rustwide/workdir/src/midata/mod.rs:12:12
[INFO] [stdout]     |
[INFO] [stdout] 12  |     pub fn decode_from(ed: &dyn EnDecoder, data: Vec<u8>) -> Self {
[INFO] [stdout]     |            ^^^^^^^^^^^
[INFO] [stdout]     = note: this error originates in the macro `test_encode_decode` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: provide the argument
[INFO] [stdout]     |
[INFO] [stdout] 15  |         MiData::decode_from::<lvgl::LVGL>(/* &dyn EnDecoder */, data);
[INFO] [stdout]     |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0107]: associated function takes 0 generic arguments but 1 generic argument was supplied
[INFO] [stdout]    --> benches/bench_01.rs:10:27
[INFO] [stdout]     |
[INFO] [stdout] 10  |         let mid = MiData::decode_from::<common::AutoDetect>(Vec::from(data));
[INFO] [stdout]     |                           ^^^^^^^^^^^---------------------- help: remove the unnecessary generics
[INFO] [stdout]     |                           |
[INFO] [stdout]     |                           expected 0 generic arguments
[INFO] [stdout] ...
[INFO] [stdout] 137 |             test_encode_decode!(data, lvgl::ColorFormatI2);
[INFO] [stdout]     |             ---------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] note: associated function defined here, with 0 generic parameters
[INFO] [stdout]    --> /opt/rustwide/workdir/src/midata/mod.rs:12:12
[INFO] [stdout]     |
[INFO] [stdout] 12  |     pub fn decode_from(ed: &dyn EnDecoder, data: Vec<u8>) -> Self {
[INFO] [stdout]     |            ^^^^^^^^^^^
[INFO] [stdout]     = note: this error originates in the macro `test_encode_decode` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0061]: this function takes 2 arguments but 1 argument was supplied
[INFO] [stdout]    --> benches/bench_01.rs:10:19
[INFO] [stdout]     |
[INFO] [stdout] 10  |         let mid = MiData::decode_from::<common::AutoDetect>(Vec::from(data));
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ --------------- argument #1 of type `&dyn EnDecoder` is missing
[INFO] [stdout] ...
[INFO] [stdout] 137 |             test_encode_decode!(data, lvgl::ColorFormatI2);
[INFO] [stdout]     |             ---------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] note: associated function defined here
[INFO] [stdout]    --> /opt/rustwide/workdir/src/midata/mod.rs:12:12
[INFO] [stdout]     |
[INFO] [stdout] 12  |     pub fn decode_from(ed: &dyn EnDecoder, data: Vec<u8>) -> Self {
[INFO] [stdout]     |            ^^^^^^^^^^^
[INFO] [stdout]     = note: this error originates in the macro `test_encode_decode` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: provide the argument
[INFO] [stdout]     |
[INFO] [stdout] 10  |         let mid = MiData::decode_from::<common::AutoDetect>(/* &dyn EnDecoder */, Vec::from(data));
[INFO] [stdout]     |                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0107]: method takes 0 generic arguments but 1 generic argument was supplied
[INFO] [stdout]    --> benches/bench_01.rs:11:24
[INFO] [stdout]     |
[INFO] [stdout] 11  |         let data = mid.encode_into::<$cf>();
[INFO] [stdout]     |                        ^^^^^^^^^^^------- help: remove the unnecessary generics
[INFO] [stdout]     |                        |
[INFO] [stdout]     |                        expected 0 generic arguments
[INFO] [stdout] ...
[INFO] [stdout] 137 |             test_encode_decode!(data, lvgl::ColorFormatI2);
[INFO] [stdout]     |             ---------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] note: method defined here, with 0 generic parameters
[INFO] [stdout]    --> /opt/rustwide/workdir/src/midata/mod.rs:16:12
[INFO] [stdout]     |
[INFO] [stdout] 16  |     pub fn encode_into(&self, ed: &dyn EnDecoder, encoder_params: EncoderParams) -> Vec<u8> {
[INFO] [stdout]     |            ^^^^^^^^^^^
[INFO] [stdout]     = note: this error originates in the macro `test_encode_decode` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0061]: this method takes 2 arguments but 0 arguments were supplied
[INFO] [stdout]    --> benches/bench_01.rs:11:24
[INFO] [stdout]     |
[INFO] [stdout] 11  |         let data = mid.encode_into::<$cf>();
[INFO] [stdout]     |                        ^^^^^^^^^^^^^^^^^^-- two arguments of type `&dyn EnDecoder` and `EncoderParams` are missing
[INFO] [stdout] ...
[INFO] [stdout] 137 |             test_encode_decode!(data, lvgl::ColorFormatI2);
[INFO] [stdout]     |             ---------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] note: method defined here
[INFO] [stdout]    --> /opt/rustwide/workdir/src/midata/mod.rs:16:12
[INFO] [stdout]     |
[INFO] [stdout] 16  |     pub fn encode_into(&self, ed: &dyn EnDecoder, encoder_params: EncoderParams) -> Vec<u8> {
[INFO] [stdout]     |            ^^^^^^^^^^^
[INFO] [stdout]     = note: this error originates in the macro `test_encode_decode` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: provide the arguments
[INFO] [stdout]     |
[INFO] [stdout] 11  |         let data = mid.encode_into::<$cf>(/* &dyn EnDecoder */, /* EncoderParams */);
[INFO] [stdout]     |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0107]: associated function takes 0 generic arguments but 1 generic argument was supplied
[INFO] [stdout]    --> benches/bench_01.rs:15:17
[INFO] [stdout]     |
[INFO] [stdout] 15  |         MiData::decode_from::<lvgl::LVGL>(data);
[INFO] [stdout]     |                 ^^^^^^^^^^^-------------- help: remove the unnecessary generics
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 expected 0 generic arguments
[INFO] [stdout] ...
[INFO] [stdout] 137 |             test_encode_decode!(data, lvgl::ColorFormatI2);
[INFO] [stdout]     |             ---------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] note: associated function defined here, with 0 generic parameters
[INFO] [stdout]    --> /opt/rustwide/workdir/src/midata/mod.rs:12:12
[INFO] [stdout]     |
[INFO] [stdout] 12  |     pub fn decode_from(ed: &dyn EnDecoder, data: Vec<u8>) -> Self {
[INFO] [stdout]     |            ^^^^^^^^^^^
[INFO] [stdout]     = note: this error originates in the macro `test_encode_decode` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0061]: this function takes 2 arguments but 1 argument was supplied
[INFO] [stdout]    --> benches/bench_01.rs:15:9
[INFO] [stdout]     |
[INFO] [stdout] 15  |         MiData::decode_from::<lvgl::LVGL>(data);
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ---- argument #1 of type `&dyn EnDecoder` is missing
[INFO] [stdout] ...
[INFO] [stdout] 137 |             test_encode_decode!(data, lvgl::ColorFormatI2);
[INFO] [stdout]     |             ---------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] note: associated function defined here
[INFO] [stdout]    --> /opt/rustwide/workdir/src/midata/mod.rs:12:12
[INFO] [stdout]     |
[INFO] [stdout] 12  |     pub fn decode_from(ed: &dyn EnDecoder, data: Vec<u8>) -> Self {
[INFO] [stdout]     |            ^^^^^^^^^^^
[INFO] [stdout]     = note: this error originates in the macro `test_encode_decode` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: provide the argument
[INFO] [stdout]     |
[INFO] [stdout] 15  |         MiData::decode_from::<lvgl::LVGL>(/* &dyn EnDecoder */, data);
[INFO] [stdout]     |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0107]: associated function takes 0 generic arguments but 1 generic argument was supplied
[INFO] [stdout]    --> benches/bench_01.rs:10:27
[INFO] [stdout]     |
[INFO] [stdout] 10  |         let mid = MiData::decode_from::<common::AutoDetect>(Vec::from(data));
[INFO] [stdout]     |                           ^^^^^^^^^^^---------------------- help: remove the unnecessary generics
[INFO] [stdout]     |                           |
[INFO] [stdout]     |                           expected 0 generic arguments
[INFO] [stdout] ...
[INFO] [stdout] 146 |             test_encode_decode!(data, lvgl::ColorFormatI4);
[INFO] [stdout]     |             ---------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] note: associated function defined here, with 0 generic parameters
[INFO] [stdout]    --> /opt/rustwide/workdir/src/midata/mod.rs:12:12
[INFO] [stdout]     |
[INFO] [stdout] 12  |     pub fn decode_from(ed: &dyn EnDecoder, data: Vec<u8>) -> Self {
[INFO] [stdout]     |            ^^^^^^^^^^^
[INFO] [stdout]     = note: this error originates in the macro `test_encode_decode` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0061]: this function takes 2 arguments but 1 argument was supplied
[INFO] [stdout]    --> benches/bench_01.rs:10:19
[INFO] [stdout]     |
[INFO] [stdout] 10  |         let mid = MiData::decode_from::<common::AutoDetect>(Vec::from(data));
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ --------------- argument #1 of type `&dyn EnDecoder` is missing
[INFO] [stdout] ...
[INFO] [stdout] 146 |             test_encode_decode!(data, lvgl::ColorFormatI4);
[INFO] [stdout]     |             ---------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] note: associated function defined here
[INFO] [stdout]    --> /opt/rustwide/workdir/src/midata/mod.rs:12:12
[INFO] [stdout]     |
[INFO] [stdout] 12  |     pub fn decode_from(ed: &dyn EnDecoder, data: Vec<u8>) -> Self {
[INFO] [stdout]     |            ^^^^^^^^^^^
[INFO] [stdout]     = note: this error originates in the macro `test_encode_decode` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: provide the argument
[INFO] [stdout]     |
[INFO] [stdout] 10  |         let mid = MiData::decode_from::<common::AutoDetect>(/* &dyn EnDecoder */, Vec::from(data));
[INFO] [stdout]     |                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0107]: method takes 0 generic arguments but 1 generic argument was supplied
[INFO] [stdout]    --> benches/bench_01.rs:11:24
[INFO] [stdout]     |
[INFO] [stdout] 11  |         let data = mid.encode_into::<$cf>();
[INFO] [stdout]     |                        ^^^^^^^^^^^------- help: remove the unnecessary generics
[INFO] [stdout]     |                        |
[INFO] [stdout]     |                        expected 0 generic arguments
[INFO] [stdout] ...
[INFO] [stdout] 146 |             test_encode_decode!(data, lvgl::ColorFormatI4);
[INFO] [stdout]     |             ---------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] note: method defined here, with 0 generic parameters
[INFO] [stdout]    --> /opt/rustwide/workdir/src/midata/mod.rs:16:12
[INFO] [stdout]     |
[INFO] [stdout] 16  |     pub fn encode_into(&self, ed: &dyn EnDecoder, encoder_params: EncoderParams) -> Vec<u8> {
[INFO] [stdout]     |            ^^^^^^^^^^^
[INFO] [stdout]     = note: this error originates in the macro `test_encode_decode` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0061]: this method takes 2 arguments but 0 arguments were supplied
[INFO] [stdout]    --> benches/bench_01.rs:11:24
[INFO] [stdout]     |
[INFO] [stdout] 11  |         let data = mid.encode_into::<$cf>();
[INFO] [stdout]     |                        ^^^^^^^^^^^^^^^^^^-- two arguments of type `&dyn EnDecoder` and `EncoderParams` are missing
[INFO] [stdout] ...
[INFO] [stdout] 146 |             test_encode_decode!(data, lvgl::ColorFormatI4);
[INFO] [stdout]     |             ---------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] note: method defined here
[INFO] [stdout]    --> /opt/rustwide/workdir/src/midata/mod.rs:16:12
[INFO] [stdout]     |
[INFO] [stdout] 16  |     pub fn encode_into(&self, ed: &dyn EnDecoder, encoder_params: EncoderParams) -> Vec<u8> {
[INFO] [stdout]     |            ^^^^^^^^^^^
[INFO] [stdout]     = note: this error originates in the macro `test_encode_decode` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: provide the arguments
[INFO] [stdout]     |
[INFO] [stdout] 11  |         let data = mid.encode_into::<$cf>(/* &dyn EnDecoder */, /* EncoderParams */);
[INFO] [stdout]     |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0107]: associated function takes 0 generic arguments but 1 generic argument was supplied
[INFO] [stdout]    --> benches/bench_01.rs:15:17
[INFO] [stdout]     |
[INFO] [stdout] 15  |         MiData::decode_from::<lvgl::LVGL>(data);
[INFO] [stdout]     |                 ^^^^^^^^^^^-------------- help: remove the unnecessary generics
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 expected 0 generic arguments
[INFO] [stdout] ...
[INFO] [stdout] 146 |             test_encode_decode!(data, lvgl::ColorFormatI4);
[INFO] [stdout]     |             ---------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] note: associated function defined here, with 0 generic parameters
[INFO] [stdout]    --> /opt/rustwide/workdir/src/midata/mod.rs:12:12
[INFO] [stdout]     |
[INFO] [stdout] 12  |     pub fn decode_from(ed: &dyn EnDecoder, data: Vec<u8>) -> Self {
[INFO] [stdout]     |            ^^^^^^^^^^^
[INFO] [stdout]     = note: this error originates in the macro `test_encode_decode` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0061]: this function takes 2 arguments but 1 argument was supplied
[INFO] [stdout]    --> benches/bench_01.rs:15:9
[INFO] [stdout]     |
[INFO] [stdout] 15  |         MiData::decode_from::<lvgl::LVGL>(data);
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ---- argument #1 of type `&dyn EnDecoder` is missing
[INFO] [stdout] ...
[INFO] [stdout] 146 |             test_encode_decode!(data, lvgl::ColorFormatI4);
[INFO] [stdout]     |             ---------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] note: associated function defined here
[INFO] [stdout]    --> /opt/rustwide/workdir/src/midata/mod.rs:12:12
[INFO] [stdout]     |
[INFO] [stdout] 12  |     pub fn decode_from(ed: &dyn EnDecoder, data: Vec<u8>) -> Self {
[INFO] [stdout]     |            ^^^^^^^^^^^
[INFO] [stdout]     = note: this error originates in the macro `test_encode_decode` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: provide the argument
[INFO] [stdout]     |
[INFO] [stdout] 15  |         MiData::decode_from::<lvgl::LVGL>(/* &dyn EnDecoder */, data);
[INFO] [stdout]     |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0107]: associated function takes 0 generic arguments but 1 generic argument was supplied
[INFO] [stdout]    --> benches/bench_01.rs:10:27
[INFO] [stdout]     |
[INFO] [stdout] 10  |         let mid = MiData::decode_from::<common::AutoDetect>(Vec::from(data));
[INFO] [stdout]     |                           ^^^^^^^^^^^---------------------- help: remove the unnecessary generics
[INFO] [stdout]     |                           |
[INFO] [stdout]     |                           expected 0 generic arguments
[INFO] [stdout] ...
[INFO] [stdout] 155 |             test_encode_decode!(data, lvgl::ColorFormatI8);
[INFO] [stdout]     |             ---------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] note: associated function defined here, with 0 generic parameters
[INFO] [stdout]    --> /opt/rustwide/workdir/src/midata/mod.rs:12:12
[INFO] [stdout]     |
[INFO] [stdout] 12  |     pub fn decode_from(ed: &dyn EnDecoder, data: Vec<u8>) -> Self {
[INFO] [stdout]     |            ^^^^^^^^^^^
[INFO] [stdout]     = note: this error originates in the macro `test_encode_decode` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0061]: this function takes 2 arguments but 1 argument was supplied
[INFO] [stdout]    --> benches/bench_01.rs:10:19
[INFO] [stdout]     |
[INFO] [stdout] 10  |         let mid = MiData::decode_from::<common::AutoDetect>(Vec::from(data));
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ --------------- argument #1 of type `&dyn EnDecoder` is missing
[INFO] [stdout] ...
[INFO] [stdout] 155 |             test_encode_decode!(data, lvgl::ColorFormatI8);
[INFO] [stdout]     |             ---------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] note: associated function defined here
[INFO] [stdout]    --> /opt/rustwide/workdir/src/midata/mod.rs:12:12
[INFO] [stdout]     |
[INFO] [stdout] 12  |     pub fn decode_from(ed: &dyn EnDecoder, data: Vec<u8>) -> Self {
[INFO] [stdout]     |            ^^^^^^^^^^^
[INFO] [stdout]     = note: this error originates in the macro `test_encode_decode` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: provide the argument
[INFO] [stdout]     |
[INFO] [stdout] 10  |         let mid = MiData::decode_from::<common::AutoDetect>(/* &dyn EnDecoder */, Vec::from(data));
[INFO] [stdout]     |                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0107]: method takes 0 generic arguments but 1 generic argument was supplied
[INFO] [stdout]    --> benches/bench_01.rs:11:24
[INFO] [stdout]     |
[INFO] [stdout] 11  |         let data = mid.encode_into::<$cf>();
[INFO] [stdout]     |                        ^^^^^^^^^^^------- help: remove the unnecessary generics
[INFO] [stdout]     |                        |
[INFO] [stdout]     |                        expected 0 generic arguments
[INFO] [stdout] ...
[INFO] [stdout] 155 |             test_encode_decode!(data, lvgl::ColorFormatI8);
[INFO] [stdout]     |             ---------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] note: method defined here, with 0 generic parameters
[INFO] [stdout]    --> /opt/rustwide/workdir/src/midata/mod.rs:16:12
[INFO] [stdout]     |
[INFO] [stdout] 16  |     pub fn encode_into(&self, ed: &dyn EnDecoder, encoder_params: EncoderParams) -> Vec<u8> {
[INFO] [stdout]     |            ^^^^^^^^^^^
[INFO] [stdout]     = note: this error originates in the macro `test_encode_decode` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0061]: this method takes 2 arguments but 0 arguments were supplied
[INFO] [stdout]    --> benches/bench_01.rs:11:24
[INFO] [stdout]     |
[INFO] [stdout] 11  |         let data = mid.encode_into::<$cf>();
[INFO] [stdout]     |                        ^^^^^^^^^^^^^^^^^^-- two arguments of type `&dyn EnDecoder` and `EncoderParams` are missing
[INFO] [stdout] ...
[INFO] [stdout] 155 |             test_encode_decode!(data, lvgl::ColorFormatI8);
[INFO] [stdout]     |             ---------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] note: method defined here
[INFO] [stdout]    --> /opt/rustwide/workdir/src/midata/mod.rs:16:12
[INFO] [stdout]     |
[INFO] [stdout] 16  |     pub fn encode_into(&self, ed: &dyn EnDecoder, encoder_params: EncoderParams) -> Vec<u8> {
[INFO] [stdout]     |            ^^^^^^^^^^^
[INFO] [stdout]     = note: this error originates in the macro `test_encode_decode` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: provide the arguments
[INFO] [stdout]     |
[INFO] [stdout] 11  |         let data = mid.encode_into::<$cf>(/* &dyn EnDecoder */, /* EncoderParams */);
[INFO] [stdout]     |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0107]: associated function takes 0 generic arguments but 1 generic argument was supplied
[INFO] [stdout]    --> benches/bench_01.rs:15:17
[INFO] [stdout]     |
[INFO] [stdout] 15  |         MiData::decode_from::<lvgl::LVGL>(data);
[INFO] [stdout]     |                 ^^^^^^^^^^^-------------- help: remove the unnecessary generics
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 expected 0 generic arguments
[INFO] [stdout] ...
[INFO] [stdout] 155 |             test_encode_decode!(data, lvgl::ColorFormatI8);
[INFO] [stdout]     |             ---------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] note: associated function defined here, with 0 generic parameters
[INFO] [stdout]    --> /opt/rustwide/workdir/src/midata/mod.rs:12:12
[INFO] [stdout]     |
[INFO] [stdout] 12  |     pub fn decode_from(ed: &dyn EnDecoder, data: Vec<u8>) -> Self {
[INFO] [stdout]     |            ^^^^^^^^^^^
[INFO] [stdout]     = note: this error originates in the macro `test_encode_decode` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0061]: this function takes 2 arguments but 1 argument was supplied
[INFO] [stdout]    --> benches/bench_01.rs:15:9
[INFO] [stdout]     |
[INFO] [stdout] 15  |         MiData::decode_from::<lvgl::LVGL>(data);
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ---- argument #1 of type `&dyn EnDecoder` is missing
[INFO] [stdout] ...
[INFO] [stdout] 155 |             test_encode_decode!(data, lvgl::ColorFormatI8);
[INFO] [stdout]     |             ---------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] note: associated function defined here
[INFO] [stdout]    --> /opt/rustwide/workdir/src/midata/mod.rs:12:12
[INFO] [stdout]     |
[INFO] [stdout] 12  |     pub fn decode_from(ed: &dyn EnDecoder, data: Vec<u8>) -> Self {
[INFO] [stdout]     |            ^^^^^^^^^^^
[INFO] [stdout]     = note: this error originates in the macro `test_encode_decode` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: provide the argument
[INFO] [stdout]     |
[INFO] [stdout] 15  |         MiData::decode_from::<lvgl::LVGL>(/* &dyn EnDecoder */, data);
[INFO] [stdout]     |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 98 previous errors
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0061, E0107, E0412.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0061`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `icu_lib` (bench "bench_01") due to 99 previous errors
[INFO] running `Command { std: "docker" "inspect" "57b7ba793ddde1170f447ffeb5b8f1190bb31fe3e54163c02646a36cc635c3cf", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "57b7ba793ddde1170f447ffeb5b8f1190bb31fe3e54163c02646a36cc635c3cf", kill_on_drop: false }`
[INFO] [stdout] 57b7ba793ddde1170f447ffeb5b8f1190bb31fe3e54163c02646a36cc635c3cf
