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

Builder doxygen-solaris10-i386 Build #3783

Results:

Failed shell shell_1 shell_2

SourceStamp:

Projectdoxygen
Repositoryhttps://github.com/doxygen/doxygen.git
Branchmaster
Revisionc2916282f80355ac9a4ad4040a3599aaa764b62f
Got Revisionc2916282f80355ac9a4ad4040a3599aaa764b62f
Changes6 changes

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

  1. git update ( 16 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/slave/doxygen-solaris10-i386 slave
buildername doxygen-solaris10-i386 Builder
buildnumber 3783 Build
codebase Build
got_revision c2916282f80355ac9a4ad4040a3599aaa764b62f Git
project doxygen Build
repository https://github.com/doxygen/doxygen.git Build
revision c2916282f80355ac9a4ad4040a3599aaa764b62f 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. albert-github

Timing:

StartTue May 26 20:12:40 2026
EndTue May 26 20:13:09 2026
Elapsed29 secs

All Changes:

:

  1. Change #268395

    Category doxygen
    Changed by albert-github <albert.testsohnoyoudont@gmail.com>
    Changed at Mon 18 May 2026 19:46:42
    Repository https://github.com/doxygen/doxygen.git
    Project doxygen
    Branch master
    Revision d2cbb693603c2b01436cc9d342cc6f9d6d7e262e

    Comments

    Move "generator" part to the logical part in `config....xml`
    Moving the translated values for "generator" part to the `config_....xml` files instead of the `*.ts` files

    Changed files

    • addon/doxywizard/expert.cpp
    • addon/doxywizard/expert.h
    • addon/doxywizard/i18n/doxywizard_de.ts
    • addon/doxywizard/i18n/doxywizard_es.ts
    • addon/doxywizard/i18n/doxywizard_fr.ts
    • addon/doxywizard/i18n/doxywizard_ja.ts
    • addon/doxywizard/i18n/doxywizard_ko.ts
    • addon/doxywizard/i18n/doxywizard_ru.ts
    • addon/doxywizard/i18n/doxywizard_zh_CN.ts
    • addon/doxywizard/i18n/doxywizard_zh_TW.ts
    • src/config.xml
    • src/configgen.py
    • 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 #268396

    Category doxygen
    Changed by albert-github <albert.testsohnoyoudont@gmail.com>
    Changed at Fri 22 May 2026 18:33:48
    Repository https://github.com/doxygen/doxygen.git
    Project doxygen
    Branch master
    Revision 24818c0612d60480041e9be84776540752da7283

    Comments

    Merge branch 'master' into feature/bug_dw_generator
    # Conflicts:
    #	addon/doxywizard/i18n/doxywizard_de.ts
    #	addon/doxywizard/i18n/doxywizard_es.ts
    #	addon/doxywizard/i18n/doxywizard_fr.ts
    #	addon/doxywizard/i18n/doxywizard_ja.ts
    #	addon/doxywizard/i18n/doxywizard_ko.ts
    #	addon/doxywizard/i18n/doxywizard_ru.ts
    #	addon/doxywizard/i18n/doxywizard_zh_CN.ts
    #	addon/doxywizard/i18n/doxywizard_zh_TW.ts

    Changed files

    • no files
  3. Change #268397

    Category doxygen
    Changed by albert-github <albert.testsohnoyoudont@gmail.com>
    Changed at Mon 25 May 2026 09:48:04
    Repository https://github.com/doxygen/doxygen.git
    Project doxygen
    Branch master
    Revision 53a527af6fc11e3a11ccadaa7e42dad6949bff1f

    Comments

    Merge branch 'master' into feature/bug_dw_generator
    # Conflicts:
    #	addon/doxywizard/expert.cpp

    Changed files

    • no files
  4. Change #268398

    Category doxygen
    Changed by albert-github <albert.testsohnoyoudont@gmail.com>
    Changed at Mon 25 May 2026 18:19:28
    Repository https://github.com/doxygen/doxygen.git
    Project doxygen
    Branch master
    Revision 7ba6bb79e7c0cce6ce4db3b5c9a1eff716f5db64

    Comments

    When having a source file with a lot of `#define` wit normale C-style comments like: ``` #define c_function_symbol(F)           T_Sym(c_function_data(F)->sam.c_sym)        /* f is c_function or c_macro, but not c_function* -- doesn't fit current checks */ ```
    There is a chance of getting an error like:
    ```
    input buffer overflow, can't enlarge buffer because scanner uses REJECT
        lexical analyzer: .../doxygen/src/pre.l (for: .../s7.c)
    ```
    
    this type of comment is of no interest to the `#define` / doxygen and should not be copied into the "define" buffer.

    Changed files

    • src/pre.l
  5. Change #268399

    Category doxygen
    Changed by Dimitri van Heesch <doxygenohnoyoudont@gmail.com>
    Changed at Tue 26 May 2026 20:08:42
    Repository https://github.com/doxygen/doxygen.git
    Project doxygen
    Branch master
    Revision c8cfa6e0246d4e73160c6099d912aa2bc24d6ef7

    Comments

    Merge pull request #12182 from albert-github/feature/bug_pre_ccomment
    Error due to insufficient internal buffer size

    Changed files

    • no files
  6. Change #268400

    Category doxygen
    Changed by Dimitri van Heesch <doxygenohnoyoudont@gmail.com>
    Changed at Tue 26 May 2026 20:10:22
    Repository https://github.com/doxygen/doxygen.git
    Project doxygen
    Branch master
    Revision c2916282f80355ac9a4ad4040a3599aaa764b62f

    Comments

    Merge pull request #12167 from albert-github/feature/bug_dw_generator
    Move "generator" part to the logical part in `config....xml`

    Changed files

    • no files