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

Builder curl-threaded-solaris10-sparc Build #1924

Results:

Build successful

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revision6e4b7abfd3bef38130598b7f62289881f448a13c
Got Revision6e4b7abfd3bef38130598b7f62289881f448a13c
Changes2 changes

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

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

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Daniel Stenberg
  2. Jan Venekamp

Timing:

StartThu May 2 16:41:53 2024
EndFri May 3 01:35:23 2024
Elapsed8 hrs, 53 mins, 30 secs

All Changes:

:

  1. Change #196345

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Thu 02 May 2024 10:40:32
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision eb06c1b25ba62626bf31371ed89e4797ed56265c

    Comments

    curl.h: change CURL_SSLVERSION_* from enum to defines
    C++20 and later compilers emit a deprecation warning if values from two
    different enums are combined with a bitwise operation the way the
    CURL_SSLVERSION_* values were previously created.
    
    Reported-by: Michael Kaufmann
    Fixes #13510
    Closes #13511

    Changed files

    • include/curl/curl.h
  2. Change #196348

    Category curl
    Changed by Jan Venekamp <1422460+jan2000ohnoyoudont@users.noreply.github.com>
    Changed at Thu 02 May 2024 13:17:02
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 6e4b7abfd3bef38130598b7f62289881f448a13c

    Comments

    bearssl: use common code for cipher suite lookup
    Take advantage of the Curl_cipher_suite_walk_str() and
    Curl_cipher_suite_get_str() functions introduced in commit fba9afeb.
    
    This also fixes CURLOPT_SSL_CIPHER_LIST not working at all for bearssl
    due to commit ff74cef5.
    
    Closes #13464

    Changed files

    • lib/vtls/bearssl.c
    • lib/vtls/cipher_suite.c
    • lib/vtls/cipher_suite.h
    • tests/unit/unit3205.c