>>> py3-pydantic: Building community/py3-pydantic 1.9.0-r1 (using abuild 3.9.0-r0) started Sun, 17 Apr 2022 07:51:20 +0000
>>> py3-pydantic: Checking sanity of /home/buildozer/aports/community/py3-pydantic/APKBUILD...
>>> py3-pydantic: Analyzing dependencies...
>>> py3-pydantic: Installing for build: build-base python3 py3-typing-extensions py3-setuptools py3-hypothesis py3-pytest py3-pytest-mock
(1/31) Installing libbz2 (1.0.8-r1)
(2/31) Installing libffi (3.4.2-r1)
(3/31) Installing gdbm (1.23-r0)
(4/31) Installing xz-libs (5.2.5-r1)
(5/31) Installing mpdecimal (2.5.1-r1)
(6/31) Installing readline (8.1.2-r0)
(7/31) Installing sqlite-libs (3.38.2-r0)
(8/31) Installing python3 (3.10.3-r1)
(9/31) Installing py3-typing-extensions (4.1.1-r0)
(10/31) Installing py3-appdirs (1.4.4-r3)
(11/31) Installing py3-more-itertools (8.12.0-r2)
(12/31) Installing py3-ordered-set (4.0.2-r3)
(13/31) Installing py3-parsing (2.4.7-r3)
(14/31) Installing py3-six (1.16.0-r1)
(15/31) Installing py3-packaging (21.3-r0)
(16/31) Installing py3-setuptools (59.4.0-r0)
(17/31) Installing py3-attrs (21.4.0-r0)
(18/31) Installing py3-sortedcontainers (2.4.0-r1)
(19/31) Installing py3-hypothesis (6.43.1-r0)
(20/31) Installing py3-atomicwrites (1.4.0-r2)
(21/31) Installing py3-iniconfig (1.1.1-r2)
(22/31) Installing py3-pluggy (0.13.1-r5)
(23/31) Installing py3-py (1.10.0-r2)
(24/31) Installing py3-wcwidth (0.2.5-r2)
(25/31) Installing py3-toml (0.10.2-r3)
(26/31) Installing py3-pygments (2.11.2-r0)
(27/31) Installing py3-pytest (6.2.5-r2)
(28/31) Installing py3-pbr (5.8.1-r0)
(29/31) Installing py3-mock (4.0.3-r2)
(30/31) Installing py3-pytest-mock (3.5.1-r2)
(31/31) Installing .makedepends-py3-pydantic (20220417.075122)
Executing busybox-1.35.0-r8.trigger
OK: 321 MiB in 119 packages
>>> py3-pydantic: Cleaning up srcdir
>>> py3-pydantic: Cleaning up pkgdir
>>> py3-pydantic: Fetching https://distfiles.alpinelinux.org/distfiles/v3.16/py3-pydantic-1.9.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-pydantic: Fetching py3-pydantic-1.9.0.tar.gz::https://github.com/samuelcolvin/pydantic/archive/refs/tags/v1.9.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
100   139  100   139    0     0    217      0 --:--:-- --:--:-- --:--:--   217

  0     0    0     0    0     0      0      0 --:--:--  0:00:01 --:--:--     0
