[Qa-jenkins-scm] Build failed in Jenkins: reproducible_builder_archlinux_8 #252997
jenkins at jenkins.debian.net
jenkins at jenkins.debian.net
Mon Oct 17 12:08:45 BST 2022
See <https://jenkins.debian.net/job/reproducible_builder_archlinux_8/252997/display/redirect>
Changes:
------------------------------------------
[...truncated 147.60 KB...]
/bin/sh ./libtool --tag=CC --mode=link cc -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fcommon -module -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -o whois.la -rpath /usr/lib/echoping whois.lo -lpopt
cc -shared .libs/whois.o -lpopt -march=x86-64 -mtune=generic -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z -Wl,relro -Wl,-z -Wl,now -Wl,-soname -Wl,whois.so.0 -o .libs/whois.so.0.0.0
(cd .libs && rm -f whois.so.0 && ln -s whois.so.0.0.0 whois.so.0)
(cd .libs && rm -f whois.so && ln -s whois.so.0.0.0 whois.so)
ar cru .libs/whois.a whois.o
ar: `u' modifier ignored since `D' is the default (see `U')
ranlib .libs/whois.a
creating whois.la
(cd .libs && rm -f whois.la && ln -s ../whois.la whois.la)
make[4]: Leaving directory '/tmp/echoping-archlinuxrb-build-01D4CZ16/echoping/trunk/src/echoping-6.0.2/plugins/whois'
make[3]: Leaving directory '/tmp/echoping-archlinuxrb-build-01D4CZ16/echoping/trunk/src/echoping-6.0.2/plugins/whois'
make[3]: Entering directory '/tmp/echoping-archlinuxrb-build-01D4CZ16/echoping/trunk/src/echoping-6.0.2/plugins'
make[3]: Nothing to be done for 'all-am'.
make[3]: Leaving directory '/tmp/echoping-archlinuxrb-build-01D4CZ16/echoping/trunk/src/echoping-6.0.2/plugins'
make[2]: Leaving directory '/tmp/echoping-archlinuxrb-build-01D4CZ16/echoping/trunk/src/echoping-6.0.2/plugins'
make[2]: Entering directory '/tmp/echoping-archlinuxrb-build-01D4CZ16/echoping/trunk/src/echoping-6.0.2'
cc -DHAVE_CONFIG_H -I. -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fcommon -Wall -MT echoping.o -MD -MP -MF .deps/echoping.Tpo -c -o echoping.o echoping.c
cc -DHAVE_CONFIG_H -I. -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fcommon -Wall -MT error.o -MD -MP -MF .deps/error.Tpo -c -o error.o error.c
cc -DHAVE_CONFIG_H -I. -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fcommon -Wall -MT readline.o -MD -MP -MF .deps/readline.Tpo -c -o readline.o readline.c
cc -DHAVE_CONFIG_H -I. -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fcommon -Wall -MT writen.o -MD -MP -MF .deps/writen.Tpo -c -o writen.o writen.c
cc -DHAVE_CONFIG_H -I. -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fcommon -Wall -MT util.o -MD -MP -MF .deps/util.Tpo -c -o util.o util.c
cc -DHAVE_CONFIG_H -I. -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fcommon -Wall -MT http.o -MD -MP -MF .deps/http.Tpo -c -o http.o http.c
cc -DHAVE_CONFIG_H -I. -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fcommon -Wall -MT icp.o -MD -MP -MF .deps/icp.Tpo -c -o icp.o icp.c
cc -DHAVE_CONFIG_H -I. -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fcommon -Wall -MT HTParse.o -MD -MP -MF .deps/HTParse.Tpo -c -o HTParse.o HTParse.c
cc -DHAVE_CONFIG_H -I. -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fcommon -Wall -MT smtp.o -MD -MP -MF .deps/smtp.Tpo -c -o smtp.o smtp.c
echoping.c: In function 'main':
echoping.c:749:22: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
749 | meth = SSLv23_client_method();
| ^
HTParse.c: In function 'HTParse':
HTParse.c:397:32: warning: comparison between pointer and zero character constant [-Wpointer-compare]
397 | if (p != NULL && p != '\0' && access != NULL)
| ^~
HTParse.c:397:30: note: did you mean to dereference the pointer?
397 | if (p != NULL && p != '\0' && access != NULL)
| ^
http.c: In function 'make_http_sendline':
http.c:55:17: warning: array subscript 350 is outside array bounds of 'char[350]' [-Warray-bounds]
55 | hostname[size] = '\0'; /* Not added automatically */
| ~~~~~~~~^~~~~~
http.c:21:45: note: at offset 350 into object of size 350 allocated by 'malloc'
21 | char *hostname = (char *) malloc(size);
| ^~~~~~~~~~~~
mv -f .deps/smtp.Tpo .deps/smtp.Po
mv -f .deps/writen.Tpo .deps/writen.Po
mv -f .deps/icp.Tpo .deps/icp.Po
mv -f .deps/http.Tpo .deps/http.Po
mv -f .deps/error.Tpo .deps/error.Po
echoping.c:221:34: warning: iteration 20 invokes undefined behavior [-Waggressive-loop-optimizations]
221 | results[i].valid = 0;
| ~~~~~~~~~~~~~~~~~^~~
echoping.c:220:23: note: within this loop
220 | for (i = 0; i <= MAX_ITERATIONS; i++) {
mv -f .deps/readline.Tpo .deps/readline.Po
mv -f .deps/util.Tpo .deps/util.Po
In file included from /usr/include/stdio.h:906,
from echoping.h:21,
from echoping.c:14:
In function 'sprintf',
inlined from 'main' at echoping.c:476:4:
/usr/include/bits/stdio2.h:30:10: warning: '__builtin___sprintf_chk' argument 5 overlaps destination object 'plugin_name' [-Wrestrict]
30 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
31 | __glibc_objsize (__s), __fmt,
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
32 | __va_arg_pack ());
| ~~~~~~~~~~~~~~~~~
echoping.c: In function 'main':
echoping.c:93:25: note: destination object referenced by 'restrict'-qualified argument 1 was declared here
93 | char *plugin_name = NULL;
| ^~~~~~~~~~~
echoping.c:611:49: warning: '__builtin_strncpy' specified bound 32 equals destination size [-Wstringop-truncation]
611 | strncpy(port_name, text_port,
| ^
echoping.c:591:33: warning: '__builtin_strncpy' specified bound 32 equals destination size [-Wstringop-truncation]
591 | strncpy(port_name, text_port, NI_MAXSERV);
| ^
echoping.c:1379:33: warning: 'channel.fs' may be used uninitialized [-Wmaybe-uninitialized]
1379 | SSL_shutdown(channel.ssl);
| ^~~~~~~~~~~~~~~~~~~~~~~~~
echoping.c:65:25: note: 'channel.fs' was declared here
65 | CHANNEL channel;
| ^~~~~~~
mv -f .deps/HTParse.Tpo .deps/HTParse.Po
mv -f .deps/echoping.Tpo .deps/echoping.Po
/bin/sh ./libtool --tag=CC --mode=link cc -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fcommon -Wall -export-dynamic -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -o echoping echoping.o error.o readline.o writen.o util.o http.o icp.o HTParse.o smtp.o -lpopt -lm -lidn -lssl -lcrypto
mkdir .libs
cc -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fcommon -Wall -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z -Wl,relro -Wl,-z -Wl,now -o echoping echoping.o error.o readline.o writen.o util.o http.o icp.o HTParse.o smtp.o -Wl,--export-dynamic -lpopt -lm -lidn -lssl -lcrypto
make[2]: Leaving directory '/tmp/echoping-archlinuxrb-build-01D4CZ16/echoping/trunk/src/echoping-6.0.2'
make[1]: Leaving directory '/tmp/echoping-archlinuxrb-build-01D4CZ16/echoping/trunk/src/echoping-6.0.2'
==> Entering fakeroot environment...
==> Starting package()...
Making install in plugins
make[1]: Entering directory '/tmp/echoping-archlinuxrb-build-01D4CZ16/echoping/trunk/src/echoping-6.0.2/plugins'
Making install in dns
make[2]: Entering directory '/tmp/echoping-archlinuxrb-build-01D4CZ16/echoping/trunk/src/echoping-6.0.2/plugins/dns'
make[3]: Entering directory '/tmp/echoping-archlinuxrb-build-01D4CZ16/echoping/trunk/src/echoping-6.0.2/plugins/dns'
test -z "/usr/share/man/man1" || /usr/sbin/mkdir -p "/tmp/echoping-archlinuxrb-build-01D4CZ16/echoping/trunk/pkg/echoping/usr/share/man/man1"
test -z "/usr/lib/echoping" || /usr/sbin/mkdir -p "/tmp/echoping-archlinuxrb-build-01D4CZ16/echoping/trunk/pkg/echoping/usr/lib/echoping"
/bin/sh ./libtool --mode=install /usr/bin/install -c 'dns.la' '/tmp/echoping-archlinuxrb-build-01D4CZ16/echoping/trunk/pkg/echoping/usr/lib/echoping/dns.la'
/usr/bin/install -c -m 644 './echoping_dns.1' '/tmp/echoping-archlinuxrb-build-01D4CZ16/echoping/trunk/pkg/echoping/usr/share/man/man1/echoping_dns.1'
/usr/bin/install -c .libs/dns.so.0.0.0 /tmp/echoping-archlinuxrb-build-01D4CZ16/echoping/trunk/pkg/echoping/usr/lib/echoping/dns.so.0.0.0
(cd /tmp/echoping-archlinuxrb-build-01D4CZ16/echoping/trunk/pkg/echoping/usr/lib/echoping && { ln -s -f dns.so.0.0.0 dns.so.0 || { rm -f dns.so.0 && ln -s dns.so.0.0.0 dns.so.0; }; })
(cd /tmp/echoping-archlinuxrb-build-01D4CZ16/echoping/trunk/pkg/echoping/usr/lib/echoping && { ln -s -f dns.so.0.0.0 dns.so || { rm -f dns.so && ln -s dns.so.0.0.0 dns.so; }; })
/usr/bin/install -c .libs/dns.lai /tmp/echoping-archlinuxrb-build-01D4CZ16/echoping/trunk/pkg/echoping/usr/lib/echoping/dns.la
/usr/bin/install -c .libs/dns.a /tmp/echoping-archlinuxrb-build-01D4CZ16/echoping/trunk/pkg/echoping/usr/lib/echoping/dns.a
chmod 644 /tmp/echoping-archlinuxrb-build-01D4CZ16/echoping/trunk/pkg/echoping/usr/lib/echoping/dns.a
ranlib /tmp/echoping-archlinuxrb-build-01D4CZ16/echoping/trunk/pkg/echoping/usr/lib/echoping/dns.a
libtool: install: warning: remember to run `libtool --finish /usr/lib/echoping'
make[3]: Leaving directory '/tmp/echoping-archlinuxrb-build-01D4CZ16/echoping/trunk/src/echoping-6.0.2/plugins/dns'
make[2]: Leaving directory '/tmp/echoping-archlinuxrb-build-01D4CZ16/echoping/trunk/src/echoping-6.0.2/plugins/dns'
Making install in ldap
make[2]: Entering directory '/tmp/echoping-archlinuxrb-build-01D4CZ16/echoping/trunk/src/echoping-6.0.2/plugins/ldap'
make[3]: Entering directory '/tmp/echoping-archlinuxrb-build-01D4CZ16/echoping/trunk/src/echoping-6.0.2/plugins/ldap'
test -z "/usr/share/man/man1" || /usr/sbin/mkdir -p "/tmp/echoping-archlinuxrb-build-01D4CZ16/echoping/trunk/pkg/echoping/usr/share/man/man1"
test -z "/usr/lib/echoping" || /usr/sbin/mkdir -p "/tmp/echoping-archlinuxrb-build-01D4CZ16/echoping/trunk/pkg/echoping/usr/lib/echoping"
/bin/sh ./libtool --mode=install /usr/bin/install -c 'ldap.la' '/tmp/echoping-archlinuxrb-build-01D4CZ16/echoping/trunk/pkg/echoping/usr/lib/echoping/ldap.la'
/usr/bin/install -c -m 644 './echoping_ldap.1' '/tmp/echoping-archlinuxrb-build-01D4CZ16/echoping/trunk/pkg/echoping/usr/share/man/man1/echoping_ldap.1'
/usr/bin/install -c .libs/ldap.so.0.0.0 /tmp/echoping-archlinuxrb-build-01D4CZ16/echoping/trunk/pkg/echoping/usr/lib/echoping/ldap.so.0.0.0
(cd /tmp/echoping-archlinuxrb-build-01D4CZ16/echoping/trunk/pkg/echoping/usr/lib/echoping && { ln -s -f ldap.so.0.0.0 ldap.so.0 || { rm -f ldap.so.0 && ln -s ldap.so.0.0.0 ldap.so.0; }; })
(cd /tmp/echoping-archlinuxrb-build-01D4CZ16/echoping/trunk/pkg/echoping/usr/lib/echoping && { ln -s -f ldap.so.0.0.0 ldap.so || { rm -f ldap.so && ln -s ldap.so.0.0.0 ldap.so; }; })
/usr/bin/install -c .libs/ldap.lai /tmp/echoping-archlinuxrb-build-01D4CZ16/echoping/trunk/pkg/echoping/usr/lib/echoping/ldap.la
/usr/bin/install -c .libs/ldap.a /tmp/echoping-archlinuxrb-build-01D4CZ16/echoping/trunk/pkg/echoping/usr/lib/echoping/ldap.a
chmod 644 /tmp/echoping-archlinuxrb-build-01D4CZ16/echoping/trunk/pkg/echoping/usr/lib/echoping/ldap.a
ranlib /tmp/echoping-archlinuxrb-build-01D4CZ16/echoping/trunk/pkg/echoping/usr/lib/echoping/ldap.a
libtool: install: warning: remember to run `libtool --finish /usr/lib/echoping'
make[3]: Leaving directory '/tmp/echoping-archlinuxrb-build-01D4CZ16/echoping/trunk/src/echoping-6.0.2/plugins/ldap'
make[2]: Leaving directory '/tmp/echoping-archlinuxrb-build-01D4CZ16/echoping/trunk/src/echoping-6.0.2/plugins/ldap'
Making install in postgresql
make[2]: Entering directory '/tmp/echoping-archlinuxrb-build-01D4CZ16/echoping/trunk/src/echoping-6.0.2/plugins/postgresql'
make[3]: Entering directory '/tmp/echoping-archlinuxrb-build-01D4CZ16/echoping/trunk/src/echoping-6.0.2/plugins/postgresql'
test -z "/usr/lib/echoping" || /usr/sbin/mkdir -p "/tmp/echoping-archlinuxrb-build-01D4CZ16/echoping/trunk/pkg/echoping/usr/lib/echoping"
test -z "/usr/share/man/man1" || /usr/sbin/mkdir -p "/tmp/echoping-archlinuxrb-build-01D4CZ16/echoping/trunk/pkg/echoping/usr/share/man/man1"
/usr/bin/install -c -m 644 './echoping_postgresql.1' '/tmp/echoping-archlinuxrb-build-01D4CZ16/echoping/trunk/pkg/echoping/usr/share/man/man1/echoping_postgresql.1'
make[3]: Leaving directory '/tmp/echoping-archlinuxrb-build-01D4CZ16/echoping/trunk/src/echoping-6.0.2/plugins/postgresql'
make[2]: Leaving directory '/tmp/echoping-archlinuxrb-build-01D4CZ16/echoping/trunk/src/echoping-6.0.2/plugins/postgresql'
Making install in random
make[2]: Entering directory '/tmp/echoping-archlinuxrb-build-01D4CZ16/echoping/trunk/src/echoping-6.0.2/plugins/random'
make[3]: Entering directory '/tmp/echoping-archlinuxrb-build-01D4CZ16/echoping/trunk/src/echoping-6.0.2/plugins/random'
test -z "/usr/lib/echoping" || /usr/sbin/mkdir -p "/tmp/echoping-archlinuxrb-build-01D4CZ16/echoping/trunk/pkg/echoping/usr/lib/echoping"
test -z "/usr/share/man/man1" || /usr/sbin/mkdir -p "/tmp/echoping-archlinuxrb-build-01D4CZ16/echoping/trunk/pkg/echoping/usr/share/man/man1"
/bin/sh ./libtool --mode=install /usr/bin/install -c 'random.la' '/tmp/echoping-archlinuxrb-build-01D4CZ16/echoping/trunk/pkg/echoping/usr/lib/echoping/random.la'
/usr/bin/install -c -m 644 './echoping_random.1' '/tmp/echoping-archlinuxrb-build-01D4CZ16/echoping/trunk/pkg/echoping/usr/share/man/man1/echoping_random.1'
/usr/bin/install -c .libs/random.so.0.0.0 /tmp/echoping-archlinuxrb-build-01D4CZ16/echoping/trunk/pkg/echoping/usr/lib/echoping/random.so.0.0.0
(cd /tmp/echoping-archlinuxrb-build-01D4CZ16/echoping/trunk/pkg/echoping/usr/lib/echoping && { ln -s -f random.so.0.0.0 random.so.0 || { rm -f random.so.0 && ln -s random.so.0.0.0 random.so.0; }; })
(cd /tmp/echoping-archlinuxrb-build-01D4CZ16/echoping/trunk/pkg/echoping/usr/lib/echoping && { ln -s -f random.so.0.0.0 random.so || { rm -f random.so && ln -s random.so.0.0.0 random.so; }; })
/usr/bin/install -c .libs/random.lai /tmp/echoping-archlinuxrb-build-01D4CZ16/echoping/trunk/pkg/echoping/usr/lib/echoping/random.la
/usr/bin/install -c .libs/random.a /tmp/echoping-archlinuxrb-build-01D4CZ16/echoping/trunk/pkg/echoping/usr/lib/echoping/random.a
chmod 644 /tmp/echoping-archlinuxrb-build-01D4CZ16/echoping/trunk/pkg/echoping/usr/lib/echoping/random.a
ranlib /tmp/echoping-archlinuxrb-build-01D4CZ16/echoping/trunk/pkg/echoping/usr/lib/echoping/random.a
libtool: install: warning: remember to run `libtool --finish /usr/lib/echoping'
make[3]: Leaving directory '/tmp/echoping-archlinuxrb-build-01D4CZ16/echoping/trunk/src/echoping-6.0.2/plugins/random'
make[2]: Leaving directory '/tmp/echoping-archlinuxrb-build-01D4CZ16/echoping/trunk/src/echoping-6.0.2/plugins/random'
Making install in whois
make[2]: Entering directory '/tmp/echoping-archlinuxrb-build-01D4CZ16/echoping/trunk/src/echoping-6.0.2/plugins/whois'
make[3]: Entering directory '/tmp/echoping-archlinuxrb-build-01D4CZ16/echoping/trunk/src/echoping-6.0.2/plugins/whois'
test -z "/usr/share/man/man1" || /usr/sbin/mkdir -p "/tmp/echoping-archlinuxrb-build-01D4CZ16/echoping/trunk/pkg/echoping/usr/share/man/man1"
test -z "/usr/lib/echoping" || /usr/sbin/mkdir -p "/tmp/echoping-archlinuxrb-build-01D4CZ16/echoping/trunk/pkg/echoping/usr/lib/echoping"
/bin/sh ./libtool --mode=install /usr/bin/install -c 'whois.la' '/tmp/echoping-archlinuxrb-build-01D4CZ16/echoping/trunk/pkg/echoping/usr/lib/echoping/whois.la'
/usr/bin/install -c -m 644 './echoping_whois.1' '/tmp/echoping-archlinuxrb-build-01D4CZ16/echoping/trunk/pkg/echoping/usr/share/man/man1/echoping_whois.1'
/usr/bin/install -c .libs/whois.so.0.0.0 /tmp/echoping-archlinuxrb-build-01D4CZ16/echoping/trunk/pkg/echoping/usr/lib/echoping/whois.so.0.0.0
(cd /tmp/echoping-archlinuxrb-build-01D4CZ16/echoping/trunk/pkg/echoping/usr/lib/echoping && { ln -s -f whois.so.0.0.0 whois.so.0 || { rm -f whois.so.0 && ln -s whois.so.0.0.0 whois.so.0; }; })
(cd /tmp/echoping-archlinuxrb-build-01D4CZ16/echoping/trunk/pkg/echoping/usr/lib/echoping && { ln -s -f whois.so.0.0.0 whois.so || { rm -f whois.so && ln -s whois.so.0.0.0 whois.so; }; })
/usr/bin/install -c .libs/whois.lai /tmp/echoping-archlinuxrb-build-01D4CZ16/echoping/trunk/pkg/echoping/usr/lib/echoping/whois.la
/usr/bin/install -c .libs/whois.a /tmp/echoping-archlinuxrb-build-01D4CZ16/echoping/trunk/pkg/echoping/usr/lib/echoping/whois.a
chmod 644 /tmp/echoping-archlinuxrb-build-01D4CZ16/echoping/trunk/pkg/echoping/usr/lib/echoping/whois.a
ranlib /tmp/echoping-archlinuxrb-build-01D4CZ16/echoping/trunk/pkg/echoping/usr/lib/echoping/whois.a
libtool: install: warning: remember to run `libtool --finish /usr/lib/echoping'
make[3]: Leaving directory '/tmp/echoping-archlinuxrb-build-01D4CZ16/echoping/trunk/src/echoping-6.0.2/plugins/whois'
make[2]: Leaving directory '/tmp/echoping-archlinuxrb-build-01D4CZ16/echoping/trunk/src/echoping-6.0.2/plugins/whois'
make[2]: Entering directory '/tmp/echoping-archlinuxrb-build-01D4CZ16/echoping/trunk/src/echoping-6.0.2/plugins'
make[3]: Entering directory '/tmp/echoping-archlinuxrb-build-01D4CZ16/echoping/trunk/src/echoping-6.0.2/plugins'
make[3]: Nothing to be done for 'install-exec-am'.
make[3]: Nothing to be done for 'install-data-am'.
make[3]: Leaving directory '/tmp/echoping-archlinuxrb-build-01D4CZ16/echoping/trunk/src/echoping-6.0.2/plugins'
make[2]: Leaving directory '/tmp/echoping-archlinuxrb-build-01D4CZ16/echoping/trunk/src/echoping-6.0.2/plugins'
make[1]: Leaving directory '/tmp/echoping-archlinuxrb-build-01D4CZ16/echoping/trunk/src/echoping-6.0.2/plugins'
make[1]: Entering directory '/tmp/echoping-archlinuxrb-build-01D4CZ16/echoping/trunk/src/echoping-6.0.2'
make[2]: Entering directory '/tmp/echoping-archlinuxrb-build-01D4CZ16/echoping/trunk/src/echoping-6.0.2'
test -z "/usr/share/man/man1" || /usr/sbin/mkdir -p "/tmp/echoping-archlinuxrb-build-01D4CZ16/echoping/trunk/pkg/echoping/usr/share/man/man1"
test -z "/usr/include/echoping" || /usr/sbin/mkdir -p "/tmp/echoping-archlinuxrb-build-01D4CZ16/echoping/trunk/pkg/echoping/usr/include/echoping"
/usr/bin/install -c -m 644 'echoping.h' '/tmp/echoping-archlinuxrb-build-01D4CZ16/echoping/trunk/pkg/echoping/usr/include/echoping/echoping.h'
/usr/bin/install -c -m 644 'compilation.h' '/tmp/echoping-archlinuxrb-build-01D4CZ16/echoping/trunk/pkg/echoping/usr/include/echoping/compilation.h'
test -z "/usr/bin" || /usr/sbin/mkdir -p "/tmp/echoping-archlinuxrb-build-01D4CZ16/echoping/trunk/pkg/echoping/usr/bin"
/usr/bin/install -c -m 644 './echoping.1' '/tmp/echoping-archlinuxrb-build-01D4CZ16/echoping/trunk/pkg/echoping/usr/share/man/man1/echoping.1'
/bin/sh ./libtool --mode=install /usr/bin/install -c 'echoping' '/tmp/echoping-archlinuxrb-build-01D4CZ16/echoping/trunk/pkg/echoping/usr/bin/echoping'
/usr/bin/install -c echoping /tmp/echoping-archlinuxrb-build-01D4CZ16/echoping/trunk/pkg/echoping/usr/bin/echoping
make[2]: Leaving directory '/tmp/echoping-archlinuxrb-build-01D4CZ16/echoping/trunk/src/echoping-6.0.2'
make[1]: Leaving directory '/tmp/echoping-archlinuxrb-build-01D4CZ16/echoping/trunk/src/echoping-6.0.2'
==> 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 "echoping"...
-> Generating .PKGINFO file...
-> Generating .BUILDINFO file...
-> Generating .MTREE file...
-> Compressing package...
==> Leaving fakeroot environment.
==> Finished making: echoping 6.0.2-10 (Mon Oct 17 11:08:35 2022)
+ PRESULT=0
+ '[' 0 -eq 124 ']'
+ set +e
+ schroot --end-session -c archlinux-echoping-archlinuxrb-build-01D4CZ16
+ tee -a /srv/reproducible-results/archlinuxrb-build-01D4CZ16/b2/echoping/build2.log
+ PRESULT=0
+ '[' 0 -ne 0 ']'
+ false
+ set +x
'/tmp/echoping-archlinuxrb-build-01D4CZ16/echoping/trunk/echoping-6.0.2-10-x86_64.pkg.tar.zst' -> '/srv/reproducible-results/archlinuxrb-build-01D4CZ16/b2/echoping/echoping-6.0.2-10-x86_64.pkg.tar.zst'
Mon Oct 17 11:08:36 UTC 2022 - build #2 for echoping on osuosl184-amd64 done.
Mon Oct 17 11:08:36 UTC 2022 - reproducible_build_archlinux_pkg.sh stopped running as /tmp/jenkins-script-tFGlFcH3, removing.
/srv/reproducible-results/archlinuxrb-build-01D4CZ16:
total 8
drwxr-xr-x 3 jenkins jenkins 4096 Oct 17 11:07 b1
drwxr-xr-x 3 jenkins jenkins 4096 Oct 17 11:08 b2
/srv/reproducible-results/archlinuxrb-build-01D4CZ16/b1:
total 4
drwxr-xr-x 2 jenkins jenkins 4096 Oct 17 11:07 echoping
/srv/reproducible-results/archlinuxrb-build-01D4CZ16/b1/echoping:
total 132
-rw-r--r-- 1 jenkins jenkins 81554 Oct 17 11:07 build1.log
-rw-r--r-- 1 jenkins jenkins 9 Oct 17 11:07 build1.version
-rw-r--r-- 1 jenkins jenkins 44652 Oct 17 11:07 echoping-6.0.2-10-x86_64.pkg.tar.zst
/srv/reproducible-results/archlinuxrb-build-01D4CZ16/b2:
total 4
drwxr-xr-x 2 jenkins jenkins 4096 Oct 17 11:08 echoping
/srv/reproducible-results/archlinuxrb-build-01D4CZ16/b2/echoping:
total 128
-rw-r--r-- 1 jenkins jenkins 80567 Oct 17 11:08 build2.log
-rw-r--r-- 1 jenkins jenkins 9 Oct 17 11:08 build2.version
-rw-r--r-- 1 jenkins jenkins 44661 Oct 17 11:08 echoping-6.0.2-10-x86_64.pkg.tar.zst
Mon Oct 17 11:08:42 UTC 2022 - comparing results now.
Files /srv/reproducible-results/archlinuxrb-build-01D4CZ16/b1/echoping/echoping-6.0.2-10-x86_64.pkg.tar.zst and /srv/reproducible-results/archlinuxrb-build-01D4CZ16/b2/echoping/echoping-6.0.2-10-x86_64.pkg.tar.zst differ
Mon Oct 17 11:08:42 UTC 2022 - running diffoscope on the results now:
Mon Oct 17 11:08:42 UTC 2022 - Running diffoscope 224 now...
Mon Oct 17 11:08:45 UTC 2022 - diffoscope 224 found issues, please investigate echoping/echoping-6.0.2-10-x86_64.pkg.tar.zst
/tmp/jenkins-script-MgOuV88j: line 480: echo: write error: No space left on device
cp: error writing '/var/lib/jenkins/userContent/reproducible/archlinux/community/echoping/pkg.version': No space left on device
Mon Oct 17 11:08:45 UTC 2022 - /srv/reproducible-results/archlinuxrb-build-01D4CZ16 deleted.
Mon Oct 17 11:08:45 UTC 2022 - reproducible_build_archlinux_pkg.sh stopped running as /tmp/jenkins-script-MgOuV88j, removing.
Build step 'Execute shell' marked build as failure
More information about the Qa-jenkins-scm
mailing list