From mboxrd@z Thu Jan 1 00:00:00 1970 From: iyzsong@member.fsf.org (=?utf-8?B?5a6L5paH5q2m?=) Subject: Re: [PATCH 3/4] gnu: glib: Disable tests in build phases instead of patches. Date: Tue, 19 Apr 2016 20:25:16 +0800 Message-ID: <8760vdoker.fsf@member.fsf.org> References: <1459650631-13117-1-git-send-email-iyzsong@gmail.com> <1459650631-13117-3-git-send-email-iyzsong@gmail.com> <20160403180005.GG3620@debian-netbook> <87y48unduo.fsf@member.fsf.org> <20160405114818.GA17275@debian-netbook> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:39575) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1asUit-0004R2-5s for guix-devel@gnu.org; Tue, 19 Apr 2016 08:25:44 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1asUio-0006iy-7F for guix-devel@gnu.org; Tue, 19 Apr 2016 08:25:43 -0400 Received: from smtp13.openmailbox.org ([62.4.1.47]:51916) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1asUio-0006iJ-1J for guix-devel@gnu.org; Tue, 19 Apr 2016 08:25:38 -0400 In-Reply-To: <20160405114818.GA17275@debian-netbook> (Efraim Flashner's message of "Tue, 5 Apr 2016 14:48:18 +0300") 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" To: Efraim Flashner Cc: guix-devel@gnu.org Efraim Flashner writes: > [...] > > /tmp/guix-build-glib-2.46.1.drv-0/glib-2.46.1/gio/tests [env]# > ./gapplication > /gapplication/no-dbus: OK > /gapplication/no-appid: OK > /gapplication/properties: org.freedesktop.DBus.Error.AccessDenied: > Failed to set fd limit to 65536: Operation not permitted > OK > /gapplication/app-id: OK > /gapplication/local-actions: Segmentation fault > > followed by: > /tmp/guix-build-glib-2.46.1.drv-0/glib-2.46.1/gio/tests [env]# > ./gapplication -s '/gapplication/local-actions' > /gapplication/no-dbus: OK > /gapplication/no-appid: OK > /gapplication/properties: org.freedesktop.DBus.Error.AccessDenied: > Failed to set fd limit to 65536: Operation not permitted > OK > /gapplication/app-id: OK > /gapplication/local-command-line: OK > /gapplication/resource-path: OK > /gapplication/test-help: OK > /gapplication/test-busy: org.freedesktop.DBus.Error.AccessDenied: Failed > to set fd limit to 65536: Operation not permitted > OK > /gapplication/test-handle-local-options1: OK > /gapplication/test-handle-local-options2: OK > /gapplication/test-handle-local-options3: OK > > so /gapplication/local-actions completely failed for me, so with my > understanding of the error that I got above (only 4/12 tests run) the > best course would be to patch/substitute the the > /gapplication/local-actions test to either pass for real or to just > return true. Or to tell it that there are only 4 (or 11) tests > > [...] > > Actually, I attached test-suite.log and gapplication.log but deleted the > build environment before sending, and when I rebuilt it it built cleanly > for me. I'm now rebuilding it with the --check flag (and -K). And it > built again successfully. Ah, I miss this email. So it seems we only need to disable this randomly failing 'local-actions' test. Pushed, hopefully it will work. Thanks!