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

Builder curl-ares-solaris11-i386 Build #5184

Results:

Build successful

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revisioncb307544ad56fd5825c20efbbf40e75bdda2230d
Got Revisioncb307544ad56fd5825c20efbbf40e75bdda2230d
Changes3 changes

BuildSlave:

unstable11x

Reason:

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

Steps and Logfiles:

  1. git update ( 10 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 3 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-ares-solaris11-i386 slave
buildername curl-ares-solaris11-i386 Builder
buildnumber 5184 Build
codebase Build
got_revision cb307544ad56fd5825c20efbbf40e75bdda2230d Git
osplatform I386 SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision cb307544ad56fd5825c20efbbf40e75bdda2230d 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:

StartFri Jun 5 12:13:11 2026
EndFri Jun 5 13:53:17 2026
Elapsed1 hrs, 40 mins, 5 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