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

Builder curl-threaded-solaris11-sparc Build #6247

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11s

Reason:

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

Steps and Logfiles:

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

StartMon Aug 17 17:05:04 2026
EndMon Aug 17 17:44:51 2026
Elapsed39 mins, 47 secs

All Changes:

:

  1. Change #278498

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Mon 17 Aug 2026 18:41:31
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision bb406386d9e088873f5f640c55e14a69390abd01

    Comments

    curlx_inet_ntop: return `CURLcode`, drop setting `errno`
    To simplify and to remove an exception where `errno` was reused to
    return a socket error codes on Windows.
    
    The error was used by one call site (`sockaddr2string()` in
    `cf-socket.c`), but it was in practice always propagated as
    `SOCKEAFNOSUPPORT` to callers.
    
    Also:
    - cf-socket: update 3 error messages to show `CURLcode` accordingly.
    - if2ip: handle `curlx_inet_ntop()` error in `Curl_if2ip()`.
    - dnsd: display `CURLcode` on two errors.
    
    Follow-up to 39dec13ec08f8511f22ddc78bb36b40241dee915 #22170
    
    Closes #22229

    Changed files

    • lib/cf-socket.c
    • lib/curlx/inet_ntop.c
    • lib/curlx/inet_ntop.h
    • lib/ftp.c
    • lib/if2ip.c
    • lib/urlapi.c
    • lib/vdns/httpsrr.c
    • tests/server/dnsd.c
    • tests/unit/unit1607.c
    • tests/unit/unit1609.c
    • tests/unit/unit1961.c