Subject: | tests hang, fail |
When running tests, they sit for 15 seconds and produce this output:
$ make test
PERL_DL_NONLAZY=1 /home/ad/karene/perl5/perlbrew/perls/perl-5.16.0/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
#
# SSH client found: OpenSSH_5.9p1 Debian-5ubuntu1.1, OpenSSL 1.0.1 14 Mar 2012.
# Trying to connect to localhost, timeout is 15s.
# Connection failed... trying fallback aproach
# sshd command found at /usr/sbin/sshd.
# Faking connection, timeout is 15s.
# Using configuration from '/tmp/Net-OpenSSH-0.60/t'
sh: 1: cannot create /var/run/motd.new: Permission denied
stty: standard input: Invalid argument
# Failed test at t/1_run.t line 102.
# got: 'Changes
# MANIFEST
# META.json
# META.yml
# MYMETA.json
# MYMETA.yml
# Makefile
# Makefile.PL
# README
# blib
# lib
# pm_to_blib
# sample
# stty: standard input: Invalid argument
# t
# test.dat
# test.out
# '
# expected: 'Changes
# MANIFEST
# META.json
# META.yml
# MYMETA.json
# MYMETA.yml
# Makefile
# Makefile.PL
# README
# blib
# lib
# pm_to_blib
# sample
# t
# test.dat
# test.out
# '
stty: standard input: Invalid argument
Signal 11 (SEGV) caught by ps (procps version 3.2.8).
Please send bug reports to <feedback@lists.sf.net> or <albert@users.sf.net>
# Failed test at t/1_run.t line 114.
Signal 11 (SEGV) caught by ps (procps version 3.2.8).
Please send bug reports to <feedback@lists.sf.net> or <albert@users.sf.net>
# Failed test 'errput'
# at t/1_run.t line 122.
# got: 'stty: standard input: Invalid argument
# '
# expected: ''
# Failed test 'external_master 1'
# at t/1_run.t line 128.
# got: 'stty: standard input: Invalid argument
# '
# expected: ''
stty: standard input: Invalid argument
stty: standard input: Invalid argument
stty: standard input: Invalid argument
# Failed test at t/1_run.t line 151.
# got: 'stty: standard input: Invalid argument
# foo 1
# foo 2
# foo 3
# foo 4
# foo 5
# foo 6
# foo 7
# foo 8
# foo 9
# foo 10
# '
# expected: 'foo 1
# foo 2
# foo 3
# foo 4
# foo 5
# foo 6
# foo 7
# foo 8
# foo 9
# foo 10
# '
# Failed test at t/1_run.t line 154.
# got: 'stty: standard input: Invalid argument
# foo 1
# foo 2
# foo 3
# foo 4
# foo 5
# foo 6
# foo 7
# foo 8
# foo 9
# foo 10
# '
# expected: 'foo 1
# foo 2
# foo 3
# foo 4
# foo 5
# foo 6
# foo 7
# foo 8
# foo 9
# foo 10
# '
stty: standard input: Invalid argument
stty: standard input: Invalid argument
stty: standard input: Invalid argument
stty: standard input: Invalid argument
stty: standard input: Invalid argument
# Looks like you failed 6 tests of 46.
t/1_run.t ...
Dubious, test returned 6 (wstat 1536, 0x600)
Failed 6/46 subtests
(less 1 skipped subtest: 39 okay)
t/2_pods.t .. skipped: Only the author needs to check that POD docs are right
Test Summary Report
-------------------
t/1_run.t (Wstat: 1536 Tests: 46 Failed: 6)
Failed tests: 3, 7, 11, 13, 21-22
Non-zero exit status: 6
Files=2, Tests=46, 31 wallclock secs ( 0.02 usr 0.01 sys + 9.90 cusr 1.31 csys = 11.24 CPU)
Result: FAIL
Failed 1/2 test programs. 6/46 subtests failed.
make: *** [test_dynamic] Error 255
This is an x86 ubuntu box, not running as root.