>>> randrctl: Building testing/randrctl 1.9.0-r0 (using abuild 3.8.0_rc4-r1) started Mon, 13 Sep 2021 19:58:53 +0000 >>> randrctl: Checking sanity of /home/buildozer/aports/testing/randrctl/APKBUILD... >>> randrctl: Analyzing dependencies... >>> randrctl: Installing for build: build-base python3 py3-argcomplete py3-yaml xrandr python3-dev py3-pbr py3-setuptools py3-pytest (1/37) Installing libffi (3.3-r2) (2/37) Installing gdbm (1.20-r2) (3/37) Installing mpdecimal (2.5.1-r1) (4/37) Installing readline (8.1.1-r0) (5/37) Installing sqlite-libs (3.36.0-r0) (6/37) Installing python3 (3.9.6-r2) (7/37) Installing py3-argcomplete (1.12.3-r0) (8/37) Installing yaml (0.2.5-r0) (9/37) Installing py3-yaml (5.4.1.1-r1) (10/37) Installing libxau (1.0.9-r0) (11/37) Installing libmd (1.0.3-r0) (12/37) Installing libbsd (0.11.3-r0) (13/37) Installing libxdmcp (1.1.3-r0) (14/37) Installing libxcb (1.14-r2) (15/37) Installing libx11 (1.7.2-r0) (16/37) Installing libxext (1.3.4-r0) (17/37) Installing libxrender (0.9.10-r3) (18/37) Installing libxrandr (1.5.2-r1) (19/37) Installing xrandr (1.5.1-r0) (20/37) Installing python3-dev (3.9.6-r2) (21/37) Installing py3-pbr (5.6.0-r0) (22/37) Installing py3-ordered-set (4.0.2-r2) (23/37) Installing py3-appdirs (1.4.4-r2) (24/37) Installing py3-parsing (2.4.7-r2) (25/37) Installing py3-six (1.15.0-r1) (26/37) Installing py3-packaging (20.9-r1) (27/37) Installing py3-setuptools (52.0.0-r4) (28/37) Installing py3-atomicwrites (1.4.0-r1) (29/37) Installing py3-attrs (20.3.0-r1) (30/37) Installing py3-more-itertools (8.9.0-r0) (31/37) Installing py3-iniconfig (1.1.1-r1) (32/37) Installing py3-pluggy (0.13.1-r4) (33/37) Installing py3-py (1.10.0-r1) (34/37) Installing py3-wcwidth (0.2.5-r1) (35/37) Installing py3-toml (0.10.2-r2) (36/37) Installing py3-pytest (6.2.5-r0) (37/37) Installing .makedepends-randrctl (20210913.195854) Executing busybox-1.34.0-r3.trigger OK: 415 MiB in 136 packages >>> randrctl: Cleaning up srcdir >>> randrctl: Cleaning up pkgdir >>> randrctl: Fetching https://distfiles.alpinelinux.org/distfiles/randrctl-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 341 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 >>> randrctl: Fetching https://github.com/edio/randrctl/archive/1.9.0/randrctl-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 100 120 100 120 0 0 530 0 --:--:-- --:--:-- --:--:-- 528 100 32641 0 32641 0 0 68457 0 --:--:-- --:--:-- --:--:-- 68457 >>> randrctl: Fetching https://distfiles.alpinelinux.org/distfiles/randrctl-1.9.0.tar.gz >>> randrctl: Checking sha512sums... randrctl-1.9.0.tar.gz: OK >>> randrctl: Unpacking /var/cache/distfiles/randrctl-1.9.0.tar.gz... running build running build_py creating build creating build/lib creating build/lib/randrctl copying randrctl/cli.py -> build/lib/randrctl copying randrctl/profile.py -> build/lib/randrctl copying randrctl/ctl.py -> build/lib/randrctl copying randrctl/__init__.py -> build/lib/randrctl copying randrctl/__main__.py -> build/lib/randrctl copying randrctl/model.py -> build/lib/randrctl copying randrctl/context.py -> build/lib/randrctl copying randrctl/exception.py -> build/lib/randrctl copying randrctl/xrandr.py -> build/lib/randrctl running egg_info creating randrctl.egg-info writing randrctl.egg-info/PKG-INFO writing dependency_links to randrctl.egg-info/dependency_links.txt writing entry points to randrctl.egg-info/entry_points.txt writing requirements to randrctl.egg-info/requires.txt writing top-level names to randrctl.egg-info/top_level.txt writing pbr to randrctl.egg-info/pbr.json [pbr] Processing SOURCES.txt writing manifest file 'randrctl.egg-info/SOURCES.txt' [pbr] In git context, generating filelist from git warning: no files found matching 'AUTHORS' warning: no files found matching 'ChangeLog' warning: no previously-included files found matching '.gitreview' warning: no previously-included files matching '*.pyc' found anywhere in distribution writing manifest file 'randrctl.egg-info/SOURCES.txt' ============================= test session starts ============================== platform linux -- Python 3.9.6, pytest-6.2.5, py-1.10.0, pluggy-0.13.1 rootdir: /home/buildozer/aports/testing/randrctl/src/randrctl-1.9.0 collected 34 items tests/test_context.py sss..... [ 23%] tests/test_model.py .. [ 29%] tests/test_profile.py .......... [ 58%] tests/test_xrandr.py .............. [100%] =============================== warnings summary =============================== randrctl/xrandr.py:34 /home/buildozer/aports/testing/randrctl/src/randrctl-1.9.0/randrctl/xrandr.py:34: DeprecationWarning: invalid escape sequence \d '(?Pprimary )?(?P[\dx\+]+) (?:(?P\w+) )?.*?(?:panning (?P[\dx\+]+))?$') randrctl/xrandr.py:35 /home/buildozer/aports/testing/randrctl/src/randrctl-1.9.0/randrctl/xrandr.py:35: DeprecationWarning: invalid escape sequence \d MODE_REGEX = re.compile("(\d+x\d+)\+(\d+\+\d+)") randrctl/xrandr.py:36 /home/buildozer/aports/testing/randrctl/src/randrctl-1.9.0/randrctl/xrandr.py:36: DeprecationWarning: invalid escape sequence \s CURRENT_MODE_REGEX = re.compile("\s*(\S+)\s+([0-9\.]+)(.*$)") -- Docs: https://docs.pytest.org/en/stable/warnings.html ================== 31 passed, 3 skipped, 3 warnings in 0.50s =================== >>> randrctl: Entering fakeroot... running install running build running build_py running egg_info writing randrctl.egg-info/PKG-INFO writing dependency_links to randrctl.egg-info/dependency_links.txt writing entry points to randrctl.egg-info/entry_points.txt writing requirements to randrctl.egg-info/requires.txt writing top-level names to randrctl.egg-info/top_level.txt writing pbr to randrctl.egg-info/pbr.json [pbr] Reusing existing SOURCES.txt running install_lib creating /home/buildozer/aports/testing/randrctl/pkg creating /home/buildozer/aports/testing/randrctl/pkg/randrctl creating /home/buildozer/aports/testing/randrctl/pkg/randrctl/usr creating /home/buildozer/aports/testing/randrctl/pkg/randrctl/usr/lib creating /home/buildozer/aports/testing/randrctl/pkg/randrctl/usr/lib/python3.9 creating /home/buildozer/aports/testing/randrctl/pkg/randrctl/usr/lib/python3.9/site-packages creating /home/buildozer/aports/testing/randrctl/pkg/randrctl/usr/lib/python3.9/site-packages/randrctl copying build/lib/randrctl/cli.py -> /home/buildozer/aports/testing/randrctl/pkg/randrctl/usr/lib/python3.9/site-packages/randrctl copying build/lib/randrctl/profile.py -> /home/buildozer/aports/testing/randrctl/pkg/randrctl/usr/lib/python3.9/site-packages/randrctl copying build/lib/randrctl/ctl.py -> /home/buildozer/aports/testing/randrctl/pkg/randrctl/usr/lib/python3.9/site-packages/randrctl copying build/lib/randrctl/__init__.py -> /home/buildozer/aports/testing/randrctl/pkg/randrctl/usr/lib/python3.9/site-packages/randrctl copying build/lib/randrctl/__main__.py -> /home/buildozer/aports/testing/randrctl/pkg/randrctl/usr/lib/python3.9/site-packages/randrctl copying build/lib/randrctl/model.py -> /home/buildozer/aports/testing/randrctl/pkg/randrctl/usr/lib/python3.9/site-packages/randrctl copying build/lib/randrctl/context.py -> /home/buildozer/aports/testing/randrctl/pkg/randrctl/usr/lib/python3.9/site-packages/randrctl copying build/lib/randrctl/exception.py -> /home/buildozer/aports/testing/randrctl/pkg/randrctl/usr/lib/python3.9/site-packages/randrctl copying build/lib/randrctl/xrandr.py -> /home/buildozer/aports/testing/randrctl/pkg/randrctl/usr/lib/python3.9/site-packages/randrctl byte-compiling /home/buildozer/aports/testing/randrctl/pkg/randrctl/usr/lib/python3.9/site-packages/randrctl/cli.py to cli.cpython-39.pyc byte-compiling /home/buildozer/aports/testing/randrctl/pkg/randrctl/usr/lib/python3.9/site-packages/randrctl/profile.py to profile.cpython-39.pyc byte-compiling /home/buildozer/aports/testing/randrctl/pkg/randrctl/usr/lib/python3.9/site-packages/randrctl/ctl.py to ctl.cpython-39.pyc byte-compiling /home/buildozer/aports/testing/randrctl/pkg/randrctl/usr/lib/python3.9/site-packages/randrctl/__init__.py to __init__.cpython-39.pyc byte-compiling /home/buildozer/aports/testing/randrctl/pkg/randrctl/usr/lib/python3.9/site-packages/randrctl/__main__.py to __main__.cpython-39.pyc byte-compiling /home/buildozer/aports/testing/randrctl/pkg/randrctl/usr/lib/python3.9/site-packages/randrctl/model.py to model.cpython-39.pyc byte-compiling /home/buildozer/aports/testing/randrctl/pkg/randrctl/usr/lib/python3.9/site-packages/randrctl/context.py to context.cpython-39.pyc byte-compiling /home/buildozer/aports/testing/randrctl/pkg/randrctl/usr/lib/python3.9/site-packages/randrctl/exception.py to exception.cpython-39.pyc byte-compiling /home/buildozer/aports/testing/randrctl/pkg/randrctl/usr/lib/python3.9/site-packages/randrctl/xrandr.py to xrandr.cpython-39.pyc running install_egg_info Copying randrctl.egg-info to /home/buildozer/aports/testing/randrctl/pkg/randrctl/usr/lib/python3.9/site-packages/randrctl-1.9.0-py3.9.egg-info running install_scripts Installing randrctl script to /home/buildozer/aports/testing/randrctl/pkg/randrctl/usr/bin >>> randrctl*: Running postcheck for randrctl >>> randrctl*: Preparing package randrctl... >>> randrctl*: Tracing dependencies... >>> randrctl*: Package size: 216.0 KB >>> randrctl*: Compressing data... >>> randrctl*: Create checksum... >>> randrctl*: Create randrctl-1.9.0-r0.apk >>> randrctl: Build complete at Mon, 13 Sep 2021 19:58:59 +0000 elapsed time 0h 0m 6s >>> randrctl: Cleaning up srcdir >>> randrctl: Cleaning up pkgdir >>> randrctl: Uninstalling dependencies... (1/37) Purging .makedepends-randrctl (20210913.195854) (2/37) Purging py3-argcomplete (1.12.3-r0) (3/37) Purging py3-yaml (5.4.1.1-r1) (4/37) Purging xrandr (1.5.1-r0) (5/37) Purging python3-dev (3.9.6-r2) (6/37) Purging py3-pbr (5.6.0-r0) (7/37) Purging py3-setuptools (52.0.0-r4) (8/37) Purging py3-ordered-set (4.0.2-r2) (9/37) Purging py3-appdirs (1.4.4-r2) (10/37) Purging py3-pytest (6.2.5-r0) (11/37) Purging py3-atomicwrites (1.4.0-r1) (12/37) Purging py3-attrs (20.3.0-r1) (13/37) Purging py3-more-itertools (8.9.0-r0) (14/37) Purging py3-iniconfig (1.1.1-r1) (15/37) Purging py3-pluggy (0.13.1-r4) (16/37) Purging py3-py (1.10.0-r1) (17/37) Purging py3-wcwidth (0.2.5-r1) (18/37) Purging py3-packaging (20.9-r1) (19/37) Purging py3-parsing (2.4.7-r2) (20/37) Purging py3-six (1.15.0-r1) (21/37) Purging py3-toml (0.10.2-r2) (22/37) Purging python3 (3.9.6-r2) (23/37) Purging libffi (3.3-r2) (24/37) Purging gdbm (1.20-r2) (25/37) Purging mpdecimal (2.5.1-r1) (26/37) Purging readline (8.1.1-r0) (27/37) Purging sqlite-libs (3.36.0-r0) (28/37) Purging yaml (0.2.5-r0) (29/37) Purging libxrandr (1.5.2-r1) (30/37) Purging libxext (1.3.4-r0) (31/37) Purging libxrender (0.9.10-r3) (32/37) Purging libx11 (1.7.2-r0) (33/37) Purging libxcb (1.14-r2) (34/37) Purging libxau (1.0.9-r0) (35/37) Purging libxdmcp (1.1.3-r0) (36/37) Purging libbsd (0.11.3-r0) (37/37) Purging libmd (1.0.3-r0) Executing busybox-1.34.0-r3.trigger OK: 321 MiB in 99 packages >>> randrctl: Updating the testing/x86 repository index... >>> randrctl: Signing the index...