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

Builder curl-threaded-solaris11-sparc Build #5771

Results:

Exception git

SourceStamp:

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

BuildSlave:

unstable11s

Reason:

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

Steps and Logfiles:

  1. git git exception ( 0 secs )
    1. - no logs -
    1. - no logs -
    1. - no logs -
  2. Runtest  
    1. - no logs -
    1. - no logs -

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot/slave/curl-threaded-solaris11-sparc slave
buildername curl-threaded-solaris11-sparc Builder
buildnumber 5771 Build
codebase Build
project curl Build
repository https://github.com/curl/curl.git Build
revision 2c81cf620e559b6c448dcfd8ef389f214746b533 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:

StartTue May 5 18:12:51 2026
EndTue May 5 18:35:56 2026
Elapsed23 mins, 4 secs

All Changes:

:

  1. Change #266383

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Tue 05 May 2026 17:46:51
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 2cb6ba672da5fc000a1b1b8b5496c6459eb34378

    Comments

    hsts: rename Curl_hsts() to hsts_check() and make it static
    It is no longer used outside of hsts.c
    
    Closes #21507

    Changed files

    • lib/hsts.c
    • lib/hsts.h
    • tests/unit/unit1660.c
  2. Change #266384

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Tue 05 May 2026 17:49:12
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 481c9d46f1405723260a6633bfc1eee9ada2631f

    Comments

    hostip: convert Curl_resolv_unix to static resolv_unix
    It was only used within this file
    
    Closes #21508

    Changed files

    • lib/hostip.c
    • lib/hostip.h
  3. Change #266385

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Tue 05 May 2026 17:54:54
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 2c81cf620e559b6c448dcfd8ef389f214746b533

    Comments

    multi: make multi_runsingle use sub functions for states
    The state machine now calls dedicated sub functions for each state, to
    reduce the size and complexity.
    
    Closes #21506

    Changed files

    • lib/multi.c