On Thu, 09/29 11:25, Markus Armbruster wrote: > no-re...@ec2-52-6-146-230.compute-1.amazonaws.com writes: > > > Hi, > > > > Your series failed automatic build test. Please find the testing commands > > and > > their output below. If you have docker installed, you can probably > > reproduce it > > locally. > > > > Type: series > > Message-id: cover.1475102513.git.alistair.fran...@xilinx.com > > Subject: [Qemu-devel] [PATCH v12 0/2] Add a generic loader > > > > === TEST SCRIPT BEGIN === > > #!/bin/bash > > set -e > > git submodule update --init dtc > > # Let docker tests dump environment info > > export SHOW_ENV=1 > > make J=8 docker-test-quick@centos6 > > make J=8 docker-test-mingw@fedora > > === TEST SCRIPT END === > > > > Updating 3c8cf5a9c21ff8782164d1def7f44bd888713384 > > Switched to a new branch 'test' > > e1a89b7 docs: Add a generic loader explanation document > > 1826cff generic-loader: Add a generic loader > > > > === OUTPUT BEGIN === > > Submodule 'dtc' (git://git.qemu-project.org/dtc.git) registered for path > > 'dtc' > > Cloning into 'dtc'... > > Submodule path 'dtc': checked out '65cc4d2748a2c2e6f27f1cf39e07a5dbabd80ebf' > > BUILD centos6 > > === OUTPUT END === > > > > Abort: command timeout (>3600 seconds) > > Patchew hiccup or a real problem?
Likely a docker hiccup. The laste line being "BUILD centos6" means the "make docker-test-quick@centos6" is hung. I don't know much more either. :( Fam