FailedOk

th/SRPMS[OK]
th/x32[OK]
th/i686[OK]
th/x86_64[OK]

ac/SRPMS[OK]
ac/i386[OK]
ac/i586[OK]
ac/i686[OK]
ac/alpha[OK]
ac/amd64[OK]
ac/athlon[OK]
ac/ppc[OK]
ac/sparc[OK]
ac/sparc64[OK]

Advanced Search
main()
Powered by PLD Linux
(c) 2002-2025 PLD Team
$Revision: 1.37 $
Powered by /dev/zero.
Your IP: 18.97.9.171

python3-fasteners 0b770177-a663-4366-8342-d3e2b2ff1073

Status:Failed
Source URL:https://buildlogs.pld-linux.org/pld/th/x86_64/FAIL/python3-fasteners,0b770177-a663-4366-8342-d3e2b2ff1073.bz2
text/plain URL:View!
full text:View!
rpm -qa of builder:View!
Date:2025/05/08 17:51:55
Runtime:0:00:05.395516

Toc:

  • error 1
  • E ModuleNotFoundError: No module named 'diskcache'
  • error 2
  • error: Bad exit status from /tmp/B.9lqet3pi/BUILD/tmp/rpm-tmp.Jzye8s (%build)
  • error 3
  • RPM build errors:
  • error 4
  • error: No files produced.

Content:

writing top-level names to fasteners.egg-info/top_level.txt
ERROR setuptools_scm._file_finders.git listing git files failed - pretending there aren't any
reading manifest file 'fasteners.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
adding license file 'LICENSE'
writing manifest file 'fasteners.egg-info/SOURCES.txt'
* Building wheel...
/usr/share/python3.13/site-packages/setuptools/dist.py:759: SetuptoolsDeprecationWarning: License classifiers are deprecated.
!!

        ********************************************************************************
        Please consider removing the following classifiers in favor of a SPDX license expression:

        License :: OSI Approved :: Apache Software License

        See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details.
        ********************************************************************************

!!
  self._finalize_license_expression()
