libnghttp2-sys 0.1.10+1.61.0

FFI bindings for libnghttp2 (nghttp2)
Documentation
Build #1189014 2024-04-12T20:57:05.848244+00:00
# rustc version
rustc 1.79.0-nightly (a07f3eb43 2024-04-11)# docs.rs version
docsrs 0.6.0 (5a34f74a 2024-04-10)# build log
[INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace/builds/libnghttp2-sys-0.1.10+1.61.0/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace/builds/libnghttp2-sys-0.1.10+1.61.0/source:/opt/rustwide/workdir:ro,Z" "-v" "/home/cratesfyi/workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/home/cratesfyi/workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "DOCS_RS=1" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "6442450944" "--cpus" "6" "--user" "1001:1001" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20240411-1.79.0-nightly-a07f3eb43\", \"--static-root-path\", \"/-/rustdoc.static/\", \"--cap-lints\", \"warn\", \"--extern-html-root-takes-precedence\"]" "--offline" "-Zunstable-options" "--config=doc.extern-map.registries.crates-io=\"https://docs.rs/{pkg_name}/{version}/x86_64-pc-windows-msvc\"" "-Zrustdoc-scrape-examples" "-j6" "--target" "x86_64-pc-windows-msvc", kill_on_drop: false }`
[INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
[INFO] [stdout] d690041d4d11eb822d1625f8d538e18a20daaf962efa3d3c3e1360505b4916ed
[INFO] running `Command { std: "docker" "start" "-a" "d690041d4d11eb822d1625f8d538e18a20daaf962efa3d3c3e1360505b4916ed", kill_on_drop: false }`
[INFO] [stderr]    Compiling libnghttp2-sys v0.1.10+1.61.0 (/opt/rustwide/workdir)
[INFO] [stderr] The following warnings were emitted during compilation:
[INFO] [stderr] 
[INFO] [stderr] warning: libnghttp2-sys@0.1.10+1.61.0: GNU compiler is not supported for this target
[INFO] [stderr] warning: libnghttp2-sys@0.1.10+1.61.0: GNU compiler is not supported for this target
[INFO] [stderr] warning: libnghttp2-sys@0.1.10+1.61.0: GNU compiler is not supported for this target
[INFO] [stderr] warning: libnghttp2-sys@0.1.10+1.61.0: GNU compiler is not supported for this target
[INFO] [stderr] warning: libnghttp2-sys@0.1.10+1.61.0: GNU compiler is not supported for this target
[INFO] [stderr] warning: libnghttp2-sys@0.1.10+1.61.0: GNU compiler is not supported for this target
[INFO] [stderr] warning: libnghttp2-sys@0.1.10+1.61.0: GNU compiler is not supported for this target
[INFO] [stderr] warning: libnghttp2-sys@0.1.10+1.61.0: GNU compiler is not supported for this target
[INFO] [stderr] warning: libnghttp2-sys@0.1.10+1.61.0: GNU compiler is not supported for this target
[INFO] [stderr] warning: libnghttp2-sys@0.1.10+1.61.0: nghttp2/lib/nghttp2_hd_huffman.c: In function 'nghttp2_hd_huff_encode':
[INFO] [stderr] warning: libnghttp2-sys@0.1.10+1.61.0: nghttp2/lib/nghttp2_hd_huffman.c:65:11: warning: implicit declaration of function 'htonl' [-Wimplicit-function-declaration]
[INFO] [stderr] warning: libnghttp2-sys@0.1.10+1.61.0:    65 |       x = htonl((uint32_t)(code >> 32));
[INFO] [stderr] warning: libnghttp2-sys@0.1.10+1.61.0:       |           ^~~~~
[INFO] [stderr] warning: libnghttp2-sys@0.1.10+1.61.0: GNU compiler is not supported for this target
[INFO] [stderr] warning: libnghttp2-sys@0.1.10+1.61.0: GNU compiler is not supported for this target
[INFO] [stderr] warning: libnghttp2-sys@0.1.10+1.61.0: nghttp2/lib/nghttp2_helper.c: In function 'nghttp2_put_uint16be':
[INFO] [stderr] warning: libnghttp2-sys@0.1.10+1.61.0: nghttp2/lib/nghttp2_helper.c:33:16: warning: implicit declaration of function 'htons' [-Wimplicit-function-declaration]
[INFO] [stderr] warning: libnghttp2-sys@0.1.10+1.61.0:    33 |   uint16_t x = htons(n);
[INFO] [stderr] warning: libnghttp2-sys@0.1.10+1.61.0:       |                ^~~~~
[INFO] [stderr] warning: libnghttp2-sys@0.1.10+1.61.0: nghttp2/lib/nghttp2_helper.c: In function 'nghttp2_put_uint32be':
[INFO] [stderr] warning: libnghttp2-sys@0.1.10+1.61.0: nghttp2/lib/nghttp2_helper.c:38:16: warning: implicit declaration of function 'htonl' [-Wimplicit-function-declaration]
[INFO] [stderr] warning: libnghttp2-sys@0.1.10+1.61.0:    38 |   uint32_t x = htonl(n);
[INFO] [stderr] warning: libnghttp2-sys@0.1.10+1.61.0:       |                ^~~~~
[INFO] [stderr] warning: libnghttp2-sys@0.1.10+1.61.0: nghttp2/lib/nghttp2_helper.c: In function 'nghttp2_get_uint16':
[INFO] [stderr] warning: libnghttp2-sys@0.1.10+1.61.0: nghttp2/lib/nghttp2_helper.c:45:10: warning: implicit declaration of function 'ntohs' [-Wimplicit-function-declaration]
[INFO] [stderr] warning: libnghttp2-sys@0.1.10+1.61.0:    45 |   return ntohs(n);
[INFO] [stderr] warning: libnghttp2-sys@0.1.10+1.61.0:       |          ^~~~~
[INFO] [stderr] warning: libnghttp2-sys@0.1.10+1.61.0: nghttp2/lib/nghttp2_helper.c: In function 'nghttp2_get_uint32':
[INFO] [stderr] warning: libnghttp2-sys@0.1.10+1.61.0: nghttp2/lib/nghttp2_helper.c:51:10: warning: implicit declaration of function 'ntohl' [-Wimplicit-function-declaration]
[INFO] [stderr] warning: libnghttp2-sys@0.1.10+1.61.0:    51 |   return ntohl(n);
[INFO] [stderr] warning: libnghttp2-sys@0.1.10+1.61.0:       |          ^~~~~
[INFO] [stderr] warning: libnghttp2-sys@0.1.10+1.61.0: GNU compiler is not supported for this target
[INFO] [stderr] warning: libnghttp2-sys@0.1.10+1.61.0: GNU compiler is not supported for this target
[INFO] [stderr] warning: libnghttp2-sys@0.1.10+1.61.0: GNU compiler is not supported for this target
[INFO] [stderr] warning: libnghttp2-sys@0.1.10+1.61.0: GNU compiler is not supported for this target
[INFO] [stderr] warning: libnghttp2-sys@0.1.10+1.61.0: GNU compiler is not supported for this target
[INFO] [stderr] warning: libnghttp2-sys@0.1.10+1.61.0: GNU compiler is not supported for this target
[INFO] [stderr] warning: libnghttp2-sys@0.1.10+1.61.0: GNU compiler is not supported for this target
[INFO] [stderr] warning: libnghttp2-sys@0.1.10+1.61.0: GNU compiler is not supported for this target
[INFO] [stderr] warning: libnghttp2-sys@0.1.10+1.61.0: GNU compiler is not supported for this target
[INFO] [stderr] warning: libnghttp2-sys@0.1.10+1.61.0: GNU compiler is not supported for this target
[INFO] [stderr] warning: libnghttp2-sys@0.1.10+1.61.0: GNU compiler is not supported for this target
[INFO] [stderr] warning: libnghttp2-sys@0.1.10+1.61.0: GNU compiler is not supported for this target
[INFO] [stderr] warning: libnghttp2-sys@0.1.10+1.61.0: GNU compiler is not supported for this target
[INFO] [stderr] warning: libnghttp2-sys@0.1.10+1.61.0: GNU compiler is not supported for this target
[INFO] [stderr] warning: libnghttp2-sys@0.1.10+1.61.0: GNU compiler is not supported for this target
[INFO] [stderr] warning: libnghttp2-sys@0.1.10+1.61.0: GNU compiler is not supported for this target
[INFO] [stderr] 
[INFO] [stderr] error: failed to run custom build command for `libnghttp2-sys v0.1.10+1.61.0 (/opt/rustwide/workdir)`
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/target/debug/build/libnghttp2-sys-a5359f3db93561cf/build-script-build` (exit status: 1)
[INFO] [stderr]   --- stdout
[INFO] [stderr]   TARGET = Some("x86_64-pc-windows-msvc")
[INFO] [stderr]   OPT_LEVEL = Some("0")
[INFO] [stderr]   HOST = Some("x86_64-unknown-linux-gnu")
[INFO] [stderr]   cargo:rerun-if-env-changed=CC_x86_64-pc-windows-msvc
[INFO] [stderr]   CC_x86_64-pc-windows-msvc = None
[INFO] [stderr]   cargo:rerun-if-env-changed=CC_x86_64_pc_windows_msvc
[INFO] [stderr]   CC_x86_64_pc_windows_msvc = None
[INFO] [stderr]   cargo:rerun-if-env-changed=TARGET_CC
[INFO] [stderr]   TARGET_CC = None
[INFO] [stderr]   cargo:rerun-if-env-changed=CC
[INFO] [stderr]   CC = None
[INFO] [stderr]   RUSTC_LINKER = None
[INFO] [stderr]   cargo:rerun-if-env-changed=CROSS_COMPILE
[INFO] [stderr]   CROSS_COMPILE = None
[INFO] [stderr]   cargo:rerun-if-env-changed=CC_ENABLE_DEBUG_OUTPUT
[INFO] [stderr]   cargo:warning=GNU compiler is not supported for this target
[INFO] [stderr]   cargo:rerun-if-env-changed=CRATE_CC_NO_DEFAULTS
[INFO] [stderr]   CRATE_CC_NO_DEFAULTS = None
[INFO] [stderr]   DEBUG = Some("true")
[INFO] [stderr]   CARGO_CFG_TARGET_FEATURE = Some("cmpxchg16b,fxsr,lahfsahf,sse,sse2,sse3")
[INFO] [stderr]   cargo:rerun-if-env-changed=CFLAGS_x86_64-pc-windows-msvc
[INFO] [stderr]   CFLAGS_x86_64-pc-windows-msvc = None
[INFO] [stderr]   cargo:rerun-if-env-changed=CFLAGS_x86_64_pc_windows_msvc
[INFO] [stderr]   CFLAGS_x86_64_pc_windows_msvc = None
[INFO] [stderr]   cargo:rerun-if-env-changed=TARGET_CFLAGS
[INFO] [stderr]   TARGET_CFLAGS = None
[INFO] [stderr]   cargo:rerun-if-env-changed=CFLAGS
[INFO] [stderr]   CFLAGS = None
[INFO] [stderr]   cargo:warning=GNU compiler is not supported for this target
[INFO] [stderr]   cargo:warning=GNU compiler is not supported for this target
[INFO] [stderr]   cargo:warning=GNU compiler is not supported for this target
[INFO] [stderr]   cargo:warning=GNU compiler is not supported for this target
[INFO] [stderr]   cargo:warning=GNU compiler is not supported for this target
[INFO] [stderr]   cargo:warning=GNU compiler is not supported for this target
[INFO] [stderr]   cargo:warning=GNU compiler is not supported for this target
[INFO] [stderr]   cargo:warning=GNU compiler is not supported for this target
[INFO] [stderr]   cargo:warning=nghttp2/lib/nghttp2_hd_huffman.c: In function 'nghttp2_hd_huff_encode':
[INFO] [stderr]   cargo:warning=nghttp2/lib/nghttp2_hd_huffman.c:65:11: warning: implicit declaration of function 'htonl' [-Wimplicit-function-declaration]
[INFO] [stderr]   cargo:warning=   65 |       x = htonl((uint32_t)(code >> 32));
[INFO] [stderr]   cargo:warning=      |           ^~~~~
[INFO] [stderr]   cargo:warning=GNU compiler is not supported for this target
[INFO] [stderr]   cargo:warning=GNU compiler is not supported for this target
[INFO] [stderr]   cargo:warning=nghttp2/lib/nghttp2_helper.c: In function 'nghttp2_put_uint16be':
[INFO] [stderr]   cargo:warning=nghttp2/lib/nghttp2_helper.c:33:16: warning: implicit declaration of function 'htons' [-Wimplicit-function-declaration]
[INFO] [stderr]   cargo:warning=   33 |   uint16_t x = htons(n);
[INFO] [stderr]   cargo:warning=      |                ^~~~~
[INFO] [stderr]   cargo:warning=nghttp2/lib/nghttp2_helper.c: In function 'nghttp2_put_uint32be':
[INFO] [stderr]   cargo:warning=nghttp2/lib/nghttp2_helper.c:38:16: warning: implicit declaration of function 'htonl' [-Wimplicit-function-declaration]
[INFO] [stderr]   cargo:warning=   38 |   uint32_t x = htonl(n);
[INFO] [stderr]   cargo:warning=      |                ^~~~~
[INFO] [stderr]   cargo:warning=nghttp2/lib/nghttp2_helper.c: In function 'nghttp2_get_uint16':
[INFO] [stderr]   cargo:warning=nghttp2/lib/nghttp2_helper.c:45:10: warning: implicit declaration of function 'ntohs' [-Wimplicit-function-declaration]
[INFO] [stderr]   cargo:warning=   45 |   return ntohs(n);
[INFO] [stderr]   cargo:warning=      |          ^~~~~
[INFO] [stderr]   cargo:warning=nghttp2/lib/nghttp2_helper.c: In function 'nghttp2_get_uint32':
[INFO] [stderr]   cargo:warning=nghttp2/lib/nghttp2_helper.c:51:10: warning: implicit declaration of function 'ntohl' [-Wimplicit-function-declaration]
[INFO] [stderr]   cargo:warning=   51 |   return ntohl(n);
[INFO] [stderr]   cargo:warning=      |          ^~~~~
[INFO] [stderr]   cargo:warning=GNU compiler is not supported for this target
[INFO] [stderr]   cargo:warning=GNU compiler is not supported for this target
[INFO] [stderr]   cargo:warning=GNU compiler is not supported for this target
[INFO] [stderr]   cargo:warning=GNU compiler is not supported for this target
[INFO] [stderr]   cargo:warning=GNU compiler is not supported for this target
[INFO] [stderr]   cargo:warning=GNU compiler is not supported for this target
[INFO] [stderr]   cargo:warning=GNU compiler is not supported for this target
[INFO] [stderr]   cargo:warning=GNU compiler is not supported for this target
[INFO] [stderr]   cargo:warning=GNU compiler is not supported for this target
[INFO] [stderr]   cargo:warning=GNU compiler is not supported for this target
[INFO] [stderr]   cargo:warning=GNU compiler is not supported for this target
[INFO] [stderr]   cargo:warning=GNU compiler is not supported for this target
[INFO] [stderr]   cargo:warning=GNU compiler is not supported for this target
[INFO] [stderr]   cargo:warning=GNU compiler is not supported for this target
[INFO] [stderr]   cargo:warning=GNU compiler is not supported for this target
[INFO] [stderr]   cargo:rerun-if-env-changed=AR_x86_64-pc-windows-msvc
[INFO] [stderr]   AR_x86_64-pc-windows-msvc = None
[INFO] [stderr]   cargo:rerun-if-env-changed=AR_x86_64_pc_windows_msvc
[INFO] [stderr]   AR_x86_64_pc_windows_msvc = None
[INFO] [stderr]   cargo:rerun-if-env-changed=TARGET_AR
[INFO] [stderr]   TARGET_AR = None
[INFO] [stderr]   cargo:rerun-if-env-changed=AR
[INFO] [stderr]   AR = None
[INFO] [stderr]   cargo:warning=GNU compiler is not supported for this target
[INFO] [stderr]   cargo:rerun-if-env-changed=ARFLAGS_x86_64-pc-windows-msvc
[INFO] [stderr]   ARFLAGS_x86_64-pc-windows-msvc = None
[INFO] [stderr]   cargo:rerun-if-env-changed=ARFLAGS_x86_64_pc_windows_msvc
[INFO] [stderr]   ARFLAGS_x86_64_pc_windows_msvc = None
[INFO] [stderr]   cargo:rerun-if-env-changed=TARGET_ARFLAGS
[INFO] [stderr]   TARGET_ARFLAGS = None
[INFO] [stderr]   cargo:rerun-if-env-changed=ARFLAGS
[INFO] [stderr]   ARFLAGS = None
[INFO] [stderr] 
[INFO] [stderr]   --- stderr
[INFO] [stderr] 
[INFO] [stderr] 
[INFO] [stderr]   error occurred: Failed to find tool. Is `lib.exe` installed?
[INFO] [stderr] 
[INFO] [stderr] 
[INFO] running `Command { std: "docker" "inspect" "d690041d4d11eb822d1625f8d538e18a20daaf962efa3d3c3e1360505b4916ed", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d690041d4d11eb822d1625f8d538e18a20daaf962efa3d3c3e1360505b4916ed", kill_on_drop: false }`
[INFO] [stdout] d690041d4d11eb822d1625f8d538e18a20daaf962efa3d3c3e1360505b4916ed