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

jenkins at jenkins.debian.net jenkins at jenkins.debian.net
Fri Oct 21 06:02:48 BST 2022


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

Changes:


------------------------------------------
[...truncated 126.13 KB...]
      |                          ^~~~~~
src/antlr3string.c:832:26: note: include '<string.h>' or provide a declaration of 'strlen'
src/antlr3lexer.c:461:34: warning: implicit declaration of function 'isprint' [-Wimplicit-function-declaration]
  461 |                         if      (isprint(ex->c))
      |                                  ^~~~~~~
src/antlr3string.c: In function 'appendUTF16_UTF16':
src/antlr3lexer.c:41:1: note: include '<ctype.h>' or provide a declaration of 'isprint'
   40 | #include    <antlr3lexer.h>
  +++ |+#include <ctype.h>
   41 | 
include/antlr3defs.h:506:49: warning: incompatible implicit declaration of built-in function 'memmove' [-Wbuiltin-declaration-mismatch]
  506 | #define ANTLR3_MEMMOVE(target, source, size)    memmove((void *)(target), (const void *)(source), (size_t)(size))
      |                                                 ^~~~~~~
src/antlr3string.c:886:5: note: in expansion of macro 'ANTLR3_MEMMOVE'
  886 |     ANTLR3_MEMMOVE((void *)(((pANTLR3_UINT16)string->chars) + string->len), newbit, (ANTLR3_UINT32)(sizeof(ANTLR3_UINT16)*(len+1)));
      |     ^~~~~~~~~~~~~~
src/antlr3lexer.c:461:44: warning: 'isprint' argument 1 promotes to 'ANTLR3_UCHAR' {aka 'unsigned int'} where 'int' is expected in a call to built-in function declared without prototype [-Wbuiltin-declaration-mismatch]
  461 |                         if      (isprint(ex->c))
      |                                          ~~^~~
<built-in>: note: built-in 'isprint' declared here
include/antlr3defs.h:506:49: note: include '<string.h>' or provide a declaration of 'memmove'
  506 | #define ANTLR3_MEMMOVE(target, source, size)    memmove((void *)(target), (const void *)(source), (size_t)(size))
      |                                                 ^~~~~~~
src/antlr3string.c:886:5: note: in expansion of macro 'ANTLR3_MEMMOVE'
  886 |     ANTLR3_MEMMOVE((void *)(((pANTLR3_UINT16)string->chars) + string->len), newbit, (ANTLR3_UINT32)(sizeof(ANTLR3_UINT16)*(len+1)));
      |     ^~~~~~~~~~~~~~
src/antlr3string.c: In function 'set8':
src/antlr3string.c:897:26: warning: incompatible implicit declaration of built-in function 'strlen' [-Wbuiltin-declaration-mismatch]
  897 |     len = (ANTLR3_UINT32)strlen(chars);
      |                          ^~~~~~
src/antlr3string.c:897:26: note: include '<string.h>' or provide a declaration of 'strlen'
include/antlr3defs.h:506:49: warning: incompatible implicit declaration of built-in function 'memmove' [-Wbuiltin-declaration-mismatch]
  506 | #define ANTLR3_MEMMOVE(target, source, size)    memmove((void *)(target), (const void *)(source), (size_t)(size))
      |                                                 ^~~~~~~
src/antlr3string.c:911:5: note: in expansion of macro 'ANTLR3_MEMMOVE'
  911 |     ANTLR3_MEMMOVE((void *)(string->chars), chars, (ANTLR3_UINT32)(len+1));
      |     ^~~~~~~~~~~~~~
include/antlr3defs.h:506:49: note: include '<string.h>' or provide a declaration of 'memmove'
  506 | #define ANTLR3_MEMMOVE(target, source, size)    memmove((void *)(target), (const void *)(source), (size_t)(size))
      |                                                 ^~~~~~~
src/antlr3string.c:911:5: note: in expansion of macro 'ANTLR3_MEMMOVE'
  911 |     ANTLR3_MEMMOVE((void *)(string->chars), chars, (ANTLR3_UINT32)(len+1));
      |     ^~~~~~~~~~~~~~
