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

Builder doxygen-solaris10-sparc Build #3984

Results:

Failed shell shell_1 shell_2

SourceStamp:

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

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 39 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 ( 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 3984 Build
codebase Build
got_revision c0b58561b514d2bf404d55974f1558e895e9b2b0 Git
project doxygen Build
repository https://github.com/doxygen/doxygen.git Build
revision c0b58561b514d2bf404d55974f1558e895e9b2b0 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:

StartSun Sep 27 12:15:15 2026
EndSun Sep 27 12:16:14 2026
Elapsed59 secs

All Changes:

:

  1. Change #283317

    Category doxygen
    Changed by albert-github <albert.testsohnoyoudont@gmail.com>
    Changed at Tue 22 Sep 2026 16:02:52
    Repository https://github.com/doxygen/doxygen.git
    Project doxygen
    Branch master
    Revision e39d0b57c7bdcb73dcd8ff50017412aa44c2483a

    Comments

    Inconsistent spacing for `\lineinfo` in section title versus regular text
    When having e.g.
    ```
    Line \lineinfo: MyError1 If not successful.
    
    # Line \lineinfo: MyError1 If not successful.
    ```
    the result is:
    ```
    Line 3: MyError1 If not successful.
    
    Line 5 : MyError1 If not successful.
    ```
    Note the space between the `5` and the `:`, so a small inconsistency between "running text" use and usage in a "section title", similar for the `\fileinfo` command

    Changed files

    • src/commentscan.l
  2. Change #283319

    Category doxygen
    Changed by albert-github <albert.testsohnoyoudont@gmail.com>
    Changed at Sun 27 Sep 2026 11:30:29
    Repository https://github.com/doxygen/doxygen.git
    Project doxygen
    Branch master
    Revision f66ce404360f1a797b0c12e172e3e0e2c24486f6

    Comments

    Update src/commentscan.l
    Remove debug line

    Changed files

    • src/commentscan.l
  3. Change #283321

    Category doxygen
    Changed by Dimitri van Heesch <doxygenohnoyoudont@gmail.com>
    Changed at Sun 27 Sep 2026 13:08:24
    Repository https://github.com/doxygen/doxygen.git
    Project doxygen
    Branch master
    Revision c0b58561b514d2bf404d55974f1558e895e9b2b0

    Comments

    Merge pull request #12363 from albert-github/feature/bug_consistency_info
    Inconsistent spacing for `\lineinfo` in section title versus regular text

    Changed files

    • no files