Failure
Build: x86_64/extra
Packages:
totem-pl-parser-3.26.5-1-x86_64.pkg.tar.zst
author: Dudemanguy
email: dudemanguy at artixlinux.org
[1]https://orion.artixlinux.org/job/packagesT/job/totem-pl-parser/job/m
aster/2/
References
1. https://orion.artixlinux.org/job/packagesT/job/totem-pl-parser/job/master/2/
-------------- 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":"packagesT/totem-pl-parser/pipeline/head","description":"Build started...","state":"pending","status":"pending","target_url":"https://orion.artixlinux.org/job/packagesT/job/totem-pl-parser/job/master/2/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 7708f96b6bf8bb24eb3a371c4f5e18f464062a05
Obtained Jenkinsfile from 7708f96b6bf8bb24eb3a371c4f5e18f464062a05
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":"packagesT/totem-pl-parser/pipeline/head","description":"Build started...","state":"pending","status":"pending","target_url":"https://orion.artixlinux.org/job/packagesT/job/totem-pl-parser/job/master/2/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/packagesT_totem-pl-parser_master
[Pipeline] {
[Pipeline] timestamps
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Prepare)
[Pipeline] catchError
[Pipeline] {
[Pipeline] checkout
[2020-09-08T14:10:20.581Z] The recommended git tool is: NONE
[2020-09-08T14:10:20.581Z] Warning: CredentialId "jenkins-gotea-token" could not be found.
[2020-09-08T14:10:20.581Z] > git rev-parse --is-inside-work-tree # timeout=10
[2020-09-08T14:10:20.586Z] Fetching changes from the remote Git repository
[2020-09-08T14:10:20.586Z] > git config remote.origin.url https://237b7412742b4068af4173944de150f12959f4d3@gitea.artixlinux.org/packagesT/totem-pl-parser.git # timeout=10
[2020-09-08T14:10:20.591Z] Cleaning workspace
[2020-09-08T14:10:20.591Z] > git rev-parse --verify HEAD # timeout=10
[2020-09-08T14:10:20.596Z] Resetting working tree
[2020-09-08T14:10:20.596Z] > git reset --hard # timeout=10
[2020-09-08T14:10:20.603Z] > git clean -fdx # timeout=10
[2020-09-08T14:10:20.608Z] Fetching without tags
[2020-09-08T14:10:20.608Z] Fetching upstream changes from https://237b7412742b4068af4173944de150f12959f4d3@gitea.artixlinux.org/packagesT/totem-pl-parser.git
[2020-09-08T14:10:20.608Z] > git --version # timeout=10
[2020-09-08T14:10:20.612Z] > git --version # 'git version 2.27.0'
[2020-09-08T14:10:20.612Z] > git fetch --no-tags --force --progress -- https://237b7412742b4068af4173944de150f12959f4d3@gitea.artixlinux.org/packagesT/totem-pl-parser.git +refs/heads/master:refs/remotes/origin/master # timeout=10
[2020-09-08T14:10:20.709Z] Checking out Revision 7708f96b6bf8bb24eb3a371c4f5e18f464062a05 (master)
[2020-09-08T14:10:20.709Z] > git config core.sparsecheckout # timeout=10
[2020-09-08T14:10:20.714Z] > git checkout -f 7708f96b6bf8bb24eb3a371c4f5e18f464062a05 # timeout=10
[2020-09-08T14:10:20.721Z] Commit message: "[trunk] -> [extra] 'totem-pl-parser-3.26.5-1' add"
[2020-09-08T14:10:20.721Z] > git rev-list --no-walk 7708f96b6bf8bb24eb3a371c4f5e18f464062a05 # timeout=10
[2020-09-08T14:10:20.732Z] Cleaning workspace
[2020-09-08T14:10:20.732Z] > git rev-parse --verify HEAD # timeout=10
[2020-09-08T14:10:20.737Z] Resetting working tree
[2020-09-08T14:10:20.737Z] > git reset --hard # timeout=10
[2020-09-08T14:10:20.743Z] > git clean -fdx # timeout=10
[2020-09-08T14:10:20.749Z] [Gitea] Notifying branch build status: PENDING Build started...
[2020-09-08T14:10:20.771Z] ERROR: Could not send notifications
[2020-09-08T14:10:20.771Z] org.jenkinsci.plugin.gitea.client.api.GiteaHttpStatusException: HTTP 401/Unauthorized
[2020-09-08T14:10:20.771Z] {"context":"packagesT/totem-pl-parser/pipeline/head","description":"Build started...","state":"pending","status":"pending","target_url":"https://orion.artixlinux.org/job/packagesT/job/totem-pl-parser/job/master/2/display/redirect"}
[2020-09-08T14:10:20.771Z] at org.jenkinsci.plugin.gitea.client.impl.DefaultGiteaConnection.post(DefaultGiteaConnection.java:911)
[2020-09-08T14:10:20.771Z] at org.jenkinsci.plugin.gitea.client.impl.DefaultGiteaConnection.createCommitStatus(DefaultGiteaConnection.java:597)
[2020-09-08T14:10:20.771Z] at org.jenkinsci.plugin.gitea.GiteaNotifier.sendNotifications(GiteaNotifier.java:153)
[2020-09-08T14:10:20.771Z] at org.jenkinsci.plugin.gitea.GiteaNotifier.access$400(GiteaNotifier.java:67)
[2020-09-08T14:10:20.771Z] at org.jenkinsci.plugin.gitea.GiteaNotifier$JobCheckOutListener.onCheckout(GiteaNotifier.java:302)
[2020-09-08T14:10:20.771Z] at org.jenkinsci.plugins.workflow.steps.scm.SCMStep.checkout(SCMStep.java:150)
[2020-09-08T14:10:20.771Z] at org.jenkinsci.plugins.workflow.steps.scm.SCMStep$StepExecutionImpl.run(SCMStep.java:93)
[2020-09-08T14:10:20.771Z] at org.jenkinsci.plugins.workflow.steps.scm.SCMStep$StepExecutionImpl.run(SCMStep.java:80)
[2020-09-08T14:10:20.771Z] at org.jenkinsci.plugins.workflow.steps.SynchronousNonBlockingStepExecution.lambda$start$0(SynchronousNonBlockingStepExecution.java:47)
[2020-09-08T14:10:20.771Z] at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
[2020-09-08T14:10:20.771Z] at java.util.concurrent.FutureTask.run(FutureTask.java:266)
[2020-09-08T14:10:20.771Z] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
[2020-09-08T14:10:20.771Z] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
[2020-09-08T14:10:20.771Z] at java.lang.Thread.run(Thread.java:748)
[Pipeline] libraryResource
[Pipeline] readYaml
[Pipeline] sh
[2020-09-08T14:10:21.050Z] + git show -s --format=%an 7708f96b6bf8bb24eb3a371c4f5e18f464062a05
[Pipeline] sh
[2020-09-08T14:10:21.308Z] + git show -s --format=%ae 7708f96b6bf8bb24eb3a371c4f5e18f464062a05
[Pipeline] sh
[2020-09-08T14:10:21.567Z] + git show --pretty=format: --name-status 7708f96b6bf8bb24eb3a371c4f5e18f464062a05
[Pipeline] fileExists
[Pipeline] sh
[2020-09-08T14:10:21.838Z] + pkg2yaml -d x86_64/extra
[Pipeline] readYaml
[Pipeline] }
[Pipeline] // catchError
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build)
[Pipeline] withCredentials
[2020-09-08T14:10:21.973Z] Masking supported pattern matches of $BUILDBOT_GPGP
[Pipeline] {
[Pipeline] echo
[2020-09-08T14:10:22.006Z] isLibBump: false
[Pipeline] dir
[2020-09-08T14:10:22.012Z] Running in /var/lib/jenkins/workspace/packagesT_totem-pl-parser_master/x86_64/extra
[Pipeline] {
[Pipeline] catchError
[Pipeline] {
[Pipeline] sh
[2020-09-08T14:10:22.283Z] + buildpkg -C -d world
[2020-09-08T14:10:25.512Z] :: Synchronizing package databases...
[2020-09-08T14:10:25.512Z] system is up to date
[2020-09-08T14:10:25.512Z] downloading world.db...
[2020-09-08T14:10:25.512Z] galaxy is up to date
[2020-09-08T14:10:25.512Z] extra is up to date
[2020-09-08T14:10:25.512Z] community is up to date
[2020-09-08T14:10:25.512Z] :: Starting full system upgrade...
[2020-09-08T14:10:25.512Z] there is nothing to do
[2020-09-08T14:10:26.424Z] ==> Building in chroot for [default] (x86_64)...
[2020-09-08T14:10:27.225Z] ==> Synchronizing chroot copy [/build/buildpkg/default-x86_64/root] -> [jenkins]...done
[2020-09-08T14:10:28.136Z] ==> Making package: totem-pl-parser 3.26.5-1 (Tue Sep 8 16:10:28 2020)
[2020-09-08T14:10:28.136Z] ==> Retrieving sources...
[2020-09-08T14:10:28.136Z] -> Updating totem-pl-parser git repo...
[2020-09-08T14:10:28.136Z] Fetching origin
[2020-09-08T14:10:28.686Z] ==> Validating source files with sha256sums...
[2020-09-08T14:10:28.686Z] totem-pl-parser ... Skipped
[2020-09-08T14:10:33.880Z] ==> Making package: totem-pl-parser 3.26.5-1 (Tue 08 Sep 2020 02:10:33 PM UTC)
[2020-09-08T14:10:33.880Z] ==> Checking runtime dependencies...
[2020-09-08T14:10:33.880Z] ==> Installing missing dependencies...
[2020-09-08T14:10:33.880Z] resolving dependencies...
[2020-09-08T14:10:33.880Z] looking for conflicting packages...
[2020-09-08T14:10:33.880Z]
[2020-09-08T14:10:33.880Z] Package (17) New Version Net Change
[2020-09-08T14:10:33.880Z]
[2020-09-08T14:10:33.880Z] system/dbus 1.12.20-1 0.95 MiB
[2020-09-08T14:10:33.880Z] system/libelogind 243.7-4 0.54 MiB
[2020-09-08T14:10:33.880Z] world/libproxy 0.4.15+33+g454a499-2.1 0.26 MiB
[2020-09-08T14:10:33.880Z] world/libquvi-scripts 0.9.20131130-5 0.16 MiB
[2020-09-08T14:10:33.880Z] world/libx11 1.6.12-1 10.16 MiB
[2020-09-08T14:10:33.880Z] world/libxau 1.0.9-3 0.02 MiB
[2020-09-08T14:10:33.880Z] world/libxcb 1.14-1 3.73 MiB
[2020-09-08T14:10:33.880Z] world/libxdmcp 1.1.3-3 0.13 MiB
[2020-09-08T14:10:33.880Z] world/lua52 5.2.4-5 0.95 MiB
[2020-09-08T14:10:33.880Z] galaxy/lua52-bitop 1.0.2-9 0.01 MiB
[2020-09-08T14:10:33.880Z] galaxy/lua52-expat 1.3.0-5 0.03 MiB
[2020-09-08T14:10:33.880Z] world/lua52-lpeg 1.0.2-3 0.06 MiB
[2020-09-08T14:10:33.880Z] world/lua52-luajson 1.3.4-3 0.05 MiB
[2020-09-08T14:10:33.880Z] galaxy/lua52-socket 20200329-1 0.23 MiB
[2020-09-08T14:10:33.881Z] world/xcb-proto 1.14-1 0.83 MiB
[2020-09-08T14:10:33.881Z] world/xorgproto 2020.1-1 1.40 MiB
[2020-09-08T14:10:33.881Z] world/libquvi 0.9.4-6 0.12 MiB
[2020-09-08T14:10:33.881Z]
[2020-09-08T14:10:33.881Z] Total Installed Size: 19.63 MiB
[2020-09-08T14:10:33.881Z]
[2020-09-08T14:10:33.881Z] :: Proceed with installation? [Y/n]
[2020-09-08T14:10:33.881Z] checking keyring...
[2020-09-08T14:10:33.881Z] checking package integrity...
[2020-09-08T14:10:34.792Z] error: libquvi: signature from "Artix Buildbot <buildbot at artixlinux.org>" is invalid
[2020-09-08T14:10:34.792Z] :: File /var/cache/pacman/pkg/libquvi-0.9.4-6-x86_64.pkg.tar.zst is corrupted (invalid or corrupted package (PGP signature)).
[2020-09-08T14:10:34.792Z] Do you want to delete it? [Y/n] error: failed to commit transaction (invalid or corrupted package (PGP signature))
[2020-09-08T14:10:34.792Z]
[2020-09-08T14:10:34.792Z] Errors occurred, no packages were upgraded.
[2020-09-08T14:10:34.792Z] ==> ERROR: 'pacman' failed to install missing dependencies.
[2020-09-08T14:10:34.792Z] ==> Missing dependencies:
[2020-09-08T14:10:34.792Z] -> libquvi
[2020-09-08T14:10:34.792Z] ==> Checking buildtime dependencies...
[2020-09-08T14:10:34.792Z] ==> Installing missing dependencies...
[2020-09-08T14:10:34.792Z] resolving dependencies...
[2020-09-08T14:10:35.342Z] :: There are 2 providers available for libfreetype.so=6-64:
[2020-09-08T14:10:35.342Z] :: Repository world
[2020-09-08T14:10:35.342Z] 1) freetype2
[2020-09-08T14:10:35.342Z] :: Repository extra
[2020-09-08T14:10:35.342Z] 2) freetype2
[2020-09-08T14:10:35.342Z]
[2020-09-08T14:10:35.342Z] Enter a number (default=1):
[2020-09-08T14:10:35.342Z] :: There are 2 providers available for libjpeg:
[2020-09-08T14:10:35.342Z] :: Repository world
[2020-09-08T14:10:35.342Z] 1) libjpeg-turbo
[2020-09-08T14:10:35.342Z] :: Repository extra
[2020-09-08T14:10:35.342Z] 2) libjpeg-turbo
[2020-09-08T14:10:35.342Z]
[2020-09-08T14:10:35.343Z] Enter a number (default=1):
[2020-09-08T14:10:35.343Z] :: There are 2 providers available for libogg.so=0-64:
[2020-09-08T14:10:35.343Z] :: Repository world
[2020-09-08T14:10:35.343Z] 1) libogg
[2020-09-08T14:10:35.343Z] :: Repository extra
[2020-09-08T14:10:35.343Z] 2) libogg
[2020-09-08T14:10:35.343Z]
[2020-09-08T14:10:35.343Z] Enter a number (default=1):
[2020-09-08T14:10:35.343Z] looking for conflicting packages...
[2020-09-08T14:10:35.343Z] warning: dependency cycle detected:
[2020-09-08T14:10:35.343Z] warning: harfbuzz will be installed before its freetype2 dependency
[2020-09-08T14:10:35.343Z] warning: dependency cycle detected:
[2020-09-08T14:10:35.343Z] warning: libglvnd will be installed before its mesa dependency
[2020-09-08T14:10:35.343Z]
[2020-09-08T14:10:35.343Z] Package (158) New Version Net Change
[2020-09-08T14:10:35.343Z]
[2020-09-08T14:10:35.343Z] world/adobe-source-code-pro-fonts 2.030ro+1.050it-6 2.14 MiB
[2020-09-08T14:10:35.343Z] world/adwaita-icon-theme 3.36.1-1 22.34 MiB
[2020-09-08T14:10:35.343Z] world/alsa-lib 1.2.3.2-1 1.57 MiB
[2020-09-08T14:10:35.343Z] world/alsa-topology-conf 1.2.3-1 0.33 MiB
[2020-09-08T14:10:35.343Z] world/alsa-ucm-conf 1.2.3-2 0.14 MiB
[2020-09-08T14:10:35.343Z] system/argon2 20190702-3 0.11 MiB
[2020-09-08T14:10:35.343Z] world/at-spi2-atk 2.34.2-1 0.22 MiB
[2020-09-08T14:10:35.343Z] world/at-spi2-core 2.36.1-1 2.12 MiB
[2020-09-08T14:10:35.343Z] world/atk 2.36.0-1 3.57 MiB
[2020-09-08T14:10:35.343Z] world/avahi 0.8+15+ge8a3dd0-1 1.83 MiB
[2020-09-08T14:10:35.343Z] galaxy/brotli 1.0.7-3.1 2.27 MiB
[2020-09-08T14:10:35.343Z] system/btrfs-progs 5.7-1 5.02 MiB
[2020-09-08T14:10:35.343Z] world/cairo 1.17.2+25+gaee96d175-1 3.46 MiB
[2020-09-08T14:10:35.343Z] world/cantarell-fonts 1:0.201-1 0.86 MiB
[2020-09-08T14:10:35.343Z] world/colord 1.4.4+9+g1ce26da-2 6.92 MiB
[2020-09-08T14:10:35.343Z] system/cryptsetup 2.3.4-1 2.36 MiB
[2020-09-08T14:10:35.343Z] system/dbus 1.12.20-1 0.95 MiB
[2020-09-08T14:10:35.343Z] world/dconf 0.36.0-1 0.43 MiB
[2020-09-08T14:10:35.343Z] world/desktop-file-utils 0.26-1 0.20 MiB
[2020-09-08T14:10:35.343Z] system/device-mapper 2.02.187-3 0.81 MiB
[2020-09-08T14:10:35.343Z] system/dmraid 1.0.0.rc16.3-12 0.32 MiB
[2020-09-08T14:10:35.343Z] world/docbook-xml 4.5-9 1.96 MiB
[2020-09-08T14:10:35.343Z] world/docbook-xsl 1.79.2-7 26.32 MiB
[2020-09-08T14:10:35.343Z] system/dosfstools 4.1-3 0.17 MiB
[2020-09-08T14:10:35.343Z] system/elogind 243.7-4 2.20 MiB
[2020-09-08T14:10:35.343Z] system/eudev 3.2.9-4 7.57 MiB
[2020-09-08T14:10:35.343Z] world/fontconfig 2:2.13.91+48+gfcb0420-2 0.61 MiB
[2020-09-08T14:10:35.343Z] world/freetype2 2.10.2-1 1.59 MiB
[2020-09-08T14:10:35.343Z] world/fribidi 1.0.10-1 0.21 MiB
[2020-09-08T14:10:35.343Z] world/fuse-common 3.9.3-1 0.00 MiB
[2020-09-08T14:10:35.343Z] world/fuse3 3.9.3-1 0.44 MiB
[2020-09-08T14:10:35.343Z] world/gcr 3.36-1 5.75 MiB
[2020-09-08T14:10:35.343Z] world/gdk-pixbuf2 2.40.0+6+g5432316df-1 4.03 MiB
[2020-09-08T14:10:35.343Z] world/glib-networking 2.64.3-2 0.46 MiB
[2020-09-08T14:10:35.343Z] system/glib2-docs 2.64.5-1 19.86 MiB
[2020-09-08T14:10:35.343Z] world/gobject-introspection-runtime 1.64.1-2 0.81 MiB
[2020-09-08T14:10:35.343Z] world/gptfdisk 1.0.5-1 0.75 MiB
[2020-09-08T14:10:35.343Z] world/graphite 1:1.3.14-1 0.67 MiB
[2020-09-08T14:10:35.343Z] world/gsettings-desktop-schemas 3.36.1-1 4.36 MiB
[2020-09-08T14:10:35.343Z] world/gtk-update-icon-cache 1:3.24.23-1 0.04 MiB
[2020-09-08T14:10:35.343Z] world/gtk3 1:3.24.23-1 74.57 MiB
[2020-09-08T14:10:35.343Z] world/harfbuzz 2.7.2-1 4.32 MiB
[2020-09-08T14:10:35.343Z] world/hicolor-icon-theme 0.17-2 0.05 MiB
[2020-09-08T14:10:35.343Z] system/hwids 20200813.1-1 1.90 MiB
[2020-09-08T14:10:35.343Z] world/iso-codes 4.5.0-1 18.26 MiB
[2020-09-08T14:10:35.343Z] world/js68 68.12.0-1 56.91 MiB
[2020-09-08T14:10:35.343Z] system/json-c 0.15-1 0.17 MiB
[2020-09-08T14:10:35.343Z] world/json-glib 1.4.4-2 1.67 MiB
[2020-09-08T14:10:35.343Z] system/kbd 2.3.0-2 2.81 MiB
[2020-09-08T14:10:35.344Z] world/kexec-tools 2.0.20-2 0.21 MiB
[2020-09-08T14:10:35.344Z] system/kmod 27-1 0.28 MiB
[2020-09-08T14:10:35.344Z] world/lcms2 2.11-2 0.64 MiB
[2020-09-08T14:10:35.344Z] system/libaio 0.3.112-2 0.02 MiB
[2020-09-08T14:10:35.344Z] world/libatasmart 0.19-5 0.10 MiB
[2020-09-08T14:10:35.344Z] world/libblockdev 2.24-1 1.50 MiB
[2020-09-08T14:10:35.344Z] world/libbluray 1.2.0-3 1.17 MiB
[2020-09-08T14:10:35.344Z] world/libbytesize 2.4-1 0.08 MiB
[2020-09-08T14:10:35.344Z] world/libcanberra 0.30+2+gc0620e4-3 0.39 MiB
[2020-09-08T14:10:35.344Z] world/libcddb 1.3.2-6 0.16 MiB
[2020-09-08T14:10:35.344Z] world/libcdio 2.1.0-2 0.93 MiB
[2020-09-08T14:10:35.344Z] world/libcdio-paranoia 10.2+2.0.1-2 0.16 MiB
[2020-09-08T14:10:35.344Z] world/libcups 2.3.3-3 0.84 MiB
[2020-09-08T14:10:35.344Z] world/libdaemon 0.14-5 0.06 MiB
[2020-09-08T14:10:35.344Z] world/libdatrie 0.2.12-2 0.07 MiB
[2020-09-08T14:10:35.344Z] world/libdrm 2.4.102-1 0.93 MiB
[2020-09-08T14:10:35.344Z] system/libedit 20191231_3.1-2 0.26 MiB
[2020-09-08T14:10:35.344Z] system/libelogind 243.7-4 0.54 MiB
[2020-09-08T14:10:35.344Z] world/libepoxy 1.5.4-2 3.26 MiB
[2020-09-08T14:10:35.344Z] world/libglvnd 1.3.2-1 3.68 MiB
[2020-09-08T14:10:35.344Z] world/libgudev 233-2 0.35 MiB
[2020-09-08T14:10:35.344Z] world/libgusb 0.3.5-1 0.51 MiB
[2020-09-08T14:10:35.344Z] world/libjpeg-turbo 2.0.5-2 2.10 MiB
[2020-09-08T14:10:35.344Z] system/libnsl 1.3.0-1 0.19 MiB
[2020-09-08T14:10:35.344Z] world/libogg 1.3.4-2 0.44 MiB
[2020-09-08T14:10:35.344Z] world/libomxil-bellagio 0.9.3-3 0.58 MiB
[2020-09-08T14:10:35.344Z] world/libpciaccess 0.16-2 0.06 MiB
[2020-09-08T14:10:35.344Z] world/libpng 1.6.37-3 0.55 MiB
[2020-09-08T14:10:35.344Z] world/libproxy 0.4.15+33+g454a499-2.1 0.26 MiB
[2020-09-08T14:10:35.344Z] world/librsvg 2:2.48.8-1 7.96 MiB
[2020-09-08T14:10:35.344Z] world/libsoup 2.70.0-1 4.83 MiB
[2020-09-08T14:10:35.344Z] world/libthai 0.1.28-2 0.64 MiB
[2020-09-08T14:10:35.344Z] world/libtiff 4.1.0-2 2.73 MiB
[2020-09-08T14:10:35.344Z] world/libunwind 1.3.1-2 0.26 MiB
[2020-09-08T14:10:35.344Z] system/libusb 1.0.23-2 0.17 MiB
[2020-09-08T14:10:35.344Z] world/libvorbis 1.3.7-2 1.44 MiB
[2020-09-08T14:10:35.344Z] world/libx11 1.6.12-1 10.16 MiB
[2020-09-08T14:10:35.344Z] world/libxau 1.0.9-3 0.02 MiB
[2020-09-08T14:10:35.344Z] world/libxcb 1.14-1 3.73 MiB
[2020-09-08T14:10:35.344Z] world/libxcomposite 0.4.5-3 0.02 MiB
[2020-09-08T14:10:35.344Z] world/libxcursor 1.2.0-2 0.06 MiB
[2020-09-08T14:10:35.344Z] world/libxdamage 1.1.5-3 0.02 MiB
[2020-09-08T14:10:35.344Z] world/libxdmcp 1.1.3-3 0.13 MiB
[2020-09-08T14:10:35.344Z] world/libxext 1.3.4-3 0.30 MiB
[2020-09-08T14:10:35.344Z] world/libxfixes 5.0.3-4 0.04 MiB
[2020-09-08T14:10:35.344Z] world/libxft 2.3.3-2 0.12 MiB
[2020-09-08T14:10:35.344Z] world/libxi 1.7.10-3 0.47 MiB
[2020-09-08T14:10:35.344Z] world/libxinerama 1.1.4-3 0.02 MiB
[2020-09-08T14:10:35.344Z] world/libxkbcommon 0.10.0-1 0.54 MiB
[2020-09-08T14:10:35.344Z] world/libxrandr 1.5.2-3 0.07 MiB
[2020-09-08T14:10:35.344Z] world/libxrender 0.9.10-4 0.08 MiB
[2020-09-08T14:10:35.344Z] world/libxshmfence 1.3-2 0.02 MiB
[2020-09-08T14:10:35.344Z] world/libxslt 1.1.34-5 2.16 MiB
[2020-09-08T14:10:35.344Z] world/libxtst 1.2.3-4 0.11 MiB
[2020-09-08T14:10:35.344Z] world/libxxf86vm 1.1.4-4 0.03 MiB
[2020-09-08T14:10:35.344Z] world/libyaml 0.2.5-1 0.18 MiB
[2020-09-08T14:10:35.344Z] world/llvm-libs 10.0.1-2 84.07 MiB
[2020-09-08T14:10:35.344Z] world/lm_sensors 3.6.0-2 0.47 MiB
[2020-09-08T14:10:35.344Z] system/lvm2 2.02.187-3 6.65 MiB
[2020-09-08T14:10:35.345Z] system/lzo 2.10-3 0.39 MiB
[2020-09-08T14:10:35.345Z] system/mdadm 4.1-2 0.95 MiB
[2020-09-08T14:10:35.345Z] world/mesa 20.1.7-1 84.63 MiB
[2020-09-08T14:10:35.345Z] world/ndctl 69-1 0.56 MiB
[2020-09-08T14:10:35.345Z] galaxy/ninja 1.10.1-1 0.30 MiB
[2020-09-08T14:10:35.345Z] system/nspr 4.28-1 0.72 MiB
[2020-09-08T14:10:35.345Z] system/nss 3.56-1 5.28 MiB
[2020-09-08T14:10:35.345Z] world/pango 1:1.46.1-1 4.46 MiB
[2020-09-08T14:10:35.345Z] world/parted 3.3-2 2.25 MiB
[2020-09-08T14:10:35.345Z] system/pcre2 10.35-1 3.90 MiB
[2020-09-08T14:10:35.345Z] world/perl-error 0.17029-2 0.04 MiB
[2020-09-08T14:10:35.345Z] world/perl-mailtools 2.21-4 0.11 MiB
[2020-09-08T14:10:35.345Z] world/perl-timedate 2.33-2 0.08 MiB
[2020-09-08T14:10:35.345Z] world/pixman 0.40.0-1 0.70 MiB
[2020-09-08T14:10:35.345Z] world/polkit 0.117-1 1.84 MiB
[2020-09-08T14:10:35.345Z] system/popt 1.18-1 0.21 MiB
[2020-09-08T14:10:35.345Z] system/psmisc 23.3-2 0.54 MiB
[2020-09-08T14:10:35.345Z] world/python 3.8.5-2 77.65 MiB
[2020-09-08T14:10:35.345Z] world/python-anytree 2.8.0-1 0.31 MiB
[2020-09-08T14:10:35.345Z] world/python-appdirs 1.4.4-1 0.07 MiB
[2020-09-08T14:10:35.345Z] world/python-beaker 1.11.0-4 0.47 MiB
[2020-09-08T14:10:35.345Z] world/python-lxml 4.5.2-1 4.24 MiB
[2020-09-08T14:10:35.345Z] world/python-mako 1.1.3-1 0.68 MiB
[2020-09-08T14:10:35.345Z] galaxy/python-markdown 3.2.2-1 0.46 MiB
[2020-09-08T14:10:35.345Z] world/python-markupsafe 1.1.1-4 0.08 MiB
[2020-09-08T14:10:35.345Z] world/python-ordered-set 4.0.2-1 0.06 MiB
[2020-09-08T14:10:35.345Z] world/python-packaging 20.4-1 0.17 MiB
[2020-09-08T14:10:35.345Z] galaxy/python-pygments 2.6.1-3 9.72 MiB
[2020-09-08T14:10:35.345Z] world/python-pyparsing 2.4.7-1 0.73 MiB
[2020-09-08T14:10:35.345Z] world/python-setuptools 1:50.3.0-1 2.98 MiB
[2020-09-08T14:10:35.345Z] world/python-six 1.15.0-1 0.09 MiB
[2020-09-08T14:10:35.345Z] world/rest 0.8.1-3 0.84 MiB
[2020-09-08T14:10:35.345Z] world/shared-mime-info 2.0+1+g6bf9e4f-2 4.32 MiB
[2020-09-08T14:10:35.345Z] world/sound-theme-freedesktop 0.8-4 0.45 MiB
[2020-09-08T14:10:35.345Z] world/tdb 1.4.3-2 0.23 MiB
[2020-09-08T14:10:35.345Z] system/thin-provisioning-tools 0.9.0-1 1.57 MiB
[2020-09-08T14:10:35.345Z] world/udisks2 2.9.1-1.1 13.72 MiB
[2020-09-08T14:10:35.345Z] world/volume_key 0.3.12-3 0.79 MiB
[2020-09-08T14:10:35.345Z] world/vulkan-icd-loader 1.2.151-1 0.38 MiB
[2020-09-08T14:10:35.345Z] world/wayland 1.18.0-2 0.73 MiB
[2020-09-08T14:10:35.345Z] world/wayland-protocols 1.20-1 0.40 MiB
[2020-09-08T14:10:35.345Z] world/xcb-proto 1.14-1 0.83 MiB
[2020-09-08T14:10:35.345Z] system/xfsprogs 5.7.0-3 5.30 MiB
[2020-09-08T14:10:35.345Z] world/xkeyboard-config 2.30-2 5.33 MiB
[2020-09-08T14:10:35.345Z] world/xorgproto 2020.1-1 1.40 MiB
[2020-09-08T14:10:35.345Z] world/git 2.28.0-1 41.50 MiB
[2020-09-08T14:10:35.345Z] world/gobject-introspection 1.64.1-2 12.86 MiB
[2020-09-08T14:10:35.345Z] world/gtk-doc 1.32+37+gefc3644-1 2.78 MiB
[2020-09-08T14:10:35.345Z] world/gvfs 1.44.1-4 5.15 MiB
[2020-09-08T14:10:35.345Z] world/meson 0.55.1-1 6.07 MiB
[2020-09-08T14:10:35.345Z]
[2020-09-08T14:10:35.345Z] Total Installed Size: 753.59 MiB
[2020-09-08T14:10:35.345Z]
[2020-09-08T14:10:35.345Z] :: Proceed with installation? [Y/n]
[2020-09-08T14:10:35.345Z] checking keyring...
[2020-09-08T14:10:35.345Z] checking package integrity...
[2020-09-08T14:10:45.221Z] loading package files...
[2020-09-08T14:10:45.221Z] checking for file conflicts...
[2020-09-08T14:10:45.221Z] checking available disk space...
[2020-09-08T14:10:45.221Z] :: Processing package changes...
[2020-09-08T14:10:45.221Z] installing libnsl...
[2020-09-08T14:10:45.221Z] installing python...
[2020-09-08T14:10:45.221Z] Optional dependencies for python
[2020-09-08T14:10:45.221Z] python-setuptools [pending]
[2020-09-08T14:10:45.221Z] python-pip
[2020-09-08T14:10:45.221Z] sqlite [installed]
[2020-09-08T14:10:45.221Z] mpdecimal: for decimal
[2020-09-08T14:10:45.221Z] xz: for lzma [installed]
[2020-09-08T14:10:45.221Z] tk: for tkinter
[2020-09-08T14:10:45.221Z] installing python-markupsafe...
[2020-09-08T14:10:45.221Z] installing python-beaker...
[2020-09-08T14:10:45.221Z] installing python-appdirs...
[2020-09-08T14:10:45.221Z] installing python-pyparsing...
[2020-09-08T14:10:45.221Z] installing python-six...
[2020-09-08T14:10:45.221Z] installing python-packaging...
[2020-09-08T14:10:45.221Z] installing python-ordered-set...
[2020-09-08T14:10:45.221Z] installing python-setuptools...
[2020-09-08T14:10:45.221Z] installing python-mako...
[2020-09-08T14:10:45.221Z] installing python-markdown...
[2020-09-08T14:10:45.221Z] installing gobject-introspection-runtime...
[2020-09-08T14:10:45.221Z] installing gobject-introspection...
[2020-09-08T14:10:45.221Z] installing perl-error...
[2020-09-08T14:10:45.221Z] installing perl-timedate...
[2020-09-08T14:10:45.222Z] installing perl-mailtools...
[2020-09-08T14:10:45.222Z] installing pcre2...
[2020-09-08T14:10:45.222Z] installing git...
[2020-09-08T14:10:45.472Z] Optional dependencies for git
[2020-09-08T14:10:45.472Z] tk: gitk and git gui
[2020-09-08T14:10:45.472Z] perl-libwww: git svn
[2020-09-08T14:10:45.472Z] perl-term-readkey: git svn and interactive.singlekey setting
[2020-09-08T14:10:45.472Z] perl-mime-tools: git send-email
[2020-09-08T14:10:45.472Z] perl-net-smtp-ssl: git send-email TLS support
[2020-09-08T14:10:45.472Z] perl-authen-sasl: git send-email TLS support
[2020-09-08T14:10:45.472Z] perl-mediawiki-api: git mediawiki support
[2020-09-08T14:10:45.472Z] perl-datetime-format-iso8601: git mediawiki support
[2020-09-08T14:10:45.472Z] perl-lwp-protocol-https: git mediawiki https support
[2020-09-08T14:10:45.472Z] perl-cgi: gitweb (web interface) support
[2020-09-08T14:10:45.472Z] python: git svn & git p4 [installed]
[2020-09-08T14:10:45.472Z] subversion: git svn
[2020-09-08T14:10:45.472Z] org.freedesktop.secrets: keyring credential helper
[2020-09-08T14:10:45.472Z] libsecret: libsecret credential helper [installed]
[2020-09-08T14:10:45.472Z] installing libxslt...
[2020-09-08T14:10:45.472Z] installing docbook-xml...
[2020-09-08T14:10:45.472Z] installing docbook-xsl...
[2020-09-08T14:10:45.722Z] installing glib2-docs...
[2020-09-08T14:10:45.723Z] installing python-lxml...
[2020-09-08T14:10:45.723Z] Optional dependencies for python-lxml
[2020-09-08T14:10:45.723Z] python-beautifulsoup4: support for beautifulsoup parser to parse not well formed HTML
[2020-09-08T14:10:45.723Z] python-cssselect: support for cssselect
[2020-09-08T14:10:45.723Z] python-html5lib: support for html5lib parser
[2020-09-08T14:10:45.723Z] python-lxml-docs: offline docs
[2020-09-08T14:10:45.723Z] installing python-pygments...
[2020-09-08T14:10:45.723Z] installing python-anytree...
[2020-09-08T14:10:45.723Z] installing gtk-doc...
[2020-09-08T14:10:45.723Z] Optional dependencies for gtk-doc
[2020-09-08T14:10:45.723Z] dblatex: PDF support
[2020-09-08T14:10:45.723Z] installing ninja...
[2020-09-08T14:10:45.723Z] installing meson...
[2020-09-08T14:10:45.973Z] installing libdaemon...
[2020-09-08T14:10:45.973Z] installing xcb-proto...
[2020-09-08T14:10:45.973Z] installing libxdmcp...
[2020-09-08T14:10:45.973Z] installing libxau...
[2020-09-08T14:10:45.973Z] installing libxcb...
[2020-09-08T14:10:45.973Z] installing xorgproto...
[2020-09-08T14:10:46.223Z] installing libx11...
[2020-09-08T14:10:46.223Z] installing libelogind...
[2020-09-08T14:10:46.223Z] installing dbus...
[2020-09-08T14:10:46.223Z] installing avahi...
[2020-09-08T14:10:46.223Z] Optional dependencies for avahi
[2020-09-08T14:10:46.223Z] gtk3: avahi-discover, avahi-discover-standalone, bshell, bssh, bvnc [pending]
[2020-09-08T14:10:46.223Z] qt5-base: qt5 bindings
[2020-09-08T14:10:46.223Z] libevent: libevent bindings
[2020-09-08T14:10:46.223Z] nss-mdns: NSS support for mDNS
[2020-09-08T14:10:46.223Z] python-twisted: avahi-bookmarks
[2020-09-08T14:10:46.224Z] python-gobject: avahi-bookmarks, avahi-discover
[2020-09-08T14:10:46.224Z] python-dbus: avahi-bookmarks, avahi-discover
[2020-09-08T14:10:46.224Z] installing dconf...
[2020-09-08T14:10:46.224Z] installing fuse-common...
[2020-09-08T14:10:46.224Z] installing fuse3...
[2020-09-08T14:10:46.224Z] installing libcddb...
[2020-09-08T14:10:46.224Z] installing libcdio...
[2020-09-08T14:10:46.224Z] installing libcdio-paranoia...
[2020-09-08T14:10:46.224Z] installing libproxy...
[2020-09-08T14:10:46.224Z] Optional dependencies for libproxy
[2020-09-08T14:10:46.224Z] networkmanager: NetworkManager configuration module
[2020-09-08T14:10:46.224Z] perl: Perl bindings [installed]
[2020-09-08T14:10:46.224Z] python2: Python 2.x bindings
[2020-09-08T14:10:46.224Z] python: Python 3.x bindings [installed]
[2020-09-08T14:10:46.224Z] libproxy-mozjs: PAC proxy support (via MozJS)
[2020-09-08T14:10:46.224Z] libproxy-webkit: PAC proxy support (via WebKit)
[2020-09-08T14:10:46.224Z] installing cantarell-fonts...
[2020-09-08T14:10:46.224Z] installing adobe-source-code-pro-fonts...
[2020-09-08T14:10:46.224Z] installing gsettings-desktop-schemas...
[2020-09-08T14:10:46.474Z] installing glib-networking...
[2020-09-08T14:10:46.474Z] installing brotli...
[2020-09-08T14:10:46.474Z] installing libsoup...
[2020-09-08T14:10:46.474Z] Optional dependencies for libsoup
[2020-09-08T14:10:46.474Z] samba: Windows Domain SSO
[2020-09-08T14:10:46.474Z] installing kexec-tools...
[2020-09-08T14:10:46.474Z] installing kbd...
[2020-09-08T14:10:46.474Z] installing kmod...
[2020-09-08T14:10:46.474Z] installing hwids...
[2020-09-08T14:10:46.474Z] installing eudev...
[2020-09-08T14:10:46.724Z] Optional dependencies for eudev
[2020-09-08T14:10:46.725Z] eudev-openrc: udev starup scripts for openrc
[2020-09-08T14:10:46.725Z] installing elogind...
[2020-09-08T14:10:46.725Z] Optional dependencies for elogind
[2020-09-08T14:10:46.725Z] polkit: polkit support [pending]
[2020-09-08T14:10:46.725Z] installing js68...
[2020-09-08T14:10:46.725Z] installing polkit...
[2020-09-08T14:10:46.725Z] installing libatasmart...
[2020-09-08T14:10:46.725Z] installing libgudev...
[2020-09-08T14:10:46.725Z] installing lzo...
[2020-09-08T14:10:46.725Z] installing btrfs-progs...
[2020-09-08T14:10:46.975Z] Optional dependencies for btrfs-progs
[2020-09-08T14:10:46.975Z] python: libbtrfsutil python bindings [installed]
[2020-09-08T14:10:46.975Z] e2fsprogs: btrfs-convert [installed]
[2020-09-08T14:10:46.975Z] reiserfsprogs: btrfs-convert
[2020-09-08T14:10:46.975Z] installing dosfstools...
[2020-09-08T14:10:46.975Z] installing device-mapper...
[2020-09-08T14:10:46.975Z] installing dmraid...
[2020-09-08T14:10:46.975Z] installing popt...
[2020-09-08T14:10:46.975Z] installing gptfdisk...
[2020-09-08T14:10:46.975Z] installing libbytesize...
[2020-09-08T14:10:46.975Z] installing libaio...
[2020-09-08T14:10:46.975Z] installing thin-provisioning-tools...
[2020-09-08T14:10:46.975Z] installing lvm2...
[2020-09-08T14:10:46.975Z] installing mdadm...
[2020-09-08T14:10:46.975Z] installing json-c...
[2020-09-08T14:10:46.975Z] installing ndctl...
[2020-09-08T14:10:46.975Z] installing parted...
[2020-09-08T14:10:46.975Z] installing argon2...
[2020-09-08T14:10:46.975Z] installing cryptsetup...
[2020-09-08T14:10:46.975Z] installing nspr...
[2020-09-08T14:10:46.975Z] installing nss...
[2020-09-08T14:10:46.975Z] installing volume_key...
[2020-09-08T14:10:46.975Z] Optional dependencies for volume_key
[2020-09-08T14:10:46.975Z] python: for python bindings [installed]
[2020-09-08T14:10:46.975Z] installing xfsprogs...
[2020-09-08T14:10:46.975Z] Optional dependencies for xfsprogs
[2020-09-08T14:10:46.975Z] python: for xfs_scrub_all script [installed]
[2020-09-08T14:10:46.975Z] smtp-forwarder: for xfs_scrub_fail script
[2020-09-08T14:10:46.975Z] installing libyaml...
[2020-09-08T14:10:46.975Z] installing libblockdev...
[2020-09-08T14:10:46.975Z] installing udisks2...
[2020-09-08T14:10:46.975Z] Optional dependencies for udisks2
[2020-09-08T14:10:46.975Z] gptfdisk: GUID partition table support [installed]
[2020-09-08T14:10:46.975Z] ntfs-3g: NTFS filesystem management support
[2020-09-08T14:10:46.975Z] dosfstools: VFAT filesystem management support [installed]
[2020-09-08T14:10:46.975Z] installing libpng...
[2020-09-08T14:10:47.226Z] installing graphite...
[2020-09-08T14:10:47.226Z] installing harfbuzz...
[2020-09-08T14:10:47.226Z] Optional dependencies for harfbuzz
[2020-09-08T14:10:47.226Z] cairo: hb-view program [pending]
[2020-09-08T14:10:47.226Z] installing freetype2...
[2020-09-08T14:10:47.226Z] installing fontconfig...
[2020-09-08T14:10:49.708Z] Rebuilding fontconfig cache... done.
[2020-09-08T14:10:49.708Z] installing libbluray...
[2020-09-08T14:10:49.708Z] Optional dependencies for libbluray
[2020-09-08T14:10:49.708Z] java-runtime: BD-J library
[2020-09-08T14:10:49.708Z] installing atk...
[2020-09-08T14:10:49.708Z] installing libxrender...
[2020-09-08T14:10:49.708Z] installing libxext...
[2020-09-08T14:10:49.708Z] installing pixman...
[2020-09-08T14:10:49.708Z] installing cairo...
[2020-09-08T14:10:49.708Z] installing libxfixes...
[2020-09-08T14:10:49.708Z] installing libxcursor...
[2020-09-08T14:10:49.708Z] Optional dependencies for libxcursor
[2020-09-08T14:10:49.708Z] gnome-themes-standard: fallback icon theme
[2020-09-08T14:10:49.708Z] installing libxinerama...
[2020-09-08T14:10:49.708Z] installing libxrandr...
[2020-09-08T14:10:49.708Z] installing libxi...
[2020-09-08T14:10:49.708Z] installing libepoxy...
[2020-09-08T14:10:49.708Z] installing libjpeg-turbo...
[2020-09-08T14:10:49.708Z] installing libtiff...
[2020-09-08T14:10:49.708Z] Optional dependencies for libtiff
[2020-09-08T14:10:49.708Z] freeglut: for using tiffgt
[2020-09-08T14:10:49.708Z] installing shared-mime-info...
[2020-09-08T14:10:49.708Z] installing gdk-pixbuf2...
[2020-09-08T14:10:49.708Z] installing libxcomposite...
[2020-09-08T14:10:49.708Z] installing libxdamage...
[2020-09-08T14:10:49.708Z] installing libdatrie...
[2020-09-08T14:10:49.708Z] installing libthai...
[2020-09-08T14:10:49.708Z] installing libxft...
[2020-09-08T14:10:49.708Z] installing fribidi...
[2020-09-08T14:10:49.708Z] installing pango...
[2020-09-08T14:10:49.708Z] installing libxtst...
[2020-09-08T14:10:49.708Z] installing at-spi2-core...
[2020-09-08T14:10:49.708Z] Optional dependencies for at-spi2-core
[2020-09-08T14:10:49.708Z] dbus-broker: Alternative bus implementation
[2020-09-08T14:10:49.708Z] installing at-spi2-atk...
[2020-09-08T14:10:49.708Z] installing wayland...
[2020-09-08T14:10:49.708Z] installing xkeyboard-config...
[2020-09-08T14:10:49.708Z] installing libxkbcommon...
[2020-09-08T14:10:49.709Z] installing hicolor-icon-theme...
[2020-09-08T14:10:49.709Z] installing librsvg...
[2020-09-08T14:10:49.709Z] installing gtk-update-icon-cache...
[2020-09-08T14:10:49.709Z] installing adwaita-icon-theme...
[2020-09-08T14:10:51.051Z] installing json-glib...
[2020-09-08T14:10:51.051Z] installing wayland-protocols...
[2020-09-08T14:10:51.051Z] installing desktop-file-utils...
[2020-09-08T14:10:51.052Z] installing libpciaccess...
[2020-09-08T14:10:51.052Z] installing libdrm...
[2020-09-08T14:10:51.052Z] installing libxxf86vm...
[2020-09-08T14:10:51.052Z] installing libxshmfence...
[2020-09-08T14:10:51.052Z] installing libomxil-bellagio...
[2020-09-08T14:10:51.052Z] installing libunwind...
[2020-09-08T14:10:51.052Z] installing libedit...
[2020-09-08T14:10:51.052Z] installing llvm-libs...
[2020-09-08T14:10:51.302Z] installing lm_sensors...
[2020-09-08T14:10:51.302Z] Optional dependencies for lm_sensors
[2020-09-08T14:10:51.302Z] rrdtool: for logging with sensord
[2020-09-08T14:10:51.302Z] installing libglvnd...
[2020-09-08T14:10:51.302Z] installing vulkan-icd-loader...
[2020-09-08T14:10:51.302Z] Optional dependencies for vulkan-icd-loader
[2020-09-08T14:10:51.302Z] vulkan-driver: packaged vulkan driver
[2020-09-08T14:10:51.302Z] installing mesa...
[2020-09-08T14:10:51.552Z] Optional dependencies for mesa
[2020-09-08T14:10:51.552Z] opengl-man-pages: for the OpenGL API man pages
[2020-09-08T14:10:51.552Z] mesa-vdpau: for accelerated video playback
[2020-09-08T14:10:51.552Z] libva-mesa-driver: for accelerated video playback
[2020-09-08T14:10:51.552Z] installing lcms2...
[2020-09-08T14:10:51.552Z] installing libusb...
[2020-09-08T14:10:51.552Z] installing libgusb...
[2020-09-08T14:10:51.552Z] installing colord...
[2020-09-08T14:10:51.552Z] Optional dependencies for colord
[2020-09-08T14:10:51.552Z] argyllcms: color profiling
[2020-09-08T14:10:51.552Z] colord-sane: SANE support
[2020-09-08T14:10:51.552Z] installing rest...
[2020-09-08T14:10:51.552Z] installing libcups...
[2020-09-08T14:10:51.552Z] installing libogg...
[2020-09-08T14:10:51.552Z] installing libvorbis...
[2020-09-08T14:10:51.552Z] installing alsa-topology-conf...
[2020-09-08T14:10:51.552Z] installing alsa-ucm-conf...
[2020-09-08T14:10:51.552Z] installing alsa-lib...
[2020-09-08T14:10:51.552Z] installing tdb...
[2020-09-08T14:10:51.552Z] Optional dependencies for tdb
[2020-09-08T14:10:51.552Z] python: for python bindings [installed]
[2020-09-08T14:10:51.552Z] installing sound-theme-freedesktop...
[2020-09-08T14:10:51.552Z] installing libcanberra...
[2020-09-08T14:10:51.552Z] Optional dependencies for libcanberra
[2020-09-08T14:10:51.552Z] libcanberra-pulse: PulseAudio driver
[2020-09-08T14:10:51.552Z] libcanberra-gstreamer: GStreamer driver
[2020-09-08T14:10:51.552Z] installing iso-codes...
[2020-09-08T14:10:51.803Z] installing gtk3...
[2020-09-08T14:10:52.053Z] installing gcr...
[2020-09-08T14:10:52.053Z] installing psmisc...
[2020-09-08T14:10:52.053Z] installing gvfs...
[2020-09-08T14:10:52.053Z] Optional dependencies for gvfs
[2020-09-08T14:10:52.053Z] gvfs-afc: AFC (mobile devices) support
[2020-09-08T14:10:52.053Z] gvfs-smb: SMB/CIFS (Windows client) support
[2020-09-08T14:10:52.053Z] gvfs-gphoto2: gphoto2 (PTP camera/MTP media player) support
[2020-09-08T14:10:52.053Z] gvfs-mtp: MTP device support
[2020-09-08T14:10:52.053Z] gvfs-goa: gnome-online-accounts (e.g. OwnCloud) support
[2020-09-08T14:10:52.053Z] gvfs-nfs: NFS support
[2020-09-08T14:10:52.053Z] gvfs-google: Google Drive support
[2020-09-08T14:10:52.053Z] gtk3: Recent files support [installed]
[2020-09-08T14:10:52.304Z] :: Running post-transaction hooks...
[2020-09-08T14:10:52.304Z] ( 1/14) Creating system user accounts...
[2020-09-08T14:10:52.855Z] ( 2/14) Updating udev Hardware Database...
[2020-09-08T14:10:52.855Z] ( 3/14) Reloading device manager configuration...
[2020-09-08T14:10:52.855Z] Skipped: Device manager is not running.
[2020-09-08T14:10:52.855Z] ( 4/14) Warn about old perl modules
[2020-09-08T14:10:52.855Z] ( 5/14) Updating fontconfig cache...
[2020-09-08T14:10:52.855Z] ( 6/14) Probing GDK-Pixbuf loader modules...
[2020-09-08T14:10:53.105Z] ( 7/14) Updating GIO module cache...
[2020-09-08T14:10:53.105Z] ( 8/14) Compiling GSettings XML schema files...
[2020-09-08T14:10:53.105Z] ( 9/14) Probing GTK3 input method modules...
[2020-09-08T14:10:53.105Z] (10/14) Updating icon theme caches...
[2020-09-08T14:10:53.105Z] (11/14) Reloading GVFS config...
[2020-09-08T14:10:53.105Z] (12/14) Updating the info directory file...
[2020-09-08T14:10:53.105Z] (13/14) Updating the desktop file MIME type cache...
[2020-09-08T14:10:53.105Z] (14/14) Updating the MIME type database...
[2020-09-08T14:10:53.656Z] ==> ERROR: Could not resolve all dependencies.
[2020-09-08T14:10:54.567Z] ==> ERROR: Build failed, check /build/buildpkg/default-x86_64/jenkins/build
[Pipeline] }
[2020-09-08T14:10:54.570Z] ERROR: Failed to build source
[2020-09-08T14:10:54.571Z] ERROR: script returned exit code 255
[Pipeline] // catchError
[Pipeline] }
[Pipeline] // dir
Post stage
[Pipeline] emailext
[2020-09-08T14:10:54.650Z] Sending email to: artix-build-failures at artixlinux.org
More information about the artix-build-failures
mailing list