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

Builder doxygen-solaris10-sparc Build #3753

Results:

Failed shell shell_1 shell_2

SourceStamp:

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

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 5 secs )
    1. stdio
  2. MakeDirectory Created ( 0 secs )
    1. - no logs -
  3. shell 'cmake -G ...' failed ( 13 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 3753 Build
codebase Build
got_revision a1e38d4068a5e0c56e279c248cb4e983d244b9a5 Git
project doxygen Build
repository https://github.com/doxygen/doxygen.git Build
revision a1e38d4068a5e0c56e279c248cb4e983d244b9a5 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 Mar 29 21:14:57 2026
EndSun Mar 29 21:15:17 2026
Elapsed19 secs

All Changes:

:

  1. Change #262765

    Category doxygen
    Changed by albert-github <albert.testsohnoyoudont@gmail.com>
    Changed at Thu 26 Mar 2026 17:51:19
    Repository https://github.com/doxygen/doxygen.git
    Project doxygen
    Branch master
    Revision 45a1276d84e44c97d818bdbeb58477053ad9fbb5

    Comments

    Incorrect handling of comment in comment
    When having an example like:
    ```
    package net.sourceforge.plantuml;
    
    /** Class docu */
    public class AnimatedGifEncoder {
    
    //      /**
    //       * @param oops
    //       */
    
            /** the fie */
            protected void analyzePixels() {
            }
    }
    ```
    we get the warning:
    ```
    AnimatedGifEncoder.java:10: warning: net.sourceforge.plantuml.AnimatedGifEncoder.analyzePixels has @param documentation sections but no arguments
    ```
    
    The problem was introduced by:
    ```
    Commit: 0fcc5c4d78e12954ad89bd8cfd21bf4e22974591 [0fcc5c4]
    
    Date: Friday, February 9, 2024 9:39:48 PM
    
    Fix issue where ALIAS argument was split over multiple lines (part 3)
    ```

    Changed files

    • src/commentcnv.l
  2. Change #262766

    Category doxygen
    Changed by Dimitri van Heesch <doxygenohnoyoudont@gmail.com>
    Changed at Sun 29 Mar 2026 21:05:30
    Repository https://github.com/doxygen/doxygen.git
    Project doxygen
    Branch master
    Revision a1e38d4068a5e0c56e279c248cb4e983d244b9a5

    Comments

    Merge pull request #12061 from albert-github/feature/bug_java_plantuml
    Incorrect handling of comment in comment

    Changed files

    • no files