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

Builder curl-threaded-solaris11-sparc Build #5174

Results:

Build successful

SourceStamp:

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

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, 26 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 5174 Build
codebase Build
got_revision e286589c71e63efd1985abc049276c45726ab060 Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision e286589c71e63efd1985abc049276c45726ab060 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. Daniel Stenberg

Timing:

StartWed Jan 21 09:46:33 2026
EndWed Jan 21 10:36:48 2026
Elapsed50 mins, 14 secs

All Changes:

:

  1. Change #255897

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Wed 21 Jan 2026 09:38:31
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision e286589c71e63efd1985abc049276c45726ab060

    Comments

    multi: probe for IPv6 functionality in multi_init()
    In some legacy systems IPv6 might dynamically work/not work and thus
    curl needs to check/probe to see if it should indeed be used.
    
    This change moves the probe that checks for working IPv6 to the multi
    handle setup function instead of delaying it to when the first name
    resolve is performed. This avoids a later tricky error path if the
    socket cannot be created due to OOM.
    
    Closes #20383

    Changed files

    • lib/hostip.c
    • lib/hostip.h
    • lib/multi.c
    • lib/multihandle.h