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

Builder curl-unthreaded-solaris11-sparc Build #5431

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11s

Reason:

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

Steps and Logfiles:

  1. git update ( 7 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 24 mins, 20 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-unthreaded-solaris11-sparc slave
buildername curl-unthreaded-solaris11-sparc Builder
buildnumber 5431 Build
codebase Build
got_revision 015f1c7de40839b6681b7dde7371093319c22e64 Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 015f1c7de40839b6681b7dde7371093319c22e64 Build
scheduler schedule-curl-unthreaded-solaris11-sparc Scheduler
slavename unstable11s BuildSlave
workdir /export/home/buildbot/slave/curl-unthreaded-solaris11-sparc slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Vladimír Marek

Timing:

StartWed Mar 11 11:48:33 2026
EndWed Mar 11 13:01:22 2026
Elapsed1 hrs, 12 mins, 49 secs

All Changes:

:

  1. Change #260677

    Category curl
    Changed by Vladimír Marek <vlmarek13ohnoyoudont@gmail.com>
    Changed at Wed 11 Mar 2026 11:33:13
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 015f1c7de40839b6681b7dde7371093319c22e64

    Comments

    hostip: clear the sockaddr_in6 structure before use
    On Solaris this was causing intermittent issues when the private
    structure member __sin6_src_id had unexpectedly some value. connect(2)
    would then fail with EADDRNOTAVAIL.
    
    Closes #20885

    Changed files

    • lib/hostip.c