Report for Net-Statsd-Server-0.20

Back
From: metabase:user:314402c4-2aae-11df-837a-5e0a49663a4f
Subject: PASS Net-Statsd-Server-0.20 v5.18.4 GNU/Linux
Date: 2017-01-08T15:38:53Z

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.18.4, 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:

none provided

------------------------------
PROGRAM OUTPUT
------------------------------

Output from 'make test':

PERL_DL_NONLAZY=1 /opt/perl-5.18.4/bin/perl "-MExtUtils::Command::MM" "-e" "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
2017-01-08 16:28:14.000000 +0100 note  Net::Statsd::Server: Initializing Net::Statsd::Server::Backend::Console backend
2017-01-08 16:28:14.000000 +0100 note  Net::Statsd::Server: Initializing Net::Statsd::Server::Backend::Graphite backend
2017-01-08 16:28:14.000000 +0100 info  AnyEvent: Autoloaded model 'AnyEvent::Impl::Perl', using it.
2017-01-08 16:28:14.619523 +0100 note  Net::Statsd::Server: statsd server started on 0.0.0.0:40001 (v0.17)
2017-01-08 16:28:14.619565 +0100 note  Net::Statsd::Server: manager interface started on 0.0.0.0:40002
2017-01-08 16:28:14.619589 +0100 note  Net::Statsd::Server: metrics flush will happen every 1s
2017-01-08 16:28:15.075571 +0100 warn  Net::Statsd::Server: Bad line: 1 in msg "a_bad_test_value|z"
2017-01-08 16:28:15.621820 +0100 note  Net::Statsd::Server: flushing metrics
Flushing stats at Sun Jan  8 16:28:15 2017
{"gauges":{},"sets":null,"counters":{"statsd.packets_received":1,"statsd.bad_lines_seen":1},"timers":{},"counter_rates":{"statsd.bad_lines_seen":1,"statsd.packets_received":1},"pctThreshold":[90],"timer_data":{}}
t/integration-tests/bad-message.t .......... ok
2017-01-08 16:28:15.000000 +0100 note  Net::Statsd::Server: Initializing Net::Statsd::Server::Backend::Console backend
2017-01-08 16:28:15.000000 +0100 note  Net::Statsd::Server: Initializing Net::Statsd::Server::Backend::Graphite backend
2017-01-08 16:28:15.000000 +0100 info  AnyEvent: Autoloaded model 'AnyEvent::Impl::Perl', using it.
2017-01-08 16:28:15.719213 +0100 note  Net::Statsd::Server: statsd server started on 0.0.0.0:40001 (v0.17)
2017-01-08 16:28:15.719247 +0100 note  Net::Statsd::Server: manager interface started on 0.0.0.0:40002
2017-01-08 16:28:15.719279 +0100 note  Net::Statsd::Server: metrics flush will happen every 1s
2017-01-08 16:28:16.722311 +0100 note  Net::Statsd::Server: flushing metrics
Flushing stats at Sun Jan  8 16:28:16 2017
{"timer_data":{},"counters":{"statsd.packets_received":1,"statsd.bad_lines_seen":0,"a_test_value":100},"timers":{},"counter_rates":{"statsd.packets_received":1,"statsd.bad_lines_seen":0,"a_test_value":100},"pctThreshold":[90],"sets":null,"gauges":{}}
# stats.counters.statsd.packets_received.rate 1.000000 1483889296
# stats.counters.statsd.packets_received.count 1 1483889296
# stats.counters.statsd.bad_lines_seen.rate 0.000000 1483889296
# stats.counters.statsd.bad_lines_seen.count 0 1483889296
# stats.counters.a_test_value.rate 100.000000 1483889296
# stats.counters.a_test_value.count 100 1483889296
# stats.statsd.numStats 3 1483889296
# stats.statsd.graphiteStats.calculationtime 0.031000 1483889296
# stats.statsd.processing_time 0.015 1483889296
# stats.statsd.graphiteStats.last_exception 41384576 1483889296
# stats.statsd.graphiteStats.last_flush 41384576 1483889296
t/integration-tests/counts-are-valid.t ..... ok
2017-01-08 16:28:16.000000 +0100 note  Net::Statsd::Server: Initializing Net::Statsd::Server::Backend::Graphite backend
2017-01-08 16:28:16.000000 +0100 info  AnyEvent: Autoloaded model 'AnyEvent::Impl::Perl', using it.
2017-01-08 16:28:16.819746 +0100 note  Net::Statsd::Server: statsd server started on 0.0.0.0:40001 (v0.17)
2017-01-08 16:28:16.819772 +0100 note  Net::Statsd::Server: manager interface started on 0.0.0.0:40002
2017-01-08 16:28:16.819792 +0100 note  Net::Statsd::Server: metrics flush will happen every 1s
2017-01-08 16:28:17.822972 +0100 note  Net::Statsd::Server: flushing metrics
# First flush. Test gauge should be there.
2017-01-08 16:28:18.820758 +0100 note  Net::Statsd::Server: flushing metrics
# Second flush. deleteGauges=false should keep the test gauge.
t/integration-tests/delete-gauges-false.t .. ok
2017-01-08 16:28:18.000000 +0100 note  Net::Statsd::Server: Initializing Net::Statsd::Server::Backend::Graphite backend
2017-01-08 16:28:18.000000 +0100 info  AnyEvent: Autoloaded model 'AnyEvent::Impl::Perl', using it.
2017-01-08 16:28:18.939692 +0100 note  Net::Statsd::Server: statsd server started on 0.0.0.0:40001 (v0.17)
2017-01-08 16:28:18.939719 +0100 note  Net::Statsd::Server: manager interface started on 0.0.0.0:40002
2017-01-08 16:28:18.939745 +0100 note  Net::Statsd::Server: metrics flush will happen every 1s
2017-01-08 16:28:19.942825 +0100 note  Net::Statsd::Server: flushing metrics
# First flush. Test gauge should be there.
2017-01-08 16:28:20.945080 +0100 note  Net::Statsd::Server: flushing metrics
# Second flush. deleteIdleStats should have cleared the test gauge.
t/integration-tests/delete-idle-stats.t .... ok
2017-01-08 16:28:21.000000 +0100 note  Net::Statsd::Server: Initializing Net::Statsd::Server::Backend::Console backend
2017-01-08 16:28:21.000000 +0100 note  Net::Statsd::Server: Initializing Net::Statsd::Server::Backend::Graphite backend
2017-01-08 16:28:21.000000 +0100 info  AnyEvent: Autoloaded model 'AnyEvent::Impl::Perl', using it.
2017-01-08 16:28:21.040585 +0100 note  Net::Statsd::Server: statsd server started on 0.0.0.0:40001 (v0.17)
2017-01-08 16:28:21.040617 +0100 note  Net::Statsd::Server: manager interface started on 0.0.0.0:40002
2017-01-08 16:28:21.040648 +0100 note  Net::Statsd::Server: metrics flush will happen every 1s
2017-01-08 16:28:22.043728 +0100 note  Net::Statsd::Server: flushing metrics
Flushing stats at Sun Jan  8 16:28:22 2017
{"timer_data":{},"gauges":{},"pctThreshold":[90],"timers":{},"sets":null,"counter_rates":{"a_test_value,category=web,severity=high":100,"statsd.bad_lines_seen":0,"statsd.packets_received":1},"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 1483889302
# stats.counters.statsd.bad_lines_seen.count 0 1483889302
# stats.counters.statsd.packets_received.rate 1.000000 1483889302
# stats.counters.statsd.packets_received.count 1 1483889302
# stats.counters.a_test_value,category=web,severity=high.rate 100.000000 1483889302
# stats.counters.a_test_value,category=web,severity=high.count 100 1483889302
# stats.statsd.numStats 3 1483889302
# stats.statsd.graphiteStats.calculationtime 0.030000 1483889302
# stats.statsd.processing_time 0.016 1483889302
# stats.statsd.graphiteStats.last_exception 34634368 1483889302
# stats.statsd.graphiteStats.last_flush 34634368 1483889302
t/integration-tests/keys-with-tags.t ....... ok
2017-01-08 16:28:22.000000 +0100 note  Net::Statsd::Server: Initializing Net::Statsd::Server::Backend::Graphite backend
2017-01-08 16:28:22.000000 +0100 info  AnyEvent: Autoloaded model 'AnyEvent::Impl::Perl', using it.
2017-01-08 16:28:22.140254 +0100 note  Net::Statsd::Server: statsd server started on 0.0.0.0:40001 (v0.17)
2017-01-08 16:28:22.140286 +0100 note  Net::Statsd::Server: manager interface started on 0.0.0.0:40002
2017-01-08 16:28:22.140324 +0100 note  Net::Statsd::Server: metrics flush will happen every 1s
# Expected mean value is 1951.79
2017-01-08 16:28:23.143348 +0100 note  Net::Statsd::Server: flushing metrics
# stats.counters.statsd.packets_received.rate 100.000000 1483889303
# stats.counters.statsd.packets_received.count 100 1483889303
# stats.counters.statsd.bad_lines_seen.rate 0.000000 1483889303
# stats.counters.statsd.bad_lines_seen.count 0 1483889303
# stats.timers.read_latency.median 1987.000000 1483889303
# stats.timers.read_latency.sum_squares 408892015.000000 1483889303
# stats.timers.read_latency.upper_98 2880.000000 1483889303
# stats.timers.read_latency.sum 195179.000000 1483889303
# stats.timers.read_latency.mean_95 1902.336842 1483889303
# stats.timers.read_latency.lower 1039.000000 1483889303
# stats.timers.read_latency.count_ps 100.000000 1483889303
# stats.timers.read_latency.upper 2965.000000 1483889303
# stats.timers.read_latency.count 100.000000 1483889303
# stats.timers.read_latency.sum_squares_98 391679186.000000 1483889303
# stats.timers.read_latency.sum_squares_99 400100790.000000 1483889303
# stats.timers.read_latency.count_98 98.000000 1483889303
# stats.timers.read_latency.mean 1951.790000 1483889303
# stats.timers.read_latency.mean_99 1941.555556 1483889303
# stats.timers.read_latency.sum_squares_95 367082736.000000 1483889303
# stats.timers.read_latency.upper_99 2902.000000 1483889303
# stats.timers.read_latency.sum_98 189312.000000 1483889303
# stats.timers.read_latency.count_99 99.000000 1483889303
# stats.timers.read_latency.sum_95 180722.000000 1483889303
# stats.timers.read_latency.upper_95 2822.000000 1483889303
# stats.timers.read_latency.sum_99 192214.000000 1483889303
# stats.timers.read_latency.count_95 95.000000 1483889303
# stats.timers.read_latency.mean_98 1931.755102 1483889303
# stats.timers.read_latency.std 528.617012 1483889303
# stats.statsd.numStats 3 1483889303
# stats.statsd.graphiteStats.calculationtime 0.090000 1483889303
# stats.statsd.processing_time 0.159 1483889303
# stats.statsd.graphiteStats.last_exception 34306688 1483889303
# stats.statsd.graphiteStats.last_flush 34306688 1483889303
t/integration-tests/percent-threshold.t .... ok
2017-01-08 16:28:23.000000 +0100 note  Net::Statsd::Server: Initializing Net::Statsd::Server::Backend::Console backend
2017-01-08 16:28:23.000000 +0100 note  Net::Statsd::Server: Initializing Net::Statsd::Server::Backend::Graphite backend
2017-01-08 16:28:23.000000 +0100 info  AnyEvent: Autoloaded model 'AnyEvent::Impl::Perl', using it.
2017-01-08 16:28:23.241029 +0100 note  Net::Statsd::Server: statsd server started on 0.0.0.0:40001 (v0.17)
2017-01-08 16:28:23.241070 +0100 note  Net::Statsd::Server: manager interface started on 0.0.0.0:40002
2017-01-08 16:28:23.241091 +0100 note  Net::Statsd::Server: metrics flush will happen every 1s
2017-01-08 16:28:24.244123 +0100 note  Net::Statsd::Server: flushing metrics
Flushing stats at Sun Jan  8 16:28:24 2017
{"timers":{"a_test_value":["100"]},"timer_data":{"a_test_value":{"sum_90":"100","median":"100","count_ps":1,"std":0,"upper_90":"100","mean":100,"count":1,"lower":"100","sum_squares_90":10000,"mean_90":"100","sum_squares":10000,"sum":"100","count_90":1,"upper":"100"}},"pctThreshold":["90"],"sets":null,"counters":{"statsd.packets_received":1,"statsd.bad_lines_seen":0},"counter_rates":{"statsd.packets_received":1,"statsd.bad_lines_seen":0},"gauges":{}}
# stats.counters.statsd.packets_received.rate 1.000000 1483889304
# stats.counters.statsd.packets_received.count 1 1483889304
# stats.counters.statsd.bad_lines_seen.rate 0.000000 1483889304
# stats.counters.statsd.bad_lines_seen.count 0 1483889304
# stats.timers.a_test_value.sum_90 100.000000 1483889304
# stats.timers.a_test_value.median 100.000000 1483889304
# stats.timers.a_test_value.count_ps 1.000000 1483889304
# stats.timers.a_test_value.std 0.000000 1483889304
# stats.timers.a_test_value.upper_90 100.000000 1483889304
# stats.timers.a_test_value.mean 100.000000 1483889304
# stats.timers.a_test_value.count 1.000000 1483889304
# stats.timers.a_test_value.lower 100.000000 1483889304
# stats.timers.a_test_value.sum_squares_90 10000.000000 1483889304
# stats.timers.a_test_value.mean_90 100.000000 1483889304
# stats.timers.a_test_value.sum_squares 10000.000000 1483889304
# stats.timers.a_test_value.sum 100.000000 1483889304
# stats.timers.a_test_value.count_90 1.000000 1483889304
# stats.timers.a_test_value.upper 100.000000 1483889304
# stats.statsd.numStats 3 1483889304
# stats.statsd.graphiteStats.calculationtime 0.057000 1483889304
# stats.statsd.processing_time 0.078 1483889304
# stats.statsd.graphiteStats.last_exception 23788160 1483889304
# stats.statsd.graphiteStats.last_flush 23788160 1483889304
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.04 usr  0.00 sys +  0.52 cusr  0.06 csys =  0.62 CPU)
Result: PASS

