Net-Statsd-Server v0.20 Perl 5 v5.43.3 x86_64-linux
- Status
- Pass
- From
- Andreas J. König (ANDK)
- Dist
-
Net-Statsd-Server v0.20
- Platform
- Perl 5 v5.43.3 x86_64-linux
- Date
- 2025-09-27 23:18:18
- ID
- 40a87de0-9bf8-11f0-a701-9555b31c963f
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.43.3, created by CPAN-Reporter-1.2020.
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 "/tmp/basesmoker-reloperl-o498/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
2025-09-27 23:17:37.000000 +0000 note Net::Statsd::Server: Initializing Net::Statsd::Server::Backend::Console backend
2025-09-27 23:17:37.000000 +0000 note Net::Statsd::Server: Initializing Net::Statsd::Server::Backend::Graphite backend
2025-09-27 23:17:37.000000 +0000 info AnyEvent: Autoloaded model 'AnyEvent::Impl::Perl', using it.
2025-09-27 23:17:37.528434 +0000 note Net::Statsd::Server: statsd server started on 0.0.0.0:40001 (v0.17)
2025-09-27 23:17:37.528475 +0000 note Net::Statsd::Server: manager interface started on 0.0.0.0:40002
2025-09-27 23:17:37.528512 +0000 note Net::Statsd::Server: metrics flush will happen every 1s
2025-09-27 23:17:37.956247 +0000 warn Net::Statsd::Server: Bad line: 1 in msg "a_bad_test_value|z"
2025-09-27 23:17:38.531106 +0000 note Net::Statsd::Server: flushing metrics
Flushing stats at Sat Sep 27 23:17:38 2025
{"sets":null,"timer_data":{},"gauges":{},"timers":{},"pctThreshold":[90],"counters":{"statsd.bad_lines_seen":1,"statsd.packets_received":1},"counter_rates":{"statsd.bad_lines_seen":1,"statsd.packets_received":1}}
t/integration-tests/bad-message.t .......... ok
2025-09-27 23:17:38.000000 +0000 note Net::Statsd::Server: Initializing Net::Statsd::Server::Backend::Console backend
2025-09-27 23:17:38.000000 +0000 note Net::Statsd::Server: Initializing Net::Statsd::Server::Backend::Graphite backend
2025-09-27 23:17:38.000000 +0000 info AnyEvent: Autoloaded model 'AnyEvent::Impl::Perl', using it.
2025-09-27 23:17:38.715754 +0000 note Net::Statsd::Server: statsd server started on 0.0.0.0:40001 (v0.17)
2025-09-27 23:17:38.715805 +0000 note Net::Statsd::Server: manager interface started on 0.0.0.0:40002
2025-09-27 23:17:38.715842 +0000 note Net::Statsd::Server: metrics flush will happen every 1s
2025-09-27 23:17:39.718759 +0000 note Net::Statsd::Server: flushing metrics
Flushing stats at Sat Sep 27 23:17:39 2025
{"pctThreshold":[90],"counter_rates":{"a_test_value":100,"statsd.packets_received":1,"statsd.bad_lines_seen":0},"timer_data":{},"counters":{"statsd.bad_lines_seen":0,"statsd.packets_received":1,"a_test_value":100},"sets":null,"gauges":{},"timers":{}}
# stats.counters.statsd.bad_lines_seen.rate 0.000000 1759015059
# stats.counters.statsd.bad_lines_seen.count 0 1759015059
# stats.counters.statsd.packets_received.rate 1.000000 1759015059
# stats.counters.statsd.packets_received.count 1 1759015059
# stats.counters.a_test_value.rate 100.000000 1759015059
# stats.counters.a_test_value.count 100 1759015059
# stats.statsd.numStats 3 1759015059
# stats.statsd.graphiteStats.calculationtime 0.037000 1759015059
# stats.statsd.processing_time 0.018 1759015059
# stats.statsd.graphiteStats.last_exception 94627080817256 1759015059
# stats.statsd.graphiteStats.last_flush 94627080817256 1759015059
t/integration-tests/counts-are-valid.t ..... ok
2025-09-27 23:17:39.000000 +0000 note Net::Statsd::Server: Initializing Net::Statsd::Server::Backend::Graphite backend
2025-09-27 23:17:39.000000 +0000 info AnyEvent: Autoloaded model 'AnyEvent::Impl::Perl', using it.
2025-09-27 23:17:39.901922 +0000 note Net::Statsd::Server: statsd server started on 0.0.0.0:40001 (v0.17)
2025-09-27 23:17:39.901962 +0000 note Net::Statsd::Server: manager interface started on 0.0.0.0:40002
2025-09-27 23:17:39.902000 +0000 note Net::Statsd::Server: metrics flush will happen every 1s
2025-09-27 23:17:40.903062 +0000 note Net::Statsd::Server: flushing metrics
# First flush. Test gauge should be there.
2025-09-27 23:17:41.907058 +0000 note Net::Statsd::Server: flushing metrics
# Second flush. deleteGauges=false should keep the test gauge.
t/integration-tests/delete-gauges-false.t .. ok
2025-09-27 23:17:42.000000 +0000 note Net::Statsd::Server: Initializing Net::Statsd::Server::Backend::Graphite backend
2025-09-27 23:17:42.000000 +0000 info AnyEvent: Autoloaded model 'AnyEvent::Impl::Perl', using it.
2025-09-27 23:17:42.102646 +0000 note Net::Statsd::Server: statsd server started on 0.0.0.0:40001 (v0.17)
2025-09-27 23:17:42.102688 +0000 note Net::Statsd::Server: manager interface started on 0.0.0.0:40002
2025-09-27 23:17:42.102726 +0000 note Net::Statsd::Server: metrics flush will happen every 1s
2025-09-27 23:17:43.105736 +0000 note Net::Statsd::Server: flushing metrics
# First flush. Test gauge should be there.
2025-09-27 23:17:44.107817 +0000 note Net::Statsd::Server: flushing metrics
# Second flush. deleteIdleStats should have cleared the test gauge.
t/integration-tests/delete-idle-stats.t .... ok
2025-09-27 23:17:44.000000 +0000 note Net::Statsd::Server: Initializing Net::Statsd::Server::Backend::Console backend
2025-09-27 23:17:44.000000 +0000 note Net::Statsd::Server: Initializing Net::Statsd::Server::Backend::Graphite backend
2025-09-27 23:17:44.000000 +0000 info AnyEvent: Autoloaded model 'AnyEvent::Impl::Perl', using it.
2025-09-27 23:17:44.333858 +0000 note Net::Statsd::Server: statsd server started on 0.0.0.0:40001 (v0.17)
2025-09-27 23:17:44.333904 +0000 note Net::Statsd::Server: manager interface started on 0.0.0.0:40002
2025-09-27 23:17:44.333940 +0000 note Net::Statsd::Server: metrics flush will happen every 1s
2025-09-27 23:17:45.335056 +0000 note Net::Statsd::Server: flushing metrics
Flushing stats at Sat Sep 27 23:17:45 2025
{"timers":{},"sets":null,"gauges":{},"counter_rates":{"statsd.packets_received":1,"statsd.bad_lines_seen":0,"a_test_value,category=web,severity=high":100},"pctThreshold":[90],"counters":{"a_test_value,category=web,severity=high":100,"statsd.bad_lines_seen":0,"statsd.packets_received":1},"timer_data":{}}
# stats.counters.a_test_value,category=web,severity=high.rate 100.000000 1759015065
# stats.counters.a_test_value,category=web,severity=high.count 100 1759015065
# stats.counters.statsd.bad_lines_seen.rate 0.000000 1759015065
# stats.counters.statsd.bad_lines_seen.count 0 1759015065
# stats.counters.statsd.packets_received.rate 1.000000 1759015065
# stats.counters.statsd.packets_received.count 1 1759015065
# stats.statsd.numStats 3 1759015065
# stats.statsd.graphiteStats.calculationtime 0.036000 1759015065
# stats.statsd.processing_time 0.019 1759015065
# stats.statsd.graphiteStats.last_exception 94227513932392 1759015065
# stats.statsd.graphiteStats.last_flush 94227513932392 1759015065
t/integration-tests/keys-with-tags.t ....... ok
2025-09-27 23:17:45.000000 +0000 note Net::Statsd::Server: Initializing Net::Statsd::Server::Backend::Graphite backend
2025-09-27 23:17:45.000000 +0000 info AnyEvent: Autoloaded model 'AnyEvent::Impl::Perl', using it.
2025-09-27 23:17:45.525716 +0000 note Net::Statsd::Server: statsd server started on 0.0.0.0:40001 (v0.17)
2025-09-27 23:17:45.525759 +0000 note Net::Statsd::Server: manager interface started on 0.0.0.0:40002
2025-09-27 23:17:45.525799 +0000 note Net::Statsd::Server: metrics flush will happen every 1s
# Expected mean value is 1978.47
2025-09-27 23:17:46.528835 +0000 note Net::Statsd::Server: flushing metrics
# stats.counters.statsd.packets_received.rate 100.000000 1759015066
# stats.counters.statsd.packets_received.count 100 1759015066
# stats.counters.statsd.bad_lines_seen.rate 0.000000 1759015066
# stats.counters.statsd.bad_lines_seen.count 0 1759015066
# stats.timers.read_latency.count_ps 100.000000 1759015066
# stats.timers.read_latency.count_99 99.000000 1759015066
# stats.timers.read_latency.sum_squares_98 409326773.000000 1759015066
# stats.timers.read_latency.sum_squares_99 418201214.000000 1759015066
# stats.timers.read_latency.sum_98 191875.000000 1759015066
# stats.timers.read_latency.upper_95 2937.000000 1759015066
# stats.timers.read_latency.count_95 95.000000 1759015066
# stats.timers.read_latency.mean_98 1957.908163 1759015066
# stats.timers.read_latency.mean_99 1968.222222 1759015066
# stats.timers.read_latency.sum_95 183008.000000 1759015066
# stats.timers.read_latency.upper_99 2979.000000 1759015066
# stats.timers.read_latency.sum_squares 427159263.000000 1759015066
# stats.timers.read_latency.lower 1026.000000 1759015066
# stats.timers.read_latency.upper 2993.000000 1759015066
# stats.timers.read_latency.count_98 98.000000 1759015066
# stats.timers.read_latency.mean 1978.470000 1759015066
# stats.timers.read_latency.std 597.703178 1759015066
# stats.timers.read_latency.sum 197847.000000 1759015066
# stats.timers.read_latency.mean_95 1926.400000 1759015066
# stats.timers.read_latency.count 100.000000 1759015066
# stats.timers.read_latency.sum_99 194854.000000 1759015066
# stats.timers.read_latency.upper_98 2963.000000 1759015066
# stats.timers.read_latency.median 2004.500000 1759015066
# stats.timers.read_latency.sum_squares_95 383118596.000000 1759015066
# stats.statsd.numStats 3 1759015066
# stats.statsd.graphiteStats.calculationtime 0.253000 1759015066
# stats.statsd.processing_time 0.633 1759015066
# stats.statsd.graphiteStats.last_exception 94121434196584 1759015066
# stats.statsd.graphiteStats.last_flush 94121434196584 1759015066
t/integration-tests/percent-threshold.t .... ok
2025-09-27 23:17:46.000000 +0000 note Net::Statsd::Server: Initializing Net::Statsd::Server::Backend::Console backend
2025-09-27 23:17:46.000000 +0000 note Net::Statsd::Server: Initializing Net::Statsd::Server::Backend::Graphite backend
2025-09-27 23:17:46.000000 +0000 info AnyEvent: Autoloaded model 'AnyEvent::Impl::Perl', using it.
2025-09-27 23:17:46.713360 +0000 note Net::Statsd::Server: statsd server started on 0.0.0.0:40001 (v0.17)
2025-09-27 23:17:46.713399 +0000 note Net::Statsd::Server: manager interface started on 0.0.0.0:40002
2025-09-27 23:17:46.713434 +0000 note Net::Statsd::Server: metrics flush will happen every 1s
2025-09-27 23:17:47.716449 +0000 note Net::Statsd::Server: flushing metrics
Flushing stats at Sat Sep 27 23:17:47 2025
{"pctThreshold":["90"],"timer_data":{"a_test_value":{"count_90":1,"sum":"100","mean":100,"count_ps":1,"std":0,"sum_90":"100","mean_90":"100","upper":"100","upper_90":"100","sum_squares":10000,"sum_squares_90":10000,"count":1,"median":"100","lower":"100"}},"counters":{"statsd.packets_received":1,"statsd.bad_lines_seen":0},"timers":{"a_test_value":["100"]},"counter_rates":{"statsd.packets_received":1,"statsd.bad_lines_seen":0},"sets":null,"gauges":{}}
# stats.counters.statsd.packets_received.rate 1.000000 1759015067
# stats.counters.statsd.packets_received.count 1 1759015067
# stats.counters.statsd.bad_lines_seen.rate 0.000000 1759015067
# stats.counters.statsd.bad_lines_seen.count 0 1759015067
# stats.timers.a_test_value.count_90 1.000000 1759015067
# stats.timers.a_test_value.sum 100.000000 1759015067
# stats.timers.a_test_value.mean 100.000000 1759015067
# stats.timers.a_test_value.count_ps 1.000000 1759015067
# stats.timers.a_test_value.std 0.000000 1759015067
# stats.timers.a_test_value.sum_90 100.000000 1759015067
# stats.timers.a_test_value.mean_90 100.000000 1759015067
# stats.timers.a_test_value.upper 100.000000 1759015067
# stats.timers.a_test_value.upper_90 100.000000 1759015067
# stats.timers.a_test_value.sum_squares 10000.000000 1759015067
# stats.timers.a_test_value.sum_squares_90 10000.000000 1759015067
# stats.timers.a_test_value.count 1.000000 1759015067
# stats.timers.a_test_value.median 100.000000 1759015067
# stats.timers.a_test_value.lower 100.000000 1759015067
# stats.statsd.numStats 3 1759015067
# stats.statsd.graphiteStats.calculationtime 0.064000 1759015067
# stats.statsd.processing_time 0.055 1759015067
# stats.statsd.graphiteStats.last_exception 94055845927528 1759015067
# stats.statsd.graphiteStats.last_flush 94055845927528 1759015067
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.05 usr 0.02 sys + 1.12 cusr 0.17 csys = 1.36 CPU)
Result: PASS
------------------------------
PREREQUISITES
------------------------------
Prerequisite modules loaded:
requires:
Module Need Have
--------------------- ---- --------
AnyEvent::Handle::UDP 0 0.050
IO::Socket::INET 0 1.55
JSON::XS 0 4.04
build_requires:
Module Need Have
--------------------- ---- --------
ExtUtils::MakeMaker 0 7.76
Test::More 0 1.302214
configure_requires:
Module Need Have
--------------------- ---- --------
ExtUtils::MakeMaker 0 7.76
------------------------------
ENVIRONMENT AND OTHER CONTEXT
------------------------------
Environment variables:
AUTOMATED_TESTING = 1
LANG = en_US.UTF-8
PATH = /home/sand/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/perl/bin:/usr/X11/bin
PERL = /tmp/basesmoker-reloperl-o498/bin/perl
PERL5LIB = /tmp/loop_over_bdir-2780775-EiAH5k/Dpkg-1.22.21-0/blib/arch:/tmp/loop_over_bdir-2780775-EiAH5k/Dpkg-1.22.21-0/blib/lib
PERL5OPT =
PERL5_CPANPLUS_IS_RUNNING = 2780783
PERL5_CPAN_IS_RUNNING = 2780783
PERL_CANARY_STABILITY_NOPROMPT = 1
PERL_MM_USE_DEFAULT = 1
PERL_USE_UNSAFE_INC = 1
SHELL = /usr/bin/zsh
TERM = screen
Perl special variables (and OS-specific diagnostics, for MSWin32):
$^X = /tmp/basesmoker-reloperl-o498/bin/perl
$UID/$EUID = 1005 / 1005
$GID = 1005 1005
$EGID = 1005 1005
Perl module toolchain versions installed:
Module Have
------------------- --------
CPAN 2.38
CPAN::Meta 2.150010
Cwd 3.94
ExtUtils::CBuilder 0.280242
ExtUtils::Command 7.76
ExtUtils::Install 2.22
ExtUtils::MakeMaker 7.76
ExtUtils::Manifest 1.75
ExtUtils::ParseXS 3.60
File::Spec 3.94
JSON 4.10
JSON::PP 4.16
Module::Build 0.4234
Module::Signature 0.93
Parse::CPAN::Meta 2.150010
Test2 1.302214
Test::Harness 3.52
Test::More 1.302214
YAML 1.31
YAML::Syck 1.34
version 0.9933
--
Summary of my perl5 (revision 5 version 43 subversion 3) configuration:
Commit id: a4c1611e1b8cba7a38a69ee28ed3c2bd63b40467
Platform:
osname=linux
osvers=5.4.0-216-generic
archname=x86_64-linux
uname='linux k93focal 5.4.0-216-generic #236-ubuntu smp fri apr 11 19:53:21 utc 2025 x86_64 x86_64 x86_64 gnulinux '
config_args='-Dprefix=/home/sand/src/perl/repoperls/installed-perls/host/k93focal/v5.43.3/b254 -Dmyhostname=k93focal -Dinstallusrbinperl=n -Uversiononly -Dusedevel -des -Ui_db -Dlibswanted=cl pthread socket inet nsl gdbm dbm malloc dl ld sun m crypt sec util c cposix posix ucb BSD gdbm_compat -Uuseithreads -Uuselongdouble -DEBUGGING=both'
hint=recommended
useposix=true
d_sigaction=define
useithreads=undef
usemultiplicity=undef
use64bitint=define
use64bitall=define
uselongdouble=undef
usemymalloc=n
default_inc_excludes_dot=define
Compiler:
cc='cc'
ccflags ='-fwrapv -DDEBUGGING -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64'
optimize='-O2 -g'
cppflags='-fwrapv -DDEBUGGING -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include'
ccversion=''
gccversion='9.4.0'
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/x86_64-linux-gnu /usr/lib /usr/lib64
libs=-lpthread -lnsl -ldl -lm -lcrypt -lutil -lc
perllibs=-lpthread -lnsl -ldl -lm -lcrypt -lutil -lc
libc=libc-2.31.so
so=so
useshrplib=false
libperl=libperl.a
gnulibc_version='2.31'
Dynamic Linking:
dlsrc=dl_dlopen.xs
dlext=so
d_dlsymun=undef
ccdlflags='-Wl,-E'
cccdlflags='-fPIC'
lddlflags='-shared -O2 -g -L/usr/local/lib -fstack-protector-strong'
Characteristics of this binary (from libperl):
Compile-time options:
DEBUGGING
HAS_LONG_DOUBLE
HAS_STRTOLD
HAS_TIMES
PERLIO_LAYERS
PERL_COPY_ON_WRITE
PERL_DONT_CREATE_GVSV
PERL_HASH_FUNC_SIPHASH13
PERL_HASH_USE_SBOX32
PERL_MALLOC_WRAP
PERL_OP_PARENT
PERL_PRESERVE_IVUV
PERL_USE_DEVEL
PERL_USE_SAFE_PUTENV
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 Sep 24 2025 22:20:56
%ENV:
PERL="/tmp/basesmoker-reloperl-o498/bin/perl"
PERL5LIB="/tmp/loop_over_bdir-2780775-EiAH5k/Dpkg-1.22.21-0/blib/arch:/tmp/loop_over_bdir-2780775-EiAH5k/Dpkg-1.22.21-0/blib/lib"
PERL5OPT=""
PERL5_CPANPLUS_IS_RUNNING="2780783"
PERL5_CPAN_IS_RUNNING="2780783"
PERL_CANARY_STABILITY_NOPROMPT="1"
PERL_MM_USE_DEFAULT="1"
PERL_USE_UNSAFE_INC="1"
@INC:
/tmp/loop_over_bdir-2780775-EiAH5k/Dpkg-1.22.21-0/blib/arch
/tmp/loop_over_bdir-2780775-EiAH5k/Dpkg-1.22.21-0/blib/lib
/home/sand/src/perl/repoperls/installed-perls/host/k93focal/v5.43.3/b254/lib/site_perl/5.43.3/x86_64-linux
/home/sand/src/perl/repoperls/installed-perls/host/k93focal/v5.43.3/b254/lib/site_perl/5.43.3
/home/sand/src/perl/repoperls/installed-perls/host/k93focal/v5.43.3/b254/lib/5.43.3/x86_64-linux
/home/sand/src/perl/repoperls/installed-perls/host/k93focal/v5.43.3/b254/lib/5.43.3
.