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

Builder curl-ares-solaris11-sparc Build #4397

Results:

Build successful

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revisionb3570b36d7dcc27d69c14560b38603bb0b20a9e1
Got Revisionb3570b36d7dcc27d69c14560b38603bb0b20a9e1
Changes4 changes

BuildSlave:

unstable11s

Reason:

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

Steps and Logfiles:

  1. git update ( 5 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 28 mins, 50 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 4397 Build
codebase Build
got_revision b3570b36d7dcc27d69c14560b38603bb0b20a9e1 Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision b3570b36d7dcc27d69c14560b38603bb0b20a9e1 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
  2. Stefan Eissing

Timing:

StartFri Aug 22 16:33:04 2025
EndFri Aug 22 17:58:11 2025
Elapsed1 hrs, 25 mins, 7 secs

All Changes:

:

  1. Change #243632

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Fri 22 Aug 2025 16:22:07
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 33572b851e06593ad26af3a957e63e1721173cd1

    Comments

    tool_urlglob: handle a zero length glob piece
    Follow-up to 034612cd515f249453a435f3d94b
    
    Add test 759 to verify
    
    Reported-by: Stanislav Osipov
    Fixes #18352
    Closes #18353

    Changed files

    • src/tool_urlglob.c
    • tests/data/Makefile.am
    • tests/data/test759
  2. Change #243634

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Fri 22 Aug 2025 16:22:36
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision f5ee566dbca35269b6fc31c13a2a54601b5fa0ca

    Comments

    top-complexity: maximum accepted set to 72
    Down from 80. Show all functions above 60.
    
    Closes #18354

    Changed files

    • scripts/top-complexity
  3. Change #243637

    Category curl
    Changed by Stefan Eissing <stefanohnoyoudont@eissing.org>
    Changed at Fri 22 Aug 2025 16:26:11
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision a8d20cd223414ec7ab519e831bc38d3a9c5f5d04

    Comments

    asyn-thrdd: manage DEFERRED and locks better
    - cancel thread waits until thread start is at least 5ms in the past
      to give it some time to get its cancellation setup in place
    - cancel thread without holding the mutex. It's supposed to be an
      async operation, but better be safe
    - set DEFERRED cancel state explicitly, should be default in a pthread,
      but better be safe
    
    Closes #18350

    Changed files

    • lib/asyn-thrdd.c
    • lib/asyn.h
    • lib/curl_threads.h
  4. Change #243638

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Fri 22 Aug 2025 16:28:03
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision b3570b36d7dcc27d69c14560b38603bb0b20a9e1

    Comments

    runtests: show still running tests when nothing has happened for a while
    ... even if there are tests still pending. To help visualize tests that
    might be hanging.
    
    Attempts to set the limit at 10 seconds of silence.
    
    Closes #18349

    Changed files

    • tests/runtests.pl