running bdist_wheel
running build
running build_py
creating build/lib/fasteners
copying fasteners/__init__.py -> build/lib/fasteners
copying fasteners/_utils.py -> build/lib/fasteners
copying fasteners/lock.py -> build/lib/fasteners
copying fasteners/process_lock.py -> build/lib/fasteners
copying fasteners/process_mechanism.py -> build/lib/fasteners
copying fasteners/version.py -> build/lib/fasteners
creating build/lib/fasteners/pywin32
copying fasteners/pywin32/__init__.py -> build/lib/fasteners/pywin32
copying fasteners/pywin32/pywintypes.py -> build/lib/fasteners/pywin32
copying fasteners/pywin32/win32con.py -> build/lib/fasteners/pywin32
copying fasteners/pywin32/win32file.py -> build/lib/fasteners/pywin32
installing to build/bdist.linux-x86_64/wheel
running install
running install_lib
creating build/bdist.linux-x86_64/wheel
creating build/bdist.linux-x86_64/wheel/fasteners
copying build/lib/fasteners/__init__.py -> build/bdist.linux-x86_64/wheel/./fasteners
copying build/lib/fasteners/_utils.py -> build/bdist.linux-x86_64/wheel/./fasteners
copying build/lib/fasteners/lock.py -> build/bdist.linux-x86_64/wheel/./fasteners
copying build/lib/fasteners/process_lock.py -> build/bdist.linux-x86_64/wheel/./fasteners
copying build/lib/fasteners/process_mechanism.py -> build/bdist.linux-x86_64/wheel/./fasteners
copying build/lib/fasteners/version.py -> build/bdist.linux-x86_64/wheel/./fasteners
creating build/bdist.linux-x86_64/wheel/fasteners/pywin32
copying build/lib/fasteners/pywin32/__init__.py -> build/bdist.linux-x86_64/wheel/./fasteners/pywin32
copying build/lib/fasteners/pywin32/pywintypes.py -> build/bdist.linux-x86_64/wheel/./fasteners/pywin32
copying build/lib/fasteners/pywin32/win32con.py -> build/bdist.linux-x86_64/wheel/./fasteners/pywin32
copying build/lib/fasteners/pywin32/win32file.py -> build/bdist.linux-x86_64/wheel/./fasteners/pywin32
running install_egg_info
running egg_info
writing fasteners.egg-info/PKG-INFO
writing dependency_links to fasteners.egg-info/dependency_links.txt
writing top-level names to fasteners.egg-info/top_level.txt
ERROR setuptools_scm._file_finders.git listing git files failed - pretending there aren't any
reading manifest file 'fasteners.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
adding license file 'LICENSE'
writing manifest file 'fasteners.egg-info/SOURCES.txt'
Copying fasteners.egg-info to build/bdist.linux-x86_64/wheel/./fasteners-0.19-py3.13.egg-info
running install_scripts
creating build/bdist.linux-x86_64/wheel/fasteners-0.19.dist-info/WHEEL
creating '/tmp/B.9lqet3pi/BUILD/python3-fasteners-0.19-build/fasteners-0.19/build-3/.tmp-k8c6q72e/fasteners-0.19-py3-none-any.whl' and adding 'build/bdist.linux-x86_64/wheel' to it
adding 'fasteners/__init__.py'
adding 'fasteners/_utils.py'
adding 'fasteners/lock.py'
adding 'fasteners/process_lock.py'
adding 'fasteners/process_mechanism.py'
adding 'fasteners/version.py'
adding 'fasteners/pywin32/__init__.py'
adding 'fasteners/pywin32/pywintypes.py'
adding 'fasteners/pywin32/win32con.py'
adding 'fasteners/pywin32/win32file.py'
adding 'fasteners-0.19.dist-info/licenses/LICENSE'
adding 'fasteners-0.19.dist-info/METADATA'
adding 'fasteners-0.19.dist-info/WHEEL'
adding 'fasteners-0.19.dist-info/top_level.txt'
adding 'fasteners-0.19.dist-info/RECORD'
removing build/bdist.linux-x86_64/wheel
Successfully built fasteners-0.19-py3-none-any.whl
+ /usr/bin/python3 -m zipfile -e build-3/fasteners-0.19-py3-none-any.whl build-3-test
+ PYTEST_DISABLE_PLUGIN_AUTOLOAD=1 PYTEST_PLUGINS='' /usr/bin/python3 -m pytest -o 'pythonpath=/tmp/B.9lqet3pi/BUILD/python3-fasteners-0.19-build/fasteners-0.19/build-3-test' tests
============================= test session starts ==============================
platform linux -- Python 3.13.2, pytest-8.3.5, pluggy-1.5.0
rootdir: /tmp/B.9lqet3pi/BUILD/python3-fasteners-0.19-build/fasteners-0.19
configfile: pyproject.toml
collected 44 items / 1 error

==================================== ERRORS ====================================
______________ ERROR collecting tests/test_reader_writer_lock.py _______________
ImportError while importing test module '/tmp/B.9lqet3pi/BUILD/python3-fasteners-0.19-build/fasteners-0.19/tests/test_reader_writer_lock.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
/usr/lib64/python3.13/importlib/__init__.py:88: in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
tests/test_reader_writer_lock.py:10: in <module>
    from diskcache import Cache
E   ModuleNotFoundError: No module named 'diskcache'
=========================== short test summary info ============================
ERROR tests/test_reader_writer_lock.py
!!!!!!!!!!!!!!!!!!!! Interrupted: 1 error during collection !!!!!!!!!!!!!!!!!!!!
=============================== 1 error in 0.26s ===============================
error: Bad exit status from /tmp/B.9lqet3pi/BUILD/tmp/rpm-tmp.Jzye8s (%build)

RPM build warnings:
    Could not canonicalize hostname: ymir

RPM build errors:
    Bad exit status from /tmp/B.9lqet3pi/BUILD/tmp/rpm-tmp.Jzye8s (%build)
ended at: Thu May  8 17:51:54 2025, done in 0:00:05.395516
error: No files produced.
+ chmod -R u+rwX /tmp/B.9lqet3pi/BUILD
+ rm -rf /tmp/B.9lqet3pi/tmp /tmp/B.9lqet3pi/BUILD
+ rm -rf /tmp/B.9lqet3pi
Begin-PLD-Builder-Info
Build-Time: user:6.80s sys:2.46s real:9.21s (faults io:0 non-io:214545)

End-PLD-Builder-Info
[Back to list of logs] [View rpm -qa of builder]