Time-Zone-Olson v0.44 Perl 5 v5.37.5 x86_64-linux

Status
Fail
From
Carlos Guevara
Dist
Time-Zone-Olson v0.44
Platform
Perl 5 v5.37.5 x86_64-linux
Date
2022-10-12 19:54:22
ID
aa7dd796-4a67-11ed-b84b-3ab6bf6a0b9e
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 David Dick,

This is a computer-generated report for Time-Zone-Olson-0.44
on perl 5.37.5, 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:

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 "/home/cpan/bin/perl-blead/bin/perl5.37.5" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
# Testing Time::Zone::Olson 0.44, Perl 5.037005, /home/cpan/bin/perl-blead/bin/perl5.37.5
t/00-load.t ........... ok
t/boilerplate.t ....... ok
t/manifest.t .......... skipped: Author tests not required for installation
t/pod-coverage.t ...... ok
t/pod.t ............... ok
# Checking https://raw.githubusercontent.com/unicode-org/cldr/master/common/supplemental/windowsZones.xml
t/windows_zones.t ..... ok
# Olson tz directory is /usr/share/zoneinfo for linux
# linux does not have a default timezone, setting to UTC
# Local timezone has been determined to be UTC
# Comment for 'Australia/Melbourne' is 'Victoria'
# /usr/share/zoneinfo/UTC  -9223372036854775808 (gmtime failed) = -9223372036854775808 (localtime failed)
# /usr/share/zoneinfo/UTC  -67768040609740801 (gmtime failed) = -67768040609740801 (localtime failed)
# /usr/share/zoneinfo/UTC  Thu Jan  1 00:00:00 -2147481748 UT = Thu Jan  1 00:00:00 -2147481748 UTC isdst=0 gmtoff=0
# /usr/share/zoneinfo/UTC  Wed Dec 31 23:59:59 2147485547 UT = Wed Dec 31 23:59:59 2147485547 UTC isdst=0 gmtoff=0
# /usr/share/zoneinfo/UTC  67768036191676800 (gmtime failed) = 67768036191676800 (localtime failed)
# /usr/share/zoneinfo/UTC  9223372036854775807 (gmtime failed) = 9223372036854775807 (localtime failed)
t/zoneinfo_all.t ...... ok
# Timezone could not be determined
# TZDIR has not been set
# Output of gnu date command:date: invalid date '2015/02/28 11:00:00'
# Output of bsd date command:date: can't stat '1425081600': No such file or directory
# Results of unpack:
# linux does not have a default timezone, setting to UTC
# Local timezone has been determined to be UTC
# Missed wantarray location (1) test for linux on index 2 ('15' eq '19')
# Missed wantarray location (1) test for linux on index 8 ('1' eq '0')
# Missed wantarray location (2) test for linux on index 2 ('15' eq '19')
# Missed wantarray location (2) test for linux on index 8 ('1' eq '0')

#   Failed test 'Matched wantarray localtime'
#   at t/zoneinfo_current.t line 115.
# Seconds since UNIX epoch is:1665604447
# Time::Zone::Olson produces:7, 54, 19, 12, 9, 122, 3, 284, 0
# perl localtime produces   :7, 54, 15, 12, 9, 122, 3, 284, 1
# lrwxrwxrwx    1 root     root            30 Sep  1 17:19 /etc/localtime -> /etc/zoneinfo/America/New_York
# Permissions of /usr/share/zoneinfo/UTC is -rw-r--r--    8 root     root           114 Aug 17 09:42 /usr/share/zoneinfo/UTC
# Content of /usr/share/zoneinfo/UTC is VFppZjIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAQAAAAAAABVVEMAVFpp
# ZjIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAQAAAAAAABVVEMAClVUQzAK
# Time::Zone::Olson produces for Australia/Melbourne:7, 54, 6, 13, 9, 122, 4, 285, 1
# Looks like you failed 1 test of 648.
t/zoneinfo_current.t .. 
Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/648 subtests 
	(634 TODO tests unexpectedly succeeded)
t/zoneinfo_taint.t .... ok
t/zoneinfo_tz_env.t ... ok

Test Summary Report
-------------------
t/zoneinfo_current.t (Wstat: 256 (exited 1) Tests: 648 Failed: 1)
  Failed test:  8
  TODO passed:   9-642
  Non-zero exit status: 1
Files=10, Tests=1126, 50 wallclock secs ( 0.24 usr  0.03 sys + 44.93 cusr  3.90 csys = 49.10 CPU)
Result: FAIL
Failed 1/10 test programs. 1/1126 subtests failed.
make: *** [Makefile:902: test_dynamic] Error 255

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

