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

Builder doxygen-solaris10-sparc Build #3593

Results:

Failed shell shell_1 shell_2

SourceStamp:

Projectdoxygen
Repositoryhttps://github.com/doxygen/doxygen.git
Branchmaster
Revision51874a8b11e21abc052b4651a9114ca8dc67c90c
Got Revision51874a8b11e21abc052b4651a9114ca8dc67c90c
Changes16 changes

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 12 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-unstable10s/slave/doxygen-solaris10-sparc slave
buildername doxygen-solaris10-sparc Builder
buildnumber 3593 Build
codebase Build
got_revision 51874a8b11e21abc052b4651a9114ca8dc67c90c Git
project doxygen Build
repository https://github.com/doxygen/doxygen.git Build
revision 51874a8b11e21abc052b4651a9114ca8dc67c90c 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. artyom-fedosov

Timing:

StartMon Oct 20 10:37:57 2025
EndMon Oct 20 10:38:25 2025
Elapsed28 secs

All Changes:

:

  1. Change #246203

    Category doxygen
    Changed by artyom-fedosov <artjomsfedosovs2ohnoyoudont@gmail.com>
    Changed at Sat 18 Oct 2025 15:25:08
    Repository https://github.com/doxygen/doxygen.git
    Project doxygen
    Branch master
    Revision 10567c038178bee2d00317f8eb9daf33526c5558

    Comments

    fix(classdef): warning [cppcoreguidelines-pro-type-cstyle-cast]
    warning: do not use C-style cast to downcast from a base to a derived class; use dynamic_cast instead [cppcoreguidelines-pro-type-cstyle-cast]

    Changed files

    • src/classdef.cpp
  2. Change #246204

    Category doxygen
    Changed by artyom-fedosov <artjomsfedosovs2ohnoyoudont@gmail.com>
    Changed at Sat 18 Oct 2025 15:25:08
    Repository https://github.com/doxygen/doxygen.git
    Project doxygen
    Branch master
    Revision 2dd30db92f99faa934609a6ab04a6825ff7a24cd

    Comments

    fix(datetime): warning [performance-unnecessary-copy-initialization]
    warning: the variable 's' is copy-constructed from a const reference but is only used as const reference; consider making it a const reference [performance-unnecessary-copy-initialization]

    Changed files

    • src/datetime.cpp
  3. Change #246205

    Category doxygen
    Changed by artyom-fedosov <artjomsfedosovs2ohnoyoudont@gmail.com>
    Changed at Sat 18 Oct 2025 15:25:08
    Repository https://github.com/doxygen/doxygen.git
    Project doxygen
    Branch master
    Revision 0e10f04c4fd07c583386284a8265dc9688739a8b

    Comments

    fix(debug): warning [bugprone-narrowing-conversions]
    warning: narrowing conversion from 'int' to signed type 'char' is implementation-defined [bugprone-narrowing-conversions]

    Changed files

    • src/debug.cpp
  4. Change #246206

    Category doxygen
    Changed by artyom-fedosov <artjomsfedosovs2ohnoyoudont@gmail.com>
    Changed at Sat 18 Oct 2025 15:25:08
    Repository https://github.com/doxygen/doxygen.git
    Project doxygen
    Branch master
    Revision af3714ad5d4d08c3e5f340d6340580103e2fa334

    Comments

    fix(definition): warning [performance-unnecessary-copy-initialization]
    warning: local copy 'lname' of the variable 'n' is never modified; consider avoiding the copy [performance-unnecessary-copy-initialization]

    Changed files

    • src/definition.cpp
  5. Change #246207

    Category doxygen
    Changed by artyom-fedosov <artjomsfedosovs2ohnoyoudont@gmail.com>
    Changed at Sat 18 Oct 2025 15:25:08
    Repository https://github.com/doxygen/doxygen.git
    Project doxygen
    Branch master
    Revision 393560026fcd6c81876d1a3e00e574907d05093d

    Comments

    fix(definition): warning [performance-unnecessary-copy-initialization]
    warning: the variable 'symName' is copy-constructed from a const reference but is only used as const reference; consider making it a const reference [performance-unnecessary-copy-initialization]

    Changed files

    • src/definition.cpp
  6. Change #246208

    Category doxygen
    Changed by artyom-fedosov <artjomsfedosovs2ohnoyoudont@gmail.com>
    Changed at Sat 18 Oct 2025 15:25:08
    Repository https://github.com/doxygen/doxygen.git
    Project doxygen
    Branch master
    Revision 0aaf1c62e295dd202c0e954af7f416bbecae2f29

    Comments

    fix(docnode): warning [clang-analyzer-deadcode.DeadStores]
    warning: Although the value stored to 'tagId' is used in the enclosing expression, the value is never actually read from 'tagId' [clang-analyzer-deadcode.DeadStores]

    Changed files

    • src/docnode.cpp
  7. Change #246209

    Category doxygen
    Changed by artyom-fedosov <artjomsfedosovs2ohnoyoudont@gmail.com>
    Changed at Sat 18 Oct 2025 15:25:08
    Repository https://github.com/doxygen/doxygen.git
    Project doxygen
    Branch master
    Revision cc131aee0a3c454ec86ec88a1ba60133ed132b0e

    Comments

    fix(dotdirdeps): warning [performance-move-const-arg]
    warning: std::move of the expression of the trivially-copyable type 'DotDirProperty' has no effect; remove std::move() [performance-move-const-arg]

    Changed files

    • src/dotdirdeps.cpp
  8. Change #246210

    Category doxygen
    Changed by artyom-fedosov <artjomsfedosovs2ohnoyoudont@gmail.com>
    Changed at Sat 18 Oct 2025 15:25:08
    Repository https://github.com/doxygen/doxygen.git
    Project doxygen
    Branch master
    Revision 2a2820255afe84a5c5e80165116717eae2d05c67

    Comments

    fix(dotnode): warning [performance-unnecessary-copy-initialization]
    warning: local copy 'p' of the variable 'l' is never modified; consider avoiding the copy [performance-unnecessary-copy-initialization]

    Changed files

    • src/dotnode.cpp
  9. Change #246211

    Category doxygen
    Changed by artyom-fedosov <artjomsfedosovs2ohnoyoudont@gmail.com>
    Changed at Sat 18 Oct 2025 15:25:08
    Repository https://github.com/doxygen/doxygen.git
    Project doxygen
    Branch master
    Revision b54b62b493877eaf4f93853eafc98e9f1bc3f99f

    Comments

    fix(doxygen): warning [performance-unnecessary-copy-initialization]
    warning: the variable 'typ' is copy-constructed from a const reference but is only used as const reference; consider making it a const reference [performance-unnecessary-copy-initialization]

    Changed files

    • src/doxygen.cpp
  10. Change #246212

    Category doxygen
    Changed by artyom-fedosov <artjomsfedosovs2ohnoyoudont@gmail.com>
    Changed at Sat 18 Oct 2025 15:25:08
    Repository https://github.com/doxygen/doxygen.git
    Project doxygen
    Branch master
    Revision 06778f0d7fb7e1190f7541a28e5e4669dcb574d0

    Comments

    fix(doxygen): warning [clang-analyzer-deadcode.DeadStores]
    warning: Value stored to 'sp' is never read [clang-analyzer-deadcode.DeadStores]

    Changed files

    • src/doxygen.cpp
  11. Change #246213

    Category doxygen
    Changed by artyom-fedosov <artjomsfedosovs2ohnoyoudont@gmail.com>
    Changed at Sun 19 Oct 2025 13:03:36
    Repository https://github.com/doxygen/doxygen.git
    Project doxygen
    Branch master
    Revision cf609217926a97bb9bcc80788b23de50b4968e1f

    Comments

    fix(debug): replace + ' ' to - 'A' + 'a'

    Changed files

    • src/debug.cpp
  12. Change #246214

    Category doxygen
    Changed by artyom-fedosov <artjomsfedosovs2ohnoyoudont@gmail.com>
    Changed at Sun 19 Oct 2025 13:31:49
    Repository https://github.com/doxygen/doxygen.git
    Project doxygen
    Branch master
    Revision b61f6d3ca1e8208edff9987473b366f45cee8c25

    Comments

    fix(definition): remove lname variable

    Changed files

    • src/definition.cpp
  13. Change #246215

    Category doxygen
    Changed by artyom-fedosov <artjomsfedosovs2ohnoyoudont@gmail.com>
    Changed at Sun 19 Oct 2025 13:35:54
    Repository https://github.com/doxygen/doxygen.git
    Project doxygen
    Branch master
    Revision c8aaa1a789f32caffc11391ebfbac9c20b089aae

    Comments

    fix(dotnode): remove p variable

    Changed files

    • src/dotnode.cpp
  14. Change #246216

    Category doxygen
    Changed by Dimitri van Heesch <doxygenohnoyoudont@gmail.com>
    Changed at Mon 20 Oct 2025 10:27:58
    Repository https://github.com/doxygen/doxygen.git
    Project doxygen
    Branch master
    Revision bc6311460c848a0129a95d3cf783fe0133c14b68

    Comments

    Minor Doxywizard improvements
    - Expert selection buttons are now rendered using SVG images
    - Color tuning dialog has dark and light images as example, and better
      rendering on high-res displays.
    - Slightly improved rendering of inlines images in the LaTeX output.

    Changed files

    • addon/doxywizard/CMakeLists.txt
    • addon/doxywizard/doxywizard.qrc
    • addon/doxywizard/images/add.eps
    • addon/doxywizard/images/add.png
    • addon/doxywizard/images/add.svg
    • addon/doxywizard/images/del.eps
    • addon/doxywizard/images/del.png
    • addon/doxywizard/images/del.svg
    • addon/doxywizard/images/file.eps
    • addon/doxywizard/images/file.png
    • addon/doxywizard/images/file.svg
    • addon/doxywizard/images/folder.eps
    • addon/doxywizard/images/folder.png
    • addon/doxywizard/images/folder.svg
    • addon/doxywizard/images/refresh.eps
    • addon/doxywizard/images/refresh.png
    • addon/doxywizard/images/refresh.svg
    • addon/doxywizard/images/tunecolor.png
    • addon/doxywizard/images/tunecolor_dark.png
    • addon/doxywizard/images/tunecolor_light.png
    • addon/doxywizard/inputstring.cpp
    • addon/doxywizard/inputstrlist.cpp
    • addon/doxywizard/wizard.cpp
    • addon/doxywizard/wizard.h
    • doc/CMakeLists.txt
    • doc/doxywizard_usage.dox
    • src/latexdocvisitor.cpp
  15. Change #246217

    Category doxygen
    Changed by Dimitri van Heesch <doxygenohnoyoudont@gmail.com>
    Changed at Mon 20 Oct 2025 10:32:14
    Repository https://github.com/doxygen/doxygen.git
    Project doxygen
    Branch master
    Revision e4f11f746fdbc8c4859ea6bb2a0fca11ca763cb6

    Comments

    Merge branch 'master' of github.com:doxygen/doxygen

    Changed files

    • no files
  16. Change #246218

    Category doxygen
    Changed by Dimitri van Heesch <doxygenohnoyoudont@gmail.com>
    Changed at Mon 20 Oct 2025 10:34:27
    Repository https://github.com/doxygen/doxygen.git
    Project doxygen
    Branch master
    Revision 51874a8b11e21abc052b4651a9114ca8dc67c90c

    Comments

    Merge pull request #11809 from artyom-fedosov/fix/clang-tidy-warnings
    Fix/clang-tidy-warnings

    Changed files

    • no files