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

Builder curl-threaded-solaris11-i386 Build #3848

Results:

Build successful

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revisiona5f0ab7995bbb6e269feb3a516f804a65c753705
Got Revisiona5f0ab7995bbb6e269feb3a516f804a65c753705
Changes2 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, 5 mins, 11 secs )
    1. stdio
    2. resultlog
  3. Mail result 'cat resultlog ...' ( 49 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 3848 Build
codebase Build
got_revision a5f0ab7995bbb6e269feb3a516f804a65c753705 Git
osplatform I386 SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision a5f0ab7995bbb6e269feb3a516f804a65c753705 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 15 15:04:09 2025
EndFri Aug 15 18:43:40 2025
Elapsed3 hrs, 39 mins, 30 secs

All Changes:

:

  1. Change #243018

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Fri 15 Aug 2025 13:35:04
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision c5f76b8096e05a73b0ecebf359b95703c5b8a2ab

    Comments

    sendf: getting less data than "max allowed" is okay
    Easily triggered when doing an FTP ranged download with the end range
    larger than the file size.
    
    A regression since 30de937bda0 (shipped in curl 8.9.0)
    
    Add test 2307 to verify.
    
    Reported-by: kupavcevdenis on github
    Fixes #18283
    Closes #18295

    Changed files

    • lib/sendf.c
    • tests/data/Makefile.am
    • tests/data/test2307
  2. Change #243019

    Category curl
    Changed by Stefan Eissing <stefanohnoyoudont@eissing.org>
    Changed at Fri 15 Aug 2025 13:50:28
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision a5f0ab7995bbb6e269feb3a516f804a65c753705

    Comments

    openssl: auto-pause on verify callback retry
    When an application install its own OpenSSL verify callback and that
    callback invokes `SSL_set_retry_verify()`, the transfer is automatically
    paused and does not progress the connect attempt any further until
    unpaused via `curl_easy_pause().
    
    Added test758 to verify.
    
    Ref: #18284
    Original PR by @Natris
    Bug: https://curl.se/mail/lib-2025-08/0012.html
    Closes #18288

    Changed files

    • docs/libcurl/opts/CURLOPT_SSL_CTX_FUNCTION.md
    • lib/multi.c
    • lib/vtls/openssl.c
    • tests/data/Makefile.am
    • tests/data/test758
    • tests/libtest/Makefile.inc
    • tests/libtest/lib758.c