From owner-freebsd-gecko@FreeBSD.ORG Thu Sep 12 07:19:59 2013 Return-Path: Delivered-To: freebsd-gecko@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 24F91FAA for ; Thu, 12 Sep 2013 07:19:59 +0000 (UTC) (envelope-from cowbert@gmail.com) Received: from mail-lb0-x231.google.com (mail-lb0-x231.google.com [IPv6:2a00:1450:4010:c04::231]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id A6DD325DC for ; Thu, 12 Sep 2013 07:19:58 +0000 (UTC) Received: by mail-lb0-f177.google.com with SMTP id w7so506890lbi.22 for ; Thu, 12 Sep 2013 00:19:56 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=V0VhI1tw1nHzbubzHD/wfFkuMkk7KlZfTGFSWP7Svbc=; b=MMCTBMLBb6SWVN/CTkaBRnMYItaCa61z14YnHxJR2YFdU725tfzaOXg0GCMMrCjZ9a pGJPPOrheYJ0aKNed0pMF4jpkcQVuOt0sdoTllVG/UTMvGPHo4S482uI6UIBN7+5sziv 2kWgE3cr8QyZ3WFMQumcf8vX0k434k4hh6SfDoYeHyjVT47xRNBbbCtyVcDTEd9ie+hx 5fv5b6Ph120rH80+N20eZzrf6MWylHQSjaBPjKXTVukUfRDGpI6SUcOS7587zc6LjdGG juMg5AJm7a5ZhwsazuA1cj77sej2G51C5X5EgJPJIhQeiwuh02GyJHOzRHUKevUKXXW2 Iw/Q== MIME-Version: 1.0 X-Received: by 10.152.2.4 with SMTP id 4mr4980014laq.0.1378970396606; Thu, 12 Sep 2013 00:19:56 -0700 (PDT) Received: by 10.112.17.2 with HTTP; Thu, 12 Sep 2013 00:19:56 -0700 (PDT) In-Reply-To: <5230BF83.60206@queue.to> References: <5230BF83.60206@queue.to> Date: Thu, 12 Sep 2013 03:19:56 -0400 Message-ID: Subject: Re: Firefox23 PGO build fails on automation.py error code -10 From: Peter Lai To: Howard Goldstein Content-Type: text/plain; charset=UTF-8 Cc: freebsd-gecko@freebsd.org X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Gecko Rendering Engine issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Sep 2013 07:19:59 -0000 Yes tests are enabled, and also explicity in bsd.gecko.mk: #MOZ_OPTIONS+= --disable-tests \ MOZ_OPTIONS+= --enable-tests \ --enable-chrome-format=${MOZ_CHROME} \ --enable-default-toolkit=${MOZ_TOOLKIT} \ --with-pthreads MOZ_PGO_INSTRUMENTED=1 JARLOG_FILE=jarlog/en-US.log EXTRA_TEST_ARGS=10 gmake -C . pgo-profile-run gmake[1]: Entering directory `/usr/obj/usr/ports/www/firefox/work/mozilla-release/obj-x86_64-unknown-freebsd9.1' /usr/obj/usr/ports/www/firefox/work/mozilla-release/obj-x86_64-unknown-freebsd9.1/_virtualenv/bin/python ./_profile/pgo/profileserver.py 10 args: ['/usr/obj/usr/ports/www/firefox/work/mozilla-release/obj-x86_64-unknown-freebsd9.1/dist/firefox/firefox-bin', '-no-remote', '-profile', '/usr/obj/usr/ports/www/firefox/work/mozilla-release/obj-x86_64-unknown-freebsd9.1/_profile/pgo/pgoprofile/', 'http://127.0.0.1:8888/index.html'] INFO | automation.py | Application pid: 18799 TEST-UNEXPECTED-FAIL | automation.py | Exited with code -10 during test run INFO | automation.py | Application ran for: 0:00:00.332977 INFO | zombiecheck | Reading PID log: /tmp/tmpTcTsY0pidlog gmake[1]: *** [pgo-profile-run] Error 246 gmake[1]: Leaving directory `/usr/obj/usr/ports/www/firefox/work/mozilla-release/obj-x86_64-unknown-freebsd9.1' gmake: *** [profiledbuild] Error 2 ===> Compilation failed unexpectedly. Try to set MAKE_JOBS_UNSAFE=yes and rebuild before reporting the failure to the maintainer. *** [do-build] Error code 1 Stop in /usr/ports/www/firefox. *** [build] Error code 1 Stop in /usr/ports/www/firefox. On Wed, Sep 11, 2013 at 3:07 PM, Howard Goldstein wrote: > On 09/09/2013 11:55, Peter Lai wrote: >> I patched Firefox 23 from a portsnap taken 2013-09-08 with the patches >> from http://lists.freebsd.org/pipermail/freebsd-gecko/2013-August/003598.html >> It will not PGO. I su -m, confirm shell can access X (run glxgears), >> PGO build fails after automation.py tries to run with error code -10. > > Make sure your .mozconfig contains --enable-tests. You may need to tweak > bsd.gecko.mk to suppress --disable-tests > > >