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

Builder doxygen-solaris10-i386 Build #3758

Results:

Failed shell shell_1 shell_2

SourceStamp:

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

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

  1. git update ( 4 secs )
    1. stdio
  2. MakeDirectory Created ( 0 secs )
    1. - no logs -
  3. shell 'cmake -G ...' failed ( 10 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 3758 Build
codebase Build
got_revision a367f2b9d715b86e33f67771e6b3c7b4c9ddff60 Git
project doxygen Build
repository https://github.com/doxygen/doxygen.git Build
revision a367f2b9d715b86e33f67771e6b3c7b4c9ddff60 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. copilot-swe-agent[bot]

Timing:

StartThu May 14 16:52:39 2026
EndThu May 14 16:52:54 2026
Elapsed15 secs

All Changes:

:

  1. Change #267127

    Category doxygen
    Changed by copilot-swe-agent[bot] <198982749+Copilotohnoyoudont@users.noreply.github.com>
    Changed at Thu 14 May 2026 12:26:12
    Repository https://github.com/doxygen/doxygen.git
    Project doxygen
    Branch master
    Revision 0a679089fb65a68fa9d28b57c21ad321c76f31f0

    Comments

    fix: use backticks for ext=language placeholder in EXTENSION_MAPPING i18n docs
    - Replace <code>ext=XXX</code> with `ext=language` in all config_xx.xml files
    - Replace \c ext with `ext` in all config_xx.xml files
    - Restore translated 'language' word to untranslated `language` in backticks
      (affected: de=sprache/Sprache, es=lenguaje, ru=язык)
    - Matches the fix applied to src/config.xml in commit e7e59a3
    
    Agent-Logs-Url: https://github.com/doxygen/doxygen/sessions/ced41f7e-c2c7-4078-96f6-2cbf84f5aa72
    
    Co-authored-by: doxygen <1300762+doxygen@users.noreply.github.com>

    Changed files

    • src/i18n/config_de.xml
    • src/i18n/config_es.xml
    • src/i18n/config_fr.xml
    • src/i18n/config_ja.xml
    • src/i18n/config_ko.xml
    • src/i18n/config_ru.xml
    • src/i18n/config_zh_CN.xml
    • src/i18n/config_zh_TW.xml
  2. Change #267128

    Category doxygen
    Changed by Dimitri van Heesch <doxygenohnoyoudont@gmail.com>
    Changed at Thu 14 May 2026 16:44:14
    Repository https://github.com/doxygen/doxygen.git
    Project doxygen
    Branch master
    Revision a367f2b9d715b86e33f67771e6b3c7b4c9ddff60

    Comments

    Merge pull request #12153 from doxygen/copilot/fix-extension-mapping-placeholder
    fix: use backticks for `language` placeholder in EXTENSION_MAPPING i18n docs

    Changed files

    • no files