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

Builder curl-ares-solaris11-i386 Build #4994

Results:

Build successful

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revisionbfcc1c6eb4d891d3671a65a6f05c0161c5542578
Got Revisionbfcc1c6eb4d891d3671a65a6f05c0161c5542578
Changes3 changes

BuildSlave:

unstable11x

Reason:

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

Steps and Logfiles:

  1. git update ( 10 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 5 mins, 41 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-ares-solaris11-i386 slave
buildername curl-ares-solaris11-i386 Builder
buildnumber 4994 Build
codebase Build
got_revision bfcc1c6eb4d891d3671a65a6f05c0161c5542578 Git
osplatform I386 SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision bfcc1c6eb4d891d3671a65a6f05c0161c5542578 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
  2. Stefan Eissing

Timing:

StartFri Apr 24 19:40:06 2026
EndFri Apr 24 21:37:46 2026
Elapsed1 hrs, 57 mins, 39 secs

All Changes:

:

  1. Change #265374

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Fri 24 Apr 2026 17:47:30
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 7d295145eb7ea07bbf8d4a0cf433f31c3f1ed585

    Comments

    mbedtls: remove failf() call with first argument as NULL
    failf() needs an easy handle to work. This change removes the call since
    there is normnally nowhere to show the output if init fails.
    
    Bonus: improve language in an infof() call
    
    Spotted by Copilot
    
    Closes #21441

    Changed files

    • lib/vtls/mbedtls.c
  2. Change #265375

    Category curl
    Changed by Stefan Eissing <stefanohnoyoudont@eissing.org>
    Changed at Fri 24 Apr 2026 17:50:10
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 4840fe3f8a96dc96f2a2ed897cc02155628d4dd1

    Comments

    socks filter: pass operation parameters
    Pass all operations parameters to a SOCKS filter at creation
    time, not relying on "global" connectdata values.
    
    Eliminate modifications to `conn->ip_version` when local resolving
    for SOCKS4.
    
    Do not retrieve the socket for GSSAPI blocking calls from connectdata,
    but from the filters "below" the SOCKS one.
    
    Closes #21436

    Changed files

    • lib/connect.c
    • lib/socks.c
    • lib/socks.h
  3. Change #265376

    Category curl
    Changed by Stefan Eissing <stefanohnoyoudont@eissing.org>
    Changed at Fri 24 Apr 2026 17:50:44
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision bfcc1c6eb4d891d3671a65a6f05c0161c5542578

    Comments

    setup connection filter: mark as setup
    Add CF_TYPE_SETUP to the setup connection filter so that it is
    removed and destroyed after the connection has been established.
    
    Closes #21437

    Changed files

    • lib/cfilters.c
    • lib/connect.c