Subject: | t/sql_filter.t fails on some systems |
On my freebsd13 smoker the test suite fails:
...
PERL_DL_NONLAZY=1 "/usr/perl5.28.0p/bin/perl5.28.0" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'inc', 'blib/lib', 'blib/arch')" t/*.t
has_git() is obsolete, write `use Test::Requires::Git; test_requires_git;` instead at t/basic.t line 15.
DBD::SQLite::db selectrow_array failed: no such table: git_ddl_version at /usr/home/cpansand/.cpan/build/2019042710/GitDDL-0.03-0/blib/lib/GitDDL.pm line 69.
t/basic.t ....... ok
t/sql_filter.t ..
No subtests run
Test Summary Report
-------------------
t/sql_filter.t (Wstat: 10 Tests: 0 Failed: 0)
Non-zero wait status: 10
Parse errors: No plan found in TAP output
...
"wstat: 10" indicates that a SIGBUS happened.
It looks like OpenBSD is also affected. A sample fail report from cpantesters:
http://www.cpantesters.org/cpan/report/95811bae-56b5-11e9-a8a9-f4ad58d6f68a
Here it looks like a segmentation fault instead.