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

Builder curl-threaded-solaris11-i386 Build #5036

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11x

Reason:

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

Steps and Logfiles:

  1. git update ( 10 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 1 hrs, 1 mins, 37 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-i386 slave
buildername curl-threaded-solaris11-i386 Builder
buildnumber 5036 Build
codebase Build
got_revision 2c81cf620e559b6c448dcfd8ef389f214746b533 Git
osplatform I386 SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 2c81cf620e559b6c448dcfd8ef389f214746b533 Build
scheduler schedule-curl-threaded-solaris11-i386 Scheduler
slavename unstable11x BuildSlave
workdir /export/home/buildbot/slave/curl-threaded-solaris11-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Daniel Stenberg

Timing:

StartTue May 5 19:07:57 2026
EndTue May 5 21:23:13 2026
Elapsed2 hrs, 15 mins, 16 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