[Qa-jenkins-scm] Build failed in Jenkins: reproducible_builder_archlinux_7 #104798

jenkins at jenkins.debian.net jenkins at jenkins.debian.net
Sun Jan 24 09:52:04 GMT 2021


See <https://jenkins.debian.net/job/reproducible_builder_archlinux_7/104798/display/redirect>

Changes:


------------------------------------------
[...truncated 29.46 KB...]
==> Retrieving sources...
  -> Downloading discount-2.2.7.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  100   120    0     0    508      0 --:--:-- --:--:-- --:--:--   506
100  125k    0  125k    0     0   174k      0 --:--:-- --:--:-- --:--:--  174k
  -> Downloading discount-ldflags.patch...
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0100   949  100   949    0     0   3152      0 --:--:-- --:--:-- --:--:--  3152
==> Validating source files with sha256sums...
    discount-2.2.7.tar.gz ... Passed
    discount-ldflags.patch ... Passed
==> Extracting sources...
  -> Extracting discount-2.2.7.tar.gz with bsdtar
==> Starting prepare()...
patching file configure.inc
Hunk #2 succeeded at 1484 (offset 1 line).
==> Starting build()...
Configuring for [markdown]
checking the C compiler (cc) oh ick, it looks like gcc
CFLAGS="-march=x86-64 -mtune=generic -O2 -pipe -fno-plt" are okay
LDFLAGS="-Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now" are okay
Looking for cpp (using $CC -E as a cpp pipeline)
looking for install (/usr/sbin/install)
Setting theme default --with-fenced-code.
Checking __attribute__((__destructor__)) (yes)
checking for C compiler option to produce PIC (-fPIC)
looking for find (/usr/sbin/find)
looking for "ln -s" (/usr/sbin/ln)
checking whether the C compiler can build shared libraries (yes; -shared)
looking for ar (/usr/sbin/ar)
looking for ranlib (/usr/sbin/ranlib)
looking for pkg-config (/usr/sbin/pkg-config)
checking for "volatile" keyword (found)
checking for "const" keyword (found)
Checking for "inline" keyword (found)
defining WORD & DWORD scalar types (using standard types in <inttypes.h>)
looking for a reentrant basename (found)
looking for header libgen.h (found)
looking for header stdlib.h (found)
looking for the alloca function (found in alloca.h)
looking for header sys/types.h (found)
looking for header pwd.h (found)
looking for the getpwuid function (found)
looking for header sys/stat.h (found)
looking for the stat function (found)
special file macros in sys/stat.h: S_ISSOCK S_ISCHR S_ISFIFO.
looking for the srandom function (found)
looking for the memset function (found)
looking for the random function (found)
looking for the strcasecmp function (found)
looking for the strncasecmp function (found)
looking for the fchdir function (found)
looking for header malloc.h (found)
looking for sed (/usr/sbin/sed)
generating Makefile
generating version.c
generating mkdio.h
generating libmarkdown.pc
cc -Wno-return-type -Wno-implicit-int -I. -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fPIC -c main.c
main.c: In function 'main':
main.c:311:29: warning: passing argument 2 of 'mkd_e_code_format' from incompatible pointer type [-Wincompatible-pointer-types]
  311 |      mkd_e_code_format(doc, external_codefmt);
      |                             ^~~~~~~~~~~~~~~~
      |                             |
      |                             char * (*)(char *, int,  char *)
In file included from main.c:12:
./mkdio.h:71:31: note: expected 'mkd_callback_t' {aka 'char * (*)(const char *, const int,  void *)'} but argument is of type 'char * (*)(char *, int,  char *)'
   71 | void mkd_e_code_format(void*, mkd_callback_t);
      |                               ^~~~~~~~~~~~~~
