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

Builder curl-ares-solaris10-sparc Build #2925

Results:

Failed runtest

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revision87b0ee0687899061f90006f38c9c5e365f408b0e
Got Revision87b0ee0687899061f90006f38c9c5e365f408b0e
Changes4 changes

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 19 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' failed ( 4 hrs, 27 mins, 23 secs )
    1. stdio
    2. resultlog
  3. Mail result 'cat resultlog ...' ( 26 secs )
    1. stdio

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot-unstable10s/slave/curl-ares-solaris10-sparc slave
buildername curl-ares-solaris10-sparc Builder
buildnumber 2925 Build
codebase Build
got_revision 87b0ee0687899061f90006f38c9c5e365f408b0e Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 10 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 87b0ee0687899061f90006f38c9c5e365f408b0e 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. Dan Fandrich
  2. Stefan Eissing
  3. Viktor Szakats

Timing:

StartTue Aug 12 09:12:42 2025
EndTue Aug 12 23:01:09 2025
Elapsed13 hrs, 48 mins, 27 secs

All Changes:

:

  1. Change #242694

    Category curl
    Changed by Dan Fandrich <danohnoyoudont@coneharvesters.com>
    Changed at Mon 11 Aug 2025 21:04:57
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 756c0718c27fd3c5acbd5262d1dab5901a22c759

    Comments

    TODO: remove session export item
    This was implemented in #15924
    
    Ref: #15924
    Closes #18243

    Changed files

    • docs/TODO
  2. Change #242719

    Category curl
    Changed by Stefan Eissing <stefanohnoyoudont@eissing.org>
    Changed at Mon 11 Aug 2025 23:28:54
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 37cecfc7b91118f116cf16af8f50a18b15d00d51

    Comments

    websocket: support CURLOPT_READFUNCTION
    Add support for CURLOPT_READFUNCTION with WebSocket urls when *not* in
    connect-only mode, e.g. when using curl_multi_perform.
    
    Install the callback function and set CURLOPT_UPLOAD. Return
    CURL_READFUNC_PAUSE when having nothing more to send and unpause the
    transfer when more data is ready.
    
    This will send the read bytes in a WebSocket BINARY frame.
    
    Add support for this mode in the pytest "ws_data" client and have all
    tests run in 'curl_ws_send/recv' and 'peform' mode as well.
    
    Add `curl_ws_start_frame()`. Document, cover in libcurl-ws.md and
    explain the READFUNCTION mode for websockets.
    
    Add example `websocket-updown` for this.
    
    Closes #17683

    Changed files

    • docs/examples/.gitignore
    • docs/examples/Makefile.inc
    • docs/examples/websocket-updown.c
    • docs/libcurl/Makefile.inc
    • docs/libcurl/curl_ws_send.md
    • docs/libcurl/curl_ws_start_frame.md
    • docs/libcurl/libcurl-ws.md
    • docs/libcurl/opts/CURLOPT_WS_OPTIONS.md
    • include/curl/websockets.h
    • lib/http.c
    • lib/libcurl.def
    • lib/ws.c
    • scripts/singleuse.pl
    • tests/data/test1135
    • tests/data/test2300
    • tests/http/test_20_websockets.py
    • tests/libtest/cli_ws_data.c
  3. Change #242723

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Tue 12 Aug 2025 00:12:42
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision af8e1aa4b06e9dc78a559b485348e5464bd5cff5

    Comments

    GHA/curl-for-win: libssh.org is down, switch to libssh2
    Closes #18257

    Changed files

    • .github/workflows/curl-for-win.yml
  4. Change #242728

    Category curl
    Changed by Dan Fandrich <danohnoyoudont@coneharvesters.com>
    Changed at Tue 12 Aug 2025 00:36:58
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 87b0ee0687899061f90006f38c9c5e365f408b0e

    Comments

    CI: update libstdc++ for linux-old build
    actions/checkout@v5 requires a newer libstdc++ than the container
    contains. Update it to a backwards-compatible version just like we
    already do for libc6.
    
    Ref: #18250
    Closes #18255

    Changed files

    • .github/workflows/linux-old.yml