Devel-Chitin v0.22 Perl 5 v5.41.8 amd64-freebsd-thread-multi
- Status
- Fail
- From
- Carlos Guevara
- Dist
-
Devel-Chitin v0.22
- Platform
- Perl 5 v5.41.8 amd64-freebsd-thread-multi
- Date
- 2025-01-13 19:38:33
- ID
- f95e9910-d1e5-11ef-9b48-a6f86a3cacad
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.8, 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.8" "-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 |
# +-----+----+----------------------------------------+
(If this table is too small, you can use the TABLE_TERM_SIZE=### env var to set a larger size, detected size is '74')
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 |
# +-------------------------------+----+-------------------------------+
(If this table is too small, you can use the TABLE_TERM_SIZE=### env var to set a larger size, detected size is '74')
# 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 |
# +-----+----+--------------------------------------+
(If this table is too small, you can use the TABLE_TERM_SIZE=### env var to set a larger size, detected size is '74')
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 '20250113' 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.12 usr 0.02 sys + 3.80 cusr 0.80 csys = 4.75 CPU)
Result: FAIL
Failed 1/44 test programs. 4/344 subtests failed.
*** Error code 255
Stop.
make: stopped in /home/cpan/.cpan/build/Devel-Chitin-0.22-0
------------------------------
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.59
Exporter 0 5.78
Fcntl 0 1.19
IO::File 0 1.55
PadWalker 0 2.5
perl 5.008009 5.041008
POSIX 0 2.23
Scalar::Util 0 1.68_01
Socket 0 2.038
strict 0 1.13
warnings 0 1.72
build_requires:
Module Need Have
--------------------- -------- --------
ExtUtils::MakeMaker 0 7.70
File::Basename 0 2.86
lib 0 0.65
List::Util 1.45 1.68_01
Sub::Name 0 0.28
Test2::API 1.302136 1.302207
Test2::IPC 0 1.302207
Test2::Require::Fork 0 1.302207
Test2::Tools::Basic 0 1.302207
Test2::Tools::Subtest 0 1.302207
Test2::V0 0 1.302207
Test::Builder 0 1.302207
Test::More 0 1.302207
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_ALL = C
NONINTERACTIVE_TESTING = 1
NO_NETWORK_TESTING = 1
PATH = /home/cpan/bin/perl/bin:/home/cpan/bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/home/cpan/bin
PERL5LIB =
PERL5OPT =
PERL5_CPANPLUS_IS_RUNNING = 62686
PERL5_CPAN_IS_RUNNING = 62686
PERL_MM_USE_DEFAULT = 1
PERL_USE_UNSAFE_INC = 1
SHELL = /usr/local/bin/bash
TERM = screen
TMPDIR = /home/cpan/tmp
Perl special variables (and OS-specific diagnostics, for MSWin32):
$^X = /home/cpan/bin/perl/bin/perl5.41.8
$UID/$EUID = 1002 / 1002
$GID = 1002 1002
$EGID = 1002 1002
Perl module toolchain versions installed:
Module Have
------------------- --------
CPAN 2.38
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.56
File::Spec 3.93
JSON 4.10
JSON::PP 4.16
Module::Build 0.4234
Module::Signature 0.89
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 41 subversion 8) configuration:
Commit id: 8748799a65f16a2abcfd6fb426fb1ce21d903b3a
Platform:
osname=freebsd
osvers=14.2-release
archname=amd64-freebsd-thread-multi
uname='freebsd cjg-freebsd14 14.2-release freebsd 14.2-release releng14.2-n269506-c8918d6c7412 generic amd64 '
config_args='-des -Dprefix=/home/cpan/bin/perl -Dscriptdir=/home/cpan/bin/perl/bin -Dusedevel -Duse64bitall -Duseithreads'
hint=recommended
useposix=true
d_sigaction=define
useithreads=define
usemultiplicity=define
use64bitint=define
use64bitall=define
uselongdouble=undef
usemymalloc=n
default_inc_excludes_dot=define
Compiler:
cc='cc'
ccflags ='-DHAS_FPSETMASK -DHAS_FLOATINGPOINT_H -DNO_POSIX_2008_LOCALE -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include'
optimize='-O2'
cppflags='-DHAS_FPSETMASK -DHAS_FLOATINGPOINT_H -DNO_POSIX_2008_LOCALE -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include'
ccversion=''
gccversion='FreeBSD Clang 18.1.6 (https://github.com/llvm/llvm-project.git llvmorg-18.1.6-0-g1118c2e05e67)'
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 ='-pthread -Wl,-E -fstack-protector-strong -L/usr/local/lib'
libpth=/usr/lib /usr/local/lib /usr/lib/clang/18/lib
libs=-lpthread -lgdbm -ldl -lm -lcrypt -lutil
perllibs=-lpthread -ldl -lm -lcrypt -lutil
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-strong'
Characteristics of this binary (from libperl):
Compile-time options:
HAS_LONG_DOUBLE
HAS_STRTOLD
HAS_TIMES
MULTIPLICITY
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_ITHREADS
USE_LARGE_FILES
USE_LOCALE
USE_LOCALE_COLLATE
USE_LOCALE_CTYPE
USE_LOCALE_NUMERIC
USE_LOCALE_TIME
USE_PERLIO
USE_PERL_ATOF
USE_REENTRANT_API
Built under freebsd
Compiled at Jan 13 2025 00:44:28
%ENV:
PERL5LIB=""
PERL5OPT=""
PERL5_CPANPLUS_IS_RUNNING="62686"
PERL5_CPAN_IS_RUNNING="62686"
PERL_MM_USE_DEFAULT="1"
PERL_USE_UNSAFE_INC="1"
@INC:
/home/cpan/bin/perl/lib/site_perl/5.41.8/amd64-freebsd-thread-multi
/home/cpan/bin/perl/lib/site_perl/5.41.8
/home/cpan/bin/perl/lib/5.41.8/amd64-freebsd-thread-multi
/home/cpan/bin/perl/lib/5.41.8
.