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

Builder doxygen-solaris10-sparc Build #3787

Results:

Failed shell shell_1 shell_2

SourceStamp:

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

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

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

StartTue Apr 28 21:32:40 2026
EndTue Apr 28 21:33:05 2026
Elapsed25 secs

All Changes:

:

  1. Change #265848

    Category doxygen
    Changed by albert-github <albert.testsohnoyoudont@gmail.com>
    Changed at Sat 19 Oct 2019 13:38:08
    Repository https://github.com/doxygen/doxygen.git
    Project doxygen
    Branch master
    Revision cd6fe2fbca11f00167507ce2abef65ab1fc8cc7d

    Comments

    Support 'markdown/ github user' type of links to users and links
    It is in change logs and release notes quite common to have a construct in the form of:
    ```
    [@user](html link)
    ```
    doxygen shows this correct but issues a warning:
    ```
    warning: Illegal command @user as part of a <a>..</a> block
    ```
    same when using a `#link` (is shown correctly but issues a warning. Pure numerical links don pose a problem as links in doxygen cannot start with a digit)
    
    In case the case we have a one word `@user` of `#link` escape the first character, unless the `user` is a doxygen command

    Changed files

    • src/cmdmapper.cpp
    • src/cmdmapper.h
    • src/commentscan.h
    • src/commentscan.l
    • src/markdown.cpp
  2. Change #265849

    Category doxygen
    Changed by albert-github <albert.testsohnoyoudont@gmail.com>
    Changed at Fri 14 Oct 2022 14:16:18
    Repository https://github.com/doxygen/doxygen.git
    Project doxygen
    Branch master
    Revision 3475b9e24259196739dad4d5f5190af6ed474574

    Comments

    Merge branch 'master' into feature/bug_at_user
    # Conflicts:
    #	src/cmdmapper.cpp
    #	src/commentscan.l
    #	src/markdown.cpp

    Changed files

    • no files
  3. Change #265850

    Category doxygen
    Changed by albert-github <albert.testsohnoyoudont@gmail.com>
    Changed at Wed 29 Mar 2023 16:37:02
    Repository https://github.com/doxygen/doxygen.git
    Project doxygen
    Branch master
    Revision c43681a928f2fa76c6334af658ccb536fb093fb6

    Comments

    Merge branch 'master' into feature/bug_at_user
    # Conflicts:
    #	src/markdown.cpp

    Changed files

    • no files
  4. Change #265851

    Category doxygen
    Changed by albert-github <albert.testsohnoyoudont@gmail.com>
    Changed at Sat 28 Mar 2026 15:55:47
    Repository https://github.com/doxygen/doxygen.git
    Project doxygen
    Branch master
    Revision 0e43f1dc06da9fd0e04571ad152a9c9562b779c6

    Comments

    Merge branch 'master' into feature/bug_at_user
    # Conflicts:
    #	src/cmdmapper.cpp
    #	src/cmdmapper.h
    #	src/markdown.cpp

    Changed files

    • no files
  5. Change #265852

    Category doxygen
    Changed by Dimitri van Heesch <doxygenohnoyoudont@gmail.com>
    Changed at Tue 28 Apr 2026 16:44:52
    Repository https://github.com/doxygen/doxygen.git
    Project doxygen
    Branch master
    Revision 09f2ac35bd42d67c9a56845399cef3f7955d022b

    Comments

    Merge branch 'feature/bug_at_user' of github.com:albert-github/doxygen into albert-github-feature/bug_at_user

    Changed files

    • no files
  6. Change #265853

    Category doxygen
    Changed by Dimitri van Heesch <doxygenohnoyoudont@gmail.com>
    Changed at Tue 28 Apr 2026 21:20:13
    Repository https://github.com/doxygen/doxygen.git
    Project doxygen
    Branch master
    Revision f5fc652042bc950503706bbd6cb597ce98f4b4ab

    Comments

    PR #7339 Avoid unneeded regex use and improve scope of isDoxygenScanCmd

    Changed files

    • src/commentscan.h
    • src/commentscan.l
    • src/markdown.cpp
  7. Change #265854

    Category doxygen
    Changed by Dimitri van Heesch <doxygenohnoyoudont@gmail.com>
    Changed at Tue 28 Apr 2026 21:21:18
    Repository https://github.com/doxygen/doxygen.git
    Project doxygen
    Branch master
    Revision 45394146dc4a35c7d314fab4a4e2faee049db825

    Comments

    Merge branch 'albert-github-feature/bug_at_user'

    Changed files

    • no files