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

Builder curl-threaded-solaris11-i386 Build #3857

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11x

Reason:

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

Steps and Logfiles:

  1. git update ( 10 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 1 hrs, 35 secs )
    1. stdio
    2. resultlog
  3. Mail result 'cat resultlog ...' ( 1 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 3857 Build
codebase Build
got_revision b9e3ea4edb6ed0bb9f4f101fd2c7c36b2b96e5a3 Git
osplatform I386 SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision b9e3ea4edb6ed0bb9f4f101fd2c7c36b2b96e5a3 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:

StartTue Aug 19 08:03:41 2025
EndTue Aug 19 10:07:36 2025
Elapsed2 hrs, 3 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