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

Builder curl-ares-solaris11-i386 Build #5264

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11x

Reason:

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

Steps and Logfiles:

  1. git update ( 3 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 8 mins, 49 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 5264 Build
codebase Build
got_revision e1366945251ae3107194acb970ec4e40b1da5682 Git
osplatform I386 SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision e1366945251ae3107194acb970ec4e40b1da5682 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:

StartWed Jun 17 19:33:33 2026
EndWed Jun 17 21:49:25 2026
Elapsed2 hrs, 15 mins, 51 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
  2. Change #271518

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

    Comments

    cmake/FindGSS: drop CMake <3.16 compatibility logic
    Redundant since bumping minimum to 3.18.
    
    Follow-up to 89043ba90689418a115e967633e261139b48ce23 #20407
    Follow-up to 1f112242323848d0ebfc88ae97b139d18e7987f6 #18950
    
    Closes #22072

    Changed files

    • CMake/FindGSS.cmake