[Qa-jenkins-scm] Build failed in Jenkins: reproducible_builder_archlinux_5 #331394

jenkins at jenkins.debian.net jenkins at jenkins.debian.net
Mon Oct 17 10:07:35 BST 2022


See <https://jenkins.debian.net/job/reproducible_builder_archlinux_5/331394/display/redirect>

Changes:


------------------------------------------
[...truncated 40.03 KB...]
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0100   543  100   543    0     0  34421      0 --:--:-- --:--:-- --:--:-- 36200
==> WARNING: Skipping verification of source file PGP signatures.
==> Validating source files with sha512sums...
    xload-1.1.4.tar.xz ... Passed
    xload-1.1.4.tar.xz.sig ... Skipped
==> Extracting sources...
  -> Extracting xload-1.1.4.tar.xz with bsdtar
==> Starting build()...
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether the compiler supports GNU C... yes
checking whether gcc accepts -g... yes
checking for gcc option to enable C11 features... none needed
checking whether gcc understands -c and -o together... yes
checking for stdio.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for strings.h... yes
checking for sys/stat.h... yes
checking for sys/types.h... yes
checking for unistd.h... yes
checking for wchar.h... yes
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking whether _XOPEN_SOURCE should be defined... no
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a race-free mkdir -p... /usr/sbin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports the include directive... yes (GNU style)
checking whether make supports nested variables... yes
checking dependency style of gcc... gcc3
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 build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking for a sed that does not truncate output... /usr/sbin/sed
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 library containing gettext... none required
checking where to install localized messages... /usr/share/locale
checking for getloadavg... yes
checking for sys/loadavg.h... no
checking for XLOAD... 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-xload-archlinuxrb-build-RMPdGnY6/xorg-xload/trunk/src/xload-1.1.4'
Making all in man
make[2]: Entering directory '/tmp/xorg-xload-archlinuxrb-build-RMPdGnY6/xorg-xload/trunk/src/xload-1.1.4/man'
  GEN      xload.1
make[2]: Leaving directory '/tmp/xorg-xload-archlinuxrb-build-RMPdGnY6/xorg-xload/trunk/src/xload-1.1.4/man'
make[2]: Entering directory '/tmp/xorg-xload-archlinuxrb-build-RMPdGnY6/xorg-xload/trunk/src/xload-1.1.4'
  CC       get_load.o
  CC       get_rload.o
  CC       xload.o
  GEN      xload.po
xload.c:100:3: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
  100 |  {"-scale",             "*load.minScale",       XrmoptionSepArg,        NULL},
      |   ^~~~~~~~
xload.c:100:25: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
  100 |  {"-scale",             "*load.minScale",       XrmoptionSepArg,        NULL},
      |                         ^~~~~~~~~~~~~~~~
xload.c:101:3: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
  101 |  {"-update",            "*load.update",         XrmoptionSepArg,        NULL},
      |   ^~~~~~~~~
xload.c:101:25: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
  101 |  {"-update",            "*load.update",         XrmoptionSepArg,        NULL},
      |                         ^~~~~~~~~~~~~~
xload.c:102:3: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
  102 |  {"-hl",                "*load.highlight",      XrmoptionSepArg,        NULL},
      |   ^~~~~
xload.c:102:25: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
  102 |  {"-hl",                "*load.highlight",      XrmoptionSepArg,        NULL},
      |                         ^~~~~~~~~~~~~~~~~
xload.c:103:3: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
  103 |  {"-highlight",         "*load.highlight",      XrmoptionSepArg,        NULL},
      |   ^~~~~~~~~~~~
xload.c:103:25: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
  103 |  {"-highlight",         "*load.highlight",      XrmoptionSepArg,        NULL},
      |                         ^~~~~~~~~~~~~~~~~
xload.c:104:3: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
  104 |  {"-label",             "*label.label",         XrmoptionSepArg,        NULL},
      |   ^~~~~~~~
xload.c:104:25: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
  104 |  {"-label",             "*label.label",         XrmoptionSepArg,        NULL},
      |                         ^~~~~~~~~~~~~~
xload.c:105:3: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
  105 |  {"-nolabel",           "*showLabel",           XrmoptionNoArg,       "False"},
      |   ^~~~~~~~~~
