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

Builder curl-ares-solaris11-i386 Build #5108

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11x

Reason:

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

Steps and Logfiles:

  1. git update ( 5 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 4 mins, 2 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-ares-solaris11-i386 slave
buildername curl-ares-solaris11-i386 Builder
buildnumber 5108 Build
codebase Build
got_revision b3f76b21c9bc36d94f5fb34a446cef8cb53266d0 Git
osplatform I386 SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision b3f76b21c9bc36d94f5fb34a446cef8cb53266d0 Build
scheduler schedule-curl-ares-solaris11-i386 Scheduler
slavename unstable11x BuildSlave
workdir /export/home/buildbot/slave/curl-ares-solaris11-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Viktor Szakats

Timing:

StartWed May 20 02:11:49 2026
EndWed May 20 04:05:47 2026
Elapsed1 hrs, 53 mins, 58 secs

All Changes:

:

  1. Change #267748

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Wed 20 May 2026 00:48:54
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 1c3289c85e1a7a939464d5c5e84382d2e250e611

    Comments

    unit3303, unit3304: tidy-ups
    - use `curlx_safefree()`.
    - drop redundant blocks.
    
    Follow-up to 7541ae569d82fb308a5e2d94916027da4fa3ba3e #21667
    
    Closes #21684

    Changed files

    • tests/unit/unit3303.c
    • tests/unit/unit3304.c
  2. Change #267749

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Wed 20 May 2026 00:50:43
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision b3f76b21c9bc36d94f5fb34a446cef8cb53266d0

    Comments

    tidy-up: miscellaneous
    - fix typos and wording in documentation and comments.
    - KNOWN_BUGS: merge duplicate H1 section.
    - test_10_proxy: delete stray expressions.
    - Perl: `while()` -> `while(1)`.
    - Perl: fix indent, whitespace, drop redundant quotes and parentheses.
    - fix casing: URL, SSL, Windows.
    - badwords: readd `threadsafe`, add `well-known` (and fix it).
    - replace `WinXP` -> `Windows XP` to match other uses.
    
    Closes #21646

    Changed files

    • configure.ac
    • docs/CIPHERS.md
    • docs/HISTORY.md
    • docs/KNOWN_BUGS.md
    • docs/VULN-DISCLOSURE-POLICY.md
    • docs/examples/cacertinmem.c
    • docs/examples/simplessl.c
    • docs/examples/smooth-gtk-thread.c
    • docs/examples/sslbackend.c
    • docs/internals/TLS-SESSIONS.md
    • docs/libcurl/curl_easy_setopt.md
    • docs/libcurl/curl_multi_socket_action.md
    • docs/libcurl/opts/CURLOPT_SSL_CTX_DATA.md
    • include/curl/curl.h
    • lib/bufq.h
    • lib/curlx/fopen.c
    • lib/dict.c
    • lib/ftp-int.h
    • lib/url.c
    • lib/urldata.h
    • lib/vauth/ntlm_sspi.c
    • lib/vauth/spnego_sspi.c
    • lib/vtls/mbedtls.c
    • lib/vtls/openssl.c
    • lib/vtls/openssl.h
    • lib/vtls/vtls.h
    • lib/vtls/vtls_scache.h
    • lib/vtls/wolfssl.c
    • m4/curl-openssl.m4
    • m4/curl-rustls.m4
    • projects/vms/generate_config_vms_h_curl.com
    • scripts/badwords.txt
    • src/tool_doswin.c
    • src/tool_ssls.c
    • tests/appveyor.pm
    • tests/azure.pm
    • tests/data/test3207
    • tests/http/test_10_proxy.py
    • tests/libtest/cli_hx_download.c
    • tests/libtest/first.h
    • tests/libtest/lib3207.c
    • tests/runner.pm
    • tests/runtests.pl
    • tests/servers.pm