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

Builder curl-threaded-solaris11-i386 Build #3794

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11x

Reason:

The SingleBranchScheduler scheduler named 'schedule-curl-threaded-solaris11-i386' triggered this build

Steps and Logfiles:

  1. git update ( 11 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 1 hrs, 4 mins, 4 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-threaded-solaris11-i386 slave
buildername curl-threaded-solaris11-i386 Builder
buildnumber 3794 Build
codebase Build
got_revision ec4c559104ad2af536e0a549ef87623da275d13e Git
osplatform I386 SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision ec4c559104ad2af536e0a549ef87623da275d13e Build
scheduler schedule-curl-threaded-solaris11-i386 Scheduler
slavename unstable11x BuildSlave
workdir /export/home/buildbot/slave/curl-threaded-solaris11-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Daniel Stenberg
  2. Stefan Eissing

Timing:

StartFri Aug 1 18:37:35 2025
EndFri Aug 1 22:01:54 2025
Elapsed3 hrs, 24 mins, 18 secs

All Changes:

:

  1. Change #241596

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Fri 01 Aug 2025 15:40:53
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 32cab35a0c80f643b0fee9c2c9679ab58ec9315d

    Comments

    RELEASE-NOTES: synced

    Changed files

    • RELEASE-NOTES
  2. Change #241602

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Fri 01 Aug 2025 16:02:54
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 8df0a5ba3225afbd93574b177e05fb01135c6f1f

    Comments

    release-notes: fix warning
    Follow-up to 2ec54556d4e3f3ab551b5
    
    Closes #18133

    Changed files

    • scripts/release-notes.pl
  3. Change #241626

    Category curl
    Changed by Stefan Eissing <stefanohnoyoudont@eissing.org>
    Changed at Fri 01 Aug 2025 17:54:05
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision ec4c559104ad2af536e0a549ef87623da275d13e

    Comments

    openssl: check SSL_write() length on retries
    When an SSL_write() blocks we need to retry it with the
    same length as before or stupid OpenSSL freaks out. Remember
    it, limit any longer sends and fail shorter ones.
    
    Fixes #18121
    Reported-by: adamse on github
    Closes #18132

    Changed files

    • lib/request.c
    • lib/vtls/openssl.c
    • lib/vtls/openssl.h
    • tests/http/test_02_download.py