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

Builder curl-ares-solaris10-i386 Build #3649

Results:

Failed runtest

SourceStamp:

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

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

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

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot/slave/curl-ares-solaris10-i386 slave
buildername curl-ares-solaris10-i386 Builder
buildnumber 3649 Build
codebase Build
got_revision ec9cb618a0a580b54cb1b250a51bda61e0e45811 Git
osplatform I386 SetPropertyFromCommand Step
osrelease 10 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision ec9cb618a0a580b54cb1b250a51bda61e0e45811 Build
scheduler schedule-curl-ares-solaris10-i386 Scheduler
slavename unstable10x BuildSlave
workdir /export/home/buildbot/slave/curl-ares-solaris10-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Stefan Eissing
  2. Viktor Szakats

Timing:

StartThu Sep 4 21:04:04 2025
EndFri Sep 5 06:10:04 2025
Elapsed9 hrs, 5 mins, 59 secs

All Changes:

:

  1. 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
  2. Change #244462

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Thu 04 Sep 2025 20:37:51
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision ec9cb618a0a580b54cb1b250a51bda61e0e45811

    Comments

    spacecheck: warn for 3+ empty lines in a row, fix fallouts
    Closes #18478

    Changed files

    • .github/scripts/spacecheck.pl
    • docs/examples/ephiperfifo.c
    • docs/examples/evhiperfifo.c
    • docs/examples/hiperfifo.c
    • lib/bufq.c
    • lib/curl_sha512_256.c
    • lib/ftp.c
    • lib/mime.c
    • lib/ws.c
    • packages/OS400/README.OS400
    • tests/libtest/lib557.c
    • tests/runner.pm
    • tests/servers.pm
    • winbuild/MakefileBuild.vc