Skip to content
Success

Console Output

Started by user score
Running as SYSTEM
Building in workspace /var/lib/jenkins/workspace/pkgbuilds/python2-hypothesis
The recommended git tool is: NONE
No credentials specified
 > git rev-parse --resolve-git-dir /var/lib/jenkins/workspace/pkgbuilds/python2-hypothesis/.git # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://aur.archlinux.org/python2-hypothesis.git # timeout=10
Fetching upstream changes from https://aur.archlinux.org/python2-hypothesis.git
 > git --version # timeout=10
 > git --version # 'git version 2.43.1'
 > git fetch --tags --force --progress -- https://aur.archlinux.org/python2-hypothesis.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git rev-parse refs/remotes/origin/master^{commit} # timeout=10
Checking out Revision 4ca59a434ca8aadaa2c6c76fd6197fcb1b7337a6 (refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 4ca59a434ca8aadaa2c6c76fd6197fcb1b7337a6 # timeout=10
Commit message: "AUR submission after python2 support was dropped from the main repos in https://github.com/archlinux/svntogit-community/commit/dd0184f4e77987b3688a3c9a5b53341d8f2d93e8"
 > git rev-list --no-walk 4ca59a434ca8aadaa2c6c76fd6197fcb1b7337a6 # timeout=10
[python2-hypothesis] $ /bin/sh -xe /tmp/jenkins2146500953832643213.sh
+ '[' -e PKGBUILD ']'
+ '[' -n 'depends+=(python2-enum34)' ']'
+ trap 'mv -v PKGBUILD.real PKGBUILD' EXIT
+ mv PKGBUILD PKGBUILD.real
+ cat PKGBUILD.real
+ printf '\n%s\n' 'depends+=(python2-enum34)'
+ rm -vf python2-hypothesis-4.57.1-1-any.pkg.tar.zst python2-hypothesis-4.57.1-1-any.pkg.tar.zst.sig
removed 'python2-hypothesis-4.57.1-1-any.pkg.tar.zst'
removed 'python2-hypothesis-4.57.1-1-any.pkg.tar.zst.sig'
+ sudo /usr/local/sbin/build-chroot-pkg python2-hypothesis
==> Synchronizing chroot copy [/var/lib/jenkins/chroots/root1/root] -> [build-0004]...done
==> Making package: python2-hypothesis 4.57.1-1 (Tue Feb 13 00:56:56 2024)
==> Retrieving sources...
-> Found python2-hypothesis-4.57.1.tar.gz
==> Validating source files with sha512sums...
python2-hypothesis-4.57.1.tar.gz ... Passed
==> Making package: python2-hypothesis 4.57.1-1 (Tue Feb 13 00:57:00 2024)
==> Checking runtime dependencies...
==> Installing missing dependencies...
resolving dependencies...
looking for conflicting packages...
Packages (6) libnsl-2.0.1-1 openssl-1.1-1.1.1.w-1 python2-2.7.18-9
python2-attrs-21.4.0-1 python2-enum34-1.1.10-2
python2-sortedcontainers-2.4.0-1
Total Download Size: 0.05 MiB
Total Installed Size: 83.36 MiB
:: Proceed with installation? [Y/n]
:: Retrieving packages...
python2-enum34-1.1.10-2-any downloading...
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
installing python2-attrs...
installing python2-sortedcontainers...
installing python2-enum34...
==> Checking buildtime dependencies...
==> Installing missing dependencies...
resolving dependencies...
looking for conflicting packages...
Packages (1) python2-setuptools-2:44.1.1-2
Total Installed Size: 3.81 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-setuptools...
==> Retrieving sources...
-> Found python2-hypothesis-4.57.1.tar.gz
==> WARNING: Skipping all source file integrity checks.
==> Extracting sources...
-> Extracting python2-hypothesis-4.57.1.tar.gz with bsdtar
==> Starting prepare()...
==> Starting build()...
running build
running build_py
creating build
creating build/lib
creating build/lib/hypothesis
copying src/hypothesis/__init__.py -> build/lib/hypothesis
copying src/hypothesis/_settings.py -> build/lib/hypothesis
copying src/hypothesis/configuration.py -> build/lib/hypothesis
copying src/hypothesis/control.py -> build/lib/hypothesis
copying src/hypothesis/core.py -> build/lib/hypothesis
copying src/hypothesis/database.py -> build/lib/hypothesis
copying src/hypothesis/errors.py -> build/lib/hypothesis
copying src/hypothesis/executors.py -> build/lib/hypothesis
copying src/hypothesis/provisional.py -> build/lib/hypothesis
copying src/hypothesis/reporting.py -> build/lib/hypothesis
copying src/hypothesis/stateful.py -> build/lib/hypothesis
copying src/hypothesis/statistics.py -> build/lib/hypothesis
copying src/hypothesis/types.py -> build/lib/hypothesis
copying src/hypothesis/version.py -> build/lib/hypothesis
creating build/lib/hypothesis/extra
copying src/hypothesis/extra/__init__.py -> build/lib/hypothesis/extra
copying src/hypothesis/extra/dateutil.py -> build/lib/hypothesis/extra
copying src/hypothesis/extra/dpcontracts.py -> build/lib/hypothesis/extra
copying src/hypothesis/extra/lark.py -> build/lib/hypothesis/extra
copying src/hypothesis/extra/numpy.py -> build/lib/hypothesis/extra
copying src/hypothesis/extra/pytestplugin.py -> build/lib/hypothesis/extra
copying src/hypothesis/extra/pytz.py -> build/lib/hypothesis/extra
creating build/lib/hypothesis/internal
copying src/hypothesis/internal/__init__.py -> build/lib/hypothesis/internal
copying src/hypothesis/internal/cache.py -> build/lib/hypothesis/internal
copying src/hypothesis/internal/cathetus.py -> build/lib/hypothesis/internal
copying src/hypothesis/internal/charmap.py -> build/lib/hypothesis/internal
copying src/hypothesis/internal/compat.py -> build/lib/hypothesis/internal
copying src/hypothesis/internal/coverage.py -> build/lib/hypothesis/internal
copying src/hypothesis/internal/detection.py -> build/lib/hypothesis/internal
copying src/hypothesis/internal/entropy.py -> build/lib/hypothesis/internal
copying src/hypothesis/internal/escalation.py -> build/lib/hypothesis/internal
copying src/hypothesis/internal/floats.py -> build/lib/hypothesis/internal
copying src/hypothesis/internal/healthcheck.py -> build/lib/hypothesis/internal
copying src/hypothesis/internal/intervalsets.py -> build/lib/hypothesis/internal
copying src/hypothesis/internal/lazyformat.py -> build/lib/hypothesis/internal
copying src/hypothesis/internal/reflection.py -> build/lib/hypothesis/internal
copying src/hypothesis/internal/validation.py -> build/lib/hypothesis/internal
creating build/lib/hypothesis/strategies
copying src/hypothesis/strategies/__init__.py -> build/lib/hypothesis/strategies
creating build/lib/hypothesis/utils
copying src/hypothesis/utils/__init__.py -> build/lib/hypothesis/utils
copying src/hypothesis/utils/conventions.py -> build/lib/hypothesis/utils
copying src/hypothesis/utils/dynamicvariables.py -> build/lib/hypothesis/utils
creating build/lib/hypothesis/vendor
copying src/hypothesis/vendor/__init__.py -> build/lib/hypothesis/vendor
copying src/hypothesis/vendor/pretty.py -> build/lib/hypothesis/vendor
creating build/lib/hypothesis/extra/django
copying src/hypothesis/extra/django/__init__.py -> build/lib/hypothesis/extra/django
copying src/hypothesis/extra/django/_fields.py -> build/lib/hypothesis/extra/django
copying src/hypothesis/extra/django/_impl.py -> build/lib/hypothesis/extra/django
copying src/hypothesis/extra/django/models.py -> build/lib/hypothesis/extra/django
creating build/lib/hypothesis/extra/pandas
copying src/hypothesis/extra/pandas/__init__.py -> build/lib/hypothesis/extra/pandas
copying src/hypothesis/extra/pandas/impl.py -> build/lib/hypothesis/extra/pandas
creating build/lib/hypothesis/internal/conjecture
copying src/hypothesis/internal/conjecture/__init__.py -> build/lib/hypothesis/internal/conjecture
copying src/hypothesis/internal/conjecture/choicetree.py -> build/lib/hypothesis/internal/conjecture
copying src/hypothesis/internal/conjecture/data.py -> build/lib/hypothesis/internal/conjecture
copying src/hypothesis/internal/conjecture/datatree.py -> build/lib/hypothesis/internal/conjecture
copying src/hypothesis/internal/conjecture/engine.py -> build/lib/hypothesis/internal/conjecture
copying src/hypothesis/internal/conjecture/floats.py -> build/lib/hypothesis/internal/conjecture
copying src/hypothesis/internal/conjecture/junkdrawer.py -> build/lib/hypothesis/internal/conjecture
copying src/hypothesis/internal/conjecture/optimiser.py -> build/lib/hypothesis/internal/conjecture
copying src/hypothesis/internal/conjecture/pareto.py -> build/lib/hypothesis/internal/conjecture
copying src/hypothesis/internal/conjecture/shrinker.py -> build/lib/hypothesis/internal/conjecture
copying src/hypothesis/internal/conjecture/utils.py -> build/lib/hypothesis/internal/conjecture
creating build/lib/hypothesis/internal/conjecture/shrinking
copying src/hypothesis/internal/conjecture/shrinking/__init__.py -> build/lib/hypothesis/internal/conjecture/shrinking
copying src/hypothesis/internal/conjecture/shrinking/common.py -> build/lib/hypothesis/internal/conjecture/shrinking
copying src/hypothesis/internal/conjecture/shrinking/floats.py -> build/lib/hypothesis/internal/conjecture/shrinking
copying src/hypothesis/internal/conjecture/shrinking/integer.py -> build/lib/hypothesis/internal/conjecture/shrinking
copying src/hypothesis/internal/conjecture/shrinking/lexical.py -> build/lib/hypothesis/internal/conjecture/shrinking
copying src/hypothesis/internal/conjecture/shrinking/ordering.py -> build/lib/hypothesis/internal/conjecture/shrinking
creating build/lib/hypothesis/strategies/_internal
copying src/hypothesis/strategies/_internal/__init__.py -> build/lib/hypothesis/strategies/_internal
copying src/hypothesis/strategies/_internal/attrs.py -> build/lib/hypothesis/strategies/_internal
copying src/hypothesis/strategies/_internal/collections.py -> build/lib/hypothesis/strategies/_internal
copying src/hypothesis/strategies/_internal/core.py -> build/lib/hypothesis/strategies/_internal
copying src/hypothesis/strategies/_internal/datetime.py -> build/lib/hypothesis/strategies/_internal
copying src/hypothesis/strategies/_internal/deferred.py -> build/lib/hypothesis/strategies/_internal
copying src/hypothesis/strategies/_internal/featureflags.py -> build/lib/hypothesis/strategies/_internal
copying src/hypothesis/strategies/_internal/flatmapped.py -> build/lib/hypothesis/strategies/_internal
copying src/hypothesis/strategies/_internal/functions.py -> build/lib/hypothesis/strategies/_internal
copying src/hypothesis/strategies/_internal/lazy.py -> build/lib/hypothesis/strategies/_internal
copying src/hypothesis/strategies/_internal/misc.py -> build/lib/hypothesis/strategies/_internal
copying src/hypothesis/strategies/_internal/numbers.py -> build/lib/hypothesis/strategies/_internal
copying src/hypothesis/strategies/_internal/recursive.py -> build/lib/hypothesis/strategies/_internal
copying src/hypothesis/strategies/_internal/regex.py -> build/lib/hypothesis/strategies/_internal
copying src/hypothesis/strategies/_internal/shared.py -> build/lib/hypothesis/strategies/_internal
copying src/hypothesis/strategies/_internal/strategies.py -> build/lib/hypothesis/strategies/_internal
copying src/hypothesis/strategies/_internal/strings.py -> build/lib/hypothesis/strategies/_internal
copying src/hypothesis/strategies/_internal/types.py -> build/lib/hypothesis/strategies/_internal
copying src/hypothesis/py.typed -> build/lib/hypothesis
copying src/hypothesis/vendor/tlds-alpha-by-domain.txt -> build/lib/hypothesis/vendor
==> Entering fakeroot environment...
==> Starting package()...
running install
running build
running build_py
running install_lib
creating /build/python2-hypothesis/pkg/python2-hypothesis/usr
creating /build/python2-hypothesis/pkg/python2-hypothesis/usr/lib
creating /build/python2-hypothesis/pkg/python2-hypothesis/usr/lib/python2.7
creating /build/python2-hypothesis/pkg/python2-hypothesis/usr/lib/python2.7/site-packages
creating /build/python2-hypothesis/pkg/python2-hypothesis/usr/lib/python2.7/site-packages/hypothesis
copying build/lib/hypothesis/__init__.py -> /build/python2-hypothesis/pkg/python2-hypothesis/usr/lib/python2.7/site-packages/hypothesis
copying build/lib/hypothesis/_settings.py -> /build/python2-hypothesis/pkg/python2-hypothesis/usr/lib/python2.7/site-packages/hypothesis
copying build/lib/hypothesis/configuration.py -> /build/python2-hypothesis/pkg/python2-hypothesis/usr/lib/python2.7/site-packages/hypothesis
copying build/lib/hypothesis/control.py -> /build/python2-hypothesis/pkg/python2-hypothesis/usr/lib/python2.7/site-packages/hypothesis
copying build/lib/hypothesis/core.py -> /build/python2-hypothesis/pkg/python2-hypothesis/usr/lib/python2.7/site-packages/hypothesis
copying build/lib/hypothesis/database.py -> /build/python2-hypothesis/pkg/python2-hypothesis/usr/lib/python2.7/site-packages/hypothesis
copying build/lib/hypothesis/errors.py -> /build/python2-hypothesis/pkg/python2-hypothesis/usr/lib/python2.7/site-packages/hypothesis
copying build/lib/hypothesis/executors.py -> /build/python2-hypothesis/pkg/python2-hypothesis/usr/lib/python2.7/site-packages/hypothesis
copying build/lib/hypothesis/provisional.py -> /build/python2-hypothesis/pkg/python2-hypothesis/usr/lib/python2.7/site-packages/hypothesis
copying build/lib/hypothesis/reporting.py -> /build/python2-hypothesis/pkg/python2-hypothesis/usr/lib/python2.7/site-packages/hypothesis
copying build/lib/hypothesis/stateful.py -> /build/python2-hypothesis/pkg/python2-hypothesis/usr/lib/python2.7/site-packages/hypothesis
copying build/lib/hypothesis/statistics.py -> /build/python2-hypothesis/pkg/python2-hypothesis/usr/lib/python2.7/site-packages/hypothesis
copying build/lib/hypothesis/types.py -> /build/python2-hypothesis/pkg/python2-hypothesis/usr/lib/python2.7/site-packages/hypothesis
copying build/lib/hypothesis/version.py -> /build/python2-hypothesis/pkg/python2-hypothesis/usr/lib/python2.7/site-packages/hypothesis
creating /build/python2-hypothesis/pkg/python2-hypothesis/usr/lib/python2.7/site-packages/hypothesis/extra
copying build/lib/hypothesis/extra/__init__.py -> /build/python2-hypothesis/pkg/python2-hypothesis/usr/lib/python2.7/site-packages/hypothesis/extra
copying build/lib/hypothesis/extra/dateutil.py -> /build/python2-hypothesis/pkg/python2-hypothesis/usr/lib/python2.7/site-packages/hypothesis/extra
copying build/lib/hypothesis/extra/dpcontracts.py -> /build/python2-hypothesis/pkg/python2-hypothesis/usr/lib/python2.7/site-packages/hypothesis/extra
copying build/lib/hypothesis/extra/lark.py -> /build/python2-hypothesis/pkg/python2-hypothesis/usr/lib/python2.7/site-packages/hypothesis/extra
copying build/lib/hypothesis/extra/numpy.py -> /build/python2-hypothesis/pkg/python2-hypothesis/usr/lib/python2.7/site-packages/hypothesis/extra
copying build/lib/hypothesis/extra/pytestplugin.py -> /build/python2-hypothesis/pkg/python2-hypothesis/usr/lib/python2.7/site-packages/hypothesis/extra
copying build/lib/hypothesis/extra/pytz.py -> /build/python2-hypothesis/pkg/python2-hypothesis/usr/lib/python2.7/site-packages/hypothesis/extra
creating /build/python2-hypothesis/pkg/python2-hypothesis/usr/lib/python2.7/site-packages/hypothesis/extra/django
copying build/lib/hypothesis/extra/django/__init__.py -> /build/python2-hypothesis/pkg/python2-hypothesis/usr/lib/python2.7/site-packages/hypothesis/extra/django
copying build/lib/hypothesis/extra/django/_fields.py -> /build/python2-hypothesis/pkg/python2-hypothesis/usr/lib/python2.7/site-packages/hypothesis/extra/django
copying build/lib/hypothesis/extra/django/_impl.py -> /build/python2-hypothesis/pkg/python2-hypothesis/usr/lib/python2.7/site-packages/hypothesis/extra/django
copying build/lib/hypothesis/extra/django/models.py -> /build/python2-hypothesis/pkg/python2-hypothesis/usr/lib/python2.7/site-packages/hypothesis/extra/django
creating /build/python2-hypothesis/pkg/python2-hypothesis/usr/lib/python2.7/site-packages/hypothesis/extra/pandas
copying build/lib/hypothesis/extra/pandas/__init__.py -> /build/python2-hypothesis/pkg/python2-hypothesis/usr/lib/python2.7/site-packages/hypothesis/extra/pandas
copying build/lib/hypothesis/extra/pandas/impl.py -> /build/python2-hypothesis/pkg/python2-hypothesis/usr/lib/python2.7/site-packages/hypothesis/extra/pandas
creating /build/python2-hypothesis/pkg/python2-hypothesis/usr/lib/python2.7/site-packages/hypothesis/internal
copying build/lib/hypothesis/internal/__init__.py -> /build/python2-hypothesis/pkg/python2-hypothesis/usr/lib/python2.7/site-packages/hypothesis/internal
copying build/lib/hypothesis/internal/cache.py -> /build/python2-hypothesis/pkg/python2-hypothesis/usr/lib/python2.7/site-packages/hypothesis/internal
copying build/lib/hypothesis/internal/cathetus.py -> /build/python2-hypothesis/pkg/python2-hypothesis/usr/lib/python2.7/site-packages/hypothesis/internal
copying build/lib/hypothesis/internal/charmap.py -> /build/python2-hypothesis/pkg/python2-hypothesis/usr/lib/python2.7/site-packages/hypothesis/internal
copying build/lib/hypothesis/internal/compat.py -> /build/python2-hypothesis/pkg/python2-hypothesis/usr/lib/python2.7/site-packages/hypothesis/internal
copying build/lib/hypothesis/internal/coverage.py -> /build/python2-hypothesis/pkg/python2-hypothesis/usr/lib/python2.7/site-packages/hypothesis/internal
copying build/lib/hypothesis/internal/detection.py -> /build/python2-hypothesis/pkg/python2-hypothesis/usr/lib/python2.7/site-packages/hypothesis/internal
copying build/lib/hypothesis/internal/entropy.py -> /build/python2-hypothesis/pkg/python2-hypothesis/usr/lib/python2.7/site-packages/hypothesis/internal
copying build/lib/hypothesis/internal/escalation.py -> /build/python2-hypothesis/pkg/python2-hypothesis/usr/lib/python2.7/site-packages/hypothesis/internal
copying build/lib/hypothesis/internal/floats.py -> /build/python2-hypothesis/pkg/python2-hypothesis/usr/lib/python2.7/site-packages/hypothesis/internal
copying build/lib/hypothesis/internal/healthcheck.py -> /build/python2-hypothesis/pkg/python2-hypothesis/usr/lib/python2.7/site-packages/hypothesis/internal
copying build/lib/hypothesis/internal/intervalsets.py -> /build/python2-hypothesis/pkg/python2-hypothesis/usr/lib/python2.7/site-packages/hypothesis/internal
copying build/lib/hypothesis/internal/lazyformat.py -> /build/python2-hypothesis/pkg/python2-hypothesis/usr/lib/python2.7/site-packages/hypothesis/internal
copying build/lib/hypothesis/internal/reflection.py -> /build/python2-hypothesis/pkg/python2-hypothesis/usr/lib/python2.7/site-packages/hypothesis/internal
copying build/lib/hypothesis/internal/validation.py -> /build/python2-hypothesis/pkg/python2-hypothesis/usr/lib/python2.7/site-packages/hypothesis/internal
creating /build/python2-hypothesis/pkg/python2-hypothesis/usr/lib/python2.7/site-packages/hypothesis/internal/conjecture
copying build/lib/hypothesis/internal/conjecture/__init__.py -> /build/python2-hypothesis/pkg/python2-hypothesis/usr/lib/python2.7/site-packages/hypothesis/internal/conjecture
copying build/lib/hypothesis/internal/conjecture/choicetree.py -> /build/python2-hypothesis/pkg/python2-hypothesis/usr/lib/python2.7/site-packages/hypothesis/internal/conjecture
copying build/lib/hypothesis/internal/conjecture/data.py -> /build/python2-hypothesis/pkg/python2-hypothesis/usr/lib/python2.7/site-packages/hypothesis/internal/conjecture
copying build/lib/hypothesis/internal/conjecture/datatree.py -> /build/python2-hypothesis/pkg/python2-hypothesis/usr/lib/python2.7/site-packages/hypothesis/internal/conjecture
copying build/lib/hypothesis/internal/conjecture/engine.py -> /build/python2-hypothesis/pkg/python2-hypothesis/usr/lib/python2.7/site-packages/hypothesis/internal/conjecture
copying build/lib/hypothesis/internal/conjecture/floats.py -> /build/python2-hypothesis/pkg/python2-hypothesis/usr/lib/python2.7/site-packages/hypothesis/internal/conjecture
copying build/lib/hypothesis/internal/conjecture/junkdrawer.py -> /build/python2-hypothesis/pkg/python2-hypothesis/usr/lib/python2.7/site-packages/hypothesis/internal/conjecture
copying build/lib/hypothesis/internal/conjecture/optimiser.py -> /build/python2-hypothesis/pkg/python2-hypothesis/usr/lib/python2.7/site-packages/hypothesis/internal/conjecture
copying build/lib/hypothesis/internal/conjecture/pareto.py -> /build/python2-hypothesis/pkg/python2-hypothesis/usr/lib/python2.7/site-packages/hypothesis/internal/conjecture
copying build/lib/hypothesis/internal/conjecture/shrinker.py -> /build/python2-hypothesis/pkg/python2-hypothesis/usr/lib/python2.7/site-packages/hypothesis/internal/conjecture
copying build/lib/hypothesis/internal/conjecture/utils.py -> /build/python2-hypothesis/pkg/python2-hypothesis/usr/lib/python2.7/site-packages/hypothesis/internal/conjecture
creating /build/python2-hypothesis/pkg/python2-hypothesis/usr/lib/python2.7/site-packages/hypothesis/internal/conjecture/shrinking
copying build/lib/hypothesis/internal/conjecture/shrinking/__init__.py -> /build/python2-hypothesis/pkg/python2-hypothesis/usr/lib/python2.7/site-packages/hypothesis/internal/conjecture/shrinking
copying build/lib/hypothesis/internal/conjecture/shrinking/common.py -> /build/python2-hypothesis/pkg/python2-hypothesis/usr/lib/python2.7/site-packages/hypothesis/internal/conjecture/shrinking
copying build/lib/hypothesis/internal/conjecture/shrinking/floats.py -> /build/python2-hypothesis/pkg/python2-hypothesis/usr/lib/python2.7/site-packages/hypothesis/internal/conjecture/shrinking
copying build/lib/hypothesis/internal/conjecture/shrinking/integer.py -> /build/python2-hypothesis/pkg/python2-hypothesis/usr/lib/python2.7/site-packages/hypothesis/internal/conjecture/shrinking
copying build/lib/hypothesis/internal/conjecture/shrinking/lexical.py -> /build/python2-hypothesis/pkg/python2-hypothesis/usr/lib/python2.7/site-packages/hypothesis/internal/conjecture/shrinking
copying build/lib/hypothesis/internal/conjecture/shrinking/ordering.py -> /build/python2-hypothesis/pkg/python2-hypothesis/usr/lib/python2.7/site-packages/hypothesis/internal/conjecture/shrinking
creating /build/python2-hypothesis/pkg/python2-hypothesis/usr/lib/python2.7/site-packages/hypothesis/strategies
copying build/lib/hypothesis/strategies/__init__.py -> /build/python2-hypothesis/pkg/python2-hypothesis/usr/lib/python2.7/site-packages/hypothesis/strategies
creating /build/python2-hypothesis/pkg/python2-hypothesis/usr/lib/python2.7/site-packages/hypothesis/strategies/_internal
copying build/lib/hypothesis/strategies/_internal/__init__.py -> /build/python2-hypothesis/pkg/python2-hypothesis/usr/lib/python2.7/site-packages/hypothesis/strategies/_internal
copying build/lib/hypothesis/strategies/_internal/attrs.py -> /build/python2-hypothesis/pkg/python2-hypothesis/usr/lib/python2.7/site-packages/hypothesis/strategies/_internal
copying build/lib/hypothesis/strategies/_internal/collections.py -> /build/python2-hypothesis/pkg/python2-hypothesis/usr/lib/python2.7/site-packages/hypothesis/strategies/_internal
copying build/lib/hypothesis/strategies/_internal/core.py -> /build/python2-hypothesis/pkg/python2-hypothesis/usr/lib/python2.7/site-packages/hypothesis/strategies/_internal
copying build/lib/hypothesis/strategies/_internal/datetime.py -> /build/python2-hypothesis/pkg/python2-hypothesis/usr/lib/python2.7/site-packages/hypothesis/strategies/_internal
copying build/lib/hypothesis/strategies/_internal/deferred.py -> /build/python2-hypothesis/pkg/python2-hypothesis/usr/lib/python2.7/site-packages/hypothesis/strategies/_internal
copying build/lib/hypothesis/strategies/_internal/featureflags.py -> /build/python2-hypothesis/pkg/python2-hypothesis/usr/lib/python2.7/site-packages/hypothesis/strategies/_internal
copying build/lib/hypothesis/strategies/_internal/flatmapped.py -> /build/python2-hypothesis/pkg/python2-hypothesis/usr/lib/python2.7/site-packages/hypothesis/strategies/_internal
copying build/lib/hypothesis/strategies/_internal/functions.py -> /build/python2-hypothesis/pkg/python2-hypothesis/usr/lib/python2.7/site-packages/hypothesis/strategies/_internal
copying build/lib/hypothesis/strategies/_internal/lazy.py -> /build/python2-hypothesis/pkg/python2-hypothesis/usr/lib/python2.7/site-packages/hypothesis/strategies/_internal
copying build/lib/hypothesis/strategies/_internal/misc.py -> /build/python2-hypothesis/pkg/python2-hypothesis/usr/lib/python2.7/site-packages/hypothesis/strategies/_internal
copying build/lib/hypothesis/strategies/_internal/numbers.py -> /build/python2-hypothesis/pkg/python2-hypothesis/usr/lib/python2.7/site-packages/hypothesis/strategies/_internal
copying build/lib/hypothesis/strategies/_internal/recursive.py -> /build/python2-hypothesis/pkg/python2-hypothesis/usr/lib/python2.7/site-packages/hypothesis/strategies/_internal
copying build/lib/hypothesis/strategies/_internal/regex.py -> /build/python2-hypothesis/pkg/python2-hypothesis/usr/lib/python2.7/site-packages/hypothesis/strategies/_internal
copying build/lib/hypothesis/strategies/_internal/shared.py -> /build/python2-hypothesis/pkg/python2-hypothesis/usr/lib/python2.7/site-packages/hypothesis/strategies/_internal
copying build/lib/hypothesis/strategies/_internal/strategies.py -> /build/python2-hypothesis/pkg/python2-hypothesis/usr/lib/python2.7/site-packages/hypothesis/strategies/_internal
copying build/lib/hypothesis/strategies/_internal/strings.py -> /build/python2-hypothesis/pkg/python2-hypothesis/usr/lib/python2.7/site-packages/hypothesis/strategies/_internal
copying build/lib/hypothesis/strategies/_internal/types.py -> /build/python2-hypothesis/pkg/python2-hypothesis/usr/lib/python2.7/site-packages/hypothesis/strategies/_internal
creating /build/python2-hypothesis/pkg/python2-hypothesis/usr/lib/python2.7/site-packages/hypothesis/utils
copying build/lib/hypothesis/utils/__init__.py -> /build/python2-hypothesis/pkg/python2-hypothesis/usr/lib/python2.7/site-packages/hypothesis/utils
copying build/lib/hypothesis/utils/conventions.py -> /build/python2-hypothesis/pkg/python2-hypothesis/usr/lib/python2.7/site-packages/hypothesis/utils
copying build/lib/hypothesis/utils/dynamicvariables.py -> /build/python2-hypothesis/pkg/python2-hypothesis/usr/lib/python2.7/site-packages/hypothesis/utils
creating /build/python2-hypothesis/pkg/python2-hypothesis/usr/lib/python2.7/site-packages/hypothesis/vendor
copying build/lib/hypothesis/vendor/__init__.py -> /build/python2-hypothesis/pkg/python2-hypothesis/usr/lib/python2.7/site-packages/hypothesis/vendor
copying build/lib/hypothesis/vendor/pretty.py -> /build/python2-hypothesis/pkg/python2-hypothesis/usr/lib/python2.7/site-packages/hypothesis/vendor
copying build/lib/hypothesis/vendor/tlds-alpha-by-domain.txt -> /build/python2-hypothesis/pkg/python2-hypothesis/usr/lib/python2.7/site-packages/hypothesis/vendor
copying build/lib/hypothesis/py.typed -> /build/python2-hypothesis/pkg/python2-hypothesis/usr/lib/python2.7/site-packages/hypothesis
byte-compiling /build/python2-hypothesis/pkg/python2-hypothesis/usr/lib/python2.7/site-packages/hypothesis/__init__.py to __init__.pyc
byte-compiling /build/python2-hypothesis/pkg/python2-hypothesis/usr/lib/python2.7/site-packages/hypothesis/_settings.py to _settings.pyc
byte-compiling /build/python2-hypothesis/pkg/python2-hypothesis/usr/lib/python2.7/site-packages/hypothesis/configuration.py to configuration.pyc
byte-compiling /build/python2-hypothesis/pkg/python2-hypothesis/usr/lib/python2.7/site-packages/hypothesis/control.py to control.pyc
byte-compiling /build/python2-hypothesis/pkg/python2-hypothesis/usr/lib/python2.7/site-packages/hypothesis/core.py to core.pyc
byte-compiling /build/python2-hypothesis/pkg/python2-hypothesis/usr/lib/python2.7/site-packages/hypothesis/database.py to database.pyc
byte-compiling /build/python2-hypothesis/pkg/python2-hypothesis/usr/lib/python2.7/site-packages/hypothesis/errors.py to errors.pyc
byte-compiling /build/python2-hypothesis/pkg/python2-hypothesis/usr/lib/python2.7/site-packages/hypothesis/executors.py to executors.pyc
byte-compiling /build/python2-hypothesis/pkg/python2-hypothesis/usr/lib/python2.7/site-packages/hypothesis/provisional.py to provisional.pyc
byte-compiling /build/python2-hypothesis/pkg/python2-hypothesis/usr/lib/python2.7/site-packages/hypothesis/reporting.py to reporting.pyc
byte-compiling /build/python2-hypothesis/pkg/python2-hypothesis/usr/lib/python2.7/site-packages/hypothesis/stateful.py to stateful.pyc
byte-compiling /build/python2-hypothesis/pkg/python2-hypothesis/usr/lib/python2.7/site-packages/hypothesis/statistics.py to statistics.pyc
byte-compiling /build/python2-hypothesis/pkg/python2-hypothesis/usr/lib/python2.7/site-packages/hypothesis/types.py to types.pyc
byte-compiling /build/python2-hypothesis/pkg/python2-hypothesis/usr/lib/python2.7/site-packages/hypothesis/version.py to version.pyc
byte-compiling /build/python2-hypothesis/pkg/python2-hypothesis/usr/lib/python2.7/site-packages/hypothesis/extra/__init__.py to __init__.pyc
byte-compiling /build/python2-hypothesis/pkg/python2-hypothesis/usr/lib/python2.7/site-packages/hypothesis/extra/dateutil.py to dateutil.pyc
byte-compiling /build/python2-hypothesis/pkg/python2-hypothesis/usr/lib/python2.7/site-packages/hypothesis/extra/dpcontracts.py to dpcontracts.pyc
byte-compiling /build/python2-hypothesis/pkg/python2-hypothesis/usr/lib/python2.7/site-packages/hypothesis/extra/lark.py to lark.pyc
byte-compiling /build/python2-hypothesis/pkg/python2-hypothesis/usr/lib/python2.7/site-packages/hypothesis/extra/numpy.py to numpy.pyc
byte-compiling /build/python2-hypothesis/pkg/python2-hypothesis/usr/lib/python2.7/site-packages/hypothesis/extra/pytestplugin.py to pytestplugin.pyc
byte-compiling /build/python2-hypothesis/pkg/python2-hypothesis/usr/lib/python2.7/site-packages/hypothesis/extra/pytz.py to pytz.pyc
byte-compiling /build/python2-hypothesis/pkg/python2-hypothesis/usr/lib/python2.7/site-packages/hypothesis/extra/django/__init__.py to __init__.pyc
byte-compiling /build/python2-hypothesis/pkg/python2-hypothesis/usr/lib/python2.7/site-packages/hypothesis/extra/django/_fields.py to _fields.pyc
byte-compiling /build/python2-hypothesis/pkg/python2-hypothesis/usr/lib/python2.7/site-packages/hypothesis/extra/django/_impl.py to _impl.pyc
byte-compiling /build/python2-hypothesis/pkg/python2-hypothesis/usr/lib/python2.7/site-packages/hypothesis/extra/django/models.py to models.pyc
byte-compiling /build/python2-hypothesis/pkg/python2-hypothesis/usr/lib/python2.7/site-packages/hypothesis/extra/pandas/__init__.py to __init__.pyc
byte-compiling /build/python2-hypothesis/pkg/python2-hypothesis/usr/lib/python2.7/site-packages/hypothesis/extra/pandas/impl.py to impl.pyc
byte-compiling /build/python2-hypothesis/pkg/python2-hypothesis/usr/lib/python2.7/site-packages/hypothesis/internal/__init__.py to __init__.pyc
byte-compiling /build/python2-hypothesis/pkg/python2-hypothesis/usr/lib/python2.7/site-packages/hypothesis/internal/cache.py to cache.pyc
byte-compiling /build/python2-hypothesis/pkg/python2-hypothesis/usr/lib/python2.7/site-packages/hypothesis/internal/cathetus.py to cathetus.pyc
byte-compiling /build/python2-hypothesis/pkg/python2-hypothesis/usr/lib/python2.7/site-packages/hypothesis/internal/charmap.py to charmap.pyc
byte-compiling /build/python2-hypothesis/pkg/python2-hypothesis/usr/lib/python2.7/site-packages/hypothesis/internal/compat.py to compat.pyc
byte-compiling /build/python2-hypothesis/pkg/python2-hypothesis/usr/lib/python2.7/site-packages/hypothesis/internal/coverage.py to coverage.pyc
byte-compiling /build/python2-hypothesis/pkg/python2-hypothesis/usr/lib/python2.7/site-packages/hypothesis/internal/detection.py to detection.pyc
byte-compiling /build/python2-hypothesis/pkg/python2-hypothesis/usr/lib/python2.7/site-packages/hypothesis/internal/entropy.py to entropy.pyc
byte-compiling /build/python2-hypothesis/pkg/python2-hypothesis/usr/lib/python2.7/site-packages/hypothesis/internal/escalation.py to escalation.pyc
byte-compiling /build/python2-hypothesis/pkg/python2-hypothesis/usr/lib/python2.7/site-packages/hypothesis/internal/floats.py to floats.pyc
byte-compiling /build/python2-hypothesis/pkg/python2-hypothesis/usr/lib/python2.7/site-packages/hypothesis/internal/healthcheck.py to healthcheck.pyc
byte-compiling /build/python2-hypothesis/pkg/python2-hypothesis/usr/lib/python2.7/site-packages/hypothesis/internal/intervalsets.py to intervalsets.pyc
byte-compiling /build/python2-hypothesis/pkg/python2-hypothesis/usr/lib/python2.7/site-packages/hypothesis/internal/lazyformat.py to lazyformat.pyc
byte-compiling /build/python2-hypothesis/pkg/python2-hypothesis/usr/lib/python2.7/site-packages/hypothesis/internal/reflection.py to reflection.pyc
byte-compiling /build/python2-hypothesis/pkg/python2-hypothesis/usr/lib/python2.7/site-packages/hypothesis/internal/validation.py to validation.pyc
byte-compiling /build/python2-hypothesis/pkg/python2-hypothesis/usr/lib/python2.7/site-packages/hypothesis/internal/conjecture/__init__.py to __init__.pyc
byte-compiling /build/python2-hypothesis/pkg/python2-hypothesis/usr/lib/python2.7/site-packages/hypothesis/internal/conjecture/choicetree.py to choicetree.pyc
byte-compiling /build/python2-hypothesis/pkg/python2-hypothesis/usr/lib/python2.7/site-packages/hypothesis/internal/conjecture/data.py to data.pyc
byte-compiling /build/python2-hypothesis/pkg/python2-hypothesis/usr/lib/python2.7/site-packages/hypothesis/internal/conjecture/datatree.py to datatree.pyc
byte-compiling /build/python2-hypothesis/pkg/python2-hypothesis/usr/lib/python2.7/site-packages/hypothesis/internal/conjecture/engine.py to engine.pyc
byte-compiling /build/python2-hypothesis/pkg/python2-hypothesis/usr/lib/python2.7/site-packages/hypothesis/internal/conjecture/floats.py to floats.pyc
byte-compiling /build/python2-hypothesis/pkg/python2-hypothesis/usr/lib/python2.7/site-packages/hypothesis/internal/conjecture/junkdrawer.py to junkdrawer.pyc
byte-compiling /build/python2-hypothesis/pkg/python2-hypothesis/usr/lib/python2.7/site-packages/hypothesis/internal/conjecture/optimiser.py to optimiser.pyc
byte-compiling /build/python2-hypothesis/pkg/python2-hypothesis/usr/lib/python2.7/site-packages/hypothesis/internal/conjecture/pareto.py to pareto.pyc
byte-compiling /build/python2-hypothesis/pkg/python2-hypothesis/usr/lib/python2.7/site-packages/hypothesis/internal/conjecture/shrinker.py to shrinker.pyc
byte-compiling /build/python2-hypothesis/pkg/python2-hypothesis/usr/lib/python2.7/site-packages/hypothesis/internal/conjecture/utils.py to utils.pyc
byte-compiling /build/python2-hypothesis/pkg/python2-hypothesis/usr/lib/python2.7/site-packages/hypothesis/internal/conjecture/shrinking/__init__.py to __init__.pyc
byte-compiling /build/python2-hypothesis/pkg/python2-hypothesis/usr/lib/python2.7/site-packages/hypothesis/internal/conjecture/shrinking/common.py to common.pyc
byte-compiling /build/python2-hypothesis/pkg/python2-hypothesis/usr/lib/python2.7/site-packages/hypothesis/internal/conjecture/shrinking/floats.py to floats.pyc
byte-compiling /build/python2-hypothesis/pkg/python2-hypothesis/usr/lib/python2.7/site-packages/hypothesis/internal/conjecture/shrinking/integer.py to integer.pyc
byte-compiling /build/python2-hypothesis/pkg/python2-hypothesis/usr/lib/python2.7/site-packages/hypothesis/internal/conjecture/shrinking/lexical.py to lexical.pyc
byte-compiling /build/python2-hypothesis/pkg/python2-hypothesis/usr/lib/python2.7/site-packages/hypothesis/internal/conjecture/shrinking/ordering.py to ordering.pyc
byte-compiling /build/python2-hypothesis/pkg/python2-hypothesis/usr/lib/python2.7/site-packages/hypothesis/strategies/__init__.py to __init__.pyc
byte-compiling /build/python2-hypothesis/pkg/python2-hypothesis/usr/lib/python2.7/site-packages/hypothesis/strategies/_internal/__init__.py to __init__.pyc
byte-compiling /build/python2-hypothesis/pkg/python2-hypothesis/usr/lib/python2.7/site-packages/hypothesis/strategies/_internal/attrs.py to attrs.pyc
byte-compiling /build/python2-hypothesis/pkg/python2-hypothesis/usr/lib/python2.7/site-packages/hypothesis/strategies/_internal/collections.py to collections.pyc
byte-compiling /build/python2-hypothesis/pkg/python2-hypothesis/usr/lib/python2.7/site-packages/hypothesis/strategies/_internal/core.py to core.pyc
byte-compiling /build/python2-hypothesis/pkg/python2-hypothesis/usr/lib/python2.7/site-packages/hypothesis/strategies/_internal/datetime.py to datetime.pyc
byte-compiling /build/python2-hypothesis/pkg/python2-hypothesis/usr/lib/python2.7/site-packages/hypothesis/strategies/_internal/deferred.py to deferred.pyc
byte-compiling /build/python2-hypothesis/pkg/python2-hypothesis/usr/lib/python2.7/site-packages/hypothesis/strategies/_internal/featureflags.py to featureflags.pyc
byte-compiling /build/python2-hypothesis/pkg/python2-hypothesis/usr/lib/python2.7/site-packages/hypothesis/strategies/_internal/flatmapped.py to flatmapped.pyc
byte-compiling /build/python2-hypothesis/pkg/python2-hypothesis/usr/lib/python2.7/site-packages/hypothesis/strategies/_internal/functions.py to functions.pyc
byte-compiling /build/python2-hypothesis/pkg/python2-hypothesis/usr/lib/python2.7/site-packages/hypothesis/strategies/_internal/lazy.py to lazy.pyc
byte-compiling /build/python2-hypothesis/pkg/python2-hypothesis/usr/lib/python2.7/site-packages/hypothesis/strategies/_internal/misc.py to misc.pyc
byte-compiling /build/python2-hypothesis/pkg/python2-hypothesis/usr/lib/python2.7/site-packages/hypothesis/strategies/_internal/numbers.py to numbers.pyc
byte-compiling /build/python2-hypothesis/pkg/python2-hypothesis/usr/lib/python2.7/site-packages/hypothesis/strategies/_internal/recursive.py to recursive.pyc
byte-compiling /build/python2-hypothesis/pkg/python2-hypothesis/usr/lib/python2.7/site-packages/hypothesis/strategies/_internal/regex.py to regex.pyc
byte-compiling /build/python2-hypothesis/pkg/python2-hypothesis/usr/lib/python2.7/site-packages/hypothesis/strategies/_internal/shared.py to shared.pyc
byte-compiling /build/python2-hypothesis/pkg/python2-hypothesis/usr/lib/python2.7/site-packages/hypothesis/strategies/_internal/strategies.py to strategies.pyc
byte-compiling /build/python2-hypothesis/pkg/python2-hypothesis/usr/lib/python2.7/site-packages/hypothesis/strategies/_internal/strings.py to strings.pyc
byte-compiling /build/python2-hypothesis/pkg/python2-hypothesis/usr/lib/python2.7/site-packages/hypothesis/strategies/_internal/types.py to types.pyc
byte-compiling /build/python2-hypothesis/pkg/python2-hypothesis/usr/lib/python2.7/site-packages/hypothesis/utils/__init__.py to __init__.pyc
byte-compiling /build/python2-hypothesis/pkg/python2-hypothesis/usr/lib/python2.7/site-packages/hypothesis/utils/conventions.py to conventions.pyc
byte-compiling /build/python2-hypothesis/pkg/python2-hypothesis/usr/lib/python2.7/site-packages/hypothesis/utils/dynamicvariables.py to dynamicvariables.pyc
byte-compiling /build/python2-hypothesis/pkg/python2-hypothesis/usr/lib/python2.7/site-packages/hypothesis/vendor/__init__.py to __init__.pyc
byte-compiling /build/python2-hypothesis/pkg/python2-hypothesis/usr/lib/python2.7/site-packages/hypothesis/vendor/pretty.py to pretty.pyc
writing byte-compilation script '/tmp/tmpDBOnic.py'
/usr/bin/python2 -O /tmp/tmpDBOnic.py
removing /tmp/tmpDBOnic.py
running install_egg_info
running egg_info
creating src/hypothesis.egg-info
writing requirements to src/hypothesis.egg-info/requires.txt
writing src/hypothesis.egg-info/PKG-INFO
writing top-level names to src/hypothesis.egg-info/top_level.txt
writing dependency_links to src/hypothesis.egg-info/dependency_links.txt
writing entry points to src/hypothesis.egg-info/entry_points.txt
writing manifest file 'src/hypothesis.egg-info/SOURCES.txt'
reading manifest file 'src/hypothesis.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
writing manifest file 'src/hypothesis.egg-info/SOURCES.txt'
Copying src/hypothesis.egg-info to /build/python2-hypothesis/pkg/python2-hypothesis/usr/lib/python2.7/site-packages/hypothesis-4.57.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-hypothesis"...
-> Generating .PKGINFO file...
-> Generating .BUILDINFO file...
-> Generating .MTREE file...
-> Compressing package...
==> Leaving fakeroot environment.
==> Finished making: python2-hypothesis 4.57.1-1 (Tue Feb 13 00:57:09 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-hypothesis-4.57.1-1-any.pkg.tar.zst' -> '/var/lib/aur-repo/python2-hypothesis-4.57.1-1-any.pkg.tar.zst'
'python2-hypothesis-4.57.1-1-any.pkg.tar.zst.sig' -> '/var/lib/aur-repo/python2-hypothesis-4.57.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 12:56:07 AM 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 12:56:08 AM 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-hypothesis-4.57.1-1-any.pkg.tar.zst'
==> WARNING: An entry for 'python2-hypothesis-4.57.1-1' already existed
-> Adding package signature...
-> Computing checksums...
-> Removing existing entry 'python2-hypothesis-4.57.1-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...
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-hypothesis/.git. Its your first commit?
Finished: SUCCESS