Acceptance tests using different clients concurrently. Environment deployed from packages.

Build: #834 was successful

Job: Onepanel was successful

Job result summary

Completed
Duration
9 minutes
Revision
554480b60300553bc83e0c494bec4e5cf7c46612
Total tests
6
Successful since
#822 ()

Tests

  • 6 tests in total
  • 1 test was quarantined / skipped
  • 8 minutes taken in total.

Error summary

The build generated some errors. See the full build log for more details.

  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed

  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100  4419  100  4419    0     0  14178      0 --:--:-- --:--:-- --:--:-- 14163
Error response from daemon: Cannot kill container: 2029e866a52f: Container 2029e866a52ffbb396525bc7e327b7f5d928478652acfb2923a5f1490e482896 is not running
tput: unknown terminal "unknown"
Submodule 'bamboos' (ssh://git@git.onedata.org:7999/vfs/bamboos.git) registered for path 'bamboos'
Submodule 'cdmi_swagger' (ssh://git@git.onedata.org:7999/vfs/cdmi-swagger.git) registered for path 'cdmi_swagger'
Submodule 'one_env' (ssh://git@git.onedata.org:7999/vfs/one-env.git) registered for path 'one_env'
Submodule 'onepanel_swagger' (ssh://git@git.onedata.org:7999/vfs/onepanel-swagger.git) registered for path 'onepanel_swagger'
Submodule 'oneprovider_swagger' (ssh://git@git.onedata.org:7999/vfs/oneprovider-swagger.git) registered for path 'oneprovider_swagger'
Submodule 'onezone_swagger' (ssh://git@git.onedata.org:7999/vfs/onezone-swagger.git) registered for path 'onezone_swagger'
Cloning into '/mnt/storage/bamboo-agent-home/xml-data/build-dir/ODSRV-MAOPT-COT/onedata/bamboos'...
Cloning into '/mnt/storage/bamboo-agent-home/xml-data/build-dir/ODSRV-MAOPT-COT/onedata/cdmi_swagger'...
Cloning into '/mnt/storage/bamboo-agent-home/xml-data/build-dir/ODSRV-MAOPT-COT/onedata/one_env'...
Cloning into '/mnt/storage/bamboo-agent-home/xml-data/build-dir/ODSRV-MAOPT-COT/onedata/onepanel_swagger'...
Cloning into '/mnt/storage/bamboo-agent-home/xml-data/build-dir/ODSRV-MAOPT-COT/onedata/oneprovider_swagger'...
Cloning into '/mnt/storage/bamboo-agent-home/xml-data/build-dir/ODSRV-MAOPT-COT/onedata/onezone_swagger'...
Error from server (AlreadyExists): clusterrolebindings.rbac.authorization.k8s.io "serviceaccounts-cluster-admin" already exists
Traceback (most recent call last):
  File "/usr/local/lib/python3.6/dist-packages/urllib3/response.py", line 425, in _error_catcher
    yield
  File "/usr/local/lib/python3.6/dist-packages/urllib3/response.py", line 507, in read
    data = self._fp.read(amt) if not fp_closed else b""
  File "/usr/lib/python3.6/http/client.py", line 459, in read
    n = self.readinto(b)
  File "/usr/lib/python3.6/http/client.py", line 503, in readinto
    n = self.fp.readinto(b)
  File "/usr/lib/python3.6/socket.py", line 586, in readinto
    return self._sock.recv_into(b)
  File "/usr/lib/python3.6/ssl.py", line 1012, in recv_into
    return self.read(nbytes, buffer)
  File "/usr/lib/python3.6/ssl.py", line 874, in read
    return self._sslobj.read(len, buffer)
  File "/usr/lib/python3.6/ssl.py", line 631, in read
    v = self._sslobj.read(len, buffer)
ConnectionResetError: [Errno 104] Connection reset by peer

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/usr/local/bin/onenv", line 101, in <module>
    main()
  File "/usr/local/bin/onenv", line 95, in main
    module.main()
  File "/usr/local/lib/one_env_engine/scripts/onenv_pull_artifacts.py", line 429, in main
    s3_res, bucket)
  File "/usr/local/lib/one_env_engine/scripts/onenv_pull_artifacts.py", line 287, in s3_ensure_sources
    target_dir=LOCAL_ARTIFACTS_DIR_PATH
  File "/usr/local/lib/one_env_engine/scripts/onenv_pull_artifacts.py", line 113, in s3_download_missing_artifact
    local_path=target_dir)
  File "/usr/local/lib/one_env_engine/scripts/utils/artifacts/download_artifact.py", line 74, in s3_download_specific_or_default
    exc_log=exc_log)
  File "/usr/local/lib/one_env_engine/scripts/utils/artifacts/download_artifact.py", line 145, in s3_download_artifact_safe
    s3_download_artifact(s3_res, bucket, plan, branch, local_path)
  File "/usr/local/lib/one_env_engine/scripts/utils/artifacts/download_artifact.py", line 164, in s3_download_artifact
    os.path.join(local_path, artifact_tar))
  File "/usr/local/lib/python3.6/dist-packages/boto3/s3/inject.py", line 246, in bucket_download_file
    ExtraArgs=ExtraArgs, Callback=Callback, Config=Config)
  File "/usr/local/lib/python3.6/dist-packages/boto3/s3/inject.py", line 172, in download_file
    extra_args=ExtraArgs, callback=Callback)
  File "/usr/local/lib/python3.6/dist-packages/boto3/s3/transfer.py", line 307, in download_file
    future.result()
  File "/usr/local/lib/python3.6/dist-packages/s3transfer/futures.py", line 106, in result
    return self._coordinator.result()
  File "/usr/local/lib/python3.6/dist-packages/s3transfer/futures.py", line 265, in result
    raise self._exception
  File "/usr/local/lib/python3.6/dist-packages/s3transfer/tasks.py", line 126, in __call__
    return self._execute_main(kwargs)
  File "/usr/local/lib/python3.6/dist-packages/s3transfer/tasks.py", line 150, in _execute_main
    return_value = self._main(**kwargs)
  File "/usr/local/lib/python3.6/dist-packages/s3transfer/download.py", line 523, in _main
    for chunk in chunks:
  File "/usr/local/lib/python3.6/dist-packages/s3transfer/download.py", line 651, in __next__
    chunk = self._body.read(self._chunksize)
  File "/usr/local/lib/python3.6/dist-packages/s3transfer/utils.py", line 545, in read
    value = self._stream.read(*args, **kwargs)
  File "/usr/local/lib/python3.6/dist-packages/botocore/response.py", line 78, in read
    chunk = self._raw_stream.read(amt)
  File "/usr/local/lib/python3.6/dist-packages/urllib3/response.py", line 529, in read
    raise IncompleteRead(self._fp_bytes_read, self.length_remaining)
  File "/usr/lib/python3.6/contextlib.py", line 99, in __exit__
    self.gen.throw(type, value, traceback)
  File "/usr/local/lib/python3.6/dist-packages/urllib3/response.py", line 443, in _error_catcher
    raise ProtocolError("Connection broken: %r" % e, e)