xload.c:105:25: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
  105 |  {"-nolabel",           "*showLabel",           XrmoptionNoArg,       "False"},
      |                         ^~~~~~~~~~~~
xload.c:105:71: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
  105 |  {"-nolabel",           "*showLabel",           XrmoptionNoArg,       "False"},
      |                                                                       ^~~~~~~
xload.c:106:3: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
  106 |  {"-lights",            "*useLights",           XrmoptionNoArg,       "True"},
      |   ^~~~~~~~~
xload.c:106:25: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
  106 |  {"-lights",            "*useLights",           XrmoptionNoArg,       "True"},
      |                         ^~~~~~~~~~~~
xload.c:106:71: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
  106 |  {"-lights",            "*useLights",           XrmoptionNoArg,       "True"},
      |                                                                       ^~~~~~
xload.c:107:3: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
  107 |  {"-jumpscroll",        "*load.jumpScroll",     XrmoptionSepArg,        NULL},
      |   ^~~~~~~~~~~~~
xload.c:107:25: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
  107 |  {"-jumpscroll",        "*load.jumpScroll",     XrmoptionSepArg,        NULL},
      |                         ^~~~~~~~~~~~~~~~~~
xload.c:108:3: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
  108 |  {"-remote",            "*remote",              XrmoptionSepArg,        NULL},
      |   ^~~~~~~~~
xload.c:108:25: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
  108 |  {"-remote",            "*remote",              XrmoptionSepArg,        NULL},
      |                         ^~~~~~~~~
  CCLD     xload
make[2]: Leaving directory '/tmp/xorg-xload-archlinuxrb-build-RMPdGnY6/xorg-xload/trunk/src/xload-1.1.4'
make[1]: Leaving directory '/tmp/xorg-xload-archlinuxrb-build-RMPdGnY6/xorg-xload/trunk/src/xload-1.1.4'
==> Entering fakeroot environment...
==> Starting package()...
Making install in man
make[1]: Entering directory '/tmp/xorg-xload-archlinuxrb-build-RMPdGnY6/xorg-xload/trunk/src/xload-1.1.4/man'
make[2]: Entering directory '/tmp/xorg-xload-archlinuxrb-build-RMPdGnY6/xorg-xload/trunk/src/xload-1.1.4/man'
make[2]: Nothing to be done for 'install-exec-am'.
 /usr/sbin/mkdir -p '/tmp/xorg-xload-archlinuxrb-build-RMPdGnY6/xorg-xload/trunk/pkg/xorg-xload/usr/share/man/man1'
 /usr/bin/install -c -m 644 xload.1 '/tmp/xorg-xload-archlinuxrb-build-RMPdGnY6/xorg-xload/trunk/pkg/xorg-xload/usr/share/man/man1'
make[2]: Leaving directory '/tmp/xorg-xload-archlinuxrb-build-RMPdGnY6/xorg-xload/trunk/src/xload-1.1.4/man'
make[1]: Leaving directory '/tmp/xorg-xload-archlinuxrb-build-RMPdGnY6/xorg-xload/trunk/src/xload-1.1.4/man'
make[1]: Entering directory '/tmp/xorg-xload-archlinuxrb-build-RMPdGnY6/xorg-xload/trunk/src/xload-1.1.4'
make[2]: Entering directory '/tmp/xorg-xload-archlinuxrb-build-RMPdGnY6/xorg-xload/trunk/src/xload-1.1.4'
 /usr/sbin/mkdir -p '/tmp/xorg-xload-archlinuxrb-build-RMPdGnY6/xorg-xload/trunk/pkg/xorg-xload/usr/share/X11/app-defaults'
 /usr/sbin/mkdir -p '/tmp/xorg-xload-archlinuxrb-build-RMPdGnY6/xorg-xload/trunk/pkg/xorg-xload/usr/bin'
 /usr/bin/install -c -m 644 app-defaults/XLoad '/tmp/xorg-xload-archlinuxrb-build-RMPdGnY6/xorg-xload/trunk/pkg/xorg-xload/usr/share/X11/app-defaults'
  /usr/bin/install -c xload '/tmp/xorg-xload-archlinuxrb-build-RMPdGnY6/xorg-xload/trunk/pkg/xorg-xload/usr/bin'