src/antlr3string.c: In function 'setUTF16_8':
src/antlr3string.c:925:26: warning: incompatible implicit declaration of built-in function 'strlen' [-Wbuiltin-declaration-mismatch]
  925 |     len = (ANTLR3_UINT32)strlen(chars);
      |                          ^~~~~~
src/antlr3string.c:925:26: note: include '<string.h>' or provide a declaration of 'strlen'
src/antlr3string.c: In function 'setUTF16_UTF16':
include/antlr3defs.h:506:49: warning: incompatible implicit declaration of built-in function 'memmove' [-Wbuiltin-declaration-mismatch]
  506 | #define ANTLR3_MEMMOVE(target, source, size)    memmove((void *)(target), (const void *)(source), (size_t)(size))
      |                                                 ^~~~~~~
src/antlr3string.c:977:5: note: in expansion of macro 'ANTLR3_MEMMOVE'
  977 |     ANTLR3_MEMMOVE((void *)(string->chars), chars, (ANTLR3_UINT32)((len+1) * sizeof(ANTLR3_UINT16)));
      |     ^~~~~~~~~~~~~~
include/antlr3defs.h:506:49: note: include '<string.h>' or provide a declaration of 'memmove'
  506 | #define ANTLR3_MEMMOVE(target, source, size)    memmove((void *)(target), (const void *)(source), (size_t)(size))
      |                                                 ^~~~~~~
src/antlr3string.c:977:5: note: in expansion of macro 'ANTLR3_MEMMOVE'
  977 |     ANTLR3_MEMMOVE((void *)(string->chars), chars, (ANTLR3_UINT32)((len+1) * sizeof(ANTLR3_UINT16)));
      |     ^~~~~~~~~~~~~~
src/antlr3string.c: In function 'insert8':
src/antlr3string.c:1074:26: warning: incompatible implicit declaration of built-in function 'strlen' [-Wbuiltin-declaration-mismatch]
 1074 |     len = (ANTLR3_UINT32)strlen(newbit);
      |                          ^~~~~~
src/antlr3string.c:1074:26: note: include '<string.h>' or provide a declaration of 'strlen'
include/antlr3defs.h:506:49: warning: incompatible implicit declaration of built-in function 'memmove' [-Wbuiltin-declaration-mismatch]
  506 | #define ANTLR3_MEMMOVE(target, source, size)    memmove((void *)(target), (const void *)(source), (size_t)(size))
      |                                                 ^~~~~~~
src/antlr3string.c:1094:5: note: in expansion of macro 'ANTLR3_MEMMOVE'
 1094 |     ANTLR3_MEMMOVE((void *)(string->chars + point + len), (void *)(string->chars + point), (ANTLR3_UINT32)(string->len - point + 1));
      |     ^~~~~~~~~~~~~~
include/antlr3defs.h:506:49: note: include '<string.h>' or provide a declaration of 'memmove'
  506 | #define ANTLR3_MEMMOVE(target, source, size)    memmove((void *)(target), (const void *)(source), (size_t)(size))
      |                                                 ^~~~~~~
src/antlr3string.c:1094:5: note: in expansion of macro 'ANTLR3_MEMMOVE'
 1094 |     ANTLR3_MEMMOVE((void *)(string->chars + point + len), (void *)(string->chars + point), (ANTLR3_UINT32)(string->len - point + 1));
      |     ^~~~~~~~~~~~~~
src/antlr3string.c: In function 'insertUTF16_8':
src/antlr3string.c:1117:26: warning: incompatible implicit declaration of built-in function 'strlen' [-Wbuiltin-declaration-mismatch]
 1117 |     len = (ANTLR3_UINT32)strlen(newbit);
      |                          ^~~~~~
src/antlr3string.c:1117:26: note: include '<string.h>' or provide a declaration of 'strlen'
include/antlr3defs.h:506:49: warning: incompatible implicit declaration of built-in function 'memmove' [-Wbuiltin-declaration-mismatch]
  506 | #define ANTLR3_MEMMOVE(target, source, size)    memmove((void *)(target), (const void *)(source), (size_t)(size))
      |                                                 ^~~~~~~
