Page MenuHomePhorge

Build 397
FailedPublic

Run Command

This build step has since been deleted on the build plan. Some information may be omitted.
When
Completed at May 13 2015, 6:26 PM · Built for 1 m, 18 s
Status
Failed

Build Log 1486 (remote - stderr)
25 - 50 - 100 - Unlimited Lines

13+ '[' 10 -gt 0 ']'
14+ case $1 in
15++ eval echo ''\''a520f2f7cda37d4377163acd2bfdf341f367799e'\'''
16+++ echo a520f2f7cda37d4377163acd2bfdf341f367799e
17+ commit=a520f2f7cda37d4377163acd2bfdf341f367799e
18+ shift
19+ shift
20+ '[' 8 -gt 0 ']'
21+ case $1 in
22++ eval echo ''\'''\'''
23+++ echo ''
24+ differential=
25+ shift
26+ shift
27+ '[' 6 -gt 0 ']'
28+ case $1 in
29++ eval echo ''\''PHID-HMBT-ge4zr63atev65tlbkvro'\'''
30+++ echo PHID-HMBT-ge4zr63atev65tlbkvro
31+ phid=PHID-HMBT-ge4zr63atev65tlbkvro
32+ shift
33+ shift
34+ '[' 4 -gt 0 ']'
35+ case $1 in
36++ eval echo ''\''ssh://git@git.kolab.org/diffusion/P/pykolab.git'\'''
37+++ echo ssh://git@git.kolab.org/diffusion/P/pykolab.git
38+ uri=ssh://git@git.kolab.org/diffusion/P/pykolab.git
39+ shift
40+ shift
41+ '[' 2 -gt 0 ']'
42+ case $1 in
43++ eval echo ''\''git'\'''
44+++ echo git
45+ vcs=git
46+ shift
47+ shift
48+ '[' 0 -gt 0 ']'
49+ '[' -z a520f2f7cda37d4377163acd2bfdf341f367799e -a -z '' ']'
50+ '[' -z ssh://git@git.kolab.org/diffusion/P/pykolab.git ']'
51+ '[' 0 -eq 0 -a 0 -eq 0 -a 0 -eq 0 -a 0 -eq 0 -a 0 -eq 0 ']'
52+ test_build=1
53+ test_functional=1
54+ test_integration=1
55+ test_performance=1
56+ test_unit=1
57+ '[' -z git ']'
58+ case ${vcs} in
59++ basename ssh://git@git.kolab.org/diffusion/P/pykolab.git .git
60+ package=pykolab
61++ echo ssh://git@git.kolab.org/diffusion/P/pykolab.git
62++ sed -e 's|ssh://git@|https://|g'
63+ ro_uri=https://git.kolab.org/diffusion/P/pykolab.git
64+ case ${package} in
65+ case ${uri} in
66++ pwd
67+ export TMPDIR=/var/tmp/562
68+ TMPDIR=/var/tmp/562
69+ '[' '!' -d pykolab.git ']'
70+ git clone https://git.kolab.org/diffusion/P/pykolab.git pykolab.git
71+ pushd pykolab.git
72+ git checkout a520f2f7cda37d4377163acd2bfdf341f367799e
73Note: checking out 'a520f2f7cda37d4377163acd2bfdf341f367799e'.
74
75You are in 'detached HEAD' state. You can look around, make experimental
76changes and commit them, and you can discard any commits you make in this
77state without impacting any branches by performing another checkout.
78
79If you want to create a new branch to retain commits you create, you may
80do so (now or later) by using -b with the checkout command again. Example:
81
82 git checkout -b new_branch_name
83
84HEAD is now at a520f2f... also add roundcubemail config value smtp_conn_options
85+ popd
86+ '[' pykolab '!=' stick ']'
87+ '[' '!' -d stick.git ']'
88+ git clone https://git.kolab.org/diffusion/QA/stick.git stick.git
89+ export commit
90+ export differential
91+ export id
92+ export package
93+ export phid
94+ export ro_uri
95+ export uri
96+ export vcs
97+ export test_build
98+ export test_functional
99+ export test_integration
100+ export test_performance
101+ export test_unit
102+ '[' -x stick.git/drydocker/pykolab/build.sh ']'
103+ pushd pykolab.git
104+ ../stick.git/drydocker/pykolab/build.sh
105+ docker run -it --attach=stdout --attach=stderr --detach=false --rm=true --volume=/root/.oscrc:/root/.oscrc -e ID=397 -e COMMIT=a520f2f7cda37d4377163acd2bfdf341f367799e -e DIFFERENTIAL= -e PACKAGE=pykolab -e PHAB_CERT= -e PHAB_USER= -e PHID=PHID-HMBT-ge4zr63atev65tlbkvro -e URI=ssh://git@git.kolab.org/diffusion/P/pykolab.git -e RO_URI=https://git.kolab.org/diffusion/P/pykolab.git -e VCS=git -e TEST_BUILD=1 -e TEST_FUNCTIONAL=1 -e TEST_INTEGRATION=1 -e TEST_PERFORMANCE=1 -e TEST_UNIT=1 kolab/ci-maipo
106+ exit 1
107+ retval=1
108+ popd
109+ cd /var/tmp
110+ rm -rf /var/tmp/562
111+ exit 1
112

Build Log 1485 (remote - stdout)
25 - 50 - 100 - Unlimited Lines

2953Traceback (most recent call last):
2954 File "/usr/lib64/python2.7/site-packages/twisted/internet/defer.py", line 134, in maybeDeferred
2955 result = f(*args, **kw)
2956 File "/usr/lib64/python2.7/site-packages/twisted/internet/utils.py", line 191, in runWithWarningsSuppressed
2957 result = f(*a, **kw)
2958 File "/srv/pykolab.git/tests/unit/test-011-wallace_resources.py", line 163, in test_002_resource_record_from_email_address
2959 self.assertEqual(len(res), 1);
2960 File "/usr/lib64/python2.7/site-packages/twisted/trial/unittest.py", line 271, in assertEqual
2961 % (msg, pformat(first), pformat(second)))
2962FailTest: not equal:
2963a = 0
2964b = 1
2965
2966
2967======================================================================
2968FAIL: test_003_resource_records_from_itip_events
2969----------------------------------------------------------------------
2970Traceback (most recent call last):
2971 File "/usr/lib64/python2.7/site-packages/twisted/internet/defer.py", line 134, in maybeDeferred
2972 result = f(*args, **kw)
2973 File "/usr/lib64/python2.7/site-packages/twisted/internet/utils.py", line 191, in runWithWarningsSuppressed
2974 result = f(*a, **kw)
2975 File "/srv/pykolab.git/tests/unit/test-011-wallace_resources.py", line 172, in test_003_resource_records_from_itip_events
2976 self.assertEqual(len(res), 2, "Return all attendee resources");
2977 File "/usr/lib64/python2.7/site-packages/twisted/trial/unittest.py", line 271, in assertEqual
2978 % (msg, pformat(first), pformat(second)))
2979FailTest: Return all attendee resources
2980not equal:
2981a = 3
2982b = 2
2983
2984
2985======================================================================
2986FAIL: test_005_send_response_accept
2987----------------------------------------------------------------------
2988Traceback (most recent call last):
2989 File "/usr/lib64/python2.7/site-packages/twisted/internet/defer.py", line 134, in maybeDeferred
2990 result = f(*args, **kw)
2991 File "/usr/lib64/python2.7/site-packages/twisted/internet/utils.py", line 191, in runWithWarningsSuppressed
2992 result = f(*a, **kw)
2993 File "/srv/pykolab.git/tests/unit/test-011-wallace_resources.py", line 205, in test_005_send_response_accept
2994 self.assertIn("ACCEPTED", response['subject'], "Participant status in message subject")
2995 File "/usr/lib64/python2.7/site-packages/twisted/trial/unittest.py", line 328, in failUnlessIn
2996 % (containee, container))
2997FailTest: Participant status in message subject
2998
2999======================================================================
3000FAIL: test_006_send_response_delegate
3001----------------------------------------------------------------------
3002Traceback (most recent call last):
3003 File "/usr/lib64/python2.7/site-packages/twisted/internet/defer.py", line 134, in maybeDeferred
3004 result = f(*args, **kw)
3005 File "/usr/lib64/python2.7/site-packages/twisted/internet/utils.py", line 191, in runWithWarningsSuppressed
3006 result = f(*a, **kw)
3007 File "/srv/pykolab.git/tests/unit/test-011-wallace_resources.py", line 223, in test_006_send_response_delegate
3008 self.assertEqual("resource-car-audi-a4@example.org", self.smtplog[0][0])
3009 File "/usr/lib64/python2.7/site-packages/twisted/trial/unittest.py", line 271, in assertEqual
3010 % (msg, pformat(first), pformat(second)))
3011FailTest: not equal:
3012a = 'resource-car-audi-a4@example.org'
3013b = u'resource-collection-car@example.org'
3014
3015
3016======================================================================
3017FAIL: test_002_user_dn_from_email_address
3018----------------------------------------------------------------------
3019Traceback (most recent call last):
3020 File "/usr/lib64/python2.7/site-packages/twisted/internet/defer.py", line 134, in maybeDeferred
3021 result = f(*args, **kw)
3022 File "/usr/lib64/python2.7/site-packages/twisted/internet/utils.py", line 191, in runWithWarningsSuppressed
3023 result = f(*a, **kw)
3024 File "/srv/pykolab.git/tests/unit/test-012-wallace_invitationpolicy.py", line 118, in test_002_user_dn_from_email_address
3025 self.assertEqual("uid=doe,ou=People,dc=example,dc=org", res);
3026 File "/usr/lib64/python2.7/site-packages/twisted/trial/unittest.py", line 271, in assertEqual
3027 % (msg, pformat(first), pformat(second)))
3028FailTest: not equal:
3029a = 'uid=doe,ou=People,dc=example,dc=org'
3030b = None
3031
3032
3033======================================================================
3034FAIL: test_003_set_lang (tests.unit.test-015-translate.TestTranslate)
3035----------------------------------------------------------------------
3036Traceback (most recent call last):
3037 File "/srv/pykolab.git/tests/unit/test-015-translate.py", line 18, in test_003_set_lang
3038 self.assertEqual(_("Folder name"), "Ordnername", "German Translation found")
3039AssertionError: German Translation found
3040
3041----------------------------------------------------------------------
3042Ran 135 tests in 4.199s
3043
3044FAILED (errors=7, failures=9)
3045Running ../stick.git/drydocker/pykolab/test_unit.sh FAILED (at a520f2f7cda37d4377163acd2bfdf341f367799e)
3046========================================================================
3047 Running 'yum-builddep -y --disablerepo=openSUSE_Tools pykolab' OK (at a520f2f7cda37d4377163acd2bfdf341f367799e)
3048 Running '../stick.git/drydocker/pykolab/test_build.sh' OK (at a520f2f7cda37d4377163acd2bfdf341f367799e)
3049 Running '../stick.git/drydocker/pykolab/test_unit.sh' FAILED (at a520f2f7cda37d4377163acd2bfdf341f367799e)
3050========================================================================
3051/var/tmp/562
3052

Lease Host

This build step has since been deleted on the build plan. Some information may be omitted.
When
Completed at May 13 2015, 6:25 PM · Built instantly
Status
Passed

Wait for Previous Commits to Build

When
Completed at May 13 2015, 6:25 PM · Built instantly
Status
Passed

Build Log 1413 (waiting - blockers)
25 - 50 - 100 - Unlimited Lines

1Blocked by: Build 396
2

Event Timeline