[INFO] fetching crate xladd 0.1.2... [INFO] checking xladd-0.1.2 against master#dfd7b8d03fb93d0e03147d28b3be6d93260fa94d for pr-87050 [INFO] extracting crate xladd 0.1.2 into /workspace/builds/worker-5/source [INFO] validating manifest of crates.io crate xladd 0.1.2 on toolchain dfd7b8d03fb93d0e03147d28b3be6d93260fa94d [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+dfd7b8d03fb93d0e03147d28b3be6d93260fa94d" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate xladd 0.1.2 [INFO] finished tweaking crates.io crate xladd 0.1.2 [INFO] tweaked toml for crates.io crate xladd 0.1.2 written to /workspace/builds/worker-5/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+dfd7b8d03fb93d0e03147d28b3be6d93260fa94d" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+dfd7b8d03fb93d0e03147d28b3be6d93260fa94d" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+dfd7b8d03fb93d0e03147d28b3be6d93260fa94d" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 0de42a9ea6ff57cecd3a7e8ea20f3b21b5e5ed8ced06f68dda546ab13264be04 [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" "0de42a9ea6ff57cecd3a7e8ea20f3b21b5e5ed8ced06f68dda546ab13264be04", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "0de42a9ea6ff57cecd3a7e8ea20f3b21b5e5ed8ced06f68dda546ab13264be04", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0de42a9ea6ff57cecd3a7e8ea20f3b21b5e5ed8ced06f68dda546ab13264be04", kill_on_drop: false }` [INFO] [stdout] 0de42a9ea6ff57cecd3a7e8ea20f3b21b5e5ed8ced06f68dda546ab13264be04 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+dfd7b8d03fb93d0e03147d28b3be6d93260fa94d" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] e76572522fc6e50e7c5cdf376c4ea9c25726b63b9bf15e72b043849c8193b31a [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" "e76572522fc6e50e7c5cdf376c4ea9c25726b63b9bf15e72b043849c8193b31a", kill_on_drop: false }` [INFO] [stderr] Checking xladd v0.1.2 (/opt/rustwide/workdir) [INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stdout] --> src/entrypoint.rs:9:13 [INFO] [stdout] | [INFO] [stdout] 9 | use winapi::um::libloaderapi::{GetModuleHandleW, GetProcAddress}; [INFO] [stdout] | ^^ could not find `um` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `shared` in `winapi` [INFO] [stdout] --> src/entrypoint.rs:10:13 [INFO] [stdout] | [INFO] [stdout] 10 | use winapi::shared::minwindef::HMODULE; [INFO] [stdout] | ^^^^^^ could not find `shared` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stdout] --> src/registrator.rs:5:13 [INFO] [stdout] | [INFO] [stdout] 5 | use winapi::um::debugapi::OutputDebugStringA; [INFO] [stdout] | ^^ could not find `um` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HMODULE` in this scope [INFO] [stdout] --> src/entrypoint.rs:24:28 [INFO] [stdout] | [INFO] [stdout] 24 | static mut XLCALL_HMODULE: HMODULE = ptr::null_mut(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `GetModuleHandleW` in this scope [INFO] [stdout] --> src/entrypoint.rs:57:30 [INFO] [stdout] | [INFO] [stdout] 57 | XLCALL_HMODULE = GetModuleHandleW(wcstr.as_ptr()); [INFO] [stdout] | ^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `GetProcAddress` in this scope [INFO] [stdout] --> src/entrypoint.rs:60:39 [INFO] [stdout] | [INFO] [stdout] 60 | let entry_pt: usize = GetProcAddress(XLCALL_HMODULE, cstr.as_ptr()) as usize; [INFO] [stdout] | ^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `GetModuleHandleW` in this scope [INFO] [stdout] --> src/entrypoint.rs:68:30 [INFO] [stdout] | [INFO] [stdout] 68 | XLCALL_HMODULE = GetModuleHandleW(ptr::null()); [INFO] [stdout] | ^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `GetProcAddress` in this scope [INFO] [stdout] --> src/entrypoint.rs:72:28 [INFO] [stdout] | [INFO] [stdout] 72 | PEXCEL12 = GetProcAddress(XLCALL_HMODULE, cstr.as_ptr()) as usize; [INFO] [stdout] | ^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `OutputDebugStringA` in this scope [INFO] [stdout] --> src/registrator.rs:96:14 [INFO] [stdout] | [INFO] [stdout] 96 | unsafe { OutputDebugStringA(cstr.as_ptr()) }; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stdout] --> src/entrypoint.rs:9:13 [INFO] [stdout] | [INFO] [stdout] 9 | use winapi::um::libloaderapi::{GetModuleHandleW, GetProcAddress}; [INFO] [stdout] | ^^ could not find `um` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `shared` in `winapi` [INFO] [stdout] --> src/entrypoint.rs:10:13 [INFO] [stdout] | [INFO] [stdout] 10 | use winapi::shared::minwindef::HMODULE; [INFO] [stdout] | ^^^^^^ could not find `shared` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stdout] --> src/registrator.rs:5:13 [INFO] [stdout] | [INFO] [stdout] 5 | use winapi::um::debugapi::OutputDebugStringA; [INFO] [stdout] | ^^ could not find `um` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HMODULE` in this scope [INFO] [stdout] --> src/entrypoint.rs:24:28 [INFO] [stdout] | [INFO] [stdout] 24 | static mut XLCALL_HMODULE: HMODULE = ptr::null_mut(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `GetModuleHandleW` in this scope [INFO] [stdout] --> src/entrypoint.rs:57:30 [INFO] [stdout] | [INFO] [stdout] 57 | XLCALL_HMODULE = GetModuleHandleW(wcstr.as_ptr()); [INFO] [stdout] | ^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `GetProcAddress` in this scope [INFO] [stdout] --> src/entrypoint.rs:60:39 [INFO] [stdout] | [INFO] [stdout] 60 | let entry_pt: usize = GetProcAddress(XLCALL_HMODULE, cstr.as_ptr()) as usize; [INFO] [stdout] | ^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `GetModuleHandleW` in this scope [INFO] [stdout] --> src/entrypoint.rs:68:30 [INFO] [stdout] | [INFO] [stdout] 68 | XLCALL_HMODULE = GetModuleHandleW(ptr::null()); [INFO] [stdout] | ^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `GetProcAddress` in this scope [INFO] [stdout] --> src/entrypoint.rs:72:28 [INFO] [stdout] | [INFO] [stdout] 72 | PEXCEL12 = GetProcAddress(XLCALL_HMODULE, cstr.as_ptr()) as usize; [INFO] [stdout] | ^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `OutputDebugStringA` in this scope [INFO] [stdout] --> src/registrator.rs:96:14 [INFO] [stdout] | [INFO] [stdout] 96 | unsafe { OutputDebugStringA(cstr.as_ptr()) }; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of calling convention not supported on this target [INFO] [stdout] --> src/xlcall.rs:2567:1 [INFO] [stdout] | [INFO] [stdout] 2567 | / extern "stdcall" /*pascal*/ { [INFO] [stdout] 2568 | | #[link_name = "\u{1}EXCEL4V"] [INFO] [stdout] 2569 | | pub fn Excel4v( [INFO] [stdout] 2570 | | xlfn: ::std::os::raw::c_int, [INFO] [stdout] ... | [INFO] [stdout] 2574 | | ) -> ::std::os::raw::c_int; [INFO] [stdout] 2575 | | } [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 #00000 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of calling convention not supported on this target [INFO] [stdout] --> src/xlcall.rs:2576:1 [INFO] [stdout] | [INFO] [stdout] 2576 | / extern "stdcall" /*pascal*/ { [INFO] [stdout] 2577 | | #[link_name = "\u{1}XLCALLVER"] [INFO] [stdout] 2578 | | pub fn XLCallVer() -> ::std::os::raw::c_int; [INFO] [stdout] 2579 | | } [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 #00000 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of calling convention not supported on this target [INFO] [stdout] --> src/xlcall.rs:2580:1 [INFO] [stdout] | [INFO] [stdout] 2580 | / extern "stdcall" /*pascal*/ { [INFO] [stdout] 2581 | | #[link_name = "\u{1}LPENHELPER"] [INFO] [stdout] 2582 | | pub fn LPenHelper( [INFO] [stdout] 2583 | | wCode: ::std::os::raw::c_int, [INFO] [stdout] 2584 | | lpv: *mut VOID, [INFO] [stdout] 2585 | | ) -> ::std::os::raw::c_long; [INFO] [stdout] 2586 | | } [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 #00000 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of calling convention not supported on this target [INFO] [stdout] --> src/xlcall.rs:2596:1 [INFO] [stdout] | [INFO] [stdout] 2596 | / extern "stdcall" /*pascal*/ { [INFO] [stdout] 2597 | | #[link_name = "\u{1}EXCEL12V"] [INFO] [stdout] 2598 | | pub fn Excel12v( [INFO] [stdout] 2599 | | xlfn: ::std::os::raw::c_int, [INFO] [stdout] ... | [INFO] [stdout] 2603 | | ) -> ::std::os::raw::c_int; [INFO] [stdout] 2604 | | } [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 #00000 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of calling convention not supported on this target [INFO] [stdout] --> src/xlauto.rs:10:1 [INFO] [stdout] | [INFO] [stdout] 10 | pub extern "stdcall" fn xlAutoFree12(px_free: LPXLOPER12) { [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 #00000 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 9 previous errors; 5 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0412, E0425, E0433. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0412`. [INFO] [stdout] [INFO] [stderr] error: could not compile `xladd` [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] warning: use of calling convention not supported on this target [INFO] [stdout] --> src/xlcall.rs:2567:1 [INFO] [stdout] | [INFO] [stdout] 2567 | / extern "stdcall" /*pascal*/ { [INFO] [stdout] 2568 | | #[link_name = "\u{1}EXCEL4V"] [INFO] [stdout] 2569 | | pub fn Excel4v( [INFO] [stdout] 2570 | | xlfn: ::std::os::raw::c_int, [INFO] [stdout] ... | [INFO] [stdout] 2574 | | ) -> ::std::os::raw::c_int; [INFO] [stdout] 2575 | | } [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 #00000 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of calling convention not supported on this target [INFO] [stdout] --> src/xlcall.rs:2576:1 [INFO] [stdout] | [INFO] [stdout] 2576 | / extern "stdcall" /*pascal*/ { [INFO] [stdout] 2577 | | #[link_name = "\u{1}XLCALLVER"] [INFO] [stdout] 2578 | | pub fn XLCallVer() -> ::std::os::raw::c_int; [INFO] [stdout] 2579 | | } [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 #00000 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of calling convention not supported on this target [INFO] [stdout] --> src/xlcall.rs:2580:1 [INFO] [stdout] | [INFO] [stdout] 2580 | / extern "stdcall" /*pascal*/ { [INFO] [stdout] 2581 | | #[link_name = "\u{1}LPENHELPER"] [INFO] [stdout] 2582 | | pub fn LPenHelper( [INFO] [stdout] 2583 | | wCode: ::std::os::raw::c_int, [INFO] [stdout] 2584 | | lpv: *mut VOID, [INFO] [stdout] 2585 | | ) -> ::std::os::raw::c_long; [INFO] [stdout] 2586 | | } [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 #00000 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of calling convention not supported on this target [INFO] [stdout] --> src/xlcall.rs:2596:1 [INFO] [stdout] | [INFO] [stdout] 2596 | / extern "stdcall" /*pascal*/ { [INFO] [stdout] 2597 | | #[link_name = "\u{1}EXCEL12V"] [INFO] [stdout] 2598 | | pub fn Excel12v( [INFO] [stdout] 2599 | | xlfn: ::std::os::raw::c_int, [INFO] [stdout] ... | [INFO] [stdout] 2603 | | ) -> ::std::os::raw::c_int; [INFO] [stdout] 2604 | | } [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 #00000 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of calling convention not supported on this target [INFO] [stdout] --> src/xlauto.rs:10:1 [INFO] [stdout] | [INFO] [stdout] 10 | pub extern "stdcall" fn xlAutoFree12(px_free: LPXLOPER12) { [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 #00000 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 9 previous errors; 5 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0412, E0425, E0433. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0412`. [INFO] [stdout] [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "e76572522fc6e50e7c5cdf376c4ea9c25726b63b9bf15e72b043849c8193b31a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e76572522fc6e50e7c5cdf376c4ea9c25726b63b9bf15e72b043849c8193b31a", kill_on_drop: false }` [INFO] [stdout] e76572522fc6e50e7c5cdf376c4ea9c25726b63b9bf15e72b043849c8193b31a