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

Builder doxygen-solaris10-i386 Build #3557

Results:

Failed shell shell_1 shell_2

SourceStamp:

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

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

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

StartSun Nov 9 15:17:39 2025
EndSun Nov 9 15:17:58 2025
Elapsed18 secs

All Changes:

:

  1. Change #248105

    Category doxygen
    Changed by Dimitri van Heesch <doxygenohnoyoudont@gmail.com>
    Changed at Sun 09 Nov 2025 15:06:58
    Repository https://github.com/doxygen/doxygen.git
    Project doxygen
    Branch master
    Revision 9a0a0a656cb2513d8dfbce74ff6f24669dd0ac8e

    Comments

    Refactoring: replace GrowBuf with normal QCString.
    Rationale:
    - not really beneficial to use a custom type anymore.
    - Using same type as return type gives the compiler more options for return value optimization (RVO).

    Changed files

    • src/cite.cpp
    • src/clangparser.cpp
    • src/datetime.cpp
    • src/diagram.cpp
    • src/docbookgen.cpp
    • src/docbookvisitor.cpp
    • src/docparser.cpp
    • src/growbuf.h
    • src/htmldocvisitor.cpp
    • src/htmlgen.cpp
    • src/searchindex.cpp
    • src/searchindex.h
    • src/util.cpp
    • src/vhdljjparser.cpp