Re: Smoke [blead] v5.26.0-859-g7bd9fb107e FAIL(X) os/390 25.00 (2964/)

2017-10-09 Thread Yaroslav Kuzmin
Output debug information

(09:01) RS12 : PDKUZM | ~/ussport/perl/perl-build/ext/I18N-Langinfo
:> ../../perl -I../../lib -T t/Langinfo_d.t
1..38
ok 1 - use I18N::Langinfo;
ok 2 - calling langinfo() with ABDAY_1
ok 3 - checking if the returned string is defined
ok 4 - checking if the returned string has a positive length
ok 5 - calling langinfo() with DAY_1
ok 6 - checking if the returned string is defined
ok 7 - checking if the returned string has a positive length
ok 8 - calling langinfo() with ABMON_1
ok 9 - checking if the returned string is defined
ok 10 - checking if the returned string has a positive length
ok 11 - calling langinfo() with MON_1
ok 12 - checking if the returned string is defined
ok 13 - checking if the returned string has a positive length
ok 14 - calling langinfo() with RADIXCHAR
ok 15 - checking if the returned string is defined
ok 16 - checking if the returned string has a positive length
ok 17 - calling langinfo() with AM_STR
ok 18 - checking if the returned string is defined
ok 19 - checking if the returned string has a positive length
ok 20 - calling langinfo() with THOUSEP
ok 21 # skip returned string was empty, skipping next two tests
ok 22 # skip returned string was empty, skipping next two tests
ok 23 - calling langinfo() with D_T_FMT
ok 24 - checking if the returned string is defined
ok 25 - checking if the returned string has a positive length
ok 26 - calling langinfo() with D_FMT
ok 27 - checking if the returned string is defined
ok 28 - checking if the returned string has a positive length
ok 29 - calling langinfo() with T_FMT
ok 30 - checking if the returned string is defined
ok 31 - checking if the returned string has a positive length
ok 32 - ABDAY_1 => 'Sun'
ok 33 - ABMON_1 => 'Jan'
ok 34 - DAY_1 => 'Sunday'
ok 35 - MON_1 => 'January'
ok 36 - RADIXCHAR => '.'
ok 37 - THOUSEP => ''
my_strerror called with errnum 129
Any locale change has been done; about to call Strerror
Strerror returned; saving a copy: 'EDC5129I No such file or directory.'
# t/Langinfo_d.t: 57: Trying bg_bg
./locale.c:899: setlocale(LC_NUMERIC, "bg_bg") returned "bg_bg"
Locale radix is 'NULL', ?UTF-8=0
Underlying LC_NUMERIC locale now is C
Locale radix is 'NULL', ?UTF-8=0
# t/Langinfo_d.t: 59: set LC_NUMERIC to bg_bg
Locale radix is ',', ?UTF-8=0
Underlying LC_NUMERIC locale now is bg_bg
Locale radix is 'NULL', ?UTF-8=0
Underlying LC_NUMERIC locale now is C
# t/Langinfo_d.t: 62: did sprintf
# t/Langinfo_d.t: 65: had comma
# t/Langinfo_d.t: 75: calling langinfo()
CEE3204S The system detected a protection exception (System Completion 
Code=0C4).
 From compile unit /u/pdkuzm/ussport/perl/perl-build/sv.c at entry 
point Perl_newSVpv at statement 9410 at
 compile unit offset +0134 at entry offset +0134 at address 
215C97FC.
Segmentation fault

 Исходное сообщение 
От: Karl Williamson 
<k...@cpan.org<mailto:karl%20williamson%20%3c...@cpan.org%3e>>
Кому: Yaroslav Kuzmin 
<ykuz...@rocketsoftware.com<mailto:yaroslav%20kuzmin%20%3cykuz...@rocketsoftware.com%3e>>,
 perl-mvs@perl.org 
<perl-mvs@perl.org<mailto:%22perl-...@perl.org%22%20%3cperl-...@perl.org%3e>>, 
pub...@khwilliamson.com 
<pub...@khwilliamson.com<mailto:%22pub...@khwilliamson.com%22%20%3cpub...@khwilliamson.com%3e>>,
 perl5-port...@perl.org 
<perl5-port...@perl.org<mailto:%22perl5-port...@perl.org%22%20%3cperl5-port...@perl.org%3e>>
Копия: daily-build-repo...@perl.org 
<daily-build-repo...@perl.org<mailto:%22daily-build-repo...@perl.org%22%20%3cdaily-build-repo...@perl.org%3e>>
Тема: Re: Smoke [blead] v5.26.0-859-g7bd9fb107e FAIL(X) os/390 25.00 (2964/)
Дата: Fri, 6 Oct 2017 18:39:57 -0600


Thanks.  That narrows it down to where I wasn't expecting. Attached is
another version for you to try, with more debugging in it.

That bg_bg locale sounds familiar, like it is problematic,and I found a
reference to it in t/lib.t. '[' is the lower case of O with

cd t

PERL_DEBUG_FULL_TEST=2 ./perl -I../lib -T ../lib/locale.t

that should point out all the cases like this, and which could be
causing this problem.  there are other cases we skip becuase of
defective locale, andthis might be a new instance of that.

On 10/06/2017 05:30 AM, Yaroslav Kuzmin wrote:


Maybe  add debug information in function XS_I18N__Langinfo_langinfo()  on 
Langinfo.xs file ?

Output debug information

(07:23) RS12 : PDKUZM | ~/ussport/perl/perl-build/ext/I18N-Langinfo
:> ../../perl -I../../lib -T t/Langinfo_d.t
1..38
ok 1 - use I18N::Langinfo;
ok 2 - calling langinfo() with ABDAY_1
ok 3 - checking if the returned string is defined
ok 4 - checking if the returned string has a positive length
ok 5 - calling langinfo() with DAY_1
ok 6 - checking if the returned string is defined
ok 7 - checking if the returned string has a positive length
ok 8 - calling langinfo() with ABMON_1
ok 9 - checking if the returned string is defined

Re: Smoke [blead] v5.26.0-859-g7bd9fb107e FAIL(X) os/390 25.00 (2964/)

2017-10-06 Thread Karl Williamson
Thanks.  That narrows it down to where I wasn't expecting. Attached is 
another version for you to try, with more debugging in it.


That bg_bg locale sounds familiar, like it is problematic,and I found a 
reference to it in t/lib.t. '[' is the lower case of O with


