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

Builder doxygen-solaris10-i386 Build #3832

Results:

Failed shell shell_1 shell_2

SourceStamp:

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

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

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

StartTue Sep 8 19:06:37 2026
EndTue Sep 8 19:07:10 2026
Elapsed33 secs

All Changes:

:

  1. Change #281163

    Category doxygen
    Changed by albert-github <albert.testsohnoyoudont@gmail.com>
    Changed at Mon 07 Sep 2026 15:27:56
    Repository https://github.com/doxygen/doxygen.git
    Project doxygen
    Branch master
    Revision 2e292a88a97f1897212c70056110697e54353807

    Comments

    issue #12329 warning: multiple use of section label 'deprecated'
    Give the internal `deprecated` list a unique name (same automatically for other generated xref lists, `todo`, `bug`, `test`).

    Changed files

    • src/commentscan.l
  2. Change #281164

    Category doxygen
    Changed by albert-github <albert.testsohnoyoudont@gmail.com>
    Changed at Tue 08 Sep 2026 09:18:57
    Repository https://github.com/doxygen/doxygen.git
    Project doxygen
    Branch master
    Revision e751c8e5cc383c143db564f87c6e9039b7b77c24

    Comments

    issue #12329 warning: multiple use of section label 'deprecated'
    After review

    Changed files

    • src/commentscan.l
  3. Change #281165

    Category doxygen
    Changed by albert-github <albert.testsohnoyoudont@gmail.com>
    Changed at Tue 08 Sep 2026 13:30:10
    Repository https://github.com/doxygen/doxygen.git
    Project doxygen
    Branch master
    Revision cceb8c0c679f91c7d4c7bd44305d976c7c567f05

    Comments

    issue #12328  `signed char` versus  `unsigned char` versus `int`
    On systems with signed characters we can get a warning like:
    ```
    /home/runner/work/doxygen/doxygen/src/dstring.h: In function ‘bool isId(char)’:
    /home/runner/work/doxygen/doxygen/src/dstring.h:897:21: warning: comparison is always false due to limited range of data type [-Wtype-limits]
      897 |   return c=='_' || c>=128 || static_cast<signed char>(c)<0 || isalnum(c) || c=='$';
          |                    ~^~~~~
    ```
    as now the range for signed characters is: -128 ... 127
    On systems with unsigned characters this situation is caught through: `static_cast<signed char>(c)<0`

    Changed files

    • src/dstring.h
  4. Change #281166

    Category doxygen
    Changed by Dimitri van Heesch <doxygenohnoyoudont@gmail.com>
    Changed at Tue 08 Sep 2026 20:39:49
    Repository https://github.com/doxygen/doxygen.git
    Project doxygen
    Branch master
    Revision 87651fdf33e7b36b458077da8592af4b231829ba

    Comments

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

    Changed files

    • no files
  5. Change #281167

    Category doxygen
    Changed by Dimitri van Heesch <doxygenohnoyoudont@gmail.com>
    Changed at Tue 08 Sep 2026 20:40:31
    Repository https://github.com/doxygen/doxygen.git
    Project doxygen
    Branch master
    Revision b4d03e16a3c00c1b1017c56134d87b68d2b68253

    Comments

    Merge pull request #12334 from albert-github/feature/issue_12329
    issue #12329 warning: multiple use of section label 'deprecated'

    Changed files

    • no files