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

Builder doxygen-solaris10-sparc Build #3879

Results:

Failed shell shell_1 shell_2

SourceStamp:

Projectdoxygen
Repositoryhttps://github.com/doxygen/doxygen.git
Branchmaster
Revision9699f774d3023545a08d6c6b61d583409e8fa7b7
Got Revision9699f774d3023545a08d6c6b61d583409e8fa7b7
Changes5 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 ( 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-unstable10s/slave/doxygen-solaris10-sparc slave
buildername doxygen-solaris10-sparc Builder
buildnumber 3879 Build
codebase Build
got_revision 9699f774d3023545a08d6c6b61d583409e8fa7b7 Git
project doxygen Build
repository https://github.com/doxygen/doxygen.git Build
revision 9699f774d3023545a08d6c6b61d583409e8fa7b7 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. Copilot
  2. Dimitri van Heesch
  3. albert-github

Timing:

StartTue Jun 16 20:49:21 2026
EndTue Jun 16 20:49:38 2026
Elapsed16 secs

All Changes:

:

  1. Change #271370

    Category doxygen
    Changed by albert-github <albert.testsohnoyoudont@gmail.com>
    Changed at Mon 15 Jun 2026 11:30:45
    Repository https://github.com/doxygen/doxygen.git
    Project doxygen
    Branch master
    Revision 5e7204485171f71a3be74554e358c26536d2b653

    Comments

    Remove redundant QCString conversions
    Remove redundant QCString conversions in translation files (found in PR #12209, here handled separately)

    Changed files

    • src/translator_am.h
    • src/translator_bg.h
    • src/translator_br.h
    • src/translator_ca.h
    • src/translator_cn.h
    • src/translator_de.h
    • src/translator_dk.h
    • src/translator_eo.h
    • src/translator_fa.h
    • src/translator_fr.h
    • src/translator_gr.h
    • src/translator_hr.h
    • src/translator_hu.h
    • src/translator_id.h
    • src/translator_it.h
    • src/translator_jp.h
    • src/translator_kr.h
    • src/translator_lv.h
    • src/translator_pl.h
    • src/translator_pt.h
    • src/translator_ro.h
    • src/translator_ru.h
    • src/translator_sk.h
    • src/translator_sv.h
    • src/translator_tr.h
    • src/translator_ua.h
  2. Change #271371

    Category doxygen
    Changed by albert-github <albert.testsohnoyoudont@gmail.com>
    Changed at Mon 15 Jun 2026 13:58:32
    Repository https://github.com/doxygen/doxygen.git
    Project doxygen
    Branch master
    Revision f0bada55de0e8c2737ea52273d3df49fd497dba9

    Comments

    Improve grief part internal doxygen documentation
    Some brief internal doxygen documentation was cuf-off at the end of `i.e.` or `e.g.` this has been corrected

    Changed files

    • src/classdef.cpp
    • src/classdef.h
    • src/dirdef.h
    • src/searchindex.h
    • src/symbolresolver.h
    • src/util.cpp
  3. Change #271372

    Category doxygen
    Changed by Copilot <198982749+Copilotohnoyoudont@users.noreply.github.com>
    Changed at Tue 16 Jun 2026 20:44:53
    Repository https://github.com/doxygen/doxygen.git
    Project doxygen
    Branch master
    Revision 7b592285cbc5e1ac0d9445d459de48a438c26813

    Comments

    translator_tw.h: bring Traditional Chinese up to date with release 1.16.0 (#12209)
    * Update translator_tw.h to be fully up to date with release 1.16.0
    
    - Add 76 missing translation methods for releases 1.8.15 through 1.16.0
    - Change base class from TranslatorAdapter_1_8_15 to Translator
    - Add changelog comment at top of file
    - TranslatorChinesetraditional now implements all 319 required methods
    
    * Apply suggestions from code review
    
    Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
    
    * translator_tw.h: fix unused parameter style and missing semicolons
    
    - trVhdlType: collapse redundant if/else branches (both returned same
      string) and mark 'single' as /*single*/ since Chinese has no plural
    - trConcept: replace first_capital ternary (both arms identical) and
      (void)singular with /*first_capital*/, /*singular*/ parameter style
    - trSatisfies, trVerifies, trUnsatisfiedRequirementsText,
      trUnverifiedRequirementsText: replace (void)singular with
      bool /*singular*/ to match the style used elsewhere in the file
    - Fix three missing semicolons in trFileMembersDescriptionTotal,
      trNamespaceMembersDescriptionTotal, trModuleMembersDescriptionTotal
    
    * Update src/translator_tw.h
    
    Co-authored-by: albert-github <albert.tests@gmail.com>
    
    * Update src/translator_tw.h
    
    Co-authored-by: albert-github <albert.tests@gmail.com>
    
    * Update src/translator_tw.h
    
    Co-authored-by: albert-github <albert.tests@gmail.com>
    
    * Update src/translator_tw.h
    
    Co-authored-by: albert-github <albert.tests@gmail.com>
    
    * Update src/translator_tw.h
    
    Co-authored-by: albert-github <albert.tests@gmail.com>
    
    ---------
    
    Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
    Co-authored-by: Dimitri van Heesch <doxygen@gmail.com>
    Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
    Co-authored-by: albert-github <albert.tests@gmail.com>

    Changed files

    • src/translator_tw.h
  4. Change #271373

    Category doxygen
    Changed by Dimitri van Heesch <doxygenohnoyoudont@gmail.com>
    Changed at Tue 16 Jun 2026 20:45:44
    Repository https://github.com/doxygen/doxygen.git
    Project doxygen
    Branch master
    Revision 0438702a12a9f90ff95c10f9e6b7eabe07fd0afc

    Comments

    Merge pull request #12210 from albert-github/feature/bug_qcstring_redundant
    Remove redundant QCString conversions

    Changed files

    • no files
  5. Change #271374

    Category doxygen
    Changed by Dimitri van Heesch <doxygenohnoyoudont@gmail.com>
    Changed at Tue 16 Jun 2026 20:46:34
    Repository https://github.com/doxygen/doxygen.git
    Project doxygen
    Branch master
    Revision 9699f774d3023545a08d6c6b61d583409e8fa7b7

    Comments

    Merge pull request #12211 from albert-github/feature/bug_brief_ie
    Improve brief part internal doxygen documentation

    Changed files

    • no files