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

Builder curl-threaded-solaris11-sparc Build #5236

Results:

Build successful

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revision373e89a021936da00d4469c1db084006294b9125
Got Revision373e89a021936da00d4469c1db084006294b9125
Changes2 changes

BuildSlave:

unstable11s

Reason:

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

Steps and Logfiles:

  1. git update ( 4 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 22 mins, 54 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 5236 Build
codebase Build
got_revision 373e89a021936da00d4469c1db084006294b9125 Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 373e89a021936da00d4469c1db084006294b9125 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:

StartThu Jan 29 22:56:40 2026
EndFri Jan 30 00:08:23 2026
Elapsed1 hrs, 11 mins, 42 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