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

Builder ffmpegsos-solaris10-sparc Build #12618

Results:

Failed shell_2 shell_3 shell_4 shell_5

SourceStamp:

Projectffmpeg
Repositoryhttps://git.ffmpeg.org/ffmpeg.git
Branchmaster
Revisionfe1dae1e1857ebda9624f4be3f93f447097ae942
Got Revisionfe1dae1e1857ebda9624f4be3f93f447097ae942
Changes6 changes

BuildSlave:

unstable10s

Reason:

The SingleBranchScheduler scheduler named 'schedule-ffmpegsos-solaris10-sparc' 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 ( 9 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 ( 2 secs )
    1. stdio
    2. configure.log
    3. compile.log
    4. test.log

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot-unstable10s/slave/ffmpegsos-solaris10-sparc slave
buildername ffmpegsos-solaris10-sparc Builder
buildnumber 12618 Build
codebase Build
got_revision fe1dae1e1857ebda9624f4be3f93f447097ae942 Git
project ffmpeg Build
repository https://git.ffmpeg.org/ffmpeg.git Build
revision fe1dae1e1857ebda9624f4be3f93f447097ae942 Build
scheduler schedule-ffmpegsos-solaris10-sparc Scheduler
slavename unstable10s BuildSlave
workdir /export/home/buildbot-unstable10s/slave/ffmpegsos-solaris10-sparc slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. James Almer

Timing:

StartWed Dec 24 16:31:35 2025
EndWed Dec 24 16:31:54 2025
Elapsed19 secs

All Changes:

:

  1. Change #253200

    Category ffmpeg
    Changed by James Almer <jamrialohnoyoudont@gmail.com>
    Changed at Wed 24 Dec 2025 16:21:39
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 2678482c1033fa9f9a1480d430a7fb2eb0e7e23d

    Comments

    fftools/ffmpeg_enc: use av_unreachable instead of av_assert0(0) at the end of a non-void function
    Fixes compilation with gcc-tsan and --disable-optimizations
    
    Signed-off-by: James Almer <jamrial@gmail.com>

    Changed files

    • fftools/ffmpeg_enc.c
  2. Change #253201

    Category ffmpeg
    Changed by James Almer <jamrialohnoyoudont@gmail.com>
    Changed at Wed 24 Dec 2025 16:21:39
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 64be23153ecd157d8ecd70d1f858eda559d1dde3

    Comments

    fftools/ffmpeg_sched: use av_unreachable instead of av_assert0(0) at the end of a non-void function
    Fixes compilation with gcc-tsan and --disable-optimizations
    
    Signed-off-by: James Almer <jamrial@gmail.com>

    Changed files

    • fftools/ffmpeg_sched.c
  3. Change #253202

    Category ffmpeg
    Changed by James Almer <jamrialohnoyoudont@gmail.com>
    Changed at Wed 24 Dec 2025 16:21:39
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 3e91d822923b5c4e163bd67bdc003e37a5af8bf4

    Comments

    avcodec/cbs_apv: use av_unreachable instead of av_assert0(0) at the end of a non-void function
    Fixes compilation with gcc-tsan and --disable-optimizations
    
    Signed-off-by: James Almer <jamrial@gmail.com>

    Changed files

    • libavcodec/cbs_apv.c
  4. Change #253203

    Category ffmpeg
    Changed by James Almer <jamrialohnoyoudont@gmail.com>
    Changed at Wed 24 Dec 2025 16:23:37
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision b392d75cf72cca90b5476e0c1b2e0876f3aff4ab

    Comments

    avcodec/lcevcdec: avoid copying the input frame
    Based on the lcevc filter implementation.
    
    Signed-off-by: James Almer <jamrial@gmail.com>

    Changed files

    • libavcodec/lcevcdec.c
  5. Change #253204

    Category ffmpeg
    Changed by James Almer <jamrialohnoyoudont@gmail.com>
    Changed at Wed 24 Dec 2025 16:23:37
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 4f86ebfe940cd11de8f5ccf39e2b45da8354269d

    Comments

    avcodec/lcevcdec: fix input dimensions for the base picture
    Fixes crashes with some samples.
    
    Signed-off-by: James Almer <jamrial@gmail.com>

    Changed files

    • libavcodec/lcevcdec.c
  6. Change #253205

    Category ffmpeg
    Changed by James Almer <jamrialohnoyoudont@gmail.com>
    Changed at Wed 24 Dec 2025 16:23:37
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision fe1dae1e1857ebda9624f4be3f93f447097ae942

    Comments

    avcodec/lcevcdec: free pictures on error
    Signed-off-by: James Almer <jamrial@gmail.com>

    Changed files

    • libavcodec/lcevcdec.c