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

Builder curl-threaded-solaris10-i386 Build #4396

Results:

Failed runtest

SourceStamp:

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

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

  1. git update ( 3 mins, 28 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' failed ( 5 hrs, 5 mins, 57 secs )
    1. stdio
    2. resultlog
  3. Mail result 'cat resultlog ...' ( 0 secs )
    1. stdio

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot/slave/curl-threaded-solaris10-i386 slave
buildername curl-threaded-solaris10-i386 Builder
buildnumber 4396 Build
codebase Build
got_revision 3ce10063f191e3d0a2dac3daf997b4a0aaf28ac1 Git
osplatform I386 SetPropertyFromCommand Step
osrelease 10 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 3ce10063f191e3d0a2dac3daf997b4a0aaf28ac1 Build
scheduler schedule-curl-threaded-solaris10-i386 Scheduler
slavename unstable10x BuildSlave
workdir /export/home/buildbot/slave/curl-threaded-solaris10-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Daniel Stenberg

Timing:

StartFri May 8 07:53:04 2026
EndFri May 8 18:00:15 2026
Elapsed10 hrs, 7 mins, 10 secs

All Changes:

:

  1. Change #266544

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Thu 07 May 2026 22:57:38
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 9249aad4c210e2f5690a95ca2421defc83e00771

    Comments

    ldap: fix minor leak on write callback error
    The 'ber' pointer could remain allocated in the exit path if the write
    callback returned error for one of the Curl_client_write() calls.
    
    Reported-by: Andrew Nesbit
    Closes #21530

    Changed files

    • lib/ldap.c
  2. Change #266545

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Thu 07 May 2026 22:58:20
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 3ce10063f191e3d0a2dac3daf997b4a0aaf28ac1

    Comments

    tool_urlglob: avoid overflow at end of range
    Due to how the range span globbing code works, a range that ends with
    9223372036854775807 (the maximum signed 63 bit value) cannot be used as
    it triggers an integer overflow.
    
    Verified in test 2092
    
    Reported-by: Andrew Nesbit
    Closes #21529

    Changed files

    • src/tool_urlglob.c
    • tests/data/Makefile.am
    • tests/data/test2092