[artix-build-failures] [gremlins] Failure: openrc

jenkins at artixlinux.org jenkins at artixlinux.org
Sat May 23 10:14:44 CEST 2020


   Failure

   Build: repos/testing-x86_64

   Packages:

   [openrc-0.42.1-9900-x86_64.pkg.tar.zst,
   openrc-bash-completions-0.42.1-9900-x86_64.pkg.tar.zst,
   openrc-zsh-completions-0.42.1-9900-x86_64.pkg.tar.zst]

   authorName: artoo

   authorEmail: artoo at artixlinux.org

   [1]https://andromeda.artixlinux.org/job/jenkins-dev/job/devel/job/maste
   r/221/

References

   1. https://andromeda.artixlinux.org/job/jenkins-dev/job/devel/job/master/221/
-------------- next part --------------
Started by user artoo
Replayed gremlins
Running as artoo
[Gitea] Notifying branch build status: PENDING Build started...
ERROR: Could not send notifications
org.jenkinsci.plugin.gitea.client.api.GiteaHttpStatusException: HTTP 401/Unauthorized
{"context":"jenkins-dev/devel/pipeline/head","description":"Build started...","state":"pending","status":"pending","target_url":"https://andromeda.artixlinux.org/job/jenkins-dev/job/devel/job/master/221/display/redirect"}
	at org.jenkinsci.plugin.gitea.client.impl.DefaultGiteaConnection.post(DefaultGiteaConnection.java:911)
	at org.jenkinsci.plugin.gitea.client.impl.DefaultGiteaConnection.createCommitStatus(DefaultGiteaConnection.java:597)
	at org.jenkinsci.plugin.gitea.GiteaNotifier.sendNotifications(GiteaNotifier.java:153)
	at org.jenkinsci.plugin.gitea.GiteaNotifier.access$400(GiteaNotifier.java:67)
	at org.jenkinsci.plugin.gitea.GiteaNotifier$JobCompletedListener.onStarted(GiteaNotifier.java:334)
	at hudson.model.listeners.RunListener.fireStarted(RunListener.java:238)
	at org.jenkinsci.plugins.workflow.job.WorkflowRun.run(WorkflowRun.java:301)
	at hudson.model.ResourceController.execute(ResourceController.java:97)
	at hudson.model.Executor.run(Executor.java:428)
Querying the current revision of branch master...
Current revision of branch master is 5a93e11082b9ab138ae710a9c778370579d07e1f
Obtained Jenkinsfile from 5a93e11082b9ab138ae710a9c778370579d07e1f
Running in Durability level: PERFORMANCE_OPTIMIZED
Loading library artix-ci at next
Attempting to resolve next from remote references...
 > git --version # timeout=10
 > git ls-remote -- https://gitea.artixlinux.org/artix/pipeline-libs.git # timeout=10
Found match: refs/heads/next revision a7d9ad271e108de2ce86d92cb435a8839f3a8372
Warning: CredentialId "gitea-jenkins" could not be found.
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://gitea.artixlinux.org/artix/pipeline-libs.git # timeout=10
Fetching without tags
Fetching upstream changes from https://gitea.artixlinux.org/artix/pipeline-libs.git
 > git --version # timeout=10
 > git fetch --no-tags --force --progress -- https://gitea.artixlinux.org/artix/pipeline-libs.git +refs/heads/next:refs/remotes/origin/next # timeout=10
