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
May 2014
- 1 participants
- 2 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