cc -Wno-return-type -Wno-implicit-int -I. -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fPIC -c pgm_options.c
cc -Wno-return-type -Wno-implicit-int -I. -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fPIC -c gethopt.c
cc -Wno-return-type -Wno-implicit-int -I. -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fPIC -c notspecial.c
cc -Wno-return-type -Wno-implicit-int -I. -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fPIC -c -o mkdio.o mkdio.c
cc -Wno-return-type -Wno-implicit-int -I. -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fPIC -c -o markdown.o markdown.c
cc -Wno-return-type -Wno-implicit-int -I. -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fPIC -c -o dumptree.o dumptree.c
cc -Wno-return-type -Wno-implicit-int -I. -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fPIC -c -o generate.o generate.c
cc -Wno-return-type -Wno-implicit-int -I. -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fPIC -c -o resource.o resource.c
cc -Wno-return-type -Wno-implicit-int -I. -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fPIC -c -o docheader.o docheader.c
cc -Wno-return-type -Wno-implicit-int -I. -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fPIC -c -o branch.o tools/branch.c
cc -Wno-return-type -Wno-implicit-int -L. -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -o branch branch.o
cc -Wno-return-type -Wno-implicit-int -I. -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fPIC -DBRANCH=`./branch` -DVERSION=\"`cat VERSION`\" -c version.c
cc -Wno-return-type -Wno-implicit-int -I. -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fPIC -c -o toc.o toc.c
cc -Wno-return-type -Wno-implicit-int -I. -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fPIC -c -o css.o css.c
cc -Wno-return-type -Wno-implicit-int -I. -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fPIC -c -o xml.o xml.c
cc -Wno-return-type -Wno-implicit-int -I. -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fPIC -c -o Csio.o Csio.c
cc -Wno-return-type -Wno-implicit-int -I. -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fPIC -c -o xmlpage.o xmlpage.c
cc -Wno-return-type -Wno-implicit-int -I. -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fPIC -c -o basename.o basename.c
cc -Wno-return-type -Wno-implicit-int -I. -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fPIC -c -o emmatch.o emmatch.c
cc -Wno-return-type -Wno-implicit-int -I. -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fPIC -c -o github_flavoured.o github_flavoured.c
cc -Wno-return-type -Wno-implicit-int -I. -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fPIC -c -o setup.o setup.c
cc -Wno-return-type -Wno-implicit-int -I. -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fPIC -c -o mktags.o mktags.c
cc -Wno-return-type -Wno-implicit-int -L. -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -o mktags mktags.o
./mktags > blocktags
cc -Wno-return-type -Wno-implicit-int -I. -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fPIC -c -o tags.o tags.c
cc -Wno-return-type -Wno-implicit-int -I. -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fPIC -c -o html5.o html5.c
cc -Wno-return-type -Wno-implicit-int -I. -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fPIC -c -o flags.o flags.c
./librarian.sh make libmarkdown VERSION mkdio.o markdown.o dumptree.o generate.o resource.o docheader.o version.o toc.o css.o xml.o Csio.o xmlpage.o basename.o emmatch.o github_flavoured.o setup.o tags.o html5.o flags.o
cc -Wno-return-type -Wno-implicit-int -L. -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -o markdown main.o pgm_options.o gethopt.o notspecial.o -lmarkdown 
cc -Wno-return-type -Wno-implicit-int -I. -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fPIC -c -o mkd2html.o mkd2html.c
cc -Wno-return-type -Wno-implicit-int -L. -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -o mkd2html mkd2html.o pgm_options.o gethopt.o notspecial.o -lmarkdown 
cc -Wno-return-type -Wno-implicit-int -I. -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fPIC -c makepage.c
cc -Wno-return-type -Wno-implicit-int -L. -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -o makepage makepage.o pgm_options.o gethopt.o notspecial.o -lmarkdown 
cc -Wno-return-type -Wno-implicit-int -I. -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fPIC -c -o theme.o theme.c
cc -Wno-return-type -Wno-implicit-int -L. -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -o theme theme.o pgm_options.o gethopt.o notspecial.o -lmarkdown 
cc -Wno-return-type -Wno-implicit-int -I. -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fPIC -c -o echo.o tools/echo.c
cc -Wno-return-type -Wno-implicit-int -L. -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -o echo echo.o
cc -Wno-return-type -Wno-implicit-int -I. -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fPIC -c -o cols.o tools/cols.c
cc -Wno-return-type -Wno-implicit-int -L. -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -o cols cols.o
cc -Wno-return-type -Wno-implicit-int -I. -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fPIC -c -o pandoc_headers.o tools/pandoc_headers.c
cc -Wno-return-type -Wno-implicit-int -L. -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -o pandoc_headers pandoc_headers.o pgm_options.o gethopt.o notspecial.o -lmarkdown 
==> Entering fakeroot environment...
==> Starting package()...
/tmp/discount-archlinuxrb-build-YwF5PMpl/discount/trunk/src/discount-2.2.7/config.md /tmp/discount-archlinuxrb-build-YwF5PMpl/discount/trunk/pkg/discount/usr/bin
/tmp/discount-archlinuxrb-build-YwF5PMpl/discount/trunk/src/discount-2.2.7/config.md /tmp/discount-archlinuxrb-build-YwF5PMpl/discount/trunk/pkg/discount/usr/lib
/tmp/discount-archlinuxrb-build-YwF5PMpl/discount/trunk/src/discount-2.2.7/config.md /tmp/discount-archlinuxrb-build-YwF5PMpl/discount/trunk/pkg/discount/usr/include
/tmp/discount-archlinuxrb-build-YwF5PMpl/discount/trunk/src/discount-2.2.7/config.md /tmp/discount-archlinuxrb-build-YwF5PMpl/discount/trunk/pkg/discount/usr/lib/pkgconfig
/tmp/discount-archlinuxrb-build-YwF5PMpl/discount/trunk/src/discount-2.2.7/config.md /tmp/discount-archlinuxrb-build-YwF5PMpl/discount/trunk/pkg/discount/usr/share/man/man3
/usr/sbin/install -s -m 755 markdown /tmp/discount-archlinuxrb-build-YwF5PMpl/discount/trunk/pkg/discount/usr/bin
/usr/sbin/install -m 444 mkd-callbacks.3 mkd-functions.3 markdown.3 mkd-line.3 /tmp/discount-archlinuxrb-build-YwF5PMpl/discount/trunk/pkg/discount/usr/share/man/man3
for x in mkd_line mkd_generateline; do \
    ( echo '.\"' ; echo ".so man3/mkd-line.3" ) > /tmp/discount-archlinuxrb-build-YwF5PMpl/discount/trunk/pkg/discount/usr/share/man/man3/$x.3;\
