This is an automated smoke report for branch blead.
Patch: bdb0ae96bbbe0efcef6147fd6497bd49971334ed

This report is automatically generated from smoke tests that are
automatically run. The logs below have been trimmed in an attempt
to minimize the size of this message. The Windows smokers are built
with dmake, and the Makefile.mk is modified using a patch.
Additionally, several patches are applied to silence tests that
fail, especially ones that fail intermittently. (Still working on
a few of those.)

The patches are all available at the following URL:
https://github.com/dcollinsn/perl5-smokers-config

Additional logging information may be available by contacting the
operator of this machine at [email protected]. Feedback, requests,
and suggested configurations are welcome.

Information about this revision of perl:
Branch: blead
Patch: bdb0ae96bbbe0efcef6147fd6497bd49971334ed
Author: Father Chrysostomos <[email protected]>
Commit summary: scope.c: Appease C++
C++ is dumb.

Note, however, that this smoker does not build every commit - it
condenses repeated commits within a few minutes of each other. Check
the previous smoke report from this address against this branch to
start your bisect.

========================================================================
                    SUMMARY
========================================================================
Tests on the following platforms failed, but at least one test failure
was expected on these platforms. Review the test failures to ensure that
there are no new or unexpected failures, but it is normal to have several
Cygwin and Windows builders here.

cygwin-thread-ld
cygwin-thread-quadmath
win64-mingww64-6.1.0-win32-sjlj-ld

That leaves the following platforms on which the build was successful:

cygwin-base
cygwin-thread-debug
linux-base
linux-debug-mymalloc
linux-debug-thread
linux-debug-thread-ld
linux-debug-thread-quadmath
linux-static
win32-mingww64-6.1.0
win64-mingww64-6.1.0
win64-mingww64-6.1.0-win32-sjlj

========================================================================
                    BEGIN EXPECTED FAILURES
========================================================================

------------------------------------------------------------------------
Platform summary: cygwin-thread-ld

Step 0: git
> git --version
Step 1: patch cygwin.t
> patch -p1 -i /home/dcollins/buildbot-patches/lib.cygwin.t.patch
Step 2: patch threads.t
> patch -p1 -i /home/dcollins/buildbot-patches/op.threads.t.patch
Step 3: patch ualarm.t
> patch -p1 -i /home/dcollins/buildbot-patches/time.hires.ualarm.patch
Step 4: configure
> ./Configure -Dusedevel -des '-Doptimize=-O3 -g' -Dusethreads -Duselongdouble 
> -Accflags=-D_GNU_SOURCE -Alibswanted=cygwin
Step 5: compile
> make test_prep
Step 6: perl -V
> ./perl -Ilib -V
Step 7: treesize
> du -s -k .
Step 8: test
> make test
> Step failed
> STDIO follows:
  make test
   in dir /home/dcollins/buildbot/cygwin1/cygwin-thread-ld/build (timeout 1200 
secs)
   watching logfiles {}
   argv: ['make', 'test']
   environment:
    !::=::\
    ALLUSERSPROFILE=C:\ProgramData
    APPDATA=C:\Users\dcollins\AppData\Roaming
    COMMONPROGRAMFILES=C:\Program Files\Common Files
    COMSPEC=C:\Windows\system32\cmd.exe
    CommonProgramFiles(x86)=C:\Program Files (x86)\Common Files
    CommonProgramW6432=C:\Program Files\Common Files
    EXECIGNORE=*.dll
    HOME=/home/dcollins
    HOMEDRIVE=C:
    LANG=en_US.UTF-8
    LOCALAPPDATA=C:\Users\dcollins\AppData\Local
    NUMBER_OF_PROCESSORS=8
    OLDPWD=/home/dcollins/perl
    OS=Windows_NT
    PROCESSOR_ARCHITECTURE=AMD64
    PROCESSOR_IDENTIFIER=Intel64 Family 6 Model 94 Stepping 3, GenuineIntel
    PROCESSOR_LEVEL=6
    PROCESSOR_REVISION=5e03
    PROFILEREAD=true
    PROGRAMFILES=C:\Program Files
    PUBLIC=C:\Users\Public
    PWD=/home/dcollins/buildbot/cygwin1/cygwin-thread-ld/build
    ProgramData=C:\ProgramData
    ProgramFiles(x86)=C:\Program Files (x86)
    ProgramW6432=C:\Program Files
    SESSIONNAME=Console
    SHELL=/bin/bash
    SHLVL=1
    SYSTEMDRIVE=C:
    SYSTEMROOT=C:\Windows
    TEMP=/tmp
    TERM=xterm
    TMP=/tmp
    TZ=America/New_York
    USER=dcollins
    USERNAME=dcollins
    USERPROFILE=C:\Users\dcollins
    WINDIR=C:\Windows
    _=/usr/bin/buildslave
    asl.log=Destination=file
   using PTY: False

  ...snip...

  cd t && (rm -f perl.exe; /usr/bin/ln.exe -s ../perl.exe perl.exe)
  
