Daemon-Control v0.001010 Perl 5 v5.18.0 aarch64-linux-thread-multi
- Status
- Fail
- From
- Nigel Horne
- Dist
-
Daemon-Control v0.001010
- Platform
- Perl 5 v5.18.0 aarch64-linux-thread-multi
- Date
- 2019-05-20 23:54:31
- ID
- 9c624a50-7b5a-11e9-b4c0-af65acded87c
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 symkat,
This is a computer-generated report for Daemon-Control-0.001010
on perl 5.18.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 '/usr/bin/make test':
PERL_DL_NONLAZY=1 "/home/njh/perl5/perlbrew/perls/perl-5.18.0/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'inc', 'blib/lib', 'blib/arch')" t/*.t
t/00_load.t ....................... ok
t/01_lsb_file.t ................... ok
t/01_lsb_file_with_init_code.t .... ok
t/01_lsb_file_with_init_config.t .. ok
# Failed test 'Daemon started.'
# at t/02_sleep_system.t line 32.
# 'My Daemon [31m[Duplicate Running][0m
# '
# doesn't match '(?^:\[Started\])'
# Failed test 'Daemon started.'
# at t/02_sleep_perl_array.t line 32.
# 'My Daemon [31m[Duplicate Running][0m
# '
# doesn't match '(?^:\[Started\])'
t/03_perl_gets_control.t .......... ok
t/04_show_warnings.t .............. ok
t/05_user_group.t ................. ok
# Test STDOUT and STDERR when we use plain strings as arguments
# Failed test 'Daemon started.'
# at t/06_stderr_stdout.t line 38.
# 'My Daemon [31m[Duplicate Running][0m
# '
# doesn't match '(?^:\[Started\])'
# Failed test 'Daemon is stopped.'
# at t/06_stderr_stdout.t line 44.
# 'My Daemon [32m[Running][0m
# '
# doesn't match '(?^:\[Not Running\])'
# Failed test 'STDOUT file contains expected data'
# at t/06_stderr_stdout.t line 49.
# ''
# doesn't match '(?^:STDOUT output success)'
# Failed test 'STDERR file contains expected data'
# at t/06_stderr_stdout.t line 55.
# got: ''
# expected: 'STDERR output success
# '
# Test STDOUT and STDERR when we use custom arrayrefs as arguments
# Failed test 'Daemon started.'
# at t/06_stderr_stdout.t line 71.
# 'My Daemon [31m[Duplicate Running][0m
# '
# doesn't match '(?^:\[Started\])'
# Failed test 'Daemon is stopped.'
# at t/06_stderr_stdout.t line 77.
# 'My Daemon [32m[Running][0m
# '
# doesn't match '(?^:\[Not Running\])'
# Failed test 'STDOUT file contains expected data'
# at t/06_stderr_stdout.t line 83.
# ''
# doesn't match '(?^:STDOUT output success)'
# Failed test 'STDERR file contains expected data'
# at t/06_stderr_stdout.t line 89.
# got: ''
# expected: 'STDERR output success
# '
# Failed test 'Daemon restarted.'
# at t/06_stderr_stdout.t line 96.
# 'My Daemon [31m[Duplicate Running][0m
# '
# doesn't match '(?^s:\[Started\])'
# Failed test 'Daemon is stopped.'
# at t/06_stderr_stdout.t line 102.
# 'My Daemon [32m[Running][0m
# '
# doesn't match '(?^:\[Not Running\])'
# Failed test 'STDOUT file contains expected data'
# at t/06_stderr_stdout.t line 107.
# ''
# doesn't match '(?^s:^STDOUT output success(?!.*STDOUT output success))'
# Failed test 'STDERR file contains expected data'
# at t/06_stderr_stdout.t line 114.
# ''
# doesn't match '(?^s:^STDERR output success(?!.*STDERR output success))'
# Looks like you failed 12 tests of 18.
t/06_stderr_stdout.t ..............
Dubious, test returned 12 (wstat 3072, 0xc00)
Failed 12/18 subtests
# Failed test 'Daemon started for restarting'
# at t/02_sleep_system.t line 43.
# 'My Daemon [31m[Duplicate Running][0m
# '
# doesn't match '(?^:\[Started\])'
# Failed test 'Daemon started for restarting.'
# at t/02_sleep_perl_array.t line 43.
# 'My Daemon [31m[Duplicate Running][0m
# '
# doesn't match '(?^:\[Started\])'
# Failed test 'Daemon restarted.'
# at t/02_sleep_system.t line 47.
# 'My Daemon [32m[Started][0m
# '
# doesn't match '(?^s:\[Stopped\].*\[Started\])'
# Failed test 'Daemon running after restart.'
# at t/02_sleep_system.t line 49.
# 'My Daemon [31m[Not Running][0m
# '
# doesn't match '(?^:\[Running\])'
# Failed test 'Daemon stopped after restart.'
# at t/02_sleep_system.t line 51.
# 'My Daemon [31m[Not Running][0m
# '
# doesn't match '(?^:\[Stopped\])'
# Looks like you failed 5 tests of 18.
t/02_sleep_system.t ...............
Dubious, test returned 5 (wstat 1280, 0x500)
Failed 5/18 subtests
# Failed test 'Daemon restarted.'
# at t/02_sleep_perl_array.t line 47.
# 'My Daemon [32m[Stopped][0m
# My Daemon [31m[Duplicate Running][0m
# '
# doesn't match '(?^s:\[Stopped\].*\[Started\])'
# Failed test 'Daemon stopped after restart.'
# at t/02_sleep_perl_array.t line 51.
# 'My Daemon [31m[Not Running][0m
# '
# doesn't match '(?^:\[Stopped\])'
# Looks like you failed 4 tests of 16.
t/02_sleep_perl_array.t ...........
Dubious, test returned 4 (wstat 1024, 0x400)
Failed 4/16 subtests
t/02_sleep_perl.t ................. ok
Test Summary Report
-------------------
t/06_stderr_stdout.t (Wstat: 3072 Tests: 18 Failed: 12)
Failed tests: 2, 4-6, 8, 10-12, 14, 16-18
Non-zero exit status: 12
t/02_sleep_system.t (Wstat: 1280 Tests: 18 Failed: 5)
Failed tests: 2, 10, 14, 16, 18
Non-zero exit status: 5
t/02_sleep_perl_array.t (Wstat: 1024 Tests: 16 Failed: 4)
Failed tests: 2, 8, 12, 16
Non-zero exit status: 4
Files=11, Tests=87, 13 wallclock secs ( 0.24 usr 0.08 sys + 6.36 cusr 1.03 csys = 7.71 CPU)
Result: FAIL
Failed 3/11 test programs. 21/87 subtests failed.
Makefile:779: recipe for target 'test_dynamic' failed
make: *** [test_dynamic] Error 255
------------------------------
PREREQUISITES
------------------------------
Prerequisite modules loaded:
requires:
Module Need Have
------------------- -------- --------
Cwd 0 3.75
File::Path 2.08 2.09
File::Spec 0 3.75
perl 5.008001 5.018000
POSIX 0 1.32
build_requires:
Module Need Have
------------------- -------- --------
ExtUtils::MakeMaker 6.59 7.30
File::Temp 0.14 0.23
Test::More 0.88 1.302136
configure_requires:
Module Need Have
------------------- -------- --------
ExtUtils::MakeMaker 6.59 7.30
------------------------------
ENVIRONMENT AND OTHER CONTEXT
------------------------------
Environment variables:
AUTOMATED_TESTING = 1
HARNESS_OPTIONS = j4
LANG = en_US.UTF-8
LANGUAGE = en_US.UTF-8
LC_ALL = en_US.UTF-8
PATH = /home/njh/perl5/perlbrew/bin:/home/njh/perl5/perlbrew/perls/perl-5.18.0/bin:/home/njh/src/njh/smoker/bin:/usr/bin:/bin
PERL5LIB =
PERL5OPT =
PERL5_CPANPLUS_IS_RUNNING = 9139
PERL5_CPAN_IS_RUNNING = 9139
PERLBREW_HOME = /home/njh/.perlbrew
PERLBREW_MANPATH = /home/njh/perl5/perlbrew/perls/perl-5.18.0/man
PERLBREW_PATH = /home/njh/perl5/perlbrew/bin:/home/njh/perl5/perlbrew/perls/perl-5.18.0/bin
PERLBREW_PERL = perl-5.18.0
PERLBREW_ROOT = /home/njh/perl5/perlbrew
PERLBREW_SHELLRC_VERSION = 0.83
PERLBREW_VERSION = 0.83
PERL_USE_UNSAFE_INC = 1
SHELL = /bin/bash
TMPDIR = /tmp/testwrapper.9127
Perl special variables (and OS-specific diagnostics, for MSWin32):
$^X = /home/njh/perl5/perlbrew/perls/perl-5.18.0/bin/perl
$UID/$EUID = 1000 / 1000
$GID = 1000 1000
$EGID = 1000 1000
Perl module toolchain versions installed:
Module Have
------------------- --------
CPAN 2.26
CPAN::Meta 2.143240
Cwd 3.75
ExtUtils::CBuilder 0.280210
ExtUtils::Command 7.30
ExtUtils::Install 2.06
ExtUtils::MakeMaker 7.30
ExtUtils::Manifest 1.70
ExtUtils::ParseXS 3.18
File::Spec 3.75
JSON 4.02
JSON::PP 2.94
Module::Build 0.4224
Module::Signature n/a
Parse::CPAN::Meta 1.4414
Test::Harness 3.39
Test::More 1.302136
YAML 1.27
YAML::Syck 1.31
version 0.9902
--
Summary of my perl5 (revision 5 version 18 subversion 0) configuration:
Platform:
osname=linux, osvers=4.9.23-std-1, archname=aarch64-linux-thread-multi
uname='linux scaleway 4.9.23-std-1 #1 smp mon apr 24 13:18:14 utc 2017 aarch64 gnulinux '
config_args='-de -Dprefix=/home/njh/perl5/perlbrew/perls/perl-5.18.0 -Duseithreads -Dusemultiplicity -Dusedevel -Accflags=-O2 -W -Wformat=2 -Wswitch -Wshadow -Wwrite-strings -Wuninitialized -Wall -pipe -fomit-frame-pointer -D_FORTIFY_SOURCE=2 -Wpointer-arith -Wstrict-prototypes -fstack-protector -Wstack-protector -Wextra -Wbad-function-cast -Wcast-align -Wcast-qual -Wdisabled-optimization -Wendif-labels -Wfloat-equal -Wformat-nonliteral -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wundef -Wformat-security -Aeval:scriptdir=/home/njh/perl5/perlbrew/perls/perl-5.18.0/bin'
hint=recommended, useposix=true, d_sigaction=define
useithreads=define, usemultiplicity=define
useperlio=define, d_sfio=undef, uselargefiles=define, usesocks=undef
use64bitint=define, use64bitall=define, uselongdouble=undef
usemymalloc=n, bincompat5005=undef
Compiler:
cc='cc', ccflags ='-D_REENTRANT -D_GNU_SOURCE -O2 -W -Wformat=2 -Wswitch -Wshadow -Wwrite-strings -Wuninitialized -Wall -pipe -fomit-frame-pointer -D_FORTIFY_SOURCE=2 -Wpointer-arith -Wstrict-prototypes -fstack-protector -Wstack-protector -Wextra -Wbad-function-cast -Wcast-align -Wcast-qual -Wdisabled-optimization -Wendif-labels -Wfloat-equal -Wformat-nonliteral -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wundef -Wformat-security -fno-strict-aliasing -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64',
optimize='-O2',
cppflags='-D_REENTRANT -D_GNU_SOURCE -O2 -W -Wformat=2 -Wswitch -Wshadow -Wwrite-strings -Wuninitialized -Wall -pipe -fomit-frame-pointer -D_FORTIFY_SOURCE=2 -Wpointer-arith -Wstrict-prototypes -fstack-protector -Wstack-protector -Wextra -Wbad-function-cast -Wcast-align -Wcast-qual -Wdisabled-optimization -Wendif-labels -Wfloat-equal -Wformat-nonliteral -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wundef -Wformat-security -fno-strict-aliasing -I/usr/local/include'
ccversion='', gccversion='4.9.2', 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 =' -fstack-protector -L/usr/local/lib'
libpth=/usr/local/lib /lib/aarch64-linux-gnu /lib/../lib /usr/lib/aarch64-linux-gnu /usr/lib/../lib /lib /usr/lib
libs=-lnsl -ldl -lm -lcrypt -lutil -lpthread -lc
perllibs=-lnsl -ldl -lm -lcrypt -lutil -lpthread -lc
libc=libc-2.19.so, so=so, useshrplib=false, libperl=libperl.a
gnulibc_version='2.19'
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'
Characteristics of this binary (from libperl):
Compile-time options: HAS_TIMES MULTIPLICITY PERLIO_LAYERS
PERL_DONT_CREATE_GVSV
PERL_HASH_FUNC_ONE_AT_A_TIME_HARD
PERL_IMPLICIT_CONTEXT PERL_MALLOC_WRAP
PERL_PRESERVE_IVUV PERL_SAWAMPERSAND PERL_USE_DEVEL
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_PERLIO
USE_PERL_ATOF USE_REENTRANT_API
Locally applied patches:
Devel::PatchPerl 1.48
Built under linux
Compiled at Jun 23 2017 05:13:19
%ENV:
PERL5LIB=""
PERL5OPT=""
PERL5_CPANPLUS_IS_RUNNING="9139"
PERL5_CPAN_IS_RUNNING="9139"
PERLBREW_HOME="/home/njh/.perlbrew"
PERLBREW_MANPATH="/home/njh/perl5/perlbrew/perls/perl-5.18.0/man"
PERLBREW_PATH="/home/njh/perl5/perlbrew/bin:/home/njh/perl5/perlbrew/perls/perl-5.18.0/bin"
PERLBREW_PERL="perl-5.18.0"
PERLBREW_ROOT="/home/njh/perl5/perlbrew"
PERLBREW_SHELLRC_VERSION="0.83"
PERLBREW_VERSION="0.83"
PERL_USE_UNSAFE_INC="1"
@INC:
/home/njh/perl5/perlbrew/perls/perl-5.18.0/lib/site_perl/5.18.0/aarch64-linux-thread-multi
/home/njh/perl5/perlbrew/perls/perl-5.18.0/lib/site_perl/5.18.0
/home/njh/perl5/perlbrew/perls/perl-5.18.0/lib/5.18.0/aarch64-linux-thread-multi
/home/njh/perl5/perlbrew/perls/perl-5.18.0/lib/5.18.0
.