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

Builder doxygen-solaris10-i386 Build #3131

Results:

Failed shell shell_1 shell_2

SourceStamp:

Projectdoxygen
Repositoryhttps://github.com/doxygen/doxygen.git
Branchmaster
Revisionf99ad35f6c401ed118ca36519dc61f10a045d6e3
Got Revisionf99ad35f6c401ed118ca36519dc61f10a045d6e3
Changes14 changes

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

  1. git update ( 9 secs )
    1. stdio
  2. MakeDirectory Created ( 0 secs )
    1. - no logs -
  3. shell 'cmake -G ...' failed ( 16 secs )
    1. stdio
    2. CMakeOutput.log
    3. CMakeError.log
  4. shell_1 'gmake' failed ( 7 secs )
    1. stdio
  5. shell_2 'gmake tests' failed ( 4 secs )
    1. stdio

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot/slave/doxygen-solaris10-i386 slave
buildername doxygen-solaris10-i386 Builder
buildnumber 3131 Build
codebase Build
got_revision f99ad35f6c401ed118ca36519dc61f10a045d6e3 Git
project doxygen Build
repository https://github.com/doxygen/doxygen.git Build
revision f99ad35f6c401ed118ca36519dc61f10a045d6e3 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. Alfred Wingate
  2. Dimitri van Heesch
  3. albert-github

Timing:

StartFri Aug 23 20:28:45 2024
EndFri Aug 23 20:29:23 2024
Elapsed38 secs

All Changes:

