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

jenkins at jenkins.debian.net jenkins at jenkins.debian.net
Wed Jan 6 12:22:23 GMT 2021


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

Changes:


------------------------------------------
[...truncated 216.04 KB...]
-        raise RuntimeError, "can't parse %s" % xmlfile
-    description, evalString = map(lambda s: s.strip(), list(search_results.groups()))
-    description = xmlfile + ": " + unicode(description, 'utf8')
+        raise RuntimeError("can't parse %s" % xmlfile)
+    description, evalString = [s.strip() for s in list(search_results.groups())]
+    description = xmlfile + ": " + str(description, 'utf8')
     return description, evalString, skipUnless
 
 def buildTestCase(xmlfile, description, evalString):
@@ -770,7 +771,7 @@
     "Read the files in the tests/ directory, dynamically add tests to the " \
     "TestCases above, spawn the HTTP server, and run the test suite"
     if sys.argv[1:]:
-        allfiles = filter(lambda s: s.endswith('.xml'), reduce(operator.add, map(glob.glob, sys.argv[1:]), []))
+        allfiles = [s for s in reduce(operator.add, list(map(glob.glob, sys.argv[1:])), []) if s.endswith('.xml')]
         wellformedfiles = illformedfiles = encodingfiles = entitiesfiles = microformatfiles = []
         sys.argv = [sys.argv[0]] #+ sys.argv[2:]
     else:
@@ -865,7 +866,7 @@
                 # quite flaky.  Just what you want in a testing framework, no?
                 httpd.requests = 0
                 if httpd.ready:
-                    urllib.urlopen('http://127.0.0.1:8097/tests/wellformed/rss/aaa_wellformed.xml').read()
+                    urllib.request.urlopen('http://127.0.0.1:8097/tests/wellformed/rss/aaa_wellformed.xml').read()
             httpd.join(0)
 
 if __name__ == "__main__":
==> Starting build()...
Compiling 'feedparser/sgmllib3.py'...
==> Entering fakeroot environment...
==> Starting package_python2-feedparser()...
running install
running build
running build_py
creating build
creating build/lib
copying feedparser/feedparser.py -> build/lib
running install_lib
creating /tmp/python-feedparser-archlinuxrb-build-rdmhZAEy/python-feedparser/trunk/pkg/python2-feedparser/usr
creating /tmp/python-feedparser-archlinuxrb-build-rdmhZAEy/python-feedparser/trunk/pkg/python2-feedparser/usr/lib
creating /tmp/python-feedparser-archlinuxrb-build-rdmhZAEy/python-feedparser/trunk/pkg/python2-feedparser/usr/lib/python2.7
creating /tmp/python-feedparser-archlinuxrb-build-rdmhZAEy/python-feedparser/trunk/pkg/python2-feedparser/usr/lib/python2.7/site-packages
copying build/lib/feedparser.py -> /tmp/python-feedparser-archlinuxrb-build-rdmhZAEy/python-feedparser/trunk/pkg/python2-feedparser/usr/lib/python2.7/site-packages
byte-compiling /tmp/python-feedparser-archlinuxrb-build-rdmhZAEy/python-feedparser/trunk/pkg/python2-feedparser/usr/lib/python2.7/site-packages/feedparser.py to feedparser.pyc
running install_egg_info
running egg_info
creating feedparser/feedparser.egg-info
writing feedparser/feedparser.egg-info/PKG-INFO
writing top-level names to feedparser/feedparser.egg-info/top_level.txt
writing dependency_links to feedparser/feedparser.egg-info/dependency_links.txt
writing manifest file 'feedparser/feedparser.egg-info/SOURCES.txt'
reading manifest file 'feedparser/feedparser.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
writing manifest file 'feedparser/feedparser.egg-info/SOURCES.txt'
Copying feedparser/feedparser.egg-info to /tmp/python-feedparser-archlinuxrb-build-rdmhZAEy/python-feedparser/trunk/pkg/python2-feedparser/usr/lib/python2.7/site-packages/feedparser-5.2.1-py2.7.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 "python2-feedparser"...
  -> Generating .PKGINFO file...
  -> Generating .BUILDINFO file...
  -> Generating .MTREE file...
  -> Compressing package...
