Build failed with "no image"

Hi,

in one of my two machines with gitlab-ci-multi-runner installed, on one the build is working fine, while on the other it always crashes with a:

gitlab-ci-multi-runner 1.0.4 (unknown)
Using Docker executor with image ruby:2.3 ...
Pulling docker image postgres:latest ...
Starting service postgres:latest ...
Waiting for services to be up and running...

*** WARNING: Service runner-3df892ef-project-833203-concurrent-0-postgres probably didn't start properly.

no such image

2016-03-20T16:23:05.809416029Z The files belonging to this database system will be owned by user "postgres".
2016-03-20T16:23:05.809452972Z This user must also own the server process.
2016-03-20T16:23:05.809459418Z 
2016-03-20T16:23:05.809701385Z The database cluster will be initialized with locale "en_US.utf8".
2016-03-20T16:23:05.809714901Z The default database encoding has accordingly been set to "UTF8".
2016-03-20T16:23:05.809722188Z The default text search configuration will be set to "english".
2016-03-20T16:23:05.809728361Z 
2016-03-20T16:23:05.809732974Z Data page checksums are disabled.
2016-03-20T16:23:05.809737295Z 
2016-03-20T16:23:05.809741258Z fixing permissions on existing directory /var/lib/postgresql/data ... ok
2016-03-20T16:23:05.809980207Z creating subdirectories ... ok
2016-03-20T16:23:05.821391239Z selecting default max_connections ... 100
2016-03-20T16:23:05.832270666Z selecting default shared_buffers ... 128MB
2016-03-20T16:23:05.832288230Z selecting dynamic shared memory implementation ... posix
2016-03-20T16:23:05.972658855Z creating configuration files ... ok
2016-03-20T16:23:06.461750194Z creating template1 database in /var/lib/postgresql/data/base/1 ... ok
2016-03-20T16:23:06.483177164Z initializing pg_authid ... ok
2016-03-20T16:23:06.526255931Z initializing dependencies ... ok

*********

ERROR: Failed to create container volume for /cache no such image
ERROR: Failed to create container volume for /builds/Sathors no such image

ERROR: Build failed with: no such image

From the lack of debug information, I haven't been able to find the solution. I have tried to update gitlab-ci-multi-runner to the latest version, unregister the runner, register it once more, without any luck.

I use ArchLinux (up-to-date).

Thanks for your help.

Assignee Loading
Time tracking Loading