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

Builder doxygen-solaris10-i386 Build #3049

Results:

Failed shell shell_1 shell_2

SourceStamp:

Projectdoxygen
Repositoryhttps://github.com/doxygen/doxygen.git
Branchmaster
Revisione0591919107b7f344a2db23bca01cd1bebd66e80
Got Revisione0591919107b7f344a2db23bca01cd1bebd66e80
Changes2 changes

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

  1. git update ( 3 secs )
    1. stdio
  2. MakeDirectory Created ( 0 secs )
    1. - no logs -
  3. shell 'cmake -G ...' failed ( 3 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/slave/doxygen-solaris10-i386 slave
buildername doxygen-solaris10-i386 Builder
buildnumber 3049 Build
codebase Build
got_revision e0591919107b7f344a2db23bca01cd1bebd66e80 Git
project doxygen Build
repository https://github.com/doxygen/doxygen.git Build
revision e0591919107b7f344a2db23bca01cd1bebd66e80 Build
scheduler schedule-doxygen-solaris10-i386 Scheduler
slavename unstable10x BuildSlave
workdir /export/home/buildbot/slave/doxygen-solaris10-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Dimitri van Heesch
  2. albert-github

Timing:

StartMon Apr 29 09:52:58 2024
EndMon Apr 29 09:53:05 2024
Elapsed7 secs

All Changes:

:

  1. Change #196201

    Category doxygen
    Changed by albert-github <albert.testsohnoyoudont@gmail.com>
    Changed at Sun 28 Apr 2024 13:31:18
    Repository https://github.com/doxygen/doxygen.git
    Project doxygen
    Branch master
    Revision 04f17aff126f55ef864139b7d26ac07012544df4

    Comments

    Waring with ingroup command at end of alias
    When having the simple problem:
    ```
    
    /** @defgroup dm dep mac */
    
    /** @old{ONIGENC_MBCLEN_CHARFOUND_P} */
    int fnmatch_helper()
    {
    }
    ```
    with
    ```
    QUIET = YES
    ALIASES                = "old{1}=@ingroup dm"
    INPUT = pp.c
    
    ```
    we get the warning like:
    ```
    pp.c:6: warning: Found non-existing group 'br' for the command '@ingroup', ignoring command
    ```
    
    By first ending the command before adding the `<br>`

    Changed files

    • src/markdown.cpp
  2. Change #196202

    Category doxygen
    Changed by Dimitri van Heesch <doxygenohnoyoudont@gmail.com>
    Changed at Mon 29 Apr 2024 09:49:40
    Repository https://github.com/doxygen/doxygen.git
    Project doxygen
    Branch master
    Revision e0591919107b7f344a2db23bca01cd1bebd66e80

    Comments

    Merge pull request #10832 from albert-github/feature/bug_md_alias_space
    Warning with ingroup command at end of alias

    Changed files

    • no files