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

Builder ffmpeg-solaris10-sparc Build #12176

Results:

Failed shell_2 shell_3 shell_4 shell_5

SourceStamp:

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

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 58 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 ( 23 secs )
    1. stdio
    2. config.log
  6. shell_4 'gmake fate-rsync' failed ( 2 secs )
    1. stdio
  7. shell_5 '../../../ffmpeg/fate.sh ../../../ffmpeg/fate_config.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/ffmpeg-solaris10-sparc slave
buildername ffmpeg-solaris10-sparc Builder
buildnumber 12176 Build
codebase Build
got_revision 52441bd4cd0e85bf007473bd2eada2b2083aacf5 Git
project ffmpeg Build
repository https://git.ffmpeg.org/ffmpeg.git Build
revision 52441bd4cd0e85bf007473bd2eada2b2083aacf5 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. Clément Péron
  2. Ethan Halsall

Timing:

StartSun Jun 15 00:09:40 2025
EndSun Jun 15 00:11:08 2025
Elapsed1 mins, 28 secs

All Changes:

:

  1. Change #232232

    Category ffmpeg
    Changed by Ethan Halsall <ethanhalsall11ohnoyoudont@augustana.edu>
    Changed at Sat 14 Jun 2025 23:41:38
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 3f1f9db7f5fdedbe5daac5a9617750755af87191

    Comments

    avfilter/vf_mcdeint: add yuv444p support to mcdeint
    Signed-off-by: Ethan Halsall <ethanhalsall11@augustana.edu>
    Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>

    Changed files

    • libavfilter/vf_mcdeint.c
  2. Change #232233

    Category ffmpeg
    Changed by Clément Péron <peron.clemohnoyoudont@gmail.com>
    Changed at Sat 14 Jun 2025 23:41:38
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 52441bd4cd0e85bf007473bd2eada2b2083aacf5

    Comments

    avformat/rtpdec: explicit timestamp wraparound handling
    Change delta_timestamp to int32_t and add explicit cast to handle
    RTP timestamp wraparound correctly. This fixes implementation-defined
    behavior when computing negative timestamp differences due to 32-bit
    wraparound.
    
    Signed-off-by: Clément Péron <peron.clem@gmail.com>
    Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>

    Changed files

    • libavformat/rtpdec.c