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

Builder ffmpegsos-solaris10-i386 Build #14314

Results:

Failed

SourceStamp:

Projectffmpeg
Repositoryhttps://git.ffmpeg.org/ffmpeg.git
Branchmaster
Revisiona50d8c7c5857a94699b8ad4339d08f2477d6a7be
Changes3 changes

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

  1. git updating ( 8 secs )
    1. stdio
  2. shell  
    1. - no logs -
  3. shell_1  
    1. - no logs -
  4. shell_2  
    1. - no logs -
  5. shell_3  
    1. - no logs -
  6. shell_4  
    1. - no logs -
  7. shell_5  
    1. - no logs -

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot/slave/ffmpegsos-solaris10-i386 slave
buildername ffmpegsos-solaris10-i386 Builder
buildnumber 14314 Build
codebase Build
project ffmpeg Build
repository https://git.ffmpeg.org/ffmpeg.git Build
revision a50d8c7c5857a94699b8ad4339d08f2477d6a7be Build
scheduler schedule-ffmpegsos-solaris10-i386 Scheduler
slavename unstable10x BuildSlave
workdir /export/home/buildbot/slave/ffmpegsos-solaris10-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Ayoub Nabil Boubagrat
  2. Lynne

Timing:

StartSun Sep 20 13:44:34 2026
EndSun Sep 20 13:44:43 2026
Elapsed9 secs

All Changes:

:

  1. Change #282306

    Category ffmpeg
    Changed by Ayoub Nabil Boubagrat <237098474+ayoubnabilohnoyoudont@users.noreply.github.com>
    Changed at Sun 20 Sep 2026 15:11:52
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 646a44dfc7cbf197b452f193cd43953c89fc9d2d

    Comments

    MAINTAINERS: add myself for the AC-3 and E-AC-3 decoders
    Signed-off-by: Ayoub Nabil Boubagrat <237098474+ayoubnabil@users.noreply.github.com>

    Changed files

    • MAINTAINERS
  2. Change #282308

    Category ffmpeg
    Changed by Ayoub Nabil Boubagrat <237098474+ayoubnabilohnoyoudont@users.noreply.github.com>
    Changed at Sun 20 Sep 2026 15:11:52
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 4b8bbbfff88d65eb340a93e3dd6437a960f7e034

    Comments

    .forgejo/CODEOWNERS: add myself for the AC-3 and E-AC-3 decoders
    Signed-off-by: Ayoub Nabil Boubagrat <237098474+ayoubnabil@users.noreply.github.com>

    Changed files

    • .forgejo/CODEOWNERS
  3. Change #282309

    Category ffmpeg
    Changed by Lynne <devohnoyoudont@lynne.ee>
    Changed at Sun 20 Sep 2026 15:12:22
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision a50d8c7c5857a94699b8ad4339d08f2477d6a7be

    Comments

    vulkan: drop the inherited access from a frame's first barrier
    The exec already waits on the frame's semaphore, which makes earlier
    writes available and visible. Inheriting the old flags put shader
    accesses on transfer-only queues, flagged as
    VUID-VkImageMemoryBarrier2-srcAccessMask-03909 and -07454 on every
    hwdownload after a compute filter.

    Changed files

    • libavutil/vulkan.c