Builder ffmpeg64-solaris10-i386 Build #12347
Results:
Failed shell_2 shell_3 shell_4 shell_5
SourceStamp:
Project | ffmpeg |
Repository | https://git.ffmpeg.org/ffmpeg.git |
Branch | master |
Revision | 6b028859d969f887d89b6458a92f92f5031c69c8 |
Got Revision | 6b028859d969f887d89b6458a92f92f5031c69c8 |
Changes | 25 changes |
BuildSlave:
unstable10xReason:
The SingleBranchScheduler scheduler named 'schedule-ffmpeg64-solaris10-i386' triggered this build
Steps and Logfiles:
-
git update ( 6 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_64.sh' failed ( 0 secs )
Build Properties:
Name | Value | Source |
---|---|---|
branch | master | Build |
builddir | /export/home/buildbot/slave/ffmpeg64-solaris10-i386 | slave |
buildername | ffmpeg64-solaris10-i386 | Builder |
buildnumber | 12347 | Build |
codebase | Build | |
got_revision | 6b028859d969f887d89b6458a92f92f5031c69c8 | Git |
project | ffmpeg | Build |
repository | https://git.ffmpeg.org/ffmpeg.git | Build |
revision | 6b028859d969f887d89b6458a92f92f5031c69c8 | Build |
scheduler | schedule-ffmpeg64-solaris10-i386 | Scheduler |
slavename | unstable10x | BuildSlave |
workdir | /export/home/buildbot/slave/ffmpeg64-solaris10-i386 | slave (deprecated) |
Forced Build Properties:
Name | Label | Value |
---|
Responsible Users:
- Kacper Michajłowkasper93@gmail.com
- Ken McGaughken@mcgaugh.co.uk
- Lidong Yanyldhome2d2@gmail.com
- Nicolas Gaulliernicolas.gaullier@cji.paris
Timing:
Start | Sat Jul 5 21:33:35 2025 |
End | Sat Jul 5 21:33:51 2025 |
Elapsed | 16 secs |
All Changes:
:
Change #238435
Category ffmpeg Changed by Kacper Michajłow <kasper93 @gmail.com>Changed at Sat 05 Jul 2025 21:05:39 Repository https://git.ffmpeg.org/ffmpeg.git Project ffmpeg Branch master Revision 3b6ec5abb5fb3cffdfcd25f834c43e53cab2cabe Comments
avcodec/opus: don't materialize buf pointer from null Fixes: avcodec/opus/dec.c: runtime error: applying non-zero offset 10 to null pointer Signed-off-by: Kacper Michajłow <kasper93@gmail.com> Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
Changed files
- libavcodec/opus/dec.c
Change #238436
Category ffmpeg Changed by Ken McGaugh <ken @mcgaugh.co.uk>Changed at Sat 05 Jul 2025 21:05:56 Repository https://git.ffmpeg.org/ffmpeg.git Project ffmpeg Branch master Revision 30043cc167516ab01e460f0146038675fd0f5711 Comments
avformat/mov: allowing custom udta atoms to pass through their values correctly when export_all option specified. Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
Changed files
- libavformat/mov.c
Change #238437
Category ffmpeg Changed by Kacper Michajłow <kasper93 @gmail.com>Changed at Sat 05 Jul 2025 21:05:56 Repository https://git.ffmpeg.org/ffmpeg.git Project ffmpeg Branch master Revision 5f62e2de98eaf1afdea238b53b2b5ac8f0875239 Comments
fftools/cmdutils: don't try to load arguments from file if not needed CLI option parser checks if argument exists when needed, but in this case only OPT_TYPE_BOOL where checked, so OPT_TYPE_FUNC without argument where trying to load a file from `arg` which is NULL in this case. Fixes crash on `ffmpeg -/version` Fixes: 6d17991b7e1bf1a5d104c8a6261709f7e6640d97 Signed-off-by: Kacper Michajłow <kasper93@gmail.com> Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
Changed files
- fftools/cmdutils.c
Change #238438
Category ffmpeg Changed by Lidong Yan <yldhome2d2 @gmail.com>Changed at Sat 05 Jul 2025 21:10:36 Repository https://git.ffmpeg.org/ffmpeg.git Project ffmpeg Branch master Revision a4a71b5e9d7d69cb6e3a9534dbcde69bcfa79ba7 Comments
avfilter/asrc_sinc: fix leak in config_input() In config_input(), fir_to_phase() allocates memory in h[longer], which would leak if av_calloc() to s->coeffs failed. lpf() allocates memory in h[0] and h[1], which would leak if fir_to_phase() failed. To fix this leak, add av_free(h[longer]) in as cleanup code, and replace return AVERROR* with goto cleanup to prevent from leaks. Signed-off-by: Lidong Yan <502024330056@smail.nju.edu.cn> Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
Changed files
- libavfilter/asrc_sinc.c
Change #238439
Category ffmpeg Changed by Nicolas Gaullier <nicolas.gaullier @cji.paris>Changed at Sat 05 Jul 2025 21:10:43 Repository https://git.ffmpeg.org/ffmpeg.git Project ffmpeg Branch master Revision 0ab09a6b8f360ad09fdef24f887c75070fcb422a Comments
tests/Makefile: make easier to check for multiple dependencies Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
Changed files
- tests/Makefile
Change #238440
Category ffmpeg Changed by Nicolas Gaullier <nicolas.gaullier @cji.paris>Changed at Sat 05 Jul 2025 21:10:43 Repository https://git.ffmpeg.org/ffmpeg.git Project ffmpeg Branch master Revision 9f7e9d5e7e69e743ed3799c24d6f69af598c0d7d Comments
fate/all: add missing dependencies for extradata bsf Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
Changed files
- tests/fate/concatdec.mak
- tests/fate/demux.mak
- tests/fate/flvenc.mak
- tests/fate/h264.mak
- tests/fate/hevc.mak
- tests/fate/lavf-container.mak
- tests/fate/segment.mak
Change #238441
Category ffmpeg Changed by Nicolas Gaullier <nicolas.gaullier @cji.paris>Changed at Sat 05 Jul 2025 21:10:43 Repository https://git.ffmpeg.org/ffmpeg.git Project ffmpeg Branch master Revision a0cf4c7d2d1bf68ac6f6864017b01bf8ab428edc Comments
fate/demux: fix multiple dependencies Signed-off-by: Nicolas Gaullier <nicolas.gaullier@cji.paris> Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
Changed files
- tests/fate/demux.mak
Change #238442
Category ffmpeg Changed by Nicolas Gaullier <nicolas.gaullier @cji.paris>Changed at Sat 05 Jul 2025 21:10:44 Repository https://git.ffmpeg.org/ffmpeg.git Project ffmpeg Branch master Revision ee78de046afd4420ead85c60d00e44ee7211532b Comments
fate/all: switch-fix mov muxer dependency to mp4 muxer dependency Signed-off-by: Nicolas Gaullier <nicolas.gaullier@cji.paris> Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
Changed files
- tests/fate/enc_external.mak
- tests/fate/lavf-container.mak
- tests/fate/mov.mak
- tests/fate/subtitles.mak
Change #238443
Category ffmpeg Changed by Nicolas Gaullier <nicolas.gaullier @cji.paris>Changed at Sat 05 Jul 2025 21:10:44 Repository https://git.ffmpeg.org/ffmpeg.git Project ffmpeg Branch master Revision 0b7b53a1543692358213e43f99f36e5e917441ab Comments
fate/mov: fix multiple dependencies Signed-off-by: Nicolas Gaullier <nicolas.gaullier@cji.paris> Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
Changed files
- tests/fate/mov.mak
Change #238444
Category ffmpeg Changed by Nicolas Gaullier <nicolas.gaullier @cji.paris>Changed at Sat 05 Jul 2025 21:10:44 Repository https://git.ffmpeg.org/ffmpeg.git Project ffmpeg Branch master Revision 9876a515e2c76771e7cfafebd3f15e9ffed95112 Comments
fate/gapless: fix multiple dependencies Signed-off-by: Nicolas Gaullier <nicolas.gaullier@cji.paris> Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
Changed files
- tests/fate/gapless.mak
Change #238445
Category ffmpeg Changed by Nicolas Gaullier <nicolas.gaullier @cji.paris>Changed at Sat 05 Jul 2025 21:10:45 Repository https://git.ffmpeg.org/ffmpeg.git Project ffmpeg Branch master Revision c1fa833d1cbd70b016763af6b7bd6532fb2b096a Comments
fate/lavf-container: fix multiple dependencies Signed-off-by: Nicolas Gaullier <nicolas.gaullier@cji.paris> Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
Changed files
- tests/fate/lavf-container.mak
Change #238446
Category ffmpeg Changed by Nicolas Gaullier <nicolas.gaullier @cji.paris>Changed at Sat 05 Jul 2025 21:10:45 Repository https://git.ffmpeg.org/ffmpeg.git Project ffmpeg Branch master Revision ee29f2f455a633497eaf61a1954d4f3c80300685 Comments
fate/vorbis: fix multiple dependencies Signed-off-by: Nicolas Gaullier <nicolas.gaullier@cji.paris> Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
Changed files
- tests/fate/vorbis.mak
Change #238447
Category ffmpeg Changed by Nicolas Gaullier <nicolas.gaullier @cji.paris>Changed at Sat 05 Jul 2025 21:10:45 Repository https://git.ffmpeg.org/ffmpeg.git Project ffmpeg Branch master Revision af40eb2ef7f5e9d4ed5f3d48df102321a9f3645f Comments
fate/aac: fix multiple dependencies Signed-off-by: Nicolas Gaullier <nicolas.gaullier@cji.paris> Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
Changed files
- tests/fate/aac.mak
Change #238448
Category ffmpeg Changed by Nicolas Gaullier <nicolas.gaullier @cji.paris>Changed at Sat 05 Jul 2025 21:10:46 Repository https://git.ffmpeg.org/ffmpeg.git Project ffmpeg Branch master Revision fbcfa24ec0a65566c534bb6fbe33318e12a06792 Comments
fate/audio: fix multiple dependencies Signed-off-by: Nicolas Gaullier <nicolas.gaullier@cji.paris> Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
Changed files
- tests/fate/audio.mak
Change #238449
Category ffmpeg Changed by Nicolas Gaullier <nicolas.gaullier @cji.paris>Changed at Sat 05 Jul 2025 21:10:46 Repository https://git.ffmpeg.org/ffmpeg.git Project ffmpeg Branch master Revision daea361d8801312244346fb47f734ac8739960d0 Comments
fate/ac3: fix multiple dependencies Signed-off-by: Nicolas Gaullier <nicolas.gaullier@cji.paris> Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
Changed files
- tests/fate/ac3.mak
Change #238450
Category ffmpeg Changed by Nicolas Gaullier <nicolas.gaullier @cji.paris>Changed at Sat 05 Jul 2025 21:10:47 Repository https://git.ffmpeg.org/ffmpeg.git Project ffmpeg Branch master Revision 64198e08206e4503be309da68081836f1925e6cb Comments
fate/cover-art: fix multiple dependencies Signed-off-by: Nicolas Gaullier <nicolas.gaullier@cji.paris> Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
Changed files
- tests/fate/cover-art.mak
Change #238451
Category ffmpeg Changed by Nicolas Gaullier <nicolas.gaullier @cji.paris>Changed at Sat 05 Jul 2025 21:10:47 Repository https://git.ffmpeg.org/ffmpeg.git Project ffmpeg Branch master Revision 5fe4434cb9c358fafc0e477a4a1ec4dbaa11456a Comments
fate/hlsenc: fix multiple dependencies Signed-off-by: Nicolas Gaullier <nicolas.gaullier@cji.paris> Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
Changed files
- tests/fate/hlsenc.mak
Change #238452
Category ffmpeg Changed by Nicolas Gaullier <nicolas.gaullier @cji.paris>Changed at Sat 05 Jul 2025 21:10:47 Repository https://git.ffmpeg.org/ffmpeg.git Project ffmpeg Branch master Revision ae31b66028e22d3b315b715dfbeb067234321d7a Comments
fate/mpeg4: fix multiple dependencies Signed-off-by: Nicolas Gaullier <nicolas.gaullier@cji.paris> Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
Changed files
- tests/fate/mpeg4.mak
Change #238453
Category ffmpeg Changed by Nicolas Gaullier <nicolas.gaullier @cji.paris>Changed at Sat 05 Jul 2025 21:10:48 Repository https://git.ffmpeg.org/ffmpeg.git Project ffmpeg Branch master Revision b4c958758942178bc642c1afa3400300916a7f33 Comments
fate/pcm: fix multiple dependencies Signed-off-by: Nicolas Gaullier <nicolas.gaullier@cji.paris> Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
Changed files
- tests/fate/pcm.mak
Change #238454
Category ffmpeg Changed by Nicolas Gaullier <nicolas.gaullier @cji.paris>Changed at Sat 05 Jul 2025 21:10:48 Repository https://git.ffmpeg.org/ffmpeg.git Project ffmpeg Branch master Revision 7de40387e76c897b77e17fe1400950ba9db5256c Comments
fate/hevc: fix multiple dependencies Signed-off-by: Nicolas Gaullier <nicolas.gaullier@cji.paris> Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
Changed files
- tests/fate/hevc.mak
Change #238455
Category ffmpeg Changed by Nicolas Gaullier <nicolas.gaullier @cji.paris>Changed at Sat 05 Jul 2025 21:10:48 Repository https://git.ffmpeg.org/ffmpeg.git Project ffmpeg Branch master Revision 1ece56ddbb12f1875a7dc9f37181963a08ab283a Comments
fate/all: fix multiple dependencies Signed-off-by: Nicolas Gaullier <nicolas.gaullier@cji.paris> Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
Changed files
- tests/fate/api.mak
- tests/fate/cbs.mak
- tests/fate/ffmpeg.mak
- tests/fate/filter-audio.mak
- tests/fate/filter-video.mak
- tests/fate/fits.mak
- tests/fate/gif.mak
- tests/fate/h264.mak
- tests/fate/image.mak
- tests/fate/libavformat.mak
- tests/fate/matroska.mak
- tests/fate/ogg-flac.mak
- tests/fate/pixfmt.mak
- tests/fate/segment.mak
- tests/fate/vcodec.mak
- tests/fate/video.mak
- tests/fate/voice.mak
- tests/fate/xvid.mak
Change #238456
Category ffmpeg Changed by Nicolas Gaullier <nicolas.gaullier @cji.paris>Changed at Sat 05 Jul 2025 21:10:49 Repository https://git.ffmpeg.org/ffmpeg.git Project ffmpeg Branch master Revision e2c7f7804d39854b9f09c446814840ca3b918327 Comments
fate/all: add missing file protocol dependencies First, always require file protocol when FATE suite is used. Then, add missing dependencies while removing duplicates. Signed-off-by: Nicolas Gaullier <nicolas.gaullier@cji.paris> Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
Changed files
- tests/Makefile
- tests/fate/cbs.mak
- tests/fate/cover-art.mak
- tests/fate/demux.mak
- tests/fate/filter-audio.mak
- tests/fate/filter-video.mak
- tests/fate/image.mak
- tests/fate/microsoft.mak
- tests/fate/mpc.mak
- tests/fate/pcm.mak
- tests/fate/pixfmt.mak
- tests/fate/seek.mak
- tests/fate/subtitles.mak
- tests/fate/vpx.mak
- tests/fate/wavpack.mak
Change #238457
Category ffmpeg Changed by Nicolas Gaullier <nicolas.gaullier @cji.paris>Changed at Sat 05 Jul 2025 21:10:49 Repository https://git.ffmpeg.org/ffmpeg.git Project ffmpeg Branch master Revision 57a0412830f679c1b8bae09ecedddb90db4e7eab Comments
fate/all: add missing crc/framecrc/md5/framemd5/pipe dependencies When CMD is crc/framecrc, always use the macros CRC/FRAMECRC, even if it includes unnecessary requirements for rawvideo/pcm_s16le encoders (as actually noticed in a comment of the Makefile). Signed-off-by: Nicolas Gaullier <nicolas.gaullier@cji.paris> Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
Changed files
- tests/Makefile
- tests/fate/aac.mak
- tests/fate/ac3.mak
- tests/fate/acodec.mak
- tests/fate/adpcm.mak
- tests/fate/alac.mak
- tests/fate/als.mak
- tests/fate/amrnb.mak
- tests/fate/amrwb.mak
- tests/fate/apng.mak
- tests/fate/atrac.mak
- tests/fate/audio.mak
- tests/fate/caf.mak
- tests/fate/demux.mak
- tests/fate/dpcm.mak
- tests/fate/ffmpeg.mak
- tests/fate/fifo-muxer.mak
- tests/fate/filter-audio.mak
- tests/fate/filter-video.mak
- tests/fate/flac.mak
- tests/fate/gapless.mak
- tests/fate/h264.mak
- tests/fate/hlsenc.mak
- tests/fate/image.mak
- tests/fate/imf.mak
- tests/fate/indeo.mak
- tests/fate/lavf-container.mak
- tests/fate/lavf-video.mak
- tests/fate/libswresample.mak
- tests/fate/lossless-audio.mak
- tests/fate/matroska.mak
- tests/fate/microsoft.mak
- tests/fate/monkeysaudio.mak
- tests/fate/mov.mak
- tests/fate/mp3.mak
- tests/fate/mpc.mak
- tests/fate/mpegps.mak
- tests/fate/oma.mak
- tests/fate/pcm.mak
- tests/fate/qoa.mak
- tests/fate/real.mak
- tests/fate/segment.mak
- tests/fate/subtitles.mak
- tests/fate/video.mak
- tests/fate/voice.mak
- tests/fate/vpx.mak
- tests/fate/vqf.mak
- tests/fate/wma.mak
- tests/fate/xvid.mak
Change #238458
Category ffmpeg Changed by Nicolas Gaullier <nicolas.gaullier @cji.paris>Changed at Sat 05 Jul 2025 21:10:49 Repository https://git.ffmpeg.org/ffmpeg.git Project ffmpeg Branch master Revision 81b1cd3ce2f9fe8db9b1fdcd28a9bb9b1effc9da Comments
fate/all: fix missing some mov demuxer dependencies In aac/aac-fixed, also remove unnecessary aac demuxer dependency. Signed-off-by: Nicolas Gaullier <nicolas.gaullier@cji.paris> Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
Changed files
- tests/fate/aac.mak
- tests/fate/h264.mak
- tests/fate/lavf-container.mak
- tests/fate/mov.mak
Change #238459
Category ffmpeg Changed by Nicolas Gaullier <nicolas.gaullier @cji.paris>Changed at Sat 05 Jul 2025 21:10:50 Repository https://git.ffmpeg.org/ffmpeg.git Project ffmpeg Branch master Revision 6b028859d969f887d89b6458a92f92f5031c69c8 Comments
fate/seek: fix missing mpeg4video parser dependency Signed-off-by: Nicolas Gaullier <nicolas.gaullier@cji.paris> Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
Changed files
- tests/fate/seek.mak