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

Builder doxygen-solaris10-sparc Build #3732

Results:

Failed shell shell_1 shell_2

SourceStamp:

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

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 14 secs )
    1. stdio
  2. MakeDirectory Created ( 0 secs )
    1. - no logs -
  3. shell 'cmake -G ...' failed ( 12 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 3732 Build
codebase Build
got_revision f92389596c3e33bd1236dd04af76c69c68d10ab7 Git
project doxygen Build
repository https://github.com/doxygen/doxygen.git Build
revision f92389596c3e33bd1236dd04af76c69c68d10ab7 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
  3. dependabot[bot]

Timing:

StartSat Feb 28 11:55:06 2026
EndSat Feb 28 11:55:34 2026
Elapsed28 secs

All Changes:

:

  1. Change #259307

    Category doxygen
    Changed by albert-github <albert.testsohnoyoudont@gmail.com>
    Changed at Wed 25 Feb 2026 19:29:53
    Repository https://github.com/doxygen/doxygen.git
    Project doxygen
    Branch master
    Revision c74988f74a282db179f1d5efc21b16301bb8a0c4

    Comments

    issue #12008 "namespacemembers.html" and "functions.html" only show items for one specific initial letter
    Analogous to the case for the "Class index" also create an "alphabetical list" in the page (taking the multi page possibility into consideration) but do this only in case `HTML_DYNAMIC_MENUS=YES` as otherwise the list would be double.

    Changed files

    • src/index.cpp
  2. Change #259308

    Category doxygen
    Changed by albert-github <albert.testsohnoyoudont@gmail.com>
    Changed at Thu 26 Feb 2026 10:38:03
    Repository https://github.com/doxygen/doxygen.git
    Project doxygen
    Branch master
    Revision ee0f96b071407c35c1b5e232f2af4c955a93c6a4

    Comments

    issue #12008 "namespacemembers.html" and "functions.html" only show items for one specific initial letter
    Remove double statement

    Changed files

    • src/index.cpp
  3. Change #259309

    Category doxygen
    Changed by albert-github <albert.testsohnoyoudont@gmail.com>
    Changed at Thu 26 Feb 2026 11:20:05
    Repository https://github.com/doxygen/doxygen.git
    Project doxygen
    Branch master
    Revision e8226794fd7eeffd8c5b6e75d1f6d45d826f14fb

    Comments

    issue #12008 "namespacemembers.html" and "functions.html" only show items for one specific initial letter
    With `DISABLE_INDEX=YES` (and especially when `HTML_DYNAMIC_MENUS=NO`) it is better to have the "index" at the top as the page as well

    Changed files

    • src/index.cpp
  4. Change #259310

    Category doxygen
    Changed by albert-github <albert.testsohnoyoudont@gmail.com>
    Changed at Thu 26 Feb 2026 14:29:54
    Repository https://github.com/doxygen/doxygen.git
    Project doxygen
    Branch master
    Revision e2e1336c9c26860eb26937d9bcb050ff71ccef09

    Comments

    Better arrow with `<details>` / `<summary>` tags
    When having a `<details>` / `<summary>` tags combination the "closed" arrow des not look good (Window / Firefox, Chrome, Edge).
    Using the "open" arrow and rotating this

    Changed files

    • templates/html/doxygen.css
  5. Change #259311

    Category doxygen
    Changed by dependabot[bot] <49699333+dependabot[bot]ohnoyoudont@users.noreply.github.com>
    Changed at Fri 27 Feb 2026 04:03:10
    Repository https://github.com/doxygen/doxygen.git
    Project doxygen
    Branch master
    Revision a8145e904c1f857f433cb0e025f8075ee29957c3

    Comments

    Bump actions/upload-artifact from 6 to 7
    Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 6 to 7.
    - [Release notes](https://github.com/actions/upload-artifact/releases)
    - [Commits](https://github.com/actions/upload-artifact/compare/v6...v7)
    
    ---
    updated-dependencies:
    - dependency-name: actions/upload-artifact
      dependency-version: '7'
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>

    Changed files

    • .github/workflows/build_cmake.yml
  6. Change #259312

    Category doxygen
    Changed by Dimitri van Heesch <doxygenohnoyoudont@gmail.com>
    Changed at Sat 28 Feb 2026 11:48:12
    Repository https://github.com/doxygen/doxygen.git
    Project doxygen
    Branch master
    Revision e4bc79e60fc760d0bbc09ddeadc9f607fe4520b3

    Comments

    Merge pull request #12016 from albert-github/feature/issue_12008
    issue #12008 "namespacemembers.html" and "functions.html" only show items for one specific initial letter

    Changed files

    • no files
  7. Change #259313

    Category doxygen
    Changed by Dimitri van Heesch <doxygenohnoyoudont@gmail.com>
    Changed at Sat 28 Feb 2026 11:49:33
    Repository https://github.com/doxygen/doxygen.git
    Project doxygen
    Branch master
    Revision 972136bcbf23ddf0f737b74ce5f60a8ecc25d5de

    Comments

    Merge pull request #12019 from albert-github/feature/bug_det_sum_arrow
    Better arrow with `<details>` / `<summary>` tags

    Changed files

    • no files
  8. Change #259314

    Category doxygen
    Changed by Dimitri van Heesch <doxygenohnoyoudont@gmail.com>
    Changed at Sat 28 Feb 2026 11:50:39
    Repository https://github.com/doxygen/doxygen.git
    Project doxygen
    Branch master
    Revision f92389596c3e33bd1236dd04af76c69c68d10ab7

    Comments

    Merge pull request #12020 from doxygen/dependabot/github_actions/actions/upload-artifact-7
    Bump actions/upload-artifact from 6 to 7

    Changed files

    • no files