src/antlr3string.c:1137:5: note: in expansion of macro 'ANTLR3_MEMMOVE'
 1137 |     ANTLR3_MEMMOVE((void *)(((pANTLR3_UINT16)string->chars) + point + len), (void *)(((pANTLR3_UINT16)string->chars) + point), (ANTLR3_UINT32)(sizeof(ANTLR3_UINT16)*(string->len - point + 1)));
      |     ^~~~~~~~~~~~~~
include/antlr3defs.h:506:49: note: include '<string.h>' or provide a declaration of 'memmove'
  506 | #define ANTLR3_MEMMOVE(target, source, size)    memmove((void *)(target), (const void *)(source), (size_t)(size))
      |                                                 ^~~~~~~
src/antlr3string.c:1137:5: note: in expansion of macro 'ANTLR3_MEMMOVE'
 1137 |     ANTLR3_MEMMOVE((void *)(((pANTLR3_UINT16)string->chars) + point + len), (void *)(((pANTLR3_UINT16)string->chars) + point), (ANTLR3_UINT32)(sizeof(ANTLR3_UINT16)*(string->len - point + 1)));
      |     ^~~~~~~~~~~~~~
src/antlr3string.c: In function 'insertUTF16_UTF16':
include/antlr3defs.h:506:49: warning: incompatible implicit declaration of built-in function 'memmove' [-Wbuiltin-declaration-mismatch]
  506 | #define ANTLR3_MEMMOVE(target, source, size)    memmove((void *)(target), (const void *)(source), (size_t)(size))
      |                                                 ^~~~~~~
src/antlr3string.c:1189:5: note: in expansion of macro 'ANTLR3_MEMMOVE'
 1189 |     ANTLR3_MEMMOVE((void *)(((pANTLR3_UINT16)string->chars) + point + len), (void *)(((pANTLR3_UINT16)string->chars) + point), (ANTLR3_UINT32)(sizeof(ANTLR3_UINT16)*(string->len - point + 1)));
      |     ^~~~~~~~~~~~~~
include/antlr3defs.h:506:49: note: include '<string.h>' or provide a declaration of 'memmove'
  506 | #define ANTLR3_MEMMOVE(target, source, size)    memmove((void *)(target), (const void *)(source), (size_t)(size))
      |                                                 ^~~~~~~
src/antlr3string.c:1189:5: note: in expansion of macro 'ANTLR3_MEMMOVE'
 1189 |     ANTLR3_MEMMOVE((void *)(((pANTLR3_UINT16)string->chars) + point + len), (void *)(((pANTLR3_UINT16)string->chars) + point), (ANTLR3_UINT32)(sizeof(ANTLR3_UINT16)*(string->len - point + 1)));
      |     ^~~~~~~~~~~~~~
src/antlr3treeparser.c: In function 'getCurrentInputSymbol':
src/antlr3string.c: In function 'compare8':
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -Iinclude -m64 -O2 -Wall -MT antlr3encodings.lo -MD -MP -MF .deps/antlr3encodings.Tpo -c src/antlr3encodings.c -o antlr3encodings.o >/dev/null 2>&1
src/antlr3treeparser.c:192:41: warning: variable 'ctns' set but not used [-Wunused-but-set-variable]
  192 |     pANTLR3_COMMON_TREE_NODE_STREAM     ctns;
      |                                         ^~~~
src/antlr3string.c:1231:13: warning: implicit declaration of function 'strcmp' [-Wimplicit-function-declaration]
 1231 |     return  strcmp((const char *)(string->chars), compStr);
      |             ^~~~~~
src/antlr3string.c:1231:13: note: include '<string.h>' or provide a declaration of 'strcmp'
src/antlr3string.c: In function 'toInt32_UTF16':
src/antlr3string.c:1401:32: warning: implicit declaration of function 'isdigit' [-Wimplicit-function-declaration]
 1401 |     while   (*input != '\0' && isdigit(*input))
      |                                ^~~~~~~
src/antlr3string.c:1401:32: note: include '<ctype.h>' or provide a declaration of 'isdigit'
src/antlr3string.c: At top level:
src/antlr3string.c:335:1: warning: 'stringInitUTF8' defined but not used [-Wunused-function]
  335 | stringInitUTF8  (pANTLR3_STRING string)
      | ^~~~~~~~~~~~~~
