Open Build Service Tests
Threads by month
- ----- 2025 -----
- January
- ----- 2024 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2023 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2022 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2021 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2020 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2019 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2018 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2017 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2016 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2015 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2014 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2013 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2012 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2011 -----
- December
- November
- October
April 2014
- 1 participants
- 11 discussions
02 Jun '14
See <http://ci.opensuse.org/job/obs_osc2_testsuite_master/89/changes>
Changes:
[michal] Provide sane error message in case password is not found in configfile
[michal] Add keyring support
[suse-tux] - osc.cli.cli: minor changes and pep8-ified code
[suse-tux] Better format README on GitHub
------------------------------------------
[...truncated 3869 lines...]
Traceback (most recent call last):
File "<http://ci.opensuse.org/job/obs_osc2_testsuite_master/ws/test/httptest.py",> line 105, in wrapped_test_method
test_method(*args)
File "<http://ci.opensuse.org/job/obs_osc2_testsuite_master/ws/test/test_remote.py",> line 224, in test_package5
pkg.store()
File "<http://ci.opensuse.org/job/obs_osc2_testsuite_master/ws/osc/remote.py",> line 342, in store
return super(RemotePackage, self).store(path, method='PUT', **kwargs)
File "<http://ci.opensuse.org/job/obs_osc2_testsuite_master/ws/osc/remote.py",> line 222, in store
return http_method(path, **kwargs)
File "<http://ci.opensuse.org/job/obs_osc2_testsuite_master/ws/osc/httprequest.py",> line 415, in put
schema, False)
File "<http://ci.opensuse.org/job/obs_osc2_testsuite_master/ws/osc/httprequest.py",> line 377, in _send_data
f = urllib2.urlopen(request, data)
File "/usr/lib64/python2.7/urllib2.py", line 127, in urlopen
return _opener.open(url, data, timeout)
File "/usr/lib64/python2.7/urllib2.py", line 404, in open
response = self._open(req, data)
File "/usr/lib64/python2.7/urllib2.py", line 422, in _open
'_open', req)
File "/usr/lib64/python2.7/urllib2.py", line 382, in _call_chain
result = func(*args)
File "<http://ci.opensuse.org/job/obs_osc2_testsuite_master/ws/test/httptest.py",> line 54, in http_open
return self._mock_PUT(req, req.get_method(), **r[2])
File "<http://ci.opensuse.org/job/obs_osc2_testsuite_master/ws/test/httptest.py",> line 77, in _mock_PUT
repr(exp))
RequestDataMismatch: http://localhost/source/newprj/bar/_meta, '<package name="bar" project="newprj"/>\n', '<package project="newprj" name="bar"/>\n'
-------------------- >> begin captured logging << --------------------
osc.remote: DEBUG: validate modle against schema: /tmp/osc_testb8pPAU/fixtures/package_simple.xsd
osc.httprequest: INFO: http://localhost/source/newprj/bar/_meta
--------------------- >> end captured logging << ---------------------
======================================================================
ERROR: test_package8 (test.test_remote.TestRemoteModel)
----------------------------------------------------------------------
Traceback (most recent call last):
File "<http://ci.opensuse.org/job/obs_osc2_testsuite_master/ws/test/httptest.py",> line 105, in wrapped_test_method
test_method(*args)
File "<http://ci.opensuse.org/job/obs_osc2_testsuite_master/ws/test/test_remote.py",> line 251, in test_package8
self.assertRaises(etree.DocumentInvalid, pkg.store)
File "<http://ci.opensuse.org/job/obs_osc2_testsuite_master/ws/test/osctest.py",> line 98, in assertRaises
*args, **kwargs)
File "/usr/lib64/python2.7/unittest/case.py", line 475, in assertRaises
callableObj(*args, **kwargs)
File "<http://ci.opensuse.org/job/obs_osc2_testsuite_master/ws/osc/remote.py",> line 342, in store
return super(RemotePackage, self).store(path, method='PUT', **kwargs)
File "<http://ci.opensuse.org/job/obs_osc2_testsuite_master/ws/osc/remote.py",> line 222, in store
return http_method(path, **kwargs)
File "<http://ci.opensuse.org/job/obs_osc2_testsuite_master/ws/osc/httprequest.py",> line 415, in put
schema, False)
File "<http://ci.opensuse.org/job/obs_osc2_testsuite_master/ws/osc/httprequest.py",> line 377, in _send_data
f = urllib2.urlopen(request, data)
File "/usr/lib64/python2.7/urllib2.py", line 127, in urlopen
return _opener.open(url, data, timeout)
File "/usr/lib64/python2.7/urllib2.py", line 404, in open
response = self._open(req, data)
File "/usr/lib64/python2.7/urllib2.py", line 422, in _open
'_open', req)
File "/usr/lib64/python2.7/urllib2.py", line 382, in _call_chain
result = func(*args)
File "<http://ci.opensuse.org/job/obs_osc2_testsuite_master/ws/test/httptest.py",> line 54, in http_open
return self._mock_PUT(req, req.get_method(), **r[2])
File "<http://ci.opensuse.org/job/obs_osc2_testsuite_master/ws/test/httptest.py",> line 77, in _mock_PUT
repr(exp))
RequestDataMismatch: http://localhost/source/foo/bar/_meta, '<package name="bar" project="foo"/>\n', '<package project="foo" name="bar"/>\n'
-------------------- >> begin captured logging << --------------------
osc.remote: DEBUG: validate modle against schema: /tmp/osc_testY6ekT0/fixtures/package_simple.xsd
osc.remote: DEBUG: validate modle against schema: /tmp/osc_testY6ekT0/fixtures/package_simple.xsd
osc.httprequest: INFO: http://localhost/source/foo/bar/_meta
--------------------- >> end captured logging << ---------------------
======================================================================
ERROR: test_project2 (test.test_remote.TestRemoteModel)
----------------------------------------------------------------------
Traceback (most recent call last):
File "<http://ci.opensuse.org/job/obs_osc2_testsuite_master/ws/test/httptest.py",> line 105, in wrapped_test_method
test_method(*args)
File "<http://ci.opensuse.org/job/obs_osc2_testsuite_master/ws/test/test_remote.py",> line 63, in test_project2
prj.store()
File "<http://ci.opensuse.org/job/obs_osc2_testsuite_master/ws/osc/remote.py",> line 307, in store
return super(RemoteProject, self).store(path, method='PUT', **kwargs)
File "<http://ci.opensuse.org/job/obs_osc2_testsuite_master/ws/osc/remote.py",> line 222, in store
return http_method(path, **kwargs)
File "<http://ci.opensuse.org/job/obs_osc2_testsuite_master/ws/osc/httprequest.py",> line 415, in put
schema, False)
File "<http://ci.opensuse.org/job/obs_osc2_testsuite_master/ws/osc/httprequest.py",> line 377, in _send_data
f = urllib2.urlopen(request, data)
File "/usr/lib64/python2.7/urllib2.py", line 127, in urlopen
return _opener.open(url, data, timeout)
File "/usr/lib64/python2.7/urllib2.py", line 404, in open
response = self._open(req, data)
File "/usr/lib64/python2.7/urllib2.py", line 422, in _open
'_open', req)
File "/usr/lib64/python2.7/urllib2.py", line 382, in _call_chain
result = func(*args)
File "<http://ci.opensuse.org/job/obs_osc2_testsuite_master/ws/test/httptest.py",> line 54, in http_open
return self._mock_PUT(req, req.get_method(), **r[2])
File "<http://ci.opensuse.org/job/obs_osc2_testsuite_master/ws/test/httptest.py",> line 77, in _mock_PUT
repr(exp))
RequestDataMismatch: http://localhost/source/foo/_meta, '<project name="foo">\n <title>just a dummy title</title>\n <description>This is a detailed and more lengthy\ndescription of the foo\nproject.</description>\n <person role="maintainer" userid="testuser"/>\n <person role="bugowner" userid="foobar"/>\n <repository name="openSUSE_Factory">\n <path project="openSUSE:Factory" repository="standard"/>\n <arch>x86_64</arch>\n <arch>i586</arch>\n </repository>\n</project>\n', '<project name="foo">\n <title>just a dummy title</title>\n <description>This is a detailed and more lengthy\ndescription of the foo\nproject.</description>\n <person userid="testuser" role="maintainer"/>\n <person userid="foobar" role="bugowner"/>\n <repository name="openSUSE_Factory">\n <path project="openSUSE:Factory" repository="standard"/>\n <arch>x86_64</arch>\n <arch>i586</arch>\n </repository>\n</project>\n'
-------------------- >> begin captured logging << --------------------
osc.httprequest: INFO: http://localhost/source/foo/_meta
--------------------- >> end captured logging << ---------------------
======================================================================
ERROR: test_project5 (test.test_remote.TestRemoteModel)
----------------------------------------------------------------------
Traceback (most recent call last):
File "<http://ci.opensuse.org/job/obs_osc2_testsuite_master/ws/test/httptest.py",> line 105, in wrapped_test_method
test_method(*args)
File "<http://ci.opensuse.org/job/obs_osc2_testsuite_master/ws/test/test_remote.py",> line 106, in test_project5
prj.store()
File "<http://ci.opensuse.org/job/obs_osc2_testsuite_master/ws/osc/remote.py",> line 307, in store
return super(RemoteProject, self).store(path, method='PUT', **kwargs)
File "<http://ci.opensuse.org/job/obs_osc2_testsuite_master/ws/osc/remote.py",> line 222, in store
return http_method(path, **kwargs)
File "<http://ci.opensuse.org/job/obs_osc2_testsuite_master/ws/osc/httprequest.py",> line 415, in put
schema, False)
File "<http://ci.opensuse.org/job/obs_osc2_testsuite_master/ws/osc/httprequest.py",> line 377, in _send_data
f = urllib2.urlopen(request, data)
File "/usr/lib64/python2.7/urllib2.py", line 127, in urlopen
return _opener.open(url, data, timeout)
File "/usr/lib64/python2.7/urllib2.py", line 404, in open
response = self._open(req, data)
File "/usr/lib64/python2.7/urllib2.py", line 422, in _open
'_open', req)
File "/usr/lib64/python2.7/urllib2.py", line 382, in _call_chain
result = func(*args)
File "<http://ci.opensuse.org/job/obs_osc2_testsuite_master/ws/test/httptest.py",> line 54, in http_open
return self._mock_PUT(req, req.get_method(), **r[2])
File "<http://ci.opensuse.org/job/obs_osc2_testsuite_master/ws/test/httptest.py",> line 77, in _mock_PUT
repr(exp))
RequestDataMismatch: http://localhost/source/test/_meta, '<project name="test">\n <person role="maintainer" userid="bar"/>\n</project>\n', '<project name="test">\n <person userid="bar" role="maintainer"/>\n</project>\n'
-------------------- >> begin captured logging << --------------------
osc.remote: DEBUG: validate modle against schema: /tmp/osc_testDfX3K6/fixtures/project_simple.xsd
osc.httprequest: INFO: http://localhost/source/test/_meta
--------------------- >> end captured logging << ---------------------
======================================================================
ERROR: test_request19 (test.test_remote.TestRemoteModel)
----------------------------------------------------------------------
Traceback (most recent call last):
File "<http://ci.opensuse.org/job/obs_osc2_testsuite_master/ws/test/httptest.py",> line 105, in wrapped_test_method
test_method(*args)
File "<http://ci.opensuse.org/job/obs_osc2_testsuite_master/ws/test/test_remote.py",> line 580, in test_request19
req.store()
File "<http://ci.opensuse.org/job/obs_osc2_testsuite_master/ws/osc/remote.py",> line 369, in store
cmd='create', **kwargs)
File "<http://ci.opensuse.org/job/obs_osc2_testsuite_master/ws/osc/remote.py",> line 222, in store
return http_method(path, **kwargs)
File "<http://ci.opensuse.org/job/obs_osc2_testsuite_master/ws/osc/httprequest.py",> line 422, in post
schema, urlencoded)
File "<http://ci.opensuse.org/job/obs_osc2_testsuite_master/ws/osc/httprequest.py",> line 377, in _send_data
f = urllib2.urlopen(request, data)
File "/usr/lib64/python2.7/urllib2.py", line 127, in urlopen
return _opener.open(url, data, timeout)
File "/usr/lib64/python2.7/urllib2.py", line 404, in open
response = self._open(req, data)
File "/usr/lib64/python2.7/urllib2.py", line 422, in _open
'_open', req)
File "/usr/lib64/python2.7/urllib2.py", line 382, in _call_chain
result = func(*args)
File "<http://ci.opensuse.org/job/obs_osc2_testsuite_master/ws/test/httptest.py",> line 54, in http_open
return self._mock_PUT(req, req.get_method(), **r[2])
File "<http://ci.opensuse.org/job/obs_osc2_testsuite_master/ws/test/httptest.py",> line 77, in _mock_PUT
repr(exp))
RequestDataMismatch: http://localhost/request?cmd=create, '<request>\n <action type="submit">\n <source package="bar" project="foo" rev="12345"/>\n <target project="foobar"/>\n <options>\n <sourceupdate>cleanup</sourceupdate>\n </options>\n </action>\n <description>some description</description>\n</request>\n', '<request>\n <action type="submit">\n <source project="foo" rev="12345" package="bar"/>\n <target project="foobar"/>\n <options>\n <sourceupdate>cleanup</sourceupdate>\n </options>\n </action>\n <description>some description</description>\n</request>\n'
-------------------- >> begin captured logging << --------------------
osc.httprequest: INFO: http://localhost/request?cmd=create
--------------------- >> end captured logging << ---------------------
======================================================================
ERROR: test_request2 (test.test_remote.TestRemoteModel)
----------------------------------------------------------------------
Traceback (most recent call last):
File "<http://ci.opensuse.org/job/obs_osc2_testsuite_master/ws/test/httptest.py",> line 105, in wrapped_test_method
test_method(*args)
File "<http://ci.opensuse.org/job/obs_osc2_testsuite_master/ws/test/test_remote.py",> line 315, in test_request2
req.store()
File "<http://ci.opensuse.org/job/obs_osc2_testsuite_master/ws/osc/remote.py",> line 369, in store
cmd='create', **kwargs)
File "<http://ci.opensuse.org/job/obs_osc2_testsuite_master/ws/osc/remote.py",> line 222, in store
return http_method(path, **kwargs)
File "<http://ci.opensuse.org/job/obs_osc2_testsuite_master/ws/osc/httprequest.py",> line 422, in post
schema, urlencoded)
File "<http://ci.opensuse.org/job/obs_osc2_testsuite_master/ws/osc/httprequest.py",> line 377, in _send_data
f = urllib2.urlopen(request, data)
File "/usr/lib64/python2.7/urllib2.py", line 127, in urlopen
return _opener.open(url, data, timeout)
File "/usr/lib64/python2.7/urllib2.py", line 404, in open
response = self._open(req, data)
File "/usr/lib64/python2.7/urllib2.py", line 422, in _open
'_open', req)
File "/usr/lib64/python2.7/urllib2.py", line 382, in _call_chain
result = func(*args)
File "<http://ci.opensuse.org/job/obs_osc2_testsuite_master/ws/test/httptest.py",> line 54, in http_open
return self._mock_PUT(req, req.get_method(), **r[2])
File "<http://ci.opensuse.org/job/obs_osc2_testsuite_master/ws/test/httptest.py",> line 77, in _mock_PUT
repr(exp))
RequestDataMismatch: http://localhost/request?cmd=create, '<request>\n <action type="submit">\n <source package="bar" project="foo" rev="12345"/>\n <target project="foobar"/>\n <options>\n <sourceupdate>cleanup</sourceupdate>\n </options>\n </action>\n <description>some description</description>\n</request>\n', '<request>\n <action type="submit">\n <source project="foo" rev="12345" package="bar"/>\n <target project="foobar"/>\n <options>\n <sourceupdate>cleanup</sourceupdate>\n </options>\n </action>\n <description>some description</description>\n</request>\n'
-------------------- >> begin captured logging << --------------------
osc.httprequest: INFO: http://localhost/request?cmd=create
--------------------- >> end captured logging << ---------------------
Name Stmts Miss Cover Missing
---------------------------------------------------
osc 1 0 100%
osc.build 194 5 97% 177-181, 383
osc.builder 97 2 98% 35, 37
osc.cli 1 0 100%
osc.cli.checkout 0 0 100%
osc.cli.commit 1 0 100%
osc.cli.description 211 157 26% 24, 39-58, 79-98, 108-114, 119-123, 135-139, 165-181, 192-202, 207-209, 218-231, 240-243, 248-254, 260-281, 296-298, 303-305, 315-323, 341-350, 358-362, 371-373, 388-391, 395-398, 402-404, 407, 438-439
osc.cli.list 0 0 100%
osc.cli.parse 69 55 20% 18, 31-34, 38-49, 58-86, 96-109, 113-115, 125-127, 140-143
osc.cli.request 1 0 100%
osc.cli.review 0 0 100%
osc.cli.status 0 0 100%
osc.cli.update 1 0 100%
osc.cli.util 1 0 100%
osc.cli.util.shell 144 74 49% 46-54, 105-111, 120, 124, 134-142, 152, 161, 165, 178, 181, 185, 207-210, 214, 217, 220, 235-238, 241, 262-268, 272-278, 281, 285-299, 318, 326-334
osc.core 19 2 89% 13, 33
osc.fetch 236 11 95% 50, 59, 68, 78, 194, 293, 316, 327, 342, 352, 477
osc.httprequest 183 24 87% 87, 96, 163, 179, 200, 211, 286, 289, 291, 299-306, 311-314, 335, 339, 395, 400, 402
osc.oscargs 249 7 97% 87, 90, 93, 107, 263-266
osc.remote 323 11 97% 34-35, 115, 149, 173, 195, 199, 255, 280, 527-528
osc.search 25 0 100%
osc.source 68 3 96% 52, 56, 111
osc.util 1 0 100%
osc.util.cpio 279 5 98% 174, 305, 313, 340, 362
osc.util.io 92 6 93% 73, 76, 79, 83, 109, 163
osc.util.listinfo 27 12 56% 35-37, 40-41, 44-47, 50-52
osc.util.notify 10 0 100%
osc.util.xml 23 0 100%
osc.util.xpath 316 7 98% 26-27, 485, 692, 866, 869, 872
osc.wc 1 0 100%
osc.wc.base 139 42 70% 22, 38, 60, 72, 81, 95, 103-105, 108, 111, 114, 126-127, 139, 163, 168, 173, 178, 183, 188, 200, 204, 216, 229, 280, 292, 298-300, 312, 316-320, 392, 406-411
osc.wc.convert 71 20 72% 30-32, 48-49, 59, 61, 68-81
osc.wc.package 798 520 35% 38-48, 81-84, 104-117, 139, 143-150, 159-168, 184, 187-203, 207-228, 231-234, 237-241, 244-248, 251-275, 278-281, 284-287, 291-295, 331-337, 354-358, 373, 388, 413-414, 418, 424, 426-427, 439, 443-444, 448, 453-455, 461, 544-553, 576, 581-589, 594-601, 611-626, 640-661, 664-680, 683-713, 716-724, 727, 730, 733-747, 750-754, 757-758, 772-792, 802-817, 833-857, 860-902, 905-920, 923-932, 936-941, 944-955, 959-967, 977-978, 981-984, 994-995, 998-1017, 1027-1029, 1033-1046, 1058-1060, 1064-1077, 1104-1112, 1116-1118, 1128-1149, 1152-1166, 1229, 1232, 1239, 1244
osc.wc.project 412 208 50% 59-63, 93, 108, 112-113, 118-120, 126, 130, 188-193, 213-237, 245, 274, 281-291, 295-298, 307-312, 323, 327-337, 340-352, 355-370, 373-398, 418, 421-422, 428-441, 444-448, 451-466, 469-476, 479-488, 514-533, 546-559, 573-575, 592, 623-625, 633, 653
osc.wc.util 399 72 82% 139, 149, 153, 162, 173, 177, 181, 191, 221-224, 228-230, 239-241, 244-245, 252, 279-289, 299-312, 354, 403-416, 572, 763-764, 770, 772-777, 779-780, 804, 806, 810, 836-839, 856
---------------------------------------------------
TOTAL 4392 1243 72%
----------------------------------------------------------------------
Ran 541 tests in 16.938s
FAILED (errors=201)
Build step 'Execute shell' marked build as failure
Skipping Cobertura coverage report as build was not UNSTABLE or better ...
Recording test results
--
To unsubscribe, e-mail: obs-tests+unsubscribe(a)opensuse.org
To contact the owner, e-mail: obs-tests+owner(a)opensuse.org
1
7
[obs-tests] Build failed in Jenkins: obs_master_testsuite_api #2286
by admin@opensuse.org 02 May '14
by admin@opensuse.org 02 May '14
02 May '14
See <http://ci.opensuse.org/job/obs_master_testsuite_api/2286/changes>
Changes:
[mls] [backend] ignore engine for kiwi builds
[mls] [backend] also support mock building in the repo server
------------------------------------------
[...truncated 222 lines...]
Mime-Version: 1.0
Content-Type: text/plain;
charset=UTF-8
-Content-Transfer-Encoding: quoted-printable
+Content-Transfer-Encoding: 7bit
Precedence: bulk
X-Mailer: OBS Notification System
X-OBS-URL: http://localhost
@@ -20,18 +20,13 @@
X-OBS-Worker: build12
X-OBS-Rebuild-Reason: new build
-Visit http://localhost/package/live_build_log/home:Iggy/TestPack/10.2/i58=
-6
+Visit http://localhost/package/live_build_log/home:Iggy/TestPack/10.2/i586
Package home:Iggy/TestPack failed to build in 10.2/i586
Check out the package for editing:
osc checkout home:Iggy TestPack
-Last lines of build log:
-[1] this is my dummy logfile -> =C3=BCmlaut
-
--- =
-
+--
Configure notifications at http://localhost/user/notifications
Open Build Service (http://localhost/)"
14) Failure:
test_read_and_command_tests(InterConnectTests) [<http://ci.opensuse.org/job/obs_master_testsuite_api/ws/src/api/test/functio…>:203]:
Expected response to be a <success>, but was <404>
15) Failure:
test_copy_project_with_history_and_binaries(MaintenanceTests) [<http://ci.opensuse.org/job/obs_master_testsuite_api/ws/src/api/test/functio…>:2212]:
expected tag, but no tag found matching {:tag=>"binary", :attributes=>{:filename=>"package-1.0-1.i586.rpm"}} in:
<binarylist/>
16) Failure:
test_create_maintenance_project_and_release_packages(MaintenanceTests) [<http://ci.opensuse.org/job/obs_master_testsuite_api/ws/src/api/test/functio…>:1206]:
expected tag, but no tag found matching {:parent=>{:tag=>"result", :attributes=>{:repository=>"BaseDistro2.0_LinkedUpdateProject", :arch=>"i586", :state=>"building"}}, :tag=>"status", :attributes=>{:package=>"pack2.BaseDistro2.0_LinkedUpdateProject", :code=>"scheduled"}} in:
<resultlist state="22839c559f3ad986c8d76e58e095b436">
<result project="My:Maintenance:0" repository="BaseDistro3" arch="i586" code="blocked" state="blocked">
<status package="pack2.BaseDistro2.0_LinkedUpdateProject" code="disabled"/>
<status package="pack2.BaseDistro3" code="unresolvable"/>
<status package="pack2.linked.BaseDistro2.0_LinkedUpdateProject" code="disabled"/>
<status package="packNew.BaseDistro2.0_LinkedUpdateProject" code="disabled"/>
<status package="patchinfo" code="blocked">
<details>i586/pack2.BaseDistro3</details>
</status>
</result>
<result project="My:Maintenance:0" repository="BaseDistro2.0_LinkedUpdateProject" arch="i586" code="blocked" state="blocked">
<status package="pack2.BaseDistro2.0_LinkedUpdateProject" code="unresolvable"/>
<status package="pack2.BaseDistro3" code="disabled"/>
<status package="pack2.linked.BaseDistro2.0_LinkedUpdateProject" code="unresolvable"/>
<status package="packNew.BaseDistro2.0_LinkedUpdateProject" code="unresolvable"/>
<status package="patchinfo" code="blocked">
<details>i586/pack2.BaseDistro2.0_LinkedUpdateProject, i586/pack2.linked.BaseDistro2.0_LinkedUpdateProject, i586/packNew.BaseDistro2.0_LinkedUpdateProject, x86_64/pack2.BaseDistro2.0_LinkedUpdateProject, x86_64/pack2.linked.BaseDistro2.0_LinkedUpdateProject, x86_64/packNew.BaseDistro2.0_LinkedUpdateProject</details>
</status>
</result>
<result project="My:Maintenance:0" repository="BaseDistro2.0_LinkedUpdateProject" arch="x86_64" code="unpublished" state="unpublished">
<status package="pack2.BaseDistro2.0_LinkedUpdateProject" code="unresolvable"/>
<status package="pack2.BaseDistro3" code="disabled"/>
<status package="pack2.linked.BaseDistro2.0_LinkedUpdateProject" code="unresolvable"/>
<status package="packNew.BaseDistro2.0_LinkedUpdateProject" code="unresolvable"/>
<status package="patchinfo" code="excluded"/>
</result>
</resultlist>
17) Failure:
test_mbranch_and_maintenance_per_package_request(MaintenanceTests) [<http://ci.opensuse.org/job/obs_master_testsuite_api/ws/src/api/test/functio…>:505]:
expected tag, but no tag found matching {:parent=>{:tag=>"result", :attributes=>{:repository=>"BaseDistro3", :arch=>"i586", :state=>"published"}}, :tag=>"status", :attributes=>{:package=>"patchinfo", :code=>"succeeded"}} in:
<resultlist state="6f4be3aa89f5ca63d04dee171a74dc92">
<result project="My:Maintenance:0" repository="BaseDistro3Channel" arch="i586" code="published" state="published">
<status package="BaseDistro3.Channel" code="succeeded"/>
<status package="kdelibs.BaseDistro2.0_LinkedUpdateProject" code="disabled"/>
<status package="pack1.BaseDistro_Update" code="disabled"/>
<status package="pack2.BaseDistro2.0_LinkedUpdateProject" code="disabled"/>
<status package="pack2.BaseDistro3" code="disabled"/>
<status package="pack2.BaseDistro_Update" code="disabled"/>
<status package="pack2.linked.BaseDistro2.0_LinkedUpdateProject" code="disabled"/>
<status package="pack3.BaseDistro_Update" code="disabled"/>
<status package="packN.BaseDistro_Update" code="disabled"/>
<status package="packNew.BaseDistro2.0_LinkedUpdateProject" code="disabled"/>
<status package="patchinfo" code="excluded">
<details>no binary in channel</details>
</status>
</result>
<result project="My:Maintenance:0" repository="BaseDistro3" arch="i586" code="blocked" state="blocked">
<status package="BaseDistro3.Channel" code="disabled"/>
<status package="kdelibs.BaseDistro2.0_LinkedUpdateProject" code="disabled"/>
<status package="pack1.BaseDistro_Update" code="disabled"/>
<status package="pack2.BaseDistro2.0_LinkedUpdateProject" code="disabled"/>
<status package="pack2.BaseDistro3" code="unresolvable"/>
<status package="pack2.BaseDistro_Update" code="disabled"/>
<status package="pack2.linked.BaseDistro2.0_LinkedUpdateProject" code="disabled"/>
<status package="pack3.BaseDistro_Update" code="disabled"/>
<status package="packN.BaseDistro_Update" code="disabled"/>
<status package="packNew.BaseDistro2.0_LinkedUpdateProject" code="disabled"/>
<status package="patchinfo" code="blocked">
<details>i586/pack2.BaseDistro3</details>
</status>
</result>
<result project="My:Maintenance:0" repository="BaseDistro2.0_LinkedUpdateProject" arch="i586" code="blocked" state="blocked">
<status package="BaseDistro3.Channel" code="disabled"/>
<status package="kdelibs.BaseDistro2.0_LinkedUpdateProject" code="broken">
<details>no spec/dsc/kiwi file</details>
</status>
<status package="pack1.BaseDistro_Update" code="disabled"/>
<status package="pack2.BaseDistro2.0_LinkedUpdateProject" code="unresolvable"/>
<status package="pack2.BaseDistro3" code="disabled"/>
<status package="pack2.BaseDistro_Update" code="disabled"/>
<status package="pack2.linked.BaseDistro2.0_LinkedUpdateProject" code="unresolvable"/>
<status package="pack3.BaseDistro_Update" code="disabled"/>
<status package="packN.BaseDistro_Update" code="disabled"/>
<status package="packNew.BaseDistro2.0_LinkedUpdateProject" code="unresolvable"/>
<status package="patchinfo" code="blocked">
<details>i586/kdelibs.BaseDistro2.0_LinkedUpdateProject, i586/pack2.BaseDistro2.0_LinkedUpdateProject, i586/pack2.linked.BaseDistro2.0_LinkedUpdateProject, i586/packNew.BaseDistro2.0_LinkedUpdateProject, x86_64/kdelibs.BaseDistro2.0_LinkedUpdateProject, x86_64/pack2.BaseDistro2.0_LinkedUpdateProject, x86_64/pack2.linked.BaseDistro2.0_LinkedUpdateProject, x86_64/packNew.BaseDistro2.0_LinkedUpdateProject</details>
</status>
</result>
<result project="My:Maintenance:0" repository="BaseDistro2.0_LinkedUpdateProject" arch="x86_64" code="published" state="published">
<status package="BaseDistro3.Channel" code="disabled"/>
<status package="kdelibs.BaseDistro2.0_LinkedUpdateProject" code="broken">
<details>no spec/dsc/kiwi file</details>
</status>
<status package="pack1.BaseDistro_Update" code="disabled"/>
<status package="pack2.BaseDistro2.0_LinkedUpdateProject" code="unresolvable"/>
<status package="pack2.BaseDistro3" code="disabled"/>
<status package="pack2.BaseDistro_Update" code="disabled"/>
<status package="pack2.linked.BaseDistro2.0_LinkedUpdateProject" code="unresolvable"/>
<status package="pack3.BaseDistro_Update" code="disabled"/>
<status package="packN.BaseDistro_Update" code="disabled"/>
<status package="packNew.BaseDistro2.0_LinkedUpdateProject" code="unresolvable"/>
<status package="patchinfo" code="excluded"/>
</result>
</resultlist>
18) Failure:
test_binaries(PublicControllerTest) [<http://ci.opensuse.org/job/obs_master_testsuite_api/ws/src/api/test/functio…>:102]:
expected tag, but no tag found matching {:tag=>"list", :attributes=>{:distribution=>"1"}} in:
<package project="home:Iggy" package="TestPack">
<title>My Test package</title>
<description/>
<binaries/>
</package>
19) Failure:
test_rpm_md_formats(PublishedControllerTest) [<http://ci.opensuse.org/job/obs_master_testsuite_api/ws/src/api/test/functio…>:76]:
expected tag, but no tag found matching {:tag=>"entry", :attributes=>{:name=>"repomd.xml"}} in:
<directory>
</directory>
20) Failure:
test_suse_format(PublishedControllerTest) [<http://ci.opensuse.org/job/obs_master_testsuite_api/ws/src/api/test/functio…>:145]:
Expected /PRODUCT Open Build Service BaseDistro3 BaseDistro3_repo\n/ to match "<directory>\n</directory>\n".
21) Failure:
test_basic_repository_tests(ReadPermissionTest) [<http://ci.opensuse.org/job/obs_master_testsuite_api/ws/src/api/test/functio…>:84]:
expected tag, but no tag found matching {:tag=>"binary", :attributes=>{:filename=>"package-1.0-1.i586.rpm"}} in:
<binarylist/>
22) Failure:
test_basic_repository_tests_public(ReadPermissionTest) [<http://ci.opensuse.org/job/obs_master_testsuite_api/ws/src/api/test/functio…>:32]:
expected tag, but no tag found matching {:tag=>"binary", :attributes=>{:filename=>"package-1.0-1.i586.rpm"}} in:
<binarylist/>
23) Failure:
test_find_owner(SearchControllerTest) [<http://ci.opensuse.org/job/obs_master_testsuite_api/ws/src/api/test/functio…>:409]:
expected tag, but no tag found matching {:tag=>"owner", :attributes=>{:rootproject=>"home:Iggy", :project=>"home:Iggy", :package=>"TestPack"}} in:
<collection/>
24) Failure:
test_find_owner_when_binary_exist_in_Update_but_definition_is_in_GA_project(SearchControllerTest) [<http://ci.opensuse.org/job/obs_master_testsuite_api/ws/src/api/test/functio…>:657]:
expected tag, but no tag found matching {:parent=>{:tag=>"owner", :attributes=>{:rootproject=>"TEMPORARY:Update", :project=>"TEMPORARY:Update"}}, :tag=>"person", :attributes=>{:name=>"king", :role=>"maintainer"}} in:
<collection/>
25) Failure:
test_search_for_binary_without_definition_yet(SearchControllerTest) [<http://ci.opensuse.org/job/obs_master_testsuite_api/ws/src/api/test/functio…>:589]:
expected tag, but no tag found matching {:tag=>"owner", :attributes=>{:rootproject=>"BaseDistro3", :project=>"BaseDistro3"}} in:
<collection/>
26) Failure:
test_release_package(SourceControllerTest) [<http://ci.opensuse.org/job/obs_master_testsuite_api/ws/src/api/test/functio…>:2177]:
expected tag, but no tag found matching {:tag=>"binarylist", :children=>{:count=>4}} in:
<binarylist/>
27) Failure:
test_release_project(SourceControllerTest) [<http://ci.opensuse.org/job/obs_master_testsuite_api/ws/src/api/test/functio…>:2094]:
expected tag, but no tag found matching {:tag=>"binarylist", :children=>{:count=>4}} in:
<binarylist/>
28) Failure:
test_fsck_backend(ZZZPostConsistency) [<http://ci.opensuse.org/job/obs_master_testsuite_api/ws/src/api/test/functio…>:62]:
Expected true to be nil.
546 tests, 5202 assertions, 28 failures, 0 errors, 0 skips
kill backend: 30044
rake aborted!
Command failed with status (1): [ruby -I"lib:test" -I"/usr/lib64/ruby/gems/2.1.0/gems/rake-10.1.1/lib" "/usr/lib64/ruby/gems/2.1.0/gems/rake-10.1.1/lib/rake/rake_test_loader.rb" "test/functional/aaa_pre_consistency_test.rb" "test/functional/about_controller_test.rb" "test/functional/architectures_controller_test.rb" "test/functional/attributes_test.rb" "test/functional/backend_test.rb" "test/functional/branch_publish_flag_test.rb" "test/functional/build_controller_test.rb" "test/functional/comments_controller_test.rb" "test/functional/configurations_controller_test.rb" "test/functional/cross_build_test.rb" "test/functional/distributions_controller_test.rb" "test/functional/group_request_test.rb" "test/functional/group_test.rb" "test/functional/interconnect_test.rb" "test/functional/issue_controller_test.rb" "test/functional/issue_trackers_controller_test.rb" "test/functional/main_controller_test.rb" "test/functional/maintenance_test.rb" "test/functional/message_controller_test.rb" "test/functional/person_controller_test.rb" "test/functional/product_test.rb" "test/functional/public_controller_test.rb" "test/functional/published_controller_test.rb" "test/functional/read_permission_test.rb" "test/functional/release_management_test.rb" "test/functional/request_controller_test.rb" "test/functional/request_events_test.rb" "test/functional/search_controller_test.rb" "test/functional/source_controller_test.rb" "test/functional/source_services_test.rb" "test/functional/statistics_controller_test.rb" "test/functional/status_controller_test.rb" "test/functional/tag_controller_test.rb" "test/functional/wizard_controller_test.rb" "test/functional/zzz_post_consistency_test.rb" "test/integration/last_events_test.rb" "test/models/backend_info_test.rb" "test/models/event_test.rb" "test/models/full_text_search_test.rb" "test/models/project_log_entry_test.rb" "test/models/project_log_rotate_test.rb" "test/models/relationship_test.rb" "test/models/status_history_test.rb" "test/unit/attribute_test.rb" "test/unit/bs_request_test.rb" "test/unit/build_flag_test.rb" "test/unit/code_quality_test.rb" "test/unit/comment_test.rb" "test/unit/db_project_type_test.rb" "test/unit/debug_flag_test.rb" "test/unit/event_mailer_test.rb" "test/unit/flag_test.rb" "test/unit/groups_users_test.rb" "test/unit/ichain_notifier_test.rb" "test/unit/issue_test.rb" "test/unit/linked_project_test.rb" "test/unit/package_group_role_relationship_test.rb" "test/unit/package_test.rb" "test/unit/project_test.rb" "test/unit/public_helper_test.rb" "test/unit/publish_flag_test.rb" "test/unit/role_test.rb" "test/unit/schema_test.rb" "test/unit/status_helper_test.rb" "test/unit/status_message_test.rb" "test/unit/tag_test.rb" "test/unit/tagcloud_test.rb" "test/unit/user_test.rb" "test/unit/validator_test.rb" "test/unit/watched_project_test.rb" "test/unit/worker_status_test.rb" /usr/lib64/ruby/gems/2.1.0/gems/ci_reporter-1.9.1/lib/ci/reporter/rake/minitest_loader.rb]
/usr/lib64/ruby/gems/2.1.0/gems/rake-10.1.1/lib/rake/testtask.rb:106:in `block (3 levels) in define'
/usr/lib64/ruby/gems/2.1.0/gems/rake-10.1.1/lib/rake/file_utils.rb:45:in `call'
/usr/lib64/ruby/gems/2.1.0/gems/rake-10.1.1/lib/rake/file_utils.rb:45:in `sh'
/usr/lib64/ruby/gems/2.1.0/gems/rake-10.1.1/lib/rake/file_utils_ext.rb:37:in `sh'
/usr/lib64/ruby/gems/2.1.0/gems/rake-10.1.1/lib/rake/file_utils.rb:84:in `ruby'
/usr/lib64/ruby/gems/2.1.0/gems/rake-10.1.1/lib/rake/file_utils_ext.rb:37:in `ruby'
/usr/lib64/ruby/gems/2.1.0/gems/rake-10.1.1/lib/rake/testtask.rb:102:in `block (2 levels) in define'
/usr/lib64/ruby/gems/2.1.0/gems/rake-10.1.1/lib/rake/file_utils_ext.rb:58:in `verbose'
/usr/lib64/ruby/gems/2.1.0/gems/rake-10.1.1/lib/rake/testtask.rb:98:in `block in define'
/usr/lib64/ruby/gems/2.1.0/gems/rake-10.1.1/lib/rake/task.rb:236:in `call'
/usr/lib64/ruby/gems/2.1.0/gems/rake-10.1.1/lib/rake/task.rb:236:in `block in execute'
/usr/lib64/ruby/gems/2.1.0/gems/rake-10.1.1/lib/rake/task.rb:231:in `each'
/usr/lib64/ruby/gems/2.1.0/gems/rake-10.1.1/lib/rake/task.rb:231:in `execute'
/usr/lib64/ruby/gems/2.1.0/gems/rake-10.1.1/lib/rake/task.rb:175:in `block in invoke_with_call_chain'
/usr/lib64/ruby/2.1.0/monitor.rb:211:in `mon_synchronize'
/usr/lib64/ruby/gems/2.1.0/gems/rake-10.1.1/lib/rake/task.rb:168:in `invoke_with_call_chain'
/usr/lib64/ruby/gems/2.1.0/gems/rake-10.1.1/lib/rake/task.rb:161:in `invoke'
/usr/lib64/ruby/gems/2.1.0/gems/rake-10.1.1/lib/rake/application.rb:149:in `invoke_task'
/usr/lib64/ruby/gems/2.1.0/gems/rake-10.1.1/lib/rake/application.rb:106:in `block (2 levels) in top_level'
/usr/lib64/ruby/gems/2.1.0/gems/rake-10.1.1/lib/rake/application.rb:106:in `each'
/usr/lib64/ruby/gems/2.1.0/gems/rake-10.1.1/lib/rake/application.rb:106:in `block in top_level'
/usr/lib64/ruby/gems/2.1.0/gems/rake-10.1.1/lib/rake/application.rb:115:in `run_with_threads'
/usr/lib64/ruby/gems/2.1.0/gems/rake-10.1.1/lib/rake/application.rb:100:in `top_level'
/usr/lib64/ruby/gems/2.1.0/gems/rake-10.1.1/lib/rake/application.rb:78:in `block in run'
/usr/lib64/ruby/gems/2.1.0/gems/rake-10.1.1/lib/rake/application.rb:165:in `standard_exception_handling'
/usr/lib64/ruby/gems/2.1.0/gems/rake-10.1.1/lib/rake/application.rb:75:in `run'
/usr/lib64/ruby/gems/2.1.0/gems/rake-10.1.1/bin/rake:33:in `<top (required)>'
/usr/bin/rake:23:in `load'
/usr/bin/rake:23:in `<main>'
Tasks: TOP => test:api
+ ret=1
+ cd ../..
+ cleanup
+ echo 'Killing backend processes'
Killing backend processes
+ fuser -v <http://ci.opensuse.org/job/obs_master_testsuite_api/ws/>
+ egrep 'perl|ruby'
USER PID ACCESS COMMAND
<http://ci.opensuse.org/job/obs_master_testsuite_api/ws/>:
ci ..c.. egrep
ci ..c.. fuser
ci ..c.. sh
ci ..c.. sh
+ exit 1
Name "BSConfig::publishedhook_use_regex" used only once: possible typo at ./bs_publish line 1856.
/usr/lib64/ruby/gems/2.1.0/gems/minitest-colorize-0.0.5/lib/minitest/colorize.rb:48:in `write'Build step 'Execute shell' marked build as failure
[locks-and-latches] Releasing all the locks
[locks-and-latches] All the locks released
--
To unsubscribe, e-mail: obs-tests+unsubscribe(a)opensuse.org
To contact the owner, e-mail: obs-tests+owner(a)opensuse.org
1
1
[obs-tests] Build failed in Jenkins: obs_master_testsuite_api #2278
by admin@opensuse.org 30 Apr '14
by admin@opensuse.org 30 Apr '14
30 Apr '14
See <http://ci.opensuse.org/job/obs_master_testsuite_api/2278/changes>
Changes:
[Adrian Schröter] [backend] catch missing shortsummary definitions early
[Adrian Schröter] [backend] fix remote view=info for source packages
[Adrian Schröter] [backend] implement --fix options in bs_check
[Adrian Schröter] [backend] support fetching project _result from remote
------------------------------------------
Started by upstream project "obs_master_check_deps" build number 1369
originally caused by:
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on obs_master_deps_chroot in workspace <http://ci.opensuse.org/job/obs_master_testsuite_api/ws/>
Fetching changes from the remote Git repository
Fetching upstream changes from git://github.com/openSUSE/open-build-service.git
Checking out Revision 6bd04663074efc43c1420014e354c46671b8997f (origin/master)
[locks-and-latches] Checking to see if we really have the locks
[locks-and-latches] Have all the locks, build can start
[obs_master_testsuite_api] $ /bin/sh -xe /tmp/hudson2565621606037557109.sh
+ sh dist/ci/obs_testsuite_api.sh
++ dirname dist/ci/obs_testsuite_api.sh
+ . dist/ci/obs_testsuite_common.sh
+ setup_git
+ echo 'Checking status'
Checking status
+ git status
# HEAD detached at 6bd0466
# Untracked files:
# (use "git add <file>..." to include in what will be committed)
#
# src/api/results/
# src/api/test/reports/
nothing added to commit but untracked files present (use "git add" to track)
+ echo 'Setup git submodules'
Setup git submodules
+ git submodule init
+ git submodule update
+ echo 'Setup backend configuration template'
Setup backend configuration template
+ sed -i -e 's|my $hostname = .*$|my $hostname = '\''localhost'\'';|' -e 's|our $bsuser = '\''obsrun'\'';|our $bsuser = '\''jenkins'\'';|' -e 's|our $bsgroup = '\''obsrun'\'';|our $bsgroup = '\''jenkins'\'';|' src/backend/BSConfig.pm.template
+ cp src/backend/BSConfig.pm.template src/backend/BSConfig.pm
+ echo 'Set environment variables'
Set environment variables
+ export RAILS_ENV=test
+ RAILS_ENV=test
+ ret=0
+ setup_api
+ echo 'Enter API rails root'
Enter API rails root
+ cd src/api
+ echo 'Setup database configuration'
Setup database configuration
+ cp config/database.yml.example config/database.yml
+ sed -i 's|database: api|database: ci_api|' config/database.yml
+ echo 'Setup additional configuration'
Setup additional configuration
+ cp config/options.yml.example config/options.yml
+ cp config/thinking_sphinx.yml.example config/thinking_sphinx.yml
+ chmod a+x script/start_test_backend
+ chmod a+x script/start_test_api
+ echo 'Initialize test database, load seed data'
Initialize test database, load seed data
+ bundle exec rake db:drop db:create db:setup --trace
** Invoke db:drop (first_time)
** Invoke db:load_config (first_time)
** Execute db:load_config
** Execute db:drop
** Invoke db:create (first_time)
** Invoke db:load_config
** Execute db:create
** Invoke db:setup (first_time)
** Execute db:setup
** Invoke db:structure:load (first_time)
** Invoke environment (first_time)
** Execute environment
** Invoke db:load_config
** Execute db:structure:load
** Invoke db:seed (first_time)
** Execute db:seed
** Invoke db:abort_if_pending_migrations (first_time)
** Invoke environment
** Execute db:abort_if_pending_migrations
Seeding architectures table...
Seeding roles table...
Seeding users table...
Seeding roles_users table...
Seeding static_permissions table...
Seeding static permissions for admin role in roles_static_permissions table...
Seeding static permissions for maintainer role in roles_static_permissions table...
Seeding static permissions for reader role in roles_static_permissions table...
Seeding static permissions for downloader role in roles_static_permissions table...
Seeding attrib_namespaces table...
Seeding attrib_types table...
Seeding db_project_type table by loading test fixtures
Seeding issue trackers ...
+ rm -rf log/backend_access.log log/test.log log/test.searchd.log log/test.searchd.query.log tmp/cache tmp/sessions tmp/sockets
+ cd ../..
+ cd docs/api
+ make
cd api; make apidocs
make[1]: Entering directory `<http://ci.opensuse.org/job/obs_master_testsuite_api/ws/docs/api/api'>
BUNDLE_GEMFILE=../../../src/api/Gemfile bundle exec ../restility/bin/rest_doc api.txt --html -o ../html
XML Example 'password.xml' is missing.
XML Example 'tokenlist.xml' is missing.
XML Example 'attribute.xml' is missing.
XML Example 'pattern.xml' is missing.
XML Example 'collection.xml' is missing.
XML Example 'attribute_namespace_meta_data.xml' is missing.
XML Example 'attribute_meta.xml' is missing.
XML Example 'attribute_meta_data.xml' is missing.
XML Example 'buildreason.xml' is missing.
XML Example 'buildstatus.xml' is missing.
XML Example 'buildinfo.xml' is missing.
XML Example 'builddepinfo.xml' is missing.
XML Example 'ymp.xml' is missing.
XML Example 'projectresult.xml' is missing.
XML Schema 'list' is missing.
XML Schema 'password.xsd' is missing.
XML Schema 'tokenlist.xsd' is missing.
XML Schema 'attribute.xsd' is missing.
XML Schema 'revisionlist.xsd' is missing.
XML Schema 'collection.xsd' is missing.
XML Schema 'attribute_namespace_meta_data.xsd' is missing.
XML Schema 'attribute_meta.xsd' is missing.
XML Schema 'attribute_meta_data.xsd' is missing.
XML Schema 'workerstatus.xsd' is missing.
XML Schema 'buildresult.xsd' is missing.
XML Schema 'buildreason.xsd' is missing.
XML Schema 'buildstatus.xsd' is missing.
XML Schema 'buildinfo.xsd' is missing.
XML Schema 'binarylist.xsd' is missing.
XML Schema 'builddepinfo.xsd' is missing.
XML Schema 'ymp.xsd' is missing.
XML Schema 'projectresult.xsd' is missing.
XML Schema 'status_message.xsd' is missing.
Written ../html/index.html.
make[1]: Leaving directory `<http://ci.opensuse.org/job/obs_master_testsuite_api/ws/docs/api/api'>
+ cd ../..
+ cd src/backend
+ echo 'Invoke backend tests'
Invoke backend tests
+ bash testdata/test_dispatcher
.............................................................
+ cd ../..
+ cd src/api
+ echo 'Invoke rake'
Invoke rake
+ bundle exec rake ci:setup:minitest test:api test:webui CI_REPORTS=results --trace
** Invoke ci:setup:minitest (first_time)
** Execute ci:setup:minitest
rm -rf results
** Invoke test:api (first_time)
** Execute test:api
Run options: --seed 30054
# Running tests:
....................................................F...........................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................F.
Finished tests in 403.385129s, 1.3535 tests/s, 13.6916 assertions/s.
1) Failure:
test_remoteinstance(BuildControllerTest) [<http://ci.opensuse.org/job/obs_master_testsuite_api/ws/src/api/test/functio…>:494]:
Expected response to be a <404>, but was <200>.
Expected: 404
Actual: 200
2) Failure:
test_fsck_backend(ZZZPostConsistency) [<http://ci.opensuse.org/job/obs_master_testsuite_api/ws/src/api/test/functio…>:61]:
Expected true to be nil.
546 tests, 5523 assertions, 2 failures, 0 errors, 0 skips
kill backend: 8625
rake aborted!
Command failed with status (1): [ruby -I"lib:test" -I"/usr/lib64/ruby/gems/2.1.0/gems/rake-10.1.1/lib" "/usr/lib64/ruby/gems/2.1.0/gems/rake-10.1.1/lib/rake/rake_test_loader.rb" "test/functional/aaa_pre_consistency_test.rb" "test/functional/about_controller_test.rb" "test/functional/architectures_controller_test.rb" "test/functional/attributes_test.rb" "test/functional/backend_test.rb" "test/functional/branch_publish_flag_test.rb" "test/functional/build_controller_test.rb" "test/functional/comments_controller_test.rb" "test/functional/configurations_controller_test.rb" "test/functional/cross_build_test.rb" "test/functional/distributions_controller_test.rb" "test/functional/group_request_test.rb" "test/functional/group_test.rb" "test/functional/interconnect_test.rb" "test/functional/issue_controller_test.rb" "test/functional/issue_trackers_controller_test.rb" "test/functional/main_controller_test.rb" "test/functional/maintenance_test.rb" "test/functional/message_controller_test.rb" "test/functional/person_controller_test.rb" "test/functional/product_test.rb" "test/functional/public_controller_test.rb" "test/functional/published_controller_test.rb" "test/functional/read_permission_test.rb" "test/functional/release_management_test.rb" "test/functional/request_controller_test.rb" "test/functional/request_events_test.rb" "test/functional/search_controller_test.rb" "test/functional/source_controller_test.rb" "test/functional/source_services_test.rb" "test/functional/statistics_controller_test.rb" "test/functional/status_controller_test.rb" "test/functional/tag_controller_test.rb" "test/functional/wizard_controller_test.rb" "test/functional/zzz_post_consistency_test.rb" "test/integration/last_events_test.rb" "test/models/backend_info_test.rb" "test/models/event_test.rb" "test/models/full_text_search_test.rb" "test/models/project_log_entry_test.rb" "test/models/project_log_rotate_test.rb" "test/models/relationship_test.rb" "test/models/status_history_test.rb" "test/unit/attribute_test.rb" "test/unit/bs_request_test.rb" "test/unit/build_flag_test.rb" "test/unit/code_quality_test.rb" "test/unit/comment_test.rb" "test/unit/db_project_type_test.rb" "test/unit/debug_flag_test.rb" "test/unit/event_mailer_test.rb" "test/unit/flag_test.rb" "test/unit/groups_users_test.rb" "test/unit/ichain_notifier_test.rb" "test/unit/issue_test.rb" "test/unit/linked_project_test.rb" "test/unit/package_group_role_relationship_test.rb" "test/unit/package_test.rb" "test/unit/project_test.rb" "test/unit/public_helper_test.rb" "test/unit/publish_flag_test.rb" "test/unit/role_test.rb" "test/unit/schema_test.rb" "test/unit/status_helper_test.rb" "test/unit/status_message_test.rb" "test/unit/tag_test.rb" "test/unit/tagcloud_test.rb" "test/unit/user_test.rb" "test/unit/validator_test.rb" "test/unit/watched_project_test.rb" "test/unit/worker_status_test.rb" /usr/lib64/ruby/gems/2.1.0/gems/ci_reporter-1.9.1/lib/ci/reporter/rake/minitest_loader.rb]
/usr/lib64/ruby/gems/2.1.0/gems/rake-10.1.1/lib/rake/testtask.rb:106:in `block (3 levels) in define'
/usr/lib64/ruby/gems/2.1.0/gems/rake-10.1.1/lib/rake/file_utils.rb:45:in `call'
/usr/lib64/ruby/gems/2.1.0/gems/rake-10.1.1/lib/rake/file_utils.rb:45:in `sh'
/usr/lib64/ruby/gems/2.1.0/gems/rake-10.1.1/lib/rake/file_utils_ext.rb:37:in `sh'
/usr/lib64/ruby/gems/2.1.0/gems/rake-10.1.1/lib/rake/file_utils.rb:84:in `ruby'
/usr/lib64/ruby/gems/2.1.0/gems/rake-10.1.1/lib/rake/file_utils_ext.rb:37:in `ruby'
/usr/lib64/ruby/gems/2.1.0/gems/rake-10.1.1/lib/rake/testtask.rb:102:in `block (2 levels) in define'
/usr/lib64/ruby/gems/2.1.0/gems/rake-10.1.1/lib/rake/file_utils_ext.rb:58:in `verbose'
/usr/lib64/ruby/gems/2.1.0/gems/rake-10.1.1/lib/rake/testtask.rb:98:in `block in define'
/usr/lib64/ruby/gems/2.1.0/gems/rake-10.1.1/lib/rake/task.rb:236:in `call'
/usr/lib64/ruby/gems/2.1.0/gems/rake-10.1.1/lib/rake/task.rb:236:in `block in execute'
/usr/lib64/ruby/gems/2.1.0/gems/rake-10.1.1/lib/rake/task.rb:231:in `each'
/usr/lib64/ruby/gems/2.1.0/gems/rake-10.1.1/lib/rake/task.rb:231:in `execute'
/usr/lib64/ruby/gems/2.1.0/gems/rake-10.1.1/lib/rake/task.rb:175:in `block in invoke_with_call_chain'
/usr/lib64/ruby/2.1.0/monitor.rb:211:in `mon_synchronize'
/usr/lib64/ruby/gems/2.1.0/gems/rake-10.1.1/lib/rake/task.rb:168:in `invoke_with_call_chain'
/usr/lib64/ruby/gems/2.1.0/gems/rake-10.1.1/lib/rake/task.rb:161:in `invoke'
/usr/lib64/ruby/gems/2.1.0/gems/rake-10.1.1/lib/rake/application.rb:149:in `invoke_task'
/usr/lib64/ruby/gems/2.1.0/gems/rake-10.1.1/lib/rake/application.rb:106:in `block (2 levels) in top_level'
/usr/lib64/ruby/gems/2.1.0/gems/rake-10.1.1/lib/rake/application.rb:106:in `each'
/usr/lib64/ruby/gems/2.1.0/gems/rake-10.1.1/lib/rake/application.rb:106:in `block in top_level'
/usr/lib64/ruby/gems/2.1.0/gems/rake-10.1.1/lib/rake/application.rb:115:in `run_with_threads'
/usr/lib64/ruby/gems/2.1.0/gems/rake-10.1.1/lib/rake/application.rb:100:in `top_level'
/usr/lib64/ruby/gems/2.1.0/gems/rake-10.1.1/lib/rake/application.rb:78:in `block in run'
/usr/lib64/ruby/gems/2.1.0/gems/rake-10.1.1/lib/rake/application.rb:165:in `standard_exception_handling'
/usr/lib64/ruby/gems/2.1.0/gems/rake-10.1.1/lib/rake/application.rb:75:in `run'
/usr/lib64/ruby/gems/2.1.0/gems/rake-10.1.1/bin/rake:33:in `<top (required)>'
/usr/bin/rake:23:in `load'
/usr/bin/rake:23:in `<main>'
Tasks: TOP => test:api
+ ret=1
+ cd ../..
+ cleanup
+ echo 'Killing backend processes'
Killing backend processes
+ fuser -v <http://ci.opensuse.org/job/obs_master_testsuite_api/ws/>
+ egrep 'perl|ruby'
USER PID ACCESS COMMAND
<http://ci.opensuse.org/job/obs_master_testsuite_api/ws/>:
ci ..c.. sh
ci ..c.. sh
ci ..c.. egrep
ci ..c.. fuser
+ exit 1
Name "BSConfig::publishedhook_use_regex" used only once: possible typo at ./bs_publish line 1856.
Build step 'Execute shell' marked build as failure
[locks-and-latches] Releasing all the locks
[locks-and-latches] All the locks released
--
To unsubscribe, e-mail: obs-tests+unsubscribe(a)opensuse.org
To contact the owner, e-mail: obs-tests+owner(a)opensuse.org
1
4
[obs-tests] Build failed in Jenkins: obs_master_testsuite_api #2269
by admin@opensuse.org 17 Apr '14
by admin@opensuse.org 17 Apr '14
17 Apr '14
See <http://ci.opensuse.org/job/obs_master_testsuite_api/2269/changes>
Changes:
[Adrian Schröter] [api] disable acceptinfo for release request until we clarified how to deal with old revision
------------------------------------------
[...truncated 114 lines...]
XML Schema 'attribute_namespace_meta_data.xsd' is missing.
XML Schema 'attribute_meta.xsd' is missing.
XML Schema 'attribute_meta_data.xsd' is missing.
XML Schema 'workerstatus.xsd' is missing.
XML Schema 'buildresult.xsd' is missing.
XML Schema 'buildreason.xsd' is missing.
XML Schema 'buildstatus.xsd' is missing.
XML Schema 'buildinfo.xsd' is missing.
XML Schema 'binarylist.xsd' is missing.
XML Schema 'builddepinfo.xsd' is missing.
XML Schema 'ymp.xsd' is missing.
XML Schema 'projectresult.xsd' is missing.
XML Schema 'status_message.xsd' is missing.
Written ../html/index.html.
make[1]: Leaving directory `<http://ci.opensuse.org/job/obs_master_testsuite_api/ws/docs/api/api'>
+ cd ../..
+ cd src/backend
+ echo 'Invoke backend tests'
Invoke backend tests
+ bash testdata/test_dispatcher
.............................................................
+ cd ../..
+ cd src/api
+ echo 'Invoke rake'
Invoke rake
+ bundle exec rake ci:setup:minitest test:api test:webui CI_REPORTS=results --trace
** Invoke ci:setup:minitest (first_time)
** Execute ci:setup:minitest
rm -rf results
** Invoke test:api (first_time)
** Execute test:api
Run options: --seed 24388
# Running tests:
........................................................................................................................................................................F........................................................................................................................................................................................................................................................................................................................................................................................
Finished tests in 396.547203s, 1.3744 tests/s, 13.8975 assertions/s.
1) Failure:
test_mbranch_and_maintenance_per_package_request(MaintenanceTests) [<http://ci.opensuse.org/job/obs_master_testsuite_api/ws/src/api/test/functio…>:584]:
expected tag, but no tag found matching {:tag=>"new", :attributes=>{:project=>"BaseDistro2.0:LinkedUpdateProject", :package=>"pack2.0"}} in:
<request id="1054" actions="0">
<action type="submit">
<source project="My:Maintenance:0" package="BaseDistro3.Channel"/>
<target project="Channel" package="BaseDistro3"/>
<acceptinfo rev="3" srcmd5="79fdd014aebbf4611cad246cac581f9e" osrcmd5="0a4bdb5bed56143849140b2e167c79a8"/>
<sourcediff key="849fbeb5a6c6a6020b4677e4214eb04a">
<old project="Channel" package="BaseDistro3" rev="0a4bdb5bed56143849140b2e167c79a8" srcmd5="0a4bdb5bed56143849140b2e167c79a8"/>
<new project="Channel" package="BaseDistro3" rev="79fdd014aebbf4611cad246cac581f9e" srcmd5="79fdd014aebbf4611cad246cac581f9e"/>
<files>
<file state="changed">
<old name="_channel" md5="c522077c13526992f81d4101d6d9e80d" size="397"/>
<new name="_channel" md5="2cf30874d32f1d75ae27036cfef0d9a8" size="358"/>
<diff lines="12">@@ -1,8 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<channel>
- <target project="BaseDistro3Channel" repository="channel_repo" tag="UpdateInfoTag-" />
+ <target project="BaseDistro3Channel" repository="channel_repo" tag="UpdateInfoTagNew-" />
<binaries project="BaseDistro3" repository="BaseDistro3_repo" arch="i586">
- <binary name="package" package="pack2" supportstatus="l3" />
- <binary name="does_not_exist" />
+ <binary name="package" package="pack2" project="BaseDistro3" />
</binaries>
</channel>
\ No newline at end of file
</diff>
</file>
</files>
</sourcediff></action>
<action type="maintenance_release">
<source project="My:Maintenance:0" package="pack2.BaseDistro2.0_LinkedUpdateProject"/>
<target project="BaseDistro2.0:LinkedUpdateProject" package="pack2.0"/>
<sourcediff key="46c742bf70e2236dfac16c0e7d12a81e">
<old project="BaseDistro2.0:LinkedUpdateProject" package="pack2" rev="1" srcmd5="431d1b0cbf7624945bafcffe75199485"/>
<new project="My:Maintenance:0" package="pack2.BaseDistro2.0_LinkedUpdateProject" rev="6" srcmd5="7fa3508eaa3d23d372117208e906fbcf"/>
<files/>
</sourcediff></action>
<action type="maintenance_release">
<source project="My:Maintenance:0" package="pack2.BaseDistro3"/>
<target project="BaseDistro3" package="pack2.0"/>
<sourcediff key="041407d8717c3242b62049f58cc341b8">
<old project="BaseDistro3" package="pack2" rev="3" srcmd5="33b9eb9a223433791553681ddd94a722"/>
<new project="My:Maintenance:0" package="pack2.BaseDistro3" rev="6" srcmd5="cbe1ad03bf72ade4f11ccf1ff2398194"/>
<files/>
</sourcediff></action>
<action type="maintenance_release">
<source project="My:Maintenance:0" package="pack2.linked.BaseDistro2.0_LinkedUpdateProject"/>
<target project="BaseDistro2.0:LinkedUpdateProject" package="pack2.linked.0"/>
<sourcediff key="b009ea1295c74a56936ec46923badcb5">
<old project="My:Maintenance:0" package="pack2.BaseDistro2.0_LinkedUpdateProject" rev="6" srcmd5="6901a1cc465185600c6e03015384adda"/>
<new project="My:Maintenance:0" package="pack2.linked.BaseDistro2.0_LinkedUpdateProject" rev="4" srcmd5="d4256bfe877228c24d453d5c98ce26ab"/>
<files>
<file state="changed">
<old name="_link" md5="765324fc45cd5dd1b7c3d762b1d66dbf" size=""/>
<new name="_link" md5="8dbc1dd46a8442d8847d1a08e9cc4bd1" size="72"/>
<diff lines="8">@@ -1,5 +1 @@
-<link project="BaseDistro2.0:LinkedUpdateProject" package="pack2" baserev="d6ce2618af0cf24562e4d0797b97a428">
- <patches>
- <branch/>
- </patches>
-</link>
+<link package="pack2.BaseDistro2.0_LinkedUpdateProject" cicount="copy"/>
\ No newline at end of file
</diff>
</file>
<file state="deleted">
<old name="myfile" md5="32c87bad47434675bb3ca417ab48f6f3" size="35"/>
<diff lines="3">@@ -1 +0,0 @@
-DummyContent of BaseDistro2.0/pack2
\ No newline at end of file
</diff>
</file>
<file state="deleted">
<old name="new_file" md5="d94a5904e2cf3e855383e71bf42224b3" size="16"/>
<diff lines="3">@@ -1 +0,0 @@
-new_content_0815
\ No newline at end of file
</diff>
</file>
<file state="deleted">
<old name="package.spec" md5="b122679ed873b2e6020e6b9074e16f9b" size="777"/>
<diff lines="38">@@ -1,37 +0,0 @@
-# Minimal rpm package for testing the build controller
-#
-# build the binaries with "rpmbuild -ba package.spec"
-
-# WARNING: you need to build this with rpmbuild from openSUSE 13.1 or older (eg. SLES 11)
-
-Name: package
-License: GPLv2+
-Group: Development/Tools/Building
-AutoReqProv: on
-Summary: Test Package
-Version: 1.0
-Release: 1
-Requires: bash
-Conflicts: something
-Obsoletes: old_crap
-Provides: myself
-Recommends: would_be_nice
-Suggests: pure_optional
-Enhances: other_package
-Supplements: other_package_likes_it
-
-%description
-
-%prep
-
-%build
-
-%install
-mkdir -p $RPM_BUILD_ROOT
-echo "CONTENT" > $RPM_BUILD_ROOT/my_packaged_file
-
-%files
-%defattr(-,root,root)
-/my_packaged_file
-
-%changelog
</diff>
</file>
</files>
</sourcediff></action>
<action type="maintenance_release">
<source project="My:Maintenance:0" package="patchinfo"/>
<target project="BaseDistro2.0:LinkedUpdateProject" package="patchinfo.0"/>
<sourcediff key="a4f37e3b4476940be445518720fdfb52">
<old project="BaseDistro2.0:LinkedUpdateProject" package="patchinfo.0" rev="1" srcmd5="6bb9d8bd8616a7e81fec98a66218be00"/>
<new project="My:Maintenance:0" package="patchinfo" rev="4" srcmd5="6bb9d8bd8616a7e81fec98a66218be00"/>
<files/>
</sourcediff></action>
<action type="maintenance_release">
<source project="My:Maintenance:0" package="patchinfo"/>
<target project="BaseDistro3" package="patchinfo.0"/>
<sourcediff key="a4f37e3b4476940be445518720fdfb52">
<old project="BaseDistro3" package="patchinfo.0" rev="2" srcmd5="6bb9d8bd8616a7e81fec98a66218be00"/>
<new project="My:Maintenance:0" package="patchinfo" rev="4" srcmd5="6bb9d8bd8616a7e81fec98a66218be00"/>
<files/>
</sourcediff></action>
<action type="maintenance_release">
<source project="My:Maintenance:0" package="patchinfo"/>
<target project="BaseDistro3Channel" package="patchinfo.0"/>
<sourcediff key="a4f37e3b4476940be445518720fdfb52">
<old project="BaseDistro3Channel" package="patchinfo.0" rev="1" srcmd5="6bb9d8bd8616a7e81fec98a66218be00"/>
<new project="My:Maintenance:0" package="patchinfo" rev="4" srcmd5="6bb9d8bd8616a7e81fec98a66218be00"/>
<files/>
</sourcediff></action>
</request>
545 tests, 5511 assertions, 1 failures, 0 errors, 0 skips
kill backend: 18035
rake aborted!
Command failed with status (1): [ruby -I"lib:test" -I"/usr/lib64/ruby/gems/2.1.0/gems/rake-10.1.1/lib" "/usr/lib64/ruby/gems/2.1.0/gems/rake-10.1.1/lib/rake/rake_test_loader.rb" "test/functional/aaa_pre_consistency_test.rb" "test/functional/about_controller_test.rb" "test/functional/architectures_controller_test.rb" "test/functional/attributes_test.rb" "test/functional/backend_test.rb" "test/functional/branch_publish_flag_test.rb" "test/functional/build_controller_test.rb" "test/functional/comments_controller_test.rb" "test/functional/configurations_controller_test.rb" "test/functional/cross_build_test.rb" "test/functional/distributions_controller_test.rb" "test/functional/group_request_test.rb" "test/functional/group_test.rb" "test/functional/interconnect_test.rb" "test/functional/issue_controller_test.rb" "test/functional/issue_trackers_controller_test.rb" "test/functional/main_controller_test.rb" "test/functional/maintenance_test.rb" "test/functional/message_controller_test.rb" "test/functional/person_controller_test.rb" "test/functional/product_test.rb" "test/functional/public_controller_test.rb" "test/functional/published_controller_test.rb" "test/functional/read_permission_test.rb" "test/functional/release_management_test.rb" "test/functional/request_controller_test.rb" "test/functional/request_events_test.rb" "test/functional/search_controller_test.rb" "test/functional/source_controller_test.rb" "test/functional/source_services_test.rb" "test/functional/statistics_controller_test.rb" "test/functional/status_controller_test.rb" "test/functional/tag_controller_test.rb" "test/functional/wizard_controller_test.rb" "test/functional/zzz_post_consistency_test.rb" "test/integration/last_events_test.rb" "test/models/backend_info_test.rb" "test/models/event_test.rb" "test/models/full_text_search_test.rb" "test/models/project_log_entry_test.rb" "test/models/project_log_rotate_test.rb" "test/models/relationship_test.rb" "test/models/status_history_test.rb" "test/unit/attribute_test.rb" "test/unit/bs_request_test.rb" "test/unit/build_flag_test.rb" "test/unit/code_quality_test.rb" "test/unit/comment_test.rb" "test/unit/db_project_type_test.rb" "test/unit/debug_flag_test.rb" "test/unit/event_mailer_test.rb" "test/unit/flag_test.rb" "test/unit/groups_users_test.rb" "test/unit/ichain_notifier_test.rb" "test/unit/issue_test.rb" "test/unit/linked_project_test.rb" "test/unit/package_group_role_relationship_test.rb" "test/unit/package_test.rb" "test/unit/project_test.rb" "test/unit/public_helper_test.rb" "test/unit/publish_flag_test.rb" "test/unit/role_test.rb" "test/unit/schema_test.rb" "test/unit/status_helper_test.rb" "test/unit/status_message_test.rb" "test/unit/tag_test.rb" "test/unit/tagcloud_test.rb" "test/unit/user_test.rb" "test/unit/validator_test.rb" "test/unit/watched_project_test.rb" "test/unit/worker_status_test.rb" /usr/lib64/ruby/gems/2.1.0/gems/ci_reporter-1.9.1/lib/ci/reporter/rake/minitest_loader.rb]
/usr/lib64/ruby/gems/2.1.0/gems/rake-10.1.1/lib/rake/testtask.rb:106:in `block (3 levels) in define'
/usr/lib64/ruby/gems/2.1.0/gems/rake-10.1.1/lib/rake/file_utils.rb:45:in `call'
/usr/lib64/ruby/gems/2.1.0/gems/rake-10.1.1/lib/rake/file_utils.rb:45:in `sh'
/usr/lib64/ruby/gems/2.1.0/gems/rake-10.1.1/lib/rake/file_utils_ext.rb:37:in `sh'
/usr/lib64/ruby/gems/2.1.0/gems/rake-10.1.1/lib/rake/file_utils.rb:84:in `ruby'
/usr/lib64/ruby/gems/2.1.0/gems/rake-10.1.1/lib/rake/file_utils_ext.rb:37:in `ruby'
/usr/lib64/ruby/gems/2.1.0/gems/rake-10.1.1/lib/rake/testtask.rb:102:in `block (2 levels) in define'
/usr/lib64/ruby/gems/2.1.0/gems/rake-10.1.1/lib/rake/file_utils_ext.rb:58:in `verbose'
/usr/lib64/ruby/gems/2.1.0/gems/rake-10.1.1/lib/rake/testtask.rb:98:in `block in define'
/usr/lib64/ruby/gems/2.1.0/gems/rake-10.1.1/lib/rake/task.rb:236:in `call'
/usr/lib64/ruby/gems/2.1.0/gems/rake-10.1.1/lib/rake/task.rb:236:in `block in execute'
/usr/lib64/ruby/gems/2.1.0/gems/rake-10.1.1/lib/rake/task.rb:231:in `each'
/usr/lib64/ruby/gems/2.1.0/gems/rake-10.1.1/lib/rake/task.rb:231:in `execute'
/usr/lib64/ruby/gems/2.1.0/gems/rake-10.1.1/lib/rake/task.rb:175:in `block in invoke_with_call_chain'
/usr/lib64/ruby/2.1.0/monitor.rb:211:in `mon_synchronize'
/usr/lib64/ruby/gems/2.1.0/gems/rake-10.1.1/lib/rake/task.rb:168:in `invoke_with_call_chain'
/usr/lib64/ruby/gems/2.1.0/gems/rake-10.1.1/lib/rake/task.rb:161:in `invoke'
/usr/lib64/ruby/gems/2.1.0/gems/rake-10.1.1/lib/rake/application.rb:149:in `invoke_task'
/usr/lib64/ruby/gems/2.1.0/gems/rake-10.1.1/lib/rake/application.rb:106:in `block (2 levels) in top_level'
/usr/lib64/ruby/gems/2.1.0/gems/rake-10.1.1/lib/rake/application.rb:106:in `each'
/usr/lib64/ruby/gems/2.1.0/gems/rake-10.1.1/lib/rake/application.rb:106:in `block in top_level'
/usr/lib64/ruby/gems/2.1.0/gems/rake-10.1.1/lib/rake/application.rb:115:in `run_with_threads'
/usr/lib64/ruby/gems/2.1.0/gems/rake-10.1.1/lib/rake/application.rb:100:in `top_level'
/usr/lib64/ruby/gems/2.1.0/gems/rake-10.1.1/lib/rake/application.rb:78:in `block in run'
/usr/lib64/ruby/gems/2.1.0/gems/rake-10.1.1/lib/rake/application.rb:165:in `standard_exception_handling'
/usr/lib64/ruby/gems/2.1.0/gems/rake-10.1.1/lib/rake/application.rb:75:in `run'
/usr/lib64/ruby/gems/2.1.0/gems/rake-10.1.1/bin/rake:33:in `<top (required)>'
/usr/bin/rake:23:in `load'
/usr/bin/rake:23:in `<main>'
Tasks: TOP => test:api
+ ret=1
+ cd ../..
+ cleanup
+ echo 'Killing backend processes'
Killing backend processes
+ egrep 'perl|ruby'
+ fuser -v <http://ci.opensuse.org/job/obs_master_testsuite_api/ws/>
USER PID ACCESS COMMAND
<http://ci.opensuse.org/job/obs_master_testsuite_api/ws/>:
ci ..c.. sh
ci ..c.. sh
ci ..c.. egrep
ci ..c.. fuser
+ exit 1
Name "BSConfig::publishedhook_use_regex" used only once: possible typo at ./bs_publish line 1856.
/usr/lib64/ruby/gems/2.1.0/gems/minitest-colorize-0.0.5/lib/minitest/colorize.rb:48:in `write': Broken pipe @ io_write - <STDOUT> (Errno::EPIPE)
from /usr/lib64/ruby/gems/2.1.0/gems/minitest-colorize-0.0.5/lib/minitest/colorize.rb:48:in `puts'
from /usr/lib64/ruby/gems/2.1.0/gems/minitest-colorize-0.0.5/lib/minitest/colorize.rb:48:in `puts'
from /usr/lib64/ruby/2.1.0/minitest/unit.rb:856:in `puts'
from /usr/lib64/ruby/2.1.0/minitest/unit.rb:1076:in `_run'
from /usr/lib64/ruby/2.1.0/minitest/unit.rb:1066:in `run'
from /usr/lib64/ruby/2.1.0/minitest/unit.rb:802:in `block in autorun'
Build step 'Execute shell' marked build as failure
[locks-and-latches] Releasing all the locks
[locks-and-latches] All the locks released
--
To unsubscribe, e-mail: obs-tests+unsubscribe(a)opensuse.org
To contact the owner, e-mail: obs-tests+owner(a)opensuse.org
1
1
16 Apr '14
See <http://ci.opensuse.org/job/obs_osc_testsuite_master/299/changes>
Changes:
[Adrian Schröter] support maintenance release request with acceptinfo data (OBS 2.6)
------------------------------------------
[...truncated 376 lines...]
test_method(*args)
File "<http://ci.opensuse.org/job/obs_osc_testsuite_master/ws/tests/common.py",> line 118, in wrapped_test_method
test_method(*args)
File "<http://ci.opensuse.org/job/obs_osc_testsuite_master/ws/tests/common.py",> line 118, in wrapped_test_method
test_method(*args)
File "<http://ci.opensuse.org/job/obs_osc_testsuite_master/ws/tests/test_update.py",> line 30, in testUpdateNewFile
osc.core.Package('.').update(rev=2)
File "<http://ci.opensuse.org/job/obs_osc_testsuite_master/ws/tests/osc/core.py",> line 2115, in update
self.__update(kept, added, deleted, services, fm, root.get('rev'))
File "<http://ci.opensuse.org/job/obs_osc_testsuite_master/ws/tests/osc/core.py",> line 2190, in __update
self.update_local_pacmeta()
File "<http://ci.opensuse.org/job/obs_osc_testsuite_master/ws/tests/osc/core.py",> line 1688, in update_local_pacmeta
meta = ''.join(show_package_meta(self.apiurl, self.prjname, self.name))
File "<http://ci.opensuse.org/job/obs_osc_testsuite_master/ws/tests/osc/core.py",> line 3184, in show_package_meta
f = http_GET(url)
File "<http://ci.opensuse.org/job/obs_osc_testsuite_master/ws/tests/osc/core.py",> line 3057, in http_GET
def http_GET(*args, **kwargs): return http_request('GET', *args, **kwargs)
File "<http://ci.opensuse.org/job/obs_osc_testsuite_master/ws/tests/osc/core.py",> line 3046, in http_request
fd = urlopen(req, data=data)
File "/usr/lib64/python2.7/urllib2.py", line 127, in urlopen
return _opener.open(url, data, timeout)
File "/usr/lib64/python2.7/urllib2.py", line 404, in open
response = self._open(req, data)
File "/usr/lib64/python2.7/urllib2.py", line 422, in _open
'_open', req)
File "/usr/lib64/python2.7/urllib2.py", line 382, in _call_chain
result = func(*args)
File "<http://ci.opensuse.org/job/obs_osc_testsuite_master/ws/tests/common.py",> line 75, in http_open
r = self.__exp_requests.pop(0)
IndexError: pop from empty list
======================================================================
ERROR [0.030s]: testUpdateNoChanges (test_update.TestUpdate)
----------------------------------------------------------------------
Traceback (most recent call last):
File "<http://ci.opensuse.org/job/obs_osc_testsuite_master/ws/tests/common.py",> line 118, in wrapped_test_method
test_method(*args)
File "<http://ci.opensuse.org/job/obs_osc_testsuite_master/ws/tests/common.py",> line 118, in wrapped_test_method
test_method(*args)
File "<http://ci.opensuse.org/job/obs_osc_testsuite_master/ws/tests/test_update.py",> line 21, in testUpdateNoChanges
osc.core.Package('.').update()
File "<http://ci.opensuse.org/job/obs_osc_testsuite_master/ws/tests/osc/core.py",> line 2115, in update
self.__update(kept, added, deleted, services, fm, root.get('rev'))
File "<http://ci.opensuse.org/job/obs_osc_testsuite_master/ws/tests/osc/core.py",> line 2190, in __update
self.update_local_pacmeta()
File "<http://ci.opensuse.org/job/obs_osc_testsuite_master/ws/tests/osc/core.py",> line 1688, in update_local_pacmeta
meta = ''.join(show_package_meta(self.apiurl, self.prjname, self.name))
File "<http://ci.opensuse.org/job/obs_osc_testsuite_master/ws/tests/osc/core.py",> line 3184, in show_package_meta
f = http_GET(url)
File "<http://ci.opensuse.org/job/obs_osc_testsuite_master/ws/tests/osc/core.py",> line 3057, in http_GET
def http_GET(*args, **kwargs): return http_request('GET', *args, **kwargs)
File "<http://ci.opensuse.org/job/obs_osc_testsuite_master/ws/tests/osc/core.py",> line 3046, in http_request
fd = urlopen(req, data=data)
File "/usr/lib64/python2.7/urllib2.py", line 127, in urlopen
return _opener.open(url, data, timeout)
File "/usr/lib64/python2.7/urllib2.py", line 404, in open
response = self._open(req, data)
File "/usr/lib64/python2.7/urllib2.py", line 422, in _open
'_open', req)
File "/usr/lib64/python2.7/urllib2.py", line 382, in _call_chain
result = func(*args)
File "<http://ci.opensuse.org/job/obs_osc_testsuite_master/ws/tests/common.py",> line 75, in http_open
r = self.__exp_requests.pop(0)
IndexError: pop from empty list
======================================================================
ERROR [0.038s]: testUpdateRestore (test_update.TestUpdate)
----------------------------------------------------------------------
Traceback (most recent call last):
File "<http://ci.opensuse.org/job/obs_osc_testsuite_master/ws/tests/common.py",> line 118, in wrapped_test_method
test_method(*args)
File "<http://ci.opensuse.org/job/obs_osc_testsuite_master/ws/tests/common.py",> line 118, in wrapped_test_method
test_method(*args)
File "<http://ci.opensuse.org/job/obs_osc_testsuite_master/ws/tests/common.py",> line 118, in wrapped_test_method
test_method(*args)
File "<http://ci.opensuse.org/job/obs_osc_testsuite_master/ws/tests/test_update.py",> line 123, in testUpdateRestore
osc.core.Package('.').update()
File "<http://ci.opensuse.org/job/obs_osc_testsuite_master/ws/tests/osc/core.py",> line 2115, in update
self.__update(kept, added, deleted, services, fm, root.get('rev'))
File "<http://ci.opensuse.org/job/obs_osc_testsuite_master/ws/tests/osc/core.py",> line 2190, in __update
self.update_local_pacmeta()
File "<http://ci.opensuse.org/job/obs_osc_testsuite_master/ws/tests/osc/core.py",> line 1688, in update_local_pacmeta
meta = ''.join(show_package_meta(self.apiurl, self.prjname, self.name))
File "<http://ci.opensuse.org/job/obs_osc_testsuite_master/ws/tests/osc/core.py",> line 3184, in show_package_meta
f = http_GET(url)
File "<http://ci.opensuse.org/job/obs_osc_testsuite_master/ws/tests/osc/core.py",> line 3057, in http_GET
def http_GET(*args, **kwargs): return http_request('GET', *args, **kwargs)
File "<http://ci.opensuse.org/job/obs_osc_testsuite_master/ws/tests/osc/core.py",> line 3046, in http_request
fd = urlopen(req, data=data)
File "/usr/lib64/python2.7/urllib2.py", line 127, in urlopen
return _opener.open(url, data, timeout)
File "/usr/lib64/python2.7/urllib2.py", line 404, in open
response = self._open(req, data)
File "/usr/lib64/python2.7/urllib2.py", line 422, in _open
'_open', req)
File "/usr/lib64/python2.7/urllib2.py", line 382, in _call_chain
result = func(*args)
File "<http://ci.opensuse.org/job/obs_osc_testsuite_master/ws/tests/common.py",> line 75, in http_open
r = self.__exp_requests.pop(0)
IndexError: pop from empty list
======================================================================
ERROR [0.000s]: testUpdateResume (test_update.TestUpdate)
----------------------------------------------------------------------
Traceback (most recent call last):
File "<http://ci.opensuse.org/job/obs_osc_testsuite_master/ws/tests/common.py",> line 118, in wrapped_test_method
test_method(*args)
File "<http://ci.opensuse.org/job/obs_osc_testsuite_master/ws/tests/common.py",> line 118, in wrapped_test_method
test_method(*args)
File "<http://ci.opensuse.org/job/obs_osc_testsuite_master/ws/tests/common.py",> line 118, in wrapped_test_method
test_method(*args)
File "<http://ci.opensuse.org/job/obs_osc_testsuite_master/ws/tests/common.py",> line 118, in wrapped_test_method
test_method(*args)
File "<http://ci.opensuse.org/job/obs_osc_testsuite_master/ws/tests/common.py",> line 118, in wrapped_test_method
test_method(*args)
File "<http://ci.opensuse.org/job/obs_osc_testsuite_master/ws/tests/test_update.py",> line 260, in testUpdateResume
osc.core.Package('.').update(rev=2)
File "<http://ci.opensuse.org/job/obs_osc_testsuite_master/ws/tests/osc/core.py",> line 2104, in update
self.__update(kept, added, deleted, services, ET.tostring(root, encoding=ET_ENCODING), root.get('rev'))
File "<http://ci.opensuse.org/job/obs_osc_testsuite_master/ws/tests/osc/core.py",> line 2190, in __update
self.update_local_pacmeta()
File "<http://ci.opensuse.org/job/obs_osc_testsuite_master/ws/tests/osc/core.py",> line 1688, in update_local_pacmeta
meta = ''.join(show_package_meta(self.apiurl, self.prjname, self.name))
File "<http://ci.opensuse.org/job/obs_osc_testsuite_master/ws/tests/osc/core.py",> line 3184, in show_package_meta
f = http_GET(url)
File "<http://ci.opensuse.org/job/obs_osc_testsuite_master/ws/tests/osc/core.py",> line 3057, in http_GET
def http_GET(*args, **kwargs): return http_request('GET', *args, **kwargs)
File "<http://ci.opensuse.org/job/obs_osc_testsuite_master/ws/tests/osc/core.py",> line 3046, in http_request
fd = urlopen(req, data=data)
File "/usr/lib64/python2.7/urllib2.py", line 127, in urlopen
return _opener.open(url, data, timeout)
File "/usr/lib64/python2.7/urllib2.py", line 404, in open
response = self._open(req, data)
File "/usr/lib64/python2.7/urllib2.py", line 422, in _open
'_open', req)
File "/usr/lib64/python2.7/urllib2.py", line 382, in _call_chain
result = func(*args)
File "<http://ci.opensuse.org/job/obs_osc_testsuite_master/ws/tests/common.py",> line 77, in http_open
raise RequestWrongOrder(req.get_full_url(), r[1], req.get_method(), r[0])
RequestWrongOrder: http://localhost/source/osctest/simple/_meta, http://localhost/source/osctest/simple?rev=2, GET, GET
======================================================================
ERROR [0.027s]: testUpdateResume (test_update.TestUpdate)
----------------------------------------------------------------------
Traceback (most recent call last):
File "<http://ci.opensuse.org/job/obs_osc_testsuite_master/ws/tests/common.py",> line 158, in tearDown
self.assertTrue(len(EXPECTED_REQUESTS) == 0)
AssertionError: False is not true
======================================================================
ERROR [0.000s]: testUpdateResumeDeletedFile (test_update.TestUpdate)
----------------------------------------------------------------------
Traceback (most recent call last):
File "<http://ci.opensuse.org/job/obs_osc_testsuite_master/ws/tests/common.py",> line 118, in wrapped_test_method
test_method(*args)
File "<http://ci.opensuse.org/job/obs_osc_testsuite_master/ws/tests/common.py",> line 118, in wrapped_test_method
test_method(*args)
File "<http://ci.opensuse.org/job/obs_osc_testsuite_master/ws/tests/common.py",> line 118, in wrapped_test_method
test_method(*args)
File "<http://ci.opensuse.org/job/obs_osc_testsuite_master/ws/tests/common.py",> line 118, in wrapped_test_method
test_method(*args)
File "<http://ci.opensuse.org/job/obs_osc_testsuite_master/ws/tests/common.py",> line 118, in wrapped_test_method
test_method(*args)
File "<http://ci.opensuse.org/job/obs_osc_testsuite_master/ws/tests/test_update.py",> line 278, in testUpdateResumeDeletedFile
osc.core.Package('.').update(rev=1)
File "<http://ci.opensuse.org/job/obs_osc_testsuite_master/ws/tests/osc/core.py",> line 2104, in update
self.__update(kept, added, deleted, services, ET.tostring(root, encoding=ET_ENCODING), root.get('rev'))
File "<http://ci.opensuse.org/job/obs_osc_testsuite_master/ws/tests/osc/core.py",> line 2190, in __update
self.update_local_pacmeta()
File "<http://ci.opensuse.org/job/obs_osc_testsuite_master/ws/tests/osc/core.py",> line 1688, in update_local_pacmeta
meta = ''.join(show_package_meta(self.apiurl, self.prjname, self.name))
File "<http://ci.opensuse.org/job/obs_osc_testsuite_master/ws/tests/osc/core.py",> line 3184, in show_package_meta
f = http_GET(url)
File "<http://ci.opensuse.org/job/obs_osc_testsuite_master/ws/tests/osc/core.py",> line 3057, in http_GET
def http_GET(*args, **kwargs): return http_request('GET', *args, **kwargs)
File "<http://ci.opensuse.org/job/obs_osc_testsuite_master/ws/tests/osc/core.py",> line 3046, in http_request
fd = urlopen(req, data=data)
File "/usr/lib64/python2.7/urllib2.py", line 127, in urlopen
return _opener.open(url, data, timeout)
File "/usr/lib64/python2.7/urllib2.py", line 404, in open
response = self._open(req, data)
File "/usr/lib64/python2.7/urllib2.py", line 422, in _open
'_open', req)
File "/usr/lib64/python2.7/urllib2.py", line 382, in _call_chain
result = func(*args)
File "<http://ci.opensuse.org/job/obs_osc_testsuite_master/ws/tests/common.py",> line 77, in http_open
raise RequestWrongOrder(req.get_full_url(), r[1], req.get_method(), r[0])
RequestWrongOrder: http://localhost/source/osctest/simple/_meta, http://localhost/source/osctest/simple?rev=1, GET, GET
======================================================================
ERROR [0.028s]: testUpdateResumeDeletedFile (test_update.TestUpdate)
----------------------------------------------------------------------
Traceback (most recent call last):
File "<http://ci.opensuse.org/job/obs_osc_testsuite_master/ws/tests/common.py",> line 158, in tearDown
self.assertTrue(len(EXPECTED_REQUESTS) == 0)
AssertionError: False is not true
======================================================================
ERROR [0.030s]: testUpdateUpstreamModifiedFile (test_update.TestUpdate)
----------------------------------------------------------------------
Traceback (most recent call last):
File "<http://ci.opensuse.org/job/obs_osc_testsuite_master/ws/tests/common.py",> line 118, in wrapped_test_method
test_method(*args)
File "<http://ci.opensuse.org/job/obs_osc_testsuite_master/ws/tests/common.py",> line 118, in wrapped_test_method
test_method(*args)
File "<http://ci.opensuse.org/job/obs_osc_testsuite_master/ws/tests/common.py",> line 118, in wrapped_test_method
test_method(*args)
File "<http://ci.opensuse.org/job/obs_osc_testsuite_master/ws/tests/test_update.py",> line 63, in testUpdateUpstreamModifiedFile
osc.core.Package('.').update(rev=2)
File "<http://ci.opensuse.org/job/obs_osc_testsuite_master/ws/tests/osc/core.py",> line 2115, in update
self.__update(kept, added, deleted, services, fm, root.get('rev'))
File "<http://ci.opensuse.org/job/obs_osc_testsuite_master/ws/tests/osc/core.py",> line 2190, in __update
self.update_local_pacmeta()
File "<http://ci.opensuse.org/job/obs_osc_testsuite_master/ws/tests/osc/core.py",> line 1688, in update_local_pacmeta
meta = ''.join(show_package_meta(self.apiurl, self.prjname, self.name))
File "<http://ci.opensuse.org/job/obs_osc_testsuite_master/ws/tests/osc/core.py",> line 3184, in show_package_meta
f = http_GET(url)
File "<http://ci.opensuse.org/job/obs_osc_testsuite_master/ws/tests/osc/core.py",> line 3057, in http_GET
def http_GET(*args, **kwargs): return http_request('GET', *args, **kwargs)
File "<http://ci.opensuse.org/job/obs_osc_testsuite_master/ws/tests/osc/core.py",> line 3046, in http_request
fd = urlopen(req, data=data)
File "/usr/lib64/python2.7/urllib2.py", line 127, in urlopen
return _opener.open(url, data, timeout)
File "/usr/lib64/python2.7/urllib2.py", line 404, in open
response = self._open(req, data)
File "/usr/lib64/python2.7/urllib2.py", line 422, in _open
'_open', req)
File "/usr/lib64/python2.7/urllib2.py", line 382, in _call_chain
result = func(*args)
File "<http://ci.opensuse.org/job/obs_osc_testsuite_master/ws/tests/common.py",> line 75, in http_open
r = self.__exp_requests.pop(0)
IndexError: pop from empty list
----------------------------------------------------------------------
Ran 187 tests in 3.207s
FAILED (errors=18)
Generating XML reports...
Traceback (most recent call last):
File "suite.py", line 45, in <module>
result = xmlrunner.XMLTestRunner(output=os.path.join(os.getcwd(), 'junit-xml-results')).run(suite)
File "/usr/lib/python2.7/site-packages/xmlrunner/__init__.py", line 369, in run
self._restore_standard_output()
File "/usr/lib/python2.7/site-packages/xmlrunner/__init__.py", line 319, in _restore_standard_output
sys.stdout = sys.stdout.delegate
AttributeError: 'cStringIO.StringO' object has no attribute 'delegate'
Build step 'Execute shell' marked build as failure
Recording test results
--
To unsubscribe, e-mail: obs-tests+unsubscribe(a)opensuse.org
To contact the owner, e-mail: obs-tests+owner(a)opensuse.org
1
1
[obs-tests] Build failed in Jenkins: obs_master_testsuite_api #2267
by admin@opensuse.org 16 Apr '14
by admin@opensuse.org 16 Apr '14
16 Apr '14
See <http://ci.opensuse.org/job/obs_master_testsuite_api/2267/changes>
Changes:
[Adrian Schröter] [api] support submit requests from remote projects
------------------------------------------
Started by upstream project "obs_master_check_deps" build number 1358
originally caused by:
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on obs_master_deps_chroot in workspace <http://ci.opensuse.org/job/obs_master_testsuite_api/ws/>
Fetching changes from the remote Git repository
Fetching upstream changes from git://github.com/openSUSE/open-build-service.git
Checking out Revision 169ed13b1ff3fd0ffc587d823ee4583074088b6a (origin/master)
[locks-and-latches] Checking to see if we really have the locks
[locks-and-latches] Have all the locks, build can start
[obs_master_testsuite_api] $ /bin/sh -xe /tmp/hudson3187643567098843815.sh
+ sh dist/ci/obs_testsuite_api.sh
++ dirname dist/ci/obs_testsuite_api.sh
+ . dist/ci/obs_testsuite_common.sh
+ setup_git
+ echo 'Checking status'
Checking status
+ git status
# HEAD detached at 169ed13
# Untracked files:
# (use "git add <file>..." to include in what will be committed)
#
# src/api/results/
# src/api/test/reports/
nothing added to commit but untracked files present (use "git add" to track)
+ echo 'Setup git submodules'
Setup git submodules
+ git submodule init
+ git submodule update
+ echo 'Setup backend configuration template'
Setup backend configuration template
+ sed -i -e 's|my $hostname = .*$|my $hostname = '\''localhost'\'';|' -e 's|our $bsuser = '\''obsrun'\'';|our $bsuser = '\''jenkins'\'';|' -e 's|our $bsgroup = '\''obsrun'\'';|our $bsgroup = '\''jenkins'\'';|' src/backend/BSConfig.pm.template
+ cp src/backend/BSConfig.pm.template src/backend/BSConfig.pm
+ echo 'Set environment variables'
Set environment variables
+ export RAILS_ENV=test
+ RAILS_ENV=test
+ ret=0
+ setup_api
+ echo 'Enter API rails root'
Enter API rails root
+ cd src/api
+ echo 'Setup database configuration'
Setup database configuration
+ cp config/database.yml.example config/database.yml
+ sed -i 's|database: api|database: ci_api|' config/database.yml
+ echo 'Setup additional configuration'
Setup additional configuration
+ cp config/options.yml.example config/options.yml
+ cp config/thinking_sphinx.yml.example config/thinking_sphinx.yml
+ chmod a+x script/start_test_backend
+ chmod a+x script/start_test_api
+ echo 'Initialize test database, load seed data'
Initialize test database, load seed data
+ bundle exec rake db:drop db:create db:setup --trace
** Invoke db:drop (first_time)
** Invoke db:load_config (first_time)
** Execute db:load_config
** Execute db:drop
** Invoke db:create (first_time)
** Invoke db:load_config
** Execute db:create
** Invoke db:setup (first_time)
** Execute db:setup
** Invoke db:structure:load (first_time)
** Invoke environment (first_time)
** Execute environment
** Invoke db:load_config
** Execute db:structure:load
** Invoke db:seed (first_time)
** Execute db:seed
** Invoke db:abort_if_pending_migrations (first_time)
** Invoke environment
** Execute db:abort_if_pending_migrations
Seeding architectures table...
Seeding roles table...
Seeding users table...
Seeding roles_users table...
Seeding static_permissions table...
Seeding static permissions for admin role in roles_static_permissions table...
Seeding static permissions for maintainer role in roles_static_permissions table...
Seeding static permissions for reader role in roles_static_permissions table...
Seeding static permissions for downloader role in roles_static_permissions table...
Seeding attrib_namespaces table...
Seeding attrib_types table...
Seeding db_project_type table by loading test fixtures
Seeding issue trackers ...
+ rm -rf log/backend_access.log log/test.log log/test.searchd.log log/test.searchd.query.log tmp/cache tmp/sessions tmp/sockets
+ cd ../..
+ cd docs/api
+ make
cd api; make apidocs
make[1]: Entering directory `<http://ci.opensuse.org/job/obs_master_testsuite_api/ws/docs/api/api'>
BUNDLE_GEMFILE=../../../src/api/Gemfile bundle exec ../restility/bin/rest_doc api.txt --html -o ../html
XML Example 'password.xml' is missing.
XML Example 'tokenlist.xml' is missing.
XML Example 'attribute.xml' is missing.
XML Example 'pattern.xml' is missing.
XML Example 'collection.xml' is missing.
XML Example 'attribute_namespace_meta_data.xml' is missing.
XML Example 'attribute_meta.xml' is missing.
XML Example 'attribute_meta_data.xml' is missing.
XML Example 'buildreason.xml' is missing.
XML Example 'buildstatus.xml' is missing.
XML Example 'buildinfo.xml' is missing.
XML Example 'builddepinfo.xml' is missing.
XML Example 'ymp.xml' is missing.
XML Example 'projectresult.xml' is missing.
XML Schema 'list' is missing.
XML Schema 'password.xsd' is missing.
XML Schema 'tokenlist.xsd' is missing.
XML Schema 'attribute.xsd' is missing.
XML Schema 'revisionlist.xsd' is missing.
XML Schema 'collection.xsd' is missing.
XML Schema 'attribute_namespace_meta_data.xsd' is missing.
XML Schema 'attribute_meta.xsd' is missing.
XML Schema 'attribute_meta_data.xsd' is missing.
XML Schema 'workerstatus.xsd' is missing.
XML Schema 'buildresult.xsd' is missing.
XML Schema 'buildreason.xsd' is missing.
XML Schema 'buildstatus.xsd' is missing.
XML Schema 'buildinfo.xsd' is missing.
XML Schema 'binarylist.xsd' is missing.
XML Schema 'builddepinfo.xsd' is missing.
XML Schema 'ymp.xsd' is missing.
XML Schema 'projectresult.xsd' is missing.
XML Schema 'status_message.xsd' is missing.
Written ../html/index.html.
make[1]: Leaving directory `<http://ci.opensuse.org/job/obs_master_testsuite_api/ws/docs/api/api'>
+ cd ../..
+ cd src/backend
+ echo 'Invoke backend tests'
Invoke backend tests
+ bash testdata/test_dispatcher
.............................................................
+ cd ../..
+ cd src/api
+ echo 'Invoke rake'
Invoke rake
+ bundle exec rake ci:setup:minitest test:api test:webui CI_REPORTS=results --trace
** Invoke ci:setup:minitest (first_time)
** Execute ci:setup:minitest
rm -rf results
** Invoke test:api (first_time)
** Execute test:api
Run options: --seed 39854
# Running tests:
............................................................F....................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................
Finished tests in 405.890291s, 1.3427 tests/s, 13.5997 assertions/s.
1) Failure:
test_code_complexity(CodeQualityTest) [<http://ci.opensuse.org/job/obs_master_testsuite_api/ws/src/api/test/unit/co…>:212]:
'BsRequestPermissionCheck#check_action_target' => 52.15,
545 tests, 5520 assertions, 1 failures, 0 errors, 0 skips
kill backend: 19999
rake aborted!
Command failed with status (1): [ruby -I"lib:test" -I"/usr/lib64/ruby/gems/2.1.0/gems/rake-10.1.1/lib" "/usr/lib64/ruby/gems/2.1.0/gems/rake-10.1.1/lib/rake/rake_test_loader.rb" "test/functional/aaa_pre_consistency_test.rb" "test/functional/about_controller_test.rb" "test/functional/architectures_controller_test.rb" "test/functional/attributes_test.rb" "test/functional/backend_test.rb" "test/functional/branch_publish_flag_test.rb" "test/functional/build_controller_test.rb" "test/functional/comments_controller_test.rb" "test/functional/configurations_controller_test.rb" "test/functional/cross_build_test.rb" "test/functional/distributions_controller_test.rb" "test/functional/group_request_test.rb" "test/functional/group_test.rb" "test/functional/interconnect_test.rb" "test/functional/issue_controller_test.rb" "test/functional/issue_trackers_controller_test.rb" "test/functional/main_controller_test.rb" "test/functional/maintenance_test.rb" "test/functional/message_controller_test.rb" "test/functional/person_controller_test.rb" "test/functional/product_test.rb" "test/functional/public_controller_test.rb" "test/functional/published_controller_test.rb" "test/functional/read_permission_test.rb" "test/functional/release_management_test.rb" "test/functional/request_controller_test.rb" "test/functional/request_events_test.rb" "test/functional/search_controller_test.rb" "test/functional/source_controller_test.rb" "test/functional/source_services_test.rb" "test/functional/statistics_controller_test.rb" "test/functional/status_controller_test.rb" "test/functional/tag_controller_test.rb" "test/functional/wizard_controller_test.rb" "test/functional/zzz_post_consistency_test.rb" "test/integration/last_events_test.rb" "test/models/backend_info_test.rb" "test/models/event_test.rb" "test/models/full_text_search_test.rb" "test/models/project_log_entry_test.rb" "test/models/project_log_rotate_test.rb" "test/models/relationship_test.rb" "test/models/status_history_test.rb" "test/unit/attribute_test.rb" "test/unit/bs_request_test.rb" "test/unit/build_flag_test.rb" "test/unit/code_quality_test.rb" "test/unit/comment_test.rb" "test/unit/db_project_type_test.rb" "test/unit/debug_flag_test.rb" "test/unit/event_mailer_test.rb" "test/unit/flag_test.rb" "test/unit/groups_users_test.rb" "test/unit/ichain_notifier_test.rb" "test/unit/issue_test.rb" "test/unit/linked_project_test.rb" "test/unit/package_group_role_relationship_test.rb" "test/unit/package_test.rb" "test/unit/project_test.rb" "test/unit/public_helper_test.rb" "test/unit/publish_flag_test.rb" "test/unit/role_test.rb" "test/unit/schema_test.rb" "test/unit/status_helper_test.rb" "test/unit/status_message_test.rb" "test/unit/tag_test.rb" "test/unit/tagcloud_test.rb" "test/unit/user_test.rb" "test/unit/validator_test.rb" "test/unit/watched_project_test.rb" "test/unit/worker_status_test.rb" /usr/lib64/ruby/gems/2.1.0/gems/ci_reporter-1.9.1/lib/ci/reporter/rake/minitest_loader.rb]
/usr/lib64/ruby/gems/2.1.0/gems/rake-10.1.1/lib/rake/testtask.rb:106:in `block (3 levels) in define'
/usr/lib64/ruby/gems/2.1.0/gems/rake-10.1.1/lib/rake/file_utils.rb:45:in `call'
/usr/lib64/ruby/gems/2.1.0/gems/rake-10.1.1/lib/rake/file_utils.rb:45:in `sh'
/usr/lib64/ruby/gems/2.1.0/gems/rake-10.1.1/lib/rake/file_utils_ext.rb:37:in `sh'
/usr/lib64/ruby/gems/2.1.0/gems/rake-10.1.1/lib/rake/file_utils.rb:84:in `ruby'
/usr/lib64/ruby/gems/2.1.0/gems/rake-10.1.1/lib/rake/file_utils_ext.rb:37:in `ruby'
/usr/lib64/ruby/gems/2.1.0/gems/rake-10.1.1/lib/rake/testtask.rb:102:in `block (2 levels) in define'
/usr/lib64/ruby/gems/2.1.0/gems/rake-10.1.1/lib/rake/file_utils_ext.rb:58:in `verbose'
/usr/lib64/ruby/gems/2.1.0/gems/rake-10.1.1/lib/rake/testtask.rb:98:in `block in define'
/usr/lib64/ruby/gems/2.1.0/gems/rake-10.1.1/lib/rake/task.rb:236:in `call'
/usr/lib64/ruby/gems/2.1.0/gems/rake-10.1.1/lib/rake/task.rb:236:in `block in execute'
/usr/lib64/ruby/gems/2.1.0/gems/rake-10.1.1/lib/rake/task.rb:231:in `each'
/usr/lib64/ruby/gems/2.1.0/gems/rake-10.1.1/lib/rake/task.rb:231:in `execute'
/usr/lib64/ruby/gems/2.1.0/gems/rake-10.1.1/lib/rake/task.rb:175:in `block in invoke_with_call_chain'
/usr/lib64/ruby/2.1.0/monitor.rb:211:in `mon_synchronize'
/usr/lib64/ruby/gems/2.1.0/gems/rake-10.1.1/lib/rake/task.rb:168:in `invoke_with_call_chain'
/usr/lib64/ruby/gems/2.1.0/gems/rake-10.1.1/lib/rake/task.rb:161:in `invoke'
/usr/lib64/ruby/gems/2.1.0/gems/rake-10.1.1/lib/rake/application.rb:149:in `invoke_task'
/usr/lib64/ruby/gems/2.1.0/gems/rake-10.1.1/lib/rake/application.rb:106:in `block (2 levels) in top_level'
/usr/lib64/ruby/gems/2.1.0/gems/rake-10.1.1/lib/rake/application.rb:106:in `each'
/usr/lib64/ruby/gems/2.1.0/gems/rake-10.1.1/lib/rake/application.rb:106:in `block in top_level'
/usr/lib64/ruby/gems/2.1.0/gems/rake-10.1.1/lib/rake/application.rb:115:in `run_with_threads'
/usr/lib64/ruby/gems/2.1.0/gems/rake-10.1.1/lib/rake/application.rb:100:in `top_level'
/usr/lib64/ruby/gems/2.1.0/gems/rake-10.1.1/lib/rake/application.rb:78:in `block in run'
/usr/lib64/ruby/gems/2.1.0/gems/rake-10.1.1/lib/rake/application.rb:165:in `standard_exception_handling'
/usr/lib64/ruby/gems/2.1.0/gems/rake-10.1.1/lib/rake/application.rb:75:in `run'
/usr/lib64/ruby/gems/2.1.0/gems/rake-10.1.1/bin/rake:33:in `<top (required)>'
/usr/bin/rake:23:in `load'
/usr/bin/rake:23:in `<main>'
Tasks: TOP => test:api
+ ret=1
+ cd ../..
+ cleanup
+ echo 'Killing backend processes'
Killing backend processes
+ fuser -v <http://ci.opensuse.org/job/obs_master_testsuite_api/ws/>
+ egrep 'perl|ruby'
USER PID ACCESS COMMAND
<http://ci.opensuse.org/job/obs_master_testsuite_api/ws/>:
ci ..c.. sh
ci ..c.. sh
ci ..c.. egrep
ci ..c.. fuser
+ exit 1
Name "BSConfig::publishedhook_use_regex" used only once: possible typo at ./bs_publish line 1856.
/usr/lib64/ruby/gems/2.1.0/gems/minitest-colorize-0.0.5/lib/minitest/colorize.rb:48:in `write': Broken pipe @ io_write - <STDOUT> (Errno::EPIPE)
from /usr/lib64/ruby/gems/2.1.0/gems/minitest-colorize-0.0.5/lib/minitest/colorize.rb:48:in `puts'
from /usr/lib64/ruby/gems/2.1.0/gems/minitest-colorize-0.0.5/lib/minitest/colorize.rb:48:in `puts'
from /usr/lib64/ruby/2.1.0/minitest/unit.rb:856:in `puts'
from /usr/lib64/ruby/2.1.0/minitest/unit.rb:1076:in `_run'
from /usr/lib64/ruby/2.1.0/minitest/unit.rb:1066:in `run'
from /usr/lib64/ruby/2.1.0/minitest/unit.rb:802:in `block in autorun'
Build step 'Execute shell' marked build as failure
[locks-and-latches] Releasing all the locks
[locks-and-latches] All the locks released
--
To unsubscribe, e-mail: obs-tests+unsubscribe(a)opensuse.org
To contact the owner, e-mail: obs-tests+owner(a)opensuse.org
1
1
[obs-tests] Build failed in Jenkins: obs_master_testsuite_api #2256
by admin@opensuse.org 14 Apr '14
by admin@opensuse.org 14 Apr '14
14 Apr '14
See <http://ci.opensuse.org/job/obs_master_testsuite_api/2256/changes>
Changes:
[Adrian Schröter] [backend] forbid the register release for SLE 12
[Adrian Schröter] [backend] fix product xml description
[Adrian Schröter] renderPackagesTable() function did ignore length parameter
------------------------------------------
Started by upstream project "obs_master_check_deps" build number 1347
originally caused by:
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on obs_master_deps_chroot in workspace <http://ci.opensuse.org/job/obs_master_testsuite_api/ws/>
Fetching changes from the remote Git repository
Fetching upstream changes from git://github.com/openSUSE/open-build-service.git
Checking out Revision cbc48fb5aa140fa4d4d0da9921f32e0f8cf1de4c (origin/master)
[locks-and-latches] Checking to see if we really have the locks
[locks-and-latches] Have all the locks, build can start
[obs_master_testsuite_api] $ /bin/sh -xe /tmp/hudson1568671909963579560.sh
+ sh dist/ci/obs_testsuite_api.sh
++ dirname dist/ci/obs_testsuite_api.sh
+ . dist/ci/obs_testsuite_common.sh
+ setup_git
+ echo 'Checking status'
Checking status
+ git status
# HEAD detached at cbc48fb
# Untracked files:
# (use "git add <file>..." to include in what will be committed)
#
# src/api/results/
# src/api/test/reports/
nothing added to commit but untracked files present (use "git add" to track)
+ echo 'Setup git submodules'
Setup git submodules
+ git submodule init
+ git submodule update
+ echo 'Setup backend configuration template'
Setup backend configuration template
+ sed -i -e 's|my $hostname = .*$|my $hostname = '\''localhost'\'';|' -e 's|our $bsuser = '\''obsrun'\'';|our $bsuser = '\''jenkins'\'';|' -e 's|our $bsgroup = '\''obsrun'\'';|our $bsgroup = '\''jenkins'\'';|' src/backend/BSConfig.pm.template
+ cp src/backend/BSConfig.pm.template src/backend/BSConfig.pm
+ echo 'Set environment variables'
Set environment variables
+ export RAILS_ENV=test
+ RAILS_ENV=test
+ ret=0
+ setup_api
+ echo 'Enter API rails root'
Enter API rails root
+ cd src/api
+ echo 'Setup database configuration'
Setup database configuration
+ cp config/database.yml.example config/database.yml
+ sed -i 's|database: api|database: ci_api|' config/database.yml
+ echo 'Setup additional configuration'
Setup additional configuration
+ cp config/options.yml.example config/options.yml
+ cp config/thinking_sphinx.yml.example config/thinking_sphinx.yml
+ chmod a+x script/start_test_backend
+ chmod a+x script/start_test_api
+ echo 'Initialize test database, load seed data'
Initialize test database, load seed data
+ bundle exec rake db:drop db:create db:setup --trace
** Invoke db:drop (first_time)
** Invoke db:load_config (first_time)
** Execute db:load_config
** Execute db:drop
** Invoke db:create (first_time)
** Invoke db:load_config
** Execute db:create
** Invoke db:setup (first_time)
** Execute db:setup
** Invoke db:structure:load (first_time)
** Invoke environment (first_time)
** Execute environment
** Invoke db:load_config
** Execute db:structure:load
** Invoke db:seed (first_time)
** Execute db:seed
** Invoke db:abort_if_pending_migrations (first_time)
** Invoke environment
** Execute db:abort_if_pending_migrations
Seeding architectures table...
Seeding roles table...
Seeding users table...
Seeding roles_users table...
Seeding static_permissions table...
Seeding static permissions for admin role in roles_static_permissions table...
Seeding static permissions for maintainer role in roles_static_permissions table...
Seeding static permissions for reader role in roles_static_permissions table...
Seeding static permissions for downloader role in roles_static_permissions table...
Seeding attrib_namespaces table...
Seeding attrib_types table...
Seeding db_project_type table by loading test fixtures
Seeding issue trackers ...
+ rm -rf log/backend_access.log log/test.log log/test.searchd.log log/test.searchd.query.log tmp/cache tmp/sessions tmp/sockets
+ cd ../..
+ cd docs/api
+ make
cd api; make apidocs
make[1]: Entering directory `<http://ci.opensuse.org/job/obs_master_testsuite_api/ws/docs/api/api'>
BUNDLE_GEMFILE=../../../src/api/Gemfile bundle exec ../restility/bin/rest_doc api.txt --html -o ../html
XML Example 'password.xml' is missing.
XML Example 'tokenlist.xml' is missing.
XML Example 'attribute.xml' is missing.
XML Example 'pattern.xml' is missing.
XML Example 'collection.xml' is missing.
XML Example 'attribute_namespace_meta_data.xml' is missing.
XML Example 'attribute_meta.xml' is missing.
XML Example 'attribute_meta_data.xml' is missing.
XML Example 'buildreason.xml' is missing.
XML Example 'buildstatus.xml' is missing.
XML Example 'buildinfo.xml' is missing.
XML Example 'builddepinfo.xml' is missing.
XML Example 'ymp.xml' is missing.
XML Example 'projectresult.xml' is missing.
XML Schema 'list' is missing.
XML Schema 'password.xsd' is missing.
XML Schema 'tokenlist.xsd' is missing.
XML Schema 'attribute.xsd' is missing.
XML Schema 'revisionlist.xsd' is missing.
XML Schema 'collection.xsd' is missing.
XML Schema 'attribute_namespace_meta_data.xsd' is missing.
XML Schema 'attribute_meta.xsd' is missing.
XML Schema 'attribute_meta_data.xsd' is missing.
XML Schema 'workerstatus.xsd' is missing.
XML Schema 'buildresult.xsd' is missing.
XML Schema 'buildreason.xsd' is missing.
XML Schema 'buildstatus.xsd' is missing.
XML Schema 'buildinfo.xsd' is missing.
XML Schema 'binarylist.xsd' is missing.
XML Schema 'builddepinfo.xsd' is missing.
XML Schema 'ymp.xsd' is missing.
XML Schema 'projectresult.xsd' is missing.
XML Schema 'status_message.xsd' is missing.
Written ../html/index.html.
make[1]: Leaving directory `<http://ci.opensuse.org/job/obs_master_testsuite_api/ws/docs/api/api'>
+ cd ../..
+ cd src/backend
+ echo 'Invoke backend tests'
Invoke backend tests
+ bash testdata/test_dispatcher
.............................................................
+ cd ../..
+ cd src/api
+ echo 'Invoke rake'
Invoke rake
+ bundle exec rake ci:setup:minitest test:api test:webui CI_REPORTS=results --trace
** Invoke ci:setup:minitest (first_time)
** Execute ci:setup:minitest
rm -rf results
** Invoke test:api (first_time)
** Execute test:api
Run options: --seed 4174
# Running tests:
........................................................................................................................................................................................................F.......................................................................................................................................................................................................................................................................................................................................................
Finished tests in 399.074149s, 1.3632 tests/s, 13.7443 assertions/s.
1) Failure:
test_simple_product_file(ProductTests) [<http://ci.opensuse.org/job/obs_master_testsuite_api/ws/src/api/test/functio…>:32]:
Expected response to be a <success>, but was <400>
544 tests, 5485 assertions, 1 failures, 0 errors, 0 skips
kill backend: 22071
rake aborted!
Command failed with status (1): [ruby -I"lib:test" -I"/usr/lib64/ruby/gems/2.1.0/gems/rake-10.1.1/lib" "/usr/lib64/ruby/gems/2.1.0/gems/rake-10.1.1/lib/rake/rake_test_loader.rb" "test/functional/aaa_pre_consistency_test.rb" "test/functional/about_controller_test.rb" "test/functional/architectures_controller_test.rb" "test/functional/attributes_test.rb" "test/functional/backend_test.rb" "test/functional/branch_publish_flag_test.rb" "test/functional/build_controller_test.rb" "test/functional/comments_controller_test.rb" "test/functional/configurations_controller_test.rb" "test/functional/cross_build_test.rb" "test/functional/distributions_controller_test.rb" "test/functional/group_request_test.rb" "test/functional/group_test.rb" "test/functional/interconnect_test.rb" "test/functional/issue_controller_test.rb" "test/functional/issue_trackers_controller_test.rb" "test/functional/main_controller_test.rb" "test/functional/maintenance_test.rb" "test/functional/message_controller_test.rb" "test/functional/person_controller_test.rb" "test/functional/product_test.rb" "test/functional/public_controller_test.rb" "test/functional/published_controller_test.rb" "test/functional/read_permission_test.rb" "test/functional/release_management_test.rb" "test/functional/request_controller_test.rb" "test/functional/request_events_test.rb" "test/functional/search_controller_test.rb" "test/functional/source_controller_test.rb" "test/functional/source_services_test.rb" "test/functional/statistics_controller_test.rb" "test/functional/status_controller_test.rb" "test/functional/tag_controller_test.rb" "test/functional/wizard_controller_test.rb" "test/functional/zzz_post_consistency_test.rb" "test/integration/last_events_test.rb" "test/models/backend_info_test.rb" "test/models/event_test.rb" "test/models/full_text_search_test.rb" "test/models/project_log_entry_test.rb" "test/models/project_log_rotate_test.rb" "test/models/relationship_test.rb" "test/models/status_history_test.rb" "test/unit/attribute_test.rb" "test/unit/bs_request_test.rb" "test/unit/build_flag_test.rb" "test/unit/code_quality_test.rb" "test/unit/comment_test.rb" "test/unit/db_project_type_test.rb" "test/unit/debug_flag_test.rb" "test/unit/event_mailer_test.rb" "test/unit/flag_test.rb" "test/unit/groups_users_test.rb" "test/unit/ichain_notifier_test.rb" "test/unit/issue_test.rb" "test/unit/linked_project_test.rb" "test/unit/package_group_role_relationship_test.rb" "test/unit/package_test.rb" "test/unit/project_test.rb" "test/unit/public_helper_test.rb" "test/unit/publish_flag_test.rb" "test/unit/role_test.rb" "test/unit/schema_test.rb" "test/unit/status_helper_test.rb" "test/unit/status_message_test.rb" "test/unit/tag_test.rb" "test/unit/tagcloud_test.rb" "test/unit/user_test.rb" "test/unit/validator_test.rb" "test/unit/watched_project_test.rb" "test/unit/worker_status_test.rb" /usr/lib64/ruby/gems/2.1.0/gems/ci_reporter-1.9.1/lib/ci/reporter/rake/minitest_loader.rb]
/usr/lib64/ruby/gems/2.1.0/gems/rake-10.1.1/lib/rake/testtask.rb:106:in `block (3 levels) in define'
/usr/lib64/ruby/gems/2.1.0/gems/rake-10.1.1/lib/rake/file_utils.rb:45:in `call'
/usr/lib64/ruby/gems/2.1.0/gems/rake-10.1.1/lib/rake/file_utils.rb:45:in `sh'
/usr/lib64/ruby/gems/2.1.0/gems/rake-10.1.1/lib/rake/file_utils_ext.rb:37:in `sh'
/usr/lib64/ruby/gems/2.1.0/gems/rake-10.1.1/lib/rake/file_utils.rb:84:in `ruby'
/usr/lib64/ruby/gems/2.1.0/gems/rake-10.1.1/lib/rake/file_utils_ext.rb:37:in `ruby'
/usr/lib64/ruby/gems/2.1.0/gems/rake-10.1.1/lib/rake/testtask.rb:102:in `block (2 levels) in define'
/usr/lib64/ruby/gems/2.1.0/gems/rake-10.1.1/lib/rake/file_utils_ext.rb:58:in `verbose'
/usr/lib64/ruby/gems/2.1.0/gems/rake-10.1.1/lib/rake/testtask.rb:98:in `block in define'
/usr/lib64/ruby/gems/2.1.0/gems/rake-10.1.1/lib/rake/task.rb:236:in `call'
/usr/lib64/ruby/gems/2.1.0/gems/rake-10.1.1/lib/rake/task.rb:236:in `block in execute'
/usr/lib64/ruby/gems/2.1.0/gems/rake-10.1.1/lib/rake/task.rb:231:in `each'
/usr/lib64/ruby/gems/2.1.0/gems/rake-10.1.1/lib/rake/task.rb:231:in `execute'
/usr/lib64/ruby/gems/2.1.0/gems/rake-10.1.1/lib/rake/task.rb:175:in `block in invoke_with_call_chain'
/usr/lib64/ruby/2.1.0/monitor.rb:211:in `mon_synchronize'
/usr/lib64/ruby/gems/2.1.0/gems/rake-10.1.1/lib/rake/task.rb:168:in `invoke_with_call_chain'
/usr/lib64/ruby/gems/2.1.0/gems/rake-10.1.1/lib/rake/task.rb:161:in `invoke'
/usr/lib64/ruby/gems/2.1.0/gems/rake-10.1.1/lib/rake/application.rb:149:in `invoke_task'
/usr/lib64/ruby/gems/2.1.0/gems/rake-10.1.1/lib/rake/application.rb:106:in `block (2 levels) in top_level'
/usr/lib64/ruby/gems/2.1.0/gems/rake-10.1.1/lib/rake/application.rb:106:in `each'
/usr/lib64/ruby/gems/2.1.0/gems/rake-10.1.1/lib/rake/application.rb:106:in `block in top_level'
/usr/lib64/ruby/gems/2.1.0/gems/rake-10.1.1/lib/rake/application.rb:115:in `run_with_threads'
/usr/lib64/ruby/gems/2.1.0/gems/rake-10.1.1/lib/rake/application.rb:100:in `top_level'
/usr/lib64/ruby/gems/2.1.0/gems/rake-10.1.1/lib/rake/application.rb:78:in `block in run'
/usr/lib64/ruby/gems/2.1.0/gems/rake-10.1.1/lib/rake/application.rb:165:in `standard_exception_handling'
/usr/lib64/ruby/gems/2.1.0/gems/rake-10.1.1/lib/rake/application.rb:75:in `run'
/usr/lib64/ruby/gems/2.1.0/gems/rake-10.1.1/bin/rake:33:in `<top (required)>'
/usr/bin/rake:23:in `load'
/usr/bin/rake:23:in `<main>'
Tasks: TOP => test:api
+ ret=1
+ cd ../..
+ cleanup
+ echo 'Killing backend processes'
Killing backend processes
+ egrep 'perl|ruby'
+ fuser -v <http://ci.opensuse.org/job/obs_master_testsuite_api/ws/>
USER PID ACCESS COMMAND
<http://ci.opensuse.org/job/obs_master_testsuite_api/ws/>:
ci ..c.. sh
ci ..c.. sh
ci ..c.. egrep
ci ..c.. fuser
+ exit 1
Name "BSConfig::publishedhook_use_regex" used only once: possible typo at ./bs_publish line 1845.
Build step 'Execute shell' marked build as failure
[locks-and-latches] Releasing all the locks
[locks-and-latches] All the locks released
--
To unsubscribe, e-mail: obs-tests+unsubscribe(a)opensuse.org
To contact the owner, e-mail: obs-tests+owner(a)opensuse.org
1
3
[obs-tests] Build failed in Jenkins: obs_master_testsuite_api #2254
by admin@opensuse.org 11 Apr '14
by admin@opensuse.org 11 Apr '14
11 Apr '14
See <http://ci.opensuse.org/job/obs_master_testsuite_api/2254/changes>
Changes:
[Adrian Schröter] [backend] require set release for SLE 12
------------------------------------------
Started by upstream project "obs_master_check_deps" build number 1345
originally caused by:
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on obs_master_deps_chroot in workspace <http://ci.opensuse.org/job/obs_master_testsuite_api/ws/>
Fetching changes from the remote Git repository
Fetching upstream changes from git://github.com/openSUSE/open-build-service.git
Checking out Revision c813ae547917b4f3372c1e120f9aff43a515a29c (origin/master)
[locks-and-latches] Checking to see if we really have the locks
[locks-and-latches] Have all the locks, build can start
[obs_master_testsuite_api] $ /bin/sh -xe /tmp/hudson5702406294645397305.sh
+ sh dist/ci/obs_testsuite_api.sh
++ dirname dist/ci/obs_testsuite_api.sh
+ . dist/ci/obs_testsuite_common.sh
+ setup_git
+ echo 'Checking status'
Checking status
+ git status
# HEAD detached at c813ae5
# Untracked files:
# (use "git add <file>..." to include in what will be committed)
#
# src/api/results/
# src/api/test/reports/
nothing added to commit but untracked files present (use "git add" to track)
+ echo 'Setup git submodules'
Setup git submodules
+ git submodule init
+ git submodule update
+ echo 'Setup backend configuration template'
Setup backend configuration template
+ sed -i -e 's|my $hostname = .*$|my $hostname = '\''localhost'\'';|' -e 's|our $bsuser = '\''obsrun'\'';|our $bsuser = '\''jenkins'\'';|' -e 's|our $bsgroup = '\''obsrun'\'';|our $bsgroup = '\''jenkins'\'';|' src/backend/BSConfig.pm.template
+ cp src/backend/BSConfig.pm.template src/backend/BSConfig.pm
+ echo 'Set environment variables'
Set environment variables
+ export RAILS_ENV=test
+ RAILS_ENV=test
+ ret=0
+ setup_api
+ echo 'Enter API rails root'
Enter API rails root
+ cd src/api
+ echo 'Setup database configuration'
Setup database configuration
+ cp config/database.yml.example config/database.yml
+ sed -i 's|database: api|database: ci_api|' config/database.yml
+ echo 'Setup additional configuration'
Setup additional configuration
+ cp config/options.yml.example config/options.yml
+ cp config/thinking_sphinx.yml.example config/thinking_sphinx.yml
+ chmod a+x script/start_test_backend
+ chmod a+x script/start_test_api
+ echo 'Initialize test database, load seed data'
Initialize test database, load seed data
+ bundle exec rake db:drop db:create db:setup --trace
** Invoke db:drop (first_time)
** Invoke db:load_config (first_time)
** Execute db:load_config
** Execute db:drop
** Invoke db:create (first_time)
** Invoke db:load_config
** Execute db:create
** Invoke db:setup (first_time)
** Execute db:setup
** Invoke db:structure:load (first_time)
** Invoke environment (first_time)
** Execute environment
** Invoke db:load_config
** Execute db:structure:load
** Invoke db:seed (first_time)
** Execute db:seed
** Invoke db:abort_if_pending_migrations (first_time)
** Invoke environment
** Execute db:abort_if_pending_migrations
Seeding architectures table...
Seeding roles table...
Seeding users table...
Seeding roles_users table...
Seeding static_permissions table...
Seeding static permissions for admin role in roles_static_permissions table...
Seeding static permissions for maintainer role in roles_static_permissions table...
Seeding static permissions for reader role in roles_static_permissions table...
Seeding static permissions for downloader role in roles_static_permissions table...
Seeding attrib_namespaces table...
Seeding attrib_types table...
Seeding db_project_type table by loading test fixtures
Seeding issue trackers ...
+ rm -rf log/backend_access.log log/test.log log/test.searchd.log log/test.searchd.query.log tmp/cache tmp/sessions tmp/sockets
+ cd ../..
+ cd docs/api
+ make
cd api; make apidocs
make[1]: Entering directory `<http://ci.opensuse.org/job/obs_master_testsuite_api/ws/docs/api/api'>
BUNDLE_GEMFILE=../../../src/api/Gemfile bundle exec ../restility/bin/rest_doc api.txt --html -o ../html
XML Example 'password.xml' is missing.
XML Example 'tokenlist.xml' is missing.
XML Example 'attribute.xml' is missing.
XML Example 'pattern.xml' is missing.
XML Example 'collection.xml' is missing.
XML Example 'attribute_namespace_meta_data.xml' is missing.
XML Example 'attribute_meta.xml' is missing.
XML Example 'attribute_meta_data.xml' is missing.
XML Example 'buildreason.xml' is missing.
XML Example 'buildstatus.xml' is missing.
XML Example 'buildinfo.xml' is missing.
XML Example 'builddepinfo.xml' is missing.
XML Example 'ymp.xml' is missing.
XML Example 'projectresult.xml' is missing.
XML Schema 'list' is missing.
XML Schema 'password.xsd' is missing.
XML Schema 'tokenlist.xsd' is missing.
XML Schema 'attribute.xsd' is missing.
XML Schema 'revisionlist.xsd' is missing.
XML Schema 'collection.xsd' is missing.
XML Schema 'attribute_namespace_meta_data.xsd' is missing.
XML Schema 'attribute_meta.xsd' is missing.
XML Schema 'attribute_meta_data.xsd' is missing.
XML Schema 'workerstatus.xsd' is missing.
XML Schema 'buildresult.xsd' is missing.
XML Schema 'buildreason.xsd' is missing.
XML Schema 'buildstatus.xsd' is missing.
XML Schema 'buildinfo.xsd' is missing.
XML Schema 'binarylist.xsd' is missing.
XML Schema 'builddepinfo.xsd' is missing.
XML Schema 'ymp.xsd' is missing.
XML Schema 'projectresult.xsd' is missing.
XML Schema 'status_message.xsd' is missing.
Written ../html/index.html.
make[1]: Leaving directory `<http://ci.opensuse.org/job/obs_master_testsuite_api/ws/docs/api/api'>
+ cd ../..
+ cd src/backend
+ echo 'Invoke backend tests'
Invoke backend tests
+ bash testdata/test_dispatcher
.............................................................
+ cd ../..
+ cd src/api
+ echo 'Invoke rake'
Invoke rake
+ bundle exec rake ci:setup:minitest test:api test:webui CI_REPORTS=results --trace
** Invoke ci:setup:minitest (first_time)
** Execute ci:setup:minitest
rm -rf results
** Invoke test:api (first_time)
** Execute test:api
Run options: --seed 2411
# Running tests:
........................................................................................................................................................................................................F.......................................................................................................................................................................................................................................................................................................................................................
Finished tests in 393.370477s, 1.3829 tests/s, 13.9436 assertions/s.
1) Failure:
test_simple_product_file(ProductTests) [<http://ci.opensuse.org/job/obs_master_testsuite_api/ws/src/api/test/functio…>:32]:
Expected response to be a <success>, but was <400>
544 tests, 5485 assertions, 1 failures, 0 errors, 0 skips
kill backend: 19722
rake aborted!
Command failed with status (1): [ruby -I"lib:test" -I"/usr/lib64/ruby/gems/2.1.0/gems/rake-10.1.1/lib" "/usr/lib64/ruby/gems/2.1.0/gems/rake-10.1.1/lib/rake/rake_test_loader.rb" "test/functional/aaa_pre_consistency_test.rb" "test/functional/about_controller_test.rb" "test/functional/architectures_controller_test.rb" "test/functional/attributes_test.rb" "test/functional/backend_test.rb" "test/functional/branch_publish_flag_test.rb" "test/functional/build_controller_test.rb" "test/functional/comments_controller_test.rb" "test/functional/configurations_controller_test.rb" "test/functional/cross_build_test.rb" "test/functional/distributions_controller_test.rb" "test/functional/group_request_test.rb" "test/functional/group_test.rb" "test/functional/interconnect_test.rb" "test/functional/issue_controller_test.rb" "test/functional/issue_trackers_controller_test.rb" "test/functional/main_controller_test.rb" "test/functional/maintenance_test.rb" "test/functional/message_controller_test.rb" "test/functional/person_controller_test.rb" "test/functional/product_test.rb" "test/functional/public_controller_test.rb" "test/functional/published_controller_test.rb" "test/functional/read_permission_test.rb" "test/functional/release_management_test.rb" "test/functional/request_controller_test.rb" "test/functional/request_events_test.rb" "test/functional/search_controller_test.rb" "test/functional/source_controller_test.rb" "test/functional/source_services_test.rb" "test/functional/statistics_controller_test.rb" "test/functional/status_controller_test.rb" "test/functional/tag_controller_test.rb" "test/functional/wizard_controller_test.rb" "test/functional/zzz_post_consistency_test.rb" "test/integration/last_events_test.rb" "test/models/backend_info_test.rb" "test/models/event_test.rb" "test/models/full_text_search_test.rb" "test/models/project_log_entry_test.rb" "test/models/project_log_rotate_test.rb" "test/models/relationship_test.rb" "test/models/status_history_test.rb" "test/unit/attribute_test.rb" "test/unit/bs_request_test.rb" "test/unit/build_flag_test.rb" "test/unit/code_quality_test.rb" "test/unit/comment_test.rb" "test/unit/db_project_type_test.rb" "test/unit/debug_flag_test.rb" "test/unit/event_mailer_test.rb" "test/unit/flag_test.rb" "test/unit/groups_users_test.rb" "test/unit/ichain_notifier_test.rb" "test/unit/issue_test.rb" "test/unit/linked_project_test.rb" "test/unit/package_group_role_relationship_test.rb" "test/unit/package_test.rb" "test/unit/project_test.rb" "test/unit/public_helper_test.rb" "test/unit/publish_flag_test.rb" "test/unit/role_test.rb" "test/unit/schema_test.rb" "test/unit/status_helper_test.rb" "test/unit/status_message_test.rb" "test/unit/tag_test.rb" "test/unit/tagcloud_test.rb" "test/unit/user_test.rb" "test/unit/validator_test.rb" "test/unit/watched_project_test.rb" "test/unit/worker_status_test.rb" /usr/lib64/ruby/gems/2.1.0/gems/ci_reporter-1.9.1/lib/ci/reporter/rake/minitest_loader.rb]
/usr/lib64/ruby/gems/2.1.0/gems/rake-10.1.1/lib/rake/testtask.rb:106:in `block (3 levels) in define'
/usr/lib64/ruby/gems/2.1.0/gems/rake-10.1.1/lib/rake/file_utils.rb:45:in `call'
/usr/lib64/ruby/gems/2.1.0/gems/rake-10.1.1/lib/rake/file_utils.rb:45:in `sh'
/usr/lib64/ruby/gems/2.1.0/gems/rake-10.1.1/lib/rake/file_utils_ext.rb:37:in `sh'
/usr/lib64/ruby/gems/2.1.0/gems/rake-10.1.1/lib/rake/file_utils.rb:84:in `ruby'
/usr/lib64/ruby/gems/2.1.0/gems/rake-10.1.1/lib/rake/file_utils_ext.rb:37:in `ruby'
/usr/lib64/ruby/gems/2.1.0/gems/rake-10.1.1/lib/rake/testtask.rb:102:in `block (2 levels) in define'
/usr/lib64/ruby/gems/2.1.0/gems/rake-10.1.1/lib/rake/file_utils_ext.rb:58:in `verbose'
/usr/lib64/ruby/gems/2.1.0/gems/rake-10.1.1/lib/rake/testtask.rb:98:in `block in define'
/usr/lib64/ruby/gems/2.1.0/gems/rake-10.1.1/lib/rake/task.rb:236:in `call'
/usr/lib64/ruby/gems/2.1.0/gems/rake-10.1.1/lib/rake/task.rb:236:in `block in execute'
/usr/lib64/ruby/gems/2.1.0/gems/rake-10.1.1/lib/rake/task.rb:231:in `each'
/usr/lib64/ruby/gems/2.1.0/gems/rake-10.1.1/lib/rake/task.rb:231:in `execute'
/usr/lib64/ruby/gems/2.1.0/gems/rake-10.1.1/lib/rake/task.rb:175:in `block in invoke_with_call_chain'
/usr/lib64/ruby/2.1.0/monitor.rb:211:in `mon_synchronize'
/usr/lib64/ruby/gems/2.1.0/gems/rake-10.1.1/lib/rake/task.rb:168:in `invoke_with_call_chain'
/usr/lib64/ruby/gems/2.1.0/gems/rake-10.1.1/lib/rake/task.rb:161:in `invoke'
/usr/lib64/ruby/gems/2.1.0/gems/rake-10.1.1/lib/rake/application.rb:149:in `invoke_task'
/usr/lib64/ruby/gems/2.1.0/gems/rake-10.1.1/lib/rake/application.rb:106:in `block (2 levels) in top_level'
/usr/lib64/ruby/gems/2.1.0/gems/rake-10.1.1/lib/rake/application.rb:106:in `each'
/usr/lib64/ruby/gems/2.1.0/gems/rake-10.1.1/lib/rake/application.rb:106:in `block in top_level'
/usr/lib64/ruby/gems/2.1.0/gems/rake-10.1.1/lib/rake/application.rb:115:in `run_with_threads'
/usr/lib64/ruby/gems/2.1.0/gems/rake-10.1.1/lib/rake/application.rb:100:in `top_level'
/usr/lib64/ruby/gems/2.1.0/gems/rake-10.1.1/lib/rake/application.rb:78:in `block in run'
/usr/lib64/ruby/gems/2.1.0/gems/rake-10.1.1/lib/rake/application.rb:165:in `standard_exception_handling'
/usr/lib64/ruby/gems/2.1.0/gems/rake-10.1.1/lib/rake/application.rb:75:in `run'
/usr/lib64/ruby/gems/2.1.0/gems/rake-10.1.1/bin/rake:33:in `<top (required)>'
/usr/bin/rake:23:in `load'
/usr/bin/rake:23:in `<main>'
Tasks: TOP => test:api
+ ret=1
+ cd ../..
+ cleanup
+ echo 'Killing backend processes'
Killing backend processes
+ egrep 'perl|ruby'
+ fuser -v <http://ci.opensuse.org/job/obs_master_testsuite_api/ws/>
USER PID ACCESS COMMAND
<http://ci.opensuse.org/job/obs_master_testsuite_api/ws/>:
ci ..c.. sh
ci ..c.. sh
ci ..c.. egrep
ci ..c.. fuser
+ exit 1
Name "BSConfig::publishedhook_use_regex" used only once: possible typo at ./bs_publish line 1845.
Build step 'Execute shell' marked build as failure
[locks-and-latches] Releasing all the locks
[locks-and-latches] All the locks released
--
To unsubscribe, e-mail: obs-tests+unsubscribe(a)opensuse.org
To contact the owner, e-mail: obs-tests+owner(a)opensuse.org
1
1
[obs-tests] Build failed in Jenkins: obs_master_testsuite_api #2251
by admin@opensuse.org 10 Apr '14
by admin@opensuse.org 10 Apr '14
10 Apr '14
See <http://ci.opensuse.org/job/obs_master_testsuite_api/2251/changes>
Changes:
[Adrian Schröter] [api] make "id" attribute obsolete in new product descriptions
[Adrian Schröter] [api] fix migration failure when updating directly from OBS 2.4, issue 648
[Adrian Schröter] [dist] add migration test during package build
------------------------------------------
Started by upstream project "obs_master_check_deps" build number 1341
originally caused by:
Started by an SCM change
Started by an SCM change
Started by an SCM change
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on obs_master_deps_chroot in workspace <http://ci.opensuse.org/job/obs_master_testsuite_api/ws/>
Fetching changes from the remote Git repository
Fetching upstream changes from git://github.com/openSUSE/open-build-service.git
Checking out Revision 8bbee735f4420fc9d61ee20f670dd8577b779dde (origin/master)
[locks-and-latches] Checking to see if we really have the locks
[locks-and-latches] Have all the locks, build can start
[obs_master_testsuite_api] $ /bin/sh -xe /tmp/hudson5033505603338324562.sh
+ sh dist/ci/obs_testsuite_api.sh
++ dirname dist/ci/obs_testsuite_api.sh
+ . dist/ci/obs_testsuite_common.sh
+ setup_git
+ echo 'Checking status'
Checking status
+ git status
# HEAD detached at 8bbee73
# Untracked files:
# (use "git add <file>..." to include in what will be committed)
#
# src/api/results/
# src/api/test/reports/
nothing added to commit but untracked files present (use "git add" to track)
+ echo 'Setup git submodules'
Setup git submodules
+ git submodule init
+ git submodule update
+ echo 'Setup backend configuration template'
Setup backend configuration template
+ sed -i -e 's|my $hostname = .*$|my $hostname = '\''localhost'\'';|' -e 's|our $bsuser = '\''obsrun'\'';|our $bsuser = '\''jenkins'\'';|' -e 's|our $bsgroup = '\''obsrun'\'';|our $bsgroup = '\''jenkins'\'';|' src/backend/BSConfig.pm.template
+ cp src/backend/BSConfig.pm.template src/backend/BSConfig.pm
+ echo 'Set environment variables'
Set environment variables
+ export RAILS_ENV=test
+ RAILS_ENV=test
+ ret=0
+ setup_api
+ echo 'Enter API rails root'
Enter API rails root
+ cd src/api
+ echo 'Setup database configuration'
Setup database configuration
+ cp config/database.yml.example config/database.yml
+ sed -i 's|database: api|database: ci_api|' config/database.yml
+ echo 'Setup additional configuration'
Setup additional configuration
+ cp config/options.yml.example config/options.yml
+ cp config/thinking_sphinx.yml.example config/thinking_sphinx.yml
+ chmod a+x script/start_test_backend
+ chmod a+x script/start_test_api
+ echo 'Initialize test database, load seed data'
Initialize test database, load seed data
+ bundle exec rake db:drop db:create db:setup --trace
** Invoke db:drop (first_time)
** Invoke db:load_config (first_time)
** Execute db:load_config
** Execute db:drop
** Invoke db:create (first_time)
** Invoke db:load_config
** Execute db:create
** Invoke db:setup (first_time)
** Execute db:setup
** Invoke db:structure:load (first_time)
** Invoke environment (first_time)
** Execute environment
** Invoke db:load_config
** Execute db:structure:load
** Invoke db:seed (first_time)
** Execute db:seed
** Invoke db:abort_if_pending_migrations (first_time)
** Invoke environment
** Execute db:abort_if_pending_migrations
Seeding architectures table...
Seeding roles table...
Seeding users table...
Seeding roles_users table...
Seeding static_permissions table...
Seeding static permissions for admin role in roles_static_permissions table...
Seeding static permissions for maintainer role in roles_static_permissions table...
Seeding static permissions for reader role in roles_static_permissions table...
Seeding static permissions for downloader role in roles_static_permissions table...
Seeding attrib_namespaces table...
Seeding attrib_types table...
Seeding db_project_type table by loading test fixtures
Seeding issue trackers ...
+ rm -rf log/backend_access.log log/test.log log/test.searchd.log log/test.searchd.query.log tmp/cache tmp/sessions tmp/sockets
+ cd ../..
+ cd docs/api
+ make
cd api; make apidocs
make[1]: Entering directory `<http://ci.opensuse.org/job/obs_master_testsuite_api/ws/docs/api/api'>
BUNDLE_GEMFILE=../../../src/api/Gemfile bundle exec ../restility/bin/rest_doc api.txt --html -o ../html
XML Example 'password.xml' is missing.
XML Example 'tokenlist.xml' is missing.
XML Example 'attribute.xml' is missing.
XML Example 'pattern.xml' is missing.
XML Example 'collection.xml' is missing.
XML Example 'attribute_namespace_meta_data.xml' is missing.
XML Example 'attribute_meta.xml' is missing.
XML Example 'attribute_meta_data.xml' is missing.
XML Example 'buildreason.xml' is missing.
XML Example 'buildstatus.xml' is missing.
XML Example 'buildinfo.xml' is missing.
XML Example 'builddepinfo.xml' is missing.
XML Example 'ymp.xml' is missing.
XML Example 'projectresult.xml' is missing.
XML Schema 'list' is missing.
XML Schema 'password.xsd' is missing.
XML Schema 'tokenlist.xsd' is missing.
XML Schema 'attribute.xsd' is missing.
XML Schema 'revisionlist.xsd' is missing.
XML Schema 'collection.xsd' is missing.
XML Schema 'attribute_namespace_meta_data.xsd' is missing.
XML Schema 'attribute_meta.xsd' is missing.
XML Schema 'attribute_meta_data.xsd' is missing.
XML Schema 'workerstatus.xsd' is missing.
XML Schema 'buildresult.xsd' is missing.
XML Schema 'buildreason.xsd' is missing.
XML Schema 'buildstatus.xsd' is missing.
XML Schema 'buildinfo.xsd' is missing.
XML Schema 'binarylist.xsd' is missing.
XML Schema 'builddepinfo.xsd' is missing.
XML Schema 'ymp.xsd' is missing.
XML Schema 'projectresult.xsd' is missing.
XML Schema 'status_message.xsd' is missing.
Written ../html/index.html.
make[1]: Leaving directory `<http://ci.opensuse.org/job/obs_master_testsuite_api/ws/docs/api/api'>
+ cd ../..
+ cd src/backend
+ echo 'Invoke backend tests'
Invoke backend tests
+ bash testdata/test_dispatcher
.............................................................
+ cd ../..
+ cd src/api
+ echo 'Invoke rake'
Invoke rake
+ bundle exec rake ci:setup:minitest test:api test:webui CI_REPORTS=results --trace
** Invoke ci:setup:minitest (first_time)
** Execute ci:setup:minitest
rm -rf results
** Invoke test:api (first_time)
** Execute test:api
Run options: --seed 36151
# Running tests:
........................................................................................................................................................................................................F.......................................................................................................................................................................................................................................................................................................................................................
Finished tests in 390.681450s, 1.3924 tests/s, 14.0242 assertions/s.
1) Failure:
test_simple_product_file(ProductTests) [<http://ci.opensuse.org/job/obs_master_testsuite_api/ws/src/api/test/functio…>:32]:
Expected response to be a <success>, but was <400>
544 tests, 5479 assertions, 1 failures, 0 errors, 0 skips
kill backend: 32712
rake aborted!
Command failed with status (1): [ruby -I"lib:test" -I"/usr/lib64/ruby/gems/2.1.0/gems/rake-10.1.1/lib" "/usr/lib64/ruby/gems/2.1.0/gems/rake-10.1.1/lib/rake/rake_test_loader.rb" "test/functional/aaa_pre_consistency_test.rb" "test/functional/about_controller_test.rb" "test/functional/architectures_controller_test.rb" "test/functional/attributes_test.rb" "test/functional/backend_test.rb" "test/functional/branch_publish_flag_test.rb" "test/functional/build_controller_test.rb" "test/functional/comments_controller_test.rb" "test/functional/configurations_controller_test.rb" "test/functional/cross_build_test.rb" "test/functional/distributions_controller_test.rb" "test/functional/group_request_test.rb" "test/functional/group_test.rb" "test/functional/interconnect_test.rb" "test/functional/issue_controller_test.rb" "test/functional/issue_trackers_controller_test.rb" "test/functional/main_controller_test.rb" "test/functional/maintenance_test.rb" "test/functional/message_controller_test.rb" "test/functional/person_controller_test.rb" "test/functional/product_test.rb" "test/functional/public_controller_test.rb" "test/functional/published_controller_test.rb" "test/functional/read_permission_test.rb" "test/functional/release_management_test.rb" "test/functional/request_controller_test.rb" "test/functional/request_events_test.rb" "test/functional/search_controller_test.rb" "test/functional/source_controller_test.rb" "test/functional/source_services_test.rb" "test/functional/statistics_controller_test.rb" "test/functional/status_controller_test.rb" "test/functional/tag_controller_test.rb" "test/functional/wizard_controller_test.rb" "test/functional/zzz_post_consistency_test.rb" "test/integration/last_events_test.rb" "test/models/backend_info_test.rb" "test/models/event_test.rb" "test/models/full_text_search_test.rb" "test/models/project_log_entry_test.rb" "test/models/project_log_rotate_test.rb" "test/models/relationship_test.rb" "test/models/status_history_test.rb" "test/unit/attribute_test.rb" "test/unit/bs_request_test.rb" "test/unit/build_flag_test.rb" "test/unit/code_quality_test.rb" "test/unit/comment_test.rb" "test/unit/db_project_type_test.rb" "test/unit/debug_flag_test.rb" "test/unit/event_mailer_test.rb" "test/unit/flag_test.rb" "test/unit/groups_users_test.rb" "test/unit/ichain_notifier_test.rb" "test/unit/issue_test.rb" "test/unit/linked_project_test.rb" "test/unit/package_group_role_relationship_test.rb" "test/unit/package_test.rb" "test/unit/project_test.rb" "test/unit/public_helper_test.rb" "test/unit/publish_flag_test.rb" "test/unit/role_test.rb" "test/unit/schema_test.rb" "test/unit/status_helper_test.rb" "test/unit/status_message_test.rb" "test/unit/tag_test.rb" "test/unit/tagcloud_test.rb" "test/unit/user_test.rb" "test/unit/validator_test.rb" "test/unit/watched_project_test.rb" "test/unit/worker_status_test.rb" /usr/lib64/ruby/gems/2.1.0/gems/ci_reporter-1.9.1/lib/ci/reporter/rake/minitest_loader.rb]
/usr/lib64/ruby/gems/2.1.0/gems/rake-10.1.1/lib/rake/testtask.rb:106:in `block (3 levels) in define'
/usr/lib64/ruby/gems/2.1.0/gems/rake-10.1.1/lib/rake/file_utils.rb:45:in `call'
/usr/lib64/ruby/gems/2.1.0/gems/rake-10.1.1/lib/rake/file_utils.rb:45:in `sh'
/usr/lib64/ruby/gems/2.1.0/gems/rake-10.1.1/lib/rake/file_utils_ext.rb:37:in `sh'
/usr/lib64/ruby/gems/2.1.0/gems/rake-10.1.1/lib/rake/file_utils.rb:84:in `ruby'
/usr/lib64/ruby/gems/2.1.0/gems/rake-10.1.1/lib/rake/file_utils_ext.rb:37:in `ruby'
/usr/lib64/ruby/gems/2.1.0/gems/rake-10.1.1/lib/rake/testtask.rb:102:in `block (2 levels) in define'
/usr/lib64/ruby/gems/2.1.0/gems/rake-10.1.1/lib/rake/file_utils_ext.rb:58:in `verbose'
/usr/lib64/ruby/gems/2.1.0/gems/rake-10.1.1/lib/rake/testtask.rb:98:in `block in define'
/usr/lib64/ruby/gems/2.1.0/gems/rake-10.1.1/lib/rake/task.rb:236:in `call'
/usr/lib64/ruby/gems/2.1.0/gems/rake-10.1.1/lib/rake/task.rb:236:in `block in execute'
/usr/lib64/ruby/gems/2.1.0/gems/rake-10.1.1/lib/rake/task.rb:231:in `each'
/usr/lib64/ruby/gems/2.1.0/gems/rake-10.1.1/lib/rake/task.rb:231:in `execute'
/usr/lib64/ruby/gems/2.1.0/gems/rake-10.1.1/lib/rake/task.rb:175:in `block in invoke_with_call_chain'
/usr/lib64/ruby/2.1.0/monitor.rb:211:in `mon_synchronize'
/usr/lib64/ruby/gems/2.1.0/gems/rake-10.1.1/lib/rake/task.rb:168:in `invoke_with_call_chain'
/usr/lib64/ruby/gems/2.1.0/gems/rake-10.1.1/lib/rake/task.rb:161:in `invoke'
/usr/lib64/ruby/gems/2.1.0/gems/rake-10.1.1/lib/rake/application.rb:149:in `invoke_task'
/usr/lib64/ruby/gems/2.1.0/gems/rake-10.1.1/lib/rake/application.rb:106:in `block (2 levels) in top_level'
/usr/lib64/ruby/gems/2.1.0/gems/rake-10.1.1/lib/rake/application.rb:106:in `each'
/usr/lib64/ruby/gems/2.1.0/gems/rake-10.1.1/lib/rake/application.rb:106:in `block in top_level'
/usr/lib64/ruby/gems/2.1.0/gems/rake-10.1.1/lib/rake/application.rb:115:in `run_with_threads'
/usr/lib64/ruby/gems/2.1.0/gems/rake-10.1.1/lib/rake/application.rb:100:in `top_level'
/usr/lib64/ruby/gems/2.1.0/gems/rake-10.1.1/lib/rake/application.rb:78:in `block in run'
/usr/lib64/ruby/gems/2.1.0/gems/rake-10.1.1/lib/rake/application.rb:165:in `standard_exception_handling'
/usr/lib64/ruby/gems/2.1.0/gems/rake-10.1.1/lib/rake/application.rb:75:in `run'
/usr/lib64/ruby/gems/2.1.0/gems/rake-10.1.1/bin/rake:33:in `<top (required)>'
/usr/bin/rake:23:in `load'
/usr/bin/rake:23:in `<main>'
Tasks: TOP => test:api
+ ret=1
+ cd ../..
+ cleanup
+ echo 'Killing backend processes'
Killing backend processes
+ egrep 'perl|ruby'
+ fuser -v <http://ci.opensuse.org/job/obs_master_testsuite_api/ws/>
USER PID ACCESS COMMAND
<http://ci.opensuse.org/job/obs_master_testsuite_api/ws/>:
ci ..c.. egrep
ci ..c.. fuser
ci ..c.. sh
ci ..c.. sh
+ exit 1
Name "BSConfig::publishedhook_use_regex" used only once: possible typo at ./bs_publish line 1845.
/usr/lib64/ruby/gems/2.1.0/gems/minitest-colorize-0.0.5/lib/minitest/colorize.rb:48:in `write'Build step 'Execute shell' marked build as failure
[locks-and-latches] Releasing all the locks
[locks-and-latches] All the locks released
--
To unsubscribe, e-mail: obs-tests+unsubscribe(a)opensuse.org
To contact the owner, e-mail: obs-tests+owner(a)opensuse.org
1
1
04 Apr '14
See <http://ci.opensuse.org/job/obs_25_testsuite_api/55/changes>
Changes:
[Adrian Schröter] [api] avoid error when releasing an entire project with products
------------------------------------------
Started by upstream project "obs_25_check_deps" build number 53
originally caused by:
Started by upstream project "obs_25_update_deps" build number 63
originally caused by:
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on obs_25_deps_chroot in workspace <http://ci.opensuse.org/job/obs_25_testsuite_api/ws/>
Fetching changes from the remote Git repository
Fetching upstream changes from git://github.com/openSUSE/open-build-service.git
Checking out Revision 2376df73c189b26ae86ce4f0ce753c660e966146 (origin/2.5)
[locks-and-latches] Checking to see if we really have the locks
[locks-and-latches] Have all the locks, build can start
[obs_25_testsuite_api] $ /bin/sh -xe /tmp/hudson8981059406704243801.sh
+ sh dist/ci/obs_testsuite_api.sh
++ dirname dist/ci/obs_testsuite_api.sh
+ . dist/ci/obs_testsuite_common.sh
+ setup_git
+ echo 'Checking status'
Checking status
+ git status
# Not currently on any branch.
# Untracked files:
# (use "git add <file>..." to include in what will be committed)
#
# src/api/results/
nothing added to commit but untracked files present (use "git add" to track)
+ echo 'Setup git submodules'
Setup git submodules
+ git submodule init
+ git submodule update
+ echo 'Setup backend configuration template'
Setup backend configuration template
+ sed -i -e 's|my $hostname = .*$|my $hostname = '\''localhost'\'';|' -e 's|our $bsuser = '\''obsrun'\'';|our $bsuser = '\''jenkins'\'';|' -e 's|our $bsgroup = '\''obsrun'\'';|our $bsgroup = '\''jenkins'\'';|' src/backend/BSConfig.pm.template
+ cp src/backend/BSConfig.pm.template src/backend/BSConfig.pm
+ echo 'Set environment variables'
Set environment variables
+ export RAILS_ENV=test
+ RAILS_ENV=test
+ ret=0
+ setup_api
+ echo 'Enter API rails root'
Enter API rails root
+ cd src/api
+ echo 'Setup database configuration'
Setup database configuration
+ cp config/database.yml.example config/database.yml
+ sed -i 's|database: api|database: ci_api|' config/database.yml
+ echo 'Setup additional configuration'
Setup additional configuration
+ cp config/options.yml.example config/options.yml
+ cp config/thinking_sphinx.yml.example config/thinking_sphinx.yml
+ chmod a+x script/start_test_backend
+ chmod a+x script/start_test_api
+ echo 'Initialize test database, load seed data'
Initialize test database, load seed data
+ bundle exec rake db:drop db:create db:setup --trace
** Invoke db:drop (first_time)
** Invoke db:load_config (first_time)
** Execute db:load_config
** Execute db:drop
** Invoke db:create (first_time)
** Invoke db:load_config
** Execute db:create
** Invoke db:setup (first_time)
** Execute db:setup
** Invoke db:structure:load (first_time)
** Invoke environment (first_time)
** Execute environment
** Invoke db:load_config
** Execute db:structure:load
** Invoke db:seed (first_time)
** Execute db:seed
** Invoke db:abort_if_pending_migrations (first_time)
** Invoke environment
** Execute db:abort_if_pending_migrations
Seeding architectures table...
Seeding roles table...
Seeding users table...
Seeding roles_users table...
Seeding static_permissions table...
Seeding static permissions for admin role in roles_static_permissions table...
Seeding static permissions for maintainer role in roles_static_permissions table...
Seeding static permissions for reader role in roles_static_permissions table...
Seeding static permissions for downloader role in roles_static_permissions table...
Seeding attrib_namespaces table...
Seeding attrib_types table...
Seeding db_project_type table by loading test fixtures
Seeding issue trackers ...
+ rm -rf log/backend_access.log log/test.log log/test.searchd.log log/test.searchd.query.log tmp/cache tmp/sessions tmp/sockets
+ cd ../..
+ cd docs/api
+ make
cd api; make apidocs
make[1]: Entering directory `<http://ci.opensuse.org/job/obs_25_testsuite_api/ws/docs/api/api'>
BUNDLE_GEMFILE=../../../src/api/Gemfile bundle exec ../restility/bin/rest_doc api.txt --html -o ../html
XML Example 'password.xml' is missing.
XML Example 'tokenlist.xml' is missing.
XML Example 'attribute.xml' is missing.
XML Example 'pattern.xml' is missing.
XML Example 'collection.xml' is missing.
XML Example 'attribute_namespace_meta_data.xml' is missing.
XML Example 'attribute_meta.xml' is missing.
XML Example 'attribute_meta_data.xml' is missing.
XML Example 'buildreason.xml' is missing.
XML Example 'buildstatus.xml' is missing.
XML Example 'buildinfo.xml' is missing.
XML Example 'builddepinfo.xml' is missing.
XML Example 'ymp.xml' is missing.
XML Example 'projectresult.xml' is missing.
XML Schema 'list' is missing.
XML Schema 'password.xsd' is missing.
XML Schema 'tokenlist.xsd' is missing.
XML Schema 'attribute.xsd' is missing.
XML Schema 'revisionlist.xsd' is missing.
XML Schema 'collection.xsd' is missing.
XML Schema 'attribute_namespace_meta_data.xsd' is missing.
XML Schema 'attribute_meta.xsd' is missing.
XML Schema 'attribute_meta_data.xsd' is missing.
XML Schema 'workerstatus.xsd' is missing.
XML Schema 'buildresult.xsd' is missing.
XML Schema 'buildreason.xsd' is missing.
XML Schema 'buildstatus.xsd' is missing.
XML Schema 'buildinfo.xsd' is missing.
XML Schema 'binarylist.xsd' is missing.
XML Schema 'builddepinfo.xsd' is missing.
XML Schema 'ymp.xsd' is missing.
XML Schema 'projectresult.xsd' is missing.
XML Schema 'status_message.xsd' is missing.
Written ../html/index.html.
make[1]: Leaving directory `<http://ci.opensuse.org/job/obs_25_testsuite_api/ws/docs/api/api'>
+ cd ../..
+ cd src/backend
+ echo 'Invoke backend tests'
Invoke backend tests
+ bash testdata/test_dispatcher
.............................................................
+ cd ../..
+ cd src/api
+ echo 'Invoke rake'
Invoke rake
+ bundle exec rake ci:setup:minitest test:api test:webui CI_REPORTS=results --trace
** Invoke ci:setup:minitest (first_time)
** Execute ci:setup:minitest
rm -rf results
** Invoke test:api (first_time)
** Execute test:api
Run options: --seed 10927
# Running tests:
...........................................................F...........................................................................................................................................................................................................................................................................................................................................................................................................................................................................................
Finished tests in 478.997882s, 1.1169 tests/s, 11.2506 assertions/s.
1) Failure:
test_code_complexity(CodeQualityTest) [<http://ci.opensuse.org/job/obs_25_testsuite_api/ws/src/api/test/unit/code_q…>:211]:
'Project#do_project_release' => 51.11,
535 tests, 5389 assertions, 1 failures, 0 errors, 0 skips
kill backend: 16045
rake aborted!
Command failed with status (1): [ruby -I"lib:test" -I"/usr/lib64/ruby/gems/2.0.0/gems/rake-10.1.0/lib" "/usr/lib64/ruby/gems/2.0.0/gems/rake-10.1.0/lib/rake/rake_test_loader.rb" "test/functional/aaa_pre_consistency_test.rb" "test/functional/about_controller_test.rb" "test/functional/architectures_controller_test.rb" "test/functional/attributes_test.rb" "test/functional/backend_test.rb" "test/functional/build_controller_test.rb" "test/functional/configurations_controller_test.rb" "test/functional/cross_build_test.rb" "test/functional/distributions_controller_test.rb" "test/functional/group_request_test.rb" "test/functional/group_test.rb" "test/functional/interconnect_test.rb" "test/functional/issue_controller_test.rb" "test/functional/issue_trackers_controller_test.rb" "test/functional/main_controller_test.rb" "test/functional/maintenance_test.rb" "test/functional/message_controller_test.rb" "test/functional/person_controller_test.rb" "test/functional/product_test.rb" "test/functional/public_controller_test.rb" "test/functional/published_controller_test.rb" "test/functional/read_permission_test.rb" "test/functional/release_management_test.rb" "test/functional/request_controller_test.rb" "test/functional/request_events_test.rb" "test/functional/search_controller_test.rb" "test/functional/source_controller_test.rb" "test/functional/source_services_test.rb" "test/functional/statistics_controller_test.rb" "test/functional/status_controller_test.rb" "test/functional/tag_controller_test.rb" "test/functional/wizard_controller_test.rb" "test/functional/zzz_post_consistency_test.rb" "test/integration/last_events_test.rb" "test/models/backend_info_test.rb" "test/models/event_test.rb" "test/models/full_text_search_test.rb" "test/models/project_log_entry_test.rb" "test/models/project_log_rotate_test.rb" "test/models/relationship_test.rb" "test/models/status_history_test.rb" "test/unit/attribute_test.rb" "test/unit/bs_request_test.rb" "test/unit/build_flag_test.rb" "test/unit/code_quality_test.rb" "test/unit/comment_test.rb" "test/unit/db_project_type_test.rb" "test/unit/debug_flag_test.rb" "test/unit/event_mailer_test.rb" "test/unit/flag_test.rb" "test/unit/groups_users_test.rb" "test/unit/ichain_notifier_test.rb" "test/unit/issue_test.rb" "test/unit/linked_project_test.rb" "test/unit/package_group_role_relationship_test.rb" "test/unit/package_test.rb" "test/unit/project_test.rb" "test/unit/public_helper_test.rb" "test/unit/publish_flag_test.rb" "test/unit/role_test.rb" "test/unit/schema_test.rb" "test/unit/status_helper_test.rb" "test/unit/status_message_test.rb" "test/unit/tag_test.rb" "test/unit/tagcloud_test.rb" "test/unit/user_test.rb" "test/unit/validator_test.rb" "test/unit/watched_project_test.rb" "test/unit/worker_status_test.rb" /usr/lib64/ruby/gems/2.0.0/gems/ci_reporter-1.9.0/lib/ci/reporter/rake/minitest_loader.rb]
/usr/lib64/ruby/gems/2.0.0/gems/rake-10.1.0/lib/rake/testtask.rb:106:in `block (3 levels) in define'
/usr/lib64/ruby/gems/2.0.0/gems/rake-10.1.0/lib/rake/file_utils.rb:45:in `call'
/usr/lib64/ruby/gems/2.0.0/gems/rake-10.1.0/lib/rake/file_utils.rb:45:in `sh'
/usr/lib64/ruby/gems/2.0.0/gems/rake-10.1.0/lib/rake/file_utils_ext.rb:37:in `sh'
/usr/lib64/ruby/gems/2.0.0/gems/rake-10.1.0/lib/rake/file_utils.rb:84:in `ruby'
/usr/lib64/ruby/gems/2.0.0/gems/rake-10.1.0/lib/rake/file_utils_ext.rb:37:in `ruby'
/usr/lib64/ruby/gems/2.0.0/gems/rake-10.1.0/lib/rake/testtask.rb:102:in `block (2 levels) in define'
/usr/lib64/ruby/gems/2.0.0/gems/rake-10.1.0/lib/rake/file_utils_ext.rb:58:in `verbose'
/usr/lib64/ruby/gems/2.0.0/gems/rake-10.1.0/lib/rake/testtask.rb:98:in `block in define'
/usr/lib64/ruby/gems/2.0.0/gems/rake-10.1.0/lib/rake/task.rb:236:in `call'
/usr/lib64/ruby/gems/2.0.0/gems/rake-10.1.0/lib/rake/task.rb:236:in `block in execute'
/usr/lib64/ruby/gems/2.0.0/gems/rake-10.1.0/lib/rake/task.rb:231:in `each'
/usr/lib64/ruby/gems/2.0.0/gems/rake-10.1.0/lib/rake/task.rb:231:in `execute'
/usr/lib64/ruby/gems/2.0.0/gems/rake-10.1.0/lib/rake/task.rb:175:in `block in invoke_with_call_chain'
/usr/lib64/ruby/2.0.0/monitor.rb:211:in `mon_synchronize'
/usr/lib64/ruby/gems/2.0.0/gems/rake-10.1.0/lib/rake/task.rb:168:in `invoke_with_call_chain'
/usr/lib64/ruby/gems/2.0.0/gems/rake-10.1.0/lib/rake/task.rb:161:in `invoke'
/usr/lib64/ruby/gems/2.0.0/gems/rake-10.1.0/lib/rake/application.rb:149:in `invoke_task'
/usr/lib64/ruby/gems/2.0.0/gems/rake-10.1.0/lib/rake/application.rb:106:in `block (2 levels) in top_level'
/usr/lib64/ruby/gems/2.0.0/gems/rake-10.1.0/lib/rake/application.rb:106:in `each'
/usr/lib64/ruby/gems/2.0.0/gems/rake-10.1.0/lib/rake/application.rb:106:in `block in top_level'
/usr/lib64/ruby/gems/2.0.0/gems/rake-10.1.0/lib/rake/application.rb:115:in `run_with_threads'
/usr/lib64/ruby/gems/2.0.0/gems/rake-10.1.0/lib/rake/application.rb:100:in `top_level'
/usr/lib64/ruby/gems/2.0.0/gems/rake-10.1.0/lib/rake/application.rb:78:in `block in run'
/usr/lib64/ruby/gems/2.0.0/gems/rake-10.1.0/lib/rake/application.rb:165:in `standard_exception_handling'
/usr/lib64/ruby/gems/2.0.0/gems/rake-10.1.0/lib/rake/application.rb:75:in `run'
/usr/lib64/ruby/gems/2.0.0/gems/rake-10.1.0/bin/rake:33:in `<top (required)>'
/usr/bin/rake:23:in `load'
/usr/bin/rake:23:in `<main>'
Tasks: TOP => test:api
+ ret=1
+ cd ../..
+ cleanup
+ echo 'Killing backend processes'
Killing backend processes
+ fuser -v <http://ci.opensuse.org/job/obs_25_testsuite_api/ws/>
+ egrep 'perl|ruby'
USER PID ACCESS COMMAND
<http://ci.opensuse.org/job/obs_25_testsuite_api/ws/>:
ci ..c.. sh
ci ..c.. sh
ci ..c.. egrep
ci ..c.. fuser
+ exit 1
Name "BSConfig::publishedhook_use_regex" used only once: possible typo at ./bs_publish line 1828.
Build step 'Execute shell' marked build as failure
[locks-and-latches] Releasing all the locks
[locks-and-latches] All the locks released
--
To unsubscribe, e-mail: obs-tests+unsubscribe(a)opensuse.org
To contact the owner, e-mail: obs-tests+owner(a)opensuse.org
1
3