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

Builder doxygen-solaris10-sparc Build #3708

Results:

Failed shell shell_1 shell_2

SourceStamp:

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

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 20 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-unstable10s/slave/doxygen-solaris10-sparc slave
buildername doxygen-solaris10-sparc Builder
buildnumber 3708 Build
codebase Build
got_revision 6abdb86a4fa5a0cee5485c9677fa16681dc6075d Git
project doxygen Build
repository https://github.com/doxygen/doxygen.git Build
revision 6abdb86a4fa5a0cee5485c9677fa16681dc6075d 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:

StartSun Feb 8 11:48:04 2026
EndSun Feb 8 11:48:39 2026
Elapsed34 secs

All Changes:

:

  1. Change #257191

    Category doxygen
    Changed by albert-github <albert.testsohnoyoudont@gmail.com>
    Changed at Sun 08 Feb 2026 10:41:40
    Repository https://github.com/doxygen/doxygen.git
    Project doxygen
    Branch master
    Revision 54fd733169500407b357e11c6d6941297a217763

    Comments

    Incorrect warning from non-doxygen comment
    When having something like:
    ```
    ## A fie
    def aa_fie1:
      # Inside fie with `tick
      pass
    ```
    we get a warning like:
    ```
    a.py:8: warning: Reached end of file while still searching closing '`' of a verbatim block starting at line 6
    ```
    this is not correct as line 8 is non-doxygen comment and should not be inspected.

    Changed files

    • src/commentcnv.l
  2. Change #257192

    Category doxygen
    Changed by Dimitri van Heesch <doxygenohnoyoudont@gmail.com>
    Changed at Sun 08 Feb 2026 11:39:11
    Repository https://github.com/doxygen/doxygen.git
    Project doxygen
    Branch master
    Revision 6abdb86a4fa5a0cee5485c9677fa16681dc6075d

    Comments

    Merge pull request #11969 from albert-github/feature/bug_block_comment
    Incorrect warning from non-doxygen comment

    Changed files

    • no files