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

Builder ffmpegsos-solaris10-i386 Build #14315

Results:

Failed

SourceStamp:

Projectffmpeg
Repositoryhttps://git.ffmpeg.org/ffmpeg.git
Branchmaster
Revision4ef55a1bcf8a44d6d529209e80e8293462b67a48
Changes1 change

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

  1. git updating ( 5 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 14315 Build
codebase Build
project ffmpeg Build
repository https://git.ffmpeg.org/ffmpeg.git Build
revision 4ef55a1bcf8a44d6d529209e80e8293462b67a48 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. nyanmisaka

Timing:

StartSun Sep 20 14:14:13 2026
EndSun Sep 20 14:14:19 2026
Elapsed5 secs

All Changes:

:

  1. Change #282310

    Category ffmpeg
    Changed by nyanmisaka <nst799610810ohnoyoudont@gmail.com>
    Changed at Sun 20 Sep 2026 15:48:19
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 4ef55a1bcf8a44d6d529209e80e8293462b67a48

    Comments

    avcodec/qsvdec: fix av1_qsv decoder exporting duplicate HDR side data
    Switch to using `ff_decode_{mastering_display,content_light}_new()`,
    based on 6169bd0feaec518a6aacbb3497711052a707e3c2.
    
    Otherwise, it will fail in `av_frame_side_data_clone()` during
    subsequent video filter negotiation.
    
    ```
    ffmpeg -hwaccel qsv -hwaccel_output_format qsv \
    -c:v av1_qsv -i SAMPLE.mkv -an -sn -dn -f null -
    ...
    [vf#0:0 @ 0000024bf775e740] Task finished with error code: -17 (File exists)
    [vf#0:0 @ 0000024bf775e740] Terminating thread with return code -17 (File exists)
    ```
    
    Fixes 473e84ad62a05e83bba5e00b4073980ee171a5bd
    
    Signed-off-by: nyanmisaka <nst799610810@gmail.com>

    Changed files

    • libavcodec/qsvdec.c