[Qa-jenkins-scm] Build failed in Jenkins: reproducible_builder_archlinux_8 #248227

jenkins at jenkins.debian.net jenkins at jenkins.debian.net
Thu Sep 29 13:39:48 BST 2022


See <https://jenkins.debian.net/job/reproducible_builder_archlinux_8/248227/display/redirect>

Changes:


------------------------------------------
[...truncated 42.31 KB...]
glk.h:49:8: warning: extra tokens at end of #endif directive [-Wendif-labels]
   49 | #endif // GLK_ATTRIBUTE_NORETURN
      |        ^
In file included from gtschan.c:10:
glk.h:46:8: warning: extra tokens at end of #endif directive [-Wendif-labels]
   46 | #endif // defined(__GNUC__) || defined(__clang__)
      |        ^
glk.h:49:8: warning: extra tokens at end of #endif directive [-Wendif-labels]
   49 | #endif // GLK_ATTRIBUTE_NORETURN
      |        ^
In file included from gtstream.c:12:
glk.h:46:8: warning: extra tokens at end of #endif directive [-Wendif-labels]
   46 | #endif // defined(__GNUC__) || defined(__clang__)
      |        ^
In file included from gtgestal.c:15:
glk.h:46:8: warning: extra tokens at end of #endif directive [-Wendif-labels]
   46 | #endif // defined(__GNUC__) || defined(__clang__)
      |        ^
glk.h:49:8: warning: extra tokens at end of #endif directive [-Wendif-labels]
   49 | #endif // GLK_ATTRIBUTE_NORETURN
      |        ^
glk.h:49:8: warning: extra tokens at end of #endif directive [-Wendif-labels]
   49 | #endif // GLK_ATTRIBUTE_NORETURN
      |        ^
In file included from main.c:15:
glk.h:46:8: warning: extra tokens at end of #endif directive [-Wendif-labels]
   46 | #endif // defined(__GNUC__) || defined(__clang__)
      |        ^
glk.h:49:8: warning: extra tokens at end of #endif directive [-Wendif-labels]
   49 | #endif // GLK_ATTRIBUTE_NORETURN
      |        ^
In file included from gtevent.c:18:
glk.h:46:8: warning: extra tokens at end of #endif directive [-Wendif-labels]
   46 | #endif // defined(__GNUC__) || defined(__clang__)
      |        ^
glk.h:49:8: warning: extra tokens at end of #endif directive [-Wendif-labels]
   49 | #endif // GLK_ATTRIBUTE_NORETURN
      |        ^
In file included from gtfref.c:14:
glk.h:46:8: warning: extra tokens at end of #endif directive [-Wendif-labels]
   46 | #endif // defined(__GNUC__) || defined(__clang__)
      |        ^
glk.h:49:8: warning: extra tokens at end of #endif directive [-Wendif-labels]
   49 | #endif // GLK_ATTRIBUTE_NORETURN
      |        ^
main.c: In function 'extract_value':
In file included from gtstyle.c:11:
glk.h:46:8: warning: extra tokens at end of #endif directive [-Wendif-labels]
   46 | #endif // defined(__GNUC__) || defined(__clang__)
      |        ^
In file included from cgdate.c:7:
glk.h:46:8: warning: extra tokens at end of #endif directive [-Wendif-labels]
   46 | #endif // defined(__GNUC__) || defined(__clang__)
      |        ^
In file included from gtw_blnk.c:12:
glk.h:46:8: warning: extra tokens at end of #endif directive [-Wendif-labels]
   46 | #endif // defined(__GNUC__) || defined(__clang__)
      |        ^
In file included from cgunicod.c:5:
glk.h:46:8: warning: extra tokens at end of #endif directive [-Wendif-labels]
   46 | #endif // defined(__GNUC__) || defined(__clang__)
      |        ^
glk.h:49:8: warning: extra tokens at end of #endif directive [-Wendif-labels]
   49 | #endif // GLK_ATTRIBUTE_NORETURN
      |        ^
glk.h:49:8: warning: extra tokens at end of #endif directive [-Wendif-labels]
   49 | #endif // GLK_ATTRIBUTE_NORETURN
      |        ^
glk.h:49:8: warning: extra tokens at end of #endif directive [-Wendif-labels]
   49 | #endif // GLK_ATTRIBUTE_NORETURN
      |        ^
main.c:270:24: warning: variable 'firstch' set but not used [-Wunused-but-set-variable]
  270 |     char *cx, *origcx, firstch;
      |                        ^~~~~~~