------------------------------
PREREQUISITES
------------------------------

Prerequisite modules loaded:

requires:

    Module                Need Have    
    --------------------- ---- --------
    AnyEvent::Handle::UDP 0    0.046   
    IO::Socket::INET      0    1.33    
    JSON::XS              0    3.02    

build_requires:

    Module                Need Have    
    --------------------- ---- --------
    ExtUtils::MakeMaker   0    6.66    
    Test::More            0    1.302026

configure_requires:

    Module                Need Have    
    --------------------- ---- --------
    ExtUtils::MakeMaker   0    6.66    


------------------------------
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/eserte/bin/linux-gnu:/home/eserte/bin/sh:/home/eserte/bin:/home/eserte/bin/pistachio-perl/bin:/usr/games:/home/eserte/devel:/home/eserte/src/srezic-misc/scripts
    PERL5LIB = /home/eserte/.cpan/build/2017010815/AnyEvent-Handle-UDP-0.046-mMl_2E/blib/arch:/home/eserte/.cpan/build/2017010815/AnyEvent-Handle-UDP-0.046-mMl_2E/blib/lib:/home/eserte/.cpan/build/2017010815/AnyEvent-7.13-iWsTKx/blib/arch:/home/eserte/.cpan/build/2017010815/AnyEvent-7.13-iWsTKx/blib/lib
    PERL5OPT = 
    PERL5_CPANPLUS_IS_RUNNING = 30958
    PERL5_CPAN_IS_RUNNING = 30958
    PERL5_CPAN_IS_RUNNING_IN_RECURSION = 16528,30958
    PERLDOC = -MPod::Perldoc::ToTextOverstrike
    PERL_BATCH = yes
    PERL_CANARY_STABILITY_NOPROMPT = 1
    PERL_CPAN_REPORTER_CONFIG = /var/tmp/cpansmoker-1000/2017010809/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/2017010809

