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

Builder ffmpegsos-solaris10-sparc Build #12548

Results:

Failed shell_2 shell_3 shell_4 shell_5

SourceStamp:

Projectffmpeg
Repositoryhttps://git.ffmpeg.org/ffmpeg.git
Branchmaster
Revision37858dc6bdc67e7071bfa8deb42fdfbfd8c5756f
Got Revision37858dc6bdc67e7071bfa8deb42fdfbfd8c5756f
Changes3 changes

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 33 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 ( 1 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 12548 Build
codebase Build
got_revision 37858dc6bdc67e7071bfa8deb42fdfbfd8c5756f Git
project ffmpeg Build
repository https://git.ffmpeg.org/ffmpeg.git Build
revision 37858dc6bdc67e7071bfa8deb42fdfbfd8c5756f 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. Leo Izen

Timing:

StartThu Dec 11 12:00:30 2025
EndThu Dec 11 12:01:13 2025
Elapsed42 secs

All Changes:

:

  1. Change #251860

    Category ffmpeg
    Changed by Leo Izen <leo.izenohnoyoudont@gmail.com>
    Changed at Thu 11 Dec 2025 11:38:33
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 6ec4b3a9cb6142470969229e5392ded6e22f8d8d

    Comments

    avcodec/libjxlenc: give display matrix sidedata priority
    Before this commit, we ignore the display matrix side data if any EXIF
    side data is present, even if that side data contains no orientation
    tag. This allows us to calculate the orientation from the display
    matrix sidedata first, if present. Ideally the decoder will have
    removed the orientation tag upon decoding and attached the data as
    display matrix side data instead, so this makes our orientation code
    respect this behavior.
    
    Signed-off-by: Leo Izen <leo.izen@gmail.com>

    Changed files

    • libavcodec/libjxlenc.c
  2. Change #251861

    Category ffmpeg
    Changed by Leo Izen <leo.izenohnoyoudont@gmail.com>
    Changed at Thu 11 Dec 2025 11:38:35
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision e349118b4cb03efb4bccba8a7ca2dc7a6b8e612a

    Comments

    avcodec/libjxlenc: avoid calling functions inside if statements
    It leads to messier, less readable code, and can also lead to bugs.
    I prefer this code style.
    
    Signed-off-by: Leo Izen <leo.izen@gmail.com>

    Changed files

    • libavcodec/libjxlenc.c
  3. Change #251862

    Category ffmpeg
    Changed by Leo Izen <leo.izenohnoyoudont@gmail.com>
    Changed at Thu 11 Dec 2025 11:38:36
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 37858dc6bdc67e7071bfa8deb42fdfbfd8c5756f

    Comments

    avcodec/libjxlenc: add EXIF box to output
    We already parse the EXIF side data to extract the orientation, so we
    should add it to the output file as an EXIF box.
    
    Signed-off-by: Leo Izen <leo.izen@gmail.com>

    Changed files

    • libavcodec/libjxlenc.c