whitesource-ps / ws-nexus-integration

WhiteSource Nexus integration tool
Apache License 2.0
15 stars 8 forks source link

[BUG] [ws-tool-name] ws-scan.py looks for NexusAuthToken even though NexusUser & NexusPassword are set #28

Closed danielnbalasoiu closed 2 years ago

danielnbalasoiu commented 2 years ago

Bug Description

I have populated params.config w/ the following values:

[Nexus Settings]
NexusBaseUrl=http://nexus.host:8080/
NexusAuthToken=
NexusUser=myusername
NexusPassword=mypass
NexusRepositories=
NexusAltDockerRegistryAddress=

[WhiteSource Settings]
WSUserKey=
WSApiKey=XXXX
WSProductName=Nexus
WSCheckPolicies=False
WSUrl=https://saas-eu.whitesourcesoftware.com

[General Settings]
InteractiveMode=False
ThreadCount=1

but it fails w/

root@893d2602f896:/opt/whitesource# python ws-scan.py

=======================
 WhiteSource for Nexus
=======================
Traceback (most recent call last):
  File "ws-scan.py", line 685, in <module>
    main()
  File "ws-scan.py", line 120, in main
    config = Configuration(conf_file)
  File "ws-scan.py", line 66, in __init__
    self.nexus_auth_token = conf.get('Nexus Settings', 'NexusAuthToken')
  File "/usr/local/lib/python3.8/configparser.py", line 781, in get
    d = self._unify_values(section, vars)
  File "/usr/local/lib/python3.8/configparser.py", line 1149, in _unify_values
    raise NoSectionError(section) from None
configparser.NoSectionError: No section: 'Nexus Settings'

Steps to Reproduce
Steps to reproduce the behavior:

  1. Download ws-nexus stable version (v0.2.8) and unpack it.
  2. Configure params.config file
  3. Execute python script: python ws-scan.py
  4. See error above.

Environment Details

tamari-oz commented 2 years ago

Thanks for opening this issue. It will be addressed in the upcoming release.

danielnbalasoiu commented 2 years ago

Usually bugs are closed after they are fixed not after a promise is made.

danielnbalasoiu commented 2 years ago

I was checking latest commits (all branches) on this project and it doesn't seem to very active. As an WhiteSource customer, I'm expecting much more involvement when it comes to fixing bugs into existing integrations.

When will the next release be available?

tamari-oz commented 2 years ago

Hi,

The bug you have referenced is fixed in testing release 0.2.9a14. You can download it from pypy by executing: pip install ws-nexus-integration==0.2.9a14

tamari-oz commented 2 years ago

Hi, I just released version 0.2.9.

danielnbalasoiu commented 2 years ago

I downloaded the latest (v0.2.9) version and it fails with:

root@4960da47faaa:/opt/whitesource/ws-nexus-integration-0.2.9/ws-nexus# python -d ws-scan.py

=======================
 WhiteSource for Nexus
=======================
Traceback (most recent call last):
  File "ws-scan.py", line 685, in <module>
    main()
  File "ws-scan.py", line 120, in main
    config = Configuration(conf_file)
  File "ws-scan.py", line 95, in __init__
    self.nexus_ip = self.nexus_base_url.split('//')[1].split(':')[0]
IndexError: list index out of range

I tried using the IP address of the server instead of the URL even though the domain name is being resolved but it still fails.

