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

jenkins at jenkins.debian.net jenkins at jenkins.debian.net
Fri Jul 23 16:48:06 BST 2021


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

Changes:


------------------------------------------
[...truncated 29.09 KB...]

Packages (7) python-appdirs-1.4.4-3  python-more-itertools-8.8.0-1  python-ordered-set-4.0.2-3  python-packaging-20.9-1  python-pyparsing-2.4.7-3  cython-0.29.24-1  python-setuptools-1:57.4.0-1

Total Download Size:    2.67 MiB
Total Installed Size:  12.37 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 15381  100 15381    0     0  10.4M      0 --:--:-- --:--:-- --:--:-- 14.6M
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0100 63563  100 63563    0     0  57.1M      0 --:--:-- --:--:-- --:--:-- 60.6M
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0100 13871  100 13871    0     0  15.3M      0 --:--:-- --:--:-- --:--:-- 13.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  117k  100  117k    0     0  92.3M      0 --:--:-- --:--:-- --:--:--  114M
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0100 54562  100 54562    0     0  51.7M      0 --:--:-- --:--:-- --:--:-- 52.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  556k  100  556k    0     0   132M      0 --:--:-- --:--:-- --:--:--  181M
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0100 1919k  100 1919k    0     0   150M      0 --:--:-- --:--:-- --:--:--  156M
checking keyring...
checking package integrity...
loading package files...
checking for file conflicts...
checking available disk space...
:: Processing package changes...
installing python-appdirs...
installing python-more-itertools...
installing python-ordered-set...
installing python-pyparsing...
installing python-packaging...
installing python-setuptools...
installing cython...
:: Running post-transaction hooks...
(1/1) Arming ConditionNeedsUpdate...
==> Retrieving sources...
  -> Downloading python-http-parser-0.9.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   126  100   126    0     0    460      0 --:--:-- --:--:-- --:--:--   459
100   98k    0   98k    0     0   132k      0 --:--:-- --:--:-- --:--:--  132k
==> Validating source files with sha512sums...
    python-http-parser-0.9.0.tar.gz ... Passed
==> Extracting sources...
  -> Extracting python-http-parser-0.9.0.tar.gz with bsdtar
==> Starting prepare()...
==> Starting build()...
/tmp/python-http-parser-archlinuxrb-build-wkRetfXF/python-http-parser/trunk/src/http-parser-0.9.0/setup.py:12: DeprecationWarning: the imp module is deprecated in favour of importlib; see the module's documentation for alternative uses
  from imp import load_source
running build
running build_py
creating build
creating build/lib.linux-x86_64-3.9
creating build/lib.linux-x86_64-3.9/http_parser
copying http_parser/util.py -> build/lib.linux-x86_64-3.9/http_parser
copying http_parser/reader.py -> build/lib.linux-x86_64-3.9/http_parser
copying http_parser/pyparser.py -> build/lib.linux-x86_64-3.9/http_parser
copying http_parser/http.py -> build/lib.linux-x86_64-3.9/http_parser
copying http_parser/_socketio.py -> build/lib.linux-x86_64-3.9/http_parser
copying http_parser/__init__.py -> build/lib.linux-x86_64-3.9/http_parser
running build_ext
cython -o http_parser.parser.c http_parser/parser.pyx
/usr/lib/python3.9/site-packages/Cython/Compiler/Main.py:369: FutureWarning: Cython directive 'language_level' not set, using 2 for now (Py2). This will change in a later release! File: /tmp/python-http-parser-archlinuxrb-build-wkRetfXF/python-http-parser/trunk/src/http-parser-0.9.0/http_parser/parser.pyx
  tree = Parsing.p_module(s, pxd, full_module_name)
