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

Builder ffmpegsos-solaris10-i386 Build #12493

Results:

Failed shell_2 shell_3 shell_4 shell_5

SourceStamp:

Projectffmpeg
Repositoryhttps://git.ffmpeg.org/ffmpeg.git
Branchmaster
Revisionfadadb56e665521cb6e11f8dd13a2a0a83927f5c
Got Revisionfadadb56e665521cb6e11f8dd13a2a0a83927f5c
Changes8 changes

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

  1. git update ( 7 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 ( 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 12493 Build
codebase Build
got_revision fadadb56e665521cb6e11f8dd13a2a0a83927f5c Git
project ffmpeg Build
repository https://git.ffmpeg.org/ffmpeg.git Build
revision fadadb56e665521cb6e11f8dd13a2a0a83927f5c 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. Andreas Rheinhardt

Timing:

StartFri Jul 11 16:22:28 2025
EndFri Jul 11 16:22:46 2025
Elapsed17 secs

All Changes:

:

  1. Change #239025

    Category ffmpeg
    Changed by Andreas Rheinhardt <andreas.rheinhardtohnoyoudont@outlook.com>
    Changed at Fri 11 Jul 2025 15:13:21
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision d19b88f570e06c14021cc738eca233b1e7e6f62d

    Comments

    avcodec/bytestream: Add const where appropriate
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    Changed files

    • libavcodec/bytestream.h
  2. Change #239026

    Category ffmpeg
    Changed by Andreas Rheinhardt <andreas.rheinhardtohnoyoudont@outlook.com>
    Changed at Fri 11 Jul 2025 15:13:21
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision d20a4ef93c4b8fcf351fae431c5cbfbb2b702179

    Comments

    avcodec/vvc/dec: Don't use GetBit-API when byte-aligned
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    Changed files

    • libavcodec/vvc/dec.c
  3. Change #239027

    Category ffmpeg
    Changed by Andreas Rheinhardt <andreas.rheinhardtohnoyoudont@outlook.com>
    Changed at Fri 11 Jul 2025 15:13:21
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 367cf961ea1c0454479f0a1c8446d69904fc3e36

    Comments

    avcodec/get_bits: Add get_bits_bytesize()
    And use it to avoid accesses to GetBitContext.buffer_end.
    
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    Changed files

    • libavcodec/bitstream.h
    • libavcodec/bitstream_template.h
    • libavcodec/get_bits.h
    • libavcodec/h263dec.c
    • libavcodec/h264_ps.c
    • libavcodec/hevc/hevcdec.c
    • libavcodec/hevc/ps.c
    • libavcodec/mpeg12dec.c
  4. Change #239028

    Category ffmpeg
    Changed by Andreas Rheinhardt <andreas.rheinhardtohnoyoudont@outlook.com>
    Changed at Fri 11 Jul 2025 15:13:21
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision ba2c9acedb13e32c5622cb5d49657b34940088bc

    Comments

    avcodec/get_bits: Remove GetBitContext.buffer_end
    It is unused. Furthermore, this automatically fixes the issue
    that init_get_bits() failure would lead to NULL + 0 (when
    setting buffer_end) which is UB before C23. This happened
    in the fic-avi and fic-avi-skip_cursor FATE-tests.
    
    This saved 7296B of .text here.
    
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    Changed files

    • libavcodec/get_bits.h
  5. Change #239029

    Category ffmpeg
    Changed by Andreas Rheinhardt <andreas.rheinhardtohnoyoudont@outlook.com>
    Changed at Fri 11 Jul 2025 15:14:14
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision faf0d813094d292d6b8d78afd2519f87ae318ace

    Comments

    avcodec/opus/dec: Remove unused parameters
    The parameters here are not only unused, but buf_size's value
    is actually wrong when flushing (it comes from the subpacket
    of the last packet sent and is therefore outdated).
    
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    Changed files

    • libavcodec/opus/dec.c
  6. Change #239030

    Category ffmpeg
    Changed by Andreas Rheinhardt <andreas.rheinhardtohnoyoudont@outlook.com>
    Changed at Fri 11 Jul 2025 15:14:21
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 66f29ae9b6ae3d3d4e394b10bb4808c3e191844b

    Comments

    avcodec/opus/dec: Don't call function multiple times in FFMAX
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    Changed files

    • libavcodec/opus/dec.c
  7. Change #239031

    Category ffmpeg
    Changed by Andreas Rheinhardt <andreas.rheinhardtohnoyoudont@outlook.com>
    Changed at Fri 11 Jul 2025 15:14:27
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 9139edfdd346ea964ffac3310950c4b2c2f7906c

    Comments

    avcodec/opus/dec: Simplify resetting AVAudioFifo
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    Changed files

    • libavcodec/opus/dec.c
  8. Change #239032

    Category ffmpeg
    Changed by Andreas Rheinhardt <andreas.rheinhardtohnoyoudont@outlook.com>
    Changed at Fri 11 Jul 2025 15:14:36
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision fadadb56e665521cb6e11f8dd13a2a0a83927f5c

    Comments

    avcodec/mpegvideo_dec: Avoid implicit NULL + offset
    Happens since 4fc874ef0813d39983f9b634cec42798aa94b57a
    when this code is called via error resilience.
    Also do the same for wmv2dec.c.
    Fixes the vsynth_{1,2,3,_lena}-mpeg4-error and wmv2-drm-dec FATE-tests.
    
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    Changed files

    • libavcodec/mpegvideo_dec.c
    • libavcodec/wmv2dec.c