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

Builder doxygen-solaris10-i386 Build #3760

Results:

Failed shell shell_1 shell_2

SourceStamp:

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

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 ( 10 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 3760 Build
codebase Build
got_revision 081bfa315d247c1438f1041f5260dc97e4984fad Git
project doxygen Build
repository https://github.com/doxygen/doxygen.git Build
revision 081bfa315d247c1438f1041f5260dc97e4984fad 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:

StartThu May 14 21:52:35 2026
EndThu May 14 21:52:51 2026
Elapsed15 secs

All Changes:

:

  1. Change #267152

    Category doxygen
    Changed by Dimitri van Heesch <doxygenohnoyoudont@gmail.com>
    Changed at Thu 14 May 2026 21:41:56
    Repository https://github.com/doxygen/doxygen.git
    Project doxygen
    Branch master
    Revision 081bfa315d247c1438f1041f5260dc97e4984fad

    Comments

    issue #12113 Doxygen generates ill-formed XML when \p is at the end of a line
    Also fixes invalid XML for this case.
    
    ```C++
      /** @file */
      /**
       *  <b>
       *  Evaluates @p
       *  *result,*
       *
       *  @p binary_op
       *  </b>
       */
      int x;
    ```

    Changed files

    • src/docparser.cpp
    • src/docparser_p.h