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

Builder curl-ares-solaris11-sparc Build #4636

Results:

Build successful

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revision5bd670c39341087d15e90db1abd89b9187a07ed8
Got Revision5bd670c39341087d15e90db1abd89b9187a07ed8
Changes5 changes

BuildSlave:

unstable11s

Reason:

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

Steps and Logfiles:

  1. git update ( 8 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 28 mins, 31 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-ares-solaris11-sparc slave
buildername curl-ares-solaris11-sparc Builder
buildnumber 4636 Build
codebase Build
got_revision 5bd670c39341087d15e90db1abd89b9187a07ed8 Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 5bd670c39341087d15e90db1abd89b9187a07ed8 Build
scheduler schedule-curl-ares-solaris11-sparc Scheduler
slavename unstable11s BuildSlave
workdir /export/home/buildbot/slave/curl-ares-solaris11-sparc slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Daniel Stenberg
  2. x2018

Timing:

StartTue Nov 11 16:27:58 2025
EndTue Nov 11 16:56:39 2025
Elapsed28 mins, 41 secs

All Changes:

:

  1. Change #248363

    Category curl
    Changed by x2018 <xkernel.wangohnoyoudont@foxmail.com>
    Changed at Tue 11 Nov 2025 16:16:23
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 3f1a8dbb983ebc60062bbf44a25b9c51bfacd648

    Comments

    rustls: fix a potential memory issue
    Closes #19425

    Changed files

    • lib/vtls/rustls.c
  2. Change #248364

    Category curl
    Changed by x2018 <xkernel.wangohnoyoudont@foxmail.com>
    Changed at Tue 11 Nov 2025 16:17:53
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 10b2dd8e6b1376aa74b8a415f02544d7f494cd19

    Comments

    krb5_sspi: unify a part of error handling
    Closes #19452

    Changed files

    • lib/vauth/krb5_sspi.c
  3. Change #248365

    Category curl
    Changed by x2018 <xkernel.wangohnoyoudont@foxmail.com>
    Changed at Tue 11 Nov 2025 16:18:55
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 0dacc0796960c9caf5c31e7cbde8c5c062797b3c

    Comments

    cf-https-connect: allocate ctx at first in cf_hc_create()
    Closes #19454

    Changed files

    • lib/cf-https-connect.c
  4. Change #248366

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Tue 11 Nov 2025 16:22:34
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 28380bb9fd1d6eb25344220d569df3f80ded7363

    Comments

    progress: show fewer digits
    Without unit, show up to 99999 "raw" (5 digits). After that, prefer to
    show the number as less than 1000 per unit and use single decimal
    fraction. Like '123.4M' (spending 6 characters).
    
    This now makes the largest possible size to show 8.0E (exabytes).
    
    Probably makes the output easier to read.
    
    Fixes #19431
    Reported-by: Fd929c2CE5fA on github
    Closes #19433

    Changed files

    • lib/progress.c
  5. Change #248367

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Tue 11 Nov 2025 16:23:27
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 5bd670c39341087d15e90db1abd89b9187a07ed8

    Comments

    wolfssl: avoid NULL dereference in OOM situation
    Verify that wolfSSL_BIO_meth_new() actually works and handle situations
    where it returns NULL.
    
    Reported-by: Stanislav Fort (Aisle Research)
    Closes #19459

    Changed files

    • lib/vtls/wolfssl.c