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

Builder curl-ares-solaris11-i386 Build #4888

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11x

Reason:

The SingleBranchScheduler scheduler named 'schedule-curl-ares-solaris11-i386' triggered this build

Steps and Logfiles:

  1. git update ( 9 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 3 mins, 43 secs )
    1. stdio
    2. resultlog
  3. Mail result 'cat resultlog ...' ( 5 secs )
    1. stdio

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot/slave/curl-ares-solaris11-i386 slave
buildername curl-ares-solaris11-i386 Builder
buildnumber 4888 Build
codebase Build
got_revision 9f5d1a38d15fa0812865e620c1911a02b18c8e67 Git
osplatform I386 SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 9f5d1a38d15fa0812865e620c1911a02b18c8e67 Build
scheduler schedule-curl-ares-solaris11-i386 Scheduler
slavename unstable11x BuildSlave
workdir /export/home/buildbot/slave/curl-ares-solaris11-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Daniel Stenberg

Timing:

StartMon Apr 6 23:15:02 2026
EndMon Apr 6 23:54:54 2026
Elapsed39 mins, 52 secs

All Changes:

:

  1. Change #263812

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Mon 06 Apr 2026 23:12:06
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 9f5d1a38d15fa0812865e620c1911a02b18c8e67

    Comments

    lib: reserve 'result' for CURLcode
    For consistency, whereever we use a local variable named 'result' that
    is a CURLcode type. Make other types use other names.
    
    Closes #21244

    Changed files

    • lib/conncache.c
    • lib/conncache.h
    • lib/curlx/fopen.c
    • lib/fake_addrinfo.c
    • lib/mime.c
    • lib/progress.c
    • lib/socks_gssapi.c
    • lib/url.c
    • lib/vtls/rustls.c