==> Synchronizing chroot copy [/home/leming/armv8/root] -> [leming]...done
==> Making package: aws-c-http 0.10.7-1 (Sun Nov 2 08:42:25 2025)
==> Retrieving sources...
-> Found aws-c-http-0.10.7.tar.gz
==> WARNING: Skipping verification of source file PGP signatures.
==> Validating source files with sha256sums...
aws-c-http-0.10.7.tar.gz ... Passed
==> Making package: aws-c-http 0.10.7-1 (Sun Nov 2 08:42:32 2025)
==> Checking runtime dependencies...
==> Installing missing dependencies...
[?25lresolving dependencies...
looking for conflicting packages...
Packages (5) s2n-tls-1.6.0-1 aws-c-cal-0.9.8-1 aws-c-common-0.12.5-1
aws-c-compression-0.3.1-1 aws-c-io-0.23.2-1
Total Download Size: 0.66 MiB
Total Installed Size: 3.60 MiB
:: Proceed with installation? [Y/n]
:: Retrieving packages...
s2n-tls-1.6.0-1-aarch64 downloading...
aws-c-common-0.12.5-1-aarch64 downloading...
aws-c-io-0.23.2-1-aarch64 downloading...
aws-c-cal-0.9.8-1-aarch64 downloading...
aws-c-compression-0.3.1-1-aarch64 downloading...
checking keyring...
checking package integrity...
loading package files...
checking for file conflicts...
checking available disk space...
:: Processing package changes...
installing aws-c-common...
installing aws-c-cal...
installing aws-c-compression...
installing s2n-tls...
installing aws-c-io...
:: Running post-transaction hooks...
(1/1) Arming ConditionNeedsUpdate...
[?25h==> Checking buildtime dependencies...
==> Installing missing dependencies...
[?25lresolving dependencies...
looking for conflicting packages...
Packages (6) cppdap-1.58.0-2 hicolor-icon-theme-0.18-1 jsoncpp-1.9.6-3
libuv-1.51.0-1 rhash-1.4.6-1 cmake-4.1.2-1
Total Installed Size: 101.06 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 cppdap...
installing hicolor-icon-theme...
installing jsoncpp...
Optional dependencies for jsoncpp
jsoncpp-doc: documentation
installing libuv...
installing rhash...
installing cmake...
Optional dependencies for cmake
make: for unix Makefile generator [installed]
ninja: for ninja generator
qt6-base: cmake-gui
:: Running post-transaction hooks...
(1/1) Arming ConditionNeedsUpdate...
[?25h==> Retrieving sources...
-> Found aws-c-http-0.10.7.tar.gz
==> WARNING: Skipping all source file integrity checks.
==> Extracting sources...
-> Extracting aws-c-http-0.10.7.tar.gz with bsdtar
==> Starting build()...
-- The C compiler identification is GNU 14.2.1
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: /usr/lib/distcc/bin/cc - skipped
-- Detecting C compile features
-- Detecting C compile features - done
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success
-- Found Threads: TRUE
-- Performing Test HAS_FPIC_FLAG
-- Performing Test HAS_FPIC_FLAG - Success
-- Performing Test HAS_64BIT_FILE_OFFSET_BY_DEFAULT
-- Performing Test HAS_64BIT_FILE_OFFSET_BY_DEFAULT - Success
-- Looking for fseeko
-- Looking for fseeko - found
-- Looking for stdint.h
-- Looking for stdint.h - found
-- Looking for stdbool.h
-- Looking for stdbool.h - found
-- Performing Test HAS_WGNU
-- Performing Test HAS_WGNU - Failed
-- Performing Test HAVE_SYSCONF
-- Performing Test HAVE_SYSCONF - Success
-- Found crypto: /usr/lib/libcrypto.so
-- LibCrypto Include Dir: /usr/include
-- LibCrypto Shared Lib: /usr/lib/libcrypto.so
-- LibCrypto Static Lib: crypto_STATIC_LIBRARY-NOTFOUND
-- Performing Test HAS_WNO_STRINGOP_OVERFLOW
-- Performing Test HAS_WNO_STRINGOP_OVERFLOW - Success
INFO elasticurl will be built with shared libs, but you may need to set LD_LIBRARY_PATH=/usr/lib to run the application
INFO h2benchmark will be built with shared libs, but you may need to set LD_LIBRARY_PATH=/usr/lib to run the application
-- Configuring done (4.6s)
-- Generating done (0.1s)
-- Build files have been written to: /build/aws-c-http/src/aws-c-http-0.10.7/build
[ 4%] Building C object CMakeFiles/aws-c-http.dir/source/connection.c.o
[ 4%] Building C object CMakeFiles/aws-c-http.dir/source/connection_manager.c.o
[ 4%] Building C object CMakeFiles/aws-c-http.dir/source/h1_connection.c.o
[ 8%] Building C object CMakeFiles/aws-c-http.dir/source/connection_monitor.c.o
[ 8%] Building C object CMakeFiles/aws-c-http.dir/source/h1_decoder.c.o
[ 9%] Building C object CMakeFiles/aws-c-http.dir/source/h1_encoder.c.o
[ 11%] Building C object CMakeFiles/aws-c-http.dir/source/h1_stream.c.o
[ 12%] Building C object CMakeFiles/aws-c-http.dir/source/h2_connection.c.o
[ 14%] Building C object CMakeFiles/aws-c-http.dir/source/h2_decoder.c.o
[ 16%] Building C object CMakeFiles/aws-c-http.dir/source/h2_frames.c.o
[ 17%] Building C object CMakeFiles/aws-c-http.dir/source/h2_stream.c.o
[ 19%] Building C object CMakeFiles/aws-c-http.dir/source/hpack.c.o
[ 20%] Building C object CMakeFiles/aws-c-http.dir/source/hpack_decoder.c.o
[ 22%] Building C object CMakeFiles/aws-c-http.dir/source/hpack_encoder.c.o
[ 24%] Building C object CMakeFiles/aws-c-http.dir/source/hpack_huffman_static.c.o
[ 25%] Building C object CMakeFiles/aws-c-http.dir/source/http.c.o
/build/aws-c-http/src/aws-c-http-0.10.7/source/hpack_decoder.c: In function 'aws_hpack_decode_string':
/build/aws-c-http/src/aws-c-http-0.10.7/source/hpack_decoder.c:152:17: warning: this statement may fall through [-Wimplicit-fallthrough=]
/build/aws-c-http/src/aws-c-http-0.10.7/source/hpack_decoder.c:156:13: note: here
[ 27%] Building C object CMakeFiles/aws-c-http.dir/source/http2_stream_manager.c.o
[ 29%] Building C object CMakeFiles/aws-c-http.dir/source/no_proxy.c.o
[ 30%] Building C object CMakeFiles/aws-c-http.dir/source/proxy_connection.c.o
[ 32%] Building C object CMakeFiles/aws-c-http.dir/source/proxy_strategy.c.o
[ 33%] Building C object CMakeFiles/aws-c-http.dir/source/random_access_set.c.o
[ 35%] Building C object CMakeFiles/aws-c-http.dir/source/request_response.c.o
[ 37%] Building C object CMakeFiles/aws-c-http.dir/source/statistics.c.o
[ 38%] Building C object CMakeFiles/aws-c-http.dir/source/strutil.c.o
[ 40%] Building C object CMakeFiles/aws-c-http.dir/source/websocket.c.o
[ 41%] Building C object CMakeFiles/aws-c-http.dir/source/websocket_bootstrap.c.o
[ 43%] Building C object CMakeFiles/aws-c-http.dir/source/websocket_decoder.c.o
[ 45%] Building C object CMakeFiles/aws-c-http.dir/source/websocket_encoder.c.o
[ 46%] Linking C shared library libaws-c-http.so
[ 46%] Built target aws-c-http
[ 50%] Building C object bin/elasticurl/CMakeFiles/elasticurl.dir/main.c.o
[ 50%] Building C object bin/h2benchmark/CMakeFiles/h2benchmark.dir/main.c.o
[ 51%] Building C object tests/CMakeFiles/aws-c-http-tests.dir/test_runner.c.o
[ 53%] Building C object tests/CMakeFiles/aws-c-http-tests.dir/proxy_test_helper.c.o
[ 54%] Building C object tests/CMakeFiles/aws-c-http-tests.dir/h2_test_helper.c.o
[ 56%] Building C object tests/CMakeFiles/aws-c-http-tests.dir/stream_test_helper.c.o
[ 58%] Building C object tests/CMakeFiles/aws-c-http-tests.dir/test_connection.c.o
[ 59%] Building C object tests/CMakeFiles/aws-c-http-tests.dir/test_connection_manager.c.o
[ 61%] Building C object tests/CMakeFiles/aws-c-http-tests.dir/test_connection_monitor.c.o
[ 62%] Linking C executable h2benchmark
[ 64%] Building C object tests/CMakeFiles/aws-c-http-tests.dir/test_h1_client.c.o
[ 66%] Linking C executable elasticurl
[ 66%] Built target h2benchmark
[ 67%] Building C object tests/CMakeFiles/aws-c-http-tests.dir/test_h1_decoder.c.o
[ 69%] Building C object tests/CMakeFiles/aws-c-http-tests.dir/test_h1_encoder.c.o
[ 70%] Building C object tests/CMakeFiles/aws-c-http-tests.dir/test_h1_server.c.o
[ 70%] Built target elasticurl
[ 72%] Building C object tests/CMakeFiles/aws-c-http-tests.dir/test_h2_client.c.o
[ 74%] Building C object tests/CMakeFiles/aws-c-http-tests.dir/test_h2_decoder.c.o
[ 75%] Building C object tests/CMakeFiles/aws-c-http-tests.dir/test_h2_encoder.c.o
[ 77%] Building C object tests/CMakeFiles/aws-c-http-tests.dir/test_h2_headers.c.o
[ 79%] Building C object tests/CMakeFiles/aws-c-http-tests.dir/test_hpack.c.o
[ 80%] Building C object tests/CMakeFiles/aws-c-http-tests.dir/test_localhost_integ.c.o
[ 82%] Building C object tests/CMakeFiles/aws-c-http-tests.dir/test_message.c.o
[ 83%] Building C object tests/CMakeFiles/aws-c-http-tests.dir/test_no_proxy.c.o
[ 85%] Building C object tests/CMakeFiles/aws-c-http-tests.dir/test_proxy.c.o
[ 87%] Building C object tests/CMakeFiles/aws-c-http-tests.dir/test_random_access_set.c.o
[ 88%] Building C object tests/CMakeFiles/aws-c-http-tests.dir/test_stream_manager.c.o
[ 90%] Building C object tests/CMakeFiles/aws-c-http-tests.dir/test_strutil.c.o
[ 91%] Building C object tests/CMakeFiles/aws-c-http-tests.dir/test_tls.c.o
[ 93%] Building C object tests/CMakeFiles/aws-c-http-tests.dir/test_websocket_bootstrap.c.o
[ 95%] Building C object tests/CMakeFiles/aws-c-http-tests.dir/test_websocket_decoder.c.o
[ 96%] Building C object tests/CMakeFiles/aws-c-http-tests.dir/test_websocket_encoder.c.o
[ 98%] Building C object tests/CMakeFiles/aws-c-http-tests.dir/test_websocket_handler.c.o
[100%] Linking C executable aws-c-http-tests
[100%] Built target aws-c-http-tests
==> Entering fakeroot environment...
==> Starting package()...
-- Install configuration: "None"
-- Installing: /build/aws-c-http/pkg/aws-c-http/usr/lib/libaws-c-http.so.1.0.0
-- Installing: /build/aws-c-http/pkg/aws-c-http/usr/lib/libaws-c-http.so
-- Installing: /build/aws-c-http/pkg/aws-c-http/usr/include/aws/http/connection.h
-- Installing: /build/aws-c-http/pkg/aws-c-http/usr/include/aws/http/connection_manager.h
-- Installing: /build/aws-c-http/pkg/aws-c-http/usr/include/aws/http/exports.h
-- Installing: /build/aws-c-http/pkg/aws-c-http/usr/include/aws/http/http.h
-- Installing: /build/aws-c-http/pkg/aws-c-http/usr/include/aws/http/http2_stream_manager.h
-- Installing: /build/aws-c-http/pkg/aws-c-http/usr/include/aws/http/proxy.h
-- Installing: /build/aws-c-http/pkg/aws-c-http/usr/include/aws/http/request_response.h
-- Installing: /build/aws-c-http/pkg/aws-c-http/usr/include/aws/http/server.h
-- Installing: /build/aws-c-http/pkg/aws-c-http/usr/include/aws/http/statistics.h
-- Installing: /build/aws-c-http/pkg/aws-c-http/usr/include/aws/http/status_code.h
-- Installing: /build/aws-c-http/pkg/aws-c-http/usr/include/aws/http/websocket.h
-- Installing: /build/aws-c-http/pkg/aws-c-http/usr/lib/cmake/aws-c-http/shared/aws-c-http-targets.cmake
-- Installing: /build/aws-c-http/pkg/aws-c-http/usr/lib/cmake/aws-c-http/shared/aws-c-http-targets-none.cmake
-- Installing: /build/aws-c-http/pkg/aws-c-http/usr/lib/cmake/aws-c-http/aws-c-http-config.cmake
-- Installing: /build/aws-c-http/pkg/aws-c-http/usr/bin/elasticurl
-- Set non-toolchain portion of runtime path of "/build/aws-c-http/pkg/aws-c-http/usr/bin/elasticurl" to ""
-- Installing: /build/aws-c-http/pkg/aws-c-http/usr/bin/h2benchmark
-- Set non-toolchain portion of runtime path of "/build/aws-c-http/pkg/aws-c-http/usr/bin/h2benchmark" to ""
==> Tidying install...
-> Removing libtool files...
-> Purging unwanted files...
-> Removing static library files...
-> Stripping unneeded symbols from binaries and libraries...
-> Compressing man and info pages...
==> Checking for packaging issues...
==> WARNING: Package contains reference to $srcdir
usr/bin/elasticurl
usr/lib/libaws-c-http.so.1.0.0
==> Creating package "aws-c-http"...
-> Generating .PKGINFO file...
-> Generating .BUILDINFO file...
-> Generating .MTREE file...
-> Compressing package...
==> Leaving fakeroot environment.
==> Finished making: aws-c-http 0.10.7-1 (Sun Nov 2 08:42:55 2025)
==> Cleaning up...