[INFO] fetching crate libwhp 0.1.3... [INFO] fixing libwhp-0.1.3 against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=end=2015,2024 for pr-157817-1 [INFO] extracting crate libwhp 0.1.3 into /workspace/builds/worker-1-tc2/source [INFO] started tweaking crates.io crate libwhp 0.1.3 [INFO] finished tweaking crates.io crate libwhp 0.1.3 [INFO] tweaked toml for crates.io crate libwhp 0.1.3 written to /workspace/builds/worker-1-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate libwhp 0.1.3 on toolchain 622891a4e29178280638a6b63a8908bde2c0c854 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Updating crates.io index [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Locking 2 packages to latest compatible versions [INFO] [stderr] Adding bitflags v1.3.2 (available: v2.13.0) [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] warning: Cargo.toml: `package.edition` is unspecified, defaulting to `2015` while the latest is `2024` [INFO] [stderr] warning: `libwhp` (manifest) generated 1 warning [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,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" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }` [INFO] [stdout] 868d554f1a6888b373becaa9742482a65f8adf8051f1e4e408f12be08bb47887 [INFO] running `Command { std: "docker" "start" "868d554f1a6888b373becaa9742482a65f8adf8051f1e4e408f12be08bb47887", kill_on_drop: false }` [INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "868d554f1a6888b373becaa9742482a65f8adf8051f1e4e408f12be08bb47887" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "868d554f1a6888b373becaa9742482a65f8adf8051f1e4e408f12be08bb47887", kill_on_drop: false }` [INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "868d554f1a6888b373becaa9742482a65f8adf8051f1e4e408f12be08bb47887" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=end=2015,2024", kill_on_drop: false }` [INFO] [stderr] crater-edition-check: migrating to next edition [INFO] [stderr] Migrating Cargo.toml from 2015 edition to 2018 [INFO] [stderr] warning: Cargo.toml: `package.edition` is unspecified, defaulting to `2015` while the latest is `2024` [INFO] [stderr] warning: `libwhp` (manifest) generated 1 warning [INFO] [stderr] Compiling libc v0.2.186 [INFO] [stderr] Checking bitflags v1.3.2 [INFO] [stderr] Checking libwhp v0.1.3 (/opt/rustwide/workdir) [INFO] [stderr] Migrating src/lib.rs from 2015 edition to 2018 [INFO] [stdout] warning: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition [INFO] [stdout] --> src/instruction_emulator.rs:15:5 [INFO] [stdout] | [INFO] [stdout] 15 | use common::*; [INFO] [stdout] | ^^^^^^^^^ help: use `crate`: `crate::common::*` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: `--force-warn absolute-paths-not-starting-with-crate` implied by `--force-warn rust-2018-compatibility` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition [INFO] [stdout] --> src/instruction_emulator.rs:17:5 [INFO] [stdout] | [INFO] [stdout] 17 | use win_hv_emulation::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::win_hv_emulation::*` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition [INFO] [stdout] --> src/instruction_emulator.rs:18:9 [INFO] [stdout] | [INFO] [stdout] 18 | pub use win_hv_emulation_defs::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::win_hv_emulation_defs::*` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition [INFO] [stdout] --> src/instruction_emulator.rs:19:5 [INFO] [stdout] | [INFO] [stdout] 19 | use win_hv_platform_defs::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::win_hv_platform_defs::*` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition [INFO] [stdout] --> src/platform.rs:15:5 [INFO] [stdout] | [INFO] [stdout] 15 | use common::*; [INFO] [stdout] | ^^^^^^^^^ help: use `crate`: `crate::common::*` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition [INFO] [stdout] --> src/platform.rs:16:5 [INFO] [stdout] | [INFO] [stdout] 16 | use memory::*; [INFO] [stdout] | ^^^^^^^^^ help: use `crate`: `crate::memory::*` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition [INFO] [stdout] --> src/platform.rs:20:5 [INFO] [stdout] | [INFO] [stdout] 20 | use win_hv_platform::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::win_hv_platform::*` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition [INFO] [stdout] --> src/platform.rs:21:9 [INFO] [stdout] | [INFO] [stdout] 21 | pub use win_hv_platform_defs::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::win_hv_platform_defs::*` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition [INFO] [stdout] --> src/win_hv_emulation.rs:17:5 [INFO] [stdout] | [INFO] [stdout] 17 | use common::*; [INFO] [stdout] | ^^^^^^^^^ help: use `crate`: `crate::common::*` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition [INFO] [stdout] --> src/win_hv_emulation.rs:18:5 [INFO] [stdout] | [INFO] [stdout] 18 | use win_hv_emulation_defs::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::win_hv_emulation_defs::*` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition [INFO] [stdout] --> src/win_hv_emulation.rs:19:5 [INFO] [stdout] | [INFO] [stdout] 19 | use win_hv_platform_defs::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::win_hv_platform_defs::*` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition [INFO] [stdout] --> src/win_hv_emulation_defs.rs:17:5 [INFO] [stdout] | [INFO] [stdout] 17 | use common::*; [INFO] [stdout] | ^^^^^^^^^ help: use `crate`: `crate::common::*` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition [INFO] [stdout] --> src/win_hv_emulation_defs.rs:18:5 [INFO] [stdout] | [INFO] [stdout] 18 | use win_hv_platform_defs::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::win_hv_platform_defs::*` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition [INFO] [stdout] --> src/win_hv_platform.rs:17:5 [INFO] [stdout] | [INFO] [stdout] 17 | use common::*; [INFO] [stdout] | ^^^^^^^^^ help: use `crate`: `crate::common::*` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition [INFO] [stdout] --> src/win_hv_platform.rs:18:5 [INFO] [stdout] | [INFO] [stdout] 18 | use win_hv_platform_defs::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::win_hv_platform_defs::*` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition [INFO] [stdout] --> src/win_hv_platform_defs.rs:18:5 [INFO] [stdout] | [INFO] [stdout] 18 | use common::*; [INFO] [stdout] | ^^^^^^^^^ help: use `crate`: `crate::common::*` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition [INFO] [stdout] --> src/win_memory.rs:17:5 [INFO] [stdout] | [INFO] [stdout] 17 | use common::*; [INFO] [stdout] | ^^^^^^^^^ help: use `crate`: `crate::common::*` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition [INFO] [stdout] --> src/lib.rs:29:9 [INFO] [stdout] | [INFO] [stdout] 29 | pub use common::*; [INFO] [stdout] | ^^^^^^^^^ help: use `crate`: `crate::common::*` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition [INFO] [stdout] --> src/lib.rs:30:9 [INFO] [stdout] | [INFO] [stdout] 30 | pub use platform::*; [INFO] [stdout] | ^^^^^^^^^^^ help: use `crate`: `crate::platform::*` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition [INFO] [stdout] --> src/memory.rs:17:5 [INFO] [stdout] | [INFO] [stdout] 17 | use common::*; [INFO] [stdout] | ^^^^^^^^^ help: use `crate`: `crate::common::*` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition [INFO] [stdout] --> src/memory.rs:21:5 [INFO] [stdout] | [INFO] [stdout] 21 | use win_memory::*; [INFO] [stdout] | ^^^^^^^^^^^^^ help: use `crate`: `crate::win_memory::*` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0570]: "stdcall" is not a supported ABI for the current target [INFO] [stdout] --> src/instruction_emulator.rs:98:12 [INFO] [stdout] | [INFO] [stdout] 98 | extern "stdcall" fn io_port_cb( [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: if you need `extern "stdcall"` on win32 and `extern "C"` everywhere else, use `extern "system"` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0570]: "stdcall" is not a supported ABI for the current target [INFO] [stdout] --> src/instruction_emulator.rs:108:12 [INFO] [stdout] | [INFO] [stdout] 108 | extern "stdcall" fn memory_cb( [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: if you need `extern "stdcall"` on win32 and `extern "C"` everywhere else, use `extern "system"` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0570]: "stdcall" is not a supported ABI for the current target [INFO] [stdout] --> src/instruction_emulator.rs:119:12 [INFO] [stdout] | [INFO] [stdout] 119 | extern "stdcall" fn get_vp_registers_cb( [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: if you need `extern "stdcall"` on win32 and `extern "C"` everywhere else, use `extern "system"` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0570]: "stdcall" is not a supported ABI for the current target [INFO] [stdout] --> src/instruction_emulator.rs:135:12 [INFO] [stdout] | [INFO] [stdout] 135 | extern "stdcall" fn set_vp_registers_cb( [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: if you need `extern "stdcall"` on win32 and `extern "C"` everywhere else, use `extern "system"` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0570]: "stdcall" is not a supported ABI for the current target [INFO] [stdout] --> src/instruction_emulator.rs:151:12 [INFO] [stdout] | [INFO] [stdout] 151 | extern "stdcall" fn translate_gva_page_cb( [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: if you need `extern "stdcall"` on win32 and `extern "C"` everywhere else, use `extern "system"` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0570]: "stdcall" is not a supported ABI for the current target [INFO] [stdout] --> src/win_hv_emulation.rs:22:12 [INFO] [stdout] | [INFO] [stdout] 22 | extern "stdcall" fn(Context: *mut VOID, IoAccess: *mut WHV_EMULATOR_IO_ACCESS_INFO) -> HRESULT; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: if you need `extern "stdcall"` on win32 and `extern "C"` everywhere else, use `extern "system"` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0570]: "stdcall" is not a supported ABI for the current target [INFO] [stdout] --> src/win_hv_emulation.rs:25:12 [INFO] [stdout] | [INFO] [stdout] 25 | extern "stdcall" fn(Context: *mut VOID, MemoryAccess: *mut WHV_EMULATOR_MEMORY_ACCESS_INFO) [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: if you need `extern "stdcall"` on win32 and `extern "C"` everywhere else, use `extern "system"` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0570]: "stdcall" is not a supported ABI for the current target [INFO] [stdout] --> src/win_hv_emulation.rs:29:12 [INFO] [stdout] | [INFO] [stdout] 29 | extern "stdcall" fn( [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: if you need `extern "stdcall"` on win32 and `extern "C"` everywhere else, use `extern "system"` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0570]: "stdcall" is not a supported ABI for the current target [INFO] [stdout] --> src/win_hv_emulation.rs:37:12 [INFO] [stdout] | [INFO] [stdout] 37 | extern "stdcall" fn( [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: if you need `extern "stdcall"` on win32 and `extern "C"` everywhere else, use `extern "system"` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0570]: "stdcall" is not a supported ABI for the current target [INFO] [stdout] --> src/win_hv_emulation.rs:45:12 [INFO] [stdout] | [INFO] [stdout] 45 | extern "stdcall" fn( [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: if you need `extern "stdcall"` on win32 and `extern "C"` everywhere else, use `extern "system"` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0570]: "stdcall" is not a supported ABI for the current target [INFO] [stdout] --> src/win_hv_emulation.rs:70:8 [INFO] [stdout] | [INFO] [stdout] 70 | extern "stdcall" { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: if you need `extern "stdcall"` on win32 and `extern "C"` everywhere else, use `extern "system"` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0570]: "stdcall" is not a supported ABI for the current target [INFO] [stdout] --> src/win_hv_emulation.rs:97:12 [INFO] [stdout] | [INFO] [stdout] 97 | extern "stdcall" fn io_port_cb( [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: if you need `extern "stdcall"` on win32 and `extern "C"` everywhere else, use `extern "system"` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0570]: "stdcall" is not a supported ABI for the current target [INFO] [stdout] --> src/win_hv_emulation.rs:104:12 [INFO] [stdout] | [INFO] [stdout] 104 | extern "stdcall" fn memory_cb( [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: if you need `extern "stdcall"` on win32 and `extern "C"` everywhere else, use `extern "system"` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0570]: "stdcall" is not a supported ABI for the current target [INFO] [stdout] --> src/win_hv_emulation.rs:111:12 [INFO] [stdout] | [INFO] [stdout] 111 | extern "stdcall" fn get_vp_registers_cb( [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: if you need `extern "stdcall"` on win32 and `extern "C"` everywhere else, use `extern "system"` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0570]: "stdcall" is not a supported ABI for the current target [INFO] [stdout] --> src/win_hv_emulation.rs:120:12 [INFO] [stdout] | [INFO] [stdout] 120 | extern "stdcall" fn set_vp_registers_cb( [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: if you need `extern "stdcall"` on win32 and `extern "C"` everywhere else, use `extern "system"` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0570]: "stdcall" is not a supported ABI for the current target [INFO] [stdout] --> src/win_hv_emulation.rs:129:12 [INFO] [stdout] | [INFO] [stdout] 129 | extern "stdcall" fn translate_gva_page_cb( [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: if you need `extern "stdcall"` on win32 and `extern "C"` everywhere else, use `extern "system"` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0570]: "stdcall" is not a supported ABI for the current target [INFO] [stdout] --> src/win_hv_platform.rs:22:8 [INFO] [stdout] | [INFO] [stdout] 22 | extern "stdcall" { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: if you need `extern "stdcall"` on win32 and `extern "C"` everywhere else, use `extern "system"` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0570]: "stdcall" is not a supported ABI for the current target [INFO] [stdout] --> src/win_memory.rs:26:8 [INFO] [stdout] | [INFO] [stdout] 26 | extern "stdcall" { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: if you need `extern "stdcall"` on win32 and `extern "C"` everywhere else, use `extern "system"` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0570`. [INFO] [stdout] [INFO] [stderr] error: could not compile `libwhp` (lib test) due to 18 previous errors; 21 warnings emitted [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: could not compile `libwhp` (lib) due to 13 previous errors; 21 warnings emitted [INFO] [stdout] warning: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition [INFO] [stdout] --> src/instruction_emulator.rs:15:5 [INFO] [stdout] | [INFO] [stdout] 15 | use common::*; [INFO] [stdout] | ^^^^^^^^^ help: use `crate`: `crate::common::*` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: `--force-warn absolute-paths-not-starting-with-crate` implied by `--force-warn rust-2018-compatibility` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition [INFO] [stdout] --> src/instruction_emulator.rs:17:5 [INFO] [stdout] | [INFO] [stdout] 17 | use win_hv_emulation::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::win_hv_emulation::*` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition [INFO] [stdout] --> src/instruction_emulator.rs:18:9 [INFO] [stdout] | [INFO] [stdout] 18 | pub use win_hv_emulation_defs::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::win_hv_emulation_defs::*` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition [INFO] [stdout] --> src/instruction_emulator.rs:19:5 [INFO] [stdout] | [INFO] [stdout] 19 | use win_hv_platform_defs::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::win_hv_platform_defs::*` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition [INFO] [stdout] --> src/platform.rs:15:5 [INFO] [stdout] | [INFO] [stdout] 15 | use common::*; [INFO] [stdout] | ^^^^^^^^^ help: use `crate`: `crate::common::*` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition [INFO] [stdout] --> src/platform.rs:16:5 [INFO] [stdout] | [INFO] [stdout] 16 | use memory::*; [INFO] [stdout] | ^^^^^^^^^ help: use `crate`: `crate::memory::*` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition [INFO] [stdout] --> src/platform.rs:20:5 [INFO] [stdout] | [INFO] [stdout] 20 | use win_hv_platform::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::win_hv_platform::*` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition [INFO] [stdout] --> src/platform.rs:21:9 [INFO] [stdout] | [INFO] [stdout] 21 | pub use win_hv_platform_defs::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::win_hv_platform_defs::*` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition [INFO] [stdout] --> src/win_hv_emulation.rs:17:5 [INFO] [stdout] | [INFO] [stdout] 17 | use common::*; [INFO] [stdout] | ^^^^^^^^^ help: use `crate`: `crate::common::*` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition [INFO] [stdout] --> src/win_hv_emulation.rs:18:5 [INFO] [stdout] | [INFO] [stdout] 18 | use win_hv_emulation_defs::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::win_hv_emulation_defs::*` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition [INFO] [stdout] --> src/win_hv_emulation.rs:19:5 [INFO] [stdout] | [INFO] [stdout] 19 | use win_hv_platform_defs::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::win_hv_platform_defs::*` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition [INFO] [stdout] --> src/win_hv_emulation_defs.rs:17:5 [INFO] [stdout] | [INFO] [stdout] 17 | use common::*; [INFO] [stdout] | ^^^^^^^^^ help: use `crate`: `crate::common::*` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition [INFO] [stdout] --> src/win_hv_emulation_defs.rs:18:5 [INFO] [stdout] | [INFO] [stdout] 18 | use win_hv_platform_defs::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::win_hv_platform_defs::*` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition [INFO] [stdout] --> src/win_hv_platform.rs:17:5 [INFO] [stdout] | [INFO] [stdout] 17 | use common::*; [INFO] [stdout] | ^^^^^^^^^ help: use `crate`: `crate::common::*` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition [INFO] [stdout] --> src/win_hv_platform.rs:18:5 [INFO] [stdout] | [INFO] [stdout] 18 | use win_hv_platform_defs::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::win_hv_platform_defs::*` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition [INFO] [stdout] --> src/win_hv_platform_defs.rs:18:5 [INFO] [stdout] | [INFO] [stdout] 18 | use common::*; [INFO] [stdout] | ^^^^^^^^^ help: use `crate`: `crate::common::*` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition [INFO] [stdout] --> src/win_memory.rs:17:5 [INFO] [stdout] | [INFO] [stdout] 17 | use common::*; [INFO] [stdout] | ^^^^^^^^^ help: use `crate`: `crate::common::*` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition [INFO] [stdout] --> src/lib.rs:29:9 [INFO] [stdout] | [INFO] [stdout] 29 | pub use common::*; [INFO] [stdout] | ^^^^^^^^^ help: use `crate`: `crate::common::*` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition [INFO] [stdout] --> src/lib.rs:30:9 [INFO] [stdout] | [INFO] [stdout] 30 | pub use platform::*; [INFO] [stdout] | ^^^^^^^^^^^ help: use `crate`: `crate::platform::*` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition [INFO] [stdout] --> src/memory.rs:17:5 [INFO] [stdout] | [INFO] [stdout] 17 | use common::*; [INFO] [stdout] | ^^^^^^^^^ help: use `crate`: `crate::common::*` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition [INFO] [stdout] --> src/memory.rs:21:5 [INFO] [stdout] | [INFO] [stdout] 21 | use win_memory::*; [INFO] [stdout] | ^^^^^^^^^^^^^ help: use `crate`: `crate::win_memory::*` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0570]: "stdcall" is not a supported ABI for the current target [INFO] [stdout] --> src/instruction_emulator.rs:98:12 [INFO] [stdout] | [INFO] [stdout] 98 | extern "stdcall" fn io_port_cb( [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: if you need `extern "stdcall"` on win32 and `extern "C"` everywhere else, use `extern "system"` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0570]: "stdcall" is not a supported ABI for the current target [INFO] [stdout] --> src/instruction_emulator.rs:108:12 [INFO] [stdout] | [INFO] [stdout] 108 | extern "stdcall" fn memory_cb( [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: if you need `extern "stdcall"` on win32 and `extern "C"` everywhere else, use `extern "system"` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0570]: "stdcall" is not a supported ABI for the current target [INFO] [stdout] --> src/instruction_emulator.rs:119:12 [INFO] [stdout] | [INFO] [stdout] 119 | extern "stdcall" fn get_vp_registers_cb( [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: if you need `extern "stdcall"` on win32 and `extern "C"` everywhere else, use `extern "system"` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0570]: "stdcall" is not a supported ABI for the current target [INFO] [stdout] --> src/instruction_emulator.rs:135:12 [INFO] [stdout] | [INFO] [stdout] 135 | extern "stdcall" fn set_vp_registers_cb( [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: if you need `extern "stdcall"` on win32 and `extern "C"` everywhere else, use `extern "system"` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0570]: "stdcall" is not a supported ABI for the current target [INFO] [stdout] --> src/instruction_emulator.rs:151:12 [INFO] [stdout] | [INFO] [stdout] 151 | extern "stdcall" fn translate_gva_page_cb( [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: if you need `extern "stdcall"` on win32 and `extern "C"` everywhere else, use `extern "system"` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0570]: "stdcall" is not a supported ABI for the current target [INFO] [stdout] --> src/win_hv_emulation.rs:22:12 [INFO] [stdout] | [INFO] [stdout] 22 | extern "stdcall" fn(Context: *mut VOID, IoAccess: *mut WHV_EMULATOR_IO_ACCESS_INFO) -> HRESULT; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: if you need `extern "stdcall"` on win32 and `extern "C"` everywhere else, use `extern "system"` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0570]: "stdcall" is not a supported ABI for the current target [INFO] [stdout] --> src/win_hv_emulation.rs:25:12 [INFO] [stdout] | [INFO] [stdout] 25 | extern "stdcall" fn(Context: *mut VOID, MemoryAccess: *mut WHV_EMULATOR_MEMORY_ACCESS_INFO) [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: if you need `extern "stdcall"` on win32 and `extern "C"` everywhere else, use `extern "system"` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0570]: "stdcall" is not a supported ABI for the current target [INFO] [stdout] --> src/win_hv_emulation.rs:29:12 [INFO] [stdout] | [INFO] [stdout] 29 | extern "stdcall" fn( [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: if you need `extern "stdcall"` on win32 and `extern "C"` everywhere else, use `extern "system"` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0570]: "stdcall" is not a supported ABI for the current target [INFO] [stdout] --> src/win_hv_emulation.rs:37:12 [INFO] [stdout] | [INFO] [stdout] 37 | extern "stdcall" fn( [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: if you need `extern "stdcall"` on win32 and `extern "C"` everywhere else, use `extern "system"` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0570]: "stdcall" is not a supported ABI for the current target [INFO] [stdout] --> src/win_hv_emulation.rs:45:12 [INFO] [stdout] | [INFO] [stdout] 45 | extern "stdcall" fn( [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: if you need `extern "stdcall"` on win32 and `extern "C"` everywhere else, use `extern "system"` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0570]: "stdcall" is not a supported ABI for the current target [INFO] [stdout] --> src/win_hv_emulation.rs:70:8 [INFO] [stdout] | [INFO] [stdout] 70 | extern "stdcall" { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: if you need `extern "stdcall"` on win32 and `extern "C"` everywhere else, use `extern "system"` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0570]: "stdcall" is not a supported ABI for the current target [INFO] [stdout] --> src/win_hv_platform.rs:22:8 [INFO] [stdout] | [INFO] [stdout] 22 | extern "stdcall" { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: if you need `extern "stdcall"` on win32 and `extern "C"` everywhere else, use `extern "system"` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0570]: "stdcall" is not a supported ABI for the current target [INFO] [stdout] --> src/win_memory.rs:26:8 [INFO] [stdout] | [INFO] [stdout] 26 | extern "stdcall" { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: if you need `extern "stdcall"` on win32 and `extern "C"` everywhere else, use `extern "system"` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0570`. [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "868d554f1a6888b373becaa9742482a65f8adf8051f1e4e408f12be08bb47887", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "868d554f1a6888b373becaa9742482a65f8adf8051f1e4e408f12be08bb47887", kill_on_drop: false }` [INFO] [stdout] 868d554f1a6888b373becaa9742482a65f8adf8051f1e4e408f12be08bb47887