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

Builder curl-ares-solaris10-i386 Build #3631

Results:

Failed runtest

SourceStamp:

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

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

  1. git update ( 8 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' failed ( 2 hrs, 58 mins, 58 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-solaris10-i386 slave
buildername curl-ares-solaris10-i386 Builder
buildnumber 3631 Build
codebase Build
got_revision c294d0abc5b62b8068af391576be87b821d2ff8b Git
osplatform I386 SetPropertyFromCommand Step
osrelease 10 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision c294d0abc5b62b8068af391576be87b821d2ff8b Build
scheduler schedule-curl-ares-solaris10-i386 Scheduler
slavename unstable10x BuildSlave
workdir /export/home/buildbot/slave/curl-ares-solaris10-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Daniel Stenberg
  2. sunriseL

Timing:

StartTue Aug 19 09:18:46 2025
EndTue Aug 19 18:08:14 2025
Elapsed8 hrs, 49 mins, 28 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
  3. Change #243241

    Category curl
    Changed by sunriseL <540729251ohnoyoudont@qq.com>
    Changed at Tue 19 Aug 2025 08:07:33
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision c294d0abc5b62b8068af391576be87b821d2ff8b

    Comments

    libssh2: fix sftp_statemachine busyloop when *block=true
    Closes #18311

    Changed files

    • lib/vssh/libssh2.c