Skip to content
Success

Console Output

Started by user score
Running as SYSTEM
Building in workspace /var/lib/jenkins/workspace/pkgbuilds/python2-pyhamcrest
The recommended git tool is: NONE
No credentials specified
Cloning the remote Git repository
Cloning repository https://aur.archlinux.org/python2-pyhamcrest.git
 > git init /var/lib/jenkins/workspace/pkgbuilds/python2-pyhamcrest # timeout=10
Fetching upstream changes from https://aur.archlinux.org/python2-pyhamcrest.git
 > git --version # timeout=10
 > git --version # 'git version 2.43.1'
 > git fetch --tags --force --progress -- https://aur.archlinux.org/python2-pyhamcrest.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url https://aur.archlinux.org/python2-pyhamcrest.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
Avoid second fetch
 > git rev-parse refs/remotes/origin/master^{commit} # timeout=10
Checking out Revision 728a176311ca82b563b3dc62ba66e4ed0c8e8d24 (refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 728a176311ca82b563b3dc62ba66e4ed0c8e8d24 # timeout=10
Commit message: "AUR submission after python2 support was dropped from the main repos in https://github.com/archlinux/svntogit-community/commit/0246d2a959a9932e73799efa32dfc1f058703f7c"
First time build. Skipping changelog.
[python2-pyhamcrest] $ /bin/sh -xe /tmp/jenkins11632010475677963298.sh
+ '[' -e PKGBUILD ']'
+ '[' -n '' ']'
+ rm -vf '*.pkg.*'
+ sudo /usr/local/sbin/build-chroot-pkg python2-pyhamcrest
==> Synchronizing chroot copy [/var/lib/jenkins/chroots/root1/root] -> [build-0001]...done
==> Making package: python2-pyhamcrest 1.10.1-1 (Tue Feb 13 14:28:47 2024)
==> Retrieving sources...
-> Downloading python2-pyhamcrest-1.10.1.tgz...
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
100 12998 0 12998 0 0 34658 0 --:--:-- --:--:-- --:--:-- 34658 100 59019 0 59019 0 0 149k 0 --:--:-- --:--:-- --:--:-- 4494k
==> Validating source files with sha512sums...
python2-pyhamcrest-1.10.1.tgz ... Passed
==> Making package: python2-pyhamcrest 1.10.1-1 (Tue Feb 13 14:28:56 2024)
==> Checking runtime dependencies...
==> Installing missing dependencies...
resolving dependencies...
looking for conflicting packages...
Packages (1) python2-six-1.16.0-6
Total Installed Size: 0.10 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 python2-six...
==> Checking buildtime dependencies...
==> Installing missing dependencies...
resolving dependencies...
looking for conflicting packages...
Packages (4) libnsl-2.0.1-1 openssl-1.1-1.1.1.w-1 python2-2.7.18-9
python2-setuptools-2:44.1.1-2
Total Installed Size: 86.00 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 [pending]
python2-pip
installing python2-setuptools...
==> Retrieving sources...
-> Found python2-pyhamcrest-1.10.1.tgz
==> WARNING: Skipping all source file integrity checks.
==> Extracting sources...
-> Extracting python2-pyhamcrest-1.10.1.tgz with bsdtar
==> Starting build()...
running build
running build_py
creating build
creating build/lib
creating build/lib/hamcrest
copying src/hamcrest/__init__.py -> build/lib/hamcrest
creating build/lib/hamcrest/core
copying src/hamcrest/core/__init__.py -> build/lib/hamcrest/core
copying src/hamcrest/core/assert_that.py -> build/lib/hamcrest/core
copying src/hamcrest/core/base_description.py -> build/lib/hamcrest/core
copying src/hamcrest/core/base_matcher.py -> build/lib/hamcrest/core
copying src/hamcrest/core/compat.py -> build/lib/hamcrest/core
copying src/hamcrest/core/description.py -> build/lib/hamcrest/core
copying src/hamcrest/core/matcher.py -> build/lib/hamcrest/core
copying src/hamcrest/core/selfdescribing.py -> build/lib/hamcrest/core
copying src/hamcrest/core/selfdescribingvalue.py -> build/lib/hamcrest/core
copying src/hamcrest/core/string_description.py -> build/lib/hamcrest/core
creating build/lib/hamcrest/library
copying src/hamcrest/library/__init__.py -> build/lib/hamcrest/library
creating build/lib/hamcrest/core/core
copying src/hamcrest/core/core/__init__.py -> build/lib/hamcrest/core/core
copying src/hamcrest/core/core/allof.py -> build/lib/hamcrest/core/core
copying src/hamcrest/core/core/anyof.py -> build/lib/hamcrest/core/core
copying src/hamcrest/core/core/described_as.py -> build/lib/hamcrest/core/core
copying src/hamcrest/core/core/is_.py -> build/lib/hamcrest/core/core
copying src/hamcrest/core/core/isanything.py -> build/lib/hamcrest/core/core
copying src/hamcrest/core/core/isequal.py -> build/lib/hamcrest/core/core
copying src/hamcrest/core/core/isinstanceof.py -> build/lib/hamcrest/core/core
copying src/hamcrest/core/core/isnone.py -> build/lib/hamcrest/core/core
copying src/hamcrest/core/core/isnot.py -> build/lib/hamcrest/core/core
copying src/hamcrest/core/core/issame.py -> build/lib/hamcrest/core/core
copying src/hamcrest/core/core/raises.py -> build/lib/hamcrest/core/core
creating build/lib/hamcrest/core/helpers
copying src/hamcrest/core/helpers/__init__.py -> build/lib/hamcrest/core/helpers
copying src/hamcrest/core/helpers/hasmethod.py -> build/lib/hamcrest/core/helpers
copying src/hamcrest/core/helpers/ismock.py -> build/lib/hamcrest/core/helpers
copying src/hamcrest/core/helpers/wrap_matcher.py -> build/lib/hamcrest/core/helpers
creating build/lib/hamcrest/library/collection
copying src/hamcrest/library/collection/__init__.py -> build/lib/hamcrest/library/collection
copying src/hamcrest/library/collection/is_empty.py -> build/lib/hamcrest/library/collection
copying src/hamcrest/library/collection/isdict_containing.py -> build/lib/hamcrest/library/collection
copying src/hamcrest/library/collection/isdict_containingentries.py -> build/lib/hamcrest/library/collection
copying src/hamcrest/library/collection/isdict_containingkey.py -> build/lib/hamcrest/library/collection
copying src/hamcrest/library/collection/isdict_containingvalue.py -> build/lib/hamcrest/library/collection
copying src/hamcrest/library/collection/isin.py -> build/lib/hamcrest/library/collection
copying src/hamcrest/library/collection/issequence_containing.py -> build/lib/hamcrest/library/collection
copying src/hamcrest/library/collection/issequence_containinginanyorder.py -> build/lib/hamcrest/library/collection
copying src/hamcrest/library/collection/issequence_containinginorder.py -> build/lib/hamcrest/library/collection
copying src/hamcrest/library/collection/issequence_onlycontaining.py -> build/lib/hamcrest/library/collection
creating build/lib/hamcrest/library/integration
copying src/hamcrest/library/integration/__init__.py -> build/lib/hamcrest/library/integration
copying src/hamcrest/library/integration/match_equality.py -> build/lib/hamcrest/library/integration
creating build/lib/hamcrest/library/number
copying src/hamcrest/library/number/__init__.py -> build/lib/hamcrest/library/number
copying src/hamcrest/library/number/iscloseto.py -> build/lib/hamcrest/library/number
copying src/hamcrest/library/number/ordering_comparison.py -> build/lib/hamcrest/library/number
creating build/lib/hamcrest/library/object
copying src/hamcrest/library/object/__init__.py -> build/lib/hamcrest/library/object
copying src/hamcrest/library/object/haslength.py -> build/lib/hamcrest/library/object
copying src/hamcrest/library/object/hasproperty.py -> build/lib/hamcrest/library/object
copying src/hamcrest/library/object/hasstring.py -> build/lib/hamcrest/library/object
creating build/lib/hamcrest/library/text
copying src/hamcrest/library/text/__init__.py -> build/lib/hamcrest/library/text
copying src/hamcrest/library/text/isequal_ignoring_case.py -> build/lib/hamcrest/library/text
copying src/hamcrest/library/text/isequal_ignoring_whitespace.py -> build/lib/hamcrest/library/text
copying src/hamcrest/library/text/stringcontains.py -> build/lib/hamcrest/library/text
copying src/hamcrest/library/text/stringcontainsinorder.py -> build/lib/hamcrest/library/text
copying src/hamcrest/library/text/stringendswith.py -> build/lib/hamcrest/library/text
copying src/hamcrest/library/text/stringmatches.py -> build/lib/hamcrest/library/text
copying src/hamcrest/library/text/stringstartswith.py -> build/lib/hamcrest/library/text
copying src/hamcrest/library/text/substringmatcher.py -> build/lib/hamcrest/library/text
==> Entering fakeroot environment...
==> Starting package()...
running install
running build
running build_py
running install_lib
creating /build/python2-pyhamcrest/pkg/python2-pyhamcrest/usr
creating /build/python2-pyhamcrest/pkg/python2-pyhamcrest/usr/lib
creating /build/python2-pyhamcrest/pkg/python2-pyhamcrest/usr/lib/python2.7
creating /build/python2-pyhamcrest/pkg/python2-pyhamcrest/usr/lib/python2.7/site-packages
creating /build/python2-pyhamcrest/pkg/python2-pyhamcrest/usr/lib/python2.7/site-packages/hamcrest
copying build/lib/hamcrest/__init__.py -> /build/python2-pyhamcrest/pkg/python2-pyhamcrest/usr/lib/python2.7/site-packages/hamcrest
creating /build/python2-pyhamcrest/pkg/python2-pyhamcrest/usr/lib/python2.7/site-packages/hamcrest/core
copying build/lib/hamcrest/core/__init__.py -> /build/python2-pyhamcrest/pkg/python2-pyhamcrest/usr/lib/python2.7/site-packages/hamcrest/core
copying build/lib/hamcrest/core/assert_that.py -> /build/python2-pyhamcrest/pkg/python2-pyhamcrest/usr/lib/python2.7/site-packages/hamcrest/core
copying build/lib/hamcrest/core/base_description.py -> /build/python2-pyhamcrest/pkg/python2-pyhamcrest/usr/lib/python2.7/site-packages/hamcrest/core
copying build/lib/hamcrest/core/base_matcher.py -> /build/python2-pyhamcrest/pkg/python2-pyhamcrest/usr/lib/python2.7/site-packages/hamcrest/core
copying build/lib/hamcrest/core/compat.py -> /build/python2-pyhamcrest/pkg/python2-pyhamcrest/usr/lib/python2.7/site-packages/hamcrest/core
copying build/lib/hamcrest/core/description.py -> /build/python2-pyhamcrest/pkg/python2-pyhamcrest/usr/lib/python2.7/site-packages/hamcrest/core
copying build/lib/hamcrest/core/matcher.py -> /build/python2-pyhamcrest/pkg/python2-pyhamcrest/usr/lib/python2.7/site-packages/hamcrest/core
copying build/lib/hamcrest/core/selfdescribing.py -> /build/python2-pyhamcrest/pkg/python2-pyhamcrest/usr/lib/python2.7/site-packages/hamcrest/core
copying build/lib/hamcrest/core/selfdescribingvalue.py -> /build/python2-pyhamcrest/pkg/python2-pyhamcrest/usr/lib/python2.7/site-packages/hamcrest/core
copying build/lib/hamcrest/core/string_description.py -> /build/python2-pyhamcrest/pkg/python2-pyhamcrest/usr/lib/python2.7/site-packages/hamcrest/core
creating /build/python2-pyhamcrest/pkg/python2-pyhamcrest/usr/lib/python2.7/site-packages/hamcrest/core/core
copying build/lib/hamcrest/core/core/__init__.py -> /build/python2-pyhamcrest/pkg/python2-pyhamcrest/usr/lib/python2.7/site-packages/hamcrest/core/core
copying build/lib/hamcrest/core/core/allof.py -> /build/python2-pyhamcrest/pkg/python2-pyhamcrest/usr/lib/python2.7/site-packages/hamcrest/core/core
copying build/lib/hamcrest/core/core/anyof.py -> /build/python2-pyhamcrest/pkg/python2-pyhamcrest/usr/lib/python2.7/site-packages/hamcrest/core/core
copying build/lib/hamcrest/core/core/described_as.py -> /build/python2-pyhamcrest/pkg/python2-pyhamcrest/usr/lib/python2.7/site-packages/hamcrest/core/core
copying build/lib/hamcrest/core/core/is_.py -> /build/python2-pyhamcrest/pkg/python2-pyhamcrest/usr/lib/python2.7/site-packages/hamcrest/core/core
copying build/lib/hamcrest/core/core/isanything.py -> /build/python2-pyhamcrest/pkg/python2-pyhamcrest/usr/lib/python2.7/site-packages/hamcrest/core/core
copying build/lib/hamcrest/core/core/isequal.py -> /build/python2-pyhamcrest/pkg/python2-pyhamcrest/usr/lib/python2.7/site-packages/hamcrest/core/core
copying build/lib/hamcrest/core/core/isinstanceof.py -> /build/python2-pyhamcrest/pkg/python2-pyhamcrest/usr/lib/python2.7/site-packages/hamcrest/core/core
copying build/lib/hamcrest/core/core/isnone.py -> /build/python2-pyhamcrest/pkg/python2-pyhamcrest/usr/lib/python2.7/site-packages/hamcrest/core/core
copying build/lib/hamcrest/core/core/isnot.py -> /build/python2-pyhamcrest/pkg/python2-pyhamcrest/usr/lib/python2.7/site-packages/hamcrest/core/core
copying build/lib/hamcrest/core/core/issame.py -> /build/python2-pyhamcrest/pkg/python2-pyhamcrest/usr/lib/python2.7/site-packages/hamcrest/core/core
copying build/lib/hamcrest/core/core/raises.py -> /build/python2-pyhamcrest/pkg/python2-pyhamcrest/usr/lib/python2.7/site-packages/hamcrest/core/core
creating /build/python2-pyhamcrest/pkg/python2-pyhamcrest/usr/lib/python2.7/site-packages/hamcrest/core/helpers
copying build/lib/hamcrest/core/helpers/__init__.py -> /build/python2-pyhamcrest/pkg/python2-pyhamcrest/usr/lib/python2.7/site-packages/hamcrest/core/helpers
copying build/lib/hamcrest/core/helpers/hasmethod.py -> /build/python2-pyhamcrest/pkg/python2-pyhamcrest/usr/lib/python2.7/site-packages/hamcrest/core/helpers
copying build/lib/hamcrest/core/helpers/ismock.py -> /build/python2-pyhamcrest/pkg/python2-pyhamcrest/usr/lib/python2.7/site-packages/hamcrest/core/helpers
copying build/lib/hamcrest/core/helpers/wrap_matcher.py -> /build/python2-pyhamcrest/pkg/python2-pyhamcrest/usr/lib/python2.7/site-packages/hamcrest/core/helpers
creating /build/python2-pyhamcrest/pkg/python2-pyhamcrest/usr/lib/python2.7/site-packages/hamcrest/library
copying build/lib/hamcrest/library/__init__.py -> /build/python2-pyhamcrest/pkg/python2-pyhamcrest/usr/lib/python2.7/site-packages/hamcrest/library
creating /build/python2-pyhamcrest/pkg/python2-pyhamcrest/usr/lib/python2.7/site-packages/hamcrest/library/collection
copying build/lib/hamcrest/library/collection/__init__.py -> /build/python2-pyhamcrest/pkg/python2-pyhamcrest/usr/lib/python2.7/site-packages/hamcrest/library/collection
copying build/lib/hamcrest/library/collection/is_empty.py -> /build/python2-pyhamcrest/pkg/python2-pyhamcrest/usr/lib/python2.7/site-packages/hamcrest/library/collection
copying build/lib/hamcrest/library/collection/isdict_containing.py -> /build/python2-pyhamcrest/pkg/python2-pyhamcrest/usr/lib/python2.7/site-packages/hamcrest/library/collection
copying build/lib/hamcrest/library/collection/isdict_containingentries.py -> /build/python2-pyhamcrest/pkg/python2-pyhamcrest/usr/lib/python2.7/site-packages/hamcrest/library/collection
copying build/lib/hamcrest/library/collection/isdict_containingkey.py -> /build/python2-pyhamcrest/pkg/python2-pyhamcrest/usr/lib/python2.7/site-packages/hamcrest/library/collection
copying build/lib/hamcrest/library/collection/isdict_containingvalue.py -> /build/python2-pyhamcrest/pkg/python2-pyhamcrest/usr/lib/python2.7/site-packages/hamcrest/library/collection
copying build/lib/hamcrest/library/collection/isin.py -> /build/python2-pyhamcrest/pkg/python2-pyhamcrest/usr/lib/python2.7/site-packages/hamcrest/library/collection
copying build/lib/hamcrest/library/collection/issequence_containing.py -> /build/python2-pyhamcrest/pkg/python2-pyhamcrest/usr/lib/python2.7/site-packages/hamcrest/library/collection
copying build/lib/hamcrest/library/collection/issequence_containinginanyorder.py -> /build/python2-pyhamcrest/pkg/python2-pyhamcrest/usr/lib/python2.7/site-packages/hamcrest/library/collection
copying build/lib/hamcrest/library/collection/issequence_containinginorder.py -> /build/python2-pyhamcrest/pkg/python2-pyhamcrest/usr/lib/python2.7/site-packages/hamcrest/library/collection
copying build/lib/hamcrest/library/collection/issequence_onlycontaining.py -> /build/python2-pyhamcrest/pkg/python2-pyhamcrest/usr/lib/python2.7/site-packages/hamcrest/library/collection
creating /build/python2-pyhamcrest/pkg/python2-pyhamcrest/usr/lib/python2.7/site-packages/hamcrest/library/integration
copying build/lib/hamcrest/library/integration/__init__.py -> /build/python2-pyhamcrest/pkg/python2-pyhamcrest/usr/lib/python2.7/site-packages/hamcrest/library/integration
copying build/lib/hamcrest/library/integration/match_equality.py -> /build/python2-pyhamcrest/pkg/python2-pyhamcrest/usr/lib/python2.7/site-packages/hamcrest/library/integration
creating /build/python2-pyhamcrest/pkg/python2-pyhamcrest/usr/lib/python2.7/site-packages/hamcrest/library/number
copying build/lib/hamcrest/library/number/__init__.py -> /build/python2-pyhamcrest/pkg/python2-pyhamcrest/usr/lib/python2.7/site-packages/hamcrest/library/number
copying build/lib/hamcrest/library/number/iscloseto.py -> /build/python2-pyhamcrest/pkg/python2-pyhamcrest/usr/lib/python2.7/site-packages/hamcrest/library/number
copying build/lib/hamcrest/library/number/ordering_comparison.py -> /build/python2-pyhamcrest/pkg/python2-pyhamcrest/usr/lib/python2.7/site-packages/hamcrest/library/number
creating /build/python2-pyhamcrest/pkg/python2-pyhamcrest/usr/lib/python2.7/site-packages/hamcrest/library/object
copying build/lib/hamcrest/library/object/__init__.py -> /build/python2-pyhamcrest/pkg/python2-pyhamcrest/usr/lib/python2.7/site-packages/hamcrest/library/object
copying build/lib/hamcrest/library/object/haslength.py -> /build/python2-pyhamcrest/pkg/python2-pyhamcrest/usr/lib/python2.7/site-packages/hamcrest/library/object
copying build/lib/hamcrest/library/object/hasproperty.py -> /build/python2-pyhamcrest/pkg/python2-pyhamcrest/usr/lib/python2.7/site-packages/hamcrest/library/object
copying build/lib/hamcrest/library/object/hasstring.py -> /build/python2-pyhamcrest/pkg/python2-pyhamcrest/usr/lib/python2.7/site-packages/hamcrest/library/object
creating /build/python2-pyhamcrest/pkg/python2-pyhamcrest/usr/lib/python2.7/site-packages/hamcrest/library/text
copying build/lib/hamcrest/library/text/__init__.py -> /build/python2-pyhamcrest/pkg/python2-pyhamcrest/usr/lib/python2.7/site-packages/hamcrest/library/text
copying build/lib/hamcrest/library/text/isequal_ignoring_case.py -> /build/python2-pyhamcrest/pkg/python2-pyhamcrest/usr/lib/python2.7/site-packages/hamcrest/library/text
copying build/lib/hamcrest/library/text/isequal_ignoring_whitespace.py -> /build/python2-pyhamcrest/pkg/python2-pyhamcrest/usr/lib/python2.7/site-packages/hamcrest/library/text
copying build/lib/hamcrest/library/text/stringcontains.py -> /build/python2-pyhamcrest/pkg/python2-pyhamcrest/usr/lib/python2.7/site-packages/hamcrest/library/text
copying build/lib/hamcrest/library/text/stringcontainsinorder.py -> /build/python2-pyhamcrest/pkg/python2-pyhamcrest/usr/lib/python2.7/site-packages/hamcrest/library/text
copying build/lib/hamcrest/library/text/stringendswith.py -> /build/python2-pyhamcrest/pkg/python2-pyhamcrest/usr/lib/python2.7/site-packages/hamcrest/library/text
copying build/lib/hamcrest/library/text/stringmatches.py -> /build/python2-pyhamcrest/pkg/python2-pyhamcrest/usr/lib/python2.7/site-packages/hamcrest/library/text
copying build/lib/hamcrest/library/text/stringstartswith.py -> /build/python2-pyhamcrest/pkg/python2-pyhamcrest/usr/lib/python2.7/site-packages/hamcrest/library/text
copying build/lib/hamcrest/library/text/substringmatcher.py -> /build/python2-pyhamcrest/pkg/python2-pyhamcrest/usr/lib/python2.7/site-packages/hamcrest/library/text
byte-compiling /build/python2-pyhamcrest/pkg/python2-pyhamcrest/usr/lib/python2.7/site-packages/hamcrest/__init__.py to __init__.pyc
byte-compiling /build/python2-pyhamcrest/pkg/python2-pyhamcrest/usr/lib/python2.7/site-packages/hamcrest/core/__init__.py to __init__.pyc
byte-compiling /build/python2-pyhamcrest/pkg/python2-pyhamcrest/usr/lib/python2.7/site-packages/hamcrest/core/assert_that.py to assert_that.pyc
byte-compiling /build/python2-pyhamcrest/pkg/python2-pyhamcrest/usr/lib/python2.7/site-packages/hamcrest/core/base_description.py to base_description.pyc
byte-compiling /build/python2-pyhamcrest/pkg/python2-pyhamcrest/usr/lib/python2.7/site-packages/hamcrest/core/base_matcher.py to base_matcher.pyc
byte-compiling /build/python2-pyhamcrest/pkg/python2-pyhamcrest/usr/lib/python2.7/site-packages/hamcrest/core/compat.py to compat.pyc
byte-compiling /build/python2-pyhamcrest/pkg/python2-pyhamcrest/usr/lib/python2.7/site-packages/hamcrest/core/description.py to description.pyc
byte-compiling /build/python2-pyhamcrest/pkg/python2-pyhamcrest/usr/lib/python2.7/site-packages/hamcrest/core/matcher.py to matcher.pyc
byte-compiling /build/python2-pyhamcrest/pkg/python2-pyhamcrest/usr/lib/python2.7/site-packages/hamcrest/core/selfdescribing.py to selfdescribing.pyc
byte-compiling /build/python2-pyhamcrest/pkg/python2-pyhamcrest/usr/lib/python2.7/site-packages/hamcrest/core/selfdescribingvalue.py to selfdescribingvalue.pyc
byte-compiling /build/python2-pyhamcrest/pkg/python2-pyhamcrest/usr/lib/python2.7/site-packages/hamcrest/core/string_description.py to string_description.pyc
byte-compiling /build/python2-pyhamcrest/pkg/python2-pyhamcrest/usr/lib/python2.7/site-packages/hamcrest/core/core/__init__.py to __init__.pyc
byte-compiling /build/python2-pyhamcrest/pkg/python2-pyhamcrest/usr/lib/python2.7/site-packages/hamcrest/core/core/allof.py to allof.pyc
byte-compiling /build/python2-pyhamcrest/pkg/python2-pyhamcrest/usr/lib/python2.7/site-packages/hamcrest/core/core/anyof.py to anyof.pyc
byte-compiling /build/python2-pyhamcrest/pkg/python2-pyhamcrest/usr/lib/python2.7/site-packages/hamcrest/core/core/described_as.py to described_as.pyc
byte-compiling /build/python2-pyhamcrest/pkg/python2-pyhamcrest/usr/lib/python2.7/site-packages/hamcrest/core/core/is_.py to is_.pyc
byte-compiling /build/python2-pyhamcrest/pkg/python2-pyhamcrest/usr/lib/python2.7/site-packages/hamcrest/core/core/isanything.py to isanything.pyc
byte-compiling /build/python2-pyhamcrest/pkg/python2-pyhamcrest/usr/lib/python2.7/site-packages/hamcrest/core/core/isequal.py to isequal.pyc
byte-compiling /build/python2-pyhamcrest/pkg/python2-pyhamcrest/usr/lib/python2.7/site-packages/hamcrest/core/core/isinstanceof.py to isinstanceof.pyc
byte-compiling /build/python2-pyhamcrest/pkg/python2-pyhamcrest/usr/lib/python2.7/site-packages/hamcrest/core/core/isnone.py to isnone.pyc
byte-compiling /build/python2-pyhamcrest/pkg/python2-pyhamcrest/usr/lib/python2.7/site-packages/hamcrest/core/core/isnot.py to isnot.pyc
byte-compiling /build/python2-pyhamcrest/pkg/python2-pyhamcrest/usr/lib/python2.7/site-packages/hamcrest/core/core/issame.py to issame.pyc
byte-compiling /build/python2-pyhamcrest/pkg/python2-pyhamcrest/usr/lib/python2.7/site-packages/hamcrest/core/core/raises.py to raises.pyc
byte-compiling /build/python2-pyhamcrest/pkg/python2-pyhamcrest/usr/lib/python2.7/site-packages/hamcrest/core/helpers/__init__.py to __init__.pyc
byte-compiling /build/python2-pyhamcrest/pkg/python2-pyhamcrest/usr/lib/python2.7/site-packages/hamcrest/core/helpers/hasmethod.py to hasmethod.pyc
byte-compiling /build/python2-pyhamcrest/pkg/python2-pyhamcrest/usr/lib/python2.7/site-packages/hamcrest/core/helpers/ismock.py to ismock.pyc
byte-compiling /build/python2-pyhamcrest/pkg/python2-pyhamcrest/usr/lib/python2.7/site-packages/hamcrest/core/helpers/wrap_matcher.py to wrap_matcher.pyc
byte-compiling /build/python2-pyhamcrest/pkg/python2-pyhamcrest/usr/lib/python2.7/site-packages/hamcrest/library/__init__.py to __init__.pyc
byte-compiling /build/python2-pyhamcrest/pkg/python2-pyhamcrest/usr/lib/python2.7/site-packages/hamcrest/library/collection/__init__.py to __init__.pyc
byte-compiling /build/python2-pyhamcrest/pkg/python2-pyhamcrest/usr/lib/python2.7/site-packages/hamcrest/library/collection/is_empty.py to is_empty.pyc
byte-compiling /build/python2-pyhamcrest/pkg/python2-pyhamcrest/usr/lib/python2.7/site-packages/hamcrest/library/collection/isdict_containing.py to isdict_containing.pyc
byte-compiling /build/python2-pyhamcrest/pkg/python2-pyhamcrest/usr/lib/python2.7/site-packages/hamcrest/library/collection/isdict_containingentries.py to isdict_containingentries.pyc
byte-compiling /build/python2-pyhamcrest/pkg/python2-pyhamcrest/usr/lib/python2.7/site-packages/hamcrest/library/collection/isdict_containingkey.py to isdict_containingkey.pyc
byte-compiling /build/python2-pyhamcrest/pkg/python2-pyhamcrest/usr/lib/python2.7/site-packages/hamcrest/library/collection/isdict_containingvalue.py to isdict_containingvalue.pyc
byte-compiling /build/python2-pyhamcrest/pkg/python2-pyhamcrest/usr/lib/python2.7/site-packages/hamcrest/library/collection/isin.py to isin.pyc
byte-compiling /build/python2-pyhamcrest/pkg/python2-pyhamcrest/usr/lib/python2.7/site-packages/hamcrest/library/collection/issequence_containing.py to issequence_containing.pyc
byte-compiling /build/python2-pyhamcrest/pkg/python2-pyhamcrest/usr/lib/python2.7/site-packages/hamcrest/library/collection/issequence_containinginanyorder.py to issequence_containinginanyorder.pyc
byte-compiling /build/python2-pyhamcrest/pkg/python2-pyhamcrest/usr/lib/python2.7/site-packages/hamcrest/library/collection/issequence_containinginorder.py to issequence_containinginorder.pyc
byte-compiling /build/python2-pyhamcrest/pkg/python2-pyhamcrest/usr/lib/python2.7/site-packages/hamcrest/library/collection/issequence_onlycontaining.py to issequence_onlycontaining.pyc
byte-compiling /build/python2-pyhamcrest/pkg/python2-pyhamcrest/usr/lib/python2.7/site-packages/hamcrest/library/integration/__init__.py to __init__.pyc
byte-compiling /build/python2-pyhamcrest/pkg/python2-pyhamcrest/usr/lib/python2.7/site-packages/hamcrest/library/integration/match_equality.py to match_equality.pyc
byte-compiling /build/python2-pyhamcrest/pkg/python2-pyhamcrest/usr/lib/python2.7/site-packages/hamcrest/library/number/__init__.py to __init__.pyc
byte-compiling /build/python2-pyhamcrest/pkg/python2-pyhamcrest/usr/lib/python2.7/site-packages/hamcrest/library/number/iscloseto.py to iscloseto.pyc
byte-compiling /build/python2-pyhamcrest/pkg/python2-pyhamcrest/usr/lib/python2.7/site-packages/hamcrest/library/number/ordering_comparison.py to ordering_comparison.pyc
byte-compiling /build/python2-pyhamcrest/pkg/python2-pyhamcrest/usr/lib/python2.7/site-packages/hamcrest/library/object/__init__.py to __init__.pyc
byte-compiling /build/python2-pyhamcrest/pkg/python2-pyhamcrest/usr/lib/python2.7/site-packages/hamcrest/library/object/haslength.py to haslength.pyc
byte-compiling /build/python2-pyhamcrest/pkg/python2-pyhamcrest/usr/lib/python2.7/site-packages/hamcrest/library/object/hasproperty.py to hasproperty.pyc
byte-compiling /build/python2-pyhamcrest/pkg/python2-pyhamcrest/usr/lib/python2.7/site-packages/hamcrest/library/object/hasstring.py to hasstring.pyc
byte-compiling /build/python2-pyhamcrest/pkg/python2-pyhamcrest/usr/lib/python2.7/site-packages/hamcrest/library/text/__init__.py to __init__.pyc
byte-compiling /build/python2-pyhamcrest/pkg/python2-pyhamcrest/usr/lib/python2.7/site-packages/hamcrest/library/text/isequal_ignoring_case.py to isequal_ignoring_case.pyc
byte-compiling /build/python2-pyhamcrest/pkg/python2-pyhamcrest/usr/lib/python2.7/site-packages/hamcrest/library/text/isequal_ignoring_whitespace.py to isequal_ignoring_whitespace.pyc
byte-compiling /build/python2-pyhamcrest/pkg/python2-pyhamcrest/usr/lib/python2.7/site-packages/hamcrest/library/text/stringcontains.py to stringcontains.pyc
byte-compiling /build/python2-pyhamcrest/pkg/python2-pyhamcrest/usr/lib/python2.7/site-packages/hamcrest/library/text/stringcontainsinorder.py to stringcontainsinorder.pyc
byte-compiling /build/python2-pyhamcrest/pkg/python2-pyhamcrest/usr/lib/python2.7/site-packages/hamcrest/library/text/stringendswith.py to stringendswith.pyc
byte-compiling /build/python2-pyhamcrest/pkg/python2-pyhamcrest/usr/lib/python2.7/site-packages/hamcrest/library/text/stringmatches.py to stringmatches.pyc
byte-compiling /build/python2-pyhamcrest/pkg/python2-pyhamcrest/usr/lib/python2.7/site-packages/hamcrest/library/text/stringstartswith.py to stringstartswith.pyc
byte-compiling /build/python2-pyhamcrest/pkg/python2-pyhamcrest/usr/lib/python2.7/site-packages/hamcrest/library/text/substringmatcher.py to substringmatcher.pyc
writing byte-compilation script '/tmp/tmpafI80R.py'
/usr/bin/python2 -O /tmp/tmpafI80R.py
removing /tmp/tmpafI80R.py
running install_egg_info
running egg_info
creating src/PyHamcrest.egg-info
writing requirements to src/PyHamcrest.egg-info/requires.txt
writing src/PyHamcrest.egg-info/PKG-INFO
writing top-level names to src/PyHamcrest.egg-info/top_level.txt
writing dependency_links to src/PyHamcrest.egg-info/dependency_links.txt
writing manifest file 'src/PyHamcrest.egg-info/SOURCES.txt'
reading manifest file 'src/PyHamcrest.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
warning: no files found matching 'README.md'
writing manifest file 'src/PyHamcrest.egg-info/SOURCES.txt'
Copying src/PyHamcrest.egg-info to /build/python2-pyhamcrest/pkg/python2-pyhamcrest/usr/lib/python2.7/site-packages/PyHamcrest-1.10.1-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-pyhamcrest"...
-> Generating .PKGINFO file...
-> Generating .BUILDINFO file...
-> Generating .MTREE file...
-> Compressing package...
==> Leaving fakeroot environment.
==> Finished making: python2-pyhamcrest 1.10.1-1 (Tue Feb 13 14:29:04 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-pyhamcrest-1.10.1-1-any.pkg.tar.zst' -> '/var/lib/aur-repo/python2-pyhamcrest-1.10.1-1-any.pkg.tar.zst'
'python2-pyhamcrest-1.10.1-1-any.pkg.tar.zst.sig' -> '/var/lib/aur-repo/python2-pyhamcrest-1.10.1-1-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 02:28:46 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 02:28:47 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-pyhamcrest-1.10.1-1-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.
ERROR: Last Changes NOT published due to the following error: Could not find previous head of repository located at /var/lib/jenkins/workspace/pkgbuilds/python2-pyhamcrest/.git. Its your first commit?
Finished: SUCCESS