Ubuntu Pastebin

Paste from root at Fri, 18 Dec 2015 12:55:06 +0000

Download as text
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
make  check-am
make[1]: Entering directory '/root/s390-tests/tests'
make  accounts-glib-testsuite test-process \
  accounts-glib-test.sh xml-dtd-validate.sh
make[2]: Entering directory '/root/s390-tests/tests'
make[2]: 'accounts-glib-testsuite' is up to date.
make[2]: 'test-process' is up to date.
make[2]: Nothing to be done for 'accounts-glib-test.sh'.
make[2]: Nothing to be done for 'xml-dtd-validate.sh'.
make[2]: Leaving directory '/root/s390-tests/tests'
make  check-TESTS
make[2]: Entering directory '/root/s390-tests/tests'
make[3]: Entering directory '/root/s390-tests/tests'
FAIL: accounts-glib-test.sh
PASS: xml-dtd-validate.sh
============================================================================
Testsuite summary for libaccounts-glib 1.19
============================================================================
# TOTAL: 2
# PASS:  1
# SKIP:  0
# XFAIL: 0
# FAIL:  1
# XPASS: 0
# ERROR: 0
============================================================================
See tests/test-suite.log
Please report to https://gitlab.com/accounts-sso/libaccounts-glib/issues
============================================================================
Makefile:1035: recipe for target 'test-suite.log' failed
make[3]: *** [test-suite.log] Error 1
make[3]: Leaving directory '/root/s390-tests/tests'
Makefile:1141: recipe for target 'check-TESTS' failed
make[2]: *** [check-TESTS] Error 2
make[2]: Leaving directory '/root/s390-tests/tests'
Makefile:1221: recipe for target 'check-am' failed
make[1]: *** [check-am] Error 2
make[1]: Leaving directory '/root/s390-tests/tests'
Makefile:1225: recipe for target 'check' failed
make: *** [check] Error 2
Download as text