Skip to content
Success

Console Output

Started by timer
Running as SYSTEM
Building in workspace /var/lib/jenkins/workspace/pkgbuilds/recaf-git
The recommended git tool is: NONE
No credentials specified
 > git rev-parse --resolve-git-dir /var/lib/jenkins/workspace/pkgbuilds/recaf-git/.git # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://aur.archlinux.org/recaf-git.git # timeout=10
Fetching upstream changes from https://aur.archlinux.org/recaf-git.git
 > git --version # timeout=10
 > git --version # 'git version 2.45.1'
 > git fetch --tags --force --progress -- https://aur.archlinux.org/recaf-git.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git rev-parse refs/remotes/origin/master^{commit} # timeout=10
Checking out Revision f8ce5e33c13a84a24abeff4690125189f20a59a6 (refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f f8ce5e33c13a84a24abeff4690125189f20a59a6 # timeout=10
Commit message: "Update dependencies"
 > git rev-list --no-walk f8ce5e33c13a84a24abeff4690125189f20a59a6 # timeout=10
[recaf-git] $ /bin/sh -xe /tmp/jenkins1438034193474060768.sh
+ '[' -n '' ']'
++ get_srcinfo
++ sed 's/prepare()\s*{/&\nreturn 0 #REMOVEME\n/'
++ jail makepkg --noconfirm --nobuild --nodeps -p PKGBUILD.munged
++ firejail --quiet --whitelist=/var/lib/jenkins/workspace/pkgbuilds/recaf-git --read-write=/var/lib/jenkins/workspace/pkgbuilds/recaf-git makepkg --noconfirm --nobuild --nodeps -p PKGBUILD.munged
==> Making package: recaf-git r2278.e9765d4e-1 (Mon 24 Jun 2024 10:40:01 PM CEST)
==> WARNING: Skipping dependency checks.
==> Retrieving sources...
-> Updating recaf git repo...
From https://github.com/Col-E/Recaf
d94b4ff2b..2e2b25cc2 dev4 -> dev4
+ 136cb96f3...c493ea4c8 refs/pull/805/merge -> refs/pull/805/merge (forced update)
-> Found MavenUtil.patch
-> Found settings.xml
==> Validating source files with md5sums...
recaf ... Skipped
MavenUtil.patch ... Passed
settings.xml ... Passed
==> Extracting sources...
-> Creating working copy of recaf git repo...
From /var/lib/jenkins/workspace/pkgbuilds/recaf-git/recaf
d94b4ff2b..2e2b25cc2 dev4 -> origin/dev4
Reset branch 'makepkg'
==> Starting prepare()...
==> Starting pkgver()...
==> Updated version: recaf-git r2283.e5669cd90-1
==> Sources are ready.
++ jail makepkg --printsrcinfo -p PKGBUILD.munged
++ firejail --quiet --whitelist=/var/lib/jenkins/workspace/pkgbuilds/recaf-git --read-write=/var/lib/jenkins/workspace/pkgbuilds/recaf-git makepkg --printsrcinfo -p PKGBUILD.munged
++ perl -lne '
/^\s*(\S+)\s*=\s*(.*)$/ or next;
$v{$1} = $2;
END {
my $epoch = "";
if (exists $v{"epoch"}){
$epoch = $v{"epoch"}.":";
}
print "$epoch$v{pkgver}-$v{pkgrel}*$v{pkgbase}";
}'
+ srcinfo='r2283.e5669cd90-1*recaf-git'
+ pkgver=r2283.e5669cd90-1
+ pkgname=recaf-git
+ rm -vf '*.pkg.*'
+ '[' false = true ']'
+ repo_version_exists recaf-git r2283.e5669cd90-1
+ full_pkgname=recaf-git-r2283.e5669cd90-1
+ split_version=r2283.e5669cd90
+ split_revision=1
+ modified_full_pkgname=recaf-git-r2283.e5669cd90M-1
+ tar tf /var/lib/aur-repo/score.moe.db.tar.gz
+ grep -qFe recaf-git-r2283.e5669cd90-1 -e recaf-git-r2283.e5669cd90M-1
+ echo 'Package recaf-git is up-to-date (r2283.e5669cd90-1); nothing to do'
Package recaf-git is up-to-date (r2283.e5669cd90-1); nothing to do
Archiving artifacts
‘*.pkg.*’ doesn’t match anything
No artifacts found that match the file pattern "*.pkg.*". Configuration error?
Publishing build last changes...
Last changes from revision f8ce5e3 (current) to f8ce5e3 (previous) published successfully!
Finished: SUCCESS