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

Builder doxygen-solaris10-sparc Build #3426

Results:

Failed shell shell_1 shell_2

SourceStamp:

Projectdoxygen
Repositoryhttps://github.com/doxygen/doxygen.git
Branchmaster
Revision75f8cf7020304421786ec3ab3aaea99de7c49354
Got Revision75f8cf7020304421786ec3ab3aaea99de7c49354
Changes2 changes

BuildSlave:

unstable10s

Reason:

The SingleBranchScheduler scheduler named 'schedule-doxygen-solaris10-sparc' triggered this build

Steps and Logfiles:

  1. git update ( 5 secs )
    1. stdio
  2. MakeDirectory Created ( 0 secs )
    1. - no logs -
  3. shell 'cmake -G ...' failed ( 20 secs )
    1. stdio
    2. CMakeOutput.log
    3. CMakeError.log
  4. shell_1 'gmake' failed ( 12 secs )
    1. stdio
  5. shell_2 'gmake tests' failed ( 13 secs )
    1. stdio

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot-unstable10s/slave/doxygen-solaris10-sparc slave
buildername doxygen-solaris10-sparc Builder
buildnumber 3426 Build
codebase Build
got_revision 75f8cf7020304421786ec3ab3aaea99de7c49354 Git
project doxygen Build
repository https://github.com/doxygen/doxygen.git Build
revision 75f8cf7020304421786ec3ab3aaea99de7c49354 Build
scheduler schedule-doxygen-solaris10-sparc Scheduler
slavename unstable10s BuildSlave
workdir /export/home/buildbot-unstable10s/slave/doxygen-solaris10-sparc slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Dimitri van Heesch
  2. albert-github

Timing:

StartMon Mar 31 21:24:02 2025
EndMon Mar 31 21:24:55 2025
Elapsed52 secs

All Changes:

:

  1. Change #226204

    Category doxygen
    Changed by albert-github <albert.testsohnoyoudont@gmail.com>
    Changed at Mon 31 Mar 2025 14:53:27
    Repository https://github.com/doxygen/doxygen.git
    Project doxygen
    Branch master
    Revision 38511a33b7231fccb17f2ea2ad0cd6a32a2a4636

    Comments

    Handling of case sensitive file / directory names
    In case `CASE_SENSE_NAMES=YES` the directory name `TestKernel` was matched with `EXCLUDE_PATTERNS=*/test*` on Windows.
    When introducing the settings `SYSTEM` / `YES` / `NO` for `CASE_SENSE_NAMES` in:
    ```
    Commit: f41a679b3e68f13eff9f4eceaf04aacc51555fc5 [f41a679]
    
    Date: Thursday, August 18, 2022 3:23:54 PM
    
    issue #9236 doxygen x_noenv should always diff system-dependent settings
    
    Making the `CASE_SENSE_NAMES` settings an enum with values `SYSTEM`, `YES` and `NO`.
    In case `SYSTEM` is chosen the value is, system dependently changed at runtime.
    ```
    no automatic overruling should take place anymore.

    Changed files

    • src/util.cpp
  2. Change #226205

    Category doxygen
    Changed by Dimitri van Heesch <doxygenohnoyoudont@gmail.com>
    Changed at Mon 31 Mar 2025 21:13:11
    Repository https://github.com/doxygen/doxygen.git
    Project doxygen
    Branch master
    Revision 75f8cf7020304421786ec3ab3aaea99de7c49354

    Comments

    Merge pull request #11519 from albert-github/feature/bug_exclude
    Handling of case sensitive file / directory names

    Changed files

    • no files