JSON-Schema-Draft201909 v0.023 Perl 5 v5.16.0 i686-linux-64int

Status
Pass
From
Chris Williams (BINGOS)
Dist
JSON-Schema-Draft201909 v0.023
Platform
Perl 5 v5.16.0 i686-linux-64int
Date
2021-02-28 14:26:40
ID
f9290370-79d0-11eb-84bc-edd243e66a77
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 ETHER,

This is a computer-generated error report created automatically by
CPANPLUS, version 0.9910. Testers personal comments may appear
at the end of this report.


Thank you for uploading your work to CPAN.  Congratulations!
All tests were successful.

TEST RESULTS:

Below is the error stack from stage 'make test':

# 
# Versions for all modules listed in MYMETA.json (including optional ones):
# 
# === Configure Requires ===
# 
#     Module                   Want  Have
#     ----------------------- ----- -----
#     ExtUtils::MakeMaker       any  7.58
#     File::ShareDir::Install  0.06  0.13
#     Module::Build::Tiny     0.034 0.039
# 
# === Test Requires ===
# 
#     Module                          Want     Have
#     ------------------------------ ----- --------
#     File::Spec                       any     3.75
#     Module::Metadata                 any 1.000037
#     Scalar::Util                     any     1.55
#     Test::Deep                       any    1.130
#     Test::Deep::UnorderedPairs       any    0.006
#     Test::Fatal                      any    0.016
#     Test::File::ShareDir             any 1.001002
#     Test::JSON::Schema::Acceptance 1.000    1.003
#     Test::Memory::Cycle              any     1.06
#     Test::More                      0.96 1.302183
#     lib                              any     0.63
#     open                             any     1.10
#     utf8                             any     1.09
# 
# === Test Recommends ===
# 
#     Module         Want     Have
#     ---------- -------- --------
#     CPAN::Meta 2.120900 2.150010
# 
# === Runtime Requires ===
# 
#     Module                   Want     Have
#     -------------------- -------- --------
#     B                         any     1.34
#     Carp                      any     1.26
#     Exporter                  any     5.66
#     Feature::Compat::Try      any     0.02
#     File::ShareDir            any    1.118
#     JSON::MaybeXS        1.004001 1.004003
#     JSON::PP                  any     4.04
#     List::Util               1.55     1.55
#     Module::Runtime           any    0.016
#     Mojo::JSON::Pointer       any    undef
#     Mojo::URL                 any    undef
#     Mojolicious              7.23     9.01
#     Moo                       any 2.004004
#     Moo::Object               any    undef
#     Moo::Role                 any 2.004004
#     MooX::HandlesVia          any 0.001009
#     MooX::TypeTiny       0.002002 0.002003
#     Path::Tiny                any    0.118
#     Ref::Util               0.100    0.204
#     Safe::Isa                 any 1.000010
#     Storable                  any     3.15
#     Types::Standard      1.010002 1.012001
#     constant                  any     1.23
#     if                        any   0.0602
#     namespace::clean          any     0.27
#     overload                  any     1.18
#     strict                    any     1.07
#     strictures                  2 2.000006
#     warnings                  any     1.13
# 
# === Runtime Suggests ===
# 
#     Module                 Want    Have
#     ---------------------- ---- -------
#     Class::XSAccessor       any missing
#     Data::Validate::Domain  any missing
#     Email::Address::XS     1.01 missing
#     Net::IDN::Encode        any missing
#     Time::Moment            any missing
#     Type::Tiny::XS          any missing
# 
# === Other Modules ===
# 
#     Module              Have
#     ---------------- -------
#     Cpanel::JSON::XS    4.25
#     Encode              2.44
#     File::Temp        0.2311
#     JSON::PP            4.04
#     JSON::XS         missing
#     Module::Runtime    0.016
#     Mojolicious         9.01
#     Pod::Coverage    missing
#     Sub::Name        missing
#     YAML             missing
#     autodie             2.10
# 
t/00-report-prereqs.t ..... ok
t/add-schema.t ............ ok
# 
# 
# Results using Test::JSON::Schema::Acceptance 1.003
# using custom test directory: /home/cpan/pit/64bit/conf/perl-5.16.0/.cpanplus/5.16.0/build/33quwtZGzc/JSON-Schema-Draft201909-0.023/t/additional-tests
# optional tests included: no
# 
# filename                           pass  todo-fail  fail
# --------------------------------------------------------
# anchor.json                           2          0     0
# badRef.json                           3          0     0
# faux-buggy-schemas.json               2          0     0
# format-duration.json                  5          0     0
# format-relative-json-pointer.json     7          0     0
# future-keywords-draft2019-09.json    10          0     0
# id.json                               2          0     0
# invalid-input.json                    2          0     0
# keyword-independence.json           688          0     0
# loose-types-const-enum.json           8          0     0
# not-an-anchor.json                    2          0     0
# not-an-id.json                        2          0     0
# recursive-dynamic.json                2          0     0
# recursiveRef.json                    27          0     0
# ref-and-id.json                       4          0     0
# ref.json                              6          0     0
# short-circuit.json                   20          0     0
# unicode.json                          4          0     0
# --------------------------------------------------------
# TOTAL                               796          0     0
# 
t/additional-tests.t ...... ok
t/annotations.t ........... ok
t/booleans.t .............. ok
t/cached-metaschemas.t .... ok
t/dialects.t .............. ok
t/document.t .............. ok
t/equality.t .............. ok
t/errors.t ................ ok
t/evaluate_json_string.t .. ok
t/find-identifiers.t ...... ok
t/formats.t ............... ok
t/max_traversal_depth.t ... ok
t/output_format.t ......... ok
t/pattern.t ............... ok
t/ref.t ................... ok
t/traverse.t .............. ok
t/type.t .................. ok
# 
# 
# Results using Test::JSON::Schema::Acceptance 1.003
# with commit 6505944d38c414039cd8f27e3312b9e3831a0a16 (2.0.0-299-g6505944)
# from git://github.com/json-schema-org/JSON-Schema-Test-Suite.git:
# specification version: draft2019-09
# optional tests included: yes
# 
# filename                                    pass  todo-fail  fail
# -----------------------------------------------------------------
# additionalItems.json                          13          0     0
# additionalProperties.json                     15          0     0
# allOf.json                                    30          0     0
# anchor.json                                    6          0     0
# anyOf.json                                    18          0     0
# boolean_schema.json                           18          0     0
# const.json                                    50          0     0
# contains.json                                 18          0     0
# content.json                                  18          0     0
# default.json                                   4          0     0
# defs.json                                      2          0     0
# dependentRequired.json                        20          0     0
# dependentSchemas.json                         13          0     0
# enum.json                                     33          0     0
# exclusiveMaximum.json                          4          0     0
# exclusiveMinimum.json                          4          0     0
# format.json                                  114          0     0
# id.json                                       13          0     0
# if-then-else.json                             26          0     0
# infinite-loop-detection.json                   2          0     0
# items.json                                    26          0     0
# maxContains.json                              10          0     0
# maxItems.json                                  4          0     0
# maxLength.json                                 5          0     0
# maxProperties.json                             8          0     0
# maximum.json                                   8          0     0
# minContains.json                              23          0     0
# minItems.json                                  4          0     0
# minLength.json                                 5          0     0
# minProperties.json                             6          0     0
# minimum.json                                  11          0     0
# multipleOf.json                                9          0     0
# not.json                                      12          0     0
# oneOf.json                                    27          0     0
# pattern.json                                   9          0     0
# patternProperties.json                        22          0     0
# properties.json                               20          0     0
# propertyNames.json                            10          0     0
# recursiveRef.json                             32          0     0
# ref.json                                      34          0     0
# refRemote.json                                15          0     0
# required.json                                  9          0     0
# type.json                                     80          0     0
# unevaluatedItems.json                         33          0     0
# unevaluatedProperties.json                    51          0     0
# uniqueItems.json                              64          0     0
# optional/bignum.json                           2          7     0
# optional/ecmascript-regex.json                29         11     0
# optional/float-overflow.json                   0          1     0
# optional/non-bmp-regex.json                   12          0     0
# optional/refOfUnknownKeyword.json              4          0     0
# optional/format/date-time.json                 5          6     0
# optional/format/date.json                      1          4     0
# optional/format/duration.json                 17          0     0
# optional/format/email.json                     5          4     0
# optional/format/hostname.json                  3          9     0
# optional/format/idn-email.json                 2          2     0
# optional/format/idn-hostname.json             16         29     0
# optional/format/ipv4.json                      6          0     0
# optional/format/ipv6.json                     29          0     0
# optional/format/iri-reference.json             5          2     0
# optional/format/iri.json                       8          1     0
# optional/format/json-pointer.json             32          0     0
# optional/format/regex.json                     2          0     0
# optional/format/relative-json-pointer.json     6          0     0
# optional/format/time.json                      1          2     0
# optional/format/uri-reference.json             7          0     0
# optional/format/uri-template.json              3          1     0
# optional/format/uri.json                      19          1     0
# optional/format/uuid.json                     12          0     0
# -----------------------------------------------------------------
# TOTAL                                       1184         80     0
# 
t/zzz-acceptance.t ........ ok
All tests successful.

