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

Builder curl-unthreaded-solaris10-sparc Build #12687

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 22 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 2 hrs, 28 mins, 7 secs )
    1. stdio
    2. resultlog
  3. Mail result 'cat resultlog ...' ( 0 secs )
    1. stdio

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot-unstable10s/slave/curl-unthreaded-solaris10-sparc slave
buildername curl-unthreaded-solaris10-sparc Builder
buildnumber 12687 Build
codebase Build
got_revision 1b155f034a21552ded2c3352186dcb99949c0ad9 Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 10 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 1b155f034a21552ded2c3352186dcb99949c0ad9 Build
scheduler schedule-curl-unthreaded-solaris10-sparc Scheduler
slavename unstable10s BuildSlave
workdir /export/home/buildbot-unstable10s/slave/curl-unthreaded-solaris10-sparc slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Daniel Stenberg

Timing:

StartFri Oct 18 08:18:47 2024
EndFri Oct 18 15:56:06 2024
Elapsed7 hrs, 37 mins, 18 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