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

Builder curl-ares-solaris10-sparc Build #2316

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 25 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 2 hrs, 38 mins, 6 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-ares-solaris10-sparc slave
buildername curl-ares-solaris10-sparc Builder
buildnumber 2316 Build
codebase Build
got_revision 288cfcbe3833c2f077e6f1fe4245b31dfefba9cb Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 10 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 288cfcbe3833c2f077e6f1fe4245b31dfefba9cb Build
scheduler schedule-curl-ares-solaris10-sparc Scheduler
slavename unstable10s BuildSlave
workdir /export/home/buildbot-unstable10s/slave/curl-ares-solaris10-sparc slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Daniel Stenberg
  2. zjyhjqs

Timing:

StartFri Oct 18 10:47:36 2024
EndFri Oct 18 18:34:40 2024
Elapsed7 hrs, 47 mins, 4 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
  2. Change #212070

    Category curl
    Changed by zjyhjqs <zjyhjqsohnoyoudont@Hotmail.com>
    Changed at Fri 18 Oct 2024 10:00:29
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision fbc0da376f52072565a6c2f146d3bc6c857e1917

    Comments

    cmake: set version for `project()` and add CPack support
    Note: the version like `8.11.0-DEV` is not a valid version for
    `project()`, so need to extract the major, minor and patch parts.
    
    Previous, manual, `CURL_VERSION` macro is defined by `project()`
    after this patch, so rename existing `CURL_VERSION*` variables to
    `_curl_version*`.
    
    Closes #15281

    Changed files

    • CMakeLists.txt
  3. Change #212072

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Fri 18 Oct 2024 10:13:38
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 288cfcbe3833c2f077e6f1fe4245b31dfefba9cb

    Comments

    RELEASE-NOTES: synced

    Changed files

    • RELEASE-NOTES
    • docs/THANKS-filter