make: Entering directory '/home/runner/work/sssd/sssd/sssd-ci-containers'
docker-compose -f docker-compose.yml \
-f docker-compose.keycloak.yml \
-f docker-compose.passkey.yml down
The REGISTRY variable is not set. Defaulting to a blank string.
The TAG variable is not set. Defaulting to a blank string.
The HIDRAW variable is not set. Defaulting to a blank string.
[4439] Failed to execute script docker-compose
Traceback (most recent call last):
File "urllib3/connectionpool.py", line 677, in urlopen
File "urllib3/connectionpool.py", line 392, in _make_request
File "http/client.py", line 1277, in request
File "http/client.py", line 1323, in _send_request
File "http/client.py", line 1272, in endheaders
File "http/client.py", line 1032, in _send_output
File "http/client.py", line 972, in send
File "docker/transport/unixconn.py", line 43, in connect
ConnectionRefusedError: [Errno 111] Connection refused
I'm not sure what is the exact root cause but this fixes an issue where
systemctl enable --now podman.socket
fails during container setup.This leads to
docker-compose
failing as the service is not started properlyI tested this with several CI runs in https://github.com/SSSD/sssd/pull/7019 which were successful.