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

Builder curl-threaded-solaris10-sparc Build #3439

Results:

Failed runtest

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revision57c2690f7e6f18e78df3368c01b9ff2da180bc46
Got Revision57c2690f7e6f18e78df3368c01b9ff2da180bc46
Changes3 changes

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

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

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot-unstable10s/slave/curl-threaded-solaris10-sparc slave
buildername curl-threaded-solaris10-sparc Builder
buildnumber 3439 Build
codebase Build
got_revision 57c2690f7e6f18e78df3368c01b9ff2da180bc46 Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 10 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 57c2690f7e6f18e78df3368c01b9ff2da180bc46 Build
scheduler schedule-curl-threaded-solaris10-sparc Scheduler
slavename unstable10s BuildSlave
workdir /export/home/buildbot-unstable10s/slave/curl-threaded-solaris10-sparc slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Sascha Frinken
  2. Viktor Szakats

Timing:

StartSun Jan 18 18:42:10 2026
EndMon Jan 19 12:57:14 2026
Elapsed18 hrs, 15 mins, 3 secs

All Changes:

:

  1. Change #255491

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Sun 18 Jan 2026 01:23:44
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision ba7e51af2d2cd707c986649d51510b19d4418344

    Comments

    autotools: fix indentation in help output for two options
    By using weird indentation in the autoconf source.
    
    Fixing:
    ```
      --enable-sspi           Enable SSPI
        --disable-sspi          Disable SSPI
    [...]
      --enable-websockets     Enable WebSockets support
        --disable-websockets    Disable WebSockets support
    ```
    
    Follow-up to 923db3515d3f3a707fd4cad6f05f9538899536d7 #18116
    Follow-up to d78e129d50b2d190f1c1bde2ad1f62f02f152db0 #14936
    
    Closes #20342

    Changed files

    • configure.ac
  2. Change #255502

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Sun 18 Jan 2026 12:45:39
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision aef128ef50a0689d414103e8d6c337ccb9d9f2cd

    Comments

    hostip: fix unreachable code in rare build configuration
    with cmake options:
    ```
    -DCMAKE_UNITY_BUILD=OFF -DCURL_DISABLE_HTTP=ON -DENABLE_THREADED_RESOLVER=OFF
    ```
    
    Fixing (seen with Apple clang 17):
    ```
    lib/hostip.c:939:16: error: code will never be executed [-Werror,-Wunreachable-code]
      940 |       *entry = dns;
          |                ^~~
    ```
    
    Closes #20344

    Changed files

    • lib/hostip.c
  3. Change #255510

    Category curl
    Changed by Sascha Frinken <sascha-frinkenohnoyoudont@users.noreply.github.com>
    Changed at Sun 18 Jan 2026 16:43:18
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 57c2690f7e6f18e78df3368c01b9ff2da180bc46

    Comments

    MQTT.md: remove no TLS (mqtts) support
    As curl now supports TLS (mqtts), it is no longer necessary to list it
    as a limitation in the docs.
    
    Closes #20343

    Changed files

    • docs/internals/MQTT.md