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

Builder ffmpegsos-solaris10-i386 Build #13560

Results:

Failed shell_2 shell_3 shell_4 shell_5

SourceStamp:

Projectffmpeg
Repositoryhttps://git.ffmpeg.org/ffmpeg.git
Branchmaster
Revision6ba0b59d8b014a311f94657557769040d8305327
Got Revision6ba0b59d8b014a311f94657557769040d8305327
Changes6 changes

BuildSlave:

unstable10x

Reason:

The SingleBranchScheduler scheduler named 'schedule-ffmpegsos-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_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/slave/ffmpegsos-solaris10-i386 slave
buildername ffmpegsos-solaris10-i386 Builder
buildnumber 13560 Build
codebase Build
got_revision 6ba0b59d8b014a311f94657557769040d8305327 Git
project ffmpeg Build
repository https://git.ffmpeg.org/ffmpeg.git Build
revision 6ba0b59d8b014a311f94657557769040d8305327 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. James Almer

Timing:

StartSun Mar 15 23:55:03 2026
EndSun Mar 15 23:55:18 2026
Elapsed15 secs

All Changes:

:

  1. Change #261119

    Category ffmpeg
    Changed by James Almer <jamrialohnoyoudont@gmail.com>
    Changed at Sun 15 Mar 2026 23:20:06
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 6bc257e292e2216f10842a67846e1b9e9b34666e

    Comments

    avformat/nal: remove trailing zeroes from NALUs
    Based on the behaviour from cbs_h2645, which removes actual
    trailing_zero_8bits bytes and possibly also work arounds issues in
    ff_h2645_extract_rbsp(). In this case, the same issue could be
    present in ff_nal_find_startcode().
    
    Signed-off-by: James Almer <jamrial@gmail.com>

    Changed files

    • libavformat/nal.c
    • tests/ref/fate/enhanced-flv-hevc-hdr10
    • tests/ref/fate/enhanced-flv-vvc
    • tests/ref/fate/matroska-h264-remux
    • tests/ref/lavf-fate/h264.mp4
    • tests/ref/lavf-fate/vvc.mkv
    • tests/ref/lavf-fate/vvc.mp4
  2. Change #261120

    Category ffmpeg
    Changed by James Almer <jamrialohnoyoudont@gmail.com>
    Changed at Sun 15 Mar 2026 23:20:06
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision d1431d3f50fcef18a6a46ab72ef7f0d97b7d34bf

    Comments

    avcodec/bsf/extract_extradata: write correct length start codes for h26x
    The specification for H.26{4,5,6} states that start codes may be three or four
    bytes long long except for the first NALU in an AU, and for NALUs of parameter
    set types, which must be four bytes long.
    This is checked by ff_cbs_h2645_unit_requires_zero_byte(), which is made
    available outside of CBS for this change.
    
    Signed-off-by: James Almer <jamrial@gmail.com>

    Changed files

    • libavcodec/bsf/extract_extradata.c
    • libavcodec/cbs_h2645.c
    • libavcodec/cbs_h2645.h
    • libavcodec/h2645_parse.c
    • libavcodec/h2645_parse.h
    • tests/ref/fate/copy-trac2211-avi
    • tests/ref/fate/h264_mp4toannexb_ticket2991
    • tests/ref/fate/h264_mp4toannexb_ticket5927
    • tests/ref/fate/h264_mp4toannexb_ticket5927_2
    • tests/ref/fate/hxvs-demux
    • tests/ref/fate/segment-mp4-to-ts
    • tests/ref/fate/ts-small-demux
  3. Change #261121

    Category ffmpeg
    Changed by James Almer <jamrialohnoyoudont@gmail.com>
    Changed at Sun 15 Mar 2026 23:20:06
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 1434d99b193c81fdaa60c7ee78eff81ae93af40d

    Comments

    avcodec/bsf/extract_extradata: write correct length start codes for LCEVC
    The specification for LCEVC states that start codes may be three or four bytes
    long except for the first NALU in an AU, which must be four bytes long.
    
    Signed-off-by: James Almer <jamrial@gmail.com>

    Changed files

    • libavcodec/bsf/extract_extradata.c
  4. Change #261122

    Category ffmpeg
    Changed by James Almer <jamrialohnoyoudont@gmail.com>
    Changed at Sun 15 Mar 2026 23:27:01
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 5ebd50415fe2f62b49126ad2bd46a726c8a85438

    Comments

    avcodec/bsf/extract_extradata: reallocate buffers with the final used size
    The buffers are allocated using the worst case scenario of the entire NALU
    being written, when this is in many times not the case.
    
    Signed-off-by: James Almer <jamrial@gmail.com>

    Changed files

    • libavcodec/bsf/extract_extradata.c
  5. Change #261123

    Category ffmpeg
    Changed by James Almer <jamrialohnoyoudont@gmail.com>
    Changed at Sun 15 Mar 2026 23:27:07
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 2556db6173fecd0319249e6c8fdeb9c27589377d

    Comments

    avcodec/bsf/extract_extradata: don't use a NULL pointer to initialize an empty PutByteContext
    Fixes UB in the form or adding a 0 offset to a NULL pointer, and substracting a
    NULL pointer from another.
    
    Signed-off-by: James Almer <jamrial@gmail.com>

    Changed files

    • libavcodec/bsf/extract_extradata.c
  6. Change #261124

    Category ffmpeg
    Changed by James Almer <jamrialohnoyoudont@gmail.com>
    Changed at Sun 15 Mar 2026 23:27:07
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 6ba0b59d8b014a311f94657557769040d8305327

    Comments

    avcodec/bytestream2: don't allow using NULL pointers
    This is UB.
    
    Signed-off-by: James Almer <jamrial@gmail.com>

    Changed files

    • libavcodec/bytestream.h