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

Builder doxygen-solaris10-i386 Build #3605

Results:

Failed shell shell_1 shell_2

SourceStamp:

Projectdoxygen
Repositoryhttps://github.com/doxygen/doxygen.git
Branchmaster
Revisionb2fc0ea5f74e9118855559515516c6cafb2124a6
Got Revisionb2fc0ea5f74e9118855559515516c6cafb2124a6
Changes1 change

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

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

Build Properties:

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

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Dimitri van Heesch

Timing:

StartSun Jan 4 16:41:21 2026
EndSun Jan 4 16:41:39 2026
Elapsed18 secs

All Changes:

:

  1. Change #254114

    Category doxygen
    Changed by Dimitri van Heesch <doxygenohnoyoudont@gmail.com>
    Changed at Sun 04 Jan 2026 16:34:39
    Repository https://github.com/doxygen/doxygen.git
    Project doxygen
    Branch master
    Revision b2fc0ea5f74e9118855559515516c6cafb2124a6

    Comments

    PR #11839 Add requirements traceability
    Various fixes:
    - styling missing_req improved and separate class via missing satisfies and
      missing verifies sections.
    - changed options of REQ_TRACEABILITY_INFO to NO/YES/UNSATISFIES_ONLY/UNVERIFIES_INFO.
    - Added GENERATE_REQUIREMENTS option to force disabling the requirements page
      completely. Also removes verifies and satisfies references.
    - removed double referenced when coming from the same symbols and id and
      title are the same.
    - REQ--001 was not parsed properly due to markdown changing it to &ndash;
    - changed documentation to make clear requirement title is optional
    - satisfied/verifies title could leak into the type of the symbol
      documented.
    - warn about @satisfies or @verifies inside @requirement comment block

    Changed files

    • doc/commands.dox
    • doc/requirements.dox
    • src/commentscan.l
    • src/config.xml
    • src/definition.cpp
    • src/docnode.cpp
    • src/docnode.h
    • src/docparser.cpp
    • src/markdown.cpp
    • src/requirement.cpp
    • src/section.h
    • templates/html/darkmode_settings.css
    • templates/html/doxygen.css
    • templates/html/lightmode_settings.css