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

Builder curl-threaded-solaris11-i386 Build #2838

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11x

Reason:

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

Steps and Logfiles:

  1. git update ( 9 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 1 hrs, 10 mins, 30 secs )
    1. stdio
    2. resultlog
  3. Mail result 'cat resultlog ...' ( 1 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 2838 Build
codebase Build
got_revision 1b155f034a21552ded2c3352186dcb99949c0ad9 Git
osplatform I386 SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 1b155f034a21552ded2c3352186dcb99949c0ad9 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:

StartFri Oct 18 08:18:52 2024
EndFri Oct 18 09:29:34 2024
Elapsed1 hrs, 10 mins, 41 secs

All Changes:

:

  1. Change #212066

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Fri 18 Oct 2024 08:13:53
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 1b155f034a21552ded2c3352186dcb99949c0ad9

    Comments

    tool_operate: reuse the schannel backend check
    The transfer_per_config is called once per new transfer. It now saves
    the result of the first TLS backend check done so that subsequent
    invokes are more efficient and reuses the existing knowledge.
    
    This change also splits the logic into several smaller functions.
    
    Closes #15323

    Changed files

    • src/tool_operate.c