>>> py3-gitlab: Building testing/py3-gitlab 3.5.0-r1 (using abuild 3.9.0-r1) started Wed, 22 Jun 2022 17:24:09 +0000 >>> py3-gitlab: Checking sanity of /home/buildozer/aports/testing/py3-gitlab/APKBUILD... >>> py3-gitlab: Analyzing dependencies... >>> py3-gitlab: Installing for build: build-base python3 py3-requests py3-requests-toolbelt py3-setuptools py3-build py3-installer py3-wheel py3-sphinx py3-sphinxcontrib-autoprogram py3-myst-parser (1/52) Installing libbz2 (1.0.8-r1) (2/52) Installing libffi (3.4.2-r1) (3/52) Installing gdbm (1.23-r0) (4/52) Installing xz-libs (5.2.5-r1) (5/52) Installing mpdecimal (2.5.1-r1) (6/52) Installing readline (8.1.2-r0) (7/52) Installing sqlite-libs (3.38.5-r0) (8/52) Installing python3 (3.10.5-r0) (9/52) Installing py3-certifi (2021.10.8-r0) (10/52) Installing py3-charset-normalizer (2.0.10-r0) (11/52) Installing py3-idna (3.3-r2) (12/52) Installing py3-urllib3 (1.26.9-r0) (13/52) Installing py3-requests (2.27.1-r0) (14/52) Installing py3-requests-toolbelt (0.9.1-r3) (15/52) Installing py3-appdirs (1.4.4-r3) (16/52) Installing py3-more-itertools (8.13.0-r0) (17/52) Installing py3-ordered-set (4.0.2-r3) (18/52) Installing py3-parsing (2.4.7-r3) (19/52) Installing py3-six (1.16.0-r1) (20/52) Installing py3-packaging (21.3-r0) (21/52) Installing py3-setuptools (59.4.0-r0) (22/52) Installing py3-tomli (2.0.1-r1) (23/52) Installing py3-pep517 (0.12.0-r2) (24/52) Installing py3-build (0.7.0-r2) (25/52) Installing py3-installer (0.5.1-r1) (26/52) Installing py3-wheel (0.37.1-r0) (27/52) Installing py3-tz (2022.1-r0) (28/52) Installing py3-babel (2.9.1-r1) (29/52) Installing py3-docutils (0.16-r4) (30/52) Installing py3-imagesize (1.3.0-r0) (31/52) Installing py3-markupsafe (2.1.1-r0) (32/52) Installing py3-jinja2 (3.1.2-r0) (33/52) Installing py3-pygments (2.11.2-r0) (34/52) Installing py3-snowballstemmer (2.2.0-r0) (35/52) Installing py3-alabaster (0.7.12-r5) (36/52) Installing py3-sphinxcontrib-applehelp (1.0.2-r2) (37/52) Installing py3-sphinxcontrib-devhelp (1.0.2-r2) (38/52) Installing py3-sphinxcontrib-htmlhelp (2.0.0-r1) (39/52) Installing py3-sphinxcontrib-jsmath (1.0.1-r2) (40/52) Installing py3-sphinxcontrib-serializinghtml (1.1.5-r1) (41/52) Installing py3-sphinxcontrib-qthelp (1.0.3-r2) (42/52) Installing py3-sphinx (4.3.0-r1) (43/52) Installing py3-sphinxcontrib-autoprogram (0.1.7-r0) (44/52) Installing py3-attrs (21.4.0-r0) (45/52) Installing py3-mdurl (0.1.1-r0) (46/52) Installing py3-markdown-it-py (2.1.0-r0) (47/52) Installing py3-mdit-py-plugins (0.3.0-r0) (48/52) Installing py3-typing-extensions (4.2.0-r0) (49/52) Installing yaml (0.2.5-r0) (50/52) Installing py3-yaml (6.0-r0) (51/52) Installing py3-myst-parser (0.18.0-r0) (52/52) Installing .makedepends-py3-gitlab (20220622.172413) Executing busybox-1.35.0-r17.trigger OK: 341 MiB in 131 packages >>> py3-gitlab: Cleaning up srcdir >>> py3-gitlab: Cleaning up pkgdir >>> py3-gitlab: Fetching https://distfiles.alpinelinux.org/distfiles/edge//py3-gitlab-3.5.0.tar.gz >>> py3-gitlab: Fetching https://distfiles.alpinelinux.org/distfiles/edge//py3-gitlab-3.5.0.tar.gz >>> py3-gitlab: Checking sha512sums... py3-gitlab-3.5.0.tar.gz: OK >>> py3-gitlab: Unpacking /var/cache/distfiles/py3-gitlab-3.5.0.tar.gz... running egg_info creating python_gitlab.egg-info writing python_gitlab.egg-info/PKG-INFO writing dependency_links to python_gitlab.egg-info/dependency_links.txt writing entry points to python_gitlab.egg-info/entry_points.txt writing requirements to python_gitlab.egg-info/requires.txt writing top-level names to python_gitlab.egg-info/top_level.txt writing manifest file 'python_gitlab.egg-info/SOURCES.txt' reading manifest file 'python_gitlab.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' adding license file 'COPYING' adding license file 'AUTHORS' writing manifest file 'python_gitlab.egg-info/SOURCES.txt' running bdist_wheel running build running build_py creating build creating build/lib creating build/lib/gitlab copying gitlab/__main__.py -> build/lib/gitlab copying gitlab/const.py -> build/lib/gitlab copying gitlab/cli.py -> build/lib/gitlab copying gitlab/utils.py -> build/lib/gitlab copying gitlab/config.py -> build/lib/gitlab copying gitlab/exceptions.py -> build/lib/gitlab copying gitlab/_version.py -> build/lib/gitlab copying gitlab/types.py -> build/lib/gitlab copying gitlab/client.py -> build/lib/gitlab copying gitlab/mixins.py -> build/lib/gitlab copying gitlab/base.py -> build/lib/gitlab copying gitlab/__init__.py -> build/lib/gitlab creating build/lib/gitlab/v4 copying gitlab/v4/cli.py -> build/lib/gitlab/v4 copying gitlab/v4/__init__.py -> build/lib/gitlab/v4 creating build/lib/gitlab/v4/objects copying gitlab/v4/objects/boards.py -> build/lib/gitlab/v4/objects copying gitlab/v4/objects/environments.py -> build/lib/gitlab/v4/objects copying gitlab/v4/objects/projects.py -> build/lib/gitlab/v4/objects copying gitlab/v4/objects/services.py -> build/lib/gitlab/v4/objects copying gitlab/v4/objects/applications.py -> build/lib/gitlab/v4/objects copying gitlab/v4/objects/files.py -> build/lib/gitlab/v4/objects copying gitlab/v4/objects/keys.py -> build/lib/gitlab/v4/objects copying gitlab/v4/objects/broadcast_messages.py -> build/lib/gitlab/v4/objects copying gitlab/v4/objects/todos.py -> build/lib/gitlab/v4/objects copying gitlab/v4/objects/badges.py -> build/lib/gitlab/v4/objects copying gitlab/v4/objects/deploy_tokens.py -> build/lib/gitlab/v4/objects copying gitlab/v4/objects/deployments.py -> build/lib/gitlab/v4/objects copying gitlab/v4/objects/variables.py -> build/lib/gitlab/v4/objects copying gitlab/v4/objects/export_import.py -> build/lib/gitlab/v4/objects copying gitlab/v4/objects/pipelines.py -> build/lib/gitlab/v4/objects copying gitlab/v4/objects/features.py -> build/lib/gitlab/v4/objects copying gitlab/v4/objects/labels.py -> build/lib/gitlab/v4/objects copying gitlab/v4/objects/groups.py -> build/lib/gitlab/v4/objects copying gitlab/v4/objects/merge_requests.py -> build/lib/gitlab/v4/objects copying gitlab/v4/objects/namespaces.py -> build/lib/gitlab/v4/objects copying gitlab/v4/objects/geo_nodes.py -> build/lib/gitlab/v4/objects copying gitlab/v4/objects/hooks.py -> build/lib/gitlab/v4/objects copying gitlab/v4/objects/branches.py -> build/lib/gitlab/v4/objects copying gitlab/v4/objects/audit_events.py -> build/lib/gitlab/v4/objects copying gitlab/v4/objects/merge_request_approvals.py -> build/lib/gitlab/v4/objects copying gitlab/v4/objects/topics.py -> build/lib/gitlab/v4/objects copying gitlab/v4/objects/jobs.py -> build/lib/gitlab/v4/objects copying gitlab/v4/objects/triggers.py -> build/lib/gitlab/v4/objects copying gitlab/v4/objects/repositories.py -> build/lib/gitlab/v4/objects copying gitlab/v4/objects/discussions.py -> build/lib/gitlab/v4/objects copying gitlab/v4/objects/sidekiq.py -> build/lib/gitlab/v4/objects copying gitlab/v4/objects/releases.py -> build/lib/gitlab/v4/objects copying gitlab/v4/objects/users.py -> build/lib/gitlab/v4/objects copying gitlab/v4/objects/members.py -> build/lib/gitlab/v4/objects copying gitlab/v4/objects/artifacts.py -> build/lib/gitlab/v4/objects copying gitlab/v4/objects/packages.py -> build/lib/gitlab/v4/objects copying gitlab/v4/objects/templates.py -> build/lib/gitlab/v4/objects copying gitlab/v4/objects/push_rules.py -> build/lib/gitlab/v4/objects copying gitlab/v4/objects/pages.py -> build/lib/gitlab/v4/objects copying gitlab/v4/objects/milestones.py -> build/lib/gitlab/v4/objects copying gitlab/v4/objects/statistics.py -> build/lib/gitlab/v4/objects copying gitlab/v4/objects/project_access_tokens.py -> build/lib/gitlab/v4/objects copying gitlab/v4/objects/runners.py -> build/lib/gitlab/v4/objects copying gitlab/v4/objects/appearance.py -> build/lib/gitlab/v4/objects copying gitlab/v4/objects/award_emojis.py -> build/lib/gitlab/v4/objects copying gitlab/v4/objects/issues.py -> build/lib/gitlab/v4/objects copying gitlab/v4/objects/merge_trains.py -> build/lib/gitlab/v4/objects copying gitlab/v4/objects/commits.py -> build/lib/gitlab/v4/objects copying gitlab/v4/objects/group_access_tokens.py -> build/lib/gitlab/v4/objects copying gitlab/v4/objects/personal_access_tokens.py -> build/lib/gitlab/v4/objects copying gitlab/v4/objects/snippets.py -> build/lib/gitlab/v4/objects copying gitlab/v4/objects/access_requests.py -> build/lib/gitlab/v4/objects copying gitlab/v4/objects/tags.py -> build/lib/gitlab/v4/objects copying gitlab/v4/objects/settings.py -> build/lib/gitlab/v4/objects copying gitlab/v4/objects/deploy_keys.py -> build/lib/gitlab/v4/objects copying gitlab/v4/objects/clusters.py -> build/lib/gitlab/v4/objects copying gitlab/v4/objects/container_registry.py -> build/lib/gitlab/v4/objects copying gitlab/v4/objects/events.py -> build/lib/gitlab/v4/objects copying gitlab/v4/objects/custom_attributes.py -> build/lib/gitlab/v4/objects copying gitlab/v4/objects/__init__.py -> build/lib/gitlab/v4/objects copying gitlab/v4/objects/ldap.py -> build/lib/gitlab/v4/objects copying gitlab/v4/objects/notification_settings.py -> build/lib/gitlab/v4/objects copying gitlab/v4/objects/epics.py -> build/lib/gitlab/v4/objects copying gitlab/v4/objects/wikis.py -> build/lib/gitlab/v4/objects copying gitlab/v4/objects/notes.py -> build/lib/gitlab/v4/objects copying gitlab/py.typed -> build/lib/gitlab installing to build/bdist.linux-riscv64/wheel running install running install_lib creating build/bdist.linux-riscv64 creating build/bdist.linux-riscv64/wheel creating build/bdist.linux-riscv64/wheel/gitlab copying build/lib/gitlab/__main__.py -> build/bdist.linux-riscv64/wheel/gitlab copying build/lib/gitlab/const.py -> build/bdist.linux-riscv64/wheel/gitlab copying build/lib/gitlab/cli.py -> build/bdist.linux-riscv64/wheel/gitlab copying build/lib/gitlab/utils.py -> build/bdist.linux-riscv64/wheel/gitlab creating build/bdist.linux-riscv64/wheel/gitlab/v4 creating build/bdist.linux-riscv64/wheel/gitlab/v4/objects copying build/lib/gitlab/v4/objects/boards.py -> build/bdist.linux-riscv64/wheel/gitlab/v4/objects copying build/lib/gitlab/v4/objects/environments.py -> build/bdist.linux-riscv64/wheel/gitlab/v4/objects copying build/lib/gitlab/v4/objects/projects.py -> build/bdist.linux-riscv64/wheel/gitlab/v4/objects copying build/lib/gitlab/v4/objects/services.py -> build/bdist.linux-riscv64/wheel/gitlab/v4/objects copying build/lib/gitlab/v4/objects/applications.py -> build/bdist.linux-riscv64/wheel/gitlab/v4/objects copying build/lib/gitlab/v4/objects/files.py -> build/bdist.linux-riscv64/wheel/gitlab/v4/objects copying build/lib/gitlab/v4/objects/keys.py -> build/bdist.linux-riscv64/wheel/gitlab/v4/objects copying build/lib/gitlab/v4/objects/broadcast_messages.py -> build/bdist.linux-riscv64/wheel/gitlab/v4/objects copying build/lib/gitlab/v4/objects/todos.py -> build/bdist.linux-riscv64/wheel/gitlab/v4/objects copying build/lib/gitlab/v4/objects/badges.py -> build/bdist.linux-riscv64/wheel/gitlab/v4/objects copying build/lib/gitlab/v4/objects/deploy_tokens.py -> build/bdist.linux-riscv64/wheel/gitlab/v4/objects copying build/lib/gitlab/v4/objects/deployments.py -> build/bdist.linux-riscv64/wheel/gitlab/v4/objects copying build/lib/gitlab/v4/objects/variables.py -> build/bdist.linux-riscv64/wheel/gitlab/v4/objects copying build/lib/gitlab/v4/objects/export_import.py -> build/bdist.linux-riscv64/wheel/gitlab/v4/objects copying build/lib/gitlab/v4/objects/pipelines.py -> build/bdist.linux-riscv64/wheel/gitlab/v4/objects copying build/lib/gitlab/v4/objects/features.py -> build/bdist.linux-riscv64/wheel/gitlab/v4/objects copying build/lib/gitlab/v4/objects/labels.py -> build/bdist.linux-riscv64/wheel/gitlab/v4/objects copying build/lib/gitlab/v4/objects/groups.py -> build/bdist.linux-riscv64/wheel/gitlab/v4/objects copying build/lib/gitlab/v4/objects/merge_requests.py -> build/bdist.linux-riscv64/wheel/gitlab/v4/objects copying build/lib/gitlab/v4/objects/namespaces.py -> build/bdist.linux-riscv64/wheel/gitlab/v4/objects copying build/lib/gitlab/v4/objects/geo_nodes.py -> build/bdist.linux-riscv64/wheel/gitlab/v4/objects copying build/lib/gitlab/v4/objects/hooks.py -> build/bdist.linux-riscv64/wheel/gitlab/v4/objects copying build/lib/gitlab/v4/objects/branches.py -> build/bdist.linux-riscv64/wheel/gitlab/v4/objects copying build/lib/gitlab/v4/objects/audit_events.py -> build/bdist.linux-riscv64/wheel/gitlab/v4/objects copying build/lib/gitlab/v4/objects/merge_request_approvals.py -> build/bdist.linux-riscv64/wheel/gitlab/v4/objects copying build/lib/gitlab/v4/objects/topics.py -> build/bdist.linux-riscv64/wheel/gitlab/v4/objects copying build/lib/gitlab/v4/objects/jobs.py -> build/bdist.linux-riscv64/wheel/gitlab/v4/objects copying build/lib/gitlab/v4/objects/triggers.py -> build/bdist.linux-riscv64/wheel/gitlab/v4/objects copying build/lib/gitlab/v4/objects/repositories.py -> build/bdist.linux-riscv64/wheel/gitlab/v4/objects copying build/lib/gitlab/v4/objects/discussions.py -> build/bdist.linux-riscv64/wheel/gitlab/v4/objects copying build/lib/gitlab/v4/objects/sidekiq.py -> build/bdist.linux-riscv64/wheel/gitlab/v4/objects copying build/lib/gitlab/v4/objects/releases.py -> build/bdist.linux-riscv64/wheel/gitlab/v4/objects copying build/lib/gitlab/v4/objects/users.py -> build/bdist.linux-riscv64/wheel/gitlab/v4/objects copying build/lib/gitlab/v4/objects/members.py -> build/bdist.linux-riscv64/wheel/gitlab/v4/objects copying build/lib/gitlab/v4/objects/artifacts.py -> build/bdist.linux-riscv64/wheel/gitlab/v4/objects copying build/lib/gitlab/v4/objects/packages.py -> build/bdist.linux-riscv64/wheel/gitlab/v4/objects copying build/lib/gitlab/v4/objects/templates.py -> build/bdist.linux-riscv64/wheel/gitlab/v4/objects copying build/lib/gitlab/v4/objects/push_rules.py -> build/bdist.linux-riscv64/wheel/gitlab/v4/objects copying build/lib/gitlab/v4/objects/pages.py -> build/bdist.linux-riscv64/wheel/gitlab/v4/objects copying build/lib/gitlab/v4/objects/milestones.py -> build/bdist.linux-riscv64/wheel/gitlab/v4/objects copying build/lib/gitlab/v4/objects/statistics.py -> build/bdist.linux-riscv64/wheel/gitlab/v4/objects copying build/lib/gitlab/v4/objects/project_access_tokens.py -> build/bdist.linux-riscv64/wheel/gitlab/v4/objects copying build/lib/gitlab/v4/objects/runners.py -> build/bdist.linux-riscv64/wheel/gitlab/v4/objects copying build/lib/gitlab/v4/objects/appearance.py -> build/bdist.linux-riscv64/wheel/gitlab/v4/objects copying build/lib/gitlab/v4/objects/award_emojis.py -> build/bdist.linux-riscv64/wheel/gitlab/v4/objects copying build/lib/gitlab/v4/objects/issues.py -> build/bdist.linux-riscv64/wheel/gitlab/v4/objects copying build/lib/gitlab/v4/objects/merge_trains.py -> build/bdist.linux-riscv64/wheel/gitlab/v4/objects copying build/lib/gitlab/v4/objects/commits.py -> build/bdist.linux-riscv64/wheel/gitlab/v4/objects copying build/lib/gitlab/v4/objects/group_access_tokens.py -> build/bdist.linux-riscv64/wheel/gitlab/v4/objects copying build/lib/gitlab/v4/objects/personal_access_tokens.py -> build/bdist.linux-riscv64/wheel/gitlab/v4/objects copying build/lib/gitlab/v4/objects/snippets.py -> build/bdist.linux-riscv64/wheel/gitlab/v4/objects copying build/lib/gitlab/v4/objects/access_requests.py -> build/bdist.linux-riscv64/wheel/gitlab/v4/objects copying build/lib/gitlab/v4/objects/tags.py -> build/bdist.linux-riscv64/wheel/gitlab/v4/objects copying build/lib/gitlab/v4/objects/settings.py -> build/bdist.linux-riscv64/wheel/gitlab/v4/objects copying build/lib/gitlab/v4/objects/deploy_keys.py -> build/bdist.linux-riscv64/wheel/gitlab/v4/objects copying build/lib/gitlab/v4/objects/clusters.py -> build/bdist.linux-riscv64/wheel/gitlab/v4/objects copying build/lib/gitlab/v4/objects/container_registry.py -> build/bdist.linux-riscv64/wheel/gitlab/v4/objects copying build/lib/gitlab/v4/objects/events.py -> build/bdist.linux-riscv64/wheel/gitlab/v4/objects copying build/lib/gitlab/v4/objects/custom_attributes.py -> build/bdist.linux-riscv64/wheel/gitlab/v4/objects copying build/lib/gitlab/v4/objects/__init__.py -> build/bdist.linux-riscv64/wheel/gitlab/v4/objects copying build/lib/gitlab/v4/objects/ldap.py -> build/bdist.linux-riscv64/wheel/gitlab/v4/objects copying build/lib/gitlab/v4/objects/notification_settings.py -> build/bdist.linux-riscv64/wheel/gitlab/v4/objects copying build/lib/gitlab/v4/objects/epics.py -> build/bdist.linux-riscv64/wheel/gitlab/v4/objects copying build/lib/gitlab/v4/objects/wikis.py -> build/bdist.linux-riscv64/wheel/gitlab/v4/objects copying build/lib/gitlab/v4/objects/notes.py -> build/bdist.linux-riscv64/wheel/gitlab/v4/objects copying build/lib/gitlab/v4/cli.py -> build/bdist.linux-riscv64/wheel/gitlab/v4 copying build/lib/gitlab/v4/__init__.py -> build/bdist.linux-riscv64/wheel/gitlab/v4 copying build/lib/gitlab/config.py -> build/bdist.linux-riscv64/wheel/gitlab copying build/lib/gitlab/py.typed -> build/bdist.linux-riscv64/wheel/gitlab copying build/lib/gitlab/exceptions.py -> build/bdist.linux-riscv64/wheel/gitlab copying build/lib/gitlab/_version.py -> build/bdist.linux-riscv64/wheel/gitlab copying build/lib/gitlab/types.py -> build/bdist.linux-riscv64/wheel/gitlab copying build/lib/gitlab/client.py -> build/bdist.linux-riscv64/wheel/gitlab copying build/lib/gitlab/mixins.py -> build/bdist.linux-riscv64/wheel/gitlab copying build/lib/gitlab/base.py -> build/bdist.linux-riscv64/wheel/gitlab copying build/lib/gitlab/__init__.py -> build/bdist.linux-riscv64/wheel/gitlab running install_egg_info running egg_info writing python_gitlab.egg-info/PKG-INFO writing dependency_links to python_gitlab.egg-info/dependency_links.txt writing entry points to python_gitlab.egg-info/entry_points.txt writing requirements to python_gitlab.egg-info/requires.txt writing top-level names to python_gitlab.egg-info/top_level.txt reading manifest file 'python_gitlab.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' adding license file 'COPYING' adding license file 'AUTHORS' writing manifest file 'python_gitlab.egg-info/SOURCES.txt' Copying python_gitlab.egg-info to build/bdist.linux-riscv64/wheel/python_gitlab-3.5.0-py3.10.egg-info running install_scripts adding license file "COPYING" (matched pattern "COPYING*") adding license file "AUTHORS" (matched pattern "AUTHORS*") creating build/bdist.linux-riscv64/wheel/python_gitlab-3.5.0.dist-info/WHEEL creating '/home/buildozer/aports/testing/py3-gitlab/src/python-gitlab-3.5.0/dist/tmp0z4tj6s_/python_gitlab-3.5.0-py3-none-any.whl' and adding 'build/bdist.linux-riscv64/wheel' to it adding 'gitlab/__init__.py' adding 'gitlab/__main__.py' adding 'gitlab/_version.py' adding 'gitlab/base.py' adding 'gitlab/cli.py' adding 'gitlab/client.py' adding 'gitlab/config.py' adding 'gitlab/const.py' adding 'gitlab/exceptions.py' adding 'gitlab/mixins.py' adding 'gitlab/py.typed' adding 'gitlab/types.py' adding 'gitlab/utils.py' adding 'gitlab/v4/__init__.py' adding 'gitlab/v4/cli.py' adding 'gitlab/v4/objects/__init__.py' adding 'gitlab/v4/objects/access_requests.py' adding 'gitlab/v4/objects/appearance.py' adding 'gitlab/v4/objects/applications.py' adding 'gitlab/v4/objects/artifacts.py' adding 'gitlab/v4/objects/audit_events.py' adding 'gitlab/v4/objects/award_emojis.py' adding 'gitlab/v4/objects/badges.py' adding 'gitlab/v4/objects/boards.py' adding 'gitlab/v4/objects/branches.py' adding 'gitlab/v4/objects/broadcast_messages.py' adding 'gitlab/v4/objects/clusters.py' adding 'gitlab/v4/objects/commits.py' adding 'gitlab/v4/objects/container_registry.py' adding 'gitlab/v4/objects/custom_attributes.py' adding 'gitlab/v4/objects/deploy_keys.py' adding 'gitlab/v4/objects/deploy_tokens.py' adding 'gitlab/v4/objects/deployments.py' adding 'gitlab/v4/objects/discussions.py' adding 'gitlab/v4/objects/environments.py' adding 'gitlab/v4/objects/epics.py' adding 'gitlab/v4/objects/events.py' adding 'gitlab/v4/objects/export_import.py' adding 'gitlab/v4/objects/features.py' adding 'gitlab/v4/objects/files.py' adding 'gitlab/v4/objects/geo_nodes.py' adding 'gitlab/v4/objects/group_access_tokens.py' adding 'gitlab/v4/objects/groups.py' adding 'gitlab/v4/objects/hooks.py' adding 'gitlab/v4/objects/issues.py' adding 'gitlab/v4/objects/jobs.py' adding 'gitlab/v4/objects/keys.py' adding 'gitlab/v4/objects/labels.py' adding 'gitlab/v4/objects/ldap.py' adding 'gitlab/v4/objects/members.py' adding 'gitlab/v4/objects/merge_request_approvals.py' adding 'gitlab/v4/objects/merge_requests.py' adding 'gitlab/v4/objects/merge_trains.py' adding 'gitlab/v4/objects/milestones.py' adding 'gitlab/v4/objects/namespaces.py' adding 'gitlab/v4/objects/notes.py' adding 'gitlab/v4/objects/notification_settings.py' adding 'gitlab/v4/objects/packages.py' adding 'gitlab/v4/objects/pages.py' adding 'gitlab/v4/objects/personal_access_tokens.py' adding 'gitlab/v4/objects/pipelines.py' adding 'gitlab/v4/objects/project_access_tokens.py' adding 'gitlab/v4/objects/projects.py' adding 'gitlab/v4/objects/push_rules.py' adding 'gitlab/v4/objects/releases.py' adding 'gitlab/v4/objects/repositories.py' adding 'gitlab/v4/objects/runners.py' adding 'gitlab/v4/objects/services.py' adding 'gitlab/v4/objects/settings.py' adding 'gitlab/v4/objects/sidekiq.py' adding 'gitlab/v4/objects/snippets.py' adding 'gitlab/v4/objects/statistics.py' adding 'gitlab/v4/objects/tags.py' adding 'gitlab/v4/objects/templates.py' adding 'gitlab/v4/objects/todos.py' adding 'gitlab/v4/objects/topics.py' adding 'gitlab/v4/objects/triggers.py' adding 'gitlab/v4/objects/users.py' adding 'gitlab/v4/objects/variables.py' adding 'gitlab/v4/objects/wikis.py' adding 'python_gitlab-3.5.0.dist-info/AUTHORS' adding 'python_gitlab-3.5.0.dist-info/COPYING' adding 'python_gitlab-3.5.0.dist-info/METADATA' adding 'python_gitlab-3.5.0.dist-info/WHEEL' adding 'python_gitlab-3.5.0.dist-info/entry_points.txt' adding 'python_gitlab-3.5.0.dist-info/top_level.txt' adding 'python_gitlab-3.5.0.dist-info/RECORD' removing build/bdist.linux-riscv64/wheel * Getting dependencies for wheel... * Building wheel... Successfully built python_gitlab-3.5.0-py3-none-any.whl Running Sphinx v4.3.0 making output directory... done myst v0.18.0: MdParserConfig(commonmark_only=False, gfm_only=False, enable_extensions=[], disable_syntax=[], all_links_external=False, url_schemes=('http', 'https', 'mailto', 'ftp'), ref_domains=None, highlight_code_blocks=True, number_code_blocks=[], title_to_header=False, heading_anchors=None, heading_slug_func=None, footnote_transition=True, words_per_minute=200, sub_delimiters=('{', '}'), linkify_fuzzy_links=True, dmath_allow_labels=True, dmath_allow_space=True, dmath_allow_digits=True, dmath_double_inline=False, update_mathjax=True, mathjax_classes='tex2jax_process|mathjax_process|math|output_area') [autosummary] generating autosummary for: api-objects.rst, api-usage.rst, api/gitlab.rst, api/gitlab.v4.rst, changelog.md, cli-examples.rst, cli-objects.rst, cli-usage.rst, faq.rst, gl_objects/access_requests.rst, ..., gl_objects/snippets.rst, gl_objects/system_hooks.rst, gl_objects/templates.rst, gl_objects/todos.rst, gl_objects/topics.rst, gl_objects/users.rst, gl_objects/variables.rst, gl_objects/wikis.rst, index.rst, release-notes.rst building [mo]: targets for 0 po files that are out of date building [man]: all manpages updating environment: [new config] 65 added, 0 changed, 0 removed reading sources... [ 1%] api-objects reading sources... [ 3%] api-usage reading sources... [ 4%] api/gitlab reading sources... [ 6%] api/gitlab.v4 reading sources... [ 7%] changelog reading sources... [ 9%] cli-examples reading sources... [ 10%] cli-objects reading sources... [ 12%] cli-usage reading sources... [ 13%] faq reading sources... [ 15%] gl_objects/access_requests reading sources... [ 16%] gl_objects/appearance reading sources... [ 18%] gl_objects/applications reading sources... [ 20%] gl_objects/badges reading sources... [ 21%] gl_objects/boards reading sources... [ 23%] gl_objects/branches reading sources... [ 24%] gl_objects/clusters reading sources... [ 26%] gl_objects/commits reading sources... [ 27%] gl_objects/deploy_keys reading sources... [ 29%] gl_objects/deploy_tokens reading sources... [ 30%] gl_objects/deployments reading sources... [ 32%] gl_objects/discussions reading sources... [ 33%] gl_objects/emojis reading sources... [ 35%] gl_objects/environments reading sources... [ 36%] gl_objects/epics reading sources... [ 38%] gl_objects/events reading sources... [ 40%] gl_objects/features reading sources... [ 41%] gl_objects/geo_nodes reading sources... [ 43%] gl_objects/group_access_tokens reading sources... [ 44%] gl_objects/groups reading sources... [ 46%] gl_objects/issues reading sources... [ 47%] gl_objects/keys reading sources... [ 49%] gl_objects/labels reading sources... [ 50%] gl_objects/merge_request_approvals reading sources... [ 52%] gl_objects/merge_requests reading sources... [ 53%] gl_objects/merge_trains reading sources... [ 55%] gl_objects/messages reading sources... [ 56%] gl_objects/milestones reading sources... [ 58%] gl_objects/namespaces reading sources... [ 60%] gl_objects/notes reading sources... [ 61%] gl_objects/notifications reading sources... [ 63%] gl_objects/packages reading sources... [ 64%] gl_objects/pagesdomains reading sources... [ 66%] gl_objects/personal_access_tokens reading sources... [ 67%] gl_objects/pipelines_and_jobs reading sources... [ 69%] gl_objects/project_access_tokens reading sources... [ 70%] gl_objects/projects reading sources... [ 72%] gl_objects/protected_branches reading sources... [ 73%] gl_objects/releases reading sources... [ 75%] gl_objects/remote_mirrors reading sources... [ 76%] gl_objects/repositories reading sources... [ 78%] gl_objects/repository_tags reading sources... [ 80%] gl_objects/runners reading sources... [ 81%] gl_objects/search reading sources... [ 83%] gl_objects/settings reading sources... [ 84%] gl_objects/sidekiq reading sources... [ 86%] gl_objects/snippets reading sources... [ 87%] gl_objects/system_hooks reading sources... [ 89%] gl_objects/templates reading sources... [ 90%] gl_objects/todos reading sources... [ 92%] gl_objects/topics reading sources... [ 93%] gl_objects/users reading sources... [ 95%] gl_objects/variables reading sources... [ 96%] gl_objects/wikis reading sources... [ 98%] index reading sources... [100%] release-notes looking for now-outdated files... none found pickling environment... done checking consistency... done writing... python-gitlab.1 { cli-usage api-usage cli-examples api-objects gl_objects/access_requests gl_objects/appearance gl_objects/applications gl_objects/emojis gl_objects/badges gl_objects/branches gl_objects/clusters gl_objects/messages gl_objects/commits gl_objects/deploy_keys gl_objects/deploy_tokens gl_objects/deployments gl_objects/discussions gl_objects/environments gl_objects/events gl_objects/epics gl_objects/features gl_objects/geo_nodes gl_objects/groups gl_objects/group_access_tokens gl_objects/issues gl_objects/keys gl_objects/boards gl_objects/labels gl_objects/notifications gl_objects/merge_trains gl_objects/merge_requests gl_objects/merge_request_approvals gl_objects/milestones gl_objects/namespaces gl_objects/notes gl_objects/packages gl_objects/pagesdomains gl_objects/personal_access_tokens gl_objects/pipelines_and_jobs gl_objects/projects gl_objects/project_access_tokens gl_objects/protected_branches gl_objects/releases gl_objects/runners gl_objects/remote_mirrors gl_objects/repositories gl_objects/repository_tags gl_objects/search gl_objects/settings gl_objects/snippets gl_objects/system_hooks gl_objects/templates gl_objects/todos gl_objects/topics gl_objects/users gl_objects/variables gl_objects/sidekiq gl_objects/wikis api/gitlab api/gitlab.v4 cli-objects changelog release-notes faq } done build succeeded. The manual pages are in man. >>> py3-gitlab: Entering fakeroot... >>> py3-gitlab-doc*: Running split function doc... >>> py3-gitlab-doc*: Preparing subpackage py3-gitlab-doc... >>> py3-gitlab-doc*: Running postcheck for py3-gitlab-doc >>> py3-gitlab*: Running postcheck for py3-gitlab >>> py3-gitlab*: Preparing package py3-gitlab... >>> py3-gitlab-doc*: Tracing dependencies... >>> py3-gitlab-doc*: Package size: 148.0 KB >>> py3-gitlab-doc*: Compressing data... >>> py3-gitlab-doc*: Create checksum... >>> py3-gitlab-doc*: Create py3-gitlab-doc-3.5.0-r1.apk >>> py3-gitlab*: Tracing dependencies... >>> py3-gitlab*: Package size: 1.2 MB >>> py3-gitlab*: Compressing data... >>> py3-gitlab*: Create checksum... >>> py3-gitlab*: Create py3-gitlab-3.5.0-r1.apk >>> py3-gitlab: Build complete at Wed, 22 Jun 2022 17:28:35 +0000 elapsed time 0h 4m 26s >>> py3-gitlab: Cleaning up srcdir >>> py3-gitlab: Cleaning up pkgdir >>> py3-gitlab: Uninstalling dependencies... (1/52) Purging .makedepends-py3-gitlab (20220622.172413) (2/52) Purging py3-requests-toolbelt (0.9.1-r3) (3/52) Purging py3-build (0.7.0-r2) (4/52) Purging py3-pep517 (0.12.0-r2) (5/52) Purging py3-tomli (2.0.1-r1) (6/52) Purging py3-installer (0.5.1-r1) (7/52) Purging py3-wheel (0.37.1-r0) (8/52) Purging py3-sphinxcontrib-autoprogram (0.1.7-r0) (9/52) Purging py3-myst-parser (0.18.0-r0) (10/52) Purging py3-mdit-py-plugins (0.3.0-r0) (11/52) Purging py3-markdown-it-py (2.1.0-r0) (12/52) Purging py3-attrs (21.4.0-r0) (13/52) Purging py3-mdurl (0.1.1-r0) (14/52) Purging py3-sphinx (4.3.0-r1) (15/52) Purging py3-babel (2.9.1-r1) (16/52) Purging py3-tz (2022.1-r0) (17/52) Purging py3-docutils (0.16-r4) (18/52) Purging py3-imagesize (1.3.0-r0) (19/52) Purging py3-jinja2 (3.1.2-r0) (20/52) Purging py3-markupsafe (2.1.1-r0) (21/52) Purging py3-pygments (2.11.2-r0) (22/52) Purging py3-requests (2.27.1-r0) (23/52) Purging py3-certifi (2021.10.8-r0) (24/52) Purging py3-charset-normalizer (2.0.10-r0) (25/52) Purging py3-idna (3.3-r2) (26/52) Purging py3-urllib3 (1.26.9-r0) (27/52) Purging py3-setuptools (59.4.0-r0) (28/52) Purging py3-appdirs (1.4.4-r3) (29/52) Purging py3-more-itertools (8.13.0-r0) (30/52) Purging py3-ordered-set (4.0.2-r3) (31/52) Purging py3-packaging (21.3-r0) (32/52) Purging py3-six (1.16.0-r1) (33/52) Purging py3-parsing (2.4.7-r3) (34/52) Purging py3-snowballstemmer (2.2.0-r0) (35/52) Purging py3-alabaster (0.7.12-r5) (36/52) Purging py3-sphinxcontrib-applehelp (1.0.2-r2) (37/52) Purging py3-sphinxcontrib-devhelp (1.0.2-r2) (38/52) Purging py3-sphinxcontrib-htmlhelp (2.0.0-r1) (39/52) Purging py3-sphinxcontrib-jsmath (1.0.1-r2) (40/52) Purging py3-sphinxcontrib-serializinghtml (1.1.5-r1) (41/52) Purging py3-sphinxcontrib-qthelp (1.0.3-r2) (42/52) Purging py3-typing-extensions (4.2.0-r0) (43/52) Purging py3-yaml (6.0-r0) (44/52) Purging python3 (3.10.5-r0) (45/52) Purging libbz2 (1.0.8-r1) (46/52) Purging libffi (3.4.2-r1) (47/52) Purging gdbm (1.23-r0) (48/52) Purging xz-libs (5.2.5-r1) (49/52) Purging mpdecimal (2.5.1-r1) (50/52) Purging readline (8.1.2-r0) (51/52) Purging sqlite-libs (3.38.5-r0) (52/52) Purging yaml (0.2.5-r0) Executing busybox-1.35.0-r17.trigger OK: 215 MiB in 79 packages >>> py3-gitlab: Updating the testing/riscv64 repository index... >>> py3-gitlab: Signing the index...