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

Builder doxygen-solaris10-sparc Build #3206

Results:

Failed shell shell_1 shell_2

SourceStamp:

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

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 6 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 ( 11 secs )
    1. stdio
  5. shell_2 'gmake tests' failed ( 11 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 3206 Build
codebase Build
got_revision 1b98f8714e22332015a5c7bff41531e0ceb6ec12 Git
project doxygen Build
repository https://github.com/doxygen/doxygen.git Build
revision 1b98f8714e22332015a5c7bff41531e0ceb6ec12 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:

StartWed Sep 4 21:08:24 2024
EndWed Sep 4 21:09:16 2024
Elapsed51 secs

All Changes:

:

  1. Change #206662

    Category doxygen
    Changed by albert-github <albert.testsohnoyoudont@gmail.com>
    Changed at Wed 04 Sep 2024 15:21:31
    Repository https://github.com/doxygen/doxygen.git
    Project doxygen
    Branch master
    Revision 12389d5d965a6bed0679e38ae8724ad0a02d3372

    Comments

    issue #11114 Doxygen 1.12.0 mishandles Markdown section header following `<pre>` HTML markup.
    Looks like a regression on:
    ```
    commit bf1e768aa86ac5cbca5de4510469dd98334973df (HEAD)
    
    Date:   Sat Jan 19 18:45:26 2019 +0100
    
        issue #6781 Unable to use math in markdown table headers
    
        Due to the change of the place where the markdown processing is done the end of the line must be calculated a little bit differently.
    
        Note: translator.py gave an error due to a strange indentation (did surface now), so had to be corrected as well.
    
     doc/translator.py |  6 +++---
     src/markdown.cpp  | 36 ++++++++++++------------------------
     2 files changed, 15 insertions(+), 27 deletions(-)
    ```
    
    The return value of `processHtmlTagWrite` already includes the end `>`, so processing should take place from that point onwards.

    Changed files

    • src/markdown.cpp
  2. Change #206663

    Category doxygen
    Changed by Dimitri van Heesch <doxygenohnoyoudont@gmail.com>
    Changed at Wed 04 Sep 2024 21:06:42
    Repository https://github.com/doxygen/doxygen.git
    Project doxygen
    Branch master
    Revision 1b98f8714e22332015a5c7bff41531e0ceb6ec12

    Comments

    Merge pull request #11115 from albert-github/feature/issue_11114
    issue #11114 Doxygen 1.12.0 mishandles Markdown section header following `<pre>` HTML markup.

    Changed files

    • no files