From debbugs-submit-bounces@debbugs.gnu.org Sun Nov 09 16:24:30 2014 Received: (at submit) by debbugs.gnu.org; 9 Nov 2014 21:24:30 +0000 Received: from localhost ([127.0.0.1]:55191 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1XnZyH-0001cj-2r for submit@debbugs.gnu.org; Sun, 09 Nov 2014 16:24:29 -0500 Received: from eggs.gnu.org ([208.118.235.92]:40696) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1XnZyE-0001cb-JN for submit@debbugs.gnu.org; Sun, 09 Nov 2014 16:24:27 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XnZy8-0005nv-Bj for submit@debbugs.gnu.org; Sun, 09 Nov 2014 16:24:26 -0500 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 autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([2001:4830:134:3::11]:54522) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XnZy8-0005nr-8Z for submit@debbugs.gnu.org; Sun, 09 Nov 2014 16:24:20 -0500 Received: from eggs.gnu.org ([2001:4830:134:3::10]:42406) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XnZy3-0007xV-3j for bug-grep@gnu.org; Sun, 09 Nov 2014 16:24:20 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XnZxy-0005nT-19 for bug-grep@gnu.org; Sun, 09 Nov 2014 16:24:15 -0500 Received: from [50.240.216.114] (port=52884 helo=mx.meyering.net) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XnZxx-0005nN-Nm; Sun, 09 Nov 2014 16:24:09 -0500 Received: from rho.meyering.net (rho.meyering.net [127.0.0.1]) by rho.meyering.net (Acme Bit-Twister) with ESMTP id D0778601B3; Sun, 9 Nov 2014 13:00:01 -0800 (PST) From: Jim Meyering To: bug-grep@gnu.org Subject: new snapshot available: grep-2.20.83-06900 Mail-Followup-To: bug-grep@gnu.org Date: Sun, 09 Nov 2014 13:00:01 -0800 Message-ID: <877fz4ozse.fsf@rho.meyering.net> Lines: 116 MIME-Version: 1.0 Content-Type: text/plain X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2001:4830:134:3::11 X-Spam-Score: -5.0 (-----) X-Debbugs-Envelope-To: submit Cc: coordinator@translationproject.org, platform-testers@gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 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 (-----) Testing the first snapshot exposed several problems, and most have been addressed. The sole remaining problem is the failure of an "expensive" (not run by default: big-match) that makes most systems run out of memory. I haven't looked at it yet. Thanks to all who have helped so far, this snapshot should be much closer to releasable. Please let us know if you find any problems. grep snapshot: http://meyering.net/grep/grep-ss.tar.xz 1.3 MB http://meyering.net/grep/grep-ss.tar.xz.sig http://meyering.net/grep/grep-2.20.83-06900.tar.xz Changes in grep since 2.20.72-d512: Jim Meyering (9): tests: avoid false-positive failure due to some zh_CN.* locales build: generate man pages even when existing targets are read-only maint: move helper function, hex_printf to init.cfg tests: avoid printf+\xHH portability trap tests: fix typo in previous change maint: remove spurious LC_ALL setting from one test tests: avoid a multibyte tr portability problem tests: avoid hex_printf_ portability problems tests: do not fail when the zh_CN.UTF-8 locale is not installed Norihiro Tanaka (1): tests: avoid awk+printf+\xHH portability trap Paul Eggert (1): grep: port O_NOFOLLOW errno checking to NetBSD Changes in gnulib since 2.20.72-d512: * gnulib d55899f...8415b67 (78): > socketlib, sockets, sys_socket: Use AC_REQUIRE to pacify autoconf. > iconv: avoid false detection of non-working iconv > bootstrap: print more diagnostics for missing programs > bootstrap: only update the gnulib submodule > symlinkat: port to AIX 7.1 > readlinkat: port to AIX 7.1 > remove spurious { > modules/fcntl: fix error reporting by dupfd > basename, dirname: Improve documentation. > exclude: declare exclude_patopts static > autoupdate > dirname: support compilation with C++ > qsort_r: include > avltree-list: avoid compiler warnings > qsort_r: new module, for GNU-style qsort_r > strerror_r-posix: support compilation with C++ > fcntl-h: fix compilation with Intel C++ compiler > autoupdate > mountlist: use /proc/self/mountinfo when available > users.txt: add cmogstored > gnulib-tool: Sync with build-aux/bootstrap options > gnulib-tool: Fallback to wget when rsync fails > maintainer-makefile: add syntax check for useless ';;' > pthread, pthread_sigmask, threadlib: port to Ubuntu 14.04 > error: drop spurious semicolon > gnulib-common.m4: port to GCC 4.2.1 and Sun Studio 12 C++ > manywarnings: add GCC 4.9 warnings > vasnprintf: fix bugs in width computation > vasnprintf: Avoid signed/unsigned comparison warning. > parse-datetime: Avoid signed/unsigned comparison warning > qsort_r: new module, for GNU-style qsort_r > vla: new module > localename: make gl_locale_name_thread really thread-safe on Windows > getpass: don't assume struct termios > getdtablesize: fall back on sysconf (_SC_OPEN_MAX) > vararrays: modernize AC_C_VARARRAYS for C11 > relocatable-prog-wrapper: port gettext to OS X 10.8 + GCC 4.8.1 > sys_select: fix FD_ZERO problem on Solaris 10 > accept: document Solaris 10 type glitch > extern-inline: port to FreeBSD, DragonFly > autoupdate > Use consistent style to check DEBUG macro in regex_internal.c > openat-die: use _Noreturn markup > test-open: port to cygwin, which lacks Fortify > localename: Enforce declarations before statements. > test-userspec: don't look up numeric user names > localcharset, localename: MS-Windows support for non-default locales > announce-gen: avoid failure when Digest::SHA is installed > gettext: revert "update macros to version 0.19" > regex: don't deref NULL upon heap allocation failure > maint.mk: give projects more flexibilty in set_prog_name arguments > regex: fix memory leak in compiler > announce-gen: avoid perl warnings > localename: avoid -Wsuggest-attribute={const,pure} warnings > nl_langinfo: Fix last change. > Define macros for glibc > Sync up error.c with glibc > nl_langinfo: fix build under mingw > mountlist: do not classify a bind-mounted dir entry as "dummy" > maint.mk: less syntax-check noise when SIGPIPE is ignored > nl_langinfo: CODESET on MS-Windows and more items from localeconv > Bruno Haible has stepped down as maintainer. > mktime: merge #if/#ifdef usage from glibc > git-version-gen: improve option descriptions > regex: fix memory leak in compiler > regex: merge patch from libc > acl: port to gcc -Wredundant-decls > parse-duration: eliminate 68-year duration limit > pthread: don't assume AC_CANONICAL_HOST, port better to Solaris, etc. > pthread: define thread-safe macros on some platforms > regex: don't be multithreaded if USE_UNLOCKED_IO. > gettext: update macros to version 0.19 > select,poll: fix console handle check on windows 8 > select: fix waiting on anonymous pipes on MS-Windows > times: fix to return non constant value on MS-Windows > isatty: fix to work on windows 8 > maint: fix typo in fdl.texi > mountlist: avoid hasmntopt const type warning on solaris From debbugs-submit-bounces@debbugs.gnu.org Sun Nov 09 17:29:27 2014 Received: (at submit) by debbugs.gnu.org; 9 Nov 2014 22:29:27 +0000 Received: from localhost ([127.0.0.1]:55227 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1Xnaz9-0003KA-Hl for submit@debbugs.gnu.org; Sun, 09 Nov 2014 17:29:27 -0500 Received: from eggs.gnu.org ([208.118.235.92]:49734) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1Xnaz6-0003K1-M9 for submit@debbugs.gnu.org; Sun, 09 Nov 2014 17:29:25 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Xnayx-0002N9-9K for submit@debbugs.gnu.org; Sun, 09 Nov 2014 17:29:24 -0500 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=BAYES_40,FREEMAIL_FROM, T_DKIM_INVALID autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([2001:4830:134:3::11]:49551) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xnayx-0002N5-6u for submit@debbugs.gnu.org; Sun, 09 Nov 2014 17:29:15 -0500 Received: from eggs.gnu.org ([2001:4830:134:3::10]:51416) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xnayo-0008Ld-4P for bug-grep@gnu.org; Sun, 09 Nov 2014 17:29:15 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Xnayf-0002LL-3z for bug-grep@gnu.org; Sun, 09 Nov 2014 17:29:06 -0500 Received: from mail-ob0-x22a.google.com ([2607:f8b0:4003:c01::22a]:45152) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xnaye-0002LG-VQ for bug-grep@gnu.org; Sun, 09 Nov 2014 17:28:57 -0500 Received: by mail-ob0-f170.google.com with SMTP id nt9so5365727obb.1 for ; Sun, 09 Nov 2014 14:28:55 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; bh=hgbAvIPCFrBgRfZ/4V6rplCyo4sWxMJnxArTO8nQBlg=; b=dfFf/VoPDOIjIJ9lekDUqTD0Wt7ebNrqDLsm1dX4+oap4HzfOK6xahOSGtYfgZH7Tm UP8/JZ7DBP5ZZrcJOSu7qOEJlYU9E6fEDcpc6ZXw+05x1pCLOBKNbxBJmRNo8R1phZPL RPyv/+uxgsTp/xe2J831PFxVsgWN4dajWhZwXqgVSE2LBkBYrq7mBhxukElRbsqKCdbw Wg+b+TPyFfJBNz6ntOJTieK5gZXMZCPaZ+cBboeJRMwK9XAfaS/JDmBt3u2wwCh1vy3O C6bHJZhKSCoQce5ZT2Bd5X0S3/Ru0kF0CQhW9TplAPMnj4+kScz2dXARcwNrqixKCXnD fR7g== X-Received: by 10.182.50.168 with SMTP id d8mr23440716obo.2.1415572134901; Sun, 09 Nov 2014 14:28:54 -0800 (PST) Received: from [192.168.0.75] (cpe-72-178-123-130.satx.res.rr.com. [72.178.123.130]) by mx.google.com with ESMTPSA id e18sm2395308oih.3.2014.11.09.14.28.54 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sun, 09 Nov 2014 14:28:54 -0800 (PST) Message-ID: <545FEAA5.7050802@gmail.com> Date: Sun, 09 Nov 2014 16:28:53 -0600 From: Bruce Dubbs User-Agent: Mozilla/5.0 (X11; Linux i686; rv:33.0) Gecko/20100101 Firefox/33.0 SeaMonkey/2.30 MIME-Version: 1.0 To: bug-grep@gnu.org Subject: Re: bug#19005: new snapshot available: grep-2.20.83-06900 References: <877fz4ozse.fsf@rho.meyering.net> In-Reply-To: <877fz4ozse.fsf@rho.meyering.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2001:4830:134:3::11 X-Spam-Score: -4.0 (----) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 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: -4.0 (----) Jim Meyering wrote: > Testing the first snapshot exposed several problems, > and most have been addressed. The sole remaining problem > is the failure of an "expensive" (not run by default: big-match) > that makes most systems run out of memory. I haven't looked at it yet. Shouldn't the big-match test just be able to see if the system runs out of memory and if so, set an XFAIL. Also, I suspect that it might work on lower memory systems if the user establishes a temporary swap file of sufficient size. It would, of course, be slow. -- Bruce From debbugs-submit-bounces@debbugs.gnu.org Sun Nov 09 17:31:30 2014 Received: (at submit) by debbugs.gnu.org; 9 Nov 2014 22:31:30 +0000 Received: from localhost ([127.0.0.1]:55232 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1Xnb17-0003Oq-2y for submit@debbugs.gnu.org; Sun, 09 Nov 2014 17:31:29 -0500 Received: from eggs.gnu.org ([208.118.235.92]:50043) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1Xnb13-0003Oh-NV for submit@debbugs.gnu.org; Sun, 09 Nov 2014 17:31:26 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Xnb0u-00030G-Fx for submit@debbugs.gnu.org; Sun, 09 Nov 2014 17:31:25 -0500 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,FREEMAIL_FROM, T_DKIM_INVALID autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([2001:4830:134:3::11]:57391) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xnb0u-000306-DN for submit@debbugs.gnu.org; Sun, 09 Nov 2014 17:31:16 -0500 Received: from eggs.gnu.org ([2001:4830:134:3::10]:51720) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xnb0l-00005a-73 for bug-grep@gnu.org; Sun, 09 Nov 2014 17:31:16 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Xnb0c-0002wv-4y for bug-grep@gnu.org; Sun, 09 Nov 2014 17:31:07 -0500 Received: from mail-qa0-x229.google.com ([2607:f8b0:400d:c00::229]:39103) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xnb0c-0002wr-07 for bug-grep@gnu.org; Sun, 09 Nov 2014 17:30:58 -0500 Received: by mail-qa0-f41.google.com with SMTP id s7so4625781qap.0 for ; Sun, 09 Nov 2014 14:30:57 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type; bh=NLFZeaLD22UN2QhnngK4ki3uFBCsV2vY3evZYKDMqGk=; b=t1N91LJYTICAxjRejzHP35T+JNRFV3+I6wfC0bhUP7d4uDDpr3sq5fdlRV+ReomOYg 0sauTWCz9sslArlfaAdNqmX96u1sAJSvyouQFlA+aFO4NomhyrwfwWgbNNeJXOD+vj5z VzKFxq3G8xmEyvISNBSWbdgzOoroPh6lxI8RO/YLCNiP5SrrMY2nMkfxxixlit/Fzb3h cQOm6U9RyzXE6DTDiVwwW7uGHzF5ls1LRynCnuDESdvjCROcLBINkrYDgkhRHmEgkFS6 HwLxpS0ObAj2LbLJdhkpst8f0TQ5CPWKJClNshLL++a38RORMEms40SLbWrWVKqcb+9h ZrhQ== X-Received: by 10.140.19.9 with SMTP id 9mr36965706qgg.98.1415572257526; Sun, 09 Nov 2014 14:30:57 -0800 (PST) Received: from disco.wi.mit.edu ([18.4.1.144]) by mx.google.com with ESMTPSA id i1sm14024760qaz.28.2014.11.09.14.30.56 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sun, 09 Nov 2014 14:30:56 -0800 (PST) Message-ID: <545FEB23.6070106@gmail.com> Date: Sun, 09 Nov 2014 17:30:59 -0500 From: Assaf Gordon User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.2.0 MIME-Version: 1.0 To: bug-grep@gnu.org Subject: Re: [platform-testers] new snapshot available: grep-2.20.83-06900 References: <877fz4ozse.fsf@rho.meyering.net> In-Reply-To: <877fz4ozse.fsf@rho.meyering.net> Content-Type: multipart/mixed; boundary="------------070900070007070102030302" X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2001:4830:134:3::11 X-Spam-Score: -4.0 (----) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 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: -4.0 (----) This is a multi-part message in MIME format. --------------070900070007070102030302 Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Hello, On 11/09/2014 04:00 PM, Jim Meyering wrote: > Testing the first snapshot exposed several problems, > and most have been addressed. The sole remaining problem > is the failure of an "expensive" (not run by default: big-match) > that makes most systems run out of memory. I haven't looked at it yet. <...> > Please let us know if you find any problems. Two quick tests: -1- On an old ubuntu 10 64-bit machine with PCRE, test "pcre-invalid-utf8-input" fails. Log attached. It is possible due to the test using "en_US.UTF-8" but the available locales are: $ locale -a | grep en_US en_US en_US.utf8 However, the 'get-mb-cur-max' does seem to accept "UTF-8": $ ./tests/get-mb-cur-max en_US 1 $ ./tests/get-mb-cur-max en_US.utf8 6 $ ./tests/get-mb-cur-max en_US.UTF-8 6 $ ./tests/get-mb-cur-max en_US.FOO-8 (EMPTY) It is possible this old machine is mis-configured, and if so - please ignore this failure. Using "libpcre3" version "7.8-3build1" (from ubuntu 10 package). -2- On the same machine, which has 128 GB ram total, and 106 GB ram free: $ free -g total used free shared buffers cached Mem: 125 38 87 0 6 13 -/+ buffers/cache: 18 106 Swap: 9 3 6 The "big-match" test is still skipped with "not enough main memory to run the test" - which sounds a bit weird. Log attached. During the execution of the tests, the "grep" process consumed up to 4.0GB of ram (in the "RES" column of "top"). I'll be able to run the other test (on more OSes) a bit later. Regards, - Assaf --------------070900070007070102030302 Content-Type: text/x-log; name="grep.tests-suite.big-match.log" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="grep.tests-suite.big-match.log" ================================================== GNU grep 2.20.83-06900: tests/test-suite.log ================================================== # TOTAL: 1 # PASS: 0 # SKIP: 1 # XFAIL: 0 # FAIL: 0 # XPASS: 0 # ERROR: 0 .. contents:: :depth: 2 SKIP: big-match =============== + initial_cwd_=/data/gordon/sources/grep-2.20.83-06900/tests + fail=0 + testdir_prefix_ + printf gt + pfx_=gt + mktempd_ /data/gordon/sources/grep-2.20.83-06900/tests gt-big-match.XXXX + destdir_=/data/gordon/sources/grep-2.20.83-06900/tests + template_=gt-big-match.XXXX + MAX_TRIES_=4 + unset TMPDIR + d=/data/gordon/sources/grep-2.20.83-06900/tests/gt-big-match.Pveu + test -d /data/gordon/sources/grep-2.20.83-06900/tests/gt-big-match.Pveu + ls -dgo /data/gordon/sources/grep-2.20.83-06900/tests/gt-big-match.Pveu tr S - + LC_ALL=C env -- tr S - + perms=drwx------ 2 6 Nov 9 16:58 /data/gordon/sources/grep-2.20.83-06900/tests/gt-big-match.Pveu + test 0 = 0 + echo /data/gordon/sources/grep-2.20.83-06900/tests/gt-big-match.Pveu + return + test_dir_=/data/gordon/sources/grep-2.20.83-06900/tests/gt-big-match.Pveu + cd /data/gordon/sources/grep-2.20.83-06900/tests/gt-big-match.Pveu + gl_init_sh_nl_= + IFS= + expr 1 + 128 + eval trap 'Exit 129' 1 + trap Exit 129 1 + expr 2 + 128 + eval trap 'Exit 130' 2 + trap Exit 130 2 + expr 3 + 128 + eval trap 'Exit 131' 3 + trap Exit 131 3 + expr 13 + 128 + eval trap 'Exit 141' 13 + trap Exit 141 13 + expr 15 + 128 + eval trap 'Exit 143' 15 + trap Exit 143 15 + trap remove_tmp_ 0 + path_prepend_ ../src + test 1 != 0 + path_dir_=../src + abs_path_dir_=/data/gordon/sources/grep-2.20.83-06900/tests/../src + PATH=/data/gordon/sources/grep-2.20.83-06900/tests/../src:/data/gordon/sources/grep-2.20.83-06900/src:/home/agordon/bin:/data/gordon/usr/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games + create_exe_shims_ /data/gordon/sources/grep-2.20.83-06900/tests/../src + return 0 + shift + test 0 != 0 + export PATH + expensive_ + test yes != yes + echo x + dd bs=1024k seek=2048 0+1 records in 0+1 records out 2 bytes (2 B) copied, 0.00201553 s, 1.0 kB/s + skip_diagnostic= + LC_ALL=C grep -a ^.* 2G-plus-2 + diagnostic= + status=0 + LC_ALL=C grep -a ^.*x\(\)\1 2G-plus-2 + diagnostic=grep: memory exhausted + status=2 + skip_diagnostic=not enough main memory to run the test + skip_ not enough main memory to run the test + warn_ big-match: skipped test: not enough main memory to run the test + printf %s\n big-match: skipped test: not enough main memory to run the test big-match: skipped test: not enough main memory to run the test + test 9 = 2 + printf %s\n big-match: skipped test: not enough main memory to run the test + sed 1q + Exit 77 + set +e + exit 77 + exit 77 + remove_tmp_ + __st=77 + cleanup_ + : + cd /data/gordon/sources/grep-2.20.83-06900/tests + chmod -R u+rwx /data/gordon/sources/grep-2.20.83-06900/tests/gt-big-match.Pveu + rm -rf /data/gordon/sources/grep-2.20.83-06900/tests/gt-big-match.Pveu + exit 77 SKIP big-match (exit status: 77) --------------070900070007070102030302 Content-Type: text/x-log; name="grep.tests-suite.pcre_utf.log" Content-Transfer-Encoding: 8bit Content-Disposition: attachment; filename="grep.tests-suite.pcre_utf.log" ================================================== GNU grep 2.20.83-06900: tests/test-suite.log ================================================== # TOTAL: 1 # PASS: 0 # SKIP: 0 # XFAIL: 0 # FAIL: 1 # XPASS: 0 # ERROR: 0 .. contents:: :depth: 2 FAIL: pcre-invalid-utf8-input ============================= + initial_cwd_=/data/gordon/sources/grep-2.20.83-06900/tests + fail=0 + testdir_prefix_ + printf gt + pfx_=gt + mktempd_ /data/gordon/sources/grep-2.20.83-06900/tests gt-pcre-invalid-utf8-input.XXXX + destdir_=/data/gordon/sources/grep-2.20.83-06900/tests + template_=gt-pcre-invalid-utf8-input.XXXX + MAX_TRIES_=4 + unset TMPDIR + d=/data/gordon/sources/grep-2.20.83-06900/tests/gt-pcre-invalid-utf8-input.hGUY + test -d /data/gordon/sources/grep-2.20.83-06900/tests/gt-pcre-invalid-utf8-input.hGUY + ls -dgo /data/gordon/sources/grep-2.20.83-06900/tests/gt-pcre-invalid-utf8-input.hGUYtr S - + LC_ALL=C env -- tr S - + perms=drwx------ 2 6 Nov 9 16:52 /data/gordon/sources/grep-2.20.83-06900/tests/gt-pcre-invalid-utf8-input.hGUY + test 0 = 0 + echo /data/gordon/sources/grep-2.20.83-06900/tests/gt-pcre-invalid-utf8-input.hGUY + return + test_dir_=/data/gordon/sources/grep-2.20.83-06900/tests/gt-pcre-invalid-utf8-input.hGUY + cd /data/gordon/sources/grep-2.20.83-06900/tests/gt-pcre-invalid-utf8-input.hGUY + gl_init_sh_nl_= + IFS= + expr 1 + 128 + eval trap 'Exit 129' 1 + trap Exit 129 1 + expr 2 + 128 + eval trap 'Exit 130' 2 + trap Exit 130 2 + expr 3 + 128 + eval trap 'Exit 131' 3 + trap Exit 131 3 + expr 13 + 128 + eval trap 'Exit 141' 13 + trap Exit 141 13 + expr 15 + 128 + eval trap 'Exit 143' 15 + trap Exit 143 15 + trap remove_tmp_ 0 + path_prepend_ ../src + test 1 != 0 + path_dir_=../src + abs_path_dir_=/data/gordon/sources/grep-2.20.83-06900/tests/../src + PATH=/data/gordon/sources/grep-2.20.83-06900/tests/../src:/data/gordon/sources/grep-2.20.83-06900/src:/home/agordon/bin:/data/gordon/usr/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games + create_exe_shims_ /data/gordon/sources/grep-2.20.83-06900/tests/../src + return 0 + shift + test 0 != 0 + export PATH + require_pcre_ + echo . + grep -P . . + echo . + grep -P . . + compare /dev/null err + compare_dev_null_ /dev/null err + test 2 = 2 + test x/dev/null = x/dev/null + test -s err + return 0 + return 0 + require_timeout_ + timeout 10s false + test 1 = 1 + require_en_utf8_locale_ + path_prepend_ . + test 1 != 0 + path_dir_=. + abs_path_dir_=/data/gordon/sources/grep-2.20.83-06900/tests/. + PATH=/data/gordon/sources/grep-2.20.83-06900/tests/.:/data/gordon/sources/grep-2.20.83-06900/tests/../src:/data/gordon/sources/grep-2.20.83-06900/src:/home/agordon/bin:/data/gordon/usr/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games + create_exe_shims_ /data/gordon/sources/grep-2.20.83-06900/tests/. + return 0 + shift + test 0 != 0 + export PATH + get-mb-cur-max en_US.UTF-8 + require_compiled_in_MB_support + require_en_utf8_locale_ + path_prepend_ . + test 1 != 0 + path_dir_=. + abs_path_dir_=/data/gordon/sources/grep-2.20.83-06900/tests/. + PATH=/data/gordon/sources/grep-2.20.83-06900/tests/.:/data/gordon/sources/grep-2.20.83-06900/tests/.:/data/gordon/sources/grep-2.20.83-06900/tests/../src:/data/gordon/sources/grep-2.20.83-06900/src:/home/agordon/bin:/data/gordon/usr/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games + create_exe_shims_ /data/gordon/sources/grep-2.20.83-06900/tests/. + return 0 + shift + test 0 != 0 + export PATH + get-mb-cur-max en_US.UTF-8 + printf é + LC_ALL=en_US.UTF-8 grep [[:lower:]] é + fail=0 + printf j\202j\nj\nk\202\n + LC_ALL=en_US.UTF-8 timeout 3 grep -P j in Binary file in matches + test 0 -eq 0 + LC_ALL=en_US.UTF-8 timeout 3 grep -P k$ in + test 124 -eq 1 + fail=1 + echo k + LC_ALL=en_US.UTF-8 timeout 3 grep -aoP k* in + compare exp out + compare_dev_null_ exp out + test 2 = 2 + test xexp = x/dev/null + test xout = x/dev/null + return 2 + compare_ exp out + diff -u exp out + Exit 1 + set +e + exit 1 + exit 1 + remove_tmp_ + __st=1 + cleanup_ + : + cd /data/gordon/sources/grep-2.20.83-06900/tests + chmod -R u+rwx /data/gordon/sources/grep-2.20.83-06900/tests/gt-pcre-invalid-utf8-input.hGUY + rm -rf /data/gordon/sources/grep-2.20.83-06900/tests/gt-pcre-invalid-utf8-input.hGUY + exit 1 FAIL pcre-invalid-utf8-input (exit status: 1) --------------070900070007070102030302-- From debbugs-submit-bounces@debbugs.gnu.org Sun Nov 09 18:33:23 2014 Received: (at 19005) by debbugs.gnu.org; 9 Nov 2014 23:33:24 +0000 Received: from localhost ([127.0.0.1]:55272 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1Xnbz1-00050D-FU for submit@debbugs.gnu.org; Sun, 09 Nov 2014 18:33:23 -0500 Received: from mail-yh0-f50.google.com ([209.85.213.50]:38392) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1Xnbyz-000505-Kh for 19005@debbugs.gnu.org; Sun, 09 Nov 2014 18:33:22 -0500 Received: by mail-yh0-f50.google.com with SMTP id 29so2865161yhl.9 for <19005@debbugs.gnu.org>; Sun, 09 Nov 2014 15:33:21 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:cc:content-type; bh=YitcwvEnirYTQufQddyhM2Ur5wVWKdy5FM8Lu01ypg8=; b=qal8yhgOp6uimZXuY2c7HQ0NnJ1p5v/udeETz5NXev8tOX8uhK+hxihhfcEt5mlTBj oS+fN+/pPRIvovTpSaWGOzHCQbOLabSmtNypaPL9G+gYxDd5eGTqciKybfhh7QXV03eb XfMVon6+t5hNe96qHZLKGI4hf6atbf9UPpU+1MqBRBWtjLFTqX7if/eoVCHEpKC15Fm1 pLAzn64UKyIFRY59D0ycNz+kHLqlHVQ2ItdvQURodDM+7xr54iUQj+cRj+mi9bd/qjbm b3wCV3uK7ZXaAVKJBaTz++cbksZKFflpKdFevxmQaGKuRa+9CwvQ49B9NNHrqpWPDmVp pS3A== X-Received: by 10.170.217.9 with SMTP id j9mr19971224ykf.45.1415576001086; Sun, 09 Nov 2014 15:33:21 -0800 (PST) MIME-Version: 1.0 Received: by 10.170.157.9 with HTTP; Sun, 9 Nov 2014 15:33:00 -0800 (PST) In-Reply-To: <545FEB23.6070106@gmail.com> References: <877fz4ozse.fsf@rho.meyering.net> <545FEB23.6070106@gmail.com> From: Jim Meyering Date: Sun, 9 Nov 2014 15:33:00 -0800 X-Google-Sender-Auth: 84hyUEokMNeVxfTqc8YEc5E6kPk Message-ID: Subject: Re: bug#19005: [platform-testers] new snapshot available: grep-2.20.83-06900 To: Assaf Gordon Content-Type: text/plain; charset=ISO-8859-1 X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 19005 Cc: 19005@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 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 (/) On Sun, Nov 9, 2014 at 2:30 PM, Assaf Gordon wrote: > Hello, > > On 11/09/2014 04:00 PM, Jim Meyering wrote: >> >> Testing the first snapshot exposed several problems, >> and most have been addressed. The sole remaining problem >> is the failure of an "expensive" (not run by default: big-match) >> that makes most systems run out of memory. I haven't looked at it yet. > > <...> > >> Please let us know if you find any problems. > > > Two quick tests: > > -1- > On an old ubuntu 10 64-bit machine with PCRE, test > "pcre-invalid-utf8-input" fails. > Log attached. > It is possible due to the test using "en_US.UTF-8" but the available locales > are: > > $ locale -a | grep en_US > en_US > en_US.utf8 > > However, the 'get-mb-cur-max' does seem to accept "UTF-8": > > $ ./tests/get-mb-cur-max en_US > 1 > $ ./tests/get-mb-cur-max en_US.utf8 > 6 > $ ./tests/get-mb-cur-max en_US.UTF-8 > 6 > $ ./tests/get-mb-cur-max en_US.FOO-8 > (EMPTY) > > It is possible this old machine is mis-configured, and if so - please ignore > this failure. > > Using "libpcre3" version "7.8-3build1" (from ubuntu 10 package). Hi Assaf, Thanks for the prompt tests and feedback. This part of your log implicates that old ubuntu system's libpcre: + LC_ALL=en_US.UTF-8 timeout 3 grep -P k$ in + test 124 -eq 1 + fail=1 + echo k That suggests that grep -P was stuck in an infinite loop when timeout terminated the process (the exit 124). In this case, the error is highly desirable: it is your warning that you cannot rely on grep -P built with that library. > -2- > On the same machine, which has 128 GB ram total, and 106 GB ram free: > > $ free -g > total used free shared buffers > cached > Mem: 125 38 87 0 6 > 13 > -/+ buffers/cache: 18 106 > Swap: 9 3 6 > > The "big-match" test is still skipped with "not enough main memory to run > the test" - which sounds a bit weird. > Log attached. > During the execution of the tests, the "grep" process consumed up to 4.0GB > of ram (in the "RES" column of "top"). I interrupted one run of that test when it had reached 95GB RSS. That tests's combination of regexp and input provoke massive allocation in regexp-internal code, albeit no leak I have seen. From debbugs-submit-bounces@debbugs.gnu.org Sun Nov 09 20:11:01 2014 Received: (at 19005) by debbugs.gnu.org; 10 Nov 2014 01:11:01 +0000 Received: from localhost ([127.0.0.1]:55285 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1XndVV-0007Nf-H9 for submit@debbugs.gnu.org; Sun, 09 Nov 2014 20:11:01 -0500 Received: from mail-yh0-f54.google.com ([209.85.213.54]:62176) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1XndVT-0007NU-RN for 19005@debbugs.gnu.org; Sun, 09 Nov 2014 20:11:00 -0500 Received: by mail-yh0-f54.google.com with SMTP id t59so3873570yho.41 for <19005@debbugs.gnu.org>; Sun, 09 Nov 2014 17:10:59 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:cc:content-type; bh=4YqplknXdCELYoVKkUdypQW1lD4JVu9uOvw291+qR0w=; b=CXEnGzDbL73LcjpnU7usUxaDDxgVjgaqsa5mL11w4L78SFED9khy0K94eUOpUWwWYa ko4ERSOM6eBtVd9O3P3emlF67F8k+6HdxG8FgKSTgrahPME57FuW0Da5DyWTbSgu07Iw jShEWM30PNxb4U8h3EQ4+li0g6Apiznu6EIvU+NPcLP30ccrITKpdN3BA8aXGeLEGZKh 11vXZaBLgGX6ZRJbMO5NJJpYSEIK6cG+ozvofPKVqaPiZMv76C4Xci+UVdVu6WtTHb7w qba5QeLSUw0zxjtQA4POcodfpU+f+O4liVOSueDhxIRxnBkwTUDxCxBxtDBhKeLsFhHb 0m1A== X-Received: by 10.236.209.101 with SMTP id r65mr26417976yho.140.1415581859322; Sun, 09 Nov 2014 17:10:59 -0800 (PST) MIME-Version: 1.0 Received: by 10.170.157.9 with HTTP; Sun, 9 Nov 2014 17:10:39 -0800 (PST) In-Reply-To: <545FEAA5.7050802@gmail.com> References: <877fz4ozse.fsf@rho.meyering.net> <545FEAA5.7050802@gmail.com> From: Jim Meyering Date: Sun, 9 Nov 2014 17:10:39 -0800 X-Google-Sender-Auth: i3DZm4dVdexTK45PAcFDjOmvnP4 Message-ID: Subject: Re: bug#19005: new snapshot available: grep-2.20.83-06900 To: Bruce Dubbs Content-Type: text/plain; charset=ISO-8859-1 X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 19005 Cc: 19005 <19005@debbugs.gnu.org> X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 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 (/) On Sun, Nov 9, 2014 at 2:28 PM, Bruce Dubbs wrote: > Jim Meyering wrote: >> >> Testing the first snapshot exposed several problems, >> and most have been addressed. The sole remaining problem >> is the failure of an "expensive" (not run by default: big-match) >> that makes most systems run out of memory. I haven't looked at it yet. > > Shouldn't the big-match test just be able to see if the system runs out of > memory and if so, set an XFAIL. I don't think so. This test deliberately maps OOM and similar to "FAIL". Maybe some change has induced a regression. From debbugs-submit-bounces@debbugs.gnu.org Sun Nov 09 21:47:37 2014 Received: (at 19005) by debbugs.gnu.org; 10 Nov 2014 02:47:37 +0000 Received: from localhost ([127.0.0.1]:55314 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1Xnf0x-0001l2-8p for submit@debbugs.gnu.org; Sun, 09 Nov 2014 21:47:37 -0500 Received: from mail-qa0-f44.google.com ([209.85.216.44]:40124) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1Xnf0r-0001km-Vv for 19005@debbugs.gnu.org; Sun, 09 Nov 2014 21:47:32 -0500 Received: by mail-qa0-f44.google.com with SMTP id w8so4840088qac.3 for <19005@debbugs.gnu.org>; Sun, 09 Nov 2014 18:47:29 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type; bh=qBqA8LrimXvZKzqX9XeDB2ye04x4T4Fd972klLiGks8=; b=S7iul0QSJ1uYJVT5IDpUcRpIDtip9wN5OVv/rh3CCsHLe9eRY1YtCuJytbvFD+28y9 WqL/6pmdcDqiDCXTHovVuAH3/pjLJi7/K90YG7501ZghTNPRShR99vnpV3WBXPm+DDkj bPlvBioFm+4Wjq8sR+nVnVE85GYRYZFNJ8Vz2wRQFzxp6hDB47wJbCQo6lV8GFq5G0Ub wRJKdOrAn3SqTegjmF8Lp6udgUOSlhvzfnDe6u18ErjuL+IzktnU6RJzIRLF8nEn3d9x TL48s63O7EFZFH8QYr9VZb7xDWvgsrroJfitDcbwj8TaT0iWwTFOUCkyUFrZGsYEv/rY 3r8g== X-Received: by 10.140.34.21 with SMTP id k21mr37360119qgk.21.1415587649366; Sun, 09 Nov 2014 18:47:29 -0800 (PST) Received: from disco.wi.mit.edu ([18.4.1.144]) by mx.google.com with ESMTPSA id q9sm14507983qat.21.2014.11.09.18.47.28 for <19005@debbugs.gnu.org> (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sun, 09 Nov 2014 18:47:28 -0800 (PST) Message-ID: <54602743.2050102@gmail.com> Date: Sun, 09 Nov 2014 21:47:31 -0500 From: Assaf Gordon User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.2.0 MIME-Version: 1.0 To: 19005@debbugs.gnu.org Subject: Re: bug#19005: [platform-testers] new snapshot available: grep-2.20.83-06900 References: <877fz4ozse.fsf@rho.meyering.net> <545FEB23.6070106@gmail.com> In-Reply-To: <545FEB23.6070106@gmail.com> Content-Type: multipart/mixed; boundary="------------090808070109050001040905" X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 19005 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 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 is a multi-part message in MIME format. --------------090808070109050001040905 Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit On 11/09/2014 05:30 PM, Assaf Gordon wrote: > > On 11/09/2014 04:00 PM, Jim Meyering wrote: >> Testing the first snapshot exposed several problems, >> and most have been addressed. The sole remaining problem >> is the failure of an "expensive" (not run by default: big-match) >> that makes most systems run out of memory. I haven't looked at it yet. > > <...> > >> Please let us know if you find any problems. > No failures on the following VMs (amd64, tested without PCRE, and only non-expensive tests): freebsd 9.3 freebsd 10 openbsd 5.5 netbsd 6.1.4 debian 7.6 gnewsense 3.1 (=debian 6) trisquel 6.0.1 (=ubuntu 12 LTS) ubuntu 14.04.1 opensuse 13.1 fedora 20 centos 7 GNU Hurd/Debian 0.5 (32-bit). Two cases on less common OSes: On DilOS 1.3.7, based on Illumos/OpenSolaris, "multibyte-white-space" fails. log attached. From a brief look, perhaps it has something to do with the recent "hex printf" change? not sure. This is a weird system, as they try to use Illumos kernel with Debian user space, so things could be mis-configured. Few quick checks (relating to the "hex printf" implementation): === $ bash --version | head -n1 GNU bash, version 4.2.45(2)-release (x86_64-pc-solaris2.11) $ printf --version -bash: printf: --: invalid option printf: usage: printf [-v var] format [arguments] $ which printf /usr/gnu/bin/printf $ /usr/gnu/bin/printf --version | head -n1 printf (GNU coreutils) 8.21 $ which sed /usr/gnu/bin/sed $ $(which sed) --version | head -n1 /usr/gnu/bin/sed (GNU sed) 4.2.2 === On MINIX R3.3.0, "symlinks" fails, which seems similar to the previous NetBSD6.1.4 issue. Log attached. I was not able to install Ktrace/Kdump yet. I will sadly not be able to test more until next weekend. Regards, - Assaf --------------090808070109050001040905 Content-Type: text/x-log; name="diols137.grep.test-suite.log" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="diols137.grep.test-suite.log" ================================================== GNU grep 2.20.83-06900: tests/test-suite.log ================================================== # TOTAL: 85 # PASS: 62 # SKIP: 21 # XFAIL: 1 # FAIL: 1 # XPASS: 0 # ERROR: 0 .. contents:: :depth: 2 FAIL: multibyte-white-space =========================== ++ initial_cwd_=/tmp/grep-2.20.83-06900.9QfptX/grep-2.20.83-06900/tests ++ fail=0 +++ testdir_prefix_ +++ printf gt ++ pfx_=gt +++ mktempd_ /tmp/grep-2.20.83-06900.9QfptX/grep-2.20.83-06900/tests gt-multibyte-white-space.XXXX +++ case $# in +++ destdir_=/tmp/grep-2.20.83-06900.9QfptX/grep-2.20.83-06900/tests +++ template_=gt-multibyte-white-space.XXXX +++ MAX_TRIES_=4 +++ case $destdir_ in +++ case $template_ in ++++ unset TMPDIR +++ d=/tmp/grep-2.20.83-06900.9QfptX/grep-2.20.83-06900/tests/gt-multibyte-white-space.Kp1p +++ case $d in +++ test -d /tmp/grep-2.20.83-06900.9QfptX/grep-2.20.83-06900/tests/gt-multibyte-white-space.Kp1p ++++ ls -dgo /tmp/grep-2.20.83-06900.9QfptX/grep-2.20.83-06900/tests/gt-multibyte-white-space.Kp1p ++++ tr S - ++++ LC_ALL=C ++++ env -- tr S - +++ perms='drwx------ 2 117 Nov 10 01:12 /tmp/grep-2.20.83-06900.9QfptX/grep-2.20.83-06900/tests/gt-multibyte-white-space.Kp1p' +++ case $perms in +++ test 0 = 0 +++ echo /tmp/grep-2.20.83-06900.9QfptX/grep-2.20.83-06900/tests/gt-multibyte-white-space.Kp1p +++ return ++ test_dir_=/tmp/grep-2.20.83-06900.9QfptX/grep-2.20.83-06900/tests/gt-multibyte-white-space.Kp1p ++ cd /tmp/grep-2.20.83-06900.9QfptX/grep-2.20.83-06900/tests/gt-multibyte-white-space.Kp1p ++ gl_init_sh_nl_=' ' ++ IFS=' ' ++ for sig_ in 1 2 3 13 15 +++ expr 1 + 128 ++ eval 'trap '\''Exit 129'\'' 1' +++ trap 'Exit 129' 1 ++ for sig_ in 1 2 3 13 15 +++ expr 2 + 128 ++ eval 'trap '\''Exit 130'\'' 2' +++ trap 'Exit 130' 2 ++ for sig_ in 1 2 3 13 15 +++ expr 3 + 128 ++ eval 'trap '\''Exit 131'\'' 3' +++ trap 'Exit 131' 3 ++ for sig_ in 1 2 3 13 15 +++ expr 13 + 128 ++ eval 'trap '\''Exit 141'\'' 13' +++ trap 'Exit 141' 13 ++ for sig_ in 1 2 3 13 15 +++ expr 15 + 128 ++ eval 'trap '\''Exit 143'\'' 15' +++ trap 'Exit 143' 15 ++ trap remove_tmp_ 0 + path_prepend_ ../src + test 1 '!=' 0 + path_dir_=../src + case $path_dir_ in + abs_path_dir_=/tmp/grep-2.20.83-06900.9QfptX/grep-2.20.83-06900/tests/../src + case $abs_path_dir_ in + PATH=/tmp/grep-2.20.83-06900.9QfptX/grep-2.20.83-06900/tests/../src:/tmp/grep-2.20.83-06900.9QfptX/grep-2.20.83-06900/src:/usr/gnu/bin:/usr/bin:/usr/sbin:/sbin + create_exe_shims_ /tmp/grep-2.20.83-06900.9QfptX/grep-2.20.83-06900/tests/../src + case $EXEEXT in + return 0 + shift + test 0 '!=' 0 + export PATH + require_en_utf8_locale_ + path_prepend_ . + test 1 '!=' 0 + path_dir_=. + case $path_dir_ in + abs_path_dir_=/tmp/grep-2.20.83-06900.9QfptX/grep-2.20.83-06900/tests/. + case $abs_path_dir_ in + PATH=/tmp/grep-2.20.83-06900.9QfptX/grep-2.20.83-06900/tests/.:/tmp/grep-2.20.83-06900.9QfptX/grep-2.20.83-06900/tests/../src:/tmp/grep-2.20.83-06900.9QfptX/grep-2.20.83-06900/src:/usr/gnu/bin:/usr/bin:/usr/sbin:/sbin + create_exe_shims_ /tmp/grep-2.20.83-06900.9QfptX/grep-2.20.83-06900/tests/. + case $EXEEXT in + return 0 + shift + test 0 '!=' 0 + export PATH + case $(get-mb-cur-max en_US.UTF-8) in ++ get-mb-cur-max en_US.UTF-8 + LC_ALL=en_US.UTF-8 + export LC_ALL + these_fail_with_glibc=' U+00A0 NO-BREAK SPACE: c2 a0 U+2007 FIGURE SPACE: e2 80 87 U+200B ZERO WIDTH SPACE: e2 80 8b U+202F NARROW NO-BREAK SPACE: e2 80 af ' + fail_with_other=' U+000A Line feed: 0a U+0085 Next line: 85 ' ++ sed 's/.*://;s/ */\\x/g' + utf8_space_characters='\x09 \x0b \x0c \x0d \x20 \xe1\x9a\x80 \xe2\x80\x80 \xe2\x80\x81 \xe2\x80\x82 \xe2\x80\x83 \xe2\x80\x84 \xe2\x80\x85 \xe2\x80\x86 \xe2\x80\x88 \xe2\x80\x89 \xe2\x80\x8a \xe2\x81\x9f \xe3\x80\x80' + fail=0 + for i in '$utf8_space_characters' + hex_printf_ '\x09' + grep -q '^\s$' +++ printf '%s\n' '\x09' +++ sed 's,\\x\([0-9abcdefABCDEF][0-9abcdefABCDEF]\), 0x\1,g' ++ printf '\\%o' 0x09 + local 'octal_fmt=\11' + printf '\11' + hex_printf_ '\x09' + grep -q '\S' +++ printf '%s\n' '\x09' +++ sed 's,\\x\([0-9abcdefABCDEF][0-9abcdefABCDEF]\), 0x\1,g' ++ printf '\\%o' 0x09 + local 'octal_fmt=\11' + printf '\11' + test 1 = 1 + for i in '$utf8_space_characters' + hex_printf_ '\x0b' + grep -q '^\s$' +++ printf '%s\n' '\x0b' +++ sed 's,\\x\([0-9abcdefABCDEF][0-9abcdefABCDEF]\), 0x\1,g' ++ printf '\\%o' 0x0b + local 'octal_fmt=\13' + printf '\13' + hex_printf_ '\x0b' + grep -q '\S' +++ printf '%s\n' '\x0b' +++ sed 's,\\x\([0-9abcdefABCDEF][0-9abcdefABCDEF]\), 0x\1,g' ++ printf '\\%o' 0x0b + local 'octal_fmt=\13' + printf '\13' + test 1 = 1 + for i in '$utf8_space_characters' + hex_printf_ '\x0c' + grep -q '^\s$' +++ printf '%s\n' '\x0c' +++ sed 's,\\x\([0-9abcdefABCDEF][0-9abcdefABCDEF]\), 0x\1,g' ++ printf '\\%o' 0x0c + local 'octal_fmt=\14' + printf '\14' + hex_printf_ '\x0c' + grep -q '\S' +++ printf '%s\n' '\x0c' +++ sed 's,\\x\([0-9abcdefABCDEF][0-9abcdefABCDEF]\), 0x\1,g' ++ printf '\\%o' 0x0c + local 'octal_fmt=\14' + printf '\14' + test 1 = 1 + for i in '$utf8_space_characters' + hex_printf_ '\x0d' + grep -q '^\s$' +++ printf '%s\n' '\x0d' +++ sed 's,\\x\([0-9abcdefABCDEF][0-9abcdefABCDEF]\), 0x\1,g' ++ printf '\\%o' 0x0d + local 'octal_fmt=\15' + printf '\15' + hex_printf_ '\x0d' + grep -q '\S' +++ printf '%s\n' '\x0d' +++ sed 's,\\x\([0-9abcdefABCDEF][0-9abcdefABCDEF]\), 0x\1,g' ++ printf '\\%o' 0x0d + local 'octal_fmt=\15' + printf '\15' + test 1 = 1 + for i in '$utf8_space_characters' + hex_printf_ '\x20' + grep -q '^\s$' +++ printf '%s\n' '\x20' +++ sed 's,\\x\([0-9abcdefABCDEF][0-9abcdefABCDEF]\), 0x\1,g' ++ printf '\\%o' 0x20 + local 'octal_fmt=\40' + printf '\40' + hex_printf_ '\x20' + grep -q '\S' +++ printf '%s\n' '\x20' +++ sed 's,\\x\([0-9abcdefABCDEF][0-9abcdefABCDEF]\), 0x\1,g' ++ printf '\\%o' 0x20 + local 'octal_fmt=\40' + printf '\40' + test 1 = 1 + for i in '$utf8_space_characters' + hex_printf_ '\xe1\x9a\x80' + grep -q '^\s$' +++ printf '%s\n' '\xe1\x9a\x80' +++ sed 's,\\x\([0-9abcdefABCDEF][0-9abcdefABCDEF]\), 0x\1,g' ++ printf '\\%o' 0xe1 0x9a 0x80 + local 'octal_fmt=\341\232\200' + printf '\341\232\200' + warn_ '\xe1\x9a\x80 FAILED to match \s' + case $IFS in + printf '%s\n' '\xe1\x9a\x80 FAILED to match \s' \xe1\x9a\x80 FAILED to match \s + test 9 = 2 + printf '%s\n' '\xe1\x9a\x80 FAILED to match \s' + sed 1q + fail=1 + hex_printf_ '\xe1\x9a\x80' + grep -q '\S' +++ printf '%s\n' '\xe1\x9a\x80' +++ sed 's,\\x\([0-9abcdefABCDEF][0-9abcdefABCDEF]\), 0x\1,g' ++ printf '\\%o' 0xe1 0x9a 0x80 + local 'octal_fmt=\341\232\200' + printf '\341\232\200' + test 0 = 1 + warn_ '\xe1\x9a\x80 vs. \S FAILED' + case $IFS in + printf '%s\n' '\xe1\x9a\x80 vs. \S FAILED' \xe1\x9a\x80 vs. \S FAILED + test 9 = 2 + printf '%s\n' '\xe1\x9a\x80 vs. \S FAILED' + sed 1q + fail=1 + for i in '$utf8_space_characters' + hex_printf_ '\xe2\x80\x80' + grep -q '^\s$' +++ printf '%s\n' '\xe2\x80\x80' +++ sed 's,\\x\([0-9abcdefABCDEF][0-9abcdefABCDEF]\), 0x\1,g' ++ printf '\\%o' 0xe2 0x80 0x80 + local 'octal_fmt=\342\200\200' + printf '\342\200\200' + warn_ '\xe2\x80\x80 FAILED to match \s' + case $IFS in + printf '%s\n' '\xe2\x80\x80 FAILED to match \s' \xe2\x80\x80 FAILED to match \s + test 9 = 2 + printf '%s\n' '\xe2\x80\x80 FAILED to match \s' + sed 1q + fail=1 + hex_printf_ '\xe2\x80\x80' + grep -q '\S' +++ printf '%s\n' '\xe2\x80\x80' +++ sed 's,\\x\([0-9abcdefABCDEF][0-9abcdefABCDEF]\), 0x\1,g' ++ printf '\\%o' 0xe2 0x80 0x80 + local 'octal_fmt=\342\200\200' + printf '\342\200\200' + test 0 = 1 + warn_ '\xe2\x80\x80 vs. \S FAILED' + case $IFS in + printf '%s\n' '\xe2\x80\x80 vs. \S FAILED' \xe2\x80\x80 vs. \S FAILED + test 9 = 2 + printf '%s\n' '\xe2\x80\x80 vs. \S FAILED' + sed 1q + fail=1 + for i in '$utf8_space_characters' + hex_printf_ '\xe2\x80\x81' + grep -q '^\s$' +++ printf '%s\n' '\xe2\x80\x81' +++ sed 's,\\x\([0-9abcdefABCDEF][0-9abcdefABCDEF]\), 0x\1,g' ++ printf '\\%o' 0xe2 0x80 0x81 + local 'octal_fmt=\342\200\201' + printf '\342\200\201' + warn_ '\xe2\x80\x81 FAILED to match \s' + case $IFS in + printf '%s\n' '\xe2\x80\x81 FAILED to match \s' \xe2\x80\x81 FAILED to match \s + test 9 = 2 + printf '%s\n' '\xe2\x80\x81 FAILED to match \s' + sed 1q + fail=1 + hex_printf_ '\xe2\x80\x81' + grep -q '\S' +++ printf '%s\n' '\xe2\x80\x81' +++ sed 's,\\x\([0-9abcdefABCDEF][0-9abcdefABCDEF]\), 0x\1,g' ++ printf '\\%o' 0xe2 0x80 0x81 + local 'octal_fmt=\342\200\201' + printf '\342\200\201' + test 0 = 1 + warn_ '\xe2\x80\x81 vs. \S FAILED' + case $IFS in + printf '%s\n' '\xe2\x80\x81 vs. \S FAILED' \xe2\x80\x81 vs. \S FAILED + test 9 = 2 + printf '%s\n' '\xe2\x80\x81 vs. \S FAILED' + sed 1q + fail=1 + for i in '$utf8_space_characters' + grep -q '^\s$' + hex_printf_ '\xe2\x80\x82' +++ printf '%s\n' '\xe2\x80\x82' +++ sed 's,\\x\([0-9abcdefABCDEF][0-9abcdefABCDEF]\), 0x\1,g' ++ printf '\\%o' 0xe2 0x80 0x82 + local 'octal_fmt=\342\200\202' + printf '\342\200\202' + warn_ '\xe2\x80\x82 FAILED to match \s' + case $IFS in + printf '%s\n' '\xe2\x80\x82 FAILED to match \s' \xe2\x80\x82 FAILED to match \s + test 9 = 2 + printf '%s\n' '\xe2\x80\x82 FAILED to match \s' + sed 1q + fail=1 + hex_printf_ '\xe2\x80\x82' + grep -q '\S' +++ printf '%s\n' '\xe2\x80\x82' +++ sed 's,\\x\([0-9abcdefABCDEF][0-9abcdefABCDEF]\), 0x\1,g' ++ printf '\\%o' 0xe2 0x80 0x82 + local 'octal_fmt=\342\200\202' + printf '\342\200\202' + test 0 = 1 + warn_ '\xe2\x80\x82 vs. \S FAILED' + case $IFS in + printf '%s\n' '\xe2\x80\x82 vs. \S FAILED' \xe2\x80\x82 vs. \S FAILED + test 9 = 2 + printf '%s\n' '\xe2\x80\x82 vs. \S FAILED' + sed 1q + fail=1 + for i in '$utf8_space_characters' + grep -q '^\s$' + hex_printf_ '\xe2\x80\x83' +++ printf '%s\n' '\xe2\x80\x83' +++ sed 's,\\x\([0-9abcdefABCDEF][0-9abcdefABCDEF]\), 0x\1,g' ++ printf '\\%o' 0xe2 0x80 0x83 + local 'octal_fmt=\342\200\203' + printf '\342\200\203' + warn_ '\xe2\x80\x83 FAILED to match \s' + case $IFS in + printf '%s\n' '\xe2\x80\x83 FAILED to match \s' \xe2\x80\x83 FAILED to match \s + test 9 = 2 + printf '%s\n' '\xe2\x80\x83 FAILED to match \s' + sed 1q + fail=1 + hex_printf_ '\xe2\x80\x83' +++ printf '%s\n' '\xe2\x80\x83' + grep -q '\S' +++ sed 's,\\x\([0-9abcdefABCDEF][0-9abcdefABCDEF]\), 0x\1,g' ++ printf '\\%o' 0xe2 0x80 0x83 + local 'octal_fmt=\342\200\203' + printf '\342\200\203' + test 0 = 1 + warn_ '\xe2\x80\x83 vs. \S FAILED' + case $IFS in + printf '%s\n' '\xe2\x80\x83 vs. \S FAILED' \xe2\x80\x83 vs. \S FAILED + test 9 = 2 + printf '%s\n' '\xe2\x80\x83 vs. \S FAILED' + sed 1q + fail=1 + for i in '$utf8_space_characters' + hex_printf_ '\xe2\x80\x84' + grep -q '^\s$' +++ printf '%s\n' '\xe2\x80\x84' +++ sed 's,\\x\([0-9abcdefABCDEF][0-9abcdefABCDEF]\), 0x\1,g' ++ printf '\\%o' 0xe2 0x80 0x84 + local 'octal_fmt=\342\200\204' + printf '\342\200\204' + warn_ '\xe2\x80\x84 FAILED to match \s' + case $IFS in + printf '%s\n' '\xe2\x80\x84 FAILED to match \s' \xe2\x80\x84 FAILED to match \s + test 9 = 2 + printf '%s\n' '\xe2\x80\x84 FAILED to match \s' + sed 1q + fail=1 + hex_printf_ '\xe2\x80\x84' + grep -q '\S' +++ printf '%s\n' '\xe2\x80\x84' +++ sed 's,\\x\([0-9abcdefABCDEF][0-9abcdefABCDEF]\), 0x\1,g' ++ printf '\\%o' 0xe2 0x80 0x84 + local 'octal_fmt=\342\200\204' + printf '\342\200\204' + test 0 = 1 + warn_ '\xe2\x80\x84 vs. \S FAILED' + case $IFS in + printf '%s\n' '\xe2\x80\x84 vs. \S FAILED' \xe2\x80\x84 vs. \S FAILED + test 9 = 2 + printf '%s\n' '\xe2\x80\x84 vs. \S FAILED' + sed 1q + fail=1 + for i in '$utf8_space_characters' + hex_printf_ '\xe2\x80\x85' + grep -q '^\s$' +++ printf '%s\n' '\xe2\x80\x85' +++ sed 's,\\x\([0-9abcdefABCDEF][0-9abcdefABCDEF]\), 0x\1,g' ++ printf '\\%o' 0xe2 0x80 0x85 + local 'octal_fmt=\342\200\205' + printf '\342\200\205' + warn_ '\xe2\x80\x85 FAILED to match \s' + case $IFS in + printf '%s\n' '\xe2\x80\x85 FAILED to match \s' \xe2\x80\x85 FAILED to match \s + test 9 = 2 + printf '%s\n' '\xe2\x80\x85 FAILED to match \s' + sed 1q + fail=1 + hex_printf_ '\xe2\x80\x85' + grep -q '\S' +++ printf '%s\n' '\xe2\x80\x85' +++ sed 's,\\x\([0-9abcdefABCDEF][0-9abcdefABCDEF]\), 0x\1,g' ++ printf '\\%o' 0xe2 0x80 0x85 + local 'octal_fmt=\342\200\205' + printf '\342\200\205' + test 0 = 1 + warn_ '\xe2\x80\x85 vs. \S FAILED' + case $IFS in + printf '%s\n' '\xe2\x80\x85 vs. \S FAILED' \xe2\x80\x85 vs. \S FAILED + test 9 = 2 + printf '%s\n' '\xe2\x80\x85 vs. \S FAILED' + sed 1q + fail=1 + for i in '$utf8_space_characters' + hex_printf_ '\xe2\x80\x86' + grep -q '^\s$' +++ printf '%s\n' '\xe2\x80\x86' +++ sed 's,\\x\([0-9abcdefABCDEF][0-9abcdefABCDEF]\), 0x\1,g' ++ printf '\\%o' 0xe2 0x80 0x86 + local 'octal_fmt=\342\200\206' + printf '\342\200\206' + warn_ '\xe2\x80\x86 FAILED to match \s' + case $IFS in + printf '%s\n' '\xe2\x80\x86 FAILED to match \s' \xe2\x80\x86 FAILED to match \s + test 9 = 2 + printf '%s\n' '\xe2\x80\x86 FAILED to match \s' + sed 1q + fail=1 + hex_printf_ '\xe2\x80\x86' + grep -q '\S' +++ printf '%s\n' '\xe2\x80\x86' +++ sed 's,\\x\([0-9abcdefABCDEF][0-9abcdefABCDEF]\), 0x\1,g' ++ printf '\\%o' 0xe2 0x80 0x86 + local 'octal_fmt=\342\200\206' + printf '\342\200\206' + test 0 = 1 + warn_ '\xe2\x80\x86 vs. \S FAILED' + case $IFS in + printf '%s\n' '\xe2\x80\x86 vs. \S FAILED' \xe2\x80\x86 vs. \S FAILED + test 9 = 2 + printf '%s\n' '\xe2\x80\x86 vs. \S FAILED' + sed 1q + fail=1 + for i in '$utf8_space_characters' + hex_printf_ '\xe2\x80\x88' + grep -q '^\s$' +++ printf '%s\n' '\xe2\x80\x88' +++ sed 's,\\x\([0-9abcdefABCDEF][0-9abcdefABCDEF]\), 0x\1,g' ++ printf '\\%o' 0xe2 0x80 0x88 + local 'octal_fmt=\342\200\210' + printf '\342\200\210' + warn_ '\xe2\x80\x88 FAILED to match \s' + case $IFS in + printf '%s\n' '\xe2\x80\x88 FAILED to match \s' \xe2\x80\x88 FAILED to match \s + test 9 = 2 + printf '%s\n' '\xe2\x80\x88 FAILED to match \s' + sed 1q + fail=1 + hex_printf_ '\xe2\x80\x88' + grep -q '\S' +++ printf '%s\n' '\xe2\x80\x88' +++ sed 's,\\x\([0-9abcdefABCDEF][0-9abcdefABCDEF]\), 0x\1,g' ++ printf '\\%o' 0xe2 0x80 0x88 + local 'octal_fmt=\342\200\210' + printf '\342\200\210' + test 0 = 1 + warn_ '\xe2\x80\x88 vs. \S FAILED' + case $IFS in + printf '%s\n' '\xe2\x80\x88 vs. \S FAILED' \xe2\x80\x88 vs. \S FAILED + test 9 = 2 + printf '%s\n' '\xe2\x80\x88 vs. \S FAILED' + sed 1q + fail=1 + for i in '$utf8_space_characters' + hex_printf_ '\xe2\x80\x89' + grep -q '^\s$' +++ printf '%s\n' '\xe2\x80\x89' +++ sed 's,\\x\([0-9abcdefABCDEF][0-9abcdefABCDEF]\), 0x\1,g' ++ printf '\\%o' 0xe2 0x80 0x89 + local 'octal_fmt=\342\200\211' + printf '\342\200\211' + warn_ '\xe2\x80\x89 FAILED to match \s' + case $IFS in + printf '%s\n' '\xe2\x80\x89 FAILED to match \s' \xe2\x80\x89 FAILED to match \s + test 9 = 2 + printf '%s\n' '\xe2\x80\x89 FAILED to match \s' + sed 1q + fail=1 + hex_printf_ '\xe2\x80\x89' + grep -q '\S' +++ printf '%s\n' '\xe2\x80\x89' +++ sed 's,\\x\([0-9abcdefABCDEF][0-9abcdefABCDEF]\), 0x\1,g' ++ printf '\\%o' 0xe2 0x80 0x89 + local 'octal_fmt=\342\200\211' + printf '\342\200\211' + test 0 = 1 + warn_ '\xe2\x80\x89 vs. \S FAILED' + case $IFS in + printf '%s\n' '\xe2\x80\x89 vs. \S FAILED' \xe2\x80\x89 vs. \S FAILED + test 9 = 2 + printf '%s\n' '\xe2\x80\x89 vs. \S FAILED' + sed 1q + fail=1 + for i in '$utf8_space_characters' + hex_printf_ '\xe2\x80\x8a' + grep -q '^\s$' +++ printf '%s\n' '\xe2\x80\x8a' +++ sed 's,\\x\([0-9abcdefABCDEF][0-9abcdefABCDEF]\), 0x\1,g' ++ printf '\\%o' 0xe2 0x80 0x8a + local 'octal_fmt=\342\200\212' + printf '\342\200\212' + warn_ '\xe2\x80\x8a FAILED to match \s' + case $IFS in + printf '%s\n' '\xe2\x80\x8a FAILED to match \s' \xe2\x80\x8a FAILED to match \s + test 9 = 2 + printf '%s\n' '\xe2\x80\x8a FAILED to match \s' + sed 1q + fail=1 + hex_printf_ '\xe2\x80\x8a' + grep -q '\S' +++ printf '%s\n' '\xe2\x80\x8a' +++ sed 's,\\x\([0-9abcdefABCDEF][0-9abcdefABCDEF]\), 0x\1,g' ++ printf '\\%o' 0xe2 0x80 0x8a + local 'octal_fmt=\342\200\212' + printf '\342\200\212' + test 0 = 1 + warn_ '\xe2\x80\x8a vs. \S FAILED' + case $IFS in + printf '%s\n' '\xe2\x80\x8a vs. \S FAILED' \xe2\x80\x8a vs. \S FAILED + test 9 = 2 + printf '%s\n' '\xe2\x80\x8a vs. \S FAILED' + sed 1q + fail=1 + for i in '$utf8_space_characters' + hex_printf_ '\xe2\x81\x9f' + grep -q '^\s$' +++ printf '%s\n' '\xe2\x81\x9f' +++ sed 's,\\x\([0-9abcdefABCDEF][0-9abcdefABCDEF]\), 0x\1,g' ++ printf '\\%o' 0xe2 0x81 0x9f + local 'octal_fmt=\342\201\237' + printf '\342\201\237' + warn_ '\xe2\x81\x9f FAILED to match \s' + case $IFS in + printf '%s\n' '\xe2\x81\x9f FAILED to match \s' \xe2\x81\x9f FAILED to match \s + test 9 = 2 + printf '%s\n' '\xe2\x81\x9f FAILED to match \s' + sed 1q + fail=1 + hex_printf_ '\xe2\x81\x9f' + grep -q '\S' +++ printf '%s\n' '\xe2\x81\x9f' +++ sed 's,\\x\([0-9abcdefABCDEF][0-9abcdefABCDEF]\), 0x\1,g' ++ printf '\\%o' 0xe2 0x81 0x9f + local 'octal_fmt=\342\201\237' + printf '\342\201\237' + test 0 = 1 + warn_ '\xe2\x81\x9f vs. \S FAILED' + case $IFS in + printf '%s\n' '\xe2\x81\x9f vs. \S FAILED' \xe2\x81\x9f vs. \S FAILED + test 9 = 2 + printf '%s\n' '\xe2\x81\x9f vs. \S FAILED' + sed 1q + fail=1 + for i in '$utf8_space_characters' + hex_printf_ '\xe3\x80\x80' + grep -q '^\s$' +++ printf '%s\n' '\xe3\x80\x80' +++ sed 's,\\x\([0-9abcdefABCDEF][0-9abcdefABCDEF]\), 0x\1,g' ++ printf '\\%o' 0xe3 0x80 0x80 + local 'octal_fmt=\343\200\200' + printf '\343\200\200' + warn_ '\xe3\x80\x80 FAILED to match \s' + case $IFS in + printf '%s\n' '\xe3\x80\x80 FAILED to match \s' \xe3\x80\x80 FAILED to match \s + test 9 = 2 + printf '%s\n' '\xe3\x80\x80 FAILED to match \s' + sed 1q + fail=1 + hex_printf_ '\xe3\x80\x80' + grep -q '\S' +++ printf '%s\n' '\xe3\x80\x80' +++ sed 's,\\x\([0-9abcdefABCDEF][0-9abcdefABCDEF]\), 0x\1,g' ++ printf '\\%o' 0xe3 0x80 0x80 + local 'octal_fmt=\343\200\200' + printf '\343\200\200' + test 0 = 1 + warn_ '\xe3\x80\x80 vs. \S FAILED' + case $IFS in + printf '%s\n' '\xe3\x80\x80 vs. \S FAILED' \xe3\x80\x80 vs. \S FAILED + test 9 = 2 + printf '%s\n' '\xe3\x80\x80 vs. \S FAILED' + sed 1q + fail=1 + printf '\0' + grep -aE '^\s?$' + test 1 = 1 + compare /dev/null out + compare_dev_null_ /dev/null out + test 2 = 2 + test x/dev/null = x/dev/null + test -s out + return 0 + return 0 + Exit 1 + set +e + exit 1 + exit 1 + remove_tmp_ + __st=1 + cleanup_ + : + cd /tmp/grep-2.20.83-06900.9QfptX/grep-2.20.83-06900/tests + chmod -R u+rwx /tmp/grep-2.20.83-06900.9QfptX/grep-2.20.83-06900/tests/gt-multibyte-white-space.Kp1p + rm -rf /tmp/grep-2.20.83-06900.9QfptX/grep-2.20.83-06900/tests/gt-multibyte-white-space.Kp1p + exit 1 FAIL multibyte-white-space (exit status: 1) --------------090808070109050001040905 Content-Type: text/x-log; name="minixR330.grep.test-suite.log" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="minixR330.grep.test-suite.log" ================================================== GNU grep 2.20.83-06900: tests/test-suite.log ================================================== # TOTAL: 1 # PASS: 0 # SKIP: 0 # XFAIL: 0 # FAIL: 1 # XPASS: 0 # ERROR: 0 .. contents:: :depth: 2 FAIL: symlink ============= + 'initial_cwd_=/tmp/grep-2.20.83-06900/tests' + fail=0 + 'testdir_prefix_' + printf gt + 'pfx_=gt' + 'mktempd_' '/tmp/grep-2.20.83-06900/tests' 'gt-symlink.XXXX' + 'destdir_=/tmp/grep-2.20.83-06900/tests' + 'template_=gt-symlink.XXXX' + 'MAX_TRIES_=4' + unset TMPDIR + 'd=/tmp/-p.028951aa gt-symlink.951c' + fail=1 + fail=1 + test -d '/tmp/-p.028951aa gt-symlink.951c' + fail=1 + ls -dgo '/tmp/-p.028951aa gt-symlink.951c' + tr S - + 'LC_ALL=C' env -- tr S - + perms= + fail=1 + test 1 = 0 + echo 'gt-symlink.XXXX' + sed 's/XX*$//' + 'base_template_=gt-symlink.' + echo 'gt-symlink.XXXX' + wc -c + 'template_length_= 16' + echo 'gt-symlink.' + wc -c + 'nx_= 12' + expr 16 - 12 + 'nx_=4' + 'err_=' + 'i_=1' + ':' + 'rand_bytes_' 4 + 'n_=4' + 'chars_=abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789' + 'dev_rand_=/dev/urandom' + test -r /dev/urandom + dd ibs=4 count=1 if=/dev/urandom+ 'LC_ALL=C' tr -c abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789 01234567abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789 + 'LC_ALL=C' env -- tr -c abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789 01234567abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789 + return + 'X_=yKU9' + 'candidate_dir_=/tmp/grep-2.20.83-06900/tests/gt-symlink.yKU9' + mkdir -m 0700 '/tmp/grep-2.20.83-06900/tests/gt-symlink.yKU9' + 'err_=' + echo '/tmp/grep-2.20.83-06900/tests/gt-symlink.yKU9' + return + 'test_dir_=/tmp/grep-2.20.83-06900/tests/gt-symlink.yKU9' + cd '/tmp/grep-2.20.83-06900/tests/gt-symlink.yKU9' + 'gl_init_sh_nl_= ' + 'IFS= ' + expr 1 '+' 128 + eval 'trap '\''Exit 129'\'' 1' + trap 'Exit 129' 1 + expr 2 '+' 128 + eval 'trap '\''Exit 130'\'' 2' + trap 'Exit 130' 2 + expr 3 '+' 128 + eval 'trap '\''Exit 131'\'' 3' + trap 'Exit 131' 3 + expr 13 '+' 128 + eval 'trap '\''Exit 141'\'' 13' + trap 'Exit 141' 13 + expr 15 '+' 128 + eval 'trap '\''Exit 143'\'' 15' + trap 'Exit 143' 15 + trap 'remove_tmp_' 0 + 'path_prepend_' '../src' + test 1 '!=' 0 + 'path_dir_=../src' + 'abs_path_dir_=/tmp/grep-2.20.83-06900/tests/../src' + 'PATH=/tmp/grep-2.20.83-06900/tests/../src:/tmp/grep-2.20.83-06900/src:/usr/local/bin:/usr/pkg/bin:/usr/bin:/bin:/usr/games' + 'create_exe_shims_' '/tmp/grep-2.20.83-06900/tests/../src' + return 0 + shift + test 0 '!=' 0 + export PATH + mkdir dir + echo a + echo b + ln -s a dir/c + ln -s '.' dir/d + ln -s dangling dir/e + touch out + 'expected_status=0' + cd dir + grep '^' + test 0 -eq 0 + 'exp=a\n' + printf 'a\n' + 'LC_ALL=C' sort grepout + grep -v Binary out-t + compare exp out + 'compare_dev_null_' exp out + test 2 = 2 + test xexp = x/dev/null + test xout = x/dev/null + return 2 + 'compare_' exp out + diff -u exp out + 'expected_status=2' + cd dir + grep '^' a b c d e grep: e: No such file or directory + test 2 -eq 2 + 'exp=a:a\nb:b\nc:a\n' + printf 'a:a\nb:b\nc:a\n' + 'LC_ALL=C' sort grepout + grep -v Binary out-t + compare exp out + 'compare_dev_null_' exp out + test 2 = 2 + test xexp = x/dev/null + test xout = x/dev/null + return 2 + 'compare_' exp out + diff -u exp out + 'expected_status=0' + cd dir + grep -r '^' grep: e: No such file or directory + test 2 -eq 0 + fail=1 + 'exp=a:a\nb:b\n' + printf 'a:a\nb:b\n' + 'LC_ALL=C' sort grepout + grep -v Binary out-t + compare exp out + 'compare_dev_null_' exp out + test 2 = 2 + test xexp = x/dev/null + test xout = x/dev/null + return 2 + 'compare_' exp out + diff -u exp out --- exp Mon Nov 10 02:26:07 2014 +++ out Mon Nov 10 02:26:07 2014 @@ -1,2 +1,3 @@ a:a b:b +c:a + fail=1 + 'expected_status=2' + cd dir + grep -r '^' a b c d e grep: d/e: No such file or directory grep: e: No such file or directory + test 2 -eq 2 + 'exp=a:a\nb:b\nc:a\nd/a:a\nd/b:b\n' + printf 'a:a\nb:b\nc:a\nd/a:a\nd/b:b\n' + 'LC_ALL=C' sort grepout + grep -v Binary out-t + compare exp out + 'compare_dev_null_' exp out + test 2 = 2 + test xexp = x/dev/null + test xout = x/dev/null + return 2 + 'compare_' exp out + diff -u exp out --- exp Mon Nov 10 02:26:07 2014 +++ out Mon Nov 10 02:26:07 2014 @@ -3,3 +3,4 @@ c:a d/a:a d/b:b +d/c:a + fail=1 + 'expected_status=2' + cd dir + grep -R '^' grep: warning: d: recursive directory loop grep: e: No such file or directory + test 2 -eq 2 + 'exp=a:a\nb:b\nc:a\n' + printf 'a:a\nb:b\nc:a\n' + 'LC_ALL=C' sort grepout + grep -v Binary out-t + compare exp out + 'compare_dev_null_' exp out + test 2 = 2 + test xexp = x/dev/null + test xout = x/dev/null + return 2 + 'compare_' exp out + diff -u exp out + 'expected_status=2' + cd dir + grep -R '^' a b c d e grep: warning: d/d: recursive directory loop grep: d/e: No such file or directory grep: e: No such file or directory + test 2 -eq 2 + 'exp=a:a\nb:b\nc:a\nd/a:a\nd/b:b\nd/c:a\n' + printf 'a:a\nb:b\nc:a\nd/a:a\nd/b:b\nd/c:a\n' + 'LC_ALL=C' sort grepout + grep -v Binary out-t + compare exp out + 'compare_dev_null_' exp out + test 2 = 2 + test xexp = x/dev/null + test xout = x/dev/null + return 2 + 'compare_' exp out + diff -u exp out + Exit 1 + set '+e' + exit 1 + exit 1 + 'remove_tmp_' + '__st=1' + 'cleanup_' + ':' + cd '/tmp/grep-2.20.83-06900/tests' + chmod -R 'u+rwx' '/tmp/grep-2.20.83-06900/tests/gt-symlink.yKU9' + rm -rf '/tmp/grep-2.20.83-06900/tests/gt-symlink.yKU9' + exit 1 FAIL symlink (exit status: 1) --------------090808070109050001040905-- From debbugs-submit-bounces@debbugs.gnu.org Sun Nov 09 22:22:37 2014 Received: (at submit) by debbugs.gnu.org; 10 Nov 2014 03:22:37 +0000 Received: from localhost ([127.0.0.1]:55341 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1XnfYq-0002fn-OR for submit@debbugs.gnu.org; Sun, 09 Nov 2014 22:22:37 -0500 Received: from eggs.gnu.org ([208.118.235.92]:53642) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1XnfYm-0002fe-Jm for submit@debbugs.gnu.org; Sun, 09 Nov 2014 22:22:33 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XnfYi-0004O3-E4 for submit@debbugs.gnu.org; Sun, 09 Nov 2014 22:22:32 -0500 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=BAYES_20,FREEMAIL_FROM, T_DKIM_INVALID autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([2001:4830:134:3::11]:43714) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XnfYi-0004Nz-Bn for submit@debbugs.gnu.org; Sun, 09 Nov 2014 22:22:28 -0500 Received: from eggs.gnu.org ([2001:4830:134:3::10]:55325) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XnfYe-0002zO-Bn for bug-grep@gnu.org; Sun, 09 Nov 2014 22:22:28 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XnfYZ-0004KZ-Sv for bug-grep@gnu.org; Sun, 09 Nov 2014 22:22:24 -0500 Received: from mail-ob0-x235.google.com ([2607:f8b0:4003:c01::235]:43369) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XnfYZ-0004KG-NX for bug-grep@gnu.org; Sun, 09 Nov 2014 22:22:19 -0500 Received: by mail-ob0-f181.google.com with SMTP id uy5so5135817obc.12 for ; Sun, 09 Nov 2014 19:22:19 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; bh=8VLewzrNflmrGLgQZ+3LW/NvqW86zHXiGy50/CY6XuI=; b=K+Tf7VOl8BTtxRtAogRRbUKBOlL0uuT6aB0KybxfXj/gauadFsCTjDpH7BLw27yTJ0 olrReJEmwarvHByNHLnxlLOGXXh6QEP4ONMW4jR7eeF2JvXK1jb4b3hW9KCUmg2BvYDL KQlhu4iUGaQ5pEmnnNs7aQ7ANQYe+pxrWROynZX7gqRilB3bFGbpMhRMzicLjYZqXJ1w 9pBalxQe1tYz9fafKmX04Zt502mgXZBCEMNYVsG39MBYDYpIC5mCWsKYR+Gva6CfI8dM YEoHQmGOjPqz3VfdrZtEysGbGg/L2mGlSohFoSSs6NmWyzFdW7fOLVJ0XwcDlE1M3n7f VgcA== X-Received: by 10.202.62.10 with SMTP id l10mr23187461oia.18.1415589739215; Sun, 09 Nov 2014 19:22:19 -0800 (PST) Received: from [192.168.0.75] (cpe-72-178-123-130.satx.res.rr.com. [72.178.123.130]) by mx.google.com with ESMTPSA id u5sm6691804obv.10.2014.11.09.19.22.18 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sun, 09 Nov 2014 19:22:18 -0800 (PST) Message-ID: <54602F6A.6010807@gmail.com> Date: Sun, 09 Nov 2014 21:22:18 -0600 From: Bruce Dubbs User-Agent: Mozilla/5.0 (X11; Linux i686; rv:33.0) Gecko/20100101 Firefox/33.0 SeaMonkey/2.30 MIME-Version: 1.0 To: bug-grep@gnu.org Subject: Re: bug#19005: new snapshot available: grep-2.20.83-06900 References: <877fz4ozse.fsf@rho.meyering.net> In-Reply-To: <877fz4ozse.fsf@rho.meyering.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2001:4830:134:3::11 X-Spam-Score: -4.0 (----) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 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: -4.0 (----) Jim Meyering wrote: > Testing the first snapshot exposed several problems, > and most have been addressed. The sole remaining problem > is the failure of an "expensive" (not run by default: big-match) > that makes most systems run out of memory. I haven't looked at it yet. > > Thanks to all who have helped so far, this snapshot should be > much closer to releasable. > > Please let us know if you find any problems. > > grep snapshot: > http://meyering.net/grep/grep-2.20.83-06900.tar.xz For LFS, a basic system the tests give: Testsuite summary for GNU grep 2.20.83-06900 ============================================================ # TOTAL: 85 # PASS: 71 # SKIP: 13 # XFAIL: 1 # FAIL: 0 # XPASS: 0 # ERROR: 0 big-hole: skipped test: expensive: disabled by default big-match: skipped test: expensive: disabled by default long-line-vs-2GiB-read: skipped test: expensive: disabled by default pcre: skipped test: no PCRE support pcre-abort: skipped test: no PCRE support pcre-infloop: skipped test: no PCRE support pcre-invalid-utf8-input: skipped test: no PCRE support pcre-o: skipped test: no PCRE support pcre-utf8: skipped test: no PCRE support pcre-w: skipped test: no PCRE support pcre-wx-backref: skipped test: no PCRE support pcre-z: skipped test: no PCRE support sjis-mb: skipped test: SJIS locale not found XFAIL: triple-backref Testsuite summary for GNU grep 2.20.83-06900 ============================================================================ # TOTAL: 137 # PASS: 130 # SKIP: 7 # XFAIL: 0 # FAIL: 0 # XPASS: 0 # ERROR: 0 SKIP: test-vc-list-files-git.sh SKIP: test-vc-list-files-cvs.sh SKIP: test-wcrtomb-w32-1.sh SKIP: test-wcrtomb-w32-2.sh SKIP: test-wcrtomb-w32-3.sh SKIP: test-wcrtomb-w32-4.sh SKIP: test-wcrtomb-w32-5.sh ----------------- On a more compete LFS system the pcre and git tests also: SKIP: big-hole SKIP: big-match SKIP: long-line-vs-2GiB-read SKIP: sjis-mb XFAIL: triple-backref SKIP: test-vc-list-files-cvs.sh SKIP: test-wcrtomb-w32-1.sh SKIP: test-wcrtomb-w32-2.sh SKIP: test-wcrtomb-w32-3.sh SKIP: test-wcrtomb-w32-4.sh SKIP: test-wcrtomb-w32-5.sh -- Bruce Dubbs linuxfromscratch.org From debbugs-submit-bounces@debbugs.gnu.org Mon Nov 10 01:04:50 2014 Received: (at 19005) by debbugs.gnu.org; 10 Nov 2014 06:04:50 +0000 Received: from localhost ([127.0.0.1]:55348 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1Xni5p-0006fv-M0 for submit@debbugs.gnu.org; Mon, 10 Nov 2014 01:04:49 -0500 Received: from mail-yh0-f48.google.com ([209.85.213.48]:56239) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1Xni5m-0006fm-IF for 19005@debbugs.gnu.org; Mon, 10 Nov 2014 01:04:47 -0500 Received: by mail-yh0-f48.google.com with SMTP id v1so878565yhn.35 for <19005@debbugs.gnu.org>; Sun, 09 Nov 2014 22:04:45 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:cc:content-type; bh=SbaN5GVu+9iEv/j/5za80O98ta+R9mRLvDR9ZslGK+w=; b=fZt27EQmtMMVx9MskklINUvhjJzIOBhquzAQYlSurBBDlXZVwbd9ixqqU55xjGyDiB TCSMwdjRp8tLMLX2SV8hJY3g65K4nieexSEe+jZCU9nP65ryKeQqYl3aj5LbABA2liw7 W8e6K7iK5w/95WIWnb1vhkEKXmqyM+d9NyRCDwaBVKy9NNGTWlOykoykI5CaAAcg9z9h LQvdQPIuVu7Jxg2YciZnBcMMxp0OuO/P1fQxkEbe4kEOGl4sj/X8Cu0I4726iqSrEr+a uhlEdqXXW/rgKRvl+8ISo4xxx4jSm9d2VdQCtdnW03140b2Trh69DnyD0pkF85RUmYfo Sk5Q== X-Received: by 10.170.117.73 with SMTP id j70mr31523970ykb.76.1415599485744; Sun, 09 Nov 2014 22:04:45 -0800 (PST) MIME-Version: 1.0 Received: by 10.170.157.9 with HTTP; Sun, 9 Nov 2014 22:04:25 -0800 (PST) In-Reply-To: <54602F6A.6010807@gmail.com> References: <877fz4ozse.fsf@rho.meyering.net> <54602F6A.6010807@gmail.com> From: Jim Meyering Date: Sun, 9 Nov 2014 22:04:25 -0800 X-Google-Sender-Auth: 6iuBNPlrthe2COkZBCP27dm9qo0 Message-ID: Subject: Re: bug#19005: new snapshot available: grep-2.20.83-06900 To: Bruce Dubbs Content-Type: text/plain; charset=ISO-8859-1 X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 19005 Cc: 19005 <19005@debbugs.gnu.org> X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 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 (/) On Sun, Nov 9, 2014 at 7:22 PM, Bruce Dubbs wrote: ... >> grep snapshot: >> http://meyering.net/grep/grep-2.20.83-06900.tar.xz > > [no failure on any of 3 LFS systems] Great. Thanks for the testing and report. From debbugs-submit-bounces@debbugs.gnu.org Tue Nov 11 12:22:34 2014 Received: (at submit) by debbugs.gnu.org; 11 Nov 2014 17:22:34 +0000 Received: from localhost ([127.0.0.1]:57564 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1XoF9G-00065B-6u for submit@debbugs.gnu.org; Tue, 11 Nov 2014 12:22:34 -0500 Received: from eggs.gnu.org ([208.118.235.92]:39186) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1XoF9D-000653-R3 for submit@debbugs.gnu.org; Tue, 11 Nov 2014 12:22:32 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XoF9D-0007Mc-0n for submit@debbugs.gnu.org; Tue, 11 Nov 2014 12:22:31 -0500 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-0.2 required=5.0 tests=BAYES_05, FREEMAIL_ENVFROM_END_DIGIT,FREEMAIL_FROM,T_DKIM_INVALID autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([2001:4830:134:3::11]:56697) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XoF9C-0007MY-UI for submit@debbugs.gnu.org; Tue, 11 Nov 2014 12:22:30 -0500 Received: from eggs.gnu.org ([2001:4830:134:3::10]:40900) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XoF9C-0004IN-5V for bug-grep@gnu.org; Tue, 11 Nov 2014 12:22:30 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XoF9B-0007Ly-FW for bug-grep@gnu.org; Tue, 11 Nov 2014 12:22:30 -0500 Received: from mail-ob0-x230.google.com ([2607:f8b0:4003:c01::230]:42934) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XoF9B-0007KR-AQ for bug-grep@gnu.org; Tue, 11 Nov 2014 12:22:29 -0500 Received: by mail-ob0-f176.google.com with SMTP id va2so7633438obc.7 for ; Tue, 11 Nov 2014 09:22:27 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:message-id:date:from:user-agent:mime-version:to:subject :references:in-reply-to:content-type; bh=49ubkN+Uhn4DStiFKiyDccKC5oj+0ZTcNsCQn464SPk=; b=nlisc8JJYCBdEMycev+7H7fjS7pk7njVy6c/NK71tzdqUCwS0YMOgczU/L76AHX9+C CpQ29zDwm82UsAqbmwkyC5vW5bUHxVE23dDj5Jddcf45UCrKKeyzl1OIpNUkd2Hblowe LDSs6csPuN+HFtwi2d69UHujSvH3g0ORZyrOVHmLul0OHHUqZsCm4ZACF20EP2sybcte iE3X6wDFJWz+3YhirNiCvE8yIl3fgJ8MetiPA4hOhwfAL38Z8jZSzfP+w+HwoYq3zWZW 8B1VrkeAtNN2/RLqUi801VjAP1pvS9SyL2zSNAv/48OIMHIk2cQpg0ZlKnCjw5ipeSoW 2M/A== X-Received: by 10.182.215.136 with SMTP id oi8mr34012165obc.18.1415726547304; Tue, 11 Nov 2014 09:22:27 -0800 (PST) Received: from ?IPv6:2001:4978:f:5da::2? (cl-1499.chi-02.us.sixxs.net. [2001:4978:f:5da::2]) by mx.google.com with ESMTPSA id cx4sm8479322obd.3.2014.11.11.09.22.26 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 11 Nov 2014 09:22:26 -0800 (PST) Message-ID: <546245D1.2060103@ubuntu.com> Date: Tue, 11 Nov 2014 11:22:25 -0600 From: C de-Avillez User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.2.0 MIME-Version: 1.0 To: bug-grep@gnu.org Subject: Re: [platform-testers] new snapshot available: grep-2.20.83-06900 References: <877fz4ozse.fsf@rho.meyering.net> In-Reply-To: <877fz4ozse.fsf@rho.meyering.net> Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="VEeiDd1lReUORd9p7w0oNGoag7NMjFisu" X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2001:4830:134:3::11 X-Spam-Score: -3.8 (---) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 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: -3.8 (---) This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --VEeiDd1lReUORd9p7w0oNGoag7NMjFisu Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: quoted-printable On 09/11/14 15:00, Jim Meyering wrote: > Testing the first snapshot exposed several problems, > and most have been addressed. The sole remaining problem > is the failure of an "expensive" (not run by default: big-match) > that makes most systems run out of memory. I haven't looked at it yet. No failures (except for bug-match) on Ubuntu Vivid x86_64. Check-expensive was run. Cheers, =2E.C.. --VEeiDd1lReUORd9p7w0oNGoag7NMjFisu Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQIcBAEBCAAGBQJUYkXRAAoJECWAD5grd+mNPagP/2x3IaB1Igioj1YHMGMOzlnY LP6gyPuP8PlgAU6P3PwobB5SDNCAlRfgS6O7BN4nGP9svpQCJ17m1jIGoZzm4hhE YykHPRaul2Tbq3rhSsom6731lbrMvakCouZdFWQT1jTsiYZxMilijyJ+qgdskNCn 6+g+oykCHMAnselNQ7M346U2OQ5bbNjjSTKW8xVzRRXPHLq9zXIYZx8Fa1GMZ5na dZCJCEUzwy5fbNals8KagLE7ApR64tYAAD9pAR/7UWK2Xj3cUWGr+cQhqwWGU4gQ 1gpUvyRtb/09+QmgNWzo/DXWUjw8mHn8FBdl8/78TIWK5v76z5QCqDHrlAI4H3cW obYXr62fpACY8Q4H2GhC0YUxw+AeSkhvrzvei8x24evzj1SBP03s3ksD0Sarm8Io jvs2KHkyq1CLaRwQ3DIgWs4UbUYoF5WjYdTcwpz1QR4UUBe1b3mfX6deWS5fO0Ha k18AjChe/BTRs2eh+v0ZXPX0sveyHu2Y6W6Z+yIYvAzZYbrxnklImFrKQ2wxjtA0 0jepIbk06380K5uefBbAJPjUKaK4RgK4PMWSVtbTpvU+9sds6dhBmQvf5oeiqa82 hqYQSJlUdPIwESlFZUY5GMfV0yfZXWARsTkklE5knqU4fCSiypV3CatnoWXZkoz+ GdeM6IPis1FqT3Hkg368 =+YuB -----END PGP SIGNATURE----- --VEeiDd1lReUORd9p7w0oNGoag7NMjFisu-- From debbugs-submit-bounces@debbugs.gnu.org Tue Nov 11 18:28:42 2014 Received: (at 19005) by debbugs.gnu.org; 11 Nov 2014 23:28:42 +0000 Received: from localhost ([127.0.0.1]:57725 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1XoKra-0000i3-6Q for submit@debbugs.gnu.org; Tue, 11 Nov 2014 18:28:42 -0500 Received: from mail-yk0-f173.google.com ([209.85.160.173]:61984) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1XoKrX-0000hv-Pa for 19005@debbugs.gnu.org; Tue, 11 Nov 2014 18:28:40 -0500 Received: by mail-yk0-f173.google.com with SMTP id 20so5941147yks.32 for <19005@debbugs.gnu.org>; Tue, 11 Nov 2014 15:28:39 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:cc:content-type; bh=luCgJYKkefFbdOI6MXlHLtf39741GK7WrUdOzrA+xtM=; b=A9xwwqVeQT/K8p8yR2Z+gGdsETGyUDQEWvQrkGqd6S+yA0i+mkTG30oQRESSjElqFy oJCWIaBGqMourHNY6cPqbHbldJAp4yhEoAeKqcDRGngx5XUFfpa2ztpTN1VX0N3q2DOj R/oLBB6hmVSf/HyyD7eWw/JBUhuZa310ws72cJ1gj0H0XiaqXcBwbCSdgIz7Y9nor8DC +GArqkWDSRKoif6vGNpKUWZFppkea3rdniZExYwtC7HyuaMdVwbwYjzP39T8YGSqrQaj wGlUOUfTb8/79lrL2Oz04MIm7i4Yn9Mq6L4v1zH7i3rGVaNlY2NzfvQXpq66o8CJmF84 A7TQ== X-Received: by 10.236.2.170 with SMTP id 30mr39946090yhf.122.1415748519308; Tue, 11 Nov 2014 15:28:39 -0800 (PST) MIME-Version: 1.0 Received: by 10.170.157.9 with HTTP; Tue, 11 Nov 2014 15:28:19 -0800 (PST) In-Reply-To: <546245D1.2060103@ubuntu.com> References: <877fz4ozse.fsf@rho.meyering.net> <546245D1.2060103@ubuntu.com> From: Jim Meyering Date: Tue, 11 Nov 2014 15:28:19 -0800 X-Google-Sender-Auth: oNUUs3wD9mnHV7cA-FQ5Oy7dqng Message-ID: Subject: Re: bug#19005: [platform-testers] new snapshot available: grep-2.20.83-06900 To: C de-Avillez Content-Type: text/plain; charset=ISO-8859-1 X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 19005 Cc: 19005 <19005@debbugs.gnu.org> X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 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 (/) On Tue, Nov 11, 2014 at 9:22 AM, C de-Avillez wrote: > On 09/11/14 15:00, Jim Meyering wrote: >> Testing the first snapshot exposed several problems, >> and most have been addressed. The sole remaining problem >> is the failure of an "expensive" (not run by default: big-match) >> that makes most systems run out of memory. I haven't looked at it yet. > > No failures (except for bug-match) on Ubuntu Vivid x86_64. > Check-expensive was run. Glad to hear it. Thanks for reporting in. From debbugs-submit-bounces@debbugs.gnu.org Sat May 30 16:04:40 2015 Received: (at control) by debbugs.gnu.org; 30 May 2015 20:04:41 +0000 Received: from localhost ([127.0.0.1]:33783 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1Yymzo-0007X7-Fr for submit@debbugs.gnu.org; Sat, 30 May 2015 16:04:40 -0400 Received: from smtp.cs.ucla.edu ([131.179.128.62]:53645) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1Yymzm-0007Wi-MZ for control@debbugs.gnu.org; Sat, 30 May 2015 16:04:39 -0400 Received: from localhost (localhost.localdomain [127.0.0.1]) by smtp.cs.ucla.edu (Postfix) with ESMTP id 3C93E39E801B for ; Sat, 30 May 2015 13:04:33 -0700 (PDT) X-Virus-Scanned: amavisd-new at smtp.cs.ucla.edu Received: from smtp.cs.ucla.edu ([127.0.0.1]) by localhost (smtp.cs.ucla.edu [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 9SwSbBss7Jia for ; Sat, 30 May 2015 13:04:32 -0700 (PDT) Received: from [192.168.1.9] (pool-100-32-155-148.lsanca.fios.verizon.net [100.32.155.148]) by smtp.cs.ucla.edu (Postfix) with ESMTPSA id 4CC9C39E8016 for ; Sat, 30 May 2015 13:04:32 -0700 (PDT) Message-ID: <556A17D0.4000303@cs.ucla.edu> Date: Sat, 30 May 2015 13:04:32 -0700 From: Paul Eggert Organization: UCLA Computer Science Department User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.7.0 MIME-Version: 1.0 To: control@debbugs.gnu.org Subject: grep bug maintainance Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: control X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 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: -2.3 (--) tag 20605 notabug close 20605 severity 20657 wishlist tag 20638 notabug close 20638 merge 20526 19985 19230 tag 19837 notabug close 19837 merge 16444 19777 close 19563 close 19486 tag 19330 notabug close 19330 tag 19193 notabug close 19193 tag 19071 notabug close 19071 tag 19005 notabug close 19005 close 19000 tag 18888 notabug close 18888 From unknown Sun Jun 22 13:24: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: Sun, 28 Jun 2015 11:24:05 +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