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

Builder curl-ares-solaris10-sparc Build #2950

Results:

Failed runtest

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revisionf08ecdc586203026d1a81bd401486261f28848d3
Got Revisionf08ecdc586203026d1a81bd401486261f28848d3
Changes2 changes

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 7 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' failed ( 4 hrs, 30 mins, 26 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-ares-solaris10-sparc slave
buildername curl-ares-solaris10-sparc Builder
buildnumber 2950 Build
codebase Build
got_revision f08ecdc586203026d1a81bd401486261f28848d3 Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 10 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision f08ecdc586203026d1a81bd401486261f28848d3 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. Stefan Eissing

Timing:

StartFri Aug 29 00:04:18 2025
EndFri Aug 29 04:34:53 2025
Elapsed4 hrs, 30 mins, 35 secs

All Changes:

:

  1. Change #244020

    Category curl
    Changed by Stefan Eissing <stefanohnoyoudont@eissing.org>
    Changed at Thu 28 Aug 2025 11:00:02
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision fa3baabbd81ab9f0aa50bc6335a3e315be0e3009

    Comments

    websocket: improve handling of 0-len frames
    Write out 9-length frames to client's WRITEFUNCTION
    Read 0-length frames from READFUNCTION *if* the function
    started a new frame via `curl_ws_start_frame()`.
    
    Fixes #18286
    Closes #18332
    Reported-by: Andriy Druk

    Changed files

    • docs/libcurl/curl_ws_start_frame.md
    • lib/cw-out.c
    • lib/http.c
    • lib/http_chunks.c
    • lib/mime.c
    • lib/sendf.c
    • lib/sendf.h
    • lib/smtp.c
    • lib/ws.c
    • tests/http/test_20_websockets.py
    • tests/libtest/cli_ws_data.c
  2. Change #244033

    Category curl
    Changed by Stefan Eissing <stefanohnoyoudont@eissing.org>
    Changed at Thu 28 Aug 2025 14:58:59
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision f08ecdc586203026d1a81bd401486261f28848d3

    Comments

    requests: fix uninitialized var
    init char whose address is passed for a 0-length buffer, clang does not
    like it
    
    Refs #18418
    Closes #18420

    Changed files

    • lib/request.c