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

Builder ffmpeg-solaris10-sparc Build #12332

Results:

Failed shell_2 shell_3 shell_4 shell_5

SourceStamp:

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

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 8 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 ( 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 ( 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 12332 Build
codebase Build
got_revision 9aed7383bd22b470c1b556d0d968af44df62e322 Git
project ffmpeg Build
repository https://git.ffmpeg.org/ffmpeg.git Build
revision 9aed7383bd22b470c1b556d0d968af44df62e322 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. James Almer

Timing:

StartFri Aug 1 17:02:13 2025
EndFri Aug 1 17:02:31 2025
Elapsed18 secs

All Changes:

:

  1. Change #241618

    Category ffmpeg
    Changed by James Almer <jamrialohnoyoudont@gmail.com>
    Changed at Fri 01 Aug 2025 16:53:17
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 9aed7383bd22b470c1b556d0d968af44df62e322

    Comments

    avformat/movenc: look for the Intra profile flag before assuming a stream is AVC-Intra
    Fixes issue #20018.
    
    Note that Codec Descriptors are not written for all these ai** codec tags, and no
    considerations were ever made to ensure parameter sets are present in muxed packets.
    Their usage may result in unplayable files if parameter sets are only available
    in extradata (Default behavior for x264 encoding when combined with this muxer).
    
    Signed-off-by: James Almer <jamrial@gmail.com>

    Changed files

    • libavformat/movenc.c