==> Synchronizing chroot copy [/chroot/x86_64/root] -> [build]...done
==> Making package: sslyze 5.0.2-1 (Fri Feb 11 08:19:24 2022)
==> Retrieving sources...
  -> Found 5.0.2.zip
==> WARNING: Skipping verification of source file PGP signatures.
==> Validating source files with sha512sums...
    5.0.2.zip ... Passed
==> Making package: sslyze 5.0.2-1 (Fri 11 Feb 2022 08:19:31 AM EST)
==> Checking runtime dependencies...
==> Installing missing dependencies...
[?25lresolving dependencies...
looking for conflicting packages...

Packages (27) flake8-1:4.0.1-3  libnsl-2.0.0-2  mypy-0.931-2
              python-appdirs-1.4.4-6  python-cffi-1.15.0-3
              python-entrypoints-0.4-1  python-mccabe-0.6.1-11
              python-more-itertools-8.10.0-4  python-mypy_extensions-0.4.3-5
              python-ordered-set-4.0.2-6  python-packaging-20.9-7
              python-ply-3.11-10  python-psutil-5.9.0-1
              python-pycodestyle-2.8.0-5  python-pycparser-2.21-3
              python-pyflakes-2.4.0-3  python-pyparsing-2.4.7-6
              python-setuptools-1:59.1.1-1  python-six-1.16.0-5
              python-toml-0.10.2-7  python-typed-ast-1.5.2-1
              python-typing_extensions-4.0.1-1  nassl-4.0.0-1  python-3.10.2-1
              python-cryptography-36.0.1-1  python-pydantic-1.8.2-3
              python-tls_parser-1.2.2-1

Total Download Size:   18.89 MiB
Total Installed Size:  91.92 MiB

:: Proceed with installation? [Y/n] 
:: Retrieving packages...
 python-3.10.2-1-x86_64 downloading...
 mypy-0.931-2-any downloading...
 nassl-4.0.0-1-x86_64 downloading...
 python-cryptography-36.0.1-1-x86_64 downloading...
 python-setuptools-1:59.1.1-1-any downloading...
 python-psutil-5.9.0-1-x86_64 downloading...
 python-cffi-1.15.0-3-x86_64 downloading...
 python-pydantic-1.8.2-3-any downloading...
 python-pycparser-2.21-3-any downloading...
 python-typed-ast-1.5.2-1-x86_64 downloading...
 python-pyflakes-2.4.0-3-any downloading...
 python-pyparsing-2.4.7-6-any downloading...
 flake8-1:4.0.1-3-any downloading...
 python-ply-3.11-10-any downloading...
 python-more-itertools-8.10.0-4-any downloading...
 python-pycodestyle-2.8.0-5-any downloading...
 python-packaging-20.9-7-any downloading...
 python-typing_extensions-4.0.1-1-any downloading...
 python-toml-0.10.2-7-any downloading...
 python-six-1.16.0-5-any downloading...
 libnsl-2.0.0-2-x86_64 downloading...
 python-tls_parser-1.2.2-1-x86_64 downloading...
 python-appdirs-1.4.4-6-any downloading...
 python-mccabe-0.6.1-11-any downloading...
 python-ordered-set-4.0.2-6-any downloading...
 python-mypy_extensions-0.4.3-5-any downloading...
 python-entrypoints-0.4-1-any downloading...
checking keyring...
checking package integrity...
loading package files...
checking for file conflicts...
:: Processing package changes...
installing libnsl...
installing python...
Optional dependencies for python
    python-setuptools [pending]
    python-pip
    sqlite [installed]
    mpdecimal: for decimal
    xz: for lzma [installed]
    tk: for tkinter
installing nassl...
installing python-ply...
installing python-pycparser...
installing python-cffi...
installing python-cryptography...
installing python-psutil...
installing python-typed-ast...
installing python-mypy_extensions...
installing python-typing_extensions...
installing python-toml...
installing mypy...
installing python-appdirs...
installing python-more-itertools...
installing python-ordered-set...
installing python-pyparsing...
installing python-six...
installing python-packaging...
installing python-setuptools...
installing python-pyflakes...
installing python-mccabe...
installing python-pycodestyle...
installing python-entrypoints...
installing flake8...
installing python-tls_parser...
installing python-pydantic...
Optional dependencies for python-pydantic
    python-email-validator: email
[?25h==> Checking buildtime dependencies...
==> Retrieving sources...
  -> Found 5.0.2.zip
==> WARNING: Skipping all source file integrity checks.
==> Extracting sources...
  -> Extracting 5.0.2.zip with bsdtar
==> Starting build()...
/usr/lib/python3.10/site-packages/setuptools/dist.py:717: UserWarning: Usage of dash-separated 'description-file' will not be supported in future versions. Please use the underscore name 'description_file' instead
  warnings.warn(
/usr/lib/python3.10/distutils/dist.py:274: UserWarning: Unknown distribution option: 'executables'
  warnings.warn(msg)
running build
running build_py
creating build
creating build/lib
creating build/lib/sslyze
copying sslyze/__init__.py -> build/lib/sslyze
copying sslyze/server_setting.py -> build/lib/sslyze
copying sslyze/__main__.py -> build/lib/sslyze
copying sslyze/__version__.py -> build/lib/sslyze
copying sslyze/errors.py -> build/lib/sslyze
copying sslyze/server_connectivity.py -> build/lib/sslyze
creating build/lib/sslyze/mozilla_tls_profile
copying sslyze/mozilla_tls_profile/__init__.py -> build/lib/sslyze/mozilla_tls_profile
copying sslyze/mozilla_tls_profile/mozilla_config_checker.py -> build/lib/sslyze/mozilla_tls_profile
creating build/lib/sslyze/scanner
copying sslyze/scanner/__init__.py -> build/lib/sslyze/scanner
copying sslyze/scanner/_mass_connectivity_tester.py -> build/lib/sslyze/scanner
copying sslyze/scanner/_jobs_worker_thread.py -> build/lib/sslyze/scanner
copying sslyze/scanner/_mass_scanner.py -> build/lib/sslyze/scanner
copying sslyze/scanner/models.py -> build/lib/sslyze/scanner
copying sslyze/scanner/scan_command_attempt.py -> build/lib/sslyze/scanner
copying sslyze/scanner/scanner_observer.py -> build/lib/sslyze/scanner
copying sslyze/scanner/scanner.py -> build/lib/sslyze/scanner
creating build/lib/sslyze/plugins
copying sslyze/plugins/heartbleed_plugin.py -> build/lib/sslyze/plugins
copying sslyze/plugins/__init__.py -> build/lib/sslyze/plugins
copying sslyze/plugins/http_headers_plugin.py -> build/lib/sslyze/plugins
copying sslyze/plugins/scan_commands.py -> build/lib/sslyze/plugins
copying sslyze/plugins/fallback_scsv_plugin.py -> build/lib/sslyze/plugins
copying sslyze/plugins/compression_plugin.py -> build/lib/sslyze/plugins
copying sslyze/plugins/openssl_ccs_injection_plugin.py -> build/lib/sslyze/plugins
copying sslyze/plugins/session_renegotiation_plugin.py -> build/lib/sslyze/plugins
copying sslyze/plugins/early_data_plugin.py -> build/lib/sslyze/plugins
copying sslyze/plugins/elliptic_curves_plugin.py -> build/lib/sslyze/plugins
copying sslyze/plugins/plugin_base.py -> build/lib/sslyze/plugins
creating build/lib/sslyze/connection_helpers
copying sslyze/connection_helpers/__init__.py -> build/lib/sslyze/connection_helpers
copying sslyze/connection_helpers/opportunistic_tls_helpers.py -> build/lib/sslyze/connection_helpers
copying sslyze/connection_helpers/http_response_parser.py -> build/lib/sslyze/connection_helpers
copying sslyze/connection_helpers/http_request_generator.py -> build/lib/sslyze/connection_helpers
copying sslyze/connection_helpers/tls_connection.py -> build/lib/sslyze/connection_helpers
creating build/lib/sslyze/json
copying sslyze/json/__init__.py -> build/lib/sslyze/json
copying sslyze/json/scan_attempt_json.py -> build/lib/sslyze/json
copying sslyze/json/json_output.py -> build/lib/sslyze/json
creating build/lib/sslyze/cli
copying sslyze/cli/__init__.py -> build/lib/sslyze/cli
copying sslyze/cli/server_string_parser.py -> build/lib/sslyze/cli
copying sslyze/cli/command_line_parser.py -> build/lib/sslyze/cli
copying sslyze/cli/console_output.py -> build/lib/sslyze/cli
creating build/lib/sslyze/plugins/session_resumption
copying sslyze/plugins/session_resumption/__init__.py -> build/lib/sslyze/plugins/session_resumption
copying sslyze/plugins/session_resumption/_resumption_with_id.py -> build/lib/sslyze/plugins/session_resumption
copying sslyze/plugins/session_resumption/implementation.py -> build/lib/sslyze/plugins/session_resumption
copying sslyze/plugins/session_resumption/_resumption_with_ticket.py -> build/lib/sslyze/plugins/session_resumption
copying sslyze/plugins/session_resumption/json_output.py -> build/lib/sslyze/plugins/session_resumption
creating build/lib/sslyze/plugins/certificate_info
copying sslyze/plugins/certificate_info/__init__.py -> build/lib/sslyze/plugins/certificate_info
copying sslyze/plugins/certificate_info/_symantec.py -> build/lib/sslyze/plugins/certificate_info
copying sslyze/plugins/certificate_info/_cert_chain_analyzer.py -> build/lib/sslyze/plugins/certificate_info
copying sslyze/plugins/certificate_info/implementation.py -> build/lib/sslyze/plugins/certificate_info
copying sslyze/plugins/certificate_info/_get_cert_chain.py -> build/lib/sslyze/plugins/certificate_info
copying sslyze/plugins/certificate_info/_cli_connector.py -> build/lib/sslyze/plugins/certificate_info
copying sslyze/plugins/certificate_info/_certificate_utils.py -> build/lib/sslyze/plugins/certificate_info
copying sslyze/plugins/certificate_info/json_output.py -> build/lib/sslyze/plugins/certificate_info
creating build/lib/sslyze/plugins/robot
copying sslyze/plugins/robot/__init__.py -> build/lib/sslyze/plugins/robot
copying sslyze/plugins/robot/implementation.py -> build/lib/sslyze/plugins/robot
copying sslyze/plugins/robot/_robot_tester.py -> build/lib/sslyze/plugins/robot
creating build/lib/sslyze/plugins/openssl_cipher_suites
copying sslyze/plugins/openssl_cipher_suites/__init__.py -> build/lib/sslyze/plugins/openssl_cipher_suites
copying sslyze/plugins/openssl_cipher_suites/implementation.py -> build/lib/sslyze/plugins/openssl_cipher_suites
copying sslyze/plugins/openssl_cipher_suites/cipher_suites.py -> build/lib/sslyze/plugins/openssl_cipher_suites
copying sslyze/plugins/openssl_cipher_suites/_cli_connector.py -> build/lib/sslyze/plugins/openssl_cipher_suites
copying sslyze/plugins/openssl_cipher_suites/_test_cipher_suite.py -> build/lib/sslyze/plugins/openssl_cipher_suites
copying sslyze/plugins/openssl_cipher_suites/_tls12_workaround.py -> build/lib/sslyze/plugins/openssl_cipher_suites
copying sslyze/plugins/openssl_cipher_suites/json_output.py -> build/lib/sslyze/plugins/openssl_cipher_suites
creating build/lib/sslyze/plugins/certificate_info/trust_stores
copying sslyze/plugins/certificate_info/trust_stores/trust_store_repository.py -> build/lib/sslyze/plugins/certificate_info/trust_stores
copying sslyze/plugins/certificate_info/trust_stores/__init__.py -> build/lib/sslyze/plugins/certificate_info/trust_stores
copying sslyze/plugins/certificate_info/trust_stores/trust_store.py -> build/lib/sslyze/plugins/certificate_info/trust_stores
copying sslyze/py.typed -> build/lib/sslyze
copying sslyze/mozilla_tls_profile/5.6.json -> build/lib/sslyze/mozilla_tls_profile
creating build/lib/sslyze/plugins/certificate_info/trust_stores/pem_files
copying sslyze/plugins/certificate_info/trust_stores/pem_files/openjdk.pem -> build/lib/sslyze/plugins/certificate_info/trust_stores/pem_files
copying sslyze/plugins/certificate_info/trust_stores/pem_files/google_aosp.pem -> build/lib/sslyze/plugins/certificate_info/trust_stores/pem_files
copying sslyze/plugins/certificate_info/trust_stores/pem_files/apple.pem -> build/lib/sslyze/plugins/certificate_info/trust_stores/pem_files
copying sslyze/plugins/certificate_info/trust_stores/pem_files/mozilla_nss.pem -> build/lib/sslyze/plugins/certificate_info/trust_stores/pem_files
copying sslyze/plugins/certificate_info/trust_stores/pem_files/microsoft_windows.pem -> build/lib/sslyze/plugins/certificate_info/trust_stores/pem_files
copying sslyze/plugins/certificate_info/trust_stores/pem_files/oracle_java.pem -> build/lib/sslyze/plugins/certificate_info/trust_stores/pem_files
copying sslyze/plugins/certificate_info/trust_stores/pem_files/mozilla_nss.yaml -> build/lib/sslyze/plugins/certificate_info/trust_stores/pem_files
copying sslyze/plugins/certificate_info/trust_stores/pem_files/openjdk.yaml -> build/lib/sslyze/plugins/certificate_info/trust_stores/pem_files
copying sslyze/plugins/certificate_info/trust_stores/pem_files/google_aosp.yaml -> build/lib/sslyze/plugins/certificate_info/trust_stores/pem_files
copying sslyze/plugins/certificate_info/trust_stores/pem_files/apple.yaml -> build/lib/sslyze/plugins/certificate_info/trust_stores/pem_files
copying sslyze/plugins/certificate_info/trust_stores/pem_files/oracle_java.yaml -> build/lib/sslyze/plugins/certificate_info/trust_stores/pem_files
copying sslyze/plugins/certificate_info/trust_stores/pem_files/microsoft_windows.yaml -> build/lib/sslyze/plugins/certificate_info/trust_stores/pem_files
==> Entering fakeroot environment...
==> Starting package()...
/usr/lib/python3.10/site-packages/setuptools/dist.py:717: UserWarning: Usage of dash-separated 'description-file' will not be supported in future versions. Please use the underscore name 'description_file' instead
  warnings.warn(
/usr/lib/python3.10/distutils/dist.py:274: UserWarning: Unknown distribution option: 'executables'
  warnings.warn(msg)
running install
/usr/lib/python3.10/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 /build/sslyze/pkg/sslyze/usr
creating /build/sslyze/pkg/sslyze/usr/lib
creating /build/sslyze/pkg/sslyze/usr/lib/python3.10
creating /build/sslyze/pkg/sslyze/usr/lib/python3.10/site-packages
creating /build/sslyze/pkg/sslyze/usr/lib/python3.10/site-packages/sslyze
copying build/lib/sslyze/__init__.py -> /build/sslyze/pkg/sslyze/usr/lib/python3.10/site-packages/sslyze
creating /build/sslyze/pkg/sslyze/usr/lib/python3.10/site-packages/sslyze/mozilla_tls_profile
copying build/lib/sslyze/mozilla_tls_profile/5.6.json -> /build/sslyze/pkg/sslyze/usr/lib/python3.10/site-packages/sslyze/mozilla_tls_profile
copying build/lib/sslyze/mozilla_tls_profile/__init__.py -> /build/sslyze/pkg/sslyze/usr/lib/python3.10/site-packages/sslyze/mozilla_tls_profile
copying build/lib/sslyze/mozilla_tls_profile/mozilla_config_checker.py -> /build/sslyze/pkg/sslyze/usr/lib/python3.10/site-packages/sslyze/mozilla_tls_profile
copying build/lib/sslyze/py.typed -> /build/sslyze/pkg/sslyze/usr/lib/python3.10/site-packages/sslyze
copying build/lib/sslyze/server_setting.py -> /build/sslyze/pkg/sslyze/usr/lib/python3.10/site-packages/sslyze
copying build/lib/sslyze/__main__.py -> /build/sslyze/pkg/sslyze/usr/lib/python3.10/site-packages/sslyze
copying build/lib/sslyze/__version__.py -> /build/sslyze/pkg/sslyze/usr/lib/python3.10/site-packages/sslyze
creating /build/sslyze/pkg/sslyze/usr/lib/python3.10/site-packages/sslyze/scanner
copying build/lib/sslyze/scanner/__init__.py -> /build/sslyze/pkg/sslyze/usr/lib/python3.10/site-packages/sslyze/scanner
copying build/lib/sslyze/scanner/_mass_connectivity_tester.py -> /build/sslyze/pkg/sslyze/usr/lib/python3.10/site-packages/sslyze/scanner
copying build/lib/sslyze/scanner/_jobs_worker_thread.py -> /build/sslyze/pkg/sslyze/usr/lib/python3.10/site-packages/sslyze/scanner
copying build/lib/sslyze/scanner/_mass_scanner.py -> /build/sslyze/pkg/sslyze/usr/lib/python3.10/site-packages/sslyze/scanner
copying build/lib/sslyze/scanner/models.py -> /build/sslyze/pkg/sslyze/usr/lib/python3.10/site-packages/sslyze/scanner
copying build/lib/sslyze/scanner/scan_command_attempt.py -> /build/sslyze/pkg/sslyze/usr/lib/python3.10/site-packages/sslyze/scanner
copying build/lib/sslyze/scanner/scanner_observer.py -> /build/sslyze/pkg/sslyze/usr/lib/python3.10/site-packages/sslyze/scanner
copying build/lib/sslyze/scanner/scanner.py -> /build/sslyze/pkg/sslyze/usr/lib/python3.10/site-packages/sslyze/scanner
creating /build/sslyze/pkg/sslyze/usr/lib/python3.10/site-packages/sslyze/plugins
copying build/lib/sslyze/plugins/heartbleed_plugin.py -> /build/sslyze/pkg/sslyze/usr/lib/python3.10/site-packages/sslyze/plugins
copying build/lib/sslyze/plugins/__init__.py -> /build/sslyze/pkg/sslyze/usr/lib/python3.10/site-packages/sslyze/plugins
copying build/lib/sslyze/plugins/http_headers_plugin.py -> /build/sslyze/pkg/sslyze/usr/lib/python3.10/site-packages/sslyze/plugins
copying build/lib/sslyze/plugins/scan_commands.py -> /build/sslyze/pkg/sslyze/usr/lib/python3.10/site-packages/sslyze/plugins
copying build/lib/sslyze/plugins/fallback_scsv_plugin.py -> /build/sslyze/pkg/sslyze/usr/lib/python3.10/site-packages/sslyze/plugins
copying build/lib/sslyze/plugins/compression_plugin.py -> /build/sslyze/pkg/sslyze/usr/lib/python3.10/site-packages/sslyze/plugins
copying build/lib/sslyze/plugins/openssl_ccs_injection_plugin.py -> /build/sslyze/pkg/sslyze/usr/lib/python3.10/site-packages/sslyze/plugins
creating /build/sslyze/pkg/sslyze/usr/lib/python3.10/site-packages/sslyze/plugins/session_resumption
copying build/lib/sslyze/plugins/session_resumption/__init__.py -> /build/sslyze/pkg/sslyze/usr/lib/python3.10/site-packages/sslyze/plugins/session_resumption
copying build/lib/sslyze/plugins/session_resumption/_resumption_with_id.py -> /build/sslyze/pkg/sslyze/usr/lib/python3.10/site-packages/sslyze/plugins/session_resumption
copying build/lib/sslyze/plugins/session_resumption/implementation.py -> /build/sslyze/pkg/sslyze/usr/lib/python3.10/site-packages/sslyze/plugins/session_resumption
copying build/lib/sslyze/plugins/session_resumption/_resumption_with_ticket.py -> /build/sslyze/pkg/sslyze/usr/lib/python3.10/site-packages/sslyze/plugins/session_resumption
copying build/lib/sslyze/plugins/session_resumption/json_output.py -> /build/sslyze/pkg/sslyze/usr/lib/python3.10/site-packages/sslyze/plugins/session_resumption
copying build/lib/sslyze/plugins/session_renegotiation_plugin.py -> /build/sslyze/pkg/sslyze/usr/lib/python3.10/site-packages/sslyze/plugins
copying build/lib/sslyze/plugins/early_data_plugin.py -> /build/sslyze/pkg/sslyze/usr/lib/python3.10/site-packages/sslyze/plugins
copying build/lib/sslyze/plugins/elliptic_curves_plugin.py -> /build/sslyze/pkg/sslyze/usr/lib/python3.10/site-packages/sslyze/plugins
creating /build/sslyze/pkg/sslyze/usr/lib/python3.10/site-packages/sslyze/plugins/certificate_info
copying build/lib/sslyze/plugins/certificate_info/__init__.py -> /build/sslyze/pkg/sslyze/usr/lib/python3.10/site-packages/sslyze/plugins/certificate_info
creating /build/sslyze/pkg/sslyze/usr/lib/python3.10/site-packages/sslyze/plugins/certificate_info/trust_stores
copying build/lib/sslyze/plugins/certificate_info/trust_stores/trust_store_repository.py -> /build/sslyze/pkg/sslyze/usr/lib/python3.10/site-packages/sslyze/plugins/certificate_info/trust_stores
copying build/lib/sslyze/plugins/certificate_info/trust_stores/__init__.py -> /build/sslyze/pkg/sslyze/usr/lib/python3.10/site-packages/sslyze/plugins/certificate_info/trust_stores
creating /build/sslyze/pkg/sslyze/usr/lib/python3.10/site-packages/sslyze/plugins/certificate_info/trust_stores/pem_files
copying build/lib/sslyze/plugins/certificate_info/trust_stores/pem_files/mozilla_nss.yaml -> /build/sslyze/pkg/sslyze/usr/lib/python3.10/site-packages/sslyze/plugins/certificate_info/trust_stores/pem_files
copying build/lib/sslyze/plugins/certificate_info/trust_stores/pem_files/openjdk.pem -> /build/sslyze/pkg/sslyze/usr/lib/python3.10/site-packages/sslyze/plugins/certificate_info/trust_stores/pem_files
copying build/lib/sslyze/plugins/certificate_info/trust_stores/pem_files/google_aosp.pem -> /build/sslyze/pkg/sslyze/usr/lib/python3.10/site-packages/sslyze/plugins/certificate_info/trust_stores/pem_files
copying build/lib/sslyze/plugins/certificate_info/trust_stores/pem_files/openjdk.yaml -> /build/sslyze/pkg/sslyze/usr/lib/python3.10/site-packages/sslyze/plugins/certificate_info/trust_stores/pem_files
copying build/lib/sslyze/plugins/certificate_info/trust_stores/pem_files/apple.pem -> /build/sslyze/pkg/sslyze/usr/lib/python3.10/site-packages/sslyze/plugins/certificate_info/trust_stores/pem_files
copying build/lib/sslyze/plugins/certificate_info/trust_stores/pem_files/google_aosp.yaml -> /build/sslyze/pkg/sslyze/usr/lib/python3.10/site-packages/sslyze/plugins/certificate_info/trust_stores/pem_files
copying build/lib/sslyze/plugins/certificate_info/trust_stores/pem_files/mozilla_nss.pem -> /build/sslyze/pkg/sslyze/usr/lib/python3.10/site-packages/sslyze/plugins/certificate_info/trust_stores/pem_files
copying build/lib/sslyze/plugins/certificate_info/trust_stores/pem_files/apple.yaml -> /build/sslyze/pkg/sslyze/usr/lib/python3.10/site-packages/sslyze/plugins/certificate_info/trust_stores/pem_files
copying build/lib/sslyze/plugins/certificate_info/trust_stores/pem_files/oracle_java.yaml -> /build/sslyze/pkg/sslyze/usr/lib/python3.10/site-packages/sslyze/plugins/certificate_info/trust_stores/pem_files
copying build/lib/sslyze/plugins/certificate_info/trust_stores/pem_files/microsoft_windows.pem -> /build/sslyze/pkg/sslyze/usr/lib/python3.10/site-packages/sslyze/plugins/certificate_info/trust_stores/pem_files
copying build/lib/sslyze/plugins/certificate_info/trust_stores/pem_files/oracle_java.pem -> /build/sslyze/pkg/sslyze/usr/lib/python3.10/site-packages/sslyze/plugins/certificate_info/trust_stores/pem_files
copying build/lib/sslyze/plugins/certificate_info/trust_stores/pem_files/microsoft_windows.yaml -> /build/sslyze/pkg/sslyze/usr/lib/python3.10/site-packages/sslyze/plugins/certificate_info/trust_stores/pem_files
copying build/lib/sslyze/plugins/certificate_info/trust_stores/trust_store.py -> /build/sslyze/pkg/sslyze/usr/lib/python3.10/site-packages/sslyze/plugins/certificate_info/trust_stores
copying build/lib/sslyze/plugins/certificate_info/_symantec.py -> /build/sslyze/pkg/sslyze/usr/lib/python3.10/site-packages/sslyze/plugins/certificate_info
copying build/lib/sslyze/plugins/certificate_info/_cert_chain_analyzer.py -> /build/sslyze/pkg/sslyze/usr/lib/python3.10/site-packages/sslyze/plugins/certificate_info
copying build/lib/sslyze/plugins/certificate_info/implementation.py -> /build/sslyze/pkg/sslyze/usr/lib/python3.10/site-packages/sslyze/plugins/certificate_info
copying build/lib/sslyze/plugins/certificate_info/_get_cert_chain.py -> /build/sslyze/pkg/sslyze/usr/lib/python3.10/site-packages/sslyze/plugins/certificate_info
copying build/lib/sslyze/plugins/certificate_info/_cli_connector.py -> /build/sslyze/pkg/sslyze/usr/lib/python3.10/site-packages/sslyze/plugins/certificate_info
copying build/lib/sslyze/plugins/certificate_info/_certificate_utils.py -> /build/sslyze/pkg/sslyze/usr/lib/python3.10/site-packages/sslyze/plugins/certificate_info
copying build/lib/sslyze/plugins/certificate_info/json_output.py -> /build/sslyze/pkg/sslyze/usr/lib/python3.10/site-packages/sslyze/plugins/certificate_info
creating /build/sslyze/pkg/sslyze/usr/lib/python3.10/site-packages/sslyze/plugins/robot
copying build/lib/sslyze/plugins/robot/__init__.py -> /build/sslyze/pkg/sslyze/usr/lib/python3.10/site-packages/sslyze/plugins/robot
copying build/lib/sslyze/plugins/robot/implementation.py -> /build/sslyze/pkg/sslyze/usr/lib/python3.10/site-packages/sslyze/plugins/robot
copying build/lib/sslyze/plugins/robot/_robot_tester.py -> /build/sslyze/pkg/sslyze/usr/lib/python3.10/site-packages/sslyze/plugins/robot
creating /build/sslyze/pkg/sslyze/usr/lib/python3.10/site-packages/sslyze/plugins/openssl_cipher_suites
copying build/lib/sslyze/plugins/openssl_cipher_suites/__init__.py -> /build/sslyze/pkg/sslyze/usr/lib/python3.10/site-packages/sslyze/plugins/openssl_cipher_suites
copying build/lib/sslyze/plugins/openssl_cipher_suites/implementation.py -> /build/sslyze/pkg/sslyze/usr/lib/python3.10/site-packages/sslyze/plugins/openssl_cipher_suites
copying build/lib/sslyze/plugins/openssl_cipher_suites/cipher_suites.py -> /build/sslyze/pkg/sslyze/usr/lib/python3.10/site-packages/sslyze/plugins/openssl_cipher_suites
copying build/lib/sslyze/plugins/openssl_cipher_suites/_cli_connector.py -> /build/sslyze/pkg/sslyze/usr/lib/python3.10/site-packages/sslyze/plugins/openssl_cipher_suites
copying build/lib/sslyze/plugins/openssl_cipher_suites/_test_cipher_suite.py -> /build/sslyze/pkg/sslyze/usr/lib/python3.10/site-packages/sslyze/plugins/openssl_cipher_suites
copying build/lib/sslyze/plugins/openssl_cipher_suites/_tls12_workaround.py -> /build/sslyze/pkg/sslyze/usr/lib/python3.10/site-packages/sslyze/plugins/openssl_cipher_suites
copying build/lib/sslyze/plugins/openssl_cipher_suites/json_output.py -> /build/sslyze/pkg/sslyze/usr/lib/python3.10/site-packages/sslyze/plugins/openssl_cipher_suites
copying build/lib/sslyze/plugins/plugin_base.py -> /build/sslyze/pkg/sslyze/usr/lib/python3.10/site-packages/sslyze/plugins
copying build/lib/sslyze/errors.py -> /build/sslyze/pkg/sslyze/usr/lib/python3.10/site-packages/sslyze
creating /build/sslyze/pkg/sslyze/usr/lib/python3.10/site-packages/sslyze/connection_helpers
copying build/lib/sslyze/connection_helpers/__init__.py -> /build/sslyze/pkg/sslyze/usr/lib/python3.10/site-packages/sslyze/connection_helpers
copying build/lib/sslyze/connection_helpers/opportunistic_tls_helpers.py -> /build/sslyze/pkg/sslyze/usr/lib/python3.10/site-packages/sslyze/connection_helpers
copying build/lib/sslyze/connection_helpers/http_response_parser.py -> /build/sslyze/pkg/sslyze/usr/lib/python3.10/site-packages/sslyze/connection_helpers
copying build/lib/sslyze/connection_helpers/http_request_generator.py -> /build/sslyze/pkg/sslyze/usr/lib/python3.10/site-packages/sslyze/connection_helpers
copying build/lib/sslyze/connection_helpers/tls_connection.py -> /build/sslyze/pkg/sslyze/usr/lib/python3.10/site-packages/sslyze/connection_helpers
copying build/lib/sslyze/server_connectivity.py -> /build/sslyze/pkg/sslyze/usr/lib/python3.10/site-packages/sslyze
creating /build/sslyze/pkg/sslyze/usr/lib/python3.10/site-packages/sslyze/json
copying build/lib/sslyze/json/__init__.py -> /build/sslyze/pkg/sslyze/usr/lib/python3.10/site-packages/sslyze/json
copying build/lib/sslyze/json/scan_attempt_json.py -> /build/sslyze/pkg/sslyze/usr/lib/python3.10/site-packages/sslyze/json
copying build/lib/sslyze/json/json_output.py -> /build/sslyze/pkg/sslyze/usr/lib/python3.10/site-packages/sslyze/json
creating /build/sslyze/pkg/sslyze/usr/lib/python3.10/site-packages/sslyze/cli
copying build/lib/sslyze/cli/__init__.py -> /build/sslyze/pkg/sslyze/usr/lib/python3.10/site-packages/sslyze/cli
copying build/lib/sslyze/cli/server_string_parser.py -> /build/sslyze/pkg/sslyze/usr/lib/python3.10/site-packages/sslyze/cli
copying build/lib/sslyze/cli/command_line_parser.py -> /build/sslyze/pkg/sslyze/usr/lib/python3.10/site-packages/sslyze/cli
copying build/lib/sslyze/cli/console_output.py -> /build/sslyze/pkg/sslyze/usr/lib/python3.10/site-packages/sslyze/cli
byte-compiling /build/sslyze/pkg/sslyze/usr/lib/python3.10/site-packages/sslyze/__init__.py to __init__.cpython-310.pyc
byte-compiling /build/sslyze/pkg/sslyze/usr/lib/python3.10/site-packages/sslyze/mozilla_tls_profile/__init__.py to __init__.cpython-310.pyc
byte-compiling /build/sslyze/pkg/sslyze/usr/lib/python3.10/site-packages/sslyze/mozilla_tls_profile/mozilla_config_checker.py to mozilla_config_checker.cpython-310.pyc
byte-compiling /build/sslyze/pkg/sslyze/usr/lib/python3.10/site-packages/sslyze/server_setting.py to server_setting.cpython-310.pyc
byte-compiling /build/sslyze/pkg/sslyze/usr/lib/python3.10/site-packages/sslyze/__main__.py to __main__.cpython-310.pyc
byte-compiling /build/sslyze/pkg/sslyze/usr/lib/python3.10/site-packages/sslyze/__version__.py to __version__.cpython-310.pyc
byte-compiling /build/sslyze/pkg/sslyze/usr/lib/python3.10/site-packages/sslyze/scanner/__init__.py to __init__.cpython-310.pyc
byte-compiling /build/sslyze/pkg/sslyze/usr/lib/python3.10/site-packages/sslyze/scanner/_mass_connectivity_tester.py to _mass_connectivity_tester.cpython-310.pyc
byte-compiling /build/sslyze/pkg/sslyze/usr/lib/python3.10/site-packages/sslyze/scanner/_jobs_worker_thread.py to _jobs_worker_thread.cpython-310.pyc
byte-compiling /build/sslyze/pkg/sslyze/usr/lib/python3.10/site-packages/sslyze/scanner/_mass_scanner.py to _mass_scanner.cpython-310.pyc
byte-compiling /build/sslyze/pkg/sslyze/usr/lib/python3.10/site-packages/sslyze/scanner/models.py to models.cpython-310.pyc
byte-compiling /build/sslyze/pkg/sslyze/usr/lib/python3.10/site-packages/sslyze/scanner/scan_command_attempt.py to scan_command_attempt.cpython-310.pyc
byte-compiling /build/sslyze/pkg/sslyze/usr/lib/python3.10/site-packages/sslyze/scanner/scanner_observer.py to scanner_observer.cpython-310.pyc
byte-compiling /build/sslyze/pkg/sslyze/usr/lib/python3.10/site-packages/sslyze/scanner/scanner.py to scanner.cpython-310.pyc
byte-compiling /build/sslyze/pkg/sslyze/usr/lib/python3.10/site-packages/sslyze/plugins/heartbleed_plugin.py to heartbleed_plugin.cpython-310.pyc
byte-compiling /build/sslyze/pkg/sslyze/usr/lib/python3.10/site-packages/sslyze/plugins/__init__.py to __init__.cpython-310.pyc
byte-compiling /build/sslyze/pkg/sslyze/usr/lib/python3.10/site-packages/sslyze/plugins/http_headers_plugin.py to http_headers_plugin.cpython-310.pyc
byte-compiling /build/sslyze/pkg/sslyze/usr/lib/python3.10/site-packages/sslyze/plugins/scan_commands.py to scan_commands.cpython-310.pyc
byte-compiling /build/sslyze/pkg/sslyze/usr/lib/python3.10/site-packages/sslyze/plugins/fallback_scsv_plugin.py to fallback_scsv_plugin.cpython-310.pyc
byte-compiling /build/sslyze/pkg/sslyze/usr/lib/python3.10/site-packages/sslyze/plugins/compression_plugin.py to compression_plugin.cpython-310.pyc
byte-compiling /build/sslyze/pkg/sslyze/usr/lib/python3.10/site-packages/sslyze/plugins/openssl_ccs_injection_plugin.py to openssl_ccs_injection_plugin.cpython-310.pyc
byte-compiling /build/sslyze/pkg/sslyze/usr/lib/python3.10/site-packages/sslyze/plugins/session_resumption/__init__.py to __init__.cpython-310.pyc
byte-compiling /build/sslyze/pkg/sslyze/usr/lib/python3.10/site-packages/sslyze/plugins/session_resumption/_resumption_with_id.py to _resumption_with_id.cpython-310.pyc
byte-compiling /build/sslyze/pkg/sslyze/usr/lib/python3.10/site-packages/sslyze/plugins/session_resumption/implementation.py to implementation.cpython-310.pyc
byte-compiling /build/sslyze/pkg/sslyze/usr/lib/python3.10/site-packages/sslyze/plugins/session_resumption/_resumption_with_ticket.py to _resumption_with_ticket.cpython-310.pyc
byte-compiling /build/sslyze/pkg/sslyze/usr/lib/python3.10/site-packages/sslyze/plugins/session_resumption/json_output.py to json_output.cpython-310.pyc
byte-compiling /build/sslyze/pkg/sslyze/usr/lib/python3.10/site-packages/sslyze/plugins/session_renegotiation_plugin.py to session_renegotiation_plugin.cpython-310.pyc
byte-compiling /build/sslyze/pkg/sslyze/usr/lib/python3.10/site-packages/sslyze/plugins/early_data_plugin.py to early_data_plugin.cpython-310.pyc
byte-compiling /build/sslyze/pkg/sslyze/usr/lib/python3.10/site-packages/sslyze/plugins/elliptic_curves_plugin.py to elliptic_curves_plugin.cpython-310.pyc
byte-compiling /build/sslyze/pkg/sslyze/usr/lib/python3.10/site-packages/sslyze/plugins/certificate_info/__init__.py to __init__.cpython-310.pyc
byte-compiling /build/sslyze/pkg/sslyze/usr/lib/python3.10/site-packages/sslyze/plugins/certificate_info/trust_stores/trust_store_repository.py to trust_store_repository.cpython-310.pyc
byte-compiling /build/sslyze/pkg/sslyze/usr/lib/python3.10/site-packages/sslyze/plugins/certificate_info/trust_stores/__init__.py to __init__.cpython-310.pyc
byte-compiling /build/sslyze/pkg/sslyze/usr/lib/python3.10/site-packages/sslyze/plugins/certificate_info/trust_stores/trust_store.py to trust_store.cpython-310.pyc
byte-compiling /build/sslyze/pkg/sslyze/usr/lib/python3.10/site-packages/sslyze/plugins/certificate_info/_symantec.py to _symantec.cpython-310.pyc
byte-compiling /build/sslyze/pkg/sslyze/usr/lib/python3.10/site-packages/sslyze/plugins/certificate_info/_cert_chain_analyzer.py to _cert_chain_analyzer.cpython-310.pyc
byte-compiling /build/sslyze/pkg/sslyze/usr/lib/python3.10/site-packages/sslyze/plugins/certificate_info/implementation.py to implementation.cpython-310.pyc
byte-compiling /build/sslyze/pkg/sslyze/usr/lib/python3.10/site-packages/sslyze/plugins/certificate_info/_get_cert_chain.py to _get_cert_chain.cpython-310.pyc
byte-compiling /build/sslyze/pkg/sslyze/usr/lib/python3.10/site-packages/sslyze/plugins/certificate_info/_cli_connector.py to _cli_connector.cpython-310.pyc
byte-compiling /build/sslyze/pkg/sslyze/usr/lib/python3.10/site-packages/sslyze/plugins/certificate_info/_certificate_utils.py to _certificate_utils.cpython-310.pyc
byte-compiling /build/sslyze/pkg/sslyze/usr/lib/python3.10/site-packages/sslyze/plugins/certificate_info/json_output.py to json_output.cpython-310.pyc
byte-compiling /build/sslyze/pkg/sslyze/usr/lib/python3.10/site-packages/sslyze/plugins/robot/__init__.py to __init__.cpython-310.pyc
byte-compiling /build/sslyze/pkg/sslyze/usr/lib/python3.10/site-packages/sslyze/plugins/robot/implementation.py to implementation.cpython-310.pyc
byte-compiling /build/sslyze/pkg/sslyze/usr/lib/python3.10/site-packages/sslyze/plugins/robot/_robot_tester.py to _robot_tester.cpython-310.pyc
byte-compiling /build/sslyze/pkg/sslyze/usr/lib/python3.10/site-packages/sslyze/plugins/openssl_cipher_suites/__init__.py to __init__.cpython-310.pyc
byte-compiling /build/sslyze/pkg/sslyze/usr/lib/python3.10/site-packages/sslyze/plugins/openssl_cipher_suites/implementation.py to implementation.cpython-310.pyc
byte-compiling /build/sslyze/pkg/sslyze/usr/lib/python3.10/site-packages/sslyze/plugins/openssl_cipher_suites/cipher_suites.py to cipher_suites.cpython-310.pyc
byte-compiling /build/sslyze/pkg/sslyze/usr/lib/python3.10/site-packages/sslyze/plugins/openssl_cipher_suites/_cli_connector.py to _cli_connector.cpython-310.pyc
byte-compiling /build/sslyze/pkg/sslyze/usr/lib/python3.10/site-packages/sslyze/plugins/openssl_cipher_suites/_test_cipher_suite.py to _test_cipher_suite.cpython-310.pyc
byte-compiling /build/sslyze/pkg/sslyze/usr/lib/python3.10/site-packages/sslyze/plugins/openssl_cipher_suites/_tls12_workaround.py to _tls12_workaround.cpython-310.pyc
byte-compiling /build/sslyze/pkg/sslyze/usr/lib/python3.10/site-packages/sslyze/plugins/openssl_cipher_suites/json_output.py to json_output.cpython-310.pyc
byte-compiling /build/sslyze/pkg/sslyze/usr/lib/python3.10/site-packages/sslyze/plugins/plugin_base.py to plugin_base.cpython-310.pyc
byte-compiling /build/sslyze/pkg/sslyze/usr/lib/python3.10/site-packages/sslyze/errors.py to errors.cpython-310.pyc
byte-compiling /build/sslyze/pkg/sslyze/usr/lib/python3.10/site-packages/sslyze/connection_helpers/__init__.py to __init__.cpython-310.pyc
byte-compiling /build/sslyze/pkg/sslyze/usr/lib/python3.10/site-packages/sslyze/connection_helpers/opportunistic_tls_helpers.py to opportunistic_tls_helpers.cpython-310.pyc
byte-compiling /build/sslyze/pkg/sslyze/usr/lib/python3.10/site-packages/sslyze/connection_helpers/http_response_parser.py to http_response_parser.cpython-310.pyc
byte-compiling /build/sslyze/pkg/sslyze/usr/lib/python3.10/site-packages/sslyze/connection_helpers/http_request_generator.py to http_request_generator.cpython-310.pyc
byte-compiling /build/sslyze/pkg/sslyze/usr/lib/python3.10/site-packages/sslyze/connection_helpers/tls_connection.py to tls_connection.cpython-310.pyc
byte-compiling /build/sslyze/pkg/sslyze/usr/lib/python3.10/site-packages/sslyze/server_connectivity.py to server_connectivity.cpython-310.pyc
byte-compiling /build/sslyze/pkg/sslyze/usr/lib/python3.10/site-packages/sslyze/json/__init__.py to __init__.cpython-310.pyc
byte-compiling /build/sslyze/pkg/sslyze/usr/lib/python3.10/site-packages/sslyze/json/scan_attempt_json.py to scan_attempt_json.cpython-310.pyc
byte-compiling /build/sslyze/pkg/sslyze/usr/lib/python3.10/site-packages/sslyze/json/json_output.py to json_output.cpython-310.pyc
byte-compiling /build/sslyze/pkg/sslyze/usr/lib/python3.10/site-packages/sslyze/cli/__init__.py to __init__.cpython-310.pyc
byte-compiling /build/sslyze/pkg/sslyze/usr/lib/python3.10/site-packages/sslyze/cli/server_string_parser.py to server_string_parser.cpython-310.pyc
byte-compiling /build/sslyze/pkg/sslyze/usr/lib/python3.10/site-packages/sslyze/cli/command_line_parser.py to command_line_parser.cpython-310.pyc
byte-compiling /build/sslyze/pkg/sslyze/usr/lib/python3.10/site-packages/sslyze/cli/console_output.py to console_output.cpython-310.pyc
writing byte-compilation script '/tmp/tmpkfys16e_.py'
/usr/bin/python -Wignore:The distutils package is deprecated and slated for removal in Python 3.12. Use setuptools or check PEP 632 for potential alternatives:DeprecationWarning /tmp/tmpkfys16e_.py
removing /tmp/tmpkfys16e_.py
running install_egg_info
running egg_info
creating sslyze.egg-info
writing sslyze.egg-info/PKG-INFO
writing dependency_links to sslyze.egg-info/dependency_links.txt
writing entry points to sslyze.egg-info/entry_points.txt
writing requirements to sslyze.egg-info/requires.txt
writing top-level names to sslyze.egg-info/top_level.txt
writing manifest file 'sslyze.egg-info/SOURCES.txt'
reading manifest file 'sslyze.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
adding license file 'LICENSE.txt'
writing manifest file 'sslyze.egg-info/SOURCES.txt'
Copying sslyze.egg-info to /build/sslyze/pkg/sslyze/usr/lib/python3.10/site-packages/sslyze-5.0.2-py3.10.egg-info
running install_scripts
Installing sslyze script to /build/sslyze/pkg/sslyze/usr/bin
==> Tidying install...
  -> Removing libtool files...
  -> Purging unwanted files...
  -> Removing static library files...
  -> Stripping unneeded symbols from binaries and libraries...
  -> Compressing man and info pages...
==> Checking for packaging issues...
==> Creating package "sslyze"...
  -> Generating .PKGINFO file...
  -> Generating .BUILDINFO file...
  -> Generating .MTREE file...
  -> Compressing package...
==> Leaving fakeroot environment.
==> Finished making: sslyze 5.0.2-1 (Fri 11 Feb 2022 08:19:48 AM EST)
==> Cleaning up...
==> Removing installed dependencies...
[?25lchecking dependencies...
:: glib2 optionally requires python: gdbus-codegen, glib-genmarshal, glib-mkenums, gtester-report
:: util-linux optionally requires python: python bindings to libmount

Packages (27) flake8-1:4.0.1-3  libnsl-2.0.0-2  mypy-0.931-2  nassl-4.0.0-1
              python-3.10.2-1  python-appdirs-1.4.4-6  python-cffi-1.15.0-3
              python-cryptography-36.0.1-1  python-entrypoints-0.4-1
              python-mccabe-0.6.1-11  python-more-itertools-8.10.0-4
              python-mypy_extensions-0.4.3-5  python-ordered-set-4.0.2-6
              python-packaging-20.9-7  python-ply-3.11-10
              python-psutil-5.9.0-1  python-pycodestyle-2.8.0-5
              python-pycparser-2.21-3  python-pydantic-1.8.2-3
              python-pyflakes-2.4.0-3  python-pyparsing-2.4.7-6
              python-setuptools-1:59.1.1-1  python-six-1.16.0-5
              python-tls_parser-1.2.2-1  python-toml-0.10.2-7
              python-typed-ast-1.5.2-1  python-typing_extensions-4.0.1-1

Total Removed Size:  91.92 MiB

:: Do you want to remove these packages? [Y/n] 
:: Processing package changes...
removing python-tls_parser...
removing python-pydantic...
removing python-cryptography...
removing python-cffi...
removing python-pycparser...
removing python-ply...
removing nassl...
removing mypy...
removing python-typing_extensions...
removing python-typed-ast...
removing python-toml...
removing python-psutil...
removing python-mypy_extensions...
removing flake8...
removing python-pyflakes...
removing python-setuptools...
removing python-packaging...
removing python-six...
removing python-pyparsing...
removing python-ordered-set...
removing python-more-itertools...
removing python-appdirs...
removing python-pycodestyle...
removing python-mccabe...
removing python-entrypoints...
removing python...
removing libnsl...
[?25h