Is quite frequent that the first CI build of our project ends up with an error:
Running with gitlab-ci-multi-runner 1.11.1 (a67a225)
on gitlab (7646635b)
Using Docker executor with image naufraghi/ubuntu:14.04-git-lfs ...
Pulling docker image naufraghi/ubuntu:14.04-git-lfs ...
Running on runner-7646635b-project-1781-concurrent-0 via gitlab...
Cloning repository...
Cloning into '/builds/yyyyyy/zzzzzzzzz'...
Checking out 9c703cba as master...
Updating/initializing submodules recursively...
Submodule 'lib/state_machine' (https://gitlab-ci-token:xxxxxxxxxxxxxxxxxxxx@gitlab.yyyyyy.com/open-source/state_machine.git) registered for path 'lib/state_machine'
Submodule 'src/nesting_client' (https://gitlab-ci-token:xxxxxxxxxxxxxxxxxxxx@gitlab.yyyyyy.com/packages/nesting_client.git) registered for path 'src/nesting_client'
Cloning into '/builds/yyyyyy/zzzzzzzzz/lib/state_machine'...
Submodule path 'lib/state_machine': checked out 'b0d76723f16062e76537a8a0843bc028d761eee3'
Cloning into '/builds/yyyyyy/zzzzzzzzz/src/nesting_client'...
remote: Not Found
fatal: repository 'https://gitlab-ci-token:xxxxxxxxxxxxxxxxxxxx@gitlab.yyyyyy.com/packages/nesting_client.git/' not found
fatal: clone of 'https://gitlab-ci-token:xxxxxxxxxxxxxxxxxxxx@gitlab.yyyyyy.com/packages/nesting_client.git' into submodule path '/builds/yyyyyy/zzzzzzzzz/src/nesting_client' failed
ERROR: Job failed: exit code 1
While if we “Retry failed” the checkout of the submodules is completed successfully.
I think this is perhaps a regression of the version 8.17.X because we never had a similar problem with the previous versions.
The local IPs are whitelisted and not shown in redis cache:gitlab:rack::attack:allow2ban:ban:...
rows.
Any hints to better debug / solve this problem? Thanks!