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

Builder doxygen-solaris10-i386 Build #3136

Results:

Failed shell shell_1 shell_2

SourceStamp:

Projectdoxygen
Repositoryhttps://github.com/doxygen/doxygen.git
Branchmaster
Revision0ec45f8799f007be16104ee0675126e9fa901109
Got Revision0ec45f8799f007be16104ee0675126e9fa901109
Changes4 changes

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

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

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot/slave/doxygen-solaris10-i386 slave
buildername doxygen-solaris10-i386 Builder
buildnumber 3136 Build
codebase Build
got_revision 0ec45f8799f007be16104ee0675126e9fa901109 Git
project doxygen Build
repository https://github.com/doxygen/doxygen.git Build
revision 0ec45f8799f007be16104ee0675126e9fa901109 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 Aug 26 19:18:26 2024
EndMon Aug 26 19:19:00 2024
Elapsed34 secs

All Changes:

:

  1. Change #205926

    Category doxygen
    Changed by albert-github <albert.testsohnoyoudont@gmail.com>
    Changed at Sat 24 Aug 2024 14:01:58
    Repository https://github.com/doxygen/doxygen.git
    Project doxygen
    Branch master
    Revision 8311510838205017695a128981a549299ee8dd59

    Comments

    Compilation error under Cygwin on language.cpp: "too many sections"
    In case we build under Cygwin under debug mode we get for language.cpp the message about "too many sections".
    This can be prevented by means of using the extra : `-Wa,-mbig-obj`.
    
    (Might be that this problem also occurs under MinGW but due to missing test environment it is not added there yet)

    Changed files

    • CMakeLists.txt
  2. Change #205927

    Category doxygen
    Changed by albert-github <albert.testsohnoyoudont@gmail.com>
    Changed at Mon 26 Aug 2024 13:01:52
    Repository https://github.com/doxygen/doxygen.git
    Project doxygen
    Branch master
    Revision 032a5a5c187ecc89c99775bc773446335ce6bbbc

    Comments

    Plantuml cache file name
    When having the setting:
    ```
    HTML_OUTPUT = html\v1
    ```
    and the simple plantuml command:
    ```
    @startuml
    Bob -> Alice : hello
    @enduml
    ```
    
    We get the warning:
    ```
    aa.md:6: error: Could not open file .../html\v1/inline_umlgraph_pnghtml\v1.pu for writing
    ```
    as the backslash was not considered properly

    Changed files

    • src/plantuml.cpp
  3. Change #205928

    Category doxygen
    Changed by Dimitri van Heesch <doxygenohnoyoudont@gmail.com>
    Changed at Mon 26 Aug 2024 19:13:23
    Repository https://github.com/doxygen/doxygen.git
    Project doxygen
    Branch master
    Revision 7ea187d33758eef2995ff1b1922e79d8501c1b6a

    Comments

    Merge pull request #11104 from albert-github/feature/bug_plantuml.cache
    Plantuml cache file name

    Changed files

    • no files
  4. Change #205929

    Category doxygen
    Changed by Dimitri van Heesch <doxygenohnoyoudont@gmail.com>
    Changed at Mon 26 Aug 2024 19:14:05
    Repository https://github.com/doxygen/doxygen.git
    Project doxygen
    Branch master
    Revision 0ec45f8799f007be16104ee0675126e9fa901109

    Comments

    Merge pull request #11097 from albert-github/feature/bug_debug_cygwin
    Compilation error under Cygwin on language.cpp: "too many sections"

    Changed files

    • no files