==> Synchronizing chroot copy [/home/leming/armv8/root] -> [leming]...done
==> Making package: python-calmjs 3.4.4-6 (Sun Jan 11 14:53:12 2026)
==> Retrieving sources...
-> Found python-calmjs-3.4.4.tar.gz
-> Found fix-tests-python-3.13.patch
-> Found fix-argparse-output-changes.patch
==> WARNING: Skipping verification of source file PGP signatures.
==> Validating source files with sha512sums...
python-calmjs-3.4.4.tar.gz ... Passed
fix-tests-python-3.13.patch ... Passed
fix-argparse-output-changes.patch ... Passed
==> Validating source files with b2sums...
python-calmjs-3.4.4.tar.gz ... Passed
fix-tests-python-3.13.patch ... Passed
fix-argparse-output-changes.patch ... Passed
==> Making package: python-calmjs 3.4.4-6 (Sun Jan 11 19:53:19 2026)
==> Checking runtime dependencies...
==> Installing missing dependencies...
resolving dependencies...
looking for conflicting packages...
Packages (15) mpdecimal-4.0.1-1 python-autocommand-2.2.2-9 python-jaraco.collections-5.1.0-3 python-jaraco.context-6.0.1-3 python-jaraco.functools-4.1.0-3 python-jaraco.text-4.0.0-4 python-more-itertools-10.8.0-2 python-packaging-25.0-4 python-platformdirs-4.5.1-3 python-ply-3.11-16 python-wheel-0.45.1-4 python-3.14.2-2 python-calmjs.parse-1.3.4-2 python-calmjs.types-1.0.1-9 python-setuptools-1:80.9.0-4
Total Download Size: 0.41 MiB
Total Installed Size: 100.07 MiB
:: Proceed with installation? [Y/n]
:: Retrieving packages...
python-calmjs.parse-1.3.4-2-any downloading...
python-calmjs.types-1.0.1-9-any downloading...
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 [pending]
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
installing python-ply...
installing python-more-itertools...
installing python-jaraco.functools...
installing python-jaraco.context...
installing python-autocommand...
installing python-jaraco.text...
Optional dependencies for python-jaraco.text
python-inflect: for show-newlines script
installing python-jaraco.collections...
installing python-packaging...
installing python-platformdirs...
installing python-wheel...
Optional dependencies for python-wheel
python-keyring: for wheel.signatures
python-xdg: for wheel.signatures
python-setuptools: for legacy bdist_wheel subcommand [pending]
installing python-setuptools...
installing python-calmjs.parse...
installing python-calmjs.types...
:: Running post-transaction hooks...
(1/1) Arming ConditionNeedsUpdate...
==> Checking buildtime dependencies...
==> Installing missing dependencies...
resolving dependencies...
looking for conflicting packages...
Packages (3) python-pyproject-hooks-1.2.0-6 python-build-1.3.0-4 python-installer-0.7.0-14
Total Installed Size: 0.53 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-pyproject-hooks...
installing python-build...
Optional dependencies for python-build
python-pip: to use as the Python package installer (default)
python-uv: to use as the Python package installer
python-virtualenv: to use virtualenv for build isolation
installing python-installer...
:: Running post-transaction hooks...
(1/1) Arming ConditionNeedsUpdate...
==> Retrieving sources...
-> Found python-calmjs-3.4.4.tar.gz
-> Found fix-tests-python-3.13.patch
-> Found fix-argparse-output-changes.patch
==> WARNING: Skipping all source file integrity checks.
==> Extracting sources...
-> Extracting python-calmjs-3.4.4.tar.gz with bsdtar
==> Starting prepare()...
patching file src/calmjs/tests/test_argparse.py
patching file src/calmjs/tests/test_argparse.py
==> Starting build()...
* Getting build dependencies for wheel...
/usr/lib/python3.14/site-packages/setuptools/_distutils/dist.py:289: UserWarning: Unknown distribution option: 'test_suite'
warnings.warn(msg)
/usr/lib/python3.14/site-packages/setuptools/dist.py:804: SetuptoolsDeprecationWarning: The namespace_packages parameter is deprecated.
!!
********************************************************************************
Please replace its usage with implicit namespaces (PEP 420).
See https://setuptools.pypa.io/en/latest/references/keywords.html#keyword-namespace-packages for details.
********************************************************************************
!!
ep.load()(self, ep.name, value)
/usr/lib/python3.14/site-packages/setuptools/dist.py:759: SetuptoolsDeprecationWarning: License classifiers are deprecated.
!!
********************************************************************************
Please consider removing the following classifiers in favor of a SPDX license expression:
License :: OSI Approved :: GNU General Public License v2 or later (GPLv2+)
See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details.
********************************************************************************
!!
self._finalize_license_expression()
running egg_info
creating src/calmjs.egg-info
writing src/calmjs.egg-info/PKG-INFO
writing dependency_links to src/calmjs.egg-info/dependency_links.txt
writing entry points to src/calmjs.egg-info/entry_points.txt
writing namespace_packages to src/calmjs.egg-info/namespace_packages.txt
writing requirements to src/calmjs.egg-info/requires.txt
writing top-level names to src/calmjs.egg-info/top_level.txt
writing manifest file 'src/calmjs.egg-info/SOURCES.txt'
reading manifest file 'src/calmjs.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
warning: no files found matching '*.txt' under directory 'docs'
warning: no files found matching '*.txt'
warning: no previously-included files matching '*.pyc' found under directory 'src'
warning: no previously-included files matching '*.pyo' found under directory 'src'
warning: no previously-included files matching '*' found under directory '.github'
adding license file 'LICENSE'
writing manifest file 'src/calmjs.egg-info/SOURCES.txt'
* Building wheel...
/usr/lib/python3.14/site-packages/setuptools/_distutils/dist.py:289: UserWarning: Unknown distribution option: 'test_suite'
warnings.warn(msg)
/usr/lib/python3.14/site-packages/setuptools/dist.py:804: SetuptoolsDeprecationWarning: The namespace_packages parameter is deprecated.
!!
********************************************************************************
Please replace its usage with implicit namespaces (PEP 420).
See https://setuptools.pypa.io/en/latest/references/keywords.html#keyword-namespace-packages for details.
********************************************************************************
!!
ep.load()(self, ep.name, value)
/usr/lib/python3.14/site-packages/setuptools/dist.py:759: SetuptoolsDeprecationWarning: License classifiers are deprecated.
!!
********************************************************************************
Please consider removing the following classifiers in favor of a SPDX license expression:
License :: OSI Approved :: GNU General Public License v2 or later (GPLv2+)
See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details.
********************************************************************************
!!
self._finalize_license_expression()
running bdist_wheel
/usr/lib/python3.14/site-packages/setuptools/_distutils/cmd.py:135: SetuptoolsDeprecationWarning: bdist_wheel.universal is deprecated
!!
********************************************************************************
With Python 2.7 end-of-life, support for building universal wheels
(i.e., wheels that support both Python 2 and Python 3)
is being obviated.
Please discontinue using this option, or if you still need it,
file an issue with pypa/setuptools describing your use case.
This deprecation is overdue, please update your project and remove deprecated
calls to avoid build errors in the future.
********************************************************************************
!!
self.finalize_options()
running build
running build_py
creating build/lib/calmjs
copying src/calmjs/npm.py -> build/lib/calmjs
copying src/calmjs/module.py -> build/lib/calmjs
copying src/calmjs/cli.py -> build/lib/calmjs
copying src/calmjs/vlqsm.py -> build/lib/calmjs
copying src/calmjs/indexer.py -> build/lib/calmjs
copying src/calmjs/__init__.py -> build/lib/calmjs
copying src/calmjs/base.py -> build/lib/calmjs
copying src/calmjs/yarn.py -> build/lib/calmjs
copying src/calmjs/registry.py -> build/lib/calmjs
copying src/calmjs/runtime.py -> build/lib/calmjs
copying src/calmjs/artifact.py -> build/lib/calmjs
copying src/calmjs/interrogate.py -> build/lib/calmjs
copying src/calmjs/dist.py -> build/lib/calmjs
copying src/calmjs/argparse.py -> build/lib/calmjs
copying src/calmjs/toolchain.py -> build/lib/calmjs
copying src/calmjs/utils.py -> build/lib/calmjs
copying src/calmjs/loaderplugin.py -> build/lib/calmjs
copying src/calmjs/command.py -> build/lib/calmjs
copying src/calmjs/calmjs.py -> build/lib/calmjs
copying src/calmjs/ui.py -> build/lib/calmjs
copying src/calmjs/exc.py -> build/lib/calmjs
creating build/lib/calmjs/testing
copying src/calmjs/testing/mocks.py -> build/lib/calmjs/testing
copying src/calmjs/testing/module.py -> build/lib/calmjs/testing
copying src/calmjs/testing/__init__.py -> build/lib/calmjs/testing
copying src/calmjs/testing/artifact.py -> build/lib/calmjs/testing
copying src/calmjs/testing/spec.py -> build/lib/calmjs/testing
copying src/calmjs/testing/utils.py -> build/lib/calmjs/testing
creating build/lib/calmjs/tests
copying src/calmjs/tests/test_utils.py -> build/lib/calmjs/tests
copying src/calmjs/tests/test_yarn.py -> build/lib/calmjs/tests
copying src/calmjs/tests/test_interrogate.py -> build/lib/calmjs/tests
copying src/calmjs/tests/__init__.py -> build/lib/calmjs/tests
copying src/calmjs/tests/test_base.py -> build/lib/calmjs/tests
copying src/calmjs/tests/test_command.py -> build/lib/calmjs/tests
copying src/calmjs/tests/test_toolchain.py -> build/lib/calmjs/tests
copying src/calmjs/tests/test_module.py -> build/lib/calmjs/tests
copying src/calmjs/tests/test_argparse.py -> build/lib/calmjs/tests
copying src/calmjs/tests/test_dist.py -> build/lib/calmjs/tests
copying src/calmjs/tests/test_testing.py -> build/lib/calmjs/tests
copying src/calmjs/tests/test_vlqsm.py -> build/lib/calmjs/tests
copying src/calmjs/tests/test_indexer.py -> build/lib/calmjs/tests
copying src/calmjs/tests/test_registry.py -> build/lib/calmjs/tests
copying src/calmjs/tests/test_npm.py -> build/lib/calmjs/tests
copying src/calmjs/tests/test_artifact.py -> build/lib/calmjs/tests
copying src/calmjs/tests/test_runtime.py -> build/lib/calmjs/tests
copying src/calmjs/tests/test_loaderplugin.py -> build/lib/calmjs/tests
copying src/calmjs/tests/test_ui.py -> build/lib/calmjs/tests
copying src/calmjs/tests/test_cli.py -> build/lib/calmjs/tests
creating build/lib/calmjs/testing/module3
copying src/calmjs/testing/module3/module.py -> build/lib/calmjs/testing/module3
copying src/calmjs/testing/module3/__init__.py -> build/lib/calmjs/testing/module3
copying src/calmjs/testing/module3/runtime.py -> build/lib/calmjs/testing/module3
creating build/lib/calmjs/testing/module1
copying src/calmjs/testing/module1/__init__.py -> build/lib/calmjs/testing/module1
creating build/lib/calmjs/testing/module4
copying src/calmjs/testing/module4/__init__.py -> build/lib/calmjs/testing/module4
creating build/lib/calmjs/testing/module2
copying src/calmjs/testing/module2/__init__.py -> build/lib/calmjs/testing/module2
running egg_info
writing src/calmjs.egg-info/PKG-INFO
writing dependency_links to src/calmjs.egg-info/dependency_links.txt
writing entry points to src/calmjs.egg-info/entry_points.txt
writing namespace_packages to src/calmjs.egg-info/namespace_packages.txt
writing requirements to src/calmjs.egg-info/requires.txt
writing top-level names to src/calmjs.egg-info/top_level.txt
reading manifest file 'src/calmjs.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
warning: no files found matching '*.txt' under directory 'docs'
warning: no files found matching '*.txt'
warning: no previously-included files matching '*.pyc' found under directory 'src'
warning: no previously-included files matching '*.pyo' found under directory 'src'
warning: no previously-included files matching '*' found under directory '.github'
adding license file 'LICENSE'
writing manifest file 'src/calmjs.egg-info/SOURCES.txt'
/usr/lib/python3.14/site-packages/setuptools/command/build_py.py:212: _Warning: Package 'calmjs.testing.module2.mod' is absent from the `packages` configuration.
!!
********************************************************************************
############################
# Package would be ignored #
############################
Python recognizes 'calmjs.testing.module2.mod' 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 'calmjs.testing.module2.mod' 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 'calmjs.testing.module2.mod' to be distributed and are
already explicitly excluding 'calmjs.testing.module2.mod' 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)
/usr/lib/python3.14/site-packages/setuptools/command/build_py.py:212: _Warning: Package 'calmjs.testing.module3.mod' is absent from the `packages` configuration.
!!
********************************************************************************
############################
# Package would be ignored #
############################
Python recognizes 'calmjs.testing.module3.mod' 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 'calmjs.testing.module3.mod' 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 'calmjs.testing.module3.mod' to be distributed and are
already explicitly excluding 'calmjs.testing.module3.mod' 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)
/usr/lib/python3.14/site-packages/setuptools/command/build_py.py:212: _Warning: Package 'calmjs.testing.names' is absent from the `packages` configuration.
!!
********************************************************************************
############################
# Package would be ignored #
############################
Python recognizes 'calmjs.testing.names' 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 'calmjs.testing.names' 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 'calmjs.testing.names' to be distributed and are
already explicitly excluding 'calmjs.testing.names' 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)
copying src/calmjs/README.rst -> build/lib/calmjs
creating build/lib/calmjs/testing/names
copying src/calmjs/testing/names/typical.js -> build/lib/calmjs/testing/names
copying src/calmjs/testing/names/unusual.js -> build/lib/calmjs/testing/names
copying src/calmjs/testing/module3/math.js -> build/lib/calmjs/testing/module3
creating build/lib/calmjs/testing/module3/mod
copying src/calmjs/testing/module3/mod/index.js -> build/lib/calmjs/testing/module3/mod
copying src/calmjs/testing/module1/hello.js -> build/lib/calmjs/testing/module1
copying src/calmjs/testing/module4/data.json -> build/lib/calmjs/testing/module4
copying src/calmjs/testing/module4/other.css -> build/lib/calmjs/testing/module4
copying src/calmjs/testing/module4/widget.js -> build/lib/calmjs/testing/module4
copying src/calmjs/testing/module4/widget.style -> build/lib/calmjs/testing/module4
copying src/calmjs/testing/module2/helper.js -> build/lib/calmjs/testing/module2
copying src/calmjs/testing/module2/index.js -> build/lib/calmjs/testing/module2
creating build/lib/calmjs/testing/module2/mod
copying src/calmjs/testing/module2/mod/helper.js -> build/lib/calmjs/testing/module2/mod
installing to build/bdist.linux-aarch64/wheel
running install
running install_lib
copying calmjs/npm.py -> build/bdist.linux-aarch64/wheel/./calmjs
copying calmjs/module.py -> build/bdist.linux-aarch64/wheel/./calmjs
copying calmjs/cli.py -> build/bdist.linux-aarch64/wheel/./calmjs
copying calmjs/vlqsm.py -> build/bdist.linux-aarch64/wheel/./calmjs
copying calmjs/indexer.py -> build/bdist.linux-aarch64/wheel/./calmjs
Skipping installation of build/bdist.linux-aarch64/wheel/./calmjs/__init__.py (namespace package)
copying calmjs/base.py -> build/bdist.linux-aarch64/wheel/./calmjs
copying calmjs/yarn.py -> build/bdist.linux-aarch64/wheel/./calmjs
copying calmjs/registry.py -> build/bdist.linux-aarch64/wheel/./calmjs
copying calmjs/runtime.py -> build/bdist.linux-aarch64/wheel/./calmjs
copying calmjs/README.rst -> build/bdist.linux-aarch64/wheel/./calmjs
copying calmjs/artifact.py -> build/bdist.linux-aarch64/wheel/./calmjs
copying calmjs/interrogate.py -> build/bdist.linux-aarch64/wheel/./calmjs
copying calmjs/dist.py -> build/bdist.linux-aarch64/wheel/./calmjs
copying calmjs/argparse.py -> build/bdist.linux-aarch64/wheel/./calmjs
copying calmjs/toolchain.py -> build/bdist.linux-aarch64/wheel/./calmjs
copying calmjs/utils.py -> build/bdist.linux-aarch64/wheel/./calmjs
copying calmjs/loaderplugin.py -> build/bdist.linux-aarch64/wheel/./calmjs
copying calmjs/command.py -> build/bdist.linux-aarch64/wheel/./calmjs
copying calmjs/calmjs.py -> build/bdist.linux-aarch64/wheel/./calmjs
copying calmjs/ui.py -> build/bdist.linux-aarch64/wheel/./calmjs
copying calmjs/exc.py -> build/bdist.linux-aarch64/wheel/./calmjs
copying calmjs/testing/mocks.py -> build/bdist.linux-aarch64/wheel/./calmjs/testing
copying calmjs/testing/module.py -> build/bdist.linux-aarch64/wheel/./calmjs/testing
copying calmjs/testing/__init__.py -> build/bdist.linux-aarch64/wheel/./calmjs/testing
copying calmjs/testing/artifact.py -> build/bdist.linux-aarch64/wheel/./calmjs/testing
copying calmjs/testing/spec.py -> build/bdist.linux-aarch64/wheel/./calmjs/testing
copying calmjs/testing/utils.py -> build/bdist.linux-aarch64/wheel/./calmjs/testing
copying calmjs/testing/module3/module.py -> build/bdist.linux-aarch64/wheel/./calmjs/testing/module3
copying calmjs/testing/module3/__init__.py -> build/bdist.linux-aarch64/wheel/./calmjs/testing/module3
copying calmjs/testing/module3/runtime.py -> build/bdist.linux-aarch64/wheel/./calmjs/testing/module3
copying calmjs/testing/module3/math.js -> build/bdist.linux-aarch64/wheel/./calmjs/testing/module3
copying calmjs/testing/module3/mod/index.js -> build/bdist.linux-aarch64/wheel/./calmjs/testing/module3/mod
copying calmjs/testing/module1/__init__.py -> build/bdist.linux-aarch64/wheel/./calmjs/testing/module1
copying calmjs/testing/module1/hello.js -> build/bdist.linux-aarch64/wheel/./calmjs/testing/module1
copying calmjs/testing/names/unusual.js -> build/bdist.linux-aarch64/wheel/./calmjs/testing/names
copying calmjs/testing/names/typical.js -> build/bdist.linux-aarch64/wheel/./calmjs/testing/names
copying calmjs/testing/module4/__init__.py -> build/bdist.linux-aarch64/wheel/./calmjs/testing/module4
copying calmjs/testing/module4/other.css -> build/bdist.linux-aarch64/wheel/./calmjs/testing/module4
copying calmjs/testing/module4/data.json -> build/bdist.linux-aarch64/wheel/./calmjs/testing/module4
copying calmjs/testing/module4/widget.style -> build/bdist.linux-aarch64/wheel/./calmjs/testing/module4
copying calmjs/testing/module4/widget.js -> build/bdist.linux-aarch64/wheel/./calmjs/testing/module4
copying calmjs/testing/module2/__init__.py -> build/bdist.linux-aarch64/wheel/./calmjs/testing/module2
copying calmjs/testing/module2/index.js -> build/bdist.linux-aarch64/wheel/./calmjs/testing/module2
copying calmjs/testing/module2/helper.js -> build/bdist.linux-aarch64/wheel/./calmjs/testing/module2
copying calmjs/testing/module2/mod/helper.js -> build/bdist.linux-aarch64/wheel/./calmjs/testing/module2/mod
copying calmjs/tests/test_utils.py -> build/bdist.linux-aarch64/wheel/./calmjs/tests
copying calmjs/tests/test_yarn.py -> build/bdist.linux-aarch64/wheel/./calmjs/tests
copying calmjs/tests/test_interrogate.py -> build/bdist.linux-aarch64/wheel/./calmjs/tests
copying calmjs/tests/__init__.py -> build/bdist.linux-aarch64/wheel/./calmjs/tests
copying calmjs/tests/test_base.py -> build/bdist.linux-aarch64/wheel/./calmjs/tests
copying calmjs/tests/test_command.py -> build/bdist.linux-aarch64/wheel/./calmjs/tests
copying calmjs/tests/test_toolchain.py -> build/bdist.linux-aarch64/wheel/./calmjs/tests
copying calmjs/tests/test_module.py -> build/bdist.linux-aarch64/wheel/./calmjs/tests
copying calmjs/tests/test_argparse.py -> build/bdist.linux-aarch64/wheel/./calmjs/tests
copying calmjs/tests/test_dist.py -> build/bdist.linux-aarch64/wheel/./calmjs/tests
copying calmjs/tests/test_testing.py -> build/bdist.linux-aarch64/wheel/./calmjs/tests
copying calmjs/tests/test_vlqsm.py -> build/bdist.linux-aarch64/wheel/./calmjs/tests
copying calmjs/tests/test_indexer.py -> build/bdist.linux-aarch64/wheel/./calmjs/tests
copying calmjs/tests/test_registry.py -> build/bdist.linux-aarch64/wheel/./calmjs/tests
copying calmjs/tests/test_npm.py -> build/bdist.linux-aarch64/wheel/./calmjs/tests
copying calmjs/tests/test_artifact.py -> build/bdist.linux-aarch64/wheel/./calmjs/tests
copying calmjs/tests/test_runtime.py -> build/bdist.linux-aarch64/wheel/./calmjs/tests
copying calmjs/tests/test_loaderplugin.py -> build/bdist.linux-aarch64/wheel/./calmjs/tests
copying calmjs/tests/test_ui.py -> build/bdist.linux-aarch64/wheel/./calmjs/tests
copying calmjs/tests/test_cli.py -> build/bdist.linux-aarch64/wheel/./calmjs/tests
running install_egg_info
Copying src/calmjs.egg-info to build/bdist.linux-aarch64/wheel/./calmjs-3.4.4-py3.14.egg-info
Installing build/bdist.linux-aarch64/wheel/./calmjs-3.4.4-py3.14-nspkg.pth
running install_scripts
creating build/bdist.linux-aarch64/wheel/calmjs-3.4.4.dist-info/WHEEL
creating '/build/python-calmjs/src/calmjs-3.4.4/dist/.tmp-redfa2wf/calmjs-3.4.4-py2.py3-none-any.whl' and adding 'build/bdist.linux-aarch64/wheel' to it
adding 'calmjs-3.4.4-py3.14-nspkg.pth'
adding 'calmjs/README.rst'
adding 'calmjs/argparse.py'
adding 'calmjs/artifact.py'
adding 'calmjs/base.py'
adding 'calmjs/calmjs.py'
adding 'calmjs/cli.py'
adding 'calmjs/command.py'
adding 'calmjs/dist.py'
adding 'calmjs/exc.py'
adding 'calmjs/indexer.py'
adding 'calmjs/interrogate.py'
adding 'calmjs/loaderplugin.py'
adding 'calmjs/module.py'
adding 'calmjs/npm.py'
adding 'calmjs/registry.py'
adding 'calmjs/runtime.py'
adding 'calmjs/toolchain.py'
adding 'calmjs/ui.py'
adding 'calmjs/utils.py'
adding 'calmjs/vlqsm.py'
adding 'calmjs/yarn.py'
adding 'calmjs/testing/__init__.py'
adding 'calmjs/testing/artifact.py'
adding 'calmjs/testing/mocks.py'
adding 'calmjs/testing/module.py'
adding 'calmjs/testing/spec.py'
adding 'calmjs/testing/utils.py'
adding 'calmjs/testing/module1/__init__.py'
adding 'calmjs/testing/module1/hello.js'
adding 'calmjs/testing/module2/__init__.py'
adding 'calmjs/testing/module2/helper.js'
adding 'calmjs/testing/module2/index.js'
adding 'calmjs/testing/module2/mod/helper.js'
adding 'calmjs/testing/module3/__init__.py'
adding 'calmjs/testing/module3/math.js'
adding 'calmjs/testing/module3/module.py'
adding 'calmjs/testing/module3/runtime.py'
adding 'calmjs/testing/module3/mod/index.js'
adding 'calmjs/testing/module4/__init__.py'
adding 'calmjs/testing/module4/data.json'
adding 'calmjs/testing/module4/other.css'
adding 'calmjs/testing/module4/widget.js'
adding 'calmjs/testing/module4/widget.style'
adding 'calmjs/testing/names/typical.js'
adding 'calmjs/testing/names/unusual.js'
adding 'calmjs/tests/__init__.py'
adding 'calmjs/tests/test_argparse.py'
adding 'calmjs/tests/test_artifact.py'
adding 'calmjs/tests/test_base.py'
adding 'calmjs/tests/test_cli.py'
adding 'calmjs/tests/test_command.py'
adding 'calmjs/tests/test_dist.py'
adding 'calmjs/tests/test_indexer.py'
adding 'calmjs/tests/test_interrogate.py'
adding 'calmjs/tests/test_loaderplugin.py'
adding 'calmjs/tests/test_module.py'
adding 'calmjs/tests/test_npm.py'
adding 'calmjs/tests/test_registry.py'
adding 'calmjs/tests/test_runtime.py'
adding 'calmjs/tests/test_testing.py'
adding 'calmjs/tests/test_toolchain.py'
adding 'calmjs/tests/test_ui.py'
adding 'calmjs/tests/test_utils.py'
adding 'calmjs/tests/test_vlqsm.py'
adding 'calmjs/tests/test_yarn.py'
adding 'calmjs-3.4.4.dist-info/licenses/LICENSE'
adding 'calmjs-3.4.4.dist-info/METADATA'
adding 'calmjs-3.4.4.dist-info/WHEEL'
adding 'calmjs-3.4.4.dist-info/entry_points.txt'
adding 'calmjs-3.4.4.dist-info/namespace_packages.txt'
adding 'calmjs-3.4.4.dist-info/top_level.txt'
adding 'calmjs-3.4.4.dist-info/RECORD'
removing build/bdist.linux-aarch64/wheel
Successfully built calmjs-3.4.4-py2.py3-none-any.whl
==> Entering fakeroot environment...
==> Starting package()...
install: creating directory '/build/python-calmjs/pkg/python-calmjs/usr/share'
install: creating directory '/build/python-calmjs/pkg/python-calmjs/usr/share/doc'
install: creating directory '/build/python-calmjs/pkg/python-calmjs/usr/share/doc/python-calmjs'
'CHANGES.rst' -> '/build/python-calmjs/pkg/python-calmjs/usr/share/doc/python-calmjs/CHANGES.rst'
'README.rst' -> '/build/python-calmjs/pkg/python-calmjs/usr/share/doc/python-calmjs/README.rst'
==> Tidying install...
-> Removing libtool files...
-> Removing static library files...
-> Purging unwanted files...
-> Stripping unneeded symbols from binaries and libraries...
-> Compressing man and info pages...
==> Checking for packaging issues...
==> Creating package "python-calmjs"...
-> Generating .PKGINFO file...
-> Generating .BUILDINFO file...
-> Generating .MTREE file...
-> Compressing package...
==> Leaving fakeroot environment.
==> Finished making: python-calmjs 3.4.4-6 (Sun Jan 11 19:53:31 2026)
==> Cleaning up...
[?12l[?25h