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

Builder curl-ares-solaris10-i386 Build #3527

Results:

Failed runtest

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revision7e2bdd86624e7fbfeb1ff9af91c2b5ba60855fa8
Got Revision7e2bdd86624e7fbfeb1ff9af91c2b5ba60855fa8
Changes4 changes

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

  1. git update ( 8 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' failed ( 2 hrs, 52 mins, 16 secs )
    1. stdio
    2. resultlog
  3. Mail result 'cat resultlog ...' ( 13 secs )
    1. stdio

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot/slave/curl-ares-solaris10-i386 slave
buildername curl-ares-solaris10-i386 Builder
buildnumber 3527 Build
codebase Build
got_revision 7e2bdd86624e7fbfeb1ff9af91c2b5ba60855fa8 Git
osplatform I386 SetPropertyFromCommand Step
osrelease 10 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 7e2bdd86624e7fbfeb1ff9af91c2b5ba60855fa8 Build
scheduler schedule-curl-ares-solaris10-i386 Scheduler
slavename unstable10x BuildSlave
workdir /export/home/buildbot/slave/curl-ares-solaris10-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Daniel Stenberg
  2. Piotr Nakraszewicz
  3. Stefan Eissing

Timing:

StartFri Jul 4 15:51:44 2025
EndSat Jul 5 00:43:40 2025
Elapsed8 hrs, 51 mins, 55 secs

All Changes:

:

  1. Change #238324

    Category curl
    Changed by Piotr Nakraszewicz <piotr.nakraszewiczohnoyoudont@consult.red>
    Changed at Fri 04 Jul 2025 08:28:46
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision e022da0e8301b0bcc905cd2ca09879ca860e0332

    Comments

    openssl: fix pkcs11 provider available check
    Commit f2ce6c46 among other things added the use of own library context
    instead of the default context. Default context has access to OpenSSL
    configuration file, own context doesn't have it.
    Therefore if a pkcs11 provider is loaded via config file, the function
    OSSL_PROVIDER_available() incorrectly detects the provider as
    unavailable.
    
    Fix this by loading the OpenSSL config to the library context according
    to OpenSSL documentation:
    "OSSL_LIB_CTX_load_config() loads a configuration file using the given
    ctx. This can be used to associate a library context with providers that
    are loaded from a configuration."
    
    Moreover use the provider_loaded flag instead of provider pointer to
    determine if a provider is available, as the latter is not set when the
    provider is loaded from a configuration.
    
    Closes #17804

    Changed files

    • lib/vtls/openssl.c
  2. Change #238335

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Fri 04 Jul 2025 11:23:25
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision bed49a0462bee907413a01edd3e12e59b4687d24

    Comments

    test1499: verify two chunked responses on reused connection
    It triggered a memory leak back in 7.88.1
    
    Closes #17815

    Changed files

    • tests/data/Makefile.am
    • tests/data/test1499
  3. Change #238336

    Category curl
    Changed by Stefan Eissing <stefanohnoyoudont@eissing.org>
    Changed at Fri 04 Jul 2025 12:55:26
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision d9c2d4bc10ef721f87001fff3e690539c86aeec9

    Comments

    docs: warn about lifetime in CURLOPT_CLOSESOCKET*
    Callback and data set via CURLOPT_CLOSESOCKETFUNCTION and
    CURLOPT_CLOSESOCKETDATA may get used after the easy handle has been
    cleaned up. Inform about that.
    
    Closes #17816

    Changed files

    • docs/libcurl/opts/CURLOPT_CLOSESOCKETDATA.md
    • docs/libcurl/opts/CURLOPT_CLOSESOCKETFUNCTION.md
  4. Change #238337

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Fri 04 Jul 2025 12:58:03
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 7e2bdd86624e7fbfeb1ff9af91c2b5ba60855fa8

    Comments

    RELEASE-NOTES: synced

    Changed files

    • RELEASE-NOTES