[Qa-jenkins-scm] Build failed in Jenkins: reproducible_builder_archlinux_4 #403235

jenkins at jenkins.debian.net jenkins at jenkins.debian.net
Fri Oct 21 08:16:03 BST 2022


See <https://jenkins.debian.net/job/reproducible_builder_archlinux_4/403235/display/redirect>

Changes:


------------------------------------------
[...truncated 68.25 KB...]
                 from latin1.c:28:
/usr/include/features.h:412:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
  412 | #  warning _FORTIFY_SOURCE requires compiling with optimization (-O)
      |    ^~~~~~~
 gcc -m32 -DHAVE_CONFIG_H -I. -I. -I. -Wall -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -march=x86-64 -mtune=generic -fcf-protection -MT ucs4.lo -MD -MP -MF .deps/ucs4.Tpo -c ucs4.c  -fPIC -DPIC -o .libs/ucs4.o
In file included from /usr/include/bits/libc-header-start.h:33,
                 from /usr/include/stdlib.h:26,
                 from utf8.c:28:
/usr/include/features.h:412:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
  412 | #  warning _FORTIFY_SOURCE requires compiling with optimization (-O)
      |    ^~~~~~~
 gcc -m32 -DHAVE_CONFIG_H -I. -I. -I. -Wall -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -march=x86-64 -mtune=generic -fcf-protection -MT frametype.lo -MD -MP -MF .deps/frametype.Tpo -c frametype.c  -fPIC -DPIC -o .libs/frametype.o
tag.c: In function 'v1_attachstr':
tag.c:354:23: warning: pointer targets in passing argument 1 of 'id3_latin1_decode' differ in signedness [-Wpointer-sign]
  354 |     id3_latin1_decode(text, ucs4);
      |                       ^~~~
      |                       |
      |                       char *
In file included from tag.c:41:
latin1.h:36:24: note: expected 'const id3_latin1_t *' {aka 'const unsigned char *'} but argument is of type 'char *'
   36 | void id3_latin1_decode(id3_latin1_t const *, id3_ucs4_t *);
      |                        ^~~~~~~~~~~~~~~~~~~~
 gcc -m32 -DHAVE_CONFIG_H -I. -I. -I. -Wall -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -march=x86-64 -mtune=generic -fcf-protection -MT frame.lo -MD -MP -MF .deps/frame.Tpo -c frame.c  -fPIC -DPIC -o .libs/frame.o
In file included from /usr/include/bits/libc-header-start.h:33,
                 from /usr/include/stdlib.h:26,
                 from compat.gperf:29:
/usr/include/features.h:412:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
  412 | #  warning _FORTIFY_SOURCE requires compiling with optimization (-O)
      |    ^~~~~~~
 gcc -m32 -DHAVE_CONFIG_H -I. -I. -I. -Wall -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -march=x86-64 -mtune=generic -fcf-protection -MT genre.lo -MD -MP -MF .deps/genre.Tpo -c genre.c  -fPIC -DPIC -o .libs/genre.o
 gcc -m32 -DHAVE_CONFIG_H -I. -I. -I. -Wall -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -march=x86-64 -mtune=generic -fcf-protection -MT parse.lo -MD -MP -MF .deps/parse.Tpo -c parse.c  -fPIC -DPIC -o .libs/parse.o
In file included from /usr/include/bits/libc-header-start.h:33,
                 from /usr/include/stdio.h:27,
                 from file.c:28:
/usr/include/features.h:412:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
  412 | #  warning _FORTIFY_SOURCE requires compiling with optimization (-O)
      |    ^~~~~~~
In file included from /usr/include/bits/libc-header-start.h:33,
                 from /usr/include/string.h:26,
                 from frametype.gperf:29:
/usr/include/features.h:412:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
  412 | #  warning _FORTIFY_SOURCE requires compiling with optimization (-O)
      |    ^~~~~~~
In file included from /usr/include/bits/libc-header-start.h:33,
                 from /usr/include/stdlib.h:26,
                 from ucs4.c:28:
/usr/include/features.h:412:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
  412 | #  warning _FORTIFY_SOURCE requires compiling with optimization (-O)
      |    ^~~~~~~
