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

Builder doxygen-solaris10-i386 Build #3591

Results:

Failed shell shell_1 shell_2

SourceStamp:

Projectdoxygen
Repositoryhttps://github.com/doxygen/doxygen.git
Branchmaster
Revision7cbd535947f12a679a7d62c20f8924d624b450ce
Got Revision7cbd535947f12a679a7d62c20f8924d624b450ce
Changes1 change

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

  1. git update ( 9 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/slave/doxygen-solaris10-i386 slave
buildername doxygen-solaris10-i386 Builder
buildnumber 3591 Build
codebase Build
got_revision 7cbd535947f12a679a7d62c20f8924d624b450ce Git
project doxygen Build
repository https://github.com/doxygen/doxygen.git Build
revision 7cbd535947f12a679a7d62c20f8924d624b450ce Build
scheduler schedule-doxygen-solaris10-i386 Scheduler
slavename unstable10x BuildSlave
workdir /export/home/buildbot/slave/doxygen-solaris10-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Dimitri van Heesch

Timing:

StartTue Dec 30 22:11:36 2025
EndTue Dec 30 22:11:59 2025
Elapsed23 secs

All Changes:

:

  1. Change #253604

    Category doxygen
    Changed by Dimitri van Heesch <doxygenohnoyoudont@gmail.com>
    Changed at Tue 30 Dec 2025 22:08:19
    Repository https://github.com/doxygen/doxygen.git
    Project doxygen
    Branch master
    Revision 7cbd535947f12a679a7d62c20f8924d624b450ce

    Comments

    Add support for specifying requirements
    New commands:
    - \requirement define a requirement
    - \satisfies associate an implementation with a requirement
    - \verifies associate a test with a requirement
    
    Loosly based on https://github.com/doxygen/doxygen/pull/11839 by Rob Mellor (dropbearrob)

    Changed files

    • addon/doxmlparser/doxmlparser/compound.py
    • addon/doxmlparser/doxmlparser/index.py
    • cmake/CompilerWarnings.cmake
    • doc/CMakeLists.txt
    • doc/Doxyfile
    • doc/commands.dox
    • doc/lists.dox
    • doc/requirements.dox
    • src/CMakeLists.txt
    • src/classdef.cpp
    • src/classdef.h
    • src/cmdmapper.cpp
    • src/cmdmapper.h
    • src/commentscan.l
    • src/conceptdef.cpp
    • src/conceptdef.h
    • src/config.xml
    • src/definition.cpp
    • src/definition.h
    • src/definitionimpl.h
    • src/dirdef.cpp
    • src/dirdef.h
    • src/docgroup.cpp
    • src/docnode.cpp
    • src/docnode.h
    • src/docparser.cpp
    • src/docparser_p.h
    • src/doctokenizer.h
    • src/doctokenizer.l
    • src/doxygen.cpp
    • src/entry.cpp
    • src/entry.h
    • src/filedef.cpp
    • src/filedef.h
    • src/groupdef.cpp
    • src/groupdef.h
    • src/htmldocvisitor.cpp
    • src/memberdef.cpp
    • src/memberdef.h
    • src/membergroup.cpp
    • src/membergroup.h
    • src/memberlist.cpp
    • src/memberlist.h
    • src/moduledef.cpp
    • src/moduledef.h
    • src/namespacedef.cpp
    • src/namespacedef.h
    • src/pagedef.cpp
    • src/pagedef.h
    • src/requirement.cpp
    • src/requirement.h
    • src/tagreader.cpp
    • src/translator.h
    • src/translator_adapter.h
    • src/translator_br.h
    • src/translator_cn.h
    • src/translator_de.h
    • src/translator_en.h
    • src/translator_gr.h
    • src/translator_lv.h
    • src/translator_nl.h
    • src/translator_pl.h
    • src/translator_pt.h
    • src/translator_ru.h
    • src/types.h
    • src/util.cpp
    • src/util.h
    • src/xmlgen.cpp
    • templates/html/doxygen.css
    • templates/xml/compound.xsd
    • templates/xml/index.xsd
    • testing/112/112__aliases_8cpp.xml
    • testing/112_aliases.cpp
    • testing/114/concept_hashable.xml
    • testing/114_concept.cpp
    • testing/115/requirement__r_e_q-001.xml
    • testing/115_requirements.cpp