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

Builder doxygen-solaris10-sparc Build #3880

Results:

Failed shell shell_1 shell_2

SourceStamp:

Projectdoxygen
Repositoryhttps://github.com/doxygen/doxygen.git
Branchmaster
Revision220d8862455ba65492e041aaa099e51ee7133623
Got Revision220d8862455ba65492e041aaa099e51ee7133623
Changes4 changes

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

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

StartTue Jun 16 20:59:21 2026
EndTue Jun 16 20:59:39 2026
Elapsed18 secs

All Changes:

:

  1. Change #271375

    Category doxygen
    Changed by albert-github <albert.testsohnoyoudont@gmail.com>
    Changed at Tue 16 Jun 2026 14:24:50
    Repository https://github.com/doxygen/doxygen.git
    Project doxygen
    Branch master
    Revision 66c3be0c66c8cb0febc60f73a3076e507e3703a9

    Comments

    Creating some helper functions for the `enum class MemberType`
    Creating some helper functions for the `enum class MemberType`  analogous to e.g. `SrcLangExt`

    Changed files

    • src/defgen.cpp
    • src/memberdef.cpp
    • src/message.h
    • src/perlmodgen.cpp
    • src/sqlite3gen.cpp
    • src/types.h
    • src/xmlgen.cpp
  2. Change #271376

    Category doxygen
    Changed by albert-github <albert.testsohnoyoudont@gmail.com>
    Changed at Tue 16 Jun 2026 17:43:17
    Repository https://github.com/doxygen/doxygen.git
    Project doxygen
    Branch master
    Revision be01906f4ea9e1733449be8dc82b2664a56b3895

    Comments

    Remove some non necessary `(void)` constructs - commenting the argument name - `fortranscanner.l`: `stripWhiteSpace` is not an inplace operations, so needs assignment. It can be done, after reformulating the `if` condition when as prefix has been stripped (in that case string has been changed and some space might have occurred, otherwise it was already remove a couple of lines before).

    Changed files

    • src/docsets.cpp
    • src/fortranscanner.l
    • src/memberlist.cpp
    • src/qhp.cpp
    • src/vhdljjparser.cpp
  3. Change #271377

    Category doxygen
    Changed by Dimitri van Heesch <doxygenohnoyoudont@gmail.com>
    Changed at Tue 16 Jun 2026 20:48:05
    Repository https://github.com/doxygen/doxygen.git
    Project doxygen
    Branch master
    Revision 04457ac1109784b2fce7f7ba1c09bc0c2e191456

    Comments

    Merge pull request #12215 from albert-github/feature/bug_membertype
    Creating some helper functions for the `enum class MemberType`

    Changed files

    • no files
  4. Change #271378

    Category doxygen
    Changed by Dimitri van Heesch <doxygenohnoyoudont@gmail.com>
    Changed at Tue 16 Jun 2026 20:51:13
    Repository https://github.com/doxygen/doxygen.git
    Project doxygen
    Branch master
    Revision 220d8862455ba65492e041aaa099e51ee7133623

    Comments

    Merge pull request #12216 from albert-github/feature/bug_void
    Remove some not necessary `(void)` constructs

    Changed files

    • no files