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

Flaky "Build and Test Docker Image" CI step #223

Open
ebyhr opened this issue Jan 30, 2024 · 0 comments
Open

Flaky "Build and Test Docker Image" CI step #223

ebyhr opened this issue Jan 30, 2024 · 0 comments

Comments

@ebyhr
Copy link
Member

ebyhr commented Jan 30, 2024

+ docker compose -f /home/runner/work/trino-gateway/trino-gateway/docker/minimal-compose.yml up --wait postgres gateway
 Network docker_default  Creating
 Network docker_default  Created
 Container docker-postgres-1  Creating
 Container docker-postgres-1  Created
 Container docker-gateway-1  Creating
 Container docker-gateway-1  Created
 Container docker-postgres-1  Starting
 Container docker-postgres-1  Started
 Container docker-postgres-1  Waiting
 Container docker-postgres-1  Error
dependency failed to start: container docker-postgres-1 is unhealthy
+ local COMPOSE_UP_RES=1
++ docker compose -f /home/runner/work/trino-gateway/trino-gateway/docker/minimal-compose.yml ps -q postgres
+ POSTGRES_CONTAINER_ID=c135a380671cb2c13def691cbde3177ed69728b509006d19bf696a8e3f37fb8f
++ docker compose -f /home/runner/work/trino-gateway/trino-gateway/docker/minimal-compose.yml ps -q gateway
+ CONTAINER_ID=
+ '[' 1 -ne 0 ']'
+ echo '🚨 Took too long waiting for Trino Gateway container to become healthy'
🚨 Took too long waiting for Trino Gateway container to become healthy
+ echo 'Logs from  follow...'
+ docker logs ''
Logs from  follow...
Error: No such container: 

https://github.com/trinodb/trino-gateway/actions/runs/7718038960/job/21038466859

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

No branches or pull requests

1 participant