Skip to content
Success

Console Output

Started by timer
Running as SYSTEM
Building in workspace /var/lib/jenkins/workspace/pkgbuilds/workstyle-git
The recommended git tool is: NONE
No credentials specified
 > git rev-parse --resolve-git-dir /var/lib/jenkins/workspace/pkgbuilds/workstyle-git/.git # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://aur.archlinux.org/workstyle-git.git # timeout=10
Fetching upstream changes from https://aur.archlinux.org/workstyle-git.git
 > git --version # timeout=10
 > git --version # 'git version 2.45.1'
 > git fetch --tags --force --progress -- https://aur.archlinux.org/workstyle-git.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git rev-parse refs/remotes/origin/master^{commit} # timeout=10
Checking out Revision adfe61b23b6a8f6f458ccd7e239e39114df5058c (refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f adfe61b23b6a8f6f458ccd7e239e39114df5058c # timeout=10
Commit message: "First commit"
 > git rev-list --no-walk adfe61b23b6a8f6f458ccd7e239e39114df5058c # timeout=10
[workstyle-git] $ /bin/sh -xe /tmp/jenkins7557163348500164225.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/workstyle-git --read-write=/var/lib/jenkins/workspace/pkgbuilds/workstyle-git makepkg --noconfirm --nobuild --nodeps -p PKGBUILD.munged
==> Making package: workstyle-git 0.2.1.r29.g43b0b5b-1 (Mon 10 Jun 2024 05:33:01 AM CEST)
==> WARNING: Skipping dependency checks.
==> Retrieving sources...
-> Updating workstyle git repo...
==> Validating source files with md5sums...
workstyle ... Skipped
==> Extracting sources...
-> Creating working copy of workstyle git repo...
Reset branch 'makepkg'
==> Starting pkgver()...
==> Updated version: workstyle-git 0.9.0.r141.g34fbbee-1
==> Sources are ready.
++ jail makepkg --printsrcinfo -p PKGBUILD.munged
++ firejail --quiet --whitelist=/var/lib/jenkins/workspace/pkgbuilds/workstyle-git --read-write=/var/lib/jenkins/workspace/pkgbuilds/workstyle-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='0.9.0.r141.g34fbbee-1*workstyle-git'
+ pkgver=0.9.0.r141.g34fbbee-1
+ pkgname=workstyle-git
+ rm -vf '*.pkg.*'
+ '[' false = true ']'
+ repo_version_exists workstyle-git 0.9.0.r141.g34fbbee-1
+ full_pkgname=workstyle-git-0.9.0.r141.g34fbbee-1
+ split_version=0.9.0.r141.g34fbbee
+ split_revision=1
+ modified_full_pkgname=workstyle-git-0.9.0.r141.g34fbbeeM-1
+ tar tf /var/lib/aur-repo/score.moe.db.tar.gz
+ grep -qFe workstyle-git-0.9.0.r141.g34fbbee-1 -e workstyle-git-0.9.0.r141.g34fbbeeM-1
+ echo 'Package workstyle-git is up-to-date (0.9.0.r141.g34fbbee-1); nothing to do'
Package workstyle-git is up-to-date (0.9.0.r141.g34fbbee-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...
ERROR: Last Changes NOT published due to the following error: Could not find previous head of repository located at /var/lib/jenkins/workspace/pkgbuilds/workstyle-git/.git. Its your first commit?
Finished: SUCCESS