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

Builder ffmpegsos-solaris10-sparc Build #12583

Results:

Failed shell_2 shell_3 shell_4 shell_5

SourceStamp:

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

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 10 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 ( 0 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 12583 Build
codebase Build
got_revision 4bb9b46486b3f02a5d826ca93d5192bcbfb84ba5 Git
project ffmpeg Build
repository https://git.ffmpeg.org/ffmpeg.git Build
revision 4bb9b46486b3f02a5d826ca93d5192bcbfb84ba5 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
  2. Timo Rothenpieler

Timing:

StartWed Dec 17 03:11:15 2025
EndWed Dec 17 03:11:35 2025
Elapsed20 secs

All Changes:

:

  1. Change #252451

    Category ffmpeg
    Changed by James Almer <jamrialohnoyoudont@gmail.com>
    Changed at Wed 17 Dec 2025 02:45:17
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision c9c95f6f322dedf1a1b734023201e9e060cf8d42

    Comments

    avformat/demux: ensure avformat_find_stream_info updates internal stream contexts
    read_frame_internal() may result in a stream being modified without also
    returning a packet from it. Given said function only bothered to update the
    internal stream context for the returned packet, the result would be a desync
    between the stream's AVCodecParameters and the internal AVCodecContext.
    
    This change makes sure all streams are updated within the
    avformat_find_stream_info() loop.
    
    Fixes #YWH-PGM40646-20
    
    Signed-off-by: James Almer <jamrial@gmail.com>

    Changed files

    • libavformat/demux.c
  2. Change #252452

    Category ffmpeg
    Changed by Timo Rothenpieler <timoohnoyoudont@rothenpieler.org>
    Changed at Wed 17 Dec 2025 02:45:17
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 4bb9b46486b3f02a5d826ca93d5192bcbfb84ba5

    Comments

    avcodec/demux: validate avctx state in has_decode_delay_been_guessed

    Changed files

    • libavformat/demux.c