[Qa-jenkins-scm] Build failed in Jenkins: reproducible_builder_archlinux_4 #403240
jenkins at jenkins.debian.net
jenkins at jenkins.debian.net
Fri Oct 21 08:24:38 BST 2022
See <https://jenkins.debian.net/job/reproducible_builder_archlinux_4/403240/display/redirect>
Changes:
------------------------------------------
[...truncated 37.01 KB...]
sslh-v1.22c.tar.gz ... Passed (WARNING: the key has expired.)
==> WARNING: Warnings have occurred while verifying the signatures.
Please make sure you really trust them.
==> Extracting sources...
-> Extracting sslh-v1.22c.tar.gz with bsdtar
==> Starting prepare()...
==> Starting build()...
Makefile:68: warning: ignoring prerequisites on suffix rule definition
./genver.sh >version.h
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 -DENABLE_REGEX -DLIBCONFIG -DLIBCAP -DSYSTEMD -c sslh-fork.c
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 -DENABLE_REGEX -DLIBCONFIG -DLIBCAP -DSYSTEMD -c sslh-select.c
pod2man --section=8 --release="v1.22.c" --center=" " sslh.pod | gzip -9 - > sslh.8.gz
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 -DENABLE_REGEX -DLIBCONFIG -DLIBCAP -DSYSTEMD -c echosrv.c
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 -DENABLE_REGEX -DLIBCONFIG -DLIBCAP -DSYSTEMD -c echosrv-conf.c
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 -DENABLE_REGEX -DLIBCONFIG -DLIBCAP -DSYSTEMD -c systemd-sslh-generator.c
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 -DENABLE_REGEX -DLIBCONFIG -DLIBCAP -DSYSTEMD -c sslh-conf.c
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 -DENABLE_REGEX -DLIBCONFIG -DLIBCAP -DSYSTEMD -c common.c
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 -DENABLE_REGEX -DLIBCONFIG -DLIBCAP -DSYSTEMD -c sslh-main.c
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 -DENABLE_REGEX -DLIBCONFIG -DLIBCAP -DSYSTEMD -c probe.c
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 -DENABLE_REGEX -DLIBCONFIG -DLIBCAP -DSYSTEMD -c tls.c
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 -DENABLE_REGEX -DLIBCONFIG -DLIBCAP -DSYSTEMD -c argtable3.c
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 -DENABLE_REGEX -DLIBCONFIG -DLIBCAP -DSYSTEMD -c udp-listener.c
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 -DENABLE_REGEX -DLIBCONFIG -DLIBCAP -DSYSTEMD -c collection.c
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 -DENABLE_REGEX -DLIBCONFIG -DLIBCAP -DSYSTEMD -c gap.c
echosrv-conf.c: In function 'myconfig_setting_lookup_stringcpy':
echosrv-conf.c:229:9: warning: ignoring return value of 'asprintf' declared with attribute 'warn_unused_result' [-Wunused-result]
229 | asprintf(value, "%s", str);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~
echosrv-conf.c: In function 'c2s_parse_file':
echosrv-conf.c:1114:12: warning: ignoring return value of 'asprintf' declared with attribute 'warn_unused_result' [-Wunused-result]
1114 | asprintf(errmsg, "%s:%d:%s",
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
1115 | filename,
| ~~~~~~~~~
1116 | config_error_line(c),
| ~~~~~~~~~~~~~~~~~~~~~
1117 | config_error_text(c));
| ~~~~~~~~~~~~~~~~~~~~~
echosrv-conf.c:1120:9: warning: ignoring return value of 'asprintf' declared with attribute 'warn_unused_result' [-Wunused-result]
1120 | asprintf(errmsg, "%s:%s", filename, config_error_text(c));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
echosrv-conf.c: In function 'read_block':
echosrv-conf.c:825:13: warning: ignoring return value of 'asprintf' declared with attribute 'warn_unused_result' [-Wunused-result]
825 | asprintf(errmsg, "Mandatory option \"%s\" not found", desc->name);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
echosrv-conf.c: In function 'read_block_setval':
echosrv-conf.c:768:17: warning: ignoring return value of 'asprintf' declared with attribute 'warn_unused_result' [-Wunused-result]
768 | asprintf(errmsg, "Option \"%s\" wrong type, expected %s\n",
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
769 | desc->name, type2str[desc->type]);
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
echosrv-conf.c: In function 'settingcpy':
echosrv-conf.c:313:9: warning: ignoring return value of 'asprintf' declared with attribute 'warn_unused_result' [-Wunused-result]
313 | asprintf(&str, "%s", config_setting_get_string(setting));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
echosrv-conf.c: In function 'clcpy':
echosrv-conf.c:356:9: warning: ignoring return value of 'asprintf' declared with attribute 'warn_unused_result' [-Wunused-result]
356 | asprintf(&str, "%s", (*(struct arg_str**)cl_arg)->sval[0]);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
echosrv-conf.c: In function 'regcompmatch_posix':
echosrv-conf.c:983:9: warning: ignoring return value of 'asprintf' declared with attribute 'warn_unused_result' [-Wunused-result]
983 | asprintf(errmsg, "compiling pattern /%s/:%s", arg->regex, regerr);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
echosrv-conf.c:989:9: warning: ignoring return value of 'asprintf' declared with attribute 'warn_unused_result' [-Wunused-result]
989 | asprintf(errmsg, "--%s %s: Illegal argument",
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
990 | arg_cl->hdr.longopts,
| ~~~~~~~~~~~~~~~~~~~~~
991 | arg->regex);
| ~~~~~~~~~~~
echosrv-conf.c: In function 'cfg_as_string':
echosrv-conf.c:1175:13: warning: ignoring return value of 'asprintf' declared with attribute 'warn_unused_result' [-Wunused-result]
1175 | asprintf(&subpath, "%s[%d]%s", path, config_setting_index(child), name);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
echosrv-conf.c:1177:13: warning: ignoring return value of 'asprintf' declared with attribute 'warn_unused_result' [-Wunused-result]
1177 | asprintf(&subpath, "%s/%s", path, name);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
echosrv-conf.c:1185:17: warning: ignoring return value of 'asprintf' declared with attribute 'warn_unused_result' [-Wunused-result]
1185 | asprintf(&old, "%s", *strp);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~
echosrv-conf.c:1188:17: warning: ignoring return value of 'asprintf' declared with attribute 'warn_unused_result' [-Wunused-result]
1188 | asprintf(&old, "%s", "");
| ^~~~~~~~~~~~~~~~~~~~~~~~
echosrv-conf.c:1190:13: warning: ignoring return value of 'asprintf' declared with attribute 'warn_unused_result' [-Wunused-result]
1190 | asprintf(strp, "%s%s:%s", old, subpath, value);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
echosrv-conf.c: In function 'scalar_to_string':
echosrv-conf.c:1131:9: warning: ignoring return value of 'asprintf' declared with attribute 'warn_unused_result' [-Wunused-result]
1131 | asprintf(strp, "%d\n", config_setting_get_int(s));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
echosrv-conf.c:1135:9: warning: ignoring return value of 'asprintf' declared with attribute 'warn_unused_result' [-Wunused-result]
1135 | asprintf(strp, "%s\n", config_setting_get_bool(s) ? "[true]" : "[false]" );
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
echosrv-conf.c:1139:9: warning: ignoring return value of 'asprintf' declared with attribute 'warn_unused_result' [-Wunused-result]
1139 | asprintf(strp, "%lld\n", config_setting_get_int64(s));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
echosrv-conf.c:1143:9: warning: ignoring return value of 'asprintf' declared with attribute 'warn_unused_result' [-Wunused-result]
1143 | asprintf(strp, "%lf\n", config_setting_get_float(s));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
echosrv-conf.c:1147:9: warning: ignoring return value of 'asprintf' declared with attribute 'warn_unused_result' [-Wunused-result]
1147 | asprintf(strp, "%s\n", config_setting_get_string(s));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
sslh-conf.c: In function 'myconfig_setting_lookup_stringcpy':
sslh-conf.c:229:9: warning: ignoring return value of 'asprintf' declared with attribute 'warn_unused_result' [-Wunused-result]
229 | asprintf(value, "%s", str);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~
sslh-conf.c: In function 'c2s_parse_file':
sslh-conf.c:1807:12: warning: ignoring return value of 'asprintf' declared with attribute 'warn_unused_result' [-Wunused-result]
1807 | asprintf(errmsg, "%s:%d:%s",
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
1808 | filename,
| ~~~~~~~~~
1809 | config_error_line(c),
| ~~~~~~~~~~~~~~~~~~~~~
1810 | config_error_text(c));
| ~~~~~~~~~~~~~~~~~~~~~
sslh-conf.c:1813:9: warning: ignoring return value of 'asprintf' declared with attribute 'warn_unused_result' [-Wunused-result]
1813 | asprintf(errmsg, "%s:%s", filename, config_error_text(c));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
sslh-conf.c: In function 'read_block':
sslh-conf.c:1518:13: warning: ignoring return value of 'asprintf' declared with attribute 'warn_unused_result' [-Wunused-result]
1518 | asprintf(errmsg, "Mandatory option \"%s\" not found", desc->name);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
sslh-conf.c: In function 'read_block_setval':
sslh-conf.c:1461:17: warning: ignoring return value of 'asprintf' declared with attribute 'warn_unused_result' [-Wunused-result]
1461 | asprintf(errmsg, "Option \"%s\" wrong type, expected %s\n",
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1462 | desc->name, type2str[desc->type]);
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
sslh-conf.c: In function 'settingcpy':
sslh-conf.c:313:9: warning: ignoring return value of 'asprintf' declared with attribute 'warn_unused_result' [-Wunused-result]
313 | asprintf(&str, "%s", config_setting_get_string(setting));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
sslh-conf.c: In function 'clcpy':
sslh-conf.c:356:9: warning: ignoring return value of 'asprintf' declared with attribute 'warn_unused_result' [-Wunused-result]
356 | asprintf(&str, "%s", (*(struct arg_str**)cl_arg)->sval[0]);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
sslh-conf.c: In function 'regcompmatch_posix':
sslh-conf.c:1676:9: warning: ignoring return value of 'asprintf' declared with attribute 'warn_unused_result' [-Wunused-result]
1676 | asprintf(errmsg, "compiling pattern /%s/:%s", arg->regex, regerr);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
sslh-conf.c:1682:9: warning: ignoring return value of 'asprintf' declared with attribute 'warn_unused_result' [-Wunused-result]
1682 | asprintf(errmsg, "--%s %s: Illegal argument",
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1683 | arg_cl->hdr.longopts,
| ~~~~~~~~~~~~~~~~~~~~~
1684 | arg->regex);
| ~~~~~~~~~~~
sslh-conf.c: In function 'cfg_as_string':
sslh-conf.c:1868:13: warning: ignoring return value of 'asprintf' declared with attribute 'warn_unused_result' [-Wunused-result]
1868 | asprintf(&subpath, "%s[%d]%s", path, config_setting_index(child), name);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
sslh-conf.c:1870:13: warning: ignoring return value of 'asprintf' declared with attribute 'warn_unused_result' [-Wunused-result]
1870 | asprintf(&subpath, "%s/%s", path, name);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
sslh-conf.c:1878:17: warning: ignoring return value of 'asprintf' declared with attribute 'warn_unused_result' [-Wunused-result]
1878 | asprintf(&old, "%s", *strp);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~
sslh-conf.c:1881:17: warning: ignoring return value of 'asprintf' declared with attribute 'warn_unused_result' [-Wunused-result]
1881 | asprintf(&old, "%s", "");
| ^~~~~~~~~~~~~~~~~~~~~~~~
sslh-conf.c:1883:13: warning: ignoring return value of 'asprintf' declared with attribute 'warn_unused_result' [-Wunused-result]
1883 | asprintf(strp, "%s%s:%s", old, subpath, value);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
sslh-conf.c: In function 'scalar_to_string':
sslh-conf.c:1824:9: warning: ignoring return value of 'asprintf' declared with attribute 'warn_unused_result' [-Wunused-result]
1824 | asprintf(strp, "%d\n", config_setting_get_int(s));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
sslh-conf.c:1828:9: warning: ignoring return value of 'asprintf' declared with attribute 'warn_unused_result' [-Wunused-result]
1828 | asprintf(strp, "%s\n", config_setting_get_bool(s) ? "[true]" : "[false]" );
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
sslh-conf.c:1832:9: warning: ignoring return value of 'asprintf' declared with attribute 'warn_unused_result' [-Wunused-result]
1832 | asprintf(strp, "%lld\n", config_setting_get_int64(s));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
sslh-conf.c:1836:9: warning: ignoring return value of 'asprintf' declared with attribute 'warn_unused_result' [-Wunused-result]
1836 | asprintf(strp, "%lf\n", config_setting_get_float(s));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
sslh-conf.c:1840:9: warning: ignoring return value of 'asprintf' declared with attribute 'warn_unused_result' [-Wunused-result]
1840 | asprintf(strp, "%s\n", config_setting_get_string(s));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
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 -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -o systemd-sslh-generator systemd-sslh-generator.o -lconfig
make: 'systemd-sslh-generator' is up to date.
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 -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -o sslh-fork sslh-fork.o sslh-conf.o common.o sslh-main.o probe.o tls.o argtable3.o udp-listener.o collection.o gap.o -lm -lpcre2-8 -lconfig -lcap -lsystemd
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 -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -o sslh-select sslh-select.o sslh-conf.o common.o sslh-main.o probe.o tls.o argtable3.o udp-listener.o collection.o gap.o -lm -lpcre2-8 -lconfig -lcap -lsystemd
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 -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -o echosrv echosrv.o echosrv-conf.o argtable3.o -lm -lpcre2-8 -lconfig -lcap -lsystemd
#strip sslh-fork
#strip sslh-select
==> Entering fakeroot environment...
==> Starting package()...
==> 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 "sslh"...
-> Generating .PKGINFO file...
-> Generating .BUILDINFO file...
-> Adding install file...
-> Generating .MTREE file...
-> Compressing package...
==> Leaving fakeroot environment.
==> Finished making: sslh 1.22.c-2 (Fri Oct 21 07:24:29 2022)
+ PRESULT=0
+ '[' 0 -eq 124 ']'
+ set +e
+ schroot --end-session -c archlinux-sslh-archlinuxrb-build-IRZ1Kcvv
+ tee -a /srv/reproducible-results/archlinuxrb-build-IRZ1Kcvv/b2/sslh/build2.log
+ PRESULT=0
+ '[' 0 -ne 0 ']'
+ false
+ set +x
'/tmp/sslh-archlinuxrb-build-IRZ1Kcvv/sslh/trunk/sslh-1.22.c-2-x86_64.pkg.tar.zst' -> '/srv/reproducible-results/archlinuxrb-build-IRZ1Kcvv/b2/sslh/sslh-1.22.c-2-x86_64.pkg.tar.zst'
Fri Oct 21 07:24:32 UTC 2022 - build #2 for sslh on osuosl184-amd64 done.
Fri Oct 21 07:24:32 UTC 2022 - reproducible_build_archlinux_pkg.sh stopped running as /tmp/jenkins-script-iVdrlA9l, removing.
/srv/reproducible-results/archlinuxrb-build-IRZ1Kcvv:
total 8
drwxr-xr-x 3 jenkins jenkins 4096 Oct 21 07:24 b1
drwxr-xr-x 3 jenkins jenkins 4096 Oct 21 07:24 b2
/srv/reproducible-results/archlinuxrb-build-IRZ1Kcvv/b1:
total 4
drwxr-xr-x 2 jenkins jenkins 4096 Oct 21 07:24 sslh
/srv/reproducible-results/archlinuxrb-build-IRZ1Kcvv/b1/sslh:
total 116
-rw-r--r-- 1 jenkins jenkins 22848 Oct 21 07:24 build1.log
-rw-r--r-- 1 jenkins jenkins 9 Oct 21 07:24 build1.version
-rw-r--r-- 1 jenkins jenkins 84272 Oct 21 07:24 sslh-1.22.c-2-x86_64.pkg.tar.zst
/srv/reproducible-results/archlinuxrb-build-IRZ1Kcvv/b2:
total 4
drwxr-xr-x 2 jenkins jenkins 4096 Oct 21 07:24 sslh
/srv/reproducible-results/archlinuxrb-build-IRZ1Kcvv/b2/sslh:
total 112
-rw-r--r-- 1 jenkins jenkins 22100 Oct 21 07:24 build2.log
-rw-r--r-- 1 jenkins jenkins 9 Oct 21 07:24 build2.version
-rw-r--r-- 1 jenkins jenkins 84272 Oct 21 07:24 sslh-1.22.c-2-x86_64.pkg.tar.zst
Fri Oct 21 07:24:38 UTC 2022 - comparing results now.
Fri Oct 21 07:24:38 UTC 2022 - YAY - sslh/sslh-1.22.c-2-x86_64.pkg.tar.zst build reproducible in our test framework!
x .BUILDINFO
x .BUILDINFO
/tmp/jenkins-script-6L3BrEC8: line 480: echo: write error: No space left on device
cp: error writing '/var/lib/jenkins/userContent/reproducible/archlinux/community/sslh/pkg.version': No space left on device
Fri Oct 21 07:24:38 UTC 2022 - /srv/reproducible-results/archlinuxrb-build-IRZ1Kcvv deleted.
Fri Oct 21 07:24:38 UTC 2022 - reproducible_build_archlinux_pkg.sh stopped running as /tmp/jenkins-script-6L3BrEC8, removing.
Build step 'Execute shell' marked build as failure
More information about the Qa-jenkins-scm
mailing list