mv -f .deps/antlr3intstream.Tpo .deps/antlr3intstream.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -Iinclude -m64 -O2 -Wall -MT antlr3exception.lo -MD -MP -MF .deps/antlr3exception.Tpo -c src/antlr3exception.c -o antlr3exception.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -Iinclude -m64 -O2 -Wall -MT antlr3commontree.lo -MD -MP -MF .deps/antlr3commontree.Tpo -c src/antlr3commontree.c -o antlr3commontree.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -Iinclude -m64 -O2 -Wall -MT antlr3cyclicdfa.lo -MD -MP -MF .deps/antlr3cyclicdfa.Tpo -c src/antlr3cyclicdfa.c -o antlr3cyclicdfa.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -Iinclude -m64 -O2 -Wall -MT antlr3parser.lo -MD -MP -MF .deps/antlr3parser.Tpo -c src/antlr3parser.c -o antlr3parser.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -Iinclude -m64 -O2 -Wall -MT antlr3treeparser.lo -MD -MP -MF .deps/antlr3treeparser.Tpo -c src/antlr3treeparser.c -o antlr3treeparser.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -Iinclude -m64 -O2 -Wall -MT antlr3filestream.lo -MD -MP -MF .deps/antlr3filestream.Tpo -c src/antlr3filestream.c -o antlr3filestream.o >/dev/null 2>&1
mv -f .deps/antlr3encodings.Tpo .deps/antlr3encodings.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -Iinclude -m64 -O2 -Wall -MT antlr3commontreeadaptor.lo -MD -MP -MF .deps/antlr3commontreeadaptor.Tpo -c src/antlr3commontreeadaptor.c -o antlr3commontreeadaptor.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -Iinclude -m64 -O2 -Wall -MT antlr3basetree.lo -MD -MP -MF .deps/antlr3basetree.Tpo -c src/antlr3basetree.c -o antlr3basetree.o >/dev/null 2>&1
mv -f .deps/antlr3exception.Tpo .deps/antlr3exception.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -Iinclude -m64 -O2 -Wall -MT antlr3commontoken.lo -MD -MP -MF .deps/antlr3commontoken.Tpo -c src/antlr3commontoken.c -o antlr3commontoken.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -Iinclude -m64 -O2 -Wall -MT antlr3bitset.lo -MD -MP -MF .deps/antlr3bitset.Tpo -c src/antlr3bitset.c -o antlr3bitset.o >/dev/null 2>&1
mv -f .deps/antlr3parser.Tpo .deps/antlr3parser.Plo
mv -f .deps/antlr3treeparser.Tpo .deps/antlr3treeparser.Plo
mv -f .deps/antlr3cyclicdfa.Tpo .deps/antlr3cyclicdfa.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -Iinclude -m64 -O2 -Wall -MT antlr3convertutf.lo -MD -MP -MF .deps/antlr3convertutf.Tpo -c src/antlr3convertutf.c -o antlr3convertutf.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -Iinclude -m64 -O2 -Wall -MT antlr3commontreenodestream.lo -MD -MP -MF .deps/antlr3commontreenodestream.Tpo -c src/antlr3commontreenodestream.c -o antlr3commontreenodestream.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -Iinclude -m64 -O2 -Wall -MT antlr3basetreeadaptor.lo -MD -MP -MF .deps/antlr3basetreeadaptor.Tpo -c src/antlr3basetreeadaptor.c -o antlr3basetreeadaptor.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -Iinclude -m64 -O2 -Wall -MT antlr3lexer.lo -MD -MP -MF .deps/antlr3lexer.Tpo -c src/antlr3lexer.c -o antlr3lexer.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -Iinclude -m64 -O2 -Wall -MT antlr3rewritestreams.lo -MD -MP -MF .deps/antlr3rewritestreams.Tpo -c src/antlr3rewritestreams.c -o antlr3rewritestreams.o >/dev/null 2>&1
mv -f .deps/antlr3filestream.Tpo .deps/antlr3filestream.Plo
mv -f .deps/antlr3commontree.Tpo .deps/antlr3commontree.Plo
mv -f .deps/antlr3commontreeadaptor.Tpo .deps/antlr3commontreeadaptor.Plo
mv -f .deps/antlr3basetree.Tpo .deps/antlr3basetree.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -Iinclude -m64 -O2 -Wall -MT antlr3debughandlers.lo -MD -MP -MF .deps/antlr3debughandlers.Tpo -c src/antlr3debughandlers.c -o antlr3debughandlers.o >/dev/null 2>&1
mv -f .deps/antlr3bitset.Tpo .deps/antlr3bitset.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -Iinclude -m64 -O2 -Wall -MT antlr3baserecognizer.lo -MD -MP -MF .deps/antlr3baserecognizer.Tpo -c src/antlr3baserecognizer.c -o antlr3baserecognizer.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -Iinclude -m64 -O2 -Wall -MT antlr3tokenstream.lo -MD -MP -MF .deps/antlr3tokenstream.Tpo -c src/antlr3tokenstream.c -o antlr3tokenstream.o >/dev/null 2>&1
mv -f .deps/antlr3commontoken.Tpo .deps/antlr3commontoken.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -Iinclude -m64 -O2 -Wall -MT antlr3inputstream.lo -MD -MP -MF .deps/antlr3inputstream.Tpo -c src/antlr3inputstream.c -o antlr3inputstream.o >/dev/null 2>&1
mv -f .deps/antlr3convertutf.Tpo .deps/antlr3convertutf.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -Iinclude -m64 -O2 -Wall -MT antlr3string.lo -MD -MP -MF .deps/antlr3string.Tpo -c src/antlr3string.c -o antlr3string.o >/dev/null 2>&1
mv -f .deps/antlr3rewritestreams.Tpo .deps/antlr3rewritestreams.Plo
mv -f .deps/antlr3commontreenodestream.Tpo .deps/antlr3commontreenodestream.Plo
mv -f .deps/antlr3lexer.Tpo .deps/antlr3lexer.Plo
mv -f .deps/antlr3basetreeadaptor.Tpo .deps/antlr3basetreeadaptor.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -Iinclude -m64 -O2 -Wall -MT antlr3collections.lo -MD -MP -MF .deps/antlr3collections.Tpo -c src/antlr3collections.c -o antlr3collections.o >/dev/null 2>&1
mv -f .deps/antlr3debughandlers.Tpo .deps/antlr3debughandlers.Plo
mv -f .deps/antlr3baserecognizer.Tpo .deps/antlr3baserecognizer.Plo
mv -f .deps/antlr3tokenstream.Tpo .deps/antlr3tokenstream.Plo
mv -f .deps/antlr3inputstream.Tpo .deps/antlr3inputstream.Plo
mv -f .deps/antlr3string.Tpo .deps/antlr3string.Plo
mv -f .deps/antlr3collections.Tpo .deps/antlr3collections.Plo
/bin/sh ./libtool  --tag=CC   --mode=link gcc  -m64  -O2  -Wall -avoid-version -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -o libantlr3c.la -rpath /usr/lib antlr3baserecognizer.lo antlr3basetree.lo antlr3basetreeadaptor.lo antlr3bitset.lo antlr3collections.lo antlr3commontoken.lo antlr3commontree.lo antlr3commontreeadaptor.lo antlr3commontreenodestream.lo antlr3convertutf.lo antlr3cyclicdfa.lo antlr3debughandlers.lo antlr3encodings.lo antlr3exception.lo antlr3filestream.lo antlr3inputstream.lo antlr3intstream.lo antlr3lexer.lo antlr3parser.lo antlr3rewritestreams.lo antlr3string.lo antlr3tokenstream.lo antlr3treeparser.lo  
libtool: link: gcc -shared  -fPIC -DPIC  .libs/antlr3baserecognizer.o .libs/antlr3basetree.o .libs/antlr3basetreeadaptor.o .libs/antlr3bitset.o .libs/antlr3collections.o .libs/antlr3commontoken.o .libs/antlr3commontree.o .libs/antlr3commontreeadaptor.o .libs/antlr3commontreenodestream.o .libs/antlr3convertutf.o .libs/antlr3cyclicdfa.o .libs/antlr3debughandlers.o .libs/antlr3encodings.o .libs/antlr3exception.o .libs/antlr3filestream.o .libs/antlr3inputstream.o .libs/antlr3intstream.o .libs/antlr3lexer.o .libs/antlr3parser.o .libs/antlr3rewritestreams.o .libs/antlr3string.o .libs/antlr3tokenstream.o .libs/antlr3treeparser.o    -m64 -O2 -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z -Wl,relro -Wl,-z -Wl,now   -Wl,-soname -Wl,libantlr3c.so -o .libs/libantlr3c.so
libtool: link: ar cr .libs/libantlr3c.a  antlr3baserecognizer.o antlr3basetree.o antlr3basetreeadaptor.o antlr3bitset.o antlr3collections.o antlr3commontoken.o antlr3commontree.o antlr3commontreeadaptor.o antlr3commontreenodestream.o antlr3convertutf.o antlr3cyclicdfa.o antlr3debughandlers.o antlr3encodings.o antlr3exception.o antlr3filestream.o antlr3inputstream.o antlr3intstream.o antlr3lexer.o antlr3parser.o antlr3rewritestreams.o antlr3string.o antlr3tokenstream.o antlr3treeparser.o
libtool: link: ranlib .libs/libantlr3c.a
libtool: link: ( cd ".libs" && rm -f "libantlr3c.la" && ln -s "../libantlr3c.la" "libantlr3c.la" )
make[1]: Leaving directory '/tmp/libantlr3c-archlinuxrb-build-jqhPU1II/libantlr3c/trunk/src/antlr3/runtime/C'
==> Entering fakeroot environment...
==> Starting package()...
make[1]: Entering directory '/tmp/libantlr3c-archlinuxrb-build-jqhPU1II/libantlr3c/trunk/src/antlr3/runtime/C'
 /usr/sbin/mkdir -p '/tmp/libantlr3c-archlinuxrb-build-jqhPU1II/libantlr3c/trunk/pkg/libantlr3c/usr/lib'
 /usr/sbin/mkdir -p '/tmp/libantlr3c-archlinuxrb-build-jqhPU1II/libantlr3c/trunk/pkg/libantlr3c/usr/include'
 /bin/sh ./libtool   --mode=install /usr/bin/install -c   libantlr3c.la '/tmp/libantlr3c-archlinuxrb-build-jqhPU1II/libantlr3c/trunk/pkg/libantlr3c/usr/lib'
 /usr/bin/install -c -m 644 include/antlr3.h include/antlr3baserecognizer.h include/antlr3basetree.h include/antlr3basetreeadaptor.h include/antlr3bitset.h include/antlr3collections.h include/antlr3commontoken.h include/antlr3commontree.h include/antlr3commontreeadaptor.h include/antlr3commontreenodestream.h include/antlr3convertutf.h include/antlr3cyclicdfa.h include/antlr3debugeventlistener.h include/antlr3defs.h include/antlr3encodings.h include/antlr3errors.h include/antlr3exception.h include/antlr3filestream.h include/antlr3input.h include/antlr3interfaces.h include/antlr3intstream.h include/antlr3lexer.h include/antlr3memory.h include/antlr3parser.h include/antlr3parsetree.h include/antlr3recognizersharedstate.h include/antlr3rewritestreams.h include/antlr3string.h include/antlr3tokenstream.h include/antlr3treeparser.h antlr3config.h '/tmp/libantlr3c-archlinuxrb-build-jqhPU1II/libantlr3c/trunk/pkg/libantlr3c/usr/include'
