[Qa-jenkins-scm] Build failed in Jenkins: reproducible_builder_archlinux_5 #331397
jenkins at jenkins.debian.net
jenkins at jenkins.debian.net
Mon Oct 17 10:19:12 BST 2022
See <https://jenkins.debian.net/job/reproducible_builder_archlinux_5/331397/display/redirect>
Changes:
------------------------------------------
[...truncated 39.52 KB...]
checking for archiver @FILE support... @
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/sbin/nm -B output from gcc object... ok
checking for sysroot... no
checking for a working dd... /usr/sbin/dd
checking how to truncate binary pipes... /usr/sbin/dd bs=4096 count=1
checking for mt... no
checking if : is a manifest tool... no
checking for dlfcn.h... yes
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/sbin/ld -m elf_x86_64) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
checking for gcc options needed to detect all undeclared functions... none needed
checking whether __clang__ is declared... no
checking whether __INTEL_COMPILER is declared... no
checking whether __SUNPRO_C is declared... no
checking for pkg-config... /usr/sbin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking if gcc supports -Werror=unknown-warning-option... no
checking if gcc supports -Werror=unused-command-line-argument... no
checking if gcc supports -Wall... yes
checking if gcc supports -Wpointer-arith... yes
checking if gcc supports -Wmissing-declarations... yes
checking if gcc supports -Wformat=2... yes
checking if gcc supports -Wstrict-prototypes... yes
checking if gcc supports -Wmissing-prototypes... yes
checking if gcc supports -Wnested-externs... yes
checking if gcc supports -Wbad-function-cast... yes
checking if gcc supports -Wold-style-definition... yes
checking if gcc supports -Wdeclaration-after-statement... yes
checking if gcc supports -Wunused... yes
checking if gcc supports -Wuninitialized... yes
checking if gcc supports -Wshadow... yes
checking if gcc supports -Wmissing-noreturn... yes
checking if gcc supports -Wmissing-format-attribute... yes
checking if gcc supports -Wredundant-decls... yes
checking if gcc supports -Wlogical-op... yes
checking if gcc supports -Werror=implicit... yes
checking if gcc supports -Werror=nonnull... yes
checking if gcc supports -Werror=init-self... yes
checking if gcc supports -Werror=main... yes
checking if gcc supports -Werror=missing-braces... yes
checking if gcc supports -Werror=sequence-point... yes
checking if gcc supports -Werror=return-type... yes
checking if gcc supports -Werror=trigraphs... yes
checking if gcc supports -Werror=array-bounds... yes
checking if gcc supports -Werror=write-strings... yes
checking if gcc supports -Werror=address... yes
checking if gcc supports -Werror=int-to-pointer-cast... yes
checking if gcc supports -Werror=pointer-to-int-cast... yes
checking if gcc supports -pedantic... yes
checking if gcc supports -Werror... yes
checking if gcc supports -Werror=attributes... yes
checking whether make supports nested variables... (cached) yes
checking for root directory for font files... ${datarootdir}/fonts/X11
checking for directory for encodings files... /usr/share/fonts/encodings
checking for zlib.h... yes
checking for gzclose in -lz... yes
checking for FONTENC... yes
checking for reallocarray... yes
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating src/Makefile
config.status: creating fontenc.pc
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing libtool commands
make all-recursive
make[1]: Entering directory '/tmp/libfontenc-archlinuxrb-build-tBEUo7lA/libfontenc/trunk/src/libfontenc-1.1.6'
Making all in src
make[2]: Entering directory '/tmp/libfontenc-archlinuxrb-build-tBEUo7lA/libfontenc/trunk/src/libfontenc-1.1.6/src'
CC encparse.lo
CC fontenc.lo
fontenc.c:586:40: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
586 | static char *iso8859_15_aliases[2] = { "fcd8859-15", NULL };
| ^~~~~~~~~~~~
fontenc.c:589:6: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
589 | {"iso10646-1", NULL, 256 * 256, 0, iso10646, NULL, 0, 0}, /* Unicode */
| ^~~~~~~~~~~~
fontenc.c:590:6: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
590 | {"iso8859-1", NULL, 256, 0, iso8859_1, NULL, 0, 0}, /* Latin 1 (West European) */
| ^~~~~~~~~~~
fontenc.c:591:6: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
591 | {"iso8859-2", NULL, 256, 0, iso8859_2, NULL, 0, 0}, /* Latin 2 (East European) */
| ^~~~~~~~~~~
fontenc.c:592:6: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
592 | {"iso8859-3", NULL, 256, 0, iso8859_3, NULL, 0, 0}, /* Latin 3 (South European) */
| ^~~~~~~~~~~
fontenc.c:593:6: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
593 | {"iso8859-4", NULL, 256, 0, iso8859_4, NULL, 0, 0}, /* Latin 4 (North European) */
| ^~~~~~~~~~~
fontenc.c:594:6: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
594 | {"iso8859-5", NULL, 256, 0, iso8859_5, NULL, 0, 0}, /* Cyrillic */
| ^~~~~~~~~~~
fontenc.c:595:6: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
595 | {"iso8859-6", NULL, 256, 0, iso8859_6, NULL, 0, 0}, /* Arabic */
| ^~~~~~~~~~~
fontenc.c:596:6: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
596 | {"iso8859-7", NULL, 256, 0, iso8859_7, NULL, 0, 0}, /* Greek */
| ^~~~~~~~~~~
fontenc.c:597:6: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
597 | {"iso8859-8", NULL, 256, 0, iso8859_8, NULL, 0, 0}, /* Hebrew */
| ^~~~~~~~~~~
fontenc.c:598:6: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
598 | {"iso8859-9", NULL, 256, 0, iso8859_9, NULL, 0, 0}, /* Latin 5 (Turkish) */
| ^~~~~~~~~~~
fontenc.c:599:6: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
599 | {"iso8859-10", NULL, 256, 0, iso8859_10, NULL, 0, 0}, /* Latin 6 (Nordic) */
| ^~~~~~~~~~~~
fontenc.c:600:6: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
600 | {"iso8859-15", iso8859_15_aliases, 256, 0, iso8859_15, NULL, 0, 0}, /* Latin 9 */
| ^~~~~~~~~~~~
fontenc.c:601:6: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
601 | {"koi8-r", NULL, 256, 0, koi8_r, NULL, 0, 0}, /* Russian */
| ^~~~~~~~
fontenc.c:602:6: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
602 | {"koi8-ru", NULL, 256, 0, koi8_ru, NULL, 0, 0}, /* Ukrainian */
| ^~~~~~~~~
fontenc.c:603:6: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
603 | {"koi8-uni", NULL, 256, 0, koi8_uni, NULL, 0, 0}, /* Russian/Ukrainian/Bielorussian */
| ^~~~~~~~~~
fontenc.c:604:6: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
604 | {"koi8-e", NULL, 256, 0, koi8_e, NULL, 0, 0}, /* ``European'' */
| ^~~~~~~~
fontenc.c:605:6: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
605 | {"koi8-u", NULL, 256, 0, koi8_u, NULL, 0, 0}, /* Ukrainian too */
| ^~~~~~~~
fontenc.c:606:6: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
606 | {"microsoft-symbol", NULL, 256, 0, microsoft_symbol, NULL, 0, 0},
| ^~~~~~~~~~~~~~~~~~
fontenc.c:607:6: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
607 | {"apple-roman", NULL, 256, 0, apple_roman, NULL, 0, 0},
| ^~~~~~~~~~~~~
encparse.c: In function 'FontEncReallyReallyLoad':
encparse.c:921:54: warning: '%s' directive output may be truncated writing up to 1023 bytes into a region of size between 1 and 1024 [-Wformat-truncation=]
921 | snprintf(buf, MAXFONTFILENAMELEN, "%s%s", dir, file_name);
| ^~ ~~~~~~~~~
In file included from /usr/include/stdio.h:906,
from encparse.c:36:
In function 'snprintf',
inlined from 'FontEncReallyReallyLoad' at encparse.c:921:17:
/usr/include/bits/stdio2.h:54:10: note: '__builtin___snprintf_chk' output between 1 and 2047 bytes into a destination of size 1024
54 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
55 | __glibc_objsize (__s), __fmt,
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
56 | __va_arg_pack ());
| ~~~~~~~~~~~~~~~~~
CCLD libfontenc.la
make[2]: Leaving directory '/tmp/libfontenc-archlinuxrb-build-tBEUo7lA/libfontenc/trunk/src/libfontenc-1.1.6/src'
make[2]: Entering directory '/tmp/libfontenc-archlinuxrb-build-tBEUo7lA/libfontenc/trunk/src/libfontenc-1.1.6'
make[2]: Leaving directory '/tmp/libfontenc-archlinuxrb-build-tBEUo7lA/libfontenc/trunk/src/libfontenc-1.1.6'
make[1]: Leaving directory '/tmp/libfontenc-archlinuxrb-build-tBEUo7lA/libfontenc/trunk/src/libfontenc-1.1.6'
==> Entering fakeroot environment...
==> Starting package()...
Making install in src
make[1]: Entering directory '/tmp/libfontenc-archlinuxrb-build-tBEUo7lA/libfontenc/trunk/src/libfontenc-1.1.6/src'
make[2]: Entering directory '/tmp/libfontenc-archlinuxrb-build-tBEUo7lA/libfontenc/trunk/src/libfontenc-1.1.6/src'
/usr/sbin/mkdir -p '/tmp/libfontenc-archlinuxrb-build-tBEUo7lA/libfontenc/trunk/pkg/libfontenc/usr/lib'
/bin/sh ../libtool --mode=install /usr/bin/install -c libfontenc.la '/tmp/libfontenc-archlinuxrb-build-tBEUo7lA/libfontenc/trunk/pkg/libfontenc/usr/lib'
/usr/sbin/mkdir -p '/tmp/libfontenc-archlinuxrb-build-tBEUo7lA/libfontenc/trunk/pkg/libfontenc/usr/include/X11/fonts'
/usr/bin/install -c -m 644 ../include/X11/fonts/fontenc.h '/tmp/libfontenc-archlinuxrb-build-tBEUo7lA/libfontenc/trunk/pkg/libfontenc/usr/include/X11/fonts'
libtool: install: /usr/bin/install -c .libs/libfontenc.so.1.0.0 /tmp/libfontenc-archlinuxrb-build-tBEUo7lA/libfontenc/trunk/pkg/libfontenc/usr/lib/libfontenc.so.1.0.0
libtool: install: (cd /tmp/libfontenc-archlinuxrb-build-tBEUo7lA/libfontenc/trunk/pkg/libfontenc/usr/lib && { ln -s -f libfontenc.so.1.0.0 libfontenc.so.1 || { rm -f libfontenc.so.1 && ln -s libfontenc.so.1.0.0 libfontenc.so.1; }; })
libtool: install: (cd /tmp/libfontenc-archlinuxrb-build-tBEUo7lA/libfontenc/trunk/pkg/libfontenc/usr/lib && { ln -s -f libfontenc.so.1.0.0 libfontenc.so || { rm -f libfontenc.so && ln -s libfontenc.so.1.0.0 libfontenc.so; }; })
libtool: install: /usr/bin/install -c .libs/libfontenc.lai /tmp/libfontenc-archlinuxrb-build-tBEUo7lA/libfontenc/trunk/pkg/libfontenc/usr/lib/libfontenc.la
libtool: warning: remember to run 'libtool --finish /usr/lib'
make[2]: Leaving directory '/tmp/libfontenc-archlinuxrb-build-tBEUo7lA/libfontenc/trunk/src/libfontenc-1.1.6/src'
make[1]: Leaving directory '/tmp/libfontenc-archlinuxrb-build-tBEUo7lA/libfontenc/trunk/src/libfontenc-1.1.6/src'
make[1]: Entering directory '/tmp/libfontenc-archlinuxrb-build-tBEUo7lA/libfontenc/trunk/src/libfontenc-1.1.6'
make[2]: Entering directory '/tmp/libfontenc-archlinuxrb-build-tBEUo7lA/libfontenc/trunk/src/libfontenc-1.1.6'
make[2]: Nothing to be done for 'install-exec-am'.
/usr/sbin/mkdir -p '/tmp/libfontenc-archlinuxrb-build-tBEUo7lA/libfontenc/trunk/pkg/libfontenc/usr/lib/pkgconfig'
/usr/bin/install -c -m 644 fontenc.pc '/tmp/libfontenc-archlinuxrb-build-tBEUo7lA/libfontenc/trunk/pkg/libfontenc/usr/lib/pkgconfig'
make[2]: Leaving directory '/tmp/libfontenc-archlinuxrb-build-tBEUo7lA/libfontenc/trunk/src/libfontenc-1.1.6'
make[1]: Leaving directory '/tmp/libfontenc-archlinuxrb-build-tBEUo7lA/libfontenc/trunk/src/libfontenc-1.1.6'
==> 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 "libfontenc"...
-> Generating .PKGINFO file...
-> Generating .BUILDINFO file...
-> Generating .MTREE file...
-> Compressing package...
==> Leaving fakeroot environment.
==> Finished making: libfontenc 1.1.6-1 (Mon Oct 17 09:18:59 2022)
+ PRESULT=0
+ '[' 0 -eq 124 ']'
+ set +e
+ schroot --end-session -c archlinux-libfontenc-archlinuxrb-build-tBEUo7lA
+ tee -a /srv/reproducible-results/archlinuxrb-build-tBEUo7lA/b2/libfontenc/build2.log
+ PRESULT=0
+ '[' 0 -ne 0 ']'
+ false
+ set +x
'/tmp/libfontenc-archlinuxrb-build-tBEUo7lA/libfontenc/trunk/libfontenc-1.1.6-1-x86_64.pkg.tar.zst' -> '/srv/reproducible-results/archlinuxrb-build-tBEUo7lA/b2/libfontenc/libfontenc-1.1.6-1-x86_64.pkg.tar.zst'
Mon Oct 17 09:19:05 UTC 2022 - build #2 for libfontenc on osuosl184-amd64 done.
Mon Oct 17 09:19:06 UTC 2022 - reproducible_build_archlinux_pkg.sh stopped running as /tmp/jenkins-script-MkxlFsta, removing.
/srv/reproducible-results/archlinuxrb-build-tBEUo7lA:
total 8
drwxr-xr-x 3 jenkins jenkins 4096 Oct 17 09:18 b1
drwxr-xr-x 3 jenkins jenkins 4096 Oct 17 09:19 b2
/srv/reproducible-results/archlinuxrb-build-tBEUo7lA/b1:
total 4
drwxr-xr-x 2 jenkins jenkins 4096 Oct 17 09:18 libfontenc
/srv/reproducible-results/archlinuxrb-build-tBEUo7lA/b1/libfontenc:
total 48
-rw-r--r-- 1 jenkins jenkins 22188 Oct 17 09:18 build1.log
-rw-r--r-- 1 jenkins jenkins 8 Oct 17 09:18 build1.version
-rw-r--r-- 1 jenkins jenkins 18955 Oct 17 09:18 libfontenc-1.1.6-1-x86_64.pkg.tar.zst
/srv/reproducible-results/archlinuxrb-build-tBEUo7lA/b2:
total 4
drwxr-xr-x 2 jenkins jenkins 4096 Oct 17 09:19 libfontenc
/srv/reproducible-results/archlinuxrb-build-tBEUo7lA/b2/libfontenc:
total 48
-rw-r--r-- 1 jenkins jenkins 21362 Oct 17 09:19 build2.log
-rw-r--r-- 1 jenkins jenkins 8 Oct 17 09:19 build2.version
-rw-r--r-- 1 jenkins jenkins 18955 Oct 17 09:19 libfontenc-1.1.6-1-x86_64.pkg.tar.zst
Mon Oct 17 09:19:11 UTC 2022 - comparing results now.
Mon Oct 17 09:19:11 UTC 2022 - YAY - libfontenc/libfontenc-1.1.6-1-x86_64.pkg.tar.zst build reproducible in our test framework!
x .BUILDINFO
x .BUILDINFO
/tmp/jenkins-script-ncDYbZ2P: line 480: echo: write error: No space left on device
cp: error writing '/var/lib/jenkins/userContent/reproducible/archlinux/extra/libfontenc/pkg.version': No space left on device
Mon Oct 17 09:19:11 UTC 2022 - /srv/reproducible-results/archlinuxrb-build-tBEUo7lA deleted.
Mon Oct 17 09:19:11 UTC 2022 - reproducible_build_archlinux_pkg.sh stopped running as /tmp/jenkins-script-ncDYbZ2P, removing.
Build step 'Execute shell' marked build as failure
More information about the Qa-jenkins-scm
mailing list