From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 7E915386F832; Sat, 2 May 2020 18:12:55 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 7E915386F832 From: "hjl.tools at gmail dot com" To: libc-locales@sourceware.org Subject: [Bug localedata/25908] New: Race condition in locale tests Date: Sat, 02 May 2020 18:12:55 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: glibc X-Bugzilla-Component: localedata X-Bugzilla-Version: 2.32 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: hjl.tools at gmail dot com X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: unassigned at sourceware dot org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version bug_status bug_severity priority component assigned_to reporter cc target_milestone Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://sourceware.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: libc-locales@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Libc-locales mailing list List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 May 2020 18:12:55 -0000 https://sourceware.org/bugzilla/show_bug.cgi?id=3D25908 Bug ID: 25908 Summary: Race condition in locale tests Product: glibc Version: 2.32 Status: NEW Severity: normal Priority: P2 Component: localedata Assignee: unassigned at sourceware dot org Reporter: hjl.tools at gmail dot com CC: libc-locales at sourceware dot org Target Milestone: --- On Linux/x86-64 with heavy load, "make check -jN" got FAIL: locale/tst-localedef-path-norm [hjl@gnu-cfl-2 build-x86_64-linux]$ cat locale/tst-localedef-path-norm.out error: subprocess failed: execv error: expected exit status: 0 error: actual exit status: 4 [0x400] error: subprocess failed: execv error: unexpected error output from subprocess [error] cannot write output files to `en_US1.UTF-8': No such file or direct= ory error: support-xstat.c:29: stat64 ("/usr/lib/locale/en_US1.utf8"): No such = file or directory error: 3 test failures running post-clean rsync [hjl@gnu-cfl-2 build-x86_64-linux]$=20 FAIL: localedata/tst-localedef-hardlinks [hjl@gnu-cfl-2 build-x86_64-linux]$ cat localedata/tst-localedef-hardlinks.= out INFO: $complocaledir is /usr/lib/locale error: subprocess failed: execv error: expected exit status: 1 error: actual exit status: 4 [0x400] error: support-xstat.c:29: stat64 ("/usr/lib/locale/test1_locale.dir/LC_CTYPE"): No such file or directory error: 2 test failures running post-clean rsync [hjl@gnu-cfl-2 build-x86_64-linux]$ --=20 You are receiving this mail because: You are on the CC list for the bug.=