preaction / Log-Any

Simple, fast Perl logging API compatible with any logging system
Other
13 stars 19 forks source link

1.709: test suite is failing #84

Open kloczek opened 3 years ago

kloczek commented 3 years ago
+ /usr/bin/make -O -j48 V=1 VERBOSE=1 test
PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
t/00-compile.t .............. ok
#
# Versions for all modules listed in MYMETA.json (including optional ones):
#
# === Configure Requires ===
#
#     Module              Want Have
#     ------------------- ---- ----
#     ExtUtils::MakeMaker  any 7.60
#
# === Build Requires ===
#
#     Module              Want Have
#     ------------------- ---- ----
#     ExtUtils::MakeMaker  any 7.60
#
# === Test Requires ===
#
#     Module              Want     Have
#     ------------------- ---- --------
#     ExtUtils::MakeMaker  any     7.60
#     File::Spec           any     3.78
#     IO::Handle           any     1.42
#     IPC::Open3           any     1.21
#     Test::More           any 1.302183
#
# === Test Recommends ===
#
#     Module         Want     Have
#     ---------- -------- --------
#     CPAN::Meta 2.120900 2.150010
#
# === Runtime Requires ===
#
#     Module         Want     Have
#     -------------- ---- --------
#     B               any     1.80
#     Carp            any     1.50
#     Data::Dumper    any 2.174_01
#     Exporter        any     5.74
#     Fcntl           any     1.13
#     File::Basename  any     2.85
#     FindBin         any     1.51
#     IO::File        any     1.41
#     List::Util      any     1.55
#     Storable        any     3.21
#     Sys::Syslog     any     0.36
#     Test::Builder   any 1.302183
#     constant        any     1.33
#     strict          any     1.11
#     warnings        any     1.47
#
t/00-report-prereqs.t ....... ok
t/adapter-import.t .......... ok
t/author-pod-syntax.t ....... skipped: these tests are for testing by the author
t/capture.t ................. ok
t/context.t ................. ok
t/default-adapter-env.t ..... ok
t/default-adapter-params.t .. ok
t/default-adapter-use.t ..... ok
t/default-adapter.t ......... ok
t/default-vs-test.t ......... ok
t/errors-adapter.t .......... ok
t/filescreen.t .............. ok
t/import.t .................. ok
t/inner-adapter.t ........... ok
t/log-any-test.t ............ ok
t/memory.t .................. ok
t/multiplex.t ............... ok
t/null-proxy.t .............. ok
t/proxy.t ................... ok
t/release-backcompat.t ...... skipped: these tests are for release candidate testing
t/replace_log.t ............. ok
t/sprintf.t ................. ok
t/stringify.t ............... ok
t/structured-logging.t ...... ok

#   Failed test 'Log::Any debug maps to the right syslog priority'
#   at t/syslog.t line 38.
#          got: 'crit'
#     expected: 'debug'

#   Failed test 'Log::Any passed through the right message'
#   at t/syslog.t line 39.
#          got: 'critical level log'
#     expected: 'debug level log'

#   Failed test 'Log::Any trace maps to the right syslog priority'
#   at t/syslog.t line 38.
#          got: 'notice'
#     expected: 'debug'

#   Failed test 'Log::Any passed through the right message'
#   at t/syslog.t line 39.
#          got: 'notice level log'
#     expected: 'trace level log'
# Looks like you failed 4 tests of 27.
t/syslog.t ..................
Dubious, test returned 4 (wstat 1024, 0x400)
Failed 4/27 subtests
t/util.t .................... ok
t/valid-methods.t ........... ok

Test Summary Report
-------------------
t/syslog.t                (Wstat: 1024 Tests: 27 Failed: 4)
  Failed tests:  5-6, 15-16
  Non-zero exit status: 4
Files=28, Tests=301,  3 wallclock secs ( 0.14 usr  0.07 sys +  2.02 cusr  0.38 csys =  2.61 CPU)
Result: FAIL
Failed 1/28 test programs. 4/301 subtests failed.
make: *** [Makefile:925: test_dynamic] Error 255
kloczek commented 7 months ago

gentle ping .. any update? 🤔