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

Builder doxygen-solaris10-i386 Build #3376

Results:

Failed shell shell_1 shell_2

SourceStamp:

Projectdoxygen
Repositoryhttps://github.com/doxygen/doxygen.git
Branchmaster
Revisionee0a08a307875376d2286f6616910d3791e3afa9
Got Revisionee0a08a307875376d2286f6616910d3791e3afa9
Changes7 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 ( 9 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 3376 Build
codebase Build
got_revision ee0a08a307875376d2286f6616910d3791e3afa9 Git
project doxygen Build
repository https://github.com/doxygen/doxygen.git Build
revision ee0a08a307875376d2286f6616910d3791e3afa9 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. Denis Pronin
  2. Dimitri van Heesch
  3. albert-github

Timing:

StartTue Apr 22 19:53:47 2025
EndTue Apr 22 19:54:02 2025
Elapsed14 secs

All Changes:

:

  1. Change #227889

    Category doxygen
    Changed by albert-github <albert.testsohnoyoudont@gmail.com>
    Changed at Sun 06 Apr 2025 13:25:04
    Repository https://github.com/doxygen/doxygen.git
    Project doxygen
    Branch master
    Revision 071d46f216b047236787d56c6a8ffb607e0d748b

    Comments

    issue #11528 `\example{lineno}` does not generate the example
    The category in respect to `ExampleLineno` was incorrect

    Changed files

    • src/types.h
  2. Change #227890

    Category doxygen
    Changed by albert-github <albert.testsohnoyoudont@gmail.com>
    Changed at Sun 06 Apr 2025 19:44:33
    Repository https://github.com/doxygen/doxygen.git
    Project doxygen
    Branch master
    Revision 46e6a42f2cc41eeafd3bf150c7f9ca69380f0087

    Comments

    Warning ` mismatch `#if` / #endif` from preprocessor
    When an included file is not terminated by means of a `\n` it is possible that we get a warning like:
    ```
    warning: More #if's than #endif's found (might be in an included file).
    ```
    adding the `\n`, as already done with files that are "normally" preprocessed , solves the problem

    Changed files

    • src/pre.l
  3. Change #227891

    Category doxygen
    Changed by Denis Pronin <dannftkohnoyoudont@yandex.ru>
    Changed at Mon 21 Apr 2025 21:28:19
    Repository https://github.com/doxygen/doxygen.git
    Project doxygen
    Branch master
    Revision 553aac3c564f0b8188ad95b80cd9d622c05cf8f4

    Comments

    use c++20 as the standard for the project
    Signed-off-by: Denis Pronin <dannftk@yandex.ru>

    Changed files

    • CMakeLists.txt
    • deps/fmt/include/fmt/core.h
    • deps/spdlog/include/spdlog/fmt/bundled/core.h
    • vhdlparser/VhdlParserErrorHandler.hpp
  4. Change #227892

    Category doxygen
    Changed by Denis Pronin <dannftkohnoyoudont@yandex.ru>
    Changed at Mon 21 Apr 2025 21:28:19
    Repository https://github.com/doxygen/doxygen.git
    Project doxygen
    Branch master
    Revision 518face47d2d48cbe7b4f8a997facd76a10a7ddb

    Comments

    include a conditional usage of c++20 offered by @kaorihinata
    Signed-off-by: Denis Pronin <dannftk@yandex.ru>

    Changed files

    • CMakeLists.txt
  5. Change #227893

    Category doxygen
    Changed by Dimitri van Heesch <doxygenohnoyoudont@gmail.com>
    Changed at Tue 22 Apr 2025 19:50:02
    Repository https://github.com/doxygen/doxygen.git
    Project doxygen
    Branch master
    Revision 5477225b3dff4e411ede1016b5a05fa9508050f1

    Comments

    Merge pull request #11537 from dpronin/dpronin/cxx/20
    use c++20 as the standard for the project

    Changed files

    • no files
  6. Change #227894

    Category doxygen
    Changed by Dimitri van Heesch <doxygenohnoyoudont@gmail.com>
    Changed at Tue 22 Apr 2025 19:50:29
    Repository https://github.com/doxygen/doxygen.git
    Project doxygen
    Branch master
    Revision 5690022ca8e70d64fdac8fac8b70b21b53bc1ea4

    Comments

    Merge pull request #11532 from albert-github/feature/issue_11528
    issue #11528 `\example{lineno}` does not generate the example

    Changed files

    • no files
  7. Change #227895

    Category doxygen
    Changed by Dimitri van Heesch <doxygenohnoyoudont@gmail.com>
    Changed at Tue 22 Apr 2025 19:52:03
    Repository https://github.com/doxygen/doxygen.git
    Project doxygen
    Branch master
    Revision ee0a08a307875376d2286f6616910d3791e3afa9

    Comments

    Merge pull request #11534 from albert-github/feature/bug_if_endif_pre
    Warning ` mismatch `#if` / `#endif` from preprocessor

    Changed files

    • no files