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

Builder curl-ares-solaris11-sparc Build #4107

Results:

Build successful

SourceStamp:

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

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 ...' ( 26 mins, 12 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 4107 Build
codebase Build
got_revision c7a63196981aab13a9434c55774d6db94654b19b Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision c7a63196981aab13a9434c55774d6db94654b19b 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. Stefan Eissing

Timing:

StartMon Jun 23 13:42:23 2025
EndMon Jun 23 14:42:00 2025
Elapsed59 mins, 37 secs

All Changes:

:

  1. Change #237539

    Category curl
    Changed by Stefan Eissing <stefanohnoyoudont@eissing.org>
    Changed at Mon 23 Jun 2025 13:36:33
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision c7a63196981aab13a9434c55774d6db94654b19b

    Comments

    multi: clear the dirty set of transfers no longer processing
    When a transfer is no longer processed, it might still apear in the
    dirty bitset. Clear the dirty bit when this condition is encountered.
    
    Closes #17718

    Changed files

    • lib/multi.c
    • tests/libtest/lib530.c