See
<https://ci-builds.apache.org/job/Allura/job/Allura-py3.14/323/display/redirect?page=changes>
Changes:
[Dillon Walls] [#8594] Upgrade ActivityStream 0.5.1 -> no upgrade, and its
deps: pymongo,dnspython
[Dillon Walls] [#8594] Upgrade aiosmtpd 1.4.6 -> no upgrade, and its deps:
atpublic,attrs
[Dillon Walls] [#8594] Upgrade beautifulsoup4 4.14.2 -> 4.14.3, and its deps:
soupsieve,typing_extensions
[Dillon Walls] [#8594] Upgrade beaker-session-jwt 1.0.4 -> no upgrade, and its
deps: Beaker,joserfc,cryptography,cffi,pycparser,pymongo,dnspython
[Dillon Walls] [#8594] Upgrade defopt 7.0.0 -> no upgrade, and its deps:
docutils,sphinxcontrib-napoleon,pockets,six,six
[Dillon Walls] [#8594] Upgrade GitPython 3.1.45 -> 3.1.46, and its deps:
gitdb,smmap
[Dillon Walls] [#8594] Upgrade pillow 11.3.0 -> 12.1.0
[Dillon Walls] [#8594] Upgrade pyasynchat 1.0.4 -> 1.0.5, and its deps:
pyasyncore
[Dillon Walls] [#8594] Upgrade Pypeline 0.7.0 -> no upgrade, and its deps:
bleach,webencodings,html5lib,six,webencodings,textile,nh3,regex,docutils
[Dillon Walls] [#8594] Upgrade pysolr 3.10.0 -> 3.11.0, and its deps:
requests,certifi,charset-normalizer,idna,urllib3,setuptools
[Dillon Walls] [#8594] Upgrade wrapt 1.17.3 -> 2.0.1
[Dillon Walls] [#8594] Upgrade ruff 0.14.0 -> 0.14.14
[Dillon Walls] [#8594] Upgrade testfixtures 9.2.0 -> 10.0.0
[Dillon Walls] [#8594] Upgrade pytest 8.4.2 -> 9.0.2, and its deps:
iniconfig,packaging,pluggy,Pygments
[Dillon Walls] [#8594] Upgrade pytest-xdist 3.8.0 -> no upgrade, and its deps:
execnet,pytest,iniconfig,packaging,pluggy,Pygments
[Dillon Walls] [#8594] Upgrade pytest-sugar 1.1.1 -> no upgrade, and its deps:
pytest,iniconfig,packaging,pluggy,Pygments,termcolor
[Dillon Walls] [#8594] Upgrade gunicorn 23.0.0 -> 24.1.1, and its deps:
packaging
[Dillon Walls] [#8594] Upgrade pre_commit 4.3.0 -> 4.5.1, and its deps:
cfgv,identify,nodeenv,PyYAML,virtualenv,distlib,filelock,platformdirs
[Dillon Walls] [#8594] Upgrade boto3 1.40.51 -> 1.42.39, and its deps:
botocore,jmespath,python-dateutil,six,urllib3,jmespath,s3transfer,botocore,jmespath,python-dateutil,six,urllib3
[Dillon Walls] [#8594] Upgrade wrapt 1.17.3 -> 2.1.0
[Dillon Walls] [#8594] Upgrade gunicorn 23.0.0 -> 25.0.0, and its deps:
packaging
[Dillon Walls] [#8594] ran pre-commit autoupdate and added new format flag for
giticket
[Dillon Walls] [#8594] replaced wrapt.formatargspec with inspect.signature
since it was removed from wrapt on the latest version
[Dillon Walls] [#8594] adding one ruff rule to the ignore list
------------------------------------------
[...truncated 219.53 KiB...]
ERROR allura/tests/unit/controllers/test_auth.py - ImportError while importin...
ERROR allura/tests/unit/controllers/test_discussion_moderation_controller.py
ERROR allura/tests/unit/controllers/test_dispatch_index.py - ImportError whil...
ERROR allura/tests/unit/phone/test_nexmo.py - ImportError while importing tes...
ERROR allura/tests/unit/phone/test_phone_service.py - ImportError while impor...
ERROR allura/tests/unit/spam/test_akismet.py - ImportError while importing te...
ERROR allura/tests/unit/spam/test_spam_filter.py - ImportError while importin...
ERROR allura/tests/unit/spam/test_stopforumspam.py - ImportError while import...
ERROR allura/tests/unit/test_app.py - ImportError while importing test module...
ERROR allura/tests/unit/test_artifact.py - ImportError while importing test m...
ERROR allura/tests/unit/test_discuss.py - ImportError while importing test mo...
ERROR allura/tests/unit/test_helpers/test_ago.py - ImportError while importin...
ERROR allura/tests/unit/test_helpers/test_set_context.py - ImportError while ...
ERROR allura/tests/unit/test_ldap_auth_provider.py - ImportError while import...
ERROR allura/tests/unit/test_mixins.py - ImportError while importing test mod...
ERROR allura/tests/unit/test_package_path_loader.py - ImportError while impor...
ERROR allura/tests/unit/test_post_model.py - ImportError while importing test...
ERROR allura/tests/unit/test_project.py - ImportError while importing test mo...
ERROR allura/tests/unit/test_repo.py - ImportError while importing test modul...
ERROR allura/tests/unit/test_session.py - ImportError while importing test mo...
ERROR allura/tests/unit/test_sitemapentry.py - ImportError while importing te...
ERROR allura/tests/unit/test_solr.py - ImportError while importing test modul...
============================= 76 errors in 14.00s ==============================
finished `pytest --junit-xml=pytest.junit.xml -n 4 --dist loadfile` in
ForgeTracker, with returncode: 1
finished `pytest allura/tests/ --junit-xml=pytest.junit.xml -n 4 --dist
loadfile` in Allura, with returncode: 1
............................... [100%]
==================================== ERRORS ====================================
___ ERROR collecting ForgeImporters/forgeimporters/github/tests/test_code.py ___
ImportError while importing test module
'/allura/ForgeImporters/forgeimporters/github/tests/test_code.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
/usr/lib/python3.14/importlib/__init__.py:88: in import_module
return _bootstrap._gcd_import(name[level:], package, level)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
forgeimporters/github/tests/test_code.py:21: in <module>
from allura.tests import TestController
../Allura/allura/tests/__init__.py:20: in <module>
import alluratest.controller
../AlluraTest/alluratest/controller.py:32: in <module>
from paste.script.appinstall import SetupCommand
/allura-data/virtualenv/lib/python3.14/site-packages/paste/script/appinstall.py:12:
in <module>
from paste.script import copydir
/allura-data/virtualenv/lib/python3.14/site-packages/paste/script/copydir.py:4:
in <module>
import pkg_resources
E ModuleNotFoundError: No module named 'pkg_resources'
__ ERROR collecting ForgeImporters/forgeimporters/github/tests/test_oauth.py ___
ImportError while importing test module
'/allura/ForgeImporters/forgeimporters/github/tests/test_oauth.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
/usr/lib/python3.14/importlib/__init__.py:88: in import_module
return _bootstrap._gcd_import(name[level:], package, level)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
forgeimporters/github/tests/test_oauth.py:18: in <module>
from alluratest.controller import setup_unit_test
../AlluraTest/alluratest/controller.py:32: in <module>
from paste.script.appinstall import SetupCommand
/allura-data/virtualenv/lib/python3.14/site-packages/paste/script/appinstall.py:12:
in <module>
from paste.script import copydir
/allura-data/virtualenv/lib/python3.14/site-packages/paste/script/copydir.py:4:
in <module>
import pkg_resources
E ModuleNotFoundError: No module named 'pkg_resources'
_ ERROR collecting ForgeImporters/forgeimporters/github/tests/test_tracker.py __
ImportError while importing test module
'/allura/ForgeImporters/forgeimporters/github/tests/test_tracker.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
/usr/lib/python3.14/importlib/__init__.py:88: in import_module
return _bootstrap._gcd_import(name[level:], package, level)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
forgeimporters/github/tests/test_tracker.py:21: in <module>
from allura.tests import TestController
../Allura/allura/tests/__init__.py:20: in <module>
import alluratest.controller
../AlluraTest/alluratest/controller.py:32: in <module>
from paste.script.appinstall import SetupCommand
/allura-data/virtualenv/lib/python3.14/site-packages/paste/script/appinstall.py:12:
in <module>
from paste.script import copydir
/allura-data/virtualenv/lib/python3.14/site-packages/paste/script/copydir.py:4:
in <module>
import pkg_resources
E ModuleNotFoundError: No module named 'pkg_resources'
___ ERROR collecting ForgeImporters/forgeimporters/github/tests/test_wiki.py ___
ImportError while importing test module
'/allura/ForgeImporters/forgeimporters/github/tests/test_wiki.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
/usr/lib/python3.14/importlib/__init__.py:88: in import_module
return _bootstrap._gcd_import(name[level:], package, level)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
forgeimporters/github/tests/test_wiki.py:24: in <module>
from allura.tests import TestController
../Allura/allura/tests/__init__.py:20: in <module>
import alluratest.controller
../AlluraTest/alluratest/controller.py:32: in <module>
from paste.script.appinstall import SetupCommand
/allura-data/virtualenv/lib/python3.14/site-packages/paste/script/appinstall.py:12:
in <module>
from paste.script import copydir
/allura-data/virtualenv/lib/python3.14/site-packages/paste/script/copydir.py:4:
in <module>
import pkg_resources
E ModuleNotFoundError: No module named 'pkg_resources'
_ ERROR collecting ForgeImporters/forgeimporters/tests/forge/test_discussion.py
_
ImportError while importing test module
'/allura/ForgeImporters/forgeimporters/tests/forge/test_discussion.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
/usr/lib/python3.14/importlib/__init__.py:88: in import_module
return _bootstrap._gcd_import(name[level:], package, level)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
forgeimporters/tests/forge/test_discussion.py:25: in <module>
from allura.tests import TestController
../Allura/allura/tests/__init__.py:20: in <module>
import alluratest.controller
../AlluraTest/alluratest/controller.py:32: in <module>
from paste.script.appinstall import SetupCommand
/allura-data/virtualenv/lib/python3.14/site-packages/paste/script/appinstall.py:12:
in <module>
from paste.script import copydir
/allura-data/virtualenv/lib/python3.14/site-packages/paste/script/copydir.py:4:
in <module>
import pkg_resources
E ModuleNotFoundError: No module named 'pkg_resources'
__ ERROR collecting ForgeImporters/forgeimporters/tests/forge/test_tracker.py __
ImportError while importing test module
'/allura/ForgeImporters/forgeimporters/tests/forge/test_tracker.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
/usr/lib/python3.14/importlib/__init__.py:88: in import_module
return _bootstrap._gcd_import(name[level:], package, level)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
forgeimporters/tests/forge/test_tracker.py:26: in <module>
from allura.tests import TestController
../Allura/allura/tests/__init__.py:20: in <module>
import alluratest.controller
../AlluraTest/alluratest/controller.py:32: in <module>
from paste.script.appinstall import SetupCommand
/allura-data/virtualenv/lib/python3.14/site-packages/paste/script/appinstall.py:12:
in <module>
from paste.script import copydir
/allura-data/virtualenv/lib/python3.14/site-packages/paste/script/copydir.py:4:
in <module>
import pkg_resources
E ModuleNotFoundError: No module named 'pkg_resources'
_ ERROR collecting
ForgeImporters/forgeimporters/tests/github/functional/test_github.py _
ImportError while importing test module
'/allura/ForgeImporters/forgeimporters/tests/github/functional/test_github.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
/usr/lib/python3.14/importlib/__init__.py:88: in import_module
return _bootstrap._gcd_import(name[level:], package, level)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
forgeimporters/tests/github/functional/test_github.py:21: in <module>
from allura.tests import TestController
../Allura/allura/tests/__init__.py:20: in <module>
import alluratest.controller
../AlluraTest/alluratest/controller.py:32: in <module>
from paste.script.appinstall import SetupCommand
/allura-data/virtualenv/lib/python3.14/site-packages/paste/script/appinstall.py:12:
in <module>
from paste.script import copydir
/allura-data/virtualenv/lib/python3.14/site-packages/paste/script/copydir.py:4:
in <module>
import pkg_resources
E ModuleNotFoundError: No module named 'pkg_resources'
______ ERROR collecting ForgeImporters/forgeimporters/tests/test_base.py _______
ImportError while importing test module
'/allura/ForgeImporters/forgeimporters/tests/test_base.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
/usr/lib/python3.14/importlib/__init__.py:88: in import_module
return _bootstrap._gcd_import(name[level:], package, level)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
forgeimporters/tests/test_base.py:26: in <module>
from allura.tests.test_helpers import httpbin_domain
../Allura/allura/tests/__init__.py:20: in <module>
import alluratest.controller
../AlluraTest/alluratest/controller.py:32: in <module>
from paste.script.appinstall import SetupCommand
/allura-data/virtualenv/lib/python3.14/site-packages/paste/script/appinstall.py:12:
in <module>
from paste.script import copydir
/allura-data/virtualenv/lib/python3.14/site-packages/paste/script/copydir.py:4:
in <module>
import pkg_resources
E ModuleNotFoundError: No module named 'pkg_resources'
_ ERROR collecting
ForgeImporters/forgeimporters/trac/tests/functional/test_trac.py _
ImportError while importing test module
'/allura/ForgeImporters/forgeimporters/trac/tests/functional/test_trac.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
/usr/lib/python3.14/importlib/__init__.py:88: in import_module
return _bootstrap._gcd_import(name[level:], package, level)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
forgeimporters/trac/tests/functional/test_trac.py:22: in <module>
from allura.tests import TestController
../Allura/allura/tests/__init__.py:20: in <module>
import alluratest.controller
../AlluraTest/alluratest/controller.py:32: in <module>
from paste.script.appinstall import SetupCommand
/allura-data/virtualenv/lib/python3.14/site-packages/paste/script/appinstall.py:12:
in <module>
from paste.script import copydir
/allura-data/virtualenv/lib/python3.14/site-packages/paste/script/copydir.py:4:
in <module>
import pkg_resources
E ModuleNotFoundError: No module named 'pkg_resources'
__ ERROR collecting ForgeImporters/forgeimporters/trac/tests/test_tickets.py ___
ImportError while importing test module
'/allura/ForgeImporters/forgeimporters/trac/tests/test_tickets.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
/usr/lib/python3.14/importlib/__init__.py:88: in import_module
return _bootstrap._gcd_import(name[level:], package, level)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
forgeimporters/trac/tests/test_tickets.py:28: in <module>
from allura.tests import TestController
../Allura/allura/tests/__init__.py:20: in <module>
import alluratest.controller
../AlluraTest/alluratest/controller.py:32: in <module>
from paste.script.appinstall import SetupCommand
/allura-data/virtualenv/lib/python3.14/site-packages/paste/script/appinstall.py:12:
in <module>
from paste.script import copydir
/allura-data/virtualenv/lib/python3.14/site-packages/paste/script/copydir.py:4:
in <module>
import pkg_resources
E ModuleNotFoundError: No module named 'pkg_resources'
--------- generated xml file: /allura/ForgeImporters/pytest.junit.xml ----------
=========================== short test summary info ============================
ERROR forgeimporters/github/tests/test_code.py - ImportError while importing ...
ERROR forgeimporters/github/tests/test_oauth.py - ImportError while importing...
ERROR forgeimporters/github/tests/test_tracker.py - ImportError while importi...
ERROR forgeimporters/github/tests/test_wiki.py - ImportError while importing ...
ERROR forgeimporters/tests/forge/test_discussion.py - ImportError while impor...
ERROR forgeimporters/tests/forge/test_tracker.py - ImportError while importin...
ERROR forgeimporters/tests/github/functional/test_github.py - ImportError whi...
ERROR forgeimporters/tests/test_base.py - ImportError while importing test mo...
ERROR forgeimporters/trac/tests/functional/test_trac.py - ImportError while i...
ERROR forgeimporters/trac/tests/test_tickets.py - ImportError while importing...
======================== 31 passed, 10 errors in 14.78s ========================
finished `pytest --junit-xml=pytest.junit.xml -n 4 --dist loadfile` in
ForgeImporters, with returncode: 1
. [100%]
----------- generated xml file: /allura/AlluraTest/pytest.junit.xml ------------
============================== 1 passed in 47.76s ==============================
finished `pytest --junit-xml=pytest.junit.xml -n 4 --dist loadfile` in
AlluraTest, with returncode: 0
=============================================================================
Shutdown
=============================================================================
Container allura-web-1 Stopping
Container allura-web-1 Stopped
Container allura-web-1 Removing
Container allura-web-1 Removed
Container allura-mongo-1 Stopping
Container allura-solr-1 Stopping
Container allura-mongo-1 Stopped
Container allura-mongo-1 Removing
Container allura-mongo-1 Removed
Container allura-solr-1 Stopped
Container allura-solr-1 Removing
Container allura-solr-1 Removed
Network allura_default Removing
Network allura_default Removed
Total reclaimed space: 0B
Deleted Volumes:
2c29a1faac5a359293429aa3501162c45f1b0dd1d130ce9714af913104d3496d
Total reclaimed space: 0B
Build step 'Execute shell' marked build as failure
Recording test results
[Checks API] No suitable checks publisher found.