From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:35145) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bu7uj-0003UK-IZ for qemu-devel@nongnu.org; Tue, 11 Oct 2016 21:00:58 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bu7uh-0007Re-Gu for qemu-devel@nongnu.org; Tue, 11 Oct 2016 21:00:56 -0400 Date: Wed, 12 Oct 2016 09:00:44 +0800 From: Fam Zheng Message-ID: <20161012010044.GA28536@lemon> References: <20161011000558.498195.49291@ex-std-node742.prod.rhcloud.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Subject: Re: [Qemu-devel] [PATCH v4] timer: a9gtimer: remove loop to auto-increment comparator List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: P J P Cc: qemu-devel@nongnu.org, peter.maydell@linaro.org, qemu-arm@nongnu.org, liqiang6-s@360.cn On Tue, 10/11 22:44, P J P wrote: > +-- On Mon, 10 Oct 2016, no-reply@ec2-52-6-146-230.compute-1.amazonaws.com wrote --+ > | 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. > > I tried to build it locally(without docker), cloned submodule 'dtc' and used > the same './configure' options as in the test. It built okay, no error. > > | === 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 === > | > | CC hw/timer/arm_timer.o > | CC hw/timer/arm_mptimer.o > | CC hw/timer/a9gtimer.o > > It seems to build okay. > > | (gtester:6328): GLib-WARNING **: Failed to execute test binary: tests/test-qmp-output-visitor: Failed to fork (Resource temporarily unavailable) > | /bin/sh: fork: retry: Resource temporarily unavailable > | make: vfork: Resource temporarily unavailable > > This seems like a system issue, not related to the 'a9gtimer.c' patch. I think you are right, thanks for confirming! Fam