[INFO] crate libxm 1.0.0 is already in cache
[INFO] checking libxm-1.0.0 against master#bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc for pr-70917
[INFO] extracting crate libxm 1.0.0 into /workspace/builds/worker-5/source
[INFO] validating manifest of crates.io crate libxm 1.0.0 on toolchain bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc
[INFO] running `"/workspace/cargo-home/bin/cargo" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "read-manifest" "--manifest-path" "Cargo.toml"`
[INFO] started tweaking crates.io crate libxm 1.0.0
[INFO] finished tweaking crates.io crate libxm 1.0.0
[INFO] tweaked toml for crates.io crate libxm 1.0.0 written to /workspace/builds/worker-5/source/Cargo.toml
[INFO] running `"/workspace/cargo-home/bin/cargo" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `"/workspace/cargo-home/bin/cargo" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "fetch" "--locked" "--manifest-path" "Cargo.toml"`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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" "MAP_USER_ID=0" "-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" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "check" "--frozen" "--all" "--all-targets"`
[INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
[INFO] [stdout] ba984d8f735c3e24ca3e9e5cf26a884b92574a20ee294086a9cb34c36e01964c
[INFO] running `"docker" "start" "-a" "ba984d8f735c3e24ca3e9e5cf26a884b92574a20ee294086a9cb34c36e01964c"`
[INFO] [stderr]    Compiling sdl2-sys v0.3.0
[INFO] [stderr]     Checking bitflags v0.1.1
[INFO] [stderr]    Compiling libxm v1.0.0 (/opt/rustwide/workdir)
[INFO] [stderr] warning: use of deprecated item 'gcc::Config': gcc::Config has been renamed to gcc::Build
[INFO] [stderr]   --> build.rs:29:5
[INFO] [stderr]    |
[INFO] [stderr] 29 |     gcc::Config::new()
[INFO] [stderr]    |     ^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(deprecated)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'gcc::Build::new': crate has been renamed to `cc`, the `gcc` name is not maintained
[INFO] [stderr]   --> build.rs:29:5
[INFO] [stderr]    |
[INFO] [stderr] 29 |     gcc::Config::new()
[INFO] [stderr]    |     ^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: libxm/src/play.c: In function 'xm_tremolo':
[INFO] [stderr] warning: libxm/src/play.c:178:38: warning: unused parameter 'ctx' [-Wunused-parameter]
[INFO] [stderr] warning:  static void xm_tremolo(xm_context_t* ctx, xm_channel_context_t* ch, uint8_t param, uint16_t pos) {
[INFO] [stderr] warning:                                       ^~~
[INFO] [stderr] warning: libxm/src/play.c: In function 'xm_handle_note_and_instrument':
[INFO] [stderr] warning: libxm/src/play.c:470:5: warning: this statement may fall through [-Wimplicit-fallthrough=]
[INFO] [stderr] warning:    if(s->volume_column > 0x50) break;
[INFO] [stderr] warning:      ^
[INFO] [stderr] warning: libxm/src/play.c:471:2: note: here
[INFO] [stderr] warning:   case 0x1:
[INFO] [stderr] warning:   ^~~~
[INFO] [stderr] warning: libxm/src/play.c: In function 'xm_tick':
[INFO] [stderr] warning: libxm/src/play.c:1021:8: warning: this statement may fall through [-Wimplicit-fallthrough=]
[INFO] [stderr] warning:       if(ctx->current_tick == 1) {
[INFO] [stderr] warning:         ^
[INFO] [stderr] warning: libxm/src/play.c:1028:5: note: here
[INFO] [stderr] warning:      case 1: /* 0 -> 0 -> y -> x -> … */
[INFO] [stderr] warning:      ^~~~
[INFO] [stderr] warning: libxm/src/play.c:1029:8: warning: this statement may fall through [-Wimplicit-fallthrough=]
[INFO] [stderr] warning:       if(ctx->current_tick == 0) {
[INFO] [stderr] warning:         ^
[INFO] [stderr] warning: libxm/src/play.c:1036:5: note: here
[INFO] [stderr] warning:      case 0: /* 0 -> y -> x -> … */
[INFO] [stderr] warning:      ^~~~
[INFO] [stderr]     Checking sdl2 v0.3.0
[INFO] [stderr] warning: use of deprecated item 'std::mem::uninitialized': use `mem::MaybeUninit` instead
[INFO] [stderr]   --> src/lib.rs:95:27
[INFO] [stderr]    |
[INFO] [stderr] 95 |             let mut raw = mem::uninitialized();
[INFO] [stderr]    |                           ^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(deprecated)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'libc::uint8_t': Use u8 instead.
[INFO] [stderr]  --> src/ffi.rs:5:12
[INFO] [stderr]   |
[INFO] [stderr] 5 | use libc::{uint8_t, uint16_t, uint32_t, uint64_t};
[INFO] [stderr]   |            ^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'libc::uint16_t': Use u16 instead.
[INFO] [stderr]  --> src/ffi.rs:5:21
[INFO] [stderr]   |
[INFO] [stderr] 5 | use libc::{uint8_t, uint16_t, uint32_t, uint64_t};
[INFO] [stderr]   |                     ^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'libc::uint32_t': Use u32 instead.
[INFO] [stderr]  --> src/ffi.rs:5:31
[INFO] [stderr]   |
[INFO] [stderr] 5 | use libc::{uint8_t, uint16_t, uint32_t, uint64_t};
[INFO] [stderr]   |                               ^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'libc::uint64_t': Use u64 instead.
[INFO] [stderr]  --> src/ffi.rs:5:41
[INFO] [stderr]   |
[INFO] [stderr] 5 | use libc::{uint8_t, uint16_t, uint32_t, uint64_t};
[INFO] [stderr]   |                                         ^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'libc::uint32_t': Use u32 instead.
[INFO] [stderr]   --> src/ffi.rs:11:122
[INFO] [stderr]    |
[INFO] [stderr] 11 |     pub fn xm_create_context_safe(context: *mut *mut xm_context_t, moddata: *const c_char, moddata_length: size_t, rate: uint32_t) -> c_int;
[INFO] [stderr]    |                                                                                                                          ^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'libc::uint8_t': Use u8 instead.
[INFO] [stderr]   --> src/ffi.rs:14:71
[INFO] [stderr]    |
[INFO] [stderr] 14 |     pub fn xm_set_max_loop_count(context: *mut xm_context_t, loopcnt: uint8_t);
[INFO] [stderr]    |                                                                       ^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'libc::uint8_t': Use u8 instead.
[INFO] [stderr]   --> src/ffi.rs:15:61
[INFO] [stderr]    |
[INFO] [stderr] 15 |     pub fn xm_get_loop_count(context: *mut xm_context_t) -> uint8_t;
[INFO] [stderr]    |                                                             ^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'libc::uint16_t': Use u16 instead.
[INFO] [stderr]   --> src/ffi.rs:18:69
[INFO] [stderr]    |
[INFO] [stderr] 18 |     pub fn xm_get_number_of_channels(context: *mut xm_context_t) -> uint16_t;
[INFO] [stderr]    |                                                                     ^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'libc::uint16_t': Use u16 instead.
[INFO] [stderr]   --> src/ffi.rs:19:64
[INFO] [stderr]    |
[INFO] [stderr] 19 |     pub fn xm_get_module_length(context: *mut xm_context_t) -> uint16_t;
[INFO] [stderr]    |                                                                ^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'libc::uint16_t': Use u16 instead.
[INFO] [stderr]   --> src/ffi.rs:20:69
[INFO] [stderr]    |
[INFO] [stderr] 20 |     pub fn xm_get_number_of_patterns(context: *mut xm_context_t) -> uint16_t;
[INFO] [stderr]    |                                                                     ^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'libc::uint16_t': Use u16 instead.
[INFO] [stderr]   --> src/ffi.rs:22:71
[INFO] [stderr]    |
[INFO] [stderr] 22 |     pub fn xm_get_number_of_rows(context: *mut xm_context_t, pattern: uint16_t) -> uint16_t;
[INFO] [stderr]    |                                                                       ^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'libc::uint16_t': Use u16 instead.
[INFO] [stderr]   --> src/ffi.rs:22:84
[INFO] [stderr]    |
[INFO] [stderr] 22 |     pub fn xm_get_number_of_rows(context: *mut xm_context_t, pattern: uint16_t) -> uint16_t;
[INFO] [stderr]    |                                                                                    ^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'libc::uint16_t': Use u16 instead.
[INFO] [stderr]   --> src/ffi.rs:23:72
[INFO] [stderr]    |
[INFO] [stderr] 23 |     pub fn xm_get_number_of_instruments(context: *mut xm_context_t) -> uint16_t;
[INFO] [stderr]    |                                                                        ^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'libc::uint16_t': Use u16 instead.
[INFO] [stderr]   --> src/ffi.rs:24:77
[INFO] [stderr]    |
[INFO] [stderr] 24 |     pub fn xm_get_number_of_samples(context: *mut xm_context_t, instrument: uint16_t) -> uint16_t;
[INFO] [stderr]    |                                                                             ^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'libc::uint16_t': Use u16 instead.
[INFO] [stderr]   --> src/ffi.rs:24:90
[INFO] [stderr]    |
[INFO] [stderr] 24 |     pub fn xm_get_number_of_samples(context: *mut xm_context_t, instrument: uint16_t) -> uint16_t;
[INFO] [stderr]    |                                                                                          ^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'libc::uint16_t': Use u16 instead.
[INFO] [stderr]   --> src/ffi.rs:26:71
[INFO] [stderr]    |
[INFO] [stderr] 26 |     pub fn xm_get_playing_speed(context: *mut xm_context_t, bpm: *mut uint16_t, tempo: *mut uint16_t);
[INFO] [stderr]    |                                                                       ^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'libc::uint16_t': Use u16 instead.
[INFO] [stderr]   --> src/ffi.rs:26:93
[INFO] [stderr]    |
[INFO] [stderr] 26 |     pub fn xm_get_playing_speed(context: *mut xm_context_t, bpm: *mut uint16_t, tempo: *mut uint16_t);
[INFO] [stderr]    |                                                                                             ^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'libc::uint8_t': Use u8 instead.
[INFO] [stderr]   --> src/ffi.rs:27:76
[INFO] [stderr]    |
[INFO] [stderr] 27 |     pub fn xm_get_position(context: *mut xm_context_t, pattern_index: *mut uint8_t, pattern: *mut uint8_t, row: *mut uint8_t, samples: *mut uint64_t);
[INFO] [stderr]    |                                                                            ^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'libc::uint8_t': Use u8 instead.
[INFO] [stderr]   --> src/ffi.rs:27:99
[INFO] [stderr]    |
[INFO] [stderr] 27 |     pub fn xm_get_position(context: *mut xm_context_t, pattern_index: *mut uint8_t, pattern: *mut uint8_t, row: *mut uint8_t, samples: *mut uint64_t);
[INFO] [stderr]    |                                                                                                   ^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'libc::uint8_t': Use u8 instead.
[INFO] [stderr]   --> src/ffi.rs:27:118
[INFO] [stderr]    |
[INFO] [stderr] 27 |     pub fn xm_get_position(context: *mut xm_context_t, pattern_index: *mut uint8_t, pattern: *mut uint8_t, row: *mut uint8_t, samples: *mut uint64_t);
[INFO] [stderr]    |                                                                                                                      ^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'libc::uint64_t': Use u64 instead.
[INFO] [stderr]   --> src/ffi.rs:27:141
[INFO] [stderr]    |
[INFO] [stderr] 27 |     pub fn xm_get_position(context: *mut xm_context_t, pattern_index: *mut uint8_t, pattern: *mut uint8_t, row: *mut uint8_t, samples: *mut uint64_t);
[INFO] [stderr]    |                                                                                                                                             ^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'libc::uint16_t': Use u16 instead.
[INFO] [stderr]   --> src/ffi.rs:28:88
[INFO] [stderr]    |
[INFO] [stderr] 28 |     pub fn xm_get_latest_trigger_of_instrument(context: *mut xm_context_t, instrument: uint16_t) -> uint64_t;
[INFO] [stderr]    |                                                                                        ^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'libc::uint64_t': Use u64 instead.
[INFO] [stderr]   --> src/ffi.rs:28:101
[INFO] [stderr]    |
[INFO] [stderr] 28 |     pub fn xm_get_latest_trigger_of_instrument(context: *mut xm_context_t, instrument: uint16_t) -> uint64_t;
[INFO] [stderr]    |                                                                                                     ^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'libc::uint16_t': Use u16 instead.
[INFO] [stderr]   --> src/ffi.rs:29:79
[INFO] [stderr]    |
[INFO] [stderr] 29 |     pub fn xm_get_latest_trigger_of_sample(context: *mut xm_context_t, instr: uint16_t, sample: uint16_t) -> uint64_t;
[INFO] [stderr]    |                                                                               ^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'libc::uint16_t': Use u16 instead.
[INFO] [stderr]   --> src/ffi.rs:29:97
[INFO] [stderr]    |
[INFO] [stderr] 29 |     pub fn xm_get_latest_trigger_of_sample(context: *mut xm_context_t, instr: uint16_t, sample: uint16_t) -> uint64_t;
[INFO] [stderr]    |                                                                                                 ^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'libc::uint64_t': Use u64 instead.
[INFO] [stderr]   --> src/ffi.rs:29:110
[INFO] [stderr]    |
[INFO] [stderr] 29 |     pub fn xm_get_latest_trigger_of_sample(context: *mut xm_context_t, instr: uint16_t, sample: uint16_t) -> uint64_t;
[INFO] [stderr]    |                                                                                                              ^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'libc::uint16_t': Use u16 instead.
[INFO] [stderr]   --> src/ffi.rs:30:82
[INFO] [stderr]    |
[INFO] [stderr] 30 |     pub fn xm_get_latest_trigger_of_channel(context: *mut xm_context_t, channel: uint16_t) -> uint64_t;
[INFO] [stderr]    |                                                                                  ^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'libc::uint64_t': Use u64 instead.
[INFO] [stderr]   --> src/ffi.rs:30:95
[INFO] [stderr]    |
[INFO] [stderr] 30 |     pub fn xm_get_latest_trigger_of_channel(context: *mut xm_context_t, channel: uint16_t) -> uint64_t;
[INFO] [stderr]    |                                                                                               ^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::mem::uninitialized': use `mem::MaybeUninit` instead
[INFO] [stderr]   --> src/lib.rs:95:27
[INFO] [stderr]    |
[INFO] [stderr] 95 |             let mut raw = mem::uninitialized();
[INFO] [stderr]    |                           ^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(deprecated)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'libc::uint8_t': Use u8 instead.
[INFO] [stderr]  --> src/ffi.rs:5:12
[INFO] [stderr]   |
[INFO] [stderr] 5 | use libc::{uint8_t, uint16_t, uint32_t, uint64_t};
[INFO] [stderr]   |            ^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'libc::uint16_t': Use u16 instead.
[INFO] [stderr]  --> src/ffi.rs:5:21
[INFO] [stderr]   |
[INFO] [stderr] 5 | use libc::{uint8_t, uint16_t, uint32_t, uint64_t};
[INFO] [stderr]   |                     ^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'libc::uint32_t': Use u32 instead.
[INFO] [stderr]  --> src/ffi.rs:5:31
[INFO] [stderr]   |
[INFO] [stderr] 5 | use libc::{uint8_t, uint16_t, uint32_t, uint64_t};
[INFO] [stderr]   |                               ^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'libc::uint64_t': Use u64 instead.
[INFO] [stderr]  --> src/ffi.rs:5:41
[INFO] [stderr]   |
[INFO] [stderr] 5 | use libc::{uint8_t, uint16_t, uint32_t, uint64_t};
[INFO] [stderr]   |                                         ^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'libc::uint32_t': Use u32 instead.
[INFO] [stderr]   --> src/ffi.rs:11:122
[INFO] [stderr]    |
[INFO] [stderr] 11 |     pub fn xm_create_context_safe(context: *mut *mut xm_context_t, moddata: *const c_char, moddata_length: size_t, rate: uint32_t) -> c_int;
[INFO] [stderr]    |                                                                                                                          ^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'libc::uint8_t': Use u8 instead.
[INFO] [stderr]   --> src/ffi.rs:14:71
[INFO] [stderr]    |
[INFO] [stderr] 14 |     pub fn xm_set_max_loop_count(context: *mut xm_context_t, loopcnt: uint8_t);
[INFO] [stderr]    |                                                                       ^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'libc::uint8_t': Use u8 instead.
[INFO] [stderr]   --> src/ffi.rs:15:61
[INFO] [stderr]    |
[INFO] [stderr] 15 |     pub fn xm_get_loop_count(context: *mut xm_context_t) -> uint8_t;
[INFO] [stderr]    |                                                             ^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'libc::uint16_t': Use u16 instead.
[INFO] [stderr]   --> src/ffi.rs:18:69
[INFO] [stderr]    |
[INFO] [stderr] 18 |     pub fn xm_get_number_of_channels(context: *mut xm_context_t) -> uint16_t;
[INFO] [stderr]    |                                                                     ^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'libc::uint16_t': Use u16 instead.
[INFO] [stderr]   --> src/ffi.rs:19:64
[INFO] [stderr]    |
[INFO] [stderr] 19 |     pub fn xm_get_module_length(context: *mut xm_context_t) -> uint16_t;
[INFO] [stderr]    |                                                                ^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'libc::uint16_t': Use u16 instead.
[INFO] [stderr]   --> src/ffi.rs:20:69
[INFO] [stderr]    |
[INFO] [stderr] 20 |     pub fn xm_get_number_of_patterns(context: *mut xm_context_t) -> uint16_t;
[INFO] [stderr]    |                                                                     ^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'libc::uint16_t': Use u16 instead.
[INFO] [stderr]   --> src/ffi.rs:22:71
[INFO] [stderr]    |
[INFO] [stderr] 22 |     pub fn xm_get_number_of_rows(context: *mut xm_context_t, pattern: uint16_t) -> uint16_t;
[INFO] [stderr]    |                                                                       ^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'libc::uint16_t': Use u16 instead.
[INFO] [stderr]   --> src/ffi.rs:22:84
[INFO] [stderr]    |
[INFO] [stderr] 22 |     pub fn xm_get_number_of_rows(context: *mut xm_context_t, pattern: uint16_t) -> uint16_t;
[INFO] [stderr]    |                                                                                    ^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'libc::uint16_t': Use u16 instead.
[INFO] [stderr]   --> src/ffi.rs:23:72
[INFO] [stderr]    |
[INFO] [stderr] 23 |     pub fn xm_get_number_of_instruments(context: *mut xm_context_t) -> uint16_t;
[INFO] [stderr]    |                                                                        ^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'libc::uint16_t': Use u16 instead.
[INFO] [stderr]   --> src/ffi.rs:24:77
[INFO] [stderr]    |
[INFO] [stderr] 24 |     pub fn xm_get_number_of_samples(context: *mut xm_context_t, instrument: uint16_t) -> uint16_t;
[INFO] [stderr]    |                                                                             ^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'libc::uint16_t': Use u16 instead.
[INFO] [stderr]   --> src/ffi.rs:24:90
[INFO] [stderr]    |
[INFO] [stderr] 24 |     pub fn xm_get_number_of_samples(context: *mut xm_context_t, instrument: uint16_t) -> uint16_t;
[INFO] [stderr]    |                                                                                          ^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'libc::uint16_t': Use u16 instead.
[INFO] [stderr]   --> src/ffi.rs:26:71
[INFO] [stderr]    |
[INFO] [stderr] 26 |     pub fn xm_get_playing_speed(context: *mut xm_context_t, bpm: *mut uint16_t, tempo: *mut uint16_t);
[INFO] [stderr]    |                                                                       ^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'libc::uint16_t': Use u16 instead.
[INFO] [stderr]   --> src/ffi.rs:26:93
[INFO] [stderr]    |
[INFO] [stderr] 26 |     pub fn xm_get_playing_speed(context: *mut xm_context_t, bpm: *mut uint16_t, tempo: *mut uint16_t);
[INFO] [stderr]    |                                                                                             ^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'libc::uint8_t': Use u8 instead.
[INFO] [stderr]   --> src/ffi.rs:27:76
[INFO] [stderr]    |
[INFO] [stderr] 27 |     pub fn xm_get_position(context: *mut xm_context_t, pattern_index: *mut uint8_t, pattern: *mut uint8_t, row: *mut uint8_t, samples: *mut uint64_t);
[INFO] [stderr]    |                                                                            ^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'libc::uint8_t': Use u8 instead.
[INFO] [stderr]   --> src/ffi.rs:27:99
[INFO] [stderr]    |
[INFO] [stderr] 27 |     pub fn xm_get_position(context: *mut xm_context_t, pattern_index: *mut uint8_t, pattern: *mut uint8_t, row: *mut uint8_t, samples: *mut uint64_t);
[INFO] [stderr]    |                                                                                                   ^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'libc::uint8_t': Use u8 instead.
[INFO] [stderr]   --> src/ffi.rs:27:118
[INFO] [stderr]    |
[INFO] [stderr] 27 |     pub fn xm_get_position(context: *mut xm_context_t, pattern_index: *mut uint8_t, pattern: *mut uint8_t, row: *mut uint8_t, samples: *mut uint64_t);
[INFO] [stderr]    |                                                                                                                      ^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'libc::uint64_t': Use u64 instead.
[INFO] [stderr]   --> src/ffi.rs:27:141
[INFO] [stderr]    |
[INFO] [stderr] 27 |     pub fn xm_get_position(context: *mut xm_context_t, pattern_index: *mut uint8_t, pattern: *mut uint8_t, row: *mut uint8_t, samples: *mut uint64_t);
[INFO] [stderr]    |                                                                                                                                             ^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'libc::uint16_t': Use u16 instead.
[INFO] [stderr]   --> src/ffi.rs:28:88
[INFO] [stderr]    |
[INFO] [stderr] 28 |     pub fn xm_get_latest_trigger_of_instrument(context: *mut xm_context_t, instrument: uint16_t) -> uint64_t;
[INFO] [stderr]    |                                                                                        ^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'libc::uint64_t': Use u64 instead.
[INFO] [stderr]   --> src/ffi.rs:28:101
[INFO] [stderr]    |
[INFO] [stderr] 28 |     pub fn xm_get_latest_trigger_of_instrument(context: *mut xm_context_t, instrument: uint16_t) -> uint64_t;
[INFO] [stderr]    |                                                                                                     ^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'libc::uint16_t': Use u16 instead.
[INFO] [stderr]   --> src/ffi.rs:29:79
[INFO] [stderr]    |
[INFO] [stderr] 29 |     pub fn xm_get_latest_trigger_of_sample(context: *mut xm_context_t, instr: uint16_t, sample: uint16_t) -> uint64_t;
[INFO] [stderr]    |                                                                               ^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'libc::uint16_t': Use u16 instead.
[INFO] [stderr]   --> src/ffi.rs:29:97
[INFO] [stderr]    |
[INFO] [stderr] 29 |     pub fn xm_get_latest_trigger_of_sample(context: *mut xm_context_t, instr: uint16_t, sample: uint16_t) -> uint64_t;
[INFO] [stderr]    |                                                                                                 ^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'libc::uint64_t': Use u64 instead.
[INFO] [stderr]   --> src/ffi.rs:29:110
[INFO] [stderr]    |
[INFO] [stderr] 29 |     pub fn xm_get_latest_trigger_of_sample(context: *mut xm_context_t, instr: uint16_t, sample: uint16_t) -> uint64_t;
[INFO] [stderr]    |                                                                                                              ^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'libc::uint16_t': Use u16 instead.
[INFO] [stderr]   --> src/ffi.rs:30:82
[INFO] [stderr]    |
[INFO] [stderr] 30 |     pub fn xm_get_latest_trigger_of_channel(context: *mut xm_context_t, channel: uint16_t) -> uint64_t;
[INFO] [stderr]    |                                                                                  ^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'libc::uint64_t': Use u64 instead.
[INFO] [stderr]   --> src/ffi.rs:30:95
[INFO] [stderr]    |
[INFO] [stderr] 30 |     pub fn xm_get_latest_trigger_of_channel(context: *mut xm_context_t, channel: uint16_t) -> uint64_t;
[INFO] [stderr]    |                                                                                               ^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr]     Finished dev [unoptimized + debuginfo] target(s) in 4.80s
[INFO] running `"docker" "inspect" "ba984d8f735c3e24ca3e9e5cf26a884b92574a20ee294086a9cb34c36e01964c"`
[INFO] running `"docker" "rm" "-f" "ba984d8f735c3e24ca3e9e5cf26a884b92574a20ee294086a9cb34c36e01964c"`
[INFO] [stdout] ba984d8f735c3e24ca3e9e5cf26a884b92574a20ee294086a9cb34c36e01964c
