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

Builder doxygen-solaris10-i386 Build #3759

Results:

Failed shell shell_1 shell_2

SourceStamp:

Projectdoxygen
Repositoryhttps://github.com/doxygen/doxygen.git
Branchmaster
Revision10f75f518816dacf14b4a49a6eb31c1a91375eec
Got Revision10f75f518816dacf14b4a49a6eb31c1a91375eec
Changes3 changes

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

  1. git update ( 8 secs )
    1. stdio
  2. MakeDirectory Created ( 0 secs )
    1. - no logs -
  3. shell 'cmake -G ...' failed ( 13 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 3759 Build
codebase Build
got_revision 10f75f518816dacf14b4a49a6eb31c1a91375eec Git
project doxygen Build
repository https://github.com/doxygen/doxygen.git Build
revision 10f75f518816dacf14b4a49a6eb31c1a91375eec 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:

StartThu May 14 21:12:36 2026
EndThu May 14 21:12:58 2026
Elapsed22 secs

All Changes:

:

  1. Change #267148

    Category doxygen
    Changed by albert-github <albert.testsohnoyoudont@gmail.com>
    Changed at Tue 05 May 2026 16:26:21
    Repository https://github.com/doxygen/doxygen.git
    Project doxygen
    Branch master
    Revision e3a5da55c65b8e778fea72c59e99f08ccbc2261e

    Comments

    issue #12113 Doxygen generates ill-formed XML when \p is at the end of a line
    In case of an unclosed tag at the end of a comment block this was already handled but due to the adding of an artificial tag (In this case a pair `<em>` / `</em>`  for the markdown handling of `*...*`) the matching of the tags was artificially corrupted.
    The later should not be the case.
    Now correct output is generated although a warning still is given (for the `</em>` tag but this is correct as here the usage of the markdown replacement is not correct).

    Changed files

    • src/docparser.cpp
    • src/docparser_p.h
  2. Change #267149

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

    Comments

    Merge branch 'feature/issue_12113' of github.com:albert-github/doxygen into albert-github-feature/issue_12113

    Changed files

    • no files
  3. Change #267150

    Category doxygen
    Changed by Dimitri van Heesch <doxygenohnoyoudont@gmail.com>
    Changed at Thu 14 May 2026 21:09:54
    Repository https://github.com/doxygen/doxygen.git
    Project doxygen
    Branch master
    Revision 10f75f518816dacf14b4a49a6eb31c1a91375eec

    Comments

    Merge branch 'albert-github-feature/issue_12113'

    Changed files

    • no files