Back
From: metabase:user:30977d10-2aae-11df-837a-5e0a49663a4f
Subject: PASS Net-Statsd-Server-0.20 v5.16.3 GNU/Linux
Date: 2016-06-07T17:32:00Z
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 Cosimo Streppone,
This is a computer-generated report for Net-Statsd-Server-0.20
on perl 5.16.3, created by CPAN-Reporter-1.2017.
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/stro/perl/5.16.3/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/integration-tests/*.t
t/000-sanity.t ............................. ok
t/config.t ................................. ok
t/graphite.t ............................... ok
2016-06-07 09:43:04.000000 -0700 note Net::Statsd::Server: Initializing Net::Statsd::Server::Backend::Console backend
2016-06-07 09:43:04.000000 -0700 note Net::Statsd::Server: Initializing Net::Statsd::Server::Backend::Graphite backend
2016-06-07 09:43:04.000000 -0700 info AnyEvent: Autoloaded model 'AnyEvent::Impl::EV', using it.
2016-06-07 09:43:04.577482 -0700 note Net::Statsd::Server: statsd server started on 0.0.0.0:40001 (v0.17)
2016-06-07 09:43:04.577610 -0700 note Net::Statsd::Server: manager interface started on 0.0.0.0:40002
2016-06-07 09:43:04.577804 -0700 note Net::Statsd::Server: metrics flush will happen every 1s
2016-06-07 09:43:05.011473 -0700 warn Net::Statsd::Server: Bad line: 1 in msg "a_bad_test_value|z"
2016-06-07 09:43:05.577006 -0700 note Net::Statsd::Server: flushing metrics
Flushing stats at Tue Jun 7 09:43:05 2016
{"pctThreshold":[90],"sets":null,"counter_rates":{"statsd.bad_lines_seen":1,"statsd.packets_received":1},"timer_data":{},"gauges":{},"timers":{},"counters":{"statsd.bad_lines_seen":1,"statsd.packets_received":1}}
t/integration-tests/bad-message.t .......... ok
2016-06-07 09:43:05.000000 -0700 note Net::Statsd::Server: Initializing Net::Statsd::Server::Backend::Console backend
2016-06-07 09:43:05.000000 -0700 note Net::Statsd::Server: Initializing Net::Statsd::Server::Backend::Graphite backend
2016-06-07 09:43:05.000000 -0700 info AnyEvent: Autoloaded model 'AnyEvent::Impl::EV', using it.
2016-06-07 09:43:05.729639 -0700 note Net::Statsd::Server: statsd server started on 0.0.0.0:40001 (v0.17)
2016-06-07 09:43:05.729763 -0700 note Net::Statsd::Server: manager interface started on 0.0.0.0:40002
2016-06-07 09:43:05.729965 -0700 note Net::Statsd::Server: metrics flush will happen every 1s
2016-06-07 09:43:06.728646 -0700 note Net::Statsd::Server: flushing metrics
Flushing stats at Tue Jun 7 09:43:06 2016
{"pctThreshold":[90],"sets":null,"counter_rates":{"a_test_value":100,"statsd.bad_lines_seen":0,"statsd.packets_received":1},"timer_data":{},"gauges":{},"timers":{},"counters":{"a_test_value":100,"statsd.bad_lines_seen":0,"statsd.packets_received":1}}
# stats.counters.a_test_value.rate 100.000000 1465317786
# stats.counters.a_test_value.count 100 1465317786
# stats.counters.statsd.bad_lines_seen.rate 0.000000 1465317786
# stats.counters.statsd.bad_lines_seen.count 0 1465317786
# stats.counters.statsd.packets_received.rate 1.000000 1465317786
# stats.counters.statsd.packets_received.count 1 1465317786
# stats.statsd.numStats 3 1465317786
# stats.statsd.graphiteStats.calculationtime 0.113000 1465317786
# stats.statsd.processing_time 0.054 1465317786
# stats.statsd.graphiteStats.last_exception 30272808 1465317786
# stats.statsd.graphiteStats.last_flush 30272808 1465317786
t/integration-tests/counts-are-valid.t ..... ok
2016-06-07 09:43:06.000000 -0700 note Net::Statsd::Server: Initializing Net::Statsd::Server::Backend::Graphite backend
2016-06-07 09:43:06.000000 -0700 info AnyEvent: Autoloaded model 'AnyEvent::Impl::EV', using it.
2016-06-07 09:43:06.894706 -0700 note Net::Statsd::Server: statsd server started on 0.0.0.0:40001 (v0.17)
2016-06-07 09:43:06.894825 -0700 note Net::Statsd::Server: manager interface started on 0.0.0.0:40002
2016-06-07 09:43:06.894936 -0700 note Net::Statsd::Server: metrics flush will happen every 1s
2016-06-07 09:43:07.893644 -0700 note Net::Statsd::Server: flushing metrics
# First flush. Test gauge should be there.
2016-06-07 09:43:08.894918 -0700 note Net::Statsd::Server: flushing metrics
# Second flush. deleteGauges=false should keep the test gauge.
t/integration-tests/delete-gauges-false.t .. ok
2016-06-07 09:43:09.000000 -0700 note Net::Statsd::Server: Initializing Net::Statsd::Server::Backend::Graphite backend
2016-06-07 09:43:09.000000 -0700 info AnyEvent: Autoloaded model 'AnyEvent::Impl::EV', using it.
2016-06-07 09:43:09.066024 -0700 note Net::Statsd::Server: statsd server started on 0.0.0.0:40001 (v0.17)
2016-06-07 09:43:09.066148 -0700 note Net::Statsd::Server: manager interface started on 0.0.0.0:40002
2016-06-07 09:43:09.066329 -0700 note Net::Statsd::Server: metrics flush will happen every 1s
2016-06-07 09:43:10.065817 -0700 note Net::Statsd::Server: flushing metrics
# First flush. Test gauge should be there.
2016-06-07 09:43:11.065550 -0700 note Net::Statsd::Server: flushing metrics
# Second flush. deleteIdleStats should have cleared the test gauge.
t/integration-tests/delete-idle-stats.t .... ok
2016-06-07 09:43:11.000000 -0700 note Net::Statsd::Server: Initializing Net::Statsd::Server::Backend::Console backend
2016-06-07 09:43:11.000000 -0700 note Net::Statsd::Server: Initializing Net::Statsd::Server::Backend::Graphite backend
2016-06-07 09:43:11.000000 -0700 info AnyEvent: Autoloaded model 'AnyEvent::Impl::EV', using it.
2016-06-07 09:43:11.248271 -0700 note Net::Statsd::Server: statsd server started on 0.0.0.0:40001 (v0.17)
2016-06-07 09:43:11.248425 -0700 note Net::Statsd::Server: manager interface started on 0.0.0.0:40002
2016-06-07 09:43:11.248558 -0700 note Net::Statsd::Server: metrics flush will happen every 1s
2016-06-07 09:43:12.247930 -0700 note Net::Statsd::Server: flushing metrics
Flushing stats at Tue Jun 7 09:43:12 2016
{"pctThreshold":[90],"sets":null,"counter_rates":{"statsd.bad_lines_seen":0,"statsd.packets_received":1,"a_test_value,category=web,severity=high":100},"timer_data":{},"gauges":{},"timers":{},"counters":{"statsd.bad_lines_seen":0,"statsd.packets_received":1,"a_test_value,category=web,severity=high":100}}
# stats.counters.statsd.bad_lines_seen.rate 0.000000 1465317792
# stats.counters.statsd.bad_lines_seen.count 0 1465317792
# stats.counters.statsd.packets_received.rate 1.000000 1465317792
# stats.counters.statsd.packets_received.count 1 1465317792
# stats.counters.a_test_value,category=web,severity=high.rate 100.000000 1465317792
# stats.counters.a_test_value,category=web,severity=high.count 100 1465317792
# stats.statsd.numStats 3 1465317792
# stats.statsd.graphiteStats.calculationtime 0.056000 1465317792
# stats.statsd.processing_time 0.024 1465317792
# stats.statsd.graphiteStats.last_exception 14400808 1465317792
# stats.statsd.graphiteStats.last_flush 14400808 1465317792
t/integration-tests/keys-with-tags.t ....... ok
2016-06-07 09:43:12.000000 -0700 note Net::Statsd::Server: Initializing Net::Statsd::Server::Backend::Graphite backend
2016-06-07 09:43:12.000000 -0700 info AnyEvent: Autoloaded model 'AnyEvent::Impl::EV', using it.
2016-06-07 09:43:12.390765 -0700 note Net::Statsd::Server: statsd server started on 0.0.0.0:40001 (v0.17)
2016-06-07 09:43:12.390901 -0700 note Net::Statsd::Server: manager interface started on 0.0.0.0:40002
2016-06-07 09:43:12.391074 -0700 note Net::Statsd::Server: metrics flush will happen every 1s
# Expected mean value is 2013.52
2016-06-07 09:43:13.389955 -0700 note Net::Statsd::Server: flushing metrics
# stats.counters.statsd.bad_lines_seen.rate 0.000000 1465317793
# stats.counters.statsd.bad_lines_seen.count 0 1465317793
# stats.counters.statsd.packets_received.rate 100.000000 1465317793
# stats.counters.statsd.packets_received.count 100 1465317793
# stats.timers.read_latency.sum_98 195484.000000 1465317793
# stats.timers.read_latency.upper_95 2851.000000 1465317793
# stats.timers.read_latency.mean_95 1966.663158 1465317793
# stats.timers.read_latency.sum_95 186833.000000 1465317793
# stats.timers.read_latency.upper_98 2891.000000 1465317793
# stats.timers.read_latency.median 2088.000000 1465317793
# stats.timers.read_latency.count_95 95.000000 1465317793
# stats.timers.read_latency.upper_99 2897.000000 1465317793
# stats.timers.read_latency.sum_squares_95 396878777.000000 1465317793
# stats.timers.read_latency.sum 201352.000000 1465317793
# stats.timers.read_latency.mean_99 2003.848485 1465317793
# stats.timers.read_latency.count 100.000000 1465317793
# stats.timers.read_latency.upper 2971.000000 1465317793
# stats.timers.read_latency.mean_98 1994.734694 1465317793
# stats.timers.read_latency.sum_squares_98 421825556.000000 1465317793
# stats.timers.read_latency.count_99 99.000000 1465317793
# stats.timers.read_latency.std 579.816583 1465317793
# stats.timers.read_latency.mean 2013.520000 1465317793
# stats.timers.read_latency.count_98 98.000000 1465317793
# stats.timers.read_latency.count_ps 100.000000 1465317793
# stats.timers.read_latency.lower 1051.000000 1465317793
# stats.timers.read_latency.sum_squares 439045006.000000 1465317793
# stats.timers.read_latency.sum_squares_99 430218165.000000 1465317793
# stats.timers.read_latency.sum_99 198381.000000 1465317793
# stats.statsd.numStats 3 1465317793
# stats.statsd.graphiteStats.calculationtime 0.322000 1465317793
# stats.statsd.processing_time 0.637 1465317793
# stats.statsd.graphiteStats.last_exception 25857320 1465317793
# stats.statsd.graphiteStats.last_flush 25857320 1465317793
t/integration-tests/percent-threshold.t .... ok
2016-06-07 09:43:13.000000 -0700 note Net::Statsd::Server: Initializing Net::Statsd::Server::Backend::Console backend
2016-06-07 09:43:13.000000 -0700 note Net::Statsd::Server: Initializing Net::Statsd::Server::Backend::Graphite backend
2016-06-07 09:43:13.000000 -0700 info AnyEvent: Autoloaded model 'AnyEvent::Impl::EV', using it.
2016-06-07 09:43:13.552900 -0700 note Net::Statsd::Server: statsd server started on 0.0.0.0:40001 (v0.17)
2016-06-07 09:43:13.553029 -0700 note Net::Statsd::Server: manager interface started on 0.0.0.0:40002
2016-06-07 09:43:13.553167 -0700 note Net::Statsd::Server: metrics flush will happen every 1s
2016-06-07 09:43:14.552191 -0700 note Net::Statsd::Server: flushing metrics
Flushing stats at Tue Jun 7 09:43:14 2016
{"pctThreshold":["90"],"sets":null,"counter_rates":{"statsd.bad_lines_seen":0,"statsd.packets_received":1},"timer_data":{"a_test_value":{"count":1,"upper":"100","std":0,"count_90":1,"median":"100","mean":100,"sum_squares_90":10000,"mean_90":"100","count_ps":1,"upper_90":"100","sum_90":"100","lower":"100","sum_squares":10000,"sum":"100"}},"gauges":{},"timers":{"a_test_value":["100"]},"counters":{"statsd.bad_lines_seen":0,"statsd.packets_received":1}}
# stats.counters.statsd.bad_lines_seen.rate 0.000000 1465317794
# stats.counters.statsd.bad_lines_seen.count 0 1465317794
# stats.counters.statsd.packets_received.rate 1.000000 1465317794
# stats.counters.statsd.packets_received.count 1 1465317794
# stats.timers.a_test_value.count 1.000000 1465317794
# stats.timers.a_test_value.upper 100.000000 1465317794
# stats.timers.a_test_value.std 0.000000 1465317794
# stats.timers.a_test_value.count_90 1.000000 1465317794
# stats.timers.a_test_value.median 100.000000 1465317794
# stats.timers.a_test_value.mean 100.000000 1465317794
# stats.timers.a_test_value.sum_squares_90 10000.000000 1465317794
# stats.timers.a_test_value.mean_90 100.000000 1465317794
# stats.timers.a_test_value.count_ps 1.000000 1465317794
# stats.timers.a_test_value.upper_90 100.000000 1465317794
# stats.timers.a_test_value.sum_90 100.000000 1465317794
# stats.timers.a_test_value.lower 100.000000 1465317794
# stats.timers.a_test_value.sum_squares 10000.000000 1465317794
# stats.timers.a_test_value.sum 100.000000 1465317794
# stats.statsd.numStats 3 1465317794
# stats.statsd.graphiteStats.calculationtime 0.227000 1465317794
# stats.statsd.processing_time 0.149 1465317794
# stats.statsd.graphiteStats.last_exception 39288104 1465317794
# stats.statsd.graphiteStats.last_flush 39288104 1465317794
t/integration-tests/timers-are-valid.t ..... ok
t/process-metrics.t ........................ ok
t/trim.t ................................... ok
All tests successful.
Files=12, Tests=92, 10 wallclock secs ( 0.06 usr 0.01 sys + 0.80 cusr 0.06 csys = 0.93 CPU)
Result: PASS
------------------------------
PREREQUISITES
------------------------------
Prerequisite modules loaded:
requires:
Module Need Have
--------------------- ---- --------
AnyEvent::Handle::UDP 0 0.043
IO::Socket::INET 0 1.33
JSON::XS 0 3.02
build_requires:
Module Need Have
--------------------- ---- --------
ExtUtils::MakeMaker 0 7.18
Test::More 0 1.302022
configure_requires:
Module Need Have
--------------------- ---- --------
ExtUtils::MakeMaker 0 7.18
------------------------------
ENVIRONMENT AND OTHER CONTEXT
------------------------------
Environment variables:
AUTOMATED_TESTING = 1
LANG = en_US.UTF-8
PATH = /usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games
PERL5LIB =
PERL5OPT =
PERL5_CPANPLUS_IS_RUNNING = 30560
PERL5_CPAN_IS_RUNNING = 30560
PERL5_CPAN_IS_RUNNING_IN_RECURSION = 2253,30560
PERL_CR_SMOKER_CURRENT = Net-Statsd-Server-0.20
PERL_EXTUTILS_AUTOINSTALL = --defaultdeps
PERL_MM_USE_DEFAULT = 1
SHELL = /bin/bash
TERM = xterm
Perl special variables (and OS-specific diagnostics, for MSWin32):
$^X = /home/stro/perl/5.16.3/bin/perl
$UID/$EUID = 1000 / 1000
$GID = 1000 24 25 29 30 44 46 108 114 1000
$EGID = 1000 24 25 29 30 44 46 108 114 1000
Perl module toolchain versions installed:
Module Have
------------------- --------
CPAN 2.12
CPAN::Meta 2.150005
Cwd 3.62
ExtUtils::CBuilder 0.280224
ExtUtils::Command 7.18
ExtUtils::Install 1.58
ExtUtils::MakeMaker 7.18
ExtUtils::Manifest 1.70
ExtUtils::ParseXS 3.30
File::Spec 3.62
JSON 2.90
JSON::PP 2.27300
Module::Build 0.4216
Module::Signature n/a
Parse::CPAN::Meta 1.4417
Test::Harness 3.35
Test::More 1.302022
YAML 1.15
YAML::Syck 1.29
version 0.9917
--
Summary of my perl5 (revision 5 version 16 subversion 3) configuration:
Platform:
osname=linux, osvers=3.16.0-4-amd64, archname=x86_64-linux
uname='linux vm-debian-001 3.16.0-4-amd64 #1 smp debian 3.16.7-ckt11-1 (2015-05-24) x86_64 gnulinux '
config_args=''
hint=recommended, useposix=true, d_sigaction=define
useithreads=undef, usemultiplicity=undef
useperlio=define, d_sfio=undef, uselargefiles=define, usesocks=undef
use64bitint=define, use64bitall=define, uselongdouble=undef
usemymalloc=n, bincompat5005=undef
Compiler:
cc='cc', ccflags ='-fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64',
optimize='-O2',
cppflags='-fno-strict-aliasing -pipe -fstack-protector -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/x86_64-linux-gnu /lib/../lib /usr/lib/x86_64-linux-gnu /usr/lib/../lib /lib /usr/lib
libs=-lnsl -ldl -lm -lcrypt -lutil -lc
perllibs=-lnsl -ldl -lm -lcrypt -lutil -lc
libc=, 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 PERLIO_LAYERS PERL_DONT_CREATE_GVSV
PERL_MALLOC_WRAP PERL_PRESERVE_IVUV USE_64_BIT_ALL
USE_64_BIT_INT USE_LARGE_FILES USE_LOCALE
USE_LOCALE_COLLATE USE_LOCALE_CTYPE
USE_LOCALE_NUMERIC USE_PERLIO USE_PERL_ATOF
Built under linux
Compiled at Jul 10 2015 23:25:04
%ENV:
PERL5LIB=""
PERL5OPT=""
PERL5_CPANPLUS_IS_RUNNING="30560"
PERL5_CPAN_IS_RUNNING="30560"
PERL5_CPAN_IS_RUNNING_IN_RECURSION="2253,30560"
PERL_CR_SMOKER_CURRENT="Net-Statsd-Server-0.20"
PERL_EXTUTILS_AUTOINSTALL="--defaultdeps"
PERL_MM_USE_DEFAULT="1"
@INC:
/home/stro/perl/5.16.3/lib/site_perl/5.16.3/x86_64-linux
/home/stro/perl/5.16.3/lib/site_perl/5.16.3
/home/stro/perl/5.16.3/lib/5.16.3/x86_64-linux
/home/stro/perl/5.16.3/lib/5.16.3
.