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

Builder curl-unthreaded-solaris10-i386 Build #16399

Results:

Failed runtest

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revision1acf0c45f4ede462a553353d774395b68614a42a
Got Revision1acf0c45f4ede462a553353d774395b68614a42a
Changes5 changes

BuildSlave:

unstable10x

Reason:

The SingleBranchScheduler scheduler named 'schedule-curl-unthreaded-solaris10-i386' triggered this build

Steps and Logfiles:

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

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot/slave/curl-unthreaded-solaris10-i386 slave
buildername curl-unthreaded-solaris10-i386 Builder
buildnumber 16399 Build
codebase Build
got_revision 1acf0c45f4ede462a553353d774395b68614a42a Git
osplatform I386 SetPropertyFromCommand Step
osrelease 10 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 1acf0c45f4ede462a553353d774395b68614a42a Build
scheduler schedule-curl-unthreaded-solaris10-i386 Scheduler
slavename unstable10x BuildSlave
workdir /export/home/buildbot/slave/curl-unthreaded-solaris10-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Viktor Szakats

Timing:

StartFri Jan 30 13:09:31 2026
EndSat Jan 31 04:15:23 2026
Elapsed15 hrs, 5 mins, 52 secs

All Changes:

:

  1. Change #256678

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Thu 29 Jan 2026 22:53:22
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 4d0c3b690eb6076e0d9685f51c0449c8bfb38f96

    Comments

    tool_help.h: drop redundant `U` suffix from literals
    Also:
    - update the generator script accordingly.
    - convert lowercase `u` suffix to uppercase to match rest of code.
    
    Closes #20476

    Changed files

    • scripts/managen
    • src/tool_help.h
  2. Change #256679

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Thu 29 Jan 2026 22:53:23
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 373e89a021936da00d4469c1db084006294b9125

    Comments

    tests/server: tidy-up error messages (Windows)
    - show error description on `PeekNamedPipe()` error.
    - show `GetLastError()` instead of socket error on non-socket failures
      in the window handler.
    - include full hex `GetLastError()` numbers in error messages, syncing
      with Schannel code.
    - drop internal `win32_perror()` function, in favor of direct
      `curlx_*strerror()` calls.
    
    Closes #20477

    Changed files

    • tests/server/sockfilt.c
    • tests/server/util.c
  3. 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
  4. Change #256688

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Fri 30 Jan 2026 00:24:21
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision b619952b82b8e17abf05dc1a1a942b292fba91b8

    Comments

    GHA/windows: fix typo in test number [ci skip]
    Follow-up to 3ae234b2a3aca14908c292ac09755f6c08daac1a #20462

    Changed files

    • .github/workflows/windows.yml
  5. Change #256690

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Fri 30 Jan 2026 00:34:25
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 1acf0c45f4ede462a553353d774395b68614a42a

    Comments

    cmake: improve setting up runtests in Windows cross-builds
    Closes #20479

    Changed files

    • tests/CMakeLists.txt