Jedi-Plugin-Auth v0.01 Perl 5 v5.28.1 amd64-freebsd-ld

Status
Fail
From
Slaven Rezić (SREZIC)
Dist
Jedi-Plugin-Auth v0.01
Platform
Perl 5 v5.28.1 amd64-freebsd-ld
Date
2020-06-18 22:45:27
ID
67fa4f46-b1b5-11ea-b175-b71b1f24ea8f
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 celogeek,

This is a computer-generated report for Jedi-Plugin-Auth-0.01
on perl 5.28.1, created by CPAN-Reporter-1.2018.

Thank you for uploading your work to CPAN.  However, there was a problem
testing your distribution.

If you think this report is invalid, please consult the CPAN Testers Wiki
for suggestions on how to avoid getting FAIL reports for missing library
or binary dependencies, unsupported operating systems, and so on:

http://wiki.cpantesters.org/wiki/CPANAuthorNotes

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 './Build test':

t/00-compile.t ........... ok
# Testing with Perl 5.028001, /usr/perl5.28.1Dp/bin/perl5.28.1
#     B::Hooks::EndOfScope version is 0.24
#     Carp version is 1.50
#     DBIx::Class::Core version is undefined
#     DBIx::Class::Migration version is 0.075
#     DBIx::Class::Schema version is undefined
#     Data::UUID version is 1.224
#     Digest::SHA1 version is 2.13
#     File::Spec version is 3.75
#     HTTP::Request::Common version is 6.24
#     IO::Handle version is 1.42
#     IPC::Open3 version is 1.20
#     Import::Into version is 1.002005
#     JSON version is 4.02
#     Jedi version is 1.008
#     Jedi::App version is 1.008
#     Jedi::Plugin::Session version is 0.05
#     Module::Build version is 0.4231
#     Module::Runtime version is 0.016
#     Moo::Role version is 2.004000
#     Path::Class version is 0.37
#     Plack::Test version is undefined
#     Scalar::Util version is 1.55
#     Test::File::ShareDir version is 1.001002
#     Test::More version is 1.302175
#     Test::Most version is 0.37
#     base version is 2.27
#     feature version is 1.52
#     strict version is 1.11
#     warnings version is 1.42
t/000-report-versions.t .. ok
[DBICDH] [warn] no need to run upgrade
DBIx::Class::Storage::DBI::insert(): Missing value for primary key column 'id' on User - perhaps you forgot to set its 'is_auto_increment' attribute during add_columns()? Treating 'id' implicitly as an autoinc, and attempting value retrieval at /usr/home/cpansand/.cpan/build/2020061822/Jedi-Plugin-Auth-0.01-1/blib/lib/Jedi/Plugin/Auth/Role.pm line 103
DBIx::Class::Storage::DBI::insert(): Missing value for primary key column 'id' on Role - perhaps you forgot to set its 'is_auto_increment' attribute during add_columns()? Treating 'id' implicitly as an autoinc, and attempting value retrieval at /usr/home/cpansand/.cpan/build/2020061822/Jedi-Plugin-Auth-0.01-1/blib/lib/Jedi/Plugin/Auth/Role.pm line 109

        #   Failed test 'user already exists'
        #   at t/auth.t line 77.
        #                   'DBIx::Class::Storage::DBI::_dbh_execute(): DBI Exception: DBD::SQLite::st execute failed: UNIQUE constraint failed: jedi_auth_users.user [for Statement "INSERT INTO jedi_auth_users ( info, password, user, uuid) VALUES ( ?, ?, ?, ? )" with ParamValues: 1='{"activated":"1"}', 2='a94a8fe5ccb19ba61c4c0873d391e987982fbbd3', 3='test', 4='48F3DB8A-B1B5-11EA-8515-94F5B6877455'] at /usr/home/cpansand/.cpan/build/2020061822/Jedi-Plugin-Auth-0.01-1/blib/lib/Jedi/Plugin/Auth/Role.pm line 103
        # '
        #     doesn't match '(?^:user is not uniq)'
        # Looks like you failed 1 test of 2.

    #   Failed test 'signin again user'
    #   at t/auth.t line 79.
        # No tests run!

    #   Failed test 'No tests run for subtest "signin user2"'
    #   at t/auth.t line 92.
    # Looks like you failed 2 tests of 6.

