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

Builder doxygen-solaris10-sparc Build #2990

Results:

Failed shell shell_1 shell_2

SourceStamp:

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

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

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

Timing:

StartSun Mar 31 16:52:58 2024
EndSun Mar 31 16:53:29 2024
Elapsed31 secs

All Changes:

:

  1. Change #194157

    Category doxygen
    Changed by albert-github <albert.testsohnoyoudont@gmail.com>
    Changed at Sun 17 Mar 2024 18:13:11
    Repository https://github.com/doxygen/doxygen.git
    Project doxygen
    Branch master
    Revision 14ed636424fd4f0b4aba099c50a2a5f1e7df4c41

    Comments

    Unique labels for `\include{doc}`
    With the `raise` option with the `\internal{doc}` command it was possible to raise the level of the used sections to the sub-sections specified.
    Problem would still be that the same `label_id` would have been used which would give warnings like:
    ```
     warning: multiple use of section label 'cmd_1' while adding section
    ```
    by creating also the `label` option this can be prevented, the specified value will be, recursively, appended to the given `label_id`.
    This would not only happen for section ids but also for anchor ids.
    
    - option handling in commentcnv
      - more flexibility in the order in which the options can be used (only a fixed order was possible so far).
      - add handling of the new option `label`
    - comentscan
      handling of the `label` with the `\iraise` command
    - updating documentation
      - for the new option
      - making `\includedoc` also have the possibility to use the `raise` and `label` options.
    - updating the internal documentation of `\iraise` to accommodate the `label_id`.
    
    (everything also applies the `\snippet` type of commands)

    Changed files

    • doc/commands.dox
    • doc_internal/commands_internal.md
    • src/commentcnv.l
    • src/commentscan.l
  2. Change #194158

    Category doxygen
    Changed by albert-github <albert.testsohnoyoudont@gmail.com>
    Changed at Tue 19 Mar 2024 10:00:29
    Repository https://github.com/doxygen/doxygen.git
    Project doxygen
    Branch master
    Revision c4788ad9294cf88d7be95f673cafbf2905d1087e

    Comments

    Merge branch 'master' into feature/bug_includedoc_label
    # Conflicts:
    #	src/commentcnv.l

    Changed files

    • no files
  3. Change #194159

    Category doxygen
    Changed by Dimitri van Heesch <doxygenohnoyoudont@gmail.com>
    Changed at Thu 28 Mar 2024 20:35:18
    Repository https://github.com/doxygen/doxygen.git
    Project doxygen
    Branch master
    Revision c9af3c9e8945a24d9588fde1f3acd8e2b46526f1

    Comments

    Merge branch 'feature/bug_includedoc_label' of https://github.com/albert-github/doxygen into albert-github-feature/bug_includedoc_label

    Changed files

    • no files
  4. Change #194160

    Category doxygen
    Changed by Dimitri van Heesch <doxygenohnoyoudont@gmail.com>
    Changed at Sun 31 Mar 2024 14:20:31
    Repository https://github.com/doxygen/doxygen.git
    Project doxygen
    Branch master
    Revision 068ee887963bc0578d40186f65628995653e463f

    Comments

    Renamed includedoc option from `label` to `prefix`
    - prefix option now also prefixes the existing label with the given prefix
    - applied some code restructuring as well.

    Changed files

    • doc/commands.dox
    • src/commentcnv.l
    • src/commentscan.l
  5. Change #194161

    Category doxygen
    Changed by Dimitri van Heesch <doxygenohnoyoudont@gmail.com>
    Changed at Sun 31 Mar 2024 16:45:44
    Repository https://github.com/doxygen/doxygen.git
    Project doxygen
    Branch master
    Revision fc71d1841af498baf2cdaa5c6152104ae7d6e445

    Comments

    Added internal \iprefix to add the prefer to \ref and \link as well

    Changed files

    • doc_internal/commands_internal.md
    • src/cmdmapper.cpp
    • src/cmdmapper.h
    • src/commentcnv.l
    • src/commentscan.l
    • src/docnode.cpp
    • src/docparser.cpp
    • src/docparser_p.h
    • src/doctokenizer.h
    • src/doctokenizer.l
    • src/util.cpp
    • src/util.h
  6. Change #194162

    Category doxygen
    Changed by Dimitri van Heesch <doxygenohnoyoudont@gmail.com>
    Changed at Sun 31 Mar 2024 16:46:50
    Repository https://github.com/doxygen/doxygen.git
    Project doxygen
    Branch master
    Revision d204875cb747605ca7086930e57db45d5920a808

    Comments

    Merge branch 'albert-github-feature/bug_includedoc_label'

    Changed files

    • no files