From unknown Sat Jun 21 03:28:27 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#26211 <26211@debbugs.gnu.org> To: bug#26211 <26211@debbugs.gnu.org> Subject: Status: [PATCH] gnu: networkmanager-qt: Disable a failing test. Reply-To: bug#26211 <26211@debbugs.gnu.org> Date: Sat, 21 Jun 2025 10:28:27 +0000 retitle 26211 [PATCH] gnu: networkmanager-qt: Disable a failing test. reassign 26211 guix-patches submitter 26211 Hartmut Goebel severity 26211 normal tag 26211 patch moreinfo fixed thanks From debbugs-submit-bounces@debbugs.gnu.org Tue Mar 21 15:59:47 2017 Received: (at submit) by debbugs.gnu.org; 21 Mar 2017 19:59:47 +0000 Received: from localhost ([127.0.0.1]:38325 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1cqPwZ-0005Mr-4W for submit@debbugs.gnu.org; Tue, 21 Mar 2017 15:59:47 -0400 Received: from eggs.gnu.org ([208.118.235.92]:56795) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1cqPwW-0005Md-8t for submit@debbugs.gnu.org; Tue, 21 Mar 2017 15:59:44 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cqPwQ-0000g8-As for submit@debbugs.gnu.org; Tue, 21 Mar 2017 15:59:39 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([2001:4830:134:3::11]:41392) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1cqPwQ-0000g0-8L for submit@debbugs.gnu.org; Tue, 21 Mar 2017 15:59:38 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:47741) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cqPwO-0002T2-V4 for guix-patches@gnu.org; Tue, 21 Mar 2017 15:59:37 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cqPwL-0000ed-2b for guix-patches@gnu.org; Tue, 21 Mar 2017 15:59:37 -0400 Received: from mail-out.m-online.net ([212.18.0.9]:52112) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1cqPwK-0000dv-TK for guix-patches@gnu.org; Tue, 21 Mar 2017 15:59:33 -0400 Received: from frontend01.mail.m-online.net (unknown [192.168.8.182]) by mail-out.m-online.net (Postfix) with ESMTP id 3vnkDL6nKJz3hjgS for ; Tue, 21 Mar 2017 20:59:30 +0100 (CET) Received: from localhost (dynscan01.mnet-online.de [192.168.6.70]) by mail.m-online.net (Postfix) with ESMTP id 3vnkDL6DqVz3hhss for ; Tue, 21 Mar 2017 20:59:30 +0100 (CET) X-Virus-Scanned: amavisd-new at mnet-online.de Received: from mail.mnet-online.de ([192.168.8.182]) by localhost (dynscan01.mail.m-online.net [192.168.6.70]) (amavisd-new, port 10024) with ESMTP id 9AzYZqpA7U3G for ; Tue, 21 Mar 2017 20:59:30 +0100 (CET) Received: from hermia.goebel-consult.de (ppp-46-244-151-226.dynamic.mnet-online.de [46.244.151.226]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by mail.mnet-online.de (Postfix) with ESMTPS for ; Tue, 21 Mar 2017 20:59:30 +0100 (CET) Received: from thisbe.fritz.box (thisbe.fritz.box [192.168.110.23]) by hermia.goebel-consult.de (Postfix) with ESMTP id 5D1F6606A1 for ; Tue, 21 Mar 2017 22:00:54 +0100 (CET) From: Hartmut Goebel To: guix-patches@gnu.org Subject: [PATCH] gnu: networkmanager-qt: Disable a failing test. Date: Tue, 21 Mar 2017 20:59:29 +0100 Message-Id: <1490126369-10238-1-git-send-email-h.goebel@crazy-compilers.com> X-Mailer: git-send-email 2.7.4 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x [fuzzy] X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 2001:4830:134:3::11 X-Spam-Score: -5.0 (-----) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -5.0 (-----) The error-message was: "D-Bus library appears to be incorrectly set up; failed to read machine uuid: Failed to open '/etc/machine-id': No such file or directory". * gnu/packages/kde-frameworks.scm (networkmanager-qt): [disable-failing-tests] New phase. --- gnu/packages/kde-frameworks.scm | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm index 5b11f12..01bbe29 100644 --- a/gnu/packages/kde-frameworks.scm +++ b/gnu/packages/kde-frameworks.scm @@ -1113,6 +1113,13 @@ messages.") (arguments `(#:phases (modify-phases %standard-phases + (add-after 'unpack 'disable-failing-tests + (lambda* _ + ;; Disable test requiring a dbus machine-id: + (substitute* "autotests/CMakeLists.txt" + (("^ecm_add_test\\(activeconnectiontest\\.cpp .*") + "")) + #t)) (replace 'check (lambda _ (setenv "DBUS_FATAL_WARNINGS" "0") -- 2.7.4 From debbugs-submit-bounces@debbugs.gnu.org Tue Mar 21 16:04:38 2017 Received: (at 26211) by debbugs.gnu.org; 21 Mar 2017 20:04:39 +0000 Received: from localhost ([127.0.0.1]:38330 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1cqQ1G-0005VV-O9 for submit@debbugs.gnu.org; Tue, 21 Mar 2017 16:04:38 -0400 Received: from mail-out.m-online.net ([212.18.0.9]:36300) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1cqQ1E-0005VL-Uc for 26211@debbugs.gnu.org; Tue, 21 Mar 2017 16:04:37 -0400 Received: from frontend01.mail.m-online.net (unknown [192.168.8.182]) by mail-out.m-online.net (Postfix) with ESMTP id 3vnkLC6pmZz3hjfD for <26211@debbugs.gnu.org>; Tue, 21 Mar 2017 21:04:35 +0100 (CET) Received: from localhost (dynscan01.mnet-online.de [192.168.6.70]) by mail.m-online.net (Postfix) with ESMTP id 3vnkLC5qQXz3hht2 for <26211@debbugs.gnu.org>; Tue, 21 Mar 2017 21:04:35 +0100 (CET) X-Virus-Scanned: amavisd-new at mnet-online.de Received: from mail.mnet-online.de ([192.168.8.182]) by localhost (dynscan01.mail.m-online.net [192.168.6.70]) (amavisd-new, port 10024) with ESMTP id s6j1YYv1Corb for <26211@debbugs.gnu.org>; Tue, 21 Mar 2017 21:04:34 +0100 (CET) Received: from hermia.goebel-consult.de (ppp-46-244-151-226.dynamic.mnet-online.de [46.244.151.226]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by mail.mnet-online.de (Postfix) with ESMTPS for <26211@debbugs.gnu.org>; Tue, 21 Mar 2017 21:04:34 +0100 (CET) Received: from thisbe.goebel-consult.de (hermia.goebel-consult.de [192.168.110.7]) by hermia.goebel-consult.de (Postfix) with ESMTP id 0586C606A1 for <26211@debbugs.gnu.org>; Tue, 21 Mar 2017 22:05:59 +0100 (CET) To: 26211@debbugs.gnu.org From: Hartmut Goebel Subject: Re: Organization: crazy-compilers.com Message-ID: Date: Tue, 21 Mar 2017 21:04:34 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.7.1 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 26211 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.7 (/) This fixes a build failure occuring since at least 2016-12-04. This is the fixed version of the patch I sent (and retracted) yesterday https://debbugs.gnu.org/cgi/bugreport.cgi?bug=26197 -- Regards Hartmut Goebel | Hartmut Goebel | h.goebel@crazy-compilers.com | | www.crazy-compilers.com | compilers which you thought are impossible | From debbugs-submit-bounces@debbugs.gnu.org Tue Mar 21 16:24:57 2017 Received: (at 26211) by debbugs.gnu.org; 21 Mar 2017 20:24:58 +0000 Received: from localhost ([127.0.0.1]:38352 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1cqQKv-0005yb-OY for submit@debbugs.gnu.org; Tue, 21 Mar 2017 16:24:57 -0400 Received: from out1-smtp.messagingengine.com ([66.111.4.25]:60147) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1cqQKt-0005yS-AF for 26211@debbugs.gnu.org; Tue, 21 Mar 2017 16:24:55 -0400 Received: from compute4.internal (compute4.nyi.internal [10.202.2.44]) by mailout.nyi.internal (Postfix) with ESMTP id E5F19209AB; Tue, 21 Mar 2017 16:24:54 -0400 (EDT) Received: from frontend1 ([10.202.2.160]) by compute4.internal (MEProxy); Tue, 21 Mar 2017 16:24:54 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=famulari.name; h=cc:content-type:date:from:in-reply-to:message-id:mime-version :references:subject:to:x-me-sender:x-me-sender:x-sasl-enc :x-sasl-enc; s=mesmtp; bh=/8l1EAxFZAIzog1qTVk2kmL99vi6QIbyo+UVmc vwp1Y=; b=NjOYQzYCih7nzCtyUPg7w/Dm3+b/xjZ+LNMVg/Zg1Lm66QX9A3pbr+ QNn05Bd1RmQ6dflVG1ImzB4t+nrsyDzI/2Gqp3ZsG4/Bg2HoiW2c3twL/pOVt9/e dAAAncYddfJGrNlgnSUxrBtWYrzgQRxcYyS4QMhlXSWcutW8R3CSo= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-me-sender :x-me-sender:x-sasl-enc:x-sasl-enc; s=fm1; bh=/8l1EAxFZAIzog1qTV k2kmL99vi6QIbyo+UVmcvwp1Y=; b=SDbY6RsloRJRUCqQIQLm4AGpx4bWswaO/r bAg8pyV376+UbStH/fci5zwE6mwhbcsQi2ivU+TT3jtjCqhBfaOzMkl62hNqpFSZ FJruQVs3xwJZshyvVyhGZgZ0MSIS3xelcIRoM5IPj6DPhQdb1ZidvOERB2Wtuy5h ygFVWp36tKLzwqozY1hNdtHjnEBCJLF7x5Abjumz/wOPbmFZuk978slcPBcTklI2 1FOsWwEvklX3LONjHAA44WTtA2WbzhanipAmCjLaEEcBCyYgOWXbXarabjbpW+UU ycmW/Rzn84favAkO9iDOwF1yimoxzHxRt47Un3DLpW63uVhv+C/A== X-ME-Sender: X-Sasl-enc: oB+4DvFEroFKr9e+GLG/bafLWUURgv+Rif/lcspjShiE 1490127894 Received: from localhost (c-73-188-17-148.hsd1.pa.comcast.net [73.188.17.148]) by mail.messagingengine.com (Postfix) with ESMTPA id AD43E7E652; Tue, 21 Mar 2017 16:24:54 -0400 (EDT) Date: Tue, 21 Mar 2017 16:24:53 -0400 From: Leo Famulari To: Hartmut Goebel Subject: Re: bug#26211: [PATCH] gnu: networkmanager-qt: Disable a failing test. Message-ID: <20170321202453.GA26232@jasmine> References: <1490126369-10238-1-git-send-email-h.goebel@crazy-compilers.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="6TrnltStXW4iwmi0" Content-Disposition: inline In-Reply-To: <1490126369-10238-1-git-send-email-h.goebel@crazy-compilers.com> User-Agent: Mutt/1.8.0 (2017-02-23) X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 26211 Cc: 26211@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.7 (/) --6TrnltStXW4iwmi0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Mar 21, 2017 at 08:59:29PM +0100, Hartmut Goebel wrote: > The error-message was: "D-Bus library appears to be incorrectly set up; > failed to read machine uuid: Failed to open '/etc/machine-id': > No such file or directory". >=20 > * gnu/packages/kde-frameworks.scm (networkmanager-qt): > [disable-failing-tests] New phase. > --- > gnu/packages/kde-frameworks.scm | 7 +++++++ > 1 file changed, 7 insertions(+) >=20 > diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-framework= s.scm > index 5b11f12..01bbe29 100644 > --- a/gnu/packages/kde-frameworks.scm > +++ b/gnu/packages/kde-frameworks.scm > @@ -1113,6 +1113,13 @@ messages.") > (arguments > `(#:phases > (modify-phases %standard-phases > + (add-after 'unpack 'disable-failing-tests > + (lambda* _ > + ;; Disable test requiring a dbus machine-id: > + (substitute* "autotests/CMakeLists.txt" > + (("^ecm_add_test\\(activeconnectiontest\\.cpp .*") > + "")) > + #t)) In (gnu packages gnome), there are some packages where we work around this problem with (setenv "DBUS_FATAL_WARNINGS" "0"). If we used that instead, do you know if the test would still be able to check some things for us? Or does it just disable the test in another way? --6TrnltStXW4iwmi0 Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAABCAAdFiEEsFFZSPHn08G5gDigJkb6MLrKfwgFAljRjBUACgkQJkb6MLrK fwhIgA/7BlhuxRPozbllWmaJGYhgyL2kYCtG7Xfd25eBigMhCfOkbmO0FiTkerbp J95A5v5XePgJ3EaIa+jY9YDh5Sng7UHjYtjRgKFI3cJgu43jCwSRJlvUqbPyuSwc pB8PLqJ88yFVcVoVG6HguOZnh81xTNpXxOFpXtC1/WsmNSXfaMckAH1C6FRa5KEd Bhjxrt0BnspsAQUDkoK4msKssi0JI0RUw+x5moL9JDs0aDYuLIMqcBO45SVO/Ady 1nHRgi6KZieuSGdodEYm/E3LF6koxFI/MQIr/s6rzNwYLti+NvIjBh0VU5td1yAz FFQaUjWvdKJSzEQ7rh0e2l9iz9GVQUJTKfQJpouZ/GnOSg0TyYaFwzI9UkYgm24Y TBgBqPoVIT9+h8p/9WOsgVdek7eoARawIlC+ukHZbS/KhRAQzYBQ0mhOud9RxWA6 EOBYrJZ43wHnxEd3g7ozcu1c76WEPzVJXP3ds/4BOtO9eyGjJZTxqGnOtlDUFKo0 /VCanlGzWlBVd7Pio027XrktklMLvlV2CqHIcG1Wc//EpGXU9LZsQ06uT8Lu9D1V uENk6xcKV4MrU76kDkO1JdLiY3tnkKAIefLObwYvRNAJDf1orNTkB4eg9vIOwCOU bvOFa7FEstGJgEipb9E1/8zm3nL9Ebzex0QRspiaEwjFCRBnQsw= =65Ah -----END PGP SIGNATURE----- --6TrnltStXW4iwmi0-- From debbugs-submit-bounces@debbugs.gnu.org Tue Mar 21 18:12:56 2017 Received: (at 26211) by debbugs.gnu.org; 21 Mar 2017 22:12:56 +0000 Received: from localhost ([127.0.0.1]:38421 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1cqS1Q-0001u8-C1 for submit@debbugs.gnu.org; Tue, 21 Mar 2017 18:12:56 -0400 Received: from mail-out.m-online.net ([212.18.0.10]:58654) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1cqS1O-0001tz-Em for 26211@debbugs.gnu.org; Tue, 21 Mar 2017 18:12:54 -0400 Received: from frontend01.mail.m-online.net (unknown [192.168.8.182]) by mail-out.m-online.net (Postfix) with ESMTP id 3vnnBB1Ls4z1qqks; Tue, 21 Mar 2017 23:12:50 +0100 (CET) Received: from localhost (dynscan01.mnet-online.de [192.168.6.70]) by mail.m-online.net (Postfix) with ESMTP id 3vnnB96byGz3hht3; Tue, 21 Mar 2017 23:12:49 +0100 (CET) X-Virus-Scanned: amavisd-new at mnet-online.de Received: from mail.mnet-online.de ([192.168.8.182]) by localhost (dynscan01.mail.m-online.net [192.168.6.70]) (amavisd-new, port 10024) with ESMTP id p2LcPZiegZje; Tue, 21 Mar 2017 23:12:49 +0100 (CET) Received: from hermia.goebel-consult.de (ppp-46-244-151-226.dynamic.mnet-online.de [46.244.151.226]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by mail.mnet-online.de (Postfix) with ESMTPS; Tue, 21 Mar 2017 23:12:49 +0100 (CET) Received: from thisbe.goebel-consult.de (hermia.goebel-consult.de [192.168.110.7]) by hermia.goebel-consult.de (Postfix) with ESMTP id BDCEA606A1; Wed, 22 Mar 2017 00:14:14 +0100 (CET) Subject: Re: bug#26211: [PATCH] gnu: networkmanager-qt: Disable a failing test. To: Leo Famulari References: <1490126369-10238-1-git-send-email-h.goebel@crazy-compilers.com> <20170321202453.GA26232@jasmine> From: Hartmut Goebel Organization: crazy-compilers.com Message-ID: Date: Tue, 21 Mar 2017 23:12:48 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.7.1 MIME-Version: 1.0 In-Reply-To: <20170321202453.GA26232@jasmine> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: quoted-printable X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 26211 Cc: 26211@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.7 (/) Am 21.03.2017 um 21:24 schrieb Leo Famulari: > In (gnu packages gnome), there are some packages where we work around > this problem with (setenv "DBUS_FATAL_WARNINGS" "0"). Unfortunately this will not make the test pass. TO fix the test, we would need to be able to create /etc&machine-id, which is not possible in the build-container AFAIK. --=20 Regards Hartmut Goebel | Hartmut Goebel | h.goebel@crazy-compilers.com | | www.crazy-compilers.com | compilers which you thought are impossible | From debbugs-submit-bounces@debbugs.gnu.org Sat Mar 25 10:17:33 2017 Received: (at 26211) by debbugs.gnu.org; 25 Mar 2017 14:17:33 +0000 Received: from localhost ([127.0.0.1]:44420 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1crmVZ-00028M-9g for submit@debbugs.gnu.org; Sat, 25 Mar 2017 10:17:33 -0400 Received: from eggs.gnu.org ([208.118.235.92]:42091) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1crmVW-000287-Tw for 26211@debbugs.gnu.org; Sat, 25 Mar 2017 10:17:31 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1crmVN-00019q-HR for 26211@debbugs.gnu.org; Sat, 25 Mar 2017 10:17:25 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=0.8 required=5.0 tests=BAYES_50,RP_MATCHES_RCVD autolearn=disabled version=3.3.2 Received: from fencepost.gnu.org ([2001:4830:134:3::e]:55066) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1crmVN-00019l-Dn; Sat, 25 Mar 2017 10:17:21 -0400 Received: from reverse-83.fdn.fr ([80.67.176.83]:33502 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1crmVM-00063H-Ng; Sat, 25 Mar 2017 10:17:21 -0400 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) To: Hartmut Goebel Subject: Re: bug#26211: [PATCH] gnu: networkmanager-qt: Disable a failing test. References: <1490126369-10238-1-git-send-email-h.goebel@crazy-compilers.com> Date: Sat, 25 Mar 2017 15:17:13 +0100 In-Reply-To: <1490126369-10238-1-git-send-email-h.goebel@crazy-compilers.com> (Hartmut Goebel's message of "Tue, 21 Mar 2017 20:59:29 +0100") Message-ID: <87lgrtwidy.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2001:4830:134:3::e X-Spam-Score: -5.0 (-----) X-Debbugs-Envelope-To: 26211 Cc: 26211@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -5.0 (-----) Hi Hartmut, Hartmut Goebel skribis: > The error-message was: "D-Bus library appears to be incorrectly set up; > failed to read machine uuid: Failed to open '/etc/machine-id': > No such file or directory". The output is: --8<---------------cut here---------------start------------->8--- starting phase `check' process 2014: D-Bus library appears to be incorrectly set up; failed to rea= d machine uuid: Failed to open "/etc/machine-id": No such file or directory See the manual page for dbus-uuidgen to correct this issue. Test project /tmp/guix-build-networkmanager-qt-5.28.0.drv-0/build Start 1: managertest 1/25 Test #1: managertest ...................... Passed 0.01 sec Start 2: settingstest 2/25 Test #2: settingstest ..................... Passed 0.01 sec Start 3: activeconnectiontest 3/25 Test #3: activeconnectiontest .............***Failed 0.81 sec Start 4: 8021xsettingtest [...] 96% tests passed, 1 tests failed out of 25 Total Test time (real) =3D 0.97 sec The following tests FAILED: 3 - activeconnectiontest (Failed) Errors while running CTest phase `check' failed after 1.0 seconds --8<---------------cut here---------------end--------------->8--- So the failure is the =E2=80=98activeconnectiontest=E2=80=99 test, not the = D-Bus thing. Outside the chroot build environment (and outside of =E2=80=98guix environm= ent -C=E2=80=99), this test passes. When running =E2=80=9Cctest --verbose=E2=80=9D, we see: --8<---------------cut here---------------start------------->8--- 3: Test command: /tmp/guix-build-networkmanager-qt-5.28.0.drv-0/build/autot= ests/activeconnectiontest 3: Test timeout computed to be: 9.99988e+06 3: ********* Start testing of ActiveConnectionTest ********* 3: Config: Using QtTest library 5.7.1, Qt 5.7.1 (x86_64-little_endian-lp64 = shared (dynamic) release build; by GCC 4.9.4) 3: QWARN : ActiveConnectionTest::initTestCase() networkmanager-qt: void Ne= tworkManager::NetworkManagerPrivate::propertiesChanged(const QVariantMap&) = Unhandled property "Devices" 3: QWARN : ActiveConnectionTest::initTestCase() networkmanager-qt: virtual= void NetworkManager::DevicePrivate::propertyChanged(const QString&, const = QVariant&) Unhandled property "Carrier" 3: QWARN : ActiveConnectionTest::initTestCase() networkmanager-qt: virtual= void NetworkManager::DevicePrivate::propertyChanged(const QString&, const = QVariant&) Unhandled property "HwAddress" 3: QWARN : ActiveConnectionTest::initTestCase() networkmanager-qt: virtual= void NetworkManager::DevicePrivate::propertyChanged(const QString&, const = QVariant&) Unhandled property "PermHwAddress" 3: QWARN : ActiveConnectionTest::initTestCase() networkmanager-qt: virtual= void NetworkManager::DevicePrivate::propertyChanged(const QString&, const = QVariant&) Unhandled property "Speed" 3: PASS : ActiveConnectionTest::initTestCase() 3: FAIL! : ActiveConnectionTest::testActiveConnection() Compared values ar= e not the same 3: Actual (activeConnectionStateChangedSpy.count()): 0 3: Expected (1) : 1 3: Loc: [/tmp/guix-build-networkmanager-qt-5.28.0.drv-0/networkmanager-q= t-5.28.0/autotests/activeconnectiontest.cpp(118)] 3: PASS : ActiveConnectionTest::cleanupTestCase() 3: Totals: 2 passed, 1 failed, 0 skipped, 0 blacklisted, 805ms 3: ********* Finished testing of ActiveConnectionTest ********* 3/25 Test #3: activeconnectiontest .............***Failed 0.81 sec --8<---------------cut here---------------end--------------->8--- We can get more details as explained at by running: dbus-launch /tmp/guix-build-networkmanager-qt-5.28.0.drv-0/build/autotest= s/activeconnectiontest -vs That didn=E2=80=99t really help me though. The strace output shows nothing obvious either (such uses code looking for actual network interfaces via /proc/net/dev or using ioctls); it seems the code has complete mocks for network interfaces and shouldn=E2=80=99t depend on the real network interfa= ces. Could be maybe seek advice from upstream? HTH, Ludo=E2=80=99. From debbugs-submit-bounces@debbugs.gnu.org Fri Jun 02 12:32:21 2017 Received: (at control) by debbugs.gnu.org; 2 Jun 2017 16:32:21 +0000 Received: from localhost ([127.0.0.1]:51809 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1dGpUr-0000jd-Fr for submit@debbugs.gnu.org; Fri, 02 Jun 2017 12:32:21 -0400 Received: from eggs.gnu.org ([208.118.235.92]:42507) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1dGpUq-0000jP-D4 for control@debbugs.gnu.org; Fri, 02 Jun 2017 12:32:20 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dGpUi-0004LL-Lx for control@debbugs.gnu.org; Fri, 02 Jun 2017 12:32:15 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,RP_MATCHES_RCVD autolearn=disabled version=3.3.2 Received: from fencepost.gnu.org ([2001:4830:134:3::e]:58338) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dGpUi-0004LF-JR for control@debbugs.gnu.org; Fri, 02 Jun 2017 12:32:12 -0400 Received: from reverse-83.fdn.fr ([80.67.176.83]:37678 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1dGpUh-0007UY-U9 for control@debbugs.gnu.org; Fri, 02 Jun 2017 12:32:12 -0400 Date: Fri, 02 Jun 2017 18:32:09 +0200 Message-Id: <87r2z24agm.fsf@gnu.org> To: control@debbugs.gnu.org From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: control message for bug #26211 MIME-version: 1.0 Content-type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2001:4830:134:3::e X-Spam-Score: -5.0 (-----) X-Debbugs-Envelope-To: control X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -5.0 (-----) tags 26211 moreinfo From debbugs-submit-bounces@debbugs.gnu.org Fri Sep 08 11:46:37 2017 Received: (at 26211) by debbugs.gnu.org; 8 Sep 2017 15:46:37 +0000 Received: from localhost ([127.0.0.1]:56162 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1dqLUL-0005VM-CJ for submit@debbugs.gnu.org; Fri, 08 Sep 2017 11:46:37 -0400 Received: from eggs.gnu.org ([208.118.235.92]:59137) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1dqLUI-0005V6-Ip for 26211@debbugs.gnu.org; Fri, 08 Sep 2017 11:46:35 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dqLU9-0006jy-Gy for 26211@debbugs.gnu.org; Fri, 08 Sep 2017 11:46:29 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=0.8 required=5.0 tests=BAYES_50,RP_MATCHES_RCVD autolearn=disabled version=3.3.2 Received: from fencepost.gnu.org ([2001:4830:134:3::e]:37826) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dqLU9-0006ij-DK; Fri, 08 Sep 2017 11:46:25 -0400 Received: from [193.50.110.231] (port=41774 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1dqLU8-0005ZM-U9; Fri, 08 Sep 2017 11:46:25 -0400 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) To: Hartmut Goebel Subject: Re: bug#26211: [PATCH] gnu: networkmanager-qt: Disable a failing test. References: <1490126369-10238-1-git-send-email-h.goebel@crazy-compilers.com> <87lgrtwidy.fsf@gnu.org> Date: Fri, 08 Sep 2017 17:46:23 +0200 In-Reply-To: <87lgrtwidy.fsf@gnu.org> ("Ludovic \=\?utf-8\?Q\?Court\=C3\=A8s\=22'\?\= \=\?utf-8\?Q\?s\?\= message of "Sat, 25 Mar 2017 15:17:13 +0100") Message-ID: <87a8259os0.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2001:4830:134:3::e X-Spam-Score: -5.0 (-----) X-Debbugs-Envelope-To: 26211 Cc: 26211@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -5.0 (-----) Hi Hartmut, Any update on this? Thanks, Ludo=E2=80=99. ludo@gnu.org (Ludovic Court=C3=A8s) skribis: > Hi Hartmut, > > Hartmut Goebel skribis: > >> The error-message was: "D-Bus library appears to be incorrectly set up; >> failed to read machine uuid: Failed to open '/etc/machine-id': >> No such file or directory". > > The output is: > > starting phase `check' > process 2014: D-Bus library appears to be incorrectly set up; failed to r= ead machine uuid: Failed to open "/etc/machine-id": No such file or directo= ry > See the manual page for dbus-uuidgen to correct this issue. > Test project /tmp/guix-build-networkmanager-qt-5.28.0.drv-0/build > Start 1: managertest > 1/25 Test #1: managertest ...................... Passed 0.01 sec > Start 2: settingstest > 2/25 Test #2: settingstest ..................... Passed 0.01 sec > Start 3: activeconnectiontest > 3/25 Test #3: activeconnectiontest .............***Failed 0.81 sec > Start 4: 8021xsettingtest > > [...] > > 96% tests passed, 1 tests failed out of 25 > > Total Test time (real) =3D 0.97 sec > > The following tests FAILED: > 3 - activeconnectiontest (Failed) > Errors while running CTest > phase `check' failed after 1.0 seconds > > > So the failure is the =E2=80=98activeconnectiontest=E2=80=99 test, not th= e D-Bus thing. > Outside the chroot build environment (and outside of =E2=80=98guix enviro= nment > -C=E2=80=99), this test passes. > > When running =E2=80=9Cctest --verbose=E2=80=9D, we see: > > 3: Test command: /tmp/guix-build-networkmanager-qt-5.28.0.drv-0/build/aut= otests/activeconnectiontest > 3: Test timeout computed to be: 9.99988e+06 > 3: ********* Start testing of ActiveConnectionTest ********* > 3: Config: Using QtTest library 5.7.1, Qt 5.7.1 (x86_64-little_endian-lp6= 4 shared (dynamic) release build; by GCC 4.9.4) > 3: QWARN : ActiveConnectionTest::initTestCase() networkmanager-qt: void = NetworkManager::NetworkManagerPrivate::propertiesChanged(const QVariantMap&= ) Unhandled property "Devices" > 3: QWARN : ActiveConnectionTest::initTestCase() networkmanager-qt: virtu= al void NetworkManager::DevicePrivate::propertyChanged(const QString&, cons= t QVariant&) Unhandled property "Carrier" > 3: QWARN : ActiveConnectionTest::initTestCase() networkmanager-qt: virtu= al void NetworkManager::DevicePrivate::propertyChanged(const QString&, cons= t QVariant&) Unhandled property "HwAddress" > 3: QWARN : ActiveConnectionTest::initTestCase() networkmanager-qt: virtu= al void NetworkManager::DevicePrivate::propertyChanged(const QString&, cons= t QVariant&) Unhandled property "PermHwAddress" > 3: QWARN : ActiveConnectionTest::initTestCase() networkmanager-qt: virtu= al void NetworkManager::DevicePrivate::propertyChanged(const QString&, cons= t QVariant&) Unhandled property "Speed" > 3: PASS : ActiveConnectionTest::initTestCase() > 3: FAIL! : ActiveConnectionTest::testActiveConnection() Compared values = are not the same > 3: Actual (activeConnectionStateChangedSpy.count()): 0 > 3: Expected (1) : 1 > 3: Loc: [/tmp/guix-build-networkmanager-qt-5.28.0.drv-0/networkmanager= -qt-5.28.0/autotests/activeconnectiontest.cpp(118)] > 3: PASS : ActiveConnectionTest::cleanupTestCase() > 3: Totals: 2 passed, 1 failed, 0 skipped, 0 blacklisted, 805ms > 3: ********* Finished testing of ActiveConnectionTest ********* > 3/25 Test #3: activeconnectiontest .............***Failed 0.81 sec > > We can get more details as explained at > by running: > > dbus-launch /tmp/guix-build-networkmanager-qt-5.28.0.drv-0/build/autote= sts/activeconnectiontest -vs > > That didn=E2=80=99t really help me though. The strace output shows nothi= ng > obvious either (such uses code looking for actual network interfaces via > /proc/net/dev or using ioctls); it seems the code has complete mocks for > network interfaces and shouldn=E2=80=99t depend on the real network inter= faces. > > Could be maybe seek advice from upstream? > > HTH, > Ludo=E2=80=99. From debbugs-submit-bounces@debbugs.gnu.org Sun Sep 17 07:18:24 2017 Received: (at 26211-close) by debbugs.gnu.org; 17 Sep 2017 11:18:24 +0000 Received: from localhost ([127.0.0.1]:44507 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1dtXai-0000sO-HN for submit@debbugs.gnu.org; Sun, 17 Sep 2017 07:18:24 -0400 Received: from mail-out.m-online.net ([212.18.0.10]:60362) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1dtXag-0000sG-UM for 26211-close@debbugs.gnu.org; Sun, 17 Sep 2017 07:18:23 -0400 Received: from frontend01.mail.m-online.net (unknown [192.168.8.182]) by mail-out.m-online.net (Postfix) with ESMTP id 3xw67x6hlbz1qsVR; Sun, 17 Sep 2017 13:18:20 +0200 (CEST) Received: from localhost (dynscan1.mnet-online.de [192.168.6.70]) by mail.m-online.net (Postfix) with ESMTP id 3xw67w6tjrz1qqkD; Sun, 17 Sep 2017 13:18:20 +0200 (CEST) X-Virus-Scanned: amavisd-new at mnet-online.de Received: from mail.mnet-online.de ([192.168.8.182]) by localhost (dynscan1.mail.m-online.net [192.168.6.70]) (amavisd-new, port 10024) with ESMTP id YbIeJygPKV22; Sun, 17 Sep 2017 13:18:20 +0200 (CEST) Received: from hermia.goebel-consult.de (ppp-93-104-91-234.dynamic.mnet-online.de [93.104.91.234]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.mnet-online.de (Postfix) with ESMTPS; Sun, 17 Sep 2017 13:18:20 +0200 (CEST) Received: from [192.168.110.2] (lenashee.goebel-consult.de [192.168.110.2]) by hermia.goebel-consult.de (Postfix) with ESMTP id 52980602F9; Sun, 17 Sep 2017 13:18:19 +0200 (CEST) Subject: Re: bug#26211: [PATCH] gnu: networkmanager-qt: Disable a failing test. To: =?UTF-8?Q?Ludovic_Court=c3=a8s?= References: <1490126369-10238-1-git-send-email-h.goebel@crazy-compilers.com> <87lgrtwidy.fsf@gnu.org> <87a8259os0.fsf@gnu.org> From: Hartmut Goebel Organization: crazy-compilers.com Message-ID: <7debf929-5d76-d354-e7e8-10f0637d18b6@crazy-compilers.com> Date: Sun, 17 Sep 2017 13:18:19 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.3.0 MIME-Version: 1.0 In-Reply-To: <87a8259os0.fsf@gnu.org> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Content-Language: en-US X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 26211-close Cc: 26211-close@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.7 (/) This patch is no longer required with the current version. -- Regards Hartmut Goebel | Hartmut Goebel | h.goebel@crazy-compilers.com | | www.crazy-compilers.com | compilers which you thought are impossible | From debbugs-submit-bounces@debbugs.gnu.org Sun Sep 17 09:22:22 2017 Received: (at control) by debbugs.gnu.org; 17 Sep 2017 13:22:22 +0000 Received: from localhost ([127.0.0.1]:44542 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1dtZWf-0005VU-Sb for submit@debbugs.gnu.org; Sun, 17 Sep 2017 09:22:22 -0400 Received: from eggs.gnu.org ([208.118.235.92]:50224) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1dtZWd-0005VH-Sg for control@debbugs.gnu.org; Sun, 17 Sep 2017 09:22:20 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dtZWY-0005jI-5z for control@debbugs.gnu.org; Sun, 17 Sep 2017 09:22:14 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,RP_MATCHES_RCVD autolearn=disabled version=3.3.2 Received: from fencepost.gnu.org ([2001:4830:134:3::e]:46886) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dtZWY-0005jC-35 for control@debbugs.gnu.org; Sun, 17 Sep 2017 09:22:14 -0400 Received: from [2a01:e0a:1d:7270:6a6c:dc17:fc02:cfda] (port=53676 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1dtZWX-0001OE-G8 for control@debbugs.gnu.org; Sun, 17 Sep 2017 09:22:13 -0400 Date: Sun, 17 Sep 2017 15:22:11 +0200 Message-Id: <87tw01ihoc.fsf@gnu.org> To: control@debbugs.gnu.org From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: control message for bug #26211 MIME-version: 1.0 Content-type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2001:4830:134:3::e X-Spam-Score: -5.0 (-----) X-Debbugs-Envelope-To: control X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -5.0 (-----) tags 26211 fixed close 26211 From unknown Sat Jun 21 03:28:27 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Mon, 16 Oct 2017 11:24:04 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator