Front page | perl.perl5.porters |
Postings from May 2016
Re: Build failed in Jenkins: perl5-win32 #2444
Thread Previous
|
Thread Next
From:
Craig A. Berry
Date:
May 31, 2016 17:40
Subject:
Re: Build failed in Jenkins: perl5-win32 #2444
Message ID:
CA+vYcVx2aDeyM=dDYCLAuQNqhnJ-+7jOqBRk8MDLtv3rYeQtGQ@mail.gmail.com
On Mon, May 30, 2016 at 2:21 PM, Dave Mitchell <davem@iabyn.com> wrote:
> On Mon, May 30, 2016 at 05:51:12PM +0200, dennis+p5p-jenkins@kaarsemaker.net wrote:
>> See <http://perl5.git.perl.org:8080/job/perl5-win32/2444/changes>
>>
>> ../cpan/ExtUtils-MakeMaker/t/basic.t (Wstat: 5888 Tests: 186 Failed: 23)
>> Failed tests: 22-23, 34-36, 42-49, 69, 178-186
>
>
> Since v5.25.1-52-gf68c540v5.25.1-52-gf68c540,
> "Update ExtUtils-MakeMaker to CPAN version 7.18",
>
> this test has been failing on win32 on both smokes and Jenkins.
> The failures seem to vary: I've seen the following permutations in smokes:
>
> 22-23, 34-36, 42-58, 69, 178-186
> 22-23, 34-36, 42-49, 69, 178-186
> 22-23, 34-36, 69, 178-186
>
> Anyone have any ideas?
On my laptop from $work, which is Windows 7 with Visual Studio 2012, I
see the following. Basically it ends up running an installed Perl
(from c:\perl64) but the libraries it's getting are from the blead
checkout (c:\perlgit). I'm not that familiar with pl2bat.bat or why
EUMM is using it (or why it picks up the installed one), but I'll try
to look into it at some point.
../cpan/ExtUtils-MakeMaker/t/basic.t ............................... 10/186
../cpan/ExtUtils-MakeMaker/t/basic.t ...............................
22/186 # Failed test 'make test'
# at t/basic.t line 144.
# '
# Microsoft (R) Program Maintenance Utility Version 11.00.50727.1
# Copyright (C) Microsoft Corporation. All rights reserved.
#
# cp lib/Big/Dummy.pm blib\lib\Big\Dummy.pm
# nmake -f Makefile all -nologo LIBPERL_A="libperl.lib"
LINKTYPE="dynamic" PREFIX="../dummy-install" PASTHRU_DEFINE=" "
PASTHRU_INC=" "
# cp lib/Big/Liar.pm ..\blib\lib\Big\Liar.pm
# cd ..
# "C:\perlgit\t\perl.exe" -MExtUtils::Command -e cp --
bin/program blib\script\program
# pl2bat.bat blib\script\program
# C:\Perl64\bin\pl2bat.bat: Perl lib version (5.25.2) doesn't match
executable 'C:\Perl64\bin\perl.exe' version (5.20.2) at
C:\perlgit\lib/Config.pm line 62.
# Compilation failed in require at C:\Perl64\bin\pl2bat.bat line 20.
# BEGIN failed--compilation aborted at C:\Perl64\bin\pl2bat.bat line 20.
# NMAKE : fatal error U1077: 'C:\Perl64\bin\pl2bat.bat' : return code '0x1'
# Stop.
# '
# doesn't match '(?^:All tests successful)'
# Failed test ' exited normally'
# at t/basic.t line 145.
# got: '512'
# expected: '0'
#
# Microsoft (R) Program Maintenance Utility Version 11.00.50727.1
# Copyright (C) Microsoft Corporation. All rights reserved.
#
# cp lib/Big/Dummy.pm blib\lib\Big\Dummy.pm
# nmake -f Makefile all -nologo LIBPERL_A="libperl.lib"
LINKTYPE="dynamic" PREFIX="../dummy-install" PASTHRU_DEFINE=" " PASTHR
U_INC=" "
# cp lib/Big/Liar.pm ..\blib\lib\Big\Liar.pm
# cd ..
# "C:\perlgit\t\perl.exe" -MExtUtils::Command -e cp --
bin/program blib\script\program
# pl2bat.bat blib\script\program
# C:\Perl64\bin\pl2bat.bat: Perl lib version (5.25.2) doesn't match
executable 'C:\Perl64\bin\perl.exe' version (5.20.2) at C:\perlg
it\lib/Config.pm line 62.
# Compilation failed in require at C:\Perl64\bin\pl2bat.bat line 20.
# BEGIN failed--compilation aborted at C:\Perl64\bin\pl2bat.bat line 20.
# NMAKE : fatal error U1077: 'C:\Perl64\bin\pl2bat.bat' : return code '0x1'
# Stop.
../cpan/ExtUtils-MakeMaker/t/basic.t ............................... 29/186
../cpan/ExtUtils-MakeMaker/t/basic.t ...............................
34/186 # Failed test 'install'
# at t/basic.t line 184.
# got: '512'
# expected: '0'
#
# Microsoft (R) Program Maintenance Utility Version 11.00.50727.1
<snip>
Thread Previous
|
Thread Next