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

Builder curl-threaded-solaris11-sparc Build #5237

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11s

Reason:

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

Steps and Logfiles:

  1. git update ( 15 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 23 mins, 44 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-threaded-solaris11-sparc slave
buildername curl-threaded-solaris11-sparc Builder
buildnumber 5237 Build
codebase Build
got_revision 154dff6accdadfa1793b367b78fbd0547a126bd5 Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 154dff6accdadfa1793b367b78fbd0547a126bd5 Build
scheduler schedule-curl-threaded-solaris11-sparc Scheduler
slavename unstable11s BuildSlave
workdir /export/home/buildbot/slave/curl-threaded-solaris11-sparc slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Viktor Szakats

Timing:

StartFri Jan 30 00:08:24 2026
EndFri Jan 30 01:21:52 2026
Elapsed1 hrs, 13 mins, 28 secs

All Changes:

:

  1. Change #256683

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Thu 29 Jan 2026 23:25:36
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 154dff6accdadfa1793b367b78fbd0547a126bd5

    Comments

    tests/server/sockfilt: avoid possible endless loop on Windows
    Seen to happen when run under WINE v10.0 on macOS.
    ```
    $ CURL_TEST_EXE_EXT_SRV=.exe CURL_TEST_EXE_EXT_TOOL=.exe \
    CURL_TEST_EXE_RUNNER=wine TFLAGS='951 -t' ninja tests
    [...]
    16:02:18.607002 [select_ws_wait_thread] PeekNamedPipe error: (0x00000032) - Request not supported.
    [...endless repeat...]
    ```
    
    Closes #20478

    Changed files

    • tests/server/sockfilt.c