Skip to content
Success

Console Output

Started by user score
Running as SYSTEM
Building in workspace /var/lib/jenkins/workspace/pkgbuilds/python2-click
The recommended git tool is: NONE
No credentials specified
Cloning the remote Git repository
Cloning repository https://aur.archlinux.org/python2-click.git
 > git init /var/lib/jenkins/workspace/pkgbuilds/python2-click # timeout=10
Fetching upstream changes from https://aur.archlinux.org/python2-click.git
 > git --version # timeout=10
 > git --version # 'git version 2.43.1'
 > git fetch --tags --force --progress -- https://aur.archlinux.org/python2-click.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url https://aur.archlinux.org/python2-click.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 c1b000307ef517e5f97dc6d4f7f65def002e91aa (refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f c1b000307ef517e5f97dc6d4f7f65def002e91aa # timeout=10
Commit message: "initial commit"
First time build. Skipping changelog.
[python2-click] $ /bin/sh -xe /tmp/jenkins10377913633375780473.sh
+ '[' -e PKGBUILD ']'
+ '[' -n '' ']'
+ rm -vf '*.pkg.*'
+ sudo /usr/local/sbin/build-chroot-pkg python2-click
==> Synchronizing chroot copy [/var/lib/jenkins/chroots/root1/root] -> [build-0001]...done
==> Making package: python2-click 7.1.2-1 (Tue Feb 13 14:30:31 2024)
==> Retrieving sources...
-> Downloading python2-click-7.1.2.tar.gz...
% 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 288k 0 288k 0 0 748k 0 --:--:-- --:--:-- --:--:-- 748k
==> Validating source files with sha512sums...
python2-click-7.1.2.tar.gz ... Passed
==> Making package: python2-click 7.1.2-1 (Tue Feb 13 14:30:36 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 (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-click-7.1.2.tar.gz
==> WARNING: Skipping all source file integrity checks.
==> Extracting sources...
-> Extracting python2-click-7.1.2.tar.gz with bsdtar
==> Starting build()...
running build
running build_py
creating build
creating build/lib
creating build/lib/click
copying src/click/__init__.py -> build/lib/click
copying src/click/_bashcomplete.py -> build/lib/click
copying src/click/_compat.py -> build/lib/click
copying src/click/_termui_impl.py -> build/lib/click
copying src/click/_textwrap.py -> build/lib/click
copying src/click/_unicodefun.py -> build/lib/click
copying src/click/_winconsole.py -> build/lib/click
copying src/click/core.py -> build/lib/click
copying src/click/decorators.py -> build/lib/click
copying src/click/exceptions.py -> build/lib/click
copying src/click/formatting.py -> build/lib/click
copying src/click/globals.py -> build/lib/click
copying src/click/parser.py -> build/lib/click
copying src/click/termui.py -> build/lib/click
copying src/click/testing.py -> build/lib/click
copying src/click/types.py -> build/lib/click
copying src/click/utils.py -> build/lib/click
running egg_info
creating src/click.egg-info
writing src/click.egg-info/PKG-INFO
writing top-level names to src/click.egg-info/top_level.txt
writing dependency_links to src/click.egg-info/dependency_links.txt
writing manifest file 'src/click.egg-info/SOURCES.txt'
reading manifest file 'src/click.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
no previously-included directories found matching 'docs/_build'
warning: no previously-included files matching '*.pyc' found anywhere in distribution
writing manifest file 'src/click.egg-info/SOURCES.txt'
==> Entering fakeroot environment...
==> Starting package()...
running install
running install_lib
creating /build/python2-click/pkg/python2-click/usr
creating /build/python2-click/pkg/python2-click/usr/lib
creating /build/python2-click/pkg/python2-click/usr/lib/python2.7
creating /build/python2-click/pkg/python2-click/usr/lib/python2.7/site-packages
creating /build/python2-click/pkg/python2-click/usr/lib/python2.7/site-packages/click
copying build/lib/click/__init__.py -> /build/python2-click/pkg/python2-click/usr/lib/python2.7/site-packages/click
copying build/lib/click/_bashcomplete.py -> /build/python2-click/pkg/python2-click/usr/lib/python2.7/site-packages/click
copying build/lib/click/_compat.py -> /build/python2-click/pkg/python2-click/usr/lib/python2.7/site-packages/click
copying build/lib/click/_termui_impl.py -> /build/python2-click/pkg/python2-click/usr/lib/python2.7/site-packages/click
copying build/lib/click/_textwrap.py -> /build/python2-click/pkg/python2-click/usr/lib/python2.7/site-packages/click
copying build/lib/click/_unicodefun.py -> /build/python2-click/pkg/python2-click/usr/lib/python2.7/site-packages/click
copying build/lib/click/_winconsole.py -> /build/python2-click/pkg/python2-click/usr/lib/python2.7/site-packages/click
copying build/lib/click/core.py -> /build/python2-click/pkg/python2-click/usr/lib/python2.7/site-packages/click
copying build/lib/click/decorators.py -> /build/python2-click/pkg/python2-click/usr/lib/python2.7/site-packages/click
copying build/lib/click/exceptions.py -> /build/python2-click/pkg/python2-click/usr/lib/python2.7/site-packages/click
copying build/lib/click/formatting.py -> /build/python2-click/pkg/python2-click/usr/lib/python2.7/site-packages/click
copying build/lib/click/globals.py -> /build/python2-click/pkg/python2-click/usr/lib/python2.7/site-packages/click
copying build/lib/click/parser.py -> /build/python2-click/pkg/python2-click/usr/lib/python2.7/site-packages/click
copying build/lib/click/termui.py -> /build/python2-click/pkg/python2-click/usr/lib/python2.7/site-packages/click
copying build/lib/click/testing.py -> /build/python2-click/pkg/python2-click/usr/lib/python2.7/site-packages/click
copying build/lib/click/types.py -> /build/python2-click/pkg/python2-click/usr/lib/python2.7/site-packages/click
copying build/lib/click/utils.py -> /build/python2-click/pkg/python2-click/usr/lib/python2.7/site-packages/click
byte-compiling /build/python2-click/pkg/python2-click/usr/lib/python2.7/site-packages/click/__init__.py to __init__.pyc
byte-compiling /build/python2-click/pkg/python2-click/usr/lib/python2.7/site-packages/click/_bashcomplete.py to _bashcomplete.pyc
byte-compiling /build/python2-click/pkg/python2-click/usr/lib/python2.7/site-packages/click/_compat.py to _compat.pyc
byte-compiling /build/python2-click/pkg/python2-click/usr/lib/python2.7/site-packages/click/_termui_impl.py to _termui_impl.pyc
byte-compiling /build/python2-click/pkg/python2-click/usr/lib/python2.7/site-packages/click/_textwrap.py to _textwrap.pyc
byte-compiling /build/python2-click/pkg/python2-click/usr/lib/python2.7/site-packages/click/_unicodefun.py to _unicodefun.pyc
byte-compiling /build/python2-click/pkg/python2-click/usr/lib/python2.7/site-packages/click/_winconsole.py to _winconsole.pyc
byte-compiling /build/python2-click/pkg/python2-click/usr/lib/python2.7/site-packages/click/core.py to core.pyc
byte-compiling /build/python2-click/pkg/python2-click/usr/lib/python2.7/site-packages/click/decorators.py to decorators.pyc
byte-compiling /build/python2-click/pkg/python2-click/usr/lib/python2.7/site-packages/click/exceptions.py to exceptions.pyc
byte-compiling /build/python2-click/pkg/python2-click/usr/lib/python2.7/site-packages/click/formatting.py to formatting.pyc
byte-compiling /build/python2-click/pkg/python2-click/usr/lib/python2.7/site-packages/click/globals.py to globals.pyc
byte-compiling /build/python2-click/pkg/python2-click/usr/lib/python2.7/site-packages/click/parser.py to parser.pyc
byte-compiling /build/python2-click/pkg/python2-click/usr/lib/python2.7/site-packages/click/termui.py to termui.pyc
byte-compiling /build/python2-click/pkg/python2-click/usr/lib/python2.7/site-packages/click/testing.py to testing.pyc
byte-compiling /build/python2-click/pkg/python2-click/usr/lib/python2.7/site-packages/click/types.py to types.pyc
byte-compiling /build/python2-click/pkg/python2-click/usr/lib/python2.7/site-packages/click/utils.py to utils.pyc
writing byte-compilation script '/tmp/tmp19c5iQ.py'
/usr/bin/python2 -O /tmp/tmp19c5iQ.py
removing /tmp/tmp19c5iQ.py
running install_egg_info
running egg_info
writing src/click.egg-info/PKG-INFO
writing top-level names to src/click.egg-info/top_level.txt
writing dependency_links to src/click.egg-info/dependency_links.txt
reading manifest file 'src/click.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
no previously-included directories found matching 'docs/_build'
warning: no previously-included files matching '*.pyc' found anywhere in distribution
writing manifest file 'src/click.egg-info/SOURCES.txt'
Copying src/click.egg-info to /build/python2-click/pkg/python2-click/usr/lib/python2.7/site-packages/click-7.1.2-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-click"...
-> Generating .PKGINFO file...
-> Generating .BUILDINFO file...
-> Generating .MTREE file...
-> Compressing package...
==> Leaving fakeroot environment.
==> Finished making: python2-click 7.1.2-1 (Tue Feb 13 14:30:44 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-click-7.1.2-1-any.pkg.tar.zst' -> '/var/lib/aur-repo/python2-click-7.1.2-1-any.pkg.tar.zst'
'python2-click-7.1.2-1-any.pkg.tar.zst.sig' -> '/var/lib/aur-repo/python2-click-7.1.2-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:29:41 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:29:42 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-click-7.1.2-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-click/.git. Its your first commit?
Finished: SUCCESS