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

Builder doxygen-solaris10-sparc Build #3582

Results:

Failed shell shell_1 shell_2

SourceStamp:

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

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

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

StartMon Aug 25 21:12:22 2025
EndMon Aug 25 21:13:06 2025
Elapsed44 secs

All Changes:

:

  1. Change #243887

    Category doxygen
    Changed by albert-github <albert.testsohnoyoudont@gmail.com>
    Changed at Sun 17 Aug 2025 11:05:29
    Repository https://github.com/doxygen/doxygen.git
    Project doxygen
    Branch master
    Revision 30cee47f976d85b06d6aa9d27131d6d01df26ff7

    Comments

    Don't load Mathjax in source browser files
    For the representation of the source files in the source file browser it is not necessary to to load the Mathjax code.
    
    (It is insufficient to check for `_source` as in case as files without extensions are used as well files like `aa_source` will have names like `aa__source.html` and `aa__source_source.html`)

    Changed files

    • src/classdef.cpp
    • src/conceptdef.cpp
    • src/dirdef.cpp
    • src/docbookgen.cpp
    • src/docbookgen.h
    • src/doxygen.cpp
    • src/filedef.cpp
    • src/groupdef.cpp
    • src/htmlgen.cpp
    • src/htmlgen.h
    • src/index.cpp
    • src/index.h
    • src/latexgen.cpp
    • src/latexgen.h
    • src/mangen.cpp
    • src/mangen.h
    • src/memberlist.cpp
    • src/moduledef.cpp
    • src/namespacedef.cpp
    • src/outputgen.h
    • src/outputlist.cpp
    • src/outputlist.h
    • src/pagedef.cpp
    • src/rtfgen.cpp
    • src/rtfgen.h
  2. Change #243888

    Category doxygen
    Changed by Dimitri van Heesch <doxygenohnoyoudont@gmail.com>
    Changed at Mon 25 Aug 2025 21:05:48
    Repository https://github.com/doxygen/doxygen.git
    Project doxygen
    Branch master
    Revision 0829265de0ea47bbe364525defc6a3612338663c

    Comments

    Merge pull request #11734 from albert-github/feature/bug_mj_source_files
    Don't load Mathjax in source browser files

    Changed files

    • no files