#   Failed test 'signin'
#   at t/auth.t line 94.
[Test failed.  Stopping test.]# Tests were run but no plan was declared and done_testing() was not seen.
# Looks like your test exited with 255 just after 1.
t/auth.t ................. 
Dubious, test returned 255 (wstat 65280, 0xff00)
Failed 1/1 subtests 
t/author-critic.t ........ skipped: these tests are for testing by the author
t/errors.t ............... ok
t/release-kwalitee.t ..... skipped: these tests are for release candidate testing
t/release-unused-vars.t .. skipped: these tests are for release candidate testing

Test Summary Report
-------------------
t/auth.t               (Wstat: 65280 Tests: 1 Failed: 1)
  Failed test:  1
  Non-zero exit status: 255
  Parse errors: No plan found in TAP output
Files=7, Tests=38,  7 wallclock secs ( 0.04 usr  0.03 sys +  3.59 cusr  2.41 csys =  6.08 CPU)
Result: FAIL
Failed 1/7 test programs. 1/38 subtests failed.

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

Prerequisite modules loaded:

requires:

    Module                 Need   Have    
    ---------------------- ------ --------
    B::Hooks::EndOfScope   0      0.24    
    base                   0      2.27    
    Carp                   0      1.50    
    Data::UUID             0      1.224   
    DBIx::Class::Core      0      0       
    DBIx::Class::Migration 0      0.075   
    DBIx::Class::Schema    0      0       
    Digest::SHA1           0      2.13    
    feature                0      1.52    
    File::ShareDir         1.00   1.116   
    Import::Into           0      1.002005
    Jedi                   1.002  1.008   
    Jedi::Plugin::Session  0.04   0.05    
    JSON                   0      4.02    
    Module::Runtime        0      0.016   
    Moo::Role              0      2.004000
    Path::Class            0      0.37    
    perl                   5.010  5.028001
    strict                 0      1.11    
    warnings               0      1.42    

build_requires:

    Module                 Need   Have    
    ---------------------- ------ --------
    File::Spec             0      3.75    
    HTTP::Request::Common  0      6.24    
    IO::Handle             0      1.42    
    IPC::Open3             0      1.20    
    Jedi                   1.002  1.008   
    Jedi::App              0      1.008   
    Jedi::Plugin::Session  0.04   0.05    
    Module::Build          0.3601 0.4231  
    perl                   5.010  5.028001
    Plack::Test            0      0       
    Scalar::Util           0      1.55    
    Test::File::ShareDir   0      1.001002
    Test::More             0.94   1.302175
    Test::Most             0      0.37    

configure_requires:

    Module                 Need   Have    
    ---------------------- ------ --------
    Module::Build          0.3601 0.4231  


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

