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

Builder curl-unthreaded-solaris11-i386 Build #4639

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11x

Reason:

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

Steps and Logfiles:

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

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Viktor Szakats

Timing:

StartThu Feb 19 12:57:11 2026
EndThu Feb 19 13:59:19 2026
Elapsed1 hrs, 2 mins, 8 secs

All Changes:

:

  1. Change #258068

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Thu 19 Feb 2026 12:38:49
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 7e203c15e6be738944a467212a4a4d232af390f7

    Comments

    cmake/FindMbedTLS: add workaround for missing static MSVC `mbedcrypto.lib` 4.0.0
    Seen with mbedTLS 4.0.0. mbedTLS 4.0.0 renamed `mbedcrypto` lib to
    `tfpsacrypto`, while also keeping a copy under the old name to aid
    transition. However, this compatibility logic is broken for MSVC static
    builds, and the old name missing.
    
    Work around by looking for the new name in the raw detection codepath.
    
    Note that using `pkg-config`-based detection also works as a workaround.
    
    Reported-by: tawmoto on github
    Fixes #20616
    Ref: https://github.com/Mbed-TLS/mbedtls/blob/v4.0.0/library/CMakeLists.txt#L275-L282
    Ref: https://github.com/Mbed-TLS/mbedtls/issues/10605
    
    Closes #20617

    Changed files

    • CMake/FindMbedTLS.cmake
  2. Change #258069

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Thu 19 Feb 2026 12:38:49
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 7c01bb23bc8454427149f31f4dae0c60c2991c15

    Comments

    rtspd: fix to check `realloc()` result
    Also enable `bugprone-suspicious-realloc-usage` clang-tidy option
    to verify.
    
    Fixing:
    ```
    tests/server/rtspd.c:328:37: error: 'req->rtp_buffer' may be set to null if 'realloc' fails,
     which may result in a leak of the original buffer
     [bugprone-suspicious-realloc-usage,-warnings-as-errors]
      328 |                   req->rtp_buffer = realloc(req->rtp_buffer,
          |                   ~~~~~~~~~~~~~~~   ^       ~~~~~~~~~~~~~~~
    ```
    
    Ref: https://clang.llvm.org/extra/clang-tidy/checks/bugprone/suspicious-realloc-usage.html
    
    Closes #20621

    Changed files

    • .clang-tidy.yml
    • tests/server/rtspd.c
  3. Change #258071

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Thu 19 Feb 2026 12:44:37
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision c878160e9c1f7366e64299aa02540d5495c3df9c

    Comments

    clang-tidy: sync argument names in prototype and definition
    Discovered with clang-tidy checker
    `readability-inconsistent-declaration-parameter-name`.
    
    Also:
    - do not enforce the above because of inconsistencies still present
      between public API prototypes and definitions. (Also betwen man page
      protos, and man page examples, and other parts of the code, e.g.
      `easy` vs `curl` vs `d` vs `handle`) Perhaps subject for a future
      effort:
      https://github.com/curl/curl/actions/runs/22166472728/job/64094691653
    - enable and fix `readability-named-parameter` where missing.
    
    Refs:
    https://clang.llvm.org/extra/clang-tidy/checks/readability/inconsistent-declaration-parameter-name.html
    https://clang.llvm.org/extra/clang-tidy/checks/readability/named-parameter.html
    
    Closes #20624

    Changed files

    • .clang-tidy.yml
    • lib/altsvc.c
    • lib/altsvc.h
    • lib/asyn-ares.c
    • lib/asyn-thrdd.c
    • lib/asyn.h
    • lib/cf-h1-proxy.h
    • lib/cfilters.c
    • lib/cfilters.h
    • lib/conncache.h
    • lib/connect.h
    • lib/cookie.h
    • lib/cshutdn.h
    • lib/curl_addrinfo.c
    • lib/curl_hmac.h
    • lib/curl_md5.h
    • lib/curl_sha256.h
    • lib/curlx/strdup.h
    • lib/curlx/strparse.h
    • lib/curlx/warnless.h
    • lib/doh.h
    • lib/ftp.c
    • lib/ftplistparser.h
    • lib/hmac.c
    • lib/hostip.c
    • lib/hostip.h
    • lib/hsts.h
    • lib/http2.c
    • lib/http2.h
    • lib/idn.h
    • lib/llist.h
    • lib/mime.c
    • lib/multi.c
    • lib/multiif.h
    • lib/netrc.c
    • lib/netrc.h
    • lib/parsedate.c
    • lib/parsedate.h
    • lib/request.h
    • lib/select.h
    • lib/sendf.c
    • lib/sendf.h
    • lib/setopt.h
    • lib/sha256.c
    • lib/splay.h
    • lib/strcase.h
    • lib/strequal.c
    • lib/uint-table.h
    • lib/url.h
    • lib/vauth/cleartext.c
    • lib/vauth/vauth.h
    • lib/vssh/vssh.c
    • lib/vtls/hostcheck.h
    • lib/vtls/openssl.c
    • lib/vtls/openssl.h
    • lib/vtls/vtls.c
    • lib/vtls/vtls.h
    • lib/vtls/vtls_scache.c
    • lib/ws.c
    • lib/ws.h
    • src/tool_easysrc.h
    • src/tool_getpass.c
    • src/tool_paramhlp.h
    • tests/libtest/first.h
  4. Change #258072

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Thu 19 Feb 2026 12:44:52
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision bd60df527c782d8c907d8e2ea8bdb172860da8b0

    Comments

    clang-tidy: check `readability-redundant-control-flow`
    Also fix fallouts.
    
    Ref: https://clang.llvm.org/extra/clang-tidy/checks/readability/redundant-control-flow.html
    
    Closes #20625

    Changed files

    • .clang-tidy.yml
    • docs/examples/synctime.c
    • tests/server/tftpd.c