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

jenkins at artixlinux.org jenkins at artixlinux.org
Sun May 24 00:14:19 CEST 2020


   Failure

   Build: repos/testing-x86_64

   Packages:

   openrc-0.42.1-9904-x86_64.pkg.tar.zst
   openrc-bash-completions-0.42.1-9904-x86_64.pkg.tar.zst
   openrc-zsh-completions-0.42.1-9904-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/246/

References

   1. https://andromeda.artixlinux.org/job/jenkins-dev/job/devel/job/master/246/
-------------- 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/246/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 d6002905cd8e9ef6da2b56cfb8288727518e4d75
Obtained Jenkinsfile from d6002905cd8e9ef6da2b56cfb8288727518e4d75
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 5d9da3c11e26abb8e8589c3cc0f6d1a79d8e0e81
Warning: CredentialId "artix-ci" 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 5d9da3c11e26abb8e8589c3cc0f6d1a79d8e0e81 (next)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 5d9da3c11e26abb8e8589c3cc0f6d1a79d8e0e81 # timeout=10
Commit message: "add cmd args in steps"
[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/246/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-23T22:14:17.751Z] Warning: CredentialId "artix-ci" could not be found.
[2020-05-23T22:14:17.752Z]  > git rev-parse --is-inside-work-tree # timeout=10
[2020-05-23T22:14:17.761Z] Fetching changes from the remote Git repository
[2020-05-23T22:14:17.761Z]  > git config remote.origin.url https://290c0afd9211d207ab2494a94dec7307f98f90d7@gitea.artixlinux.org/jenkins-dev/devel.git # timeout=10
[2020-05-23T22:14:17.768Z] Cleaning workspace
[2020-05-23T22:14:17.769Z]  > git rev-parse --verify HEAD # timeout=10
[2020-05-23T22:14:17.776Z] Resetting working tree
[2020-05-23T22:14:17.776Z]  > git reset --hard # timeout=10
[2020-05-23T22:14:17.786Z]  > git clean -ffdx # timeout=10
[2020-05-23T22:14:17.795Z] Fetching without tags
[2020-05-23T22:14:17.795Z] Fetching upstream changes from https://290c0afd9211d207ab2494a94dec7307f98f90d7@gitea.artixlinux.org/jenkins-dev/devel.git
[2020-05-23T22:14:17.795Z]  > git --version # timeout=10
[2020-05-23T22:14:17.802Z]  > 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-23T22:14:17.978Z] Checking out Revision d6002905cd8e9ef6da2b56cfb8288727518e4d75 (master)
[2020-05-23T22:14:17.978Z]  > git config core.sparsecheckout # timeout=10
[2020-05-23T22:14:17.987Z]  > git checkout -f d6002905cd8e9ef6da2b56cfb8288727518e4d75 # timeout=10
[2020-05-23T22:14:18.000Z] Commit message: "testing"
[2020-05-23T22:14:18.000Z]  > git rev-list --no-walk d6002905cd8e9ef6da2b56cfb8288727518e4d75 # timeout=10
[2020-05-23T22:14:18.019Z] [Gitea] Notifying branch build status: PENDING Build started...
[2020-05-23T22:14:18.064Z] ERROR: Could not send notifications
[2020-05-23T22:14:18.064Z] org.jenkinsci.plugin.gitea.client.api.GiteaHttpStatusException: HTTP 401/Unauthorized
[2020-05-23T22:14:18.064Z] {"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/246/display/redirect"}
[2020-05-23T22:14:18.064Z] 	at org.jenkinsci.plugin.gitea.client.impl.DefaultGiteaConnection.post(DefaultGiteaConnection.java:911)
[2020-05-23T22:14:18.064Z] 	at org.jenkinsci.plugin.gitea.client.impl.DefaultGiteaConnection.createCommitStatus(DefaultGiteaConnection.java:597)
[2020-05-23T22:14:18.064Z] 	at org.jenkinsci.plugin.gitea.GiteaNotifier.sendNotifications(GiteaNotifier.java:153)
[2020-05-23T22:14:18.064Z] 	at org.jenkinsci.plugin.gitea.GiteaNotifier.access$400(GiteaNotifier.java:67)
[2020-05-23T22:14:18.064Z] 	at org.jenkinsci.plugin.gitea.GiteaNotifier$JobCheckOutListener.onCheckout(GiteaNotifier.java:302)
[2020-05-23T22:14:18.064Z] 	at org.jenkinsci.plugins.workflow.steps.scm.SCMStep.checkout(SCMStep.java:150)
[2020-05-23T22:14:18.064Z] 	at org.jenkinsci.plugins.workflow.steps.scm.SCMStep$StepExecutionImpl.run(SCMStep.java:93)
[2020-05-23T22:14:18.064Z] 	at org.jenkinsci.plugins.workflow.steps.scm.SCMStep$StepExecutionImpl.run(SCMStep.java:80)
[2020-05-23T22:14:18.064Z] 	at org.jenkinsci.plugins.workflow.steps.SynchronousNonBlockingStepExecution.lambda$start$0(SynchronousNonBlockingStepExecution.java:47)
[2020-05-23T22:14:18.064Z] 	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
[2020-05-23T22:14:18.064Z] 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
[2020-05-23T22:14:18.064Z] 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
[2020-05-23T22:14:18.065Z] 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
[2020-05-23T22:14:18.065Z] 	at java.lang.Thread.run(Thread.java:748)
[Pipeline] libraryResource
[Pipeline] readYaml
[Pipeline] libraryResource
[Pipeline] readYaml
[Pipeline] sh
[2020-05-23T22:14:18.383Z] + git rev-parse @
[Pipeline] sh
[2020-05-23T22:14:18.647Z] + git show -s --format=%an d6002905cd8e9ef6da2b56cfb8288727518e4d75
[Pipeline] sh
[2020-05-23T22:14:18.912Z] + git show -s --format=%ae d6002905cd8e9ef6da2b56cfb8288727518e4d75
[Pipeline] sh
[2020-05-23T22:14:19.177Z] + git show --pretty=format: --name-status d6002905cd8e9ef6da2b56cfb8288727518e4d75
[Pipeline] fileExists
[Pipeline] sh
[2020-05-23T22:14:19.529Z] + pkg2yaml -d repos/testing-x86_64
[Pipeline] readYaml
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build)
[Pipeline] withCredentials
[2020-05-23T22:14:19.657Z] Masking supported pattern matches of $BUILDBOT_GPGP
[Pipeline] {
Post stage
[Pipeline] emailext
[2020-05-23T22:14:19.819Z] Sending email to: artix-build-failures at artixlinux.org


More information about the artix-build-failures mailing list