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

Builder ffmpeg-solaris10-sparc Build #12415

Results:

Failed shell_2 shell_3 shell_4 shell_5

SourceStamp:

Projectffmpeg
Repositoryhttps://git.ffmpeg.org/ffmpeg.git
Branchmaster
Revisioncfce5955725c949b363eb2765b6a5891890eca72
Got Revisioncfce5955725c949b363eb2765b6a5891890eca72
Changes5 changes

BuildSlave:

unstable10s

Reason:

The SingleBranchScheduler scheduler named 'schedule-ffmpeg-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 ( 14 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.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/ffmpeg-solaris10-sparc slave
buildername ffmpeg-solaris10-sparc Builder
buildnumber 12415 Build
codebase Build
got_revision cfce5955725c949b363eb2765b6a5891890eca72 Git
project ffmpeg Build
repository https://git.ffmpeg.org/ffmpeg.git Build
revision cfce5955725c949b363eb2765b6a5891890eca72 Build
scheduler schedule-ffmpeg-solaris10-sparc Scheduler
slavename unstable10s BuildSlave
workdir /export/home/buildbot-unstable10s/slave/ffmpeg-solaris10-sparc slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Martin Storsjö
  2. Michael Niedermayer
  3. nyanmisaka
  4. winlin

Timing:

StartSun Aug 10 04:32:50 2025
EndSun Aug 10 04:33:21 2025
Elapsed31 secs

All Changes:

:

  1. Change #242595

    Category ffmpeg
    Changed by nyanmisaka <nst799610810ohnoyoudont@gmail.com>
    Changed at Sun 10 Aug 2025 04:24:56
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 49f4ef9e79e733c0210420708f100f1a6ed93d7f

    Comments

    lavu/log: fix color for AV_CLASS_CATEGORY_HWDEVICE on non-Win32
    AV_CLASS_CATEGORY_HWDEVICE was introduced in the past but
    no corresponding colors were added for non-Win32 platforms.
    
    Fixes bf1579c ("avutil/log,hwcontext: Add AV_CLASS_CATEGORY_HWDEVICE")
    
    Signed-off-by: nyanmisaka <nst799610810@gmail.com>

    Changed files

    • libavutil/log.c
  2. Change #242596

    Category ffmpeg
    Changed by winlin <winlinvipohnoyoudont@gmail.com>
    Changed at Sun 10 Aug 2025 04:26:16
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision a72cc49e8a08dd61cbcf61cac664601c70bc9517

    Comments

    avformat/tls_openssl: fix X509 cert serial number might be negative
    See RFC5280 4.1.2.2
    
    Signed-off-by: Jack Lau <jacklau1222@qq.com>

    Changed files

    • libavformat/tls_openssl.c
  3. Change #242597

    Category ffmpeg
    Changed by Martin Storsjö <martinohnoyoudont@martin.st>
    Changed at Sun 10 Aug 2025 04:27:44
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 0400e05a1a2835bf8a6589a0d7d5eb2625d618a9

    Comments

    checkasm: ac3dsp: Fix function name typos for sum_square_butterfly

    Changed files

    • tests/checkasm/ac3dsp.c
  4. Change #242598

    Category ffmpeg
    Changed by Martin Storsjö <martinohnoyoudont@martin.st>
    Changed at Sun 10 Aug 2025 04:27:44
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 8e4c904c8e30c68ea6c7da3740139bf2f4ffa907

    Comments

    checkasm: ac3dsp: Increase the float tolerance for sum_square_butterfly_float
    Accept up to 13 ULP difference.
    
    This fixes running "checkasm --test=ac3dsp 3044836819" on ARM.
    
    Depending on how the SIMD implementations aggregate numbers,
    larger/smaller values might not end up accumulated in exactly
    the same way; the current NEON implementation for ARM aggregates
    into vectors of 2 elements. If it would aggregate into vectors
    of 4 elements instead, like the AArch64 version does, this particular
    case would end up with a smaller difference.

    Changed files

    • tests/checkasm/ac3dsp.c
  5. Change #242599

    Category ffmpeg
    Changed by Michael Niedermayer <michaelohnoyoudont@niedermayer.cc>
    Changed at Sun 10 Aug 2025 04:29:09
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision cfce5955725c949b363eb2765b6a5891890eca72

    Comments

    avcodec/apv_decode: make apv_format_table consistent with the code and check it
    Fixes: writing in a null pointer
    Fixes: 435278398/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_APV_fuzzer-4566392923029504
    
    Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg
    Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>

    Changed files

    • libavcodec/apv_decode.c