[artix-build-failures] [world] Failure: adobe-source-sans-pro-fonts

jenkins at artixlinux.org jenkins at artixlinux.org
Tue Sep 8 21:14:17 CEST 2020


   Failure

   Build: x86_64/extra

   Packages:

   adobe-source-sans-pro-fonts-3.028-1-any.pkg.tar.zst

   author: Nathan Owens

   email: ndowens at artixlinux.org

   [1]https://orion.artixlinux.org/job/packagesA/job/adobe-source-sans-pro
   -fonts/job/master/3/

References

   1. https://orion.artixlinux.org/job/packagesA/job/adobe-source-sans-pro-fonts/job/master/3/
-------------- next part --------------
Started by user ndowens
Replayed world
Running as ndowens
[Gitea] Notifying branch build status: PENDING Build started...
ERROR: Could not send notifications
org.jenkinsci.plugin.gitea.client.api.GiteaHttpStatusException: HTTP 401/Unauthorized
{"context":"packagesA/adobe-source-sans-pro-fonts/pipeline/head","description":"Build started...","state":"pending","status":"pending","target_url":"https://orion.artixlinux.org/job/packagesA/job/adobe-source-sans-pro-fonts/job/master/3/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 d90285dc8a6496d575308a7a67080f65e0681ae8
Obtained Jenkinsfile from d90285dc8a6496d575308a7a67080f65e0681ae8
Running in Durability level: PERFORMANCE_OPTIMIZED
Loading library artix-ci at master
Attempting to resolve master from remote references...
 > git --version # timeout=10
 > git --version # 'git version 2.27.0'
 > git ls-remote -- https://gitea.artixlinux.org/artix/pipeline-libs.git # timeout=10
Found match: refs/heads/master revision 63982f52a13081d21ce5a9e2e2b5a16634730d63
The recommended git tool is: NONE
Warning: CredentialId "jenkins-gotea-token" 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 --version # 'git version 2.27.0'
 > git fetch --no-tags --force --progress -- https://gitea.artixlinux.org/artix/pipeline-libs.git +refs/heads/master:refs/remotes/origin/master # timeout=10
Checking out Revision 63982f52a13081d21ce5a9e2e2b5a16634730d63 (master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 63982f52a13081d21ce5a9e2e2b5a16634730d63 # timeout=10
Commit message: "rm obsolete layout bool"
[Gitea] Notifying branch build status: PENDING Build started...
ERROR: Could not send notifications
org.jenkinsci.plugin.gitea.client.api.GiteaHttpStatusException: HTTP 401/Unauthorized
{"context":"packagesA/adobe-source-sans-pro-fonts/pipeline/head","description":"Build started...","state":"pending","status":"pending","target_url":"https://orion.artixlinux.org/job/packagesA/job/adobe-source-sans-pro-fonts/job/master/3/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:571)
	at org.jenkinsci.plugins.workflow.cps.CpsFlowExecution.start(CpsFlowExecution.java:523)
	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)
[Pipeline] Start of Pipeline
[Pipeline] node
Running on Jenkins in /var/lib/jenkins/workspace/obe-source-sans-pro-fonts_master
[Pipeline] {
[Pipeline] timestamps
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Prepare)
[Pipeline] catchError
[Pipeline] {
[Pipeline] checkout
[2020-09-08T19:13:55.626Z] The recommended git tool is: NONE
[2020-09-08T19:13:55.626Z] Warning: CredentialId "jenkins-gotea-token" could not be found.
[2020-09-08T19:13:55.626Z]  > git rev-parse --is-inside-work-tree # timeout=10
[2020-09-08T19:13:55.631Z] Fetching changes from the remote Git repository
[2020-09-08T19:13:55.631Z]  > git config remote.origin.url https://237b7412742b4068af4173944de150f12959f4d3@gitea.artixlinux.org/packagesA/adobe-source-sans-pro-fonts.git # timeout=10
[2020-09-08T19:13:55.636Z] Cleaning workspace
[2020-09-08T19:13:55.636Z]  > git rev-parse --verify HEAD # timeout=10
[2020-09-08T19:13:55.641Z] Resetting working tree
[2020-09-08T19:13:55.641Z]  > git reset --hard # timeout=10
[2020-09-08T19:13:55.647Z]  > git clean -fdx # timeout=10
[2020-09-08T19:13:55.652Z] Fetching without tags
[2020-09-08T19:13:55.652Z] Fetching upstream changes from https://237b7412742b4068af4173944de150f12959f4d3@gitea.artixlinux.org/packagesA/adobe-source-sans-pro-fonts.git
[2020-09-08T19:13:55.652Z]  > git --version # timeout=10
[2020-09-08T19:13:55.657Z]  > git --version # 'git version 2.27.0'
[2020-09-08T19:13:55.657Z]  > git fetch --no-tags --force --progress -- https://237b7412742b4068af4173944de150f12959f4d3@gitea.artixlinux.org/packagesA/adobe-source-sans-pro-fonts.git +refs/heads/master:refs/remotes/origin/master # timeout=10
[2020-09-08T19:13:55.755Z] Checking out Revision d90285dc8a6496d575308a7a67080f65e0681ae8 (master)
[2020-09-08T19:13:55.755Z]  > git config core.sparsecheckout # timeout=10
[2020-09-08T19:13:55.760Z]  > git checkout -f d90285dc8a6496d575308a7a67080f65e0681ae8 # timeout=10
[2020-09-08T19:13:55.766Z] Commit message: "[trunk] -> [extra] 'adobe-source-sans-pro-fonts-3.028-1' add"
[2020-09-08T19:13:55.767Z]  > git rev-list --no-walk d90285dc8a6496d575308a7a67080f65e0681ae8 # timeout=10
[2020-09-08T19:13:55.777Z] Cleaning workspace
[2020-09-08T19:13:55.777Z]  > git rev-parse --verify HEAD # timeout=10
[2020-09-08T19:13:55.782Z] Resetting working tree
[2020-09-08T19:13:55.782Z]  > git reset --hard # timeout=10
[2020-09-08T19:13:55.788Z]  > git clean -fdx # timeout=10
[2020-09-08T19:13:55.794Z] [Gitea] Notifying branch build status: PENDING Build started...
[2020-09-08T19:13:55.814Z] ERROR: Could not send notifications
[2020-09-08T19:13:55.814Z] org.jenkinsci.plugin.gitea.client.api.GiteaHttpStatusException: HTTP 401/Unauthorized
[2020-09-08T19:13:55.814Z] {"context":"packagesA/adobe-source-sans-pro-fonts/pipeline/head","description":"Build started...","state":"pending","status":"pending","target_url":"https://orion.artixlinux.org/job/packagesA/job/adobe-source-sans-pro-fonts/job/master/3/display/redirect"}
[2020-09-08T19:13:55.814Z] 	at org.jenkinsci.plugin.gitea.client.impl.DefaultGiteaConnection.post(DefaultGiteaConnection.java:911)
[2020-09-08T19:13:55.814Z] 	at org.jenkinsci.plugin.gitea.client.impl.DefaultGiteaConnection.createCommitStatus(DefaultGiteaConnection.java:597)
[2020-09-08T19:13:55.814Z] 	at org.jenkinsci.plugin.gitea.GiteaNotifier.sendNotifications(GiteaNotifier.java:153)
[2020-09-08T19:13:55.814Z] 	at org.jenkinsci.plugin.gitea.GiteaNotifier.access$400(GiteaNotifier.java:67)
[2020-09-08T19:13:55.814Z] 	at org.jenkinsci.plugin.gitea.GiteaNotifier$JobCheckOutListener.onCheckout(GiteaNotifier.java:302)
[2020-09-08T19:13:55.814Z] 	at org.jenkinsci.plugins.workflow.steps.scm.SCMStep.checkout(SCMStep.java:150)
[2020-09-08T19:13:55.814Z] 	at org.jenkinsci.plugins.workflow.steps.scm.SCMStep$StepExecutionImpl.run(SCMStep.java:93)
[2020-09-08T19:13:55.814Z] 	at org.jenkinsci.plugins.workflow.steps.scm.SCMStep$StepExecutionImpl.run(SCMStep.java:80)
[2020-09-08T19:13:55.814Z] 	at org.jenkinsci.plugins.workflow.steps.SynchronousNonBlockingStepExecution.lambda$start$0(SynchronousNonBlockingStepExecution.java:47)
[2020-09-08T19:13:55.814Z] 	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
[2020-09-08T19:13:55.814Z] 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
[2020-09-08T19:13:55.814Z] 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
[2020-09-08T19:13:55.814Z] 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
[2020-09-08T19:13:55.814Z] 	at java.lang.Thread.run(Thread.java:748)
[Pipeline] libraryResource
[Pipeline] readYaml
[Pipeline] sh
[2020-09-08T19:13:56.090Z] + git show -s --format=%an d90285dc8a6496d575308a7a67080f65e0681ae8
[Pipeline] sh
[2020-09-08T19:13:56.348Z] + git show -s --format=%ae d90285dc8a6496d575308a7a67080f65e0681ae8
[Pipeline] sh
[2020-09-08T19:13:56.605Z] + git show --pretty=format: --name-status d90285dc8a6496d575308a7a67080f65e0681ae8
[Pipeline] fileExists
[Pipeline] sh
[2020-09-08T19:13:56.875Z] + pkg2yaml -d x86_64/extra
[Pipeline] readYaml
[Pipeline] }
[Pipeline] // catchError
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build)
[Pipeline] withCredentials
[2020-09-08T19:13:57.069Z] Masking supported pattern matches of $BUILDBOT_GPGP
[Pipeline] {
[Pipeline] echo
[2020-09-08T19:13:57.094Z] isLibBump: false
[Pipeline] dir
[2020-09-08T19:13:57.100Z] Running in /var/lib/jenkins/workspace/obe-source-sans-pro-fonts_master/x86_64/extra
[Pipeline] {
[Pipeline] catchError
[Pipeline] {
[Pipeline] sh
[2020-09-08T19:13:57.368Z] + buildpkg -C -d world
[2020-09-08T19:14:00.597Z] :: Synchronizing package databases...
[2020-09-08T19:14:00.597Z]  system is up to date
[2020-09-08T19:14:00.597Z]  world is up to date
[2020-09-08T19:14:00.597Z]  galaxy is up to date
[2020-09-08T19:14:00.597Z]  extra is up to date
[2020-09-08T19:14:00.597Z] downloading community.db...
[2020-09-08T19:14:00.597Z] :: Starting full system upgrade...
[2020-09-08T19:14:00.847Z]  there is nothing to do
[2020-09-08T19:14:01.758Z] ==> Building in chroot for [default] (x86_64)...
[2020-09-08T19:14:02.309Z] ==> Synchronizing chroot copy [/build/buildpkg/default-x86_64/root] -> [jenkins]...done
[2020-09-08T19:14:03.220Z] ==> Making package: adobe-source-sans-pro-fonts 3.028-1 (Tue Sep  8 21:14:03 2020)
[2020-09-08T19:14:03.220Z] ==> Retrieving sources...
[2020-09-08T19:14:03.220Z]   -> Found source-sans-pro-3.028R.tar.gz
[2020-09-08T19:14:03.220Z]   -> Found source-sans-pro-3.006R.tar.gz
[2020-09-08T19:14:03.220Z] ==> Validating source files with sha256sums...
[2020-09-08T19:14:03.220Z]     source-sans-pro-3.028R.tar.gz ... Passed
[2020-09-08T19:14:03.220Z]     source-sans-pro-3.006R.tar.gz ... Passed
[2020-09-08T19:14:08.414Z] ==> Making package: adobe-source-sans-pro-fonts 3.028-1 (Tue 08 Sep 2020 07:14:07 PM UTC)
[2020-09-08T19:14:08.414Z] ==> Checking runtime dependencies...
[2020-09-08T19:14:08.414Z] ==> Checking buildtime dependencies...
[2020-09-08T19:14:08.414Z] ==> Retrieving sources...
[2020-09-08T19:14:08.414Z]   -> Found source-sans-pro-3.028R.tar.gz
[2020-09-08T19:14:08.414Z]   -> Found source-sans-pro-3.006R.tar.gz
[2020-09-08T19:14:08.414Z] ==> WARNING: Skipping all source file integrity checks.
[2020-09-08T19:14:08.414Z] ==> Extracting sources...
[2020-09-08T19:14:08.414Z]   -> Extracting source-sans-pro-3.028R.tar.gz with bsdtar
[2020-09-08T19:14:08.414Z]   -> Extracting source-sans-pro-3.006R.tar.gz with bsdtar
[2020-09-08T19:14:08.414Z] ==> Entering fakeroot environment...
[2020-09-08T19:14:09.758Z] ==> Starting package()...
[2020-09-08T19:14:09.758Z] ==> Tidying install...
[2020-09-08T19:14:09.758Z]   -> Removing libtool files...
[2020-09-08T19:14:09.758Z]   -> Purging unwanted files...
[2020-09-08T19:14:09.758Z]   -> Removing static library files...
[2020-09-08T19:14:09.758Z]   -> Stripping unneeded symbols from binaries and libraries...
[2020-09-08T19:14:10.308Z]   -> Compressing man and info pages...
[2020-09-08T19:14:10.308Z] ==> Checking for packaging issues...
[2020-09-08T19:14:10.308Z] ==> Creating package "adobe-source-sans-pro-fonts"...
[2020-09-08T19:14:10.308Z]   -> Generating .PKGINFO file...
[2020-09-08T19:14:10.308Z]   -> Generating .BUILDINFO file...
[2020-09-08T19:14:10.308Z]   -> Generating .MTREE file...
[2020-09-08T19:14:10.308Z]   -> Compressing package...
[2020-09-08T19:14:12.169Z] ==> Leaving fakeroot environment.
[2020-09-08T19:14:12.169Z] ==> Finished making: adobe-source-sans-pro-fonts 3.028-1 (Tue 08 Sep 2020 07:14:12 PM UTC)
[2020-09-08T19:14:12.169Z] ==> Installing package adobe-source-sans-pro-fonts with pacman -U...
[2020-09-08T19:14:12.420Z] loading packages...
[2020-09-08T19:14:12.420Z] resolving dependencies...
[2020-09-08T19:14:12.420Z] looking for conflicting packages...
[2020-09-08T19:14:12.420Z] 
[2020-09-08T19:14:12.420Z] Package (1)                  New Version  Net Change
[2020-09-08T19:14:12.420Z] 
[2020-09-08T19:14:12.420Z] adobe-source-sans-pro-fonts  3.028-1        7.24 MiB
[2020-09-08T19:14:12.420Z] 
[2020-09-08T19:14:12.420Z] Total Installed Size:  7.24 MiB
[2020-09-08T19:14:12.420Z] 
[2020-09-08T19:14:12.420Z] :: Proceed with installation? [Y/n] 
[2020-09-08T19:14:12.420Z] checking keyring...
[2020-09-08T19:14:12.420Z] checking package integrity...
[2020-09-08T19:14:12.420Z] loading package files...
[2020-09-08T19:14:12.420Z] checking for file conflicts...
[2020-09-08T19:14:12.420Z] checking available disk space...
[2020-09-08T19:14:12.420Z] :: Processing package changes...
[2020-09-08T19:14:12.420Z] installing adobe-source-sans-pro-fonts...
[2020-09-08T19:14:12.670Z] resolving dependencies...
[2020-09-08T19:14:12.670Z] looking for conflicting packages...
[2020-09-08T19:14:12.670Z] 
[2020-09-08T19:14:12.670Z] Package (6)              New Version  Net Change
[2020-09-08T19:14:12.670Z] 
[2020-09-08T19:14:12.670Z] system/libnsl            1.3.0-1        0.19 MiB
[2020-09-08T19:14:12.670Z] system/licenses          20200427-1     0.41 MiB
[2020-09-08T19:14:12.670Z] world/pyalpm             0.9.1-2        0.17 MiB
[2020-09-08T19:14:12.670Z] world/python             3.8.5-2       77.65 MiB
[2020-09-08T19:14:12.670Z] world/python-pyelftools  0.26-1         1.22 MiB
[2020-09-08T19:14:12.670Z] world/namcap             3.2.10-1       0.41 MiB
[2020-09-08T19:14:12.670Z] 
[2020-09-08T19:14:12.670Z] Total Installed Size:  80.05 MiB
[2020-09-08T19:14:12.671Z] 
[2020-09-08T19:14:12.671Z] :: Proceed with installation? [Y/n] 
[2020-09-08T19:14:12.671Z] checking keyring...
[2020-09-08T19:14:12.671Z] checking package integrity...
[2020-09-08T19:14:13.221Z] loading package files...
[2020-09-08T19:14:13.221Z] checking for file conflicts...
[2020-09-08T19:14:13.221Z] checking available disk space...
[2020-09-08T19:14:13.221Z] :: Processing package changes...
[2020-09-08T19:14:13.221Z] installing libnsl...
[2020-09-08T19:14:13.221Z] installing python...
[2020-09-08T19:14:13.472Z] Optional dependencies for python
[2020-09-08T19:14:13.472Z]     python-setuptools
[2020-09-08T19:14:13.472Z]     python-pip
[2020-09-08T19:14:13.472Z]     sqlite [installed]
[2020-09-08T19:14:13.472Z]     mpdecimal: for decimal
[2020-09-08T19:14:13.472Z]     xz: for lzma [installed]
[2020-09-08T19:14:13.472Z]     tk: for tkinter
[2020-09-08T19:14:13.472Z] installing pyalpm...
[2020-09-08T19:14:13.472Z] installing licenses...
[2020-09-08T19:14:13.472Z] installing python-pyelftools...
[2020-09-08T19:14:13.472Z] installing namcap...
[2020-09-08T19:14:13.722Z] Checking PKGBUILD
[2020-09-08T19:14:13.722Z] Checking adobe-source-sans-pro-fonts-3.028-1-any.pkg.tar.zst
[2020-09-08T19:14:15.065Z] ==> Running checkpkg
[2020-09-08T19:14:15.065Z]   -> Checking packages
[2020-09-08T19:14:16.926Z] 							      >	usr/share/fonts/adobe-source-sans-pro/SourceSans3-Black.otf
[2020-09-08T19:14:16.926Z] 							      >	usr/share/fonts/adobe-source-sans-pro/SourceSans3-BlackIt.otf
[2020-09-08T19:14:16.926Z] 							      >	usr/share/fonts/adobe-source-sans-pro/SourceSans3-Bold.otf
[2020-09-08T19:14:16.926Z] 							      >	usr/share/fonts/adobe-source-sans-pro/SourceSans3-BoldIt.otf
[2020-09-08T19:14:16.926Z] 							      >	usr/share/fonts/adobe-source-sans-pro/SourceSans3-ExtraLight.
[2020-09-08T19:14:16.926Z] 							      >	usr/share/fonts/adobe-source-sans-pro/SourceSans3-ExtraLightI
[2020-09-08T19:14:16.926Z] 							      >	usr/share/fonts/adobe-source-sans-pro/SourceSans3-It.otf
[2020-09-08T19:14:16.926Z] 							      >	usr/share/fonts/adobe-source-sans-pro/SourceSans3-Light.otf
[2020-09-08T19:14:16.927Z] 							      >	usr/share/fonts/adobe-source-sans-pro/SourceSans3-LightIt.otf
[2020-09-08T19:14:16.927Z] 							      >	usr/share/fonts/adobe-source-sans-pro/SourceSans3-Regular.otf
[2020-09-08T19:14:16.927Z] 							      >	usr/share/fonts/adobe-source-sans-pro/SourceSans3-Semibold.ot
[2020-09-08T19:14:16.927Z] 							      >	usr/share/fonts/adobe-source-sans-pro/SourceSans3-SemiboldIt.
[2020-09-08T19:14:16.927Z] 							      >	usr/share/fonts/adobe-source-sans-pro/SourceSans3VF-Italic.ot
[2020-09-08T19:14:16.927Z] 							      >	usr/share/fonts/adobe-source-sans-pro/SourceSans3VF-Roman.otf
[2020-09-08T19:14:16.927Z] ==> No soname differences for adobe-source-sans-pro-fonts.
[Pipeline] }
[Pipeline] // catchError
[Pipeline] }
[Pipeline] // dir
Post stage
[Pipeline] emailext
[2020-09-08T19:14:17.018Z] Sending email to: artix-build-fixes at artixlinux.org
[Pipeline] sh
[2020-09-08T19:14:17.494Z] + signpkg adobe-source-sans-pro-fonts-3.028-1-any.pkg.tar.zst
[2020-09-08T19:14:17.494Z]   -> Found: /srv/pkgpool/adobe-source-sans-pro-fonts-3.028-1-any.pkg.tar.zst
[2020-09-08T19:14:17.494Z] ==> Signing [adobe-source-sans-pro-fonts-3.028-1-any.pkg.tar.zst]
[2020-09-08T19:14:17.494Z] gpg: /var/lib/jenkins/.gnupg/gpg.conf:11: invalid option
Error when executing success post condition:
hudson.AbortException: script returned exit code 2
	at org.jenkinsci.plugins.workflow.steps.durable_task.DurableTaskStep$Execution.handleExit(DurableTaskStep.java:659)
	at org.jenkinsci.plugins.workflow.steps.durable_task.DurableTaskStep$Execution.check(DurableTaskStep.java:605)
	at org.jenkinsci.plugins.workflow.steps.durable_task.DurableTaskStep$Execution.run(DurableTaskStep.java:549)
	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180)
	at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:748)

[Pipeline] emailext
[2020-09-08T19:14:17.535Z] Sending email to: artix-build-failures at artixlinux.org


More information about the artix-build-failures mailing list