Skip to content
Failed

Console Output

Started by user score
Running as SYSTEM
Building in workspace /var/lib/jenkins/workspace/pkgbuilds/python-cx-freeze-qfix
The recommended git tool is: NONE
No credentials specified
 > git rev-parse --resolve-git-dir /var/lib/jenkins/workspace/pkgbuilds/python-cx-freeze-qfix/.git # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://aur.archlinux.org/python-cx-freeze-qfix.git # timeout=10
Fetching upstream changes from https://aur.archlinux.org/python-cx-freeze-qfix.git
 > git --version # timeout=10
 > git --version # 'git version 2.39.2'
 > git fetch --tags --force --progress -- https://aur.archlinux.org/python-cx-freeze-qfix.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git rev-parse refs/remotes/origin/master^{commit} # timeout=10
Checking out Revision a671554578004cd040664edba596ab6d73259d31 (refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f a671554578004cd040664edba596ab6d73259d31 # timeout=10
Commit message: "Allow debug build with options+=(debug)"
 > git rev-list --no-walk a671554578004cd040664edba596ab6d73259d31 # timeout=10
[python-cx-freeze-qfix] $ /bin/sh -xe /tmp/jenkins5264209852162427999.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 '*.pkg.*'
+ sudo /usr/local/sbin/build-chroot-pkg python-cx-freeze-qfix
==> Synchronizing chroot copy [/var/lib/jenkins/chroots/root1/root] -> [build-0001]...done
==> Making package: python-cx-freeze-qfix 6.7-1.1 (Thu May 11 01:56:55 2023)
==> Retrieving sources...
-> Found python-cx-freeze-6.7.tar.gz
-> Found export-dynamic.patch
==> Validating source files with sha512sums...
python-cx-freeze-6.7.tar.gz ... Passed
export-dynamic.patch ... Passed
==> Making package: python-cx-freeze-qfix 6.7-1.1 (Thu May 11 01:56:59 2023)
==> Checking runtime dependencies...
==> Installing missing dependencies...
resolving dependencies...
looking for conflicting packages...
Packages (4) libnsl-2.0.0-3 python-3.11.3-1 python-zipp-3.15.0-2
python-importlib-metadata-5.0.0-5
Total Installed Size: 75.58 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-zipp...
installing python-importlib-metadata...
==> Checking buildtime dependencies...
==> Installing missing dependencies...
resolving dependencies...
looking for conflicting packages...
Packages (19) python-autocommand-2.2.2-4 python-et-xmlfile-1.1-4
python-fastjsonschema-2.16.3-4 python-inflect-6.0.4-2
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-packaging-23.0-3
python-platformdirs-3.5.0-2 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-nose-1.3.7-15
python-openpyxl-3.1.2-2 python-setuptools-1:67.7.0-1
Total Download Size: 0.76 MiB
Total Installed Size: 20.37 MiB
:: Proceed with installation? [Y/n]
:: Retrieving packages...
python-openpyxl-3.1.2-2-any downloading...
python-nose-1.3.7-15-any downloading...
python-et-xmlfile-1.1-4-any downloading...
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-packaging...
installing python-platformdirs...
installing python-tomli...
installing python-fastjsonschema...
installing python-trove-classifiers...
installing python-validate-pyproject...
installing python-setuptools...
installing python-nose...
installing python-et-xmlfile...
installing python-openpyxl...
Optional dependencies for python-openpyxl
python-pillow: needed to include images
python-lxml: alternative XML backend
python-defusedxml: guard against various XML vulnerabilities
python-pandas: for iteration over Pandas DataFrames
==> Retrieving sources...
-> Found python-cx-freeze-6.7.tar.gz
-> Found export-dynamic.patch
==> WARNING: Skipping all source file integrity checks.
==> Extracting sources...
-> Extracting python-cx-freeze-6.7.tar.gz with bsdtar
==> Starting prepare()...
patching file setup.py
==> Starting build()...
running build
running build_py
creating build
creating build/lib.linux-x86_64-cpython-311
creating build/lib.linux-x86_64-cpython-311/cx_Freeze
copying cx_Freeze/__init__.py -> build/lib.linux-x86_64-cpython-311/cx_Freeze
copying cx_Freeze/__main__.py -> build/lib.linux-x86_64-cpython-311/cx_Freeze
copying cx_Freeze/cli.py -> build/lib.linux-x86_64-cpython-311/cx_Freeze
copying cx_Freeze/common.py -> build/lib.linux-x86_64-cpython-311/cx_Freeze
copying cx_Freeze/darwintools.py -> build/lib.linux-x86_64-cpython-311/cx_Freeze
copying cx_Freeze/dist.py -> build/lib.linux-x86_64-cpython-311/cx_Freeze
copying cx_Freeze/exception.py -> build/lib.linux-x86_64-cpython-311/cx_Freeze
copying cx_Freeze/executable.py -> build/lib.linux-x86_64-cpython-311/cx_Freeze
copying cx_Freeze/freezer.py -> build/lib.linux-x86_64-cpython-311/cx_Freeze
copying cx_Freeze/hooks.py -> build/lib.linux-x86_64-cpython-311/cx_Freeze
copying cx_Freeze/macdist.py -> build/lib.linux-x86_64-cpython-311/cx_Freeze
copying cx_Freeze/module.py -> build/lib.linux-x86_64-cpython-311/cx_Freeze
copying cx_Freeze/patchelf.py -> build/lib.linux-x86_64-cpython-311/cx_Freeze
copying cx_Freeze/setupwriter.py -> build/lib.linux-x86_64-cpython-311/cx_Freeze
copying cx_Freeze/windist.py -> build/lib.linux-x86_64-cpython-311/cx_Freeze
copying cx_Freeze/winmsvcr.py -> build/lib.linux-x86_64-cpython-311/cx_Freeze
copying cx_Freeze/winversioninfo.py -> build/lib.linux-x86_64-cpython-311/cx_Freeze
copying cx_Freeze/finder.py -> build/lib.linux-x86_64-cpython-311/cx_Freeze
creating build/lib.linux-x86_64-cpython-311/cx_Freeze/initscripts
copying cx_Freeze/initscripts/Console.py -> build/lib.linux-x86_64-cpython-311/cx_Freeze/initscripts
copying cx_Freeze/initscripts/ConsoleSetLibPath.py -> build/lib.linux-x86_64-cpython-311/cx_Freeze/initscripts
copying cx_Freeze/initscripts/SharedLib.py -> build/lib.linux-x86_64-cpython-311/cx_Freeze/initscripts
copying cx_Freeze/initscripts/SharedLibSource.py -> build/lib.linux-x86_64-cpython-311/cx_Freeze/initscripts
copying cx_Freeze/initscripts/__startup__.py -> build/lib.linux-x86_64-cpython-311/cx_Freeze/initscripts
running build_ext
running install_include
/usr/lib/python3.11/site-packages/setuptools/_distutils/cmd.py:66: SetuptoolsDeprecationWarning: setup.py install is deprecated.
!!
********************************************************************************
Please avoid running ``setup.py`` directly.
Instead, use pypa/build, pypa/installer, pypa/build or
other standards-based tools.
See https://blog.ganssle.io/articles/2021/10/setup-py-deprecated.html for details.
********************************************************************************
!!
self.initialize_options()
creating build/temp.linux-x86_64-cpython-311
creating build/temp.linux-x86_64-cpython-311/source
creating build/temp.linux-x86_64-cpython-311/source/bases
gcc -DNDEBUG -g -fwrapv -O3 -Wall -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/build/python/src=/usr/src/debug/python -flto=auto -ffat-lto-objects -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/build/python/src=/usr/src/debug/python -flto=auto -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/build/python/src=/usr/src/debug/python -flto=auto -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/build/python-cx-freeze-qfix/src=/usr/src/debug/python-cx-freeze-qfix -fPIC -g -I/usr/include/python3.11 -c source/bases/Console.c -o build/temp.linux-x86_64-cpython-311/source/bases/Console.o
In file included from source/bases/Console.c:45:
source/bases/Common.c:7:10: fatal error: eval.h: No such file or directory
7 | #include <eval.h>
| ^~~~~~~~
compilation terminated.
error: command '/usr/bin/gcc' failed with exit code 1
==> ERROR: A failure occurred in build().
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...
Last changes from revision a671554 (current) to 01491c9 (previous) published successfully!
Finished: FAILURE