On 20/12/18 12:43, Philippe Mathieu-Daudé wrote: >> subprocess.CalledProcessError: Command '['docker', 'build', '-t', >> 'qemu:debian9', '-f', '/tmp/docker_buildsvtS6R/tmp74LVkj.docker', >> '/tmp/docker_buildsvtS6R']' returned non-zero exit status 100 >> /home/petmay01/linaro/qemu-for-merges/tests/docker/Makefile.include:53: >> recipe for target 'docker-image-debian9' failed >> make: *** [docker-image-debian9] Error 1 > > This looks an unrelated error. The Debian mirror you are using might be > out of sync (or syncing), or the filesystem where you store your Docker > image is full?
Indeed I cannot reproduce it. I'll send the pull request with g_test_skip fixed (well, removed -- the harness notes 0 tests run and declares it a SKIP anyway). Paolo