From mboxrd@z Thu Jan 1 00:00:00 1970 From: Julien Lepiller Subject: bug#38250: PHP 7.3.11 fails its test suite Date: Fri, 31 Jan 2020 22:58:34 -0500 Message-ID: References: <871ru6usi9.fsf@gmail.com> <87wo97q87w.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:54367) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1ixjwy-00078Q-2s for bug-guix@gnu.org; Fri, 31 Jan 2020 23:00:05 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ixjwx-0001pc-4r for bug-guix@gnu.org; Fri, 31 Jan 2020 23:00:04 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:60543) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1ixjwx-0001p9-26 for bug-guix@gnu.org; Fri, 31 Jan 2020 23:00:03 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1ixjwx-0006ye-1t for bug-guix@gnu.org; Fri, 31 Jan 2020 23:00:03 -0500 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <87wo97q87w.fsf@gmail.com> 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-mx.org@gnu.org Sender: "bug-Guix" To: 38250@debbugs.gnu.org, maxim.cournoyer@gmail.com Le 31 janvier 2020 22:47:47 GMT-05:00, Maxim Cournoyer a =C3=A9crit : >Maxim Cournoyer writes: > >> Whenever I tried building PHP as of Guix commit >> 2484e0b3e481e2b1fcb6761d0dbf80da98089de4, the following tests fail: >> >> =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D >> FAILED TEST SUMMARY >> --------------------------------------------------------------------- >> Test disk_free_space and its alias diskfreespace() functions : basic >functionality [ext/standard/tests/fi >> Test lstat() and stat() functions: usage variations - creating >file/subdir [ext/standard/tests/file/lstat >> Test lstat() and stat() functions: usage variations - deleting >file/subdir [ext/standard/tests/file/lstat >> =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D >> >> The CI seems to be OK with it (I get a substitute)=2E I wonder if it >has >> to do with my specific machine (X200)=2E It's equipped with 8 GB of >RAM >> and 9 GB of swap=2E > >I can still reproduce this issue on the current core-updates branch, >using a different x86_64 machine which has 8 GB RAM=2E Could you send the =2Elog file for each failing test? The report should ha= ve the filenames of failing tests (ext/standard/tests/file/lstat here I thi= nk, but the log looks broken)=2E You'll have to build with -K to get them= =2E