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

Builder curl-unthreaded-solaris11-i386 Build #3990

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11x

Reason:

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

Steps and Logfiles:

  1. git update ( 8 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 53 mins, 24 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-unthreaded-solaris11-i386 slave
buildername curl-unthreaded-solaris11-i386 Builder
buildnumber 3990 Build
codebase Build
got_revision f12a81de4f34bf0f8055d264a432f0f3befe7921 Git
osplatform I386 SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision f12a81de4f34bf0f8055d264a432f0f3befe7921 Build
scheduler schedule-curl-unthreaded-solaris11-i386 Scheduler
slavename unstable11x BuildSlave
workdir /export/home/buildbot/slave/curl-unthreaded-solaris11-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Stefan Eissing

Timing:

StartThu Nov 6 13:47:59 2025
EndThu Nov 6 15:26:45 2025
Elapsed1 hrs, 38 mins, 46 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