cd t

PERL_DEBUG_FULL_TEST=2 ./perl -I../lib -T ../lib/locale.t

that should point out all the cases like this, and which could be 
causing this problem.  there are other cases we skip becuase of 
defective locale, andthis might be a new instance of that.


On 10/06/2017 05:30 AM, Yaroslav Kuzmin wrote:

Maybe  add debug information in function XS_I18N__Langinfo_langinfo()  on 
Langinfo.xs file ?

Output debug information

(07:23) RS12 : PDKUZM | ~/ussport/perl/perl-build/ext/I18N-Langinfo
:> ../../perl -I../../lib -T t/Langinfo_d.t
1..38
ok 1 - use I18N::Langinfo;
ok 2 - calling langinfo() with ABDAY_1
ok 3 - checking if the returned string is defined
ok 4 - checking if the returned string has a positive length
ok 5 - calling langinfo() with DAY_1
ok 6 - checking if the returned string is defined
ok 7 - checking if the returned string has a positive length
ok 8 - calling langinfo() with ABMON_1
ok 9 - checking if the returned string is defined
ok 10 - checking if the returned string has a positive length
ok 11 - calling langinfo() with MON_1
ok 12 - checking if the returned string is defined
ok 13 - checking if the returned string has a positive length
ok 14 - calling langinfo() with RADIXCHAR
ok 15 - checking if the returned string is defined
ok 16 - checking if the returned string has a positive length
ok 17 - calling langinfo() with AM_STR
ok 18 - checking if the returned string is defined
ok 19 - checking if the returned string has a positive length
ok 20 - calling langinfo() with THOUSEP
ok 21 # skip returned string was empty, skipping next two tests
ok 22 # skip returned string was empty, skipping next two tests
ok 23 - calling langinfo() with D_T_FMT
ok 24 - checking if the returned string is defined
ok 25 - checking if the returned string has a positive length
ok 26 - calling langinfo() with D_FMT
ok 27 - checking if the returned string is defined
ok 28 - checking if the returned string has a positive length
ok 29 - calling langinfo() with T_FMT
ok 30 - checking if the returned string is defined
ok 31 - checking if the returned string has a positive length
ok 32 - ABDAY_1 => 'Sun'
ok 33 - ABMON_1 => 'Jan'
ok 34 - DAY_1 => 'Sunday'
ok 35 - MON_1 => 'January'
ok 36 - RADIXCHAR => '.'
ok 37 - THOUSEP => ''
# Trying bg_bg
CEE3204S The system detected a protection exception (System Completion 
Code=0C4).
  From compile unit /u/pdkuzm/ussport/perl/perl-build/sv.c at entry 
point Perl_newSVpv at statement 9410 at
  compile unit offset +0134 at entry offset +0134 at address 
214C97FC.
Segmentation fault


 Исходное сообщение 
От: Karl Williamson <pub...@khwilliamson.com>
Кому: Yaroslav Kuzmin <ykuz...@rocketsoftware.com>, perl-mvs@perl.org 
<perl-mvs@perl.org>, perl5-port...@perl.org <perl5-port...@perl.org>
Копия: daily-build-repo...@perl.org <daily-build-repo...@perl.org>
Тема: Re: Smoke [blead] v5.26.0-859-g7bd9fb107e FAIL(X) os/390 25.00 (2964/)
Дата: Thu, 5 Oct 2017 08:25:16 -0600

On 10/05/2017 12:18 AM, Yaroslav Kuzmin wrote:

The attached file does not have extra debugging info.

Oops.  Sorry.  I attached a version either from a wrong work space or
had git stashed it before I sent it.  The one attached to this email
should have the extra debugging.


 Исходное сообщение 
*От*: Karl Williamson <pub...@khwilliamson.com
<mailto:karl%20williamson%20%3cpub...@khwilliamson.com%3e>>
*Кому*: Yaroslav Kuzmin <ykuz...@rocketsoftware.com
<mailto:yaroslav%20kuzmin%20%3cykuz...@rocketsoftware.com%3e>>,
perl-mvs@perl.org <perl-mvs@perl.org
<mailto:%22perl-...@perl.org%22%20%3cperl-...@perl.org%3e>>,
perl5-port...@perl.org <perl5-port...@perl.org
<mailto:%22perl5-port...@perl.org%22%20%3cperl5-port...@perl.org%3e>>
*Копия*: daily-build-repo...@perl.org <daily-build-repo...@perl.org
<mailto:%22daily-build-repo...@perl.org%22%20%3cdaily-build-repo...@perl.org%3e>>
*Тема*: Re: Smoke [blead] v5.26.0-859-g7bd9fb107e FAIL(X) os/390 25.00
(2964/)
*Дата*: Tue, 3 Oct 2017 22:54:13 -0600

On 10/03/2017 05:44 AM, Yaroslav Kuzmin wrote:

Dump attachment

Thanks.  Please try the attached Langinfo.t, which has extra debugging
info to see what happens.



(07:44) RS12 : PDKUZM | ~/ussport/perl/perl-build/ext/I18N-Langinfo :>
../../perl -I../../lib -T t/Langinfo.t 1..38 ok 1 - use
I18N::Langinfo; ok 2 - calling langinfo() with ABDAY_1 ok 3 - checking
if the returned string is defined ok 4 - checking if the returned
string has a positive length ok 5 - calling langinfo() with DAY_1 ok 6
- checking if the returned string is defined ok 7 - checking if the
returned string has a positive length ok 8 - 

Re: Smoke [blead] v5.26.0-859-g7bd9fb107e FAIL(X) os/390 25.00 (2964/)

2017-10-06 Thread Yaroslav Kuzmin
Maybe  add debug information in function XS_I18N__Langinfo_langinfo()  on 
Langinfo.xs file ?

Output debug information

