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

Builder curl-threaded-solaris11-sparc Build #4597

Results:

Build successful

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revisionf12a81de4f34bf0f8055d264a432f0f3befe7921
Got Revisionf12a81de4f34bf0f8055d264a432f0f3befe7921
Changes1 change

BuildSlave:

unstable11s

Reason:

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

Steps and Logfiles:

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

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Stefan Eissing

Timing:

StartThu Nov 6 13:48:02 2025
EndThu Nov 6 14:42:51 2025
Elapsed54 mins, 49 secs

All Changes:

:

  1. Change #247752

    Category curl
    Changed by Stefan Eissing <stefanohnoyoudont@eissing.org>
    Changed at Thu 06 Nov 2025 13:37:57
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision f12a81de4f34bf0f8055d264a432f0f3befe7921

    Comments

    curl: fix progress meter in parallel mode
    With `check_finished()` triggered by notifications now, the
    `progress_meter()` was no longer called at regular intervals.
    
    Move `progress_meter()` out of `check_finished()` into the perform loop
    and event callbacks.
    
    Closes #19383

    Changed files

    • src/tool_operate.c