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

Builder ffmpegsos-solaris10-sparc Build #11734

Results:

Failed shell_2 shell_3 shell_4 shell_5

SourceStamp:

Projectffmpeg
Repositoryhttps://git.ffmpeg.org/ffmpeg.git
Branchmaster
Revisionbb3ce284d7cc99ddef9b2ceb00ec2db8b2c51338
Got Revisionbb3ce284d7cc99ddef9b2ceb00ec2db8b2c51338
Changes2 changes

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 8 secs )
    1. stdio
  2. shell 'gsed -i ...' ( 0 secs )
    1. stdio
  3. shell_1 'gsed -i ...' ( 0 secs )
    1. stdio
  4. shell_2 'gsed -i ...' failed ( 0 secs )
    1. stdio
  5. shell_3 './configure --samples="../../../ffmpeg/fate-suite" ...' failed ( 6 secs )
    1. stdio
    2. config.log
  6. shell_4 'gmake fate-rsync' failed ( 1 secs )
    1. stdio
  7. shell_5 '../../../ffmpeg/fate.sh ../../../ffmpeg/fate_config_sos.sh' failed ( 0 secs )
    1. stdio
    2. configure.log
    3. compile.log
    4. test.log

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot-unstable10s/slave/ffmpegsos-solaris10-sparc slave
buildername ffmpegsos-solaris10-sparc Builder
buildnumber 11734 Build
codebase Build
got_revision bb3ce284d7cc99ddef9b2ceb00ec2db8b2c51338 Git
project ffmpeg Build
repository https://git.ffmpeg.org/ffmpeg.git Build
revision bb3ce284d7cc99ddef9b2ceb00ec2db8b2c51338 Build
scheduler schedule-ffmpegsos-solaris10-sparc Scheduler
slavename unstable10s BuildSlave
workdir /export/home/buildbot-unstable10s/slave/ffmpegsos-solaris10-sparc slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Lynne

Timing:

StartWed Apr 16 23:44:57 2025
EndWed Apr 16 23:45:15 2025
Elapsed17 secs

All Changes:

:

  1. Change #227542

    Category ffmpeg
    Changed by Lynne <devohnoyoudont@lynne.ee>
    Changed at Wed 16 Apr 2025 23:38:16
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 36c6c66deb56dcad0ca50778069cd7ef4ded5f08

    Comments

    vulkan/rangecoder: minor cleanup

    Changed files

    • libavcodec/vulkan/rangecoder.comp
  2. Change #227543

    Category ffmpeg
    Changed by Lynne <devohnoyoudont@lynne.ee>
    Changed at Wed 16 Apr 2025 23:38:16
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision bb3ce284d7cc99ddef9b2ceb00ec2db8b2c51338

    Comments

    vulkan: use a single command buffer per command buffer pool
    We violated the spec, which, despite the actual command buffer pool
    *not* being involved in any functions which require external synchronization
    of the pool, *require* external synchronization even if only the
    command buffers are used.
    
    This also has the effect of *significantly* speeding up execution
    in case command buffers are contended.

    Changed files

    • libavutil/hwcontext_vulkan.c
    • libavutil/vulkan.c
    • libavutil/vulkan.h