Subject: | Can't call method "print" on an undefined value |
The test suite fails on some of my smokers:
...
DBD::CSV::db do failed: Can't call method "print" on an undefined value at /home/cpansand/.cpan/build/2020090816/DBD-CSV-0.55-0/blib/lib/DBD/CSV.pm line 410.
[for Statement "CREATE TABLE test_tdg(id INTEGER, refid INTEGER, ud INTEGER, dt INTEGER, j INTEGER)"] at /usr/home/cpansand/.cpan/build/2020090816/DBIx-Table-TestDataGenerator-0.005-3/blib/lib/DBIx/Table/TestDataGenerator.pm line 209.
Can't use an undefined value as a symbol reference at t/04DataGeneration_csv.t line 60.
END failed--call queue aborted.
# Failed test 'no warnings'
# at /usr/local/lib/perl5/5.30/Test/Builder.pm line 152.
# There were 2 warning(s)
# Previous test 0 ''
# DBD::CSV::db do failed: Can't call method "print" on an undefined value at /home/cpansand/.cpan/build/2020090816/DBD-CSV-0.55-0/blib/lib/DBD/CSV.pm line 410.
# [for Statement "CREATE TABLE test_tdg(id INTEGER, refid INTEGER, ud INTEGER, dt INTEGER, j INTEGER)"] at /usr/home/cpansand/.cpan/build/2020090816/DBIx-Table-TestDataGenerator-0.005-3/blib/lib/DBIx/Table/TestDataGenerator.pm line 209.
# at /usr/home/cpansand/.cpan/build/2020090816/DBIx-Table-TestDataGenerator-0.005-3/blib/lib/DBIx/Table/TestDataGenerator.pm line 209.
# DBIx::Table::TestDataGenerator::create_testdata(DBIx::Table::TestDataGenerator=HASH(0x8026acf18), "target_size", 500, "num_random", 500, "max_tree_depth", 3, "min_children", ...) called at t/04DataGeneration_csv.t line 37
#
# ----------
# Previous test 0 ''
# Issuing rollback() due to DESTROY without explicit disconnect() of DBD::SQLite::db handle dbname=:memory:.
# at t/04DataGeneration_csv.t line 0.
# eval {...} called at t/04DataGeneration_csv.t line 0
#
# Looks like your test exited with 22 just after 1.
t/04DataGeneration_csv.t ................
Dubious, test returned 22 (wstat 5632, 0x1600)
Failed 2/2 subtests
...