[artix-build-failures] [galaxy] Failure: ardour

jenkins at artixlinux.org jenkins at artixlinux.org
Fri Jul 10 00:43:35 CEST 2020


   Failure

   Build: x86_64/community

   Packages:

   ardour-6.2-1-x86_64.pkg.tar.zst

   author: alium

   email: alium at artixlinux.org

   [1]https://orion.artixlinux.org/job/packagesA/job/ardour/job/master/4/

References

   1. https://orion.artixlinux.org/job/packagesA/job/ardour/job/master/4/
-------------- next part --------------
Started by user alium
Restarted from build #2, stage Prepare
Running as alium
Querying the current revision of branch master...
Current revision of branch master is dac71f28e5badcae8b4dfc9702f17506bffd9cea
Obtained Jenkinsfile from dac71f28e5badcae8b4dfc9702f17506bffd9cea
Running in Durability level: PERFORMANCE_OPTIMIZED
[Pipeline] Start of Pipeline
[Pipeline] node
Running on Jenkins in /var/lib/jenkins/workspace/packagesA_ardour_master
[Pipeline] {
[Pipeline] timestamps
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Prepare)
[Pipeline] catchError
[Pipeline] {
[Pipeline] checkout
[2020-07-09T22:43:05.953Z] Warning: CredentialId "jenkins-gotea-token" could not be found.
[2020-07-09T22:43:05.953Z]  > git rev-parse --is-inside-work-tree # timeout=10
[2020-07-09T22:43:05.958Z] Fetching changes from the remote Git repository
[2020-07-09T22:43:05.958Z]  > git config remote.origin.url https://237b7412742b4068af4173944de150f12959f4d3@gitea.artixlinux.org/packagesA/ardour.git # timeout=10
[2020-07-09T22:43:05.963Z] Cleaning workspace
[2020-07-09T22:43:05.963Z]  > git rev-parse --verify HEAD # timeout=10
[2020-07-09T22:43:05.967Z] Resetting working tree
[2020-07-09T22:43:05.967Z]  > git reset --hard # timeout=10
[2020-07-09T22:43:05.974Z]  > git clean -fdx # timeout=10
[2020-07-09T22:43:05.981Z] Fetching without tags
[2020-07-09T22:43:05.981Z] Fetching upstream changes from https://237b7412742b4068af4173944de150f12959f4d3@gitea.artixlinux.org/packagesA/ardour.git
[2020-07-09T22:43:05.981Z]  > git --version # timeout=10
[2020-07-09T22:43:05.986Z]  > git fetch --no-tags --force --progress -- https://237b7412742b4068af4173944de150f12959f4d3@gitea.artixlinux.org/packagesA/ardour.git +refs/heads/master:refs/remotes/origin/master # timeout=10
[2020-07-09T22:43:06.081Z] Checking out Revision dac71f28e5badcae8b4dfc9702f17506bffd9cea (master)
[2020-07-09T22:43:06.081Z]  > git config core.sparsecheckout # timeout=10
[2020-07-09T22:43:06.086Z]  > git checkout -f dac71f28e5badcae8b4dfc9702f17506bffd9cea # timeout=10
[2020-07-09T22:43:06.092Z] Commit message: "[trunk] -> [community] 'ardour-6.2-1' add"
[2020-07-09T22:43:06.092Z]  > git rev-list --no-walk dac71f28e5badcae8b4dfc9702f17506bffd9cea # timeout=10
[2020-07-09T22:43:06.103Z] Cleaning workspace
[2020-07-09T22:43:06.103Z]  > git rev-parse --verify HEAD # timeout=10
[2020-07-09T22:43:06.107Z] Resetting working tree
[2020-07-09T22:43:06.107Z]  > git reset --hard # timeout=10
[2020-07-09T22:43:06.113Z]  > git clean -fdx # timeout=10
[2020-07-09T22:43:06.118Z] [Gitea] Notifying branch build status: PENDING Build started...
[2020-07-09T22:43:06.136Z] ERROR: Could not send notifications
[2020-07-09T22:43:06.136Z] org.jenkinsci.plugin.gitea.client.api.GiteaHttpStatusException: HTTP 401/Unauthorized
[2020-07-09T22:43:06.136Z] {"context":"packagesA/ardour/pipeline/head","description":"Build started...","state":"pending","status":"pending","target_url":"https://orion.artixlinux.org/job/packagesA/job/ardour/job/master/4/display/redirect"}
[2020-07-09T22:43:06.136Z] 	at org.jenkinsci.plugin.gitea.client.impl.DefaultGiteaConnection.post(DefaultGiteaConnection.java:911)
[2020-07-09T22:43:06.136Z] 	at org.jenkinsci.plugin.gitea.client.impl.DefaultGiteaConnection.createCommitStatus(DefaultGiteaConnection.java:597)
[2020-07-09T22:43:06.136Z] 	at org.jenkinsci.plugin.gitea.GiteaNotifier.sendNotifications(GiteaNotifier.java:153)
[2020-07-09T22:43:06.136Z] 	at org.jenkinsci.plugin.gitea.GiteaNotifier.access$400(GiteaNotifier.java:67)
[2020-07-09T22:43:06.136Z] 	at org.jenkinsci.plugin.gitea.GiteaNotifier$JobCheckOutListener.onCheckout(GiteaNotifier.java:302)
[2020-07-09T22:43:06.136Z] 	at org.jenkinsci.plugins.workflow.steps.scm.SCMStep.checkout(SCMStep.java:150)
[2020-07-09T22:43:06.136Z] 	at org.jenkinsci.plugins.workflow.steps.scm.SCMStep$StepExecutionImpl.run(SCMStep.java:93)
[2020-07-09T22:43:06.136Z] 	at org.jenkinsci.plugins.workflow.steps.scm.SCMStep$StepExecutionImpl.run(SCMStep.java:80)
[2020-07-09T22:43:06.136Z] 	at org.jenkinsci.plugins.workflow.steps.SynchronousNonBlockingStepExecution.lambda$start$0(SynchronousNonBlockingStepExecution.java:47)
[2020-07-09T22:43:06.136Z] 	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
[2020-07-09T22:43:06.136Z] 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
[2020-07-09T22:43:06.136Z] 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
[2020-07-09T22:43:06.136Z] 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
[2020-07-09T22:43:06.136Z] 	at java.lang.Thread.run(Thread.java:748)
[Pipeline] libraryResource
[Pipeline] readYaml
[Pipeline] sh
[2020-07-09T22:43:06.454Z] + git show -s --format=%an dac71f28e5badcae8b4dfc9702f17506bffd9cea
[Pipeline] sh
[2020-07-09T22:43:06.728Z] + git show -s --format=%ae dac71f28e5badcae8b4dfc9702f17506bffd9cea
[Pipeline] sh
[2020-07-09T22:43:07.002Z] + git show --pretty=format: --name-status dac71f28e5badcae8b4dfc9702f17506bffd9cea
[Pipeline] fileExists
[Pipeline] sh
[2020-07-09T22:43:07.309Z] + pkg2yaml -d x86_64/community
[Pipeline] readYaml
[Pipeline] echo
[2020-07-09T22:43:07.370Z] isNextLayout: true
[Pipeline] }
[Pipeline] // catchError
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build)
[Pipeline] withCredentials
[2020-07-09T22:43:07.574Z] Masking supported pattern matches of $BUILDBOT_GPGP
[Pipeline] {
[Pipeline] echo
[2020-07-09T22:43:07.620Z] isLibBump: false
[Pipeline] dir
[2020-07-09T22:43:07.640Z] Running in /var/lib/jenkins/workspace/packagesA_ardour_master/x86_64/community
[Pipeline] {
[Pipeline] catchError
[Pipeline] {
[Pipeline] sh
[2020-07-09T22:43:07.957Z] + buildpkg -C -d galaxy
[2020-07-09T22:43:11.185Z] :: Synchronizing package databases...
[2020-07-09T22:43:11.185Z]  system is up to date
[2020-07-09T22:43:11.185Z]  world is up to date
[2020-07-09T22:43:11.185Z] downloading galaxy.db...
[2020-07-09T22:43:11.185Z]  extra is up to date
[2020-07-09T22:43:11.185Z]  community is up to date
[2020-07-09T22:43:11.185Z] :: Starting full system upgrade...
[2020-07-09T22:43:11.185Z]  there is nothing to do
[2020-07-09T22:43:12.096Z] ==> Building in chroot for [default] (x86_64)...
[2020-07-09T22:43:12.647Z] ==> Synchronizing chroot copy [/build/buildpkg/buildpkg/default-x86_64/root] -> [jenkins]...done
[2020-07-09T22:43:13.990Z] ==> Making package: ardour 6.2-1 (Fri Jul 10 00:43:13 2020)
[2020-07-09T22:43:13.990Z] ==> Retrieving sources...
[2020-07-09T22:43:13.990Z]   -> Updating ardour git repo...
[2020-07-09T22:43:13.990Z] Fetching origin
[2020-07-09T22:43:14.240Z] From https://github.com/ardour/ardour
[2020-07-09T22:43:14.240Z]  - [deleted]               (none)     -> refs/pull/534/merge
[2020-07-09T22:43:15.151Z]    edfca68494..759ba6a7c9  master                 -> master
[2020-07-09T22:43:15.151Z]  * [new branch]            ripple-overhaul        -> ripple-overhaul
[2020-07-09T22:43:15.151Z]    ce8846d13f..edfca68494  github/master          -> github/master
[2020-07-09T22:43:15.152Z]  * [new ref]               github/ripple-overhaul -> github/ripple-overhaul
[2020-07-09T22:43:15.152Z]   -> Found ardour-6.2-vendor_qm-dsp.patch
[2020-07-09T22:43:15.152Z] ==> Validating source files with sha512sums...
[2020-07-09T22:43:15.152Z]     ardour ... Skipped
[2020-07-09T22:43:15.152Z]     ardour-6.2-vendor_qm-dsp.patch ... Passed
[2020-07-09T22:43:20.346Z] ==> Making package: ardour 6.2-1 (Thu 09 Jul 2020 10:43:20 PM UTC)
[2020-07-09T22:43:20.346Z] ==> Checking runtime dependencies...
[2020-07-09T22:43:20.346Z] ==> Installing missing dependencies...
[2020-07-09T22:43:20.346Z] resolving dependencies...
[2020-07-09T22:43:20.596Z] :: There are 2 providers available for libfreetype.so=6-64:
[2020-07-09T22:43:20.596Z] :: Repository world
[2020-07-09T22:43:20.596Z]    1) freetype2
[2020-07-09T22:43:20.596Z] :: Repository extra
[2020-07-09T22:43:20.596Z]    2) freetype2
[2020-07-09T22:43:20.596Z] 
[2020-07-09T22:43:20.596Z] Enter a number (default=1): 
[2020-07-09T22:43:20.596Z] :: There are 2 providers available for libjpeg:
[2020-07-09T22:43:20.596Z] :: Repository world
[2020-07-09T22:43:20.596Z]    1) libjpeg-turbo
[2020-07-09T22:43:20.596Z] :: Repository extra
[2020-07-09T22:43:20.596Z]    2) libjpeg-turbo
[2020-07-09T22:43:20.596Z] 
[2020-07-09T22:43:20.596Z] Enter a number (default=1): 
[2020-07-09T22:43:20.596Z] looking for conflicting packages...
[2020-07-09T22:43:20.596Z] warning: dependency cycle detected:
[2020-07-09T22:43:20.596Z] warning: harfbuzz will be installed before its freetype2 dependency
[2020-07-09T22:43:20.596Z] 
[2020-07-09T22:43:20.596Z] Package (50)                 New Version              Net Change
[2020-07-09T22:43:20.596Z] 
[2020-07-09T22:43:20.597Z] world/atk                    2.36.0-1                   3.57 MiB
[2020-07-09T22:43:20.597Z] world/avahi                  0.8+15+ge8a3dd0-1          1.83 MiB
[2020-07-09T22:43:20.597Z] system/dbus                  1.12.20-1                  0.95 MiB
[2020-07-09T22:43:20.597Z] world/desktop-file-utils     0.26-1                     0.20 MiB
[2020-07-09T22:43:20.597Z] world/freetype2              2.10.2-1                   1.59 MiB
[2020-07-09T22:43:20.597Z] world/fribidi                1.0.10-1                   0.21 MiB
[2020-07-09T22:43:20.597Z] world/graphite               1:1.3.14-1                 0.67 MiB
[2020-07-09T22:43:20.597Z] world/gtk-update-icon-cache  1:3.24.21-1                0.04 MiB
[2020-07-09T22:43:20.597Z] world/gtk2                   2.24.32-2                 36.19 MiB
[2020-07-09T22:43:20.597Z] world/harfbuzz               2.6.8-2                    4.31 MiB
[2020-07-09T22:43:20.597Z] world/hicolor-icon-theme     0.17-2                     0.05 MiB
[2020-07-09T22:43:20.597Z] world/libcups                2.3.3-1                    0.84 MiB
[2020-07-09T22:43:20.597Z] world/libdaemon              0.14-5                     0.06 MiB
[2020-07-09T22:43:20.597Z] world/libdatrie              0.2.12-2                   0.07 MiB
[2020-07-09T22:43:20.597Z] world/libjpeg-turbo          2.0.5-1                    2.10 MiB
[2020-07-09T22:43:20.597Z] world/libpng                 1.6.37-3                   0.55 MiB
[2020-07-09T22:43:20.597Z] world/librsvg                2:2.48.8-1                 7.96 MiB
[2020-07-09T22:43:20.597Z] world/libsigc++              2.10.3-1                   1.12 MiB
[2020-07-09T22:43:20.597Z] world/libthai                0.1.28-2                   0.64 MiB
[2020-07-09T22:43:20.597Z] world/libtiff                4.1.0-2                    2.73 MiB
[2020-07-09T22:43:20.597Z] system/libusb                1.0.23-2                   0.17 MiB
[2020-07-09T22:43:20.597Z] world/libxau                 1.0.9-3                    0.02 MiB
[2020-07-09T22:43:20.597Z] world/libxcb                 1.14-1                     3.73 MiB
[2020-07-09T22:43:20.597Z] world/libxcomposite          0.4.5-3                    0.02 MiB
[2020-07-09T22:43:20.597Z] world/libxcursor             1.2.0-2                    0.06 MiB
[2020-07-09T22:43:20.597Z] world/libxdamage             1.1.5-3                    0.02 MiB
[2020-07-09T22:43:20.597Z] world/libxdmcp               1.1.3-3                    0.13 MiB
[2020-07-09T22:43:20.597Z] world/libxext                1.3.4-3                    0.30 MiB
[2020-07-09T22:43:20.597Z] world/libxfixes              5.0.3-4                    0.04 MiB
[2020-07-09T22:43:20.597Z] world/libxft                 2.3.3-2                    0.12 MiB
[2020-07-09T22:43:20.597Z] world/libxi                  1.7.10-3                   0.47 MiB
[2020-07-09T22:43:20.597Z] world/libxinerama            1.1.4-3                    0.02 MiB
[2020-07-09T22:43:20.597Z] world/libxrandr              1.5.2-3                    0.07 MiB
[2020-07-09T22:43:20.597Z] world/libxrender             0.9.10-4                   0.08 MiB
[2020-07-09T22:43:20.597Z] system/lzo                   2.10-3                     0.39 MiB
[2020-07-09T22:43:20.597Z] world/pango                  1:1.44.7+11+g73b46b04-1    4.36 MiB
[2020-07-09T22:43:20.597Z] world/pixman                 0.40.0-1                   0.70 MiB
[2020-07-09T22:43:20.597Z] world/shared-mime-info       2.0+1+g6bf9e4f-2           4.32 MiB
[2020-07-09T22:43:20.597Z] world/xcb-proto              1.14-1                     0.83 MiB
[2020-07-09T22:43:20.597Z] world/xorgproto              2020.1-1                   1.40 MiB
[2020-07-09T22:43:20.597Z] world/atkmm                  2.28.0-2                   0.54 MiB
[2020-07-09T22:43:20.597Z] world/cairo                  1.17.2+25+gaee96d175-1     3.46 MiB
[2020-07-09T22:43:20.597Z] world/cairomm                1.12.2-4                   0.40 MiB
[2020-07-09T22:43:20.597Z] world/fontconfig             2:2.13.91+48+gfcb0420-2    0.61 MiB
[2020-07-09T22:43:20.597Z] world/gdk-pixbuf2            2.40.0-2                   4.02 MiB
[2020-07-09T22:43:20.597Z] world/glibmm                 2.64.2-1                   5.73 MiB
[2020-07-09T22:43:20.597Z] world/gtkmm                  1:2.24.5-4                 7.79 MiB
[2020-07-09T22:43:20.597Z] world/libx11                 1.6.9-7                   10.15 MiB
[2020-07-09T22:43:20.597Z] world/pangomm                2.42.1-2                   0.46 MiB
[2020-07-09T22:43:20.597Z] world/taglib                 1.11.1-4                   1.62 MiB
[2020-07-09T22:43:20.597Z] 
[2020-07-09T22:43:20.597Z] Total Installed Size:  117.70 MiB
[2020-07-09T22:43:20.597Z] 
[2020-07-09T22:43:20.597Z] :: Proceed with installation? [Y/n] 
[2020-07-09T22:43:20.597Z] checking keyring...
[2020-07-09T22:43:20.597Z] checking package integrity...
[2020-07-09T22:43:23.825Z] loading package files...
[2020-07-09T22:43:23.825Z] checking for file conflicts...
[2020-07-09T22:43:23.825Z] checking available disk space...
[2020-07-09T22:43:23.825Z] :: Processing package changes...
[2020-07-09T22:43:23.825Z] installing atk...
[2020-07-09T22:43:23.825Z] installing libsigc++...
[2020-07-09T22:43:23.825Z] installing glibmm...
[2020-07-09T22:43:23.825Z] installing atkmm...
[2020-07-09T22:43:23.825Z] installing libpng...
[2020-07-09T22:43:23.825Z] installing xcb-proto...
[2020-07-09T22:43:23.825Z] installing libxdmcp...
[2020-07-09T22:43:23.825Z] installing libxau...
[2020-07-09T22:43:23.825Z] installing libxcb...
[2020-07-09T22:43:23.825Z] installing xorgproto...
[2020-07-09T22:43:23.825Z] installing libx11...
[2020-07-09T22:43:23.825Z] installing libxrender...
[2020-07-09T22:43:23.825Z] installing libxext...
[2020-07-09T22:43:23.825Z] installing graphite...
[2020-07-09T22:43:23.825Z] installing harfbuzz...
[2020-07-09T22:43:23.825Z] Optional dependencies for harfbuzz
[2020-07-09T22:43:23.825Z]     cairo: hb-view program [pending]
[2020-07-09T22:43:23.825Z] installing freetype2...
[2020-07-09T22:43:23.825Z] installing fontconfig...
[2020-07-09T22:43:24.076Z] Rebuilding fontconfig cache... done.
[2020-07-09T22:43:24.076Z] installing pixman...
[2020-07-09T22:43:24.076Z] installing lzo...
[2020-07-09T22:43:24.076Z] installing cairo...
[2020-07-09T22:43:24.076Z] installing cairomm...
[2020-07-09T22:43:24.076Z] installing libjpeg-turbo...
[2020-07-09T22:43:24.076Z] installing libtiff...
[2020-07-09T22:43:24.076Z] Optional dependencies for libtiff
[2020-07-09T22:43:24.076Z]     freeglut: for using tiffgt
[2020-07-09T22:43:24.076Z] installing shared-mime-info...
[2020-07-09T22:43:24.076Z] installing gdk-pixbuf2...
[2020-07-09T22:43:24.076Z] installing libdatrie...
[2020-07-09T22:43:24.076Z] installing libthai...
[2020-07-09T22:43:24.076Z] installing libxft...
[2020-07-09T22:43:24.076Z] installing fribidi...
[2020-07-09T22:43:24.076Z] installing pango...
[2020-07-09T22:43:24.326Z] installing libxfixes...
[2020-07-09T22:43:24.326Z] installing libxcursor...
[2020-07-09T22:43:24.326Z] Optional dependencies for libxcursor
[2020-07-09T22:43:24.326Z]     gnome-themes-standard: fallback icon theme
[2020-07-09T22:43:24.326Z] installing libxinerama...
[2020-07-09T22:43:24.326Z] installing libxrandr...
[2020-07-09T22:43:24.326Z] installing libxi...
[2020-07-09T22:43:24.326Z] installing libxcomposite...
[2020-07-09T22:43:24.326Z] installing libxdamage...
[2020-07-09T22:43:24.326Z] installing libdaemon...
[2020-07-09T22:43:24.326Z] installing dbus...
[2020-07-09T22:43:24.326Z] installing avahi...
[2020-07-09T22:43:24.326Z] Optional dependencies for avahi
[2020-07-09T22:43:24.326Z]     gtk3: avahi-discover, avahi-discover-standalone, bshell, bssh, bvnc
[2020-07-09T22:43:24.326Z]     qt5-base: qt5 bindings
[2020-07-09T22:43:24.326Z]     libevent: libevent bindings
[2020-07-09T22:43:24.326Z]     nss-mdns: NSS support for mDNS
[2020-07-09T22:43:24.326Z]     python-twisted: avahi-bookmarks
[2020-07-09T22:43:24.326Z]     python-gobject: avahi-bookmarks, avahi-discover
[2020-07-09T22:43:24.326Z]     python-dbus: avahi-bookmarks, avahi-discover
[2020-07-09T22:43:24.326Z] installing libusb...
[2020-07-09T22:43:24.326Z] installing libcups...
[2020-07-09T22:43:24.326Z] installing librsvg...
[2020-07-09T22:43:24.326Z] installing hicolor-icon-theme...
[2020-07-09T22:43:24.326Z] installing gtk-update-icon-cache...
[2020-07-09T22:43:24.326Z] installing desktop-file-utils...
[2020-07-09T22:43:24.326Z] installing gtk2...
[2020-07-09T22:43:24.877Z] Optional dependencies for gtk2
[2020-07-09T22:43:24.877Z]     gnome-themes-standard: Default widget theme
[2020-07-09T22:43:24.877Z]     adwaita-icon-theme: Default icon theme
[2020-07-09T22:43:24.877Z]     python2: gtk-builder-convert
[2020-07-09T22:43:24.877Z] installing pangomm...
[2020-07-09T22:43:24.877Z] installing gtkmm...
[2020-07-09T22:43:25.127Z] installing taglib...
[2020-07-09T22:43:25.127Z] :: Running post-transaction hooks...
[2020-07-09T22:43:25.127Z] (1/6) Creating system user accounts...
[2020-07-09T22:43:25.127Z] (2/6) Probing GDK-Pixbuf loader modules...
[2020-07-09T22:43:25.378Z] (3/6) Probing GTK2 input method modules...
[2020-07-09T22:43:25.378Z] (4/6) Updating icon theme caches...
[2020-07-09T22:43:25.378Z] (5/6) Updating the desktop file MIME type cache...
[2020-07-09T22:43:25.378Z] (6/6) Updating the MIME type database...
[2020-07-09T22:43:25.929Z] ==> Checking buildtime dependencies...
[2020-07-09T22:43:25.929Z] ==> Installing missing dependencies...
[2020-07-09T22:43:26.179Z] resolving dependencies...
[2020-07-09T22:43:26.179Z] :: There are 2 providers available for libavcodec.so=58-64:
[2020-07-09T22:43:26.179Z] :: Repository world
[2020-07-09T22:43:26.179Z]    1) ffmpeg
[2020-07-09T22:43:26.179Z] :: Repository extra
[2020-07-09T22:43:26.179Z]    2) ffmpeg
[2020-07-09T22:43:26.179Z] 
[2020-07-09T22:43:26.179Z] Enter a number (default=1): 
[2020-07-09T22:43:26.179Z] :: There are 2 providers available for libvorbis.so=0-64:
[2020-07-09T22:43:26.179Z] :: Repository world
[2020-07-09T22:43:26.179Z]    1) libvorbis
[2020-07-09T22:43:26.179Z] :: Repository extra
[2020-07-09T22:43:26.179Z]    2) libvorbis
[2020-07-09T22:43:26.179Z] 
[2020-07-09T22:43:26.179Z] Enter a number (default=1): 
[2020-07-09T22:43:26.179Z] :: There are 2 providers available for libzita-alsa-pcmi.so=0-64:
[2020-07-09T22:43:26.179Z] :: Repository world
[2020-07-09T22:43:26.179Z]    1) zita-alsa-pcmi
[2020-07-09T22:43:26.179Z] :: Repository extra
[2020-07-09T22:43:26.179Z]    2) zita-alsa-pcmi
[2020-07-09T22:43:26.179Z] 
[2020-07-09T22:43:26.179Z] Enter a number (default=1): 
[2020-07-09T22:43:26.179Z] :: There are 2 providers available for libzita-resampler.so=1-64:
[2020-07-09T22:43:26.179Z] :: Repository world
[2020-07-09T22:43:26.179Z]    1) zita-resampler
[2020-07-09T22:43:26.179Z] :: Repository extra
[2020-07-09T22:43:26.179Z]    2) zita-resampler
[2020-07-09T22:43:26.179Z] 
[2020-07-09T22:43:26.179Z] Enter a number (default=1): 
[2020-07-09T22:43:26.179Z] :: There are 2 providers available for libass.so=9-64:
[2020-07-09T22:43:26.179Z] :: Repository world
[2020-07-09T22:43:26.179Z]    1) libass
[2020-07-09T22:43:26.179Z] :: Repository extra
[2020-07-09T22:43:26.179Z]    2) libass
[2020-07-09T22:43:26.179Z] 
[2020-07-09T22:43:26.179Z] Enter a number (default=1): 
[2020-07-09T22:43:26.179Z] :: There are 2 providers available for libbluray.so=2-64:
[2020-07-09T22:43:26.179Z] :: Repository world
[2020-07-09T22:43:26.179Z]    1) libbluray
[2020-07-09T22:43:26.179Z] :: Repository extra
[2020-07-09T22:43:26.179Z]    2) libbluray
[2020-07-09T22:43:26.179Z] 
[2020-07-09T22:43:26.179Z] Enter a number (default=1): 
[2020-07-09T22:43:26.179Z] :: There are 2 providers available for libdav1d.so=4-64:
[2020-07-09T22:43:26.179Z] :: Repository world
[2020-07-09T22:43:26.179Z]    1) dav1d
[2020-07-09T22:43:26.179Z] :: Repository extra
[2020-07-09T22:43:26.179Z]    2) dav1d
[2020-07-09T22:43:26.179Z] 
[2020-07-09T22:43:26.179Z] Enter a number (default=1): 
[2020-07-09T22:43:26.179Z] :: There are 2 providers available for libva.so=2-64:
[2020-07-09T22:43:26.179Z] :: Repository world
[2020-07-09T22:43:26.179Z]    1) libva
[2020-07-09T22:43:26.179Z] :: Repository extra
[2020-07-09T22:43:26.179Z]    2) libva
[2020-07-09T22:43:26.179Z] 
[2020-07-09T22:43:26.430Z] Enter a number (default=1): 
[2020-07-09T22:43:26.430Z] :: There are 2 providers available for libgl:
[2020-07-09T22:43:26.430Z] :: Repository world
[2020-07-09T22:43:26.430Z]    1) libglvnd
[2020-07-09T22:43:26.430Z] :: Repository extra
[2020-07-09T22:43:26.430Z]    2) libglvnd
[2020-07-09T22:43:26.430Z] 
[2020-07-09T22:43:26.430Z] Enter a number (default=1): 
[2020-07-09T22:43:26.430Z] :: There are 2 providers available for libvidstab.so=1.1-64:
[2020-07-09T22:43:26.430Z] :: Repository world
[2020-07-09T22:43:26.430Z]    1) vid.stab
[2020-07-09T22:43:26.430Z] :: Repository extra
[2020-07-09T22:43:26.430Z]    2) vid.stab
[2020-07-09T22:43:26.430Z] 
[2020-07-09T22:43:26.430Z] Enter a number (default=1): 
[2020-07-09T22:43:26.430Z] :: There are 2 providers available for libvpx.so=6-64:
[2020-07-09T22:43:26.430Z] :: Repository world
[2020-07-09T22:43:26.430Z]    1) libvpx
[2020-07-09T22:43:26.430Z] :: Repository extra
[2020-07-09T22:43:26.430Z]    2) libvpx
[2020-07-09T22:43:26.430Z] 
[2020-07-09T22:43:26.430Z] Enter a number (default=1): 
[2020-07-09T22:43:26.430Z] :: There are 2 providers available for libx264.so=159-64:
[2020-07-09T22:43:26.430Z] :: Repository world
[2020-07-09T22:43:26.430Z]    1) x264
[2020-07-09T22:43:26.430Z] :: Repository extra
[2020-07-09T22:43:26.430Z]    2) x264
[2020-07-09T22:43:26.430Z] 
[2020-07-09T22:43:26.430Z] Enter a number (default=1): 
[2020-07-09T22:43:26.430Z] :: There are 2 providers available for liblsmash.so=2-64:
[2020-07-09T22:43:26.430Z] :: Repository world
[2020-07-09T22:43:26.430Z]    1) l-smash
[2020-07-09T22:43:26.430Z] :: Repository extra
[2020-07-09T22:43:26.430Z]    2) l-smash
[2020-07-09T22:43:26.430Z] 
[2020-07-09T22:43:26.430Z] Enter a number (default=1): 
[2020-07-09T22:43:26.430Z] :: There are 2 providers available for libx265.so=192-64:
[2020-07-09T22:43:26.430Z] :: Repository world
[2020-07-09T22:43:26.430Z]    1) x265
[2020-07-09T22:43:26.430Z] :: Repository extra
[2020-07-09T22:43:26.430Z]    2) x265
[2020-07-09T22:43:26.430Z] 
[2020-07-09T22:43:26.430Z] Enter a number (default=1): 
[2020-07-09T22:43:26.430Z] :: There are 2 providers available for libxvidcore.so=4-64:
[2020-07-09T22:43:26.430Z] :: Repository world
[2020-07-09T22:43:26.430Z]    1) xvidcore
[2020-07-09T22:43:26.430Z] :: Repository extra
[2020-07-09T22:43:26.430Z]    2) xvidcore
[2020-07-09T22:43:26.430Z] 
[2020-07-09T22:43:26.430Z] Enter a number (default=1): 
[2020-07-09T22:43:26.430Z] :: There are 2 providers available for libinstpatch-1.0.so=2-64:
[2020-07-09T22:43:26.430Z] :: Repository world
[2020-07-09T22:43:26.430Z]    1) libinstpatch
[2020-07-09T22:43:26.430Z] :: Repository extra
[2020-07-09T22:43:26.430Z]    2) libinstpatch
[2020-07-09T22:43:26.430Z] 
[2020-07-09T22:43:26.430Z] Enter a number (default=1): 
[2020-07-09T22:43:26.430Z] :: There are 2 providers available for libportaudio.so=2-64:
[2020-07-09T22:43:26.430Z] :: Repository world
[2020-07-09T22:43:26.430Z]    1) portaudio
[2020-07-09T22:43:26.430Z] :: Repository extra
[2020-07-09T22:43:26.430Z]    2) portaudio
[2020-07-09T22:43:26.430Z] 
[2020-07-09T22:43:26.430Z] Enter a number (default=1): 
[2020-07-09T22:43:26.430Z] looking for conflicting packages...
[2020-07-09T22:43:26.430Z] warning: dependency cycle detected:
[2020-07-09T22:43:26.430Z] warning: mesa will be installed before its libglvnd dependency
[2020-07-09T22:43:26.430Z] 
[2020-07-09T22:43:26.430Z] Package (130)             New Version              Net Change
[2020-07-09T22:43:26.430Z] 
[2020-07-09T22:43:26.430Z] world/alsa-lib            1.2.3.2-1                  1.57 MiB
[2020-07-09T22:43:26.430Z] world/alsa-topology-conf  1.2.3-1                    0.33 MiB
[2020-07-09T22:43:26.430Z] world/alsa-ucm-conf       1.2.3-2                    0.14 MiB
[2020-07-09T22:43:26.430Z] world/aom                 2.0.0-1                   11.71 MiB
[2020-07-09T22:43:26.430Z] world/boost-libs          1.72.0-2                  10.52 MiB
[2020-07-09T22:43:26.430Z] world/dav1d               0.7.1-1                    1.02 MiB
[2020-07-09T22:43:26.430Z] system/dnssec-anchors     20190629-2                 0.00 MiB
[2020-07-09T22:43:26.430Z] world/docbook-xml         4.5-9                      1.96 MiB
[2020-07-09T22:43:26.430Z] system/elogind            243.7-2                    2.22 MiB
[2020-07-09T22:43:26.430Z] system/eudev              3.2.9-4                    7.57 MiB
[2020-07-09T22:43:26.430Z] world/ffmpeg              2:4.2.3-2                 30.16 MiB
[2020-07-09T22:43:26.430Z] world/gd                  2.3.0-1                    0.67 MiB
[2020-07-09T22:43:26.430Z] world/ghostscript         9.52-1                    48.63 MiB
[2020-07-09T22:43:26.430Z] world/giflib              5.2.1-2                    0.30 MiB
[2020-07-09T22:43:26.430Z] world/gsfonts             20180524-3                 3.09 MiB
[2020-07-09T22:43:26.430Z] world/gsm                 1.0.19-1                   0.10 MiB
[2020-07-09T22:43:26.430Z] world/gts                 0.7.6.121130-2             0.67 MiB
[2020-07-09T22:43:26.430Z] galaxy/hidapi             0.9.0-2                    0.09 MiB
[2020-07-09T22:43:26.430Z] system/hwids              20200306-1                 1.74 MiB
[2020-07-09T22:43:26.430Z] world/hwloc               2.2.0-1                    1.32 MiB
[2020-07-09T22:43:26.430Z] world/ijs                 0.35-3                     0.12 MiB
[2020-07-09T22:43:26.430Z] world/jack                0.125.0-9                  2.84 MiB
[2020-07-09T22:43:26.430Z] world/jbig2dec            0.18-1                     0.15 MiB
[2020-07-09T22:43:26.430Z] system/kbd                2.2.0-5                    2.85 MiB
[2020-07-09T22:43:26.430Z] world/kexec-tools         2.0.20-2                   0.21 MiB
[2020-07-09T22:43:26.430Z] system/kmod               27-1                       0.28 MiB
[2020-07-09T22:43:26.430Z] world/l-smash             2.14.5-2                   1.01 MiB
[2020-07-09T22:43:26.430Z] world/lame                3.100-3                    0.91 MiB
[2020-07-09T22:43:26.430Z] world/lcms2               2.11-2                     0.64 MiB
[2020-07-09T22:43:26.430Z] system/ldns               1.7.1-2                    1.85 MiB
[2020-07-09T22:43:26.430Z] world/libass              0.14.0-2                   0.23 MiB
[2020-07-09T22:43:26.430Z] world/libasyncns          0.8+3+g68cd5af-3           0.05 MiB
[2020-07-09T22:43:26.430Z] world/libavc1394          0.5.4-4                    0.12 MiB
[2020-07-09T22:43:26.430Z] world/libbluray           1.2.0-3                    1.17 MiB
[2020-07-09T22:43:26.430Z] world/libdrm              2.4.102-1                  0.93 MiB
[2020-07-09T22:43:26.430Z] system/libedit            20191231_3.1-1             0.25 MiB
[2020-07-09T22:43:26.430Z] galaxy/libev              4.33-1                     0.19 MiB
[2020-07-09T22:43:26.430Z] world/libglvnd            1.3.2-1                    3.68 MiB
[2020-07-09T22:43:26.430Z] world/libibus             1.5.22+8+gf591381e-1      60.84 MiB
[2020-07-09T22:43:26.430Z] world/libice              1.0.10-3                   0.35 MiB
[2020-07-09T22:43:26.430Z] world/libidn              1.35-3                     0.67 MiB
[2020-07-09T22:43:26.430Z] world/libiec61883         1.2.0-6                    0.12 MiB
[2020-07-09T22:43:26.431Z] world/libinstpatch        1.1.5-1                    1.17 MiB
[2020-07-09T22:43:26.431Z] community/libmfx          20.1.1-1                   0.26 MiB
[2020-07-09T22:43:26.431Z] world/libmodplug          0.8.9.0-3                  0.36 MiB
[2020-07-09T22:43:26.431Z] system/libnl              3.5.0-2                    2.01 MiB
[2020-07-09T22:43:26.431Z] system/libnsl             1.2.0-2                    0.19 MiB
[2020-07-09T22:43:26.431Z] world/libomxil-bellagio   0.9.3-3                    0.58 MiB
[2020-07-09T22:43:26.431Z] world/libpaper            1.1.28-1                   0.09 MiB
[2020-07-09T22:43:26.431Z] world/libpciaccess        0.16-2                     0.06 MiB
[2020-07-09T22:43:26.431Z] world/libraw1394          2.1.2-3                    0.16 MiB
[2020-07-09T22:43:26.431Z] world/libsm               1.2.3-2                    0.26 MiB
[2020-07-09T22:43:26.431Z] world/libsoxr             0.1.3-2                    0.33 MiB
[2020-07-09T22:43:26.431Z] world/libssh              0.9.4-1                    0.55 MiB
[2020-07-09T22:43:26.431Z] world/libtheora           1.1.1-5                    1.67 MiB
[2020-07-09T22:43:26.431Z] world/libunwind           1.3.1-2                    0.26 MiB
[2020-07-09T22:43:26.431Z] world/libuv               1.38.1-1                   0.52 MiB
[2020-07-09T22:43:26.431Z] world/libva               2.8.0-1                    0.75 MiB
[2020-07-09T22:43:26.431Z] world/libvdpau            1.4-1                      0.26 MiB
[2020-07-09T22:43:26.431Z] world/libvorbis           1.3.7-2                    1.44 MiB
[2020-07-09T22:43:26.431Z] world/libvpx              1.8.2-2                    4.33 MiB
[2020-07-09T22:43:26.431Z] world/libwebp             1.1.0-1                    1.06 MiB
[2020-07-09T22:43:26.431Z] world/libxaw              1.0.13-3                   1.67 MiB
[2020-07-09T22:43:26.431Z] world/libxmu              1.1.3-2                    0.33 MiB
[2020-07-09T22:43:26.431Z] world/libxpm              3.5.13-2                   0.15 MiB
[2020-07-09T22:43:26.431Z] world/libxshmfence        1.3-2                      0.02 MiB
[2020-07-09T22:43:26.431Z] world/libxslt             1.1.34-5                   2.16 MiB
[2020-07-09T22:43:26.431Z] world/libxt               1.2.0-2                    2.03 MiB
[2020-07-09T22:43:26.431Z] world/libxtst             1.2.3-4                    0.11 MiB
[2020-07-09T22:43:26.431Z] world/libxv               1.0.11-4                   0.06 MiB
[2020-07-09T22:43:26.431Z] world/libxxf86vm          1.1.4-4                    0.03 MiB
[2020-07-09T22:43:26.431Z] world/llvm-libs           10.0.0-2                  83.94 MiB
[2020-07-09T22:43:26.431Z] world/lm_sensors          3.6.0-2                    0.47 MiB
[2020-07-09T22:43:26.431Z] world/mesa                20.1.3-1                  84.48 MiB
[2020-07-09T22:43:26.431Z] world/netpbm              10.73.32-1                 7.44 MiB
[2020-07-09T22:43:26.431Z] world/opencore-amr        0.1.5-4                    0.29 MiB
[2020-07-09T22:43:26.431Z] world/openjpeg2           2.3.1-2                   13.63 MiB
[2020-07-09T22:43:26.431Z] world/openmpi             4.0.4-1                   10.05 MiB
[2020-07-09T22:43:26.431Z] system/openssh            8.3p1-1                    5.24 MiB
[2020-07-09T22:43:26.431Z] world/opus                1.3.1-2                    1.74 MiB
[2020-07-09T22:43:26.431Z] system/pcre2              10.35-1                    3.90 MiB
[2020-07-09T22:43:26.431Z] world/perl-error          0.17029-2                  0.04 MiB
[2020-07-09T22:43:26.431Z] world/perl-mailtools      2.21-4                     0.11 MiB
[2020-07-09T22:43:26.431Z] world/perl-timedate       2.33-2                     0.08 MiB
[2020-07-09T22:43:26.431Z] world/portaudio           1:19.6.0-7                 0.35 MiB
[2020-07-09T22:43:26.431Z] world/python              3.8.3-1                   77.54 MiB
[2020-07-09T22:43:26.431Z] world/raptor              2.0.15-13                  1.92 MiB
[2020-07-09T22:43:26.431Z] system/run-parts          4.8.6.1-2                  0.04 MiB
[2020-07-09T22:43:26.431Z] world/sdl2                2.0.12-2                   3.12 MiB
[2020-07-09T22:43:26.431Z] world/speex               1.2.0-3                    0.62 MiB
[2020-07-09T22:43:26.431Z] world/speexdsp            1.2.0-2                    0.54 MiB
[2020-07-09T22:43:26.431Z] world/srt                 1.4.1-2                    6.62 MiB
[2020-07-09T22:43:26.431Z] system/sysfsutils         2.1.0-11                   0.14 MiB
[2020-07-09T22:43:26.431Z] world/v4l-utils           1.20.0-1                   4.44 MiB
[2020-07-09T22:43:26.431Z] world/vid.stab            1.1-3                      0.13 MiB
[2020-07-09T22:43:26.431Z] community/vmaf            1.5.2-1                    4.53 MiB
[2020-07-09T22:43:26.431Z] world/vulkan-icd-loader   1.2.145-1                  0.38 MiB
[2020-07-09T22:43:26.431Z] world/wayland             1.18.0-2                   0.73 MiB
[2020-07-09T22:43:26.431Z] world/x264                3:0.159.r2999.296494a-1    3.69 MiB
[2020-07-09T22:43:26.431Z] world/x265                3.4-1                     18.90 MiB
[2020-07-09T22:43:26.431Z] world/xvidcore            1.3.7-2                    0.68 MiB
[2020-07-09T22:43:26.431Z] world/zita-alsa-pcmi      0.3.2-3                    0.08 MiB
[2020-07-09T22:43:26.431Z] world/zita-resampler      1.6.2-3                    0.19 MiB
[2020-07-09T22:43:26.431Z] galaxy/aubio              0.4.9-7                    3.50 MiB
[2020-07-09T22:43:26.431Z] world/boost               1.72.0-2                 175.72 MiB
[2020-07-09T22:43:26.431Z] world/cppunit             1.15.1-2                   5.41 MiB
[2020-07-09T22:43:26.431Z] world/doxygen             1.8.18-2                  16.81 MiB
[2020-07-09T22:43:26.431Z] world/fftw                3.3.8-3                    9.77 MiB
[2020-07-09T22:43:26.431Z] world/flac                1.3.3-2                    1.06 MiB
[2020-07-09T22:43:26.431Z] world/fluidsynth          2.1.3-1                    0.63 MiB
[2020-07-09T22:43:26.431Z] world/git                 2.27.0-1                  41.26 MiB
[2020-07-09T22:43:26.431Z] world/graphviz            2.44.0-5                  15.46 MiB
[2020-07-09T22:43:26.431Z] world/itstool             1:2.0.6-2                  0.09 MiB
[2020-07-09T22:43:26.431Z] galaxy/liblo              1:0.31-1                   2.17 MiB
[2020-07-09T22:43:26.431Z] galaxy/liblrdf            0.6.1-4                    0.05 MiB
[2020-07-09T22:43:26.431Z] galaxy/libltc             1.3.1-3                    0.63 MiB
[2020-07-09T22:43:26.431Z] world/libogg              1.3.4-2                    0.44 MiB
[2020-07-09T22:43:26.431Z] world/libpulse            13.0-3                     1.41 MiB
[2020-07-09T22:43:26.431Z] world/libsamplerate       0.1.9-3                    1.56 MiB
[2020-07-09T22:43:26.431Z] world/libsndfile          1.0.28-3                   1.23 MiB
[2020-07-09T22:43:26.431Z] community/libwebsockets   4.0.20-3                   1.09 MiB
[2020-07-09T22:43:26.431Z] galaxy/lilv               0.24.8-2                   0.31 MiB
[2020-07-09T22:43:26.431Z] galaxy/lv2                1.18.0-1                   3.20 MiB
[2020-07-09T22:43:26.431Z] galaxy/rubberband         1.8.2-3                    1.14 MiB
[2020-07-09T22:43:26.431Z] galaxy/serd               0.30.4-1                   0.18 MiB
[2020-07-09T22:43:26.431Z] galaxy/sord               0.16.4-1                   0.12 MiB
[2020-07-09T22:43:26.431Z] galaxy/sratom             0.6.4-1                    0.05 MiB
[2020-07-09T22:43:26.431Z] galaxy/suil               0.10.6-2                   0.16 MiB
[2020-07-09T22:43:26.431Z] galaxy/vamp-plugin-sdk    2.10.0-1                   1.02 MiB
[2020-07-09T22:43:26.431Z] galaxy/waf                2.0.20-1                   3.49 MiB
[2020-07-09T22:43:26.431Z] 
[2020-07-09T22:43:26.431Z] Total Installed Size:  850.14 MiB
[2020-07-09T22:43:26.431Z] 
[2020-07-09T22:43:26.431Z] :: Proceed with installation? [Y/n] 
[2020-07-09T22:43:26.431Z] checking keyring...
[2020-07-09T22:43:26.431Z] checking package integrity...
[2020-07-09T22:43:34.458Z] error: libltc: signature from "Artix Buildbot <buildbot at artixlinux.org>" is invalid
[2020-07-09T22:43:34.458Z] :: File /var/cache/pacman/pkg/libltc-1.3.1-3-x86_64.pkg.tar.zst is corrupted (invalid or corrupted package (PGP signature)).
[2020-07-09T22:43:34.458Z] Do you want to delete it? [Y/n] error: failed to commit transaction (invalid or corrupted package)
[2020-07-09T22:43:34.458Z] 
[2020-07-09T22:43:34.458Z] Errors occurred, no packages were upgraded.
[2020-07-09T22:43:34.458Z] ==> ERROR: 'pacman' failed to install missing dependencies.
[2020-07-09T22:43:34.458Z] ==> Missing dependencies:
[2020-07-09T22:43:34.458Z]   -> aubio
[2020-07-09T22:43:34.458Z]   -> boost
[2020-07-09T22:43:34.458Z]   -> cppunit
[2020-07-09T22:43:34.458Z]   -> doxygen
[2020-07-09T22:43:34.458Z]   -> fftw
[2020-07-09T22:43:34.458Z]   -> flac
[2020-07-09T22:43:34.458Z]   -> fluidsynth
[2020-07-09T22:43:34.458Z]   -> git
[2020-07-09T22:43:34.458Z]   -> graphviz
[2020-07-09T22:43:34.458Z]   -> itstool
[2020-07-09T22:43:34.458Z]   -> liblo
[2020-07-09T22:43:34.458Z]   -> liblrdf
[2020-07-09T22:43:34.458Z]   -> libltc
[2020-07-09T22:43:34.458Z]   -> libogg
[2020-07-09T22:43:34.458Z]   -> libpulse
[2020-07-09T22:43:34.458Z]   -> libsamplerate
[2020-07-09T22:43:34.458Z]   -> libsndfile
[2020-07-09T22:43:34.458Z]   -> libwebsockets
[2020-07-09T22:43:34.458Z]   -> lilv
[2020-07-09T22:43:34.458Z]   -> lv2
[2020-07-09T22:43:34.458Z]   -> rubberband
[2020-07-09T22:43:34.458Z]   -> serd
[2020-07-09T22:43:34.458Z]   -> sord
[2020-07-09T22:43:34.458Z]   -> sratom
[2020-07-09T22:43:34.458Z]   -> suil
[2020-07-09T22:43:34.458Z]   -> vamp-plugin-sdk
[2020-07-09T22:43:34.458Z]   -> waf
[2020-07-09T22:43:34.458Z] ==> ERROR: Could not resolve all dependencies.
[2020-07-09T22:43:35.009Z] ==> ERROR: Build failed, check /build/buildpkg/buildpkg/default-x86_64/jenkins/build
[Pipeline] }
[2020-07-09T22:43:35.036Z] ERROR: Failed to build source
[2020-07-09T22:43:35.036Z] ERROR: script returned exit code 255
[Pipeline] // catchError
[Pipeline] }
[Pipeline] // dir
Post stage
[Pipeline] emailext
[2020-07-09T22:43:35.241Z] Sending email to: artix-build-failures at artixlinux.org


More information about the artix-build-failures mailing list