[INFO] fetching crate midi2 0.11.0... [INFO] testing midi2-0.11.0 against master#562dee4820c458d823175268e41601d4c060588a for pr-154210-1 [INFO] extracting crate midi2 0.11.0 into /workspace/builds/worker-6-tc1/source [INFO] started tweaking crates.io crate midi2 0.11.0 [INFO] finished tweaking crates.io crate midi2 0.11.0 [INFO] tweaked toml for crates.io crate midi2 0.11.0 written to /workspace/builds/worker-6-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate midi2 0.11.0 on toolchain 562dee4820c458d823175268e41601d4c060588a [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+562dee4820c458d823175268e41601d4c060588a" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate crates.io crate midi2 0.11.0 already has a lockfile, it will not be regenerated [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+562dee4820c458d823175268e41601d4c060588a" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded ux v0.1.6 [INFO] [stderr] Downloaded midi2_proc v0.11.0 [INFO] [stderr] Downloaded fixed v1.28.0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+562dee4820c458d823175268e41601d4c060588a" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 756ca50bad9aee2918550809a9f2a5df12564b373ba7e8387a6614293d55b76b [INFO] running `Command { std: "docker" "start" "-a" "756ca50bad9aee2918550809a9f2a5df12564b373ba7e8387a6614293d55b76b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "756ca50bad9aee2918550809a9f2a5df12564b373ba7e8387a6614293d55b76b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "756ca50bad9aee2918550809a9f2a5df12564b373ba7e8387a6614293d55b76b", kill_on_drop: false }` [INFO] [stdout] 756ca50bad9aee2918550809a9f2a5df12564b373ba7e8387a6614293d55b76b [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+562dee4820c458d823175268e41601d4c060588a" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 30307834e71b59bc3a64488f3ddad33b8204c12b595bb23cfd97392ddae4aa04 [INFO] running `Command { std: "docker" "start" "-a" "30307834e71b59bc3a64488f3ddad33b8204c12b595bb23cfd97392ddae4aa04", kill_on_drop: false }` [INFO] [stderr] Compiling az v1.2.1 [INFO] [stderr] Compiling fixed v1.28.0 [INFO] [stderr] Compiling bytemuck v1.21.0 [INFO] [stderr] Compiling ux v0.1.6 [INFO] [stderr] Compiling half v2.4.1 [INFO] [stderr] Compiling syn v2.0.98 [INFO] [stderr] Compiling derive_more-impl v2.0.1 [INFO] [stderr] Compiling midi2_proc v0.11.0 [INFO] [stderr] Compiling derive_more v2.0.1 [INFO] [stderr] Compiling midi2 v0.11.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: methods `crumb` and `set_crumb` are never used [INFO] [stdout] --> src/detail/bit_ops.rs:6:8 [INFO] [stdout] | [INFO] [stdout] 3 | pub trait BitOps { [INFO] [stdout] | ------ methods in this trait [INFO] [stdout] ... [INFO] [stdout] 6 | fn crumb(&self, index: usize) -> u2; [INFO] [stdout] | ^^^^^ [INFO] [stdout] 7 | fn set_crumb(&mut self, index: usize, v: u2) -> &mut Self; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type alias `ChannelProperty` is never used [INFO] [stdout] --> src/detail/common_properties.rs:95:10 [INFO] [stdout] | [INFO] [stdout] 95 | pub type ChannelProperty = HybridSchemaProperty< [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `ERR_INCONSISTENT_GROUPS` is never used [INFO] [stdout] --> src/detail/helpers.rs:9:11 [INFO] [stdout] | [INFO] [stdout] 9 | pub const ERR_INCONSISTENT_GROUPS: &str = "Inconsistent groups across packets"; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `ERR_SYSEX_EXPECTED_COMPLETE` is never used [INFO] [stdout] --> src/detail/helpers.rs:30:11 [INFO] [stdout] | [INFO] [stdout] 30 | pub const ERR_SYSEX_EXPECTED_COMPLETE: &str = "Expected Complete packet"; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `ERR_SYSEX_EXPECTED_BEGIN` is never used [INFO] [stdout] --> src/detail/helpers.rs:31:11 [INFO] [stdout] | [INFO] [stdout] 31 | pub const ERR_SYSEX_EXPECTED_BEGIN: &str = "Expected Begin packet"; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `ERR_SYSEX_EXPECTED_CONTINUE` is never used [INFO] [stdout] --> src/detail/helpers.rs:32:11 [INFO] [stdout] | [INFO] [stdout] 32 | pub const ERR_SYSEX_EXPECTED_CONTINUE: &str = "Expected Continue packet"; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `ERR_SYSEX_EXPECTED_END` is never used [INFO] [stdout] --> src/detail/helpers.rs:33:11 [INFO] [stdout] | [INFO] [stdout] 33 | pub const ERR_SYSEX_EXPECTED_END: &str = "Expected End packet"; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `ERR_EMPTY_MESSAGE` is never used [INFO] [stdout] --> src/detail/helpers.rs:34:11 [INFO] [stdout] | [INFO] [stdout] 34 | pub const ERR_EMPTY_MESSAGE: &str = "The message buffer is empty"; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `try_splice_sysex_data` is never used [INFO] [stdout] --> src/detail/helpers.rs:92:8 [INFO] [stdout] | [INFO] [stdout] 92 | pub fn try_splice_sysex_data< [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `splice_sysex_data` is never used [INFO] [stdout] --> src/detail/helpers.rs:115:8 [INFO] [stdout] | [INFO] [stdout] 115 | pub fn splice_sysex_data< [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `try_splice_sysex_data` is never used [INFO] [stdout] --> src/detail/helpers.rs:142:12 [INFO] [stdout] | [INFO] [stdout] 142 | pub fn try_splice_sysex_data< [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait `ResizeProperty` is never used [INFO] [stdout] --> src/detail/property.rs:26:11 [INFO] [stdout] | [INFO] [stdout] 26 | pub trait ResizeProperty: [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait `SysexInternal` is never used [INFO] [stdout] --> src/traits.rs:667:18 [INFO] [stdout] | [INFO] [stdout] 667 | pub(crate) trait SysexInternal: Sysex { [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 38.17s [INFO] running `Command { std: "docker" "inspect" "30307834e71b59bc3a64488f3ddad33b8204c12b595bb23cfd97392ddae4aa04", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "30307834e71b59bc3a64488f3ddad33b8204c12b595bb23cfd97392ddae4aa04", kill_on_drop: false }` [INFO] [stdout] 30307834e71b59bc3a64488f3ddad33b8204c12b595bb23cfd97392ddae4aa04 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+562dee4820c458d823175268e41601d4c060588a" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 91f029cc88480fd8efead950e74a0eced69d3f1a8006b0c64f8eed532c57901f [INFO] running `Command { std: "docker" "start" "-a" "91f029cc88480fd8efead950e74a0eced69d3f1a8006b0c64f8eed532c57901f", kill_on_drop: false }` [INFO] [stderr] Compiling yansi v1.0.1 [INFO] [stderr] Compiling diff v0.1.13 [INFO] [stdout] warning: methods `crumb` and `set_crumb` are never used [INFO] [stdout] --> src/detail/bit_ops.rs:6:8 [INFO] [stdout] | [INFO] [stdout] 3 | pub trait BitOps { [INFO] [stdout] | ------ methods in this trait [INFO] [stdout] ... [INFO] [stdout] 6 | fn crumb(&self, index: usize) -> u2; [INFO] [stdout] | ^^^^^ [INFO] [stdout] 7 | fn set_crumb(&mut self, index: usize, v: u2) -> &mut Self; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type alias `ChannelProperty` is never used [INFO] [stdout] --> src/detail/common_properties.rs:95:10 [INFO] [stdout] | [INFO] [stdout] 95 | pub type ChannelProperty = HybridSchemaProperty< [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `ERR_INCONSISTENT_GROUPS` is never used [INFO] [stdout] --> src/detail/helpers.rs:9:11 [INFO] [stdout] | [INFO] [stdout] 9 | pub const ERR_INCONSISTENT_GROUPS: &str = "Inconsistent groups across packets"; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `ERR_SYSEX_EXPECTED_COMPLETE` is never used [INFO] [stdout] --> src/detail/helpers.rs:30:11 [INFO] [stdout] | [INFO] [stdout] 30 | pub const ERR_SYSEX_EXPECTED_COMPLETE: &str = "Expected Complete packet"; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `ERR_SYSEX_EXPECTED_BEGIN` is never used [INFO] [stdout] --> src/detail/helpers.rs:31:11 [INFO] [stdout] | [INFO] [stdout] 31 | pub const ERR_SYSEX_EXPECTED_BEGIN: &str = "Expected Begin packet"; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `ERR_SYSEX_EXPECTED_CONTINUE` is never used [INFO] [stdout] --> src/detail/helpers.rs:32:11 [INFO] [stdout] | [INFO] [stdout] 32 | pub const ERR_SYSEX_EXPECTED_CONTINUE: &str = "Expected Continue packet"; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `ERR_SYSEX_EXPECTED_END` is never used [INFO] [stdout] --> src/detail/helpers.rs:33:11 [INFO] [stdout] | [INFO] [stdout] 33 | pub const ERR_SYSEX_EXPECTED_END: &str = "Expected End packet"; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `ERR_EMPTY_MESSAGE` is never used [INFO] [stdout] --> src/detail/helpers.rs:34:11 [INFO] [stdout] | [INFO] [stdout] 34 | pub const ERR_EMPTY_MESSAGE: &str = "The message buffer is empty"; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `try_splice_sysex_data` is never used [INFO] [stdout] --> src/detail/helpers.rs:92:8 [INFO] [stdout] | [INFO] [stdout] 92 | pub fn try_splice_sysex_data< [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `splice_sysex_data` is never used [INFO] [stdout] --> src/detail/helpers.rs:115:8 [INFO] [stdout] | [INFO] [stdout] 115 | pub fn splice_sysex_data< [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `try_splice_sysex_data` is never used [INFO] [stdout] --> src/detail/helpers.rs:142:12 [INFO] [stdout] | [INFO] [stdout] 142 | pub fn try_splice_sysex_data< [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait `ResizeProperty` is never used [INFO] [stdout] --> src/detail/property.rs:26:11 [INFO] [stdout] | [INFO] [stdout] 26 | pub trait ResizeProperty: [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait `SysexInternal` is never used [INFO] [stdout] --> src/traits.rs:667:18 [INFO] [stdout] | [INFO] [stdout] 667 | pub(crate) trait SysexInternal: Sysex { [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling pretty_assertions v1.4.1 [INFO] [stderr] Compiling midi2 v0.11.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused import: `core::ops::Deref` [INFO] [stdout] --> src/packet.rs:101:9 [INFO] [stdout] | [INFO] [stdout] 101 | use core::ops::Deref; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type alias `ChannelProperty` is never used [INFO] [stdout] --> src/detail/common_properties.rs:95:10 [INFO] [stdout] | [INFO] [stdout] 95 | pub type ChannelProperty = HybridSchemaProperty< [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `ERR_INCONSISTENT_GROUPS` is never used [INFO] [stdout] --> src/detail/helpers.rs:9:11 [INFO] [stdout] | [INFO] [stdout] 9 | pub const ERR_INCONSISTENT_GROUPS: &str = "Inconsistent groups across packets"; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `ERR_SYSEX_EXPECTED_COMPLETE` is never used [INFO] [stdout] --> src/detail/helpers.rs:30:11 [INFO] [stdout] | [INFO] [stdout] 30 | pub const ERR_SYSEX_EXPECTED_COMPLETE: &str = "Expected Complete packet"; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `ERR_SYSEX_EXPECTED_BEGIN` is never used [INFO] [stdout] --> src/detail/helpers.rs:31:11 [INFO] [stdout] | [INFO] [stdout] 31 | pub const ERR_SYSEX_EXPECTED_BEGIN: &str = "Expected Begin packet"; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `ERR_SYSEX_EXPECTED_CONTINUE` is never used [INFO] [stdout] --> src/detail/helpers.rs:32:11 [INFO] [stdout] | [INFO] [stdout] 32 | pub const ERR_SYSEX_EXPECTED_CONTINUE: &str = "Expected Continue packet"; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `ERR_SYSEX_EXPECTED_END` is never used [INFO] [stdout] --> src/detail/helpers.rs:33:11 [INFO] [stdout] | [INFO] [stdout] 33 | pub const ERR_SYSEX_EXPECTED_END: &str = "Expected End packet"; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `ERR_EMPTY_MESSAGE` is never used [INFO] [stdout] --> src/detail/helpers.rs:34:11 [INFO] [stdout] | [INFO] [stdout] 34 | pub const ERR_EMPTY_MESSAGE: &str = "The message buffer is empty"; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `try_splice_sysex_data` is never used [INFO] [stdout] --> src/detail/helpers.rs:92:8 [INFO] [stdout] | [INFO] [stdout] 92 | pub fn try_splice_sysex_data< [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `splice_sysex_data` is never used [INFO] [stdout] --> src/detail/helpers.rs:115:8 [INFO] [stdout] | [INFO] [stdout] 115 | pub fn splice_sysex_data< [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `try_splice_sysex_data` is never used [INFO] [stdout] --> src/detail/helpers.rs:142:12 [INFO] [stdout] | [INFO] [stdout] 142 | pub fn try_splice_sysex_data< [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait `ResizeProperty` is never used [INFO] [stdout] --> src/detail/property.rs:26:11 [INFO] [stdout] | [INFO] [stdout] 26 | pub trait ResizeProperty: [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait `SysexInternal` is never used [INFO] [stdout] --> src/traits.rs:667:18 [INFO] [stdout] | [INFO] [stdout] 667 | pub(crate) trait SysexInternal: Sysex { [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 3.62s [INFO] running `Command { std: "docker" "inspect" "91f029cc88480fd8efead950e74a0eced69d3f1a8006b0c64f8eed532c57901f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "91f029cc88480fd8efead950e74a0eced69d3f1a8006b0c64f8eed532c57901f", kill_on_drop: false }` [INFO] [stdout] 91f029cc88480fd8efead950e74a0eced69d3f1a8006b0c64f8eed532c57901f [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+562dee4820c458d823175268e41601d4c060588a" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] a208b3c6213b2fdbc83f61f63056903f452cd897c24493755620dfec4cdc721e [INFO] running `Command { std: "docker" "start" "-a" "a208b3c6213b2fdbc83f61f63056903f452cd897c24493755620dfec4cdc721e", kill_on_drop: false }` [INFO] [stderr] warning: methods `crumb` and `set_crumb` are never used [INFO] [stderr] --> src/detail/bit_ops.rs:6:8 [INFO] [stderr] | [INFO] [stderr] 3 | pub trait BitOps { [INFO] [stderr] | ------ methods in this trait [INFO] [stderr] ... [INFO] [stderr] 6 | fn crumb(&self, index: usize) -> u2; [INFO] [stderr] | ^^^^^ [INFO] [stderr] 7 | fn set_crumb(&mut self, index: usize, v: u2) -> &mut Self; [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stderr] [INFO] [stderr] warning: type alias `ChannelProperty` is never used [INFO] [stderr] --> src/detail/common_properties.rs:95:10 [INFO] [stderr] | [INFO] [stderr] 95 | pub type ChannelProperty = HybridSchemaProperty< [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: constant `ERR_INCONSISTENT_GROUPS` is never used [INFO] [stderr] --> src/detail/helpers.rs:9:11 [INFO] [stderr] | [INFO] [stderr] 9 | pub const ERR_INCONSISTENT_GROUPS: &str = "Inconsistent groups across packets"; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: constant `ERR_SYSEX_EXPECTED_COMPLETE` is never used [INFO] [stderr] --> src/detail/helpers.rs:30:11 [INFO] [stderr] | [INFO] [stderr] 30 | pub const ERR_SYSEX_EXPECTED_COMPLETE: &str = "Expected Complete packet"; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: constant `ERR_SYSEX_EXPECTED_BEGIN` is never used [INFO] [stderr] --> src/detail/helpers.rs:31:11 [INFO] [stderr] | [INFO] [stderr] 31 | pub const ERR_SYSEX_EXPECTED_BEGIN: &str = "Expected Begin packet"; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: constant `ERR_SYSEX_EXPECTED_CONTINUE` is never used [INFO] [stderr] --> src/detail/helpers.rs:32:11 [INFO] [stderr] | [INFO] [stderr] 32 | pub const ERR_SYSEX_EXPECTED_CONTINUE: &str = "Expected Continue packet"; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: constant `ERR_SYSEX_EXPECTED_END` is never used [INFO] [stderr] --> src/detail/helpers.rs:33:11 [INFO] [stderr] | [INFO] [stderr] 33 | pub const ERR_SYSEX_EXPECTED_END: &str = "Expected End packet"; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: constant `ERR_EMPTY_MESSAGE` is never used [INFO] [stderr] --> src/detail/helpers.rs:34:11 [INFO] [stderr] | [INFO] [stderr] 34 | pub const ERR_EMPTY_MESSAGE: &str = "The message buffer is empty"; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: function `try_splice_sysex_data` is never used [INFO] [stderr] --> src/detail/helpers.rs:92:8 [INFO] [stderr] | [INFO] [stderr] 92 | pub fn try_splice_sysex_data< [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: function `splice_sysex_data` is never used [INFO] [stderr] --> src/detail/helpers.rs:115:8 [INFO] [stderr] | [INFO] [stderr] 115 | pub fn splice_sysex_data< [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: function `try_splice_sysex_data` is never used [INFO] [stderr] --> src/detail/helpers.rs:142:12 [INFO] [stderr] | [INFO] [stderr] 142 | pub fn try_splice_sysex_data< [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: trait `ResizeProperty` is never used [INFO] [stderr] --> src/detail/property.rs:26:11 [INFO] [stderr] | [INFO] [stderr] 26 | pub trait ResizeProperty: [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: trait `SysexInternal` is never used [INFO] [stderr] --> src/traits.rs:667:18 [INFO] [stderr] | [INFO] [stderr] 667 | pub(crate) trait SysexInternal: Sysex { [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: `midi2` (lib) generated 13 warnings [INFO] [stderr] warning: unused import: `core::ops::Deref` [INFO] [stderr] --> src/packet.rs:101:9 [INFO] [stderr] | [INFO] [stderr] 101 | use core::ops::Deref; [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default [INFO] [stderr] [INFO] [stderr] warning: type alias `ChannelProperty` is never used [INFO] [stderr] --> src/detail/common_properties.rs:95:10 [INFO] [stderr] | [INFO] [stderr] 95 | pub type ChannelProperty = HybridSchemaProperty< [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stderr] [INFO] [stderr] warning: `midi2` (lib test) generated 13 warnings (11 duplicates) (run `cargo fix --lib -p midi2 --tests` to apply 1 suggestion) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.04s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/midi2-246dd017b4915d79) [INFO] [stdout] [INFO] [stdout] running 106 tests [INFO] [stdout] test channel_voice2::assignable_controller::tests::packets ... ok [INFO] [stdout] test channel_voice2::assignable_controller::tests::channel ... ok [INFO] [stdout] test channel_voice2::assignable_controller::tests::bank ... ok [INFO] [stdout] test channel_voice2::assignable_controller::tests::index ... ok [INFO] [stdout] test channel_voice2::assignable_controller::tests::setters ... ok [INFO] [stdout] test channel_voice2::assignable_per_note_controller::tests::builder ... ok [INFO] [stdout] test channel_voice2::assignable_per_note_controller::tests::channel ... ok [INFO] [stdout] test channel_voice2::assignable_per_note_controller::tests::group ... ok [INFO] [stdout] test channel_voice2::assignable_per_note_controller::tests::index ... ok [INFO] [stdout] test channel_voice2::attribute::tests::from_packet_invalid ... ok [INFO] [stdout] test channel_voice2::assignable_controller::tests::group ... ok [INFO] [stdout] test channel_voice2::assignable_controller::tests::controller_data ... ok [INFO] [stdout] test channel_voice2::attribute::tests::from_packet_pitch7_9 ... ok [INFO] [stdout] test channel_voice2::attribute::tests::write_attribute_none ... ok [INFO] [stdout] test channel_voice2::attribute::tests::write_attribute_pitch7_9 ... ok [INFO] [stdout] test channel_voice2::channel_pitch_bend::tests::builder ... ok [INFO] [stdout] test channel_voice2::channel_pitch_bend::tests::pitch_bend_data ... ok [INFO] [stdout] test channel_voice2::channel_pressure::tests::new_arr_3 ... ok [INFO] [stdout] test channel_voice2::channel_pressure::tests::new_arr_2 ... ok [INFO] [stdout] test channel_voice2::channel_pressure::tests::channel_pressure_data ... ok [INFO] [stdout] test channel_voice2::channel_pressure::tests::setter ... ok [INFO] [stdout] test channel_voice2::control_change::tests::control ... ok [INFO] [stdout] test channel_voice2::control_change::tests::setters ... ok [INFO] [stdout] test channel_voice2::control_change::tests::control_change_data ... ok [INFO] [stdout] test channel_voice2::key_pressure::tests::builder ... ok [INFO] [stdout] test channel_voice2::key_pressure::tests::key_pressure_data ... ok [INFO] [stdout] test channel_voice2::note_off::tests::attribute ... ok [INFO] [stdout] test channel_voice2::note_off::tests::builder_no_attribute ... ok [INFO] [stdout] test channel_voice2::assignable_per_note_controller::tests::note_number ... ok [INFO] [stdout] test channel_voice2::attribute::tests::from_packet_generic ... ok [INFO] [stdout] test channel_voice2::attribute::tests::from_packet_none ... ok [INFO] [stdout] test channel_voice2::note_off::tests::volocity ... ok [INFO] [stdout] test channel_voice2::key_pressure::tests::note_number ... ok [INFO] [stdout] test channel_voice2::note_off::tests::note_number ... ok [INFO] [stdout] test channel_voice2::note_on::tests::attribute ... ok [INFO] [stdout] test channel_voice2::assignable_per_note_controller::tests::controller_data ... ok [INFO] [stdout] test channel_voice2::attribute::tests::write_attribute_generic ... ok [INFO] [stdout] test channel_voice2::note_off::tests::builder ... ok [INFO] [stdout] test channel_voice2::note_on::tests::note_number ... ok [INFO] [stdout] test channel_voice2::packet::tests::construction ... ok [INFO] [stdout] test channel_voice2::packet::tests::channel ... ok [INFO] [stdout] test channel_voice2::packet::tests::construction_incorrect_ump_message_type ... ok [INFO] [stdout] test channel_voice2::packet::tests::construction_short_slice ... ok [INFO] [stdout] test channel_voice2::packet::tests::construction_slice_size4 ... ok [INFO] [stdout] test channel_voice2::packet::tests::set_channel ... ok [INFO] [stdout] test channel_voice2::note_on::tests::builder ... ok [INFO] [stdout] test channel_voice2::packet::tests::set_group ... ok [INFO] [stdout] test channel_voice2::note_on::tests::builder_no_attribute ... ok [INFO] [stdout] test channel_voice2::per_note_management::tests::detach ... ok [INFO] [stdout] test channel_voice2::note_on::tests::volocity ... ok [INFO] [stdout] test channel_voice2::packet::tests::group ... ok [INFO] [stdout] test channel_voice2::packet::tests::construction_slice_size2 ... ok [INFO] [stdout] test channel_voice2::per_note_management::tests::note_number ... ok [INFO] [stdout] test channel_voice2::per_note_management::tests::setters ... ok [INFO] [stdout] test channel_voice2::per_note_pitch_bend::tests::note_number ... ok [INFO] [stdout] test channel_voice2::program_change::tests::bank ... ok [INFO] [stdout] test channel_voice2::per_note_pitch_bend::tests::builder ... ok [INFO] [stdout] test channel_voice2::per_note_management::tests::reset ... ok [INFO] [stdout] test channel_voice2::program_change::tests::builder_no_bank ... ok [INFO] [stdout] test channel_voice2::program_change::tests::program ... ok [INFO] [stdout] test channel_voice2::per_note_pitch_bend::tests::pitch_bend_data ... ok [INFO] [stdout] test channel_voice2::program_change::tests::no_bank ... ok [INFO] [stdout] test channel_voice2::program_change::tests::builder ... ok [INFO] [stdout] test channel_voice2::program_change::tests::rebuffer_mut_slice_to_slice ... ok [INFO] [stdout] test channel_voice2::registered_controller::tests::controller_data ... ok [INFO] [stdout] test channel_voice2::registered_controller::tests::data ... ok [INFO] [stdout] test channel_voice2::registered_controller::tests::index ... ok [INFO] [stdout] test channel_voice2::registered_per_note_controller::tests::builder ... ok [INFO] [stdout] test channel_voice2::registered_per_note_controller::tests::note_number ... ok [INFO] [stdout] test channel_voice2::relative_assignable_controller::tests::bank ... ok [INFO] [stdout] test channel_voice2::relative_assignable_controller::tests::builder ... ok [INFO] [stdout] test channel_voice2::relative_assignable_controller::tests::controller_data ... ok [INFO] [stdout] test channel_voice2::registered_per_note_controller::tests::controller ... ok [INFO] [stdout] test channel_voice2::relative_registered_controller::tests::builder ... ok [INFO] [stdout] test channel_voice2::relative_registered_controller::tests::controller_data ... ok [INFO] [stdout] test channel_voice2::relative_registered_controller::tests::index ... ok [INFO] [stdout] test channel_voice2::test::channel ... ok [INFO] [stdout] test channel_voice2::test::packets ... ok [INFO] [stdout] test channel_voice2::test::rebuffer_from_array ... ok [INFO] [stdout] test detail::bit_ops::tests_u32::nibble ... ok [INFO] [stdout] test detail::bit_ops::tests_u32::bit ... ok [INFO] [stdout] test channel_voice2::registered_controller::tests::bank ... ok [INFO] [stdout] test detail::bit_ops::tests_u32::crumb ... ok [INFO] [stdout] test channel_voice2::registered_controller::tests::builder ... ok [INFO] [stdout] test detail::bit_ops::tests_u32::set_nibble ... ok [INFO] [stdout] test detail::bit_ops::tests_u32::set_word ... ok [INFO] [stdout] test detail::bit_ops::tests_u32::octet ... ok [INFO] [stdout] test detail::bit_ops::tests_u32::set_bit ... ok [INFO] [stdout] test channel_voice2::relative_assignable_controller::tests::index ... ok [INFO] [stdout] test detail::bit_ops::tests_u8::octet ... ok [INFO] [stdout] test channel_voice2::relative_registered_controller::tests::bank ... ok [INFO] [stdout] test detail::bit_ops::tests_u32::word ... ok [INFO] [stdout] test detail::bit_ops::tests_u8::bit_u7 ... ok [INFO] [stdout] test detail::bit_ops::tests_u8::nibble ... ok [INFO] [stdout] test detail::bit_ops::tests_u8::septet ... ok [INFO] [stdout] test detail::bit_ops::tests_u8::bit ... ok [INFO] [stdout] test detail::bit_ops::tests_u8::set_bit ... ok [INFO] [stdout] test detail::bit_ops::tests_u8::set_bit_u7 ... ok [INFO] [stdout] test detail::bit_ops::tests_u8::set_octet ... ok [INFO] [stdout] test detail::bit_ops::tests_u8::set_nibble ... ok [INFO] [stdout] test packet::tests::construction_from_empty_data ... ok [INFO] [stdout] test detail::test_support::rubbish_payload_iterator::tests::rubbish_iterator_should_give_worst_case_bounds ... ok [INFO] [stdout] test packet::tests::construction_from_reserved_ump_type_field ... ok [INFO] [stderr] Doc-tests midi2 [INFO] [stdout] test detail::bit_ops::tests_u32::set_crumb ... ok [INFO] [stdout] test detail::bit_ops::tests_u32::set_octet ... ok [INFO] [stdout] test message::tests::from_level2_channel_voice2 ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 106 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.04s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 44 tests [INFO] [stdout] test src/channel_voice2.rs - channel_voice2 (line 84) - compile fail ... ok [INFO] [stdout] test src/buffer.rs - buffer (line 57) - compile fail ... FAILED [INFO] [stdout] test src/buffer.rs - buffer (line 85) ... FAILED [INFO] [stdout] test src/buffer.rs - buffer (line 76) ... FAILED [INFO] [stdout] test src/channel_voice2.rs - channel_voice2 (line 5) ... ok [INFO] [stdout] test src/lib.rs - (line 116) ... FAILED [INFO] [stdout] test src/lib.rs - (line 142) ... FAILED [INFO] [stdout] test src/lib.rs - (line 177) ... FAILED [INFO] [stdout] test src/channel_voice2.rs - channel_voice2 (line 75) ... ok [INFO] [stdout] test src/lib.rs - (line 250) ... FAILED [INFO] [stdout] test src/lib.rs - (line 30) ... FAILED [INFO] [stdout] test src/channel_voice2.rs - channel_voice2 (line 43) ... ok [INFO] [stdout] test src/lib.rs - (line 201) ... FAILED [INFO] [stdout] test src/buffer.rs - buffer (line 5) ... FAILED [INFO] [stdout] test src/packet.rs - packet (line 109) ... FAILED [INFO] [stdout] test src/lib.rs - (line 262) ... FAILED [INFO] [stdout] test src/packet.rs - packet (line 35) ... FAILED [INFO] [stdout] test src/packet.rs - packet (line 57) ... FAILED [INFO] [stdout] test src/packet.rs - packet (line 9) ... FAILED [INFO] [stdout] test src/packets.rs - packets::Packets (line 41) ... FAILED [INFO] [stdout] test src/traits.rs - traits::ArrayRebufferInto (line 130) ... FAILED [INFO] [stdout] test src/traits.rs - traits::ArrayRebufferFrom (line 112) ... FAILED [INFO] [stdout] test src/packets.rs - packets::Packets (line 58) ... FAILED [INFO] [stdout] test src/lib.rs - (line 227) ... ok [INFO] [stdout] test src/lib.rs - (line 72) ... FAILED [INFO] [stdout] test src/traits.rs - traits::Data (line 17) ... FAILED [INFO] [stdout] test src/traits.rs - traits::RebufferFrom (line 68) ... FAILED [INFO] [stdout] test src/traits.rs - traits::IntoUmp (line 232) ... FAILED [INFO] [stdout] test src/traits.rs - traits::IntoBytes (line 282) ... FAILED [INFO] [stdout] test src/traits.rs - traits::FromUmp (line 264) ... FAILED [INFO] [stdout] test src/traits.rs - traits::Data (line 7) ... FAILED [INFO] [stdout] test src/traits.rs - traits::FromBytes (line 218) ... FAILED [INFO] [stdout] test src/traits.rs - traits::Sysex (line 466) ... FAILED [INFO] [stdout] test src/traits.rs - traits::RebufferInto (line 82) ... FAILED [INFO] [stdout] test src/traits.rs - traits::Channeled (line 49) ... ok [INFO] [stdout] test src/traits.rs - traits::Sysex (line 507) ... FAILED [INFO] [stdout] test src/traits.rs - traits::Sysex (line 486) ... FAILED [INFO] [stdout] test src/traits.rs - traits::TryFromUmp (line 390) ... FAILED [INFO] [stdout] test src/traits.rs - traits::TryIntoUmp (line 340) ... FAILED [INFO] [stdout] test src/traits.rs - traits::TryIntoBytes (line 422) ... FAILED [INFO] [stdout] test src/traits.rs - traits::TryRebufferInto (line 180) ... FAILED [INFO] [stdout] test src/traits.rs - traits::TryFromBytes (line 312) ... FAILED [INFO] [stdout] test src/traits.rs - traits::TryRebufferFrom (line 158) ... FAILED [INFO] [stdout] test src/traits.rs - traits::Grouped (line 30) ... ok [INFO] [stderr] error: doctest failed, to rerun pass `--doc` [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] [INFO] [stdout] ---- src/buffer.rs - buffer (line 57) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `midi2::channel_voice1` [INFO] [stdout] --> src/buffer.rs:61:5 [INFO] [stdout] | [INFO] [stdout] 61 | channel_voice1::NoteOn, [INFO] [stdout] | ^^^^^^^^^^^^^^ could not find `channel_voice1` in `midi2` [INFO] [stdout] | [INFO] [stdout] note: found an item that was configured out [INFO] [stdout] --> src/lib.rs:9:9 [INFO] [stdout] | [INFO] [stdout] 8 | #[cfg(feature = "channel-voice1")] [INFO] [stdout] | -------------------------- the item is gated behind the `channel-voice1` feature [INFO] [stdout] 9 | pub mod channel_voice1; [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] Some expected error codes were not found: ["E0277"] [INFO] [stdout] ---- src/buffer.rs - buffer (line 85) stdout ---- [INFO] [stdout] error[E0433]: cannot find module or crate `sysex8` in this scope [INFO] [stdout] --> src/buffer.rs:89:19 [INFO] [stdout] | [INFO] [stdout] 89 | let mut message = sysex8::Sysex8::>::new(); [INFO] [stdout] | ^^^^^^ use of unresolved module or unlinked crate `sysex8` [INFO] [stdout] | [INFO] [stdout] help: to make use of source file src/sysex8.rs, use `mod sysex8` in this file to declare the module [INFO] [stdout] | [INFO] [stdout] 84 + mod sysex8; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0433`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/buffer.rs - buffer (line 76) stdout ---- [INFO] [stdout] error[E0433]: cannot find module or crate `sysex8` in this scope [INFO] [stdout] --> src/buffer.rs:80:19 [INFO] [stdout] | [INFO] [stdout] 80 | let mut message = sysex8::Sysex8::<[u32; 64]>::new(); [INFO] [stdout] | ^^^^^^ use of unresolved module or unlinked crate `sysex8` [INFO] [stdout] | [INFO] [stdout] help: to make use of source file src/sysex8.rs, use `mod sysex8` in this file to declare the module [INFO] [stdout] | [INFO] [stdout] 75 + mod sysex8; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0433`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/lib.rs - (line 116) stdout ---- [INFO] [stdout] error[E0433]: cannot find module or crate `sysex7` in this scope [INFO] [stdout] --> src/lib.rs:120:19 [INFO] [stdout] | [INFO] [stdout] 120 | let mut message = sysex7::Sysex7::>::new(); [INFO] [stdout] | ^^^^^^ use of unresolved module or unlinked crate `sysex7` [INFO] [stdout] | [INFO] [stdout] help: to make use of source file src/sysex7.rs, use `mod sysex7` in this file to declare the module [INFO] [stdout] | [INFO] [stdout] 115 + mod sysex7; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0433`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/lib.rs - (line 142) stdout ---- [INFO] [stdout] error[E0433]: cannot find module or crate `sysex7` in this scope [INFO] [stdout] --> src/lib.rs:146:19 [INFO] [stdout] | [INFO] [stdout] 146 | let mut message = sysex7::Sysex7::>::new(); [INFO] [stdout] | ^^^^^^ use of unresolved module or unlinked crate `sysex7` [INFO] [stdout] | [INFO] [stdout] help: to make use of source file src/sysex7.rs, use `mod sysex7` in this file to declare the module [INFO] [stdout] | [INFO] [stdout] 141 + mod sysex7; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0433`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/lib.rs - (line 177) stdout ---- [INFO] [stdout] error[E0433]: cannot find module or crate `sysex8` in this scope [INFO] [stdout] --> src/lib.rs:181:19 [INFO] [stdout] | [INFO] [stdout] 181 | let mut message = sysex8::Sysex8::<[u32; 16]>::new(); [INFO] [stdout] | ^^^^^^ use of unresolved module or unlinked crate `sysex8` [INFO] [stdout] | [INFO] [stdout] help: to make use of source file src/sysex8.rs, use `mod sysex8` in this file to declare the module [INFO] [stdout] | [INFO] [stdout] 176 + mod sysex8; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0433`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/lib.rs - (line 250) stdout ---- [INFO] [stdout] error[E0433]: cannot find module or crate `channel_voice1` in this scope [INFO] [stdout] --> src/lib.rs:254:19 [INFO] [stdout] | [INFO] [stdout] 254 | let mut message = channel_voice1::ChannelPressure::<[u8; 3]>::new(); [INFO] [stdout] | ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `channel_voice1` [INFO] [stdout] | [INFO] [stdout] help: to make use of source file src/channel_voice1.rs, use `mod channel_voice1` in this file to declare the module [INFO] [stdout] | [INFO] [stdout] 249 + mod channel_voice1; [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 249 + use midi2::channel_voice2::ChannelPressure; [INFO] [stdout] | [INFO] [stdout] help: if you import `ChannelPressure`, refer to it directly [INFO] [stdout] | [INFO] [stdout] 254 - let mut message = channel_voice1::ChannelPressure::<[u8; 3]>::new(); [INFO] [stdout] 254 + let mut message = ChannelPressure::<[u8; 3]>::new(); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0433`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/lib.rs - (line 30) stdout ---- [INFO] [stdout] error[E0433]: cannot find module or crate `flex_data` in this scope [INFO] [stdout] --> src/lib.rs:49:25 [INFO] [stdout] | [INFO] [stdout] 49 | let mut composer_name = flex_data::ComposerName::>::new(); [INFO] [stdout] | ^^^^^^^^^ use of unresolved module or unlinked crate `flex_data` [INFO] [stdout] | [INFO] [stdout] help: to make use of source file src/flex_data.rs, use `mod flex_data` in this file to declare the module [INFO] [stdout] | [INFO] [stdout] 29 + mod flex_data; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0433`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/lib.rs - (line 201) stdout ---- [INFO] [stdout] Test executable failed (exit status: 101). [INFO] [stdout] [INFO] [stdout] stderr: [INFO] [stdout] [INFO] [stdout] thread 'main' (282) panicked at src/lib.rs:21:49: [INFO] [stdout] Valid data: InvalidData("Couldn't interpret ump message type") [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x61b19067389a - std[31e582c13f4e914f]::backtrace_rs::backtrace::libunwind::trace [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9 [INFO] [stdout] 1: 0x61b19067389a - std[31e582c13f4e914f]::backtrace_rs::backtrace::trace_unsynchronized:: [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14 [INFO] [stdout] 2: 0x61b19067389a - std[31e582c13f4e914f]::sys::backtrace::_print_fmt [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/std/src/sys/backtrace.rs:74:9 [INFO] [stdout] 3: 0x61b19067389a - <::print::DisplayBacktrace as core[fa0eadad68403074]::fmt::Display>::fmt [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/std/src/sys/backtrace.rs:44:26 [INFO] [stdout] 4: 0x61b1906835ea - ::fmt [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/core/src/fmt/rt.rs:152:76 [INFO] [stdout] 5: 0x61b1906835ea - core[fa0eadad68403074]::fmt::write [INFO] [stdout] 6: 0x61b190676c12 - std[31e582c13f4e914f]::io::default_write_fmt:: [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/std/src/io/mod.rs:639:11 [INFO] [stdout] 7: 0x61b190676c12 - ::write_fmt [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/std/src/io/mod.rs:1994:13 [INFO] [stdout] 8: 0x61b19065f8ff - ::print [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/std/src/sys/backtrace.rs:47:9 [INFO] [stdout] 9: 0x61b19065f8ff - std[31e582c13f4e914f]::panicking::default_hook::{closure#0} [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/std/src/panicking.rs:292:27 [INFO] [stdout] 10: 0x61b19066fe11 - std[31e582c13f4e914f]::panicking::default_hook [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/std/src/panicking.rs:319:9 [INFO] [stdout] 11: 0x61b19066ffcb - std[31e582c13f4e914f]::panicking::panic_with_hook [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/std/src/panicking.rs:825:13 [INFO] [stdout] 12: 0x61b19065f9b8 - std[31e582c13f4e914f]::panicking::panic_handler::{closure#0} [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/std/src/panicking.rs:698:13 [INFO] [stdout] 13: 0x61b190654fa9 - std[31e582c13f4e914f]::sys::backtrace::__rust_end_short_backtrace:: [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/std/src/sys/backtrace.rs:182:18 [INFO] [stdout] 14: 0x61b19066019d - __rustc[fc8e3a9f23f26cb]::rust_begin_unwind [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/std/src/panicking.rs:689:5 [INFO] [stdout] 15: 0x61b190683c9c - core[fa0eadad68403074]::panicking::panic_fmt [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/core/src/panicking.rs:80:14 [INFO] [stdout] 16: 0x61b190683a72 - core[fa0eadad68403074]::result::unwrap_failed [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/core/src/result.rs:1867:5 [INFO] [stdout] 17: 0x61b190643854 - , midi2[78706f61194c00bd]::error::InvalidData>>::expect [INFO] [stdout] 18: 0x61b190643945 - rust_out[6ca516bbe19c3985]::main::_doctest_main_src_lib_rs_201_0 [INFO] [stdout] 19: 0x61b1906437d6 - rust_out[6ca516bbe19c3985]::main [INFO] [stdout] 20: 0x61b1906439c3 - >::call_once [INFO] [stdout] 21: 0x61b190643796 - std[31e582c13f4e914f]::sys::backtrace::__rust_begin_short_backtrace:: [INFO] [stdout] 22: 0x61b1906437a9 - std[31e582c13f4e914f]::rt::lang_start::<()>::{closure#0} [INFO] [stdout] 23: 0x61b19066f594 - <&dyn core[fa0eadad68403074]::ops::function::Fn<(), Output = i32> + core[fa0eadad68403074]::marker::Sync + core[fa0eadad68403074]::panic::unwind_safe::RefUnwindSafe as core[fa0eadad68403074]::ops::function::FnOnce<()>>::call_once [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/core/src/ops/function.rs:287:21 [INFO] [stdout] 24: 0x61b19066f594 - std[31e582c13f4e914f]::panicking::catch_unwind::do_call::<&dyn core[fa0eadad68403074]::ops::function::Fn<(), Output = i32> + core[fa0eadad68403074]::marker::Sync + core[fa0eadad68403074]::panic::unwind_safe::RefUnwindSafe, i32> [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/std/src/panicking.rs:581:40 [INFO] [stdout] 25: 0x61b19066f594 - std[31e582c13f4e914f]::panicking::catch_unwind:: + core[fa0eadad68403074]::marker::Sync + core[fa0eadad68403074]::panic::unwind_safe::RefUnwindSafe> [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/std/src/panicking.rs:544:19 [INFO] [stdout] 26: 0x61b19066f594 - std[31e582c13f4e914f]::panic::catch_unwind::<&dyn core[fa0eadad68403074]::ops::function::Fn<(), Output = i32> + core[fa0eadad68403074]::marker::Sync + core[fa0eadad68403074]::panic::unwind_safe::RefUnwindSafe, i32> [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/std/src/panic.rs:359:14 [INFO] [stdout] 27: 0x61b19066f594 - std[31e582c13f4e914f]::rt::lang_start_internal::{closure#0} [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/std/src/rt.rs:175:24 [INFO] [stdout] 28: 0x61b19066f594 - std[31e582c13f4e914f]::panicking::catch_unwind::do_call:: [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/std/src/panicking.rs:581:40 [INFO] [stdout] 29: 0x61b19066f594 - std[31e582c13f4e914f]::panicking::catch_unwind:: [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/std/src/panicking.rs:544:19 [INFO] [stdout] 30: 0x61b19066f594 - std[31e582c13f4e914f]::panic::catch_unwind:: [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/std/src/panic.rs:359:14 [INFO] [stdout] 31: 0x61b19066f594 - std[31e582c13f4e914f]::rt::lang_start_internal [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/std/src/rt.rs:171:5 [INFO] [stdout] 32: 0x61b190643781 - std[31e582c13f4e914f]::rt::lang_start::<()> [INFO] [stdout] 33: 0x61b190643a25 - main [INFO] [stdout] 34: 0x71efd33e81ca - [INFO] [stdout] 35: 0x71efd33e828b - __libc_start_main [INFO] [stdout] 36: 0x61b190643695 - _start [INFO] [stdout] 37: 0x0 - [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] ---- src/buffer.rs - buffer (line 5) stdout ---- [INFO] [stdout] Test executable failed (exit status: 101). [INFO] [stdout] [INFO] [stdout] stderr: [INFO] [stdout] [INFO] [stdout] thread 'main' (301) panicked at src/buffer.rs:29:69: [INFO] [stdout] Valid data: InvalidData("Couldn't interpret ump message type") [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x59ff5a0ead9a - std[31e582c13f4e914f]::backtrace_rs::backtrace::libunwind::trace [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9 [INFO] [stdout] 1: 0x59ff5a0ead9a - std[31e582c13f4e914f]::backtrace_rs::backtrace::trace_unsynchronized:: [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14 [INFO] [stdout] 2: 0x59ff5a0ead9a - std[31e582c13f4e914f]::sys::backtrace::_print_fmt [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/std/src/sys/backtrace.rs:74:9 [INFO] [stdout] 3: 0x59ff5a0ead9a - <::print::DisplayBacktrace as core[fa0eadad68403074]::fmt::Display>::fmt [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/std/src/sys/backtrace.rs:44:26 [INFO] [stdout] 4: 0x59ff5a0faaea - ::fmt [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/core/src/fmt/rt.rs:152:76 [INFO] [stdout] 5: 0x59ff5a0faaea - core[fa0eadad68403074]::fmt::write [INFO] [stdout] 6: 0x59ff5a0ee112 - std[31e582c13f4e914f]::io::default_write_fmt:: [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/std/src/io/mod.rs:639:11 [INFO] [stdout] 7: 0x59ff5a0ee112 - ::write_fmt [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/std/src/io/mod.rs:1994:13 [INFO] [stdout] 8: 0x59ff5a0d6dff - ::print [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/std/src/sys/backtrace.rs:47:9 [INFO] [stdout] 9: 0x59ff5a0d6dff - std[31e582c13f4e914f]::panicking::default_hook::{closure#0} [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/std/src/panicking.rs:292:27 [INFO] [stdout] 10: 0x59ff5a0e7311 - std[31e582c13f4e914f]::panicking::default_hook [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/std/src/panicking.rs:319:9 [INFO] [stdout] 11: 0x59ff5a0e74cb - std[31e582c13f4e914f]::panicking::panic_with_hook [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/std/src/panicking.rs:825:13 [INFO] [stdout] 12: 0x59ff5a0d6eb8 - std[31e582c13f4e914f]::panicking::panic_handler::{closure#0} [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/std/src/panicking.rs:698:13 [INFO] [stdout] 13: 0x59ff5a0cc4a9 - std[31e582c13f4e914f]::sys::backtrace::__rust_end_short_backtrace:: [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/std/src/sys/backtrace.rs:182:18 [INFO] [stdout] 14: 0x59ff5a0d769d - __rustc[fc8e3a9f23f26cb]::rust_begin_unwind [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/std/src/panicking.rs:689:5 [INFO] [stdout] 15: 0x59ff5a0fb19c - core[fa0eadad68403074]::panicking::panic_fmt [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/core/src/panicking.rs:80:14 [INFO] [stdout] 16: 0x59ff5a0faf72 - core[fa0eadad68403074]::result::unwrap_failed [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/core/src/result.rs:1867:5 [INFO] [stdout] 17: 0x59ff5a0b6834 - , midi2[78706f61194c00bd]::error::InvalidData>>::expect [INFO] [stdout] 18: 0x59ff5a0b6a25 - rust_out[6ca516bbe19c3985]::main::_doctest_main_src_buffer_rs_5_0 [INFO] [stdout] 19: 0x59ff5a0b66f6 - rust_out[6ca516bbe19c3985]::main [INFO] [stdout] 20: 0x59ff5a0ba9b3 - >::call_once [INFO] [stdout] 21: 0x59ff5a0b65d6 - std[31e582c13f4e914f]::sys::backtrace::__rust_begin_short_backtrace:: [INFO] [stdout] 22: 0x59ff5a0b66c9 - std[31e582c13f4e914f]::rt::lang_start::<()>::{closure#0} [INFO] [stdout] 23: 0x59ff5a0e6a94 - <&dyn core[fa0eadad68403074]::ops::function::Fn<(), Output = i32> + core[fa0eadad68403074]::marker::Sync + core[fa0eadad68403074]::panic::unwind_safe::RefUnwindSafe as core[fa0eadad68403074]::ops::function::FnOnce<()>>::call_once [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/core/src/ops/function.rs:287:21 [INFO] [stdout] 24: 0x59ff5a0e6a94 - std[31e582c13f4e914f]::panicking::catch_unwind::do_call::<&dyn core[fa0eadad68403074]::ops::function::Fn<(), Output = i32> + core[fa0eadad68403074]::marker::Sync + core[fa0eadad68403074]::panic::unwind_safe::RefUnwindSafe, i32> [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/std/src/panicking.rs:581:40 [INFO] [stdout] 25: 0x59ff5a0e6a94 - std[31e582c13f4e914f]::panicking::catch_unwind:: + core[fa0eadad68403074]::marker::Sync + core[fa0eadad68403074]::panic::unwind_safe::RefUnwindSafe> [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/std/src/panicking.rs:544:19 [INFO] [stdout] 26: 0x59ff5a0e6a94 - std[31e582c13f4e914f]::panic::catch_unwind::<&dyn core[fa0eadad68403074]::ops::function::Fn<(), Output = i32> + core[fa0eadad68403074]::marker::Sync + core[fa0eadad68403074]::panic::unwind_safe::RefUnwindSafe, i32> [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/std/src/panic.rs:359:14 [INFO] [stdout] 27: 0x59ff5a0e6a94 - std[31e582c13f4e914f]::rt::lang_start_internal::{closure#0} [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/std/src/rt.rs:175:24 [INFO] [stdout] 28: 0x59ff5a0e6a94 - std[31e582c13f4e914f]::panicking::catch_unwind::do_call:: [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/std/src/panicking.rs:581:40 [INFO] [stdout] 29: 0x59ff5a0e6a94 - std[31e582c13f4e914f]::panicking::catch_unwind:: [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/std/src/panicking.rs:544:19 [INFO] [stdout] 30: 0x59ff5a0e6a94 - std[31e582c13f4e914f]::panic::catch_unwind:: [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/std/src/panic.rs:359:14 [INFO] [stdout] 31: 0x59ff5a0e6a94 - std[31e582c13f4e914f]::rt::lang_start_internal [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/std/src/rt.rs:171:5 [INFO] [stdout] 32: 0x59ff5a0b6561 - std[31e582c13f4e914f]::rt::lang_start::<()> [INFO] [stdout] 33: 0x59ff5a0baa15 - main [INFO] [stdout] 34: 0x701c8a7281ca - [INFO] [stdout] 35: 0x701c8a72828b - __libc_start_main [INFO] [stdout] 36: 0x59ff5a0b6475 - _start [INFO] [stdout] 37: 0x0 - [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] ---- src/packet.rs - packet (line 109) stdout ---- [INFO] [stdout] error[E0433]: cannot find module or crate `sysex7` in this scope [INFO] [stdout] --> src/packet.rs:113:19 [INFO] [stdout] | [INFO] [stdout] 113 | let mut message = sysex7::Sysex7::<[u8; 22]>::new(); [INFO] [stdout] | ^^^^^^ use of unresolved module or unlinked crate `sysex7` [INFO] [stdout] | [INFO] [stdout] help: to make use of source file src/sysex7.rs, use `mod sysex7` in this file to declare the module [INFO] [stdout] | [INFO] [stdout] 108 + mod sysex7; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0433`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/lib.rs - (line 262) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `midi2::channel_voice1` [INFO] [stdout] --> src/lib.rs:266:5 [INFO] [stdout] | [INFO] [stdout] 266 | channel_voice1::ChannelPressure, [INFO] [stdout] | ^^^^^^^^^^^^^^ could not find `channel_voice1` in `midi2` [INFO] [stdout] | [INFO] [stdout] note: found an item that was configured out [INFO] [stdout] --> src/lib.rs:9:9 [INFO] [stdout] | [INFO] [stdout] 8 | #[cfg(feature = "channel-voice1")] [INFO] [stdout] | -------------------------- the item is gated behind the `channel-voice1` feature [INFO] [stdout] 9 | pub mod channel_voice1; [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/packet.rs - packet (line 35) stdout ---- [INFO] [stdout] error[E0433]: cannot find module or crate `sysex7` in this scope [INFO] [stdout] --> src/packet.rs:39:19 [INFO] [stdout] | [INFO] [stdout] 39 | let mut message = sysex7::Sysex7::>::new(); [INFO] [stdout] | ^^^^^^ use of unresolved module or unlinked crate `sysex7` [INFO] [stdout] | [INFO] [stdout] help: to make use of source file src/sysex7.rs, use `mod sysex7` in this file to declare the module [INFO] [stdout] | [INFO] [stdout] 34 + mod sysex7; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0433`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/packet.rs - packet (line 57) stdout ---- [INFO] [stdout] error[E0433]: cannot find module or crate `sysex7` in this scope [INFO] [stdout] --> src/packet.rs:70:16 [INFO] [stdout] | [INFO] [stdout] 70 | let borrowed = sysex7::Sysex7::try_from(&buffer[..]) [INFO] [stdout] | ^^^^^^ use of unresolved module or unlinked crate `sysex7` [INFO] [stdout] | [INFO] [stdout] help: to make use of source file src/sysex7.rs, use `mod sysex7` in this file to declare the module [INFO] [stdout] | [INFO] [stdout] 56 + mod sysex7; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error[E0433]: cannot find module or crate `sysex7` in this scope [INFO] [stdout] --> src/packet.rs:90:16 [INFO] [stdout] | [INFO] [stdout] 90 | let mut owned: sysex7::Sysex7::> = borrowed.rebuffer_into(); [INFO] [stdout] | ^^^^^^ use of unresolved module or unlinked crate `sysex7` [INFO] [stdout] | [INFO] [stdout] help: a trait with a similar name exists [INFO] [stdout] | [INFO] [stdout] 90 - let mut owned: sysex7::Sysex7::> = borrowed.rebuffer_into(); [INFO] [stdout] 90 + let mut owned: Sysex::Sysex7::> = borrowed.rebuffer_into(); [INFO] [stdout] | [INFO] [stdout] help: to make use of source file src/sysex7.rs, use `mod sysex7` in this file to declare the module [INFO] [stdout] | [INFO] [stdout] 56 + mod sysex7; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0433`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/packet.rs - packet (line 9) stdout ---- [INFO] [stdout] error[E0433]: cannot find module or crate `sysex7` in this scope [INFO] [stdout] --> src/packet.rs:13:19 [INFO] [stdout] | [INFO] [stdout] 13 | let mut message = sysex7::Sysex7::>::new(); [INFO] [stdout] | ^^^^^^ use of unresolved module or unlinked crate `sysex7` [INFO] [stdout] | [INFO] [stdout] help: to make use of source file src/sysex7.rs, use `mod sysex7` in this file to declare the module [INFO] [stdout] | [INFO] [stdout] 8 + mod sysex7; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0433`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/packets.rs - packets::Packets (line 41) stdout ---- [INFO] [stdout] error[E0433]: cannot find module or crate `flex_data` in this scope [INFO] [stdout] --> src/packets.rs:45:19 [INFO] [stdout] | [INFO] [stdout] 45 | let mut message = flex_data::ProjectName::>::new(); [INFO] [stdout] | ^^^^^^^^^ use of unresolved module or unlinked crate `flex_data` [INFO] [stdout] | [INFO] [stdout] help: to make use of source file src/flex_data.rs, use `mod flex_data` in this file to declare the module [INFO] [stdout] | [INFO] [stdout] 40 + mod flex_data; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0433`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/traits.rs - traits::ArrayRebufferInto (line 130) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `midi2::channel_voice1` [INFO] [stdout] --> src/traits.rs:132:38 [INFO] [stdout] | [INFO] [stdout] 132 | use midi2::{ArrayRebufferInto, Data, channel_voice1::NoteOn}; [INFO] [stdout] | ^^^^^^^^^^^^^^ could not find `channel_voice1` in `midi2` [INFO] [stdout] | [INFO] [stdout] note: found an item that was configured out [INFO] [stdout] --> src/lib.rs:9:9 [INFO] [stdout] | [INFO] [stdout] 8 | #[cfg(feature = "channel-voice1")] [INFO] [stdout] | -------------------------- the item is gated behind the `channel-voice1` feature [INFO] [stdout] 9 | pub mod channel_voice1; [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/traits.rs - traits::ArrayRebufferFrom (line 112) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `midi2::channel_voice1` [INFO] [stdout] --> src/traits.rs:114:38 [INFO] [stdout] | [INFO] [stdout] 114 | use midi2::{ArrayRebufferFrom, Data, channel_voice1::NoteOn}; [INFO] [stdout] | ^^^^^^^^^^^^^^ could not find `channel_voice1` in `midi2` [INFO] [stdout] | [INFO] [stdout] note: found an item that was configured out [INFO] [stdout] --> src/lib.rs:9:9 [INFO] [stdout] | [INFO] [stdout] 8 | #[cfg(feature = "channel-voice1")] [INFO] [stdout] | -------------------------- the item is gated behind the `channel-voice1` feature [INFO] [stdout] 9 | pub mod channel_voice1; [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/packets.rs - packets::Packets (line 58) stdout ---- [INFO] [stdout] error[E0433]: cannot find module or crate `sysex7` in this scope [INFO] [stdout] --> src/packets.rs:62:19 [INFO] [stdout] | [INFO] [stdout] 62 | let mut message = sysex7::Sysex7::>::new(); [INFO] [stdout] | ^^^^^^ use of unresolved module or unlinked crate `sysex7` [INFO] [stdout] | [INFO] [stdout] help: to make use of source file src/sysex7.rs, use `mod sysex7` in this file to declare the module [INFO] [stdout] | [INFO] [stdout] 57 + mod sysex7; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0433`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/lib.rs - (line 72) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `midi2::flex_data` [INFO] [stdout] --> src/lib.rs:97:24 [INFO] [stdout] | [INFO] [stdout] 97 | use midi2::flex_data::FlexDataMessage; [INFO] [stdout] | ^^^^^^^^^ could not find `flex_data` in `midi2` [INFO] [stdout] | [INFO] [stdout] note: found an item that was configured out [INFO] [stdout] --> src/lib.rs:15:9 [INFO] [stdout] | [INFO] [stdout] 14 | #[cfg(feature = "flex-data")] [INFO] [stdout] | --------------------- the item is gated behind the `flex-data` feature [INFO] [stdout] 15 | pub mod flex_data; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] error[E0599]: no variant or associated item named `Sysex7` found for enum `midi2::UmpMessage` in the current scope [INFO] [stdout] --> src/lib.rs:90:24 [INFO] [stdout] | [INFO] [stdout] 90 | Ok(UmpMessage::Sysex7(m)) => { [INFO] [stdout] | ^^^^^^ variant or associated item not found in `midi2::UmpMessage<_>` [INFO] [stdout] [INFO] [stdout] error[E0599]: no variant or associated item named `FlexData` found for enum `midi2::UmpMessage` in the current scope [INFO] [stdout] --> src/lib.rs:96:24 [INFO] [stdout] | [INFO] [stdout] 96 | Ok(UmpMessage::FlexData(m)) => { [INFO] [stdout] | ^^^^^^^^ variant or associated item not found in `midi2::UmpMessage<_>` [INFO] [stdout] [INFO] [stdout] error: aborting due to 3 previous errors [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0432, E0599. [INFO] [stdout] For more information about an error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/traits.rs - traits::Data (line 17) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `midi2::channel_voice1` [INFO] [stdout] --> src/traits.rs:19:19 [INFO] [stdout] | [INFO] [stdout] 19 | use midi2::{Data, channel_voice1::NoteOn}; [INFO] [stdout] | ^^^^^^^^^^^^^^ could not find `channel_voice1` in `midi2` [INFO] [stdout] | [INFO] [stdout] note: found an item that was configured out [INFO] [stdout] --> src/lib.rs:9:9 [INFO] [stdout] | [INFO] [stdout] 8 | #[cfg(feature = "channel-voice1")] [INFO] [stdout] | -------------------------- the item is gated behind the `channel-voice1` feature [INFO] [stdout] 9 | pub mod channel_voice1; [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/traits.rs - traits::RebufferFrom (line 68) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `midi2::channel_voice1` [INFO] [stdout] --> src/traits.rs:70:33 [INFO] [stdout] | [INFO] [stdout] 70 | use midi2::{RebufferFrom, Data, channel_voice1::NoteOn}; [INFO] [stdout] | ^^^^^^^^^^^^^^ could not find `channel_voice1` in `midi2` [INFO] [stdout] | [INFO] [stdout] note: found an item that was configured out [INFO] [stdout] --> src/lib.rs:9:9 [INFO] [stdout] | [INFO] [stdout] 8 | #[cfg(feature = "channel-voice1")] [INFO] [stdout] | -------------------------- the item is gated behind the `channel-voice1` feature [INFO] [stdout] 9 | pub mod channel_voice1; [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/traits.rs - traits::IntoUmp (line 232) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `midi2::channel_voice1` [INFO] [stdout] --> src/traits.rs:234:28 [INFO] [stdout] | [INFO] [stdout] 234 | use midi2::{IntoUmp, Data, channel_voice1::NoteOn}; [INFO] [stdout] | ^^^^^^^^^^^^^^ could not find `channel_voice1` in `midi2` [INFO] [stdout] | [INFO] [stdout] note: found an item that was configured out [INFO] [stdout] --> src/lib.rs:9:9 [INFO] [stdout] | [INFO] [stdout] 8 | #[cfg(feature = "channel-voice1")] [INFO] [stdout] | -------------------------- the item is gated behind the `channel-voice1` feature [INFO] [stdout] 9 | pub mod channel_voice1; [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/traits.rs - traits::IntoBytes (line 282) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `midi2::channel_voice1` [INFO] [stdout] --> src/traits.rs:284:30 [INFO] [stdout] | [INFO] [stdout] 284 | use midi2::{IntoBytes, Data, channel_voice1::NoteOn}; [INFO] [stdout] | ^^^^^^^^^^^^^^ could not find `channel_voice1` in `midi2` [INFO] [stdout] | [INFO] [stdout] note: found an item that was configured out [INFO] [stdout] --> src/lib.rs:9:9 [INFO] [stdout] | [INFO] [stdout] 8 | #[cfg(feature = "channel-voice1")] [INFO] [stdout] | -------------------------- the item is gated behind the `channel-voice1` feature [INFO] [stdout] 9 | pub mod channel_voice1; [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/traits.rs - traits::FromUmp (line 264) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `midi2::channel_voice1` [INFO] [stdout] --> src/traits.rs:266:28 [INFO] [stdout] | [INFO] [stdout] 266 | use midi2::{FromUmp, Data, channel_voice1::NoteOn}; [INFO] [stdout] | ^^^^^^^^^^^^^^ could not find `channel_voice1` in `midi2` [INFO] [stdout] | [INFO] [stdout] note: found an item that was configured out [INFO] [stdout] --> src/lib.rs:9:9 [INFO] [stdout] | [INFO] [stdout] 8 | #[cfg(feature = "channel-voice1")] [INFO] [stdout] | -------------------------- the item is gated behind the `channel-voice1` feature [INFO] [stdout] 9 | pub mod channel_voice1; [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/traits.rs - traits::Data (line 7) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `midi2::channel_voice1` [INFO] [stdout] --> src/traits.rs:9:19 [INFO] [stdout] | [INFO] [stdout] 9 | use midi2::{Data, channel_voice1::NoteOn}; [INFO] [stdout] | ^^^^^^^^^^^^^^ could not find `channel_voice1` in `midi2` [INFO] [stdout] | [INFO] [stdout] note: found an item that was configured out [INFO] [stdout] --> src/lib.rs:9:9 [INFO] [stdout] | [INFO] [stdout] 8 | #[cfg(feature = "channel-voice1")] [INFO] [stdout] | -------------------------- the item is gated behind the `channel-voice1` feature [INFO] [stdout] 9 | pub mod channel_voice1; [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/traits.rs - traits::FromBytes (line 218) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `midi2::channel_voice1` [INFO] [stdout] --> src/traits.rs:220:30 [INFO] [stdout] | [INFO] [stdout] 220 | use midi2::{FromBytes, Data, channel_voice1::NoteOn}; [INFO] [stdout] | ^^^^^^^^^^^^^^ could not find `channel_voice1` in `midi2` [INFO] [stdout] | [INFO] [stdout] note: found an item that was configured out [INFO] [stdout] --> src/lib.rs:9:9 [INFO] [stdout] | [INFO] [stdout] 8 | #[cfg(feature = "channel-voice1")] [INFO] [stdout] | -------------------------- the item is gated behind the `channel-voice1` feature [INFO] [stdout] 9 | pub mod channel_voice1; [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/traits.rs - traits::Sysex (line 466) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `midi2::sysex8` [INFO] [stdout] --> src/traits.rs:468:13 [INFO] [stdout] | [INFO] [stdout] 468 | use midi2::{sysex8::Sysex8, Sysex}; [INFO] [stdout] | ^^^^^^ could not find `sysex8` in `midi2` [INFO] [stdout] | [INFO] [stdout] note: found an item that was configured out [INFO] [stdout] --> src/lib.rs:19:9 [INFO] [stdout] | [INFO] [stdout] 18 | #[cfg(feature = "sysex8")] [INFO] [stdout] | ------------------ the item is gated behind the `sysex8` feature [INFO] [stdout] 19 | pub mod sysex8; [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/traits.rs - traits::RebufferInto (line 82) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `midi2::channel_voice1` [INFO] [stdout] --> src/traits.rs:84:33 [INFO] [stdout] | [INFO] [stdout] 84 | use midi2::{RebufferInto, Data, channel_voice1::NoteOn}; [INFO] [stdout] | ^^^^^^^^^^^^^^ could not find `channel_voice1` in `midi2` [INFO] [stdout] | [INFO] [stdout] note: found an item that was configured out [INFO] [stdout] --> src/lib.rs:9:9 [INFO] [stdout] | [INFO] [stdout] 8 | #[cfg(feature = "channel-voice1")] [INFO] [stdout] | -------------------------- the item is gated behind the `channel-voice1` feature [INFO] [stdout] 9 | pub mod channel_voice1; [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/traits.rs - traits::Sysex (line 507) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `midi2::sysex8` [INFO] [stdout] --> src/traits.rs:509:13 [INFO] [stdout] | [INFO] [stdout] 509 | use midi2::{sysex8::Sysex8, Sysex, Data}; [INFO] [stdout] | ^^^^^^ could not find `sysex8` in `midi2` [INFO] [stdout] | [INFO] [stdout] note: found an item that was configured out [INFO] [stdout] --> src/lib.rs:19:9 [INFO] [stdout] | [INFO] [stdout] 18 | #[cfg(feature = "sysex8")] [INFO] [stdout] | ------------------ the item is gated behind the `sysex8` feature [INFO] [stdout] 19 | pub mod sysex8; [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/traits.rs - traits::Sysex (line 486) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `midi2::sysex8` [INFO] [stdout] --> src/traits.rs:488:13 [INFO] [stdout] | [INFO] [stdout] 488 | use midi2::{sysex8::Sysex8, Sysex, Data}; [INFO] [stdout] | ^^^^^^ could not find `sysex8` in `midi2` [INFO] [stdout] | [INFO] [stdout] note: found an item that was configured out [INFO] [stdout] --> src/lib.rs:19:9 [INFO] [stdout] | [INFO] [stdout] 18 | #[cfg(feature = "sysex8")] [INFO] [stdout] | ------------------ the item is gated behind the `sysex8` feature [INFO] [stdout] 19 | pub mod sysex8; [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/traits.rs - traits::TryFromUmp (line 390) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `midi2::sysex7` [INFO] [stdout] --> src/traits.rs:392:31 [INFO] [stdout] | [INFO] [stdout] 392 | use midi2::{TryFromUmp, Data, sysex7::Sysex7}; [INFO] [stdout] | ^^^^^^ could not find `sysex7` in `midi2` [INFO] [stdout] | [INFO] [stdout] note: found an item that was configured out [INFO] [stdout] --> src/lib.rs:17:9 [INFO] [stdout] | [INFO] [stdout] 16 | #[cfg(feature = "sysex7")] [INFO] [stdout] | ------------------ the item is gated behind the `sysex7` feature [INFO] [stdout] 17 | pub mod sysex7; [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/traits.rs - traits::TryIntoUmp (line 340) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `midi2::sysex7` [INFO] [stdout] --> src/traits.rs:342:31 [INFO] [stdout] | [INFO] [stdout] 342 | use midi2::{TryIntoUmp, Data, sysex7::Sysex7, error::BufferOverflow}; [INFO] [stdout] | ^^^^^^ could not find `sysex7` in `midi2` [INFO] [stdout] | [INFO] [stdout] note: found an item that was configured out [INFO] [stdout] --> src/lib.rs:17:9 [INFO] [stdout] | [INFO] [stdout] 16 | #[cfg(feature = "sysex7")] [INFO] [stdout] | ------------------ the item is gated behind the `sysex7` feature [INFO] [stdout] 17 | pub mod sysex7; [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/traits.rs - traits::TryIntoBytes (line 422) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `midi2::sysex7` [INFO] [stdout] --> src/traits.rs:424:33 [INFO] [stdout] | [INFO] [stdout] 424 | use midi2::{TryIntoBytes, Data, sysex7::Sysex7, error::BufferOverflow}; [INFO] [stdout] | ^^^^^^ could not find `sysex7` in `midi2` [INFO] [stdout] | [INFO] [stdout] note: found an item that was configured out [INFO] [stdout] --> src/lib.rs:17:9 [INFO] [stdout] | [INFO] [stdout] 16 | #[cfg(feature = "sysex7")] [INFO] [stdout] | ------------------ the item is gated behind the `sysex7` feature [INFO] [stdout] 17 | pub mod sysex7; [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/traits.rs - traits::TryRebufferInto (line 180) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `midi2::sysex7` [INFO] [stdout] --> src/traits.rs:182:30 [INFO] [stdout] | [INFO] [stdout] 182 | use midi2::{TryRebufferInto, sysex7::Sysex7, error::BufferOverflow}; [INFO] [stdout] | ^^^^^^ could not find `sysex7` in `midi2` [INFO] [stdout] | [INFO] [stdout] note: found an item that was configured out [INFO] [stdout] --> src/lib.rs:17:9 [INFO] [stdout] | [INFO] [stdout] 16 | #[cfg(feature = "sysex7")] [INFO] [stdout] | ------------------ the item is gated behind the `sysex7` feature [INFO] [stdout] 17 | pub mod sysex7; [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/traits.rs - traits::TryFromBytes (line 312) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `midi2::sysex7` [INFO] [stdout] --> src/traits.rs:314:33 [INFO] [stdout] | [INFO] [stdout] 314 | use midi2::{TryFromBytes, Data, sysex7::Sysex7}; [INFO] [stdout] | ^^^^^^ could not find `sysex7` in `midi2` [INFO] [stdout] | [INFO] [stdout] note: found an item that was configured out [INFO] [stdout] --> src/lib.rs:17:9 [INFO] [stdout] | [INFO] [stdout] 16 | #[cfg(feature = "sysex7")] [INFO] [stdout] | ------------------ the item is gated behind the `sysex7` feature [INFO] [stdout] 17 | pub mod sysex7; [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/traits.rs - traits::TryRebufferFrom (line 158) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `midi2::sysex7` [INFO] [stdout] --> src/traits.rs:160:30 [INFO] [stdout] | [INFO] [stdout] 160 | use midi2::{TryRebufferFrom, sysex7::Sysex7}; [INFO] [stdout] | ^^^^^^ could not find `sysex7` in `midi2` [INFO] [stdout] | [INFO] [stdout] note: found an item that was configured out [INFO] [stdout] --> src/lib.rs:17:9 [INFO] [stdout] | [INFO] [stdout] 16 | #[cfg(feature = "sysex7")] [INFO] [stdout] | ------------------ the item is gated behind the `sysex7` feature [INFO] [stdout] 17 | pub mod sysex7; [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] src/buffer.rs - buffer (line 5) [INFO] [stdout] src/buffer.rs - buffer (line 57) [INFO] [stdout] src/buffer.rs - buffer (line 76) [INFO] [stdout] src/buffer.rs - buffer (line 85) [INFO] [stdout] src/lib.rs - (line 116) [INFO] [stdout] src/lib.rs - (line 142) [INFO] [stdout] src/lib.rs - (line 177) [INFO] [stdout] src/lib.rs - (line 201) [INFO] [stdout] src/lib.rs - (line 250) [INFO] [stdout] src/lib.rs - (line 262) [INFO] [stdout] src/lib.rs - (line 30) [INFO] [stdout] src/lib.rs - (line 72) [INFO] [stdout] src/packet.rs - packet (line 109) [INFO] [stdout] src/packet.rs - packet (line 35) [INFO] [stdout] src/packet.rs - packet (line 57) [INFO] [stdout] src/packet.rs - packet (line 9) [INFO] [stdout] src/packets.rs - packets::Packets (line 41) [INFO] [stdout] src/packets.rs - packets::Packets (line 58) [INFO] [stdout] src/traits.rs - traits::ArrayRebufferFrom (line 112) [INFO] [stdout] src/traits.rs - traits::ArrayRebufferInto (line 130) [INFO] [stdout] src/traits.rs - traits::Data (line 17) [INFO] [stdout] src/traits.rs - traits::Data (line 7) [INFO] [stdout] src/traits.rs - traits::FromBytes (line 218) [INFO] [stdout] src/traits.rs - traits::FromUmp (line 264) [INFO] [stdout] src/traits.rs - traits::IntoBytes (line 282) [INFO] [stdout] src/traits.rs - traits::IntoUmp (line 232) [INFO] [stdout] src/traits.rs - traits::RebufferFrom (line 68) [INFO] [stdout] src/traits.rs - traits::RebufferInto (line 82) [INFO] [stdout] src/traits.rs - traits::Sysex (line 466) [INFO] [stdout] src/traits.rs - traits::Sysex (line 486) [INFO] [stdout] src/traits.rs - traits::Sysex (line 507) [INFO] [stdout] src/traits.rs - traits::TryFromBytes (line 312) [INFO] [stdout] src/traits.rs - traits::TryFromUmp (line 390) [INFO] [stdout] src/traits.rs - traits::TryIntoBytes (line 422) [INFO] [stdout] src/traits.rs - traits::TryIntoUmp (line 340) [INFO] [stdout] src/traits.rs - traits::TryRebufferFrom (line 158) [INFO] [stdout] src/traits.rs - traits::TryRebufferInto (line 180) [INFO] [stdout] [INFO] [stdout] test result: FAILED. 7 passed; 37 failed; 0 ignored; 0 measured; 0 filtered out; finished in 3.31s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "a208b3c6213b2fdbc83f61f63056903f452cd897c24493755620dfec4cdc721e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a208b3c6213b2fdbc83f61f63056903f452cd897c24493755620dfec4cdc721e", kill_on_drop: false }` [INFO] [stdout] a208b3c6213b2fdbc83f61f63056903f452cd897c24493755620dfec4cdc721e