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

Builder doxygen-solaris10-sparc Build #3964

Results:

Failed shell shell_1 shell_2

SourceStamp:

Projectdoxygen
Repositoryhttps://github.com/doxygen/doxygen.git
Branchmaster
Revision9789ae75c0257e28c21f33db71286328c13e3792
Got Revision9789ae75c0257e28c21f33db71286328c13e3792
Changes5 changes

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

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

Timing:

StartThu Sep 3 19:07:30 2026
EndThu Sep 3 19:08:31 2026
Elapsed1 mins, 1 secs

All Changes:

:

  1. Change #280632

    Category doxygen
    Changed by Grant Yu <grantyu2019ohnoyoudont@gmail.com>
    Changed at Tue 01 Sep 2026 21:54:09
    Repository https://github.com/doxygen/doxygen.git
    Project doxygen
    Branch master
    Revision 42ba1b85d6bfa9d19983b32879c901d1951c343d

    Comments

    Fix typo in Doxygen usage documentation
    Line 72
    
    "... will used ..." to "... will use ..."

    Changed files

    • doc/doxygen_usage.dox
  2. Change #280633

    Category doxygen
    Changed by albert-github <albert.testsohnoyoudont@gmail.com>
    Changed at Wed 02 Sep 2026 12:43:40
    Repository https://github.com/doxygen/doxygen.git
    Project doxygen
    Branch master
    Revision 053beab85aad9e0de05b472908baebbb86131a3e

    Comments

    issue #12314 Hyperlink mailto:… fails to parse in Markdown
    Correcting the change in markdown.cpp:
    ```
        else if ((lp=link.find('#'))!=-1 || link.find('/')!=-1 || link.find('.')!=-1)
    ```
    into
    ```
        else if ((lp = link.find('#'))!=QCString::npos ||
                 (lp = link.find('/'))!=QCString::npos ||
                 (lp = link.find('.'))!=QCString::npos)
    ```
    in
    ```
    Commit: 772ac869946245992ee79d6245d88b95812cb4cd [772ac86]
    
    Commit Date: Saturday, August 8, 2026 9:29:19 PM
    Refactoring: Better align interface of QCString with std::string
    ```
    
    Also adjusting it for `size_t` usage.

    Changed files

    • src/markdown.cpp
  3. Change #280634

    Category doxygen
    Changed by albert-github <albert.testsohnoyoudont@gmail.com>
    Changed at Wed 02 Sep 2026 19:36:35
    Repository https://github.com/doxygen/doxygen.git
    Project doxygen
    Branch master
    Revision 23b3cedd83c9d1ea3bd78fed8b04648862fa66c1

    Comments

    issue #12314 Hyperlink mailto:… fails to parse in Markdown
    As it is not a click action anymore it looks like the word `mailto:` should be "uninterrupted"

    Changed files

    • src/htmldocvisitor.cpp
  4. Change #280635

    Category doxygen
    Changed by Dimitri van Heesch <doxygenohnoyoudont@gmail.com>
    Changed at Thu 03 Sep 2026 20:39:14
    Repository https://github.com/doxygen/doxygen.git
    Project doxygen
    Branch master
    Revision 144c2cabb067bcb5402bbbf327e36b76b8119204

    Comments

    Merge pull request #12322 from GrantYu9/fix_typo
    Fix spelling error in doxygen_usage.dox

    Changed files

    • no files
  5. Change #280636

    Category doxygen
    Changed by Dimitri van Heesch <doxygenohnoyoudont@gmail.com>
    Changed at Thu 03 Sep 2026 20:41:11
    Repository https://github.com/doxygen/doxygen.git
    Project doxygen
    Branch master
    Revision 9789ae75c0257e28c21f33db71286328c13e3792

    Comments

    Merge pull request #12323 from albert-github/feature/issue_12314
    issue #12314 Hyperlink mailto:… fails to parse in Markdown

    Changed files

    • no files