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

Builder doxygen-solaris10-sparc Build #3936

Results:

Failed shell shell_1 shell_2

SourceStamp:

Projectdoxygen
Repositoryhttps://github.com/doxygen/doxygen.git
Branchmaster
Revisionfb7db3071b1c2a15b421dc6376a954e9274c6580
Got Revisionfb7db3071b1c2a15b421dc6376a954e9274c6580
Changes4 changes

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 6 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 3936 Build
codebase Build
got_revision fb7db3071b1c2a15b421dc6376a954e9274c6580 Git
project doxygen Build
repository https://github.com/doxygen/doxygen.git Build
revision fb7db3071b1c2a15b421dc6376a954e9274c6580 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. albert-github

Timing:

StartSat Aug 15 10:24:01 2026
EndSat Aug 15 10:24:23 2026
Elapsed22 secs

All Changes:

:

  1. Change #278286

    Category doxygen
    Changed by albert-github <albert.testsohnoyoudont@gmail.com>
    Changed at Sat 15 Aug 2026 10:44:21
    Repository https://github.com/doxygen/doxygen.git
    Project doxygen
    Branch master
    Revision ebe12a33ed7fe607f2525c3c8206171f656968ee

    Comments

    Compilation warnings in`searchindex_js.cpp`
    For `searchindex_js.cpp` we get warnings like:
    ```
    D:\a\doxygen\doxygen\src\searchindex_js.cpp(145): warning C4267: 'argument': conversion from 'size_t' to '_Ty', possible loss of data
            with
            [
                _Ty=int
            ]
    ```
    
    Replace `int` / `IntVector` by `size_t` / `Size_tVector` at the appropriate places.

    Changed files

    • src/containers.h
    • src/searchindex_js.cpp
  2. Change #278287

    Category doxygen
    Changed by Dimitri van Heesch <doxygenohnoyoudont@gmail.com>
    Changed at Sat 15 Aug 2026 11:34:24
    Repository https://github.com/doxygen/doxygen.git
    Project doxygen
    Branch master
    Revision b507cdfab60b29fcc67f6f52953f34e4e868e133

    Comments

    Merge branch 'feature/bug_warn_searchindex_js' of https://github.com/albert-github/doxygen into albert-github-feature/bug_warn_searchindex_js

    Changed files

    • no files
  3. Change #278288

    Category doxygen
    Changed by Dimitri van Heesch <doxygenohnoyoudont@gmail.com>
    Changed at Sat 15 Aug 2026 11:59:23
    Repository https://github.com/doxygen/doxygen.git
    Project doxygen
    Branch master
    Revision 6886d85bc3d0805faea3c1239f7c43660f9690d9

    Comments

    PR #12287 Rename Size_tVector to SizeVector

    Changed files

    • src/containers.h
    • src/searchindex_js.cpp
  4. Change #278289

    Category doxygen
    Changed by Dimitri van Heesch <doxygenohnoyoudont@gmail.com>
    Changed at Sat 15 Aug 2026 12:00:41
    Repository https://github.com/doxygen/doxygen.git
    Project doxygen
    Branch master
    Revision fb7db3071b1c2a15b421dc6376a954e9274c6580

    Comments

    Merge branch 'albert-github-feature/bug_warn_searchindex_js'

    Changed files

    • no files