libtool: install: /usr/bin/install -c .libs/libantlr3c.so /tmp/libantlr3c-archlinuxrb-build-jqhPU1II/libantlr3c/trunk/pkg/libantlr3c/usr/lib/libantlr3c.so
libtool: install: /usr/bin/install -c .libs/libantlr3c.lai /tmp/libantlr3c-archlinuxrb-build-jqhPU1II/libantlr3c/trunk/pkg/libantlr3c/usr/lib/libantlr3c.la
libtool: install: /usr/bin/install -c .libs/libantlr3c.a /tmp/libantlr3c-archlinuxrb-build-jqhPU1II/libantlr3c/trunk/pkg/libantlr3c/usr/lib/libantlr3c.a
libtool: install: chmod 644 /tmp/libantlr3c-archlinuxrb-build-jqhPU1II/libantlr3c/trunk/pkg/libantlr3c/usr/lib/libantlr3c.a
libtool: install: ranlib /tmp/libantlr3c-archlinuxrb-build-jqhPU1II/libantlr3c/trunk/pkg/libantlr3c/usr/lib/libantlr3c.a
libtool: warning: remember to run 'libtool --finish /usr/lib'
make[1]: Leaving directory '/tmp/libantlr3c-archlinuxrb-build-jqhPU1II/libantlr3c/trunk/src/antlr3/runtime/C'
==> 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 "libantlr3c"...
  -> Generating .PKGINFO file...
  -> Generating .BUILDINFO file...
  -> Generating .MTREE file...
  -> Compressing package...
