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

Builder curl-threaded-solaris10-sparc Build #3500

Results:

Failed runtest

SourceStamp:

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

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 17 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' failed ( 6 hrs, 46 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 3500 Build
codebase Build
got_revision 70ec11358c3aac5fbae24b02f0c1c671741838dd Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 10 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 70ec11358c3aac5fbae24b02f0c1c671741838dd 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. Max Dymond
  2. Viktor Szakats

Timing:

StartThu Mar 5 00:42:45 2026
EndThu Mar 5 19:10:06 2026
Elapsed18 hrs, 27 mins, 21 secs

All Changes:

:

  1. Change #259852

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Wed 04 Mar 2026 12:37:31
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 38ee35353c1db18343817aa62ffb98aa966fd12a

    Comments

    examples: improve OpenSSL certificate examples
    - add/fix/synchronize error messages and comments.
    - consistently return error from the callback on failure.
    - fix potential leaks on OpenSSL API failures.
    - fix to not pass the nul-terminator to BIO read.
    - scope a variable.
    - sync code/formatting between the two examples.
    
    Closes #20807

    Changed files

    • docs/examples/cacertinmem.c
    • docs/examples/usercertinmem.c
  2. Change #259873

    Category curl
    Changed by Max Dymond <cmeister2ohnoyoudont@gmail.com>
    Changed at Wed 04 Mar 2026 18:33:06
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 70ec11358c3aac5fbae24b02f0c1c671741838dd

    Comments

    socks: ensure DNS is freed in failure cases.
    In several error cases in socks.c the DNS struct is not freed, which
    leads to memory leaks.
    
    Found by: OSS-Fuzz: 447858136
    
    Closes #20813

    Changed files

    • lib/socks.c