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

Builder curl-ares-solaris11-i386 Build #4879

Results:

Build successful

SourceStamp:

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

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, 3 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 4879 Build
codebase Build
got_revision acda4eae5eeb24a7b0ab9ec7b1783d74eb43687c Git
osplatform I386 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-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:

StartSun Apr 5 11:25:02 2026
EndSun Apr 5 11:28:17 2026
Elapsed3 mins, 14 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