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

Builder doxygen-solaris10-sparc Build #3222

Results:

Failed shell shell_1 shell_2

SourceStamp:

Projectdoxygen
Repositoryhttps://github.com/doxygen/doxygen.git
Branchmaster
Revisionba7ba3f7cdfacfdb240717845d1a26aae1c1a2ca
Got Revisionba7ba3f7cdfacfdb240717845d1a26aae1c1a2ca
Changes6 changes

BuildSlave:

unstable10s

Reason:

The SingleBranchScheduler scheduler named 'schedule-doxygen-solaris10-sparc' 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 ( 23 secs )
    1. stdio
    2. CMakeOutput.log
    3. CMakeError.log
  4. shell_1 'gmake' failed ( 14 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 3222 Build
codebase Build
got_revision ba7ba3f7cdfacfdb240717845d1a26aae1c1a2ca Git
project doxygen Build
repository https://github.com/doxygen/doxygen.git Build
revision ba7ba3f7cdfacfdb240717845d1a26aae1c1a2ca 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. Vladimír Vondruš
  3. albert-github

Timing:

StartSun Sep 15 11:18:39 2024
EndSun Sep 15 11:19:38 2024
Elapsed58 secs

All Changes:

:

  1. Change #207574

    Category doxygen
    Changed by albert-github <albert.testsohnoyoudont@gmail.com>
    Changed at Fri 13 Sep 2024 15:43:02
    Repository https://github.com/doxygen/doxygen.git
    Project doxygen
    Branch master
    Revision ad42b32ed7e88d28b452164067cc0a28c1d05e0a

    Comments

    issue #1134 gswin64c.exe not recognised if path added to EXTERNAL_TOOL_PATH
    On Windows don't use `::getenv` but `GetEnvironmentVariable` as `::getenv` doesn't always work properly with `GetEnvironmentVariable`

    Changed files

    • src/portable.cpp
  2. Change #207575

    Category doxygen
    Changed by Vladimír Vondruš <mosraohnoyoudont@centrum.cz>
    Changed at Fri 13 Sep 2024 20:35:17
    Repository https://github.com/doxygen/doxygen.git
    Project doxygen
    Branch master
    Revision dbb7986fb11971f9aa9d559e8d768958e79c8eaa

    Comments

    Partially revert "Fix warning: 'no uniquely matching class member found for typedef'"
    That commit only fixed the problem partially, and in a way that
    duplicates a lot of the logic. A better fix is in the next commit.
    
    This partially reverts commit 70aff92f9ecdfced4ea745c94eb98d22a90543bd.

    Changed files

    • src/doxygen.cpp
  3. Change #207576

    Category doxygen
    Changed by Vladimír Vondruš <mosraohnoyoudont@centrum.cz>
    Changed at Fri 13 Sep 2024 21:28:37
    Repository https://github.com/doxygen/doxygen.git
    Project doxygen
    Branch master
    Revision dbb7f934461e06e23f7743eea33209aaed4c4314

    Comments

    Don't attempt to merge typedefs from different scopes.
    And if they are merged, don't leave them in there, because that makes
    them subsequently treated as functions.

    Changed files

    • src/doxygen.cpp
    • testing/104/namespace_root.xml
    • testing/104/namespace_root_1_1_sub.xml
    • testing/104/struct_root_1_1_sub_1_1_struct.xml
    • testing/104_typedef_merging.cpp
  4. Change #207577

    Category doxygen
    Changed by Dimitri van Heesch <doxygenohnoyoudont@gmail.com>
    Changed at Sun 15 Sep 2024 10:56:56
    Repository https://github.com/doxygen/doxygen.git
    Project doxygen
    Branch master
    Revision 0ccffcb754b9501eb7bef1f3911d0d863f64d294

    Comments

    Merge branch 'typedef-merge-with-scope' of https://github.com/mosra/doxygen into mosra-typedef-merge-with-scope

    Changed files

    • no files
  5. Change #207578

    Category doxygen
    Changed by Dimitri van Heesch <doxygenohnoyoudont@gmail.com>
    Changed at Sun 15 Sep 2024 11:06:52
    Repository https://github.com/doxygen/doxygen.git
    Project doxygen
    Branch master
    Revision 759ab779ae22cc4cc9396653d2cf413e08534b5c

    Comments

    Merge branch 'mosra-typedef-merge-with-scope'

    Changed files

    • no files
  6. Change #207579

    Category doxygen
    Changed by Dimitri van Heesch <doxygenohnoyoudont@gmail.com>
    Changed at Sun 15 Sep 2024 11:09:23
    Repository https://github.com/doxygen/doxygen.git
    Project doxygen
    Branch master
    Revision ba7ba3f7cdfacfdb240717845d1a26aae1c1a2ca

    Comments

    Merge pull request #11139 from albert-github/feature/issue_11134
    issue #11134 gswin64c.exe not recognized if path added to EXTERNAL_TOOL_PATH

    Changed files

    • no files