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

Builder doxygen-solaris10-i386 Build #3635

Results:

Failed shell shell_1 shell_2

SourceStamp:

Projectdoxygen
Repositoryhttps://github.com/doxygen/doxygen.git
Branchmaster
Revision0b77bd958ff1ebef54f474259e34885614c95f16
Got Revision0b77bd958ff1ebef54f474259e34885614c95f16
Changes4 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 ( 12 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 3635 Build
codebase Build
got_revision 0b77bd958ff1ebef54f474259e34885614c95f16 Git
project doxygen Build
repository https://github.com/doxygen/doxygen.git Build
revision 0b77bd958ff1ebef54f474259e34885614c95f16 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 Feb 3 19:56:31 2026
EndTue Feb 3 19:56:53 2026
Elapsed21 secs

All Changes:

:

  1. Change #256908

    Category doxygen
    Changed by albert-github <albert.testsohnoyoudont@gmail.com>
    Changed at Sun 01 Feb 2026 12:12:00
    Repository https://github.com/doxygen/doxygen.git
    Project doxygen
    Branch master
    Revision 35e00f939a6a6e1761030d6f8098938933612218

    Comments

    Documentation code span limits
    Small precision regarding usage of the code span limits regarding `` ` ... ' ``

    Changed files

    • doc/markdown.dox
  2. Change #256909

    Category doxygen
    Changed by albert-github <albert.testsohnoyoudont@gmail.com>
    Changed at Sun 01 Feb 2026 15:51:24
    Repository https://github.com/doxygen/doxygen.git
    Project doxygen
    Branch master
    Revision ab74a74ecfe0defd5d522ad0b5867043a05dee89

    Comments

    Mismatch `#if` / `#endif` when "verbatim" command in non doxygen comment
    When having something like:
    ```
    #if !defined(__linux__)
    
    /*
    @code
    */
    #endif
    ```
    we get a warning like:
    ```
    warning: More #if's than #endif's found (might be in an included file).
    ```
    as an attempt is made too match `@code` with `@endcode` even in a non doxygen comment

    Changed files

    • src/pre.l
  3. Change #256910

    Category doxygen
    Changed by Dimitri van Heesch <doxygenohnoyoudont@gmail.com>
    Changed at Tue 03 Feb 2026 19:51:55
    Repository https://github.com/doxygen/doxygen.git
    Project doxygen
    Branch master
    Revision dc986d3b2e79277644bccc7ac7f5dcf75fc0a7e1

    Comments

    Merge pull request #11964 from albert-github/feature/bug_doc_codespan
    Documentation code span limits

    Changed files

    • no files
  4. Change #256911

    Category doxygen
    Changed by Dimitri van Heesch <doxygenohnoyoudont@gmail.com>
    Changed at Tue 03 Feb 2026 19:52:48
    Repository https://github.com/doxygen/doxygen.git
    Project doxygen
    Branch master
    Revision 0b77bd958ff1ebef54f474259e34885614c95f16

    Comments

    Merge pull request #11965 from albert-github/feature/bug_if
    Mismatch `#if` / `#endif` when "verbatim" command in non doxygen comment

    Changed files

    • no files