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

Builder doxygen-solaris10-sparc Build #3932

Results:

Failed shell shell_1 shell_2

SourceStamp:

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

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 29 secs )
    1. stdio
  2. MakeDirectory Created ( 0 secs )
    1. - no logs -
  3. shell 'cmake -G ...' failed ( 26 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 3932 Build
codebase Build
got_revision adee39c84972f6681fbcf5a821da47b0a88e8adf Git
project doxygen Build
repository https://github.com/doxygen/doxygen.git Build
revision adee39c84972f6681fbcf5a821da47b0a88e8adf 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:

StartFri Aug 14 11:30:01 2026
EndFri Aug 14 11:30:59 2026
Elapsed57 secs

All Changes:

:

  1. Change #278152

    Category doxygen
    Changed by albert-github <albert.testsohnoyoudont@gmail.com>
    Changed at Fri 14 Aug 2026 12:43:11
    Repository https://github.com/doxygen/doxygen.git
    Project doxygen
    Branch master
    Revision 65e8501818aa90e73f575cf814ff472456e99fa5

    Comments

    Incorrect python 3.7.5 string
    Regression on:
    ```
    Refactoring: use more modern print(f"") style prints in configgen.py for formatting
    ```
    with python 3.7.5 we got an error like:
    ```
      File ".../src/configgen.py", line 528
        print(f"    {{ {'\"'+name+'\",':<26} Info{{ {'Info::'+map[type]+',':<13} &ConfigValues::m_{name+',':<23} {mappingStr}}}}},")
             ^
    SyntaxError: f-string expression part cannot include a backslash
    NMAKE : fatal error U1077: 'D:\Programs\Python\Python37\python.exe' : return code '0x1'
    ```

    Changed files

    • src/configgen.py
  2. Change #278153

    Category doxygen
    Changed by Dimitri van Heesch <doxygenohnoyoudont@gmail.com>
    Changed at Fri 14 Aug 2026 13:05:22
    Repository https://github.com/doxygen/doxygen.git
    Project doxygen
    Branch master
    Revision adee39c84972f6681fbcf5a821da47b0a88e8adf

    Comments

    Merge pull request #12284 from albert-github/feature/bug_configgen_py_print
    Incorrect python 3.7.5 string

    Changed files

    • no files