Forks-Queue v0.14 Perl 5 v5.31.5 x86_64-linux
- Status
- Pass
- From
- Nigel Horne
- Dist
-
Forks-Queue v0.14
- Platform
- Perl 5 v5.31.5 x86_64-linux
- Date
- 2019-11-25 23:39:17
- ID
- cbd9b040-0fdc-11ea-80e7-b93663a9c918
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.14
on perl 5.31.5, 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:
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.31.5/bin/perl5.31.5" "-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.031005
t/00-load.t ............. ok
Forks::Queue: put call from process 20790 after end call from process 20790! at t/exercises.tt line 73.
t/01-fifo-file.t ........ ok
Forks::Queue: put call from process 20792 after end call from process 20792! at t/exercises.tt line 73.
t/01-fifo-shmem.t ....... ok
Forks::Queue: put call from process 20794 after end call from process 20794! at t/exercises.tt line 203.
t/02-lifo-file.t ........ ok
Forks::Queue: put call from process 20797 after end call from process 20797! at t/exercises.tt line 203.
t/02-lifo-shmem.t ....... ok
Forks::Queue: put call from process 20793 after end call from process 20793 at t/exercises.tt line 73.
Forks::Queue: put call from process 20798 after end call from process 20798 at t/exercises.tt line 203.
t/01-fifo-sqlite.t ...... ok
# Using '/tmp' for queue file
t/02-lifo-sqlite.t ...... ok
# Using '/dev/shm' for queue file.
t/03-forks-file.t ....... ok
t/03-forks-shmem.t ...... ok
# put time=5.01713681221008s
t/04-blocking-file.t .... ok
# put time=5.01516485214233s
t/04-blocking-shmem.t ... ok
t/03-forks-sqlite.t ..... ok
Forks::Queue: queue buffer is full and 1 items were not added at t/exercises.tt line 245.
Forks::Queue: queue buffer is full and 2 items were not added at t/exercises.tt line 251.
# put time=5.55073809623718s
t/04-blocking-sqlite.t .. ok
Forks::Queue: queue buffer is full and 1 items were not added at t/exercises.tt line 245.
Forks::Queue: queue buffer is full and 2 items were not added at t/exercises.tt line 251.
t/05-limits-file.t ...... ok
Forks::Queue: queue buffer is full and 1 items were not added at t/exercises.tt line 245.
Forks::Queue: queue buffer is full and 2 items were not added at t/exercises.tt line 251.
t/05-limits-shmem.t ..... ok
t/06-peek-file.t ........ ok
t/06-peek-shmem.t ....... ok
t/06-peek-sqlite.t ...... ok
Forks::Queue: Queue file /tmp/q7f-20843 already exists. Expect trouble if another process created this file. at t/exercises.tt line 432.
t/07-join-file.t ........ ok
# t/07-join-shmem.t: temp dir is /dev/shm
Forks::Queue: Queue file /dev/shm/q7m-20851 already exists. Expect trouble if another process created this file. at t/exercises.tt line 432.
t/05-limits-sqlite.t .... ok
t/07-join-shmem.t ....... ok
# Using '/tmp' for queue file
Forks::Queue: sqlite db file /tmp/q7s-20854 already exists! at t/exercises.tt line 432.
DBD::SQLite::db do failed: table the_queue already exists at /tmp/build/Forks-Queue-0.14-0/blib/lib/Forks/Queue/SQLite.pm line 95.
Forks::Queue::SQLite: error creating init table at t/exercises.tt line 432.
Forks::Queue::SQLite: db initialization failed at t/exercises.tt line 432.
t/07-join-sqlite.t ...... ok
t/10-eol.t .............. ok
t/11-clear.t ............ ok
t/08-dflock-file.t ...... ok
t/13-extract.t .......... ok
t/12-list.t ............. ok
Forks::Queue: queue buffer is full and 2 items were not inserted at t/15-insert.t line 38.
t/15-insert.t ........... ok
t/14-extract-lifo.t ..... ok
Forks::Queue: queue buffer is full and 10 items were not added at t/17-limit.t line 16.
Forks::Queue: queue buffer is full and 2 items were not inserted at t/16-insert-lifo.t line 38.
t/16-insert-lifo.t ...... ok
Forks::Queue: queue buffer is full and 3 items were not added at t/17-limit.t line 50.
Forks::Queue: queue buffer is full and 34 items were not added at t/17-limit.t line 62.
Forks::Queue: queue buffer is full and 10 items were not added at t/17-limit.t line 16.
Forks::Queue: queue buffer is full and 3 items were not added at t/17-limit.t line 50.
Forks::Queue: queue buffer is full and 34 items were not added at t/17-limit.t line 62.
Forks::Queue: queue buffer is full and 10 items were not added at t/17-limit.t line 16.
Forks::Queue: queue buffer is full and 3 items were not added at t/17-limit.t line 50.
Forks::Queue: queue buffer is full and 34 items were not added at t/17-limit.t line 62.
t/17-limit.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/24-threads-errs.t ..... ok
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'
t/18-timed.t ............ ok
All tests successful.
Files=41, Tests=1112, 140 wallclock secs ( 0.27 usr 0.07 sys + 13.42 cusr 4.11 csys = 17.87 CPU)
Result: PASS
------------------------------
PREREQUISITES
------------------------------
Prerequisite modules loaded:
requires:
Module Need Have
------------------- ---- ------
File::Temp 0 0.2309
JSON 2.0 4.02
Time::HiRes 0 1.9764
build_requires:
Module Need Have
------------------- ---- ------
ExtUtils::MakeMaker 0 7.38
configure_requires:
Module Need Have
------------------- ---- ------
ExtUtils::MakeMaker 0 7.38
------------------------------
ENVIRONMENT AND OTHER CONTEXT
------------------------------
Environment variables:
AUTOMATED_TESTING = 1
HARNESS_OPTIONS = j2
NONINTERACTIVE_TESTING = 1
PATH = /home/smoker/perl5/perlbrew/bin:/home/smoker/perl5/perlbrew/perls/perl-5.31.5/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
PERL5LIB = /tmp/build/Config-Eggdrop-Userfile-0.01-0/blib/arch:/tmp/build/Config-Eggdrop-Userfile-0.01-0/blib/lib
PERL5OPT =
PERL5_CPANPLUS_IS_RUNNING = 20610
PERL5_CPAN_IS_RUNNING = 20610
PERLBREW_HOME = /home/smoker/.perlbrew
PERLBREW_MANPATH = /home/smoker/perl5/perlbrew/perls/perl-5.31.5/man
PERLBREW_PATH = /home/smoker/perl5/perlbrew/bin:/home/smoker/perl5/perlbrew/perls/perl-5.31.5/bin
PERLBREW_PERL = perl-5.31.5
PERLBREW_ROOT = /home/smoker/perl5/perlbrew
PERLBREW_SHELLRC_VERSION = 0.87
PERLBREW_VERSION = 0.87
PERL_MM_USE_DEFAULT = 1
PERL_USE_UNSAFE_INC = 1
SHELL = /bin/bash
TERM = xterm
TMPDIR = /tmp/testwrapper.20598
Perl special variables (and OS-specific diagnostics, for MSWin32):
$^X = /home/smoker/perl5/perlbrew/perls/perl-5.31.5/bin/perl5.31.5
$UID/$EUID = 1000 / 1000
$GID = 1000
$EGID = 1000
Perl module toolchain versions installed:
Module Have
------------------- --------
CPAN 2.27
CPAN::Meta 2.150010
Cwd 3.78
ExtUtils::CBuilder 0.280233
ExtUtils::Command 7.38
ExtUtils::Install 2.14
ExtUtils::MakeMaker 7.38
ExtUtils::Manifest 1.72
ExtUtils::ParseXS 3.40
File::Spec 3.78
JSON 4.02
JSON::PP 4.04
Module::Build 0.4229
Module::Signature n/a
Parse::CPAN::Meta 2.150010
Test::Harness 3.42
Test::More 1.302168
YAML 1.29
YAML::Syck 1.31
version 0.9924
--
Summary of my perl5 (revision 5 version 31 subversion 5) configuration:
Platform:
osname=linux
osvers=4.16.0-2-amd64
archname=x86_64-linux
uname='linux 2445d7735a1b 4.16.0-2-amd64 #1 smp debian 4.16.16-2 (2018-06-22) x86_64 gnulinux '
config_args='-de -Dprefix=/home/smoker/perl5/perlbrew/perls/perl-5.31.5 -Dusedevel -Dusedevel -Accflags=-O2 -pipe -Wall -Wextra -mtune=native -march=native -Aeval:scriptdir=/home/smoker/perl5/perlbrew/perls/perl-5.31.5/bin'
hint=recommended
useposix=true
d_sigaction=define
useithreads=undef
usemultiplicity=undef
use64bitint=define
use64bitall=define
uselongdouble=undef
usemymalloc=n
default_inc_excludes_dot=define
bincompat5005=undef
Compiler:
cc='cc'
ccflags ='-O2 -pipe -Wall -Wextra -mtune=native -march=native -fwrapv -fno-strict-aliasing -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2'
optimize='-O2'
cppflags='-O2 -pipe -Wall -Wextra -mtune=native -march=native -fwrapv -fno-strict-aliasing -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/gcc/x86_64-linux-gnu/6/include-fixed /usr/include/x86_64-linux-gnu /usr/lib /lib/x86_64-linux-gnu /lib/../lib /usr/lib/x86_64-linux-gnu /usr/lib/../lib /lib
libs=-lpthread -lnsl -ldl -lm -lcrypt -lutil -lc
perllibs=-lpthread -lnsl -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_TIMES
PERLIO_LAYERS
PERL_COPY_ON_WRITE
PERL_DONT_CREATE_GVSV
PERL_MALLOC_WRAP
PERL_OP_PARENT
PERL_PRESERVE_IVUV
PERL_USE_DEVEL
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 20 2019 17:09:03
%ENV:
PERL5LIB="/tmp/build/Config-Eggdrop-Userfile-0.01-0/blib/arch:/tmp/build/Config-Eggdrop-Userfile-0.01-0/blib/lib"
PERL5OPT=""
PERL5_CPANPLUS_IS_RUNNING="20610"
PERL5_CPAN_IS_RUNNING="20610"
PERLBREW_HOME="/home/smoker/.perlbrew"
PERLBREW_MANPATH="/home/smoker/perl5/perlbrew/perls/perl-5.31.5/man"
PERLBREW_PATH="/home/smoker/perl5/perlbrew/bin:/home/smoker/perl5/perlbrew/perls/perl-5.31.5/bin"
PERLBREW_PERL="perl-5.31.5"
PERLBREW_ROOT="/home/smoker/perl5/perlbrew"
PERLBREW_SHELLRC_VERSION="0.87"
PERLBREW_VERSION="0.87"
PERL_MM_USE_DEFAULT="1"
PERL_USE_UNSAFE_INC="1"
@INC:
/tmp/build/Config-Eggdrop-Userfile-0.01-0/blib/arch
/tmp/build/Config-Eggdrop-Userfile-0.01-0/blib/lib
/home/smoker/perl5/perlbrew/perls/perl-5.31.5/lib/site_perl/5.31.5/x86_64-linux
/home/smoker/perl5/perlbrew/perls/perl-5.31.5/lib/site_perl/5.31.5
/home/smoker/perl5/perlbrew/perls/perl-5.31.5/lib/5.31.5/x86_64-linux
/home/smoker/perl5/perlbrew/perls/perl-5.31.5/lib/5.31.5
.