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

Builder curl-unthreaded-solaris10-sparc Build #14041

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-unthreaded-solaris10-sparc' triggered this build

Steps and Logfiles:

  1. git update ( 51 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' failed ( 6 hrs, 6 mins, 55 secs )
    1. stdio
    2. resultlog
  3. Mail result 'cat resultlog ...' ( 1 mins, 12 secs )
    1. stdio

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot-unstable10s/slave/curl-unthreaded-solaris10-sparc slave
buildername curl-unthreaded-solaris10-sparc Builder
buildnumber 14041 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-unthreaded-solaris10-sparc Scheduler
slavename unstable10s BuildSlave
workdir /export/home/buildbot-unstable10s/slave/curl-unthreaded-solaris10-sparc slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Daniel Stenberg

Timing:

StartMon Jun 22 00:33:24 2026
EndMon Jun 22 12:59:38 2026
Elapsed12 hrs, 26 mins, 13 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