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

Builder curl-ares-solaris10-sparc Build #3644

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 9 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 16 mins, 11 secs )
    1. stdio
    2. resultlog
  3. Mail result 'cat resultlog ...' ( 0 secs )
    1. stdio

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot-unstable10s/slave/curl-ares-solaris10-sparc slave
buildername curl-ares-solaris10-sparc Builder
buildnumber 3644 Build
codebase Build
got_revision d3e9a815c4a68099b774742073c50b996d69fcd6 Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 10 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision d3e9a815c4a68099b774742073c50b996d69fcd6 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. Viktor Szakats

Timing:

StartFri Jun 5 21:42:24 2026
EndSat Jun 6 10:03:21 2026
Elapsed12 hrs, 20 mins, 56 secs

All Changes:

:

  1. Change #269575

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Fri 05 Jun 2026 12:06:22
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 3c7d136225eb8e3095bf0d2c9aa61d6d18df7480

    Comments

    libssh2: use non-deprecated `libssh2_knownhost_addc()`
    Supported since libssh2 v1.2.5. Replacing `libssh2_knownhost_add()`,
    which was deprecated in that same version.
    
    The new API supports a comment field.
    
    Ref: https://github.com/libssh2/libssh2/pull/1977
    
    Closes #21866

    Changed files

    • lib/vssh/libssh2.c
  2. Change #269576

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Fri 05 Jun 2026 12:06:22
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 5c9ac36e581601cffdb28adf982a87bd861bbb0c

    Comments

    libssh2: do not use deprecated macros when unavailable
    To support building with `LIBSSH2_NO_DEPRECATED` macro defined, a future
    libssh2 that may have dropped these macros.
    
    Ref: https://github.com/libssh2/libssh2/pull/1977
    
    Closes #21867

    Changed files

    • lib/vssh/libssh2.c
  3. Change #269577

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Fri 05 Jun 2026 12:06:22
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision cb307544ad56fd5825c20efbbf40e75bdda2230d

    Comments

    libssh2: sync version check with INTERNALS.md
    Follow-up to cf3b9657bcb7acd3525ca081b4ed16e860604d6d
    
    Closes #21868

    Changed files

    • lib/vssh/ssh.h
  4. Change #269581

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Fri 05 Jun 2026 12:24:01
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 1b8f4dba2847e3a0c761341cae3ea0e9cc425aa6

    Comments

    tidy-up: drop stray casts for allocated pointers
    Closes #21865

    Changed files

    • docs/FAQ.md
    • docs/examples/multi-event.c
    • docs/examples/multi-uv.c
    • lib/content_encoding.c
    • lib/mime.c
    • lib/vquic/cf-ngtcp2.c
    • lib/vtls/schannel.c
    • lib/vtls/schannel_verify.c
    • projects/OS400/ccsidcurl.c
    • projects/OS400/curlcl.c
    • projects/OS400/curlmain.c
    • src/mkhelp.pl
    • src/tool_cb_wrt.c
    • src/tool_formparse.c
    • src/tool_operate.c
    • tests/libtest/lib2302.c
  5. Change #269600

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Fri 05 Jun 2026 16:57:38
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 0c8c6f4fc07435b7c088dc7349cd64cc9ccea44f

    Comments

    libssh2: replace macro names with non-misspelled alternatives
    They are available in libssh2 0.15+.
    
    Closes #21876

    Changed files

    • lib/vssh/libssh2.c
  6. Change #269601

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Fri 05 Jun 2026 16:57:38
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 982e19f231802b354ee724ecceeeb4033891eed1

    Comments

    vquic: drop stray casts for `iovec.iov_len`
    Spotted by GitHub Code Quality
    
    Closes #21877

    Changed files

    • lib/vquic/vquic.c
  7. Change #269602

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Fri 05 Jun 2026 16:57:38
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision d3e9a815c4a68099b774742073c50b996d69fcd6

    Comments

    tidy-up: miscellaneous
    - fix typos.
    - badword: add two new words.
    - cpp: drop parentheses from standalone `#if` expressions.
    - libssh: vertical-align comment block with others.
    - clang-format.
    
    Closes #21880

    Changed files

    • docs/BINDINGS.md
    • docs/FAQ.md
    • docs/VULN-DISCLOSURE-POLICY.md
    • docs/libcurl/curl_global_sslset.md
    • include/curl/curl.h
    • include/curl/system.h
    • lib/curl_setup.h
    • lib/mprintf.c
    • lib/vquic/cf-capsule.c
    • lib/vssh/libssh.c
    • lib/vssh/libssh2.c
    • projects/OS400/os400sys.c
    • scripts/badwords.txt
    • src/curlinfo.c
    • src/tool_parsecfg.c
    • tests/libtest/lib1538.c
    • tests/libtest/lib1560.c
    • tests/libtest/lib1901.c
    • tests/libtest/lib1902.c
    • tests/libtest/lib1915.c
    • tests/libtest/lib1920.c
    • tests/libtest/lib2405.c
    • tests/libtest/lib2700.c
    • tests/libtest/lib557.c
    • tests/libtest/lib583.c
    • tests/libtest/lib599.c
    • tests/libtest/lib670.c
    • tests/unit/unit1303.c
    • tests/unit/unit1627.c
    • tests/unit/unit1675.c
    • tests/unit/unit2600.c