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

Builder doxygen-solaris10-i386 Build #3342

Results:

Failed shell shell_1 shell_2

SourceStamp:

Projectdoxygen
Repositoryhttps://github.com/doxygen/doxygen.git
Branchmaster
Revision933a908aac55c873371febd90bc0b7ce169e9a51
Got Revision933a908aac55c873371febd90bc0b7ce169e9a51
Changes11 changes

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

  1. git update ( 3 secs )
    1. stdio
  2. MakeDirectory Created ( 0 secs )
    1. - no logs -
  3. shell 'cmake -G ...' failed ( 13 secs )
    1. stdio
    2. CMakeOutput.log
    3. CMakeError.log
  4. shell_1 'gmake' failed ( 6 secs )
    1. stdio
  5. shell_2 'gmake tests' failed ( 5 secs )
    1. stdio

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot/slave/doxygen-solaris10-i386 slave
buildername doxygen-solaris10-i386 Builder
buildnumber 3342 Build
codebase Build
got_revision 933a908aac55c873371febd90bc0b7ce169e9a51 Git
project doxygen Build
repository https://github.com/doxygen/doxygen.git Build
revision 933a908aac55c873371febd90bc0b7ce169e9a51 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:

StartThu Feb 27 20:20:49 2025
EndThu Feb 27 20:21:19 2025
Elapsed29 secs

All Changes:

:

  1. Change #223300

    Category doxygen
    Changed by albert-github <albert.testsohnoyoudont@gmail.com>
    Changed at Sun 23 Feb 2025 14:00:08
    Repository https://github.com/doxygen/doxygen.git
    Project doxygen
    Branch master
    Revision 7c1bd62b3837296c697d961fff8775a076c20cec

    Comments

    Don't repeat the exact same warning messages
    Some warnings are repeated a number of times even though they refer to the same problem. By storing a md5sum of the warnings (less space than the full message) this can be prevented.

    Changed files

    • src/message.cpp
  2. Change #223301

    Category doxygen
    Changed by albert-github <albert.testsohnoyoudont@gmail.com>
    Changed at Tue 25 Feb 2025 10:38:15
    Repository https://github.com/doxygen/doxygen.git
    Project doxygen
    Branch master
    Revision ff2fe2b46609606909338ecd3570afff6435aa01

    Comments

    Don't repeat the exact same warning messages
    After review, prevent thread save problems

    Changed files

    • src/message.cpp
  3. Change #223302

    Category doxygen
    Changed by albert-github <albert.testsohnoyoudont@gmail.com>
    Changed at Tue 25 Feb 2025 12:09:09
    Repository https://github.com/doxygen/doxygen.git
    Project doxygen
    Branch master
    Revision 144de649ea2e592c53adb84fc07a2609f97452bb

    Comments

    issue #11458 Confusing error message if snippet command misses blockmarkers
    Corrected by removing 2nd `[` / `]`

    Changed files

    • src/commentcnv.l
  4. Change #223303

    Category doxygen
    Changed by albert-github <albert.testsohnoyoudont@gmail.com>
    Changed at Tue 25 Feb 2025 14:04:45
    Repository https://github.com/doxygen/doxygen.git
    Project doxygen
    Branch master
    Revision ff2900cfafb7aa015265414db5fd7e066be64890

    Comments

    issue #11454 Since version 1.12.0 alias tags cause tables to break
    The handling of the `\xrefitem` should also end at the end of a table element (start  / end of a row / cell / header row / table)

    Changed files

    • src/commentscan.l
  5. Change #223304

    Category doxygen
    Changed by albert-github <albert.testsohnoyoudont@gmail.com>
    Changed at Tue 25 Feb 2025 15:03:50
    Repository https://github.com/doxygen/doxygen.git
    Project doxygen
    Branch master
    Revision c0324c9039b59d06c9f9140466799ed5ca6d6e28

    Comments

    issue #11436 External SVG images not loaded with image-command
    Made an exception for images starting with `http:://` and `https://"

    Changed files

    • src/htmldocvisitor.cpp
  6. Change #223305

    Category doxygen
    Changed by albert-github <albert.testsohnoyoudont@gmail.com>
    Changed at Wed 26 Feb 2025 12:52:35
    Repository https://github.com/doxygen/doxygen.git
    Project doxygen
    Branch master
    Revision 6164770514abe14d0e023e93b41e446e69b2f70a

    Comments

    issue #11400 python documentation fails with "::bool" and "::str" warnings
    In case no name is specified the current entry is not valid and should be "emptied"
    Also the initializer line should be removed (might be a left over from some other parts as found some other tests).
    
    Note this also tackles #11451

    Changed files

    • src/pyscanner.l
  7. Change #223306

    Category doxygen
    Changed by Dimitri van Heesch <doxygenohnoyoudont@gmail.com>
    Changed at Thu 27 Feb 2025 20:10:43
    Repository https://github.com/doxygen/doxygen.git
    Project doxygen
    Branch master
    Revision 29858527396c15a0241f19855369e8ebe9d2207d

    Comments

    Merge pull request #11449 from albert-github/feature/bug_duplicate_warnings
    Don't repeat the exact same warning messages

    Changed files

    • no files
  8. Change #223307

    Category doxygen
    Changed by Dimitri van Heesch <doxygenohnoyoudont@gmail.com>
    Changed at Thu 27 Feb 2025 20:16:23
    Repository https://github.com/doxygen/doxygen.git
    Project doxygen
    Branch master
    Revision c66bd60b6a4e2d57a87b38146a40a91b69a5b727

    Comments

    Merge pull request #11464 from albert-github/feature/issue_11400
    issue #11400 python documentation fails with "::bool" and "::str" warnings

    Changed files

    • no files
  9. Change #223308

    Category doxygen
    Changed by Dimitri van Heesch <doxygenohnoyoudont@gmail.com>
    Changed at Thu 27 Feb 2025 20:17:14
    Repository https://github.com/doxygen/doxygen.git
    Project doxygen
    Branch master
    Revision 2f9aece4b0a41b9492fe514392caf9221d6af0f6

    Comments

    Merge pull request #11460 from albert-github/feature/issue_11454
    issue #11454 Since version 1.12.0 alias tags cause tables to break

    Changed files

    • no files
  10. Change #223309

    Category doxygen
    Changed by Dimitri van Heesch <doxygenohnoyoudont@gmail.com>
    Changed at Thu 27 Feb 2025 20:18:04
    Repository https://github.com/doxygen/doxygen.git
    Project doxygen
    Branch master
    Revision 62d99c156467a34cf8614f7977621d785ad96b6e

    Comments

    Merge pull request #11459 from albert-github/feature/issue_11458
    issue #11458 Confusing error message if snippet command misses blockmarkers

    Changed files

    • no files
  11. Change #223310

    Category doxygen
    Changed by Dimitri van Heesch <doxygenohnoyoudont@gmail.com>
    Changed at Thu 27 Feb 2025 20:18:40
    Repository https://github.com/doxygen/doxygen.git
    Project doxygen
    Branch master
    Revision 933a908aac55c873371febd90bc0b7ce169e9a51

    Comments

    Merge pull request #11462 from albert-github/feature/issue_11436
    issue #11436 External SVG images not loaded with image-command

    Changed files

    • no files