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

Builder doxygen-solaris10-i386 Build #3580

Results:

Failed shell shell_1 shell_2

SourceStamp:

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

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

  1. git update ( 6 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 3580 Build
codebase Build
got_revision 28b513fd7e11acc083b890ce095d893fd23dfd03 Git
project doxygen Build
repository https://github.com/doxygen/doxygen.git Build
revision 28b513fd7e11acc083b890ce095d893fd23dfd03 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. Benjamin Cabé
  2. Dimitri van Heesch
  3. albert-github

Timing:

StartTue Dec 16 20:01:29 2025
EndTue Dec 16 20:01:45 2025
Elapsed16 secs

All Changes:

:

  1. Change #252403

    Category doxygen
    Changed by albert-github <albert.testsohnoyoudont@gmail.com>
    Changed at Mon 15 Dec 2025 12:00:00
    Repository https://github.com/doxygen/doxygen.git
    Project doxygen
    Branch master
    Revision aee57c221a2bd29a03a0a5b83c3d243293a1c585

    Comments

    Correct line numbers for warning in perlmod output
    The line numbers in the perlmod output were based on the start line of the definition although this should have been to to the start of the brief / detailed description (as done at other places).

    Changed files

    • src/perlmodgen.cpp
  2. Change #252404

    Category doxygen
    Changed by Benjamin Cabé <benjaminohnoyoudont@zephyrproject.org>
    Changed at Mon 15 Dec 2025 22:34:29
    Repository https://github.com/doxygen/doxygen.git
    Project doxygen
    Branch master
    Revision fd15143cb525edd27febc112df2a78e962895ddb

    Comments

    GroupDef::sortSubGroups() should not be gated by SORT_BRIEF_DOCS
    Fixes a regression introduced with commit 9cb220d whereby subgroup
    sorting was gated using SORT_BRIEF_DOCS. This is incorrect as
    sortSubGroups is called in the context of sorting member groups, which
    is gated by SORT_GROUP_NAMES already.
    
    Signed-off-by: Benjamin Cabé <benjamin@zephyrproject.org>

    Changed files

    • src/groupdef.cpp
  3. Change #252405

    Category doxygen
    Changed by albert-github <albert.testsohnoyoudont@gmail.com>
    Changed at Tue 16 Dec 2025 09:53:07
    Repository https://github.com/doxygen/doxygen.git
    Project doxygen
    Branch master
    Revision bd0b6fa6f3c6cb0efee2d1985040b5ad169f1e4d

    Comments

    Correct line numbers for warning in perlmod output
    After review, also file name should match the corresponding `briefline` / `docLine`

    Changed files

    • src/perlmodgen.cpp
  4. Change #252406

    Category doxygen
    Changed by Dimitri van Heesch <doxygenohnoyoudont@gmail.com>
    Changed at Tue 16 Dec 2025 19:55:02
    Repository https://github.com/doxygen/doxygen.git
    Project doxygen
    Branch master
    Revision 47edaa0ddddc8c9e6abfce0c276c7bc0c2a7f1aa

    Comments

    Merge pull request #11899 from albert-github/feature/bug_perlmod_warn
    Correct line numbers for warning in perlmod output

    Changed files

    • no files
  5. Change #252407

    Category doxygen
    Changed by Dimitri van Heesch <doxygenohnoyoudont@gmail.com>
    Changed at Tue 16 Dec 2025 19:56:20
    Repository https://github.com/doxygen/doxygen.git
    Project doxygen
    Branch master
    Revision 28b513fd7e11acc083b890ce095d893fd23dfd03

    Comments

    Merge pull request #11901 from kartben/sortgroupnames_regression
    GroupDef::sortSubGroups() should not be gated by SORT_BRIEF_DOCS

    Changed files

    • no files