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

Builder ffmpeg-solaris10-sparc Build #12523

Results:

Failed shell_2 shell_3 shell_4 shell_5

SourceStamp:

Projectffmpeg
Repositoryhttps://git.ffmpeg.org/ffmpeg.git
Branchmaster
Revision9a34ddc345ddbc4810799fad65c7fa9d65b15eb1
Got Revision9a34ddc345ddbc4810799fad65c7fa9d65b15eb1
Changes2 changes

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 18 secs )
    1. stdio
  2. shell 'gsed -i ...' ( 13 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 ( 7 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 12523 Build
codebase Build
got_revision 9a34ddc345ddbc4810799fad65c7fa9d65b15eb1 Git
project ffmpeg Build
repository https://git.ffmpeg.org/ffmpeg.git Build
revision 9a34ddc345ddbc4810799fad65c7fa9d65b15eb1 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. Cameron Gutman
  2. Zhao Zhili

Timing:

StartMon Sep 1 14:52:16 2025
EndMon Sep 1 14:52:57 2025
Elapsed40 secs

All Changes:

:

  1. Change #244189

    Category ffmpeg
    Changed by Cameron Gutman <aicommanderohnoyoudont@gmail.com>
    Changed at Mon 01 Sep 2025 14:40:36
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 126671e73065e29c9582e47bc74774af2200fc8f

    Comments

    avcodec/mfenc: add AVLowLatencyMode support
    Set CODECAPI_AVLowLatencyMode when AV_CODEC_FLAG_LOW_DELAY is enabled on
    the AVCodecContext. AVLowLatencyMode can acheive lower latency encoding
    that may not be accessible using eAVScenarioInfo options alone.
    
    Signed-off-by: Cameron Gutman <aicommander@gmail.com>

    Changed files

    • libavcodec/mfenc.c
  2. Change #244190

    Category ffmpeg
    Changed by Zhao Zhili <zhilizhaoohnoyoudont@tencent.com>
    Changed at Mon 01 Sep 2025 14:41:38
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 9a34ddc345ddbc4810799fad65c7fa9d65b15eb1

    Comments

    avformat/movenc: remove mvex from final mp4 in hybrid_fragmented mode
    In hybrid_fragmented mode, the first moov at start should contain
    mvex tag, since it's fmp4. When writing the moov at the second time,
    it's not fmp4 any more, so mvex should be skipped.

    Changed files

    • libavformat/movenc.c
    • tests/fate/mov.mak
    • tests/ref/lavf/mov_hybrid_frag