UniGetUI icon indicating copy to clipboard operation
UniGetUI copied to clipboard

[BUG] unigetgui suggest install cargo-update but get error

Open ted423 opened this issue 5 months ago • 14 comments

Please confirm these before moving forward

  • [x] I have searched for my issue and have not found a work-in-progress/duplicate/resolved issue.
  • [x] I have tested that this issue has not been fixed in the latest (beta or stable) release.
  • [x] I have checked the FAQ section for solutions.
  • [x] This issue is about a bug (if it is not, please use the correct template).

UniGetUI Version

3.3.0

Windows version, edition, and architecture

Win11IoTLTSC

Describe your issue

I only install Rustlang.Rust.GNU,but have't started using it yet.

uniget begin suggest me install cargo-update and get Error calling dlltool 'dlltool.exe': program not found

seems 3.2.1 3.3.0 both version has this issue

Steps to reproduce the issue

No response

UniGetUI Log

nope

Package Managers Logs

nope

Relevant information

ai tell me need rustup component add rust-mingw

gemini suggest use msvc version,(gnu needs MinGW-w64)

Perhaps you could provide more detailed explanations or some conditional checks within the advisory notes.

Screenshots and videos

No response

ted423 avatar Jul 21 '25 02:07 ted423

Hello @ted423, it looks like your Rust installation is missing required components. Is Rustlang.Rust.GNU a reduced version of rust?

marticliment avatar Jul 21 '25 13:07 marticliment

Hello @ted423, it looks like your Rust installation is missing required components. Is Rustlang.Rust.GNU a reduced version of rust?

I install Rustlang.Rust.GNU in winget

Is Rustlang.Rust.GNU a reduced version of rust?

rustlang.rust.gnu is not a reduced or "lite" version of Rust. It is a full-featured Rust compiler and toolchain. The .gnu suffix in the name refers to the C standard library it links against and the toolchain it uses. .gnu: This suffix indicates that this version of the Rust toolchain is configured to use the GNU toolchain and that the programs it compiles will link against glibc by default. by gemini

I'm new to rust, I thought rustlang.rust.gnu need use with mingw or something

ted423 avatar Jul 22 '25 01:07 ted423

I'm new to rust, I thought rustlang.rust.gnu need use with mingw or something

It appears that you need to install MinGW components: https://users.rust-lang.org/t/error-error-calling-dlltool-dlltool-exe-program-not-found/124236

marticliment avatar Jul 22 '25 16:07 marticliment

