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

Builder doxygen-solaris10-sparc Build #3922

Results:

Failed shell shell_1 shell_2

SourceStamp:

Projectdoxygen
Repositoryhttps://github.com/doxygen/doxygen.git
Branchmaster
Revisiona991da596ee00e017537dc70bd5cbe30086a799b
Got Revisiona991da596ee00e017537dc70bd5cbe30086a799b
Changes6 changes

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 9 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 3922 Build
codebase Build
got_revision a991da596ee00e017537dc70bd5cbe30086a799b Git
project doxygen Build
repository https://github.com/doxygen/doxygen.git Build
revision a991da596ee00e017537dc70bd5cbe30086a799b 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:

StartWed Aug 12 12:44:22 2026
EndWed Aug 12 12:44:47 2026
Elapsed25 secs

All Changes:

:

  1. Change #277959

    Category doxygen
    Changed by albert-github <albert.testsohnoyoudont@gmail.com>
    Changed at Wed 12 Aug 2026 11:12:29
    Repository https://github.com/doxygen/doxygen.git
    Project doxygen
    Branch master
    Revision 1472c1566d228e82c29c8e0c5ddc8e2350c56745

    Comments

    issue #11760 `\doxyconfig` does not work as an if-argument
    Adding the possibility to use the `\doxyconfig` command in the section label of `\if` and `\cond`

    Changed files

    • doc/commands.dox
    • src/commentcnv.l
    • src/commentscan.l
    • src/condparser.cpp
    • src/pre.l
  2. Change #277961

    Category doxygen
    Changed by albert-github <albert.testsohnoyoudont@gmail.com>
    Changed at Wed 12 Aug 2026 12:56:16
    Repository https://github.com/doxygen/doxygen.git
    Project doxygen
    Branch master
    Revision 79b976beb456dfa62e885e0be42f4b5404fd19f5

    Comments

    Double html extension in references
    When looking at in the source mode of a browser at the file `doxygen_crawl.html` of (a.o.) the doxygen internal documentation we see lines like:
    ```
    ...
    <a href="annotated.html.html"/>
    ...
    ```
    note the double `.html.html`
    
    This is due to:
    ```
    commit 772ac869946245992ee79d6245d88b95812cb4cd (HEAD)
    
    Date:   Sun Aug 2 21:32:35 2026 +0200
    
        Refactoring: Better align interface of QCString with std::string
    
        Notable changes
        int  s.find    -> size_t s.find
        int  s.findRev -> size_t s.rfind
        bool s.isEmpty -> bool   s.empty
    ```
    
    in case no path separators at all the value of p should be `0` and not `...::npos`

    Changed files

    • src/util.cpp
  3. Change #277962

    Category doxygen
    Changed by albert-github <albert.testsohnoyoudont@gmail.com>
    Changed at Wed 12 Aug 2026 13:00:34
    Repository https://github.com/doxygen/doxygen.git
    Project doxygen
    Branch master
    Revision ff8151b0bde8b6022ffdc7e3797fc3ebe4aa5b15

    Comments

    Double html extension in references
    Some mopre potental occurences

    Changed files

    • src/util.cpp
  4. Change #277963

    Category doxygen
    Changed by albert-github <albert.testsohnoyoudont@gmail.com>
    Changed at Wed 12 Aug 2026 13:14:10
    Repository https://github.com/doxygen/doxygen.git
    Project doxygen
    Branch master
    Revision 589f63c917ccf9ad3d8226735c3ad9da44c1380a

    Comments

    Double html extension in references
    Reverting last part of commit, were properly protected.

    Changed files

    • src/util.cpp
  5. Change #277964

    Category doxygen
    Changed by Dimitri van Heesch <doxygenohnoyoudont@gmail.com>
    Changed at Wed 12 Aug 2026 14:20:51
    Repository https://github.com/doxygen/doxygen.git
    Project doxygen
    Branch master
    Revision 7715c3bc048f263eace2d30bda8375c07bbea068

    Comments

    Merge pull request #12277 from albert-github/feature/issue_11760_2
    issue #11760 `\doxyconfig` does not work as an if-argument

    Changed files

    • no files
  6. Change #277965

    Category doxygen
    Changed by Dimitri van Heesch <doxygenohnoyoudont@gmail.com>
    Changed at Wed 12 Aug 2026 14:24:43
    Repository https://github.com/doxygen/doxygen.git
    Project doxygen
    Branch master
    Revision a991da596ee00e017537dc70bd5cbe30086a799b

    Comments

    Merge pull request #12278 from albert-github/feature/bug_double_extension
    Double html extension in references

    Changed files

    • no files