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

Builder curl-unthreaded-solaris10-sparc Build #13307

Results:

Failed runtest

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revisionfaa2db202b9b90a157f1204d1e028b377042841b
Got Revisionfaa2db202b9b90a157f1204d1e028b377042841b
Changes6 changes

BuildSlave:

unstable10s

Reason:

The SingleBranchScheduler scheduler named 'schedule-curl-unthreaded-solaris10-sparc' triggered this build

Steps and Logfiles:

  1. git update ( 35 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' failed ( 6 hrs, 43 mins, 34 secs )
    1. stdio
    2. resultlog
  3. Mail result 'cat resultlog ...' ( 1 mins, 9 secs )
    1. stdio

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot-unstable10s/slave/curl-unthreaded-solaris10-sparc slave
buildername curl-unthreaded-solaris10-sparc Builder
buildnumber 13307 Build
codebase Build
got_revision faa2db202b9b90a157f1204d1e028b377042841b Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 10 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision faa2db202b9b90a157f1204d1e028b377042841b Build
scheduler schedule-curl-unthreaded-solaris10-sparc Scheduler
slavename unstable10s BuildSlave
workdir /export/home/buildbot-unstable10s/slave/curl-unthreaded-solaris10-sparc slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Daniel Stenberg
  2. Stefan Eissing
  3. Viktor Szakats
  4. sunriseL

Timing:

StartTue Aug 19 20:52:31 2025
EndWed Aug 20 13:03:06 2025
Elapsed16 hrs, 10 mins, 35 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
  4. Change #243255

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Tue 19 Aug 2025 09:47:33
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision b48997ba7bfa3a6193ebcd6df2d1a59fc2b1dc4b

    Comments

    GHA/non-native: delete OmniOS job
    It's somewhat flaky, slow (6-8 minutes), needs maintenance, and did not
    turn up real issues to justify keeping.
    
    Notably it did not help catch a regression seen on Solaris OS: #16915
    
    Follow-up to 90e644f944969bb11c6448bf50c6d441b5c0b1e6 #13583
    Closes #18314

    Changed files

    • .github/workflows/non-native.yml
  5. Change #243257

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Tue 19 Aug 2025 10:07:25
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 52775a7fb4ba63d66d60067dea4a5293fb7c55a1

    Comments

    GHA/windows: install `Win32::Process*` perl modules
    To make the CI jobs use native Win32 API calls instead of calling
    external tools to look up and kill PIDs of native Windows test server
    processes.
    
    Follow-up to 2388b0e5878da030fac0e9d1ad490bc5447e37e0 #18308
    Closes #18296

    Changed files

    • .github/workflows/windows.yml
  6. Change #243315

    Category curl
    Changed by Stefan Eissing <stefanohnoyoudont@eissing.org>
    Changed at Tue 19 Aug 2025 17:43:33
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision faa2db202b9b90a157f1204d1e028b377042841b

    Comments

    ares: handle channel being destroyed early
    We are destroying the ares channel already when we shutdown
    resolving. Querying the pollset afterwards is still happening,
    especially in event based processing and needs to work in the
    absence of a channel.
    
    Fixes #18317
    Reported-by: Natris on github
    Closes #18318

    Changed files

    • lib/asyn-ares.c
    • lib/asyn-base.c