[INFO] cloning repository https://github.com/nilsding/patren [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/nilsding/patren" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fnilsding%2Fpatren", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fnilsding%2Fpatren'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] a98721652a8b68badae013c22e10e542408f91c5 [INFO] testing nilsding/patren against try#c2e32f1c9652b13ed99608599c1e855462f421f3 for pr-146098-7 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fnilsding%2Fpatren" "/workspace/builds/worker-2-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc2/source'... [INFO] [stderr] done. [INFO] started tweaking git repo https://github.com/nilsding/patren [INFO] finished tweaking git repo https://github.com/nilsding/patren [INFO] tweaked toml for git repo https://github.com/nilsding/patren written to /workspace/builds/worker-2-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/nilsding/patren on toolchain c2e32f1c9652b13ed99608599c1e855462f421f3 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/nilsding/patren 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" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 79131f8a0085534409a0c83c17de2f87fa5c6c9423d6bbc938b7bb5a579d1860 [INFO] running `Command { std: "docker" "start" "-a" "79131f8a0085534409a0c83c17de2f87fa5c6c9423d6bbc938b7bb5a579d1860", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "79131f8a0085534409a0c83c17de2f87fa5c6c9423d6bbc938b7bb5a579d1860", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "79131f8a0085534409a0c83c17de2f87fa5c6c9423d6bbc938b7bb5a579d1860", kill_on_drop: false }` [INFO] [stdout] 79131f8a0085534409a0c83c17de2f87fa5c6c9423d6bbc938b7bb5a579d1860 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 0b14ca9f638f5858d066650b3a474cefb2bd0267534b22e0f6d38e66a6437cb9 [INFO] running `Command { std: "docker" "start" "-a" "0b14ca9f638f5858d066650b3a474cefb2bd0267534b22e0f6d38e66a6437cb9", kill_on_drop: false }` [INFO] [stderr] Compiling autocfg v0.1.6 [INFO] [stderr] Compiling cfg-if v0.1.10 [INFO] [stderr] Compiling libc v0.2.62 [INFO] [stderr] Compiling semver-parser v0.7.0 [INFO] [stderr] Compiling lazy_static v1.4.0 [INFO] [stderr] Compiling arrayvec v0.4.11 [INFO] [stderr] Compiling proc-macro2 v0.4.30 [INFO] [stderr] Compiling adler32 v1.0.4 [INFO] [stderr] Compiling byteorder v1.3.2 [INFO] [stderr] Compiling nodrop v0.1.13 [INFO] [stderr] Compiling crc32fast v1.2.0 [INFO] [stderr] Compiling unicode-xid v0.1.0 [INFO] [stderr] Compiling scopeguard v1.0.0 [INFO] [stderr] Compiling cc v1.0.45 [INFO] [stderr] Compiling rayon-core v1.6.0 [INFO] [stderr] Compiling syn v0.15.44 [INFO] [stderr] Compiling num-derive v0.2.5 [INFO] [stderr] Compiling crossbeam-utils v0.6.6 [INFO] [stderr] Compiling bitflags v1.2.0 [INFO] [stderr] Compiling lzw v0.10.0 [INFO] [stderr] Compiling either v1.5.3 [INFO] [stderr] Compiling inflate v0.4.5 [INFO] [stderr] Compiling miniz_oxide v0.3.2 [INFO] [stderr] Compiling semver v0.9.0 [INFO] [stderr] Compiling crossbeam-queue v0.1.2 [INFO] [stderr] Compiling color_quant v1.0.1 [INFO] [stderr] Compiling scoped_threadpool v0.1.9 [INFO] [stderr] Compiling xmlparser v0.10.0 [INFO] [stderr] Compiling podio v0.1.6 [INFO] [stderr] Compiling simple-error v0.2.1 [INFO] [stderr] Compiling rustc_version v0.2.3 [INFO] [stderr] Compiling gif v0.10.3 [INFO] [stderr] Compiling roxmltree v0.7.1 [INFO] [stderr] Compiling memoffset v0.5.1 [INFO] [stderr] Compiling num-traits v0.2.8 [INFO] [stderr] Compiling num-integer v0.1.41 [INFO] [stderr] Compiling bzip2-sys v0.1.7 [INFO] [stderr] Compiling quote v0.6.13 [INFO] [stderr] Compiling num-iter v0.1.39 [INFO] [stderr] Compiling num_cpus v1.10.1 [INFO] [stderr] Compiling num-rational v0.2.2 [INFO] [stderr] Compiling deflate v0.7.20 [INFO] [stderr] Compiling crossbeam-epoch v0.7.2 [INFO] [stderr] Compiling time v0.1.42 [INFO] [stderr] Compiling flate2 v1.0.11 [INFO] [stderr] Compiling png v0.15.0 [INFO] [stderr] Compiling crossbeam-deque v0.7.1 [INFO] [stderr] Compiling rayon v1.2.0 [INFO] [stderr] Compiling bzip2 v0.3.3 [INFO] [stderr] Compiling zip v0.5.3 [INFO] [stderr] Compiling jpeg-decoder v0.1.16 [INFO] [stderr] Compiling tiff v0.3.1 [INFO] [stderr] Compiling image v0.22.2 [INFO] [stderr] Compiling patren v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: field `pattern_sequence` is never read [INFO] [stdout] --> src/renoise.rs:11:9 [INFO] [stdout] | [INFO] [stdout] 7 | pub struct Song { [INFO] [stdout] | ---- field in this struct [INFO] [stdout] ... [INFO] [stdout] 11 | pub pattern_sequence: PatternSequence [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `Song` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `beats_per_min` and `ticks_per_line` are never read [INFO] [stdout] --> src/renoise.rs:49:9 [INFO] [stdout] | [INFO] [stdout] 48 | pub struct GlobalSongData { [INFO] [stdout] | -------------- fields in this struct [INFO] [stdout] 49 | pub beats_per_min: u32, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] 50 | pub lines_per_beat: u32, [INFO] [stdout] 51 | pub ticks_per_line: u32, [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `GlobalSongData` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `name`, `color`, `state`, and `delay_column_is_visible` are never read [INFO] [stdout] --> src/renoise.rs:59:9 [INFO] [stdout] | [INFO] [stdout] 58 | pub struct Track { [INFO] [stdout] | ----- fields in this struct [INFO] [stdout] 59 | pub name: String, [INFO] [stdout] | ^^^^ [INFO] [stdout] 60 | pub color: String, [INFO] [stdout] | ^^^^^ [INFO] [stdout] 61 | pub state: String, [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 67 | pub delay_column_is_visible: bool, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `Track` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `type` is never read [INFO] [stdout] --> src/renoise.rs:83:9 [INFO] [stdout] | [INFO] [stdout] 82 | pub struct PatternTrack { [INFO] [stdout] | ------------ field in this struct [INFO] [stdout] 83 | pub r#type: String, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `PatternTrack` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `sequence_entries` is never read [INFO] [stdout] --> src/renoise.rs:113:9 [INFO] [stdout] | [INFO] [stdout] 112 | pub struct PatternSequence { [INFO] [stdout] | --------------- field in this struct [INFO] [stdout] 113 | pub sequence_entries: Vec [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `PatternSequence` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `pattern`, `section_name`, and `muted_tracks` are never read [INFO] [stdout] --> src/renoise.rs:118:9 [INFO] [stdout] | [INFO] [stdout] 117 | pub struct SequenceEntry { [INFO] [stdout] | ------------- fields in this struct [INFO] [stdout] 118 | pub pattern: u32, [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] 119 | pub section_name: String, [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] 120 | pub muted_tracks: Vec [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `SequenceEntry` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static `COLOR_BACK` is never used [INFO] [stdout] --> src/renderer.rs:15:8 [INFO] [stdout] | [INFO] [stdout] 15 | static COLOR_BACK: ColorPair = ColorPair { normal: image::Rgba([0x15, 0x15, 0x15, 255]), highlighted: image::Rgba([0x29, 0x29, ... [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static `COLOR_DSP_FX` is never used [INFO] [stdout] --> src/renderer.rs:23:8 [INFO] [stdout] | [INFO] [stdout] 23 | static COLOR_DSP_FX: ColorPair = ColorPair { normal: image::Rgba([0xDB, 0xDB, 0xDB, 255]), highlighted: image::Rgba([0xE5, 0xE5, ... [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.03s [INFO] running `Command { std: "docker" "inspect" "0b14ca9f638f5858d066650b3a474cefb2bd0267534b22e0f6d38e66a6437cb9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0b14ca9f638f5858d066650b3a474cefb2bd0267534b22e0f6d38e66a6437cb9", kill_on_drop: false }` [INFO] [stdout] 0b14ca9f638f5858d066650b3a474cefb2bd0267534b22e0f6d38e66a6437cb9 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 3ef89fac2a2b5d065c9d0c8b4f3da3bb4af3dce0add03f432ec4993662556872 [INFO] running `Command { std: "docker" "start" "-a" "3ef89fac2a2b5d065c9d0c8b4f3da3bb4af3dce0add03f432ec4993662556872", kill_on_drop: false }` [INFO] [stderr] Compiling patren v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: field `pattern_sequence` is never read [INFO] [stdout] --> src/renoise.rs:11:9 [INFO] [stdout] | [INFO] [stdout] 7 | pub struct Song { [INFO] [stdout] | ---- field in this struct [INFO] [stdout] ... [INFO] [stdout] 11 | pub pattern_sequence: PatternSequence [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `Song` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `beats_per_min` and `ticks_per_line` are never read [INFO] [stdout] --> src/renoise.rs:49:9 [INFO] [stdout] | [INFO] [stdout] 48 | pub struct GlobalSongData { [INFO] [stdout] | -------------- fields in this struct [INFO] [stdout] 49 | pub beats_per_min: u32, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] 50 | pub lines_per_beat: u32, [INFO] [stdout] 51 | pub ticks_per_line: u32, [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `GlobalSongData` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `name`, `color`, `state`, and `delay_column_is_visible` are never read [INFO] [stdout] --> src/renoise.rs:59:9 [INFO] [stdout] | [INFO] [stdout] 58 | pub struct Track { [INFO] [stdout] | ----- fields in this struct [INFO] [stdout] 59 | pub name: String, [INFO] [stdout] | ^^^^ [INFO] [stdout] 60 | pub color: String, [INFO] [stdout] | ^^^^^ [INFO] [stdout] 61 | pub state: String, [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 67 | pub delay_column_is_visible: bool, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `Track` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `type` is never read [INFO] [stdout] --> src/renoise.rs:83:9 [INFO] [stdout] | [INFO] [stdout] 82 | pub struct PatternTrack { [INFO] [stdout] | ------------ field in this struct [INFO] [stdout] 83 | pub r#type: String, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `PatternTrack` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `sequence_entries` is never read [INFO] [stdout] --> src/renoise.rs:113:9 [INFO] [stdout] | [INFO] [stdout] 112 | pub struct PatternSequence { [INFO] [stdout] | --------------- field in this struct [INFO] [stdout] 113 | pub sequence_entries: Vec [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `PatternSequence` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `pattern`, `section_name`, and `muted_tracks` are never read [INFO] [stdout] --> src/renoise.rs:118:9 [INFO] [stdout] | [INFO] [stdout] 117 | pub struct SequenceEntry { [INFO] [stdout] | ------------- fields in this struct [INFO] [stdout] 118 | pub pattern: u32, [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] 119 | pub section_name: String, [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] 120 | pub muted_tracks: Vec [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `SequenceEntry` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static `COLOR_BACK` is never used [INFO] [stdout] --> src/renderer.rs:15:8 [INFO] [stdout] | [INFO] [stdout] 15 | static COLOR_BACK: ColorPair = ColorPair { normal: image::Rgba([0x15, 0x15, 0x15, 255]), highlighted: image::Rgba([0x29, 0x29, ... [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static `COLOR_DSP_FX` is never used [INFO] [stdout] --> src/renderer.rs:23:8 [INFO] [stdout] | [INFO] [stdout] 23 | static COLOR_DSP_FX: ColorPair = ColorPair { normal: image::Rgba([0xDB, 0xDB, 0xDB, 255]), highlighted: image::Rgba([0xE5, 0xE5, ... [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.42s [INFO] running `Command { std: "docker" "inspect" "3ef89fac2a2b5d065c9d0c8b4f3da3bb4af3dce0add03f432ec4993662556872", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3ef89fac2a2b5d065c9d0c8b4f3da3bb4af3dce0add03f432ec4993662556872", kill_on_drop: false }` [INFO] [stdout] 3ef89fac2a2b5d065c9d0c8b4f3da3bb4af3dce0add03f432ec4993662556872 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 520180d9489b70724815f2f1cc02becb00f23181f74954cbd13551130a2dbc19 [INFO] running `Command { std: "docker" "start" "-a" "520180d9489b70724815f2f1cc02becb00f23181f74954cbd13551130a2dbc19", kill_on_drop: false }` [INFO] [stderr] warning: field `pattern_sequence` is never read [INFO] [stderr] --> src/renoise.rs:11:9 [INFO] [stderr] | [INFO] [stderr] 7 | pub struct Song { [INFO] [stderr] | ---- field in this struct [INFO] [stderr] ... [INFO] [stderr] 11 | pub pattern_sequence: PatternSequence [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `Song` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stderr] [INFO] [stderr] warning: fields `beats_per_min` and `ticks_per_line` are never read [INFO] [stderr] --> src/renoise.rs:49:9 [INFO] [stderr] | [INFO] [stderr] 48 | pub struct GlobalSongData { [INFO] [stderr] | -------------- fields in this struct [INFO] [stderr] 49 | pub beats_per_min: u32, [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] 50 | pub lines_per_beat: u32, [INFO] [stderr] 51 | pub ticks_per_line: u32, [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `GlobalSongData` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] [INFO] [stderr] warning: fields `name`, `color`, `state`, and `delay_column_is_visible` are never read [INFO] [stderr] --> src/renoise.rs:59:9 [INFO] [stderr] | [INFO] [stderr] 58 | pub struct Track { [INFO] [stderr] | ----- fields in this struct [INFO] [stderr] 59 | pub name: String, [INFO] [stderr] | ^^^^ [INFO] [stderr] 60 | pub color: String, [INFO] [stderr] | ^^^^^ [INFO] [stderr] 61 | pub state: String, [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 67 | pub delay_column_is_visible: bool, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `Track` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] [INFO] [stderr] warning: field `type` is never read [INFO] [stderr] --> src/renoise.rs:83:9 [INFO] [stderr] | [INFO] [stderr] 82 | pub struct PatternTrack { [INFO] [stderr] | ------------ field in this struct [INFO] [stderr] 83 | pub r#type: String, [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `PatternTrack` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] [INFO] [stderr] warning: field `sequence_entries` is never read [INFO] [stderr] --> src/renoise.rs:113:9 [INFO] [stderr] | [INFO] [stderr] 112 | pub struct PatternSequence { [INFO] [stderr] | --------------- field in this struct [INFO] [stderr] 113 | pub sequence_entries: Vec [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `PatternSequence` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] [INFO] [stderr] warning: fields `pattern`, `section_name`, and `muted_tracks` are never read [INFO] [stderr] --> src/renoise.rs:118:9 [INFO] [stderr] | [INFO] [stderr] 117 | pub struct SequenceEntry { [INFO] [stderr] | ------------- fields in this struct [INFO] [stderr] 118 | pub pattern: u32, [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] 119 | pub section_name: String, [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] 120 | pub muted_tracks: Vec [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `SequenceEntry` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] [INFO] [stderr] warning: static `COLOR_BACK` is never used [INFO] [stderr] --> src/renderer.rs:15:8 [INFO] [stderr] | [INFO] [stderr] 15 | static COLOR_BACK: ColorPair = ColorPair { normal: image::Rgba([0x15, 0x15, 0x15, 255]), highlighted: image::Rgba([0x29, 0x29, ... [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: static `COLOR_DSP_FX` is never used [INFO] [stderr] --> src/renderer.rs:23:8 [INFO] [stderr] | [INFO] [stderr] 23 | static COLOR_DSP_FX: ColorPair = ColorPair { normal: image::Rgba([0xDB, 0xDB, 0xDB, 255]), highlighted: image::Rgba([0xE5, 0xE5, ... [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: `patren` (bin "patren" test) generated 8 warnings [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.07s [INFO] [stderr] Running unittests src/main.rs (/opt/rustwide/target/debug/deps/patren-3fa439af9b021a3d) [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "520180d9489b70724815f2f1cc02becb00f23181f74954cbd13551130a2dbc19", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "520180d9489b70724815f2f1cc02becb00f23181f74954cbd13551130a2dbc19", kill_on_drop: false }` [INFO] [stdout] 520180d9489b70724815f2f1cc02becb00f23181f74954cbd13551130a2dbc19