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

Builder curl-ares-solaris11-i386 Build #5083

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11x

Reason:

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

Steps and Logfiles:

  1. git update ( 13 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 4 mins, 47 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-ares-solaris11-i386 slave
buildername curl-ares-solaris11-i386 Builder
buildnumber 5083 Build
codebase Build
got_revision a15cfeb10057f2462ab2276c7d28aeb8baff9b8e Git
osplatform I386 SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision a15cfeb10057f2462ab2276c7d28aeb8baff9b8e Build
scheduler schedule-curl-ares-solaris11-i386 Scheduler
slavename unstable11x BuildSlave
workdir /export/home/buildbot/slave/curl-ares-solaris11-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Daniel Stenberg

Timing:

StartFri May 15 14:46:04 2026
EndFri May 15 16:58:16 2026
Elapsed2 hrs, 12 mins, 12 secs

All Changes:

:

  1. Change #267223

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Fri 15 May 2026 13:28:03
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 71430e87fd3bcf8960b26325c9dd2b398876c121

    Comments

    strparse: make curlx_str_until() accept zero for 'max'
    When asked to parse for a string with max zero bytes, it will always
    return error and no longer trigger an assert. This saves the caller from
    having to check for this condition.
    
    Closes #21600

    Changed files

    • lib/curlx/strparse.c
  2. Change #267226

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Fri 15 May 2026 13:37:52
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision a15cfeb10057f2462ab2276c7d28aeb8baff9b8e

    Comments

    cookie: compare path case sensitively
    Verify with test 1645
    
    Reported-by: Joshua Rogers
    Closes #21616

    Changed files

    • lib/cookie.c
    • tests/data/Makefile.am
    • tests/data/test1645