>>> py3-watchdog: Building community/py3-watchdog 6.0.0-r0 (using abuild 3.14.1-r6) started Fri, 14 Feb 2025 08:01:39 +0000 >>> py3-watchdog: Validating /home/buildozer/aports/community/py3-watchdog/APKBUILD... >>> py3-watchdog: Analyzing dependencies... >>> py3-watchdog: Installing for build: build-base py3-yaml py3-gpep517 py3-setuptools py3-wheel (1/25) Installing libffi (3.4.6-r0) (2/25) Installing gdbm (1.24-r0) (3/25) Installing mpdecimal (4.0.0-r0) (4/25) Installing libpanelw (6.5_p20250118-r0) (5/25) Installing sqlite-libs (3.49.0-r1) (6/25) Installing python3 (3.12.9-r0) (7/25) Installing python3-pycache-pyc0 (3.12.9-r0) (8/25) Installing pyc (3.12.9-r0) (9/25) Installing py3-yaml-pyc (6.0.2-r0) (10/25) Installing python3-pyc (3.12.9-r0) (11/25) Installing yaml (0.2.5-r2) (12/25) Installing py3-yaml (6.0.2-r0) (13/25) Installing py3-installer (0.7.0-r2) (14/25) Installing py3-installer-pyc (0.7.0-r2) (15/25) Installing py3-gpep517 (16-r0) (16/25) Installing py3-gpep517-pyc (16-r0) (17/25) Installing py3-parsing (3.2.0-r0) (18/25) Installing py3-parsing-pyc (3.2.0-r0) (19/25) Installing py3-packaging (24.2-r0) (20/25) Installing py3-packaging-pyc (24.2-r0) (21/25) Installing py3-setuptools (70.3.0-r0) (22/25) Installing py3-setuptools-pyc (70.3.0-r0) (23/25) Installing py3-wheel (0.43.0-r0) (24/25) Installing py3-wheel-pyc (0.43.0-r0) (25/25) Installing .makedepends-py3-watchdog (20250214.080140) Executing busybox-1.37.0-r14.trigger OK: 449 MiB in 141 packages >>> py3-watchdog: Cleaning up srcdir >>> py3-watchdog: Cleaning up pkgdir >>> py3-watchdog: Cleaning up tmpdir >>> py3-watchdog: Fetching https://distfiles.alpinelinux.org/distfiles/edge/watchdog-6.0.0.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 >>> py3-watchdog: Fetching https://files.pythonhosted.org/packages/source/w/watchdog/watchdog-6.0.0.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 128k 100 128k 0 0 1977k 0 --:--:-- --:--:-- --:--:-- 1977k >>> py3-watchdog: Fetching https://distfiles.alpinelinux.org/distfiles/edge/watchdog-6.0.0.tar.gz >>> py3-watchdog: Checking sha512sums... watchdog-6.0.0.tar.gz: OK >>> py3-watchdog: Unpacking /var/cache/distfiles/edge/watchdog-6.0.0.tar.gz... 2025-02-14 08:01:41,895 gpep517 INFO Building wheel via backend setuptools.build_meta:__legacy__ 2025-02-14 08:01:41,917 root INFO running bdist_wheel 2025-02-14 08:01:41,926 root INFO running build 2025-02-14 08:01:41,926 root INFO running build_py 2025-02-14 08:01:41,928 root INFO creating build 2025-02-14 08:01:41,928 root INFO creating build/lib 2025-02-14 08:01:41,928 root INFO creating build/lib/watchdog 2025-02-14 08:01:41,928 root INFO copying src/watchdog/version.py -> build/lib/watchdog 2025-02-14 08:01:41,929 root INFO copying src/watchdog/__init__.py -> build/lib/watchdog 2025-02-14 08:01:41,929 root INFO copying src/watchdog/watchmedo.py -> build/lib/watchdog 2025-02-14 08:01:41,929 root INFO copying src/watchdog/events.py -> build/lib/watchdog 2025-02-14 08:01:41,930 root INFO creating build/lib/watchdog/utils 2025-02-14 08:01:41,930 root INFO copying src/watchdog/utils/dirsnapshot.py -> build/lib/watchdog/utils 2025-02-14 08:01:41,930 root INFO copying src/watchdog/utils/event_debouncer.py -> build/lib/watchdog/utils 2025-02-14 08:01:41,930 root INFO copying src/watchdog/utils/platform.py -> build/lib/watchdog/utils 2025-02-14 08:01:41,931 root INFO copying src/watchdog/utils/__init__.py -> build/lib/watchdog/utils 2025-02-14 08:01:41,931 root INFO copying src/watchdog/utils/patterns.py -> build/lib/watchdog/utils 2025-02-14 08:01:41,931 root INFO copying src/watchdog/utils/process_watcher.py -> build/lib/watchdog/utils 2025-02-14 08:01:41,931 root INFO copying src/watchdog/utils/bricks.py -> build/lib/watchdog/utils 2025-02-14 08:01:41,931 root INFO copying src/watchdog/utils/echo.py -> build/lib/watchdog/utils 2025-02-14 08:01:41,932 root INFO copying src/watchdog/utils/delayed_queue.py -> build/lib/watchdog/utils 2025-02-14 08:01:41,932 root INFO creating build/lib/watchdog/tricks 2025-02-14 08:01:41,932 root INFO copying src/watchdog/tricks/__init__.py -> build/lib/watchdog/tricks 2025-02-14 08:01:41,932 root INFO creating build/lib/watchdog/observers 2025-02-14 08:01:41,932 root INFO copying src/watchdog/observers/inotify.py -> build/lib/watchdog/observers 2025-02-14 08:01:41,933 root INFO copying src/watchdog/observers/fsevents2.py -> build/lib/watchdog/observers 2025-02-14 08:01:41,933 root INFO copying src/watchdog/observers/inotify_buffer.py -> build/lib/watchdog/observers 2025-02-14 08:01:41,933 root INFO copying src/watchdog/observers/polling.py -> build/lib/watchdog/observers 2025-02-14 08:01:41,933 root INFO copying src/watchdog/observers/fsevents.py -> build/lib/watchdog/observers 2025-02-14 08:01:41,934 root INFO copying src/watchdog/observers/__init__.py -> build/lib/watchdog/observers 2025-02-14 08:01:41,934 root INFO copying src/watchdog/observers/api.py -> build/lib/watchdog/observers 2025-02-14 08:01:41,934 root INFO copying src/watchdog/observers/kqueue.py -> build/lib/watchdog/observers 2025-02-14 08:01:41,934 root INFO copying src/watchdog/observers/read_directory_changes.py -> build/lib/watchdog/observers 2025-02-14 08:01:41,934 root INFO copying src/watchdog/observers/winapi.py -> build/lib/watchdog/observers 2025-02-14 08:01:41,935 root INFO copying src/watchdog/observers/inotify_c.py -> build/lib/watchdog/observers 2025-02-14 08:01:41,935 root INFO running egg_info 2025-02-14 08:01:41,936 root INFO writing src/watchdog.egg-info/PKG-INFO 2025-02-14 08:01:41,937 root INFO writing dependency_links to src/watchdog.egg-info/dependency_links.txt 2025-02-14 08:01:41,937 root INFO writing entry points to src/watchdog.egg-info/entry_points.txt 2025-02-14 08:01:41,938 root INFO writing requirements to src/watchdog.egg-info/requires.txt 2025-02-14 08:01:41,938 root INFO writing top-level names to src/watchdog.egg-info/top_level.txt 2025-02-14 08:01:41,940 root INFO reading manifest file 'src/watchdog.egg-info/SOURCES.txt' 2025-02-14 08:01:41,941 root INFO reading manifest template 'MANIFEST.in' 2025-02-14 08:01:41,943 root WARNING warning: no files found matching '*.h' under directory 'src' 2025-02-14 08:01:41,944 root WARNING warning: no files found matching 'docs/*.txt' 2025-02-14 08:01:41,945 root INFO adding license file 'LICENSE' 2025-02-14 08:01:41,945 root INFO adding license file 'COPYING' 2025-02-14 08:01:41,945 root INFO adding license file 'AUTHORS' 2025-02-14 08:01:41,947 root INFO writing manifest file 'src/watchdog.egg-info/SOURCES.txt' 2025-02-14 08:01:41,947 root INFO copying src/watchdog/py.typed -> build/lib/watchdog 2025-02-14 08:01:41,952 root INFO installing to build/bdist.linux-i686/wheel 2025-02-14 08:01:41,952 root INFO running install 2025-02-14 08:01:41,961 root INFO running install_lib 2025-02-14 08:01:41,963 root INFO creating build/bdist.linux-i686 2025-02-14 08:01:41,963 root INFO creating build/bdist.linux-i686/wheel 2025-02-14 08:01:41,963 root INFO creating build/bdist.linux-i686/wheel/watchdog 2025-02-14 08:01:41,963 root INFO creating build/bdist.linux-i686/wheel/watchdog/utils 2025-02-14 08:01:41,963 root INFO copying build/lib/watchdog/utils/dirsnapshot.py -> build/bdist.linux-i686/wheel/watchdog/utils 2025-02-14 08:01:41,963 root INFO copying build/lib/watchdog/utils/event_debouncer.py -> build/bdist.linux-i686/wheel/watchdog/utils 2025-02-14 08:01:41,964 root INFO copying build/lib/watchdog/utils/platform.py -> build/bdist.linux-i686/wheel/watchdog/utils 2025-02-14 08:01:41,964 root INFO copying build/lib/watchdog/utils/__init__.py -> build/bdist.linux-i686/wheel/watchdog/utils 2025-02-14 08:01:41,964 root INFO copying build/lib/watchdog/utils/patterns.py -> build/bdist.linux-i686/wheel/watchdog/utils 2025-02-14 08:01:41,964 root INFO copying build/lib/watchdog/utils/process_watcher.py -> build/bdist.linux-i686/wheel/watchdog/utils 2025-02-14 08:01:41,964 root INFO copying build/lib/watchdog/utils/bricks.py -> build/bdist.linux-i686/wheel/watchdog/utils 2025-02-14 08:01:41,965 root INFO copying build/lib/watchdog/utils/echo.py -> build/bdist.linux-i686/wheel/watchdog/utils 2025-02-14 08:01:41,965 root INFO copying build/lib/watchdog/utils/delayed_queue.py -> build/bdist.linux-i686/wheel/watchdog/utils 2025-02-14 08:01:41,965 root INFO copying build/lib/watchdog/version.py -> build/bdist.linux-i686/wheel/watchdog 2025-02-14 08:01:41,965 root INFO copying build/lib/watchdog/__init__.py -> build/bdist.linux-i686/wheel/watchdog 2025-02-14 08:01:41,965 root INFO creating build/bdist.linux-i686/wheel/watchdog/tricks 2025-02-14 08:01:41,965 root INFO copying build/lib/watchdog/tricks/__init__.py -> build/bdist.linux-i686/wheel/watchdog/tricks 2025-02-14 08:01:41,966 root INFO copying build/lib/watchdog/watchmedo.py -> build/bdist.linux-i686/wheel/watchdog 2025-02-14 08:01:41,966 root INFO copying build/lib/watchdog/py.typed -> build/bdist.linux-i686/wheel/watchdog 2025-02-14 08:01:41,966 root INFO creating build/bdist.linux-i686/wheel/watchdog/observers 2025-02-14 08:01:41,966 root INFO copying build/lib/watchdog/observers/inotify.py -> build/bdist.linux-i686/wheel/watchdog/observers 2025-02-14 08:01:41,966 root INFO copying build/lib/watchdog/observers/fsevents2.py -> build/bdist.linux-i686/wheel/watchdog/observers 2025-02-14 08:01:41,967 root INFO copying build/lib/watchdog/observers/inotify_buffer.py -> build/bdist.linux-i686/wheel/watchdog/observers 2025-02-14 08:01:41,967 root INFO copying build/lib/watchdog/observers/polling.py -> build/bdist.linux-i686/wheel/watchdog/observers 2025-02-14 08:01:41,967 root INFO copying build/lib/watchdog/observers/fsevents.py -> build/bdist.linux-i686/wheel/watchdog/observers 2025-02-14 08:01:41,967 root INFO copying build/lib/watchdog/observers/__init__.py -> build/bdist.linux-i686/wheel/watchdog/observers 2025-02-14 08:01:41,967 root INFO copying build/lib/watchdog/observers/api.py -> build/bdist.linux-i686/wheel/watchdog/observers 2025-02-14 08:01:41,967 root INFO copying build/lib/watchdog/observers/kqueue.py -> build/bdist.linux-i686/wheel/watchdog/observers 2025-02-14 08:01:41,968 root INFO copying build/lib/watchdog/observers/read_directory_changes.py -> build/bdist.linux-i686/wheel/watchdog/observers 2025-02-14 08:01:41,968 root INFO copying build/lib/watchdog/observers/winapi.py -> build/bdist.linux-i686/wheel/watchdog/observers 2025-02-14 08:01:41,968 root INFO copying build/lib/watchdog/observers/inotify_c.py -> build/bdist.linux-i686/wheel/watchdog/observers 2025-02-14 08:01:41,968 root INFO copying build/lib/watchdog/events.py -> build/bdist.linux-i686/wheel/watchdog 2025-02-14 08:01:41,968 root INFO running install_egg_info 2025-02-14 08:01:41,970 root INFO Copying src/watchdog.egg-info to build/bdist.linux-i686/wheel/watchdog-6.0.0-py3.12.egg-info 2025-02-14 08:01:41,971 root INFO running install_scripts 2025-02-14 08:01:41,976 root INFO creating build/bdist.linux-i686/wheel/watchdog-6.0.0.dist-info/WHEEL 2025-02-14 08:01:41,976 wheel INFO creating '/home/buildozer/aports/community/py3-watchdog/src/watchdog-6.0.0/.dist/.tmp-zz7qvdyu/watchdog-6.0.0-py3-none-any.whl' and adding 'build/bdist.linux-i686/wheel' to it 2025-02-14 08:01:41,976 wheel INFO adding 'watchdog/__init__.py' 2025-02-14 08:01:41,977 wheel INFO adding 'watchdog/events.py' 2025-02-14 08:01:41,977 wheel INFO adding 'watchdog/py.typed' 2025-02-14 08:01:41,977 wheel INFO adding 'watchdog/version.py' 2025-02-14 08:01:41,977 wheel INFO adding 'watchdog/watchmedo.py' 2025-02-14 08:01:41,978 wheel INFO adding 'watchdog/observers/__init__.py' 2025-02-14 08:01:41,978 wheel INFO adding 'watchdog/observers/api.py' 2025-02-14 08:01:41,978 wheel INFO adding 'watchdog/observers/fsevents.py' 2025-02-14 08:01:41,978 wheel INFO adding 'watchdog/observers/fsevents2.py' 2025-02-14 08:01:41,979 wheel INFO adding 'watchdog/observers/inotify.py' 2025-02-14 08:01:41,979 wheel INFO adding 'watchdog/observers/inotify_buffer.py' 2025-02-14 08:01:41,979 wheel INFO adding 'watchdog/observers/inotify_c.py' 2025-02-14 08:01:41,979 wheel INFO adding 'watchdog/observers/kqueue.py' 2025-02-14 08:01:41,980 wheel INFO adding 'watchdog/observers/polling.py' 2025-02-14 08:01:41,980 wheel INFO adding 'watchdog/observers/read_directory_changes.py' 2025-02-14 08:01:41,980 wheel INFO adding 'watchdog/observers/winapi.py' 2025-02-14 08:01:41,980 wheel INFO adding 'watchdog/tricks/__init__.py' 2025-02-14 08:01:41,981 wheel INFO adding 'watchdog/utils/__init__.py' 2025-02-14 08:01:41,981 wheel INFO adding 'watchdog/utils/bricks.py' 2025-02-14 08:01:41,981 wheel INFO adding 'watchdog/utils/delayed_queue.py' 2025-02-14 08:01:41,981 wheel INFO adding 'watchdog/utils/dirsnapshot.py' 2025-02-14 08:01:41,981 wheel INFO adding 'watchdog/utils/echo.py' 2025-02-14 08:01:41,982 wheel INFO adding 'watchdog/utils/event_debouncer.py' 2025-02-14 08:01:41,982 wheel INFO adding 'watchdog/utils/patterns.py' 2025-02-14 08:01:41,982 wheel INFO adding 'watchdog/utils/platform.py' 2025-02-14 08:01:41,982 wheel INFO adding 'watchdog/utils/process_watcher.py' 2025-02-14 08:01:41,982 wheel INFO adding 'watchdog-6.0.0.dist-info/AUTHORS' 2025-02-14 08:01:41,983 wheel INFO adding 'watchdog-6.0.0.dist-info/COPYING' 2025-02-14 08:01:41,983 wheel INFO adding 'watchdog-6.0.0.dist-info/LICENSE' 2025-02-14 08:01:41,983 wheel INFO adding 'watchdog-6.0.0.dist-info/METADATA' 2025-02-14 08:01:41,983 wheel INFO adding 'watchdog-6.0.0.dist-info/WHEEL' 2025-02-14 08:01:41,983 wheel INFO adding 'watchdog-6.0.0.dist-info/entry_points.txt' 2025-02-14 08:01:41,984 wheel INFO adding 'watchdog-6.0.0.dist-info/top_level.txt' 2025-02-14 08:01:41,984 wheel INFO adding 'watchdog-6.0.0.dist-info/RECORD' 2025-02-14 08:01:41,984 root INFO removing build/bdist.linux-i686/wheel 2025-02-14 08:01:41,985 gpep517 INFO The backend produced .dist/watchdog-6.0.0-py3-none-any.whl watchdog-6.0.0-py3-none-any.whl >>> WARNING: py3-watchdog: APKBUILD does not run any tests! Alpine policy will soon require that packages have any relevant testsuites run during the build process. To fix, either define a check() function, or declare !check in $options to indicate the package does not have a testsuite. >>> py3-watchdog: Entering fakeroot... >>> py3-watchdog-pyc*: Running split function pyc... 'usr/lib/python3.12/site-packages/watchdog/__pycache__' -> '/home/buildozer/aports/community/py3-watchdog/pkg/py3-watchdog-pyc/usr/lib/python3.12/site-packages/watchdog/__pycache__' 'usr/lib/python3.12/site-packages/watchdog/utils/__pycache__' -> '/home/buildozer/aports/community/py3-watchdog/pkg/py3-watchdog-pyc/usr/lib/python3.12/site-packages/watchdog/utils/__pycache__' 'usr/lib/python3.12/site-packages/watchdog/tricks/__pycache__' -> '/home/buildozer/aports/community/py3-watchdog/pkg/py3-watchdog-pyc/usr/lib/python3.12/site-packages/watchdog/tricks/__pycache__' 'usr/lib/python3.12/site-packages/watchdog/observers/__pycache__' -> '/home/buildozer/aports/community/py3-watchdog/pkg/py3-watchdog-pyc/usr/lib/python3.12/site-packages/watchdog/observers/__pycache__' >>> py3-watchdog-pyc*: Preparing subpackage py3-watchdog-pyc... >>> py3-watchdog-pyc*: Running postcheck for py3-watchdog-pyc >>> py3-watchdog*: Running postcheck for py3-watchdog >>> py3-watchdog*: Preparing package py3-watchdog... >>> py3-watchdog-pyc*: Tracing dependencies... py3-yaml python3~3.12 >>> py3-watchdog-pyc*: Package size: 258.0 KB >>> py3-watchdog-pyc*: Compressing data... >>> py3-watchdog-pyc*: Create checksum... >>> py3-watchdog-pyc*: Create py3-watchdog-pyc-6.0.0-r0.apk >>> py3-watchdog*: Tracing dependencies... py3-yaml python3~3.12 >>> py3-watchdog*: Package size: 263.2 KB >>> py3-watchdog*: Compressing data... >>> py3-watchdog*: Create checksum... >>> py3-watchdog*: Create py3-watchdog-6.0.0-r0.apk >>> py3-watchdog: Build complete at Fri, 14 Feb 2025 08:01:42 +0000 elapsed time 0h 0m 3s >>> py3-watchdog: Cleaning up srcdir >>> py3-watchdog: Cleaning up pkgdir >>> py3-watchdog: Uninstalling dependencies... (1/25) Purging .makedepends-py3-watchdog (20250214.080140) (2/25) Purging py3-yaml-pyc (6.0.2-r0) (3/25) Purging py3-yaml (6.0.2-r0) (4/25) Purging py3-gpep517-pyc (16-r0) (5/25) Purging py3-gpep517 (16-r0) (6/25) Purging py3-installer-pyc (0.7.0-r2) (7/25) Purging py3-installer (0.7.0-r2) (8/25) Purging py3-setuptools-pyc (70.3.0-r0) (9/25) Purging py3-setuptools (70.3.0-r0) (10/25) Purging py3-wheel-pyc (0.43.0-r0) (11/25) Purging py3-wheel (0.43.0-r0) (12/25) Purging py3-packaging-pyc (24.2-r0) (13/25) Purging py3-packaging (24.2-r0) (14/25) Purging py3-parsing-pyc (3.2.0-r0) (15/25) Purging py3-parsing (3.2.0-r0) (16/25) Purging python3-pyc (3.12.9-r0) (17/25) Purging python3-pycache-pyc0 (3.12.9-r0) (18/25) Purging pyc (3.12.9-r0) (19/25) Purging python3 (3.12.9-r0) (20/25) Purging gdbm (1.24-r0) (21/25) Purging libffi (3.4.6-r0) (22/25) Purging libpanelw (6.5_p20250118-r0) (23/25) Purging mpdecimal (4.0.0-r0) (24/25) Purging sqlite-libs (3.49.0-r1) (25/25) Purging yaml (0.2.5-r2) Executing busybox-1.37.0-r14.trigger OK: 403 MiB in 116 packages >>> py3-watchdog: Updating the community/x86 repository index... >>> py3-watchdog: Signing the index...