[Qa-jenkins-scm] Build failed in Jenkins: reproducible_builder_archlinux_8 #253892

jenkins at jenkins.debian.net jenkins at jenkins.debian.net
Fri Oct 21 06:23:36 BST 2022


See <https://jenkins.debian.net/job/reproducible_builder_archlinux_8/253892/display/redirect>

Changes:


------------------------------------------
[...truncated 51.16 KB...]
installing python-pydantic...
Optional dependencies for python-pydantic
    python-dotenv: for .env file support
    python-email-validator: for email validation
installing python-inflect...
installing python-jaraco.text...
installing python-ordered-set...
installing python-pyparsing...
Optional dependencies for python-pyparsing
    python-railroad-diagrams: for generating Railroad Diagrams
    python-jinja: for generating Railroad Diagrams
installing python-packaging...
installing python-tomli...
installing python-trove-classifiers...
installing python-validate-pyproject...
installing python-setuptools...
:: Running post-transaction hooks...
(1/1) Arming ConditionNeedsUpdate...
==> Retrieving sources...
  -> Downloading python-html5lib-1.1.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 --:--:-- --:--:-- --:--:--     0
100  251k    0  251k    0     0   340k      0 --:--:-- --:--:-- --:--:--  340k
  -> Downloading 2c19b9899ab3a3e8bd0ca35e5d78544334204169.patch...
  % 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  7809  100  7809    0     0  25277      0 --:--:-- --:--:-- --:--:-- 25436
  -> Downloading 71eebd59772d1d39aced0c0582ae9c09acf3ce6e.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 --:--:-- --:--:-- --:--:--     0
100  137k    0  137k    0     0   200k      0 --:--:-- --:--:-- --:--:--  200k
==> Validating source files with sha256sums...
    python-html5lib-1.1.tar.gz ... Passed
    2c19b9899ab3a3e8bd0ca35e5d78544334204169.patch ... Passed
    71eebd59772d1d39aced0c0582ae9c09acf3ce6e.tar.gz ... Passed
==> Extracting sources...
  -> Extracting python-html5lib-1.1.tar.gz with bsdtar
  -> Extracting 71eebd59772d1d39aced0c0582ae9c09acf3ce6e.tar.gz with bsdtar
