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

Builder doxygen-solaris10-i386 Build #3331

Results:

Failed shell shell_1 shell_2

SourceStamp:

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

BuildSlave:

unstable10x

Reason:

The SingleBranchScheduler scheduler named 'schedule-doxygen-solaris10-i386' 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 ( 19 secs )
    1. stdio
    2. CMakeOutput.log
    3. CMakeError.log
  4. shell_1 'gmake' failed ( 7 secs )
    1. stdio
  5. shell_2 'gmake tests' failed ( 6 secs )
    1. stdio

Build Properties:

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

StartMon Feb 10 21:30:10 2025
EndMon Feb 10 21:30:48 2025
Elapsed38 secs

All Changes:

:

  1. Change #221181

    Category doxygen
    Changed by albert-github <albert.testsohnoyoudont@gmail.com>
    Changed at Sat 01 Feb 2025 16:44:54
    Repository https://github.com/doxygen/doxygen.git
    Project doxygen
    Branch master
    Revision 26c9dce563a9474372052b7ffaea6dadd3a0a65b

    Comments

    issue #11310 "^^" in aliases not proper evaluated
    There are 2 problems (introduced by #11172):
    - handling of `@ilinebr` in commentcnv, so farther handling after alias substitution works when a `@ilinebr` is found
    - handling of `@ilinebr` in the markdown parser, in the *scanner.l this was already done by `stripIndentation` added this for markdown as well.

    Changed files

    • src/commentcnv.l
    • src/markdown.cpp
  2. Change #221182

    Category doxygen
    Changed by Dimitri van Heesch <doxygenohnoyoudont@gmail.com>
    Changed at Mon 10 Feb 2025 21:25:41
    Repository https://github.com/doxygen/doxygen.git
    Project doxygen
    Branch master
    Revision 1fc975ed4d554e386b373aa98b8a55ba3ed24080

    Comments

    Merge pull request #11385 from albert-github/feature/issue_11310
    issue #11310 "^^" in aliases not proper evaluated

    Changed files

    • no files