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

Builder curl-unthreaded-solaris10-sparc Build #14119

Results:

Failed runtest

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revision6ded3e594455d6f018fab5f2f5d916eb9bc4ef94
Got Revision6ded3e594455d6f018fab5f2f5d916eb9bc4ef94
Changes4 changes

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 51 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' failed ( 7 hrs, 14 mins, 44 secs )
    1. stdio
    2. resultlog
  3. Mail result 'cat resultlog ...' ( 1 secs )
    1. stdio

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot-unstable10s/slave/curl-unthreaded-solaris10-sparc slave
buildername curl-unthreaded-solaris10-sparc Builder
buildnumber 14119 Build
codebase Build
got_revision 6ded3e594455d6f018fab5f2f5d916eb9bc4ef94 Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 10 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 6ded3e594455d6f018fab5f2f5d916eb9bc4ef94 Build
scheduler schedule-curl-unthreaded-solaris10-sparc Scheduler
slavename unstable10s BuildSlave
workdir /export/home/buildbot-unstable10s/slave/curl-unthreaded-solaris10-sparc slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Daniel Stenberg
  2. Martin Dukek
  3. Viktor Szakats

Timing:

StartSat Sep 5 15:55:13 2026
EndSun Sep 6 06:04:40 2026
Elapsed14 hrs, 9 mins, 27 secs

All Changes:

:

  1. Change #280762

    Category curl
    Changed by Martin Dukek <qf190ohnoyoudont@fzi.de>
    Changed at Sat 05 Sep 2026 08:44:20
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 8071d7adc2ce8b29a49b8888aed1c346eaea4a3f

    Comments

    schannel: clear borrowed sslContext on close
    The current Negotiate and NTLM consumers were traced, and no reachable
    post-free dereference was found.
    
    The pointer is still left dangling after Schannel teardown, so clear it
    when the context is destroyed.
    
    Closes https://github.com/curl/curl/pull/22720

    Changed files

    • lib/vtls/schannel.c
  2. Change #280811

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Sat 05 Sep 2026 16:32:45
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 3300ce0fb53e0e394b94efa1869350de95877d56

    Comments

    digest.h: add forward declaration
    Follow-up to 9be5c6849225f2dbb3bf60249998c33575dd0910 #22831
    
    Closes #22834

    Changed files

    • lib/vauth/digest.h
  3. Change #280812

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Sat 05 Sep 2026 16:33:21
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 55ac6ef0df4ee90421aea141fd071758f1a64766

    Comments

    test 4657: -J with multiple redirects, use the last name
    Closes #22835

    Changed files

    • tests/data/Makefile.am
    • tests/data/test4657
  4. Change #280831

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Sat 05 Sep 2026 16:57:23
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 6ded3e594455d6f018fab5f2f5d916eb9bc4ef94

    Comments

    cookie: ignore individual cookie errors when loading
    Closes #22840

    Changed files

    • lib/cookie.c