[Qa-jenkins-scm] Build failed in Jenkins: reproducible_builder_archlinux_2 #454308

jenkins at jenkins.debian.net jenkins at jenkins.debian.net
Thu Oct 20 23:19:57 BST 2022


See <https://jenkins.debian.net/job/reproducible_builder_archlinux_2/454308/display/redirect>

Changes:


------------------------------------------
[...truncated 65.42 KB...]
loading package files...
checking for file conflicts...
checking available disk space...
:: Processing package changes...
installing python-appdirs...
installing python-more-itertools...
installing python-jaraco.functools...
installing python-jaraco.context...
installing python-autocommand...
installing cython...
installing python-typing_extensions...
installing python-pydantic...
Optional dependencies for python-pydantic
    python-dotenv: for .env file support
    python-email-validator: for email validation
installing python-inflect...
installing python-jaraco.text...
installing python-ordered-set...
installing python-pyparsing...
Optional dependencies for python-pyparsing
    python-railroad-diagrams: for generating Railroad Diagrams
    python-jinja: for generating Railroad Diagrams
installing python-packaging...
installing python-tomli...
installing python-trove-classifiers...
installing python-validate-pyproject...
installing python-setuptools...
installing ninja...
installing meson...
:: Running post-transaction hooks...
(1/1) Arming ConditionNeedsUpdate...
==> Retrieving sources...
  -> Downloading luppp-1.2.1.tar.gz...
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100  7714    0  7714    0     0  15329      0 --:--:-- --:--:-- --:--:-- 15329100  574k    0  574k    0     0   687k      0 --:--:-- --:--:-- --:--:-- 1712k
==> WARNING: Skipping verification of source file PGP signatures.
==> Validating source files with sha512sums...
    luppp-1.2.1.tar.gz ... Passed
==> Validating source files with b2sums...
    luppp-1.2.1.tar.gz ... Passed
==> Extracting sources...
  -> Extracting luppp-1.2.1.tar.gz with bsdtar
==> Starting build()...
+ exec meson setup --prefix /usr --libexecdir lib --sbindir bin --buildtype plain --auto-features enabled --wrap-mode nodownload -D b_lto=true -D b_pie=true build openAV-Luppp-release-1.2.1
The Meson build system
Version: 0.63.3
Source dir: /tmp/luppp-archlinuxrb-build-hXqyxtuf/luppp/trunk/src/openAV-Luppp-release-1.2.1
Build dir: /tmp/luppp-archlinuxrb-build-hXqyxtuf/luppp/trunk/src/build
Build type: native build
Project name: openav_luppp
Project version: undefined
C compiler for the host machine: cc (gcc 12.2.0 "cc (GCC) 12.2.0")
C linker for the host machine: cc ld.bfd 2.39.0
C++ compiler for the host machine: c++ (gcc 12.2.0 "c++ (GCC) 12.2.0")
C++ linker for the host machine: c++ ld.bfd 2.39.0
Host machine cpu family: x86_64
Host machine cpu: x86_64
Found git repository at /tmp/luppp-archlinuxrb-build-hXqyxtuf/luppp
Found pkg-config: /usr/sbin/pkg-config (1.8.0)
Run-time dependency ntk found: YES 1.3.1001
Run-time dependency cairo found: YES 1.17.6
Run-time dependency liblo found: YES 0.31
Run-time dependency jack found: YES 1.9.21
Run-time dependency sndfile found: YES 1.1.0
Run-time dependency samplerate found: YES 0.2.2
Run-time dependency x11 found: YES 1.8.1
Build targets in project: 2

openav_luppp undefined

  User defined options
    auto_features: enabled
    buildtype    : plain
    libexecdir   : lib
    prefix       : /usr
    sbindir      : bin
    wrap_mode    : nodownload
    b_lto        : true
    b_pie        : true