done
./librarian.sh install libmarkdown VERSION /tmp/discount-archlinuxrb-build-YwF5PMpl/discount/trunk/pkg/discount/usr/lib
for x in mkd_in mkd_string; do \
    ( echo '.\"' ; echo ".so man3/markdown.3" ) > /tmp/discount-archlinuxrb-build-YwF5PMpl/discount/trunk/pkg/discount/usr/share/man/man3/$x.3;\
done
for x in mkd_compile mkd_css mkd_generatecss mkd_generatehtml mkd_cleanup mkd_doc_title mkd_doc_author mkd_doc_date; do \
    ( echo '.\"' ; echo ".so man3/mkd-functions.3" ) > /tmp/discount-archlinuxrb-build-YwF5PMpl/discount/trunk/pkg/discount/usr/share/man/man3/$x.3; \
done
/usr/sbin/install -m 444 mkdio.h /tmp/discount-archlinuxrb-build-YwF5PMpl/discount/trunk/pkg/discount/usr/include
/tmp/discount-archlinuxrb-build-YwF5PMpl/discount/trunk/src/discount-2.2.7/config.md /tmp/discount-archlinuxrb-build-YwF5PMpl/discount/trunk/pkg/discount/usr/share/man/man7
/usr/sbin/install -m 444 libmarkdown.pc /tmp/discount-archlinuxrb-build-YwF5PMpl/discount/trunk/pkg/discount/usr/lib/pkgconfig
/tmp/discount-archlinuxrb-build-YwF5PMpl/discount/trunk/src/discount-2.2.7/config.md /tmp/discount-archlinuxrb-build-YwF5PMpl/discount/trunk/pkg/discount/usr/share/man/man1
/usr/sbin/install -m 444 markdown.7 mkd-extensions.7 /tmp/discount-archlinuxrb-build-YwF5PMpl/discount/trunk/pkg/discount/usr/share/man/man7
/tmp/discount-archlinuxrb-build-YwF5PMpl/discount/trunk/src/discount-2.2.7/config.md /tmp/discount-archlinuxrb-build-YwF5PMpl/discount/trunk/pkg/discount/usr/share/man/man1
for x in mkd2html makepage theme; do \
    /usr/sbin/install -s -m 755 $x /tmp/discount-archlinuxrb-build-YwF5PMpl/discount/trunk/pkg/discount/usr/bin/$x; \
    /usr/sbin/install -m 444 $x.1 /tmp/discount-archlinuxrb-build-YwF5PMpl/discount/trunk/pkg/discount/usr/share/man/man1/$x.1; \
done
/usr/sbin/install -m 444 markdown.1 /tmp/discount-archlinuxrb-build-YwF5PMpl/discount/trunk/pkg/discount/usr/share/man/man1
==> 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 "discount"...
  -> Generating .PKGINFO file...
  -> Generating .BUILDINFO file...
  -> Generating .MTREE file...
  -> Compressing package...