glk.h:49:8: warning: extra tokens at end of #endif directive [-Wendif-labels]
   49 | #endif // GLK_ATTRIBUTE_NORETURN
      |        ^
In file included from gtw_buf.c:14:
glk.h:46:8: warning: extra tokens at end of #endif directive [-Wendif-labels]
   46 | #endif // defined(__GNUC__) || defined(__clang__)
      |        ^
In file included from gtmessag.c:13:
glk.h:46:8: warning: extra tokens at end of #endif directive [-Wendif-labels]
   46 | #endif // defined(__GNUC__) || defined(__clang__)
      |        ^
glk.h:49:8: warning: extra tokens at end of #endif directive [-Wendif-labels]
   49 | #endif // GLK_ATTRIBUTE_NORETURN
      |        ^
glk.h:49:8: warning: extra tokens at end of #endif directive [-Wendif-labels]
   49 | #endif // GLK_ATTRIBUTE_NORETURN
      |        ^
cgdate.c: In function 'glk_time_to_date_utc':
cgdate.c:141:5: warning: implicit declaration of function 'gmtime_r'; did you mean 'gmtime'? [-Wimplicit-function-declaration]
  141 |     gmtime_r(&timestamp, &tm);
      |     ^~~~~~~~
      |     gmtime
In file included from gtwindow.c:17:
glk.h:46:8: warning: extra tokens at end of #endif directive [-Wendif-labels]
   46 | #endif // defined(__GNUC__) || defined(__clang__)
      |        ^
cgdate.c: In function 'glk_time_to_date_local':
cgdate.c:157:5: warning: implicit declaration of function 'localtime_r'; did you mean 'localtime'? [-Wimplicit-function-declaration]
  157 |     localtime_r(&timestamp, &tm);
      |     ^~~~~~~~~~~
      |     localtime
cgdate.c: In function 'glk_date_to_time_utc':
glk.h:49:8: warning: extra tokens at end of #endif directive [-Wendif-labels]
   49 | #endif // GLK_ATTRIBUTE_NORETURN
      |        ^
cgdate.c:197:17: warning: implicit declaration of function 'timegm'; did you mean 'time'? [-Wimplicit-function-declaration]
  197 |     timestamp = timegm(&tm);
      |                 ^~~~~~
      |                 time
In file included from gtw_grid.c:14:
glk.h:46:8: warning: extra tokens at end of #endif directive [-Wendif-labels]
   46 | #endif // defined(__GNUC__) || defined(__clang__)
      |        ^
glk.h:49:8: warning: extra tokens at end of #endif directive [-Wendif-labels]
   49 | #endif // GLK_ATTRIBUTE_NORETURN
      |        ^
In file included from gtw_pair.c:12:
glk.h:46:8: warning: extra tokens at end of #endif directive [-Wendif-labels]
   46 | #endif // defined(__GNUC__) || defined(__clang__)
      |        ^
In file included from gtinput.c:14:
glk.h:46:8: warning: extra tokens at end of #endif directive [-Wendif-labels]
   46 | #endif // defined(__GNUC__) || defined(__clang__)
      |        ^
In file included from gtmisc.c:11:
glk.h:46:8: warning: extra tokens at end of #endif directive [-Wendif-labels]
   46 | #endif // defined(__GNUC__) || defined(__clang__)
      |        ^
glk.h:49:8: warning: extra tokens at end of #endif directive [-Wendif-labels]
   49 | #endif // GLK_ATTRIBUTE_NORETURN
      |        ^
gtw_buf.c: In function 'layout_chars':
gtw_buf.c:258:34: warning: variable 'lastsolidwd' set but not used [-Wunused-but-set-variable]
  258 |         int lineover, lineeatto, lastsolidwd;
      |                                  ^~~~~~~~~~~
In file included from gtmessin.c:15:
glk.h:46:8: warning: extra tokens at end of #endif directive [-Wendif-labels]
   46 | #endif // defined(__GNUC__) || defined(__clang__)
      |        ^
glk.h:49:8: warning: extra tokens at end of #endif directive [-Wendif-labels]
   49 | #endif // GLK_ATTRIBUTE_NORETURN
      |        ^
glk.h:49:8: warning: extra tokens at end of #endif directive [-Wendif-labels]
   49 | #endif // GLK_ATTRIBUTE_NORETURN
      |        ^
glk.h:49:8: warning: extra tokens at end of #endif directive [-Wendif-labels]
   49 | #endif // GLK_ATTRIBUTE_NORETURN
      |        ^
