>>> py3-gitlab: Building testing/py3-gitlab 3.10.0-r0 (using abuild 3.10.0_rc1-r2) started Fri, 07 Oct 2022 06:30:00 +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/49) Installing libbz2 (1.0.8-r3) (2/49) Installing libffi (3.4.3-r0) (3/49) Installing gdbm (1.23-r0) (4/49) Installing xz-libs (5.2.7-r0) (5/49) Installing mpdecimal (2.5.1-r1) (6/49) Installing readline (8.2.0-r0) (7/49) Installing sqlite-libs (3.39.4-r0) (8/49) Installing python3 (3.10.7-r0) (9/49) Installing py3-certifi (2022.6.15-r0) (10/49) Installing py3-charset-normalizer (2.1.1-r0) (11/49) Installing py3-idna (3.4-r1) (12/49) Installing py3-urllib3 (1.26.12-r0) (13/49) Installing py3-requests (2.28.1-r0) (14/49) Installing py3-requests-toolbelt (0.9.1-r3) (15/49) Installing py3-parsing (3.0.9-r0) (16/49) Installing py3-packaging (21.3-r2) (17/49) Installing py3-setuptools (65.4.1-r0) (18/49) Installing py3-tomli (2.0.1-r1) (19/49) Installing py3-pep517 (0.13.0-r0) (20/49) Installing py3-build (0.8.0-r1) (21/49) Installing py3-installer (0.5.1-r1) (22/49) Installing py3-wheel (0.37.1-r1) (23/49) Installing py3-tz (2022.2.1-r0) (24/49) Installing py3-babel (2.10.3-r0) (25/49) Installing py3-docutils (0.19-r1) (26/49) Installing py3-imagesize (1.4.1-r0) (27/49) Installing py3-markupsafe (2.1.1-r1) (28/49) Installing py3-jinja2 (3.1.2-r0) (29/49) Installing py3-pygments (2.13.0-r0) (30/49) Installing py3-snowballstemmer (2.2.0-r0) (31/49) Installing py3-alabaster (0.7.12-r5) (32/49) Installing py3-sphinxcontrib-applehelp (1.0.2-r3) (33/49) Installing py3-sphinxcontrib-devhelp (1.0.2-r3) (34/49) Installing py3-sphinxcontrib-htmlhelp (2.0.0-r2) (35/49) Installing py3-sphinxcontrib-jsmath (1.0.1-r3) (36/49) Installing py3-sphinxcontrib-serializinghtml (1.1.5-r2) (37/49) Installing py3-sphinxcontrib-qthelp (1.0.3-r3) (38/49) Installing py3-sphinx (5.2.1-r0) (39/49) Installing py3-six (1.16.0-r3) (40/49) Installing py3-sphinxcontrib-autoprogram (0.1.7-r1) (41/49) Installing py3-attrs (22.1.0-r0) (42/49) Installing py3-mdurl (0.1.2-r0) (43/49) Installing py3-markdown-it-py (2.1.0-r0) (44/49) Installing py3-mdit-py-plugins (0.3.1-r0) (45/49) Installing py3-typing-extensions (4.4.0-r0) (46/49) Installing yaml (0.2.5-r0) (47/49) Installing py3-yaml (6.0-r0) (48/49) Installing py3-myst-parser (0.18.1-r0) (49/49) Installing .makedepends-py3-gitlab (20221007.063005) Executing busybox-1.35.0-r27.trigger OK: 431 MiB in 145 packages >>> py3-gitlab: Cleaning up srcdir >>> py3-gitlab: Cleaning up pkgdir >>> py3-gitlab: Fetching https://distfiles.alpinelinux.org/distfiles/edge/py3-gitlab-3.10.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 243k 100 243k 0 0 368k 0 --:--:-- --:--:-- --:--:-- 396k >>> py3-gitlab: Fetching https://distfiles.alpinelinux.org/distfiles/edge/py3-gitlab-3.10.0.tar.gz >>> py3-gitlab: Checking sha512sums... py3-gitlab-3.10.0.tar.gz: OK >>> py3-gitlab: Unpacking /var/cache/distfiles/py3-gitlab-3.10.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/types.py -> build/lib/gitlab copying gitlab/mixins.py -> build/lib/gitlab copying gitlab/client.py -> build/lib/gitlab copying gitlab/__init__.py -> build/lib/gitlab copying gitlab/base.py -> build/lib/gitlab copying gitlab/cli.py -> build/lib/gitlab copying gitlab/exceptions.py -> build/lib/gitlab copying gitlab/__main__.py -> build/lib/gitlab copying gitlab/utils.py -> build/lib/gitlab copying gitlab/const.py -> build/lib/gitlab copying gitlab/config.py -> build/lib/gitlab copying gitlab/_version.py -> build/lib/gitlab creating build/lib/gitlab/v4 copying gitlab/v4/__init__.py -> build/lib/gitlab/v4 copying gitlab/v4/cli.py -> build/lib/gitlab/v4 creating build/lib/gitlab/v4/objects copying gitlab/v4/objects/integrations.py -> build/lib/gitlab/v4/objects copying gitlab/v4/objects/merge_trains.py -> build/lib/gitlab/v4/objects copying gitlab/v4/objects/clusters.py -> build/lib/gitlab/v4/objects copying gitlab/v4/objects/discussions.py -> build/lib/gitlab/v4/objects copying gitlab/v4/objects/labels.py -> build/lib/gitlab/v4/objects copying gitlab/v4/objects/iterations.py -> build/lib/gitlab/v4/objects copying gitlab/v4/objects/group_access_tokens.py -> build/lib/gitlab/v4/objects copying gitlab/v4/objects/notes.py -> build/lib/gitlab/v4/objects copying gitlab/v4/objects/statistics.py -> build/lib/gitlab/v4/objects copying gitlab/v4/objects/broadcast_messages.py -> build/lib/gitlab/v4/objects copying gitlab/v4/objects/pages.py -> build/lib/gitlab/v4/objects copying gitlab/v4/objects/epics.py -> build/lib/gitlab/v4/objects copying gitlab/v4/objects/deploy_keys.py -> build/lib/gitlab/v4/objects copying gitlab/v4/objects/ldap.py -> build/lib/gitlab/v4/objects copying gitlab/v4/objects/award_emojis.py -> build/lib/gitlab/v4/objects copying gitlab/v4/objects/artifacts.py -> build/lib/gitlab/v4/objects copying gitlab/v4/objects/invitations.py -> build/lib/gitlab/v4/objects copying gitlab/v4/objects/projects.py -> build/lib/gitlab/v4/objects copying gitlab/v4/objects/releases.py -> build/lib/gitlab/v4/objects copying gitlab/v4/objects/issues.py -> build/lib/gitlab/v4/objects copying gitlab/v4/objects/wikis.py -> build/lib/gitlab/v4/objects copying gitlab/v4/objects/snippets.py -> build/lib/gitlab/v4/objects copying gitlab/v4/objects/boards.py -> build/lib/gitlab/v4/objects copying gitlab/v4/objects/__init__.py -> build/lib/gitlab/v4/objects copying gitlab/v4/objects/keys.py -> build/lib/gitlab/v4/objects copying gitlab/v4/objects/notification_settings.py -> build/lib/gitlab/v4/objects copying gitlab/v4/objects/merge_request_approvals.py -> build/lib/gitlab/v4/objects copying gitlab/v4/objects/events.py -> build/lib/gitlab/v4/objects copying gitlab/v4/objects/groups.py -> build/lib/gitlab/v4/objects copying gitlab/v4/objects/jobs.py -> build/lib/gitlab/v4/objects copying gitlab/v4/objects/container_registry.py -> build/lib/gitlab/v4/objects copying gitlab/v4/objects/triggers.py -> build/lib/gitlab/v4/objects copying gitlab/v4/objects/members.py -> build/lib/gitlab/v4/objects copying gitlab/v4/objects/templates.py -> build/lib/gitlab/v4/objects copying gitlab/v4/objects/files.py -> build/lib/gitlab/v4/objects copying gitlab/v4/objects/appearance.py -> build/lib/gitlab/v4/objects copying gitlab/v4/objects/applications.py -> build/lib/gitlab/v4/objects copying gitlab/v4/objects/ci_lint.py -> build/lib/gitlab/v4/objects copying gitlab/v4/objects/custom_attributes.py -> build/lib/gitlab/v4/objects copying gitlab/v4/objects/packages.py -> build/lib/gitlab/v4/objects copying gitlab/v4/objects/project_access_tokens.py -> build/lib/gitlab/v4/objects copying gitlab/v4/objects/geo_nodes.py -> build/lib/gitlab/v4/objects copying gitlab/v4/objects/personal_access_tokens.py -> build/lib/gitlab/v4/objects copying gitlab/v4/objects/variables.py -> build/lib/gitlab/v4/objects copying gitlab/v4/objects/commits.py -> build/lib/gitlab/v4/objects copying gitlab/v4/objects/environments.py -> build/lib/gitlab/v4/objects copying gitlab/v4/objects/repositories.py -> build/lib/gitlab/v4/objects copying gitlab/v4/objects/features.py -> build/lib/gitlab/v4/objects copying gitlab/v4/objects/settings.py -> build/lib/gitlab/v4/objects copying gitlab/v4/objects/audit_events.py -> build/lib/gitlab/v4/objects copying gitlab/v4/objects/tags.py -> build/lib/gitlab/v4/objects copying gitlab/v4/objects/runners.py -> build/lib/gitlab/v4/objects copying gitlab/v4/objects/hooks.py -> build/lib/gitlab/v4/objects copying gitlab/v4/objects/pipelines.py -> build/lib/gitlab/v4/objects copying gitlab/v4/objects/merge_requests.py -> build/lib/gitlab/v4/objects copying gitlab/v4/objects/branches.py -> build/lib/gitlab/v4/objects copying gitlab/v4/objects/access_requests.py -> build/lib/gitlab/v4/objects copying gitlab/v4/objects/sidekiq.py -> build/lib/gitlab/v4/objects copying gitlab/v4/objects/push_rules.py -> build/lib/gitlab/v4/objects copying gitlab/v4/objects/deployments.py -> build/lib/gitlab/v4/objects copying gitlab/v4/objects/todos.py -> build/lib/gitlab/v4/objects copying gitlab/v4/objects/users.py -> build/lib/gitlab/v4/objects copying gitlab/v4/objects/milestones.py -> build/lib/gitlab/v4/objects copying gitlab/v4/objects/deploy_tokens.py -> build/lib/gitlab/v4/objects copying gitlab/v4/objects/badges.py -> build/lib/gitlab/v4/objects copying gitlab/v4/objects/topics.py -> build/lib/gitlab/v4/objects copying gitlab/v4/objects/namespaces.py -> build/lib/gitlab/v4/objects copying gitlab/v4/objects/export_import.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/types.py -> build/bdist.linux-riscv64/wheel/gitlab copying build/lib/gitlab/mixins.py -> build/bdist.linux-riscv64/wheel/gitlab creating build/bdist.linux-riscv64/wheel/gitlab/v4 copying build/lib/gitlab/v4/__init__.py -> build/bdist.linux-riscv64/wheel/gitlab/v4 creating build/bdist.linux-riscv64/wheel/gitlab/v4/objects copying build/lib/gitlab/v4/objects/integrations.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/clusters.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/labels.py -> build/bdist.linux-riscv64/wheel/gitlab/v4/objects copying build/lib/gitlab/v4/objects/iterations.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/notes.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/broadcast_messages.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/epics.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/ldap.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/artifacts.py -> build/bdist.linux-riscv64/wheel/gitlab/v4/objects copying build/lib/gitlab/v4/objects/invitations.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/releases.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/wikis.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/boards.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/keys.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/merge_request_approvals.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/groups.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/container_registry.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/members.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/files.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/applications.py -> build/bdist.linux-riscv64/wheel/gitlab/v4/objects copying build/lib/gitlab/v4/objects/ci_lint.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/packages.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/geo_nodes.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/variables.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/environments.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/features.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/audit_events.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/runners.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/pipelines.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/branches.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/sidekiq.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/deployments.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/users.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/deploy_tokens.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/topics.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/export_import.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/client.py -> build/bdist.linux-riscv64/wheel/gitlab copying build/lib/gitlab/__init__.py -> build/bdist.linux-riscv64/wheel/gitlab copying build/lib/gitlab/base.py -> build/bdist.linux-riscv64/wheel/gitlab copying build/lib/gitlab/cli.py -> build/bdist.linux-riscv64/wheel/gitlab copying build/lib/gitlab/exceptions.py -> build/bdist.linux-riscv64/wheel/gitlab copying build/lib/gitlab/__main__.py -> build/bdist.linux-riscv64/wheel/gitlab copying build/lib/gitlab/py.typed -> build/bdist.linux-riscv64/wheel/gitlab copying build/lib/gitlab/utils.py -> build/bdist.linux-riscv64/wheel/gitlab copying build/lib/gitlab/const.py -> build/bdist.linux-riscv64/wheel/gitlab copying build/lib/gitlab/config.py -> build/bdist.linux-riscv64/wheel/gitlab copying build/lib/gitlab/_version.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.10.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.10.0.dist-info/WHEEL creating '/home/buildozer/aports/testing/py3-gitlab/src/python-gitlab-3.10.0/dist/tmpdl5_w6z5/python_gitlab-3.10.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/ci_lint.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/integrations.py' adding 'gitlab/v4/objects/invitations.py' adding 'gitlab/v4/objects/issues.py' adding 'gitlab/v4/objects/iterations.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/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.10.0.dist-info/AUTHORS' adding 'python_gitlab-3.10.0.dist-info/COPYING' adding 'python_gitlab-3.10.0.dist-info/METADATA' adding 'python_gitlab-3.10.0.dist-info/WHEEL' adding 'python_gitlab-3.10.0.dist-info/entry_points.txt' adding 'python_gitlab-3.10.0.dist-info/top_level.txt' adding 'python_gitlab-3.10.0.dist-info/RECORD' removing build/bdist.linux-riscv64/wheel * Getting dependencies for wheel... * Building wheel... Successfully built python_gitlab-3.10.0-py3-none-any.whl Running Sphinx v5.2.1 making output directory... done myst v0.18.1: 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-advanced.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/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] 70 added, 0 changed, 0 removed reading sources... [ 1%] api-objects reading sources... [ 2%] api-usage reading sources... [ 4%] api-usage-advanced reading sources... [ 5%] api/gitlab reading sources... [ 7%] api/gitlab.v4 reading sources... [ 8%] changelog reading sources... [ 10%] cli-examples reading sources... [ 11%] cli-objects reading sources... [ 12%] cli-usage reading sources... [ 14%] faq reading sources... [ 15%] gl_objects/access_requests reading sources... [ 17%] gl_objects/appearance reading sources... [ 18%] gl_objects/applications reading sources... [ 20%] gl_objects/badges reading sources... [ 21%] gl_objects/boards reading sources... [ 22%] gl_objects/branches reading sources... [ 24%] gl_objects/ci_lint reading sources... [ 25%] gl_objects/clusters reading sources... [ 27%] gl_objects/commits reading sources... [ 28%] gl_objects/deploy_keys reading sources... [ 30%] gl_objects/deploy_tokens reading sources... [ 31%] gl_objects/deployments reading sources... [ 32%] gl_objects/discussions reading sources... [ 34%] gl_objects/emojis reading sources... [ 35%] gl_objects/environments reading sources... [ 37%] gl_objects/epics reading sources... [ 38%] gl_objects/events reading sources... [ 40%] gl_objects/features reading sources... [ 41%] gl_objects/geo_nodes reading sources... [ 42%] gl_objects/group_access_tokens reading sources... [ 44%] gl_objects/groups reading sources... [ 45%] gl_objects/invitations reading sources... [ 47%] gl_objects/issues reading sources... [ 48%] gl_objects/iterations reading sources... [ 50%] gl_objects/keys reading sources... [ 51%] gl_objects/labels reading sources... [ 52%] gl_objects/merge_request_approvals reading sources... [ 54%] gl_objects/merge_requests reading sources... [ 55%] gl_objects/merge_trains reading sources... [ 57%] gl_objects/messages reading sources... [ 58%] gl_objects/milestones reading sources... [ 60%] gl_objects/namespaces reading sources... [ 61%] gl_objects/notes reading sources... [ 62%] gl_objects/notifications reading sources... [ 64%] gl_objects/packages reading sources... [ 65%] gl_objects/pagesdomains reading sources... [ 67%] gl_objects/personal_access_tokens reading sources... [ 68%] gl_objects/pipelines_and_jobs reading sources... [ 70%] gl_objects/project_access_tokens reading sources... [ 71%] gl_objects/projects reading sources... [ 72%] gl_objects/protected_branches reading sources... [ 74%] gl_objects/protected_environments reading sources... [ 75%] gl_objects/releases reading sources... [ 77%] gl_objects/remote_mirrors reading sources... [ 78%] gl_objects/repositories reading sources... [ 80%] gl_objects/repository_tags reading sources... [ 81%] gl_objects/runners reading sources... [ 82%] gl_objects/search reading sources... [ 84%] gl_objects/settings reading sources... [ 85%] gl_objects/sidekiq reading sources... [ 87%] gl_objects/snippets reading sources... [ 88%] gl_objects/system_hooks reading sources... [ 90%] gl_objects/templates reading sources... [ 91%] gl_objects/todos reading sources... [ 92%] gl_objects/topics reading sources... [ 94%] gl_objects/users reading sources... [ 95%] gl_objects/variables reading sources... [ 97%] 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 api-usage-advanced 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/messages gl_objects/ci_lint 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/invitations gl_objects/issues gl_objects/iterations 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/protected_environments 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 gl_objects/clusters 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: 168.0 KB >>> py3-gitlab-doc*: Compressing data... >>> py3-gitlab-doc*: Create checksum... >>> py3-gitlab-doc*: Create py3-gitlab-doc-3.10.0-r0.apk >>> py3-gitlab*: Tracing dependencies... >>> py3-gitlab*: Package size: 1.3 MB >>> py3-gitlab*: Compressing data... >>> py3-gitlab*: Create checksum... >>> py3-gitlab*: Create py3-gitlab-3.10.0-r0.apk >>> py3-gitlab: Build complete at Fri, 07 Oct 2022 06:37:29 +0000 elapsed time 0h 7m 29s >>> py3-gitlab: Cleaning up srcdir >>> py3-gitlab: Cleaning up pkgdir >>> py3-gitlab: Uninstalling dependencies... (1/49) Purging .makedepends-py3-gitlab (20221007.063005) (2/49) Purging py3-requests-toolbelt (0.9.1-r3) (3/49) Purging py3-setuptools (65.4.1-r0) (4/49) Purging py3-build (0.8.0-r1) (5/49) Purging py3-pep517 (0.13.0-r0) (6/49) Purging py3-tomli (2.0.1-r1) (7/49) Purging py3-installer (0.5.1-r1) (8/49) Purging py3-wheel (0.37.1-r1) (9/49) Purging py3-sphinxcontrib-autoprogram (0.1.7-r1) (10/49) Purging py3-six (1.16.0-r3) (11/49) Purging py3-myst-parser (0.18.1-r0) (12/49) Purging py3-mdit-py-plugins (0.3.1-r0) (13/49) Purging py3-markdown-it-py (2.1.0-r0) (14/49) Purging py3-attrs (22.1.0-r0) (15/49) Purging py3-mdurl (0.1.2-r0) (16/49) Purging py3-sphinx (5.2.1-r0) (17/49) Purging py3-babel (2.10.3-r0) (18/49) Purging py3-tz (2022.2.1-r0) (19/49) Purging py3-docutils (0.19-r1) (20/49) Purging py3-imagesize (1.4.1-r0) (21/49) Purging py3-jinja2 (3.1.2-r0) (22/49) Purging py3-markupsafe (2.1.1-r1) (23/49) Purging py3-packaging (21.3-r2) (24/49) Purging py3-parsing (3.0.9-r0) (25/49) Purging py3-pygments (2.13.0-r0) (26/49) Purging py3-requests (2.28.1-r0) (27/49) Purging py3-certifi (2022.6.15-r0) (28/49) Purging py3-charset-normalizer (2.1.1-r0) (29/49) Purging py3-idna (3.4-r1) (30/49) Purging py3-urllib3 (1.26.12-r0) (31/49) Purging py3-snowballstemmer (2.2.0-r0) (32/49) Purging py3-alabaster (0.7.12-r5) (33/49) Purging py3-sphinxcontrib-applehelp (1.0.2-r3) (34/49) Purging py3-sphinxcontrib-devhelp (1.0.2-r3) (35/49) Purging py3-sphinxcontrib-htmlhelp (2.0.0-r2) (36/49) Purging py3-sphinxcontrib-jsmath (1.0.1-r3) (37/49) Purging py3-sphinxcontrib-serializinghtml (1.1.5-r2) (38/49) Purging py3-sphinxcontrib-qthelp (1.0.3-r3) (39/49) Purging py3-typing-extensions (4.4.0-r0) (40/49) Purging py3-yaml (6.0-r0) (41/49) Purging python3 (3.10.7-r0) (42/49) Purging libbz2 (1.0.8-r3) (43/49) Purging libffi (3.4.3-r0) (44/49) Purging gdbm (1.23-r0) (45/49) Purging xz-libs (5.2.7-r0) (46/49) Purging mpdecimal (2.5.1-r1) (47/49) Purging readline (8.2.0-r0) (48/49) Purging sqlite-libs (3.39.4-r0) (49/49) Purging yaml (0.2.5-r0) Executing busybox-1.35.0-r27.trigger OK: 298 MiB in 96 packages >>> py3-gitlab: Updating the testing/riscv64 repository index... >>> py3-gitlab: Signing the index...