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

Builder doxygen-solaris10-sparc Build #2996

Results:

Failed shell shell_1 shell_2

SourceStamp:

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

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 2 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 ( 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 2996 Build
codebase Build
got_revision 19436e4da5cfdd0f0e8bacef07a529d23da78702 Git
project doxygen Build
repository https://github.com/doxygen/doxygen.git Build
revision 19436e4da5cfdd0f0e8bacef07a529d23da78702 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:

StartMon Apr 1 21:32:48 2024
EndMon Apr 1 21:33:07 2024
Elapsed18 secs

All Changes:

:

  1. Change #194242

    Category doxygen
    Changed by albert-github <albert.testsohnoyoudont@gmail.com>
    Changed at Mon 01 Apr 2024 18:41:16
    Repository https://github.com/doxygen/doxygen.git
    Project doxygen
    Branch master
    Revision d2f2a5f47662967ee9296ec385415fa5b8956c4c

    Comments

    issued #7589 Add Markdown todo list
    Adding check boxes available by means of indicators `- [ ]` /  `- [x]` / `- [X]`.
    Adding checkbox possibilities to the different output formats
    Updating documentation
    
    Small example: [example.tar.gz](https://github.com/doxygen/doxygen/files/4226518/example.tar.gz)
    
    This actually the same implementation as with the original proposed pull request #7602 though due to changes in time it was not easy (possible) to merge the original against  master

    Changed files

    • addon/doxmlparser/doxmlparser/compound.py
    • doc/lists.dox
    • doc/markdown.dox
    • src/docbookvisitor.cpp
    • src/docnode.cpp
    • src/docnode.h
    • src/doctokenizer.h
    • src/doctokenizer.l
    • src/htmldocvisitor.cpp
    • src/latexdocvisitor.cpp
    • src/mandocvisitor.cpp
    • src/perlmodgen.cpp
    • src/printdocvisitor.h
    • src/rtfdocvisitor.cpp
    • src/rtfdocvisitor.h
    • src/rtfgen.cpp
    • src/rtfstyle.cpp
    • src/rtfstyle.h
    • src/xmldocvisitor.cpp
    • templates/html/doxygen.css
    • templates/latex/doxygen.sty
    • templates/xml/compound.xsd
  2. Change #194243

    Category doxygen
    Changed by Dimitri van Heesch <doxygenohnoyoudont@gmail.com>
    Changed at Mon 01 Apr 2024 21:22:04
    Repository https://github.com/doxygen/doxygen.git
    Project doxygen
    Branch master
    Revision 19436e4da5cfdd0f0e8bacef07a529d23da78702

    Comments

    Merge pull request #10775 from albert-github/feature/issue_7589_2
    issued #7589 Add Markdown todo list

    Changed files

    • no files