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

Builder doxygen-solaris10-sparc Build #3937

Results:

Failed shell shell_1 shell_2

SourceStamp:

Projectdoxygen
Repositoryhttps://github.com/doxygen/doxygen.git
Branchmaster
Revision818cbb0f55ae6bcb1b84f0a133312df30d46de31
Got Revision818cbb0f55ae6bcb1b84f0a133312df30d46de31
Changes2 changes

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 9 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 3937 Build
codebase Build
got_revision 818cbb0f55ae6bcb1b84f0a133312df30d46de31 Git
project doxygen Build
repository https://github.com/doxygen/doxygen.git Build
revision 818cbb0f55ae6bcb1b84f0a133312df30d46de31 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 14:34:14 2026
EndSat Aug 15 14:34:40 2026
Elapsed26 secs

All Changes:

:

  1. Change #278306

    Category doxygen
    Changed by albert-github <albert.testsohnoyoudont@gmail.com>
    Changed at Sat 15 Aug 2026 15:14:29
    Repository https://github.com/doxygen/doxygen.git
    Project doxygen
    Branch master
    Revision 8e099ab78b30575d403f8e8742a3a9f3ecd239c2

    Comments

    Warnings in ndoxywizard due to `size_t`
    Qt uses as types for e.g.`length`, `mid` the type `qsizetype`:
    > Integral type providing Posix' ssize_t for all platforms.
    >
    > This type is guaranteed to be the same size as a size_t on all platforms supported by Qt.
    >
    > Note that qsizetype is signed. Use size_t for unsigned values.

    Changed files

    • addon/doxywizard/config_doxyw.l
  2. Change #278307

    Category doxygen
    Changed by Dimitri van Heesch <doxygenohnoyoudont@gmail.com>
    Changed at Sat 15 Aug 2026 16:09:52
    Repository https://github.com/doxygen/doxygen.git
    Project doxygen
    Branch master
    Revision 818cbb0f55ae6bcb1b84f0a133312df30d46de31

    Comments

    Merge pull request #12288 from albert-github/feature/bug_warn_doxywizard
    Warnings in doxywizard due to `size_t`

    Changed files

    • no files