Actions
Bug #46669
closedmake check: unittest_rbd_mirror (Child aborted): failed, despite all tests passed
Status:
Resolved
Priority:
High
Assignee:
Jason Dillaman
Target version:
-
% Done:
0%
Source:
Q/A
Backport:
nautilus,octopus
Regression:
No
Severity:
3 - minor
Reviewed:
Affected Versions:
ceph-qa-suite:
Pull request ID:
Tags (freeform):
Merge Commit:
Fixed In:
v16.0.0-4418-g27e237c137
Released In:
v16.2.0~1669
Upkeep Timestamp:
2025-07-14T19:35:48+00:00
Description
I really can't find any failed tests in this run, the only thing coming close to a failure is:
[----------] 11 tests from TestMockImageReplayer [ RUN ] TestMockImageReplayer.StartStop Failed to load class: cas (/home/jenkins-build/build/workspace/ceph-pull-requests/build/lib/libcls_cas.so): /home/jenkins-build/build/workspace/ceph-pull-requests/build/lib/libcls_cas.so: undefined symbol: _Z13cls_has_chunkPvNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE Failed to load class: cmpomap (/home/jenkins-build/build/workspace/ceph-pull-requests/build/lib/libcls_cmpomap.so): /home/jenkins-build/build/workspace/ceph-pull-requests/build/lib/libcls_cmpomap.so: undefined symbol: _Z28cls_cxx_map_get_vals_by_keysPvRKSt3setINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4lessIS6_ESaIS6_EEPSt3mapIS6_N4ceph6buffer7v15_2_04listES8_SaISt4pairIKS6_SH_EEE Failed to load class: log (/home/jenkins-build/build/workspace/ceph-pull-requests/build/lib/libcls_log.so): /home/jenkins-build/build/workspace/ceph-pull-requests/build/lib/libcls_log.so: undefined symbol: _Z24cls_cxx_map_write_headerPvPN4ceph6buffer7v15_2_04listE Failed to load class: rgw (/home/jenkins-build/build/workspace/ceph-pull-requests/build/lib/libcls_rgw.so): /home/jenkins-build/build/workspace/ceph-pull-requests/build/lib/libcls_rgw.so: undefined symbol: _Z19cls_current_versionPv Failed to load class: user (/home/jenkins-build/build/workspace/ceph-pull-requests/build/lib/libcls_user.so): /home/jenkins-build/build/workspace/ceph-pull-requests/build/lib/libcls_user.so: undefined symbol: _Z24cls_cxx_map_write_headerPvPN4ceph6buffer7v15_2_04listE [ OK ] TestMockImageReplayer.StartStop (181 ms)
The final messages are:
[----------] 5 tests from TestImageSync
[ RUN ] TestImageSync.Empty
[ OK ] TestImageSync.Empty (219 ms)
[ RUN ] TestImageSync.Simple
[ OK ] TestImageSync.Simple (205 ms)
[ RUN ] TestImageSync.Resize
[ OK ] TestImageSync.Resize (211 ms)
[ RUN ] TestImageSync.Discard
[ OK ] TestImageSync.Discard (219 ms)
[ RUN ] TestImageSync.SnapshotStress
[ OK ] TestImageSync.SnapshotStress (434 ms)
[----------] 5 tests from TestImageSync (1288 ms total)
[----------] 2 tests from TestInstanceWatcher
terminate called after throwing an instance of 'std::system_error'
what(): Resource deadlock avoided
195/204 Test #114: readable.sh ............................... Passed 190.71 sec
196/204 Test #9: run-rbd-unit-tests-61.sh .................. Passed 198.20 sec
197/204 Test #113: check-generated.sh ........................ Passed 214.48 sec
198/204 Test #2: run-tox-mgr-dashboard ..................... Passed 227.39 sec
199/204 Test #200: unittest_btree_lba_manager ................ Passed 211.92 sec
200/204 Test #10: run-rbd-unit-tests-109.sh ................. Passed 254.11 sec
201/204 Test #11: run-rbd-unit-tests-127.sh ................. Passed 255.33 sec
202/204 Test #29: unittest_bufferlist ....................... Passed 295.69 sec
203/204 Test #142: mgr-dashboard-frontend-unittests .......... Passed 291.19 sec
204/204 Test #126: unittest_erasure_code_shec_all ............ Passed 503.75 sec
99% tests passed, 1 tests failed out of 204
Total Test time (real) = 510.19 sec
The following tests FAILED:
190 - unittest_rbd_mirror (Child aborted)
Updated by Sebastian Wagner over 5 years ago
- Priority changed from Normal to High
- Source set to Q/A
Updated by Sebastian Wagner over 5 years ago
Looks like we now have totally random failures:
[ RUN ] TestMockPoolWatcher.RegisterWatcherMissing
/home/jenkins-build/build/workspace/ceph-pull-requests/src/test/rbd_mirror/test_mock_PoolWatcher.cc:475: Failure
Expected equality of these values:
-2
ctx.wait()
Which is: 0
[ FAILED ] TestMockPoolWatcher.RegisterWatcherMissing (32 ms)
...
[ FAILED ] TestMockPoolWatcher.RegisterWatcherMissing
1 FAILED TEST
Updated by Jason Dillaman over 5 years ago
- Status changed from New to Fix Under Review
- Assignee set to Jason Dillaman
- Backport set to nautilus,octopus
- Pull request ID set to 36479
I cannot repeat the "Resource deadlock avoided" -- hopefully that was addressed by [1]
Updated by Mykola Golub over 5 years ago
- Status changed from Fix Under Review to Pending Backport
Updated by Nathan Cutler over 5 years ago
- Copied to Backport #46982: octopus: make check: unittest_rbd_mirror (Child aborted): failed, despite all tests passed added
Updated by Nathan Cutler over 5 years ago
- Copied to Backport #46983: nautilus: make check: unittest_rbd_mirror (Child aborted): failed, despite all tests passed added
Updated by Mykola Golub over 5 years ago
Jason Dillaman wrote:
I cannot repeat the "Resource deadlock avoided" -- hopefully that was addressed by [1]
It looks like it was not. It is still observable on a fresh master [1].
[1] https://jenkins.ceph.com/job/ceph-pull-requests/57817/console
Updated by Neha Ojha over 5 years ago
Updated by Nathan Cutler over 5 years ago
- Status changed from Pending Backport to Resolved
While running with --resolve-parent, the script "backport-create-issue" noticed that all backports of this issue are in status "Resolved" or "Rejected".
Updated by Upkeep Bot 8 months ago
- Merge Commit set to 27e237c137c330ebb82627166927b7681b20d0aa
- Fixed In set to v16.0.0-4418-g27e237c137
- Released In set to v16.2.0~1669
- Upkeep Timestamp set to 2025-07-14T19:35:48+00:00
Actions