(07:23) RS12 : PDKUZM | ~/ussport/perl/perl-build/ext/I18N-Langinfo
:> ../../perl -I../../lib -T t/Langinfo_d.t
1..38
ok 1 - use I18N::Langinfo;
ok 2 - calling langinfo() with ABDAY_1
ok 3 - checking if the returned string is defined
ok 4 - checking if the returned string has a positive length
ok 5 - calling langinfo() with DAY_1
ok 6 - checking if the returned string is defined
ok 7 - checking if the returned string has a positive length
ok 8 - calling langinfo() with ABMON_1
ok 9 - checking if the returned string is defined
ok 10 - checking if the returned string has a positive length
ok 11 - calling langinfo() with MON_1
ok 12 - checking if the returned string is defined
ok 13 - checking if the returned string has a positive length
ok 14 - calling langinfo() with RADIXCHAR
ok 15 - checking if the returned string is defined
ok 16 - checking if the returned string has a positive length
ok 17 - calling langinfo() with AM_STR
ok 18 - checking if the returned string is defined
ok 19 - checking if the returned string has a positive length
ok 20 - calling langinfo() with THOUSEP
ok 21 # skip returned string was empty, skipping next two tests
ok 22 # skip returned string was empty, skipping next two tests
ok 23 - calling langinfo() with D_T_FMT
ok 24 - checking if the returned string is defined
ok 25 - checking if the returned string has a positive length
ok 26 - calling langinfo() with D_FMT
ok 27 - checking if the returned string is defined
ok 28 - checking if the returned string has a positive length
ok 29 - calling langinfo() with T_FMT
ok 30 - checking if the returned string is defined
ok 31 - checking if the returned string has a positive length
ok 32 - ABDAY_1 => 'Sun'
ok 33 - ABMON_1 => 'Jan'
ok 34 - DAY_1 => 'Sunday'
ok 35 - MON_1 => 'January'
ok 36 - RADIXCHAR => '.'
ok 37 - THOUSEP => ''
# Trying bg_bg
CEE3204S The system detected a protection exception (System Completion 
Code=0C4).
 From compile unit /u/pdkuzm/ussport/perl/perl-build/sv.c at entry 
point Perl_newSVpv at statement 9410 at
 compile unit offset +0134 at entry offset +0134 at address 
214C97FC.
Segmentation fault


 Исходное сообщение 
От: Karl Williamson <pub...@khwilliamson.com>
Кому: Yaroslav Kuzmin <ykuz...@rocketsoftware.com>, perl-mvs@perl.org 
<perl-mvs@perl.org>, perl5-port...@perl.org <perl5-port...@perl.org>
Копия: daily-build-repo...@perl.org <daily-build-repo...@perl.org>
Тема: Re: Smoke [blead] v5.26.0-859-g7bd9fb107e FAIL(X) os/390 25.00 (2964/)
Дата: Thu, 5 Oct 2017 08:25:16 -0600

On 10/05/2017 12:18 AM, Yaroslav Kuzmin wrote:
>
> The attached file does not have extra debugging info.
Oops.  Sorry.  I attached a version either from a wrong work space or
had git stashed it before I sent it.  The one attached to this email
should have the extra debugging.
>
>
>  Исходное сообщение 
> *От*: Karl Williamson <pub...@khwilliamson.com
> <mailto:karl%20williamson%20%3cpub...@khwilliamson.com%3e>>
> *Кому*: Yaroslav Kuzmin <ykuz...@rocketsoftware.com
> <mailto:yaroslav%20kuzmin%20%3cykuz...@rocketsoftware.com%3e>>,
> perl-mvs@perl.org <perl-mvs@perl.org
> <mailto:%22perl-...@perl.org%22%20%3cperl-...@perl.org%3e>>,
> perl5-port...@perl.org <perl5-port...@perl.org
> <mailto:%22perl5-port...@perl.org%22%20%3cperl5-port...@perl.org%3e>>
> *Копия*: daily-build-repo...@perl.org <daily-build-repo...@perl.org
> <mailto:%22daily-build-repo...@perl.org%22%20%3cdaily-build-repo...@perl.org%3e>>
> *Тема*: Re: Smoke [blead] v5.26.0-859-g7bd9fb107e FAIL(X) os/390 25.00
> (2964/)
> *Дата*: Tue, 3 Oct 2017 22:54:13 -0600
>
> On 10/03/2017 05:44 AM, Yaroslav Kuzmin wrote:
> >
> > Dump attachment
>
> Thanks.  Please try the attached Langinfo.t, which has extra debugging
> info to see what happens.
>
>
> >
> > (07:44) RS12 : PDKUZM | ~/ussport/perl/perl-build/ext/I18N-Langinfo :>
> > ../../perl -I../../lib -T t/Langinfo.t 1..38 ok 1 - use
> > I18N::Langinfo; ok 2 - calling langinfo() with ABDAY_1 ok 3 - checking
> > if the returned string is defined ok 4 - checking if the returned
> > string has a positive length ok 5 - calling langinfo() with DAY_1 ok 6
> > - checking if the returned string is defined ok 7 - checking if the
> > returned string has a positive length ok 8 - calling langinfo() with
> > ABMON_1 ok 9 - checking if the returned string is defined ok 10 -
> > checking if the returned string has a positive length ok 11 - calling
> > langinfo() with MON_1 ok 12 - checking if the returned string is
> > defined ok 13 - checking if the returned string has a positive length
> > ok 14 - callin

Re: Smoke [blead] v5.26.0-859-g7bd9fb107e FAIL(X) os/390 25.00 (2964/)

2017-10-05 Thread Karl Williamson

On 10/05/2017 12:18 AM, Yaroslav Kuzmin wrote:

The attached file does not have extra debugging info.


Oops.  Sorry.  I attached a version either from a wrong work space or 
had git stashed it before I sent it.  The one attached to this email 
should have the extra debugging.


 Исходное сообщение 
*От*: Karl Williamson <pub...@khwilliamson.com 
<mailto:karl%20williamson%20%3cpub...@khwilliamson.com%3e>>
*Кому*: Yaroslav Kuzmin <ykuz...@rocketsoftware.com 
<mailto:yaroslav%20kuzmin%20%3cykuz...@rocketsoftware.com%3e>>, 
perl-mvs@perl.org <perl-mvs@perl.org 
<mailto:%22perl-...@perl.org%22%20%3cperl-...@perl.org%3e>>, 
perl5-port...@perl.org <perl5-port...@perl.org 
<mailto:%22perl5-port...@perl.org%22%20%3cperl5-port...@perl.org%3e>>
*Копия*: daily-build-repo...@perl.org <daily-build-repo...@perl.org 
<mailto:%22daily-build-repo...@perl.org%22%20%3cdaily-build-repo...@perl.org%3e>>
*Тема*: Re: Smoke [blead] v5.26.0-859-g7bd9fb107e FAIL(X) os/390 25.00 
(2964/)