PATH=/home/dcollins/buildbot/cygwin1/cygwin-thread-ld/build:.:/usr/local/bin:/usr/bin:/cygdrive/c/Perl64/site/bin:/cygdrive/c/Perl64/bin:/cygdrive/c/ProgramData/Oracle/Java/javapath:/cygdrive/c/Windows/system32:/cygdrive/c/Windows:/cygdrive/c/Windows/System32/Wbem:/cygdrive/c/Windows/System32/WindowsPowerShell/v1.0:/cygdrive/c/Program\
 Files\ \(x86\)/NVIDIA\ 
Corporation/PhysX/Common:/cygdrive/c/Users/dcollins/AppData/Local/Programs/MiKTeX\
 2.9/miktex/bin:/bin:/usr/local:/etc:/usr/lib:/lib:/sbin:/usr/sbin:/usr/libexec 
./runtests choose
  t/base/cond .................................................... ok

  ...snip...

  t/op/sysio ..................................................... ok
  # shmget failed: Function not implemented
  # msgget failed
  t/op/taint ..................................................... ok

  ...snip...

  cpan/ExtUtils-MakeMaker/t/MM_BeOS .............................. skipped
  skip() needs to know $how_many tests are in the block at t/MM_Cygwin.t line 
119
  cpan/ExtUtils-MakeMaker/t/MM_Cygwin ............................ ok

  ...snip...

  cpan/IPC-Cmd/t/03_run-forked ................................... ok
  # 
  # It may be that the cygserver service isn't running.
  # 
  # You also may have to set the CYGWIN environment variable
  # to 'server' before running the test suite:
  # 
  #   export CYGWIN=server
  # 
  cpan/IPC-SysV/t/ipcsysv ........................................ ok

  ...snip...

  cpan/Pod-Simple/t/encod03 ...................................... ok
  # parser guessed wrong encoding expected 'CP1252' got 'UTF-8'
  cpan/Pod-Simple/t/encod04 ...................................... ok

  ...snip...

  cpan/Test-Simple/t/Legacy/Builder/try .......................... ok
  
  cpan/Test-Simple/t/Legacy/c_flag ............................... ok

  ...snip...

  dist/Time-HiRes/t/tv_interval .................................. ok
  skip() needs to know $how_many tests are in the block at t/ualarm.t line 102
  dist/Time-HiRes/t/ualarm ....................................... ok

  ...snip...

  dist/Time-HiRes/t/usleep ....................................... ok
  #   Failed test 'atime set correctly'
  #   at t/utime.t line 35.
  #          got: '1.111111'
  #     expected: '1.1111111'
  #   Failed test 'mtime set correctly'
  #   at t/utime.t line 36.
  #          got: '2.2222221'
  #     expected: '2.2222222'
  #   Failed test 'atime set correctly'
  #   at t/utime.t line 44.
  #          got: '1.111111'
  #     expected: '1.1111111'
  #   Failed test 'mtime set correctly'
  #   at t/utime.t line 45.
  #          got: '2.2222221'
  #     expected: '2.2222222'
  #   Failed test 'File 1 atime set correctly'
  #   at t/utime.t line 55.
  #          got: '1.111111'
  #     expected: '1.1111111'
  #   Failed test 'File 1 mtime set correctly'
  #   at t/utime.t line 56.
  #          got: '2.2222221'
  #     expected: '2.2222222'
  #   Failed test 'File 2 atime set correctly'
  #   at t/utime.t line 60.
  #          got: '1.111111'
  #     expected: '1.1111111'
  #   Failed test 'File 2 mtime set correctly'
  #   at t/utime.t line 61.
  #          got: '2.2222221'
  #     expected: '2.2222222'
  dist/Time-HiRes/t/utime ........................................ FAILED at 
