[Qa-jenkins-scm] Build failed in Jenkins: reproducible_builder_archlinux_6 #330830

jenkins at jenkins.debian.net jenkins at jenkins.debian.net
Fri Oct 21 08:51:40 BST 2022


See <https://jenkins.debian.net/job/reproducible_builder_archlinux_6/330830/display/redirect>

Changes:


------------------------------------------
[...truncated 65.26 KB...]
src/ltree.c:228:1: note: in expansion of macro 'MK_RRSET_ADD'
  228 | MK_RRSET_ADD(dync, DNS_TYPE_DYNC)
      | ^~~~~~~~~~~~
./include/gdnsd/alloc.h:62:17: note: object of size 32 allocated by 'gdnsd_xcalloc'
   62 | #define xcalloc gdnsd_xcalloc
src/ltree.c:218:39: note: in expansion of macro 'xcalloc'
  218 |     ltree_rrset_ ## _typ ## _t* nrr = xcalloc(sizeof(*nrr));\
      |                                       ^~~~~~~
src/ltree.c:228:1: note: in expansion of macro 'MK_RRSET_ADD'
  228 | MK_RRSET_ADD(dync, DNS_TYPE_DYNC)
      | ^~~~~~~~~~~~
In function 'ltree_node_add_rrset_ptr',
    inlined from 'ltree_add_rec_ptr' at src/ltree.c:486:5:
src/ltree.c:220:27: warning: array subscript 'ltree_rrset_t {aka union ltree_rrset}[0]' is partly outside array bounds of 'unsigned char[24]' [-Warray-bounds]
  220 |     (*store_at)->gen.type = _dtyp;\
src/ltree.c:230:1: note: in expansion of macro 'MK_RRSET_ADD'
  230 | MK_RRSET_ADD(ptr, DNS_TYPE_PTR)
      | ^~~~~~~~~~~~
./include/gdnsd/alloc.h:62:17: note: object of size 24 allocated by 'gdnsd_xcalloc'
   62 | #define xcalloc gdnsd_xcalloc
src/ltree.c:218:39: note: in expansion of macro 'xcalloc'
  218 |     ltree_rrset_ ## _typ ## _t* nrr = xcalloc(sizeof(*nrr));\
      |                                       ^~~~~~~
src/ltree.c:230:1: note: in expansion of macro 'MK_RRSET_ADD'
  230 | MK_RRSET_ADD(ptr, DNS_TYPE_PTR)
      | ^~~~~~~~~~~~
In function 'ltree_node_add_rrset_ns',
    inlined from 'ltree_add_rec_ns' at src/ltree.c:506:5:
src/ltree.c:220:27: warning: array subscript 'ltree_rrset_t {aka union ltree_rrset}[0]' is partly outside array bounds of 'unsigned char[24]' [-Warray-bounds]
  220 |     (*store_at)->gen.type = _dtyp;\
src/ltree.c:229:1: note: in expansion of macro 'MK_RRSET_ADD'
  229 | MK_RRSET_ADD(ns, DNS_TYPE_NS)
      | ^~~~~~~~~~~~
./include/gdnsd/alloc.h:62:17: note: object of size 24 allocated by 'gdnsd_xcalloc'
   62 | #define xcalloc gdnsd_xcalloc
src/ltree.c:218:39: note: in expansion of macro 'xcalloc'
  218 |     ltree_rrset_ ## _typ ## _t* nrr = xcalloc(sizeof(*nrr));\
      |                                       ^~~~~~~
src/ltree.c:229:1: note: in expansion of macro 'MK_RRSET_ADD'
  229 | MK_RRSET_ADD(ns, DNS_TYPE_NS)
      | ^~~~~~~~~~~~
In function 'ltree_node_add_rrset_mx',
    inlined from 'ltree_add_rec_mx' at src/ltree.c:523:5:
src/ltree.c:220:27: warning: array subscript 'ltree_rrset_t {aka union ltree_rrset}[0]' is partly outside array bounds of 'unsigned char[24]' [-Warray-bounds]
  220 |     (*store_at)->gen.type = _dtyp;\