I understand. I was thinking it would be better if the software could perform a simple check and provide a reminder, or perhaps prompt the user to help install MinGW? This is from a user interaction perspective. Because for a user, the program directly suggests installing cargo-update. So when that command fails with an error, the user gets confused and might suspect that the software itself has a bug. Based on my current situation, it seems I should be using the rust.msvc toolchain.(but It seems to be prompting me to install it. I'm not sure if I need to manually add it to my PATH to make the prompt/reminder go away.)

ted423 avatar Jul 23 '25 01:07 ted423

I will fix this

marticliment avatar Jul 23 '25 13:07 marticliment

Did installing mingw work for you, I opened uniget it had an update, after it updated it wanted me to do cargo install cargo-update and Set-ExecutionPolicy Unrestricted -Scope Process; iex (iwr "https://raw.githubusercontent.com/cargo-bins/cargo-binstall/main/install-from-binstall-release.ps1").Content but the first one failed and uniget restarted and again it suggested me to do cargo install cargo-update!

0-BlackSpectrum-0 avatar Aug 26 '25 11:08 0-BlackSpectrum-0

Did installing mingw work for you, I opened uniget it had an update, after it updated it wanted me to do cargo install cargo-update and Set-ExecutionPolicy Unrestricted -Scope Process; iex (iwr "https://raw.githubusercontent.com/cargo-bins/cargo-binstall/main/install-from-binstall-release.ps1").Content but the first one failed and uniget restarted and again it suggested me to do cargo install cargo-update!

I actually don't know how to build the project in question yet. There's no documentation, but it looks like a Windows/MSVC build. (The action runs on Ubuntu, but apparently only for dependency checks, and I know others have built it on Windows. I've just been too busy lately). Therefore, this issue is purely about fixing the behavior of unigetui.

MinGW and MSVC are completely different toolchains. I don't have MinGW installed, and I need to compile this to run on Windows.

ted423 avatar Aug 26 '25 12:08 ted423

I've started seeing this error as well after an update to UniGet; constantly get stuck in a restart loop:

  1. Install cargo-update
  2. restart
  3. install cargo-update
  4. restart.
  5. ...

Running "cargo install cargo-update` in PoSh 7 results in the following error being spammed (as in, pressing Ok generates the same error: Image

After hitting return maybe... 50+ times, PoSh generated a large number of errors:

error: failed to run custom build command for `cargo-update v18.0.0`

Caused by:
  process didn't exit successfully: `C:\Users\Larnu\AppData\Local\Temp\cargo-install4EJk71\release\build\cargo-update-9f0d7871e9711999\build-script-build` (exit code: 101)
  --- stderr
  windres: preprocessing failed.

  thread 'main' panicked at C:\Users\Larnu\.cargo\registry\src\index.crates.io-1949cf8c6b5b557f\embed-resource-2.5.2\src\windows_not_msvc.rs:48:25:
  windres failed to compile "cargo-install-update-manifest.rc" into "C:\Users\Larnu\AppData\Local\Temp\cargo-install4EJk71\release\build\cargo-update-65233f04f83ba682\out\libcargo-install-update-manifest.a" with exit code: 1
  note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
warning: build failed, waiting for other jobs to finish...
warning: [email protected]: Could not find zlib include paths via pkg-config: Could not run `PKG_CONFIG_ALLOW_SYSTEM_CFLAGS=1 pkg-config --libs --cflags zlib`
warning: [email protected]: Compiler family detection failed due to error: ToolExecError: command did not execute successfully (status code exit code: 1): "gcc.exe" "-E" "C:\\Users\\Larnu\\AppData\\Local\\Temp\\cargo-install4EJk71\\release\\build\\libz-sys-10e92f5a69c9ab7e\\out\\lib\\18147007270258021341detect_compiler_family.c"
warning: [email protected]: Compiler family detection failed due to error: ToolExecError: command did not execute successfully (status code exit code: 1): "gcc.exe" "-E" "C:\\Users\\Larnu\\AppData\\Local\\Temp\\cargo-install4EJk71\\release\\build\\libz-sys-10e92f5a69c9ab7e\\out\\lib\\9568868231367093579detect_compiler_family.c"
warning: [email protected]: Compiler family detection failed due to error: ToolExecError: command did not execute successfully (status code exit code: 1): "gcc.exe" "-E" "C:\\Users\\Larnu\\AppData\\Local\\Temp\\cargo-install4EJk71\\release\\build\\libz-sys-10e92f5a69c9ab7e\\out\\lib\\7957317640542777840detect_compiler_family.c"
warning: [email protected]: Compiler family detection failed due to error: ToolExecError: command did not execute successfully (status code exit code: 1): "gcc.exe" "-E" "C:\\Users\\Larnu\\AppData\\Local\\Temp\\cargo-install4EJk71\\release\\build\\libz-sys-10e92f5a69c9ab7e\\out\\lib\\1985170796413061960detect_compiler_family.c"
warning: [email protected]: Compiler family detection failed due to error: ToolExecError: command did not execute successfully (status code exit code: 1): "gcc.exe" "-E" "C:\\Users\\Larnu\\AppData\\Local\\Temp\\cargo-install4EJk71\\release\\build\\libz-sys-10e92f5a69c9ab7e\\out\\lib\\6013268361680457437detect_compiler_family.c"
warning: [email protected]: ToolExecError: command did not execute successfully (status code exit code: 1): "gcc.exe" "-O3" "-ffunction-sections" "-fdata-sections" "-m64" "-I" "src/zlib" "-o" "C:\\Users\\Larnu\\AppData\\Local\\Temp\\cargo-install4EJk71\\release\\build\\libz-sys-10e92f5a69c9ab7e\\out\\lib\\f0389296f42960e9-adler32.o" "-c" "src/zlib/adler32.c"
warning: [email protected]: ToolExecError: command did not execute successfully (status code exit code: 1): "gcc.exe" "-O3" "-ffunction-sections" "-fdata-sections" "-m64" "-I" "src/zlib" "-o" "C:\\Users\\Larnu\\AppData\\Local\\Temp\\cargo-install4EJk71\\release\\build\\libz-sys-10e92f5a69c9ab7e\\out\\lib\\f0389296f42960e9-compress.o" "-c" "src/zlib/compress.c"
warning: [email protected]: ToolExecError: command did not execute successfully (status code exit code: 1): "gcc.exe" "-O3" "-ffunction-sections" "-fdata-sections" "-m64" "-I" "src/zlib" "-o" "C:\\Users\\Larnu\\AppData\\Local\\Temp\\cargo-install4EJk71\\release\\build\\libz-sys-10e92f5a69c9ab7e\\out\\lib\\f0389296f42960e9-crc32.o" "-c" "src/zlib/crc32.c"
warning: [email protected]: ToolExecError: command did not execute successfully (status code exit code: 1): "gcc.exe" "-O3" "-ffunction-sections" "-fdata-sections" "-m64" "-I" "src/zlib" "-o" "C:\\Users\\Larnu\\AppData\\Local\\Temp\\cargo-install4EJk71\\release\\build\\libz-sys-10e92f5a69c9ab7e\\out\\lib\\f0389296f42960e9-deflate.o" "-c" "src/zlib/deflate.c"cargo:warning=Compiler family detection failed due to error: ToolExecError: command did not execute successfully (status code exit code: 1): "gcc.exe" "-E" "C:\\Users\\Larnu\\AppData\\Local\\Temp\\cargo-install4EJk71\\release\\build\\libz-sys-10e92f5a69c9ab7e\\out\\lib\\15865728160434909680detect_compiler_family.c"
warning: [email protected]: Compiler family detection failed due to error: ToolExecError: command did not execute successfully (status code exit code: 1): "gcc.exe" "-E" "C:\\Users\\Larnu\\AppData\\Local\\Temp\\cargo-install4EJk71\\release\\build\\libz-sys-10e92f5a69c9ab7e\\out\\lib\\5099046737061404460detect_compiler_family.c"
warning: [email protected]: ToolExecError: command did not execute successfully (status code exit code: 1): "gcc.exe" "-O3" "-ffunction-sections" "-fdata-sections" "-m64" "-I" "src/zlib" "-o" "C:\\Users\\Larnu\\AppData\\Local\\Temp\\cargo-install4EJk71\\release\\build\\libz-sys-10e92f5a69c9ab7e\\out\\lib\\f0389296f42960e9-infback.o" "-c" "src/zlib/infback.c"
warning: [email protected]: ToolExecError: command did not execute successfully (status code exit code: 1): "gcc.exe" "-O3" "-ffunction-sections" "-fdata-sections" "-m64" "-I" "src/zlib" "-o" "C:\\Users\\Larnu\\AppData\\Local\\Temp\\cargo-install4EJk71\\release\\build\\libz-sys-10e92f5a69c9ab7e\\out\\lib\\f0389296f42960e9-inffast.o" "-c" "src/zlib/inffast.c"cargo:warning=Compiler family detection failed due to error: ToolExecError: command did not execute successfully (status code exit code: 1): "gcc.exe" "-E" "C:\\Users\\Larnu\\AppData\\Local\\Temp\\cargo-install4EJk71\\release\\build\\libz-sys-10e92f5a69c9ab7e\\out\\lib\\497542828706072869detect_compiler_family.c"
warning: [email protected]: ToolExecError: command did not execute successfully (status code exit code: 1): "gcc.exe" "-O3" "-ffunction-sections" "-fdata-sections" "-m64" "-I" "src/zlib" "-o" "C:\\Users\\Larnu\\AppData\\Local\\Temp\\cargo-install4EJk71\\release\\build\\libz-sys-10e92f5a69c9ab7e\\out\\lib\\f0389296f42960e9-inflate.o" "-c" "src/zlib/inflate.c"cargo:warning=Compiler family detection failed due to error: ToolExecError: command did not execute successfully (status code exit code: 1): "gcc.exe" "-E" "C:\\Users\\Larnu\\AppData\\Local\\Temp\\cargo-install4EJk71\\release\\build\\libz-sys-10e92f5a69c9ab7e\\out\\lib\\17023984583009940409detect_compiler_family.c"
warning: [email protected]: Compiler family detection failed due to error: ToolExecError: command did not execute successfully (status code exit code: 1): "gcc.exe" "-E" "C:\\Users\\Larnu\\AppData\\Local\\Temp\\cargo-install4EJk71\\release\\build\\libz-sys-10e92f5a69c9ab7e\\out\\lib\\6185928841114157505detect_compiler_family.c"
warning: [email protected]: Compiler family detection failed due to error: ToolExecError: command did not execute successfully (status code exit code: 1): "gcc.exe" "-E" "C:\\Users\\Larnu\\AppData\\Local\\Temp\\cargo-install4EJk71\\release\\build\\libz-sys-10e92f5a69c9ab7e\\out\\lib\\13404835829010534538detect_compiler_family.c"
warning: [email protected]: Compiler family detection failed due to error: ToolExecError: command did not execute successfully (status code exit code: 1): "gcc.exe" "-E" "C:\\Users\\Larnu\\AppData\\Local\\Temp\\cargo-install4EJk71\\release\\build\\libz-sys-10e92f5a69c9ab7e\\out\\lib\\6378219910379035506detect_compiler_family.c"
warning: [email protected]: ToolExecError: command did not execute successfully (status code exit code: 1): "gcc.exe" "-O3" "-ffunction-sections" "-fdata-sections" "-m64" "-I" "src/zlib" "-o" "C:\\Users\\Larnu\\AppData\\Local\\Temp\\cargo-install4EJk71\\release\\build\\libz-sys-10e92f5a69c9ab7e\\out\\lib\\f0389296f42960e9-inftrees.o" "-c" "src/zlib/inftrees.c"
warning: [email protected]: ToolExecError: command did not execute successfully (status code exit code: 1): "gcc.exe" "-O3" "-ffunction-sections" "-fdata-sections" "-m64" "-I" "src/zlib" "-o" "C:\\Users\\Larnu\\AppData\\Local\\Temp\\cargo-install4EJk71\\release\\build\\libz-sys-10e92f5a69c9ab7e\\out\\lib\\f0389296f42960e9-trees.o" "-c" "src/zlib/trees.c"
warning: [email protected]: ToolExecError: command did not execute successfully (status code exit code: 1): "gcc.exe" "-O3" "-ffunction-sections" "-fdata-sections" "-m64" "-I" "src/zlib" "-o" "C:\\Users\\Larnu\\AppData\\Local\\Temp\\cargo-install4EJk71\\release\\build\\libz-sys-10e92f5a69c9ab7e\\out\\lib\\f0389296f42960e9-uncompr.o" "-c" "src/zlib/uncompr.c"
warning: [email protected]: ToolExecError: command did not execute successfully (status code exit code: 1): "gcc.exe" "-O3" "-ffunction-sections" "-fdata-sections" "-m64" "-I" "src/zlib" "-o" "C:\\Users\\Larnu\\AppData\\Local\\Temp\\cargo-install4EJk71\\release\\build\\libz-sys-10e92f5a69c9ab7e\\out\\lib\\f0389296f42960e9-zutil.o" "-c" "src/zlib/zutil.c"cargo:warning=Compiler family detection failed due to error: ToolExecError: command did not execute successfully (status code exit code: 1): "gcc.exe" "-E" "C:\\Users\\Larnu\\AppData\\Local\\Temp\\cargo-install4EJk71\\release\\build\\libz-sys-10e92f5a69c9ab7e\\out\\lib\\16879967669049827291detect_compiler_family.c"
warning: [email protected]: Compiler family detection failed due to error: ToolExecError: command did not execute successfully (status code exit code: 1): "gcc.exe" "-E" "C:\\Users\\Larnu\\AppData\\Local\\Temp\\cargo-install4EJk71\\release\\build\\libz-sys-10e92f5a69c9ab7e\\out\\lib\\22035483290972925detect_compiler_family.c"
warning: [email protected]: ToolExecError: command did not execute successfully (status code exit code: 1): "gcc.exe" "-O3" "-ffunction-sections" "-fdata-sections" "-m64" "-I" "src/zlib" "-o" "C:\\Users\\Larnu\\AppData\\Local\\Temp\\cargo-install4EJk71\\release\\build\\libz-sys-10e92f5a69c9ab7e\\out\\lib\\f0389296f42960e9-gzclose.o" "-c" "src/zlib/gzclose.c"
warning: [email protected]: ToolExecError: command did not execute successfully (status code exit code: 1): "gcc.exe" "-O3" "-ffunction-sections" "-fdata-sections" "-m64" "-I" "src/zlib" "-o" "C:\\Users\\Larnu\\AppData\\Local\\Temp\\cargo-install4EJk71\\release\\build\\libz-sys-10e92f5a69c9ab7e\\out\\lib\\f0389296f42960e9-gzlib.o" "-c" "src/zlib/gzlib.c"cargo:warning=Compiler family detection failed due to error: ToolExecError: command did not execute successfully (status code exit code: 1): "gcc.exe" "-E" "C:\\Users\\Larnu\\AppData\\Local\\Temp\\cargo-install4EJk71\\release\\build\\libz-sys-10e92f5a69c9ab7e\\out\\lib\\8105189814720974395detect_compiler_family.c"
warning: [email protected]: ToolExecError: command did not execute successfully (status code exit code: 1): "gcc.exe" "-O3" "-ffunction-sections" "-fdata-sections" "-m64" "-I" "src/zlib" "-o" "C:\\Users\\Larnu\\AppData\\Local\\Temp\\cargo-install4EJk71\\release\\build\\libz-sys-10e92f5a69c9ab7e\\out\\lib\\f0389296f42960e9-gzread.o" "-c" "src/zlib/gzread.c"
warning: [email protected]: ToolExecError: command did not execute successfully (status code exit code: 1): "gcc.exe" "-O3" "-ffunction-sections" "-fdata-sections" "-m64" "-I" "src/zlib" "-o" "C:\\Users\\Larnu\\AppData\\Local\\Temp\\cargo-install4EJk71\\release\\build\\libz-sys-10e92f5a69c9ab7e\\out\\lib\\f0389296f42960e9-gzwrite.o" "-c" "src/zlib/gzwrite.c"
error: failed to run custom build command for `libz-sys v1.1.22`

Caused by:
  process didn't exit successfully: `C:\Users\Larnu\AppData\Local\Temp\cargo-install4EJk71\release\build\libz-sys-6030e934da35552b\build-script-build` (exit code: 1)
  --- stdout
  cargo:rerun-if-env-changed=LIBZ_SYS_STATIC
  cargo:rerun-if-changed=build.rs
  cargo:rerun-if-changed=zng/cmake.rs
  cargo:rerun-if-changed=zng/cc.rs
  cargo:rerun-if-env-changed=ZLIB_NO_PKG_CONFIG
  cargo:rerun-if-env-changed=PKG_CONFIG_x86_64-pc-windows-gnu
  cargo:rerun-if-env-changed=PKG_CONFIG_x86_64_pc_windows_gnu
  cargo:rerun-if-env-changed=HOST_PKG_CONFIG
  cargo:rerun-if-env-changed=PKG_CONFIG
  cargo:rerun-if-env-changed=ZLIB_STATIC
  cargo:rerun-if-env-changed=ZLIB_DYNAMIC
  cargo:rerun-if-env-changed=PKG_CONFIG_ALL_STATIC
  cargo:rerun-if-env-changed=PKG_CONFIG_ALL_DYNAMIC
  cargo:rerun-if-env-changed=PKG_CONFIG_PATH_x86_64-pc-windows-gnu
  cargo:rerun-if-env-changed=PKG_CONFIG_PATH_x86_64_pc_windows_gnu
  cargo:rerun-if-env-changed=HOST_PKG_CONFIG_PATH
  cargo:rerun-if-env-changed=PKG_CONFIG_PATH
  cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR_x86_64-pc-windows-gnu
  cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR_x86_64_pc_windows_gnu
  cargo:rerun-if-env-changed=HOST_PKG_CONFIG_LIBDIR
  cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR
  cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR_x86_64-pc-windows-gnu
  cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR_x86_64_pc_windows_gnu
  cargo:rerun-if-env-changed=HOST_PKG_CONFIG_SYSROOT_DIR
  cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR
  cargo:rerun-if-env-changed=ZLIB_STATIC
  cargo:rerun-if-env-changed=ZLIB_DYNAMIC
  cargo:rerun-if-env-changed=PKG_CONFIG_ALL_STATIC
  cargo:rerun-if-env-changed=PKG_CONFIG_ALL_DYNAMIC
  cargo:rerun-if-env-changed=PKG_CONFIG_PATH_x86_64-pc-windows-gnu
  cargo:rerun-if-env-changed=PKG_CONFIG_PATH_x86_64_pc_windows_gnu
  cargo:rerun-if-env-changed=HOST_PKG_CONFIG_PATH
  cargo:rerun-if-env-changed=PKG_CONFIG_PATH
  cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR_x86_64-pc-windows-gnu
  cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR_x86_64_pc_windows_gnu
  cargo:rerun-if-env-changed=HOST_PKG_CONFIG_LIBDIR
  cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR
  cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR_x86_64-pc-windows-gnu
  cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR_x86_64_pc_windows_gnu
  cargo:rerun-if-env-changed=HOST_PKG_CONFIG_SYSROOT_DIR
  cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR
  cargo:warning=Could not find zlib include paths via pkg-config: Could not run `PKG_CONFIG_ALLOW_SYSTEM_CFLAGS=1 pkg-config --libs --cflags zlib`
  The pkg-config command could not be found.

  Most likely, you need to install a pkg-config package for your OS.

  If you've already installed it, ensure the pkg-config command is one of the
  directories in the PATH environment variable.

  If you did not expect this build to link to a pre-installed system library,
  then check documentation of the libz-sys crate for an option to
  build the library from source, or disable features or dependencies
  that require pkg-config.
  note, vcpkg did not find zlib: the vcpkg-rs Vcpkg build helper can only find libraries built for the MSVC ABI.
  OPT_LEVEL = Some(3)
  TARGET = Some(x86_64-pc-windows-gnu)
  HOST = Some(x86_64-pc-windows-gnu)
  cargo:rerun-if-env-changed=CC_x86_64-pc-windows-gnu
  CC_x86_64-pc-windows-gnu = None
  cargo:rerun-if-env-changed=CC_x86_64_pc_windows_gnu
  CC_x86_64_pc_windows_gnu = None
  cargo:rerun-if-env-changed=HOST_CC
  HOST_CC = None
  cargo:rerun-if-env-changed=CC
  CC = None
  cargo:rerun-if-env-changed=CC_ENABLE_DEBUG_OUTPUT
  cargo:warning=Compiler family detection failed due to error: ToolExecError: command did not execute successfully (status code exit code: 1): "gcc.exe" "-E" "C:\\Users\\Larnu\\AppData\\Local\\Temp\\cargo-install4EJk71\\release\\build\\libz-sys-10e92f5a69c9ab7e\\out\\lib\\18147007270258021341detect_compiler_family.c"
  RUSTC_WRAPPER = None
  cargo:rerun-if-env-changed=CRATE_CC_NO_DEFAULTS
  CRATE_CC_NO_DEFAULTS = None
  DEBUG = Some(false)
  CARGO_CFG_TARGET_FEATURE = Some(cmpxchg16b,fxsr,sse,sse2,sse3)
  cargo:rerun-if-env-changed=CFLAGS
  CFLAGS = None
  cargo:rerun-if-env-changed=HOST_CFLAGS
  HOST_CFLAGS = None
  cargo:rerun-if-env-changed=CFLAGS_x86_64_pc_windows_gnu
  CFLAGS_x86_64_pc_windows_gnu = None
  cargo:rerun-if-env-changed=CFLAGS_x86_64-pc-windows-gnu
  CFLAGS_x86_64-pc-windows-gnu = None
  CARGO_ENCODED_RUSTFLAGS = Some()
  cargo:warning=Compiler family detection failed due to error: ToolExecError: command did not execute successfully (status code exit code: 1): "gcc.exe" "-E" "C:\\Users\\Larnu\\AppData\\Local\\Temp\\cargo-install4EJk71\\release\\build\\libz-sys-10e92f5a69c9ab7e\\out\\lib\\9568868231367093579detect_compiler_family.c"
  cargo:warning=Compiler family detection failed due to error: ToolExecError: command did not execute successfully (status code exit code: 1): "gcc.exe" "-E" "C:\\Users\\Larnu\\AppData\\Local\\Temp\\cargo-install4EJk71\\release\\build\\libz-sys-10e92f5a69c9ab7e\\out\\lib\\7957317640542777840detect_compiler_family.c"
  cargo:warning=Compiler family detection failed due to error: ToolExecError: command did not execute successfully (status code exit code: 1): "gcc.exe" "-E" "C:\\Users\\Larnu\\AppData\\Local\\Temp\\cargo-install4EJk71\\release\\build\\libz-sys-10e92f5a69c9ab7e\\out\\lib\\1985170796413061960detect_compiler_family.c"
  cargo:warning=Compiler family detection failed due to error: ToolExecError: command did not execute successfully (status code exit code: 1): "gcc.exe" "-E" "C:\\Users\\Larnu\\AppData\\Local\\Temp\\cargo-install4EJk71\\release\\build\\libz-sys-10e92f5a69c9ab7e\\out\\lib\\6013268361680457437detect_compiler_family.c"
  exit code: 1
  cargo:warning=ToolExecError: command did not execute successfully (status code exit code: 1): "gcc.exe" "-O3" "-ffunction-sections" "-fdata-sections" "-m64" "-I" "src/zlib" "-o" "C:\\Users\\Larnu\\AppData\\Local\\Temp\\cargo-install4EJk71\\release\\build\\libz-sys-10e92f5a69c9ab7e\\out\\lib\\f0389296f42960e9-adler32.o" "-c" "src/zlib/adler32.c"
  exit code: 1
  cargo:warning=ToolExecError: command did not execute successfully (status code exit code: 1): "gcc.exe" "-O3" "-ffunction-sections" "-fdata-sections" "-m64" "-I" "src/zlib" "-o" "C:\\Users\\Larnu\\AppData\\Local\\Temp\\cargo-install4EJk71\\release\\build\\libz-sys-10e92f5a69c9ab7e\\out\\lib\\f0389296f42960e9-compress.o" "-c" "src/zlib/compress.c"
  exit code: 1
  cargo:warning=ToolExecError: command did not execute successfully (status code exit code: 1): "gcc.exe" "-O3" "-ffunction-sections" "-fdata-sections" "-m64" "-I" "src/zlib" "-o" "C:\\Users\\Larnu\\AppData\\Local\\Temp\\cargo-install4EJk71\\release\\build\\libz-sys-10e92f5a69c9ab7e\\out\\lib\\f0389296f42960e9-crc32.o" "-c" "src/zlib/crc32.c"
  exit code: 1
  cargo:warning=ToolExecError: command did not execute successfully (status code exit code: 1): "gcc.exe" "-O3" "-ffunction-sections" "-fdata-sections" "-m64" "-I" "src/zlib" "-o" "C:\\Users\\Larnu\\AppData\\Local\\Temp\\cargo-install4EJk71\\release\\build\\libz-sys-10e92f5a69c9ab7e\\out\\lib\\f0389296f42960e9-deflate.o" "-c" "src/zlib/deflate.c"cargo:warning=Compiler family detection failed due to error: ToolExecError: command did not execute successfully (status code exit code: 1): "gcc.exe" "-E" "C:\\Users\\Larnu\\AppData\\Local\\Temp\\cargo-install4EJk71\\release\\build\\libz-sys-10e92f5a69c9ab7e\\out\\lib\\15865728160434909680detect_compiler_family.c"
  cargo:warning=Compiler family detection failed due to error: ToolExecError: command did not execute successfully (status code exit code: 1): "gcc.exe" "-E" "C:\\Users\\Larnu\\AppData\\Local\\Temp\\cargo-install4EJk71\\release\\build\\libz-sys-10e92f5a69c9ab7e\\out\\lib\\5099046737061404460detect_compiler_family.c"

  exit code: 1
  cargo:warning=ToolExecError: command did not execute successfully (status code exit code: 1): "gcc.exe" "-O3" "-ffunction-sections" "-fdata-sections" "-m64" "-I" "src/zlib" "-o" "C:\\Users\\Larnu\\AppData\\Local\\Temp\\cargo-install4EJk71\\release\\build\\libz-sys-10e92f5a69c9ab7e\\out\\lib\\f0389296f42960e9-infback.o" "-c" "src/zlib/infback.c"
  exit code: 1
  cargo:warning=ToolExecError: command did not execute successfully (status code exit code: 1): "gcc.exe" "-O3" "-ffunction-sections" "-fdata-sections" "-m64" "-I" "src/zlib" "-o" "C:\\Users\\Larnu\\AppData\\Local\\Temp\\cargo-install4EJk71\\release\\build\\libz-sys-10e92f5a69c9ab7e\\out\\lib\\f0389296f42960e9-inffast.o" "-c" "src/zlib/inffast.c"cargo:warning=Compiler family detection failed due to error: ToolExecError: command did not execute successfully (status code exit code: 1): "gcc.exe" "-E" "C:\\Users\\Larnu\\AppData\\Local\\Temp\\cargo-install4EJk71\\release\\build\\libz-sys-10e92f5a69c9ab7e\\out\\lib\\497542828706072869detect_compiler_family.c"

  exit code: 1
  cargo:warning=ToolExecError: command did not execute successfully (status code exit code: 1): "gcc.exe" "-O3" "-ffunction-sections" "-fdata-sections" "-m64" "-I" "src/zlib" "-o" "C:\\Users\\Larnu\\AppData\\Local\\Temp\\cargo-install4EJk71\\release\\build\\libz-sys-10e92f5a69c9ab7e\\out\\lib\\f0389296f42960e9-inflate.o" "-c" "src/zlib/inflate.c"cargo:warning=Compiler family detection failed due to error: ToolExecError: command did not execute successfully (status code exit code: 1): "gcc.exe" "-E" "C:\\Users\\Larnu\\AppData\\Local\\Temp\\cargo-install4EJk71\\release\\build\\libz-sys-10e92f5a69c9ab7e\\out\\lib\\17023984583009940409detect_compiler_family.c"
  cargo:warning=Compiler family detection failed due to error: ToolExecError: command did not execute successfully (status code exit code: 1): "gcc.exe" "-E" "C:\\Users\\Larnu\\AppData\\Local\\Temp\\cargo-install4EJk71\\release\\build\\libz-sys-10e92f5a69c9ab7e\\out\\lib\\6185928841114157505detect_compiler_family.c"
  cargo:warning=Compiler family detection failed due to error: ToolExecError: command did not execute successfully (status code exit code: 1): "gcc.exe" "-E" "C:\\Users\\Larnu\\AppData\\Local\\Temp\\cargo-install4EJk71\\release\\build\\libz-sys-10e92f5a69c9ab7e\\out\\lib\\13404835829010534538detect_compiler_family.c"
  cargo:warning=Compiler family detection failed due to error: ToolExecError: command did not execute successfully (status code exit code: 1): "gcc.exe" "-E" "C:\\Users\\Larnu\\AppData\\Local\\Temp\\cargo-install4EJk71\\release\\build\\libz-sys-10e92f5a69c9ab7e\\out\\lib\\6378219910379035506detect_compiler_family.c"

  exit code: 1
  cargo:warning=ToolExecError: command did not execute successfully (status code exit code: 1): "gcc.exe" "-O3" "-ffunction-sections" "-fdata-sections" "-m64" "-I" "src/zlib" "-o" "C:\\Users\\Larnu\\AppData\\Local\\Temp\\cargo-install4EJk71\\release\\build\\libz-sys-10e92f5a69c9ab7e\\out\\lib\\f0389296f42960e9-inftrees.o" "-c" "src/zlib/inftrees.c"
  exit code: 1
  cargo:warning=ToolExecError: command did not execute successfully (status code exit code: 1): "gcc.exe" "-O3" "-ffunction-sections" "-fdata-sections" "-m64" "-I" "src/zlib" "-o" "C:\\Users\\Larnu\\AppData\\Local\\Temp\\cargo-install4EJk71\\release\\build\\libz-sys-10e92f5a69c9ab7e\\out\\lib\\f0389296f42960e9-trees.o" "-c" "src/zlib/trees.c"
  exit code: 1
  cargo:warning=ToolExecError: command did not execute successfully (status code exit code: 1): "gcc.exe" "-O3" "-ffunction-sections" "-fdata-sections" "-m64" "-I" "src/zlib" "-o" "C:\\Users\\Larnu\\AppData\\Local\\Temp\\cargo-install4EJk71\\release\\build\\libz-sys-10e92f5a69c9ab7e\\out\\lib\\f0389296f42960e9-uncompr.o" "-c" "src/zlib/uncompr.c"
  exit code: 1
  cargo:warning=ToolExecError: command did not execute successfully (status code exit code: 1): "gcc.exe" "-O3" "-ffunction-sections" "-fdata-sections" "-m64" "-I" "src/zlib" "-o" "C:\\Users\\Larnu\\AppData\\Local\\Temp\\cargo-install4EJk71\\release\\build\\libz-sys-10e92f5a69c9ab7e\\out\\lib\\f0389296f42960e9-zutil.o" "-c" "src/zlib/zutil.c"cargo:warning=Compiler family detection failed due to error: ToolExecError: command did not execute successfully (status code exit code: 1): "gcc.exe" "-E" "C:\\Users\\Larnu\\AppData\\Local\\Temp\\cargo-install4EJk71\\release\\build\\libz-sys-10e92f5a69c9ab7e\\out\\lib\\16879967669049827291detect_compiler_family.c"
  cargo:warning=Compiler family detection failed due to error: ToolExecError: command did not execute successfully (status code exit code: 1): "gcc.exe" "-E" "C:\\Users\\Larnu\\AppData\\Local\\Temp\\cargo-install4EJk71\\release\\build\\libz-sys-10e92f5a69c9ab7e\\out\\lib\\22035483290972925detect_compiler_family.c"

  exit code: 1
  cargo:warning=ToolExecError: command did not execute successfully (status code exit code: 1): "gcc.exe" "-O3" "-ffunction-sections" "-fdata-sections" "-m64" "-I" "src/zlib" "-o" "C:\\Users\\Larnu\\AppData\\Local\\Temp\\cargo-install4EJk71\\release\\build\\libz-sys-10e92f5a69c9ab7e\\out\\lib\\f0389296f42960e9-gzclose.o" "-c" "src/zlib/gzclose.c"
  exit code: 1
  cargo:warning=ToolExecError: command did not execute successfully (status code exit code: 1): "gcc.exe" "-O3" "-ffunction-sections" "-fdata-sections" "-m64" "-I" "src/zlib" "-o" "C:\\Users\\Larnu\\AppData\\Local\\Temp\\cargo-install4EJk71\\release\\build\\libz-sys-10e92f5a69c9ab7e\\out\\lib\\f0389296f42960e9-gzlib.o" "-c" "src/zlib/gzlib.c"cargo:warning=Compiler family detection failed due to error: ToolExecError: command did not execute successfully (status code exit code: 1): "gcc.exe" "-E" "C:\\Users\\Larnu\\AppData\\Local\\Temp\\cargo-install4EJk71\\release\\build\\libz-sys-10e92f5a69c9ab7e\\out\\lib\\8105189814720974395detect_compiler_family.c"

  exit code: 1
  cargo:warning=ToolExecError: command did not execute successfully (status code exit code: 1): "gcc.exe" "-O3" "-ffunction-sections" "-fdata-sections" "-m64" "-I" "src/zlib" "-o" "C:\\Users\\Larnu\\AppData\\Local\\Temp\\cargo-install4EJk71\\release\\build\\libz-sys-10e92f5a69c9ab7e\\out\\lib\\f0389296f42960e9-gzread.o" "-c" "src/zlib/gzread.c"
  exit code: 1
  cargo:warning=ToolExecError: command did not execute successfully (status code exit code: 1): "gcc.exe" "-O3" "-ffunction-sections" "-fdata-sections" "-m64" "-I" "src/zlib" "-o" "C:\\Users\\Larnu\\AppData\\Local\\Temp\\cargo-install4EJk71\\release\\build\\libz-sys-10e92f5a69c9ab7e\\out\\lib\\f0389296f42960e9-gzwrite.o" "-c" "src/zlib/gzwrite.c"

  --- stderr


  error occurred in cc-rs: command did not execute successfully (status code exit code: 1): "gcc.exe" "-O3" "-ffunction-sections" "-fdata-sections" "-m64" "-I" "src/zlib" "-o" "C:\\Users\\Larnu\\AppData\\Local\\Temp\\cargo-install4EJk71\\release\\build\\libz-sys-10e92f5a69c9ab7e\\out\\lib\\f0389296f42960e9-gzwrite.o" "-c" "src/zlib/gzwrite.c"


warning: [email protected]+1.64.0: Compiler family detection failed due to error: ToolExecError: command did not execute successfully (status code exit code: 1): "gcc.exe" "-E" "C:\\Users\\Larnu\\AppData\\Local\\Temp\\cargo-install4EJk71\\release\\build\\libnghttp2-sys-4465c78f549c24d0\\out\\i\\lib\\13385578529878499024detect_compiler_family.c"
warning: [email protected]+1.64.0: Compiler family detection failed due to error: ToolExecError: command did not execute successfully (status code exit code: 1): "gcc.exe" "-E" "C:\\Users\\Larnu\\AppData\\Local\\Temp\\cargo-install4EJk71\\release\\build\\libnghttp2-sys-4465c78f549c24d0\\out\\i\\lib\\3026820108961819516detect_compiler_family.c"
warning: [email protected]+1.64.0: Compiler family detection failed due to error: ToolExecError: command did not execute successfully (status code exit code: 1): "gcc.exe" "-E" "C:\\Users\\Larnu\\AppData\\Local\\Temp\\cargo-install4EJk71\\release\\build\\libnghttp2-sys-4465c78f549c24d0\\out\\i\\lib\\12009211066257593779detect_compiler_family.c"
warning: [email protected]+1.64.0: Compiler family detection failed due to error: ToolExecError: command did not execute successfully (status code exit code: 1): "gcc.exe" "-E" "C:\\Users\\Larnu\\AppData\\Local\\Temp\\cargo-install4EJk71\\release\\build\\libnghttp2-sys-4465c78f549c24d0\\out\\i\\lib\\16240993522793146061detect_compiler_family.c"
warning: [email protected]+1.64.0: Compiler family detection failed due to error: ToolExecError: command did not execute successfully (status code exit code: 1): "gcc.exe" "-E" "C:\\Users\\Larnu\\AppData\\Local\\Temp\\cargo-install4EJk71\\release\\build\\libnghttp2-sys-4465c78f549c24d0\\out\\i\\lib\\6714039012453312004detect_compiler_family.c"
warning: [email protected]+1.64.0: Compiler family detection failed due to error: ToolExecError: command did not execute successfully (status code exit code: 1): "gcc.exe" "-E" "C:\\Users\\Larnu\\AppData\\Local\\Temp\\cargo-install4EJk71\\release\\build\\libnghttp2-sys-4465c78f549c24d0\\out\\i\\lib\\7572753913231766651detect_compiler_family.c"
warning: [email protected]+1.64.0: Compiler family detection failed due to error: ToolExecError: command did not execute successfully (status code exit code: 1): "gcc.exe" "-E" "C:\\Users\\Larnu\\AppData\\Local\\Temp\\cargo-install4EJk71\\release\\build\\libnghttp2-sys-4465c78f549c24d0\\out\\i\\lib\\14814419342263260769detect_compiler_family.c"
warning: [email protected]+1.64.0: Compiler family detection failed due to error: ToolExecError: command did not execute successfully (status code exit code: 1): "gcc.exe" "-E" "C:\\Users\\Larnu\\AppData\\Local\\Temp\\cargo-install4EJk71\\release\\build\\libnghttp2-sys-4465c78f549c24d0\\out\\i\\lib\\1783701640415151835detect_compiler_family.c"
warning: [email protected]+1.64.0: ToolExecError: command did not execute successfully (status code exit code: 1): "gcc.exe" "-O3" "-ffunction-sections" "-fdata-sections" "-m64" "-I" "nghttp2/lib/includes" "-I" "C:\\Users\\Larnu\\AppData\\Local\\Temp\\cargo-install4EJk71\\release\\build\\libnghttp2-sys-4465c78f549c24d0\\out\\i\\include" "-DNGHTTP2_STATICLIB" "-DHAVE_NETINET_IN" "-DHAVE_TIME_H" "-o" "C:\\Users\\Larnu\\AppData\\Local\\Temp\\cargo-install4EJk71\\release\\build\\libnghttp2-sys-4465c78f549c24d0\\out\\i\\lib\\64375acaab57ea54-sfparse.o" "-c" "nghttp2/lib/sfparse.c"
warning: [email protected]+1.64.0: ToolExecError: command did not execute successfully (status code exit code: 1): "gcc.exe" "-O3" "-ffunction-sections" "-fdata-sections" "-m64" "-I" "nghttp2/lib/includes" "-I" "C:\\Users\\Larnu\\AppData\\Local\\Temp\\cargo-install4EJk71\\release\\build\\libnghttp2-sys-4465c78f549c24d0\\out\\i\\include" "-DNGHTTP2_STATICLIB" "-DHAVE_NETINET_IN" "-DHAVE_TIME_H" "-o" "C:\\Users\\Larnu\\AppData\\Local\\Temp\\cargo-install4EJk71\\release\\build\\libnghttp2-sys-4465c78f549c24d0\\out\\i\\lib\\64375acaab57ea54-nghttp2_alpn.o" "-c" "nghttp2/lib/nghttp2_alpn.c"
warning: [email protected]+1.64.0: ToolExecError: command did not execute successfully (status code exit code: 1): "gcc.exe" "-O3" "-ffunction-sections" "-fdata-sections" "-m64" "-I" "nghttp2/lib/includes" "-I" "C:\\Users\\Larnu\\AppData\\Local\\Temp\\cargo-install4EJk71\\release\\build\\libnghttp2-sys-4465c78f549c24d0\\out\\i\\include" "-DNGHTTP2_STATICLIB" "-DHAVE_NETINET_IN" "-DHAVE_TIME_H" "-o" "C:\\Users\\Larnu\\AppData\\Local\\Temp\\cargo-install4EJk71\\release\\build\\libnghttp2-sys-4465c78f549c24d0\\out\\i\\lib\\64375acaab57ea54-nghttp2_buf.o" "-c" "nghttp2/lib/nghttp2_buf.c"
warning: [email protected]+1.64.0: ToolExecError: command did not execute successfully (status code exit code: 1): "gcc.exe" "-O3" "-ffunction-sections" "-fdata-sections" "-m64" "-I" "nghttp2/lib/includes" "-I" "C:\\Users\\Larnu\\AppData\\Local\\Temp\\cargo-install4EJk71\\release\\build\\libnghttp2-sys-4465c78f549c24d0\\out\\i\\include" "-DNGHTTP2_STATICLIB" "-DHAVE_NETINET_IN" "-DHAVE_TIME_H" "-o" "C:\\Users\\Larnu\\AppData\\Local\\Temp\\cargo-install4EJk71\\release\\build\\libnghttp2-sys-4465c78f549c24d0\\out\\i\\lib\\64375acaab57ea54-nghttp2_callbacks.o" "-c" "nghttp2/lib/nghttp2_callbacks.c"
warning: [email protected]+1.64.0: ToolExecError: command did not execute successfully (status code exit code: 1): "gcc.exe" "-O3" "-ffunction-sections" "-fdata-sections" "-m64" "-I" "nghttp2/lib/includes" "-I" "C:\\Users\\Larnu\\AppData\\Local\\Temp\\cargo-install4EJk71\\release\\build\\libnghttp2-sys-4465c78f549c24d0\\out\\i\\include" "-DNGHTTP2_STATICLIB" "-DHAVE_NETINET_IN" "-DHAVE_TIME_H" "-o" "C:\\Users\\Larnu\\AppData\\Local\\Temp\\cargo-install4EJk71\\release\\build\\libnghttp2-sys-4465c78f549c24d0\\out\\i\\lib\\64375acaab57ea54-nghttp2_debug.o" "-c" "nghttp2/lib/nghttp2_debug.c"
warning: [email protected]+1.64.0: ToolExecError: command did not execute successfully (status code exit code: 1): "gcc.exe" "-O3" "-ffunction-sections" "-fdata-sections" "-m64" "-I" "nghttp2/lib/includes" "-I" "C:\\Users\\Larnu\\AppData\\Local\\Temp\\cargo-install4EJk71\\release\\build\\libnghttp2-sys-4465c78f549c24d0\\out\\i\\include" "-DNGHTTP2_STATICLIB" "-DHAVE_NETINET_IN" "-DHAVE_TIME_H" "-o" "C:\\Users\\Larnu\\AppData\\Local\\Temp\\cargo-install4EJk71\\release\\build\\libnghttp2-sys-4465c78f549c24d0\\out\\i\\lib\\64375acaab57ea54-nghttp2_extpri.o" "-c" "nghttp2/lib/nghttp2_extpri.c"
warning: [email protected]+1.64.0: ToolExecError: command did not execute successfully (status code exit code: 1): "gcc.exe" "-O3" "-ffunction-sections" "-fdata-sections" "-m64" "-I" "nghttp2/lib/includes" "-I" "C:\\Users\\Larnu\\AppData\\Local\\Temp\\cargo-install4EJk71\\release\\build\\libnghttp2-sys-4465c78f549c24d0\\out\\i\\include" "-DNGHTTP2_STATICLIB" "-DHAVE_NETINET_IN" "-DHAVE_TIME_H" "-o" "C:\\Users\\Larnu\\AppData\\Local\\Temp\\cargo-install4EJk71\\release\\build\\libnghttp2-sys-4465c78f549c24d0\\out\\i\\lib\\64375acaab57ea54-nghttp2_frame.o" "-c" "nghttp2/lib/nghttp2_frame.c"cargo:warning=Compiler family detection failed due to error: ToolExecError: command did not execute successfully (status code exit code: 1): "gcc.exe" "-E" "C:\\Users\\Larnu\\AppData\\Local\\Temp\\cargo-install4EJk71\\release\\build\\libnghttp2-sys-4465c78f549c24d0\\out\\i\\lib\\15937671908276173022detect_compiler_family.c"
warning: [email protected]+1.64.0: Compiler family detection failed due to error: ToolExecError: command did not execute successfully (status code exit code: 1): "gcc.exe" "-E" "C:\\Users\\Larnu\\AppData\\Local\\Temp\\cargo-install4EJk71\\release\\build\\libnghttp2-sys-4465c78f549c24d0\\out\\i\\lib\\3354544156155487004detect_compiler_family.c"
warning: [email protected]+1.64.0: Compiler family detection failed due to error: ToolExecError: command did not execute successfully (status code exit code: 1): "gcc.exe" "-E" "C:\\Users\\Larnu\\AppData\\Local\\Temp\\cargo-install4EJk71\\release\\build\\libnghttp2-sys-4465c78f549c24d0\\out\\i\\lib\\9944635683844622554detect_compiler_family.c"
warning: [email protected]+1.64.0: Compiler family detection failed due to error: ToolExecError: command did not execute successfully (status code exit code: 1): "gcc.exe" "-E" "C:\\Users\\Larnu\\AppData\\Local\\Temp\\cargo-install4EJk71\\release\\build\\libnghttp2-sys-4465c78f549c24d0\\out\\i\\lib\\6689248019603763875detect_compiler_family.c"
warning: [email protected]+1.64.0: Compiler family detection failed due to error: ToolExecError: command did not execute successfully (status code exit code: 1): "gcc.exe" "-E" "C:\\Users\\Larnu\\AppData\\Local\\Temp\\cargo-install4EJk71\\release\\build\\libnghttp2-sys-4465c78f549c24d0\\out\\i\\lib\\12734490007478461102detect_compiler_family.c"
warning: [email protected]+1.64.0: Compiler family detection failed due to error: ToolExecError: command did not execute successfully (status code exit code: 1): "gcc.exe" "-E" "C:\\Users\\Larnu\\AppData\\Local\\Temp\\cargo-install4EJk71\\release\\build\\libnghttp2-sys-4465c78f549c24d0\\out\\i\\lib\\2990164597805090278detect_compiler_family.c"
warning: [email protected]+1.64.0: Compiler family detection failed due to error: ToolExecError: command did not execute successfully (status code exit code: 1): "gcc.exe" "-E" "C:\\Users\\Larnu\\AppData\\Local\\Temp\\cargo-install4EJk71\\release\\build\\libnghttp2-sys-4465c78f549c24d0\\out\\i\\lib\\8855639519443008890detect_compiler_family.c"
warning: [email protected]+1.64.0: ToolExecError: command did not execute successfully (status code exit code: 1): "gcc.exe" "-O3" "-ffunction-sections" "-fdata-sections" "-m64" "-I" "nghttp2/lib/includes" "-I" "C:\\Users\\Larnu\\AppData\\Local\\Temp\\cargo-install4EJk71\\release\\build\\libnghttp2-sys-4465c78f549c24d0\\out\\i\\include" "-DNGHTTP2_STATICLIB" "-DHAVE_NETINET_IN" "-DHAVE_TIME_H" "-o" "C:\\Users\\Larnu\\AppData\\Local\\Temp\\cargo-install4EJk71\\release\\build\\libnghttp2-sys-4465c78f549c24d0\\out\\i\\lib\\64375acaab57ea54-nghttp2_hd.o" "-c" "nghttp2/lib/nghttp2_hd.c"
warning: [email protected]+1.64.0: ToolExecError: command did not execute successfully (status code exit code: 1): "gcc.exe" "-O3" "-ffunction-sections" "-fdata-sections" "-m64" "-I" "nghttp2/lib/includes" "-I" "C:\\Users\\Larnu\\AppData\\Local\\Temp\\cargo-install4EJk71\\release\\build\\libnghttp2-sys-4465c78f549c24d0\\out\\i\\include" "-DNGHTTP2_STATICLIB" "-DHAVE_NETINET_IN" "-DHAVE_TIME_H" "-o" "C:\\Users\\Larnu\\AppData\\Local\\Temp\\cargo-install4EJk71\\release\\build\\libnghttp2-sys-4465c78f549c24d0\\out\\i\\lib\\64375acaab57ea54-nghttp2_hd_huffman.o" "-c" "nghttp2/lib/nghttp2_hd_huffman.c"
warning: [email protected]+1.64.0: ToolExecError: command did not execute successfully (status code exit code: 1): "gcc.exe" "-O3" "-ffunction-sections" "-fdata-sections" "-m64" "-I" "nghttp2/lib/includes" "-I" "C:\\Users\\Larnu\\AppData\\Local\\Temp\\cargo-install4EJk71\\release\\build\\libnghttp2-sys-4465c78f549c24d0\\out\\i\\include" "-DNGHTTP2_STATICLIB" "-DHAVE_NETINET_IN" "-DHAVE_TIME_H" "-o" "C:\\Users\\Larnu\\AppData\\Local\\Temp\\cargo-install4EJk71\\release\\build\\libnghttp2-sys-4465c78f549c24d0\\out\\i\\lib\\64375acaab57ea54-nghttp2_hd_huffman_data.o" "-c" "nghttp2/lib/nghttp2_hd_huffman_data.c"
warning: [email protected]+1.64.0: ToolExecError: command did not execute successfully (status code exit code: 1): "gcc.exe" "-O3" "-ffunction-sections" "-fdata-sections" "-m64" "-I" "nghttp2/lib/includes" "-I" "C:\\Users\\Larnu\\AppData\\Local\\Temp\\cargo-install4EJk71\\release\\build\\libnghttp2-sys-4465c78f549c24d0\\out\\i\\include" "-DNGHTTP2_STATICLIB" "-DHAVE_NETINET_IN" "-DHAVE_TIME_H" "-o" "C:\\Users\\Larnu\\AppData\\Local\\Temp\\cargo-install4EJk71\\release\\build\\libnghttp2-sys-4465c78f549c24d0\\out\\i\\lib\\64375acaab57ea54-nghttp2_helper.o" "-c" "nghttp2/lib/nghttp2_helper.c"
warning: [email protected]+1.64.0: ToolExecError: command did not execute successfully (status code exit code: 1): "gcc.exe" "-O3" "-ffunction-sections" "-fdata-sections" "-m64" "-I" "nghttp2/lib/includes" "-I" "C:\\Users\\Larnu\\AppData\\Local\\Temp\\cargo-install4EJk71\\release\\build\\libnghttp2-sys-4465c78f549c24d0\\out\\i\\include" "-DNGHTTP2_STATICLIB" "-DHAVE_NETINET_IN" "-DHAVE_TIME_H" "-o" "C:\\Users\\Larnu\\AppData\\Local\\Temp\\cargo-install4EJk71\\release\\build\\libnghttp2-sys-4465c78f549c24d0\\out\\i\\lib\\64375acaab57ea54-nghttp2_http.o" "-c" "nghttp2/lib/nghttp2_http.c"
warning: [email protected]+1.64.0: ToolExecError: command did not execute successfully (status code exit code: 1): "gcc.exe" "-O3" "-ffunction-sections" "-fdata-sections" "-m64" "-I" "nghttp2/lib/includes" "-I" "C:\\Users\\Larnu\\AppData\\Local\\Temp\\cargo-install4EJk71\\release\\build\\libnghttp2-sys-4465c78f549c24d0\\out\\i\\include" "-DNGHTTP2_STATICLIB" "-DHAVE_NETINET_IN" "-DHAVE_TIME_H" "-o" "C:\\Users\\Larnu\\AppData\\Local\\Temp\\cargo-install4EJk71\\release\\build\\libnghttp2-sys-4465c78f549c24d0\\out\\i\\lib\\64375acaab57ea54-nghttp2_map.o" "-c" "nghttp2/lib/nghttp2_map.c"
warning: [email protected]+1.64.0: ToolExecError: command did not execute successfully (status code exit code: 1): "gcc.exe" "-O3" "-ffunction-sections" "-fdata-sections" "-m64" "-I" "nghttp2/lib/includes" "-I" "C:\\Users\\Larnu\\AppData\\Local\\Temp\\cargo-install4EJk71\\release\\build\\libnghttp2-sys-4465c78f549c24d0\\out\\i\\include" "-DNGHTTP2_STATICLIB" "-DHAVE_NETINET_IN" "-DHAVE_TIME_H" "-o" "C:\\Users\\Larnu\\AppData\\Local\\Temp\\cargo-install4EJk71\\release\\build\\libnghttp2-sys-4465c78f549c24d0\\out\\i\\lib\\64375acaab57ea54-nghttp2_mem.o" "-c" "nghttp2/lib/nghttp2_mem.c"cargo:warning=Compiler family detection failed due to error: ToolExecError: command did not execute successfully (status code exit code: 1): "gcc.exe" "-E" "C:\\Users\\Larnu\\AppData\\Local\\Temp\\cargo-install4EJk71\\release\\build\\libnghttp2-sys-4465c78f549c24d0\\out\\i\\lib\\12979487472163474937detect_compiler_family.c"
warning: [email protected]+1.64.0: Compiler family detection failed due to error: ToolExecError: command did not execute successfully (status code exit code: 1): "gcc.exe" "-E" "C:\\Users\\Larnu\\AppData\\Local\\Temp\\cargo-install4EJk71\\release\\build\\libnghttp2-sys-4465c78f549c24d0\\out\\i\\lib\\15509413660306800286detect_compiler_family.c"
warning: [email protected]+1.64.0: Compiler family detection failed due to error: ToolExecError: command did not execute successfully (status code exit code: 1): "gcc.exe" "-E" "C:\\Users\\Larnu\\AppData\\Local\\Temp\\cargo-install4EJk71\\release\\build\\libnghttp2-sys-4465c78f549c24d0\\out\\i\\lib\\16002410417528555787detect_compiler_family.c"
warning: [email protected]+1.64.0: Compiler family detection failed due to error: ToolExecError: command did not execute successfully (status code exit code: 1): "gcc.exe" "-E" "C:\\Users\\Larnu\\AppData\\Local\\Temp\\cargo-install4EJk71\\release\\build\\libnghttp2-sys-4465c78f549c24d0\\out\\i\\lib\\17819049310866390356detect_compiler_family.c"
warning: [email protected]+1.64.0: Compiler family detection failed due to error: ToolExecError: command did not execute successfully (status code exit code: 1): "gcc.exe" "-E" "C:\\Users\\Larnu\\AppData\\Local\\Temp\\cargo-install4EJk71\\release\\build\\libnghttp2-sys-4465c78f549c24d0\\out\\i\\lib\\14073021435584458168detect_compiler_family.c"
warning: [email protected]+1.64.0: Compiler family detection failed due to error: ToolExecError: command did not execute successfully (status code exit code: 1): "gcc.exe" "-E" "C:\\Users\\Larnu\\AppData\\Local\\Temp\\cargo-install4EJk71\\release\\build\\libnghttp2-sys-4465c78f549c24d0\\out\\i\\lib\\2195599374088934888detect_compiler_family.c"
warning: [email protected]+1.64.0: Compiler family detection failed due to error: ToolExecError: command did not execute successfully (status code exit code: 1): "gcc.exe" "-E" "C:\\Users\\Larnu\\AppData\\Local\\Temp\\cargo-install4EJk71\\release\\build\\libnghttp2-sys-4465c78f549c24d0\\out\\i\\lib\\12257263284261026021detect_compiler_family.c"
warning: [email protected]+1.64.0: Compiler family detection failed due to error: ToolExecError: command did not execute successfully (status code exit code: 1): "gcc.exe" "-E" "C:\\Users\\Larnu\\AppData\\Local\\Temp\\cargo-install4EJk71\\release\\build\\libnghttp2-sys-4465c78f549c24d0\\out\\i\\lib\\8366594358693016787detect_compiler_family.c"
warning: [email protected]+1.64.0: ToolExecError: command did not execute successfully (status code exit code: 1): "gcc.exe" "-O3" "-ffunction-sections" "-fdata-sections" "-m64" "-I" "nghttp2/lib/includes" "-I" "C:\\Users\\Larnu\\AppData\\Local\\Temp\\cargo-install4EJk71\\release\\build\\libnghttp2-sys-4465c78f549c24d0\\out\\i\\include" "-DNGHTTP2_STATICLIB" "-DHAVE_NETINET_IN" "-DHAVE_TIME_H" "-o" "C:\\Users\\Larnu\\AppData\\Local\\Temp\\cargo-install4EJk71\\release\\build\\libnghttp2-sys-4465c78f549c24d0\\out\\i\\lib\\64375acaab57ea54-nghttp2_option.o" "-c" "nghttp2/lib/nghttp2_option.c"
warning: [email protected]+1.64.0: ToolExecError: command did not execute successfully (status code exit code: 1): "gcc.exe" "-O3" "-ffunction-sections" "-fdata-sections" "-m64" "-I" "nghttp2/lib/includes" "-I" "C:\\Users\\Larnu\\AppData\\Local\\Temp\\cargo-install4EJk71\\release\\build\\libnghttp2-sys-4465c78f549c24d0\\out\\i\\include" "-DNGHTTP2_STATICLIB" "-DHAVE_NETINET_IN" "-DHAVE_TIME_H" "-o" "C:\\Users\\Larnu\\AppData\\Local\\Temp\\cargo-install4EJk71\\release\\build\\libnghttp2-sys-4465c78f549c24d0\\out\\i\\lib\\64375acaab57ea54-nghttp2_outbound_item.o" "-c" "nghttp2/lib/nghttp2_outbound_item.c"
warning: [email protected]+1.64.0: ToolExecError: command did not execute successfully (status code exit code: 1): "gcc.exe" "-O3" "-ffunction-sections" "-fdata-sections" "-m64" "-I" "nghttp2/lib/includes" "-I" "C:\\Users\\Larnu\\AppData\\Local\\Temp\\cargo-install4EJk71\\release\\build\\libnghttp2-sys-4465c78f549c24d0\\out\\i\\include" "-DNGHTTP2_STATICLIB" "-DHAVE_NETINET_IN" "-DHAVE_TIME_H" "-o" "C:\\Users\\Larnu\\AppData\\Local\\Temp\\cargo-install4EJk71\\release\\build\\libnghttp2-sys-4465c78f549c24d0\\out\\i\\lib\\64375acaab57ea54-nghttp2_pq.o" "-c" "nghttp2/lib/nghttp2_pq.c"
warning: [email protected]+1.64.0: ToolExecError: command did not execute successfully (status code exit code: 1): "gcc.exe" "-O3" "-ffunction-sections" "-fdata-sections" "-m64" "-I" "nghttp2/lib/includes" "-I" "C:\\Users\\Larnu\\AppData\\Local\\Temp\\cargo-install4EJk71\\release\\build\\libnghttp2-sys-4465c78f549c24d0\\out\\i\\include" "-DNGHTTP2_STATICLIB" "-DHAVE_NETINET_IN" "-DHAVE_TIME_H" "-o" "C:\\Users\\Larnu\\AppData\\Local\\Temp\\cargo-install4EJk71\\release\\build\\libnghttp2-sys-4465c78f549c24d0\\out\\i\\lib\\64375acaab57ea54-nghttp2_priority_spec.o" "-c" "nghttp2/lib/nghttp2_priority_spec.c"
warning: [email protected]+1.64.0: ToolExecError: command did not execute successfully (status code exit code: 1): "gcc.exe" "-O3" "-ffunction-sections" "-fdata-sections" "-m64" "-I" "nghttp2/lib/includes" "-I" "C:\\Users\\Larnu\\AppData\\Local\\Temp\\cargo-install4EJk71\\release\\build\\libnghttp2-sys-4465c78f549c24d0\\out\\i\\include" "-DNGHTTP2_STATICLIB" "-DHAVE_NETINET_IN" "-DHAVE_TIME_H" "-o" "C:\\Users\\Larnu\\AppData\\Local\\Temp\\cargo-install4EJk71\\release\\build\\libnghttp2-sys-4465c78f549c24d0\\out\\i\\lib\\64375acaab57ea54-nghttp2_queue.o" "-c" "nghttp2/lib/nghttp2_queue.c"
warning: [email protected]+1.64.0: ToolExecError: command did not execute successfully (status code exit code: 1): "gcc.exe" "-O3" "-ffunction-sections" "-fdata-sections" "-m64" "-I" "nghttp2/lib/includes" "-I" "C:\\Users\\Larnu\\AppData\\Local\\Temp\\cargo-install4EJk71\\release\\build\\libnghttp2-sys-4465c78f549c24d0\\out\\i\\include" "-DNGHTTP2_STATICLIB" "-DHAVE_NETINET_IN" "-DHAVE_TIME_H" "-o" "C:\\Users\\Larnu\\AppData\\Local\\Temp\\cargo-install4EJk71\\release\\build\\libnghttp2-sys-4465c78f549c24d0\\out\\i\\lib\\64375acaab57ea54-nghttp2_rcbuf.o" "-c" "nghttp2/lib/nghttp2_rcbuf.c"
warning: [email protected]+1.64.0: ToolExecError: command did not execute successfully (status code exit code: 1): "gcc.exe" "-O3" "-ffunction-sections" "-fdata-sections" "-m64" "-I" "nghttp2/lib/includes" "-I" "C:\\Users\\Larnu\\AppData\\Local\\Temp\\cargo-install4EJk71\\release\\build\\libnghttp2-sys-4465c78f549c24d0\\out\\i\\include" "-DNGHTTP2_STATICLIB" "-DHAVE_NETINET_IN" "-DHAVE_TIME_H" "-o" "C:\\Users\\Larnu\\AppData\\Local\\Temp\\cargo-install4EJk71\\release\\build\\libnghttp2-sys-4465c78f549c24d0\\out\\i\\lib\\64375acaab57ea54-nghttp2_session.o" "-c" "nghttp2/lib/nghttp2_session.c"
warning: [email protected]+1.64.0: ToolExecError: command did not execute successfully (status code exit code: 1): "gcc.exe" "-O3" "-ffunction-sections" "-fdata-sections" "-m64" "-I" "nghttp2/lib/includes" "-I" "C:\\Users\\Larnu\\AppData\\Local\\Temp\\cargo-install4EJk71\\release\\build\\libnghttp2-sys-4465c78f549c24d0\\out\\i\\include" "-DNGHTTP2_STATICLIB" "-DHAVE_NETINET_IN" "-DHAVE_TIME_H" "-o" "C:\\Users\\Larnu\\AppData\\Local\\Temp\\cargo-install4EJk71\\release\\build\\libnghttp2-sys-4465c78f549c24d0\\out\\i\\lib\\64375acaab57ea54-nghttp2_stream.o" "-c" "nghttp2/lib/nghttp2_stream.c"cargo:warning=Compiler family detection failed due to error: ToolExecError: command did not execute successfully (status code exit code: 1): "gcc.exe" "-E" "C:\\Users\\Larnu\\AppData\\Local\\Temp\\cargo-install4EJk71\\release\\build\\libnghttp2-sys-4465c78f549c24d0\\out\\i\\lib\\8348878940181291164detect_compiler_family.c"
warning: [email protected]+1.64.0: Compiler family detection failed due to error: ToolExecError: command did not execute successfully (status code exit code: 1): "gcc.exe" "-E" "C:\\Users\\Larnu\\AppData\\Local\\Temp\\cargo-install4EJk71\\release\\build\\libnghttp2-sys-4465c78f549c24d0\\out\\i\\lib\\14810702175950111274detect_compiler_family.c"
warning: [email protected]+1.64.0: Compiler family detection failed due to error: ToolExecError: command did not execute successfully (status code exit code: 1): "gcc.exe" "-E" "C:\\Users\\Larnu\\AppData\\Local\\Temp\\cargo-install4EJk71\\release\\build\\libnghttp2-sys-4465c78f549c24d0\\out\\i\\lib\\7706210553427957080detect_compiler_family.c"
warning: [email protected]+1.64.0: ToolExecError: command did not execute successfully (status code exit code: 1): "gcc.exe" "-O3" "-ffunction-sections" "-fdata-sections" "-m64" "-I" "nghttp2/lib/includes" "-I" "C:\\Users\\Larnu\\AppData\\Local\\Temp\\cargo-install4EJk71\\release\\build\\libnghttp2-sys-4465c78f549c24d0\\out\\i\\include" "-DNGHTTP2_STATICLIB" "-DHAVE_NETINET_IN" "-DHAVE_TIME_H" "-o" "C:\\Users\\Larnu\\AppData\\Local\\Temp\\cargo-install4EJk71\\release\\build\\libnghttp2-sys-4465c78f549c24d0\\out\\i\\lib\\64375acaab57ea54-nghttp2_submit.o" "-c" "nghttp2/lib/nghttp2_submit.c"
warning: [email protected]+1.64.0: ToolExecError: command did not execute successfully (status code exit code: 1): "gcc.exe" "-O3" "-ffunction-sections" "-fdata-sections" "-m64" "-I" "nghttp2/lib/includes" "-I" "C:\\Users\\Larnu\\AppData\\Local\\Temp\\cargo-install4EJk71\\release\\build\\libnghttp2-sys-4465c78f549c24d0\\out\\i\\include" "-DNGHTTP2_STATICLIB" "-DHAVE_NETINET_IN" "-DHAVE_TIME_H" "-o" "C:\\Users\\Larnu\\AppData\\Local\\Temp\\cargo-install4EJk71\\release\\build\\libnghttp2-sys-4465c78f549c24d0\\out\\i\\lib\\64375acaab57ea54-nghttp2_version.o" "-c" "nghttp2/lib/nghttp2_version.c"
warning: [email protected]+1.64.0: ToolExecError: command did not execute successfully (status code exit code: 1): "gcc.exe" "-O3" "-ffunction-sections" "-fdata-sections" "-m64" "-I" "nghttp2/lib/includes" "-I" "C:\\Users\\Larnu\\AppData\\Local\\Temp\\cargo-install4EJk71\\release\\build\\libnghttp2-sys-4465c78f549c24d0\\out\\i\\include" "-DNGHTTP2_STATICLIB" "-DHAVE_NETINET_IN" "-DHAVE_TIME_H" "-o" "C:\\Users\\Larnu\\AppData\\Local\\Temp\\cargo-install4EJk71\\release\\build\\libnghttp2-sys-4465c78f549c24d0\\out\\i\\lib\\64375acaab57ea54-nghttp2_ratelim.o" "-c" "nghttp2/lib/nghttp2_ratelim.c"
warning: [email protected]+1.64.0: ToolExecError: command did not execute successfully (status code exit code: 1): "gcc.exe" "-O3" "-ffunction-sections" "-fdata-sections" "-m64" "-I" "nghttp2/lib/includes" "-I" "C:\\Users\\Larnu\\AppData\\Local\\Temp\\cargo-install4EJk71\\release\\build\\libnghttp2-sys-4465c78f549c24d0\\out\\i\\include" "-DNGHTTP2_STATICLIB" "-DHAVE_NETINET_IN" "-DHAVE_TIME_H" "-o" "C:\\Users\\Larnu\\AppData\\Local\\Temp\\cargo-install4EJk71\\release\\build\\libnghttp2-sys-4465c78f549c24d0\\out\\i\\lib\\64375acaab57ea54-nghttp2_time.o" "-c" "nghttp2/lib/nghttp2_time.c"
error: failed to run custom build command for `libnghttp2-sys v0.1.11+1.64.0`

Caused by:
  process didn't exit successfully: `C:\Users\Larnu\AppData\Local\Temp\cargo-install4EJk71\release\build\libnghttp2-sys-f5a480046437d15a\build-script-build` (exit code: 1)
  --- stdout
  OPT_LEVEL = Some(3)
  TARGET = Some(x86_64-pc-windows-gnu)
  HOST = Some(x86_64-pc-windows-gnu)
  cargo:rerun-if-env-changed=CC_x86_64-pc-windows-gnu
  CC_x86_64-pc-windows-gnu = None
  cargo:rerun-if-env-changed=CC_x86_64_pc_windows_gnu
  CC_x86_64_pc_windows_gnu = None
  cargo:rerun-if-env-changed=HOST_CC
  HOST_CC = None
  cargo:rerun-if-env-changed=CC
  CC = None
  cargo:rerun-if-env-changed=CC_ENABLE_DEBUG_OUTPUT
  cargo:warning=Compiler family detection failed due to error: ToolExecError: command did not execute successfully (status code exit code: 1): "gcc.exe" "-E" "C:\\Users\\Larnu\\AppData\\Local\\Temp\\cargo-install4EJk71\\release\\build\\libnghttp2-sys-4465c78f549c24d0\\out\\i\\lib\\13385578529878499024detect_compiler_family.c"
  RUSTC_WRAPPER = None
  cargo:rerun-if-env-changed=CRATE_CC_NO_DEFAULTS
  CRATE_CC_NO_DEFAULTS = None
  DEBUG = Some(false)
  CARGO_CFG_TARGET_FEATURE = Some(cmpxchg16b,fxsr,sse,sse2,sse3)
  cargo:rerun-if-env-changed=CFLAGS
  CFLAGS = None
  cargo:rerun-if-env-changed=HOST_CFLAGS
  HOST_CFLAGS = None
  cargo:rerun-if-env-changed=CFLAGS_x86_64_pc_windows_gnu
  CFLAGS_x86_64_pc_windows_gnu = None
  cargo:rerun-if-env-changed=CFLAGS_x86_64-pc-windows-gnu
  CFLAGS_x86_64-pc-windows-gnu = None
  CARGO_ENCODED_RUSTFLAGS = Some()
  cargo:warning=Compiler family detection failed due to error: ToolExecError: command did not execute successfully (status code exit code: 1): "gcc.exe" "-E" "C:\\Users\\Larnu\\AppData\\Local\\Temp\\cargo-install4EJk71\\release\\build\\libnghttp2-sys-4465c78f549c24d0\\out\\i\\lib\\3026820108961819516detect_compiler_family.c"
  cargo:warning=Compiler family detection failed due to error: ToolExecError: command did not execute successfully (status code exit code: 1): "gcc.exe" "-E" "C:\\Users\\Larnu\\AppData\\Local\\Temp\\cargo-install4EJk71\\release\\build\\libnghttp2-sys-4465c78f549c24d0\\out\\i\\lib\\12009211066257593779detect_compiler_family.c"
  cargo:warning=Compiler family detection failed due to error: ToolExecError: command did not execute successfully (status code exit code: 1): "gcc.exe" "-E" "C:\\Users\\Larnu\\AppData\\Local\\Temp\\cargo-install4EJk71\\release\\build\\libnghttp2-sys-4465c78f549c24d0\\out\\i\\lib\\16240993522793146061detect_compiler_family.c"
  cargo:warning=Compiler family detection failed due to error: ToolExecError: command did not execute successfully (status code exit code: 1): "gcc.exe" "-E" "C:\\Users\\Larnu\\AppData\\Local\\Temp\\cargo-install4EJk71\\release\\build\\libnghttp2-sys-4465c78f549c24d0\\out\\i\\lib\\6714039012453312004detect_compiler_family.c"
  cargo:warning=Compiler family detection failed due to error: ToolExecError: command did not execute successfully (status code exit code: 1): "gcc.exe" "-E" "C:\\Users\\Larnu\\AppData\\Local\\Temp\\cargo-install4EJk71\\release\\build\\libnghttp2-sys-4465c78f549c24d0\\out\\i\\lib\\7572753913231766651detect_compiler_family.c"
  cargo:warning=Compiler family detection failed due to error: ToolExecError: command did not execute successfully (status code exit code: 1): "gcc.exe" "-E" "C:\\Users\\Larnu\\AppData\\Local\\Temp\\cargo-install4EJk71\\release\\build\\libnghttp2-sys-4465c78f549c24d0\\out\\i\\lib\\14814419342263260769detect_compiler_family.c"
  cargo:warning=Compiler family detection failed due to error: ToolExecError: command did not execute successfully (status code exit code: 1): "gcc.exe" "-E" "C:\\Users\\Larnu\\AppData\\Local\\Temp\\cargo-install4EJk71\\release\\build\\libnghttp2-sys-4465c78f549c24d0\\out\\i\\lib\\1783701640415151835detect_compiler_family.c"
  exit code: 1
  cargo:warning=ToolExecError: command did not execute successfully (status code exit code: 1): "gcc.exe" "-O3" "-ffunction-sections" "-fdata-sections" "-m64" "-I" "nghttp2/lib/includes" "-I" "C:\\Users\\Larnu\\AppData\\Local\\Temp\\cargo-install4EJk71\\release\\build\\libnghttp2-sys-4465c78f549c24d0\\out\\i\\include" "-DNGHTTP2_STATICLIB" "-DHAVE_NETINET_IN" "-DHAVE_TIME_H" "-o" "C:\\Users\\Larnu\\AppData\\Local\\Temp\\cargo-install4EJk71\\release\\build\\libnghttp2-sys-4465c78f549c24d0\\out\\i\\lib\\64375acaab57ea54-sfparse.o" "-c" "nghttp2/lib/sfparse.c"
  exit code: 1
  cargo:warning=ToolExecError: command did not execute successfully (status code exit code: 1): "gcc.exe" "-O3" "-ffunction-sections" "-fdata-sections" "-m64" "-I" "nghttp2/lib/includes" "-I" "C:\\Users\\Larnu\\AppData\\Local\\Temp\\cargo-install4EJk71\\release\\build\\libnghttp2-sys-4465c78f549c24d0\\out\\i\\include" "-DNGHTTP2_STATICLIB" "-DHAVE_NETINET_IN" "-DHAVE_TIME_H" "-o" "C:\\Users\\Larnu\\AppData\\Local\\Temp\\cargo-install4EJk71\\release\\build\\libnghttp2-sys-4465c78f549c24d0\\out\\i\\lib\\64375acaab57ea54-nghttp2_alpn.o" "-c" "nghttp2/lib/nghttp2_alpn.c"
  exit code: 1
  cargo:warning=ToolExecError: command did not execute successfully (status code exit code: 1): "gcc.exe" "-O3" "-ffunction-sections" "-fdata-sections" "-m64" "-I" "nghttp2/lib/includes" "-I" "C:\\Users\\Larnu\\AppData\\Local\\Temp\\cargo-install4EJk71\\release\\build\\libnghttp2-sys-4465c78f549c24d0\\out\\i\\include" "-DNGHTTP2_STATICLIB" "-DHAVE_NETINET_IN" "-DHAVE_TIME_H" "-o" "C:\\Users\\Larnu\\AppData\\Local\\Temp\\cargo-install4EJk71\\release\\build\\libnghttp2-sys-4465c78f549c24d0\\out\\i\\lib\\64375acaab57ea54-nghttp2_buf.o" "-c" "nghttp2/lib/nghttp2_buf.c"
  exit code: 1
  cargo:warning=ToolExecError: command did not execute successfully (status code exit code: 1): "gcc.exe" "-O3" "-ffunction-sections" "-fdata-sections" "-m64" "-I" "nghttp2/lib/includes" "-I" "C:\\Users\\Larnu\\AppData\\Local\\Temp\\cargo-install4EJk71\\release\\build\\libnghttp2-sys-4465c78f549c24d0\\out\\i\\include" "-DNGHTTP2_STATICLIB" "-DHAVE_NETINET_IN" "-DHAVE_TIME_H" "-o" "C:\\Users\\Larnu\\AppData\\Local\\Temp\\cargo-install4EJk71\\release\\build\\libnghttp2-sys-4465c78f549c24d0\\out\\i\\lib\\64375acaab57ea54-nghttp2_callbacks.o" "-c" "nghttp2/lib/nghttp2_callbacks.c"
  exit code: 1
  cargo:warning=ToolExecError: command did not execute successfully (status code exit code: 1): "gcc.exe" "-O3" "-ffunction-sections" "-fdata-sections" "-m64" "-I" "nghttp2/lib/includes" "-I" "C:\\Users\\Larnu\\AppData\\Local\\Temp\\cargo-install4EJk71\\release\\build\\libnghttp2-sys-4465c78f549c24d0\\out\\i\\include" "-DNGHTTP2_STATICLIB" "-DHAVE_NETINET_IN" "-DHAVE_TIME_H" "-o" "C:\\Users\\Larnu\\AppData\\Local\\Temp\\cargo-install4EJk71\\release\\build\\libnghttp2-sys-4465c78f549c24d0\\out\\i\\lib\\64375acaab57ea54-nghttp2_debug.o" "-c" "nghttp2/lib/nghttp2_debug.c"
  exit code: 1
  cargo:warning=ToolExecError: command did not execute successfully (status code exit code: 1): "gcc.exe" "-O3" "-ffunction-sections" "-fdata-sections" "-m64" "-I" "nghttp2/lib/includes" "-I" "C:\\Users\\Larnu\\AppData\\Local\\Temp\\cargo-install4EJk71\\release\\build\\libnghttp2-sys-4465c78f549c24d0\\out\\i\\include" "-DNGHTTP2_STATICLIB" "-DHAVE_NETINET_IN" "-DHAVE_TIME_H" "-o" "C:\\Users\\Larnu\\AppData\\Local\\Temp\\cargo-install4EJk71\\release\\build\\libnghttp2-sys-4465c78f549c24d0\\out\\i\\lib\\64375acaab57ea54-nghttp2_extpri.o" "-c" "nghttp2/lib/nghttp2_extpri.c"
  exit code: 1
  cargo:warning=ToolExecError: command did not execute successfully (status code exit code: 1): "gcc.exe" "-O3" "-ffunction-sections" "-fdata-sections" "-m64" "-I" "nghttp2/lib/includes" "-I" "C:\\Users\\Larnu\\AppData\\Local\\Temp\\cargo-install4EJk71\\release\\build\\libnghttp2-sys-4465c78f549c24d0\\out\\i\\include" "-DNGHTTP2_STATICLIB" "-DHAVE_NETINET_IN" "-DHAVE_TIME_H" "-o" "C:\\Users\\Larnu\\AppData\\Local\\Temp\\cargo-install4EJk71\\release\\build\\libnghttp2-sys-4465c78f549c24d0\\out\\i\\lib\\64375acaab57ea54-nghttp2_frame.o" "-c" "nghttp2/lib/nghttp2_frame.c"cargo:warning=Compiler family detection failed due to error: ToolExecError: command did not execute successfully (status code exit code: 1): "gcc.exe" "-E" "C:\\Users\\Larnu\\AppData\\Local\\Temp\\cargo-install4EJk71\\release\\build\\libnghttp2-sys-4465c78f549c24d0\\out\\i\\lib\\15937671908276173022detect_compiler_family.c"
  cargo:warning=Compiler family detection failed due to error: ToolExecError: command did not execute successfully (status code exit code: 1): "gcc.exe" "-E" "C:\\Users\\Larnu\\AppData\\Local\\Temp\\cargo-install4EJk71\\release\\build\\libnghttp2-sys-4465c78f549c24d0\\out\\i\\lib\\3354544156155487004detect_compiler_family.c"
  cargo:warning=Compiler family detection failed due to error: ToolExecError: command did not execute successfully (status code exit code: 1): "gcc.exe" "-E" "C:\\Users\\Larnu\\AppData\\Local\\Temp\\cargo-install4EJk71\\release\\build\\libnghttp2-sys-4465c78f549c24d0\\out\\i\\lib\\9944635683844622554detect_compiler_family.c"
  cargo:warning=Compiler family detection failed due to error: ToolExecError: command did not execute successfully (status code exit code: 1): "gcc.exe" "-E" "C:\\Users\\Larnu\\AppData\\Local\\Temp\\cargo-install4EJk71\\release\\build\\libnghttp2-sys-4465c78f549c24d0\\out\\i\\lib\\6689248019603763875detect_compiler_family.c"
  cargo:warning=Compiler family detection failed due to error: ToolExecError: command did not execute successfully (status code exit code: 1): "gcc.exe" "-E" "C:\\Users\\Larnu\\AppData\\Local\\Temp\\cargo-install4EJk71\\release\\build\\libnghttp2-sys-4465c78f549c24d0\\out\\i\\lib\\12734490007478461102detect_compiler_family.c"
  cargo:warning=Compiler family detection failed due to error: ToolExecError: command did not execute successfully (status code exit code: 1): "gcc.exe" "-E" "C:\\Users\\Larnu\\AppData\\Local\\Temp\\cargo-install4EJk71\\release\\build\\libnghttp2-sys-4465c78f549c24d0\\out\\i\\lib\\2990164597805090278detect_compiler_family.c"
  cargo:warning=Compiler family detection failed due to error: ToolExecError: command did not execute successfully (status code exit code: 1): "gcc.exe" "-E" "C:\\Users\\Larnu\\AppData\\Local\\Temp\\cargo-install4EJk71\\release\\build\\libnghttp2-sys-4465c78f549c24d0\\out\\i\\lib\\8855639519443008890detect_compiler_family.c"

  exit code: 1
  cargo:warning=ToolExecError: command did not execute successfully (status code exit code: 1): "gcc.exe" "-O3" "-ffunction-sections" "-fdata-sections" "-m64" "-I" "nghttp2/lib/includes" "-I" "C:\\Users\\Larnu\\AppData\\Local\\Temp\\cargo-install4EJk71\\release\\build\\libnghttp2-sys-4465c78f549c24d0\\out\\i\\include" "-DNGHTTP2_STATICLIB" "-DHAVE_NETINET_IN" "-DHAVE_TIME_H" "-o" "C:\\Users\\Larnu\\AppData\\Local\\Temp\\cargo-install4EJk71\\release\\build\\libnghttp2-sys-4465c78f549c24d0\\out\\i\\lib\\64375acaab57ea54-nghttp2_hd.o" "-c" "nghttp2/lib/nghttp2_hd.c"
  exit code: 1
  cargo:warning=ToolExecError: command did not execute successfully (status code exit code: 1): "gcc.exe" "-O3" "-ffunction-sections" "-fdata-sections" "-m64" "-I" "nghttp2/lib/includes" "-I" "C:\\Users\\Larnu\\AppData\\Local\\Temp\\cargo-install4EJk71\\release\\build\\libnghttp2-sys-4465c78f549c24d0\\out\\i\\include" "-DNGHTTP2_STATICLIB" "-DHAVE_NETINET_IN" "-DHAVE_TIME_H" "-o" "C:\\Users\\Larnu\\AppData\\Local\\Temp\\cargo-install4EJk71\\release\\build\\libnghttp2-sys-4465c78f549c24d0\\out\\i\\lib\\64375acaab57ea54-nghttp2_hd_huffman.o" "-c" "nghttp2/lib/nghttp2_hd_huffman.c"
  exit code: 1
  cargo:warning=ToolExecError: command did not execute successfully (status code exit code: 1): "gcc.exe" "-O3" "-ffunction-sections" "-fdata-sections" "-m64" "-I" "nghttp2/lib/includes" "-I" "C:\\Users\\Larnu\\AppData\\Local\\Temp\\cargo-install4EJk71\\release\\build\\libnghttp2-sys-4465c78f549c24d0\\out\\i\\include" "-DNGHTTP2_STATICLIB" "-DHAVE_NETINET_IN" "-DHAVE_TIME_H" "-o" "C:\\Users\\Larnu\\AppData\\Local\\Temp\\cargo-install4EJk71\\release\\build\\libnghttp2-sys-4465c78f549c24d0\\out\\i\\lib\\64375acaab57ea54-nghttp2_hd_huffman_data.o" "-c" "nghttp2/lib/nghttp2_hd_huffman_data.c"
  exit code: 1
  cargo:warning=ToolExecError: command did not execute successfully (status code exit code: 1): "gcc.exe" "-O3" "-ffunction-sections" "-fdata-sections" "-m64" "-I" "nghttp2/lib/includes" "-I" "C:\\Users\\Larnu\\AppData\\Local\\Temp\\cargo-install4EJk71\\release\\build\\libnghttp2-sys-4465c78f549c24d0\\out\\i\\include" "-DNGHTTP2_STATICLIB" "-DHAVE_NETINET_IN" "-DHAVE_TIME_H" "-o" "C:\\Users\\Larnu\\AppData\\Local\\Temp\\cargo-install4EJk71\\release\\build\\libnghttp2-sys-4465c78f549c24d0\\out\\i\\lib\\64375acaab57ea54-nghttp2_helper.o" "-c" "nghttp2/lib/nghttp2_helper.c"
  exit code: 1
  cargo:warning=ToolExecError: command did not execute successfully (status code exit code: 1): "gcc.exe" "-O3" "-ffunction-sections" "-fdata-sections" "-m64" "-I" "nghttp2/lib/includes" "-I" "C:\\Users\\Larnu\\AppData\\Local\\Temp\\cargo-install4EJk71\\release\\build\\libnghttp2-sys-4465c78f549c24d0\\out\\i\\include" "-DNGHTTP2_STATICLIB" "-DHAVE_NETINET_IN" "-DHAVE_TIME_H" "-o" "C:\\Users\\Larnu\\AppData\\Local\\Temp\\cargo-install4EJk71\\release\\build\\libnghttp2-sys-4465c78f549c24d0\\out\\i\\lib\\64375acaab57ea54-nghttp2_http.o" "-c" "nghttp2/lib/nghttp2_http.c"
  exit code: 1
  cargo:warning=ToolExecError: command did not execute successfully (status code exit code: 1): "gcc.exe" "-O3" "-ffunction-sections" "-fdata-sections" "-m64" "-I" "nghttp2/lib/includes" "-I" "C:\\Users\\Larnu\\AppData\\Local\\Temp\\cargo-install4EJk71\\release\\build\\libnghttp2-sys-4465c78f549c24d0\\out\\i\\include" "-DNGHTTP2_STATICLIB" "-DHAVE_NETINET_IN" "-DHAVE_TIME_H" "-o" "C:\\Users\\Larnu\\AppData\\Local\\Temp\\cargo-install4EJk71\\release\\build\\libnghttp2-sys-4465c78f549c24d0\\out\\i\\lib\\64375acaab57ea54-nghttp2_map.o" "-c" "nghttp2/lib/nghttp2_map.c"
  exit code: 1
  cargo:warning=ToolExecError: command did not execute successfully (status code exit code: 1): "gcc.exe" "-O3" "-ffunction-sections" "-fdata-sections" "-m64" "-I" "nghttp2/lib/includes" "-I" "C:\\Users\\Larnu\\AppData\\Local\\Temp\\cargo-install4EJk71\\release\\build\\libnghttp2-sys-4465c78f549c24d0\\out\\i\\include" "-DNGHTTP2_STATICLIB" "-DHAVE_NETINET_IN" "-DHAVE_TIME_H" "-o" "C:\\Users\\Larnu\\AppData\\Local\\Temp\\cargo-install4EJk71\\release\\build\\libnghttp2-sys-4465c78f549c24d0\\out\\i\\lib\\64375acaab57ea54-nghttp2_mem.o" "-c" "nghttp2/lib/nghttp2_mem.c"cargo:warning=Compiler family detection failed due to error: ToolExecError: command did not execute successfully (status code exit code: 1): "gcc.exe" "-E" "C:\\Users\\Larnu\\AppData\\Local\\Temp\\cargo-install4EJk71\\release\\build\\libnghttp2-sys-4465c78f549c24d0\\out\\i\\lib\\12979487472163474937detect_compiler_family.c"
  cargo:warning=Compiler family detection failed due to error: ToolExecError: command did not execute successfully (status code exit code: 1): "gcc.exe" "-E" "C:\\Users\\Larnu\\AppData\\Local\\Temp\\cargo-install4EJk71\\release\\build\\libnghttp2-sys-4465c78f549c24d0\\out\\i\\lib\\15509413660306800286detect_compiler_family.c"
  cargo:warning=Compiler family detection failed due to error: ToolExecError: command did not execute successfully (status code exit code: 1): "gcc.exe" "-E" "C:\\Users\\Larnu\\AppData\\Local\\Temp\\cargo-install4EJk71\\release\\build\\libnghttp2-sys-4465c78f549c24d0\\out\\i\\lib\\16002410417528555787detect_compiler_family.c"
  cargo:warning=Compiler family detection failed due to error: ToolExecError: command did not execute successfully (status code exit code: 1): "gcc.exe" "-E" "C:\\Users\\Larnu\\AppData\\Local\\Temp\\cargo-install4EJk71\\release\\build\\libnghttp2-sys-4465c78f549c24d0\\out\\i\\lib\\17819049310866390356detect_compiler_family.c"
  cargo:warning=Compiler family detection failed due to error: ToolExecError: command did not execute successfully (status code exit code: 1): "gcc.exe" "-E" "C:\\Users\\Larnu\\AppData\\Local\\Temp\\cargo-install4EJk71\\release\\build\\libnghttp2-sys-4465c78f549c24d0\\out\\i\\lib\\14073021435584458168detect_compiler_family.c"
  cargo:warning=Compiler family detection failed due to error: ToolExecError: command did not execute successfully (status code exit code: 1): "gcc.exe" "-E" "C:\\Users\\Larnu\\AppData\\Local\\Temp\\cargo-install4EJk71\\release\\build\\libnghttp2-sys-4465c78f549c24d0\\out\\i\\lib\\2195599374088934888detect_compiler_family.c"
  cargo:warning=Compiler family detection failed due to error: ToolExecError: command did not execute successfully (status code exit code: 1): "gcc.exe" "-E" "C:\\Users\\Larnu\\AppData\\Local\\Temp\\cargo-install4EJk71\\release\\build\\libnghttp2-sys-4465c78f549c24d0\\out\\i\\lib\\12257263284261026021detect_compiler_family.c"
  cargo:warning=Compiler family detection failed due to error: ToolExecError: command did not execute successfully (status code exit code: 1): "gcc.exe" "-E" "C:\\Users\\Larnu\\AppData\\Local\\Temp\\cargo-install4EJk71\\release\\build\\libnghttp2-sys-4465c78f549c24d0\\out\\i\\lib\\8366594358693016787detect_compiler_family.c"

  exit code: 1
  cargo:warning=ToolExecError: command did not execute successfully (status code exit code: 1): "gcc.exe" "-O3" "-ffunction-sections" "-fdata-sections" "-m64" "-I" "nghttp2/lib/includes" "-I" "C:\\Users\\Larnu\\AppData\\Local\\Temp\\cargo-install4EJk71\\release\\build\\libnghttp2-sys-4465c78f549c24d0\\out\\i\\include" "-DNGHTTP2_STATICLIB" "-DHAVE_NETINET_IN" "-DHAVE_TIME_H" "-o" "C:\\Users\\Larnu\\AppData\\Local\\Temp\\cargo-install4EJk71\\release\\build\\libnghttp2-sys-4465c78f549c24d0\\out\\i\\lib\\64375acaab57ea54-nghttp2_option.o" "-c" "nghttp2/lib/nghttp2_option.c"
  exit code: 1
  cargo:warning=ToolExecError: command did not execute successfully (status code exit code: 1): "gcc.exe" "-O3" "-ffunction-sections" "-fdata-sections" "-m64" "-I" "nghttp2/lib/includes" "-I" "C:\\Users\\Larnu\\AppData\\Local\\Temp\\cargo-install4EJk71\\release\\build\\libnghttp2-sys-4465c78f549c24d0\\out\\i\\include" "-DNGHTTP2_STATICLIB" "-DHAVE_NETINET_IN" "-DHAVE_TIME_H" "-o" "C:\\Users\\Larnu\\AppData\\Local\\Temp\\cargo-install4EJk71\\release\\build\\libnghttp2-sys-4465c78f549c24d0\\out\\i\\lib\\64375acaab57ea54-nghttp2_outbound_item.o" "-c" "nghttp2/lib/nghttp2_outbound_item.c"
  exit code: 1
  cargo:warning=ToolExecError: command did not execute successfully (status code exit code: 1): "gcc.exe" "-O3" "-ffunction-sections" "-fdata-sections" "-m64" "-I" "nghttp2/lib/includes" "-I" "C:\\Users\\Larnu\\AppData\\Local\\Temp\\cargo-install4EJk71\\release\\build\\libnghttp2-sys-4465c78f549c24d0\\out\\i\\include" "-DNGHTTP2_STATICLIB" "-DHAVE_NETINET_IN" "-DHAVE_TIME_H" "-o" "C:\\Users\\Larnu\\AppData\\Local\\Temp\\cargo-install4EJk71\\release\\build\\libnghttp2-sys-4465c78f549c24d0\\out\\i\\lib\\64375acaab57ea54-nghttp2_pq.o" "-c" "nghttp2/lib/nghttp2_pq.c"
  exit code: 1
  cargo:warning=ToolExecError: command did not execute successfully (status code exit code: 1): "gcc.exe" "-O3" "-ffunction-sections" "-fdata-sections" "-m64" "-I" "nghttp2/lib/includes" "-I" "C:\\Users\\Larnu\\AppData\\Local\\Temp\\cargo-install4EJk71\\release\\build\\libnghttp2-sys-4465c78f549c24d0\\out\\i\\include" "-DNGHTTP2_STATICLIB" "-DHAVE_NETINET_IN" "-DHAVE_TIME_H" "-o" "C:\\Users\\Larnu\\AppData\\Local\\Temp\\cargo-install4EJk71\\release\\build\\libnghttp2-sys-4465c78f549c24d0\\out\\i\\lib\\64375acaab57ea54-nghttp2_priority_spec.o" "-c" "nghttp2/lib/nghttp2_priority_spec.c"
  exit code: 1
  cargo:warning=ToolExecError: command did not execute successfully (status code exit code: 1): "gcc.exe" "-O3" "-ffunction-sections" "-fdata-sections" "-m64" "-I" "nghttp2/lib/includes" "-I" "C:\\Users\\Larnu\\AppData\\Local\\Temp\\cargo-install4EJk71\\release\\build\\libnghttp2-sys-4465c78f549c24d0\\out\\i\\include" "-DNGHTTP2_STATICLIB" "-DHAVE_NETINET_IN" "-DHAVE_TIME_H" "-o" "C:\\Users\\Larnu\\AppData\\Local\\Temp\\cargo-install4EJk71\\release\\build\\libnghttp2-sys-4465c78f549c24d0\\out\\i\\lib\\64375acaab57ea54-nghttp2_queue.o" "-c" "nghttp2/lib/nghttp2_queue.c"
  exit code: 1
  cargo:warning=ToolExecError: command did not execute successfully (status code exit code: 1): "gcc.exe" "-O3" "-ffunction-sections" "-fdata-sections" "-m64" "-I" "nghttp2/lib/includes" "-I" "C:\\Users\\Larnu\\AppData\\Local\\Temp\\cargo-install4EJk71\\release\\build\\libnghttp2-sys-4465c78f549c24d0\\out\\i\\include" "-DNGHTTP2_STATICLIB" "-DHAVE_NETINET_IN" "-DHAVE_TIME_H" "-o" "C:\\Users\\Larnu\\AppData\\Local\\Temp\\cargo-install4EJk71\\release\\build\\libnghttp2-sys-4465c78f549c24d0\\out\\i\\lib\\64375acaab57ea54-nghttp2_rcbuf.o" "-c" "nghttp2/lib/nghttp2_rcbuf.c"
  exit code: 1
  cargo:warning=ToolExecError: command did not execute successfully (status code exit code: 1): "gcc.exe" "-O3" "-ffunction-sections" "-fdata-sections" "-m64" "-I" "nghttp2/lib/includes" "-I" "C:\\Users\\Larnu\\AppData\\Local\\Temp\\cargo-install4EJk71\\release\\build\\libnghttp2-sys-4465c78f549c24d0\\out\\i\\include" "-DNGHTTP2_STATICLIB" "-DHAVE_NETINET_IN" "-DHAVE_TIME_H" "-o" "C:\\Users\\Larnu\\AppData\\Local\\Temp\\cargo-install4EJk71\\release\\build\\libnghttp2-sys-4465c78f549c24d0\\out\\i\\lib\\64375acaab57ea54-nghttp2_session.o" "-c" "nghttp2/lib/nghttp2_session.c"
  exit code: 1
  cargo:warning=ToolExecError: command did not execute successfully (status code exit code: 1): "gcc.exe" "-O3" "-ffunction-sections" "-fdata-sections" "-m64" "-I" "nghttp2/lib/includes" "-I" "C:\\Users\\Larnu\\AppData\\Local\\Temp\\cargo-install4EJk71\\release\\build\\libnghttp2-sys-4465c78f549c24d0\\out\\i\\include" "-DNGHTTP2_STATICLIB" "-DHAVE_NETINET_IN" "-DHAVE_TIME_H" "-o" "C:\\Users\\Larnu\\AppData\\Local\\Temp\\cargo-install4EJk71\\release\\build\\libnghttp2-sys-4465c78f549c24d0\\out\\i\\lib\\64375acaab57ea54-nghttp2_stream.o" "-c" "nghttp2/lib/nghttp2_stream.c"cargo:warning=Compiler family detection failed due to error: ToolExecError: command did not execute successfully (status code exit code: 1): "gcc.exe" "-E" "C:\\Users\\Larnu\\AppData\\Local\\Temp\\cargo-install4EJk71\\release\\build\\libnghttp2-sys-4465c78f549c24d0\\out\\i\\lib\\8348878940181291164detect_compiler_family.c"
  cargo:warning=Compiler family detection failed due to error: ToolExecError: command did not execute successfully (status code exit code: 1): "gcc.exe" "-E" "C:\\Users\\Larnu\\AppData\\Local\\Temp\\cargo-install4EJk71\\release\\build\\libnghttp2-sys-4465c78f549c24d0\\out\\i\\lib\\14810702175950111274detect_compiler_family.c"
  cargo:warning=Compiler family detection failed due to error: ToolExecError: command did not execute successfully (status code exit code: 1): "gcc.exe" "-E" "C:\\Users\\Larnu\\AppData\\Local\\Temp\\cargo-install4EJk71\\release\\build\\libnghttp2-sys-4465c78f549c24d0\\out\\i\\lib\\7706210553427957080detect_compiler_family.c"

  exit code: 1
  cargo:warning=ToolExecError: command did not execute successfully (status code exit code: 1): "gcc.exe" "-O3" "-ffunction-sections" "-fdata-sections" "-m64" "-I" "nghttp2/lib/includes" "-I" "C:\\Users\\Larnu\\AppData\\Local\\Temp\\cargo-install4EJk71\\release\\build\\libnghttp2-sys-4465c78f549c24d0\\out\\i\\include" "-DNGHTTP2_STATICLIB" "-DHAVE_NETINET_IN" "-DHAVE_TIME_H" "-o" "C:\\Users\\Larnu\\AppData\\Local\\Temp\\cargo-install4EJk71\\release\\build\\libnghttp2-sys-4465c78f549c24d0\\out\\i\\lib\\64375acaab57ea54-nghttp2_submit.o" "-c" "nghttp2/lib/nghttp2_submit.c"
  exit code: 1
  cargo:warning=ToolExecError: command did not execute successfully (status code exit code: 1): "gcc.exe" "-O3" "-ffunction-sections" "-fdata-sections" "-m64" "-I" "nghttp2/lib/includes" "-I" "C:\\Users\\Larnu\\AppData\\Local\\Temp\\cargo-install4EJk71\\release\\build\\libnghttp2-sys-4465c78f549c24d0\\out\\i\\include" "-DNGHTTP2_STATICLIB" "-DHAVE_NETINET_IN" "-DHAVE_TIME_H" "-o" "C:\\Users\\Larnu\\AppData\\Local\\Temp\\cargo-install4EJk71\\release\\build\\libnghttp2-sys-4465c78f549c24d0\\out\\i\\lib\\64375acaab57ea54-nghttp2_version.o" "-c" "nghttp2/lib/nghttp2_version.c"
  exit code: 1
  cargo:warning=ToolExecError: command did not execute successfully (status code exit code: 1): "gcc.exe" "-O3" "-ffunction-sections" "-fdata-sections" "-m64" "-I" "nghttp2/lib/includes" "-I" "C:\\Users\\Larnu\\AppData\\Local\\Temp\\cargo-install4EJk71\\release\\build\\libnghttp2-sys-4465c78f549c24d0\\out\\i\\include" "-DNGHTTP2_STATICLIB" "-DHAVE_NETINET_IN" "-DHAVE_TIME_H" "-o" "C:\\Users\\Larnu\\AppData\\Local\\Temp\\cargo-install4EJk71\\release\\build\\libnghttp2-sys-4465c78f549c24d0\\out\\i\\lib\\64375acaab57ea54-nghttp2_ratelim.o" "-c" "nghttp2/lib/nghttp2_ratelim.c"
  exit code: 1
  cargo:warning=ToolExecError: command did not execute successfully (status code exit code: 1): "gcc.exe" "-O3" "-ffunction-sections" "-fdata-sections" "-m64" "-I" "nghttp2/lib/includes" "-I" "C:\\Users\\Larnu\\AppData\\Local\\Temp\\cargo-install4EJk71\\release\\build\\libnghttp2-sys-4465c78f549c24d0\\out\\i\\include" "-DNGHTTP2_STATICLIB" "-DHAVE_NETINET_IN" "-DHAVE_TIME_H" "-o" "C:\\Users\\Larnu\\AppData\\Local\\Temp\\cargo-install4EJk71\\release\\build\\libnghttp2-sys-4465c78f549c24d0\\out\\i\\lib\\64375acaab57ea54-nghttp2_time.o" "-c" "nghttp2/lib/nghttp2_time.c"

  --- stderr


  error occurred in cc-rs: command did not execute successfully (status code exit code: 1): "gcc.exe" "-O3" "-ffunction-sections" "-fdata-sections" "-m64" "-I" "nghttp2/lib/includes" "-I" "C:\\Users\\Larnu\\AppData\\Local\\Temp\\cargo-install4EJk71\\release\\build\\libnghttp2-sys-4465c78f549c24d0\\out\\i\\include" "-DNGHTTP2_STATICLIB" "-DHAVE_NETINET_IN" "-DHAVE_TIME_H" "-o" "C:\\Users\\Larnu\\AppData\\Local\\Temp\\cargo-install4EJk71\\release\\build\\libnghttp2-sys-4465c78f549c24d0\\out\\i\\lib\\64375acaab57ea54-nghttp2_time.o" "-c" "nghttp2/lib/nghttp2_time.c"


error: failed to compile `cargo-update v18.0.0`, intermediate artifacts can be found at `C:\Users\Larnu\AppData\Local\Temp\cargo-install4EJk71`.
To reuse those artifacts with a future compilation, set the environment variable `CARGO_TARGET_DIR` to that path.

LarnuUK avatar Sep 07 '25 10:09 LarnuUK

same series of error, cargo version 1.88.0 (873a06493 2025-05-10), UniGetUI 3.3.3,

   Compiling smallvec v1.15.1
error: linker `link.exe` not found
  |
  = note: program not found

note: the msvc targets depend on the msvc linker but `link.exe` was not found

note: please ensure that Visual Studio 2017 or later, or Build Tools for Visual Studio were installed with the Visual C++ option.

note: VS Code is a different product, and is not sufficient.

   Compiling windows-sys v0.61.0
   Compiling windows-result v0.3.4
error: could not compile `windows_x86_64_msvc` (build script) due to 1 previous error
warning: build failed, waiting for other jobs to finish...
error: could not compile `icu_properties_data` (build script) due to 1 previous error
error: could not compile `windows_x86_64_msvc` (build script) due to 1 previous error
error: could not compile `icu_normalizer_data` (build script) due to 1 previous error
error: could not compile `windows_x86_64_msvc` (build script) due to 1 previous error
error: could not compile `serde` (build script) due to 1 previous error
error: could not compile `semver` (build script) due to 1 previous error
error: could not compile `proc-macro2` (build script) due to 1 previous error
error: could not compile `getrandom` (build script) due to 1 previous error
error: could not compile `libc` (build script) due to 1 previous error
error: failed to compile `cargo-update v18.0.0`, intermediate artifacts can be found at `C:\Users\leetz\AppData\Local\Temp\cargo-installcSWgTV`.
To reuse those artifacts with a future compilation, set the environment variable `CARGO_TARGET_DIR` to that path.

speedypard avatar Sep 11 '25 03:09 speedypard

same series of error, cargo version 1.88.0 (873a06493 2025-05-10), UniGetUI 3.3.3,

   Compiling smallvec v1.15.1
error: linker `link.exe` not found
  |
  = note: program not found

note: the msvc targets depend on the msvc linker but `link.exe` was not found

note: please ensure that Visual Studio 2017 or later, or Build Tools for Visual Studio were installed with the Visual C++ option.

note: VS Code is a different product, and is not sufficient.

   Compiling windows-sys v0.61.0
   Compiling windows-result v0.3.4
error: could not compile `windows_x86_64_msvc` (build script) due to 1 previous error
warning: build failed, waiting for other jobs to finish...
error: could not compile `icu_properties_data` (build script) due to 1 previous error
error: could not compile `windows_x86_64_msvc` (build script) due to 1 previous error
error: could not compile `icu_normalizer_data` (build script) due to 1 previous error
error: could not compile `windows_x86_64_msvc` (build script) due to 1 previous error
error: could not compile `serde` (build script) due to 1 previous error
error: could not compile `semver` (build script) due to 1 previous error
error: could not compile `proc-macro2` (build script) due to 1 previous error
error: could not compile `getrandom` (build script) due to 1 previous error
error: could not compile `libc` (build script) due to 1 previous error
error: failed to compile `cargo-update v18.0.0`, intermediate artifacts can be found at `C:\Users\leetz\AppData\Local\Temp\cargo-installcSWgTV`.
To reuse those artifacts with a future compilation, set the environment variable `CARGO_TARGET_DIR` to that path.

this mean you need install a visual studio

Image Image

ted423 avatar Sep 11 '25 08:09 ted423

this mean you need install a visual studio

I have Visual Studio installed, so that isn't the issue on its own.

LarnuUK avatar Sep 11 '25 08:09 LarnuUK

this mean you need install a visual studio

I have Visual Studio installed, so that isn't the issue on its own.

there is Rustlang.Rust.GNU and Rustlang.Rust.MSVC, which you install. msys is a UNIX env working with mingw-w64

ted423 avatar Sep 11 '25 09:09 ted423

there is Rustlang.Rust.GNU and Rustlang.Rust.MSVC, which you install. msys is a UNIX env working with mingw-w64

Which I do have installed as well.

LarnuUK avatar Sep 11 '25 09:09 LarnuUK

there is Rustlang.Rust.GNU and Rustlang.Rust.MSVC, which you install. msys is a UNIX env working with mingw-w64

Which I do have installed as well.

I'm not sure about that; it depends on how you are using it. Judging from the error message, it looks like you have the GNU version installed and are using the GCC from MSYS to compile. However, I'm not certain if it's a version issue or something similar.

ted423 avatar Sep 11 '25 12:09 ted423