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

Builder doxygen-solaris10-sparc Build #3500

Results:

Failed shell shell_1 shell_2

SourceStamp:

Projectdoxygen
Repositoryhttps://github.com/doxygen/doxygen.git
Branchmaster
Revision871d803c0dab83401927ab69387baecbdbc5a931
Got Revision871d803c0dab83401927ab69387baecbdbc5a931
Changes6 changes

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 34 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-unstable10s/slave/doxygen-solaris10-sparc slave
buildername doxygen-solaris10-sparc Builder
buildnumber 3500 Build
codebase Build
got_revision 871d803c0dab83401927ab69387baecbdbc5a931 Git
project doxygen Build
repository https://github.com/doxygen/doxygen.git Build
revision 871d803c0dab83401927ab69387baecbdbc5a931 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. Christoph Grüninger
  2. Dimitri van Heesch

Timing:

StartSun Jun 8 13:44:56 2025
EndSun Jun 8 13:45:45 2025
Elapsed49 secs

All Changes:

:

  1. Change #231628

    Category doxygen
    Changed by Christoph Grüninger <fossohnoyoudont@grueninger.de>
    Changed at Sat 07 Jun 2025 09:27:32
    Repository https://github.com/doxygen/doxygen.git
    Project doxygen
    Branch master
    Revision 8c2a6292ced945a9d068b3109c067c9f127dda5f

    Comments

    [mscgen] Fix copy & past bug, probably max quality was ment
    Found by Cppcheck (redundantAssignment).

    Changed files

    • deps/libmscgen/gd.c
  2. Change #231629

    Category doxygen
    Changed by Christoph Grüninger <fossohnoyoudont@grueninger.de>
    Changed at Sat 07 Jun 2025 09:32:35
    Repository https://github.com/doxygen/doxygen.git
    Project doxygen
    Branch master
    Revision df652b4d540dc18db42c0cc67740cce9a48486e2

    Comments

    [mscgen] Declared some variables as pointer to const
    Found by Cppcheck (constVariablePointer)

    Changed files

    • deps/libmscgen/gd_lodepng.c
    • deps/libmscgen/mscgen_gd_out.c
    • deps/libmscgen/mscgen_msc.c
    • deps/libmscgen/mscgen_ps_out.c
    • deps/libmscgen/mscgen_svg_out.c
  3. Change #231630

    Category doxygen
    Changed by Christoph Grüninger <fossohnoyoudont@grueninger.de>
    Changed at Sat 07 Jun 2025 10:37:10
    Repository https://github.com/doxygen/doxygen.git
    Project doxygen
    Branch master
    Revision c8e0967e014b4cc0bcf5bbc1b23c74ab2a4b2867

    Comments

    [mscgen] Make variables more local
    Move declaration of variable into for loop header.
    Move declaration closer to variable use.
    Unify declaration and initialization.
    
    Many found by Cppcheck (variableScope).

    Changed files

    • deps/libmscgen/gd.c
    • deps/libmscgen/gd_lodepng.c
    • deps/libmscgen/mscgen_api.c
    • deps/libmscgen/mscgen_msc.c
  4. Change #231631

    Category doxygen
    Changed by Christoph Grüninger <fossohnoyoudont@grueninger.de>
    Changed at Sun 08 Jun 2025 00:55:17
    Repository https://github.com/doxygen/doxygen.git
    Project doxygen
    Branch master
    Revision cf145b39c266f2d95f41c6f48a058bfc29318afe

    Comments

    [spdlog] Update spdlog to 1.15.3
    Vanilla from tarball, no Doxygen-specific modifications
    necessary anymore.

    Changed files

    • deps/fmt/README.md
    • deps/fmt/include/fmt/args.h
    • deps/fmt/include/fmt/base.h
    • deps/fmt/include/fmt/chrono.h
    • deps/fmt/include/fmt/color.h
    • deps/fmt/include/fmt/compile.h
    • deps/fmt/include/fmt/core.h
    • deps/fmt/include/fmt/fmt.license.rst
    • deps/fmt/include/fmt/format-inl.h
    • deps/fmt/include/fmt/format.h
    • deps/fmt/include/fmt/locale.h
    • deps/fmt/include/fmt/os.h
    • deps/fmt/include/fmt/ostream.h
    • deps/fmt/include/fmt/printf.h
    • deps/fmt/include/fmt/ranges.h
    • deps/fmt/include/fmt/std.h
    • deps/fmt/include/fmt/xchar.h
    • deps/spdlog/CMakeLists.txt
    • deps/spdlog/README.md
    • deps/spdlog/cmake/pch.h.in
    • deps/spdlog/cmake/utils.cmake
    • deps/spdlog/include/spdlog/async.h
    • deps/spdlog/include/spdlog/async_logger-inl.h
    • deps/spdlog/include/spdlog/cfg/env.h
    • deps/spdlog/include/spdlog/common.h
    • deps/spdlog/include/spdlog/details/file_helper-inl.h
    • deps/spdlog/include/spdlog/details/mpmc_blocking_q.h
    • deps/spdlog/include/spdlog/details/os-inl.h
    • deps/spdlog/include/spdlog/details/os.h
    • deps/spdlog/include/spdlog/details/registry-inl.h
    • deps/spdlog/include/spdlog/details/registry.h
    • deps/spdlog/include/spdlog/details/thread_pool-inl.h
    • deps/spdlog/include/spdlog/details/thread_pool.h
    • deps/spdlog/include/spdlog/fmt/bin_to_hex.h
    • deps/spdlog/include/spdlog/fmt/bundled/args.h
    • deps/spdlog/include/spdlog/fmt/bundled/base.h
    • deps/spdlog/include/spdlog/fmt/bundled/chrono.h
    • deps/spdlog/include/spdlog/fmt/bundled/color.h
    • deps/spdlog/include/spdlog/fmt/bundled/compile.h
    • deps/spdlog/include/spdlog/fmt/bundled/core.h
    • deps/spdlog/include/spdlog/fmt/bundled/fmt.license.rst
    • deps/spdlog/include/spdlog/fmt/bundled/format-inl.h
    • deps/spdlog/include/spdlog/fmt/bundled/format.h
    • deps/spdlog/include/spdlog/fmt/bundled/locale.h
    • deps/spdlog/include/spdlog/fmt/bundled/os.h
    • deps/spdlog/include/spdlog/fmt/bundled/ostream.h
    • deps/spdlog/include/spdlog/fmt/bundled/printf.h
    • deps/spdlog/include/spdlog/fmt/bundled/ranges.h
    • deps/spdlog/include/spdlog/fmt/bundled/std.h
    • deps/spdlog/include/spdlog/fmt/bundled/xchar.h
    • deps/spdlog/include/spdlog/fmt/fmt.h
    • deps/spdlog/include/spdlog/mdc.h
    • deps/spdlog/include/spdlog/pattern_formatter-inl.h
    • deps/spdlog/include/spdlog/sinks/ansicolor_sink-inl.h
    • deps/spdlog/include/spdlog/sinks/ansicolor_sink.h
    • deps/spdlog/include/spdlog/sinks/base_sink.h
    • deps/spdlog/include/spdlog/sinks/basic_file_sink-inl.h
    • deps/spdlog/include/spdlog/sinks/basic_file_sink.h
    • deps/spdlog/include/spdlog/sinks/callback_sink.h
    • deps/spdlog/include/spdlog/sinks/daily_file_sink.h
    • deps/spdlog/include/spdlog/sinks/dup_filter_sink.h
    • deps/spdlog/include/spdlog/sinks/hourly_file_sink.h
    • deps/spdlog/include/spdlog/sinks/msvc_sink.h
    • deps/spdlog/include/spdlog/sinks/null_sink.h
    • deps/spdlog/include/spdlog/sinks/rotating_file_sink-inl.h
    • deps/spdlog/include/spdlog/sinks/rotating_file_sink.h
    • deps/spdlog/include/spdlog/sinks/stdout_sinks-inl.h
    • deps/spdlog/include/spdlog/sinks/syslog_sink.h
    • deps/spdlog/include/spdlog/sinks/wincolor_sink-inl.h
    • deps/spdlog/include/spdlog/spdlog-inl.h
    • deps/spdlog/include/spdlog/spdlog.h
    • deps/spdlog/include/spdlog/tweakme.h
    • deps/spdlog/include/spdlog/version.h
    • deps/spdlog/src/bundled_fmtlib_format.cpp
  5. Change #231632

    Category doxygen
    Changed by Dimitri van Heesch <doxygenohnoyoudont@gmail.com>
    Changed at Sun 08 Jun 2025 13:34:33
    Repository https://github.com/doxygen/doxygen.git
    Project doxygen
    Branch master
    Revision 2b3bfb10cc6592b2507de092aec5bf2b12e503bf

    Comments

    Merge pull request #11605 from gruenich/feature/cleanup-mscgen
    Cleanup mscgen

    Changed files

    • no files
  6. Change #231633

    Category doxygen
    Changed by Dimitri van Heesch <doxygenohnoyoudont@gmail.com>
    Changed at Sun 08 Jun 2025 13:40:19
    Repository https://github.com/doxygen/doxygen.git
    Project doxygen
    Branch master
    Revision 871d803c0dab83401927ab69387baecbdbc5a931

    Comments

    Merge pull request #11606 from gruenich/feature/update-spdlog-1.15.3
    [spdlog] Update spdlog to 1.15.3

    Changed files

    • no files