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

Builder ffmpeg-solaris10-sparc Build #12041

Results:

Failed shell_2 shell_3 shell_4 shell_5

SourceStamp:

Projectffmpeg
Repositoryhttps://git.ffmpeg.org/ffmpeg.git
Branchmaster
Revision0b588bfb51ecb262f714994696e77b6a1c7b1cef
Got Revision0b588bfb51ecb262f714994696e77b6a1c7b1cef
Changes5 changes

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 48 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 ( 1 secs )
    1. stdio
  7. shell_5 '../../../ffmpeg/fate.sh ../../../ffmpeg/fate_config.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/ffmpeg-solaris10-sparc slave
buildername ffmpeg-solaris10-sparc Builder
buildnumber 12041 Build
codebase Build
got_revision 0b588bfb51ecb262f714994696e77b6a1c7b1cef Git
project ffmpeg Build
repository https://git.ffmpeg.org/ffmpeg.git Build
revision 0b588bfb51ecb262f714994696e77b6a1c7b1cef 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. Andreas Rheinhardt

Timing:

StartThu May 1 00:07:21 2025
EndThu May 1 00:08:20 2025
Elapsed58 secs

All Changes:

:

  1. Change #228722

    Category ffmpeg
    Changed by Andreas Rheinhardt <andreas.rheinhardtohnoyoudont@outlook.com>
    Changed at Wed 30 Apr 2025 23:32:55
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 0a12b84d3b4025d55c443e5356d6eba546bcc1bb

    Comments

    avformat/apvdec: Use ffio_read_size()
    Fixes potential use of uninitialized data.
    
    Reviewed-by: Mark Thompson <sw@jkqxz.net>
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    Changed files

    • libavformat/apvdec.c
  2. Change #228723

    Category ffmpeg
    Changed by Andreas Rheinhardt <andreas.rheinhardtohnoyoudont@outlook.com>
    Changed at Wed 30 Apr 2025 23:33:39
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 8279d02cf1998ec324b7624dc41ed15dc2b01cae

    Comments

    avformat/apvdec: Check before access
    The signature check would segfault in case the packet could not
    be allocated or if nothing could be read.
    Furthermore, read_packet callbacks are supposed to return zero
    on success, yet the current code returned the size of the packet.
    
    Reviewed-by: Mark Thompson <sw@jkqxz.net>
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    Changed files

    • libavformat/apvdec.c
  3. Change #228724

    Category ffmpeg
    Changed by Andreas Rheinhardt <andreas.rheinhardtohnoyoudont@outlook.com>
    Changed at Wed 30 Apr 2025 23:34:28
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision f98c63e417d13dc5a30a1d2c2de550d8958f7b10

    Comments

    avformat/apvdec: Fix seeking
    pkt->pos pointed to the actual packet data, not to the start
    of the access unit.
    
    Reviewed-by: Mark Thompson <sw@jkqxz.net>
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    Changed files

    • libavformat/apvdec.c
  4. Change #228725

    Category ffmpeg
    Changed by Andreas Rheinhardt <andreas.rheinhardtohnoyoudont@outlook.com>
    Changed at Wed 30 Apr 2025 23:34:47
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision c681d8e8a8180c74e0f0edd8c50f996862c30708

    Comments

    avformat/apvdec: Remove inappropriate INIT_CLEANUP flag
    The init-cleanup flag makes no sense for a demuxer without
    a read_close() function.
    
    Reviewed-by: Mark Thompson <sw@jkqxz.net>
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    Changed files

    • libavformat/apvdec.c
  5. Change #228726

    Category ffmpeg
    Changed by Andreas Rheinhardt <andreas.rheinhardtohnoyoudont@outlook.com>
    Changed at Wed 30 Apr 2025 23:38:21
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 0b588bfb51ecb262f714994696e77b6a1c7b1cef

    Comments

    avcodec/apv_dsp: Fix left-shift of negative value
    Reviewed-by: Mark Thompson <sw@jkqxz.net>
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    Changed files

    • libavcodec/apv_dsp.c