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

Builder ffmpegsos-solaris10-sparc Build #12526

Results:

Failed shell_2 shell_3 shell_4 shell_5

SourceStamp:

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

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 9 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 ( 2 secs )
    1. stdio
  7. shell_5 '../../../ffmpeg/fate.sh ../../../ffmpeg/fate_config_sos.sh' failed ( 5 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 12526 Build
codebase Build
got_revision 3ed8c1eb8a04193b44d32350aacd88a94a38b6a7 Git
project ffmpeg Build
repository https://git.ffmpeg.org/ffmpeg.git Build
revision 3ed8c1eb8a04193b44d32350aacd88a94a38b6a7 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. Lynne
  2. Marton Balint
  3. Oliver Chang
  4. caifan3

Timing:

StartSun Dec 7 20:48:20 2025
EndSun Dec 7 20:48:46 2025
Elapsed26 secs

All Changes:

:

  1. Change #251236

    Category ffmpeg
    Changed by caifan3 <caifan3ohnoyoudont@xiaomi.com>
    Changed at Sun 07 Dec 2025 20:36:03
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 40d7f7774a788ed9615e1558c789c6d9a8d8cead

    Comments

    avformat/unix: add pkt_size option
    Add a "pkt_size" AVOption to the Unix domain socket protocol. This option
    allows the user to specify the maximum packet size for packet-oriented
    sockets (SOCK_DGRAM and SOCK_SEQPACKET).
    
    Signed-off-by: caifan3 <caifan3@xiaomi.com>

    Changed files

    • doc/protocols.texi
    • libavformat/unix.c
  2. Change #251237

    Category ffmpeg
    Changed by Marton Balint <cusohnoyoudont@passwd.hu>
    Changed at Sun 07 Dec 2025 20:36:49
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision e8b10a9b09fff6fa09178634bededf14a6ea598c

    Comments

    avfilter/af_amerge: fix possible crash with custom layouts
    The check if a native layout can be created from the sources was incomplete and
    casued a crash with custom layouts if the layout contained a native channel
    multiple times, as in this example command line:
    
    ffmpeg -lavfi "sine[a0];sine,pan=FL+FL[a1];[a0][a1]amerge[aout]" -map "[aout]" -t 1 -f framecrc -
    
    Signed-off-by: Marton Balint <cus@passwd.hu>

    Changed files

    • libavfilter/af_amerge.c
  3. Change #251238

    Category ffmpeg
    Changed by Marton Balint <cusohnoyoudont@passwd.hu>
    Changed at Sun 07 Dec 2025 20:36:49
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 4e0a8b745a4039942e9bd2bb28bc090bc1bc4af9

    Comments

    avfilter/af_amerge: rework routing calculation
    No change in functionality.
    
    Signed-off-by: Marton Balint <cus@passwd.hu>

    Changed files

    • libavfilter/af_amerge.c
  4. Change #251239

    Category ffmpeg
    Changed by Marton Balint <cusohnoyoudont@passwd.hu>
    Changed at Sun 07 Dec 2025 20:36:49
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 3d667b147aab3bd4b1264a48ac293d994fc10c7c

    Comments

    avfilter/af_amerge: add layout_mode option to control output channel layout
    Signed-off-by: Marton Balint <cus@passwd.hu>

    Changed files

    • doc/filters.texi
    • libavfilter/af_amerge.c
  5. Change #251240

    Category ffmpeg
    Changed by Marton Balint <cusohnoyoudont@passwd.hu>
    Changed at Sun 07 Dec 2025 20:36:49
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 315446da2f0e55bd0f6d49a58e8fe76cf8b72a5c

    Comments

    avfilter/af_amerge: fix indentation
    Signed-off-by: Marton Balint <cus@passwd.hu>

    Changed files

    • libavfilter/af_amerge.c
  6. Change #251241

    Category ffmpeg
    Changed by Marton Balint <cusohnoyoudont@passwd.hu>
    Changed at Sun 07 Dec 2025 20:36:49
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 07e3d760bf6cd308a522a32cc1bf70ba3975ce82

    Comments

    fate/filter-audio: add amerge layout_mode test
    Signed-off-by: Marton Balint <cus@passwd.hu>

    Changed files

    • tests/fate/filter-audio.mak
    • tests/ref/fate/filter-amerge-mode
  7. Change #251242

    Category ffmpeg
    Changed by Oliver Chang <ochangohnoyoudont@google.com>
    Changed at Sun 07 Dec 2025 20:41:02
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 9849a274dfdd3d59f8babb50fcebe2dcbdfeb2d4

    Comments

    avcodec/dpx: Fix heap-buffer-overflow in 16-bit decoding
    Fixes a heap-buffer-overflow in `libavcodec/dpx.c` triggered by a stale
    `unpadded_10bit` flag in the `DPXDecContext`. This flag, set for 10-bit
    unpadded frames, persisted across `decode_frame` calls. If a subsequent
    frame was 16-bit, the stale flag caused incorrect buffer size
    validation, allowing truncated buffers to pass checks designed for
    smaller 10-bit packed data. This led to an out-of-bounds read in
    `av_image_copy_plane` during 16-bit decoding.
    
    The fix explicitly resets `dpx->unpadded_10bit = 0` at the start of
    `decode_frame` to ensure correct validation for each frame.
    
    Fixes: https://issues.oss-fuzz.com/issues/464471792
    Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
    Fixes: out of array read
    Fixes: 464471792/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_DPX_DEC_fuzzer-5275522210004992

    Changed files

    • libavcodec/dpx.c
  8. Change #251244

    Category ffmpeg
    Changed by Lynne <devohnoyoudont@lynne.ee>
    Changed at Sun 07 Dec 2025 20:41:58
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 3ed8c1eb8a04193b44d32350aacd88a94a38b6a7

    Comments

    forgejo/labeler: automatically flag Vulkan-related commits #20118

    Changed files

    • .forgejo/labeler/labeler.js
    • .forgejo/labeler/labeler.yml