From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 491 invoked by alias); 2 Dec 2013 16:28:39 -0000 Mailing-List: contact zsh-workers-help@zsh.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Id: Zsh Workers List List-Post: List-Help: X-Seq: 32073 Received: (qmail 12230 invoked from network); 2 Dec 2013 16:28:32 -0000 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=ham version=3.3.2 Date: Mon, 2 Dec 2013 17:28:30 +0100 From: Axel Beckert To: zsh-workers@zsh.org Subject: Test suite failures in 5.0.2-test-1 _and_ 5.0.2-test-3 on automatic build (was: Re: 5.0.2-test-2 is available) Message-ID: <20131202162830.GT13790@sym.noone.org> Mail-Followup-To: zsh-workers@zsh.org References: <20131201194653.7a98a4a4@pws-pc.ntlworld.com> <20131202151502.GP13790@sym.noone.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20131202151502.GP13790@sym.noone.org> X-Operating-System: Linux 2.6.32-5-xen-amd64 X-Machine: sym2 x86_64 X-Editor: GNU Emacs 23.2.1 Face: iVBORw0KGgoAAAANSUhEUgAAADAAAAAwBAAAAAC3mUtaAAAABGdBTUEAALGPC/xhBQAAADh0RVh0U29mdHdhcmUAWFYgVmVyc2lvbiAzLjEwYSAgUmV2OiAxMi8yOS85NCAoUE5HIHBhdGNoIDEuMindFS5JAAACGElEQVQ4jXXQMU8UYRDG8f8shNjdDH4AbpfGDjAWlKiJiZ0ajL1aGCvsNCbGaCGG1koLaztaTYz6ATy+gOyehYmF3MxVxgg3FnDsHcTpJr/M+8w7Rf6nCsaVTTDqxbg9hoOXmw83H71+Eyfg4E1d7/Z2fG9rGkZbTQiu+K+3U/C+76lmkvAhJuDndnoAiftou4V84okAGclop4U/jYACZDTxrYWP0gkxVfAm/W//GLZpxIzwIN0Hn8dw0B+IWkZmQmRsj2HfhwokEklHfNCCiQCRgAR7YyhQVRVTCKCzP4Y5zBBE0t0zY3Q8oQaBqqAMlVEcgVQd9706zGirAFium8HXumlMIeMwqQCInju+2+uB6MRENupdpMt8pRlHZyuAW0F+Mb6XSIVqtxjD+iVmVqqystLEzFTGT92YqRaXpNT5eTVjeJhbALPnrTxLUZUKZsgxcNm64hAOYisT/xhF+oKTGU5RegtC3Rt6eEDi/QnIevdTx9Md2EMmYBRmCQR1026FCGQQJJExsRUqgkMGaWSbwYLnoO4T6VgpbQbdELPMBAHWWrhYrcxXnYgAsatPWygkFCBD4K62MAsOTqA6szYRPpsu6e6Y8mPiVrBMNuGIMrgwBUu4p2DgG1Ownu6hpuTv7hScefHAzAC/yRRw5U5pALMbJ4AUALvHSZhxgHPXTsHcdWD1GadAHr9avP+c0wCr7263Df8ASLwXWHWs+KIAAAAHdElNRQfYBQEBODPr Organization: DeuxChevaux.org -- The =?iso-8859-1?Q?Citr?= =?iso-8859-1?B?b+tu?= 2CV Database User-Agent: Mutt/1.5.20 (2009-06-14) Hi, On Mon, Dec 02, 2013 at 04:15:02PM +0100, Axel Beckert wrote: > 5.0.2-test-1 btw. had one test-suite failure when building inside a > jenkins automatic build: > http://jenkins.grml.org/view/Debian/job/zsh-binaries/90/architecture=i386/console > > As soon as I have 5.0.2-test-3 building, I'll check if that still > happens. Just thought, I should give a heads up as soon as possible > (since I've already waited to long to do so). This issue is still there with 5.0.2-test-3: http://jenkins.grml.org/view/Debian/job/zsh-binaries/architecture=i386/91/console The following test fails: […] ../../Test/A05execution.ztst: starting. Unable to change MONITOR option *** /tmp/zsh.ztst.err.16395 Mon Dec 2 16:15:29 2013 --- /tmp/zsh.ztst.terr.16395 Mon Dec 2 16:15:29 2013 *************** *** 0 **** --- 1 ---- + (eval):setopt:1: can't change option: MONITOR Test ../../Test/A05execution.ztst failed: error output differs from expected as shown above for: setopt MONITOR [[ -o MONITOR ]] || print -u $ZTST_fd 'Unable to change MONITOR option' repeat 2048; do (return 2 | return 1 | while true; do false break done; print "${pipestatus[@]}") ZTST_hashmark done | sort | uniq -c | sed 's/^ *//' Was testing: Check whether `$pipestatus[]' behaves. ../../Test/A05execution.ztst: test failed. The following may (or may not) help identifying the cause: This test checks for a bug in `$pipestatus[]' handling. If it breaks then the bug is still there or it reappeared. See workers-29973 for details. ../../Test/A06assign.ztst: starting. […] ../../Test/Y03arguments.ztst: all tests successful. ************************************** 41 successful test scripts, 1 failure, 0 skipped ************************************** That code was last touched recently by the following two commits: commit c3114a7735c85b79771e08bd156470bde1a36950 Author: Barton E. Schaefer Date: Sat Oct 26 16:11:40 2013 -0700 31906: fix race-condition interaction of $pipestatus with job control printjob() should not reference oldjobtab for job numbers unless it is being called from bin_fg(). printjob() also must not attempt to update pipestats when called from bin_fg(). acquire_pgrp() should not loop infintely if the shell is not interactive. Update the $pipestatus stress test so that it also exercises the oldjobtab repair. commit 65e131c838be6a300b41e3fa8259c281714e4918 Author: Barton E. Schaefer Date: Wed Oct 23 22:45:02 2013 -0700 31879 plus misc.: improve $pipestatus handling and add a test for it Since this test does not fail on a normal package build, I suspect it's related to being connected to a terminal or not. > > 2. Builtins that are marked to be loaded from modules (using "zmodload") > > no longer cause an error if the module was already loaded. This was > > apparently causing a problem with the previous test version. > > Thanks for that fix. (Not yet verified, but I'm optimistic. :-) Confirmed, thanks! Kind regards, Axel -- /~\ Plain Text Ribbon Campaign | Axel Beckert \ / Say No to HTML in E-Mail and News | abe@deuxchevaux.org (Mail) X See http://www.asciiribbon.org/ | abe@noone.org (Mail+Jabber) / \ I love long mails: http://email.is-not-s.ms/ | http://noone.org/abe/ (Web)