urllib3.exceptions.ProtocolError: ("Connection broken: ConnectionResetError(104, 'Connection reset by peer')", ConnectionResetError(104, 'Connection reset by peer'))
/bin/sh: 2: [[: not found
2020-05-08 10:16:59,721 WARNING Retrying (Retry(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f67d86e9390>: Failed to establish a new connection: [Errno 111] Connection refused',)': /session/aaf23a36dc9641ab2d6e4ba95471f181
2020-05-08 10:16:59,721 WARNING Retrying (Retry(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f67d86e9390>: Failed to establish a new connection: [Errno 111] Connection refused',)': /session/aaf23a36dc9641ab2d6e4ba95471f181
2020-05-08 10:16:59,721 WARNING Retrying (Retry(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f67d86e9390>: Failed to establish a new connection: [Errno 111] Connection refused',)': /session/aaf23a36dc9641ab2d6e4ba95471f181
2020-05-08 10:16:59,721 WARNING Retrying (Retry(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f67d86e9390>: Failed to establish a new connection: [Errno 111] Connection refused',)': /session/aaf23a36dc9641ab2d6e4ba95471f181
2020-05-08 10:16:59,721 WARNING Retrying (Retry(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f67d86e9390>: Failed to establish a new connection: [Errno 111] Connection refused',)': /session/aaf23a36dc9641ab2d6e4ba95471f181
2020-05-08 10:16:59,721 WARNING Retrying (Retry(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f67d86e9390>: Failed to establish a new connection: [Errno 111] Connection refused',)': /session/aaf23a36dc9641ab2d6e4ba95471f181
2020-05-08 10:16:59,721 WARNING Retrying (Retry(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f67d86e9390>: Failed to establish a new connection: [Errno 111] Connection refused',)': /session/aaf23a36dc9641ab2d6e4ba95471f181
2020-05-08 10:16:59,726 WARNING Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f67ea10bb00>: Failed to establish a new connection: [Errno 111] Connection refused',)': /session/aaf23a36dc9641ab2d6e4ba95471f181
2020-05-08 10:16:59,726 WARNING Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f67ea10bb00>: Failed to establish a new connection: [Errno 111] Connection refused',)': /session/aaf23a36dc9641ab2d6e4ba95471f181
2020-05-08 10:16:59,726 WARNING Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f67ea10bb00>: Failed to establish a new connection: [Errno 111] Connection refused',)': /session/aaf23a36dc9641ab2d6e4ba95471f181
2020-05-08 10:16:59,726 WARNING Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f67ea10bb00>: Failed to establish a new connection: [Errno 111] Connection refused',)': /session/aaf23a36dc9641ab2d6e4ba95471f181
2020-05-08 10:16:59,726 WARNING Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f67ea10bb00>: Failed to establish a new connection: [Errno 111] Connection refused',)': /session/aaf23a36dc9641ab2d6e4ba95471f181
2020-05-08 10:16:59,726 WARNING Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f67ea10bb00>: Failed to establish a new connection: [Errno 111] Connection refused',)': /session/aaf23a36dc9641ab2d6e4ba95471f181
2020-05-08 10:16:59,726 WARNING Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f67ea10bb00>: Failed to establish a new connection: [Errno 111] Connection refused',)': /session/aaf23a36dc9641ab2d6e4ba95471f181
2020-05-08 10:16:59,726 WARNING Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f67ea10bb00>: Failed to establish a new connection: [Errno 111] Connection refused',)': /session/aaf23a36dc9641ab2d6e4ba95471f181
2020-05-08 10:16:59,726 WARNING Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f67ea10bb00>: Failed to establish a new connection: [Errno 111] Connection refused',)': /session/aaf23a36dc9641ab2d6e4ba95471f181
2020-05-08 10:16:59,726 WARNING Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f67ea10bb00>: Failed to establish a new connection: [Errno 111] Connection refused',)': /session/aaf23a36dc9641ab2d6e4ba95471f181
2020-05-08 10:16:59,726 WARNING Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f67ea10bb00>: Failed to establish a new connection: [Errno 111] Connection refused',)': /session/aaf23a36dc9641ab2d6e4ba95471f181
2020-05-08 10:16:59,726 WARNING Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f67ea10bb00>: Failed to establish a new connection: [Errno 111] Connection refused',)': /session/aaf23a36dc9641ab2d6e4ba95471f181
2020-05-08 10:16:59,726 WARNING Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f67ea10bb00>: Failed to establish a new connection: [Errno 111] Connection refused',)': /session/aaf23a36dc9641ab2d6e4ba95471f181
2020-05-08 10:16:59,726 WARNING Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f67ea10bb00>: Failed to establish a new connection: [Errno 111] Connection refused',)': /session/aaf23a36dc9641ab2d6e4ba95471f181
2020-05-08 10:16:59,726 WARNING Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f67ea10bb00>: Failed to establish a new connection: [Errno 111] Connection refused',)': /session/aaf23a36dc9641ab2d6e4ba95471f181
2020-05-08 10:16:59,726 WARNING Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f67ea10bb00>: Failed to establish a new connection: [Errno 111] Connection refused',)': /session/aaf23a36dc9641ab2d6e4ba95471f181
2020-05-08 10:16:59,726 WARNING Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f67ea10bb00>: Failed to establish a new connection: [Errno 111] Connection refused',)': /session/aaf23a36dc9641ab2d6e4ba95471f181
2020-05-08 10:16:59,726 WARNING Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f67ea10bb00>: Failed to establish a new connection: [Errno 111] Connection refused',)': /session/aaf23a36dc9641ab2d6e4ba95471f181
2020-05-08 10:16:59,726 WARNING Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f67ea10bb00>: Failed to establish a new connection: [Errno 111] Connection refused',)': /session/aaf23a36dc9641ab2d6e4ba95471f181
2020-05-08 10:16:59,726 WARNING Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f67ea10bb00>: Failed to establish a new connection: [Errno 111] Connection refused',)': /session/aaf23a36dc9641ab2d6e4ba95471f181
2020-05-08 10:16:59,726 WARNING Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f67ea10bb00>: Failed to establish a new connection: [Errno 111] Connection refused',)': /session/aaf23a36dc9641ab2d6e4ba95471f181
2020-05-08 10:17:51,625 WARNING Retrying (Retry(total=2, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f67ea1017b8>: Failed to establish a new connection: [Errno 111] Connection refused',)': /session/c097c75484e2717062e00a2a001f1c1f
2020-05-08 10:17:51,625 WARNING Retrying (Retry(total=2, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f67ea1017b8>: Failed to establish a new connection: [Errno 111] Connection refused',)': /session/c097c75484e2717062e00a2a001f1c1f
2020-05-08 10:17:51,625 WARNING Retrying (Retry(total=2, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f67ea1017b8>: Failed to establish a new connection: [Errno 111] Connection refused',)': /session/c097c75484e2717062e00a2a001f1c1f
2020-05-08 10:17:51,625 WARNING Retrying (Retry(total=2, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f67ea1017b8>: Failed to establish a new connection: [Errno 111] Connection refused',)': /session/c097c75484e2717062e00a2a001f1c1f
2020-05-08 10:17:51,625 WARNING Retrying (Retry(total=2, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f67ea1017b8>: Failed to establish a new connection: [Errno 111] Connection refused',)': /session/c097c75484e2717062e00a2a001f1c1f
2020-05-08 10:17:51,625 WARNING Retrying (Retry(total=2, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f67ea1017b8>: Failed to establish a new connection: [Errno 111] Connection refused',)': /session/c097c75484e2717062e00a2a001f1c1f
2020-05-08 10:17:51,625 WARNING Retrying (Retry(total=2, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f67ea1017b8>: Failed to establish a new connection: [Errno 111] Connection refused',)': /session/c097c75484e2717062e00a2a001f1c1f
2020-05-08 10:17:51,625 WARNING Retrying (Retry(total=2, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f67ea1017b8>: Failed to establish a new connection: [Errno 111] Connection refused',)': /session/c097c75484e2717062e00a2a001f1c1f
2020-05-08 10:17:51,625 WARNING Retrying (Retry(total=2, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f67ea1017b8>: Failed to establish a new connection: [Errno 111] Connection refused',)': /session/c097c75484e2717062e00a2a001f1c1f
2020-05-08 10:17:51,625 WARNING Retrying (Retry(total=2, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f67ea1017b8>: Failed to establish a new connection: [Errno 111] Connection refused',)': /session/c097c75484e2717062e00a2a001f1c1f
2020-05-08 10:17:51,625 WARNING Retrying (Retry(total=2, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f67ea1017b8>: Failed to establish a new connection: [Errno 111] Connection refused',)': /session/c097c75484e2717062e00a2a001f1c1f
2020-05-08 10:17:51,625 WARNING Retrying (Retry(total=2, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f67ea1017b8>: Failed to establish a new connection: [Errno 111] Connection refused',)': /session/c097c75484e2717062e00a2a001f1c1f
2020-05-08 10:17:51,625 WARNING Retrying (Retry(total=2, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f67ea1017b8>: Failed to establish a new connection: [Errno 111] Connection refused',)': /session/c097c75484e2717062e00a2a001f1c1f
2020-05-08 10:17:51,625 WARNING Retrying (Retry(total=2, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f67ea1017b8>: Failed to establish a new connection: [Errno 111] Connection refused',)': /session/c097c75484e2717062e00a2a001f1c1f
2020-05-08 10:17:51,625 WARNING Retrying (Retry(total=2, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f67ea1017b8>: Failed to establish a new connection: [Errno 111] Connection refused',)': /session/c097c75484e2717062e00a2a001f1c1f
2020-05-08 10:17:51,625 WARNING Retrying (Retry(total=2, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f67ea1017b8>: Failed to establish a new connection: [Errno 111] Connection refused',)': /session/c097c75484e2717062e00a2a001f1c1f
2020-05-08 10:17:51,625 WARNING Retrying (Retry(total=2, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f67ea1017b8>: Failed to establish a new connection: [Errno 111] Connection refused',)': /session/c097c75484e2717062e00a2a001f1c1f
2020-05-08 10:17:51,625 WARNING Retrying (Retry(total=2, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f67ea1017b8>: Failed to establish a new connection: [Errno 111] Connection refused',)': /session/c097c75484e2717062e00a2a001f1c1f
2020-05-08 10:17:51,625 WARNING Retrying (Retry(total=2, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f67ea1017b8>: Failed to establish a new connection: [Errno 111] Connection refused',)': /session/c097c75484e2717062e00a2a001f1c1f
2020-05-08 10:17:51,625 WARNING Retrying (Retry(total=2, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f67ea1017b8>: Failed to establish a new connection: [Errno 111] Connection refused',)': /session/c097c75484e2717062e00a2a001f1c1f
2020-05-08 10:17:51,625 WARNING Retrying (Retry(total=2, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f67ea1017b8>: Failed to establish a new connection: [Errno 111] Connection refused',)': /session/c097c75484e2717062e00a2a001f1c1f
2020-05-08 10:17:51,625 WARNING Retrying (Retry(total=2, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f67ea1017b8>: Failed to establish a new connection: [Errno 111] Connection refused',)': /session/c097c75484e2717062e00a2a001f1c1f
2020-05-08 10:17:51,625 WARNING Retrying (Retry(total=2, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f67ea1017b8>: Failed to establish a new connection: [Errno 111] Connection refused',)': /session/c097c75484e2717062e00a2a001f1c1f
2020-05-08 10:17:51,625 WARNING Retrying (Retry(total=2, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f67ea1017b8>: Failed to establish a new connection: [Errno 111] Connection refused',)': /session/c097c75484e2717062e00a2a001f1c1f
2020-05-08 10:17:51,628 WARNING Retrying (Retry(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f67ea101550>: Failed to establish a new connection: [Errno 111] Connection refused',)': /session/c097c75484e2717062e00a2a001f1c1f
2020-05-08 10:17:51,628 WARNING Retrying (Retry(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f67ea101550>: Failed to establish a new connection: [Errno 111] Connection refused',)': /session/c097c75484e2717062e00a2a001f1c1f
2020-05-08 10:17:51,628 WARNING Retrying (Retry(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f67ea101550>: Failed to establish a new connection: [Errno 111] Connection refused',)': /session/c097c75484e2717062e00a2a001f1c1f
2020-05-08 10:17:51,628 WARNING Retrying (Retry(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f67ea101550>: Failed to establish a new connection: [Errno 111] Connection refused',)': /session/c097c75484e2717062e00a2a001f1c1f
2020-05-08 10:17:51,628 WARNING Retrying (Retry(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f67ea101550>: Failed to establish a new connection: [Errno 111] Connection refused',)': /session/c097c75484e2717062e00a2a001f1c1f
2020-05-08 10:17:51,628 WARNING Retrying (Retry(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f67ea101550>: Failed to establish a new connection: [Errno 111] Connection refused',)': /session/c097c75484e2717062e00a2a001f1c1f
2020-05-08 10:17:51,628 WARNING Retrying (Retry(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f67ea101550>: Failed to establish a new connection: [Errno 111] Connection refused',)': /session/c097c75484e2717062e00a2a001f1c1f
2020-05-08 10:17:51,628 WARNING Retrying (Retry(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f67ea101550>: Failed to establish a new connection: [Errno 111] Connection refused',)': /session/c097c75484e2717062e00a2a001f1c1f
2020-05-08 10:17:51,628 WARNING Retrying (Retry(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f67ea101550>: Failed to establish a new connection: [Errno 111] Connection refused',)': /session/c097c75484e2717062e00a2a001f1c1f
2020-05-08 10:17:51,628 WARNING Retrying (Retry(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f67ea101550>: Failed to establish a new connection: [Errno 111] Connection refused',)': /session/c097c75484e2717062e00a2a001f1c1f
2020-05-08 10:17:51,628 WARNING Retrying (Retry(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f67ea101550>: Failed to establish a new connection: [Errno 111] Connection refused',)': /session/c097c75484e2717062e00a2a001f1c1f
2020-05-08 10:17:51,628 WARNING Retrying (Retry(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f67ea101550>: Failed to establish a new connection: [Errno 111] Connection refused',)': /session/c097c75484e2717062e00a2a001f1c1f
2020-05-08 10:17:51,628 WARNING Retrying (Retry(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f67ea101550>: Failed to establish a new connection: [Errno 111] Connection refused',)': /session/c097c75484e2717062e00a2a001f1c1f
2020-05-08 10:17:51,628 WARNING Retrying (Retry(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f67ea101550>: Failed to establish a new connection: [Errno 111] Connection refused',)': /session/c097c75484e2717062e00a2a001f1c1f
2020-05-08 10:17:51,628 WARNING Retrying (Retry(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f67ea101550>: Failed to establish a new connection: [Errno 111] Connection refused',)': /session/c097c75484e2717062e00a2a001f1c1f
2020-05-08 10:17:51,628 WARNING Retrying (Retry(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f67ea101550>: Failed to establish a new connection: [Errno 111] Connection refused',)': /session/c097c75484e2717062e00a2a001f1c1f
2020-05-08 10:17:51,628 WARNING Retrying (Retry(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f67ea101550>: Failed to establish a new connection: [Errno 111] Connection refused',)': /session/c097c75484e2717062e00a2a001f1c1f
2020-05-08 10:17:51,628 WARNING Retrying (Retry(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f67ea101550>: Failed to establish a new connection: [Errno 111] Connection refused',)': /session/c097c75484e2717062e00a2a001f1c1f
2020-05-08 10:17:51,628 WARNING Retrying (Retry(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f67ea101550>: Failed to establish a new connection: [Errno 111] Connection refused',)': /session/c097c75484e2717062e00a2a001f1c1f
2020-05-08 10:17:51,628 WARNING Retrying (Retry(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f67ea101550>: Failed to establish a new connection: [Errno 111] Connection refused',)': /session/c097c75484e2717062e00a2a001f1c1f
2020-05-08 10:17:51,628 WARNING Retrying (Retry(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f67ea101550>: Failed to establish a new connection: [Errno 111] Connection refused',)': /session/c097c75484e2717062e00a2a001f1c1f
2020-05-08 10:17:51,628 WARNING Retrying (Retry(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f67ea101550>: Failed to establish a new connection: [Errno 111] Connection refused',)': /session/c097c75484e2717062e00a2a001f1c1f
2020-05-08 10:17:51,628 WARNING Retrying (Retry(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f67ea101550>: Failed to establish a new connection: [Errno 111] Connection refused',)': /session/c097c75484e2717062e00a2a001f1c1f
2020-05-08 10:17:51,628 WARNING Retrying (Retry(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f67ea101550>: Failed to establish a new connection: [Errno 111] Connection refused',)': /session/c097c75484e2717062e00a2a001f1c1f
2020-05-08 10:17:51,631 WARNING Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f67ea1016a0>: Failed to establish a new connection: [Errno 111] Connection refused',)': /session/c097c75484e2717062e00a2a001f1c1f
2020-05-08 10:17:51,631 WARNING Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f67ea1016a0>: Failed to establish a new connection: [Errno 111] Connection refused',)': /session/c097c75484e2717062e00a2a001f1c1f
2020-05-08 10:17:51,631 WARNING Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f67ea1016a0>: Failed to establish a new connection: [Errno 111] Connection refused',)': /session/c097c75484e2717062e00a2a001f1c1f
2020-05-08 10:17:51,631 WARNING Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f67ea1016a0>: Failed to establish a new connection: [Errno 111] Connection refused',)': /session/c097c75484e2717062e00a2a001f1c1f
2020-05-08 10:17:51,631 WARNING Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f67ea1016a0>: Failed to establish a new connection: [Errno 111] Connection refused',)': /session/c097c75484e2717062e00a2a001f1c1f
2020-05-08 10:17:51,631 WARNING Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f67ea1016a0>: Failed to establish a new connection: [Errno 111] Connection refused',)': /session/c097c75484e2717062e00a2a001f1c1f
2020-05-08 10:17:51,631 WARNING Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f67ea1016a0>: Failed to establish a new connection: [Errno 111] Connection refused',)': /session/c097c75484e2717062e00a2a001f1c1f
2020-05-08 10:17:51,631 WARNING Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f67ea1016a0>: Failed to establish a new connection: [Errno 111] Connection refused',)': /session/c097c75484e2717062e00a2a001f1c1f
2020-05-08 10:17:51,631 WARNING Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f67ea1016a0>: Failed to establish a new connection: [Errno 111] Connection refused',)': /session/c097c75484e2717062e00a2a001f1c1f
2020-05-08 10:17:51,631 WARNING Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f67ea1016a0>: Failed to establish a new connection: [Errno 111] Connection refused',)': /session/c097c75484e2717062e00a2a001f1c1f
2020-05-08 10:17:51,631 WARNING Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f67ea1016a0>: Failed to establish a new connection: [Errno 111] Connection refused',)': /session/c097c75484e2717062e00a2a001f1c1f
2020-05-08 10:17:51,631 WARNING Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f67ea1016a0>: Failed to establish a new connection: [Errno 111] Connection refused',)': /session/c097c75484e2717062e00a2a001f1c1f
2020-05-08 10:17:51,631 WARNING Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f67ea1016a0>: Failed to establish a new connection: [Errno 111] Connection refused',)': /session/c097c75484e2717062e00a2a001f1c1f
2020-05-08 10:17:51,631 WARNING Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f67ea1016a0>: Failed to establish a new connection: [Errno 111] Connection refused',)': /session/c097c75484e2717062e00a2a001f1c1f
2020-05-08 10:17:51,631 WARNING Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f67ea1016a0>: Failed to establish a new connection: [Errno 111] Connection refused',)': /session/c097c75484e2717062e00a2a001f1c1f
2020-05-08 10:17:51,631 WARNING Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f67ea1016a0>: Failed to establish a new connection: [Errno 111] Connection refused',)': /session/c097c75484e2717062e00a2a001f1c1f
2020-05-08 10:17:51,631 WARNING Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f67ea1016a0>: Failed to establish a new connection: [Errno 111] Connection refused',)': /session/c097c75484e2717062e00a2a001f1c1f
2020-05-08 10:17:51,631 WARNING Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f67ea1016a0>: Failed to establish a new connection: [Errno 111] Connection refused',)': /session/c097c75484e2717062e00a2a001f1c1f
2020-05-08 10:17:51,631 WARNING Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f67ea1016a0>: Failed to establish a new connection: [Errno 111] Connection refused',)': /session/c097c75484e2717062e00a2a001f1c1f
2020-05-08 10:17:51,631 WARNING Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f67ea1016a0>: Failed to establish a new connection: [Errno 111] Connection refused',)': /session/c097c75484e2717062e00a2a001f1c1f
2020-05-08 10:17:51,631 WARNING Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f67ea1016a0>: Failed to establish a new connection: [Errno 111] Connection refused',)': /session/c097c75484e2717062e00a2a001f1c1f
2020-05-08 10:17:51,631 WARNING Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f67ea1016a0>: Failed to establish a new connection: [Errno 111] Connection refused',)': /session/c097c75484e2717062e00a2a001f1c1f
2020-05-08 10:17:51,631 WARNING Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f67ea1016a0>: Failed to establish a new connection: [Errno 111] Connection refused',)': /session/c097c75484e2717062e00a2a001f1c1f
2020-05-08 10:17:51,631 WARNING Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f67ea1016a0>: Failed to establish a new connection: [Errno 111] Connection refused',)': /session/c097c75484e2717062e00a2a001f1c1f
cp: cannot stat 'onedata/one_env/sources_info.yaml': No such file or directory
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed

  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100  4419  100  4419    0     0  16543      0 --:--:-- --:--:-- --:--:-- 16550
Error from server (NotFound): pods "dev-oneprovider-krakow-0" not found
Error response from daemon: Cannot kill container: 0eb96588c614: Container 0eb96588c6143c5d7199430d011e2f3cd212282ece3f7e3000b51bf896e4c100 is not running
Error response from daemon: Cannot kill container: af74f718d602: Container af74f718d602e4dd923eacefc1d5a9cb2dd816345136f7bca69910953566f84f is not running
Error response from daemon: Cannot kill container: e9bd9a48aa09: Container e9bd9a48aa097256ea15184a624ce2a304ff552204d4ba774e076f24731419f0 is not running
Error response from daemon: Cannot kill container: 0da2b1a74e6b: Container 0da2b1a74e6bc971c3c1ee6d355df913bdbdeb246f2fb9bb87807b7617bae9e4 is not running
Error response from daemon: Cannot kill container: 2e99169ec529: Container 2e99169ec529a41db3af14b7f3112a25992c5cc7cc8a4c6c3fc87f338db6ee99 is not running
Error response from daemon: Cannot kill container: 860cbfdccb37: Container 860cbfdccb374419b0a72da3082321500de3533ba6f4008b0468b77028e144dc is not running
Error response from daemon: Cannot kill container: cc0342bdcc84: Container cc0342bdcc847c10571fc000ca48e8824c097294dab6163c769539c2ee69d02d is not running
Error response from daemon: Cannot kill container: df345ae0dfb8: Container df345ae0dfb843a0b294ade9649229f3b2bb7c4c6149cb8b0a57a5fe27df19bf is not running
Error response from daemon: Cannot kill container: 71c8da1f03a4: Container 71c8da1f03a420715e9853b4fcba3b88125ac7cc01098a69c98752bad6695630 is not running
Error response from daemon: Cannot kill container: e805907c5515: Container e805907c5515c0ea3c729060f3290fd12963edcbff4fe582210d89b218c4bed1 is not running
Error response from daemon: Cannot kill container: d411787f4b5d: Container d411787f4b5d5bb8bb48ee388c8c382e429dd9e3638497751737ea463227b7cc is not running
Error response from daemon: Cannot kill container: 0ca0649eaf84: Container 0ca0649eaf8434fcc172b5a8c22da786408b9de30a8ac9e6855b05f86feb03e2 is not running
Error response from daemon: Cannot kill container: 941b6f269574: Container 941b6f269574c937cd37da01579bbbcf644e0ec4546a690a298761bbf2550c29 is not running
Error response from daemon: Cannot kill container: 4d2972263530: Container 4d297226353090ee04b0b5c52313aae7e18ca37333e426350727594766eaf821 is not running
Error response from daemon: Cannot kill container: 3a5e533b0a82: Container 3a5e533b0a82846a8f09b03fa0eb8941b9e31328861f5a57f8082741706e7a42 is not running
Error response from daemon: Cannot kill container: 0bcfd3b667d8: Container 0bcfd3b667d8ad7ae22292c060603feb3ebb19790c5cbb9372399e9bf86302de is not running
Error response from daemon: Cannot kill container: 54b1ff9a41df: Container 54b1ff9a41dfbe491e269ac2137e728b184e4ba2997cde7f49cd417e06b9099b is not running