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

Builder doxygen-solaris10-sparc Build #3225

Results:

Failed shell shell_1 shell_2

SourceStamp:

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

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 7 secs )
    1. stdio
  2. MakeDirectory Created ( 0 secs )
    1. - no logs -
  3. shell 'cmake -G ...' failed ( 19 secs )
    1. stdio
    2. CMakeOutput.log
    3. CMakeError.log
  4. shell_1 'gmake' failed ( 12 secs )
    1. stdio
  5. shell_2 'gmake tests' failed ( 11 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 3225 Build
codebase Build
got_revision 7f171a0210fca5a7ddce6e764f7e970b8f746c94 Git
project doxygen Build
repository https://github.com/doxygen/doxygen.git Build
revision 7f171a0210fca5a7ddce6e764f7e970b8f746c94 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:

StartTue Sep 17 19:48:29 2024
EndTue Sep 17 19:49:19 2024
Elapsed50 secs

All Changes:

:

  1. Change #207818

    Category doxygen
    Changed by albert-github <albert.testsohnoyoudont@gmail.com>
    Changed at Mon 16 Sep 2024 14:54:56
    Repository https://github.com/doxygen/doxygen.git
    Project doxygen
    Branch master
    Revision 47827db30af2b43be8c03133e05c9e7a55260740

    Comments

    More flexibility showing undocumented namespaces
    Contrary to classes (`HIDE_UNDOC_CLASSES`) there is for namespaces no possibility to flexible show / hide them (only by means of documenting the namespace or set `EXTRACT_ALL=YES`).
    With `HIDE_UNDOC_NAMESPACES` this possibility is created and the default behavior remains as it was (i.e. `HIDE_UNDOC_NAMESPACES=YES`).

    Changed files

    • src/config.xml
    • src/namespacedef.cpp
  2. Change #207819

    Category doxygen
    Changed by Dimitri van Heesch <doxygenohnoyoudont@gmail.com>
    Changed at Tue 17 Sep 2024 19:37:19
    Repository https://github.com/doxygen/doxygen.git
    Project doxygen
    Branch master
    Revision 7f171a0210fca5a7ddce6e764f7e970b8f746c94

    Comments

    Merge pull request #11143 from albert-github/feature/bug_hide_undoc_namespaces
    More flexibility showing undocumented namespaces

    Changed files

    • no files