[Qa-jenkins-scm] Build failed in Jenkins: reproducible_builder_archlinux_6 #156590
jenkins at jenkins.debian.net
jenkins at jenkins.debian.net
Tue Sep 1 02:04:06 BST 2020
See <https://jenkins.debian.net/job/reproducible_builder_archlinux_6/156590/display/redirect>
Changes:
------------------------------------------
[...truncated 44.34 KB...]
CC libjackcommon_la-midiport.lo
CC libjackcommon_la-pool.lo
CC libjackcommon_la-port.lo
CC libjackcommon_la-ringbuffer.lo
CC libjackcommon_la-shm.lo
CC libjackcommon_la-thread.lo
CC libjackcommon_la-time.lo
CC libjackcommon_la-transclient.lo
/bin/sh ../libtool --mode=compile gcc -m32 -I.. -I../config -I.. -I../include -I../include -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -Wall -c -o simd.lo ./simd.c
CC libjackcommon_la-unlock.lo
CC libjackcommon_la-uuid.lo
CC libjackdaemon_la-driver.lo
CC libjackdaemon_la-systemtest.lo
CC libjackdaemon_la-sanitycheck.lo
libtool: compile: gcc -m32 -I.. -I../config -I.. -I../include -I../include -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -Wall -c ./simd.c -fPIC -DPIC -o .libs/simd.o
intclient.c: In function 'jack_get_internal_client_name':
intclient.c:105:18: warning: taking address of packed member of 'struct <anonymous>' may result in an unaligned pointer value [-Waddress-of-packed-member]
105 | jack_uuid_copy (&req.x.intclient.uuid, intclient);
| ^~~~~~~~~~~~~~~~~~~~~
transclient.c: In function 'jack_generate_unique_id':
intclient.c: In function 'jack_internal_client_unload':
intclient.c:206:19: warning: taking address of packed member of 'struct <anonymous>' may result in an unaligned pointer value [-Waddress-of-packed-member]
206 | jack_uuid_copy (&req.x.intclient.uuid, intclient);
| ^~~~~~~~~~~~~~~~~~~~~
transclient.c:42:27: warning: taking address of packed member of 'struct <anonymous>' may result in an unaligned pointer value [-Waddress-of-packed-member]
42 | return exchange_and_add (&ectl->seq_number, 1);
| ^~~~~~~~~~~~~~~~~
transclient.c: In function 'jack_release_timebase':
transclient.c:365:18: warning: taking address of packed member of 'union <anonymous>' may result in an unaligned pointer value [-Waddress-of-packed-member]
365 | jack_uuid_copy (&req.x.client_id, ctl->uuid);
| ^~~~~~~~~~~~~~~~
transclient.c: In function 'jack_set_sync_callback':
transclient.c:392:18: warning: taking address of packed member of 'union <anonymous>' may result in an unaligned pointer value [-Waddress-of-packed-member]
392 | jack_uuid_copy (&req.x.client_id, ctl->uuid);
| ^~~~~~~~~~~~~~~~
transclient.c: In function 'jack_set_timebase_callback':
transclient.c:427:18: warning: taking address of packed member of 'struct <anonymous>' may result in an unaligned pointer value [-Waddress-of-packed-member]
427 | jack_uuid_copy (&req.x.timebase.client_id, ctl->uuid);
| ^~~~~~~~~~~~~~~~~~~~~~~~~
metadata.c: In function 'jack_property_change_notify':
metadata.c:128:18: warning: taking address of packed member of 'struct <anonymous>' may result in an unaligned pointer value [-Waddress-of-packed-member]
128 | jack_uuid_copy (&req.x.property.uuid, uuid);
| ^~~~~~~~~~~~~~~~~~~~
client.c: In function 'server_event_connect':
client.c:839:18: warning: taking address of packed member of 'struct <anonymous>' may result in an unaligned pointer value [-Waddress-of-packed-member]
839 | jack_uuid_copy (&req.client_id, client->control->uuid);
| ^~~~~~~~~~~~~~
client.c: In function 'jack_request_client':
client.c:1096:39: warning: taking address of packed member of 'struct <anonymous>' may result in an unaligned pointer value [-Waddress-of-packed-member]
1096 | if (jack_uuid_parse (va->sess_uuid, &req.uuid) != 0) {
| ^~~~~~~~~
client.c:1101:20: warning: taking address of packed member of 'struct <anonymous>' may result in an unaligned pointer value [-Waddress-of-packed-member]
1101 | jack_uuid_clear (&req.uuid);
| ^~~~~~~~~
client.c: In function 'jack_set_freewheel':
client.c:1558:18: warning: taking address of packed member of 'union <anonymous>' may result in an unaligned pointer value [-Waddress-of-packed-member]
1558 | jack_uuid_copy (&request.x.client_id, client->control->uuid);
| ^~~~~~~~~~~~~~~~~~~~
client.c: In function 'jack_session_reply':
client.c:1584:19: warning: taking address of packed member of 'union <anonymous>' may result in an unaligned pointer value [-Waddress-of-packed-member]
1584 | jack_uuid_copy (&request.x.client_id, client->control->uuid);
| ^~~~~~~~~~~~~~~~~~~~
client.c: In function 'jack_activate':
client.c:2467:18: warning: taking address of packed member of 'union <anonymous>' may result in an unaligned pointer value [-Waddress-of-packed-member]
2467 | jack_uuid_copy (&req.x.client_id, client->control->uuid);
| ^~~~~~~~~~~~~~~~
client.c: In function 'jack_deactivate_aux':
In file included from /usr/include/string.h:519,
from intclient.c:26:
In function 'strncpy',
inlined from 'jack_intclient_request.constprop' at intclient.c:75:3:
/usr/include/bits/string_fortified.h:106:10: warning: '__builtin_strncpy' specified bound 4097 equals destination size [-Wstringop-truncation]
106 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/bits/string_fortified.h:106:10: warning: '__builtin_strncpy' specified bound 4097 equals destination size [-Wstringop-truncation]
In function 'strncpy',
inlined from 'jack_intclient_request.constprop' at intclient.c:79:3:
client.c:2483:20: warning: taking address of packed member of 'union <anonymous>' may result in an unaligned pointer value [-Waddress-of-packed-member]
2483 | jack_uuid_copy (&req.x.client_id, client->control->uuid);
| ^~~~~~~~~~~~~~~~
/usr/include/bits/string_fortified.h:106:10: warning: '__builtin_strncpy' specified bound 1024 equals destination size [-Wstringop-truncation]
106 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
client.c: In function 'jack_get_client_name_by_uuid':
client.c:2917:33: warning: taking address of packed member of 'union <anonymous>' may result in an unaligned pointer value [-Waddress-of-packed-member]
2917 | if (jack_uuid_parse (uuid_str, &request.x.client_id) != 0) {
| ^~~~~~~~~~~~~~~~~~~~
client.c: In function 'jack_reserve_client_name':
client.c:2971:33: warning: taking address of packed member of 'struct <anonymous>' may result in an unaligned pointer value [-Waddress-of-packed-member]
2971 | if (jack_uuid_parse (uuid_str, &request.x.reservename.uuid) != 0) {
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~
unlock.c: In function 'cleanup_mlock':
unlock.c:86:3: warning: ignoring return value of 'fscanf' declared with attribute 'warn_unused_result' [-Wunused-result]
86 | fscanf (map, " %[^\n]", path);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
port.c: In function 'jack_port_register':
port.c:273:18: warning: taking address of packed member of 'struct <anonymous>' may result in an unaligned pointer value [-Waddress-of-packed-member]
273 | jack_uuid_copy (&req.x.port_info.client_id, client->control->uuid);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~
port.c: In function 'jack_port_unregister':
port.c:301:18: warning: taking address of packed member of 'struct <anonymous>' may result in an unaligned pointer value [-Waddress-of-packed-member]
301 | jack_uuid_copy (&req.x.port_info.client_id, client->control->uuid);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~
port.c: In function 'jack_port_get_all_connections':
port.c:404:19: warning: taking address of packed member of 'struct <anonymous>' may result in an unaligned pointer value [-Waddress-of-packed-member]
404 | jack_uuid_clear (&req.x.port_info.client_id);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~
port.c: In function 'jack_port_rename':
port.c:821:2: warning: 'jack_port_set_name' is deprecated [-Wdeprecated-declarations]
821 | if ((ret = jack_port_set_name (port, new_name)) == 0) {
| ^~
In file included from port.c:28:
../jack/jack.h:766:5: note: declared here
766 | int jack_port_set_name (jack_port_t *port, const char *port_name) JACK_OPTIONAL_WEAK_DEPRECATED_EXPORT;
| ^~~~~~~~~~~~~~~~~~
In function 'strncpy',
inlined from 'jack_internal_client_handle' at intclient.c:138:2:
/usr/include/bits/string_fortified.h:106:10: warning: '__builtin_strncpy' specified bound 33 equals destination size [-Wstringop-truncation]
106 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
CCLD libjackdaemon.la
In file included from /usr/include/string.h:519,
from client.c:34:
In function 'strncpy',
inlined from 'jack_client_has_session_callback' at client.c:1725:2:
/usr/include/bits/string_fortified.h:106:10: warning: '__builtin_strncpy' specified bound 33 equals destination size [-Wstringop-truncation]
106 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
client.c: In function 'jack_client_process_events':
client.c:745:17: warning: '%u' directive writing between 1 and 10 bytes into a region of size between 0 and 4096 [-Wformat-overflow=]
745 | sprintf (path, "%s-%" PRIu32, client->fifo_prefix, event->x.n);
| ^~~~~~
client.c:745:21: note: format string is defined here
745 | sprintf (path, "%s-%" PRIu32, client->fifo_prefix, event->x.n);
In file included from /usr/include/stdio.h:866,
from client.c:28:
/usr/include/bits/stdio2.h:38:10: note: '__builtin___sprintf_chk' output between 3 and 4108 bytes into a destination of size 4097
38 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
39 | __bos (__s), __fmt, __va_arg_pack ());
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
client.c:754:17: warning: '%u' directive writing between 1 and 10 bytes into a region of size between 0 and 4096 [-Wformat-overflow=]
754 | sprintf (path, "%s-%" PRIu32, client->fifo_prefix, event->x.n + 1);
| ^~~~~~
client.c:754:21: note: format string is defined here
754 | sprintf (path, "%s-%" PRIu32, client->fifo_prefix, event->x.n + 1);
In file included from /usr/include/stdio.h:866,
from client.c:28:
/usr/include/bits/stdio2.h:38:10: note: '__builtin___sprintf_chk' output between 3 and 4108 bytes into a destination of size 4097
38 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
39 | __bos (__s), __fmt, __va_arg_pack ());
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
CCLD libjackcommon.la
CCLD libjack.la
make: Leaving directory '/tmp/lib32-jack-archlinuxrb-build-eyZ1G8Jx/lib32-jack/trunk/src/lib32-jack-0.125.0/libjack'
==> Entering fakeroot environment...
==> Starting package()...
/usr/sbin/mkdir -p '/tmp/lib32-jack-archlinuxrb-build-eyZ1G8Jx/lib32-jack/trunk/pkg/lib32-jack/usr/lib32/pkgconfig'
/usr/bin/install -c -m 644 jack.pc '/tmp/lib32-jack-archlinuxrb-build-eyZ1G8Jx/lib32-jack/trunk/pkg/lib32-jack/usr/lib32/pkgconfig'
make: Entering directory '/tmp/lib32-jack-archlinuxrb-build-eyZ1G8Jx/lib32-jack/trunk/src/lib32-jack-0.125.0/libjack'
make[1]: Entering directory '/tmp/lib32-jack-archlinuxrb-build-eyZ1G8Jx/lib32-jack/trunk/src/lib32-jack-0.125.0/libjack'
make[1]: Nothing to be done for 'install-data-am'.
/usr/sbin/mkdir -p '/tmp/lib32-jack-archlinuxrb-build-eyZ1G8Jx/lib32-jack/trunk/pkg/lib32-jack/usr/lib32'
/bin/sh ../libtool --mode=install /usr/bin/install -c libjack.la '/tmp/lib32-jack-archlinuxrb-build-eyZ1G8Jx/lib32-jack/trunk/pkg/lib32-jack/usr/lib32'
libtool: install: /usr/bin/install -c .libs/libjack.so.0.0.28 /tmp/lib32-jack-archlinuxrb-build-eyZ1G8Jx/lib32-jack/trunk/pkg/lib32-jack/usr/lib32/libjack.so.0.0.28
libtool: install: (cd /tmp/lib32-jack-archlinuxrb-build-eyZ1G8Jx/lib32-jack/trunk/pkg/lib32-jack/usr/lib32 && { ln -s -f libjack.so.0.0.28 libjack.so.0 || { rm -f libjack.so.0 && ln -s libjack.so.0.0.28 libjack.so.0; }; })
libtool: install: (cd /tmp/lib32-jack-archlinuxrb-build-eyZ1G8Jx/lib32-jack/trunk/pkg/lib32-jack/usr/lib32 && { ln -s -f libjack.so.0.0.28 libjack.so || { rm -f libjack.so && ln -s libjack.so.0.0.28 libjack.so; }; })
libtool: install: /usr/bin/install -c .libs/libjack.lai /tmp/lib32-jack-archlinuxrb-build-eyZ1G8Jx/lib32-jack/trunk/pkg/lib32-jack/usr/lib32/libjack.la
libtool: warning: remember to run 'libtool --finish /usr/lib32'
make install-exec-hook
make[2]: Entering directory '/tmp/lib32-jack-archlinuxrb-build-eyZ1G8Jx/lib32-jack/trunk/src/lib32-jack-0.125.0/libjack'
Removing JACK shared memory registry key 0x282929
ipcrm -M 0x282929
ipcrm: invalid key (0x282929)
make[2]: [Makefile:972: install-exec-hook] Error 1 (ignored)
make[2]: Leaving directory '/tmp/lib32-jack-archlinuxrb-build-eyZ1G8Jx/lib32-jack/trunk/src/lib32-jack-0.125.0/libjack'
make[1]: Leaving directory '/tmp/lib32-jack-archlinuxrb-build-eyZ1G8Jx/lib32-jack/trunk/src/lib32-jack-0.125.0/libjack'
make: Leaving directory '/tmp/lib32-jack-archlinuxrb-build-eyZ1G8Jx/lib32-jack/trunk/src/lib32-jack-0.125.0/libjack'
==> 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 "lib32-jack"...
-> Generating .PKGINFO file...
-> Generating .BUILDINFO file...
-> Generating .MTREE file...
-> Compressing package...
==> Leaving fakeroot environment.
==> Finished making: lib32-jack 0.125.0-3 (Mon Oct 4 07:26:57 2021)
+ PRESULT=0
+ '[' 0 -eq 124 ']'
+ set +e
+ schroot --end-session -c archlinux-lib32-jack-archlinuxrb-build-eyZ1G8Jx
+ tee -a /srv/reproducible-results/archlinuxrb-build-eyZ1G8Jx/b1/lib32-jack/build1.log
+ PRESULT=0
+ '[' 0 -ne 0 ']'
+ false
+ set +x
ls: cannot access '/tmp/lib32-jack-archlinuxrb-build-eyZ1G8Jx/*/trunk/*.pkg.tar.xz': No such file or directory
Mon Oct 4 07:26:57 UTC 2021 - build #1 for lib32-jack on osuosl-build170-amd64 didn't build a package!
ls /srv/reproducible-results/archlinuxrb-build-eyZ1G8Jx/b1/lib32-jack/
.:
total 4
drwxr-xr-x 3 jenkins jenkins 4096 Oct 4 07:26 b1
./b1:
total 4
drwxr-xr-x 2 jenkins jenkins 4096 Oct 4 07:26 lib32-jack
./b1/lib32-jack:
total 60
-rw-r--r-- 1 jenkins jenkins 53682 Oct 4 07:26 build1.log
-rw-r--r-- 1 jenkins jenkins 10 Oct 4 07:26 build1.version
Mon Oct 4 07:26:57 UTC 2021 - build #1 for lib32-jack on osuosl-build170-amd64 done.
Mon Oct 4 07:26:57 UTC 2021 - reproducible_build_archlinux_pkg.sh stopped running as /tmp/jenkins-script-dN7ELtw2, which will now be removed.
/srv/reproducible-results/archlinuxrb-build-eyZ1G8Jx:
total 8
drwxr-xr-x 3 jenkins jenkins 4096 Sep 1 01:04 b1
drwxr-xr-x 2 jenkins jenkins 4096 Sep 1 01:03 b2
/srv/reproducible-results/archlinuxrb-build-eyZ1G8Jx/b1:
total 4
drwxr-xr-x 2 jenkins jenkins 4096 Sep 1 01:04 lib32-jack
/srv/reproducible-results/archlinuxrb-build-eyZ1G8Jx/b1/lib32-jack:
total 60
-rw-r--r-- 1 jenkins jenkins 53682 Sep 1 01:04 build1.log
-rw-r--r-- 1 jenkins jenkins 10 Sep 1 01:04 build1.version
/srv/reproducible-results/archlinuxrb-build-eyZ1G8Jx/b2:
total 0
Tue Sep 1 01:04:04 UTC 2020 - build1 didn't create a package, skipping build2!
Tue Sep 1 01:04:04 UTC 2020 - https://tests.reproducible-builds.org/archlinux/multilib/lib32-jack/ updated.
INSERT into results (package_id, version, status, build_date, build_duration, node1, node2, job)
VALUES ('395098', '0.125.0-3', 'UNKNOWN', '2020-09-01 01:03', '62', 'osuosl-build170-amd64', 'osuosl-build169-amd64', 'https://jenkins.debian.net/job/reproducible_builder_archlinux_6/156590/')
ON CONFLICT (package_id)
DO UPDATE SET version='0.125.0-3', status='UNKNOWN', build_date='2020-09-01 01:03', build_duration='62', node1='osuosl-build170-amd64', node2='osuosl-build169-amd64', job='https://jenkins.debian.net/job/reproducible_builder_archlinux_6/156590/' WHERE results.package_id='395098'
INSERT 0 1
INSERT INTO stats_build (name, version, suite, architecture, distribution, status, build_date, build_duration, node1, node2, job)
VALUES ('lib32-jack', '0.125.0-3', 'multilib', 'x86_64', 3, 'UNKNOWN', '2020-09-01 01:03', '62', 'osuosl-build170-amd64', 'osuosl-build169-amd64', 'https://jenkins.debian.net/job/reproducible_builder_archlinux_6/156590/');
ERROR: duplicate key value violates unique constraint "stats_build_tmp_name_version_suite_architecture_build_date_key1"
DETAIL: Key (name, version, suite, architecture, build_date)=(lib32-jack, 0.125.0-3, multilib, x86_64, 2020-09-01 01:03:00) already exists.
Tue Sep 1 01:04:06 UTC 2020 - /srv/reproducible-results/archlinuxrb-build-eyZ1G8Jx deleted.
Tue 1 Sep 01:04:06 UTC 2020 - reproducible_build_archlinux_pkg.sh stopped running as /tmp/jenkins-script-NV7ulMoH, which will now be removed.
Build step 'Execute shell' marked build as failure
More information about the Qa-jenkins-scm
mailing list