More Verbose log ```shell root@4960da47faaa:/opt/whitesource/ws-nexus-integration-0.2.9/ws-nexus# python -dv ws-scan.py import _frozen_importlib # frozen import _imp # builtin import '_thread' # import '_warnings' # import '_weakref' # import '_io' # import 'marshal' # import 'posix' # import '_frozen_importlib_external' # import _thread # previously loaded ('_thread') import '_thread' # import _weakref # previously loaded ('_weakref') import '_weakref' # # installing zipimport hook import 'time' # import 'zipimport' # # installed zipimport hook # /usr/local/lib/python3.8/encodings/__pycache__/__init__.cpython-38.pyc matches /usr/local/lib/python3.8/encodings/__init__.py # code object from '/usr/local/lib/python3.8/encodings/__pycache__/__init__.cpython-38.pyc' # /usr/local/lib/python3.8/__pycache__/codecs.cpython-38.pyc matches /usr/local/lib/python3.8/codecs.py # code object from '/usr/local/lib/python3.8/__pycache__/codecs.cpython-38.pyc' import '_codecs' # import 'codecs' # <_frozen_importlib_external.SourceFileLoader object at 0xffff86ae9bb0> # /usr/local/lib/python3.8/encodings/__pycache__/aliases.cpython-38.pyc matches /usr/local/lib/python3.8/encodings/aliases.py # code object from '/usr/local/lib/python3.8/encodings/__pycache__/aliases.cpython-38.pyc' import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0xffff86a921c0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0xffff86ae9910> # /usr/local/lib/python3.8/encodings/__pycache__/utf_8.cpython-38.pyc matches /usr/local/lib/python3.8/encodings/utf_8.py # code object from '/usr/local/lib/python3.8/encodings/__pycache__/utf_8.cpython-38.pyc' import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0xffff86ae99a0> import '_signal' # # /usr/local/lib/python3.8/encodings/__pycache__/latin_1.cpython-38.pyc matches /usr/local/lib/python3.8/encodings/latin_1.py # code object from '/usr/local/lib/python3.8/encodings/__pycache__/latin_1.cpython-38.pyc' import 'encodings.latin_1' # <_frozen_importlib_external.SourceFileLoader object at 0xffff86a922b0> # /usr/local/lib/python3.8/__pycache__/io.cpython-38.pyc matches /usr/local/lib/python3.8/io.py # code object from '/usr/local/lib/python3.8/__pycache__/io.cpython-38.pyc' # /usr/local/lib/python3.8/__pycache__/abc.cpython-38.pyc matches /usr/local/lib/python3.8/abc.py # code object from '/usr/local/lib/python3.8/__pycache__/abc.cpython-38.pyc' import '_abc' # import 'abc' # <_frozen_importlib_external.SourceFileLoader object at 0xffff86a92760> import 'io' # <_frozen_importlib_external.SourceFileLoader object at 0xffff86a92490> # /usr/local/lib/python3.8/__pycache__/site.cpython-38.pyc matches /usr/local/lib/python3.8/site.py # code object from '/usr/local/lib/python3.8/__pycache__/site.cpython-38.pyc' # /usr/local/lib/python3.8/__pycache__/os.cpython-38.pyc matches /usr/local/lib/python3.8/os.py # code object from '/usr/local/lib/python3.8/__pycache__/os.cpython-38.pyc' # /usr/local/lib/python3.8/__pycache__/stat.cpython-38.pyc matches /usr/local/lib/python3.8/stat.py # code object from '/usr/local/lib/python3.8/__pycache__/stat.cpython-38.pyc' import '_stat' # import 'stat' # <_frozen_importlib_external.SourceFileLoader object at 0xffff86a410d0> # /usr/local/lib/python3.8/__pycache__/_collections_abc.cpython-38.pyc matches /usr/local/lib/python3.8/_collections_abc.py # code object from '/usr/local/lib/python3.8/__pycache__/_collections_abc.cpython-38.pyc' import '_collections_abc' # <_frozen_importlib_external.SourceFileLoader object at 0xffff86a41160> # /usr/local/lib/python3.8/__pycache__/posixpath.cpython-38.pyc matches /usr/local/lib/python3.8/posixpath.py # code object from '/usr/local/lib/python3.8/__pycache__/posixpath.cpython-38.pyc' # /usr/local/lib/python3.8/__pycache__/genericpath.cpython-38.pyc matches /usr/local/lib/python3.8/genericpath.py # code object from '/usr/local/lib/python3.8/__pycache__/genericpath.cpython-38.pyc' import 'genericpath' # <_frozen_importlib_external.SourceFileLoader object at 0xffff86a6aa60> import 'posixpath' # <_frozen_importlib_external.SourceFileLoader object at 0xffff86a41a60> import 'os' # <_frozen_importlib_external.SourceFileLoader object at 0xffff86aaa7f0> # /usr/local/lib/python3.8/__pycache__/_sitebuiltins.cpython-38.pyc matches /usr/local/lib/python3.8/_sitebuiltins.py # code object from '/usr/local/lib/python3.8/__pycache__/_sitebuiltins.cpython-38.pyc' import '_sitebuiltins' # <_frozen_importlib_external.SourceFileLoader object at 0xffff86a38a30> # /usr/local/lib/python3.8/__pycache__/_bootlocale.cpython-38.pyc matches /usr/local/lib/python3.8/_bootlocale.py # code object from '/usr/local/lib/python3.8/__pycache__/_bootlocale.cpython-38.pyc' import '_locale' # import '_bootlocale' # <_frozen_importlib_external.SourceFileLoader object at 0xffff86a6aeb0> # /usr/local/lib/python3.8/__pycache__/types.cpython-38.pyc matches /usr/local/lib/python3.8/types.py # code object from '/usr/local/lib/python3.8/__pycache__/types.cpython-38.pyc' import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0xffff869d51c0> # /usr/local/lib/python3.8/importlib/__pycache__/__init__.cpython-38.pyc matches /usr/local/lib/python3.8/importlib/__init__.py # code object from '/usr/local/lib/python3.8/importlib/__pycache__/__init__.cpython-38.pyc' # /usr/local/lib/python3.8/__pycache__/warnings.cpython-38.pyc matches /usr/local/lib/python3.8/warnings.py # code object from '/usr/local/lib/python3.8/__pycache__/warnings.cpython-38.pyc' import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0xffff869d5d90> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0xffff869d5a00> # /usr/local/lib/python3.8/importlib/__pycache__/util.cpython-38.pyc matches /usr/local/lib/python3.8/importlib/util.py # code object from '/usr/local/lib/python3.8/importlib/__pycache__/util.cpython-38.pyc' # /usr/local/lib/python3.8/importlib/__pycache__/abc.cpython-38.pyc matches /usr/local/lib/python3.8/importlib/abc.py # code object from '/usr/local/lib/python3.8/importlib/__pycache__/abc.cpython-38.pyc' # /usr/local/lib/python3.8/importlib/__pycache__/machinery.cpython-38.pyc matches /usr/local/lib/python3.8/importlib/machinery.py # code object from '/usr/local/lib/python3.8/importlib/__pycache__/machinery.cpython-38.pyc' import 'importlib.machinery' # <_frozen_importlib_external.SourceFileLoader object at 0xffff869ff5b0> import 'importlib.abc' # <_frozen_importlib_external.SourceFileLoader object at 0xffff869f58b0> # /usr/local/lib/python3.8/__pycache__/contextlib.cpython-38.pyc matches /usr/local/lib/python3.8/contextlib.py # code object from '/usr/local/lib/python3.8/__pycache__/contextlib.cpython-38.pyc' # /usr/local/lib/python3.8/collections/__pycache__/__init__.cpython-38.pyc matches /usr/local/lib/python3.8/collections/__init__.py # code object from '/usr/local/lib/python3.8/collections/__pycache__/__init__.cpython-38.pyc' # /usr/local/lib/python3.8/__pycache__/operator.cpython-38.pyc matches /usr/local/lib/python3.8/operator.py # code object from '/usr/local/lib/python3.8/__pycache__/operator.cpython-38.pyc' import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0xffff869abac0> # /usr/local/lib/python3.8/__pycache__/keyword.cpython-38.pyc matches /usr/local/lib/python3.8/keyword.py # code object from '/usr/local/lib/python3.8/__pycache__/keyword.cpython-38.pyc' import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0xffff869abbb0> # /usr/local/lib/python3.8/__pycache__/heapq.cpython-38.pyc matches /usr/local/lib/python3.8/heapq.py # code object from '/usr/local/lib/python3.8/__pycache__/heapq.cpython-38.pyc' # extension module '_heapq' loaded from '/usr/local/lib/python3.8/lib-dynload/_heapq.cpython-38-aarch64-linux-gnu.so' # extension module '_heapq' executed from '/usr/local/lib/python3.8/lib-dynload/_heapq.cpython-38-aarch64-linux-gnu.so' import '_heapq' # <_frozen_importlib_external.ExtensionFileLoader object at 0xffff869b3520> import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0xffff869abd30> import 'itertools' # # /usr/local/lib/python3.8/__pycache__/reprlib.cpython-38.pyc matches /usr/local/lib/python3.8/reprlib.py # code object from '/usr/local/lib/python3.8/__pycache__/reprlib.cpython-38.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0xffff869abca0> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0xffff86a0cca0> # /usr/local/lib/python3.8/__pycache__/functools.cpython-38.pyc matches /usr/local/lib/python3.8/functools.py # code object from '/usr/local/lib/python3.8/__pycache__/functools.cpython-38.pyc' import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0xffff86a0ce50> import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0xffff869f5f70> import 'importlib.util' # <_frozen_importlib_external.SourceFileLoader object at 0xffff869d5be0> # possible namespace for /usr/local/lib/python3.8/site-packages/zope import 'site' # <_frozen_importlib_external.SourceFileLoader object at 0xffff86aaa100> Python 3.8.12 (default, Dec 21 2021, 07:30:29) [GCC 8.3.0] on linux Type "help", "copyright", "credits" or "license" for more information. # /usr/local/lib/python3.8/__pycache__/base64.cpython-38.pyc matches /usr/local/lib/python3.8/base64.py # code object from '/usr/local/lib/python3.8/__pycache__/base64.cpython-38.pyc' # /usr/local/lib/python3.8/__pycache__/re.cpython-38.pyc matches /usr/local/lib/python3.8/re.py # code object from '/usr/local/lib/python3.8/__pycache__/re.cpython-38.pyc' # /usr/local/lib/python3.8/__pycache__/enum.cpython-38.pyc matches /usr/local/lib/python3.8/enum.py # code object from '/usr/local/lib/python3.8/__pycache__/enum.cpython-38.pyc' import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0xffff8695df10> # /usr/local/lib/python3.8/__pycache__/sre_compile.cpython-38.pyc matches /usr/local/lib/python3.8/sre_compile.py # code object from '/usr/local/lib/python3.8/__pycache__/sre_compile.cpython-38.pyc' import '_sre' # # /usr/local/lib/python3.8/__pycache__/sre_parse.cpython-38.pyc matches /usr/local/lib/python3.8/sre_parse.py # code object from '/usr/local/lib/python3.8/__pycache__/sre_parse.cpython-38.pyc' # /usr/local/lib/python3.8/__pycache__/sre_constants.cpython-38.pyc matches /usr/local/lib/python3.8/sre_constants.py # code object from '/usr/local/lib/python3.8/__pycache__/sre_constants.cpython-38.pyc' import 'sre_constants' # <_frozen_importlib_external.SourceFileLoader object at 0xffff86805ca0> import 'sre_parse' # <_frozen_importlib_external.SourceFileLoader object at 0xffff86805250> import 'sre_compile' # <_frozen_importlib_external.SourceFileLoader object at 0xffff86977970> # /usr/local/lib/python3.8/__pycache__/copyreg.cpython-38.pyc matches /usr/local/lib/python3.8/copyreg.py # code object from '/usr/local/lib/python3.8/__pycache__/copyreg.cpython-38.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0xffff868203d0> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0xffff8695d6d0> # /usr/local/lib/python3.8/__pycache__/struct.cpython-38.pyc matches /usr/local/lib/python3.8/struct.py # code object from '/usr/local/lib/python3.8/__pycache__/struct.cpython-38.pyc' # extension module '_struct' loaded from '/usr/local/lib/python3.8/lib-dynload/_struct.cpython-38-aarch64-linux-gnu.so' # extension module '_struct' executed from '/usr/local/lib/python3.8/lib-dynload/_struct.cpython-38-aarch64-linux-gnu.so' import '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0xffff86820760> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0xffff8695dd60> # extension module 'binascii' loaded from '/usr/local/lib/python3.8/lib-dynload/binascii.cpython-38-aarch64-linux-gnu.so' # extension module 'binascii' executed from '/usr/local/lib/python3.8/lib-dynload/binascii.cpython-38-aarch64-linux-gnu.so' import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0xffff868207c0> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0xffff869b7820> # /usr/local/lib/python3.8/__pycache__/glob.cpython-38.pyc matches /usr/local/lib/python3.8/glob.py # code object from '/usr/local/lib/python3.8/__pycache__/glob.cpython-38.pyc' # /usr/local/lib/python3.8/__pycache__/fnmatch.cpython-38.pyc matches /usr/local/lib/python3.8/fnmatch.py # code object from '/usr/local/lib/python3.8/__pycache__/fnmatch.cpython-38.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0xffff86820d00> import 'glob' # <_frozen_importlib_external.SourceFileLoader object at 0xffff8695daf0> # /usr/local/lib/python3.8/json/__pycache__/__init__.cpython-38.pyc matches /usr/local/lib/python3.8/json/__init__.py # code object from '/usr/local/lib/python3.8/json/__pycache__/__init__.cpython-38.pyc' # /usr/local/lib/python3.8/json/__pycache__/decoder.cpython-38.pyc matches /usr/local/lib/python3.8/json/decoder.py # code object from '/usr/local/lib/python3.8/json/__pycache__/decoder.cpython-38.pyc' # /usr/local/lib/python3.8/json/__pycache__/scanner.cpython-38.pyc matches /usr/local/lib/python3.8/json/scanner.py # code object from '/usr/local/lib/python3.8/json/__pycache__/scanner.cpython-38.pyc' # extension module '_json' loaded from '/usr/local/lib/python3.8/lib-dynload/_json.cpython-38-aarch64-linux-gnu.so' # extension module '_json' executed from '/usr/local/lib/python3.8/lib-dynload/_json.cpython-38-aarch64-linux-gnu.so' import '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0xffff86832700> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0xffff86832490> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0xffff86832100> # /usr/local/lib/python3.8/json/__pycache__/encoder.cpython-38.pyc matches /usr/local/lib/python3.8/json/encoder.py # code object from '/usr/local/lib/python3.8/json/__pycache__/encoder.cpython-38.pyc' import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0xffff86832730> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0xffff86820ee0> # /usr/local/lib/python3.8/logging/__pycache__/__init__.cpython-38.pyc matches /usr/local/lib/python3.8/logging/__init__.py # code object from '/usr/local/lib/python3.8/logging/__pycache__/__init__.cpython-38.pyc' # /usr/local/lib/python3.8/__pycache__/traceback.cpython-38.pyc matches /usr/local/lib/python3.8/traceback.py # code object from '/usr/local/lib/python3.8/__pycache__/traceback.cpython-38.pyc' # /usr/local/lib/python3.8/__pycache__/linecache.cpython-38.pyc matches /usr/local/lib/python3.8/linecache.py # code object from '/usr/local/lib/python3.8/__pycache__/linecache.cpython-38.pyc' # /usr/local/lib/python3.8/__pycache__/tokenize.cpython-38.pyc matches /usr/local/lib/python3.8/tokenize.py # code object from '/usr/local/lib/python3.8/__pycache__/tokenize.cpython-38.pyc' # /usr/local/lib/python3.8/__pycache__/token.cpython-38.pyc matches /usr/local/lib/python3.8/token.py # code object from '/usr/local/lib/python3.8/__pycache__/token.cpython-38.pyc' import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0xffff868b09a0> import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0xffff868a6fd0> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0xffff868a6c10> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0xffff86899fa0> # /usr/local/lib/python3.8/__pycache__/weakref.cpython-38.pyc matches /usr/local/lib/python3.8/weakref.py # code object from '/usr/local/lib/python3.8/__pycache__/weakref.cpython-38.pyc' # /usr/local/lib/python3.8/__pycache__/_weakrefset.cpython-38.pyc matches /usr/local/lib/python3.8/_weakrefset.py # code object from '/usr/local/lib/python3.8/__pycache__/_weakrefset.cpython-38.pyc' import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0xffff867c4dc0> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0xffff868a6df0> # /usr/local/lib/python3.8/collections/__pycache__/abc.cpython-38.pyc matches /usr/local/lib/python3.8/collections/abc.py # code object from '/usr/local/lib/python3.8/collections/__pycache__/abc.cpython-38.pyc' import 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0xffff867d0be0> # /usr/local/lib/python3.8/__pycache__/string.cpython-38.pyc matches /usr/local/lib/python3.8/string.py # code object from '/usr/local/lib/python3.8/__pycache__/string.cpython-38.pyc' import '_string' # import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0xffff867d0ca0> # /usr/local/lib/python3.8/__pycache__/threading.cpython-38.pyc matches /usr/local/lib/python3.8/threading.py # code object from '/usr/local/lib/python3.8/__pycache__/threading.cpython-38.pyc' import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0xffff867dc4c0> import 'atexit' # import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0xffff868328b0> # /usr/local/lib/python3.8/__pycache__/pathlib.cpython-38.pyc matches /usr/local/lib/python3.8/pathlib.py # code object from '/usr/local/lib/python3.8/__pycache__/pathlib.cpython-38.pyc' # /usr/local/lib/python3.8/__pycache__/ntpath.cpython-38.pyc matches /usr/local/lib/python3.8/ntpath.py # code object from '/usr/local/lib/python3.8/__pycache__/ntpath.cpython-38.pyc' import 'ntpath' # <_frozen_importlib_external.SourceFileLoader object at 0xffff8679ba00> import 'errno' # # /usr/local/lib/python3.8/urllib/__pycache__/__init__.cpython-38.pyc matches /usr/local/lib/python3.8/urllib/__init__.py # code object from '/usr/local/lib/python3.8/urllib/__pycache__/__init__.cpython-38.pyc' import 'urllib' # <_frozen_importlib_external.SourceFileLoader object at 0xffff867a74f0> # /usr/local/lib/python3.8/urllib/__pycache__/parse.cpython-38.pyc matches /usr/local/lib/python3.8/urllib/parse.py # code object from '/usr/local/lib/python3.8/urllib/__pycache__/parse.cpython-38.pyc' import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0xffff867a7460> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0xffff86832d00> # /usr/local/lib/python3.8/__pycache__/shutil.cpython-38.pyc matches /usr/local/lib/python3.8/shutil.py # code object from '/usr/local/lib/python3.8/__pycache__/shutil.cpython-38.pyc' # extension module 'zlib' loaded from '/usr/local/lib/python3.8/lib-dynload/zlib.cpython-38-aarch64-linux-gnu.so' # extension module 'zlib' executed from '/usr/local/lib/python3.8/lib-dynload/zlib.cpython-38-aarch64-linux-gnu.so' import 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0xffff8670e4c0> # /usr/local/lib/python3.8/__pycache__/bz2.cpython-38.pyc matches /usr/local/lib/python3.8/bz2.py # code object from '/usr/local/lib/python3.8/__pycache__/bz2.cpython-38.pyc' # /usr/local/lib/python3.8/__pycache__/_compression.cpython-38.pyc matches /usr/local/lib/python3.8/_compression.py # code object from '/usr/local/lib/python3.8/__pycache__/_compression.cpython-38.pyc' import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0xffff8670ee50> # extension module '_bz2' loaded from '/usr/local/lib/python3.8/lib-dynload/_bz2.cpython-38-aarch64-linux-gnu.so' # extension module '_bz2' executed from '/usr/local/lib/python3.8/lib-dynload/_bz2.cpython-38-aarch64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0xffff8671c430> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0xffff8670e610> # /usr/local/lib/python3.8/__pycache__/lzma.cpython-38.pyc matches /usr/local/lib/python3.8/lzma.py # code object from '/usr/local/lib/python3.8/__pycache__/lzma.cpython-38.pyc' # extension module '_lzma' loaded from '/usr/local/lib/python3.8/lib-dynload/_lzma.cpython-38-aarch64-linux-gnu.so' # extension module '_lzma' executed from '/usr/local/lib/python3.8/lib-dynload/_lzma.cpython-38-aarch64-linux-gnu.so' import '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0xffff8671cc10> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0xffff8671c490> import 'pwd' # # extension module 'grp' loaded from '/usr/local/lib/python3.8/lib-dynload/grp.cpython-38-aarch64-linux-gnu.so' # extension module 'grp' executed from '/usr/local/lib/python3.8/lib-dynload/grp.cpython-38-aarch64-linux-gnu.so' import 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0xffff8671cd00> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0xffff867f6cd0> # /usr/local/lib/python3.8/__pycache__/subprocess.cpython-38.pyc matches /usr/local/lib/python3.8/subprocess.py # code object from '/usr/local/lib/python3.8/__pycache__/subprocess.cpython-38.pyc' # /usr/local/lib/python3.8/__pycache__/signal.cpython-38.pyc matches /usr/local/lib/python3.8/signal.py # code object from '/usr/local/lib/python3.8/__pycache__/signal.cpython-38.pyc' import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0xffff8672cfd0> # extension module '_posixsubprocess' loaded from '/usr/local/lib/python3.8/lib-dynload/_posixsubprocess.cpython-38-aarch64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/local/lib/python3.8/lib-dynload/_posixsubprocess.cpython-38-aarch64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0xffff86652cd0> # extension module 'select' loaded from '/usr/local/lib/python3.8/lib-dynload/select.cpython-38-aarch64-linux-gnu.so' # extension module 'select' executed from '/usr/local/lib/python3.8/lib-dynload/select.cpython-38-aarch64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0xffff86652d00> # /usr/local/lib/python3.8/__pycache__/selectors.cpython-38.pyc matches /usr/local/lib/python3.8/selectors.py # code object from '/usr/local/lib/python3.8/__pycache__/selectors.cpython-38.pyc' # extension module 'math' loaded from '/usr/local/lib/python3.8/lib-dynload/math.cpython-38-aarch64-linux-gnu.so' # extension module 'math' executed from '/usr/local/lib/python3.8/lib-dynload/math.cpython-38-aarch64-linux-gnu.so' import 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0xffff8665ed90> import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0xffff86652d90> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0xffff867f6f70> # /usr/local/lib/python3.8/__pycache__/configparser.cpython-38.pyc matches /usr/local/lib/python3.8/configparser.py # code object from '/usr/local/lib/python3.8/__pycache__/configparser.cpython-38.pyc' import 'configparser' # <_frozen_importlib_external.SourceFileLoader object at 0xffff8672c340> # /usr/local/lib/python3.8/distutils/__pycache__/__init__.cpython-38.pyc matches /usr/local/lib/python3.8/distutils/__init__.py # code object from '/usr/local/lib/python3.8/distutils/__pycache__/__init__.cpython-38.pyc' import 'distutils' # <_frozen_importlib_external.SourceFileLoader object at 0xffff8665ea30> # /usr/local/lib/python3.8/distutils/__pycache__/dir_util.cpython-38.pyc matches /usr/local/lib/python3.8/distutils/dir_util.py # code object from '/usr/local/lib/python3.8/distutils/__pycache__/dir_util.cpython-38.pyc' # /usr/local/lib/python3.8/distutils/__pycache__/errors.cpython-38.pyc matches /usr/local/lib/python3.8/distutils/errors.py # code object from '/usr/local/lib/python3.8/distutils/__pycache__/errors.cpython-38.pyc' import 'distutils.errors' # <_frozen_importlib_external.SourceFileLoader object at 0xffff865c11c0> # /usr/local/lib/python3.8/distutils/__pycache__/log.cpython-38.pyc matches /usr/local/lib/python3.8/distutils/log.py # code object from '/usr/local/lib/python3.8/distutils/__pycache__/log.cpython-38.pyc' import 'distutils.log' # <_frozen_importlib_external.SourceFileLoader object at 0xffff865c13a0> import 'distutils.dir_util' # <_frozen_importlib_external.SourceFileLoader object at 0xffff8672ceb0> # /usr/local/lib/python3.8/multiprocessing/__pycache__/__init__.cpython-38.pyc matches /usr/local/lib/python3.8/multiprocessing/__init__.py # code object from '/usr/local/lib/python3.8/multiprocessing/__pycache__/__init__.cpython-38.pyc' # /usr/local/lib/python3.8/multiprocessing/__pycache__/context.cpython-38.pyc matches /usr/local/lib/python3.8/multiprocessing/context.py # code object from '/usr/local/lib/python3.8/multiprocessing/__pycache__/context.cpython-38.pyc' # /usr/local/lib/python3.8/multiprocessing/__pycache__/process.cpython-38.pyc matches /usr/local/lib/python3.8/multiprocessing/process.py # code object from '/usr/local/lib/python3.8/multiprocessing/__pycache__/process.cpython-38.pyc' import 'multiprocessing.process' # <_frozen_importlib_external.SourceFileLoader object at 0xffff865d3700> # /usr/local/lib/python3.8/multiprocessing/__pycache__/reduction.cpython-38.pyc matches /usr/local/lib/python3.8/multiprocessing/reduction.py # code object from '/usr/local/lib/python3.8/multiprocessing/__pycache__/reduction.cpython-38.pyc' # /usr/local/lib/python3.8/__pycache__/pickle.cpython-38.pyc matches /usr/local/lib/python3.8/pickle.py # code object from '/usr/local/lib/python3.8/__pycache__/pickle.cpython-38.pyc' # /usr/local/lib/python3.8/__pycache__/_compat_pickle.cpython-38.pyc matches /usr/local/lib/python3.8/_compat_pickle.py # code object from '/usr/local/lib/python3.8/__pycache__/_compat_pickle.cpython-38.pyc' import '_compat_pickle' # <_frozen_importlib_external.SourceFileLoader object at 0xffff865f78e0> # extension module '_pickle' loaded from '/usr/local/lib/python3.8/lib-dynload/_pickle.cpython-38-aarch64-linux-gnu.so' # extension module '_pickle' executed from '/usr/local/lib/python3.8/lib-dynload/_pickle.cpython-38-aarch64-linux-gnu.so' import '_pickle' # <_frozen_importlib_external.ExtensionFileLoader object at 0xffff865f7a30> import 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0xffff865dcdc0> # /usr/local/lib/python3.8/__pycache__/socket.cpython-38.pyc matches /usr/local/lib/python3.8/socket.py # code object from '/usr/local/lib/python3.8/__pycache__/socket.cpython-38.pyc' # extension module '_socket' loaded from '/usr/local/lib/python3.8/lib-dynload/_socket.cpython-38-aarch64-linux-gnu.so' # extension module '_socket' executed from '/usr/local/lib/python3.8/lib-dynload/_socket.cpython-38-aarch64-linux-gnu.so' import '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0xffff86596610> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0xffff865e7fa0> # extension module 'array' loaded from '/usr/local/lib/python3.8/lib-dynload/array.cpython-38-aarch64-linux-gnu.so' # extension module 'array' executed from '/usr/local/lib/python3.8/lib-dynload/array.cpython-38-aarch64-linux-gnu.so' import 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0xffff865f7e50> import 'multiprocessing.reduction' # <_frozen_importlib_external.SourceFileLoader object at 0xffff865dc370> import 'multiprocessing.context' # <_frozen_importlib_external.SourceFileLoader object at 0xffff865c1df0> import 'multiprocessing' # <_frozen_importlib_external.SourceFileLoader object at 0xffff866792b0> # /usr/local/lib/python3.8/__pycache__/typing.cpython-38.pyc matches /usr/local/lib/python3.8/typing.py # code object from '/usr/local/lib/python3.8/__pycache__/typing.cpython-38.pyc' import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0xffff865c1b80> # /usr/local/lib/python3.8/site-packages/requests/__pycache__/__init__.cpython-38.pyc matches /usr/local/lib/python3.8/site-packages/requests/__init__.py # code object from '/usr/local/lib/python3.8/site-packages/requests/__pycache__/__init__.cpython-38.pyc' # /usr/local/lib/python3.8/site-packages/urllib3/__pycache__/__init__.cpython-38.pyc matches /usr/local/lib/python3.8/site-packages/urllib3/__init__.py # code object from '/usr/local/lib/python3.8/site-packages/urllib3/__pycache__/__init__.cpython-38.pyc' # /usr/local/lib/python3.8/__pycache__/__future__.cpython-38.pyc matches /usr/local/lib/python3.8/__future__.py # code object from '/usr/local/lib/python3.8/__pycache__/__future__.cpython-38.pyc' import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0xffff864e7430> # /usr/local/lib/python3.8/site-packages/urllib3/__pycache__/exceptions.cpython-38.pyc matches /usr/local/lib/python3.8/site-packages/urllib3/exceptions.py # code object from '/usr/local/lib/python3.8/site-packages/urllib3/__pycache__/exceptions.cpython-38.pyc' # /usr/local/lib/python3.8/site-packages/urllib3/packages/__pycache__/__init__.cpython-38.pyc matches /usr/local/lib/python3.8/site-packages/urllib3/packages/__init__.py # code object from '/usr/local/lib/python3.8/site-packages/urllib3/packages/__pycache__/__init__.cpython-38.pyc' import 'urllib3.packages' # <_frozen_importlib_external.SourceFileLoader object at 0xffff864f0c70> # /usr/local/lib/python3.8/site-packages/urllib3/packages/__pycache__/six.cpython-38.pyc matches /usr/local/lib/python3.8/site-packages/urllib3/packages/six.py # code object from '/usr/local/lib/python3.8/site-packages/urllib3/packages/__pycache__/six.cpython-38.pyc' import 'urllib3.packages.six' # <_frozen_importlib_external.SourceFileLoader object at 0xffff864f0d00> import 'urllib3.packages.six.moves' # # /usr/local/lib/python3.8/http/__pycache__/__init__.cpython-38.pyc matches /usr/local/lib/python3.8/http/__init__.py # code object from '/usr/local/lib/python3.8/http/__pycache__/__init__.cpython-38.pyc' import 'http' # <_frozen_importlib_external.SourceFileLoader object at 0xffff864f9520> # /usr/local/lib/python3.8/http/__pycache__/client.cpython-38.pyc matches /usr/local/lib/python3.8/http/client.py # code object from '/usr/local/lib/python3.8/http/__pycache__/client.cpython-38.pyc' # /usr/local/lib/python3.8/email/__pycache__/__init__.cpython-38.pyc matches /usr/local/lib/python3.8/email/__init__.py # code object from '/usr/local/lib/python3.8/email/__pycache__/__init__.cpython-38.pyc' import 'email' # <_frozen_importlib_external.SourceFileLoader object at 0xffff864a5a30> # /usr/local/lib/python3.8/email/__pycache__/parser.cpython-38.pyc matches /usr/local/lib/python3.8/email/parser.py # code object from '/usr/local/lib/python3.8/email/__pycache__/parser.cpython-38.pyc' # /usr/local/lib/python3.8/email/__pycache__/feedparser.cpython-38.pyc matches /usr/local/lib/python3.8/email/feedparser.py # code object from '/usr/local/lib/python3.8/email/__pycache__/feedparser.cpython-38.pyc' # /usr/local/lib/python3.8/email/__pycache__/errors.cpython-38.pyc matches /usr/local/lib/python3.8/email/errors.py # code object from '/usr/local/lib/python3.8/email/__pycache__/errors.cpython-38.pyc' import 'email.errors' # <_frozen_importlib_external.SourceFileLoader object at 0xffff864b09d0> # /usr/local/lib/python3.8/email/__pycache__/_policybase.cpython-38.pyc matches /usr/local/lib/python3.8/email/_policybase.py # code object from '/usr/local/lib/python3.8/email/__pycache__/_policybase.cpython-38.pyc' # /usr/local/lib/python3.8/email/__pycache__/header.cpython-38.pyc matches /usr/local/lib/python3.8/email/header.py # code object from '/usr/local/lib/python3.8/email/__pycache__/header.cpython-38.pyc' # /usr/local/lib/python3.8/email/__pycache__/quoprimime.cpython-38.pyc matches /usr/local/lib/python3.8/email/quoprimime.py # code object from '/usr/local/lib/python3.8/email/__pycache__/quoprimime.cpython-38.pyc' import 'email.quoprimime' # <_frozen_importlib_external.SourceFileLoader object at 0xffff864c4730> # /usr/local/lib/python3.8/email/__pycache__/base64mime.cpython-38.pyc matches /usr/local/lib/python3.8/email/base64mime.py # code object from '/usr/local/lib/python3.8/email/__pycache__/base64mime.cpython-38.pyc' import 'email.base64mime' # <_frozen_importlib_external.SourceFileLoader object at 0xffff864c4ca0> # /usr/local/lib/python3.8/email/__pycache__/charset.cpython-38.pyc matches /usr/local/lib/python3.8/email/charset.py # code object from '/usr/local/lib/python3.8/email/__pycache__/charset.cpython-38.pyc' # /usr/local/lib/python3.8/email/__pycache__/encoders.cpython-38.pyc matches /usr/local/lib/python3.8/email/encoders.py # code object from '/usr/local/lib/python3.8/email/__pycache__/encoders.cpython-38.pyc' # /usr/local/lib/python3.8/__pycache__/quopri.cpython-38.pyc matches /usr/local/lib/python3.8/quopri.py # code object from '/usr/local/lib/python3.8/__pycache__/quopri.cpython-38.pyc' import 'quopri' # <_frozen_importlib_external.SourceFileLoader object at 0xffff86455880> import 'email.encoders' # <_frozen_importlib_external.SourceFileLoader object at 0xffff86455490> import 'email.charset' # <_frozen_importlib_external.SourceFileLoader object at 0xffff864c4eb0> import 'email.header' # <_frozen_importlib_external.SourceFileLoader object at 0xffff864b9e50> # /usr/local/lib/python3.8/email/__pycache__/utils.cpython-38.pyc matches /usr/local/lib/python3.8/email/utils.py # code object from '/usr/local/lib/python3.8/email/__pycache__/utils.cpython-38.pyc' # /usr/local/lib/python3.8/__pycache__/random.cpython-38.pyc matches /usr/local/lib/python3.8/random.py # code object from '/usr/local/lib/python3.8/__pycache__/random.cpython-38.pyc' # /usr/local/lib/python3.8/__pycache__/bisect.cpython-38.pyc matches /usr/local/lib/python3.8/bisect.py # code object from '/usr/local/lib/python3.8/__pycache__/bisect.cpython-38.pyc' # extension module '_bisect' loaded from '/usr/local/lib/python3.8/lib-dynload/_bisect.cpython-38-aarch64-linux-gnu.so' # extension module '_bisect' executed from '/usr/local/lib/python3.8/lib-dynload/_bisect.cpython-38-aarch64-linux-gnu.so' import '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0xffff86464e50> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0xffff86464c10> # extension module '_sha512' loaded from '/usr/local/lib/python3.8/lib-dynload/_sha512.cpython-38-aarch64-linux-gnu.so' # extension module '_sha512' executed from '/usr/local/lib/python3.8/lib-dynload/_sha512.cpython-38-aarch64-linux-gnu.so' import '_sha512' # <_frozen_importlib_external.ExtensionFileLoader object at 0xffff86464d30> # extension module '_random' loaded from '/usr/local/lib/python3.8/lib-dynload/_random.cpython-38-aarch64-linux-gnu.so' # extension module '_random' executed from '/usr/local/lib/python3.8/lib-dynload/_random.cpython-38-aarch64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0xffff86464df0> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0xffff86455fd0> # /usr/local/lib/python3.8/__pycache__/datetime.cpython-38.pyc matches /usr/local/lib/python3.8/datetime.py # code object from '/usr/local/lib/python3.8/__pycache__/datetime.cpython-38.pyc' # extension module '_datetime' loaded from '/usr/local/lib/python3.8/lib-dynload/_datetime.cpython-38-aarch64-linux-gnu.so' # extension module '_datetime' executed from '/usr/local/lib/python3.8/lib-dynload/_datetime.cpython-38-aarch64-linux-gnu.so' import '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0xffff863e1160> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0xffff86464f10> # /usr/local/lib/python3.8/email/__pycache__/_parseaddr.cpython-38.pyc matches /usr/local/lib/python3.8/email/_parseaddr.py # code object from '/usr/local/lib/python3.8/email/__pycache__/_parseaddr.cpython-38.pyc' # /usr/local/lib/python3.8/__pycache__/calendar.cpython-38.pyc matches /usr/local/lib/python3.8/calendar.py # code object from '/usr/local/lib/python3.8/__pycache__/calendar.cpython-38.pyc' # /usr/local/lib/python3.8/__pycache__/locale.cpython-38.pyc matches /usr/local/lib/python3.8/locale.py # code object from '/usr/local/lib/python3.8/__pycache__/locale.cpython-38.pyc' import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0xffff863f92b0> import 'calendar' # <_frozen_importlib_external.SourceFileLoader object at 0xffff863e1760> import 'email._parseaddr' # <_frozen_importlib_external.SourceFileLoader object at 0xffff86464fa0> import 'email.utils' # <_frozen_importlib_external.SourceFileLoader object at 0xffff86455640> import 'email._policybase' # <_frozen_importlib_external.SourceFileLoader object at 0xffff864b0af0> import 'email.feedparser' # <_frozen_importlib_external.SourceFileLoader object at 0xffff864b0250> import 'email.parser' # <_frozen_importlib_external.SourceFileLoader object at 0xffff864a5b80> # /usr/local/lib/python3.8/email/__pycache__/message.cpython-38.pyc matches /usr/local/lib/python3.8/email/message.py # code object from '/usr/local/lib/python3.8/email/__pycache__/message.cpython-38.pyc' # /usr/local/lib/python3.8/__pycache__/uu.cpython-38.pyc matches /usr/local/lib/python3.8/uu.py # code object from '/usr/local/lib/python3.8/__pycache__/uu.cpython-38.pyc' import 'uu' # <_frozen_importlib_external.SourceFileLoader object at 0xffff863f9fd0> # /usr/local/lib/python3.8/email/__pycache__/_encoded_words.cpython-38.pyc matches /usr/local/lib/python3.8/email/_encoded_words.py # code object from '/usr/local/lib/python3.8/email/__pycache__/_encoded_words.cpython-38.pyc' import 'email._encoded_words' # <_frozen_importlib_external.SourceFileLoader object at 0xffff86379250> # /usr/local/lib/python3.8/email/__pycache__/iterators.cpython-38.pyc matches /usr/local/lib/python3.8/email/iterators.py # code object from '/usr/local/lib/python3.8/email/__pycache__/iterators.cpython-38.pyc' import 'email.iterators' # <_frozen_importlib_external.SourceFileLoader object at 0xffff86379670> import 'email.message' # <_frozen_importlib_external.SourceFileLoader object at 0xffff864a5f10> # /usr/local/lib/python3.8/__pycache__/ssl.cpython-38.pyc matches /usr/local/lib/python3.8/ssl.py # code object from '/usr/local/lib/python3.8/__pycache__/ssl.cpython-38.pyc' # extension module '_ssl' loaded from '/usr/local/lib/python3.8/lib-dynload/_ssl.cpython-38-aarch64-linux-gnu.so' # extension module '_ssl' executed from '/usr/local/lib/python3.8/lib-dynload/_ssl.cpython-38-aarch64-linux-gnu.so' import '_ssl' # <_frozen_importlib_external.ExtensionFileLoader object at 0xffff86394b50> import 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0xffff86379a00> import 'http.client' # <_frozen_importlib_external.SourceFileLoader object at 0xffff864f0cd0> import 'urllib3.packages.six.moves.http_client' # import 'urllib3.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0xffff864e7c10> # /usr/local/lib/python3.8/site-packages/urllib3/__pycache__/_version.cpython-38.pyc matches /usr/local/lib/python3.8/site-packages/urllib3/_version.py # code object from '/usr/local/lib/python3.8/site-packages/urllib3/__pycache__/_version.cpython-38.pyc' import 'urllib3._version' # <_frozen_importlib_external.SourceFileLoader object at 0xffff864e7df0> # /usr/local/lib/python3.8/site-packages/urllib3/__pycache__/connectionpool.cpython-38.pyc matches /usr/local/lib/python3.8/site-packages/urllib3/connectionpool.py # code object from '/usr/local/lib/python3.8/site-packages/urllib3/__pycache__/connectionpool.cpython-38.pyc' # /usr/local/lib/python3.8/site-packages/urllib3/__pycache__/connection.cpython-38.pyc matches /usr/local/lib/python3.8/site-packages/urllib3/connection.py # code object from '/usr/local/lib/python3.8/site-packages/urllib3/__pycache__/connection.cpython-38.pyc' # /usr/local/lib/python3.8/site-packages/urllib3/util/__pycache__/__init__.cpython-38.pyc matches /usr/local/lib/python3.8/site-packages/urllib3/util/__init__.py # code object from '/usr/local/lib/python3.8/site-packages/urllib3/util/__pycache__/__init__.cpython-38.pyc' # /usr/local/lib/python3.8/site-packages/urllib3/util/__pycache__/connection.cpython-38.pyc matches /usr/local/lib/python3.8/site-packages/urllib3/util/connection.py # code object from '/usr/local/lib/python3.8/site-packages/urllib3/util/__pycache__/connection.cpython-38.pyc' # /usr/local/lib/python3.8/site-packages/urllib3/contrib/__pycache__/__init__.cpython-38.pyc matches /usr/local/lib/python3.8/site-packages/urllib3/contrib/__init__.py # code object from '/usr/local/lib/python3.8/site-packages/urllib3/contrib/__pycache__/__init__.cpython-38.pyc' import 'urllib3.contrib' # <_frozen_importlib_external.SourceFileLoader object at 0xffff85f63160> # /usr/local/lib/python3.8/site-packages/urllib3/contrib/__pycache__/_appengine_environ.cpython-38.pyc matches /usr/local/lib/python3.8/site-packages/urllib3/contrib/_appengine_environ.py # code object from '/usr/local/lib/python3.8/site-packages/urllib3/contrib/__pycache__/_appengine_environ.cpython-38.pyc' import 'urllib3.contrib._appengine_environ' # <_frozen_importlib_external.SourceFileLoader object at 0xffff85f63310> # /usr/local/lib/python3.8/site-packages/urllib3/util/__pycache__/wait.cpython-38.pyc matches /usr/local/lib/python3.8/site-packages/urllib3/util/wait.py # code object from '/usr/local/lib/python3.8/site-packages/urllib3/util/__pycache__/wait.cpython-38.pyc' import 'urllib3.util.wait' # <_frozen_importlib_external.SourceFileLoader object at 0xffff85f634c0> import 'urllib3.util.connection' # <_frozen_importlib_external.SourceFileLoader object at 0xffff85fdadc0> # /usr/local/lib/python3.8/site-packages/urllib3/util/__pycache__/request.cpython-38.pyc matches /usr/local/lib/python3.8/site-packages/urllib3/util/request.py # code object from '/usr/local/lib/python3.8/site-packages/urllib3/util/__pycache__/request.cpython-38.pyc' import 'urllib3.util.request' # <_frozen_importlib_external.SourceFileLoader object at 0xffff85fdaf70> # /usr/local/lib/python3.8/site-packages/urllib3/util/__pycache__/response.cpython-38.pyc matches /usr/local/lib/python3.8/site-packages/urllib3/util/response.py # code object from '/usr/local/lib/python3.8/site-packages/urllib3/util/__pycache__/response.cpython-38.pyc' import 'urllib3.util.response' # <_frozen_importlib_external.SourceFileLoader object at 0xffff85f638e0> # /usr/local/lib/python3.8/site-packages/urllib3/util/__pycache__/retry.cpython-38.pyc matches /usr/local/lib/python3.8/site-packages/urllib3/util/retry.py # code object from '/usr/local/lib/python3.8/site-packages/urllib3/util/__pycache__/retry.cpython-38.pyc' import 'urllib3.util.retry' # <_frozen_importlib_external.SourceFileLoader object at 0xffff85f639d0> # /usr/local/lib/python3.8/site-packages/urllib3/util/__pycache__/ssl_.cpython-38.pyc matches /usr/local/lib/python3.8/site-packages/urllib3/util/ssl_.py # code object from '/usr/local/lib/python3.8/site-packages/urllib3/util/__pycache__/ssl_.cpython-38.pyc' # /usr/local/lib/python3.8/__pycache__/hmac.cpython-38.pyc matches /usr/local/lib/python3.8/hmac.py # code object from '/usr/local/lib/python3.8/__pycache__/hmac.cpython-38.pyc' # extension module '_hashlib' loaded from '/usr/local/lib/python3.8/lib-dynload/_hashlib.cpython-38-aarch64-linux-gnu.so' # extension module '_hashlib' executed from '/usr/local/lib/python3.8/lib-dynload/_hashlib.cpython-38-aarch64-linux-gnu.so' import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0xffff85f793d0> # /usr/local/lib/python3.8/__pycache__/hashlib.cpython-38.pyc matches /usr/local/lib/python3.8/hashlib.py # code object from '/usr/local/lib/python3.8/__pycache__/hashlib.cpython-38.pyc' # extension module '_blake2' loaded from '/usr/local/lib/python3.8/lib-dynload/_blake2.cpython-38-aarch64-linux-gnu.so' # extension module '_blake2' executed from '/usr/local/lib/python3.8/lib-dynload/_blake2.cpython-38-aarch64-linux-gnu.so' import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0xffff85f79910> # extension module '_sha3' loaded from '/usr/local/lib/python3.8/lib-dynload/_sha3.cpython-38-aarch64-linux-gnu.so' # extension module '_sha3' executed from '/usr/local/lib/python3.8/lib-dynload/_sha3.cpython-38-aarch64-linux-gnu.so' import '_sha3' # <_frozen_importlib_external.ExtensionFileLoader object at 0xffff85f79a30> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0xffff85f794c0> import 'hmac' # <_frozen_importlib_external.SourceFileLoader object at 0xffff85f6fbe0> # /usr/local/lib/python3.8/site-packages/urllib3/util/__pycache__/url.cpython-38.pyc matches /usr/local/lib/python3.8/site-packages/urllib3/util/url.py # code object from '/usr/local/lib/python3.8/site-packages/urllib3/util/__pycache__/url.cpython-38.pyc' import 'urllib3.util.url' # <_frozen_importlib_external.SourceFileLoader object at 0xffff85f79400> # /usr/local/lib/python3.8/site-packages/urllib3/util/__pycache__/ssltransport.cpython-38.pyc matches /usr/local/lib/python3.8/site-packages/urllib3/util/ssltransport.py # code object from '/usr/local/lib/python3.8/site-packages/urllib3/util/__pycache__/ssltransport.cpython-38.pyc' import 'urllib3.util.ssltransport' # <_frozen_importlib_external.SourceFileLoader object at 0xffff85f902e0> import 'urllib3.util.ssl_' # <_frozen_importlib_external.SourceFileLoader object at 0xffff85f6f670> # /usr/local/lib/python3.8/site-packages/urllib3/util/__pycache__/timeout.cpython-38.pyc matches /usr/local/lib/python3.8/site-packages/urllib3/util/timeout.py # code object from '/usr/local/lib/python3.8/site-packages/urllib3/util/__pycache__/timeout.cpython-38.pyc' import 'urllib3.util.timeout' # <_frozen_importlib_external.SourceFileLoader object at 0xffff85f6fa30> import 'urllib3.util' # <_frozen_importlib_external.SourceFileLoader object at 0xffff85fdaa60> # /usr/local/lib/python3.8/site-packages/urllib3/util/__pycache__/proxy.cpython-38.pyc matches /usr/local/lib/python3.8/site-packages/urllib3/util/proxy.py # code object from '/usr/local/lib/python3.8/site-packages/urllib3/util/__pycache__/proxy.cpython-38.pyc' import 'urllib3.util.proxy' # <_frozen_importlib_external.SourceFileLoader object at 0xffff85fdab20> # /usr/local/lib/python3.8/site-packages/urllib3/__pycache__/_collections.cpython-38.pyc matches /usr/local/lib/python3.8/site-packages/urllib3/_collections.py # code object from '/usr/local/lib/python3.8/site-packages/urllib3/__pycache__/_collections.cpython-38.pyc' import 'urllib3._collections' # <_frozen_importlib_external.SourceFileLoader object at 0xffff85fda820> # /usr/local/lib/python3.8/site-packages/urllib3/util/__pycache__/ssl_match_hostname.cpython-38.pyc matches /usr/local/lib/python3.8/site-packages/urllib3/util/ssl_match_hostname.py # code object from '/usr/local/lib/python3.8/site-packages/urllib3/util/__pycache__/ssl_match_hostname.cpython-38.pyc' # /usr/local/lib/python3.8/__pycache__/ipaddress.cpython-38.pyc matches /usr/local/lib/python3.8/ipaddress.py # code object from '/usr/local/lib/python3.8/__pycache__/ipaddress.cpython-38.pyc' import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0xffff85ec9490> import 'urllib3.util.ssl_match_hostname' # <_frozen_importlib_external.SourceFileLoader object at 0xffff85fdaaf0> import 'urllib3.connection' # <_frozen_importlib_external.SourceFileLoader object at 0xffff85fcd880> # /usr/local/lib/python3.8/__pycache__/queue.cpython-38.pyc matches /usr/local/lib/python3.8/queue.py # code object from '/usr/local/lib/python3.8/__pycache__/queue.cpython-38.pyc' # extension module '_queue' loaded from '/usr/local/lib/python3.8/lib-dynload/_queue.cpython-38-aarch64-linux-gnu.so' # extension module '_queue' executed from '/usr/local/lib/python3.8/lib-dynload/_queue.cpython-38-aarch64-linux-gnu.so' import '_queue' # <_frozen_importlib_external.ExtensionFileLoader object at 0xffff85ef6340> import 'queue' # <_frozen_importlib_external.SourceFileLoader object at 0xffff85fda760> # /usr/local/lib/python3.8/site-packages/urllib3/__pycache__/request.cpython-38.pyc matches /usr/local/lib/python3.8/site-packages/urllib3/request.py # code object from '/usr/local/lib/python3.8/site-packages/urllib3/__pycache__/request.cpython-38.pyc' # /usr/local/lib/python3.8/site-packages/urllib3/__pycache__/filepost.cpython-38.pyc matches /usr/local/lib/python3.8/site-packages/urllib3/filepost.py # code object from '/usr/local/lib/python3.8/site-packages/urllib3/__pycache__/filepost.cpython-38.pyc' # /usr/local/lib/python3.8/site-packages/urllib3/__pycache__/fields.cpython-38.pyc matches /usr/local/lib/python3.8/site-packages/urllib3/fields.py # code object from '/usr/local/lib/python3.8/site-packages/urllib3/__pycache__/fields.cpython-38.pyc' # /usr/local/lib/python3.8/__pycache__/mimetypes.cpython-38.pyc matches /usr/local/lib/python3.8/mimetypes.py # code object from '/usr/local/lib/python3.8/__pycache__/mimetypes.cpython-38.pyc' import 'mimetypes' # <_frozen_importlib_external.SourceFileLoader object at 0xffff85e6a160> import 'urllib3.fields' # <_frozen_importlib_external.SourceFileLoader object at 0xffff85ef6b20> import 'urllib3.filepost' # <_frozen_importlib_external.SourceFileLoader object at 0xffff85ef66a0> import 'urllib3.packages.six.moves.urllib' # import 'urllib3.packages.six.moves.urllib.parse' # import 'urllib3.request' # <_frozen_importlib_external.SourceFileLoader object at 0xffff85ef2c70> # /usr/local/lib/python3.8/site-packages/urllib3/__pycache__/response.cpython-38.pyc matches /usr/local/lib/python3.8/site-packages/urllib3/response.py # code object from '/usr/local/lib/python3.8/site-packages/urllib3/__pycache__/response.cpython-38.pyc' import 'urllib3.response' # <_frozen_importlib_external.SourceFileLoader object at 0xffff85ef6910> # /usr/local/lib/python3.8/site-packages/urllib3/util/__pycache__/queue.cpython-38.pyc matches /usr/local/lib/python3.8/site-packages/urllib3/util/queue.py # code object from '/usr/local/lib/python3.8/site-packages/urllib3/util/__pycache__/queue.cpython-38.pyc' import 'urllib3.util.queue' # <_frozen_importlib_external.SourceFileLoader object at 0xffff85ef6f70> import 'urllib3.connectionpool' # <_frozen_importlib_external.SourceFileLoader object at 0xffff864e7f40> # /usr/local/lib/python3.8/site-packages/urllib3/__pycache__/poolmanager.cpython-38.pyc matches /usr/local/lib/python3.8/site-packages/urllib3/poolmanager.py # code object from '/usr/local/lib/python3.8/site-packages/urllib3/__pycache__/poolmanager.cpython-38.pyc' import 'urllib3.poolmanager' # <_frozen_importlib_external.SourceFileLoader object at 0xffff85e7f280> import 'urllib3' # <_frozen_importlib_external.SourceFileLoader object at 0xffff865ba790> # /usr/local/lib/python3.8/site-packages/requests/__pycache__/exceptions.cpython-38.pyc matches /usr/local/lib/python3.8/site-packages/requests/exceptions.py # code object from '/usr/local/lib/python3.8/site-packages/requests/__pycache__/exceptions.cpython-38.pyc' # /usr/local/lib/python3.8/site-packages/requests/__pycache__/compat.cpython-38.pyc matches /usr/local/lib/python3.8/site-packages/requests/compat.py # code object from '/usr/local/lib/python3.8/site-packages/requests/__pycache__/compat.cpython-38.pyc' # /usr/local/lib/python3.8/site-packages/charset_normalizer/__pycache__/__init__.cpython-38.pyc matches /usr/local/lib/python3.8/site-packages/charset_normalizer/__init__.py # code object from '/usr/local/lib/python3.8/site-packages/charset_normalizer/__pycache__/__init__.cpython-38.pyc' # /usr/local/lib/python3.8/site-packages/charset_normalizer/__pycache__/api.cpython-38.pyc matches /usr/local/lib/python3.8/site-packages/charset_normalizer/api.py # code object from '/usr/local/lib/python3.8/site-packages/charset_normalizer/__pycache__/api.cpython-38.pyc' # /usr/local/lib/python3.8/site-packages/charset_normalizer/__pycache__/cd.cpython-38.pyc matches /usr/local/lib/python3.8/site-packages/charset_normalizer/cd.py # code object from '/usr/local/lib/python3.8/site-packages/charset_normalizer/__pycache__/cd.cpython-38.pyc' # /usr/local/lib/python3.8/site-packages/charset_normalizer/assets/__pycache__/__init__.cpython-38.pyc matches /usr/local/lib/python3.8/site-packages/charset_normalizer/assets/__init__.py # code object from '/usr/local/lib/python3.8/site-packages/charset_normalizer/assets/__pycache__/__init__.cpython-38.pyc' import 'charset_normalizer.assets' # <_frozen_importlib_external.SourceFileLoader object at 0xffff85e92910> # /usr/local/lib/python3.8/site-packages/charset_normalizer/__pycache__/constant.cpython-38.pyc matches /usr/local/lib/python3.8/site-packages/charset_normalizer/constant.py # code object from '/usr/local/lib/python3.8/site-packages/charset_normalizer/__pycache__/constant.cpython-38.pyc' import 'charset_normalizer.constant' # <_frozen_importlib_external.SourceFileLoader object at 0xffff85e92a00> # /usr/local/lib/python3.8/site-packages/charset_normalizer/__pycache__/md.cpython-38.pyc matches /usr/local/lib/python3.8/site-packages/charset_normalizer/md.py # code object from '/usr/local/lib/python3.8/site-packages/charset_normalizer/__pycache__/md.cpython-38.pyc' # /usr/local/lib/python3.8/site-packages/charset_normalizer/__pycache__/utils.cpython-38.pyc matches /usr/local/lib/python3.8/site-packages/charset_normalizer/utils.py # code object from '/usr/local/lib/python3.8/site-packages/charset_normalizer/__pycache__/utils.cpython-38.pyc' # extension module 'unicodedata' loaded from '/usr/local/lib/python3.8/lib-dynload/unicodedata.cpython-38-aarch64-linux-gnu.so' # extension module 'unicodedata' executed from '/usr/local/lib/python3.8/lib-dynload/unicodedata.cpython-38-aarch64-linux-gnu.so' import 'unicodedata' # <_frozen_importlib_external.ExtensionFileLoader object at 0xffff86750a90> # extension module '_multibytecodec' loaded from '/usr/local/lib/python3.8/lib-dynload/_multibytecodec.cpython-38-aarch64-linux-gnu.so' # extension module '_multibytecodec' executed from '/usr/local/lib/python3.8/lib-dynload/_multibytecodec.cpython-38-aarch64-linux-gnu.so' import '_multibytecodec' # <_frozen_importlib_external.ExtensionFileLoader object at 0xffff86750bb0> import 'charset_normalizer.utils' # <_frozen_importlib_external.SourceFileLoader object at 0xffff86750100> import 'charset_normalizer.md' # <_frozen_importlib_external.SourceFileLoader object at 0xffff867462b0> # /usr/local/lib/python3.8/site-packages/charset_normalizer/__pycache__/models.cpython-38.pyc matches /usr/local/lib/python3.8/site-packages/charset_normalizer/models.py # code object from '/usr/local/lib/python3.8/site-packages/charset_normalizer/__pycache__/models.cpython-38.pyc' import 'charset_normalizer.models' # <_frozen_importlib_external.SourceFileLoader object at 0xffff86746c10> import 'charset_normalizer.cd' # <_frozen_importlib_external.SourceFileLoader object at 0xffff85e92130> import 'charset_normalizer.api' # <_frozen_importlib_external.SourceFileLoader object at 0xffff85e8ce50> # /usr/local/lib/python3.8/site-packages/charset_normalizer/__pycache__/legacy.cpython-38.pyc matches /usr/local/lib/python3.8/site-packages/charset_normalizer/legacy.py # code object from '/usr/local/lib/python3.8/site-packages/charset_normalizer/__pycache__/legacy.cpython-38.pyc' import 'charset_normalizer.legacy' # <_frozen_importlib_external.SourceFileLoader object at 0xffff85c6ac70> # /usr/local/lib/python3.8/site-packages/charset_normalizer/__pycache__/version.cpython-38.pyc matches /usr/local/lib/python3.8/site-packages/charset_normalizer/version.py # code object from '/usr/local/lib/python3.8/site-packages/charset_normalizer/__pycache__/version.cpython-38.pyc' import 'charset_normalizer.version' # <_frozen_importlib_external.SourceFileLoader object at 0xffff85c6af10> import 'charset_normalizer' # <_frozen_importlib_external.SourceFileLoader object at 0xffff85e8cc70> # /usr/local/lib/python3.8/urllib/__pycache__/request.cpython-38.pyc matches /usr/local/lib/python3.8/urllib/request.py # code object from '/usr/local/lib/python3.8/urllib/__pycache__/request.cpython-38.pyc' # /usr/local/lib/python3.8/__pycache__/tempfile.cpython-38.pyc matches /usr/local/lib/python3.8/tempfile.py # code object from '/usr/local/lib/python3.8/__pycache__/tempfile.cpython-38.pyc' import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0xffff85c987f0> # /usr/local/lib/python3.8/urllib/__pycache__/error.cpython-38.pyc matches /usr/local/lib/python3.8/urllib/error.py # code object from '/usr/local/lib/python3.8/urllib/__pycache__/error.cpython-38.pyc' # /usr/local/lib/python3.8/urllib/__pycache__/response.cpython-38.pyc matches /usr/local/lib/python3.8/urllib/response.py # code object from '/usr/local/lib/python3.8/urllib/__pycache__/response.cpython-38.pyc' import 'urllib.response' # <_frozen_importlib_external.SourceFileLoader object at 0xffff85c2e2b0> import 'urllib.error' # <_frozen_importlib_external.SourceFileLoader object at 0xffff85c23d00> import 'urllib.request' # <_frozen_importlib_external.SourceFileLoader object at 0xffff85c6ad30> # /usr/local/lib/python3.8/http/__pycache__/cookiejar.cpython-38.pyc matches /usr/local/lib/python3.8/http/cookiejar.py # code object from '/usr/local/lib/python3.8/http/__pycache__/cookiejar.cpython-38.pyc' # /usr/local/lib/python3.8/__pycache__/copy.cpython-38.pyc matches /usr/local/lib/python3.8/copy.py # code object from '/usr/local/lib/python3.8/__pycache__/copy.cpython-38.pyc' import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0xffff85c41ac0> import 'http.cookiejar' # <_frozen_importlib_external.SourceFileLoader object at 0xffff85e998b0> # /usr/local/lib/python3.8/http/__pycache__/cookies.cpython-38.pyc matches /usr/local/lib/python3.8/http/cookies.py # code object from '/usr/local/lib/python3.8/http/__pycache__/cookies.cpython-38.pyc' import 'http.cookies' # <_frozen_importlib_external.SourceFileLoader object at 0xffff85c41790> import 'requests.compat' # <_frozen_importlib_external.SourceFileLoader object at 0xffff85e8cac0> import 'requests.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0xffff85e8c490> # /usr/local/lib/python3.8/site-packages/requests/__pycache__/__version__.cpython-38.pyc matches /usr/local/lib/python3.8/site-packages/requests/__version__.py # code object from '/usr/local/lib/python3.8/site-packages/requests/__pycache__/__version__.cpython-38.pyc' import 'requests.__version__' # <_frozen_importlib_external.SourceFileLoader object at 0xffff85e8c520> # /usr/local/lib/python3.8/site-packages/requests/__pycache__/utils.cpython-38.pyc matches /usr/local/lib/python3.8/site-packages/requests/utils.py # code object from '/usr/local/lib/python3.8/site-packages/requests/__pycache__/utils.cpython-38.pyc' # /usr/local/lib/python3.8/__pycache__/zipfile.cpython-38.pyc matches /usr/local/lib/python3.8/zipfile.py # code object from '/usr/local/lib/python3.8/__pycache__/zipfile.cpython-38.pyc' import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0xffff85bf7310> # /usr/local/lib/python3.8/site-packages/requests/__pycache__/certs.cpython-38.pyc matches /usr/local/lib/python3.8/site-packages/requests/certs.py # code object from '/usr/local/lib/python3.8/site-packages/requests/__pycache__/certs.cpython-38.pyc' # /usr/local/lib/python3.8/site-packages/certifi/__pycache__/__init__.cpython-38.pyc matches /usr/local/lib/python3.8/site-packages/certifi/__init__.py # code object from '/usr/local/lib/python3.8/site-packages/certifi/__pycache__/__init__.cpython-38.pyc' # /usr/local/lib/python3.8/site-packages/certifi/__pycache__/core.cpython-38.pyc matches /usr/local/lib/python3.8/site-packages/certifi/core.py # code object from '/usr/local/lib/python3.8/site-packages/certifi/__pycache__/core.cpython-38.pyc' # /usr/local/lib/python3.8/importlib/__pycache__/resources.cpython-38.pyc matches /usr/local/lib/python3.8/importlib/resources.py # code object from '/usr/local/lib/python3.8/importlib/__pycache__/resources.cpython-38.pyc' import 'importlib.resources' # <_frozen_importlib_external.SourceFileLoader object at 0xffff85c15f40> import 'certifi.core' # <_frozen_importlib_external.SourceFileLoader object at 0xffff85c15c40> import 'certifi' # <_frozen_importlib_external.SourceFileLoader object at 0xffff85c159a0> import 'requests.certs' # <_frozen_importlib_external.SourceFileLoader object at 0xffff85c05c10> # /usr/local/lib/python3.8/site-packages/requests/__pycache__/_internal_utils.cpython-38.pyc matches /usr/local/lib/python3.8/site-packages/requests/_internal_utils.py # code object from '/usr/local/lib/python3.8/site-packages/requests/__pycache__/_internal_utils.cpython-38.pyc' import 'requests._internal_utils' # <_frozen_importlib_external.SourceFileLoader object at 0xffff85c15910> # /usr/local/lib/python3.8/site-packages/requests/__pycache__/cookies.cpython-38.pyc matches /usr/local/lib/python3.8/site-packages/requests/cookies.py # code object from '/usr/local/lib/python3.8/site-packages/requests/__pycache__/cookies.cpython-38.pyc' import 'requests.cookies' # <_frozen_importlib_external.SourceFileLoader object at 0xffff85c159d0> # /usr/local/lib/python3.8/site-packages/requests/__pycache__/structures.cpython-38.pyc matches /usr/local/lib/python3.8/site-packages/requests/structures.py # code object from '/usr/local/lib/python3.8/site-packages/requests/__pycache__/structures.cpython-38.pyc' import 'requests.structures' # <_frozen_importlib_external.SourceFileLoader object at 0xffff85bb0160> import 'requests.utils' # <_frozen_importlib_external.SourceFileLoader object at 0xffff85e8c610> # /usr/local/lib/python3.8/site-packages/requests/__pycache__/packages.cpython-38.pyc matches /usr/local/lib/python3.8/site-packages/requests/packages.py # code object from '/usr/local/lib/python3.8/site-packages/requests/__pycache__/packages.cpython-38.pyc' # /usr/local/lib/python3.8/site-packages/idna/__pycache__/__init__.cpython-38.pyc matches /usr/local/lib/python3.8/site-packages/idna/__init__.py # code object from '/usr/local/lib/python3.8/site-packages/idna/__pycache__/__init__.cpython-38.pyc' # /usr/local/lib/python3.8/site-packages/idna/__pycache__/package_data.cpython-38.pyc matches /usr/local/lib/python3.8/site-packages/idna/package_data.py # code object from '/usr/local/lib/python3.8/site-packages/idna/__pycache__/package_data.cpython-38.pyc' import 'idna.package_data' # <_frozen_importlib_external.SourceFileLoader object at 0xffff85bb0c10> # /usr/local/lib/python3.8/site-packages/idna/__pycache__/core.cpython-38.pyc matches /usr/local/lib/python3.8/site-packages/idna/core.py # code object from '/usr/local/lib/python3.8/site-packages/idna/__pycache__/core.cpython-38.pyc' # /usr/local/lib/python3.8/site-packages/idna/__pycache__/idnadata.cpython-38.pyc matches /usr/local/lib/python3.8/site-packages/idna/idnadata.py # code object from '/usr/local/lib/python3.8/site-packages/idna/__pycache__/idnadata.cpython-38.pyc' import 'idna.idnadata' # <_frozen_importlib_external.SourceFileLoader object at 0xffff85bbd3a0> # /usr/local/lib/python3.8/site-packages/idna/__pycache__/intranges.cpython-38.pyc matches /usr/local/lib/python3.8/site-packages/idna/intranges.py # code object from '/usr/local/lib/python3.8/site-packages/idna/__pycache__/intranges.cpython-38.pyc' import 'idna.intranges' # <_frozen_importlib_external.SourceFileLoader object at 0xffff85bbd460> import 'idna.core' # <_frozen_importlib_external.SourceFileLoader object at 0xffff85bb0ca0> import 'idna' # <_frozen_importlib_external.SourceFileLoader object at 0xffff85bb09d0> import 'requests.packages' # <_frozen_importlib_external.SourceFileLoader object at 0xffff85bb07c0> # /usr/local/lib/python3.8/site-packages/requests/__pycache__/models.cpython-38.pyc matches /usr/local/lib/python3.8/site-packages/requests/models.py # code object from '/usr/local/lib/python3.8/site-packages/requests/__pycache__/models.cpython-38.pyc' # /usr/local/lib/python3.8/encodings/__pycache__/idna.cpython-38.pyc matches /usr/local/lib/python3.8/encodings/idna.py # code object from '/usr/local/lib/python3.8/encodings/__pycache__/idna.cpython-38.pyc' # /usr/local/lib/python3.8/__pycache__/stringprep.cpython-38.pyc matches /usr/local/lib/python3.8/stringprep.py # code object from '/usr/local/lib/python3.8/__pycache__/stringprep.cpython-38.pyc' import 'stringprep' # <_frozen_importlib_external.SourceFileLoader object at 0xffff85bdc550> import 'encodings.idna' # <_frozen_importlib_external.SourceFileLoader object at 0xffff85bbdfa0> # /usr/local/lib/python3.8/site-packages/requests/__pycache__/hooks.cpython-38.pyc matches /usr/local/lib/python3.8/site-packages/requests/hooks.py # code object from '/usr/local/lib/python3.8/site-packages/requests/__pycache__/hooks.cpython-38.pyc' import 'requests.hooks' # <_frozen_importlib_external.SourceFileLoader object at 0xffff85bdc310> # /usr/local/lib/python3.8/site-packages/requests/__pycache__/auth.cpython-38.pyc matches /usr/local/lib/python3.8/site-packages/requests/auth.py # code object from '/usr/local/lib/python3.8/site-packages/requests/__pycache__/auth.cpython-38.pyc' import 'requests.auth' # <_frozen_importlib_external.SourceFileLoader object at 0xffff85bdcc10> # /usr/local/lib/python3.8/site-packages/requests/__pycache__/status_codes.cpython-38.pyc matches /usr/local/lib/python3.8/site-packages/requests/status_codes.py # code object from '/usr/local/lib/python3.8/site-packages/requests/__pycache__/status_codes.cpython-38.pyc' import 'requests.status_codes' # <_frozen_importlib_external.SourceFileLoader object at 0xffff85b75310> import 'requests.models' # <_frozen_importlib_external.SourceFileLoader object at 0xffff85bb0910> # /usr/local/lib/python3.8/site-packages/requests/__pycache__/api.cpython-38.pyc matches /usr/local/lib/python3.8/site-packages/requests/api.py # code object from '/usr/local/lib/python3.8/site-packages/requests/__pycache__/api.cpython-38.pyc' # /usr/local/lib/python3.8/site-packages/requests/__pycache__/sessions.cpython-38.pyc matches /usr/local/lib/python3.8/site-packages/requests/sessions.py # code object from '/usr/local/lib/python3.8/site-packages/requests/__pycache__/sessions.cpython-38.pyc' # /usr/local/lib/python3.8/site-packages/requests/__pycache__/adapters.cpython-38.pyc matches /usr/local/lib/python3.8/site-packages/requests/adapters.py # code object from '/usr/local/lib/python3.8/site-packages/requests/__pycache__/adapters.cpython-38.pyc' # /usr/local/lib/python3.8/site-packages/urllib3/contrib/__pycache__/socks.cpython-38.pyc matches /usr/local/lib/python3.8/site-packages/urllib3/contrib/socks.py # code object from '/usr/local/lib/python3.8/site-packages/urllib3/contrib/__pycache__/socks.cpython-38.pyc' # destroy urllib3.contrib.socks import 'requests.adapters' # <_frozen_importlib_external.SourceFileLoader object at 0xffff85b83880> import 'requests.sessions' # <_frozen_importlib_external.SourceFileLoader object at 0xffff85b75d60> import 'requests.api' # <_frozen_importlib_external.SourceFileLoader object at 0xffff85b759d0> import 'requests' # <_frozen_importlib_external.SourceFileLoader object at 0xffff865a5be0> ======================= WhiteSource for Nexus ======================= Traceback (most recent call last): File "ws-scan.py", line 685, in main() File "ws-scan.py", line 120, in main config = Configuration(conf_file) File "ws-scan.py", line 95, in __init__ self.nexus_ip = self.nexus_base_url.split('//')[1].split(':')[0] IndexError: list index out of range # clear builtins._ # clear sys.path # clear sys.argv # clear sys.ps1 # clear sys.ps2 # clear sys.last_type # clear sys.last_value # clear sys.last_traceback # clear sys.path_hooks # clear sys.path_importer_cache # clear sys.meta_path # clear sys.__interactivehook__ # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing sys # cleanup[2] removing builtins # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _warnings # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing _thread # cleanup[2] removing _weakref # cleanup[2] removing time # cleanup[2] removing zipimport # destroy zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing __main__ # cleanup[2] removing encodings.latin_1 # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing _locale # cleanup[2] removing _bootlocale # destroy _bootlocale # cleanup[2] removing types # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib.abc # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing _heapq # cleanup[2] removing heapq # cleanup[2] removing itertools # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing contextlib # cleanup[2] removing importlib.util # cleanup[2] removing zope # destroy zope # cleanup[2] removing site # destroy site # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing sre_constants # destroy sre_constants # cleanup[2] removing sre_parse # cleanup[2] removing sre_compile # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 # cleanup[2] removing fnmatch # cleanup[2] removing glob # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing token # destroy token # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing traceback # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing collections.abc # cleanup[2] removing _string # cleanup[2] removing string # cleanup[2] removing threading # cleanup[2] removing atexit # cleanup[2] removing logging # cleanup[2] removing ntpath # cleanup[2] removing errno # cleanup[2] removing urllib # cleanup[2] removing urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing pwd # cleanup[2] removing grp # cleanup[2] removing shutil # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing select # cleanup[2] removing math # cleanup[2] removing selectors # cleanup[2] removing subprocess # cleanup[2] removing configparser # destroy configparser # cleanup[2] removing distutils # destroy distutils # cleanup[2] removing distutils.errors # destroy distutils.errors # cleanup[2] removing distutils.log # cleanup[2] removing distutils.dir_util # destroy distutils.dir_util # cleanup[2] removing multiprocessing.process # cleanup[2] removing _compat_pickle # cleanup[2] removing _pickle # cleanup[2] removing pickle # cleanup[2] removing _socket # cleanup[2] removing socket # cleanup[2] removing array # cleanup[2] removing multiprocessing.reduction # cleanup[2] removing multiprocessing.context # cleanup[2] removing __mp_main__ # destroy __main__ # cleanup[2] removing multiprocessing # destroy multiprocessing # cleanup[2] removing typing # destroy typing # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing urllib3.packages # cleanup[2] removing urllib3.packages.six # cleanup[2] removing urllib3.packages.six.moves # cleanup[2] removing http # cleanup[2] removing email # cleanup[2] removing email.errors # cleanup[2] removing email.quoprimime # cleanup[2] removing email.base64mime # cleanup[2] removing quopri # cleanup[2] removing email.encoders # cleanup[2] removing email.charset # cleanup[2] removing email.header # cleanup[2] removing _bisect # cleanup[2] removing bisect # cleanup[2] removing _sha512 # cleanup[2] removing _random # cleanup[2] removing random # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing locale # cleanup[2] removing calendar # cleanup[2] removing email._parseaddr # cleanup[2] removing email.utils # cleanup[2] removing email._policybase # cleanup[2] removing email.feedparser # cleanup[2] removing email.parser # cleanup[2] removing uu # cleanup[2] removing email._encoded_words # cleanup[2] removing email.iterators # cleanup[2] removing email.message # cleanup[2] removing _ssl # cleanup[2] removing ssl # cleanup[2] removing http.client # cleanup[2] removing urllib3.packages.six.moves.http_client # cleanup[2] removing urllib3.exceptions # cleanup[2] removing urllib3._version # cleanup[2] removing urllib3.contrib # cleanup[2] removing urllib3.contrib._appengine_environ # cleanup[2] removing urllib3.util.wait # cleanup[2] removing urllib3.util.connection # cleanup[2] removing urllib3.util.request # cleanup[2] removing urllib3.util.response # cleanup[2] removing urllib3.util.retry # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing _sha3 # cleanup[2] removing hashlib # cleanup[2] removing hmac # cleanup[2] removing urllib3.util.url # cleanup[2] removing urllib3.util.ssltransport # cleanup[2] removing urllib3.util.ssl_ # cleanup[2] removing urllib3.util.timeout # cleanup[2] removing urllib3.util # cleanup[2] removing urllib3.util.proxy # cleanup[2] removing urllib3._collections # cleanup[2] removing ipaddress # cleanup[2] removing urllib3.util.ssl_match_hostname # cleanup[2] removing urllib3.connection # cleanup[2] removing _queue # cleanup[2] removing queue # cleanup[2] removing mimetypes # cleanup[2] removing urllib3.fields # cleanup[2] removing urllib3.filepost # cleanup[2] removing urllib3.packages.six.moves.urllib # cleanup[2] removing urllib3.packages.six.moves.urllib.parse # cleanup[2] removing urllib3.request # cleanup[2] removing urllib3.response # cleanup[2] removing urllib3.util.queue # cleanup[2] removing urllib3.connectionpool # cleanup[2] removing urllib3.poolmanager # cleanup[2] removing urllib3 # cleanup[2] removing charset_normalizer.assets # cleanup[2] removing charset_normalizer.constant # cleanup[2] removing unicodedata # cleanup[2] removing _multibytecodec # cleanup[2] removing charset_normalizer.utils # cleanup[2] removing charset_normalizer.md # cleanup[2] removing charset_normalizer.models # cleanup[2] removing charset_normalizer.cd # cleanup[2] removing charset_normalizer.api # cleanup[2] removing charset_normalizer.legacy # cleanup[2] removing charset_normalizer.version # cleanup[2] removing charset_normalizer # cleanup[2] removing tempfile # cleanup[2] removing urllib.response # cleanup[2] removing urllib.error # cleanup[2] removing urllib.request # cleanup[2] removing copy # cleanup[2] removing http.cookiejar # cleanup[2] removing http.cookies # cleanup[2] removing requests.compat # cleanup[2] removing requests.exceptions # cleanup[2] removing requests.__version__ # destroy requests.__version__ # cleanup[2] removing zipfile # cleanup[2] removing importlib.resources # cleanup[2] removing certifi.core # cleanup[2] removing certifi # cleanup[2] removing requests.certs # cleanup[2] removing requests._internal_utils # cleanup[2] removing requests.cookies # cleanup[2] removing requests.structures # cleanup[2] removing requests.utils # cleanup[2] removing requests.packages.urllib3.packages # cleanup[2] removing requests.packages.urllib3.packages.six # cleanup[2] removing requests.packages.urllib3.packages.six.moves # cleanup[2] removing requests.packages.urllib3.packages.six.moves.http_client # cleanup[2] removing requests.packages.urllib3.exceptions # cleanup[2] removing requests.packages.urllib3._version # cleanup[2] removing requests.packages.urllib3.contrib # cleanup[2] removing requests.packages.urllib3.contrib._appengine_environ # cleanup[2] removing requests.packages.urllib3.util.wait # cleanup[2] removing requests.packages.urllib3.util.connection # cleanup[2] removing requests.packages.urllib3.util.request # cleanup[2] removing requests.packages.urllib3.util.response # cleanup[2] removing requests.packages.urllib3.util.retry # cleanup[2] removing requests.packages.urllib3.util.url # cleanup[2] removing requests.packages.urllib3.util.ssltransport # cleanup[2] removing requests.packages.urllib3.util.ssl_ # cleanup[2] removing requests.packages.urllib3.util.timeout # cleanup[2] removing requests.packages.urllib3.util # cleanup[2] removing requests.packages.urllib3.util.proxy # cleanup[2] removing requests.packages.urllib3._collections # cleanup[2] removing requests.packages.urllib3.util.ssl_match_hostname # cleanup[2] removing requests.packages.urllib3.connection # cleanup[2] removing requests.packages.urllib3.fields # cleanup[2] removing requests.packages.urllib3.filepost # cleanup[2] removing requests.packages.urllib3.packages.six.moves.urllib # cleanup[2] removing requests.packages.urllib3.packages.six.moves.urllib.parse # cleanup[2] removing requests.packages.urllib3.request # cleanup[2] removing requests.packages.urllib3.response # cleanup[2] removing requests.packages.urllib3.util.queue # cleanup[2] removing requests.packages.urllib3.connectionpool # cleanup[2] removing requests.packages.urllib3.poolmanager # cleanup[2] removing requests.packages.urllib3 # cleanup[2] removing idna.package_data # cleanup[2] removing idna.idnadata # cleanup[2] removing idna.intranges # cleanup[2] removing idna.core # cleanup[2] removing idna # cleanup[2] removing requests.packages.idna.package_data # cleanup[2] removing requests.packages.idna.idnadata # cleanup[2] removing requests.packages.idna.intranges # cleanup[2] removing requests.packages.idna.core # cleanup[2] removing requests.packages.idna # cleanup[2] removing requests.packages.chardet # cleanup[2] removing requests.packages # cleanup[2] removing stringprep # cleanup[2] removing encodings.idna # cleanup[2] removing requests.hooks # cleanup[2] removing requests.auth # cleanup[2] removing requests.status_codes # cleanup[2] removing requests.models # cleanup[2] removing requests.adapters # cleanup[2] removing requests.sessions # cleanup[2] removing requests.api # cleanup[2] removing requests # destroy _queue # destroy _sha3 # destroy _blake2 # destroy _datetime # destroy _bz2 # destroy certifi # destroy certifi.core # destroy glob # destroy pathlib # destroy subprocess # destroy requests # destroy _sitebuiltins # destroy importlib.util # destroy importlib.resources # destroy importlib.machinery # destroy json.decoder # destroy json.encoder # destroy json.scanner # destroy _json # destroy urllib.parse # destroy urllib.response # destroy urllib.error # destroy urllib.request # destroy ntpath # destroy fnmatch # destroy _compression # destroy _lzma # destroy pwd # destroy grp # destroy _signal # destroy _posixsubprocess # destroy distutils.log # destroy multiprocessing.process # destroy multiprocessing.reduction # destroy signal # destroy pickle # destroy multiprocessing.context # destroy _struct # destroy _compat_pickle # destroy selectors # destroy _socket # destroy _pickle # destroy array # destroy requests.compat # destroy requests.exceptions # destroy requests._internal_utils # destroy requests.cookies # destroy requests.structures # destroy requests.utils # destroy requests.packages # destroy urllib3 # destroy idna # destroy idna.package_data # destroy idna.intranges # destroy idna.core # destroy requests.hooks # destroy requests.auth # destroy requests.status_codes # destroy requests.models # destroy requests.adapters # destroy requests.api # destroy urllib3.packages # destroy urllib3.exceptions # destroy urllib3._version # destroy urllib3.contrib # destroy urllib3.util # destroy urllib3.util.wait # destroy urllib3.util.request # destroy urllib3.util.response # destroy urllib3.util.retry # destroy urllib3.util.url # destroy urllib3.util.ssltransport # destroy urllib3.util.ssl_ # destroy urllib3.util.timeout # destroy urllib3.util.proxy # destroy urllib3.util.ssl_match_hostname # destroy urllib3.util.queue # destroy urllib3._collections # destroy urllib3.connection # destroy urllib3.fields # destroy urllib3.filepost # destroy urllib3.request # destroy urllib3.response # destroy urllib3.connectionpool # destroy urllib3.poolmanager # destroy operator # destroy types # destroy urllib3.packages.six.moves # destroy urllib3.packages.six.moves.urllib # destroy urllib3.packages.six.moves.urllib_parse # destroy urllib3.packages.six.moves.urllib.error # destroy urllib3.packages.six.moves.urllib.request # destroy urllib3.packages.six.moves.urllib.response # destroy urllib3.packages.six.moves.urllib.robotparser # destroy http.cookies # destroy email.quoprimime # destroy email.base64mime # destroy email.encoders # destroy email._parseaddr # destroy email._policybase # destroy email.feedparser # destroy email.parser # destroy email._encoded_words # destroy email.iterators # destroy email.message # destroy email.header # destroy random # destroy locale # destroy uu # destroy quopri # destroy email.utils # destroy email.charset # destroy email.errors # destroy _ssl # destroy urllib3.util.connection # destroy urllib3.contrib._appengine_environ # destroy select # destroy http.client # destroy hmac # destroy ipaddress # destroy mimetypes # destroy queue # destroy urllib3.packages.six # destroy charset_normalizer.assets # destroy charset_normalizer.constant # destroy charset_normalizer.utils # destroy charset_normalizer.md # destroy charset_normalizer.models # destroy charset_normalizer.cd # destroy charset_normalizer.api # destroy charset_normalizer.legacy # destroy charset_normalizer.version # destroy logging # destroy _multibytecodec # destroy _hashlib # destroy base64 # destroy email # destroy ssl # destroy errno # destroy urllib # destroy http # destroy string # destroy zipfile # destroy requests.certs # destroy binascii # destroy importlib # destroy shutil # destroy struct # destroy contextlib # destroy zlib # destroy bz2 # destroy lzma # destroy tempfile # destroy importlib.abc # destroy copy # destroy calendar # destroy idna.idnadata # destroy unicodedata # destroy bisect # destroy datetime # destroy encodings # destroy charset_normalizer # destroy json # destroy hashlib # destroy requests.sessions # destroy http.cookiejar # destroy socket # cleanup[3] wiping encodings.idna # destroy stringprep # cleanup[3] wiping _random # cleanup[3] wiping _sha512 # cleanup[3] wiping _bisect # cleanup[3] wiping math # cleanup[3] wiping atexit # cleanup[3] wiping threading # cleanup[3] wiping _string # cleanup[3] wiping collections.abc # cleanup[3] wiping weakref # cleanup[3] wiping traceback # destroy linecache # cleanup[3] wiping tokenize # cleanup[3] wiping re # destroy enum # destroy sre_compile # destroy copyreg # cleanup[3] wiping sre_parse # cleanup[3] wiping _sre # cleanup[3] wiping functools # cleanup[3] wiping _functools # destroy _functools # cleanup[3] wiping collections # destroy _collections_abc # destroy heapq # destroy collections.abc # cleanup[3] wiping _collections # destroy _collections # cleanup[3] wiping itertools # destroy itertools # cleanup[3] wiping _heapq # cleanup[3] wiping _operator # destroy _operator # cleanup[3] wiping warnings # cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap # destroy _frozen_importlib_external # cleanup[3] wiping _locale # destroy _locale # cleanup[3] wiping os # destroy posixpath # cleanup[3] wiping genericpath # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping io # destroy abc # cleanup[3] wiping _abc # cleanup[3] wiping encodings.latin_1 # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping encodings.aliases # cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping time # cleanup[3] wiping _weakref # cleanup[3] wiping _thread # cleanup[3] wiping posix # cleanup[3] wiping marshal # destroy marshal # cleanup[3] wiping _io # destroy io # cleanup[3] wiping _warnings # cleanup[3] wiping _imp # destroy _imp # cleanup[3] wiping _frozen_importlib # cleanup[3] wiping sys # cleanup[3] wiping builtins # destroy stat # destroy genericpath # destroy _sre # destroy sre_parse # destroy functools # destroy tokenize # destroy _heapq # destroy _frozen_importlib # clear sys.audit hooks ```
tamari-oz commented 2 years ago

