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

Build: #1156 failed

Job: Groups basic was successful

Job result summary

Completed
Duration
20 minutes
Revision
f2a46ffa91765f578ed5ccf2087561ad8d01b90b
Total tests
18
First to pass since
#1155 (Child of ODSRV-OPRPM-1736)

Tests

  • 18 tests in total
  • 10 tests were fixed
  • 18 minutes taken in total.
Fixed tests 10
Status Test Failing since Duration
Successful test_groups_basic test_group_is_not_joined_to_group_because_of_lack_in_privileges[1oz_1op_1oc-REST-web GUI]
Failing since build #1155 (Child of ODSRV-OPRPM-1736) 1 min
Successful test_groups_basic test_group_is_not_removed_because_of_lack_in_privileges[1oz_1op_1oc]
Failing since build #1155 (Child of ODSRV-OPRPM-1736) 51 secs
Successful test_groups_basic test_group_is_not_renamed_because_of_lack_in_privileges[1oz_1op_1oc-REST-web GUI]
Failing since build #1155 (Child of ODSRV-OPRPM-1736) 51 secs
Successful test_groups_basic test_user_creates_groups[1oz_1op_1oc-REST-web GUI]
Failing since build #1155 (Child of ODSRV-OPRPM-1736) 4 mins
Successful test_groups_basic test_user_joins_a_group_to_parent_group[1oz_1op_1oc-REST-web GUI]
Failing since build #1155 (Child of ODSRV-OPRPM-1736) 58 secs
Successful test_groups_basic test_user_joins_group[1oz_1op_1oc-REST-web GUI]
Failing since build #1155 (Child of ODSRV-OPRPM-1736) 58 secs
Successful test_groups_basic test_user_leaves_group[1oz_1op_1oc-REST-web GUI]
Failing since build #1155 (Child of ODSRV-OPRPM-1736) 23 secs
Successful test_groups_basic test_user_removes_group[1oz_1op_1oc]
Failing since build #1155 (Child of ODSRV-OPRPM-1736) 24 secs
Successful test_groups_basic test_user_removes_group_from_parent_group[1oz_1op_1oc-REST-web GUI]
Failing since build #1155 (Child of ODSRV-OPRPM-1736) 52 secs
Successful test_groups_basic test_user_renames_group[1oz_1op_1oc-REST-web GUI]
Failing since build #1155 (Child of ODSRV-OPRPM-1736) 26 secs

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
100  4419  100  4419    0     0  12696      0 --:--:-- --:--:-- --:--:-- 12734
Error response from daemon: Cannot kill container: af5a3ca26415: Container af5a3ca264159bb32ba7cb4ed8fa39bbed697450acc23a012968f44cb076be0d is not running
tput: unknown terminal "unknown"
Cloning into 'bamboos'...
Cloning into 'cdmi_swagger'...
Cloning into 'one_env'...
Cloning into 'onepanel_swagger'...
Cloning into 'bamboos'...
Cloning into 'oneprovider_swagger'...
Cloning into 'bamboos'...
Cloning into 'onezone_swagger'...
Cloning into 'bamboos'...
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 104, in <module>
    main()
  File "/usr/local/bin/onenv", line 98, in main
    module.main()
  File "/usr/local/lib/one_env_engine/scripts/onenv_pull_artifacts.py", line 437, in main
    artifacts_dir_path)
  File "/usr/local/lib/one_env_engine/scripts/onenv_pull_artifacts.py", line 281, in s3_ensure_sources
    target_dir=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 144, 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 162, 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-11-06 16:16:34,683 WARNING Retrying (Retry(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f0c372b4e80>: Failed to establish a new connection: [Errno 111] Connection refused',)': /session/18c4646d57811853273441c1aa53c31c
2020-11-06 16:16:34,683 WARNING Retrying (Retry(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f0c372b4e80>: Failed to establish a new connection: [Errno 111] Connection refused',)': /session/18c4646d57811853273441c1aa53c31c
2020-11-06 16:16:34,683 WARNING Retrying (Retry(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f0c372b4e80>: Failed to establish a new connection: [Errno 111] Connection refused',)': /session/18c4646d57811853273441c1aa53c31c
2020-11-06 16:16:34,683 WARNING Retrying (Retry(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f0c372b4e80>: Failed to establish a new connection: [Errno 111] Connection refused',)': /session/18c4646d57811853273441c1aa53c31c
2020-11-06 16:16:34,683 WARNING Retrying (Retry(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f0c372b4e80>: Failed to establish a new connection: [Errno 111] Connection refused',)': /session/18c4646d57811853273441c1aa53c31c
2020-11-06 16:16:34,683 WARNING Retrying (Retry(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f0c372b4e80>: Failed to establish a new connection: [Errno 111] Connection refused',)': /session/18c4646d57811853273441c1aa53c31c
2020-11-06 16:16:34,683 WARNING Retrying (Retry(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f0c372b4e80>: Failed to establish a new connection: [Errno 111] Connection refused',)': /session/18c4646d57811853273441c1aa53c31c
2020-11-06 16:16:34,683 WARNING Retrying (Retry(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f0c372b4e80>: Failed to establish a new connection: [Errno 111] Connection refused',)': /session/18c4646d57811853273441c1aa53c31c
2020-11-06 16:16:34,683 WARNING Retrying (Retry(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f0c372b4e80>: Failed to establish a new connection: [Errno 111] Connection refused',)': /session/18c4646d57811853273441c1aa53c31c
2020-11-06 16:16:34,683 WARNING Retrying (Retry(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f0c372b4e80>: Failed to establish a new connection: [Errno 111] Connection refused',)': /session/18c4646d57811853273441c1aa53c31c
2020-11-06 16:16:34,683 WARNING Retrying (Retry(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f0c372b4e80>: Failed to establish a new connection: [Errno 111] Connection refused',)': /session/18c4646d57811853273441c1aa53c31c
2020-11-06 16:16:34,683 WARNING Retrying (Retry(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f0c372b4e80>: Failed to establish a new connection: [Errno 111] Connection refused',)': /session/18c4646d57811853273441c1aa53c31c
2020-11-06 16:16:34,683 WARNING Retrying (Retry(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f0c372b4e80>: Failed to establish a new connection: [Errno 111] Connection refused',)': /session/18c4646d57811853273441c1aa53c31c
2020-11-06 16:16:34,683 WARNING Retrying (Retry(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f0c372b4e80>: Failed to establish a new connection: [Errno 111] Connection refused',)': /session/18c4646d57811853273441c1aa53c31c
2020-11-06 16:16:34,683 WARNING Retrying (Retry(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f0c372b4e80>: Failed to establish a new connection: [Errno 111] Connection refused',)': /session/18c4646d57811853273441c1aa53c31c
2020-11-06 16:16:34,683 WARNING Retrying (Retry(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f0c372b4e80>: Failed to establish a new connection: [Errno 111] Connection refused',)': /session/18c4646d57811853273441c1aa53c31c
2020-11-06 16:16:34,683 WARNING Retrying (Retry(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f0c372b4e80>: Failed to establish a new connection: [Errno 111] Connection refused',)': /session/18c4646d57811853273441c1aa53c31c
2020-11-06 16:16:34,683 WARNING Retrying (Retry(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f0c372b4e80>: Failed to establish a new connection: [Errno 111] Connection refused',)': /session/18c4646d57811853273441c1aa53c31c
2020-11-06 16:16:34,683 WARNING Retrying (Retry(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f0c372b4e80>: Failed to establish a new connection: [Errno 111] Connection refused',)': /session/18c4646d57811853273441c1aa53c31c
2020-11-06 16:16:34,683 WARNING Retrying (Retry(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f0c372b4e80>: Failed to establish a new connection: [Errno 111] Connection refused',)': /session/18c4646d57811853273441c1aa53c31c
2020-11-06 16:16:34,683 WARNING Retrying (Retry(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f0c372b4e80>: Failed to establish a new connection: [Errno 111] Connection refused',)': /session/18c4646d57811853273441c1aa53c31c
2020-11-06 16:16:34,683 WARNING Retrying (Retry(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f0c372b4e80>: Failed to establish a new connection: [Errno 111] Connection refused',)': /session/18c4646d57811853273441c1aa53c31c
2020-11-06 16:16:34,683 WARNING Retrying (Retry(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f0c372b4e80>: Failed to establish a new connection: [Errno 111] Connection refused',)': /session/18c4646d57811853273441c1aa53c31c
2020-11-06 16:16:34,683 WARNING Retrying (Retry(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f0c372b4e80>: Failed to establish a new connection: [Errno 111] Connection refused',)': /session/18c4646d57811853273441c1aa53c31c
2020-11-06 16:16:34,683 WARNING Retrying (Retry(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f0c372b4e80>: Failed to establish a new connection: [Errno 111] Connection refused',)': /session/18c4646d57811853273441c1aa53c31c
2020-11-06 16:16:34,683 WARNING Retrying (Retry(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f0c372b4e80>: Failed to establish a new connection: [Errno 111] Connection refused',)': /session/18c4646d57811853273441c1aa53c31c
2020-11-06 16:16:34,683 WARNING Retrying (Retry(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f0c372b4e80>: Failed to establish a new connection: [Errno 111] Connection refused',)': /session/18c4646d57811853273441c1aa53c31c
2020-11-06 16:16:34,683 WARNING Retrying (Retry(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f0c372b4e80>: Failed to establish a new connection: [Errno 111] Connection refused',)': /session/18c4646d57811853273441c1aa53c31c
2020-11-06 16:16:34,683 WARNING Retrying (Retry(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f0c372b4e80>: Failed to establish a new connection: [Errno 111] Connection refused',)': /session/18c4646d57811853273441c1aa53c31c
2020-11-06 16:16:34,683 WARNING Retrying (Retry(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f0c372b4e80>: Failed to establish a new connection: [Errno 111] Connection refused',)': /session/18c4646d57811853273441c1aa53c31c
2020-11-06 16:16:34,683 WARNING Retrying (Retry(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f0c372b4e80>: Failed to establish a new connection: [Errno 111] Connection refused',)': /session/18c4646d57811853273441c1aa53c31c
2020-11-06 16:16:34,683 WARNING Retrying (Retry(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f0c372b4e80>: Failed to establish a new connection: [Errno 111] Connection refused',)': /session/18c4646d57811853273441c1aa53c31c
2020-11-06 16:16:34,704 WARNING Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f0c372bf630>: Failed to establish a new connection: [Errno 111] Connection refused',)': /session/18c4646d57811853273441c1aa53c31c
2020-11-06 16:16:34,704 WARNING Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f0c372bf630>: Failed to establish a new connection: [Errno 111] Connection refused',)': /session/18c4646d57811853273441c1aa53c31c
2020-11-06 16:16:34,704 WARNING Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f0c372bf630>: Failed to establish a new connection: [Errno 111] Connection refused',)': /session/18c4646d57811853273441c1aa53c31c
2020-11-06 16:16:34,704 WARNING Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f0c372bf630>: Failed to establish a new connection: [Errno 111] Connection refused',)': /session/18c4646d57811853273441c1aa53c31c
2020-11-06 16:16:34,704 WARNING Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f0c372bf630>: Failed to establish a new connection: [Errno 111] Connection refused',)': /session/18c4646d57811853273441c1aa53c31c
2020-11-06 16:16:34,704 WARNING Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f0c372bf630>: Failed to establish a new connection: [Errno 111] Connection refused',)': /session/18c4646d57811853273441c1aa53c31c
2020-11-06 16:16:34,704 WARNING Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f0c372bf630>: Failed to establish a new connection: [Errno 111] Connection refused',)': /session/18c4646d57811853273441c1aa53c31c
2020-11-06 16:16:34,704 WARNING Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f0c372bf630>: Failed to establish a new connection: [Errno 111] Connection refused',)': /session/18c4646d57811853273441c1aa53c31c
2020-11-06 16:16:34,704 WARNING Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f0c372bf630>: Failed to establish a new connection: [Errno 111] Connection refused',)': /session/18c4646d57811853273441c1aa53c31c
2020-11-06 16:16:34,704 WARNING Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f0c372bf630>: Failed to establish a new connection: [Errno 111] Connection refused',)': /session/18c4646d57811853273441c1aa53c31c
2020-11-06 16:16:34,704 WARNING Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f0c372bf630>: Failed to establish a new connection: [Errno 111] Connection refused',)': /session/18c4646d57811853273441c1aa53c31c
2020-11-06 16:16:34,704 WARNING Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f0c372bf630>: Failed to establish a new connection: [Errno 111] Connection refused',)': /session/18c4646d57811853273441c1aa53c31c
2020-11-06 16:16:34,704 WARNING Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f0c372bf630>: Failed to establish a new connection: [Errno 111] Connection refused',)': /session/18c4646d57811853273441c1aa53c31c
2020-11-06 16:16:34,704 WARNING Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f0c372bf630>: Failed to establish a new connection: [Errno 111] Connection refused',)': /session/18c4646d57811853273441c1aa53c31c
2020-11-06 16:16:34,704 WARNING Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f0c372bf630>: Failed to establish a new connection: [Errno 111] Connection refused',)': /session/18c4646d57811853273441c1aa53c31c
2020-11-06 16:16:34,704 WARNING Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f0c372bf630>: Failed to establish a new connection: [Errno 111] Connection refused',)': /session/18c4646d57811853273441c1aa53c31c
2020-11-06 16:16:34,704 WARNING Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f0c372bf630>: Failed to establish a new connection: [Errno 111] Connection refused',)': /session/18c4646d57811853273441c1aa53c31c
2020-11-06 16:16:34,704 WARNING Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f0c372bf630>: Failed to establish a new connection: [Errno 111] Connection refused',)': /session/18c4646d57811853273441c1aa53c31c
2020-11-06 16:16:34,704 WARNING Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f0c372bf630>: Failed to establish a new connection: [Errno 111] Connection refused',)': /session/18c4646d57811853273441c1aa53c31c
2020-11-06 16:16:34,704 WARNING Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f0c372bf630>: Failed to establish a new connection: [Errno 111] Connection refused',)': /session/18c4646d57811853273441c1aa53c31c
2020-11-06 16:16:34,704 WARNING Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f0c372bf630>: Failed to establish a new connection: [Errno 111] Connection refused',)': /session/18c4646d57811853273441c1aa53c31c
2020-11-06 16:16:34,704 WARNING Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f0c372bf630>: Failed to establish a new connection: [Errno 111] Connection refused',)': /session/18c4646d57811853273441c1aa53c31c
2020-11-06 16:16:34,704 WARNING Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f0c372bf630>: Failed to establish a new connection: [Errno 111] Connection refused',)': /session/18c4646d57811853273441c1aa53c31c
2020-11-06 16:16:34,704 WARNING Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f0c372bf630>: Failed to establish a new connection: [Errno 111] Connection refused',)': /session/18c4646d57811853273441c1aa53c31c
2020-11-06 16:16:34,704 WARNING Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f0c372bf630>: Failed to establish a new connection: [Errno 111] Connection refused',)': /session/18c4646d57811853273441c1aa53c31c
2020-11-06 16:16:34,704 WARNING Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f0c372bf630>: Failed to establish a new connection: [Errno 111] Connection refused',)': /session/18c4646d57811853273441c1aa53c31c
2020-11-06 16:16:34,704 WARNING Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f0c372bf630>: Failed to establish a new connection: [Errno 111] Connection refused',)': /session/18c4646d57811853273441c1aa53c31c
2020-11-06 16:16:34,704 WARNING Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f0c372bf630>: Failed to establish a new connection: [Errno 111] Connection refused',)': /session/18c4646d57811853273441c1aa53c31c
2020-11-06 16:16:34,704 WARNING Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f0c372bf630>: Failed to establish a new connection: [Errno 111] Connection refused',)': /session/18c4646d57811853273441c1aa53c31c
2020-11-06 16:16:34,704 WARNING Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f0c372bf630>: Failed to establish a new connection: [Errno 111] Connection refused',)': /session/18c4646d57811853273441c1aa53c31c
2020-11-06 16:16:34,704 WARNING Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f0c372bf630>: Failed to establish a new connection: [Errno 111] Connection refused',)': /session/18c4646d57811853273441c1aa53c31c
2020-11-06 16:16:34,704 WARNING Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f0c372bf630>: Failed to establish a new connection: [Errno 111] Connection refused',)': /session/18c4646d57811853273441c1aa53c31c
2020-11-06 16:16:34,704 WARNING Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f0c372bf630>: Failed to establish a new connection: [Errno 111] Connection refused',)': /session/18c4646d57811853273441c1aa53c31c
2020-11-06 16:16:34,704 WARNING Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f0c372bf630>: Failed to establish a new connection: [Errno 111] Connection refused',)': /session/18c4646d57811853273441c1aa53c31c
2020-11-06 16:16:34,704 WARNING Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f0c372bf630>: Failed to establish a new connection: [Errno 111] Connection refused',)': /session/18c4646d57811853273441c1aa53c31c
2020-11-06 16:16:34,704 WARNING Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f0c372bf630>: Failed to establish a new connection: [Errno 111] Connection refused',)': /session/18c4646d57811853273441c1aa53c31c
2020-11-06 16:16:34,704 WARNING Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f0c372bf630>: Failed to establish a new connection: [Errno 111] Connection refused',)': /session/18c4646d57811853273441c1aa53c31c
2020-11-06 16:16:34,704 WARNING Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f0c372bf630>: Failed to establish a new connection: [Errno 111] Connection refused',)': /session/18c4646d57811853273441c1aa53c31c
2020-11-06 16:16:34,704 WARNING Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f0c372bf630>: Failed to establish a new connection: [Errno 111] Connection refused',)': /session/18c4646d57811853273441c1aa53c31c
2020-11-06 16:16:34,704 WARNING Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f0c372bf630>: Failed to establish a new connection: [Errno 111] Connection refused',)': /session/18c4646d57811853273441c1aa53c31c
2020-11-06 16:16:34,704 WARNING Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f0c372bf630>: Failed to establish a new connection: [Errno 111] Connection refused',)': /session/18c4646d57811853273441c1aa53c31c
2020-11-06 16:16:34,704 WARNING Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f0c372bf630>: Failed to establish a new connection: [Errno 111] Connection refused',)': /session/18c4646d57811853273441c1aa53c31c
2020-11-06 16:16:34,704 WARNING Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f0c372bf630>: Failed to establish a new connection: [Errno 111] Connection refused',)': /session/18c4646d57811853273441c1aa53c31c
2020-11-06 16:16:34,704 WARNING Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f0c372bf630>: Failed to establish a new connection: [Errno 111] Connection refused',)': /session/18c4646d57811853273441c1aa53c31c
2020-11-06 16:16:34,704 WARNING Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f0c372bf630>: Failed to establish a new connection: [Errno 111] Connection refused',)': /session/18c4646d57811853273441c1aa53c31c
2020-11-06 16:16:34,704 WARNING Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f0c372bf630>: Failed to establish a new connection: [Errno 111] Connection refused',)': /session/18c4646d57811853273441c1aa53c31c
2020-11-06 16:16:34,704 WARNING Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f0c372bf630>: Failed to establish a new connection: [Errno 111] Connection refused',)': /session/18c4646d57811853273441c1aa53c31c
2020-11-06 16:16:34,704 WARNING Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f0c372bf630>: Failed to establish a new connection: [Errno 111] Connection refused',)': /session/18c4646d57811853273441c1aa53c31c
2020-11-06 16:16:34,704 WARNING Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f0c372bf630>: Failed to establish a new connection: [Errno 111] Connection refused',)': /session/18c4646d57811853273441c1aa53c31c
2020-11-06 16:16:34,704 WARNING Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f0c372bf630>: Failed to establish a new connection: [Errno 111] Connection refused',)': /session/18c4646d57811853273441c1aa53c31c
2020-11-06 16:16:34,704 WARNING Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f0c372bf630>: Failed to establish a new connection: [Errno 111] Connection refused',)': /session/18c4646d57811853273441c1aa53c31c
2020-11-06 16:16:34,704 WARNING Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f0c372bf630>: Failed to establish a new connection: [Errno 111] Connection refused',)': /session/18c4646d57811853273441c1aa53c31c
2020-11-06 16:16:34,704 WARNING Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f0c372bf630>: Failed to establish a new connection: [Errno 111] Connection refused',)': /session/18c4646d57811853273441c1aa53c31c
2020-11-06 16:16:34,704 WARNING Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f0c372bf630>: Failed to establish a new connection: [Errno 111] Connection refused',)': /session/18c4646d57811853273441c1aa53c31c
2020-11-06 16:16:34,704 WARNING Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f0c372bf630>: Failed to establish a new connection: [Errno 111] Connection refused',)': /session/18c4646d57811853273441c1aa53c31c
2020-11-06 16:16:34,704 WARNING Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f0c372bf630>: Failed to establish a new connection: [Errno 111] Connection refused',)': /session/18c4646d57811853273441c1aa53c31c
2020-11-06 16:16:34,704 WARNING Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f0c372bf630>: Failed to establish a new connection: [Errno 111] Connection refused',)': /session/18c4646d57811853273441c1aa53c31c
2020-11-06 16:16:34,704 WARNING Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f0c372bf630>: Failed to establish a new connection: [Errno 111] Connection refused',)': /session/18c4646d57811853273441c1aa53c31c
2020-11-06 16:16:34,704 WARNING Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f0c372bf630>: Failed to establish a new connection: [Errno 111] Connection refused',)': /session/18c4646d57811853273441c1aa53c31c
2020-11-06 16:16:34,704 WARNING Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f0c372bf630>: Failed to establish a new connection: [Errno 111] Connection refused',)': /session/18c4646d57811853273441c1aa53c31c
2020-11-06 16:16:34,704 WARNING Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f0c372bf630>: Failed to establish a new connection: [Errno 111] Connection refused',)': /session/18c4646d57811853273441c1aa53c31c
2020-11-06 16:16:34,704 WARNING Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f0c372bf630>: Failed to establish a new connection: [Errno 111] Connection refused',)': /session/18c4646d57811853273441c1aa53c31c
2020-11-06 16:16:34,704 WARNING Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f0c372bf630>: Failed to establish a new connection: [Errno 111] Connection refused',)': /session/18c4646d57811853273441c1aa53c31c
2020-11-06 16:16:34,704 WARNING Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f0c372bf630>: Failed to establish a new connection: [Errno 111] Connection refused',)': /session/18c4646d57811853273441c1aa53c31c
2020-11-06 16:16:34,704 WARNING Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f0c372bf630>: Failed to establish a new connection: [Errno 111] Connection refused',)': /session/18c4646d57811853273441c1aa53c31c
2020-11-06 16:16:34,704 WARNING Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f0c372bf630>: Failed to establish a new connection: [Errno 111] Connection refused',)': /session/18c4646d57811853273441c1aa53c31c
2020-11-06 16:16:34,704 WARNING Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f0c372bf630>: Failed to establish a new connection: [Errno 111] Connection refused',)': /session/18c4646d57811853273441c1aa53c31c
2020-11-06 16:16:34,704 WARNING Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f0c372bf630>: Failed to establish a new connection: [Errno 111] Connection refused',)': /session/18c4646d57811853273441c1aa53c31c
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  14022      0 --:--:-- --:--:-- --:--:-- 14028
Unable to find image 'alpine:latest' locally
latest: Pulling from library/alpine
188c0c94c7c5: Pulling fs layer
188c0c94c7c5: Pull complete
Digest: sha256:c0e9560cda118f9ec63ddefb4a173a2b2a0347082d7dff7dc14272e7841a5b5a
Status: Downloaded newer image for alpine:latest
Error response from daemon: Cannot kill container: bd2a699f0bc4: Container bd2a699f0bc4a07b44e1b455283f7d9458be14344223bf4ba0b1e51396c17740 is not running
Error response from daemon: Cannot kill container: 3c553886ace4: Container 3c553886ace4f289d3943d63ab3621daf84d6ba718fda0bee1d239212baeb5f9 is not running
Error response from daemon: Cannot kill container: 274d8ecde741: Container 274d8ecde7413f790315ab4d090420a5d6df9434e1866ac65c3f887a1a44448f is not running
Error response from daemon: Cannot kill container: d3b5053098b6: Container d3b5053098b6644615255ddb3dee8137b77cd72c77c2728eb7b66e6f0c09e44a is not running
Error response from daemon: Cannot kill container: 0705c4b30b5f: Container 0705c4b30b5fd3ee5f692970c2a9c3fd34ddff7408b3aee422cb3d3db296d06d is not running
Error response from daemon: Cannot kill container: 3b422e989924: Container 3b422e9899246f58a1b8135a23afd1b8117a74c0997f8c0b3cc5dbd441b8771d is not running
Error response from daemon: Cannot kill container: e03fb82112dd: Container e03fb82112dd05afad88adf6b31c8790dca5921036bee5f30ff07d5d4a203004 is not running
Unable to find image 'ubuntu:14.10' locally
14.10: Pulling from library/ubuntu
b0efe5c05b4c: Pulling fs layer
0a1f1b169319: Pulling fs layer
1ceb0a3c7c48: Pulling fs layer
a3ed95caeb02: Pulling fs layer
a3ed95caeb02: Waiting
1ceb0a3c7c48: Verifying Checksum
1ceb0a3c7c48: Download complete
0a1f1b169319: Verifying Checksum
0a1f1b169319: Download complete
a3ed95caeb02: Verifying Checksum
a3ed95caeb02: Download complete
b0efe5c05b4c: Verifying Checksum
b0efe5c05b4c: Download complete
b0efe5c05b4c: Pull complete
0a1f1b169319: Pull complete
1ceb0a3c7c48: Pull complete
a3ed95caeb02: Pull complete
Digest: sha256:6341c688b4b0b82ec735389b3c97df8cf2831b8cb8bd1856779130a86574ac5c
Status: Downloaded newer image for ubuntu:14.10