Skip to content
Success

Console Output

Started by user score
Running as SYSTEM
Building in workspace /var/lib/jenkins/workspace/pkgbuilds/python2-pretend
The recommended git tool is: NONE
No credentials specified
 > git rev-parse --resolve-git-dir /var/lib/jenkins/workspace/pkgbuilds/python2-pretend/.git # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://aur.archlinux.org/python2-pretend.git # timeout=10
Fetching upstream changes from https://aur.archlinux.org/python2-pretend.git
 > git --version # timeout=10
 > git --version # 'git version 2.43.1'
 > git fetch --tags --force --progress -- https://aur.archlinux.org/python2-pretend.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git rev-parse refs/remotes/origin/master^{commit} # timeout=10
Checking out Revision 64f72f7cfbdd7fbcaeb5e5124bc6c8fed5662683 (refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 64f72f7cfbdd7fbcaeb5e5124bc6c8fed5662683 # timeout=10
Commit message: "bump 1.0.9-9 for newer build than last repo version"
 > git rev-list --no-walk 64f72f7cfbdd7fbcaeb5e5124bc6c8fed5662683 # timeout=10
[python2-pretend] $ /bin/sh -xe /tmp/jenkins6289100131069986231.sh
+ '[' -e PKGBUILD ']'
+ '[' -n '' ']'
+ rm -vf '*.pkg.*'
+ sudo /usr/local/sbin/build-chroot-pkg python2-pretend
==> Synchronizing chroot copy [/var/lib/jenkins/chroots/root1/root] -> [build-0001]...done
==> Making package: python2-pretend 1.0.9-9 (Tue Feb 13 13:20:07 2024)
==> Retrieving sources...
-> Found pretend-1.0.9.tar.gz
==> Validating source files with b2sums...
pretend-1.0.9.tar.gz ... Passed
==> Making package: python2-pretend 1.0.9-9 (Tue Feb 13 13:20:12 2024)
==> Checking runtime dependencies...
==> Installing missing dependencies...
resolving dependencies...
looking for conflicting packages...
Packages (3) libnsl-2.0.1-1 openssl-1.1-1.1.1.w-1 python2-2.7.18-9
Total Installed Size: 82.19 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 openssl-1.1...
installing python2...
Optional dependencies for python2
tk: for IDLE
python2-setuptools
python2-pip
==> Checking buildtime dependencies...
==> Installing missing dependencies...
resolving dependencies...
looking for conflicting packages...
Packages (21) python2-atomicwrites-1.4.1-1 python2-attrs-21.4.0-1
python2-backports-1.1-2
python2-backports.functools_lru_cache-1.6.4-3
python2-configparser-4.0.2-3 python2-contextlib2-0.6.0.post1-2
python2-funcsigs-1.0.2-4 python2-importlib-metadata-2.1.3-2
python2-more-itertools-5.0.0-3 python2-packaging-20.9-7
python2-pathlib2-2.3.7.post1-2 python2-pluggy-0.13.1-9
python2-py-1.11.0-2 python2-pyparsing-2.4.7-1
python2-pytest-4.6.11-2 python2-scandir-1.10.0-8
python2-six-1.16.0-6 python2-wcwidth-0.2.5-6
python2-zipp-1.2.0-1 python2-pytest-runner-5.2-5
python2-setuptools-2:44.1.1-2
Total Download Size: 0.01 MiB
Total Installed Size: 10.78 MiB
:: Proceed with installation? [Y/n]
:: Retrieving packages...
python2-pytest-runner-5.2-5-any downloading...
checking keyring...
checking package integrity...
loading package files...
checking for file conflicts...
checking available disk space...
:: Processing package changes...
installing python2-setuptools...
installing python2-py...
installing python2-contextlib2...
installing python2-zipp...
installing python2-six...
installing python2-scandir...
installing python2-pathlib2...
installing python2-backports...
installing python2-configparser...
installing python2-importlib-metadata...
installing python2-pluggy...
installing python2-attrs...
installing python2-more-itertools...
installing python2-atomicwrites...
installing python2-backports.functools_lru_cache...
installing python2-wcwidth...
installing python2-funcsigs...
installing python2-pyparsing...
installing python2-packaging...
installing python2-pytest...
installing python2-pytest-runner...
==> Retrieving sources...
-> Found pretend-1.0.9.tar.gz
==> WARNING: Skipping all source file integrity checks.
==> Extracting sources...
-> Extracting pretend-1.0.9.tar.gz with bsdtar
==> Starting build()...
running build
running build_py
creating build
creating build/lib
copying pretend.py -> build/lib
==> Starting check()...
running pytest
running egg_info
creating pretend.egg-info
writing pretend.egg-info/PKG-INFO
writing top-level names to pretend.egg-info/top_level.txt
writing dependency_links to pretend.egg-info/dependency_links.txt
writing manifest file 'pretend.egg-info/SOURCES.txt'
reading manifest file 'pretend.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
writing manifest file 'pretend.egg-info/SOURCES.txt'
running build_ext
============================= test session starts ==============================
platform linux2 -- Python 2.7.18, pytest-4.6.11, py-1.11.0, pluggy-0.13.1
rootdir: /build/python2-pretend/src/pretend-1.0.9
collected 43 items
test_pretend.py ...s..s.................................... [100%]
===================== 41 passed, 2 skipped in 0.46 seconds =====================
==> Entering fakeroot environment...
==> Starting package()...
running install
running build
running build_py
running install_lib
creating /build/python2-pretend/pkg/python2-pretend/usr
creating /build/python2-pretend/pkg/python2-pretend/usr/lib
creating /build/python2-pretend/pkg/python2-pretend/usr/lib/python2.7
creating /build/python2-pretend/pkg/python2-pretend/usr/lib/python2.7/site-packages
copying build/lib/pretend.py -> /build/python2-pretend/pkg/python2-pretend/usr/lib/python2.7/site-packages
byte-compiling /build/python2-pretend/pkg/python2-pretend/usr/lib/python2.7/site-packages/pretend.py to pretend.pyc
writing byte-compilation script '/tmp/tmpDWD5eH.py'
/usr/bin/python2 -O /tmp/tmpDWD5eH.py
removing /tmp/tmpDWD5eH.py
running install_egg_info
running egg_info
writing pretend.egg-info/PKG-INFO
writing top-level names to pretend.egg-info/top_level.txt
writing dependency_links to pretend.egg-info/dependency_links.txt
reading manifest file 'pretend.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
writing manifest file 'pretend.egg-info/SOURCES.txt'
Copying pretend.egg-info to /build/python2-pretend/pkg/python2-pretend/usr/lib/python2.7/site-packages/pretend-1.0.9-py2.7.egg-info
running install_scripts
==> 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 "python2-pretend"...
-> Generating .PKGINFO file...
-> Generating .BUILDINFO file...
-> Generating .MTREE file...
-> Compressing package...
==> Leaving fakeroot environment.
==> Finished making: python2-pretend 1.0.9-9 (Tue Feb 13 13:20:20 2024)
tput: unknown terminal "unknown"
gpg: WARNING: server 'gpg-agent' is older than us (2.4.3 < 2.4.4)
gpg: Note: Outdated servers may lack important security fixes.
gpg: Note: Use the command "gpgconf --kill all" to restart them.
'python2-pretend-1.0.9-9-any.pkg.tar.zst' -> '/var/lib/aur-repo/python2-pretend-1.0.9-9-any.pkg.tar.zst'
'python2-pretend-1.0.9-9-any.pkg.tar.zst.sig' -> '/var/lib/aur-repo/python2-pretend-1.0.9-9-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 Tue 13 Feb 2024 01:19:45 PM CET
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 Tue 13 Feb 2024 01:19:45 PM CET
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 'python2-pretend-1.0.9-9-any.pkg.tar.zst'
-> Adding package signature...
-> Computing checksums...
-> 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'
Archiving artifacts
Recording fingerprints
Publishing build last changes...
ERROR: No successful build found, last changes will use previous revision.
Last changes from revision 64f72f7 (current) to 080519e (previous) published successfully!
Finished: SUCCESS