Page MenuHomePhorge

Build 922
FailedPublic

Run Command

This build step has since been deleted on the build plan. Some information may be omitted.
When
Completed at Jul 1 2015, 3:32 PM · Built for 1 m, 28 s
Status
Failed

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

1+ '[' -z 1042a4cc53020ee39ce6ad693588ed01b94c19e7 -a -z '' ']'
2+ '[' -z ssh://git@git.kolab.org/diffusion/P/pykolab.git ']'
3+ '[' 0 -eq 0 -a 0 -eq 0 -a 0 -eq 0 -a 0 -eq 0 -a 0 -eq 0 -a 0 -eq 0 ']'
4+ test_build=1
5+ test_functional=1
6+ test_integration=1
7+ test_performance=1
8+ test_unit=1
9+ test_obs=1
10+ '[' -z git ']'
11+ case ${vcs} in
12++ basename ssh://git@git.kolab.org/diffusion/P/pykolab.git .git
13+ package=pykolab
14++ sed -e 's|ssh://git@|https://|g'
15++ echo ssh://git@git.kolab.org/diffusion/P/pykolab.git
16+ ro_uri=https://git.kolab.org/diffusion/P/pykolab.git
17+ case ${package} in
18++ pwd
19+ export TMPDIR=/var/tmp/1268
20+ TMPDIR=/var/tmp/1268
21+ '[' '!' -d pykolab.git ']'
22+ git clone https://git.kolab.org/diffusion/P/pykolab.git pykolab.git
23+ pushd pykolab.git
24+ git checkout 1042a4cc53020ee39ce6ad693588ed01b94c19e7
25Note: checking out '1042a4cc53020ee39ce6ad693588ed01b94c19e7'.
26
27You are in 'detached HEAD' state. You can look around, make experimental
28changes and commit them, and you can discard any commits you make in this
29state without impacting any branches by performing another checkout.
30
31If you want to create a new branch to retain commits you create, you may
32do so (now or later) by using -b with the checkout command again. Example:
33
34 git checkout -b new_branch_name
35
36HEAD is now at 1042a4c... setup-kolab: wait some seconds after restarting dirsrv (fixes #5137)
37+ popd
38+ '[' pykolab '!=' stick ']'
39+ '[' '!' -d stick.git ']'
40+ git clone https://git.kolab.org/diffusion/QA/stick.git stick.git
41+ export commit
42+ export differential
43+ export id
44+ export package
45+ export phid
46+ export ro_uri
47+ export uri
48+ export vcs
49+ export test_build
50+ export test_functional
51+ export test_integration
52+ export test_performance
53+ export test_unit
54+ export test_obs
55+ '[' '!' -d /var/tmp/osbuild-packagecache ']'
56+ '[' -x stick.git/drydocker/pykolab/build.sh ']'
57+ pushd pykolab.git
58+ ../stick.git/drydocker/pykolab/build.sh
59+ docker run -it --attach=stdout --attach=stderr --detach=false --rm=true --volume=/root/.oscrc:/root/.oscrc --volume=/var/tmp/osbuild-packagecache/:/var/tmp/osbuild-packagecache/ --hostname=kolab.example.org -e ID=922 -e COMMIT=1042a4cc53020ee39ce6ad693588ed01b94c19e7 -e DIFFERENTIAL= -e PACKAGE=pykolab -e PHAB_CERT= -e PHAB_USER= -e PHID=PHID-HMBT-ccchri3jfcscboyj7dfc -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 -e TEST_OBS=1 kolab/ci-maipo
60+ exit 1
61+ retval=1
62+ popd
63+ cd /var/tmp
64+ rm -rf /var/tmp/1268
65+ exit 1
66

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

3597Traceback (most recent call last):
3598 File "/usr/lib64/python2.7/site-packages/twisted/internet/defer.py", line 134, in maybeDeferred
3599 result = f(*args, **kw)
3600 File "/usr/lib64/python2.7/site-packages/twisted/internet/utils.py", line 191, in runWithWarningsSuppressed
3601 result = f(*a, **kw)
3602 File "/srv/pykolab.git/tests/unit/test-011-wallace_resources.py", line 163, in test_002_resource_record_from_email_address
3603 self.assertEqual(len(res), 1);
3604 File "/usr/lib64/python2.7/site-packages/twisted/trial/unittest.py", line 271, in assertEqual
3605 % (msg, pformat(first), pformat(second)))
3606FailTest: not equal:
3607a = 0
3608b = 1
3609
3610
3611======================================================================
3612FAIL: test_003_resource_records_from_itip_events
3613----------------------------------------------------------------------
3614Traceback (most recent call last):
3615 File "/usr/lib64/python2.7/site-packages/twisted/internet/defer.py", line 134, in maybeDeferred
3616 result = f(*args, **kw)
3617 File "/usr/lib64/python2.7/site-packages/twisted/internet/utils.py", line 191, in runWithWarningsSuppressed
3618 result = f(*a, **kw)
3619 File "/srv/pykolab.git/tests/unit/test-011-wallace_resources.py", line 172, in test_003_resource_records_from_itip_events
3620 self.assertEqual(len(res), 2, "Return all attendee resources");
3621 File "/usr/lib64/python2.7/site-packages/twisted/trial/unittest.py", line 271, in assertEqual
3622 % (msg, pformat(first), pformat(second)))
3623FailTest: Return all attendee resources
3624not equal:
3625a = 3
3626b = 2
3627
3628
3629======================================================================
3630FAIL: test_005_send_response_accept
3631----------------------------------------------------------------------
3632Traceback (most recent call last):
3633 File "/usr/lib64/python2.7/site-packages/twisted/internet/defer.py", line 134, in maybeDeferred
3634 result = f(*args, **kw)
3635 File "/usr/lib64/python2.7/site-packages/twisted/internet/utils.py", line 191, in runWithWarningsSuppressed
3636 result = f(*a, **kw)
3637 File "/srv/pykolab.git/tests/unit/test-011-wallace_resources.py", line 205, in test_005_send_response_accept
3638 self.assertIn("ACCEPTED", response['subject'], "Participant status in message subject")
3639 File "/usr/lib64/python2.7/site-packages/twisted/trial/unittest.py", line 328, in failUnlessIn
3640 % (containee, container))
3641FailTest: Participant status in message subject
3642
3643======================================================================
3644FAIL: test_006_send_response_delegate
3645----------------------------------------------------------------------
3646Traceback (most recent call last):
3647 File "/usr/lib64/python2.7/site-packages/twisted/internet/defer.py", line 134, in maybeDeferred
3648 result = f(*args, **kw)
3649 File "/usr/lib64/python2.7/site-packages/twisted/internet/utils.py", line 191, in runWithWarningsSuppressed
3650 result = f(*a, **kw)
3651 File "/srv/pykolab.git/tests/unit/test-011-wallace_resources.py", line 223, in test_006_send_response_delegate
3652 self.assertEqual("resource-car-audi-a4@example.org", self.smtplog[0][0])
3653 File "/usr/lib64/python2.7/site-packages/twisted/trial/unittest.py", line 271, in assertEqual
3654 % (msg, pformat(first), pformat(second)))
3655FailTest: not equal:
3656a = 'resource-car-audi-a4@example.org'
3657b = u'resource-collection-car@example.org'
3658
3659
3660======================================================================
3661FAIL: test_002_user_dn_from_email_address
3662----------------------------------------------------------------------
3663Traceback (most recent call last):
3664 File "/usr/lib64/python2.7/site-packages/twisted/internet/defer.py", line 134, in maybeDeferred
3665 result = f(*args, **kw)
3666 File "/usr/lib64/python2.7/site-packages/twisted/internet/utils.py", line 191, in runWithWarningsSuppressed
3667 result = f(*a, **kw)
3668 File "/srv/pykolab.git/tests/unit/test-012-wallace_invitationpolicy.py", line 119, in test_002_user_dn_from_email_address
3669 self.assertEqual("uid=doe,ou=People,dc=example,dc=org", res);
3670 File "/usr/lib64/python2.7/site-packages/twisted/trial/unittest.py", line 271, in assertEqual
3671 % (msg, pformat(first), pformat(second)))
3672FailTest: not equal:
3673a = 'uid=doe,ou=People,dc=example,dc=org'
3674b = None
3675
3676
3677======================================================================
3678FAIL: test_003_set_lang (tests.unit.test-015-translate.TestTranslate)
3679----------------------------------------------------------------------
3680Traceback (most recent call last):
3681 File "/srv/pykolab.git/tests/unit/test-015-translate.py", line 18, in test_003_set_lang
3682 self.assertEqual(_("Folder name"), "Ordnername", "German Translation found")
3683AssertionError: German Translation found
3684
3685----------------------------------------------------------------------
3686Ran 135 tests in 4.064s
3687
3688FAILED (errors=7, failures=10)
3689Running ../stick.git/drydocker/pykolab/test_unit.sh FAILED (at 1042a4cc53020ee39ce6ad693588ed01b94c19e7)
3690========================================================================
3691 Running '_install_package_builddep pykolab' OK (at 1042a4cc53020ee39ce6ad693588ed01b94c19e7)
3692 Running '../stick.git/drydocker/pykolab/test_build.sh' OK (at 1042a4cc53020ee39ce6ad693588ed01b94c19e7)
3693 Running '../stick.git/drydocker/pykolab/test_unit.sh' FAILED (at 1042a4cc53020ee39ce6ad693588ed01b94c19e7)
3694========================================================================
3695/var/tmp/1268
3696

Lease Host

This build step has since been deleted on the build plan. Some information may be omitted.
When
Completed at Jul 1 2015, 3:31 PM · Built instantly
Status
Passed

Wait for Previous Commits to Build

When
Completed at Jul 1 2015, 3:31 PM · Built instantly
Status
Passed
1 empty logs are hidden. Show all logs.

Event Timeline