[Qa-jenkins-scm] Build failed in Jenkins: reproducible_builder_archlinux_3 #298536

jenkins at jenkins.debian.net jenkins at jenkins.debian.net
Wed Jul 21 19:01:39 BST 2021


See <https://jenkins.debian.net/job/reproducible_builder_archlinux_3/298536/display/redirect>

Changes:


------------------------------------------
[...truncated 35.14 KB...]
resolving dependencies...
looking for conflicting packages...

Packages (2) perl-locale-gettext-1.07-11  help2man-1.48.3-1

Total Download Size:   0.19 MiB
Total Installed Size:  0.38 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 12634  100 12634    0     0  12.1M      0 --:--:-- --:--:-- --:--:-- 12.0M
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0100  178k  100  178k    0     0   118M      0 --:--:-- --:--:-- --:--:--  174M
checking keyring...
checking package integrity...
loading package files...
checking for file conflicts...
checking available disk space...
:: Processing package changes...
installing perl-locale-gettext...
installing help2man...
:: Running post-transaction hooks...
(1/3) Arming ConditionNeedsUpdate...
(2/3) Warn about old perl modules
(3/3) Updating the info directory file...
==> Retrieving sources...
  -> Downloading 0.13.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 --:--:-- --:--:-- --:--:--     0100   118  100   118    0     0    582      0 --:--:-- --:--:-- --:--:--   584
100 13081    0 13081    0     0  26335      0 --:--:-- --:--:-- --:--:-- 26335100 47011    0 47011    0     0  76044      0 --:--:-- --:--:-- --:--:--  273k
  -> Found nodm.conf
  -> Found nodm.service
==> Validating source files with sha512sums...
    0.13.tar.gz ... Passed
    nodm.conf ... Passed
    nodm.service ... Passed
==> Extracting sources...
  -> Extracting 0.13.tar.gz with bsdtar