Found ninja-1.11.1 at /usr/sbin/ninja
ninja: Entering directory `build'
[1/42] Generating src/version.hxx with a custom command
fatal: No names found, cannot describe anything.
[2/42] Compiling C++ object luppp.p/src_debug.cxx.o
[3/42] Compiling C++ object luppp.p/src_dsp_dsp_sidechain_gain.cxx.o
[4/42] Compiling C object luppp.p/src_cjson_cJSON.c.o
../openAV-Luppp-release-1.2.1/src/cjson/cJSON.c: In function 'cJSON_strcasecmp':
../openAV-Luppp-release-1.2.1/src/cjson/cJSON.c:41:9: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
   41 |         if (!s1) return (s1==s2)?0:1;if (!s2) return 1;
      |         ^~
../openAV-Luppp-release-1.2.1/src/cjson/cJSON.c:41:38: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
   41 |         if (!s1) return (s1==s2)?0:1;if (!s2) return 1;
      |                                      ^~
../openAV-Luppp-release-1.2.1/src/cjson/cJSON.c: In function 'print_object':
../openAV-Luppp-release-1.2.1/src/cjson/cJSON.c:499:17: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
  499 |                 if (fmt) *ptr++='\n';*ptr=0;
      |                 ^~
../openAV-Luppp-release-1.2.1/src/cjson/cJSON.c:499:38: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
  499 |                 if (fmt) *ptr++='\n';*ptr=0;
      |                                      ^
../openAV-Luppp-release-1.2.1/src/cjson/cJSON.c: In function 'cJSON_DetachItemFromArray':
../openAV-Luppp-release-1.2.1/src/cjson/cJSON.c:526:9: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
  526 |         if (c->prev) c->prev->next=c->next;if (c->next) c->next->prev=c->prev;if (c==array->child) array->child=c->next;c->prev=c->next=0;return c;}
      |         ^~
../openAV-Luppp-release-1.2.1/src/cjson/cJSON.c:526:44: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
  526 |         if (c->prev) c->prev->next=c->next;if (c->next) c->next->prev=c->prev;if (c==array->child) array->child=c->next;c->prev=c->next=0;return c;}
      |                                            ^~
[5/42] Compiling C++ object luppp.p/src_audiobuffer.cxx.o
[6/42] Compiling C++ object luppp.p/src_event.cxx.o
[7/42] Compiling C++ object luppp.p/src_avtk_volume.cxx.o
[8/42] Compiling C++ object luppp.p/src_state_stately.cxx.o
[9/42] Compiling C++ object luppp.p/src_observer_time.cxx.o
[10/42] Compiling C++ object luppp.p/src_logic.cxx.o
[11/42] Compiling C++ object luppp.p/src_controllerupdater.cxx.o
[12/42] Compiling C++ object luppp.p/src_state_state.cxx.o
[13/42] Compiling C++ object luppp.p/src_controller_controller.cxx.o
[14/42] Compiling C++ object luppp.p/src_looper.cxx.o
[15/42] Compiling C++ object luppp.p/src_controller_nonseq.cxx.o
[16/42] Compiling C++ object luppp.p/src_jacksendreturn.cxx.o
[17/42] Compiling C++ object luppp.p/src_timemanager.cxx.o
[18/42] Compiling C++ object luppp.p/src_trackoutput.cxx.o
[19/42] Compiling C++ object luppp.p/src_controller_guicontroller.cxx.o
[20/42] Compiling C++ object luppp.p/src_metronome.cxx.o
[21/42] Compiling C++ object luppp.p/src_observer_midi.cxx.o
[22/42] Compiling C++ object luppp.p/src_gridlogic.cxx.o
[23/42] Compiling C++ object luppp.p/src_looperclip.cxx.o
[24/42] Compiling C++ object luppp.p/src_eventhandlerdsp.cxx.o
[25/42] Compiling C++ object luppp.p/src_avtk_bindings.cxx.o
[26/42] Compiling C++ object luppp.p/src_gmastertrack.cxx.o
[27/42] Compiling C++ object luppp.p/src_controller_genericmidi.cxx.o
[28/42] Compiling C++ object luppp.p/src_gtrack.cxx.o
[29/42] Compiling C++ object luppp.p/src_tests_goptionstest.cxx.o
[30/42] Compiling C++ object luppp.p/src_tests_gridlogictests.cxx.o
[31/42] Compiling C++ object luppp.p/src_gaudioeditor.cxx.o
[32/42] Compiling C++ object luppp.p/src_main.cxx.o
[33/42] Compiling C++ object luppp.p/src_eventhandlergui.cxx.o
[34/42] Compiling C++ object luppp.p/src_tests_diskreadertest.cxx.o
[35/42] Compiling C++ object luppp.p/src_diskreader.cxx.o
[36/42] Compiling C++ object luppp.p/src_avtk_clipselector.cxx.o
[37/42] Compiling C++ object luppp.p/src_jack.cxx.o
../openAV-Luppp-release-1.2.1/src/jack.cxx: In member function 'Jack::timebase(jack_transport_state_t, unsigned int, _jack_position*, int)':
../openAV-Luppp-release-1.2.1/src/jack.cxx:756:35: warning: storing the address of local variable 'state' in 'this_2(D)->buffers.transportState' [-Wdangling-pointer=]
  756 |         buffers.transportState    =&state;
      |         ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
../openAV-Luppp-release-1.2.1/src/jack.cxx:749:43: note: 'state' declared here
  749 | int Jack::timebase(jack_transport_state_t state,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~^~~~~
../openAV-Luppp-release-1.2.1/src/jack.cxx:749:43: note: 'this_2(D)' declared here
[38/42] Compiling C++ object luppp.p/src_goptions.cxx.o
[39/42] Compiling C++ object luppp.p/src_tests_diskwritertest.cxx.o
[40/42] Compiling C++ object luppp.p/src_diskwriter.cxx.o
[41/42] Compiling C++ object luppp.p/src_gui.cxx.o
[42/42] Linking target luppp
==> Entering fakeroot environment...
==> Starting package()...
ninja: Entering directory `/tmp/luppp-archlinuxrb-build-hXqyxtuf/luppp/trunk/src/build'
[1/3] Generating src/version.hxx with a custom command
fatal: No names found, cannot describe anything.
Installing luppp to /tmp/luppp-archlinuxrb-build-hXqyxtuf/luppp/trunk/pkg/luppp/usr/bin
Installing /tmp/luppp-archlinuxrb-build-hXqyxtuf/luppp/trunk/src/openAV-Luppp-release-1.2.1/resources/metadata/luppp.desktop to /tmp/luppp-archlinuxrb-build-hXqyxtuf/luppp/trunk/pkg/luppp/usr/share/applications
Installing /tmp/luppp-archlinuxrb-build-hXqyxtuf/luppp/trunk/src/openAV-Luppp-release-1.2.1/resources/metadata/luppp.appdata.xml to /tmp/luppp-archlinuxrb-build-hXqyxtuf/luppp/trunk/pkg/luppp/usr/share/appdata
Installing /tmp/luppp-archlinuxrb-build-hXqyxtuf/luppp/trunk/src/openAV-Luppp-release-1.2.1/resources/icons/luppp.png to /tmp/luppp-archlinuxrb-build-hXqyxtuf/luppp/trunk/pkg/luppp/usr/share/pixmaps
install: creating directory '/tmp/luppp-archlinuxrb-build-hXqyxtuf/luppp/trunk/pkg/luppp/usr/share/doc'
install: creating directory '/tmp/luppp-archlinuxrb-build-hXqyxtuf/luppp/trunk/pkg/luppp/usr/share/doc/luppp'
'openAV-Luppp-release-1.2.1/CHANGELOG' -> '/tmp/luppp-archlinuxrb-build-hXqyxtuf/luppp/trunk/pkg/luppp/usr/share/doc/luppp/CHANGELOG'
'openAV-Luppp-release-1.2.1/README.md' -> '/tmp/luppp-archlinuxrb-build-hXqyxtuf/luppp/trunk/pkg/luppp/usr/share/doc/luppp/README.md'
install: creating directory '/tmp/luppp-archlinuxrb-build-hXqyxtuf/luppp/trunk/pkg/luppp/usr/share/luppp'
'openAV-Luppp-release-1.2.1/resources/controllers/akai_apc.ctlr' -> '/tmp/luppp-archlinuxrb-build-hXqyxtuf/luppp/trunk/pkg/luppp/usr/share/luppp/akai_apc.ctlr'
'openAV-Luppp-release-1.2.1/resources/controllers/akai_apc_mini.ctlr' -> '/tmp/luppp-archlinuxrb-build-hXqyxtuf/luppp/trunk/pkg/luppp/usr/share/luppp/akai_apc_mini.ctlr'
'openAV-Luppp-release-1.2.1/resources/controllers/launchpad_s.ctlr' -> '/tmp/luppp-archlinuxrb-build-hXqyxtuf/luppp/trunk/pkg/luppp/usr/share/luppp/launchpad_s.ctlr'
==> Tidying install...
  -> Removing libtool files...
  -> Purging unwanted files...
  -> Removing static library files...
  -> Stripping unneeded symbols from binaries and libraries...
