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

Builder doxygen-solaris10-sparc Build #3064

Results:

Failed shell shell_1 shell_2

SourceStamp:

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

BuildSlave:

unstable10s

Reason:

The SingleBranchScheduler scheduler named 'schedule-doxygen-solaris10-sparc' 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 ( 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 3064 Build
codebase Build
got_revision ec2b08ae7b01df072fb539ec595534b11958a805 Git
project doxygen Build
repository https://github.com/doxygen/doxygen.git Build
revision ec2b08ae7b01df072fb539ec595534b11958a805 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:

StartFri May 17 20:22:54 2024
EndFri May 17 20:23:20 2024
Elapsed25 secs

All Changes:

:

  1. Change #197534

    Category doxygen
    Changed by albert-github <albert.testsohnoyoudont@gmail.com>
    Changed at Fri 17 May 2024 18:07:58
    Repository https://github.com/doxygen/doxygen.git
    Project doxygen
    Branch master
    Revision 06139cf7e25d85763b78c853edb1ec6cb98965c9

    Comments

    Code sections in Perl documentation not expandable anymore
    In the Perl helper function (`doxygen-filter-perl`) for a long time already the function `toggleVisibility` was used to show the dedicated inline, collapsible, code.
    As of doxygen 1.10.o this doesn't work anymore as the `toggleVisibilty` is now in a `let` construct and should be used as `dynsection.toggleVisibility`.
    For compatibility adding a function `toggleVisibility` that calls `dynsection.toggleVisibility`.

    Changed files

    • templates/html/dynsections.js
  2. Change #197535

    Category doxygen
    Changed by Dimitri van Heesch <doxygenohnoyoudont@gmail.com>
    Changed at Fri 17 May 2024 20:14:50
    Repository https://github.com/doxygen/doxygen.git
    Project doxygen
    Branch master
    Revision ec2b08ae7b01df072fb539ec595534b11958a805

    Comments

    Merge pull request #10871 from albert-github/feature/bug_dynsections_js
    Code sections in Perl documentation not expandable anymore

    Changed files

    • no files