llvm-ci wrote: LLVM Buildbot has detected a new failure on builder `cross-project-tests-sie-ubuntu` running on `doug-worker-1a` while building `lldb` at step 6 "test-build-unified-tree-check-cross-project".
Full details are available at: https://lab.llvm.org/buildbot/#/builders/181/builds/27444 <details> <summary>Here is the relevant piece of the build log for the reference</summary> ``` Step 6 (test-build-unified-tree-check-cross-project) failure: test (failure) ******************** TEST 'cross-project-tests :: debuginfo-tests/dexter-tests/optnone-struct-and-methods.cpp' FAILED ******************** Exit Code: 2 Command Output (stdout): -- optnone-struct-and-methods.cpp: nan/nan (nan) [Command '['/usr/bin/python3.8', '/home/buildbot/buildbot-root/cross-project-tests-sie-ubuntu/llvm-project/cross-project-tests/debuginfo-tests/dexter/dex/../dexter.py', 'run-debugger-internal-', '/tmp/lit-tmp-l306fh39/dexter/tmpi_3ukuqr/tmpkp72n71y', '--working-directory=/tmp/lit-tmp-l306fh39/dexter/tmpi_3ukuqr', '--unittest=off', '--indent-timer-level=3']' returned non-zero exit status 1.] Command '['/usr/bin/python3.8', '/home/buildbot/buildbot-root/cross-project-tests-sie-ubuntu/llvm-project/cross-project-tests/debuginfo-tests/dexter/dex/../dexter.py', 'run-debugger-internal-', '/tmp/lit-tmp-l306fh39/dexter/tmpi_3ukuqr/tmpkp72n71y', '--working-directory=/tmp/lit-tmp-l306fh39/dexter/tmpi_3ukuqr', '--unittest=off', '--indent-timer-level=3']' returned non-zero exit status 1. -- Command Output (stderr): -- /home/buildbot/buildbot-root/cross-project-tests-sie-ubuntu/build/bin/clang++ -std=gnu++11 -O2 -g /home/buildbot/buildbot-root/cross-project-tests-sie-ubuntu/llvm-project/cross-project-tests/debuginfo-tests/dexter-tests/optnone-struct-and-methods.cpp -o /home/buildbot/buildbot-root/cross-project-tests-sie-ubuntu/build/projects/cross-project-tests/debuginfo-tests/dexter-tests/Output/optnone-struct-and-methods.cpp.tmp # RUN: at line 1 + /home/buildbot/buildbot-root/cross-project-tests-sie-ubuntu/build/bin/clang++ -std=gnu++11 -O2 -g /home/buildbot/buildbot-root/cross-project-tests-sie-ubuntu/llvm-project/cross-project-tests/debuginfo-tests/dexter-tests/optnone-struct-and-methods.cpp -o /home/buildbot/buildbot-root/cross-project-tests-sie-ubuntu/build/projects/cross-project-tests/debuginfo-tests/dexter-tests/Output/optnone-struct-and-methods.cpp.tmp /home/buildbot/buildbot-root/cross-project-tests-sie-ubuntu/llvm-project/cross-project-tests/debuginfo-tests/dexter-tests/optnone-struct-and-methods.cpp:69:22: warning: first argument in call to '__builtin_memset' is a pointer to non-trivially copyable type '(anonymous namespace)::A' [-Wnontrivial-memcall] 69 | __builtin_memset(this, 0xFF, sizeof(*this)); | ^ /home/buildbot/buildbot-root/cross-project-tests-sie-ubuntu/llvm-project/cross-project-tests/debuginfo-tests/dexter-tests/optnone-struct-and-methods.cpp:69:22: note: explicitly cast the pointer to silence this warning 69 | __builtin_memset(this, 0xFF, sizeof(*this)); | ^ | (void*) 1 warning generated. "/usr/bin/python3.8" "/home/buildbot/buildbot-root/cross-project-tests-sie-ubuntu/llvm-project/cross-project-tests/debuginfo-tests/dexter/dexter.py" test --fail-lt 1.0 -w --binary /home/buildbot/buildbot-root/cross-project-tests-sie-ubuntu/build/projects/cross-project-tests/debuginfo-tests/dexter-tests/Output/optnone-struct-and-methods.cpp.tmp --lldb-executable "/home/buildbot/buildbot-root/cross-project-tests-sie-ubuntu/build/bin/lldb-dap" --debugger lldb-dap --dap-message-log=/home/buildbot/buildbot-root/cross-project-tests-sie-ubuntu/build/projects/cross-project-tests/debuginfo-tests/dexter-tests/Output/optnone-struct-and-methods.cpp.tmp.dap.log -v -- /home/buildbot/buildbot-root/cross-project-tests-sie-ubuntu/llvm-project/cross-project-tests/debuginfo-tests/dexter-tests/optnone-struct-and-methods.cpp # RUN: at line 2 + /usr/bin/python3.8 /home/buildbot/buildbot-root/cross-project-tests-sie-ubuntu/llvm-project/cross-project-tests/debuginfo-tests/dexter/dexter.py test --fail-lt 1.0 -w --binary /home/buildbot/buildbot-root/cross-project-tests-sie-ubuntu/build/projects/cross-project-tests/debuginfo-tests/dexter-tests/Output/optnone-struct-and-methods.cpp.tmp --lldb-executable /home/buildbot/buildbot-root/cross-project-tests-sie-ubuntu/build/bin/lldb-dap --debugger lldb-dap --dap-message-log=/home/buildbot/buildbot-root/cross-project-tests-sie-ubuntu/build/projects/cross-project-tests/debuginfo-tests/dexter-tests/Output/optnone-struct-and-methods.cpp.tmp.dap.log -v -- /home/buildbot/buildbot-root/cross-project-tests-sie-ubuntu/llvm-project/cross-project-tests/debuginfo-tests/dexter-tests/optnone-struct-and-methods.cpp note: Opening DAP server: /home/buildbot/buildbot-root/cross-project-tests-sie-ubuntu/build/bin/lldb-dap warning: DAP: Unknown support flag: $__lldb_version warning: DAP: Unknown support flag: completionTriggerCharacters warning: DAP: Unknown support flag: exceptionBreakpointFilters warning: DAP: Unknown support flag: supportTerminateDebuggee warning: DAP: Unknown support flag: supportsBreakpointLocationsRequest warning: DAP: Unknown support flag: supportsCompletionsRequest warning: DAP: Unknown support flag: supportsDelayedStackTraceLoading warning: DAP: Unknown support flag: supportsExceptionFilterOptions warning: DAP: Unknown support flag: supportsExceptionInfoRequest warning: DAP: Unknown support flag: supportsModuleSymbolsRequest warning: DAP: Unknown support flag: capabilities -> { "type": "request", "command": "initialize", "arguments": { "clientID": "dexter", "adapterID": "lldb-dap", "pathFormat": "path", "linesStartAt1": true, "columnsStartAt1": true, "supportsVariableType": true, "supportsVariablePaging": true, "supportsRunInTerminalRequest": false }, "seq": 1 } <- { ... ``` </details> https://github.com/llvm/llvm-project/pull/133079 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits