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

Builder doxygen-solaris10-sparc Build #3437

Results:

Failed shell shell_1 shell_2

SourceStamp:

Projectdoxygen
Repositoryhttps://github.com/doxygen/doxygen.git
Branchmaster
Revisionc9012e7b6ae9facfabb6caa28b3b9ad6003ed96e
Got Revisionc9012e7b6ae9facfabb6caa28b3b9ad6003ed96e
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 ( 10 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 3437 Build
codebase Build
got_revision c9012e7b6ae9facfabb6caa28b3b9ad6003ed96e Git
project doxygen Build
repository https://github.com/doxygen/doxygen.git Build
revision c9012e7b6ae9facfabb6caa28b3b9ad6003ed96e 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. Denis Pronin
  2. Dimitri van Heesch

Timing:

StartMon Apr 21 21:24:10 2025
EndMon Apr 21 21:24:28 2025
Elapsed17 secs

All Changes:

:

  1. Change #227779

    Category doxygen
    Changed by Denis Pronin <dannftkohnoyoudont@yandex.ru>
    Changed at Mon 07 Apr 2025 12:49:24
    Repository https://github.com/doxygen/doxygen.git
    Project doxygen
    Branch master
    Revision 8a8de15c1ce84a83f2fe7448d45398b9ee58685f

    Comments

    use correct definitions in debug mode with libc++ and libstdc++
    - llvm suggests we should use _LIBCPP_HARDENING_MODE rather than
    _LIBCPP_ENABLE_ASSERTIONS and they are about to remove
    _LIBCPP_ENABLE_ASSERTIONS from llvm's sources at all, so we need to
    prepare
    - libstdc++ uses _GLIBCXX_ASSERTIONS, libc++ by llvm uses
    _LIBCPP_HARDENING_MODE, so let's use them separately
    
    Signed-off-by: Denis Pronin <dannftk@yandex.ru>

    Changed files

    • CMakeLists.txt
  2. Change #227780

    Category doxygen
    Changed by Dimitri van Heesch <doxygenohnoyoudont@gmail.com>
    Changed at Mon 21 Apr 2025 21:19:36
    Repository https://github.com/doxygen/doxygen.git
    Project doxygen
    Branch master
    Revision c9012e7b6ae9facfabb6caa28b3b9ad6003ed96e

    Comments

    Merge pull request #11536 from dpronin/dpronin/libcpp/fix
    use correct definitions in debug mode with libc++ and libstdc++

    Changed files

    • no files