Forks-Queue v0.15 Perl 5 v5.20.2 armv7l-linux
- Status
- Fail
- From
- Nigel Horne
- Dist
-
Forks-Queue v0.15
- Platform
- Perl 5 v5.20.2 armv7l-linux
- Date
- 2020-12-28 04:40:31
- ID
- d0fa656e-48c6-11eb-b9db-b6c7a8faccfa
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 Marty O'Brien,
This is a computer-generated report for Forks-Queue-0.15
on perl 5.20.2, 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/smoker/perl5/perlbrew/perls/perl-5.20.2-ld/bin/perl5.20.2" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/[0-9]*.t
# Forks::Queue test on linux 5.020002
# Forks::Queue 0.15
# Dir::Flock 0.08_01
t/00-load.t ............. ok
# >>> Expect 'put call after end call' warning
Forks::Queue: put call from process 15050 after end call from process 15050! at t/exercises.tt line 74.
t/01-fifo-shmem.t ....... ok
# >>> Expect 'put call after end call' warning
Forks::Queue: put call from process 15049 after end call from process 15049! at t/exercises.tt line 74.
t/01-fifo-file.t ........ ok
# >>> Expect 'put call after end call' warning
Forks::Queue: put call from process 15053 after end call from process 15053! at t/exercises.tt line 206.
t/02-lifo-shmem.t ....... ok
# >>> Expect 'put call after end call' warning
Forks::Queue: put call from process 15052 after end call from process 15052! at t/exercises.tt line 206.
t/02-lifo-file.t ........ ok
# Using '/dev/shm' for queue file.
# Using '/tmp' for queue file
# >>> Expect 'put call after end call' warning
Forks::Queue: put call from process 15051 after end call from process 15051 at t/exercises.tt line 74.
# >>> Expect 'put call after end call' warning
Forks::Queue: put call from process 15055 after end call from process 15055 at t/exercises.tt line 206.
t/01-fifo-sqlite.t ...... ok
t/02-lifo-sqlite.t ...... ok
t/03-forks-shmem.t ...... ok
# put time=8.28830099105835s
t/04-blocking-file.t .... ok
# put time=5.02497100830078s
t/04-blocking-shmem.t ... ok
t/03-forks-file.t ....... ok
# >>> Expect 'buffer is full' warning
Forks::Queue: queue buffer is full and 1 items were not added at t/exercises.tt line 249.
# >>> Expect 'buffer is full' warning
Forks::Queue: queue buffer is full and 2 items were not added at t/exercises.tt line 256.
# >>> Expect 'buffer is full' warning
Forks::Queue: queue buffer is full and 1 items were not added at t/exercises.tt line 249.
# >>> Expect 'buffer is full' warning
Forks::Queue: queue buffer is full and 2 items were not added at t/exercises.tt line 256.
# exercise_forks: Taking too long for queue to become availabile
t/05-limits-file.t ...... ok
t/05-limits-shmem.t ..... ok
Forks::Queue: end() called from 15069, previously called from 15067 at t/exercises.tt line 101.
# Failed test 'forks: simultaneous queue access from 3 procs not too slow (29.512228012085 s)'
# at t/exercises.tt line 125.
# put time=11.381854057312s
t/06-peek-file.t ........ ok
t/06-peek-shmem.t ....... ok
# >>> Expect 'buffer is full' warning
Forks::Queue: queue buffer is full and 1 items were not added at t/exercises.tt line 249.
# >>> Expect 'buffer is full' warning
Forks::Queue: queue buffer is full and 2 items were not added at t/exercises.tt line 256.
t/04-blocking-sqlite.t .. ok
# waiting on /tmp/q7f-15102 (1)
# >>> Expect 'file already exists' warning:
Forks::Queue: Queue file /tmp/q7f-15102 already exists. Expect trouble if another process created this file. at t/exercises.tt line 443.
t/06-peek-sqlite.t ...... ok
# t/07-join-shmem.t: temp dir is /dev/shm
# waiting on /dev/shm/q7m-15107 (1)
# >>> Expect 'file already exists' warning:
Forks::Queue: Queue file /dev/shm/q7m-15107 already exists. Expect trouble if another process created this file. at t/exercises.tt line 443.
# exercise_forks: Taking too long for queue to become availabile
Took too long for queue to become available at t/exercises.tt line 121.
# Tests were run but no plan was declared and done_testing() was not seen.
# Looks like your test exited with 2 just after 41.
t/03-forks-sqlite.t .....
Dubious, test returned 2 (wstat 512, 0x200)
Failed 1/41 subtests
# Process 15104 no longer using original queue in /tmp/q7f-15102
# child 15110 [persist=>1] created new queue
# Process 15108 no longer using original queue in /dev/shm/q7m-15107
# child 15109 [persist=>1] created new queue
# waiting on /tmp/q7s-15112 (1)
# >>> Expect 'file already exists' warning:
Forks::Queue: sqlite db file /tmp/q7s-15112 already exists! at t/exercises.tt line 443.
# Process 15114 no longer using original queue in /tmp/q7s-15112
DBD::SQLite::st execute failed: disk I/O error at /tmp/build/Forks-Queue-0.15-0/blib/lib/Forks/Queue/SQLite.pm line 252.
# child 15109 [persist=>1] exiting
t/07-join-shmem.t ....... ok
# child 15110 [persist=>1] exiting
t/07-join-file.t ........ ok
t/10-eol.t .............. ok
# Using '/tmp' for queue file
# child 15127 [persist=>1] created new queue
t/11-clear.t ............ ok
t/05-limits-sqlite.t .... ok
t/12-list.t ............. ok
# child 15127 [persist=>1] exiting
t/13-extract.t .......... ok
t/07-join-sqlite.t ...... ok
#
# >>> Expect 'buffer is full' warning
#
# >>> Expect 'buffer is full' warning
#
# >>> Expect 'buffer is full' warning
#
# >>> Expect 'buffer is full' warning
t/14-extract-lifo.t ..... ok
# Failed test 'forks: 30 items on queue'
# at t/exercises.tt line 130.
# 29
# Failed test 'forks: get(30) retrieved 30 items from queue'
# at t/exercises.tt line 133.
# 0 []
# Failed test 'forks: all expected items removed from queue'
# at t/exercises.tt line 148.
# Looks like you failed 3 tests of 76.
t/08-dflock-file.t ......
Dubious, test returned 3 (wstat 768, 0x300)
Failed 3/76 subtests
# >>> Expect 'buffer is full' warning
Forks::Queue: queue buffer is full and 10 items were not added at t/17-limit.t line 17.
#
# >>> Expect 'buffer is full' warning
Forks::Queue: queue buffer is full and 2 items were not inserted at t/15-insert.t line 39.
#
# >>> Expect 'buffer is full' warning
Forks::Queue: queue buffer is full and 2 items were not inserted at t/16-insert-lifo.t line 39.
t/15-insert.t ........... ok
t/16-insert-lifo.t ...... ok
t/20-threads.t .......... ok
t/21-threads-basic.t .... skipped: Perl not compiled with 'useithreads'
t/23-threads-peek.t ..... skipped: Perl not compiled with 'useithreads'
t/25-threads-extract.t .. skipped: Perl not compiled with 'useithreads'
t/26-threads-insert.t ... skipped: Perl not compiled with 'useithreads'
t/29-threads-ended.t .... skipped: Perl not compiled with 'useithreads'
t/30-threads-timed.t .... skipped: Perl not compiled with 'useithreads'
t/31-threads-limit.t .... skipped: Perl not compiled with 'useithreads'
#
# >>> Expect 'buffer is full' warning
Forks::Queue: queue buffer is full and 3 items were not added at t/17-limit.t line 52.
# >>> Expect 'buffer is full' warning
Forks::Queue: queue buffer is full and 34 items were not added at t/17-limit.t line 65.
t/24-threads-errs.t ..... ok
# >>> Expect 'buffer is full' warning
Forks::Queue: queue buffer is full and 10 items were not added at t/17-limit.t line 17.
#
# >>> Expect 'buffer is full' warning
Forks::Queue: queue buffer is full and 3 items were not added at t/17-limit.t line 52.
# >>> Expect 'buffer is full' warning
Forks::Queue: queue buffer is full and 34 items were not added at t/17-limit.t line 65.
# >>> Expect 'buffer is full' warning
Forks::Queue: queue buffer is full and 10 items were not added at t/17-limit.t line 17.
# Failed test 'timed: ... after about 3 seconds'
# at t/18-timed.t line 103.
# 4.85596489906311sec
# Failed test 'get_timed waited ~1s'
# at t/18-timed.t line 50.
# elapsed=40.1925821304321
# Failed test 'get_timed with long timeout on empty queue'
# at t/18-timed.t line 53.
#
# >>> Expect 'buffer is full' warning
Forks::Queue: queue buffer is full and 3 items were not added at t/17-limit.t line 52.
# >>> Expect 'buffer is full' warning
Forks::Queue: queue buffer is full and 34 items were not added at t/17-limit.t line 65.
t/17-limit.t ............ ok
# Looks like you failed 3 tests of 57.
t/18-timed.t ............
Dubious, test returned 3 (wstat 768, 0x300)
Failed 3/57 subtests
Test Summary Report
-------------------
t/03-forks-sqlite.t (Wstat: 512 Tests: 41 Failed: 1)
Failed test: 6
Non-zero exit status: 2
Parse errors: No plan found in TAP output
t/08-dflock-file.t (Wstat: 768 Tests: 76 Failed: 3)
Failed tests: 43-44, 74
Non-zero exit status: 3
t/18-timed.t (Wstat: 768 Tests: 57 Failed: 3)
Failed tests: 18, 23-24
Non-zero exit status: 3
Files=41, Tests=1078, 212 wallclock secs ( 0.70 usr 0.22 sys + 19.05 cusr 6.82 csys = 26.79 CPU)
Result: FAIL
Failed 3/41 test programs. 7/1078 subtests failed.
make: *** [Makefile:869: test_dynamic] Error 3
------------------------------
PREREQUISITES
------------------------------
Prerequisite modules loaded:
requires:
Module Need Have
------------------- ---- ------
File::Temp 0 0.2304
JSON 2.0 4.02
Time::HiRes 0 1.9726
build_requires:
Module Need Have
------------------- ---- ------
ExtUtils::MakeMaker 0 7.44
configure_requires:
Module Need Have
------------------- ---- ------
ExtUtils::MakeMaker 0 7.44
------------------------------
ENVIRONMENT AND OTHER CONTEXT
------------------------------
Environment variables:
AUTOMATED_TESTING = 1
HARNESS_OPTIONS = j4
NONINTERACTIVE_TESTING = 1
PATH = /home/smoker/perl5/perlbrew/bin:/home/smoker/perl5/perlbrew/perls/perl-5.20.2-ld/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
PERL5LIB =
PERL5OPT =
PERL5_CPANPLUS_IS_RUNNING = 14958
PERL5_CPAN_IS_RUNNING = 14958
PERLBREW_HOME = /home/smoker/.perlbrew
PERLBREW_MANPATH = /home/smoker/perl5/perlbrew/perls/perl-5.20.2-ld/man
PERLBREW_PATH = /home/smoker/perl5/perlbrew/bin:/home/smoker/perl5/perlbrew/perls/perl-5.20.2-ld/bin
PERLBREW_PERL = perl-5.20.2-ld
PERLBREW_ROOT = /home/smoker/perl5/perlbrew
PERLBREW_SHELLRC_VERSION = 0.88
PERLBREW_VERSION = 0.88
PERL_MM_USE_DEFAULT = 1
PERL_USE_UNSAFE_INC = 1
SHELL = /bin/bash
TERM = xterm
TMPDIR = /tmp/testwrapper.14947
Perl special variables (and OS-specific diagnostics, for MSWin32):
$^X = /home/smoker/perl5/perlbrew/perls/perl-5.20.2-ld/bin/perl5.20.2
$UID/$EUID = 1000 / 1000
$GID = 1000
$EGID = 1000
Perl module toolchain versions installed:
Module Have
------------------- --------
CPAN 2.27
CPAN::Meta 2.150010
Cwd 3.75
ExtUtils::CBuilder 0.280217
ExtUtils::Command 7.44
ExtUtils::Install 2.06
ExtUtils::MakeMaker 7.44
ExtUtils::Manifest 1.70
ExtUtils::ParseXS 3.24
File::Spec 3.75
JSON 4.02
JSON::PP 4.04
Module::Build 0.4231
Module::Signature n/a
Parse::CPAN::Meta 2.150010
Test::Harness 3.42
Test::More 1.302171
YAML 1.30
YAML::Syck 1.32
version 0.9909
--
Summary of my perl5 (revision 5 version 20 subversion 2) configuration:
Platform:
osname=linux, osvers=4.19.75-v7l+, archname=armv7l-linux
uname='linux 2c1d99e927e1 4.19.75-v7l+ #1270 smp tue sep 24 18:51:41 bst 2019 armv7l gnulinux '
config_args='-de -Dprefix=/home/smoker/perl5/perlbrew/perls/perl-5.20.2-ld -Dusedevel -Duselongdouble -Accflags=-O2 -pipe -Wall -Wextra -mtune=native -march=native -Aeval:scriptdir=/home/smoker/perl5/perlbrew/perls/perl-5.20.2-ld/bin'
hint=recommended, useposix=true, d_sigaction=define
useithreads=undef, usemultiplicity=undef
use64bitint=undef, use64bitall=undef, uselongdouble=define
usemymalloc=n, bincompat5005=undef
Compiler:
cc='cc', ccflags ='-O2 -pipe -Wall -Wextra -mtune=native -march=native -fwrapv -fno-strict-aliasing -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64',
optimize='-O2',
cppflags='-O2 -pipe -Wall -Wextra -mtune=native -march=native -fwrapv -fno-strict-aliasing -fstack-protector -I/usr/local/include'
ccversion='', gccversion='8.3.0', gccosandvers=''
intsize=4, longsize=4, ptrsize=4, doublesize=8, byteorder=1234
d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=8
ivtype='long', ivsize=4, nvtype='long 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 /usr/lib/gcc/arm-linux-gnueabihf/8/include-fixed /usr/include/arm-linux-gnueabihf /usr/lib /lib/arm-linux-gnueabihf /lib /usr/lib/arm-linux-gnueabihf
libs=-lnsl -ldl -lm -lcrypt -lutil -lc
perllibs=-lnsl -ldl -lm -lcrypt -lutil -lc
libc=libc-2.28.so, so=so, useshrplib=false, libperl=libperl.a
gnulibc_version='2.28'
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 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_DEVEL USE_LARGE_FILES USE_LOCALE
USE_LOCALE_COLLATE USE_LOCALE_CTYPE
USE_LOCALE_NUMERIC USE_PERLIO USE_PERL_ATOF
Locally applied patches:
Devel::PatchPerl 1.84
Built under linux
Compiled at Feb 2 2020 18:06:26
%ENV:
PERL5LIB=""
PERL5OPT=""
PERL5_CPANPLUS_IS_RUNNING="14958"
PERL5_CPAN_IS_RUNNING="14958"
PERLBREW_HOME="/home/smoker/.perlbrew"
PERLBREW_MANPATH="/home/smoker/perl5/perlbrew/perls/perl-5.20.2-ld/man"
PERLBREW_PATH="/home/smoker/perl5/perlbrew/bin:/home/smoker/perl5/perlbrew/perls/perl-5.20.2-ld/bin"
PERLBREW_PERL="perl-5.20.2-ld"
PERLBREW_ROOT="/home/smoker/perl5/perlbrew"
PERLBREW_SHELLRC_VERSION="0.88"
PERLBREW_VERSION="0.88"
PERL_MM_USE_DEFAULT="1"
PERL_USE_UNSAFE_INC="1"
@INC:
/home/smoker/perl5/perlbrew/perls/perl-5.20.2-ld/lib/site_perl/5.20.2/armv7l-linux
/home/smoker/perl5/perlbrew/perls/perl-5.20.2-ld/lib/site_perl/5.20.2
/home/smoker/perl5/perlbrew/perls/perl-5.20.2-ld/lib/5.20.2/armv7l-linux
/home/smoker/perl5/perlbrew/perls/perl-5.20.2-ld/lib/5.20.2
.