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

Builder doxygen-solaris10-sparc Build #3002

Results:

Failed shell shell_1 shell_2

SourceStamp:

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

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

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

StartMon Apr 8 19:32:48 2024
EndMon Apr 8 19:33:21 2024
Elapsed32 secs

All Changes:

:

  1. Change #194797

    Category doxygen
    Changed by albert-github <albert.testsohnoyoudont@gmail.com>
    Changed at Mon 08 Apr 2024 12:07:50
    Repository https://github.com/doxygen/doxygen.git
    Project doxygen
    Branch master
    Revision 2353b118bf6334c0aa5a6b7bd31aa53d9bbf7c94

    Comments

    Warning in pre.l
    In `pre.l` we see warnings like:
    ```
    pre.l(2850): warning C4267: 'initializing': conversion from 'size_t' to 'uint32_t', possible loss of data
    pre.l(2852): warning C4242: 'argument': conversion from 'int' to 'char', possible loss of data
    ```
    preventing this by means of casts and the fact that EOF should not be unput

    Changed files

    • src/pre.l
  2. Change #194798

    Category doxygen
    Changed by Dimitri van Heesch <doxygenohnoyoudont@gmail.com>
    Changed at Mon 08 Apr 2024 19:28:37
    Repository https://github.com/doxygen/doxygen.git
    Project doxygen
    Branch master
    Revision c023f42468268f57186fbc07f4ba7e02d9e273f2

    Comments

    Merge pull request #10787 from albert-github/feature/bug_warn_pre
    Warning in pre.l

    Changed files

    • no files