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

Builder ffmpeg64-solaris10-i386 Build #12286

Results:

Failed shell_2 shell_3 shell_4 shell_5

SourceStamp:

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

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

  1. git update ( 6 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_64.sh' failed ( 1 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 12286 Build
codebase Build
got_revision 93987c03ec6c14adc71e483a94dd229f7f75b7ba Git
project ffmpeg Build
repository https://git.ffmpeg.org/ffmpeg.git Build
revision 93987c03ec6c14adc71e483a94dd229f7f75b7ba 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. Niklas Haas
  2. Zhao Zhili

Timing:

StartMon Jun 16 21:01:55 2025
EndMon Jun 16 21:02:12 2025
Elapsed16 secs

All Changes:

:

  1. Change #236825

    Category ffmpeg
    Changed by Niklas Haas <gitohnoyoudont@haasn.dev>
    Changed at Mon 16 Jun 2025 20:44:52
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 04ceabe2ba4cafa9ebd663409795c0398bf89063

    Comments

    avfilter/vf_scale: set correct AVFrame SAR if reset_sar=1
    This otherwise generates an inconsistency between the frame state and the
    link state, since the link state is set to 1:1 explicitly when `reset_sar`
    is enabled, but this line of code unconditionally overwrote the output
    frame SAR with the value that would be computed in the absence of `reset_sar`.
    
    cf. vf_scale_cuda, which does this correctly

    Changed files

    • libavfilter/vf_scale.c
  2. Change #236827

    Category ffmpeg
    Changed by Zhao Zhili <zhilizhaoohnoyoudont@tencent.com>
    Changed at Mon 16 Jun 2025 20:46:10
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 93987c03ec6c14adc71e483a94dd229f7f75b7ba

    Comments

    avfilter/vf_libplacebo: Use new vulkan queue API
    Fixes deprecation warning.
    
    Signed-off-by: Zhao Zhili <zhilizhao@tencent.com>

    Changed files

    • libavfilter/vf_libplacebo.c