On Sun, Oct 09, 2011 at 10:05:00AM -0400, George Greer wrote:
> Smoke logs available at http://m-l.org/~perl/smoke/perl/
> 
> Automated smoke report for 5.15.3 patch 
> 599ee4f7809ae508e0572525d576b27d32aa1c04 v5.15.3-327-g599ee4f
> perl-win2k: Intel(R) Core(TM) i7 CPU 920 @ 2.67GHz(~2672 MHz) (x86/1 cpu)
>     on        MSWin32 - Win2000 SP4
>     using     cl version 14.00.50727.762
>     smoketime 1 hour 27 minutes (average 21 minutes 58 seconds)
> 
> Summary: FAIL(FM)
> 
> O = OK  F = Failure(s), extended report at the bottom
> X = Failure(s) under TEST but not under harness
> ? = still running or test results not (yet) available
> Build failures during:       - = unknown or N/A
> c = Configure, m = make, M = make (after miniperl), t = make test-prep
> 
> v5.15.3-327-g599ee4f  Configuration (common) none
> ----------- ---------------------------------------------------------
> O F         
> O M         -Duseithreads

That's a timing issue:


perl" "INSTALLMAN1DIR=none" "INSTALLMAN3DIR=none" "PERL_CORE=1"
Writing Makefile for Test
==> Your Makefile has been rebuilt. <==
==> Please rerun the nmake -nologo /D command.  <==
        D:\smoke\perl\blead\build\miniperl.exe "-I..\..\lib" "-I..\..\lib"  -e 
"exit 1" --
NMAKE : fatal error U1077: 'D:\smoke\perl\blead\build\miniperl.exe' : return 
code '0x1'
Stop.
 nmake -nologo config PERL_CORE=1 failed, continuing anyway...
Making all in cpan/Test
 nmake -nologo all PERL_CORE=1
Makefile out-of-date with respect to ..\..\lib\Config.pm ..\..\lib\CORE\config.h
Cleaning current config before rebuilding Makefile...
        nmake -f Makefile.old clean > NUL

Microsoft (R) Program Maintenance Utility Version 8.00.50727.762
Copyright (C) Microsoft Corporation.  All rights reserved.

        ..\..\miniperl.exe "-I..\..\lib" "-I..\..\lib" Makefile.PL 
"INSTALLDIRS=perl" "INSTALLMAN1DIR=none" "INSTALLMAN3DIR=none" "PERL_CORE=1"
Writing Makefile for Test
==> Your Makefile has been rebuilt. <==
==> Please rerun the nmake command.  <==
        D:\smoke\perl\blead\build\miniperl.exe "-I..\..\lib" "-I..\..\lib"  -e 
"exit 1" --
NMAKE : fatal error U1077: 'D:\smoke\perl\blead\build\miniperl.exe' : return 
code '0x1'
Stop.
Unsuccessful make(cpan/Test): code=512 at ..\make_ext.pl line 465.
NMAKE : fatal error U1077: '..\miniperl.exe' : return code '0x2'
Stop.

> Failures: (common-args) none
> [default] -DDEBUGGING
> ../t/op/alarm.t.............................................FAILED
>     2
> ../cpan/IPC-Cmd/t/01_IPC-Cmd.t..............................FAILED
>     225-226
>     Non-zero exit status: 2

I think that's Win32 sockets being broken by design.
[close() of a socket means "drop buffered but unsent data on the floor"]

Nicholas Clark

Reply via email to