100  564k    0  564k    0     0   294k      0 --:--:--  0:00:01 --:--:--  634k
>>> py3-pydantic: Fetching https://distfiles.alpinelinux.org/distfiles/v3.16/py3-pydantic-1.9.0.tar.gz
>>> py3-pydantic: Checking sha512sums...
py3-pydantic-1.9.0.tar.gz: OK
deprecation-warning.patch: OK
>>> py3-pydantic: Unpacking /var/cache/distfiles/v3.16/py3-pydantic-1.9.0.tar.gz...
>>> py3-pydantic: deprecation-warning.patch
patching file setup.cfg
running build
running build_py
creating build
creating build/lib
creating build/lib/pydantic
copying pydantic/fields.py -> build/lib/pydantic
copying pydantic/networks.py -> build/lib/pydantic
copying pydantic/color.py -> build/lib/pydantic
copying pydantic/_hypothesis_plugin.py -> build/lib/pydantic
copying pydantic/parse.py -> build/lib/pydantic
copying pydantic/errors.py -> build/lib/pydantic
copying pydantic/json.py -> build/lib/pydantic
copying pydantic/mypy.py -> build/lib/pydantic
copying pydantic/utils.py -> build/lib/pydantic
copying pydantic/tools.py -> build/lib/pydantic
copying pydantic/class_validators.py -> build/lib/pydantic
copying pydantic/config.py -> build/lib/pydantic
copying pydantic/typing.py -> build/lib/pydantic
copying pydantic/main.py -> build/lib/pydantic
copying pydantic/schema.py -> build/lib/pydantic
copying pydantic/env_settings.py -> build/lib/pydantic
copying pydantic/types.py -> build/lib/pydantic
copying pydantic/decorator.py -> build/lib/pydantic
copying pydantic/validators.py -> build/lib/pydantic
copying pydantic/error_wrappers.py -> build/lib/pydantic
copying pydantic/datetime_parse.py -> build/lib/pydantic
copying pydantic/__init__.py -> build/lib/pydantic
copying pydantic/dataclasses.py -> build/lib/pydantic
copying pydantic/version.py -> build/lib/pydantic
copying pydantic/annotated_types.py -> build/lib/pydantic
copying pydantic/generics.py -> build/lib/pydantic
copying pydantic/py.typed -> build/lib/pydantic
============================= test session starts ==============================
platform linux -- Python 3.10.3, pytest-6.2.5, py-1.10.0, pluggy-0.13.1
rootdir: /home/buildozer/aports/community/py3-pydantic/src/pydantic-1.9.0, configfile: setup.cfg, testpaths: tests
plugins: mock-3.5.1
collected 2298 items / 10 deselected / 2288 selected

tests/test_abc.py ..                                                     [  0%]
tests/test_aliases.py .................                                  [  0%]
tests/test_annotated.py ............                                     [  1%]
tests/test_annotated_types.py .......s...                                [  1%]
tests/test_assert_in_validators.py .                                     [  1%]
tests/test_callable.py ........                                          [  2%]
tests/test_color.py .................................................... [  4%]
..................                                                       [  5%]
tests/test_construction.py ...........................                   [  6%]
tests/test_create_model.py .................                             [  7%]
tests/test_dataclasses.py .............................................. [  9%]
...                                                                      [  9%]
tests/test_datetime_parse.py ........................................... [ 11%]
........................................................................ [ 14%]
...........................                                              [ 15%]
tests/test_decorator.py .......................                          [ 16%]
tests/test_discrimated_union.py ..............                           [ 17%]
tests/test_edge_cases.py ............................................... [ 19%]
........................................................................ [ 22%]
..............................s.......                                   [ 24%]
tests/test_errors.py .................                                   [ 24%]
tests/test_forward_ref.py ...........................                    [ 25%]
tests/test_generics.py ................................................. [ 28%]
..................                                                       [ 28%]
tests/test_json.py ................................................      [ 30%]
tests/test_main.py ..................................................... [ 33%]
........................................................................ [ 36%]
.............................                                            [ 37%]
tests/test_model_signature.py ..........                                 [ 38%]
tests/test_networks.py ................................................. [ 40%]
........................................................................ [ 43%]
........................ssssssssssssssssssssssssssssssssssss.ss          [ 46%]
tests/test_networks_ipaddress.py ....................................... [ 47%]
........................................................................ [ 51%]
.............................................                            [ 53%]
tests/test_orm_mode.py .............                                     [ 53%]
tests/test_parse.py ......................                               [ 54%]
tests/test_private_attributes.py ...........                             [ 55%]
tests/test_schema.py ................................................ss. [ 57%]
........................................................................ [ 60%]
........................................................................ [ 63%]
................................................                         [ 65%]
tests/test_settings.py ..................................sssssssssssss.. [ 67%]
..........s....                                                          [ 68%]
tests/test_tools.py ............                                         [ 68%]
tests/test_types.py .................................................... [ 71%]
........................................................................ [ 74%]
................ss...................................................... [ 77%]
........................................................................ [ 80%]
........................................................................ [ 83%]
..............................................................           [ 86%]
tests/test_types_payment_card_number.py ................................ [ 87%]
...............                                                          [ 88%]
tests/test_typing.py ....                                                [ 88%]
tests/test_utils.py .................................................... [ 91%]
.......ss...........................................................     [ 94%]
tests/test_validators.py ............................................... [ 96%]
..........................................................               [ 98%]
tests/test_validators_dataclass.py .......                               [ 98%]
tests/test_version.py ..                                                 [ 98%]
tests/mypy/test_mypy.py ssssssssssssssssssss...                          [100%]

