Page MenuHomePhorge

Build 3619
FailedPublic

Drydock: Run Command

When
Completed at May 13 2016, 11:30 AM · Built for 8 m, 55 s
Status
Failed

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

1+ '[' -z ssh://git@git.kolab.org/diffusion/P/pykolab.git ']'
2+ '[' 0 -eq 0 -a 0 -eq 0 -a 0 -eq 0 -a 0 -eq 0 -a 0 -eq 0 -a 0 -eq 0 ']'
3+ test_build=1
4+ test_functional=1
5+ test_integration=1
6+ test_performance=1
7+ test_unit=1
8+ test_obs=1
9+ '[' -z git ']'
10+ case ${vcs} in
11++ basename ssh://git@git.kolab.org/diffusion/P/pykolab.git .git
12+ package=pykolab
13++ echo ssh://git@git.kolab.org/diffusion/P/pykolab.git
14++ sed -e 's|ssh://git@|https://|g'
15+ ro_uri=https://git.kolab.org/diffusion/P/pykolab.git
16+ case ${package} in
17++ pwd
18+ export TMPDIR=/var/drydock/workingcopy-215829/repo/pykolab
19+ TMPDIR=/var/drydock/workingcopy-215829/repo/pykolab
20+ '[' '!' -d pykolab.git ']'
21+ pushd pykolab.git
22+ git remote set-url origin https://git.kolab.org/diffusion/P/pykolab.git
23+ git fetch origin
24+ git reset --hard origin/master
25+ git clean -d -f -x
26+ git checkout 72c1f96b255dfe05cdebc3daa712540b3a1d6909
27Previous HEAD position was 8656c58... Suppress more lint warnings
28HEAD is now at 72c1f96... Fix handling of folder name encoding in list-deleted-mailboxes (#5318)
29+ popd
30+ '[' pykolab '!=' stick ']'
31+ '[' '!' -d stick.git ']'
32+ pushd stick.git
33+ git remote set-url origin https://git.kolab.org/diffusion/QA/stick.git
34+ git fetch origin
35+ git reset --hard origin/master
36+ git clean -d -f -x
37+ popd
38+ export commit
39+ export differential
40+ export id
41+ export package
42+ export phid
43+ export ro_uri
44+ export uri
45+ export vcs
46+ export test_build
47+ export test_functional
48+ export test_integration
49+ export test_performance
50+ export test_unit
51+ export test_obs
52+ '[' '!' -d /var/tmp/osbuild-packagecache ']'
53+ '[' -x stick.git/drydocker/pykolab/build.sh ']'
54+ pushd pykolab.git
55+ ../stick.git/drydocker/pykolab/build.sh
56+ docker run -i --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=3619 -e COMMIT=72c1f96b255dfe05cdebc3daa712540b3a1d6909 -e DIFFERENTIAL= -e PACKAGE=pykolab -e PHAB_CERT= -e PHAB_USER= -e PHID=PHID-HMBT-7xydqyhmg4lzgarfquir -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
57Switched to a new branch 'dev/boddie'
58Switched to a new branch 'dev/boddie-new/combined'
59Switched to a new branch 'dev/boddie-new/setup'
60Switched to a new branch 'dev/confmgmt'
61Switched to a new branch 'dev/entitlements'
62Switched to a new branch 'dev/kolab-test-suite'
63Switched to a new branch 'dev/kolab-test-tools'
64Switched to branch 'master'
65Switched to a new branch 'pykolab-0.2'
66Switched to a new branch 'pykolab-0.3'
67Switched to a new branch 'pykolab-0.4'
68Switched to a new branch 'pykolab-0.5'
69Note: checking out 'pykolab-0.5.14'.
70
71You are in 'detached HEAD' state. You can look around, make experimental
72changes and commit them, and you can discard any commits you make in this
73state without impacting any branches by performing another checkout.
74
75If you want to create a new branch to retain commits you create, you may
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 '72c1f96b255dfe05cdebc3daa712540b3a1d6909'.
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 72c1f96... Fix handling of folder name encoding in list-deleted-mailboxes (#5318)
96+ exit 1
97+ retval=1
98+ popd
99+ exit 1
100

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

6700 File "/usr/lib64/python2.7/httplib.py", line 979, in request
6701 self._send_request(method, url, body, headers)
6702 File "/usr/lib64/python2.7/httplib.py", line 1013, in _send_request
6703 self.endheaders(body)
6704 File "/usr/lib64/python2.7/httplib.py", line 975, in endheaders
6705 self._send_output(message_body)
6706 File "/usr/lib64/python2.7/httplib.py", line 835, in _send_output
6707 self.send(msg)
6708 File "/usr/lib64/python2.7/httplib.py", line 797, in send
6709 self.connect()
6710 File "/usr/lib64/python2.7/httplib.py", line 778, in connect
6711 self.timeout, self.source_address)
6712 File "/usr/lib64/python2.7/socket.py", line 571, in create_connection
6713 raise err
6714error: [Errno 111] Connection refused
6715
6716======================================================================
6717ERROR: test_001_resource_created
6718----------------------------------------------------------------------
6719Traceback (most recent call last):
6720 File "/usr/lib64/python2.7/site-packages/twisted/internet/defer.py", line 134, in maybeDeferred
6721 result = f(*args, **kw)
6722 File "/usr/lib64/python2.7/site-packages/twisted/internet/utils.py", line 191, in runWithWarningsSuppressed
6723 result = f(*a, **kw)
6724 File "/srv/pykolab.git/tests/functional/test_wap_client/test_008_resource_add.py", line 19, in setUp
6725 purge_users()
6726 File "/srv/pykolab.git/tests/functional/purge_users.py", line 11, in purge_users
6727 wap_client.authenticate(conf.get("ldap", "bind_dn"), conf.get("ldap", "bind_pw"))
6728 File "/srv/pykolab.git/pykolab/wap_client/__init__.py", line 68, in authenticate
6729 response = request('POST', "system.authenticate", post=post)
6730 File "/srv/pykolab.git/pykolab/wap_client/__init__.py", line 390, in request
6731 response_data = request_raw(method, api_uri, get, post, headers)
6732 File "/srv/pykolab.git/pykolab/wap_client/__init__.py", line 435, in request_raw
6733 return request_raw(method, api_uri, get, post, headers, True)
6734 File "/srv/pykolab.git/pykolab/wap_client/__init__.py", line 406, in request_raw
6735 conn = connect()
6736 File "/srv/pykolab.git/pykolab/wap_client/__init__.py", line 102, in connect
6737 conn.connect()
6738 File "/usr/lib64/python2.7/httplib.py", line 778, in connect
6739 self.timeout, self.source_address)
6740 File "/usr/lib64/python2.7/socket.py", line 571, in create_connection
6741 raise err
6742error: [Errno 111] Connection refused
6743
6744======================================================================
6745ERROR: test_002_resource_collection
6746----------------------------------------------------------------------
6747Traceback (most recent call last):
6748 File "/usr/lib64/python2.7/site-packages/twisted/internet/defer.py", line 134, in maybeDeferred
6749 result = f(*args, **kw)
6750 File "/usr/lib64/python2.7/site-packages/twisted/internet/utils.py", line 191, in runWithWarningsSuppressed
6751 result = f(*a, **kw)
6752 File "/srv/pykolab.git/tests/functional/test_wap_client/test_008_resource_add.py", line 19, in setUp
6753 purge_users()
6754 File "/srv/pykolab.git/tests/functional/purge_users.py", line 11, in purge_users
6755 wap_client.authenticate(conf.get("ldap", "bind_dn"), conf.get("ldap", "bind_pw"))
6756 File "/srv/pykolab.git/pykolab/wap_client/__init__.py", line 68, in authenticate
6757 response = request('POST', "system.authenticate", post=post)
6758 File "/srv/pykolab.git/pykolab/wap_client/__init__.py", line 390, in request
6759 response_data = request_raw(method, api_uri, get, post, headers)
6760 File "/srv/pykolab.git/pykolab/wap_client/__init__.py", line 419, in request_raw
6761 conn.request(method.upper(), "%s/%s%s" % (API_BASE, api_uri, _get), post, headers)
6762 File "/usr/lib64/python2.7/httplib.py", line 979, in request
6763 self._send_request(method, url, body, headers)
6764 File "/usr/lib64/python2.7/httplib.py", line 1013, in _send_request
6765 self.endheaders(body)
6766 File "/usr/lib64/python2.7/httplib.py", line 975, in endheaders
6767 self._send_output(message_body)
6768 File "/usr/lib64/python2.7/httplib.py", line 835, in _send_output
6769 self.send(msg)
6770 File "/usr/lib64/python2.7/httplib.py", line 797, in send
6771 self.connect()
6772 File "/usr/lib64/python2.7/httplib.py", line 778, in connect
6773 self.timeout, self.source_address)
6774 File "/usr/lib64/python2.7/socket.py", line 571, in create_connection
6775 raise err
6776error: [Errno 111] Connection refused
6777
6778----------------------------------------------------------------------
6779Ran 13 tests in 0.138s
6780
6781FAILED (errors=28)
6782+ exit 1
6783Running ../stick.git/drydocker/pykolab/test_integration.sh FAILED (at 72c1f96b255dfe05cdebc3daa712540b3a1d6909)
6784========================================================================
6785 Running '../stick.git/drydocker/pykolab/test_build.sh' OK (at 72c1f96b255dfe05cdebc3daa712540b3a1d6909)
6786 Running '../stick.git/drydocker/pykolab/test_unit.sh' OK (at 72c1f96b255dfe05cdebc3daa712540b3a1d6909)
6787 Running 'obs_build_local' OK (at 72c1f96b255dfe05cdebc3daa712540b3a1d6909)
6788 Running 'yum_downgrade' FAILED (at 72c1f96b255dfe05cdebc3daa712540b3a1d6909)
6789 Running 'yum_install' OK (at 72c1f96b255dfe05cdebc3daa712540b3a1d6909)
6790 Running 'obs_install_local' OK (at 72c1f96b255dfe05cdebc3daa712540b3a1d6909)
6791 Running '../stick.git/drydocker/pykolab/test_obs.sh' OK (at 72c1f96b255dfe05cdebc3daa712540b3a1d6909)
6792 Running 'yum -y install kolab' OK (at 72c1f96b255dfe05cdebc3daa712540b3a1d6909)
6793 Running 'generic_integration_install' OK (at 72c1f96b255dfe05cdebc3daa712540b3a1d6909)
6794 Running 'setup-kolab --default --mysqlserver=new --timezone=Europe/Zurich --directory-manager-pwd=Welcome2KolabSystems' FAILED (at 72c1f96b255dfe05cdebc3daa712540b3a1d6909)
6795 Running 'generic_integration_setup' FAILED (at 72c1f96b255dfe05cdebc3daa712540b3a1d6909)
6796 Running '../stick.git/drydocker/pykolab/test_integration.sh' FAILED (at 72c1f96b255dfe05cdebc3daa712540b3a1d6909)
6797========================================================================
6798/var/drydock/workingcopy-215829/repo/pykolab
6799

Lease Working Copy

When
Completed at May 13 2016, 11:21 AM · Built instantly
Status
Passed

Wait for Previous Commits to Build

When
Completed at May 13 2016, 11:21 AM · Built instantly
Status
Passed

Event Timeline