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

Builder doxygen-solaris10-i386 Build #3849

Results:

Failed shell shell_1 shell_2

SourceStamp:

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

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

  1. git update ( 4 secs )
    1. stdio
  2. MakeDirectory Created ( 0 secs )
    1. - no logs -
  3. shell 'cmake -G ...' failed ( 10 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 3849 Build
codebase Build
got_revision 3fcbef6fee07bb4170425b53d2f4c5fabb74aa09 Git
project doxygen Build
repository https://github.com/doxygen/doxygen.git Build
revision 3fcbef6fee07bb4170425b53d2f4c5fabb74aa09 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. Roland Leißa

Timing:

StartSun Sep 27 13:55:15 2026
EndSun Sep 27 13:55:31 2026
Elapsed15 secs

All Changes:

:

  1. Change #283327

    Category doxygen
    Changed by Roland Leißa <roland.leissaohnoyoudont@cs.uni-goettingen.de>
    Changed at Sat 19 Sep 2026 21:17:01
    Repository https://github.com/doxygen/doxygen.git
    Project doxygen
    Branch master
    Revision d4883aa26e087498877ed5d31b006d7cc27a655b

    Comments

    document a qualified specialization of a variable template
    addVariable() treats every variable whose name is qualified as the out-of-class
    definition of a static data member and skips it, because the member is picked up
    from its class instead.  That does not hold for
    
        template<class T> constexpr bool std::ranges::enable_view<MyView<T>> = true;
    
    which has to spell out its scope because the variable template it specializes is
    not part of the input.  Such a specialization was dropped together with its
    documentation, and warned about as a symbol that 'was not declared or defined'
    whenever the variable template was unknown as well.
    
    Give it the scope treatment the grouped members next to it already get, so that
    it ends up in its namespace - exactly where the same declaration lands when it is
    written inside a 'namespace std::ranges { }' block instead.
    
    Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>

    Changed files

    • src/doxygen.cpp
  2. Change #283328

    Category doxygen
    Changed by Roland Leißa <roland.leissaohnoyoudont@cs.uni-goettingen.de>
    Changed at Sat 19 Sep 2026 21:17:01
    Repository https://github.com/doxygen/doxygen.git
    Project doxygen
    Branch master
    Revision e3b4724d806fce28061743f118e1bec60500e272

    Comments

    test case
    Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>

    Changed files

    • testing/125/namespacens.xml
    • testing/125/namespacestd_1_1ranges.xml
    • testing/125_specialize_external_variable_template.cpp
  3. Change #283329

    Category doxygen
    Changed by Dimitri van Heesch <doxygenohnoyoudont@gmail.com>
    Changed at Sun 27 Sep 2026 15:15:24
    Repository https://github.com/doxygen/doxygen.git
    Project doxygen
    Branch master
    Revision 09e71724f98e72ba4ce181937db893c0d6233110

    Comments

    Merge branch 'fix-variable-template-specialization' of https://github.com/leissa/doxygen into leissa-fix-variable-template-specialization

    Changed files

    • no files
  4. Change #283330

    Category doxygen
    Changed by Dimitri van Heesch <doxygenohnoyoudont@gmail.com>
    Changed at Sun 27 Sep 2026 15:29:55
    Repository https://github.com/doxygen/doxygen.git
    Project doxygen
    Branch master
    Revision 1e05ff06bd48c9ae7c7786f39cc89462108a440b

    Comments

    Rename example: 125->126

    Changed files

    • testing/125/namespacens.xml
    • testing/125/namespacestd_1_1ranges.xml
    • testing/125_specialize_external_variable_template.cpp
    • testing/126/namespacens.xml
    • testing/126/namespacestd_1_1ranges.xml
    • testing/126_specialize_external_variable_template.cpp
  5. Change #283331

    Category doxygen
    Changed by Dimitri van Heesch <doxygenohnoyoudont@gmail.com>
    Changed at Sun 27 Sep 2026 15:30:30
    Repository https://github.com/doxygen/doxygen.git
    Project doxygen
    Branch master
    Revision 3fcbef6fee07bb4170425b53d2f4c5fabb74aa09

    Comments

    Merge branch 'leissa-fix-variable-template-specialization'

    Changed files

    • no files