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

Builder doxygen-solaris10-sparc Build #3935

Results:

Failed shell shell_1 shell_2

SourceStamp:

Projectdoxygen
Repositoryhttps://github.com/doxygen/doxygen.git
Branchmaster
Revisionaa2d2787013804bde9c032407b15afd5cb994ffb
Got Revisionaa2d2787013804bde9c032407b15afd5cb994ffb
Changes5 changes

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

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

StartSat Aug 15 09:54:17 2026
EndSat Aug 15 09:54:58 2026
Elapsed40 secs

All Changes:

:

  1. Change #278278

    Category doxygen
    Changed by albert-github <albert.testsohnoyoudont@gmail.com>
    Changed at Fri 14 Aug 2026 14:01:53
    Repository https://github.com/doxygen/doxygen.git
    Project doxygen
    Branch master
    Revision 5e0aa26f0255c89102f34e010ff12b7f758708e3

    Comments

    Remove compilation warning
    During compilation we get  warnings like:
    ```
    In file included from .../vhdlparser/VhdlParser.h:6,
                     from .../src/vhdldocgen.cpp:60:
    .../vhdlparser/TokenManager.h:25:44: warning: extra ‘;’ after in-class function definition [-Wextra-semi]
       25 |   virtual void   setParser(void* parser) {};
          |                                            ^
          |
    ```
    Even though it is an upstream warning, with already an proposed PR (https://github.com/javacc/javacc/pull/315), better to have a small workaround here as well.

    Changed files

    • vhdlparser/CMakeLists.txt
    • vhdlparser/TokenManager.h
    • vhdlparser/vhdl_adj.py
  2. Change #278279

    Category doxygen
    Changed by albert-github <albert.testsohnoyoudont@gmail.com>
    Changed at Fri 14 Aug 2026 16:34:27
    Repository https://github.com/doxygen/doxygen.git
    Project doxygen
    Branch master
    Revision d7e00b52aa802a11e521adcfead8f2f2cbf41464

    Comments

    Warnings regarding md5
    On GitHub Actions under MSVC compilation we get warnings like:
    ```
    md5hash.h(29): warning C4267: 'argument': conversion from 'size_t' to 'unsigned int', possible loss of data
    ```
    this has been corrected

    Changed files

    • deps/libmd5/md5.c
    • deps/libmd5/md5.h
  3. Change #278280

    Category doxygen
    Changed by albert-github <albert.testsohnoyoudont@gmail.com>
    Changed at Sat 15 Aug 2026 09:40:48
    Repository https://github.com/doxygen/doxygen.git
    Project doxygen
    Branch master
    Revision df2f27b28ae591b4e5afb6fabf8dde88d0d6eb60

    Comments

    Warnings regarding md5
    Removing warning:
    ```
    deps\libmd5\md5.c(102): warning C4267: '=': conversion from 'size_t' to 'uint32_t', possible loss of data
    ```
    Note as this is C code a `static_cast<UWORD32>`  is not possible.

    Changed files

    • deps/libmd5/md5.c
  4. Change #278281

    Category doxygen
    Changed by Dimitri van Heesch <doxygenohnoyoudont@gmail.com>
    Changed at Sat 15 Aug 2026 11:31:40
    Repository https://github.com/doxygen/doxygen.git
    Project doxygen
    Branch master
    Revision a3dde96a42862c656274e8d439ec02e5a029222d

    Comments

    Merge pull request #12286 from albert-github/feature/bug_md5_size_t
    Warnings regarding md5

    Changed files

    • no files
  5. Change #278282

    Category doxygen
    Changed by Dimitri van Heesch <doxygenohnoyoudont@gmail.com>
    Changed at Sat 15 Aug 2026 11:33:02
    Repository https://github.com/doxygen/doxygen.git
    Project doxygen
    Branch master
    Revision aa2d2787013804bde9c032407b15afd5cb994ffb

    Comments

    Merge pull request #12285 from albert-github/feature/bug_vhdl_warning
    Remove compilation warning

    Changed files

    • no files