==> Starting package_python-feedparser()...
running install
running build
running build_py
creating build
creating build/lib
copying feedparser/feedparser.py -> build/lib
/usr/lib/python3.9/site-packages/setuptools/lib2to3_ex.py:36: SetuptoolsDeprecationWarning: 2to3 support is deprecated. If the project still requires Python 2 support, please migrate to a single-codebase solution or employ an independent conversion process.
  warnings.warn(
Fixing build/lib/feedparser.py
Skipping optional fixer: buffer
Skipping optional fixer: idioms
Skipping optional fixer: set_literal
Skipping optional fixer: ws_comma
Fixing build/lib/feedparser.py
Skipping optional fixer: buffer
Skipping optional fixer: idioms
Skipping optional fixer: set_literal
Skipping optional fixer: ws_comma
running install_lib
creating /tmp/python-feedparser-archlinuxrb-build-rdmhZAEy/python-feedparser/trunk/pkg/python-feedparser/usr
creating /tmp/python-feedparser-archlinuxrb-build-rdmhZAEy/python-feedparser/trunk/pkg/python-feedparser/usr/lib
creating /tmp/python-feedparser-archlinuxrb-build-rdmhZAEy/python-feedparser/trunk/pkg/python-feedparser/usr/lib/python3.9
creating /tmp/python-feedparser-archlinuxrb-build-rdmhZAEy/python-feedparser/trunk/pkg/python-feedparser/usr/lib/python3.9/site-packages
copying build/lib/feedparser.py -> /tmp/python-feedparser-archlinuxrb-build-rdmhZAEy/python-feedparser/trunk/pkg/python-feedparser/usr/lib/python3.9/site-packages
byte-compiling /tmp/python-feedparser-archlinuxrb-build-rdmhZAEy/python-feedparser/trunk/pkg/python-feedparser/usr/lib/python3.9/site-packages/feedparser.py to feedparser.cpython-39.pyc
running install_egg_info
running egg_info
creating feedparser/feedparser.egg-info
writing feedparser/feedparser.egg-info/PKG-INFO
writing dependency_links to feedparser/feedparser.egg-info/dependency_links.txt
writing top-level names to feedparser/feedparser.egg-info/top_level.txt
writing manifest file 'feedparser/feedparser.egg-info/SOURCES.txt'
reading manifest file 'feedparser/feedparser.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
writing manifest file 'feedparser/feedparser.egg-info/SOURCES.txt'
Copying feedparser/feedparser.egg-info to /tmp/python-feedparser-archlinuxrb-build-rdmhZAEy/python-feedparser/trunk/pkg/python-feedparser/usr/lib/python3.9/site-packages/feedparser-5.2.1-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-feedparser"...
  -> Generating .PKGINFO file...
  -> Generating .BUILDINFO file...
  -> Generating .MTREE file...
  -> Compressing package...
==> Starting package_python-sgmllib()...
==> 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-sgmllib"...
  -> Generating .PKGINFO file...
  -> Generating .BUILDINFO file...
  -> Generating .MTREE file...
  -> Compressing package...
==> Leaving fakeroot environment.
==> Finished making: python-feedparser 5.2.1-9 (Wed Jan  6 12:22:14 2021)
+ PRESULT=0
+ '[' 0 -eq 124 ']'
+ set +e
+ schroot --end-session -c archlinux-python-feedparser-archlinuxrb-build-rdmhZAEy
+ tee -a /srv/reproducible-results/archlinuxrb-build-rdmhZAEy/b2/python-feedparser/build2.log
+ PRESULT=0
+ '[' 0 -ne 0 ']'
+ false
+ set +x
'/tmp/python-feedparser-archlinuxrb-build-rdmhZAEy/python-feedparser/trunk/python-feedparser-5.2.1-9-any.pkg.tar.zst' -> '/srv/reproducible-results/archlinuxrb-build-rdmhZAEy/b2/python-feedparser/python-feedparser-5.2.1-9-any.pkg.tar.zst'
'/tmp/python-feedparser-archlinuxrb-build-rdmhZAEy/python-feedparser/trunk/python-sgmllib-5.2.1-9-any.pkg.tar.zst' -> '/srv/reproducible-results/archlinuxrb-build-rdmhZAEy/b2/python-feedparser/python-sgmllib-5.2.1-9-any.pkg.tar.zst'
'/tmp/python-feedparser-archlinuxrb-build-rdmhZAEy/python-feedparser/trunk/python2-feedparser-5.2.1-9-any.pkg.tar.zst' -> '/srv/reproducible-results/archlinuxrb-build-rdmhZAEy/b2/python-feedparser/python2-feedparser-5.2.1-9-any.pkg.tar.zst'
Wed Jan  6 12:22:16 UTC 2021 - build #2 for python-feedparser on osuosl169-amd64 done.
Wed Jan  6 12:22:16 UTC 2021 - reproducible_build_archlinux_pkg.sh stopped running as /tmp/jenkins-script-8G42TKzb, which will now be removed.
/srv/reproducible-results/archlinuxrb-build-rdmhZAEy:
total 8
drwxr-xr-x 3 jenkins jenkins 4096 Jan  6 12:21 b1
drwxr-xr-x 3 jenkins jenkins 4096 Jan  6 12:22 b2

/srv/reproducible-results/archlinuxrb-build-rdmhZAEy/b1:
total 4
drwxr-xr-x 2 jenkins jenkins 4096 Jan  6 12:21 python-feedparser

/srv/reproducible-results/archlinuxrb-build-rdmhZAEy/b1/python-feedparser:
total 356
-rw-r--r-- 1 jenkins jenkins 107669 Jan  6 12:21 build1.log
-rw-r--r-- 1 jenkins jenkins      8 Jan  6 12:21 build1.version
-rw-r--r-- 1 jenkins jenkins 107708 Jan  6 12:21 python-feedparser-5.2.1-9-any.pkg.tar.zst
-rw-r--r-- 1 jenkins jenkins  14213 Jan  6 12:21 python-sgmllib-5.2.1-9-any.pkg.tar.zst
-rw-r--r-- 1 jenkins jenkins 108876 Jan  6 12:21 python2-feedparser-5.2.1-9-any.pkg.tar.zst

/srv/reproducible-results/archlinuxrb-build-rdmhZAEy/b2:
total 4
drwxr-xr-x 2 jenkins jenkins 4096 Jan  6 12:22 python-feedparser

/srv/reproducible-results/archlinuxrb-build-rdmhZAEy/b2/python-feedparser:
total 344
-rw-r--r-- 1 jenkins jenkins 108238 Jan  6 12:22 build2.log
-rw-r--r-- 1 jenkins jenkins      8 Jan  6 12:22 build2.version
-rw-r--r-- 1 jenkins jenkins 107708 Jan  6 12:22 python-feedparser-5.2.1-9-any.pkg.tar.zst
-rw-r--r-- 1 jenkins jenkins  14213 Jan  6 12:22 python-sgmllib-5.2.1-9-any.pkg.tar.zst
-rw-r--r-- 1 jenkins jenkins 108876 Jan  6 12:22 python2-feedparser-5.2.1-9-any.pkg.tar.zst
Wed Jan  6 12:22:22 UTC 2021 - comparing results now.
Wed Jan  6 12:22:22 UTC 2021 - YAY - python-feedparser/python-feedparser-5.2.1-9-any.pkg.tar.zst build reproducible in our test framework!
x .BUILDINFO
x .BUILDINFO
Wed Jan  6 12:22:22 UTC 2021 - comparing results now.
Wed Jan  6 12:22:22 UTC 2021 - YAY - python-feedparser/python-sgmllib-5.2.1-9-any.pkg.tar.zst build reproducible in our test framework!
x .BUILDINFO
x .BUILDINFO
Wed Jan  6 12:22:22 UTC 2021 - comparing results now.
Wed Jan  6 12:22:22 UTC 2021 - YAY - python-feedparser/python2-feedparser-5.2.1-9-any.pkg.tar.zst build reproducible in our test framework!
x .BUILDINFO
x .BUILDINFO
Wed Jan  6 12:22:22 UTC 2021 - https://tests.reproducible-builds.org/archlinux/extra/python-feedparser/ updated.
/var/lib/jenkins/userContent/reproducible/archlinux/extra/python-feedparser/pkg.html older than /var/lib/jenkins/userContent/reproducible/archlinux/extra/python-feedparser/pkg.build_duration, thus deleting it.
ls: cannot access '*.pkg.tar.xz.html': No such file or directory
INSERT into results (package_id, version, status, build_date, build_duration, node1, node2, job)
		VALUES ('393159', '5.2.1-9', 'reproducible', '2021-01-06 12:20', '103', 'osuosl170-amd64', 'osuosl169-amd64', 'https://jenkins.debian.net/job/reproducible_builder_archlinux_7/100177/')
		ON CONFLICT (package_id)
		DO UPDATE SET version='5.2.1-9', status='reproducible', build_date='2021-01-06 12:20', build_duration='103', node1='osuosl170-amd64', node2='osuosl169-amd64', job='https://jenkins.debian.net/job/reproducible_builder_archlinux_7/100177/' WHERE results.package_id='393159'
INSERT 0 1
INSERT INTO stats_build (name, version, suite, architecture, distribution, status, build_date, build_duration, node1, node2, job)
		VALUES ('python-feedparser', '5.2.1-9', 'extra', 'x86_64', 3, 'reproducible', '2021-01-06 12:20', '103', 'osuosl170-amd64', 'osuosl169-amd64', 'https://jenkins.debian.net/job/reproducible_builder_archlinux_7/100177/');
INSERT 0 1
DELETE FROM schedule WHERE package_id='393159' and build_type='ci_build';
DELETE 1
Wed Jan  6 12:22:23 UTC 2021 - /srv/reproducible-results/archlinuxrb-build-rdmhZAEy deleted.
Wed  6 Jan 12:22:23 UTC 2021 - reproducible_build_archlinux_pkg.sh stopped running as /tmp/jenkins-script-XJgsOw51, which will now be removed.
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:2301)
	at hudson.FilePath$CopyTo.invoke(FilePath.java:2292)
	at hudson.FilePath.act(FilePath.java:1076)
	at hudson.FilePath.act(FilePath.java:1059)
	at hudson.FilePath.copyTo(FilePath.java:2286)
	at hudson.FilePath.copyTo(FilePath.java:2241)
Caused: java.io.IOException: Failed to copy /var/lib/jenkins/jobs/reproducible_builder_archlinux_7/builds/100177/log to /tmp/log-parser_reproducible_builder_archlinux_7_build_100177
	at hudson.FilePath.copyTo(FilePath.java:2244)
	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