Environment variables:

    PATH = /usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/usr/sbin:/sbin:/home/cpansand/bin/freebsd12.0:/home/cpansand/bin/sh:/home/cpansand/bin:/usr/games:/home/cpansand/devel:/usr/home/eserte/src/srezic-misc/scripts
    PERL5LIB = /home/cpansand/.cpan/build/2020061822/Jedi-Plugin-Session-0.05-1/blib/arch:/home/cpansand/.cpan/build/2020061822/Jedi-Plugin-Session-0.05-1/blib/lib:/home/cpansand/.cpan/build/2020061822/Cache-LRU-WithExpires-0.03-1/blib/arch:/home/cpansand/.cpan/build/2020061822/Cache-LRU-WithExpires-0.03-1/blib/lib:/home/cpansand/.cpan/build/2020061822/Jedi-1.008-1/blib/arch:/home/cpansand/.cpan/build/2020061822/Jedi-1.008-1/blib/lib:/home/cpansand/.cpan/build/2020061822/Slurp-0.4-1/blib/arch:/home/cpansand/.cpan/build/2020061822/Slurp-0.4-1/blib/lib:/home/cpansand/.cpan/build/2020061822/CGI-Deurl-XS-0.08-1/blib/arch:/home/cpansand/.cpan/build/2020061822/CGI-Deurl-XS-0.08-1/blib/lib:/home/cpansand/.cpan/build/2020061822/CGI-Cookie-XS-0.18-1/blib/arch:/home/cpansand/.cpan/build/2020061822/CGI-Cookie-XS-0.18-1/blib/lib:/home/cpansand/.cpan/build/2020061822/DBIx-Class-Migration-0.075-0/blib/arch:/home/cpansand/.cpan/build/2020061822/DBIx-Class-Migration-0.075-0/blib/lib:/home/cpansand/.cpan/build/2020061822/MooX-Traits-0.005-0/blib/arch:/home/cpansand/.cpan/build/2020061822/MooX-Traits-0.005-0/blib/lib:/home/cpansand/.cpan/build/2020061822/File-ShareDir-ProjectDistDir-1.000009-0/blib/arch:/home/cpansand/.cpan/build/2020061822/File-ShareDir-ProjectDistDir-1.000009-0/blib/lib:/home/cpansand/.cpan/build/2020061822/DBIx-Class-Fixtures-1.001039-0/blib/arch:/home/cpansand/.cpan/build/2020061822/DBIx-Class-Fixtures-1.001039-0/blib/lib:/home/cpansand/.cpan/build/2020061822/DBIx-Class-InflateColumn-FS-0.01007-0/blib/arch:/home/cpansand/.cpan/build/2020061822/DBIx-Class-InflateColumn-FS-0.01007-0/blib/lib:/home/cpansand/.cpan/build/2020061822/Config-MySQL-0.02-0/blib/arch:/home/cpansand/.cpan/build/2020061822/Config-MySQL-0.02-0/blib/lib
    PERL5OPT = 
    PERL5_CPANPLUS_IS_RUNNING = 74366
    PERL5_CPAN_IS_RUNNING = 74366
    PERL5_CPAN_IS_RUNNING_IN_RECURSION = 90560,74366
    PERLDOC = -MPod::Perldoc::ToTextOverstrike
    PERL_BATCH = yes
    PERL_CANARY_STABILITY_NOPROMPT = 1
    PERL_CPAN_REPORTER_CONFIG = /var/tmp/cpansmoker-1023/2020061820/cpanreporter_001_config.ini
    PERL_EXTUTILS_AUTOINSTALL = --defaultdeps
    PERL_USE_UNSAFE_INC = 1
    SHELL = /usr/local/bin/zsh
    TERM = screen
    TMPDIR = /var/tmp/cpansmoker-1023/2020061820

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

    $^X = /usr/perl5.28.1Dp/bin/perl5.28.1
    $UID/$EUID = 1023 / 1023
    $GID = 1023 1023
    $EGID = 1023 1023

Perl module toolchain versions installed:

    Module              Have    
    ------------------- --------
    CPAN                2.27    
    CPAN::Meta          2.150010
    Cwd                 3.75    
    ExtUtils::CBuilder  0.280231
    ExtUtils::Command   7.42    
    ExtUtils::Install   2.14    
    ExtUtils::MakeMaker 7.42    
    ExtUtils::Manifest  1.70    
    ExtUtils::ParseXS   3.39    
    File::Spec          3.75    
    JSON                4.02    
    JSON::PP            4.04    
    Module::Build       0.4231  
    Module::Signature   0.83    
    Parse::CPAN::Meta   2.150010
    Test::Harness       3.42    
    Test::More          1.302175
    YAML                1.30    
    YAML::Syck          1.32    
    version             0.9924  


--

