Webservice-InterMine v1.0405 Perl 5 v5.40.0 MSWin32-x64-multi-thread
- Status
- Fail
- From
- gregor herrmann
- Dist
-
Webservice-InterMine v1.0405
- Platform
- Perl 5 v5.40.0 MSWin32-x64-multi-thread
- Date
- 2025-01-08 20:46:28
- ID
- b3d86a08-78c7-1014-8029-d0772e811ca3
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 InterMine,
This is a computer-generated report for Webservice-InterMine-1.0405
on perl 5.40.0, created by CPAN-Reporter-1.2020.
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:
this report is from an automated smoke testing program
and was not reviewed by a human for accuracy
------------------------------
PROGRAM OUTPUT
------------------------------
Output from 'C:\Strawberry\perl\bin\perl.exe ./Build test':
Use of uninitialized value $ENV{"HOME"} in concatenation (.) or string at C:\cpan\build\Webservice-InterMine-1.0405-0\blib\lib/Webservice/InterMine.pm line 193.
# Testing Webservice::Webservice::InterMine 1.0405, Perl 5.040000, C:\Strawberry\perl\bin\perl.exe
t/00-load.t ................................ ok
t/01_path/01_validate.t .................... ok
t/02_pathfeature/01_pathfeature.t .......... ok
t/03_constraint/01_constraint.t ............ ok
t/03_constraint/02_constraint_factory.t .... ok
t/03_constraint/03_template_constraints.t .. ok
t/03_constraint/04_logic.t ................. ok
t/04_query/01_core.t ....................... ok
t/04_query/02_pathquery.t .................. ok
t/04_query/03_saved.t ...................... ok
You may not specify a destination array and -st together
# Failed test 'Can make a script correctly'
# at t/tests/Test/Webservice/InterMine/Query/Scripted.pm line 113.
# (in Test::Webservice::InterMine::Query::Scripted->to_script)
# got: undef
# expected: '#!/usr/bin/perl
#
# use Webservice::InterMine 'FAKEROOT';
# my $query = Webservice::InterMine->new_query;
#
# $query->add_view( 'Employee.name', 'Employee.age' );
#
# $query->add_constraint(
# code => 'A',
# op => '=',
# path => 'Employee.name',
# value => '',
# );
#
# my $results = $query->results;
# '
# Looks like you failed 1 test of 718.
t/04_query/03_scripted.t ...................
Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/718 subtests
(less 14 skipped subtests: 703 okay)
t/04_query/04_template.t ................... ok
t/04_query/05_good_and_bad_templates.t ..... ok
t/05_template/01_factory.t ................. ok
t/06_service/01_service.t .................. ok
t/06_service/02_result_iterator.t .......... ok
t/06_service/03_result_objects.t ........... ok
t/06_service/04_serviced_queries.t ......... ok
t/06_service/05_result_row.t ............... ok
Use of uninitialized value $ENV{"HOME"} in concatenation (.) or string at C:\cpan\build\Webservice-InterMine-1.0405-0\blib\lib/Webservice/InterMine.pm line 193.
t/06_service/06_test_export_exclusion.t .... ok
Use of uninitialized value $ENV{"HOME"} in concatenation (.) or string at C:\cpan\build\Webservice-InterMine-1.0405-0\blib\lib/Webservice/InterMine.pm line 193.
t/06_service/07_test_inclusion.t ........... ok
Use of uninitialized value $ENV{"HOME"} in concatenation (.) or string at C:\cpan\build\Webservice-InterMine-1.0405-0\blib\lib/Webservice/InterMine.pm line 193.
at C:\cpan\build\Webservice-InterMine-1.0405-0\blib\lib/Webservice/InterMine.pm line 193.
Webservice::InterMine::BEGIN() called at C:\cpan\build\Webservice-InterMine-1.0405-0\blib\lib/Webservice/InterMine.pm line 193
eval {...} called at C:\cpan\build\Webservice-InterMine-1.0405-0\blib\lib/Webservice/InterMine.pm line 193
require Webservice/InterMine.pm called at t/07_intermine/01_integration.t line 87
main::BEGIN() called at t/07_intermine/01_integration.t line 87
eval {...} called at t/07_intermine/01_integration.t line 87
eval 'package main;
BEGIN { ${^WARNING_BITS} = $args[-1] if defined $args[-1] }
#line 87 t/07_intermine/01_integration.t
use Webservice::InterMine @{$args[0]};
1;
' called at C:/Strawberry/perl/site/lib/Test/More.pm line 1056
Test::More::_eval("package main;\x{a}BEGIN { \${^WARNING_BITS} = \$args[-1] if defined"..., ARRAY(0x29b32631848), "UUUUUUUUUUUUUUUUUUUU") called at C:/Strawberry/perl/site/lib/Test/More.pm line 1031
Test::More::use_ok("Webservice::InterMine", "fake.url/path") called at t/07_intermine/01_integration.t line 87
# Failed test 'use Webservice::InterMine;'
# at t/07_intermine/01_integration.t line 87.
# Tried to use 'Webservice::InterMine'.
# Error: Can't call method "host" on an undefined value at C:\cpan\build\Webservice-InterMine-1.0405-0\blib\lib/Webservice/InterMine/Service.pm line 833.
# at C:\cpan\build\Webservice-InterMine-1.0405-0\blib\lib/Webservice/InterMine/Service.pm line 833.
# Webservice::InterMine::Service::fetch(Webservice::InterMine::Service=HASH(0x29b37532338), "http://fake.url/path/service/version") called at C:\cpan\build\Webservice-InterMine-1.0405-0\blib\lib/Webservice/InterMine/Service.pm line 219
# Webservice::InterMine::Service::__ANON__(Webservice::InterMine::Service=HASH(0x29b37532338)) called at constructor Webservice::InterMine::Service::new (defined at C:\cpan\build\Webservice-InterMine-1.0405-0\blib\lib/Webservice/InterMine/Service.pm line 913) line 141
# Webservice::InterMine::Service::new("Webservice::InterMine::Service", "fake.url/path") called at C:\cpan\build\Webservice-InterMine-1.0405-0\blib\lib/Webservice/InterMine.pm line 463
# Webservice::InterMine::get_service("Webservice::InterMine", "fake.url/path") called at C:\cpan\build\Webservice-InterMine-1.0405-0\blib\lib/Webservice/InterMine.pm line 207
# Webservice::InterMine::import("Webservice::InterMine", "fake.url/path") called at t/07_intermine/01_integration.t line 87
# main::BEGIN() called at t/07_intermine/01_integration.t line 87
# eval {...} called at t/07_intermine/01_integration.t line 87
# eval 'package main;
# BEGIN { ${^WARNING_BITS} = $args[-1] if defined $args[-1] }
# #line 87 t/07_intermine/01_integration.t
# use Webservice::InterMine @{$args[0]};
# 1;
# ' called at C:/Strawberry/perl/site/lib/Test/More.pm line 1056
# Test::More::_eval("package main;\x{a}BEGIN { \${^WARNING_BITS} = \$args[-1] if defined"..., ARRAY(0x29b32631848), "UUUUUUUUUUUUUUUUUUUU") called at C:/Strawberry/perl/site/lib/Test/More.pm line 1031
# Test::More::use_ok("Webservice::InterMine", "fake.url/path") called at t/07_intermine/01_integration.t line 87
# BEGIN failed--compilation aborted at t/07_intermine/01_integration.t line 87.
# at t/07_intermine/01_integration.t line 87.
# eval 'package main;
# BEGIN { ${^WARNING_BITS} = $args[-1] if defined $args[-1] }
# #line 87 t/07_intermine/01_integration.t
# use Webservice::InterMine @{$args[0]};
# 1;
# ' called at C:/Strawberry/perl/site/lib/Test/More.pm line 1056
# Test::More::_eval("package main;\x{a}BEGIN { \${^WARNING_BITS} = \$args[-1] if defined"..., ARRAY(0x29b32631848), "UUUUUUUUUUUUUUUUUUUU") called at C:/Strawberry/perl/site/lib/Test/More.pm line 1031
# Test::More::use_ok("Webservice::InterMine", "fake.url/path") called at t/07_intermine/01_integration.t line 87
No url provided - either directly or on 'use' at t/07_intermine/01_integration.t line 89.
at C:\cpan\build\Webservice-InterMine-1.0405-0\blib\lib/Webservice/InterMine.pm line 457.
Webservice::InterMine::get_service("Webservice::InterMine") called at t/07_intermine/01_integration.t line 89
# Looks like your test exited with 25 just after 1.
t/07_intermine/01_integration.t ............
Dubious, test returned 25 (wstat 6400, 0x1900)
Failed 44/44 subtests
t/10_acceptance/01_live_test.t ............. skipped: Acceptance tests for release testing only
t/10_acceptance/02_lists.t ................. skipped: Acceptance tests for release testing only
t/10_acceptance/02_lists_with_tokens.t ..... skipped: Acceptance tests for release testing only
Use of uninitialized value $ENV{"HOME"} in concatenation (.) or string at C:\cpan\build\Webservice-InterMine-1.0405-0\blib\lib/Webservice/InterMine.pm line 193.
t/10_acceptance/04_paths.t ................. skipped: Acceptance tests for release testing only
Use of uninitialized value $ENV{"HOME"} in concatenation (.) or string at C:\cpan\build\Webservice-InterMine-1.0405-0\blib\lib/Webservice/InterMine.pm line 193.
t/10_acceptance/05_summaries.t ............. skipped: Acceptance tests for release testing only
Use of uninitialized value $ENV{"HOME"} in concatenation (.) or string at C:\cpan\build\Webservice-InterMine-1.0405-0\blib\lib/Webservice/InterMine.pm line 193.
t/10_acceptance/06_redirection.t ........... skipped: Acceptance tests for release testing only
Use of uninitialized value $ENV{"HOME"} in concatenation (.) or string at C:\cpan\build\Webservice-InterMine-1.0405-0\blib\lib/Webservice/InterMine.pm line 193.
t/10_acceptance/07_lazy_references.t ....... skipped: Acceptance tests for release testing only
Use of uninitialized value $ENV{"HOME"} in concatenation (.) or string at C:\cpan\build\Webservice-InterMine-1.0405-0\blib\lib/Webservice/InterMine.pm line 193.
t/10_acceptance/08_enrichment.t ............ skipped: Acceptance tests for release testing only
Use of uninitialized value $ENV{"HOME"} in concatenation (.) or string at C:\cpan\build\Webservice-InterMine-1.0405-0\blib\lib/Webservice/InterMine.pm line 193.
t/10_acceptance/09_widgets.t ............... skipped: Acceptance tests for release testing only
Use of uninitialized value $ENV{"HOME"} in concatenation (.) or string at C:\cpan\build\Webservice-InterMine-1.0405-0\blib\lib/Webservice/InterMine.pm line 193.
t/10_acceptance/10_id_resolution.t ......... skipped: Acceptance tests for release testing only
t/manifest.t ............................... skipped: Author tests not required for installation
t/moose-hygiene.t .......................... ok
t/pod-coverage.t ........................... skipped: Complete documentation coverage is coming shortly
t/pod.t .................................... ok
Test Summary Report
-------------------
t/04_query/03_scripted.t (Wstat: 256 (exited 1) Tests: 718 Failed: 1)
Failed test: 331
Non-zero exit status: 1
t/07_intermine/01_integration.t (Wstat: 6400 (exited 25) Tests: 1 Failed: 1)
Failed test: 1
Non-zero exit status: 25
Parse errors: Bad plan. You planned 44 tests but ran 1.
Files=36, Tests=4542, 144 wallclock secs ( 0.84 usr + 0.22 sys = 1.06 CPU)
Result: FAIL
Failed 2/36 test programs. 2/4542 subtests failed.
------------------------------
PREREQUISITES
------------------------------
Prerequisite modules loaded:
requires:
Module Need Have
----------------------------- ------ ----------
AppConfig 0 1.71
Class::InsideOut 1 1.14
DateTime 0 1.65
DateTime::Format::ISO8601 0 0.16
HTTP::Request::Common 0 6.46
HTTP::Response 0 6.46
InterMine::Model 0.9901 0.9904
IO::File 0 1.55
IO::Handle 0 1.55
JSON 0 4.10
JSON::XS 0 4.03
List::MoreUtils 0 0.430
LWP 5 6.77
MIME::Base64 0 3.16_01
Module::Build 0 0.4234
Module::Find 0 0.16
Moose 0 2.2207
MooseX::Role::WithOverloading 0 0.17
MooseX::Types 0 0.50
perl v5.8.3 5.040000
Perl6::Junction 0 1.60000
Pod::Usage 0 2.03
Scalar::Util 0 1.65
Set::Object 0 1.42
Time::HiRes 0 1.9777
URI 1 5.31
XML::DOM 0 1.46
XML::Parser::PerlSAX 0 0.08
build_requires:
Module Need Have
----------------------------- ------ ----------
Module::Build 0.36 0.4234
Set::CrossProduct 0 3.001
Test::Class 0 0.52
Test::Exception 0 0.43
Test::MockObject 0 1.20200122
Test::MockObject::Extends 0 1.20200122
Test::More 0 1.302207
Test::XML 0 0.08
XML::Compare 0.04 0.05
XML::Rules 0 1.16
configure_requires:
Module Need Have
----------------------------- ------ ----------
Module::Build 0.36 0.4234
------------------------------
ENVIRONMENT AND OTHER CONTEXT
------------------------------
Environment variables:
AUTOMATED_TESTING = 1
COMSPEC = C:\Windows\system32\cmd.exe
NONINTERACTIVE_TESTING = 1
NUMBER_OF_PROCESSORS = 2
PATH = C:\WINDOWS\system32;C:\Program Files\Git\cmd;C:\strawberry\c\bin;C:\strawberry\perl\site\bin;C:\strawberry\perl\bin
PERL5LIB =
PERL5OPT =
PERL5_CPANPLUS_IS_RUNNING = 9180
PERL5_CPAN_IS_RUNNING = 9180
PERL5_CPAN_IS_RUNNING_IN_RECURSION = 8824,9180
PERL_CR_SMOKER_CURRENT = Webservice-InterMine-Bio-0.9900
PERL_EXTUTILS_AUTOINSTALL = --defaultdeps
PERL_MM_USE_DEFAULT = 1
PERL_USE_UNSAFE_INC = 1
PROCESSOR_IDENTIFIER = Intel64 Family 6 Model 15 Stepping 11, GenuineIntel
TEMP = C:\Users\smoker\AppData\Local\Temp
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 = Win10
Win32::GetOSVersion = , 10, 0, 19045, 2, 0, 0, 256, 1
Win32::FsType = NTFS
Win32::IsAdminUser = 0
Perl module toolchain versions installed:
Module Have
------------------- --------
CPAN 2.38
CPAN::Meta 2.150010
Cwd 3.90
ExtUtils::CBuilder 0.280240
ExtUtils::Command 7.70
ExtUtils::Install 2.22
ExtUtils::MakeMaker 7.70
ExtUtils::Manifest 1.75
ExtUtils::ParseXS 3.51
File::Spec 3.90
JSON 4.10
JSON::PP 4.16
Module::Build 0.4234
Module::Signature n/a
Parse::CPAN::Meta 2.150010
Test2 1.302207
Test::Harness 3.50
Test::More 1.302207
YAML 1.31
YAML::Syck 1.34
version 0.9933
--
Summary of my perl5 (revision 5 version 40 subversion 0) configuration:
Platform:
osname=MSWin32
osvers=10.0.22621.3880
archname=MSWin32-x64-multi-thread
uname='Win32 strawberry-perl 5.40.0.1 # 02:45:15 Sat August 10 2024 x64'
config_args='undef'
hint=recommended
useposix=true
d_sigaction=undef
useithreads=define
usemultiplicity=define
use64bitint=define
use64bitall=undef
uselongdouble=undef
usemymalloc=n
default_inc_excludes_dot=define
Compiler:
cc='gcc'
ccflags ='-std=c99 -DWIN32 -DWIN64 -DPERL_TEXTMODE_SCRIPTS -DMULTIPLICITY -DPERL_IMPLICIT_SYS -DUSE_PERLIO -D__USE_MINGW_ANSI_STDIO -fwrapv -fno-strict-aliasing -mms-bitfields'
optimize='-Os -falign-functions -falign-jumps -falign-labels -falign-loops -freorder-blocks -freorder-blocks-algorithm=stc -freorder-blocks-and-partition'
cppflags='-DWIN32'
ccversion=''
gccversion='13.2.0'
gccosandvers=''
intsize=4
longsize=4
ptrsize=8
doublesize=8
byteorder=12345678
doublekind=3
d_longlong=define
longlongsize=8
d_longdbl=define
longdblsize=16
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:\STRAWB~1\perl\lib\CORE" -L"C:\STRAWB~1\c\lib" -L"C:\STRAWB~1\c\x86_64-w64-mingw32\lib" -L"C:\STRAWB~1\c\lib\gcc\x86_64-w64-mingw32\13.2.0"'
libpth=C:\STRAWB~1\c\lib C:\STRAWB~1\c\x86_64-w64-mingw32\lib C:\STRAWB~1\c\lib\gcc\x86_64-w64-mingw32\13.2.0 C:\STRAWB~1\c\x86_64-w64-mingw32\lib C:\STRAWB~1\c\lib\gcc\x86_64-w64-mingw32\13.2.0
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=-lucrt
so=dll
useshrplib=true
libperl=libperl540.a
gnulibc_version=''
Dynamic Linking:
dlsrc=dl_win32.xs
dlext=xs.dll
d_dlsymun=undef
ccdlflags=' '
cccdlflags=' '
lddlflags='-shared -s -L"C:\STRAWB~1\perl\lib\CORE" -L"C:\STRAWB~1\c\lib" -L"C:\STRAWB~1\c\x86_64-w64-mingw32\lib" -L"C:\STRAWB~1\c\lib\gcc\x86_64-w64-mingw32\13.2.0"'
Characteristics of this binary (from libperl):
Compile-time options:
HAS_LONG_DOUBLE
HAS_TIMES
HAVE_INTERP_INTERN
MULTIPLICITY
PERLIO_LAYERS
PERL_COPY_ON_WRITE
PERL_DONT_CREATE_GVSV
PERL_HASH_FUNC_SIPHASH13
PERL_HASH_USE_SBOX32
PERL_IMPLICIT_SYS
PERL_MALLOC_WRAP
PERL_OP_PARENT
PERL_PRESERVE_IVUV
PERL_USE_SAFE_PUTENV
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
USE_THREAD_SAFE_LOCALE
Built under MSWin32
Compiled at Aug 10 2024 12:45:35
%ENV:
PERL5_CPANPLUS_IS_RUNNING="9180"
PERL5_CPAN_IS_RUNNING="9180"
PERL5_CPAN_IS_RUNNING_IN_RECURSION="8824,9180"
PERL_CR_SMOKER_CURRENT="Webservice-InterMine-Bio-0.9900"
PERL_EXTUTILS_AUTOINSTALL="--defaultdeps"
PERL_MM_USE_DEFAULT="1"
PERL_USE_UNSAFE_INC="1"
@INC:
C:/Strawberry/perl/site/lib/MSWin32-x64-multi-thread
C:/Strawberry/perl/site/lib
C:/Strawberry/perl/vendor/lib
C:/Strawberry/perl/lib
.