warning: http_parser/parser.pyx:231:32: Casting a GIL-requiring function into a nogil function circumvents GIL validation
warning: http_parser/parser.pyx:232:33: Casting a GIL-requiring function into a nogil function circumvents GIL validation
warning: http_parser/parser.pyx:233:41: Casting a GIL-requiring function into a nogil function circumvents GIL validation
warning: http_parser/parser.pyx:234:41: Casting a GIL-requiring function into a nogil function circumvents GIL validation
warning: http_parser/parser.pyx:235:45: Casting a GIL-requiring function into a nogil function circumvents GIL validation
warning: http_parser/parser.pyx:236:42: Casting a GIL-requiring function into a nogil function circumvents GIL validation
warning: http_parser/parser.pyx:237:45: Casting a GIL-requiring function into a nogil function circumvents GIL validation
mv http_parser.parser.c http_parser/parser.c
building 'http_parser.parser' extension
creating build/temp.linux-x86_64-3.9
creating build/temp.linux-x86_64-3.9/http_parser
gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -fno-semantic-interposition -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 -fPIC -Iparser -I/usr/include/python3.9 -c http_parser/http_parser.c -o build/temp.linux-x86_64-3.9/http_parser/http_parser.o
gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -fno-semantic-interposition -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 -fPIC -Iparser -I/usr/include/python3.9 -c http_parser/parser.c -o build/temp.linux-x86_64-3.9/http_parser/parser.o
http_parser/parser.c: In function '__pyx_pw_11http_parser_6parser_10HttpParser_1__init__':
http_parser/parser.c:3872:3: warning: '__pyx_v_parser_type' may be used uninitialized in this function [-Wmaybe-uninitialized]
 3872 |   http_parser_init((&__pyx_v_self->_parser), __pyx_v_parser_type);
      |   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
http_parser/parser.c:3757:25: note: '__pyx_v_parser_type' was declared here
 3757 |   enum http_parser_type __pyx_v_parser_type;
      |                         ^~~~~~~~~~~~~~~~~~~
gcc -pthread -shared -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -fno-semantic-interposition -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 build/temp.linux-x86_64-3.9/http_parser/http_parser.o build/temp.linux-x86_64-3.9/http_parser/parser.o -L/usr/lib -o build/lib.linux-x86_64-3.9/http_parser/parser.cpython-39-x86_64-linux-gnu.so
Linking /tmp/python-http-parser-archlinuxrb-build-wkRetfXF/python-http-parser/trunk/src/http-parser-0.9.0/build/lib.linux-x86_64-3.9/http_parser/parser.cpython-39-x86_64-linux-gnu.so to /tmp/python-http-parser-archlinuxrb-build-wkRetfXF/python-http-parser/trunk/src/http-parser-0.9.0/http_parser/parser.cpython-39-x86_64-linux-gnu.so
==> Entering fakeroot environment...
==> Starting package()...
/tmp/python-http-parser-archlinuxrb-build-wkRetfXF/python-http-parser/trunk/src/http-parser-0.9.0/setup.py:12: DeprecationWarning: the imp module is deprecated in favour of importlib; see the module's documentation for alternative uses
  from imp import load_source
