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

Builder ffmpeg-solaris10-i386 Build #11223

Results:

Failed shell_2 shell_3 shell_4 shell_5

SourceStamp:

Projectffmpeg
Repositoryhttps://git.ffmpeg.org/ffmpeg.git
Branchmaster
Revision1e2ac489a475198460e424fd4a3d166bb3f424a4
Got Revision1e2ac489a475198460e424fd4a3d166bb3f424a4
Changes3 changes

BuildSlave:

unstable10x

Reason:

The SingleBranchScheduler scheduler named 'schedule-ffmpeg-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 ( 1 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.sh' failed ( 3 secs )
    1. stdio
    2. configure.log
    3. compile.log
    4. test.log

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot/slave/ffmpeg-solaris10-i386 slave
buildername ffmpeg-solaris10-i386 Builder
buildnumber 11223 Build
codebase Build
got_revision 1e2ac489a475198460e424fd4a3d166bb3f424a4 Git
project ffmpeg Build
repository https://git.ffmpeg.org/ffmpeg.git Build
revision 1e2ac489a475198460e424fd4a3d166bb3f424a4 Build
scheduler schedule-ffmpeg-solaris10-i386 Scheduler
slavename unstable10x BuildSlave
workdir /export/home/buildbot/slave/ffmpeg-solaris10-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. David Rosca
  2. Fei Wang
  3. Haihao Xiang

Timing:

StartMon Apr 29 06:03:24 2024
EndMon Apr 29 06:03:37 2024
Elapsed12 secs

All Changes:

:

  1. Change #196194

    Category ffmpeg
    Changed by Fei Wang <fei.w.wangohnoyoudont@intel.com>
    Changed at Mon 29 Apr 2024 05:08:41
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 67fc9b84272a88b5edace5ca25f493c21b02955d

    Comments

    lavc/qsvdec: Use FFmpeg default 1/25 framerate if can't derive it from bitstream
    Fix error:
    $ ffmpeg -hwaccel qsv -i input.h265 -f null -
    ...
    [null @ 0x55da1a629200] Application provided invalid, non monotonically
    increasing dts to muxer in stream 0: 3 >= 3
    
    Signed-off-by: Fei Wang <fei.w.wang@intel.com>

    Changed files

    • libavcodec/qsvdec.c
  2. Change #196195

    Category ffmpeg
    Changed by Haihao Xiang <haihao.xiangohnoyoudont@intel.com>
    Changed at Mon 29 Apr 2024 05:08:41
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 578ac5988769592c3b1d80b58af676e38e45e259

    Comments

    lavfi/qsv: Copy metadata fields from the given input
    Currently it always copies the metadata fields from the last input when
    there are multiple inputs for the filter. For example, the metadata
    fields from input1 are copied to the output for overlay_qsv filter,
    however for regular overlay filters, the metadata fields from input0 are
    copied to the output. With this fix, we may copy the metadata fields
    from input0 to the ouput as well.
    
    Signed-off-by: Haihao Xiang <haihao.xiang@intel.com>

    Changed files

    • libavfilter/qsvvpp.c
    • libavfilter/qsvvpp.h
    • libavfilter/vf_overlay_qsv.c
    • libavfilter/vf_stack_qsv.c
    • libavfilter/vf_vpp_qsv.c
  3. Change #196196

    Category ffmpeg
    Changed by David Rosca <nowrepohnoyoudont@gmail.com>
    Changed at Mon 29 Apr 2024 05:08:41
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 1e2ac489a475198460e424fd4a3d166bb3f424a4

    Comments

    lavu/hwcontext_vaapi: Use vaMapBuffer2 for mapping image buffers
    This allows some optimizations in driver, such as not having to read
    back the data if write-only mapping is requested.

    Changed files

    • libavutil/hwcontext_vaapi.c