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

Builder ffmpegsos-solaris10-sparc Build #13547

Results:

Failed shell_2 shell_3 shell_4 shell_5

SourceStamp:

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

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 22 secs )
    1. stdio
  2. shell 'gsed -i ...' ( 1 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 ( 10 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 ( 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/ffmpegsos-solaris10-sparc slave
buildername ffmpegsos-solaris10-sparc Builder
buildnumber 13547 Build
codebase Build
got_revision 56124f1e680ddeaf0fc32752c6798a4e25b51b71 Git
project ffmpeg Build
repository https://git.ffmpeg.org/ffmpeg.git Build
revision 56124f1e680ddeaf0fc32752c6798a4e25b51b71 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. Andreas Rheinhardt

Timing:

StartFri Jun 5 05:14:49 2026
EndFri Jun 5 05:15:26 2026
Elapsed37 secs

All Changes:

:

  1. Change #269545

    Category ffmpeg
    Changed by Andreas Rheinhardt <andreas.rheinhardtohnoyoudont@outlook.com>
    Changed at Fri 05 Jun 2026 05:02:04
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 447a07fc12b5f3c6cc9fba4c0ffd438e5915c8d9

    Comments

    avcodec/decode: Move exif declarations to exif_internal.h
    It is (arguably) a slightly better place for them and avoids
    a forward declaration of enum AVExifHeaderMode which is not possible
    in ISO C before C23 (and requires specifying the underlying type
    with C23).
    
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    Changed files

    • libavcodec/decode.c
    • libavcodec/decode.h
    • libavcodec/exif_internal.h
    • libavcodec/mjpegdec.c
  2. Change #269546

    Category ffmpeg
    Changed by Andreas Rheinhardt <andreas.rheinhardtohnoyoudont@outlook.com>
    Changed at Fri 05 Jun 2026 05:02:04
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 56124f1e680ddeaf0fc32752c6798a4e25b51b71

    Comments

    avcodec/exif: Remove version_major.h inclusion
    Forgotten in d151d3aecbe2a478c44be7faca56caae1848ca87.
    
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    Changed files

    • libavcodec/exif.h