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

Builder doxygen-solaris10-i386 Build #3671

Results:

Failed shell shell_1 shell_2

SourceStamp:

Projectdoxygen
Repositoryhttps://github.com/doxygen/doxygen.git
Branchmaster
Revision4e2b97b0977dd91534dbf7704babdb73ae4658e3
Got Revision4e2b97b0977dd91534dbf7704babdb73ae4658e3
Changes4 changes

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

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

StartWed Mar 11 20:15:04 2026
EndWed Mar 11 20:15:27 2026
Elapsed23 secs

All Changes:

:

  1. Change #260704

    Category doxygen
    Changed by albert-github <albert.testsohnoyoudont@gmail.com>
    Changed at Tue 10 Mar 2026 14:32:26
    Repository https://github.com/doxygen/doxygen.git
    Project doxygen
    Branch master
    Revision bb3d2781b250f2b854976927677bf48c01185135

    Comments

    bug 129682 Wrong function dependency is made
    The dummy argument names (parameters) in the brief description should not be linked to an entity (function, variable, ...).
    
    (this fixes part 2 of the mentioned bug)

    Changed files

    • src/memberdef.cpp
    • src/util.cpp
    • src/util.h
  2. Change #260705

    Category doxygen
    Changed by albert-github <albert.testsohnoyoudont@gmail.com>
    Changed at Tue 10 Mar 2026 14:51:51
    Repository https://github.com/doxygen/doxygen.git
    Project doxygen
    Branch master
    Revision 7b9535f02c11994eea3fc8a5e2be8f29e5b07dd2

    Comments

    bug 129682 Wrong function dependency is made
    Windows compiler was apparently not strict enough ...
    
    The dummy argument names (parameters) in the brief description should not be linked to an entity (function, variable, ...).
    
    (this fixes part 2 of the mentioned bug)

    Changed files

    • src/classdef.cpp
    • src/memberdef.cpp
  3. Change #260706

    Category doxygen
    Changed by albert-github <albert.testsohnoyoudont@gmail.com>
    Changed at Wed 11 Mar 2026 09:31:43
    Repository https://github.com/doxygen/doxygen.git
    Project doxygen
    Branch master
    Revision 3e3687e93b100c0b2bbd2d5094ec20e73a8fa356

    Comments

    bug 129682 Wrong function dependency is made
    After review:
    ```
                    &(argumentList()),
    ```
    is a bit dangerous (temporary variable), replacing with:
    ```
                    &m_defArgList,
    ```

    Changed files

    • src/memberdef.cpp
  4. Change #260707

    Category doxygen
    Changed by Dimitri van Heesch <doxygenohnoyoudont@gmail.com>
    Changed at Wed 11 Mar 2026 20:06:03
    Repository https://github.com/doxygen/doxygen.git
    Project doxygen
    Branch master
    Revision 4e2b97b0977dd91534dbf7704babdb73ae4658e3

    Comments

    Merge pull request #12040 from albert-github/feature/bug_129682_brief
    bug 129682 Wrong function dependency is made

    Changed files

    • no files