Skip to content
Success

Console Output

Started by an SCM change
Running as SYSTEM
Building in workspace /var/lib/jenkins/workspace/pkgbuilds/mingw-w64-libnghttp2
The recommended git tool is: NONE
No credentials specified
 > git rev-parse --resolve-git-dir /var/lib/jenkins/workspace/pkgbuilds/mingw-w64-libnghttp2/.git # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://aur.archlinux.org/mingw-w64-libnghttp2.git # timeout=10
Fetching upstream changes from https://aur.archlinux.org/mingw-w64-libnghttp2.git
 > git --version # timeout=10
 > git --version # 'git version 2.45.1'
 > git fetch --tags --force --progress -- https://aur.archlinux.org/mingw-w64-libnghttp2.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git rev-parse refs/remotes/origin/master^{commit} # timeout=10
Checking out Revision 48c7cfc63a3b090d377e44bd8eebd678d8485aab (refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 48c7cfc63a3b090d377e44bd8eebd678d8485aab # timeout=10
Commit message: "1.62.1"
 > git rev-list --no-walk 2e893419295099ce2b8c6910443c0a169b69448e # timeout=10
[mingw-w64-libnghttp2] $ /bin/sh -xe /tmp/jenkins9901230337183268983.sh
+ '[' -e PKGBUILD ']'
+ '[' -n '' ']'
+ rm -vf mingw-w64-libnghttp2-1.61.0-1-any.pkg.tar.zst mingw-w64-libnghttp2-1.61.0-1-any.pkg.tar.zst.sig
removed 'mingw-w64-libnghttp2-1.61.0-1-any.pkg.tar.zst'
removed 'mingw-w64-libnghttp2-1.61.0-1-any.pkg.tar.zst.sig'
+ sudo /usr/local/sbin/build-chroot-pkg mingw-w64-libnghttp2
==> Synchronizing chroot copy [/var/lib/jenkins/chroots/root1/root] -> [build-0001]...done
==> Making package: mingw-w64-libnghttp2 1.62.1-1 (Sun Jun 23 13:39:11 2024)
==> Retrieving sources...
-> Downloading nghttp2-1.62.1.tar.xz...
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
0 1568k 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
100 1568k 100 1568k 0 0 2619k 0 --:--:-- --:--:-- --:--:-- 42.5M
==> Validating source files with sha256sums...
nghttp2-1.62.1.tar.xz ... Passed
==> Making package: mingw-w64-libnghttp2 1.62.1-1 (Sun Jun 23 13:39:18 2024)
==> Checking runtime dependencies...
==> Installing missing dependencies...
resolving dependencies...
looking for conflicting packages...
Packages (1) mingw-w64-crt-11.0.0-1
Total Installed Size: 152.23 MiB
:: Proceed with installation? [Y/n]
checking keyring...
checking package integrity...
loading package files...
checking for file conflicts...
checking available disk space...
:: Processing package changes...
installing mingw-w64-crt...
==> Checking buildtime dependencies...
==> Installing missing dependencies...
resolving dependencies...
looking for conflicting packages...
Packages (7) mingw-w64-binutils-2.39-1 mingw-w64-environment-1-5 mingw-w64-gcc-13.1.0-1 mingw-w64-headers-11.0.0-1 mingw-w64-pkg-config-2-4 mingw-w64-winpthreads-11.0.0-1 mingw-w64-configure-0.1.1-11
Total Installed Size: 1139.70 MiB
:: Proceed with installation? [Y/n]
checking keyring...
checking package integrity...
loading package files...
checking for file conflicts...
checking available disk space...
:: Processing package changes...
installing mingw-w64-binutils...
installing mingw-w64-winpthreads...
installing mingw-w64-headers...
installing mingw-w64-gcc...
installing mingw-w64-pkg-config...
Note that you can use PKG_CONFIG_PATH_CUSTOM to tweak pkg-config path further
See the x86_64-w64-mingw32-config (or i686-w64-mingw32-config) file itself
for more information
installing mingw-w64-environment...
installing mingw-w64-configure...
:: Running post-transaction hooks...
(1/1) Updating the info directory file...
==> Retrieving sources...
-> Found nghttp2-1.62.1.tar.xz
==> WARNING: Skipping all source file integrity checks.
==> Extracting sources...
-> Extracting nghttp2-1.62.1.tar.xz with bsdtar
==> Starting build()...
~/mingw-w64-libnghttp2/src/nghttp2-1.62.1/build-i686-w64-mingw32 ~/mingw-w64-libnghttp2/src/nghttp2-1.62.1
checking for i686-w64-mingw32-gcc... i686-w64-mingw32-gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... .exe
checking whether we are cross compiling... yes
checking for suffix of object files... o
checking whether the compiler supports GNU C... yes
checking whether i686-w64-mingw32-gcc accepts -g... yes
checking for i686-w64-mingw32-gcc option to enable C11 features... none needed
checking whether i686-w64-mingw32-gcc understands -c and -o together... yes
checking for stdio.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for strings.h... yes
checking for sys/stat.h... yes
checking for sys/types.h... yes
checking for unistd.h... yes
checking for wchar.h... yes
checking for minix/config.h... no
checking for vfork.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking whether _XOPEN_SOURCE should be defined... no
checking build system type... x86_64-pc-linux-gnux32
checking host system type... i686-w64-mingw32
checking how to print strings... printf
checking for a sed that does not truncate output... /usr/bin/sed
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for fgrep... /usr/bin/grep -F
checking for ld used by i686-w64-mingw32-gcc... /usr/i686-w64-mingw32/bin/ld
checking if the linker (/usr/i686-w64-mingw32/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/i686-w64-mingw32-nm -B
checking the name lister (/usr/bin/i686-w64-mingw32-nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking how to convert x86_64-pc-linux-gnux32 file names to i686-w64-mingw32 format... func_convert_file_nix_to_w32
checking how to convert x86_64-pc-linux-gnux32 file names to toolchain format... func_convert_file_noop
checking for /usr/i686-w64-mingw32/bin/ld option to reload object files... -r
checking for i686-w64-mingw32-objdump... i686-w64-mingw32-objdump
checking how to recognize dependent libraries... file_magic ^x86 archive import|^x86 DLL
checking for i686-w64-mingw32-dlltool... i686-w64-mingw32-dlltool
checking how to associate runtime and link libraries... func_cygming_dll_for_implib
checking for i686-w64-mingw32-ar... i686-w64-mingw32-ar
checking for archiver @FILE support... @
checking for i686-w64-mingw32-strip... i686-w64-mingw32-strip
checking for i686-w64-mingw32-ranlib... i686-w64-mingw32-ranlib
checking for gawk... gawk
checking command to parse /usr/bin/i686-w64-mingw32-nm -B output from i686-w64-mingw32-gcc object... ok
checking for sysroot... no
checking for a working dd... /usr/bin/dd
checking how to truncate binary pipes... /usr/bin/dd bs=4096 count=1
checking for i686-w64-mingw32-mt... no
checking for mt... no
checking if : is a manifest tool... no
checking for dlfcn.h... no
checking for objdir... .libs
checking if i686-w64-mingw32-gcc supports -fno-rtti -fno-exceptions... no
checking for i686-w64-mingw32-gcc option to produce PIC... -DDLL_EXPORT -DPIC
checking if i686-w64-mingw32-gcc PIC flag -DDLL_EXPORT -DPIC works... yes
checking if i686-w64-mingw32-gcc static flag -static works... yes
checking if i686-w64-mingw32-gcc supports -c -o file.o... yes
checking if i686-w64-mingw32-gcc supports -c -o file.o... (cached) yes
checking whether the i686-w64-mingw32-gcc linker (/usr/i686-w64-mingw32/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... yes
checking dynamic linker characteristics... Win32 ld.exe
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking target system type... i686-w64-mingw32
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for i686-w64-mingw32-strip... (cached) i686-w64-mingw32-strip
checking for a race-free mkdir -p... /usr/bin/mkdir -p
checking whether make sets $(MAKE)... yes
checking whether make supports the include directive... yes (GNU style)
checking whether make supports nested variables... yes
checking how to create a pax tar archive... gnutar
checking dependency style of i686-w64-mingw32-gcc... gcc3
checking whether make supports nested variables... (cached) yes
checking for i686-w64-mingw32-gcc... (cached) i686-w64-mingw32-gcc
checking whether the compiler supports GNU C... (cached) yes
checking whether i686-w64-mingw32-gcc accepts -g... (cached) yes
checking for i686-w64-mingw32-gcc option to enable C11 features... (cached) none needed
checking whether i686-w64-mingw32-gcc understands -c and -o together... (cached) yes
checking whether the compiler supports GNU C++... yes
checking whether i686-w64-mingw32-g++ accepts -g... yes
checking for i686-w64-mingw32-g++ option to enable C++11 features... none needed
checking how to run the C++ preprocessor... i686-w64-mingw32-g++ -E
checking for ld used by i686-w64-mingw32-g++... /usr/i686-w64-mingw32/bin/ld
checking if the linker (/usr/i686-w64-mingw32/bin/ld) is GNU ld... yes
checking whether the i686-w64-mingw32-g++ linker (/usr/i686-w64-mingw32/bin/ld) supports shared libraries... yes
/usr/bin/grep: warning: stray \ before -
checking for i686-w64-mingw32-g++ option to produce PIC... -DDLL_EXPORT -DPIC
checking if i686-w64-mingw32-g++ PIC flag -DDLL_EXPORT -DPIC works... yes
checking if i686-w64-mingw32-g++ static flag -static works... yes
checking if i686-w64-mingw32-g++ supports -c -o file.o... yes
checking if i686-w64-mingw32-g++ supports -c -o file.o... (cached) yes
checking whether the i686-w64-mingw32-g++ linker (/usr/i686-w64-mingw32/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... Win32 ld.exe
checking how to hardcode library paths into programs... immediate
checking dependency style of i686-w64-mingw32-g++... gcc3
checking how to run the C preprocessor... i686-w64-mingw32-gcc -E
checking whether ln -s works... yes
checking whether make sets $(MAKE)... (cached) yes
checking for i686-w64-mingw32-pkg-config... /usr/bin/i686-w64-mingw32-pkg-config
checking pkg-config is at least version 0.20... yes
checking for a Python interpreter with version >= 3.8... python
checking for python... /usr/bin/python
checking for python version... 3.12
checking for python platform... linux
checking for GNU default python prefix... ${prefix}
checking for GNU default python exec_prefix... ${exec_prefix}
checking for python script directory (pythondir)... ${PYTHON_PREFIX}/lib/python3.12/site-packages
checking for python extension module directory (pyexecdir)... ${PYTHON_EXEC_PREFIX}/lib/python3.12/site-packages
checking whether i686-w64-mingw32-g++ supports C++20 features by default... no
checking whether i686-w64-mingw32-g++ supports C++20 features with -std=gnu++20... yes
checking whether std::future is available... yes
checking whether std::map::emplace is available... yes
checking whether std::atomic<std::shared_ptr<T>> is supported... yes
checking whether thread_local storage class specifier is available.... yes
checking for library containing dlopen... no
checking whether to enable assertions... yes
checking for arpa/inet.h... no
checking for fcntl.h... yes
checking for inttypes.h... (cached) yes
checking for limits.h... yes
checking for netdb.h... no
checking for netinet/in.h... no
checking for netinet/ip.h... no
checking for pwd.h... no
checking for stddef.h... yes
checking for stdint.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for sys/socket.h... no
checking for sys/time.h... yes
checking for syslog.h... no
checking for unistd.h... (cached) yes
checking for windows.h... yes
checking for size_t... yes
checking for ssize_t... yes
checking for uint8_t... yes
checking for uint16_t... yes
checking for uint32_t... yes
checking for uint64_t... yes
checking for int8_t... yes
checking for int16_t... yes
checking for int32_t... yes
checking for int64_t... yes
checking for off_t... yes
checking for pid_t... yes
checking for uid_t in sys/types.h... no
checking for ptrdiff_t... yes
checking whether byte ordering is bigendian... no
checking for inline... inline
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... 64
checking for struct tm.tm_gmtoff... no
checking for struct sockaddr_in.sin_len... no
checking for struct sockaddr_in6.sin6_len... no
checking for working chown... no
checking for error_at_line... no
checking for fork... no
checking for vfork... no
checking for i686-w64-mingw32-gcc options needed to detect all undeclared functions... none needed
checking whether strerror_r is declared... no
checking whether strerror_r returns char *... no
checking for working strnlen... yes
checking for _Exit... yes
checking for accept4... no
checking for clock_gettime... yes
checking for dup2... yes
checking for getcwd... yes
checking for getpwnam... no
checking for localtime_r... no
checking for memchr... yes
checking for memmove... yes
checking for memset... yes
checking for mkostemp... no
checking for socket... no
checking for sqrt... yes
checking for strchr... yes
checking for strdup... yes
checking for strerror... yes
checking for strndup... no
checking for strstr... yes
checking for strtol... yes
checking for strtoul... yes
checking for timegm... no
checking for timerfd_create... no
checking checking for GetTickCount64... yes
checking whether initgroups is declared... no
checking whether CLOCK_MONOTONIC is declared... yes
checking whether C compiler accepts -fvisibility=hidden... yes
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating lib/Makefile
config.status: creating lib/libnghttp2.pc
config.status: creating lib/includes/Makefile
config.status: creating lib/includes/nghttp2/nghttp2ver.h
config.status: creating tests/Makefile
config.status: creating tests/testdata/Makefile
config.status: creating third-party/Makefile
config.status: creating src/Makefile
config.status: creating src/testdata/Makefile
config.status: creating bpf/Makefile
config.status: creating examples/Makefile
config.status: creating integration-tests/Makefile
config.status: creating integration-tests/config.go
config.status: creating integration-tests/setenv
config.status: creating doc/Makefile
config.status: creating doc/conf.py
config.status: creating doc/index.rst
config.status: creating doc/package_README.rst
config.status: creating doc/tutorial-client.rst
config.status: creating doc/tutorial-server.rst
config.status: creating doc/tutorial-hpack.rst
config.status: creating doc/nghttpx-howto.rst
config.status: creating doc/h2load-howto.rst
config.status: creating doc/building-android-binary.rst
config.status: creating doc/nghttp2.h.rst
config.status: creating doc/nghttp2ver.h.rst
config.status: creating doc/contribute.rst
config.status: creating contrib/Makefile
config.status: creating script/Makefile
config.status: creating config.h
config.status: executing libtool commands
config.status: executing depfiles commands
configure: summary of build options:
Package version: 1.62.1
Library version: 42:1:28
Install prefix: /usr/i686-w64-mingw32
System types:
Build: x86_64-pc-linux-gnux32
Host: i686-w64-mingw32
Target: i686-w64-mingw32
Compiler:
C compiler: i686-w64-mingw32-gcc
CFLAGS: -D_FORTIFY_SOURCE=3 -D_GLIBCXX_ASSERTIONS -O2 -pipe -fno-plt -fexceptions --param=ssp-buffer-size=4 -Wformat -Werror=format-security -fcf-protection
LDFLAGS: -Wl,-O1,--sort-common,--as-needed -fstack-protector
C++ compiler: i686-w64-mingw32-g++ -std=gnu++20
CXXFLAGS: -D_FORTIFY_SOURCE=3 -D_GLIBCXX_ASSERTIONS -O2 -pipe -fno-plt -fexceptions --param=ssp-buffer-size=4 -Wformat -Werror=format-security -fcf-protection
CXXCPP: i686-w64-mingw32-g++ -E -std=gnu++20
C preprocessor: i686-w64-mingw32-gcc -E
CPPFLAGS: -D_FORTIFY_SOURCE=3 -D_GLIBCXX_ASSERTIONS
WARNCFLAGS:
WARNCXXFLAGS:
CXX1XCXXFLAGS:
EXTRACFLAG: -fvisibility=hidden
BPFCFLAGS:
EXTRABPFCFLAGS:
LIBS:
DEFS: -DHAVE_CONFIG_H
EXTRA_DEFS:
Library:
Shared: yes
Static: yes
Libtool:
LIBTOOL_LDFLAGS:
Python:
Python: /usr/bin/python
PYTHON_VERSION: 3.12
Test:
Failmalloc: yes
Libs:
OpenSSL: no (CFLAGS='' LIBS='')
Libxml2: no (CFLAGS='' LIBS='')
Libev: no (CFLAGS='' LIBS='')
Libc-ares: no (CFLAGS='' LIBS='')
libngtcp2: no (CFLAGS='' LIBS='')
libngtcp2_crypto_quictls: no (CFLAGS='' LIBS='')
libngtcp2_crypto_boringssl: no (CFLAGS='' LIBS='')
libnghttp3: no (CFLAGS='' LIBS='')
libbpf: no (CFLAGS='' LIBS='')
Libevent(SSL): no (CFLAGS='' LIBS='')
Jansson: no (CFLAGS='' LIBS='')
Jemalloc: no (CFLAGS='' LIBS='')
Zlib: no (CFLAGS='' LIBS='')
Systemd: no (CFLAGS='' LIBS='')
Libbrotlienc: no (CFLAGS="' LIBS='')
Libbrotlidec: no (CFLAGS="' LIBS='')
Third-party:
http-parser: no
MRuby: no (CFLAGS='' LIBS='')
Neverbleed: no
Features:
Applications: no
HPACK tools: no
Examples: no
Threading: yes
HTTP/3 (EXPERIMENTAL): no
make all-recursive
make[1]: Entering directory '/build/mingw-w64-libnghttp2/src/nghttp2-1.62.1/build-i686-w64-mingw32'
Making all in lib
make[2]: Entering directory '/build/mingw-w64-libnghttp2/src/nghttp2-1.62.1/build-i686-w64-mingw32/lib'
Making all in includes
make[3]: Entering directory '/build/mingw-w64-libnghttp2/src/nghttp2-1.62.1/build-i686-w64-mingw32/lib/includes'
make[3]: Nothing to be done for 'all'.
make[3]: Leaving directory '/build/mingw-w64-libnghttp2/src/nghttp2-1.62.1/build-i686-w64-mingw32/lib/includes'
make[3]: Entering directory '/build/mingw-w64-libnghttp2/src/nghttp2-1.62.1/build-i686-w64-mingw32/lib'
CC nghttp2_pq.lo
CC nghttp2_map.lo
CC nghttp2_queue.lo
CC nghttp2_frame.lo
CC nghttp2_buf.lo
CC nghttp2_stream.lo
CC nghttp2_outbound_item.lo
CC nghttp2_session.lo
CC nghttp2_submit.lo
CC nghttp2_helper.lo
CC nghttp2_alpn.lo
CC nghttp2_hd.lo
CC nghttp2_hd_huffman.lo
CC nghttp2_hd_huffman_data.lo
CC nghttp2_version.lo
CC nghttp2_priority_spec.lo
CC nghttp2_option.lo
CC nghttp2_callbacks.lo
CC nghttp2_mem.lo
CC nghttp2_http.lo
CC nghttp2_rcbuf.lo
CC nghttp2_extpri.lo
CC nghttp2_ratelim.lo
CC nghttp2_time.lo
CC nghttp2_debug.lo
CC sfparse.lo
CCLD libnghttp2.la
make[3]: Leaving directory '/build/mingw-w64-libnghttp2/src/nghttp2-1.62.1/build-i686-w64-mingw32/lib'
make[2]: Leaving directory '/build/mingw-w64-libnghttp2/src/nghttp2-1.62.1/build-i686-w64-mingw32/lib'
Making all in third-party
make[2]: Entering directory '/build/mingw-w64-libnghttp2/src/nghttp2-1.62.1/build-i686-w64-mingw32/third-party'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/build/mingw-w64-libnghttp2/src/nghttp2-1.62.1/build-i686-w64-mingw32/third-party'
Making all in src
make[2]: Entering directory '/build/mingw-w64-libnghttp2/src/nghttp2-1.62.1/build-i686-w64-mingw32/src'
Making all in testdata
make[3]: Entering directory '/build/mingw-w64-libnghttp2/src/nghttp2-1.62.1/build-i686-w64-mingw32/src/testdata'
make[3]: Nothing to be done for 'all'.
make[3]: Leaving directory '/build/mingw-w64-libnghttp2/src/nghttp2-1.62.1/build-i686-w64-mingw32/src/testdata'
make[3]: Entering directory '/build/mingw-w64-libnghttp2/src/nghttp2-1.62.1/build-i686-w64-mingw32/src'
make[3]: Nothing to be done for 'all-am'.
make[3]: Leaving directory '/build/mingw-w64-libnghttp2/src/nghttp2-1.62.1/build-i686-w64-mingw32/src'
make[2]: Leaving directory '/build/mingw-w64-libnghttp2/src/nghttp2-1.62.1/build-i686-w64-mingw32/src'
Making all in bpf
make[2]: Entering directory '/build/mingw-w64-libnghttp2/src/nghttp2-1.62.1/build-i686-w64-mingw32/bpf'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/build/mingw-w64-libnghttp2/src/nghttp2-1.62.1/build-i686-w64-mingw32/bpf'
Making all in examples
make[2]: Entering directory '/build/mingw-w64-libnghttp2/src/nghttp2-1.62.1/build-i686-w64-mingw32/examples'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/build/mingw-w64-libnghttp2/src/nghttp2-1.62.1/build-i686-w64-mingw32/examples'
Making all in tests
make[2]: Entering directory '/build/mingw-w64-libnghttp2/src/nghttp2-1.62.1/build-i686-w64-mingw32/tests'
Making all in testdata
make[3]: Entering directory '/build/mingw-w64-libnghttp2/src/nghttp2-1.62.1/build-i686-w64-mingw32/tests/testdata'
make[3]: Nothing to be done for 'all'.
make[3]: Leaving directory '/build/mingw-w64-libnghttp2/src/nghttp2-1.62.1/build-i686-w64-mingw32/tests/testdata'
make[3]: Entering directory '/build/mingw-w64-libnghttp2/src/nghttp2-1.62.1/build-i686-w64-mingw32/tests'
make[3]: Nothing to be done for 'all-am'.
make[3]: Leaving directory '/build/mingw-w64-libnghttp2/src/nghttp2-1.62.1/build-i686-w64-mingw32/tests'
make[2]: Leaving directory '/build/mingw-w64-libnghttp2/src/nghttp2-1.62.1/build-i686-w64-mingw32/tests'
Making all in integration-tests
make[2]: Entering directory '/build/mingw-w64-libnghttp2/src/nghttp2-1.62.1/build-i686-w64-mingw32/integration-tests'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/build/mingw-w64-libnghttp2/src/nghttp2-1.62.1/build-i686-w64-mingw32/integration-tests'
Making all in doc
make[2]: Entering directory '/build/mingw-w64-libnghttp2/src/nghttp2-1.62.1/build-i686-w64-mingw32/doc'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/build/mingw-w64-libnghttp2/src/nghttp2-1.62.1/build-i686-w64-mingw32/doc'
Making all in contrib
make[2]: Entering directory '/build/mingw-w64-libnghttp2/src/nghttp2-1.62.1/build-i686-w64-mingw32/contrib'
rm -f nghttpx-init nghttpx-init.tmp
sed -e 's|@bindir[@]|/usr/i686-w64-mingw32/bin|g' ../../contrib/nghttpx-init.in > nghttpx-init.tmp
chmod +x nghttpx-init.tmp
mv nghttpx-init.tmp nghttpx-init
sed -e 's|@bindir[@]|/usr/i686-w64-mingw32/bin|g' ../../contrib/nghttpx.service.in > nghttpx.service
sed -e 's|@bindir[@]|/usr/i686-w64-mingw32/bin|g' ../../contrib/nghttpx-upstart.conf.in > nghttpx-upstart.conf
make[2]: Leaving directory '/build/mingw-w64-libnghttp2/src/nghttp2-1.62.1/build-i686-w64-mingw32/contrib'
Making all in script
make[2]: Entering directory '/build/mingw-w64-libnghttp2/src/nghttp2-1.62.1/build-i686-w64-mingw32/script'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/build/mingw-w64-libnghttp2/src/nghttp2-1.62.1/build-i686-w64-mingw32/script'
make[2]: Entering directory '/build/mingw-w64-libnghttp2/src/nghttp2-1.62.1/build-i686-w64-mingw32'
make[2]: Leaving directory '/build/mingw-w64-libnghttp2/src/nghttp2-1.62.1/build-i686-w64-mingw32'
make[1]: Leaving directory '/build/mingw-w64-libnghttp2/src/nghttp2-1.62.1/build-i686-w64-mingw32'
~/mingw-w64-libnghttp2/src/nghttp2-1.62.1
~/mingw-w64-libnghttp2/src/nghttp2-1.62.1/build-x86_64-w64-mingw32 ~/mingw-w64-libnghttp2/src/nghttp2-1.62.1
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... .exe
checking whether we are cross compiling... yes
checking for suffix of object files... o
checking whether the compiler supports GNU C... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking for x86_64-w64-mingw32-gcc option to enable C11 features... none needed
checking whether x86_64-w64-mingw32-gcc understands -c and -o together... yes
checking for stdio.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for strings.h... yes
checking for sys/stat.h... yes
checking for sys/types.h... yes
checking for unistd.h... yes
checking for wchar.h... yes
checking for minix/config.h... no
checking for vfork.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking whether _XOPEN_SOURCE should be defined... no
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32
checking how to print strings... printf
checking for a sed that does not truncate output... /usr/bin/sed
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for fgrep... /usr/bin/grep -F
checking for ld used by x86_64-w64-mingw32-gcc... /usr/x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/x86_64-w64-mingw32/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/x86_64-w64-mingw32-nm -B
checking the name lister (/usr/bin/x86_64-w64-mingw32-nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking how to convert x86_64-pc-linux-gnu file names to x86_64-w64-mingw32 format... func_convert_file_nix_to_w32
checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop
checking for /usr/x86_64-w64-mingw32/bin/ld option to reload object files... -r
checking for x86_64-w64-mingw32-objdump... x86_64-w64-mingw32-objdump
checking how to recognize dependent libraries... file_magic ^x86 archive import|^x86 DLL
checking for x86_64-w64-mingw32-dlltool... x86_64-w64-mingw32-dlltool
checking how to associate runtime and link libraries... func_cygming_dll_for_implib
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for archiver @FILE support... @
checking for x86_64-w64-mingw32-strip... x86_64-w64-mingw32-strip
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for gawk... gawk
checking command to parse /usr/bin/x86_64-w64-mingw32-nm -B output from x86_64-w64-mingw32-gcc object... ok
checking for sysroot... no
checking for a working dd... /usr/bin/dd
checking how to truncate binary pipes... /usr/bin/dd bs=4096 count=1
checking for x86_64-w64-mingw32-mt... no
checking for mt... no
checking if : is a manifest tool... no
checking for dlfcn.h... no
checking for objdir... .libs
checking if x86_64-w64-mingw32-gcc supports -fno-rtti -fno-exceptions... no
checking for x86_64-w64-mingw32-gcc option to produce PIC... -DDLL_EXPORT -DPIC
checking if x86_64-w64-mingw32-gcc PIC flag -DDLL_EXPORT -DPIC works... yes
checking if x86_64-w64-mingw32-gcc static flag -static works... yes
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... yes
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... (cached) yes
checking whether the x86_64-w64-mingw32-gcc linker (/usr/x86_64-w64-mingw32/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... yes
checking dynamic linker characteristics... Win32 ld.exe
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking target system type... x86_64-w64-mingw32
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for x86_64-w64-mingw32-strip... (cached) x86_64-w64-mingw32-strip
checking for a race-free mkdir -p... /usr/bin/mkdir -p
checking whether make sets $(MAKE)... yes
checking whether make supports the include directive... yes (GNU style)
checking whether make supports nested variables... yes
checking how to create a pax tar archive... gnutar
checking dependency style of x86_64-w64-mingw32-gcc... gcc3
checking whether make supports nested variables... (cached) yes
checking for x86_64-w64-mingw32-gcc... (cached) x86_64-w64-mingw32-gcc
checking whether the compiler supports GNU C... (cached) yes
checking whether x86_64-w64-mingw32-gcc accepts -g... (cached) yes
checking for x86_64-w64-mingw32-gcc option to enable C11 features... (cached) none needed
checking whether x86_64-w64-mingw32-gcc understands -c and -o together... (cached) yes
checking whether the compiler supports GNU C++... yes
checking whether x86_64-w64-mingw32-g++ accepts -g... yes
checking for x86_64-w64-mingw32-g++ option to enable C++11 features... none needed
checking how to run the C++ preprocessor... x86_64-w64-mingw32-g++ -E
checking for ld used by x86_64-w64-mingw32-g++... /usr/x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/x86_64-w64-mingw32/bin/ld) is GNU ld... yes
checking whether the x86_64-w64-mingw32-g++ linker (/usr/x86_64-w64-mingw32/bin/ld) supports shared libraries... yes
/usr/bin/grep: warning: stray \ before -
checking for x86_64-w64-mingw32-g++ option to produce PIC... -DDLL_EXPORT -DPIC
checking if x86_64-w64-mingw32-g++ PIC flag -DDLL_EXPORT -DPIC works... yes
checking if x86_64-w64-mingw32-g++ static flag -static works... yes
checking if x86_64-w64-mingw32-g++ supports -c -o file.o... yes
checking if x86_64-w64-mingw32-g++ supports -c -o file.o... (cached) yes
checking whether the x86_64-w64-mingw32-g++ linker (/usr/x86_64-w64-mingw32/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... Win32 ld.exe
checking how to hardcode library paths into programs... immediate
checking dependency style of x86_64-w64-mingw32-g++... gcc3
checking how to run the C preprocessor... x86_64-w64-mingw32-gcc -E
checking whether ln -s works... yes
checking whether make sets $(MAKE)... (cached) yes
checking for x86_64-w64-mingw32-pkg-config... /usr/bin/x86_64-w64-mingw32-pkg-config
checking pkg-config is at least version 0.20... yes
checking for a Python interpreter with version >= 3.8... python
checking for python... /usr/bin/python
checking for python version... 3.12
checking for python platform... linux
checking for GNU default python prefix... ${prefix}
checking for GNU default python exec_prefix... ${exec_prefix}
checking for python script directory (pythondir)... ${PYTHON_PREFIX}/lib/python3.12/site-packages
checking for python extension module directory (pyexecdir)... ${PYTHON_EXEC_PREFIX}/lib/python3.12/site-packages
checking whether x86_64-w64-mingw32-g++ supports C++20 features by default... no
checking whether x86_64-w64-mingw32-g++ supports C++20 features with -std=gnu++20... yes
checking whether std::future is available... yes
checking whether std::map::emplace is available... yes
checking whether std::atomic<std::shared_ptr<T>> is supported... yes
checking whether thread_local storage class specifier is available.... yes
checking for library containing dlopen... no
checking whether to enable assertions... yes
checking for arpa/inet.h... no
checking for fcntl.h... yes
checking for inttypes.h... (cached) yes
checking for limits.h... yes
checking for netdb.h... no
checking for netinet/in.h... no
checking for netinet/ip.h... no
checking for pwd.h... no
checking for stddef.h... yes
checking for stdint.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for sys/socket.h... no
checking for sys/time.h... yes
checking for syslog.h... no
checking for unistd.h... (cached) yes
checking for windows.h... yes
checking for size_t... yes
checking for ssize_t... yes
checking for uint8_t... yes
checking for uint16_t... yes
checking for uint32_t... yes
checking for uint64_t... yes
checking for int8_t... yes
checking for int16_t... yes
checking for int32_t... yes
checking for int64_t... yes
checking for off_t... yes
checking for pid_t... yes
checking for uid_t in sys/types.h... no
checking for ptrdiff_t... yes
checking whether byte ordering is bigendian... no
checking for inline... inline
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... 64
checking for struct tm.tm_gmtoff... no
checking for struct sockaddr_in.sin_len... no
checking for struct sockaddr_in6.sin6_len... no
checking for working chown... no
checking for error_at_line... no
checking for fork... no
checking for vfork... no
checking for x86_64-w64-mingw32-gcc options needed to detect all undeclared functions... none needed
checking whether strerror_r is declared... no
checking whether strerror_r returns char *... no
checking for working strnlen... yes
checking for _Exit... yes
checking for accept4... no
checking for clock_gettime... yes
checking for dup2... yes
checking for getcwd... yes
checking for getpwnam... no
checking for localtime_r... no
checking for memchr... yes
checking for memmove... yes
checking for memset... yes
checking for mkostemp... no
checking for socket... no
checking for sqrt... yes
checking for strchr... yes
checking for strdup... yes
checking for strerror... yes
checking for strndup... no
checking for strstr... yes
checking for strtol... yes
checking for strtoul... yes
checking for timegm... no
checking for timerfd_create... no
checking checking for GetTickCount64... yes
checking whether initgroups is declared... no
checking whether CLOCK_MONOTONIC is declared... yes
checking whether C compiler accepts -fvisibility=hidden... yes
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating lib/Makefile
config.status: creating lib/libnghttp2.pc
config.status: creating lib/includes/Makefile
config.status: creating lib/includes/nghttp2/nghttp2ver.h
config.status: creating tests/Makefile
config.status: creating tests/testdata/Makefile
config.status: creating third-party/Makefile
config.status: creating src/Makefile
config.status: creating src/testdata/Makefile
config.status: creating bpf/Makefile
config.status: creating examples/Makefile
config.status: creating integration-tests/Makefile
config.status: creating integration-tests/config.go
config.status: creating integration-tests/setenv
config.status: creating doc/Makefile
config.status: creating doc/conf.py
config.status: creating doc/index.rst
config.status: creating doc/package_README.rst
config.status: creating doc/tutorial-client.rst
config.status: creating doc/tutorial-server.rst
config.status: creating doc/tutorial-hpack.rst
config.status: creating doc/nghttpx-howto.rst
config.status: creating doc/h2load-howto.rst
config.status: creating doc/building-android-binary.rst
config.status: creating doc/nghttp2.h.rst
config.status: creating doc/nghttp2ver.h.rst
config.status: creating doc/contribute.rst
config.status: creating contrib/Makefile
config.status: creating script/Makefile
config.status: creating config.h
config.status: executing libtool commands
config.status: executing depfiles commands
configure: summary of build options:
Package version: 1.62.1
Library version: 42:1:28
Install prefix: /usr/x86_64-w64-mingw32
System types:
Build: x86_64-pc-linux-gnu
Host: x86_64-w64-mingw32
Target: x86_64-w64-mingw32
Compiler:
C compiler: x86_64-w64-mingw32-gcc
CFLAGS: -D_FORTIFY_SOURCE=3 -D_GLIBCXX_ASSERTIONS -O2 -pipe -fno-plt -fexceptions --param=ssp-buffer-size=4 -Wformat -Werror=format-security -fcf-protection
LDFLAGS: -Wl,-O1,--sort-common,--as-needed -fstack-protector
C++ compiler: x86_64-w64-mingw32-g++ -std=gnu++20
CXXFLAGS: -D_FORTIFY_SOURCE=3 -D_GLIBCXX_ASSERTIONS -O2 -pipe -fno-plt -fexceptions --param=ssp-buffer-size=4 -Wformat -Werror=format-security -fcf-protection
CXXCPP: x86_64-w64-mingw32-g++ -E -std=gnu++20
C preprocessor: x86_64-w64-mingw32-gcc -E
CPPFLAGS: -D_FORTIFY_SOURCE=3 -D_GLIBCXX_ASSERTIONS
WARNCFLAGS:
WARNCXXFLAGS:
CXX1XCXXFLAGS:
EXTRACFLAG: -fvisibility=hidden
BPFCFLAGS:
EXTRABPFCFLAGS:
LIBS:
DEFS: -DHAVE_CONFIG_H
EXTRA_DEFS:
Library:
Shared: yes
Static: yes
Libtool:
LIBTOOL_LDFLAGS:
Python:
Python: /usr/bin/python
PYTHON_VERSION: 3.12
Test:
Failmalloc: yes
Libs:
OpenSSL: no (CFLAGS='' LIBS='')
Libxml2: no (CFLAGS='' LIBS='')
Libev: no (CFLAGS='' LIBS='')
Libc-ares: no (CFLAGS='' LIBS='')
libngtcp2: no (CFLAGS='' LIBS='')
libngtcp2_crypto_quictls: no (CFLAGS='' LIBS='')
libngtcp2_crypto_boringssl: no (CFLAGS='' LIBS='')
libnghttp3: no (CFLAGS='' LIBS='')
libbpf: no (CFLAGS='' LIBS='')
Libevent(SSL): no (CFLAGS='' LIBS='')
Jansson: no (CFLAGS='' LIBS='')
Jemalloc: no (CFLAGS='' LIBS='')
Zlib: no (CFLAGS='' LIBS='')
Systemd: no (CFLAGS='' LIBS='')
Libbrotlienc: no (CFLAGS="' LIBS='')
Libbrotlidec: no (CFLAGS="' LIBS='')
Third-party:
http-parser: no
MRuby: no (CFLAGS='' LIBS='')
Neverbleed: no
Features:
Applications: no
HPACK tools: no
Examples: no
Threading: yes
HTTP/3 (EXPERIMENTAL): no
make all-recursive
make[1]: Entering directory '/build/mingw-w64-libnghttp2/src/nghttp2-1.62.1/build-x86_64-w64-mingw32'
Making all in lib
make[2]: Entering directory '/build/mingw-w64-libnghttp2/src/nghttp2-1.62.1/build-x86_64-w64-mingw32/lib'
Making all in includes
make[3]: Entering directory '/build/mingw-w64-libnghttp2/src/nghttp2-1.62.1/build-x86_64-w64-mingw32/lib/includes'
make[3]: Nothing to be done for 'all'.
make[3]: Leaving directory '/build/mingw-w64-libnghttp2/src/nghttp2-1.62.1/build-x86_64-w64-mingw32/lib/includes'
make[3]: Entering directory '/build/mingw-w64-libnghttp2/src/nghttp2-1.62.1/build-x86_64-w64-mingw32/lib'
CC nghttp2_pq.lo
CC nghttp2_map.lo
CC nghttp2_queue.lo
CC nghttp2_frame.lo
CC nghttp2_buf.lo
CC nghttp2_stream.lo
CC nghttp2_outbound_item.lo
CC nghttp2_session.lo
CC nghttp2_submit.lo
CC nghttp2_helper.lo
CC nghttp2_alpn.lo
CC nghttp2_hd.lo
CC nghttp2_hd_huffman.lo
CC nghttp2_hd_huffman_data.lo
CC nghttp2_version.lo
CC nghttp2_priority_spec.lo
CC nghttp2_option.lo
CC nghttp2_callbacks.lo
CC nghttp2_mem.lo
CC nghttp2_http.lo
CC nghttp2_rcbuf.lo
CC nghttp2_extpri.lo
CC nghttp2_ratelim.lo
CC nghttp2_time.lo
CC nghttp2_debug.lo
CC sfparse.lo
CCLD libnghttp2.la
make[3]: Leaving directory '/build/mingw-w64-libnghttp2/src/nghttp2-1.62.1/build-x86_64-w64-mingw32/lib'
make[2]: Leaving directory '/build/mingw-w64-libnghttp2/src/nghttp2-1.62.1/build-x86_64-w64-mingw32/lib'
Making all in third-party
make[2]: Entering directory '/build/mingw-w64-libnghttp2/src/nghttp2-1.62.1/build-x86_64-w64-mingw32/third-party'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/build/mingw-w64-libnghttp2/src/nghttp2-1.62.1/build-x86_64-w64-mingw32/third-party'
Making all in src
make[2]: Entering directory '/build/mingw-w64-libnghttp2/src/nghttp2-1.62.1/build-x86_64-w64-mingw32/src'
Making all in testdata
make[3]: Entering directory '/build/mingw-w64-libnghttp2/src/nghttp2-1.62.1/build-x86_64-w64-mingw32/src/testdata'
make[3]: Nothing to be done for 'all'.
make[3]: Leaving directory '/build/mingw-w64-libnghttp2/src/nghttp2-1.62.1/build-x86_64-w64-mingw32/src/testdata'
make[3]: Entering directory '/build/mingw-w64-libnghttp2/src/nghttp2-1.62.1/build-x86_64-w64-mingw32/src'
make[3]: Nothing to be done for 'all-am'.
make[3]: Leaving directory '/build/mingw-w64-libnghttp2/src/nghttp2-1.62.1/build-x86_64-w64-mingw32/src'
make[2]: Leaving directory '/build/mingw-w64-libnghttp2/src/nghttp2-1.62.1/build-x86_64-w64-mingw32/src'
Making all in bpf
make[2]: Entering directory '/build/mingw-w64-libnghttp2/src/nghttp2-1.62.1/build-x86_64-w64-mingw32/bpf'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/build/mingw-w64-libnghttp2/src/nghttp2-1.62.1/build-x86_64-w64-mingw32/bpf'
Making all in examples
make[2]: Entering directory '/build/mingw-w64-libnghttp2/src/nghttp2-1.62.1/build-x86_64-w64-mingw32/examples'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/build/mingw-w64-libnghttp2/src/nghttp2-1.62.1/build-x86_64-w64-mingw32/examples'
Making all in tests
make[2]: Entering directory '/build/mingw-w64-libnghttp2/src/nghttp2-1.62.1/build-x86_64-w64-mingw32/tests'
Making all in testdata
make[3]: Entering directory '/build/mingw-w64-libnghttp2/src/nghttp2-1.62.1/build-x86_64-w64-mingw32/tests/testdata'
make[3]: Nothing to be done for 'all'.
make[3]: Leaving directory '/build/mingw-w64-libnghttp2/src/nghttp2-1.62.1/build-x86_64-w64-mingw32/tests/testdata'
make[3]: Entering directory '/build/mingw-w64-libnghttp2/src/nghttp2-1.62.1/build-x86_64-w64-mingw32/tests'
make[3]: Nothing to be done for 'all-am'.
make[3]: Leaving directory '/build/mingw-w64-libnghttp2/src/nghttp2-1.62.1/build-x86_64-w64-mingw32/tests'
make[2]: Leaving directory '/build/mingw-w64-libnghttp2/src/nghttp2-1.62.1/build-x86_64-w64-mingw32/tests'
Making all in integration-tests
make[2]: Entering directory '/build/mingw-w64-libnghttp2/src/nghttp2-1.62.1/build-x86_64-w64-mingw32/integration-tests'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/build/mingw-w64-libnghttp2/src/nghttp2-1.62.1/build-x86_64-w64-mingw32/integration-tests'
Making all in doc
make[2]: Entering directory '/build/mingw-w64-libnghttp2/src/nghttp2-1.62.1/build-x86_64-w64-mingw32/doc'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/build/mingw-w64-libnghttp2/src/nghttp2-1.62.1/build-x86_64-w64-mingw32/doc'
Making all in contrib
make[2]: Entering directory '/build/mingw-w64-libnghttp2/src/nghttp2-1.62.1/build-x86_64-w64-mingw32/contrib'
rm -f nghttpx-init nghttpx-init.tmp
sed -e 's|@bindir[@]|/usr/x86_64-w64-mingw32/bin|g' ../../contrib/nghttpx-init.in > nghttpx-init.tmp
chmod +x nghttpx-init.tmp
mv nghttpx-init.tmp nghttpx-init
sed -e 's|@bindir[@]|/usr/x86_64-w64-mingw32/bin|g' ../../contrib/nghttpx.service.in > nghttpx.service
sed -e 's|@bindir[@]|/usr/x86_64-w64-mingw32/bin|g' ../../contrib/nghttpx-upstart.conf.in > nghttpx-upstart.conf
make[2]: Leaving directory '/build/mingw-w64-libnghttp2/src/nghttp2-1.62.1/build-x86_64-w64-mingw32/contrib'
Making all in script
make[2]: Entering directory '/build/mingw-w64-libnghttp2/src/nghttp2-1.62.1/build-x86_64-w64-mingw32/script'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/build/mingw-w64-libnghttp2/src/nghttp2-1.62.1/build-x86_64-w64-mingw32/script'
make[2]: Entering directory '/build/mingw-w64-libnghttp2/src/nghttp2-1.62.1/build-x86_64-w64-mingw32'
make[2]: Leaving directory '/build/mingw-w64-libnghttp2/src/nghttp2-1.62.1/build-x86_64-w64-mingw32'
make[1]: Leaving directory '/build/mingw-w64-libnghttp2/src/nghttp2-1.62.1/build-x86_64-w64-mingw32'
~/mingw-w64-libnghttp2/src/nghttp2-1.62.1
==> Entering fakeroot environment...
==> Starting package()...
Making install in lib
make[1]: Entering directory '/build/mingw-w64-libnghttp2/src/nghttp2-1.62.1/build-i686-w64-mingw32/lib'
Making install in includes
make[2]: Entering directory '/build/mingw-w64-libnghttp2/src/nghttp2-1.62.1/build-i686-w64-mingw32/lib/includes'
make[3]: Entering directory '/build/mingw-w64-libnghttp2/src/nghttp2-1.62.1/build-i686-w64-mingw32/lib/includes'
make[3]: Nothing to be done for 'install-exec-am'.
/usr/bin/mkdir -p '/build/mingw-w64-libnghttp2/pkg/mingw-w64-libnghttp2/usr/i686-w64-mingw32/include'
/usr/bin/mkdir -p '/build/mingw-w64-libnghttp2/pkg/mingw-w64-libnghttp2/usr/i686-w64-mingw32/include/nghttp2'
/usr/bin/install -c -m 644 ../../../lib/includes/nghttp2/nghttp2.h nghttp2/nghttp2ver.h '/build/mingw-w64-libnghttp2/pkg/mingw-w64-libnghttp2/usr/i686-w64-mingw32/include/nghttp2'
make[3]: Leaving directory '/build/mingw-w64-libnghttp2/src/nghttp2-1.62.1/build-i686-w64-mingw32/lib/includes'
make[2]: Leaving directory '/build/mingw-w64-libnghttp2/src/nghttp2-1.62.1/build-i686-w64-mingw32/lib/includes'
make[2]: Entering directory '/build/mingw-w64-libnghttp2/src/nghttp2-1.62.1/build-i686-w64-mingw32/lib'
make[3]: Entering directory '/build/mingw-w64-libnghttp2/src/nghttp2-1.62.1/build-i686-w64-mingw32/lib'
/usr/bin/mkdir -p '/build/mingw-w64-libnghttp2/pkg/mingw-w64-libnghttp2/usr/i686-w64-mingw32/lib'
/bin/sh ../libtool --mode=install /usr/bin/install -c libnghttp2.la '/build/mingw-w64-libnghttp2/pkg/mingw-w64-libnghttp2/usr/i686-w64-mingw32/lib'
libtool: install: /usr/bin/install -c .libs/libnghttp2.dll.a /build/mingw-w64-libnghttp2/pkg/mingw-w64-libnghttp2/usr/i686-w64-mingw32/lib/libnghttp2.dll.a
libtool: install: base_file=`basename libnghttp2.la`
libtool: install: dlpath=`/bin/sh 2>&1 -c '. .libs/'libnghttp2.la'i; echo libnghttp2-14.dll'`
libtool: install: dldir=/build/mingw-w64-libnghttp2/pkg/mingw-w64-libnghttp2/usr/i686-w64-mingw32/lib/`dirname ../bin/libnghttp2-14.dll`
libtool: install: test -d /build/mingw-w64-libnghttp2/pkg/mingw-w64-libnghttp2/usr/i686-w64-mingw32/lib/../bin || mkdir -p /build/mingw-w64-libnghttp2/pkg/mingw-w64-libnghttp2/usr/i686-w64-mingw32/lib/../bin
libtool: install: /usr/bin/install -c .libs/libnghttp2-14.dll /build/mingw-w64-libnghttp2/pkg/mingw-w64-libnghttp2/usr/i686-w64-mingw32/lib/../bin/libnghttp2-14.dll
libtool: install: chmod a+x /build/mingw-w64-libnghttp2/pkg/mingw-w64-libnghttp2/usr/i686-w64-mingw32/lib/../bin/libnghttp2-14.dll
libtool: install: if test -n '' && test -n 'i686-w64-mingw32-strip --strip-unneeded'; then eval 'i686-w64-mingw32-strip --strip-unneeded /build/mingw-w64-libnghttp2/pkg/mingw-w64-libnghttp2/usr/i686-w64-mingw32/lib/../bin/libnghttp2-14.dll' || exit 0; fi
libtool: install: /usr/bin/install -c .libs/libnghttp2.lai /build/mingw-w64-libnghttp2/pkg/mingw-w64-libnghttp2/usr/i686-w64-mingw32/lib/libnghttp2.la
libtool: install: /usr/bin/install -c .libs/libnghttp2.a /build/mingw-w64-libnghttp2/pkg/mingw-w64-libnghttp2/usr/i686-w64-mingw32/lib/libnghttp2.a
libtool: install: chmod 644 /build/mingw-w64-libnghttp2/pkg/mingw-w64-libnghttp2/usr/i686-w64-mingw32/lib/libnghttp2.a
libtool: install: i686-w64-mingw32-ranlib /build/mingw-w64-libnghttp2/pkg/mingw-w64-libnghttp2/usr/i686-w64-mingw32/lib/libnghttp2.a
libtool: warning: remember to run 'libtool --finish /usr/i686-w64-mingw32/lib'
/usr/bin/mkdir -p '/build/mingw-w64-libnghttp2/pkg/mingw-w64-libnghttp2/usr/i686-w64-mingw32/lib/pkgconfig'
/usr/bin/install -c -m 644 libnghttp2.pc '/build/mingw-w64-libnghttp2/pkg/mingw-w64-libnghttp2/usr/i686-w64-mingw32/lib/pkgconfig'
make[3]: Leaving directory '/build/mingw-w64-libnghttp2/src/nghttp2-1.62.1/build-i686-w64-mingw32/lib'
make[2]: Leaving directory '/build/mingw-w64-libnghttp2/src/nghttp2-1.62.1/build-i686-w64-mingw32/lib'
make[1]: Leaving directory '/build/mingw-w64-libnghttp2/src/nghttp2-1.62.1/build-i686-w64-mingw32/lib'
Making install in third-party
make[1]: Entering directory '/build/mingw-w64-libnghttp2/src/nghttp2-1.62.1/build-i686-w64-mingw32/third-party'
make[2]: Entering directory '/build/mingw-w64-libnghttp2/src/nghttp2-1.62.1/build-i686-w64-mingw32/third-party'
make[2]: Nothing to be done for 'install-exec-am'.
make[2]: Nothing to be done for 'install-data-am'.
make[2]: Leaving directory '/build/mingw-w64-libnghttp2/src/nghttp2-1.62.1/build-i686-w64-mingw32/third-party'
make[1]: Leaving directory '/build/mingw-w64-libnghttp2/src/nghttp2-1.62.1/build-i686-w64-mingw32/third-party'
Making install in src
make[1]: Entering directory '/build/mingw-w64-libnghttp2/src/nghttp2-1.62.1/build-i686-w64-mingw32/src'
Making install in testdata
make[2]: Entering directory '/build/mingw-w64-libnghttp2/src/nghttp2-1.62.1/build-i686-w64-mingw32/src/testdata'
make[3]: Entering directory '/build/mingw-w64-libnghttp2/src/nghttp2-1.62.1/build-i686-w64-mingw32/src/testdata'
make[3]: Nothing to be done for 'install-exec-am'.
make[3]: Nothing to be done for 'install-data-am'.
make[3]: Leaving directory '/build/mingw-w64-libnghttp2/src/nghttp2-1.62.1/build-i686-w64-mingw32/src/testdata'
make[2]: Leaving directory '/build/mingw-w64-libnghttp2/src/nghttp2-1.62.1/build-i686-w64-mingw32/src/testdata'
make[2]: Entering directory '/build/mingw-w64-libnghttp2/src/nghttp2-1.62.1/build-i686-w64-mingw32/src'
make[3]: Entering directory '/build/mingw-w64-libnghttp2/src/nghttp2-1.62.1/build-i686-w64-mingw32/src'
/usr/bin/mkdir -p '/build/mingw-w64-libnghttp2/pkg/mingw-w64-libnghttp2/usr/i686-w64-mingw32/bin'
make[3]: Nothing to be done for 'install-data-am'.
make[3]: Leaving directory '/build/mingw-w64-libnghttp2/src/nghttp2-1.62.1/build-i686-w64-mingw32/src'
make[2]: Leaving directory '/build/mingw-w64-libnghttp2/src/nghttp2-1.62.1/build-i686-w64-mingw32/src'
make[1]: Leaving directory '/build/mingw-w64-libnghttp2/src/nghttp2-1.62.1/build-i686-w64-mingw32/src'
Making install in bpf
make[1]: Entering directory '/build/mingw-w64-libnghttp2/src/nghttp2-1.62.1/build-i686-w64-mingw32/bpf'
make[2]: Entering directory '/build/mingw-w64-libnghttp2/src/nghttp2-1.62.1/build-i686-w64-mingw32/bpf'
make[2]: Nothing to be done for 'install-exec-am'.
make[2]: Leaving directory '/build/mingw-w64-libnghttp2/src/nghttp2-1.62.1/build-i686-w64-mingw32/bpf'
make[1]: Leaving directory '/build/mingw-w64-libnghttp2/src/nghttp2-1.62.1/build-i686-w64-mingw32/bpf'
Making install in examples
make[1]: Entering directory '/build/mingw-w64-libnghttp2/src/nghttp2-1.62.1/build-i686-w64-mingw32/examples'
make[2]: Entering directory '/build/mingw-w64-libnghttp2/src/nghttp2-1.62.1/build-i686-w64-mingw32/examples'
make[2]: Nothing to be done for 'install-exec-am'.
make[2]: Nothing to be done for 'install-data-am'.
make[2]: Leaving directory '/build/mingw-w64-libnghttp2/src/nghttp2-1.62.1/build-i686-w64-mingw32/examples'
make[1]: Leaving directory '/build/mingw-w64-libnghttp2/src/nghttp2-1.62.1/build-i686-w64-mingw32/examples'
Making install in tests
make[1]: Entering directory '/build/mingw-w64-libnghttp2/src/nghttp2-1.62.1/build-i686-w64-mingw32/tests'
Making install in testdata
make[2]: Entering directory '/build/mingw-w64-libnghttp2/src/nghttp2-1.62.1/build-i686-w64-mingw32/tests/testdata'
make[3]: Entering directory '/build/mingw-w64-libnghttp2/src/nghttp2-1.62.1/build-i686-w64-mingw32/tests/testdata'
make[3]: Nothing to be done for 'install-exec-am'.
make[3]: Nothing to be done for 'install-data-am'.
make[3]: Leaving directory '/build/mingw-w64-libnghttp2/src/nghttp2-1.62.1/build-i686-w64-mingw32/tests/testdata'
make[2]: Leaving directory '/build/mingw-w64-libnghttp2/src/nghttp2-1.62.1/build-i686-w64-mingw32/tests/testdata'
make[2]: Entering directory '/build/mingw-w64-libnghttp2/src/nghttp2-1.62.1/build-i686-w64-mingw32/tests'
make[3]: Entering directory '/build/mingw-w64-libnghttp2/src/nghttp2-1.62.1/build-i686-w64-mingw32/tests'
make[3]: Nothing to be done for 'install-exec-am'.
make[3]: Nothing to be done for 'install-data-am'.
make[3]: Leaving directory '/build/mingw-w64-libnghttp2/src/nghttp2-1.62.1/build-i686-w64-mingw32/tests'
make[2]: Leaving directory '/build/mingw-w64-libnghttp2/src/nghttp2-1.62.1/build-i686-w64-mingw32/tests'
make[1]: Leaving directory '/build/mingw-w64-libnghttp2/src/nghttp2-1.62.1/build-i686-w64-mingw32/tests'
Making install in integration-tests
make[1]: Entering directory '/build/mingw-w64-libnghttp2/src/nghttp2-1.62.1/build-i686-w64-mingw32/integration-tests'
make[2]: Entering directory '/build/mingw-w64-libnghttp2/src/nghttp2-1.62.1/build-i686-w64-mingw32/integration-tests'
make[2]: Nothing to be done for 'install-exec-am'.
make[2]: Nothing to be done for 'install-data-am'.
make[2]: Leaving directory '/build/mingw-w64-libnghttp2/src/nghttp2-1.62.1/build-i686-w64-mingw32/integration-tests'
make[1]: Leaving directory '/build/mingw-w64-libnghttp2/src/nghttp2-1.62.1/build-i686-w64-mingw32/integration-tests'
Making install in doc
make[1]: Entering directory '/build/mingw-w64-libnghttp2/src/nghttp2-1.62.1/build-i686-w64-mingw32/doc'
make[2]: Entering directory '/build/mingw-w64-libnghttp2/src/nghttp2-1.62.1/build-i686-w64-mingw32/doc'
make[2]: Nothing to be done for 'install-exec-am'.
/usr/bin/mkdir -p '/build/mingw-w64-libnghttp2/pkg/mingw-w64-libnghttp2/usr/i686-w64-mingw32/share/man/man1'
/usr/bin/install -c -m 644 '../../doc/nghttp.1' '/build/mingw-w64-libnghttp2/pkg/mingw-w64-libnghttp2/usr/i686-w64-mingw32/share/man/man1/i686-w64-mingw32-nghttp.1'
/usr/bin/install -c -m 644 '../../doc/nghttpd.1' '/build/mingw-w64-libnghttp2/pkg/mingw-w64-libnghttp2/usr/i686-w64-mingw32/share/man/man1/i686-w64-mingw32-nghttpd.1'
/usr/bin/install -c -m 644 '../../doc/nghttpx.1' '/build/mingw-w64-libnghttp2/pkg/mingw-w64-libnghttp2/usr/i686-w64-mingw32/share/man/man1/i686-w64-mingw32-nghttpx.1'
/usr/bin/install -c -m 644 '../../doc/h2load.1' '/build/mingw-w64-libnghttp2/pkg/mingw-w64-libnghttp2/usr/i686-w64-mingw32/share/man/man1/i686-w64-mingw32-h2load.1'
make[2]: Leaving directory '/build/mingw-w64-libnghttp2/src/nghttp2-1.62.1/build-i686-w64-mingw32/doc'
make[1]: Leaving directory '/build/mingw-w64-libnghttp2/src/nghttp2-1.62.1/build-i686-w64-mingw32/doc'
Making install in contrib
make[1]: Entering directory '/build/mingw-w64-libnghttp2/src/nghttp2-1.62.1/build-i686-w64-mingw32/contrib'
make[2]: Entering directory '/build/mingw-w64-libnghttp2/src/nghttp2-1.62.1/build-i686-w64-mingw32/contrib'
make[2]: Nothing to be done for 'install-exec-am'.
make[2]: Nothing to be done for 'install-data-am'.
make[2]: Leaving directory '/build/mingw-w64-libnghttp2/src/nghttp2-1.62.1/build-i686-w64-mingw32/contrib'
make[1]: Leaving directory '/build/mingw-w64-libnghttp2/src/nghttp2-1.62.1/build-i686-w64-mingw32/contrib'
Making install in script
make[1]: Entering directory '/build/mingw-w64-libnghttp2/src/nghttp2-1.62.1/build-i686-w64-mingw32/script'
make[2]: Entering directory '/build/mingw-w64-libnghttp2/src/nghttp2-1.62.1/build-i686-w64-mingw32/script'
make[2]: Nothing to be done for 'install-exec-am'.
/usr/bin/mkdir -p '/build/mingw-w64-libnghttp2/pkg/mingw-w64-libnghttp2/usr/i686-w64-mingw32/share/nghttp2'
/usr/bin/install -c ../../script/fetch-ocsp-response '/build/mingw-w64-libnghttp2/pkg/mingw-w64-libnghttp2/usr/i686-w64-mingw32/share/nghttp2/./i686-w64-mingw32-fetch-ocsp-response'
make[2]: Leaving directory '/build/mingw-w64-libnghttp2/src/nghttp2-1.62.1/build-i686-w64-mingw32/script'
make[1]: Leaving directory '/build/mingw-w64-libnghttp2/src/nghttp2-1.62.1/build-i686-w64-mingw32/script'
make[1]: Entering directory '/build/mingw-w64-libnghttp2/src/nghttp2-1.62.1/build-i686-w64-mingw32'
make[2]: Entering directory '/build/mingw-w64-libnghttp2/src/nghttp2-1.62.1/build-i686-w64-mingw32'
make[2]: Nothing to be done for 'install-exec-am'.
/usr/bin/mkdir -p '/build/mingw-w64-libnghttp2/pkg/mingw-w64-libnghttp2/usr/i686-w64-mingw32/share/doc/nghttp2'
/usr/bin/install -c -m 644 ../README.rst '/build/mingw-w64-libnghttp2/pkg/mingw-w64-libnghttp2/usr/i686-w64-mingw32/share/doc/nghttp2'
make[2]: Leaving directory '/build/mingw-w64-libnghttp2/src/nghttp2-1.62.1/build-i686-w64-mingw32'
make[1]: Leaving directory '/build/mingw-w64-libnghttp2/src/nghttp2-1.62.1/build-i686-w64-mingw32'
Making install in lib
make[1]: Entering directory '/build/mingw-w64-libnghttp2/src/nghttp2-1.62.1/build-x86_64-w64-mingw32/lib'
Making install in includes
make[2]: Entering directory '/build/mingw-w64-libnghttp2/src/nghttp2-1.62.1/build-x86_64-w64-mingw32/lib/includes'
make[3]: Entering directory '/build/mingw-w64-libnghttp2/src/nghttp2-1.62.1/build-x86_64-w64-mingw32/lib/includes'
make[3]: Nothing to be done for 'install-exec-am'.
/usr/bin/mkdir -p '/build/mingw-w64-libnghttp2/pkg/mingw-w64-libnghttp2/usr/x86_64-w64-mingw32/include'
/usr/bin/mkdir -p '/build/mingw-w64-libnghttp2/pkg/mingw-w64-libnghttp2/usr/x86_64-w64-mingw32/include/nghttp2'
/usr/bin/install -c -m 644 ../../../lib/includes/nghttp2/nghttp2.h nghttp2/nghttp2ver.h '/build/mingw-w64-libnghttp2/pkg/mingw-w64-libnghttp2/usr/x86_64-w64-mingw32/include/nghttp2'
make[3]: Leaving directory '/build/mingw-w64-libnghttp2/src/nghttp2-1.62.1/build-x86_64-w64-mingw32/lib/includes'
make[2]: Leaving directory '/build/mingw-w64-libnghttp2/src/nghttp2-1.62.1/build-x86_64-w64-mingw32/lib/includes'
make[2]: Entering directory '/build/mingw-w64-libnghttp2/src/nghttp2-1.62.1/build-x86_64-w64-mingw32/lib'
make[3]: Entering directory '/build/mingw-w64-libnghttp2/src/nghttp2-1.62.1/build-x86_64-w64-mingw32/lib'
/usr/bin/mkdir -p '/build/mingw-w64-libnghttp2/pkg/mingw-w64-libnghttp2/usr/x86_64-w64-mingw32/lib'
/bin/sh ../libtool --mode=install /usr/bin/install -c libnghttp2.la '/build/mingw-w64-libnghttp2/pkg/mingw-w64-libnghttp2/usr/x86_64-w64-mingw32/lib'
libtool: install: /usr/bin/install -c .libs/libnghttp2.dll.a /build/mingw-w64-libnghttp2/pkg/mingw-w64-libnghttp2/usr/x86_64-w64-mingw32/lib/libnghttp2.dll.a
libtool: install: base_file=`basename libnghttp2.la`
libtool: install: dlpath=`/bin/sh 2>&1 -c '. .libs/'libnghttp2.la'i; echo libnghttp2-14.dll'`
libtool: install: dldir=/build/mingw-w64-libnghttp2/pkg/mingw-w64-libnghttp2/usr/x86_64-w64-mingw32/lib/`dirname ../bin/libnghttp2-14.dll`
libtool: install: test -d /build/mingw-w64-libnghttp2/pkg/mingw-w64-libnghttp2/usr/x86_64-w64-mingw32/lib/../bin || mkdir -p /build/mingw-w64-libnghttp2/pkg/mingw-w64-libnghttp2/usr/x86_64-w64-mingw32/lib/../bin
libtool: install: /usr/bin/install -c .libs/libnghttp2-14.dll /build/mingw-w64-libnghttp2/pkg/mingw-w64-libnghttp2/usr/x86_64-w64-mingw32/lib/../bin/libnghttp2-14.dll
libtool: install: chmod a+x /build/mingw-w64-libnghttp2/pkg/mingw-w64-libnghttp2/usr/x86_64-w64-mingw32/lib/../bin/libnghttp2-14.dll
libtool: install: if test -n '' && test -n 'x86_64-w64-mingw32-strip --strip-unneeded'; then eval 'x86_64-w64-mingw32-strip --strip-unneeded /build/mingw-w64-libnghttp2/pkg/mingw-w64-libnghttp2/usr/x86_64-w64-mingw32/lib/../bin/libnghttp2-14.dll' || exit 0; fi
libtool: install: /usr/bin/install -c .libs/libnghttp2.lai /build/mingw-w64-libnghttp2/pkg/mingw-w64-libnghttp2/usr/x86_64-w64-mingw32/lib/libnghttp2.la
libtool: install: /usr/bin/install -c .libs/libnghttp2.a /build/mingw-w64-libnghttp2/pkg/mingw-w64-libnghttp2/usr/x86_64-w64-mingw32/lib/libnghttp2.a
libtool: install: chmod 644 /build/mingw-w64-libnghttp2/pkg/mingw-w64-libnghttp2/usr/x86_64-w64-mingw32/lib/libnghttp2.a
libtool: install: x86_64-w64-mingw32-ranlib /build/mingw-w64-libnghttp2/pkg/mingw-w64-libnghttp2/usr/x86_64-w64-mingw32/lib/libnghttp2.a
libtool: warning: remember to run 'libtool --finish /usr/x86_64-w64-mingw32/lib'
/usr/bin/mkdir -p '/build/mingw-w64-libnghttp2/pkg/mingw-w64-libnghttp2/usr/x86_64-w64-mingw32/lib/pkgconfig'
/usr/bin/install -c -m 644 libnghttp2.pc '/build/mingw-w64-libnghttp2/pkg/mingw-w64-libnghttp2/usr/x86_64-w64-mingw32/lib/pkgconfig'
make[3]: Leaving directory '/build/mingw-w64-libnghttp2/src/nghttp2-1.62.1/build-x86_64-w64-mingw32/lib'
make[2]: Leaving directory '/build/mingw-w64-libnghttp2/src/nghttp2-1.62.1/build-x86_64-w64-mingw32/lib'
make[1]: Leaving directory '/build/mingw-w64-libnghttp2/src/nghttp2-1.62.1/build-x86_64-w64-mingw32/lib'
Making install in third-party
make[1]: Entering directory '/build/mingw-w64-libnghttp2/src/nghttp2-1.62.1/build-x86_64-w64-mingw32/third-party'
make[2]: Entering directory '/build/mingw-w64-libnghttp2/src/nghttp2-1.62.1/build-x86_64-w64-mingw32/third-party'
make[2]: Nothing to be done for 'install-exec-am'.
make[2]: Nothing to be done for 'install-data-am'.
make[2]: Leaving directory '/build/mingw-w64-libnghttp2/src/nghttp2-1.62.1/build-x86_64-w64-mingw32/third-party'
make[1]: Leaving directory '/build/mingw-w64-libnghttp2/src/nghttp2-1.62.1/build-x86_64-w64-mingw32/third-party'
Making install in src
make[1]: Entering directory '/build/mingw-w64-libnghttp2/src/nghttp2-1.62.1/build-x86_64-w64-mingw32/src'
Making install in testdata
make[2]: Entering directory '/build/mingw-w64-libnghttp2/src/nghttp2-1.62.1/build-x86_64-w64-mingw32/src/testdata'
make[3]: Entering directory '/build/mingw-w64-libnghttp2/src/nghttp2-1.62.1/build-x86_64-w64-mingw32/src/testdata'
make[3]: Nothing to be done for 'install-exec-am'.
make[3]: Nothing to be done for 'install-data-am'.
make[3]: Leaving directory '/build/mingw-w64-libnghttp2/src/nghttp2-1.62.1/build-x86_64-w64-mingw32/src/testdata'
make[2]: Leaving directory '/build/mingw-w64-libnghttp2/src/nghttp2-1.62.1/build-x86_64-w64-mingw32/src/testdata'
make[2]: Entering directory '/build/mingw-w64-libnghttp2/src/nghttp2-1.62.1/build-x86_64-w64-mingw32/src'
make[3]: Entering directory '/build/mingw-w64-libnghttp2/src/nghttp2-1.62.1/build-x86_64-w64-mingw32/src'
/usr/bin/mkdir -p '/build/mingw-w64-libnghttp2/pkg/mingw-w64-libnghttp2/usr/x86_64-w64-mingw32/bin'
make[3]: Nothing to be done for 'install-data-am'.
make[3]: Leaving directory '/build/mingw-w64-libnghttp2/src/nghttp2-1.62.1/build-x86_64-w64-mingw32/src'
make[2]: Leaving directory '/build/mingw-w64-libnghttp2/src/nghttp2-1.62.1/build-x86_64-w64-mingw32/src'
make[1]: Leaving directory '/build/mingw-w64-libnghttp2/src/nghttp2-1.62.1/build-x86_64-w64-mingw32/src'
Making install in bpf
make[1]: Entering directory '/build/mingw-w64-libnghttp2/src/nghttp2-1.62.1/build-x86_64-w64-mingw32/bpf'
make[2]: Entering directory '/build/mingw-w64-libnghttp2/src/nghttp2-1.62.1/build-x86_64-w64-mingw32/bpf'
make[2]: Nothing to be done for 'install-exec-am'.
make[2]: Leaving directory '/build/mingw-w64-libnghttp2/src/nghttp2-1.62.1/build-x86_64-w64-mingw32/bpf'
make[1]: Leaving directory '/build/mingw-w64-libnghttp2/src/nghttp2-1.62.1/build-x86_64-w64-mingw32/bpf'
Making install in examples
make[1]: Entering directory '/build/mingw-w64-libnghttp2/src/nghttp2-1.62.1/build-x86_64-w64-mingw32/examples'
make[2]: Entering directory '/build/mingw-w64-libnghttp2/src/nghttp2-1.62.1/build-x86_64-w64-mingw32/examples'
make[2]: Nothing to be done for 'install-exec-am'.
make[2]: Nothing to be done for 'install-data-am'.
make[2]: Leaving directory '/build/mingw-w64-libnghttp2/src/nghttp2-1.62.1/build-x86_64-w64-mingw32/examples'
make[1]: Leaving directory '/build/mingw-w64-libnghttp2/src/nghttp2-1.62.1/build-x86_64-w64-mingw32/examples'
Making install in tests
make[1]: Entering directory '/build/mingw-w64-libnghttp2/src/nghttp2-1.62.1/build-x86_64-w64-mingw32/tests'
Making install in testdata
make[2]: Entering directory '/build/mingw-w64-libnghttp2/src/nghttp2-1.62.1/build-x86_64-w64-mingw32/tests/testdata'
make[3]: Entering directory '/build/mingw-w64-libnghttp2/src/nghttp2-1.62.1/build-x86_64-w64-mingw32/tests/testdata'
make[3]: Nothing to be done for 'install-exec-am'.
make[3]: Nothing to be done for 'install-data-am'.
make[3]: Leaving directory '/build/mingw-w64-libnghttp2/src/nghttp2-1.62.1/build-x86_64-w64-mingw32/tests/testdata'
make[2]: Leaving directory '/build/mingw-w64-libnghttp2/src/nghttp2-1.62.1/build-x86_64-w64-mingw32/tests/testdata'
make[2]: Entering directory '/build/mingw-w64-libnghttp2/src/nghttp2-1.62.1/build-x86_64-w64-mingw32/tests'
make[3]: Entering directory '/build/mingw-w64-libnghttp2/src/nghttp2-1.62.1/build-x86_64-w64-mingw32/tests'
make[3]: Nothing to be done for 'install-exec-am'.
make[3]: Nothing to be done for 'install-data-am'.
make[3]: Leaving directory '/build/mingw-w64-libnghttp2/src/nghttp2-1.62.1/build-x86_64-w64-mingw32/tests'
make[2]: Leaving directory '/build/mingw-w64-libnghttp2/src/nghttp2-1.62.1/build-x86_64-w64-mingw32/tests'
make[1]: Leaving directory '/build/mingw-w64-libnghttp2/src/nghttp2-1.62.1/build-x86_64-w64-mingw32/tests'
Making install in integration-tests
make[1]: Entering directory '/build/mingw-w64-libnghttp2/src/nghttp2-1.62.1/build-x86_64-w64-mingw32/integration-tests'
make[2]: Entering directory '/build/mingw-w64-libnghttp2/src/nghttp2-1.62.1/build-x86_64-w64-mingw32/integration-tests'
make[2]: Nothing to be done for 'install-exec-am'.
make[2]: Nothing to be done for 'install-data-am'.
make[2]: Leaving directory '/build/mingw-w64-libnghttp2/src/nghttp2-1.62.1/build-x86_64-w64-mingw32/integration-tests'
make[1]: Leaving directory '/build/mingw-w64-libnghttp2/src/nghttp2-1.62.1/build-x86_64-w64-mingw32/integration-tests'
Making install in doc
make[1]: Entering directory '/build/mingw-w64-libnghttp2/src/nghttp2-1.62.1/build-x86_64-w64-mingw32/doc'
make[2]: Entering directory '/build/mingw-w64-libnghttp2/src/nghttp2-1.62.1/build-x86_64-w64-mingw32/doc'
make[2]: Nothing to be done for 'install-exec-am'.
/usr/bin/mkdir -p '/build/mingw-w64-libnghttp2/pkg/mingw-w64-libnghttp2/usr/x86_64-w64-mingw32/share/man/man1'
/usr/bin/install -c -m 644 '../../doc/nghttp.1' '/build/mingw-w64-libnghttp2/pkg/mingw-w64-libnghttp2/usr/x86_64-w64-mingw32/share/man/man1/x86_64-w64-mingw32-nghttp.1'
/usr/bin/install -c -m 644 '../../doc/nghttpd.1' '/build/mingw-w64-libnghttp2/pkg/mingw-w64-libnghttp2/usr/x86_64-w64-mingw32/share/man/man1/x86_64-w64-mingw32-nghttpd.1'
/usr/bin/install -c -m 644 '../../doc/nghttpx.1' '/build/mingw-w64-libnghttp2/pkg/mingw-w64-libnghttp2/usr/x86_64-w64-mingw32/share/man/man1/x86_64-w64-mingw32-nghttpx.1'
/usr/bin/install -c -m 644 '../../doc/h2load.1' '/build/mingw-w64-libnghttp2/pkg/mingw-w64-libnghttp2/usr/x86_64-w64-mingw32/share/man/man1/x86_64-w64-mingw32-h2load.1'
make[2]: Leaving directory '/build/mingw-w64-libnghttp2/src/nghttp2-1.62.1/build-x86_64-w64-mingw32/doc'
make[1]: Leaving directory '/build/mingw-w64-libnghttp2/src/nghttp2-1.62.1/build-x86_64-w64-mingw32/doc'
Making install in contrib
make[1]: Entering directory '/build/mingw-w64-libnghttp2/src/nghttp2-1.62.1/build-x86_64-w64-mingw32/contrib'
make[2]: Entering directory '/build/mingw-w64-libnghttp2/src/nghttp2-1.62.1/build-x86_64-w64-mingw32/contrib'
make[2]: Nothing to be done for 'install-exec-am'.
make[2]: Nothing to be done for 'install-data-am'.
make[2]: Leaving directory '/build/mingw-w64-libnghttp2/src/nghttp2-1.62.1/build-x86_64-w64-mingw32/contrib'
make[1]: Leaving directory '/build/mingw-w64-libnghttp2/src/nghttp2-1.62.1/build-x86_64-w64-mingw32/contrib'
Making install in script
make[1]: Entering directory '/build/mingw-w64-libnghttp2/src/nghttp2-1.62.1/build-x86_64-w64-mingw32/script'
make[2]: Entering directory '/build/mingw-w64-libnghttp2/src/nghttp2-1.62.1/build-x86_64-w64-mingw32/script'
make[2]: Nothing to be done for 'install-exec-am'.
/usr/bin/mkdir -p '/build/mingw-w64-libnghttp2/pkg/mingw-w64-libnghttp2/usr/x86_64-w64-mingw32/share/nghttp2'
/usr/bin/install -c ../../script/fetch-ocsp-response '/build/mingw-w64-libnghttp2/pkg/mingw-w64-libnghttp2/usr/x86_64-w64-mingw32/share/nghttp2/./x86_64-w64-mingw32-fetch-ocsp-response'
make[2]: Leaving directory '/build/mingw-w64-libnghttp2/src/nghttp2-1.62.1/build-x86_64-w64-mingw32/script'
make[1]: Leaving directory '/build/mingw-w64-libnghttp2/src/nghttp2-1.62.1/build-x86_64-w64-mingw32/script'
make[1]: Entering directory '/build/mingw-w64-libnghttp2/src/nghttp2-1.62.1/build-x86_64-w64-mingw32'
make[2]: Entering directory '/build/mingw-w64-libnghttp2/src/nghttp2-1.62.1/build-x86_64-w64-mingw32'
make[2]: Nothing to be done for 'install-exec-am'.
/usr/bin/mkdir -p '/build/mingw-w64-libnghttp2/pkg/mingw-w64-libnghttp2/usr/x86_64-w64-mingw32/share/doc/nghttp2'
/usr/bin/install -c -m 644 ../README.rst '/build/mingw-w64-libnghttp2/pkg/mingw-w64-libnghttp2/usr/x86_64-w64-mingw32/share/doc/nghttp2'
make[2]: Leaving directory '/build/mingw-w64-libnghttp2/src/nghttp2-1.62.1/build-x86_64-w64-mingw32'
make[1]: Leaving directory '/build/mingw-w64-libnghttp2/src/nghttp2-1.62.1/build-x86_64-w64-mingw32'
==> Tidying install...
-> Removing libtool files...
-> Purging unwanted files...
-> Copying source files needed for debug symbols...
-> Compressing man and info pages...
==> Checking for packaging issues...
==> Creating package "mingw-w64-libnghttp2"...
-> Generating .PKGINFO file...
-> Generating .BUILDINFO file...
-> Generating .MTREE file...
-> Compressing package...
==> Leaving fakeroot environment.
==> Finished making: mingw-w64-libnghttp2 1.62.1-1 (Sun Jun 23 13:40:17 2024)
'mingw-w64-libnghttp2-1.62.1-1-any.pkg.tar.zst' -> '/var/lib/aur-repo/mingw-w64-libnghttp2-1.62.1-1-any.pkg.tar.zst'
'mingw-w64-libnghttp2-1.62.1-1-any.pkg.tar.zst.sig' -> '/var/lib/aur-repo/mingw-w64-libnghttp2-1.62.1-1-any.pkg.tar.zst.sig'
==> Verifying database signature...
gpg: assuming signed data in '/var/lib/aur-repo//score.moe.db.tar.gz'
gpg: Signature made Sun 23 Jun 2024 01:06:04 PM CEST
gpg: using EDDSA key 8A8F0D6897977A7523D366CB1EE865E2393A9B0F
gpg: Good signature from "gurren.score.moe build host (automatic signing key) <pkgs.score_@0sg.net>" [ultimate]
-> Database signature file verified.
==> Extracting score.moe.db.tar.gz to a temporary location...
==> Verifying database signature...
gpg: assuming signed data in '/var/lib/aur-repo//score.moe.files.tar.gz'
gpg: Signature made Sun 23 Jun 2024 01:06:05 PM CEST
gpg: using EDDSA key 8A8F0D6897977A7523D366CB1EE865E2393A9B0F
gpg: Good signature from "gurren.score.moe build host (automatic signing key) <pkgs.score_@0sg.net>" [ultimate]
-> Database signature file verified.
==> Extracting score.moe.files.tar.gz to a temporary location...
==> Adding package 'mingw-w64-libnghttp2-1.62.1-1-any.pkg.tar.zst'
-> Computing checksums...
-> Removing existing entry 'mingw-w64-libnghttp2-1.61.0-1'...
-> Creating 'desc' db entry...
-> Creating 'files' db entry...
==> Creating updated database file 'score.moe.db.tar.gz'
==> Signing database 'score.moe.db.tar.gz'...
-> Created signature file 'score.moe.db.tar.gz.sig'
==> Signing database 'score.moe.files.tar.gz'...
-> Created signature file 'score.moe.files.tar.gz.sig'
Archiving artifacts
Recording fingerprints
Publishing build last changes...
Last changes from revision 48c7cfc (current) to 2e89341 (previous) published successfully!
Finished: SUCCESS