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

Builder curl-ares-solaris11-sparc Build #4375

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11s

Reason:

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

Steps and Logfiles:

  1. git update ( 9 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 29 mins, 44 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-sparc slave
buildername curl-ares-solaris11-sparc Builder
buildnumber 4375 Build
codebase Build
got_revision b9e3ea4edb6ed0bb9f4f101fd2c7c36b2b96e5a3 Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision b9e3ea4edb6ed0bb9f4f101fd2c7c36b2b96e5a3 Build
scheduler schedule-curl-ares-solaris11-sparc Scheduler
slavename unstable11s BuildSlave
workdir /export/home/buildbot/slave/curl-ares-solaris11-sparc slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Daniel Stenberg

Timing:

StartTue Aug 19 08:03:38 2025
EndTue Aug 19 08:33:33 2025
Elapsed29 mins, 55 secs

All Changes:

:

  1. Change #243238

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Tue 19 Aug 2025 07:59:50
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 79eb66f2a69228583d1e088e83f725c7730d1217

    Comments

    ftp: keep the "raw" URL decoded version of the path around
    Instead of doing temporary decodes in three different places.
    
    Closes #18312

    Changed files

    • lib/ftp.c
    • lib/ftp.h
  2. Change #243239

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Tue 19 Aug 2025 07:59:50
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision b9e3ea4edb6ed0bb9f4f101fd2c7c36b2b96e5a3

    Comments

    ftp: store dir components as start+len instead of memdup'ing
    - Avoids allocating every path segment separately
    - Improved directory handling in connection reuse
    
    Closes #18312

    Changed files

    • lib/ftp.c
    • lib/ftp.h
    • tests/data/test1113
    • tests/data/test142
    • tests/data/test574
    • tests/data/test575