You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For some reason this PR #662 is failing in Sorrentum
with the container not even start on GH, while it works for me locally
73 run_fast_tests Run fast tests 2024-02-21T00:00:42.8353290Z # Configure env
74 run_fast_tests Run fast tests 2024-02-21T00:00:42.8358053Z # Set up Docker-in-docker
75 run_fast_tests Run fast tests 2024-02-21T00:00:42.8783205Z { "storage-driver": "vfs" }
76 run_fast_tests Run fast tests 2024-02-21T00:00:42.9584377Z /etc/init.d/docker: 62: ulimit: error setting limit (Invalid argument)
77 run_fast_tests Run fast tests 2024-02-21T00:00:43.1166534Z ^[[31mERROR^[[0m: 2
78 run_fast_tests Run fast tests 2024-02-21T00:00:43.2582521Z ##[error]Process completed with exit code 2.
Do you know what's the problem?
It might be something silly, like the container and the Docker scripts not being in sync...
The issue comes with the new version of the docker CLI: docker/cli#4807
In short: the setting ulimit parameter break some limitation inside the docker.
The bandaid is comment out this line ulimit... inside the /etc/init.d/docker.
I saw Samarth fixed it already in the sorrentum repo: #661
Just checked locally: I can run the tests and bash into containter.
Is the issue still persistent?
For some reason this PR #662 is failing in Sorrentum
with the container not even start on GH, while it works for me locally
Do you know what's the problem?
It might be something silly, like the container and the Docker scripts not being in sync...
FYI @samarth9008
The text was updated successfully, but these errors were encountered: