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

Builder curl-threaded-solaris10-sparc Build #3693

Results:

Failed runtest

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revision0d6e5944bc098a64380e9f22d1c41274335f869f
Got Revision0d6e5944bc098a64380e9f22d1c41274335f869f
Changes1 change

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

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

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot-unstable10s/slave/curl-threaded-solaris10-sparc slave
buildername curl-threaded-solaris10-sparc Builder
buildnumber 3693 Build
codebase Build
got_revision 0d6e5944bc098a64380e9f22d1c41274335f869f Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 10 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 0d6e5944bc098a64380e9f22d1c41274335f869f Build
scheduler schedule-curl-threaded-solaris10-sparc Scheduler
slavename unstable10s BuildSlave
workdir /export/home/buildbot-unstable10s/slave/curl-threaded-solaris10-sparc slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Daniel Stenberg

Timing:

StartMon Jun 22 00:33:16 2026
EndMon Jun 22 06:49:49 2026
Elapsed6 hrs, 16 mins, 32 secs

All Changes:

:

  1. Change #272033

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Mon 22 Jun 2026 00:28:28
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 0d6e5944bc098a64380e9f22d1c41274335f869f

    Comments

    setopt: make CURLOPT_KEYPASSWD work for SSH-only builds
    This option is used for both TLS and SSH so it needs to be handled
    even in TLS-disabled builds
    
    Mention this in the man page as well.
    
    Follow-up to 52fa8d9
    Pointed out by Codex Security
    Closes #22121

    Changed files

    • docs/libcurl/opts/CURLOPT_KEYPASSWD.md
    • lib/setopt.c