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

Builder curl-unthreaded-solaris10-i386 Build #16583

Build In Progress:

[waiting for Lock]

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revision03b547f73f8dcfddb108bbfdbdc979f0b55595f1
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 16583 Build
codebase Build
project curl Build
repository https://github.com/curl/curl.git Build
revision 03b547f73f8dcfddb108bbfdbdc979f0b55595f1 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. Daniel Stenberg

Timing:

StartTue May 5 11:51:35 2026
Elapsed4 hrs, 4 mins, 43 secs

All Changes:

:

  1. Change #266318

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Tue 05 May 2026 08:46:26
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 1ff399c3f7ec07f5bbe52b416b8b92a824c6a959

    Comments

    gtls: fix some typos
    Also make gtls_get_ietf_proto() static
    
    Found by Copilot
    
    Closes #21498

    Changed files

    • lib/vtls/gtls.c
    • lib/vtls/gtls.h
  2. Change #266320

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Tue 05 May 2026 08:55:49
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 117d50b4bf48ca04908f87dd665ba183573587b6

    Comments

    thrdqueue: make thrdq_await_done only for unit tests
    It is not used for anything else, so drop Curl_ and make it conditional
    accordingly.
    
    Closes #21499

    Changed files

    • lib/thrdqueue.c
    • tests/unit/unit3301.c
  3. Change #266329

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Tue 05 May 2026 10:11:10
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 03b547f73f8dcfddb108bbfdbdc979f0b55595f1

    Comments

    tool_formparse.c: use define instead of magic number
    The longest header lines accepted for the -F option is now a define
    instead of a magic number. I also bumped it to be an even 8K.
    
    When fixing, I noticed that for some OOM errors curl would display two
    error messages. Also fixed here.
    
    Closes #21501

    Changed files

    • src/tool_formparse.c