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

Builder curl-ares-solaris10-i386 Build #4327

Results:

Build successful

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revision759f2e5d97a70c7295e5c2256018cfcb1f8900e9
Got Revision759f2e5d97a70c7295e5c2256018cfcb1f8900e9
Changes3 changes

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

  1. git update ( 15 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 6 mins, 0 secs )
    1. stdio
    2. resultlog
  3. Mail result 'cat resultlog ...' ( 0 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 4327 Build
codebase Build
got_revision 759f2e5d97a70c7295e5c2256018cfcb1f8900e9 Git
osplatform I386 SetPropertyFromCommand Step
osrelease 10 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 759f2e5d97a70c7295e5c2256018cfcb1f8900e9 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. Dag-Erling Smørgrav
  2. Stefan Eissing

Timing:

StartMon Apr 20 00:57:24 2026
EndMon Apr 20 10:48:09 2026
Elapsed9 hrs, 50 mins, 44 secs

All Changes:

:

  1. Change #264983

    Category curl
    Changed by Stefan Eissing <stefanohnoyoudont@eissing.org>
    Changed at Mon 20 Apr 2026 00:06:55
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision ebed4aaf0136392d8f040de16a29d89777323fb3

    Comments

    ws: fix a blocking curl_ws_send() to report written length correctly
    Fixes #21372
    Reported-by: Yiwei Hou
    Clkoses #21373

    Changed files

    • lib/ws.c
  2. Change #264986

    Category curl
    Changed by Dag-Erling Smørgrav <desohnoyoudont@des.dev>
    Changed at Mon 20 Apr 2026 00:44:21
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 6506693f0b5a46f18ac63f792036c69a33031faa

    Comments

    lib1960: fix test failure
    On platforms where struct sockaddr has a length field, the current code
    leaves it uninitialized, resulting in a test failure when valgrind is
    used.
    
    Closes #21377

    Changed files

    • tests/libtest/lib1960.c
  3. Change #264987

    Category curl
    Changed by Dag-Erling Smørgrav <desohnoyoudont@des.dev>
    Changed at Mon 20 Apr 2026 00:44:21
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 759f2e5d97a70c7295e5c2256018cfcb1f8900e9

    Comments

    tests: avoid infinite recursion for `make check`
    The combination of a misspelled directory name and failing to check the
    result of cd leads to infinite recursion as `make check` simply invokes
    itself over and over.
    
    Follow-up to 00887aee8ca0efe0b40fa41b2a36e2d853d49b57 #18079
    Closes #21378

    Changed files

    • tests/http/Makefile.am