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

Builder curl-unthreaded-solaris10-i386 Build #16389

Results:

Failed runtest

SourceStamp:

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

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

  1. git update ( 2 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' failed ( 4 hrs, 44 mins, 42 secs )
    1. stdio
    2. resultlog
  3. Mail result 'cat resultlog ...' ( 11 secs )
    1. stdio

Build Properties:

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

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Michał Antoniak
  2. Viktor Szakats

Timing:

StartSat Jan 24 10:23:36 2026
EndSun Jan 25 00:47:02 2026
Elapsed14 hrs, 23 mins, 25 secs

All Changes:

:

  1. Change #256198

    Category curl
    Changed by Michał Antoniak <m.antoniakohnoyoudont@posnet.com.pl>
    Changed at Fri 23 Jan 2026 22:30:09
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 55ea2b424dc1d81f9488a5d6efac9dc980fe9e4a

    Comments

    setopt: fix checking range for CURLOPT_MAXCONNECTS
    - Use upper limit INT_MAX instead of UINT_MAX.
    
    UINT_MAX doesn't work as the max value for the variable since it is
    passed as a long and becomes -1 on platforms that have same sized
    int and long, like Windows.
    
    Closes https://github.com/curl/curl/pull/20414

    Changed files

    • lib/setopt.c
  2. 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