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

Builder curl-unthreaded-solaris10-sparc Build #14014

Results:

Failed runtest

SourceStamp:

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

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 27 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' failed ( 6 hrs, 16 mins, 6 secs )
    1. stdio
    2. resultlog
  3. Mail result 'cat resultlog ...' ( 0 secs )
    1. stdio

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot-unstable10s/slave/curl-unthreaded-solaris10-sparc slave
buildername curl-unthreaded-solaris10-sparc Builder
buildnumber 14014 Build
codebase Build
got_revision 7bb7b2c2a4ec28747d4c0cf9b28ca673895dbd40 Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 10 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 7bb7b2c2a4ec28747d4c0cf9b28ca673895dbd40 Build
scheduler schedule-curl-unthreaded-solaris10-sparc Scheduler
slavename unstable10s BuildSlave
workdir /export/home/buildbot-unstable10s/slave/curl-unthreaded-solaris10-sparc slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Daniel Stenberg
  2. Stefan Eissing

Timing:

StartSun Jun 7 22:48:04 2026
EndMon Jun 8 05:04:39 2026
Elapsed6 hrs, 16 mins, 35 secs

All Changes:

:

  1. Change #269685

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

    Comments

    CURLOPT_CHUNK_BGN_FUNCTION: target is there for symlinks only
    Closes #21883

    Changed files

    • docs/libcurl/opts/CURLOPT_CHUNK_BGN_FUNCTION.md
  2. Change #269686

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Sun 07 Jun 2026 00:12:02
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 38b72f3b56b378c03276b150ddb31899581ece06

    Comments

    CURLOPT_PINNEDPUBLICKEY.md: does not apply for other origins
    Clarify
    
    Closes #21885

    Changed files

    • docs/libcurl/opts/CURLOPT_PINNEDPUBLICKEY.md
  3. Change #269690

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Sun 07 Jun 2026 00:26:51
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 317bf7e8a8e71b60753a1efacfa323695431bd4e

    Comments

    ftplistparser: clear strings.target if not symlink
    When the struct is passed to the CURLOPT_CHUNK_BGN_FUNCTION callback,
    clear the pointer if the provided data is not a symlink.
    
    Closes #21884

    Changed files

    • lib/ftplistparser.c
  4. 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
  5. 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
  6. 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