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

Builder doxygen-solaris10-i386 Build #3379

Results:

Failed shell shell_1 shell_2

SourceStamp:

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

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

  1. git update ( 4 secs )
    1. stdio
  2. MakeDirectory Created ( 0 secs )
    1. - no logs -
  3. shell 'cmake -G ...' failed ( 9 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/slave/doxygen-solaris10-i386 slave
buildername doxygen-solaris10-i386 Builder
buildnumber 3379 Build
codebase Build
got_revision 94eaa57ddfe1387dcf9c526ba9ad50910ef4d95f Git
project doxygen Build
repository https://github.com/doxygen/doxygen.git Build
revision 94eaa57ddfe1387dcf9c526ba9ad50910ef4d95f 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. Sergei Trofimovich

Timing:

StartThu Apr 24 19:53:54 2025
EndThu Apr 24 19:54:09 2025
Elapsed15 secs

All Changes:

:

  1. Change #228171

    Category doxygen
    Changed by Sergei Trofimovich <slyichohnoyoudont@gmail.com>
    Changed at Sun 30 Mar 2025 23:46:38
    Repository https://github.com/doxygen/doxygen.git
    Project doxygen
    Branch master
    Revision 869d87f6bcd5dd0a2ce4598a319f720f5d477436

    Comments

    CMakeLists.txt: use 64-bit file API on 32-bit linux
    Without the change `doxygen` fails to run when built against
    `i686-linux` target and installed on thew filesystem with 64-bit
    inodes (`btrfs` with many files in my case):
    
        $ doxygen -g && doxygen && echo ok
        Configuration file 'Doxyfile' created.
        ...
        error: Doxyfile not found and no input file specified!
    
    This happens because the inode number is outside 32-bit values:
    
        $ stat Doxyfile
        ...
        Device: 0,31    Inode: 11833552292  Links: 1
    
    After the change the doc generation succeeds as expected:
    
        $ doxygen -g && doxygen && echo ok
        ...
        ok
    
    The change enables the respective macros to enable 64-bit API.

    Changed files

    • CMakeLists.txt
  2. Change #228172

    Category doxygen
    Changed by Dimitri van Heesch <doxygenohnoyoudont@gmail.com>
    Changed at Thu 24 Apr 2025 19:43:14
    Repository https://github.com/doxygen/doxygen.git
    Project doxygen
    Branch master
    Revision 3752be7f89eaeff7dfa3cfc211ee36cccaa98650

    Comments

    Merge pull request #11518 from trofi/lfs-fix
    CMakeLists.txt: use 64-bit file API on 32-bit linux

    Changed files

    • no files
  3. Change #228174

    Category doxygen
    Changed by Dimitri van Heesch <doxygenohnoyoudont@gmail.com>
    Changed at Thu 24 Apr 2025 19:46:14
    Repository https://github.com/doxygen/doxygen.git
    Project doxygen
    Branch master
    Revision d38176551ee4ac1694a3388009a623f07aafba99

    Comments

    Reintroduce removed Resource::CSS switch case

    Changed files

    • src/resourcemgr.cpp
  4. Change #228176

    Category doxygen
    Changed by Dimitri van Heesch <doxygenohnoyoudont@gmail.com>
    Changed at Thu 24 Apr 2025 19:47:07
    Repository https://github.com/doxygen/doxygen.git
    Project doxygen
    Branch master
    Revision 94eaa57ddfe1387dcf9c526ba9ad50910ef4d95f

    Comments

    Merge branch 'master' of github.com:doxygen/doxygen

    Changed files

    • no files