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

Builder doxygen-solaris10-i386 Build #2998

Results:

Failed shell shell_1 shell_2

SourceStamp:

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

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

  1. git update ( 1 secs )
    1. stdio
  2. MakeDirectory Created ( 0 secs )
    1. - no logs -
  3. shell 'cmake -G ...' failed ( 2 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 2998 Build
codebase Build
got_revision c8d625bc2ce6ff501a361e88fe93e32488cdddce Git
project doxygen Build
repository https://github.com/doxygen/doxygen.git Build
revision c8d625bc2ce6ff501a361e88fe93e32488cdddce 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:

StartWed Mar 27 21:12:45 2024
EndWed Mar 27 21:12:50 2024
Elapsed4 secs

All Changes:

:

  1. Change #193881

    Category doxygen
    Changed by albert-github <albert.testsohnoyoudont@gmail.com>
    Changed at Wed 27 Mar 2024 18:29:39
    Repository https://github.com/doxygen/doxygen.git
    Project doxygen
    Branch master
    Revision ea150b15d034744321c5270f34d964d36939a799

    Comments

    Automatic update of the addon `py` files based on `xsd` file
    When a new feature is implemented it is possible that this has consequences for the `compound.xsd` or `index.xsd` files and thus also for the derived `py` files in the doxmlparser addon.
    The later is easy to oversee as the update of the `xsd` files is often noticed during the tests and with the `make tests` the update of the `py` files was not performed.
    - adding the dependency to the `tests`
    - removing the possibility to optional adding the update of the doxmlparser (the update was a reminiscence of the time that the doxmlparser was still a cpp file).

    Changed files

    • .github/workflows/build_cmake.yml
    • CMakeLists.txt
    • addon/CMakeLists.txt
    • addon/doxmlparser/CMakeLists.txt
    • testing/CMakeLists.txt
  2. Change #193882

    Category doxygen
    Changed by Dimitri van Heesch <doxygenohnoyoudont@gmail.com>
    Changed at Wed 27 Mar 2024 21:06:11
    Repository https://github.com/doxygen/doxygen.git
    Project doxygen
    Branch master
    Revision c8d625bc2ce6ff501a361e88fe93e32488cdddce

    Comments

    Merge pull request #10767 from albert-github/feature/bug_update_xsd_py
    Automatic update of the addon `py` files based on `xsd` file

    Changed files

    • no files