D: [iurt_root_command] chroot
warning: Found bdb_ro Packages database while attempting sqlite backend: using bdb_ro backend.
Installing /home/iurt/rpmbuild/SRPMS/eduvpn-client-1.1-1.mga9.src.rpm
Building target platforms: aarch64
Building for target aarch64
Executing(%prep): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.jmqiya
+ umask 022
+ cd /home/iurt/rpmbuild/BUILD
+ '[' 1 -eq 1 ']'
+ '[' 1 -eq 1 ']'
+ '[' 1 -eq 1 ']'
+ cd /home/iurt/rpmbuild/BUILD
+ rm -rf eduvpn_client-1.1
+ /usr/bin/gzip -dc /home/iurt/rpmbuild/SOURCES/eduvpn_client-1.1.tar.gz
+ /usr/bin/tar -xof -
+ STATUS=0
+ '[' 0 -ne 0 ']'
+ cd eduvpn_client-1.1
+ /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
+ RPM_EC=0
++ jobs -p
+ exit 0
Executing(%build): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.uuoMQ3
+ umask 022
+ cd /home/iurt/rpmbuild/BUILD
+ cd eduvpn_client-1.1
+ '[' 1 -eq 1 ']'
+ '[' 1 -eq 1 ']'
+ CFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables'
+ LDFLAGS=' -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags'
+ /usr/bin/python3 setup.py build '--executable=/usr/bin/python3 -s'
/usr/lib/python3.9/site-packages/setuptools/__init__.py:148: SetuptoolsDeprecationWarning: setup_requires is deprecated. Supply build dependencies using PEP 517 pyproject.toml build-requires.
  warnings.warn(
running build
running build_py
creating build
creating build/lib
creating build/lib/tests
copying tests/test_openvpn.py -> build/lib/tests
copying tests/test_manager.py -> build/lib/tests
copying tests/test_online.py -> build/lib/tests
copying tests/test_oauth2.py -> build/lib/tests
copying tests/__init__.py -> build/lib/tests
copying tests/test_metadata.py -> build/lib/tests
copying tests/online.py -> build/lib/tests
copying tests/mock_config.py -> build/lib/tests
copying tests/test_util.py -> build/lib/tests
copying tests/test_crypto.py -> build/lib/tests
copying tests/test_actions.py -> build/lib/tests
copying tests/test_remote.py -> build/lib/tests
copying tests/test_io.py -> build/lib/tests
copying tests/test_notify.py -> build/lib/tests
copying tests/test_ui.py -> build/lib/tests
copying tests/util.py -> build/lib/tests
creating build/lib/eduvpn
copying eduvpn/openvpn.py -> build/lib/eduvpn
copying eduvpn/__init__.py -> build/lib/eduvpn
copying eduvpn/ui.py -> build/lib/eduvpn
copying eduvpn/security.py -> build/lib/eduvpn
copying eduvpn/main.py -> build/lib/eduvpn
copying eduvpn/oauth2.py -> build/lib/eduvpn
copying eduvpn/manager.py -> build/lib/eduvpn
copying eduvpn/crypto.py -> build/lib/eduvpn
copying eduvpn/config.py -> build/lib/eduvpn
copying eduvpn/exceptions.py -> build/lib/eduvpn
copying eduvpn/metadata.py -> build/lib/eduvpn
copying eduvpn/remote.py -> build/lib/eduvpn
copying eduvpn/io.py -> build/lib/eduvpn
copying eduvpn/other_nm.py -> build/lib/eduvpn
copying eduvpn/brand.py -> build/lib/eduvpn
copying eduvpn/util.py -> build/lib/eduvpn
copying eduvpn/notify.py -> build/lib/eduvpn
creating build/lib/tests/actions
copying tests/actions/__init__.py -> build/lib/tests/actions
copying tests/actions/test_switch.py -> build/lib/tests/actions
copying tests/actions/test_activate.py -> build/lib/tests/actions
creating build/lib/tests/steps
copying tests/steps/__init__.py -> build/lib/tests/steps
copying tests/steps/test_profile.py -> build/lib/tests/steps
copying tests/steps/test_instance.py -> build/lib/tests/steps
copying tests/steps/test_finalize.py -> build/lib/tests/steps
copying tests/steps/test_messages.py -> build/lib/tests/steps
copying tests/steps/test_two_way_auth.py -> build/lib/tests/steps
copying tests/steps/test_start.py -> build/lib/tests/steps
copying tests/steps/test_browser.py -> build/lib/tests/steps
copying tests/steps/test_custom_url.py -> build/lib/tests/steps
copying tests/steps/test_reauth.py -> build/lib/tests/steps
copying tests/steps/test_totp_enroll.py -> build/lib/tests/steps
creating build/lib/eduvpn/actions
copying eduvpn/actions/__init__.py -> build/lib/eduvpn/actions
copying eduvpn/actions/delete.py -> build/lib/eduvpn/actions
copying eduvpn/actions/vpn_status.py -> build/lib/eduvpn/actions
copying eduvpn/actions/activate.py -> build/lib/eduvpn/actions
copying eduvpn/actions/select.py -> build/lib/eduvpn/actions
copying eduvpn/actions/switch.py -> build/lib/eduvpn/actions
copying eduvpn/actions/add.py -> build/lib/eduvpn/actions
creating build/lib/eduvpn/steps
copying eduvpn/steps/start.py -> build/lib/eduvpn/steps
copying eduvpn/steps/__init__.py -> build/lib/eduvpn/steps
copying eduvpn/steps/totp_enroll.py -> build/lib/eduvpn/steps
copying eduvpn/steps/custom_url.py -> build/lib/eduvpn/steps
copying eduvpn/steps/finalize.py -> build/lib/eduvpn/steps
copying eduvpn/steps/two_way_auth.py -> build/lib/eduvpn/steps
copying eduvpn/steps/reauth.py -> build/lib/eduvpn/steps
copying eduvpn/steps/messages.py -> build/lib/eduvpn/steps
copying eduvpn/steps/profile.py -> build/lib/eduvpn/steps
copying eduvpn/steps/yubi_enroll.py -> build/lib/eduvpn/steps
copying eduvpn/steps/parse_config.py -> build/lib/eduvpn/steps
copying eduvpn/steps/instance.py -> build/lib/eduvpn/steps
copying eduvpn/steps/browser.py -> build/lib/eduvpn/steps
copying eduvpn/steps/fetching.py -> build/lib/eduvpn/steps
+ RPM_EC=0
++ jobs -p
+ exit 0
Executing(%install): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.PwnBwL
+ umask 022
+ cd /home/iurt/rpmbuild/BUILD
+ '[' 1 -eq 1 ']'
+ '[' /home/iurt/rpmbuild/BUILDROOT/eduvpn-client-1.1-1.mga9.aarch64 '!=' / ']'
+ rm -rf /home/iurt/rpmbuild/BUILDROOT/eduvpn-client-1.1-1.mga9.aarch64
++ dirname /home/iurt/rpmbuild/BUILDROOT/eduvpn-client-1.1-1.mga9.aarch64
+ mkdir -p /home/iurt/rpmbuild/BUILDROOT
+ mkdir /home/iurt/rpmbuild/BUILDROOT/eduvpn-client-1.1-1.mga9.aarch64
+ cd eduvpn_client-1.1
+ '[' 1 -eq 1 ']'
+ CFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables'
+ LDFLAGS=' -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags'
+ /usr/bin/python3 setup.py install -O1 --skip-build --root /home/iurt/rpmbuild/BUILDROOT/eduvpn-client-1.1-1.mga9.aarch64
/usr/lib/python3.9/site-packages/setuptools/__init__.py:148: SetuptoolsDeprecationWarning: setup_requires is deprecated. Supply build dependencies using PEP 517 pyproject.toml build-requires.
  warnings.warn(
running install
/usr/lib/python3.9/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 install_lib
creating /home/iurt/rpmbuild/BUILDROOT/eduvpn-client-1.1-1.mga9.aarch64/usr
creating /home/iurt/rpmbuild/BUILDROOT/eduvpn-client-1.1-1.mga9.aarch64/usr/lib
creating /home/iurt/rpmbuild/BUILDROOT/eduvpn-client-1.1-1.mga9.aarch64/usr/lib/python3.9
creating /home/iurt/rpmbuild/BUILDROOT/eduvpn-client-1.1-1.mga9.aarch64/usr/lib/python3.9/site-packages
creating /home/iurt/rpmbuild/BUILDROOT/eduvpn-client-1.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/eduvpn
creating /home/iurt/rpmbuild/BUILDROOT/eduvpn-client-1.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/eduvpn/steps
copying build/lib/eduvpn/steps/fetching.py -> /home/iurt/rpmbuild/BUILDROOT/eduvpn-client-1.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/eduvpn/steps
copying build/lib/eduvpn/steps/browser.py -> /home/iurt/rpmbuild/BUILDROOT/eduvpn-client-1.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/eduvpn/steps
copying build/lib/eduvpn/steps/instance.py -> /home/iurt/rpmbuild/BUILDROOT/eduvpn-client-1.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/eduvpn/steps
copying build/lib/eduvpn/steps/parse_config.py -> /home/iurt/rpmbuild/BUILDROOT/eduvpn-client-1.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/eduvpn/steps
copying build/lib/eduvpn/steps/yubi_enroll.py -> /home/iurt/rpmbuild/BUILDROOT/eduvpn-client-1.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/eduvpn/steps
copying build/lib/eduvpn/steps/profile.py -> /home/iurt/rpmbuild/BUILDROOT/eduvpn-client-1.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/eduvpn/steps
copying build/lib/eduvpn/steps/messages.py -> /home/iurt/rpmbuild/BUILDROOT/eduvpn-client-1.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/eduvpn/steps
copying build/lib/eduvpn/steps/reauth.py -> /home/iurt/rpmbuild/BUILDROOT/eduvpn-client-1.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/eduvpn/steps
copying build/lib/eduvpn/steps/two_way_auth.py -> /home/iurt/rpmbuild/BUILDROOT/eduvpn-client-1.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/eduvpn/steps
copying build/lib/eduvpn/steps/finalize.py -> /home/iurt/rpmbuild/BUILDROOT/eduvpn-client-1.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/eduvpn/steps
copying build/lib/eduvpn/steps/custom_url.py -> /home/iurt/rpmbuild/BUILDROOT/eduvpn-client-1.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/eduvpn/steps
copying build/lib/eduvpn/steps/totp_enroll.py -> /home/iurt/rpmbuild/BUILDROOT/eduvpn-client-1.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/eduvpn/steps
copying build/lib/eduvpn/steps/__init__.py -> /home/iurt/rpmbuild/BUILDROOT/eduvpn-client-1.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/eduvpn/steps
copying build/lib/eduvpn/steps/start.py -> /home/iurt/rpmbuild/BUILDROOT/eduvpn-client-1.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/eduvpn/steps
creating /home/iurt/rpmbuild/BUILDROOT/eduvpn-client-1.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/eduvpn/actions
copying build/lib/eduvpn/actions/add.py -> /home/iurt/rpmbuild/BUILDROOT/eduvpn-client-1.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/eduvpn/actions
copying build/lib/eduvpn/actions/switch.py -> /home/iurt/rpmbuild/BUILDROOT/eduvpn-client-1.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/eduvpn/actions
copying build/lib/eduvpn/actions/select.py -> /home/iurt/rpmbuild/BUILDROOT/eduvpn-client-1.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/eduvpn/actions
copying build/lib/eduvpn/actions/activate.py -> /home/iurt/rpmbuild/BUILDROOT/eduvpn-client-1.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/eduvpn/actions
copying build/lib/eduvpn/actions/vpn_status.py -> /home/iurt/rpmbuild/BUILDROOT/eduvpn-client-1.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/eduvpn/actions
copying build/lib/eduvpn/actions/delete.py -> /home/iurt/rpmbuild/BUILDROOT/eduvpn-client-1.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/eduvpn/actions
copying build/lib/eduvpn/actions/__init__.py -> /home/iurt/rpmbuild/BUILDROOT/eduvpn-client-1.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/eduvpn/actions
copying build/lib/eduvpn/notify.py -> /home/iurt/rpmbuild/BUILDROOT/eduvpn-client-1.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/eduvpn
copying build/lib/eduvpn/util.py -> /home/iurt/rpmbuild/BUILDROOT/eduvpn-client-1.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/eduvpn
copying build/lib/eduvpn/brand.py -> /home/iurt/rpmbuild/BUILDROOT/eduvpn-client-1.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/eduvpn
copying build/lib/eduvpn/other_nm.py -> /home/iurt/rpmbuild/BUILDROOT/eduvpn-client-1.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/eduvpn
copying build/lib/eduvpn/io.py -> /home/iurt/rpmbuild/BUILDROOT/eduvpn-client-1.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/eduvpn
copying build/lib/eduvpn/remote.py -> /home/iurt/rpmbuild/BUILDROOT/eduvpn-client-1.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/eduvpn
copying build/lib/eduvpn/metadata.py -> /home/iurt/rpmbuild/BUILDROOT/eduvpn-client-1.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/eduvpn
copying build/lib/eduvpn/exceptions.py -> /home/iurt/rpmbuild/BUILDROOT/eduvpn-client-1.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/eduvpn
copying build/lib/eduvpn/config.py -> /home/iurt/rpmbuild/BUILDROOT/eduvpn-client-1.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/eduvpn
copying build/lib/eduvpn/crypto.py -> /home/iurt/rpmbuild/BUILDROOT/eduvpn-client-1.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/eduvpn
copying build/lib/eduvpn/manager.py -> /home/iurt/rpmbuild/BUILDROOT/eduvpn-client-1.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/eduvpn
copying build/lib/eduvpn/oauth2.py -> /home/iurt/rpmbuild/BUILDROOT/eduvpn-client-1.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/eduvpn
copying build/lib/eduvpn/main.py -> /home/iurt/rpmbuild/BUILDROOT/eduvpn-client-1.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/eduvpn
copying build/lib/eduvpn/security.py -> /home/iurt/rpmbuild/BUILDROOT/eduvpn-client-1.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/eduvpn
copying build/lib/eduvpn/ui.py -> /home/iurt/rpmbuild/BUILDROOT/eduvpn-client-1.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/eduvpn
copying build/lib/eduvpn/__init__.py -> /home/iurt/rpmbuild/BUILDROOT/eduvpn-client-1.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/eduvpn
copying build/lib/eduvpn/openvpn.py -> /home/iurt/rpmbuild/BUILDROOT/eduvpn-client-1.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/eduvpn
creating /home/iurt/rpmbuild/BUILDROOT/eduvpn-client-1.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/tests
creating /home/iurt/rpmbuild/BUILDROOT/eduvpn-client-1.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/tests/steps
copying build/lib/tests/steps/test_totp_enroll.py -> /home/iurt/rpmbuild/BUILDROOT/eduvpn-client-1.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/tests/steps
copying build/lib/tests/steps/test_reauth.py -> /home/iurt/rpmbuild/BUILDROOT/eduvpn-client-1.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/tests/steps
copying build/lib/tests/steps/test_custom_url.py -> /home/iurt/rpmbuild/BUILDROOT/eduvpn-client-1.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/tests/steps
copying build/lib/tests/steps/test_browser.py -> /home/iurt/rpmbuild/BUILDROOT/eduvpn-client-1.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/tests/steps
copying build/lib/tests/steps/test_start.py -> /home/iurt/rpmbuild/BUILDROOT/eduvpn-client-1.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/tests/steps
copying build/lib/tests/steps/test_two_way_auth.py -> /home/iurt/rpmbuild/BUILDROOT/eduvpn-client-1.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/tests/steps
copying build/lib/tests/steps/test_messages.py -> /home/iurt/rpmbuild/BUILDROOT/eduvpn-client-1.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/tests/steps
copying build/lib/tests/steps/test_finalize.py -> /home/iurt/rpmbuild/BUILDROOT/eduvpn-client-1.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/tests/steps
copying build/lib/tests/steps/test_instance.py -> /home/iurt/rpmbuild/BUILDROOT/eduvpn-client-1.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/tests/steps
copying build/lib/tests/steps/test_profile.py -> /home/iurt/rpmbuild/BUILDROOT/eduvpn-client-1.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/tests/steps
copying build/lib/tests/steps/__init__.py -> /home/iurt/rpmbuild/BUILDROOT/eduvpn-client-1.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/tests/steps
creating /home/iurt/rpmbuild/BUILDROOT/eduvpn-client-1.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/tests/actions
copying build/lib/tests/actions/test_activate.py -> /home/iurt/rpmbuild/BUILDROOT/eduvpn-client-1.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/tests/actions
copying build/lib/tests/actions/test_switch.py -> /home/iurt/rpmbuild/BUILDROOT/eduvpn-client-1.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/tests/actions
copying build/lib/tests/actions/__init__.py -> /home/iurt/rpmbuild/BUILDROOT/eduvpn-client-1.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/tests/actions
copying build/lib/tests/util.py -> /home/iurt/rpmbuild/BUILDROOT/eduvpn-client-1.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/tests
copying build/lib/tests/test_ui.py -> /home/iurt/rpmbuild/BUILDROOT/eduvpn-client-1.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/tests
copying build/lib/tests/test_notify.py -> /home/iurt/rpmbuild/BUILDROOT/eduvpn-client-1.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/tests
copying build/lib/tests/test_io.py -> /home/iurt/rpmbuild/BUILDROOT/eduvpn-client-1.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/tests
copying build/lib/tests/test_remote.py -> /home/iurt/rpmbuild/BUILDROOT/eduvpn-client-1.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/tests
copying build/lib/tests/test_actions.py -> /home/iurt/rpmbuild/BUILDROOT/eduvpn-client-1.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/tests
copying build/lib/tests/test_crypto.py -> /home/iurt/rpmbuild/BUILDROOT/eduvpn-client-1.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/tests
copying build/lib/tests/test_util.py -> /home/iurt/rpmbuild/BUILDROOT/eduvpn-client-1.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/tests
copying build/lib/tests/mock_config.py -> /home/iurt/rpmbuild/BUILDROOT/eduvpn-client-1.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/tests
copying build/lib/tests/online.py -> /home/iurt/rpmbuild/BUILDROOT/eduvpn-client-1.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/tests
copying build/lib/tests/test_metadata.py -> /home/iurt/rpmbuild/BUILDROOT/eduvpn-client-1.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/tests
copying build/lib/tests/__init__.py -> /home/iurt/rpmbuild/BUILDROOT/eduvpn-client-1.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/tests
copying build/lib/tests/test_oauth2.py -> /home/iurt/rpmbuild/BUILDROOT/eduvpn-client-1.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/tests
copying build/lib/tests/test_online.py -> /home/iurt/rpmbuild/BUILDROOT/eduvpn-client-1.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/tests
copying build/lib/tests/test_manager.py -> /home/iurt/rpmbuild/BUILDROOT/eduvpn-client-1.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/tests
copying build/lib/tests/test_openvpn.py -> /home/iurt/rpmbuild/BUILDROOT/eduvpn-client-1.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/tests
byte-compiling /home/iurt/rpmbuild/BUILDROOT/eduvpn-client-1.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/eduvpn/steps/fetching.py to fetching.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/eduvpn-client-1.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/eduvpn/steps/browser.py to browser.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/eduvpn-client-1.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/eduvpn/steps/instance.py to instance.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/eduvpn-client-1.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/eduvpn/steps/parse_config.py to parse_config.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/eduvpn-client-1.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/eduvpn/steps/yubi_enroll.py to yubi_enroll.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/eduvpn-client-1.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/eduvpn/steps/profile.py to profile.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/eduvpn-client-1.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/eduvpn/steps/messages.py to messages.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/eduvpn-client-1.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/eduvpn/steps/reauth.py to reauth.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/eduvpn-client-1.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/eduvpn/steps/two_way_auth.py to two_way_auth.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/eduvpn-client-1.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/eduvpn/steps/finalize.py to finalize.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/eduvpn-client-1.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/eduvpn/steps/custom_url.py to custom_url.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/eduvpn-client-1.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/eduvpn/steps/totp_enroll.py to totp_enroll.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/eduvpn-client-1.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/eduvpn/steps/__init__.py to __init__.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/eduvpn-client-1.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/eduvpn/steps/start.py to start.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/eduvpn-client-1.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/eduvpn/actions/add.py to add.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/eduvpn-client-1.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/eduvpn/actions/switch.py to switch.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/eduvpn-client-1.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/eduvpn/actions/select.py to select.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/eduvpn-client-1.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/eduvpn/actions/activate.py to activate.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/eduvpn-client-1.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/eduvpn/actions/vpn_status.py to vpn_status.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/eduvpn-client-1.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/eduvpn/actions/delete.py to delete.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/eduvpn-client-1.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/eduvpn/actions/__init__.py to __init__.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/eduvpn-client-1.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/eduvpn/notify.py to notify.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/eduvpn-client-1.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/eduvpn/util.py to util.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/eduvpn-client-1.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/eduvpn/brand.py to brand.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/eduvpn-client-1.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/eduvpn/other_nm.py to other_nm.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/eduvpn-client-1.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/eduvpn/io.py to io.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/eduvpn-client-1.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/eduvpn/remote.py to remote.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/eduvpn-client-1.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/eduvpn/metadata.py to metadata.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/eduvpn-client-1.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/eduvpn/exceptions.py to exceptions.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/eduvpn-client-1.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/eduvpn/config.py to config.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/eduvpn-client-1.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/eduvpn/crypto.py to crypto.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/eduvpn-client-1.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/eduvpn/manager.py to manager.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/eduvpn-client-1.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/eduvpn/oauth2.py to oauth2.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/eduvpn-client-1.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/eduvpn/main.py to main.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/eduvpn-client-1.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/eduvpn/security.py to security.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/eduvpn-client-1.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/eduvpn/ui.py to ui.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/eduvpn-client-1.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/eduvpn/__init__.py to __init__.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/eduvpn-client-1.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/eduvpn/openvpn.py to openvpn.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/eduvpn-client-1.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/tests/steps/test_totp_enroll.py to test_totp_enroll.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/eduvpn-client-1.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/tests/steps/test_reauth.py to test_reauth.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/eduvpn-client-1.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/tests/steps/test_custom_url.py to test_custom_url.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/eduvpn-client-1.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/tests/steps/test_browser.py to test_browser.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/eduvpn-client-1.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/tests/steps/test_start.py to test_start.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/eduvpn-client-1.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/tests/steps/test_two_way_auth.py to test_two_way_auth.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/eduvpn-client-1.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/tests/steps/test_messages.py to test_messages.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/eduvpn-client-1.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/tests/steps/test_finalize.py to test_finalize.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/eduvpn-client-1.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/tests/steps/test_instance.py to test_instance.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/eduvpn-client-1.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/tests/steps/test_profile.py to test_profile.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/eduvpn-client-1.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/tests/steps/__init__.py to __init__.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/eduvpn-client-1.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/tests/actions/test_activate.py to test_activate.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/eduvpn-client-1.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/tests/actions/test_switch.py to test_switch.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/eduvpn-client-1.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/tests/actions/__init__.py to __init__.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/eduvpn-client-1.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/tests/util.py to util.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/eduvpn-client-1.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/tests/test_ui.py to test_ui.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/eduvpn-client-1.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/tests/test_notify.py to test_notify.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/eduvpn-client-1.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/tests/test_io.py to test_io.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/eduvpn-client-1.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/tests/test_remote.py to test_remote.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/eduvpn-client-1.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/tests/test_actions.py to test_actions.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/eduvpn-client-1.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/tests/test_crypto.py to test_crypto.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/eduvpn-client-1.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/tests/test_util.py to test_util.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/eduvpn-client-1.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/tests/mock_config.py to mock_config.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/eduvpn-client-1.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/tests/online.py to online.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/eduvpn-client-1.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/tests/test_metadata.py to test_metadata.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/eduvpn-client-1.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/tests/__init__.py to __init__.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/eduvpn-client-1.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/tests/test_oauth2.py to test_oauth2.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/eduvpn-client-1.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/tests/test_online.py to test_online.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/eduvpn-client-1.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/tests/test_manager.py to test_manager.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/eduvpn-client-1.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/tests/test_openvpn.py to test_openvpn.cpython-39.pyc
writing byte-compilation script '/tmp/tmp7ytktcwl.py'
/usr/bin/python3 /tmp/tmp7ytktcwl.py
removing /tmp/tmp7ytktcwl.py
running install_data
creating /home/iurt/rpmbuild/BUILDROOT/eduvpn-client-1.1-1.mga9.aarch64/usr/share
creating /home/iurt/rpmbuild/BUILDROOT/eduvpn-client-1.1-1.mga9.aarch64/usr/share/applications
copying share/applications/eduvpn-client.desktop -> /home/iurt/rpmbuild/BUILDROOT/eduvpn-client-1.1-1.mga9.aarch64/usr/share/applications
creating /home/iurt/rpmbuild/BUILDROOT/eduvpn-client-1.1-1.mga9.aarch64/usr/share/eduvpn
copying share/eduvpn/eduvpn.png -> /home/iurt/rpmbuild/BUILDROOT/eduvpn-client-1.1-1.mga9.aarch64/usr/share/eduvpn
copying share/eduvpn/institute.png -> /home/iurt/rpmbuild/BUILDROOT/eduvpn-client-1.1-1.mga9.aarch64/usr/share/eduvpn
copying share/eduvpn/institute_small.png -> /home/iurt/rpmbuild/BUILDROOT/eduvpn-client-1.1-1.mga9.aarch64/usr/share/eduvpn
copying share/eduvpn/internet.png -> /home/iurt/rpmbuild/BUILDROOT/eduvpn-client-1.1-1.mga9.aarch64/usr/share/eduvpn
copying share/eduvpn/internet_small.png -> /home/iurt/rpmbuild/BUILDROOT/eduvpn-client-1.1-1.mga9.aarch64/usr/share/eduvpn
creating /home/iurt/rpmbuild/BUILDROOT/eduvpn-client-1.1-1.mga9.aarch64/usr/share/eduvpn/builder
copying share/eduvpn/builder/2fa.ui -> /home/iurt/rpmbuild/BUILDROOT/eduvpn-client-1.1-1.mga9.aarch64/usr/share/eduvpn/builder
copying share/eduvpn/builder/connection_type.ui -> /home/iurt/rpmbuild/BUILDROOT/eduvpn-client-1.1-1.mga9.aarch64/usr/share/eduvpn/builder
copying share/eduvpn/builder/custom_url.ui -> /home/iurt/rpmbuild/BUILDROOT/eduvpn-client-1.1-1.mga9.aarch64/usr/share/eduvpn/builder
copying share/eduvpn/builder/fetch.ui -> /home/iurt/rpmbuild/BUILDROOT/eduvpn-client-1.1-1.mga9.aarch64/usr/share/eduvpn/builder
copying share/eduvpn/builder/instances.ui -> /home/iurt/rpmbuild/BUILDROOT/eduvpn-client-1.1-1.mga9.aarch64/usr/share/eduvpn/builder
copying share/eduvpn/builder/profiles.ui -> /home/iurt/rpmbuild/BUILDROOT/eduvpn-client-1.1-1.mga9.aarch64/usr/share/eduvpn/builder
copying share/eduvpn/builder/redirecturl.ui -> /home/iurt/rpmbuild/BUILDROOT/eduvpn-client-1.1-1.mga9.aarch64/usr/share/eduvpn/builder
copying share/eduvpn/builder/token.ui -> /home/iurt/rpmbuild/BUILDROOT/eduvpn-client-1.1-1.mga9.aarch64/usr/share/eduvpn/builder
copying share/eduvpn/builder/totp_enroll.ui -> /home/iurt/rpmbuild/BUILDROOT/eduvpn-client-1.1-1.mga9.aarch64/usr/share/eduvpn/builder
copying share/eduvpn/builder/window.ui -> /home/iurt/rpmbuild/BUILDROOT/eduvpn-client-1.1-1.mga9.aarch64/usr/share/eduvpn/builder
copying share/eduvpn/builder/yubi_enroll.ui -> /home/iurt/rpmbuild/BUILDROOT/eduvpn-client-1.1-1.mga9.aarch64/usr/share/eduvpn/builder
creating /home/iurt/rpmbuild/BUILDROOT/eduvpn-client-1.1-1.mga9.aarch64/usr/share/icons
creating /home/iurt/rpmbuild/BUILDROOT/eduvpn-client-1.1-1.mga9.aarch64/usr/share/icons/hicolor
creating /home/iurt/rpmbuild/BUILDROOT/eduvpn-client-1.1-1.mga9.aarch64/usr/share/icons/hicolor/48x48
creating /home/iurt/rpmbuild/BUILDROOT/eduvpn-client-1.1-1.mga9.aarch64/usr/share/icons/hicolor/48x48/apps
copying share/icons/hicolor/48x48/apps/eduvpn-client.png -> /home/iurt/rpmbuild/BUILDROOT/eduvpn-client-1.1-1.mga9.aarch64/usr/share/icons/hicolor/48x48/apps
creating /home/iurt/rpmbuild/BUILDROOT/eduvpn-client-1.1-1.mga9.aarch64/usr/share/icons/hicolor/128x128
creating /home/iurt/rpmbuild/BUILDROOT/eduvpn-client-1.1-1.mga9.aarch64/usr/share/icons/hicolor/128x128/apps
copying share/icons/hicolor/128x128/apps/eduvpn-client.png -> /home/iurt/rpmbuild/BUILDROOT/eduvpn-client-1.1-1.mga9.aarch64/usr/share/icons/hicolor/128x128/apps
creating /home/iurt/rpmbuild/BUILDROOT/eduvpn-client-1.1-1.mga9.aarch64/usr/share/icons/hicolor/256x256
creating /home/iurt/rpmbuild/BUILDROOT/eduvpn-client-1.1-1.mga9.aarch64/usr/share/icons/hicolor/256x256/apps
copying share/icons/hicolor/256x256/apps/eduvpn-client.png -> /home/iurt/rpmbuild/BUILDROOT/eduvpn-client-1.1-1.mga9.aarch64/usr/share/icons/hicolor/256x256/apps
creating /home/iurt/rpmbuild/BUILDROOT/eduvpn-client-1.1-1.mga9.aarch64/usr/share/icons/hicolor/512x512
creating /home/iurt/rpmbuild/BUILDROOT/eduvpn-client-1.1-1.mga9.aarch64/usr/share/icons/hicolor/512x512/apps
copying share/icons/hicolor/512x512/apps/eduvpn-client.png -> /home/iurt/rpmbuild/BUILDROOT/eduvpn-client-1.1-1.mga9.aarch64/usr/share/icons/hicolor/512x512/apps
running install_egg_info
running egg_info
writing eduvpn_client.egg-info/PKG-INFO
writing dependency_links to eduvpn_client.egg-info/dependency_links.txt
writing entry points to eduvpn_client.egg-info/entry_points.txt
writing requirements to eduvpn_client.egg-info/requires.txt
writing top-level names to eduvpn_client.egg-info/top_level.txt
reading manifest file 'eduvpn_client.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
adding license file 'LICENSE'
writing manifest file 'eduvpn_client.egg-info/SOURCES.txt'
Copying eduvpn_client.egg-info to /home/iurt/rpmbuild/BUILDROOT/eduvpn-client-1.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/eduvpn_client-1.1-py3.9.egg-info
running install_scripts
Installing eduvpn-client script to /home/iurt/rpmbuild/BUILDROOT/eduvpn-client-1.1-1.mga9.aarch64/usr/bin
+ rm -rfv /home/iurt/rpmbuild/BUILDROOT/eduvpn-client-1.1-1.mga9.aarch64/usr/bin/__pycache__
+ rm -rf /home/iurt/rpmbuild/BUILDROOT/eduvpn-client-1.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/tests
+ /usr/bin/find-debuginfo -j8 --strict-build-id -m -i --build-id-seed 1.1-1.mga9 --unique-debug-suffix -1.1-1.mga9.aarch64 --unique-debug-src-base eduvpn-client-1.1-1.mga9.aarch64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /home/iurt/rpmbuild/BUILD/eduvpn_client-1.1

+ /usr/lib/rpm/check-buildroot
+ '[' -n '' ']'
+ /usr/share/spec-helper/clean_files
+ '[' -n '' ']'
+ /usr/share/spec-helper/compress_files .xz
+ '[' -n '' ']'
+ /usr/share/spec-helper/relink_symlinks
+ '[' -n '' ']'
+ /usr/share/spec-helper/clean_perl
+ '[' -n '' ']'
+ /usr/share/spec-helper/lib_symlinks
+ '[' -n '' ']'
+ /usr/share/spec-helper/gprintify
+ '[' -n '' ']'
+ /usr/share/spec-helper/fix_mo
+ '[' -n '' ']'
+ /usr/share/spec-helper/fix_pamd
+ '[' -n '' ']'
+ /usr/share/spec-helper/remove_info_dir
+ '[' -n '' ']'
+ /usr/share/spec-helper/fix_eol
+ '[' -n '' ']'
+ /usr/share/spec-helper/check_desktop_files
/home/iurt/rpmbuild/BUILDROOT/eduvpn-client-1.1-1.mga9.aarch64/usr/share/applications/eduvpn-client.desktop: warning: key "Encoding" in group "Desktop Entry" is deprecated
+ '[' -n '' ']'
+ /usr/share/spec-helper/check_elf_files
+ /usr/lib/rpm/brp-python-bytecompile /usr/bin/python3 1 0
Bytecompiling .py files below /home/iurt/rpmbuild/BUILDROOT/eduvpn-client-1.1-1.mga9.aarch64/usr/lib/python3.9 using python3.9
+ /usr/lib/rpm/check-rpaths
+ /usr/lib/rpm/brp-remove-la-files
+ /usr/lib/rpm/redhat/brp-mangle-shebangs
Executing(%check): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.MdHwBC
+ umask 022
+ cd /home/iurt/rpmbuild/BUILD
+ cd eduvpn_client-1.1
+ '[' 1 -eq 1 ']'
+ rm -rf tests/actions
+ rm -f tests/test_actions.py
+ rm -f tests/test_manager.py
+ rm -f tests/test_notify.py
+ /usr/bin/python3 setup.py test
/usr/lib/python3.9/site-packages/setuptools/__init__.py:148: SetuptoolsDeprecationWarning: setup_requires is deprecated. Supply build dependencies using PEP 517 pyproject.toml build-requires.
  warnings.warn(
running test
WARNING: Testing via this command is deprecated and will be removed in a future version. Users looking for a generic test entry point independent of test runner are encouraged to use tox.
running egg_info
writing eduvpn_client.egg-info/PKG-INFO
writing dependency_links to eduvpn_client.egg-info/dependency_links.txt
writing entry points to eduvpn_client.egg-info/entry_points.txt
writing requirements to eduvpn_client.egg-info/requires.txt
writing top-level names to eduvpn_client.egg-info/top_level.txt
reading manifest file 'eduvpn_client.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
adding license file 'LICENSE'
writing manifest file 'eduvpn_client.egg-info/SOURCES.txt'
running build_ext
Unable to init server: Could not connect: Connection refused
Unable to init server: Could not connect: Connection refused
WARNING: dbus daemons not running, eduVPN client functionality limited
test_format_like_ovpn (tests.test_openvpn.TestOpenvpn) ... ok
test_multiple_remote (tests.test_openvpn.TestOpenvpn) ... ok
test_ovpn_to_nm (tests.test_openvpn.TestOpenvpn) ... ok
test_ovpn_to_nm_2fa (tests.test_openvpn.TestOpenvpn) ... ok
test_ovpn_to_nm_tls_auth (tests.test_openvpn.TestOpenvpn) ... ok
test_ovpn_to_nm_tls_crypt (tests.test_openvpn.TestOpenvpn) ... ok
test_parse_ovpn (tests.test_openvpn.TestOpenvpn) ... ok
test_single_remote (tests.test_openvpn.TestOpenvpn) ... ok
test_2fa_enroll (tests.test_online.OnlineTest) ... skipped 'Skipping online tests'
test_create_oauth_session (tests.test_oauth2.TestCrypto) ... ok
test_get_oauth_token_code (tests.test_oauth2.TestCrypto) ... ok
test_get_open_port (tests.test_oauth2.TestCrypto) ... ok
test_one_request (tests.test_oauth2.TestCrypto) ... ok
test_get_all_metadata (tests.test_metadata.TestMetadata) ... ok
test_metadata_from (tests.test_metadata.TestMetadata) ... ok
test_metadata_from_uuid_invalid (tests.test_metadata.TestMetadata) ... can't open metdatafile for test: Expecting value: line 1 column 1 (char 0)
ok
test_metadata_write (tests.test_metadata.TestMetadata) ... uuid field not yet set
ok
test_bytes2pixbuf (tests.test_util.TestUtil) ... can't process icon for None: gdk-pixbuf-error-quark: Unrecognized image file format (3)
ok
test_detect_distro (tests.test_util.TestUtil) ... ok
test_error_helper (tests.test_util.TestUtil) ... None: None
ok
test_get_prefix (tests.test_util.TestUtil) ... ok
test_have_dbus (tests.test_util.TestUtil) ... ok
test_make_unique_id (tests.test_util.TestUtil) ... ok
test_thread_helper (tests.test_util.TestUtil) ... ok
test_background_no_profile (tests.steps.test_profile.TestProfile) ... ok
test_background_one_profile (tests.steps.test_profile.TestProfile) ... ok
test_background_two_profile (tests.steps.test_profile.TestProfile) ... ok
test_fetch_profile_step (tests.steps.test_profile.TestProfile) ... ok
test_select_profile_step (tests.steps.test_profile.TestProfile) ... nothing selected
ok
test_fetch_background (tests.steps.test_instance.TestSteps) ... ok
test_fetch_instance_step (tests.steps.test_instance.TestSteps) ... ok
test_select_instance_step (tests.steps.test_instance.TestSteps) ... ok
test_background (tests.steps.test_finalize.TestFinalize) ... /home/iurt/rpmbuild/BUILD/eduvpn_client-1.1/eduvpn/notify.py:25: DeprecationWarning: Notify.Notification.set_icon_from_pixbuf is deprecated
  notification.set_icon_from_pixbuf(image)
ok
test_finalizing_step (tests.steps.test_finalize.TestFinalize) ... ok
test_background (tests.steps.test_messages.TestSteps) ... ok
test_fetch_messages (tests.steps.test_messages.TestSteps) ... ok
test_choice_window (tests.steps.test_two_way_auth.TestTwoWayAuth) ... ok
test_two_auth_background_step_2fa (tests.steps.test_two_way_auth.TestTwoWayAuth) ... ok
test_two_auth_background_step_2fa_multiple (tests.steps.test_two_way_auth.TestTwoWayAuth) ... ok
test_two_auth_background_step_no_2fa (tests.steps.test_two_way_auth.TestTwoWayAuth) ... ok
test_two_auth_step (tests.steps.test_two_way_auth.TestTwoWayAuth) ... ok
test_update_providers (tests.steps.test_start.TestProvider) ... ok
test_browser_step (tests.steps.test_browser.TestSteps) ... ok
test_phase1_background (tests.steps.test_browser.TestSteps) ... ok
test_phase1_callback (tests.steps.test_browser.TestSteps) ... ok
test_phase2_background (tests.steps.test_browser.TestSteps) ... ok
test_phase2_background_wrong_state (tests.steps.test_browser.TestSteps) ... ok
test_phase2_callback (tests.steps.test_browser.TestSteps) ... ok
test_show_dialog (tests.steps.test_browser.TestSteps) ... ok
test_custom_url (tests.steps.test_custom_url.TestSteps) ... ok
test_reauth (tests.steps.test_reauth.TestSteps) ... ok
test_make (tests.steps.test_totp_enroll.TestTotpEnroll) ... ok
test_parse_user_input (tests.steps.test_totp_enroll.TestTotpEnroll) ... ok
test_totp_enroll_window (tests.steps.test_totp_enroll.TestTotpEnroll) ... ok
test_common_name_from_cert (tests.test_crypto.TestCrypto) ... ok
test_gen_base32 (tests.test_crypto.TestCrypto) ... ok
test_gen_code_challenge (tests.test_crypto.TestCrypto) ... ok
test_gen_code_verifier (tests.test_crypto.TestCrypto) ... ok
test_create_config (tests.test_remote.TestRemote) ... ok
test_create_keypair (tests.test_remote.TestRemote) ... ok
test_get_auth_url (tests.test_remote.TestRemote) ... ok
test_get_instance_info (tests.test_remote.TestRemote) ... ok
test_get_instances (tests.test_remote.TestRemote) ... ok
test_get_profile_config (tests.test_remote.TestRemote) ... ok
test_list_profiles (tests.test_remote.TestRemote) ... ok
test_system_messages (tests.test_remote.TestRemote) ... ok
test_translate_display_name (tests.test_remote.TestRemote) ... ok
test_user_info (tests.test_remote.TestRemote) ... ok
test_user_messages (tests.test_remote.TestRemote) ... ok
test_mkdir_p (tests.test_io.TestIo) ... ok
test_write_cert (tests.test_io.TestIo) ... /usr/lib64/python3.9/multiprocessing/pool.py:265: ResourceWarning: unclosed running multiprocessing pool <multiprocessing.pool.ThreadPool state=RUN pool_size=32>
  _warn(f"unclosed running multiprocessing pool {self!r}",
ResourceWarning: Enable tracemalloc to get the object allocation traceback
ok
test_eduvpnapp (tests.test_ui.TestEduVpnApp) ... skipped 'gives a segfault on travis'

----------------------------------------------------------------------
Ran 72 tests in 0.443s

OK (skipped=2)
+ RPM_EC=0
++ jobs -p
+ exit 0
Processing files: eduvpn-client-1.1-1.mga9.noarch
Executing(%doc): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.ekzTi1
+ umask 022
+ cd /home/iurt/rpmbuild/BUILD
+ cd eduvpn_client-1.1
+ DOCDIR=/home/iurt/rpmbuild/BUILDROOT/eduvpn-client-1.1-1.mga9.aarch64/usr/share/doc/eduvpn-client
+ export LC_ALL=C
+ LC_ALL=C
+ export DOCDIR
+ /usr/bin/mkdir -p /home/iurt/rpmbuild/BUILDROOT/eduvpn-client-1.1-1.mga9.aarch64/usr/share/doc/eduvpn-client
+ cp -pr LICENSE /home/iurt/rpmbuild/BUILDROOT/eduvpn-client-1.1-1.mga9.aarch64/usr/share/doc/eduvpn-client
+ cp -pr README.md /home/iurt/rpmbuild/BUILDROOT/eduvpn-client-1.1-1.mga9.aarch64/usr/share/doc/eduvpn-client
+ RPM_EC=0
++ jobs -p
+ exit 0
Provides: application() application(eduvpn-client.desktop) eduvpn-client = 1.1-1.mga9 python3.9dist(eduvpn-client) = 1.1 python3dist(eduvpn-client) = 1.1
Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
Requires: python(abi) = 3.9 python3.9dist(cryptography) python3.9dist(future) python3.9dist(pillow) python3.9dist(pynacl) python3.9dist(python-dateutil) python3.9dist(qrcode) python3.9dist(requests) python3.9dist(requests-oauthlib) python3.9dist(setuptools) python3.9dist(six) typelib(GLib) typelib(GObject) typelib(Gdk) typelib(GdkPixbuf) = 2.0 typelib(Gtk) = 3.0 typelib(Notify) = 0.7
Checking for unpackaged file(s): /usr/lib/rpm/check-files /home/iurt/rpmbuild/BUILDROOT/eduvpn-client-1.1-1.mga9.aarch64
Wrote: /home/iurt/rpmbuild/RPMS/noarch/eduvpn-client-1.1-1.mga9.noarch.rpm
Executing(%clean): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.P60EDb
+ umask 022
+ cd /home/iurt/rpmbuild/BUILD
+ cd eduvpn_client-1.1
+ /usr/bin/rm -rf /home/iurt/rpmbuild/BUILDROOT/eduvpn-client-1.1-1.mga9.aarch64
+ RPM_EC=0
++ jobs -p
+ exit 0
Executing(--clean): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.VZMJZP
+ umask 022
+ cd /home/iurt/rpmbuild/BUILD
+ rm -rf eduvpn_client-1.1
+ RPM_EC=0
++ jobs -p
+ exit 0
D: [iurt_root_command] Success!