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

Builder doxygen-solaris10-sparc Build #3516

Results:

Failed shell shell_1 shell_2

SourceStamp:

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

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 31 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-unstable10s/slave/doxygen-solaris10-sparc slave
buildername doxygen-solaris10-sparc Builder
buildnumber 3516 Build
codebase Build
got_revision 5a6a2f82f21aa842474d9f4e37a6c2163131e39d Git
project doxygen Build
repository https://github.com/doxygen/doxygen.git Build
revision 5a6a2f82f21aa842474d9f4e37a6c2163131e39d 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 Jul 2 21:12:00 2025
EndWed Jul 2 21:12:43 2025
Elapsed42 secs

All Changes:

:

  1. Change #238162

    Category doxygen
    Changed by albert-github <albert.testsohnoyoudont@gmail.com>
    Changed at Tue 01 Jul 2025 19:16:33
    Repository https://github.com/doxygen/doxygen.git
    Project doxygen
    Branch master
    Revision a6e7a0761b17e4c9318ec2f1462c65d1a89363b8

    Comments

    Handling of backticks in bibliography
    When looking at the bibliography we see that there is a difference in the handling of backticks and single quotes between LaTeX and the other formats.
    In LaTeX they are translated in a similar way as nowadays is done in Markdown but in the other formats they are shown literally. The bibliography items are,correctly, not run through the markdown processor as the entries are in LaTeX style.
    By replacing the backticks and single quotes by the required HTML entities in the rapper script the problem is solved.

    Changed files

    • templates/html/bib2xhtml.pl
  2. Change #238163

    Category doxygen
    Changed by Dimitri van Heesch <doxygenohnoyoudont@gmail.com>
    Changed at Tue 01 Jul 2025 21:36:28
    Repository https://github.com/doxygen/doxygen.git
    Project doxygen
    Branch master
    Revision e55b0a32c0dff45cfdac2e096d65ef80c3a3099c

    Comments

    Add a bit more tracing to resolveRef()

    Changed files

    • src/util.cpp
  3. Change #238164

    Category doxygen
    Changed by Dimitri van Heesch <doxygenohnoyoudont@gmail.com>
    Changed at Wed 02 Jul 2025 21:01:34
    Repository https://github.com/doxygen/doxygen.git
    Project doxygen
    Branch master
    Revision eadfae755b681fe7af9244eed3482d10f509e16f

    Comments

    Merge pull request #11643 from albert-github/feature/bug_biblio_back
    Handling of backticks in bibliography

    Changed files

    • no files
  4. Change #238165

    Category doxygen
    Changed by Dimitri van Heesch <doxygenohnoyoudont@gmail.com>
    Changed at Wed 02 Jul 2025 21:01:41
    Repository https://github.com/doxygen/doxygen.git
    Project doxygen
    Branch master
    Revision 5a6a2f82f21aa842474d9f4e37a6c2163131e39d

    Comments

    Merge branch 'master' of github.com:doxygen/doxygen

    Changed files

    • no files