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

Builder doxygen-solaris10-sparc Build #3844

Results:

Failed shell shell_1 shell_2

SourceStamp:

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

BuildSlave:

unstable10s

Reason:

The SingleBranchScheduler scheduler named 'schedule-doxygen-solaris10-sparc' 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-unstable10s/slave/doxygen-solaris10-sparc slave
buildername doxygen-solaris10-sparc Builder
buildnumber 3844 Build
codebase Build
got_revision 11e4cfbe5fd4af7bae2300137eeb26bbe62d825b Git
project doxygen Build
repository https://github.com/doxygen/doxygen.git Build
revision 11e4cfbe5fd4af7bae2300137eeb26bbe62d825b 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:

StartThu May 21 21:32:47 2026
EndThu May 21 21:33:05 2026
Elapsed18 secs

All Changes:

:

  1. Change #267980

    Category doxygen
    Changed by albert-github <albert.testsohnoyoudont@gmail.com>
    Changed at Wed 20 May 2026 12:00:48
    Repository https://github.com/doxygen/doxygen.git
    Project doxygen
    Branch master
    Revision e6c064593b3ca386527ef47e8b87f54ef01d4d53

    Comments

    Incorrect handling of `\exception` command in markdown
    When having a construction like:
    ```
    \exception docu backtick plain `std::runtime_error`
    ```
    this is properly rendered in doxygen 1.9.1, though with doxygen 1.9.6 and the current doxygen version (1.17.0) we see that the backticks are still present  (and the content is not proerly rendered.
    With doxygen 1.9.6 we weven get a warning like:
    ```
    warning: explicit link request to 'runtime_error' could not be resolved
    ```
    
    The handling of the `\exception` command was incorrect (now analogous to the `\throw` command.

    Changed files

    • src/markdown.cpp
  2. Change #267981

    Category doxygen
    Changed by Dimitri van Heesch <doxygenohnoyoudont@gmail.com>
    Changed at Thu 21 May 2026 21:22:22
    Repository https://github.com/doxygen/doxygen.git
    Project doxygen
    Branch master
    Revision 11e4cfbe5fd4af7bae2300137eeb26bbe62d825b

    Comments

    Merge pull request #12172 from albert-github/feature/bug_exception_md
    Incorrect handling of `\exception` command in markdown

    Changed files

    • no files