==> Starting build()...
configure.ac:6: warning: 'AM_CONFIG_HEADER': this macro is obsolete.
configure.ac:6: You should use the 'AC_CONFIG_HEADERS' macro instead.
./lib/autoconf/general.m4:2434: AC_DIAGNOSE is expanded from...
aclocal.m4:727: AM_CONFIG_HEADER is expanded from...
configure.ac:6: the top level
configure.ac:14: warning: The macro `AC_ISC_POSIX' is obsolete.
configure.ac:14: You should run autoupdate.
./lib/autoconf/specific.m4:550: AC_ISC_POSIX is expanded from...
configure.ac:14: the top level
configure.ac:17: warning: The macro `AC_PROG_CC_C99' is obsolete.
configure.ac:17: You should run autoupdate.
./lib/autoconf/c.m4:1659: AC_PROG_CC_C99 is expanded from...
configure.ac:17: the top level
configure.ac:20: warning: The macro `AC_HEADER_STDC' is obsolete.
configure.ac:20: You should run autoupdate.
./lib/autoconf/headers.m4:704: AC_HEADER_STDC is expanded from...
configure.ac:20: the top level
configure.ac:13: installing 'config/compile'
configure.ac:5: installing 'config/install-sh'
configure.ac:5: installing 'config/missing'
Makefile.am: installing 'config/depcomp'
Makefile.am:5: warning: 'CFLAGS' is a user variable, you should not override it;
Makefile.am:5: use 'AM_CFLAGS' instead
parallel-tests: installing 'config/test-driver'
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a race-free mkdir -p... /usr/sbin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... 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 the compiler supports GNU C... yes
checking whether gcc accepts -g... yes
checking for gcc option to enable C11 features... 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 for library containing strerror... none required
checking for stdio.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for strings.h... yes
checking for sys/stat.h... yes
checking for sys/types.h... yes
checking for unistd.h... yes
checking for grep that handles long lines and -e... /usr/sbin/grep
checking for egrep... /usr/sbin/grep -E
checking for pkg-config... /usr/sbin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for X11... yes
checking for pam_start in -lpam... yes
checking for main in -lpam_misc... yes
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating config.h
config.status: executing depfiles commands
make  all-am
make[1]: Entering directory '/tmp/nodm-archlinuxrb-build-E7unjYZY/nodm/trunk/src/nodm-0.13'
gcc -DHAVE_CONFIG_H -I.   -D_FORTIFY_SOURCE=2 -DNODM_SESSION='"/usr/sbin/nodm"' -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -Wall -Werror -MT nodm-common.o -MD -MP -MF .deps/nodm-common.Tpo -c -o nodm-common.o `test -f 'common.c' || echo './'`common.c
gcc -DHAVE_CONFIG_H -I.   -D_FORTIFY_SOURCE=2 -DNODM_SESSION='"/usr/sbin/nodm"' -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -Wall -Werror -MT nodm-log.o -MD -MP -MF .deps/nodm-log.Tpo -c -o nodm-log.o `test -f 'log.c' || echo './'`log.c
gcc -DHAVE_CONFIG_H -I.   -D_FORTIFY_SOURCE=2 -DNODM_SESSION='"/usr/sbin/nodm"' -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -Wall -Werror -MT nodm-vt.o -MD -MP -MF .deps/nodm-vt.Tpo -c -o nodm-vt.o `test -f 'vt.c' || echo './'`vt.c
gcc -DHAVE_CONFIG_H -I.   -D_FORTIFY_SOURCE=2 -DNODM_SESSION='"/usr/sbin/nodm"' -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -Wall -Werror -MT nodm-xsession-child.o -MD -MP -MF .deps/nodm-xsession-child.Tpo -c -o nodm-xsession-child.o `test -f 'xsession-child.c' || echo './'`xsession-child.c
gcc -DHAVE_CONFIG_H -I.   -D_FORTIFY_SOURCE=2 -DNODM_SESSION='"/usr/sbin/nodm"' -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -Wall -Werror -MT nodm-xserver.o -MD -MP -MF .deps/nodm-xserver.Tpo -c -o nodm-xserver.o `test -f 'xserver.c' || echo './'`xserver.c
gcc -DHAVE_CONFIG_H -I.   -D_FORTIFY_SOURCE=2 -DNODM_SESSION='"/usr/sbin/nodm"' -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -Wall -Werror -MT nodm-xsession.o -MD -MP -MF .deps/nodm-xsession.Tpo -c -o nodm-xsession.o `test -f 'xsession.c' || echo './'`xsession.c
gcc -DHAVE_CONFIG_H -I.   -D_FORTIFY_SOURCE=2 -DNODM_SESSION='"/usr/sbin/nodm"' -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -Wall -Werror -MT nodm-dm.o -MD -MP -MF .deps/nodm-dm.Tpo -c -o nodm-dm.o `test -f 'dm.c' || echo './'`dm.c
gcc -DHAVE_CONFIG_H -I.   -D_FORTIFY_SOURCE=2 -DNODM_SESSION='"/usr/sbin/nodm"' -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -Wall -Werror -MT nodm-nodm.o -MD -MP -MF .deps/nodm-nodm.Tpo -c -o nodm-nodm.o `test -f 'nodm.c' || echo './'`nodm.c
sed \
	-e 's![@]sbindir[@]!/usr/sbin!g' \
	< nodm.service.in > nodm.service
mv -f .deps/nodm-log.Tpo .deps/nodm-log.Po
mv -f .deps/nodm-common.Tpo .deps/nodm-common.Po
mv -f .deps/nodm-vt.Tpo .deps/nodm-vt.Po
mv -f .deps/nodm-nodm.Tpo .deps/nodm-nodm.Po
mv -f .deps/nodm-xsession.Tpo .deps/nodm-xsession.Po
mv -f .deps/nodm-xsession-child.Tpo .deps/nodm-xsession-child.Po
mv -f .deps/nodm-dm.Tpo .deps/nodm-dm.Po
mv -f .deps/nodm-xserver.Tpo .deps/nodm-xserver.Po
gcc -DNODM_SESSION='"/usr/sbin/nodm"' -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -Wall -Werror  -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -o nodm nodm-common.o nodm-log.o nodm-vt.o nodm-xsession-child.o nodm-xserver.o nodm-xsession.o nodm-dm.o  nodm-nodm.o   -lpam -lpam_misc -lX11 
help2man --section=8 --name="X display manager for automatic logins" \
	 --no-info --include=nodm-man-extras ./nodm > nodm.8
make[1]: Leaving directory '/tmp/nodm-archlinuxrb-build-E7unjYZY/nodm/trunk/src/nodm-0.13'
==> Entering fakeroot environment...
==> Starting package()...
==> 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 "nodm"...
  -> Generating .PKGINFO file...
  -> Generating .BUILDINFO file...
  -> Generating .MTREE file...
  -> Compressing package...
==> Leaving fakeroot environment.
==> Finished making: nodm 0.13-3 (Wed Jul 21 18:01:32 2021)
+ PRESULT=0
+ '[' 0 -eq 124 ']'
+ set +e
+ schroot --end-session -c archlinux-nodm-archlinuxrb-build-E7unjYZY
+ tee -a /srv/reproducible-results/archlinuxrb-build-E7unjYZY/b2/nodm/build2.log
+ PRESULT=0
+ '[' 0 -ne 0 ']'
+ false
+ set +x
'/tmp/nodm-archlinuxrb-build-E7unjYZY/nodm/trunk/nodm-0.13-3-x86_64.pkg.tar.zst' -> '/srv/reproducible-results/archlinuxrb-build-E7unjYZY/b2/nodm/nodm-0.13-3-x86_64.pkg.tar.zst'
Wed Jul 21 18:01:32 UTC 2021 - build #2 for nodm on osuosl169-amd64 done.
Wed Jul 21 18:01:32 UTC 2021 - reproducible_build_archlinux_pkg.sh stopped running as /tmp/jenkins-script-cOHRCbj1, removing.
/srv/reproducible-results/archlinuxrb-build-E7unjYZY:
total 8
drwxr-xr-x 3 jenkins jenkins 4096 Jul 21 18:01 b1
drwxr-xr-x 3 jenkins jenkins 4096 Jul 21 18:01 b2

/srv/reproducible-results/archlinuxrb-build-E7unjYZY/b1:
total 4
drwxr-xr-x 2 jenkins jenkins 4096 Jul 21 18:01 nodm

/srv/reproducible-results/archlinuxrb-build-E7unjYZY/b1/nodm:
total 44
-rw-r--r-- 1 jenkins jenkins 17539 Jul 21 18:01 build1.log
-rw-r--r-- 1 jenkins jenkins     7 Jul 21 18:01 build1.version
-rw-r--r-- 1 jenkins jenkins 18273 Jul 21 18:01 nodm-0.13-3-x86_64.pkg.tar.zst

/srv/reproducible-results/archlinuxrb-build-E7unjYZY/b2:
total 4
drwxr-xr-x 2 jenkins jenkins 4096 Jul 21 18:01 nodm

/srv/reproducible-results/archlinuxrb-build-E7unjYZY/b2/nodm:
total 44
-rw-r--r-- 1 jenkins jenkins 16564 Jul 21 18:01 build2.log
-rw-r--r-- 1 jenkins jenkins     7 Jul 21 18:01 build2.version
-rw-r--r-- 1 jenkins jenkins 18273 Jul 21 18:01 nodm-0.13-3-x86_64.pkg.tar.zst
Wed Jul 21 18:01:38 UTC 2021 - comparing results now.
Wed Jul 21 18:01:38 UTC 2021 - YAY - nodm/nodm-0.13-3-x86_64.pkg.tar.zst build reproducible in our test framework!
x .BUILDINFO
x .BUILDINFO
Wed Jul 21 18:01:38 UTC 2021 - https://tests.reproducible-builds.org/archlinux/community/nodm/ updated.
/var/lib/jenkins/userContent/reproducible/archlinux/community/nodm/pkg.html older than /var/lib/jenkins/userContent/reproducible/archlinux/community/nodm/pkg.build_duration, thus deleting it.
INSERT into results (package_id, version, status, build_date, build_duration, node1, node2, job)
		VALUES ('395793', '0.13-3', 'reproducible', '2021-07-21 18:00', '96', 'osuosl170-amd64', 'osuosl169-amd64', 'https://jenkins.debian.net/job/reproducible_builder_archlinux_3/298536/')
		ON CONFLICT (package_id)
		DO UPDATE SET version='0.13-3', status='reproducible', build_date='2021-07-21 18:00', build_duration='96', node1='osuosl170-amd64', node2='osuosl169-amd64', job='https://jenkins.debian.net/job/reproducible_builder_archlinux_3/298536/' WHERE results.package_id='395793'
INSERT 0 1
INSERT INTO stats_build (name, version, suite, architecture, distribution, status, build_date, build_duration, node1, node2, job)
		VALUES ('nodm', '0.13-3', 'community', 'x86_64', 3, 'reproducible', '2021-07-21 18:00', '96', 'osuosl170-amd64', 'osuosl169-amd64', 'https://jenkins.debian.net/job/reproducible_builder_archlinux_3/298536/');
INSERT 0 1
DELETE FROM schedule WHERE package_id='395793' and build_type='ci_build';
DELETE 1
Wed Jul 21 18:01:39 UTC 2021 - /srv/reproducible-results/archlinuxrb-build-E7unjYZY deleted.
Wed Jul 21 18:01:39 UTC 2021 - reproducible_build_archlinux_pkg.sh stopped running as /tmp/jenkins-script-s9T160rQ, removing.
ERROR: Build step failed with exception
java.io.IOException: No space left on device
	at java.base/sun.nio.ch.FileDispatcherImpl.write0(Native Method)
	at java.base/sun.nio.ch.FileDispatcherImpl.write(FileDispatcherImpl.java:62)
	at java.base/sun.nio.ch.IOUtil.writeFromNativeBuffer(IOUtil.java:113)
	at java.base/sun.nio.ch.IOUtil.write(IOUtil.java:79)
	at java.base/sun.nio.ch.FileChannelImpl.write(FileChannelImpl.java:280)
	at java.base/java.nio.channels.Channels.writeFullyImpl(Channels.java:74)
	at java.base/java.nio.channels.Channels.writeFully(Channels.java:97)
	at java.base/java.nio.channels.Channels$1.write(Channels.java:172)
	at hudson.remoting.RemoteOutputStream.write(RemoteOutputStream.java:112)
	at org.apache.commons.io.IOUtils.copyLarge(IOUtils.java:1159)
	at org.apache.commons.io.IOUtils.copy(IOUtils.java:878)
	at org.apache.commons.io.IOUtils.copyLarge(IOUtils.java:1135)
	at org.apache.commons.io.IOUtils.copy(IOUtils.java:854)
	at hudson.FilePath$CopyTo.invoke(FilePath.java:2494)
	at hudson.FilePath$CopyTo.invoke(FilePath.java:2485)
	at hudson.FilePath.act(FilePath.java:1165)
	at hudson.FilePath.act(FilePath.java:1148)
	at hudson.FilePath.copyTo(FilePath.java:2479)
	at hudson.FilePath.copyTo(FilePath.java:2434)
Caused: java.io.IOException: Failed to copy /var/lib/jenkins/jobs/reproducible_builder_archlinux_3/builds/298536/log to /tmp/log-parser_reproducible_builder_archlinux_3_build_298536
	at hudson.FilePath.copyTo(FilePath.java:2437)
	at hudson.plugins.logparser.LogParserStatusComputer.computeStatusMatches(LogParserStatusComputer.java:88)
	at hudson.plugins.logparser.LogParserStatusComputer.access$000(LogParserStatusComputer.java:22)
	at hudson.plugins.logparser.LogParserStatusComputer$1.call(LogParserStatusComputer.java:54)
Caused: java.lang.RuntimeException
	at hudson.plugins.logparser.LogParserStatusComputer$1.call(LogParserStatusComputer.java:62)
	at hudson.plugins.logparser.LogParserStatusComputer$1.call(LogParserStatusComputer.java:47)
	at hudson.remoting.LocalChannel.call(LocalChannel.java:46)
	at hudson.plugins.logparser.LogParserStatusComputer.computeStatusMatches(LogParserStatusComputer.java:47)
	at hudson.plugins.logparser.LogParserStatusComputer.<init>(LogParserStatusComputer.java:36)
	at hudson.plugins.logparser.LogParserParser.parseLogBody(LogParserParser.java:355)
	at hudson.plugins.logparser.LogParserParser.parseLog(LogParserParser.java:165)
	at hudson.plugins.logparser.LogParserPublisher.perform(LogParserPublisher.java:119)
	at jenkins.tasks.SimpleBuildStep.perform(SimpleBuildStep.java:123)
	at hudson.tasks.BuildStepCompatibilityLayer.perform(BuildStepCompatibilityLayer.java:80)
	at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
	at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:803)
	at hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:752)
	at hudson.model.Build$BuildExecution.post2(Build.java:177)
	at hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:697)
	at hudson.model.Run.execute(Run.java:1931)
	at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
	at hudson.model.ResourceController.execute(ResourceController.java:97)
	at hudson.model.Executor.run(Executor.java:429)
Build step 'Console output (build log) parsing' marked build as failure



More information about the Qa-jenkins-scm mailing list