Bug 1107814 - python-openstacksdk build gets stuck on 1-core-VM
Summary: python-openstacksdk build gets stuck on 1-core-VM
Status: RESOLVED FIXED
Alias: None
Product: openSUSE Tumbleweed
Classification: openSUSE
Component: Development (show other bugs)
Version: Current
Hardware: Other openSUSE Factory
: P3 - Medium : Normal (vote)
Target Milestone: ---
Assignee: Cloud Bugs
QA Contact: E-mail List
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-09-10 09:45 UTC by Bernhard Wiedemann
Modified: 2019-09-16 09:15 UTC (History)
0 users

See Also:
Found By: Development
Services Priority:
Business Priority:
Blocker: ---
Marketing QA Status: ---
IT Deployment: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Bernhard Wiedemann 2018-09-10 09:45:35 UTC
Steps to reproduce:
osc co openSUSE:Factory/python-openstacksdk && cd $_
osc build --noservice -j1 --vm-type=kvm


Actual Results:
build gets stuck after
[  283s]     2018-09-09 20:47:06,552 openstack.task_manager           Manager _test_cloud_:RegionOne ran task object-store.PUT.openstack.tests.unit.cloud.test_object.TestObjectUploads.test_create_dynamic_large_object-2.000024 in 0.345537900925s
[  283s]     2018-09-09 20:47:06,513 keystoneauth.session             REQ: curl -g -i -X PUT https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0/openstack.tests.unit.cloud.test_object.TestObjectUploads.test_create_dynamic_large_object-2/openstack.tests.unit.cloud.test_object.TestObjectUploads.test_create_dynamic_large_object-3/000026 -H "User-Agent: openstacksdk/0.17.2 keystoneauth1/3.9.0 python-requests/2.19.1 CPython/2.7.15" -H "X-Auth-Token: {SHA1}002a0918280d7075ae94ea4d7ad15eda381b670c" -H "x-object-meta-x-sdk-md5: 24301766e9efaf7334d1aa4e85d26ef9" -H "x-object-meta-x-sdk-sha256: 0e3510e1931a1229b498d45b3ceea07ba4449e5a12babab6f1b720ee778d414d" -d '<openstack.cloud._utils.FileSegment object at 0x7ff872ac6650>'
[  283s]
[  402s]

This bug was found while working on reproducible builds for openSUSE.
Comment 1 Bernhard Wiedemann 2019-05-29 12:53:26 UTC
The good news is, build no more gets stuck.
The bad news is, there are now 2 test failures with -j1

{0} openstack.tests.unit.cloud.test_object.TestObjectUploads
.test_create_dynamic_large_object [5.235939s] ... FAILED

{0} openstack.tests.unit.cloud.test_object.TestObjectUploads
.test_create_object [1.619142s] ... FAILED

with a long traceback and logs.
Comment 2 Bernhard Wiedemann 2019-09-16 09:15:28 UTC
seems to be working now. => closing.