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

Builder ffmpegsos-solaris10-sparc Build #12056

Results:

Failed shell_2 shell_3 shell_4 shell_5

SourceStamp:

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

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 48 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 ( 8 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 ( 1 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 12056 Build
codebase Build
got_revision bf79148cbb8719314e5ea53c9597f8cd35f9c0b5 Git
project ffmpeg Build
repository https://git.ffmpeg.org/ffmpeg.git Build
revision bf79148cbb8719314e5ea53c9597f8cd35f9c0b5 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. averne

Timing:

StartSat Aug 2 08:23:06 2025
EndSat Aug 2 08:24:06 2025
Elapsed1 mins, 0 secs

All Changes:

:

  1. Change #241683

    Category ffmpeg
    Changed by averne <averne381ohnoyoudont@gmail.com>
    Changed at Sat 02 Aug 2025 08:11:39
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision a49108fd2923f9444af04727457d14300e96666f

    Comments

    avcodec/proresdec: Remove grayscale hack
    This was introduced in commit 9c43703, to support a codec "extension"
    in the prores_aw encoder.
    This removes the chroma fill loop, and instead performs the inverse
    transform on null coefficients, which achieves the same result and
    fixes an off-by-one in the chroma values produced.
    
    Updated test to reflect this change.

    Changed files

    • libavcodec/proresdec.c
    • tests/ref/fate/prores-gray
  2. Change #241684

    Category ffmpeg
    Changed by averne <averne381ohnoyoudont@gmail.com>
    Changed at Sat 02 Aug 2025 08:11:39
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision bf79148cbb8719314e5ea53c9597f8cd35f9c0b5

    Comments

    avcodec/proresenc_anatoliy: Remove support for grayscale flag
    This results in the encoder producing empty scans for chroma planes,
    which is illegal according to the ProRes SMPTE document.

    Changed files

    • libavcodec/proresenc_anatoliy.c