running install
running build
running build_py
running build_ext
make: Nothing to be done for 'all'.
Linking /tmp/python-http-parser-archlinuxrb-build-wkRetfXF/python-http-parser/trunk/src/http-parser-0.9.0/build/lib.linux-x86_64-3.9/http_parser/parser.cpython-39-x86_64-linux-gnu.so to /tmp/python-http-parser-archlinuxrb-build-wkRetfXF/python-http-parser/trunk/src/http-parser-0.9.0/http_parser/parser.cpython-39-x86_64-linux-gnu.so
running install_lib
creating /tmp/python-http-parser-archlinuxrb-build-wkRetfXF/python-http-parser/trunk/pkg/python-http-parser/usr
creating /tmp/python-http-parser-archlinuxrb-build-wkRetfXF/python-http-parser/trunk/pkg/python-http-parser/usr/lib
creating /tmp/python-http-parser-archlinuxrb-build-wkRetfXF/python-http-parser/trunk/pkg/python-http-parser/usr/lib/python3.9
creating /tmp/python-http-parser-archlinuxrb-build-wkRetfXF/python-http-parser/trunk/pkg/python-http-parser/usr/lib/python3.9/site-packages
creating /tmp/python-http-parser-archlinuxrb-build-wkRetfXF/python-http-parser/trunk/pkg/python-http-parser/usr/lib/python3.9/site-packages/http_parser
copying build/lib.linux-x86_64-3.9/http_parser/parser.cpython-39-x86_64-linux-gnu.so -> /tmp/python-http-parser-archlinuxrb-build-wkRetfXF/python-http-parser/trunk/pkg/python-http-parser/usr/lib/python3.9/site-packages/http_parser
copying build/lib.linux-x86_64-3.9/http_parser/__init__.py -> /tmp/python-http-parser-archlinuxrb-build-wkRetfXF/python-http-parser/trunk/pkg/python-http-parser/usr/lib/python3.9/site-packages/http_parser
copying build/lib.linux-x86_64-3.9/http_parser/_socketio.py -> /tmp/python-http-parser-archlinuxrb-build-wkRetfXF/python-http-parser/trunk/pkg/python-http-parser/usr/lib/python3.9/site-packages/http_parser
copying build/lib.linux-x86_64-3.9/http_parser/http.py -> /tmp/python-http-parser-archlinuxrb-build-wkRetfXF/python-http-parser/trunk/pkg/python-http-parser/usr/lib/python3.9/site-packages/http_parser
copying build/lib.linux-x86_64-3.9/http_parser/pyparser.py -> /tmp/python-http-parser-archlinuxrb-build-wkRetfXF/python-http-parser/trunk/pkg/python-http-parser/usr/lib/python3.9/site-packages/http_parser
copying build/lib.linux-x86_64-3.9/http_parser/reader.py -> /tmp/python-http-parser-archlinuxrb-build-wkRetfXF/python-http-parser/trunk/pkg/python-http-parser/usr/lib/python3.9/site-packages/http_parser
copying build/lib.linux-x86_64-3.9/http_parser/util.py -> /tmp/python-http-parser-archlinuxrb-build-wkRetfXF/python-http-parser/trunk/pkg/python-http-parser/usr/lib/python3.9/site-packages/http_parser
byte-compiling /tmp/python-http-parser-archlinuxrb-build-wkRetfXF/python-http-parser/trunk/pkg/python-http-parser/usr/lib/python3.9/site-packages/http_parser/__init__.py to __init__.cpython-39.pyc
byte-compiling /tmp/python-http-parser-archlinuxrb-build-wkRetfXF/python-http-parser/trunk/pkg/python-http-parser/usr/lib/python3.9/site-packages/http_parser/_socketio.py to _socketio.cpython-39.pyc
byte-compiling /tmp/python-http-parser-archlinuxrb-build-wkRetfXF/python-http-parser/trunk/pkg/python-http-parser/usr/lib/python3.9/site-packages/http_parser/http.py to http.cpython-39.pyc
byte-compiling /tmp/python-http-parser-archlinuxrb-build-wkRetfXF/python-http-parser/trunk/pkg/python-http-parser/usr/lib/python3.9/site-packages/http_parser/pyparser.py to pyparser.cpython-39.pyc
byte-compiling /tmp/python-http-parser-archlinuxrb-build-wkRetfXF/python-http-parser/trunk/pkg/python-http-parser/usr/lib/python3.9/site-packages/http_parser/reader.py to reader.cpython-39.pyc
byte-compiling /tmp/python-http-parser-archlinuxrb-build-wkRetfXF/python-http-parser/trunk/pkg/python-http-parser/usr/lib/python3.9/site-packages/http_parser/util.py to util.cpython-39.pyc
writing byte-compilation script '/tmp/tmpmjaow161.py'
/usr/sbin/python /tmp/tmpmjaow161.py
removing /tmp/tmpmjaow161.py
running install_egg_info
running egg_info
creating http_parser.egg-info
writing http_parser.egg-info/PKG-INFO
writing dependency_links to http_parser.egg-info/dependency_links.txt
writing top-level names to http_parser.egg-info/top_level.txt
writing manifest file 'http_parser.egg-info/SOURCES.txt'
reading manifest file 'http_parser.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
warning: no files found matching 'Makefile.ext'
adding license file 'LICENSE'
adding license file 'NOTICE'
writing manifest file 'http_parser.egg-info/SOURCES.txt'
Copying http_parser.egg-info to /tmp/python-http-parser-archlinuxrb-build-wkRetfXF/python-http-parser/trunk/pkg/python-http-parser/usr/lib/python3.9/site-packages/http_parser-0.9.0-py3.9.egg-info
running install_scripts
==> 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 "python-http-parser"...
  -> Generating .PKGINFO file...
  -> Generating .BUILDINFO file...
  -> Generating .MTREE file...
  -> Compressing package...