:

  1. Change #205669

    Category doxygen
    Changed by Alfred Wingate <paronaohnoyoudont@protonmail.com>
    Changed at Tue 20 Aug 2024 06:14:13
    Repository https://github.com/doxygen/doxygen.git
    Project doxygen
    Branch master
    Revision 567aca983f70b01103271e431bc71a13ac79213c

    Comments

    Adjust to libfmt-11 changes
    Bug: https://bugs.gentoo.org/937599
    See-Also: https://github.com/fmtlib/fmt/commit/d70729215fba1d54862e407b626abf86ddf409bf
    Signed-off-by: Alfred Wingate <parona@protonmail.com>

    Changed files

    • src/trace.h
  2. Change #205670

    Category doxygen
    Changed by albert-github <albert.testsohnoyoudont@gmail.com>
    Changed at Wed 21 Aug 2024 15:27:41
    Repository https://github.com/doxygen/doxygen.git
    Project doxygen
    Branch master
    Revision 72fcb79b2cf85fab6cad648180bb3267a2f48f95

    Comments

    issue #11082 C include format error
    The `"` (and `'`) handling were for the sol called "OldStyleArgs" mode not handled and hence the given wrong coloring.

    Changed files

    • src/code.l
  3. Change #205671

    Category doxygen
    Changed by albert-github <albert.testsohnoyoudont@gmail.com>
    Changed at Thu 22 Aug 2024 10:36:12
    Repository https://github.com/doxygen/doxygen.git
    Project doxygen
    Branch master
    Revision e890ab7fb4efda3122c24f84e4b3d3d5285267e6

    Comments

    Greek and Russian translators are up to date
    The Greek and Russian translators are up to date and should be derived from `Translator` and not from an adaptor class.
    
    The Russian translator also had a text regarding MAX_DOT_HRAPH

    Changed files

    • src/translator_gr.h
    • src/translator_ru.h
  4. Change #205672

    Category doxygen
    Changed by albert-github <albert.testsohnoyoudont@gmail.com>
    Changed at Thu 22 Aug 2024 11:06:33
    Repository https://github.com/doxygen/doxygen.git
    Project doxygen
    Branch master
    Revision 65d9e7702f150f023dcdd980534b4625d035c856

    Comments

    Incorrect handling of spaces before `@page` command (2)
    The adjustment:
    ```
    Commit: d09922abb551d089dfb9659cfb67bc3d77af5676 [d09922a]
    Date: Saturday, August 17, 2024 1:24:44 PM
    
    Implemented slightly simpler solution
    ```
    caused that e.g. the verbatim parts of the pages didn't show up in the internal documentation (`s` is the full docs and not the part that has been handled).
    Revering the "Implemented slightly simpler solution".

    Changed files

    • src/markdown.cpp
  5. Change #205673

    Category doxygen
    Changed by albert-github <albert.testsohnoyoudont@gmail.com>
    Changed at Thu 22 Aug 2024 12:30:24
    Repository https://github.com/doxygen/doxygen.git
    Project doxygen
    Branch master
    Revision 36fcd862a20744c6d80b840287d83cd1b0e609b2

    Comments

    Implementation of `plantumlfile` command
    Analogous to `\dotfile`, `\mscfile`, `\diafile` a command for plantuml files was missing (enhancement request from 2014).
    A workaround was  to use:
    ```
    @startuml
    !include aa.pu
    @enduml
    ```
    and set
    ```
    PLANTUML_INCLUDE_PATH
    ```
    
    Note: also a small fix in the docbook version in case `CREATE_SUDIRS` was used.

    Changed files

    • addon/doxmlparser/doxmlparser/compound.py
    • doc/commands.dox
    • doc_internal/Doxyfile.in
    • src/cmdmapper.cpp
    • src/cmdmapper.h
    • src/commentscan.l
    • src/config.xml
    • src/docbookvisitor.cpp
    • src/docbookvisitor.h
    • src/docnode.cpp
    • src/docnode.h
    • src/doxygen.cpp
    • src/doxygen.h
    • src/htmldocvisitor.cpp
    • src/htmldocvisitor.h
    • src/latexdocvisitor.cpp
    • src/latexdocvisitor.h
    • src/mandocvisitor.cpp
    • src/mandocvisitor.h
    • src/markdown.cpp
    • src/perlmodgen.cpp
    • src/plantuml.cpp
    • src/plantuml.h
    • src/printdocvisitor.h
    • src/rtfdocvisitor.cpp
    • src/rtfdocvisitor.h
    • src/textdocvisitor.h
    • src/vhdldocgen.cpp
    • src/xmldocvisitor.cpp
    • src/xmldocvisitor.h
    • templates/xml/compound.xsd
  6. Change #205674

    Category doxygen
    Changed by albert-github <albert.testsohnoyoudont@gmail.com>
    Changed at Thu 22 Aug 2024 12:53:40
    Repository https://github.com/doxygen/doxygen.git
    Project doxygen
    Branch master
    Revision 10e1df26be79f93830d7e5d7e1e58553f0b36e78

    Comments

    Coverity bug 20240822 (1)
    Missing break in case statement.

    Changed files

    • src/translator_ru.h
  7. Change #205675

    Category doxygen
    Changed by albert-github <albert.testsohnoyoudont@gmail.com>
    Changed at Thu 22 Aug 2024 12:56:29
    Repository https://github.com/doxygen/doxygen.git
    Project doxygen
    Branch master
    Revision 6aff9df3c1ef57b0189b6337bac17738497d4dd2

    Comments

    Coverity bug 20240822 (2)
    Null pointer dereferences protection

    Changed files

    • src/doxygen.cpp
  8. Change #205676

    Category doxygen
    Changed by Dimitri van Heesch <doxygenohnoyoudont@gmail.com>
    Changed at Fri 23 Aug 2024 20:16:58
    Repository https://github.com/doxygen/doxygen.git
    Project doxygen
    Branch master
    Revision 33e22e2bf7ae663c7a637eb1f205285dee4ae9ee

    Comments

    Merge pull request #11089 from albert-github/feature/bug_translator_status
    Greek and Russian translators are up to date

    Changed files

    • no files
  9. Change #205677

    Category doxygen
    Changed by Dimitri van Heesch <doxygenohnoyoudont@gmail.com>
    Changed at Fri 23 Aug 2024 20:17:10
    Repository https://github.com/doxygen/doxygen.git
    Project doxygen
    Branch master
    Revision de36c182c01ec2d5b2e23da75007ce6947609da2

    Comments

    Merge pull request #11091 from albert-github/feature/bug_plantumlfile
    Implementation of `plantumlfile` command

    Changed files

    • no files
  10. Change #205678

    Category doxygen
    Changed by Dimitri van Heesch <doxygenohnoyoudont@gmail.com>
    Changed at Fri 23 Aug 2024 20:17:26
    Repository https://github.com/doxygen/doxygen.git
    Project doxygen
    Branch master
    Revision c12178a39584510161620db6f9f048abd464efb9

    Comments

    Merge pull request #11092 from albert-github/feature/bug_coverity_20240822_1
    Coverity bug 20240822 (1)

    Changed files

    • no files
  11. Change #205679

    Category doxygen
    Changed by Dimitri van Heesch <doxygenohnoyoudont@gmail.com>
    Changed at Fri 23 Aug 2024 20:17:49
    Repository https://github.com/doxygen/doxygen.git
    Project doxygen
    Branch master
    Revision d212567d2bf379ddb4a139f1ef27b25470caff1e

    Comments

    Merge pull request #11093 from albert-github/feature/bug_coverity_20240822_2
    Coverity bug 20240822 (2)

    Changed files

    • no files
  12. Change #205680

    Category doxygen
    Changed by Dimitri van Heesch <doxygenohnoyoudont@gmail.com>
    Changed at Fri 23 Aug 2024 20:18:59
    Repository https://github.com/doxygen/doxygen.git
    Project doxygen
    Branch master
    Revision 19b3a297eb8a223bccd205e2cb10d00e3e358c59

    Comments

    Merge pull request #11090 from albert-github/feature/bug_page_space_2
    Incorrect handling of spaces before `@page` command (2)

    Changed files

    • no files
  13. Change #205681

    Category doxygen
    Changed by Dimitri van Heesch <doxygenohnoyoudont@gmail.com>
    Changed at Fri 23 Aug 2024 20:19:18
    Repository https://github.com/doxygen/doxygen.git
    Project doxygen
    Branch master
    Revision 7857c88d5fd4d160ae14573c094847d387f033f6

    Comments

    Merge pull request #11083 from parona-source/libfmt-11
    Adjust to libfmt-11 changes

    Changed files

    • no files
  14. Change #205682

    Category doxygen
    Changed by Dimitri van Heesch <doxygenohnoyoudont@gmail.com>
    Changed at Fri 23 Aug 2024 20:19:40
    Repository https://github.com/doxygen/doxygen.git
    Project doxygen
    Branch master
    Revision f99ad35f6c401ed118ca36519dc61f10a045d6e3

    Comments

    Merge pull request #11087 from albert-github/feature/issue_11082
    issue #11082 C include format error

    Changed files

    • no files