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

Builder curl-unthreaded-solaris11-i386 Build #4637

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11x

Reason:

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

Steps and Logfiles:

  1. git update ( 57 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 55 mins, 51 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 4637 Build
codebase Build
got_revision 5fa5cb382560316a55f0954f1e8cebdbd6568cfb Git
osplatform I386 SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 5fa5cb382560316a55f0954f1e8cebdbd6568cfb 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 00:04:54 2026
EndThu Feb 19 02:09:55 2026
Elapsed2 hrs, 5 mins, 0 secs

All Changes:

:

  1. Change #258028

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Thu 19 Feb 2026 00:00:48
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 5fa5cb382560316a55f0954f1e8cebdbd6568cfb

    Comments

    build: fix `-Wunused-macros` warnings, and related tidy-ups
    - fix internal macro `AN_APPLE_OS` reused between sources without
      resetting it. It may potentially have left the system sha256
      function unused.
    - fix to define `WOLFSSL_OPTIONS_IGNORE_SYS` so that it always applies
      to wolfSSL headers, also during feature detection.
    - md4, md5, sha256: simplify fallback logic.
    - delete 20+ unused macros.
    - scope or move macros to avoid `-Wunused-macros` warnings.
    - examples: delete unused code.
    
    The warning detects macros defined but not used within the same C
    source. It does not warn for macros defined in headers. It also works
    with unity builds, but to a lesser extent.
    
    Closes #20593

    Changed files

    • CMakeLists.txt
    • docs/examples/log_failed_transfers.c
    • docs/examples/synctime.c
    • lib/asyn-ares.c
    • lib/cf-socket.c
    • lib/curl_ntlm_core.c
    • lib/ftp.c
    • lib/http.c
    • lib/http2.c
    • lib/md4.c
    • lib/md5.c
    • lib/parsedate.c
    • lib/progress.c
    • lib/setopt.c
    • lib/sha256.c
    • lib/url.c
    • lib/vauth/ntlm.c
    • lib/vquic/curl_ngtcp2.c
    • lib/vquic/curl_quiche.c
    • lib/vquic/vquic.c
    • lib/vquic/vquic_int.h
    • lib/vtls/openssl.c
    • lib/vtls/wolfssl.c
    • lib/vtls/x509asn1.c
    • lib/ws.c
    • m4/curl-wolfssl.m4
    • src/tool_doswin.c
    • src/var.c