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

Builder curl-threaded-solaris10-i386 Build #4452

Results:

Failed runtest

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revision1b8f4dba2847e3a0c761341cae3ea0e9cc425aa6
Got Revision1b8f4dba2847e3a0c761341cae3ea0e9cc425aa6
Changes4 changes

BuildSlave:

unstable10x

Reason:

The SingleBranchScheduler scheduler named 'schedule-curl-threaded-solaris10-i386' triggered this build

Steps and Logfiles:

  1. git update ( 16 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' failed ( 5 hrs, 30 secs )
    1. stdio
    2. resultlog
  3. Mail result 'cat resultlog ...' ( 2 secs )
    1. stdio

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot/slave/curl-threaded-solaris10-i386 slave
buildername curl-threaded-solaris10-i386 Builder
buildnumber 4452 Build
codebase Build
got_revision 1b8f4dba2847e3a0c761341cae3ea0e9cc425aa6 Git
osplatform I386 SetPropertyFromCommand Step
osrelease 10 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 1b8f4dba2847e3a0c761341cae3ea0e9cc425aa6 Build
scheduler schedule-curl-threaded-solaris10-i386 Scheduler
slavename unstable10x BuildSlave
workdir /export/home/buildbot/slave/curl-threaded-solaris10-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Viktor Szakats

Timing:

StartFri Jun 5 14:25:14 2026
EndSat Jun 6 00:34:34 2026
Elapsed10 hrs, 9 mins, 20 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