Skip to content
Failed

Console Output

Started by user score
Running as SYSTEM
Building in workspace /var/lib/jenkins/workspace/pkgbuilds/python-mistune1
The recommended git tool is: NONE
No credentials specified
 > git rev-parse --resolve-git-dir /var/lib/jenkins/workspace/pkgbuilds/python-mistune1/.git # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://aur.archlinux.org/python-mistune1.git # timeout=10
Fetching upstream changes from https://aur.archlinux.org/python-mistune1.git
 > git --version # timeout=10
 > git --version # 'git version 2.45.0'
 > git fetch --tags --force --progress -- https://aur.archlinux.org/python-mistune1.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git rev-parse refs/remotes/origin/master^{commit} # timeout=10
Checking out Revision eb449787104bdf371237c4749bc80ac7cd9d7ceb (refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f eb449787104bdf371237c4749bc80ac7cd9d7ceb # timeout=10
Commit message: "import from community"
 > git rev-list --no-walk eb449787104bdf371237c4749bc80ac7cd9d7ceb # timeout=10
[python-mistune1] $ /bin/sh -xe /tmp/jenkins14680968004497898715.sh
+ '[' -e PKGBUILD ']'
+ '[' -n '' ']'
+ rm -vf python-mistune1-0.8.4-4.1-any.pkg.tar.zst python-mistune1-0.8.4-4.1-any.pkg.tar.zst.sig
removed 'python-mistune1-0.8.4-4.1-any.pkg.tar.zst'
removed 'python-mistune1-0.8.4-4.1-any.pkg.tar.zst.sig'
+ sudo /usr/local/sbin/build-chroot-pkg python-mistune1
==> Synchronizing chroot copy [/var/lib/jenkins/chroots/root1/root] -> [build-0001]...done
==> Making package: python-mistune1 0.8.4-4 (Thu May 2 22:48:47 2024)
==> Retrieving sources...
-> Found mistune-0.8.4.tar.gz
==> Validating source files with sha512sums...
mistune-0.8.4.tar.gz ... Passed
==> Validating source files with b2sums...
mistune-0.8.4.tar.gz ... Passed
==> Making package: python-mistune1 0.8.4-4 (Thu May 2 22:48:52 2024)
==> Checking runtime dependencies...
==> Installing missing dependencies...
resolving dependencies...
looking for conflicting packages...
Packages (2) mpdecimal-4.0.0-2 python-3.12.3-1
Total Installed Size: 70.42 MiB
:: Proceed with installation? [Y/n]
checking keyring...
checking package integrity...
loading package files...
checking for file conflicts...
checking available disk space...
:: Processing package changes...
installing mpdecimal...
installing python...
Optional dependencies for python
python-setuptools: for building Python packages using tooling that is
usually bundled with Python
python-pip: for installing Python packages using tooling that is usually
bundled with Python
python-pipx: for installing Python software not packaged on Arch Linux
sqlite: for a default database integration [installed]
xz: for lzma [installed]
tk: for tkinter
==> Checking buildtime dependencies...
==> Installing missing dependencies...
resolving dependencies...
looking for conflicting packages...
Packages (19) python-autocommand-2.2.2-6 python-fastjsonschema-2.19.1-3
python-inflect-7.2.1-2 python-iniconfig-2.0.0-5
python-jaraco.context-4.3.0-4 python-jaraco.functools-4.0.0-3
python-jaraco.text-3.12.0-3 python-more-itertools-10.2.0-2
python-ordered-set-4.1.0-5 python-packaging-23.2-3
python-platformdirs-4.2.0-3 python-pluggy-1.4.0-4
python-tomli-2.0.1-4 python-trove-classifiers-2024.4.10-1
python-typeguard-4.2.1-2 python-typing_extensions-4.11.0-1
python-validate-pyproject-0.16-1 python-pytest-1:8.1.2-1
python-setuptools-1:69.0.3-6
Total Installed Size: 12.11 MiB
:: Proceed with installation? [Y/n]
checking keyring...
checking package integrity...
loading package files...
checking for file conflicts...
checking available disk space...
:: Processing package changes...
installing python-more-itertools...
installing python-jaraco.functools...
installing python-jaraco.context...
installing python-autocommand...
installing python-typing_extensions...
installing python-typeguard...
installing python-inflect...
installing python-jaraco.text...
installing python-ordered-set...
installing python-packaging...
installing python-platformdirs...
installing python-tomli...
installing python-fastjsonschema...
installing python-trove-classifiers...
installing python-validate-pyproject...
installing python-setuptools...
installing python-iniconfig...
installing python-pluggy...
installing python-pytest...
==> Retrieving sources...
-> Found mistune-0.8.4.tar.gz
==> WARNING: Skipping all source file integrity checks.
==> Extracting sources...
-> Extracting mistune-0.8.4.tar.gz with bsdtar
==> Starting prepare()...
renamed 'mistune-0.8.4' -> 'python-mistune1-0.8.4'
==> Starting build()...
/build/python-mistune1/src/python-mistune1-0.8.4/mistune.py:435: SyntaxWarning: invalid escape sequence '\|'
cells[i][c] = re.sub('\\\\\|', '|', cell)
running build
running build_py
creating build
creating build/lib
copying mistune.py -> build/lib
==> Starting check()...
============================= test session starts ==============================
platform linux -- Python 3.12.3, pytest-8.1.2, pluggy-1.4.0 -- /usr/bin/python
cachedir: .pytest_cache
rootdir: /build/python-mistune1/src/python-mistune1-0.8.4
plugins: typeguard-4.2.1
collecting ... collected 20 items
tests/test_cases.py::test_extra XFAIL ([NOTRUN] yield tests were rem...) [ 5%]
tests/test_cases.py::test_normal XFAIL ([NOTRUN] yield tests were re...) [ 10%]
tests/test_extra.py::test_escape PASSED [ 15%]
tests/test_extra.py::test_linebreak PASSED [ 20%]
tests/test_extra.py::test_safe_links PASSED [ 25%]
tests/test_extra.py::test_skip_style PASSED [ 30%]
tests/test_extra.py::test_use_xhtml PASSED [ 35%]
tests/test_extra.py::test_parse_inline_html PASSED [ 40%]
tests/test_extra.py::test_block_html PASSED [ 45%]
tests/test_extra.py::test_parse_block_html PASSED [ 50%]
tests/test_extra.py::test_parse_nested_html PASSED [ 55%]
tests/test_extra.py::test_trigger_more_cases PASSED [ 60%]
tests/test_extra.py::test_not_escape_block_tags PASSED [ 65%]
tests/test_extra.py::test_not_escape_inline_tags PASSED [ 70%]
tests/test_extra.py::test_hard_wrap_renderer PASSED [ 75%]
tests/test_subclassing.py::test_simple_math PASSED [ 80%]
tests/test_subclassing.py::test_markdown2html_math PASSED [ 85%]
tests/test_subclassing.py::test_math_paragraph PASSED [ 90%]
tests/test_subclassing.py::test_custom_lexer PASSED [ 95%]
tests/test_subclassing.py::test_token_tree PASSED [100%]
=============================== warnings summary ===============================
tests/test_cases.py:42
tests/test_cases.py:42: PytestCollectionWarning: yield tests were removed in pytest 4.0 - test_extra will be ignored
def test_extra():
tests/test_cases.py:48
tests/test_cases.py:48: PytestCollectionWarning: yield tests were removed in pytest 4.0 - test_normal will be ignored
def test_normal():
-- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html
================== 18 passed, 2 xfailed, 2 warnings in 0.15s ===================
==> Entering fakeroot environment...
==> Starting package()...
running install
/usr/lib/python3.12/site-packages/setuptools/_distutils/cmd.py:66: SetuptoolsDeprecationWarning: setup.py install is deprecated.
!!
********************************************************************************
Please avoid running ``setup.py`` directly.
Instead, use pypa/build, pypa/installer or other
standards-based tools.
See https://blog.ganssle.io/articles/2021/10/setup-py-deprecated.html for details.
********************************************************************************
!!
self.initialize_options()
running build
running build_py
running install_lib
creating /build/python-mistune1/pkg/python-mistune1/usr
creating /build/python-mistune1/pkg/python-mistune1/usr/lib
creating /build/python-mistune1/pkg/python-mistune1/usr/lib/python3.12
creating /build/python-mistune1/pkg/python-mistune1/usr/lib/python3.12/site-packages
copying build/lib/mistune.py -> /build/python-mistune1/pkg/python-mistune1/usr/lib/python3.12/site-packages
byte-compiling /build/python-mistune1/pkg/python-mistune1/usr/lib/python3.12/site-packages/mistune.py to mistune.cpython-312.pyc
/usr/lib/python3.12/site-packages/mistune.py:435: SyntaxWarning: invalid escape sequence '\|'
writing byte-compilation script '/tmp/tmpej39xask.py'
/usr/bin/python /tmp/tmpej39xask.py
/usr/lib/python3.12/site-packages/mistune.py:435: SyntaxWarning: invalid escape sequence '\|'
removing /tmp/tmpej39xask.py
running install_egg_info
running egg_info
writing mistune.egg-info/PKG-INFO
writing dependency_links to mistune.egg-info/dependency_links.txt
writing top-level names to mistune.egg-info/top_level.txt
reading manifest file 'mistune.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
warning: no previously-included files found matching 'mistune.c'
warning: no previously-included files matching '*.pyo' found under directory 'tests'
adding license file 'LICENSE'
writing manifest file 'mistune.egg-info/SOURCES.txt'
Copying mistune.egg-info to /build/python-mistune1/pkg/python-mistune1/usr/lib/python3.12/site-packages/mistune-0.8.4-py3.12.egg-info
running install_scripts
install: creating directory '/build/python-mistune1/pkg/python-mistune1/usr/share'
install: creating directory '/build/python-mistune1/pkg/python-mistune1/usr/share/doc'
install: creating directory '/build/python-mistune1/pkg/python-mistune1/usr/share/doc/python-mistune1'
'CHANGES.rst' -> '/build/python-mistune1/pkg/python-mistune1/usr/share/doc/python-mistune1/CHANGES.rst'
'README.rst' -> '/build/python-mistune1/pkg/python-mistune1/usr/share/doc/python-mistune1/README.rst'
install: creating directory '/build/python-mistune1/pkg/python-mistune1/usr/share/licenses'
install: creating directory '/build/python-mistune1/pkg/python-mistune1/usr/share/licenses/python-mistune1'
'LICENSE' -> '/build/python-mistune1/pkg/python-mistune1/usr/share/licenses/python-mistune1/LICENSE'
==> 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-mistune1"...
-> Generating .PKGINFO file...
-> Generating .BUILDINFO file...
-> Generating .MTREE file...
-> Compressing package...
==> Leaving fakeroot environment.
==> Finished making: python-mistune1 0.8.4-4 (Thu May 2 22:48:59 2024)
gpg: WARNING: server 'gpg-agent' is older than us (2.4.4 < 2.4.5)
gpg: Note: Outdated servers may lack important security fixes.
gpg: Note: Use the command "gpgconf --kill all" to restart them.
safe_copy: Destination file already exists: /var/lib/aur-repo//python-mistune1-0.8.4-4-any.pkg.tar.zst
Build step 'Execute shell' marked build as failure
Skipped archiving because build is not successful
Publishing build last changes...
ERROR: Last Changes NOT published due to the following error: Could not find previous head of repository located at /var/lib/jenkins/workspace/pkgbuilds/python-mistune1/.git. Its your first commit?
Finished: FAILURE