CPAN-SQLite v0.220 Perl 5 v5.20.3 i86pc-solaris
- Status
- Pass
- From
- Nigel Horne
- Dist
-
CPAN-SQLite v0.220
- Platform
- Perl 5 v5.20.3 i86pc-solaris
- Date
- 2022-11-23 22:57:17
- ID
- 2d9a374c-6b82-11ed-a99d-71d981b9fa4a
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 Serguei Trouchelle,
This is a computer-generated report for CPAN-SQLite-0.220
on perl 5.20.3, created by CPAN-Reporter-1.2018.
Thank you for uploading your work to CPAN. Congratulations!
All tests were successful.
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 '/usr/bin/make test':
PERL_DL_NONLAZY=1 "/export/home/njh/perl5/perlbrew/perls/perl-5.20.3/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
t/02drop.t ....................... ok
t/03info.t ....................... ok
t/04search.t ..................... ok
t/04search_everything.t .......... ok
t/05meta_new.t ................... ok
t/05meta_update.t ................ ok
t/00-all_prereqs.t ............... ok
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.58
#
# === Build Requires ===
#
# Module Want Have
# ------------------- ---- ----
# ExtUtils::MakeMaker any 7.58
#
# === Test Requires ===
#
# Module Want Have
# ------------------- ---- --------
# CPAN::HandleConfig any 5.5012
# CPAN::Version any 5.5003
# Carp any 1.50
# DBD::SQLite any 1.72
# ExtUtils::MakeMaker any 7.58
# File::Copy any 2.30
# File::Spec any 3.75
# FindBin any 1.51
# IO::Handle any 1.48
# IPC::Open3 any 1.16
# Test::More 0.94 1.302190
# base any 2.22
# lib any 0.63
#
# === Test Recommends ===
#
# Module Want Have
# ---------- -------- --------
# CPAN::Meta 2.120900 2.143240
#
# === Runtime Requires ===
#
# Module Want Have
# --------------------- ----- -------
# Archive::Tar 1.54 2.40
# CPAN any 2.34
# CPAN::DistnameInfo 0.09 0.12
# CPAN::Index 1.93 2.29
# Compress::Zlib any 2.064
# Cwd any 3.75
# DBD::SQLite 1.27 1.72
# DBI any 1.643
# English any 1.09
# Exporter any 5.71
# File::Basename any 2.85
# File::Find any 1.27
# File::HomeDir any 1.006
# File::Path any 2.09
# File::Spec any 3.75
# File::Spec::Functions any 3.75
# Getopt::Long any 2.42
# HTTP::Tiny 0.041 0.076
# IO::Zlib any 1.11
# Safe any 2.37
# Scalar::Util any 1.63
# constant any 1.31
# parent any 0.228
# strict any 1.08
# utf8 any 1.13_01
# warnings any 1.23
#
t/00-report-prereqs.t ............ ok
# Testing with Perl 5.020003, /export/home/njh/perl5/perlbrew/perls/perl-5.20.3/bin/perl
# CPAN version is 2.34
# CPAN::DistnameInfo version is 0.12
# CPAN::HandleConfig version is 5.5012
# CPAN::Version version is 5.5003
# Carp version is 1.50
# Compress::Zlib version is 2.064
# Cwd version is 3.75
# DBD::SQLite version is 1.72
# DBI version is 1.643
# English version is 1.09
# Exporter version is 5.71
# ExtUtils::MakeMaker version is 7.58
# File::Basename version is 2.85
# File::Copy version is 2.30
# File::Find version is 1.27
# File::HomeDir version is 1.006
# File::Path version is 2.09
# File::Spec version is 3.75
# File::Spec::Functions version is 3.75
# FindBin version is 1.51
# Getopt::Long version is 2.42
# HTTP::Tiny version is 0.076
# IO::Handle version is 1.48
# IPC::Open3 version is 1.16
# Safe version is 2.37
# Scalar::Util version is 1.63
# Test::More version is 1.302190
# base version is 2.22
# constant version is 1.31
# lib version is 0.63
# parent version is 0.228
# strict version is 1.08
# utf8 version is 1.13_01
# warnings version is 1.23
t/000-report-versions.t .......... ok
t/01basic.t ...................... ok
t/06retrieve.t ................... ok
t/07download.t ................... ok
# Can't locate Test/Memory/Cycle.pm in @INC (you may need to install the Test::Memory::Cycle module) (@INC contains: /export/home/njh/.cpan/build/CPAN-SQLite-0.220-1/t/lib /export/home/njh/.cpan/build/CPAN-SQLite-0.220-1/blib/lib /export/home/njh/.cpan/build/CPAN-SQLite-0.220-1/blib/arch /export/home/njh/perl5/perlbrew/perls/perl-5.20.3/lib/site_perl/5.20.3/i86pc-solaris /export/home/njh/perl5/perlbrew/perls/perl-5.20.3/lib/site_perl/5.20.3 /export/home/njh/perl5/perlbrew/perls/perl-5.20.3/lib/5.20.3/i86pc-solaris /export/home/njh/perl5/perlbrew/perls/perl-5.20.3/lib/5.20.3 /export/home/njh/.cpan/build/CPAN-SQLite-0.220-1) at (eval 21) line 1.
# BEGIN failed--compilation aborted at (eval 21) line 1.
t/08circular_references.t ........ skipped: Test::Memory::Cycle is required for testing memory leaks
t/author-critic.t ................ skipped: these tests are for testing by the author
t/author-distmeta.t .............. skipped: these tests are for testing by the author
t/author-eol.t ................... skipped: these tests are for testing by the author
t/author-minimum-version.t ....... skipped: these tests are for testing by the author
t/author-no-tabs.t ............... skipped: these tests are for testing by the author
t/author-pod-syntax.t ............ skipped: these tests are for testing by the author
t/release-changes_has_content.t .. skipped: these tests are for release candidate testing
t/release-fixme.t ................ skipped: these tests are for release candidate testing
t/release-has-version.t .......... skipped: these tests are for release candidate testing
t/release-kwalitee.t ............. skipped: these tests are for release candidate testing
t/release-meta-json.t ............ skipped: these tests are for release candidate testing
t/release-pause-permissions.t .... skipped: these tests are for release candidate testing
All tests successful.
Files=26, Tests=11292, 27 wallclock secs ( 1.01 usr 0.12 sys + 9.59 cusr 1.83 csys = 12.55 CPU)
Result: PASS
------------------------------
PREREQUISITES
------------------------------
Prerequisite modules loaded:
requires:
Module Need Have
------------------- -------- --------
Archive::Tar 1.54 2.40
Compress::Zlib 0 2.064
CPAN::DistnameInfo 0.09 0.12
CPAN::Index 1.93 2.29
DBD::SQLite 1.27 1.72
File::HomeDir 0 1.006
File::Spec 0 3.75
HTTP::Tiny 0.041 0.076
IO::Zlib 0 1.11
parent 0 0.228
build_requires:
Module Need Have
------------------- -------- --------
ExtUtils::MakeMaker 0 7.58
configure_requires:
Module Need Have
------------------- -------- --------
ExtUtils::MakeMaker 0 7.58
opt_build_requires:
Module Need Have
------------------- -------- --------
CPAN::Meta 2.120900 2.143240
------------------------------
ENVIRONMENT AND OTHER CONTEXT
------------------------------
Environment variables:
LANG = en_US.UTF-8
NONINTERACTIVE_TESTING = 1
PATH = /export/home/njh/perl5/perlbrew/bin:/export/home/njh/perl5/perlbrew/perls/perl-5.20.3/bin:/bin
PERL5LIB =
PERL5OPT =
PERL5_CPANPLUS_IS_RUNNING = 4837
PERL5_CPAN_IS_RUNNING = 4837
PERLBREW_HOME = /export/home/njh/.perlbrew
PERLBREW_MANPATH = /export/home/njh/perl5/perlbrew/perls/perl-5.20.3/man
PERLBREW_PATH = /export/home/njh/perl5/perlbrew/bin:/export/home/njh/perl5/perlbrew/perls/perl-5.20.3/bin
PERLBREW_PERL = perl-5.20.3
PERLBREW_ROOT = /export/home/njh/perl5/perlbrew
PERLBREW_SHELLRC_VERSION = 0.96
PERLBREW_VERSION = 0.96
PERL_MM_USE_DEFAULT = 1
PERL_USE_UNSAFE_INC = 1
SHELL = /bin/bash
TERM = xterm-256color
TMPDIR = /tmp
Perl special variables (and OS-specific diagnostics, for MSWin32):
$^X = /export/home/njh/perl5/perlbrew/perls/perl-5.20.3/bin/perl
$UID/$EUID = 101 / 101
$GID = 10 10
$EGID = 10 10
Perl module toolchain versions installed:
Module Have
------------------- --------
CPAN 2.34
CPAN::Meta 2.143240
Cwd 3.75
ExtUtils::CBuilder 0.280217
ExtUtils::Command 7.58
ExtUtils::Install 2.20
ExtUtils::MakeMaker 7.58
ExtUtils::Manifest 1.70
ExtUtils::ParseXS 3.44
File::Spec 3.75
JSON 4.05
JSON::PP 4.05
Module::Build 0.4231
Module::Signature n/a
Parse::CPAN::Meta 1.4414
Test::Harness 3.42
Test::More 1.302190
YAML 1.30
YAML::Syck 1.34
version 0.9929
--
Summary of my perl5 (revision 5 version 20 subversion 3) configuration:
Platform:
osname=solaris, osvers=2.11, archname=i86pc-solaris
uname='sunos njh1 5.11 illumos-06524cf4e4 i86pc i386 i86pc '
config_args='-de -Dprefix=/export/home/njh/perl5/perlbrew/perls/perl-5.20.3 -Aeval:scriptdir=/export/home/njh/perl5/perlbrew/perls/perl-5.20.3/bin'
hint=recommended, useposix=true, d_sigaction=define
useithreads=undef, usemultiplicity=undef
use64bitint=undef, use64bitall=undef, uselongdouble=undef
usemymalloc=n, bincompat5005=undef
Compiler:
cc='cc', ccflags ='-fwrapv -fno-strict-aliasing -pipe -fstack-protector -I/usr/gnu/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DPERL_USE_SAFE_PUTENV',
optimize='-O',
cppflags='-fwrapv -fno-strict-aliasing -pipe -fstack-protector -I/usr/gnu/include'
ccversion='', gccversion='7.5.0', gccosandvers=''
intsize=4, longsize=4, ptrsize=4, doublesize=8, byteorder=1234
d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=12
ivtype='long', ivsize=4, nvtype='double', nvsize=8, Off_t='off_t', lseeksize=8
alignbytes=4, prototype=define
Linker and Libraries:
ld='cc', ldflags =' -fstack-protector -L/usr/gnu/lib '
libpth=/usr/gcc/7/lib /usr/lib /usr/gnu/lib /usr/ccs/lib
libs=-lpthread -lsocket -lnsl -lgdbm -ldb -ldl -lm -lc
perllibs=-lpthread -lsocket -lnsl -ldl -lm -lc
libc=/lib/libc.so, so=so, useshrplib=true, libperl=libperl.so
gnulibc_version=''
Dynamic Linking:
dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=undef, ccdlflags=' -R /export/home/njh/perl5/perlbrew/perls/perl-5.20.3/lib/5.20.3/i86pc-solaris/CORE'
cccdlflags='-fPIC', lddlflags='-shared -L/usr/gnu/lib -fstack-protector'
Characteristics of this binary (from libperl):
Compile-time options: HAS_TIMES PERLIO_LAYERS PERL_DONT_CREATE_GVSV
PERL_HASH_FUNC_ONE_AT_A_TIME_HARD PERL_MALLOC_WRAP
PERL_NEW_COPY_ON_WRITE PERL_PRESERVE_IVUV
PERL_USE_SAFE_PUTENV USE_LARGE_FILES USE_LOCALE
USE_LOCALE_COLLATE USE_LOCALE_CTYPE
USE_LOCALE_NUMERIC USE_PERLIO USE_PERL_ATOF
Locally applied patches:
Devel::PatchPerl 2.06
Built under solaris
Compiled at Jan 11 2021 13:59:48
%ENV:
PERL5LIB=""
PERL5OPT=""
PERL5_CPANPLUS_IS_RUNNING="4837"
PERL5_CPAN_IS_RUNNING="4837"
PERLBREW_HOME="/export/home/njh/.perlbrew"
PERLBREW_MANPATH="/export/home/njh/perl5/perlbrew/perls/perl-5.20.3/man"
PERLBREW_PATH="/export/home/njh/perl5/perlbrew/bin:/export/home/njh/perl5/perlbrew/perls/perl-5.20.3/bin"
PERLBREW_PERL="perl-5.20.3"
PERLBREW_ROOT="/export/home/njh/perl5/perlbrew"
PERLBREW_SHELLRC_VERSION="0.96"
PERLBREW_VERSION="0.96"
PERL_MM_USE_DEFAULT="1"
PERL_USE_UNSAFE_INC="1"
@INC:
/export/home/njh/perl5/perlbrew/perls/perl-5.20.3/lib/site_perl/5.20.3/i86pc-solaris
/export/home/njh/perl5/perlbrew/perls/perl-5.20.3/lib/site_perl/5.20.3
/export/home/njh/perl5/perlbrew/perls/perl-5.20.3/lib/5.20.3/i86pc-solaris
/export/home/njh/perl5/perlbrew/perls/perl-5.20.3/lib/5.20.3
.