>>> Building on sparc64-2b under textproc/py-podcastparser,python3 BDEPENDS = [lang/python/3;textproc/py-sphinx,python3] DIST = [textproc/py-podcastparser,python3:podcastparser-0.6.10.tar.gz] FULLPKGNAME = py3-podcastparser-0.6.10p0 RDEPENDS = [lang/python/3] (Junk lock obtained for sparc64-2b at 1725241980.41) >>> Running depends in textproc/py-podcastparser,python3 at 1725241980.64 last junk was in databases/pspg /usr/sbin/pkg_add -aI -Drepair py3-sphinx-7.4.7p1 was: /usr/sbin/pkg_add -aI -Drepair py3-sphinx-7.4.7p1 python-3.11.9p3 /usr/sbin/pkg_add -aI -Drepair py3-sphinx-7.4.7p1 >>> Running show-prepare-results in textproc/py-podcastparser,python3 at 1725242055.90 ===> textproc/py-podcastparser,python3 ===> Building from scratch py3-podcastparser-0.6.10p0 ===> py3-podcastparser-0.6.10p0 depends on: py3-sphinx-* -> py3-sphinx-7.4.7p1 ===> py3-podcastparser-0.6.10p0 depends on: python->=3.11,<3.12 -> python-3.11.9p3 py3-sphinx-7.4.7p1 python-3.11.9p3 (Junk lock released for sparc64-2b at 1725242060.18) distfiles size=31717 >>> Running build in textproc/py-podcastparser,python3 at 1725242060.32 ===> textproc/py-podcastparser,python3 ===> Checking files for py3-podcastparser-0.6.10p0 `/usr/ports/distfiles/podcastparser-0.6.10.tar.gz' is up to date. >> (SHA256) podcastparser-0.6.10.tar.gz: OK ===> Extracting for py3-podcastparser-0.6.10p0 ===> Patching for py3-podcastparser-0.6.10p0 ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for py3-podcastparser-0.6.10p0 ===> Configuring for py3-podcastparser-0.6.10p0 ===> Building for py3-podcastparser-0.6.10p0 /usr/obj/ports/py-podcastparser-0.6.10-python3/podcastparser-0.6.10/./setup.py:3: DeprecationWarning: The distutils package is deprecated and slated for removal in Python 3.12. Use setuptools or check PEP 632 for potential alternatives from distutils.core import setup /usr/local/lib/python3.11/distutils/dist.py:274: UserWarning: Unknown distribution option: 'long_description_content_type' warnings.warn(msg) running build running build_py creating /usr/obj/ports/py-podcastparser-0.6.10-python3/podcastparser-0.6.10/lib copying podcastparser.py -> /usr/obj/ports/py-podcastparser-0.6.10-python3/podcastparser-0.6.10/lib cd /usr/obj/ports/py-podcastparser-0.6.10-python3/podcastparser-0.6.10/doc && PYTHON=/usr/local/bin/python3.11 CC=cc PYTHONUSERBASE=/usr/obj/ports/py-podcastparser-0.6.10-python3 PORTSDIR="/usr/ports" LIBTOOL="/usr/bin/libtool" PATH='/usr/obj/ports/py-podcastparser-0.6.10-python3/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/X11R6/bin' PREFIX='/usr/local' LOCALBASE='/usr/local' X11BASE='/usr/X11R6' CFLAGS='-O2 -pipe' TRUEPREFIX='/usr/local' DESTDIR='' HOME='/py-podcastparser-0.6.10_writes_to_HOME' PICFLAG="-fPIC" BINGRP=bin BINOWN=root BINMODE=755 NONBINMODE=644 DIRMODE=755 INSTALL_COPY=-c INSTALL_STRIP=-s MANGRP=bin MANOWN=root MANMODE=644 BSD_INSTALL_PROGRAM="/usr/obj/ports/py-podcastparser-0.6.10-python3/bin/install -c -s -m 755" BSD_INSTALL_SCRIPT="/usr/obj/ports/py-podcastparser-0.6.10-python3/bin/install -c -m 755" BSD_INSTALL_DATA="/usr/obj/ports/py-podcastparser-0.6.10-python3/bin/install -c -m 644" BSD_INSTALL_MAN="/usr/obj/ports/py-podcastparser-0.6.10-python3/bin/install -c -m 644" BSD_INSTALL_PROGRAM_DIR="/usr/obj/ports/py-podcastparser-0.6.10-python3/bin/install -d -m 755" BSD_INSTALL_SCRIPT_DIR="/usr/obj/ports/py-podcastparser-0.6.10-python3/bin/install -d -m 755" BSD_INSTALL_DATA_DIR="/usr/obj/ports/py-podcastparser-0.6.10-python3/bin/install -d -m 755" BSD_INSTALL_MAN_DIR="/usr/obj/ports/py-podcastparser-0.6.10-python3/bin/install -d -m 755" /usr/bin/make man SPHINXBUILD=sphinx-build sphinx-build -b man -d _build/doctrees . _build/man Traceback (most recent call last): File "/usr/local/bin/sphinx-build", line 5, in from sphinx.cmd.build import main File "/usr/local/lib/python3.11/site-packages/sphinx/cmd/build.py", line 21, in from sphinx.application import Sphinx File "/usr/local/lib/python3.11/site-packages/sphinx/application.py", line 19, in from docutils.parsers.rst import Directive, roles File "/usr/local/lib/python3.11/site-packages/docutils/parsers/rst/__init__.py", line 75, in from docutils.parsers.rst import roles, states File "/usr/local/lib/python3.11/site-packages/docutils/parsers/rst/roles.py", line 83, in from docutils.utils.code_analyzer import Lexer, LexerError File "/usr/local/lib/python3.11/site-packages/docutils/utils/code_analyzer.py", line 10, in from pygments.lexers import get_lexer_by_name File "/usr/local/lib/python3.11/site-packages/pygments/lexers/__init__.py", line 19, in from pygments.plugin import find_plugin_lexers File "/usr/local/lib/python3.11/site-packages/pygments/plugin.py", line 35, in from importlib.metadata import entry_points File "/usr/local/lib/python3.11/importlib/metadata/__init__.py", line 17, in from . import _adapters, _meta File "/usr/local/lib/python3.11/importlib/metadata/_adapters.py", line 3, in import email.message File "/usr/local/lib/python3.11/email/message.py", line 15, in from email import utils File "/usr/local/lib/python3.11/email/utils.py", line 30, in import datetime File "/usr/local/lib/python3.11/datetime.py", line 888, in timedelta.min = timedelta(-999999999) ^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/datetime.py", line 684, in __new__ raise OverflowError("timedelta # of days is too large: %d" % d) OverflowError: timedelta # of days is too large: -1000000000 *** Error 1 in /usr/obj/ports/py-podcastparser-0.6.10-python3/podcastparser-0.6.10/doc (Makefile:117 'man') *** Error 2 in textproc/py-podcastparser (Makefile:33 'post-build') *** Error 2 in textproc/py-podcastparser (/usr/ports/infrastructure/mk/bsd.port.mk:3065 '/usr/obj/ports/py-podcastparser-0.6.10-python3/.build_done') *** Error 2 in textproc/py-podcastparser (/usr/ports/infrastructure/mk/bsd.port.mk:2704 'build': @lock=py3-podcastparser-0.6.10p0; export _...) ===> Exiting textproc/py-podcastparser,python3 with an error *** Error 1 in /usr/ports (infrastructure/mk/bsd.port.subdir.mk:144 'build': @: ${echo_msg:=echo}; : ${target:=build}; for i in ; do eval...) >>> Ended at 1725242067.58 max_stuck=61.23/depends=75.41/show-prepare-results=4.37/build=7.38 Error: job failed with 512 on sparc64-2b at 1725242067