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

Builder curl-threaded-solaris11-i386 Build #4499

Results:

Build successful

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revision2949faa93c94a624256f46b42f2dfbbee7d56fdb
Got Revision2949faa93c94a624256f46b42f2dfbbee7d56fdb
Changes5 changes

BuildSlave:

unstable11x

Reason:

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

Steps and Logfiles:

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

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot/slave/curl-threaded-solaris11-i386 slave
buildername curl-threaded-solaris11-i386 Builder
buildnumber 4499 Build
codebase Build
got_revision 2949faa93c94a624256f46b42f2dfbbee7d56fdb Git
osplatform I386 SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 2949faa93c94a624256f46b42f2dfbbee7d56fdb Build
scheduler schedule-curl-threaded-solaris11-i386 Scheduler
slavename unstable11x BuildSlave
workdir /export/home/buildbot/slave/curl-threaded-solaris11-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Viktor Szakats

Timing:

StartWed Jan 14 03:59:53 2026
EndWed Jan 14 07:18:49 2026
Elapsed3 hrs, 18 mins, 55 secs

All Changes:

:

  1. Change #255189

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Wed 14 Jan 2026 00:55:04
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision ea94afe3180c90cd2f4eb89719c53d0e7eed0f56

    Comments

    ldap: silence potential unused variable warning (OS400)
    Also:
    - add `endif` comment.
    - unfold a line.
    
    Follow-up to 64350280d3b9aca54856f73d109aab8f49615de3 #20197
    
    Closes #20302

    Changed files

    • lib/ldap.c
  2. Change #255190

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Wed 14 Jan 2026 00:55:05
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 7d9004ee478878a494eb11776a53e9a58d08a8ef

    Comments

    build: drop duplicate C includes
    - `stdlib.h` and `string.h` is included via `curl_setup_once.h`,
      allowing to drop from `tests/server` sources and `tool_doswin.c`.
    
    - `stdlib.h` is also included via `setup-vms.h` (earlier than above),
      allowing to drop it from `curl_addrinfo.h` on VMS.
    
    Closes #20303

    Changed files

    • lib/curl_addrinfo.h
    • src/tool_doswin.c
    • tests/server/first.c
    • tests/server/mqttd.c
    • tests/server/socksd.c
  3. Change #255191

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Wed 14 Jan 2026 00:55:05
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 60ab58a8a50b7d4e8d9df8591ba5cc0ba3516553

    Comments

    cmake: replace an outlier `set(var)` with `set(var, "")`
    For consistency with the rest of these expressions and readability.
    
    Closes #20305

    Changed files

    • CMakeLists.txt
  4. Change #255203

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Wed 14 Jan 2026 02:35:00
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 4651d4c76b2e2cddbf1f28cd2efe81a22a79262c

    Comments

    badwords: catch and fix more variants of `NN-bit`
    Closes #20304

    Changed files

    • .github/scripts/badwords.txt
    • docs/SSL-PROBLEMS.md
    • docs/libcurl/curl_version_info.md
    • docs/libcurl/opts/CURLOPT_PORT.md
    • docs/libcurl/opts/CURLOPT_PROXYPORT.md
    • docs/libcurl/opts/CURLOPT_SSH_HOST_PUBLIC_KEY_MD5.md
    • include/curl/curl.h
    • lib/arpa_telnet.h
    • lib/curlx/inet_ntop.c
    • lib/doh.c
    • lib/ftp.c
    • lib/mime.c
    • lib/sha256.c
    • lib/socks_gssapi.c
    • lib/socks_sspi.c
    • lib/tftp.c
    • lib/ws.c
    • tests/data/test649
    • tests/runtests.pl
    • tests/unit/unit1658.c
  5. Change #255205

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Wed 14 Jan 2026 03:11:33
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 2949faa93c94a624256f46b42f2dfbbee7d56fdb

    Comments

    badwords: fix typos found
    Not caught in CI.
    
    Closes #20308

    Changed files

    • docs/HSTS.md
    • docs/MANUAL.md
    • docs/TheArtOfHttpScripting.md
    • docs/libcurl/curl_mime_filename.md
    • docs/libcurl/libcurl.m4
    • docs/libcurl/opts/CURLOPT_COOKIELIST.md
    • docs/libcurl/opts/CURLOPT_DOH_SSL_VERIFYHOST.md
    • docs/libcurl/opts/CURLOPT_HTTPPOST.md
    • docs/libcurl/opts/CURLOPT_NOPROXY.md
    • tests/http/testenv/curl.py