Builder ffmpegsos-solaris10-i386 Build #12960
Results:
Failed shell_2 shell_3 shell_4 shell_5
SourceStamp:
| Project | ffmpeg |
| Repository | https://git.ffmpeg.org/ffmpeg.git |
| Branch | master |
| Revision | 59d75bf9e46938c694729dabf7db17646f1116ba |
| Got Revision | 59d75bf9e46938c694729dabf7db17646f1116ba |
| Changes | 6 changes |
BuildSlave:
unstable10xReason:
The SingleBranchScheduler scheduler named 'schedule-ffmpegsos-solaris10-i386' triggered this build
Steps and Logfiles:
-
git update ( 5 secs )
-
shell 'gsed -i ...' ( 0 secs )
-
shell_1 'gsed -i ...' ( 0 secs )
-
shell_2 'gsed -i ...' failed ( 0 secs )
-
shell_3 './configure --samples="../../../ffmpeg/fate-suite" ...' failed ( 8 secs )
-
shell_4 'gmake fate-rsync' failed ( 0 secs )
-
shell_5 '../../../ffmpeg/fate.sh ../../../ffmpeg/fate_config_sos.sh' failed ( 0 secs )
Build Properties:
| Name | Value | Source |
|---|---|---|
| branch | master | Build |
| builddir | /export/home/buildbot/slave/ffmpegsos-solaris10-i386 | slave |
| buildername | ffmpegsos-solaris10-i386 | Builder |
| buildnumber | 12960 | Build |
| codebase | Build | |
| got_revision | 59d75bf9e46938c694729dabf7db17646f1116ba | Git |
| project | ffmpeg | Build |
| repository | https://git.ffmpeg.org/ffmpeg.git | Build |
| revision | 59d75bf9e46938c694729dabf7db17646f1116ba | Build |
| scheduler | schedule-ffmpegsos-solaris10-i386 | Scheduler |
| slavename | unstable10x | BuildSlave |
| workdir | /export/home/buildbot/slave/ffmpegsos-solaris10-i386 | slave (deprecated) |
Forced Build Properties:
| Name | Label | Value |
|---|
Responsible Users:
- Andreas Rheinhardtandreas.rheinhardt@outlook.com
Timing:
| Start | Sun Nov 30 22:48:08 2025 |
| End | Sun Nov 30 22:48:24 2025 |
| Elapsed | 15 secs |
All Changes:
:
Change #250554
Category ffmpeg Changed by Andreas Rheinhardt <andreas.rheinhardt@outlook.com> Changed at Sun 30 Nov 2025 22:20:13 Repository https://git.ffmpeg.org/ffmpeg.git Project ffmpeg Branch master Revision 65b4feb782ed5a8ba196d25564720f4f14c076a9 Comments
avcodec/x86/Makefile: Remove redundant WebP decoder->vp8dsp dependencies Redundant since 35b02732b98c1e2e862dc78476d8bc527af1c93c. Reviewed-by: Kacper Michajłow <kasper93@gmail.com> Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
Changed files
- libavcodec/x86/Makefile
Change #250555
Category ffmpeg Changed by Andreas Rheinhardt <andreas.rheinhardt@outlook.com> Changed at Sun 30 Nov 2025 22:20:13 Repository https://git.ffmpeg.org/ffmpeg.git Project ffmpeg Branch master Revision ba94177242806ddf48e305ac52eee09a337a4a3b Comments
avcodec/x86/Makefile: Only compile ASM init files when X86ASM is enabled To do so, simply add these init files to X86ASM-OBJS instead of OBJS in the Makefile. The former is already used for the actual assembly files, but using them for the C init files just works, because the build system uses file extensions to derive whether it is a C or a NASM file. This avoids compiling unused function stubs and also reduces our reliance on DCE: We don't add %if checks to the asm files except for AVX, AVX2, FMA3, FMA4, XOP and AVX512, so all the MMX-SSE4 functions will be available. It also allows to remove HAVE_X86ASM checks in these init files. Reviewed-by: Kacper Michajłow <kasper93@gmail.com> Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
Changed files
- libavcodec/aacencdsp.h
- libavcodec/aacpsdsp_template.c
- libavcodec/ac3dsp.c
- libavcodec/alacdsp.c
- libavcodec/apv_dsp.c
- libavcodec/audiodsp.c
- libavcodec/blockdsp.c
- libavcodec/bswapdsp.c
- libavcodec/cavsdsp.c
- libavcodec/cfhddsp.c
- libavcodec/cfhdencdsp.c
- libavcodec/dcadsp.c
- libavcodec/dirac_dwt.c
- libavcodec/diracdsp.c
- libavcodec/dnxhdenc.c
- libavcodec/exrdsp.c
- libavcodec/flacdsp.c
- libavcodec/flacencdsp.c
- libavcodec/fmtconvert.c
- libavcodec/g722dsp.c
- libavcodec/h263dsp.c
- libavcodec/h264chroma.c
- libavcodec/h264dsp.c
- libavcodec/h264pred.c
- libavcodec/h264qpel.c
- libavcodec/hevc/dsp.c
- libavcodec/hpeldsp.c
- libavcodec/huffyuvdsp.c
- libavcodec/huffyuvencdsp.c
- libavcodec/idctdsp.c
- libavcodec/jpeg2000dsp.c
- libavcodec/lossless_audiodsp.c
- libavcodec/lossless_videodsp.c
- libavcodec/me_cmp.c
- libavcodec/opus/dsp.c
- libavcodec/opus/pvq.c
- libavcodec/pixblockdsp.c
- libavcodec/pngdsp.c
- libavcodec/proresdsp.c
- libavcodec/qpeldsp.c
- libavcodec/rv34dsp.c
- libavcodec/rv40dsp.c
- libavcodec/sbcdsp.c
- libavcodec/sbrdsp_template.c
- libavcodec/svq1encdsp.h
- libavcodec/synth_filter.c
- libavcodec/takdsp.c
- libavcodec/ttadsp.c
- libavcodec/ttaencdsp.c
- libavcodec/utvideodsp.c
- libavcodec/v210dec_init.h
- libavcodec/v210enc_init.h
- libavcodec/vc1dsp.c
- libavcodec/videodsp.c
- libavcodec/vorbisdsp.c
- libavcodec/vp3dsp.c
- libavcodec/vp6dsp.c
- libavcodec/vp8dsp.c
- libavcodec/vp9dsp.c
- libavcodec/vvc/dsp.c
- libavcodec/x86/Makefile
- libavcodec/x86/alacdsp_init.c
- libavcodec/x86/blockdsp_init.c
- libavcodec/x86/dirac_dwt_init.c
- libavcodec/x86/diracdsp_init.c
- libavcodec/x86/flacdsp_init.c
- libavcodec/x86/flacencdsp_init.c
- libavcodec/x86/fmtconvert_init.c
- libavcodec/x86/h264_qpel.c
- libavcodec/x86/h264dsp_init.c
- libavcodec/x86/hevc/Makefile
- libavcodec/x86/lossless_audiodsp_init.c
- libavcodec/x86/me_cmp_init.c
- libavcodec/x86/qpeldsp_init.c
- libavcodec/x86/rv40dsp_init.c
- libavcodec/x86/synth_filter_init.c
- libavcodec/x86/takdsp_init.c
- libavcodec/x86/ttadsp_init.c
- libavcodec/x86/ttaencdsp_init.c
- libavcodec/x86/v210-init.c
- libavcodec/x86/vc1dsp_init.c
- libavcodec/x86/videodsp_init.c
- libavcodec/x86/vp8dsp_init.c
- libavcodec/x86/vp9dsp_init.c
- libavcodec/x86/vp9dsp_init_16bpp.c
- libavcodec/x86/vp9dsp_init_16bpp_template.c
- libavcodec/x86/vvc/Makefile
- libavcodec/x86/xvididct_init.c
- libavcodec/xvididct.c
Change #250556
Category ffmpeg Changed by Andreas Rheinhardt <andreas.rheinhardt@outlook.com> Changed at Sun 30 Nov 2025 22:20:13 Repository https://git.ffmpeg.org/ffmpeg.git Project ffmpeg Branch master Revision eccf130fdbcf719566d3ffb5e780d89776b77c23 Comments
{lib{avcodec,swscale}/x86/,}Makefile: Kill MMX-OBJS Reviewed-by: Kacper Michajłow <kasper93@gmail.com> Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>Changed files
- Makefile
- ffbuild/arch.mak
- libavcodec/x86/Makefile
- libswscale/x86/Makefile
- libswscale/x86/hscale_fast_bilinear_simd.c
Change #250557
Category ffmpeg Changed by Andreas Rheinhardt <andreas.rheinhardt@outlook.com> Changed at Sun 30 Nov 2025 22:20:13 Repository https://git.ffmpeg.org/ffmpeg.git Project ffmpeg Branch master Revision 7356981bec3a55e62b6ccc1b82ff036cebb9c108 Comments
avfilter/x86/Makefile: Only compile ASM init files when X86ASM is enabled To do so, simply add these init files to X86ASM-OBJS instead of OBJS in the Makefile. The former is already used for the actual assembly files, but using them for the C init files just works, because the build system uses file extensions to derive whether it is a C or a NASM file. This avoids compiling unused function stubs and also reduces our reliance on DCE: We don't add %if checks to the asm files except for AVX, AVX2, FMA3, FMA4, XOP and AVX512, so all the MMX-SSE4 functions will be available. It also allows to remove HAVE_X86ASM checks in these init files. Reviewed-by: Kacper Michajłow <kasper93@gmail.com> Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
Changed files
- libavfilter/af_afirdsp.h
- libavfilter/af_anlmdn.c
- libavfilter/af_volume.c
- libavfilter/avf_showcqt.c
- libavfilter/bwdifdsp.c
- libavfilter/colorspacedsp.c
- libavfilter/convolution.h
- libavfilter/f_ebur128.c
- libavfilter/psnr.c
- libavfilter/scene_sad.c
- libavfilter/vf_atadenoise.c
- libavfilter/vf_blackdetect.h
- libavfilter/vf_blend_init.h
- libavfilter/vf_colordetectdsp.h
- libavfilter/vf_convolution.c
- libavfilter/vf_eq.h
- libavfilter/vf_framerate.c
- libavfilter/vf_fsppdsp.h
- libavfilter/vf_gblur_init.h
- libavfilter/vf_gradfun.c
- libavfilter/vf_hflip_init.h
- libavfilter/vf_hqdn3d.c
- libavfilter/vf_idetdsp.c
- libavfilter/vf_limiter.c
- libavfilter/vf_lut3d.c
- libavfilter/vf_maskedclamp.c
- libavfilter/vf_maskedmerge.c
- libavfilter/vf_nlmeans_init.h
- libavfilter/vf_overlay.c
- libavfilter/vf_pp7.c
- libavfilter/vf_pullup.c
- libavfilter/vf_removegrain.c
- libavfilter/vf_ssim.c
- libavfilter/vf_stereo3d.c
- libavfilter/vf_threshold_init.h
- libavfilter/vf_tinterlace.c
- libavfilter/vf_transpose.c
- libavfilter/vf_v360.c
- libavfilter/vf_w3fdif.c
- libavfilter/vf_yadif.c
- libavfilter/x86/Makefile
- libavfilter/x86/scene_sad_init.c
- libavfilter/x86/vf_colordetect_init.c
- libavfilter/x86/vf_eq_init.c
- libavfilter/x86/vf_gradfun_init.c
- libavfilter/x86/vf_hqdn3d_init.c
- libavfilter/x86/vf_idetdsp_init.c
- libavfilter/x86/vf_pullup_init.c
Change #250558
Category ffmpeg Changed by Andreas Rheinhardt <andreas.rheinhardt@outlook.com> Changed at Sun 30 Nov 2025 22:20:13 Repository https://git.ffmpeg.org/ffmpeg.git Project ffmpeg Branch master Revision d5a47bf2b30afceff58a624dcc4142c18d70cbf9 Comments
swresample/x86/Makefile: Only compile ASM init files when X86ASM is enabled To do so, simply add these init files to X86ASM-OBJS instead of OBJS in the Makefile. The former is already used for the actual assembly files, but using them for the C init files just works, because the build system uses file extensions to derive whether it is a C or a NASM file. This avoids compiling unused function stubs and also reduces our reliance on DCE: We don't add %if checks to the asm files except for AVX, AVX2, FMA3, FMA4, XOP and AVX512, so all the MMX-SSE4 functions will be available. It also allows to remove HAVE_X86ASM checks in these init files. (x86/ops.c has already been put in X86ASM-OBJS.) Reviewed-by: Kacper Michajłow <kasper93@gmail.com> Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
Changed files
- libswresample/resample_dsp.c
- libswresample/x86/Makefile
- libswresample/x86/rematrix_init.c
Change #250559
Category ffmpeg Changed by Andreas Rheinhardt <andreas.rheinhardt@outlook.com> Changed at Sun 30 Nov 2025 22:20:13 Repository https://git.ffmpeg.org/ffmpeg.git Project ffmpeg Branch master Revision 59d75bf9e46938c694729dabf7db17646f1116ba Comments
avutil/x86/Makefile: Only compile ASM init files when X86ASM is enabled To do so, simply add these init files to X86ASM-OBJS instead of OBJS in the Makefile. The former is already used for the actual assembly files, but using them for the C init files just works, because the build system uses file extensions to derive whether it is a C or a NASM file. This avoids compiling unused function stubs and also reduces our reliance on DCE: We don't add %if checks to the asm files except for AVX, AVX2, FMA3, FMA4, XOP and AVX512, so all the MMX-SSE4 functions will be available. It also allows to remove HAVE_X86ASM checks in these init files. Reviewed-by: Kacper Michajłow <kasper93@gmail.com> Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
Changed files
- libavutil/aes.c
- libavutil/fixed_dsp.c
- libavutil/float_dsp.c
- libavutil/imgutils.c
- libavutil/lls.c
- libavutil/pixelutils.c
- libavutil/x86/Makefile