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

Builder ffmpeg-solaris10-sparc Build #12184

Results:

Failed shell_2 shell_3 shell_4 shell_5

SourceStamp:

Projectffmpeg
Repositoryhttps://git.ffmpeg.org/ffmpeg.git
Branchmaster
Revision38073187bd5b3df5b75957c2c75d6145e49e7532
Got Revision38073187bd5b3df5b75957c2c75d6145e49e7532
Changes2 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 ( 17 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 ( 2 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 12184 Build
codebase Build
got_revision 38073187bd5b3df5b75957c2c75d6145e49e7532 Git
project ffmpeg Build
repository https://git.ffmpeg.org/ffmpeg.git Build
revision 38073187bd5b3df5b75957c2c75d6145e49e7532 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. Peter Ross

Timing:

StartTue Jun 17 09:01:58 2025
EndTue Jun 17 09:02:34 2025
Elapsed35 secs

All Changes:

:

  1. Change #236866

    Category ffmpeg
    Changed by Peter Ross <prossohnoyoudont@xvid.org>
    Changed at Tue 17 Jun 2025 08:39:36
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 2663d97336a80893963db0b5fec0f7ad1ea11c66

    Comments

    configure: add celp_math component
    libavcodec/tests/celp_math depends on libavcodec/celp_math.o
    
    This fixes fate when configuring with --disable-everything

    Changed files

    • configure
    • libavcodec/Makefile
    • libavcodec/mips/Makefile
    • tests/fate/libavcodec.mak
  2. Change #236867

    Category ffmpeg
    Changed by Peter Ross <prossohnoyoudont@xvid.org>
    Changed at Tue 17 Jun 2025 08:41:14
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 38073187bd5b3df5b75957c2c75d6145e49e7532

    Comments

    avcodec/tests/dct: add CONFIG_PRORES_DECODER guard
    Only enable the proresdsp check when the prores decoder is enabled.
    
    This fixes fate when configuring with --disable-everything

    Changed files

    • libavcodec/tests/dct.c