[Qa-jenkins-scm] Build failed in Jenkins: reproducible_builder_archlinux_6 #330657
jenkins at jenkins.debian.net
jenkins at jenkins.debian.net
Thu Oct 20 23:30:40 BST 2022
See <https://jenkins.debian.net/job/reproducible_builder_archlinux_6/330657/display/redirect>
Changes:
------------------------------------------
[...truncated 96.20 KB...]
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
atd.c:463:5: note: in expansion of macro 'PRIV_END'
463 | PRIV_END
| ^~~~~~~~
privs.h:84:21: warning: ignoring return value of 'setreuid' declared with attribute 'warn_unused_result' [-Wunused-result]
84 | setreuid(real_uid, effective_uid); \
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
atd.c:496:9: note: in expansion of macro 'PRIV_START'
496 | PRIV_START
| ^~~~~~~~~~
privs.h:85:21: warning: ignoring return value of 'setregid' declared with attribute 'warn_unused_result' [-Wunused-result]
85 | setregid(real_gid, effective_gid);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
atd.c:496:9: note: in expansion of macro 'PRIV_START'
496 | PRIV_START
| ^~~~~~~~~~
atd.c:498:13: warning: ignoring return value of 'nice' declared with attribute 'warn_unused_result' [-Wunused-result]
498 | nice((tolower((int) queue) - 'a') * 2);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
atd.c:516:13: warning: ignoring return value of 'chdir' declared with attribute 'warn_unused_result' [-Wunused-result]
516 | chdir("/");
| ^~~~~~~~~~
privs.h:88:21: warning: ignoring return value of 'setregid' declared with attribute 'warn_unused_result' [-Wunused-result]
88 | setregid(effective_gid, real_gid); \
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
atd.c:521:9: note: in expansion of macro 'PRIV_END'
521 | PRIV_END
| ^~~~~~~~
privs.h:89:21: warning: ignoring return value of 'setreuid' declared with attribute 'warn_unused_result' [-Wunused-result]
89 | setreuid(effective_uid, real_uid); \
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
atd.c:521:9: note: in expansion of macro 'PRIV_END'
521 | PRIV_END
| ^~~~~~~~
privs.h:84:21: warning: ignoring return value of 'setreuid' declared with attribute 'warn_unused_result' [-Wunused-result]
84 | setreuid(real_uid, effective_uid); \
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
atd.c:534:5: note: in expansion of macro 'PRIV_START'
534 | PRIV_START
| ^~~~~~~~~~
privs.h:85:21: warning: ignoring return value of 'setregid' declared with attribute 'warn_unused_result' [-Wunused-result]
85 | setregid(real_gid, effective_gid);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
atd.c:534:5: note: in expansion of macro 'PRIV_START'
534 | PRIV_START
| ^~~~~~~~~~
privs.h:88:21: warning: ignoring return value of 'setregid' declared with attribute 'warn_unused_result' [-Wunused-result]
88 | setregid(effective_gid, real_gid); \
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
atd.c:538:5: note: in expansion of macro 'PRIV_END'
538 | PRIV_END
| ^~~~~~~~
privs.h:89:21: warning: ignoring return value of 'setreuid' declared with attribute 'warn_unused_result' [-Wunused-result]
89 | setreuid(effective_uid, real_uid); \
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
atd.c:538:5: note: in expansion of macro 'PRIV_END'
538 | PRIV_END
| ^~~~~~~~
atd.c:567:5: warning: ignoring return value of 'chdir' declared with attribute 'warn_unused_result' [-Wunused-result]
567 | chdir(ATJOB_DIR);
| ^~~~~~~~~~~~~~~~
privs.h:84:21: warning: ignoring return value of 'setreuid' declared with attribute 'warn_unused_result' [-Wunused-result]
84 | setreuid(real_uid, effective_uid); \
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
atd.c:573:9: note: in expansion of macro 'PRIV_START'
573 | PRIV_START
| ^~~~~~~~~~
privs.h:85:21: warning: ignoring return value of 'setregid' declared with attribute 'warn_unused_result' [-Wunused-result]
85 | setregid(real_gid, effective_gid);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
atd.c:573:9: note: in expansion of macro 'PRIV_START'
573 | PRIV_START
| ^~~~~~~~~~
atd.c:584:13: warning: ignoring return value of 'chdir' declared with attribute 'warn_unused_result' [-Wunused-result]
584 | chdir ("/");
| ^~~~~~~~~~~
privs.h:88:21: warning: ignoring return value of 'setregid' declared with attribute 'warn_unused_result' [-Wunused-result]
88 | setregid(effective_gid, real_gid); \
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
atd.c:593:9: note: in expansion of macro 'PRIV_END'
593 | PRIV_END
| ^~~~~~~~
privs.h:89:21: warning: ignoring return value of 'setreuid' declared with attribute 'warn_unused_result' [-Wunused-result]
89 | setreuid(effective_uid, real_uid); \
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
atd.c:593:9: note: in expansion of macro 'PRIV_END'
593 | PRIV_END
| ^~~~~~~~
atd.c: In function 'run_loop':
atd.c:738:17: warning: '__builtin_strncpy' output may be truncated copying 15 bytes from a string of length 255 [-Wstringop-truncation]
738 | strncpy(batch_name, dirent->d_name, sizeof(batch_name));
| ^
gcc -c -I. -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -DHAVE_CONFIG_H -DVERSION=\"3.2.5\" -DETCDIR=\"/etc\" -DLOADAVG_MX=0.8 -DDAEMON_USERNAME=\"daemon\" -DDAEMON_GROUPNAME=\"daemon\" -DLFILE=\"/var/spool/atd/.SEQ\" -Wall daemon.c
daemon.c: In function 'daemon_setup':
daemon.c:124:12: warning: variable 'old_umask' set but not used [-Wunused-but-set-variable]
124 | mode_t old_umask;
| ^~~~~~~~~
In file included from daemon.c:49:
privs.h:84:21: warning: ignoring return value of 'setreuid' declared with attribute 'warn_unused_result' [-Wunused-result]
84 | setreuid(real_uid, effective_uid); \
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
daemon.c:157:5: note: in expansion of macro 'PRIV_START'
157 | PRIV_START
| ^~~~~~~~~~
privs.h:85:21: warning: ignoring return value of 'setregid' declared with attribute 'warn_unused_result' [-Wunused-result]
85 | setregid(real_gid, effective_gid);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
daemon.c:157:5: note: in expansion of macro 'PRIV_START'
157 | PRIV_START
| ^~~~~~~~~~
privs.h:88:21: warning: ignoring return value of 'setregid' declared with attribute 'warn_unused_result' [-Wunused-result]
88 | setregid(effective_gid, real_gid); \
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
daemon.c:214:5: note: in expansion of macro 'PRIV_END'
214 | PRIV_END
| ^~~~~~~~
privs.h:89:21: warning: ignoring return value of 'setreuid' declared with attribute 'warn_unused_result' [-Wunused-result]
89 | setreuid(effective_uid, real_uid); \
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
daemon.c:214:5: note: in expansion of macro 'PRIV_END'
214 | PRIV_END
| ^~~~~~~~
daemon.c: In function 'daemon_cleanup':
privs.h:84:21: warning: ignoring return value of 'setreuid' declared with attribute 'warn_unused_result' [-Wunused-result]
84 | setreuid(real_uid, effective_uid); \
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
daemon.c:224:5: note: in expansion of macro 'PRIV_START'
224 | PRIV_START
| ^~~~~~~~~~
privs.h:85:21: warning: ignoring return value of 'setregid' declared with attribute 'warn_unused_result' [-Wunused-result]
85 | setregid(real_gid, effective_gid);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
daemon.c:224:5: note: in expansion of macro 'PRIV_START'
224 | PRIV_START
| ^~~~~~~~~~
privs.h:88:21: warning: ignoring return value of 'setregid' declared with attribute 'warn_unused_result' [-Wunused-result]
88 | setregid(effective_gid, real_gid); \
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
daemon.c:228:5: note: in expansion of macro 'PRIV_END'
228 | PRIV_END
| ^~~~~~~~
privs.h:89:21: warning: ignoring return value of 'setreuid' declared with attribute 'warn_unused_result' [-Wunused-result]
89 | setreuid(effective_uid, real_uid); \
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
daemon.c:228:5: note: in expansion of macro 'PRIV_END'
228 | PRIV_END
| ^~~~~~~~
gcc -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -o atd atd.o daemon.o -lpam
cat atd.service.in | sed -e 's![@]sbindir[@]!/usr/bin!g' | sed -e 's![@]atjobdir[@]!/var/spool/atd!g' > atd.service
==> Entering fakeroot environment...
==> Starting package()...
make: Entering directory '/tmp/at-archlinuxrb-build-fqT24uIP/at/trunk/src/at-3.2.5'
Makefile:25: IROOT is deprecated, you should use DESTDIR instead
/usr/bin/install -c -g root -o root -m 755 -d /tmp/at-archlinuxrb-build-fqT24uIP/at/trunk/pkg/at/etc
/usr/bin/install -c -g root -o root -m 755 -d /tmp/at-archlinuxrb-build-fqT24uIP/at/trunk/pkg/at/usr/bin
/usr/bin/install -c -g root -o root -m 755 -d /tmp/at-archlinuxrb-build-fqT24uIP/at/trunk/pkg/at/usr/bin
/usr/bin/install -c -g root -o root -m 755 -d /tmp/at-archlinuxrb-build-fqT24uIP/at/trunk/pkg/at/usr/share/at
/usr/bin/install -c -g root -o root -m 755 -d /tmp/at-archlinuxrb-build-fqT24uIP/at/trunk/pkg/at/usr/share/doc
/usr/bin/install -c -g root -o root -m 755 -d /tmp/at-archlinuxrb-build-fqT24uIP/at/trunk/pkg/at/usr/share/doc/at
/usr/bin/install -c -g daemon -o daemon -m 755 -d /tmp/at-archlinuxrb-build-fqT24uIP/at/trunk/pkg/at/var/spool/atd /tmp/at-archlinuxrb-build-fqT24uIP/at/trunk/pkg/at/var/spool/atd
chmod 1770 /tmp/at-archlinuxrb-build-fqT24uIP/at/trunk/pkg/at/var/spool/atd /tmp/at-archlinuxrb-build-fqT24uIP/at/trunk/pkg/at/var/spool/atd
touch /tmp/at-archlinuxrb-build-fqT24uIP/at/trunk/pkg/at/var/spool/atd/.SEQ
chmod 600 /tmp/at-archlinuxrb-build-fqT24uIP/at/trunk/pkg/at/var/spool/atd/.SEQ
chown daemon:daemon /tmp/at-archlinuxrb-build-fqT24uIP/at/trunk/pkg/at/var/spool/atd/.SEQ
test -f /tmp/at-archlinuxrb-build-fqT24uIP/at/trunk/pkg/at/etc/at.allow || test -f /tmp/at-archlinuxrb-build-fqT24uIP/at/trunk/pkg/at/etc/at.deny || /usr/bin/install -c -o root -g daemon -m 640 at.deny /tmp/at-archlinuxrb-build-fqT24uIP/at/trunk/pkg/at/etc/
/usr/bin/install -c -g daemon -o daemon -m 6755 at /tmp/at-archlinuxrb-build-fqT24uIP/at/trunk/pkg/at/usr/bin
ln -s -f at /tmp/at-archlinuxrb-build-fqT24uIP/at/trunk/pkg/at/usr/bin/atq
ln -s -f at /tmp/at-archlinuxrb-build-fqT24uIP/at/trunk/pkg/at/usr/bin/atrm
/usr/bin/install -c -g root -o root -m 755 batch /tmp/at-archlinuxrb-build-fqT24uIP/at/trunk/pkg/at/usr/bin
/usr/bin/install -c -g root -o root -m 755 batch-job /tmp/at-archlinuxrb-build-fqT24uIP/at/trunk/pkg/at/usr/share/at
/usr/bin/install -c -d -o root -g root -m 755 /tmp/at-archlinuxrb-build-fqT24uIP/at/trunk/pkg/at/usr/share/man/man1
/usr/bin/install -c -d -o root -g root -m 755 /tmp/at-archlinuxrb-build-fqT24uIP/at/trunk/pkg/at/usr/share/man/man5
/usr/bin/install -c -d -o root -g root -m 755 /tmp/at-archlinuxrb-build-fqT24uIP/at/trunk/pkg/at/usr/share/man/man8
/usr/bin/install -c -g root -o root -m 755 atd /tmp/at-archlinuxrb-build-fqT24uIP/at/trunk/pkg/at/usr/bin
/usr/bin/install -c -g root -o root -m 755 atrun /tmp/at-archlinuxrb-build-fqT24uIP/at/trunk/pkg/at/usr/bin
/usr/bin/install -c -g root -o root -m 644 at.1 /tmp/at-archlinuxrb-build-fqT24uIP/at/trunk/pkg/at/usr/share/man/man1/
cd /tmp/at-archlinuxrb-build-fqT24uIP/at/trunk/pkg/at/usr/share/man/man1 && ln -s -f at.1 atq.1 && ln -s -f at.1 batch.1 && ln -s -f at.1 atrm.1
/usr/bin/install -c -g root -o root -m 644 atd.8 /tmp/at-archlinuxrb-build-fqT24uIP/at/trunk/pkg/at/usr/share/man/man8/
sed "s,\${exec_prefix},/usr,g" <atrun.8>tmpman
/usr/bin/install -c -g root -o root -m 644 tmpman /tmp/at-archlinuxrb-build-fqT24uIP/at/trunk/pkg/at/usr/share/man/man8/atrun.8
rm -f tmpman
/usr/bin/install -c -g root -o root -m 644 at.allow.5 /tmp/at-archlinuxrb-build-fqT24uIP/at/trunk/pkg/at/usr/share/man/man5/
cd /tmp/at-archlinuxrb-build-fqT24uIP/at/trunk/pkg/at/usr/share/man/man5 && ln -s -f at.allow.5 at.deny.5
/usr/bin/install -c -g root -o root -m 644 Problems Copyright README ChangeLog timespec /tmp/at-archlinuxrb-build-fqT24uIP/at/trunk/pkg/at/usr/share/doc/at
rm -f /tmp/at-archlinuxrb-build-fqT24uIP/at/trunk/pkg/at/usr/share/man/cat1/at.1* /tmp/at-archlinuxrb-build-fqT24uIP/at/trunk/pkg/at/usr/share/man/cat1/batch.1* \
/tmp/at-archlinuxrb-build-fqT24uIP/at/trunk/pkg/at/usr/share/man/cat1/atq.1*
rm -f /tmp/at-archlinuxrb-build-fqT24uIP/at/trunk/pkg/at/usr/share/man/cat1/atd.8*
if test x"/usr/lib/systemd/system" != xno; then \
/usr/bin/install -c -o root -g root -m 755 -d /tmp/at-archlinuxrb-build-fqT24uIP/at/trunk/pkg/at/usr/lib/systemd/system; \
/usr/bin/install -c -o root -g root -m 644 atd.service /tmp/at-archlinuxrb-build-fqT24uIP/at/trunk/pkg/at/usr/lib/systemd/system; \
fi
make: Leaving directory '/tmp/at-archlinuxrb-build-fqT24uIP/at/trunk/src/at-3.2.5'
==> 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 "at"...
-> Generating .PKGINFO file...
-> Generating .BUILDINFO file...
-> Generating .MTREE file...
-> Compressing package...
==> Leaving fakeroot environment.
==> Finished making: at 3.2.5-2 (Thu Nov 23 04:53:30 2023)
+ PRESULT=0
+ '[' 0 -eq 124 ']'
+ set +e
+ tee -a /srv/reproducible-results/archlinuxrb-build-fqT24uIP/b2/at/build2.log
+ schroot --end-session -c archlinux-at-archlinuxrb-build-fqT24uIP
+ PRESULT=0
+ '[' 0 -ne 0 ']'
+ false
+ set +x
'/tmp/at-archlinuxrb-build-fqT24uIP/at/trunk/at-3.2.5-2-x86_64.pkg.tar.zst' -> '/srv/reproducible-results/archlinuxrb-build-fqT24uIP/b2/at/at-3.2.5-2-x86_64.pkg.tar.zst'
Thu Nov 23 04:53:33 UTC 2023 - build #2 for at on osuosl170-amd64 done.
Thu Nov 23 04:53:33 UTC 2023 - reproducible_build_archlinux_pkg.sh stopped running as /tmp/jenkins-script-Ul1deXrF, removing.
/srv/reproducible-results/archlinuxrb-build-fqT24uIP:
total 8
drwxr-xr-x 3 jenkins jenkins 4096 Oct 20 22:29 b1
drwxr-xr-x 3 jenkins jenkins 4096 Oct 20 22:30 b2
/srv/reproducible-results/archlinuxrb-build-fqT24uIP/b1:
total 4
drwxr-xr-x 2 jenkins jenkins 4096 Oct 20 22:29 at
/srv/reproducible-results/archlinuxrb-build-fqT24uIP/b1/at:
total 116
-rw-r--r-- 1 jenkins jenkins 50993 Oct 20 22:29 at-3.2.5-2-x86_64.pkg.tar.zst
-rw-r--r-- 1 jenkins jenkins 51487 Oct 20 22:29 build1.log
-rw-r--r-- 1 jenkins jenkins 8 Oct 20 22:29 build1.version
/srv/reproducible-results/archlinuxrb-build-fqT24uIP/b2:
total 4
drwxr-xr-x 2 jenkins jenkins 4096 Oct 20 22:30 at
/srv/reproducible-results/archlinuxrb-build-fqT24uIP/b2/at:
total 108
-rw-r--r-- 1 jenkins jenkins 50993 Oct 20 22:30 at-3.2.5-2-x86_64.pkg.tar.zst
-rw-r--r-- 1 jenkins jenkins 50526 Oct 20 22:30 build2.log
-rw-r--r-- 1 jenkins jenkins 8 Oct 20 22:30 build2.version
Thu Oct 20 22:30:40 UTC 2022 - comparing results now.
Thu Oct 20 22:30:40 UTC 2022 - YAY - at/at-3.2.5-2-x86_64.pkg.tar.zst build reproducible in our test framework!
x .BUILDINFO
mv: error writing '/var/lib/jenkins/userContent/reproducible/archlinux/community/at/at-3.2.5-2-x86_64.pkg.tar.zst-b1.BUILDINFO.txt': No space left on device
Thu Oct 20 22:30:40 UTC 2022 - /srv/reproducible-results/archlinuxrb-build-fqT24uIP deleted.
Thu Oct 20 22:30:40 UTC 2022 - reproducible_build_archlinux_pkg.sh stopped running as /tmp/jenkins-script-XptuslJi, removing.
Build step 'Execute shell' marked build as failure
More information about the Qa-jenkins-scm
mailing list