>>> py3-ciso8601: Building testing/py3-ciso8601 2.2.0-r0 (using abuild 3.9.0-r0) started Mon, 10 Jan 2022 19:12:37 +0000 >>> py3-ciso8601: Checking sanity of /home/buildozer/aports/testing/py3-ciso8601/APKBUILD... >>> py3-ciso8601: Analyzing dependencies... >>> py3-ciso8601: Installing for build: build-base python3 python3-dev py3-setuptools py3-tz (1/17) Installing libbz2 (1.0.8-r1) (2/17) Installing libffi (3.4.2-r1) (3/17) Installing gdbm (1.22-r0) (4/17) Installing xz-libs (5.2.5-r0) (5/17) Installing mpdecimal (2.5.1-r1) (6/17) Installing readline (8.1.1-r0) (7/17) Installing sqlite-libs (3.37.1-r0) (8/17) Installing python3 (3.10.1-r0) (9/17) Installing python3-dev (3.10.1-r0) (10/17) Installing py3-ordered-set (4.0.2-r3) (11/17) Installing py3-appdirs (1.4.4-r3) (12/17) Installing py3-parsing (2.4.7-r3) (13/17) Installing py3-six (1.16.0-r1) (14/17) Installing py3-packaging (21.3-r0) (15/17) Installing py3-setuptools (52.0.0-r5) (16/17) Installing py3-tz (2021.1-r2) (17/17) Installing .makedepends-py3-ciso8601 (20220110.191239) Executing busybox-1.35.0-r1.trigger OK: 337 MiB in 106 packages >>> py3-ciso8601: Cleaning up srcdir >>> py3-ciso8601: Cleaning up pkgdir >>> py3-ciso8601: Fetching https://distfiles.alpinelinux.org/distfiles/edge//py3-ciso8601-2.2.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 0 146 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 >>> py3-ciso8601: Fetching https://github.com/closeio/ciso8601/archive/v2.2.0/py3-ciso8601-2.2.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 124 100 124 0 0 212 0 --:--:-- --:--:-- --:--:-- 212 100 35209 100 35209 0 0 29398 0 0:00:01 0:00:01 --:--:-- 29398 >>> py3-ciso8601: Fetching https://distfiles.alpinelinux.org/distfiles/edge//py3-ciso8601-2.2.0.tar.gz >>> py3-ciso8601: Checking sha512sums... py3-ciso8601-2.2.0.tar.gz: OK >>> py3-ciso8601: Unpacking /var/cache/distfiles/edge/py3-ciso8601-2.2.0.tar.gz... running build running build_py package init file 'ciso8601/__init__.py' not found (or not a regular file) creating build creating build/lib.linux-ppc64le-3.10 creating build/lib.linux-ppc64le-3.10/ciso8601 copying ciso8601/__init__.pyi -> build/lib.linux-ppc64le-3.10/ciso8601 copying ciso8601/py.typed -> build/lib.linux-ppc64le-3.10/ciso8601 running build_ext building 'ciso8601' extension creating build/temp.linux-ppc64le-3.10 gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fomit-frame-pointer -g -fomit-frame-pointer -g -fomit-frame-pointer -g -DTHREAD_STACK_SIZE=0x200000 -Os -fomit-frame-pointer -Os -fomit-frame-pointer -fPIC -DCISO8601_VERSION=2.2.0 -DCISO8601_CACHING_ENABLED=1 -I/usr/include/python3.10 -c module.c -o build/temp.linux-ppc64le-3.10/module.o gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fomit-frame-pointer -g -fomit-frame-pointer -g -fomit-frame-pointer -g -DTHREAD_STACK_SIZE=0x200000 -Os -fomit-frame-pointer -Os -fomit-frame-pointer -fPIC -DCISO8601_VERSION=2.2.0 -DCISO8601_CACHING_ENABLED=1 -I/usr/include/python3.10 -c timezone.c -o build/temp.linux-ppc64le-3.10/timezone.o gcc -shared -Wl,--as-needed,-O1,--sort-common -Wl,--as-needed,-O1,--sort-common -Wl,--as-needed,-O1,--sort-common -Os -fomit-frame-pointer -Os -fomit-frame-pointer build/temp.linux-ppc64le-3.10/module.o build/temp.linux-ppc64le-3.10/timezone.o -L/usr/lib -o build/lib.linux-ppc64le-3.10/ciso8601.cpython-310-powerpc64le-linux-gnu.so running test WARNING: Testing via this command is deprecated and will be removed in a future version. Users looking for a generic test entry point independent of test runner are encouraged to use tox. running egg_info creating ciso8601.egg-info writing ciso8601.egg-info/PKG-INFO writing dependency_links to ciso8601.egg-info/dependency_links.txt writing top-level names to ciso8601.egg-info/top_level.txt writing manifest file 'ciso8601.egg-info/SOURCES.txt' package init file 'ciso8601/__init__.py' not found (or not a regular file) reading manifest file 'ciso8601.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' writing manifest file 'ciso8601.egg-info/SOURCES.txt' running build_ext copying build/lib.linux-ppc64le-3.10/ciso8601.cpython-310-powerpc64le-linux-gnu.so -> test_all_valid_offsets (tests.tests.FixedOffsetTestCase) ... ok test_offsets_outside_valid_range (tests.tests.FixedOffsetTestCase) ... ok test_issue_13 (tests.tests.GithubIssueRegressionTestCase) ... ok test_issue_22 (tests.tests.GithubIssueRegressionTestCase) ... ok test_issue_35 (tests.tests.GithubIssueRegressionTestCase) ... ok test_issue_42 (tests.tests.GithubIssueRegressionTestCase) ... ok test_issue_5 (tests.tests.GithubIssueRegressionTestCase) ... ok test_issue_6 (tests.tests.GithubIssueRegressionTestCase) ... ok test_issue_71 (tests.tests.GithubIssueRegressionTestCase) ... ok test_issue_8 (tests.tests.GithubIssueRegressionTestCase) ... ok test_invalid_calendar_separator (tests.tests.InvalidTimestampTestCase) ... ok test_invalid_date_and_time_separator (tests.tests.InvalidTimestampTestCase) ... ok test_invalid_day_for_month (tests.tests.InvalidTimestampTestCase) ... ok test_invalid_empty_but_required_fields (tests.tests.InvalidTimestampTestCase) ... ok test_invalid_hour_24 (tests.tests.InvalidTimestampTestCase) ... ok test_invalid_time_separator (tests.tests.InvalidTimestampTestCase) ... ok test_invalid_tz_minute (tests.tests.InvalidTimestampTestCase) ... ok test_invalid_tz_offsets_too_large (tests.tests.InvalidTimestampTestCase) ... ok test_invalid_yyyymm_format (tests.tests.InvalidTimestampTestCase) ... ok test_mixed_basic_and_extended_formats (tests.tests.InvalidTimestampTestCase) Both dates and times have "basic" and "extended" formats. ... ok test_non_ascii_characters (tests.tests.InvalidTimestampTestCase) ... ok test_parse_auto_generated_invalid_formats (tests.tests.InvalidTimestampTestCase) ... ok test_basic_pickle_and_copy (tests.tests.PicklingTestCase) ... ok test_invalid_rfc3339_timestamps (tests.tests.Rfc3339TestCase) Validate that datetime strings that are valid ISO 8601 but invalid RFC ... ok test_valid_rfc3339_timestamps (tests.tests.Rfc3339TestCase) Validate that valid RFC 3339 datetimes are parseable by parse_rfc3339 ... ok test_auto_generated_valid_formats (tests.tests.ValidTimestampTestCase) ... ok test_excessive_subsecond_precision (tests.tests.ValidTimestampTestCase) ... ok test_leap_year (tests.tests.ValidTimestampTestCase) ... ok test_parse_as_naive_auto_generated_valid_formats (tests.tests.ValidTimestampTestCase) ... ok test_returns_built_in_utc_if_available (tests.tests.ValidTimestampTestCase) ... ok test_special_midnight (tests.tests.ValidTimestampTestCase) ... ok test_dst (tests.test_timezone.TimezoneTestCase) ... ok test_tzname (tests.test_timezone.TimezoneTestCase) ... ok test_utcoffset (tests.test_timezone.TimezoneTestCase) ... ok ---------------------------------------------------------------------- Ran 34 tests in 0.803s OK >>> py3-ciso8601: Entering fakeroot... running install running install_lib creating /home/buildozer/aports/testing/py3-ciso8601/pkg creating /home/buildozer/aports/testing/py3-ciso8601/pkg/py3-ciso8601 creating /home/buildozer/aports/testing/py3-ciso8601/pkg/py3-ciso8601/usr creating /home/buildozer/aports/testing/py3-ciso8601/pkg/py3-ciso8601/usr/lib creating /home/buildozer/aports/testing/py3-ciso8601/pkg/py3-ciso8601/usr/lib/python3.10 creating /home/buildozer/aports/testing/py3-ciso8601/pkg/py3-ciso8601/usr/lib/python3.10/site-packages copying build/lib.linux-ppc64le-3.10/ciso8601.cpython-310-powerpc64le-linux-gnu.so -> /home/buildozer/aports/testing/py3-ciso8601/pkg/py3-ciso8601/usr/lib/python3.10/site-packages creating /home/buildozer/aports/testing/py3-ciso8601/pkg/py3-ciso8601/usr/lib/python3.10/site-packages/ciso8601 copying build/lib.linux-ppc64le-3.10/ciso8601/py.typed -> /home/buildozer/aports/testing/py3-ciso8601/pkg/py3-ciso8601/usr/lib/python3.10/site-packages/ciso8601 copying build/lib.linux-ppc64le-3.10/ciso8601/__init__.pyi -> /home/buildozer/aports/testing/py3-ciso8601/pkg/py3-ciso8601/usr/lib/python3.10/site-packages/ciso8601 running install_egg_info running egg_info writing ciso8601.egg-info/PKG-INFO writing dependency_links to ciso8601.egg-info/dependency_links.txt writing top-level names to ciso8601.egg-info/top_level.txt package init file 'ciso8601/__init__.py' not found (or not a regular file) reading manifest file 'ciso8601.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' writing manifest file 'ciso8601.egg-info/SOURCES.txt' Copying ciso8601.egg-info to /home/buildozer/aports/testing/py3-ciso8601/pkg/py3-ciso8601/usr/lib/python3.10/site-packages/ciso8601-2.2.0-py3.10.egg-info running install_scripts >>> py3-ciso8601*: Running postcheck for py3-ciso8601 >>> py3-ciso8601*: Preparing package py3-ciso8601... >>> py3-ciso8601*: Stripping binaries >>> py3-ciso8601*: Scanning shared objects >>> py3-ciso8601*: Tracing dependencies... python3 so:libc.musl-ppc64le.so.1 >>> py3-ciso8601*: Package size: 140.0 KB >>> py3-ciso8601*: Compressing data... >>> py3-ciso8601*: Create checksum... >>> py3-ciso8601*: Create py3-ciso8601-2.2.0-r0.apk >>> py3-ciso8601: Build complete at Mon, 10 Jan 2022 19:12:45 +0000 elapsed time 0h 0m 8s >>> py3-ciso8601: Cleaning up srcdir >>> py3-ciso8601: Cleaning up pkgdir >>> py3-ciso8601: Uninstalling dependencies... (1/17) Purging .makedepends-py3-ciso8601 (20220110.191239) (2/17) Purging python3-dev (3.10.1-r0) (3/17) Purging py3-setuptools (52.0.0-r5) (4/17) Purging py3-ordered-set (4.0.2-r3) (5/17) Purging py3-appdirs (1.4.4-r3) (6/17) Purging py3-packaging (21.3-r0) (7/17) Purging py3-parsing (2.4.7-r3) (8/17) Purging py3-six (1.16.0-r1) (9/17) Purging py3-tz (2021.1-r2) (10/17) Purging python3 (3.10.1-r0) (11/17) Purging libbz2 (1.0.8-r1) (12/17) Purging libffi (3.4.2-r1) (13/17) Purging gdbm (1.22-r0) (14/17) Purging xz-libs (5.2.5-r0) (15/17) Purging mpdecimal (2.5.1-r1) (16/17) Purging readline (8.1.1-r0) (17/17) Purging sqlite-libs (3.37.1-r0) Executing busybox-1.35.0-r1.trigger OK: 230 MiB in 89 packages >>> py3-ciso8601: Updating the testing/ppc64le repository index... >>> py3-ciso8601: Signing the index...