make[2]: Leaving directory '/tmp/xorg-xload-archlinuxrb-build-RMPdGnY6/xorg-xload/trunk/src/xload-1.1.4'
make[1]: Leaving directory '/tmp/xorg-xload-archlinuxrb-build-RMPdGnY6/xorg-xload/trunk/src/xload-1.1.4'
==> 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-xload"...
  -> Generating .PKGINFO file...
  -> Generating .BUILDINFO file...
  -> Generating .MTREE file...
  -> Compressing package...
==> Leaving fakeroot environment.
==> Finished making: xorg-xload 1.1.4-1 (Sun Nov 19 15:30:25 2023)
+ PRESULT=0
+ '[' 0 -eq 124 ']'
+ set +e
+ schroot --end-session -c archlinux-xorg-xload-archlinuxrb-build-RMPdGnY6
+ tee -a /srv/reproducible-results/archlinuxrb-build-RMPdGnY6/b2/xorg-xload/build2.log
+ PRESULT=0
+ '[' 0 -ne 0 ']'
+ false
+ set +x
'/tmp/xorg-xload-archlinuxrb-build-RMPdGnY6/xorg-xload/trunk/xorg-xload-1.1.4-1-x86_64.pkg.tar.zst' -> '/srv/reproducible-results/archlinuxrb-build-RMPdGnY6/b2/xorg-xload/xorg-xload-1.1.4-1-x86_64.pkg.tar.zst'
Sun Nov 19 15:30:28 UTC 2023 - build #2 for xorg-xload on osuosl170-amd64 done.
Sun Nov 19 15:30:28 UTC 2023 - reproducible_build_archlinux_pkg.sh stopped running as /tmp/jenkins-script-1Yz4Gi5i, removing.
/srv/reproducible-results/archlinuxrb-build-RMPdGnY6:
total 8
drwxr-xr-x 3 jenkins jenkins 4096 Oct 17 09:07 b1
drwxr-xr-x 3 jenkins jenkins 4096 Oct 17 09:07 b2

/srv/reproducible-results/archlinuxrb-build-RMPdGnY6/b1:
total 4
drwxr-xr-x 2 jenkins jenkins 4096 Oct 17 09:07 xorg-xload

/srv/reproducible-results/archlinuxrb-build-RMPdGnY6/b1/xorg-xload:
total 44
-rw-r--r-- 1 jenkins jenkins 21998 Oct 17 09:07 build1.log
-rw-r--r-- 1 jenkins jenkins     8 Oct 17 09:07 build1.version
-rw-r--r-- 1 jenkins jenkins 12642 Oct 17 09:07 xorg-xload-1.1.4-1-x86_64.pkg.tar.zst

/srv/reproducible-results/archlinuxrb-build-RMPdGnY6/b2:
total 4
drwxr-xr-x 2 jenkins jenkins 4096 Oct 17 09:07 xorg-xload

/srv/reproducible-results/archlinuxrb-build-RMPdGnY6/b2/xorg-xload:
total 44
-rw-r--r-- 1 jenkins jenkins 21094 Oct 17 09:07 build2.log
-rw-r--r-- 1 jenkins jenkins     8 Oct 17 09:07 build2.version
-rw-r--r-- 1 jenkins jenkins 12642 Oct 17 09:07 xorg-xload-1.1.4-1-x86_64.pkg.tar.zst
Mon Oct 17 09:07:35 UTC 2022 - comparing results now.
Mon Oct 17 09:07:35 UTC 2022 - YAY - xorg-xload/xorg-xload-1.1.4-1-x86_64.pkg.tar.zst build reproducible in our test framework!
x .BUILDINFO
x .BUILDINFO
/tmp/jenkins-script-VkQgvhNc: line 480: echo: write error: No space left on device
cp: error writing '/var/lib/jenkins/userContent/reproducible/archlinux/extra/xorg-xload/pkg.version': No space left on device
Mon Oct 17 09:07:35 UTC 2022 - /srv/reproducible-results/archlinuxrb-build-RMPdGnY6 deleted.
Mon Oct 17 09:07:35 UTC 2022 - reproducible_build_archlinux_pkg.sh stopped running as /tmp/jenkins-script-VkQgvhNc, removing.
Build step 'Execute shell' marked build as failure



More information about the Qa-jenkins-scm mailing list