test 2
  # Looks like you failed 8 tests of 18.
  dist/XSLoader/t/XSLoader ....................................... ok

  ...snip...

  ext/POSIX/t/export ............................................. ok
  #   Failed test 'trunc 2.75'
  #   at t/math.t line 127.
  #          got: '3'
  #     expected: '2'
  #   Failed test 'trunc -2.75'
  #   at t/math.t line 128.
  #          got: '-3'
  #     expected: '-2'
  #   Failed test 'nan (trunc) + getpayload'
  #   at t/math.t line 237.
  #          got: '1235'
  #     expected: '1234'
  # Looks like you failed 3 tests of 138.
  ext/POSIX/t/math ............................................... FAILED at 
test 99
  ext/POSIX/t/posix .............................................. ok

  ...snip...

  lib/warnings ................................................... ok
        ../dist/Time-HiRes/t/utime.t
        ../ext/POSIX/t/math.t
  Elapsed: 1027 sec
  u=4.61  s=2.92  cu=393.23  cs=148.72  scripts=2390  tests=919464
  Failed 2 tests out of 2390, 99.92% okay.
  ### Since not all tests were successful, you may want to run some of

  ...snip...

  ### Bourne-style shells, like bash, ksh, and zsh, respectively.
  make: *** [GNUmakefile:818: test] Error 1
  program finished with exit code 2
  elapsedTime=1065.113265

------------------------------------------------------------------------
Platform summary: cygwin-thread-quadmath

Step 0: git
> git --version
Step 1: patch cygwin.t
> patch -p1 -i /home/dcollins/buildbot-patches/lib.cygwin.t.patch
Step 2: patch threads.t
> patch -p1 -i /home/dcollins/buildbot-patches/op.threads.t.patch
Step 3: patch ualarm.t
> patch -p1 -i /home/dcollins/buildbot-patches/time.hires.ualarm.patch
Step 4: configure
> ./Configure -Dusedevel -des '-Doptimize=-O3 -g' -DDEBUGGING -Dusethreads 
> -Dusequadmath -Accflags=-D_GNU_SOURCE
Step 5: compile
> make test_prep
> Step failed
> STDIO follows:
> ...skipped 1630 lines...
  
/home/dcollins/buildbot/cygwin1/cygwin-thread-quadmath/build/ext/POSIX/POSIX.xs:1206:
 undefined reference to `floorq'
  
/home/dcollins/buildbot/cygwin1/cygwin-thread-quadmath/build/ext/POSIX/POSIX.xs:1206:(.text+0x6be):
 relocation truncated to fit: R_X86_64_PC32 against undefined symbol `floorq'
  POSIX.o: In function `my_lgamma':
  
/home/dcollins/buildbot/cygwin1/cygwin-thread-quadmath/build/ext/POSIX/POSIX.xs:912:
 undefined reference to `isnanq'
  
/home/dcollins/buildbot/cygwin1/cygwin-thread-quadmath/build/ext/POSIX/POSIX.xs:912:(.text+0xc47):
 relocation truncated to fit: R_X86_64_PC32 against undefined symbol `isnanq'
  
/home/dcollins/buildbot/cygwin1/cygwin-thread-quadmath/build/ext/POSIX/POSIX.xs:946:
 undefined reference to `logq'
  
/home/dcollins/buildbot/cygwin1/cygwin-thread-quadmath/build/ext/POSIX/POSIX.xs:946:(.text+0xfa2):
 relocation truncated to fit: R_X86_64_PC32 against undefined symbol `logq'
  
/home/dcollins/buildbot/cygwin1/cygwin-thread-quadmath/build/ext/POSIX/POSIX.xs:919:
 undefined reference to `logq'
  
