[INFO] fetching crate libwhp 0.1.3... [INFO] testing libwhp-0.1.3 against 1.59.0 for beta-1.60-1 [INFO] extracting crate libwhp 0.1.3 into /workspace/builds/worker-29/source [INFO] validating manifest of crates.io crate libwhp 0.1.3 on toolchain 1.59.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.59.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [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-29/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.59.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.59.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-29/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-29/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+1.59.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 71d35e077f244529ecaab0771001a24b227c4a82087e9ae4f49fbbd8ee10853a [INFO] running `Command { std: "docker" "start" "-a" "71d35e077f244529ecaab0771001a24b227c4a82087e9ae4f49fbbd8ee10853a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "71d35e077f244529ecaab0771001a24b227c4a82087e9ae4f49fbbd8ee10853a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "71d35e077f244529ecaab0771001a24b227c4a82087e9ae4f49fbbd8ee10853a", kill_on_drop: false }` [INFO] [stdout] 71d35e077f244529ecaab0771001a24b227c4a82087e9ae4f49fbbd8ee10853a [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-29/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-29/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+1.59.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 73e5d5144a28721e6587cdab89ad63ffc7c59322628d37732ea009cca9782c8f [INFO] running `Command { std: "docker" "start" "-a" "73e5d5144a28721e6587cdab89ad63ffc7c59322628d37732ea009cca9782c8f", kill_on_drop: false }` [INFO] [stderr] Compiling libwhp v0.1.3 (/opt/rustwide/workdir) [INFO] [stdout] warning: use of calling convention not supported on this target [INFO] [stdout] --> src/win_hv_emulation.rs:70:1 [INFO] [stdout] | [INFO] [stdout] 70 | / extern "stdcall" { [INFO] [stdout] 71 | | pub fn WHvEmulatorCreateEmulator( [INFO] [stdout] 72 | | Callbacks: *const WHV_EMULATOR_CALLBACKS, [INFO] [stdout] 73 | | Emulator: *mut WHV_EMULATOR_HANDLE, [INFO] [stdout] ... | [INFO] [stdout] 89 | | ) -> HRESULT; [INFO] [stdout] 90 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unsupported_calling_conventions)]` on by default [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #87678 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of calling convention not supported on this target [INFO] [stdout] --> src/win_hv_platform.rs:22:1 [INFO] [stdout] | [INFO] [stdout] 22 | / extern "stdcall" { [INFO] [stdout] 23 | | pub fn WHvCreatePartition(Partition: *mut WHV_PARTITION_HANDLE) -> HRESULT; [INFO] [stdout] 24 | | pub fn WHvSetupPartition(Partition: WHV_PARTITION_HANDLE) -> HRESULT; [INFO] [stdout] 25 | | pub fn WHvDeletePartition(Partition: WHV_PARTITION_HANDLE) -> HRESULT; [INFO] [stdout] ... | [INFO] [stdout] 95 | | ) -> HRESULT; [INFO] [stdout] 96 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #87678 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of calling convention not supported on this target [INFO] [stdout] --> src/win_memory.rs:26:1 [INFO] [stdout] | [INFO] [stdout] 26 | / extern "stdcall" { [INFO] [stdout] 27 | | pub fn VirtualAlloc( [INFO] [stdout] 28 | | lpAddress: *mut VOID, [INFO] [stdout] 29 | | dwSize: SIZE_T, [INFO] [stdout] ... | [INFO] [stdout] 33 | | pub fn VirtualFree(lpAddress: *mut VOID, dwSize: SIZE_T, dwFreeType: DWORD) -> BOOL; [INFO] [stdout] 34 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #87678 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of calling convention not supported on this target [INFO] [stdout] --> src/instruction_emulator.rs:98:5 [INFO] [stdout] | [INFO] [stdout] 98 | / extern "stdcall" fn io_port_cb( [INFO] [stdout] 99 | | context: *mut VOID, [INFO] [stdout] 100 | | io_access: *mut WHV_EMULATOR_IO_ACCESS_INFO, [INFO] [stdout] 101 | | ) -> HRESULT { [INFO] [stdout] | |________________^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #87678 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of calling convention not supported on this target [INFO] [stdout] --> src/instruction_emulator.rs:108:5 [INFO] [stdout] | [INFO] [stdout] 108 | / extern "stdcall" fn memory_cb( [INFO] [stdout] 109 | | context: *mut VOID, [INFO] [stdout] 110 | | memory_access: *mut WHV_EMULATOR_MEMORY_ACCESS_INFO, [INFO] [stdout] 111 | | ) -> HRESULT { [INFO] [stdout] | |________________^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #87678 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of calling convention not supported on this target [INFO] [stdout] --> src/instruction_emulator.rs:119:5 [INFO] [stdout] | [INFO] [stdout] 119 | / extern "stdcall" fn get_vp_registers_cb( [INFO] [stdout] 120 | | context: *mut VOID, [INFO] [stdout] 121 | | register_names: *const WHV_REGISTER_NAME, [INFO] [stdout] 122 | | register_count: UINT32, [INFO] [stdout] 123 | | register_values: *mut WHV_REGISTER_VALUE, [INFO] [stdout] 124 | | ) -> HRESULT { [INFO] [stdout] | |________________^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #87678 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of calling convention not supported on this target [INFO] [stdout] --> src/instruction_emulator.rs:135:5 [INFO] [stdout] | [INFO] [stdout] 135 | / extern "stdcall" fn set_vp_registers_cb( [INFO] [stdout] 136 | | context: *mut VOID, [INFO] [stdout] 137 | | register_names: *const WHV_REGISTER_NAME, [INFO] [stdout] 138 | | register_count: UINT32, [INFO] [stdout] 139 | | register_values: *const WHV_REGISTER_VALUE, [INFO] [stdout] 140 | | ) -> HRESULT { [INFO] [stdout] | |________________^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #87678 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of calling convention not supported on this target [INFO] [stdout] --> src/instruction_emulator.rs:151:5 [INFO] [stdout] | [INFO] [stdout] 151 | / extern "stdcall" fn translate_gva_page_cb( [INFO] [stdout] 152 | | context: *mut VOID, [INFO] [stdout] 153 | | gva: WHV_GUEST_VIRTUAL_ADDRESS, [INFO] [stdout] 154 | | translate_flags: WHV_TRANSLATE_GVA_FLAGS, [INFO] [stdout] 155 | | translation_result: *mut WHV_TRANSLATE_GVA_RESULT_CODE, [INFO] [stdout] 156 | | gpa: *mut WHV_GUEST_PHYSICAL_ADDRESS, [INFO] [stdout] 157 | | ) -> HRESULT { [INFO] [stdout] | |________________^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #87678 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this arithmetic operation will overflow [INFO] [stdout] --> src/macros.rs:30:29 [INFO] [stdout] | [INFO] [stdout] 30 | let mask = ((1 << ($r.end - $r.start)) - 1) << $r.start; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ attempt to shift left by `64_i32`, which would overflow [INFO] [stdout] | [INFO] [stdout] ::: src/win_hv_platform_defs.rs:374:1 [INFO] [stdout] | [INFO] [stdout] 374 | / bitfield!(WHV_CAPABILITY_FEATURES AsUINT64: UINT64 [ [INFO] [stdout] 375 | | Reserved set_Reserved[0..64], [INFO] [stdout] 376 | | ]); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(arithmetic_overflow)]` on by default [INFO] [stdout] = note: this warning originates in the macro `bitfield` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-Wl,--version-script=/tmp/rustctsNmTz/list" "-m64" "/opt/rustwide/target/debug/deps/libwhp.libwhp.03e69149-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/libwhp.libwhp.03e69149-cgu.1.rcgu.o" "/opt/rustwide/target/debug/deps/libwhp.libwhp.03e69149-cgu.10.rcgu.o" "/opt/rustwide/target/debug/deps/libwhp.libwhp.03e69149-cgu.11.rcgu.o" "/opt/rustwide/target/debug/deps/libwhp.libwhp.03e69149-cgu.12.rcgu.o" "/opt/rustwide/target/debug/deps/libwhp.libwhp.03e69149-cgu.13.rcgu.o" "/opt/rustwide/target/debug/deps/libwhp.libwhp.03e69149-cgu.14.rcgu.o" "/opt/rustwide/target/debug/deps/libwhp.libwhp.03e69149-cgu.15.rcgu.o" "/opt/rustwide/target/debug/deps/libwhp.libwhp.03e69149-cgu.2.rcgu.o" "/opt/rustwide/target/debug/deps/libwhp.libwhp.03e69149-cgu.3.rcgu.o" "/opt/rustwide/target/debug/deps/libwhp.libwhp.03e69149-cgu.4.rcgu.o" "/opt/rustwide/target/debug/deps/libwhp.libwhp.03e69149-cgu.5.rcgu.o" "/opt/rustwide/target/debug/deps/libwhp.libwhp.03e69149-cgu.6.rcgu.o" "/opt/rustwide/target/debug/deps/libwhp.libwhp.03e69149-cgu.7.rcgu.o" "/opt/rustwide/target/debug/deps/libwhp.libwhp.03e69149-cgu.8.rcgu.o" "/opt/rustwide/target/debug/deps/libwhp.libwhp.03e69149-cgu.9.rcgu.o" "/opt/rustwide/target/debug/deps/libwhp.4omu6tvvg03slv5i.rcgu.rmeta" "/opt/rustwide/target/debug/deps/libwhp.pv556iguuoyq4vh.rcgu.o" "-Wl,--as-needed" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-lWinHvEmulation" "-lWinHvPlatform" "-lKernel32" "-Wl,-Bstatic" "-Wl,--whole-archive" "/opt/rustwide/target/debug/deps/libbitflags-1693f043aa7c36ab.rlib" "-Wl,--no-whole-archive" "-Wl,--whole-archive" "/opt/rustwide/target/debug/deps/liblibc-0df115c6f3232b87.rlib" "-Wl,--no-whole-archive" "-Wl,--start-group" "-Wl,--whole-archive" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-a46a068050a12a4b.rlib" "-Wl,--no-whole-archive" "-Wl,--whole-archive" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-1df56095db9453cb.rlib" "-Wl,--no-whole-archive" "-Wl,--whole-archive" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libminiz_oxide-9062de483386e50b.rlib" "-Wl,--no-whole-archive" "-Wl,--whole-archive" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libadler-b988ab269ff13602.rlib" "-Wl,--no-whole-archive" "-Wl,--whole-archive" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libobject-1bc822d886d4f7bd.rlib" "-Wl,--no-whole-archive" "-Wl,--whole-archive" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libmemchr-963eca8df4c224a6.rlib" "-Wl,--no-whole-archive" "-Wl,--whole-archive" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libaddr2line-d805b480c9102e58.rlib" "-Wl,--no-whole-archive" "-Wl,--whole-archive" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgimli-06dfdbc22b935051.rlib" "-Wl,--no-whole-archive" "-Wl,--whole-archive" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd_detect-d7523a4d118e6572.rlib" "-Wl,--no-whole-archive" "-Wl,--whole-archive" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-5d7898c7fac3a07d.rlib" "-Wl,--no-whole-archive" "-Wl,--whole-archive" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-8c2bdbab4845bf3d.rlib" "-Wl,--no-whole-archive" "-Wl,--whole-archive" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-d578639df0547b30.rlib" "-Wl,--no-whole-archive" "-Wl,--whole-archive" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-58bbb7b1efa3a5e2.rlib" "-Wl,--no-whole-archive" "-Wl,--whole-archive" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-4c9b082d197c16f8.rlib" "-Wl,--no-whole-archive" "-Wl,--whole-archive" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-70f9ed6d8e7a5ce6.rlib" "-Wl,--no-whole-archive" "-Wl,--whole-archive" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-8c0a241d0360fa53.rlib" "-Wl,--no-whole-archive" "-Wl,--whole-archive" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-bad7ed93fdd31371.rlib" "-Wl,--no-whole-archive" "-Wl,--whole-archive" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-98b4d121af2b7335.rlib" "-Wl,--no-whole-archive" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-1d9f7e5920635d15.rlib" "-Wl,-Bdynamic" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-Wl,--eh-frame-hdr" "-Wl,-znoexecstack" "-L" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/liblibwhp.so" "-shared" "-Wl,-zrelro,-znow" "-nodefaultlibs" [INFO] [stdout] = note: /usr/bin/ld: cannot find -lWinHvEmulation [INFO] [stdout] /usr/bin/ld: cannot find -lWinHvPlatform [INFO] [stdout] /usr/bin/ld: cannot find -lKernel32 [INFO] [stdout] collect2: error: ld returned 1 exit status [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error; 9 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `libwhp` due to 2 previous errors; 9 warnings emitted [INFO] running `Command { std: "docker" "inspect" "73e5d5144a28721e6587cdab89ad63ffc7c59322628d37732ea009cca9782c8f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "73e5d5144a28721e6587cdab89ad63ffc7c59322628d37732ea009cca9782c8f", kill_on_drop: false }` [INFO] [stdout] 73e5d5144a28721e6587cdab89ad63ffc7c59322628d37732ea009cca9782c8f