Test-mysqld v1.0030 Perl 5 v5.41.6 x86_64-linux
- Status
- Fail
- From
- Slaven Rezić
- Dist
-
Test-mysqld v1.0030
- Platform
- Perl 5 v5.41.6 x86_64-linux
- Date
- 2024-11-30 07:49:33
- ID
- a38c7b4c-aeef-11ef-9a73-120d6e8775ea
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 Masayuki Matsuki,
This is a computer-generated report for Test-mysqld-1.0030
on perl 5.41.6, 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:
none provided
------------------------------
PROGRAM OUTPUT
------------------------------
Output from './Build test':
# Failed test 'use Test::mysqld;'
# at t/00-base.t line 7.
# Tried to use 'Test::mysqld'.
# Error: DBD::mysql or DBD::MariaDB is required to use Test::mysqld at /home/e/eserte/.cpan/build/2024113008/Test-mysqld-1.0030-1/blib/lib/Test/mysqld.pm line 25.
# Compilation failed in require at t/00-base.t line 7.
# BEGIN failed--compilation aborted at t/00-base.t line 7.
# Looks like you failed 1 test of 1.
t/00-base.t ............
Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/1 subtests
DBD::mysql or DBD::MariaDB is required to use Test::mysqld at /home/e/eserte/.cpan/build/2024113008/Test-mysqld-1.0030-1/blib/lib/Test/mysqld.pm line 25.
Compilation failed in require at t/01-raii.t line 6.
BEGIN failed--compilation aborted at t/01-raii.t line 6.
t/01-raii.t ............
Dubious, test returned 2 (wstat 512, 0x200)
No subtests run
DBD::mysql or DBD::MariaDB is required to use Test::mysqld at /home/e/eserte/.cpan/build/2024113008/Test-mysqld-1.0030-1/blib/lib/Test/mysqld.pm line 25.
Compilation failed in require at t/02-multi.t line 6.
BEGIN failed--compilation aborted at t/02-multi.t line 6.
t/02-multi.t ...........
Dubious, test returned 2 (wstat 512, 0x200)
No subtests run
DBD::mysql or DBD::MariaDB is required to use Test::mysqld at /home/e/eserte/.cpan/build/2024113008/Test-mysqld-1.0030-1/blib/lib/Test/mysqld.pm line 25.
Compilation failed in require at t/03-not-found.t line 5.
BEGIN failed--compilation aborted at t/03-not-found.t line 5.
t/03-not-found.t .......
Dubious, test returned 2 (wstat 512, 0x200)
No subtests run
DBD::mysql or DBD::MariaDB is required to use Test::mysqld at /home/e/eserte/.cpan/build/2024113008/Test-mysqld-1.0030-1/blib/lib/Test/mysqld.pm line 25.
Compilation failed in require at t/04-multiprocess.t line 6.
BEGIN failed--compilation aborted at t/04-multiprocess.t line 6.
t/04-multiprocess.t ....
Dubious, test returned 2 (wstat 512, 0x200)
No subtests run
DBD::mysql or DBD::MariaDB is required to use Test::mysqld at /home/e/eserte/.cpan/build/2024113008/Test-mysqld-1.0030-1/blib/lib/Test/mysqld.pm line 25.
Compilation failed in require at t/05-copy-data-from.t line 6.
BEGIN failed--compilation aborted at t/05-copy-data-from.t line 6.
t/05-copy-data-from.t ..
Dubious, test returned 2 (wstat 512, 0x200)
No subtests run
DBD::mysql or DBD::MariaDB is required to use Test::mysqld at /home/e/eserte/.cpan/build/2024113008/Test-mysqld-1.0030-1/blib/lib/Test/mysqld.pm line 25.
Compilation failed in require at t/06-start-mysqlds.t line 6.
BEGIN failed--compilation aborted at t/06-start-mysqlds.t line 6.
t/06-start-mysqlds.t ...
Dubious, test returned 2 (wstat 512, 0x200)
No subtests run
Test Summary Report
-------------------
t/00-base.t (Wstat: 256 (exited 1) Tests: 1 Failed: 1)
Failed test: 1
Non-zero exit status: 1
t/01-raii.t (Wstat: 512 (exited 2) Tests: 0 Failed: 0)
Non-zero exit status: 2
Parse errors: No plan found in TAP output
t/02-multi.t (Wstat: 512 (exited 2) Tests: 0 Failed: 0)
Non-zero exit status: 2
Parse errors: No plan found in TAP output
t/03-not-found.t (Wstat: 512 (exited 2) Tests: 0 Failed: 0)
Non-zero exit status: 2
Parse errors: No plan found in TAP output
t/04-multiprocess.t (Wstat: 512 (exited 2) Tests: 0 Failed: 0)
Non-zero exit status: 2
Parse errors: No plan found in TAP output
t/05-copy-data-from.t (Wstat: 512 (exited 2) Tests: 0 Failed: 0)
Non-zero exit status: 2
Parse errors: No plan found in TAP output
t/06-start-mysqlds.t (Wstat: 512 (exited 2) Tests: 0 Failed: 0)
Non-zero exit status: 2
Parse errors: No plan found in TAP output
Files=7, Tests=1, 1 wallclock secs ( 0.02 usr 0.01 sys + 0.41 cusr 0.05 csys = 0.49 CPU)
Result: FAIL
------------------------------
PREREQUISITES
------------------------------
Prerequisite modules loaded:
requires:
Module Need Have
--------------------- -------- --------
Class::Accessor::Lite 0 0.08
DBI 0 1.645
File::Copy::Recursive 0 0.45
File::Temp 0 0.2311
perl 5.008001 5.041006
build_requires:
Module Need Have
--------------------- -------- --------
Test::More 0 1.302204
Test::SharedFork 0 0.35
configure_requires:
Module Need Have
--------------------- -------- --------
Module::Build::Tiny 0.035 0.051
------------------------------
ENVIRONMENT AND OTHER CONTEXT
------------------------------
Environment variables:
LANG = en_US.UTF-8
PATH = /usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/usr/sbin:/sbin:/home/e/eserte/bin/linux-gnu:/home/e/eserte/bin/sh:/home/e/eserte/bin:/home/e/eserte/bin/pistachio-perl/bin:/usr/games:/home/e/eserte/devel:/home/e/eserte/work2/fzf/bin:/home/e/eserte/src/srezic-misc/scripts
PERL5LIB =
PERL5OPT =
PERL5_CPANPLUS_IS_RUNNING = 18885
PERL5_CPAN_IS_RUNNING = 18885
PERL5_CPAN_IS_RUNNING_IN_RECURSION = 18502,18885
PERLDOC = -MPod::Perldoc::ToTextOverstrike
PERL_BATCH = yes
PERL_CANARY_STABILITY_NOPROMPT = 1
PERL_CPAN_REPORTER_CONFIG = /var/tmp/cpansmoker-1000/2024113008/cpanreporter_001_config.ini
PERL_EXTUTILS_AUTOINSTALL = --defaultdeps
PERL_USE_UNSAFE_INC = 1
SHELL = /bin/zsh
STDPERL = perl
TERM = xterm
TMPDIR = /var/tmp/cpansmoker-1000/2024113008
Perl special variables (and OS-specific diagnostics, for MSWin32):
$^X = /opt/perl-5.41.6/bin/perl5.41.6
$UID/$EUID = 1000 / 1000
$GID = 1000 4 24 25 27 29 30 33 44 46 108 111 115 128 134 1000 1024
$EGID = 1000 4 24 25 27 29 30 33 44 46 108 111 115 128 134 1000 1024
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 n/a
Parse::CPAN::Meta 2.150010
Test2 1.302204
Test::Harness 3.50
Test::More 1.302204
YAML 1.31
YAML::Syck 1.34
version 0.9933
--
Summary of my perl5 (revision 5 version 41 subversion 6) configuration:
Platform:
osname=linux
osvers=4.9.0-19-amd64
archname=x86_64-linux
uname='linux cabulja 4.9.0-19-amd64 #1 smp debian 4.9.320-2 (2022-06-30) x86_64 gnulinux '
config_args='-ds -e -Dprefix=/opt/perl-5.41.6 -Uinstallusrbinperl -Dusedevel -Dusemallocwrap=no -Dcf_email=srezic@cpan.org'
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 ='-fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2'
optimize='-O2'
cppflags='-fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include'
ccversion=''
gccversion='6.3.0 20170516'
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/local/lib /usr/lib/x86_64-linux-gnu /usr/lib /lib/x86_64-linux-gnu /lib
libs=-lpthread -lgdbm -ldb -ldl -lm -lcrypt -lutil -lc -lgdbm_compat
perllibs=-lpthread -ldl -lm -lcrypt -lutil -lc
libc=libc-2.24.so
so=so
useshrplib=false
libperl=libperl.a
gnulibc_version='2.24'
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_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 Nov 23 2024 12:19:07
%ENV:
PERL5LIB=""
PERL5OPT=""
PERL5_CPANPLUS_IS_RUNNING="18885"
PERL5_CPAN_IS_RUNNING="18885"
PERL5_CPAN_IS_RUNNING_IN_RECURSION="18502,18885"
PERLDOC="-MPod::Perldoc::ToTextOverstrike"
PERL_BATCH="yes"
PERL_CANARY_STABILITY_NOPROMPT="1"
PERL_CPAN_REPORTER_CONFIG="/var/tmp/cpansmoker-1000/2024113008/cpanreporter_001_config.ini"
PERL_EXTUTILS_AUTOINSTALL="--defaultdeps"
PERL_USE_UNSAFE_INC="1"
@INC:
/opt/perl-5.41.6/lib/site_perl/5.41.6/x86_64-linux
/opt/perl-5.41.6/lib/site_perl/5.41.6
/opt/perl-5.41.6/lib/5.41.6/x86_64-linux
/opt/perl-5.41.6/lib/5.41.6
.