[2021-11-28 16:28:04 DEBUG] [cli:103] ############################################################################### [2021-11-28 16:28:04 DEBUG] [cli:104] Running command 'run' [2021-11-28 16:28:04 DEBUG] [cli:108] Using settings file '/Users/maece/.chaostoolkit/settings.yaml' [2021-11-28 16:28:05 DEBUG] [settings:30] The Chaos Toolkit settings file could not be found at '/Users/maece/.chaostoolkit/settings.yaml'. [2021-11-28 16:28:05 DEBUG] [__init__:389] No controls to apply on 'loader' [2021-11-28 16:28:05 DEBUG] [__init__:389] No controls to apply on 'loader' [2021-11-28 16:28:05 DEBUG] [caching:24] Building activity cache... [2021-11-28 16:28:05 DEBUG] [caching:35] Cached 2 activities [2021-11-28 16:28:05 INFO] [experiment:58] Validating the experiment's syntax [2021-11-28 16:28:05 DEBUG] [configuration:54] Loading configuration... [2021-11-28 16:28:05 DEBUG] [secret:78] Loading secrets... [2021-11-28 16:28:05 DEBUG] [secret:104] Done loading secrets [2021-11-28 16:28:05 INFO] [experiment:109] Experiment looks valid [2021-11-28 16:28:05 DEBUG] [caching:42] Clearing activities cache [2021-11-28 16:28:05 DEBUG] [caching:24] Building activity cache... [2021-11-28 16:28:05 DEBUG] [caching:35] Cached 2 activities [2021-11-28 16:28:05 DEBUG] [configuration:54] Loading configuration... [2021-11-28 16:28:05 DEBUG] [secret:78] Loading secrets... [2021-11-28 16:28:05 DEBUG] [secret:104] Done loading secrets [2021-11-28 16:28:05 INFO] [run:319] Running experiment: What is the impact of an expired certificate on our application chain? [2021-11-28 16:28:05 DEBUG] [__init__:49] Initializing controls [2021-11-28 16:28:05 INFO] [run:336] Steady-state strategy: default [2021-11-28 16:28:05 INFO] [run:340] Rollbacks strategy: default [2021-11-28 16:28:05 INFO] [run:345] No steady state hypothesis defined. That's ok, just exploring. [2021-11-28 16:28:05 DEBUG] [__init__:389] No controls to apply on 'experiment' [2021-11-28 16:28:05 INFO] [run:599] Playing your experiment's method now... [2021-11-28 16:28:05 DEBUG] [__init__:389] No controls to apply on 'method' [2021-11-28 16:28:05 DEBUG] [__init__:389] No controls to apply on 'activity' [2021-11-28 16:28:05 INFO] [activity:188] Action: enable_chaosmonkey [2021-11-28 16:28:05 DEBUG] [python:33] Activity 'enable_chaosmonkey' loaded from '/Users/maece/.venvs/chaostk/lib/python3.9/site-packages/chaosspring/actions.py' [2021-11-28 16:28:05 DEBUG] [activity:260] Activity failed Traceback (most recent call last): File "/Users/maece/.venvs/chaostk/lib/python3.9/site-packages/urllib3/connection.py", line 174, in _new_conn conn = connection.create_connection( File "/Users/maece/.venvs/chaostk/lib/python3.9/site-packages/urllib3/util/connection.py", line 96, in create_connection raise err File "/Users/maece/.venvs/chaostk/lib/python3.9/site-packages/urllib3/util/connection.py", line 86, in create_connection sock.connect(sa) ConnectionRefusedError: [Errno 61] Connection refused During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/Users/maece/.venvs/chaostk/lib/python3.9/site-packages/urllib3/connectionpool.py", line 699, in urlopen httplib_response = self._make_request( File "/Users/maece/.venvs/chaostk/lib/python3.9/site-packages/urllib3/connectionpool.py", line 394, in _make_request conn.request(method, url, **httplib_request_kw) File "/Users/maece/.venvs/chaostk/lib/python3.9/site-packages/urllib3/connection.py", line 239, in request super(HTTPConnection, self).request(method, url, body=body, headers=headers) File "/opt/homebrew/Cellar/python@3.9/3.9.7_1/Frameworks/Python.framework/Versions/3.9/lib/python3.9/http/client.py", line 1279, in request self._send_request(method, url, body, headers, encode_chunked) File "/opt/homebrew/Cellar/python@3.9/3.9.7_1/Frameworks/Python.framework/Versions/3.9/lib/python3.9/http/client.py", line 1325, in _send_request self.endheaders(body, encode_chunked=encode_chunked) File "/opt/homebrew/Cellar/python@3.9/3.9.7_1/Frameworks/Python.framework/Versions/3.9/lib/python3.9/http/client.py", line 1274, in endheaders self._send_output(message_body, encode_chunked=encode_chunked) File "/opt/homebrew/Cellar/python@3.9/3.9.7_1/Frameworks/Python.framework/Versions/3.9/lib/python3.9/http/client.py", line 1034, in _send_output self.send(msg) File "/opt/homebrew/Cellar/python@3.9/3.9.7_1/Frameworks/Python.framework/Versions/3.9/lib/python3.9/http/client.py", line 974, in send self.connect() File "/Users/maece/.venvs/chaostk/lib/python3.9/site-packages/urllib3/connection.py", line 205, in connect conn = self._new_conn() File "/Users/maece/.venvs/chaostk/lib/python3.9/site-packages/urllib3/connection.py", line 186, in _new_conn raise NewConnectionError( urllib3.exceptions.NewConnectionError: : Failed to establish a new connection: [Errno 61] Connection refused During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/Users/maece/.venvs/chaostk/lib/python3.9/site-packages/requests/adapters.py", line 439, in send resp = conn.urlopen( File "/Users/maece/.venvs/chaostk/lib/python3.9/site-packages/urllib3/connectionpool.py", line 755, in urlopen retries = retries.increment( File "/Users/maece/.venvs/chaostk/lib/python3.9/site-packages/urllib3/util/retry.py", line 574, in increment raise MaxRetryError(_pool, url, error or ResponseError(cause)) urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='localhost', port=8085): Max retries exceeded with url: /actuator/chaosmonkey/enable (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 61] Connection refused')) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/Users/maece/.venvs/chaostk/lib/python3.9/site-packages/chaoslib/provider/python.py", line 56, in run_python_activity return func(**arguments) File "/Users/maece/.venvs/chaostk/lib/python3.9/site-packages/chaosspring/actions.py", line 24, in enable_chaosmonkey response = api.call_api( File "/Users/maece/.venvs/chaostk/lib/python3.9/site-packages/chaosspring/api.py", line 56, in call_api return requests.request( File "/Users/maece/.venvs/chaostk/lib/python3.9/site-packages/requests/api.py", line 61, in request return session.request(method=method, url=url, **kwargs) File "/Users/maece/.venvs/chaostk/lib/python3.9/site-packages/requests/sessions.py", line 542, in request resp = self.send(prep, **send_kwargs) File "/Users/maece/.venvs/chaostk/lib/python3.9/site-packages/requests/sessions.py", line 655, in send r = adapter.send(request, **kwargs) File "/Users/maece/.venvs/chaostk/lib/python3.9/site-packages/requests/adapters.py", line 516, in send raise ConnectionError(e, request=request) requests.exceptions.ConnectionError: HTTPConnectionPool(host='localhost', port=8085): Max retries exceeded with url: /actuator/chaosmonkey/enable (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 61] Connection refused')) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/Users/maece/.venvs/chaostk/lib/python3.9/site-packages/chaoslib/activity.py", line 253, in run_activity result = run_python_activity(activity, configuration, secrets) File "/Users/maece/.venvs/chaostk/lib/python3.9/site-packages/chaoslib/provider/python.py", line 58, in run_python_activity raise ActivityFailed( File "/Users/maece/.venvs/chaostk/lib/python3.9/site-packages/chaoslib/provider/python.py", line 56, in run_python_activity return func(**arguments) File "/Users/maece/.venvs/chaostk/lib/python3.9/site-packages/chaosspring/actions.py", line 24, in enable_chaosmonkey response = api.call_api( File "/Users/maece/.venvs/chaostk/lib/python3.9/site-packages/chaosspring/api.py", line 56, in call_api return requests.request( File "/Users/maece/.venvs/chaostk/lib/python3.9/site-packages/requests/api.py", line 61, in request return session.request(method=method, url=url, **kwargs) File "/Users/maece/.venvs/chaostk/lib/python3.9/site-packages/requests/sessions.py", line 542, in request resp = self.send(prep, **send_kwargs) File "/Users/maece/.venvs/chaostk/lib/python3.9/site-packages/requests/sessions.py", line 655, in send r = adapter.send(request, **kwargs) File "/Users/maece/.venvs/chaostk/lib/python3.9/site-packages/requests/adapters.py", line 516, in send raise ConnectionError(e, request=request) chaoslib.exceptions.ActivityFailed: requests.exceptions.ConnectionError: HTTPConnectionPool(host='localhost', port=8085): Max retries exceeded with url: /actuator/chaosmonkey/enable (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 61] Connection refused')) [2021-11-28 16:28:05 ERROR] [activity:213] => failed: requests.exceptions.ConnectionError: HTTPConnectionPool(host='localhost', port=8085): Max retries exceeded with url: /actuator/chaosmonkey/enable (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 61] Connection refused')) [2021-11-28 16:28:05 DEBUG] [__init__:389] No controls to apply on 'activity' [2021-11-28 16:28:05 DEBUG] [__init__:389] No controls to apply on 'activity' [2021-11-28 16:28:05 INFO] [activity:188] Action: configure_assaults [2021-11-28 16:28:05 DEBUG] [python:33] Activity 'configure_assaults' loaded from '/Users/maece/.venvs/chaostk/lib/python3.9/site-packages/chaosspring/actions.py' [2021-11-28 16:28:05 DEBUG] [activity:260] Activity failed Traceback (most recent call last): File "/Users/maece/.venvs/chaostk/lib/python3.9/site-packages/urllib3/connection.py", line 174, in _new_conn conn = connection.create_connection( File "/Users/maece/.venvs/chaostk/lib/python3.9/site-packages/urllib3/util/connection.py", line 96, in create_connection raise err File "/Users/maece/.venvs/chaostk/lib/python3.9/site-packages/urllib3/util/connection.py", line 86, in create_connection sock.connect(sa) ConnectionRefusedError: [Errno 61] Connection refused During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/Users/maece/.venvs/chaostk/lib/python3.9/site-packages/urllib3/connectionpool.py", line 699, in urlopen httplib_response = self._make_request( File "/Users/maece/.venvs/chaostk/lib/python3.9/site-packages/urllib3/connectionpool.py", line 394, in _make_request conn.request(method, url, **httplib_request_kw) File "/Users/maece/.venvs/chaostk/lib/python3.9/site-packages/urllib3/connection.py", line 239, in request super(HTTPConnection, self).request(method, url, body=body, headers=headers) File "/opt/homebrew/Cellar/python@3.9/3.9.7_1/Frameworks/Python.framework/Versions/3.9/lib/python3.9/http/client.py", line 1279, in request self._send_request(method, url, body, headers, encode_chunked) File "/opt/homebrew/Cellar/python@3.9/3.9.7_1/Frameworks/Python.framework/Versions/3.9/lib/python3.9/http/client.py", line 1325, in _send_request self.endheaders(body, encode_chunked=encode_chunked) File "/opt/homebrew/Cellar/python@3.9/3.9.7_1/Frameworks/Python.framework/Versions/3.9/lib/python3.9/http/client.py", line 1274, in endheaders self._send_output(message_body, encode_chunked=encode_chunked) File "/opt/homebrew/Cellar/python@3.9/3.9.7_1/Frameworks/Python.framework/Versions/3.9/lib/python3.9/http/client.py", line 1034, in _send_output self.send(msg) File "/opt/homebrew/Cellar/python@3.9/3.9.7_1/Frameworks/Python.framework/Versions/3.9/lib/python3.9/http/client.py", line 974, in send self.connect() File "/Users/maece/.venvs/chaostk/lib/python3.9/site-packages/urllib3/connection.py", line 205, in connect conn = self._new_conn() File "/Users/maece/.venvs/chaostk/lib/python3.9/site-packages/urllib3/connection.py", line 186, in _new_conn raise NewConnectionError( urllib3.exceptions.NewConnectionError: : Failed to establish a new connection: [Errno 61] Connection refused During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/Users/maece/.venvs/chaostk/lib/python3.9/site-packages/requests/adapters.py", line 439, in send resp = conn.urlopen( File "/Users/maece/.venvs/chaostk/lib/python3.9/site-packages/urllib3/connectionpool.py", line 755, in urlopen retries = retries.increment( File "/Users/maece/.venvs/chaostk/lib/python3.9/site-packages/urllib3/util/retry.py", line 574, in increment raise MaxRetryError(_pool, url, error or ResponseError(cause)) urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='localhost', port=8085): Max retries exceeded with url: /actuator/chaosmonkey/assaults (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 61] Connection refused')) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/Users/maece/.venvs/chaostk/lib/python3.9/site-packages/chaoslib/provider/python.py", line 56, in run_python_activity return func(**arguments) File "/Users/maece/.venvs/chaostk/lib/python3.9/site-packages/chaosspring/actions.py", line 83, in change_assaults_configuration response = api.call_api( File "/Users/maece/.venvs/chaostk/lib/python3.9/site-packages/chaosspring/api.py", line 56, in call_api return requests.request( File "/Users/maece/.venvs/chaostk/lib/python3.9/site-packages/requests/api.py", line 61, in request return session.request(method=method, url=url, **kwargs) File "/Users/maece/.venvs/chaostk/lib/python3.9/site-packages/requests/sessions.py", line 542, in request resp = self.send(prep, **send_kwargs) File "/Users/maece/.venvs/chaostk/lib/python3.9/site-packages/requests/sessions.py", line 655, in send r = adapter.send(request, **kwargs) File "/Users/maece/.venvs/chaostk/lib/python3.9/site-packages/requests/adapters.py", line 516, in send raise ConnectionError(e, request=request) requests.exceptions.ConnectionError: HTTPConnectionPool(host='localhost', port=8085): Max retries exceeded with url: /actuator/chaosmonkey/assaults (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 61] Connection refused')) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/Users/maece/.venvs/chaostk/lib/python3.9/site-packages/chaoslib/activity.py", line 253, in run_activity result = run_python_activity(activity, configuration, secrets) File "/Users/maece/.venvs/chaostk/lib/python3.9/site-packages/chaoslib/provider/python.py", line 58, in run_python_activity raise ActivityFailed( File "/Users/maece/.venvs/chaostk/lib/python3.9/site-packages/chaoslib/provider/python.py", line 56, in run_python_activity return func(**arguments) File "/Users/maece/.venvs/chaostk/lib/python3.9/site-packages/chaosspring/actions.py", line 83, in change_assaults_configuration response = api.call_api( File "/Users/maece/.venvs/chaostk/lib/python3.9/site-packages/chaosspring/api.py", line 56, in call_api return requests.request( File "/Users/maece/.venvs/chaostk/lib/python3.9/site-packages/requests/api.py", line 61, in request return session.request(method=method, url=url, **kwargs) File "/Users/maece/.venvs/chaostk/lib/python3.9/site-packages/requests/sessions.py", line 542, in request resp = self.send(prep, **send_kwargs) File "/Users/maece/.venvs/chaostk/lib/python3.9/site-packages/requests/sessions.py", line 655, in send r = adapter.send(request, **kwargs) File "/Users/maece/.venvs/chaostk/lib/python3.9/site-packages/requests/adapters.py", line 516, in send raise ConnectionError(e, request=request) chaoslib.exceptions.ActivityFailed: requests.exceptions.ConnectionError: HTTPConnectionPool(host='localhost', port=8085): Max retries exceeded with url: /actuator/chaosmonkey/assaults (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 61] Connection refused')) [2021-11-28 16:28:05 ERROR] [activity:213] => failed: requests.exceptions.ConnectionError: HTTPConnectionPool(host='localhost', port=8085): Max retries exceeded with url: /actuator/chaosmonkey/assaults (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 61] Connection refused')) [2021-11-28 16:28:05 DEBUG] [__init__:389] No controls to apply on 'activity' [2021-11-28 16:28:05 DEBUG] [__init__:389] No controls to apply on 'method' [2021-11-28 16:28:05 INFO] [run:885] Let's rollback... [2021-11-28 16:28:05 DEBUG] [__init__:389] No controls to apply on 'rollback' [2021-11-28 16:28:05 INFO] [rollback:27] No declared rollbacks, let's move on. [2021-11-28 16:28:05 DEBUG] [__init__:389] No controls to apply on 'rollback' [2021-11-28 16:28:05 INFO] [run:450] Experiment ended with status: completed [2021-11-28 16:28:05 DEBUG] [__init__:389] No controls to apply on 'experiment' [2021-11-28 16:28:05 DEBUG] [__init__:82] Cleaning up controls [2021-11-28 16:28:05 DEBUG] [caching:42] Clearing activities cache [2021-11-28 16:54:22 DEBUG] [cli:103] ############################################################################### [2021-11-28 16:54:22 DEBUG] [cli:104] Running command 'run' [2021-11-28 16:54:22 DEBUG] [cli:108] Using settings file '/Users/maece/.chaostoolkit/settings.yaml' [2021-11-28 16:54:23 DEBUG] [settings:30] The Chaos Toolkit settings file could not be found at '/Users/maece/.chaostoolkit/settings.yaml'. [2021-11-28 16:54:23 DEBUG] [__init__:389] No controls to apply on 'loader' [2021-11-28 16:54:23 DEBUG] [__init__:389] No controls to apply on 'loader' [2021-11-28 16:54:23 DEBUG] [caching:24] Building activity cache... [2021-11-28 16:54:23 DEBUG] [caching:35] Cached 2 activities [2021-11-28 16:54:23 INFO] [experiment:58] Validating the experiment's syntax [2021-11-28 16:54:23 DEBUG] [configuration:54] Loading configuration... [2021-11-28 16:54:23 DEBUG] [secret:78] Loading secrets... [2021-11-28 16:54:23 DEBUG] [secret:104] Done loading secrets [2021-11-28 16:54:23 INFO] [experiment:109] Experiment looks valid [2021-11-28 16:54:23 DEBUG] [caching:42] Clearing activities cache [2021-11-28 16:54:23 DEBUG] [caching:24] Building activity cache... [2021-11-28 16:54:23 DEBUG] [caching:35] Cached 2 activities [2021-11-28 16:54:23 DEBUG] [configuration:54] Loading configuration... [2021-11-28 16:54:23 DEBUG] [secret:78] Loading secrets... [2021-11-28 16:54:23 DEBUG] [secret:104] Done loading secrets [2021-11-28 16:54:23 INFO] [run:319] Running experiment: What is the impact of an expired certificate on our application chain? [2021-11-28 16:54:23 DEBUG] [__init__:49] Initializing controls [2021-11-28 16:54:23 INFO] [run:336] Steady-state strategy: default [2021-11-28 16:54:23 INFO] [run:340] Rollbacks strategy: default [2021-11-28 16:54:23 INFO] [run:345] No steady state hypothesis defined. That's ok, just exploring. [2021-11-28 16:54:23 DEBUG] [__init__:389] No controls to apply on 'experiment' [2021-11-28 16:54:23 INFO] [run:599] Playing your experiment's method now... [2021-11-28 16:54:23 DEBUG] [__init__:389] No controls to apply on 'method' [2021-11-28 16:54:23 DEBUG] [__init__:389] No controls to apply on 'activity' [2021-11-28 16:54:23 INFO] [activity:188] Action: enable_chaosmonkey [2021-11-28 16:54:23 DEBUG] [python:33] Activity 'enable_chaosmonkey' loaded from '/Users/maece/.venvs/chaostk/lib/python3.9/site-packages/chaosspring/actions.py' [2021-11-28 16:54:24 DEBUG] [activity:205] => succeeded with '{"status":"Chaos Monkey is enabled","enabledAt":"2021-11-28T15:54:24.502699Z"}' [2021-11-28 16:54:24 DEBUG] [__init__:389] No controls to apply on 'activity' [2021-11-28 16:54:24 DEBUG] [__init__:389] No controls to apply on 'activity' [2021-11-28 16:54:24 INFO] [activity:188] Action: configure_assaults [2021-11-28 16:54:24 DEBUG] [python:33] Activity 'configure_assaults' loaded from '/Users/maece/.venvs/chaostk/lib/python3.9/site-packages/chaosspring/actions.py' [2021-11-28 16:54:25 DEBUG] [activity:205] => succeeded with 'Assault config has changed' [2021-11-28 16:54:25 DEBUG] [__init__:389] No controls to apply on 'activity' [2021-11-28 16:54:25 DEBUG] [__init__:389] No controls to apply on 'method' [2021-11-28 16:54:25 INFO] [run:885] Let's rollback... [2021-11-28 16:54:25 DEBUG] [__init__:389] No controls to apply on 'rollback' [2021-11-28 16:54:25 INFO] [rollback:27] No declared rollbacks, let's move on. [2021-11-28 16:54:25 DEBUG] [__init__:389] No controls to apply on 'rollback' [2021-11-28 16:54:25 INFO] [run:450] Experiment ended with status: completed [2021-11-28 16:54:25 DEBUG] [__init__:389] No controls to apply on 'experiment' [2021-11-28 16:54:25 DEBUG] [__init__:82] Cleaning up controls [2021-11-28 16:54:25 DEBUG] [caching:42] Clearing activities cache