From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mark H Weaver Subject: bug#31982: shaderc fails its test suite on all hydra-supported systems Date: Tue, 26 Jun 2018 13:44:06 -0400 Message-ID: <877emlcujd.fsf@netris.org> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:42692) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fXs2Z-0000AV-KF for bug-guix@gnu.org; Tue, 26 Jun 2018 13:46:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fXs2U-0004Yz-PF for bug-guix@gnu.org; Tue, 26 Jun 2018 13:46:07 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:56824) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1fXs2U-0004YH-K9 for bug-guix@gnu.org; Tue, 26 Jun 2018 13:46:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1fXs2U-0006xs-Ax for bug-guix@gnu.org; Tue, 26 Jun 2018 13:46:02 -0400 Sender: "Debbugs-submit" Resent-Message-ID: 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 List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: "bug-Guix" To: 31982@debbugs.gnu.org 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---