==> Leaving fakeroot environment.
==> Finished making: libantlr3c 3.5.3-1 (Fri Oct 21 05:02:38 2022)
+ PRESULT=0
+ '[' 0 -eq 124 ']'
+ set +e
+ schroot --end-session -c archlinux-libantlr3c-archlinuxrb-build-jqhPU1II
+ tee -a /srv/reproducible-results/archlinuxrb-build-jqhPU1II/b2/libantlr3c/build2.log
+ PRESULT=0
+ '[' 0 -ne 0 ']'
+ false
+ set +x
'/tmp/libantlr3c-archlinuxrb-build-jqhPU1II/libantlr3c/trunk/libantlr3c-3.5.3-1-x86_64.pkg.tar.zst' -> '/srv/reproducible-results/archlinuxrb-build-jqhPU1II/b2/libantlr3c/libantlr3c-3.5.3-1-x86_64.pkg.tar.zst'
Fri Oct 21 05:02:41 UTC 2022 - build #2 for libantlr3c on osuosl184-amd64 done.
Fri Oct 21 05:02:41 UTC 2022 - reproducible_build_archlinux_pkg.sh stopped running as /tmp/jenkins-script-pAcSDeIt, removing.
/srv/reproducible-results/archlinuxrb-build-jqhPU1II:
total 8
drwxr-xr-x 3 jenkins jenkins 4096 Oct 21 05:01 b1
drwxr-xr-x 3 jenkins jenkins 4096 Oct 21 05:02 b2

