[INFO] fetching crate apres 0.3.0... [INFO] checking apres-0.3.0 against try#a7a572ce3edd6d476191fbfe92c9c1986e009b34 for pr-87190-3 [INFO] extracting crate apres 0.3.0 into /workspace/builds/worker-2/source [INFO] validating manifest of crates.io crate apres 0.3.0 on toolchain a7a572ce3edd6d476191fbfe92c9c1986e009b34 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+a7a572ce3edd6d476191fbfe92c9c1986e009b34" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate apres 0.3.0 [INFO] finished tweaking crates.io crate apres 0.3.0 [INFO] tweaked toml for crates.io crate apres 0.3.0 written to /workspace/builds/worker-2/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+a7a572ce3edd6d476191fbfe92c9c1986e009b34" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+a7a572ce3edd6d476191fbfe92c9c1986e009b34" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+a7a572ce3edd6d476191fbfe92c9c1986e009b34" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 5ac462080c0553366393cd56d488e5baacc843ff614abafbef0a8ddc77d66ddd [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "5ac462080c0553366393cd56d488e5baacc843ff614abafbef0a8ddc77d66ddd", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "5ac462080c0553366393cd56d488e5baacc843ff614abafbef0a8ddc77d66ddd", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5ac462080c0553366393cd56d488e5baacc843ff614abafbef0a8ddc77d66ddd", kill_on_drop: false }` [INFO] [stdout] 5ac462080c0553366393cd56d488e5baacc843ff614abafbef0a8ddc77d66ddd [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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" "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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+a7a572ce3edd6d476191fbfe92c9c1986e009b34" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 698a77f2110dc8508a3ed51e6878aa6ade5c9b11808ea715ba386e8f472cd6bc [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "698a77f2110dc8508a3ed51e6878aa6ade5c9b11808ea715ba386e8f472cd6bc", kill_on_drop: false }` [INFO] [stderr] Copying to /tmp/fixit [INFO] [stderr] Running `cargo fix --edition` [INFO] [stderr] Checking apres v0.3.0 (/tmp/fixit) [INFO] [stderr] Migrating src/lib.rs from 2018 edition to 2021 [INFO] [stderr] Fixed src/lib.rs (11 fixes) [INFO] [stderr] Fixed src/tests.rs (1 fix) [INFO] [stderr] Fixed src/controller.rs (4 fixes) [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `NoteOn` in this scope [INFO] [stdout] --> src/tests.rs:76:42 [INFO] [stdout] | [INFO] [stdout] 76 | let on_event = midi.push_event(0, 0, NoteOn(0, 64, 100)); [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this tuple variant [INFO] [stdout] | [INFO] [stdout] 2 | use crate::MIDIEvent::NoteOn; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `NoteOff` in this scope [INFO] [stdout] --> src/tests.rs:77:45 [INFO] [stdout] | [INFO] [stdout] 77 | let off_event = midi.push_event(0, 119, NoteOff(0, 64, 0)); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this tuple variant [INFO] [stdout] | [INFO] [stdout] 2 | use crate::MIDIEvent::NoteOff; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `SequenceNumber` in this scope [INFO] [stdout] --> src/tests.rs:119:21 [INFO] [stdout] | [INFO] [stdout] 119 | let mut event = SequenceNumber(1); [INFO] [stdout] | ^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this tuple variant [INFO] [stdout] | [INFO] [stdout] 2 | use crate::MIDIEvent::SequenceNumber; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `SequenceNumber` in this scope [INFO] [stdout] --> src/tests.rs:121:13 [INFO] [stdout] | [INFO] [stdout] 121 | event = SequenceNumber(13607); [INFO] [stdout] | ^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this tuple variant [INFO] [stdout] | [INFO] [stdout] 2 | use crate::MIDIEvent::SequenceNumber; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `Text` in this scope [INFO] [stdout] --> src/tests.rs:131:17 [INFO] [stdout] | [INFO] [stdout] 131 | let event = Text(some_text.clone()); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this tuple variant [INFO] [stdout] | [INFO] [stdout] 2 | use crate::MIDIEvent::Text; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `CopyRightNotice` in this scope [INFO] [stdout] --> src/tests.rs:147:17 [INFO] [stdout] | [INFO] [stdout] 147 | let event = CopyRightNotice(some_text.clone()); [INFO] [stdout] | ^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this tuple variant [INFO] [stdout] | [INFO] [stdout] 2 | use crate::MIDIEvent::CopyRightNotice; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `TrackName` in this scope [INFO] [stdout] --> src/tests.rs:162:17 [INFO] [stdout] | [INFO] [stdout] 162 | let event = TrackName(some_text.clone()); [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this tuple variant [INFO] [stdout] | [INFO] [stdout] 2 | use crate::MIDIEvent::TrackName; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `InstrumentName` in this scope [INFO] [stdout] --> src/tests.rs:178:17 [INFO] [stdout] | [INFO] [stdout] 178 | let event = InstrumentName(some_text.clone()); [INFO] [stdout] | ^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this tuple variant [INFO] [stdout] | [INFO] [stdout] 2 | use crate::MIDIEvent::InstrumentName; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `Lyric` in this scope [INFO] [stdout] --> src/tests.rs:193:17 [INFO] [stdout] | [INFO] [stdout] 193 | let event = Lyric(some_text.clone()); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this tuple variant [INFO] [stdout] | [INFO] [stdout] 2 | use crate::MIDIEvent::Lyric; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `Marker` in this scope [INFO] [stdout] --> src/tests.rs:208:17 [INFO] [stdout] | [INFO] [stdout] 208 | let event = Marker(some_text.clone()); [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this tuple variant [INFO] [stdout] | [INFO] [stdout] 2 | use crate::MIDIEvent::Marker; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `CuePoint` in this scope [INFO] [stdout] --> src/tests.rs:223:17 [INFO] [stdout] | [INFO] [stdout] 223 | let event = CuePoint(some_text.clone()); [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this tuple variant [INFO] [stdout] | [INFO] [stdout] 2 | use crate::MIDIEvent::CuePoint; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `EndOfTrack` in this scope [INFO] [stdout] --> src/tests.rs:235:17 [INFO] [stdout] | [INFO] [stdout] 235 | let event = EndOfTrack; [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit variant [INFO] [stdout] | [INFO] [stdout] 2 | use crate::MIDIEvent::EndOfTrack; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `ChannelPrefix` in this scope [INFO] [stdout] --> src/tests.rs:245:25 [INFO] [stdout] | [INFO] [stdout] 245 | let mut event = ChannelPrefix(i as u8); [INFO] [stdout] | ^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this tuple variant [INFO] [stdout] | [INFO] [stdout] 2 | use crate::MIDIEvent::ChannelPrefix; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `SetTempo` in this scope [INFO] [stdout] --> src/tests.rs:262:25 [INFO] [stdout] | [INFO] [stdout] 262 | let mut event = SetTempo(*expected_uspqn); [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this tuple variant [INFO] [stdout] | [INFO] [stdout] 2 | use crate::MIDIEvent::SetTempo; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `SMPTEOffset` in this scope [INFO] [stdout] --> src/tests.rs:277:17 [INFO] [stdout] | [INFO] [stdout] 277 | let event = SMPTEOffset(1,2,3,4,5); [INFO] [stdout] | ^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this tuple variant [INFO] [stdout] | [INFO] [stdout] 2 | use crate::MIDIEvent::SMPTEOffset; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `TimeSignature` in this scope [INFO] [stdout] --> src/tests.rs:286:17 [INFO] [stdout] | [INFO] [stdout] 286 | let event = TimeSignature(4, 4, 32, 3); [INFO] [stdout] | ^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this tuple variant [INFO] [stdout] | [INFO] [stdout] 2 | use crate::MIDIEvent::TimeSignature; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `KeySignature` in this scope [INFO] [stdout] --> src/tests.rs:295:17 [INFO] [stdout] | [INFO] [stdout] 295 | let event = KeySignature("A".to_string()); [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this tuple variant [INFO] [stdout] | [INFO] [stdout] 2 | use crate::MIDIEvent::KeySignature; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `SystemExclusive` in this scope [INFO] [stdout] --> src/tests.rs:304:17 [INFO] [stdout] | [INFO] [stdout] 304 | let event = SystemExclusive(vec![0x00]); [INFO] [stdout] | ^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this tuple variant [INFO] [stdout] | [INFO] [stdout] 2 | use crate::MIDIEvent::SystemExclusive; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `NoteOn` in this scope [INFO] [stdout] --> src/tests.rs:313:17 [INFO] [stdout] | [INFO] [stdout] 313 | let event = NoteOn(14, 23, 33); [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this tuple variant [INFO] [stdout] | [INFO] [stdout] 2 | use crate::MIDIEvent::NoteOn; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `NoteOff` in this scope [INFO] [stdout] --> src/tests.rs:322:17 [INFO] [stdout] | [INFO] [stdout] 322 | let event = NoteOff(14, 23, 33); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this tuple variant [INFO] [stdout] | [INFO] [stdout] 2 | use crate::MIDIEvent::NoteOff; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `AfterTouch` in this scope [INFO] [stdout] --> src/tests.rs:331:17 [INFO] [stdout] | [INFO] [stdout] 331 | let event = AfterTouch(14, 23, 33); [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this tuple variant [INFO] [stdout] | [INFO] [stdout] 2 | use crate::MIDIEvent::AfterTouch; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `ProgramChange` in this scope [INFO] [stdout] --> src/tests.rs:340:17 [INFO] [stdout] | [INFO] [stdout] 340 | let event = ProgramChange(14, 23); [INFO] [stdout] | ^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this tuple variant [INFO] [stdout] | [INFO] [stdout] 2 | use crate::MIDIEvent::ProgramChange; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `ChannelPressure` in this scope [INFO] [stdout] --> src/tests.rs:349:17 [INFO] [stdout] | [INFO] [stdout] 349 | let event = ChannelPressure(14, 23); [INFO] [stdout] | ^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this tuple variant [INFO] [stdout] | [INFO] [stdout] 2 | use crate::MIDIEvent::ChannelPressure; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `PitchWheelChange` in this scope [INFO] [stdout] --> src/tests.rs:366:21 [INFO] [stdout] | [INFO] [stdout] 366 | let event = PitchWheelChange(14, *input_value); [INFO] [stdout] | ^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this tuple variant [INFO] [stdout] | [INFO] [stdout] 2 | use crate::MIDIEvent::PitchWheelChange; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0531]: cannot find tuple struct or tuple variant `PitchWheelChange` in this scope [INFO] [stdout] --> src/tests.rs:368:13 [INFO] [stdout] | [INFO] [stdout] 368 | PitchWheelChange(_, v) => { [INFO] [stdout] | ^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this tuple variant [INFO] [stdout] | [INFO] [stdout] 2 | use crate::MIDIEvent::PitchWheelChange; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `SystemExclusive` in this scope [INFO] [stdout] --> src/tests.rs:384:17 [INFO] [stdout] | [INFO] [stdout] 384 | let event = SystemExclusive(vec![0,0,1,0]); [INFO] [stdout] | ^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this tuple variant [INFO] [stdout] | [INFO] [stdout] 2 | use crate::MIDIEvent::SystemExclusive; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `ControlChange` in this scope [INFO] [stdout] --> src/tests.rs:398:13 [INFO] [stdout] | [INFO] [stdout] 398 | event = ControlChange(0x0E, 0x17, 0x21); [INFO] [stdout] | ^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this tuple variant [INFO] [stdout] | [INFO] [stdout] 2 | use crate::MIDIEvent::ControlChange; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `BankSelect` in this scope [INFO] [stdout] --> src/tests.rs:400:13 [INFO] [stdout] | [INFO] [stdout] 400 | event = BankSelect(channel, value); [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this tuple variant [INFO] [stdout] | [INFO] [stdout] 2 | use crate::MIDIEvent::BankSelect; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `BankSelectLSB` in this scope [INFO] [stdout] --> src/tests.rs:402:13 [INFO] [stdout] | [INFO] [stdout] 402 | event = BankSelectLSB(channel, value); [INFO] [stdout] | ^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this tuple variant [INFO] [stdout] | [INFO] [stdout] 2 | use crate::MIDIEvent::BankSelectLSB; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `ModulationWheel` in this scope [INFO] [stdout] --> src/tests.rs:404:13 [INFO] [stdout] | [INFO] [stdout] 404 | event = ModulationWheel(channel, value); [INFO] [stdout] | ^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this tuple variant [INFO] [stdout] | [INFO] [stdout] 2 | use crate::MIDIEvent::ModulationWheel; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `ModulationWheelLSB` in this scope [INFO] [stdout] --> src/tests.rs:406:13 [INFO] [stdout] | [INFO] [stdout] 406 | event = ModulationWheelLSB(channel, value); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this tuple variant [INFO] [stdout] | [INFO] [stdout] 2 | use crate::MIDIEvent::ModulationWheelLSB; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `BreathController` in this scope [INFO] [stdout] --> src/tests.rs:408:13 [INFO] [stdout] | [INFO] [stdout] 408 | event = BreathController(channel, value); [INFO] [stdout] | ^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this tuple variant [INFO] [stdout] | [INFO] [stdout] 2 | use crate::MIDIEvent::BreathController; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `BreathControllerLSB` in this scope [INFO] [stdout] --> src/tests.rs:410:13 [INFO] [stdout] | [INFO] [stdout] 410 | event = BreathControllerLSB(channel, value); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this tuple variant [INFO] [stdout] | [INFO] [stdout] 2 | use crate::MIDIEvent::BreathControllerLSB; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `FootPedal` in this scope [INFO] [stdout] --> src/tests.rs:412:13 [INFO] [stdout] | [INFO] [stdout] 412 | event = FootPedal(channel, value); [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this tuple variant [INFO] [stdout] | [INFO] [stdout] 2 | use crate::MIDIEvent::FootPedal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `FootPedalLSB` in this scope [INFO] [stdout] --> src/tests.rs:414:13 [INFO] [stdout] | [INFO] [stdout] 414 | event = FootPedalLSB(channel, value); [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this tuple variant [INFO] [stdout] | [INFO] [stdout] 2 | use crate::MIDIEvent::FootPedalLSB; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `PortamentoTime` in this scope [INFO] [stdout] --> src/tests.rs:416:13 [INFO] [stdout] | [INFO] [stdout] 416 | event = PortamentoTime(channel, value); [INFO] [stdout] | ^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this tuple variant [INFO] [stdout] | [INFO] [stdout] 2 | use crate::MIDIEvent::PortamentoTime; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `PortamentoTimeLSB` in this scope [INFO] [stdout] --> src/tests.rs:418:13 [INFO] [stdout] | [INFO] [stdout] 418 | event = PortamentoTimeLSB(channel, value); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this tuple variant [INFO] [stdout] | [INFO] [stdout] 2 | use crate::MIDIEvent::PortamentoTimeLSB; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `DataEntry` in this scope [INFO] [stdout] --> src/tests.rs:420:13 [INFO] [stdout] | [INFO] [stdout] 420 | event = DataEntry(channel, value); [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this tuple variant [INFO] [stdout] | [INFO] [stdout] 2 | use crate::MIDIEvent::DataEntry; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `DataEntryLSB` in this scope [INFO] [stdout] --> src/tests.rs:422:13 [INFO] [stdout] | [INFO] [stdout] 422 | event = DataEntryLSB(channel, value); [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this tuple variant [INFO] [stdout] | [INFO] [stdout] 2 | use crate::MIDIEvent::DataEntryLSB; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `Volume` in this scope [INFO] [stdout] --> src/tests.rs:424:13 [INFO] [stdout] | [INFO] [stdout] 424 | event = Volume(channel, value); [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this tuple variant [INFO] [stdout] | [INFO] [stdout] 2 | use crate::MIDIEvent::Volume; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `VolumeLSB` in this scope [INFO] [stdout] --> src/tests.rs:426:13 [INFO] [stdout] | [INFO] [stdout] 426 | event = VolumeLSB(channel, value); [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this tuple variant [INFO] [stdout] | [INFO] [stdout] 2 | use crate::MIDIEvent::VolumeLSB; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `Balance` in this scope [INFO] [stdout] --> src/tests.rs:428:13 [INFO] [stdout] | [INFO] [stdout] 428 | event = Balance(channel, value); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this tuple variant [INFO] [stdout] | [INFO] [stdout] 2 | use crate::MIDIEvent::Balance; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `BalanceLSB` in this scope [INFO] [stdout] --> src/tests.rs:430:13 [INFO] [stdout] | [INFO] [stdout] 430 | event = BalanceLSB(channel, value); [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this tuple variant [INFO] [stdout] | [INFO] [stdout] 2 | use crate::MIDIEvent::BalanceLSB; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `Pan` in this scope [INFO] [stdout] --> src/tests.rs:432:13 [INFO] [stdout] | [INFO] [stdout] 432 | event = Pan(channel, value); [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this tuple variant [INFO] [stdout] | [INFO] [stdout] 2 | use crate::MIDIEvent::Pan; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `PanLSB` in this scope [INFO] [stdout] --> src/tests.rs:434:13 [INFO] [stdout] | [INFO] [stdout] 434 | event = PanLSB(channel, value); [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this tuple variant [INFO] [stdout] | [INFO] [stdout] 2 | use crate::MIDIEvent::PanLSB; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `Expression` in this scope [INFO] [stdout] --> src/tests.rs:436:13 [INFO] [stdout] | [INFO] [stdout] 436 | event = Expression(channel, value); [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this tuple variant [INFO] [stdout] | [INFO] [stdout] 2 | use crate::MIDIEvent::Expression; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `ExpressionLSB` in this scope [INFO] [stdout] --> src/tests.rs:438:13 [INFO] [stdout] | [INFO] [stdout] 438 | event = ExpressionLSB(channel, value); [INFO] [stdout] | ^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this tuple variant [INFO] [stdout] | [INFO] [stdout] 2 | use crate::MIDIEvent::ExpressionLSB; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `EffectControl1` in this scope [INFO] [stdout] --> src/tests.rs:440:13 [INFO] [stdout] | [INFO] [stdout] 440 | event = EffectControl1(channel, value); [INFO] [stdout] | ^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this tuple variant [INFO] [stdout] | [INFO] [stdout] 2 | use crate::MIDIEvent::EffectControl1; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `EffectControl1LSB` in this scope [INFO] [stdout] --> src/tests.rs:442:13 [INFO] [stdout] | [INFO] [stdout] 442 | event = EffectControl1LSB(channel, value); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this tuple variant [INFO] [stdout] | [INFO] [stdout] 2 | use crate::MIDIEvent::EffectControl1LSB; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `EffectControl2` in this scope [INFO] [stdout] --> src/tests.rs:444:13 [INFO] [stdout] | [INFO] [stdout] 444 | event = EffectControl2(channel, value); [INFO] [stdout] | ^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this tuple variant [INFO] [stdout] | [INFO] [stdout] 2 | use crate::MIDIEvent::EffectControl2; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `EffectControl2LSB` in this scope [INFO] [stdout] --> src/tests.rs:446:13 [INFO] [stdout] | [INFO] [stdout] 446 | event = EffectControl2LSB(channel, value); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this tuple variant [INFO] [stdout] | [INFO] [stdout] 2 | use crate::MIDIEvent::EffectControl2LSB; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `GeneralPurpose1` in this scope [INFO] [stdout] --> src/tests.rs:448:13 [INFO] [stdout] | [INFO] [stdout] 448 | event = GeneralPurpose1(channel, value); [INFO] [stdout] | ^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this tuple variant [INFO] [stdout] | [INFO] [stdout] 2 | use crate::MIDIEvent::GeneralPurpose1; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `GeneralPurpose1LSB` in this scope [INFO] [stdout] --> src/tests.rs:450:13 [INFO] [stdout] | [INFO] [stdout] 450 | event = GeneralPurpose1LSB(channel, value); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this tuple variant [INFO] [stdout] | [INFO] [stdout] 2 | use crate::MIDIEvent::GeneralPurpose1LSB; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `GeneralPurpose2` in this scope [INFO] [stdout] --> src/tests.rs:452:13 [INFO] [stdout] | [INFO] [stdout] 452 | event = GeneralPurpose2(channel, value); [INFO] [stdout] | ^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this tuple variant [INFO] [stdout] | [INFO] [stdout] 2 | use crate::MIDIEvent::GeneralPurpose2; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `GeneralPurpose2LSB` in this scope [INFO] [stdout] --> src/tests.rs:454:13 [INFO] [stdout] | [INFO] [stdout] 454 | event = GeneralPurpose2LSB(channel, value); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this tuple variant [INFO] [stdout] | [INFO] [stdout] 2 | use crate::MIDIEvent::GeneralPurpose2LSB; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `GeneralPurpose3` in this scope [INFO] [stdout] --> src/tests.rs:456:13 [INFO] [stdout] | [INFO] [stdout] 456 | event = GeneralPurpose3(channel, value); [INFO] [stdout] | ^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this tuple variant [INFO] [stdout] | [INFO] [stdout] 2 | use crate::MIDIEvent::GeneralPurpose3; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `GeneralPurpose3LSB` in this scope [INFO] [stdout] --> src/tests.rs:458:13 [INFO] [stdout] | [INFO] [stdout] 458 | event = GeneralPurpose3LSB(channel, value); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this tuple variant [INFO] [stdout] | [INFO] [stdout] 2 | use crate::MIDIEvent::GeneralPurpose3LSB; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `GeneralPurpose4` in this scope [INFO] [stdout] --> src/tests.rs:460:13 [INFO] [stdout] | [INFO] [stdout] 460 | event = GeneralPurpose4(channel, value); [INFO] [stdout] | ^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this tuple variant [INFO] [stdout] | [INFO] [stdout] 2 | use crate::MIDIEvent::GeneralPurpose4; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `GeneralPurpose4LSB` in this scope [INFO] [stdout] --> src/tests.rs:462:13 [INFO] [stdout] | [INFO] [stdout] 462 | event = GeneralPurpose4LSB(channel, value); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this tuple variant [INFO] [stdout] | [INFO] [stdout] 2 | use crate::MIDIEvent::GeneralPurpose4LSB; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `HoldPedal` in this scope [INFO] [stdout] --> src/tests.rs:464:13 [INFO] [stdout] | [INFO] [stdout] 464 | event = HoldPedal(channel, value); [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this tuple variant [INFO] [stdout] | [INFO] [stdout] 2 | use crate::MIDIEvent::HoldPedal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `Portamento` in this scope [INFO] [stdout] --> src/tests.rs:466:13 [INFO] [stdout] | [INFO] [stdout] 466 | event = Portamento(channel, value); [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this tuple variant [INFO] [stdout] | [INFO] [stdout] 2 | use crate::MIDIEvent::Portamento; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `Sustenuto` in this scope [INFO] [stdout] --> src/tests.rs:468:13 [INFO] [stdout] | [INFO] [stdout] 468 | event = Sustenuto(channel, value); [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this tuple variant [INFO] [stdout] | [INFO] [stdout] 2 | use crate::MIDIEvent::Sustenuto; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `SoftPedal` in this scope [INFO] [stdout] --> src/tests.rs:470:13 [INFO] [stdout] | [INFO] [stdout] 470 | event = SoftPedal(channel, value); [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this tuple variant [INFO] [stdout] | [INFO] [stdout] 2 | use crate::MIDIEvent::SoftPedal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `Legato` in this scope [INFO] [stdout] --> src/tests.rs:472:13 [INFO] [stdout] | [INFO] [stdout] 472 | event = Legato(channel, value); [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this tuple variant [INFO] [stdout] | [INFO] [stdout] 2 | use crate::MIDIEvent::Legato; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `Hold2Pedal` in this scope [INFO] [stdout] --> src/tests.rs:474:13 [INFO] [stdout] | [INFO] [stdout] 474 | event = Hold2Pedal(channel, value); [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this tuple variant [INFO] [stdout] | [INFO] [stdout] 2 | use crate::MIDIEvent::Hold2Pedal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `SoundVariation` in this scope [INFO] [stdout] --> src/tests.rs:476:13 [INFO] [stdout] | [INFO] [stdout] 476 | event = SoundVariation(channel, value); [INFO] [stdout] | ^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this tuple variant [INFO] [stdout] | [INFO] [stdout] 2 | use crate::MIDIEvent::SoundVariation; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `SoundTimbre` in this scope [INFO] [stdout] --> src/tests.rs:478:13 [INFO] [stdout] | [INFO] [stdout] 478 | event = SoundTimbre(channel, value); [INFO] [stdout] | ^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this tuple variant [INFO] [stdout] | [INFO] [stdout] 2 | use crate::MIDIEvent::SoundTimbre; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `SoundReleaseTime` in this scope [INFO] [stdout] --> src/tests.rs:480:13 [INFO] [stdout] | [INFO] [stdout] 480 | event = SoundReleaseTime(channel, value); [INFO] [stdout] | ^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this tuple variant [INFO] [stdout] | [INFO] [stdout] 2 | use crate::MIDIEvent::SoundReleaseTime; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `SoundAttack` in this scope [INFO] [stdout] --> src/tests.rs:482:13 [INFO] [stdout] | [INFO] [stdout] 482 | event = SoundAttack(channel, value); [INFO] [stdout] | ^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this tuple variant [INFO] [stdout] | [INFO] [stdout] 2 | use crate::MIDIEvent::SoundAttack; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `SoundBrightness` in this scope [INFO] [stdout] --> src/tests.rs:484:13 [INFO] [stdout] | [INFO] [stdout] 484 | event = SoundBrightness(channel, value); [INFO] [stdout] | ^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this tuple variant [INFO] [stdout] | [INFO] [stdout] 2 | use crate::MIDIEvent::SoundBrightness; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `SoundControl1` in this scope [INFO] [stdout] --> src/tests.rs:486:13 [INFO] [stdout] | [INFO] [stdout] 486 | event = SoundControl1(channel, value); [INFO] [stdout] | ^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this tuple variant [INFO] [stdout] | [INFO] [stdout] 2 | use crate::MIDIEvent::SoundControl1; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `SoundControl2` in this scope [INFO] [stdout] --> src/tests.rs:488:13 [INFO] [stdout] | [INFO] [stdout] 488 | event = SoundControl2(channel, value); [INFO] [stdout] | ^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this tuple variant [INFO] [stdout] | [INFO] [stdout] 2 | use crate::MIDIEvent::SoundControl2; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `SoundControl3` in this scope [INFO] [stdout] --> src/tests.rs:490:13 [INFO] [stdout] | [INFO] [stdout] 490 | event = SoundControl3(channel, value); [INFO] [stdout] | ^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this tuple variant [INFO] [stdout] | [INFO] [stdout] 2 | use crate::MIDIEvent::SoundControl3; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `SoundControl4` in this scope [INFO] [stdout] --> src/tests.rs:492:13 [INFO] [stdout] | [INFO] [stdout] 492 | event = SoundControl4(channel, value); [INFO] [stdout] | ^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this tuple variant [INFO] [stdout] | [INFO] [stdout] 2 | use crate::MIDIEvent::SoundControl4; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `SoundControl5` in this scope [INFO] [stdout] --> src/tests.rs:494:13 [INFO] [stdout] | [INFO] [stdout] 494 | event = SoundControl5(channel, value); [INFO] [stdout] | ^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this tuple variant [INFO] [stdout] | [INFO] [stdout] 2 | use crate::MIDIEvent::SoundControl5; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `GeneralPurpose5` in this scope [INFO] [stdout] --> src/tests.rs:496:13 [INFO] [stdout] | [INFO] [stdout] 496 | event = GeneralPurpose5(channel, value); [INFO] [stdout] | ^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this tuple variant [INFO] [stdout] | [INFO] [stdout] 2 | use crate::MIDIEvent::GeneralPurpose5; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `GeneralPurpose6` in this scope [INFO] [stdout] --> src/tests.rs:498:13 [INFO] [stdout] | [INFO] [stdout] 498 | event = GeneralPurpose6(channel, value); [INFO] [stdout] | ^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this tuple variant [INFO] [stdout] | [INFO] [stdout] 2 | use crate::MIDIEvent::GeneralPurpose6; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `GeneralPurpose7` in this scope [INFO] [stdout] --> src/tests.rs:500:13 [INFO] [stdout] | [INFO] [stdout] 500 | event = GeneralPurpose7(channel, value); [INFO] [stdout] | ^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this tuple variant [INFO] [stdout] | [INFO] [stdout] 2 | use crate::MIDIEvent::GeneralPurpose7; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `GeneralPurpose8` in this scope [INFO] [stdout] --> src/tests.rs:502:13 [INFO] [stdout] | [INFO] [stdout] 502 | event = GeneralPurpose8(channel, value); [INFO] [stdout] | ^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this tuple variant [INFO] [stdout] | [INFO] [stdout] 2 | use crate::MIDIEvent::GeneralPurpose8; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `EffectsLevel` in this scope [INFO] [stdout] --> src/tests.rs:504:13 [INFO] [stdout] | [INFO] [stdout] 504 | event = EffectsLevel(channel, value); [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this tuple variant [INFO] [stdout] | [INFO] [stdout] 2 | use crate::MIDIEvent::EffectsLevel; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `TremuloLevel` in this scope [INFO] [stdout] --> src/tests.rs:506:13 [INFO] [stdout] | [INFO] [stdout] 506 | event = TremuloLevel(channel, value); [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this tuple variant [INFO] [stdout] | [INFO] [stdout] 2 | use crate::MIDIEvent::TremuloLevel; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `ChorusLevel` in this scope [INFO] [stdout] --> src/tests.rs:508:13 [INFO] [stdout] | [INFO] [stdout] 508 | event = ChorusLevel(channel, value); [INFO] [stdout] | ^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this tuple variant [INFO] [stdout] | [INFO] [stdout] 2 | use crate::MIDIEvent::ChorusLevel; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `CelesteLevel` in this scope [INFO] [stdout] --> src/tests.rs:510:13 [INFO] [stdout] | [INFO] [stdout] 510 | event = CelesteLevel(channel, value); [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this tuple variant [INFO] [stdout] | [INFO] [stdout] 2 | use crate::MIDIEvent::CelesteLevel; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `PhaserLevel` in this scope [INFO] [stdout] --> src/tests.rs:512:13 [INFO] [stdout] | [INFO] [stdout] 512 | event = PhaserLevel(channel, value); [INFO] [stdout] | ^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this tuple variant [INFO] [stdout] | [INFO] [stdout] 2 | use crate::MIDIEvent::PhaserLevel; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `RegisteredParameterNumber` in this scope [INFO] [stdout] --> src/tests.rs:514:13 [INFO] [stdout] | [INFO] [stdout] 514 | event = RegisteredParameterNumber(channel, value); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this tuple variant [INFO] [stdout] | [INFO] [stdout] 2 | use crate::MIDIEvent::RegisteredParameterNumber; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `RegisteredParameterNumberLSB` in this scope [INFO] [stdout] --> src/tests.rs:516:13 [INFO] [stdout] | [INFO] [stdout] 516 | event = RegisteredParameterNumberLSB(channel, value); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this tuple variant [INFO] [stdout] | [INFO] [stdout] 2 | use crate::MIDIEvent::RegisteredParameterNumberLSB; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `NonRegisteredParameterNumber` in this scope [INFO] [stdout] --> src/tests.rs:518:13 [INFO] [stdout] | [INFO] [stdout] 518 | event = NonRegisteredParameterNumber(channel, value); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this tuple variant [INFO] [stdout] | [INFO] [stdout] 2 | use crate::MIDIEvent::NonRegisteredParameterNumber; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `NonRegisteredParameterNumberLSB` in this scope [INFO] [stdout] --> src/tests.rs:520:13 [INFO] [stdout] | [INFO] [stdout] 520 | event = NonRegisteredParameterNumberLSB(channel, value); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this tuple variant [INFO] [stdout] | [INFO] [stdout] 2 | use crate::MIDIEvent::NonRegisteredParameterNumberLSB; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `LocalControl` in this scope [INFO] [stdout] --> src/tests.rs:522:13 [INFO] [stdout] | [INFO] [stdout] 522 | event = LocalControl(channel, value); [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this tuple variant [INFO] [stdout] | [INFO] [stdout] 2 | use crate::MIDIEvent::LocalControl; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `MonophonicOperation` in this scope [INFO] [stdout] --> src/tests.rs:524:13 [INFO] [stdout] | [INFO] [stdout] 524 | event = MonophonicOperation(channel, value); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this tuple variant [INFO] [stdout] | [INFO] [stdout] 2 | use crate::MIDIEvent::MonophonicOperation; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `DataIncrement` in this scope [INFO] [stdout] --> src/tests.rs:527:13 [INFO] [stdout] | [INFO] [stdout] 527 | event = DataIncrement(channel); [INFO] [stdout] | ^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this tuple variant [INFO] [stdout] | [INFO] [stdout] 2 | use crate::MIDIEvent::DataIncrement; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `DataDecrement` in this scope [INFO] [stdout] --> src/tests.rs:529:13 [INFO] [stdout] | [INFO] [stdout] 529 | event = DataDecrement(channel); [INFO] [stdout] | ^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this tuple variant [INFO] [stdout] | [INFO] [stdout] 2 | use crate::MIDIEvent::DataDecrement; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `PolyphonicOperation` in this scope [INFO] [stdout] --> src/tests.rs:531:13 [INFO] [stdout] | [INFO] [stdout] 531 | event = PolyphonicOperation(channel); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this tuple variant [INFO] [stdout] | [INFO] [stdout] 2 | use crate::MIDIEvent::PolyphonicOperation; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `AllSoundOff` in this scope [INFO] [stdout] --> src/tests.rs:533:13 [INFO] [stdout] | [INFO] [stdout] 533 | event = AllSoundOff(channel); [INFO] [stdout] | ^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this tuple variant [INFO] [stdout] | [INFO] [stdout] 2 | use crate::MIDIEvent::AllSoundOff; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `AllControllersOff` in this scope [INFO] [stdout] --> src/tests.rs:535:13 [INFO] [stdout] | [INFO] [stdout] 535 | event = AllControllersOff(channel); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this tuple variant [INFO] [stdout] | [INFO] [stdout] 2 | use crate::MIDIEvent::AllControllersOff; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `AllNotesOff` in this scope [INFO] [stdout] --> src/tests.rs:537:13 [INFO] [stdout] | [INFO] [stdout] 537 | event = AllNotesOff(channel); [INFO] [stdout] | ^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this tuple variant [INFO] [stdout] | [INFO] [stdout] 2 | use crate::MIDIEvent::AllNotesOff; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `OmniOff` in this scope [INFO] [stdout] --> src/tests.rs:539:13 [INFO] [stdout] | [INFO] [stdout] 539 | event = OmniOff(channel); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this tuple variant [INFO] [stdout] | [INFO] [stdout] 2 | use crate::MIDIEvent::OmniOff; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `OmniOn` in this scope [INFO] [stdout] --> src/tests.rs:541:13 [INFO] [stdout] | [INFO] [stdout] 541 | event = OmniOn(channel); [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this tuple variant [INFO] [stdout] | [INFO] [stdout] 2 | use crate::MIDIEvent::OmniOn; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: floating-point types cannot be used in patterns [INFO] [stdout] --> src/lib.rs:681:21 [INFO] [stdout] | [INFO] [stdout] 681 | 24.0 => { 0 } [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(illegal_floating_point_literal_pattern)]` on by default [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #41620 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: floating-point types cannot be used in patterns [INFO] [stdout] --> src/lib.rs:682:21 [INFO] [stdout] | [INFO] [stdout] 682 | 25.0 => { 1 } [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #41620 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: floating-point types cannot be used in patterns [INFO] [stdout] --> src/lib.rs:683:21 [INFO] [stdout] | [INFO] [stdout] 683 | 27.97 => { 2 } [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #41620 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: floating-point types cannot be used in patterns [INFO] [stdout] --> src/lib.rs:684:21 [INFO] [stdout] | [INFO] [stdout] 684 | 30.0 => { 3 } [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #41620 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `smpte` is assigned to, but never used [INFO] [stdout] --> src/lib.rs:1315:17 [INFO] [stdout] | [INFO] [stdout] 1315 | let mut smpte: u32; [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] = note: consider using `_smpte` instead [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `tpf` is assigned to, but never used [INFO] [stdout] --> src/lib.rs:1316:17 [INFO] [stdout] | [INFO] [stdout] 1316 | let mut tpf: u32; [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: consider using `_tpf` instead [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `found_header` is assigned to, but never used [INFO] [stdout] --> src/lib.rs:1321:17 [INFO] [stdout] | [INFO] [stdout] 1321 | let mut found_header = false; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: consider using `_found_header` instead [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: value assigned to `smpte` is never read [INFO] [stdout] --> src/lib.rs:1341:21 [INFO] [stdout] | [INFO] [stdout] 1341 | smpte = (((divword & 0x7F00) >> 8) as i8) as u32; [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_assignments)]` on by default [INFO] [stdout] = help: maybe it is overwritten before being read? [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: value assigned to `tpf` is never read [INFO] [stdout] --> src/lib.rs:1342:21 [INFO] [stdout] | [INFO] [stdout] 1342 | tpf = divword & 0x00FF; [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = help: maybe it is overwritten before being read? [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: value assigned to `found_header` is never read [INFO] [stdout] --> src/lib.rs:1349:17 [INFO] [stdout] | [INFO] [stdout] 1349 | found_header = true; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: maybe it is overwritten before being read? [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 98 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0425, E0531. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0425`. [INFO] [stdout] [INFO] [stderr] error: could not compile `apres` due to 99 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] warning: unused `Result` that must be used [INFO] [stdout] --> src/lib.rs:1280:17 [INFO] [stdout] | [INFO] [stdout] 1280 | file.read(&mut buffer); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_must_use)]` on by default [INFO] [stdout] = note: this `Result` may be an `Err` variant, which should be handled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused `Result` that must be used [INFO] [stdout] --> src/lib.rs:1466:17 [INFO] [stdout] | [INFO] [stdout] 1466 | file.write_all(bytes.as_slice()); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this `Result` may be an `Err` variant, which should be handled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 12 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: build failed [INFO] [stderr] error: failed to migrate to next edition [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `cargo fix --edition --allow-no-vcs --allow-dirty --frozen --all --all-targets --message-format=json` (exit status: 101) [INFO] running `Command { std: "docker" "inspect" "698a77f2110dc8508a3ed51e6878aa6ade5c9b11808ea715ba386e8f472cd6bc", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "698a77f2110dc8508a3ed51e6878aa6ade5c9b11808ea715ba386e8f472cd6bc", kill_on_drop: false }` [INFO] [stdout] 698a77f2110dc8508a3ed51e6878aa6ade5c9b11808ea715ba386e8f472cd6bc