/home/dcollins/buildbot/cygwin1/cygwin-thread-quadmath/build/ext/POSIX/POSIX.xs:919:(.text+0x111b):
 relocation truncated to fit: R_X86_64_PC32 against undefined symbol `logq'
  POSIX.o: In function `my_tgamma':
  
/home/dcollins/buildbot/cygwin1/cygwin-thread-quadmath/build/ext/POSIX/POSIX.xs:819:
 undefined reference to `isnanq'
  
/home/dcollins/buildbot/cygwin1/cygwin-thread-quadmath/build/ext/POSIX/POSIX.xs:819:(.text+0x11c9):
 relocation truncated to fit: R_X86_64_PC32 against undefined symbol `isnanq'
  
/home/dcollins/buildbot/cygwin1/cygwin-thread-quadmath/build/ext/POSIX/POSIX.xs:869:
 undefined reference to `floorq'
  
/home/dcollins/buildbot/cygwin1/cygwin-thread-quadmath/build/ext/POSIX/POSIX.xs:869:(.text+0x136e):
 relocation truncated to fit: R_X86_64_PC32 against undefined symbol `floorq'
  
/home/dcollins/buildbot/cygwin1/cygwin-thread-quadmath/build/ext/POSIX/POSIX.xs:905:
 undefined reference to `expq'
  
/home/dcollins/buildbot/cygwin1/cygwin-thread-quadmath/build/ext/POSIX/POSIX.xs:905:(.text+0x19c2):
 relocation truncated to fit: R_X86_64_PC32 against undefined symbol `expq'
  POSIX.o: In function `XS_POSIX_frexp':
  
/home/dcollins/buildbot/cygwin1/cygwin-thread-quadmath/build/ext/POSIX/POSIX.xs:2780:
 undefined reference to `frexpq'
  
/home/dcollins/buildbot/cygwin1/cygwin-thread-quadmath/build/ext/POSIX/POSIX.xs:2780:(.text+0x2eb9):
 relocation truncated to fit: R_X86_64_PC32 against undefined symbol `frexpq'
  POSIX.o: In function `XS_POSIX_modf':
  
/home/dcollins/buildbot/cygwin1/cygwin-thread-quadmath/build/ext/POSIX/POSIX.xs:2794:
 undefined reference to `modfq'
  
/home/dcollins/buildbot/cygwin1/cygwin-thread-quadmath/build/ext/POSIX/POSIX.xs:2794:(.text+0x339a):
 relocation truncated to fit: R_X86_64_PC32 against undefined symbol `modfq'
  POSIX.o: In function `XS_POSIX_issignaling':
  
/home/dcollins/buildbot/cygwin1/cygwin-thread-quadmath/build/ext/POSIX/POSIX.xs:2640:
 undefined reference to `isnanq'
  
/home/dcollins/buildbot/cygwin1/cygwin-thread-quadmath/build/ext/POSIX/POSIX.xs:2640:(.text+0x42c4):
 additional relocation overflows omitted from the output
  POSIX.o: In function `my_scalbn':
  
/home/dcollins/buildbot/cygwin1/cygwin-thread-quadmath/build/ext/POSIX/POSIX.xs:1101:
 undefined reference to `ldexpq'
  POSIX.o: In function `XS_POSIX_jn':
  
/home/dcollins/buildbot/cygwin1/cygwin-thread-quadmath/build/ext/POSIX/POSIX.xs:2884:
 undefined reference to `jnq'
  
/home/dcollins/buildbot/cygwin1/cygwin-thread-quadmath/build/ext/POSIX/POSIX.xs:2894:
 undefined reference to `ynq'
  POSIX.o: In function `XS_POSIX_fpclassify':
  
/home/dcollins/buildbot/cygwin1/cygwin-thread-quadmath/build/ext/POSIX/POSIX.xs:2574:
 undefined reference to `isnanq'
  
/home/dcollins/buildbot/cygwin1/cygwin-thread-quadmath/build/ext/POSIX/POSIX.xs:2571:
 undefined reference to `isinfq'
  
