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

Builder ffmpegsos-solaris10-i386 Build #12911

Results:

Failed shell_2 shell_3 shell_4 shell_5

SourceStamp:

Projectffmpeg
Repositoryhttps://git.ffmpeg.org/ffmpeg.git
Branchmaster
Revision775b102182aef3cbdb29a7de47f250574b5b79d9
Got Revision775b102182aef3cbdb29a7de47f250574b5b79d9
Changes4 changes

BuildSlave:

unstable10x

Reason:

The SingleBranchScheduler scheduler named 'schedule-ffmpegsos-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 ( 6 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 12911 Build
codebase Build
got_revision 775b102182aef3cbdb29a7de47f250574b5b79d9 Git
project ffmpeg Build
repository https://git.ffmpeg.org/ffmpeg.git Build
revision 775b102182aef3cbdb29a7de47f250574b5b79d9 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
  2. James Almer

Timing:

StartFri Nov 21 19:47:48 2025
EndFri Nov 21 19:48:02 2025
Elapsed14 secs

All Changes:

:

  1. Change #249595

    Category ffmpeg
    Changed by James Almer <jamrialohnoyoudont@gmail.com>
    Changed at Fri 21 Nov 2025 19:40:58
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 30d66be21ac70efae7463d1ccf0835502f9d1c6b

    Comments

    swscale/x86/ops: fix signed integer related UB in normalize_clear()
    Signed-off-by: James Almer <jamrial@gmail.com>

    Changed files

    • libswscale/x86/ops.c
  2. Change #249596

    Category ffmpeg
    Changed by James Almer <jamrialohnoyoudont@gmail.com>
    Changed at Fri 21 Nov 2025 19:40:58
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 06b3a20761fa3bb3f423f8fc2e7ebe1872f6b782

    Comments

    swscale/ops_tmpl_int: fix signed integer related UB when shifting values
    Fixes:
    src/libswscale/ops_tmpl_int.c:292:23: runtime error: left shift of 188 by 24 places cannot be represented in type 'int'
    src/libswscale/ops_tmpl_int.c:290:23: runtime error: left shift of 158 by 24 places cannot be represented in type 'int'
    src/libswscale/ops_tmpl_int.c:293:23: runtime error: left shift of 136 by 24 places cannot be represented in type 'int'
    src/libswscale/ops_tmpl_int.c:291:23: runtime error: left shift of 160 by 24 places cannot be represented in type 'int'
    
    Signed-off-by: James Almer <jamrial@gmail.com>

    Changed files

    • libswscale/ops_tmpl_int.c
  3. Change #249597

    Category ffmpeg
    Changed by James Almer <jamrialohnoyoudont@gmail.com>
    Changed at Fri 21 Nov 2025 19:40:58
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 191f7e486957782606da737a728ccf59f12d0cab

    Comments

    tests/checkasm/sw_ops: fix signed integer related UB when shifting values
    Fixes:
    src/tests/checkasm/sw_ops.c:441:34: runtime error: shift exponent 32 is too large for 32-bit type 'int'
    src/tests/checkasm/sw_ops.c:591:37: runtime error: shift exponent 32 is too large for 32-bit type 'int'
    
    Signed-off-by: James Almer <jamrial@gmail.com>

    Changed files

    • tests/checkasm/sw_ops.c
  4. Change #249598

    Category ffmpeg
    Changed by Andreas Rheinhardt <andreas.rheinhardtohnoyoudont@outlook.com>
    Changed at Fri 21 Nov 2025 19:41:15
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 775b102182aef3cbdb29a7de47f250574b5b79d9

    Comments

    avformat/oggenc: Schedule pagesize option for removal
    Deprecated in 59220d559b5077c15fa6434e42df95f3b92f0199.
    
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    Changed files

    • libavformat/oggenc.c