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

Builder doxygen-solaris10-sparc Build #3575

Results:

Failed shell shell_1 shell_2

SourceStamp:

Projectdoxygen
Repositoryhttps://github.com/doxygen/doxygen.git
Branchmaster
Revisionce54e3fec244a7671a967c601c38d7299624a711
Got Revisionce54e3fec244a7671a967c601c38d7299624a711
Changes6 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 ( 12 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 3575 Build
codebase Build
got_revision ce54e3fec244a7671a967c601c38d7299624a711 Git
project doxygen Build
repository https://github.com/doxygen/doxygen.git Build
revision ce54e3fec244a7671a967c601c38d7299624a711 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:

StartThu Aug 21 21:12:32 2025
EndThu Aug 21 21:12:53 2025
Elapsed20 secs

All Changes:

:

  1. Change #243472

    Category doxygen
    Changed by albert-github <albert.testsohnoyoudont@gmail.com>
    Changed at Fri 15 Aug 2025 11:50:26
    Repository https://github.com/doxygen/doxygen.git
    Project doxygen
    Branch master
    Revision c1eba97e14c89c1f6ee2152c38f09902d5c1d66d

    Comments

    Text show as formula when USE_MATHJAX=YES (2)
    Analogous to the problem fixed in #7697 for `\( ...\)` a similar problem can occur for `\[ .... \]`

    Changed files

    • src/htmldocvisitor.cpp
    • src/htmlgen.cpp
  2. Change #243473

    Category doxygen
    Changed by albert-github <albert.testsohnoyoudont@gmail.com>
    Changed at Sat 16 Aug 2025 13:30:31
    Repository https://github.com/doxygen/doxygen.git
    Project doxygen
    Branch master
    Revision 8e8484a633d4514e96d9ea4548b6a1f21ad88ec7

    Comments

    Incorrect warning regarding type and start of backtick type of block
    When having:
    ```
    # Installing the AWS CLI v2 from source
    
    * to `pyproject.toml
    
    The
    ```
    https://awscli.amazonaws.com/awscli.tar.gz
    ```
    ```
    we get the warning:
    ```
    source-install.md:9: warning: Reached end of file while still searching closing '```' of a verbatim block starting at line 8
    ```
    this looks like a regression on:
    ```
    Commit: 9defcc3ff78869455687bd8c39ccfe7b75b8aebe [9defcc3]
    Date: Sunday, June 22, 2025 3:03:57 PM
    issue #11621 Markdown code handling `` ` `` gets confused by unterminated `` ` `` within (introduced by 1.11)
    ```

    Changed files

    • src/commentcnv.l
  3. Change #243474

    Category doxygen
    Changed by albert-github <albert.testsohnoyoudont@gmail.com>
    Changed at Sat 16 Aug 2025 16:30:40
    Repository https://github.com/doxygen/doxygen.git
    Project doxygen
    Branch master
    Revision 36e0c205da26157991f85ae6bf3863022b94019f

    Comments

    Remove redundant test on `DOT_NUM_THREADS`
    Remove redundant test on `DOT_NUM_THREADS`, the test on the maximum is already done when reading the value from the configuration file.

    Changed files

    • src/configimpl.l
  4. Change #243475

    Category doxygen
    Changed by Dimitri van Heesch <doxygenohnoyoudont@gmail.com>
    Changed at Thu 21 Aug 2025 21:01:56
    Repository https://github.com/doxygen/doxygen.git
    Project doxygen
    Branch master
    Revision af6e8827fa12a3824f25f985bbb0290a94f803a3

    Comments

    Merge pull request #11732 from albert-github/feature/bug_md_backtick_warning
    Incorrect warning regarding type and start of backtick type of block

    Changed files

    • no files
  5. Change #243476

    Category doxygen
    Changed by Dimitri van Heesch <doxygenohnoyoudont@gmail.com>
    Changed at Thu 21 Aug 2025 21:04:46
    Repository https://github.com/doxygen/doxygen.git
    Project doxygen
    Branch master
    Revision c4ba0591470dc3cbb8fe8634f278bae762fc2eff

    Comments

    Merge pull request #11733 from albert-github/feature/bug_num_proc_thread
    Remove redundant test on `DOT_NUM_THREADS`

    Changed files

    • no files
  6. Change #243477

    Category doxygen
    Changed by Dimitri van Heesch <doxygenohnoyoudont@gmail.com>
    Changed at Thu 21 Aug 2025 21:06:01
    Repository https://github.com/doxygen/doxygen.git
    Project doxygen
    Branch master
    Revision ce54e3fec244a7671a967c601c38d7299624a711

    Comments

    Merge pull request #11726 from albert-github/feature/bug_mathjax_formula_2
    Text show as formula when USE_MATHJAX=YES (2)

    Changed files

    • no files