/home/dcollins/buildbot/cygwin1/cygwin-thread-quadmath/build/ext/POSIX/POSIX.xs:2568:
 undefined reference to `isnanq'
  
/home/dcollins/buildbot/cygwin1/cygwin-thread-quadmath/build/ext/POSIX/POSIX.xs:2568:
 undefined reference to `isinfq'
  POSIX.o: In function `my_ilogb':
  
/home/dcollins/buildbot/cygwin1/cygwin-thread-quadmath/build/ext/POSIX/POSIX.xs:788:
 undefined reference to `logq'
  POSIX.o: In function `my_hypot':
  
/home/dcollins/buildbot/cygwin1/cygwin-thread-quadmath/build/ext/POSIX/POSIX.xs:771:
 undefined reference to `isnanq'
  
/home/dcollins/buildbot/cygwin1/cygwin-thread-quadmath/build/ext/POSIX/POSIX.xs:780:
 undefined reference to `sqrtq'
  POSIX.o: In function `XS_POSIX_copysign':
  
/home/dcollins/buildbot/cygwin1/cygwin-thread-quadmath/build/ext/POSIX/POSIX.xs:2697:
 undefined reference to `fmodq'
  POSIX.o: In function `my_fmin':
  
/home/dcollins/buildbot/cygwin1/cygwin-thread-quadmath/build/ext/POSIX/POSIX.xs:736:
 undefined reference to `isnanq'
  
/home/dcollins/buildbot/cygwin1/cygwin-thread-quadmath/build/ext/POSIX/POSIX.xs:738:
 undefined reference to `isnanq'
  POSIX.o: In function `my_fmax':
  
/home/dcollins/buildbot/cygwin1/cygwin-thread-quadmath/build/ext/POSIX/POSIX.xs:723:
 undefined reference to `isnanq'
  
/home/dcollins/buildbot/cygwin1/cygwin-thread-quadmath/build/ext/POSIX/POSIX.xs:725:
 undefined reference to `isnanq'
  POSIX.o: In function `my_fdim':
  
/home/dcollins/buildbot/cygwin1/cygwin-thread-quadmath/build/ext/POSIX/POSIX.xs:707:
 undefined reference to `isnanq'
  
POSIX.o:/home/dcollins/buildbot/cygwin1/cygwin-thread-quadmath/build/ext/POSIX/POSIX.xs:737:
 more undefined references to `isnanq' follow
  POSIX.o: In function `my_log2':
  
/home/dcollins/buildbot/cygwin1/cygwin-thread-quadmath/build/ext/POSIX/POSIX.xs:972:
 undefined reference to `logq'
  POSIX.o: In function `XS_POSIX_acos':
  
/home/dcollins/buildbot/cygwin1/cygwin-thread-quadmath/build/ext/POSIX/POSIX.xs:2428:
 undefined reference to `floorq'
  
/home/dcollins/buildbot/cygwin1/cygwin-thread-quadmath/build/ext/POSIX/POSIX.xs:2455:
 undefined reference to `sinhq'
  
/home/dcollins/buildbot/cygwin1/cygwin-thread-quadmath/build/ext/POSIX/POSIX.xs:2458:
 undefined reference to `tanq'
  
/home/dcollins/buildbot/cygwin1/cygwin-thread-quadmath/build/ext/POSIX/POSIX.xs:2479:
 undefined reference to `y0q'
  
/home/dcollins/buildbot/cygwin1/cygwin-thread-quadmath/build/ext/POSIX/POSIX.xs:2310:
 undefined reference to `acosq'
  POSIX.o: In function `my_asinh':
  
/home/dcollins/buildbot/cygwin1/cygwin-thread-quadmath/build/ext/POSIX/POSIX.xs:619:
 undefined reference to `sqrtq'
  
/home/dcollins/buildbot/cygwin1/cygwin-thread-quadmath/build/ext/POSIX/POSIX.xs:619:
 undefined reference to `logq'
  POSIX.o: In function `XS_POSIX_acos':
  
/home/dcollins/buildbot/cygwin1/cygwin-thread-quadmath/build/ext/POSIX/POSIX.xs:2320:
 undefined reference to `asinq'
  
/home/dcollins/buildbot/cygwin1/cygwin-thread-quadmath/build/ext/POSIX/POSIX.xs:2330:
 undefined reference to `atanq'
  POSIX.o: In function `my_atanh':
  
/home/dcollins/buildbot/cygwin1/cygwin-thread-quadmath/build/ext/POSIX/POSIX.xs:627:
 undefined reference to `logq'
  
