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

Builder curl-ares-solaris10-sparc Build #2963

Results:

Failed runtest

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revision5fa4fb0c1334c000f7d5769551bfb64727fee62e
Got Revision5fa4fb0c1334c000f7d5769551bfb64727fee62e
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 ( 5 hrs, 40 mins, 22 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 2963 Build
codebase Build
got_revision 5fa4fb0c1334c000f7d5769551bfb64727fee62e Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 10 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 5fa4fb0c1334c000f7d5769551bfb64727fee62e 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:

StartThu Sep 4 17:09:33 2025
EndFri Sep 5 08:48:27 2025
Elapsed15 hrs, 38 mins, 54 secs

All Changes:

:

  1. Change #244425

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Thu 04 Sep 2025 08:26:17
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 31659b4a7ac8e736a2cb2812dff7635986ba0a2e

    Comments

    http_add_connection_hd: respect previous error
    Pointed out by CodeSonar
    
    Closes #18472

    Changed files

    • lib/http.c
  2. Change #244429

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Thu 04 Sep 2025 08:31:27
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 1edead4360584a5fdfb7d1ed0266b1e3b8122324

    Comments

    rtsp: split out a subfunction from rtsp_do
    Takes complexity down from 71 to 52.
    
    Closes #18471

    Changed files

    • lib/rtsp.c
  3. Change #244431

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Thu 04 Sep 2025 10:06:13
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision f333a73892d2bc42d7cde12d969025b424884864

    Comments

    top-complexity: set threshold to 70
    Closes #18475

    Changed files

    • scripts/top-complexity
  4. Change #244442

    Category curl
    Changed by Stefan Eissing <stefanohnoyoudont@eissing.org>
    Changed at Thu 04 Sep 2025 14:47:15
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 5fa4fb0c1334c000f7d5769551bfb64727fee62e

    Comments

    websocket: reset upload_done when sending data
    Sending websocket data did not clear the "upload_done" flag of
    the initial HTTP Upgrade request, leading to KEEP_SEND never be
    cleared. This caused the socket to be polled for INOUT after all
    the websocket data had been sent. A busy loop.
    
    Closes #18476

    Changed files

    • lib/ws.c