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

Builder curl-threaded-solaris11-sparc Build #6057

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11s

Reason:

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

Steps and Logfiles:

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

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Viktor Szakats

Timing:

StartWed Jun 17 18:09:51 2026
EndWed Jun 17 19:04:54 2026
Elapsed55 mins, 3 secs

All Changes:

:

  1. Change #271515

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Wed 17 Jun 2026 18:04:44
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 6db0ba2a381648a27e90dd9151ea2c255f869534

    Comments

    cmake/FindGSS: drop "MIT Unknown" version value, related tidy ups
    After this patch the `GSS_VERSION` value is left empty in all cases when
    there is known version number (potentially on Windows).
    
    Also:
    - sync `GSS_FOUND` comment with other Find modules.
    - sync `GSS_VERSION` comment with other Find modules, drop the promise
      of returning "unknown", which was not true and also not done by other
      Find modules.
    - tidy up Windows-registry-based MIT `GSS_VERSION` detection, by
      guarding the whole block for `WIN32`.
    - drop fallback version value `MIT Unknown` used for MIT.
    - fix vertical alignment in comment block.
    
    Changing CMake log output like so (in affected config):
    ```
    -- Found GSS: MIT (found version "MIT Unknown")
    ```
    ->
    ```
    -- Found GSS: MIT
    ```
    
    Spotted by Copilot
    Bug: https://github.com/curl/curl/pull/22052#discussion_r3429273238
    Follow-up to 558814e16d84aa202c5ccc0c8108a9d728e77a58
    
    Closes #22071

    Changed files

    • CMake/FindGSS.cmake