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

Builder ffmpegsos-solaris10-sparc Build #11737

Results:

Failed shell_2 shell_3 shell_4 shell_5

SourceStamp:

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

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 42 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 ( 7 secs )
    1. stdio
    2. config.log
  6. shell_4 'gmake fate-rsync' failed ( 0 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 11737 Build
codebase Build
got_revision ec3f3457fdfdf49b64e57c1e6c8cefd0603bc309 Git
project ffmpeg Build
repository https://git.ffmpeg.org/ffmpeg.git Build
revision ec3f3457fdfdf49b64e57c1e6c8cefd0603bc309 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:

StartSat Apr 19 11:03:41 2025
EndSat Apr 19 11:04:32 2025
Elapsed51 secs

All Changes:

:

  1. Change #227660

    Category ffmpeg
    Changed by Lynne <devohnoyoudont@lynne.ee>
    Changed at Sat 19 Apr 2025 10:59:11
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision ca6392e0a7072f8bd4871dcc2af2219581aff8de

    Comments

    vulkan: always enable ReadWithoutFormat/WriteWithoutFormat
    This implements support for reading and writing storage images with
    no format.
    The issue is that we define our images as arrays, and arrays can
    only have a single type, which means that f.ex. NV12 needs two
    different images, R8 and RG8.
    
    The only driver known not to advertise support for the extension
    as a whole is Intel, because they have parial support for odd formats
    we never use. Therefore, just always enable it by default.

    Changed files

    • libavutil/vulkan.c
  2. Change #227661

    Category ffmpeg
    Changed by Lynne <devohnoyoudont@lynne.ee>
    Changed at Sat 19 Apr 2025 10:59:16
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision ec3f3457fdfdf49b64e57c1e6c8cefd0603bc309

    Comments

    vulkan_decode: add STORAGE flag to output images
    In filtering, and SDR encoding, we use storage images.
    This fixes using Vulkan filters on Intel.
    Tested not to break anything on the three major vendors.

    Changed files

    • libavcodec/vulkan_decode.c