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

Builder curl-unthreaded-solaris10-i386 Build #16550

Build In Progress:

ETA: 04:55:16 [24 secs]

[waiting for Lock]

SourceStamp:

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

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

  1. git  
    1. - no logs -
    1. - no logs -
    1. - no logs -
  2. Runtest  
    1. - no logs -
    1. - no logs -

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot/slave/curl-unthreaded-solaris10-i386 slave
buildername curl-unthreaded-solaris10-i386 Builder
buildnumber 16550 Build
codebase Build
project curl Build
repository https://github.com/curl/curl.git Build
revision 759f2e5d97a70c7295e5c2256018cfcb1f8900e9 Build
scheduler schedule-curl-unthreaded-solaris10-i386 Scheduler
slavename unstable10x BuildSlave
workdir /export/home/buildbot/slave/curl-unthreaded-solaris10-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Dag-Erling Smørgrav
  2. Stefan Eissing

Timing:

StartMon Apr 20 00:57:23 2026
Elapsed3 hrs, 57 mins, 28 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