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

Builder ffmpeg-solaris10-i386 Build #13914

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:

unstable10x

Reason:

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

Steps and Logfiles:

  1. git update ( 6 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 ( 11 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/slave/ffmpeg-solaris10-i386 slave
buildername ffmpeg-solaris10-i386 Builder
buildnumber 13914 Build
codebase Build
got_revision 56124f1e680ddeaf0fc32752c6798a4e25b51b71 Git
project ffmpeg Build
repository https://git.ffmpeg.org/ffmpeg.git Build
revision 56124f1e680ddeaf0fc32752c6798a4e25b51b71 Build
scheduler schedule-ffmpeg-solaris10-i386 Scheduler
slavename unstable10x BuildSlave
workdir /export/home/buildbot/slave/ffmpeg-solaris10-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Andreas Rheinhardt

Timing:

StartFri Jun 5 05:14:46 2026
EndFri Jun 5 05:15:06 2026
Elapsed20 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