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

Builder doxygen-solaris10-i386 Build #3831

Results:

Failed shell shell_1 shell_2

SourceStamp:

Projectdoxygen
Repositoryhttps://github.com/doxygen/doxygen.git
Branchmaster
Revisionae4c4026845a6ebc251e3f9e18176b62abf76360
Got Revisionae4c4026845a6ebc251e3f9e18176b62abf76360
Changes6 changes

BuildSlave:

unstable10x

Reason:

The SingleBranchScheduler scheduler named 'schedule-doxygen-solaris10-i386' 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/slave/doxygen-solaris10-i386 slave
buildername doxygen-solaris10-i386 Builder
buildnumber 3831 Build
codebase Build
got_revision ae4c4026845a6ebc251e3f9e18176b62abf76360 Git
project doxygen Build
repository https://github.com/doxygen/doxygen.git Build
revision ae4c4026845a6ebc251e3f9e18176b62abf76360 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
  2. albert-github

Timing:

StartMon Sep 7 18:54:40 2026
EndMon Sep 7 18:54:58 2026
Elapsed17 secs

All Changes:

:

  1. Change #280988

    Category doxygen
    Changed by albert-github <albert.testsohnoyoudont@gmail.com>
    Changed at Sun 06 Sep 2026 13:49:25
    Repository https://github.com/doxygen/doxygen.git
    Project doxygen
    Branch master
    Revision 494ca21b8c5f73ff0cc193501d9fdc0aa904f2dc

    Comments

    issue #9921 HIDE_SCOPE_NAMES does not hide names in Modules list or @ref link text
    Reintroduced the code regarding `HIDE_SCOPE_NAMES` that was, accidentally, lost during:
    ```
    Commit: 92c33c43583086649af80ca6f57be7a0bafae489 [92c33c4]
    
    Date: Monday, April 27, 2026 1:26:19 PM
    
    PR #12093 Minor refactoring to reduce impact
    ```

    Changed files

    • src/ftvhelp.cpp
  2. Change #280989

    Category doxygen
    Changed by albert-github <albert.testsohnoyoudont@gmail.com>
    Changed at Mon 07 Sep 2026 12:35:21
    Repository https://github.com/doxygen/doxygen.git
    Project doxygen
    Branch master
    Revision 954110ac4ac93144e1315678b7f813b5db65399f

    Comments

    issue #12328  `signed char` versus  `unsigned char` versus `int`
    As extension to #12328 it would also be good that there is no implicit conversion to `int` in the arguments.

    Changed files

    • src/dstring.h
  3. Change #280990

    Category doxygen
    Changed by albert-github <albert.testsohnoyoudont@gmail.com>
    Changed at Mon 07 Sep 2026 12:57:09
    Repository https://github.com/doxygen/doxygen.git
    Project doxygen
    Branch master
    Revision 1b72f77b09bec5a8f9fc931a63f182b97c9246ef

    Comments

    Prevent compiler warning for c files
    When compiling a c file one can get the warning like (`portable_c.c`):
    ```
    cc1: warning: command-line option ‘-Wextra-semi’ is valid for C++/ObjC++ but not for C
    ```

    Changed files

    • cmake/CompilerWarnings.cmake
  4. Change #280991

    Category doxygen
    Changed by Dimitri van Heesch <doxygenohnoyoudont@gmail.com>
    Changed at Mon 07 Sep 2026 20:10:41
    Repository https://github.com/doxygen/doxygen.git
    Project doxygen
    Branch master
    Revision 9b8802148dbf4cb0e84f78b1152fbde297cd1ca9

    Comments

    Merge pull request #12327 from albert-github/feature/issue_9921_3
    issue #9921 `HIDE_SCOPE_NAMES` does not hide names in Modules list or `@ref` link text

    Changed files

    • no files
  5. Change #280992

    Category doxygen
    Changed by Dimitri van Heesch <doxygenohnoyoudont@gmail.com>
    Changed at Mon 07 Sep 2026 20:12:48
    Repository https://github.com/doxygen/doxygen.git
    Project doxygen
    Branch master
    Revision c269ba2c658fd6db9211f314adb1f13409dc5d57

    Comments

    Merge pull request #12332 from albert-github/feature/issue_12328
    issue #12328  `signed char` versus  `unsigned char` versus `int`

    Changed files

    • no files
  6. Change #280993

    Category doxygen
    Changed by Dimitri van Heesch <doxygenohnoyoudont@gmail.com>
    Changed at Mon 07 Sep 2026 20:13:51
    Repository https://github.com/doxygen/doxygen.git
    Project doxygen
    Branch master
    Revision ae4c4026845a6ebc251e3f9e18176b62abf76360

    Comments

    Merge pull request #12333 from albert-github/feature/bug_extra_semi
    Prevent compiler warning for c files

    Changed files

    • no files