From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andreas Enge Subject: Re: GNUnet build failure on mips64el Date: Tue, 25 Feb 2014 10:05:11 +0100 Message-ID: <20140225090511.GA17203@debian> References: <87d2ih6l4f.fsf@netris.org> <20140221112701.GA26961@debian> <53074E2E.5080102@totakura.in> <87d2igiit6.fsf@gnu.org> <20140221153928.GA31681@debian> <87ob20gxu0.fsf@gnu.org> <20140221182007.GA2364@debian> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:39644) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WIDxG-0006Hi-Jr for guix-devel@gnu.org; Tue, 25 Feb 2014 04:05:40 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WIDxA-0001A4-A0 for guix-devel@gnu.org; Tue, 25 Feb 2014 04:05:34 -0500 Content-Disposition: inline In-Reply-To: <20140221182007.GA2364@debian> List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: Ludovic =?iso-8859-15?Q?Court=E8s?= Cc: guix-devel@gnu.org On Fri, Feb 21, 2014 at 07:20:07PM +0100, Andreas Enge wrote: > On Fri, Feb 21, 2014 at 06:49:43PM +0100, Ludovic Court=C3=A8s wrote: > > IIUC the code, there=E2=80=99s not absolute timeout by default, only a > > timeout-on-silence. Which one do we hit here? > Things seem to stop after exactly two hours, and the last line of the log > looks as if this happens in the middle of compilation. Yet another one: http://hydra.gnu.org/build/39518 Timed out after: 2h 0m 0s Last lines of output: c++ -o nsGeolocation.o -c -I../../../dist/stl_wrappers -I../../../dist/syst= em_wrappers -include ../../../config/gcc_hidden.h -DMOZ_GLUE_IN_PROGRAM -DM= OZILLA_INTERNAL_API -D_IMPL_NS_COM -DEXPORT_XPT_API -DEXPORT_XPTC_API -D_IM= PL_NS_GFX -D_IMPL_NS_WIDGET -DIMPL_XREAPI -DIMPL_NS_NET -DIMPL_THEBES -DST= ATIC_EXPORTABLE_JS_API -DNO_NSPR_10_SUPPORT -DOS_POSIX=3D1 -DOS_LINUX=3D1 = -D_IMPL_NS_LAYOUT -I../../../dom/base -I../../../dom/ipc -I../../../content= /base/src -I../../../content/events/src -I../../../ipc/chromium/src -I../.= =2E/../ipc/glue -I../../../ipc/ipdl/_ipdlheaders -I../../../dom/src/geoloc= ation -I. -I../../../dist/include -I/tmp/nix-build-icecat-24.0.drv-0/iceca= t-24.0/dist/include/nspr -I/tmp/nix-build-icecat-24.0.drv-0/icecat-24.0/dis= t/include/nss -fPIC -Wall -Wpointer-arith -Woverloaded-virtual -Werro= r=3Dreturn-type -Wtype-limits -Wempty-body -Wsign-compare -Wno-invalid-offs= etof -Wcast-align -fno-exceptions -fno-strict-aliasing -fno-rtti -ffunction= -sections -fdata-sections -fno-exceptions -std=3Dgnu++0x -pthread -pipe -D= NDEBUG -DTRIMMED -pipe -O3 -fomit-frame-pointer -DMOZILLA_CLIENT -includ= e ../../../mozilla-config.h -MD -MP -MF .deps/nsGeolocation.o.pp /tmp/nix-= build-icecat-24.0.drv-0/icecat-24.0/dom/src/geolocation/nsGeolocation.cpp I am quite convinced there is a forced timeout after 2 hours of compilation. Andreas