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

Builder ffmpeg-solaris10-sparc Build #12038

Results:

Failed shell_2 shell_3 shell_4 shell_5

SourceStamp:

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

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 44 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 ( 8 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-unstable10s/slave/ffmpeg-solaris10-sparc slave
buildername ffmpeg-solaris10-sparc Builder
buildnumber 12038 Build
codebase Build
got_revision 9187f40e921d5eab8728ffba8e200cfe66e3c008 Git
project ffmpeg Build
repository https://git.ffmpeg.org/ffmpeg.git Build
revision 9187f40e921d5eab8728ffba8e200cfe66e3c008 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. Zhao Zhili

Timing:

StartTue Apr 29 09:47:06 2025
EndTue Apr 29 09:48:03 2025
Elapsed57 secs

All Changes:

:

  1. Change #228585

    Category ffmpeg
    Changed by Zhao Zhili <zhilizhaoohnoyoudont@tencent.com>
    Changed at Tue 29 Apr 2025 08:35:09
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision ca964ba139695fc0064d07ac6503626d549520c7

    Comments

    avformat/mov: Reduce seek when interleaved_read is disabled
    Don't select sample with small dts when interleaved_read is disabled.
    
    Signed-off-by: Zhao Zhili <zhilizhao@tencent.com>

    Changed files

    • libavformat/mov.c
  2. Change #228586

    Category ffmpeg
    Changed by Zhao Zhili <zhilizhaoohnoyoudont@tencent.com>
    Changed at Tue 29 Apr 2025 09:11:45
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 39786f8cd5c945954ed1a35a90287d38b2ca1bd9

    Comments

    aarch64/h26x: optimize sao_band_filter
    int8_t[] is enough for offset_table of 8 bit streams.
    
    On rpi5:
                                 Before               After
    hevc_sao_band_8_8_c:          252.3 ( 1.00x)     252.3 ( 1.00x)
    hevc_sao_band_8_8_neon:        95.8 ( 2.63x)      61.0 ( 4.57x)
    hevc_sao_band_16_8_c:         875.2 ( 1.00x)     864.9 ( 1.00x)
    hevc_sao_band_16_8_neon:      317.5 ( 2.76x)     150.0 ( 6.26x)
    hevc_sao_band_32_8_c:        3853.5 ( 1.00x)    3871.6 ( 1.00x)
    hevc_sao_band_32_8_neon:     1222.3 ( 3.15x)     550.6 ( 7.39)
    hevc_sao_band_48_8_c:        8203.6 ( 1.00x)    8182.6 ( 1.00x)
    hevc_sao_band_48_8_neon:     2685.7 ( 3.05x)    1185.8 ( 7.36x)
    hevc_sao_band_64_8_c:       14023.0 ( 1.00x)   14038.9 ( 1.00x)
    hevc_sao_band_64_8_neon:     4783.2 ( 2.93x)    2078.4 ( 7.15x)
    
    Reviewed-by: Martin Storsjö <martin@martin.st>
    Signed-off-by: Zhao Zhili <zhilizhao@tencent.com>

    Changed files

    • libavcodec/aarch64/h26x/dsp.h
    • libavcodec/aarch64/h26x/sao_neon.S
    • libavcodec/aarch64/hevcdsp_init_aarch64.c
    • libavcodec/aarch64/vvc/dsp_init.c
  3. Change #228587

    Category ffmpeg
    Changed by Zhao Zhili <zhilizhaoohnoyoudont@tencent.com>
    Changed at Tue 29 Apr 2025 09:24:14
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 26752368f04ab5582e20f279c8659e8ede719419

    Comments

    aarch64/h26x: Add put_hevc_pel_bi_w_pixels
    On rpi5 (A76):
    
    put_hevc_pel_bi_w_pixels4_8_c:                          90.0 ( 1.00x)
    put_hevc_pel_bi_w_pixels4_8_neon:                       34.1 ( 2.64x)
    put_hevc_pel_bi_w_pixels6_8_c:                         188.3 ( 1.00x)
    put_hevc_pel_bi_w_pixels6_8_neon:                       73.5 ( 2.56x)
    put_hevc_pel_bi_w_pixels8_8_c:                         327.1 ( 1.00x)
    put_hevc_pel_bi_w_pixels8_8_neon:                       75.8 ( 4.32x)
    put_hevc_pel_bi_w_pixels12_8_c:                        728.8 ( 1.00x)
    put_hevc_pel_bi_w_pixels12_8_neon:                     186.1 ( 3.92x)
    put_hevc_pel_bi_w_pixels16_8_c:                       1288.1 ( 1.00x)
    put_hevc_pel_bi_w_pixels16_8_neon:                     268.5 ( 4.80x)
    put_hevc_pel_bi_w_pixels24_8_c:                       2855.5 ( 1.00x)
    put_hevc_pel_bi_w_pixels24_8_neon:                     723.8 ( 3.95x)
    put_hevc_pel_bi_w_pixels32_8_c:                       5095.3 ( 1.00x)
    put_hevc_pel_bi_w_pixels32_8_neon:                    1165.0 ( 4.37x)
    put_hevc_pel_bi_w_pixels48_8_c:                      11521.5 ( 1.00x)
    put_hevc_pel_bi_w_pixels48_8_neon:                    2856.0 ( 4.03x)
    put_hevc_pel_bi_w_pixels64_8_c:                      21020.5 ( 1.00x)
    put_hevc_pel_bi_w_pixels64_8_neon:                    4699.1 ( 4.47x)
    
    Reviewed-by: Martin Storsjö <martin@martin.st>
    Signed-off-by: Zhao Zhili <zhilizhao@tencent.com>

    Changed files

    • libavcodec/aarch64/h26x/dsp.h
    • libavcodec/aarch64/h26x/epel_neon.S
    • libavcodec/aarch64/hevcdsp_init_aarch64.c
  4. Change #228588

    Category ffmpeg
    Changed by Zhao Zhili <zhilizhaoohnoyoudont@tencent.com>
    Changed at Tue 29 Apr 2025 09:25:08
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 25812d303398552a7768dac04f2992bcb09ea000

    Comments

    avcodec/bsf/h264_mp4toannexb: Fix mixed bitstream format
    This bsf converts AV_PKT_DATA_NEW_EXTRADATA side data in avcc format
    to in-band annexb format. However, the side data wasn't been removed
    and copied from input packet to output packet. So the output packet
    has mixed bitstream format. We don't support mixed bitstream format.
    For example, h264_metadata report error in the following case:
    
    ffmpeg -i foo.flv \
      -bsf:v "h264_mp4toannexb,h264_metadata" \
      -c copy -f null
    
    This patch removed NEW_EXTRADATA side data after process.
    
    This patch also add a check so only NEW_EXTRADATA in avcc format is
    processed. NEW_EXTRADATA in annexb format is copied to output as is.
    
    Reported-by: jiangjie <jiangjie618@gmail.com>
    Signed-off-by: Zhao Zhili <zhilizhao@tencent.com>

    Changed files

    • libavcodec/bsf/h264_mp4toannexb.c
    • tests/fate/h264.mak
  5. Change #228589

    Category ffmpeg
    Changed by Zhao Zhili <zhilizhaoohnoyoudont@tencent.com>
    Changed at Tue 29 Apr 2025 09:25:41
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision bb0c4649fb63591a2c9f5e3962815c2db8de50fc

    Comments

    avformat/hls: Fix get key file error
    The offset and end_offset options are meant for segment, not for key.
    
    Signed-off-by: Zhao Zhili <zhilizhao@tencent.com>

    Changed files

    • libavformat/hls.c
  6. Change #228590

    Category ffmpeg
    Changed by Zhao Zhili <zhilizhaoohnoyoudont@tencent.com>
    Changed at Tue 29 Apr 2025 09:25:46
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 9187f40e921d5eab8728ffba8e200cfe66e3c008

    Comments

    avformat/http: Ensure same protocol in ff_http_do_new_request2
    This can happen for HLS with AES-128 at the middle of m3u8, so old
    protocol is https while new protocol is crypt+https.
    
    And change the log level from ERROR to INFO when protocol/host/port
    don't match. User should prepared for this function to fail and
    retry with new connection.
    
    Signed-off-by: Zhao Zhili <zhilizhao@tencent.com>

    Changed files

    • libavformat/http.c