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

Builder doxygen-solaris10-i386 Build #3587

Results:

Failed shell shell_1 shell_2

SourceStamp:

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

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

  1. git update ( 7 secs )
    1. stdio
  2. MakeDirectory Created ( 0 secs )
    1. - no logs -
  3. shell 'cmake -G ...' failed ( 12 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/slave/doxygen-solaris10-i386 slave
buildername doxygen-solaris10-i386 Builder
buildnumber 3587 Build
codebase Build
got_revision d06b4289674222e1a212ea5171a9bf0d89c812a7 Git
project doxygen Build
repository https://github.com/doxygen/doxygen.git Build
revision d06b4289674222e1a212ea5171a9bf0d89c812a7 Build
scheduler schedule-doxygen-solaris10-i386 Scheduler
slavename unstable10x BuildSlave
workdir /export/home/buildbot/slave/doxygen-solaris10-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Dimitri van Heesch
  2. albert-github

Timing:

StartSun Dec 21 12:21:27 2025
EndSun Dec 21 12:21:47 2025
Elapsed20 secs

All Changes:

:

  1. Change #252958

    Category doxygen
    Changed by albert-github <albert.testsohnoyoudont@gmail.com>
    Changed at Sat 20 Dec 2025 12:12:39
    Repository https://github.com/doxygen/doxygen.git
    Project doxygen
    Branch master
    Revision 73f9c676758ddee353fe6d2d86c893d885be7f0f

    Comments

    Protect counter with mutex (regression)
    I checked PR #11902 and found a small problem when `DOT_CLEANUP=YES` as I get the warnings:
    ```
    .../aa.c:17: error: Problems running dot: exit code=2, command='dot.exe', arguments='".../doc/html/inline_dotgraph_4b689ea5cd4847e4f5ac9ff55d29fff0.dot" -Tcmapx -o ".../doc/html/dot_inline_dotgraph_4b689ea5cd4847e4f5ac9ff55d29fff0.map"'
    Failed to open input file '.../doc/html/inline_mscgraph_7c6951245abdf3122b13597d42cd76cb.msc'
    .../bb.c:15: error: Problems generating msc output (error=FILE ERROR). Look for typos in you msc file '.../doc/html/inline_mscgraph_7c6951245abdf3122b13597d42cd76cb.msc'
    ```
    
    Delayed deletion of files until all code has been written.

    Changed files

    • src/docbookvisitor.cpp
    • src/doxygen.cpp
    • src/htmldocvisitor.cpp
    • src/latexdocvisitor.cpp
    • src/rtfdocvisitor.cpp
    • src/util.cpp
    • src/util.h
  2. Change #252959

    Category doxygen
    Changed by albert-github <albert.testsohnoyoudont@gmail.com>
    Changed at Sat 20 Dec 2025 15:48:45
    Repository https://github.com/doxygen/doxygen.git
    Project doxygen
    Branch master
    Revision 4c05c88fe38db4991f9c5b2fcac9a405ba89b913

    Comments

    Protect counter with mutex (regression)
    Apparently some lines were left.

    Changed files

    • src/latexdocvisitor.cpp
  3. Change #252960

    Category doxygen
    Changed by Dimitri van Heesch <doxygenohnoyoudont@gmail.com>
    Changed at Sun 21 Dec 2025 12:11:35
    Repository https://github.com/doxygen/doxygen.git
    Project doxygen
    Branch master
    Revision d06b4289674222e1a212ea5171a9bf0d89c812a7

    Comments

    Merge pull request #11906 from albert-github/feature/regr_11902_dotcleanup
    Protect counter with mutex (regression)

    Changed files

    • no files