[SERVER-76245] Test 22.04 arm workstation Created: 18/Apr/23  Updated: 14/May/23  Resolved: 03/May/23

Status: Closed
Project: Core Server
Component/s: None
Affects Version/s: None
Fix Version/s: None

Type: New Feature Priority: Major - P3
Reporter: Alex Neben Assignee: Alex Neben
Resolution: Done Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified

Issue Links:
Related
related to SERVER-75991 Test 22.04 x86 workstation Closed
Participants:

 Comments   
Comment by Alex Neben [ 20/Apr/23 ]

[j0] {"t":{"$date":"2023-04-20T21:48:03.069+00:00"},"s":"I",  "c":"CONTROL",  "id":23138,   "ctx":"SignalHandler","msg":"Shutting down","attr":{"exitCode":0}}
[j0] Successfully stopped the mongod on port 20000.
[js_test:job0_fixture_teardown] Finished the teardown of MongoDFixture (Job #0).
[js_test:job0_fixture_teardown] Not running in Evergreen, skipping symbolization
[executor:js_test:job0] 21:48:03.112Z job0_fixture_teardown ran in 0.16 seconds: no failures detected.
[executor] 21:48:03.112Z Threads are completed!
[executor] 21:48:03.122Z Summary of latest execution: 2306 test(s) ran in 12638.44 seconds (2305 succeeded, 120 were skipped, 1 failed, 0 errored)
    The following tests failed (with exit code):
        jstests/core/write/bulk/bulk_write.js (253 Failure executing JS file)
            [FIRST Part of Exception]
            uncaught exception: Error: command failed: {
                "ok" : 0,
                "errmsg" : "BulkWrite may not be run without featureFlagBulkWriteCommand enabled",
                "code" : 115,
                "codeName" : "CommandNotSupported"
            } with original command request: {
                "bulkWrite" : 1,
                "ops" : [
                    {
                        "insert" : 0,
    If you're unsure where to begin investigating these errors, consider looking at tests in the following order:
        jstests/core/write/bulk/bulk_write.js
[resmoke] 21:48:03.124Z ================================================================================
[resmoke] 21:48:03.124Z Summary of core suite: 2306 test(s) ran in 12638.44 seconds (2305 succeeded, 120 were skipped, 1 failed, 0 errored)
The following tests failed (with exit code):
    jstests/core/write/bulk/bulk_write.js (253 Failure executing JS file)
        [FIRST Part of Exception]
        uncaught exception: Error: command failed: {
            "ok" : 0,
            "errmsg" : "BulkWrite may not be run without featureFlagBulkWriteCommand enabled",
            "code" : 115,
            "codeName" : "CommandNotSupported"
        } with original command request: {
            "bulkWrite" : 1,
            "ops" : [
                {
                    "insert" : 0,
If you're unsure where to begin investigating these errors, consider looking at tests in the following order:
    jstests/core/write/bulk/bulk_write.js
[resmoke] 21:48:03.124Z Exiting with code: 1
(python3-venv) ubuntu@ip-10-122-5-125:~/mongo$
(python3-venv) ubuntu@ip-10-122-5-125:~/mongo$ python3 buildscripts/resmoke.py run --suites=core 

Here is an example of resmoke working

Comment by Alex Neben [ 20/Apr/23 ]

ubuntu@ip-10-122-5-125:~$ /opt/mongodbtoolchain/v4/bin/gdb -p 77111
GNU gdb (GDB) 12.1
Copyright (C) 2022 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
Type "show copying" and "show warranty" for details.
This GDB was configured as "aarch64-unknown-linux-gnu".
Type "show configuration" for configuration details.
For bug reporting instructions, please see:
<https://www.gnu.org/software/gdb/bugs/>.
Find the GDB manual and other documentation resources online at:
    <http://www.gnu.org/software/gdb/documentation/>.For help, type "help".
Type "apropos word" to search for commands related to "word".
Attaching to process 77111
[New LWP 77124]
[New LWP 77125]
[New LWP 77126]
[New LWP 77127]
[New LWP 77128]
[New LWP 77129]
[New LWP 77130]
[New LWP 77135]
[New LWP 77136]
[New LWP 77137]
[New LWP 77138]
[New LWP 77139]
[New LWP 77140]
[New LWP 77141]
[New LWP 77142]
[New LWP 77143]
[New LWP 77144]
[New LWP 77145]
[New LWP 77146]
[New LWP 77147]
[New LWP 77148]
[New LWP 77153]
[New LWP 77154]
[New LWP 77155]
[New LWP 77156]
[New LWP 77157]
[New LWP 77158]
[New LWP 77159]
[New LWP 77160]
[New LWP 77542]
[New LWP 77546]
bt
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/aarch64-linux-gnu/libthread_db.so.1".
0x0000ffffa0c79df8 in ?? () from /lib/aarch64-linux-gnu/libc.so.6
(gdb) bt
#0  0x0000ffffa0c79df8 in ?? () from /lib/aarch64-linux-gnu/libc.so.6
#1  0x0000ffffa0c7c8fc in pthread_cond_wait () from /lib/aarch64-linux-gnu/libc.so.6
#2  0x0000ffffa331dae0 in std::condition_variable::wait(std::unique_lock<std::mutex>&) ()
   from /home/ubuntu/mongo/build/install/bin/../lib/libbase.so
#3  0x0000ffffa32c027c in std::_V2::condition_variable_any::wait<std::unique_lock<mongo::latch_detail::Latch> > (this=0xffffa33b1230 <mongo::(anonymous namespace)::shutdownTasksComplete>, __lock=...)
    at /opt/mongodbtoolchain/revisions/11316f1e7b36f08dcdd2ad0640af18f9287876f4/stow/gcc-v4.XAW/lib/gcc/aarch64-mongodb-linux/11.3.0/../../../../include/c++/11.3.0/condition_variable:313
#4  0x0000ffffa32beeb4 in std::_V2::condition_variable_any::wait<std::unique_lock<mongo::latch_detail::Latch>, mongo::waitForShutdown()::$_2>(std::unique_lock<mongo::latch_detail::Latch>&, mongo::waitForShutdown()::$_2) (this=0xffffa33b1230 <mongo::(anonymous namespace)::shutdownTasksComplete>, __lock=...,
    __p=...)
    at /opt/mongodbtoolchain/revisions/11316f1e7b36f08dcdd2ad0640af18f9287876f4/stow/gcc-v4.XAW/lib/gcc/aarch64-mongodb-linux/11.3.0/../../../../include/c++/11.3.0/condition_variable:322
#5  0x0000ffffa32bedfc in mongo::waitForShutdown () at src/mongo/util/exit.cpp:91
#6  0x0000ffffa1545bf8 in mongo::(anonymous namespace)::_initAndListen (
    serviceContext=0xaaaac1db8e00, listenPort=20000) at src/mongo/db/mongod_main.cpp:979
#7  0x0000ffffa1538b84 in mongo::(anonymous namespace)::initAndListen (service=0xaaaac1db8e00,
    listenPort=20000) at src/mongo/db/mongod_main.cpp:984
#8  0x0000ffffa1534aec in mongo::mongod_main (argc=25, argv=0xffffff810228)
    at src/mongo/db/mongod_main.cpp:1759
#9  0x0000aaaab11910b8 in main (argc=25, argv=0xffffff810228) at src/mongo/db/mongod.cpp:47 

Generated at Thu Feb 08 06:32:11 UTC 2024 using Jira 9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66.