You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
% perl -v
This is perl 5, version 30, subversion 1 (v5.30.1) built for amd64-freebsd-thread-multi
% zef install Inline::Perl5
===> Searching for: Inline::Perl5
===> Updating cpan mirror: https://raw.githubusercontent.com/ugexe/Perl6-ecosystems/master/cpan1.json
===> Updating p6c mirror: http://ecosystem-api.p6c.org/projects1.json
===> Updated p6c mirror: http://ecosystem-api.p6c.org/projects1.json
===> Updated cpan mirror: https://raw.githubusercontent.com/ugexe/Perl6-ecosystems/master/cpan1.json
===> Searching for missing dependencies: Distribution::Builder::MakeFromJSON:ver<0.6+>
===> Searching for missing dependencies: System::Query
===> Building: Inline::Perl5:ver<0.44>:authgithub:niner
===> Building [OK] for Inline::Perl5:ver<0.44>:authgithub:niner
===> Testing: System::Query:ver<0.1.4>:authgithub:tony-o
===> Testing [OK] for System::Query:ver<0.1.4>:authgithub:tony-o
===> Testing: Distribution::Builder::MakeFromJSON:ver<0.6>:authgithub:niner
===> Testing [OK] for Distribution::Builder::MakeFromJSON:ver<0.6>:authgithub:niner
===> Testing: Inline::Perl5:ver<0.44>:authgithub:niner # Failed test 'at least one destructor ran # at t/p5_object_destructor.t line 40 # Failed test 'at least one destructor ran' # at t/p5_object_destructor.t line 41
`# Looks like you failed 2 tests of 20
===> Testing [FAIL]: Inline::Perl5:ver<0.44>:authgithub:niner
Aborting due to test failure: Inline::Perl5:ver<0.44>:authgithub:niner (use --force-test to override)
The text was updated successfully, but these errors were encountered:
# Failed test 'at least one destructor ran'
# at t/p5_object_destructor.t line 40
# Failed test 'at least one destructor ran'
# at t/p5_object_destructor.t line 41
# Looks like you failed 2 tests of 20
The destructor have been troublesome for quite a while. They are important for
correctness, but ultimately depend on implementation details of the VM. I'm
not terribly surprised that they fail on some systems. You can safely ignore
those failures. I'll probably degrade those tests to author-only ones.
% perl -v
This is perl 5, version 30, subversion 1 (v5.30.1) built for amd64-freebsd-thread-multi
% zef install Inline::Perl5
===> Searching for: Inline::Perl5
===> Updating cpan mirror: https://raw.githubusercontent.com/ugexe/Perl6-ecosystems/master/cpan1.json
===> Updating p6c mirror: http://ecosystem-api.p6c.org/projects1.json
===> Updated p6c mirror: http://ecosystem-api.p6c.org/projects1.json
===> Updated cpan mirror: https://raw.githubusercontent.com/ugexe/Perl6-ecosystems/master/cpan1.json
===> Searching for missing dependencies: Distribution::Builder::MakeFromJSON:ver<0.6+>
===> Searching for missing dependencies: System::Query
===> Building: Inline::Perl5:ver<0.44>:authgithub:niner
===> Building [OK] for Inline::Perl5:ver<0.44>:authgithub:niner
===> Testing: System::Query:ver<0.1.4>:authgithub:tony-o
===> Testing [OK] for System::Query:ver<0.1.4>:authgithub:tony-o
===> Testing: Distribution::Builder::MakeFromJSON:ver<0.6>:authgithub:niner
===> Testing [OK] for Distribution::Builder::MakeFromJSON:ver<0.6>:authgithub:niner
===> Testing: Inline::Perl5:ver<0.44>:authgithub:niner
# Failed test 'at least one destructor ran
# at t/p5_object_destructor.t line 40# Failed test 'at least one destructor ran'
# at t/p5_object_destructor.t line 41`# Looks like you failed 2 tests of 20
===> Testing [FAIL]: Inline::Perl5:ver<0.44>:authgithub:niner
Aborting due to test failure: Inline::Perl5:ver<0.44>:authgithub:niner (use --force-test to override)
The text was updated successfully, but these errors were encountered: