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

Builder doxygen-solaris10-sparc Build #2973

Results:

Failed shell shell_1 shell_2

SourceStamp:

Projectdoxygen
Repositoryhttps://github.com/doxygen/doxygen.git
Branchmaster
Revision0bfb23e71a8669798bad93ff1d711ab7512e1dcb
Got Revision0bfb23e71a8669798bad93ff1d711ab7512e1dcb
Changes11 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 ( 15 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 2973 Build
codebase Build
got_revision 0bfb23e71a8669798bad93ff1d711ab7512e1dcb Git
project doxygen Build
repository https://github.com/doxygen/doxygen.git Build
revision 0bfb23e71a8669798bad93ff1d711ab7512e1dcb 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 Mar 16 13:12:59 2024
EndSat Mar 16 13:13:21 2024
Elapsed22 secs

All Changes:

:

  1. Change #193091

    Category doxygen
    Changed by albert-github <albert.testsohnoyoudont@gmail.com>
    Changed at Tue 12 Mar 2024 10:38:45
    Repository https://github.com/doxygen/doxygen.git
    Project doxygen
    Branch master
    Revision 53614a3854b63e309141bc34c1851831bb013213

    Comments

    Keep utf8 characters together in comments
    Analogous to the fortrancode (#10728) also do this in the fortranscanner.

    Changed files

    • src/fortranscanner.l
  2. Change #193092

    Category doxygen
    Changed by albert-github <albert.testsohnoyoudont@gmail.com>
    Changed at Tue 12 Mar 2024 12:01:35
    Repository https://github.com/doxygen/doxygen.git
    Project doxygen
    Branch master
    Revision 4b6f6f2001f7a36765aebabb3436d11118e2fdba

    Comments

    issue #10707 Issue with doxyfigcaption
    The doxygen caption style was, now, written for the version with hyperlinks, without hyperlinks this gave problems.
    (relevant older commits are: 7b0b7ef746a and 1084519cd41)

    Changed files

    • src/latexdocvisitor.cpp
    • templates/latex/doxygen.sty
  3. Change #193093

    Category doxygen
    Changed by albert-github <albert.testsohnoyoudont@gmail.com>
    Changed at Tue 12 Mar 2024 13:50:53
    Repository https://github.com/doxygen/doxygen.git
    Project doxygen
    Branch master
    Revision 1ea0bc872a8b6aef55f3b503889fd3cca275d416

    Comments

    Incorrect handling of `$` in an objC string
    From an objC file we got the error:
    ```
    ASSERT: "0" in .../src/code.l (3878)
    ```
    due to the incorrect handling of the `$` in a string in the code like:
    ```
      _unicode_map['$'] = 36;
    ```

    Changed files

    • src/code.l
  4. Change #193094

    Category doxygen
    Changed by albert-github <albert.testsohnoyoudont@gmail.com>
    Changed at Thu 14 Mar 2024 13:39:38
    Repository https://github.com/doxygen/doxygen.git
    Project doxygen
    Branch master
    Revision b5ced327e1a5641e4d04eb68dc46f24e22d491bd

    Comments

    Handling escaped commands inside `\if`
    The handling of an escaped command was done not properly in by `\if` command disabled sections

    Changed files

    • src/commentscan.l
  5. Change #193095

    Category doxygen
    Changed by albert-github <albert.testsohnoyoudont@gmail.com>
    Changed at Thu 14 Mar 2024 15:11:08
    Repository https://github.com/doxygen/doxygen.git
    Project doxygen
    Branch master
    Revision a5ef5a0317e489fae5fd68b5494c39a28a7cf6c2

    Comments

    Incorrect handling command character in comment conversion
    In case we have a construct like `///@` that should be handled by commentcnv this was not done correctly as the command character was taken a bit early.

    Changed files

    • src/commentcnv.l
  6. Change #193096

    Category doxygen
    Changed by albert-github <albert.testsohnoyoudont@gmail.com>
    Changed at Thu 14 Mar 2024 15:26:26
    Repository https://github.com/doxygen/doxygen.git
    Project doxygen
    Branch master
    Revision e3930a33d1fa6f4575d421f15c9d1a6c0a1541d4

    Comments

    Incorrect handling command character in comment conversion
    Also keep escaped command characters together in case of `/**` type of comment.

    Changed files

    • src/commentcnv.l
  7. Change #193097

    Category doxygen
    Changed by Dimitri van Heesch <doxygenohnoyoudont@gmail.com>
    Changed at Sat 16 Mar 2024 13:03:12
    Repository https://github.com/doxygen/doxygen.git
    Project doxygen
    Branch master
    Revision dfeae5f9afd37ed04177a764df7c59f8c094a9b1

    Comments

    Merge pull request #10731 from albert-github/feature/bug_ftn_comment_utf_2
    Keep utf8 characters together in comments

    Changed files

    • no files
  8. Change #193098

    Category doxygen
    Changed by Dimitri van Heesch <doxygenohnoyoudont@gmail.com>
    Changed at Sat 16 Mar 2024 13:03:55
    Repository https://github.com/doxygen/doxygen.git
    Project doxygen
    Branch master
    Revision 2086e26954e0e1a60a1934501760e594e456dc8f

    Comments

    Merge pull request #10732 from albert-github/feature/issue_10707
    issue #10707 Issue with doxyfigcaption

    Changed files

    • no files
  9. Change #193099

    Category doxygen
    Changed by Dimitri van Heesch <doxygenohnoyoudont@gmail.com>
    Changed at Sat 16 Mar 2024 13:05:49
    Repository https://github.com/doxygen/doxygen.git
    Project doxygen
    Branch master
    Revision 95122838c953c53ac6d18608b5df121af5d90618

    Comments

    Merge pull request #10734 from albert-github/feature/bug_objc_assert
    Incorrect handling of `$` in an objC string

    Changed files

    • no files
  10. Change #193100

    Category doxygen
    Changed by Dimitri van Heesch <doxygenohnoyoudont@gmail.com>
    Changed at Sat 16 Mar 2024 13:06:20
    Repository https://github.com/doxygen/doxygen.git
    Project doxygen
    Branch master
    Revision b23e8ccf90bef290aa82927db502b709afd9354e

    Comments

    Merge pull request #10736 from albert-github/feature/bug_escaped_cmd_if
    Handling escaped commands inside `\if`

    Changed files

    • no files
  11. Change #193101

    Category doxygen
    Changed by Dimitri van Heesch <doxygenohnoyoudont@gmail.com>
    Changed at Sat 16 Mar 2024 13:10:51
    Repository https://github.com/doxygen/doxygen.git
    Project doxygen
    Branch master
    Revision 0bfb23e71a8669798bad93ff1d711ab7512e1dcb

    Comments

    Merge pull request #10737 from albert-github/feature/bug_escaped_command_commentcnv
    Incorrect handling command character in comment conversion

    Changed files

    • no files