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

Builder doxygen-solaris10-sparc Build #3208

Results:

Failed shell shell_1 shell_2

SourceStamp:

Projectdoxygen
Repositoryhttps://github.com/doxygen/doxygen.git
Branchmaster
Revision20508abe74d7d40211045b6152a98d199eb0db36
Got Revision20508abe74d7d40211045b6152a98d199eb0db36
Changes2 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 ( 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 3208 Build
codebase Build
got_revision 20508abe74d7d40211045b6152a98d199eb0db36 Git
project doxygen Build
repository https://github.com/doxygen/doxygen.git Build
revision 20508abe74d7d40211045b6152a98d199eb0db36 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:

StartThu Sep 5 20:18:15 2024
EndThu Sep 5 20:19:08 2024
Elapsed53 secs

All Changes:

:

  1. Change #206752

    Category doxygen
    Changed by albert-github <albert.testsohnoyoudont@gmail.com>
    Changed at Wed 04 Sep 2024 18:01:33
    Repository https://github.com/doxygen/doxygen.git
    Project doxygen
    Branch master
    Revision ab6fe1645ed460d314663ad69c22e9c4a92c1569

    Comments

    issue #11116 Graphical glitch with lists and text spilling over on a new line.
    It looks like an interaction between the `<li>` tag, the `<code>` tag and the css setting `display: inline-block;`.
    Setting the  attribbute `vertical-alignment: top;`  or the `<code>` parts solves the issue.

    Changed files

    • templates/html/doxygen.css
  2. Change #206753

    Category doxygen
    Changed by Dimitri van Heesch <doxygenohnoyoudont@gmail.com>
    Changed at Thu 05 Sep 2024 20:09:05
    Repository https://github.com/doxygen/doxygen.git
    Project doxygen
    Branch master
    Revision 20508abe74d7d40211045b6152a98d199eb0db36

    Comments

    Merge pull request #11117 from albert-github/feature/issue_11116
    issue #11116 Graphical glitch with lists and text spilling over on a new line.

    Changed files

    • no files