:: Synchronizing package databases... build-support-manual downloading... build-support downloading... core-staging downloading... extra-staging downloading... core-testing downloading... core downloading... extra-testing downloading... extra downloading... :: Starting full system upgrade... there is nothing to do ==> Building in chroot for [extra-staging-with-build-support] (i486)... ==> Synchronizing chroot copy [/var/lib/archbuild/extra-staging-with-build-support-i486/root] -> [build]...done ==> Making package: librepo 1.19.0-2.0 (Sun Dec 29 19:16:20 2024) ==> Retrieving sources... -> Found librepo-1.19.0.tar.gz -> Found gpgme-config.patch ==> Validating source files with sha256sums... librepo-1.19.0.tar.gz ... Passed gpgme-config.patch ... Passed gpg: Warning: using insecure memory! ==> Appending keys from archlinux32.gpg... gpg: Warning: using insecure memory! gpg: Warning: using insecure memory! gpg: Warning: using insecure memory! gpg: Warning: using insecure memory! gpg: Warning: using insecure memory! gpg: Warning: using insecure memory! gpg: Warning: using insecure memory! gpg: Warning: using insecure memory! gpg: Warning: using insecure memory! gpg: Warning: using insecure memory! gpg: Warning: using insecure memory! gpg: Warning: using insecure memory! gpg: Warning: using insecure memory! gpg: Warning: using insecure memory! ==> Updating trust database... gpg: Warning: using insecure memory! gpg: next trustdb check due at 2025-01-01 ==> Making package: librepo 1.19.0-2.0 (Sun Dec 29 19:16:29 2024) ==> Checking runtime dependencies... ==> Checking buildtime dependencies... ==> Installing missing dependencies... resolving dependencies... looking for conflicting packages... Packages (15) cppdap-1.58.0-2.0 hicolor-icon-theme-0.18-1.0 jsoncpp-1.9.6-3.0 libuv-1.49.2-1.0 mpdecimal-4.0.0-2.153 python-charset-normalizer-3.4.0-1.0 python-idna-3.10-1.0 python-urllib3-1.26.20-3.0 rhash-1.4.4-1.0 check-0.15.2-2.0 cmake-3.30.3-2.1 python-3.13.1-1.0 python-gpgme-1.23.2-6.3 python-pyxattr-0.8.1-2.1 python-requests-2.32.3-1.0 Total Installed Size: 128.85 MiB :: Proceed with installation? [Y/n] checking keyring... checking package integrity... loading package files... checking for file conflicts... :: 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 installing mpdecimal... installing python... Optional dependencies for python python-setuptools: for building Python packages using tooling that is usually bundled with Python python-pip: for installing Python packages using tooling that is usually bundled with Python python-pipx: for installing Python software not packaged on Arch Linux sqlite: for a default database integration [installed] xz: for lzma [installed] tk: for tkinter installing check... Optional dependencies for check check-docs: Documentation installing python-gpgme... installing python-pyxattr... installing python-charset-normalizer... installing python-idna... installing python-urllib3... Optional dependencies for python-urllib3 python-brotli: Brotli support python-certifi: security support python-cryptography: security support python-idna: security support [installed] python-pyopenssl: security support python-pysocks: SOCKS support installing python-requests... :: Running post-transaction hooks... (1/2) Arming ConditionNeedsUpdate... (2/2) Updating the info directory file... ==> Retrieving sources... -> Found librepo-1.19.0.tar.gz -> Found gpgme-config.patch ==> WARNING: Skipping all source file integrity checks. ==> Extracting sources... -> Extracting librepo-1.19.0.tar.gz with bsdtar ==> Starting prepare()... patching file CMakeLists.txt Hunk #1 succeeded at 39 (offset 2 lines). patching file librepo/CMakeLists.txt ==> 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/bin/cc - skipped -- Detecting C compile features -- Detecting C compile features - done -- Found PkgConfig: /usr/bin/pkg-config (found version "2.3.0") -- Checking for modules 'glib-2.0>=2.66;gio-2.0' -- Found glib-2.0, version 2.78.4 -- Found gio-2.0, version 2.78.4 -- Checking for one of the modules 'libcrypto;openssl' -- Checking for module 'libxml-2.0' -- Found libxml-2.0, version 2.13.5 -- Found CURL: /usr/lib/libcurl.so (found suitable version "8.11.1", minimum required is "7.52.0") -- Checking for one of the modules 'gpgme' CMake Warning (dev) at CMakeLists.txt:126 (FIND_PACKAGE): Policy CMP0148 is not set: The FindPythonInterp and FindPythonLibs modules are removed. Run "cmake --help-policy CMP0148" for policy details. Use the cmake_policy command to set the policy and suppress this warning. This warning is for project developers. Use -Wno-dev to suppress it. -- Found PythonInterp: /usr/bin/python3 (found suitable exact version "3.13.1") CMake Warning (dev) at CMakeLists.txt:127 (FIND_PACKAGE): Policy CMP0148 is not set: The FindPythonInterp and FindPythonLibs modules are removed. Run "cmake --help-policy CMP0148" for policy details. Use the cmake_policy command to set the policy and suppress this warning. This warning is for project developers. Use -Wno-dev to suppress it. -- Found PythonLibs: /usr/lib/libpython3.13.so (found version "3.13.1") Building python bindings -- Python3 install dir is /usr/lib/python3.13/site-packages -- Checking for module 'check' -- Found check, version 0.15.2 -- Configuring done (0.4s) -- Generating done (0.0s) -- Build files have been written to: /build/librepo/src/librepo-1.19.0/build make: Entering directory '/build/librepo/src/librepo-1.19.0/build' [ 1%] Building C object librepo/CMakeFiles/librepo.dir/checksum.c.o [ 3%] Building C object librepo/CMakeFiles/librepo.dir/downloader.c.o /build/librepo/src/librepo-1.19.0/librepo/downloader.c: In function ‘prepare_next_transfer’: /build/librepo/src/librepo-1.19.0/librepo/downloader.c:1623:9: warning: ‘CURLOPT_PROGRESSFUNCTION’ is deprecated: since 7.32.0. Use CURLOPT_XFERINFOFUNCTION [-Wdeprecated-declarations] 1623 | c_rc = curl_easy_setopt(h, CURLOPT_PROGRESSFUNCTION, lr_progresscb) || | ^~~~ In file included from /build/librepo/src/librepo-1.19.0/librepo/downloader.c:37: /usr/include/curl/curl.h:1309:3: note: declared here 1309 | CURLOPTDEPRECATED(CURLOPT_PROGRESSFUNCTION, CURLOPTTYPE_FUNCTIONPOINT, 56, | ^~~~~~~~~~~~~~~~~ [ 4%] Building C object librepo/CMakeFiles/librepo.dir/downloadtarget.c.o [ 6%] Building C object librepo/CMakeFiles/librepo.dir/fastestmirror.c.o [ 7%] Building C object librepo/CMakeFiles/librepo.dir/gpg.c.o [ 9%] Building C object librepo/CMakeFiles/librepo.dir/handle.c.o In file included from /usr/lib/glib-2.0/include/glibconfig.h:9, from /usr/include/glib-2.0/glib/gtypes.h:34, from /usr/include/glib-2.0/glib/galloca.h:34, from /usr/include/glib-2.0/glib.h:32, from /build/librepo/src/librepo-1.19.0/librepo/handle.c:25: In function ‘glib_autoptr_clear_GMainLoop’, inlined from ‘glib_autoptr_cleanup_GMainLoop’ at /usr/include/glib-2.0/glib/glib-autocleanups.h:65:1, inlined from ‘lr_handle_network_wait’ at /build/librepo/src/librepo-1.19.0/librepo/handle.c:939:26: /usr/include/glib-2.0/glib/gmacros.h:1355:10: warning: ‘loop’ may be used uninitialized [-Wmaybe-uninitialized] 1355 | { if (_ptr) (cleanup) ((ParentName *) _ptr); } \ | ^ /usr/include/glib-2.0/glib/gmacros.h:1371:3: note: in expansion of macro ‘_GLIB_DEFINE_AUTOPTR_CLEANUP_FUNCS’ 1371 | _GLIB_DEFINE_AUTOPTR_CLEANUP_FUNCS(TypeName, TypeName, func) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/glib-2.0/glib/glib-autocleanups.h:65:1: note: in expansion of macro ‘G_DEFINE_AUTOPTR_CLEANUP_FUNC’ 65 | G_DEFINE_AUTOPTR_CLEANUP_FUNC(GMainLoop, g_main_loop_unref) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /build/librepo/src/librepo-1.19.0/librepo/handle.c: In function ‘lr_handle_network_wait’: /build/librepo/src/librepo-1.19.0/librepo/handle.c:939:26: note: ‘loop’ was declared here 939 | g_autoptr(GMainLoop) loop; | ^~~~ [ 10%] Building C object librepo/CMakeFiles/librepo.dir/lrmirrorlist.c.o [ 12%] Building C object librepo/CMakeFiles/librepo.dir/metalink.c.o [ 13%] Building C object librepo/CMakeFiles/librepo.dir/metadata_downloader.c.o [ 15%] Building C object librepo/CMakeFiles/librepo.dir/mirrorlist.c.o [ 16%] Building C object librepo/CMakeFiles/librepo.dir/package_downloader.c.o [ 18%] Building C object librepo/CMakeFiles/librepo.dir/rcodes.c.o [ 20%] Building C object librepo/CMakeFiles/librepo.dir/repoconf.c.o [ 21%] Building C object librepo/CMakeFiles/librepo.dir/repomd.c.o [ 23%] Building C object librepo/CMakeFiles/librepo.dir/repoutil_yum.c.o [ 24%] Building C object librepo/CMakeFiles/librepo.dir/result.c.o [ 26%] Building C object librepo/CMakeFiles/librepo.dir/url_substitution.c.o [ 27%] Building C object librepo/CMakeFiles/librepo.dir/util.c.o [ 29%] Building C object librepo/CMakeFiles/librepo.dir/xmlparser.c.o [ 30%] Building C object librepo/CMakeFiles/librepo.dir/yum.c.o [ 32%] Building C object librepo/CMakeFiles/librepo.dir/gpg_gpgme.c.o [ 33%] Linking C shared library librepo.so [ 33%] Built target librepo [ 35%] Building C object librepo/python/CMakeFiles/_librepo.dir/downloader-py.c.o [ 36%] Building C object librepo/python/CMakeFiles/_librepo.dir/exception-py.c.o [ 38%] Building C object librepo/python/CMakeFiles/_librepo.dir/handle-py.c.o [ 40%] Building C object librepo/python/CMakeFiles/_librepo.dir/librepomodule.c.o In file included from /build/librepo/src/librepo-1.19.0/librepo/python/librepomodule.c:35: /build/librepo/src/librepo-1.19.0/librepo/python/globalstate-py.h:84:1: warning: ‘gil_logger_hack_end’ defined but not used [-Wunused-function] 84 | gil_logger_hack_end(int hack_begin_rc) | ^~~~~~~~~~~~~~~~~~~ /build/librepo/src/librepo-1.19.0/librepo/python/globalstate-py.h:60:1: warning: ‘gil_logger_hack_begin’ defined but not used [-Wunused-function] 60 | gil_logger_hack_begin(PyThreadState **state) | ^~~~~~~~~~~~~~~~~~~~~ [ 41%] Building C object librepo/python/CMakeFiles/_librepo.dir/logging.c.o [ 43%] Building C object librepo/python/CMakeFiles/_librepo.dir/metadatadownloader-py.c.o [ 44%] Building C object librepo/python/CMakeFiles/_librepo.dir/metadatatarget-py.c.o [ 46%] Building C object librepo/python/CMakeFiles/_librepo.dir/packagedownloader-py.c.o [ 47%] Building C object librepo/python/CMakeFiles/_librepo.dir/packagetarget-py.c.o [ 49%] Building C object librepo/python/CMakeFiles/_librepo.dir/result-py.c.o [ 50%] Building C object librepo/python/CMakeFiles/_librepo.dir/typeconversion.c.o [ 52%] Building C object librepo/python/CMakeFiles/_librepo.dir/yum-py.c.o [ 53%] Linking C shared library librepo/_librepo.so [ 53%] Built target _librepo [ 55%] Building C object tests/CMakeFiles/test_main.dir/fixtures.c.o [ 56%] Building C object tests/CMakeFiles/test_main.dir/test_checksum.c.o [ 58%] Building C object tests/CMakeFiles/test_main.dir/test_downloader.c.o [ 60%] Building C object tests/CMakeFiles/test_main.dir/test_gpg.c.o [ 61%] Building C object tests/CMakeFiles/test_main.dir/test_handle.c.o [ 63%] Building C object tests/CMakeFiles/test_main.dir/test_lrmirrorlist.c.o [ 64%] Building C object tests/CMakeFiles/test_main.dir/test_main.c.o [ 66%] Building C object tests/CMakeFiles/test_main.dir/test_metalink.c.o [ 67%] Building C object tests/CMakeFiles/test_main.dir/test_mirrorlist.c.o [ 69%] Building C object tests/CMakeFiles/test_main.dir/test_package_downloader.c.o [ 70%] Building C object tests/CMakeFiles/test_main.dir/test_repoconf.c.o [ 72%] Building C object tests/CMakeFiles/test_main.dir/test_repomd.c.o [ 73%] Building C object tests/CMakeFiles/test_main.dir/test_repo_zck.c.o [ 75%] Building C object tests/CMakeFiles/test_main.dir/testsys.c.o [ 76%] Building C object tests/CMakeFiles/test_main.dir/test_url_substitution.c.o [ 78%] Building C object tests/CMakeFiles/test_main.dir/test_util.c.o [ 80%] Building C object tests/CMakeFiles/test_main.dir/test_version.c.o [ 81%] Linking C executable test_main [ 81%] Built target test_main [ 83%] Building C object examples/c/CMakeFiles/download_low_level_api.dir/download_low_level_api.c.o [ 84%] Linking C executable download_low_level_api [ 84%] Built target download_low_level_api [ 86%] Building C object examples/c/CMakeFiles/download_packages.dir/download_packages.c.o [ 87%] Linking C executable download_packages [ 87%] Built target download_packages [ 89%] Building C object examples/c/CMakeFiles/download_repo.dir/download_repo.c.o [ 90%] Linking C executable download_repo [ 90%] Built target download_repo [ 92%] Building C object examples/c/CMakeFiles/download_repo_with_callback.dir/download_repo_with_callback.c.o [ 93%] Linking C executable download_repo_with_callback [ 93%] Built target download_repo_with_callback [ 95%] Building C object examples/c/CMakeFiles/fastestmirror.dir/fastestmirror.c.o [ 96%] Linking C executable fastestmirror [ 96%] Built target fastestmirror [ 98%] Building C object examples/c/CMakeFiles/fastestmirror_with_callback.dir/fastestmirror_with_callback.c.o [100%] Linking C executable fastestmirror_with_callback [100%] Built target fastestmirror_with_callback make: Leaving directory '/build/librepo/src/librepo-1.19.0/build' ==> Starting check()... make: Entering directory '/build/librepo/src/librepo-1.19.0/build' Running tests... UpdateCTestConfiguration from :/build/librepo/src/librepo-1.19.0/build/DartConfiguration.tcl UpdateCTestConfiguration from :/build/librepo/src/librepo-1.19.0/build/DartConfiguration.tcl Test project /build/librepo/src/librepo-1.19.0/build Constructing a list of tests Done constructing a list of tests Updating test list for fixtures Added 0 tests to meet fixture requirements Checking test dependency graph... Checking test dependency graph end test 1 Start 1: test_main 1: Test command: /build/librepo/src/librepo-1.19.0/build/tests/run_tests.sh 1: Working Directory: /build/librepo/src/librepo-1.19.0/build/tests 1: Test timeout computed to be: 10000000 1: Tests using directory: /tmp/librepoIBVJ3u 1: Running suite(s): checksum 1: gpg 1: handle 1: 1: (process:3030): librepo-WARNING **: 19:16:48.602: WARNING! Deprecated LRO_MIRRORLIST used 1: 1: (process:3030): librepo-WARNING **: 19:16:48.603: WARNING! Deprecated LRO_MIRRORLIST used 1: internal_mirrorlist 1: metalink 1: mirrorlist 1: package_downloader 1: repoconf 1: repomd 1: url_substitution 1: util 1: version 1: 100%: Checks: 48, Failures: 0, Errors: 0 1/2 Test #1: test_main ........................ Passed 0.14 sec test 2 Start 2: test_python 2: Test command: /build/librepo/src/librepo-1.19.0/build/tests/python/tests/run_unittests.sh "-s" "/build/librepo/src/librepo-1.19.0/tests/python/tests" 2: Working Directory: /build/librepo/src/librepo-1.19.0/build/tests/python/tests 2: Test timeout computed to be: 10000000 2: ./build/librepo/src/librepo-1.19.0/build/librepo/python/librepo/__init__.py:1525: DeprecationWarning: Using string value for LRO_URLS is deprecated, use list of strings instead 2: warnings.warn("Using string value for LRO_URLS is deprecated, " \ 2: 2: (process:3072): librepo-WARNING **: 19:16:48.725: WARNING! Deprecated LRO_MIRRORLIST used 2: 2: (process:3072): librepo-WARNING **: 19:16:48.725: WARNING! Deprecated LRO_MIRRORLIST used 2: 2: (process:3072): librepo-WARNING **: 19:16:48.725: WARNING! Deprecated LRO_MIRRORLIST used 2: . 2: (process:3072): librepo-WARNING **: 19:16:48.725: WARNING! Deprecated LRO_MIRRORLIST used 2: 2: (process:3072): librepo-WARNING **: 19:16:48.725: WARNING! Deprecated LRO_MIRRORLIST used 2: 2: (process:3072): librepo-WARNING **: 19:16:48.725: WARNING! Deprecated LRO_MIRRORLIST used 2: .......EEEE 2: ====================================================================== 2: ERROR: tests.test_yum (unittest.loader._FailedTest.tests.test_yum) 2: ---------------------------------------------------------------------- 2: ImportError: Failed to import test module: tests.test_yum 2: Traceback (most recent call last): 2: File "/usr/lib/python3.13/unittest/loader.py", line 396, in _find_test_path 2: module = self._get_module_from_name(name) 2: File "/usr/lib/python3.13/unittest/loader.py", line 339, in _get_module_from_name 2: __import__(name) 2: ~~~~~~~~~~^^^^^^ 2: File "/build/librepo/src/librepo-1.19.0/tests/python/tests/test_yum.py", line 6, in 2: from tests.base import TestCase, TEST_DATA 2: File "/build/librepo/src/librepo-1.19.0/tests/python/tests/base.py", line 6, in 2: import requests 2: ModuleNotFoundError: No module named 'requests' 2: 2: 2: ====================================================================== 2: ERROR: tests.test_yum_package_downloading (unittest.loader._FailedTest.tests.test_yum_package_downloading) 2: ---------------------------------------------------------------------- 2: ImportError: Failed to import test module: tests.test_yum_package_downloading 2: Traceback (most recent call last): 2: File "/usr/lib/python3.13/unittest/loader.py", line 396, in _find_test_path 2: module = self._get_module_from_name(name) 2: File "/usr/lib/python3.13/unittest/loader.py", line 339, in _get_module_from_name 2: __import__(name) 2: ~~~~~~~~~~^^^^^^ 2: File "/build/librepo/src/librepo-1.19.0/tests/python/tests/test_yum_package_downloading.py", line 8, in 2: import xattr 2: ModuleNotFoundError: No module named 'xattr' 2: 2: 2: ====================================================================== 2: ERROR: tests.test_yum_repo_downloading (unittest.loader._FailedTest.tests.test_yum_repo_downloading) 2: ---------------------------------------------------------------------- 2: ImportError: Failed to import test module: tests.test_yum_repo_downloading 2: Traceback (most recent call last): 2: File "/usr/lib/python3.13/unittest/loader.py", line 396, in _find_test_path 2: module = self._get_module_from_name(name) 2: File "/usr/lib/python3.13/unittest/loader.py", line 339, in _get_module_from_name 2: __import__(name) 2: ~~~~~~~~~~^^^^^^ 2: File "/build/librepo/src/librepo-1.19.0/tests/python/tests/test_yum_repo_downloading.py", line 10, in 2: from tests.base import Context, TestCaseWithServer, TEST_DATA 2: File "/build/librepo/src/librepo-1.19.0/tests/python/tests/base.py", line 6, in 2: import requests 2: ModuleNotFoundError: No module named 'requests' 2: 2: 2: ====================================================================== 2: ERROR: tests.test_yum_repo_locating (unittest.loader._FailedTest.tests.test_yum_repo_locating) 2: ---------------------------------------------------------------------- 2: ImportError: Failed to import test module: tests.test_yum_repo_locating 2: Traceback (most recent call last): 2: File "/usr/lib/python3.13/unittest/loader.py", line 396, in _find_test_path 2: module = self._get_module_from_name(name) 2: File "/usr/lib/python3.13/unittest/loader.py", line 339, in _get_module_from_name 2: __import__(name) 2: ~~~~~~~~~~^^^^^^ 2: File "/build/librepo/src/librepo-1.19.0/tests/python/tests/test_yum_repo_locating.py", line 7, in 2: from tests.base import Context, TestCase, TEST_DATA 2: File "/build/librepo/src/librepo-1.19.0/tests/python/tests/base.py", line 6, in 2: import requests 2: ModuleNotFoundError: No module named 'requests' 2: 2: 2: ---------------------------------------------------------------------- 2: Ran 13 tests in 0.002s 2: 2: FAILED (errors=4) 2/2 Test #2: test_python ......................***Failed 0.10 sec 50% tests passed, 1 tests failed out of 2 Total Test time (real) = 0.24 sec The following tests FAILED: 2 - test_python (Failed) Errors while running CTest Output from these tests are in: /build/librepo/src/librepo-1.19.0/build/Testing/Temporary/LastTest.log Use "--rerun-failed --output-on-failure" to re-run the failed cases verbosely. make: *** [Makefile:71: test] Error 8 make: Leaving directory '/build/librepo/src/librepo-1.19.0/build' ==> ERROR: A failure occurred in check(). Aborting... ==> ERROR: Build failed, check /var/lib/archbuild/extra-staging-with-build-support-i486/build/build used straw: :with_build_support: build@euronuc-i486