[INFO] fetching crate score-tab 0.2.0... [INFO] testing score-tab-0.2.0 against master#350d0ef0ec0493e6d21cfb265cb8211a0e74d766 for pr-145330-1 [INFO] extracting crate score-tab 0.2.0 into /workspace/builds/worker-1-tc1/source [INFO] started tweaking crates.io crate score-tab 0.2.0 [INFO] finished tweaking crates.io crate score-tab 0.2.0 [INFO] tweaked toml for crates.io crate score-tab 0.2.0 written to /workspace/builds/worker-1-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate score-tab 0.2.0 on toolchain 350d0ef0ec0493e6d21cfb265cb8211a0e74d766 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+350d0ef0ec0493e6d21cfb265cb8211a0e74d766" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate crates.io crate score-tab 0.2.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" "+350d0ef0ec0493e6d21cfb265cb8211a0e74d766" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded quick-xml v0.38.3 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+350d0ef0ec0493e6d21cfb265cb8211a0e74d766" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 4e2f7f7ba7257eac705ef14c748ca95f975f0d060fcb1a5937dd001e02424532 [INFO] running `Command { std: "docker" "start" "-a" "4e2f7f7ba7257eac705ef14c748ca95f975f0d060fcb1a5937dd001e02424532", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "4e2f7f7ba7257eac705ef14c748ca95f975f0d060fcb1a5937dd001e02424532", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4e2f7f7ba7257eac705ef14c748ca95f975f0d060fcb1a5937dd001e02424532", kill_on_drop: false }` [INFO] [stdout] 4e2f7f7ba7257eac705ef14c748ca95f975f0d060fcb1a5937dd001e02424532 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+350d0ef0ec0493e6d21cfb265cb8211a0e74d766" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 31f5e7c4f60b6a62b0f48ff3e395884c6d59d425dfaefa0efe4d8ca795411950 [INFO] running `Command { std: "docker" "start" "-a" "31f5e7c4f60b6a62b0f48ff3e395884c6d59d425dfaefa0efe4d8ca795411950", kill_on_drop: false }` [INFO] [stderr] Compiling thiserror v2.0.16 [INFO] [stderr] Compiling memchr v2.7.5 [INFO] [stderr] Compiling proc-macro2 v1.0.101 [INFO] [stderr] Compiling flate2 v1.1.2 [INFO] [stderr] Compiling quote v1.0.40 [INFO] [stderr] Compiling syn v2.0.106 [INFO] [stderr] Compiling quick-xml v0.38.3 [INFO] [stderr] Compiling thiserror-impl v2.0.16 [INFO] [stderr] Compiling score-tab v0.2.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused variable: `key` [INFO] [stdout] --> src/parsers/gp3.rs:54:13 [INFO] [stdout] | [INFO] [stdout] 54 | let key = cursor.read_i32::()? as i8; [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_key` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `octave` [INFO] [stdout] --> src/parsers/gp3.rs:55:13 [INFO] [stdout] | [INFO] [stdout] 55 | let octave = cursor.read_u32::()?; // Usually 0 [INFO] [stdout] | ^^^^^^ help: if this is intentional, prefix it with an underscore: `_octave` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `track` [INFO] [stdout] --> src/parsers/gp3.rs:78:9 [INFO] [stdout] | [INFO] [stdout] 78 | let track = cursor.read_u32::()?; [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_track` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `flags2` [INFO] [stdout] --> src/parsers/gp3.rs:232:9 [INFO] [stdout] | [INFO] [stdout] 232 | let flags2 = cursor.read_u8()?; [INFO] [stdout] | ^^^^^^ help: if this is intentional, prefix it with an underscore: `_flags2` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `bend_type` [INFO] [stdout] --> src/parsers/gp3.rs:305:9 [INFO] [stdout] | [INFO] [stdout] 305 | let bend_type = cursor.read_u8()?; [INFO] [stdout] | ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_bend_type` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `key` [INFO] [stdout] --> src/parsers/gp4.rs:35:13 [INFO] [stdout] | [INFO] [stdout] 35 | let key = cursor.read_i32::()? as i8; [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_key` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `octave` [INFO] [stdout] --> src/parsers/gp4.rs:36:13 [INFO] [stdout] | [INFO] [stdout] 36 | let octave = cursor.read_u32::()?; // Skip octave [INFO] [stdout] | ^^^^^^ help: if this is intentional, prefix it with an underscore: `_octave` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `track_index` [INFO] [stdout] --> src/parsers/gp4.rs:110:9 [INFO] [stdout] | [INFO] [stdout] 110 | let track_index = cursor.read_u32::()?; [INFO] [stdout] | ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_track_index` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `from_measure` [INFO] [stdout] --> src/parsers/gp4.rs:113:13 [INFO] [stdout] | [INFO] [stdout] 113 | let from_measure = cursor.read_u32::()?; [INFO] [stdout] | ^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_from_measure` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `lyric` [INFO] [stdout] --> src/parsers/gp4.rs:114:13 [INFO] [stdout] | [INFO] [stdout] 114 | let lyric = read_gp_int_string(cursor)?; [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_lyric` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `instrument` [INFO] [stdout] --> src/parsers/gp4.rs:128:13 [INFO] [stdout] | [INFO] [stdout] 128 | let instrument = cursor.read_u32::()?; [INFO] [stdout] | ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_instrument` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `volume` [INFO] [stdout] --> src/parsers/gp4.rs:129:13 [INFO] [stdout] | [INFO] [stdout] 129 | let volume = cursor.read_u8()?; [INFO] [stdout] | ^^^^^^ help: if this is intentional, prefix it with an underscore: `_volume` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `balance` [INFO] [stdout] --> src/parsers/gp4.rs:130:13 [INFO] [stdout] | [INFO] [stdout] 130 | let balance = cursor.read_u8()?; [INFO] [stdout] | ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_balance` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `chorus` [INFO] [stdout] --> src/parsers/gp4.rs:131:13 [INFO] [stdout] | [INFO] [stdout] 131 | let chorus = cursor.read_u8()?; [INFO] [stdout] | ^^^^^^ help: if this is intentional, prefix it with an underscore: `_chorus` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `reverb` [INFO] [stdout] --> src/parsers/gp4.rs:132:13 [INFO] [stdout] | [INFO] [stdout] 132 | let reverb = cursor.read_u8()?; [INFO] [stdout] | ^^^^^^ help: if this is intentional, prefix it with an underscore: `_reverb` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `phaser` [INFO] [stdout] --> src/parsers/gp4.rs:133:13 [INFO] [stdout] | [INFO] [stdout] 133 | let phaser = cursor.read_u8()?; [INFO] [stdout] | ^^^^^^ help: if this is intentional, prefix it with an underscore: `_phaser` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `tremolo` [INFO] [stdout] --> src/parsers/gp4.rs:134:13 [INFO] [stdout] | [INFO] [stdout] 134 | let tremolo = cursor.read_u8()?; [INFO] [stdout] | ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_tremolo` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `is_banjo` [INFO] [stdout] --> src/parsers/gp4.rs:216:9 [INFO] [stdout] | [INFO] [stdout] 216 | let is_banjo = flags & 0x04 != 0; [INFO] [stdout] | ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_is_banjo` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `port` [INFO] [stdout] --> src/parsers/gp4.rs:232:9 [INFO] [stdout] | [INFO] [stdout] 232 | let port = cursor.read_u32::()?; [INFO] [stdout] | ^^^^ help: if this is intentional, prefix it with an underscore: `_port` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `channel2` [INFO] [stdout] --> src/parsers/gp4.rs:234:9 [INFO] [stdout] | [INFO] [stdout] 234 | let channel2 = cursor.read_u32::()? as u8; [INFO] [stdout] | ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_channel2` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `fret_count` [INFO] [stdout] --> src/parsers/gp4.rs:235:9 [INFO] [stdout] | [INFO] [stdout] 235 | let fret_count = cursor.read_u32::()?; [INFO] [stdout] | ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_fret_count` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `channel` [INFO] [stdout] --> src/parsers/gp4.rs:212:43 [INFO] [stdout] | [INFO] [stdout] 212 | fn read_track(cursor: &mut Cursor<&[u8]>, channel: u8) -> Result { [INFO] [stdout] | ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_channel` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `is_dotted` [INFO] [stdout] --> src/parsers/gp4.rs:338:9 [INFO] [stdout] | [INFO] [stdout] 338 | let is_dotted = cursor.read_u8()? != 0; [INFO] [stdout] | ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_is_dotted` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `tuplet` [INFO] [stdout] --> src/parsers/gp4.rs:339:9 [INFO] [stdout] | [INFO] [stdout] 339 | let tuplet = cursor.read_u32::()?; [INFO] [stdout] | ^^^^^^ help: if this is intentional, prefix it with an underscore: `_tuplet` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `bend_type` [INFO] [stdout] --> src/parsers/gp4.rs:421:9 [INFO] [stdout] | [INFO] [stdout] 421 | let bend_type = cursor.read_u8()?; [INFO] [stdout] | ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_bend_type` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `bend_value` [INFO] [stdout] --> src/parsers/gp4.rs:422:9 [INFO] [stdout] | [INFO] [stdout] 422 | let bend_value = cursor.read_u32::()? as f32 / 100.0; [INFO] [stdout] | ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_bend_value` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `vibrato` [INFO] [stdout] --> src/parsers/gp4.rs:429:13 [INFO] [stdout] | [INFO] [stdout] 429 | let vibrato = cursor.read_u8()? != 0; [INFO] [stdout] | ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_vibrato` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `sharp` [INFO] [stdout] --> src/parsers/gp4.rs:461:9 [INFO] [stdout] | [INFO] [stdout] 461 | let sharp = cursor.read_u8()? != 0; [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_sharp` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `ninth_extension` [INFO] [stdout] --> src/parsers/gp4.rs:466:9 [INFO] [stdout] | [INFO] [stdout] 466 | let ninth_extension = cursor.read_u8()?; [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_ninth_extension` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `diminished_fifth` [INFO] [stdout] --> src/parsers/gp4.rs:468:9 [INFO] [stdout] | [INFO] [stdout] 468 | let diminished_fifth = cursor.read_u32::()?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_diminished_fifth` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `augmented_eleventh` [INFO] [stdout] --> src/parsers/gp4.rs:469:9 [INFO] [stdout] | [INFO] [stdout] 469 | let augmented_eleventh = cursor.read_u32::()?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_augmented_eleventh` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `channels` [INFO] [stdout] --> src/parsers/gp5.rs:40:13 [INFO] [stdout] | [INFO] [stdout] 40 | let channels = read_channels(&mut cursor)?; [INFO] [stdout] | ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_channels` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `track_choice` [INFO] [stdout] --> src/parsers/gp5.rs:106:9 [INFO] [stdout] | [INFO] [stdout] 106 | let track_choice = cursor.read_u32::()?; [INFO] [stdout] | ^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_track_choice` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `line` [INFO] [stdout] --> src/parsers/gp5.rs:108:13 [INFO] [stdout] | [INFO] [stdout] 108 | let line = read_gp_int_string(cursor)?; [INFO] [stdout] | ^^^^ help: if this is intentional, prefix it with an underscore: `_line` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `measure` [INFO] [stdout] --> src/parsers/gp5.rs:109:13 [INFO] [stdout] | [INFO] [stdout] 109 | let measure = cursor.read_u32::()?; [INFO] [stdout] | ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_measure` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `is_banjo` [INFO] [stdout] --> src/parsers/gp5.rs:169:9 [INFO] [stdout] | [INFO] [stdout] 169 | let is_banjo = (header & 0x04) != 0; [INFO] [stdout] | ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_is_banjo` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `port` [INFO] [stdout] --> src/parsers/gp5.rs:184:9 [INFO] [stdout] | [INFO] [stdout] 184 | let port = cursor.read_u32::()?; [INFO] [stdout] | ^^^^ help: if this is intentional, prefix it with an underscore: `_port` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `channel2` [INFO] [stdout] --> src/parsers/gp5.rs:186:9 [INFO] [stdout] | [INFO] [stdout] 186 | let channel2 = cursor.read_u32::()? as u8; [INFO] [stdout] | ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_channel2` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `frets` [INFO] [stdout] --> src/parsers/gp5.rs:187:9 [INFO] [stdout] | [INFO] [stdout] 187 | let frets = cursor.read_u32::()?; [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_frets` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `channel` [INFO] [stdout] --> src/parsers/gp5.rs:165:43 [INFO] [stdout] | [INFO] [stdout] 165 | fn read_track(cursor: &mut Cursor<&[u8]>, channel: u8) -> Result { [INFO] [stdout] | ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_channel` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `repeat_count` [INFO] [stdout] --> src/parsers/gp5.rs:266:13 [INFO] [stdout] | [INFO] [stdout] 266 | let repeat_count = cursor.read_u8()?; [INFO] [stdout] | ^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_repeat_count` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `alternative` [INFO] [stdout] --> src/parsers/gp5.rs:271:13 [INFO] [stdout] | [INFO] [stdout] 271 | let alternative = cursor.read_u8()?; [INFO] [stdout] | ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_alternative` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `marker_name` [INFO] [stdout] --> src/parsers/gp5.rs:276:13 [INFO] [stdout] | [INFO] [stdout] 276 | let marker_name = read_gp_int_string(cursor)?; [INFO] [stdout] | ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_marker_name` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `marker_color` [INFO] [stdout] --> src/parsers/gp5.rs:277:13 [INFO] [stdout] | [INFO] [stdout] 277 | let marker_color = (cursor.read_u8()?, cursor.read_u8()?, cursor.read_u8()?); [INFO] [stdout] | ^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_marker_color` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `text` [INFO] [stdout] --> src/parsers/gp5.rs:336:13 [INFO] [stdout] | [INFO] [stdout] 336 | let text = read_gp_int_string(cursor)?; [INFO] [stdout] | ^^^^ help: if this is intentional, prefix it with an underscore: `_text` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `is_dotted` [INFO] [stdout] --> src/parsers/gp5.rs:369:9 [INFO] [stdout] | [INFO] [stdout] 369 | let is_dotted = cursor.read_u8()? != 0; [INFO] [stdout] | ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_is_dotted` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `base_fret` [INFO] [stdout] --> src/parsers/gp5.rs:418:13 [INFO] [stdout] | [INFO] [stdout] 418 | let base_fret = cursor.read_u32::()?; [INFO] [stdout] | ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_base_fret` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `effect` [INFO] [stdout] --> src/parsers/gp5.rs:443:13 [INFO] [stdout] | [INFO] [stdout] 443 | let effect = cursor.read_u8()?; [INFO] [stdout] | ^^^^^^ help: if this is intentional, prefix it with an underscore: `_effect` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `stroke_up` [INFO] [stdout] --> src/parsers/gp5.rs:453:13 [INFO] [stdout] | [INFO] [stdout] 453 | let stroke_up = cursor.read_u8()?; [INFO] [stdout] | ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_stroke_up` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `stroke_down` [INFO] [stdout] --> src/parsers/gp5.rs:454:13 [INFO] [stdout] | [INFO] [stdout] 454 | let stroke_down = cursor.read_u8()?; [INFO] [stdout] | ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_stroke_down` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `pick_stroke` [INFO] [stdout] --> src/parsers/gp5.rs:459:13 [INFO] [stdout] | [INFO] [stdout] 459 | let pick_stroke = cursor.read_u8()?; [INFO] [stdout] | ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_pick_stroke` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `position` [INFO] [stdout] --> src/parsers/gp5.rs:469:13 [INFO] [stdout] | [INFO] [stdout] 469 | let position = cursor.read_u32::()?; [INFO] [stdout] | ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_position` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `value` [INFO] [stdout] --> src/parsers/gp5.rs:470:13 [INFO] [stdout] | [INFO] [stdout] 470 | let value = cursor.read_u32::()?; [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_value` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `vibrato` [INFO] [stdout] --> src/parsers/gp5.rs:471:13 [INFO] [stdout] | [INFO] [stdout] 471 | let vibrato = cursor.read_u8()?; [INFO] [stdout] | ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_vibrato` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `note_type` [INFO] [stdout] --> src/parsers/gp5.rs:487:9 [INFO] [stdout] | [INFO] [stdout] 487 | let note_type = if (flags & 0x20) != 0 { [INFO] [stdout] | ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_note_type` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `tremolo_speed` [INFO] [stdout] --> src/parsers/gp5.rs:544:13 [INFO] [stdout] | [INFO] [stdout] 544 | let tremolo_speed = cursor.read_u8()?; [INFO] [stdout] | ^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_tremolo_speed` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `harmonic_type` [INFO] [stdout] --> src/parsers/gp5.rs:561:13 [INFO] [stdout] | [INFO] [stdout] 561 | let harmonic_type = cursor.read_u8()?; [INFO] [stdout] | ^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_harmonic_type` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `trill_fret` [INFO] [stdout] --> src/parsers/gp5.rs:566:13 [INFO] [stdout] | [INFO] [stdout] 566 | let trill_fret = cursor.read_u8()?; [INFO] [stdout] | ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_trill_fret` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `trill_speed` [INFO] [stdout] --> src/parsers/gp5.rs:567:13 [INFO] [stdout] | [INFO] [stdout] 567 | let trill_speed = cursor.read_u8()?; [INFO] [stdout] | ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_trill_speed` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `bend_type` [INFO] [stdout] --> src/parsers/gp5.rs:582:9 [INFO] [stdout] | [INFO] [stdout] 582 | let bend_type = cursor.read_u8()?; [INFO] [stdout] | ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_bend_type` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `bend_value` [INFO] [stdout] --> src/parsers/gp5.rs:583:9 [INFO] [stdout] | [INFO] [stdout] 583 | let bend_value = cursor.read_u32::()?; [INFO] [stdout] | ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_bend_value` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `vibrato` [INFO] [stdout] --> src/parsers/gp5.rs:591:13 [INFO] [stdout] | [INFO] [stdout] 591 | let vibrato = cursor.read_u8()? != 0; [INFO] [stdout] | ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_vibrato` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `channel` [INFO] [stdout] --> src/parsers/gpx.rs:68:33 [INFO] [stdout] | [INFO] [stdout] 68 | ... let channel = 0u8; [INFO] [stdout] | ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_channel` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `is_percussion` [INFO] [stdout] --> src/parsers/gpx.rs:69:33 [INFO] [stdout] | [INFO] [stdout] 69 | ... let is_percussion = false; [INFO] [stdout] | ^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_is_percussion` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `reader` [INFO] [stdout] --> src/parsers/gpx.rs:334:27 [INFO] [stdout] | [INFO] [stdout] 334 | fn parse_note_element(reader: &mut Reader>) -> Result { [INFO] [stdout] | ^^^^^^ help: if this is intentional, prefix it with an underscore: `_reader` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `reader` [INFO] [stdout] --> src/parsers/gpx.rs:339:26 [INFO] [stdout] | [INFO] [stdout] 339 | fn parse_bend_effect(reader: &mut Reader>) -> Result { [INFO] [stdout] | ^^^^^^ help: if this is intentional, prefix it with an underscore: `_reader` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `data` [INFO] [stdout] --> src/parsers/musescore.rs:11:19 [INFO] [stdout] | [INFO] [stdout] 11 | fn read_score(data: &[u8]) -> super::Result { [INFO] [stdout] | ^^^^ help: if this is intentional, prefix it with an underscore: `_data` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `pitch` [INFO] [stdout] --> src/writers/musescore.rs:174:14 [INFO] [stdout] | [INFO] [stdout] 174 | let (pitch, octave) = Self::midi_to_pitch_octave(midi_note); [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_pitch` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `octave` [INFO] [stdout] --> src/writers/musescore.rs:174:21 [INFO] [stdout] | [INFO] [stdout] 174 | let (pitch, octave) = Self::midi_to_pitch_octave(midi_note); [INFO] [stdout] | ^^^^^^ help: if this is intentional, prefix it with an underscore: `_octave` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `instrument_name` [INFO] [stdout] --> src/writers/musescore.rs:287:13 [INFO] [stdout] | [INFO] [stdout] 287 | let instrument_name = if track.is_percussion { [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_instrument_name` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `i` [INFO] [stdout] --> src/writers/musescore.rs:299:18 [INFO] [stdout] | [INFO] [stdout] 299 | for (i, &tuning_note) in track.tuning.iter().enumerate() { [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_i` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `instrument_name` [INFO] [stdout] --> src/writers/musescore.rs:319:13 [INFO] [stdout] | [INFO] [stdout] 319 | let instrument_name = if track.is_percussion { [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_instrument_name` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `track_id` [INFO] [stdout] --> src/writers/musescore.rs:318:40 [INFO] [stdout] | [INFO] [stdout] 318 | fn write_instrument(track: &Track, track_id: usize) -> String { [INFO] [stdout] | ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_track_id` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `channel` [INFO] [stdout] --> src/writers/gp4.rs:255:66 [INFO] [stdout] | [INFO] [stdout] 255 | fn write_track(cursor: &mut Cursor<&mut Vec>, track: &Track, channel: u8) -> Result<()> { [INFO] [stdout] | ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_channel` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `index` [INFO] [stdout] --> src/writers/gp5.rs:155:53 [INFO] [stdout] | [INFO] [stdout] 155 | fn write_track(buffer: &mut Vec, track: &Track, index: u8) -> Result<()> { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_index` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `beat` [INFO] [stdout] --> src/writers/gpx.rs:298:34 [INFO] [stdout] | [INFO] [stdout] 298 | for (beat_index, beat) in measure.beats.iter().enumerate() { [INFO] [stdout] | ^^^^ help: if this is intentional, prefix it with an underscore: `_beat` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `note` [INFO] [stdout] --> src/writers/gpx.rs:341:25 [INFO] [stdout] | [INFO] [stdout] 341 | for note in &beat.notes { [INFO] [stdout] | ^^^^ help: if this is intentional, prefix it with an underscore: `_note` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `is_gzip_compressed` is never used [INFO] [stdout] --> src/parsers/mod.rs:79:4 [INFO] [stdout] | [INFO] [stdout] 79 | fn is_gzip_compressed(data: &[u8]) -> bool { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `decompress_gzip` is never used [INFO] [stdout] --> src/parsers/mod.rs:84:4 [INFO] [stdout] | [INFO] [stdout] 84 | fn decompress_gzip(data: &[u8]) -> Result> { [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `double_bar`, `repeat_open`, and `repeat_close` are never read [INFO] [stdout] --> src/parsers/gp4.rs:147:5 [INFO] [stdout] | [INFO] [stdout] 141 | struct MeasureHeader { [INFO] [stdout] | ------------- fields in this struct [INFO] [stdout] ... [INFO] [stdout] 147 | double_bar: bool, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] 148 | repeat_open: bool, [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] 149 | repeat_close: u8, [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `MeasureHeader` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: multiple fields are never read [INFO] [stdout] --> src/parsers/gp5.rs:602:5 [INFO] [stdout] | [INFO] [stdout] 601 | struct Channel { [INFO] [stdout] | ------- fields in this struct [INFO] [stdout] 602 | index: u8, [INFO] [stdout] | ^^^^^ [INFO] [stdout] 603 | instrument: u32, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] 604 | volume: u8, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] 605 | balance: u8, [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] 606 | chorus: u8, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] 607 | reverb: u8, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] 608 | phaser: u8, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] 609 | tremolo: u8, [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `Channel` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `double_bar` is never read [INFO] [stdout] --> src/parsers/gp5.rs:617:5 [INFO] [stdout] | [INFO] [stdout] 613 | struct MeasureHeader { [INFO] [stdout] | ------------- field in this struct [INFO] [stdout] ... [INFO] [stdout] 617 | double_bar: bool, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `MeasureHeader` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: multiple associated functions are never used [INFO] [stdout] --> src/parsers/gpx.rs:184:8 [INFO] [stdout] | [INFO] [stdout] 28 | impl GpxReader { [INFO] [stdout] | -------------- associated functions in this implementation [INFO] [stdout] ... [INFO] [stdout] 184 | fn parse_track_element(reader: &mut Reader>) -> Result { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 267 | fn parse_tuning(reader: &mut Reader>) -> Result> { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 334 | fn parse_note_element(reader: &mut Reader>) -> Result { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 339 | fn parse_bend_effect(reader: &mut Reader>) -> Result { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 348 | fn parse_track_property(track: &mut Track, attributes: Attributes) -> Result<()> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 398 | fn parse_slide_effect(attributes: Attributes) -> Result> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 438 | fn parse_time_signature(attributes: Attributes) -> Result { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 477 | fn parse_key_signature(attributes: Attributes) -> Result { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated functions `extract_mscz_archive` and `try_decompress_gzip` are never used [INFO] [stdout] --> src/parsers/musescore.rs:18:8 [INFO] [stdout] | [INFO] [stdout] 16 | impl MuseScoreReader { [INFO] [stdout] | -------------------- associated functions in this implementation [INFO] [stdout] 17 | /// Extract MuseScore archive [INFO] [stdout] 18 | fn extract_mscz_archive(data: &[u8]) -> Result>> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 43 | fn try_decompress_gzip(data: &[u8]) -> Result> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated items `FORMAT_VERSION` and `create_compressed_file` are never used [INFO] [stdout] --> src/writers/musescore.rs:12:11 [INFO] [stdout] | [INFO] [stdout] 10 | impl MuseScoreWriter { [INFO] [stdout] | -------------------- associated items in this implementation [INFO] [stdout] 11 | /// MuseScore file format version [INFO] [stdout] 12 | const FORMAT_VERSION: &'static str = "3.02"; [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 482 | fn create_compressed_file(xml_content: &str) -> Result> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.42s [INFO] running `Command { std: "docker" "inspect" "31f5e7c4f60b6a62b0f48ff3e395884c6d59d425dfaefa0efe4d8ca795411950", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "31f5e7c4f60b6a62b0f48ff3e395884c6d59d425dfaefa0efe4d8ca795411950", kill_on_drop: false }` [INFO] [stdout] 31f5e7c4f60b6a62b0f48ff3e395884c6d59d425dfaefa0efe4d8ca795411950 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+350d0ef0ec0493e6d21cfb265cb8211a0e74d766" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] ea3a3abab9a2cb3f25f13ba553b60860eb93d7622bd093dfd503f9fb9f588c1d [INFO] running `Command { std: "docker" "start" "-a" "ea3a3abab9a2cb3f25f13ba553b60860eb93d7622bd093dfd503f9fb9f588c1d", kill_on_drop: false }` [INFO] [stdout] warning: unused variable: `key` [INFO] [stdout] --> src/parsers/gp3.rs:54:13 [INFO] [stdout] | [INFO] [stdout] 54 | let key = cursor.read_i32::()? as i8; [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_key` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `octave` [INFO] [stdout] --> src/parsers/gp3.rs:55:13 [INFO] [stdout] | [INFO] [stdout] 55 | let octave = cursor.read_u32::()?; // Usually 0 [INFO] [stdout] | ^^^^^^ help: if this is intentional, prefix it with an underscore: `_octave` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `track` [INFO] [stdout] --> src/parsers/gp3.rs:78:9 [INFO] [stdout] | [INFO] [stdout] 78 | let track = cursor.read_u32::()?; [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_track` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `flags2` [INFO] [stdout] --> src/parsers/gp3.rs:232:9 [INFO] [stdout] | [INFO] [stdout] 232 | let flags2 = cursor.read_u8()?; [INFO] [stdout] | ^^^^^^ help: if this is intentional, prefix it with an underscore: `_flags2` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `bend_type` [INFO] [stdout] --> src/parsers/gp3.rs:305:9 [INFO] [stdout] | [INFO] [stdout] 305 | let bend_type = cursor.read_u8()?; [INFO] [stdout] | ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_bend_type` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `key` [INFO] [stdout] --> src/parsers/gp4.rs:35:13 [INFO] [stdout] | [INFO] [stdout] 35 | let key = cursor.read_i32::()? as i8; [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_key` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `octave` [INFO] [stdout] --> src/parsers/gp4.rs:36:13 [INFO] [stdout] | [INFO] [stdout] 36 | let octave = cursor.read_u32::()?; // Skip octave [INFO] [stdout] | ^^^^^^ help: if this is intentional, prefix it with an underscore: `_octave` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `track_index` [INFO] [stdout] --> src/parsers/gp4.rs:110:9 [INFO] [stdout] | [INFO] [stdout] 110 | let track_index = cursor.read_u32::()?; [INFO] [stdout] | ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_track_index` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `from_measure` [INFO] [stdout] --> src/parsers/gp4.rs:113:13 [INFO] [stdout] | [INFO] [stdout] 113 | let from_measure = cursor.read_u32::()?; [INFO] [stdout] | ^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_from_measure` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `lyric` [INFO] [stdout] --> src/parsers/gp4.rs:114:13 [INFO] [stdout] | [INFO] [stdout] 114 | let lyric = read_gp_int_string(cursor)?; [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_lyric` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `instrument` [INFO] [stdout] --> src/parsers/gp4.rs:128:13 [INFO] [stdout] | [INFO] [stdout] 128 | let instrument = cursor.read_u32::()?; [INFO] [stdout] | ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_instrument` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `volume` [INFO] [stdout] --> src/parsers/gp4.rs:129:13 [INFO] [stdout] | [INFO] [stdout] 129 | let volume = cursor.read_u8()?; [INFO] [stdout] | ^^^^^^ help: if this is intentional, prefix it with an underscore: `_volume` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `balance` [INFO] [stdout] --> src/parsers/gp4.rs:130:13 [INFO] [stdout] | [INFO] [stdout] 130 | let balance = cursor.read_u8()?; [INFO] [stdout] | ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_balance` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `chorus` [INFO] [stdout] --> src/parsers/gp4.rs:131:13 [INFO] [stdout] | [INFO] [stdout] 131 | let chorus = cursor.read_u8()?; [INFO] [stdout] | ^^^^^^ help: if this is intentional, prefix it with an underscore: `_chorus` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `reverb` [INFO] [stdout] --> src/parsers/gp4.rs:132:13 [INFO] [stdout] | [INFO] [stdout] 132 | let reverb = cursor.read_u8()?; [INFO] [stdout] | ^^^^^^ help: if this is intentional, prefix it with an underscore: `_reverb` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `phaser` [INFO] [stdout] --> src/parsers/gp4.rs:133:13 [INFO] [stdout] | [INFO] [stdout] 133 | let phaser = cursor.read_u8()?; [INFO] [stdout] | ^^^^^^ help: if this is intentional, prefix it with an underscore: `_phaser` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `tremolo` [INFO] [stdout] --> src/parsers/gp4.rs:134:13 [INFO] [stdout] | [INFO] [stdout] 134 | let tremolo = cursor.read_u8()?; [INFO] [stdout] | ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_tremolo` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `is_banjo` [INFO] [stdout] --> src/parsers/gp4.rs:216:9 [INFO] [stdout] | [INFO] [stdout] 216 | let is_banjo = flags & 0x04 != 0; [INFO] [stdout] | ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_is_banjo` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `port` [INFO] [stdout] --> src/parsers/gp4.rs:232:9 [INFO] [stdout] | [INFO] [stdout] 232 | let port = cursor.read_u32::()?; [INFO] [stdout] | ^^^^ help: if this is intentional, prefix it with an underscore: `_port` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `channel2` [INFO] [stdout] --> src/parsers/gp4.rs:234:9 [INFO] [stdout] | [INFO] [stdout] 234 | let channel2 = cursor.read_u32::()? as u8; [INFO] [stdout] | ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_channel2` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `fret_count` [INFO] [stdout] --> src/parsers/gp4.rs:235:9 [INFO] [stdout] | [INFO] [stdout] 235 | let fret_count = cursor.read_u32::()?; [INFO] [stdout] | ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_fret_count` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `channel` [INFO] [stdout] --> src/parsers/gp4.rs:212:43 [INFO] [stdout] | [INFO] [stdout] 212 | fn read_track(cursor: &mut Cursor<&[u8]>, channel: u8) -> Result { [INFO] [stdout] | ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_channel` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `is_dotted` [INFO] [stdout] --> src/parsers/gp4.rs:338:9 [INFO] [stdout] | [INFO] [stdout] 338 | let is_dotted = cursor.read_u8()? != 0; [INFO] [stdout] | ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_is_dotted` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `tuplet` [INFO] [stdout] --> src/parsers/gp4.rs:339:9 [INFO] [stdout] | [INFO] [stdout] 339 | let tuplet = cursor.read_u32::()?; [INFO] [stdout] | ^^^^^^ help: if this is intentional, prefix it with an underscore: `_tuplet` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `bend_type` [INFO] [stdout] --> src/parsers/gp4.rs:421:9 [INFO] [stdout] | [INFO] [stdout] 421 | let bend_type = cursor.read_u8()?; [INFO] [stdout] | ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_bend_type` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `bend_value` [INFO] [stdout] --> src/parsers/gp4.rs:422:9 [INFO] [stdout] | [INFO] [stdout] 422 | let bend_value = cursor.read_u32::()? as f32 / 100.0; [INFO] [stdout] | ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_bend_value` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `vibrato` [INFO] [stdout] --> src/parsers/gp4.rs:429:13 [INFO] [stdout] | [INFO] [stdout] 429 | let vibrato = cursor.read_u8()? != 0; [INFO] [stdout] | ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_vibrato` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `sharp` [INFO] [stdout] --> src/parsers/gp4.rs:461:9 [INFO] [stdout] | [INFO] [stdout] 461 | let sharp = cursor.read_u8()? != 0; [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_sharp` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `ninth_extension` [INFO] [stdout] --> src/parsers/gp4.rs:466:9 [INFO] [stdout] | [INFO] [stdout] 466 | let ninth_extension = cursor.read_u8()?; [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_ninth_extension` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `diminished_fifth` [INFO] [stdout] --> src/parsers/gp4.rs:468:9 [INFO] [stdout] | [INFO] [stdout] 468 | let diminished_fifth = cursor.read_u32::()?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_diminished_fifth` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `augmented_eleventh` [INFO] [stdout] --> src/parsers/gp4.rs:469:9 [INFO] [stdout] | [INFO] [stdout] 469 | let augmented_eleventh = cursor.read_u32::()?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_augmented_eleventh` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `channels` [INFO] [stdout] --> src/parsers/gp5.rs:40:13 [INFO] [stdout] | [INFO] [stdout] 40 | let channels = read_channels(&mut cursor)?; [INFO] [stdout] | ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_channels` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `track_choice` [INFO] [stdout] --> src/parsers/gp5.rs:106:9 [INFO] [stdout] | [INFO] [stdout] 106 | let track_choice = cursor.read_u32::()?; [INFO] [stdout] | ^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_track_choice` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `line` [INFO] [stdout] --> src/parsers/gp5.rs:108:13 [INFO] [stdout] | [INFO] [stdout] 108 | let line = read_gp_int_string(cursor)?; [INFO] [stdout] | ^^^^ help: if this is intentional, prefix it with an underscore: `_line` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `measure` [INFO] [stdout] --> src/parsers/gp5.rs:109:13 [INFO] [stdout] | [INFO] [stdout] 109 | let measure = cursor.read_u32::()?; [INFO] [stdout] | ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_measure` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `is_banjo` [INFO] [stdout] --> src/parsers/gp5.rs:169:9 [INFO] [stdout] | [INFO] [stdout] 169 | let is_banjo = (header & 0x04) != 0; [INFO] [stdout] | ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_is_banjo` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `port` [INFO] [stdout] --> src/parsers/gp5.rs:184:9 [INFO] [stdout] | [INFO] [stdout] 184 | let port = cursor.read_u32::()?; [INFO] [stdout] | ^^^^ help: if this is intentional, prefix it with an underscore: `_port` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `channel2` [INFO] [stdout] --> src/parsers/gp5.rs:186:9 [INFO] [stdout] | [INFO] [stdout] 186 | let channel2 = cursor.read_u32::()? as u8; [INFO] [stdout] | ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_channel2` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `frets` [INFO] [stdout] --> src/parsers/gp5.rs:187:9 [INFO] [stdout] | [INFO] [stdout] 187 | let frets = cursor.read_u32::()?; [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_frets` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `channel` [INFO] [stdout] --> src/parsers/gp5.rs:165:43 [INFO] [stdout] | [INFO] [stdout] 165 | fn read_track(cursor: &mut Cursor<&[u8]>, channel: u8) -> Result { [INFO] [stdout] | ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_channel` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `repeat_count` [INFO] [stdout] --> src/parsers/gp5.rs:266:13 [INFO] [stdout] | [INFO] [stdout] 266 | let repeat_count = cursor.read_u8()?; [INFO] [stdout] | ^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_repeat_count` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `alternative` [INFO] [stdout] --> src/parsers/gp5.rs:271:13 [INFO] [stdout] | [INFO] [stdout] 271 | let alternative = cursor.read_u8()?; [INFO] [stdout] | ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_alternative` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `marker_name` [INFO] [stdout] --> src/parsers/gp5.rs:276:13 [INFO] [stdout] | [INFO] [stdout] 276 | let marker_name = read_gp_int_string(cursor)?; [INFO] [stdout] | ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_marker_name` [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling score-tab v0.2.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused variable: `marker_color` [INFO] [stdout] --> src/parsers/gp5.rs:277:13 [INFO] [stdout] | [INFO] [stdout] 277 | let marker_color = (cursor.read_u8()?, cursor.read_u8()?, cursor.read_u8()?); [INFO] [stdout] | ^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_marker_color` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `text` [INFO] [stdout] --> src/parsers/gp5.rs:336:13 [INFO] [stdout] | [INFO] [stdout] 336 | let text = read_gp_int_string(cursor)?; [INFO] [stdout] | ^^^^ help: if this is intentional, prefix it with an underscore: `_text` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `is_dotted` [INFO] [stdout] --> src/parsers/gp5.rs:369:9 [INFO] [stdout] | [INFO] [stdout] 369 | let is_dotted = cursor.read_u8()? != 0; [INFO] [stdout] | ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_is_dotted` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `base_fret` [INFO] [stdout] --> src/parsers/gp5.rs:418:13 [INFO] [stdout] | [INFO] [stdout] 418 | let base_fret = cursor.read_u32::()?; [INFO] [stdout] | ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_base_fret` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `effect` [INFO] [stdout] --> src/parsers/gp5.rs:443:13 [INFO] [stdout] | [INFO] [stdout] 443 | let effect = cursor.read_u8()?; [INFO] [stdout] | ^^^^^^ help: if this is intentional, prefix it with an underscore: `_effect` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `stroke_up` [INFO] [stdout] --> src/parsers/gp5.rs:453:13 [INFO] [stdout] | [INFO] [stdout] 453 | let stroke_up = cursor.read_u8()?; [INFO] [stdout] | ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_stroke_up` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `stroke_down` [INFO] [stdout] --> src/parsers/gp5.rs:454:13 [INFO] [stdout] | [INFO] [stdout] 454 | let stroke_down = cursor.read_u8()?; [INFO] [stdout] | ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_stroke_down` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `pick_stroke` [INFO] [stdout] --> src/parsers/gp5.rs:459:13 [INFO] [stdout] | [INFO] [stdout] 459 | let pick_stroke = cursor.read_u8()?; [INFO] [stdout] | ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_pick_stroke` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `position` [INFO] [stdout] --> src/parsers/gp5.rs:469:13 [INFO] [stdout] | [INFO] [stdout] 469 | let position = cursor.read_u32::()?; [INFO] [stdout] | ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_position` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `value` [INFO] [stdout] --> src/parsers/gp5.rs:470:13 [INFO] [stdout] | [INFO] [stdout] 470 | let value = cursor.read_u32::()?; [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_value` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `vibrato` [INFO] [stdout] --> src/parsers/gp5.rs:471:13 [INFO] [stdout] | [INFO] [stdout] 471 | let vibrato = cursor.read_u8()?; [INFO] [stdout] | ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_vibrato` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `note_type` [INFO] [stdout] --> src/parsers/gp5.rs:487:9 [INFO] [stdout] | [INFO] [stdout] 487 | let note_type = if (flags & 0x20) != 0 { [INFO] [stdout] | ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_note_type` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `tremolo_speed` [INFO] [stdout] --> src/parsers/gp5.rs:544:13 [INFO] [stdout] | [INFO] [stdout] 544 | let tremolo_speed = cursor.read_u8()?; [INFO] [stdout] | ^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_tremolo_speed` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `harmonic_type` [INFO] [stdout] --> src/parsers/gp5.rs:561:13 [INFO] [stdout] | [INFO] [stdout] 561 | let harmonic_type = cursor.read_u8()?; [INFO] [stdout] | ^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_harmonic_type` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `trill_fret` [INFO] [stdout] --> src/parsers/gp5.rs:566:13 [INFO] [stdout] | [INFO] [stdout] 566 | let trill_fret = cursor.read_u8()?; [INFO] [stdout] | ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_trill_fret` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `trill_speed` [INFO] [stdout] --> src/parsers/gp5.rs:567:13 [INFO] [stdout] | [INFO] [stdout] 567 | let trill_speed = cursor.read_u8()?; [INFO] [stdout] | ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_trill_speed` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `bend_type` [INFO] [stdout] --> src/parsers/gp5.rs:582:9 [INFO] [stdout] | [INFO] [stdout] 582 | let bend_type = cursor.read_u8()?; [INFO] [stdout] | ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_bend_type` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `bend_value` [INFO] [stdout] --> src/parsers/gp5.rs:583:9 [INFO] [stdout] | [INFO] [stdout] 583 | let bend_value = cursor.read_u32::()?; [INFO] [stdout] | ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_bend_value` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `vibrato` [INFO] [stdout] --> src/parsers/gp5.rs:591:13 [INFO] [stdout] | [INFO] [stdout] 591 | let vibrato = cursor.read_u8()? != 0; [INFO] [stdout] | ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_vibrato` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `channel` [INFO] [stdout] --> src/parsers/gpx.rs:68:33 [INFO] [stdout] | [INFO] [stdout] 68 | ... let channel = 0u8; [INFO] [stdout] | ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_channel` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `is_percussion` [INFO] [stdout] --> src/parsers/gpx.rs:69:33 [INFO] [stdout] | [INFO] [stdout] 69 | ... let is_percussion = false; [INFO] [stdout] | ^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_is_percussion` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `reader` [INFO] [stdout] --> src/parsers/gpx.rs:334:27 [INFO] [stdout] | [INFO] [stdout] 334 | fn parse_note_element(reader: &mut Reader>) -> Result { [INFO] [stdout] | ^^^^^^ help: if this is intentional, prefix it with an underscore: `_reader` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `reader` [INFO] [stdout] --> src/parsers/gpx.rs:339:26 [INFO] [stdout] | [INFO] [stdout] 339 | fn parse_bend_effect(reader: &mut Reader>) -> Result { [INFO] [stdout] | ^^^^^^ help: if this is intentional, prefix it with an underscore: `_reader` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `data` [INFO] [stdout] --> src/parsers/musescore.rs:11:19 [INFO] [stdout] | [INFO] [stdout] 11 | fn read_score(data: &[u8]) -> super::Result { [INFO] [stdout] | ^^^^ help: if this is intentional, prefix it with an underscore: `_data` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `pitch` [INFO] [stdout] --> src/writers/musescore.rs:174:14 [INFO] [stdout] | [INFO] [stdout] 174 | let (pitch, octave) = Self::midi_to_pitch_octave(midi_note); [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_pitch` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `octave` [INFO] [stdout] --> src/writers/musescore.rs:174:21 [INFO] [stdout] | [INFO] [stdout] 174 | let (pitch, octave) = Self::midi_to_pitch_octave(midi_note); [INFO] [stdout] | ^^^^^^ help: if this is intentional, prefix it with an underscore: `_octave` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `instrument_name` [INFO] [stdout] --> src/writers/musescore.rs:287:13 [INFO] [stdout] | [INFO] [stdout] 287 | let instrument_name = if track.is_percussion { [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_instrument_name` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `i` [INFO] [stdout] --> src/writers/musescore.rs:299:18 [INFO] [stdout] | [INFO] [stdout] 299 | for (i, &tuning_note) in track.tuning.iter().enumerate() { [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_i` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `instrument_name` [INFO] [stdout] --> src/writers/musescore.rs:319:13 [INFO] [stdout] | [INFO] [stdout] 319 | let instrument_name = if track.is_percussion { [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_instrument_name` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `track_id` [INFO] [stdout] --> src/writers/musescore.rs:318:40 [INFO] [stdout] | [INFO] [stdout] 318 | fn write_instrument(track: &Track, track_id: usize) -> String { [INFO] [stdout] | ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_track_id` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `channel` [INFO] [stdout] --> src/writers/gp4.rs:255:66 [INFO] [stdout] | [INFO] [stdout] 255 | fn write_track(cursor: &mut Cursor<&mut Vec>, track: &Track, channel: u8) -> Result<()> { [INFO] [stdout] | ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_channel` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `index` [INFO] [stdout] --> src/writers/gp5.rs:155:53 [INFO] [stdout] | [INFO] [stdout] 155 | fn write_track(buffer: &mut Vec, track: &Track, index: u8) -> Result<()> { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_index` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `beat` [INFO] [stdout] --> src/writers/gpx.rs:298:34 [INFO] [stdout] | [INFO] [stdout] 298 | for (beat_index, beat) in measure.beats.iter().enumerate() { [INFO] [stdout] | ^^^^ help: if this is intentional, prefix it with an underscore: `_beat` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `note` [INFO] [stdout] --> src/writers/gpx.rs:341:25 [INFO] [stdout] | [INFO] [stdout] 341 | for note in &beat.notes { [INFO] [stdout] | ^^^^ help: if this is intentional, prefix it with an underscore: `_note` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `is_gzip_compressed` is never used [INFO] [stdout] --> src/parsers/mod.rs:79:4 [INFO] [stdout] | [INFO] [stdout] 79 | fn is_gzip_compressed(data: &[u8]) -> bool { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `decompress_gzip` is never used [INFO] [stdout] --> src/parsers/mod.rs:84:4 [INFO] [stdout] | [INFO] [stdout] 84 | fn decompress_gzip(data: &[u8]) -> Result> { [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `double_bar`, `repeat_open`, and `repeat_close` are never read [INFO] [stdout] --> src/parsers/gp4.rs:147:5 [INFO] [stdout] | [INFO] [stdout] 141 | struct MeasureHeader { [INFO] [stdout] | ------------- fields in this struct [INFO] [stdout] ... [INFO] [stdout] 147 | double_bar: bool, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] 148 | repeat_open: bool, [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] 149 | repeat_close: u8, [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `MeasureHeader` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: multiple fields are never read [INFO] [stdout] --> src/parsers/gp5.rs:602:5 [INFO] [stdout] | [INFO] [stdout] 601 | struct Channel { [INFO] [stdout] | ------- fields in this struct [INFO] [stdout] 602 | index: u8, [INFO] [stdout] | ^^^^^ [INFO] [stdout] 603 | instrument: u32, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] 604 | volume: u8, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] 605 | balance: u8, [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] 606 | chorus: u8, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] 607 | reverb: u8, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] 608 | phaser: u8, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] 609 | tremolo: u8, [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `Channel` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `double_bar` is never read [INFO] [stdout] --> src/parsers/gp5.rs:617:5 [INFO] [stdout] | [INFO] [stdout] 613 | struct MeasureHeader { [INFO] [stdout] | ------------- field in this struct [INFO] [stdout] ... [INFO] [stdout] 617 | double_bar: bool, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `MeasureHeader` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: multiple associated functions are never used [INFO] [stdout] --> src/parsers/gpx.rs:184:8 [INFO] [stdout] | [INFO] [stdout] 28 | impl GpxReader { [INFO] [stdout] | -------------- associated functions in this implementation [INFO] [stdout] ... [INFO] [stdout] 184 | fn parse_track_element(reader: &mut Reader>) -> Result { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 267 | fn parse_tuning(reader: &mut Reader>) -> Result> { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 334 | fn parse_note_element(reader: &mut Reader>) -> Result { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 339 | fn parse_bend_effect(reader: &mut Reader>) -> Result { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 348 | fn parse_track_property(track: &mut Track, attributes: Attributes) -> Result<()> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 398 | fn parse_slide_effect(attributes: Attributes) -> Result> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 438 | fn parse_time_signature(attributes: Attributes) -> Result { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 477 | fn parse_key_signature(attributes: Attributes) -> Result { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated functions `extract_mscz_archive` and `try_decompress_gzip` are never used [INFO] [stdout] --> src/parsers/musescore.rs:18:8 [INFO] [stdout] | [INFO] [stdout] 16 | impl MuseScoreReader { [INFO] [stdout] | -------------------- associated functions in this implementation [INFO] [stdout] 17 | /// Extract MuseScore archive [INFO] [stdout] 18 | fn extract_mscz_archive(data: &[u8]) -> Result>> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 43 | fn try_decompress_gzip(data: &[u8]) -> Result> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated items `FORMAT_VERSION` and `create_compressed_file` are never used [INFO] [stdout] --> src/writers/musescore.rs:12:11 [INFO] [stdout] | [INFO] [stdout] 10 | impl MuseScoreWriter { [INFO] [stdout] | -------------------- associated items in this implementation [INFO] [stdout] 11 | /// MuseScore file format version [INFO] [stdout] 12 | const FORMAT_VERSION: &'static str = "3.02"; [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 482 | fn create_compressed_file(xml_content: &str) -> Result> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `key` [INFO] [stdout] --> src/parsers/gp3.rs:54:13 [INFO] [stdout] | [INFO] [stdout] 54 | let key = cursor.read_i32::()? as i8; [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_key` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `octave` [INFO] [stdout] --> src/parsers/gp3.rs:55:13 [INFO] [stdout] | [INFO] [stdout] 55 | let octave = cursor.read_u32::()?; // Usually 0 [INFO] [stdout] | ^^^^^^ help: if this is intentional, prefix it with an underscore: `_octave` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `track` [INFO] [stdout] --> src/parsers/gp3.rs:78:9 [INFO] [stdout] | [INFO] [stdout] 78 | let track = cursor.read_u32::()?; [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_track` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `flags2` [INFO] [stdout] --> src/parsers/gp3.rs:232:9 [INFO] [stdout] | [INFO] [stdout] 232 | let flags2 = cursor.read_u8()?; [INFO] [stdout] | ^^^^^^ help: if this is intentional, prefix it with an underscore: `_flags2` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `bend_type` [INFO] [stdout] --> src/parsers/gp3.rs:305:9 [INFO] [stdout] | [INFO] [stdout] 305 | let bend_type = cursor.read_u8()?; [INFO] [stdout] | ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_bend_type` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `key` [INFO] [stdout] --> src/parsers/gp4.rs:35:13 [INFO] [stdout] | [INFO] [stdout] 35 | let key = cursor.read_i32::()? as i8; [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_key` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `octave` [INFO] [stdout] --> src/parsers/gp4.rs:36:13 [INFO] [stdout] | [INFO] [stdout] 36 | let octave = cursor.read_u32::()?; // Skip octave [INFO] [stdout] | ^^^^^^ help: if this is intentional, prefix it with an underscore: `_octave` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `track_index` [INFO] [stdout] --> src/parsers/gp4.rs:110:9 [INFO] [stdout] | [INFO] [stdout] 110 | let track_index = cursor.read_u32::()?; [INFO] [stdout] | ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_track_index` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `from_measure` [INFO] [stdout] --> src/parsers/gp4.rs:113:13 [INFO] [stdout] | [INFO] [stdout] 113 | let from_measure = cursor.read_u32::()?; [INFO] [stdout] | ^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_from_measure` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `lyric` [INFO] [stdout] --> src/parsers/gp4.rs:114:13 [INFO] [stdout] | [INFO] [stdout] 114 | let lyric = read_gp_int_string(cursor)?; [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_lyric` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `instrument` [INFO] [stdout] --> src/parsers/gp4.rs:128:13 [INFO] [stdout] | [INFO] [stdout] 128 | let instrument = cursor.read_u32::()?; [INFO] [stdout] | ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_instrument` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `volume` [INFO] [stdout] --> src/parsers/gp4.rs:129:13 [INFO] [stdout] | [INFO] [stdout] 129 | let volume = cursor.read_u8()?; [INFO] [stdout] | ^^^^^^ help: if this is intentional, prefix it with an underscore: `_volume` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `balance` [INFO] [stdout] --> src/parsers/gp4.rs:130:13 [INFO] [stdout] | [INFO] [stdout] 130 | let balance = cursor.read_u8()?; [INFO] [stdout] | ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_balance` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `chorus` [INFO] [stdout] --> src/parsers/gp4.rs:131:13 [INFO] [stdout] | [INFO] [stdout] 131 | let chorus = cursor.read_u8()?; [INFO] [stdout] | ^^^^^^ help: if this is intentional, prefix it with an underscore: `_chorus` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `reverb` [INFO] [stdout] --> src/parsers/gp4.rs:132:13 [INFO] [stdout] | [INFO] [stdout] 132 | let reverb = cursor.read_u8()?; [INFO] [stdout] | ^^^^^^ help: if this is intentional, prefix it with an underscore: `_reverb` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `phaser` [INFO] [stdout] --> src/parsers/gp4.rs:133:13 [INFO] [stdout] | [INFO] [stdout] 133 | let phaser = cursor.read_u8()?; [INFO] [stdout] | ^^^^^^ help: if this is intentional, prefix it with an underscore: `_phaser` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `tremolo` [INFO] [stdout] --> src/parsers/gp4.rs:134:13 [INFO] [stdout] | [INFO] [stdout] 134 | let tremolo = cursor.read_u8()?; [INFO] [stdout] | ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_tremolo` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `is_banjo` [INFO] [stdout] --> src/parsers/gp4.rs:216:9 [INFO] [stdout] | [INFO] [stdout] 216 | let is_banjo = flags & 0x04 != 0; [INFO] [stdout] | ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_is_banjo` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `port` [INFO] [stdout] --> src/parsers/gp4.rs:232:9 [INFO] [stdout] | [INFO] [stdout] 232 | let port = cursor.read_u32::()?; [INFO] [stdout] | ^^^^ help: if this is intentional, prefix it with an underscore: `_port` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `channel2` [INFO] [stdout] --> src/parsers/gp4.rs:234:9 [INFO] [stdout] | [INFO] [stdout] 234 | let channel2 = cursor.read_u32::()? as u8; [INFO] [stdout] | ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_channel2` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `fret_count` [INFO] [stdout] --> src/parsers/gp4.rs:235:9 [INFO] [stdout] | [INFO] [stdout] 235 | let fret_count = cursor.read_u32::()?; [INFO] [stdout] | ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_fret_count` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `channel` [INFO] [stdout] --> src/parsers/gp4.rs:212:43 [INFO] [stdout] | [INFO] [stdout] 212 | fn read_track(cursor: &mut Cursor<&[u8]>, channel: u8) -> Result { [INFO] [stdout] | ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_channel` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `is_dotted` [INFO] [stdout] --> src/parsers/gp4.rs:338:9 [INFO] [stdout] | [INFO] [stdout] 338 | let is_dotted = cursor.read_u8()? != 0; [INFO] [stdout] | ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_is_dotted` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `tuplet` [INFO] [stdout] --> src/parsers/gp4.rs:339:9 [INFO] [stdout] | [INFO] [stdout] 339 | let tuplet = cursor.read_u32::()?; [INFO] [stdout] | ^^^^^^ help: if this is intentional, prefix it with an underscore: `_tuplet` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `bend_type` [INFO] [stdout] --> src/parsers/gp4.rs:421:9 [INFO] [stdout] | [INFO] [stdout] 421 | let bend_type = cursor.read_u8()?; [INFO] [stdout] | ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_bend_type` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `bend_value` [INFO] [stdout] --> src/parsers/gp4.rs:422:9 [INFO] [stdout] | [INFO] [stdout] 422 | let bend_value = cursor.read_u32::()? as f32 / 100.0; [INFO] [stdout] | ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_bend_value` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `vibrato` [INFO] [stdout] --> src/parsers/gp4.rs:429:13 [INFO] [stdout] | [INFO] [stdout] 429 | let vibrato = cursor.read_u8()? != 0; [INFO] [stdout] | ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_vibrato` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `sharp` [INFO] [stdout] --> src/parsers/gp4.rs:461:9 [INFO] [stdout] | [INFO] [stdout] 461 | let sharp = cursor.read_u8()? != 0; [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_sharp` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `ninth_extension` [INFO] [stdout] --> src/parsers/gp4.rs:466:9 [INFO] [stdout] | [INFO] [stdout] 466 | let ninth_extension = cursor.read_u8()?; [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_ninth_extension` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `diminished_fifth` [INFO] [stdout] --> src/parsers/gp4.rs:468:9 [INFO] [stdout] | [INFO] [stdout] 468 | let diminished_fifth = cursor.read_u32::()?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_diminished_fifth` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `augmented_eleventh` [INFO] [stdout] --> src/parsers/gp4.rs:469:9 [INFO] [stdout] | [INFO] [stdout] 469 | let augmented_eleventh = cursor.read_u32::()?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_augmented_eleventh` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `channels` [INFO] [stdout] --> src/parsers/gp5.rs:40:13 [INFO] [stdout] | [INFO] [stdout] 40 | let channels = read_channels(&mut cursor)?; [INFO] [stdout] | ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_channels` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `track_choice` [INFO] [stdout] --> src/parsers/gp5.rs:106:9 [INFO] [stdout] | [INFO] [stdout] 106 | let track_choice = cursor.read_u32::()?; [INFO] [stdout] | ^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_track_choice` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `line` [INFO] [stdout] --> src/parsers/gp5.rs:108:13 [INFO] [stdout] | [INFO] [stdout] 108 | let line = read_gp_int_string(cursor)?; [INFO] [stdout] | ^^^^ help: if this is intentional, prefix it with an underscore: `_line` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `measure` [INFO] [stdout] --> src/parsers/gp5.rs:109:13 [INFO] [stdout] | [INFO] [stdout] 109 | let measure = cursor.read_u32::()?; [INFO] [stdout] | ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_measure` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `is_banjo` [INFO] [stdout] --> src/parsers/gp5.rs:169:9 [INFO] [stdout] | [INFO] [stdout] 169 | let is_banjo = (header & 0x04) != 0; [INFO] [stdout] | ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_is_banjo` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `port` [INFO] [stdout] --> src/parsers/gp5.rs:184:9 [INFO] [stdout] | [INFO] [stdout] 184 | let port = cursor.read_u32::()?; [INFO] [stdout] | ^^^^ help: if this is intentional, prefix it with an underscore: `_port` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `channel2` [INFO] [stdout] --> src/parsers/gp5.rs:186:9 [INFO] [stdout] | [INFO] [stdout] 186 | let channel2 = cursor.read_u32::()? as u8; [INFO] [stdout] | ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_channel2` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `frets` [INFO] [stdout] --> src/parsers/gp5.rs:187:9 [INFO] [stdout] | [INFO] [stdout] 187 | let frets = cursor.read_u32::()?; [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_frets` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `channel` [INFO] [stdout] --> src/parsers/gp5.rs:165:43 [INFO] [stdout] | [INFO] [stdout] 165 | fn read_track(cursor: &mut Cursor<&[u8]>, channel: u8) -> Result { [INFO] [stdout] | ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_channel` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `repeat_count` [INFO] [stdout] --> src/parsers/gp5.rs:266:13 [INFO] [stdout] | [INFO] [stdout] 266 | let repeat_count = cursor.read_u8()?; [INFO] [stdout] | ^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_repeat_count` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `alternative` [INFO] [stdout] --> src/parsers/gp5.rs:271:13 [INFO] [stdout] | [INFO] [stdout] 271 | let alternative = cursor.read_u8()?; [INFO] [stdout] | ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_alternative` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `marker_name` [INFO] [stdout] --> src/parsers/gp5.rs:276:13 [INFO] [stdout] | [INFO] [stdout] 276 | let marker_name = read_gp_int_string(cursor)?; [INFO] [stdout] | ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_marker_name` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `marker_color` [INFO] [stdout] --> src/parsers/gp5.rs:277:13 [INFO] [stdout] | [INFO] [stdout] 277 | let marker_color = (cursor.read_u8()?, cursor.read_u8()?, cursor.read_u8()?); [INFO] [stdout] | ^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_marker_color` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `text` [INFO] [stdout] --> src/parsers/gp5.rs:336:13 [INFO] [stdout] | [INFO] [stdout] 336 | let text = read_gp_int_string(cursor)?; [INFO] [stdout] | ^^^^ help: if this is intentional, prefix it with an underscore: `_text` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `is_dotted` [INFO] [stdout] --> src/parsers/gp5.rs:369:9 [INFO] [stdout] | [INFO] [stdout] 369 | let is_dotted = cursor.read_u8()? != 0; [INFO] [stdout] | ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_is_dotted` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `base_fret` [INFO] [stdout] --> src/parsers/gp5.rs:418:13 [INFO] [stdout] | [INFO] [stdout] 418 | let base_fret = cursor.read_u32::()?; [INFO] [stdout] | ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_base_fret` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `effect` [INFO] [stdout] --> src/parsers/gp5.rs:443:13 [INFO] [stdout] | [INFO] [stdout] 443 | let effect = cursor.read_u8()?; [INFO] [stdout] | ^^^^^^ help: if this is intentional, prefix it with an underscore: `_effect` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `stroke_up` [INFO] [stdout] --> src/parsers/gp5.rs:453:13 [INFO] [stdout] | [INFO] [stdout] 453 | let stroke_up = cursor.read_u8()?; [INFO] [stdout] | ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_stroke_up` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `stroke_down` [INFO] [stdout] --> src/parsers/gp5.rs:454:13 [INFO] [stdout] | [INFO] [stdout] 454 | let stroke_down = cursor.read_u8()?; [INFO] [stdout] | ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_stroke_down` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `pick_stroke` [INFO] [stdout] --> src/parsers/gp5.rs:459:13 [INFO] [stdout] | [INFO] [stdout] 459 | let pick_stroke = cursor.read_u8()?; [INFO] [stdout] | ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_pick_stroke` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `position` [INFO] [stdout] --> src/parsers/gp5.rs:469:13 [INFO] [stdout] | [INFO] [stdout] 469 | let position = cursor.read_u32::()?; [INFO] [stdout] | ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_position` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `value` [INFO] [stdout] --> src/parsers/gp5.rs:470:13 [INFO] [stdout] | [INFO] [stdout] 470 | let value = cursor.read_u32::()?; [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_value` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `vibrato` [INFO] [stdout] --> src/parsers/gp5.rs:471:13 [INFO] [stdout] | [INFO] [stdout] 471 | let vibrato = cursor.read_u8()?; [INFO] [stdout] | ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_vibrato` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `note_type` [INFO] [stdout] --> src/parsers/gp5.rs:487:9 [INFO] [stdout] | [INFO] [stdout] 487 | let note_type = if (flags & 0x20) != 0 { [INFO] [stdout] | ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_note_type` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `tremolo_speed` [INFO] [stdout] --> src/parsers/gp5.rs:544:13 [INFO] [stdout] | [INFO] [stdout] 544 | let tremolo_speed = cursor.read_u8()?; [INFO] [stdout] | ^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_tremolo_speed` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `harmonic_type` [INFO] [stdout] --> src/parsers/gp5.rs:561:13 [INFO] [stdout] | [INFO] [stdout] 561 | let harmonic_type = cursor.read_u8()?; [INFO] [stdout] | ^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_harmonic_type` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `trill_fret` [INFO] [stdout] --> src/parsers/gp5.rs:566:13 [INFO] [stdout] | [INFO] [stdout] 566 | let trill_fret = cursor.read_u8()?; [INFO] [stdout] | ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_trill_fret` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `trill_speed` [INFO] [stdout] --> src/parsers/gp5.rs:567:13 [INFO] [stdout] | [INFO] [stdout] 567 | let trill_speed = cursor.read_u8()?; [INFO] [stdout] | ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_trill_speed` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `bend_type` [INFO] [stdout] --> src/parsers/gp5.rs:582:9 [INFO] [stdout] | [INFO] [stdout] 582 | let bend_type = cursor.read_u8()?; [INFO] [stdout] | ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_bend_type` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `bend_value` [INFO] [stdout] --> src/parsers/gp5.rs:583:9 [INFO] [stdout] | [INFO] [stdout] 583 | let bend_value = cursor.read_u32::()?; [INFO] [stdout] | ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_bend_value` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `vibrato` [INFO] [stdout] --> src/parsers/gp5.rs:591:13 [INFO] [stdout] | [INFO] [stdout] 591 | let vibrato = cursor.read_u8()? != 0; [INFO] [stdout] | ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_vibrato` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `channel` [INFO] [stdout] --> src/parsers/gpx.rs:68:33 [INFO] [stdout] | [INFO] [stdout] 68 | ... let channel = 0u8; [INFO] [stdout] | ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_channel` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `is_percussion` [INFO] [stdout] --> src/parsers/gpx.rs:69:33 [INFO] [stdout] | [INFO] [stdout] 69 | ... let is_percussion = false; [INFO] [stdout] | ^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_is_percussion` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `reader` [INFO] [stdout] --> src/parsers/gpx.rs:334:27 [INFO] [stdout] | [INFO] [stdout] 334 | fn parse_note_element(reader: &mut Reader>) -> Result { [INFO] [stdout] | ^^^^^^ help: if this is intentional, prefix it with an underscore: `_reader` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `reader` [INFO] [stdout] --> src/parsers/gpx.rs:339:26 [INFO] [stdout] | [INFO] [stdout] 339 | fn parse_bend_effect(reader: &mut Reader>) -> Result { [INFO] [stdout] | ^^^^^^ help: if this is intentional, prefix it with an underscore: `_reader` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `data` [INFO] [stdout] --> src/parsers/musescore.rs:11:19 [INFO] [stdout] | [INFO] [stdout] 11 | fn read_score(data: &[u8]) -> super::Result { [INFO] [stdout] | ^^^^ help: if this is intentional, prefix it with an underscore: `_data` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `pitch` [INFO] [stdout] --> src/writers/musescore.rs:174:14 [INFO] [stdout] | [INFO] [stdout] 174 | let (pitch, octave) = Self::midi_to_pitch_octave(midi_note); [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_pitch` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `octave` [INFO] [stdout] --> src/writers/musescore.rs:174:21 [INFO] [stdout] | [INFO] [stdout] 174 | let (pitch, octave) = Self::midi_to_pitch_octave(midi_note); [INFO] [stdout] | ^^^^^^ help: if this is intentional, prefix it with an underscore: `_octave` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `instrument_name` [INFO] [stdout] --> src/writers/musescore.rs:287:13 [INFO] [stdout] | [INFO] [stdout] 287 | let instrument_name = if track.is_percussion { [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_instrument_name` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `i` [INFO] [stdout] --> src/writers/musescore.rs:299:18 [INFO] [stdout] | [INFO] [stdout] 299 | for (i, &tuning_note) in track.tuning.iter().enumerate() { [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_i` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `instrument_name` [INFO] [stdout] --> src/writers/musescore.rs:319:13 [INFO] [stdout] | [INFO] [stdout] 319 | let instrument_name = if track.is_percussion { [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_instrument_name` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `track_id` [INFO] [stdout] --> src/writers/musescore.rs:318:40 [INFO] [stdout] | [INFO] [stdout] 318 | fn write_instrument(track: &Track, track_id: usize) -> String { [INFO] [stdout] | ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_track_id` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `channel` [INFO] [stdout] --> src/writers/gp4.rs:255:66 [INFO] [stdout] | [INFO] [stdout] 255 | fn write_track(cursor: &mut Cursor<&mut Vec>, track: &Track, channel: u8) -> Result<()> { [INFO] [stdout] | ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_channel` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `index` [INFO] [stdout] --> src/writers/gp5.rs:155:53 [INFO] [stdout] | [INFO] [stdout] 155 | fn write_track(buffer: &mut Vec, track: &Track, index: u8) -> Result<()> { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_index` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `beat` [INFO] [stdout] --> src/writers/gpx.rs:298:34 [INFO] [stdout] | [INFO] [stdout] 298 | for (beat_index, beat) in measure.beats.iter().enumerate() { [INFO] [stdout] | ^^^^ help: if this is intentional, prefix it with an underscore: `_beat` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `note` [INFO] [stdout] --> src/writers/gpx.rs:341:25 [INFO] [stdout] | [INFO] [stdout] 341 | for note in &beat.notes { [INFO] [stdout] | ^^^^ help: if this is intentional, prefix it with an underscore: `_note` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `is_gzip_compressed` is never used [INFO] [stdout] --> src/parsers/mod.rs:79:4 [INFO] [stdout] | [INFO] [stdout] 79 | fn is_gzip_compressed(data: &[u8]) -> bool { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `decompress_gzip` is never used [INFO] [stdout] --> src/parsers/mod.rs:84:4 [INFO] [stdout] | [INFO] [stdout] 84 | fn decompress_gzip(data: &[u8]) -> Result> { [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `double_bar`, `repeat_open`, and `repeat_close` are never read [INFO] [stdout] --> src/parsers/gp4.rs:147:5 [INFO] [stdout] | [INFO] [stdout] 141 | struct MeasureHeader { [INFO] [stdout] | ------------- fields in this struct [INFO] [stdout] ... [INFO] [stdout] 147 | double_bar: bool, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] 148 | repeat_open: bool, [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] 149 | repeat_close: u8, [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `MeasureHeader` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: multiple fields are never read [INFO] [stdout] --> src/parsers/gp5.rs:602:5 [INFO] [stdout] | [INFO] [stdout] 601 | struct Channel { [INFO] [stdout] | ------- fields in this struct [INFO] [stdout] 602 | index: u8, [INFO] [stdout] | ^^^^^ [INFO] [stdout] 603 | instrument: u32, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] 604 | volume: u8, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] 605 | balance: u8, [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] 606 | chorus: u8, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] 607 | reverb: u8, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] 608 | phaser: u8, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] 609 | tremolo: u8, [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `Channel` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `double_bar` is never read [INFO] [stdout] --> src/parsers/gp5.rs:617:5 [INFO] [stdout] | [INFO] [stdout] 613 | struct MeasureHeader { [INFO] [stdout] | ------------- field in this struct [INFO] [stdout] ... [INFO] [stdout] 617 | double_bar: bool, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `MeasureHeader` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: multiple associated functions are never used [INFO] [stdout] --> src/parsers/gpx.rs:184:8 [INFO] [stdout] | [INFO] [stdout] 28 | impl GpxReader { [INFO] [stdout] | -------------- associated functions in this implementation [INFO] [stdout] ... [INFO] [stdout] 184 | fn parse_track_element(reader: &mut Reader>) -> Result { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 267 | fn parse_tuning(reader: &mut Reader>) -> Result> { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 334 | fn parse_note_element(reader: &mut Reader>) -> Result { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 339 | fn parse_bend_effect(reader: &mut Reader>) -> Result { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 348 | fn parse_track_property(track: &mut Track, attributes: Attributes) -> Result<()> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 398 | fn parse_slide_effect(attributes: Attributes) -> Result> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 477 | fn parse_key_signature(attributes: Attributes) -> Result { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated functions `extract_mscz_archive` and `try_decompress_gzip` are never used [INFO] [stdout] --> src/parsers/musescore.rs:18:8 [INFO] [stdout] | [INFO] [stdout] 16 | impl MuseScoreReader { [INFO] [stdout] | -------------------- associated functions in this implementation [INFO] [stdout] 17 | /// Extract MuseScore archive [INFO] [stdout] 18 | fn extract_mscz_archive(data: &[u8]) -> Result>> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 43 | fn try_decompress_gzip(data: &[u8]) -> Result> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated items `FORMAT_VERSION` and `create_compressed_file` are never used [INFO] [stdout] --> src/writers/musescore.rs:12:11 [INFO] [stdout] | [INFO] [stdout] 10 | impl MuseScoreWriter { [INFO] [stdout] | -------------------- associated items in this implementation [INFO] [stdout] 11 | /// MuseScore file format version [INFO] [stdout] 12 | const FORMAT_VERSION: &'static str = "3.02"; [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 482 | fn create_compressed_file(xml_content: &str) -> Result> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 1.57s [INFO] running `Command { std: "docker" "inspect" "ea3a3abab9a2cb3f25f13ba553b60860eb93d7622bd093dfd503f9fb9f588c1d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ea3a3abab9a2cb3f25f13ba553b60860eb93d7622bd093dfd503f9fb9f588c1d", kill_on_drop: false }` [INFO] [stdout] ea3a3abab9a2cb3f25f13ba553b60860eb93d7622bd093dfd503f9fb9f588c1d [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+350d0ef0ec0493e6d21cfb265cb8211a0e74d766" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] ea051e65ae3ddb8ae7c7d977ce508b143c4d11e86f10e816625770ff8b0a24eb [INFO] running `Command { std: "docker" "start" "-a" "ea051e65ae3ddb8ae7c7d977ce508b143c4d11e86f10e816625770ff8b0a24eb", kill_on_drop: false }` [INFO] [stderr] warning: unused variable: `key` [INFO] [stderr] --> src/parsers/gp3.rs:54:13 [INFO] [stderr] | [INFO] [stderr] 54 | let key = cursor.read_i32::()? as i8; [INFO] [stderr] | ^^^ help: if this is intentional, prefix it with an underscore: `_key` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_variables)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused variable: `octave` [INFO] [stderr] --> src/parsers/gp3.rs:55:13 [INFO] [stderr] | [INFO] [stderr] 55 | let octave = cursor.read_u32::()?; // Usually 0 [INFO] [stderr] | ^^^^^^ help: if this is intentional, prefix it with an underscore: `_octave` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `track` [INFO] [stderr] --> src/parsers/gp3.rs:78:9 [INFO] [stderr] | [INFO] [stderr] 78 | let track = cursor.read_u32::()?; [INFO] [stderr] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_track` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `flags2` [INFO] [stderr] --> src/parsers/gp3.rs:232:9 [INFO] [stderr] | [INFO] [stderr] 232 | let flags2 = cursor.read_u8()?; [INFO] [stderr] | ^^^^^^ help: if this is intentional, prefix it with an underscore: `_flags2` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `bend_type` [INFO] [stderr] --> src/parsers/gp3.rs:305:9 [INFO] [stderr] | [INFO] [stderr] 305 | let bend_type = cursor.read_u8()?; [INFO] [stderr] | ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_bend_type` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `key` [INFO] [stderr] --> src/parsers/gp4.rs:35:13 [INFO] [stderr] | [INFO] [stderr] 35 | let key = cursor.read_i32::()? as i8; [INFO] [stderr] | ^^^ help: if this is intentional, prefix it with an underscore: `_key` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `octave` [INFO] [stderr] --> src/parsers/gp4.rs:36:13 [INFO] [stderr] | [INFO] [stderr] 36 | let octave = cursor.read_u32::()?; // Skip octave [INFO] [stderr] | ^^^^^^ help: if this is intentional, prefix it with an underscore: `_octave` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `track_index` [INFO] [stderr] --> src/parsers/gp4.rs:110:9 [INFO] [stderr] | [INFO] [stderr] 110 | let track_index = cursor.read_u32::()?; [INFO] [stderr] | ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_track_index` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `from_measure` [INFO] [stderr] --> src/parsers/gp4.rs:113:13 [INFO] [stderr] | [INFO] [stderr] 113 | let from_measure = cursor.read_u32::()?; [INFO] [stderr] | ^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_from_measure` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `lyric` [INFO] [stderr] --> src/parsers/gp4.rs:114:13 [INFO] [stderr] | [INFO] [stderr] 114 | let lyric = read_gp_int_string(cursor)?; [INFO] [stderr] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_lyric` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `instrument` [INFO] [stderr] --> src/parsers/gp4.rs:128:13 [INFO] [stderr] | [INFO] [stderr] 128 | let instrument = cursor.read_u32::()?; [INFO] [stderr] | ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_instrument` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `volume` [INFO] [stderr] --> src/parsers/gp4.rs:129:13 [INFO] [stderr] | [INFO] [stderr] 129 | let volume = cursor.read_u8()?; [INFO] [stderr] | ^^^^^^ help: if this is intentional, prefix it with an underscore: `_volume` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `balance` [INFO] [stderr] --> src/parsers/gp4.rs:130:13 [INFO] [stderr] | [INFO] [stderr] 130 | let balance = cursor.read_u8()?; [INFO] [stderr] | ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_balance` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `chorus` [INFO] [stderr] --> src/parsers/gp4.rs:131:13 [INFO] [stderr] | [INFO] [stderr] 131 | let chorus = cursor.read_u8()?; [INFO] [stderr] | ^^^^^^ help: if this is intentional, prefix it with an underscore: `_chorus` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `reverb` [INFO] [stderr] --> src/parsers/gp4.rs:132:13 [INFO] [stderr] | [INFO] [stderr] 132 | let reverb = cursor.read_u8()?; [INFO] [stderr] | ^^^^^^ help: if this is intentional, prefix it with an underscore: `_reverb` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `phaser` [INFO] [stderr] --> src/parsers/gp4.rs:133:13 [INFO] [stderr] | [INFO] [stderr] 133 | let phaser = cursor.read_u8()?; [INFO] [stderr] | ^^^^^^ help: if this is intentional, prefix it with an underscore: `_phaser` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `tremolo` [INFO] [stderr] --> src/parsers/gp4.rs:134:13 [INFO] [stderr] | [INFO] [stderr] 134 | let tremolo = cursor.read_u8()?; [INFO] [stderr] | ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_tremolo` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `is_banjo` [INFO] [stderr] --> src/parsers/gp4.rs:216:9 [INFO] [stderr] | [INFO] [stderr] 216 | let is_banjo = flags & 0x04 != 0; [INFO] [stderr] | ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_is_banjo` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `port` [INFO] [stderr] --> src/parsers/gp4.rs:232:9 [INFO] [stderr] | [INFO] [stderr] 232 | let port = cursor.read_u32::()?; [INFO] [stderr] | ^^^^ help: if this is intentional, prefix it with an underscore: `_port` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `channel2` [INFO] [stderr] --> src/parsers/gp4.rs:234:9 [INFO] [stderr] | [INFO] [stderr] 234 | let channel2 = cursor.read_u32::()? as u8; [INFO] [stderr] | ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_channel2` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `fret_count` [INFO] [stderr] --> src/parsers/gp4.rs:235:9 [INFO] [stderr] | [INFO] [stderr] 235 | let fret_count = cursor.read_u32::()?; [INFO] [stderr] | ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_fret_count` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `channel` [INFO] [stderr] --> src/parsers/gp4.rs:212:43 [INFO] [stderr] | [INFO] [stderr] 212 | fn read_track(cursor: &mut Cursor<&[u8]>, channel: u8) -> Result { [INFO] [stderr] | ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_channel` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `is_dotted` [INFO] [stderr] --> src/parsers/gp4.rs:338:9 [INFO] [stderr] | [INFO] [stderr] 338 | let is_dotted = cursor.read_u8()? != 0; [INFO] [stderr] | ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_is_dotted` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `tuplet` [INFO] [stderr] --> src/parsers/gp4.rs:339:9 [INFO] [stderr] | [INFO] [stderr] 339 | let tuplet = cursor.read_u32::()?; [INFO] [stderr] | ^^^^^^ help: if this is intentional, prefix it with an underscore: `_tuplet` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `bend_type` [INFO] [stderr] --> src/parsers/gp4.rs:421:9 [INFO] [stderr] | [INFO] [stderr] 421 | let bend_type = cursor.read_u8()?; [INFO] [stderr] | ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_bend_type` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `bend_value` [INFO] [stderr] --> src/parsers/gp4.rs:422:9 [INFO] [stderr] | [INFO] [stderr] 422 | let bend_value = cursor.read_u32::()? as f32 / 100.0; [INFO] [stderr] | ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_bend_value` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `vibrato` [INFO] [stderr] --> src/parsers/gp4.rs:429:13 [INFO] [stderr] | [INFO] [stderr] 429 | let vibrato = cursor.read_u8()? != 0; [INFO] [stderr] | ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_vibrato` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `sharp` [INFO] [stderr] --> src/parsers/gp4.rs:461:9 [INFO] [stderr] | [INFO] [stderr] 461 | let sharp = cursor.read_u8()? != 0; [INFO] [stderr] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_sharp` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `ninth_extension` [INFO] [stderr] --> src/parsers/gp4.rs:466:9 [INFO] [stderr] | [INFO] [stderr] 466 | let ninth_extension = cursor.read_u8()?; [INFO] [stderr] | ^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_ninth_extension` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `diminished_fifth` [INFO] [stderr] --> src/parsers/gp4.rs:468:9 [INFO] [stderr] | [INFO] [stderr] 468 | let diminished_fifth = cursor.read_u32::()?; [INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_diminished_fifth` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `augmented_eleventh` [INFO] [stderr] --> src/parsers/gp4.rs:469:9 [INFO] [stderr] | [INFO] [stderr] 469 | let augmented_eleventh = cursor.read_u32::()?; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_augmented_eleventh` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `channels` [INFO] [stderr] --> src/parsers/gp5.rs:40:13 [INFO] [stderr] | [INFO] [stderr] 40 | let channels = read_channels(&mut cursor)?; [INFO] [stderr] | ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_channels` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `track_choice` [INFO] [stderr] --> src/parsers/gp5.rs:106:9 [INFO] [stderr] | [INFO] [stderr] 106 | let track_choice = cursor.read_u32::()?; [INFO] [stderr] | ^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_track_choice` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `line` [INFO] [stderr] --> src/parsers/gp5.rs:108:13 [INFO] [stderr] | [INFO] [stderr] 108 | let line = read_gp_int_string(cursor)?; [INFO] [stderr] | ^^^^ help: if this is intentional, prefix it with an underscore: `_line` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `measure` [INFO] [stderr] --> src/parsers/gp5.rs:109:13 [INFO] [stderr] | [INFO] [stderr] 109 | let measure = cursor.read_u32::()?; [INFO] [stderr] | ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_measure` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `is_banjo` [INFO] [stderr] --> src/parsers/gp5.rs:169:9 [INFO] [stderr] | [INFO] [stderr] 169 | let is_banjo = (header & 0x04) != 0; [INFO] [stderr] | ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_is_banjo` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `port` [INFO] [stderr] --> src/parsers/gp5.rs:184:9 [INFO] [stderr] | [INFO] [stderr] 184 | let port = cursor.read_u32::()?; [INFO] [stderr] | ^^^^ help: if this is intentional, prefix it with an underscore: `_port` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `channel2` [INFO] [stderr] --> src/parsers/gp5.rs:186:9 [INFO] [stderr] | [INFO] [stderr] 186 | let channel2 = cursor.read_u32::()? as u8; [INFO] [stderr] | ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_channel2` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `frets` [INFO] [stderr] --> src/parsers/gp5.rs:187:9 [INFO] [stderr] | [INFO] [stderr] 187 | let frets = cursor.read_u32::()?; [INFO] [stderr] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_frets` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `channel` [INFO] [stderr] --> src/parsers/gp5.rs:165:43 [INFO] [stderr] | [INFO] [stderr] 165 | fn read_track(cursor: &mut Cursor<&[u8]>, channel: u8) -> Result { [INFO] [stderr] | ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_channel` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `repeat_count` [INFO] [stderr] --> src/parsers/gp5.rs:266:13 [INFO] [stderr] | [INFO] [stderr] 266 | let repeat_count = cursor.read_u8()?; [INFO] [stderr] | ^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_repeat_count` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `alternative` [INFO] [stderr] --> src/parsers/gp5.rs:271:13 [INFO] [stderr] | [INFO] [stderr] 271 | let alternative = cursor.read_u8()?; [INFO] [stderr] | ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_alternative` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `marker_name` [INFO] [stderr] --> src/parsers/gp5.rs:276:13 [INFO] [stderr] | [INFO] [stderr] 276 | let marker_name = read_gp_int_string(cursor)?; [INFO] [stderr] | ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_marker_name` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `marker_color` [INFO] [stderr] --> src/parsers/gp5.rs:277:13 [INFO] [stderr] | [INFO] [stderr] 277 | let marker_color = (cursor.read_u8()?, cursor.read_u8()?, cursor.read_u8()?); [INFO] [stderr] | ^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_marker_color` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `text` [INFO] [stderr] --> src/parsers/gp5.rs:336:13 [INFO] [stderr] | [INFO] [stderr] 336 | let text = read_gp_int_string(cursor)?; [INFO] [stderr] | ^^^^ help: if this is intentional, prefix it with an underscore: `_text` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `is_dotted` [INFO] [stderr] --> src/parsers/gp5.rs:369:9 [INFO] [stderr] | [INFO] [stderr] 369 | let is_dotted = cursor.read_u8()? != 0; [INFO] [stderr] | ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_is_dotted` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `base_fret` [INFO] [stderr] --> src/parsers/gp5.rs:418:13 [INFO] [stderr] | [INFO] [stderr] 418 | let base_fret = cursor.read_u32::()?; [INFO] [stderr] | ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_base_fret` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `effect` [INFO] [stderr] --> src/parsers/gp5.rs:443:13 [INFO] [stderr] | [INFO] [stderr] 443 | let effect = cursor.read_u8()?; [INFO] [stderr] | ^^^^^^ help: if this is intentional, prefix it with an underscore: `_effect` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `stroke_up` [INFO] [stderr] --> src/parsers/gp5.rs:453:13 [INFO] [stderr] | [INFO] [stderr] 453 | let stroke_up = cursor.read_u8()?; [INFO] [stderr] | ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_stroke_up` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `stroke_down` [INFO] [stderr] --> src/parsers/gp5.rs:454:13 [INFO] [stderr] | [INFO] [stderr] 454 | let stroke_down = cursor.read_u8()?; [INFO] [stderr] | ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_stroke_down` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `pick_stroke` [INFO] [stderr] --> src/parsers/gp5.rs:459:13 [INFO] [stderr] | [INFO] [stderr] 459 | let pick_stroke = cursor.read_u8()?; [INFO] [stderr] | ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_pick_stroke` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `position` [INFO] [stderr] --> src/parsers/gp5.rs:469:13 [INFO] [stderr] | [INFO] [stderr] 469 | let position = cursor.read_u32::()?; [INFO] [stderr] | ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_position` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `value` [INFO] [stderr] --> src/parsers/gp5.rs:470:13 [INFO] [stderr] | [INFO] [stderr] 470 | let value = cursor.read_u32::()?; [INFO] [stderr] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_value` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `vibrato` [INFO] [stderr] --> src/parsers/gp5.rs:471:13 [INFO] [stderr] | [INFO] [stderr] 471 | let vibrato = cursor.read_u8()?; [INFO] [stderr] | ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_vibrato` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `note_type` [INFO] [stderr] --> src/parsers/gp5.rs:487:9 [INFO] [stderr] | [INFO] [stderr] 487 | let note_type = if (flags & 0x20) != 0 { [INFO] [stderr] | ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_note_type` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `tremolo_speed` [INFO] [stderr] --> src/parsers/gp5.rs:544:13 [INFO] [stderr] | [INFO] [stderr] 544 | let tremolo_speed = cursor.read_u8()?; [INFO] [stderr] | ^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_tremolo_speed` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `harmonic_type` [INFO] [stderr] --> src/parsers/gp5.rs:561:13 [INFO] [stderr] | [INFO] [stderr] 561 | let harmonic_type = cursor.read_u8()?; [INFO] [stderr] | ^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_harmonic_type` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `trill_fret` [INFO] [stderr] --> src/parsers/gp5.rs:566:13 [INFO] [stderr] | [INFO] [stderr] 566 | let trill_fret = cursor.read_u8()?; [INFO] [stderr] | ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_trill_fret` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `trill_speed` [INFO] [stderr] --> src/parsers/gp5.rs:567:13 [INFO] [stderr] | [INFO] [stderr] 567 | let trill_speed = cursor.read_u8()?; [INFO] [stderr] | ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_trill_speed` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `bend_type` [INFO] [stderr] --> src/parsers/gp5.rs:582:9 [INFO] [stderr] | [INFO] [stderr] 582 | let bend_type = cursor.read_u8()?; [INFO] [stderr] | ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_bend_type` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `bend_value` [INFO] [stderr] --> src/parsers/gp5.rs:583:9 [INFO] [stderr] | [INFO] [stderr] 583 | let bend_value = cursor.read_u32::()?; [INFO] [stderr] | ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_bend_value` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `vibrato` [INFO] [stderr] --> src/parsers/gp5.rs:591:13 [INFO] [stderr] | [INFO] [stderr] 591 | let vibrato = cursor.read_u8()? != 0; [INFO] [stderr] | ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_vibrato` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `channel` [INFO] [stderr] --> src/parsers/gpx.rs:68:33 [INFO] [stderr] | [INFO] [stderr] 68 | ... let channel = 0u8; [INFO] [stderr] | ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_channel` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `is_percussion` [INFO] [stderr] --> src/parsers/gpx.rs:69:33 [INFO] [stderr] | [INFO] [stderr] 69 | ... let is_percussion = false; [INFO] [stderr] | ^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_is_percussion` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `reader` [INFO] [stderr] --> src/parsers/gpx.rs:334:27 [INFO] [stderr] | [INFO] [stderr] 334 | fn parse_note_element(reader: &mut Reader>) -> Result { [INFO] [stderr] | ^^^^^^ help: if this is intentional, prefix it with an underscore: `_reader` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `reader` [INFO] [stderr] --> src/parsers/gpx.rs:339:26 [INFO] [stderr] | [INFO] [stderr] 339 | fn parse_bend_effect(reader: &mut Reader>) -> Result { [INFO] [stderr] | ^^^^^^ help: if this is intentional, prefix it with an underscore: `_reader` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `data` [INFO] [stderr] --> src/parsers/musescore.rs:11:19 [INFO] [stderr] | [INFO] [stderr] 11 | fn read_score(data: &[u8]) -> super::Result { [INFO] [stderr] | ^^^^ help: if this is intentional, prefix it with an underscore: `_data` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `pitch` [INFO] [stderr] --> src/writers/musescore.rs:174:14 [INFO] [stderr] | [INFO] [stderr] 174 | let (pitch, octave) = Self::midi_to_pitch_octave(midi_note); [INFO] [stderr] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_pitch` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `octave` [INFO] [stderr] --> src/writers/musescore.rs:174:21 [INFO] [stderr] | [INFO] [stderr] 174 | let (pitch, octave) = Self::midi_to_pitch_octave(midi_note); [INFO] [stderr] | ^^^^^^ help: if this is intentional, prefix it with an underscore: `_octave` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `instrument_name` [INFO] [stderr] --> src/writers/musescore.rs:287:13 [INFO] [stderr] | [INFO] [stderr] 287 | let instrument_name = if track.is_percussion { [INFO] [stderr] | ^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_instrument_name` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `i` [INFO] [stderr] --> src/writers/musescore.rs:299:18 [INFO] [stderr] | [INFO] [stderr] 299 | for (i, &tuning_note) in track.tuning.iter().enumerate() { [INFO] [stderr] | ^ help: if this is intentional, prefix it with an underscore: `_i` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `instrument_name` [INFO] [stderr] --> src/writers/musescore.rs:319:13 [INFO] [stderr] | [INFO] [stderr] 319 | let instrument_name = if track.is_percussion { [INFO] [stderr] | ^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_instrument_name` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `track_id` [INFO] [stderr] --> src/writers/musescore.rs:318:40 [INFO] [stderr] | [INFO] [stderr] 318 | fn write_instrument(track: &Track, track_id: usize) -> String { [INFO] [stderr] | ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_track_id` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `channel` [INFO] [stderr] --> src/writers/gp4.rs:255:66 [INFO] [stderr] | [INFO] [stderr] 255 | fn write_track(cursor: &mut Cursor<&mut Vec>, track: &Track, channel: u8) -> Result<()> { [INFO] [stderr] | ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_channel` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `index` [INFO] [stderr] --> src/writers/gp5.rs:155:53 [INFO] [stderr] | [INFO] [stderr] 155 | fn write_track(buffer: &mut Vec, track: &Track, index: u8) -> Result<()> { [INFO] [stderr] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_index` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `beat` [INFO] [stderr] --> src/writers/gpx.rs:298:34 [INFO] [stderr] | [INFO] [stderr] 298 | for (beat_index, beat) in measure.beats.iter().enumerate() { [INFO] [stderr] | ^^^^ help: if this is intentional, prefix it with an underscore: `_beat` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `note` [INFO] [stderr] --> src/writers/gpx.rs:341:25 [INFO] [stderr] | [INFO] [stderr] 341 | for note in &beat.notes { [INFO] [stderr] | ^^^^ help: if this is intentional, prefix it with an underscore: `_note` [INFO] [stderr] [INFO] [stderr] warning: function `is_gzip_compressed` is never used [INFO] [stderr] --> src/parsers/mod.rs:79:4 [INFO] [stderr] | [INFO] [stderr] 79 | fn is_gzip_compressed(data: &[u8]) -> bool { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: function `decompress_gzip` is never used [INFO] [stderr] --> src/parsers/mod.rs:84:4 [INFO] [stderr] | [INFO] [stderr] 84 | fn decompress_gzip(data: &[u8]) -> Result> { [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: fields `double_bar`, `repeat_open`, and `repeat_close` are never read [INFO] [stderr] --> src/parsers/gp4.rs:147:5 [INFO] [stderr] | [INFO] [stderr] 141 | struct MeasureHeader { [INFO] [stderr] | ------------- fields in this struct [INFO] [stderr] ... [INFO] [stderr] 147 | double_bar: bool, [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] 148 | repeat_open: bool, [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] 149 | repeat_close: u8, [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `MeasureHeader` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stderr] [INFO] [stderr] warning: multiple fields are never read [INFO] [stderr] --> src/parsers/gp5.rs:602:5 [INFO] [stderr] | [INFO] [stderr] 601 | struct Channel { [INFO] [stderr] | ------- fields in this struct [INFO] [stderr] 602 | index: u8, [INFO] [stderr] | ^^^^^ [INFO] [stderr] 603 | instrument: u32, [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] 604 | volume: u8, [INFO] [stderr] | ^^^^^^ [INFO] [stderr] 605 | balance: u8, [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] 606 | chorus: u8, [INFO] [stderr] | ^^^^^^ [INFO] [stderr] 607 | reverb: u8, [INFO] [stderr] | ^^^^^^ [INFO] [stderr] 608 | phaser: u8, [INFO] [stderr] | ^^^^^^ [INFO] [stderr] 609 | tremolo: u8, [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `Channel` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stderr] [INFO] [stderr] warning: field `double_bar` is never read [INFO] [stderr] --> src/parsers/gp5.rs:617:5 [INFO] [stderr] | [INFO] [stderr] 613 | struct MeasureHeader { [INFO] [stderr] | ------------- field in this struct [INFO] [stderr] ... [INFO] [stderr] 617 | double_bar: bool, [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `MeasureHeader` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stderr] [INFO] [stderr] warning: multiple associated functions are never used [INFO] [stderr] --> src/parsers/gpx.rs:184:8 [INFO] [stderr] | [INFO] [stderr] 28 | impl GpxReader { [INFO] [stderr] | -------------- associated functions in this implementation [INFO] [stderr] ... [INFO] [stderr] 184 | fn parse_track_element(reader: &mut Reader>) -> Result { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 267 | fn parse_tuning(reader: &mut Reader>) -> Result> { [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 334 | fn parse_note_element(reader: &mut Reader>) -> Result { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 339 | fn parse_bend_effect(reader: &mut Reader>) -> Result { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 348 | fn parse_track_property(track: &mut Track, attributes: Attributes) -> Result<()> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 398 | fn parse_slide_effect(attributes: Attributes) -> Result> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 438 | fn parse_time_signature(attributes: Attributes) -> Result { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 477 | fn parse_key_signature(attributes: Attributes) -> Result { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: associated functions `extract_mscz_archive` and `try_decompress_gzip` are never used [INFO] [stderr] --> src/parsers/musescore.rs:18:8 [INFO] [stderr] | [INFO] [stderr] 16 | impl MuseScoreReader { [INFO] [stderr] | -------------------- associated functions in this implementation [INFO] [stderr] 17 | /// Extract MuseScore archive [INFO] [stderr] 18 | fn extract_mscz_archive(data: &[u8]) -> Result>> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 43 | fn try_decompress_gzip(data: &[u8]) -> Result> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: associated items `FORMAT_VERSION` and `create_compressed_file` are never used [INFO] [stderr] --> src/writers/musescore.rs:12:11 [INFO] [stderr] | [INFO] [stderr] 10 | impl MuseScoreWriter { [INFO] [stderr] | -------------------- associated items in this implementation [INFO] [stderr] 11 | /// MuseScore file format version [INFO] [stderr] 12 | const FORMAT_VERSION: &'static str = "3.02"; [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 482 | fn create_compressed_file(xml_content: &str) -> Result> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: multiple associated functions are never used [INFO] [stderr] --> src/parsers/gpx.rs:184:8 [INFO] [stderr] | [INFO] [stderr] 28 | impl GpxReader { [INFO] [stderr] | -------------- associated functions in this implementation [INFO] [stderr] ... [INFO] [stderr] 184 | fn parse_track_element(reader: &mut Reader>) -> Result { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 267 | fn parse_tuning(reader: &mut Reader>) -> Result> { [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 334 | fn parse_note_element(reader: &mut Reader>) -> Result { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 339 | fn parse_bend_effect(reader: &mut Reader>) -> Result { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 348 | fn parse_track_property(track: &mut Track, attributes: Attributes) -> Result<()> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 398 | fn parse_slide_effect(attributes: Attributes) -> Result> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 477 | fn parse_key_signature(attributes: Attributes) -> Result { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: `score-tab` (lib) generated 85 warnings [INFO] [stderr] warning: `score-tab` (lib test) generated 85 warnings (84 duplicates) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.03s [INFO] [stdout] [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/guitarpro-cf18315ed4c4e221) [INFO] [stdout] running 33 tests [INFO] [stdout] test analysis::tests::test_detect_bass_note_empty ... ok [INFO] [stdout] test analysis::tests::test_detect_bass_note_with_multiple_octaves ... ok [INFO] [stdout] test analysis::tests::test_detect_bass_note_unsorted ... ok [INFO] [stdout] test analysis::tests::test_detect_bass_note_with_pitches ... ok [INFO] [stdout] test analysis::tests::test_generate_chord_name ... ok [INFO] [stdout] test parsers::gpx::tests::test_gpx_detection ... ok [INFO] [stdout] test parsers::tests::test_format_detection ... ok [INFO] [stdout] test tests::test_key_signature_names ... ok [INFO] [stdout] test tests::test_note_duration_conversion ... ok [INFO] [stdout] test utils::tests::test_note_midi_conversion ... ok [INFO] [stdout] test tests::test_time_signature_beats ... ok [INFO] [stdout] test utils::tests::test_valid_midi_notes ... ok [INFO] [stdout] test writers::gpx::tests::test_xml_escaping ... ok [INFO] [stdout] test writers::musescore::tests::test_duration_conversion ... ok [INFO] [stdout] test writers::musescore::tests::test_duration_to_ticks ... ok [INFO] [stdout] test writers::gpx::tests::test_empty_score_generation ... ok [INFO] [stdout] test writers::musescore::tests::test_escape_xml ... ok [INFO] [stdout] test writers::musescore::tests::test_write_empty_score ... ok [INFO] [stdout] test writers::gpx::tests::test_score_with_metadata ... ok [INFO] [stdout] test writers::gp3::tests::test_duration_conversion ... ok [INFO] [stdout] test writers::gp3::tests::test_write_empty_score ... ok [INFO] [stdout] test writers::musescore::tests::test_write_score_with_track ... ok [INFO] [stdout] test writers::gp3::tests::test_write_score_with_metadata ... ok [INFO] [stdout] test writers::gpx::tests::test_roundtrip_compatibility ... ok [INFO] [stdout] test writers::gp3::tests::test_write_score_with_track ... ok [INFO] [stdout] test writers::gp::tests::test_round_trip ... ok [INFO] [stdout] test writers::gp::tests::test_write_empty_score ... ok [INFO] [stdout] test writers::gp::tests::test_write_simple_score ... ok [INFO] [stdout] test writers::gpx::tests::test_score_with_tracks ... ok [INFO] [stdout] test writers::gpx::tests::test_duration_to_string ... ok [INFO] [stdout] test parsers::gpx::tests::test_time_signature_parsing ... FAILED [INFO] [stdout] test utils::tests::test_invalid_midi_note ... FAILED [INFO] [stdout] test writers::musescore::tests::test_midi_to_pitch_octave ... FAILED [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] [INFO] [stdout] ---- parsers::gpx::tests::test_time_signature_parsing stdout ---- [INFO] [stdout] [INFO] [stdout] thread 'parsers::gpx::tests::test_time_signature_parsing' (30) panicked at src/parsers/gpx.rs:555:13: [INFO] [stdout] Unexpected event [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x57fbab5534d2 - std::backtrace_rs::backtrace::libunwind::trace::h0fb8082ca5562a61 [INFO] [stdout] at /rustc/350d0ef0ec0493e6d21cfb265cb8211a0e74d766/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9 [INFO] [stdout] 1: 0x57fbab5534d2 - std::backtrace_rs::backtrace::trace_unsynchronized::hfaa258994374a3cd [INFO] [stdout] at /rustc/350d0ef0ec0493e6d21cfb265cb8211a0e74d766/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14 [INFO] [stdout] 2: 0x57fbab5534d2 - std::sys::backtrace::_print_fmt::h11496fe34963a885 [INFO] [stdout] at /rustc/350d0ef0ec0493e6d21cfb265cb8211a0e74d766/library/std/src/sys/backtrace.rs:66:9 [INFO] [stdout] 3: 0x57fbab5534d2 - ::fmt::hff1a9408d012ee89 [INFO] [stdout] at /rustc/350d0ef0ec0493e6d21cfb265cb8211a0e74d766/library/std/src/sys/backtrace.rs:39:26 [INFO] [stdout] 4: 0x57fbab57706f - core::fmt::rt::Argument::fmt::hf11195b61445f5d1 [INFO] [stdout] at /rustc/350d0ef0ec0493e6d21cfb265cb8211a0e74d766/library/core/src/fmt/rt.rs:173:76 [INFO] [stdout] 5: 0x57fbab57706f - core::fmt::write::h2f1fc679f228cc52 [INFO] [stdout] at /rustc/350d0ef0ec0493e6d21cfb265cb8211a0e74d766/library/core/src/fmt/mod.rs:1468:25 [INFO] [stdout] 6: 0x57fbab540093 - std::io::default_write_fmt::h12bd533187bc883d [INFO] [stdout] at /rustc/350d0ef0ec0493e6d21cfb265cb8211a0e74d766/library/std/src/io/mod.rs:639:11 [INFO] [stdout] 7: 0x57fbab540093 - std::io::Write::write_fmt::h926a1fdfdcb90065 [INFO] [stdout] at /rustc/350d0ef0ec0493e6d21cfb265cb8211a0e74d766/library/std/src/io/mod.rs:1954:13 [INFO] [stdout] 8: 0x57fbab553322 - std::sys::backtrace::BacktraceLock::print::h28bfdbcac6d3828b [INFO] [stdout] at /rustc/350d0ef0ec0493e6d21cfb265cb8211a0e74d766/library/std/src/sys/backtrace.rs:42:9 [INFO] [stdout] 9: 0x57fbab53e8fc - std::panicking::default_hook::{{closure}}::h1f968e3a24b0e3b4 [INFO] [stdout] at /rustc/350d0ef0ec0493e6d21cfb265cb8211a0e74d766/library/std/src/panicking.rs:301:27 [INFO] [stdout] 10: 0x57fbab53e779 - std::panicking::default_hook::h43da101644971931 [INFO] [stdout] at /rustc/350d0ef0ec0493e6d21cfb265cb8211a0e74d766/library/std/src/panicking.rs:325:9 [INFO] [stdout] 11: 0x57fbab4a5a3e - as core::ops::function::Fn>::call::h4b2012949041da5d [INFO] [stdout] at /rustc/350d0ef0ec0493e6d21cfb265cb8211a0e74d766/library/alloc/src/boxed.rs:1985:9 [INFO] [stdout] 12: 0x57fbab4a5a3e - test::test_main_with_exit_callback::{{closure}}::h53c9154cdc260357 [INFO] [stdout] at /rustc/350d0ef0ec0493e6d21cfb265cb8211a0e74d766/library/test/src/lib.rs:145:21 [INFO] [stdout] 13: 0x57fbab53ef03 - as core::ops::function::Fn>::call::h911f2e3e7e84b764 [INFO] [stdout] at /rustc/350d0ef0ec0493e6d21cfb265cb8211a0e74d766/library/alloc/src/boxed.rs:1985:9 [INFO] [stdout] 14: 0x57fbab53ef03 - std::panicking::panic_with_hook::hb4e916c3e65eccec [INFO] [stdout] at /rustc/350d0ef0ec0493e6d21cfb265cb8211a0e74d766/library/std/src/panicking.rs:842:13 [INFO] [stdout] 15: 0x57fbab552e76 - std::panicking::panic_handler::{{closure}}::hbff715d0475cf1bd [INFO] [stdout] at /rustc/350d0ef0ec0493e6d21cfb265cb8211a0e74d766/library/std/src/panicking.rs:700:13 [INFO] [stdout] 16: 0x57fbab552e09 - std::sys::backtrace::__rust_end_short_backtrace::hd6f43484e45a4955 [INFO] [stdout] at /rustc/350d0ef0ec0493e6d21cfb265cb8211a0e74d766/library/std/src/sys/backtrace.rs:174:18 [INFO] [stdout] 17: 0x57fbab53f46d - __rustc[b29d3319de9a3146]::rust_begin_unwind [INFO] [stdout] at /rustc/350d0ef0ec0493e6d21cfb265cb8211a0e74d766/library/std/src/panicking.rs:698:5 [INFO] [stdout] 18: 0x57fbab57d4e0 - core::panicking::panic_fmt::h5f8d281875be5ff1 [INFO] [stdout] at /rustc/350d0ef0ec0493e6d21cfb265cb8211a0e74d766/library/core/src/panicking.rs:75:14 [INFO] [stdout] 19: 0x57fbab486b28 - guitarpro::parsers::gpx::tests::test_time_signature_parsing::hc006dcb1952aad4d [INFO] [stdout] at /opt/rustwide/workdir/src/parsers/gpx.rs:555:13 [INFO] [stdout] 20: 0x57fbab4862a7 - guitarpro::parsers::gpx::tests::test_time_signature_parsing::{{closure}}::h6d769968fd29b203 [INFO] [stdout] at /opt/rustwide/workdir/src/parsers/gpx.rs:536:37 [INFO] [stdout] 21: 0x57fbab492416 - core::ops::function::FnOnce::call_once::h731ba6f3e34e6b0a [INFO] [stdout] at /rustc/350d0ef0ec0493e6d21cfb265cb8211a0e74d766/library/core/src/ops/function.rs:253:5 [INFO] [stdout] 22: 0x57fbab4aaf7b - core::ops::function::FnOnce::call_once::haf4e03bb51ef1351 [INFO] [stdout] at /rustc/350d0ef0ec0493e6d21cfb265cb8211a0e74d766/library/core/src/ops/function.rs:253:5 [INFO] [stdout] 23: 0x57fbab4aaf7b - test::__rust_begin_short_backtrace::h50f5566ee84f2f21 [INFO] [stdout] at /rustc/350d0ef0ec0493e6d21cfb265cb8211a0e74d766/library/test/src/lib.rs:663:18 [INFO] [stdout] 24: 0x57fbab4ae175 - test::run_test_in_process::{{closure}}::heb3733b71d876eca [INFO] [stdout] at /rustc/350d0ef0ec0493e6d21cfb265cb8211a0e74d766/library/test/src/lib.rs:686:74 [INFO] [stdout] 25: 0x57fbab4ae175 - as core::ops::function::FnOnce<()>>::call_once::he2fe41e1b161faa9 [INFO] [stdout] at /rustc/350d0ef0ec0493e6d21cfb265cb8211a0e74d766/library/core/src/panic/unwind_safe.rs:272:9 [INFO] [stdout] 26: 0x57fbab4ae175 - std::panicking::catch_unwind::do_call::h00aa383d8fd97a09 [INFO] [stdout] at /rustc/350d0ef0ec0493e6d21cfb265cb8211a0e74d766/library/std/src/panicking.rs:590:40 [INFO] [stdout] 27: 0x57fbab4ae175 - std::panicking::catch_unwind::he482e1914bc21641 [INFO] [stdout] at /rustc/350d0ef0ec0493e6d21cfb265cb8211a0e74d766/library/std/src/panicking.rs:553:19 [INFO] [stdout] 28: 0x57fbab4ae175 - std::panic::catch_unwind::h86ac9705098f4f22 [INFO] [stdout] at /rustc/350d0ef0ec0493e6d21cfb265cb8211a0e74d766/library/std/src/panic.rs:359:14 [INFO] [stdout] 29: 0x57fbab4ae175 - test::run_test_in_process::h636a992821e3c6aa [INFO] [stdout] at /rustc/350d0ef0ec0493e6d21cfb265cb8211a0e74d766/library/test/src/lib.rs:686:27 [INFO] [stdout] 30: 0x57fbab4ae175 - test::run_test::{{closure}}::he454cc9a192df79f [INFO] [stdout] at /rustc/350d0ef0ec0493e6d21cfb265cb8211a0e74d766/library/test/src/lib.rs:607:43 [INFO] [stdout] 31: 0x57fbab4d3b24 - test::run_test::{{closure}}::haec47455908dff86 [INFO] [stdout] at /rustc/350d0ef0ec0493e6d21cfb265cb8211a0e74d766/library/test/src/lib.rs:637:41 [INFO] [stdout] 32: 0x57fbab4d3b24 - std::sys::backtrace::__rust_begin_short_backtrace::h230785972524cdc1 [INFO] [stdout] at /rustc/350d0ef0ec0493e6d21cfb265cb8211a0e74d766/library/std/src/sys/backtrace.rs:158:18 [INFO] [stdout] 33: 0x57fbab4ba73a - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::haa5a562db4cde838 [INFO] [stdout] at /rustc/350d0ef0ec0493e6d21cfb265cb8211a0e74d766/library/std/src/thread/mod.rs:559:17 [INFO] [stdout] 34: 0x57fbab4ba73a - as core::ops::function::FnOnce<()>>::call_once::h89254f37a55d0a87 [INFO] [stdout] at /rustc/350d0ef0ec0493e6d21cfb265cb8211a0e74d766/library/core/src/panic/unwind_safe.rs:272:9 [INFO] [stdout] 35: 0x57fbab4ba73a - std::panicking::catch_unwind::do_call::h499f5a462f019d9d [INFO] [stdout] at /rustc/350d0ef0ec0493e6d21cfb265cb8211a0e74d766/library/std/src/panicking.rs:590:40 [INFO] [stdout] 36: 0x57fbab4ba73a - std::panicking::catch_unwind::h6736fbbb1a264383 [INFO] [stdout] at /rustc/350d0ef0ec0493e6d21cfb265cb8211a0e74d766/library/std/src/panicking.rs:553:19 [INFO] [stdout] 37: 0x57fbab4ba73a - std::panic::catch_unwind::h49ea7bdd1cbee572 [INFO] [stdout] at /rustc/350d0ef0ec0493e6d21cfb265cb8211a0e74d766/library/std/src/panic.rs:359:14 [INFO] [stdout] 38: 0x57fbab4ba73a - std::thread::Builder::spawn_unchecked_::{{closure}}::h653dfa62acf32f5a [INFO] [stdout] at /rustc/350d0ef0ec0493e6d21cfb265cb8211a0e74d766/library/std/src/thread/mod.rs:557:30 [INFO] [stdout] 39: 0x57fbab4ba73a - core::ops::function::FnOnce::call_once{{vtable.shim}}::h82582a626a045a45 [INFO] [stdout] at /rustc/350d0ef0ec0493e6d21cfb265cb8211a0e74d766/library/core/src/ops/function.rs:253:5 [INFO] [stdout] 40: 0x57fbab529b3f - as core::ops::function::FnOnce>::call_once::h4ab26c07513156cc [INFO] [stdout] at /rustc/350d0ef0ec0493e6d21cfb265cb8211a0e74d766/library/alloc/src/boxed.rs:1971:9 [INFO] [stdout] 41: 0x57fbab529b3f - std::sys::pal::unix::thread::Thread::new::thread_start::h66ff1bba185a50cf [INFO] [stdout] at /rustc/350d0ef0ec0493e6d21cfb265cb8211a0e74d766/library/std/src/sys/pal/unix/thread.rs:107:17 [INFO] [stdout] 42: 0x75fbde609aa4 - [INFO] [stdout] 43: 0x75fbde696a34 - clone [INFO] [stdout] 44: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- utils::tests::test_invalid_midi_note stdout ---- [INFO] [stdout] [INFO] [stdout] thread 'utils::tests::test_invalid_midi_note' (35) panicked at src/utils.rs:429:9: [INFO] [stdout] assertion `left == right` failed [INFO] [stdout] left: "G#9" [INFO] [stdout] right: "Invalid MIDI Note" [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x57fbab5534d2 - std::backtrace_rs::backtrace::libunwind::trace::h0fb8082ca5562a61 [INFO] [stdout] at /rustc/350d0ef0ec0493e6d21cfb265cb8211a0e74d766/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9 [INFO] [stdout] 1: 0x57fbab5534d2 - std::backtrace_rs::backtrace::trace_unsynchronized::hfaa258994374a3cd [INFO] [stdout] at /rustc/350d0ef0ec0493e6d21cfb265cb8211a0e74d766/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14 [INFO] [stdout] 2: 0x57fbab5534d2 - std::sys::backtrace::_print_fmt::h11496fe34963a885 [INFO] [stdout] at /rustc/350d0ef0ec0493e6d21cfb265cb8211a0e74d766/library/std/src/sys/backtrace.rs:66:9 [INFO] [stdout] 3: 0x57fbab5534d2 - ::fmt::hff1a9408d012ee89 [INFO] [stdout] at /rustc/350d0ef0ec0493e6d21cfb265cb8211a0e74d766/library/std/src/sys/backtrace.rs:39:26 [INFO] [stdout] 4: 0x57fbab57706f - core::fmt::rt::Argument::fmt::hf11195b61445f5d1 [INFO] [stdout] at /rustc/350d0ef0ec0493e6d21cfb265cb8211a0e74d766/library/core/src/fmt/rt.rs:173:76 [INFO] [stdout] 5: 0x57fbab57706f - core::fmt::write::h2f1fc679f228cc52 [INFO] [stdout] at /rustc/350d0ef0ec0493e6d21cfb265cb8211a0e74d766/library/core/src/fmt/mod.rs:1468:25 [INFO] [stdout] 6: 0x57fbab540093 - std::io::default_write_fmt::h12bd533187bc883d [INFO] [stdout] at /rustc/350d0ef0ec0493e6d21cfb265cb8211a0e74d766/library/std/src/io/mod.rs:639:11 [INFO] [stdout] 7: 0x57fbab540093 - std::io::Write::write_fmt::h926a1fdfdcb90065 [INFO] [stdout] at /rustc/350d0ef0ec0493e6d21cfb265cb8211a0e74d766/library/std/src/io/mod.rs:1954:13 [INFO] [stdout] 8: 0x57fbab553322 - std::sys::backtrace::BacktraceLock::print::h28bfdbcac6d3828b [INFO] [stdout] at /rustc/350d0ef0ec0493e6d21cfb265cb8211a0e74d766/library/std/src/sys/backtrace.rs:42:9 [INFO] [stdout] 9: 0x57fbab53e8fc - std::panicking::default_hook::{{closure}}::h1f968e3a24b0e3b4 [INFO] [stdout] at /rustc/350d0ef0ec0493e6d21cfb265cb8211a0e74d766/library/std/src/panicking.rs:301:27 [INFO] [stdout] 10: 0x57fbab53e779 - std::panicking::default_hook::h43da101644971931 [INFO] [stdout] at /rustc/350d0ef0ec0493e6d21cfb265cb8211a0e74d766/library/std/src/panicking.rs:325:9 [INFO] [stdout] 11: 0x57fbab4a5a3e - as core::ops::function::Fn>::call::h4b2012949041da5d [INFO] [stdout] at /rustc/350d0ef0ec0493e6d21cfb265cb8211a0e74d766/library/alloc/src/boxed.rs:1985:9 [INFO] [stdout] 12: 0x57fbab4a5a3e - test::test_main_with_exit_callback::{{closure}}::h53c9154cdc260357 [INFO] [stdout] at /rustc/350d0ef0ec0493e6d21cfb265cb8211a0e74d766/library/test/src/lib.rs:145:21 [INFO] [stdout] 13: 0x57fbab53ef03 - as core::ops::function::Fn>::call::h911f2e3e7e84b764 [INFO] [stdout] at /rustc/350d0ef0ec0493e6d21cfb265cb8211a0e74d766/library/alloc/src/boxed.rs:1985:9 [INFO] [stdout] 14: 0x57fbab53ef03 - std::panicking::panic_with_hook::hb4e916c3e65eccec [INFO] [stdout] at /rustc/350d0ef0ec0493e6d21cfb265cb8211a0e74d766/library/std/src/panicking.rs:842:13 [INFO] [stdout] 15: 0x57fbab552eaa - std::panicking::panic_handler::{{closure}}::hbff715d0475cf1bd [INFO] [stdout] at /rustc/350d0ef0ec0493e6d21cfb265cb8211a0e74d766/library/std/src/panicking.rs:707:13 [INFO] [stdout] 16: 0x57fbab552e09 - std::sys::backtrace::__rust_end_short_backtrace::hd6f43484e45a4955 [INFO] [stdout] at /rustc/350d0ef0ec0493e6d21cfb265cb8211a0e74d766/library/std/src/sys/backtrace.rs:174:18 [INFO] [stdout] 17: 0x57fbab53f46d - __rustc[b29d3319de9a3146]::rust_begin_unwind [INFO] [stdout] at /rustc/350d0ef0ec0493e6d21cfb265cb8211a0e74d766/library/std/src/panicking.rs:698:5 [INFO] [stdout] 18: 0x57fbab57d4e0 - core::panicking::panic_fmt::h5f8d281875be5ff1 [INFO] [stdout] at /rustc/350d0ef0ec0493e6d21cfb265cb8211a0e74d766/library/core/src/panicking.rs:75:14 [INFO] [stdout] 19: 0x57fbab57d293 - core::panicking::assert_failed_inner::he2d6c07cd4513ee3 [INFO] [stdout] at /rustc/350d0ef0ec0493e6d21cfb265cb8211a0e74d766/library/core/src/panicking.rs:448:17 [INFO] [stdout] 20: 0x57fbab480807 - core::panicking::assert_failed::hbff95fd4a179519a [INFO] [stdout] at /rustc/350d0ef0ec0493e6d21cfb265cb8211a0e74d766/library/core/src/panicking.rs:403:5 [INFO] [stdout] 21: 0x57fbab47d626 - guitarpro::utils::tests::test_invalid_midi_note::h9b1c69a878ec1fe4 [INFO] [stdout] at /opt/rustwide/workdir/src/utils.rs:429:9 [INFO] [stdout] 22: 0x57fbab47dc27 - guitarpro::utils::tests::test_invalid_midi_note::{{closure}}::h8d0ac5222cdccedb [INFO] [stdout] at /opt/rustwide/workdir/src/utils.rs:428:32 [INFO] [stdout] 23: 0x57fbab492e66 - core::ops::function::FnOnce::call_once::hb688c5cfa8a5cfb8 [INFO] [stdout] at /rustc/350d0ef0ec0493e6d21cfb265cb8211a0e74d766/library/core/src/ops/function.rs:253:5 [INFO] [stdout] 24: 0x57fbab4aaf7b - core::ops::function::FnOnce::call_once::haf4e03bb51ef1351 [INFO] [stdout] at /rustc/350d0ef0ec0493e6d21cfb265cb8211a0e74d766/library/core/src/ops/function.rs:253:5 [INFO] [stdout] 25: 0x57fbab4aaf7b - test::__rust_begin_short_backtrace::h50f5566ee84f2f21 [INFO] [stdout] at /rustc/350d0ef0ec0493e6d21cfb265cb8211a0e74d766/library/test/src/lib.rs:663:18 [INFO] [stdout] 26: 0x57fbab4ae175 - test::run_test_in_process::{{closure}}::heb3733b71d876eca [INFO] [stdout] at /rustc/350d0ef0ec0493e6d21cfb265cb8211a0e74d766/library/test/src/lib.rs:686:74 [INFO] [stdout] 27: 0x57fbab4ae175 - as core::ops::function::FnOnce<()>>::call_once::he2fe41e1b161faa9 [INFO] [stdout] at /rustc/350d0ef0ec0493e6d21cfb265cb8211a0e74d766/library/core/src/panic/unwind_safe.rs:272:9 [INFO] [stdout] 28: 0x57fbab4ae175 - std::panicking::catch_unwind::do_call::h00aa383d8fd97a09 [INFO] [stdout] at /rustc/350d0ef0ec0493e6d21cfb265cb8211a0e74d766/library/std/src/panicking.rs:590:40 [INFO] [stdout] 29: 0x57fbab4ae175 - std::panicking::catch_unwind::he482e1914bc21641 [INFO] [stdout] at /rustc/350d0ef0ec0493e6d21cfb265cb8211a0e74d766/library/std/src/panicking.rs:553:19 [INFO] [stdout] 30: 0x57fbab4ae175 - std::panic::catch_unwind::h86ac9705098f4f22 [INFO] [stdout] at /rustc/350d0ef0ec0493e6d21cfb265cb8211a0e74d766/library/std/src/panic.rs:359:14 [INFO] [stdout] 31: 0x57fbab4ae175 - test::run_test_in_process::h636a992821e3c6aa [INFO] [stdout] at /rustc/350d0ef0ec0493e6d21cfb265cb8211a0e74d766/library/test/src/lib.rs:686:27 [INFO] [stdout] 32: 0x57fbab4ae175 - test::run_test::{{closure}}::he454cc9a192df79f [INFO] [stdout] at /rustc/350d0ef0ec0493e6d21cfb265cb8211a0e74d766/library/test/src/lib.rs:607:43 [INFO] [stdout] 33: 0x57fbab4d3b24 - test::run_test::{{closure}}::haec47455908dff86 [INFO] [stdout] at /rustc/350d0ef0ec0493e6d21cfb265cb8211a0e74d766/library/test/src/lib.rs:637:41 [INFO] [stdout] 34: 0x57fbab4d3b24 - std::sys::backtrace::__rust_begin_short_backtrace::h230785972524cdc1 [INFO] [stdout] at /rustc/350d0ef0ec0493e6d21cfb265cb8211a0e74d766/library/std/src/sys/backtrace.rs:158:18 [INFO] [stdout] 35: 0x57fbab4ba73a - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::haa5a562db4cde838 [INFO] [stdout] at /rustc/350d0ef0ec0493e6d21cfb265cb8211a0e74d766/library/std/src/thread/mod.rs:559:17 [INFO] [stdout] 36: 0x57fbab4ba73a - as core::ops::function::FnOnce<()>>::call_once::h89254f37a55d0a87 [INFO] [stdout] at /rustc/350d0ef0ec0493e6d21cfb265cb8211a0e74d766/library/core/src/panic/unwind_safe.rs:272:9 [INFO] [stdout] 37: 0x57fbab4ba73a - std::panicking::catch_unwind::do_call::h499f5a462f019d9d [INFO] [stdout] at /rustc/350d0ef0ec0493e6d21cfb265cb8211a0e74d766/library/std/src/panicking.rs:590:40 [INFO] [stdout] 38: 0x57fbab4ba73a - std::panicking::catch_unwind::h6736fbbb1a264383 [INFO] [stdout] at /rustc/350d0ef0ec0493e6d21cfb265cb8211a0e74d766/library/std/src/panicking.rs:553:19 [INFO] [stdout] 39: 0x57fbab4ba73a - std::panic::catch_unwind::h49ea7bdd1cbee572 [INFO] [stdout] at /rustc/350d0ef0ec0493e6d21cfb265cb8211a0e74d766/library/std/src/panic.rs:359:14 [INFO] [stdout] 40: 0x57fbab4ba73a - std::thread::Builder::spawn_unchecked_::{{closure}}::h653dfa62acf32f5a [INFO] [stdout] at /rustc/350d0ef0ec0493e6d21cfb265cb8211a0e74d766/library/std/src/thread/mod.rs:557:30 [INFO] [stdout] 41: 0x57fbab4ba73a - core::ops::function::FnOnce::call_once{{vtable.shim}}::h82582a626a045a45 [INFO] [stdout] at /rustc/350d0ef0ec0493e6d21cfb265cb8211a0e74d766/library/core/src/ops/function.rs:253:5 [INFO] [stdout] 42: 0x57fbab529b3f - as core::ops::function::FnOnce>::call_once::h4ab26c07513156cc [INFO] [stdout] at /rustc/350d0ef0ec0493e6d21cfb265cb8211a0e74d766/library/alloc/src/boxed.rs:1971:9 [INFO] [stdout] 43: 0x57fbab529b3f - std::sys::pal::unix::thread::Thread::new::thread_start::h66ff1bba185a50cf [INFO] [stdout] at /rustc/350d0ef0ec0493e6d21cfb265cb8211a0e74d766/library/std/src/sys/pal/unix/thread.rs:107:17 [INFO] [stdout] 44: 0x75fbde609aa4 - [INFO] [stdout] 45: 0x75fbde696a34 - clone [INFO] [stdout] 46: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- writers::musescore::tests::test_midi_to_pitch_octave stdout ---- [INFO] [stdout] [INFO] [stdout] thread 'writers::musescore::tests::test_midi_to_pitch_octave' (54) panicked at src/writers/musescore.rs:563:9: [INFO] [stdout] assertion `left == right` failed [INFO] [stdout] left: 4 [INFO] [stdout] right: 5 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x57fbab5534d2 - std::backtrace_rs::backtrace::libunwind::trace::h0fb8082ca5562a61 [INFO] [stdout] at /rustc/350d0ef0ec0493e6d21cfb265cb8211a0e74d766/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9 [INFO] [stdout] 1: 0x57fbab5534d2 - std::backtrace_rs::backtrace::trace_unsynchronized::hfaa258994374a3cd [INFO] [stdout] at /rustc/350d0ef0ec0493e6d21cfb265cb8211a0e74d766/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14 [INFO] [stdout] 2: 0x57fbab5534d2 - std::sys::backtrace::_print_fmt::h11496fe34963a885 [INFO] [stdout] at /rustc/350d0ef0ec0493e6d21cfb265cb8211a0e74d766/library/std/src/sys/backtrace.rs:66:9 [INFO] [stdout] 3: 0x57fbab5534d2 - ::fmt::hff1a9408d012ee89 [INFO] [stdout] at /rustc/350d0ef0ec0493e6d21cfb265cb8211a0e74d766/library/std/src/sys/backtrace.rs:39:26 [INFO] [stdout] 4: 0x57fbab57706f - core::fmt::rt::Argument::fmt::hf11195b61445f5d1 [INFO] [stdout] at /rustc/350d0ef0ec0493e6d21cfb265cb8211a0e74d766/library/core/src/fmt/rt.rs:173:76 [INFO] [stdout] 5: 0x57fbab57706f - core::fmt::write::h2f1fc679f228cc52 [INFO] [stdout] at /rustc/350d0ef0ec0493e6d21cfb265cb8211a0e74d766/library/core/src/fmt/mod.rs:1468:25 [INFO] [stdout] 6: 0x57fbab540093 - std::io::default_write_fmt::h12bd533187bc883d [INFO] [stdout] at /rustc/350d0ef0ec0493e6d21cfb265cb8211a0e74d766/library/std/src/io/mod.rs:639:11 [INFO] [stdout] 7: 0x57fbab540093 - std::io::Write::write_fmt::h926a1fdfdcb90065 [INFO] [stdout] at /rustc/350d0ef0ec0493e6d21cfb265cb8211a0e74d766/library/std/src/io/mod.rs:1954:13 [INFO] [stdout] 8: 0x57fbab553322 - std::sys::backtrace::BacktraceLock::print::h28bfdbcac6d3828b [INFO] [stdout] at /rustc/350d0ef0ec0493e6d21cfb265cb8211a0e74d766/library/std/src/sys/backtrace.rs:42:9 [INFO] [stdout] 9: 0x57fbab53e8fc - std::panicking::default_hook::{{closure}}::h1f968e3a24b0e3b4 [INFO] [stdout] at /rustc/350d0ef0ec0493e6d21cfb265cb8211a0e74d766/library/std/src/panicking.rs:301:27 [INFO] [stdout] 10: 0x57fbab53e779 - std::panicking::default_hook::h43da101644971931 [INFO] [stdout] at /rustc/350d0ef0ec0493e6d21cfb265cb8211a0e74d766/library/std/src/panicking.rs:325:9 [INFO] [stdout] 11: 0x57fbab4a5a3e - as core::ops::function::Fn>::call::h4b2012949041da5d [INFO] [stdout] at /rustc/350d0ef0ec0493e6d21cfb265cb8211a0e74d766/library/alloc/src/boxed.rs:1985:9 [INFO] [stdout] 12: 0x57fbab4a5a3e - test::test_main_with_exit_callback::{{closure}}::h53c9154cdc260357 [INFO] [stdout] at /rustc/350d0ef0ec0493e6d21cfb265cb8211a0e74d766/library/test/src/lib.rs:145:21 [INFO] [stdout] 13: 0x57fbab53ef03 - as core::ops::function::Fn>::call::h911f2e3e7e84b764 [INFO] [stdout] at /rustc/350d0ef0ec0493e6d21cfb265cb8211a0e74d766/library/alloc/src/boxed.rs:1985:9 [INFO] [stdout] 14: 0x57fbab53ef03 - std::panicking::panic_with_hook::hb4e916c3e65eccec [INFO] [stdout] at /rustc/350d0ef0ec0493e6d21cfb265cb8211a0e74d766/library/std/src/panicking.rs:842:13 [INFO] [stdout] 15: 0x57fbab552eaa - std::panicking::panic_handler::{{closure}}::hbff715d0475cf1bd [INFO] [stdout] at /rustc/350d0ef0ec0493e6d21cfb265cb8211a0e74d766/library/std/src/panicking.rs:707:13 [INFO] [stdout] 16: 0x57fbab552e09 - std::sys::backtrace::__rust_end_short_backtrace::hd6f43484e45a4955 [INFO] [stdout] at /rustc/350d0ef0ec0493e6d21cfb265cb8211a0e74d766/library/std/src/sys/backtrace.rs:174:18 [INFO] [stdout] 17: 0x57fbab53f46d - __rustc[b29d3319de9a3146]::rust_begin_unwind [INFO] [stdout] at /rustc/350d0ef0ec0493e6d21cfb265cb8211a0e74d766/library/std/src/panicking.rs:698:5 [INFO] [stdout] 18: 0x57fbab57d4e0 - core::panicking::panic_fmt::h5f8d281875be5ff1 [INFO] [stdout] at /rustc/350d0ef0ec0493e6d21cfb265cb8211a0e74d766/library/core/src/panicking.rs:75:14 [INFO] [stdout] 19: 0x57fbab57d293 - core::panicking::assert_failed_inner::he2d6c07cd4513ee3 [INFO] [stdout] at /rustc/350d0ef0ec0493e6d21cfb265cb8211a0e74d766/library/core/src/panicking.rs:448:17 [INFO] [stdout] 20: 0x57fbab567a7a - core::panicking::assert_failed::h08227714827b1885 [INFO] [stdout] at /rustc/350d0ef0ec0493e6d21cfb265cb8211a0e74d766/library/core/src/panicking.rs:403:5 [INFO] [stdout] 21: 0x57fbab49c141 - guitarpro::writers::musescore::tests::test_midi_to_pitch_octave::hc65ce0f66470cfa5 [INFO] [stdout] at /opt/rustwide/workdir/src/writers/musescore.rs:563:9 [INFO] [stdout] 22: 0x57fbab49b107 - guitarpro::writers::musescore::tests::test_midi_to_pitch_octave::{{closure}}::h3b395ef59865c059 [INFO] [stdout] at /opt/rustwide/workdir/src/writers/musescore.rs:556:35 [INFO] [stdout] 23: 0x57fbab491f86 - core::ops::function::FnOnce::call_once::h1d907ccbe49c836e [INFO] [stdout] at /rustc/350d0ef0ec0493e6d21cfb265cb8211a0e74d766/library/core/src/ops/function.rs:253:5 [INFO] [stdout] 24: 0x57fbab4aaf7b - core::ops::function::FnOnce::call_once::haf4e03bb51ef1351 [INFO] [stdout] at /rustc/350d0ef0ec0493e6d21cfb265cb8211a0e74d766/library/core/src/ops/function.rs:253:5 [INFO] [stdout] 25: 0x57fbab4aaf7b - test::__rust_begin_short_backtrace::h50f5566ee84f2f21 [INFO] [stdout] at /rustc/350d0ef0ec0493e6d21cfb265cb8211a0e74d766/library/test/src/lib.rs:663:18 [INFO] [stdout] 26: 0x57fbab4ae175 - test::run_test_in_process::{{closure}}::heb3733b71d876eca [INFO] [stdout] at /rustc/350d0ef0ec0493e6d21cfb265cb8211a0e74d766/library/test/src/lib.rs:686:74 [INFO] [stdout] 27: 0x57fbab4ae175 - as core::ops::function::FnOnce<()>>::call_once::he2fe41e1b161faa9 [INFO] [stdout] at /rustc/350d0ef0ec0493e6d21cfb265cb8211a0e74d766/library/core/src/panic/unwind_safe.rs:272:9 [INFO] [stdout] 28: 0x57fbab4ae175 - std::panicking::catch_unwind::do_call::h00aa383d8fd97a09 [INFO] [stdout] at /rustc/350d0ef0ec0493e6d21cfb265cb8211a0e74d766/library/std/src/panicking.rs:590:40 [INFO] [stdout] 29: 0x57fbab4ae175 - std::panicking::catch_unwind::he482e1914bc21641 [INFO] [stdout] at /rustc/350d0ef0ec0493e6d21cfb265cb8211a0e74d766/library/std/src/panicking.rs:553:19 [INFO] [stdout] 30: 0x57fbab4ae175 - std::panic::catch_unwind::h86ac9705098f4f22 [INFO] [stdout] at /rustc/350d0ef0ec0493e6d21cfb265cb8211a0e74d766/library/std/src/panic.rs:359:14 [INFO] [stdout] 31: 0x57fbab4ae175 - test::run_test_in_process::h636a992821e3c6aa [INFO] [stdout] at /rustc/350d0ef0ec0493e6d21cfb265cb8211a0e74d766/library/test/src/lib.rs:686:27 [INFO] [stdout] 32: 0x57fbab4ae175 - test::run_test::{{closure}}::he454cc9a192df79f [INFO] [stdout] at /rustc/350d0ef0ec0493e6d21cfb265cb8211a0e74d766/library/test/src/lib.rs:607:43 [INFO] [stdout] 33: 0x57fbab4d3b24 - test::run_test::{{closure}}::haec47455908dff86 [INFO] [stdout] at /rustc/350d0ef0ec0493e6d21cfb265cb8211a0e74d766/library/test/src/lib.rs:637:41 [INFO] [stdout] 34: 0x57fbab4d3b24 - std::sys::backtrace::__rust_begin_short_backtrace::h230785972524cdc1 [INFO] [stdout] at /rustc/350d0ef0ec0493e6d21cfb265cb8211a0e74d766/library/std/src/sys/backtrace.rs:158:18 [INFO] [stdout] 35: 0x57fbab4ba73a - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::haa5a562db4cde838 [INFO] [stdout] at /rustc/350d0ef0ec0493e6d21cfb265cb8211a0e74d766/library/std/src/thread/mod.rs:559:17 [INFO] [stdout] 36: 0x57fbab4ba73a - as core::ops::function::FnOnce<()>>::call_once::h89254f37a55d0a87 [INFO] [stdout] at /rustc/350d0ef0ec0493e6d21cfb265cb8211a0e74d766/library/core/src/panic/unwind_safe.rs:272:9 [INFO] [stdout] 37: 0x57fbab4ba73a - std::panicking::catch_unwind::do_call::h499f5a462f019d9d [INFO] [stdout] at /rustc/350d0ef0ec0493e6d21cfb265cb8211a0e74d766/library/std/src/panicking.rs:590:40 [INFO] [stdout] 38: 0x57fbab4ba73a - std::panicking::catch_unwind::h6736fbbb1a264383 [INFO] [stdout] at /rustc/350d0ef0ec0493e6d21cfb265cb8211a0e74d766/library/std/src/panicking.rs:553:19 [INFO] [stdout] 39: 0x57fbab4ba73a - std::panic::catch_unwind::h49ea7bdd1cbee572 [INFO] [stdout] at /rustc/350d0ef0ec0493e6d21cfb265cb8211a0e74d766/library/std/src/panic.rs:359:14 [INFO] [stdout] 40: 0x57fbab4ba73a - std::thread::Builder::spawn_unchecked_::{{closure}}::h653dfa62acf32f5a [INFO] [stdout] at /rustc/350d0ef0ec0493e6d21cfb265cb8211a0e74d766/library/std/src/thread/mod.rs:557:30 [INFO] [stdout] 41: 0x57fbab4ba73a - core::ops::function::FnOnce::call_once{{vtable.shim}}::h82582a626a045a45 [INFO] [stdout] at /rustc/350d0ef0ec0493e6d21cfb265cb8211a0e74d766/library/core/src/ops/function.rs:253:5 [INFO] [stdout] 42: 0x57fbab529b3f - as core::ops::function::FnOnce>::call_once::h4ab26c07513156cc [INFO] [stdout] at /rustc/350d0ef0ec0493e6d21cfb265cb8211a0e74d766/library/alloc/src/boxed.rs:1971:9 [INFO] [stdout] 43: 0x57fbab529b3f - std::sys::pal::unix::thread::Thread::new::thread_start::h66ff1bba185a50cf [INFO] [stdout] at /rustc/350d0ef0ec0493e6d21cfb265cb8211a0e74d766/library/std/src/sys/pal/unix/thread.rs:107:17 [INFO] [stdout] 44: 0x75fbde609aa4 - [INFO] [stdout] 45: 0x75fbde696a34 - clone [INFO] [stdout] 46: 0x0 - [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] parsers::gpx::tests::test_time_signature_parsing [INFO] [stdout] utils::tests::test_invalid_midi_note [INFO] [stdout] writers::musescore::tests::test_midi_to_pitch_octave [INFO] [stdout] [INFO] [stdout] test result: FAILED. 30 passed; 3 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.04s [INFO] [stdout] [INFO] [stderr] error: test failed, to rerun pass `--lib` [INFO] running `Command { std: "docker" "inspect" "ea051e65ae3ddb8ae7c7d977ce508b143c4d11e86f10e816625770ff8b0a24eb", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ea051e65ae3ddb8ae7c7d977ce508b143c4d11e86f10e816625770ff8b0a24eb", kill_on_drop: false }` [INFO] [stdout] ea051e65ae3ddb8ae7c7d977ce508b143c4d11e86f10e816625770ff8b0a24eb