Devel-Chitin v0.22 Perl 5 v5.41.3 x86_64-linux
- Status
- Fail
- From
- Carlos Guevara
- Dist
-
Devel-Chitin v0.22
- Platform
- Perl 5 v5.41.3 x86_64-linux
- Date
- 2024-08-20 02:22:12
- ID
- 0245611c-5e9b-11ef-9cdb-b2a0e2ab3cd4
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 Anthony Brummett,
This is a computer-generated report for Devel-Chitin-0.22
on perl 5.41.3, 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 '/usr/bin/make test':
PERL_DL_NONLAZY=1 "/home/cpan/bin/perl/bin/perl5.41.3" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
t/00-use.t ......................... ok
t/01-attach-detach.t ............... ok
t/02-step-lvalue.t ................. ok
t/02-step.t ........................ ok
t/02-stepout-catch-return.t ........ ok
t/02-stepout-lvalue.t .............. ok
t/02-stepout.t ..................... ok
t/02-stepover-exception.t .......... ok
t/02-stepover-goto-label.t ......... ok
t/02-stepover-goto-sub.t ........... ok
t/02-stepover-lvalue-exception.t ... ok
t/02-stepover-lvalue-goto-label.t .. ok
t/02-stepover-lvalue.t ............. ok
t/02-stepover.t .................... ok
t/03-continue-end.t ................ ok
t/03-continue-to.t ................. ok
t/04-breakpoint-once.t ............. ok
t/04-breakpoint.t .................. ok
t/04-change-breakpoint-code.t ...... ok
t/04-conditional-breakpoint.t ...... ok
t/04-delete-breakpoint.t ........... ok
t/05-location-callsite.t ........... ok
t/05-location.t .................... ok
t/06-action.t ...................... ok
t/07-stack.t ....................... ok
t/08-trace.t ....................... ok
t/09-disable-debugger.t ............ ok
t/10-loaded_files.t ................ ok
t/11-postponed.t ................... ok
t/12-eval.t ........................ ok
t/13-fork.t ........................ ok
untrapped at t/14-step-in-uncaught-exception.t line 9.
t/14-step-in-uncaught-exception.t .. ok
untrapped at t/14-uncaught-exception.t line 11.
t/14-uncaught-exception.t .......... ok
t/15-subroutine-location.t ......... ok
t/16-user-requested-exit.t ......... ok
t/17-db-event-loop.t ............... ok
t/18-getvar-at-level.t ............. ok
t/19-watch-expr.t .................. ok
t/20-optree-construction.t ......... ok
Use of uninitialized value $got in concatenation (.) or string at t/20-optree-deparse.t line 91.
# Failed test 't/20-optree-deparse/01-assignment/hasf_ref_slice_assignment'
# at t/20-optree-deparse.t line 91.
# +-----+----+----------------------------------------+
# | GOT | OP | CHECK |
# +-----+----+----------------------------------------+
# | \n | eq | $hash = {};\n |
# | | | @list;\n |
# | | | @$hash{'one', @list, 'last'} = @list\n |
# +-----+----+----------------------------------------+
Use of uninitialized value $got in split at t/20-optree-deparse.t line 92.
# Showing whitespace:
# >><<
# $@: Can't locate object method "pp_emptyavhv" via package "Devel::Chitin::OpTree" at /home/cpan/.cpan/build/Devel-Chitin-0.22-0/blib/lib/Devel/Chitin/OpTree.pm line 182.
#
# Tree:
# Failed test 'Subtest: t/20-optree-deparse/01-assignment'
# at t/20-optree-deparse.t line 43.
# Failed test 't/20-optree-deparse/10-hash-functions/delete-hash'
# at t/20-optree-deparse.t line 91.
# +-------------------------------+----+-------------------------------+
# | GOT | OP | CHECK |
# +-------------------------------+----+-------------------------------+
# | %ourhash;\n | eq | %ourhash;\n |
# | %myhash;\n | | %myhash;\n |
# | $a = delete($ourhash{foo});\n | | $a = delete($ourhash{'foo'}); |
# | @a = delete(@myhash{'foo', 'b | | \n |
# | ar'});\n | | @a = delete(@myhash{'foo', 'b |
# | @a = delete(@ourhash{@a});\n | | ar'});\n |
# | delete(@myhash{@a});\n | | @a = delete(@ourhash{@a});\n |
# | delete(local @ourhash{@a});\n | | delete(@myhash{@a});\n |
# | delete(local $myhash{'foo'})\ | | delete(local @ourhash{@a});\n |
# | n | | delete(local $myhash{'foo'})\ |
# | | | n |
# +-------------------------------+----+-------------------------------+
# Showing whitespace:
# >>%ourhash;<<
# >>%myhash;<<
# >>$a = delete($ourhash{foo});<<
# >>@a = delete(@myhash{'foo', 'bar'});<<
# >>@a = delete(@ourhash{@a});<<
# >>delete(@myhash{@a});<<
# >>delete(local @ourhash{@a});<<
# >>delete(local $myhash{'foo'})<<
# $@:
# Tree:
# Failed test 'Subtest: t/20-optree-deparse/10-hash-functions'
# at t/20-optree-deparse.t line 43.
Use of uninitialized value $got in concatenation (.) or string at t/20-optree-deparse.t line 91.
# Failed test 't/20-optree-deparse/16-classes/bless'
# at t/20-optree-deparse.t line 91.
# +-----+----+--------------------------------------+
# | GOT | OP | CHECK |
# +-----+----+--------------------------------------+
# | \n | eq | $obj = bless({}, 'Some::Package');\n |
# | | | $obj = bless([])\n |
# +-----+----+--------------------------------------+
Use of uninitialized value $got in split at t/20-optree-deparse.t line 92.
# Showing whitespace:
# >><<
# $@: Can't locate object method "pp_emptyavhv" via package "Devel::Chitin::OpTree" at /home/cpan/.cpan/build/Devel-Chitin-0.22-0/blib/lib/Devel/Chitin/OpTree.pm line 182.
#
# Tree:
# Failed test 'Subtest: t/20-optree-deparse/16-classes'
# at t/20-optree-deparse.t line 43.
# Caught exception in subtest: Can't locate object method "PV" via package "B::SPECIAL" at /home/cpan/.cpan/build/Devel-Chitin-0.22-0/blib/lib/Devel/Chitin/OpTree.pm line 229.
# Failed test 'Subtest: t/20-optree-deparse/20-perl-5.10.1'
# at t/20-optree-deparse.t line 43.
# Caught exception in subtest: Couldn't compile code for t/20-optree-deparse/20-perl-5.10.1/given-when: syntax error at (eval 350) line 6, near ") {"
# Execution of (eval 350) aborted due to compilation errors.
# Seeded srand with seed '20240819' from local date.
t/20-optree-deparse.t ..............
Dubious, test returned 4 (wstat 1024, 0x400)
Failed 4/29 subtests
t/21-deparse-trace-anon-sub.t ...... ok
t/21-deparse-trace-fib.t ........... ok
t/21-deparse-trace-statements.t .... ok
t/22-sub-name-bug.t ................ ok
Test Summary Report
-------------------
t/20-optree-deparse.t (Wstat: 1024 (exited 4) Tests: 29 Failed: 4)
Failed tests: 1, 10, 17, 21
Non-zero exit status: 4
Files=44, Tests=344, 5 wallclock secs ( 0.13 usr 0.04 sys + 4.15 cusr 0.89 csys = 5.21 CPU)
Result: FAIL
Failed 1/44 test programs. 4/344 subtests failed.
make: *** [Makefile:924: test_dynamic] Error 255
------------------------------
PREREQUISITES
------------------------------
Prerequisite modules loaded:
requires:
Module Need Have
--------------------- -------- --------
B 0 1.89
base 0 2.27
Carp 0 1.54
constant 0 1.33
Devel::Callsite 0 1.0.1
Digest::MD5 0 2.58_01
Exporter 0 5.78
Fcntl 0 1.19
IO::File 0 1.55
PadWalker 0 2.5
perl 5.008009 5.041003
POSIX 0 2.22
Scalar::Util 0 1.65
Socket 0 2.038
strict 0 1.13
warnings 0 1.70
build_requires:
Module Need Have
--------------------- -------- --------
ExtUtils::MakeMaker 0 7.70
File::Basename 0 2.86
lib 0 0.65
List::Util 1.45 1.65
Sub::Name 0 0.27
Test2::API 1.302136 1.302201
Test2::IPC 0 1.302201
Test2::Require::Fork 0 1.302201
Test2::Tools::Basic 0 1.302201
Test2::Tools::Subtest 0 1.302201
Test2::V0 0 1.302201
Test::Builder 0 1.302201
Test::More 0 1.302201
configure_requires:
Module Need Have
--------------------- -------- --------
ExtUtils::MakeMaker 0 7.70
------------------------------
ENVIRONMENT AND OTHER CONTEXT
------------------------------
Environment variables:
AUTOMATED_TESTING = 1
DATE_MANIP_TEST_DM5 = 1
LANG = C.UTF-8
LC_COLLATE = C
NONINTERACTIVE_TESTING = 1
NO_NETWORK_TESTING = 1
PATH = /home/cpan/bin/perl/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
PERL5LIB =
PERL5OPT =
PERL5_CPANPLUS_IS_RUNNING = 6429
PERL5_CPAN_IS_RUNNING = 6429
PERL_MM_USE_DEFAULT = 1
PERL_USE_UNSAFE_INC = 1
SHELL = /bin/bash
TERM = screen
Perl special variables (and OS-specific diagnostics, for MSWin32):
$^X = /home/cpan/bin/perl/bin/perl5.41.3
$UID/$EUID = 1001 / 1001
$GID = 1001 1001
$EGID = 1001 1001
Perl module toolchain versions installed:
Module Have
------------------- --------
CPAN 2.36
CPAN::Meta 2.150010
Cwd 3.92
ExtUtils::CBuilder 0.280240
ExtUtils::Command 7.70
ExtUtils::Install 2.22
ExtUtils::MakeMaker 7.70
ExtUtils::Manifest 1.75
ExtUtils::ParseXS 3.53
File::Spec 3.92
JSON 4.10
JSON::PP 4.16
Module::Build 0.4234
Module::Signature n/a
Parse::CPAN::Meta 2.150010
Test2 1.302201
Test::Harness 3.50
Test::More 1.302201
YAML 1.31
YAML::Syck 1.34
version 0.9930
--
Summary of my perl5 (revision 5 version 41 subversion 3) configuration:
Commit id: d67896a03348d3896e30ec98828570b66bafb89a
Platform:
osname=linux
osvers=6.6.47-0-lts
archname=x86_64-linux
uname='linux cjg-alpine3 6.6.47-0-lts #1-alpine smp preempt_dynamic 2024-08-19 08:18:35 x86_64 linux '
config_args='-des -Dprefix=/home/cpan/bin/perl -Dscriptdir=/home/cpan/bin/perl/bin -Dusedevel -Duse64bitall'
hint=recommended
useposix=true
d_sigaction=define
useithreads=undef
usemultiplicity=undef
use64bitint=define
use64bitall=define
uselongdouble=undef
usemymalloc=n
default_inc_excludes_dot=define
Compiler:
cc='cc'
ccflags ='-D_GNU_SOURCE -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64'
optimize='-O2'
cppflags='-D_GNU_SOURCE -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong'
ccversion=''
gccversion='13.2.1 20240309'
gccosandvers=''
intsize=4
longsize=8
ptrsize=8
doublesize=8
byteorder=12345678
doublekind=3
d_longlong=define
longlongsize=8
d_longdbl=define
longdblsize=16
longdblkind=3
ivtype='long'
ivsize=8
nvtype='double'
nvsize=8
Off_t='off_t'
lseeksize=8
alignbytes=8
prototype=define
Linker and Libraries:
ld='cc'
ldflags =' -fstack-protector-strong -L/usr/local/lib'
libpth=/usr/lib /usr/local/lib /lib
libs=-lpthread -ldb -ldl -lm -lcrypt -lutil -lc
perllibs=-lpthread -ldl -lm -lcrypt -lutil -lc
libc=/usr/lib/libc.a
so=so
useshrplib=false
libperl=libperl.a
gnulibc_version=''
Dynamic Linking:
dlsrc=dl_dlopen.xs
dlext=so
d_dlsymun=undef
ccdlflags='-Wl,-E'
cccdlflags='-fPIC'
lddlflags='-shared -O2 -L/usr/local/lib -fstack-protector-strong'
Characteristics of this binary (from libperl):
Compile-time options:
HAS_LONG_DOUBLE
HAS_STRTOLD
HAS_TIMES
PERLIO_LAYERS
PERL_COPY_ON_WRITE
PERL_DONT_CREATE_GVSV
PERL_HASH_FUNC_SIPHASH13
PERL_HASH_USE_SBOX32
PERL_MALLOC_WRAP
PERL_OP_PARENT
PERL_PRESERVE_IVUV
PERL_USE_DEVEL
PERL_USE_SAFE_PUTENV
USE_64_BIT_ALL
USE_64_BIT_INT
USE_LARGE_FILES
USE_LOCALE
USE_LOCALE_COLLATE
USE_LOCALE_CTYPE
USE_LOCALE_NUMERIC
USE_LOCALE_TIME
USE_PERLIO
USE_PERL_ATOF
Built under linux
Compiled at Aug 19 2024 15:17:06
%ENV:
PERL5LIB=""
PERL5OPT=""
PERL5_CPANPLUS_IS_RUNNING="6429"
PERL5_CPAN_IS_RUNNING="6429"
PERL_MM_USE_DEFAULT="1"
PERL_USE_UNSAFE_INC="1"
@INC:
/home/cpan/bin/perl/lib/site_perl/5.41.3/x86_64-linux
/home/cpan/bin/perl/lib/site_perl/5.41.3
/home/cpan/bin/perl/lib/5.41.3/x86_64-linux
/home/cpan/bin/perl/lib/5.41.3
.