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

Builder curl-ares-solaris11-sparc Build #5612

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11s

Reason:

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

Steps and Logfiles:

  1. git update ( 7 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 2 mins, 41 secs )
    1. stdio
    2. resultlog
  3. Mail result 'cat resultlog ...' ( 12 secs )
    1. stdio

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot/slave/curl-ares-solaris11-sparc slave
buildername curl-ares-solaris11-sparc Builder
buildnumber 5612 Build
codebase Build
got_revision acda4eae5eeb24a7b0ab9ec7b1783d74eb43687c Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision acda4eae5eeb24a7b0ab9ec7b1783d74eb43687c Build
scheduler schedule-curl-ares-solaris11-sparc Scheduler
slavename unstable11s BuildSlave
workdir /export/home/buildbot/slave/curl-ares-solaris11-sparc slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Viktor Szakats

Timing:

StartSun Apr 5 11:25:06 2026
EndSun Apr 5 12:13:48 2026
Elapsed48 mins, 42 secs

All Changes:

:

  1. Change #263551

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Sun 05 Apr 2026 11:19:42
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision acda4eae5eeb24a7b0ab9ec7b1783d74eb43687c

    Comments

    runtests: allow configuring SSH host/client key algorithm
    via env `CURL_TEST_SSH_KEYALGO`, `rsa` (default), `ecdsa`, `ed25519`.
    
    To ease debugging and testing and to make these code paths more
    universal.
    
    Closes #21223

    Changed files

    • .github/workflows/windows.yml
    • docs/tests/FILEFORMAT.md
    • tests/data/test1459
    • tests/runtests.pl
    • tests/servers.pm
    • tests/sshhelp.pm
    • tests/sshserver.pl