==> Leaving fakeroot environment.
==> Finished making: discount 2.2.7-1 (Sun Jan 24 09:51:58 2021)
+ PRESULT=0
+ '[' 0 -eq 124 ']'
+ set +e
+ schroot --end-session -c archlinux-discount-archlinuxrb-build-YwF5PMpl
+ tee -a /srv/reproducible-results/archlinuxrb-build-YwF5PMpl/b2/discount/build2.log
+ PRESULT=0
+ '[' 0 -ne 0 ']'
+ false
+ set +x
'/tmp/discount-archlinuxrb-build-YwF5PMpl/discount/trunk/discount-2.2.7-1-x86_64.pkg.tar.zst' -> '/srv/reproducible-results/archlinuxrb-build-YwF5PMpl/b2/discount/discount-2.2.7-1-x86_64.pkg.tar.zst'
Sun Jan 24 09:51:58 UTC 2021 - build #2 for discount on osuosl169-amd64 done.
Sun Jan 24 09:51:58 UTC 2021 - reproducible_build_archlinux_pkg.sh stopped running as /tmp/jenkins-script-mrOuUaLx, which will now be removed.
/srv/reproducible-results/archlinuxrb-build-YwF5PMpl:
total 8
drwxr-xr-x 3 jenkins jenkins 4096 Jan 24 09:51 b1
drwxr-xr-x 3 jenkins jenkins 4096 Jan 24 09:52 b2

/srv/reproducible-results/archlinuxrb-build-YwF5PMpl/b1:
total 4
drwxr-xr-x 2 jenkins jenkins 4096 Jan 24 09:51 discount

/srv/reproducible-results/archlinuxrb-build-YwF5PMpl/b1/discount:
total 112
-rw-r--r-- 1 jenkins jenkins 15516 Jan 24 09:51 build1.log
-rw-r--r-- 1 jenkins jenkins     8 Jan 24 09:51 build1.version
-rw-r--r-- 1 jenkins jenkins 86843 Jan 24 09:51 discount-2.2.7-1-x86_64.pkg.tar.zst

/srv/reproducible-results/archlinuxrb-build-YwF5PMpl/b2:
total 4
drwxr-xr-x 2 jenkins jenkins 4096 Jan 24 09:52 discount

/srv/reproducible-results/archlinuxrb-build-YwF5PMpl/b2/discount:
total 108
-rw-r--r-- 1 jenkins jenkins 15954 Jan 24 09:52 build2.log
-rw-r--r-- 1 jenkins jenkins     8 Jan 24 09:52 build2.version
-rw-r--r-- 1 jenkins jenkins 86843 Jan 24 09:52 discount-2.2.7-1-x86_64.pkg.tar.zst
Sun Jan 24 09:52:04 UTC 2021 - comparing results now.
Sun Jan 24 09:52:04 UTC 2021 - YAY - discount/discount-2.2.7-1-x86_64.pkg.tar.zst build reproducible in our test framework!
x .BUILDINFO
x .BUILDINFO
Sun Jan 24 09:52:04 UTC 2021 - https://tests.reproducible-builds.org/archlinux/extra/discount/ updated.
/var/lib/jenkins/userContent/reproducible/archlinux/extra/discount/pkg.html older than /var/lib/jenkins/userContent/reproducible/archlinux/extra/discount/pkg.build_duration, thus deleting it.
/srv/jenkins/bin/reproducible_common.sh: line 1048: echo: write error: No space left on device
Sun Jan 24 09:52:04 UTC 2021 - /srv/reproducible-results/archlinuxrb-build-YwF5PMpl deleted.
Sun 24 Jan 09:52:04 UTC 2021 - reproducible_build_archlinux_pkg.sh stopped running as /tmp/jenkins-script-W5i6Ypga, which will now be removed.
Build step 'Execute shell' marked build as failure
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:111)
	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:2490)
	at hudson.FilePath$CopyTo.invoke(FilePath.java:2481)
	at hudson.FilePath.act(FilePath.java:1161)
	at hudson.FilePath.act(FilePath.java:1144)
	at hudson.FilePath.copyTo(FilePath.java:2475)
	at hudson.FilePath.copyTo(FilePath.java:2430)
Caused: java.io.IOException: Failed to copy /var/lib/jenkins/jobs/reproducible_builder_archlinux_7/builds/104798/log to /tmp/log-parser_reproducible_builder_archlinux_7_build_104798
	at hudson.FilePath.copyTo(FilePath.java:2433)
	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:804)
	at hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:753)
	at hudson.model.Build$BuildExecution.post2(Build.java:177)
	at hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:698)
	at hudson.model.Run.execute(Run.java:1932)
	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