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

Builder ffmpeg64-solaris10-i386 Build #12817

Results:

Failed shell_2 shell_3 shell_4 shell_5

SourceStamp:

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

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

  1. git update ( 5 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_64.sh' failed ( 2 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 12817 Build
codebase Build
got_revision 3d96d83a0a009a3bf566b208b14a7d264f17263b Git
project ffmpeg Build
repository https://git.ffmpeg.org/ffmpeg.git Build
revision 3d96d83a0a009a3bf566b208b14a7d264f17263b 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. Gavin Li
  2. James Almer

Timing:

StartFri Nov 28 01:57:55 2025
EndFri Nov 28 01:58:13 2025
Elapsed17 secs

All Changes:

:

  1. Change #250330

    Category ffmpeg
    Changed by James Almer <jamrialohnoyoudont@gmail.com>
    Changed at Fri 28 Nov 2025 00:01:54
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 69534d4e7e1986c99caed7863de42af9eda90f8f

    Comments

    avcodec/cavs_parser: parse sequence headers for stream parameters
    Signed-off-by: James Almer <jamrial@gmail.com>

    Changed files

    • libavcodec/cavs_parser.c
    • tests/ref/fate/cavs-demux
  2. Change #250331

    Category ffmpeg
    Changed by Gavin Li <gfl3162ohnoyoudont@gmail.com>
    Changed at Fri 28 Nov 2025 00:01:54
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 3d96d83a0a009a3bf566b208b14a7d264f17263b

    Comments

    avformat/rawdec: set framerate in codec parameters
    Commit ba4b73c9779c32580f8a3ba08602a5d94e0bcd7c caused a regression in
    the usage of avg_frame_rate to detect the frame rate of raw h264/hevc
    bitstreams: after the commit, avg_frame_rate is always the value of the
    -framerate option (which is set to 25 by default) instead of the actual
    frame rate derived from the bitstream SPS/VPS NALUs.
    
    This commit fixes the regression by setting the framerate codec
    parameter to the value of the framerate option instead. After this
    change, bitstreams without timing information will derive avg_frame_rate
    from the -framerate option, while bitstreams with timing information
    will derive avg_frame_rate from the bitstream itself.
    
    The h264-bsf-dts2pts test now returns the correct frame durations for a
    bitstream with a mix of single-field and double-field frames.
    
    Signed-off-by: Gavin Li <git@thegavinli.com>
    Signed-off-by: James Almer <jamrial@gmail.com>

    Changed files

    • libavformat/rawdec.c
    • tests/ref/fate/cavs-demux
    • tests/ref/fate/enhanced-flv-hevc-hdr10
    • tests/ref/fate/h264-bsf-dts2pts
    • tests/ref/fate/h264-conformance-cvpcmnl2_sva_c
    • tests/ref/fate/hevc-bsf-dts2pts-cra
    • tests/ref/fate/hevc-bsf-dts2pts-idr
    • tests/ref/fate/hevc-bsf-dts2pts-idr-cra
    • tests/ref/lavf-fate/hevc.mp4