[artix-build-failures] [world] Failure: grilo

jenkins at artixlinux.org jenkins at artixlinux.org
Tue Sep 8 16:14:50 CEST 2020


   Failure

   Build: x86_64/extra

   Packages:

   grilo-0.3.13-1-x86_64.pkg.tar.zst

   author: Dudemanguy

   email: dudemanguy at artixlinux.org

   [1]https://orion.artixlinux.org/job/packagesG/job/grilo/job/master/3/

References

   1. https://orion.artixlinux.org/job/packagesG/job/grilo/job/master/3/
-------------- next part --------------
Started by user dudemanguy
Replayed world
Running as dudemanguy
[Gitea] Notifying branch build status: PENDING Build started...
ERROR: Could not send notifications
org.jenkinsci.plugin.gitea.client.api.GiteaHttpStatusException: HTTP 401/Unauthorized
{"context":"packagesG/grilo/pipeline/head","description":"Build started...","state":"pending","status":"pending","target_url":"https://orion.artixlinux.org/job/packagesG/job/grilo/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 d12f6505fbdaeea3aa51e0aeb0a3ca8bea0e48ea
Obtained Jenkinsfile from d12f6505fbdaeea3aa51e0aeb0a3ca8bea0e48ea
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":"packagesG/grilo/pipeline/head","description":"Build started...","state":"pending","status":"pending","target_url":"https://orion.artixlinux.org/job/packagesG/job/grilo/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/packagesG_grilo_master
[Pipeline] {
[Pipeline] timestamps
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Prepare)
[Pipeline] catchError
[Pipeline] {
[Pipeline] checkout
[2020-09-08T14:14:13.938Z] The recommended git tool is: NONE
[2020-09-08T14:14:13.938Z] Warning: CredentialId "jenkins-gotea-token" could not be found.
[2020-09-08T14:14:13.938Z]  > git rev-parse --is-inside-work-tree # timeout=10
[2020-09-08T14:14:13.943Z] Fetching changes from the remote Git repository
[2020-09-08T14:14:13.943Z]  > git config remote.origin.url https://237b7412742b4068af4173944de150f12959f4d3@gitea.artixlinux.org/packagesG/grilo.git # timeout=10
[2020-09-08T14:14:13.948Z] Cleaning workspace
[2020-09-08T14:14:13.948Z]  > git rev-parse --verify HEAD # timeout=10
[2020-09-08T14:14:13.952Z] Resetting working tree
[2020-09-08T14:14:13.952Z]  > git reset --hard # timeout=10
[2020-09-08T14:14:13.956Z]  > git clean -fdx # timeout=10
[2020-09-08T14:14:13.961Z] Fetching without tags
[2020-09-08T14:14:13.961Z] Fetching upstream changes from https://237b7412742b4068af4173944de150f12959f4d3@gitea.artixlinux.org/packagesG/grilo.git
[2020-09-08T14:14:13.961Z]  > git --version # timeout=10
[2020-09-08T14:14:13.965Z]  > git --version # 'git version 2.27.0'
[2020-09-08T14:14:13.965Z]  > git fetch --no-tags --force --progress -- https://237b7412742b4068af4173944de150f12959f4d3@gitea.artixlinux.org/packagesG/grilo.git +refs/heads/master:refs/remotes/origin/master # timeout=10
[2020-09-08T14:14:14.063Z] Checking out Revision d12f6505fbdaeea3aa51e0aeb0a3ca8bea0e48ea (master)
[2020-09-08T14:14:14.063Z]  > git config core.sparsecheckout # timeout=10
[2020-09-08T14:14:14.067Z]  > git checkout -f d12f6505fbdaeea3aa51e0aeb0a3ca8bea0e48ea # timeout=10
[2020-09-08T14:14:14.075Z] Commit message: "[trunk] -> [extra] 'grilo-0.3.13-1' add"
[2020-09-08T14:14:14.075Z]  > git rev-list --no-walk d12f6505fbdaeea3aa51e0aeb0a3ca8bea0e48ea # timeout=10
[2020-09-08T14:14:14.085Z] Cleaning workspace
[2020-09-08T14:14:14.085Z]  > git rev-parse --verify HEAD # timeout=10
[2020-09-08T14:14:14.090Z] Resetting working tree
[2020-09-08T14:14:14.090Z]  > git reset --hard # timeout=10
[2020-09-08T14:14:14.096Z]  > git clean -fdx # timeout=10
[2020-09-08T14:14:14.102Z] [Gitea] Notifying branch build status: PENDING Build started...
[2020-09-08T14:14:14.121Z] ERROR: Could not send notifications
[2020-09-08T14:14:14.121Z] org.jenkinsci.plugin.gitea.client.api.GiteaHttpStatusException: HTTP 401/Unauthorized
[2020-09-08T14:14:14.121Z] {"context":"packagesG/grilo/pipeline/head","description":"Build started...","state":"pending","status":"pending","target_url":"https://orion.artixlinux.org/job/packagesG/job/grilo/job/master/3/display/redirect"}
[2020-09-08T14:14:14.121Z] 	at org.jenkinsci.plugin.gitea.client.impl.DefaultGiteaConnection.post(DefaultGiteaConnection.java:911)
[2020-09-08T14:14:14.121Z] 	at org.jenkinsci.plugin.gitea.client.impl.DefaultGiteaConnection.createCommitStatus(DefaultGiteaConnection.java:597)
[2020-09-08T14:14:14.121Z] 	at org.jenkinsci.plugin.gitea.GiteaNotifier.sendNotifications(GiteaNotifier.java:153)
[2020-09-08T14:14:14.121Z] 	at org.jenkinsci.plugin.gitea.GiteaNotifier.access$400(GiteaNotifier.java:67)
[2020-09-08T14:14:14.121Z] 	at org.jenkinsci.plugin.gitea.GiteaNotifier$JobCheckOutListener.onCheckout(GiteaNotifier.java:302)
[2020-09-08T14:14:14.121Z] 	at org.jenkinsci.plugins.workflow.steps.scm.SCMStep.checkout(SCMStep.java:150)
[2020-09-08T14:14:14.121Z] 	at org.jenkinsci.plugins.workflow.steps.scm.SCMStep$StepExecutionImpl.run(SCMStep.java:93)
[2020-09-08T14:14:14.121Z] 	at org.jenkinsci.plugins.workflow.steps.scm.SCMStep$StepExecutionImpl.run(SCMStep.java:80)
[2020-09-08T14:14:14.121Z] 	at org.jenkinsci.plugins.workflow.steps.SynchronousNonBlockingStepExecution.lambda$start$0(SynchronousNonBlockingStepExecution.java:47)
[2020-09-08T14:14:14.121Z] 	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
[2020-09-08T14:14:14.121Z] 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
[2020-09-08T14:14:14.121Z] 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
[2020-09-08T14:14:14.121Z] 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
[2020-09-08T14:14:14.121Z] 	at java.lang.Thread.run(Thread.java:748)
[Pipeline] libraryResource
[Pipeline] readYaml
[Pipeline] sh
[2020-09-08T14:14:14.397Z] + git show -s --format=%an d12f6505fbdaeea3aa51e0aeb0a3ca8bea0e48ea
[Pipeline] sh
[2020-09-08T14:14:14.654Z] + git show -s --format=%ae d12f6505fbdaeea3aa51e0aeb0a3ca8bea0e48ea
[Pipeline] sh
[2020-09-08T14:14:14.911Z] + git show --pretty=format: --name-status d12f6505fbdaeea3aa51e0aeb0a3ca8bea0e48ea
[Pipeline] fileExists
[Pipeline] sh
[2020-09-08T14:14:15.181Z] + pkg2yaml -d x86_64/extra
[Pipeline] readYaml
[Pipeline] }
[Pipeline] // catchError
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build)
[Pipeline] withCredentials
[2020-09-08T14:14:15.353Z] Masking supported pattern matches of $BUILDBOT_GPGP
[Pipeline] {
[Pipeline] echo
[2020-09-08T14:14:15.380Z] isLibBump: false
[Pipeline] dir
[2020-09-08T14:14:15.387Z] Running in /var/lib/jenkins/workspace/packagesG_grilo_master/x86_64/extra
[Pipeline] {
[Pipeline] catchError
[Pipeline] {
[Pipeline] sh
[2020-09-08T14:14:15.654Z] + buildpkg -C -d world
[2020-09-08T14:14:18.883Z] :: Synchronizing package databases...
[2020-09-08T14:14:18.883Z]  system is up to date
[2020-09-08T14:14:18.883Z] downloading world.db...
[2020-09-08T14:14:18.883Z]  galaxy is up to date
[2020-09-08T14:14:18.883Z]  extra is up to date
[2020-09-08T14:14:18.883Z]  community is up to date
[2020-09-08T14:14:18.883Z] :: Starting full system upgrade...
[2020-09-08T14:14:18.883Z]  there is nothing to do
[2020-09-08T14:14:19.794Z] ==> Building in chroot for [default] (x86_64)...
[2020-09-08T14:14:20.955Z] ==> Synchronizing chroot copy [/build/buildpkg/default-x86_64/root] -> [jenkins]...done
[2020-09-08T14:14:21.866Z] ==> Making package: grilo 0.3.13-1 (Tue Sep  8 16:14:21 2020)
[2020-09-08T14:14:21.866Z] ==> Retrieving sources...
[2020-09-08T14:14:22.117Z]   -> Updating grilo git repo...
[2020-09-08T14:14:22.117Z] Fetching origin
[2020-09-08T14:14:23.028Z] From https://gitlab.gnome.org/GNOME/grilo
[2020-09-08T14:14:23.028Z]  + f50e83c...172f0a5 refs/merge-requests/29/merge -> refs/merge-requests/29/merge  (forced update)
[2020-09-08T14:14:23.028Z]  + 12a4c44...94ec5b7 refs/merge-requests/30/merge -> refs/merge-requests/30/merge  (forced update)
[2020-09-08T14:14:23.028Z]  + c77f776...db74bd0 refs/merge-requests/6/merge -> refs/merge-requests/6/merge  (forced update)
[2020-09-08T14:14:23.028Z] ==> Validating source files with sha256sums...
[2020-09-08T14:14:23.028Z]     grilo ... Skipped
[2020-09-08T14:14:28.222Z] ==> Making package: grilo 0.3.13-1 (Tue 08 Sep 2020 02:14:27 PM UTC)
[2020-09-08T14:14:28.222Z] ==> Checking runtime dependencies...
[2020-09-08T14:14:28.222Z] ==> Installing missing dependencies...
[2020-09-08T14:14:28.222Z] :: There are 2 providers available for totem-plparser:
[2020-09-08T14:14:28.222Z] :: Repository world
[2020-09-08T14:14:28.222Z]    1) totem-pl-parser
[2020-09-08T14:14:28.222Z] :: Repository extra
[2020-09-08T14:14:28.222Z]    2) totem-pl-parser
[2020-09-08T14:14:28.222Z] 
[2020-09-08T14:14:28.222Z] Enter a number (default=1): 
[2020-09-08T14:14:28.222Z] resolving dependencies...
[2020-09-08T14:14:28.222Z] looking for conflicting packages...
[2020-09-08T14:14:28.222Z] 
[2020-09-08T14:14:28.222Z] Package (28)                       New Version             Net Change  Download Size
[2020-09-08T14:14:28.222Z] 
[2020-09-08T14:14:28.222Z] world/adobe-source-code-pro-fonts  2.030ro+1.050it-6         2.14 MiB               
[2020-09-08T14:14:28.222Z] galaxy/brotli                      1.0.7-3.1                 2.27 MiB               
[2020-09-08T14:14:28.222Z] world/cantarell-fonts              1:0.201-1                 0.86 MiB               
[2020-09-08T14:14:28.222Z] system/dbus                        1.12.20-1                 0.95 MiB               
[2020-09-08T14:14:28.222Z] world/dconf                        0.36.0-1                  0.43 MiB               
[2020-09-08T14:14:28.222Z] world/glib-networking              2.64.3-2                  0.46 MiB               
[2020-09-08T14:14:28.222Z] world/gsettings-desktop-schemas    3.36.1-1                  4.36 MiB               
[2020-09-08T14:14:28.222Z] system/libelogind                  243.7-4                   0.54 MiB               
[2020-09-08T14:14:28.222Z] world/libproxy                     0.4.15+33+g454a499-2.1    0.26 MiB               
[2020-09-08T14:14:28.222Z] world/libquvi                      0.9.4-6                   0.12 MiB               
[2020-09-08T14:14:28.222Z] world/libquvi-scripts              0.9.20131130-5            0.16 MiB               
[2020-09-08T14:14:28.222Z] world/libx11                       1.6.12-1                 10.16 MiB               
[2020-09-08T14:14:28.222Z] world/libxau                       1.0.9-3                   0.02 MiB               
[2020-09-08T14:14:28.222Z] world/libxcb                       1.14-1                    3.73 MiB               
[2020-09-08T14:14:28.222Z] world/libxdmcp                     1.1.3-3                   0.13 MiB               
[2020-09-08T14:14:28.222Z] world/lua52                        5.2.4-5                   0.95 MiB               
[2020-09-08T14:14:28.222Z] galaxy/lua52-bitop                 1.0.2-9                   0.01 MiB               
[2020-09-08T14:14:28.222Z] galaxy/lua52-expat                 1.3.0-5                   0.03 MiB               
[2020-09-08T14:14:28.222Z] world/lua52-lpeg                   1.0.2-3                   0.06 MiB               
[2020-09-08T14:14:28.222Z] world/lua52-luajson                1.3.4-3                   0.05 MiB               
[2020-09-08T14:14:28.222Z] galaxy/lua52-socket                20200329-1                0.23 MiB               
[2020-09-08T14:14:28.222Z] system/nspr                        4.28-1                    0.72 MiB               
[2020-09-08T14:14:28.222Z] system/nss                         3.56-1                    5.28 MiB               
[2020-09-08T14:14:28.222Z] world/xcb-proto                    1.14-1                    0.83 MiB               
[2020-09-08T14:14:28.222Z] world/xorgproto                    2020.1-1                  1.40 MiB               
[2020-09-08T14:14:28.222Z] world/liboauth                     1.0.3+14+g186fb14-2       0.07 MiB       0.03 MiB
[2020-09-08T14:14:28.222Z] world/libsoup                      2.70.0-1                  4.83 MiB               
[2020-09-08T14:14:28.222Z] world/totem-pl-parser              3.26.5-1                  0.85 MiB               
[2020-09-08T14:14:28.222Z] 
[2020-09-08T14:14:28.222Z] Total Download Size:    0.03 MiB
[2020-09-08T14:14:28.222Z] Total Installed Size:  41.89 MiB
[2020-09-08T14:14:28.222Z] 
[2020-09-08T14:14:28.222Z] :: Proceed with installation? [Y/n] 
[2020-09-08T14:14:28.222Z] :: Retrieving packages...
[2020-09-08T14:14:28.222Z] downloading liboauth-1.0.3+14+g186fb14-2-x86_64.pkg.tar.zst...
[2020-09-08T14:14:28.222Z] checking keyring...
[2020-09-08T14:14:28.473Z] checking package integrity...
[2020-09-08T14:14:29.816Z] error: totem-pl-parser: signature from "Artix Buildbot <buildbot at artixlinux.org>" is invalid
[2020-09-08T14:14:29.816Z] :: File /var/cache/pacman/pkg/totem-pl-parser-3.26.5-1-x86_64.pkg.tar.zst is corrupted (invalid or corrupted package (PGP signature)).
[2020-09-08T14:14:29.816Z] Do you want to delete it? [Y/n] error: failed to commit transaction (invalid or corrupted package (PGP signature))
[2020-09-08T14:14:29.816Z] 
[2020-09-08T14:14:29.816Z] Errors occurred, no packages were upgraded.
[2020-09-08T14:14:29.816Z] ==> ERROR: 'pacman' failed to install missing dependencies.
[2020-09-08T14:14:29.816Z] ==> Missing dependencies:
[2020-09-08T14:14:29.816Z]   -> libsoup
[2020-09-08T14:14:29.816Z]   -> liboauth
[2020-09-08T14:14:29.816Z]   -> totem-plparser
[2020-09-08T14:14:29.816Z] ==> Checking buildtime dependencies...
[2020-09-08T14:14:29.816Z] ==> Installing missing dependencies...
[2020-09-08T14:14:30.067Z] resolving dependencies...
[2020-09-08T14:14:30.317Z] :: There are 2 providers available for libfreetype.so=6-64:
[2020-09-08T14:14:30.317Z] :: Repository world
[2020-09-08T14:14:30.317Z]    1) freetype2
[2020-09-08T14:14:30.317Z] :: Repository extra
[2020-09-08T14:14:30.317Z]    2) freetype2
[2020-09-08T14:14:30.317Z] 
[2020-09-08T14:14:30.317Z] Enter a number (default=1): 
[2020-09-08T14:14:30.317Z] :: There are 2 providers available for libjpeg:
[2020-09-08T14:14:30.317Z] :: Repository world
[2020-09-08T14:14:30.317Z]    1) libjpeg-turbo
[2020-09-08T14:14:30.317Z] :: Repository extra
[2020-09-08T14:14:30.317Z]    2) libjpeg-turbo
[2020-09-08T14:14:30.317Z] 
[2020-09-08T14:14:30.317Z] Enter a number (default=1): 
[2020-09-08T14:14:30.317Z] :: There are 14 providers available for ttf-font:
[2020-09-08T14:14:30.317Z] :: Repository world
[2020-09-08T14:14:30.317Z]    1) noto-fonts  2) ttf-bitstream-vera  3) ttf-croscore  4) ttf-dejavu
[2020-09-08T14:14:30.317Z] :: Repository galaxy
[2020-09-08T14:14:30.317Z]    5) ttf-droid  6) ttf-liberation
[2020-09-08T14:14:30.317Z] :: Repository extra
[2020-09-08T14:14:30.317Z]    7) gnu-free-fonts  8) noto-fonts  9) ttf-bitstream-vera  10) ttf-croscore  11) ttf-dejavu
[2020-09-08T14:14:30.317Z] :: Repository community
[2020-09-08T14:14:30.317Z]    12) ttf-droid  13) ttf-ibm-plex  14) ttf-liberation
[2020-09-08T14:14:30.317Z] 
[2020-09-08T14:14:30.317Z] Enter a number (default=1): 
[2020-09-08T14:14:30.317Z] :: There are 2 providers available for libogg.so=0-64:
[2020-09-08T14:14:30.317Z] :: Repository world
[2020-09-08T14:14:30.317Z]    1) libogg
[2020-09-08T14:14:30.317Z] :: Repository extra
[2020-09-08T14:14:30.317Z]    2) libogg
[2020-09-08T14:14:30.317Z] 
[2020-09-08T14:14:30.317Z] Enter a number (default=1): 
[2020-09-08T14:14:30.317Z] looking for conflicting packages...
[2020-09-08T14:14:30.568Z] warning: dependency cycle detected:
[2020-09-08T14:14:30.568Z] warning: harfbuzz will be installed before its freetype2 dependency
[2020-09-08T14:14:30.568Z] warning: dependency cycle detected:
[2020-09-08T14:14:30.568Z] warning: libglvnd will be installed before its mesa dependency
[2020-09-08T14:14:30.568Z] 
[2020-09-08T14:14:30.568Z] Package (147)                        New Version              Net Change
[2020-09-08T14:14:30.568Z] 
[2020-09-08T14:14:30.568Z] world/adobe-source-code-pro-fonts    2.030ro+1.050it-6          2.14 MiB
[2020-09-08T14:14:30.568Z] world/adwaita-icon-theme             3.36.1-1                  22.34 MiB
[2020-09-08T14:14:30.568Z] world/alsa-lib                       1.2.3.2-1                  1.57 MiB
[2020-09-08T14:14:30.568Z] world/alsa-topology-conf             1.2.3-1                    0.33 MiB
[2020-09-08T14:14:30.568Z] world/alsa-ucm-conf                  1.2.3-2                    0.14 MiB
[2020-09-08T14:14:30.568Z] world/at-spi2-atk                    2.34.2-1                   0.22 MiB
[2020-09-08T14:14:30.568Z] world/at-spi2-core                   2.36.1-1                   2.12 MiB
[2020-09-08T14:14:30.568Z] world/atk                            2.36.0-1                   3.57 MiB
[2020-09-08T14:14:30.568Z] world/avahi                          0.8+15+ge8a3dd0-1          1.83 MiB
[2020-09-08T14:14:30.568Z] galaxy/brotli                        1.0.7-3.1                  2.27 MiB
[2020-09-08T14:14:30.568Z] world/cairo                          1.17.2+25+gaee96d175-1     3.46 MiB
[2020-09-08T14:14:30.568Z] world/cantarell-fonts                1:0.201-1                  0.86 MiB
[2020-09-08T14:14:30.568Z] world/colord                         1.4.4+9+g1ce26da-2         6.92 MiB
[2020-09-08T14:14:30.568Z] system/dbus                          1.12.20-1                  0.95 MiB
[2020-09-08T14:14:30.568Z] world/dconf                          0.36.0-1                   0.43 MiB
[2020-09-08T14:14:30.568Z] world/desktop-file-utils             0.26-1                     0.20 MiB
[2020-09-08T14:14:30.568Z] world/docbook-xml                    4.5-9                      1.96 MiB
[2020-09-08T14:14:30.568Z] world/docbook-xsl                    1.79.2-7                  26.32 MiB
[2020-09-08T14:14:30.568Z] system/elogind                       243.7-4                    2.20 MiB
[2020-09-08T14:14:30.568Z] system/eudev                         3.2.9-4                    7.57 MiB
[2020-09-08T14:14:30.568Z] world/fontconfig                     2:2.13.91+48+gfcb0420-2    0.61 MiB
[2020-09-08T14:14:30.568Z] world/freetype2                      2.10.2-1                   1.59 MiB
[2020-09-08T14:14:30.568Z] world/fribidi                        1.0.10-1                   0.21 MiB
[2020-09-08T14:14:30.568Z] world/gd                             2.3.0-1                    0.67 MiB
[2020-09-08T14:14:30.568Z] world/gdk-pixbuf2                    2.40.0+6+g5432316df-1      4.03 MiB
[2020-09-08T14:14:30.568Z] world/ghostscript                    9.52-1                    48.63 MiB
[2020-09-08T14:14:30.568Z] world/giflib                         5.2.1-2                    0.30 MiB
[2020-09-08T14:14:30.568Z] world/glib-networking                2.64.3-2                   0.46 MiB
[2020-09-08T14:14:30.568Z] system/glib2-docs                    2.64.5-1                  19.86 MiB
[2020-09-08T14:14:30.568Z] world/gobject-introspection-runtime  1.64.1-2                   0.81 MiB
[2020-09-08T14:14:30.568Z] world/graphite                       1:1.3.14-1                 0.67 MiB
[2020-09-08T14:14:30.568Z] world/graphviz                       2.44.1-4                  16.62 MiB
[2020-09-08T14:14:30.568Z] world/gsettings-desktop-schemas      3.36.1-1                   4.36 MiB
[2020-09-08T14:14:30.568Z] world/gsfonts                        20180524-3                 3.09 MiB
[2020-09-08T14:14:30.568Z] world/gtk-update-icon-cache          1:3.24.23-1                0.04 MiB
[2020-09-08T14:14:30.568Z] world/gts                            0.7.6.121130-2             0.67 MiB
[2020-09-08T14:14:30.568Z] world/harfbuzz                       2.7.2-1                    4.32 MiB
[2020-09-08T14:14:30.568Z] world/hicolor-icon-theme             0.17-2                     0.05 MiB
[2020-09-08T14:14:30.568Z] system/hwids                         20200813.1-1               1.90 MiB
[2020-09-08T14:14:30.568Z] world/ijs                            0.35-3                     0.12 MiB
[2020-09-08T14:14:30.568Z] world/iso-codes                      4.5.0-1                   18.26 MiB
[2020-09-08T14:14:30.569Z] world/jbig2dec                       0.18-1                     0.15 MiB
[2020-09-08T14:14:30.569Z] world/js68                           68.12.0-1                 56.91 MiB
[2020-09-08T14:14:30.569Z] world/json-glib                      1.4.4-2                    1.67 MiB
[2020-09-08T14:14:30.569Z] system/kbd                           2.3.0-2                    2.81 MiB
[2020-09-08T14:14:30.569Z] world/kexec-tools                    2.0.20-2                   0.21 MiB
[2020-09-08T14:14:30.569Z] system/kmod                          27-1                       0.28 MiB
[2020-09-08T14:14:30.569Z] world/lcms2                          2.11-2                     0.64 MiB
[2020-09-08T14:14:30.569Z] world/libcanberra                    0.30+2+gc0620e4-3          0.39 MiB
[2020-09-08T14:14:30.569Z] world/libcups                        2.3.3-3                    0.84 MiB
[2020-09-08T14:14:30.569Z] world/libdaemon                      0.14-5                     0.06 MiB
[2020-09-08T14:14:30.569Z] world/libdatrie                      0.2.12-2                   0.07 MiB
[2020-09-08T14:14:30.569Z] world/libdrm                         2.4.102-1                  0.93 MiB
[2020-09-08T14:14:30.569Z] system/libedit                       20191231_3.1-2             0.26 MiB
[2020-09-08T14:14:30.569Z] system/libelogind                    243.7-4                    0.54 MiB
[2020-09-08T14:14:30.569Z] world/libepoxy                       1.5.4-2                    3.26 MiB
[2020-09-08T14:14:30.569Z] world/libglvnd                       1.3.2-1                    3.68 MiB
[2020-09-08T14:14:30.569Z] world/libgudev                       233-2                      0.35 MiB
[2020-09-08T14:14:30.569Z] world/libgusb                        0.3.5-1                    0.51 MiB
[2020-09-08T14:14:30.569Z] world/libice                         1.0.10-3                   0.35 MiB
[2020-09-08T14:14:30.569Z] world/libidn                         1.36-1                     0.67 MiB
[2020-09-08T14:14:30.569Z] world/libjpeg-turbo                  2.0.5-2                    2.10 MiB
[2020-09-08T14:14:30.569Z] system/libnsl                        1.3.0-1                    0.19 MiB
[2020-09-08T14:14:30.569Z] world/libogg                         1.3.4-2                    0.44 MiB
[2020-09-08T14:14:30.569Z] world/libomxil-bellagio              0.9.3-3                    0.58 MiB
[2020-09-08T14:14:30.569Z] world/libpaper                       1.1.28-1                   0.09 MiB
[2020-09-08T14:14:30.569Z] world/libpciaccess                   0.16-2                     0.06 MiB
[2020-09-08T14:14:30.569Z] world/libpng                         1.6.37-3                   0.55 MiB
[2020-09-08T14:14:30.569Z] world/libproxy                       0.4.15+33+g454a499-2.1     0.26 MiB
[2020-09-08T14:14:30.569Z] world/librsvg                        2:2.48.8-1                 7.96 MiB
[2020-09-08T14:14:30.569Z] world/libsm                          1.2.3-2                    0.26 MiB
[2020-09-08T14:14:30.569Z] world/libsoup                        2.70.0-1                   4.83 MiB
[2020-09-08T14:14:30.569Z] world/libthai                        0.1.28-2                   0.64 MiB
[2020-09-08T14:14:30.569Z] world/libtiff                        4.1.0-2                    2.73 MiB
[2020-09-08T14:14:30.569Z] world/libunwind                      1.3.1-2                    0.26 MiB
[2020-09-08T14:14:30.569Z] system/libusb                        1.0.23-2                   0.17 MiB
[2020-09-08T14:14:30.569Z] world/libvorbis                      1.3.7-2                    1.44 MiB
[2020-09-08T14:14:30.569Z] world/libwebp                        1.1.0-1                    1.06 MiB
[2020-09-08T14:14:30.569Z] world/libx11                         1.6.12-1                  10.16 MiB
[2020-09-08T14:14:30.569Z] world/libxau                         1.0.9-3                    0.02 MiB
[2020-09-08T14:14:30.569Z] world/libxaw                         1.0.13-3                   1.67 MiB
[2020-09-08T14:14:30.569Z] world/libxcb                         1.14-1                     3.73 MiB
[2020-09-08T14:14:30.569Z] world/libxcomposite                  0.4.5-3                    0.02 MiB
[2020-09-08T14:14:30.569Z] world/libxcursor                     1.2.0-2                    0.06 MiB
[2020-09-08T14:14:30.569Z] world/libxdamage                     1.1.5-3                    0.02 MiB
[2020-09-08T14:14:30.569Z] world/libxdmcp                       1.1.3-3                    0.13 MiB
[2020-09-08T14:14:30.569Z] world/libxext                        1.3.4-3                    0.30 MiB
[2020-09-08T14:14:30.569Z] world/libxfixes                      5.0.3-4                    0.04 MiB
[2020-09-08T14:14:30.569Z] world/libxft                         2.3.3-2                    0.12 MiB
[2020-09-08T14:14:30.569Z] world/libxi                          1.7.10-3                   0.47 MiB
[2020-09-08T14:14:30.569Z] world/libxinerama                    1.1.4-3                    0.02 MiB
[2020-09-08T14:14:30.569Z] world/libxkbcommon                   0.10.0-1                   0.54 MiB
[2020-09-08T14:14:30.569Z] world/libxmu                         1.1.3-2                    0.33 MiB
[2020-09-08T14:14:30.569Z] world/libxpm                         3.5.13-2                   0.15 MiB
[2020-09-08T14:14:30.569Z] world/libxrandr                      1.5.2-3                    0.07 MiB
[2020-09-08T14:14:30.569Z] world/libxrender                     0.9.10-4                   0.08 MiB
[2020-09-08T14:14:30.569Z] world/libxshmfence                   1.3-2                      0.02 MiB
[2020-09-08T14:14:30.569Z] world/libxslt                        1.1.34-5                   2.16 MiB
[2020-09-08T14:14:30.569Z] world/libxt                          1.2.0-2                    2.03 MiB
[2020-09-08T14:14:30.569Z] world/libxtst                        1.2.3-4                    0.11 MiB
[2020-09-08T14:14:30.570Z] world/libxxf86vm                     1.1.4-4                    0.03 MiB
[2020-09-08T14:14:30.570Z] world/llvm-libs                      10.0.1-2                  84.07 MiB
[2020-09-08T14:14:30.570Z] world/lm_sensors                     3.6.0-2                    0.47 MiB
[2020-09-08T14:14:30.570Z] system/lzo                           2.10-3                     0.39 MiB
[2020-09-08T14:14:30.570Z] world/mesa                           20.1.7-1                  84.63 MiB
[2020-09-08T14:14:30.570Z] world/netpbm                         10.73.32-1                 7.44 MiB
[2020-09-08T14:14:30.570Z] galaxy/ninja                         1.10.1-1                   0.30 MiB
[2020-09-08T14:14:30.570Z] world/noto-fonts                     20190926-4                91.19 MiB
[2020-09-08T14:14:30.570Z] world/openjpeg2                      2.3.1-2                   13.63 MiB
[2020-09-08T14:14:30.570Z] world/pango                          1:1.46.1-1                 4.46 MiB
[2020-09-08T14:14:30.570Z] system/pcre2                         10.35-1                    3.90 MiB
[2020-09-08T14:14:30.570Z] world/perl-error                     0.17029-2                  0.04 MiB
[2020-09-08T14:14:30.570Z] world/perl-mailtools                 2.21-4                     0.11 MiB
[2020-09-08T14:14:30.570Z] world/perl-timedate                  2.33-2                     0.08 MiB
[2020-09-08T14:14:30.570Z] world/pixman                         0.40.0-1                   0.70 MiB
[2020-09-08T14:14:30.570Z] world/polkit                         0.117-1                    1.84 MiB
[2020-09-08T14:14:30.570Z] world/python                         3.8.5-2                   77.65 MiB
[2020-09-08T14:14:30.570Z] world/python-anytree                 2.8.0-1                    0.31 MiB
[2020-09-08T14:14:30.570Z] world/python-appdirs                 1.4.4-1                    0.07 MiB
[2020-09-08T14:14:30.570Z] world/python-beaker                  1.11.0-4                   0.47 MiB
[2020-09-08T14:14:30.570Z] world/python-lxml                    4.5.2-1                    4.24 MiB
[2020-09-08T14:14:30.570Z] world/python-mako                    1.1.3-1                    0.68 MiB
[2020-09-08T14:14:30.570Z] galaxy/python-markdown               3.2.2-1                    0.46 MiB
[2020-09-08T14:14:30.570Z] world/python-markupsafe              1.1.1-4                    0.08 MiB
[2020-09-08T14:14:30.570Z] world/python-ordered-set             4.0.2-1                    0.06 MiB
[2020-09-08T14:14:30.570Z] world/python-packaging               20.4-1                     0.17 MiB
[2020-09-08T14:14:30.570Z] galaxy/python-pygments               2.6.1-3                    9.72 MiB
[2020-09-08T14:14:30.570Z] world/python-pyparsing               2.4.7-1                    0.73 MiB
[2020-09-08T14:14:30.570Z] world/python-setuptools              1:50.3.0-1                 2.98 MiB
[2020-09-08T14:14:30.570Z] world/python-six                     1.15.0-1                   0.09 MiB
[2020-09-08T14:14:30.570Z] world/rest                           0.8.1-3                    0.84 MiB
[2020-09-08T14:14:30.570Z] system/run-parts                     4.8.6.1-2                  0.04 MiB
[2020-09-08T14:14:30.570Z] world/shared-mime-info               2.0+1+g6bf9e4f-2           4.32 MiB
[2020-09-08T14:14:30.570Z] world/sound-theme-freedesktop        0.8-4                      0.45 MiB
[2020-09-08T14:14:30.570Z] world/tdb                            1.4.3-2                    0.23 MiB
[2020-09-08T14:14:30.570Z] world/vulkan-icd-loader              1.2.151-1                  0.38 MiB
[2020-09-08T14:14:30.570Z] world/wayland                        1.18.0-2                   0.73 MiB
[2020-09-08T14:14:30.570Z] world/wayland-protocols              1.20-1                     0.40 MiB
[2020-09-08T14:14:30.570Z] world/xcb-proto                      1.14-1                     0.83 MiB
[2020-09-08T14:14:30.570Z] world/xkeyboard-config               2.30-2                     5.33 MiB
[2020-09-08T14:14:30.570Z] world/xorgproto                      2020.1-1                   1.40 MiB
[2020-09-08T14:14:30.570Z] world/git                            2.28.0-1                  41.50 MiB
[2020-09-08T14:14:30.570Z] world/gobject-introspection          1.64.1-2                  12.86 MiB
[2020-09-08T14:14:30.570Z] world/gtk-doc                        1.32+37+gefc3644-1         2.78 MiB
[2020-09-08T14:14:30.570Z] world/gtk3                           1:3.24.23-1               74.57 MiB
[2020-09-08T14:14:30.570Z] world/meson                          0.55.1-1                   6.07 MiB
[2020-09-08T14:14:30.570Z] world/vala                           0.48.10-1                 13.15 MiB
[2020-09-08T14:14:30.570Z] 
[2020-09-08T14:14:30.570Z] Total Installed Size:  891.99 MiB
[2020-09-08T14:14:30.570Z] 
[2020-09-08T14:14:30.570Z] :: Proceed with installation? [Y/n] 
[2020-09-08T14:14:30.570Z] checking keyring...
[2020-09-08T14:14:30.570Z] checking package integrity...
[2020-09-08T14:14:40.446Z] loading package files...
[2020-09-08T14:14:40.446Z] checking for file conflicts...
[2020-09-08T14:14:40.446Z] checking available disk space...
[2020-09-08T14:14:40.446Z] :: Processing package changes...
[2020-09-08T14:14:40.446Z] installing libnsl...
[2020-09-08T14:14:40.446Z] installing python...
[2020-09-08T14:14:40.446Z] Optional dependencies for python
[2020-09-08T14:14:40.446Z]     python-setuptools [pending]
[2020-09-08T14:14:40.446Z]     python-pip
[2020-09-08T14:14:40.446Z]     sqlite [installed]
[2020-09-08T14:14:40.446Z]     mpdecimal: for decimal
[2020-09-08T14:14:40.446Z]     xz: for lzma [installed]
[2020-09-08T14:14:40.446Z]     tk: for tkinter
[2020-09-08T14:14:40.446Z] installing python-markupsafe...
[2020-09-08T14:14:40.446Z] installing python-beaker...
[2020-09-08T14:14:40.446Z] installing python-appdirs...
[2020-09-08T14:14:40.446Z] installing python-pyparsing...
[2020-09-08T14:14:40.446Z] installing python-six...
[2020-09-08T14:14:40.446Z] installing python-packaging...
[2020-09-08T14:14:40.446Z] installing python-ordered-set...
[2020-09-08T14:14:40.446Z] installing python-setuptools...
[2020-09-08T14:14:40.446Z] installing python-mako...
[2020-09-08T14:14:40.446Z] installing python-markdown...
[2020-09-08T14:14:40.446Z] installing gobject-introspection-runtime...
[2020-09-08T14:14:40.446Z] installing gobject-introspection...
[2020-09-08T14:14:40.446Z] installing libxslt...
[2020-09-08T14:14:40.446Z] installing docbook-xml...
[2020-09-08T14:14:40.446Z] installing docbook-xsl...
[2020-09-08T14:14:40.697Z] installing glib2-docs...
[2020-09-08T14:14:40.697Z] installing python-lxml...
[2020-09-08T14:14:40.697Z] Optional dependencies for python-lxml
[2020-09-08T14:14:40.697Z]     python-beautifulsoup4: support for beautifulsoup parser to parse not well formed HTML
[2020-09-08T14:14:40.697Z]     python-cssselect: support for cssselect
[2020-09-08T14:14:40.697Z]     python-html5lib: support for html5lib parser
[2020-09-08T14:14:40.697Z]     python-lxml-docs: offline docs
[2020-09-08T14:14:40.697Z] installing python-pygments...
[2020-09-08T14:14:40.697Z] installing python-anytree...
[2020-09-08T14:14:40.697Z] installing gtk-doc...
[2020-09-08T14:14:40.697Z] Optional dependencies for gtk-doc
[2020-09-08T14:14:40.697Z]     dblatex: PDF support
[2020-09-08T14:14:40.697Z] installing libpng...
[2020-09-08T14:14:40.697Z] installing graphite...
[2020-09-08T14:14:40.697Z] installing harfbuzz...
[2020-09-08T14:14:40.947Z] Optional dependencies for harfbuzz
[2020-09-08T14:14:40.947Z]     cairo: hb-view program [pending]
[2020-09-08T14:14:40.947Z] installing freetype2...
[2020-09-08T14:14:40.947Z] installing fontconfig...
[2020-09-08T14:14:40.947Z] Rebuilding fontconfig cache... done.
[2020-09-08T14:14:40.947Z] installing libice...
[2020-09-08T14:14:40.947Z] installing libsm...
[2020-09-08T14:14:40.947Z] installing xcb-proto...
[2020-09-08T14:14:40.947Z] installing libxdmcp...
[2020-09-08T14:14:40.947Z] installing libxau...
[2020-09-08T14:14:40.947Z] installing libxcb...
[2020-09-08T14:14:41.198Z] installing xorgproto...
[2020-09-08T14:14:41.198Z] installing libx11...
[2020-09-08T14:14:41.198Z] installing libxt...
[2020-09-08T14:14:41.198Z] installing libxext...
[2020-09-08T14:14:41.198Z] installing libxpm...
[2020-09-08T14:14:41.198Z] installing libjpeg-turbo...
[2020-09-08T14:14:41.198Z] installing libtiff...
[2020-09-08T14:14:41.198Z] Optional dependencies for libtiff
[2020-09-08T14:14:41.198Z]     freeglut: for using tiffgt
[2020-09-08T14:14:41.198Z] installing giflib...
[2020-09-08T14:14:41.198Z] installing libwebp...
[2020-09-08T14:14:41.448Z] Optional dependencies for libwebp
[2020-09-08T14:14:41.448Z]     freeglut: vwebp viewer
[2020-09-08T14:14:41.448Z] installing gd...
[2020-09-08T14:14:41.448Z] Optional dependencies for gd
[2020-09-08T14:14:41.448Z]     perl: bdftogd script [installed]
[2020-09-08T14:14:41.448Z] installing shared-mime-info...
[2020-09-08T14:14:41.448Z] installing gdk-pixbuf2...
[2020-09-08T14:14:41.448Z] installing libdatrie...
[2020-09-08T14:14:41.448Z] installing libthai...
[2020-09-08T14:14:41.448Z] installing libxrender...
[2020-09-08T14:14:41.448Z] installing pixman...
[2020-09-08T14:14:41.448Z] installing lzo...
[2020-09-08T14:14:41.448Z] installing cairo...
[2020-09-08T14:14:41.448Z] installing libxft...
[2020-09-08T14:14:41.448Z] installing fribidi...
[2020-09-08T14:14:41.448Z] installing pango...
[2020-09-08T14:14:41.448Z] installing librsvg...
[2020-09-08T14:14:41.448Z] installing libxmu...
[2020-09-08T14:14:41.448Z] installing libxaw...
[2020-09-08T14:14:41.448Z] installing libdaemon...
[2020-09-08T14:14:41.448Z] installing libelogind...
[2020-09-08T14:14:41.448Z] installing dbus...
[2020-09-08T14:14:41.448Z] installing avahi...
[2020-09-08T14:14:41.448Z] Optional dependencies for avahi
[2020-09-08T14:14:41.448Z]     gtk3: avahi-discover, avahi-discover-standalone, bshell, bssh, bvnc [pending]
[2020-09-08T14:14:41.448Z]     qt5-base: qt5 bindings
[2020-09-08T14:14:41.448Z]     libevent: libevent bindings
[2020-09-08T14:14:41.448Z]     nss-mdns: NSS support for mDNS
[2020-09-08T14:14:41.448Z]     python-twisted: avahi-bookmarks
[2020-09-08T14:14:41.448Z]     python-gobject: avahi-bookmarks, avahi-discover
[2020-09-08T14:14:41.448Z]     python-dbus: avahi-bookmarks, avahi-discover
[2020-09-08T14:14:41.448Z] installing libusb...
[2020-09-08T14:14:41.448Z] installing libcups...
[2020-09-08T14:14:41.448Z] installing jbig2dec...
[2020-09-08T14:14:41.448Z] installing lcms2...
[2020-09-08T14:14:41.448Z] installing run-parts...
[2020-09-08T14:14:41.448Z] installing libpaper...
[2020-09-08T14:14:41.699Z] installing ijs...
[2020-09-08T14:14:41.699Z] installing openjpeg2...
[2020-09-08T14:14:41.699Z] installing libidn...
[2020-09-08T14:14:41.699Z] installing ghostscript...
[2020-09-08T14:14:42.610Z] Optional dependencies for ghostscript
[2020-09-08T14:14:42.610Z]     texlive-core: needed for dvipdf
[2020-09-08T14:14:42.610Z]     gtk3: needed for gsx [pending]
[2020-09-08T14:14:42.610Z] installing netpbm...
[2020-09-08T14:14:42.610Z] installing gts...
[2020-09-08T14:14:42.610Z] installing gsfonts...
[2020-09-08T14:14:42.610Z] installing graphviz...
[2020-09-08T14:14:42.860Z] Warning: Could not load "/usr/lib/graphviz/libgvplugin_gdk.so.6" - It was found, so perhaps one of its dependents was not.  Try ldd.
[2020-09-08T14:14:42.860Z] Warning: Could not load "/usr/lib/graphviz/libgvplugin_gtk.so.6" - It was found, so perhaps one of its dependents was not.  Try ldd.
[2020-09-08T14:14:42.860Z] Warning: Could not load "/usr/lib/graphviz/libgvplugin_gdk.so.6" - It was found, so perhaps one of its dependents was not.  Try ldd.
[2020-09-08T14:14:42.860Z] Warning: Could not load "/usr/lib/graphviz/libgvplugin_gtk.so.6" - It was found, so perhaps one of its dependents was not.  Try ldd.
[2020-09-08T14:14:42.860Z] Optional dependencies for graphviz
[2020-09-08T14:14:42.860Z]     mono: sharp bindings
[2020-09-08T14:14:42.860Z]     guile: guile bindings [installed]
[2020-09-08T14:14:42.860Z]     lua: lua bindings
[2020-09-08T14:14:42.860Z]     ocaml: ocaml bindings
[2020-09-08T14:14:42.860Z]     perl: perl bindings [installed]
[2020-09-08T14:14:42.860Z]     python: python bindings [installed]
[2020-09-08T14:14:42.860Z]     r: r bindings
[2020-09-08T14:14:42.860Z]     tcl: tcl bindings
[2020-09-08T14:14:42.860Z]     qt5-base: gvedit
[2020-09-08T14:14:42.860Z]     gtk2: gtk output plugin
[2020-09-08T14:14:42.860Z]     xterm: vimdot
[2020-09-08T14:14:42.860Z] installing noto-fonts...
[2020-09-08T14:14:45.343Z] Optional dependencies for noto-fonts
[2020-09-08T14:14:45.343Z]     noto-fonts-cjk: CJK characters
[2020-09-08T14:14:45.343Z]     noto-fonts-emoji: Emoji characters
[2020-09-08T14:14:45.343Z]     noto-fonts-extra: additional variants (condensed, semi-bold, extra-light)
[2020-09-08T14:14:45.343Z] installing vala...
[2020-09-08T14:14:45.343Z] installing perl-error...
[2020-09-08T14:14:45.343Z] installing perl-timedate...
[2020-09-08T14:14:45.343Z] installing perl-mailtools...
[2020-09-08T14:14:45.343Z] installing pcre2...
[2020-09-08T14:14:45.343Z] installing git...
[2020-09-08T14:14:45.343Z] Optional dependencies for git
[2020-09-08T14:14:45.343Z]     tk: gitk and git gui
[2020-09-08T14:14:45.343Z]     perl-libwww: git svn
[2020-09-08T14:14:45.343Z]     perl-term-readkey: git svn and interactive.singlekey setting
[2020-09-08T14:14:45.343Z]     perl-mime-tools: git send-email
[2020-09-08T14:14:45.343Z]     perl-net-smtp-ssl: git send-email TLS support
[2020-09-08T14:14:45.343Z]     perl-authen-sasl: git send-email TLS support
[2020-09-08T14:14:45.343Z]     perl-mediawiki-api: git mediawiki support
[2020-09-08T14:14:45.343Z]     perl-datetime-format-iso8601: git mediawiki support
[2020-09-08T14:14:45.343Z]     perl-lwp-protocol-https: git mediawiki https support
[2020-09-08T14:14:45.343Z]     perl-cgi: gitweb (web interface) support
[2020-09-08T14:14:45.343Z]     python: git svn & git p4 [installed]
[2020-09-08T14:14:45.343Z]     subversion: git svn
[2020-09-08T14:14:45.343Z]     org.freedesktop.secrets: keyring credential helper
[2020-09-08T14:14:45.343Z]     libsecret: libsecret credential helper [installed]
[2020-09-08T14:14:45.343Z] installing ninja...
[2020-09-08T14:14:45.343Z] installing meson...
[2020-09-08T14:14:45.343Z] installing atk...
[2020-09-08T14:14:45.343Z] installing libxfixes...
[2020-09-08T14:14:45.343Z] installing libxcursor...
[2020-09-08T14:14:45.343Z] Optional dependencies for libxcursor
[2020-09-08T14:14:45.343Z]     gnome-themes-standard: fallback icon theme
[2020-09-08T14:14:45.343Z] installing libxinerama...
[2020-09-08T14:14:45.343Z] installing libxrandr...
[2020-09-08T14:14:45.343Z] installing libxi...
[2020-09-08T14:14:45.343Z] installing libepoxy...
[2020-09-08T14:14:45.343Z] installing dconf...
[2020-09-08T14:14:45.343Z] installing libxcomposite...
[2020-09-08T14:14:45.343Z] installing libxdamage...
[2020-09-08T14:14:45.343Z] installing libxtst...
[2020-09-08T14:14:45.343Z] installing at-spi2-core...
[2020-09-08T14:14:45.343Z] Optional dependencies for at-spi2-core
[2020-09-08T14:14:45.344Z]     dbus-broker: Alternative bus implementation
[2020-09-08T14:14:45.344Z] installing at-spi2-atk...
[2020-09-08T14:14:45.344Z] installing wayland...
[2020-09-08T14:14:45.344Z] installing xkeyboard-config...
[2020-09-08T14:14:45.344Z] installing libxkbcommon...
[2020-09-08T14:14:45.344Z] installing hicolor-icon-theme...
[2020-09-08T14:14:45.594Z] installing gtk-update-icon-cache...
[2020-09-08T14:14:45.594Z] installing adwaita-icon-theme...
[2020-09-08T14:14:46.937Z] installing json-glib...
[2020-09-08T14:14:46.937Z] installing wayland-protocols...
[2020-09-08T14:14:46.937Z] installing desktop-file-utils...
[2020-09-08T14:14:46.937Z] installing libpciaccess...
[2020-09-08T14:14:46.937Z] installing libdrm...
[2020-09-08T14:14:46.937Z] installing libxxf86vm...
[2020-09-08T14:14:46.937Z] installing libxshmfence...
[2020-09-08T14:14:46.937Z] installing libomxil-bellagio...
[2020-09-08T14:14:46.937Z] installing libunwind...
[2020-09-08T14:14:46.937Z] installing libedit...
[2020-09-08T14:14:46.937Z] installing llvm-libs...
[2020-09-08T14:14:46.937Z] installing lm_sensors...
[2020-09-08T14:14:46.937Z] Optional dependencies for lm_sensors
[2020-09-08T14:14:46.937Z]     rrdtool: for logging with sensord
[2020-09-08T14:14:46.937Z] installing libglvnd...
[2020-09-08T14:14:46.937Z] installing vulkan-icd-loader...
[2020-09-08T14:14:46.937Z] Optional dependencies for vulkan-icd-loader
[2020-09-08T14:14:46.937Z]     vulkan-driver: packaged vulkan driver
[2020-09-08T14:14:46.937Z] installing mesa...
[2020-09-08T14:14:47.188Z] Optional dependencies for mesa
[2020-09-08T14:14:47.188Z]     opengl-man-pages: for the OpenGL API man pages
[2020-09-08T14:14:47.188Z]     mesa-vdpau: for accelerated video playback
[2020-09-08T14:14:47.188Z]     libva-mesa-driver: for accelerated video playback
[2020-09-08T14:14:47.188Z] installing cantarell-fonts...
[2020-09-08T14:14:47.188Z] installing libgusb...
[2020-09-08T14:14:47.188Z] installing kexec-tools...
[2020-09-08T14:14:47.188Z] installing kbd...
[2020-09-08T14:14:47.188Z] installing kmod...
[2020-09-08T14:14:47.188Z] installing hwids...
[2020-09-08T14:14:47.188Z] installing eudev...
[2020-09-08T14:14:47.438Z] Optional dependencies for eudev
[2020-09-08T14:14:47.438Z]     eudev-openrc: udev starup scripts for openrc
[2020-09-08T14:14:47.438Z] installing elogind...
[2020-09-08T14:14:47.438Z] Optional dependencies for elogind
[2020-09-08T14:14:47.438Z]     polkit: polkit support [pending]
[2020-09-08T14:14:47.438Z] installing js68...
[2020-09-08T14:14:47.695Z] installing polkit...
[2020-09-08T14:14:47.695Z] installing libgudev...
[2020-09-08T14:14:47.695Z] installing colord...
[2020-09-08T14:14:47.695Z] Optional dependencies for colord
[2020-09-08T14:14:47.695Z]     argyllcms: color profiling
[2020-09-08T14:14:47.695Z]     colord-sane: SANE support
[2020-09-08T14:14:47.695Z] installing libproxy...
[2020-09-08T14:14:47.695Z] Optional dependencies for libproxy
[2020-09-08T14:14:47.695Z]     networkmanager: NetworkManager configuration module
[2020-09-08T14:14:47.695Z]     perl: Perl bindings [installed]
[2020-09-08T14:14:47.695Z]     python2: Python 2.x bindings
[2020-09-08T14:14:47.695Z]     python: Python 3.x bindings [installed]
[2020-09-08T14:14:47.695Z]     libproxy-mozjs: PAC proxy support (via MozJS)
[2020-09-08T14:14:47.695Z]     libproxy-webkit: PAC proxy support (via WebKit)
[2020-09-08T14:14:47.695Z] installing adobe-source-code-pro-fonts...
[2020-09-08T14:14:47.695Z] installing gsettings-desktop-schemas...
[2020-09-08T14:14:47.695Z] installing glib-networking...
[2020-09-08T14:14:47.695Z] installing brotli...
[2020-09-08T14:14:47.695Z] installing libsoup...
[2020-09-08T14:14:47.695Z] Optional dependencies for libsoup
[2020-09-08T14:14:47.695Z]     samba: Windows Domain SSO
[2020-09-08T14:14:47.695Z] installing rest...
[2020-09-08T14:14:47.695Z] installing libogg...
[2020-09-08T14:14:47.695Z] installing libvorbis...
[2020-09-08T14:14:47.946Z] installing alsa-topology-conf...
[2020-09-08T14:14:47.946Z] installing alsa-ucm-conf...
[2020-09-08T14:14:47.946Z] installing alsa-lib...
[2020-09-08T14:14:47.946Z] installing tdb...
[2020-09-08T14:14:47.946Z] Optional dependencies for tdb
[2020-09-08T14:14:47.946Z]     python: for python bindings [installed]
[2020-09-08T14:14:47.946Z] installing sound-theme-freedesktop...
[2020-09-08T14:14:47.946Z] installing libcanberra...
[2020-09-08T14:14:47.946Z] Optional dependencies for libcanberra
[2020-09-08T14:14:47.946Z]     libcanberra-pulse: PulseAudio driver
[2020-09-08T14:14:47.946Z]     libcanberra-gstreamer: GStreamer driver
[2020-09-08T14:14:47.946Z] installing iso-codes...
[2020-09-08T14:14:47.946Z] installing gtk3...
[2020-09-08T14:14:48.496Z] :: Running post-transaction hooks...
[2020-09-08T14:14:48.496Z] ( 1/13) Creating system user accounts...
[2020-09-08T14:14:48.747Z] ( 2/13) Updating udev Hardware Database...
[2020-09-08T14:14:48.997Z] ( 3/13) Reloading device manager configuration...
[2020-09-08T14:14:48.997Z]   Skipped: Device manager is not running.
[2020-09-08T14:14:48.997Z] ( 4/13) Warn about old perl modules
[2020-09-08T14:14:48.997Z] ( 5/13) Updating fontconfig cache...
[2020-09-08T14:14:49.248Z] ( 6/13) Probing GDK-Pixbuf loader modules...
[2020-09-08T14:14:49.248Z] ( 7/13) Updating GIO module cache...
[2020-09-08T14:14:49.248Z] ( 8/13) Compiling GSettings XML schema files...
[2020-09-08T14:14:49.248Z] ( 9/13) Probing GTK3 input method modules...
[2020-09-08T14:14:49.248Z] (10/13) Updating icon theme caches...
[2020-09-08T14:14:49.498Z] (11/13) Updating the info directory file...
[2020-09-08T14:14:49.498Z] (12/13) Updating the desktop file MIME type cache...
[2020-09-08T14:14:49.498Z] (13/13) Updating the MIME type database...
[2020-09-08T14:14:49.749Z] ==> ERROR: Could not resolve all dependencies.
[2020-09-08T14:14:50.659Z] ==> ERROR: Build failed, check /build/buildpkg/default-x86_64/jenkins/build
[Pipeline] }
[2020-09-08T14:14:50.663Z] ERROR: Failed to build source
[2020-09-08T14:14:50.663Z] ERROR: script returned exit code 255
[Pipeline] // catchError
[Pipeline] }
[Pipeline] // dir
Post stage
[Pipeline] emailext
[2020-09-08T14:14:50.746Z] Sending email to: artix-build-failures at artixlinux.org


More information about the artix-build-failures mailing list