[Qa-jenkins-scm] Build failed in Jenkins: reproducible_builder_archlinux_5 #182769
jenkins at jenkins.debian.net
jenkins at jenkins.debian.net
Fri Jan 22 02:48:32 GMT 2021
See <https://jenkins.debian.net/job/reproducible_builder_archlinux_5/182769/display/redirect>
Changes:
------------------------------------------
[...truncated 35.57 KB...]
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0100 35920 100 35920 0 0 34.2M 0 --:--:-- --:--:-- --:--:-- 34.2M
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0100 116k 100 116k 0 0 114M 0 --:--:-- --:--:-- --:--:-- 114M
checking keyring...
checking package integrity...
loading package files...
checking for file conflicts...
checking available disk space...
:: Processing package changes...
installing cmocka...
installing python-appdirs...
installing python-pyparsing...
installing python-packaging...
installing python-ordered-set...
installing python-setuptools...
installing ninja...
installing meson...
:: Running post-transaction hooks...
(1/1) Arming ConditionNeedsUpdate...
==> Retrieving sources...
-> Downloading libavtp-0.1.0.tar.gz...
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0100 120 0 120 0 0 428 0 --:--:-- --:--:-- --:--:-- 427
100 34391 0 34391 0 0 51793 0 --:--:-- --:--:-- --:--:-- 51793
==> WARNING: Skipping verification of source file PGP signatures.
==> Validating source files with sha512sums...
libavtp-0.1.0.tar.gz ... Passed
==> Extracting sources...
-> Extracting libavtp-0.1.0.tar.gz with bsdtar
==> Starting build()...
+ exec meson setup --prefix /usr --libexecdir lib --sbindir bin --buildtype plain --auto-features enabled --wrap-mode nodownload -D b_lto=true -D b_pie=true --prefix=/usr build
The Meson build system
Version: 0.56.2
Source dir: /tmp/libavtp-archlinuxrb-build-OWK8AsYS/libavtp/trunk/src/libavtp-0.1.0
Build dir: /tmp/libavtp-archlinuxrb-build-OWK8AsYS/libavtp/trunk/src/libavtp-0.1.0/build
Build type: native build
Project name: libavtp
Project version: 0.1.0
Using 'CFLAGS' from environment with value: '-march=x86-64 -mtune=generic -O2 -pipe -fno-plt'
Using 'LDFLAGS' from environment with value: '-Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now'
Using 'CPPFLAGS' from environment with value: '-D_FORTIFY_SOURCE=2'
C compiler for the host machine: cc (gcc 10.2.0 "cc (GCC) 10.2.0")
C linker for the host machine: cc ld.bfd 2.35.1
Using 'CFLAGS' from environment with value: '-march=x86-64 -mtune=generic -O2 -pipe -fno-plt'
Using 'LDFLAGS' from environment with value: '-Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now'
Using 'CPPFLAGS' from environment with value: '-D_FORTIFY_SOURCE=2'
Host machine cpu family: x86_64
Host machine cpu: x86_64
Found pkg-config: /usr/sbin/pkg-config (1.7.3)
Run-time dependency cmocka found: YES 1.1.5
Dependency cmocka found: YES 1.1.5 (cached)
Dependency cmocka found: YES 1.1.5 (cached)
Dependency cmocka found: YES 1.1.5 (cached)
Dependency cmocka found: YES 1.1.5 (cached)
Dependency cmocka found: YES 1.1.5 (cached)
Library m found: YES
Build targets in project: 15
Found ninja-1.10.2 at /usr/sbin/ninja
ninja: Entering directory `build'
[1/21] Compiling C object libavtp.so.0.1.0.p/src_avtp.c.o
[2/21] Compiling C object libavtp.so.0.1.0.p/src_avtp_stream.c.o
../src/avtp_stream.c: In function 'set_field_value':
../src/avtp_stream.c:136:9: warning: taking address of packed member of 'struct avtp_stream_pdu' may result in an unaligned pointer value [-Waddress-of-packed-member]
136 | ptr = &pdu->subtype_data;
| ^~~~~~~~~~~~~~~~~~
../src/avtp_stream.c:141:9: warning: taking address of packed member of 'struct avtp_stream_pdu' may result in an unaligned pointer value [-Waddress-of-packed-member]
141 | ptr = &pdu->subtype_data;
| ^~~~~~~~~~~~~~~~~~
../src/avtp_stream.c:146:9: warning: taking address of packed member of 'struct avtp_stream_pdu' may result in an unaligned pointer value [-Waddress-of-packed-member]
146 | ptr = &pdu->subtype_data;
| ^~~~~~~~~~~~~~~~~~
../src/avtp_stream.c:151:9: warning: taking address of packed member of 'struct avtp_stream_pdu' may result in an unaligned pointer value [-Waddress-of-packed-member]
151 | ptr = &pdu->subtype_data;
| ^~~~~~~~~~~~~~~~~~
../src/avtp_stream.c:156:9: warning: taking address of packed member of 'struct avtp_stream_pdu' may result in an unaligned pointer value [-Waddress-of-packed-member]
156 | ptr = &pdu->subtype_data;
| ^~~~~~~~~~~~~~~~~~
../src/avtp_stream.c:161:9: warning: taking address of packed member of 'struct avtp_stream_pdu' may result in an unaligned pointer value [-Waddress-of-packed-member]
161 | ptr = &pdu->packet_info;
| ^~~~~~~~~~~~~~~~~
[3/21] Compiling C object test-avtp.p/unit_test-avtp.c.o
[4/21] Compiling C object test-stream.p/src_avtp_stream.c.o
../src/avtp_stream.c: In function 'set_field_value':
../src/avtp_stream.c:136:9: warning: taking address of packed member of 'struct avtp_stream_pdu' may result in an unaligned pointer value [-Waddress-of-packed-member]
136 | ptr = &pdu->subtype_data;
| ^~~~~~~~~~~~~~~~~~
../src/avtp_stream.c:141:9: warning: taking address of packed member of 'struct avtp_stream_pdu' may result in an unaligned pointer value [-Waddress-of-packed-member]
141 | ptr = &pdu->subtype_data;
| ^~~~~~~~~~~~~~~~~~
../src/avtp_stream.c:146:9: warning: taking address of packed member of 'struct avtp_stream_pdu' may result in an unaligned pointer value [-Waddress-of-packed-member]
146 | ptr = &pdu->subtype_data;
| ^~~~~~~~~~~~~~~~~~
../src/avtp_stream.c:151:9: warning: taking address of packed member of 'struct avtp_stream_pdu' may result in an unaligned pointer value [-Waddress-of-packed-member]
151 | ptr = &pdu->subtype_data;
| ^~~~~~~~~~~~~~~~~~
../src/avtp_stream.c:156:9: warning: taking address of packed member of 'struct avtp_stream_pdu' may result in an unaligned pointer value [-Waddress-of-packed-member]
156 | ptr = &pdu->subtype_data;
| ^~~~~~~~~~~~~~~~~~
../src/avtp_stream.c:161:9: warning: taking address of packed member of 'struct avtp_stream_pdu' may result in an unaligned pointer value [-Waddress-of-packed-member]
161 | ptr = &pdu->packet_info;
| ^~~~~~~~~~~~~~~~~
[5/21] Compiling C object libavtp.so.0.1.0.p/src_avtp_aaf.c.o
../src/avtp_aaf.c: In function 'set_field_value':
../src/avtp_aaf.c:141:9: warning: taking address of packed member of 'struct avtp_stream_pdu' may result in an unaligned pointer value [-Waddress-of-packed-member]
141 | ptr = &pdu->format_specific;
| ^~~~~~~~~~~~~~~~~~~~~
../src/avtp_aaf.c:146:9: warning: taking address of packed member of 'struct avtp_stream_pdu' may result in an unaligned pointer value [-Waddress-of-packed-member]
146 | ptr = &pdu->format_specific;
| ^~~~~~~~~~~~~~~~~~~~~
../src/avtp_aaf.c:151:9: warning: taking address of packed member of 'struct avtp_stream_pdu' may result in an unaligned pointer value [-Waddress-of-packed-member]
151 | ptr = &pdu->format_specific;
| ^~~~~~~~~~~~~~~~~~~~~
../src/avtp_aaf.c:156:9: warning: taking address of packed member of 'struct avtp_stream_pdu' may result in an unaligned pointer value [-Waddress-of-packed-member]
156 | ptr = &pdu->format_specific;
| ^~~~~~~~~~~~~~~~~~~~~
../src/avtp_aaf.c:161:9: warning: taking address of packed member of 'struct avtp_stream_pdu' may result in an unaligned pointer value [-Waddress-of-packed-member]
161 | ptr = &pdu->packet_info;
| ^~~~~~~~~~~~~~~~~
../src/avtp_aaf.c:166:9: warning: taking address of packed member of 'struct avtp_stream_pdu' may result in an unaligned pointer value [-Waddress-of-packed-member]
166 | ptr = &pdu->packet_info;
| ^~~~~~~~~~~~~~~~~
[6/21] Compiling C object libavtp.so.0.1.0.p/src_avtp_cvf.c.o
../src/avtp_cvf.c: In function 'set_field_value':
../src/avtp_cvf.c:143:9: warning: taking address of packed member of 'struct avtp_stream_pdu' may result in an unaligned pointer value [-Waddress-of-packed-member]
143 | ptr = &pdu->format_specific;
| ^~~~~~~~~~~~~~~~~~~~~
../src/avtp_cvf.c:148:9: warning: taking address of packed member of 'struct avtp_stream_pdu' may result in an unaligned pointer value [-Waddress-of-packed-member]
148 | ptr = &pdu->format_specific;
| ^~~~~~~~~~~~~~~~~~~~~
../src/avtp_cvf.c:153:9: warning: taking address of packed member of 'struct avtp_stream_pdu' may result in an unaligned pointer value [-Waddress-of-packed-member]
153 | ptr = &pdu->packet_info;
| ^~~~~~~~~~~~~~~~~
../src/avtp_cvf.c:158:9: warning: taking address of packed member of 'struct avtp_stream_pdu' may result in an unaligned pointer value [-Waddress-of-packed-member]
158 | ptr = &pdu->packet_info;
| ^~~~~~~~~~~~~~~~~
../src/avtp_cvf.c:163:9: warning: taking address of packed member of 'struct avtp_stream_pdu' may result in an unaligned pointer value [-Waddress-of-packed-member]
163 | ptr = &pdu->packet_info;
| ^~~~~~~~~~~~~~~~~
[7/21] Compiling C object libavtp.so.0.1.0.p/src_avtp_crf.c.o
[8/21] Compiling C object test-stream.p/unit_test-stream.c.o
[9/21] Compiling C object libavtp.so.0.1.0.p/src_avtp_ieciidc.c.o
../src/avtp_ieciidc.c: In function 'set_field_value':
../src/avtp_ieciidc.c:271:9: warning: taking address of packed member of 'struct avtp_stream_pdu' may result in an unaligned pointer value [-Waddress-of-packed-member]
271 | ptr = &pdu->subtype_data;
| ^~~~~~~~~~~~~~~~~~
../src/avtp_ieciidc.c:276:9: warning: taking address of packed member of 'struct avtp_stream_pdu' may result in an unaligned pointer value [-Waddress-of-packed-member]
276 | ptr = &pdu->packet_info;
| ^~~~~~~~~~~~~~~~~
../src/avtp_ieciidc.c:281:9: warning: taking address of packed member of 'struct avtp_stream_pdu' may result in an unaligned pointer value [-Waddress-of-packed-member]
281 | ptr = &pdu->packet_info;
| ^~~~~~~~~~~~~~~~~
../src/avtp_ieciidc.c:286:9: warning: taking address of packed member of 'struct avtp_stream_pdu' may result in an unaligned pointer value [-Waddress-of-packed-member]
286 | ptr = &pdu->packet_info;
| ^~~~~~~~~~~~~~~~~
../src/avtp_ieciidc.c:291:9: warning: taking address of packed member of 'struct avtp_stream_pdu' may result in an unaligned pointer value [-Waddress-of-packed-member]
291 | ptr = &pdu->packet_info;
| ^~~~~~~~~~~~~~~~~
[10/21] Compiling C object test-crf.p/unit_test-crf.c.o
[11/21] Compiling C object test-aaf.p/unit_test-aaf.c.o
[12/21] Compiling C object test-cvf.p/unit_test-cvf.c.o
[13/21] Compiling C object test-ieciidc.p/unit_test-ieciidc.c.o
[14/21] Linking target libavtp.so.0.1.0
[15/21] Generating symbol file libavtp.so.0.1.0.p/libavtp.so.0.1.0.symbols
[16/21] Linking target test-avtp
[17/21] Linking target test-stream
[18/21] Linking target test-crf
[19/21] Linking target test-aaf
[20/21] Linking target test-cvf
[21/21] Linking target test-ieciidc
==> Entering fakeroot environment...
==> Starting package()...
ninja: Entering directory `build'
ninja: no work to do.
Installing libavtp.so.0.1.0 to /tmp/libavtp-archlinuxrb-build-OWK8AsYS/libavtp/trunk/pkg/libavtp/usr/lib
Installing /tmp/libavtp-archlinuxrb-build-OWK8AsYS/libavtp/trunk/src/libavtp-0.1.0/include/avtp.h to /tmp/libavtp-archlinuxrb-build-OWK8AsYS/libavtp/trunk/pkg/libavtp/usr/include/
Installing /tmp/libavtp-archlinuxrb-build-OWK8AsYS/libavtp/trunk/src/libavtp-0.1.0/include/avtp_aaf.h to /tmp/libavtp-archlinuxrb-build-OWK8AsYS/libavtp/trunk/pkg/libavtp/usr/include/
Installing /tmp/libavtp-archlinuxrb-build-OWK8AsYS/libavtp/trunk/src/libavtp-0.1.0/include/avtp_crf.h to /tmp/libavtp-archlinuxrb-build-OWK8AsYS/libavtp/trunk/pkg/libavtp/usr/include/
Installing /tmp/libavtp-archlinuxrb-build-OWK8AsYS/libavtp/trunk/src/libavtp-0.1.0/include/avtp_cvf.h to /tmp/libavtp-archlinuxrb-build-OWK8AsYS/libavtp/trunk/pkg/libavtp/usr/include/
Installing /tmp/libavtp-archlinuxrb-build-OWK8AsYS/libavtp/trunk/src/libavtp-0.1.0/include/avtp_ieciidc.h to /tmp/libavtp-archlinuxrb-build-OWK8AsYS/libavtp/trunk/pkg/libavtp/usr/include/
Installing /tmp/libavtp-archlinuxrb-build-OWK8AsYS/libavtp/trunk/src/libavtp-0.1.0/build/meson-private/avtp.pc to /tmp/libavtp-archlinuxrb-build-OWK8AsYS/libavtp/trunk/pkg/libavtp/usr/lib/pkgconfig
install: creating directory '/tmp/libavtp-archlinuxrb-build-OWK8AsYS/libavtp/trunk/pkg/libavtp/usr/share'
install: creating directory '/tmp/libavtp-archlinuxrb-build-OWK8AsYS/libavtp/trunk/pkg/libavtp/usr/share/licenses'
install: creating directory '/tmp/libavtp-archlinuxrb-build-OWK8AsYS/libavtp/trunk/pkg/libavtp/usr/share/licenses/libavtp'
'LICENSE' -> '/tmp/libavtp-archlinuxrb-build-OWK8AsYS/libavtp/trunk/pkg/libavtp/usr/share/licenses/libavtp/LICENSE'
install: creating directory '/tmp/libavtp-archlinuxrb-build-OWK8AsYS/libavtp/trunk/pkg/libavtp/usr/share/doc'
install: creating directory '/tmp/libavtp-archlinuxrb-build-OWK8AsYS/libavtp/trunk/pkg/libavtp/usr/share/doc/libavtp'
'CONTRIBUTING.md' -> '/tmp/libavtp-archlinuxrb-build-OWK8AsYS/libavtp/trunk/pkg/libavtp/usr/share/doc/libavtp/CONTRIBUTING.md'
'HACKING.md' -> '/tmp/libavtp-archlinuxrb-build-OWK8AsYS/libavtp/trunk/pkg/libavtp/usr/share/doc/libavtp/HACKING.md'
'README.md' -> '/tmp/libavtp-archlinuxrb-build-OWK8AsYS/libavtp/trunk/pkg/libavtp/usr/share/doc/libavtp/README.md'
==> 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 "libavtp"...
-> Generating .PKGINFO file...
-> Generating .BUILDINFO file...
-> Generating .MTREE file...
-> Compressing package...
==> Leaving fakeroot environment.
==> Finished making: libavtp 0.1.0-2 (Thu Feb 24 09:11:11 2022)
+ PRESULT=0
+ '[' 0 -eq 124 ']'
+ set +e
+ schroot --end-session -c archlinux-libavtp-archlinuxrb-build-OWK8AsYS
+ tee -a /srv/reproducible-results/archlinuxrb-build-OWK8AsYS/b2/libavtp/build2.log
+ PRESULT=0
+ '[' 0 -ne 0 ']'
+ false
+ set +x
'/tmp/libavtp-archlinuxrb-build-OWK8AsYS/libavtp/trunk/libavtp-0.1.0-2-x86_64.pkg.tar.zst' -> '/srv/reproducible-results/archlinuxrb-build-OWK8AsYS/b2/libavtp/libavtp-0.1.0-2-x86_64.pkg.tar.zst'
Thu Feb 24 09:11:15 UTC 2022 - build #2 for libavtp on osuosl170-amd64 done.
Thu Feb 24 09:11:15 UTC 2022 - reproducible_build_archlinux_pkg.sh stopped running as /tmp/jenkins-script-j93IPtF5, which will now be removed.
/srv/reproducible-results/archlinuxrb-build-OWK8AsYS:
total 8
drwxr-xr-x 3 jenkins jenkins 4096 Jan 22 02:47 b1
drwxr-xr-x 3 jenkins jenkins 4096 Jan 22 02:48 b2
/srv/reproducible-results/archlinuxrb-build-OWK8AsYS/b1:
total 4
drwxr-xr-x 2 jenkins jenkins 4096 Jan 22 02:47 libavtp
/srv/reproducible-results/archlinuxrb-build-OWK8AsYS/b1/libavtp:
total 44
-rw-r--r-- 1 jenkins jenkins 20979 Jan 22 02:47 build1.log
-rw-r--r-- 1 jenkins jenkins 8 Jan 22 02:47 build1.version
-rw-r--r-- 1 jenkins jenkins 14755 Jan 22 02:47 libavtp-0.1.0-2-x86_64.pkg.tar.zst
/srv/reproducible-results/archlinuxrb-build-OWK8AsYS/b2:
total 4
drwxr-xr-x 2 jenkins jenkins 4096 Jan 22 02:48 libavtp
/srv/reproducible-results/archlinuxrb-build-OWK8AsYS/b2/libavtp:
total 40
-rw-r--r-- 1 jenkins jenkins 18584 Jan 22 02:48 build2.log
-rw-r--r-- 1 jenkins jenkins 8 Jan 22 02:48 build2.version
-rw-r--r-- 1 jenkins jenkins 14755 Jan 22 02:48 libavtp-0.1.0-2-x86_64.pkg.tar.zst
Fri Jan 22 02:48:31 UTC 2021 - comparing results now.
Fri Jan 22 02:48:31 UTC 2021 - YAY - libavtp/libavtp-0.1.0-2-x86_64.pkg.tar.zst build reproducible in our test framework!
x .BUILDINFO
mv: cannot create regular file '/var/lib/jenkins/userContent/reproducible/archlinux/extra/libavtp/libavtp-0.1.0-2-x86_64.pkg.tar.zst-b1.BUILDINFO.txt': File exists
Fri Jan 22 02:48:31 UTC 2021 - /srv/reproducible-results/archlinuxrb-build-OWK8AsYS deleted.
Fri 22 Jan 02:48:31 UTC 2021 - reproducible_build_archlinux_pkg.sh stopped running as /tmp/jenkins-script-4RjLIpxs, which will now be removed.
Build step 'Execute shell' marked build as failure
More information about the Qa-jenkins-scm
mailing list