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

Builder curl-ares-solaris11-i386 Build #4968

Build In Progress:

ETA: 12:22:06 [6 mins, 26 secs]

[waiting for Lock]

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revision5ff7f773106176d60d6f3386017b58b3b01edb41
Changes1 change

BuildSlave:

unstable11x

Reason:

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

Steps and Logfiles:

  1. git  
    1. - no logs -
    1. - no logs -
    1. - no logs -
  2. Runtest  
    1. - no logs -
    1. - no logs -

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot/slave/curl-ares-solaris11-i386 slave
buildername curl-ares-solaris11-i386 Builder
buildnumber 4968 Build
codebase Build
project curl Build
repository https://github.com/curl/curl.git Build
revision 5ff7f773106176d60d6f3386017b58b3b01edb41 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. Viktor Szakats

Timing:

StartTue Apr 21 10:40:26 2026
Elapsed1 hrs, 35 mins, 13 secs

All Changes:

:

  1. Change #265097

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Tue 21 Apr 2026 10:09:58
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 5ff7f773106176d60d6f3386017b58b3b01edb41

    Comments

    wolfssl: fix `-Wmissing-prototypes`
    Seen with unity, H3, wolfssl with `HAVE_EX_DATA`.
    
    Fixing:
    ```
    lib/vtls/wolfssl.c:412:10: error: no previous prototype for function 'Curl_wssl_cache_session' [-Wmissing-prototypes]
      412 | CURLcode Curl_wssl_cache_session(struct Curl_cfilter *cf,
          |          ^
    lib/vtls/wolfssl.c:412:1: note: declare 'static' if the function is not intended to be used outside of this translation unit
      412 | CURLcode Curl_wssl_cache_session(struct Curl_cfilter *cf,
          | ^
          | static
    1 error generated.
    ```
    
    Follow-up to cc5c1553fbdb8c1391d0cf81134583ee32da64d4 #19852
    
    Closes #21392

    Changed files

    • lib/vtls/wolfssl.h