Promises v1.04 Perl 5 v5.24.0 MSWin32-x86-multi-thread-64int
- Status
- Fail
- From
- NONAME
- Dist
-
Promises v1.04
- Platform
- Perl 5 v5.24.0 MSWin32-x86-multi-thread-64int
- Date
- 2022-08-16 13:14:06
- ID
- 5f72b6b5-6cd1-1014-8029-d6d11220662c
This distribution has been tested as part of the CPAN Testers
project, supporting the Perl programming language. See
http://wiki.cpantesters.org/ for more information or email
questions to cpan-testers-discuss@perl.org
--
Dear Yanick Champoux,
This is a computer-generated report for Promises-1.04
on perl 5.24.0, created by CPAN-Reporter-1.2018.
Thank you for uploading your work to CPAN. However, there was a problem
testing your distribution.
If you think this report is invalid, please consult the CPAN Testers Wiki
for suggestions on how to avoid getting FAIL reports for missing library
or binary dependencies, unsupported operating systems, and so on:
http://wiki.cpantesters.org/wiki/CPANAuthorNotes
Sections of this report:
* Tester comments
* Program output
* Prerequisites
* Environment and other context
------------------------------
TESTER COMMENTS
------------------------------
Additional comments from tester:
none provided
------------------------------
PROGRAM OUTPUT
------------------------------
Output from 'C:\Strawberry\c\bin\dmake.exe test':
C:\"Strawberry\perl\bin\perl.exe" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib\lib', 'blib\arch')" t/*.t
t/00-compile.t ................... ok
#
# Versions for all modules listed in MYMETA.json (including optional ones):
#
# === Configure Requires ===
#
# Module Want Have
# ------------------- ---- -------
# ExtUtils::MakeMaker any 7.65_02
#
# === Configure Suggests ===
#
# Module Want Have
# -------- ------- ----
# JSON::PP 2.27300 4.11
#
# === Build Requires ===
#
# Module Want Have
# ------------------- ---- -------
# ExtUtils::MakeMaker any 7.65_02
#
# === Test Requires ===
#
# Module Want Have
# ------------------- ---- --------
# ExtUtils::MakeMaker any 7.65_02
# File::Spec any 3.75
# IO::Handle any 1.48
# IPC::Open3 any 1.20
# Test::Exception any 0.43
# Test::Fatal any 0.014
# Test::More 0.89 1.302191
# Test::Pod any 1.52
# Test::Requires any 0.10
# Test::Warn any 0.37
# lib any 0.63
#
# === Test Recommends ===
#
# Module Want Have
# ---------- -------- --------
# CPAN::Meta 2.120900 2.150010
#
# === Runtime Requires ===
#
# Module Want Have
# --------------- ---- -----
# Carp any 1.50
# Data::Dumper any 2.183
# Exporter any 5.74
# Module::Runtime any 0.016
# Scalar::Util any 1.63
# Sub::Attribute any 0.07
# Sub::Exporter any 0.988
# constant any 1.33
# parent any 0.234
# strict any 1.11
# warnings any 1.36
#
t/00-report-prereqs.t ............ ok
t/000-load.t ..................... ok
# Delaying for 0.1 second ...
t/001-basic.t .................... ok
# Delaying for 0.1 second ...
# Delaying for 0.1 more second ...
t/002-multiples.t ................ ok
# Delaying for 0.1 second1 ...
t/003-post-resolve-then.t ........ ok
# Delaying for 0.1 second ...
t/004-error.t .................... ok
# Delaying for 0.1 second ...
# Delaying for 0.1 more second ...
t/005-multiples-w-error.t ........ ok
t/006-thenable.t ................. ok
t/007_callable.t ................. ok
# Delaying for 0.2 seconds ...
t/010-collect.t .................. ok
# Delaying for 0.2 seconds ...
t/011-collect-w-error.t .......... ok
# Delaying for 0.2 seconds ...
t/012-collect_hash.t ............. ok
t/013-collect_hash-params.t ...... ok
# Delaying for 0.2 seconds ...
t/013-collect_hash-with-error.t .. ok
t/020-chaining.t ................. ok
t/021-chaining-errors.t .......... ok
(libev) select: Unknown error
This application has requested the Runtime to terminate it in an unusual way.
Please contact the application's support team for more information.
t/025-recursion.t ................
Dubious, test returned 3 (wstat 768, 0x300)
All 6 subtests passed
t/030-deferred-default.t ......... ok
(libev) select: Unknown error
This application has requested the Runtime to terminate it in an unusual way.
Please contact the application's support team for more information.
t/031-deferred-AE.t ..............
Dubious, test returned 3 (wstat 768, 0x300)
All 1 subtests passed
t/031-deferred-io-async.t ........ skipped: Test requires module 'IO::Async' but it's not found
(libev) select: Unknown error
This application has requested the Runtime to terminate it in an unusual way.
Please contact the application's support team for more information.
t/032-deferred-AnyEvent.t ........
Dubious, test returned 3 (wstat 768, 0x300)
All 1 subtests passed
(libev) select: Unknown error
This application has requested the Runtime to terminate it in an unusual way.
Please contact the application's support team for more information.
t/033-deferred-EV.t ..............
Dubious, test returned 3 (wstat 768, 0x300)
All 1 subtests passed
t/034-deferred-Mojo.t ............ ok
t/040_finally.t .................. ok
t/045-attributes.t ............... ok
t/050-exceptions-pp.t ............ ok
# Failed test 'Exception in AnyEvent PP done dies'
# at t/051-exceptions-pp-anyevent.t line 54.
# got: undef
# expected: 'Final
# '
# Failed test 'Resolve'
# at t/051-exceptions-pp-anyevent.t line 58.
# got: undef
# expected: '1: OK'
# Failed test 'Resolve then die'
# at t/051-exceptions-pp-anyevent.t line 59.
# got: undef
# expected: '2: OK
# '
# Failed test 'Reject then resolve'
# at t/051-exceptions-pp-anyevent.t line 60.
# got: undef
# expected: '3: OK'
# Failed test 'Resolve then die'
# at t/051-exceptions-pp-anyevent.t line 61.
# got: undef
# expected: '4: OK
# '
# Failed test 'Reject then die'
# at t/051-exceptions-pp-anyevent.t line 62.
# got: undef
# expected: '5: OK
# '
# Looks like you failed 6 tests of 6.
t/051-exceptions-pp-anyevent.t ...
Dubious, test returned 6 (wstat 1536, 0x600)
Failed 6/6 subtests
(libev) select: Unknown error
This application has requested the Runtime to terminate it in an unusual way.
Please contact the application's support team for more information.
t/052-exceptions-ev-anyevent.t ...
Dubious, test returned 3 (wstat 768, 0x300)
No subtests run
Mojo::Reactor::Poll: Timer failed: Final
t/053-exceptions-mojo.t .......... ok
t/060-free-refs.t ................ ok
t/070-accepted-rejected.t ........ ok
t/080-deferred-as-sub.t .......... ok
t/090-timeout.t .................. skipped: Test requires module 'IO::Async' but it's not found
t/late-warning.t ................. ok
t/warnings.t ..................... ok
Test Summary Report
-------------------
t/025-recursion.t (Wstat: 768 (exited 3) Tests: 6 Failed: 0)
Non-zero exit status: 3
Parse errors: No plan found in TAP output
t/031-deferred-AE.t (Wstat: 768 (exited 3) Tests: 1 Failed: 0)
Non-zero exit status: 3
Parse errors: No plan found in TAP output
t/032-deferred-AnyEvent.t (Wstat: 768 (exited 3) Tests: 1 Failed: 0)
Non-zero exit status: 3
Parse errors: No plan found in TAP output
t/033-deferred-EV.t (Wstat: 768 (exited 3) Tests: 1 Failed: 0)
Non-zero exit status: 3
Parse errors: No plan found in TAP output
t/051-exceptions-pp-anyevent.t (Wstat: 1536 (exited 6) Tests: 6 Failed: 6)
Failed tests: 1-6
Non-zero exit status: 6
t/052-exceptions-ev-anyevent.t (Wstat: 768 (exited 3) Tests: 0 Failed: 0)
Non-zero exit status: 3
Parse errors: No plan found in TAP output
Files=36, Tests=158, 41 wallclock secs ( 0.44 usr + 0.16 sys = 0.59 CPU)
Result: FAIL
Failed 6/36 test programs. 6/158 subtests failed.
dmake.exe: Error code 255, while making 'test_dynamic'
------------------------------
PREREQUISITES
------------------------------
Prerequisite modules loaded:
requires:
Module Need Have
------------------- ----- --------
Carp 0 1.50
constant 0 1.33
Data::Dumper 0 2.183
Exporter 0 5.74
Module::Runtime 0 0.016
parent 0 0.234
perl 5.006 5.024000
Scalar::Util 0 1.63
strict 0 1.11
Sub::Attribute 0 0.07
Sub::Exporter 0 0.988
warnings 0 1.36
build_requires:
Module Need Have
------------------- ----- --------
ExtUtils::MakeMaker 0 7.65_02
File::Spec 0 3.75
IO::Handle 0 1.48
IPC::Open3 0 1.20
lib 0 0.63
Test::Exception 0 0.43
Test::Fatal 0 0.014
Test::More 0.89 1.302191
Test::Pod 0 1.52
Test::Requires 0 0.10
Test::Warn 0 0.37
configure_requires:
Module Need Have
------------------- ----- --------
ExtUtils::MakeMaker 0 7.65_02
------------------------------
ENVIRONMENT AND OTHER CONTEXT
------------------------------
Environment variables:
COMSPEC = C:\windows\system32\cmd.exe
NONINTERACTIVE_TESTING = 1
NUMBER_OF_PROCESSORS = 4
PATH = C:\home\west\perl5\bin;C:\windows\system32;C:\windows;C:\windows\System32\Wbem;C:\windows\System32\WindowsPowerShell\v1.0\;C:\Strawberry\c\bin;C:\Strawberry\perl\site\bin;C:\Strawberry\perl\bin
PERL5LIB = C:\home\west\perl5\lib\perl5
PERL5OPT =
PERL5_CPANPLUS_IS_RUNNING = 5936
PERL5_CPAN_IS_RUNNING = 5936
PERL_LOCAL_LIB_ROOT = C:\home\west\perl5
PERL_MB_OPT = --install_base "C:\\home\\west\\perl5"
PERL_MM_OPT = INSTALL_BASE=C:\\home\\west\\perl5
PERL_MM_USE_DEFAULT = 1
PERL_USE_UNSAFE_INC = 1
PROCESSOR_IDENTIFIER = x86 Family 6 Model 37 Stepping 5, GenuineIntel
TEMP = C:\Users\user\AppData\Local\Temp
TERM = dumb
TUGI_PERLVER = 5.024000
Perl special variables (and OS-specific diagnostics, for MSWin32):
$^X = C:\Strawberry\perl\bin\perl.exe
$UID/$EUID = 0 / 0
$GID = 0
$EGID = 0
Win32::GetOSName = Win7
Win32::GetOSVersion = Service Pack 1, 6, 1, 7601, 2, 1, 0, 256, 1
Win32::FsType = NTFS
Win32::IsAdminUser = 0
Perl module toolchain versions installed:
Module Have
------------------- --------
CPAN 2.34
CPAN::Meta 2.150010
Cwd 3.75
ExtUtils::CBuilder 0.280236
ExtUtils::Command 7.65_02
ExtUtils::Install 2.20
ExtUtils::MakeMaker 7.65_02
ExtUtils::Manifest 1.73
ExtUtils::ParseXS 3.44
File::Spec 3.75
JSON 4.09
JSON::PP 4.11
Module::Build 0.42_28
Module::Signature 0.88
Parse::CPAN::Meta 2.150010
Test::Harness 3.44
Test::More 1.302191
YAML 1.27
YAML::Syck 1.34
version 0.9929
--
Summary of my perl5 (revision 5 version 24 subversion 0) configuration:
Platform:
osname=MSWin32, osvers=6.3, archname=MSWin32-x86-multi-thread-64int
uname='Win32 strawberry-perl 5.24.0.1 #1 Tue May 10 17:10:11 2016 i386'
config_args='undef'
hint=recommended, useposix=true, d_sigaction=undef
useithreads=define, usemultiplicity=define
use64bitint=define, use64bitall=undef, uselongdouble=undef
usemymalloc=n, bincompat5005=undef
Compiler:
cc='gcc', ccflags =' -s -O2 -DWIN32 -DPERL_TEXTMODE_SCRIPTS -DPERL_IMPLICIT_CONTEXT -DPERL_IMPLICIT_SYS -fwrapv -fno-strict-aliasing -mms-bitfields',
optimize='-s -O2',
cppflags='-DWIN32'
ccversion='', gccversion='4.9.2', gccosandvers=''
intsize=4, longsize=4, ptrsize=4, doublesize=8, byteorder=12345678, doublekind=3
d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=12, longdblkind=3
ivtype='long long', ivsize=8, nvtype='double', nvsize=8, Off_t='long long', lseeksize=8
alignbytes=8, prototype=define
Linker and Libraries:
ld='g++', ldflags ='-s -L"C:\Strawberry\perl\lib\CORE" -L"C:\Strawberry\c\lib"'
libpth=C:\Strawberry\c\lib C:\Strawberry\c\i686-w64-mingw32\lib C:\Strawberry\c\lib\gcc\i686-w64-mingw32\4.9.2
libs=-lmoldname -lkernel32 -luser32 -lgdi32 -lwinspool -lcomdlg32 -ladvapi32 -lshell32 -lole32 -loleaut32 -lnetapi32 -luuid -lws2_32 -lmpr -lwinmm -lversion -lodbc32 -lodbccp32 -lcomctl32
perllibs=-lmoldname -lkernel32 -luser32 -lgdi32 -lwinspool -lcomdlg32 -ladvapi32 -lshell32 -lole32 -loleaut32 -lnetapi32 -luuid -lws2_32 -lmpr -lwinmm -lversion -lodbc32 -lodbccp32 -lcomctl32
libc=, so=dll, useshrplib=true, libperl=libperl524.a
gnulibc_version=''
Dynamic Linking:
dlsrc=dl_win32.xs, dlext=xs.dll, d_dlsymun=undef, ccdlflags=' '
cccdlflags=' ', lddlflags='-mdll -s -L"C:\Strawberry\perl\lib\CORE" -L"C:\Strawberry\c\lib"'
Characteristics of this binary (from libperl):
Compile-time options: HAS_TIMES HAVE_INTERP_INTERN MULTIPLICITY
PERLIO_LAYERS PERL_COPY_ON_WRITE
PERL_DONT_CREATE_GVSV
PERL_HASH_FUNC_ONE_AT_A_TIME_HARD
PERL_IMPLICIT_CONTEXT PERL_IMPLICIT_SYS
PERL_MALLOC_WRAP PERL_PRESERVE_IVUV USE_64_BIT_INT
USE_ITHREADS USE_LARGE_FILES USE_LOCALE
USE_LOCALE_COLLATE USE_LOCALE_CTYPE
USE_LOCALE_NUMERIC USE_LOCALE_TIME USE_PERLIO
USE_PERL_ATOF
Built under MSWin32
Compiled at May 10 2016 17:20:50
%ENV:
PERL5LIB="C:\home\west\perl5\lib\perl5"
PERL5_CPANPLUS_IS_RUNNING="5936"
PERL5_CPAN_IS_RUNNING="5936"
PERL_LOCAL_LIB_ROOT="C:\home\west\perl5"
PERL_MB_OPT="--install_base "C:\\home\\west\\perl5""
PERL_MM_OPT="INSTALL_BASE=C:\\home\\west\\perl5"
PERL_MM_USE_DEFAULT="1"
PERL_USE_UNSAFE_INC="1"
@INC:
C:\home\west\perl5\lib\perl5/MSWin32-x86-multi-thread-64int
C:\home\west\perl5\lib\perl5
C:/Strawberry/perl/site/lib
C:/Strawberry/perl/vendor/lib
C:/Strawberry/perl/lib
.