Builder doxygen-solaris10-sparc Build #3650
Results:
Failed shell shell_1 shell_2
SourceStamp:
| Project | doxygen |
| Repository | https://github.com/doxygen/doxygen.git |
| Branch | master |
| Revision | 3f8e3b4c0c024fa0da98cfa699acb1708488e19e |
| Got Revision | 3f8e3b4c0c024fa0da98cfa699acb1708488e19e |
| Changes | 7 changes |
BuildSlave:
unstable10sReason:
The SingleBranchScheduler scheduler named 'schedule-doxygen-solaris10-sparc' triggered this build
Steps and Logfiles:
-
git update ( 20 secs )
-
MakeDirectory Created ( 0 secs )
- - no logs -
-
shell 'cmake -G ...' failed ( 16 secs )
-
shell_1 'gmake' failed ( 0 secs )
-
shell_2 'gmake tests' failed ( 0 secs )
Build Properties:
| Name | Value | Source |
|---|---|---|
| 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:
| Name | Label | Value |
|---|
Responsible Users:
- Dimitri van Heeschdoxygen@gmail.com
- albert-githubalbert.tests@gmail.com
- dependabot[bot]49699333+dependabot[bot]@users.noreply.github.com
Timing:
| Start | Mon Dec 15 20:31:24 2025 |
| End | Mon Dec 15 20:32:03 2025 |
| Elapsed | 38 secs |
All Changes:
:
Change #252302
Category doxygen Changed by albert-github <albert.tests@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
Change #252303
Category doxygen Changed by albert-github <albert.tests@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
Change #252304
Category doxygen Changed by dependabot[bot] <49699333+dependabot[bot]@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
Change #252305
Category doxygen Changed by albert-github <albert.tests@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
Change #252306
Category doxygen Changed by Dimitri van Heesch <doxygen@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
Change #252307
Category doxygen Changed by Dimitri van Heesch <doxygen@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
Change #252308
Category doxygen Changed by Dimitri van Heesch <doxygen@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