Page MenuHomePhorge

Build 4270
PassedPublic

You are viewing an older run of this build. View Current Build

History

Drydock: Run Command

When
Completed at Jul 25 2016, 8:24 PM · Built for 46 s
Status
Failed

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

1Note: checking out '6ffd0515a0fb483cdf1d0d7452fac111f68d3879'.
2
3You are in 'detached HEAD' state. You can look around, make experimental
4changes and commit them, and you can discard any commits you make in this
5state without impacting any branches by performing another checkout.
6
7If you want to create a new branch to retain commits you create, you may
8do so (now or later) by using -b with the checkout command again. Example:
9
10 git checkout -b new_branch_name
11
12HEAD is now at 6ffd051... Update resources
13HEAD is now at 6ffd051... Update resources
14bash: line 1: 14615 Killed /usr/local/bin/phabricator-build-docs.kolab.org 'ssh://git@git.kolab.org/diffusion/D/docs.git' '6ffd0515a0fb483cdf1d0d7452fac111f68d3879'
15

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

1Cloning into '/tmp/docs.kolab.org.Qb4u/docs'...
2done.
3/tmp/docs.kolab.org.Qb4u/docs /var/drydock/workingcopy-215830/repo/docs
4if [ -d "source/webmail-user-guide/roundcubemail/.git" ]; then \
5 rm -rf source/webmail-user-guide/roundcubemail/ ; \
6fi
7if [ -d "source/webmail-user-guide/roundcubemail-core/.git" ]; then \
8 rm -rf source/webmail-user-guide/roundcubemail-core/ ; \
9fi
10if [ -d "source/webmail-user-guide/roundcubemail-helpdocs/.git" ]; then \
11 rm -rf source/webmail-user-guide/roundcubemail-helpdocs/.git ; \
12fi
13if [ -d "source/webmail-user-guide/roundcubemail-plugins-kolab/.git" ]; then \
14 rm -rf source/webmail-user-guide/roundcubemail-plugins-kolab/ ; \
15fi
16if [ -x "$(which git 2>/dev/null)" ]; then \
17 git submodule init ; \
18 git submodule update ; \
19fi
20Submodule 'ext/kolab' (https://git.kolab.org/diffusion/DS/docs-sphinx-ext.git) registered for path 'ext/kolab'
21Submodule 'source/webmail-user-guide/roundcubemail-core' (https://github.com/roundcube/roundcubemail) registered for path 'source/webmail-user-guide/roundcubemail-core'
22Submodule 'source/webmail-user-guide/roundcubemail-helpdocs' (https://github.com/roundcube/roundcubemail-helpdocs) registered for path 'source/webmail-user-guide/roundcubemail-helpdocs'
23Submodule 'source/webmail-user-guide/roundcubemail-plugins-kolab' (https://git.kolab.org/diffusion/RPK/roundcubemail-plugins-kolab.git) registered for path 'source/webmail-user-guide/roundcubemail-plugins-kolab'
24Cloning into 'ext/kolab'...
25Submodule path 'ext/kolab': checked out '26f8e19933af8564d3140091dc07dff259055cbc'
26Cloning into 'source/webmail-user-guide/roundcubemail-core'...
27Submodule path 'source/webmail-user-guide/roundcubemail-core': checked out '354042c4f4000f463b8ba9fd7c1a918de9ec06b3'
28Cloning into 'source/webmail-user-guide/roundcubemail-helpdocs'...
29Submodule path 'source/webmail-user-guide/roundcubemail-helpdocs': checked out '49ccc20966353d9f8f6982d471fbeed7e6ffa076'
30Cloning into 'source/webmail-user-guide/roundcubemail-plugins-kolab'...
31Submodule path 'source/webmail-user-guide/roundcubemail-plugins-kolab': checked out 'd9e82e0acdd20e6d9c93a7fc24eec59c22331dc1'
32if [ -d "/tmp/docs.kolab.org.Qb4u/docs/source/webmail-user-guide/roundcubemail/" ]; then \
33 rm -rf "/tmp/docs.kolab.org.Qb4u/docs/source/webmail-user-guide/roundcubemail/" ; \
34fi
35mkdir -p "/tmp/docs.kolab.org.Qb4u/docs/source/webmail-user-guide/roundcubemail/" ; \
36for dir in _static _templates; do \
37 cp -a "/tmp/docs.kolab.org.Qb4u/docs/source/webmail-user-guide/roundcubemail-helpdocs/${dir}" \
38 "/tmp/docs.kolab.org.Qb4u/docs/source/webmail-user-guide/roundcubemail/." ; \
39done ; \
40cd "/tmp/docs.kolab.org.Qb4u/docs/source/webmail-user-guide/roundcubemail-helpdocs/en_US/" && \
41 for file in $(find . -type f); do \
42 dir=$(dirname ${file}) ; \
43 if [ ! -d "../../roundcubemail/${dir}" ]; then \
44 mkdir -p "../../roundcubemail/${dir}" ; \
45 fi ; \
46 cp -av ${file} "../../roundcubemail/${file}" ; \
47 done ; \
48mkdir -p /tmp/docs.kolab.org.Qb4u/docs/source/webmail-user-guide/roundcubemail/_plugins/ ; \
49cd /tmp/docs.kolab.org.Qb4u/docs/source/webmail-user-guide/roundcubemail/_plugins/ && \
50 for docs in $(find ../../roundcubemail-core/plugins/ -type d -name "helpdocs"); do \
51 plugin=$(basename $(dirname ${docs})) ; \
52 cp -av ${docs}/en_US/ ${plugin} ; \
53 done && \
54 for docs in $(find ../../roundcubemail-plugins-kolab/plugins/ -type d -name "helpdocs"); do \
55 plugin=$(basename $(dirname ${docs})) ; \
56 cp -av ${docs}/en_US/ ${plugin} ; \
57 done
58‘./index.rst’ -> ‘../../roundcubemail/./index.rst’
59‘./_plugins/README.md’ -> ‘../../roundcubemail/./_plugins/README.md’
60‘./addressbook/index.rst’ -> ‘../../roundcubemail/./addressbook/index.rst’
61‘./addressbook/searching.rst’ -> ‘../../roundcubemail/./addressbook/searching.rst’
62‘./addressbook/addressbookview.rst’ -> ‘../../roundcubemail/./addressbook/addressbookview.rst’
63‘./addressbook/editing.rst’ -> ‘../../roundcubemail/./addressbook/editing.rst’
64‘./addressbook/importexport.rst’ -> ‘../../roundcubemail/./addressbook/importexport.rst’
65‘./overview.rst’ -> ‘../../roundcubemail/./overview.rst’
66‘./settings/index.rst’ -> ‘../../roundcubemail/./settings/index.rst’
67‘./settings/folders.rst’ -> ‘../../roundcubemail/./settings/folders.rst’
68‘./settings/preferences.rst’ -> ‘../../roundcubemail/./settings/preferences.rst’
69‘./settings/identities.rst’ -> ‘../../roundcubemail/./settings/identities.rst’
70‘./settings/responses.rst’ -> ‘../../roundcubemail/./settings/responses.rst’
71‘./login.rst’ -> ‘../../roundcubemail/./login.rst’
72‘./_static/larry/overview.png’ -> ‘../../roundcubemail/./_static/larry/overview.png’
73‘./_static/larry/preview-headers.png’ -> ‘../../roundcubemail/./_static/larry/preview-headers.png’
74‘./_static/larry/acl-add.png’ -> ‘../../roundcubemail/./_static/larry/acl-add.png’
75‘./_static/larry/compose-options.png’ -> ‘../../roundcubemail/./_static/larry/compose-options.png’
76‘./_static/larry/listmode-switch.png’ -> ‘../../roundcubemail/./_static/larry/listmode-switch.png’
77‘./_static/kolab/overview.png’ -> ‘../../roundcubemail/./_static/kolab/overview.png’
78‘./_static/kolab/preview-headers.png’ -> ‘../../roundcubemail/./_static/kolab/preview-headers.png’
79‘./mail/index.rst’ -> ‘../../roundcubemail/./mail/index.rst’
80‘./mail/organization.rst’ -> ‘../../roundcubemail/./mail/organization.rst’
81‘./mail/compose.rst’ -> ‘../../roundcubemail/./mail/compose.rst’
82‘./mail/mailview.rst’ -> ‘../../roundcubemail/./mail/mailview.rst’
83‘./mail/searching.rst’ -> ‘../../roundcubemail/./mail/searching.rst’
84‘./mail/reading.rst’ -> ‘../../roundcubemail/./mail/reading.rst’
85‘./mail/importexport.rst’ -> ‘../../roundcubemail/./mail/importexport.rst’
86‘../../roundcubemail-core/plugins/managesieve/helpdocs/en_US/’ -> ‘managesieve’
87‘../../roundcubemail-core/plugins/managesieve/helpdocs/en_US/settings-vacation.rst’ -> ‘managesieve/settings-vacation.rst’
88‘../../roundcubemail-core/plugins/managesieve/helpdocs/en_US/settings-filters.rst’ -> ‘managesieve/settings-filters.rst’
89‘../../roundcubemail-plugins-kolab/plugins/kolab_delegation/helpdocs/en_US/’ -> ‘kolab_delegation’
90‘../../roundcubemail-plugins-kolab/plugins/kolab_delegation/helpdocs/en_US/settings.rst’ -> ‘kolab_delegation/settings.rst’
91‘../../roundcubemail-plugins-kolab/plugins/tasklist/helpdocs/en_US/’ -> ‘tasklist’
92‘../../roundcubemail-plugins-kolab/plugins/tasklist/helpdocs/en_US/index.rst’ -> ‘tasklist/index.rst’
93‘../../roundcubemail-plugins-kolab/plugins/tasklist/helpdocs/en_US/overview.rst’ -> ‘tasklist/overview.rst’
94‘../../roundcubemail-plugins-kolab/plugins/tasklist/helpdocs/en_US/_static’ -> ‘tasklist/_static’
95‘../../roundcubemail-plugins-kolab/plugins/tasklist/helpdocs/en_US/_static/larry’ -> ‘tasklist/_static/larry’
96‘../../roundcubemail-plugins-kolab/plugins/tasklist/helpdocs/en_US/_static/larry/tasklist-items.png’ -> ‘tasklist/_static/larry/tasklist-items.png’
97‘../../roundcubemail-plugins-kolab/plugins/tasklist/helpdocs/en_US/_static/larry/tags-autocomplete.png’ -> ‘tasklist/_static/larry/tags-autocomplete.png’
98‘../../roundcubemail-plugins-kolab/plugins/tasklist/helpdocs/en_US/_static/larry/quickview.png’ -> ‘tasklist/_static/larry/quickview.png’
99‘../../roundcubemail-plugins-kolab/plugins/tasklist/helpdocs/en_US/_static/larry/subtask-menu.png’ -> ‘tasklist/_static/larry/subtask-menu.png’
100‘../../roundcubemail-plugins-kolab/plugins/tasklist/helpdocs/en_US/_static/kolab’ -> ‘tasklist/_static/kolab’
101‘../../roundcubemail-plugins-kolab/plugins/tasklist/helpdocs/en_US/_static/_skin’ -> ‘tasklist/_static/_skin’
102‘../../roundcubemail-plugins-kolab/plugins/tasklist/helpdocs/en_US/manage.rst’ -> ‘tasklist/manage.rst’
103‘../../roundcubemail-plugins-kolab/plugins/kolab_addressbook/helpdocs/en_US/’ -> ‘kolab_addressbook’
104‘../../roundcubemail-plugins-kolab/plugins/kolab_addressbook/helpdocs/en_US/_static’ -> ‘kolab_addressbook/_static’
105‘../../roundcubemail-plugins-kolab/plugins/kolab_addressbook/helpdocs/en_US/_static/larry’ -> ‘kolab_addressbook/_static/larry’
106‘../../roundcubemail-plugins-kolab/plugins/kolab_addressbook/helpdocs/en_US/_static/larry/abook-menu.png’ -> ‘kolab_addressbook/_static/larry/abook-menu.png’
107‘../../roundcubemail-plugins-kolab/plugins/kolab_addressbook/helpdocs/en_US/_static/kolab’ -> ‘kolab_addressbook/_static/kolab’
108‘../../roundcubemail-plugins-kolab/plugins/kolab_addressbook/helpdocs/en_US/_static/kolab/abook-menu.png’ -> ‘kolab_addressbook/_static/kolab/abook-menu.png’
109‘../../roundcubemail-plugins-kolab/plugins/kolab_addressbook/helpdocs/en_US/_static/_skin’ -> ‘kolab_addressbook/_static/_skin’
110‘../../roundcubemail-plugins-kolab/plugins/kolab_addressbook/helpdocs/en_US/addressbook.rst’ -> ‘kolab_addressbook/addressbook.rst’
111‘../../roundcubemail-plugins-kolab/plugins/calendar/helpdocs/en_US/’ -> ‘calendar’
112‘../../roundcubemail-plugins-kolab/plugins/calendar/helpdocs/en_US/index.rst’ -> ‘calendar/index.rst’
113‘../../roundcubemail-plugins-kolab/plugins/calendar/helpdocs/en_US/printing.rst’ -> ‘calendar/printing.rst’
114‘../../roundcubemail-plugins-kolab/plugins/calendar/helpdocs/en_US/overview.rst’ -> ‘calendar/overview.rst’
115‘../../roundcubemail-plugins-kolab/plugins/calendar/helpdocs/en_US/settings.rst’ -> ‘calendar/settings.rst’
116‘../../roundcubemail-plugins-kolab/plugins/calendar/helpdocs/en_US/sharing.rst’ -> ‘calendar/sharing.rst’
117‘../../roundcubemail-plugins-kolab/plugins/calendar/helpdocs/en_US/_static’ -> ‘calendar/_static’
118‘../../roundcubemail-plugins-kolab/plugins/calendar/helpdocs/en_US/_static/larry’ -> ‘calendar/_static/larry’
119‘../../roundcubemail-plugins-kolab/plugins/calendar/helpdocs/en_US/_static/larry/calendar-toolbar.png’ -> ‘calendar/_static/larry/calendar-toolbar.png’
120‘../../roundcubemail-plugins-kolab/plugins/calendar/helpdocs/en_US/_static/larry/event-resize.png’ -> ‘calendar/_static/larry/event-resize.png’
121‘../../roundcubemail-plugins-kolab/plugins/calendar/helpdocs/en_US/_static/larry/calendar-print.png’ -> ‘calendar/_static/larry/calendar-print.png’
122‘../../roundcubemail-plugins-kolab/plugins/calendar/helpdocs/en_US/_static/larry/itip-reply.png’ -> ‘calendar/_static/larry/itip-reply.png’
123‘../../roundcubemail-plugins-kolab/plugins/calendar/helpdocs/en_US/_static/larry/calendar-header.png’ -> ‘calendar/_static/larry/calendar-header.png’
124‘../../roundcubemail-plugins-kolab/plugins/calendar/helpdocs/en_US/_static/larry/event-participants.png’ -> ‘calendar/_static/larry/event-participants.png’
125‘../../roundcubemail-plugins-kolab/plugins/calendar/helpdocs/en_US/_static/larry/alarms-popup.png’ -> ‘calendar/_static/larry/alarms-popup.png’
126‘../../roundcubemail-plugins-kolab/plugins/calendar/helpdocs/en_US/_static/larry/calendar-acl.png’ -> ‘calendar/_static/larry/calendar-acl.png’
127‘../../roundcubemail-plugins-kolab/plugins/calendar/helpdocs/en_US/_static/larry/itip-invitation.png’ -> ‘calendar/_static/larry/itip-invitation.png’
128‘../../roundcubemail-plugins-kolab/plugins/calendar/helpdocs/en_US/_static/kolab’ -> ‘calendar/_static/kolab’
129‘../../roundcubemail-plugins-kolab/plugins/calendar/helpdocs/en_US/_static/kolab/calendar-toolbar.png’ -> ‘calendar/_static/kolab/calendar-toolbar.png’
130‘../../roundcubemail-plugins-kolab/plugins/calendar/helpdocs/en_US/_static/kolab/event-resize.png’ -> ‘calendar/_static/kolab/event-resize.png’
131‘../../roundcubemail-plugins-kolab/plugins/calendar/helpdocs/en_US/_static/kolab/calendar-print.png’ -> ‘calendar/_static/kolab/calendar-print.png’
132‘../../roundcubemail-plugins-kolab/plugins/calendar/helpdocs/en_US/_static/kolab/itip-reply.png’ -> ‘calendar/_static/kolab/itip-reply.png’
133‘../../roundcubemail-plugins-kolab/plugins/calendar/helpdocs/en_US/_static/kolab/calendar-header.png’ -> ‘calendar/_static/kolab/calendar-header.png’
134‘../../roundcubemail-plugins-kolab/plugins/calendar/helpdocs/en_US/_static/kolab/event-participants.png’ -> ‘calendar/_static/kolab/event-participants.png’
135‘../../roundcubemail-plugins-kolab/plugins/calendar/helpdocs/en_US/_static/kolab/alarms-popup.png’ -> ‘calendar/_static/kolab/alarms-popup.png’
136‘../../roundcubemail-plugins-kolab/plugins/calendar/helpdocs/en_US/_static/kolab/calendar-acl.png’ -> ‘calendar/_static/kolab/calendar-acl.png’
137‘../../roundcubemail-plugins-kolab/plugins/calendar/helpdocs/en_US/_static/kolab/itip-invitation.png’ -> ‘calendar/_static/kolab/itip-invitation.png’
138‘../../roundcubemail-plugins-kolab/plugins/calendar/helpdocs/en_US/_static/_skin’ -> ‘calendar/_static/_skin’
139‘../../roundcubemail-plugins-kolab/plugins/calendar/helpdocs/en_US/invitations.rst’ -> ‘calendar/invitations.rst’
140‘../../roundcubemail-plugins-kolab/plugins/calendar/helpdocs/en_US/manage.rst’ -> ‘calendar/manage.rst’
141‘../../roundcubemail-plugins-kolab/plugins/calendar/helpdocs/en_US/importexport.rst’ -> ‘calendar/importexport.rst’
142‘../../roundcubemail-plugins-kolab/plugins/kolab_tags/helpdocs/en_US/’ -> ‘kolab_tags’
143‘../../roundcubemail-plugins-kolab/plugins/kolab_tags/helpdocs/en_US/mail.rst’ -> ‘kolab_tags/mail.rst’
144‘../../roundcubemail-plugins-kolab/plugins/kolab_tags/helpdocs/en_US/_static’ -> ‘kolab_tags/_static’
145‘../../roundcubemail-plugins-kolab/plugins/kolab_tags/helpdocs/en_US/_static/larry’ -> ‘kolab_tags/_static/larry’
146‘../../roundcubemail-plugins-kolab/plugins/kolab_tags/helpdocs/en_US/_static/larry/tags-messagelist.png’ -> ‘kolab_tags/_static/larry/tags-messagelist.png’
147‘../../roundcubemail-plugins-kolab/plugins/kolab_tags/helpdocs/en_US/_static/larry/tags-mark-menu.png’ -> ‘kolab_tags/_static/larry/tags-mark-menu.png’
148‘../../roundcubemail-plugins-kolab/plugins/kolab_tags/helpdocs/en_US/_static/larry/tags-cloud.png’ -> ‘kolab_tags/_static/larry/tags-cloud.png’
149‘../../roundcubemail-plugins-kolab/plugins/kolab_tags/helpdocs/en_US/_static/larry/tags-other.png’ -> ‘kolab_tags/_static/larry/tags-other.png’
150‘../../roundcubemail-plugins-kolab/plugins/kolab_tags/helpdocs/en_US/_static/kolab’ -> ‘kolab_tags/_static/kolab’
151‘../../roundcubemail-plugins-kolab/plugins/kolab_tags/helpdocs/en_US/_static/kolab/tags-messagelist.png’ -> ‘kolab_tags/_static/kolab/tags-messagelist.png’
152‘../../roundcubemail-plugins-kolab/plugins/kolab_tags/helpdocs/en_US/_static/kolab/tags-mark-menu.png’ -> ‘kolab_tags/_static/kolab/tags-mark-menu.png’
153‘../../roundcubemail-plugins-kolab/plugins/kolab_tags/helpdocs/en_US/_static/kolab/tags-cloud.png’ -> ‘kolab_tags/_static/kolab/tags-cloud.png’
154‘../../roundcubemail-plugins-kolab/plugins/kolab_tags/helpdocs/en_US/_static/kolab/tags-other.png’ -> ‘kolab_tags/_static/kolab/tags-other.png’
155‘../../roundcubemail-plugins-kolab/plugins/kolab_tags/helpdocs/en_US/_static/_skin’ -> ‘kolab_tags/_static/_skin’
156sphinx-build -b html -d build/doctrees source build/html
157Running Sphinx v1.4.5
158making output directory...
159loading pickled environment... not yet created
160

Lease Working Copy

When
Completed at Jul 25 2016, 8:24 PM · Built instantly
Status
Passed

Wait for Previous Commits to Build

When
Completed at Jul 25 2016, 8:24 PM · Built instantly
Status
Passed