Perl special variables (and OS-specific diagnostics, for MSWin32):

    $^X = /opt/perl-5.18.4/bin/perl
    $UID/$EUID = 1000 / 1000
    $GID = 1000 4 24 25 27 29 30 44 46 108 111 115 1000 1024
    $EGID = 1000 4 24 25 27 29 30 44 46 108 111 115 1000 1024

Perl module toolchain versions installed:

    Module              Have    
    ------------------- --------
    CPAN                2.00    
    CPAN::Meta          2.150005
    Cwd                 3.40    
    ExtUtils::CBuilder  0.280210
    ExtUtils::Command   1.17    
    ExtUtils::Install   1.59    
    ExtUtils::MakeMaker 6.66    
    ExtUtils::Manifest  1.70    
    ExtUtils::ParseXS   3.30    
    File::Spec          3.40    
    JSON                2.90    
    JSON::PP            2.27202 
    Module::Build       0.4218  
    Module::Signature   n/a     
    Parse::CPAN::Meta   1.4417  
    Test::Harness       3.36    
    Test::More          1.302026
    YAML                1.15    
    YAML::Syck          1.29    
    version             0.9902  


--

Summary of my perl5 (revision 5 version 18 subversion 4) configuration:
   
  Platform:
    osname=linux, osvers=3.16.0-4-amd64, archname=x86_64-linux
    uname='linux cabulja 3.16.0-4-amd64 #1 smp debian 3.16.7-ckt25-2 (2016-04-08) x86_64 gnulinux '
    config_args='-ds -e -Dprefix=/opt/perl-5.18.4 -Dcf_email=srezic@cpan.org -Dcc=gcc-4.8'
    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='gcc-4.8', 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.8.4', 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='gcc-4.8', 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 -lgdbm -ldb -ldl -lm -lcrypt -lutil -lc -lgdbm_compat
    perllibs=-lnsl -ldl -lm -lcrypt -lutil -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 PERLIO_LAYERS PERL_DONT_CREATE_GVSV
                        PERL_HASH_FUNC_ONE_AT_A_TIME_HARD PERL_MALLOC_WRAP
                        PERL_PRESERVE_IVUV PERL_SAWAMPERSAND 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
  Locally applied patches:
	Devel::PatchPerl 1.42
  Built under linux
  Compiled at Jun 18 2016 15:19:32
  %ENV:
    PERL5LIB="/home/eserte/.cpan/build/2017010815/AnyEvent-Handle-UDP-0.046-mMl_2E/blib/arch:/home/eserte/.cpan/build/2017010815/AnyEvent-Handle-UDP-0.046-mMl_2E/blib/lib:/home/eserte/.cpan/build/2017010815/AnyEvent-7.13-iWsTKx/blib/arch:/home/eserte/.cpan/build/2017010815/AnyEvent-7.13-iWsTKx/blib/lib"
    PERL5OPT=""
    PERL5_CPANPLUS_IS_RUNNING="30958"
    PERL5_CPAN_IS_RUNNING="30958"
    PERL5_CPAN_IS_RUNNING_IN_RECURSION="16528,30958"
    PERLDOC="-MPod::Perldoc::ToTextOverstrike"
    PERL_BATCH="yes"
    PERL_CANARY_STABILITY_NOPROMPT="1"
    PERL_CPAN_REPORTER_CONFIG="/var/tmp/cpansmoker-1000/2017010809/cpanreporter_001_config.ini"
    PERL_EXTUTILS_AUTOINSTALL="--defaultdeps"
    PERL_USE_UNSAFE_INC="1"
  @INC:
    /home/eserte/.cpan/build/2017010815/AnyEvent-Handle-UDP-0.046-mMl_2E/blib/arch
    /home/eserte/.cpan/build/2017010815/AnyEvent-Handle-UDP-0.046-mMl_2E/blib/lib
    /home/eserte/.cpan/build/2017010815/AnyEvent-7.13-iWsTKx/blib/arch
    /home/eserte/.cpan/build/2017010815/AnyEvent-7.13-iWsTKx/blib/lib
    /opt/perl-5.18.4/lib/site_perl/5.18.4/x86_64-linux
    /opt/perl-5.18.4/lib/site_perl/5.18.4
    /opt/perl-5.18.4/lib/5.18.4/x86_64-linux
    /opt/perl-5.18.4/lib/5.18.4
    .