gtw_grid.c: In function 'win_textgrid_putchar':
gtw_grid.c:35:5: warning: macro expands to multiple statements [-Wmultistatement-macros]
   35 |     if (dwn->dirtybeg == -1 || (py) < dwn->dirtybeg)   \
      |     ^~
gtw_grid.c:378:9: note: in expansion of macro 'setposdirty'
  378 |         setposdirty(dwin, ln, dwin->curx + 1, dwin->cury);
      |         ^~~~~~~~~~~
gtw_grid.c:377:5: note: some parts of macro expansion are not guarded by this 'if' clause
  377 |     if ( ch_width > 1 )
      |     ^~
gtw_grid.c: In function 'win_textgrid_cancel_line':
gtw_grid.c:499:20: warning: variable 'inmax' set but not used [-Wunused-but-set-variable]
  499 |     int inoriglen, inmax, inunicode;
      |                    ^~~~~
gtw_grid.c: In function 'gcmd_grid_accept_line':
gtw_grid.c:602:20: warning: variable 'inmax' set but not used [-Wunused-but-set-variable]
  602 |     int inoriglen, inmax, inunicode;
      |                    ^~~~~
gcc -ansi -shared -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now,-soname,libglkterm.so.1.0.4 -o libglkterm.so.1.0.4 main.o gtevent.o gtfref.o gtgestal.o gtinput.o gtmessag.o gtmessin.o gtmisc.o gtstream.o gtstyle.o gtw_blnk.o gtw_buf.o gtw_grid.o gtw_pair.o gtwindow.o gtschan.o gtblorb.o cgunicod.o cgdate.o gi_dispa.o gi_blorb.o gtncursesw.o
/usr/sbin/ld: gtfref.o: in function `glk_fileref_create_temp':
/tmp/libglkterm-archlinuxrb-build-Vd9dvGKl/libglkterm/trunk/src/glkterm-glkterm-1.0.4-widechar/gtfref.c:163: warning: the use of `tmpnam' is dangerous, better use `mkstemp'
==> Entering fakeroot environment...
==> Starting package()...
install: creating directory '/tmp/libglkterm-archlinuxrb-build-Vd9dvGKl/libglkterm/trunk/pkg/libglkterm/usr'
install: creating directory '/tmp/libglkterm-archlinuxrb-build-Vd9dvGKl/libglkterm/trunk/pkg/libglkterm/usr/include'
'glk.h' -> '/tmp/libglkterm-archlinuxrb-build-Vd9dvGKl/libglkterm/trunk/pkg/libglkterm/usr/include/glk.h'
'gi_blorb.h' -> '/tmp/libglkterm-archlinuxrb-build-Vd9dvGKl/libglkterm/trunk/pkg/libglkterm/usr/include/gi_blorb.h'
'gi_dispa.h' -> '/tmp/libglkterm-archlinuxrb-build-Vd9dvGKl/libglkterm/trunk/pkg/libglkterm/usr/include/gi_dispa.h'
'glkstart.h' -> '/tmp/libglkterm-archlinuxrb-build-Vd9dvGKl/libglkterm/trunk/pkg/libglkterm/usr/include/glkstart.h'
'Make.glkterm' -> '/tmp/libglkterm-archlinuxrb-build-Vd9dvGKl/libglkterm/trunk/pkg/libglkterm/usr/include/Make.glkterm'
install: creating directory '/tmp/libglkterm-archlinuxrb-build-Vd9dvGKl/libglkterm/trunk/pkg/libglkterm/usr/lib'
'libglkterm.so.1.0.4' -> '/tmp/libglkterm-archlinuxrb-build-Vd9dvGKl/libglkterm/trunk/pkg/libglkterm/usr/lib/libglkterm.so.1.0.4'
'/tmp/libglkterm-archlinuxrb-build-Vd9dvGKl/libglkterm/trunk/pkg/libglkterm/usr/lib/libglkterm.so.1' -> '/usr/lib/libglkterm.so.1.0.4'
'/tmp/libglkterm-archlinuxrb-build-Vd9dvGKl/libglkterm/trunk/pkg/libglkterm/usr/lib/libglkterm.so' -> '/usr/lib/libglkterm.so.1.0.4'
install: creating directory '/tmp/libglkterm-archlinuxrb-build-Vd9dvGKl/libglkterm/trunk/pkg/libglkterm/usr/share'
install: creating directory '/tmp/libglkterm-archlinuxrb-build-Vd9dvGKl/libglkterm/trunk/pkg/libglkterm/usr/share/licenses'
install: creating directory '/tmp/libglkterm-archlinuxrb-build-Vd9dvGKl/libglkterm/trunk/pkg/libglkterm/usr/share/licenses/libglkterm'
'../LICENSE' -> '/tmp/libglkterm-archlinuxrb-build-Vd9dvGKl/libglkterm/trunk/pkg/libglkterm/usr/share/licenses/libglkterm/LICENSE'
==> 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 "libglkterm"...
  -> Generating .PKGINFO file...
  -> Generating .BUILDINFO file...
  -> Generating .MTREE file...
  -> Compressing package...
