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

Builder curl-threaded-solaris10-i386 Build #4357

Results:

Failed runtest

SourceStamp:

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

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

  1. git update ( 14 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' failed ( 5 hrs, 14 mins, 3 secs )
    1. stdio
    2. resultlog
  3. Mail result 'cat resultlog ...' ( 23 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 4357 Build
codebase Build
got_revision 1fbffe7f08f0d551038520b569b817f58084f77b Git
osplatform I386 SetPropertyFromCommand Step
osrelease 10 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 1fbffe7f08f0d551038520b569b817f58084f77b 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:

StartMon Apr 20 05:46:55 2026
EndMon Apr 20 16:02:52 2026
Elapsed10 hrs, 15 mins, 56 secs

All Changes:

:

  1. Change #265000

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Mon 20 Apr 2026 02:37:35
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 4c548b978f707a8ab18c4ff56231613958b37e02

    Comments

    openssl: fix unused variable warnings in !verbose builds
    Also fix clang-tidy `readability-redundant-control-flow`.
    
    ```
    lib/vtls/openssl.c:4055:46: error: unused parameter 'reason' [-Wunused-parameter]
     4055 |                                          int reason)
          |                                              ^
    lib/vtls/openssl.c:4279:19: error: variable 'status' set but not used [-Wunused-but-set-variable]
     4279 |       const char *status = NULL;
          |                   ^
    ```
    Ref: https://github.com/curl/curl/actions/runs/24641388439/job/72045859306?pr=21379
    
    ```
    lib/vtls/openssl.c:4092:7: error: Value stored to 'rv' is never read [clang-analyzer-deadcode.DeadStores]
     4092 |       rv = SSL_ech_get1_status(ssl, &inner, &outer);
          |       ^    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    lib/vtls/openssl.c:4092:7: note: Value stored to 'rv' is never read
     4092 |       rv = SSL_ech_get1_status(ssl, &inner, &outer);
          |       ^    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    lib/vtls/openssl.c:4112:3: error: redundant return statement at the end of a function with a void return type [readability-redundant-control-flow]
     4111 | #endif
          | ~~~~~~
     4112 |   return;
          |   ^~~~~~~
     4113 | }
    ```
    Ref: https://github.com/curl/curl/actions/runs/24642154148/job/72047919525?pr=21379#step:42:186
    
    Cherry-picked from #21379
    
    Closes #21380

    Changed files

    • lib/vtls/openssl.c
  2. Change #265002

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Mon 20 Apr 2026 02:53:24
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 1fbffe7f08f0d551038520b569b817f58084f77b

    Comments

    GHA: use more OpenSSL 4, enable ECH in more jobs
    for Linux and macOS.
    
    Closes #21379

    Changed files

    • .github/workflows/linux.yml
    • .github/workflows/macos.yml