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

Builder ffmpegsos-solaris10-i386 Build #11345

Results:

Failed shell_2 shell_3 shell_4 shell_5

SourceStamp:

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

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

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

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Andreas Rheinhardt

Timing:

StartThu May 2 23:52:58 2024
EndThu May 2 23:53:04 2024
Elapsed6 secs

All Changes:

:

  1. Change #196358

    Category ffmpeg
    Changed by Andreas Rheinhardt <andreas.rheinhardtohnoyoudont@outlook.com>
    Changed at Thu 02 May 2024 23:37:16
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 9fb3d640fb742964675ead308adcf606908d79b5

    Comments

    avcodec/av1dec: Always set ret before goto end
    Before 0f8763fbea4e8816cd54c2a481d4c048fec58394, av1_frame_ref()
    and update_reference_list() could fail and therefore needed to
    be checked, which incidentally set ret. This is no longer happening,
    leading to a potential use of an uninitialized value which is
    also the subject of Coverity ticket #1596605.
    
    Fix this by always setting ret before goto end; do not return
    some random ancient value.
    
    Reviewed-by: James Almer <jamrial@gmail.com>
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    Changed files

    • libavcodec/av1dec.c
  2. Change #196359

    Category ffmpeg
    Changed by Andreas Rheinhardt <andreas.rheinhardtohnoyoudont@outlook.com>
    Changed at Thu 02 May 2024 23:38:15
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision c3ca90a92e7211aef8ad1d044518a34f6ba137d7

    Comments

    avcodec/x86/vp3dsp_init: Set correct function pointer, fix crash
    Regression since fd172185580c1ccdcfb90bbfdb59fa806fad3117;
    triggered by vp4/KTkvw8dg1J8.avi in the FATE suite, but not
    when running fate as this code is not used when the bitexact
    flag is set.
    
    Bisecting done by ami_stuff, patch from user Mika Fischer
    in ticket #10027 (which this commit fixes).
    
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    Changed files

    • libavcodec/x86/vp3dsp_init.c