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

Builder ffmpeg-solaris10-sparc Build #12492

Results:

Failed shell_2 shell_3 shell_4 shell_5

SourceStamp:

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

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 16 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 ( 6 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 ( 1 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 12492 Build
codebase Build
got_revision 368b5e0ffc2dd5ec0c5b796be883a7802a74d848 Git
project ffmpeg Build
repository https://git.ffmpeg.org/ffmpeg.git Build
revision 368b5e0ffc2dd5ec0c5b796be883a7802a74d848 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:

StartSun Aug 24 14:47:33 2025
EndSun Aug 24 14:47:59 2025
Elapsed25 secs

All Changes:

:

  1. Change #243821

    Category ffmpeg
    Changed by James Almer <jamrialohnoyoudont@gmail.com>
    Changed at Sun 24 Aug 2025 14:34:15
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 368b5e0ffc2dd5ec0c5b796be883a7802a74d848

    Comments

    avcodec/exif: make the get and remove helpers take a flags argument as input
    This makes the functions extensible, as future behavior change flags can be
    introduced.
    
    This is strictly speaking not an API break. Only if a user was setting
    recursive to anything other than 1 it would now behave differently, but given
    these functions have been in the tree for only a few days, the chances for that
    are practically zero.
    
    Signed-off-by: James Almer <jamrial@gmail.com>

    Changed files

    • doc/APIchanges
    • libavcodec/exif.c
    • libavcodec/exif.h
    • libavcodec/version.h