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

Builder doxygen-solaris10-sparc Build #3060

Results:

Failed shell shell_1 shell_2

SourceStamp:

Projectdoxygen
Repositoryhttps://github.com/doxygen/doxygen.git
Branchmaster
Revision6aaa55d05530794bcb7569f13877c50400cc5411
Got Revision6aaa55d05530794bcb7569f13877c50400cc5411
Changes5 changes

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 11 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 3060 Build
codebase Build
got_revision 6aaa55d05530794bcb7569f13877c50400cc5411 Git
project doxygen Build
repository https://github.com/doxygen/doxygen.git Build
revision 6aaa55d05530794bcb7569f13877c50400cc5411 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 May 13 21:22:59 2024
EndMon May 13 21:23:27 2024
Elapsed28 secs

All Changes:

:

  1. Change #197105

    Category doxygen
    Changed by albert-github <albert.testsohnoyoudont@gmail.com>
    Changed at Thu 09 May 2024 16:25:20
    Repository https://github.com/doxygen/doxygen.git
    Project doxygen
    Branch master
    Revision c9ce08db0bd84426a6f150348777badcac525da3

    Comments

    QT help problems with tag files
    The QT assistant has problems with files that are not directly included into its input file (i.e. the qch file).
    - This happens when we use tag files, hence `TAGFILES` will be disabled when `GENERATE_QHP` is set
    - When there are in the tree items that do not refer to a file (so `ref=""`) this also gives problems. hence replacing these with a placeholder `doxygen_blank` that is just an empty file and will be added when necessary.

    Changed files

    • src/configimpl.l
    • src/qhp.cpp
    • src/qhp.h
  2. Change #197106

    Category doxygen
    Changed by albert-github <albert.testsohnoyoudont@gmail.com>
    Changed at Thu 09 May 2024 17:31:02
    Repository https://github.com/doxygen/doxygen.git
    Project doxygen
    Branch master
    Revision c42b99e85ec1950604da772a91ac379cb5a42674

    Comments

    QT help problems with tag files
    Empty file gives some problem during validation with xmllint:
    ```
    doxygen_blank.xhtml:1: parser error : Document is empty
    ```

    Changed files

    • src/qhp.cpp
  3. Change #197107

    Category doxygen
    Changed by Dimitri van Heesch <doxygenohnoyoudont@gmail.com>
    Changed at Mon 13 May 2024 20:25:15
    Repository https://github.com/doxygen/doxygen.git
    Project doxygen
    Branch master
    Revision 954d9dccf6abe8cd8f3d036d39c34011864c172e

    Comments

    Merge branch 'feature/bug_qhp_tags' of https://github.com/albert-github/doxygen into albert-github-feature/bug_qhp_tags

    Changed files

    • no files
  4. Change #197108

    Category doxygen
    Changed by Dimitri van Heesch <doxygenohnoyoudont@gmail.com>
    Changed at Mon 13 May 2024 21:15:17
    Repository https://github.com/doxygen/doxygen.git
    Project doxygen
    Branch master
    Revision c2da1c946439c821c9ca3736f6c2dee29835b1ca

    Comments

    Make blankWritten flag thread-safe

    Changed files

    • src/configimpl.l
    • src/qhp.cpp
    • src/qhp.h
  5. Change #197109

    Category doxygen
    Changed by Dimitri van Heesch <doxygenohnoyoudont@gmail.com>
    Changed at Mon 13 May 2024 21:16:19
    Repository https://github.com/doxygen/doxygen.git
    Project doxygen
    Branch master
    Revision 6aaa55d05530794bcb7569f13877c50400cc5411

    Comments

    Merge branch 'albert-github-feature/bug_qhp_tags'

    Changed files

    • no files