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

Builder doxygen-solaris10-sparc Build #3959

Results:

Failed shell shell_1 shell_2

SourceStamp:

Projectdoxygen
Repositoryhttps://github.com/doxygen/doxygen.git
Branchmaster
Revision950a1173c997f7cc6de1e8d59b681b9aa6033458
Got Revision950a1173c997f7cc6de1e8d59b681b9aa6033458
Changes4 changes

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 37 secs )
    1. stdio
  2. MakeDirectory Created ( 0 secs )
    1. - no logs -
  3. shell 'cmake -G ...' failed ( 4 mins, 37 secs )
    1. stdio
    2. CMakeOutput.log
    3. CMakeError.log
  4. shell_1 'gmake' failed ( 34 secs )
    1. stdio
  5. shell_2 'gmake tests' failed ( 13 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 3959 Build
codebase Build
got_revision 950a1173c997f7cc6de1e8d59b681b9aa6033458 Git
project doxygen Build
repository https://github.com/doxygen/doxygen.git Build
revision 950a1173c997f7cc6de1e8d59b681b9aa6033458 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. George Kiagiadakis
  3. albert-github

Timing:

StartSat Aug 29 10:18:26 2026
EndSat Aug 29 10:24:30 2026
Elapsed6 mins, 4 secs

All Changes:

:

  1. Change #279807

    Category doxygen
    Changed by albert-github <albert.testsohnoyoudont@gmail.com>
    Changed at Wed 19 Aug 2026 15:31:27
    Repository https://github.com/doxygen/doxygen.git
    Project doxygen
    Branch master
    Revision 585c785714101abb44898bed160df070b1c828d8

    Comments

    Replace tabs and end spacing
    example directory
    - Remove spaces and tabs at the end of the lines
    - replace tabs by the appropriate amount of spaces

    Changed files

    • examples/afterdoc.h
    • examples/author.cpp
    • examples/autolink.cpp
    • examples/define.h
    • examples/docstring.py
    • examples/enum.h
    • examples/func.h
    • examples/group.cpp
    • examples/include.cpp
    • examples/jdstyle.cpp
    • examples/memgrp.cpp
    • examples/mux.vhdl
    • examples/overload.cpp
    • examples/par.cpp
    • examples/pyexample.py
    • examples/qtstyle.cpp
    • examples/relates.cpp
    • examples/restypedef.cpp
    • examples/structcmd.h
  2. Change #279808

    Category doxygen
    Changed by George Kiagiadakis <george.kiagiadakisohnoyoudont@collabora.com>
    Changed at Thu 27 Aug 2026 08:32:46
    Repository https://github.com/doxygen/doxygen.git
    Project doxygen
    Branch master
    Revision 2a611fda57f8fa54ca5f2d38bf5418f691f30018

    Comments

    XML output for function pointers is no longer a valid C declaration
    Commit 772ac869 changed find() to return size_t/npos instead of int/-1,
    but left addVariable()'s `ai>ii` test that used to reject "not found".
    A type without '[' now takes the function pointer array branch, whose
    statements are both no-ops for ai==npos, so the correction that splits
    `int(*)` / `(int a, int b)` into `int(*` / `)(int a, int b)` never runs
    and type + name + argsstring no longer concatenate into valid C.
    
    Add test 123 covering a function pointer typedef, a function pointer
    array typedef, and a function pointer struct member.

    Changed files

    • src/doxygen.cpp
    • testing/123/123__function__pointer_8c.xml
    • testing/123/struct_my_iface.xml
    • testing/123_function_pointer.c
  3. Change #279809

    Category doxygen
    Changed by Dimitri van Heesch <doxygenohnoyoudont@gmail.com>
    Changed at Sat 29 Aug 2026 11:54:21
    Repository https://github.com/doxygen/doxygen.git
    Project doxygen
    Branch master
    Revision 673c1431224b0bd27e43d5f356e9ec63978517fd

    Comments

    Merge pull request #12300 from albert-github/feature/bug_tabs_spaces_3
    Replace tabs and end spacing

    Changed files

    • no files
  4. Change #279810

    Category doxygen
    Changed by Dimitri van Heesch <doxygenohnoyoudont@gmail.com>
    Changed at Sat 29 Aug 2026 11:55:22
    Repository https://github.com/doxygen/doxygen.git
    Project doxygen
    Branch master
    Revision 950a1173c997f7cc6de1e8d59b681b9aa6033458

    Comments

    Merge pull request #12311 from gkiagia/fix-function-pointer-xml
    XML output for function pointers is no longer a valid C declaration

    Changed files

    • no files