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

Builder doxygen-solaris10-sparc Build #3650

Results:

Failed shell shell_1 shell_2

SourceStamp:

Projectdoxygen
Repositoryhttps://github.com/doxygen/doxygen.git
Branchmaster
Revision3f8e3b4c0c024fa0da98cfa699acb1708488e19e
Got Revision3f8e3b4c0c024fa0da98cfa699acb1708488e19e
Changes7 changes

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 20 secs )
    1. stdio
  2. MakeDirectory Created ( 0 secs )
    1. - no logs -
  3. shell 'cmake -G ...' failed ( 16 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 3650 Build
codebase Build
got_revision 3f8e3b4c0c024fa0da98cfa699acb1708488e19e Git
project doxygen Build
repository https://github.com/doxygen/doxygen.git Build
revision 3f8e3b4c0c024fa0da98cfa699acb1708488e19e 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:

StartMon Dec 15 20:31:24 2025
EndMon Dec 15 20:32:03 2025
Elapsed38 secs

All Changes:

:

  1. Change #252302

    Category doxygen
    Changed by albert-github <albert.testsohnoyoudont@gmail.com>
    Changed at Tue 09 Dec 2025 16:31:24
    Repository https://github.com/doxygen/doxygen.git
    Project doxygen
    Branch master
    Revision edfb98122c1ddd4f1ecee8feb3369f6000b306cb

    Comments

    issue #11891 noway to control newline generation in html Variable Documentation
    The initial part of the initializing of a variable i.e. the part before the `=` sign was omitted from the initializer and hence a bit a strange indentation.
    - `scanner.l` add the initial part as white space
    -`memberdef.cpp` remove the initial common whitespace of all initializer lines
    - `memberdef.cpp` in `setAnchor` the extra white space has to be added to remain compatible (otherwise the anchor will change, tests 59, 72, 104, 105)

    Changed files

    • src/memberdef.cpp
    • src/scanner.l
  2. Change #252303

    Category doxygen
    Changed by albert-github <albert.testsohnoyoudont@gmail.com>
    Changed at Sun 14 Dec 2025 18:06:14
    Repository https://github.com/doxygen/doxygen.git
    Project doxygen
    Branch master
    Revision 9365c637c2fdc8b8b67a2985a3688e2d27820a0c

    Comments

    issue #11891 noway to control newline generation in html Variable Documentation
    Used extended `stripIndentationVerbatim` based on review

    Changed files

    • src/memberdef.cpp
    • src/util.cpp
    • src/util.h
  3. Change #252304

    Category doxygen
    Changed by dependabot[bot] <49699333+dependabot[bot]ohnoyoudont@users.noreply.github.com>
    Changed at Mon 15 Dec 2025 04:04:09
    Repository https://github.com/doxygen/doxygen.git
    Project doxygen
    Branch master
    Revision 8a498e34d04ab992084c1c15d4312668612be890

    Comments

    build(deps): bump actions/upload-artifact from 5 to 6
    Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 5 to 6.
    - [Release notes](https://github.com/actions/upload-artifact/releases)
    - [Commits](https://github.com/actions/upload-artifact/compare/v5...v6)
    
    ---
    updated-dependencies:
    - dependency-name: actions/upload-artifact
      dependency-version: '6'
      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
  4. Change #252305

    Category doxygen
    Changed by albert-github <albert.testsohnoyoudont@gmail.com>
    Changed at Mon 15 Dec 2025 15:18:46
    Repository https://github.com/doxygen/doxygen.git
    Project doxygen
    Branch master
    Revision abccd864c0c0ec036c3ebb87c61c6d5c4e210089

    Comments

    No possibilities given in case the file name starts with `./`
    When having the input(with the appropriate images):
    ```
    /** \file
      *
      * the base first graph
      * \dotfile base.ex
      *
      * the base first graph
      * \dotfile ./base.ex
      *
      */
    ```
    
    we get as warnings:
    ```
    .../aa.c:4: warning: included dot file name 'base.ex' is ambiguous.
    Possible candidates:
      .../base.ex
      .../spec1/base.ex
      .../spec2/base.ex
    .../aa.c:7: warning: included dot file name './base.ex' is ambiguous.
    Possible candidates:
    ```
    Note the missing possibilitie sin the case of `./base.ex`
    
    The result should be:
    ```
    .../aa.c:4: warning: included dot file name 'base.ex' is ambiguous.
    Possible candidates:
      .../base.ex
      .../spec1/base.ex
      .../spec2/base.ex
    .../aa.c:7: warning: included dot file name './base.ex' is ambiguous.
    Possible candidates:
      .../base.ex
      .../spec1/base.ex
      .../spec2/base.ex
    ```
    
    Synchronizing the `showFileDefMatches` with `findFileDef` to solve the problem.

    Changed files

    • src/util.cpp
  5. Change #252306

    Category doxygen
    Changed by Dimitri van Heesch <doxygenohnoyoudont@gmail.com>
    Changed at Mon 15 Dec 2025 20:20:42
    Repository https://github.com/doxygen/doxygen.git
    Project doxygen
    Branch master
    Revision 7b9323056fa0815b26e68dc576e11c11cdf3d8db

    Comments

    Merge pull request #11894 from albert-github/feature/issue_11891
    issue #11891 noway to control newline generation in html Variable Documentation

    Changed files

    • no files
  6. Change #252307

    Category doxygen
    Changed by Dimitri van Heesch <doxygenohnoyoudont@gmail.com>
    Changed at Mon 15 Dec 2025 20:21:30
    Repository https://github.com/doxygen/doxygen.git
    Project doxygen
    Branch master
    Revision d6786d9b3d059878aa75326fe32a55f7d035f311

    Comments

    Merge pull request #11898 from doxygen/dependabot/github_actions/actions/upload-artifact-6
    build(deps): bump actions/upload-artifact from 5 to 6

    Changed files

    • no files
  7. Change #252308

    Category doxygen
    Changed by Dimitri van Heesch <doxygenohnoyoudont@gmail.com>
    Changed at Mon 15 Dec 2025 20:27:59
    Repository https://github.com/doxygen/doxygen.git
    Project doxygen
    Branch master
    Revision 3f8e3b4c0c024fa0da98cfa699acb1708488e19e

    Comments

    Merge pull request #11900 from albert-github/feature/bug_missing_candidates
    No possibilities given in case the file name starts with `./`

    Changed files

    • no files