[Qa-jenkins-scm] Build failed in Jenkins: reproducible_builder_archlinux_8 #253877
jenkins at jenkins.debian.net
jenkins at jenkins.debian.net
Fri Oct 21 05:55:38 BST 2022
See <https://jenkins.debian.net/job/reproducible_builder_archlinux_8/253877/display/redirect>
Changes:
------------------------------------------
[...truncated 51.15 KB...]
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 XLOGO... yes
checking for APPDEFS... yes
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating man/Makefile
config.status: creating config.h
config.status: executing depfiles commands
make all-recursive
make[1]: Entering directory '/tmp/xorg-xlogo-archlinuxrb-build-1dUl0xrw/xorg-xlogo/trunk/src/xlogo-1.0.5'
Making all in man
make[2]: Entering directory '/tmp/xorg-xlogo-archlinuxrb-build-1dUl0xrw/xorg-xlogo/trunk/src/xlogo-1.0.5/man'
GEN xlogo.1
make[2]: Leaving directory '/tmp/xorg-xlogo-archlinuxrb-build-1dUl0xrw/xorg-xlogo/trunk/src/xlogo-1.0.5/man'
make[2]: Entering directory '/tmp/xorg-xlogo-archlinuxrb-build-1dUl0xrw/xorg-xlogo/trunk/src/xlogo-1.0.5'
CC Logo.o
CC xlogo.o
CC RenderLogo.o
xlogo.c:48:3: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
48 | { "-shape", "*shapeWindow", XrmoptionNoArg, (XPointer) "on" },
| ^~~~~~~~
xlogo.c:48:13: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
48 | { "-shape", "*shapeWindow", XrmoptionNoArg, (XPointer) "on" },
| ^~~~~~~~~~~~~~
xlogo.c:50:2: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
50 | {"-render", "*render",XrmoptionNoArg, "TRUE"},
| ^~~~~~~~~
xlogo.c:50:13: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
50 | {"-render", "*render",XrmoptionNoArg, "TRUE"},
| ^~~~~~~~~
xlogo.c:50:39: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
50 | {"-render", "*render",XrmoptionNoArg, "TRUE"},
| ^~~~~~
xlogo.c:51:2: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
51 | {"-sharp", "*sharp", XrmoptionNoArg, "TRUE"},
| ^~~~~~~~
xlogo.c:51:12: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
51 | {"-sharp", "*sharp", XrmoptionNoArg, "TRUE"},
| ^~~~~~~~
xlogo.c:51:38: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
51 | {"-sharp", "*sharp", XrmoptionNoArg, "TRUE"},
| ^~~~~~
xlogo.c:53:2: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
53 | {"-v", "Verbose", XrmoptionNoArg, "TRUE"},
| ^~~~
xlogo.c:53:16: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
53 | {"-v", "Verbose", XrmoptionNoArg, "TRUE"},
| ^~~~~~~~~
xlogo.c:53:48: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
53 | {"-v", "Verbose", XrmoptionNoArg, "TRUE"},
| ^~~~~~
xlogo.c:54:2: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
54 | {"-q", "Quiet", XrmoptionNoArg, "TRUE"},
| ^~~~
xlogo.c:54:16: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
54 | {"-q", "Quiet", XrmoptionNoArg, "TRUE"},
| ^~~~~~~
xlogo.c:54:48: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
54 | {"-q", "Quiet", XrmoptionNoArg, "TRUE"},
| ^~~~~~
xlogo.c:58:6: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
58 | {"quit", quit },
| ^~~~~~
xlogo.c:69:4: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
69 | {"verbose", "Verbose", XtRBoolean, sizeof(Boolean), Offset(verbose), XtRImmediate, (XtPointer)False},
| ^~~~~~~~~
xlogo.c:69:17: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
69 | {"verbose", "Verbose", XtRBoolean, sizeof(Boolean), Offset(verbose), XtRImmediate, (XtPointer)False},
| ^~~~~~~~~
xlogo.c:70:4: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
70 | {"quiet", "Quiet", XtRBoolean, sizeof(Boolean), Offset(quiet), XtRImmediate, (XtPointer)False},
| ^~~~~~~
xlogo.c:70:17: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
70 | {"quiet", "Quiet", XtRBoolean, sizeof(Boolean), Offset(quiet), XtRImmediate, (XtPointer)False},
| ^~~~~~~
xlogo.c:75:5: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
75 | "*iconPixmap: xlogo32",
| ^~~~~~~~~~~~~~~~~~~~~~~~~
xlogo.c:76:5: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
76 | "*iconMask: xlogo32",
| ^~~~~~~~~~~~~~~~~~~~~~~~~
xlogo.c:77:5: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
77 | "*baseTranslations: #override \\"
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
xlogo.c: In function 'Syntax':
xlogo.c:106:18: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
106 | reasons[n++] = "Usage: ";
| ^
xlogo.c:108:18: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
108 | reasons[n++] = " [-fg <color>] [-bg <color>] [-rv] [-bw <pixels>] [-bd <color>]\n";
| ^
xlogo.c:109:18: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
109 | reasons[n++] = " [-v] [-q]\n";
| ^
xlogo.c:110:18: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
110 | reasons[n++] = " [-d [<host>]:[<vs>]]\n";
| ^
xlogo.c:111:18: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
111 | reasons[n++] = " [-g [<width>][x<height>][<+-><xoff>[<+-><yoff>]]]\n";
| ^
xlogo.c:113:18: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
113 | reasons[n++] = " [-render] [-sharp]\n";
| ^
xlogo.c:115:18: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
115 | reasons[n++] = " [-shape]\n\n";
| ^
In file included from LogoP.h:32,
from Logo.c:35:
Logo.h:50:24: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
50 | #define XtNshapeWindow "shapeWindow"
| ^~~~~~~~~~~~~
Logo.c:44:6: note: in expansion of macro 'XtNshapeWindow'
44 | {XtNshapeWindow, XtCShapeWindow, XtRBoolean, sizeof (Boolean),
| ^~~~~~~~~~~~~~
Logo.h:51:24: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
51 | #define XtCShapeWindow "ShapeWindow"
| ^~~~~~~~~~~~~
Logo.c:44:22: note: in expansion of macro 'XtCShapeWindow'
44 | {XtNshapeWindow, XtCShapeWindow, XtRBoolean, sizeof (Boolean),
| ^~~~~~~~~~~~~~
Logo.h:53:19: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
53 | #define XtNrender "render"
| ^~~~~~~~
Logo.c:48:6: note: in expansion of macro 'XtNrender'
48 | {XtNrender, XtCBoolean, XtRBoolean, sizeof(Boolean),
| ^~~~~~~~~
Logo.h:58:18: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
58 | #define XtNsharp "sharp"
| ^~~~~~~
Logo.c:51:6: note: in expansion of macro 'XtNsharp'
51 | {XtNsharp, XtCBoolean, XtRBoolean, sizeof(Boolean),
| ^~~~~~~~
Logo.h:56:21: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
56 | #define XtRXftColor "XftColor"
| ^~~~~~~~~~
Logo.c:54:36: note: in expansion of macro 'XtRXftColor'
54 | {XtNforeground, XtCForeground, XtRXftColor, sizeof(XftColor),
| ^~~~~~~~~~~
Logo.h:56:21: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
56 | #define XtRXftColor "XftColor"
| ^~~~~~~~~~
Logo.c:57:36: note: in expansion of macro 'XtRXftColor'
57 | {XtNbackground, XtCForeground, XtRXftColor, sizeof(XftColor),
| ^~~~~~~~~~~
Logo.c:81:41: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
81 | /* class_name */ "Logo",
| ^~~~~~
CCLD xlogo
make[2]: Leaving directory '/tmp/xorg-xlogo-archlinuxrb-build-1dUl0xrw/xorg-xlogo/trunk/src/xlogo-1.0.5'
make[1]: Leaving directory '/tmp/xorg-xlogo-archlinuxrb-build-1dUl0xrw/xorg-xlogo/trunk/src/xlogo-1.0.5'
==> Entering fakeroot environment...
==> Starting package()...
Making install in man
make[1]: Entering directory '/tmp/xorg-xlogo-archlinuxrb-build-1dUl0xrw/xorg-xlogo/trunk/src/xlogo-1.0.5/man'
make[2]: Entering directory '/tmp/xorg-xlogo-archlinuxrb-build-1dUl0xrw/xorg-xlogo/trunk/src/xlogo-1.0.5/man'
make[2]: Nothing to be done for 'install-exec-am'.
/usr/sbin/mkdir -p '/tmp/xorg-xlogo-archlinuxrb-build-1dUl0xrw/xorg-xlogo/trunk/pkg/xorg-xlogo/usr/share/man/man1'
/usr/bin/install -c -m 644 xlogo.1 '/tmp/xorg-xlogo-archlinuxrb-build-1dUl0xrw/xorg-xlogo/trunk/pkg/xorg-xlogo/usr/share/man/man1'
make[2]: Leaving directory '/tmp/xorg-xlogo-archlinuxrb-build-1dUl0xrw/xorg-xlogo/trunk/src/xlogo-1.0.5/man'
make[1]: Leaving directory '/tmp/xorg-xlogo-archlinuxrb-build-1dUl0xrw/xorg-xlogo/trunk/src/xlogo-1.0.5/man'
make[1]: Entering directory '/tmp/xorg-xlogo-archlinuxrb-build-1dUl0xrw/xorg-xlogo/trunk/src/xlogo-1.0.5'
make[2]: Entering directory '/tmp/xorg-xlogo-archlinuxrb-build-1dUl0xrw/xorg-xlogo/trunk/src/xlogo-1.0.5'
/usr/sbin/mkdir -p '/tmp/xorg-xlogo-archlinuxrb-build-1dUl0xrw/xorg-xlogo/trunk/pkg/xorg-xlogo/usr/share/X11/app-defaults'
/usr/sbin/mkdir -p '/tmp/xorg-xlogo-archlinuxrb-build-1dUl0xrw/xorg-xlogo/trunk/pkg/xorg-xlogo/usr/bin'
/usr/bin/install -c -m 644 app-defaults/XLogo app-defaults/XLogo-color '/tmp/xorg-xlogo-archlinuxrb-build-1dUl0xrw/xorg-xlogo/trunk/pkg/xorg-xlogo/usr/share/X11/app-defaults'
/usr/bin/install -c xlogo '/tmp/xorg-xlogo-archlinuxrb-build-1dUl0xrw/xorg-xlogo/trunk/pkg/xorg-xlogo/usr/bin'
make[2]: Leaving directory '/tmp/xorg-xlogo-archlinuxrb-build-1dUl0xrw/xorg-xlogo/trunk/src/xlogo-1.0.5'
make[1]: Leaving directory '/tmp/xorg-xlogo-archlinuxrb-build-1dUl0xrw/xorg-xlogo/trunk/src/xlogo-1.0.5'
==> 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 "xorg-xlogo"...
-> Generating .PKGINFO file...
-> Generating .BUILDINFO file...
-> Generating .MTREE file...
-> Compressing package...
==> Leaving fakeroot environment.
==> Finished making: xorg-xlogo 1.0.5-3 (Thu Nov 23 11:18:28 2023)
+ PRESULT=0
+ '[' 0 -eq 124 ']'
+ set +e
+ schroot --end-session -c archlinux-xorg-xlogo-archlinuxrb-build-1dUl0xrw
+ tee -a /srv/reproducible-results/archlinuxrb-build-1dUl0xrw/b2/xorg-xlogo/build2.log
+ PRESULT=0
+ '[' 0 -ne 0 ']'
+ false
+ set +x
'/tmp/xorg-xlogo-archlinuxrb-build-1dUl0xrw/xorg-xlogo/trunk/xorg-xlogo-1.0.5-3-x86_64.pkg.tar.zst' -> '/srv/reproducible-results/archlinuxrb-build-1dUl0xrw/b2/xorg-xlogo/xorg-xlogo-1.0.5-3-x86_64.pkg.tar.zst'
Thu Nov 23 11:18:32 UTC 2023 - build #2 for xorg-xlogo on osuosl170-amd64 done.
Thu Nov 23 11:18:32 UTC 2023 - reproducible_build_archlinux_pkg.sh stopped running as /tmp/jenkins-script-xn172QLW, removing.
/srv/reproducible-results/archlinuxrb-build-1dUl0xrw:
total 8
drwxr-xr-x 3 jenkins jenkins 4096 Oct 21 04:55 b1
drwxr-xr-x 3 jenkins jenkins 4096 Oct 21 04:55 b2
/srv/reproducible-results/archlinuxrb-build-1dUl0xrw/b1:
total 4
drwxr-xr-x 2 jenkins jenkins 4096 Oct 21 04:55 xorg-xlogo
/srv/reproducible-results/archlinuxrb-build-1dUl0xrw/b1/xorg-xlogo:
total 48
-rw-r--r-- 1 jenkins jenkins 27908 Oct 21 04:55 build1.log
-rw-r--r-- 1 jenkins jenkins 8 Oct 21 04:55 build1.version
-rw-r--r-- 1 jenkins jenkins 14515 Oct 21 04:55 xorg-xlogo-1.0.5-3-x86_64.pkg.tar.zst
/srv/reproducible-results/archlinuxrb-build-1dUl0xrw/b2:
total 4
drwxr-xr-x 2 jenkins jenkins 4096 Oct 21 04:55 xorg-xlogo
/srv/reproducible-results/archlinuxrb-build-1dUl0xrw/b2/xorg-xlogo:
total 48
-rw-r--r-- 1 jenkins jenkins 27087 Oct 21 04:55 build2.log
-rw-r--r-- 1 jenkins jenkins 8 Oct 21 04:55 build2.version
-rw-r--r-- 1 jenkins jenkins 14515 Oct 21 04:55 xorg-xlogo-1.0.5-3-x86_64.pkg.tar.zst
Fri Oct 21 04:55:38 UTC 2022 - comparing results now.
Fri Oct 21 04:55:38 UTC 2022 - YAY - xorg-xlogo/xorg-xlogo-1.0.5-3-x86_64.pkg.tar.zst build reproducible in our test framework!
x .BUILDINFO
x .BUILDINFO
cp: error writing '/var/lib/jenkins/userContent/reproducible/archlinux/extra/xorg-xlogo/pkg.version': No space left on device
Fri Oct 21 04:55:38 UTC 2022 - /srv/reproducible-results/archlinuxrb-build-1dUl0xrw deleted.
Fri Oct 21 04:55:38 UTC 2022 - reproducible_build_archlinux_pkg.sh stopped running as /tmp/jenkins-script-ujJwfZls, removing.
Build step 'Execute shell' marked build as failure
More information about the Qa-jenkins-scm
mailing list