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

Builder curl-threaded-solaris10-sparc Build #3607

Results:

Exception runtest mail result

SourceStamp:

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

BuildSlave:

unstable10s

Reason:

The SingleBranchScheduler scheduler named 'schedule-curl-threaded-solaris10-sparc' triggered this build

Steps and Logfiles:

  1. git update ( 16 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' failed ( 5 hrs, 47 mins, 58 secs )
    1. stdio
    2. resultlog
  3. Mail result Mail result exception ( 0 secs )
    1. - no logs -

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot-unstable10s/slave/curl-threaded-solaris10-sparc slave
buildername curl-threaded-solaris10-sparc Builder
buildnumber 3607 Build
codebase Build
got_revision 03b547f73f8dcfddb108bbfdbdc979f0b55595f1 Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 10 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 03b547f73f8dcfddb108bbfdbdc979f0b55595f1 Build
scheduler schedule-curl-threaded-solaris10-sparc Scheduler
slavename unstable10s BuildSlave
workdir /export/home/buildbot-unstable10s/slave/curl-threaded-solaris10-sparc slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Daniel Stenberg

Timing:

StartTue May 5 13:46:27 2026
EndWed May 6 01:50:38 2026
Elapsed12 hrs, 4 mins, 11 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