cp: cannot stat '/build/glibc/src/glibc/csu/../sysdeps/x86_64/start.S': No such file or directory
cp: cannot stat '/tmp/luppp-archlinuxrb-build-hXqyxtuf/luppp/trunk/src/glibc/csu/../sysdeps/x86/abi-note.c': No such file or directory
cp: cannot stat '/tmp/luppp-archlinuxrb-build-hXqyxtuf/luppp/trunk/src/glibc/csu/init.c': No such file or directory
cp: cannot stat '/build/glibc/src/glibc/csu/../sysdeps/x86_64/crti.S': No such file or directory
cp: cannot stat '/build/glibc/src/glibc/csu/../sysdeps/x86_64/crtn.S': No such file or directory
  -> Compressing man and info pages...
==> Checking for packaging issues...
==> Creating package "luppp"...
  -> Generating .PKGINFO file...
  -> Generating .BUILDINFO file...
  -> Generating .MTREE file...
  -> Compressing package...
==> Creating package "luppp-debug"...
  -> Generating .PKGINFO file...
  -> Generating .BUILDINFO file...
  -> Generating .MTREE file...
  -> Compressing package...
==> Leaving fakeroot environment.
==> Finished making: luppp 1.2.1-3 (Thu Nov 23 04:42:49 2023)
+ PRESULT=0
+ '[' 0 -eq 124 ']'
+ set +e
+ schroot --end-session -c archlinux-luppp-archlinuxrb-build-hXqyxtuf
+ tee -a /srv/reproducible-results/archlinuxrb-build-hXqyxtuf/b2/luppp/build2.log
+ PRESULT=0
+ '[' 0 -ne 0 ']'
+ false
+ set +x
'/tmp/luppp-archlinuxrb-build-hXqyxtuf/luppp/trunk/luppp-1.2.1-3-x86_64.pkg.tar.zst' -> '/srv/reproducible-results/archlinuxrb-build-hXqyxtuf/b2/luppp/luppp-1.2.1-3-x86_64.pkg.tar.zst'
'/tmp/luppp-archlinuxrb-build-hXqyxtuf/luppp/trunk/luppp-debug-1.2.1-3-x86_64.pkg.tar.zst' -> '/srv/reproducible-results/archlinuxrb-build-hXqyxtuf/b2/luppp/luppp-debug-1.2.1-3-x86_64.pkg.tar.zst'
Thu Nov 23 04:42:50 UTC 2023 - build #2 for luppp on osuosl170-amd64 done.
Thu Nov 23 04:42:50 UTC 2023 - reproducible_build_archlinux_pkg.sh stopped running as /tmp/jenkins-script-nOb2qcd5, removing.
/srv/reproducible-results/archlinuxrb-build-hXqyxtuf:
total 8
drwxr-xr-x 3 jenkins jenkins 4096 Oct 20 22:18 b1
drwxr-xr-x 3 jenkins jenkins 4096 Oct 20 22:19 b2

