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

Builder doxygen-solaris10-sparc Build #3789

Results:

Failed shell shell_1 shell_2

SourceStamp:

Projectdoxygen
Repositoryhttps://github.com/doxygen/doxygen.git
Branchmaster
Revision2292c6088a118dab5595675def4a67375f890120
Got Revision2292c6088a118dab5595675def4a67375f890120
Changes6 changes

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

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

StartWed Apr 29 10:56:33 2026
EndWed Apr 29 10:57:41 2026
Elapsed1 mins, 7 secs

All Changes:

:

  1. Change #265874

    Category doxygen
    Changed by albert-github <albert.testsohnoyoudont@gmail.com>
    Changed at Mon 29 Jan 2024 19:02:43
    Repository https://github.com/doxygen/doxygen.git
    Project doxygen
    Branch master
    Revision e6b7ba146b387c7c00e425c83e287034130be0b1

    Comments

    Better warning when in Fortran a program unit or routine is not closed
    Analogues to #10587 we also need warnings for program units and as it can be nested we need a stack to record what is still open.

    Changed files

    • src/fortranscanner.l
  2. Change #265875

    Category doxygen
    Changed by albert-github <albert.testsohnoyoudont@gmail.com>
    Changed at Sat 17 Feb 2024 11:38:09
    Repository https://github.com/doxygen/doxygen.git
    Project doxygen
    Branch master
    Revision e87e7084aee24aafab8bc0c6172e2fceef47beda

    Comments

    Better warning when in Fortran a program unit or routine is not closed
    After review, global variables are not thread safe use thread safe construct

    Changed files

    • src/fortranscanner.l
  3. Change #265876

    Category doxygen
    Changed by albert-github <albert.testsohnoyoudont@gmail.com>
    Changed at Fri 27 Mar 2026 10:39:57
    Repository https://github.com/doxygen/doxygen.git
    Project doxygen
    Branch master
    Revision 2defcf62356784a6c2622636f2c8849a2126c159

    Comments

    Merge branch 'master' into feature/bug_ftn_warn_prog_unit
    # Conflicts:
    #	src/fortranscanner.l

    Changed files

    • no files
  4. Change #265877

    Category doxygen
    Changed by Dimitri van Heesch <doxygenohnoyoudont@gmail.com>
    Changed at Wed 29 Apr 2026 10:15:47
    Repository https://github.com/doxygen/doxygen.git
    Project doxygen
    Branch master
    Revision c6f74d2e77d7a3f98c4506f0f152559ff217662f

    Comments

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

    Changed files

    • no files
  5. Change #265878

    Category doxygen
    Changed by Dimitri van Heesch <doxygenohnoyoudont@gmail.com>
    Changed at Wed 29 Apr 2026 10:40:55
    Repository https://github.com/doxygen/doxygen.git
    Project doxygen
    Branch master
    Revision 4d83858e593edc36dddd0a768546399187112f7b

    Comments

    PR #10607 Reduced code duplication, improved naming consistency
    Also added internal inconsistency warning about popping from empty stack (rather than
    crashing)

    Changed files

    • src/fortranscanner.l
  6. Change #265879

    Category doxygen
    Changed by Dimitri van Heesch <doxygenohnoyoudont@gmail.com>
    Changed at Wed 29 Apr 2026 10:42:57
    Repository https://github.com/doxygen/doxygen.git
    Project doxygen
    Branch master
    Revision 2292c6088a118dab5595675def4a67375f890120

    Comments

    Merge branch 'albert-github-feature/bug_ftn_warn_prog_unit'

    Changed files

    • no files