=============== 2208 passed, 80 skipped, 10 deselected in 8.31s ================
>>> py3-pydantic: Entering fakeroot...
running install
/usr/lib/python3.10/site-packages/setuptools/command/install.py:34: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools.
  warnings.warn(
running build
running build_py
running install_lib
creating /home/buildozer/aports/community/py3-pydantic/pkg
creating /home/buildozer/aports/community/py3-pydantic/pkg/py3-pydantic
creating /home/buildozer/aports/community/py3-pydantic/pkg/py3-pydantic/usr
creating /home/buildozer/aports/community/py3-pydantic/pkg/py3-pydantic/usr/lib
creating /home/buildozer/aports/community/py3-pydantic/pkg/py3-pydantic/usr/lib/python3.10
creating /home/buildozer/aports/community/py3-pydantic/pkg/py3-pydantic/usr/lib/python3.10/site-packages
creating /home/buildozer/aports/community/py3-pydantic/pkg/py3-pydantic/usr/lib/python3.10/site-packages/pydantic
copying build/lib/pydantic/fields.py -> /home/buildozer/aports/community/py3-pydantic/pkg/py3-pydantic/usr/lib/python3.10/site-packages/pydantic
copying build/lib/pydantic/networks.py -> /home/buildozer/aports/community/py3-pydantic/pkg/py3-pydantic/usr/lib/python3.10/site-packages/pydantic
copying build/lib/pydantic/color.py -> /home/buildozer/aports/community/py3-pydantic/pkg/py3-pydantic/usr/lib/python3.10/site-packages/pydantic
copying build/lib/pydantic/_hypothesis_plugin.py -> /home/buildozer/aports/community/py3-pydantic/pkg/py3-pydantic/usr/lib/python3.10/site-packages/pydantic
copying build/lib/pydantic/parse.py -> /home/buildozer/aports/community/py3-pydantic/pkg/py3-pydantic/usr/lib/python3.10/site-packages/pydantic
copying build/lib/pydantic/errors.py -> /home/buildozer/aports/community/py3-pydantic/pkg/py3-pydantic/usr/lib/python3.10/site-packages/pydantic
copying build/lib/pydantic/json.py -> /home/buildozer/aports/community/py3-pydantic/pkg/py3-pydantic/usr/lib/python3.10/site-packages/pydantic
copying build/lib/pydantic/mypy.py -> /home/buildozer/aports/community/py3-pydantic/pkg/py3-pydantic/usr/lib/python3.10/site-packages/pydantic
copying build/lib/pydantic/py.typed -> /home/buildozer/aports/community/py3-pydantic/pkg/py3-pydantic/usr/lib/python3.10/site-packages/pydantic
copying build/lib/pydantic/utils.py -> /home/buildozer/aports/community/py3-pydantic/pkg/py3-pydantic/usr/lib/python3.10/site-packages/pydantic
copying build/lib/pydantic/tools.py -> /home/buildozer/aports/community/py3-pydantic/pkg/py3-pydantic/usr/lib/python3.10/site-packages/pydantic
copying build/lib/pydantic/class_validators.py -> /home/buildozer/aports/community/py3-pydantic/pkg/py3-pydantic/usr/lib/python3.10/site-packages/pydantic
copying build/lib/pydantic/config.py -> /home/buildozer/aports/community/py3-pydantic/pkg/py3-pydantic/usr/lib/python3.10/site-packages/pydantic
copying build/lib/pydantic/typing.py -> /home/buildozer/aports/community/py3-pydantic/pkg/py3-pydantic/usr/lib/python3.10/site-packages/pydantic
copying build/lib/pydantic/main.py -> /home/buildozer/aports/community/py3-pydantic/pkg/py3-pydantic/usr/lib/python3.10/site-packages/pydantic
copying build/lib/pydantic/schema.py -> /home/buildozer/aports/community/py3-pydantic/pkg/py3-pydantic/usr/lib/python3.10/site-packages/pydantic
copying build/lib/pydantic/env_settings.py -> /home/buildozer/aports/community/py3-pydantic/pkg/py3-pydantic/usr/lib/python3.10/site-packages/pydantic
copying build/lib/pydantic/types.py -> /home/buildozer/aports/community/py3-pydantic/pkg/py3-pydantic/usr/lib/python3.10/site-packages/pydantic
copying build/lib/pydantic/decorator.py -> /home/buildozer/aports/community/py3-pydantic/pkg/py3-pydantic/usr/lib/python3.10/site-packages/pydantic
copying build/lib/pydantic/validators.py -> /home/buildozer/aports/community/py3-pydantic/pkg/py3-pydantic/usr/lib/python3.10/site-packages/pydantic
copying build/lib/pydantic/error_wrappers.py -> /home/buildozer/aports/community/py3-pydantic/pkg/py3-pydantic/usr/lib/python3.10/site-packages/pydantic
copying build/lib/pydantic/datetime_parse.py -> /home/buildozer/aports/community/py3-pydantic/pkg/py3-pydantic/usr/lib/python3.10/site-packages/pydantic
copying build/lib/pydantic/__init__.py -> /home/buildozer/aports/community/py3-pydantic/pkg/py3-pydantic/usr/lib/python3.10/site-packages/pydantic
copying build/lib/pydantic/dataclasses.py -> /home/buildozer/aports/community/py3-pydantic/pkg/py3-pydantic/usr/lib/python3.10/site-packages/pydantic
copying build/lib/pydantic/version.py -> /home/buildozer/aports/community/py3-pydantic/pkg/py3-pydantic/usr/lib/python3.10/site-packages/pydantic
copying build/lib/pydantic/annotated_types.py -> /home/buildozer/aports/community/py3-pydantic/pkg/py3-pydantic/usr/lib/python3.10/site-packages/pydantic
copying build/lib/pydantic/generics.py -> /home/buildozer/aports/community/py3-pydantic/pkg/py3-pydantic/usr/lib/python3.10/site-packages/pydantic
byte-compiling /home/buildozer/aports/community/py3-pydantic/pkg/py3-pydantic/usr/lib/python3.10/site-packages/pydantic/fields.py to fields.cpython-310.pyc
byte-compiling /home/buildozer/aports/community/py3-pydantic/pkg/py3-pydantic/usr/lib/python3.10/site-packages/pydantic/networks.py to networks.cpython-310.pyc
byte-compiling /home/buildozer/aports/community/py3-pydantic/pkg/py3-pydantic/usr/lib/python3.10/site-packages/pydantic/color.py to color.cpython-310.pyc
byte-compiling /home/buildozer/aports/community/py3-pydantic/pkg/py3-pydantic/usr/lib/python3.10/site-packages/pydantic/_hypothesis_plugin.py to _hypothesis_plugin.cpython-310.pyc
byte-compiling /home/buildozer/aports/community/py3-pydantic/pkg/py3-pydantic/usr/lib/python3.10/site-packages/pydantic/parse.py to parse.cpython-310.pyc
byte-compiling /home/buildozer/aports/community/py3-pydantic/pkg/py3-pydantic/usr/lib/python3.10/site-packages/pydantic/errors.py to errors.cpython-310.pyc
byte-compiling /home/buildozer/aports/community/py3-pydantic/pkg/py3-pydantic/usr/lib/python3.10/site-packages/pydantic/json.py to json.cpython-310.pyc
byte-compiling /home/buildozer/aports/community/py3-pydantic/pkg/py3-pydantic/usr/lib/python3.10/site-packages/pydantic/mypy.py to mypy.cpython-310.pyc
byte-compiling /home/buildozer/aports/community/py3-pydantic/pkg/py3-pydantic/usr/lib/python3.10/site-packages/pydantic/utils.py to utils.cpython-310.pyc
byte-compiling /home/buildozer/aports/community/py3-pydantic/pkg/py3-pydantic/usr/lib/python3.10/site-packages/pydantic/tools.py to tools.cpython-310.pyc
byte-compiling /home/buildozer/aports/community/py3-pydantic/pkg/py3-pydantic/usr/lib/python3.10/site-packages/pydantic/class_validators.py to class_validators.cpython-310.pyc
byte-compiling /home/buildozer/aports/community/py3-pydantic/pkg/py3-pydantic/usr/lib/python3.10/site-packages/pydantic/config.py to config.cpython-310.pyc
byte-compiling /home/buildozer/aports/community/py3-pydantic/pkg/py3-pydantic/usr/lib/python3.10/site-packages/pydantic/typing.py to typing.cpython-310.pyc
byte-compiling /home/buildozer/aports/community/py3-pydantic/pkg/py3-pydantic/usr/lib/python3.10/site-packages/pydantic/main.py to main.cpython-310.pyc
byte-compiling /home/buildozer/aports/community/py3-pydantic/pkg/py3-pydantic/usr/lib/python3.10/site-packages/pydantic/schema.py to schema.cpython-310.pyc
byte-compiling /home/buildozer/aports/community/py3-pydantic/pkg/py3-pydantic/usr/lib/python3.10/site-packages/pydantic/env_settings.py to env_settings.cpython-310.pyc
byte-compiling /home/buildozer/aports/community/py3-pydantic/pkg/py3-pydantic/usr/lib/python3.10/site-packages/pydantic/types.py to types.cpython-310.pyc
byte-compiling /home/buildozer/aports/community/py3-pydantic/pkg/py3-pydantic/usr/lib/python3.10/site-packages/pydantic/decorator.py to decorator.cpython-310.pyc
byte-compiling /home/buildozer/aports/community/py3-pydantic/pkg/py3-pydantic/usr/lib/python3.10/site-packages/pydantic/validators.py to validators.cpython-310.pyc
byte-compiling /home/buildozer/aports/community/py3-pydantic/pkg/py3-pydantic/usr/lib/python3.10/site-packages/pydantic/error_wrappers.py to error_wrappers.cpython-310.pyc
byte-compiling /home/buildozer/aports/community/py3-pydantic/pkg/py3-pydantic/usr/lib/python3.10/site-packages/pydantic/datetime_parse.py to datetime_parse.cpython-310.pyc
byte-compiling /home/buildozer/aports/community/py3-pydantic/pkg/py3-pydantic/usr/lib/python3.10/site-packages/pydantic/__init__.py to __init__.cpython-310.pyc
byte-compiling /home/buildozer/aports/community/py3-pydantic/pkg/py3-pydantic/usr/lib/python3.10/site-packages/pydantic/dataclasses.py to dataclasses.cpython-310.pyc
byte-compiling /home/buildozer/aports/community/py3-pydantic/pkg/py3-pydantic/usr/lib/python3.10/site-packages/pydantic/version.py to version.cpython-310.pyc
byte-compiling /home/buildozer/aports/community/py3-pydantic/pkg/py3-pydantic/usr/lib/python3.10/site-packages/pydantic/annotated_types.py to annotated_types.cpython-310.pyc
byte-compiling /home/buildozer/aports/community/py3-pydantic/pkg/py3-pydantic/usr/lib/python3.10/site-packages/pydantic/generics.py to generics.cpython-310.pyc
running install_egg_info
running egg_info
creating pydantic.egg-info
writing pydantic.egg-info/PKG-INFO
writing dependency_links to pydantic.egg-info/dependency_links.txt
writing entry points to pydantic.egg-info/entry_points.txt
writing requirements to pydantic.egg-info/requires.txt
writing top-level names to pydantic.egg-info/top_level.txt
writing manifest file 'pydantic.egg-info/SOURCES.txt'
reading manifest file 'pydantic.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
warning: no previously-included files matching '__pycache__' found anywhere in distribution
adding license file 'LICENSE'
writing manifest file 'pydantic.egg-info/SOURCES.txt'
Copying pydantic.egg-info to /home/buildozer/aports/community/py3-pydantic/pkg/py3-pydantic/usr/lib/python3.10/site-packages/pydantic-1.9.0-py3.10.egg-info
running install_scripts
>>> py3-pydantic*: Running postcheck for py3-pydantic
>>> py3-pydantic*: Preparing package py3-pydantic...
>>> py3-pydantic*: Tracing dependencies...
>>> py3-pydantic*: Package size: 1.0 MB
>>> py3-pydantic*: Compressing data...
>>> py3-pydantic*: Create checksum...
>>> py3-pydantic*: Create py3-pydantic-1.9.0-r1.apk
>>> py3-pydantic: Build complete at Sun, 17 Apr 2022 07:51:35 +0000 elapsed time 0h 0m 15s
>>> py3-pydantic: Cleaning up srcdir
>>> py3-pydantic: Cleaning up pkgdir
>>> py3-pydantic: Uninstalling dependencies...
(1/31) Purging .makedepends-py3-pydantic (20220417.075122)
(2/31) Purging py3-typing-extensions (4.1.1-r0)
(3/31) Purging py3-setuptools (59.4.0-r0)
(4/31) Purging py3-appdirs (1.4.4-r3)
(5/31) Purging py3-ordered-set (4.0.2-r3)
(6/31) Purging py3-hypothesis (6.43.1-r0)
(7/31) Purging py3-sortedcontainers (2.4.0-r1)
(8/31) Purging py3-pytest-mock (3.5.1-r2)
(9/31) Purging py3-mock (4.0.3-r2)
(10/31) Purging py3-pbr (5.8.1-r0)
(11/31) Purging py3-pytest (6.2.5-r2)
(12/31) Purging py3-atomicwrites (1.4.0-r2)
(13/31) Purging py3-attrs (21.4.0-r0)
(14/31) Purging py3-more-itertools (8.12.0-r2)
(15/31) Purging py3-iniconfig (1.1.1-r2)
(16/31) Purging py3-pluggy (0.13.1-r5)
(17/31) Purging py3-py (1.10.0-r2)
(18/31) Purging py3-wcwidth (0.2.5-r2)
(19/31) Purging py3-packaging (21.3-r0)
(20/31) Purging py3-parsing (2.4.7-r3)
(21/31) Purging py3-six (1.16.0-r1)
(22/31) Purging py3-toml (0.10.2-r3)
(23/31) Purging py3-pygments (2.11.2-r0)
(24/31) Purging python3 (3.10.3-r1)
(25/31) Purging libbz2 (1.0.8-r1)
(26/31) Purging libffi (3.4.2-r1)
(27/31) Purging gdbm (1.23-r0)
(28/31) Purging xz-libs (5.2.5-r1)
(29/31) Purging mpdecimal (2.5.1-r1)
(30/31) Purging readline (8.1.2-r0)
(31/31) Purging sqlite-libs (3.38.2-r0)
Executing busybox-1.35.0-r8.trigger
OK: 255 MiB in 88 packages
>>> py3-pydantic: Updating the community/armv7 repository index...
>>> py3-pydantic: Signing the index...