[INFO] fetching crate openmpt 0.3.1... [INFO] checking openmpt-0.3.1 against master#a609fb45efad59dfd459c76e50899be9f0583b5a for pr-80579 [INFO] extracting crate openmpt 0.3.1 into /workspace/builds/worker-12/source [INFO] validating manifest of crates.io crate openmpt 0.3.1 on toolchain a609fb45efad59dfd459c76e50899be9f0583b5a [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+a609fb45efad59dfd459c76e50899be9f0583b5a" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking crates.io crate openmpt 0.3.1 [INFO] finished tweaking crates.io crate openmpt 0.3.1 [INFO] tweaked toml for crates.io crate openmpt 0.3.1 written to /workspace/builds/worker-12/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+a609fb45efad59dfd459c76e50899be9f0583b5a" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+a609fb45efad59dfd459c76e50899be9f0583b5a" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/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" "rustops/crates-build-env@sha256:b8eeb62f26c39b23691079a6cb6de528d8e88b4d71a8f6b1d30f8ba7d9c16de9" "/opt/rustwide/cargo-home/bin/cargo" "+a609fb45efad59dfd459c76e50899be9f0583b5a" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 3939f7ce3674cfa6c59f4f51e450a44a76121d449e476cfd52a17d738e34eb65 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "3939f7ce3674cfa6c59f4f51e450a44a76121d449e476cfd52a17d738e34eb65", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "3939f7ce3674cfa6c59f4f51e450a44a76121d449e476cfd52a17d738e34eb65", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3939f7ce3674cfa6c59f4f51e450a44a76121d449e476cfd52a17d738e34eb65", kill_on_drop: false }` [INFO] [stdout] 3939f7ce3674cfa6c59f4f51e450a44a76121d449e476cfd52a17d738e34eb65 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:b8eeb62f26c39b23691079a6cb6de528d8e88b4d71a8f6b1d30f8ba7d9c16de9" "/opt/rustwide/cargo-home/bin/cargo" "+a609fb45efad59dfd459c76e50899be9f0583b5a" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] dd68392763040e4249d415fb245e9d4d771aba3df2afa4dee789f91890701eb1 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "dd68392763040e4249d415fb245e9d4d771aba3df2afa4dee789f91890701eb1", kill_on_drop: false }` [INFO] [stderr] Compiling openmpt-sys v0.1.0 [INFO] [stderr] Checking openmpt v0.3.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/mod_command.rs:74:12 [INFO] [stdout] | [INFO] [stdout] 74 | NOTE_MIN...NOTE_MAX => Ok(Note::Note(note_val)), [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(ellipsis_inclusive_range_patterns)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/mod_command.rs:74:12 [INFO] [stdout] | [INFO] [stdout] 74 | NOTE_MIN...NOTE_MAX => Ok(Note::Note(note_val)), [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(ellipsis_inclusive_range_patterns)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/module/stream.rs:23:7 [INFO] [stdout] | [INFO] [stdout] 23 | let mut stream_source: &mut T = &mut *(stream as *mut T); [INFO] [stdout] | ----^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_mut)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/module/stream.rs:51:7 [INFO] [stdout] | [INFO] [stdout] 51 | let mut stream_source: &mut T = &mut *(stream as *mut T); [INFO] [stdout] | ----^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/module/stream.rs:67:7 [INFO] [stdout] | [INFO] [stdout] 67 | let mut stream_source: &mut T = &mut *(stream as *mut T); [INFO] [stdout] | ----^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 4 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `stream` [INFO] [stdout] --> src/module/stream.rs:100:49 [INFO] [stdout] | [INFO] [stdout] 100 | fn check_callbacks_seekable (stream:&T) { [INFO] [stdout] | ^^^^^^ help: if this is intentional, prefix it with an underscore: `_stream` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `stream` [INFO] [stdout] --> src/module/stream.rs:108:51 [INFO] [stdout] | [INFO] [stdout] 108 | fn check_callbacks_non_seekable (stream:&T) { [INFO] [stdout] | ^^^^^^ help: if this is intentional, prefix it with an underscore: `_stream` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/module/mod.rs:198:7 [INFO] [stdout] | [INFO] [stdout] 198 | let mut fake_file:Vec = Vec::new(); [INFO] [stdout] | ----^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_mut)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/module/mod.rs:218:7 [INFO] [stdout] | [INFO] [stdout] 218 | let mut module = test_helper::load_file_as_module("Cargo.toml"); [INFO] [stdout] | ----^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/module/mod.rs:224:7 [INFO] [stdout] | [INFO] [stdout] 224 | let mut module = test_helper::load_file_as_module("empty_module.xm"); [INFO] [stdout] | ----^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/module/mod.rs:230:7 [INFO] [stdout] | [INFO] [stdout] 230 | let mut module = test_helper::stream_file_as_module("empty_module.xm"); [INFO] [stdout] | ----^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/module/stream.rs:23:7 [INFO] [stdout] | [INFO] [stdout] 23 | let mut stream_source: &mut T = &mut *(stream as *mut T); [INFO] [stdout] | ----^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/module/stream.rs:51:7 [INFO] [stdout] | [INFO] [stdout] 51 | let mut stream_source: &mut T = &mut *(stream as *mut T); [INFO] [stdout] | ----^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/module/stream.rs:67:7 [INFO] [stdout] | [INFO] [stdout] 67 | let mut stream_source: &mut T = &mut *(stream as *mut T); [INFO] [stdout] | ----^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 10 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `render_unatco` [INFO] [stdout] --> tests/rendering.rs:11:4 [INFO] [stdout] | [INFO] [stdout] 11 | fn render_unatco() { [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `render_file_to_wav` [INFO] [stdout] --> tests/rendering.rs:15:4 [INFO] [stdout] | [INFO] [stdout] 15 | fn render_file_to_wav(file_path : &str) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.75s [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "dd68392763040e4249d415fb245e9d4d771aba3df2afa4dee789f91890701eb1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "dd68392763040e4249d415fb245e9d4d771aba3df2afa4dee789f91890701eb1", kill_on_drop: false }` [INFO] [stdout] dd68392763040e4249d415fb245e9d4d771aba3df2afa4dee789f91890701eb1