python-click 8.3.3-1.1 any, from extra failed
failed 2026-09-10T19:23:15Z on worker1-1, attempt 3 of 3: gave up
- job
- 5-1789029715-hegjon-test,python-click,8.3.3-1.1,any
- commit
- 54d41d54a998db13e9630e966c4b47fd57833162
- log
- /var/lib/archci/logs/hegjon-test/python-click/8.3.3-1.1/any/attempt-3.log
log 111 lines · first error at 74
1==> archci-build 5-1789029715-hegjon-test,python-click,8.3.3-1.1,any on worker1 at 2026-09-10T19:22:44Z2 repo=hegjon-test arch=any profile=extra chroot=/var/lib/archbuild/extra-x86_64 copy=archci-1 commit=54d41d54a998db13e9630e966c4b47fd578331623 pacman.conf=/var/lib/archci-worker/chroot-conf/hegjon-test-extra-x86_64.conf makepkg.conf=/usr/share/devtools/makepkg.conf.d/x86_64.conf cache=/var/cache/archci/pkg/hegjon-test-x86_64/4==> Fetching pkgbuilds/python-click at 54d41d54a998db13e9630e966c4b47fd57833162 from https://github.com/hegjon/omarchy-pkgs.git5==> Building python-click 8.3.3-1.1 in archci-16pam_unix(runuser:session): session opened for user archci(uid=968) by archci(uid=0)7==> Synchronizing chroot copy [/var/lib/archbuild/extra-x86_64/root] -> [archci-1]...done8 root : PWD=/var/lib/archci-worker/build/1/python-click ; USER=archci ; ENV=GNUPGHOME=/var/lib/archci-worker/gnupg ; COMMAND=/usr/bin/env SRCDEST=/var/lib/archci-worker/srcdest BUILDDIR=/tmp/makechrootpkg.FgVL42P1Ci makepkg --config=/var/lib/archbuild/extra-x86_64/archci-1/etc/makepkg.conf --verifysource -o9pam_unix(sudo:session): session opened for user archci(uid=968) by (uid=0)10==> Making package: python-click 8.3.3-1.1 (Thu Sep 10 19:22:48 2026)11==> Retrieving sources...12 -> Found python-click-8.3.3.tar.gz13==> Validating source files with b2sums...14 python-click-8.3.3.tar.gz ... Passed15pam_unix(sudo:session): session closed for user archci16 root : PWD=/var/lib/archci-worker/build/1/python-click ; USER=archci ; COMMAND=/usr/bin/bash -c '#012#011#011source PKGBUILD#012#011#011printf "%s\\n" "${pkgbase:-${pkgname}}" "${pkgname[@]}"#012'17pam_unix(sudo:session): session opened for user archci(uid=968) by (uid=0)18pam_unix(sudo:session): session closed for user archci19Note: in a future version of systemd-nspawn the default set of permitted socket address families will be restricted to AF_INET, AF_INET6 and AF_UNIX. Use --restrict-address-families= to configure the set of permitted socket address families, or set RestrictAddressFamilies= in a .nspawn file.20==> Making package: python-click 8.3.3-1.1 (Thu Sep 10 19:22:55 2026)21==> Checking runtime dependencies...22==> Checking buildtime dependencies...23==> Installing missing dependencies...24resolving dependencies...25looking for conflicting packages...26Package (9) New Version Net Change27hegjon-test/python-iniconfig 2.3.0-1 0.07 MiB28extra/python-packaging 26.3-1 1.58 MiB29hegjon-test/python-pluggy 1.6.0-3 0.22 MiB30hegjon-test/python-pygments 2.21.0-1 15.59 MiB31hegjon-test/python-pyproject-hooks 1.2.0-6.1 0.11 MiB32extra/python-build 1.6.0-1 0.33 MiB33hegjon-test/python-flit-core 4.0.2-1 0.36 MiB34hegjon-test/python-installer 1.0.1-1 0.21 MiB35hegjon-test/python-pytest 1:9.1.1-1 4.95 MiB36Total Installed Size: 23.42 MiB37:: Proceed with installation? [Y/n]38checking keyring...39checking package integrity...40loading package files...41checking for file conflicts...42:: Processing package changes...43installing python-packaging...44installing python-pyproject-hooks...45installing python-build...46Optional dependencies for python-build47 python-pip: to use as the Python package installer (default)48 python-uv: to use as the Python package installer49 python-virtualenv: to use virtualenv for build isolation50installing python-flit-core...51installing python-installer...52installing python-iniconfig...53installing python-pluggy...54installing python-pygments...55installing python-pytest...56:: Running post-transaction hooks...57(1/1) Arming ConditionNeedsUpdate...58==> Retrieving sources...59 -> Found python-click-8.3.3.tar.gz60==> WARNING: Skipping all source file integrity checks.61==> Extracting sources...62 -> Extracting python-click-8.3.3.tar.gz with bsdtar63==> Starting build()...64* Getting build dependencies for wheel...65* Building wheel...66Successfully built click-8.3.3-py3-none-any.whl67==> Starting check()...68============================= test session starts ==============================69platform linux -- Python 3.14.7, pytest-9.1.1, pluggy-1.6.070rootdir: /build/python-click/src/click-8.3.371configfile: pyproject.toml72testpaths: tests73collected 31372 items / 1 error / 30000 deselected / 1372 selected74==================================== ERRORS ====================================75_____________________ ERROR collecting tests/test_basic.py _____________________76/usr/lib/python3.14/site-packages/pluggy/_hooks.py:512: in __call__77 return self._hookexec(self.name, self._hookimpls.copy(), kwargs, firstresult)78 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^79/usr/lib/python3.14/site-packages/pluggy/_manager.py:120: in _hookexec80 return self._inner_hookexec(hook_name, methods, kwargs, firstresult)81 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^82/usr/lib/python3.14/site-packages/_pytest/python.py:250: in pytest_pycollect_makeitem83 return list(collector._genfunctions(name, obj))84 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^85/usr/lib/python3.14/site-packages/_pytest/python.py:476: in _genfunctions86 self.ihook.pytest_generate_tests.call_extra(methods, dict(metafunc=metafunc))87/usr/lib/python3.14/site-packages/pluggy/_hooks.py:573: in call_extra88 return self._hookexec(self.name, hookimpls, kwargs, firstresult)89 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^90/usr/lib/python3.14/site-packages/pluggy/_manager.py:120: in _hookexec91 return self._inner_hookexec(hook_name, methods, kwargs, firstresult)92 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^93/usr/lib/python3.14/site-packages/_pytest/python.py:124: in pytest_generate_tests94 metafunc.parametrize(*marker.args, **marker.kwargs, _param_mark=marker)95/usr/lib/python3.14/site-packages/_pytest/python.py:1316: in parametrize96 argnames, parametersets = ParameterSet._for_parametrize(97/usr/lib/python3.14/site-packages/_pytest/mark/structures.py:202: in _for_parametrize98 warnings.warn(99E pytest.PytestRemovedIn10Warning: Passing a non-Collection iterable to parametrize is deprecated.100E Test: tests/test_basic.py::test_boolean_conversion, argvalues type: chain101E Please convert to a list or tuple.102E See https://docs.pytest.org/en/stable/deprecations.html#parametrize-iterators103=========================== short test summary info ============================104ERROR tests/test_basic.py - pytest.PytestRemovedIn10Warning: Passing a non-Co...105!!!!!!!!!!!!!!!!!!!! Interrupted: 1 error during collection !!!!!!!!!!!!!!!!!!!!106====================== 30000 deselected, 1 error in 5.53s ======================107==> ERROR: A failure occurred in check().108 Aborting...109==> ERROR: Build failed, check /var/lib/archbuild/extra-x86_64/archci-1/build110==> makechrootpkg exited with 255111==> archci-build finished with 255 at 2026-09-10T19:23:14Z: