From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16235 invoked by alias); 26 Aug 2015 14:05:23 -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: 36281 Received: (qmail 15434 invoked from network); 26 Aug 2015 14:05:19 -0000 X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.0 Date: Wed, 26 Aug 2015 15:58:20 +0200 From: Axel Beckert To: zsh-workers@zsh.org Subject: Testsuite failures in A05execution inside Jenkins, but not locally (was: zsh 5.0.8.-test-3) Message-ID: <20150826135819.GO9970@sym.noone.org> Mail-Followup-To: zsh-workers@zsh.org References: <20150825194807.194b3bed@ntlworld.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20150825194807.194b3bed@ntlworld.com> X-Operating-System: Linux 3.2.0-4-amd64 X-Machine: sym2 x86_64 X-Editor: GNU Emacs 23.4.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.21 (2010-09-15) Hi Peter, On Tue, Aug 25, 2015 at 07:48:07PM +0100, Peter Stephenson wrote: > I've uploaded 5.0.8-test-3 to > > http://www.zsh.org/pub/development/ [...] > If you have a not very common operating system, please try this out; > otherwise, 5.1 should be fit to release. Sorry for my silence this time, I'm currently in that busy-after-back-from-holidays state. I managed to import 5.0.8-test-2 into Debian's Zsh packaging git repository and it build fine locally. But I had test suite failures when being build inside a Jenkins job. Doesn't seem to be caused by the zsh updated though as the most recent 5.0.8 build failed at the very same test: ../../Test/A05execution.ztst: starting. […] Running test: Check whether '$pipestatus[]' behaves. Unable to change MONITOR option Test successful. Running test: Check $pipestatus with a known difficult case Test successful. Running test: Bug regression: piping a shell construct to an external process may hang This test takes 5 seconds to fail... *** /tmp/zsh.ztst.err.17001 Sat Aug 22 01:00:25 2015 --- /tmp/zsh.ztst.terr.17001 Sat Aug 22 01:00:25 2015 *************** *** 0 **** --- 1,5 ---- + (eval):printf:4: write error: broken pipe + (eval):4: write error: inappropriate ioctl for device + cat: write error: Broken pipe + hang:printf: write error: broken pipe + hang: write error: inappropriate ioctl for device Test ../../Test/A05execution.ztst failed: error output differs from expected as shown above for: { unsetopt MONITOR } 2>/dev/null coproc { read -et 5 || { print -u $ZTST_fd KILLED; kill -HUP -$$ } } print -u $ZTST_fd 'This test takes 5 seconds to fail...' { printf "%d\n" {1..20000} } | ( read -e ) hang(){ printf "%d\n" {2..20000} | cat }; hang | ( read -e ) sleep 1 ;: avoid coproc exit race condition print -p done read -et 6 -p Was testing: Bug regression: piping a shell construct to an external process may hang ../../Test/A05execution.ztst: test failed. The following may (or may not) help identifying the cause: This test checks for a file descriptor leak that could cause the left side of a pipe to block on write after the right side has exited ../../Test/A06assign.ztst: starting. […] Details: 5.0.8-test-2: http://jenkins.grml.org/view/Debian/job/zsh-binaries/201/architecture=amd64/console 5.0.8: http://jenkins.grml.org/view/Debian/job/zsh-binaries/200/architecture=amd64/console Will try to import and test 5.0.8-test-3 as soon as possible. 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.nonhtmlmail.org/campaign.html | abe@noone.org (Mail+Jabber) / \ I love long mails: http://email.is-not-s.ms/ | http://abe.noone.org/ (Web)