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

Builder ffmpeg-solaris10-sparc Build #12486

Results:

Failed shell_2 shell_3 shell_4 shell_5

SourceStamp:

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

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 15 secs )
    1. stdio
  2. shell 'gsed -i ...' ( 2 secs )
    1. stdio
  3. shell_1 'gsed -i ...' ( 1 secs )
    1. stdio
  4. shell_2 'gsed -i ...' failed ( 1 secs )
    1. stdio
  5. shell_3 './configure --samples="../../../ffmpeg/fate-suite" ...' failed ( 24 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 12486 Build
codebase Build
got_revision 5ed1d7279298cfc218a9b989cad4d1b97a066e8d Git
project ffmpeg Build
repository https://git.ffmpeg.org/ffmpeg.git Build
revision 5ed1d7279298cfc218a9b989cad4d1b97a066e8d 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 22 00:54:56 2025
EndFri Aug 22 00:55:43 2025
Elapsed47 secs

All Changes:

:

  1. Change #243488

    Category ffmpeg
    Changed by James Almer <jamrialohnoyoudont@gmail.com>
    Changed at Fri 22 Aug 2025 00:48:16
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 5a9e5d8031b98dd269033918499e9db79c0a26c1

    Comments

    avcodec/exif: use ff_frame_new_side_data() to export display matrix
    Otherwise, the user requested priority of packet side data will be ignored.
    For this, move the relevant functions to decode.c, as they need access to an
    AVCodecContext.
    
    Signed-off-by: James Almer <jamrial@gmail.com>

    Changed files

    • libavcodec/decode.c
    • libavcodec/decode.h
    • libavcodec/exif.c
    • libavcodec/exif_internal.h
    • libavcodec/libjxldec.c
    • libavcodec/mjpegdec.c
    • libavcodec/pngdec.c
    • libavcodec/tiff.c
    • libavcodec/webp.c
  2. Change #243489

    Category ffmpeg
    Changed by James Almer <jamrialohnoyoudont@gmail.com>
    Changed at Fri 22 Aug 2025 00:48:16
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 5ed1d7279298cfc218a9b989cad4d1b97a066e8d

    Comments

    avcodec/decode: remove Exif Orientation tag after adding it as display matrix
    Don't replace it with a conflicting value.
    
    Signed-off-by: James Almer <jamrial@gmail.com>

    Changed files

    • libavcodec/decode.c