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

Builder doxygen-solaris10-i386 Build #3690

Results:

Failed shell shell_1 shell_2

SourceStamp:

Projectdoxygen
Repositoryhttps://github.com/doxygen/doxygen.git
Branchmaster
Revision4540676f673f31e94491e96637f3a0b9b7273ef7
Got Revision4540676f673f31e94491e96637f3a0b9b7273ef7
Changes8 changes

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

  1. git update ( 10 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 3690 Build
codebase Build
got_revision 4540676f673f31e94491e96637f3a0b9b7273ef7 Git
project doxygen Build
repository https://github.com/doxygen/doxygen.git Build
revision 4540676f673f31e94491e96637f3a0b9b7273ef7 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. Sebastian Huber

Timing:

StartSat Apr 4 21:25:14 2026
EndSat Apr 4 21:25:40 2026
Elapsed26 secs

All Changes:

:

  1. Change #263519

    Category doxygen
    Changed by Sebastian Huber <sebastian.huberohnoyoudont@embedded-brains.de>
    Changed at Mon 12 Jan 2026 03:53:40
    Repository https://github.com/doxygen/doxygen.git
    Project doxygen
    Branch master
    Revision d48182237d6908355d2729c11df21aa60091b927

    Comments

    Fix group member IDs for ambiguous filenames
    In case a group has multiple files with the same name located in
    different directores, then using FileDefImpl::displayName() results in a
    not unique anchor.  Use the FileDefImpl::docName() instead.

    Changed files

    • src/groupdef.cpp
  2. Change #263520

    Category doxygen
    Changed by Sebastian Huber <sebastian.huberohnoyoudont@embedded-brains.de>
    Changed at Mon 12 Jan 2026 03:53:40
    Repository https://github.com/doxygen/doxygen.git
    Project doxygen
    Branch master
    Revision 36172004d93e02eb2f5fa31489873f43290e06eb

    Comments

    testing: Add $TESTOUTDIR test config substitution
    Allow tests to define configuration option values relative to the test
    output directory.

    Changed files

    • testing/runtests.py
  3. Change #263521

    Category doxygen
    Changed by Sebastian Huber <sebastian.huberohnoyoudont@embedded-brains.de>
    Changed at Mon 12 Jan 2026 03:53:40
    Repository https://github.com/doxygen/doxygen.git
    Project doxygen
    Branch master
    Revision 7fed2f760a942238ab040df75863cc18ef8ef2b2

    Comments

    testing: Test the tagfile generation
    Use a sample set of documentation member definitions to test the tagfile
    generation.

    Changed files

    • testing/116/116__tagfile_8cpp.xml
    • testing/116/class_namespace_1_1_class.xml
    • testing/116/f_8cpp.xml
    • testing/116/group___group.xml
    • testing/116/more__116_2a_2116__tagfile_8cpp.xml
    • testing/116/more__116_2b_2116__tagfile_8cpp.xml
    • testing/116/namespace_namespace.xml
    • testing/116/s_2h_8h.xml
    • testing/116/struct_struct.xml
    • testing/116/t_2s_2h_8h.xml
    • testing/116/tagfile
    • testing/116/union_union.xml
    • testing/116_tagfile.cpp
    • testing/more_116/116_tagfile.cpp
    • testing/more_116/a/116_tagfile.cpp
    • testing/more_116/b/116_tagfile.cpp
    • testing/more_116/f.cpp
    • testing/more_116/include/s/h.h
    • testing/more_116/include/t/s/h.h
    • testing/runtests.py
  4. Change #263522

    Category doxygen
    Changed by Sebastian Huber <sebastian.huberohnoyoudont@embedded-brains.de>
    Changed at Mon 12 Jan 2026 03:53:40
    Repository https://github.com/doxygen/doxygen.git
    Project doxygen
    Branch master
    Revision fe584efabea3474baac86e203abfd509616b6c1d

    Comments

    Add "path" attribute to group tagfile
    This helps consumers of the tagfile to associate files with groups if
    the filenames are not unique within the project.

    Changed files

    • src/groupdef.cpp
    • testing/116/tagfile
  5. Change #263523

    Category doxygen
    Changed by Sebastian Huber <sebastian.huberohnoyoudont@embedded-brains.de>
    Changed at Mon 12 Jan 2026 03:53:40
    Repository https://github.com/doxygen/doxygen.git
    Project doxygen
    Branch master
    Revision e574bdd532664612788a28addec6a2cd3e2a0c4d

    Comments

    Improve file name matching
    In findFileDef(), if multiple files have the same name, then return a
    unique match in case the stripped file paths are equal (perfect match).
    
    Without the change in findFileDef(), the test changes in this patch
    would result in the following warnings:
    
      testing/more_116/f.cpp:12: warning: the name 's/h.h' supplied as the
      argument in the \file statement matches the following input files:
        testing/more_116/include/s/h.h
        testing/more_116/include/t/s/h.h
      Please use a more specific name by including a (larger) part of the path!
    
      testing/more_116/include/s/h.h:2: warning: the name
      'testing/more_116/include/s/h.h' supplied as the argument in the \file
      statement matches the following input files:
        testing/more_116/include/s/h.h
        testing/more_116/include/t/s/h.h
      Please use a more specific name by including a (larger) part of the path!

    Changed files

    • src/util.cpp
    • testing/116/group___group.xml
    • testing/116/s_2h_8h.xml
    • testing/116/tagfile
    • testing/more_116/f.cpp
    • testing/more_116/include/s/h.h
  6. Change #263524

    Category doxygen
    Changed by Dimitri van Heesch <doxygenohnoyoudont@gmail.com>
    Changed at Fri 03 Apr 2026 20:46:47
    Repository https://github.com/doxygen/doxygen.git
    Project doxygen
    Branch master
    Revision 633f4d53bf2c1281ef6ee064359c941e07325869

    Comments

    Merge branch 'improve-filename-matching' of github.com:sebhub/doxygen into sebhub-improve-filename-matching

    Changed files

    • no files
  7. Change #263525

    Category doxygen
    Changed by Dimitri van Heesch <doxygenohnoyoudont@gmail.com>
    Changed at Sat 04 Apr 2026 21:04:06
    Repository https://github.com/doxygen/doxygen.git
    Project doxygen
    Branch master
    Revision 38354ad1284955f4e36a81a5ad6c2fe600f7cb6d

    Comments

    Move test from position 116 to position 120

    Changed files

    • testing/116/116__tagfile_8cpp.xml
    • testing/116/class_namespace_1_1_class.xml
    • testing/116/f_8cpp.xml
    • testing/116/group___group.xml
    • testing/116/more__116_2a_2116__tagfile_8cpp.xml
    • testing/116/more__116_2b_2116__tagfile_8cpp.xml
    • testing/116/namespace_namespace.xml
    • testing/116/s_2h_8h.xml
    • testing/116/struct_struct.xml
    • testing/116/t_2s_2h_8h.xml
    • testing/116/tagfile
    • testing/116/union_union.xml
    • testing/116_tagfile.cpp
    • testing/120/120__tagfile_8cpp.xml
    • testing/120/class_namespace_1_1_class.xml
    • testing/120/f_8cpp.xml
    • testing/120/group___group.xml
    • testing/120/more__120_2a_2120__tagfile_8cpp.xml
    • testing/120/more__120_2b_2120__tagfile_8cpp.xml
    • testing/120/namespace_namespace.xml
    • testing/120/s_2h_8h.xml
    • testing/120/struct_struct.xml
    • testing/120/t_2s_2h_8h.xml
    • testing/120/tagfile
    • testing/120/union_union.xml
    • testing/120_tagfile.cpp
    • testing/more_116/116_tagfile.cpp
    • testing/more_116/a/116_tagfile.cpp
    • testing/more_116/b/116_tagfile.cpp
    • testing/more_116/f.cpp
    • testing/more_116/include/s/h.h
    • testing/more_116/include/t/s/h.h
    • testing/more_120/120_tagfile.cpp
    • testing/more_120/a/120_tagfile.cpp
    • testing/more_120/b/120_tagfile.cpp
    • testing/more_120/f.cpp
    • testing/more_120/include/s/h.h
    • testing/more_120/include/t/s/h.h
  8. Change #263526

    Category doxygen
    Changed by Dimitri van Heesch <doxygenohnoyoudont@gmail.com>
    Changed at Sat 04 Apr 2026 21:17:14
    Repository https://github.com/doxygen/doxygen.git
    Project doxygen
    Branch master
    Revision 4540676f673f31e94491e96637f3a0b9b7273ef7

    Comments

    Merge branch 'sebhub-improve-filename-matching'

    Changed files

    • no files