From unknown Thu Jun 12 06:49:49 2025 X-Loop: help-debbugs@gnu.org Subject: bug#31982: shaderc fails its test suite on all hydra-supported systems Resent-From: Mark H Weaver Original-Sender: "Debbugs-submit" Resent-CC: bug-guix@gnu.org Resent-Date: Tue, 26 Jun 2018 17:46:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 31982 X-GNU-PR-Package: guix X-GNU-PR-Keywords: To: 31982@debbugs.gnu.org X-Debbugs-Original-To: bug-guix@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.153003513826738 (code B ref -1); Tue, 26 Jun 2018 17:46:02 +0000 Received: (at submit) by debbugs.gnu.org; 26 Jun 2018 17:45:38 +0000 Received: from localhost ([127.0.0.1]:36488 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1fXs25-0006xC-Sp for submit@debbugs.gnu.org; Tue, 26 Jun 2018 13:45:38 -0400 Received: from eggs.gnu.org ([208.118.235.92]:51541) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1fXs25-0006x1-43 for submit@debbugs.gnu.org; Tue, 26 Jun 2018 13:45:37 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fXs1y-0004QG-Ps for submit@debbugs.gnu.org; Tue, 26 Jun 2018 13:45:31 -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]:52753) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1fXs1y-0004QC-MI for submit@debbugs.gnu.org; Tue, 26 Jun 2018 13:45:30 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:42512) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fXs1x-0008SZ-C2 for bug-guix@gnu.org; Tue, 26 Jun 2018 13:45:30 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fXs1s-0004PI-I5 for bug-guix@gnu.org; Tue, 26 Jun 2018 13:45:29 -0400 Received: from world.peace.net ([64.112.178.59]:44562) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1fXs1s-0004Ox-CK for bug-guix@gnu.org; Tue, 26 Jun 2018 13:45:24 -0400 Received: from mhw by world.peace.net with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.89) (envelope-from ) id 1fXs1r-0006wX-0M; Tue, 26 Jun 2018 13:45:23 -0400 From: Mark H Weaver Date: Tue, 26 Jun 2018 13:44:06 -0400 Message-ID: <877emlcujd.fsf@netris.org> MIME-Version: 1.0 Content-Type: text/plain X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [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-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: -6.0 (------) shaderc fails its test suite on all systems supported by Hydra, but the builds succeed because the #f returned by meson-build-system's check phase is ignored, due to . https://hydra.gnu.org/build/2811833 (x86_64-linux) https://hydra.gnu.org/build/2811921 (i686-linux) https://hydra.gnu.org/build/2812123 (armhf-linux) See below for the relevant excerpt of the log. I have a preliminary patch to fix 'meson-build-system' to return #t from all phases, and will push after some testing. Mark --8<---------------cut here---------------start------------->8--- phase `build' succeeded after 119.5 seconds starting phase `check' [0/1] Running tests... Test project /tmp/guix-build-shaderc-0.0.0-2.be8e087.drv-0/source Start 1: spirv-tools-symbol-exports-SPIRV-Tools 1/4 Test #1: spirv-tools-symbol-exports-SPIRV-Tools ..........***Failed 0.60 sec Start 2: spirv-tools-symbol-exports-SPIRV-Tools-shared 2/4 Test #2: spirv-tools-symbol-exports-SPIRV-Tools-shared ...***Failed 0.13 sec Start 3: spirv-tools-symbol-exports-SPIRV-Tools-opt 3/4 Test #3: spirv-tools-symbol-exports-SPIRV-Tools-opt ......***Failed 0.14 sec Start 4: spirv-tools-symbol-exports-SPIRV-Tools-link 4/4 Test #4: spirv-tools-symbol-exports-SPIRV-Tools-link .....***Failed 0.12 sec 0% tests passed, 4 tests failed out of 4 Total Test time (real) = 1.02 sec The following tests FAILED: 1 - spirv-tools-symbol-exports-SPIRV-Tools (Failed) 2 - spirv-tools-symbol-exports-SPIRV-Tools-shared (Failed) 3 - spirv-tools-symbol-exports-SPIRV-Tools-opt (Failed) 4 - spirv-tools-symbol-exports-SPIRV-Tools-link (Failed) Errors while running CTest FAILED: CMakeFiles/test.util cd /tmp/guix-build-shaderc-0.0.0-2.be8e087.drv-0/source && /gnu/store/g85ikfjxs2d7aydvg5w06jn2h9xrjmpc-cmake-3.11.0/bin/ctest --force-new-ctest-process ninja: build stopped: subcommand failed. phase `check' failed after 1.7 seconds ## WARNING: phase `check' returned `#f'. Return values other than #t ## are deprecated. Please migrate this package so that its phase ## procedures report errors by raising an exception, and otherwise ## always return #t. starting phase `install' --8<---------------cut here---------------end--------------->8--- From unknown Thu Jun 12 06:49:49 2025 X-Loop: help-debbugs@gnu.org Subject: bug#31982: shaderc fails its test suite on all hydra-supported systems Resent-From: Mark H Weaver Original-Sender: "Debbugs-submit" Resent-CC: bug-guix@gnu.org Resent-Date: Tue, 26 Jun 2018 18:44:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 31982 X-GNU-PR-Package: guix X-GNU-PR-Keywords: To: Rutger Helling Cc: 31982@debbugs.gnu.org Received: via spool by 31982-submit@debbugs.gnu.org id=B31982.153003860531811 (code B ref 31982); Tue, 26 Jun 2018 18:44:02 +0000 Received: (at 31982) by debbugs.gnu.org; 26 Jun 2018 18:43:25 +0000 Received: from localhost ([127.0.0.1]:36504 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1fXsw1-0008H1-Bk for submit@debbugs.gnu.org; Tue, 26 Jun 2018 14:43:25 -0400 Received: from world.peace.net ([64.112.178.59]:58052) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1fXsvz-0008Gp-Ti for 31982@debbugs.gnu.org; Tue, 26 Jun 2018 14:43:24 -0400 Received: from mhw by world.peace.net with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.89) (envelope-from ) id 1fXsvt-0007PG-1r; Tue, 26 Jun 2018 14:43:17 -0400 From: Mark H Weaver References: <877emlcujd.fsf@netris.org> Date: Tue, 26 Jun 2018 14:41:59 -0400 In-Reply-To: <877emlcujd.fsf@netris.org> (Mark H. Weaver's message of "Tue, 26 Jun 2018 13:44:06 -0400") Message-ID: <87zhzhbdag.fsf@netris.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: 0.0 (/) 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: -1.0 (-) Hi Rutger, In commit 7f540654873a2761746bdc43be4727cad99b92c0, you updated 'sharerc' to upstream commit be8e087 and enabled tests. It turns out that it fails its test suite on all systems supported by Hydra, but the failure is effectively being ignored, because of . I'd like to fix 'meson-build-system' to always return #t from phases and to report errors using exceptions, which would effectively work around the aforementioned bug, but then that would cause 'shaderc' to start failing in earnest. See for more details. Would you be willing to take a look and fix 'sharerc' so that it won't start failing when I fix 'meson-build-system'? Regards, Mark From unknown Thu Jun 12 06:49:49 2025 X-Loop: help-debbugs@gnu.org Subject: bug#31982: shaderc fails its test suite on all hydra-supported systems Resent-From: Rutger Helling Original-Sender: "Debbugs-submit" Resent-CC: bug-guix@gnu.org Resent-Date: Wed, 27 Jun 2018 09:08:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 31982 X-GNU-PR-Package: guix X-GNU-PR-Keywords: To: Mark H Weaver Cc: 31982@debbugs.gnu.org Received: via spool by 31982-submit@debbugs.gnu.org id=B31982.153009047419610 (code B ref 31982); Wed, 27 Jun 2018 09:08:02 +0000 Received: (at 31982) by debbugs.gnu.org; 27 Jun 2018 09:07:54 +0000 Received: from localhost ([127.0.0.1]:36851 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1fY6Qc-00056E-8l for submit@debbugs.gnu.org; Wed, 27 Jun 2018 05:07:54 -0400 Received: from mx.kolabnow.com ([95.128.36.41]:51030) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1fY6QY-00055x-2i for 31982@debbugs.gnu.org; Wed, 27 Jun 2018 05:07:50 -0400 Received: from localhost (unknown [127.0.0.1]) by ext-mx-out001.mykolab.com (Postfix) with ESMTP id 655E5579; Wed, 27 Jun 2018 11:07:44 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=mykolab.com; h= content-type:content-type:mime-version:references:in-reply-to :message-id:subject:subject:from:from:date:date:received :received:received; s=dkim20160331; t=1530090462; x=1531904863; bh=tMLKgYh18jUh0WZiSDaceMWRamBUCobKyRO+rkkkHHU=; b=QhaaS8zZF1Py OsV92RE6cLT0wBUWcM+iV9RRB++0gupI4LPl7BROuz+0UkkUx5kZmfkw8DkRDUXx 38+AqQ+Q1qAlKCECPY69CA5Uw7C52R98Yh8RlSIJn+SpbZ7rUxGZtfWv4qWyi2gC RhIim34d4LXcG3xJmhAVVwyAJ4Qand9jNxy1mbDpUS1IegSyh7fRH31ouA78DyN8 5YPh3E5zviKDrpCZ1d3GW51XaOXJYAwgNkDqyyN5QP2iUfQLot1I91knWnLrvSo7 rhkkqtJp64UplfALzyP6rS3/Y2prgsQR2yxdUPqhdfixxNGEgumwchorpd6Bth+z 6hgDpYTCf6fo3ef4uXI0xjE0iRy9lMnNWls8Jfqp8Iag223w/zB6vQIcSCY4OAY7 4RvVlK5uv1EYk1djXYexjKAytV0ZpCrLzgLXMgwMYSKdhAO3/YuTUBgGVRyZ8QBc 8dZJHeQbumwBvKWme+yBCFWKUy1vU4nVLZtLtrobpEHJjCedq8pHg7PE0iWXY4hL GFmGjsorL0DUbcHeunEMxDPjKz4vZ5aY8yzHM/lHvukqc6XyQkthNrwB+fQEIhK0 ueMNBUmv1cVp1cOGNSD6X8OV77/A2XFuY57QpcScfioWi7C1nTZdF6yAd65neKfN n7gWNuvNzbKT/q5MNUlD27c29z1E7R4= X-Virus-Scanned: amavisd-new at mykolab.com X-Spam-Flag: NO X-Spam-Score: -0.999 X-Spam-Level: X-Spam-Status: No, score=-0.999 tagged_above=-10 required=4.5 tests=[ALL_TRUSTED=-1, FREEMAIL_FROM=0.001] autolearn=disabled Received: from mx.kolabnow.com ([127.0.0.1]) by localhost (ext-mx-out001.mykolab.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id FF1U7lqacMZY; Wed, 27 Jun 2018 11:07:42 +0200 (CEST) Received: from int-mx002.mykolab.com (unknown [10.9.13.2]) by ext-mx-out001.mykolab.com (Postfix) with ESMTPS id EE9AA45C; Wed, 27 Jun 2018 11:07:42 +0200 (CEST) Received: from ext-subm002.mykolab.com (unknown [10.9.6.2]) by int-mx002.mykolab.com (Postfix) with ESMTPS id B62B91D77; Wed, 27 Jun 2018 11:07:42 +0200 (CEST) Date: Wed, 27 Jun 2018 11:07:38 +0200 From: Rutger Helling Message-ID: <20180627110738.33ff76d7@mykolab.com> In-Reply-To: <87zhzhbdag.fsf@netris.org> References: <877emlcujd.fsf@netris.org> <87zhzhbdag.fsf@netris.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; boundary="Sig_/eZxOD67o9due3Kl0bw3qnt5"; protocol="application/pgp-signature" X-Spam-Score: 0.0 (/) 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: -1.0 (-) --Sig_/eZxOD67o9due3Kl0bw3qnt5 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable Hi Mark, unfortunately I don't really have the time to look at it in-depth now. I've disabled the tests for now so I'm not blocking you. I'll take another look at the tests after you've fixed 'meson-build-system. On Tue, 26 Jun 2018 14:41:59 -0400 Mark H Weaver wrote: > Hi Rutger, >=20 > In commit 7f540654873a2761746bdc43be4727cad99b92c0, you updated > 'sharerc' to upstream commit be8e087 and enabled tests. >=20 > It turns out that it fails its test suite on all systems supported by > Hydra, but the failure is effectively being ignored, because of > . >=20 > I'd like to fix 'meson-build-system' to always return #t from phases > and to report errors using exceptions, which would effectively work > around the aforementioned bug, but then that would cause 'shaderc' to > start failing in earnest. >=20 > See for more details. >=20 > Would you be willing to take a look and fix 'sharerc' so that it won't > start failing when I fix 'meson-build-system'? >=20 > Regards, > Mark >=20 >=20 --Sig_/eZxOD67o9due3Kl0bw3qnt5 Content-Type: application/pgp-signature Content-Description: OpenPGP digital signature -----BEGIN PGP SIGNATURE----- iQEzBAEBCAAdFiEEAVThuRzJ2e93ZI3n86cn20T8yjYFAlszU9oACgkQ86cn20T8 yjYVuwgAqFcTKOS8FhbSzxsuqZwnbRiXaqVAuwgZtC+tkqaeyjelkZJrCPgkMniv SVKfhZFoYSvQK83CkBJpiWCY0PvLcCeDtoFgpNYk1BXLICHqtlA/4kvvKSEQjDbJ eikFiFdBEMZQeobcTGxEAMNy6gGS3MTO0eF3dtZqQ+suAUxbI1JXEZo3pXGoF1aM vxzdA1GR7QBOtCSydZD0PIT4wpH88loU/JsoMaEUSNMJHZO0rTh4ra8cZl4yGulX RRsBrY3Ojd6j87bPFcLRZsGoq0ZlcH5/CP6oG/pnR5rr7roVIXaxIRI7a6lxo7RF yNNKo2rl+31qqIusj6orWCwJBG7S/w== =Uf78 -----END PGP SIGNATURE----- --Sig_/eZxOD67o9due3Kl0bw3qnt5--