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

Build: #1094 failed

Job: Onepanel failed

Job result summary

Completed
Duration
38 minutes
Revision
881d674be8e4c8f1662edaf612e27d10bf1cf1a0
Total tests
16
Failing since
#1092 (Changes by Bamboo Agent <bamboo@cloud.plgrid.pl>)
Fixed in
#1129 (Changes by Agnieszka Warchol)

Tests

  • 16 tests in total
  • 13 tests failed
  • 5 failures are new
  • 29 minutes taken in total.
New test failures 5
Status Test Duration
Collapse Failed test_onepanel_basic test_files_tree_with_specified_depth_is_imported_to_space_after_changing_update_depth_and_enable_delete_option[1oz_1op_1oc-REST-web GUI]
1 min
RuntimeError: no  item found in SpaceSupportAddForm in SpacesContentPage in content in dev-oneprovider-krakow Oneprovider Panel 20.02.1
web_elem_root = <selenium.webdriver.remote.webelement.WebElement (session="2b0619a71585cc9093d0e6ad87b33470", element="d4c65d9c-f08a-471c-9bbf-b0edbf47edca")>
css_sel = '.toggle-field-main-importEnabled'
err_msg = 'no  item found in SpaceSupportAddForm in SpacesContentPage in content in dev-oneprovider-krakow\nOneprovider Panel 20.02.1'

    def find_web_elem(web_elem_root, css_sel, err_msg):
        try:
            _scroll_to_css_sel(web_elem_root, css_sel)
(319 more lines...)
Collapse Failed test_onepanel_basic test_files_tree_with_specified_depth_is_imported_to_space_after_changing_update_depth_and_enable_write_once_option[1oz_1op_1oc-REST-web GUI]
1 min
RuntimeError: no  item found in SpaceSupportAddForm in SpacesContentPage in content in dev-oneprovider-krakow Oneprovider Panel 20.02.1
web_elem_root = <selenium.webdriver.remote.webelement.WebElement (session="15df26b5f29b9a4d50b4ad725fc64f2e", element="3d30b538-0e5c-4970-bf0e-08af49b9a468")>
css_sel = '.toggle-field-main-importEnabled'
err_msg = 'no  item found in SpaceSupportAddForm in SpacesContentPage in content in dev-oneprovider-krakow\nOneprovider Panel 20.02.1'

    def find_web_elem(web_elem_root, css_sel, err_msg):
        try:
            _scroll_to_css_sel(web_elem_root, css_sel)
(319 more lines...)
Collapse Failed test_onepanel_basic test_files_tree_with_specified_depth_is_imported_to_space_after_changing_update_depth_enable_delete_and_enable_write_once_option[1oz_1op_1oc-REST-web GUI]
1 min
RuntimeError: no  item found in SpaceSupportAddForm in SpacesContentPage in content in dev-oneprovider-krakow Oneprovider Panel 20.02.1
web_elem_root = <selenium.webdriver.remote.webelement.WebElement (session="d8cec2e0fb5c4a3d39e4f2233d3e3c25", element="c718b129-b75f-4010-927d-45155620a224")>
css_sel = '.toggle-field-main-importEnabled'
err_msg = 'no  item found in SpaceSupportAddForm in SpacesContentPage in content in dev-oneprovider-krakow\nOneprovider Panel 20.02.1'

    def find_web_elem(web_elem_root, css_sel, err_msg):
        try:
            _scroll_to_css_sel(web_elem_root, css_sel)
(319 more lines...)
Collapse Failed test_onepanel_basic test_files_tree_with_specified_depth_is_imported_to_space_after_changing_update_depth_option[1oz_1op_1oc-REST-web GUI]
1 min
RuntimeError: no  item found in SpaceSupportAddForm in SpacesContentPage in content in dev-oneprovider-krakow Oneprovider Panel 20.02.1
web_elem_root = <selenium.webdriver.remote.webelement.WebElement (session="7c95d361045527ca6084af9e0fa87a76", element="b5085eae-cb86-4fba-8722-8cb88e91cd68")>
css_sel = '.toggle-field-main-importEnabled'
err_msg = 'no  item found in SpaceSupportAddForm in SpacesContentPage in content in dev-oneprovider-krakow\nOneprovider Panel 20.02.1'

    def find_web_elem(web_elem_root, css_sel, err_msg):
        try:
            _scroll_to_css_sel(web_elem_root, css_sel)
