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

Builder ffmpeg64-solaris10-i386 Build #12048

Results:

Failed shell_2 shell_3 shell_4 shell_5

SourceStamp:

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

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

  1. git update ( 6 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 ( 2 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 12048 Build
codebase Build
got_revision b857bf942c265869d9fb91953ae68a95a978475a Git
project ffmpeg Build
repository https://git.ffmpeg.org/ffmpeg.git Build
revision b857bf942c265869d9fb91953ae68a95a978475a 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. Andreas Rheinhardt

Timing:

StartThu Mar 20 08:14:08 2025
EndThu Mar 20 08:14:30 2025
Elapsed22 secs

All Changes:

:

  1. Change #225441

    Category ffmpeg
    Changed by Andreas Rheinhardt <andreas.rheinhardtohnoyoudont@outlook.com>
    Changed at Thu 20 Mar 2025 07:10:17
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision fbcc943b22534517670d287f35eebe40896f771f

    Comments

    avcodec/h261enc: Don't use (size_t)-1
    Fixes "runtime error: addition of unsigned offset to 0x765a09523a90
    overflowed to 0x765a09523a8e". This fixes all H.261 tests when run
    under UBsan.
    
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    Changed files

    • libavcodec/h261enc.c
  2. Change #225443

    Category ffmpeg
    Changed by Andreas Rheinhardt <andreas.rheinhardtohnoyoudont@outlook.com>
    Changed at Thu 20 Mar 2025 07:10:17
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 02c16b48c5827b9383004ad5a727742b30614fe7

    Comments

    avcodec/snow: Don't add to NULL
    It is undefined behavior.
    Fixes "runtime error: applying non-zero offset 8 to null pointer".
    Fixes the Snow vsynth FATE-tests.
    
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    Changed files

    • libavcodec/snow.h
  3. Change #225444

    Category ffmpeg
    Changed by Andreas Rheinhardt <andreas.rheinhardtohnoyoudont@outlook.com>
    Changed at Thu 20 Mar 2025 07:10:17
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision d76ae08048680811bf8a0891a29248c379545ac1

    Comments

    avcodec/svq1enc: Don't add to NULL
    It is undefined behavior. Pass a dummy buffer instead.
    Fixes "runtime error: applying non-zero offset 1024 to null pointer".
    affected the SVQ1 vsynth FATE tests.
    
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    Changed files

    • libavcodec/svq1enc.c
  4. Change #225445

    Category ffmpeg
    Changed by Andreas Rheinhardt <andreas.rheinhardtohnoyoudont@outlook.com>
    Changed at Thu 20 Mar 2025 07:10:17
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 45052573723549d0cc54f63da28dea0d3a8c859b

    Comments

    avcodec/proresenc_kostya: Don't cast const away needlessly
    The parameter passed here is unused, so just pass NULL.
    
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    Changed files

    • libavcodec/proresenc_kostya.c
  5. Change #225446

    Category ffmpeg
    Changed by Andreas Rheinhardt <andreas.rheinhardtohnoyoudont@outlook.com>
    Changed at Thu 20 Mar 2025 07:10:17
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision b857bf942c265869d9fb91953ae68a95a978475a

    Comments

    avcodec/hevc/hevcdec: Simplify access to luma plane
    It is always set and does not use subsampling.
    
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    Changed files

    • libavcodec/hevc/hevcdec.c