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

Builder doxygen-solaris10-sparc Build #3963

Results:

Failed shell shell_1 shell_2

SourceStamp:

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

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 30 secs )
    1. stdio
  2. MakeDirectory Created ( 0 secs )
    1. - no logs -
  3. shell 'cmake -G ...' failed ( 1 mins, 1 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 3963 Build
codebase Build
got_revision ff77f3f2c8ce155ad7ed23e08583b48782306f1f Git
project doxygen Build
repository https://github.com/doxygen/doxygen.git Build
revision ff77f3f2c8ce155ad7ed23e08583b48782306f1f 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 31 19:54:15 2026
EndMon Aug 31 19:55:48 2026
Elapsed1 mins, 32 secs

All Changes:

:

  1. Change #280170

    Category doxygen
    Changed by albert-github <albert.testsohnoyoudont@gmail.com>
    Changed at Mon 31 Aug 2026 12:47:27
    Repository https://github.com/doxygen/doxygen.git
    Project doxygen
    Branch master
    Revision cc9d44359ca04859e2f9c89e86aedfb57819cb4f

    Comments

    Replace  `assert` calls with `ASSERT` macro
    Replace  `assert` calls with `ASSERT` macro so that potential problems are also shown in non debug mode.
    Don't write to stderr, but use doxygen's `warn_uncond`so it is harder that they under in normal informational  messages
    Replace only the ones that are not further protected by debug settings.

    Changed files

    • addon/doxyapp/CMakeLists.txt
    • addon/doxyparse/CMakeLists.txt
    • src/aliases.cpp
    • src/clangparser.cpp
    • src/classdef.cpp
    • src/commentcnv.l
    • src/commentscan.l
    • src/cppvalue.cpp
    • src/definition.cpp
    • src/docnode.cpp
    • src/docparser.cpp
    • src/doctokenizer.l
    • src/dot.cpp
    • src/dotclassgraph.cpp
    • src/dotdirdeps.cpp
    • src/dotrunner.cpp
    • src/doxygen.cpp
    • src/dstring.h
    • src/htmlentity.h
    • src/htmlgen.cpp
    • src/index.cpp
    • src/layout.cpp
    • src/memberlist.h
    • src/message.h
    • src/portable.cpp
    • src/qhp.cpp
    • src/regex.cpp
    • src/searchindex.cpp
    • src/searchindex_js.cpp
    • src/symbolmap.h
    • src/symbolresolver.cpp
    • src/tagreader.cpp
    • src/util.cpp
    • src/vhdldocgen.cpp
    • src/vhdljjparser.cpp
  2. Change #280171

    Category doxygen
    Changed by Dimitri van Heesch <doxygenohnoyoudont@gmail.com>
    Changed at Mon 31 Aug 2026 21:31:30
    Repository https://github.com/doxygen/doxygen.git
    Project doxygen
    Branch master
    Revision ff77f3f2c8ce155ad7ed23e08583b48782306f1f

    Comments

    Merge pull request #12317 from albert-github/feature/bug_assert
    Replace  `assert` calls with `ASSERT` macro

    Changed files

    • no files