Bugzilla – Bug 1107814
python-openstacksdk build gets stuck on 1-core-VM
Last modified: 2019-09-16 09:15:28 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.
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.
seems to be working now. => closing.