>>> py3-dotenv: Building main/py3-dotenv 1.2.2-r0 (using abuild 3.17.0-r0) started Sat, 06 Jun 2026 18:13:13 +0000 >>> py3-dotenv: Validating /home/buildozer/aports/main/py3-dotenv/APKBUILD... >>> py3-dotenv: Analyzing dependencies... >>> py3-dotenv: Installing for build: build-base python3 py3-setuptools py3-gpep517 py3-pytest py3-click py3-sortedcontainers ( 1/37) Installing libbz2 (1.0.8-r6) ( 2/37) Installing libffi (3.5.2-r1) ( 3/37) Installing gdbm (1.26-r0) ( 4/37) Installing xz-libs (5.8.3-r0) ( 5/37) Installing mpdecimal (4.0.1-r0) ( 6/37) Installing libpanelw (6.6_p20260516-r0) ( 7/37) Installing readline (8.3.3-r1) ( 8/37) Installing sqlite-libs (3.53.2-r0) ( 9/37) Installing python3 (3.14.3-r0) (10/37) Installing python3-pycache-pyc0 (3.14.3-r0) (11/37) Installing pyc (3.14.3-r0) (12/37) Installing python3-pyc (3.14.3-r0) (13/37) Installing py3-parsing (3.3.2-r1) (14/37) Installing py3-parsing-pyc (3.3.2-r1) (15/37) Installing py3-packaging (26.2-r0) (16/37) Installing py3-packaging-pyc (26.2-r0) (17/37) Installing py3-setuptools (82.0.1-r1) (18/37) Installing py3-setuptools-pyc (82.0.1-r1) (19/37) Installing py3-installer (1.0.0-r0) (20/37) Installing py3-installer-pyc (1.0.0-r0) (21/37) Installing py3-gpep517 (19-r2) (22/37) Installing py3-gpep517-pyc (19-r2) (23/37) Installing py3-iniconfig (2.3.0-r1) (24/37) Installing py3-iniconfig-pyc (2.3.0-r1) (25/37) Installing py3-pluggy (1.6.0-r1) (26/37) Installing py3-pluggy-pyc (1.6.0-r1) (27/37) Installing py3-py (1.11.0-r5) (28/37) Installing py3-py-pyc (1.11.0-r5) (29/37) Installing py3-pygments (2.20.0-r0) (30/37) Installing py3-pygments-pyc (2.20.0-r0) (31/37) Installing py3-pytest (9.0.3-r0) (32/37) Installing py3-pytest-pyc (9.0.3-r0) (33/37) Installing py3-click (8.3.3-r1) (34/37) Installing py3-click-pyc (8.3.3-r1) (35/37) Installing py3-sortedcontainers (2.4.0-r6) (36/37) Installing py3-sortedcontainers-pyc (2.4.0-r6) (37/37) Installing .makedepends-py3-dotenv (20260606.181314) Executing busybox-1.37.0-r31.trigger OK: 485.4 MiB in 142 packages >>> py3-dotenv: Cleaning up srcdir >>> py3-dotenv: Cleaning up pkgdir >>> py3-dotenv: Cleaning up tmpdir >>> py3-dotenv: Fetching https://distfiles.alpinelinux.org/distfiles/edge/py3-dotenv-1.2.2.tar.gz Connecting to distfiles.alpinelinux.org (172.105.82.32:443) wget: server returned error: HTTP/1.1 404 Not Found >>> py3-dotenv: Fetching py3-dotenv-1.2.2.tar.gz::https://github.com/theskumar/python-dotenv/archive/v1.2.2.tar.gz Connecting to github.com (140.82.113.4:443) Connecting to codeload.github.com (140.82.114.10:443) saving to '/var/cache/distfiles/edge/py3-dotenv-1.2.2.tar.gz.part' py3-dotenv-1.2.2.tar 100% |********************************| 32423 0:00:00 ETA '/var/cache/distfiles/edge/py3-dotenv-1.2.2.tar.gz.part' saved /var/cache/distfiles/edge/py3-dotenv-1.2.2.tar.gz: OK >>> py3-dotenv: Fetching https://distfiles.alpinelinux.org/distfiles/edge/py3-dotenv-1.2.2.tar.gz /var/cache/distfiles/edge/py3-dotenv-1.2.2.tar.gz: OK >>> py3-dotenv: Unpacking /var/cache/distfiles/edge/py3-dotenv-1.2.2.tar.gz... 2026-06-06 18:13:15,933 gpep517 INFO Building wheel via backend setuptools.build_meta /usr/lib/python3.14/site-packages/setuptools/config/_apply_pyprojecttoml.py:82: SetuptoolsDeprecationWarning: `project.license` as a TOML table is deprecated !! ******************************************************************************** Please use a simple string containing a SPDX expression for `project.license`. You can also use `project.license-files`. (Both options available on setuptools>=77.0.0). By 2027-Feb-18, you need to update your project and remove deprecated calls or your builds will no longer be supported. See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details. ******************************************************************************** !! corresp(dist, value, root_dir) 2026-06-06 18:13:15,985 root INFO running bdist_wheel 2026-06-06 18:13:15,999 root INFO running build 2026-06-06 18:13:15,999 root INFO running build_py 2026-06-06 18:13:16,003 root INFO creating build/lib/dotenv 2026-06-06 18:13:16,003 root INFO copying src/dotenv/variables.py -> build/lib/dotenv 2026-06-06 18:13:16,003 root INFO copying src/dotenv/parser.py -> build/lib/dotenv 2026-06-06 18:13:16,003 root INFO copying src/dotenv/version.py -> build/lib/dotenv 2026-06-06 18:13:16,004 root INFO copying src/dotenv/__init__.py -> build/lib/dotenv 2026-06-06 18:13:16,004 root INFO copying src/dotenv/__main__.py -> build/lib/dotenv 2026-06-06 18:13:16,004 root INFO copying src/dotenv/cli.py -> build/lib/dotenv 2026-06-06 18:13:16,005 root INFO copying src/dotenv/main.py -> build/lib/dotenv 2026-06-06 18:13:16,005 root INFO copying src/dotenv/ipython.py -> build/lib/dotenv 2026-06-06 18:13:16,005 root INFO running egg_info 2026-06-06 18:13:16,008 root INFO creating src/python_dotenv.egg-info 2026-06-06 18:13:16,008 root INFO writing src/python_dotenv.egg-info/PKG-INFO 2026-06-06 18:13:16,009 root INFO writing dependency_links to src/python_dotenv.egg-info/dependency_links.txt 2026-06-06 18:13:16,009 root INFO writing entry points to src/python_dotenv.egg-info/entry_points.txt 2026-06-06 18:13:16,010 root INFO writing requirements to src/python_dotenv.egg-info/requires.txt 2026-06-06 18:13:16,010 root INFO writing top-level names to src/python_dotenv.egg-info/top_level.txt 2026-06-06 18:13:16,010 root INFO writing manifest file 'src/python_dotenv.egg-info/SOURCES.txt' 2026-06-06 18:13:16,015 root INFO reading manifest file 'src/python_dotenv.egg-info/SOURCES.txt' 2026-06-06 18:13:16,015 root INFO reading manifest template 'MANIFEST.in' 2026-06-06 18:13:16,016 root WARNING warning: no files found matching '.coveragerc' 2026-06-06 18:13:16,017 root INFO adding license file 'LICENSE' 2026-06-06 18:13:16,018 root INFO writing manifest file 'src/python_dotenv.egg-info/SOURCES.txt' 2026-06-06 18:13:16,019 root INFO copying src/dotenv/py.typed -> build/lib/dotenv 2026-06-06 18:13:16,025 root INFO installing to build/bdist.linux-i686/wheel 2026-06-06 18:13:16,025 root INFO running install 2026-06-06 18:13:16,036 root INFO running install_lib 2026-06-06 18:13:16,038 root INFO creating build/bdist.linux-i686/wheel 2026-06-06 18:13:16,039 root INFO creating build/bdist.linux-i686/wheel/dotenv 2026-06-06 18:13:16,039 root INFO copying build/lib/dotenv/variables.py -> build/bdist.linux-i686/wheel/./dotenv 2026-06-06 18:13:16,039 root INFO copying build/lib/dotenv/parser.py -> build/bdist.linux-i686/wheel/./dotenv 2026-06-06 18:13:16,039 root INFO copying build/lib/dotenv/version.py -> build/bdist.linux-i686/wheel/./dotenv 2026-06-06 18:13:16,040 root INFO copying build/lib/dotenv/__init__.py -> build/bdist.linux-i686/wheel/./dotenv 2026-06-06 18:13:16,040 root INFO copying build/lib/dotenv/__main__.py -> build/bdist.linux-i686/wheel/./dotenv 2026-06-06 18:13:16,040 root INFO copying build/lib/dotenv/py.typed -> build/bdist.linux-i686/wheel/./dotenv 2026-06-06 18:13:16,040 root INFO copying build/lib/dotenv/cli.py -> build/bdist.linux-i686/wheel/./dotenv 2026-06-06 18:13:16,041 root INFO copying build/lib/dotenv/main.py -> build/bdist.linux-i686/wheel/./dotenv 2026-06-06 18:13:16,041 root INFO copying build/lib/dotenv/ipython.py -> build/bdist.linux-i686/wheel/./dotenv 2026-06-06 18:13:16,041 root INFO running install_egg_info 2026-06-06 18:13:16,044 root INFO Copying src/python_dotenv.egg-info to build/bdist.linux-i686/wheel/./python_dotenv-1.2.2-py3.14.egg-info 2026-06-06 18:13:16,045 root INFO running install_scripts 2026-06-06 18:13:16,047 root INFO creating build/bdist.linux-i686/wheel/python_dotenv-1.2.2.dist-info/WHEEL 2026-06-06 18:13:16,047 wheel INFO creating '/home/buildozer/aports/main/py3-dotenv/src/python-dotenv-1.2.2/.dist/.tmp-poe2_pty/python_dotenv-1.2.2-py3-none-any.whl' and adding 'build/bdist.linux-i686/wheel' to it 2026-06-06 18:13:16,048 wheel INFO adding 'dotenv/__init__.py' 2026-06-06 18:13:16,048 wheel INFO adding 'dotenv/__main__.py' 2026-06-06 18:13:16,048 wheel INFO adding 'dotenv/cli.py' 2026-06-06 18:13:16,049 wheel INFO adding 'dotenv/ipython.py' 2026-06-06 18:13:16,049 wheel INFO adding 'dotenv/main.py' 2026-06-06 18:13:16,049 wheel INFO adding 'dotenv/parser.py' 2026-06-06 18:13:16,049 wheel INFO adding 'dotenv/py.typed' 2026-06-06 18:13:16,050 wheel INFO adding 'dotenv/variables.py' 2026-06-06 18:13:16,050 wheel INFO adding 'dotenv/version.py' 2026-06-06 18:13:16,050 wheel INFO adding 'python_dotenv-1.2.2.dist-info/licenses/LICENSE' 2026-06-06 18:13:16,050 wheel INFO adding 'python_dotenv-1.2.2.dist-info/METADATA' 2026-06-06 18:13:16,051 wheel INFO adding 'python_dotenv-1.2.2.dist-info/WHEEL' 2026-06-06 18:13:16,051 wheel INFO adding 'python_dotenv-1.2.2.dist-info/entry_points.txt' 2026-06-06 18:13:16,051 wheel INFO adding 'python_dotenv-1.2.2.dist-info/top_level.txt' 2026-06-06 18:13:16,051 wheel INFO adding 'python_dotenv-1.2.2.dist-info/RECORD' 2026-06-06 18:13:16,052 root INFO removing build/bdist.linux-i686/wheel 2026-06-06 18:13:16,052 gpep517 INFO The backend produced .dist/python_dotenv-1.2.2-py3-none-any.whl python_dotenv-1.2.2-py3-none-any.whl ============================= test session starts ============================== platform linux -- Python 3.14.3, pytest-9.0.3, pluggy-1.6.0 rootdir: /home/buildozer/aports/main/py3-dotenv/src/python-dotenv-1.2.2 configfile: pyproject.toml testpaths: tests collected 216 items / 1 deselected / 1 skipped / 215 selected tests/test_cli.py ...................................... [ 17%] tests/test_fifo_dotenv.py . [ 18%] tests/test_is_interactive.py .......... [ 22%] tests/test_main.py ..................................................... [ 47%] ............................................................. [ 75%] tests/test_parser.py ........................................... [ 95%] tests/test_utils.py . [ 96%] tests/test_variables.py ...... [ 99%] tests/test_zip_imports.py .. [100%] ================= 215 passed, 1 skipped, 1 deselected in 1.92s ================= >>> py3-dotenv: Entering fakeroot... >>> py3-dotenv-pyc*: Running split function pyc... 'usr/lib/python3.14/site-packages/dotenv/__pycache__' -> '/home/buildozer/aports/main/py3-dotenv/pkg/py3-dotenv-pyc/usr/lib/python3.14/site-packages/dotenv/__pycache__' >>> py3-dotenv-pyc*: Preparing subpackage py3-dotenv-pyc... >>> py3-dotenv-pyc*: Running postcheck for py3-dotenv-pyc >>> dotenv*: Running split function cli... 'usr/bin/dotenv' -> '/home/buildozer/aports/main/py3-dotenv/pkg/dotenv/usr/bin/dotenv' >>> dotenv*: Preparing subpackage dotenv... >>> dotenv*: Running postcheck for dotenv >>> py3-dotenv*: Running postcheck for py3-dotenv >>> py3-dotenv*: Preparing package py3-dotenv... >>> dotenv*: Tracing dependencies... py3-dotenv py3-click >>> dotenv*: Package size: 212.0 B >>> dotenv*: Compressing data... >>> dotenv*: Create checksum... >>> dotenv*: Create dotenv-1.2.2-r0.apk >>> py3-dotenv-pyc*: Tracing dependencies... python3~3.14 >>> py3-dotenv-pyc*: Package size: 60.2 KB >>> py3-dotenv-pyc*: Compressing data... >>> py3-dotenv-pyc*: Create checksum... >>> py3-dotenv-pyc*: Create py3-dotenv-pyc-1.2.2-r0.apk >>> py3-dotenv*: Tracing dependencies... python3 python3~3.14 >>> py3-dotenv*: Package size: 60.5 KB >>> py3-dotenv*: Compressing data... >>> py3-dotenv*: Create checksum... >>> py3-dotenv*: Create py3-dotenv-1.2.2-r0.apk >>> py3-dotenv: Build complete at Sat, 06 Jun 2026 18:13:19 +0000 elapsed time 0h 0m 6s >>> py3-dotenv: Cleaning up srcdir >>> py3-dotenv: Cleaning up pkgdir >>> py3-dotenv: Cleaning up tmpdir >>> py3-dotenv: Uninstalling dependencies... ( 1/37) Purging .makedepends-py3-dotenv (20260606.181314) ( 2/37) Purging py3-setuptools-pyc (82.0.1-r1) ( 3/37) Purging py3-setuptools (82.0.1-r1) ( 4/37) Purging py3-gpep517-pyc (19-r2) ( 5/37) Purging py3-gpep517 (19-r2) ( 6/37) Purging py3-installer-pyc (1.0.0-r0) ( 7/37) Purging py3-installer (1.0.0-r0) ( 8/37) Purging py3-pytest-pyc (9.0.3-r0) ( 9/37) Purging py3-pytest (9.0.3-r0) (10/37) Purging py3-iniconfig-pyc (2.3.0-r1) (11/37) Purging py3-iniconfig (2.3.0-r1) (12/37) Purging py3-packaging-pyc (26.2-r0) (13/37) Purging py3-packaging (26.2-r0) (14/37) Purging py3-parsing-pyc (3.3.2-r1) (15/37) Purging py3-parsing (3.3.2-r1) (16/37) Purging py3-pluggy-pyc (1.6.0-r1) (17/37) Purging py3-pluggy (1.6.0-r1) (18/37) Purging py3-py-pyc (1.11.0-r5) (19/37) Purging py3-py (1.11.0-r5) (20/37) Purging py3-pygments-pyc (2.20.0-r0) (21/37) Purging py3-pygments (2.20.0-r0) (22/37) Purging py3-click-pyc (8.3.3-r1) (23/37) Purging py3-click (8.3.3-r1) (24/37) Purging py3-sortedcontainers-pyc (2.4.0-r6) (25/37) Purging py3-sortedcontainers (2.4.0-r6) (26/37) Purging python3-pyc (3.14.3-r0) (27/37) Purging python3-pycache-pyc0 (3.14.3-r0) (28/37) Purging pyc (3.14.3-r0) (29/37) Purging python3 (3.14.3-r0) (30/37) Purging gdbm (1.26-r0) (31/37) Purging libbz2 (1.0.8-r6) (32/37) Purging libffi (3.5.2-r1) (33/37) Purging libpanelw (6.6_p20260516-r0) (34/37) Purging mpdecimal (4.0.1-r0) (35/37) Purging readline (8.3.3-r1) (36/37) Purging sqlite-libs (3.53.2-r0) (37/37) Purging xz-libs (5.8.3-r0) Executing busybox-1.37.0-r31.trigger OK: 426.1 MiB in 105 packages >>> py3-dotenv: Updating the main/x86 repository index... >>> py3-dotenv: Signing the index...