Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Unknown macOS Sonoma CDash Submission Failures #20718

Open
1 of 5 tasks
svenevs opened this issue Dec 31, 2023 · 3 comments
Open
1 of 5 tasks

Unknown macOS Sonoma CDash Submission Failures #20718

svenevs opened this issue Dec 31, 2023 · 3 comments
Assignees
Labels
component: continuous integration Jenkins, CDash, mirroring of externals, website infrastructure

Comments

@svenevs
Copy link
Contributor

svenevs commented Dec 31, 2023

macOS Sonoma jobs were having trouble submitting to CDash.

CC @BetsyMcPhail @jwnimmer-tri

@svenevs svenevs added the component: continuous integration Jenkins, CDash, mirroring of externals, website infrastructure label Dec 31, 2023
@svenevs svenevs self-assigned this Dec 31, 2023
@svenevs
Copy link
Contributor Author

svenevs commented Jan 2, 2024

https://drake-jenkins.csail.mit.edu/view/Nightly%20Production/job/mac-arm-sonoma-clang-bazel-nightly-everything-release/21/consoleFull

[5:15:11 AM]  Executed 7677 out of 7677 tests: 7677 tests pass.
[5:15:11 AM]  There were tests whose specified size is too big. Use the --test_verbose_timeout_warnings command line option to see which ones these are.
[5:15:11 AM]  INFO: Build completed successfully, 44627 total actions
[5:15:11 AM]  INFO: Build Event Protocol files produced successfully.
[5:16:08 AM]     Error when uploading file: /Users/admin/workspace/mac-arm-sonoma-clang-bazel-nightly-everything-release/_bazel_admin/Testing/20240102-0937/Update.xml
[5:16:08 AM]     Error message was: LibreSSL/3.3.6: error:0DFFF0A1:lib(13):func(4095):reason(161)
[5:16:08 AM]     Problems when submitting via HTTP
[5:16:08 AM]  CMake Warning at /Users/admin/workspace/mac-arm-sonoma-clang-bazel-nightly-everything-release/ci/driver/configurations/bazel/step-build.cmake:121 (message):
[5:16:08 AM]    *** CTest submit update part was not successful
[5:16:08 AM]  Call Stack (most recent call first):
[5:16:08 AM]    /Users/admin/workspace/mac-arm-sonoma-clang-bazel-nightly-everything-release/ci/driver/functions.cmake:430 (include)
[5:16:08 AM]    /Users/admin/workspace/mac-arm-sonoma-clang-bazel-nightly-everything-release/ci/driver/configurations/bazel.cmake:307 (execute_step)
[5:16:08 AM]    /Users/admin/workspace/mac-arm-sonoma-clang-bazel-nightly-everything-release/ci/ctest_driver_script.cmake:129 (include)
[5:16:08 AM]  
[5:16:08 AM]  
[5:17:17 AM]     Error when uploading file: /Users/admin/workspace/mac-arm-sonoma-clang-bazel-nightly-everything-release/_bazel_admin/Testing/20240102-0937/Upload.xml
[5:17:17 AM]     Error message was: LibreSSL/3.3.6: error:0DFFF0A1:lib(13):func(4095):reason(161)
[5:17:17 AM]     Problems when submitting via HTTP
[5:17:17 AM]  CMake Warning at /Users/admin/workspace/mac-arm-sonoma-clang-bazel-nightly-everything-release/ci/driver/configurations/bazel/step-build.cmake:135 (message):
[5:17:17 AM]    *** CTest submit upload part was not successful
[5:17:17 AM]  Call Stack (most recent call first):
[5:17:17 AM]    /Users/admin/workspace/mac-arm-sonoma-clang-bazel-nightly-everything-release/ci/driver/functions.cmake:430 (include)
[5:17:17 AM]    /Users/admin/workspace/mac-arm-sonoma-clang-bazel-nightly-everything-release/ci/driver/configurations/bazel.cmake:307 (execute_step)
[5:17:17 AM]    /Users/admin/workspace/mac-arm-sonoma-clang-bazel-nightly-everything-release/ci/ctest_driver_script.cmake:129 (include)
[5:17:17 AM]  
[5:17:17 AM]  
[5:18:15 AM]  Error in HttpRequest
[5:18:15 AM]  CMake Warning at /Users/admin/workspace/mac-arm-sonoma-clang-bazel-nightly-everything-release/ci/driver/configurations/bazel/step-build.cmake:146 (message):
[5:18:15 AM]    *** CTest submit CDash upload Bazel JSON was not successful
[5:18:15 AM]  Call Stack (most recent call first):
[5:18:15 AM]    /Users/admin/workspace/mac-arm-sonoma-clang-bazel-nightly-everything-release/ci/driver/functions.cmake:430 (include)
[5:18:15 AM]    /Users/admin/workspace/mac-arm-sonoma-clang-bazel-nightly-everything-release/ci/driver/configurations/bazel.cmake:307 (execute_step)
[5:18:15 AM]    /Users/admin/workspace/mac-arm-sonoma-clang-bazel-nightly-everything-release/ci/ctest_driver_script.cmake:129 (include)
[5:18:15 AM]  
[5:18:15 AM]  
[5:19:13 AM]     Error when uploading file: /Users/admin/workspace/mac-arm-sonoma-clang-bazel-nightly-everything-release/_bazel_admin/Testing/20240102-0937/Done.xml
[5:19:13 AM]     Error message was: LibreSSL/3.3.6: error:0DFFF0A1:lib(13):func(4095):reason(161)
[5:19:13 AM]     Problems when submitting via HTTP
[5:19:13 AM]  CMake Warning at /Users/admin/workspace/mac-arm-sonoma-clang-bazel-nightly-everything-release/ci/driver/configurations/bazel/step-build.cmake:183 (message):
[5:19:13 AM]    *** CTest submit done part was not successful
[5:19:13 AM]  Call Stack (most recent call first):
[5:19:13 AM]    /Users/admin/workspace/mac-arm-sonoma-clang-bazel-nightly-everything-release/ci/driver/functions.cmake:430 (include)
[5:19:13 AM]    /Users/admin/workspace/mac-arm-sonoma-clang-bazel-nightly-everything-release/ci/driver/configurations/bazel.cmake:307 (execute_step)
[5:19:13 AM]    /Users/admin/workspace/mac-arm-sonoma-clang-bazel-nightly-everything-release/ci/ctest_driver_script.cmake:129 (include)

Still a problem, discussing internally.

@BetsyMcPhail
Copy link
Contributor

Possibly related to Homebrew/homebrew-core#158759 (comment)

@svenevs
Copy link
Contributor Author

svenevs commented Jan 5, 2024

Issue description updated now that we understand the solution better. RobotLocomotion/drake-ci#261 is a temporary bypass, there's no further action for us to take right now. In the future, the workaround should be removed when the problem is fixed upstream (in brew).

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
component: continuous integration Jenkins, CDash, mirroring of externals, website infrastructure
Development

No branches or pull requests

2 participants