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

Builder doxygen-solaris10-sparc Build #3632

Results:

Failed shell shell_1 shell_2

SourceStamp:

Projectdoxygen
Repositoryhttps://github.com/doxygen/doxygen.git
Branchmaster
Revision6533fecaba05544f3ad5e9b4beb02fa1fc812ffd
Got Revision6533fecaba05544f3ad5e9b4beb02fa1fc812ffd
Changes3 changes

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 15 secs )
    1. stdio
  2. MakeDirectory Created ( 0 secs )
    1. - no logs -
  3. shell 'cmake -G ...' failed ( 11 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 3632 Build
codebase Build
got_revision 6533fecaba05544f3ad5e9b4beb02fa1fc812ffd Git
project doxygen Build
repository https://github.com/doxygen/doxygen.git Build
revision 6533fecaba05544f3ad5e9b4beb02fa1fc812ffd 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:

StartWed Nov 12 21:17:49 2025
EndWed Nov 12 21:18:17 2025
Elapsed27 secs

All Changes:

:

  1. Change #248548

    Category doxygen
    Changed by albert-github <albert.testsohnoyoudont@gmail.com>
    Changed at Mon 10 Nov 2025 18:12:48
    Repository https://github.com/doxygen/doxygen.git
    Project doxygen
    Branch master
    Revision e49d778dd3678e81495a777830a108e12cfce597

    Comments

    issue #11828 Inconsistent vertical spacing of ordered list items in generated HTML
    The current situation is a bit inconsistent as depending on the number of paragraphs in an item the `<p class="startli">` is added or nor.
    
    In case one of the items consists of multiple paragraphs the `<p class="startli">` is added for all paragraphs in the items in the current item block.
    When having maximal 1 paragraph for each item the  `<p class="startlisingle">` is added so the user can (through a css file) choose a different layout for both situations.

    Changed files

    • src/docnode.cpp
    • src/docnode.h
    • src/htmldocvisitor.cpp
    • templates/html/doxygen.css
  2. Change #248549

    Category doxygen
    Changed by Dimitri van Heesch <doxygenohnoyoudont@gmail.com>
    Changed at Wed 12 Nov 2025 20:58:29
    Repository https://github.com/doxygen/doxygen.git
    Project doxygen
    Branch master
    Revision 3447a2ed8ef64e03cc7615f2c7e97c67485106f5

    Comments

    PR #11862 replace p.startsingle by li:only-child > p.startli

    Changed files

    • src/docnode.cpp
    • src/docnode.h
    • src/htmldocvisitor.cpp
    • templates/html/doxygen.css
  3. Change #248550

    Category doxygen
    Changed by Dimitri van Heesch <doxygenohnoyoudont@gmail.com>
    Changed at Wed 12 Nov 2025 21:10:05
    Repository https://github.com/doxygen/doxygen.git
    Project doxygen
    Branch master
    Revision 6533fecaba05544f3ad5e9b4beb02fa1fc812ffd

    Comments

    Merge branch 'albert-github-feature/issue_11828'

    Changed files

    • no files