[Qa-jenkins-scm] Build failed in Jenkins: reproducible_builder_archlinux_7 #611
jenkins at jenkins.debian.net
jenkins at jenkins.debian.net
Sun Dec 8 04:21:11 GMT 2019
See <https://jenkins.debian.net/job/reproducible_builder_archlinux_7/611/display/redirect>
Changes:
------------------------------------------
[...truncated 94.94 KB...]
installing gtk3...
:: Running post-transaction hooks...
( 1/15) Creating system user accounts...
( 2/15) Reloading system manager configuration...
Skipped: Current root is not booted.
( 3/15) Creating temporary files...
( 4/15) Reloading device manager configuration...
Skipped: Device manager is not running.
( 5/15) Arming ConditionNeedsUpdate...
( 6/15) Reloading system bus configuration...
Skipped: Current root is not booted.
( 7/15) Warn about old perl modules
( 8/15) Updating fontconfig cache...
( 9/15) Probing GDK-Pixbuf loader modules...
(10/15) Updating GIO module cache...
(11/15) Compiling GSettings XML schema files...
(12/15) Probing GTK3 input method modules...
(13/15) Updating icon theme caches...
(14/15) Updating the desktop file MIME type cache...
(15/15) Updating the MIME type database...
==> Checking buildtime dependencies...
==> Installing missing dependencies...
resolving dependencies...
looking for conflicting packages...
Packages (1) spice-protocol-0.14.0-1
Total Download Size: 0.02 MiB
Total Installed Size: 0.09 MiB
:: Proceed with installation? [Y/n]
:: Retrieving packages...
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0100 21268 100 21268 0 0 1730k 0 --:--:-- --:--:-- --:--:-- 1730k
checking keyring...
checking package integrity...
loading package files...
checking for file conflicts...
checking available disk space...
:: Processing package changes...
installing spice-protocol...
:: Running post-transaction hooks...
(1/1) Arming ConditionNeedsUpdate...
==> Retrieving sources...
-> Downloading spice-vdagent-0.19.0.tar.bz2...
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 64 147k 64 98304 0 0 103k 0 0:00:01 --:--:-- 0:00:01 103k100 147k 100 147k 0 0 123k 0 0:00:01 0:00:01 --:--:-- 123k
-> Found gnome-3.34.patch
==> WARNING: Skipping verification of source file PGP signatures.
==> Validating source files with sha256sums...
spice-vdagent-0.19.0.tar.bz2 ... Passed
gnome-3.34.patch ... Passed
==> Extracting sources...
-> Extracting spice-vdagent-0.19.0.tar.bz2 with bsdtar
==> Starting prepare()...
patching file src/vdagentd/systemd-login.c
==> Starting build()...
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /usr/sbin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking whether make supports nested variables... (cached) yes
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 we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking whether gcc understands -c and -o together... yes
checking whether make supports the include directive... yes (GNU style)
checking dependency style of gcc... gcc3
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /usr/sbin/grep
checking for egrep... /usr/sbin/grep -E
checking for ANSI C header files... yes
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... no
checking whether ln -s works... yes
checking for pkg-config... /usr/sbin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for init script flavor... systemd
checking for LIBSYSTEMD_DAEMON... yes
checking for GTK... yes
checking for GLIB2... yes
checking for X... yes
checking for SPICE... yes
checking for ALSA... yes
checking for DBUS... yes
checking for DRM... yes
checking for LIBSYSTEMD_LOGIN... yes
checking for PCIACCESS... yes
checking for PIE support... yes
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating data/spice-vdagent.1
config.status: creating data/spice-vdagentd.1
config.status: creating src/config.h
config.status: executing depfiles commands
configure:
spice-vdagent 0.19.0
====================
prefix: /usr
c compiler: gcc
session-info: systemd
pciaccess: yes
static uinput: no
vdagentd pie + relro: yes
install RH initscript: no
install systemd service: yes
udevdir: /usr/lib/udev
use GTK+: yes
Now type 'make' to build spice-vdagent
CC src/spice_vdagent-udscs.o
CC src/vdagent/spice_vdagent-audio.o
CC src/vdagent/spice_vdagent-clipboard.o
CC src/vdagent/spice_vdagent-device-info.o
CC src/vdagent/spice_vdagent-file-xfers.o
CC src/vdagent/spice_vdagent-x11-randr.o
CC src/vdagent/spice_vdagent-x11.o
CC src/vdagent/spice_vdagent-vdagent.o
CC src/spice_vdagentd-udscs.o
CC src/vdagentd/spice_vdagentd-vdagentd.o
CC src/vdagentd/spice_vdagentd-uinput.o
CC src/vdagentd/spice_vdagentd-xorg-conf.o
CC src/vdagentd/spice_vdagentd-virtio-port.o
CC src/vdagentd/spice_vdagentd-systemd-login.o
src/vdagent/x11-randr.c: In function 'zero_base_monitors':
src/vdagent/x11-randr.c:631:28: warning: taking address of packed member of 'struct VDAgentMonConfig' may result in an unaligned pointer value [-Waddress-of-packed-member]
631 | mon_width = (int *)&mon_config->monitors[i].width;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/vdagent/x11-randr.c:632:29: warning: taking address of packed member of 'struct VDAgentMonConfig' may result in an unaligned pointer value [-Waddress-of-packed-member]
632 | mon_height = (int *)&mon_config->monitors[i].height;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
CCLD src/spice-vdagentd
src/vdagent/vdagent.c: In function 'daemon_read_complete':
src/vdagent/vdagent.c:226:71: warning: taking address of packed member of 'struct VDAgentAudioVolumeSync' may result in an unaligned pointer value [-Waddress-of-packed-member]
226 | vdagent_audio_playback_sync(avs->mute, avs->nchannels, avs->volume);
| ~~~^~~~~~~~
src/vdagent/vdagent.c:228:69: warning: taking address of packed member of 'struct VDAgentAudioVolumeSync' may result in an unaligned pointer value [-Waddress-of-packed-member]
228 | vdagent_audio_record_sync(avs->mute, avs->nchannels, avs->volume);
| ~~~^~~~~~~~
CCLD src/spice-vdagent
==> Entering fakeroot environment...
==> WARNING: PACKAGER should have the format 'Example Name <email at address.invalid>'
==> Starting package()...
make[1]: Entering directory '/tmp/spice-vdagent-archlinuxrb-build-tLSRS9qg/spice-vdagent/trunk/src/spice-vdagent-0.19.0'
/usr/sbin/mkdir -p /tmp/spice-vdagent-archlinuxrb-build-tLSRS9qg/spice-vdagent/trunk/pkg/spice-vdagent/var/run/spice-vdagentd
/usr/sbin/mkdir -p '/tmp/spice-vdagent-archlinuxrb-build-tLSRS9qg/spice-vdagent/trunk/pkg/spice-vdagent/usr/share/gdm/autostart/LoginWindow'
/usr/sbin/mkdir -p '/tmp/spice-vdagent-archlinuxrb-build-tLSRS9qg/spice-vdagent/trunk/pkg/spice-vdagent/usr/share/gdm/greeter/autostart'
/usr/sbin/mkdir -p '/tmp/spice-vdagent-archlinuxrb-build-tLSRS9qg/spice-vdagent/trunk/pkg/spice-vdagent/usr/share/man/man1'
/usr/sbin/mkdir -p '/tmp/spice-vdagent-archlinuxrb-build-tLSRS9qg/spice-vdagent/trunk/pkg/spice-vdagent/usr/lib/systemd/system'
/usr/sbin/mkdir -p '/tmp/spice-vdagent-archlinuxrb-build-tLSRS9qg/spice-vdagent/trunk/pkg/spice-vdagent/usr/lib/tmpfiles.d'
/usr/sbin/mkdir -p '/tmp/spice-vdagent-archlinuxrb-build-tLSRS9qg/spice-vdagent/trunk/pkg/spice-vdagent/usr/lib/udev/rules.d'
/usr/sbin/mkdir -p '/tmp/spice-vdagent-archlinuxrb-build-tLSRS9qg/spice-vdagent/trunk/pkg/spice-vdagent/etc/xdg/autostart'
/usr/bin/install -c -m 644 ./data/spice-vdagent.desktop '/tmp/spice-vdagent-archlinuxrb-build-tLSRS9qg/spice-vdagent/trunk/pkg/spice-vdagent/usr/share/gdm/autostart/LoginWindow'
/usr/bin/install -c -m 644 ./data/spice-vdagent.desktop '/tmp/spice-vdagent-archlinuxrb-build-tLSRS9qg/spice-vdagent/trunk/pkg/spice-vdagent/usr/share/gdm/greeter/autostart'
/usr/bin/install -c -m 644 data/spice-vdagent.1 data/spice-vdagentd.1 '/tmp/spice-vdagent-archlinuxrb-build-tLSRS9qg/spice-vdagent/trunk/pkg/spice-vdagent/usr/share/man/man1'
/usr/bin/install -c -m 644 ./data/tmpfiles.d/spice-vdagentd.conf '/tmp/spice-vdagent-archlinuxrb-build-tLSRS9qg/spice-vdagent/trunk/pkg/spice-vdagent/usr/lib/tmpfiles.d'
/usr/bin/install -c -m 644 ./data/spice-vdagent.desktop '/tmp/spice-vdagent-archlinuxrb-build-tLSRS9qg/spice-vdagent/trunk/pkg/spice-vdagent/etc/xdg/autostart'
/usr/bin/install -c -m 644 ./data/spice-vdagentd.service ./data/spice-vdagentd.socket '/tmp/spice-vdagent-archlinuxrb-build-tLSRS9qg/spice-vdagent/trunk/pkg/spice-vdagent/usr/lib/systemd/system'
/usr/bin/install -c -m 644 ./data/70-spice-vdagentd.rules '/tmp/spice-vdagent-archlinuxrb-build-tLSRS9qg/spice-vdagent/trunk/pkg/spice-vdagent/usr/lib/udev/rules.d'
/usr/sbin/mkdir -p '/tmp/spice-vdagent-archlinuxrb-build-tLSRS9qg/spice-vdagent/trunk/pkg/spice-vdagent/usr/bin'
/usr/sbin/mkdir -p '/tmp/spice-vdagent-archlinuxrb-build-tLSRS9qg/spice-vdagent/trunk/pkg/spice-vdagent/usr/bin'
/usr/bin/install -c src/spice-vdagentd '/tmp/spice-vdagent-archlinuxrb-build-tLSRS9qg/spice-vdagent/trunk/pkg/spice-vdagent/usr/bin'
/usr/bin/install -c src/spice-vdagent '/tmp/spice-vdagent-archlinuxrb-build-tLSRS9qg/spice-vdagent/trunk/pkg/spice-vdagent/usr/bin'
make[1]: Leaving directory '/tmp/spice-vdagent-archlinuxrb-build-tLSRS9qg/spice-vdagent/trunk/src/spice-vdagent-0.19.0'
==> 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 "spice-vdagent"...
-> Generating .PKGINFO file...
-> Generating .BUILDINFO file...
-> Generating .MTREE file...
-> Compressing package...
==> Leaving fakeroot environment.
==> Finished making: spice-vdagent 0.19.0-2 (Sat Jan 9 10:44:01 2021)
+ PRESULT=0
+ '[' 0 -eq 124 ']'
+ set +e
+ schroot --end-session -c archlinux-spice-vdagent-archlinuxrb-build-tLSRS9qg
+ tee -a /srv/reproducible-results/archlinuxrb-build-tLSRS9qg/b2/spice-vdagent/build2.log
+ PRESULT=0
+ '[' 0 -ne 0 ']'
+ false
+ set +x
'/tmp/spice-vdagent-archlinuxrb-build-tLSRS9qg/spice-vdagent/trunk/spice-vdagent-0.19.0-2-x86_64.pkg.tar.xz' -> '/srv/reproducible-results/archlinuxrb-build-tLSRS9qg/b2/spice-vdagent/spice-vdagent-0.19.0-2-x86_64.pkg.tar.xz'
Sat Jan 9 10:44:02 UTC 2021 - build #2 for spice-vdagent on osuosl-build170-amd64 done.
Sat Jan 9 10:44:02 UTC 2021 - reproducible_build_archlinux_pkg.sh stopped running as /tmp/jenkins-script-g7KEPSMi, which will now be removed.
/srv/reproducible-results/archlinuxrb-build-tLSRS9qg:
total 8
drwxr-xr-x 3 jenkins jenkins 4096 Dec 8 04:19 b1
drwxr-xr-x 3 jenkins jenkins 4096 Dec 8 04:21 b2
/srv/reproducible-results/archlinuxrb-build-tLSRS9qg/b1:
total 4
drwxr-xr-x 2 jenkins jenkins 4096 Dec 8 04:19 spice-vdagent
/srv/reproducible-results/archlinuxrb-build-tLSRS9qg/b1/spice-vdagent:
total 108
-rw-r--r-- 1 jenkins jenkins 49353 Dec 8 04:19 build1.log
-rw-r--r-- 1 jenkins jenkins 9 Dec 8 04:19 build1.version
-rw-r--r-- 1 jenkins jenkins 46076 Dec 8 04:19 spice-vdagent-0.19.0-2-x86_64.pkg.tar.xz
/srv/reproducible-results/archlinuxrb-build-tLSRS9qg/b2:
total 4
drwxr-xr-x 2 jenkins jenkins 4096 Dec 8 04:21 spice-vdagent
/srv/reproducible-results/archlinuxrb-build-tLSRS9qg/b2/spice-vdagent:
total 100
-rw-r--r-- 1 jenkins jenkins 47256 Dec 8 04:21 build2.log
-rw-r--r-- 1 jenkins jenkins 9 Dec 8 04:21 build2.version
-rw-r--r-- 1 jenkins jenkins 46076 Dec 8 04:21 spice-vdagent-0.19.0-2-x86_64.pkg.tar.xz
Sun Dec 8 04:21:10 UTC 2019 - comparing results now.
Sun Dec 8 04:21:10 UTC 2019 - YAY - spice-vdagent/spice-vdagent-0.19.0-2-x86_64.pkg.tar.xz build reproducible in our test framework!
.BUILDINFO
.BUILDINFO
Sun Dec 8 04:21:11 UTC 2019 - https://tests.reproducible-builds.org/archlinux/community/spice-vdagent/ updated.
INSERT into results (package_id, version, status, build_date, build_duration, node1, node2, job)
VALUES ('395938', '0.19.0-2', 'reproducible', '2019-12-08 04:18', '160', 'osuosl-build169-amd64', 'osuosl-build170-amd64', 'https://jenkins.debian.net/job/reproducible_builder_archlinux_7/611/')
ON CONFLICT (package_id)
DO UPDATE SET version='0.19.0-2', status='reproducible', build_date='2019-12-08 04:18', build_duration='160', node1='osuosl-build169-amd64', node2='osuosl-build170-amd64', job='https://jenkins.debian.net/job/reproducible_builder_archlinux_7/611/' WHERE results.package_id='395938'
INSERT 0 1
INSERT INTO stats_build (name, version, suite, architecture, distribution, status, build_date, build_duration, node1, node2, job)
VALUES ('spice-vdagent', '0.19.0-2', 'community', 'x86_64', 3, 'reproducible', '2019-12-08 04:18', '160', 'osuosl-build169-amd64', 'osuosl-build170-amd64', 'https://jenkins.debian.net/job/reproducible_builder_archlinux_7/611/');
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)=(spice-vdagent, 0.19.0-2, community, x86_64, 2019-12-08 04:18:00) already exists.
Sun Dec 8 04:21:11 UTC 2019 - /srv/reproducible-results/archlinuxrb-build-tLSRS9qg deleted.
Sun 8 Dec 04:21:11 UTC 2019 - reproducible_build_archlinux_pkg.sh stopped running as /tmp/jenkins-script-js2N8Mpg, which will now be removed.
Build step 'Execute shell' marked build as failure
More information about the Qa-jenkins-scm
mailing list