Skip to content
Success

Console Output

Started by user score
Running as SYSTEM
Building in workspace /var/lib/jenkins/workspace/pkgbuilds/pymdown-extensions
The recommended git tool is: NONE
No credentials specified
 > git rev-parse --resolve-git-dir /var/lib/jenkins/workspace/pkgbuilds/pymdown-extensions/.git # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://aur.archlinux.org/pymdown-extensions.git # timeout=10
Cleaning workspace
 > git rev-parse --verify HEAD # timeout=10
Resetting working tree
 > git reset --hard # timeout=10
 > git clean -fdx # timeout=10
Fetching upstream changes from https://aur.archlinux.org/pymdown-extensions.git
 > git --version # timeout=10
 > git --version # 'git version 2.44.0'
 > git fetch --tags --force --progress -- https://aur.archlinux.org/pymdown-extensions.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git rev-parse refs/remotes/origin/master^{commit} # timeout=10
Checking out Revision c281afc3bb0c9590f321a041506fce5845d918d1 (refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f c281afc3bb0c9590f321a041506fce5845d918d1 # timeout=10
Commit message: "10.8.1"
 > git rev-list --no-walk cd106110ba9506e4af38119fe966d18316d28972 # timeout=10
[pymdown-extensions] $ /bin/sh -xe /tmp/jenkins2439039708207484836.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 '*.pkg.*'
+ sudo /usr/local/sbin/build-chroot-pkg pymdown-extensions
==> Synchronizing chroot copy [/var/lib/jenkins/chroots/root1/root] -> [build-0001]...done
==> Making package: pymdown-extensions 10.8.1-1.1 (Thu May 2 10:51:51 2024)
==> Retrieving sources...
-> Downloading pymdown-extensions-10.8.1.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 1016k 0 1016k 0 0 2188k 0 --:--:-- --:--:-- --:--:-- 2188k
==> Validating source files with sha256sums...
pymdown-extensions-10.8.1.tar.gz ... Passed
==> Making package: pymdown-extensions 10.8.1-1.1 (Thu May 2 10:51:55 2024)
==> Checking runtime dependencies...
==> Installing missing dependencies...
resolving dependencies...
looking for conflicting packages...
Packages (6) libyaml-0.2.5-2 mpdecimal-4.0.0-2 python-3.12.3-1
python-yaml-6.0.1-3 python-markdown-3.6-3 python-pyaml-23.12.0-2
Total Installed Size: 72.56 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
installing python-markdown...
Optional dependencies for python-markdown
python-yaml: parse Python in YAML metadata [pending]
installing libyaml...
installing python-yaml...
installing python-pyaml...
Optional dependencies for python-pyaml
python-unidecode: Needed if same-id objects or recursion is used within
serialized data
==> Checking buildtime dependencies...
==> Installing missing dependencies...
resolving dependencies...
looking for conflicting packages...
Packages (15) python-coverage-7.4.4-1 python-editables-0.5-3
python-iniconfig-2.0.0-5 python-pathspec-0.12.1-2
python-pluggy-1.4.0-4 python-pyproject-hooks-1.1.0-1
python-pytest-1:8.1.2-1 python-trove-classifiers-2024.4.10-1
python-build-1.2.1-3 python-hatchling-1.21.1-3
python-installer-0.7.0-8 python-packaging-23.2-3
python-pygments-2.17.2-3 python-pytest-cov-4.1.0-5
python-wheel-0.43.0-4
Total Download Size: 0.04 MiB
Total Installed Size: 22.42 MiB
:: Proceed with installation? [Y/n]
:: Retrieving packages...
python-pytest-cov-4.1.0-5-any downloading...
checking keyring...
checking package integrity...
loading package files...
checking for file conflicts...
checking available disk space...
:: Processing package changes...
installing python-packaging...
installing python-pyproject-hooks...
installing python-build...
Optional dependencies for python-build
python-pip: to use as the Python package installer (default)
python-uv: to use as the Python package installer
python-virtualenv: to use virtualenv for build isolation
installing python-pathspec...
installing python-pluggy...
installing python-editables...
installing python-trove-classifiers...
installing python-hatchling...
installing python-installer...
installing python-wheel...
Optional dependencies for python-wheel
python-keyring: for wheel.signatures
python-xdg: for wheel.signatures
installing python-pygments...
installing python-coverage...
installing python-iniconfig...
installing python-pytest...
installing python-pytest-cov...
==> Retrieving sources...
-> Found pymdown-extensions-10.8.1.tar.gz
==> WARNING: Skipping all source file integrity checks.
==> Extracting sources...
-> Extracting pymdown-extensions-10.8.1.tar.gz with bsdtar
==> Starting build()...
* Getting build dependencies for wheel...
* Building wheel...
Successfully built pymdown_extensions-10.8.1-py3-none-any.whl
==> Starting check()...
============================= test session starts ==============================
platform linux -- Python 3.12.3, pytest-8.1.2, pluggy-1.4.0
rootdir: /build/pymdown-extensions/src/pymdown-extensions-10.8.1
configfile: pyproject.toml
collected 63 items
tests/test_syntax.py ................................................... [ 80%]
............ [100%]
============================== 63 passed in 2.87s ==============================
============================= test session starts ==============================
platform linux -- Python 3.12.3, pytest-8.1.2, pluggy-1.4.0
rootdir: /build/pymdown-extensions/src/pymdown-extensions-10.8.1
configfile: pyproject.toml
collected 13 items
tests/test_targeted.py ............. [100%]
============================== 13 passed in 0.02s ==============================
==> Entering fakeroot environment...
==> Starting package()...
==> 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 "pymdown-extensions"...
-> Generating .PKGINFO file...
-> Generating .BUILDINFO file...
-> Generating .MTREE file...
-> Compressing package...
==> Leaving fakeroot environment.
==> Finished making: pymdown-extensions 10.8.1-1.1 (Thu May 2 10:52: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.
'pymdown-extensions-10.8.1-1.1-any.pkg.tar.zst' -> '/var/lib/aur-repo/pymdown-extensions-10.8.1-1.1-any.pkg.tar.zst'
'pymdown-extensions-10.8.1-1.1-any.pkg.tar.zst.sig' -> '/var/lib/aur-repo/pymdown-extensions-10.8.1-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 Thu 02 May 2024 10:51:24 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 Thu 02 May 2024 10:51:25 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 'pymdown-extensions-10.8.1-1.1-any.pkg.tar.zst'
-> Computing checksums...
-> Removing existing entry 'pymdown-extensions-10.8-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 c281afc (current) to cd10611 (previous) published successfully!
Finished: SUCCESS