src/ltree.c:231:1: note: in expansion of macro 'MK_RRSET_ADD'
  231 | MK_RRSET_ADD(mx, DNS_TYPE_MX)
      | ^~~~~~~~~~~~
./include/gdnsd/alloc.h:62:17: note: object of size 24 allocated by 'gdnsd_xcalloc'
   62 | #define xcalloc gdnsd_xcalloc
src/ltree.c:218:39: note: in expansion of macro 'xcalloc'
  218 |     ltree_rrset_ ## _typ ## _t* nrr = xcalloc(sizeof(*nrr));\
      |                                       ^~~~~~~
src/ltree.c:231:1: note: in expansion of macro 'MK_RRSET_ADD'
  231 | MK_RRSET_ADD(mx, DNS_TYPE_MX)
      | ^~~~~~~~~~~~
In function 'ltree_node_add_rrset_srv',
    inlined from 'ltree_add_rec_srv_args' at src/ltree.c:541:5:
src/ltree.c:220:27: warning: array subscript 'ltree_rrset_t {aka union ltree_rrset}[0]' is partly outside array bounds of 'unsigned char[24]' [-Warray-bounds]
  220 |     (*store_at)->gen.type = _dtyp;\
src/ltree.c:232:1: note: in expansion of macro 'MK_RRSET_ADD'
  232 | MK_RRSET_ADD(srv, DNS_TYPE_SRV)
      | ^~~~~~~~~~~~
./include/gdnsd/alloc.h:62:17: note: object of size 24 allocated by 'gdnsd_xcalloc'
   62 | #define xcalloc gdnsd_xcalloc
src/ltree.c:218:39: note: in expansion of macro 'xcalloc'
  218 |     ltree_rrset_ ## _typ ## _t* nrr = xcalloc(sizeof(*nrr));\
      |                                       ^~~~~~~
src/ltree.c:232:1: note: in expansion of macro 'MK_RRSET_ADD'
  232 | MK_RRSET_ADD(srv, DNS_TYPE_SRV)
      | ^~~~~~~~~~~~
In function 'ltree_node_add_rrset_naptr',
    inlined from 'ltree_add_rec_naptr_args' at src/ltree.c:559:5:
src/ltree.c:220:27: warning: array subscript 'ltree_rrset_t {aka union ltree_rrset}[0]' is partly outside array bounds of 'unsigned char[24]' [-Warray-bounds]
  220 |     (*store_at)->gen.type = _dtyp;\
src/ltree.c:233:1: note: in expansion of macro 'MK_RRSET_ADD'
  233 | MK_RRSET_ADD(naptr, DNS_TYPE_NAPTR)
      | ^~~~~~~~~~~~
./include/gdnsd/alloc.h:62:17: note: object of size 24 allocated by 'gdnsd_xcalloc'
   62 | #define xcalloc gdnsd_xcalloc
src/ltree.c:218:39: note: in expansion of macro 'xcalloc'
  218 |     ltree_rrset_ ## _typ ## _t* nrr = xcalloc(sizeof(*nrr));\
      |                                       ^~~~~~~
src/ltree.c:233:1: note: in expansion of macro 'MK_RRSET_ADD'
  233 | MK_RRSET_ADD(naptr, DNS_TYPE_NAPTR)
      | ^~~~~~~~~~~~
In function 'ltree_node_add_rrset_txt',
    inlined from 'ltree_add_rec_txt' at src/ltree.c:590:5:
src/ltree.c:220:27: warning: array subscript 'ltree_rrset_t {aka union ltree_rrset}[0]' is partly outside array bounds of 'unsigned char[24]' [-Warray-bounds]
  220 |     (*store_at)->gen.type = _dtyp;\
src/ltree.c:234:1: note: in expansion of macro 'MK_RRSET_ADD'
  234 | MK_RRSET_ADD(txt, DNS_TYPE_TXT)
      | ^~~~~~~~~~~~
