AWS-CLIWrapper v1.27 Perl 5 v5.12.0 amd64-freebsd
- Status
- Fail
- From
- Bartosz Jarzyna
- Dist
-
AWS-CLIWrapper v1.27
- Platform
- Perl 5 v5.12.0 amd64-freebsd
- Date
- 2023-07-23 05:49:24
- ID
- ad65dac8-291c-11ee-9e9b-e767a7e054f8
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 HIROSE Masaaki,
This is a computer-generated report for AWS-CLIWrapper-1.27
on perl 5.12.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:
this report is from an automated smoke testing program
and was not reviewed by a human for accuracy
------------------------------
PROGRAM OUTPUT
------------------------------
Output from 'make test':
PERL_DL_NONLAZY=1 "/home/smoker12/perl5/perlbrew/perls/perl-5.12.0/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
t/00_compile.t .............. ok
t/01_new.t .................. ok
t/03_awscli_path.t .......... ok
t/03_awscli_timeout.t ....... ok
t/03_awscli_version.t ....... ok
t/03_region.t ............... ok
t/04_errors.t ............... skipped: not found aws command
# Failed test 'mock-aws version'
# at t/05_catch_error_options.t line 33.
# got: '0'
# expected: '2.42.4242'
# Looks like you failed 1 test of 25.
t/05_catch_error_options.t ..
Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/25 subtests
# Failed test 'catch-with-croak retry counter exhausted'
# at t/06_catch_errors.t line 47.
# got: '3'
# expected: '0'
# Failed test 'catch-with-croak error message'
# at t/06_catch_errors.t line 51.
# 'exited with code [255]
# stderr:
# open3: exec of t/bin/mock-aws ecs list-clusters failed at /home/smoker12/perl5/perlbrew/perls/perl-5.12.0/lib/site_perl/5.12.0/IPC/Cmd.pm line 534
#
# '
# doesn't match '(?-xism:^$)'
# Failed test 'catch-with-croak result'
# at t/06_catch_errors.t line 54.
# Structures begin differing at:
# $got = undef
# $expected = HASH(0x80137a390)
# Failed test 'no-croak error message'
# at t/06_catch_errors.t line 51.
# 'exited with code [255]
# stderr:
# open3: exec of t/bin/mock-aws ecs list-clusters failed at /home/smoker12/perl5/perlbrew/perls/perl-5.12.0/lib/site_perl/5.12.0/IPC/Cmd.pm line 534
#
# '
# doesn't match '(?-xism:uh-oh)'
# Failed test 'no-error error message'
# at t/06_catch_errors.t line 51.
# 'exited with code [255]
# stderr:
# open3: exec of t/bin/mock-aws ecs list-clusters failed at /home/smoker12/perl5/perlbrew/perls/perl-5.12.0/lib/site_perl/5.12.0/IPC/Cmd.pm line 534
#
# '
# doesn't match '(?-xism:^$)'
# Failed test 'no-error result'
# at t/06_catch_errors.t line 54.
# Structures begin differing at:
# $got = undef
# $expected = HASH(0x801379c10)
# Failed test 'catch-no-croak retry counter exhausted'
# at t/06_catch_errors.t line 47.
# got: '2'
# expected: '0'
# Failed test 'catch-no-croak error message'
# at t/06_catch_errors.t line 51.
# 'exited with code [255]
# stderr:
# open3: exec of t/bin/mock-aws ecs list-clusters failed at /home/smoker12/perl5/perlbrew/perls/perl-5.12.0/lib/site_perl/5.12.0/IPC/Cmd.pm line 534
#
# '
# doesn't match '(?-xism:^$)'
# Failed test 'catch-no-croak result'
# at t/06_catch_errors.t line 54.
# Structures begin differing at:
# $got = undef
# $expected = HASH(0x80137a108)
# Failed test 'with-croak exception'
# at t/06_catch_errors.t line 50.
# 'exited with code [255]
# stderr:
# open3: exec of t/bin/mock-aws ecs list-clusters failed at /home/smoker12/perl5/perlbrew/perls/perl-5.12.0/lib/site_perl/5.12.0/IPC/Cmd.pm line 534
#
# at t/06_catch_errors.t line 40
# '
# doesn't match '(?-xism:foobaroo)'
# Failed test 'with-croak error message'
# at t/06_catch_errors.t line 51.
# 'exited with code [255]
# stderr:
# open3: exec of t/bin/mock-aws ecs list-clusters failed at /home/smoker12/perl5/perlbrew/perls/perl-5.12.0/lib/site_perl/5.12.0/IPC/Cmd.pm line 534
#
# '
# doesn't match '(?-xism:foobaroo)'
# Looks like you failed 11 tests of 17.
t/06_catch_errors.t .........
Dubious, test returned 11 (wstat 2816, 0xb00)
Failed 11/17 subtests
Test Summary Report
-------------------
t/05_catch_error_options.t (Wstat: 256 Tests: 25 Failed: 1)
Failed test: 17
Non-zero exit status: 1
t/06_catch_errors.t (Wstat: 2816 Tests: 17 Failed: 11)
Failed tests: 1, 3-4, 6, 9-11, 13-16
Non-zero exit status: 11
Files=9, Tests=50, 4 wallclock secs ( 0.04 usr 0.02 sys + 1.06 cusr 0.35 csys = 1.48 CPU)
Result: FAIL
Failed 2/9 test programs. 12/50 subtests failed.
*** Error code 11
Stop.
make: stopped in /usr/home/smoker12/.cpan/build/AWS-CLIWrapper-1.27-WqmnYR
------------------------------
PREREQUISITES
------------------------------
Prerequisite modules loaded:
requires:
Module Need Have
------------------- -------- --------
IPC::Cmd 0 1.04
JSON 2 4.10
perl 5.008001 5.012000
String::ShellQuote 0 1.04
version 0.77 0.9929
build_requires:
Module Need Have
------------------- -------- --------
Test::More 0 1.302191
configure_requires:
Module Need Have
------------------- -------- --------
ExtUtils::MakeMaker 6.30 7.64
------------------------------
ENVIRONMENT AND OTHER CONTEXT
------------------------------
Environment variables:
AUTOMATED_TESTING = 1
LANG = C.UTF-8
PATH = /sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/home/smoker12/bin
PERL5LIB = /home/smoker12/.cpan/build/String-ShellQuote-1.04-50EfGi/blib/arch:/home/smoker12/.cpan/build/String-ShellQuote-1.04-50EfGi/blib/lib:/home/smoker12/.cpan/build/JSON-4.10-zswXBD/blib/arch:/home/smoker12/.cpan/build/JSON-4.10-zswXBD/blib/lib
PERL5OPT =
PERL5_CPANPLUS_IS_RUNNING = 86216
PERL5_CPAN_IS_RUNNING = 86216
PERL5_CPAN_IS_RUNNING_IN_RECURSION = 5009,86216
PERL_CR_SMOKER_CURRENT = AWS-CLIWrapper-1.27
PERL_EXTUTILS_AUTOINSTALL = --defaultdeps
PERL_MM_USE_DEFAULT = 1
SHELL = /bin/sh
Perl special variables (and OS-specific diagnostics, for MSWin32):
$^X = /home/smoker12/perl5/perlbrew/perls/perl-5.12.0/bin/perl
$UID/$EUID = 1002 / 1002
$GID = 1002 1002
$EGID = 1002 1002
Perl module toolchain versions installed:
Module Have
------------------- --------
CPAN 1.94_56
CPAN::Meta 2.143240
Cwd 3.31
ExtUtils::CBuilder 0.27
ExtUtils::Command 7.64
ExtUtils::Install 2.06
ExtUtils::MakeMaker 7.64
ExtUtils::Manifest 1.70
ExtUtils::ParseXS 2.21
File::Spec 3.31
JSON 4.10
JSON::PP 4.12
Module::Build 0.3603
Module::Signature n/a
Parse::CPAN::Meta 1.4414
Test::Harness 3.17
Test::More 1.302191
YAML n/a
YAML::Syck 1.34
version 0.9929
--
Summary of my perl5 (revision 5 version 12 subversion 0) configuration:
Platform:
osname=freebsd, osvers=13.1-release-p3, archname=amd64-freebsd
uname='freebsd smoker-10.smoker 13.1-release-p3 freebsd 13.1-release-p3 generic amd64 '
config_args='-de -Dprefix=/home/smoker12/perl5/perlbrew/perls/perl-5.12.0 -Duse64bitint -Aeval:scriptdir=/home/smoker12/perl5/perlbrew/perls/perl-5.12.0/bin'
hint=recommended, useposix=true, d_sigaction=define
useithreads=undef, usemultiplicity=undef
useperlio=define, d_sfio=undef, uselargefiles=define, usesocks=undef
use64bitint=define, use64bitall=define, uselongdouble=undef
usemymalloc=n, bincompat5005=undef
Compiler:
cc='cc', ccflags ='-DHAS_FPSETMASK -DHAS_FLOATINGPOINT_H -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include',
optimize='-O2',
cppflags='-DHAS_FPSETMASK -DHAS_FLOATINGPOINT_H -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include'
ccversion='', gccversion='FreeBSD Clang 13.0.0 (git@github.com:llvm/llvm-project.git llvmorg-13.0.0-0-gd7b669b3a303)', gccosandvers=''
intsize=4, longsize=8, ptrsize=8, doublesize=8, byteorder=12345678
d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=16
ivtype='long', ivsize=8, nvtype='double', nvsize=8, Off_t='off_t', lseeksize=8
alignbytes=8, prototype=define
Linker and Libraries:
ld='cc', ldflags ='-Wl,-E -fstack-protector -L/usr/local/lib'
libpth=/usr/lib /usr/local/lib
libs=-ldl -lm -lcrypt -lutil -lc
perllibs=-ldl -lm -lcrypt -lutil -lc
libc=, so=so, useshrplib=false, libperl=libperl.a
gnulibc_version=''
Dynamic Linking:
dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=undef, ccdlflags=' '
cccdlflags='-DPIC -fPIC', lddlflags='-shared -L/usr/local/lib -fstack-protector'
Characteristics of this binary (from libperl):
Compile-time options: PERL_DONT_CREATE_GVSV PERL_MALLOC_WRAP USE_64_BIT_ALL
USE_64_BIT_INT USE_LARGE_FILES USE_PERLIO
USE_PERL_ATOF
Locally applied patches:
Devel::PatchPerl 2.08
Built under freebsd
Compiled at Nov 17 2022 20:51:41
%ENV:
PERL5LIB="/home/smoker12/.cpan/build/String-ShellQuote-1.04-50EfGi/blib/arch:/home/smoker12/.cpan/build/String-ShellQuote-1.04-50EfGi/blib/lib:/home/smoker12/.cpan/build/JSON-4.10-zswXBD/blib/arch:/home/smoker12/.cpan/build/JSON-4.10-zswXBD/blib/lib"
PERL5OPT=""
PERL5_CPANPLUS_IS_RUNNING="86216"
PERL5_CPAN_IS_RUNNING="86216"
PERL5_CPAN_IS_RUNNING_IN_RECURSION="5009,86216"
PERL_CR_SMOKER_CURRENT="AWS-CLIWrapper-1.27"
PERL_EXTUTILS_AUTOINSTALL="--defaultdeps"
PERL_MM_USE_DEFAULT="1"
@INC:
/home/smoker12/.cpan/build/String-ShellQuote-1.04-50EfGi/blib/arch
/home/smoker12/.cpan/build/String-ShellQuote-1.04-50EfGi/blib/lib
/home/smoker12/.cpan/build/JSON-4.10-zswXBD/blib/arch
/home/smoker12/.cpan/build/JSON-4.10-zswXBD/blib/lib
/home/smoker12/perl5/perlbrew/perls/perl-5.12.0/lib/site_perl/5.12.0/amd64-freebsd
/home/smoker12/perl5/perlbrew/perls/perl-5.12.0/lib/site_perl/5.12.0
/home/smoker12/perl5/perlbrew/perls/perl-5.12.0/lib/5.12.0/amd64-freebsd
/home/smoker12/perl5/perlbrew/perls/perl-5.12.0/lib/5.12.0
.