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

Builder ffmpegsos-solaris10-i386 Build #13589

Results:

Failed shell_2 shell_3 shell_4 shell_5

SourceStamp:

Projectffmpeg
Repositoryhttps://git.ffmpeg.org/ffmpeg.git
Branchmaster
Revision924cc51ffece8027fd3896e66cac77f8ed22270a
Got Revision924cc51ffece8027fd3896e66cac77f8ed22270a
Changes3 changes

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

  1. git update ( 4 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 ( 1 secs )
    1. stdio
  7. shell_5 '../../../ffmpeg/fate.sh ../../../ffmpeg/fate_config_sos.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/ffmpegsos-solaris10-i386 slave
buildername ffmpegsos-solaris10-i386 Builder
buildnumber 13589 Build
codebase Build
got_revision 924cc51ffece8027fd3896e66cac77f8ed22270a Git
project ffmpeg Build
repository https://git.ffmpeg.org/ffmpeg.git Build
revision 924cc51ffece8027fd3896e66cac77f8ed22270a Build
scheduler schedule-ffmpegsos-solaris10-i386 Scheduler
slavename unstable10x BuildSlave
workdir /export/home/buildbot/slave/ffmpegsos-solaris10-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. marcos ashton

Timing:

StartSat Mar 21 02:15:00 2026
EndSat Mar 21 02:15:18 2026
Elapsed18 secs

All Changes:

:

  1. Change #261808

    Category ffmpeg
    Changed by marcos ashton <marcosashiglesiasohnoyoudont@gmail.com>
    Changed at Sat 21 Mar 2026 02:04:20
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision ed19c181c2fd0590272a5d13453b1cb3a510bd9c

    Comments

    tests/fate/libavutil: add FATE test for film_grain_params
    Add a unit test covering alloc, create_side_data, and select
    for AV1 and H.274 film grain parameter types (22 cases).
    
    Coverage for libavutil/film_grain_params.c: 0.00% -> 97.73%
    
    Signed-off-by: marcos ashton <marcosashiglesias@gmail.com>

    Changed files

    • libavutil/Makefile
    • libavutil/tests/film_grain_params.c
    • tests/fate/libavutil.mak
    • tests/ref/fate/film_grain_params
  2. Change #261809

    Category ffmpeg
    Changed by marcos ashton <marcosashiglesiasohnoyoudont@gmail.com>
    Changed at Sat 21 Mar 2026 02:04:20
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 345071f74700f67d7d3a453d8f7bad49f54b734a

    Comments

    tests/fate/libavutil: add FATE test for stereo3d
    Add a unit test covering av_stereo3d_alloc, av_stereo3d_alloc_size,
    av_stereo3d_create_side_data, av_stereo3d_type_name,
    av_stereo3d_from_name, av_stereo3d_view_name,
    av_stereo3d_view_from_name, and av_stereo3d_primary_eye_name.
    The from_name calls are driven by a static name table so each
    string appears exactly once. Round-trip inverse checks verify
    that type_name/from_name and view_name/view_from_name are
    consistent with each other.
    
    Coverage for libavutil/stereo3d.c: 0.00% -> 100.00%
    
    Signed-off-by: marcos ashton <marcosashiglesias@gmail.com>

    Changed files

    • libavutil/Makefile
    • libavutil/tests/stereo3d.c
    • tests/fate/libavutil.mak
    • tests/ref/fate/stereo3d
  3. Change #261810

    Category ffmpeg
    Changed by marcos ashton <marcosashiglesiasohnoyoudont@gmail.com>
    Changed at Sat 21 Mar 2026 02:04:20
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 924cc51ffece8027fd3896e66cac77f8ed22270a

    Comments

    tests/fate/pcm: add FATE tests for pcm_bluray encoder and decoder
    Add enc_dec_pcm roundtrip tests for the pcm_bluray codec covering
    mono, stereo, 5.1, 7.0, and 7.1 channel layouts in s16. The 5.1
    and 7.0 tests use an explicit pan filter for channel layout
    conversion so the PAN_FILTER dependency is declared only where
    needed. An additional s32 test uses a FATE sample file with real
    >16-bit content (divertimenti_2ch_96kHz_s24.wav) and decodes to
    s32le to verify the full 32-bit round-trip.
    
    enc_dec_pcm is used instead of transcode because the MPEGTS muxer
    produces different binary output on 32-bit and 64-bit platforms,
    causing the intermediate file checksum to fail on 32-bit CI.
    
    Coverage for libavcodec/pcm-bluray.c: 0.00% -> 93.75%
    Coverage for libavcodec/pcm-blurayenc.c: 0.00% -> 91.71%
    
    Signed-off-by: marcos ashton <marcosashiglesias@gmail.com>

    Changed files

    • tests/fate/pcm.mak
    • tests/ref/fate/pcm-bluray-s16-51
    • tests/ref/fate/pcm-bluray-s16-70
    • tests/ref/fate/pcm-bluray-s16-71
    • tests/ref/fate/pcm-bluray-s16-mono
    • tests/ref/fate/pcm-bluray-s16-stereo
    • tests/ref/fate/pcm-bluray-s32-stereo