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

Builder curl-threaded-solaris11-i386 Build #4975

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11x

Reason:

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

Steps and Logfiles:

  1. git update ( 16 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 50 mins, 2 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 4975 Build
codebase Build
got_revision 5ff7f773106176d60d6f3386017b58b3b01edb41 Git
osplatform I386 SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 5ff7f773106176d60d6f3386017b58b3b01edb41 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. Viktor Szakats

Timing:

StartTue Apr 21 10:15:12 2026
EndTue Apr 21 11:30:45 2026
Elapsed1 hrs, 15 mins, 32 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