render.c: In function 'id3_render_latin1':
render.c:119:12: warning: pointer targets in assignment from 'char *' to 'const id3_latin1_t *' {aka 'const unsigned char *'} differ in signedness [-Wpointer-sign]
  119 |     latin1 = "";
      |            ^
In file included from /usr/include/bits/libc-header-start.h:33,
                 from /usr/include/stdlib.h:26,
                 from frame.c:28:
/usr/include/features.h:412:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
  412 | #  warning _FORTIFY_SOURCE requires compiling with optimization (-O)
      |    ^~~~~~~
In file included from /usr/include/assert.h:35,
                 from parse.c:29:
/usr/include/features.h:412:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
  412 | #  warning _FORTIFY_SOURCE requires compiling with optimization (-O)
      |    ^~~~~~~
 gcc -m32 -DHAVE_CONFIG_H -I. -I. -I. -Wall -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -march=x86-64 -mtune=generic -fcf-protection -MT util.lo -MD -MP -MF .deps/util.Tpo -c util.c  -fPIC -DPIC -o .libs/util.o
frame.c: In function 'id3_frame_parse':
frame.c:283:34: warning: pointer targets in passing argument 1 of 'id3_compat_lookup' differ in signedness [-Wpointer-sign]
  283 |       compat = id3_compat_lookup(id, 3);
      |                                  ^~
      |                                  |
      |                                  const id3_byte_t * {aka const unsigned char *}
