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

Builder ffmpeg64-solaris10-sparc Build #13885

Results:

Failed shell_2 shell_3 shell_4 shell_5

SourceStamp:

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

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 19 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 ( 9 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_64.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/ffmpeg64-solaris10-sparc slave
buildername ffmpeg64-solaris10-sparc Builder
buildnumber 13885 Build
codebase Build
got_revision 2797dad73559c1597d3e69ddf9f5ed33467a95c3 Git
project ffmpeg Build
repository https://git.ffmpeg.org/ffmpeg.git Build
revision 2797dad73559c1597d3e69ddf9f5ed33467a95c3 Build
scheduler schedule-ffmpeg64-solaris10-sparc Scheduler
slavename unstable10s BuildSlave
workdir /export/home/buildbot-unstable10s/slave/ffmpeg64-solaris10-sparc slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Andrew Kelley

Timing:

StartSat Jun 13 08:00:55 2026
EndSat Jun 13 08:01:28 2026
Elapsed32 secs

All Changes:

:

  1. Change #270747

    Category ffmpeg
    Changed by Andrew Kelley <andrewohnoyoudont@ziglang.org>
    Changed at Sat 13 Jun 2026 07:48:44
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 2797dad73559c1597d3e69ddf9f5ed33467a95c3

    Comments

    hevc: qualify libavcodec include paths
    Removes the special -I flag specified in the avcodec/hevc/ 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/hevc/Makefile
    • libavcodec/hevc/cabac.c
    • libavcodec/hevc/dsp_template.c
    • libavcodec/hevc/filter.c
    • libavcodec/hevc/hevcdec.c
    • libavcodec/hevc/mvs.c
    • libavcodec/hevc/parse.c
    • libavcodec/hevc/parser.c
    • libavcodec/hevc/pred.c
    • libavcodec/hevc/pred_template.c
    • libavcodec/hevc/ps.c
    • libavcodec/hevc/ps_enc.c
    • libavcodec/hevc/refs.c
    • libavcodec/hevc/sei.c