*Дата*: Tue, 3 Oct 2017 22:54:13 -0600

On 10/03/2017 05:44 AM, Yaroslav Kuzmin wrote:
Dump attachment 



Thanks.  Please try the attached Langinfo.t, which has extra debugging
info to see what happens.


(07:44) RS12 : PDKUZM | ~/ussport/perl/perl-build/ext/I18N-Langinfo :> 
../../perl -I../../lib -T t/Langinfo.t 1..38 ok 1 - use 
I18N::Langinfo; ok 2 - calling langinfo() with ABDAY_1 ok 3 - checking 
if the returned string is defined ok 4 - checking if the returned 
string has a positive length ok 5 - calling langinfo() with DAY_1 ok 6 
- checking if the returned string is defined ok 7 - checking if the 
returned string has a positive length ok 8 - calling langinfo() with 
ABMON_1 ok 9 - checking if the returned string is defined ok 10 - 
checking if the returned string has a positive length ok 11 - calling 
langinfo() with MON_1 ok 12 - checking if the returned string is 
defined ok 13 - checking if the returned string has a positive length 
ok 14 - calling langinfo() with RADIXCHAR ok 15 - checking if the 
returned string is defined ok 16 - checking if the returned string has 
a positive length ok 17 - calling langinfo() with AM_STR ok 18 - 
checking if the returned string is defined ok 19 - checking if the 
returned string has a positive length ok 20 - calling langinfo() with 
THOUSEP ok 21 # skip returned string was empty, skipping next two 
tests ok 22 # skip returned string was empty, skipping next two tests 
ok 23 - calling langinfo() with D_T_FMT ok 24 - checking if the 
returned string is defined ok 25 - checking if the returned string has 
a positive length ok 26 - calling langinfo() with D_FMT ok 27 - 
checking if the returned string is defined ok 28 - checking if the 
returned string has a positive length ok 29 - calling langinfo() with 
T_FMT ok 30 - checking if the returned string is defined ok 31 - 
checking if the returned string has a positive length ok 32 - ABDAY_1 
=> 'Sun' ok 33 - ABMON_1 => 'Jan' ok 34 - DAY_1 => 'Sunday' ok 35 - 
MON_1 => 'January' ok 36 - RADIXCHAR => '.' ok 37 - THOUSEP => '' 
CEE3204S The system detected a protection exception (System Completion 
Code=0C4).  From compile unit 
/u/pdkuzm/ussport/perl/perl-build/sv.c at entry point Perl_newSVpv at 
statement 9410 at  compile unit offset +0134 at entry 
offset +0134 at address 214C97FC. Segmentation fault  
Исходное сообщение  *От*: Karl Williamson 
<pub...@khwilliamson.com <mailto:pub...@khwilliamson.com> 
<mailto:karl%20williamson%20%3cpub...@khwilliamson.com%3e>> *Кому*: 
Yaroslav Kuzmin <ykuz...@rocketsoftware.com 
<mailto:ykuz...@rocketsoftware.com> 
<mailto:yaroslav%20kuzmin%20%3cykuz...@rocketsoftware.com%3e>>, 
perl-mvs@perl.org <mailto:perl-mvs@perl.org> <perl-mvs@perl.org 
<mailto:perl-mvs@perl.org> 
<mailto:%22perl-...@perl.org%22%20%3cperl-...@perl.org 
<mailto:%22%20%3cperl-...@perl.org>%3e>>, perl5-port...@perl.org 
<mailto:perl5-port...@perl.org> <perl5-port...@perl.org 
<mailto:perl5-port...@perl.org> 
<mailto:%22perl5-port...@perl.org%22%20%3cperl5-port...@perl.org 
<mailto:%22%20%3cperl5-port...@perl.org>%3e>> *Копия*: 
daily-build-repo...@perl.org <mailto:daily-build-repo...@perl.org> 
<daily-build-repo...@perl.org <mailto:daily-build-repo...@perl.org> 
<mailto:%22daily-build-repo...@perl.org%22%20%3cdaily-build-repo...@perl.org 
<mailto:%22%20%3cdaily-build-repo...@perl.org>%3e>> *Тема*: Re: Smoke 
[blead] v5.26.0-859-g7bd9fb107e FAIL(X) os/390 25.00 (2964/) *Дата*: 
Tue, 19 Sep 2017 09:24:46 -0600 On 09/12/2017 02:47 AM, Yaroslav 
Kuzmin wrote:
Smoke log available at 
https://drive.google.com/file/d/0B5PTttxwo7qARVAzdGo5SDFFRWs 
Automated smoke report for branch blead 5.27.4 patch 
7bd9fb107eaf8df3da9ce46c89920f8da72c76ab v5.26.0-859-g7bd9fb107e 
The new failure in this report

Re: Smoke [blead] v5.26.0-859-g7bd9fb107e FAIL(X) os/390 25.00 (2964/)

2017-10-05 Thread Yaroslav Kuzmin
The attached file does not have extra debugging info.


 Исходное сообщение 
От: Karl Williamson 
<pub...@khwilliamson.com<mailto:karl%20williamson%20%3cpub...@khwilliamson.com%3e>>
Кому: Yaroslav Kuzmin 
<ykuz...@rocketsoftware.com<mailto:yaroslav%20kuzmin%20%3cykuz...@rocketsoftware.com%3e>>,
 perl-mvs@perl.org 
<perl-mvs@perl.org<mailto:%22perl-...@perl.org%22%20%3cperl-...@perl.org%3e>>, 
perl5-port...@perl.org 
<perl5-port...@perl.org<mailto:%22perl5-port...@perl.org%22%20%3cperl5-port...@perl.org%3e>>
Копия: daily-build-repo...@perl.org 
<daily-build-repo...@perl.org<mailto:%22daily-build-repo...@perl.org%22%20%3cdaily-build-repo...@perl.org%3e>>
Тема: Re: Smoke [blead] v5.26.0-859-g7bd9fb107e FAIL(X) os/390 25.00 (2964/)
Дата: Tue, 3 Oct 2017 22:54:13 -0600


On 10/03/2017 05:44 AM, Yaroslav Kuzmin wrote:


Dump attachment



Thanks.  Please try the attached Langinfo.t, which has extra debugging
info to see what happens.





