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

Builder doxygen-solaris10-i386 Build #3613

Results:

Failed shell shell_1 shell_2

SourceStamp:

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

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

  1. git update ( 4 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 3613 Build
codebase Build
got_revision 51bd50613608b9fa7b5d03faefb4986f05d4008d Git
project doxygen Build
repository https://github.com/doxygen/doxygen.git Build
revision 51bd50613608b9fa7b5d03faefb4986f05d4008d 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
  2. albert-github

Timing:

StartTue Jan 6 13:51:27 2026
EndTue Jan 6 13:51:44 2026
Elapsed17 secs

All Changes:

:

  1. Change #254272

    Category doxygen
    Changed by albert-github <albert.testsohnoyoudont@gmail.com>
    Changed at Tue 06 Jan 2026 12:11:01
    Repository https://github.com/doxygen/doxygen.git
    Project doxygen
    Branch master
    Revision 6a5b1da0fa0014ba6287cd82cb3c97eaeb2f6ad9

    Comments

    Problem with `\satisfies` documentation in Doxyfile and doxywizard
    Due to the fact that in the generation of the documentation of the configuration settings for the Doxyfile and the doxywizard did a replacement of `\sa` to `See also:` this also influenced also the references for the command `\satisfies`:
    ```
    # satisfies relation (through the command: \
    # See also: tisfies). Similarly the setting UNVERIFIED_ONLY will show a list of
    ```
    instead of:
    ```
    # satisfies relation (through the command: \satisfies). Similarly the setting
    # UNVERIFIED_ONLY will show a list of requirements that are missing a verifies
    ```

    Changed files

    • addon/doxywizard/expert.cpp
    • src/configgen.py
  2. Change #254273

    Category doxygen
    Changed by Dimitri van Heesch <doxygenohnoyoudont@gmail.com>
    Changed at Tue 06 Jan 2026 13:40:06
    Repository https://github.com/doxygen/doxygen.git
    Project doxygen
    Branch master
    Revision 51bd50613608b9fa7b5d03faefb4986f05d4008d

    Comments

    Merge pull request #11924 from albert-github/feature/bug_req_doc
    Problem with `\satisfies` documentation in Doxyfile and doxywizard

    Changed files

    • no files