Summary of my perl5 (revision 5 version 28 subversion 1) configuration:
   
  Platform:
    osname=freebsd
    osvers=12.0-stable
    archname=amd64-freebsd-ld
    uname='freebsd cloud1.bbbike.org 12.0-stable freebsd 12.0-stable 851f4c1257c(stable12) generic amd64 '
    config_args='-ds -e -Dprefix=/usr/perl5.28.1Dp -Duselongdouble -Dcf_email=srezic@cpan.org -Doptimize=-O2 -pipe'
    hint=recommended
    useposix=true
    d_sigaction=define
    useithreads=undef
    usemultiplicity=undef
    use64bitint=define
    use64bitall=define
    uselongdouble=define
    usemymalloc=n
    default_inc_excludes_dot=define
    bincompat5005=undef
  Compiler:
    cc='cc'
    ccflags ='-DHAS_FPSETMASK -DHAS_FLOATINGPOINT_H -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_FORTIFY_SOURCE=2'
    optimize='-O2 -pipe'
    cppflags='-DHAS_FPSETMASK -DHAS_FLOATINGPOINT_H -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include'
    ccversion=''
    gccversion='4.2.1 Compatible FreeBSD Clang 7.0.1 (tags/RELEASE_701/final 349250)'
    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='long double'
    nvsize=16
    Off_t='off_t'
    lseeksize=8
    alignbytes=16
    prototype=define
  Linker and Libraries:
    ld='cc'
    ldflags ='-pthread -Wl,-E  -fstack-protector-strong -L/usr/local/lib'
    libpth=/usr/lib /usr/local/lib /usr/lib/clang/7.0.1/lib /usr/lib
    libs=-lpthread -lgdbm -ldl -lm -lcrypt -lutil -lc
    perllibs=-lpthread -ldl -lm -lcrypt -lutil -lc
    libc=
    so=so
    useshrplib=false
    libperl=libperl.a
    gnulibc_version=''
  Dynamic Linking:
    dlsrc=dl_dlopen.xs
    dlext=so
    d_dlsymun=undef
    ccdlflags=' '
    cccdlflags='-DPIC -fPIC'
    lddlflags='-shared  -L/usr/local/lib -fstack-protector-strong'


