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

Builder ffmpeg-solaris10-sparc Build #12518

Results:

Failed shell_2 shell_3 shell_4 shell_5

SourceStamp:

Projectffmpeg
Repositoryhttps://git.ffmpeg.org/ffmpeg.git
Branchmaster
Revisionae448e00afb43d7f72dfa9c82a4c45994e4fea6a
Got Revisionae448e00afb43d7f72dfa9c82a4c45994e4fea6a
Changes1 change

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 6 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 ( 6 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 12518 Build
codebase Build
got_revision ae448e00afb43d7f72dfa9c82a4c45994e4fea6a Git
project ffmpeg Build
repository https://git.ffmpeg.org/ffmpeg.git Build
revision ae448e00afb43d7f72dfa9c82a4c45994e4fea6a 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. YiboFang

Timing:

StartSun Aug 31 15:52:12 2025
EndSun Aug 31 15:52:27 2025
Elapsed14 secs

All Changes:

:

  1. Change #244144

    Category ffmpeg
    Changed by YiboFang <blueybf777ohnoyoudont@outlook.com>
    Changed at Sun 31 Aug 2025 15:40:29
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision ae448e00afb43d7f72dfa9c82a4c45994e4fea6a

    Comments

    avcodec/pcm: use compile-time guards for PCM table init
    Change the PCM table init to use compile-time #if instead of a runtime
    `if (CONFIG_...)`. This makes sure code for disabled encoders never gets
    built, without depending on compiler dead-code elimination.
    
    Signed-off-by: YiboFang <fangyibo@xiaomi.com>
    Signed-off-by: Zhao Zhili <zhilizhao@tencent.com>

    Changed files

    • libavcodec/pcm.c
    • libavcodec/pcm_tablegen.h