==> Starting prepare()...
patching file html5lib/tests/conftest.py
patching file html5lib/tests/sanitizer.py
patching file html5lib/tests/tokenizer.py
patching file html5lib/tests/tree_construction.py
patching file requirements-test.txt
==> Starting build()...
running build
running build_py
creating build
creating build/lib
creating build/lib/html5lib
copying html5lib/serializer.py -> build/lib/html5lib
copying html5lib/html5parser.py -> build/lib/html5lib
copying html5lib/constants.py -> build/lib/html5lib
copying html5lib/_utils.py -> build/lib/html5lib
copying html5lib/_tokenizer.py -> build/lib/html5lib
copying html5lib/_inputstream.py -> build/lib/html5lib
copying html5lib/_ihatexml.py -> build/lib/html5lib
copying html5lib/__init__.py -> build/lib/html5lib
creating build/lib/html5lib/treewalkers
copying html5lib/treewalkers/genshi.py -> build/lib/html5lib/treewalkers
copying html5lib/treewalkers/etree_lxml.py -> build/lib/html5lib/treewalkers
copying html5lib/treewalkers/etree.py -> build/lib/html5lib/treewalkers
copying html5lib/treewalkers/dom.py -> build/lib/html5lib/treewalkers
copying html5lib/treewalkers/base.py -> build/lib/html5lib/treewalkers
copying html5lib/treewalkers/__init__.py -> build/lib/html5lib/treewalkers
creating build/lib/html5lib/treebuilders
copying html5lib/treebuilders/etree_lxml.py -> build/lib/html5lib/treebuilders
copying html5lib/treebuilders/etree.py -> build/lib/html5lib/treebuilders
copying html5lib/treebuilders/dom.py -> build/lib/html5lib/treebuilders
copying html5lib/treebuilders/base.py -> build/lib/html5lib/treebuilders
copying html5lib/treebuilders/__init__.py -> build/lib/html5lib/treebuilders
creating build/lib/html5lib/treeadapters
copying html5lib/treeadapters/sax.py -> build/lib/html5lib/treeadapters
copying html5lib/treeadapters/genshi.py -> build/lib/html5lib/treeadapters
copying html5lib/treeadapters/__init__.py -> build/lib/html5lib/treeadapters
creating build/lib/html5lib/filters
copying html5lib/filters/whitespace.py -> build/lib/html5lib/filters
copying html5lib/filters/sanitizer.py -> build/lib/html5lib/filters
copying html5lib/filters/optionaltags.py -> build/lib/html5lib/filters
copying html5lib/filters/lint.py -> build/lib/html5lib/filters
copying html5lib/filters/inject_meta_charset.py -> build/lib/html5lib/filters
copying html5lib/filters/base.py -> build/lib/html5lib/filters
copying html5lib/filters/alphabeticalattributes.py -> build/lib/html5lib/filters
copying html5lib/filters/__init__.py -> build/lib/html5lib/filters
creating build/lib/html5lib/_trie
copying html5lib/_trie/py.py -> build/lib/html5lib/_trie
copying html5lib/_trie/_base.py -> build/lib/html5lib/_trie
copying html5lib/_trie/__init__.py -> build/lib/html5lib/_trie
==> Entering fakeroot environment...
==> Starting package()...
running install
/usr/lib/python3.10/site-packages/setuptools/command/install.py:34: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools.
  warnings.warn(
running install_lib
creating /tmp/python-html5lib-archlinuxrb-build-MHLxqmlT/python-html5lib/trunk/pkg/python-html5lib/usr
creating /tmp/python-html5lib-archlinuxrb-build-MHLxqmlT/python-html5lib/trunk/pkg/python-html5lib/usr/lib
creating /tmp/python-html5lib-archlinuxrb-build-MHLxqmlT/python-html5lib/trunk/pkg/python-html5lib/usr/lib/python3.10
creating /tmp/python-html5lib-archlinuxrb-build-MHLxqmlT/python-html5lib/trunk/pkg/python-html5lib/usr/lib/python3.10/site-packages
creating /tmp/python-html5lib-archlinuxrb-build-MHLxqmlT/python-html5lib/trunk/pkg/python-html5lib/usr/lib/python3.10/site-packages/html5lib
creating /tmp/python-html5lib-archlinuxrb-build-MHLxqmlT/python-html5lib/trunk/pkg/python-html5lib/usr/lib/python3.10/site-packages/html5lib/_trie
copying build/lib/html5lib/_trie/__init__.py -> /tmp/python-html5lib-archlinuxrb-build-MHLxqmlT/python-html5lib/trunk/pkg/python-html5lib/usr/lib/python3.10/site-packages/html5lib/_trie
copying build/lib/html5lib/_trie/_base.py -> /tmp/python-html5lib-archlinuxrb-build-MHLxqmlT/python-html5lib/trunk/pkg/python-html5lib/usr/lib/python3.10/site-packages/html5lib/_trie
copying build/lib/html5lib/_trie/py.py -> /tmp/python-html5lib-archlinuxrb-build-MHLxqmlT/python-html5lib/trunk/pkg/python-html5lib/usr/lib/python3.10/site-packages/html5lib/_trie
creating /tmp/python-html5lib-archlinuxrb-build-MHLxqmlT/python-html5lib/trunk/pkg/python-html5lib/usr/lib/python3.10/site-packages/html5lib/filters
copying build/lib/html5lib/filters/__init__.py -> /tmp/python-html5lib-archlinuxrb-build-MHLxqmlT/python-html5lib/trunk/pkg/python-html5lib/usr/lib/python3.10/site-packages/html5lib/filters
copying build/lib/html5lib/filters/alphabeticalattributes.py -> /tmp/python-html5lib-archlinuxrb-build-MHLxqmlT/python-html5lib/trunk/pkg/python-html5lib/usr/lib/python3.10/site-packages/html5lib/filters
copying build/lib/html5lib/filters/base.py -> /tmp/python-html5lib-archlinuxrb-build-MHLxqmlT/python-html5lib/trunk/pkg/python-html5lib/usr/lib/python3.10/site-packages/html5lib/filters
copying build/lib/html5lib/filters/inject_meta_charset.py -> /tmp/python-html5lib-archlinuxrb-build-MHLxqmlT/python-html5lib/trunk/pkg/python-html5lib/usr/lib/python3.10/site-packages/html5lib/filters
copying build/lib/html5lib/filters/lint.py -> /tmp/python-html5lib-archlinuxrb-build-MHLxqmlT/python-html5lib/trunk/pkg/python-html5lib/usr/lib/python3.10/site-packages/html5lib/filters
copying build/lib/html5lib/filters/optionaltags.py -> /tmp/python-html5lib-archlinuxrb-build-MHLxqmlT/python-html5lib/trunk/pkg/python-html5lib/usr/lib/python3.10/site-packages/html5lib/filters
copying build/lib/html5lib/filters/sanitizer.py -> /tmp/python-html5lib-archlinuxrb-build-MHLxqmlT/python-html5lib/trunk/pkg/python-html5lib/usr/lib/python3.10/site-packages/html5lib/filters
copying build/lib/html5lib/filters/whitespace.py -> /tmp/python-html5lib-archlinuxrb-build-MHLxqmlT/python-html5lib/trunk/pkg/python-html5lib/usr/lib/python3.10/site-packages/html5lib/filters
creating /tmp/python-html5lib-archlinuxrb-build-MHLxqmlT/python-html5lib/trunk/pkg/python-html5lib/usr/lib/python3.10/site-packages/html5lib/treeadapters
copying build/lib/html5lib/treeadapters/__init__.py -> /tmp/python-html5lib-archlinuxrb-build-MHLxqmlT/python-html5lib/trunk/pkg/python-html5lib/usr/lib/python3.10/site-packages/html5lib/treeadapters
copying build/lib/html5lib/treeadapters/genshi.py -> /tmp/python-html5lib-archlinuxrb-build-MHLxqmlT/python-html5lib/trunk/pkg/python-html5lib/usr/lib/python3.10/site-packages/html5lib/treeadapters
copying build/lib/html5lib/treeadapters/sax.py -> /tmp/python-html5lib-archlinuxrb-build-MHLxqmlT/python-html5lib/trunk/pkg/python-html5lib/usr/lib/python3.10/site-packages/html5lib/treeadapters
creating /tmp/python-html5lib-archlinuxrb-build-MHLxqmlT/python-html5lib/trunk/pkg/python-html5lib/usr/lib/python3.10/site-packages/html5lib/treebuilders
copying build/lib/html5lib/treebuilders/__init__.py -> /tmp/python-html5lib-archlinuxrb-build-MHLxqmlT/python-html5lib/trunk/pkg/python-html5lib/usr/lib/python3.10/site-packages/html5lib/treebuilders
copying build/lib/html5lib/treebuilders/base.py -> /tmp/python-html5lib-archlinuxrb-build-MHLxqmlT/python-html5lib/trunk/pkg/python-html5lib/usr/lib/python3.10/site-packages/html5lib/treebuilders
copying build/lib/html5lib/treebuilders/dom.py -> /tmp/python-html5lib-archlinuxrb-build-MHLxqmlT/python-html5lib/trunk/pkg/python-html5lib/usr/lib/python3.10/site-packages/html5lib/treebuilders
copying build/lib/html5lib/treebuilders/etree.py -> /tmp/python-html5lib-archlinuxrb-build-MHLxqmlT/python-html5lib/trunk/pkg/python-html5lib/usr/lib/python3.10/site-packages/html5lib/treebuilders
copying build/lib/html5lib/treebuilders/etree_lxml.py -> /tmp/python-html5lib-archlinuxrb-build-MHLxqmlT/python-html5lib/trunk/pkg/python-html5lib/usr/lib/python3.10/site-packages/html5lib/treebuilders
creating /tmp/python-html5lib-archlinuxrb-build-MHLxqmlT/python-html5lib/trunk/pkg/python-html5lib/usr/lib/python3.10/site-packages/html5lib/treewalkers
copying build/lib/html5lib/treewalkers/__init__.py -> /tmp/python-html5lib-archlinuxrb-build-MHLxqmlT/python-html5lib/trunk/pkg/python-html5lib/usr/lib/python3.10/site-packages/html5lib/treewalkers
copying build/lib/html5lib/treewalkers/base.py -> /tmp/python-html5lib-archlinuxrb-build-MHLxqmlT/python-html5lib/trunk/pkg/python-html5lib/usr/lib/python3.10/site-packages/html5lib/treewalkers
copying build/lib/html5lib/treewalkers/dom.py -> /tmp/python-html5lib-archlinuxrb-build-MHLxqmlT/python-html5lib/trunk/pkg/python-html5lib/usr/lib/python3.10/site-packages/html5lib/treewalkers
copying build/lib/html5lib/treewalkers/etree.py -> /tmp/python-html5lib-archlinuxrb-build-MHLxqmlT/python-html5lib/trunk/pkg/python-html5lib/usr/lib/python3.10/site-packages/html5lib/treewalkers
copying build/lib/html5lib/treewalkers/etree_lxml.py -> /tmp/python-html5lib-archlinuxrb-build-MHLxqmlT/python-html5lib/trunk/pkg/python-html5lib/usr/lib/python3.10/site-packages/html5lib/treewalkers
copying build/lib/html5lib/treewalkers/genshi.py -> /tmp/python-html5lib-archlinuxrb-build-MHLxqmlT/python-html5lib/trunk/pkg/python-html5lib/usr/lib/python3.10/site-packages/html5lib/treewalkers
copying build/lib/html5lib/__init__.py -> /tmp/python-html5lib-archlinuxrb-build-MHLxqmlT/python-html5lib/trunk/pkg/python-html5lib/usr/lib/python3.10/site-packages/html5lib
copying build/lib/html5lib/_ihatexml.py -> /tmp/python-html5lib-archlinuxrb-build-MHLxqmlT/python-html5lib/trunk/pkg/python-html5lib/usr/lib/python3.10/site-packages/html5lib
copying build/lib/html5lib/_inputstream.py -> /tmp/python-html5lib-archlinuxrb-build-MHLxqmlT/python-html5lib/trunk/pkg/python-html5lib/usr/lib/python3.10/site-packages/html5lib
copying build/lib/html5lib/_tokenizer.py -> /tmp/python-html5lib-archlinuxrb-build-MHLxqmlT/python-html5lib/trunk/pkg/python-html5lib/usr/lib/python3.10/site-packages/html5lib
copying build/lib/html5lib/_utils.py -> /tmp/python-html5lib-archlinuxrb-build-MHLxqmlT/python-html5lib/trunk/pkg/python-html5lib/usr/lib/python3.10/site-packages/html5lib
copying build/lib/html5lib/constants.py -> /tmp/python-html5lib-archlinuxrb-build-MHLxqmlT/python-html5lib/trunk/pkg/python-html5lib/usr/lib/python3.10/site-packages/html5lib
copying build/lib/html5lib/html5parser.py -> /tmp/python-html5lib-archlinuxrb-build-MHLxqmlT/python-html5lib/trunk/pkg/python-html5lib/usr/lib/python3.10/site-packages/html5lib
copying build/lib/html5lib/serializer.py -> /tmp/python-html5lib-archlinuxrb-build-MHLxqmlT/python-html5lib/trunk/pkg/python-html5lib/usr/lib/python3.10/site-packages/html5lib
byte-compiling /tmp/python-html5lib-archlinuxrb-build-MHLxqmlT/python-html5lib/trunk/pkg/python-html5lib/usr/lib/python3.10/site-packages/html5lib/_trie/__init__.py to __init__.cpython-310.pyc
byte-compiling /tmp/python-html5lib-archlinuxrb-build-MHLxqmlT/python-html5lib/trunk/pkg/python-html5lib/usr/lib/python3.10/site-packages/html5lib/_trie/_base.py to _base.cpython-310.pyc
byte-compiling /tmp/python-html5lib-archlinuxrb-build-MHLxqmlT/python-html5lib/trunk/pkg/python-html5lib/usr/lib/python3.10/site-packages/html5lib/_trie/py.py to py.cpython-310.pyc
byte-compiling /tmp/python-html5lib-archlinuxrb-build-MHLxqmlT/python-html5lib/trunk/pkg/python-html5lib/usr/lib/python3.10/site-packages/html5lib/filters/__init__.py to __init__.cpython-310.pyc
byte-compiling /tmp/python-html5lib-archlinuxrb-build-MHLxqmlT/python-html5lib/trunk/pkg/python-html5lib/usr/lib/python3.10/site-packages/html5lib/filters/alphabeticalattributes.py to alphabeticalattributes.cpython-310.pyc
byte-compiling /tmp/python-html5lib-archlinuxrb-build-MHLxqmlT/python-html5lib/trunk/pkg/python-html5lib/usr/lib/python3.10/site-packages/html5lib/filters/base.py to base.cpython-310.pyc
byte-compiling /tmp/python-html5lib-archlinuxrb-build-MHLxqmlT/python-html5lib/trunk/pkg/python-html5lib/usr/lib/python3.10/site-packages/html5lib/filters/inject_meta_charset.py to inject_meta_charset.cpython-310.pyc
byte-compiling /tmp/python-html5lib-archlinuxrb-build-MHLxqmlT/python-html5lib/trunk/pkg/python-html5lib/usr/lib/python3.10/site-packages/html5lib/filters/lint.py to lint.cpython-310.pyc
byte-compiling /tmp/python-html5lib-archlinuxrb-build-MHLxqmlT/python-html5lib/trunk/pkg/python-html5lib/usr/lib/python3.10/site-packages/html5lib/filters/optionaltags.py to optionaltags.cpython-310.pyc
byte-compiling /tmp/python-html5lib-archlinuxrb-build-MHLxqmlT/python-html5lib/trunk/pkg/python-html5lib/usr/lib/python3.10/site-packages/html5lib/filters/sanitizer.py to sanitizer.cpython-310.pyc
byte-compiling /tmp/python-html5lib-archlinuxrb-build-MHLxqmlT/python-html5lib/trunk/pkg/python-html5lib/usr/lib/python3.10/site-packages/html5lib/filters/whitespace.py to whitespace.cpython-310.pyc
byte-compiling /tmp/python-html5lib-archlinuxrb-build-MHLxqmlT/python-html5lib/trunk/pkg/python-html5lib/usr/lib/python3.10/site-packages/html5lib/treeadapters/__init__.py to __init__.cpython-310.pyc
byte-compiling /tmp/python-html5lib-archlinuxrb-build-MHLxqmlT/python-html5lib/trunk/pkg/python-html5lib/usr/lib/python3.10/site-packages/html5lib/treeadapters/genshi.py to genshi.cpython-310.pyc
byte-compiling /tmp/python-html5lib-archlinuxrb-build-MHLxqmlT/python-html5lib/trunk/pkg/python-html5lib/usr/lib/python3.10/site-packages/html5lib/treeadapters/sax.py to sax.cpython-310.pyc
byte-compiling /tmp/python-html5lib-archlinuxrb-build-MHLxqmlT/python-html5lib/trunk/pkg/python-html5lib/usr/lib/python3.10/site-packages/html5lib/treebuilders/__init__.py to __init__.cpython-310.pyc
byte-compiling /tmp/python-html5lib-archlinuxrb-build-MHLxqmlT/python-html5lib/trunk/pkg/python-html5lib/usr/lib/python3.10/site-packages/html5lib/treebuilders/base.py to base.cpython-310.pyc
byte-compiling /tmp/python-html5lib-archlinuxrb-build-MHLxqmlT/python-html5lib/trunk/pkg/python-html5lib/usr/lib/python3.10/site-packages/html5lib/treebuilders/dom.py to dom.cpython-310.pyc
byte-compiling /tmp/python-html5lib-archlinuxrb-build-MHLxqmlT/python-html5lib/trunk/pkg/python-html5lib/usr/lib/python3.10/site-packages/html5lib/treebuilders/etree.py to etree.cpython-310.pyc
byte-compiling /tmp/python-html5lib-archlinuxrb-build-MHLxqmlT/python-html5lib/trunk/pkg/python-html5lib/usr/lib/python3.10/site-packages/html5lib/treebuilders/etree_lxml.py to etree_lxml.cpython-310.pyc
byte-compiling /tmp/python-html5lib-archlinuxrb-build-MHLxqmlT/python-html5lib/trunk/pkg/python-html5lib/usr/lib/python3.10/site-packages/html5lib/treewalkers/__init__.py to __init__.cpython-310.pyc
byte-compiling /tmp/python-html5lib-archlinuxrb-build-MHLxqmlT/python-html5lib/trunk/pkg/python-html5lib/usr/lib/python3.10/site-packages/html5lib/treewalkers/base.py to base.cpython-310.pyc
byte-compiling /tmp/python-html5lib-archlinuxrb-build-MHLxqmlT/python-html5lib/trunk/pkg/python-html5lib/usr/lib/python3.10/site-packages/html5lib/treewalkers/dom.py to dom.cpython-310.pyc
byte-compiling /tmp/python-html5lib-archlinuxrb-build-MHLxqmlT/python-html5lib/trunk/pkg/python-html5lib/usr/lib/python3.10/site-packages/html5lib/treewalkers/etree.py to etree.cpython-310.pyc
byte-compiling /tmp/python-html5lib-archlinuxrb-build-MHLxqmlT/python-html5lib/trunk/pkg/python-html5lib/usr/lib/python3.10/site-packages/html5lib/treewalkers/etree_lxml.py to etree_lxml.cpython-310.pyc
byte-compiling /tmp/python-html5lib-archlinuxrb-build-MHLxqmlT/python-html5lib/trunk/pkg/python-html5lib/usr/lib/python3.10/site-packages/html5lib/treewalkers/genshi.py to genshi.cpython-310.pyc
byte-compiling /tmp/python-html5lib-archlinuxrb-build-MHLxqmlT/python-html5lib/trunk/pkg/python-html5lib/usr/lib/python3.10/site-packages/html5lib/__init__.py to __init__.cpython-310.pyc
byte-compiling /tmp/python-html5lib-archlinuxrb-build-MHLxqmlT/python-html5lib/trunk/pkg/python-html5lib/usr/lib/python3.10/site-packages/html5lib/_ihatexml.py to _ihatexml.cpython-310.pyc
byte-compiling /tmp/python-html5lib-archlinuxrb-build-MHLxqmlT/python-html5lib/trunk/pkg/python-html5lib/usr/lib/python3.10/site-packages/html5lib/_inputstream.py to _inputstream.cpython-310.pyc
byte-compiling /tmp/python-html5lib-archlinuxrb-build-MHLxqmlT/python-html5lib/trunk/pkg/python-html5lib/usr/lib/python3.10/site-packages/html5lib/_tokenizer.py to _tokenizer.cpython-310.pyc
byte-compiling /tmp/python-html5lib-archlinuxrb-build-MHLxqmlT/python-html5lib/trunk/pkg/python-html5lib/usr/lib/python3.10/site-packages/html5lib/_utils.py to _utils.cpython-310.pyc
byte-compiling /tmp/python-html5lib-archlinuxrb-build-MHLxqmlT/python-html5lib/trunk/pkg/python-html5lib/usr/lib/python3.10/site-packages/html5lib/constants.py to constants.cpython-310.pyc
byte-compiling /tmp/python-html5lib-archlinuxrb-build-MHLxqmlT/python-html5lib/trunk/pkg/python-html5lib/usr/lib/python3.10/site-packages/html5lib/html5parser.py to html5parser.cpython-310.pyc
byte-compiling /tmp/python-html5lib-archlinuxrb-build-MHLxqmlT/python-html5lib/trunk/pkg/python-html5lib/usr/lib/python3.10/site-packages/html5lib/serializer.py to serializer.cpython-310.pyc
writing byte-compilation script '/tmp/tmpdvuv75sy.py'
/usr/sbin/python /tmp/tmpdvuv75sy.py
removing /tmp/tmpdvuv75sy.py
running install_egg_info
running egg_info
creating html5lib.egg-info
writing html5lib.egg-info/PKG-INFO
writing dependency_links to html5lib.egg-info/dependency_links.txt
writing requirements to html5lib.egg-info/requires.txt
writing top-level names to html5lib.egg-info/top_level.txt
writing manifest file 'html5lib.egg-info/SOURCES.txt'
reading manifest file 'html5lib.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
adding license file 'LICENSE'
adding license file 'AUTHORS.rst'
writing manifest file 'html5lib.egg-info/SOURCES.txt'
Copying html5lib.egg-info to /tmp/python-html5lib-archlinuxrb-build-MHLxqmlT/python-html5lib/trunk/pkg/python-html5lib/usr/lib/python3.10/site-packages/html5lib-1.1-py3.10.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-html5lib"...
  -> Generating .PKGINFO file...
  -> Generating .BUILDINFO file...
  -> Generating .MTREE file...
  -> Compressing package...
==> Leaving fakeroot environment.
==> Finished making: python-html5lib 1.1-11 (Fri Oct 21 05:23:24 2022)
+ PRESULT=0
+ '[' 0 -eq 124 ']'
+ set +e
+ tee -a /srv/reproducible-results/archlinuxrb-build-MHLxqmlT/b2/python-html5lib/build2.log
+ schroot --end-session -c archlinux-python-html5lib-archlinuxrb-build-MHLxqmlT
+ PRESULT=0
+ '[' 0 -ne 0 ']'
+ false
+ set +x
'/tmp/python-html5lib-archlinuxrb-build-MHLxqmlT/python-html5lib/trunk/python-html5lib-1.1-11-any.pkg.tar.zst' -> '/srv/reproducible-results/archlinuxrb-build-MHLxqmlT/b2/python-html5lib/python-html5lib-1.1-11-any.pkg.tar.zst'
Fri Oct 21 05:23:29 UTC 2022 - build #2 for python-html5lib on osuosl184-amd64 done.
Fri Oct 21 05:23:29 UTC 2022 - reproducible_build_archlinux_pkg.sh stopped running as /tmp/jenkins-script-WBjn8y3L, removing.
/srv/reproducible-results/archlinuxrb-build-MHLxqmlT:
total 8
drwxr-xr-x 3 jenkins jenkins 4096 Oct 21 05:22 b1
drwxr-xr-x 3 jenkins jenkins 4096 Oct 21 05:23 b2

/srv/reproducible-results/archlinuxrb-build-MHLxqmlT/b1:
total 4
drwxr-xr-x 2 jenkins jenkins 4096 Oct 21 05:22 python-html5lib

/srv/reproducible-results/archlinuxrb-build-MHLxqmlT/b1/python-html5lib:
total 300
-rw-r--r-- 1 jenkins jenkins  31250 Oct 21 05:22 build1.log
-rw-r--r-- 1 jenkins jenkins      7 Oct 21 05:22 build1.version
-rw-r--r-- 1 jenkins jenkins 266222 Oct 21 05:22 python-html5lib-1.1-11-any.pkg.tar.zst

/srv/reproducible-results/archlinuxrb-build-MHLxqmlT/b2:
total 4
drwxr-xr-x 2 jenkins jenkins 4096 Oct 21 05:23 python-html5lib

/srv/reproducible-results/archlinuxrb-build-MHLxqmlT/b2/python-html5lib:
total 296
-rw-r--r-- 1 jenkins jenkins  30163 Oct 21 05:23 build2.log
-rw-r--r-- 1 jenkins jenkins      7 Oct 21 05:23 build2.version
-rw-r--r-- 1 jenkins jenkins 266222 Oct 21 05:23 python-html5lib-1.1-11-any.pkg.tar.zst
Fri Oct 21 05:23:36 UTC 2022 - comparing results now.
Fri Oct 21 05:23:36 UTC 2022 - YAY - python-html5lib/python-html5lib-1.1-11-any.pkg.tar.zst build reproducible in our test framework!
x .BUILDINFO
x .BUILDINFO
/tmp/jenkins-script-c4Uy78bd: line 480: echo: write error: No space left on device
cp: error writing '/var/lib/jenkins/userContent/reproducible/archlinux/community/python-html5lib/pkg.version': No space left on device
Fri Oct 21 05:23:36 UTC 2022 - /srv/reproducible-results/archlinuxrb-build-MHLxqmlT deleted.
Fri Oct 21 05:23:36 UTC 2022 - reproducible_build_archlinux_pkg.sh stopped running as /tmp/jenkins-script-c4Uy78bd, removing.
Build step 'Execute shell' marked build as failure



More information about the Qa-jenkins-scm mailing list