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

Builder doxygen-solaris10-sparc Build #3399

Results:

Failed shell shell_1 shell_2

SourceStamp:

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

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 23 secs )
    1. stdio
  2. MakeDirectory Created ( 0 secs )
    1. - no logs -
  3. shell 'cmake -G ...' failed ( 22 secs )
    1. stdio
    2. CMakeOutput.log
    3. CMakeError.log
  4. shell_1 'gmake' failed ( 12 secs )
    1. stdio
  5. shell_2 'gmake tests' failed ( 14 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 3399 Build
codebase Build
got_revision 44f85e463c38df1b25bbbc1b7f46fd4d40cea042 Git
project doxygen Build
repository https://github.com/doxygen/doxygen.git Build
revision 44f85e463c38df1b25bbbc1b7f46fd4d40cea042 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:

StartSat Feb 22 17:20:20 2025
EndSat Feb 22 17:21:33 2025
Elapsed1 mins, 12 secs

All Changes:

:

  1. Change #222587

    Category doxygen
    Changed by albert-github <albert.testsohnoyoudont@gmail.com>
    Changed at Fri 21 Feb 2025 13:23:42
    Repository https://github.com/doxygen/doxygen.git
    Project doxygen
    Branch master
    Revision 47c0fa15cd27faab9627a1b56184d6b036a84873

    Comments

    Incorrect substitute pattern in header / footer
    When having in the html or latex header or footer the substitute pattern `$showdata` without the mandatory format so something like `$showdate(%Y %H %M %S)` doxygen will go into an endless loop as the input pointer is not changed.
    - handling incorrect, e.g.  `$showdata`
    - giving an appropriate warning (substitute [pattern is not shown and might get unnoticed

    Changed files

    • src/htmlgen.cpp
    • src/latexgen.cpp
    • src/util.cpp
    • src/util.h
  2. Change #222588

    Category doxygen
    Changed by albert-github <albert.testsohnoyoudont@gmail.com>
    Changed at Fri 21 Feb 2025 15:51:16
    Repository https://github.com/doxygen/doxygen.git
    Project doxygen
    Branch master
    Revision 6e1faff896f6b3227a51a045cb3c296b8bcc7073

    Comments

    issue #11415 doxywizard replaces < and > in aliases with &lt; / &gt;
    We have to distinguish for writing of the settings between
    - writing to the, HTML, doxywizard "console"
    - writing to file / pipe to run doxygen
    
    In the first case characters like `<` have to be escaped, in the second case this should not happen.
    
    This is actually a regression on:
    ```
    Commit: d3d0a1d0a5ce23e7b1d1995dc2b69ee4b493baaa [d3d0a1d]
    Date: Thursday, January 2, 2025 4:00:17 PM
    String representation at "show configuration" in doxywizard
    
    In case a string in the settings contains a `<` / `>` / `&` this can give strange results as they are literally interpreted but should be escaped.
    (issue is a side note to issue #11310)
    ```

    Changed files

    • addon/doxywizard/config.h
    • addon/doxywizard/config_doxyw.l
    • addon/doxywizard/doxywizard.cpp
    • addon/doxywizard/expert.cpp
    • addon/doxywizard/expert.h
    • addon/doxywizard/input.h
    • addon/doxywizard/inputbool.cpp
    • addon/doxywizard/inputbool.h
    • addon/doxywizard/inputint.cpp
    • addon/doxywizard/inputint.h
    • addon/doxywizard/inputobsolete.h
    • addon/doxywizard/inputstring.cpp
    • addon/doxywizard/inputstring.h
    • addon/doxywizard/inputstrlist.cpp
    • addon/doxywizard/inputstrlist.h
  3. Change #222589

    Category doxygen
    Changed by Dimitri van Heesch <doxygenohnoyoudont@gmail.com>
    Changed at Sat 22 Feb 2025 17:13:01
    Repository https://github.com/doxygen/doxygen.git
    Project doxygen
    Branch master
    Revision b0df39ed64b3fd43c9c049ded51bc0b2c63d55be

    Comments

    Merge pull request #11447 from albert-github/feature/issue_11415
    issue #11415 doxywizard replaces < and > in aliases with &lt; / &gt;

    Changed files

    • no files
  4. Change #222590

    Category doxygen
    Changed by Dimitri van Heesch <doxygenohnoyoudont@gmail.com>
    Changed at Sat 22 Feb 2025 17:14:41
    Repository https://github.com/doxygen/doxygen.git
    Project doxygen
    Branch master
    Revision 44f85e463c38df1b25bbbc1b7f46fd4d40cea042

    Comments

    Merge pull request #11446 from albert-github/feature/bug_endless_substitute
    Incorrect substitute pattern in header / footer

    Changed files

    • no files