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

Builder curl-threaded-solaris10-sparc Build #3527

Results:

Failed runtest

SourceStamp:

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

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 37 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' failed ( 5 hrs, 49 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 3527 Build
codebase Build
got_revision 0c475b5df746f417609a5b25ed6ed59a6db63f2f Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 10 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 0c475b5df746f417609a5b25ed6ed59a6db63f2f 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

Timing:

StartMon Mar 23 10:04:02 2026
EndMon Mar 23 22:20:04 2026
Elapsed12 hrs, 16 mins, 2 secs

All Changes:

:

  1. Change #262028

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Sun 22 Mar 2026 23:58:02
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 9820e5dface5739accda14e656d89a7f84642c61

    Comments

    tool_operate: fix memory-leak on failed uploads
    Add test case 1673 to do repeated upload failures and verify there is no
    leak. This proved a previous leak and now it verifies the fix.
    
    Reported-by: James Fuller
    Closes #21062

    Changed files

    • src/tool_operate.c
    • tests/data/Makefile.am
    • tests/data/test1673
  2. Change #262036

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Mon 23 Mar 2026 08:26:02
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 0c475b5df746f417609a5b25ed6ed59a6db63f2f

    Comments

    urlapi: remove redundant condition in dedotdotify
    Bonus: remove two variables, clear up some comments.
    
    Poined out by CodeSonar
    
    Closes #21065

    Changed files

    • lib/urlapi.c