(319 more lines...)
Collapse Failed test_onepanel_basic test_files_tree_with_specified_depth_is_imported_to_space_after_disabling_update[1oz_1op_1oc-REST-web GUI]
1 min
RuntimeError: no  item found in SpaceSupportAddForm in SpacesContentPage in content in dev-oneprovider-krakow Oneprovider Panel 20.02.1
web_elem_root = <selenium.webdriver.remote.webelement.WebElement (session="5141b147faee7ee5183da40b3b9930ff", element="9014c8ce-17f7-4f5c-9d3e-c8bbc21c9fb6")>
css_sel = '.toggle-field-main-importEnabled'
err_msg = 'no  item found in SpaceSupportAddForm in SpacesContentPage in content in dev-oneprovider-krakow\nOneprovider Panel 20.02.1'

    def find_web_elem(web_elem_root, css_sel, err_msg):
        try:
            _scroll_to_css_sel(web_elem_root, css_sel)
(319 more lines...)
Existing test failures 8
Status Test Failing since Duration
ImportError: cannot import name 'StorageUpdateDetails'
request = <FixtureRequest for <Function 'test_files_tree_with_specified_depth_is_imported_to_space_after_changing_update_depth_and_enable_delete_option[1oz_1op_1oc-web GUI-REST]'>>

    @pytest.mark.usefixtures(*function_args)
    def scenario_wrapper(request):
>       _execute_scenario(feature, scenario, request, encoding)

/usr/local/lib/python3.6/dist-packages/pytest_bdd/scenario.py:227: 
(35 more lines...)
ImportError: cannot import name 'StorageUpdateDetails'
request = <FixtureRequest for <Function 'test_files_tree_with_specified_depth_is_imported_to_space_after_changing_update_depth_and_enable_write_once_option[1oz_1op_1oc-web GUI-REST]'>>

    @pytest.mark.usefixtures(*function_args)
    def scenario_wrapper(request):
>       _execute_scenario(feature, scenario, request, encoding)

/usr/local/lib/python3.6/dist-packages/pytest_bdd/scenario.py:227: 
(35 more lines...)
ImportError: cannot import name 'StorageUpdateDetails'
request = <FixtureRequest for <Function 'test_files_tree_with_specified_depth_is_imported_to_space_after_changing_update_depth_enable_delete_and_enable_write_once_option[1oz_1op_1oc-web GUI-REST]'>>

    @pytest.mark.usefixtures(*function_args)
    def scenario_wrapper(request):
>       _execute_scenario(feature, scenario, request, encoding)

/usr/local/lib/python3.6/dist-packages/pytest_bdd/scenario.py:227: 
(35 more lines...)
ImportError: cannot import name 'StorageUpdateDetails'
request = <FixtureRequest for <Function 'test_files_tree_with_specified_depth_is_imported_to_space_after_changing_update_depth_option[1oz_1op_1oc-web GUI-REST]'>>

    @pytest.mark.usefixtures(*function_args)
    def scenario_wrapper(request):
>       _execute_scenario(feature, scenario, request, encoding)

/usr/local/lib/python3.6/dist-packages/pytest_bdd/scenario.py:227: 
(35 more lines...)
ImportError: cannot import name 'StorageUpdateDetails'
request = <FixtureRequest for <Function 'test_files_tree_with_specified_depth_is_imported_to_space_after_disabling_update[1oz_1op_1oc-web GUI-REST]'>>

    @pytest.mark.usefixtures(*function_args)
    def scenario_wrapper(request):
>       _execute_scenario(feature, scenario, request, encoding)

/usr/local/lib/python3.6/dist-packages/pytest_bdd/scenario.py:227: 
(35 more lines...)
ImportError: cannot import name 'StorageUpdateDetails'
request = <FixtureRequest for <Function 'test_revoke_space_support[1oz_1op_1oc-REST-web GUI-REST]'>>

    @pytest.mark.usefixtures(*function_args)
    def scenario_wrapper(request):
>       _execute_scenario(feature, scenario, request, encoding)

/usr/local/lib/python3.6/dist-packages/pytest_bdd/scenario.py:227: 
(35 more lines...)
ImportError: cannot import name 'StorageUpdateDetails'
request = <FixtureRequest for <Function 'test_revoke_space_support[1oz_1op_1oc-web GUI-REST-REST]'>>

    @pytest.mark.usefixtures(*function_args)
    def scenario_wrapper(request):
>       _execute_scenario(feature, scenario, request, encoding)

