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

Builder curl-ares-solaris11-sparc Build #4086

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11s

Reason:

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

Steps and Logfiles:

  1. git update ( 4 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 25 mins, 30 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 4086 Build
codebase Build
got_revision 0d70dfb79b6fc887e26355efba10eaa8779c8416 Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 0d70dfb79b6fc887e26355efba10eaa8779c8416 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:

StartFri Jun 20 23:02:31 2025
EndSat Jun 21 00:13:53 2025
Elapsed1 hrs, 11 mins, 21 secs

All Changes:

:

  1. Change #237151

    Category curl
    Changed by Stefan Eissing <stefanohnoyoudont@eissing.org>
    Changed at Fri 20 Jun 2025 22:59:08
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 0d70dfb79b6fc887e26355efba10eaa8779c8416

    Comments

    xfer: manage pause bits
    Concentrate the handling of KEEP_RECV_PAUSE and KEEP_SEND_PAUSE into
    common transfer functions. Setting or clearing these bits requires
    subsequent actions involving connection events and client reader/writer
    notifications. Have it in one place.
    
    Closes #17650

    Changed files

    • lib/cw-out.c
    • lib/easy.c
    • lib/mime.c
    • lib/multi.c
    • lib/request.c
    • lib/sendf.c
    • lib/speedcheck.c
    • lib/transfer.c
    • lib/transfer.h