./include/gdnsd/alloc.h:62:17: note: object of size 24 allocated by 'gdnsd_xcalloc'
   62 | #define xcalloc gdnsd_xcalloc
src/ltree.c:218:39: note: in expansion of macro 'xcalloc'
  218 |     ltree_rrset_ ## _typ ## _t* nrr = xcalloc(sizeof(*nrr));\
      |                                       ^~~~~~~
src/ltree.c:234:1: note: in expansion of macro 'MK_RRSET_ADD'
  234 | MK_RRSET_ADD(txt, DNS_TYPE_TXT)
      | ^~~~~~~~~~~~
In function 'ltree_node_add_rrset_rfc3597',
    inlined from 'ltree_add_rec_rfc3597' at src/ltree.c:700:17:
src/ltree.c:660:27: warning: array subscript 'ltree_rrset_t {aka union ltree_rrset}[0]' is partly outside array bounds of 'unsigned char[24]' [-Warray-bounds]
  660 |     (*store_at)->gen.type = rrtype;
      |     ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
./include/gdnsd/alloc.h:62:17: note: object of size 24 allocated by 'gdnsd_xcalloc'
   62 | #define xcalloc gdnsd_xcalloc
src/ltree.c:658:34: note: in expansion of macro 'xcalloc'
  658 |     ltree_rrset_rfc3597_t* nrr = xcalloc(sizeof(*nrr));
      |                                  ^~~~~~~
  CCLD     src/gdnsd
