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

Builder curl-ares-solaris10-sparc Build #3431

Results:

Failed runtest

SourceStamp:

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

BuildSlave:

unstable10s

Reason:

The SingleBranchScheduler scheduler named 'schedule-curl-ares-solaris10-sparc' triggered this build

Steps and Logfiles:

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

Build Properties:

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

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Viktor Szakats

Timing:

StartFri Jan 30 06:48:10 2026
EndSat Jan 31 01:01:58 2026
Elapsed18 hrs, 13 mins, 48 secs

All Changes:

:

  1. Change #256649

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Thu 29 Jan 2026 14:58:03
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision ea044c5e657400f645a831035d14f928470df22e

    Comments

    setup-os400.h: drop no longer used custom type `u_int32_t`
    Unused since bb5529331334e1e1c79ff3320220bba12fc8457d.
    
    Closes #20470

    Changed files

    • lib/setup-os400.h
  2. Change #256650

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Thu 29 Jan 2026 15:01:16
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 0f5006f50d5e2adae5190180aa804200c04964db

    Comments

    md4, md5: replace custom types with `uint32_t`
    Closes #20469

    Changed files

    • lib/md4.c
    • lib/md5.c
  3. Change #256661

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

    Comments

    http2: dedupe nghttp2 verbose frame print function
    Closes #20472

    Changed files

    • lib/cf-h2-proxy.c
    • lib/http2.c
    • lib/http2.h
  4. 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
  5. 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
  6. 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
  7. 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
  8. 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