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

Builder ffmpegsos-solaris10-sparc Build #12853

Results:

Failed shell_2 shell_3 shell_4 shell_5

SourceStamp:

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

BuildSlave:

unstable10s

Reason:

The SingleBranchScheduler scheduler named 'schedule-ffmpegsos-solaris10-sparc' 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 ( 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_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 12853 Build
codebase Build
got_revision a7522f3fefa719be687f4627631ac6e5e481ef4c Git
project ffmpeg Build
repository https://git.ffmpeg.org/ffmpeg.git Build
revision a7522f3fefa719be687f4627631ac6e5e481ef4c 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. James Almer

Timing:

StartFri Feb 13 15:54:33 2026
EndFri Feb 13 15:54:53 2026
Elapsed19 secs

All Changes:

:

  1. Change #257744

    Category ffmpeg
    Changed by James Almer <jamrialohnoyoudont@gmail.com>
    Changed at Fri 13 Feb 2026 15:50:32
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 23dce39d5a58d6a9c320b0649292a9e0869fad82

    Comments

    avcodec/libvorbisenc: export initial padding during init()
    Priming samples don't depend on the contents of the first frame passed to the
    encoder but rather on encoder configuration, so use dummy vorbis_dsp_state and
    vorbis_block with the main encoder vorbis_info to generate a packet we can then
    parse to derive the initial padding.
    
    Muxers will now be aware of the initial padding before receiving packets, which
    will allow them to write proper container headers during init without any extra
    considerations like having to do a second pass or rewrite during write_trailer.
    
    Signed-off-by: James Almer <jamrial@gmail.com>

    Changed files

    • libavcodec/libvorbisenc.c
  2. Change #257745

    Category ffmpeg
    Changed by James Almer <jamrialohnoyoudont@gmail.com>
    Changed at Fri 13 Feb 2026 15:50:32
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision a7522f3fefa719be687f4627631ac6e5e481ef4c

    Comments

    avcodec/libvorbisenc: export padding samples if needed
    Based on code from libopus encoder wrapper.
    
    Signed-off-by: James Almer <jamrial@gmail.com>

    Changed files

    • libavcodec/libvorbisenc.c