(07:44) RS12 : PDKUZM | ~/ussport/perl/perl-build/ext/I18N-Langinfo
:> ../../perl -I../../lib -T t/Langinfo.t
1..38
ok 1 - use I18N::Langinfo;
ok 2 - calling langinfo() with ABDAY_1
ok 3 - checking if the returned string is defined
ok 4 - checking if the returned string has a positive length
ok 5 - calling langinfo() with DAY_1
ok 6 - checking if the returned string is defined
ok 7 - checking if the returned string has a positive length
ok 8 - calling langinfo() with ABMON_1
ok 9 - checking if the returned string is defined
ok 10 - checking if the returned string has a positive length
ok 11 - calling langinfo() with MON_1
ok 12 - checking if the returned string is defined
ok 13 - checking if the returned string has a positive length
ok 14 - calling langinfo() with RADIXCHAR
ok 15 - checking if the returned string is defined
ok 16 - checking if the returned string has a positive length
ok 17 - calling langinfo() with AM_STR
ok 18 - checking if the returned string is defined
ok 19 - checking if the returned string has a positive length
ok 20 - calling langinfo() with THOUSEP
ok 21 # skip returned string was empty, skipping next two tests
ok 22 # skip returned string was empty, skipping next two tests
ok 23 - calling langinfo() with D_T_FMT
ok 24 - checking if the returned string is defined
ok 25 - checking if the returned string has a positive length
ok 26 - calling langinfo() with D_FMT
ok 27 - checking if the returned string is defined
ok 28 - checking if the returned string has a positive length
ok 29 - calling langinfo() with T_FMT
ok 30 - checking if the returned string is defined
ok 31 - checking if the returned string has a positive length
ok 32 - ABDAY_1 => 'Sun'
ok 33 - ABMON_1 => 'Jan'
ok 34 - DAY_1 => 'Sunday'
ok 35 - MON_1 => 'January'
ok 36 - RADIXCHAR => '.'
ok 37 - THOUSEP => ''
CEE3204S The system detected a protection exception (System Completion
Code=0C4).
  From compile unit /u/pdkuzm/ussport/perl/perl-build/sv.c at
entry point Perl_newSVpv at statement 9410 at
  compile unit offset +0134 at entry offset +0134 at
address 214C97FC.
Segmentation fault



 Исходное сообщение 
*От*: Karl Williamson <pub...@khwilliamson.com<mailto:pub...@khwilliamson.com>
<mailto:karl%20williamson%20%3cpub...@khwilliamson.com%3e>>
*Кому*: Yaroslav Kuzmin 
<ykuz...@rocketsoftware.com<mailto:ykuz...@rocketsoftware.com>
<mailto:yaroslav%20kuzmin%20%3cykuz...@rocketsoftware.com%3e>>,
perl-mvs@perl.org<mailto:perl-mvs@perl.org> 
<perl-mvs@perl.org<mailto:perl-mvs@perl.org>
<mailto:%22perl-...@perl.org%22%20%3cperl-...@perl.org<mailto:%22%20%3cperl-...@perl.org>%3e>>,
perl5-port...@perl.org<mailto:perl5-port...@perl.org> 
<perl5-port...@perl.org<mailto:perl5-port...@perl.org>
<mailto:%22perl5-port...@perl.org%22%20%3cperl5-port...@perl.org<mailto:%22%20%3cperl5-port...@perl.org>%3e>>
*Копия*: daily-build-repo...@perl.org<mailto:daily-build-repo...@perl.org> 
<daily-build-repo...@perl.org<mailto:daily-build-repo...@perl.org>
<mailto:%22daily-build-repo...@perl.org%22%20%3cdaily-build-repo...@perl.org<mailto:%22%20%3cdaily-build-repo...@perl.org>%3e>>
*Тема*: Re: Smoke [blead] v5.26.0-859-g7bd9fb107e FAIL(X) os/390 25.00
(2964/)
*Дата*: Tue, 19 Sep 2017 09:24:46 -0600

On 09/12/2017 02:47 AM, Yaroslav Kuzmin wrote:


Smoke log available at
https://drive.google.com/file/d/0B5PTttxwo7qARVAzdGo5SDFFRWs Automated
smoke report for branch blead 5.27.4 patch
7bd9fb107eaf8df3da9ce46c89920f8da72c76ab v5.26.0-859-g7bd9fb107e




The new failure in this report is

CEE3204S The system detected a protection exception (System Completion
Code=0C4).
   From entry point Perl_newSVpv at compile unit offset +00B8
at entry offset +00B8 at address 2124CF20.
ext/I18N-Langinfo/t/Langinfo ..

Re: Smoke [blead] v5.26.0-859-g7bd9fb107e FAIL(X) os/390 25.00 (2964/)

2017-10-04 Thread Yaroslav Kuzmin
What kind of debugging information should I add?


(02:45) RS12 : PDKUZM | ~/ussport/perl/perl-build/ext/I18N-Langinfo
:> ../../perl -Dp -I../../lib -T t/Langinfo.t


ok 37 - THOUSEP => ''
Starting parse
Entering state 0
lookahead token is token GRAMPROG (0x0)
Shifting token GRAMPROG, Entering state 1
Reducing stack by rule 1 (line 118), -> @1
Entering state 8
Reducing stack by rule 15 (line 206), -> remember
Entering state 15
Reducing stack by rule 18 (line 224), -> stmtseq
Entering state 103
Reading a token:
lookahead token is token UNIOP (0x2a)
Shifting token UNIOP, Entering state 39
Reading a token:
lookahead token is token '&' (0x800)
Shifting token '&', Entering state 21
Reading a token:
lookahead token is token BAREWORD (0x21ad9724)
Shifting token BAREWORD, Entering state 108
Reducing stack by rule 268 (line 1328), BAREWORD -> indirob
Entering state 114
Reducing stack by rule 255 (line 1282), '&' indirob -> amper
Entering state 68
Reading a token:
lookahead token is token ';' (0x21ad9724)
Reducing stack by rule 201 (line 1135), amper -> term
Entering state 128
lookahead token is token ';' (0x21ad9724)
Reducing stack by rule 215 (line 1171), UNIOP term -> term
Entering state 65
lookahead token is token ';' (0x21ad9724)
Reducing stack by rule 120 (line 853), term -> listexpr
Entering state 58
lookahead token is token ';' (0x21ad9724)
Reducing stack by rule 117 (line 842), listexpr -> expr
Entering state 97
lookahead token is token ';' (0x21ad9724)
Reducing stack by rule 60 (line 518), expr -> sideff
Entering state 96
lookahead token is token ';' (0x21ad9724)
Shifting token ';', Entering state 213
Reducing stack by rule 54 (line 480), sideff ';' -> barestmt
Entering state 101
Reducing stack by rule 22 (line 245), barestmt -> fullstmt
Entering state 222
Reducing stack by rule 19 (line 225), stmtseq fullstmt -> stmtseq
Entering state 103
Reading a token:
Now at end of input.
lookahead token is token $end (0x21ad9724)
Reducing stack by rule 2 (line 117), GRAMPROG @1 remember stmtseq -> grammar
Entering state 7
lookahead token is token $end (0x21ad9724)
clearing the parse stack
CEE3204S The system detected a protection exception (System Completion 
Code=0C4).
 From compile unit /u/pdkuzm/ussport/perl/perl-build/sv.c at entry 
