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

Builder doxygen-solaris10-sparc Build #3974

Results:

Failed shell shell_1 shell_2

SourceStamp:

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

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 40 secs )
    1. stdio
  2. MakeDirectory Created ( 0 secs )
    1. - no logs -
  3. shell 'cmake -G ...' failed ( 22 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 3974 Build
codebase Build
got_revision cbe4c1e38780c01424f02a1a3de0e6d3b2551005 Git
project doxygen Build
repository https://github.com/doxygen/doxygen.git Build
revision cbe4c1e38780c01424f02a1a3de0e6d3b2551005 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 Sep 13 10:06:40 2026
EndSun Sep 13 10:07:44 2026
Elapsed1 mins, 4 secs

All Changes:

:

  1. Change #281641

    Category doxygen
    Changed by albert-github <albert.testsohnoyoudont@gmail.com>
    Changed at Sat 12 Sep 2026 12:54:29
    Repository https://github.com/doxygen/doxygen.git
    Project doxygen
    Branch master
    Revision 1a517a9336d0e87fa4a776a580a21c8de9f76b34

    Comments

    issue #12340 fortranfixed `@verbatim` doesn't remove "!>"
    For issue #10552 (PR #10557) the handling of preformatted comment blocks was added. Here an exception was made for "verbatim" but this is not useful as Fortran comments are line comments (not block comments) and there is no way of formulation preformatted comments blocks in a way that the `!>` part of the comment will not be shown.
    
    - strip comment indicators also for "verbatim" parts
    - don't indent (also for non "verbatim" parts)

    Changed files

    • src/fortranscanner.l
  2. Change #281643

    Category doxygen
    Changed by Dimitri van Heesch <doxygenohnoyoudont@gmail.com>
    Changed at Sun 13 Sep 2026 11:46:05
    Repository https://github.com/doxygen/doxygen.git
    Project doxygen
    Branch master
    Revision cbe4c1e38780c01424f02a1a3de0e6d3b2551005

    Comments

    Merge pull request #12343 from albert-github/feature/issue_12340
    issue #12340 fortranfixed `@verbatim` doesn't remove "!>"

    Changed files

    • no files