==> Leaving fakeroot environment.
==> Finished making: libglkterm 1.0.4-2 (Thu Sep 29 12:39:31 2022)
+ PRESULT=0
+ '[' 0 -eq 124 ']'
+ set +e
+ tee -a /srv/reproducible-results/archlinuxrb-build-Vd9dvGKl/b2/libglkterm/build2.log
+ schroot --end-session -c archlinux-libglkterm-archlinuxrb-build-Vd9dvGKl
+ PRESULT=0
+ '[' 0 -ne 0 ']'
+ false
+ set +x
'/tmp/libglkterm-archlinuxrb-build-Vd9dvGKl/libglkterm/trunk/libglkterm-1.0.4-2-x86_64.pkg.tar.zst' -> '/srv/reproducible-results/archlinuxrb-build-Vd9dvGKl/b2/libglkterm/libglkterm-1.0.4-2-x86_64.pkg.tar.zst'
Thu Sep 29 12:39:35 UTC 2022 - build #2 for libglkterm on osuosl184-amd64 done.
Thu Sep 29 12:39:35 UTC 2022 - reproducible_build_archlinux_pkg.sh stopped running as /tmp/jenkins-script-tBgRvTpg, removing.
/srv/reproducible-results/archlinuxrb-build-Vd9dvGKl:
total 8
drwxr-xr-x 3 jenkins jenkins 4096 Sep 29 12:37 b1
drwxr-xr-x 3 jenkins jenkins 4096 Sep 29 12:39 b2

/srv/reproducible-results/archlinuxrb-build-Vd9dvGKl/b1:
total 4
drwxr-xr-x 2 jenkins jenkins 4096 Sep 29 12:37 libglkterm

/srv/reproducible-results/archlinuxrb-build-Vd9dvGKl/b1/libglkterm:
total 188
-rw-r--r-- 1 jenkins jenkins  21700 Sep 29 12:37 build1.log
-rw-r--r-- 1 jenkins jenkins      8 Sep 29 12:37 build1.version
-rw-r--r-- 1 jenkins jenkins 156552 Sep 29 12:37 libglkterm-1.0.4-2-x86_64.pkg.tar.zst

/srv/reproducible-results/archlinuxrb-build-Vd9dvGKl/b2:
total 4
drwxr-xr-x 2 jenkins jenkins 4096 Sep 29 12:39 libglkterm

/srv/reproducible-results/archlinuxrb-build-Vd9dvGKl/b2/libglkterm:
total 184
-rw-r--r-- 1 jenkins jenkins  20707 Sep 29 12:39 build2.log
-rw-r--r-- 1 jenkins jenkins      8 Sep 29 12:39 build2.version
-rw-r--r-- 1 jenkins jenkins 156552 Sep 29 12:39 libglkterm-1.0.4-2-x86_64.pkg.tar.zst
Thu Sep 29 12:39:48 UTC 2022 - comparing results now.
Thu Sep 29 12:39:48 UTC 2022 - YAY - libglkterm/libglkterm-1.0.4-2-x86_64.pkg.tar.zst build reproducible in our test framework!
x .BUILDINFO
x .BUILDINFO
/tmp/jenkins-script-9DrOwfFK: line 480: echo: write error: No space left on device
cp: error writing '/var/lib/jenkins/userContent/reproducible/archlinux/community/libglkterm/pkg.version': No space left on device
Thu Sep 29 12:39:48 UTC 2022 - /srv/reproducible-results/archlinuxrb-build-Vd9dvGKl deleted.
Thu Sep 29 12:39:48 UTC 2022 - reproducible_build_archlinux_pkg.sh stopped running as /tmp/jenkins-script-9DrOwfFK, removing.
Build step 'Execute shell' marked build as failure



More information about the Qa-jenkins-scm mailing list