point Perl_newSVpv at statement 9410 at
 compile unit offset +0134 at entry offset +0134 at address 
214C97FC.
Segmentation fault
(02:47) RS12 : PDKUZM | ~/ussport/perl/perl-build/ext/I18N-Langinfo
:>

 Исходное сообщение 
От: Karl Williamson <pub...@khwilliamson.com>
Кому: Yaroslav Kuzmin <ykuz...@rocketsoftware.com>, perl-mvs@perl.org 
<perl-mvs@perl.org>, perl5-port...@perl.org <perl5-port...@perl.org>
Копия: daily-build-repo...@perl.org <daily-build-repo...@perl.org>
Тема: Re: Smoke [blead] v5.26.0-859-g7bd9fb107e FAIL(X) os/390 25.00 (2964/)
Дата: Tue, 3 Oct 2017 22:54:13 -0600

On 10/03/2017 05:44 AM, Yaroslav Kuzmin wrote:
>
> Dump attachment
Thanks.  Please try the attached Langinfo.t, which has extra debugging
info to see what happens.


>
>
> (07:44) RS12 : PDKUZM | ~/ussport/perl/perl-build/ext/I18N-Langinfo
> :> ../../perl -I../../lib -T t/Langinfo.t
> 1..38
> ok 1 - use I18N::Langinfo;
> ok 2 - calling langinfo() with ABDAY_1
> ok 3 - checking if the returned string is defined
> ok 4 - checking if the returned string has a positive length
> ok 5 - calling langinfo() with DAY_1
> ok 6 - checking if the returned string is defined
> ok 7 - checking if the returned string has a positive length
> ok 8 - calling langinfo() with ABMON_1
> ok 9 - checking if the returned string is defined
> ok 10 - checking if the returned string has a positive length
> ok 11 - calling langinfo() with MON_1
> ok 12 - checking if the returned string is defined
> ok 13 - checking if the returned string has a positive length
> ok 14 - calling langinfo() with RADIXCHAR
> ok 15 - checking if the returned string is defined
> ok 16 - checking if the returned string has a positive length
> ok 17 - calling langinfo() with AM_STR
> ok 18 - checking if the returned string is defined
> ok 19 - checking if the returned string has a positive length
> ok 20 - calling langinfo() with THOUSEP
> ok 21 # skip returned string was empty, skipping next two tests
> ok 22 # skip returned string was empty, skipping next two tests
> ok 23 - calling langinfo() with D_T_FMT
> ok 24 - checking if the returned string is defined
> ok 25 - checking if the returned string has a positive length
> ok 26 - calling langinfo() with D_FMT
> ok 27 - checking if the returned string is defined
> ok 28 - checking if the returned string has a positive length
> ok 29 - calling langinfo() with T_FMT
> ok 30 - checking if the returned string is defined
> ok 31 - checking if the returned st

Re: Smoke [blead] v5.26.0-859-g7bd9fb107e FAIL(X) os/390 25.00 (2964/)

2017-10-03 Thread Karl Williamson

On 10/03/2017 05:44 AM, Yaroslav Kuzmin wrote:

Dump attachment


Thanks.  Please try the attached Langinfo.t, which has extra debugging 
info to see what happens.





(07:44) RS12 : PDKUZM | ~/ussport/perl/perl-build/ext/I18N-Langinfo
:> ../../perl -I../../lib -T t/Langinfo.t
1..38
ok 1 - use I18N::Langinfo;
ok 2 - calling langinfo() with ABDAY_1
ok 3 - checking if the returned string is defined
ok 4 - checking if the returned string has a positive length
ok 5 - calling langinfo() with DAY_1
ok 6 - checking if the returned string is defined
ok 7 - checking if the returned string has a positive length
ok 8 - calling langinfo() with ABMON_1
ok 9 - checking if the returned string is defined
ok 10 - checking if the returned string has a positive length
ok 11 - calling langinfo() with MON_1
ok 12 - checking if the returned string is defined
ok 13 - checking if the returned string has a positive length
ok 14 - calling langinfo() with RADIXCHAR
ok 15 - checking if the returned string is defined
ok 16 - checking if the returned string has a positive length
ok 17 - calling langinfo() with AM_STR
ok 18 - checking if the returned string is defined
ok 19 - checking if the returned string has a positive length
ok 20 - calling langinfo() with THOUSEP
ok 21 # skip returned string was empty, skipping next two tests
ok 22 # skip returned string was empty, skipping next two tests
ok 23 - calling langinfo() with D_T_FMT
ok 24 - checking if the returned string is defined
ok 25 - checking if the returned string has a positive length
ok 26 - calling langinfo() with D_FMT
ok 27 - checking if the returned string is defined
ok 28 - checking if the returned string has a positive length
ok 29 - calling langinfo() with T_FMT
ok 30 - checking if the returned string is defined
ok 31 - checking if the returned string has a positive length
ok 32 - ABDAY_1 => 'Sun'
ok 33 - ABMON_1 => 'Jan'
ok 34 - DAY_1 => 'Sunday'
ok 35 - MON_1 => 'January'
ok 36 - RADIXCHAR => '.'
ok 37 - THOUSEP => ''
CEE3204S The system detected a protection exception (System Completion 
Code=0C4).
  From compile unit /u/pdkuzm/ussport/perl/perl-build/sv.c at 
