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

Builder curl-threaded-solaris11-i386 Build #5305

Results:

Build successful

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revisiond786a85f19927c34a10b91b144389db8b16888c7
Got Revisiond786a85f19927c34a10b91b144389db8b16888c7
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 ...' ( 54 mins, 45 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-solaris11-i386 slave
buildername curl-threaded-solaris11-i386 Builder
buildnumber 5305 Build
codebase Build
got_revision d786a85f19927c34a10b91b144389db8b16888c7 Git
osplatform I386 SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision d786a85f19927c34a10b91b144389db8b16888c7 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. Daniel Stenberg
  2. Stefan Eissing
  3. Viktor Szakats

Timing:

StartFri Jun 26 23:02:21 2026
EndSat Jun 27 00:49:22 2026
Elapsed1 hrs, 47 mins, 1 secs

All Changes:

:

  1. Change #272987

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Fri 26 Jun 2026 21:12:35
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 616356646159379ab091502cdc90113dc8cc11eb

    Comments

    openssl: drop unused pre-OpenSSL3 `ctx_option_t` typedef
    Follow-up to 69c89bf3d3137fcbb2b8bc57233182adcf1e2817 #18330
    
    Closes #22197

    Changed files

    • lib/vtls/openssl.c
  2. Change #272988

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Fri 26 Jun 2026 21:12:35
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision da2f05e6f6cee66ea46b8b1ca3943e5a6dde0b91

    Comments

    cmake: fix not to build `tunits` when `BUILD_CURL_EXE=OFF`
    It fails as expected, with a list of errors:
    ```
    In file included from _x64-win-ucrt-for-trurl-bld/tests/tunit/tunits.c:5:
    tests/tunit/tool1394.c:76:11: error: call to undeclared function 'parse_cert_parameter'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
       76 |     err = parse_cert_parameter(p->param, &certname, &passphrase);
          |           ^
    [...]
    tests/tunit/tool1622.c:68:5: error: call to undeclared function 'timebuf'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
       68 |     timebuf(buffer, sizeof(buffer), secs);
          |     ^
    [...]
    tests/tunit/tool1623.c:104:26: error: call to undeclared function 'GetSizeParameter'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
      104 |     ParameterError err = GetSizeParameter(check[i].input, &output);
          |                          ^
    [...]
    ```
    Ref: https://github.com/curl/curl/actions/runs/28256499057/job/83720797064?pr=22195
    
    Ref: #22195
    Ref: https://github.com/curl/curl-for-win/commit/640fed88b65052e944edb466387bd8a062bd9b37
    
    Closes #22198

    Changed files

    • tests/CMakeLists.txt
  3. Change #272999

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Fri 26 Jun 2026 22:44:53
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 9f9d2d10d9b87cc86016b57c256387e83fc291e0

    Comments

    lib1587: fix gcc `-Wconversion` with LibreSSL on Windows, test in CI
    By exposing and reusing existing custom type via `vtls/openss.h`.
    
    Also:
    - GHA/curl-for-win: test in CI by enabling building tests.
      Cost is 45s per job, so limit it to the gcc job.
    
    Seen with Windows x64 gcc (not tested in CI prior to this patch):
    ```
    tests/libtest/lib1587.c:50:7: error: conversion from 'opt1587' {aka 'long long unsigned int'} to 'long int' may change value [-Werror=conversion]
       50 |       SSL_CTX_set_options(info->internals, opts);
          |       ^~~~~~~~~~~~~~~~~~~
    tests/libtest/lib1587.c:59:7: error: conversion from 'opt1587' {aka 'long long unsigned int'} to 'long int' may change value [-Werror=conversion]
       59 |       SSL_set_options(info->internals, opts);
          |       ^~~~~~~~~~~~~~~
    ```
    Ref: https://github.com/curl/curl/actions/runs/28258372229/job/83727170184?pr=22195#step:3:4884
    
    Ref: da2f05e6f6cee66ea46b8b1ca3943e5a6dde0b91 #22198
    Ref: 616356646159379ab091502cdc90113dc8cc11eb #22197
    Follow-up to 3e40ccb87581b0f6180fbd9c1eef9c50f270c806 #21290
    Follow-up to 2db8ae480fdcae7f005bf847fbbf837821c8184c #17809 #17801
    
    Closes #22195

    Changed files

    • .github/workflows/curl-for-win.yml
    • lib/vtls/openssl.c
    • lib/vtls/openssl.h
    • tests/libtest/lib1587.c
  4. Change #273000

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Fri 26 Jun 2026 22:46:31
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 58771cf4f3f45ccce41e9309427df557c86ce81f

    Comments

    VULN-DISCLOSURE-POLICY.md: issues that should be found by tests are LOW
    Closes #22190

    Changed files

    • docs/VULN-DISCLOSURE-POLICY.md
  5. Change #273001

    Category curl
    Changed by Stefan Eissing <stefanohnoyoudont@eissing.org>
    Changed at Fri 26 Jun 2026 22:50:38
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision d786a85f19927c34a10b91b144389db8b16888c7

    Comments

    lib: hostname related cleanups
    * format `data->state.aptr.host` without crlf, so signatures do not need
      to strip it again. Add the crlf when adding the header to the request
      dynbuf
    * check `connect-to` strings on normalized hostname and user supplied
      hostname (when those differ)
    * libssh: always use the peer for setting ssh option SSH_OPTIONS_HOST,
      preserve ipv6 [] enclosure, use IDN converted hostname otherwise. This
      is the libssh documented expectation.
      Do NOT use strings from URL parsing.
    
    Closes #22128

    Changed files

    • lib/http.c
    • lib/http_aws_sigv4.c
    • lib/url.c
    • lib/vssh/libssh.c