/home/dcollins/buildbot/cygwin1/cygwin-thread-quadmath/build/ext/POSIX/POSIX.xs:627:
 undefined reference to `logq'
  POSIX.o: In function `my_cbrt':
  
/home/dcollins/buildbot/cygwin1/cygwin-thread-quadmath/build/ext/POSIX/POSIX.xs:636:
 undefined reference to `powq'
  POSIX.o: In function `XS_POSIX_acos':
  
/home/dcollins/buildbot/cygwin1/cygwin-thread-quadmath/build/ext/POSIX/POSIX.xs:2347:
 undefined reference to `ceilq'
  
/home/dcollins/buildbot/cygwin1/cygwin-thread-quadmath/build/ext/POSIX/POSIX.xs:2350:
 undefined reference to `coshq'
  POSIX.o: In function `my_erf':
  
/home/dcollins/buildbot/cygwin1/cygwin-thread-quadmath/build/ext/POSIX/POSIX.xs:667:
 undefined reference to `expq'
  
/home/dcollins/buildbot/cygwin1/cygwin-thread-quadmath/build/ext/POSIX/POSIX.xs:667:
 undefined reference to `expq'
  POSIX.o: In function `my_exp2':
  
/home/dcollins/buildbot/cygwin1/cygwin-thread-quadmath/build/ext/POSIX/POSIX.xs:685:
 undefined reference to `powq'
  POSIX.o: In function `my_expm1':
  
/home/dcollins/buildbot/cygwin1/cygwin-thread-quadmath/build/ext/POSIX/POSIX.xs:699:
 undefined reference to `expq'
  POSIX.o: In function `XS_POSIX_acos':
  
/home/dcollins/buildbot/cygwin1/cygwin-thread-quadmath/build/ext/POSIX/POSIX.xs:2381:
 undefined reference to `floorq'
  
/home/dcollins/buildbot/cygwin1/cygwin-thread-quadmath/build/ext/POSIX/POSIX.xs:2385:
 undefined reference to `j0q'
  
/home/dcollins/buildbot/cygwin1/cygwin-thread-quadmath/build/ext/POSIX/POSIX.xs:2392:
 undefined reference to `j1q'
  POSIX.o: In function `my_log1p':
  
/home/dcollins/buildbot/cygwin1/cygwin-thread-quadmath/build/ext/POSIX/POSIX.xs:961:
 undefined reference to `logq'
  POSIX.o: In function `my_log2':
  
/home/dcollins/buildbot/cygwin1/cygwin-thread-quadmath/build/ext/POSIX/POSIX.xs:972:
 undefined reference to `logq'
  POSIX.o: In function `XS_POSIX_acos':
  
/home/dcollins/buildbot/cygwin1/cygwin-thread-quadmath/build/ext/POSIX/POSIX.xs:2461:
 undefined reference to `tanhq'
  
/home/dcollins/buildbot/cygwin1/cygwin-thread-quadmath/build/ext/POSIX/POSIX.xs:2487:
 undefined reference to `y1q'
  POSIX.o: In function `my_cbrt':
  
/home/dcollins/buildbot/cygwin1/cygwin-thread-quadmath/build/ext/POSIX/POSIX.xs:636:
 undefined reference to `powq'
  collect2: error: ld returned 1 exit status
  make[1]: Leaving directory 
'/home/dcollins/buildbot/cygwin1/cygwin-thread-quadmath/build/ext/POSIX'
  make[1]: *** [Makefile:477: ../../lib/auto/POSIX/POSIX.dll] Error 1
  Unsuccessful make(ext/POSIX): code=512 at make_ext.pl line 569.
  make: *** [GNUmakefile:603: lib/auto/POSIX/POSIX.dll] Error 2
  program finished with exit code 2
  elapsedTime=259.595338

------------------------------------------------------------------------
Platform summary: win64-mingww64-6.1.0-win32-sjlj-ld

