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

Builder doxygen-solaris10-sparc Build #3214

Results:

Failed shell shell_1 shell_2

SourceStamp:

Projectdoxygen
Repositoryhttps://github.com/doxygen/doxygen.git
Branchmaster
Revision7e1860534d163a9d8882ce3ebb620719f74e75eb
Got Revision7e1860534d163a9d8882ce3ebb620719f74e75eb
Changes3 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 ( 19 secs )
    1. stdio
    2. CMakeOutput.log
    3. CMakeError.log
  4. shell_1 'gmake' failed ( 12 secs )
    1. stdio
  5. shell_2 'gmake tests' failed ( 11 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 3214 Build
codebase Build
got_revision 7e1860534d163a9d8882ce3ebb620719f74e75eb Git
project doxygen Build
repository https://github.com/doxygen/doxygen.git Build
revision 7e1860534d163a9d8882ce3ebb620719f74e75eb 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

Timing:

StartMon Sep 9 21:38:28 2024
EndMon Sep 9 21:39:20 2024
Elapsed51 secs

All Changes:

:

  1. Change #207118

    Category doxygen
    Changed by Dimitri van Heesch <doxygenohnoyoudont@gmail.com>
    Changed at Sun 08 Sep 2024 11:14:54
    Repository https://github.com/doxygen/doxygen.git
    Project doxygen
    Branch master
    Revision 22fc5a2c16b3834cb40166df1c4695b0355b7f67

    Comments

    Replaced -t_notime by -t_time and maked -t behave as -t_notime did before
    Rationale: most of the time the time information is not needed and clutters the
    trace output so make the default without time.

    Changed files

    • src/doxygen.cpp
  2. Change #207119

    Category doxygen
    Changed by Dimitri van Heesch <doxygenohnoyoudont@gmail.com>
    Changed at Mon 09 Sep 2024 21:27:16
    Repository https://github.com/doxygen/doxygen.git
    Project doxygen
    Branch master
    Revision 0fab7bcce3655fd4dda09ab783cbc682c94ec90a

    Comments

    More fixes for strong enum values
    - When two strong enums at the same scope level had an enum value with
      the same name, the wrong one could be linked to from the source browser and inline code.
    - The naviation tree showed bogus non-linkable values for namespace members that were
      listed under a file entry.
    - Scrolling to an enum value from the navigation tree caused the page to keep scrolling

    Changed files

    • src/classdef.cpp
    • src/code.l
    • src/conceptdef.cpp
    • src/definition.cpp
    • src/definition.h
    • src/definitionimpl.h
    • src/index.cpp
    • src/memberdef.cpp
    • src/vhdldocgen.cpp
    • templates/html/navtree.js
  3. Change #207120

    Category doxygen
    Changed by Dimitri van Heesch <doxygenohnoyoudont@gmail.com>
    Changed at Mon 09 Sep 2024 21:30:52
    Repository https://github.com/doxygen/doxygen.git
    Project doxygen
    Branch master
    Revision 7e1860534d163a9d8882ce3ebb620719f74e75eb

    Comments

    Merge branch 'master' of github.com:doxygen/doxygen

    Changed files

    • no files