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

Builder curl-ares-solaris10-sparc Build #3648

Build In Progress:

[waiting for Lock]

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revision7bb7b2c2a4ec28747d4c0cf9b28ca673895dbd40
Changes3 changes

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git  
    1. - no logs -
    1. - no logs -
    1. - no logs -
  2. Runtest  
    1. - no logs -
    1. - no logs -

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot-unstable10s/slave/curl-ares-solaris10-sparc slave
buildername curl-ares-solaris10-sparc Builder
buildnumber 3648 Build
codebase Build
project curl Build
repository https://github.com/curl/curl.git Build
revision 7bb7b2c2a4ec28747d4c0cf9b28ca673895dbd40 Build
scheduler schedule-curl-ares-solaris10-sparc Scheduler
slavename unstable10s BuildSlave
workdir /export/home/buildbot-unstable10s/slave/curl-ares-solaris10-sparc slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Daniel Stenberg
  2. Stefan Eissing

Timing:

StartSun Jun 7 22:48:06 2026
Elapsed8 hrs, 14 mins, 42 secs

All Changes:

:

  1. Change #269737

    Category curl
    Changed by Stefan Eissing <stefanohnoyoudont@eissing.org>
    Changed at Sun 07 Jun 2026 14:39:10
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision fbcf10ab84d75e76029e50d0b22793a218181166

    Comments

    progress: fx CURLINFO time reporting
    Whack the times reported for a transfer (see
    https://curl.se/libcurl/c/curl_easy_getinfo.html#TIMES) into order for
    all variations of up-/download, http/ftp etc. Make sure they are
    reported in the documented order.
    
    There is still the *possibility* of PRETRANSFER being longer then
    POSTTRANSFER, if a server sends a response before an upload is done.
    POST is the time the first response byte is received, and PRE is the
    time the last byte was sent by curl.
    
    This may happen with more likelihood on HTTP/2 and 3 for a server
    rejected upload. But for successful uploads, the answer will almost over
    come afterwards.
    
    Undo the previous twists in lib500.c tests, adjust pytest timeline
    checks.
    
    Fixes #21828
    Reported-by: BazaarAcc32 on github
    Closes #21843

    Changed files

    • lib/multi.c
    • lib/progress.c
    • lib/progress.h
    • lib/request.c
    • lib/sendf.c
    • tests/http/testenv/curl.py
    • tests/libtest/lib500.c
    • tests/unit/unit1399.c
  2. Change #269741

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Sun 07 Jun 2026 14:41:04
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision c4c12843df9560d47fa0bd561837ddb06732dcbe

    Comments

    CURLOPT_PORT.md: use stronger language
    This option should not be used.
    
    Closes #21886

    Changed files

    • docs/libcurl/opts/CURLOPT_PORT.md
  3. Change #269742

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Sun 07 Jun 2026 14:42:13
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 7bb7b2c2a4ec28747d4c0cf9b28ca673895dbd40

    Comments

    tool: warn when --ssl and --ftp-ssl-control override each other
    and mention this properly in the docs.
    
    Closes #21887

    Changed files

    • docs/cmdline-opts/ftp-ssl-control.md
    • docs/cmdline-opts/ssl.md
    • src/tool_getparam.c