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

Builder curl-threaded-solaris10-sparc Build #3112

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 24 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 18 mins, 31 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 3112 Build
codebase Build
got_revision 29b3b1ae6d7ce561700cfe81aaba3b3ebc8a7a6a Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 10 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 29b3b1ae6d7ce561700cfe81aaba3b3ebc8a7a6a 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. Stefan Eissing

Timing:

StartSun Nov 23 18:08:09 2025
EndSun Nov 23 19:10:54 2025
Elapsed1 hrs, 2 mins, 45 secs

All Changes:

:

  1. Change #249699

    Category curl
    Changed by Stefan Eissing <stefanohnoyoudont@eissing.org>
    Changed at Sun 23 Nov 2025 18:05:42
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 29b3b1ae6d7ce561700cfe81aaba3b3ebc8a7a6a

    Comments

    wolfssl: fix cipher list, skip 5.8.4 regression
    - adjust cipher list in infof() statement for min/max TLS version
    
    - skip test_17_07 for wolfSSL 5.8.4 when CHACHA20 is negotiated
      due to regression with homebrew build on ARM systems.
    
    Fixes #19644
    Reported-by: Viktor Szakats
    Closes #19662

    Changed files

    • lib/vtls/wolfssl.c
    • tests/http/test_17_ssl_use.py