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

Builder curl-ares-solaris11-i386 Build #5352

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11x

Reason:

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

Steps and Logfiles:

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

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Stefan Eissing

Timing:

StartTue Sep 8 14:35:04 2026
EndTue Sep 8 14:41:05 2026
Elapsed6 mins, 0 secs

All Changes:

:

  1. Change #281112

    Category curl
    Changed by Stefan Eissing <stefanohnoyoudont@eissing.org>
    Changed at Tue 08 Sep 2026 14:27:27
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision f86897d831843762699a3c067e3882b551d078c8

    Comments

    http2: changes in error handling
    - always treat errors from nghttp2_session_mem_recv() as fatal
    - always return 0 from invalid_frame callback, so that nghttp2's
      internal RST/GOAWAY handling can work
    - adjust test_01_14 return code expectation
    
    Closes #22870

    Changed files

    • lib/http2.c
    • tests/http/test_01_basic.py
  2. Change #281114

    Category curl
    Changed by Stefan Eissing <stefanohnoyoudont@eissing.org>
    Changed at Tue 08 Sep 2026 14:28:39
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 76847b05e3f709b9f5bcafa2a85c4600179a2095

    Comments

    mbedtls: fix ticket handling
    Getting MBEDTLS_ERR_SSL_RECEIVED_NEW_SESSION_TICKET from mbedTLS is in
    no way blocking. Send/receive calls need to make another attempt
    afterwards to get the "real" result.
    
    Closes #22871

    Changed files

    • lib/vtls/mbedtls.c
  3. Change #281115

    Category curl
    Changed by Stefan Eissing <stefanohnoyoudont@eissing.org>
    Changed at Tue 08 Sep 2026 14:40:13
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 06a3bda4f2a3e126d95fd17d0bbae3ab8193ccc8

    Comments

    easy: make ca_cache_timeout standalone
    The `struct ssl_general_config` had only a single `int` member. Dissolve
    the struct and make the `int ssl_ca_cache_timeout` a direct member of
    `data->set`.
    
    Closes #22877

    Changed files

    • lib/setopt.c
    • lib/url.c
    • lib/urldata.h
    • lib/vtls/gtls.c
    • lib/vtls/openssl.c
    • lib/vtls/schannel.c
    • lib/vtls/vtls_config.h
    • lib/vtls/wolfssl.c
  4. Change #281131

    Category curl
    Changed by Stefan Eissing <stefanohnoyoudont@eissing.org>
    Changed at Tue 08 Sep 2026 16:15:45
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 337a405511ff8ad4b0345cc2566b5c8487e5e8c5

    Comments

    conncache: remove bundle dest
    We stored the "destination" string at each connection bundle, but it was
    never necessary to have it for operations. Remove the duplicated string
    from the bundle.
    
    Closes #22873

    Changed files

    • lib/conncache.c