Characteristics of this binary (from libperl): 
  Compile-time options:
    HAS_TIMES
    PERLIO_LAYERS
    PERL_COPY_ON_WRITE
    PERL_DONT_CREATE_GVSV
    PERL_MALLOC_WRAP
    PERL_OP_PARENT
    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_LOCALE_TIME
    USE_LONG_DOUBLE
    USE_PERLIO
    USE_PERL_ATOF
  Built under freebsd
  Compiled at Mar 25 2019 22:00:02
  %ENV:
    PERL5LIB="/home/cpansand/.cpan/build/2020061822/Jedi-Plugin-Session-0.05-1/blib/arch:/home/cpansand/.cpan/build/2020061822/Jedi-Plugin-Session-0.05-1/blib/lib:/home/cpansand/.cpan/build/2020061822/Cache-LRU-WithExpires-0.03-1/blib/arch:/home/cpansand/.cpan/build/2020061822/Cache-LRU-WithExpires-0.03-1/blib/lib:/home/cpansand/.cpan/build/2020061822/Jedi-1.008-1/blib/arch:/home/cpansand/.cpan/build/2020061822/Jedi-1.008-1/blib/lib:/home/cpansand/.cpan/build/2020061822/Slurp-0.4-1/blib/arch:/home/cpansand/.cpan/build/2020061822/Slurp-0.4-1/blib/lib:/home/cpansand/.cpan/build/2020061822/CGI-Deurl-XS-0.08-1/blib/arch:/home/cpansand/.cpan/build/2020061822/CGI-Deurl-XS-0.08-1/blib/lib:/home/cpansand/.cpan/build/2020061822/CGI-Cookie-XS-0.18-1/blib/arch:/home/cpansand/.cpan/build/2020061822/CGI-Cookie-XS-0.18-1/blib/lib:/home/cpansand/.cpan/build/2020061822/DBIx-Class-Migration-0.075-0/blib/arch:/home/cpansand/.cpan/build/2020061822/DBIx-Class-Migration-0.075-0/blib/lib:/home/cpansand/.cpan/build/2020061822/MooX-Traits-0.005-0/blib/arch:/home/cpansand/.cpan/build/2020061822/MooX-Traits-0.005-0/blib/lib:/home/cpansand/.cpan/build/2020061822/File-ShareDir-ProjectDistDir-1.000009-0/blib/arch:/home/cpansand/.cpan/build/2020061822/File-ShareDir-ProjectDistDir-1.000009-0/blib/lib:/home/cpansand/.cpan/build/2020061822/DBIx-Class-Fixtures-1.001039-0/blib/arch:/home/cpansand/.cpan/build/2020061822/DBIx-Class-Fixtures-1.001039-0/blib/lib:/home/cpansand/.cpan/build/2020061822/DBIx-Class-InflateColumn-FS-0.01007-0/blib/arch:/home/cpansand/.cpan/build/2020061822/DBIx-Class-InflateColumn-FS-0.01007-0/blib/lib:/home/cpansand/.cpan/build/2020061822/Config-MySQL-0.02-0/blib/arch:/home/cpansand/.cpan/build/2020061822/Config-MySQL-0.02-0/blib/lib"
    PERL5OPT=""
    PERL5_CPANPLUS_IS_RUNNING="74366"
    PERL5_CPAN_IS_RUNNING="74366"
    PERL5_CPAN_IS_RUNNING_IN_RECURSION="90560,74366"
    PERLDOC="-MPod::Perldoc::ToTextOverstrike"
    PERL_BATCH="yes"
    PERL_CANARY_STABILITY_NOPROMPT="1"
    PERL_CPAN_REPORTER_CONFIG="/var/tmp/cpansmoker-1023/2020061820/cpanreporter_001_config.ini"
    PERL_EXTUTILS_AUTOINSTALL="--defaultdeps"
    PERL_USE_UNSAFE_INC="1"
  @INC:
    /home/cpansand/.cpan/build/2020061822/Jedi-Plugin-Session-0.05-1/blib/arch
    /home/cpansand/.cpan/build/2020061822/Jedi-Plugin-Session-0.05-1/blib/lib
    /home/cpansand/.cpan/build/2020061822/Cache-LRU-WithExpires-0.03-1/blib/arch
    /home/cpansand/.cpan/build/2020061822/Cache-LRU-WithExpires-0.03-1/blib/lib
    /home/cpansand/.cpan/build/2020061822/Jedi-1.008-1/blib/arch
    /home/cpansand/.cpan/build/2020061822/Jedi-1.008-1/blib/lib
    /home/cpansand/.cpan/build/2020061822/Slurp-0.4-1/blib/arch
    /home/cpansand/.cpan/build/2020061822/Slurp-0.4-1/blib/lib
    /home/cpansand/.cpan/build/2020061822/CGI-Deurl-XS-0.08-1/blib/arch
    /home/cpansand/.cpan/build/2020061822/CGI-Deurl-XS-0.08-1/blib/lib
    /home/cpansand/.cpan/build/2020061822/CGI-Cookie-XS-0.18-1/blib/arch
    /home/cpansand/.cpan/build/2020061822/CGI-Cookie-XS-0.18-1/blib/lib
    /home/cpansand/.cpan/build/2020061822/DBIx-Class-Migration-0.075-0/blib/arch
    /home/cpansand/.cpan/build/2020061822/DBIx-Class-Migration-0.075-0/blib/lib
    /home/cpansand/.cpan/build/2020061822/MooX-Traits-0.005-0/blib/arch
    /home/cpansand/.cpan/build/2020061822/MooX-Traits-0.005-0/blib/lib
    /home/cpansand/.cpan/build/2020061822/File-ShareDir-ProjectDistDir-1.000009-0/blib/arch
    /home/cpansand/.cpan/build/2020061822/File-ShareDir-ProjectDistDir-1.000009-0/blib/lib
    /home/cpansand/.cpan/build/2020061822/DBIx-Class-Fixtures-1.001039-0/blib/arch
    /home/cpansand/.cpan/build/2020061822/DBIx-Class-Fixtures-1.001039-0/blib/lib
    /home/cpansand/.cpan/build/2020061822/DBIx-Class-InflateColumn-FS-0.01007-0/blib/arch
    /home/cpansand/.cpan/build/2020061822/DBIx-Class-InflateColumn-FS-0.01007-0/blib/lib
    /home/cpansand/.cpan/build/2020061822/Config-MySQL-0.02-0/blib/arch
    /home/cpansand/.cpan/build/2020061822/Config-MySQL-0.02-0/blib/lib
    /usr/perl5.28.1Dp/lib/site_perl/5.28.1/amd64-freebsd-ld
    /usr/perl5.28.1Dp/lib/site_perl/5.28.1
    /usr/perl5.28.1Dp/lib/5.28.1/amd64-freebsd-ld
    /usr/perl5.28.1Dp/lib/5.28.1
    .