==> Leaving fakeroot environment.
==> Finished making: python-http-parser 0.9.0-4 (Fri Jul 23 15:47:59 2021)
+ PRESULT=0
+ '[' 0 -eq 124 ']'
+ set +e
+ schroot --end-session -c archlinux-python-http-parser-archlinuxrb-build-wkRetfXF
+ tee -a /srv/reproducible-results/archlinuxrb-build-wkRetfXF/b2/python-http-parser/build2.log
+ PRESULT=0
+ '[' 0 -ne 0 ']'
+ false
+ set +x
'/tmp/python-http-parser-archlinuxrb-build-wkRetfXF/python-http-parser/trunk/python-http-parser-0.9.0-4-x86_64.pkg.tar.zst' -> '/srv/reproducible-results/archlinuxrb-build-wkRetfXF/b2/python-http-parser/python-http-parser-0.9.0-4-x86_64.pkg.tar.zst'
Fri Jul 23 15:48:00 UTC 2021 - build #2 for python-http-parser on osuosl169-amd64 done.
Fri Jul 23 15:48:00 UTC 2021 - reproducible_build_archlinux_pkg.sh stopped running as /tmp/jenkins-script-VbhVBvt5, removing.
/srv/reproducible-results/archlinuxrb-build-wkRetfXF:
total 8
drwxr-xr-x 3 jenkins jenkins 4096 Jul 23 15:47 b1
drwxr-xr-x 3 jenkins jenkins 4096 Jul 23 15:48 b2

/srv/reproducible-results/archlinuxrb-build-wkRetfXF/b1:
total 4
drwxr-xr-x 2 jenkins jenkins 4096 Jul 23 15:47 python-http-parser

/srv/reproducible-results/archlinuxrb-build-wkRetfXF/b1/python-http-parser:
total 116
-rw-r--r-- 1 jenkins jenkins 16744 Jul 23 15:47 build1.log
-rw-r--r-- 1 jenkins jenkins     8 Jul 23 15:47 build1.version
-rw-r--r-- 1 jenkins jenkins 88626 Jul 23 15:47 python-http-parser-0.9.0-4-x86_64.pkg.tar.zst

/srv/reproducible-results/archlinuxrb-build-wkRetfXF/b2:
total 4
drwxr-xr-x 2 jenkins jenkins 4096 Jul 23 15:48 python-http-parser

/srv/reproducible-results/archlinuxrb-build-wkRetfXF/b2/python-http-parser:
total 108
-rw-r--r-- 1 jenkins jenkins 15806 Jul 23 15:48 build2.log
-rw-r--r-- 1 jenkins jenkins     8 Jul 23 15:48 build2.version
-rw-r--r-- 1 jenkins jenkins 88626 Jul 23 15:48 python-http-parser-0.9.0-4-x86_64.pkg.tar.zst
Fri Jul 23 15:48:06 UTC 2021 - comparing results now.
Fri Jul 23 15:48:06 UTC 2021 - YAY - python-http-parser/python-http-parser-0.9.0-4-x86_64.pkg.tar.zst build reproducible in our test framework!
x .BUILDINFO
x .BUILDINFO
Fri Jul 23 15:48:06 UTC 2021 - https://tests.reproducible-builds.org/archlinux/community/python-http-parser/ updated.
/var/lib/jenkins/userContent/reproducible/archlinux/community/python-http-parser/pkg.html older than /var/lib/jenkins/userContent/reproducible/archlinux/community/python-http-parser/pkg.build_duration, thus deleting it.
/srv/jenkins/bin/reproducible_common.sh: line 1085: echo: write error: No space left on device
Fri Jul 23 15:48:06 UTC 2021 - /srv/reproducible-results/archlinuxrb-build-wkRetfXF deleted.
Fri Jul 23 15:48:06 UTC 2021 - reproducible_build_archlinux_pkg.sh stopped running as /tmp/jenkins-script-xepHn3Ge, removing.
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: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/299296/log to /tmp/log-parser_reproducible_builder_archlinux_3_build_299296
	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