It might be because there was no ':' between IP and port in NexusBaseUrl.

What is NexusBaseUrl value in params.conf? It should be in form of: NexusBaseUrl=http://<IP>:<PORT>

danielnbalasoiu commented 2 years ago

Thank you for very quick reply. The NexusBaseUrl is configured properly:

root@4960da47faaa:~# grep NexusBaseUrl param.config
NexusBaseUrl=http://nexus.host:8080

I managed to resolve the error above by installing ws-nexus-integration via pip and not run WhiteSource agent w/ python ws-scan.py.

Now it fails because it doesn't find java in the container I'm running the script but this is something I have to fix. I'll let if you know if the authentication base on username and password is working once I'll resolve the Java problem.

danielnbalasoiu commented 2 years ago

The bug seems to be fixed:

root@4960da47faaa:~# ws_nexus_integration param.config
INFO 22-01-17 15:36:24 281473264926736 root: Nexus Version: Nexus/3.XXXX (OSS)
INFO 22-01-17 15:36:24 281473264926736 root: No specific repositories specified, all repositories will be scanned
INFO 22-01-17 15:36:24 281473264926736 root: Repository: docs
INFO 22-01-17 15:36:24 281473264926736 root: Validate artifact list

Thank you! 🤘

tamari-oz commented 2 years ago

Verny nice :) I take that it managed to scan all the Docker images/ desired artifacts?