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

Builder ffmpegsos-solaris10-i386 Build #12904

Results:

Failed shell_2 shell_3 shell_4 shell_5

SourceStamp:

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

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

  1. git update ( 4 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 12904 Build
codebase Build
got_revision 4c4ab2ec6ff97a66a821b3c539b75e19b2831f93 Git
project ffmpeg Build
repository https://git.ffmpeg.org/ffmpeg.git Build
revision 4c4ab2ec6ff97a66a821b3c539b75e19b2831f93 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. Stefan Breunig

Timing:

StartTue Nov 18 22:37:43 2025
EndTue Nov 18 22:38:03 2025
Elapsed20 secs

All Changes:

:

  1. Change #249296

    Category ffmpeg
    Changed by Stefan Breunig <stefan-ffmpeg-develohnoyoudont@breunig.xyz>
    Changed at Tue 18 Nov 2025 22:26:36
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision f8bfc2028193330ef733efaced79dc34e7158938

    Comments

    avfilter/vf_frei0r: fix time when input is realigned
    av_frame_copy doesn't copy the input's PTS property, which resulted
    in the frei0r filter always receiving the same static time.
    
    Example that has a static distortion without patch:
    
    ffmpeg -filter_complex "testsrc2=s=328x240:d=5,frei0r=distort0r" out.mp4

    Changed files

    • libavfilter/vf_frei0r.c
  2. Change #249297

    Category ffmpeg
    Changed by Stefan Breunig <stefan-ffmpeg-develohnoyoudont@breunig.xyz>
    Changed at Tue 18 Nov 2025 22:26:36
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 4c4ab2ec6ff97a66a821b3c539b75e19b2831f93

    Comments

    fate/filter-video: add frei0r test where input is realigned
    An installation of frei0r-plugins is required to run the tests,
    which is usually seperate from the build headers. Some systems
    have it packaged (e.g. apt install frei0r-plugins). An upstream
    release extracted to FREI0R_PATH also works.
    
    The distort0r filter requires dimensions to be divisible by 8.

    Changed files

    • tests/fate/filter-video.mak
    • tests/ref/fate/filter-frei0r-filter-unaligned