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

Builder curl-unthreaded-solaris11-sparc Build #5968

Results:

Build successful

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revisioncdce2460b330d4c1084849ec50149efe3cc1fc7b
Got Revisioncdce2460b330d4c1084849ec50149efe3cc1fc7b
Changes2 changes

BuildSlave:

unstable11s

Reason:

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

Steps and Logfiles:

  1. git update ( 8 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 23 mins, 2 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-unthreaded-solaris11-sparc slave
buildername curl-unthreaded-solaris11-sparc Builder
buildnumber 5968 Build
codebase Build
got_revision cdce2460b330d4c1084849ec50149efe3cc1fc7b Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision cdce2460b330d4c1084849ec50149efe3cc1fc7b Build
scheduler schedule-curl-unthreaded-solaris11-sparc Scheduler
slavename unstable11s BuildSlave
workdir /export/home/buildbot/slave/curl-unthreaded-solaris11-sparc slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Viktor Szakats

Timing:

StartMon Jun 8 13:29:41 2026
EndMon Jun 8 13:53:58 2026
Elapsed24 mins, 17 secs

All Changes:

:

  1. Change #269883

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Mon 08 Jun 2026 13:26:31
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 39d5cead0d23ba83e7effd43f62ad3fd678b4224

    Comments

    libssh2: save non-standard port to `known_hosts`
    Reported-by: dyingc on github
    Fixes #21863
    
    Closes #21874

    Changed files

    • lib/vssh/libssh2.c
  2. Change #269884

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Mon 08 Jun 2026 13:26:31
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision cdce2460b330d4c1084849ec50149efe3cc1fc7b

    Comments

    runtests: allow skipping tests on torture, use for test 357
    Some tests may take a long time in torture mode. Make it possible
    to skip individual tests when runtests in running in torture mode.
    
    Also:
    - skip test 357 for the reason above.
      Saved 1-3 minutes for the Linux CI torture job, 1-1.5m on Windows.
      No savings on macOS.
    
    Reported-by: Stefan Eissing
    Fixes #21873
    
    Closes #21906

    Changed files

    • docs/tests/FILEFORMAT.md
    • docs/tests/TEST-SUITE.md
    • tests/data/test357
    • tests/runtests.pl