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

Builder ffmpeg-solaris10-sparc Build #12567

Results:

Failed shell_2 shell_3 shell_4 shell_5

SourceStamp:

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

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 17 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 ( 7 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 12567 Build
codebase Build
got_revision dc39a576ad8c489bf229c4acdf5c347b1dd264b2 Git
project ffmpeg Build
repository https://git.ffmpeg.org/ffmpeg.git Build
revision dc39a576ad8c489bf229c4acdf5c347b1dd264b2 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. Leo Izen

Timing:

StartSun Oct 19 15:47:31 2025
EndSun Oct 19 15:48:00 2025
Elapsed28 secs

All Changes:

:

  1. Change #246131

    Category ffmpeg
    Changed by Leo Izen <leo.izenohnoyoudont@gmail.com>
    Changed at Sun 19 Oct 2025 15:17:38
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision dc39a576ad8c489bf229c4acdf5c347b1dd264b2

    Comments

    avcodec/pngenc: include EXIF buffer in max_packet_size
    When calculating the max size of an output PNG packet, we should
    include the size of a possible eXIf chunk that we may write.
    
    This fixes a regression since d3190a64c366a79091fe47fddf93c09a7d988802
    as well as a bug that existed prior in the apng encoder since commit
    4a580975d4b978894d20dd443163cc8b6a2dbf2a.
    
    Signed-off-by: Leo Izen <leo.izen@gmail.com>

    Changed files

    • libavcodec/pngenc.c