entry point Perl_newSVpv at statement 9410 at
  compile unit offset +0134 at entry offset +0134 at 
address 214C97FC.

Segmentation fault



 Исходное сообщение 
*От*: Karl Williamson <pub...@khwilliamson.com 
<mailto:karl%20williamson%20%3cpub...@khwilliamson.com%3e>>
*Кому*: Yaroslav Kuzmin <ykuz...@rocketsoftware.com 
<mailto:yaroslav%20kuzmin%20%3cykuz...@rocketsoftware.com%3e>>, 
perl-mvs@perl.org <perl-mvs@perl.org 
<mailto:%22perl-...@perl.org%22%20%3cperl-...@perl.org%3e>>, 
perl5-port...@perl.org <perl5-port...@perl.org 
<mailto:%22perl5-port...@perl.org%22%20%3cperl5-port...@perl.org%3e>>
*Копия*: daily-build-repo...@perl.org <daily-build-repo...@perl.org 
<mailto:%22daily-build-repo...@perl.org%22%20%3cdaily-build-repo...@perl.org%3e>>
*Тема*: Re: Smoke [blead] v5.26.0-859-g7bd9fb107e FAIL(X) os/390 25.00 
(2964/)

*Дата*: Tue, 19 Sep 2017 09:24:46 -0600

On 09/12/2017 02:47 AM, Yaroslav Kuzmin wrote:
Smoke log available at 
https://drive.google.com/file/d/0B5PTttxwo7qARVAzdGo5SDFFRWs Automated 
smoke report for branch blead 5.27.4 patch 
7bd9fb107eaf8df3da9ce46c89920f8da72c76ab v5.26.0-859-g7bd9fb107e 



The new failure in this report is

CEE3204S The system detected a protection exception (System Completion
Code=0C4).
   From entry point Perl_newSVpv at compile unit offset +00B8
at entry offset +00B8 at address 2124CF20.
ext/I18N-Langinfo/t/Langinfo ..
FAILED--expected 38 tests, saw 37


  From looking at the internet on this, this looks like what's called a
segfault in Unix.  I looked at the code and I don't see anything wrong.

Any ideas?


Rocket Software, Inc. and subsidiaries ■ 77 Fourth Avenue, Waltham MA 
02451 ■ Main Office Toll Free Number: +1 877.328.2932
Contact Customer Support: 
https://my.rocketsoftware.com/RocketCommunity/RCEmailSupport
Unsubscribe from Marketing Messages/Manage Your Subscription Preferences 
- http://www.rocketsoftware.com/manage-your-email-preferences

Privacy Policy - http://www.rocketsoftware.com/company/legal/privacy-policy


This communication and any attachments may contain confidential 
information of Rocket Software, Inc. All unauthorized use, disclosure or 
distribution is prohibited. If you are not the intended recipient, 
please notify Rocket Software immediately and destroy all copies of this 
communication. Thank you.






Langinfo.t
Description: Perl program


Re: Smoke [blead] v5.26.0-859-g7bd9fb107e FAIL(X) os/390 25.00 (2964/)

2017-10-03 Thread Yaroslav Kuzmin
Dump attachment

(07:44) RS12 : PDKUZM | ~/ussport/perl/perl-build/ext/I18N-Langinfo
:> ../../perl -I../../lib -T t/Langinfo.t
1..38
ok 1 - use I18N::Langinfo;
ok 2 - calling langinfo() with ABDAY_1
ok 3 - checking if the returned string is defined
ok 4 - checking if the returned string has a positive length
ok 5 - calling langinfo() with DAY_1
ok 6 - checking if the returned string is defined
ok 7 - checking if the returned string has a positive length
ok 8 - calling langinfo() with ABMON_1
ok 9 - checking if the returned string is defined
ok 10 - checking if the returned string has a positive length
ok 11 - calling langinfo() with MON_1
ok 12 - checking if the returned string is defined
ok 13 - checking if the returned string has a positive length
ok 14 - calling langinfo() with RADIXCHAR
ok 15 - checking if the returned string is defined
ok 16 - checking if the returned string has a positive length
ok 17 - calling langinfo() with AM_STR
ok 18 - checking if the returned string is defined
ok 19 - checking if the returned string has a positive length
ok 20 - calling langinfo() with THOUSEP
ok 21 # skip returned string was empty, skipping next two tests
ok 22 # skip returned string was empty, skipping next two tests
ok 23 - calling langinfo() with D_T_FMT
ok 24 - checking if the returned string is defined
ok 25 - checking if the returned string has a positive length
ok 26 - calling langinfo() with D_FMT
ok 27 - checking if the returned string is defined
ok 28 - checking if the returned string has a positive length
ok 29 - calling langinfo() with T_FMT
ok 30 - checking if the returned string is defined
ok 31 - checking if the returned string has a positive length
ok 32 - ABDAY_1 => 'Sun'
ok 33 - ABMON_1 => 'Jan'
ok 34 - DAY_1 => 'Sunday'
ok 35 - MON_1 => 'January'
ok 36 - RADIXCHAR => '.'
ok 37 - THOUSEP => ''
CEE3204S The system detected a protection exception (System Completion 
Code=0C4).
 From compile unit /u/pdkuzm/ussport/perl/perl-build/sv.c at entry 
point Perl_newSVpv at statement 9410 at
 compile unit offset +0134 at entry offset +0134 at address 
214C97FC.
Segmentation fault



 Исходное сообщение 
От: Karl Williamson 
<pub...@khwilliamson.com<mailto:karl%20williamson%20%3cpub...@khwilliamson.com%3e>>
Кому: Yaroslav Kuzmin 
<ykuz...@rocketsoftware.com<mailto:yaroslav%20kuzmin%20%3cykuz...@rocketsoftware.com%3e>>,
 perl-mvs@perl.org 
<perl-mvs@perl.org<mailto:%22perl-...@perl.org%22%20%3cperl-...@perl.org%3e>>, 
perl5-port...@perl.org 
<perl5-port...@perl.org<mailto:%22perl5-port...@perl.org%22%20%3cperl5-port...@perl.org%3e>>
Копия: daily-build-repo...@perl.org 
<daily-build-repo...@perl.org<mailto:%22daily-build-repo...@perl.org%22%20%3cdaily-build-repo...@perl.org%3e>>
Тема: Re: Smoke [blead] v5.26.0-859-g7bd9fb107e FAIL(X) os/390 25.00 (2964/)
Дата: Tue, 19 Sep 2017 09:24:46 -0600


