[Qa-jenkins-scm] Build failed in Jenkins: reproducible_builder_archlinux_1 #451941
jenkins at jenkins.debian.net
jenkins at jenkins.debian.net
Mon Oct 17 04:31:31 BST 2022
See <https://jenkins.debian.net/job/reproducible_builder_archlinux_1/451941/display/redirect>
Changes:
------------------------------------------
[...truncated 11.25 MB...]
| ^~~~
include/import/ebtree-t.h:72:8: note: defined here
72 | struct eb_node {
| ^~~~~~~
include/import/ebtree-t.h:211:8: note: defined here
211 | struct ebmb_node {
| ^~~~~~~~~
include/import/ebmbtree.h:407:34: warning: taking address of packed member of 'struct eb_node' may result in an unaligned pointer value [-Waddress-of-packed-member]
407 | root->b[side] = eb_dotag(&new->node.branches, EB_NODE);
| ^~~~~~~~~~~~~~~~~~~
include/import/ebmbtree.h: In function '__ebmb_lookup_longest':
include/import/ebmbtree.h:502:64: warning: converting a packed 'struct eb_node' pointer (alignment 1) to a 'struct ebmb_node' pointer (alignment 8) may result in an unaligned pointer value [-Waddress-of-packed-member]
502 | return ebmb_entry(eb_walk_down(cover, EB_LEFT), struct ebmb_node, node);
| ^~~~~~~~~
include/haproxy/compiler.h:199:77: note: in definition of macro 'container_of'
199 | #define container_of(ptr, type, name) ((type *)(((void *)(ptr)) - ((long)&((type *)0)->name)))
| ^~~~
include/import/ebmbtree.h:502:16: note: in expansion of macro 'ebmb_entry'
502 | return ebmb_entry(eb_walk_down(cover, EB_LEFT), struct ebmb_node, node);
| ^~~~~~~~~~
include/import/ebtree-t.h:72:8: note: defined here
72 | struct eb_node {
| ^~~~~~~
include/import/ebtree-t.h:211:8: note: defined here
211 | struct ebmb_node {
| ^~~~~~~~~
include/import/ebmbtree.h: In function '__ebmb_insert_prefix':
include/import/ebmbtree.h:627:45: warning: taking address of packed member of 'struct eb_node' may result in an unaligned pointer value [-Waddress-of-packed-member]
627 | root->b[EB_LEFT] = eb_dotag(&new->node.branches, EB_LEAF);
| ^~~~~~~~~~~~~~~~~~~
include/import/ebmbtree.h:658:34: warning: taking address of packed member of 'struct eb_node' may result in an unaligned pointer value [-Waddress-of-packed-member]
658 | up_ptr = &old->node.leaf_p;
| ^~~~~~~~~~~~~~~~~
include/import/ebmbtree.h:675:34: warning: taking address of packed member of 'struct eb_node' may result in an unaligned pointer value [-Waddress-of-packed-member]
675 | up_ptr = &old->node.node_p;
| ^~~~~~~~~~~~~~~~~
include/import/ebmbtree.h:696:34: warning: taking address of packed member of 'struct eb_node' may result in an unaligned pointer value [-Waddress-of-packed-member]
696 | up_ptr = &old->node.node_p;
| ^~~~~~~~~~~~~~~~~
include/import/ebmbtree.h:709:34: warning: taking address of packed member of 'struct eb_node' may result in an unaligned pointer value [-Waddress-of-packed-member]
709 | up_ptr = &old->node.node_p;
| ^~~~~~~~~~~~~~~~~
include/import/ebmbtree.h:722:40: warning: taking address of packed member of 'struct eb_node' may result in an unaligned pointer value [-Waddress-of-packed-member]
722 | root = &old->node.branches;
| ^~~~~~~~~~~~~~~~~~~
include/import/ebmbtree.h:731:32: warning: taking address of packed member of 'struct eb_node' may result in an unaligned pointer value [-Waddress-of-packed-member]
731 | root = &old->node.branches;
| ^~~~~~~~~~~~~~~~~~~
include/import/ebmbtree.h:744:24: warning: taking address of packed member of 'struct eb_node' may result in an unaligned pointer value [-Waddress-of-packed-member]
744 | root = &old->node.branches;
| ^~~~~~~~~~~~~~~~~~~
include/import/ebmbtree.h:813:65: warning: converting a packed 'struct eb_node' pointer (alignment 1) to a 'struct ebmb_node' pointer (alignment 8) may result in an unaligned pointer value [-Waddress-of-packed-member]
813 | return container_of(ret, struct ebmb_node, node);
| ^~~~~~~~~
include/haproxy/compiler.h:199:77: note: in definition of macro 'container_of'
199 | #define container_of(ptr, type, name) ((type *)(((void *)(ptr)) - ((long)&((type *)0)->name)))
| ^~~~
include/import/ebtree-t.h:72:8: note: defined here
72 | struct eb_node {
| ^~~~~~~
include/import/ebtree-t.h:211:8: note: defined here
211 | struct ebmb_node {
| ^~~~~~~~~
include/import/ebmbtree.h:823:29: warning: taking address of packed member of 'struct eb_node' may result in an unaligned pointer value [-Waddress-of-packed-member]
823 | new_left = eb_dotag(&new->node.branches, EB_LEFT);
| ^~~~~~~~~~~~~~~~~~~
include/import/ebmbtree.h:824:29: warning: taking address of packed member of 'struct eb_node' may result in an unaligned pointer value [-Waddress-of-packed-member]
824 | new_rght = eb_dotag(&new->node.branches, EB_RGHT);
| ^~~~~~~~~~~~~~~~~~~
include/import/ebmbtree.h:825:29: warning: taking address of packed member of 'struct eb_node' may result in an unaligned pointer value [-Waddress-of-packed-member]
825 | new_leaf = eb_dotag(&new->node.branches, EB_LEAF);
| ^~~~~~~~~~~~~~~~~~~
include/import/ebmbtree.h:840:34: warning: taking address of packed member of 'struct eb_node' may result in an unaligned pointer value [-Waddress-of-packed-member]
840 | root->b[side] = eb_dotag(&new->node.branches, EB_NODE);
| ^~~~~~~~~~~~~~~~~~~
include/import/ebsttree.h: In function '__ebst_insert':
include/import/ebsttree.h:149:45: warning: taking address of packed member of 'struct eb_node' may result in an unaligned pointer value [-Waddress-of-packed-member]
149 | root->b[EB_LEFT] = eb_dotag(&new->node.branches, EB_LEAF);
| ^~~~~~~~~~~~~~~~~~~
include/import/ebsttree.h:176:45: warning: taking address of packed member of 'struct eb_node' may result in an unaligned pointer value [-Waddress-of-packed-member]
176 | new_left = eb_dotag(&new->node.branches, EB_LEFT);
| ^~~~~~~~~~~~~~~~~~~
include/import/ebsttree.h:177:45: warning: taking address of packed member of 'struct eb_node' may result in an unaligned pointer value [-Waddress-of-packed-member]
177 | new_rght = eb_dotag(&new->node.branches, EB_RGHT);
| ^~~~~~~~~~~~~~~~~~~
include/import/ebsttree.h:178:45: warning: taking address of packed member of 'struct eb_node' may result in an unaligned pointer value [-Waddress-of-packed-member]
178 | new_leaf = eb_dotag(&new->node.branches, EB_LEAF);
| ^~~~~~~~~~~~~~~~~~~
include/import/ebsttree.h:179:45: warning: taking address of packed member of 'struct eb_node' may result in an unaligned pointer value [-Waddress-of-packed-member]
179 | old_leaf = eb_dotag(&old->node.branches, EB_LEAF);
| ^~~~~~~~~~~~~~~~~~~
include/import/ebsttree.h:216:58: warning: taking address of packed member of 'struct eb_node' may result in an unaligned pointer value [-Waddress-of-packed-member]
216 | root->b[side] = eb_dotag(&new->node.branches, EB_NODE);
| ^~~~~~~~~~~~~~~~~~~
include/import/ebsttree.h:262:65: warning: converting a packed 'struct eb_node' pointer (alignment 1) to a 'struct ebmb_node' pointer (alignment 8) may result in an unaligned pointer value [-Waddress-of-packed-member]
262 | return container_of(ret, struct ebmb_node, node);
| ^~~~~~~~~
include/haproxy/compiler.h:199:77: note: in definition of macro 'container_of'
199 | #define container_of(ptr, type, name) ((type *)(((void *)(ptr)) - ((long)&((type *)0)->name)))
| ^~~~
include/import/ebtree-t.h:72:8: note: defined here
72 | struct eb_node {
| ^~~~~~~
include/import/ebtree-t.h:211:8: note: defined here
211 | struct ebmb_node {
| ^~~~~~~~~
include/import/ebsttree.h:278:45: warning: taking address of packed member of 'struct eb_node' may result in an unaligned pointer value [-Waddress-of-packed-member]
278 | new_left = eb_dotag(&new->node.branches, EB_LEFT);
| ^~~~~~~~~~~~~~~~~~~
include/import/ebsttree.h:279:45: warning: taking address of packed member of 'struct eb_node' may result in an unaligned pointer value [-Waddress-of-packed-member]
279 | new_rght = eb_dotag(&new->node.branches, EB_RGHT);
| ^~~~~~~~~~~~~~~~~~~
include/import/ebsttree.h:280:45: warning: taking address of packed member of 'struct eb_node' may result in an unaligned pointer value [-Waddress-of-packed-member]
280 | new_leaf = eb_dotag(&new->node.branches, EB_LEAF);
| ^~~~~~~~~~~~~~~~~~~
include/import/ebsttree.h:281:45: warning: taking address of packed member of 'struct eb_node' may result in an unaligned pointer value [-Waddress-of-packed-member]
281 | old_node = eb_dotag(&old->node.branches, EB_NODE);
| ^~~~~~~~~~~~~~~~~~~
include/import/ebsttree.h:303:24: warning: taking address of packed member of 'struct eb_node' may result in an unaligned pointer value [-Waddress-of-packed-member]
303 | root = &old->node.branches;
| ^~~~~~~~~~~~~~~~~~~
include/import/ebsttree.h:319:34: warning: taking address of packed member of 'struct eb_node' may result in an unaligned pointer value [-Waddress-of-packed-member]
319 | root->b[side] = eb_dotag(&new->node.branches, EB_NODE);
| ^~~~~~~~~~~~~~~~~~~
admin/halog/halog.c: In function 'main':
admin/halog/halog.c:1300:67: warning: converting a packed 'struct eb_node' pointer (alignment 1) to a 'struct url_stat' pointer (alignment 8) may result in an unaligned pointer value [-Waddress-of-packed-member]
1300 | ustat = container_of(node, struct url_stat, node.url.node);
| ^~~~~~~~
include/haproxy/compiler.h:199:77: note: in definition of macro 'container_of'
199 | #define container_of(ptr, type, name) ((type *)(((void *)(ptr)) - ((long)&((type *)0)->name)))
| ^~~~
include/import/ebtree-t.h:72:8: note: defined here
72 | struct eb_node {
| ^~~~~~~
admin/halog/halog.c:66:8: note: defined here
66 | struct url_stat {
| ^~~~~~~~
admin/halog/halog.c:1335:59: warning: converting a packed 'struct eb_node' pointer (alignment 1) to a 'struct url_stat' pointer (alignment 8) may result in an unaligned pointer value [-Waddress-of-packed-member]
1335 | ustat = container_of(node, struct url_stat, node.url.node);
| ^~~~~~~~
include/haproxy/compiler.h:199:77: note: in definition of macro 'container_of'
199 | #define container_of(ptr, type, name) ((type *)(((void *)(ptr)) - ((long)&((type *)0)->name)))
| ^~~~
include/import/ebtree-t.h:72:8: note: defined here
72 | struct eb_node {
| ^~~~~~~
admin/halog/halog.c:66:8: note: defined here
66 | struct url_stat {
| ^~~~~~~~
LD admin/halog/halog
make: Entering directory '/tmp/haproxy-archlinuxrb-build-8E2Pj9jI/haproxy/trunk/src/haproxy-2.6.6/admin/systemd'
sed -e 's:@SBINDIR@:'/usr/bin':' haproxy.service.in > haproxy.service
make: Leaving directory '/tmp/haproxy-archlinuxrb-build-8E2Pj9jI/haproxy/trunk/src/haproxy-2.6.6/admin/systemd'
==> Entering fakeroot environment...
==> Starting package()...
==> Tidying install...
-> Removing libtool files...
-> Purging unwanted files...
-> Removing static library files...
-> Stripping unneeded symbols from binaries and libraries...
cp: cannot stat '/build/glibc/src/glibc/csu/../sysdeps/x86_64/start.S': No such file or directory
cp: cannot stat '/tmp/haproxy-archlinuxrb-build-8E2Pj9jI/haproxy/trunk/src/glibc/csu/../sysdeps/x86/abi-note.c': No such file or directory
cp: cannot stat '/tmp/haproxy-archlinuxrb-build-8E2Pj9jI/haproxy/trunk/src/glibc/csu/init.c': No such file or directory
cp: cannot stat '/build/glibc/src/glibc/csu/../sysdeps/x86_64/crti.S': No such file or directory
cp: cannot stat '/build/glibc/src/glibc/csu/../sysdeps/x86_64/crtn.S': No such file or directory
cp: cannot stat '/build/glibc/src/glibc/csu/../sysdeps/x86_64/start.S': No such file or directory
cp: cannot stat '/tmp/haproxy-archlinuxrb-build-8E2Pj9jI/haproxy/trunk/src/glibc/csu/../sysdeps/x86/abi-note.c': No such file or directory
cp: cannot stat '/tmp/haproxy-archlinuxrb-build-8E2Pj9jI/haproxy/trunk/src/glibc/csu/init.c': No such file or directory
cp: cannot stat '/build/glibc/src/glibc/csu/../sysdeps/x86_64/crti.S': No such file or directory
cp: cannot stat '/build/glibc/src/glibc/csu/../sysdeps/x86_64/crtn.S': No such file or directory
cp: cannot stat '/build/glibc/src/glibc/csu/../sysdeps/x86_64/start.S': No such file or directory
cp: cannot stat '/tmp/haproxy-archlinuxrb-build-8E2Pj9jI/haproxy/trunk/src/glibc/csu/../sysdeps/x86/abi-note.c': No such file or directory
cp: cannot stat '/tmp/haproxy-archlinuxrb-build-8E2Pj9jI/haproxy/trunk/src/glibc/csu/init.c': No such file or directory
cp: cannot stat '/build/glibc/src/glibc/csu/../sysdeps/x86_64/crti.S': No such file or directory
cp: cannot stat '/build/glibc/src/glibc/csu/../sysdeps/x86_64/crtn.S': No such file or directory
cp: cannot stat '/build/glibc/src/glibc/csu/../sysdeps/x86_64/start.S': No such file or directory
cp: cannot stat '/tmp/haproxy-archlinuxrb-build-8E2Pj9jI/haproxy/trunk/src/glibc/csu/../sysdeps/x86/abi-note.c': No such file or directory
cp: cannot stat '/tmp/haproxy-archlinuxrb-build-8E2Pj9jI/haproxy/trunk/src/glibc/csu/init.c': No such file or directory
cp: cannot stat '/build/glibc/src/glibc/csu/../sysdeps/x86_64/crti.S': No such file or directory
cp: cannot stat '/build/glibc/src/glibc/csu/../sysdeps/x86_64/crtn.S': No such file or directory
-> Compressing man and info pages...
==> Checking for packaging issues...
==> WARNING: Package contains reference to $srcdir
usr/bin/haproxy
==> Creating package "haproxy"...
-> Generating .PKGINFO file...
-> Generating .BUILDINFO file...
-> Adding install file...
-> Generating .MTREE file...
-> Compressing package...
==> Creating package "haproxy-debug"...
-> Generating .PKGINFO file...
-> Generating .BUILDINFO file...
-> Generating .MTREE file...
-> Compressing package...
==> Leaving fakeroot environment.
==> Finished making: haproxy 2.6.6-1 (Mon Oct 17 03:31:20 2022)
+ PRESULT=0
+ '[' 0 -eq 124 ']'
+ set +e
+ schroot --end-session -c archlinux-haproxy-archlinuxrb-build-8E2Pj9jI
+ tee -a /srv/reproducible-results/archlinuxrb-build-8E2Pj9jI/b2/haproxy/build2.log
+ PRESULT=0
+ '[' 0 -ne 0 ']'
+ false
+ set +x
'/tmp/haproxy-archlinuxrb-build-8E2Pj9jI/haproxy/trunk/haproxy-2.6.6-1-x86_64.pkg.tar.zst' -> '/srv/reproducible-results/archlinuxrb-build-8E2Pj9jI/b2/haproxy/haproxy-2.6.6-1-x86_64.pkg.tar.zst'
'/tmp/haproxy-archlinuxrb-build-8E2Pj9jI/haproxy/trunk/haproxy-debug-2.6.6-1-x86_64.pkg.tar.zst' -> '/srv/reproducible-results/archlinuxrb-build-8E2Pj9jI/b2/haproxy/haproxy-debug-2.6.6-1-x86_64.pkg.tar.zst'
Mon Oct 17 03:31:21 UTC 2022 - build #2 for haproxy on osuosl184-amd64 done.
Mon Oct 17 03:31:21 UTC 2022 - reproducible_build_archlinux_pkg.sh stopped running as /tmp/jenkins-script-iJLb2aX4, removing.
/srv/reproducible-results/archlinuxrb-build-8E2Pj9jI:
total 8
drwxr-xr-x 3 jenkins jenkins 4096 Oct 17 03:30 b1
drwxr-xr-x 3 jenkins jenkins 4096 Oct 17 03:31 b2
/srv/reproducible-results/archlinuxrb-build-8E2Pj9jI/b1:
total 4
drwxr-xr-x 2 jenkins jenkins 4096 Oct 17 03:30 haproxy
/srv/reproducible-results/archlinuxrb-build-8E2Pj9jI/b1/haproxy:
total 14356
-rw-r--r-- 1 jenkins jenkins 5899153 Oct 17 03:30 build1.log
-rw-r--r-- 1 jenkins jenkins 8 Oct 17 03:30 build1.version
-rw-r--r-- 1 jenkins jenkins 1854601 Oct 17 03:30 haproxy-2.6.6-1-x86_64.pkg.tar.zst
-rw-r--r-- 1 jenkins jenkins 6909066 Oct 17 03:30 haproxy-debug-2.6.6-1-x86_64.pkg.tar.zst
/srv/reproducible-results/archlinuxrb-build-8E2Pj9jI/b2:
total 4
drwxr-xr-x 2 jenkins jenkins 4096 Oct 17 03:31 haproxy
/srv/reproducible-results/archlinuxrb-build-8E2Pj9jI/b2/haproxy:
total 14328
-rw-r--r-- 1 jenkins jenkins 5898090 Oct 17 03:31 build2.log
-rw-r--r-- 1 jenkins jenkins 8 Oct 17 03:31 build2.version
-rw-r--r-- 1 jenkins jenkins 1854601 Oct 17 03:31 haproxy-2.6.6-1-x86_64.pkg.tar.zst
-rw-r--r-- 1 jenkins jenkins 6909066 Oct 17 03:31 haproxy-debug-2.6.6-1-x86_64.pkg.tar.zst
Mon Oct 17 03:31:29 UTC 2022 - comparing results now.
Mon Oct 17 03:31:29 UTC 2022 - YAY - haproxy/haproxy-2.6.6-1-x86_64.pkg.tar.zst build reproducible in our test framework!
x .BUILDINFO
x .BUILDINFO
Mon Oct 17 03:31:29 UTC 2022 - comparing results now.
Mon Oct 17 03:31:29 UTC 2022 - YAY - haproxy/haproxy-debug-2.6.6-1-x86_64.pkg.tar.zst build reproducible in our test framework!
x .BUILDINFO
x .BUILDINFO
/tmp/jenkins-script-0SIyKs0w: line 480: echo: write error: No space left on device
cp: error writing '/var/lib/jenkins/userContent/reproducible/archlinux/community/haproxy/pkg.version': No space left on device
Mon Oct 17 03:31:30 UTC 2022 - /srv/reproducible-results/archlinuxrb-build-8E2Pj9jI deleted.
Mon Oct 17 03:31:30 UTC 2022 - reproducible_build_archlinux_pkg.sh stopped running as /tmp/jenkins-script-0SIyKs0w, removing.
Build step 'Execute shell' marked build as failure
More information about the Qa-jenkins-scm
mailing list