Skip Menu |

This queue is for tickets about the Net-SFTP CPAN distribution.

Report information
The Basics
Id: 120602
Status: open
Priority: 0/
Queue: Net-SFTP

People
Owner: Nobody in particular
Requestors: SREZIC [...] cpan.org
Cc: schwigon [...] cpan.org
AdminCc:

Bug Information
Severity: (no value)
Broken in: 0.10
Fixed in: (no value)



CC: schwigon [...] cpan.org
Subject: Tests fail with recent Net::SSH::Perl
My smoker systems started to show the following failure: ... PERL_DL_NONLAZY=1 "/opt/perl-5.24.0t/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t Can't use an undefined value as an ARRAY reference at /home/cpansand/.cpan/build/2017031306/Net-SSH-Perl-2.09-0/blib/lib/Net/SSH/Perl/Util.pm line 49. BEGIN failed--compilation aborted at /home/cpansand/.cpan/build/2017031306/Net-SFTP-0.10-0/blib/lib/Net/SFTP/Buffer.pm line 9. Compilation failed in require at /home/cpansand/.cpan/build/2017031306/Net-SFTP-0.10-0/blib/lib/Net/SFTP/Attributes.pm line 7. BEGIN failed--compilation aborted at /home/cpansand/.cpan/build/2017031306/Net-SFTP-0.10-0/blib/lib/Net/SFTP/Attributes.pm line 7. Compilation failed in require at /home/cpansand/.cpan/build/2017031306/Net-SFTP-0.10-0/blib/lib/Net/SFTP.pm line 8. BEGIN failed--compilation aborted at /home/cpansand/.cpan/build/2017031306/Net-SFTP-0.10-0/blib/lib/Net/SFTP.pm line 8. Compilation failed in require at t/01-load.t line 5. BEGIN failed--compilation aborted at t/01-load.t line 5. t/01-load.t ...... Dubious, test returned 255 (wstat 65280, 0xff00) Failed 1/1 subtests Can't use an undefined value as an ARRAY reference at /home/cpansand/.cpan/build/2017031306/Net-SSH-Perl-2.09-0/blib/lib/Net/SSH/Perl/Util.pm line 49. BEGIN failed--compilation aborted at /home/cpansand/.cpan/build/2017031306/Net-SFTP-0.10-0/blib/lib/Net/SFTP/Buffer.pm line 9. Compilation failed in require at /home/cpansand/.cpan/build/2017031306/Net-SFTP-0.10-0/blib/lib/Net/SFTP/Attributes.pm line 7. BEGIN failed--compilation aborted at /home/cpansand/.cpan/build/2017031306/Net-SFTP-0.10-0/blib/lib/Net/SFTP/Attributes.pm line 7. Compilation failed in require at /home/cpansand/.cpan/build/2017031306/Net-SFTP-0.10-0/blib/lib/Net/SFTP.pm line 8. BEGIN failed--compilation aborted at /home/cpansand/.cpan/build/2017031306/Net-SFTP-0.10-0/blib/lib/Net/SFTP.pm line 8. Compilation failed in require at t/06-circular.t line 5. BEGIN failed--compilation aborted at t/06-circular.t line 5. t/06-circular.t .. Dubious, test returned 255 (wstat 65280, 0xff00) No subtests run ... Statistical analysis shows that failures happen only with the recent version of Net::SSH::Perl (negative theta means "bad"): **************************************************************** Regression 'mod:Net::SSH::Perl' **************************************************************** Name Theta StdErr T-stat [0='const'] 1.0000 0.0000 26049775707533608.00 [1='eq_1.38'] 0.0000 0.0000 3.36 [2='eq_1.41'] 0.0000 0.0000 0.83 [3='eq_1.42'] 0.0000 0.0000 2.64 [4='eq_2.01'] 0.0000 0.0000 2.59 [5='eq_2.09'] -1.0000 0.0000 -23780082954943760.00 R^2= 1.000, N= 34, K= 6 ****************************************************************
Thanks, I will investigate this ASAP.
Just uploaded a micro fix of Net::SSH::Perl (though not a new version). I hope this fixes Net::SFTP. Steffen -- Steffen Schwigon <ss5@renormalist.net> Dresden Perl Mongers <http://dresden-pm.org/>
RT-Send-CC: schwigon [...] cpan.org
On 2017-03-15 06:17:46, SCHWIGON wrote: Show quoted text
> Just uploaded a micro fix of Net::SSH::Perl (though not a new version). > I hope this fixes Net::SFTP.
Yes, it looks good with Net-SSH-Perl-2.09.01. I leave the ticket still open in case some measures in the Net-SFTP distribution will be done (e.g. make sure that the problematic Net-SSH-Perl version is not used).