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

Builder doxygen-solaris10-sparc Build #3001

Results:

Failed shell shell_1 shell_2

SourceStamp:

Projectdoxygen
Repositoryhttps://github.com/doxygen/doxygen.git
Branchmaster
Revision8d619a289b26e3ab7595959636fd7f67676d1a93
Got Revision8d619a289b26e3ab7595959636fd7f67676d1a93
Changes4 changes

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

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

StartSat Apr 6 19:03:05 2024
EndSat Apr 6 19:03:30 2024
Elapsed25 secs

All Changes:

:

  1. Change #194655

    Category doxygen
    Changed by albert-github <albert.testsohnoyoudont@gmail.com>
    Changed at Fri 05 Apr 2024 15:45:50
    Repository https://github.com/doxygen/doxygen.git
    Project doxygen
    Branch master
    Revision 7caef22ff015928793fb2de6624173467a401bd5

    Comments

    Problem with colon inserted by `\addindex`
    In the `addindex` command the special characters are replaced by a colon followed by a code, this gives a discrepancy in the chm output as here the colon is translated into the escape sequence `%3A` (see bug 765001).
    The error with the chmcmd of the Free Pascal Compiler is
    ```
    Error: Anchor commands.html#a318_%3A5Caddtogroup undefined; first use Site Map for \addtogroup
    ```
    but in the HTML code still the id like `a318_:5Caddtogroup` is used. The linking is done correctly so the word Error is actually a warning here.
    Probably the introduction of the colon  (due to bug 746162 as the used percent sign gave there problems with formulas) was not the optimal choice.
    Now using the semicolon, looks with the hhc and chmcmd compilers OK.

    Changed files

    • src/htmldocvisitor.cpp
    • src/htmlhelp.cpp
  2. Change #194656

    Category doxygen
    Changed by albert-github <albert.testsohnoyoudont@gmail.com>
    Changed at Sat 06 Apr 2024 12:23:27
    Repository https://github.com/doxygen/doxygen.git
    Project doxygen
    Branch master
    Revision 946984c5ec6da09b3d38555c098587ed5baed23e

    Comments

    issue #10781 Add a "Run" menu item key-command to DoxyWizard
    Adding "Run doxygen" to settings menu which acts identical to the "Run doxygen" button in the "Run" tab.

    Changed files

    • addon/doxywizard/doxywizard.cpp
    • addon/doxywizard/doxywizard.h
    • doc/doxywizard_menu_settings.png
    • doc/doxywizard_usage.dox
  3. Change #194657

    Category doxygen
    Changed by Dimitri van Heesch <doxygenohnoyoudont@gmail.com>
    Changed at Sat 06 Apr 2024 18:57:29
    Repository https://github.com/doxygen/doxygen.git
    Project doxygen
    Branch master
    Revision 37b167adf9e3c732522633f3ba405d84a34ec2c9

    Comments

    Merge pull request #10785 from albert-github/feature/issue_10781
    issue #10781 Add a "Run" menu item key-command to DoxyWizard

    Changed files

    • no files
  4. Change #194658

    Category doxygen
    Changed by Dimitri van Heesch <doxygenohnoyoudont@gmail.com>
    Changed at Sat 06 Apr 2024 18:59:30
    Repository https://github.com/doxygen/doxygen.git
    Project doxygen
    Branch master
    Revision 8d619a289b26e3ab7595959636fd7f67676d1a93

    Comments

    Merge pull request #10784 from albert-github/feature/bug_chm_colon
    Problem with colon inserted by `\addindex`

    Changed files

    • no files