/usr/local/lib/python3.6/dist-packages/pytest_bdd/scenario.py:227: 
(33 more lines...)
ImportError: cannot import name 'StorageUpdateDetails'
request = <FixtureRequest for <Function 'test_support_space[1oz_1op_1oc-REST-web GUI-REST]'>>

    @pytest.mark.usefixtures(*function_args)
    def scenario_wrapper(request):
>       _execute_scenario(feature, scenario, request, encoding)

/usr/local/lib/python3.6/dist-packages/pytest_bdd/scenario.py:227: 
(35 more lines...)

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  15503      0 --:--:-- --:--:-- --:--:-- 15559
Error response from daemon: Cannot kill container: e83e09e706d5: Container e83e09e706d5a8a3f5aa37d471958068803aeb09c4e2047599f66fe13c892ebf 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
fab33748240d: Verifying Checksum
fab33748240d: Download complete
41631a91550b: Verifying Checksum
41631a91550b: Download complete
2cf014724202: Pull complete
4bc402a00dfe: Pull complete
42e8617f0e99: Pull complete
6101f59c0192: Verifying Checksum
6101f59c0192: Download complete
65fd0f54cd10: Pull complete
d00d787b8b47: Pull complete
929c0f2dd547: Verifying Checksum
929c0f2dd547: Download complete
4f7819d2469d: Pull complete
6101f59c0192: Pull complete
c51589b64288: Pull complete
adc581da074d: Pull complete
1edf98ea4248: Pull complete
0052a0bfc7d4: Pull complete
c99deac4c9c8: Pull complete
929c0f2dd547: Pull complete
fab33748240d: Pull complete
41631a91550b: Pull complete
Digest: sha256:0de956a5df13693367da0d8c0d47c03bf32f8659c203a0ce057d9a5e5a680d27
Status: Downloaded newer image for docker.onedata.org/swagger-codegen:2.2.2-1b1767e
Unable to find image 'docker.onedata.org/swagger-codegen-official:ID-507bde287c' locally
ID-507bde287c: Pulling from swagger-codegen-official
21ccaf2415f2: Pulling fs layer
94055710d4b3: Pulling fs layer
2759cb70c9a7: Pulling fs layer
c66ae20f6a02: Pulling fs layer
fdd9c60aff1e: Pulling fs layer
6a4379a75cf2: Pulling fs layer
0689acf3295b: Pulling fs layer
600d774fa9ba: Pulling fs layer
c0124207460e: Pulling fs layer
c9d190bc8802: Pulling fs layer
18ae334f036f: Pulling fs layer
84453ebd093f: Pulling fs layer
ae292bd467c0: Pulling fs layer
18f93dab9c17: Pulling fs layer
699d7a2562b1: Pulling fs layer
c0124207460e: Waiting
c9d190bc8802: Waiting
18ae334f036f: Waiting
84453ebd093f: Waiting
ae292bd467c0: Waiting
18f93dab9c17: Waiting
699d7a2562b1: Waiting
c66ae20f6a02: Waiting
fdd9c60aff1e: Waiting
6a4379a75cf2: Waiting
600d774fa9ba: Waiting
0689acf3295b: Waiting
94055710d4b3: Verifying Checksum
94055710d4b3: Download complete
c66ae20f6a02: Verifying Checksum
c66ae20f6a02: Download complete
fdd9c60aff1e: Download complete
6a4379a75cf2: Verifying Checksum
6a4379a75cf2: Download complete
21ccaf2415f2: Verifying Checksum
21ccaf2415f2: Download complete
600d774fa9ba: Verifying Checksum
600d774fa9ba: Download complete
2759cb70c9a7: Verifying Checksum
2759cb70c9a7: Download complete
c0124207460e: Verifying Checksum
c0124207460e: Download complete
18ae334f036f: Download complete
21ccaf2415f2: Pull complete
84453ebd093f: Verifying Checksum
84453ebd093f: Download complete
94055710d4b3: Pull complete
c9d190bc8802: Verifying Checksum
c9d190bc8802: Download complete
18f93dab9c17: Verifying Checksum
18f93dab9c17: Download complete
699d7a2562b1: Verifying Checksum
699d7a2562b1: Download complete
2759cb70c9a7: Pull complete
c66ae20f6a02: Pull complete
fdd9c60aff1e: Pull complete
6a4379a75cf2: Pull complete
0689acf3295b: Verifying Checksum
0689acf3295b: Download complete
0689acf3295b: Pull complete
ae292bd467c0: Verifying Checksum
ae292bd467c0: Download complete
600d774fa9ba: Pull complete
c0124207460e: Pull complete
c9d190bc8802: Pull complete
18ae334f036f: Pull complete
84453ebd093f: Pull complete
ae292bd467c0: Pull complete
18f93dab9c17: Pull complete
699d7a2562b1: Pull complete
Digest: sha256:2070162f6ce8028e3a01294e345a00d1910f3a35f8ad59d63f86ccbbae5c94f6
Status: Downloaded newer image for docker.onedata.org/swagger-codegen-official:ID-507bde287c
/bin/sh: 2: [[: not found
2020-09-26 09:34:50,047 WARNING Retrying (Retry(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7fa6283dee48>: Failed to establish a new connection: [Errno 111] Connection refused',)': /session/edd2a2ccf8308ea58919eb91ae5924a3
2020-09-26 09:34:50,047 WARNING Retrying (Retry(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7fa6283dee48>: Failed to establish a new connection: [Errno 111] Connection refused',)': /session/edd2a2ccf8308ea58919eb91ae5924a3
2020-09-26 09:34:50,047 WARNING Retrying (Retry(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7fa6283dee48>: Failed to establish a new connection: [Errno 111] Connection refused',)': /session/edd2a2ccf8308ea58919eb91ae5924a3
2020-09-26 09:34:50,047 WARNING Retrying (Retry(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7fa6283dee48>: Failed to establish a new connection: [Errno 111] Connection refused',)': /session/edd2a2ccf8308ea58919eb91ae5924a3
2020-09-26 09:34:50,047 WARNING Retrying (Retry(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7fa6283dee48>: Failed to establish a new connection: [Errno 111] Connection refused',)': /session/edd2a2ccf8308ea58919eb91ae5924a3
2020-09-26 09:34:50,047 WARNING Retrying (Retry(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7fa6283dee48>: Failed to establish a new connection: [Errno 111] Connection refused',)': /session/edd2a2ccf8308ea58919eb91ae5924a3
2020-09-26 09:34:50,047 WARNING Retrying (Retry(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7fa6283dee48>: Failed to establish a new connection: [Errno 111] Connection refused',)': /session/edd2a2ccf8308ea58919eb91ae5924a3
2020-09-26 09:34:50,047 WARNING Retrying (Retry(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7fa6283dee48>: Failed to establish a new connection: [Errno 111] Connection refused',)': /session/edd2a2ccf8308ea58919eb91ae5924a3
2020-09-26 09:34:50,047 WARNING Retrying (Retry(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7fa6283dee48>: Failed to establish a new connection: [Errno 111] Connection refused',)': /session/edd2a2ccf8308ea58919eb91ae5924a3
2020-09-26 09:34:50,047 WARNING Retrying (Retry(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7fa6283dee48>: Failed to establish a new connection: [Errno 111] Connection refused',)': /session/edd2a2ccf8308ea58919eb91ae5924a3
2020-09-26 09:34:50,047 WARNING Retrying (Retry(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7fa6283dee48>: Failed to establish a new connection: [Errno 111] Connection refused',)': /session/edd2a2ccf8308ea58919eb91ae5924a3
2020-09-26 09:34:50,047 WARNING Retrying (Retry(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7fa6283dee48>: Failed to establish a new connection: [Errno 111] Connection refused',)': /session/edd2a2ccf8308ea58919eb91ae5924a3
2020-09-26 09:34:50,047 WARNING Retrying (Retry(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7fa6283dee48>: Failed to establish a new connection: [Errno 111] Connection refused',)': /session/edd2a2ccf8308ea58919eb91ae5924a3
2020-09-26 09:34:50,047 WARNING Retrying (Retry(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7fa6283dee48>: Failed to establish a new connection: [Errno 111] Connection refused',)': /session/edd2a2ccf8308ea58919eb91ae5924a3
2020-09-26 09:34:50,047 WARNING Retrying (Retry(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7fa6283dee48>: Failed to establish a new connection: [Errno 111] Connection refused',)': /session/edd2a2ccf8308ea58919eb91ae5924a3
2020-09-26 09:34:50,047 WARNING Retrying (Retry(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7fa6283dee48>: Failed to establish a new connection: [Errno 111] Connection refused',)': /session/edd2a2ccf8308ea58919eb91ae5924a3
2020-09-26 09:34:50,047 WARNING Retrying (Retry(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7fa6283dee48>: Failed to establish a new connection: [Errno 111] Connection refused',)': /session/edd2a2ccf8308ea58919eb91ae5924a3
2020-09-26 09:34:50,047 WARNING Retrying (Retry(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7fa6283dee48>: Failed to establish a new connection: [Errno 111] Connection refused',)': /session/edd2a2ccf8308ea58919eb91ae5924a3
2020-09-26 09:34:50,047 WARNING Retrying (Retry(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7fa6283dee48>: Failed to establish a new connection: [Errno 111] Connection refused',)': /session/edd2a2ccf8308ea58919eb91ae5924a3
2020-09-26 09:34:50,055 WARNING Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7fa6283decf8>: Failed to establish a new connection: [Errno 111] Connection refused',)': /session/edd2a2ccf8308ea58919eb91ae5924a3
2020-09-26 09:34:50,055 WARNING Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7fa6283decf8>: Failed to establish a new connection: [Errno 111] Connection refused',)': /session/edd2a2ccf8308ea58919eb91ae5924a3
2020-09-26 09:34:50,055 WARNING Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7fa6283decf8>: Failed to establish a new connection: [Errno 111] Connection refused',)': /session/edd2a2ccf8308ea58919eb91ae5924a3
2020-09-26 09:34:50,055 WARNING Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7fa6283decf8>: Failed to establish a new connection: [Errno 111] Connection refused',)': /session/edd2a2ccf8308ea58919eb91ae5924a3
2020-09-26 09:34:50,055 WARNING Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7fa6283decf8>: Failed to establish a new connection: [Errno 111] Connection refused',)': /session/edd2a2ccf8308ea58919eb91ae5924a3
2020-09-26 09:34:50,055 WARNING Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7fa6283decf8>: Failed to establish a new connection: [Errno 111] Connection refused',)': /session/edd2a2ccf8308ea58919eb91ae5924a3
2020-09-26 09:34:50,055 WARNING Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7fa6283decf8>: Failed to establish a new connection: [Errno 111] Connection refused',)': /session/edd2a2ccf8308ea58919eb91ae5924a3
2020-09-26 09:34:50,055 WARNING Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7fa6283decf8>: Failed to establish a new connection: [Errno 111] Connection refused',)': /session/edd2a2ccf8308ea58919eb91ae5924a3
2020-09-26 09:34:50,055 WARNING Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7fa6283decf8>: Failed to establish a new connection: [Errno 111] Connection refused',)': /session/edd2a2ccf8308ea58919eb91ae5924a3
2020-09-26 09:34:50,055 WARNING Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7fa6283decf8>: Failed to establish a new connection: [Errno 111] Connection refused',)': /session/edd2a2ccf8308ea58919eb91ae5924a3
2020-09-26 09:34:50,055 WARNING Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7fa6283decf8>: Failed to establish a new connection: [Errno 111] Connection refused',)': /session/edd2a2ccf8308ea58919eb91ae5924a3
2020-09-26 09:34:50,055 WARNING Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7fa6283decf8>: Failed to establish a new connection: [Errno 111] Connection refused',)': /session/edd2a2ccf8308ea58919eb91ae5924a3
2020-09-26 09:34:50,055 WARNING Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7fa6283decf8>: Failed to establish a new connection: [Errno 111] Connection refused',)': /session/edd2a2ccf8308ea58919eb91ae5924a3
2020-09-26 09:34:50,055 WARNING Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7fa6283decf8>: Failed to establish a new connection: [Errno 111] Connection refused',)': /session/edd2a2ccf8308ea58919eb91ae5924a3
2020-09-26 09:34:50,055 WARNING Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7fa6283decf8>: Failed to establish a new connection: [Errno 111] Connection refused',)': /session/edd2a2ccf8308ea58919eb91ae5924a3
2020-09-26 09:34:50,055 WARNING Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7fa6283decf8>: Failed to establish a new connection: [Errno 111] Connection refused',)': /session/edd2a2ccf8308ea58919eb91ae5924a3
2020-09-26 09:34:50,055 WARNING Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7fa6283decf8>: Failed to establish a new connection: [Errno 111] Connection refused',)': /session/edd2a2ccf8308ea58919eb91ae5924a3
2020-09-26 09:34:50,055 WARNING Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7fa6283decf8>: Failed to establish a new connection: [Errno 111] Connection refused',)': /session/edd2a2ccf8308ea58919eb91ae5924a3
2020-09-26 09:34:50,055 WARNING Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7fa6283decf8>: Failed to establish a new connection: [Errno 111] Connection refused',)': /session/edd2a2ccf8308ea58919eb91ae5924a3
2020-09-26 09:34:50,055 WARNING Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7fa6283decf8>: Failed to establish a new connection: [Errno 111] Connection refused',)': /session/edd2a2ccf8308ea58919eb91ae5924a3
2020-09-26 09:34:50,055 WARNING Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7fa6283decf8>: Failed to establish a new connection: [Errno 111] Connection refused',)': /session/edd2a2ccf8308ea58919eb91ae5924a3
2020-09-26 09:34:50,055 WARNING Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7fa6283decf8>: Failed to establish a new connection: [Errno 111] Connection refused',)': /session/edd2a2ccf8308ea58919eb91ae5924a3
2020-09-26 09:34:50,055 WARNING Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7fa6283decf8>: Failed to establish a new connection: [Errno 111] Connection refused',)': /session/edd2a2ccf8308ea58919eb91ae5924a3
2020-09-26 09:34:50,055 WARNING Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7fa6283decf8>: Failed to establish a new connection: [Errno 111] Connection refused',)': /session/edd2a2ccf8308ea58919eb91ae5924a3
2020-09-26 09:34:50,055 WARNING Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7fa6283decf8>: Failed to establish a new connection: [Errno 111] Connection refused',)': /session/edd2a2ccf8308ea58919eb91ae5924a3
2020-09-26 09:34:50,055 WARNING Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7fa6283decf8>: Failed to establish a new connection: [Errno 111] Connection refused',)': /session/edd2a2ccf8308ea58919eb91ae5924a3
2020-09-26 09:34:50,055 WARNING Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7fa6283decf8>: Failed to establish a new connection: [Errno 111] Connection refused',)': /session/edd2a2ccf8308ea58919eb91ae5924a3
2020-09-26 09:34:50,055 WARNING Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7fa6283decf8>: Failed to establish a new connection: [Errno 111] Connection refused',)': /session/edd2a2ccf8308ea58919eb91ae5924a3
2020-09-26 09:34:50,055 WARNING Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7fa6283decf8>: Failed to establish a new connection: [Errno 111] Connection refused',)': /session/edd2a2ccf8308ea58919eb91ae5924a3
2020-09-26 09:34:50,055 WARNING Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7fa6283decf8>: Failed to establish a new connection: [Errno 111] Connection refused',)': /session/edd2a2ccf8308ea58919eb91ae5924a3
2020-09-26 09:34:50,055 WARNING Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7fa6283decf8>: Failed to establish a new connection: [Errno 111] Connection refused',)': /session/edd2a2ccf8308ea58919eb91ae5924a3
2020-09-26 09:34:50,055 WARNING Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7fa6283decf8>: Failed to establish a new connection: [Errno 111] Connection refused',)': /session/edd2a2ccf8308ea58919eb91ae5924a3
2020-09-26 09:34:50,055 WARNING Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7fa6283decf8>: Failed to establish a new connection: [Errno 111] Connection refused',)': /session/edd2a2ccf8308ea58919eb91ae5924a3
2020-09-26 09:34:50,055 WARNING Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7fa6283decf8>: Failed to establish a new connection: [Errno 111] Connection refused',)': /session/edd2a2ccf8308ea58919eb91ae5924a3
2020-09-26 09:34:50,055 WARNING Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7fa6283decf8>: Failed to establish a new connection: [Errno 111] Connection refused',)': /session/edd2a2ccf8308ea58919eb91ae5924a3
2020-09-26 09:34:50,055 WARNING Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7fa6283decf8>: Failed to establish a new connection: [Errno 111] Connection refused',)': /session/edd2a2ccf8308ea58919eb91ae5924a3
2020-09-26 09:34:50,055 WARNING Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7fa6283decf8>: Failed to establish a new connection: [Errno 111] Connection refused',)': /session/edd2a2ccf8308ea58919eb91ae5924a3
2020-09-26 09:34:50,055 WARNING Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7fa6283decf8>: Failed to establish a new connection: [Errno 111] Connection refused',)': /session/edd2a2ccf8308ea58919eb91ae5924a3
2020-09-26 09:34:50,055 WARNING Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7fa6283decf8>: Failed to establish a new connection: [Errno 111] Connection refused',)': /session/edd2a2ccf8308ea58919eb91ae5924a3
2020-09-26 09:34:50,055 WARNING Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7fa6283decf8>: Failed to establish a new connection: [Errno 111] Connection refused',)': /session/edd2a2ccf8308ea58919eb91ae5924a3
2020-09-26 09:34:50,055 WARNING Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7fa6283decf8>: Failed to establish a new connection: [Errno 111] Connection refused',)': /session/edd2a2ccf8308ea58919eb91ae5924a3
2020-09-26 09:34:50,055 WARNING Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7fa6283decf8>: Failed to establish a new connection: [Errno 111] Connection refused',)': /session/edd2a2ccf8308ea58919eb91ae5924a3
2020-09-26 09:34:50,055 WARNING Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7fa6283decf8>: Failed to establish a new connection: [Errno 111] Connection refused',)': /session/edd2a2ccf8308ea58919eb91ae5924a3
2020-09-26 09:34:50,055 WARNING Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7fa6283decf8>: Failed to establish a new connection: [Errno 111] Connection refused',)': /session/edd2a2ccf8308ea58919eb91ae5924a3
2020-09-26 09:34:50,055 WARNING Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7fa6283decf8>: Failed to establish a new connection: [Errno 111] Connection refused',)': /session/edd2a2ccf8308ea58919eb91ae5924a3
2020-09-26 09:34:50,055 WARNING Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7fa6283decf8>: Failed to establish a new connection: [Errno 111] Connection refused',)': /session/edd2a2ccf8308ea58919eb91ae5924a3
2020-09-26 09:34:50,055 WARNING Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7fa6283decf8>: Failed to establish a new connection: [Errno 111] Connection refused',)': /session/edd2a2ccf8308ea58919eb91ae5924a3
2020-09-26 09:34:50,055 WARNING Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7fa6283decf8>: Failed to establish a new connection: [Errno 111] Connection refused',)': /session/edd2a2ccf8308ea58919eb91ae5924a3
2020-09-26 09:34:50,055 WARNING Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7fa6283decf8>: Failed to establish a new connection: [Errno 111] Connection refused',)': /session/edd2a2ccf8308ea58919eb91ae5924a3
2020-09-26 09:34:50,055 WARNING Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7fa6283decf8>: Failed to establish a new connection: [Errno 111] Connection refused',)': /session/edd2a2ccf8308ea58919eb91ae5924a3
2020-09-26 09:34:50,055 WARNING Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7fa6283decf8>: Failed to establish a new connection: [Errno 111] Connection refused',)': /session/edd2a2ccf8308ea58919eb91ae5924a3
2020-09-26 09:34:50,055 WARNING Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7fa6283decf8>: Failed to establish a new connection: [Errno 111] Connection refused',)': /session/edd2a2ccf8308ea58919eb91ae5924a3
2020-09-26 09:34:50,055 WARNING Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7fa6283decf8>: Failed to establish a new connection: [Errno 111] Connection refused',)': /session/edd2a2ccf8308ea58919eb91ae5924a3
2020-09-26 09:34:50,055 WARNING Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7fa6283decf8>: Failed to establish a new connection: [Errno 111] Connection refused',)': /session/edd2a2ccf8308ea58919eb91ae5924a3
2020-09-26 09:34:50,055 WARNING Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7fa6283decf8>: Failed to establish a new connection: [Errno 111] Connection refused',)': /session/edd2a2ccf8308ea58919eb91ae5924a3
2020-09-26 09:34:50,055 WARNING Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7fa6283decf8>: Failed to establish a new connection: [Errno 111] Connection refused',)': /session/edd2a2ccf8308ea58919eb91ae5924a3
2020-09-26 09:34:50,055 WARNING Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7fa6283decf8>: Failed to establish a new connection: [Errno 111] Connection refused',)': /session/edd2a2ccf8308ea58919eb91ae5924a3
2020-09-26 09:34:50,055 WARNING Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7fa6283decf8>: Failed to establish a new connection: [Errno 111] Connection refused',)': /session/edd2a2ccf8308ea58919eb91ae5924a3
2020-09-26 09:34:50,055 WARNING Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7fa6283decf8>: Failed to establish a new connection: [Errno 111] Connection refused',)': /session/edd2a2ccf8308ea58919eb91ae5924a3
2020-09-26 09:34:50,055 WARNING Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7fa6283decf8>: Failed to establish a new connection: [Errno 111] Connection refused',)': /session/edd2a2ccf8308ea58919eb91ae5924a3
2020-09-26 09:34:50,055 WARNING Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7fa6283decf8>: Failed to establish a new connection: [Errno 111] Connection refused',)': /session/edd2a2ccf8308ea58919eb91ae5924a3
2020-09-26 09:34:50,055 WARNING Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7fa6283decf8>: Failed to establish a new connection: [Errno 111] Connection refused',)': /session/edd2a2ccf8308ea58919eb91ae5924a3
2020-09-26 09:34:50,055 WARNING Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7fa6283decf8>: Failed to establish a new connection: [Errno 111] Connection refused',)': /session/edd2a2ccf8308ea58919eb91ae5924a3
2020-09-26 09:34:50,055 WARNING Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7fa6283decf8>: Failed to establish a new connection: [Errno 111] Connection refused',)': /session/edd2a2ccf8308ea58919eb91ae5924a3
2020-09-26 09:34:50,055 WARNING Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7fa6283decf8>: Failed to establish a new connection: [Errno 111] Connection refused',)': /session/edd2a2ccf8308ea58919eb91ae5924a3
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_clean.py", line 109, in main
    k8s_services=clean_args.services
  File "/usr/local/lib/one_env_engine/scripts/onenv_clean.py", line 54, in clean_helm_deployments
    timeout=DEFAULT_CMD_TIMEOUT)
  File "/usr/local/lib/one_env_engine/scripts/utils/shell.py", line 21, in call
    return sp.call(tokens, cwd=cwd, timeout=timeout)
  File "/usr/lib/python3.6/subprocess.py", line 289, in call
    return p.wait(timeout=timeout)
  File "/usr/lib/python3.6/subprocess.py", line 1469, in wait
    raise TimeoutExpired(self.args, timeout)
subprocess.TimeoutExpired: Command '['kubectl', '--namespace', 'default', 'delete', 'pvc', '--all']' timed out after 5 seconds
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
  0     0    0     0    0     0      0      0 --:--:--  0:00:01 --:--:--     0
100  4419  100  4419    0     0   3133      0  0:00:01  0:00:01 --:--:--  3134
Error response from daemon: Cannot kill container: ec38c1e29e50: Container ec38c1e29e50a464b56414bc966dbc767228be40d96ecea676860d928a4a469d is not running
Error response from daemon: Cannot kill container: 98a580145a2b: Container 98a580145a2b99273edda3fa763e11994d1b1acc85bdd353454fe39e2fd931c3 is not running
Error response from daemon: Cannot kill container: de5064d275f4: Container de5064d275f48e237a1c9af782a807e6df39fd66ecb432f0c8c8367520aad799 is not running
Error response from daemon: Cannot kill container: 9016d21d2d0d: Container 9016d21d2d0db8b7dde681fcb485f5d7081cba6976f4b1f0cb3e5afda910cc35 is not running
Error response from daemon: Cannot kill container: 42fa981afba5: Container 42fa981afba5eeadb3dfcad5398dd152b377f7cdd3bf9095d2bcad968e105854 is not running
Error response from daemon: Cannot kill container: fa05f14d7d42: Container fa05f14d7d42b5e45d7e10080d8d01587b19542a6896cc64b786d0b5439016ed is not running
Error response from daemon: Cannot kill container: 93cc68b21b96: Container 93cc68b21b96a12449703ffa5d43c3baac8d4bede91f7d5d122d474e40459859 is not running
Error response from daemon: Cannot kill container: ea1fcb1572db: Container ea1fcb1572db0a9a2cf6ef62f690133a96e0ad5a0f5cd9baa0be96c6b8ed12c2 is not running
Error response from daemon: Cannot kill container: 6a732f46fbb9: Container 6a732f46fbb938d4832cd185a749e4bfd407a4b5e1730523f30d3b3ded56e16b is not running
Error response from daemon: Cannot kill container: 51aacc848e15: Container 51aacc848e153e31f644ac40d54011460a50edfa1efce982a5ddba417ec6ae56 is not running
Error response from daemon: Cannot kill container: d2f7af84890c: Container d2f7af84890c24e930de210b16bc30dc86b02f59a236c0bf8ddadabb9d515e3b is not running
Error response from daemon: Cannot kill container: 2bf4644c1dde: Container 2bf4644c1dde4f42c69a15db5e8ae931f9bfae56a35a555cac6d98cc21187877 is not running
Error response from daemon: Cannot kill container: b7a63f7e60b4: Container b7a63f7e60b4e6faf5b6296d5a3dd765cbc91b70c1d7f61ecb9393fe6833b6e7 is not running
Error response from daemon: Cannot kill container: 13cc145bd354: Container 13cc145bd3543de44642e2cafbceaa6f96b349addab3b268e20ca2550c995653 is not running
Error response from daemon: Cannot kill container: 2607a5638556: Container 2607a5638556e1823882aedd1452ccd3969519e98b572eda08c7483855a2abfb is not running
Error response from daemon: Cannot kill container: 33d760e06413: Container 33d760e06413d80f32df51d76dd5f0f490de62e61ddcf555b8f4ff747b83dc6a is not running
Error response from daemon: Cannot kill container: eda0ce410547: Container eda0ce4105470815ee5e84896dedf09b9ec4cade8e84bf9752e4b9007b8ffe59 is not running