Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] Cannot start up with docker-compose up, many FileNotFounderrors #1209

Open
ldorigo opened this issue Jun 29, 2023 · 2 comments
Open

[BUG] Cannot start up with docker-compose up, many FileNotFounderrors #1209

ldorigo opened this issue Jun 29, 2023 · 2 comments

Comments

@ldorigo
Copy link

ldorigo commented Jun 29, 2023

Describe the bug

I tried following the install instructions:

git clone https://github.com/chaos-genius/chaos_genius
cd chaos_genius
docker-compose up

But the logs show many errors, see logs below.

Explain the environment

  • Chaos Genius version: Not sure where to find this - latest version on main at time of issue creation?
    OS Version / Instance: Archlinux
  • Deployment type: Docker

Logs

 Container chaosgenius-redis  Created
 Container chaosgenius-scheduler  Created
 Container chaosgenius-db  Created
 Container chaosgenius-server  Created
 Container chaosgenius-worker-alerts  Created
 Container chaosgenius-worker-analytics  Created
 Container chaosgenius-webapp  Created
Attaching to chaosgenius-db, chaosgenius-redis, chaosgenius-scheduler, chaosgenius-server, chaosgenius-webapp, chaosgenius-worker-alerts, chaosgenius-worker-analytics
chaosgenius-redis             | 1:C 29 Jun 2023 07:43:00.371 # oO0OoO0OoO0Oo Redis is starting oO0OoO0OoO0Oo
chaosgenius-redis             | 1:C 29 Jun 2023 07:43:00.371 # Redis version=6.2.12, bits=64, commit=00000000, modified=0, pid=1, just started
chaosgenius-redis             | 1:C 29 Jun 2023 07:43:00.371 # Warning: no config file specified, using the default config. In order to specify a config file use redis-server /path/to/redis.conf
chaosgenius-redis             | 1:M 29 Jun 2023 07:43:00.371 * monotonic clock: POSIX clock_gettime
chaosgenius-redis             | 1:M 29 Jun 2023 07:43:00.372 * Running mode=standalone, port=6379.
chaosgenius-redis             | 1:M 29 Jun 2023 07:43:00.372 # Server initialized
chaosgenius-redis             | 1:M 29 Jun 2023 07:43:00.372 # WARNING Memory overcommit must be enabled! Without it, a background save or replication may fail under low memory condition. Being disabled, it can can also cause failures without low memory condition, see https://github.com/jemalloc/jemalloc/issues/1328. To fix this issue add 'vm.overcommit_memory = 1' to /etc/sysctl.conf and then reboot or run the command 'sysctl vm.overcommit_memory=1' for this to take effect.
chaosgenius-redis             | 1:M 29 Jun 2023 07:43:00.372 * Ready to accept connections
chaosgenius-db                | 
chaosgenius-db                | PostgreSQL Database directory appears to contain a database; Skipping initialization
chaosgenius-db                | 
chaosgenius-db                | 
chaosgenius-db                | 2023-06-29 07:43:00.464 UTC [1] LOG:  starting PostgreSQL 13.11 (Debian 13.11-1.pgdg120+1) on x86_64-pc-linux-gnu, compiled by gcc (Debian 12.2.0-14) 12.2.0, 64-bit
chaosgenius-db                | 2023-06-29 07:43:00.464 UTC [1] LOG:  listening on IPv4 address "0.0.0.0", port 5432
chaosgenius-db                | 2023-06-29 07:43:00.464 UTC [1] LOG:  listening on IPv6 address "::", port 5432
chaosgenius-db                | 2023-06-29 07:43:00.466 UTC [1] LOG:  listening on Unix socket "/var/run/postgresql/.s.PGSQL.5432"
chaosgenius-db                | 2023-06-29 07:43:00.469 UTC [27] LOG:  database system was interrupted; last known up at 2023-06-29 07:42:05 UTC
chaosgenius-db                | 2023-06-29 07:43:00.652 UTC [27] LOG:  database system was not properly shut down; automatic recovery in progress
chaosgenius-db                | 2023-06-29 07:43:00.654 UTC [27] LOG:  invalid record length at 0/16811B0: wanted 24, got 0
chaosgenius-db                | 2023-06-29 07:43:00.654 UTC [27] LOG:  redo is not required
chaosgenius-db                | 2023-06-29 07:43:00.665 UTC [1] LOG:  database system is ready to accept connections
chaosgenius-webapp            | Setting the following environment variables:
chaosgenius-webapp            | {
chaosgenius-webapp            |   REACT_APP_BASE_URL: '',
chaosgenius-webapp            |   REACT_APP_EVENT_ALERT: 'true',
chaosgenius-webapp            |   REACT_APP_DISABLE_TELEMETRY: 'false'
chaosgenius-webapp            | }
chaosgenius-webapp            | 2023/06/29 07:43:02 [notice] 1#1: using the "epoll" event method
chaosgenius-webapp            | 2023/06/29 07:43:02 [notice] 1#1: nginx/1.21.6
chaosgenius-webapp            | 2023/06/29 07:43:02 [notice] 1#1: built by gcc 10.3.1 20211027 (Alpine 10.3.1_git20211027) 
chaosgenius-webapp            | 2023/06/29 07:43:02 [notice] 1#1: OS: Linux 6.3.9-zen1-1-zen
chaosgenius-webapp            | 2023/06/29 07:43:02 [notice] 1#1: getrlimit(RLIMIT_NOFILE): 1073741816:1073741816
chaosgenius-webapp            | 2023/06/29 07:43:02 [notice] 1#1: start worker processes
chaosgenius-webapp            | 2023/06/29 07:43:02 [notice] 1#1: start worker process 25
chaosgenius-webapp            | 2023/06/29 07:43:02 [notice] 1#1: start worker process 26
chaosgenius-webapp            | 2023/06/29 07:43:02 [notice] 1#1: start worker process 27
chaosgenius-webapp            | 2023/06/29 07:43:02 [notice] 1#1: start worker process 28
chaosgenius-webapp            | 2023/06/29 07:43:02 [notice] 1#1: start worker process 29
chaosgenius-webapp            | 2023/06/29 07:43:02 [notice] 1#1: start worker process 30
chaosgenius-webapp            | 2023/06/29 07:43:02 [notice] 1#1: start worker process 31
chaosgenius-webapp            | 2023/06/29 07:43:02 [notice] 1#1: start worker process 32
chaosgenius-webapp            | 2023/06/29 07:43:02 [notice] 1#1: start worker process 33
chaosgenius-webapp            | 2023/06/29 07:43:02 [notice] 1#1: start worker process 34
chaosgenius-webapp            | 2023/06/29 07:43:02 [notice] 1#1: start worker process 35
chaosgenius-webapp            | 2023/06/29 07:43:02 [notice] 1#1: start worker process 36
chaosgenius-webapp            | 2023/06/29 07:43:02 [notice] 1#1: start worker process 37
chaosgenius-webapp            | 2023/06/29 07:43:02 [notice] 1#1: start worker process 38
chaosgenius-webapp            | 2023/06/29 07:43:02 [notice] 1#1: start worker process 39
chaosgenius-webapp            | 2023/06/29 07:43:02 [notice] 1#1: start worker process 40
chaosgenius-scheduler         | Could not initialize docker client
chaosgenius-scheduler         | Traceback (most recent call last):
chaosgenius-scheduler         |   File "/usr/local/lib/python3.8/dist-packages/urllib3/connectionpool.py", line 703, in urlopen
chaosgenius-scheduler         |     httplib_response = self._make_request(
chaosgenius-scheduler         |   File "/usr/local/lib/python3.8/dist-packages/urllib3/connectionpool.py", line 398, in _make_request
chaosgenius-scheduler         |     conn.request(method, url, **httplib_request_kw)
chaosgenius-scheduler         |   File "/usr/lib/python3.8/http/client.py", line 1256, in request
chaosgenius-scheduler         |     self._send_request(method, url, body, headers, encode_chunked)
chaosgenius-scheduler         |   File "/usr/lib/python3.8/http/client.py", line 1302, in _send_request
chaosgenius-scheduler         |     self.endheaders(body, encode_chunked=encode_chunked)
chaosgenius-scheduler         |   File "/usr/lib/python3.8/http/client.py", line 1251, in endheaders
chaosgenius-scheduler         |     self._send_output(message_body, encode_chunked=encode_chunked)
chaosgenius-scheduler         |   File "/usr/lib/python3.8/http/client.py", line 1011, in _send_output
chaosgenius-scheduler         |     self.send(msg)
chaosgenius-scheduler         |   File "/usr/lib/python3.8/http/client.py", line 951, in send
chaosgenius-scheduler         |     self.connect()
chaosgenius-scheduler         |   File "/usr/local/lib/python3.8/dist-packages/docker/transport/unixconn.py", line 30, in connect
chaosgenius-scheduler         |     sock.connect(self.unix_socket)
chaosgenius-scheduler         | FileNotFoundError: [Errno 2] No such file or directory
chaosgenius-scheduler         | 
chaosgenius-scheduler         | During handling of the above exception, another exception occurred:
chaosgenius-scheduler         | 
chaosgenius-scheduler         | Traceback (most recent call last):
chaosgenius-scheduler         |   File "/usr/local/lib/python3.8/dist-packages/requests/adapters.py", line 489, in send
chaosgenius-scheduler         |     resp = conn.urlopen(
chaosgenius-scheduler         |   File "/usr/local/lib/python3.8/dist-packages/urllib3/connectionpool.py", line 787, in urlopen
chaosgenius-scheduler         |     retries = retries.increment(
chaosgenius-scheduler         |   File "/usr/local/lib/python3.8/dist-packages/urllib3/util/retry.py", line 550, in increment
chaosgenius-scheduler         |     raise six.reraise(type(error), error, _stacktrace)
chaosgenius-scheduler         |   File "/usr/local/lib/python3.8/dist-packages/urllib3/packages/six.py", line 769, in reraise
chaosgenius-scheduler         |     raise value.with_traceback(tb)
chaosgenius-scheduler         |   File "/usr/local/lib/python3.8/dist-packages/urllib3/connectionpool.py", line 703, in urlopen
chaosgenius-scheduler         |     httplib_response = self._make_request(
chaosgenius-scheduler         |   File "/usr/local/lib/python3.8/dist-packages/urllib3/connectionpool.py", line 398, in _make_request
chaosgenius-scheduler         |     conn.request(method, url, **httplib_request_kw)
chaosgenius-scheduler         |   File "/usr/lib/python3.8/http/client.py", line 1256, in request
chaosgenius-scheduler         |     self._send_request(method, url, body, headers, encode_chunked)
chaosgenius-scheduler         |   File "/usr/lib/python3.8/http/client.py", line 1302, in _send_request
chaosgenius-scheduler         |     self.endheaders(body, encode_chunked=encode_chunked)
chaosgenius-scheduler         |   File "/usr/lib/python3.8/http/client.py", line 1251, in endheaders
chaosgenius-scheduler         |     self._send_output(message_body, encode_chunked=encode_chunked)
chaosgenius-scheduler         |   File "/usr/lib/python3.8/http/client.py", line 1011, in _send_output
chaosgenius-scheduler         |     self.send(msg)
chaosgenius-scheduler         |   File "/usr/lib/python3.8/http/client.py", line 951, in send
chaosgenius-scheduler         |     self.connect()
chaosgenius-scheduler         |   File "/usr/local/lib/python3.8/dist-packages/docker/transport/unixconn.py", line 30, in connect
chaosgenius-scheduler         |     sock.connect(self.unix_socket)
chaosgenius-scheduler         | urllib3.exceptions.ProtocolError: ('Connection aborted.', FileNotFoundError(2, 'No such file or directory'))
chaosgenius-scheduler         | 
chaosgenius-scheduler         | During handling of the above exception, another exception occurred:
chaosgenius-scheduler         | 
chaosgenius-scheduler         | Traceback (most recent call last):
chaosgenius-scheduler         |   File "/usr/local/lib/python3.8/dist-packages/docker/api/client.py", line 214, in _retrieve_server_version
chaosgenius-scheduler         |     return self.version(api_version=False)["ApiVersion"]
chaosgenius-scheduler         |   File "/usr/local/lib/python3.8/dist-packages/docker/api/daemon.py", line 181, in version
chaosgenius-scheduler         |     return self._result(self._get(url), json=True)
chaosgenius-scheduler         |   File "/usr/local/lib/python3.8/dist-packages/docker/utils/decorators.py", line 46, in inner
chaosgenius-scheduler         |     return f(self, *args, **kwargs)
chaosgenius-scheduler         |   File "/usr/local/lib/python3.8/dist-packages/docker/api/client.py", line 237, in _get
chaosgenius-scheduler         |     return self.get(url, **self._set_request_timeout(kwargs))
chaosgenius-scheduler         |   File "/usr/local/lib/python3.8/dist-packages/requests/sessions.py", line 600, in get
chaosgenius-scheduler         |     return self.request("GET", url, **kwargs)
chaosgenius-scheduler         |   File "/usr/local/lib/python3.8/dist-packages/requests/sessions.py", line 587, in request
chaosgenius-scheduler         |     resp = self.send(prep, **send_kwargs)
chaosgenius-scheduler         |   File "/usr/local/lib/python3.8/dist-packages/requests/sessions.py", line 701, in send
chaosgenius-scheduler         |     r = adapter.send(request, **kwargs)
chaosgenius-scheduler         |   File "/usr/local/lib/python3.8/dist-packages/requests/adapters.py", line 547, in send
chaosgenius-scheduler         |     raise ConnectionError(err, request=request)
chaosgenius-scheduler         | requests.exceptions.ConnectionError: ('Connection aborted.', FileNotFoundError(2, 'No such file or directory'))
chaosgenius-scheduler         | 
chaosgenius-scheduler         | During handling of the above exception, another exception occurred:
chaosgenius-scheduler         | 
chaosgenius-scheduler         | Traceback (most recent call last):
chaosgenius-scheduler         |   File "/usr/src/app/chaos_genius/views/status_view.py", line 21, in <module>
chaosgenius-scheduler         |     client = docker.from_env()
chaosgenius-scheduler         |   File "/usr/local/lib/python3.8/dist-packages/docker/client.py", line 96, in from_env
chaosgenius-scheduler         |     return cls(
chaosgenius-scheduler         |   File "/usr/local/lib/python3.8/dist-packages/docker/client.py", line 45, in __init__
chaosgenius-scheduler         |     self.api = APIClient(*args, **kwargs)
chaosgenius-scheduler         |   File "/usr/local/lib/python3.8/dist-packages/docker/api/client.py", line 197, in __init__
chaosgenius-scheduler         |     self._version = self._retrieve_server_version()
chaosgenius-scheduler         |   File "/usr/local/lib/python3.8/dist-packages/docker/api/client.py", line 221, in _retrieve_server_version
chaosgenius-scheduler         |     raise DockerException(
chaosgenius-scheduler         | docker.errors.DockerException: Error while fetching server API version: ('Connection aborted.', FileNotFoundError(2, 'No such file or directory'))
chaosgenius-scheduler         | 
chaosgenius-worker-analytics  | Could not initialize docker client
chaosgenius-worker-analytics  | Traceback (most recent call last):
chaosgenius-worker-analytics  |   File "/usr/local/lib/python3.8/dist-packages/urllib3/connectionpool.py", line 703, in urlopen
chaosgenius-worker-analytics  |     httplib_response = self._make_request(
chaosgenius-worker-analytics  |   File "/usr/local/lib/python3.8/dist-packages/urllib3/connectionpool.py", line 398, in _make_request
chaosgenius-worker-analytics  |     conn.request(method, url, **httplib_request_kw)
chaosgenius-worker-analytics  |   File "/usr/lib/python3.8/http/client.py", line 1256, in request
chaosgenius-worker-analytics  |     self._send_request(method, url, body, headers, encode_chunked)
chaosgenius-worker-analytics  |   File "/usr/lib/python3.8/http/client.py", line 1302, in _send_request
chaosgenius-worker-analytics  |     self.endheaders(body, encode_chunked=encode_chunked)
chaosgenius-worker-analytics  |   File "/usr/lib/python3.8/http/client.py", line 1251, in endheaders
chaosgenius-worker-analytics  |     self._send_output(message_body, encode_chunked=encode_chunked)
chaosgenius-worker-analytics  |   File "/usr/lib/python3.8/http/client.py", line 1011, in _send_output
chaosgenius-worker-analytics  |     self.send(msg)
chaosgenius-worker-analytics  |   File "/usr/lib/python3.8/http/client.py", line 951, in send
chaosgenius-worker-analytics  |     self.connect()
chaosgenius-worker-analytics  |   File "/usr/local/lib/python3.8/dist-packages/docker/transport/unixconn.py", line 30, in connect
chaosgenius-worker-analytics  |     sock.connect(self.unix_socket)
chaosgenius-worker-analytics  | FileNotFoundError: [Errno 2] No such file or directory
chaosgenius-worker-analytics  | 
chaosgenius-worker-analytics  | During handling of the above exception, another exception occurred:
chaosgenius-worker-analytics  | 
chaosgenius-worker-analytics  | Traceback (most recent call last):
chaosgenius-worker-analytics  |   File "/usr/local/lib/python3.8/dist-packages/requests/adapters.py", line 489, in send
chaosgenius-worker-analytics  |     resp = conn.urlopen(
chaosgenius-worker-analytics  |   File "/usr/local/lib/python3.8/dist-packages/urllib3/connectionpool.py", line 787, in urlopen
chaosgenius-worker-analytics  |     retries = retries.increment(
chaosgenius-worker-analytics  |   File "/usr/local/lib/python3.8/dist-packages/urllib3/util/retry.py", line 550, in increment
chaosgenius-worker-analytics  |     raise six.reraise(type(error), error, _stacktrace)
chaosgenius-worker-analytics  |   File "/usr/local/lib/python3.8/dist-packages/urllib3/packages/six.py", line 769, in reraise
chaosgenius-worker-analytics  |     raise value.with_traceback(tb)
chaosgenius-worker-analytics  |   File "/usr/local/lib/python3.8/dist-packages/urllib3/connectionpool.py", line 703, in urlopen
chaosgenius-worker-analytics  |     httplib_response = self._make_request(
chaosgenius-worker-analytics  |   File "/usr/local/lib/python3.8/dist-packages/urllib3/connectionpool.py", line 398, in _make_request
chaosgenius-worker-analytics  |     conn.request(method, url, **httplib_request_kw)
chaosgenius-worker-analytics  |   File "/usr/lib/python3.8/http/client.py", line 1256, in request
chaosgenius-worker-analytics  |     self._send_request(method, url, body, headers, encode_chunked)
chaosgenius-worker-analytics  |   File "/usr/lib/python3.8/http/client.py", line 1302, in _send_request
chaosgenius-worker-analytics  |     self.endheaders(body, encode_chunked=encode_chunked)
chaosgenius-worker-analytics  |   File "/usr/lib/python3.8/http/client.py", line 1251, in endheaders
chaosgenius-worker-analytics  |     self._send_output(message_body, encode_chunked=encode_chunked)
chaosgenius-worker-analytics  |   File "/usr/lib/python3.8/http/client.py", line 1011, in _send_output
chaosgenius-worker-analytics  |     self.send(msg)
chaosgenius-worker-analytics  |   File "/usr/lib/python3.8/http/client.py", line 951, in send
chaosgenius-worker-analytics  |     self.connect()
chaosgenius-worker-analytics  |   File "/usr/local/lib/python3.8/dist-packages/docker/transport/unixconn.py", line 30, in connect
chaosgenius-worker-analytics  |     sock.connect(self.unix_socket)
chaosgenius-worker-analytics  | urllib3.exceptions.ProtocolError: ('Connection aborted.', FileNotFoundError(2, 'No such file or directory'))
chaosgenius-worker-analytics  | 
chaosgenius-worker-analytics  | During handling of the above exception, another exception occurred:
chaosgenius-worker-analytics  | 
chaosgenius-worker-analytics  | Traceback (most recent call last):
chaosgenius-worker-analytics  |   File "/usr/local/lib/python3.8/dist-packages/docker/api/client.py", line 214, in _retrieve_server_version
chaosgenius-worker-analytics  |     return self.version(api_version=False)["ApiVersion"]
chaosgenius-worker-analytics  |   File "/usr/local/lib/python3.8/dist-packages/docker/api/daemon.py", line 181, in version
chaosgenius-worker-analytics  |     return self._result(self._get(url), json=True)
chaosgenius-worker-analytics  |   File "/usr/local/lib/python3.8/dist-packages/docker/utils/decorators.py", line 46, in inner
chaosgenius-worker-analytics  |     return f(self, *args, **kwargs)
chaosgenius-worker-analytics  |   File "/usr/local/lib/python3.8/dist-packages/docker/api/client.py", line 237, in _get
chaosgenius-worker-analytics  |     return self.get(url, **self._set_request_timeout(kwargs))
chaosgenius-worker-analytics  |   File "/usr/local/lib/python3.8/dist-packages/requests/sessions.py", line 600, in get
chaosgenius-worker-analytics  |     return self.request("GET", url, **kwargs)
chaosgenius-worker-analytics  |   File "/usr/local/lib/python3.8/dist-packages/requests/sessions.py", line 587, in request
chaosgenius-worker-analytics  |     resp = self.send(prep, **send_kwargs)
chaosgenius-worker-analytics  |   File "/usr/local/lib/python3.8/dist-packages/requests/sessions.py", line 701, in send
chaosgenius-worker-analytics  |     r = adapter.send(request, **kwargs)
chaosgenius-worker-analytics  |   File "/usr/local/lib/python3.8/dist-packages/requests/adapters.py", line 547, in send
chaosgenius-worker-analytics  |     raise ConnectionError(err, request=request)
chaosgenius-worker-analytics  | requests.exceptions.ConnectionError: ('Connection aborted.', FileNotFoundError(2, 'No such file or directory'))
chaosgenius-worker-analytics  | 
chaosgenius-worker-analytics  | During handling of the above exception, another exception occurred:
chaosgenius-worker-analytics  | 
chaosgenius-worker-analytics  | Traceback (most recent call last):
chaosgenius-worker-analytics  |   File "/usr/src/app/chaos_genius/views/status_view.py", line 21, in <module>
chaosgenius-worker-analytics  |     client = docker.from_env()
chaosgenius-worker-analytics  |   File "/usr/local/lib/python3.8/dist-packages/docker/client.py", line 96, in from_env
chaosgenius-worker-analytics  |     return cls(
chaosgenius-worker-analytics  |   File "/usr/local/lib/python3.8/dist-packages/docker/client.py", line 45, in __init__
chaosgenius-worker-analytics  |     self.api = APIClient(*args, **kwargs)
chaosgenius-worker-analytics  |   File "/usr/local/lib/python3.8/dist-packages/docker/api/client.py", line 197, in __init__
chaosgenius-worker-analytics  |     self._version = self._retrieve_server_version()
chaosgenius-worker-analytics  |   File "/usr/local/lib/python3.8/dist-packages/docker/api/client.py", line 221, in _retrieve_server_version
chaosgenius-worker-analytics  |     raise DockerException(
chaosgenius-worker-analytics  | docker.errors.DockerException: Error while fetching server API version: ('Connection aborted.', FileNotFoundError(2, 'No such file or directory'))
chaosgenius-worker-analytics  | 
chaosgenius-worker-alerts     | Could not initialize docker client
chaosgenius-worker-alerts     | Traceback (most recent call last):
chaosgenius-worker-alerts     |   File "/usr/local/lib/python3.8/dist-packages/urllib3/connectionpool.py", line 703, in urlopen
chaosgenius-worker-alerts     |     httplib_response = self._make_request(
chaosgenius-worker-alerts     |   File "/usr/local/lib/python3.8/dist-packages/urllib3/connectionpool.py", line 398, in _make_request
chaosgenius-worker-alerts     |     conn.request(method, url, **httplib_request_kw)
chaosgenius-worker-alerts     |   File "/usr/lib/python3.8/http/client.py", line 1256, in request
chaosgenius-worker-alerts     |     self._send_request(method, url, body, headers, encode_chunked)
chaosgenius-worker-alerts     |   File "/usr/lib/python3.8/http/client.py", line 1302, in _send_request
chaosgenius-worker-alerts     |     self.endheaders(body, encode_chunked=encode_chunked)
chaosgenius-worker-alerts     |   File "/usr/lib/python3.8/http/client.py", line 1251, in endheaders
chaosgenius-worker-alerts     |     self._send_output(message_body, encode_chunked=encode_chunked)
chaosgenius-worker-alerts     |   File "/usr/lib/python3.8/http/client.py", line 1011, in _send_output
chaosgenius-worker-alerts     |     self.send(msg)
chaosgenius-worker-alerts     |   File "/usr/lib/python3.8/http/client.py", line 951, in send
chaosgenius-worker-alerts     |     self.connect()
chaosgenius-worker-alerts     |   File "/usr/local/lib/python3.8/dist-packages/docker/transport/unixconn.py", line 30, in connect
chaosgenius-worker-alerts     |     sock.connect(self.unix_socket)
chaosgenius-worker-alerts     | FileNotFoundError: [Errno 2] No such file or directory
chaosgenius-worker-alerts     | 
chaosgenius-worker-alerts     | During handling of the above exception, another exception occurred:
chaosgenius-worker-alerts     | 
chaosgenius-worker-alerts     | Traceback (most recent call last):
chaosgenius-worker-alerts     |   File "/usr/local/lib/python3.8/dist-packages/requests/adapters.py", line 489, in send
chaosgenius-worker-alerts     |     resp = conn.urlopen(
chaosgenius-worker-alerts     |   File "/usr/local/lib/python3.8/dist-packages/urllib3/connectionpool.py", line 787, in urlopen
chaosgenius-worker-alerts     |     retries = retries.increment(
chaosgenius-worker-alerts     |   File "/usr/local/lib/python3.8/dist-packages/urllib3/util/retry.py", line 550, in increment
chaosgenius-worker-alerts     |     raise six.reraise(type(error), error, _stacktrace)
chaosgenius-worker-alerts     |   File "/usr/local/lib/python3.8/dist-packages/urllib3/packages/six.py", line 769, in reraise
chaosgenius-worker-alerts     |     raise value.with_traceback(tb)
chaosgenius-worker-alerts     |   File "/usr/local/lib/python3.8/dist-packages/urllib3/connectionpool.py", line 703, in urlopen
chaosgenius-worker-alerts     |     httplib_response = self._make_request(
chaosgenius-worker-alerts     |   File "/usr/local/lib/python3.8/dist-packages/urllib3/connectionpool.py", line 398, in _make_request
chaosgenius-worker-alerts     |     conn.request(method, url, **httplib_request_kw)
chaosgenius-worker-alerts     |   File "/usr/lib/python3.8/http/client.py", line 1256, in request
chaosgenius-worker-alerts     |     self._send_request(method, url, body, headers, encode_chunked)
chaosgenius-worker-alerts     |   File "/usr/lib/python3.8/http/client.py", line 1302, in _send_request
chaosgenius-worker-alerts     |     self.endheaders(body, encode_chunked=encode_chunked)
chaosgenius-worker-alerts     |   File "/usr/lib/python3.8/http/client.py", line 1251, in endheaders
chaosgenius-worker-alerts     |     self._send_output(message_body, encode_chunked=encode_chunked)
chaosgenius-worker-alerts     |   File "/usr/lib/python3.8/http/client.py", line 1011, in _send_output
chaosgenius-worker-alerts     |     self.send(msg)
chaosgenius-worker-alerts     |   File "/usr/lib/python3.8/http/client.py", line 951, in send
chaosgenius-worker-alerts     |     self.connect()
chaosgenius-worker-alerts     |   File "/usr/local/lib/python3.8/dist-packages/docker/transport/unixconn.py", line 30, in connect
chaosgenius-worker-alerts     |     sock.connect(self.unix_socket)
chaosgenius-worker-alerts     | urllib3.exceptions.ProtocolError: ('Connection aborted.', FileNotFoundError(2, 'No such file or directory'))
chaosgenius-worker-alerts     | 
chaosgenius-worker-alerts     | During handling of the above exception, another exception occurred:
chaosgenius-worker-alerts     | 
chaosgenius-worker-alerts     | Traceback (most recent call last):
chaosgenius-worker-alerts     |   File "/usr/local/lib/python3.8/dist-packages/docker/api/client.py", line 214, in _retrieve_server_version
chaosgenius-worker-alerts     |     return self.version(api_version=False)["ApiVersion"]
chaosgenius-worker-alerts     |   File "/usr/local/lib/python3.8/dist-packages/docker/api/daemon.py", line 181, in version
chaosgenius-worker-alerts     |     return self._result(self._get(url), json=True)
chaosgenius-worker-alerts     |   File "/usr/local/lib/python3.8/dist-packages/docker/utils/decorators.py", line 46, in inner
chaosgenius-worker-alerts     |     return f(self, *args, **kwargs)
chaosgenius-worker-alerts     |   File "/usr/local/lib/python3.8/dist-packages/docker/api/client.py", line 237, in _get
chaosgenius-worker-alerts     |     return self.get(url, **self._set_request_timeout(kwargs))
chaosgenius-worker-alerts     |   File "/usr/local/lib/python3.8/dist-packages/requests/sessions.py", line 600, in get
chaosgenius-worker-alerts     |     return self.request("GET", url, **kwargs)
chaosgenius-worker-alerts     |   File "/usr/local/lib/python3.8/dist-packages/requests/sessions.py", line 587, in request
chaosgenius-worker-alerts     |     resp = self.send(prep, **send_kwargs)
chaosgenius-worker-alerts     |   File "/usr/local/lib/python3.8/dist-packages/requests/sessions.py", line 701, in send
chaosgenius-worker-alerts     |     r = adapter.send(request, **kwargs)
chaosgenius-worker-alerts     |   File "/usr/local/lib/python3.8/dist-packages/requests/adapters.py", line 547, in send
chaosgenius-worker-alerts     |     raise ConnectionError(err, request=request)
chaosgenius-worker-alerts     | requests.exceptions.ConnectionError: ('Connection aborted.', FileNotFoundError(2, 'No such file or directory'))
chaosgenius-worker-alerts     | 
chaosgenius-worker-alerts     | During handling of the above exception, another exception occurred:
chaosgenius-worker-alerts     | 
chaosgenius-worker-alerts     | Traceback (most recent call last):
chaosgenius-worker-alerts     |   File "/usr/src/app/chaos_genius/views/status_view.py", line 21, in <module>
chaosgenius-worker-alerts     |     client = docker.from_env()
chaosgenius-worker-alerts     |   File "/usr/local/lib/python3.8/dist-packages/docker/client.py", line 96, in from_env
chaosgenius-worker-alerts     |     return cls(
chaosgenius-worker-alerts     |   File "/usr/local/lib/python3.8/dist-packages/docker/client.py", line 45, in __init__
chaosgenius-worker-alerts     |     self.api = APIClient(*args, **kwargs)
chaosgenius-worker-alerts     |   File "/usr/local/lib/python3.8/dist-packages/docker/api/client.py", line 197, in __init__
chaosgenius-worker-alerts     |     self._version = self._retrieve_server_version()
chaosgenius-worker-alerts     |   File "/usr/local/lib/python3.8/dist-packages/docker/api/client.py", line 221, in _retrieve_server_version
chaosgenius-worker-alerts     |     raise DockerException(
chaosgenius-worker-alerts     | docker.errors.DockerException: Error while fetching server API version: ('Connection aborted.', FileNotFoundError(2, 'No such file or directory'))
chaosgenius-worker-alerts     | 
chaosgenius-scheduler         | [2023-06-29 07:43:02,974: DEBUG/MainProcess] Setting default socket timeout to 30
chaosgenius-scheduler         | [2023-06-29 07:43:02,975: INFO/MainProcess] beat: Starting...
chaosgenius-scheduler         | [2023-06-29 07:43:02,987: DEBUG/MainProcess] Current schedule:
chaosgenius-scheduler         | <ScheduleEntry: alert-digest-daily-scheduler chaos_genius.jobs.alert_tasks.alert_digest_daily_scheduler() <freq: 10.00 minutes>
chaosgenius-scheduler         | <ScheduleEntry: alerts-daily chaos_genius.jobs.alert_tasks.check_event_alerts('daily') <crontab: 0 3 * * * (m/h/d/dM/MY)>
chaosgenius-scheduler         | <ScheduleEntry: alerts-hourly chaos_genius.jobs.alert_tasks.check_event_alerts('hourly') <crontab: 0 * * * * (m/h/d/dM/MY)>
chaosgenius-scheduler         | <ScheduleEntry: anomaly-scheduler chaos_genius.jobs.analytics_scheduler.scheduler_wrapper() <freq: 1.00 minute>
chaosgenius-scheduler         | <ScheduleEntry: metadata-prefetch-daily chaos_genius.jobs.metadata_prefetch.metadata_prefetch_daily_scheduler() <crontab: 00 03 * * * (m/h/d/dM/MY)>
chaosgenius-scheduler         | [2023-06-29 07:43:02,987: DEBUG/MainProcess] beat: Ticking with max interval->5.00 minutes
chaosgenius-scheduler         | [2023-06-29 07:43:02,990: INFO/MainProcess] Scheduler: Sending due task anomaly-scheduler (chaos_genius.jobs.analytics_scheduler.scheduler_wrapper)
chaosgenius-worker-analytics  |  
chaosgenius-worker-analytics  |  -------------- celery@5baf01b7a488 v5.2.7 (dawn-chorus)
chaosgenius-worker-analytics  | --- ***** ----- 
chaosgenius-worker-analytics  | -- ******* ---- Linux-6.3.9-zen1-1-zen-x86_64-with-glibc2.29 2023-06-29 07:43:02
chaosgenius-worker-analytics  | - *** --- * --- 
chaosgenius-worker-analytics  | - ** ---------- [config]
chaosgenius-worker-analytics  | - ** ---------- .> app:         chaos_genius:0x7f42780b0040
chaosgenius-worker-analytics  | - ** ---------- .> transport:   redis://chaosgenius-redis:6379/1
chaosgenius-worker-analytics  | - ** ---------- .> results:     redis://chaosgenius-redis:6379/1
chaosgenius-worker-analytics  | - *** --- * --- .> concurrency: 2 (prefork)
chaosgenius-worker-analytics  | -- ******* ---- .> task events: OFF (enable -E to monitor tasks in this worker)
chaosgenius-worker-analytics  | --- ***** ----- 
chaosgenius-worker-analytics  |  -------------- [queues]
chaosgenius-worker-analytics  |                 .> anomaly-rca      exchange=anomaly-rca(direct) key=anomaly-rca
chaosgenius-worker-analytics  |                 
chaosgenius-worker-analytics  | 
chaosgenius-worker-analytics  | [tasks]
chaosgenius-worker-analytics  |   . chaos_genius.jobs.alert_tasks.alert_digest_daily
chaosgenius-worker-analytics  |   . chaos_genius.jobs.alert_tasks.alert_digest_daily_scheduler
chaosgenius-worker-analytics  |   . chaos_genius.jobs.alert_tasks.check_event_alerts
chaosgenius-worker-analytics  |   . chaos_genius.jobs.alert_tasks.run_single_alert
chaosgenius-worker-analytics  |   . chaos_genius.jobs.analytics_scheduler.scheduler_wrapper
chaosgenius-worker-analytics  |   . chaos_genius.jobs.anomaly_tasks.anomaly_kpi
chaosgenius-worker-analytics  |   . chaos_genius.jobs.anomaly_tasks.anomaly_single_kpi
chaosgenius-worker-analytics  |   . chaos_genius.jobs.anomaly_tasks.rca_single_kpi
chaosgenius-worker-analytics  |   . chaos_genius.jobs.metadata_prefetch.fetch_data_source_schema
chaosgenius-worker-analytics  |   . chaos_genius.jobs.metadata_prefetch.metadata_prefetch_daily_scheduler
chaosgenius-worker-analytics  | 
chaosgenius-worker-analytics  | 
chaosgenius-worker-analytics  | /usr/local/lib/python3.8/dist-packages/celery/platforms.py:840: SecurityWarning: You're running the worker with superuser privileges: this is
chaosgenius-worker-analytics  | absolutely not recommended!
chaosgenius-worker-analytics  | 
chaosgenius-worker-analytics  | Please specify a different user using the --uid option.
chaosgenius-worker-analytics  | 
chaosgenius-worker-analytics  | User information: uid=0 euid=0 gid=0 egid=0
chaosgenius-worker-analytics  | 
chaosgenius-worker-analytics  |   warnings.warn(SecurityWarning(ROOT_DISCOURAGED.format(
chaosgenius-worker-analytics  | [2023-06-29 07:43:02,996: WARNING/MainProcess] /usr/local/lib/python3.8/dist-packages/celery/app/utils.py:204: CDeprecationWarning: 
chaosgenius-worker-analytics  |     The 'CELERYBEAT_SCHEDULE' setting is deprecated and scheduled for removal in
chaosgenius-worker-analytics  |     version 6.0.0. Use the beat_schedule instead
chaosgenius-worker-analytics  | 
chaosgenius-worker-analytics  |   deprecated.warn(description=f'The {setting!r} setting',
chaosgenius-worker-analytics  | 
chaosgenius-worker-analytics  | [2023-06-29 07:43:02,996: WARNING/MainProcess] /usr/local/lib/python3.8/dist-packages/celery/app/utils.py:204: CDeprecationWarning: 
chaosgenius-worker-analytics  |     The 'CELERY_TASK_SERIALIZER' setting is deprecated and scheduled for removal in
chaosgenius-worker-analytics  |     version 6.0.0. Use the task_serializer instead
chaosgenius-worker-analytics  | 
chaosgenius-worker-analytics  |   deprecated.warn(description=f'The {setting!r} setting',
chaosgenius-worker-analytics  | 
chaosgenius-worker-analytics  | 
chaosgenius-worker-analytics  | [2023-06-29 07:43:02,996: WARNING/MainProcess] /usr/local/lib/python3.8/dist-packages/celery/app/utils.py:204: CDeprecationWarning: 
chaosgenius-worker-analytics  |     The 'CELERY_TIMEZONE' setting is deprecated and scheduled for removal in
chaosgenius-worker-analytics  |     version 6.0.0. Use the timezone instead
chaosgenius-worker-analytics  | 
chaosgenius-worker-analytics  |   deprecated.warn(description=f'The {setting!r} setting',
chaosgenius-worker-analytics  | 
chaosgenius-worker-analytics  | 
chaosgenius-worker-analytics  | [2023-06-29 07:43:02,996: WARNING/MainProcess] /usr/local/lib/python3.8/dist-packages/celery/app/utils.py:204: CDeprecationWarning: 
chaosgenius-worker-analytics  |     The 'CELERY_RESULT_SERIALIZER' setting is deprecated and scheduled for removal in
chaosgenius-worker-analytics  |     version 6.0.0. Use the result_serializer instead
chaosgenius-worker-analytics  | 
chaosgenius-worker-analytics  |   deprecated.warn(description=f'The {setting!r} setting',
chaosgenius-worker-analytics  | 
chaosgenius-worker-analytics  | 
chaosgenius-worker-analytics  | [2023-06-29 07:43:02,996: WARNING/MainProcess] /usr/local/lib/python3.8/dist-packages/celery/app/utils.py:204: CDeprecationWarning: 
chaosgenius-worker-analytics  |     The 'CELERY_TASK_RESULT_EXPIRES' setting is deprecated and scheduled for removal in
chaosgenius-worker-analytics  |     version 6.0.0. Use the result_expires instead
chaosgenius-worker-analytics  | 
chaosgenius-worker-analytics  |   deprecated.warn(description=f'The {setting!r} setting',
chaosgenius-worker-analytics  | 
chaosgenius-worker-analytics  | 
chaosgenius-worker-analytics  | [2023-06-29 07:43:02,996: WARNING/MainProcess] /usr/local/lib/python3.8/dist-packages/celery/app/utils.py:204: CDeprecationWarning: 
chaosgenius-worker-analytics  |     The 'CELERY_IMPORTS' setting is deprecated and scheduled for removal in
chaosgenius-worker-analytics  |     version 6.0.0. Use the imports instead
chaosgenius-worker-analytics  | 
chaosgenius-worker-analytics  |   deprecated.warn(description=f'The {setting!r} setting',
chaosgenius-worker-analytics  | 
chaosgenius-worker-analytics  | 
chaosgenius-worker-analytics  | [2023-06-29 07:43:02,996: WARNING/MainProcess] /usr/local/lib/python3.8/dist-packages/celery/app/utils.py:204: CDeprecationWarning: 
chaosgenius-worker-analytics  |     The 'CELERY_ROUTES' setting is deprecated and scheduled for removal in
chaosgenius-worker-analytics  |     version 6.0.0. Use the task_routes instead
chaosgenius-worker-analytics  | 
chaosgenius-worker-analytics  |   deprecated.warn(description=f'The {setting!r} setting',
chaosgenius-worker-analytics  | 
chaosgenius-worker-analytics  | 
chaosgenius-worker-analytics  | [2023-06-29 07:43:02,996: WARNING/MainProcess] /usr/local/lib/python3.8/dist-packages/celery/app/utils.py:204: CDeprecationWarning: 
chaosgenius-worker-analytics  |     The 'CELERY_ACCEPT_CONTENT' setting is deprecated and scheduled for removal in
chaosgenius-worker-analytics  |     version 6.0.0. Use the accept_content instead
chaosgenius-worker-analytics  | 
chaosgenius-worker-analytics  |   deprecated.warn(description=f'The {setting!r} setting',
chaosgenius-worker-analytics  | 
chaosgenius-worker-analytics  | 
chaosgenius-worker-analytics  | [2023-06-29 07:43:02,996: WARNING/MainProcess] Please run `celery upgrade settings path/to/settings.py` to avoid these warnings and to allow a smoother upgrade to Celery 6.0.
chaosgenius-scheduler         | [2023-06-29 07:43:02,998: DEBUG/MainProcess] beat: Synchronizing schedule...
chaosgenius-scheduler         | [2023-06-29 07:43:02,999: DEBUG/MainProcess] chaos_genius.jobs.analytics_scheduler.scheduler_wrapper sent. id->6afae196-7206-4902-9928-9835138b8f6c
chaosgenius-scheduler         | [2023-06-29 07:43:02,999: DEBUG/MainProcess] beat: Waking up in 59.98 seconds.
chaosgenius-server            | INFO  [alembic.runtime.migration] Context impl PostgresqlImpl.
chaosgenius-server            | INFO  [alembic.runtime.migration] Will assume transactional DDL.
chaosgenius-worker-alerts     |  
chaosgenius-worker-alerts     |  -------------- celery@a500702ab14c v5.2.7 (dawn-chorus)
chaosgenius-worker-alerts     | --- ***** ----- 
chaosgenius-worker-alerts     | -- ******* ---- Linux-6.3.9-zen1-1-zen-x86_64-with-glibc2.29 2023-06-29 07:43:03
chaosgenius-worker-alerts     | - *** --- * --- 
chaosgenius-worker-alerts     | - ** ---------- [config]
chaosgenius-worker-alerts     | - ** ---------- .> app:         chaos_genius:0x7faff2921040
chaosgenius-worker-alerts     | - ** ---------- .> transport:   redis://chaosgenius-redis:6379/1
chaosgenius-worker-alerts     | - ** ---------- .> results:     redis://chaosgenius-redis:6379/1
chaosgenius-worker-alerts     | - *** --- * --- .> concurrency: 2 (prefork)
chaosgenius-worker-alerts     | -- ******* ---- .> task events: OFF (enable -E to monitor tasks in this worker)
chaosgenius-worker-alerts     | --- ***** ----- 
chaosgenius-worker-alerts     |  -------------- [queues]
chaosgenius-worker-alerts     |                 .> alerts           exchange=alerts(direct) key=alerts
chaosgenius-worker-alerts     |                 
chaosgenius-worker-alerts     | 
chaosgenius-worker-alerts     | [tasks]
chaosgenius-worker-alerts     |   . chaos_genius.jobs.alert_tasks.alert_digest_daily
chaosgenius-worker-alerts     |   . chaos_genius.jobs.alert_tasks.alert_digest_daily_scheduler
chaosgenius-worker-alerts     |   . chaos_genius.jobs.alert_tasks.check_event_alerts
chaosgenius-worker-alerts     |   . chaos_genius.jobs.alert_tasks.run_single_alert
chaosgenius-worker-alerts     |   . chaos_genius.jobs.analytics_scheduler.scheduler_wrapper
chaosgenius-worker-alerts     |   . chaos_genius.jobs.anomaly_tasks.anomaly_kpi
chaosgenius-worker-alerts     |   . chaos_genius.jobs.anomaly_tasks.anomaly_single_kpi
chaosgenius-worker-alerts     |   . chaos_genius.jobs.anomaly_tasks.rca_single_kpi
chaosgenius-worker-alerts     |   . chaos_genius.jobs.metadata_prefetch.fetch_data_source_schema
chaosgenius-worker-alerts     |   . chaos_genius.jobs.metadata_prefetch.metadata_prefetch_daily_scheduler
chaosgenius-worker-alerts     | 
chaosgenius-worker-alerts     | 
chaosgenius-worker-alerts     | /usr/local/lib/python3.8/dist-packages/celery/platforms.py:840: SecurityWarning: You're running the worker with superuser privileges: this is
chaosgenius-worker-alerts     | absolutely not recommended!
chaosgenius-worker-alerts     | 
chaosgenius-worker-alerts     | Please specify a different user using the --uid option.
chaosgenius-worker-alerts     | 
chaosgenius-worker-alerts     | User information: uid=0 euid=0 gid=0 egid=0
chaosgenius-worker-alerts     | 
chaosgenius-worker-alerts     |   warnings.warn(SecurityWarning(ROOT_DISCOURAGED.format(
chaosgenius-worker-alerts     | [2023-06-29 07:43:03,010: WARNING/MainProcess] /usr/local/lib/python3.8/dist-packages/celery/app/utils.py:204: CDeprecationWarning: 
chaosgenius-worker-alerts     |     The 'CELERY_TASK_RESULT_EXPIRES' setting is deprecated and scheduled for removal in
chaosgenius-worker-alerts     |     version 6.0.0. Use the result_expires instead
chaosgenius-worker-alerts     | 
chaosgenius-worker-alerts     |   deprecated.warn(description=f'The {setting!r} setting',
chaosgenius-worker-alerts     | 
chaosgenius-worker-alerts     | 
chaosgenius-worker-alerts     | [2023-06-29 07:43:03,011: WARNING/MainProcess] /usr/local/lib/python3.8/dist-packages/celery/app/utils.py:204: CDeprecationWarning: 
chaosgenius-worker-alerts     |     The 'CELERY_ROUTES' setting is deprecated and scheduled for removal in
chaosgenius-worker-alerts     |     version 6.0.0. Use the task_routes instead
chaosgenius-worker-alerts     | 
chaosgenius-worker-alerts     |   deprecated.warn(description=f'The {setting!r} setting',
chaosgenius-worker-alerts     | 
chaosgenius-worker-alerts     | 
chaosgenius-worker-alerts     | [2023-06-29 07:43:03,011: WARNING/MainProcess] /usr/local/lib/python3.8/dist-packages/celery/app/utils.py:204: CDeprecationWarning: 
chaosgenius-worker-alerts     |     The 'CELERY_IMPORTS' setting is deprecated and scheduled for removal in
chaosgenius-worker-alerts     |     version 6.0.0. Use the imports instead
chaosgenius-worker-alerts     | 
chaosgenius-worker-alerts     |   deprecated.warn(description=f'The {setting!r} setting',
chaosgenius-worker-alerts     | 
chaosgenius-worker-alerts     | 
chaosgenius-worker-alerts     | [2023-06-29 07:43:03,011: WARNING/MainProcess] /usr/local/lib/python3.8/dist-packages/celery/app/utils.py:204: CDeprecationWarning: 
chaosgenius-worker-alerts     |     The 'CELERY_TASK_SERIALIZER' setting is deprecated and scheduled for removal in
chaosgenius-worker-alerts     |     version 6.0.0. Use the task_serializer instead
chaosgenius-worker-alerts     | 
chaosgenius-worker-alerts     |   deprecated.warn(description=f'The {setting!r} setting',
chaosgenius-worker-alerts     | 
chaosgenius-worker-alerts     | 
chaosgenius-worker-alerts     | [2023-06-29 07:43:03,011: WARNING/MainProcess] /usr/local/lib/python3.8/dist-packages/celery/app/utils.py:204: CDeprecationWarning: 
chaosgenius-worker-alerts     |     The 'CELERY_TIMEZONE' setting is deprecated and scheduled for removal in
chaosgenius-worker-alerts     |     version 6.0.0. Use the timezone instead
chaosgenius-worker-alerts     | 
chaosgenius-worker-alerts     |   deprecated.warn(description=f'The {setting!r} setting',
chaosgenius-worker-alerts     | 
chaosgenius-worker-alerts     | 
chaosgenius-worker-alerts     | [2023-06-29 07:43:03,011: WARNING/MainProcess] /usr/local/lib/python3.8/dist-packages/celery/app/utils.py:204: CDeprecationWarning: 
chaosgenius-worker-alerts     |     The 'CELERY_RESULT_SERIALIZER' setting is deprecated and scheduled for removal in
chaosgenius-worker-alerts     |     version 6.0.0. Use the result_serializer instead
chaosgenius-worker-alerts     | 
chaosgenius-worker-alerts     |   deprecated.warn(description=f'The {setting!r} setting',
chaosgenius-worker-alerts     | 
chaosgenius-worker-alerts     | 
chaosgenius-worker-alerts     | [2023-06-29 07:43:03,011: WARNING/MainProcess] /usr/local/lib/python3.8/dist-packages/celery/app/utils.py:204: CDeprecationWarning: 
chaosgenius-worker-alerts     |     The 'CELERY_ACCEPT_CONTENT' setting is deprecated and scheduled for removal in
chaosgenius-worker-alerts     |     version 6.0.0. Use the accept_content instead
chaosgenius-worker-alerts     | 
chaosgenius-worker-alerts     |   deprecated.warn(description=f'The {setting!r} setting',
chaosgenius-worker-alerts     | 
chaosgenius-worker-alerts     | 
chaosgenius-worker-alerts     | [2023-06-29 07:43:03,011: WARNING/MainProcess] /usr/local/lib/python3.8/dist-packages/celery/app/utils.py:204: CDeprecationWarning: 
chaosgenius-worker-alerts     |     The 'CELERYBEAT_SCHEDULE' setting is deprecated and scheduled for removal in
chaosgenius-worker-alerts     |     version 6.0.0. Use the beat_schedule instead
chaosgenius-worker-alerts     | 
chaosgenius-worker-alerts     |   deprecated.warn(description=f'The {setting!r} setting',
chaosgenius-worker-alerts     | 
chaosgenius-worker-alerts     | 
chaosgenius-worker-alerts     | [2023-06-29 07:43:03,011: WARNING/MainProcess] Please run `celery upgrade settings path/to/settings.py` to avoid these warnings and to allow a smoother upgrade to Celery 6.0.
chaosgenius-worker-analytics  | [2023-06-29 07:43:03,219: INFO/MainProcess] Connected to redis://chaosgenius-redis:6379/1
chaosgenius-worker-analytics  | [2023-06-29 07:43:03,221: INFO/MainProcess] mingle: searching for neighbors
chaosgenius-worker-alerts     | [2023-06-29 07:43:03,229: INFO/MainProcess] Connected to redis://chaosgenius-redis:6379/1
chaosgenius-worker-alerts     | [2023-06-29 07:43:03,231: INFO/MainProcess] mingle: searching for neighbors
chaosgenius-server            | setup/run-backend-docker.sh: 5: False: not found
chaosgenius-server            | 
chaosgenius-server            |    ________                        ______           _               
chaosgenius-server            |   / ____/ /_  ____ _____  _____   / ____/__  ____  (_)_  _______    
chaosgenius-server            |  / /   / __ \/ __ `/ __ \/ ___/  / / __/ _ \/ __ \/ / / / / ___/    
chaosgenius-server            | / /___/ / / / /_/ / /_/ (__  )  / /_/ /  __/ / / / / /_/ (__  )     
chaosgenius-server            | \____/_/ /_/\__,_/\____/____/   \____/\___/_/ /_/_/\__,_/____/      
chaosgenius-server            |                                                                     
chaosgenius-server            | 
chaosgenius-server            | 
chaosgenius-server            | [2023-06-29 07:43:03 +0000] [40] [INFO] Starting gunicorn 20.1.0
chaosgenius-server            | [2023-06-29 07:43:03 +0000] [40] [INFO] Listening at: http://0.0.0.0:5000 (40)
chaosgenius-server            | [2023-06-29 07:43:03 +0000] [40] [INFO] Using worker: sync
chaosgenius-server            | [2023-06-29 07:43:03 +0000] [42] [INFO] Booting worker with pid: 42
chaosgenius-server            | [2023-06-29 07:43:03 +0000] [43] [INFO] Booting worker with pid: 43
chaosgenius-server            | [2023-06-29 07:43:03 +0000] [44] [INFO] Booting worker with pid: 44
chaosgenius-server            | [2023-06-29 07:43:03 +0000] [45] [INFO] Booting worker with pid: 45
chaosgenius-worker-analytics  | [2023-06-29 07:43:04,229: INFO/MainProcess] mingle: all alone
chaosgenius-worker-alerts     | [2023-06-29 07:43:04,238: INFO/MainProcess] mingle: all alone
chaosgenius-worker-analytics  | [2023-06-29 07:43:04,243: INFO/MainProcess] celery@5baf01b7a488 ready.
chaosgenius-worker-analytics  | [2023-06-29 07:43:04,246: INFO/MainProcess] Task chaos_genius.jobs.analytics_scheduler.scheduler_wrapper[6afae196-7206-4902-9928-9835138b8f6c] received
chaosgenius-worker-alerts     | [2023-06-29 07:43:04,253: INFO/MainProcess] celery@a500702ab14c ready.
chaosgenius-worker-analytics  | [2023-06-29 07:43:04,285: WARNING/ForkPoolWorker-1] Found no pending KPI tasks.
chaosgenius-worker-analytics  | [2023-06-29 07:43:04,287: INFO/ForkPoolWorker-1] Task chaos_genius.jobs.analytics_scheduler.scheduler_wrapper[6afae196-7206-4902-9928-9835138b8f6c] succeeded in 0.040033800003584474s: None
chaosgenius-scheduler         | [2023-06-29 07:44:03,039: INFO/MainProcess] Scheduler: Sending due task anomaly-scheduler (chaos_genius.jobs.analytics_scheduler.scheduler_wrapper)
chaosgenius-scheduler         | [2023-06-29 07:44:03,040: DEBUG/MainProcess] chaos_genius.jobs.analytics_scheduler.scheduler_wrapper sent. id->77d8708a-6552-4f41-9b5c-261cfdf31d2e
chaosgenius-scheduler         | [2023-06-29 07:44:03,040: DEBUG/MainProcess] beat: Waking up in 59.99 seconds.
chaosgenius-worker-analytics  | [2023-06-29 07:44:03,041: INFO/MainProcess] Task chaos_genius.jobs.analytics_scheduler.scheduler_wrapper[77d8708a-6552-4f41-9b5c-261cfdf31d2e] received
chaosgenius-worker-analytics  | [2023-06-29 07:44:03,043: WARNING/ForkPoolWorker-1] Found no pending KPI tasks.
chaosgenius-worker-analytics  | [2023-06-29 07:44:03,044: INFO/ForkPoolWorker-1] Task chaos_genius.jobs.analytics_scheduler.scheduler_wrapper[77d8708a-6552-4f41-9b5c-261cfdf31d2e] succeeded in 0.002783934003673494s: None
Gracefully stopping... (press Ctrl+C again to force)
Aborting on container exit...
 Container chaosgenius-webapp  Stopping
 Container chaosgenius-worker-analytics  Stopping
 Container chaosgenius-scheduler  Stopping
 Container chaosgenius-worker-alerts  Stopping
 Container chaosgenius-webapp  Stopped
 Container chaosgenius-server  Stopping
 Container chaosgenius-scheduler  Stopped
 Container chaosgenius-redis  Killing
 Container chaosgenius-db  Killing
 Container chaosgenius-worker-alerts  Killing
 Container chaosgenius-worker-analytics  Killing
 Container chaosgenius-server  Killing
 Container chaosgenius-db  Killed
 Container chaosgenius-worker-alerts  Killed
 Container chaosgenius-worker-alerts  Stopped
 Container chaosgenius-redis  Killed
 Container chaosgenius-server  Killed
 Container chaosgenius-server  Stopped
 Container chaosgenius-worker-analytics  Stopped
 Container chaosgenius-db  Stopping
 Container chaosgenius-worker-analytics  Killed
 Container chaosgenius-redis  Stopping
 Container chaosgenius-redis  Stopped
 Container chaosgenius-db  Stopped
canceled
@github-actions
Copy link

Hello there, thanks for opening your first issue. We welcome you to the community!

@Samyak2
Copy link
Contributor

Samyak2 commented Jul 10, 2023

docker.errors.DockerException: Error while fetching server API version: ('Connection aborted.', FileNotFoundError(2, 'No > > such file or directory'))

This is an expected error in all the services except for chaosgenius-server. Since I don't see this error in the logs of chaosgenius-server, the services have started up fine. Did you face any issues in accessing the UI?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants