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

Builder ffmpeg64-solaris10-i386 Build #12130

Results:

Failed shell_2 shell_3 shell_4 shell_5

SourceStamp:

Projectffmpeg
Repositoryhttps://git.ffmpeg.org/ffmpeg.git
Branchmaster
Revision3bb2b8aff4f051f4f90b0161715afb2ef2f787e1
Got Revision3bb2b8aff4f051f4f90b0161715afb2ef2f787e1
Changes4 changes

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

  1. git update ( 9 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 ( 0 secs )
    1. stdio
  7. shell_5 '../../../ffmpeg/fate.sh ../../../ffmpeg/fate_config_64.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/slave/ffmpeg64-solaris10-i386 slave
buildername ffmpeg64-solaris10-i386 Builder
buildnumber 12130 Build
codebase Build
got_revision 3bb2b8aff4f051f4f90b0161715afb2ef2f787e1 Git
project ffmpeg Build
repository https://git.ffmpeg.org/ffmpeg.git Build
revision 3bb2b8aff4f051f4f90b0161715afb2ef2f787e1 Build
scheduler schedule-ffmpeg64-solaris10-i386 Scheduler
slavename unstable10x BuildSlave
workdir /export/home/buildbot/slave/ffmpeg64-solaris10-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Lynne

Timing:

StartTue Apr 22 13:53:57 2025
EndTue Apr 22 13:54:14 2025
Elapsed16 secs

All Changes:

:

  1. Change #227818

    Category ffmpeg
    Changed by Lynne <devohnoyoudont@lynne.ee>
    Changed at Tue 22 Apr 2025 13:43:17
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 5098b1a34545e8c16787c0a8d2823b1fb0194221

    Comments

    vulkan: move feature<->usage mapping code outside of hwcontext_vulkan.c
    Allows for it to be reused. In particular, for a future patch to make
    vulkan hwaccels output DMABUF-backed VkImages.

    Changed files

    • libavutil/hwcontext_vulkan.c
    • libavutil/vulkan.c
    • libavutil/vulkan.h
  2. Change #227819

    Category ffmpeg
    Changed by Lynne <devohnoyoudont@lynne.ee>
    Changed at Tue 22 Apr 2025 13:43:19
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision cee34e0a550eddccdd4984926d519f5cd46a9d55

    Comments

    vulkan: check that the max number of push descriptors is not exceeded
    Just correctness. We don't exceed this on any known hardware, but
    its better to check.
    If we do, we simply fall back to regular descriptors.

    Changed files

    • libavutil/vulkan.c
    • libavutil/vulkan.h
  3. Change #227820

    Category ffmpeg
    Changed by Lynne <devohnoyoudont@lynne.ee>
    Changed at Tue 22 Apr 2025 13:43:19
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 96ddce1b3c11a998ab249569b51a027cd5d74c45

    Comments

    vulkan: move OPT_CHAIN out of hwcontext_vulkan
    This allows for it to be shared.
    Technically, implementations should not give drivers structs
    that the drivers are not familiar with.

    Changed files

    • libavutil/hwcontext_vulkan.c
    • libavutil/vulkan.c
    • libavutil/vulkan.h
  4. Change #227821

    Category ffmpeg
    Changed by Lynne <devohnoyoudont@lynne.ee>
    Changed at Tue 22 Apr 2025 13:43:20
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 3bb2b8aff4f051f4f90b0161715afb2ef2f787e1

    Comments

    hwcontext_vulkan: enable subgroupSizeControl
    We already use this feature for setting the subgroup size,
    but this feature was not enabled.
    
    Fixes a validation warning.

    Changed files

    • libavutil/hwcontext_vulkan.c