Skip to content
Success

Console Output

Started by user score
Running as SYSTEM
Building in workspace /var/lib/jenkins/workspace/pkgbuilds/python-keyboard
The recommended git tool is: NONE
No credentials specified
 > git rev-parse --resolve-git-dir /var/lib/jenkins/workspace/pkgbuilds/python-keyboard/.git # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://aur.archlinux.org/python-keyboard.git # timeout=10
Fetching upstream changes from https://aur.archlinux.org/python-keyboard.git
 > git --version # timeout=10
 > git --version # 'git version 2.45.0'
 > git fetch --tags --force --progress -- https://aur.archlinux.org/python-keyboard.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git rev-parse refs/remotes/origin/master^{commit} # timeout=10
Checking out Revision 45b5dd85e1631248588df65fab5a5027b79f14bd (refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 45b5dd85e1631248588df65fab5a5027b79f14bd # timeout=10
Commit message: "make 'python-setuptools' makedepends"
 > git rev-list --no-walk 45b5dd85e1631248588df65fab5a5027b79f14bd # timeout=10
[python-keyboard] $ /bin/sh -xe /tmp/jenkins14705119114679296807.sh
+ '[' -e PKGBUILD ']'
+ '[' -n 'pkgrel=$pkgrel.1' ']'
+ trap 'mv -v PKGBUILD.real PKGBUILD' EXIT
+ mv PKGBUILD PKGBUILD.real
+ cat PKGBUILD.real
+ printf '\n%s\n' 'pkgrel=$pkgrel.1'
+ rm -vf python-keyboard-0.13.5-1-any.pkg.tar.zst python-keyboard-0.13.5-1-any.pkg.tar.zst.sig
removed 'python-keyboard-0.13.5-1-any.pkg.tar.zst'
removed 'python-keyboard-0.13.5-1-any.pkg.tar.zst.sig'
+ sudo /usr/local/sbin/build-chroot-pkg python-keyboard
==> Synchronizing chroot copy [/var/lib/jenkins/chroots/root1/root] -> [build-0004]...done
==> Making package: python-keyboard 0.13.5-1.1 (Fri May 3 00:05:55 2024)
==> Retrieving sources...
-> Found v0.13.5.tar.gz
==> Validating source files with sha512sums...
v0.13.5.tar.gz ... Passed
==> Making package: python-keyboard 0.13.5-1.1 (Fri May 3 00:06:01 2024)
==> Checking runtime dependencies...
==> Installing missing dependencies...
resolving dependencies...
looking for conflicting packages...
Packages (2) mpdecimal-4.0.0-2 python-3.12.3-1
Total Installed Size: 70.42 MiB
:: Proceed with installation? [Y/n]
checking keyring...
checking package integrity...
loading package files...
checking for file conflicts...
checking available disk space...
:: Processing package changes...
installing mpdecimal...
installing python...
Optional dependencies for python
python-setuptools: for building Python packages using tooling that is
usually bundled with Python
python-pip: for installing Python packages using tooling that is usually
bundled with Python
python-pipx: for installing Python software not packaged on Arch Linux
sqlite: for a default database integration [installed]
xz: for lzma [installed]
tk: for tkinter
==> Checking buildtime dependencies...
==> Installing missing dependencies...
resolving dependencies...
looking for conflicting packages...
Packages (16) python-autocommand-2.2.2-6 python-fastjsonschema-2.19.1-3
python-inflect-7.2.1-2 python-jaraco.context-4.3.0-4
python-jaraco.functools-4.0.0-3 python-jaraco.text-3.12.0-3
python-more-itertools-10.2.0-2 python-ordered-set-4.1.0-5
python-packaging-23.2-3 python-platformdirs-4.2.0-3
python-tomli-2.0.1-4 python-trove-classifiers-2024.4.10-1
python-typeguard-4.2.1-2 python-typing_extensions-4.11.0-1
python-validate-pyproject-0.16-1 python-setuptools-1:69.0.3-6
Total Installed Size: 7.99 MiB
:: Proceed with installation? [Y/n]
checking keyring...
checking package integrity...
loading package files...
checking for file conflicts...
checking available disk space...
:: Processing package changes...
installing python-more-itertools...
installing python-jaraco.functools...
installing python-jaraco.context...
installing python-autocommand...
installing python-typing_extensions...
installing python-typeguard...
installing python-inflect...
installing python-jaraco.text...
installing python-ordered-set...
installing python-packaging...
installing python-platformdirs...
installing python-tomli...
installing python-fastjsonschema...
installing python-trove-classifiers...
installing python-validate-pyproject...
installing python-setuptools...
==> Retrieving sources...
-> Found v0.13.5.tar.gz
==> WARNING: Skipping all source file integrity checks.
==> Extracting sources...
-> Extracting v0.13.5.tar.gz with bsdtar
==> Starting build()...
running build
running build_py
creating build
creating build/lib
creating build/lib/keyboard
copying keyboard/__init__.py -> build/lib/keyboard
copying keyboard/__main__.py -> build/lib/keyboard
copying keyboard/_canonical_names.py -> build/lib/keyboard
copying keyboard/_darwinkeyboard.py -> build/lib/keyboard
copying keyboard/_darwinmouse.py -> build/lib/keyboard
copying keyboard/_generic.py -> build/lib/keyboard
copying keyboard/_keyboard_event.py -> build/lib/keyboard
copying keyboard/_keyboard_tests.py -> build/lib/keyboard
copying keyboard/_mouse_event.py -> build/lib/keyboard
copying keyboard/_mouse_tests.py -> build/lib/keyboard
copying keyboard/_nixcommon.py -> build/lib/keyboard
copying keyboard/_nixkeyboard.py -> build/lib/keyboard
copying keyboard/_nixmouse.py -> build/lib/keyboard
copying keyboard/_winkeyboard.py -> build/lib/keyboard
copying keyboard/_winmouse.py -> build/lib/keyboard
copying keyboard/mouse.py -> build/lib/keyboard
==> Entering fakeroot environment...
==> Starting package()...
running install
/usr/lib/python3.12/site-packages/setuptools/_distutils/cmd.py:66: SetuptoolsDeprecationWarning: setup.py install is deprecated.
!!
********************************************************************************
Please avoid running ``setup.py`` directly.
Instead, use pypa/build, pypa/installer or other
standards-based tools.
See https://blog.ganssle.io/articles/2021/10/setup-py-deprecated.html for details.
********************************************************************************
!!
self.initialize_options()
running build
running build_py
running install_lib
creating /build/python-keyboard/pkg/python-keyboard/usr
creating /build/python-keyboard/pkg/python-keyboard/usr/lib
creating /build/python-keyboard/pkg/python-keyboard/usr/lib/python3.12
creating /build/python-keyboard/pkg/python-keyboard/usr/lib/python3.12/site-packages
creating /build/python-keyboard/pkg/python-keyboard/usr/lib/python3.12/site-packages/keyboard
copying build/lib/keyboard/__init__.py -> /build/python-keyboard/pkg/python-keyboard/usr/lib/python3.12/site-packages/keyboard
copying build/lib/keyboard/__main__.py -> /build/python-keyboard/pkg/python-keyboard/usr/lib/python3.12/site-packages/keyboard
copying build/lib/keyboard/_canonical_names.py -> /build/python-keyboard/pkg/python-keyboard/usr/lib/python3.12/site-packages/keyboard
copying build/lib/keyboard/_darwinkeyboard.py -> /build/python-keyboard/pkg/python-keyboard/usr/lib/python3.12/site-packages/keyboard
copying build/lib/keyboard/_darwinmouse.py -> /build/python-keyboard/pkg/python-keyboard/usr/lib/python3.12/site-packages/keyboard
copying build/lib/keyboard/_generic.py -> /build/python-keyboard/pkg/python-keyboard/usr/lib/python3.12/site-packages/keyboard
copying build/lib/keyboard/_keyboard_event.py -> /build/python-keyboard/pkg/python-keyboard/usr/lib/python3.12/site-packages/keyboard
copying build/lib/keyboard/_keyboard_tests.py -> /build/python-keyboard/pkg/python-keyboard/usr/lib/python3.12/site-packages/keyboard
copying build/lib/keyboard/_mouse_event.py -> /build/python-keyboard/pkg/python-keyboard/usr/lib/python3.12/site-packages/keyboard
copying build/lib/keyboard/_mouse_tests.py -> /build/python-keyboard/pkg/python-keyboard/usr/lib/python3.12/site-packages/keyboard
copying build/lib/keyboard/_nixcommon.py -> /build/python-keyboard/pkg/python-keyboard/usr/lib/python3.12/site-packages/keyboard
copying build/lib/keyboard/_nixkeyboard.py -> /build/python-keyboard/pkg/python-keyboard/usr/lib/python3.12/site-packages/keyboard
copying build/lib/keyboard/_nixmouse.py -> /build/python-keyboard/pkg/python-keyboard/usr/lib/python3.12/site-packages/keyboard
copying build/lib/keyboard/_winkeyboard.py -> /build/python-keyboard/pkg/python-keyboard/usr/lib/python3.12/site-packages/keyboard
copying build/lib/keyboard/_winmouse.py -> /build/python-keyboard/pkg/python-keyboard/usr/lib/python3.12/site-packages/keyboard
copying build/lib/keyboard/mouse.py -> /build/python-keyboard/pkg/python-keyboard/usr/lib/python3.12/site-packages/keyboard
byte-compiling /build/python-keyboard/pkg/python-keyboard/usr/lib/python3.12/site-packages/keyboard/__init__.py to __init__.cpython-312.pyc
byte-compiling /build/python-keyboard/pkg/python-keyboard/usr/lib/python3.12/site-packages/keyboard/__main__.py to __main__.cpython-312.pyc
byte-compiling /build/python-keyboard/pkg/python-keyboard/usr/lib/python3.12/site-packages/keyboard/_canonical_names.py to _canonical_names.cpython-312.pyc
byte-compiling /build/python-keyboard/pkg/python-keyboard/usr/lib/python3.12/site-packages/keyboard/_darwinkeyboard.py to _darwinkeyboard.cpython-312.pyc
byte-compiling /build/python-keyboard/pkg/python-keyboard/usr/lib/python3.12/site-packages/keyboard/_darwinmouse.py to _darwinmouse.cpython-312.pyc
byte-compiling /build/python-keyboard/pkg/python-keyboard/usr/lib/python3.12/site-packages/keyboard/_generic.py to _generic.cpython-312.pyc
byte-compiling /build/python-keyboard/pkg/python-keyboard/usr/lib/python3.12/site-packages/keyboard/_keyboard_event.py to _keyboard_event.cpython-312.pyc
byte-compiling /build/python-keyboard/pkg/python-keyboard/usr/lib/python3.12/site-packages/keyboard/_keyboard_tests.py to _keyboard_tests.cpython-312.pyc
byte-compiling /build/python-keyboard/pkg/python-keyboard/usr/lib/python3.12/site-packages/keyboard/_mouse_event.py to _mouse_event.cpython-312.pyc
byte-compiling /build/python-keyboard/pkg/python-keyboard/usr/lib/python3.12/site-packages/keyboard/_mouse_tests.py to _mouse_tests.cpython-312.pyc
byte-compiling /build/python-keyboard/pkg/python-keyboard/usr/lib/python3.12/site-packages/keyboard/_nixcommon.py to _nixcommon.cpython-312.pyc
byte-compiling /build/python-keyboard/pkg/python-keyboard/usr/lib/python3.12/site-packages/keyboard/_nixkeyboard.py to _nixkeyboard.cpython-312.pyc
byte-compiling /build/python-keyboard/pkg/python-keyboard/usr/lib/python3.12/site-packages/keyboard/_nixmouse.py to _nixmouse.cpython-312.pyc
byte-compiling /build/python-keyboard/pkg/python-keyboard/usr/lib/python3.12/site-packages/keyboard/_winkeyboard.py to _winkeyboard.cpython-312.pyc
byte-compiling /build/python-keyboard/pkg/python-keyboard/usr/lib/python3.12/site-packages/keyboard/_winmouse.py to _winmouse.cpython-312.pyc
byte-compiling /build/python-keyboard/pkg/python-keyboard/usr/lib/python3.12/site-packages/keyboard/mouse.py to mouse.cpython-312.pyc
writing byte-compilation script '/tmp/tmpmmtryjfd.py'
/usr/bin/python /tmp/tmpmmtryjfd.py
removing /tmp/tmpmmtryjfd.py
running install_egg_info
running egg_info
creating keyboard.egg-info
writing keyboard.egg-info/PKG-INFO
writing dependency_links to keyboard.egg-info/dependency_links.txt
writing requirements to keyboard.egg-info/requires.txt
writing top-level names to keyboard.egg-info/top_level.txt
writing manifest file 'keyboard.egg-info/SOURCES.txt'
reading manifest file 'keyboard.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
adding license file 'LICENSE.txt'
writing manifest file 'keyboard.egg-info/SOURCES.txt'
Copying keyboard.egg-info to /build/python-keyboard/pkg/python-keyboard/usr/lib/python3.12/site-packages/keyboard-0.13.4-py3.12.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 "python-keyboard"...
-> Generating .PKGINFO file...
-> Generating .BUILDINFO file...
-> Generating .MTREE file...
-> Compressing package...
==> Leaving fakeroot environment.
==> Finished making: python-keyboard 0.13.5-1.1 (Fri May 3 00:06:11 2024)
gpg: WARNING: server 'gpg-agent' is older than us (2.4.4 < 2.4.5)
gpg: Note: Outdated servers may lack important security fixes.
gpg: Note: Use the command "gpgconf --kill all" to restart them.
'python-keyboard-0.13.5-1.1-any.pkg.tar.zst' -> '/var/lib/aur-repo/python-keyboard-0.13.5-1.1-any.pkg.tar.zst'
'python-keyboard-0.13.5-1.1-any.pkg.tar.zst.sig' -> '/var/lib/aur-repo/python-keyboard-0.13.5-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 Fri 03 May 2024 12:05:39 AM CEST
gpg: using EDDSA key 8A8F0D6897977A7523D366CB1EE865E2393A9B0F
gpg: Good signature from "gurren.score.moe build host (automatic signing key) <pkgs.score_@0sg.net>" [ultimate]
-> Database signature file verified.
==> Extracting score.moe.db.tar.gz to a temporary location...
==> Verifying database signature...
gpg: assuming signed data in '/var/lib/aur-repo//score.moe.files.tar.gz'
gpg: Signature made Fri 03 May 2024 12:05:40 AM CEST
gpg: using EDDSA key 8A8F0D6897977A7523D366CB1EE865E2393A9B0F
gpg: Good signature from "gurren.score.moe build host (automatic signing key) <pkgs.score_@0sg.net>" [ultimate]
-> Database signature file verified.
==> Extracting score.moe.files.tar.gz to a temporary location...
==> Adding package 'python-keyboard-0.13.5-1.1-any.pkg.tar.zst'
-> Computing checksums...
-> Removing existing entry 'python-keyboard-0.13.5-1'...
-> Creating 'desc' db entry...
-> Creating 'files' db entry...
==> Creating updated database file 'score.moe.db.tar.gz'
==> Signing database 'score.moe.db.tar.gz'...
-> Created signature file 'score.moe.db.tar.gz.sig'
==> Signing database 'score.moe.files.tar.gz'...
-> Created signature file 'score.moe.files.tar.gz.sig'
+ mv -v PKGBUILD.real PKGBUILD
renamed 'PKGBUILD.real' -> 'PKGBUILD'
Archiving artifacts
Recording fingerprints
Publishing build last changes...
Last changes from revision 45b5dd8 (current) to 45b5dd8 (previous) published successfully!
Finished: SUCCESS