From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28480 invoked by alias); 8 Sep 2015 21:36:53 -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: 36452 Received: (qmail 1539 invoked from network); 8 Sep 2015 21:36:48 -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: Tue, 8 Sep 2015 23:36:44 +0200 From: Axel Beckert To: zsh-workers@zsh.org Subject: Multiple as-installed test suite failures under different circumstances with 5.1-test-1 Message-ID: <20150908213644.GD3721@sym.noone.org> Mail-Followup-To: zsh-workers@zsh.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline 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, while zsh's test suite seems to pass at build time, when running zsh's tests on the installed zsh (package) as done in Debian now for quite a while (since 5.0.6, see http://ci.debian.net/packages/z/zsh/unstable/amd64/), the test suite fails at two different places dependening on where I run test suite: In our Jenkins CI, at least three failures are shown on http://jenkins.grml.org/view/Debian/job/zsh-binaries/architecture=amd64/209/console: /tmp/adttmp.mhKVzv/Test/A02alias.ztst: starting. This test hangs the shell when it fails... *** /tmp/zsh.ztst.out.546 Tue Sep 8 21:07:04 2015 --- /tmp/zsh.ztst.tout.546 Tue Sep 8 21:07:04 2015 *************** *** 1,2 **** foo is a suffix alias for print ! foo: suffix alias --- 1,2 ---- foo is a suffix alias for print ! foo: alias Test /tmp/adttmp.mhKVzv/Test/A02alias.ztst failed: output differs from expected as shown above for: alias -s foo=print type bar.foo; type -w bar.foo unalias -as Was testing: unalias -as /tmp/adttmp.mhKVzv/Test/A02alias.ztst: test failed. /tmp/adttmp.mhKVzv/Test/A04redirect.ztst: starting. *** /tmp/zsh.ztst.out.646 Tue Sep 8 21:07:05 2015 --- /tmp/zsh.ztst.tout.646 Tue Sep 8 21:07:05 2015 *************** *** 1,8 **** fn-two-heres () { cat <sourcedfile print -r -- 'print Started functrace.zsh module_path=(./Modules) print $LINENO + $functrace + $funcsourcetrace : fn() { print Inside function $0 print $LINENO + $functrace + $funcsourcetrace } : fn : fpath=(. $fpath) : echo '\''print Inside $0 print $LINENO + $functrace + $funcsourcetrace '\'' >autofn : autoload autofn : autofn autofn . ./sourcedfile' >functrace.zsh $ZTST_testdir/../Src/zsh +Z -f ./functrace.zsh Error output: ./functrace.zsh:3: failed to load module `zsh/parameter': ./Modules/zsh/parameter.so: cannot open shared object file: No such file or directory ./functrace.zsh:3: failed to load module `zsh/parameter': ./Modules/zsh/parameter.so: cannot open shared object file: No such file or directory fn:2: failed to load module `zsh/parameter': ./Modules/zsh/parameter.so: cannot open shared object file: No such file or directory fn:2: failed to load module `zsh/parameter': ./Modules/zsh/parameter.so: cannot open shared object file: No such file or directory autofn:2: failed to load module `zsh/parameter': ./Modules/zsh/parameter.so: cannot open shared object file: No such file or directory autofn:2: failed to load module `zsh/parameter': ./Modules/zsh/parameter.so: cannot open shared object file: No such file or directory autofn:2: failed to load module `zsh/parameter': ./Modules/zsh/parameter.so: cannot open shared object file: No such file or directory autofn:2: failed to load module `zsh/parameter': ./Modules/zsh/parameter.so: cannot open shared object file: No such file or directory ./sourcedfile:2: failed to load module `zsh/parameter': ./Modules/zsh/parameter.so: cannot open shared object file: No such file or directory ./sourcedfile:2: failed to load module `zsh/parameter': ./Modules/zsh/parameter.so: cannot open shared object file: No such file or directory Was testing: Function tracing /tmp/adttmp.ga8JYP/Test/V06parameter.ztst: test failed. (It is possible that not all necessary files have been copied from the zsh source directory to the directory from which the tests are run if there are additional files necessary since 5.1 -- which passed these tests at least on our Jenkins CI.) 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)