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

Builder ffmpeg64-solaris10-i386 Build #13479

Results:

Failed shell_2 shell_3 shell_4 shell_5

SourceStamp:

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

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

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

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Priyanshu Thapliyal

Timing:

StartWed Mar 25 18:04:41 2026
EndWed Mar 25 18:05:01 2026
Elapsed19 secs

All Changes:

:

  1. Change #262318

    Category ffmpeg
    Changed by Priyanshu Thapliyal <priyanshuthapliyal2005ohnoyoudont@gmail.com>
    Changed at Wed 25 Mar 2026 17:48:12
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision e7b4ddc9d6e3f5c871cfbb4ccb7a89f7631fd7d9

    Comments

    avcodec/pngdec: fix dead overflow check in decode_text_to_exif()
    The expression (exif_len & ~SIZE_MAX) is always 0 for size_t,
    making the overflow guard permanently dead code.
    
    Reported-by: Guanni Qu <qguanni@gmail.com>
    Signed-off-by: Priyanshu Thapliyal <priyanshuthapliyal2005@gmail.com>

    Changed files

    • libavcodec/pngdec.c