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

Builder doxygen-solaris10-i386 Build #3717

Results:

Failed shell shell_1 shell_2

SourceStamp:

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

BuildSlave:

unstable10x

Reason:

The SingleBranchScheduler scheduler named 'schedule-doxygen-solaris10-i386' 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 ( 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/slave/doxygen-solaris10-i386 slave
buildername doxygen-solaris10-i386 Builder
buildnumber 3717 Build
codebase Build
got_revision 707ac849e1965f6c813ef537619d11013e547368 Git
project doxygen Build
repository https://github.com/doxygen/doxygen.git Build
revision 707ac849e1965f6c813ef537619d11013e547368 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:

StartWed Apr 29 10:12:35 2026
EndWed Apr 29 10:12:55 2026
Elapsed20 secs

All Changes:

:

  1. Change #265869

    Category doxygen
    Changed by albert-github <albert.testsohnoyoudont@gmail.com>
    Changed at Sat 08 Feb 2025 16:34:05
    Repository https://github.com/doxygen/doxygen.git
    Project doxygen
    Branch master
    Revision 92cf20922fba5a21977e29c1b66e9fbd564c5540

    Comments

    Not possible to place a `\cite` in a `\par` title
    When having:
    ```
    \par cite_based \cite lorigo2001.
    ```
    this will lead to:
    ```
    warning: Illegal command '@cite' found as part of a title section
    ```
    although there is no reason prohibiting it, especially as in a `\section` it is possible to have it.
    
    (During evaluation also the `\anchor` caused some problems with a subsequent `\par` statement (due to switching to a wrong state).

    Changed files

    • src/docnode.cpp
    • src/docnode.h
    • src/docparser.cpp
    • src/docparser_p.h
  2. Change #265870

    Category doxygen
    Changed by albert-github <albert.testsohnoyoudont@gmail.com>
    Changed at Fri 27 Mar 2026 15:19:46
    Repository https://github.com/doxygen/doxygen.git
    Project doxygen
    Branch master
    Revision 8be0bf45a1d5bccb9336ff42741bd7a067196c66

    Comments

    Merge branch 'master' into feature/bug_cite_par
    # Conflicts:
    #	src/docnode.cpp
    #	src/docnode.h

    Changed files

    • no files
  3. Change #265871

    Category doxygen
    Changed by Dimitri van Heesch <doxygenohnoyoudont@gmail.com>
    Changed at Wed 29 Apr 2026 09:24:06
    Repository https://github.com/doxygen/doxygen.git
    Project doxygen
    Branch master
    Revision 7a23e5f8dbb327ea087e8235dfc8916b0407653f

    Comments

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

    Changed files

    • no files
  4. Change #265872

    Category doxygen
    Changed by Dimitri van Heesch <doxygenohnoyoudont@gmail.com>
    Changed at Wed 29 Apr 2026 10:07:13
    Repository https://github.com/doxygen/doxygen.git
    Project doxygen
    Branch master
    Revision c27b300f715b6c4dcb4ccda890261f9c1e3e28df

    Comments

    PR #11405 Added RAII wrappers for DocTokenizer state and DocParser context

    Changed files

    • src/docnode.cpp
    • src/docparser.cpp
    • src/docparser_p.h
    • src/doctokenizer.h
  5. Change #265873

    Category doxygen
    Changed by Dimitri van Heesch <doxygenohnoyoudont@gmail.com>
    Changed at Wed 29 Apr 2026 10:08:58
    Repository https://github.com/doxygen/doxygen.git
    Project doxygen
    Branch master
    Revision 707ac849e1965f6c813ef537619d11013e547368

    Comments

    Merge branch 'albert-github-feature/bug_cite_par'

    Changed files

    • no files