Running perl live tests

_.-~= Running perl live tests
Tue Jan 16 05:53:14 EST 2018
Created MYMETA.yml and MYMETA.json
Creating new 'Build' script for 'OpenILS' version '2.4'
./Build test --test_files live_t || make -s build-perl-fail
# Simple tests against the open-ils.storage service and the stock test data.
live_t/00-simple.t ............................... ok
# Simple tests against the open-ils.auth service, memcached, and the stock test data.
live_t/01-auth.t ................................. ok
# Test circulation of item CONC70000345 against the admin user.
live_t/02-simple_circ.t .......................... ok
# Test fine generation on checkin against the admin user.
live_t/03-overdue_circ.t ......................... ok
# Test fine generation with closed date on checkin against the admin user.
live_t/04-overdue_with_closed_dates.t ............ ok
# Test bill payment against the admin user.
live_t/05-pay_bills.t ............................ ok
# Fetches and updates a bib records MARC data
live_t/06-bib_rec_fetch_update.t ................. ok
# Tests Anonymous PCRUD personality for CStoreEditor
live_t/07-anon_pcrud.t ........................... ok
# Tests libdbi transaction error reporting
live_t/08-lp1366964-libdbi-error.t ............... ok
# Test features of Conditional Negative Balances code.
live_t/09-lp1198465_neg_balances.t ............... ok
# Test juv-to-adult batch updater.
live_t/10-lp1251415_update_juv.t ................. ok
# Tests handling of future backdates in checkin
live_t/11-lp1481036-future-backdate.t ............ ok
# Make sure we don't close xacts with fines
live_t/12-lp1484989_dont_close_fined_xacts.t ..... ok
# Tests safe auth token user activity tracking
live_t/13-lp1240119-safe-token-activity.t ........ ok
# Test config.standing_penalty.ignore_proximity feature.
live_t/14-lp1499123_csp_ignore_proximity.t ....... ok
# Test checking for, creating, and restricting patron opt-in.
live_t/15-lp1533329-opt-in.t ..................... ok
# Tests ACQ invoices
live_t/16-acq-invoicing.t ........................ ok
live_t/17-lp1579225_new_patron_passwords.t ....... ok
# Test bugfix for lp1592891 - SIP2 failures with standing penalties.
live_t/18-lp1592891_sip_standing_penalties.t ..... ok
# Test LP 1306666 abort transit copy status fix.
live_t/19-lp1306666-abort-transit-copy-status.t .. ok
# General hold targeter tests

#   Failed test 'Hold 263 has 31 mapped potential copies'
#   at live_t/20-hold-targeter.t line 100.
#          got: '24'
#     expected: '31'
# Looks like you failed 1 test of 15.
live_t/20-hold-targeter.t ........................ 
Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/15 subtests 
# Tests Ebook API
live_t/20-lp1541559-ebook-api.t .................. ok
# Tests batch org setting retrieval
live_t/21-batch-org-settings.t ................... ok
# Tests ACQ purchase orders
live_t/22-acq-po-status.t ........................ ok
live_t/23-action-trigger-templates.t ............. ok
# Tests open-ils.auth.login
live_t/24-lp1710949-login-api.t .................. ok
live_t/24-offline-all-assets.t ................... ok

Test Summary Report
-------------------
live_t/20-hold-targeter.t                      (Wstat: 256 Tests: 15 Failed: 1)
  Failed test:  11
  Non-zero exit status: 1
Files=27, Tests=598, 183 wallclock secs ( 0.21 usr  0.18 sys + 97.59 cusr  9.46 csys = 107.44 CPU)
Result: FAIL
Failed 1/27 test programs. 1/598 subtests failed.

>>> Build/test of Perl modules has failed. The most likely
>>> possibility is that a dependency is not pre-installed
>>> or that a test has failed.
>>> See the messages above this one for more information.

make[1]: *** [build-perl-fail] Error 1
make: *** [livecheck] Error 2
Return Value = 2
End of perl live tests =~-._