Skip to content
Success

Console Output

Started by an SCM change
Running as SYSTEM
Building in workspace /var/lib/jenkins/workspace/pkgbuilds/tabbed
The recommended git tool is: NONE
No credentials specified
 > git rev-parse --resolve-git-dir /var/lib/jenkins/workspace/pkgbuilds/tabbed/.git # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://aur.archlinux.org/tabbed.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/tabbed.git
 > git --version # timeout=10
 > git --version # 'git version 2.43.2'
 > git fetch --tags --force --progress -- https://aur.archlinux.org/tabbed.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git rev-parse refs/remotes/origin/master^{commit} # timeout=10
Checking out Revision 5c6be507ceda526d77b3710122130a693aa7cf07 (refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 5c6be507ceda526d77b3710122130a693aa7cf07 # timeout=10
Commit message: "tabbed: 0.8-1"
 > git rev-list --no-walk 76ba01c8306dba5949b0aa2a3db3bc2bf543b476 # timeout=10
[tabbed] $ /bin/sh -xe /tmp/jenkins1150064930062823116.sh
+ '[' -e PKGBUILD ']'
+ '[' -n '' ']'
+ rm -vf '*.pkg.*'
+ sudo /usr/local/sbin/build-chroot-pkg tabbed
==> Synchronizing chroot copy [/var/lib/jenkins/chroots/root1/root] -> [build-0001]...done
==> Making package: tabbed 0.8-1 (Mon Mar 25 21:30:14 2024)
==> Retrieving sources...
-> Downloading tabbed-0.8.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
100 13970 100 13970 0 0 163k 0 --:--:-- --:--:-- --:--:-- 164k
-> Found config.h
==> Validating source files with sha256sums...
tabbed-0.8.tar.gz ... Passed
config.h ... Passed
==> Making package: tabbed 0.8-1 (Mon Mar 25 21:30:18 2024)
==> Checking runtime dependencies...
==> Installing missing dependencies...
resolving dependencies...
looking for conflicting packages...
warning: dependency cycle detected:
warning: harfbuzz will be installed before its freetype2 dependency
Packages (13) fontconfig-2:2.15.0-2 freetype2-2.13.2-1 graphite-1:1.3.14-3
harfbuzz-8.3.1-1 libpng-1.6.43-1 libxau-1.0.11-2
libxcb-1.16.1-1 libxdmcp-1.1.5-1 libxrender-0.9.11-1
xcb-proto-1.16.0-1 xorgproto-2023.2-1 libx11-1.8.7-1
libxft-2.3.8-1
Total Installed Size: 23.89 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 xcb-proto...
installing xorgproto...
installing libxdmcp...
installing libxau...
installing libxcb...
installing libx11...
installing libpng...
installing graphite...
Optional dependencies for graphite
graphite-docs: Documentation
installing harfbuzz...
Optional dependencies for harfbuzz
harfbuzz-utils: utilities
installing freetype2...
installing fontconfig...
Creating fontconfig configuration...
Rebuilding fontconfig cache...
installing libxrender...
installing libxft...
:: Running post-transaction hooks...
(1/2) Updating fontconfig configuration...
(2/2) Updating fontconfig cache...
==> Checking buildtime dependencies...
==> Retrieving sources...
-> Found tabbed-0.8.tar.gz
-> Found config.h
==> WARNING: Skipping all source file integrity checks.
==> Extracting sources...
-> Extracting tabbed-0.8.tar.gz with bsdtar
==> Starting build()...
c99 -o tabbed.o -c tabbed.c -I/usr/X11R6/include -I/usr/include/freetype2 -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/build/tabbed/src=/usr/src/debug/tabbed -DVERSION=\"0.8\" -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=700L
c99 -o tabbed tabbed.o -L/usr/X11R6/lib -lX11 -lfontconfig -lXft -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now
c99 -o xembed.o -c xembed.c -I/usr/X11R6/include -I/usr/include/freetype2 -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/build/tabbed/src=/usr/src/debug/tabbed -DVERSION=\"0.8\" -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=700L
c99 -o xembed xembed.o -L/usr/X11R6/lib -lX11 -lfontconfig -lXft -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now
==> Entering fakeroot environment...
==> Starting package()...
# installing executable files.
mkdir -p "/build/tabbed/pkg/tabbed/usr/bin"
cp -f tabbed xembed "/build/tabbed/pkg/tabbed/usr/bin"
for f in tabbed xembed; do chmod 755 "/build/tabbed/pkg/tabbed/usr/bin/$f"; done
# installing doc files.
mkdir -p "/build/tabbed/pkg/tabbed/usr/share/doc/tabbed"
cp -f README "/build/tabbed/pkg/tabbed/usr/share/doc/tabbed"
# installing manual pages for general commands: section 1.
mkdir -p "/build/tabbed/pkg/tabbed/usr/share/man/man1"
for m in tabbed.1 xembed.1; do sed "s/VERSION/0.8/g" < $m > "/build/tabbed/pkg/tabbed/usr/share/man/man1/$m"; done
==> 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 "tabbed"...
-> Generating .PKGINFO file...
-> Generating .BUILDINFO file...
-> Adding install file...
-> Generating .MTREE file...
-> Compressing package...
==> Creating package "tabbed-debug"...
-> Generating .PKGINFO file...
-> Generating .BUILDINFO file...
-> Generating .MTREE file...
-> Compressing package...
==> Leaving fakeroot environment.
==> Finished making: tabbed 0.8-1 (Mon Mar 25 21:30:28 2024)
'tabbed-0.8-1-x86_64.pkg.tar.zst' -> '/var/lib/aur-repo/tabbed-0.8-1-x86_64.pkg.tar.zst'
'tabbed-0.8-1-x86_64.pkg.tar.zst.sig' -> '/var/lib/aur-repo/tabbed-0.8-1-x86_64.pkg.tar.zst.sig'
'tabbed-debug-0.8-1-x86_64.pkg.tar.zst' -> '/var/lib/aur-repo/tabbed-debug-0.8-1-x86_64.pkg.tar.zst'
'tabbed-debug-0.8-1-x86_64.pkg.tar.zst.sig' -> '/var/lib/aur-repo/tabbed-debug-0.8-1-x86_64.pkg.tar.zst.sig'
==> Verifying database signature...
gpg: assuming signed data in '/var/lib/aur-repo//score.moe.db.tar.gz'
gpg: Signature made Mon 25 Mar 2024 08:06:15 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 Mon 25 Mar 2024 08:06:16 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 'tabbed-0.8-1-x86_64.pkg.tar.zst'
-> Adding package signature...
-> Computing checksums...
-> Removing existing entry 'tabbed-0.7-3'...
-> Creating 'desc' db entry...
-> Creating 'files' db entry...
==> Adding package 'tabbed-debug-0.8-1-x86_64.pkg.tar.zst'
-> Adding package signature...
-> Computing checksums...
-> Removing existing entry 'tabbed-debug-0.7-3'...
-> 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...
Last changes from revision 5c6be50 (current) to 76ba01c (previous) published successfully!
Finished: SUCCESS