Checking out Revision a7d9ad271e108de2ce86d92cb435a8839f3a8372 (next)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f a7d9ad271e108de2ce86d92cb435a8839f3a8372 # timeout=10
Commit message: "use new error steps to terminate pipeline on fail and to catch errors in build"
[Gitea] Notifying branch build status: PENDING Build started...
ERROR: Could not send notifications
org.jenkinsci.plugin.gitea.client.api.GiteaHttpStatusException: HTTP 401/Unauthorized
{"context":"jenkins-dev/devel/pipeline/head","description":"Build started...","state":"pending","status":"pending","target_url":"https://andromeda.artixlinux.org/job/jenkins-dev/job/devel/job/master/221/display/redirect"}
	at org.jenkinsci.plugin.gitea.client.impl.DefaultGiteaConnection.post(DefaultGiteaConnection.java:911)
	at org.jenkinsci.plugin.gitea.client.impl.DefaultGiteaConnection.createCommitStatus(DefaultGiteaConnection.java:597)
	at org.jenkinsci.plugin.gitea.GiteaNotifier.sendNotifications(GiteaNotifier.java:153)
	at org.jenkinsci.plugin.gitea.GiteaNotifier.access$400(GiteaNotifier.java:67)
	at org.jenkinsci.plugin.gitea.GiteaNotifier$JobCheckOutListener.onCheckout(GiteaNotifier.java:302)
	at org.jenkinsci.plugins.workflow.steps.scm.SCMStep.checkout(SCMStep.java:150)
	at org.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.lambda$doRetrieve$1(SCMSourceRetriever.java:157)
	at org.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.retrySCMOperation(SCMSourceRetriever.java:107)
	at org.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.doRetrieve(SCMSourceRetriever.java:156)
	at org.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.retrieve(SCMSourceRetriever.java:96)
	at org.jenkinsci.plugins.workflow.libs.LibraryAdder.retrieve(LibraryAdder.java:157)
	at org.jenkinsci.plugins.workflow.libs.LibraryAdder.add(LibraryAdder.java:138)
	at org.jenkinsci.plugins.workflow.libs.LibraryDecorator$1.call(LibraryDecorator.java:125)
	at org.codehaus.groovy.control.CompilationUnit.applyToPrimaryClassNodes(CompilationUnit.java:1065)
	at org.codehaus.groovy.control.CompilationUnit.doPhaseOperation(CompilationUnit.java:603)
	at org.codehaus.groovy.control.CompilationUnit.processPhaseOperations(CompilationUnit.java:581)
	at org.codehaus.groovy.control.CompilationUnit.compile(CompilationUnit.java:558)
	at groovy.lang.GroovyClassLoader.doParseClass(GroovyClassLoader.java:298)
	at groovy.lang.GroovyClassLoader.parseClass(GroovyClassLoader.java:268)
	at groovy.lang.GroovyShell.parseClass(GroovyShell.java:688)
	at groovy.lang.GroovyShell.parse(GroovyShell.java:700)
	at org.jenkinsci.plugins.workflow.cps.CpsGroovyShell.doParse(CpsGroovyShell.java:142)
	at org.jenkinsci.plugins.workflow.cps.CpsGroovyShell.reparse(CpsGroovyShell.java:127)
	at org.jenkinsci.plugins.workflow.cps.CpsFlowExecution.parseScript(CpsFlowExecution.java:561)
	at org.jenkinsci.plugins.workflow.cps.CpsFlowExecution.start(CpsFlowExecution.java:522)
	at org.jenkinsci.plugins.workflow.job.WorkflowRun.run(WorkflowRun.java:337)
	at hudson.model.ResourceController.execute(ResourceController.java:97)
	at hudson.model.Executor.run(Executor.java:428)