Prerequisite modules loaded:

requires:

    Module               Need  Have    
    -------------------- ----- --------
    Carp                 0     1.54    
    Config               0     5.037005
    Digest::SHA          0     6.03    
    DirHandle            0     1.05    
    Encode               0     3.19    
    English              0     1.11    
    File::Find           0     1.41    
    File::Spec           0     3.87    
    FileHandle           0     2.05    
    perl                 5.006 5.037005
    POSIX                0     2.07    
    strict               0     1.12    
    warnings             0     1.59    

build_requires:

    Module               Need  Have    
    -------------------- ----- --------
    ExtUtils::MakeMaker  0     7.64    
    Fcntl                0     1.15    
    File::Temp           0     0.2311  
    HTTP::Request        0     6.39    
    LWP::Protocol::https 6.06  6.10    
    LWP::UserAgent       0     6.67    
    Test::More           0     1.302191
    Time::Local          0     1.30    
    XML::LibXML          0     2.0208  

configure_requires:

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


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

Environment variables:

    AUTOMATED_TESTING = 1
    DATE_MANIP_TEST_DM5 = 1
    LANG = C.UTF-8
    LC_COLLATE = C
    NONINTERACTIVE_TESTING = 1
    NO_NETWORK_TESTING = 1
    PATH = /home/cpan/bin/perl-blead/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
    PERL5LIB = 
    PERL5OPT = 
    PERL5_CPANPLUS_IS_RUNNING = 5970
    PERL5_CPAN_IS_RUNNING = 5970
    PERL_MM_USE_DEFAULT = 1
    PERL_USE_UNSAFE_INC = 1
    PERL_VERSION = blead
    SHELL = /bin/bash
    TERM = screen

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

    $^X = /home/cpan/bin/perl-blead/bin/perl5.37.5
    $UID/$EUID = 1001 / 1001
    $GID = 1001 1001
    $EGID = 1001 1001

Perl module toolchain versions installed:

    Module              Have    
    ------------------- --------
    CPAN                2.34    
    CPAN::Meta          2.150010
    Cwd                 3.86    
    ExtUtils::CBuilder  0.280237
    ExtUtils::Command   7.64    
    ExtUtils::Install   2.20    
    ExtUtils::MakeMaker 7.64    
    ExtUtils::Manifest  1.73    
    ExtUtils::ParseXS   3.46    
    File::Spec          3.87    
    JSON                4.10    
    JSON::PP            4.12    
    Module::Build       0.4231  
    Module::Signature   n/a     
    Parse::CPAN::Meta   2.150010
    Test::Harness       3.44    
    Test::More          1.302191
    YAML                1.30    
    YAML::Syck          1.34    
    version             0.9929  


--

Summary of my perl5 (revision 5 version 37 subversion 5) configuration:
  Commit id: f08b7a33d99b9b204260e108bc1789c5392aff36
  Platform:
    osname=linux
    osvers=5.15.72-0-lts
    archname=x86_64-linux
    uname='linux cjg-alpine3 5.15.72-0-lts #1-alpine smp tue, 11 oct 2022 07:09:36 +0000 x86_64 linux '
    config_args='-des -Dprefix=~/bin/perl-blead -Dscriptdir=~/bin/perl-blead/bin -Dusedevel -Duse64bitall'
    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 ='-D_GNU_SOURCE -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64'
    optimize='-O2'
    cppflags='-D_GNU_SOURCE -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong'
    ccversion=''
    gccversion='11.2.1 20220219'
    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/lib /usr/local/lib /lib
    libs=-lpthread -ldb -ldl -lm -lcrypt -lutil -lc
    perllibs=-lpthread -ldl -lm -lcrypt -lutil -lc
    libc=/usr/lib/libc.a
    so=so
    useshrplib=false
    libperl=libperl.a
    gnulibc_version=''
  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-strong'


Characteristics of this binary (from libperl): 
  Compile-time options:
    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 Oct 11 2022 23:25:54
  %ENV:
    PERL5LIB=""
    PERL5OPT=""
    PERL5_CPANPLUS_IS_RUNNING="5970"
    PERL5_CPAN_IS_RUNNING="5970"
    PERL_MM_USE_DEFAULT="1"
    PERL_USE_UNSAFE_INC="1"
    PERL_VERSION="blead"
  @INC:
    /home/cpan/bin/perl-blead/lib/site_perl/5.37.5/x86_64-linux
    /home/cpan/bin/perl-blead/lib/site_perl/5.37.5
    /home/cpan/bin/perl-blead/lib/5.37.5/x86_64-linux
    /home/cpan/bin/perl-blead/lib/5.37.5
    .