make[2]: Leaving directory '/tmp/gdnsd-archlinuxrb-build-KBh5oql6/gdnsd/trunk/src/gdnsd-3.8.0'
Making all in t
make[2]: Entering directory '/tmp/gdnsd-archlinuxrb-build-KBh5oql6/gdnsd/trunk/src/gdnsd-3.8.0/t'
Making all in libtap
make[3]: Entering directory '/tmp/gdnsd-archlinuxrb-build-KBh5oql6/gdnsd/trunk/src/gdnsd-3.8.0/t/libtap'
make[3]: Nothing to be done for 'all'.
make[3]: Leaving directory '/tmp/gdnsd-archlinuxrb-build-KBh5oql6/gdnsd/trunk/src/gdnsd-3.8.0/t/libtap'
Making all in libgdmaps
make[3]: Entering directory '/tmp/gdnsd-archlinuxrb-build-KBh5oql6/gdnsd/trunk/src/gdnsd-3.8.0/t/libgdmaps'
make[3]: Nothing to be done for 'all'.
make[3]: Leaving directory '/tmp/gdnsd-archlinuxrb-build-KBh5oql6/gdnsd/trunk/src/gdnsd-3.8.0/t/libgdmaps'
make[3]: Entering directory '/tmp/gdnsd-archlinuxrb-build-KBh5oql6/gdnsd/trunk/src/gdnsd-3.8.0/t'
make[3]: Nothing to be done for 'all-am'.
make[3]: Leaving directory '/tmp/gdnsd-archlinuxrb-build-KBh5oql6/gdnsd/trunk/src/gdnsd-3.8.0/t'
make[2]: Leaving directory '/tmp/gdnsd-archlinuxrb-build-KBh5oql6/gdnsd/trunk/src/gdnsd-3.8.0/t'
make[1]: Leaving directory '/tmp/gdnsd-archlinuxrb-build-KBh5oql6/gdnsd/trunk/src/gdnsd-3.8.0'
==> Entering fakeroot environment...
==> Starting package()...
Making install in .
make[1]: Entering directory '/tmp/gdnsd-archlinuxrb-build-KBh5oql6/gdnsd/trunk/src/gdnsd-3.8.0'
make[2]: Entering directory '/tmp/gdnsd-archlinuxrb-build-KBh5oql6/gdnsd/trunk/src/gdnsd-3.8.0'
 /usr/sbin/mkdir -p '/tmp/gdnsd-archlinuxrb-build-KBh5oql6/gdnsd/trunk/pkg/gdnsd//usr/share/doc/gdnsd'
 /usr/sbin/mkdir -p '/tmp/gdnsd-archlinuxrb-build-KBh5oql6/gdnsd/trunk/pkg/gdnsd//usr/share/man/man1'
 /usr/bin/install -c -m 644 README.md VERSION3.md INSTALL AUTHORS COPYING NEWS docs/Manual.md docs/ControlSocket.md docs/Security.md '/tmp/gdnsd-archlinuxrb-build-KBh5oql6/gdnsd/trunk/pkg/gdnsd//usr/share/doc/gdnsd'
 /usr/sbin/mkdir -p '/tmp/gdnsd-archlinuxrb-build-KBh5oql6/gdnsd/trunk/pkg/gdnsd//usr/lib/systemd/system'
 /usr/sbin/mkdir -p '/tmp/gdnsd-archlinuxrb-build-KBh5oql6/gdnsd/trunk/pkg/gdnsd//usr/share/man/man5'
 /usr/sbin/mkdir -p '/tmp/gdnsd-archlinuxrb-build-KBh5oql6/gdnsd/trunk/pkg/gdnsd//usr/share/man/man8'
 /usr/bin/install -c -m 644 init/gdnsd.service '/tmp/gdnsd-archlinuxrb-build-KBh5oql6/gdnsd/trunk/pkg/gdnsd//usr/lib/systemd/system'
 /usr/bin/install -c -m 644 docs/gdnsd_geoip_test.1 '/tmp/gdnsd-archlinuxrb-build-KBh5oql6/gdnsd/trunk/pkg/gdnsd//usr/share/man/man1'
 /usr/bin/install -c -m 644 docs/gdnsd.config.5 docs/gdnsd.zonefile.5 '/tmp/gdnsd-archlinuxrb-build-KBh5oql6/gdnsd/trunk/pkg/gdnsd//usr/share/man/man5'
 /usr/sbin/mkdir -p '/tmp/gdnsd-archlinuxrb-build-KBh5oql6/gdnsd/trunk/pkg/gdnsd//usr/lib/gdnsd'
 /usr/sbin/mkdir -p '/tmp/gdnsd-archlinuxrb-build-KBh5oql6/gdnsd/trunk/pkg/gdnsd//usr/bin'
 /usr/sbin/mkdir -p '/tmp/gdnsd-archlinuxrb-build-KBh5oql6/gdnsd/trunk/pkg/gdnsd//usr/bin'
 /usr/bin/install -c -m 644 docs/gdnsd.8 docs/gdnsdctl.8 docs/gdnsd-plugin-extfile.8 docs/gdnsd-plugin-extmon.8 docs/gdnsd-plugin-geoip.8 docs/gdnsd-plugin-http_status.8 docs/gdnsd-plugin-metafo.8 docs/gdnsd-plugin-multifo.8 docs/gdnsd-plugin-null.8 docs/gdnsd-plugin-reflect.8 docs/gdnsd-plugin-simplefo.8 docs/gdnsd-plugin-static.8 docs/gdnsd-plugin-tcp_connect.8 docs/gdnsd-plugin-weighted.8 '/tmp/gdnsd-archlinuxrb-build-KBh5oql6/gdnsd/trunk/pkg/gdnsd//usr/share/man/man8'
  /usr/bin/install -c src/plugins/gdnsd_geoip_test src/gdnsdctl '/tmp/gdnsd-archlinuxrb-build-KBh5oql6/gdnsd/trunk/pkg/gdnsd//usr/bin'
  /usr/bin/install -c src/plugins/gdnsd_extmon_helper '/tmp/gdnsd-archlinuxrb-build-KBh5oql6/gdnsd/trunk/pkg/gdnsd//usr/lib/gdnsd'
  /usr/bin/install -c src/gdnsd '/tmp/gdnsd-archlinuxrb-build-KBh5oql6/gdnsd/trunk/pkg/gdnsd//usr/bin'