Step 0: git
> git --version
Step 1: shell
> C:\cygwin64\bin\patch -i 
> C:\cygwin64\home\dcollins\buildbot-patches\makefile.64.6.1.0.win32.sjlj.ld.mk.patch
>  win32\makefile.mk
Step 2: rt 128631
> C:\cygwin64\bin\patch -p1 -l --binary -i 
> C:\cygwin64\home\dcollins\buildbot-patches\0001-RT-128631.patch
Step 3: patch failing tests
> C:\cygwin64\bin\patch -p1 -l --binary -i 
> C:\cygwin64\home\dcollins\buildbot-patches\test.failures.on.win32.patch
Step 4: compile
> dmake
Step 5: test
> dmake test
> Step failed
> STDIO follows:

  ...snip...

  set PERL_STATIC_EXT=Win32CORE && \
            cd ..\t && perl.exe harness  
  base/cond.t ........................................................ ok

  ...snip...

  re/subst_wamp.t .................................................... ok
  # Failed to start watchdog
  # Insecure $ENV{PATH} while running with -T switch at ./test.pl line 1638.
  re/substT.t ........................................................ ok

  ...snip...

  op/override.t ...................................................... ok
  op/pack.t .......................................................... 
  Dubious, test returned 255 (wstat 65280, 0xff00)
  Failed 14245/14712 subtests 
  op/packagev.t ...................................................... ok

  ...snip...

  perf/speed.t ....................................................... ok
  # Failed to start watchdog
  # Insecure $ENV{PATH} while running with -T switch at ./test.pl line 1638.
  perf/taint.t ....................................................... ok

  ...snip...

  ../cpan/AutoLoader/t/02AutoSplit.t ................................. ok
  -e syntax OK
  -e syntax OK
  -e syntax OK
  -e syntax OK
  -e syntax OK
  -e syntax OK
  ../cpan/B-Debug/t/debug.t .......................................... ok

  ...snip...

  ../cpan/B-Debug/t/debug.t .......................................... ok
  tmp.pl syntax OK
  ../cpan/CPAN-Meta-Requirements/t/accepts.t ......................... ok

  ...snip...

  ../cpan/ExtUtils-MakeMaker/t/dir_target.t .......................... ok
  Use of uninitialized value in concatenation (.) or string at 
W:\buildbot\windows1\win64-mingww64-6_1_0-win32-sjlj-ld\build\lib/ExtUtils/MM_Win32.pm
 line 146.
  ../cpan/ExtUtils-MakeMaker/t/echo.t ................................ ok

  ...snip...

  ../cpan/Pod-Simple/t/encod04.t ..................................... ok
  # parser guessed wrong encoding expected 'CP1252' got 'UTF-8'
  ../cpan/Pod-Simple/t/end_over.t .................................... ok

  ...snip...

  ../cpan/Term-Cap/test.pl ........................................... skipped: 
no termcap available to test
  The system cannot find the path specified.
  ../cpan/Test-Harness/t/aggregator.t ................................ ok

  ...snip...

  ../cpan/Test-Harness/t/compat/env_opts.t ........................... ok
  Note: Cannot run tests in color: Can't locate Win32/Console.pm
  ../cpan/Test-Harness/t/compat/failure.t ............................ ok

  ...snip...

  ../cpan/Test-Simple/t/Legacy/c_flag.t .............................. ok
  
  ../cpan/Test-Simple/t/Legacy/capture.t ............................. ok

  ...snip...

  ../cpan/Test-Simple/t/Test2/acceptance/try_it_fork.t ............... ok
  Argument "" isn't numeric in numeric comparison (<=>) at 
W:\buildbot\windows1\win64-mingww64-6_1_0-win32-sjlj-ld\build\lib/Test2/IPC/Driver/Files.pm
 line 346.
  Argument "" isn't numeric in numeric comparison (<=>) at 
W:\buildbot\windows1\win64-mingww64-6_1_0-win32-sjlj-ld\build\lib/Test2/IPC/Driver/Files.pm
 line 346.
  Argument "" isn't numeric in numeric comparison (<=>) at 
W:\buildbot\windows1\win64-mingww64-6_1_0-win32-sjlj-ld\build\lib/Test2/IPC/Driver/Files.pm
 line 346.
  Argument "" isn't numeric in numeric comparison (<=>) at 