/srv/reproducible-results/archlinuxrb-build-jqhPU1II/b1:
total 4
drwxr-xr-x 2 jenkins jenkins 4096 Oct 21 05:01 libantlr3c

/srv/reproducible-results/archlinuxrb-build-jqhPU1II/b1/libantlr3c:
total 196
-rw-r--r-- 1 jenkins jenkins  70620 Oct 21 05:01 build1.log
-rw-r--r-- 1 jenkins jenkins      8 Oct 21 05:01 build1.version
-rw-r--r-- 1 jenkins jenkins 114396 Oct 21 05:01 libantlr3c-3.5.3-1-x86_64.pkg.tar.zst

/srv/reproducible-results/archlinuxrb-build-jqhPU1II/b2:
total 4
drwxr-xr-x 2 jenkins jenkins 4096 Oct 21 05:02 libantlr3c

/srv/reproducible-results/archlinuxrb-build-jqhPU1II/b2/libantlr3c:
total 184
-rw-r--r-- 1 jenkins jenkins  69561 Oct 21 05:02 build2.log
-rw-r--r-- 1 jenkins jenkins      8 Oct 21 05:02 build2.version
-rw-r--r-- 1 jenkins jenkins 114396 Oct 21 05:02 libantlr3c-3.5.3-1-x86_64.pkg.tar.zst
Fri Oct 21 05:02:47 UTC 2022 - comparing results now.
Fri Oct 21 05:02:47 UTC 2022 - YAY - libantlr3c/libantlr3c-3.5.3-1-x86_64.pkg.tar.zst build reproducible in our test framework!
x .BUILDINFO
x .BUILDINFO
cp: error writing '/var/lib/jenkins/userContent/reproducible/archlinux/community/libantlr3c/pkg.version': No space left on device
Fri Oct 21 05:02:48 UTC 2022 - /srv/reproducible-results/archlinuxrb-build-jqhPU1II deleted.
Fri Oct 21 05:02:48 UTC 2022 - reproducible_build_archlinux_pkg.sh stopped running as /tmp/jenkins-script-ydVaUAGv, removing.
Build step 'Execute shell' marked build as failure



More information about the Qa-jenkins-scm mailing list