Test Summary Report
-------------------
t/zzz-acceptance.t      (Wstat: 0 Tests: 1266 Failed: 0)
  TODO passed:   959-1008, 1025-1040, 1058-1127, 1163-1169
                1175, 1219-1221, 1229-1232, 1252
Files=20, Tests=2189, 13 wallclock secs ( 0.99 usr  0.08 sys + 11.19 cusr  0.39 csys = 12.65 CPU)
Result: PASS


PREREQUISITES:

Here is a list of prerequisites you specified and versions we
managed to load:

	  Module Name                        Have     Want
	  B                                  1.34        0
	  Carp                               1.26        0
	  Exporter                           5.66        0
	  Feature::Compat::Try               0.02        0
	  File::ShareDir                    1.118        0
	  File::Spec                         3.75        0
	  JSON::MaybeXS                  1.004003 1.004001
	  JSON::PP                           4.04        0
	  List::Util                         1.55     1.55
	  Module::Metadata               1.000037        0
	  Module::Runtime                   0.016        0
	  Mojo::JSON::Pointer                   0        0
	  Mojo::URL                             0        0
	  Mojolicious                        9.01     7.23
	  Moo                            2.004004        0
	  Moo::Object                           0        0
	  Moo::Role                      2.004004        0
	  MooX::HandlesVia               0.001009        0
	  MooX::TypeTiny                 0.002003 0.002002
	  Path::Tiny                        0.118        0
	  Ref::Util                         0.204    0.100
	  Safe::Isa                      1.000010        0
	  Scalar::Util                       1.55        0
	  Storable                           3.15        0
	  Test::Deep                        1.130        0
	  Test::Deep::UnorderedPairs        0.006        0
	  Test::Fatal                       0.016        0
	  Test::File::ShareDir           1.001002        0
	  Test::JSON::Schema::Acceptance    1.003    1.000
	  Test::Memory::Cycle                1.06        0
	  Test::More                     1.302183     0.96
	  Types::Standard                1.012001 1.010002
	  constant                           1.23        0
	  if                               0.0602        0
	  lib                                0.63        0
	  namespace::clean                   0.27        0
	  open                               1.10        0
	  overload                           1.18        0
	  strict                             1.07        0
	  strictures                     2.000006        2
	  utf8                               1.09        0
	  warnings                           1.13        0