make  install-exec-hook
make[3]: Entering directory '/tmp/gdnsd-archlinuxrb-build-KBh5oql6/gdnsd/trunk/src/gdnsd-3.8.0'
/usr/sbin/mkdir -p "/tmp/gdnsd-archlinuxrb-build-KBh5oql6/gdnsd/trunk/pkg/gdnsd//etc/gdnsd/zones";

=== READ ME ===
A systemd service unit file was installed at /usr/lib/systemd/system/gdnsd.service
You may need to issue the following command to update systemd:
systemctl daemon-reload
You will also need to enable and/or start it via:
systemctl enable gdnsd
systemctl start gdnsd

/usr/sbin/mkdir -p "/tmp/gdnsd-archlinuxrb-build-KBh5oql6/gdnsd/trunk/pkg/gdnsd//etc/gdnsd/geoip";
/usr/sbin/mkdir -p "/tmp/gdnsd-archlinuxrb-build-KBh5oql6/gdnsd/trunk/pkg/gdnsd///run/gdnsd";
/usr/sbin/mkdir -p "/tmp/gdnsd-archlinuxrb-build-KBh5oql6/gdnsd/trunk/pkg/gdnsd///lib/gdnsd";
make[3]: Leaving directory '/tmp/gdnsd-archlinuxrb-build-KBh5oql6/gdnsd/trunk/src/gdnsd-3.8.0'
make[2]: Leaving directory '/tmp/gdnsd-archlinuxrb-build-KBh5oql6/gdnsd/trunk/src/gdnsd-3.8.0'
make[1]: Leaving directory '/tmp/gdnsd-archlinuxrb-build-KBh5oql6/gdnsd/trunk/src/gdnsd-3.8.0'
Making install in t
make[1]: Entering directory '/tmp/gdnsd-archlinuxrb-build-KBh5oql6/gdnsd/trunk/src/gdnsd-3.8.0/t'
Making install in libtap
make[2]: Entering directory '/tmp/gdnsd-archlinuxrb-build-KBh5oql6/gdnsd/trunk/src/gdnsd-3.8.0/t/libtap'
make[3]: Entering directory '/tmp/gdnsd-archlinuxrb-build-KBh5oql6/gdnsd/trunk/src/gdnsd-3.8.0/t/libtap'
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/gdnsd-archlinuxrb-build-KBh5oql6/gdnsd/trunk/src/gdnsd-3.8.0/t/libtap'
make[2]: Leaving directory '/tmp/gdnsd-archlinuxrb-build-KBh5oql6/gdnsd/trunk/src/gdnsd-3.8.0/t/libtap'
Making install in libgdmaps
make[2]: Entering directory '/tmp/gdnsd-archlinuxrb-build-KBh5oql6/gdnsd/trunk/src/gdnsd-3.8.0/t/libgdmaps'
make[3]: Entering directory '/tmp/gdnsd-archlinuxrb-build-KBh5oql6/gdnsd/trunk/src/gdnsd-3.8.0/t/libgdmaps'
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/gdnsd-archlinuxrb-build-KBh5oql6/gdnsd/trunk/src/gdnsd-3.8.0/t/libgdmaps'
make[2]: Leaving directory '/tmp/gdnsd-archlinuxrb-build-KBh5oql6/gdnsd/trunk/src/gdnsd-3.8.0/t/libgdmaps'
make[2]: Entering directory '/tmp/gdnsd-archlinuxrb-build-KBh5oql6/gdnsd/trunk/src/gdnsd-3.8.0/t'
make[3]: Entering directory '/tmp/gdnsd-archlinuxrb-build-KBh5oql6/gdnsd/trunk/src/gdnsd-3.8.0/t'
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/gdnsd-archlinuxrb-build-KBh5oql6/gdnsd/trunk/src/gdnsd-3.8.0/t'
make[2]: Leaving directory '/tmp/gdnsd-archlinuxrb-build-KBh5oql6/gdnsd/trunk/src/gdnsd-3.8.0/t'
make[1]: Leaving directory '/tmp/gdnsd-archlinuxrb-build-KBh5oql6/gdnsd/trunk/src/gdnsd-3.8.0/t'
==> 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 "gdnsd"...
  -> Generating .PKGINFO file...
  -> Generating .BUILDINFO file...
  -> Generating .MTREE file...
  -> Compressing package...
