[artix-build-failures] [galaxy] Failure: lxqt-build-tools

jenkins at artixlinux.org jenkins at artixlinux.org
Fri Aug 21 10:19:01 CEST 2020


   Failure

   Build: x86_64/community

   Packages:

   lxqt-build-tools-0.7.0-1-any.pkg.tar.zst

   author: alium

   email: alium at artixlinux.org

   [1]https://orion.artixlinux.org/job/packagesL/job/lxqt-build-tools/job/
   master/3/

References

   1. https://orion.artixlinux.org/job/packagesL/job/lxqt-build-tools/job/master/3/
-------------- next part --------------
Started by user alium
Restarted from build #2, stage Prepare
Running as alium
Querying the current revision of branch master...
Current revision of branch master is d6ad044cbc0f46d073da043a7b91af2195129b64
Obtained Jenkinsfile from d6ad044cbc0f46d073da043a7b91af2195129b64
Running in Durability level: PERFORMANCE_OPTIMIZED
[Pipeline] Start of Pipeline
[Pipeline] node
Running on Jenkins in /var/lib/jenkins/workspace/ackagesL_lxqt-build-tools_master
[Pipeline] {
[Pipeline] timestamps
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Prepare)
[Pipeline] catchError
[Pipeline] {
[Pipeline] checkout
[2020-08-21T08:18:52.040Z] Warning: CredentialId "jenkins-gotea-token" could not be found.
[2020-08-21T08:18:52.041Z]  > git rev-parse --is-inside-work-tree # timeout=10
[2020-08-21T08:18:52.045Z] Fetching changes from the remote Git repository
[2020-08-21T08:18:52.045Z]  > git config remote.origin.url https://237b7412742b4068af4173944de150f12959f4d3@gitea.artixlinux.org/packagesL/lxqt-build-tools.git # timeout=10
[2020-08-21T08:18:52.050Z] Cleaning workspace
[2020-08-21T08:18:52.050Z]  > git rev-parse --verify HEAD # timeout=10
[2020-08-21T08:18:52.055Z] Resetting working tree
[2020-08-21T08:18:52.055Z]  > git reset --hard # timeout=10
[2020-08-21T08:18:52.060Z]  > git clean -fdx # timeout=10
[2020-08-21T08:18:52.063Z] Fetching without tags
[2020-08-21T08:18:52.063Z] Fetching upstream changes from https://237b7412742b4068af4173944de150f12959f4d3@gitea.artixlinux.org/packagesL/lxqt-build-tools.git
[2020-08-21T08:18:52.064Z]  > git --version # timeout=10
[2020-08-21T08:18:52.068Z]  > git --version # 'git version 2.27.0'
[2020-08-21T08:18:52.068Z]  > git fetch --no-tags --force --progress -- https://237b7412742b4068af4173944de150f12959f4d3@gitea.artixlinux.org/packagesL/lxqt-build-tools.git +refs/heads/master:refs/remotes/origin/master # timeout=10
[2020-08-21T08:18:52.164Z] Checking out Revision d6ad044cbc0f46d073da043a7b91af2195129b64 (master)
[2020-08-21T08:18:52.164Z]  > git config core.sparsecheckout # timeout=10
[2020-08-21T08:18:52.169Z]  > git checkout -f d6ad044cbc0f46d073da043a7b91af2195129b64 # timeout=10
[2020-08-21T08:18:52.177Z] Commit message: "[trunk] -> [community] 'lxqt-build-tools-0.7.0-1' add"
[2020-08-21T08:18:52.177Z]  > git rev-list --no-walk d6ad044cbc0f46d073da043a7b91af2195129b64 # timeout=10
[2020-08-21T08:18:52.187Z] Cleaning workspace
[2020-08-21T08:18:52.187Z]  > git rev-parse --verify HEAD # timeout=10
[2020-08-21T08:18:52.192Z] Resetting working tree
[2020-08-21T08:18:52.192Z]  > git reset --hard # timeout=10
[2020-08-21T08:18:52.198Z]  > git clean -fdx # timeout=10
[2020-08-21T08:18:52.204Z] [Gitea] Notifying branch build status: PENDING Build started...
[2020-08-21T08:18:52.248Z] ERROR: Could not send notifications
[2020-08-21T08:18:52.248Z] org.jenkinsci.plugin.gitea.client.api.GiteaHttpStatusException: HTTP 401/Unauthorized
[2020-08-21T08:18:52.248Z] {"context":"packagesL/lxqt-build-tools/pipeline/head","description":"Build started...","state":"pending","status":"pending","target_url":"https://orion.artixlinux.org/job/packagesL/job/lxqt-build-tools/job/master/3/display/redirect"}
[2020-08-21T08:18:52.248Z] 	at org.jenkinsci.plugin.gitea.client.impl.DefaultGiteaConnection.post(DefaultGiteaConnection.java:911)
[2020-08-21T08:18:52.248Z] 	at org.jenkinsci.plugin.gitea.client.impl.DefaultGiteaConnection.createCommitStatus(DefaultGiteaConnection.java:597)
[2020-08-21T08:18:52.248Z] 	at org.jenkinsci.plugin.gitea.GiteaNotifier.sendNotifications(GiteaNotifier.java:153)
[2020-08-21T08:18:52.248Z] 	at org.jenkinsci.plugin.gitea.GiteaNotifier.access$400(GiteaNotifier.java:67)
[2020-08-21T08:18:52.248Z] 	at org.jenkinsci.plugin.gitea.GiteaNotifier$JobCheckOutListener.onCheckout(GiteaNotifier.java:302)
[2020-08-21T08:18:52.248Z] 	at org.jenkinsci.plugins.workflow.steps.scm.SCMStep.checkout(SCMStep.java:150)
[2020-08-21T08:18:52.249Z] 	at org.jenkinsci.plugins.workflow.steps.scm.SCMStep$StepExecutionImpl.run(SCMStep.java:93)
[2020-08-21T08:18:52.249Z] 	at org.jenkinsci.plugins.workflow.steps.scm.SCMStep$StepExecutionImpl.run(SCMStep.java:80)
[2020-08-21T08:18:52.249Z] 	at org.jenkinsci.plugins.workflow.steps.SynchronousNonBlockingStepExecution.lambda$start$0(SynchronousNonBlockingStepExecution.java:47)
[2020-08-21T08:18:52.249Z] 	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
[2020-08-21T08:18:52.249Z] 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
[2020-08-21T08:18:52.249Z] 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
[2020-08-21T08:18:52.249Z] 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
[2020-08-21T08:18:52.249Z] 	at java.lang.Thread.run(Thread.java:748)
[Pipeline] libraryResource
[Pipeline] readYaml
[Pipeline] sh
[2020-08-21T08:18:52.569Z] + git show -s --format=%an d6ad044cbc0f46d073da043a7b91af2195129b64
[Pipeline] sh
[2020-08-21T08:18:52.844Z] + git show -s --format=%ae d6ad044cbc0f46d073da043a7b91af2195129b64
[Pipeline] sh
[2020-08-21T08:18:53.118Z] + git show --pretty=format: --name-status d6ad044cbc0f46d073da043a7b91af2195129b64
[Pipeline] fileExists
[Pipeline] sh
[2020-08-21T08:18:53.424Z] + pkg2yaml -d x86_64/community
[Pipeline] readYaml
[Pipeline] }
[Pipeline] // catchError
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build)
[Pipeline] withCredentials
[2020-08-21T08:18:53.746Z] Masking supported pattern matches of $BUILDBOT_GPGP
[Pipeline] {
[Pipeline] echo
[2020-08-21T08:18:53.806Z] isLibBump: false
[Pipeline] dir
[2020-08-21T08:18:53.826Z] Running in /var/lib/jenkins/workspace/ackagesL_lxqt-build-tools_master/x86_64/community
[Pipeline] {
[Pipeline] catchError
[Pipeline] {
[Pipeline] sh
[2020-08-21T08:18:54.147Z] + buildpkg -C -d galaxy
[2020-08-21T08:18:57.377Z] :: Synchronizing package databases...
[2020-08-21T08:18:57.377Z]  system is up to date
[2020-08-21T08:18:57.377Z]  world is up to date
[2020-08-21T08:18:57.377Z] downloading galaxy.db...
[2020-08-21T08:18:57.377Z]  extra is up to date
[2020-08-21T08:18:57.377Z] downloading community.db...
[2020-08-21T08:18:57.628Z] :: Starting full system upgrade...
[2020-08-21T08:18:57.878Z]  there is nothing to do
[2020-08-21T08:18:58.789Z] ==> Building in chroot for [default] (x86_64)...
[2020-08-21T08:19:00.132Z] ==> Synchronizing chroot copy [/build/buildpkg/buildpkg/default-x86_64/root] -> [jenkins]...done
[2020-08-21T08:19:00.683Z] ==> Making package: lxqt-build-tools 0.7.0-1 (Fri Aug 21 10:19:00 2020)
[2020-08-21T08:19:00.683Z] ==> Retrieving sources...
[2020-08-21T08:19:00.683Z]   -> Found lxqt-build-tools-0.7.0.tar.xz
[2020-08-21T08:19:00.683Z]   -> Found lxqt-build-tools-0.7.0.tar.xz.asc
[2020-08-21T08:19:00.683Z] ==> Validating source files with sha256sums...
[2020-08-21T08:19:00.683Z]     lxqt-build-tools-0.7.0.tar.xz ... Passed
[2020-08-21T08:19:00.683Z]     lxqt-build-tools-0.7.0.tar.xz.asc ... Skipped
[2020-08-21T08:19:00.683Z] ==> Verifying source file signatures with gpg...
[2020-08-21T08:19:00.934Z]     lxqt-build-tools-0.7.0.tar.xz ... FAILED (unknown public key BE793007AD22DF7E)
[2020-08-21T08:19:00.934Z] ==> ERROR: One or more PGP signatures could not be verified!
[2020-08-21T08:19:00.934Z] ==> ERROR: Could not download sources.
[Pipeline] }
[2020-08-21T08:19:00.964Z] ERROR: Failed to build source
[2020-08-21T08:19:00.964Z] ERROR: script returned exit code 255
[Pipeline] // catchError
[Pipeline] }
[Pipeline] // dir
Post stage
[Pipeline] emailext
[2020-08-21T08:19:01.126Z] Sending email to: artix-build-failures at artixlinux.org


More information about the artix-build-failures mailing list