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

Builder curl-threaded-solaris10-i386 Build #4197

Results:

Failed runtest

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revision64728418ff5138608ce84bcc1de4a80b5a95808b
Got Revision64728418ff5138608ce84bcc1de4a80b5a95808b
Changes2 changes

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

  1. git update ( 9 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' failed ( 4 hrs, 48 mins, 29 secs )
    1. stdio
    2. resultlog
  3. Mail result 'cat resultlog ...' ( 21 secs )
    1. stdio

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot/slave/curl-threaded-solaris10-i386 slave
buildername curl-threaded-solaris10-i386 Builder
buildnumber 4197 Build
codebase Build
got_revision 64728418ff5138608ce84bcc1de4a80b5a95808b Git
osplatform I386 SetPropertyFromCommand Step
osrelease 10 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 64728418ff5138608ce84bcc1de4a80b5a95808b Build
scheduler schedule-curl-threaded-solaris10-i386 Scheduler
slavename unstable10x BuildSlave
workdir /export/home/buildbot/slave/curl-threaded-solaris10-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Viktor Szakats

Timing:

StartSat Jan 24 15:08:26 2026
EndSun Jan 25 05:36:06 2026
Elapsed14 hrs, 27 mins, 39 secs

All Changes:

:

  1. Change #256210

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Sat 24 Jan 2026 02:12:54
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 3150ac7000aa1249fbfe15c45420365f26a6fd61

    Comments

    build: fix unused variables/values/code in non-verbose builds
    Seen in GHA/codeql builds.
    
    One of them also affected wolfSSL < 3.9.10 builds.
    
    61093e2a819d26b7ddf309baef264b9e50c6c56f #20353
    Cherry-picked from #20404
    Closes #20417

    Changed files

    • lib/curl_gssapi.c
    • lib/doh.c
    • lib/vtls/mbedtls.c
    • lib/vtls/rustls.c
    • lib/vtls/wolfssl.c
  2. Change #256225

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Sat 24 Jan 2026 13:10:26
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 64728418ff5138608ce84bcc1de4a80b5a95808b

    Comments

    GHA/codeql: improve perf on Windows, enable `CURL_WERROR=ON`, and more
    - set `CURL_DROP_UNUSED=ON` for Windows (MSVC) to make the analysis step
      faster: 1m30s -> 1m15s
    
    - enable `CURL_WERROR=ON` in all builds, to catch potential build issues
      in addition to running CodeQL. To make these builds useful as regular
      build tests too.
    
    - add links to CodeQL Actions documentation.
    
    - delete test data C files after checkout in an attempt to remove them
      from CodeQL code coverage stats.
    
    Closes #20418

    Changed files

    • .github/workflows/codeql.yml