Replacing contents of vars/NotifyRepoRemove.groovy
Replacing contents of vars/PostBuild.groovy
Replacing contents of vars/CheckOut.groovy
Replacing contents of vars/RepoAdd.groovy
Replacing contents of vars/BuildPkg.groovy
Replacing contents of vars/RepoRemove.groovy
Replacing contents of vars/NotifyFail.groovy
Replacing contents of src/org/artixlinux/RepoPackage.groovy
Replacing contents of vars/NotifyRepoAdd.groovy
Replacing contents of vars/PackagePipeline.groovy
[Pipeline] Start of Pipeline
[Pipeline] node
Running on Jenkins in /home/jenkins/workspace/jenkins-dev_devel_master
[Pipeline] {
[Pipeline] timestamps
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Prepare)
[Pipeline] checkout
[2020-05-23T08:14:41.620Z] Warning: CredentialId "gitea-jenkins" could not be found.
[2020-05-23T08:14:41.621Z]  > git rev-parse --is-inside-work-tree # timeout=10
[2020-05-23T08:14:41.632Z] Fetching changes from the remote Git repository
[2020-05-23T08:14:41.632Z]  > git config remote.origin.url https://290c0afd9211d207ab2494a94dec7307f98f90d7@gitea.artixlinux.org/jenkins-dev/devel.git # timeout=10
[2020-05-23T08:14:41.641Z] Cleaning workspace
[2020-05-23T08:14:41.642Z]  > git rev-parse --verify HEAD # timeout=10
[2020-05-23T08:14:41.651Z] Resetting working tree
[2020-05-23T08:14:41.652Z]  > git reset --hard # timeout=10
[2020-05-23T08:14:41.662Z]  > git clean -fdx # timeout=10
[2020-05-23T08:14:41.673Z] Fetching without tags
[2020-05-23T08:14:41.673Z] Fetching upstream changes from https://290c0afd9211d207ab2494a94dec7307f98f90d7@gitea.artixlinux.org/jenkins-dev/devel.git
[2020-05-23T08:14:41.673Z]  > git --version # timeout=10
[2020-05-23T08:14:41.683Z]  > git fetch --no-tags --force --progress -- https://290c0afd9211d207ab2494a94dec7307f98f90d7@gitea.artixlinux.org/jenkins-dev/devel.git +refs/heads/master:refs/remotes/origin/master # timeout=10
[2020-05-23T08:14:41.844Z] Checking out Revision 5a93e11082b9ab138ae710a9c778370579d07e1f (master)
[2020-05-23T08:14:41.844Z]  > git config core.sparsecheckout # timeout=10
[2020-05-23T08:14:41.853Z]  > git checkout -f 5a93e11082b9ab138ae710a9c778370579d07e1f # timeout=10
[2020-05-23T08:14:41.868Z] Commit message: "testing"
[2020-05-23T08:14:41.868Z]  > git rev-list --no-walk 5a93e11082b9ab138ae710a9c778370579d07e1f # timeout=10
[2020-05-23T08:14:41.891Z] [Gitea] Notifying branch build status: PENDING Build started...
[2020-05-23T08:14:41.935Z] ERROR: Could not send notifications
[2020-05-23T08:14:41.936Z] org.jenkinsci.plugin.gitea.client.api.GiteaHttpStatusException: HTTP 401/Unauthorized
[2020-05-23T08:14:41.936Z] {"context":"jenkins-dev/devel/pipeline/head","description":"Build started...","state":"pending","status":"pending","target_url":"https://andromeda.artixlinux.org/job/jenkins-dev/job/devel/job/master/221/display/redirect"}
[2020-05-23T08:14:41.936Z] 	at org.jenkinsci.plugin.gitea.client.impl.DefaultGiteaConnection.post(DefaultGiteaConnection.java:911)
[2020-05-23T08:14:41.936Z] 	at org.jenkinsci.plugin.gitea.client.impl.DefaultGiteaConnection.createCommitStatus(DefaultGiteaConnection.java:597)
[2020-05-23T08:14:41.936Z] 	at org.jenkinsci.plugin.gitea.GiteaNotifier.sendNotifications(GiteaNotifier.java:153)
[2020-05-23T08:14:41.936Z] 	at org.jenkinsci.plugin.gitea.GiteaNotifier.access$400(GiteaNotifier.java:67)
[2020-05-23T08:14:41.936Z] 	at org.jenkinsci.plugin.gitea.GiteaNotifier$JobCheckOutListener.onCheckout(GiteaNotifier.java:302)
[2020-05-23T08:14:41.936Z] 	at org.jenkinsci.plugins.workflow.steps.scm.SCMStep.checkout(SCMStep.java:150)
[2020-05-23T08:14:41.936Z] 	at org.jenkinsci.plugins.workflow.steps.scm.SCMStep$StepExecutionImpl.run(SCMStep.java:93)
[2020-05-23T08:14:41.936Z] 	at org.jenkinsci.plugins.workflow.steps.scm.SCMStep$StepExecutionImpl.run(SCMStep.java:80)
[2020-05-23T08:14:41.936Z] 	at org.jenkinsci.plugins.workflow.steps.SynchronousNonBlockingStepExecution.lambda$start$0(SynchronousNonBlockingStepExecution.java:47)
[2020-05-23T08:14:41.936Z] 	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
[2020-05-23T08:14:41.936Z] 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
[2020-05-23T08:14:41.936Z] 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
[2020-05-23T08:14:41.936Z] 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
[2020-05-23T08:14:41.936Z] 	at java.lang.Thread.run(Thread.java:748)
[Pipeline] libraryResource
[Pipeline] readYaml
[Pipeline] libraryResource
[Pipeline] readYaml
[Pipeline] sh
[2020-05-23T08:14:42.268Z] + git rev-parse @
[Pipeline] sh
[2020-05-23T08:14:42.535Z] + git show -s --format=%an 5a93e11082b9ab138ae710a9c778370579d07e1f
[Pipeline] sh
[2020-05-23T08:14:42.804Z] + git show -s --format=%ae 5a93e11082b9ab138ae710a9c778370579d07e1f
[Pipeline] sh
[2020-05-23T08:14:43.073Z] + git show --pretty=format: --name-status 5a93e11082b9ab138ae710a9c778370579d07e1f
[Pipeline] fileExists
[Pipeline] sh
[2020-05-23T08:14:43.568Z] + pkg2yaml -d repos/testing-x86_64
[Pipeline] readYaml
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build)
[Pipeline] withCredentials
[2020-05-23T08:14:43.767Z] Masking supported pattern matches of $BUILDBOT_GPGP
[Pipeline] {
[Pipeline] echo
[2020-05-23T08:14:43.848Z] isRebuild: false
[Pipeline] dir
[2020-05-23T08:14:43.861Z] Running in /home/jenkins/workspace/jenkins-dev_devel_master/repos/testing-x86_64
[Pipeline] {
[Pipeline] }
[Pipeline] // dir
Post stage
[Pipeline] emailext
[2020-05-23T08:14:44.036Z] Sending email to: artix-build-failures at artixlinux.org


More information about the artix-build-failures mailing list