Perl module toolchain versions installed:
	Module Name                        Have
	CPANPLUS                         0.9910
	CPANPLUS::Dist::Build              0.90
	Cwd                                3.75
	ExtUtils::CBuilder             0.280235
	ExtUtils::Command                  7.58
	ExtUtils::Install                  2.20
	ExtUtils::MakeMaker                7.58
	ExtUtils::Manifest                 1.73
	ExtUtils::ParseXS                  3.35
	File::Spec                         3.75
	Module::Build                    0.4231
	Pod::Parser                        1.51
	Pod::Simple                        3.20
	Test2                          1.302183
	Test::Harness                      3.42
	Test::More                     1.302183
	version                          0.9928

******************************** NOTE ********************************
The comments above are created mechanically, possibly without manual
checking by the sender.  As there are many people performing automatic
tests on each upload to CPAN, it is likely that you will receive
identical messages about the same problem.

If you believe that the message is mistaken, please reply to the first
one with correction and/or additional informations, and do not take
it personally.  We appreciate your patience. :)
**********************************************************************

Additional comments:


This report was machine-generated by CPANPLUS::Dist::YACSmoke 1.08.
Powered by minismokebox version 0.68

CPANPLUS is prefering Build.PL

------------------------------
ENVIRONMENT AND OTHER CONTEXT
------------------------------

Environment variables:

    AUTOMATED_TESTING = 1
    LANG = en_GB.UTF-8
    LANGUAGE = en_GB:en
    NONINTERACTIVE_TESTING = 1
    PATH = /usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games
    PERL5LIB = /home/cpan/pit/jail/LM3QqaTQmD/lib/perl5:/home/cpan/pit/64bit/conf/perl-5.16.0/.cpanplus/5.16.0/build/33quwtZGzc/JSON-Schema-Draft201909-0.023/blib/lib:/home/cpan/pit/64bit/conf/perl-5.16.0/.cpanplus/5.16.0/build/33quwtZGzc/JSON-Schema-Draft201909-0.023/blib/arch
    PERL5_CPANPLUS_IS_RUNNING = 3869
    PERL5_CPANPLUS_IS_VERSION = 0.9910
    PERL5_MINISMOKEBOX = 0.68
    PERL5_YACSMOKE_BASE = /home/cpan/pit/64bit/conf/perl-5.16.0
    PERL_EXTUTILS_AUTOINSTALL = --defaultdeps
    PERL_LOCAL_LIB_ROOT = /home/cpan/pit/jail/LM3QqaTQmD
    PERL_MB_OPT = --install_base "/home/cpan/pit/jail/LM3QqaTQmD"
    PERL_MM_OPT = INSTALL_BASE=/home/cpan/pit/jail/LM3QqaTQmD
    PERL_MM_USE_DEFAULT = 1
    SHELL = /bin/bash
    TERM = screen

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

    Perl: $^X = /home/cpan/pit/64bit/perl-5.16.0/bin/perl
    UID:  $<  = 1001
    EUID: $>  = 1001
    GID:  $(  = 1001 1001
    EGID: $)  = 1001 1001


