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

Builder ffmpeg64-solaris10-i386 Build #13493

Results:

Failed shell_2 shell_3 shell_4 shell_5

SourceStamp:

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

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

  1. git update ( 7 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 ( 14 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 13493 Build
codebase Build
got_revision febc82690da3e054cf93b32203a2e19d3d1a935c Git
project ffmpeg Build
repository https://git.ffmpeg.org/ffmpeg.git Build
revision febc82690da3e054cf93b32203a2e19d3d1a935c 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:

StartSat Mar 28 12:58:10 2026
EndSat Mar 28 12:58:33 2026
Elapsed23 secs

All Changes:

:

  1. Change #262626

    Category ffmpeg
    Changed by Priyanshu Thapliyal <priyanshuthapliyal2005ohnoyoudont@gmail.com>
    Changed at Sat 28 Mar 2026 12:53:38
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision febc82690da3e054cf93b32203a2e19d3d1a935c

    Comments

    avcodec/alsdec: propagate read_diff_float_data() errors in read_frame_data()
    The return value of read_diff_float_data() was previously ignored,
    allowing decode to continue silently with partially transformed samples
    on malformed floating ALS input. Check and propagate the error.
    
    All failure paths in read_diff_float_data() already return
    AVERROR_INVALIDDATA, so the caller fix is sufficient without
    any normalization inside the function.
    
    Signed-off-by: Priyanshu Thapliyal <priyanshuthapliyal2005@gmail.com>

    Changed files

    • libavcodec/alsdec.c