Skip to content
Failed

Console Output

Started by user score
Running as SYSTEM
Building in workspace /var/lib/jenkins/workspace/pkgbuilds/python-dephell-markers
The recommended git tool is: NONE
No credentials specified
 > git rev-parse --resolve-git-dir /var/lib/jenkins/workspace/pkgbuilds/python-dephell-markers/.git # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://aur.archlinux.org/python-dephell-markers.git # timeout=10
Fetching upstream changes from https://aur.archlinux.org/python-dephell-markers.git
 > git --version # timeout=10
 > git --version # 'git version 2.39.2'
 > git fetch --tags --force --progress -- https://aur.archlinux.org/python-dephell-markers.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git rev-parse refs/remotes/origin/master^{commit} # timeout=10
Checking out Revision c30efdb0e8b9aa10eed8ec8e047b1f332b637952 (refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f c30efdb0e8b9aa10eed8ec8e047b1f332b637952 # timeout=10
Commit message: "import from community"
 > git rev-list --no-walk c30efdb0e8b9aa10eed8ec8e047b1f332b637952 # timeout=10
[python-dephell-markers] $ /bin/sh -xe /tmp/jenkins5194320720154907858.sh
+ '[' -e PKGBUILD ']'
+ '[' -n 'pkgrel=$pkgrel.1' ']'
+ trap 'mv -v PKGBUILD.real PKGBUILD' EXIT
+ mv PKGBUILD PKGBUILD.real
+ cat PKGBUILD.real
+ printf '\n%s\n' 'pkgrel=$pkgrel.1'
+ rm -vf python-dephell-markers-1.0.3-2-any.pkg.tar.zst python-dephell-markers-1.0.3-2-any.pkg.tar.zst.sig
removed 'python-dephell-markers-1.0.3-2-any.pkg.tar.zst'
removed 'python-dephell-markers-1.0.3-2-any.pkg.tar.zst.sig'
+ sudo /usr/local/sbin/build-chroot-pkg python-dephell-markers
==> Synchronizing chroot copy [/var/lib/jenkins/chroots/root1/root] -> [build-0001]...done
==> Making package: python-dephell-markers 1.0.3-2.1 (Thu May 11 01:59:49 2023)
==> Retrieving sources...
-> Found dephell_markers-1.0.3.tar.gz
==> Validating source files with sha256sums...
dephell_markers-1.0.3.tar.gz ... Passed
==> Validating source files with b2sums...
dephell_markers-1.0.3.tar.gz ... Passed
==> Making package: python-dephell-markers 1.0.3-2.1 (Thu May 11 01:59:57 2023)
==> Checking runtime dependencies...
==> Installing missing dependencies...
resolving dependencies...
looking for conflicting packages...
Packages (5) libnsl-2.0.0-3 python-3.11.3-1 python-attrs-22.2.0-3
python-dephell-specifier-0.2.2-5 python-packaging-23.0-3
Total Installed Size: 76.36 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 libnsl...
installing python...
Optional dependencies for python
python-setuptools
python-pip
sqlite [installed]
mpdecimal: for decimal
xz: for lzma [installed]
tk: for tkinter
installing python-attrs...
installing python-packaging...
installing python-dephell-specifier...
==> Checking buildtime dependencies...
==> Installing missing dependencies...
resolving dependencies...
looking for conflicting packages...
Packages (18) python-autocommand-2.2.2-4 python-fastjsonschema-2.16.3-4
python-inflect-6.0.4-2 python-iniconfig-2.0.0-4
python-jaraco.context-4.3.0-3 python-jaraco.functools-3.6.0-3
python-jaraco.text-3.11.1-3 python-more-itertools-9.1.1-4
python-ordered-set-4.1.0-4 python-platformdirs-3.5.0-2
python-pluggy-1.0.0-4 python-pydantic-1.10.7-4
python-tomli-2.0.1-3 python-trove-classifiers-2023.4.22-1
python-typing_extensions-4.5.0-4
python-validate-pyproject-0.12.2-4 python-pytest-7.3.1-4
python-setuptools-1:67.7.0-1
Total Installed Size: 19.25 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 python-more-itertools...
installing python-jaraco.functools...
installing python-jaraco.context...
installing python-autocommand...
installing python-typing_extensions...
installing python-pydantic...
Optional dependencies for python-pydantic
python-dotenv: for .env file support
python-email-validator: for email validation
installing python-inflect...
installing python-jaraco.text...
installing python-ordered-set...
installing python-platformdirs...
installing python-tomli...
installing python-fastjsonschema...
installing python-trove-classifiers...
installing python-validate-pyproject...
installing python-setuptools...
installing python-iniconfig...
installing python-pluggy...
installing python-pytest...
==> Retrieving sources...
-> Found dephell_markers-1.0.3.tar.gz
==> WARNING: Skipping all source file integrity checks.
==> Extracting sources...
-> Extracting dephell_markers-1.0.3.tar.gz with bsdtar
==> Starting prepare()...
==> Starting build()...
/usr/lib/python3.11/site-packages/setuptools/dist.py:754: SetuptoolsDeprecationWarning: Invalid dash-separated options
!!
********************************************************************************
Usage of dash-separated 'description-file' will not be supported in future
versions. Please use the underscore name 'description_file' instead.
By 2023-Sep-26, you need to update your project and remove deprecated calls
or your builds will no longer be supported.
See https://setuptools.pypa.io/en/latest/userguide/declarative_config.html for details.
********************************************************************************
!!
opt = self.warn_dash_deprecation(opt, section)
/usr/lib/python3.11/site-packages/setuptools/config/setupcfg.py:293: _DeprecatedConfig: Deprecated config in `setup.cfg`
!!
********************************************************************************
The license_file parameter is deprecated, use license_files instead.
By 2023-Oct-30, you need to update your project and remove deprecated calls
or your builds will no longer be supported.
See https://setuptools.pypa.io/en/latest/https://setuptools.pypa.io/en/latest/userguide/declarative_config.html for details.
********************************************************************************
!!
parsed = self.parsers.get(option_name, lambda x: x)(value)
running build
running build_py
creating build
creating build/lib
creating build/lib/dephell_markers
copying ./dephell_markers/_cached_property.py -> build/lib/dephell_markers
copying ./dephell_markers/_constants.py -> build/lib/dephell_markers
copying ./dephell_markers/__init__.py -> build/lib/dephell_markers
copying ./dephell_markers/_markers.py -> build/lib/dephell_markers
creating build/lib/dephell_markers/_marker
copying ./dephell_markers/_marker/_version.py -> build/lib/dephell_markers/_marker
copying ./dephell_markers/_marker/_base.py -> build/lib/dephell_markers/_marker
copying ./dephell_markers/_marker/__init__.py -> build/lib/dephell_markers/_marker
copying ./dephell_markers/_marker/_string.py -> build/lib/dephell_markers/_marker
creating build/lib/dephell_markers/_operation
copying ./dephell_markers/_operation/_or.py -> build/lib/dephell_markers/_operation
copying ./dephell_markers/_operation/_base.py -> build/lib/dephell_markers/_operation
copying ./dephell_markers/_operation/__init__.py -> build/lib/dephell_markers/_operation
copying ./dephell_markers/_operation/_and.py -> build/lib/dephell_markers/_operation
==> Starting check()...
============================= test session starts ==============================
platform linux -- Python 3.11.3, pytest-7.3.1, pluggy-1.0.0
rootdir: /build/python-dephell-markers/src/dephell_markers-1.0.3
collected 0 items / 3 errors
==================================== ERRORS ====================================
____________________ ERROR collecting tests/test_markers.py ____________________
ImportError while importing test module '/build/python-dephell-markers/src/dephell_markers-1.0.3/tests/test_markers.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
/usr/lib/python3.11/importlib/__init__.py:126: in import_module
return _bootstrap._gcd_import(name[level:], package, level)
tests/test_markers.py:5: in <module>
from dephell_markers import Markers
dephell_markers/__init__.py:2: in <module>
from ._marker import StringMarker, VersionMarker
dephell_markers/_marker/__init__.py:4: in <module>
from ._version import VersionMarker
dephell_markers/_marker/_version.py:5: in <module>
from dephell_specifier import Specifier
E ModuleNotFoundError: No module named 'dephell_specifier'
____________________ ERROR collecting tests/test_string.py _____________________
ImportError while importing test module '/build/python-dephell-markers/src/dephell_markers-1.0.3/tests/test_string.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
/usr/lib/python3.11/importlib/__init__.py:126: in import_module
return _bootstrap._gcd_import(name[level:], package, level)
tests/test_string.py:6: in <module>
from dephell_markers import StringMarker
dephell_markers/__init__.py:2: in <module>
from ._marker import StringMarker, VersionMarker
dephell_markers/_marker/__init__.py:4: in <module>
from ._version import VersionMarker
dephell_markers/_marker/_version.py:5: in <module>
from dephell_specifier import Specifier
E ModuleNotFoundError: No module named 'dephell_specifier'
____________________ ERROR collecting tests/test_version.py ____________________
ImportError while importing test module '/build/python-dephell-markers/src/dephell_markers-1.0.3/tests/test_version.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
/usr/lib/python3.11/importlib/__init__.py:126: in import_module
return _bootstrap._gcd_import(name[level:], package, level)
tests/test_version.py:6: in <module>
from dephell_markers import VersionMarker
dephell_markers/__init__.py:2: in <module>
from ._marker import StringMarker, VersionMarker
dephell_markers/_marker/__init__.py:4: in <module>
from ._version import VersionMarker
dephell_markers/_marker/_version.py:5: in <module>
from dephell_specifier import Specifier
E ModuleNotFoundError: No module named 'dephell_specifier'
=========================== short test summary info ============================
ERROR tests/test_markers.py
ERROR tests/test_string.py
ERROR tests/test_version.py
!!!!!!!!!!!!!!!!!!! Interrupted: 3 errors during collection !!!!!!!!!!!!!!!!!!!!
============================== 3 errors in 0.16s ===============================
==> ERROR: A failure occurred in check().
Aborting...
==> ERROR: Build failed, check /var/lib/jenkins/chroots/root1/build-0001/build
+ mv -v PKGBUILD.real PKGBUILD
renamed 'PKGBUILD.real' -> 'PKGBUILD'
Build step 'Execute shell' marked build as failure
Skipped archiving because build is not successful
Publishing build last changes...
ERROR: Last Changes NOT published due to the following error: Could not find previous head of repository located at /var/lib/jenkins/workspace/pkgbuilds/python-dephell-markers/.git. Its your first commit?
Finished: FAILURE