Mock Version: 3.5 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target aarch64 --nodeps /builddir/build/SPECS/python-droopescan.spec'], chrootPath='/var/lib/mock/openeuler-22.03-aarch64-1683374269.402622/root'env={'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'}shell=Falselogger=timeout=0uid=1000gid=135user='mockbuild'nspawn_args=[]unshare_net=FalseprintOutput=True) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target aarch64 --nodeps /builddir/build/SPECS/python-droopescan.spec'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'} and shell False /etc/profile.d/system-info.sh: line 55: ps: command not found Building target platforms: aarch64 Building for target aarch64 Wrote: /builddir/build/SRPMS/python-droopescan-1.45.1-1.src.rpm Child return code was: 0 Mock Version: 3.5 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target aarch64 --nodeps /builddir/build/SPECS/python-droopescan.spec'], chrootPath='/var/lib/mock/openeuler-22.03-aarch64-1683374269.402622/root'env={'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'}shell=Falselogger=timeout=0uid=1000gid=135user='mockbuild'nspawn_args=[]unshare_net=FalseprintOutput=True) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target aarch64 --nodeps /builddir/build/SPECS/python-droopescan.spec'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'} and shell False /etc/profile.d/system-info.sh: line 55: ps: command not found Building target platforms: aarch64 Building for target aarch64 Wrote: /builddir/build/SRPMS/python-droopescan-1.45.1-1.src.rpm Child return code was: 0 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target aarch64 --nodeps /builddir/build/SPECS/python-droopescan.spec'], chrootPath='/var/lib/mock/openeuler-22.03-aarch64-1683374269.402622/root'env={'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'}shell=Falselogger=timeout=0uid=1000gid=135user='mockbuild'nspawn_args=[]unshare_net=FalseprintOutput=True) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target aarch64 --nodeps /builddir/build/SPECS/python-droopescan.spec'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'} and shell False /etc/profile.d/system-info.sh: line 55: ps: command not found Building target platforms: aarch64 Building for target aarch64 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.Mb8Ocv + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf droopescan-1.45.1 + /usr/bin/gzip -dc /builddir/build/SOURCES/droopescan-1.45.1.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd droopescan-1.45.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 /var/tmp/rpm-tmp.pCjHSZ + umask 022 + cd /builddir/build/BUILD + cd droopescan-1.45.1 + CFLAGS='-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/generic-hardened-cc1 -fasynchronous-unwind-tables -fstack-clash-protection' + LDFLAGS='-Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/generic-hardened-ld' + /usr/bin/python3 setup.py build '--executable=/usr/bin/python3 -s' running build running build_py creating build creating build/lib creating build/lib/dscan copying dscan/__init__.py -> build/lib/dscan copying dscan/droopescan.py -> build/lib/dscan creating build/lib/dscan/common copying dscan/common/__init__.py -> build/lib/dscan/common copying dscan/common/testutils.py -> build/lib/dscan/common copying dscan/common/release_api.py -> build/lib/dscan/common copying dscan/common/enum.py -> build/lib/dscan/common copying dscan/common/update_api.py -> build/lib/dscan/common copying dscan/common/plugins_util.py -> build/lib/dscan/common copying dscan/common/http.py -> build/lib/dscan/common copying dscan/common/exceptions.py -> build/lib/dscan/common copying dscan/common/output.py -> build/lib/dscan/common copying dscan/common/versions.py -> build/lib/dscan/common copying dscan/common/functions.py -> build/lib/dscan/common creating build/lib/dscan/tests copying dscan/tests/async_tests.py -> build/lib/dscan/tests copying dscan/tests/__init__.py -> build/lib/dscan/tests copying dscan/tests/fingerprint_tests.py -> build/lib/dscan/tests copying dscan/tests/base_tests.py -> build/lib/dscan/tests copying dscan/tests/integration_tests.py -> build/lib/dscan/tests copying dscan/tests/base_http_tests.py -> build/lib/dscan/tests copying dscan/tests/release_tests.py -> build/lib/dscan/tests copying dscan/tests/update_tests.py -> build/lib/dscan/tests creating build/lib/dscan/plugins copying dscan/plugins/release.py -> build/lib/dscan/plugins copying dscan/plugins/wordpress.py -> build/lib/dscan/plugins copying dscan/plugins/silverstripe.py -> build/lib/dscan/plugins copying dscan/plugins/example.py -> build/lib/dscan/plugins copying dscan/plugins/moodle.py -> build/lib/dscan/plugins copying dscan/plugins/__init__.py -> build/lib/dscan/plugins copying dscan/plugins/tests.py -> build/lib/dscan/plugins copying dscan/plugins/joomla.py -> build/lib/dscan/plugins copying dscan/plugins/update.py -> build/lib/dscan/plugins copying dscan/plugins/stats.py -> build/lib/dscan/plugins copying dscan/plugins/drupal.py -> build/lib/dscan/plugins creating build/lib/dscan/plugins/internal copying dscan/plugins/internal/scan.py -> build/lib/dscan/plugins/internal copying dscan/plugins/internal/__init__.py -> build/lib/dscan/plugins/internal copying dscan/plugins/internal/human_base_plugin.py -> build/lib/dscan/plugins/internal copying dscan/plugins/internal/base_plugin_internal.py -> build/lib/dscan/plugins/internal copying dscan/plugins/internal/base_plugin.py -> build/lib/dscan/plugins/internal running egg_info writing droopescan.egg-info/PKG-INFO writing dependency_links to droopescan.egg-info/dependency_links.txt writing requirements to droopescan.egg-info/requires.txt writing top-level names to droopescan.egg-info/top_level.txt reading manifest file 'droopescan.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' adding license file 'LICENSE' writing manifest file 'droopescan.egg-info/SOURCES.txt' copying dscan/droopescan_completion -> build/lib/dscan creating build/lib/dscan/__pycache__ copying dscan/__pycache__/__init__.cpython-35.pyc -> build/lib/dscan/__pycache__ copying dscan/__pycache__/droopescan.cpython-35.pyc -> build/lib/dscan/__pycache__ creating build/lib/dscan/plugins.d copying dscan/plugins.d/drupal.conf -> build/lib/dscan/plugins.d copying dscan/plugins.d/example.conf -> build/lib/dscan/plugins.d copying dscan/plugins.d/joomla.conf -> build/lib/dscan/plugins.d copying dscan/plugins.d/moodle.conf -> build/lib/dscan/plugins.d copying dscan/plugins.d/release.conf -> build/lib/dscan/plugins.d copying dscan/plugins.d/silverstripe.conf -> build/lib/dscan/plugins.d copying dscan/plugins.d/stats.conf -> build/lib/dscan/plugins.d copying dscan/plugins.d/tests.conf -> build/lib/dscan/plugins.d copying dscan/plugins.d/update.conf -> build/lib/dscan/plugins.d copying dscan/plugins.d/wordpress.conf -> build/lib/dscan/plugins.d copying dscan/common/versions.xsd -> build/lib/dscan/common creating build/lib/dscan/common/__pycache__ copying dscan/common/__pycache__/__init__.cpython-35.pyc -> build/lib/dscan/common/__pycache__ copying dscan/common/__pycache__/enum.cpython-35.pyc -> build/lib/dscan/common/__pycache__ copying dscan/common/__pycache__/exceptions.cpython-35.pyc -> build/lib/dscan/common/__pycache__ copying dscan/common/__pycache__/functions.cpython-35.pyc -> build/lib/dscan/common/__pycache__ copying dscan/common/__pycache__/http.cpython-35.pyc -> build/lib/dscan/common/__pycache__ copying dscan/common/__pycache__/output.cpython-35.pyc -> build/lib/dscan/common/__pycache__ copying dscan/common/__pycache__/plugins_util.cpython-35.pyc -> build/lib/dscan/common/__pycache__ copying dscan/common/__pycache__/release_api.cpython-35.pyc -> build/lib/dscan/common/__pycache__ copying dscan/common/__pycache__/testutils.cpython-35.pyc -> build/lib/dscan/common/__pycache__ copying dscan/common/__pycache__/update_api.cpython-35.pyc -> build/lib/dscan/common/__pycache__ copying dscan/common/__pycache__/versions.cpython-35.pyc -> build/lib/dscan/common/__pycache__ creating build/lib/dscan/common/template copying dscan/common/template/droopescan.mustache -> build/lib/dscan/common/template copying dscan/common/template/enumerate_cms.mustache -> build/lib/dscan/common/template copying dscan/common/template/enumerate_interesting.mustache -> build/lib/dscan/common/template copying dscan/common/template/enumerate_plugins.mustache -> build/lib/dscan/common/template copying dscan/common/template/enumerate_version.mustache -> build/lib/dscan/common/template copying dscan/common/template/help_enumerate.mustache -> build/lib/dscan/common/template copying dscan/common/template/help_epilog.mustache -> build/lib/dscan/common/template copying dscan/common/template/help_method.mustache -> build/lib/dscan/common/template copying dscan/common/template/intro.mustache -> build/lib/dscan/common/template copying dscan/common/template/scan_begin.mustache -> build/lib/dscan/common/template copying dscan/common/template/stats_plugin.mustache -> build/lib/dscan/common/template creating build/lib/dscan/tests/__pycache__ copying dscan/tests/__pycache__/__init__.cpython-35.pyc -> build/lib/dscan/tests/__pycache__ copying dscan/tests/__pycache__/base_http_tests.cpython-35.pyc -> build/lib/dscan/tests/__pycache__ copying dscan/tests/__pycache__/base_tests.cpython-35.pyc -> build/lib/dscan/tests/__pycache__ copying dscan/tests/__pycache__/fingerprint_tests.cpython-35.pyc -> build/lib/dscan/tests/__pycache__ copying dscan/tests/__pycache__/integration_tests.cpython-35.pyc -> build/lib/dscan/tests/__pycache__ copying dscan/tests/__pycache__/release_tests.cpython-35.pyc -> build/lib/dscan/tests/__pycache__ copying dscan/tests/__pycache__/update_tests.cpython-35.pyc -> build/lib/dscan/tests/__pycache__ creating build/lib/dscan/tests/resources copying dscan/tests/resources/drupal_org_response.html -> build/lib/dscan/tests/resources copying dscan/tests/resources/drupal_org_response_last.html -> build/lib/dscan/tests/resources copying dscan/tests/resources/drupal_org_response_partial.html -> build/lib/dscan/tests/resources copying dscan/tests/resources/empty_file -> build/lib/dscan/tests/resources copying dscan/tests/resources/git_tag_output.txt -> build/lib/dscan/tests/resources copying dscan/tests/resources/github_response.html -> build/lib/dscan/tests/resources copying dscan/tests/resources/output_drupal.txt -> build/lib/dscan/tests/resources copying dscan/tests/resources/output_ss_multisite.txt -> build/lib/dscan/tests/resources copying dscan/tests/resources/packagist_org_with_installer.json -> build/lib/dscan/tests/resources copying dscan/tests/resources/packagist_org_without_installer.json -> build/lib/dscan/tests/resources copying dscan/tests/resources/resume_error_multi.txt -> build/lib/dscan/tests/resources copying dscan/tests/resources/resume_error_single.txt -> build/lib/dscan/tests/resources copying dscan/tests/resources/resume_url_file.txt -> build/lib/dscan/tests/resources copying dscan/tests/resources/silverstripe_modules.json -> build/lib/dscan/tests/resources copying dscan/tests/resources/silverstripe_org_response.html -> build/lib/dscan/tests/resources copying dscan/tests/resources/silverstripe_org_response_partial.html -> build/lib/dscan/tests/resources copying dscan/tests/resources/update_versions.xml -> build/lib/dscan/tests/resources copying dscan/tests/resources/url_file_invalid.txt -> build/lib/dscan/tests/resources copying dscan/tests/resources/url_file_ip_url.txt -> build/lib/dscan/tests/resources copying dscan/tests/resources/url_file_ss_multisite.txt -> build/lib/dscan/tests/resources copying dscan/tests/resources/url_file_valid.txt -> build/lib/dscan/tests/resources copying dscan/tests/resources/versions.xml -> build/lib/dscan/tests/resources copying dscan/tests/resources/versions_multiple_changelog.xml -> build/lib/dscan/tests/resources copying dscan/tests/resources/versions_with_changelog.xml -> build/lib/dscan/tests/resources copying dscan/tests/resources/wordpress_plugins.json -> build/lib/dscan/tests/resources copying dscan/tests/resources/wordpress_themes.json -> build/lib/dscan/tests/resources creating build/lib/dscan/plugins/__pycache__ copying dscan/plugins/__pycache__/__init__.cpython-35.pyc -> build/lib/dscan/plugins/__pycache__ copying dscan/plugins/__pycache__/drupal.cpython-35.pyc -> build/lib/dscan/plugins/__pycache__ copying dscan/plugins/__pycache__/joomla.cpython-35.pyc -> build/lib/dscan/plugins/__pycache__ copying dscan/plugins/__pycache__/moodle.cpython-35.pyc -> build/lib/dscan/plugins/__pycache__ copying dscan/plugins/__pycache__/release.cpython-35.pyc -> build/lib/dscan/plugins/__pycache__ copying dscan/plugins/__pycache__/silverstripe.cpython-35.pyc -> build/lib/dscan/plugins/__pycache__ copying dscan/plugins/__pycache__/stats.cpython-35.pyc -> build/lib/dscan/plugins/__pycache__ copying dscan/plugins/__pycache__/tests.cpython-35.pyc -> build/lib/dscan/plugins/__pycache__ copying dscan/plugins/__pycache__/update.cpython-35.pyc -> build/lib/dscan/plugins/__pycache__ copying dscan/plugins/__pycache__/wordpress.cpython-35.pyc -> build/lib/dscan/plugins/__pycache__ creating build/lib/dscan/plugins/drupal copying dscan/plugins/drupal/plugins.txt -> build/lib/dscan/plugins/drupal copying dscan/plugins/drupal/themes.txt -> build/lib/dscan/plugins/drupal copying dscan/plugins/drupal/versions.xml -> build/lib/dscan/plugins/drupal creating build/lib/dscan/plugins/joomla copying dscan/plugins/joomla/versions.xml -> build/lib/dscan/plugins/joomla creating build/lib/dscan/plugins/moodle copying dscan/plugins/moodle/plugins.txt -> build/lib/dscan/plugins/moodle copying dscan/plugins/moodle/themes.txt -> build/lib/dscan/plugins/moodle copying dscan/plugins/moodle/versions.xml -> build/lib/dscan/plugins/moodle creating build/lib/dscan/plugins/silverstripe copying dscan/plugins/silverstripe/plugins.txt -> build/lib/dscan/plugins/silverstripe copying dscan/plugins/silverstripe/themes.txt -> build/lib/dscan/plugins/silverstripe copying dscan/plugins/silverstripe/versions.xml -> build/lib/dscan/plugins/silverstripe creating build/lib/dscan/plugins/wordpress copying dscan/plugins/wordpress/base_api_request.txt -> build/lib/dscan/plugins/wordpress copying dscan/plugins/wordpress/plugins.txt -> build/lib/dscan/plugins/wordpress copying dscan/plugins/wordpress/themes.txt -> build/lib/dscan/plugins/wordpress copying dscan/plugins/wordpress/versions.xml -> build/lib/dscan/plugins/wordpress creating build/lib/dscan/plugins/internal/__pycache__ copying dscan/plugins/internal/__pycache__/__init__.cpython-35.pyc -> build/lib/dscan/plugins/internal/__pycache__ copying dscan/plugins/internal/__pycache__/base_plugin.cpython-35.pyc -> build/lib/dscan/plugins/internal/__pycache__ copying dscan/plugins/internal/__pycache__/base_plugin_internal.cpython-35.pyc -> build/lib/dscan/plugins/internal/__pycache__ copying dscan/plugins/internal/__pycache__/human_base_plugin.cpython-35.pyc -> build/lib/dscan/plugins/internal/__pycache__ copying dscan/plugins/internal/__pycache__/scan.cpython-35.pyc -> build/lib/dscan/plugins/internal/__pycache__ running build_scripts creating build/scripts-3.9 copying and adjusting droopescan -> build/scripts-3.9 changing mode of build/scripts-3.9/droopescan from 644 to 755 + sleep 1 + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.wflom1 + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/python-droopescan-1.45.1-1.aarch64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/python-droopescan-1.45.1-1.aarch64 ++ dirname /builddir/build/BUILDROOT/python-droopescan-1.45.1-1.aarch64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/python-droopescan-1.45.1-1.aarch64 + cd droopescan-1.45.1 + CFLAGS='-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/generic-hardened-cc1 -fasynchronous-unwind-tables -fstack-clash-protection' + LDFLAGS='-Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/generic-hardened-ld' + /usr/bin/python3 setup.py install -O1 --skip-build --root /builddir/build/BUILDROOT/python-droopescan-1.45.1-1.aarch64 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 /builddir/build/BUILDROOT/python-droopescan-1.45.1-1.aarch64/usr creating /builddir/build/BUILDROOT/python-droopescan-1.45.1-1.aarch64/usr/lib creating /builddir/build/BUILDROOT/python-droopescan-1.45.1-1.aarch64/usr/lib/python3.9 creating /builddir/build/BUILDROOT/python-droopescan-1.45.1-1.aarch64/usr/lib/python3.9/site-packages creating /builddir/build/BUILDROOT/python-droopescan-1.45.1-1.aarch64/usr/lib/python3.9/site-packages/dscan copying build/lib/dscan/droopescan_completion -> /builddir/build/BUILDROOT/python-droopescan-1.45.1-1.aarch64/usr/lib/python3.9/site-packages/dscan copying build/lib/dscan/__init__.py -> /builddir/build/BUILDROOT/python-droopescan-1.45.1-1.aarch64/usr/lib/python3.9/site-packages/dscan creating /builddir/build/BUILDROOT/python-droopescan-1.45.1-1.aarch64/usr/lib/python3.9/site-packages/dscan/plugins.d copying build/lib/dscan/plugins.d/tests.conf -> /builddir/build/BUILDROOT/python-droopescan-1.45.1-1.aarch64/usr/lib/python3.9/site-packages/dscan/plugins.d copying build/lib/dscan/plugins.d/silverstripe.conf -> /builddir/build/BUILDROOT/python-droopescan-1.45.1-1.aarch64/usr/lib/python3.9/site-packages/dscan/plugins.d copying build/lib/dscan/plugins.d/release.conf -> /builddir/build/BUILDROOT/python-droopescan-1.45.1-1.aarch64/usr/lib/python3.9/site-packages/dscan/plugins.d copying build/lib/dscan/plugins.d/stats.conf -> /builddir/build/BUILDROOT/python-droopescan-1.45.1-1.aarch64/usr/lib/python3.9/site-packages/dscan/plugins.d copying build/lib/dscan/plugins.d/wordpress.conf -> /builddir/build/BUILDROOT/python-droopescan-1.45.1-1.aarch64/usr/lib/python3.9/site-packages/dscan/plugins.d copying build/lib/dscan/plugins.d/update.conf -> /builddir/build/BUILDROOT/python-droopescan-1.45.1-1.aarch64/usr/lib/python3.9/site-packages/dscan/plugins.d copying build/lib/dscan/plugins.d/drupal.conf -> /builddir/build/BUILDROOT/python-droopescan-1.45.1-1.aarch64/usr/lib/python3.9/site-packages/dscan/plugins.d copying build/lib/dscan/plugins.d/example.conf -> /builddir/build/BUILDROOT/python-droopescan-1.45.1-1.aarch64/usr/lib/python3.9/site-packages/dscan/plugins.d copying build/lib/dscan/plugins.d/joomla.conf -> /builddir/build/BUILDROOT/python-droopescan-1.45.1-1.aarch64/usr/lib/python3.9/site-packages/dscan/plugins.d copying build/lib/dscan/plugins.d/moodle.conf -> /builddir/build/BUILDROOT/python-droopescan-1.45.1-1.aarch64/usr/lib/python3.9/site-packages/dscan/plugins.d creating /builddir/build/BUILDROOT/python-droopescan-1.45.1-1.aarch64/usr/lib/python3.9/site-packages/dscan/common copying build/lib/dscan/common/__init__.py -> /builddir/build/BUILDROOT/python-droopescan-1.45.1-1.aarch64/usr/lib/python3.9/site-packages/dscan/common copying build/lib/dscan/common/testutils.py -> /builddir/build/BUILDROOT/python-droopescan-1.45.1-1.aarch64/usr/lib/python3.9/site-packages/dscan/common copying build/lib/dscan/common/versions.xsd -> /builddir/build/BUILDROOT/python-droopescan-1.45.1-1.aarch64/usr/lib/python3.9/site-packages/dscan/common copying build/lib/dscan/common/release_api.py -> /builddir/build/BUILDROOT/python-droopescan-1.45.1-1.aarch64/usr/lib/python3.9/site-packages/dscan/common copying build/lib/dscan/common/enum.py -> /builddir/build/BUILDROOT/python-droopescan-1.45.1-1.aarch64/usr/lib/python3.9/site-packages/dscan/common copying build/lib/dscan/common/update_api.py -> /builddir/build/BUILDROOT/python-droopescan-1.45.1-1.aarch64/usr/lib/python3.9/site-packages/dscan/common copying build/lib/dscan/common/plugins_util.py -> /builddir/build/BUILDROOT/python-droopescan-1.45.1-1.aarch64/usr/lib/python3.9/site-packages/dscan/common copying build/lib/dscan/common/http.py -> /builddir/build/BUILDROOT/python-droopescan-1.45.1-1.aarch64/usr/lib/python3.9/site-packages/dscan/common copying build/lib/dscan/common/exceptions.py -> /builddir/build/BUILDROOT/python-droopescan-1.45.1-1.aarch64/usr/lib/python3.9/site-packages/dscan/common creating /builddir/build/BUILDROOT/python-droopescan-1.45.1-1.aarch64/usr/lib/python3.9/site-packages/dscan/common/template copying build/lib/dscan/common/template/help_method.mustache -> /builddir/build/BUILDROOT/python-droopescan-1.45.1-1.aarch64/usr/lib/python3.9/site-packages/dscan/common/template copying build/lib/dscan/common/template/droopescan.mustache -> /builddir/build/BUILDROOT/python-droopescan-1.45.1-1.aarch64/usr/lib/python3.9/site-packages/dscan/common/template copying build/lib/dscan/common/template/enumerate_version.mustache -> /builddir/build/BUILDROOT/python-droopescan-1.45.1-1.aarch64/usr/lib/python3.9/site-packages/dscan/common/template copying build/lib/dscan/common/template/enumerate_plugins.mustache -> /builddir/build/BUILDROOT/python-droopescan-1.45.1-1.aarch64/usr/lib/python3.9/site-packages/dscan/common/template copying build/lib/dscan/common/template/help_enumerate.mustache -> /builddir/build/BUILDROOT/python-droopescan-1.45.1-1.aarch64/usr/lib/python3.9/site-packages/dscan/common/template copying build/lib/dscan/common/template/enumerate_cms.mustache -> /builddir/build/BUILDROOT/python-droopescan-1.45.1-1.aarch64/usr/lib/python3.9/site-packages/dscan/common/template copying build/lib/dscan/common/template/enumerate_interesting.mustache -> /builddir/build/BUILDROOT/python-droopescan-1.45.1-1.aarch64/usr/lib/python3.9/site-packages/dscan/common/template copying build/lib/dscan/common/template/stats_plugin.mustache -> /builddir/build/BUILDROOT/python-droopescan-1.45.1-1.aarch64/usr/lib/python3.9/site-packages/dscan/common/template copying build/lib/dscan/common/template/scan_begin.mustache -> /builddir/build/BUILDROOT/python-droopescan-1.45.1-1.aarch64/usr/lib/python3.9/site-packages/dscan/common/template copying build/lib/dscan/common/template/help_epilog.mustache -> /builddir/build/BUILDROOT/python-droopescan-1.45.1-1.aarch64/usr/lib/python3.9/site-packages/dscan/common/template copying build/lib/dscan/common/template/intro.mustache -> /builddir/build/BUILDROOT/python-droopescan-1.45.1-1.aarch64/usr/lib/python3.9/site-packages/dscan/common/template creating /builddir/build/BUILDROOT/python-droopescan-1.45.1-1.aarch64/usr/lib/python3.9/site-packages/dscan/common/__pycache__ copying build/lib/dscan/common/__pycache__/http.cpython-35.pyc -> /builddir/build/BUILDROOT/python-droopescan-1.45.1-1.aarch64/usr/lib/python3.9/site-packages/dscan/common/__pycache__ copying build/lib/dscan/common/__pycache__/__init__.cpython-35.pyc -> /builddir/build/BUILDROOT/python-droopescan-1.45.1-1.aarch64/usr/lib/python3.9/site-packages/dscan/common/__pycache__ copying build/lib/dscan/common/__pycache__/plugins_util.cpython-35.pyc -> /builddir/build/BUILDROOT/python-droopescan-1.45.1-1.aarch64/usr/lib/python3.9/site-packages/dscan/common/__pycache__ copying build/lib/dscan/common/__pycache__/enum.cpython-35.pyc -> /builddir/build/BUILDROOT/python-droopescan-1.45.1-1.aarch64/usr/lib/python3.9/site-packages/dscan/common/__pycache__ copying build/lib/dscan/common/__pycache__/testutils.cpython-35.pyc -> /builddir/build/BUILDROOT/python-droopescan-1.45.1-1.aarch64/usr/lib/python3.9/site-packages/dscan/common/__pycache__ copying build/lib/dscan/common/__pycache__/exceptions.cpython-35.pyc -> /builddir/build/BUILDROOT/python-droopescan-1.45.1-1.aarch64/usr/lib/python3.9/site-packages/dscan/common/__pycache__ copying build/lib/dscan/common/__pycache__/update_api.cpython-35.pyc -> /builddir/build/BUILDROOT/python-droopescan-1.45.1-1.aarch64/usr/lib/python3.9/site-packages/dscan/common/__pycache__ copying build/lib/dscan/common/__pycache__/versions.cpython-35.pyc -> /builddir/build/BUILDROOT/python-droopescan-1.45.1-1.aarch64/usr/lib/python3.9/site-packages/dscan/common/__pycache__ copying build/lib/dscan/common/__pycache__/output.cpython-35.pyc -> /builddir/build/BUILDROOT/python-droopescan-1.45.1-1.aarch64/usr/lib/python3.9/site-packages/dscan/common/__pycache__ copying build/lib/dscan/common/__pycache__/release_api.cpython-35.pyc -> /builddir/build/BUILDROOT/python-droopescan-1.45.1-1.aarch64/usr/lib/python3.9/site-packages/dscan/common/__pycache__ copying build/lib/dscan/common/__pycache__/functions.cpython-35.pyc -> /builddir/build/BUILDROOT/python-droopescan-1.45.1-1.aarch64/usr/lib/python3.9/site-packages/dscan/common/__pycache__ copying build/lib/dscan/common/output.py -> /builddir/build/BUILDROOT/python-droopescan-1.45.1-1.aarch64/usr/lib/python3.9/site-packages/dscan/common copying build/lib/dscan/common/versions.py -> /builddir/build/BUILDROOT/python-droopescan-1.45.1-1.aarch64/usr/lib/python3.9/site-packages/dscan/common copying build/lib/dscan/common/functions.py -> /builddir/build/BUILDROOT/python-droopescan-1.45.1-1.aarch64/usr/lib/python3.9/site-packages/dscan/common creating /builddir/build/BUILDROOT/python-droopescan-1.45.1-1.aarch64/usr/lib/python3.9/site-packages/dscan/tests creating /builddir/build/BUILDROOT/python-droopescan-1.45.1-1.aarch64/usr/lib/python3.9/site-packages/dscan/tests/resources copying build/lib/dscan/tests/resources/output_ss_multisite.txt -> /builddir/build/BUILDROOT/python-droopescan-1.45.1-1.aarch64/usr/lib/python3.9/site-packages/dscan/tests/resources copying build/lib/dscan/tests/resources/url_file_ip_url.txt -> /builddir/build/BUILDROOT/python-droopescan-1.45.1-1.aarch64/usr/lib/python3.9/site-packages/dscan/tests/resources copying build/lib/dscan/tests/resources/silverstripe_org_response.html -> /builddir/build/BUILDROOT/python-droopescan-1.45.1-1.aarch64/usr/lib/python3.9/site-packages/dscan/tests/resources copying build/lib/dscan/tests/resources/drupal_org_response.html -> /builddir/build/BUILDROOT/python-droopescan-1.45.1-1.aarch64/usr/lib/python3.9/site-packages/dscan/tests/resources copying build/lib/dscan/tests/resources/wordpress_plugins.json -> /builddir/build/BUILDROOT/python-droopescan-1.45.1-1.aarch64/usr/lib/python3.9/site-packages/dscan/tests/resources copying build/lib/dscan/tests/resources/empty_file -> /builddir/build/BUILDROOT/python-droopescan-1.45.1-1.aarch64/usr/lib/python3.9/site-packages/dscan/tests/resources copying build/lib/dscan/tests/resources/versions_multiple_changelog.xml -> /builddir/build/BUILDROOT/python-droopescan-1.45.1-1.aarch64/usr/lib/python3.9/site-packages/dscan/tests/resources copying build/lib/dscan/tests/resources/resume_error_single.txt -> /builddir/build/BUILDROOT/python-droopescan-1.45.1-1.aarch64/usr/lib/python3.9/site-packages/dscan/tests/resources copying build/lib/dscan/tests/resources/git_tag_output.txt -> /builddir/build/BUILDROOT/python-droopescan-1.45.1-1.aarch64/usr/lib/python3.9/site-packages/dscan/tests/resources copying build/lib/dscan/tests/resources/versions_with_changelog.xml -> /builddir/build/BUILDROOT/python-droopescan-1.45.1-1.aarch64/usr/lib/python3.9/site-packages/dscan/tests/resources copying build/lib/dscan/tests/resources/silverstripe_org_response_partial.html -> /builddir/build/BUILDROOT/python-droopescan-1.45.1-1.aarch64/usr/lib/python3.9/site-packages/dscan/tests/resources copying build/lib/dscan/tests/resources/drupal_org_response_last.html -> /builddir/build/BUILDROOT/python-droopescan-1.45.1-1.aarch64/usr/lib/python3.9/site-packages/dscan/tests/resources copying build/lib/dscan/tests/resources/output_drupal.txt -> /builddir/build/BUILDROOT/python-droopescan-1.45.1-1.aarch64/usr/lib/python3.9/site-packages/dscan/tests/resources copying build/lib/dscan/tests/resources/drupal_org_response_partial.html -> /builddir/build/BUILDROOT/python-droopescan-1.45.1-1.aarch64/usr/lib/python3.9/site-packages/dscan/tests/resources copying build/lib/dscan/tests/resources/github_response.html -> /builddir/build/BUILDROOT/python-droopescan-1.45.1-1.aarch64/usr/lib/python3.9/site-packages/dscan/tests/resources copying build/lib/dscan/tests/resources/wordpress_themes.json -> /builddir/build/BUILDROOT/python-droopescan-1.45.1-1.aarch64/usr/lib/python3.9/site-packages/dscan/tests/resources copying build/lib/dscan/tests/resources/packagist_org_without_installer.json -> /builddir/build/BUILDROOT/python-droopescan-1.45.1-1.aarch64/usr/lib/python3.9/site-packages/dscan/tests/resources copying build/lib/dscan/tests/resources/silverstripe_modules.json -> /builddir/build/BUILDROOT/python-droopescan-1.45.1-1.aarch64/usr/lib/python3.9/site-packages/dscan/tests/resources copying build/lib/dscan/tests/resources/url_file_invalid.txt -> /builddir/build/BUILDROOT/python-droopescan-1.45.1-1.aarch64/usr/lib/python3.9/site-packages/dscan/tests/resources copying build/lib/dscan/tests/resources/update_versions.xml -> /builddir/build/BUILDROOT/python-droopescan-1.45.1-1.aarch64/usr/lib/python3.9/site-packages/dscan/tests/resources copying build/lib/dscan/tests/resources/url_file_ss_multisite.txt -> /builddir/build/BUILDROOT/python-droopescan-1.45.1-1.aarch64/usr/lib/python3.9/site-packages/dscan/tests/resources copying build/lib/dscan/tests/resources/packagist_org_with_installer.json -> /builddir/build/BUILDROOT/python-droopescan-1.45.1-1.aarch64/usr/lib/python3.9/site-packages/dscan/tests/resources copying build/lib/dscan/tests/resources/versions.xml -> /builddir/build/BUILDROOT/python-droopescan-1.45.1-1.aarch64/usr/lib/python3.9/site-packages/dscan/tests/resources copying build/lib/dscan/tests/resources/resume_url_file.txt -> /builddir/build/BUILDROOT/python-droopescan-1.45.1-1.aarch64/usr/lib/python3.9/site-packages/dscan/tests/resources copying build/lib/dscan/tests/resources/resume_error_multi.txt -> /builddir/build/BUILDROOT/python-droopescan-1.45.1-1.aarch64/usr/lib/python3.9/site-packages/dscan/tests/resources copying build/lib/dscan/tests/resources/url_file_valid.txt -> /builddir/build/BUILDROOT/python-droopescan-1.45.1-1.aarch64/usr/lib/python3.9/site-packages/dscan/tests/resources copying build/lib/dscan/tests/async_tests.py -> /builddir/build/BUILDROOT/python-droopescan-1.45.1-1.aarch64/usr/lib/python3.9/site-packages/dscan/tests copying build/lib/dscan/tests/__init__.py -> /builddir/build/BUILDROOT/python-droopescan-1.45.1-1.aarch64/usr/lib/python3.9/site-packages/dscan/tests copying build/lib/dscan/tests/fingerprint_tests.py -> /builddir/build/BUILDROOT/python-droopescan-1.45.1-1.aarch64/usr/lib/python3.9/site-packages/dscan/tests copying build/lib/dscan/tests/base_tests.py -> /builddir/build/BUILDROOT/python-droopescan-1.45.1-1.aarch64/usr/lib/python3.9/site-packages/dscan/tests copying build/lib/dscan/tests/integration_tests.py -> /builddir/build/BUILDROOT/python-droopescan-1.45.1-1.aarch64/usr/lib/python3.9/site-packages/dscan/tests copying build/lib/dscan/tests/base_http_tests.py -> /builddir/build/BUILDROOT/python-droopescan-1.45.1-1.aarch64/usr/lib/python3.9/site-packages/dscan/tests copying build/lib/dscan/tests/release_tests.py -> /builddir/build/BUILDROOT/python-droopescan-1.45.1-1.aarch64/usr/lib/python3.9/site-packages/dscan/tests creating /builddir/build/BUILDROOT/python-droopescan-1.45.1-1.aarch64/usr/lib/python3.9/site-packages/dscan/tests/__pycache__ copying build/lib/dscan/tests/__pycache__/update_tests.cpython-35.pyc -> /builddir/build/BUILDROOT/python-droopescan-1.45.1-1.aarch64/usr/lib/python3.9/site-packages/dscan/tests/__pycache__ copying build/lib/dscan/tests/__pycache__/__init__.cpython-35.pyc -> /builddir/build/BUILDROOT/python-droopescan-1.45.1-1.aarch64/usr/lib/python3.9/site-packages/dscan/tests/__pycache__ copying build/lib/dscan/tests/__pycache__/base_http_tests.cpython-35.pyc -> /builddir/build/BUILDROOT/python-droopescan-1.45.1-1.aarch64/usr/lib/python3.9/site-packages/dscan/tests/__pycache__ copying build/lib/dscan/tests/__pycache__/release_tests.cpython-35.pyc -> /builddir/build/BUILDROOT/python-droopescan-1.45.1-1.aarch64/usr/lib/python3.9/site-packages/dscan/tests/__pycache__ copying build/lib/dscan/tests/__pycache__/integration_tests.cpython-35.pyc -> /builddir/build/BUILDROOT/python-droopescan-1.45.1-1.aarch64/usr/lib/python3.9/site-packages/dscan/tests/__pycache__ copying build/lib/dscan/tests/__pycache__/fingerprint_tests.cpython-35.pyc -> /builddir/build/BUILDROOT/python-droopescan-1.45.1-1.aarch64/usr/lib/python3.9/site-packages/dscan/tests/__pycache__ copying build/lib/dscan/tests/__pycache__/base_tests.cpython-35.pyc -> /builddir/build/BUILDROOT/python-droopescan-1.45.1-1.aarch64/usr/lib/python3.9/site-packages/dscan/tests/__pycache__ copying build/lib/dscan/tests/update_tests.py -> /builddir/build/BUILDROOT/python-droopescan-1.45.1-1.aarch64/usr/lib/python3.9/site-packages/dscan/tests copying build/lib/dscan/droopescan.py -> /builddir/build/BUILDROOT/python-droopescan-1.45.1-1.aarch64/usr/lib/python3.9/site-packages/dscan creating /builddir/build/BUILDROOT/python-droopescan-1.45.1-1.aarch64/usr/lib/python3.9/site-packages/dscan/__pycache__ copying build/lib/dscan/__pycache__/__init__.cpython-35.pyc -> /builddir/build/BUILDROOT/python-droopescan-1.45.1-1.aarch64/usr/lib/python3.9/site-packages/dscan/__pycache__ copying build/lib/dscan/__pycache__/droopescan.cpython-35.pyc -> /builddir/build/BUILDROOT/python-droopescan-1.45.1-1.aarch64/usr/lib/python3.9/site-packages/dscan/__pycache__ creating /builddir/build/BUILDROOT/python-droopescan-1.45.1-1.aarch64/usr/lib/python3.9/site-packages/dscan/plugins copying build/lib/dscan/plugins/release.py -> /builddir/build/BUILDROOT/python-droopescan-1.45.1-1.aarch64/usr/lib/python3.9/site-packages/dscan/plugins creating /builddir/build/BUILDROOT/python-droopescan-1.45.1-1.aarch64/usr/lib/python3.9/site-packages/dscan/plugins/moodle copying build/lib/dscan/plugins/moodle/plugins.txt -> /builddir/build/BUILDROOT/python-droopescan-1.45.1-1.aarch64/usr/lib/python3.9/site-packages/dscan/plugins/moodle copying build/lib/dscan/plugins/moodle/themes.txt -> /builddir/build/BUILDROOT/python-droopescan-1.45.1-1.aarch64/usr/lib/python3.9/site-packages/dscan/plugins/moodle copying build/lib/dscan/plugins/moodle/versions.xml -> /builddir/build/BUILDROOT/python-droopescan-1.45.1-1.aarch64/usr/lib/python3.9/site-packages/dscan/plugins/moodle copying build/lib/dscan/plugins/wordpress.py -> /builddir/build/BUILDROOT/python-droopescan-1.45.1-1.aarch64/usr/lib/python3.9/site-packages/dscan/plugins copying build/lib/dscan/plugins/silverstripe.py -> /builddir/build/BUILDROOT/python-droopescan-1.45.1-1.aarch64/usr/lib/python3.9/site-packages/dscan/plugins copying build/lib/dscan/plugins/example.py -> /builddir/build/BUILDROOT/python-droopescan-1.45.1-1.aarch64/usr/lib/python3.9/site-packages/dscan/plugins copying build/lib/dscan/plugins/moodle.py -> /builddir/build/BUILDROOT/python-droopescan-1.45.1-1.aarch64/usr/lib/python3.9/site-packages/dscan/plugins copying build/lib/dscan/plugins/__init__.py -> /builddir/build/BUILDROOT/python-droopescan-1.45.1-1.aarch64/usr/lib/python3.9/site-packages/dscan/plugins creating /builddir/build/BUILDROOT/python-droopescan-1.45.1-1.aarch64/usr/lib/python3.9/site-packages/dscan/plugins/wordpress copying build/lib/dscan/plugins/wordpress/plugins.txt -> /builddir/build/BUILDROOT/python-droopescan-1.45.1-1.aarch64/usr/lib/python3.9/site-packages/dscan/plugins/wordpress copying build/lib/dscan/plugins/wordpress/themes.txt -> /builddir/build/BUILDROOT/python-droopescan-1.45.1-1.aarch64/usr/lib/python3.9/site-packages/dscan/plugins/wordpress copying build/lib/dscan/plugins/wordpress/versions.xml -> /builddir/build/BUILDROOT/python-droopescan-1.45.1-1.aarch64/usr/lib/python3.9/site-packages/dscan/plugins/wordpress copying build/lib/dscan/plugins/wordpress/base_api_request.txt -> /builddir/build/BUILDROOT/python-droopescan-1.45.1-1.aarch64/usr/lib/python3.9/site-packages/dscan/plugins/wordpress creating /builddir/build/BUILDROOT/python-droopescan-1.45.1-1.aarch64/usr/lib/python3.9/site-packages/dscan/plugins/silverstripe copying build/lib/dscan/plugins/silverstripe/plugins.txt -> /builddir/build/BUILDROOT/python-droopescan-1.45.1-1.aarch64/usr/lib/python3.9/site-packages/dscan/plugins/silverstripe copying build/lib/dscan/plugins/silverstripe/themes.txt -> /builddir/build/BUILDROOT/python-droopescan-1.45.1-1.aarch64/usr/lib/python3.9/site-packages/dscan/plugins/silverstripe copying build/lib/dscan/plugins/silverstripe/versions.xml -> /builddir/build/BUILDROOT/python-droopescan-1.45.1-1.aarch64/usr/lib/python3.9/site-packages/dscan/plugins/silverstripe creating /builddir/build/BUILDROOT/python-droopescan-1.45.1-1.aarch64/usr/lib/python3.9/site-packages/dscan/plugins/internal copying build/lib/dscan/plugins/internal/scan.py -> /builddir/build/BUILDROOT/python-droopescan-1.45.1-1.aarch64/usr/lib/python3.9/site-packages/dscan/plugins/internal copying build/lib/dscan/plugins/internal/__init__.py -> /builddir/build/BUILDROOT/python-droopescan-1.45.1-1.aarch64/usr/lib/python3.9/site-packages/dscan/plugins/internal copying build/lib/dscan/plugins/internal/human_base_plugin.py -> /builddir/build/BUILDROOT/python-droopescan-1.45.1-1.aarch64/usr/lib/python3.9/site-packages/dscan/plugins/internal copying build/lib/dscan/plugins/internal/base_plugin_internal.py -> /builddir/build/BUILDROOT/python-droopescan-1.45.1-1.aarch64/usr/lib/python3.9/site-packages/dscan/plugins/internal creating /builddir/build/BUILDROOT/python-droopescan-1.45.1-1.aarch64/usr/lib/python3.9/site-packages/dscan/plugins/internal/__pycache__ copying build/lib/dscan/plugins/internal/__pycache__/scan.cpython-35.pyc -> /builddir/build/BUILDROOT/python-droopescan-1.45.1-1.aarch64/usr/lib/python3.9/site-packages/dscan/plugins/internal/__pycache__ copying build/lib/dscan/plugins/internal/__pycache__/__init__.cpython-35.pyc -> /builddir/build/BUILDROOT/python-droopescan-1.45.1-1.aarch64/usr/lib/python3.9/site-packages/dscan/plugins/internal/__pycache__ copying build/lib/dscan/plugins/internal/__pycache__/base_plugin_internal.cpython-35.pyc -> /builddir/build/BUILDROOT/python-droopescan-1.45.1-1.aarch64/usr/lib/python3.9/site-packages/dscan/plugins/internal/__pycache__ copying build/lib/dscan/plugins/internal/__pycache__/human_base_plugin.cpython-35.pyc -> /builddir/build/BUILDROOT/python-droopescan-1.45.1-1.aarch64/usr/lib/python3.9/site-packages/dscan/plugins/internal/__pycache__ copying build/lib/dscan/plugins/internal/__pycache__/base_plugin.cpython-35.pyc -> /builddir/build/BUILDROOT/python-droopescan-1.45.1-1.aarch64/usr/lib/python3.9/site-packages/dscan/plugins/internal/__pycache__ copying build/lib/dscan/plugins/internal/base_plugin.py -> /builddir/build/BUILDROOT/python-droopescan-1.45.1-1.aarch64/usr/lib/python3.9/site-packages/dscan/plugins/internal copying build/lib/dscan/plugins/tests.py -> /builddir/build/BUILDROOT/python-droopescan-1.45.1-1.aarch64/usr/lib/python3.9/site-packages/dscan/plugins copying build/lib/dscan/plugins/joomla.py -> /builddir/build/BUILDROOT/python-droopescan-1.45.1-1.aarch64/usr/lib/python3.9/site-packages/dscan/plugins copying build/lib/dscan/plugins/update.py -> /builddir/build/BUILDROOT/python-droopescan-1.45.1-1.aarch64/usr/lib/python3.9/site-packages/dscan/plugins creating /builddir/build/BUILDROOT/python-droopescan-1.45.1-1.aarch64/usr/lib/python3.9/site-packages/dscan/plugins/__pycache__ copying build/lib/dscan/plugins/__pycache__/release.cpython-35.pyc -> /builddir/build/BUILDROOT/python-droopescan-1.45.1-1.aarch64/usr/lib/python3.9/site-packages/dscan/plugins/__pycache__ copying build/lib/dscan/plugins/__pycache__/__init__.cpython-35.pyc -> /builddir/build/BUILDROOT/python-droopescan-1.45.1-1.aarch64/usr/lib/python3.9/site-packages/dscan/plugins/__pycache__ copying build/lib/dscan/plugins/__pycache__/tests.cpython-35.pyc -> /builddir/build/BUILDROOT/python-droopescan-1.45.1-1.aarch64/usr/lib/python3.9/site-packages/dscan/plugins/__pycache__ copying build/lib/dscan/plugins/__pycache__/update.cpython-35.pyc -> /builddir/build/BUILDROOT/python-droopescan-1.45.1-1.aarch64/usr/lib/python3.9/site-packages/dscan/plugins/__pycache__ copying build/lib/dscan/plugins/__pycache__/moodle.cpython-35.pyc -> /builddir/build/BUILDROOT/python-droopescan-1.45.1-1.aarch64/usr/lib/python3.9/site-packages/dscan/plugins/__pycache__ copying build/lib/dscan/plugins/__pycache__/wordpress.cpython-35.pyc -> /builddir/build/BUILDROOT/python-droopescan-1.45.1-1.aarch64/usr/lib/python3.9/site-packages/dscan/plugins/__pycache__ copying build/lib/dscan/plugins/__pycache__/stats.cpython-35.pyc -> /builddir/build/BUILDROOT/python-droopescan-1.45.1-1.aarch64/usr/lib/python3.9/site-packages/dscan/plugins/__pycache__ copying build/lib/dscan/plugins/__pycache__/silverstripe.cpython-35.pyc -> /builddir/build/BUILDROOT/python-droopescan-1.45.1-1.aarch64/usr/lib/python3.9/site-packages/dscan/plugins/__pycache__ copying build/lib/dscan/plugins/__pycache__/drupal.cpython-35.pyc -> /builddir/build/BUILDROOT/python-droopescan-1.45.1-1.aarch64/usr/lib/python3.9/site-packages/dscan/plugins/__pycache__ copying build/lib/dscan/plugins/__pycache__/joomla.cpython-35.pyc -> /builddir/build/BUILDROOT/python-droopescan-1.45.1-1.aarch64/usr/lib/python3.9/site-packages/dscan/plugins/__pycache__ copying build/lib/dscan/plugins/stats.py -> /builddir/build/BUILDROOT/python-droopescan-1.45.1-1.aarch64/usr/lib/python3.9/site-packages/dscan/plugins creating /builddir/build/BUILDROOT/python-droopescan-1.45.1-1.aarch64/usr/lib/python3.9/site-packages/dscan/plugins/drupal copying build/lib/dscan/plugins/drupal/plugins.txt -> /builddir/build/BUILDROOT/python-droopescan-1.45.1-1.aarch64/usr/lib/python3.9/site-packages/dscan/plugins/drupal copying build/lib/dscan/plugins/drupal/themes.txt -> /builddir/build/BUILDROOT/python-droopescan-1.45.1-1.aarch64/usr/lib/python3.9/site-packages/dscan/plugins/drupal copying build/lib/dscan/plugins/drupal/versions.xml -> /builddir/build/BUILDROOT/python-droopescan-1.45.1-1.aarch64/usr/lib/python3.9/site-packages/dscan/plugins/drupal creating /builddir/build/BUILDROOT/python-droopescan-1.45.1-1.aarch64/usr/lib/python3.9/site-packages/dscan/plugins/joomla copying build/lib/dscan/plugins/joomla/versions.xml -> /builddir/build/BUILDROOT/python-droopescan-1.45.1-1.aarch64/usr/lib/python3.9/site-packages/dscan/plugins/joomla copying build/lib/dscan/plugins/drupal.py -> /builddir/build/BUILDROOT/python-droopescan-1.45.1-1.aarch64/usr/lib/python3.9/site-packages/dscan/plugins byte-compiling /builddir/build/BUILDROOT/python-droopescan-1.45.1-1.aarch64/usr/lib/python3.9/site-packages/dscan/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-droopescan-1.45.1-1.aarch64/usr/lib/python3.9/site-packages/dscan/common/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-droopescan-1.45.1-1.aarch64/usr/lib/python3.9/site-packages/dscan/common/testutils.py to testutils.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-droopescan-1.45.1-1.aarch64/usr/lib/python3.9/site-packages/dscan/common/release_api.py to release_api.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-droopescan-1.45.1-1.aarch64/usr/lib/python3.9/site-packages/dscan/common/enum.py to enum.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-droopescan-1.45.1-1.aarch64/usr/lib/python3.9/site-packages/dscan/common/update_api.py to update_api.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-droopescan-1.45.1-1.aarch64/usr/lib/python3.9/site-packages/dscan/common/plugins_util.py to plugins_util.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-droopescan-1.45.1-1.aarch64/usr/lib/python3.9/site-packages/dscan/common/http.py to http.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-droopescan-1.45.1-1.aarch64/usr/lib/python3.9/site-packages/dscan/common/exceptions.py to exceptions.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-droopescan-1.45.1-1.aarch64/usr/lib/python3.9/site-packages/dscan/common/output.py to output.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-droopescan-1.45.1-1.aarch64/usr/lib/python3.9/site-packages/dscan/common/versions.py to versions.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-droopescan-1.45.1-1.aarch64/usr/lib/python3.9/site-packages/dscan/common/functions.py to functions.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-droopescan-1.45.1-1.aarch64/usr/lib/python3.9/site-packages/dscan/tests/async_tests.py to async_tests.cpython-39.pyc File "/usr/lib/python3.9/site-packages/dscan/tests/async_tests.py", line 1 from dscan.common.async import request_url, REQUEST_DEFAULTS ^ SyntaxError: invalid syntax byte-compiling /builddir/build/BUILDROOT/python-droopescan-1.45.1-1.aarch64/usr/lib/python3.9/site-packages/dscan/tests/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-droopescan-1.45.1-1.aarch64/usr/lib/python3.9/site-packages/dscan/tests/fingerprint_tests.py to fingerprint_tests.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-droopescan-1.45.1-1.aarch64/usr/lib/python3.9/site-packages/dscan/tests/base_tests.py to base_tests.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-droopescan-1.45.1-1.aarch64/usr/lib/python3.9/site-packages/dscan/tests/integration_tests.py to integration_tests.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-droopescan-1.45.1-1.aarch64/usr/lib/python3.9/site-packages/dscan/tests/base_http_tests.py to base_http_tests.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-droopescan-1.45.1-1.aarch64/usr/lib/python3.9/site-packages/dscan/tests/release_tests.py to release_tests.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-droopescan-1.45.1-1.aarch64/usr/lib/python3.9/site-packages/dscan/tests/update_tests.py to update_tests.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-droopescan-1.45.1-1.aarch64/usr/lib/python3.9/site-packages/dscan/droopescan.py to droopescan.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-droopescan-1.45.1-1.aarch64/usr/lib/python3.9/site-packages/dscan/plugins/release.py to release.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-droopescan-1.45.1-1.aarch64/usr/lib/python3.9/site-packages/dscan/plugins/wordpress.py to wordpress.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-droopescan-1.45.1-1.aarch64/usr/lib/python3.9/site-packages/dscan/plugins/silverstripe.py to silverstripe.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-droopescan-1.45.1-1.aarch64/usr/lib/python3.9/site-packages/dscan/plugins/example.py to example.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-droopescan-1.45.1-1.aarch64/usr/lib/python3.9/site-packages/dscan/plugins/moodle.py to moodle.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-droopescan-1.45.1-1.aarch64/usr/lib/python3.9/site-packages/dscan/plugins/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-droopescan-1.45.1-1.aarch64/usr/lib/python3.9/site-packages/dscan/plugins/internal/scan.py to scan.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-droopescan-1.45.1-1.aarch64/usr/lib/python3.9/site-packages/dscan/plugins/internal/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-droopescan-1.45.1-1.aarch64/usr/lib/python3.9/site-packages/dscan/plugins/internal/human_base_plugin.py to human_base_plugin.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-droopescan-1.45.1-1.aarch64/usr/lib/python3.9/site-packages/dscan/plugins/internal/base_plugin_internal.py to base_plugin_internal.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-droopescan-1.45.1-1.aarch64/usr/lib/python3.9/site-packages/dscan/plugins/internal/base_plugin.py to base_plugin.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-droopescan-1.45.1-1.aarch64/usr/lib/python3.9/site-packages/dscan/plugins/tests.py to tests.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-droopescan-1.45.1-1.aarch64/usr/lib/python3.9/site-packages/dscan/plugins/joomla.py to joomla.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-droopescan-1.45.1-1.aarch64/usr/lib/python3.9/site-packages/dscan/plugins/update.py to update.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-droopescan-1.45.1-1.aarch64/usr/lib/python3.9/site-packages/dscan/plugins/stats.py to stats.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-droopescan-1.45.1-1.aarch64/usr/lib/python3.9/site-packages/dscan/plugins/drupal.py to drupal.cpython-39.pyc writing byte-compilation script '/tmp/tmp18mj0x1t.py' /usr/bin/python3 /tmp/tmp18mj0x1t.py File "/usr/lib/python3.9/site-packages/dscan/tests/async_tests.py", line 1 from dscan.common.async import request_url, REQUEST_DEFAULTS ^ SyntaxError: invalid syntax removing /tmp/tmp18mj0x1t.py running install_data creating /builddir/build/BUILDROOT/python-droopescan-1.45.1-1.aarch64/etc creating /builddir/build/BUILDROOT/python-droopescan-1.45.1-1.aarch64/etc/bash_completion.d copying dscan/droopescan_completion -> /builddir/build/BUILDROOT/python-droopescan-1.45.1-1.aarch64/etc/bash_completion.d/ running install_egg_info running egg_info writing droopescan.egg-info/PKG-INFO writing dependency_links to droopescan.egg-info/dependency_links.txt writing requirements to droopescan.egg-info/requires.txt writing top-level names to droopescan.egg-info/top_level.txt reading manifest file 'droopescan.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' adding license file 'LICENSE' writing manifest file 'droopescan.egg-info/SOURCES.txt' Copying droopescan.egg-info to /builddir/build/BUILDROOT/python-droopescan-1.45.1-1.aarch64/usr/lib/python3.9/site-packages/droopescan-1.45.1-py3.9.egg-info running install_scripts creating /builddir/build/BUILDROOT/python-droopescan-1.45.1-1.aarch64/usr/bin copying build/scripts-3.9/droopescan -> /builddir/build/BUILDROOT/python-droopescan-1.45.1-1.aarch64/usr/bin changing mode of /builddir/build/BUILDROOT/python-droopescan-1.45.1-1.aarch64/usr/bin/droopescan to 755 Running post install task chmod: cannot access '/usr/local/bin/droopescan': No such file or directory + install -d -m755 /builddir/build/BUILDROOT/python-droopescan-1.45.1-1.aarch64//usr/share/doc/python-droopescan + '[' -d doc ']' ~/build/BUILDROOT/python-droopescan-1.45.1-1.aarch64 ~/build/BUILD/droopescan-1.45.1 + '[' -d docs ']' + '[' -d example ']' + '[' -d examples ']' + pushd /builddir/build/BUILDROOT/python-droopescan-1.45.1-1.aarch64 + '[' -d usr/lib ']' + find usr/lib -type f -printf '/%h/%f\n' + '[' -d usr/lib64 ']' + '[' -d usr/bin ']' + find usr/bin -type f -printf '/%h/%f\n' + '[' -d usr/sbin ']' + touch doclist.lst + '[' -d usr/share/man ']' ~/build/BUILD/droopescan-1.45.1 + popd + mv /builddir/build/BUILDROOT/python-droopescan-1.45.1-1.aarch64/filelist.lst . + mv /builddir/build/BUILDROOT/python-droopescan-1.45.1-1.aarch64/doclist.lst . + /usr/bin/find-debuginfo -j4 --strict-build-id -i --build-id-seed 1.45.1-1 --unique-debug-suffix -1.45.1-1.aarch64 --unique-debug-src-base python-droopescan-1.45.1-1.aarch64 -S debugsourcefiles.list /builddir/build/BUILD/droopescan-1.45.1 find: 'debug': No such file or directory + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/brp-ldconfig + /usr/lib/rpm/brp-compress + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python 1 1 Bytecompiling .py files below /builddir/build/BUILDROOT/python-droopescan-1.45.1-1.aarch64/usr/lib/python3.9 using /usr/bin/python3.9 *** Error compiling '/builddir/build/BUILDROOT/python-droopescan-1.45.1-1.aarch64/usr/lib/python3.9/site-packages/dscan/tests/async_tests.py'... File "/usr/lib/python3.9/site-packages/dscan/tests/async_tests.py", line 1 from dscan.common.async import request_url, REQUEST_DEFAULTS ^ SyntaxError: invalid syntax error: Bad exit status from /var/tmp/rpm-tmp.wflom1 (%install) Bad exit status from /var/tmp/rpm-tmp.wflom1 (%install) RPM build errors: Child return code was: 1 EXCEPTION: [Error('Command failed: \n # bash --login -c /usr/bin/rpmbuild -bb --target aarch64 --nodeps /builddir/build/SPECS/python-droopescan.spec\n', 1)] Traceback (most recent call last): File "/usr/lib/python3.11/site-packages/mockbuild/trace_decorator.py", line 93, in trace result = func(*args, **kw) ^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.11/site-packages/mockbuild/util.py", line 598, in do_with_status raise exception.Error("Command failed: \n # %s\n%s" % (command, output), child.returncode) mockbuild.exception.Error: Command failed: # bash --login -c /usr/bin/rpmbuild -bb --target aarch64 --nodeps /builddir/build/SPECS/python-droopescan.spec