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

Builder doxygen-solaris10-i386 Build #3689

Results:

Failed shell shell_1 shell_2

SourceStamp:

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

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

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

Timing:

StartFri Apr 3 20:35:14 2026
EndFri Apr 3 20:35:33 2026
Elapsed18 secs

All Changes:

:

  1. Change #263395

    Category doxygen
    Changed by albert-github <albert.testsohnoyoudont@gmail.com>
    Changed at Mon 30 Mar 2026 15:26:15
    Repository https://github.com/doxygen/doxygen.git
    Project doxygen
    Branch master
    Revision d34c0b9993a47d840a0e1a964fb689f0d8b8e22f

    Comments

    Not existing images generating doxygen chm documentation.
    When  running the command `chmcmd` (i.e. a maintained replacement for `hhc`, see https://gitlab.com/freepascal.org/fpc and https://gitlab.com/freepascal.org/fpc/source/-/work_items/40731) on the generated `hhp` file a number of warnings appeared about not existing images.
    This has been corrected.

    Changed files

    • doc/doxygen_manual_chm.css
  2. Change #263396

    Category doxygen
    Changed by albert-github <albert.testsohnoyoudont@gmail.com>
    Changed at Tue 31 Mar 2026 14:22:49
    Repository https://github.com/doxygen/doxygen.git
    Project doxygen
    Branch master
    Revision 34f06096ee452becb3085d5c4c4aae0a2b5e0c92

    Comments

    Non existing anchors in "index" files
    When having an undocumented enum value in e.g the doxygen_crawl list and other indices an anchor appears that does not exists.
    For the doxygen enum example this is illustrated by the `chmcmd` command (a replacement for `hhc`) by means of:
    ```
    Error: Anchor examples/enum/html/class_enum___test.html#a8d096bc026dbb395991f02e3ca86eb1ca284b56694c3f4513699fc86ea30527b0 undefined; first use doxygen_crawl.html
    ```

    Changed files

    • src/htmlhelp.cpp
    • src/qhp.cpp
    • src/sitemap.cpp
  3. Change #263397

    Category doxygen
    Changed by dependabot[bot] <49699333+dependabot[bot]ohnoyoudont@users.noreply.github.com>
    Changed at Fri 03 Apr 2026 05:03:03
    Repository https://github.com/doxygen/doxygen.git
    Project doxygen
    Branch master
    Revision 68806227b18c50ffbdedef68a3fb98c8adfa1fd4

    Comments

    Bump docker/login-action from 4.0.0 to 4.1.0
    Bumps [docker/login-action](https://github.com/docker/login-action) from 4.0.0 to 4.1.0.
    - [Release notes](https://github.com/docker/login-action/releases)
    - [Commits](https://github.com/docker/login-action/compare/b45d80f862d83dbcd57f89517bcf500b2ab88fb2...4907a6ddec9925e35a0a9e82d7399ccc52663121)
    
    ---
    updated-dependencies:
    - dependency-name: docker/login-action
      dependency-version: 4.1.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>

    Changed files

    • .github/workflows/docker_publish.yml
  4. Change #263398

    Category doxygen
    Changed by albert-github <albert.testsohnoyoudont@gmail.com>
    Changed at Fri 03 Apr 2026 13:06:32
    Repository https://github.com/doxygen/doxygen.git
    Project doxygen
    Branch master
    Revision 2e48450692fcdecbb0fece42676fc56b777641b9

    Comments

    Remove double punctuation mark
    Removed period sign (`.`) at end of description, a comma (`,`) or period sign will be automatically added by doxygen.
    Bring text more inline with other descriptions by adding `(` / `)` pair around text.

    Changed files

    • src/config.xml
  5. Change #263399

    Category doxygen
    Changed by Dimitri van Heesch <doxygenohnoyoudont@gmail.com>
    Changed at Fri 03 Apr 2026 20:29:05
    Repository https://github.com/doxygen/doxygen.git
    Project doxygen
    Branch master
    Revision e16f1d8f8970b3e0d19f2503d21294d460398987

    Comments

    Merge pull request #12078 from albert-github/feature/bug_doc_mermaid_2
    Remove double punctuation mark

    Changed files

    • no files
  6. Change #263400

    Category doxygen
    Changed by Dimitri van Heesch <doxygenohnoyoudont@gmail.com>
    Changed at Fri 03 Apr 2026 20:29:23
    Repository https://github.com/doxygen/doxygen.git
    Project doxygen
    Branch master
    Revision c02ec743d9adf11c28713b0c4a0e8cba3506e6ca

    Comments

    Merge pull request #12077 from doxygen/dependabot/github_actions/docker/login-action-4.1.0
    Bump docker/login-action from 4.0.0 to 4.1.0

    Changed files

    • no files
  7. Change #263401

    Category doxygen
    Changed by Dimitri van Heesch <doxygenohnoyoudont@gmail.com>
    Changed at Fri 03 Apr 2026 20:29:55
    Repository https://github.com/doxygen/doxygen.git
    Project doxygen
    Branch master
    Revision af27a07c895e193c00865cff1c7a9f9dd88c996f

    Comments

    Merge pull request #12070 from albert-github/feature/bug_example_enum
    Non existing anchors in "index" files

    Changed files

    • no files
  8. Change #263402

    Category doxygen
    Changed by Dimitri van Heesch <doxygenohnoyoudont@gmail.com>
    Changed at Fri 03 Apr 2026 20:30:22
    Repository https://github.com/doxygen/doxygen.git
    Project doxygen
    Branch master
    Revision de964f62721f41ace30093edf2ac03469c2906d3

    Comments

    Merge pull request #12067 from albert-github/feature/bug_chm_images
    Not existing images generating doxygen chm documentation.

    Changed files

    • no files