==> Leaving fakeroot environment.
==> Finished making: gdnsd 3.8.0-1 (Thu Nov 23 14:14:32 2023)
+ PRESULT=0
+ '[' 0 -eq 124 ']'
+ set +e
+ schroot --end-session -c archlinux-gdnsd-archlinuxrb-build-KBh5oql6
+ tee -a /srv/reproducible-results/archlinuxrb-build-KBh5oql6/b2/gdnsd/build2.log
+ PRESULT=0
+ '[' 0 -ne 0 ']'
+ false
+ set +x
'/tmp/gdnsd-archlinuxrb-build-KBh5oql6/gdnsd/trunk/gdnsd-3.8.0-1-x86_64.pkg.tar.zst' -> '/srv/reproducible-results/archlinuxrb-build-KBh5oql6/b2/gdnsd/gdnsd-3.8.0-1-x86_64.pkg.tar.zst'
Thu Nov 23 14:14:33 UTC 2023 - build #2 for gdnsd on osuosl170-amd64 done.
Thu Nov 23 14:14:33 UTC 2023 - reproducible_build_archlinux_pkg.sh stopped running as /tmp/jenkins-script-2HzF2bVZ, removing.
/srv/reproducible-results/archlinuxrb-build-KBh5oql6:
total 8
drwxr-xr-x 3 jenkins jenkins 4096 Oct 21 07:50 b1
drwxr-xr-x 3 jenkins jenkins 4096 Oct 21 07:51 b2

/srv/reproducible-results/archlinuxrb-build-KBh5oql6/b1:
total 4
drwxr-xr-x 2 jenkins jenkins 4096 Oct 21 07:50 gdnsd

/srv/reproducible-results/archlinuxrb-build-KBh5oql6/b1/gdnsd:
total 404
-rw-r--r-- 1 jenkins jenkins  34969 Oct 21 07:50 build1.log
-rw-r--r-- 1 jenkins jenkins      8 Oct 21 07:50 build1.version
-rw-r--r-- 1 jenkins jenkins 365569 Oct 21 07:50 gdnsd-3.8.0-1-x86_64.pkg.tar.zst

/srv/reproducible-results/archlinuxrb-build-KBh5oql6/b2:
total 4
drwxr-xr-x 2 jenkins jenkins 4096 Oct 21 07:51 gdnsd

/srv/reproducible-results/archlinuxrb-build-KBh5oql6/b2/gdnsd:
total 400
-rw-r--r-- 1 jenkins jenkins  34242 Oct 21 07:51 build2.log
-rw-r--r-- 1 jenkins jenkins      8 Oct 21 07:51 build2.version
-rw-r--r-- 1 jenkins jenkins 365569 Oct 21 07:51 gdnsd-3.8.0-1-x86_64.pkg.tar.zst
Fri Oct 21 07:51:40 UTC 2022 - comparing results now.
Fri Oct 21 07:51:40 UTC 2022 - YAY - gdnsd/gdnsd-3.8.0-1-x86_64.pkg.tar.zst build reproducible in our test framework!
x .BUILDINFO
x .BUILDINFO
/tmp/jenkins-script-JvOEoprt: line 480: echo: write error: No space left on device
cp: error writing '/var/lib/jenkins/userContent/reproducible/archlinux/community/gdnsd/pkg.version': No space left on device
Fri Oct 21 07:51:40 UTC 2022 - /srv/reproducible-results/archlinuxrb-build-KBh5oql6 deleted.
Fri Oct 21 07:51:40 UTC 2022 - reproducible_build_archlinux_pkg.sh stopped running as /tmp/jenkins-script-JvOEoprt, removing.
Build step 'Execute shell' marked build as failure



More information about the Qa-jenkins-scm mailing list