[INFO] crate esplugin-ffi 2.1.2 is already in cache [INFO] testing esplugin-ffi-2.1.2 against 1.45.2 for beta-1.46-1 [INFO] extracting crate esplugin-ffi 2.1.2 into /workspace/builds/worker-4/source [INFO] validating manifest of crates.io crate esplugin-ffi 2.1.2 on toolchain 1.45.2 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.45.2" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking crates.io crate esplugin-ffi 2.1.2 [INFO] finished tweaking crates.io crate esplugin-ffi 2.1.2 [INFO] tweaked toml for crates.io crate esplugin-ffi 2.1.2 written to /workspace/builds/worker-4/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.45.2" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.45.2" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env@sha256:a636fd89d022f18117e1dc8fb37a0a009933cdbbe082814857f0e2024962d47c" "/opt/rustwide/cargo-home/bin/cargo" "+1.45.2" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] c03dcbbec73d76c6cad5370dcec1b5d8d76f82626305caf64255a2e766f939e3 [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" "c03dcbbec73d76c6cad5370dcec1b5d8d76f82626305caf64255a2e766f939e3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "c03dcbbec73d76c6cad5370dcec1b5d8d76f82626305caf64255a2e766f939e3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c03dcbbec73d76c6cad5370dcec1b5d8d76f82626305caf64255a2e766f939e3", kill_on_drop: false }` [INFO] [stdout] c03dcbbec73d76c6cad5370dcec1b5d8d76f82626305caf64255a2e766f939e3 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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=warn" "-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@sha256:a636fd89d022f18117e1dc8fb37a0a009933cdbbe082814857f0e2024962d47c" "/opt/rustwide/cargo-home/bin/cargo" "+1.45.2" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] fc4f7d3c5ab45300269019a59b072512ddd4989cc59e216889aafe22b47a14a8 [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" "fc4f7d3c5ab45300269019a59b072512ddd4989cc59e216889aafe22b47a14a8", kill_on_drop: false }` [INFO] [stderr] Compiling encoding_index_tests v0.1.4 [INFO] [stderr] Compiling version_check v0.1.5 [INFO] [stderr] Compiling version_check v0.9.2 [INFO] [stderr] Compiling memchr v2.3.3 [INFO] [stderr] Compiling byteorder v1.3.4 [INFO] [stderr] Compiling esplugin-ffi v2.1.2 (/opt/rustwide/workdir) [INFO] [stderr] Compiling memmap v0.7.0 [INFO] [stderr] Compiling encoding-index-tradchinese v1.20141219.5 [INFO] [stderr] Compiling encoding-index-korean v1.20141219.5 [INFO] [stderr] Compiling encoding-index-singlebyte v1.20141219.5 [INFO] [stderr] Compiling encoding-index-simpchinese v1.20141219.5 [INFO] [stderr] Compiling encoding-index-japanese v1.20141219.5 [INFO] [stderr] Compiling nom v4.2.3 [INFO] [stderr] Compiling encoding v0.2.33 [INFO] [stderr] Compiling unicase v2.6.0 [INFO] [stderr] Compiling esplugin v2.1.2 [INFO] [stdout] warning: use of deprecated item 'libc::uint32_t': Use u32 instead. [INFO] [stdout] --> src/constants.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use libc::uint32_t; [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'libc::uint32_t': Use u32 instead. [INFO] [stdout] --> src/constants.rs:6:20 [INFO] [stdout] | [INFO] [stdout] 6 | pub static ESP_OK: uint32_t = 0; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'libc::uint32_t': Use u32 instead. [INFO] [stdout] --> src/constants.rs:9:36 [INFO] [stdout] | [INFO] [stdout] 9 | pub static ESP_ERROR_NULL_POINTER: uint32_t = 1; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'libc::uint32_t': Use u32 instead. [INFO] [stdout] --> src/constants.rs:12:32 [INFO] [stdout] | [INFO] [stdout] 12 | pub static ESP_ERROR_NOT_UTF8: uint32_t = 2; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'libc::uint32_t': Use u32 instead. [INFO] [stdout] --> src/constants.rs:15:43 [INFO] [stdout] | [INFO] [stdout] 15 | pub static ESP_ERROR_STRING_CONTAINS_NUL: uint32_t = 3; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'libc::uint32_t': Use u32 instead. [INFO] [stdout] --> src/constants.rs:18:39 [INFO] [stdout] | [INFO] [stdout] 18 | pub static ESP_ERROR_INVALID_GAME_ID: uint32_t = 4; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'libc::uint32_t': Use u32 instead. [INFO] [stdout] --> src/constants.rs:21:35 [INFO] [stdout] | [INFO] [stdout] 21 | pub static ESP_ERROR_PARSE_ERROR: uint32_t = 5; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'libc::uint32_t': Use u32 instead. [INFO] [stdout] --> src/constants.rs:24:32 [INFO] [stdout] | [INFO] [stdout] 24 | pub static ESP_ERROR_PANICKED: uint32_t = 6; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'libc::uint32_t': Use u32 instead. [INFO] [stdout] --> src/constants.rs:27:31 [INFO] [stdout] | [INFO] [stdout] 27 | pub static ESP_GAME_OBLIVION: uint32_t = GameId::Oblivion as uint32_t; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'libc::uint32_t': Use u32 instead. [INFO] [stdout] --> src/constants.rs:27:62 [INFO] [stdout] | [INFO] [stdout] 27 | pub static ESP_GAME_OBLIVION: uint32_t = GameId::Oblivion as uint32_t; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'libc::uint32_t': Use u32 instead. [INFO] [stdout] --> src/constants.rs:30:29 [INFO] [stdout] | [INFO] [stdout] 30 | pub static ESP_GAME_SKYRIM: uint32_t = GameId::Skyrim as uint32_t; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'libc::uint32_t': Use u32 instead. [INFO] [stdout] --> src/constants.rs:30:58 [INFO] [stdout] | [INFO] [stdout] 30 | pub static ESP_GAME_SKYRIM: uint32_t = GameId::Skyrim as uint32_t; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'libc::uint32_t': Use u32 instead. [INFO] [stdout] --> src/constants.rs:33:31 [INFO] [stdout] | [INFO] [stdout] 33 | pub static ESP_GAME_FALLOUT3: uint32_t = GameId::Fallout3 as uint32_t; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'libc::uint32_t': Use u32 instead. [INFO] [stdout] --> src/constants.rs:33:62 [INFO] [stdout] | [INFO] [stdout] 33 | pub static ESP_GAME_FALLOUT3: uint32_t = GameId::Fallout3 as uint32_t; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'libc::uint32_t': Use u32 instead. [INFO] [stdout] --> src/constants.rs:36:32 [INFO] [stdout] | [INFO] [stdout] 36 | pub static ESP_GAME_FALLOUTNV: uint32_t = GameId::FalloutNV as uint32_t; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'libc::uint32_t': Use u32 instead. [INFO] [stdout] --> src/constants.rs:36:64 [INFO] [stdout] | [INFO] [stdout] 36 | pub static ESP_GAME_FALLOUTNV: uint32_t = GameId::FalloutNV as uint32_t; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'libc::uint32_t': Use u32 instead. [INFO] [stdout] --> src/constants.rs:39:32 [INFO] [stdout] | [INFO] [stdout] 39 | pub static ESP_GAME_MORROWIND: uint32_t = GameId::Morrowind as uint32_t; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'libc::uint32_t': Use u32 instead. [INFO] [stdout] --> src/constants.rs:39:64 [INFO] [stdout] | [INFO] [stdout] 39 | pub static ESP_GAME_MORROWIND: uint32_t = GameId::Morrowind as uint32_t; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'libc::uint32_t': Use u32 instead. [INFO] [stdout] --> src/constants.rs:42:31 [INFO] [stdout] | [INFO] [stdout] 42 | pub static ESP_GAME_FALLOUT4: uint32_t = GameId::Fallout4 as uint32_t; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'libc::uint32_t': Use u32 instead. [INFO] [stdout] --> src/constants.rs:42:62 [INFO] [stdout] | [INFO] [stdout] 42 | pub static ESP_GAME_FALLOUT4: uint32_t = GameId::Fallout4 as uint32_t; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'libc::uint32_t': Use u32 instead. [INFO] [stdout] --> src/constants.rs:45:31 [INFO] [stdout] | [INFO] [stdout] 45 | pub static ESP_GAME_SKYRIMSE: uint32_t = GameId::SkyrimSE as uint32_t; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'libc::uint32_t': Use u32 instead. [INFO] [stdout] --> src/constants.rs:45:62 [INFO] [stdout] | [INFO] [stdout] 45 | pub static ESP_GAME_SKYRIMSE: uint32_t = GameId::SkyrimSE as uint32_t; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'libc::uint32_t': Use u32 instead. [INFO] [stdout] --> src/plugin.rs:4:37 [INFO] [stdout] | [INFO] [stdout] 4 | use libc::{c_char, c_float, size_t, uint32_t, uint8_t}; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'libc::uint8_t': Use u8 instead. [INFO] [stdout] --> src/plugin.rs:4:47 [INFO] [stdout] | [INFO] [stdout] 4 | use libc::{c_char, c_float, size_t, uint32_t, uint8_t}; [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'libc::uint32_t': Use u32 instead. [INFO] [stdout] --> src/plugin.rs:13:14 [INFO] [stdout] | [INFO] [stdout] 13 | game_id: uint32_t, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'libc::uint32_t': Use u32 instead. [INFO] [stdout] --> src/plugin.rs:15:6 [INFO] [stdout] | [INFO] [stdout] 15 | ) -> uint32_t { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'libc::uint32_t': Use u32 instead. [INFO] [stdout] --> src/plugin.rs:46:6 [INFO] [stdout] | [INFO] [stdout] 46 | ) -> uint32_t { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'libc::uint32_t': Use u32 instead. [INFO] [stdout] --> src/plugin.rs:65:6 [INFO] [stdout] | [INFO] [stdout] 65 | ) -> uint32_t { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'libc::uint8_t': Use u8 instead. [INFO] [stdout] --> src/plugin.rs:89:31 [INFO] [stdout] | [INFO] [stdout] 89 | plugin_masters_size: *mut uint8_t, [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'libc::uint32_t': Use u32 instead. [INFO] [stdout] --> src/plugin.rs:90:6 [INFO] [stdout] | [INFO] [stdout] 90 | ) -> uint32_t { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'libc::uint32_t': Use u32 instead. [INFO] [stdout] --> src/plugin.rs:119:6 [INFO] [stdout] | [INFO] [stdout] 119 | ) -> uint32_t { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'libc::uint32_t': Use u32 instead. [INFO] [stdout] --> src/plugin.rs:138:6 [INFO] [stdout] | [INFO] [stdout] 138 | ) -> uint32_t { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'libc::uint32_t': Use u32 instead. [INFO] [stdout] --> src/plugin.rs:155:14 [INFO] [stdout] | [INFO] [stdout] 155 | game_id: uint32_t, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'libc::uint32_t': Use u32 instead. [INFO] [stdout] --> src/plugin.rs:159:6 [INFO] [stdout] | [INFO] [stdout] 159 | ) -> uint32_t { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'libc::uint32_t': Use u32 instead. [INFO] [stdout] --> src/plugin.rs:186:6 [INFO] [stdout] | [INFO] [stdout] 186 | ) -> uint32_t { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'libc::uint32_t': Use u32 instead. [INFO] [stdout] --> src/plugin.rs:215:6 [INFO] [stdout] | [INFO] [stdout] 215 | ) -> uint32_t { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'libc::uint32_t': Use u32 instead. [INFO] [stdout] --> src/plugin.rs:237:6 [INFO] [stdout] | [INFO] [stdout] 237 | ) -> uint32_t { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'libc::uint32_t': Use u32 instead. [INFO] [stdout] --> src/plugin.rs:256:6 [INFO] [stdout] | [INFO] [stdout] 256 | ) -> uint32_t { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'libc::uint32_t': Use u32 instead. [INFO] [stdout] --> src/plugin.rs:276:6 [INFO] [stdout] | [INFO] [stdout] 276 | ) -> uint32_t { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'libc::uint32_t': Use u32 instead. [INFO] [stdout] --> src/plugin.rs:296:6 [INFO] [stdout] | [INFO] [stdout] 296 | ) -> uint32_t { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 40 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 9.68s [INFO] running `Command { std: "docker" "inspect" "fc4f7d3c5ab45300269019a59b072512ddd4989cc59e216889aafe22b47a14a8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "fc4f7d3c5ab45300269019a59b072512ddd4989cc59e216889aafe22b47a14a8", kill_on_drop: false }` [INFO] [stdout] fc4f7d3c5ab45300269019a59b072512ddd4989cc59e216889aafe22b47a14a8 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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=warn" "-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@sha256:a636fd89d022f18117e1dc8fb37a0a009933cdbbe082814857f0e2024962d47c" "/opt/rustwide/cargo-home/bin/cargo" "+1.45.2" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] e78ad9f0b4a326fb4d131a1bf2d4671f34fb531825faafaebc1fab2779d648a0 [INFO] running `Command { std: "docker" "start" "-a" "e78ad9f0b4a326fb4d131a1bf2d4671f34fb531825faafaebc1fab2779d648a0", kill_on_drop: false }` [INFO] [stderr] Compiling esplugin-ffi v2.1.2 (/opt/rustwide/workdir) [INFO] [stdout] warning: use of deprecated item 'libc::uint32_t': Use u32 instead. [INFO] [stdout] --> src/constants.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use libc::uint32_t; [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'libc::uint32_t': Use u32 instead. [INFO] [stdout] --> src/constants.rs:6:20 [INFO] [stdout] | [INFO] [stdout] 6 | pub static ESP_OK: uint32_t = 0; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'libc::uint32_t': Use u32 instead. [INFO] [stdout] --> src/constants.rs:9:36 [INFO] [stdout] | [INFO] [stdout] 9 | pub static ESP_ERROR_NULL_POINTER: uint32_t = 1; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'libc::uint32_t': Use u32 instead. [INFO] [stdout] --> src/constants.rs:12:32 [INFO] [stdout] | [INFO] [stdout] 12 | pub static ESP_ERROR_NOT_UTF8: uint32_t = 2; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'libc::uint32_t': Use u32 instead. [INFO] [stdout] --> src/constants.rs:15:43 [INFO] [stdout] | [INFO] [stdout] 15 | pub static ESP_ERROR_STRING_CONTAINS_NUL: uint32_t = 3; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'libc::uint32_t': Use u32 instead. [INFO] [stdout] --> src/constants.rs:18:39 [INFO] [stdout] | [INFO] [stdout] 18 | pub static ESP_ERROR_INVALID_GAME_ID: uint32_t = 4; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'libc::uint32_t': Use u32 instead. [INFO] [stdout] --> src/constants.rs:21:35 [INFO] [stdout] | [INFO] [stdout] 21 | pub static ESP_ERROR_PARSE_ERROR: uint32_t = 5; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'libc::uint32_t': Use u32 instead. [INFO] [stdout] --> src/constants.rs:24:32 [INFO] [stdout] | [INFO] [stdout] 24 | pub static ESP_ERROR_PANICKED: uint32_t = 6; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'libc::uint32_t': Use u32 instead. [INFO] [stdout] --> src/constants.rs:27:31 [INFO] [stdout] | [INFO] [stdout] 27 | pub static ESP_GAME_OBLIVION: uint32_t = GameId::Oblivion as uint32_t; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'libc::uint32_t': Use u32 instead. [INFO] [stdout] --> src/constants.rs:27:62 [INFO] [stdout] | [INFO] [stdout] 27 | pub static ESP_GAME_OBLIVION: uint32_t = GameId::Oblivion as uint32_t; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'libc::uint32_t': Use u32 instead. [INFO] [stdout] --> src/constants.rs:30:29 [INFO] [stdout] | [INFO] [stdout] 30 | pub static ESP_GAME_SKYRIM: uint32_t = GameId::Skyrim as uint32_t; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'libc::uint32_t': Use u32 instead. [INFO] [stdout] --> src/constants.rs:30:58 [INFO] [stdout] | [INFO] [stdout] 30 | pub static ESP_GAME_SKYRIM: uint32_t = GameId::Skyrim as uint32_t; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'libc::uint32_t': Use u32 instead. [INFO] [stdout] --> src/constants.rs:33:31 [INFO] [stdout] | [INFO] [stdout] 33 | pub static ESP_GAME_FALLOUT3: uint32_t = GameId::Fallout3 as uint32_t; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'libc::uint32_t': Use u32 instead. [INFO] [stdout] --> src/constants.rs:33:62 [INFO] [stdout] | [INFO] [stdout] 33 | pub static ESP_GAME_FALLOUT3: uint32_t = GameId::Fallout3 as uint32_t; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'libc::uint32_t': Use u32 instead. [INFO] [stdout] --> src/constants.rs:36:32 [INFO] [stdout] | [INFO] [stdout] 36 | pub static ESP_GAME_FALLOUTNV: uint32_t = GameId::FalloutNV as uint32_t; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'libc::uint32_t': Use u32 instead. [INFO] [stdout] --> src/constants.rs:36:64 [INFO] [stdout] | [INFO] [stdout] 36 | pub static ESP_GAME_FALLOUTNV: uint32_t = GameId::FalloutNV as uint32_t; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'libc::uint32_t': Use u32 instead. [INFO] [stdout] --> src/constants.rs:39:32 [INFO] [stdout] | [INFO] [stdout] 39 | pub static ESP_GAME_MORROWIND: uint32_t = GameId::Morrowind as uint32_t; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'libc::uint32_t': Use u32 instead. [INFO] [stdout] --> src/constants.rs:39:64 [INFO] [stdout] | [INFO] [stdout] 39 | pub static ESP_GAME_MORROWIND: uint32_t = GameId::Morrowind as uint32_t; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'libc::uint32_t': Use u32 instead. [INFO] [stdout] --> src/constants.rs:42:31 [INFO] [stdout] | [INFO] [stdout] 42 | pub static ESP_GAME_FALLOUT4: uint32_t = GameId::Fallout4 as uint32_t; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'libc::uint32_t': Use u32 instead. [INFO] [stdout] --> src/constants.rs:42:62 [INFO] [stdout] | [INFO] [stdout] 42 | pub static ESP_GAME_FALLOUT4: uint32_t = GameId::Fallout4 as uint32_t; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'libc::uint32_t': Use u32 instead. [INFO] [stdout] --> src/constants.rs:45:31 [INFO] [stdout] | [INFO] [stdout] 45 | pub static ESP_GAME_SKYRIMSE: uint32_t = GameId::SkyrimSE as uint32_t; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'libc::uint32_t': Use u32 instead. [INFO] [stdout] --> src/constants.rs:45:62 [INFO] [stdout] | [INFO] [stdout] 45 | pub static ESP_GAME_SKYRIMSE: uint32_t = GameId::SkyrimSE as uint32_t; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'libc::uint32_t': Use u32 instead. [INFO] [stdout] --> src/plugin.rs:4:37 [INFO] [stdout] | [INFO] [stdout] 4 | use libc::{c_char, c_float, size_t, uint32_t, uint8_t}; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'libc::uint8_t': Use u8 instead. [INFO] [stdout] --> src/plugin.rs:4:47 [INFO] [stdout] | [INFO] [stdout] 4 | use libc::{c_char, c_float, size_t, uint32_t, uint8_t}; [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'libc::uint32_t': Use u32 instead. [INFO] [stdout] --> src/plugin.rs:13:14 [INFO] [stdout] | [INFO] [stdout] 13 | game_id: uint32_t, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'libc::uint32_t': Use u32 instead. [INFO] [stdout] --> src/plugin.rs:15:6 [INFO] [stdout] | [INFO] [stdout] 15 | ) -> uint32_t { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'libc::uint32_t': Use u32 instead. [INFO] [stdout] --> src/plugin.rs:46:6 [INFO] [stdout] | [INFO] [stdout] 46 | ) -> uint32_t { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'libc::uint32_t': Use u32 instead. [INFO] [stdout] --> src/plugin.rs:65:6 [INFO] [stdout] | [INFO] [stdout] 65 | ) -> uint32_t { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'libc::uint8_t': Use u8 instead. [INFO] [stdout] --> src/plugin.rs:89:31 [INFO] [stdout] | [INFO] [stdout] 89 | plugin_masters_size: *mut uint8_t, [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'libc::uint32_t': Use u32 instead. [INFO] [stdout] --> src/plugin.rs:90:6 [INFO] [stdout] | [INFO] [stdout] 90 | ) -> uint32_t { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'libc::uint32_t': Use u32 instead. [INFO] [stdout] --> src/plugin.rs:119:6 [INFO] [stdout] | [INFO] [stdout] 119 | ) -> uint32_t { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'libc::uint32_t': Use u32 instead. [INFO] [stdout] --> src/plugin.rs:138:6 [INFO] [stdout] | [INFO] [stdout] 138 | ) -> uint32_t { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'libc::uint32_t': Use u32 instead. [INFO] [stdout] --> src/plugin.rs:155:14 [INFO] [stdout] | [INFO] [stdout] 155 | game_id: uint32_t, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'libc::uint32_t': Use u32 instead. [INFO] [stdout] --> src/plugin.rs:159:6 [INFO] [stdout] | [INFO] [stdout] 159 | ) -> uint32_t { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'libc::uint32_t': Use u32 instead. [INFO] [stdout] --> src/plugin.rs:186:6 [INFO] [stdout] | [INFO] [stdout] 186 | ) -> uint32_t { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'libc::uint32_t': Use u32 instead. [INFO] [stdout] --> src/plugin.rs:215:6 [INFO] [stdout] | [INFO] [stdout] 215 | ) -> uint32_t { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'libc::uint32_t': Use u32 instead. [INFO] [stdout] --> src/plugin.rs:237:6 [INFO] [stdout] | [INFO] [stdout] 237 | ) -> uint32_t { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'libc::uint32_t': Use u32 instead. [INFO] [stdout] --> src/plugin.rs:256:6 [INFO] [stdout] | [INFO] [stdout] 256 | ) -> uint32_t { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'libc::uint32_t': Use u32 instead. [INFO] [stdout] --> src/plugin.rs:276:6 [INFO] [stdout] | [INFO] [stdout] 276 | ) -> uint32_t { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'libc::uint32_t': Use u32 instead. [INFO] [stdout] --> src/plugin.rs:296:6 [INFO] [stdout] | [INFO] [stdout] 296 | ) -> uint32_t { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 40 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.98s [INFO] running `Command { std: "docker" "inspect" "e78ad9f0b4a326fb4d131a1bf2d4671f34fb531825faafaebc1fab2779d648a0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e78ad9f0b4a326fb4d131a1bf2d4671f34fb531825faafaebc1fab2779d648a0", kill_on_drop: false }` [INFO] [stdout] e78ad9f0b4a326fb4d131a1bf2d4671f34fb531825faafaebc1fab2779d648a0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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=warn" "-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@sha256:a636fd89d022f18117e1dc8fb37a0a009933cdbbe082814857f0e2024962d47c" "/opt/rustwide/cargo-home/bin/cargo" "+1.45.2" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 2d52d32221cba3c9c1578cf281a3738bc0b16ff93ed7f715f401dc5605e947ca [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" "2d52d32221cba3c9c1578cf281a3738bc0b16ff93ed7f715f401dc5605e947ca", kill_on_drop: false }` [INFO] [stderr] warning: use of deprecated item 'libc::uint32_t': Use u32 instead. [INFO] [stderr] --> src/constants.rs:3:5 [INFO] [stderr] | [INFO] [stderr] 3 | use libc::uint32_t; [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'libc::uint32_t': Use u32 instead. [INFO] [stderr] --> src/constants.rs:6:20 [INFO] [stderr] | [INFO] [stderr] 6 | pub static ESP_OK: uint32_t = 0; [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'libc::uint32_t': Use u32 instead. [INFO] [stderr] --> src/constants.rs:9:36 [INFO] [stderr] | [INFO] [stderr] 9 | pub static ESP_ERROR_NULL_POINTER: uint32_t = 1; [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'libc::uint32_t': Use u32 instead. [INFO] [stderr] --> src/constants.rs:12:32 [INFO] [stderr] | [INFO] [stderr] 12 | pub static ESP_ERROR_NOT_UTF8: uint32_t = 2; [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'libc::uint32_t': Use u32 instead. [INFO] [stderr] --> src/constants.rs:15:43 [INFO] [stderr] | [INFO] [stderr] 15 | pub static ESP_ERROR_STRING_CONTAINS_NUL: uint32_t = 3; [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'libc::uint32_t': Use u32 instead. [INFO] [stderr] --> src/constants.rs:18:39 [INFO] [stderr] | [INFO] [stderr] 18 | pub static ESP_ERROR_INVALID_GAME_ID: uint32_t = 4; [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'libc::uint32_t': Use u32 instead. [INFO] [stderr] --> src/constants.rs:21:35 [INFO] [stderr] | [INFO] [stderr] 21 | pub static ESP_ERROR_PARSE_ERROR: uint32_t = 5; [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'libc::uint32_t': Use u32 instead. [INFO] [stderr] --> src/constants.rs:24:32 [INFO] [stderr] | [INFO] [stderr] 24 | pub static ESP_ERROR_PANICKED: uint32_t = 6; [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'libc::uint32_t': Use u32 instead. [INFO] [stderr] --> src/constants.rs:27:31 [INFO] [stderr] | [INFO] [stderr] 27 | pub static ESP_GAME_OBLIVION: uint32_t = GameId::Oblivion as uint32_t; [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'libc::uint32_t': Use u32 instead. [INFO] [stderr] --> src/constants.rs:27:62 [INFO] [stderr] | [INFO] [stderr] 27 | pub static ESP_GAME_OBLIVION: uint32_t = GameId::Oblivion as uint32_t; [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'libc::uint32_t': Use u32 instead. [INFO] [stderr] --> src/constants.rs:30:29 [INFO] [stderr] | [INFO] [stderr] 30 | pub static ESP_GAME_SKYRIM: uint32_t = GameId::Skyrim as uint32_t; [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'libc::uint32_t': Use u32 instead. [INFO] [stderr] --> src/constants.rs:30:58 [INFO] [stderr] | [INFO] [stderr] 30 | pub static ESP_GAME_SKYRIM: uint32_t = GameId::Skyrim as uint32_t; [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'libc::uint32_t': Use u32 instead. [INFO] [stderr] --> src/constants.rs:33:31 [INFO] [stderr] | [INFO] [stderr] 33 | pub static ESP_GAME_FALLOUT3: uint32_t = GameId::Fallout3 as uint32_t; [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'libc::uint32_t': Use u32 instead. [INFO] [stderr] --> src/constants.rs:33:62 [INFO] [stderr] | [INFO] [stderr] 33 | pub static ESP_GAME_FALLOUT3: uint32_t = GameId::Fallout3 as uint32_t; [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'libc::uint32_t': Use u32 instead. [INFO] [stderr] --> src/constants.rs:36:32 [INFO] [stderr] | [INFO] [stderr] 36 | pub static ESP_GAME_FALLOUTNV: uint32_t = GameId::FalloutNV as uint32_t; [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'libc::uint32_t': Use u32 instead. [INFO] [stderr] --> src/constants.rs:36:64 [INFO] [stderr] | [INFO] [stderr] 36 | pub static ESP_GAME_FALLOUTNV: uint32_t = GameId::FalloutNV as uint32_t; [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'libc::uint32_t': Use u32 instead. [INFO] [stderr] --> src/constants.rs:39:32 [INFO] [stderr] | [INFO] [stderr] 39 | pub static ESP_GAME_MORROWIND: uint32_t = GameId::Morrowind as uint32_t; [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'libc::uint32_t': Use u32 instead. [INFO] [stderr] --> src/constants.rs:39:64 [INFO] [stderr] | [INFO] [stderr] 39 | pub static ESP_GAME_MORROWIND: uint32_t = GameId::Morrowind as uint32_t; [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'libc::uint32_t': Use u32 instead. [INFO] [stderr] --> src/constants.rs:42:31 [INFO] [stderr] | [INFO] [stderr] 42 | pub static ESP_GAME_FALLOUT4: uint32_t = GameId::Fallout4 as uint32_t; [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'libc::uint32_t': Use u32 instead. [INFO] [stderr] --> src/constants.rs:42:62 [INFO] [stderr] | [INFO] [stderr] 42 | pub static ESP_GAME_FALLOUT4: uint32_t = GameId::Fallout4 as uint32_t; [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'libc::uint32_t': Use u32 instead. [INFO] [stderr] --> src/constants.rs:45:31 [INFO] [stderr] | [INFO] [stderr] 45 | pub static ESP_GAME_SKYRIMSE: uint32_t = GameId::SkyrimSE as uint32_t; [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'libc::uint32_t': Use u32 instead. [INFO] [stderr] --> src/constants.rs:45:62 [INFO] [stderr] | [INFO] [stderr] 45 | pub static ESP_GAME_SKYRIMSE: uint32_t = GameId::SkyrimSE as uint32_t; [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'libc::uint32_t': Use u32 instead. [INFO] [stderr] --> src/plugin.rs:4:37 [INFO] [stderr] | [INFO] [stderr] 4 | use libc::{c_char, c_float, size_t, uint32_t, uint8_t}; [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'libc::uint8_t': Use u8 instead. [INFO] [stderr] --> src/plugin.rs:4:47 [INFO] [stderr] | [INFO] [stderr] 4 | use libc::{c_char, c_float, size_t, uint32_t, uint8_t}; [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'libc::uint32_t': Use u32 instead. [INFO] [stderr] --> src/plugin.rs:13:14 [INFO] [stderr] | [INFO] [stderr] 13 | game_id: uint32_t, [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'libc::uint32_t': Use u32 instead. [INFO] [stderr] --> src/plugin.rs:15:6 [INFO] [stderr] | [INFO] [stderr] 15 | ) -> uint32_t { [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'libc::uint32_t': Use u32 instead. [INFO] [stderr] --> src/plugin.rs:46:6 [INFO] [stderr] | [INFO] [stderr] 46 | ) -> uint32_t { [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'libc::uint32_t': Use u32 instead. [INFO] [stderr] --> src/plugin.rs:65:6 [INFO] [stderr] | [INFO] [stderr] 65 | ) -> uint32_t { [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'libc::uint8_t': Use u8 instead. [INFO] [stderr] --> src/plugin.rs:89:31 [INFO] [stderr] | [INFO] [stderr] 89 | plugin_masters_size: *mut uint8_t, [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'libc::uint32_t': Use u32 instead. [INFO] [stderr] --> src/plugin.rs:90:6 [INFO] [stderr] | [INFO] [stderr] 90 | ) -> uint32_t { [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'libc::uint32_t': Use u32 instead. [INFO] [stderr] --> src/plugin.rs:119:6 [INFO] [stderr] | [INFO] [stderr] 119 | ) -> uint32_t { [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'libc::uint32_t': Use u32 instead. [INFO] [stderr] --> src/plugin.rs:138:6 [INFO] [stderr] | [INFO] [stderr] 138 | ) -> uint32_t { [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'libc::uint32_t': Use u32 instead. [INFO] [stderr] --> src/plugin.rs:155:14 [INFO] [stderr] | [INFO] [stderr] 155 | game_id: uint32_t, [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'libc::uint32_t': Use u32 instead. [INFO] [stderr] --> src/plugin.rs:159:6 [INFO] [stderr] | [INFO] [stderr] 159 | ) -> uint32_t { [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'libc::uint32_t': Use u32 instead. [INFO] [stderr] --> src/plugin.rs:186:6 [INFO] [stderr] | [INFO] [stderr] 186 | ) -> uint32_t { [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'libc::uint32_t': Use u32 instead. [INFO] [stderr] --> src/plugin.rs:215:6 [INFO] [stderr] | [INFO] [stderr] 215 | ) -> uint32_t { [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'libc::uint32_t': Use u32 instead. [INFO] [stderr] --> src/plugin.rs:237:6 [INFO] [stderr] | [INFO] [stderr] 237 | ) -> uint32_t { [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'libc::uint32_t': Use u32 instead. [INFO] [stderr] --> src/plugin.rs:256:6 [INFO] [stderr] | [INFO] [stderr] 256 | ) -> uint32_t { [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'libc::uint32_t': Use u32 instead. [INFO] [stderr] --> src/plugin.rs:276:6 [INFO] [stderr] | [INFO] [stderr] 276 | ) -> uint32_t { [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'libc::uint32_t': Use u32 instead. [INFO] [stderr] --> src/plugin.rs:296:6 [INFO] [stderr] | [INFO] [stderr] 296 | ) -> uint32_t { [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: 40 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.05s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/esplugin_ffi-f575b6cb0ff295a9 [INFO] [stdout] [INFO] [stdout] running 2 tests [INFO] [stdout] test helpers::tests::to_c_string_should_not_truncate_a_string_containing_no_nul_chars ... ok [INFO] [stdout] test helpers::tests::to_c_string_should_truncate_string_to_first_nul ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "2d52d32221cba3c9c1578cf281a3738bc0b16ff93ed7f715f401dc5605e947ca", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2d52d32221cba3c9c1578cf281a3738bc0b16ff93ed7f715f401dc5605e947ca", kill_on_drop: false }` [INFO] [stdout] 2d52d32221cba3c9c1578cf281a3738bc0b16ff93ed7f715f401dc5605e947ca