In file included from frame.c:38:
compat.h:36:44: note: expected 'const char *' but argument is of type 'const id3_byte_t *' {aka 'const unsigned char *'}
   36 | struct id3_compat const *id3_compat_lookup(register char const *,
      |                                            ^~~~~~~~~~~~~~~~~~~~~
frame.c:299:34: warning: pointer targets in passing argument 1 of 'id3_compat_lookup' differ in signedness [-Wpointer-sign]
  299 |       compat = id3_compat_lookup(id, 4);
      |                                  ^~
      |                                  |
      |                                  const id3_byte_t * {aka const unsigned char *}
compat.h:36:44: note: expected 'const char *' but argument is of type 'const id3_byte_t *' {aka 'const unsigned char *'}
   36 | struct id3_compat const *id3_compat_lookup(register char const *,
      |                                            ^~~~~~~~~~~~~~~~~~~~~
frame.c:311:29: warning: pointer targets in passing argument 1 of 'unparseable' differ in signedness [-Wpointer-sign]
  311 |         frame = unparseable(id, ptr, end - *ptr, 0, 0, 0, 0);
      |                             ^~
      |                             |
      |                             const id3_byte_t * {aka const unsigned char *}
frame.c:203:43: note: expected 'const char *' but argument is of type 'const id3_byte_t *' {aka 'const unsigned char *'}
  203 | struct id3_frame *unparseable(char const *id, id3_byte_t const **ptr,
      |                               ~~~~~~~~~~~~^~
frame.c:351:10: warning: pointer targets in assignment from 'const char *' to 'const id3_byte_t *' {aka 'const unsigned char *'} differ in signedness [-Wpointer-sign]
  351 |       id = compat->equiv;
      |          ^
frame.c:358:10: warning: pointer targets in assignment from 'char *' to 'const id3_byte_t *' {aka 'const unsigned char *'} differ in signedness [-Wpointer-sign]
  358 |       id = xid;
      |          ^
frame.c:379:27: warning: pointer targets in passing argument 1 of 'unparseable' differ in signedness [-Wpointer-sign]
  379 |       frame = unparseable(id, ptr, end - *ptr, flags, 0, 0, 0);
      |                           ^~
      |                           |
      |                           const id3_byte_t * {aka const unsigned char *}
frame.c:203:43: note: expected 'const char *' but argument is of type 'const id3_byte_t *' {aka 'const unsigned char *'}
  203 | struct id3_frame *unparseable(char const *id, id3_byte_t const **ptr,
      |                               ~~~~~~~~~~~~^~
frame.c:426:25: warning: pointer targets in passing argument 1 of 'unparseable' differ in signedness [-Wpointer-sign]
  426 |     frame = unparseable(id, &data, end - data, flags,
      |                         ^~
      |                         |
      |                         const id3_byte_t * {aka const unsigned char *}
frame.c:203:43: note: expected 'const char *' but argument is of type 'const id3_byte_t *' {aka 'const unsigned char *'}
  203 | struct id3_frame *unparseable(char const *id, id3_byte_t const **ptr,
      |                               ~~~~~~~~~~~~^~
frame.c:448:22: warning: pointer targets in passing argument 1 of 'obsolete' differ in signedness [-Wpointer-sign]
  448 |     frame = obsolete(id, data, end - data);
      |                      ^~
      |                      |
      |                      const id3_byte_t * {aka const unsigned char *}
frame.c:179:40: note: expected 'const char *' but argument is of type 'const id3_byte_t *' {aka 'const unsigned char *'}
  179 | struct id3_frame *obsolete(char const *id, id3_byte_t const *data,
      |                            ~~~~~~~~~~~~^~
frame.c:454:25: warning: pointer targets in passing argument 1 of 'id3_frame_new' differ in signedness [-Wpointer-sign]
  454 |   frame = id3_frame_new(id);
      |                         ^~
      |                         |
      |                         const id3_byte_t * {aka const unsigned char *}
frame.c:67:45: note: expected 'const char *' but argument is of type 'const id3_byte_t *' {aka 'const unsigned char *'}
   67 | struct id3_frame *id3_frame_new(char const *id)
      |                                 ~~~~~~~~~~~~^~
 gcc -m32 -DHAVE_CONFIG_H -I. -I. -I. -Wall -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -march=x86-64 -mtune=generic -fcf-protection -MT crc.lo -MD -MP -MF .deps/crc.Tpo -c crc.c -o crc.o >/dev/null 2>&1
 gcc -m32 -DHAVE_CONFIG_H -I. -I. -I. -Wall -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -march=x86-64 -mtune=generic -fcf-protection -MT utf16.lo -MD -MP -MF .deps/utf16.Tpo -c utf16.c  -fPIC -DPIC -o .libs/utf16.o
In file included from /usr/include/bits/libc-header-start.h:33,
                 from /usr/include/stdlib.h:26,
                 from util.c:28:
/usr/include/features.h:412:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
  412 | #  warning _FORTIFY_SOURCE requires compiling with optimization (-O)
      |    ^~~~~~~
 gcc -m32 -DHAVE_CONFIG_H -I. -I. -I. -Wall -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -march=x86-64 -mtune=generic -fcf-protection -MT latin1.lo -MD -MP -MF .deps/latin1.Tpo -c latin1.c -o latin1.o >/dev/null 2>&1
 gcc -m32 -DHAVE_CONFIG_H -I. -I. -I. -Wall -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -march=x86-64 -mtune=generic -fcf-protection -MT frametype.lo -MD -MP -MF .deps/frametype.Tpo -c frametype.c -o frametype.o >/dev/null 2>&1
 gcc -m32 -DHAVE_CONFIG_H -I. -I. -I. -Wall -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -march=x86-64 -mtune=generic -fcf-protection -MT render.lo -MD -MP -MF .deps/render.Tpo -c render.c -o render.o >/dev/null 2>&1
 gcc -m32 -DHAVE_CONFIG_H -I. -I. -I. -Wall -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -march=x86-64 -mtune=generic -fcf-protection -MT genre.lo -MD -MP -MF .deps/genre.Tpo -c genre.c -o genre.o >/dev/null 2>&1
 gcc -m32 -DHAVE_CONFIG_H -I. -I. -I. -Wall -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -march=x86-64 -mtune=generic -fcf-protection -MT tag.lo -MD -MP -MF .deps/tag.Tpo -c tag.c -o tag.o >/dev/null 2>&1
In file included from /usr/include/bits/libc-header-start.h:33,
                 from /usr/include/stdlib.h:26,
                 from utf16.c:28:
/usr/include/features.h:412:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
  412 | #  warning _FORTIFY_SOURCE requires compiling with optimization (-O)
      |    ^~~~~~~
 gcc -m32 -DHAVE_CONFIG_H -I. -I. -I. -Wall -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -march=x86-64 -mtune=generic -fcf-protection -MT ucs4.lo -MD -MP -MF .deps/ucs4.Tpo -c ucs4.c -o ucs4.o >/dev/null 2>&1
 gcc -m32 -DHAVE_CONFIG_H -I. -I. -I. -Wall -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -march=x86-64 -mtune=generic -fcf-protection -MT compat.lo -MD -MP -MF .deps/compat.Tpo -c compat.c -o compat.o >/dev/null 2>&1
 gcc -m32 -DHAVE_CONFIG_H -I. -I. -I. -Wall -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -march=x86-64 -mtune=generic -fcf-protection -MT frame.lo -MD -MP -MF .deps/frame.Tpo -c frame.c -o frame.o >/dev/null 2>&1
 gcc -m32 -DHAVE_CONFIG_H -I. -I. -I. -Wall -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -march=x86-64 -mtune=generic -fcf-protection -MT parse.lo -MD -MP -MF .deps/parse.Tpo -c parse.c -o parse.o >/dev/null 2>&1
 gcc -m32 -DHAVE_CONFIG_H -I. -I. -I. -Wall -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -march=x86-64 -mtune=generic -fcf-protection -MT utf8.lo -MD -MP -MF .deps/utf8.Tpo -c utf8.c -o utf8.o >/dev/null 2>&1
 gcc -m32 -DHAVE_CONFIG_H -I. -I. -I. -Wall -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -march=x86-64 -mtune=generic -fcf-protection -MT field.lo -MD -MP -MF .deps/field.Tpo -c field.c -o field.o >/dev/null 2>&1
 gcc -m32 -DHAVE_CONFIG_H -I. -I. -I. -Wall -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -march=x86-64 -mtune=generic -fcf-protection -MT util.lo -MD -MP -MF .deps/util.Tpo -c util.c -o util.o >/dev/null 2>&1
 gcc -m32 -DHAVE_CONFIG_H -I. -I. -I. -Wall -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -march=x86-64 -mtune=generic -fcf-protection -MT utf16.lo -MD -MP -MF .deps/utf16.Tpo -c utf16.c -o utf16.o >/dev/null 2>&1
 gcc -m32 -DHAVE_CONFIG_H -I. -I. -I. -Wall -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -march=x86-64 -mtune=generic -fcf-protection -MT file.lo -MD -MP -MF .deps/file.Tpo -c file.c -o file.o >/dev/null 2>&1
/bin/sh ./libtool --mode=link gcc -m32  -Wall -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security  -march=x86-64 -mtune=generic -fcf-protection  -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -o libid3tag.la -rpath /usr/lib32 -version-info 3:0:3 version.lo ucs4.lo latin1.lo utf16.lo utf8.lo parse.lo render.lo field.lo frametype.lo compat.lo genre.lo frame.lo crc.lo util.lo tag.lo file.lo   -lz 
gcc -m32 -shared  .libs/version.o .libs/ucs4.o .libs/latin1.o .libs/utf16.o .libs/utf8.o .libs/parse.o .libs/render.o .libs/field.o .libs/frametype.o .libs/compat.o .libs/genre.o .libs/frame.o .libs/crc.o .libs/util.o .libs/tag.o .libs/file.o  -lz  -m32 -march=x86-64 -mtune=generic -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z -Wl,relro -Wl,-z -Wl,now -Wl,-soname -Wl,libid3tag.so.0 -o .libs/libid3tag.so.0.3.0
(cd .libs && rm -f libid3tag.so.0 && ln -s libid3tag.so.0.3.0 libid3tag.so.0)
(cd .libs && rm -f libid3tag.so && ln -s libid3tag.so.0.3.0 libid3tag.so)
ar cru .libs/libid3tag.a  version.o ucs4.o latin1.o utf16.o utf8.o parse.o render.o field.o frametype.o compat.o genre.o frame.o crc.o util.o tag.o file.o
ar: `u' modifier ignored since `D' is the default (see `U')
ranlib .libs/libid3tag.a
creating libid3tag.la
(cd .libs && rm -f libid3tag.la && ln -s ../libid3tag.la libid3tag.la)
make[2]: Leaving directory '/tmp/lib32-libid3tag-archlinuxrb-build-vRJHowD7/lib32-libid3tag/trunk/src/libid3tag-0.15.1b'
make[1]: Leaving directory '/tmp/lib32-libid3tag-archlinuxrb-build-vRJHowD7/lib32-libid3tag/trunk/src/libid3tag-0.15.1b'
==> Entering fakeroot environment...
==> Starting package()...
make  install-recursive
make[1]: Entering directory '/tmp/lib32-libid3tag-archlinuxrb-build-vRJHowD7/lib32-libid3tag/trunk/src/libid3tag-0.15.1b'
make[2]: Entering directory '/tmp/lib32-libid3tag-archlinuxrb-build-vRJHowD7/lib32-libid3tag/trunk/src/libid3tag-0.15.1b'
make[3]: Entering directory '/tmp/lib32-libid3tag-archlinuxrb-build-vRJHowD7/lib32-libid3tag/trunk/src/libid3tag-0.15.1b'
mkdir -p -- . /tmp/lib32-libid3tag-archlinuxrb-build-vRJHowD7/lib32-libid3tag/trunk/pkg/lib32-libid3tag/usr/include
 /usr/bin/install -c -m 644 id3tag.h /tmp/lib32-libid3tag-archlinuxrb-build-vRJHowD7/lib32-libid3tag/trunk/pkg/lib32-libid3tag/usr/include/id3tag.h
mkdir -p -- . /tmp/lib32-libid3tag-archlinuxrb-build-vRJHowD7/lib32-libid3tag/trunk/pkg/lib32-libid3tag/usr/lib32
 /bin/sh ./libtool --mode=install /usr/bin/install -c  libid3tag.la /tmp/lib32-libid3tag-archlinuxrb-build-vRJHowD7/lib32-libid3tag/trunk/pkg/lib32-libid3tag/usr/lib32/libid3tag.la
/usr/bin/install -c .libs/libid3tag.so.0.3.0 /tmp/lib32-libid3tag-archlinuxrb-build-vRJHowD7/lib32-libid3tag/trunk/pkg/lib32-libid3tag/usr/lib32/libid3tag.so.0.3.0
(cd /tmp/lib32-libid3tag-archlinuxrb-build-vRJHowD7/lib32-libid3tag/trunk/pkg/lib32-libid3tag/usr/lib32 && rm -f libid3tag.so.0 && ln -s libid3tag.so.0.3.0 libid3tag.so.0)
(cd /tmp/lib32-libid3tag-archlinuxrb-build-vRJHowD7/lib32-libid3tag/trunk/pkg/lib32-libid3tag/usr/lib32 && rm -f libid3tag.so && ln -s libid3tag.so.0.3.0 libid3tag.so)
/usr/bin/install -c .libs/libid3tag.lai /tmp/lib32-libid3tag-archlinuxrb-build-vRJHowD7/lib32-libid3tag/trunk/pkg/lib32-libid3tag/usr/lib32/libid3tag.la
/usr/bin/install -c .libs/libid3tag.a /tmp/lib32-libid3tag-archlinuxrb-build-vRJHowD7/lib32-libid3tag/trunk/pkg/lib32-libid3tag/usr/lib32/libid3tag.a
ranlib /tmp/lib32-libid3tag-archlinuxrb-build-vRJHowD7/lib32-libid3tag/trunk/pkg/lib32-libid3tag/usr/lib32/libid3tag.a
chmod 644 /tmp/lib32-libid3tag-archlinuxrb-build-vRJHowD7/lib32-libid3tag/trunk/pkg/lib32-libid3tag/usr/lib32/libid3tag.a
libtool: install: warning: remember to run `libtool --finish /usr/lib32'
make[3]: Leaving directory '/tmp/lib32-libid3tag-archlinuxrb-build-vRJHowD7/lib32-libid3tag/trunk/src/libid3tag-0.15.1b'
make[2]: Leaving directory '/tmp/lib32-libid3tag-archlinuxrb-build-vRJHowD7/lib32-libid3tag/trunk/src/libid3tag-0.15.1b'
make[1]: Leaving directory '/tmp/lib32-libid3tag-archlinuxrb-build-vRJHowD7/lib32-libid3tag/trunk/src/libid3tag-0.15.1b'
==> Tidying install...
  -> Removing libtool files...
  -> Purging unwanted files...
  -> Removing static library files...
  -> Stripping unneeded symbols from binaries and libraries...
  -> Compressing man and info pages...
==> Checking for packaging issues...
==> Creating package "lib32-libid3tag"...
  -> Generating .PKGINFO file...
  -> Generating .BUILDINFO file...
  -> Generating .MTREE file...
  -> Compressing package...
==> Leaving fakeroot environment.
==> Finished making: lib32-libid3tag 0.15.1b-3 (Fri Oct 21 07:15:45 2022)
+ PRESULT=0
+ '[' 0 -eq 124 ']'
+ set +e
+ schroot --end-session -c archlinux-lib32-libid3tag-archlinuxrb-build-vRJHowD7
+ tee -a /srv/reproducible-results/archlinuxrb-build-vRJHowD7/b2/lib32-libid3tag/build2.log
+ PRESULT=0
+ '[' 0 -ne 0 ']'
+ false
+ set +x
'/tmp/lib32-libid3tag-archlinuxrb-build-vRJHowD7/lib32-libid3tag/trunk/lib32-libid3tag-0.15.1b-3-x86_64.pkg.tar.zst' -> '/srv/reproducible-results/archlinuxrb-build-vRJHowD7/b2/lib32-libid3tag/lib32-libid3tag-0.15.1b-3-x86_64.pkg.tar.zst'
Fri Oct 21 07:15:57 UTC 2022 - build #2 for lib32-libid3tag on osuosl184-amd64 done.
Fri Oct 21 07:15:57 UTC 2022 - reproducible_build_archlinux_pkg.sh stopped running as /tmp/jenkins-script-zdAwxi8M, removing.
/srv/reproducible-results/archlinuxrb-build-vRJHowD7:
total 8
drwxr-xr-x 3 jenkins jenkins 4096 Oct 21 07:15 b1
drwxr-xr-x 3 jenkins jenkins 4096 Oct 21 07:16 b2

/srv/reproducible-results/archlinuxrb-build-vRJHowD7/b1:
total 4
drwxr-xr-x 2 jenkins jenkins 4096 Oct 21 07:15 lib32-libid3tag

/srv/reproducible-results/archlinuxrb-build-vRJHowD7/b1/lib32-libid3tag:
total 84
-rw-r--r-- 1 jenkins jenkins 39080 Oct 21 07:15 build1.log
-rw-r--r-- 1 jenkins jenkins    10 Oct 21 07:15 build1.version
-rw-r--r-- 1 jenkins jenkins 37339 Oct 21 07:15 lib32-libid3tag-0.15.1b-3-x86_64.pkg.tar.zst

/srv/reproducible-results/archlinuxrb-build-vRJHowD7/b2:
total 4
drwxr-xr-x 2 jenkins jenkins 4096 Oct 21 07:16 lib32-libid3tag

/srv/reproducible-results/archlinuxrb-build-vRJHowD7/b2/lib32-libid3tag:
total 84
-rw-r--r-- 1 jenkins jenkins 38102 Oct 21 07:16 build2.log
-rw-r--r-- 1 jenkins jenkins    10 Oct 21 07:16 build2.version
-rw-r--r-- 1 jenkins jenkins 37339 Oct 21 07:16 lib32-libid3tag-0.15.1b-3-x86_64.pkg.tar.zst
Fri Oct 21 07:16:03 UTC 2022 - comparing results now.
Fri Oct 21 07:16:03 UTC 2022 - YAY - lib32-libid3tag/lib32-libid3tag-0.15.1b-3-x86_64.pkg.tar.zst build reproducible in our test framework!
x .BUILDINFO
x .BUILDINFO
Fri Oct 21 07:16:03 UTC 2022 - https://tests.reproducible-builds.org/archlinux/multilib/lib32-libid3tag/ updated.
/var/lib/jenkins/userContent/reproducible/archlinux/multilib/lib32-libid3tag/pkg.html older than /var/lib/jenkins/userContent/reproducible/archlinux/multilib/lib32-libid3tag/pkg.build_duration, thus deleting it.
/srv/jenkins/bin/reproducible_common.sh: line 1180: echo: write error: No space left on device
Fri Oct 21 07:16:03 UTC 2022 - /srv/reproducible-results/archlinuxrb-build-vRJHowD7 deleted.
Fri Oct 21 07:16:03 UTC 2022 - reproducible_build_archlinux_pkg.sh stopped running as /tmp/jenkins-script-WEXOKeOd, removing.
Build step 'Execute shell' marked build as failure



More information about the Qa-jenkins-scm mailing list