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

Builder curl-ares-solaris10-sparc Build #3547

Build In Progress:

ETA: 18:21:15 [18 mins, 47 secs]

[waiting for Lock]

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revisionbcb02fe5265f1e0eb67945e389f7d7801a1d725f
Changes7 changes

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git  
    1. - no logs -
    1. - no logs -
    1. - no logs -
  2. Runtest  
    1. - no logs -
    1. - no logs -

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot-unstable10s/slave/curl-ares-solaris10-sparc slave
buildername curl-ares-solaris10-sparc Builder
buildnumber 3547 Build
codebase Build
project curl Build
repository https://github.com/curl/curl.git Build
revision bcb02fe5265f1e0eb67945e389f7d7801a1d725f Build
scheduler schedule-curl-ares-solaris10-sparc Scheduler
slavename unstable10s BuildSlave
workdir /export/home/buildbot-unstable10s/slave/curl-ares-solaris10-sparc slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Daniel Stenberg
  2. Viktor Szakats
  3. dependabot[bot]

Timing:

StartTue Apr 14 08:20:27 2026
Elapsed9 hrs, 42 mins, 0 secs

All Changes:

:

  1. Change #264320

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Mon 13 Apr 2026 21:58:55
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 9ded494f0edf419a42f65434de911bf7d6afcaf8

    Comments

    test1560: add a few more URL API test variations
    Closes #21294

    Changed files

    • tests/data/test1560
    • tests/libtest/lib1560.c
  2. Change #264351

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Mon 13 Apr 2026 23:12:05
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 7a349b5eed53ee42d933c392edd75ffe0fc9e4cf

    Comments

    setopt: fix typos in comments
    Closes #21303

    Changed files

    • lib/setopt.c
  3. Change #264353

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Mon 13 Apr 2026 23:23:34
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 3512b673ddc54074676d8322f8a414e364ce0eb2

    Comments

    lib: move request specific allocations to the request struct
    To make it clearer that they are ephemeral.
    
    Closes #21301

    Changed files

    • lib/cf-h1-proxy.c
    • lib/cf-h2-proxy.c
    • lib/http.c
    • lib/http_aws_sigv4.c
    • lib/http_digest.c
    • lib/http_negotiate.c
    • lib/http_ntlm.c
    • lib/http_proxy.c
    • lib/request.c
    • lib/request.h
    • lib/rtsp.c
    • lib/url.c
    • lib/urldata.h
  4. Change #264358

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Tue 14 Apr 2026 01:08:32
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision e0dd6eb4a4fb07bc53f8bb7a798dcea5d023f970

    Comments

    tidy-up: miscellaneous
    - examples: sync debug output printf masks.
    - INSTALL-CMAKE.md: tidy up section for some options.
    - curl_sha512_256: delete comment suggesting an optimization.
    - vtls/keylog: scope a variable.
    - vtls/openssl: make a source code URL a permalink.
    - vtls/schannel: drop redundant parentheses.
    - test1119.pl: robustify `$1` -> `$s`.
    - sync arg names in comments to match the code.
    - tidy up and minor fixes to comments.
    - fix formatting/indenting/comment/newline/include nits.
    - move `UNITTEST` protos next to definitions, sync their argument names.
    - make variables static.
    - add parentheses to Perl `open()` calls.
    - drop unnecessary double quotes in Perl.
    - clang-format.
    
    Closes #21000

    Changed files

    • .clang-tidy.yml
    • .github/workflows/http3-linux.yml
    • .github/workflows/linux.yml
    • CMake/PickyWarnings.cmake
    • docs/INSTALL-CMAKE.md
    • docs/examples/debug.c
    • docs/examples/multi-debugcallback.c
    • docs/libcurl/opts/CURLOPT_DEBUGFUNCTION.md
    • lib/asyn-ares.c
    • lib/asyn-thrdd.c
    • lib/asyn.h
    • lib/cf-dns.c
    • lib/cf-dns.h
    • lib/cf-h2-proxy.c
    • lib/cf-ip-happy.c
    • lib/cf-socket.c
    • lib/config-os400.h
    • lib/config-win32.h
    • lib/cookie.c
    • lib/cookie.h
    • lib/curl_ctype.h
    • lib/curl_gssapi.c
    • lib/curl_ntlm_core.c
    • lib/curl_setup.h
    • lib/curl_sha512_256.c
    • lib/curl_threads.c
    • lib/curl_threads.h
    • lib/dict.c
    • lib/dnscache.c
    • lib/dnscache.h
    • lib/doh.c
    • lib/easy_lock.h
    • lib/easygetopt.c
    • lib/ftp.c
    • lib/ftplistparser.c
    • lib/hash.c
    • lib/hash.h
    • lib/hmac.c
    • lib/hostip.c
    • lib/hostip.h
    • lib/hostip4.c
    • lib/http.c
    • lib/http.h
    • lib/http2.c
    • lib/http_aws_sigv4.c
    • lib/http_chunks.c
    • lib/httpsrr.c
    • lib/httpsrr.h
    • lib/idn.c
    • lib/md4.c
    • lib/md5.c
    • lib/mime.c
    • lib/mprintf.c
    • lib/multi.c
    • lib/progress.c
    • lib/protocol.c
    • lib/request.h
    • lib/rtsp.c
    • lib/select.c
    • lib/select.h
    • lib/sendf.c
    • lib/setup-os400.h
    • lib/sha256.c
    • lib/socketpair.h
    • lib/socks_gssapi.c
    • lib/telnet.c
    • lib/uint-spbset.c
    • lib/uint-table.c
    • lib/url.c
    • lib/url.h
    • lib/urlapi-int.h
    • lib/urldata.h
    • lib/version.c
    • lib/vssh/libssh.c
    • lib/vssh/libssh2.c
    • lib/vtls/keylog.c
    • lib/vtls/openssl.c
    • lib/vtls/schannel.c
    • lib/vtls/vtls.c
    • lib/vtls/x509asn1.c
    • m4/curl-functions.m4
    • scripts/badwords
    • scripts/delta
    • src/tool_cfgable.c
    • src/tool_findfile.c
    • src/tool_getparam.c
    • src/tool_libinfo.c
    • src/tool_operate.c
    • src/tool_util.c
    • tests/libtest/cli_h2_upgrade_extreme.c
    • tests/libtest/cli_tls_session_reuse.c
    • tests/libtest/lib1560.c
    • tests/libtest/lib1965.c
    • tests/libtest/lib3102.c
    • tests/libtest/lib517.c
    • tests/libtest/mk-lib1521.pl
    • tests/libtest/test1013.pl
    • tests/libtest/test1022.pl
    • tests/pathhelp.pm
    • tests/runner.pm
    • tests/servers.pm
    • tests/sshserver.pl
    • tests/test1119.pl
    • tests/test1167.pl
    • tests/tunit/tool1394.c
    • tests/tunit/tool1604.c
    • tests/tunit/tool1621.c
    • tests/tunit/tool1622.c
    • tests/tunit/tool1623.c
    • tests/unit/unit1300.c
    • tests/unit/unit1302.c
    • tests/unit/unit1303.c
    • tests/unit/unit1304.c
    • tests/unit/unit1307.c
    • tests/unit/unit1309.c
    • tests/unit/unit1397.c
    • tests/unit/unit1399.c
    • tests/unit/unit1600.c
    • tests/unit/unit1601.c
    • tests/unit/unit1602.c
    • tests/unit/unit1603.c
    • tests/unit/unit1605.c
    • tests/unit/unit1607.c
    • tests/unit/unit1609.c
    • tests/unit/unit1610.c
    • tests/unit/unit1611.c
    • tests/unit/unit1612.c
    • tests/unit/unit1614.c
    • tests/unit/unit1615.c
    • tests/unit/unit1620.c
    • tests/unit/unit1625.c
    • tests/unit/unit1626.c
    • tests/unit/unit1627.c
    • tests/unit/unit1651.c
    • tests/unit/unit1652.c
    • tests/unit/unit1654.c
    • tests/unit/unit1656.c
    • tests/unit/unit1657.c
    • tests/unit/unit1658.c
    • tests/unit/unit1660.c
    • tests/unit/unit2601.c
    • tests/unit/unit2602.c
    • tests/unit/unit2603.c
    • tests/unit/unit3205.c
    • tests/unit/unit3212.c
    • tests/unit/unit3213.c
    • tests/unit/unit3214.c
    • tests/unit/unit3216.c
  5. Change #264370

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Tue 14 Apr 2026 02:20:16
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision df6014894b789768b139fff27e8aed9dbc46ed79

    Comments

    clang-tidy: enable more checks, fix fallouts
    - enable three checks:
      - bugprone-invalid-enum-default-initialization
      - bugprone-sizeof-expression
      - readability-inconsistent-declaration-parameter-name (strict)
    - fix remaining discrepancies with arg names in prototypes
      and implementation, in strict mode.
    - document reason for some checks tested but not enabled.
    
    Closes #20794

    Changed files

    • .clang-tidy.yml
    • docs/libcurl/curl_easy_header.md
    • docs/libcurl/curl_easy_pause.md
    • docs/libcurl/curl_multi_timeout.md
    • include/curl/curl.h
    • include/curl/header.h
    • include/curl/multi.h
    • include/curl/urlapi.h
    • include/curl/websockets.h
    • lib/curl_gssapi.h
    • lib/curl_setup.h
    • lib/curlx/dynbuf.h
    • lib/curlx/fopen.h
    • lib/curlx/inet_ntop.h
    • lib/dnscache.h
    • lib/doh.h
    • lib/easy.c
    • lib/escape.c
    • lib/headers.c
    • lib/hostip.c
    • lib/ldap.c
    • lib/mprintf.c
    • lib/multi.c
    • lib/rand.h
    • lib/setopt.c
    • lib/vauth/ntlm.c
    • lib/vauth/ntlm_sspi.c
    • lib/vauth/vauth.h
    • lib/vtls/gtls.h
    • lib/vtls/wolfssl.h
    • lib/ws.c
    • src/tool_dirhie.h
    • src/tool_paramhlp.c
    • src/tool_setopt.h
  6. Change #264371

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Tue 14 Apr 2026 02:20:16
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 7b787f5995313d3f11557248e4ead36eb97dba66

    Comments

    KNOWN_BUGS: Native CA roots incomplete on Windows with OpenSSL/fork
    Reported-by: finkjsc on github
    Reported-by: nitrogene on github
    Ref: #12303
    Closes #20897
    
    Closes #21305

    Changed files

    • docs/KNOWN_BUGS.md
  7. Change #264372

    Category curl
    Changed by dependabot[bot] <49699333+dependabot[bot]ohnoyoudont@users.noreply.github.com>
    Changed at Tue 14 Apr 2026 02:27:15
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision bcb02fe5265f1e0eb67945e389f7d7801a1d725f

    Comments

    GHA: bump pytest from 9.0.2 to 9.0.3
    CVE-2025-71176
    
    Closes #21306

    Changed files

    • tests/http/requirements.txt