=> "/opt/local/bin/bmake" ["-C", "/data/jenkins/workspace/pkgsrc-trunk-x86_64/www/py-djangocms-audio", "stage-install", "PYTHON_VERSION_REQD=313", "BATCH=1", "DEPENDS_TARGET=/nonexistent"] WARNING: lang/python/egg.mk is deprecated; use lang/python/wheel.mk instead. ===> Installing for py313-djangocms-audio-2.1.1 => Generating pre-install file lists => Creating installation directories (cd /tmp/work/www/py-djangocms-audio/work/djangocms-audio-2.1.1/ && /usr/bin/env DESTDIR=/tmp/work/www/py-djangocms-audio/work/.destdir USETOOLS=no PTHREAD_CFLAGS=\ -pthread\ PTHREAD_LDFLAGS=\ -pthread PTHREAD_LIBS=-lpthread\ -lrt PTHREADBASE=/usr DL_CFLAGS= DL_LDFLAGS= DL_LIBS= PYTHON=/opt/local/bin/python3.13 CC=gcc CFLAGS=-pipe\ -O2\ -msave-args\ -fno-aggressive-loop-optimizations\ -I/usr/include\ -I/opt/local/include/python3.13\ -I/opt/local/include CPPFLAGS=-I/usr/include\ -I/opt/local/include/python3.13\ -I/opt/local/include CXX=g++ CXXFLAGS=-pipe\ -O2\ -msave-args\ -fno-aggressive-loop-optimizations\ -I/usr/include\ -I/opt/local/include/python3.13\ -I/opt/local/include COMPILER_RPATH_FLAG=-Wl,-R F77=f77 FC=f77 FFLAGS=-O LANG=C LC_ALL=C LC_COLLATE=C LC_CTYPE=C LC_MESSAGES=C LC_MONETARY=C LC_NUMERIC=C LC_TIME=C LDFLAGS=-L/usr/lib/amd64\ -Wl,-R/usr/lib/amd64\ -Wl,-R/opt/local/lib\ -lintl\ -liconv\ -L/opt/local/lib LINKER_RPATH_FLAG=-R PATH=/tmp/work/www/py-djangocms-audio/work/.cwrapper/bin:/tmp/work/www/py-djangocms-audio/work/.buildlink/bin:/tmp/work/www/py-djangocms-audio/work/.tools/bin:/opt/local/bin:/sbin:/usr/bin:/usr/sbin:/opt/tools/bin:/opt/local/bin:/opt/local/bin PREFIX=/opt/local MAKELEVEL=0 CONFIG_SITE= ftp_proxy=downloads-forbidden-except-during-fetch http_proxy=downloads-forbidden-except-during-fetch https_proxy=downloads-forbidden-except-during-fetch no_proxy= PKG_SYSCONFDIR=/opt/local/etc CPP=cpp CXXCPP=cpp HOME=/tmp/work/www/py-djangocms-audio/work/.home CWRAPPERS_CONFIG_DIR=/tmp/work/www/py-djangocms-audio/work/.cwrapper/config CPP=cpp LOCALBASE=/opt/local X11BASE=/opt/local PKGMANDIR=man PKGINFODIR=info PKGGNUDIR= MAKECONF=/dev/null OBJECT_FMT=ELF USETOOLS=no BSD_INSTALL_PROGRAM=/opt/local/bin/bsdinstall\ -c\ \ -o\ pbuild\ -g\ pbuild\ -m\ 755 BSD_INSTALL_SCRIPT=/opt/local/bin/bsdinstall\ -c\ -o\ pbuild\ -g\ pbuild\ -m\ 755 BSD_INSTALL_LIB=/opt/local/bin/bsdinstall\ -c\ -o\ pbuild\ -g\ pbuild\ -m\ 755 BSD_INSTALL_DATA=/opt/local/bin/bsdinstall\ -c\ -o\ pbuild\ -g\ pbuild\ -m\ 644 BSD_INSTALL_MAN=/opt/local/bin/bsdinstall\ -c\ -o\ pbuild\ -g\ pbuild\ -m\ 644 BSD_INSTALL=/opt/local/bin/bsdinstall BSD_INSTALL_PROGRAM_DIR=/opt/local/bin/bsdinstall\ -d\ -o\ pbuild\ -g\ pbuild\ -m\ 755 BSD_INSTALL_SCRIPT_DIR=/opt/local/bin/bsdinstall\ -d\ -o\ pbuild\ -g\ pbuild\ -m\ 755 BSD_INSTALL_LIB_DIR=/opt/local/bin/bsdinstall\ -d\ -o\ pbuild\ -g\ pbuild\ -m\ 755 BSD_INSTALL_DATA_DIR=/opt/local/bin/bsdinstall\ -d\ -o\ pbuild\ -g\ pbuild\ -m\ 755 BSD_INSTALL_MAN_DIR=/opt/local/bin/bsdinstall\ -d\ -o\ pbuild\ -g\ pbuild\ -m\ 755 BSD_INSTALL_GAME=/opt/local/bin/bsdinstall\ -c\ \ -o\ pbuild\ -g\ pbuild\ -m\ 2555 BSD_INSTALL_GAME_DATA=/opt/local/bin/bsdinstall\ -c\ -o\ pbuild\ -g\ pbuild\ -m\ 664 BSD_INSTALL_GAME_DIR=/opt/local/bin/bsdinstall\ -d\ -o\ pbuild\ -g\ pbuild\ -m\ 775 INSTALL_INFO= MAKEINFO=/tmp/work/www/py-djangocms-audio/work/.tools/bin/makeinfo FLEX= BISON= ITSTOOL=/tmp/work/www/py-djangocms-audio/work/.tools/bin/itstool GDBUS_CODEGEN=/tmp/work/www/py-djangocms-audio/work/.tools/bin/gdbus-codegen PKG_CONFIG=/tmp/work/www/py-djangocms-audio/work/.tools/bin/pkg-config PKG_CONFIG_LIBDIR=/tmp/work/www/py-djangocms-audio/work/.buildlink/lib/amd64/pkgconfig:/tmp/work/www/py-djangocms-audio/work/.buildlink/lib/pkgconfig:/tmp/work/www/py-djangocms-audio/work/.buildlink/share/pkgconfig PKG_CONFIG_LOG=/tmp/work/www/py-djangocms-audio/work/.pkg-config.log PKG_CONFIG_PATH= CWRAPPERS_CONFIG_DIR=/tmp/work/www/py-djangocms-audio/work/.cwrapper/config /opt/local/bin/python3.13 setup.py "install" -c -O1 --root=/tmp/work/www/py-djangocms-audio/work/.destdir) /opt/local/lib/python3.13/site-packages/setuptools/_distutils/dist.py:318: UserWarning: Unknown distribution option: 'test_suite' warnings.warn(msg) /opt/local/lib/python3.13/site-packages/setuptools/dist.py:765: SetuptoolsDeprecationWarning: License classifiers are deprecated. !! ******************************************************************************** Please consider removing the following classifiers in favor of a SPDX license expression: License :: OSI Approved :: BSD License See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details. ******************************************************************************** !! self._finalize_license_expression() running install /opt/local/lib/python3.13/site-packages/setuptools/_distutils/cmd.py:90: SetuptoolsDeprecationWarning: setup.py install is deprecated. !! ******************************************************************************** Please avoid running ``setup.py`` directly. Instead, use pypa/build, pypa/installer or other standards-based tools. This deprecation is overdue, please update your project and remove deprecated calls to avoid build errors in the future. See https://blog.ganssle.io/articles/2021/10/setup-py-deprecated.html for details. ******************************************************************************** !! self.initialize_options() running build running build_py running egg_info writing djangocms_audio.egg-info/PKG-INFO writing dependency_links to djangocms_audio.egg-info/dependency_links.txt writing requirements to djangocms_audio.egg-info/requires.txt writing top-level names to djangocms_audio.egg-info/top_level.txt reading manifest file 'djangocms_audio.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' adding license file 'LICENSE' writing manifest file 'djangocms_audio.egg-info/SOURCES.txt' /opt/local/lib/python3.13/site-packages/setuptools/command/build_py.py:215: _Warning: Package 'djangocms_audio.locale.de.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'djangocms_audio.locale.de.LC_MESSAGES' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'djangocms_audio.locale.de.LC_MESSAGES' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'djangocms_audio.locale.de.LC_MESSAGES' to be distributed and are already explicitly excluding 'djangocms_audio.locale.de.LC_MESSAGES' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /opt/local/lib/python3.13/site-packages/setuptools/command/build_py.py:215: _Warning: Package 'djangocms_audio.locale.en.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'djangocms_audio.locale.en.LC_MESSAGES' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'djangocms_audio.locale.en.LC_MESSAGES' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'djangocms_audio.locale.en.LC_MESSAGES' to be distributed and are already explicitly excluding 'djangocms_audio.locale.en.LC_MESSAGES' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /opt/local/lib/python3.13/site-packages/setuptools/command/build_py.py:215: _Warning: Package 'djangocms_audio.locale.es.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'djangocms_audio.locale.es.LC_MESSAGES' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'djangocms_audio.locale.es.LC_MESSAGES' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'djangocms_audio.locale.es.LC_MESSAGES' to be distributed and are already explicitly excluding 'djangocms_audio.locale.es.LC_MESSAGES' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /opt/local/lib/python3.13/site-packages/setuptools/command/build_py.py:215: _Warning: Package 'djangocms_audio.locale.fr.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'djangocms_audio.locale.fr.LC_MESSAGES' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'djangocms_audio.locale.fr.LC_MESSAGES' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'djangocms_audio.locale.fr.LC_MESSAGES' to be distributed and are already explicitly excluding 'djangocms_audio.locale.fr.LC_MESSAGES' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /opt/local/lib/python3.13/site-packages/setuptools/command/build_py.py:215: _Warning: Package 'djangocms_audio.locale.it.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'djangocms_audio.locale.it.LC_MESSAGES' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'djangocms_audio.locale.it.LC_MESSAGES' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'djangocms_audio.locale.it.LC_MESSAGES' to be distributed and are already explicitly excluding 'djangocms_audio.locale.it.LC_MESSAGES' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /opt/local/lib/python3.13/site-packages/setuptools/command/build_py.py:215: _Warning: Package 'djangocms_audio.templates.djangocms_audio.default' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'djangocms_audio.templates.djangocms_audio.default' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'djangocms_audio.templates.djangocms_audio.default' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'djangocms_audio.templates.djangocms_audio.default' to be distributed and are already explicitly excluding 'djangocms_audio.templates.djangocms_audio.default' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) running install_lib creating /tmp/work/www/py-djangocms-audio/work/.destdir/opt/local/lib/python3.13/site-packages/djangocms_audio copying build/lib/djangocms_audio/__init__.py -> /tmp/work/www/py-djangocms-audio/work/.destdir/opt/local/lib/python3.13/site-packages/djangocms_audio copying build/lib/djangocms_audio/cms_plugins.py -> /tmp/work/www/py-djangocms-audio/work/.destdir/opt/local/lib/python3.13/site-packages/djangocms_audio copying build/lib/djangocms_audio/models.py -> /tmp/work/www/py-djangocms-audio/work/.destdir/opt/local/lib/python3.13/site-packages/djangocms_audio creating /tmp/work/www/py-djangocms-audio/work/.destdir/opt/local/lib/python3.13/site-packages/djangocms_audio/migrations copying build/lib/djangocms_audio/migrations/0001_initial.py -> /tmp/work/www/py-djangocms-audio/work/.destdir/opt/local/lib/python3.13/site-packages/djangocms_audio/migrations copying build/lib/djangocms_audio/migrations/0002_auto_20160825_1821.py -> /tmp/work/www/py-djangocms-audio/work/.destdir/opt/local/lib/python3.13/site-packages/djangocms_audio/migrations copying build/lib/djangocms_audio/migrations/0003_alter_audiofile_cmsplugin_ptr_and_more.py -> /tmp/work/www/py-djangocms-audio/work/.destdir/opt/local/lib/python3.13/site-packages/djangocms_audio/migrations copying build/lib/djangocms_audio/migrations/__init__.py -> /tmp/work/www/py-djangocms-audio/work/.destdir/opt/local/lib/python3.13/site-packages/djangocms_audio/migrations creating /tmp/work/www/py-djangocms-audio/work/.destdir/opt/local/lib/python3.13/site-packages/djangocms_audio/locale creating /tmp/work/www/py-djangocms-audio/work/.destdir/opt/local/lib/python3.13/site-packages/djangocms_audio/locale/de creating /tmp/work/www/py-djangocms-audio/work/.destdir/opt/local/lib/python3.13/site-packages/djangocms_audio/locale/de/LC_MESSAGES copying build/lib/djangocms_audio/locale/de/LC_MESSAGES/django.mo -> /tmp/work/www/py-djangocms-audio/work/.destdir/opt/local/lib/python3.13/site-packages/djangocms_audio/locale/de/LC_MESSAGES copying build/lib/djangocms_audio/locale/de/LC_MESSAGES/django.po -> /tmp/work/www/py-djangocms-audio/work/.destdir/opt/local/lib/python3.13/site-packages/djangocms_audio/locale/de/LC_MESSAGES creating /tmp/work/www/py-djangocms-audio/work/.destdir/opt/local/lib/python3.13/site-packages/djangocms_audio/locale/en creating /tmp/work/www/py-djangocms-audio/work/.destdir/opt/local/lib/python3.13/site-packages/djangocms_audio/locale/en/LC_MESSAGES copying build/lib/djangocms_audio/locale/en/LC_MESSAGES/django.mo -> /tmp/work/www/py-djangocms-audio/work/.destdir/opt/local/lib/python3.13/site-packages/djangocms_audio/locale/en/LC_MESSAGES copying build/lib/djangocms_audio/locale/en/LC_MESSAGES/django.po -> /tmp/work/www/py-djangocms-audio/work/.destdir/opt/local/lib/python3.13/site-packages/djangocms_audio/locale/en/LC_MESSAGES creating /tmp/work/www/py-djangocms-audio/work/.destdir/opt/local/lib/python3.13/site-packages/djangocms_audio/locale/es creating /tmp/work/www/py-djangocms-audio/work/.destdir/opt/local/lib/python3.13/site-packages/djangocms_audio/locale/es/LC_MESSAGES copying build/lib/djangocms_audio/locale/es/LC_MESSAGES/django.mo -> /tmp/work/www/py-djangocms-audio/work/.destdir/opt/local/lib/python3.13/site-packages/djangocms_audio/locale/es/LC_MESSAGES copying build/lib/djangocms_audio/locale/es/LC_MESSAGES/django.po -> /tmp/work/www/py-djangocms-audio/work/.destdir/opt/local/lib/python3.13/site-packages/djangocms_audio/locale/es/LC_MESSAGES creating /tmp/work/www/py-djangocms-audio/work/.destdir/opt/local/lib/python3.13/site-packages/djangocms_audio/locale/fr creating /tmp/work/www/py-djangocms-audio/work/.destdir/opt/local/lib/python3.13/site-packages/djangocms_audio/locale/fr/LC_MESSAGES copying build/lib/djangocms_audio/locale/fr/LC_MESSAGES/django.mo -> /tmp/work/www/py-djangocms-audio/work/.destdir/opt/local/lib/python3.13/site-packages/djangocms_audio/locale/fr/LC_MESSAGES copying build/lib/djangocms_audio/locale/fr/LC_MESSAGES/django.po -> /tmp/work/www/py-djangocms-audio/work/.destdir/opt/local/lib/python3.13/site-packages/djangocms_audio/locale/fr/LC_MESSAGES creating /tmp/work/www/py-djangocms-audio/work/.destdir/opt/local/lib/python3.13/site-packages/djangocms_audio/locale/it creating /tmp/work/www/py-djangocms-audio/work/.destdir/opt/local/lib/python3.13/site-packages/djangocms_audio/locale/it/LC_MESSAGES copying build/lib/djangocms_audio/locale/it/LC_MESSAGES/django.mo -> /tmp/work/www/py-djangocms-audio/work/.destdir/opt/local/lib/python3.13/site-packages/djangocms_audio/locale/it/LC_MESSAGES copying build/lib/djangocms_audio/locale/it/LC_MESSAGES/django.po -> /tmp/work/www/py-djangocms-audio/work/.destdir/opt/local/lib/python3.13/site-packages/djangocms_audio/locale/it/LC_MESSAGES creating /tmp/work/www/py-djangocms-audio/work/.destdir/opt/local/lib/python3.13/site-packages/djangocms_audio/templates creating /tmp/work/www/py-djangocms-audio/work/.destdir/opt/local/lib/python3.13/site-packages/djangocms_audio/templates/djangocms_audio creating /tmp/work/www/py-djangocms-audio/work/.destdir/opt/local/lib/python3.13/site-packages/djangocms_audio/templates/djangocms_audio/default copying build/lib/djangocms_audio/templates/djangocms_audio/default/audio_player.html -> /tmp/work/www/py-djangocms-audio/work/.destdir/opt/local/lib/python3.13/site-packages/djangocms_audio/templates/djangocms_audio/default copying build/lib/djangocms_audio/templates/djangocms_audio/default/file.html -> /tmp/work/www/py-djangocms-audio/work/.destdir/opt/local/lib/python3.13/site-packages/djangocms_audio/templates/djangocms_audio/default copying build/lib/djangocms_audio/templates/djangocms_audio/default/folder.html -> /tmp/work/www/py-djangocms-audio/work/.destdir/opt/local/lib/python3.13/site-packages/djangocms_audio/templates/djangocms_audio/default copying build/lib/djangocms_audio/templates/djangocms_audio/default/track.html -> /tmp/work/www/py-djangocms-audio/work/.destdir/opt/local/lib/python3.13/site-packages/djangocms_audio/templates/djangocms_audio/default byte-compiling /tmp/work/www/py-djangocms-audio/work/.destdir/opt/local/lib/python3.13/site-packages/djangocms_audio/__init__.py to __init__.cpython-313.pyc byte-compiling /tmp/work/www/py-djangocms-audio/work/.destdir/opt/local/lib/python3.13/site-packages/djangocms_audio/cms_plugins.py to cms_plugins.cpython-313.pyc byte-compiling /tmp/work/www/py-djangocms-audio/work/.destdir/opt/local/lib/python3.13/site-packages/djangocms_audio/models.py to models.cpython-313.pyc byte-compiling /tmp/work/www/py-djangocms-audio/work/.destdir/opt/local/lib/python3.13/site-packages/djangocms_audio/migrations/0001_initial.py to 0001_initial.cpython-313.pyc byte-compiling /tmp/work/www/py-djangocms-audio/work/.destdir/opt/local/lib/python3.13/site-packages/djangocms_audio/migrations/0002_auto_20160825_1821.py to 0002_auto_20160825_1821.cpython-313.pyc byte-compiling /tmp/work/www/py-djangocms-audio/work/.destdir/opt/local/lib/python3.13/site-packages/djangocms_audio/migrations/0003_alter_audiofile_cmsplugin_ptr_and_more.py to 0003_alter_audiofile_cmsplugin_ptr_and_more.cpython-313.pyc byte-compiling /tmp/work/www/py-djangocms-audio/work/.destdir/opt/local/lib/python3.13/site-packages/djangocms_audio/migrations/__init__.py to __init__.cpython-313.pyc writing byte-compilation script '/tmp/tmp51gn2sy8.py' /opt/local/bin/python3.13 /tmp/tmp51gn2sy8.py removing /tmp/tmp51gn2sy8.py running install_egg_info Copying djangocms_audio.egg-info to /tmp/work/www/py-djangocms-audio/work/.destdir/opt/local/lib/python3.13/site-packages/djangocms_audio-2.1.1-py3.13.egg-info running install_scripts => Generating CTF data => Automatic stripping of debug information => Automatic manual page handling => Generating post-install file lists if test -d "/tmp/work/www/py-djangocms-audio/work/.destdir/opt/local/lib/python3.13/site-packages/djangocms_audio-2.1.1-py3.13.egg-info"; then /usr/bin/find /tmp/work/www/py-djangocms-audio/work/.destdir/opt/local/lib/python3.13/site-packages/djangocms_audio-2.1.1-py3.13.egg-info -type f -exec /usr/bin/chmod 644 '{}' ';' ; fi => Checking file-check results for py313-djangocms-audio-2.1.1 => Checking for non-existent script interpreters in py313-djangocms-audio-2.1.1 => Checking file permissions in py313-djangocms-audio-2.1.1 => Checking for missing run-time search paths in py313-djangocms-audio-2.1.1 => Checking for work-directory references in py313-djangocms-audio-2.1.1