Metadata for the ArchiveTeam Docker Hub repositories
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

58 lines
4.0 KiB

  1. 2021-02-27T15:00:01.395492Z Retrieving Docker Hub user archiveteam
  2. 2021-02-27T15:00:01.395741Z Fetching https://hub.docker.com/v2/users/archiveteam/
  3. Traceback (most recent call last):
  4. File "/home/atdockerhub/.local/lib/python3.7/site-packages/urllib3/connection.py", line 170, in _new_conn
  5. (self._dns_host, self.port), self.timeout, **extra_kw
  6. File "/home/atdockerhub/.local/lib/python3.7/site-packages/urllib3/util/connection.py", line 73, in create_connection
  7. for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM):
  8. File "/usr/lib/python3.7/socket.py", line 748, in getaddrinfo
  9. for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
  10. socket.gaierror: [Errno -3] Temporary failure in name resolution
  11. During handling of the above exception, another exception occurred:
  12. Traceback (most recent call last):
  13. File "/home/atdockerhub/.local/lib/python3.7/site-packages/urllib3/connectionpool.py", line 706, in urlopen
  14. chunked=chunked,
  15. File "/home/atdockerhub/.local/lib/python3.7/site-packages/urllib3/connectionpool.py", line 382, in _make_request
  16. self._validate_conn(conn)
  17. File "/home/atdockerhub/.local/lib/python3.7/site-packages/urllib3/connectionpool.py", line 1010, in _validate_conn
  18. conn.connect()
  19. File "/home/atdockerhub/.local/lib/python3.7/site-packages/urllib3/connection.py", line 353, in connect
  20. conn = self._new_conn()
  21. File "/home/atdockerhub/.local/lib/python3.7/site-packages/urllib3/connection.py", line 182, in _new_conn
  22. self, "Failed to establish a new connection: %s" % e
  23. urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPSConnection object at 0x7f133516da20>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution
  24. During handling of the above exception, another exception occurred:
  25. Traceback (most recent call last):
  26. File "/home/atdockerhub/.local/lib/python3.7/site-packages/requests/adapters.py", line 449, in send
  27. timeout=timeout
  28. File "/home/atdockerhub/.local/lib/python3.7/site-packages/urllib3/connectionpool.py", line 756, in urlopen
  29. method, url, error=e, _pool=self, _stacktrace=sys.exc_info()[2]
  30. File "/home/atdockerhub/.local/lib/python3.7/site-packages/urllib3/util/retry.py", line 573, in increment
  31. raise MaxRetryError(_pool, url, error or ResponseError(cause))
  32. urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='hub.docker.com', port=443): Max retries exceeded with url: /v2/users/archiveteam/ (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f133516da20>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution'))
  33. During handling of the above exception, another exception occurred:
  34. Traceback (most recent call last):
  35. File "/home/atdockerhub/dockerhub-metadata-master/retrieve", line 151, in <module>
  36. main()
  37. File "/home/atdockerhub/dockerhub-metadata-master/retrieve", line 144, in main
  38. retrieve(profile)
  39. File "/home/atdockerhub/dockerhub-metadata-master/retrieve", line 59, in retrieve
  40. r = fetch(session, f'https://hub.docker.com/v2/users/{profile}/')
  41. File "/home/atdockerhub/dockerhub-metadata-master/retrieve", line 36, in fetch
  42. r = session.get(url, **kwargs)
  43. File "/home/atdockerhub/.local/lib/python3.7/site-packages/requests/sessions.py", line 555, in get
  44. return self.request('GET', url, **kwargs)
  45. File "/home/atdockerhub/.local/lib/python3.7/site-packages/requests/sessions.py", line 542, in request
  46. resp = self.send(prep, **send_kwargs)
  47. File "/home/atdockerhub/.local/lib/python3.7/site-packages/requests/sessions.py", line 655, in send
  48. r = adapter.send(request, **kwargs)
  49. File "/home/atdockerhub/.local/lib/python3.7/site-packages/requests/adapters.py", line 516, in send
  50. raise ConnectionError(e, request=request)
  51. requests.exceptions.ConnectionError: HTTPSConnectionPool(host='hub.docker.com', port=443): Max retries exceeded with url: /v2/users/archiveteam/ (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f133516da20>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution'))