Builder curl-unthreaded-solaris11-sparc Build #6205
Results:
Build successful
SourceStamp:
| Project | curl |
| Repository | https://github.com/curl/curl.git |
| Branch | master |
| Revision | 3b0cb22eb6246b0da2b944e713f801339443303e |
| Got Revision | 3b0cb22eb6246b0da2b944e713f801339443303e |
| Changes | 2 changes |
BuildSlave:
unstable11sReason:
The SingleBranchScheduler scheduler named 'schedule-curl-unthreaded-solaris11-sparc' triggered this build
Steps and Logfiles:
Build Properties:
| Name | Value | Source |
|---|---|---|
| branch | master | Build |
| builddir | /export/home/buildbot/slave/curl-unthreaded-solaris11-sparc | slave |
| buildername | curl-unthreaded-solaris11-sparc | Builder |
| buildnumber | 6205 | Build |
| codebase | Build | |
| got_revision | 3b0cb22eb6246b0da2b944e713f801339443303e | Git |
| osplatform | SPARC | SetPropertyFromCommand Step |
| osrelease | 11 | SetPropertyFromCommand Step |
| project | curl | Build |
| repository | https://github.com/curl/curl.git | Build |
| revision | 3b0cb22eb6246b0da2b944e713f801339443303e | Build |
| scheduler | schedule-curl-unthreaded-solaris11-sparc | Scheduler |
| slavename | unstable11s | BuildSlave |
| workdir | /export/home/buildbot/slave/curl-unthreaded-solaris11-sparc | slave (deprecated) |
Forced Build Properties:
| Name | Label | Value |
|---|
Responsible Users:
- Stefan Eissingstefan@eissing.org
- Viktor Szakatscommit@vsz.me
Timing:
| Start | Tue Aug 11 09:45:26 2026 |
| End | Tue Aug 11 10:39:45 2026 |
| Elapsed | 54 mins, 19 secs |
All Changes:
:
Change #277777
Category curl Changed by Stefan Eissing <stefan@eissing.org> Changed at Tue 11 Aug 2026 10:43:15 Repository https://github.com/curl/curl.git Project curl Branch master Revision 45a84dfe0658ccab05ff1a9eee3afc3206fe0374 Comments
scorecard: report 'rss-max' In addition report the maximum of the sampple RSS values. Increase the sampling frequency for accuracy. Closes #22542
Changed files
- tests/http/scorecard.py
- tests/http/testenv/curl.py
Change #277781
Category curl Changed by Viktor Szakats <commit@vsz.me> Changed at Tue 11 Aug 2026 11:15:04 Repository https://github.com/curl/curl.git Project curl Branch master Revision 3b0cb22eb6246b0da2b944e713f801339443303e Comments
servers: add option to build without window handler (Windows) curl already built like this in UWP mode; add a macro to allow building regular Win32 targets too, meaning without the hidden GUI window, window handler, and thus without support for shutting down `servers.exe` gracefully. To test the server in CI as a plain console app and remove one component/variable from the system, in an effort chasing flaky runs. The graceful option was used by `taskkill` (without `-f`) in runtests, and it has been disabled (in favor of always `-f` (forced) kill), in an attempt to avoid taskkill hanging. Those resolved, but general CI flakiness remained. We see `taskkill` invoked seldom per job, and in most of these cases it doesn't find the PID requested. It means the graceful option is not actually used since 2025-04, and rather rarely before that. Also just today, the callback and main loop received a few updates to avoid potentially unsafe calls and interaction with the ctrl handler. Not expecting anything breakthrough here. Also graceful shutdown is a useful feature to cleanup properly and to be in sync with other platforms. Also: GHA/windows: enable in Windows CI jobs. Ref: https://learn.microsoft.com/windows/console/registering-a-control-handler-function#listen-with-hidden-window-example Follow-up to 7db9947fcf5d3deebe98e7992ebedc9a2f624bf5 #22045 Follow-up to 9ea48811fed455d4a869eb100b2216f039f8677a #22487 Follow-up to b11e0026f71aa33b47d3b31f7c6a2aee4f929b12 #22495 Follow-up to 208b87744e8ce326e2569c2efd735da43ce74a0b #21039 Follow-up to f450f3801b6b9dff0ea280f5fb4bf28203f7b313 #19897 Follow-up to 2701ac6a4d16a62130dad05be1c484903b8545c7 #19421 Follow-up to 4e203f65a1e5e448daf1da2b8c3aaa33654dd080 #17054 Closes #22496
Changed files
- .github/workflows/windows.yml
- tests/server/util.c