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

Builder curl-threaded-solaris10-i386 Build #4187

Results:

Failed runtest

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revisionba7e51af2d2cd707c986649d51510b19d4418344
Got Revisionba7e51af2d2cd707c986649d51510b19d4418344
Changes4 changes

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

  1. git update ( 3 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' failed ( 4 hrs, 50 mins, 46 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-threaded-solaris10-i386 slave
buildername curl-threaded-solaris10-i386 Builder
buildnumber 4187 Build
codebase Build
got_revision ba7e51af2d2cd707c986649d51510b19d4418344 Git
osplatform I386 SetPropertyFromCommand Step
osrelease 10 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision ba7e51af2d2cd707c986649d51510b19d4418344 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. Daniel Stenberg
  2. Viktor Szakats

Timing:

StartSun Jan 18 12:01:33 2026
EndMon Jan 19 02:28:05 2026
Elapsed14 hrs, 26 mins, 32 secs

All Changes:

:

  1. Change #255474

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Sat 17 Jan 2026 22:43:36
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 6c31df453b02597e90c27c2e0bc69bb114105005

    Comments

    mqtt: initial support for MQTTS
    Closes #19418

    Changed files

    • CMakeLists.txt
    • configure.ac
    • docs/FAQ.md
    • docs/cmdline-opts/_DESCRIPTION.md
    • docs/internals/MQTT.md
    • docs/libcurl/opts/CURLOPT_PROTOCOLS.md
    • docs/libcurl/opts/CURLOPT_PROTOCOLS_STR.md
    • docs/libcurl/opts/CURLOPT_REDIR_PROTOCOLS.md
    • docs/libcurl/opts/CURLOPT_REDIR_PROTOCOLS_STR.md
    • docs/libcurl/symbols-in-versions
    • docs/tests/FILEFORMAT.md
    • include/curl/curl.h
    • lib/mqtt.c
    • lib/mqtt.h
    • lib/url.c
    • lib/urldata.h
    • lib/version.c
    • scripts/schemetable.c
    • tests/data/Makefile.am
    • tests/data/test1640
    • tests/serverhelp.pm
    • tests/servers.pm
  2. Change #255479

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Sat 17 Jan 2026 22:49:34
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 6aaac9dd388a64d0f511544496608693e1105d13

    Comments

    vquic: drop support for OpenSSL-QUIC
    - It is slower and uses more memory than the alternatives and is only
      experimental in curl.
    - We disable a few tests for OpenSSL-QUIC because of flakiness
    - It gets little attention from OpenSSL and we have no expectation of the
      major flaws getting corrected anytime soon.
    - No one has spoken up for keeping it
    - curl users building with vanilla OpenSSL can still use QUIC through the
      means of ngtcp2
    
    Closes #20226

    Changed files

    • .github/workflows/http3-linux.yml
    • .github/workflows/macos.yml
    • .github/workflows/windows.yml
    • CMakeLists.txt
    • RELEASE-NOTES
    • configure.ac
    • docs/DEPRECATE.md
    • docs/HTTP3.md
    • docs/INSTALL-CMAKE.md
    • lib/Makefile.inc
    • lib/curl_config-cmake.h.in
    • lib/vquic/curl_osslq.c
    • lib/vquic/curl_osslq.h
    • lib/vquic/vquic.c
    • lib/vtls/openssl.c
    • m4/curl-openssl.m4
    • tests/http/test_02_download.py
    • tests/http/test_03_goaway.py
    • tests/http/test_05_errors.py
    • tests/http/test_07_upload.py
    • tests/http/test_14_auth.py
    • tests/http/testenv/curl.py
  3. Change #255486

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Sat 17 Jan 2026 23:25:26
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 6d6899c2f04954f949da6a394dac4997cfaa6fd3

    Comments

    tool: support fractions for --limit-rate and --max-filesize
    Allow 2.5k or 3.7M etc. Add mention in documentation.
    
    Verify in test case 1623.
    
    Closes #20266

    Changed files

    • docs/cmdline-opts/limit-rate.md
    • docs/cmdline-opts/max-filesize.md
    • src/tool_getparam.c
    • src/tool_getparam.h
    • tests/data/Makefile.am
    • tests/data/test1623
    • tests/tunit/Makefile.inc
    • tests/tunit/tool1623.c
  4. 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