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

Builder ffmpegsos-solaris10-sparc Build #13408

Results:

Failed shell_2 shell_3 shell_4 shell_5

SourceStamp:

Projectffmpeg
Repositoryhttps://git.ffmpeg.org/ffmpeg.git
Branchmaster
Revisionef3ff9a73dde05368785a6482bc8592e0c581714
Got Revisionef3ff9a73dde05368785a6482bc8592e0c581714
Changes11 changes

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 13 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 ( 21 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 13408 Build
codebase Build
got_revision ef3ff9a73dde05368785a6482bc8592e0c581714 Git
project ffmpeg Build
repository https://git.ffmpeg.org/ffmpeg.git Build
revision ef3ff9a73dde05368785a6482bc8592e0c581714 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. David Korczynski
  2. James Almer

Timing:

StartSat May 16 19:05:19 2026
EndSat May 16 19:05:56 2026
Elapsed36 secs

All Changes:

:

  1. Change #267417

    Category ffmpeg
    Changed by David Korczynski <Davidohnoyoudont@Adalogics.com>
    Changed at Sat 16 May 2026 18:53:51
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 08d7646abf956372908ad288cd08c4d894a85d6e

    Comments

    avformat/assenc: Add the missing parentheses
    Fixes: ada-1-poc.mkv
    
    Found-by: Claude and Ada Logics. This issue was found by Anthropic from using agents to study security of open source projects, and I am from Ada Logics helping validate the found issues and report to maintainers.
    Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>

    Changed files

    • libavformat/assenc.c
  2. Change #267418

    Category ffmpeg
    Changed by James Almer <jamrialohnoyoudont@gmail.com>
    Changed at Sat 16 May 2026 18:55:22
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision bf2695e87660ce7cfd0efc339bf8ae218c22c4dc

    Comments

    avcodec/pcm-dvdenc: don't allow the user to set frame_size
    This is for an upcoming change where the field will become user settable.
    Unless a proper check for frame_size is introduced, it's better to just not
    allow arbitrary values to be used.
    
    Signed-off-by: James Almer <jamrial@gmail.com>

    Changed files

    • libavcodec/pcm-dvdenc.c
  3. Change #267419

    Category ffmpeg
    Changed by James Almer <jamrialohnoyoudont@gmail.com>
    Changed at Sat 16 May 2026 18:55:22
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision b1120b1ed80e255cc41d174335f0dd2536827c74

    Comments

    avcodec: add a flag to force encoders to use fixed size frames
    Signed-off-by: James Almer <jamrial@gmail.com>

    Changed files

    • doc/APIchanges
    • doc/codecs.texi
    • libavcodec/avcodec.c
    • libavcodec/avcodec.h
    • libavcodec/encode.c
    • libavcodec/options_table.h
    • libavcodec/pcm.c
    • libavcodec/s302menc.c
    • libavcodec/version.h
  4. Change #267420

    Category ffmpeg
    Changed by James Almer <jamrialohnoyoudont@gmail.com>
    Changed at Sat 16 May 2026 18:55:22
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 7c5df8d34d48395fe1aea8b9e1a1e0ad824b53e4

    Comments

    avformat/matroskaenc: use frame_size to write audio DefaultDuration
    Signed-off-by: James Almer <jamrial@gmail.com>

    Changed files

    • libavformat/matroskaenc.c
    • tests/ref/fate/aac-autobsf-adtstoasc
    • tests/ref/fate/matroska-dovi-write-config8
    • tests/ref/fate/matroska-flac-extradata-update
  5. Change #267421

    Category ffmpeg
    Changed by James Almer <jamrialohnoyoudont@gmail.com>
    Changed at Sat 16 May 2026 18:55:22
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 355d05a78442c42112186e389efddf811be02262

    Comments

    avcodec/encode: report that the padded samples must be discarded
    For encoders where we pad the last frame, actually tag the silent samples as
    discardable.
    
    Signed-off-by: James Almer <jamrial@gmail.com>

    Changed files

    • libavcodec/encode.c
  6. Change #267422

    Category ffmpeg
    Changed by James Almer <jamrialohnoyoudont@gmail.com>
    Changed at Sat 16 May 2026 18:55:22
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 53d46a51fab73d2aa980c675f4ccb613cde4e7c4

    Comments

    avcodec/encode: propagate skip samples side data if present
    Only for non-delay codecs.
    
    Signed-off-by: James Almer <jamrial@gmail.com>

    Changed files

    • libavcodec/encode.c
    • tests/ref/fate/dca-xll_51_16_192_768_0
    • tests/ref/fate/dca-xll_51_16_192_768_0-dmix_2
    • tests/ref/fate/dca-xll_51_16_192_768_0-dmix_6
    • tests/ref/fate/dca-xll_51_16_192_768_1
    • tests/ref/fate/dca-xll_51_16_192_768_1-dmix_2
    • tests/ref/fate/dca-xll_51_16_192_768_1-dmix_6
    • tests/ref/fate/dca-xll_51_24_48_768
    • tests/ref/fate/dca-xll_51_24_48_768-dmix_2
    • tests/ref/fate/dca-xll_51_24_48_768-dmix_6
    • tests/ref/fate/dca-xll_51_24_48_none
    • tests/ref/fate/dca-xll_51_24_48_none-dmix_2
    • tests/ref/fate/dca-xll_51_24_48_none-dmix_6
    • tests/ref/fate/dca-xll_71_24_48_768_0
    • tests/ref/fate/dca-xll_71_24_48_768_0-dmix_2
    • tests/ref/fate/dca-xll_71_24_48_768_0-dmix_6
    • tests/ref/fate/dca-xll_71_24_48_768_1
    • tests/ref/fate/dca-xll_71_24_48_768_1-dmix_2
    • tests/ref/fate/dca-xll_71_24_48_768_1-dmix_6
    • tests/ref/fate/dca-xll_71_24_96_768
    • tests/ref/fate/dca-xll_71_24_96_768-dmix_2
    • tests/ref/fate/dca-xll_71_24_96_768-dmix_6
    • tests/ref/fate/dca-xll_x96_51_24_96_1509
    • tests/ref/fate/dca-xll_x96_51_24_96_1509-dmix_2
    • tests/ref/fate/dca-xll_x96_51_24_96_1509-dmix_6
    • tests/ref/fate/dca-xll_xch_61_24_48_768
    • tests/ref/fate/dca-xll_xch_61_24_48_768-dmix_2
    • tests/ref/fate/dca-xll_xch_61_24_48_768-dmix_6
    • tests/ref/fate/ffmpeg-filter_complex_audio
    • tests/ref/fate/matroska-encoding-delay
    • tests/ref/lavf/mkv
    • tests/ref/lavf/mkv_attachment
  7. Change #267423

    Category ffmpeg
    Changed by James Almer <jamrialohnoyoudont@gmail.com>
    Changed at Sat 16 May 2026 18:55:22
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 856734551406acf92474f23964ce5b43264adcbc

    Comments

    tests/fate/lavf-audio: set frame_size on fate-lavf-ogg
    Both worksaround a issue the following commit reveals (encoding with 4096
    frame_size fails on aarch64 for unknown reasons), and tests setting
    frame_size now that it's allowed (and ensuring the CLI doesn't overwrite it).
    
    Signed-off-by: James Almer <jamrial@gmail.com>

    Changed files

    • tests/fate/lavf-audio.mak
  8. Change #267424

    Category ffmpeg
    Changed by James Almer <jamrialohnoyoudont@gmail.com>
    Changed at Sat 16 May 2026 18:55:22
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 8e162daf9a171e8fe54d42e8023c73490e9220f9

    Comments

    fftools:/ffmpeg_enc: honor the user request for fixed size frames
    And set it also for non-variable frame size encoders.
    
    FATE changes are the result of passing a frame_size to flac and wavenc
    encoders, instead of letting them choose one.
    
    Signed-off-by: James Almer <jamrial@gmail.com>

    Changed files

    • fftools/ffmpeg_enc.c
    • fftools/ffmpeg_mux_init.c
    • tests/ref/acodec/flac
    • tests/ref/acodec/flac-exact-rice
    • tests/ref/acodec/wavpack
    • tests/ref/fate/cover-art-flac-remux
    • tests/ref/fate/iamf-5_1_4
    • tests/ref/fate/iamf-7_1_4
    • tests/ref/fate/iamf-9_1_6
    • tests/ref/fate/iamf-ambisonic_1
    • tests/ref/fate/iamf-ambisonic_1-projection
    • tests/ref/fate/iamf-stereo
    • tests/ref/fate/matroska-flac-extradata-update
    • tests/ref/fate/mov-mp4-iamf-5_1_4
    • tests/ref/fate/mov-mp4-iamf-7_1_4-video-first
    • tests/ref/fate/mov-mp4-iamf-7_1_4-video-first-2
    • tests/ref/fate/mov-mp4-iamf-7_1_4-video-first-3
    • tests/ref/fate/mov-mp4-iamf-7_1_4-video-last
    • tests/ref/fate/mov-mp4-iamf-ambisonic_1
    • tests/ref/fate/mov-mp4-iamf-stereo
    • tests/ref/lavf/wv
    • tests/ref/seek/acodec-flac
  9. Change #267425

    Category ffmpeg
    Changed by James Almer <jamrialohnoyoudont@gmail.com>
    Changed at Sat 16 May 2026 18:55:22
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision c0bdc3b62a508ed50b93a074a123abe9179cecfa

    Comments

    avformat/avformat: add an AVOutputFormat capability flag to signal fixed frame size is needed.
    And set it on the IAMF muxer.
    
    Signed-off-by: James Almer <jamrial@gmail.com>

    Changed files

    • doc/APIchanges
    • libavformat/avformat.h
    • libavformat/iamfenc.c
    • libavformat/version.h
  10. Change #267426

    Category ffmpeg
    Changed by James Almer <jamrialohnoyoudont@gmail.com>
    Changed at Sat 16 May 2026 18:55:23
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 412aa488683db12bf1cad5ce6a6af5ddf8c5eeca

    Comments

    fftools/ffmpeg_mux_init: propagate the muxer request for fixed frame size
    Signed-off-by: James Almer <jamrial@gmail.com>

    Changed files

    • fftools/ffmpeg_mux_init.c
    • tests/ref/fate/iamf-5_1_4
    • tests/ref/fate/iamf-7_1_4
    • tests/ref/fate/iamf-9_1_6
    • tests/ref/fate/iamf-ambisonic_1
    • tests/ref/fate/iamf-ambisonic_1-projection
    • tests/ref/fate/iamf-stereo
    • tests/ref/fate/mov-mp4-iamf-5_1_4
    • tests/ref/fate/mov-mp4-iamf-7_1_4-video-first
    • tests/ref/fate/mov-mp4-iamf-7_1_4-video-first-2
    • tests/ref/fate/mov-mp4-iamf-7_1_4-video-first-3
    • tests/ref/fate/mov-mp4-iamf-7_1_4-video-last
    • tests/ref/fate/mov-mp4-iamf-ambisonic_1
    • tests/ref/fate/mov-mp4-iamf-stereo
  11. Change #267427

    Category ffmpeg
    Changed by James Almer <jamrialohnoyoudont@gmail.com>
    Changed at Sat 16 May 2026 18:55:23
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision ef3ff9a73dde05368785a6482bc8592e0c581714

    Comments

    avformat/iamf_writer: reject unset frame size
    The specification states that nb_samples in codec config must not be zero.
    
    Signed-off-by: James Almer <jamrial@gmail.com>

    Changed files

    • libavformat/iamf_writer.c