Skip to content
Success

Console Output

Started by user score
Running as SYSTEM
Building in workspace /var/lib/jenkins/workspace/pkgbuilds/python-altgraph
The recommended git tool is: NONE
No credentials specified
 > git rev-parse --resolve-git-dir /var/lib/jenkins/workspace/pkgbuilds/python-altgraph/.git # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://aur.archlinux.org/python-altgraph.git # timeout=10
Fetching upstream changes from https://aur.archlinux.org/python-altgraph.git
 > git --version # timeout=10
 > git --version # 'git version 2.44.0'
 > git fetch --tags --force --progress -- https://aur.archlinux.org/python-altgraph.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git rev-parse refs/remotes/origin/master^{commit} # timeout=10
Checking out Revision 9ccfaeb2502aa684f9bd9a6322bd68e3dcfb5cbc (refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 9ccfaeb2502aa684f9bd9a6322bd68e3dcfb5cbc # timeout=10
Commit message: "v0.17.4"
 > git rev-list --no-walk 9ccfaeb2502aa684f9bd9a6322bd68e3dcfb5cbc # timeout=10
[python-altgraph] $ /bin/sh -xe /tmp/jenkins10770442488628612180.sh
+ '[' -e PKGBUILD ']'
+ '[' -n 'pkgrel=$pkgrel.2' ']'
+ trap 'mv -v PKGBUILD.real PKGBUILD' EXIT
+ mv PKGBUILD PKGBUILD.real
+ cat PKGBUILD.real
+ printf '\n%s\n' 'pkgrel=$pkgrel.2'
+ rm -vf python-altgraph-0.17.4-1-any.pkg.tar.zst python-altgraph-0.17.4-1-any.pkg.tar.zst.sig
removed 'python-altgraph-0.17.4-1-any.pkg.tar.zst'
removed 'python-altgraph-0.17.4-1-any.pkg.tar.zst.sig'
+ sudo /usr/local/sbin/build-chroot-pkg python-altgraph
==> Synchronizing chroot copy [/var/lib/jenkins/chroots/root1/root] -> [build-0001]...done
==> Making package: python-altgraph 0.17.4-1.2 (Thu May 2 10:28:51 2024)
==> Retrieving sources...
-> Found altgraph-0.17.4.tar.gz
==> Validating source files with sha256sums...
altgraph-0.17.4.tar.gz ... Passed
==> Making package: python-altgraph 0.17.4-1.2 (Thu May 2 10:28:55 2024)
==> Checking runtime dependencies...
==> Installing missing dependencies...
resolving dependencies...
looking for conflicting packages...
Packages (18) mpdecimal-4.0.0-2 python-autocommand-2.2.2-6
python-fastjsonschema-2.19.1-3 python-inflect-7.2.1-2
python-jaraco.context-4.3.0-4 python-jaraco.functools-4.0.0-3
python-jaraco.text-3.12.0-3 python-more-itertools-10.2.0-2
python-ordered-set-4.1.0-5 python-packaging-23.2-3
python-platformdirs-4.2.0-3 python-tomli-2.0.1-4
python-trove-classifiers-2024.4.10-1 python-typeguard-4.2.1-2
python-typing_extensions-4.11.0-1
python-validate-pyproject-0.16-1 python-3.12.3-1
python-setuptools-1:69.0.3-6
Total Installed Size: 78.41 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 mpdecimal...
installing python...
Optional dependencies for python
python-setuptools: for building Python packages using tooling that is
usually bundled with Python [pending]
python-pip: for installing Python packages using tooling that is usually
bundled with Python
python-pipx: for installing Python software not packaged on Arch Linux
sqlite: for a default database integration [installed]
xz: for lzma [installed]
tk: for tkinter
installing python-more-itertools...
installing python-jaraco.functools...
installing python-jaraco.context...
installing python-autocommand...
installing python-typing_extensions...
installing python-typeguard...
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...
==> Checking buildtime dependencies...
==> Installing missing dependencies...
resolving dependencies...
looking for conflicting packages...
Packages (4) python-pyproject-hooks-1.1.0-1 python-build-1.2.1-3
python-installer-0.7.0-8 python-wheel-0.43.0-4
Total Installed Size: 0.72 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-pyproject-hooks...
installing python-build...
Optional dependencies for python-build
python-pip: to use as the Python package installer (default)
python-uv: to use as the Python package installer
python-virtualenv: to use virtualenv for build isolation
installing python-installer...
installing python-wheel...
Optional dependencies for python-wheel
python-keyring: for wheel.signatures
python-xdg: for wheel.signatures
==> Retrieving sources...
-> Found altgraph-0.17.4.tar.gz
==> WARNING: Skipping all source file integrity checks.
==> Extracting sources...
-> Extracting altgraph-0.17.4.tar.gz with bsdtar
==> Starting build()...
* Getting build dependencies for wheel...
running egg_info
writing altgraph.egg-info/PKG-INFO
writing dependency_links to altgraph.egg-info/dependency_links.txt
writing top-level names to altgraph.egg-info/top_level.txt
reading manifest file 'altgraph.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
warning: no files found matching 'ReadMe.txt'
warning: no files found matching '*.txt'
warning: no directories found matching 'doc/_static'
warning: no previously-included files matching '.DS_Store' found anywhere in distribution
warning: no previously-included files matching '*.pyc' found anywhere in distribution
warning: no previously-included files matching '*.so' found anywhere in distribution
adding license file 'LICENSE'
writing manifest file 'altgraph.egg-info/SOURCES.txt'
* Building wheel...
running bdist_wheel
running build
running build_py
creating build
creating build/lib
creating build/lib/altgraph
copying altgraph/Dot.py -> build/lib/altgraph
copying altgraph/Graph.py -> build/lib/altgraph
copying altgraph/GraphAlgo.py -> build/lib/altgraph
copying altgraph/GraphStat.py -> build/lib/altgraph
copying altgraph/GraphUtil.py -> build/lib/altgraph
copying altgraph/ObjectGraph.py -> build/lib/altgraph
copying altgraph/__init__.py -> build/lib/altgraph
installing to build/bdist.linux-x86_64/wheel
running install
running install_lib
creating build/bdist.linux-x86_64
creating build/bdist.linux-x86_64/wheel
creating build/bdist.linux-x86_64/wheel/altgraph
copying build/lib/altgraph/Dot.py -> build/bdist.linux-x86_64/wheel/altgraph
copying build/lib/altgraph/Graph.py -> build/bdist.linux-x86_64/wheel/altgraph
copying build/lib/altgraph/GraphAlgo.py -> build/bdist.linux-x86_64/wheel/altgraph
copying build/lib/altgraph/GraphStat.py -> build/bdist.linux-x86_64/wheel/altgraph
copying build/lib/altgraph/GraphUtil.py -> build/bdist.linux-x86_64/wheel/altgraph
copying build/lib/altgraph/ObjectGraph.py -> build/bdist.linux-x86_64/wheel/altgraph
copying build/lib/altgraph/__init__.py -> build/bdist.linux-x86_64/wheel/altgraph
running install_egg_info
running egg_info
writing altgraph.egg-info/PKG-INFO
writing dependency_links to altgraph.egg-info/dependency_links.txt
writing top-level names to altgraph.egg-info/top_level.txt
reading manifest file 'altgraph.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
warning: no files found matching 'ReadMe.txt'
warning: no files found matching '*.txt'
warning: no directories found matching 'doc/_static'
warning: no previously-included files matching '.DS_Store' found anywhere in distribution
warning: no previously-included files matching '*.pyc' found anywhere in distribution
warning: no previously-included files matching '*.so' found anywhere in distribution
adding license file 'LICENSE'
writing manifest file 'altgraph.egg-info/SOURCES.txt'
Copying altgraph.egg-info to build/bdist.linux-x86_64/wheel/altgraph-0.17.4-py3.12.egg-info
running install_scripts
creating build/bdist.linux-x86_64/wheel/altgraph-0.17.4.dist-info/WHEEL
creating '/build/python-altgraph/src/altgraph-0.17.4/dist/.tmp-wax3nm75/altgraph-0.17.4-py2.py3-none-any.whl' and adding 'build/bdist.linux-x86_64/wheel' to it
adding 'altgraph/Dot.py'
adding 'altgraph/Graph.py'
adding 'altgraph/GraphAlgo.py'
adding 'altgraph/GraphStat.py'
adding 'altgraph/GraphUtil.py'
adding 'altgraph/ObjectGraph.py'
adding 'altgraph/__init__.py'
adding 'altgraph-0.17.4.dist-info/LICENSE'
adding 'altgraph-0.17.4.dist-info/METADATA'
adding 'altgraph-0.17.4.dist-info/WHEEL'
adding 'altgraph-0.17.4.dist-info/top_level.txt'
adding 'altgraph-0.17.4.dist-info/zip-safe'
adding 'altgraph-0.17.4.dist-info/RECORD'
removing build/bdist.linux-x86_64/wheel
Successfully built altgraph-0.17.4-py2.py3-none-any.whl
==> Entering fakeroot environment...
==> Starting package()...
==> Tidying install...
-> Removing libtool files...
-> Purging unwanted files...
-> Removing static library files...
-> Stripping unneeded symbols from binaries and libraries...
-> Compressing man and info pages...
==> Checking for packaging issues...
==> Creating package "python-altgraph"...
-> Generating .PKGINFO file...
-> Generating .BUILDINFO file...
-> Generating .MTREE file...
-> Compressing package...
==> Leaving fakeroot environment.
==> Finished making: python-altgraph 0.17.4-1.2 (Thu May 2 10:29:03 2024)
gpg: WARNING: server 'gpg-agent' is older than us (2.4.4 < 2.4.5)
gpg: Note: Outdated servers may lack important security fixes.
gpg: Note: Use the command "gpgconf --kill all" to restart them.
'python-altgraph-0.17.4-1.2-any.pkg.tar.zst' -> '/var/lib/aur-repo/python-altgraph-0.17.4-1.2-any.pkg.tar.zst'
'python-altgraph-0.17.4-1.2-any.pkg.tar.zst.sig' -> '/var/lib/aur-repo/python-altgraph-0.17.4-1.2-any.pkg.tar.zst.sig'
==> Verifying database signature...
gpg: assuming signed data in '/var/lib/aur-repo//score.moe.db.tar.gz'
gpg: Signature made Thu 02 May 2024 10:26:28 AM CEST
gpg: using EDDSA key 8A8F0D6897977A7523D366CB1EE865E2393A9B0F
gpg: Good signature from "gurren.score.moe build host (automatic signing key) <pkgs.score_@0sg.net>" [ultimate]
-> Database signature file verified.
==> Extracting score.moe.db.tar.gz to a temporary location...
==> Verifying database signature...
gpg: assuming signed data in '/var/lib/aur-repo//score.moe.files.tar.gz'
gpg: Signature made Thu 02 May 2024 10:26:28 AM CEST
gpg: using EDDSA key 8A8F0D6897977A7523D366CB1EE865E2393A9B0F
gpg: Good signature from "gurren.score.moe build host (automatic signing key) <pkgs.score_@0sg.net>" [ultimate]
-> Database signature file verified.
==> Extracting score.moe.files.tar.gz to a temporary location...
==> Adding package 'python-altgraph-0.17.4-1.2-any.pkg.tar.zst'
-> Computing checksums...
-> Removing existing entry 'python-altgraph-0.17.4-1'...
-> Creating 'desc' db entry...
-> Creating 'files' db entry...
==> Creating updated database file 'score.moe.db.tar.gz'
==> Signing database 'score.moe.db.tar.gz'...
-> Created signature file 'score.moe.db.tar.gz.sig'
==> Signing database 'score.moe.files.tar.gz'...
-> Created signature file 'score.moe.files.tar.gz.sig'
+ mv -v PKGBUILD.real PKGBUILD
renamed 'PKGBUILD.real' -> 'PKGBUILD'
Archiving artifacts
Recording fingerprints
Publishing build last changes...
Last changes from revision 9ccfaeb (current) to 9ccfaeb (previous) published successfully!
Finished: SUCCESS