/srv/reproducible-results/archlinuxrb-build-hXqyxtuf/b1:
total 4
drwxr-xr-x 2 jenkins jenkins 4096 Oct 20 22:18 luppp

/srv/reproducible-results/archlinuxrb-build-hXqyxtuf/b1/luppp:
total 2244
-rw-r--r-- 1 jenkins jenkins   34325 Oct 20 22:18 build1.log
-rw-r--r-- 1 jenkins jenkins       8 Oct 20 22:18 build1.version
-rw-r--r-- 1 jenkins jenkins  198906 Oct 20 22:18 luppp-1.2.1-3-x86_64.pkg.tar.zst
-rw-r--r-- 1 jenkins jenkins 2046050 Oct 20 22:18 luppp-debug-1.2.1-3-x86_64.pkg.tar.zst

/srv/reproducible-results/archlinuxrb-build-hXqyxtuf/b2:
total 4
drwxr-xr-x 2 jenkins jenkins 4096 Oct 20 22:19 luppp

/srv/reproducible-results/archlinuxrb-build-hXqyxtuf/b2/luppp:
total 2236
-rw-r--r-- 1 jenkins jenkins   33440 Oct 20 22:19 build2.log
-rw-r--r-- 1 jenkins jenkins       8 Oct 20 22:19 build2.version
-rw-r--r-- 1 jenkins jenkins  198906 Oct 20 22:19 luppp-1.2.1-3-x86_64.pkg.tar.zst
-rw-r--r-- 1 jenkins jenkins 2046050 Oct 20 22:19 luppp-debug-1.2.1-3-x86_64.pkg.tar.zst
Thu Oct 20 22:19:57 UTC 2022 - comparing results now.
Thu Oct 20 22:19:57 UTC 2022 - YAY - luppp/luppp-1.2.1-3-x86_64.pkg.tar.zst build reproducible in our test framework!
x .BUILDINFO
x .BUILDINFO
Thu Oct 20 22:19:57 UTC 2022 - comparing results now.
Thu Oct 20 22:19:57 UTC 2022 - YAY - luppp/luppp-debug-1.2.1-3-x86_64.pkg.tar.zst build reproducible in our test framework!
x .BUILDINFO
x .BUILDINFO
/tmp/jenkins-script-cStbvieJ: line 480: echo: write error: No space left on device
cp: error writing '/var/lib/jenkins/userContent/reproducible/archlinux/community/luppp/pkg.version': No space left on device
Thu Oct 20 22:19:57 UTC 2022 - /srv/reproducible-results/archlinuxrb-build-hXqyxtuf deleted.
Thu Oct 20 22:19:57 UTC 2022 - reproducible_build_archlinux_pkg.sh stopped running as /tmp/jenkins-script-cStbvieJ, removing.
Build step 'Execute shell' marked build as failure



More information about the Qa-jenkins-scm mailing list