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

Builder doxygen-solaris10-sparc Build #3185

Results:

Failed shell shell_1 shell_2

SourceStamp:

Projectdoxygen
Repositoryhttps://github.com/doxygen/doxygen.git
Branchmaster
Revision195683ccb20f72c61590a9fa4265136a43a00692
Got Revision195683ccb20f72c61590a9fa4265136a43a00692
Changes6 changes

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 8 secs )
    1. stdio
  2. MakeDirectory Created ( 0 secs )
    1. - no logs -
  3. shell 'cmake -G ...' failed ( 20 secs )
    1. stdio
    2. CMakeOutput.log
    3. CMakeError.log
  4. shell_1 'gmake' failed ( 12 secs )
    1. stdio
  5. shell_2 'gmake tests' failed ( 12 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 3185 Build
codebase Build
got_revision 195683ccb20f72c61590a9fa4265136a43a00692 Git
project doxygen Build
repository https://github.com/doxygen/doxygen.git Build
revision 195683ccb20f72c61590a9fa4265136a43a00692 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. Bernhard Rosenkränzer
  2. Dimitri van Heesch
  3. albert-github

Timing:

StartSat Aug 10 20:19:31 2024
EndSat Aug 10 20:20:24 2024
Elapsed53 secs

All Changes:

:

  1. Change #204115

    Category doxygen
    Changed by Bernhard Rosenkränzer <beroohnoyoudont@lindev.ch>
    Changed at Fri 09 Aug 2024 14:13:34
    Repository https://github.com/doxygen/doxygen.git
    Project doxygen
    Branch master
    Revision cff64a87dea7596fd506a85521d4df4616dc845f

    Comments

    Fix build with clang >= 19.0
    Clang >= 19.0 requires a template argument list after the template
    keyword for CWG96 compliance, see
    https://github.com/llvm/llvm-project/pull/80801
    
    This patch has also been submitted to upstream TinyDeflate as
    https://github.com/bisqwit/TinyDeflate/pull/9

    Changed files

    • deps/TinyDeflate/gunzip.hh
  2. Change #204117

    Category doxygen
    Changed by albert-github <albert.testsohnoyoudont@gmail.com>
    Changed at Sat 10 Aug 2024 10:11:56
    Repository https://github.com/doxygen/doxygen.git
    Project doxygen
    Branch master
    Revision db97a3ecb6852b6598f08eb954af5ca9ccee42ee

    Comments

    Coverity warning
    Due to the change from "return" to "result=" the case statements were missing the terminations statement, adding break;

    Changed files

    • src/doctokenizer.h
  3. Change #204120

    Category doxygen
    Changed by albert-github <albert.testsohnoyoudont@gmail.com>
    Changed at Sat 10 Aug 2024 12:40:05
    Repository https://github.com/doxygen/doxygen.git
    Project doxygen
    Branch master
    Revision 1710724388ba88e0cc8529725b6f74e73e7ed993

    Comments

    Remove duplicate lines
    Inspired by https://github.com/CGAL/cgal/issues/8348 removing duplicate lines from doxygen.

    Changed files

    • src/markdown.cpp
    • src/translator_hr.h
  4. Change #204121

    Category doxygen
    Changed by Dimitri van Heesch <doxygenohnoyoudont@gmail.com>
    Changed at Sat 10 Aug 2024 20:15:53
    Repository https://github.com/doxygen/doxygen.git
    Project doxygen
    Branch master
    Revision de35276c940b3faa52a04d1e363cbded123c9ed8

    Comments

    Merge pull request #11066 from albert-github/feature/bug_coverity_20240910
    Coverity warning

    Changed files

    • no files
  5. Change #204122

    Category doxygen
    Changed by Dimitri van Heesch <doxygenohnoyoudont@gmail.com>
    Changed at Sat 10 Aug 2024 20:16:44
    Repository https://github.com/doxygen/doxygen.git
    Project doxygen
    Branch master
    Revision c9c06c6e7e7be4f4163ba59d6ae2e3ceca71260c

    Comments

    Merge pull request #11067 from albert-github/feature/bug_dupl_lines
    Remove duplicate lines

    Changed files

    • no files
  6. Change #204123

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

    Comments

    Merge pull request #11064 from berolinux/clang19
    Fix build with clang >= 19.0

    Changed files

    • no files