-------------------------------


--

Summary of my perl5 (revision 5 version 16 subversion 0) configuration:
   
  Platform:
    osname=linux, osvers=4.19.0-6-686, archname=i686-linux-64int
    uname='linux dagobah 4.19.0-6-686 #1 smp debian 4.19.67-2+deb10u2 (2019-11-11) i686 gnulinux '
    config_args='-des -Dprefix=/home/cpan/pit/64bit/perl-5.16.0 -Duse64bitint'
    hint=recommended, useposix=true, d_sigaction=define
    useithreads=undef, usemultiplicity=undef
    useperlio=define, d_sfio=undef, uselargefiles=define, usesocks=undef
    use64bitint=define, use64bitall=undef, uselongdouble=undef
    usemymalloc=n, bincompat5005=undef
  Compiler:
    cc='cc', ccflags ='-fwrapv -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64',
    optimize='-O2',
    cppflags='-fwrapv -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include'
    ccversion='', gccversion='8.3.0', gccosandvers=''
    intsize=4, longsize=4, ptrsize=4, doublesize=8, byteorder=12345678
    d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=12
    ivtype='long long', ivsize=8, nvtype='double', nvsize=8, Off_t='off_t', lseeksize=8
    alignbytes=4, prototype=define
  Linker and Libraries:
    ld='cc', ldflags =' -fstack-protector -L/usr/local/lib'
    libpth=/usr/local/lib /lib/i386-linux-gnu /lib/../lib /usr/lib/i386-linux-gnu /usr/lib/../lib /lib /usr/lib /lib64 /usr/lib64
    libs=-lnsl -lgdbm -ldl -lm -lcrypt -lutil -lc
    perllibs=-lnsl -ldl -lm -lcrypt -lutil -lc
    libc=libc-2.28.so, so=so, useshrplib=false, libperl=libperl.a
    gnulibc_version='2.28'
  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_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.80
  Built under linux
  Compiled at Nov 29 2019 10:30:00
  %ENV:
    PERL5LIB="/home/cpan/pit/jail/LM3QqaTQmD/lib/perl5:/home/cpan/pit/64bit/conf/perl-5.16.0/.cpanplus/5.16.0/build/33quwtZGzc/JSON-Schema-Draft201909-0.023/blib/lib:/home/cpan/pit/64bit/conf/perl-5.16.0/.cpanplus/5.16.0/build/33quwtZGzc/JSON-Schema-Draft201909-0.023/blib/arch"
    PERL5_CPANPLUS_IS_RUNNING="3869"
    PERL5_CPANPLUS_IS_VERSION="0.9910"
    PERL5_MINISMOKEBOX="0.68"
    PERL5_YACSMOKE_BASE="/home/cpan/pit/64bit/conf/perl-5.16.0"
    PERL_EXTUTILS_AUTOINSTALL="--defaultdeps"
    PERL_LOCAL_LIB_ROOT="/home/cpan/pit/jail/LM3QqaTQmD"
    PERL_MB_OPT="--install_base "/home/cpan/pit/jail/LM3QqaTQmD""
    PERL_MM_OPT="INSTALL_BASE=/home/cpan/pit/jail/LM3QqaTQmD"
    PERL_MM_USE_DEFAULT="1"
  @INC:
    /home/cpan/pit/jail/LM3QqaTQmD/lib/perl5/5.16.0/i686-linux-64int
    /home/cpan/pit/jail/LM3QqaTQmD/lib/perl5/5.16.0
    /home/cpan/pit/jail/LM3QqaTQmD/lib/perl5/i686-linux-64int
    /home/cpan/pit/jail/LM3QqaTQmD/lib/perl5
    /home/cpan/pit/64bit/conf/perl-5.16.0/.cpanplus/5.16.0/build/33quwtZGzc/JSON-Schema-Draft201909-0.023/blib/lib
    /home/cpan/pit/64bit/conf/perl-5.16.0/.cpanplus/5.16.0/build/33quwtZGzc/JSON-Schema-Draft201909-0.023/blib/arch
    /home/cpan/pit/64bit/perl-5.16.0/lib/site_perl/5.16.0/i686-linux-64int
    /home/cpan/pit/64bit/perl-5.16.0/lib/site_perl/5.16.0
    /home/cpan/pit/64bit/perl-5.16.0/lib/5.16.0/i686-linux-64int
    /home/cpan/pit/64bit/perl-5.16.0/lib/5.16.0
    .