Home - Waterfall Grid T-Grid Console Builders Recent Builds Buildslaves Changesources - JSON API - About

Builder curl-unthreaded-solaris11-sparc Build #6183

Results:

Build successful

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revision7db9947fcf5d3deebe98e7992ebedc9a2f624bf5
Got Revision7db9947fcf5d3deebe98e7992ebedc9a2f624bf5
Changes1 change

BuildSlave:

unstable11s

Reason:

The SingleBranchScheduler scheduler named 'schedule-curl-unthreaded-solaris11-sparc' triggered this build

Steps and Logfiles:

  1. git update ( 1 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 23 mins, 28 secs )
    1. stdio
    2. resultlog
  3. Mail result 'cat resultlog ...' ( 0 secs )
    1. stdio

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot/slave/curl-unthreaded-solaris11-sparc slave
buildername curl-unthreaded-solaris11-sparc Builder
buildnumber 6183 Build
codebase Build
got_revision 7db9947fcf5d3deebe98e7992ebedc9a2f624bf5 Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 7db9947fcf5d3deebe98e7992ebedc9a2f624bf5 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:

NameLabelValue

Responsible Users:

  1. Viktor Szakats

Timing:

StartThu Aug 6 14:53:24 2026
EndThu Aug 6 15:43:18 2026
Elapsed49 mins, 54 secs

All Changes:

:

  1. Change #277292

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Thu 06 Aug 2026 16:06:28
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 7db9947fcf5d3deebe98e7992ebedc9a2f624bf5

    Comments

    servers: drop CRT and curlx calls from `main_window_loop()` (Windows)
    To simplify and to avoid the chance of potential interference or
    thread-safety issues. If one these 3 Win32 API calls fail, there is
    likely a serious problem, out of the code's control. Knowing
    `GetLastError()` is unlikely to help.
    
    Refs:
    https://learn.microsoft.com/windows/win32/api/winuser/nc-winuser-wndproc
    https://learn.microsoft.com/previous-versions/windows/desktop/legacy/ms686736(v=vs.85)
    https://learn.microsoft.com/windows/win32/api/winuser/nf-winuser-getmessage
    https://learn.microsoft.com/windows/win32/api/winuser/nf-winuser-createwindowexa
    https://learn.microsoft.com/windows/win32/api/winuser/nf-winuser-registerclassa
    
    Ref: 9ea48811fed455d4a869eb100b2216f039f8677a #22487
    Ref: 1c49f2f26d0f200bb9de61f795f06a1bc56845e9 #18451
    Follow-up to ac1e206278b98fbe762f4b554803c64e8b562156
    
    Closes #22045

    Changed files

    • tests/server/util.c