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

Builder ffmpegsos-solaris10-sparc Build #13594

Results:

Failed shell_2 shell_3 shell_4 shell_5

SourceStamp:

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

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 5 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 ( 0 secs )
    1. stdio
  7. shell_5 '../../../ffmpeg/fate.sh ../../../ffmpeg/fate_config_sos.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/ffmpegsos-solaris10-sparc slave
buildername ffmpegsos-solaris10-sparc Builder
buildnumber 13594 Build
codebase Build
got_revision 8a10a8a03e865fdda76973a449c59998765fb344 Git
project ffmpeg Build
repository https://git.ffmpeg.org/ffmpeg.git Build
revision 8a10a8a03e865fdda76973a449c59998765fb344 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. Andrew Kelley

Timing:

StartFri Jun 12 02:59:10 2026
EndFri Jun 12 02:59:27 2026
Elapsed17 secs

All Changes:

:

  1. Change #270565

    Category ffmpeg
    Changed by Andrew Kelley <andrewohnoyoudont@ziglang.org>
    Changed at Fri 12 Jun 2026 02:49:14
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 8a10a8a03e865fdda76973a449c59998765fb344

    Comments

    opus: qualify libavcodec include paths
    Removes the special -I flag specified in the avcodec/opus/ subdirectory.
    
    This makes code copy-pastable to other parts of the ffmpeg codebase, as
    well as simplifying the build script.
    
    It also reduces ambiguity, since there are many instances of same-named
    header files existing in both libavformat/ and libavcodec/
    subdirectories.
    
    Follows: b29bdd3715aee323783030dfa09c6e6836307720

    Changed files

    • libavcodec/opus/Makefile
    • libavcodec/opus/dec.c
    • libavcodec/opus/enc.c
    • libavcodec/opus/parse.c
    • libavcodec/opus/parser.c
    • libavcodec/opus/pvq.c
    • libavcodec/opus/silk.c