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

Builder curl-threaded-solaris11-i386 Build #5186

Results:

Build successful

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revision317bf7e8a8e71b60753a1efacfa323695431bd4e
Got Revision317bf7e8a8e71b60753a1efacfa323695431bd4e
Changes3 changes

BuildSlave:

unstable11x

Reason:

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

Steps and Logfiles:

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

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Daniel Stenberg

Timing:

StartSun Jun 7 01:04:36 2026
EndSun Jun 7 02:58:20 2026
Elapsed1 hrs, 53 mins, 44 secs

All Changes:

:

  1. Change #269685

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Sun 07 Jun 2026 00:11:14
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision f7f1666ee2b46c621c4ddaa5a12facdb2d38b92f

    Comments

    CURLOPT_CHUNK_BGN_FUNCTION: target is there for symlinks only
    Closes #21883

    Changed files

    • docs/libcurl/opts/CURLOPT_CHUNK_BGN_FUNCTION.md
  2. Change #269686

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Sun 07 Jun 2026 00:12:02
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 38b72f3b56b378c03276b150ddb31899581ece06

    Comments

    CURLOPT_PINNEDPUBLICKEY.md: does not apply for other origins
    Clarify
    
    Closes #21885

    Changed files

    • docs/libcurl/opts/CURLOPT_PINNEDPUBLICKEY.md
  3. Change #269690

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Sun 07 Jun 2026 00:26:51
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 317bf7e8a8e71b60753a1efacfa323695431bd4e

    Comments

    ftplistparser: clear strings.target if not symlink
    When the struct is passed to the CURLOPT_CHUNK_BGN_FUNCTION callback,
    clear the pointer if the provided data is not a symlink.
    
    Closes #21884

    Changed files

    • lib/ftplistparser.c