On 09/12/2017 02:47 AM, Yaroslav Kuzmin wrote:



Smoke log available at 
https://drive.google.com/file/d/0B5PTttxwo7qARVAzdGo5SDFFRWs

Automated smoke report for branch blead 5.27.4 patch 
7bd9fb107eaf8df3da9ce46c89920f8da72c76ab v5.26.0-859-g7bd9fb107e



The new failure in this report is

CEE3204S The system detected a protection exception (System Completion
Code=0C4).
  From entry point Perl_newSVpv at compile unit offset +00B8
at entry offset +00B8 at address 2124CF20.
ext/I18N-Langinfo/t/Langinfo ..
FAILED--expected 38 tests, saw 37


 From looking at the internet on this, this looks like what's called a
segfault in Unix.  I looked at the code and I don't see anything wrong.

Any ideas?



Rocket Software, Inc. and subsidiaries ■ 77 Fourth Avenue, Waltham MA 02451 ■ 
Main Office Toll Free Number: +1 877.328.2932
Contact Customer Support: 
https://my.rocketsoftware.com/RocketCommunity/RCEmailSupport
Unsubscribe from Marketing Messages/Manage Your Subscription Preferences - 
http://www.rocketsoftware.com/manage-your-email-preferences
Privacy Policy - http://www.rocketsoftware.com/company/legal/privacy-policy


This communication and any attachments may contain confidential information of 
Rocket Software, Inc. All unauthorized use, disclosure or distribution is 
prohibited. If you are not the intended recipient, please notify Rocket 
Software immediately and destroy all copies of this communication. Thank you.


CEEDUMP.20171003.064801.50397662.gz
Description: CEEDUMP.20171003.064801.50397662.gz


Re: Smoke [blead] v5.26.0-859-g7bd9fb107e FAIL(X) os/390 25.00 (2964/)

2017-09-19 Thread Karl Williamson

On 09/12/2017 02:47 AM, Yaroslav Kuzmin wrote:


Smoke log available at 
https://drive.google.com/file/d/0B5PTttxwo7qARVAzdGo5SDFFRWs

Automated smoke report for branch blead 5.27.4 patch 
7bd9fb107eaf8df3da9ce46c89920f8da72c76ab v5.26.0-859-g7bd9fb107e


The new failure in this report is

CEE3204S The system detected a protection exception (System Completion 
Code=0C4).
 From entry point Perl_newSVpv at compile unit offset +00B8 
at entry offset +00B8 at address 2124CF20.
ext/I18N-Langinfo/t/Langinfo .. 
FAILED--expected 38 tests, saw 37



From looking at the internet on this, this looks like what's called a 
segfault in Unix.  I looked at the code and I don't see anything wrong.


Any ideas?


Smoke [blead] v5.26.0-859-g7bd9fb107e FAIL(X) os/390 25.00 (2964/)

2017-09-12 Thread Yaroslav Kuzmin

Smoke log available at 
https://drive.google.com/file/d/0B5PTttxwo7qARVAzdGo5SDFFRWs

Automated smoke report for branch blead 5.27.4 patch 
7bd9fb107eaf8df3da9ce46c89920f8da72c76ab v5.26.0-859-g7bd9fb107e
RS12: 2964 (2964/)
onos/390 - 25.00
using c99 version
smoketime 5 hours 17 minutes (average 2 hours 38 minutes)

Summary: FAIL(X)

O = OK  F = Failure(s), extended report at the bottom
X = Failure(s) under TEST but not under harness
? = still running or test results not (yet) available
Build failures during:   - = unknown or N/A
c = Configure, m = make, M = make (after miniperl), t = make test-prep

v5.26.0-859-g7bd9fb107e  Configuration (common) none
--- -
X X X X -Dusedl
>
> >
> > >
> > > +- PERLIO = perlio -DDEBUGGING
> > +--- PERLIO = stdio  -DDEBUGGING
> +- PERLIO = perlio
+--- PERLIO = stdio


Locally applied patches:
SMOKE7bd9fb107eaf8df3da9ce46c89920f8da72c76ab

Tests skipped on user request:
# One test name on a line
Failures: (common-args) none
[stdio/perlio] -Dusedl
Inconsistent test results (between TEST and harness):
../lib/DBM_Filter/t/encode.t 
... FAILED at test 14
../ext/I18N-Langinfo/t/Langinfo.t... .. 
FAILED--expected 38 tests, saw 37
../t/porting/podcheck.t. 
 FAILED--expected 1441 tests, saw 0
../t/comp/parser_run.t.. 
. FAILED at test 2

[stdio/perlio] -DDEBUGGING -Dusedl
Inconsistent test results (between TEST and harness):
../t/porting/podcheck.t. 
 FAILED--expected 1441 tests, saw 0
../t/comp/parser_run.t.. 
. FAILED at test 2
../lib/DBM_Filter/t/encode.t 
... FAILED at test 14
../ext/I18N-Langinfo/t/Langinfo.t... .. 
FAILED--expected 38 tests, saw 37

Compiler messages(os390):



--
Report by Test::Smoke v1.6 running on perl 5.24.1
(Reporter v0.052 / Smoker v0.045)

--

Regards,

Yaroslav Kuzmin
Developer C/C++ ,z/OS , Linux
3 Zhukovskiy Street · Miass, Chelyabinsk region 456318 · Russia
Tel:  +7.922.2.38.33.38
Email: ykuz...@rocketsoftware.com
Web: www.rocketsoftware.com

Rocket Software, Inc. and subsidiaries ■ 77 Fourth Avenue, Waltham MA 02451 ■ 
Main Office Toll Free Number: +1 877.328.2932
Contact Customer Support: 
https://my.rocketsoftware.com/RocketCommunity/RCEmailSupport
Unsubscribe from Marketing Messages/Manage Your Subscription Preferences - 
http://www.rocketsoftware.com/manage-your-email-preferences
Privacy Policy - http://www.rocketsoftware.com/company/legal/privacy-policy


This communication and any attachments may contain confidential information of 
Rocket Software, Inc. All unauthorized use, disclosure or distribution is 
prohibited. If you are not the intended recipient, please notify Rocket 
Software immediately and destroy all copies of this communication. Thank you.