Page MenuHomePhorge

Build 4237
FailedPublic

Drydock: Run Command

When
Completed at Jul 22 2016, 3:37 PM · Built for 1 m, 24 s
Status
Failed

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

76do so (now or later) by using -b with the checkout command again. Example:
77
78 git checkout -b new_branch_name
79
80HEAD is now at a35735a... 0.5.14
81Previous HEAD position was a35735a... 0.5.14
82Switched to a new branch 'pykolab-0.6'
83Switched to a new branch 'pykolab-0.7'
84Note: checking out '7f1a1bb2b2360e6665b3b999e3cff5bdcb214dc4'.
85
86You are in 'detached HEAD' state. You can look around, make experimental
87changes and commit them, and you can discard any commits you make in this
88state without impacting any branches by performing another checkout.
89
90If you want to create a new branch to retain commits you create, you may
91do so (now or later) by using -b with the checkout command again. Example:
92
93 git checkout -b new_branch_name
94
95HEAD is now at 7f1a1bb... T1373: Fix untraslated "PENDING" label in invitation notification
96+ exit 1
97+ retval=1
98+ popd
99+ exit 1
100

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

1078test_008_unicode_update (tests.unit.test-020-auth_cache.TestAuthCache) ... ok
1079test_009_unicode_escape_update (tests.unit.test-020-auth_cache.TestAuthCache) ... SKIP: Double encoding or decoding
1080test_010_longkey_update (tests.unit.test-020-auth_cache.TestAuthCache) ... ok
1081test_001_normalize (tests.unit.test-022-utils.TestTranslate) ... ok
1082The spaces in attributes used for mail generation. ... ok
1083
1084======================================================================
1085FAIL: test_001_timezone_conflict (tests.unit.test-005-timezone.TestTimezone)
1086----------------------------------------------------------------------
1087Traceback (most recent call last):
1088 File "/srv/pykolab.git/tests/unit/test-005-timezone.py", line 74, in test_001_timezone_conflict
1089 self.assertEqual(london_xml, london.__str__())
1090AssertionError: '<?xml version="1.0" encoding="UTF-8" standalone="no" ?>\n<icalendar xmlns="urn:ietf:params:xml:ns:icalendar-2.0">\n <vcalendar>\n <properties>\n <prodid>\n <text>Libkolabxml-1.2</text>\n </prodid>\n <version>\n <text>2.0</text>\n </version>\n <x-kolab-version>\n <text>3.1.0</text>\n </x-kolab-version>\n </properties>\n <components>\n <vevent>\n <properties>\n <uid>\n <text>7a22df39-36e5-4c13-9ec2-b7bdb422af4a</text>\n </uid>\n <created>\n <date-time>2016-07-22T13:37:44Z</date-time>\n </created>\n <dtstamp>\n <date-time>2016-07-22T13:37:44Z</date-time>\n </dtstamp>\n <sequence>\n <integer>0</integer>\n </sequence>\n <class>\n <text>PUBLIC</text>\n </class>\n <dtstart>\n <parameters>\n <tzid>\n <text>/kolab.org/Europe/London</text>\n </tzid>\n </parameters>\n <date-time>2016-07-22T13:37:44</date-time>\n </dtstart>\n <dtend>\n <parameters>\n <tzid>\n <text>/kolab.org/Europe/London</text>\n </tzid>\n </parameters>\n <date-time>2016-07-22T14:37:44</date-time>\n </dtend>\n <organizer>\n <parameters>\n <cn>\n <text>Doe, John</text>\n </cn>\n </parameters>\n <cal-address>mailto:%3Cjohn.doe%40example.org%3E</cal-address>\n </organizer>\n <attendee>\n <parameters>\n <partstat>\n <text>NEEDS-ACTION</text>\n </partstat>\n <role>\n <text>REQ-PARTICIPANT</text>\n </role>\n <cutype>\n <text>RESOURCE</text>\n </cutype>\n </parameters>\n <cal-address>mailto:%3Cresource-car-vw%40example.org%3E</cal-address>\n </attendee>\n </properties>\n </vevent>\n </components>\n </vcalendar>\n</icalendar>\n' != '<?xml version="1.0" encoding="UTF-8" standalone="no" ?>\n<icalendar xmlns="urn:ietf:params:xml:ns:icalendar-2.0">\n <vcalendar>\n <properties>\n <prodid>\n <text>Libkolabxml-1.2</text>\n </prodid>\n <version>\n <text>2.0</text>\n </version>\n <x-kolab-version>\n <text>3.1.0</text>\n </x-kolab-version>\n </properties>\n <components>\n <vevent>\n <properties>\n <uid>\n <text>7a22df39-36e5-4c13-9ec2-b7bdb422af4a</text>\n </uid>\n <created>\n <date-time>2016-07-22T13:37:44Z</date-time>\n </created>\n <dtstamp>\n <date-time>2016-07-22T13:37:45Z</date-time>\n </dtstamp>\n <sequence>\n <integer>0</integer>\n </sequence>\n <class>\n <text>PUBLIC</text>\n </class>\n <dtstart>\n <parameters>\n <tzid>\n <text>/kolab.org/Europe/London</text>\n </tzid>\n </parameters>\n <date-time>2016-07-22T13:37:44</date-time>\n </dtstart>\n <dtend>\n <parameters>\n <tzid>\n <text>/kolab.org/Europe/London</text>\n </tzid>\n </parameters>\n <date-time>2016-07-22T14:37:44</date-time>\n </dtend>\n <organizer>\n <parameters>\n <cn>\n <text>Doe, John</text>\n </cn>\n </parameters>\n <cal-address>mailto:%3Cjohn.doe%40example.org%3E</cal-address>\n </organizer>\n <attendee>\n <parameters>\n <partstat>\n <text>NEEDS-ACTION</text>\n </partstat>\n <role>\n <text>REQ-PARTICIPANT</text>\n </role>\n <cutype>\n <text>RESOURCE</text>\n </cutype>\n </parameters>\n <cal-address>mailto:%3Cresource-car-vw%40example.org%3E</cal-address>\n </attendee>\n </properties>\n </vevent>\n </components>\n </vcalendar>\n</icalendar>\n'
1091
1092----------------------------------------------------------------------
1093Ran 148 tests in 3.288s
1094
1095FAILED (SKIP=2, failures=1)
1096Running ../stick.git/drydocker/pykolab/test_unit.sh FAILED (at 7f1a1bb2b2360e6665b3b999e3cff5bdcb214dc4)
1097========================================================================
1098 Running '../stick.git/drydocker/pykolab/test_build.sh' OK (at 7f1a1bb2b2360e6665b3b999e3cff5bdcb214dc4)
1099 Running '../stick.git/drydocker/pykolab/test_unit.sh' FAILED (at 7f1a1bb2b2360e6665b3b999e3cff5bdcb214dc4)
1100========================================================================
1101/var/drydock/workingcopy-215829/repo/pykolab
1102

Lease Working Copy

When
Completed at Jul 22 2016, 3:36 PM · Built instantly
Status
Passed

Wait for Previous Commits to Build

When
Completed at Jul 22 2016, 3:36 PM · Built instantly
Status
Passed

Event Timeline