W:\buildbot\windows1\win64-mingww64-6_1_0-win32-sjlj-ld\build\lib/Test2/IPC/Driver/Files.pm
 line 346.
  Argument "" isn't numeric in numeric comparison (<=>) at 
W:\buildbot\windows1\win64-mingww64-6_1_0-win32-sjlj-ld\build\lib/Test2/IPC/Driver/Files.pm
 line 346.
  Argument "" isn't numeric in numeric comparison (<=>) at 
W:\buildbot\windows1\win64-mingww64-6_1_0-win32-sjlj-ld\build\lib/Test2/IPC/Driver/Files.pm
 line 346.
  ../cpan/Test-Simple/t/Test2/acceptance/try_it_no_plan.t ............ ok

  ...snip...

  ../dist/Exporter/t/warn.t .......................................... ok
  dlltool: Unable to open base-file: compilet.base
  dlltool: Unable to open base-file: compilet.base
  ../dist/ExtUtils-CBuilder/t/00-have-compiler.t ..................... ok

  ...snip...

  ../dist/ExtUtils-CBuilder/t/02-link.t .............................. skipped: 
link_executable() is not implemented yet on MSWin32
  compilet.exp:fake:(.edata+0x3c): undefined reference to `boot_compilet'
  collect2.exe: error: ld returned 1 exit status
  compilet.exp:fake:(.edata+0x3c): undefined reference to `boot_compilet'
  collect2.exe: error: ld returned 1 exit status
  t\cplust.exp:fake:(.edata+0x38): undefined reference to `boot_cplust'
  collect2.exe: error: ld returned 1 exit status
  ../dist/ExtUtils-CBuilder/t/03-cplusplus.t ......................... ok

  ...snip...

  ../dist/ExtUtils-CBuilder/t/03-cplusplus.t ......................... ok
  t\cplust.exp:fake:(.edata+0x38): undefined reference to `boot_cplust'
  collect2.exe: error: ld returned 1 exit status
  ../dist/ExtUtils-CBuilder/t/04-base.t .............................. ok

  ...snip...

  ../dist/PathTools/t/cwd.t .......................................... ok
  skip() needs to know $how_many tests are in the block at t/cwd.t line 251
  Use of uninitialized value $_[0] in string eq at ../../lib/File/Spec/Win32.pm 
line 139.
  Use of uninitialized value $_[0] in string eq at ../../lib/File/Spec/Win32.pm 
line 139.
  ../dist/PathTools/t/Functions.t .................................... ok

  ...snip...

  ../ext/File-Find/t/find.t .......................................... ok
  VOLUME = W:
  ../ext/File-Find/t/taint.t ......................................... ok

  ...snip...

  ../ext/POSIX/t/export.t ............................................ ok
  ../ext/POSIX/t/math.t .............................................. 
  Dubious, test returned 255 (wstat 65280, 0xff00)
  All 28 subtests passed 
  ../ext/POSIX/t/posix.t ............................................. ok

  ...snip...

  ../lib/warnings.t .................................................. ok
  
  Test Summary Report
  -------------------
  op/pack.t                                                        (Wstat: 
65280 Tests: 467 Failed: 0)
    Non-zero exit status: 255
    Parse errors: Bad plan.  You planned 14712 tests but ran 467.
  ../cpan/Archive-Tar/t/09_roundtrip.t                             (Wstat: 0 
Tests: 7 Failed: 0)
    TODO passed:   1, 4, 6
  ../ext/IPC-Open3/t/IPC-Open3.t                                   (Wstat: 0 
Tests: 45 Failed: 0)
    TODO passed:   25
  ../ext/POSIX/t/math.t                                            (Wstat: 
65280 Tests: 28 Failed: 0)
    Non-zero exit status: 255
    Parse errors: No plan found in TAP output
  Files=2500, Tests=863083, 904 wallclock secs (42.01 usr +  2.31 sys = 44.33 
CPU)
  Result: FAIL
  dmake:  Error code 130, while making 'test'
  program finished with exit code 255
  elapsedTime=919.735000


Reply via email to