Package: src:libmedia-convert-perl
Version: 1.1.0-2
Severity: serious
Tags: ftbfs
Dear maintainer:
During a rebuild of all packages in unstable, your package failed to build:
--------------------------------------------------------------------------------
[...]
debian/rules build
dh build
dh_update_autotools_config
dh_autoreconf
dh_auto_configure
/usr/bin/perl Makefile.PL INSTALLDIRS=vendor "OPTIMIZE=-g -O2 -Werror=implicit-function-declaration
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2" "LD=x86_64-linux-gnu-gcc -g -O2
-Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wl,-z,relro"
Warning: prerequisite Alien::ffmpeg 0 not found.
Checking if your kit is complete...
Looks good
Generating a Unix-style Makefile
Writing Makefile for Media::Convert
Writing MYMETA.yml and MYMETA.json
dh_auto_build
make -j2
make[1]: Entering directory '/<<PKGBUILDDIR>>'
cp lib/Media/Convert/Normalizer/None.pm
blib/lib/Media/Convert/Normalizer/None.pm
cp lib/Media/Convert/Asset/Profile/mpeg2.pm
blib/lib/Media/Convert/Asset/Profile/mpeg2.pm
cp lib/Media/Convert/Asset/Profile/av1.pm
blib/lib/Media/Convert/Asset/Profile/av1.pm
cp lib/Media/Convert/CodecMap.pm blib/lib/Media/Convert/CodecMap.pm
cp lib/Media/Convert/Normalizer/Ffmpeg.pm
blib/lib/Media/Convert/Normalizer/Ffmpeg.pm
cp lib/Media/Convert/AvSync.pm blib/lib/Media/Convert/AvSync.pm
cp lib/Media/Convert.pm blib/lib/Media/Convert.pm
cp lib/Media/Convert/Asset/Concat.pm blib/lib/Media/Convert/Asset/Concat.pm
cp lib/Media/Convert/Pipe.pm blib/lib/Media/Convert/Pipe.pm
cp lib/Media/Convert/Asset.pm blib/lib/Media/Convert/Asset.pm
cp lib/Media/Convert/Asset/PNGGen.pm blib/lib/Media/Convert/Asset/PNGGen.pm
cp lib/Media/Convert/Normalizer.pm blib/lib/Media/Convert/Normalizer.pm
cp lib/Media/Convert/Asset/Profile/copy.pm
blib/lib/Media/Convert/Asset/Profile/copy.pm
cp lib/Media/Convert/FfmpegInfo.pm blib/lib/Media/Convert/FfmpegInfo.pm
cp lib/Media/Convert/Asset/Profile/mp4.pm
blib/lib/Media/Convert/Asset/Profile/mp4.pm
cp lib/Media/Convert/Asset/ProfileFactory.pm
blib/lib/Media/Convert/Asset/ProfileFactory.pm
cp lib/Media/Convert/Normalizer/Bs1770gain.pm
blib/lib/Media/Convert/Normalizer/Bs1770gain.pm
cp lib/Media/Convert/Map.pm blib/lib/Media/Convert/Map.pm
cp scripts/mc-encode blib/script/mc-encode
"/usr/bin/perl" -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/mc-encode
Manifying 1 pod document
Manifying 15 pod documents
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_test
make -j2 test TEST_VERBOSE=1
make[1]: Entering directory '/<<PKGBUILDDIR>>'
PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e"
"undef *Test::Harness::Switches; test_harness(1, 'blib/lib', 'blib/arch')" t/*.t
Svt[info]: -------------------------------------------
Svt[info]: SVT [version]: SVT-AV1 Encoder Lib v2.1.0
Svt[info]: SVT [build] : GCC 13.3.0 64 bit
Svt[info]: -------------------------------------------
Svt[info]: Number of logical cores available: 2
Svt[info]: Number of PPCS 74
Svt[info]: [asm level on system : up to avx2]
Svt[info]: [asm level selected : up to avx2]
Svt[info]: -------------------------------------------
Svt[info]: SVT [config]: main profile tier (auto) level (auto)
Svt[info]: SVT [config]: width / height / fps numerator / fps denominator
: 856 / 480 / 24 / 1
Svt[info]: SVT [config]: bit-depth / color format
: 8 / YUV420
Svt[info]: SVT [config]: preset / tune / pred struct
: 4 / VQ / random access
Svt[info]: SVT [config]: gop size / mini-gop size / key-frame type
: 161 / 32 / key frame
Svt[info]: SVT [config]: BRC mode / rate factor
: CRF / 25
Svt[info]: SVT [config]: AQ mode / variance boost
: 2 / 0
Svt[info]: SVT [config]: film grain synth / denoising / level
: 1 / 0 / 8
Svt[info]: -------------------------------------------
t/av1.t ........
ok 1 - use Media::Convert::Asset;
ok 2 - use Media::Convert::Asset::ProfileFactory;
ok 3 - use Media::Convert::Pipe;
ok 4 - use Media::Convert::FfmpegInfo;
ok 5 - Creating an input asset is possible
ok 6 - Creating an output asset is possible
Running: 'ffmpeg' '-loglevel' 'warning' '-y' '-i' 't/testvids/bbb.mp4'
'-threads' '1' '-c:v' 'libsvtav1' '-r:v' '24/1' '-crf' '25' '-speed' '4'
'-preset' '4' '-c:a' 'libvorbis' '-b:a' '133431' '-ar' '44100' '-t' '1'
'-pix_fmt' 'yuv420p' '-svtav1-params' 'tune=0:film-grain=8' './1sec.webm'
ok 7 - Creating a 1 second AV1 file is possible
ok 8 - The output video has the correct codec
ok 9 - The output video has approximately the correct length
1..9
ok
t/avsync.t .....
1..14
ok 1 - use Media::Convert::Asset;
ok 2 - use Media::Convert::AvSync;
ok 3 - An object of class 'Media::Convert::Asset' isa 'Media::Convert::Asset'
ok 4 - An object of class 'Media::Convert::Asset' isa 'Media::Convert::Asset'
ok 5 - An object of class 'Media::Convert::AvSync' isa 'Media::Convert::AvSync'
Running: 'ffmpeg' '-loglevel' 'warning' '-y' '-i' 't/testvids/bbb.mp4' '-c:v'
'copy' '-c:a' 'copy' './test.mkv'
ok 6 - Doing A/V sync creates a file, even with no actual A/V sync
ok 7 - The video was generated with the correct output size
ok 8 - The video was copied correctly
ok 9 - The audio was copied correctly
ok 10 - The output duration is about the same as that of the input:20.023000 vs
20.000000
Running: 'ffmpeg' '-loglevel' 'warning' '-y' '-i' 't/testvids/bbb.mp4' '-c:v'
'copy' '-c:a' 'copy' 'avseNtR6f/pre.mkv'
Running: 'ffmpeg' '-loglevel' 'warning' '-y' '-itsoffset' '1' '-i'
'avseNtR6f/pre.mkv' '-i' 'avseNtR6f/pre.mkv' '-map' '0:a' '-map' '1:v' '-c:v'
'copy' '-c:a' 'copy' '-shortest' 'avseNtR6f/synced.mkv'
Running: 'ffmpeg' '-loglevel' 'warning' '-y' '-i' 'avseNtR6f/synced.mkv' '-c:v'
'copy' '-c:a' 'copy' '-ss' '1' './test.mkv'
ok 11 - Doing A/V sync with audio delay creates a file
ok 12 - The video was generated with the correct output size
ok 13 - The video was copied correctly
ok 14 - The audio was copied correctly
ok
t/codecs.t .....
ok 1 - at least some codecs were detected
1..1
ok
[aost#0:1/copy @ 0x55facc953580] Non-monotonic DTS; previous: 20016, current:
20000; changing to 20016. This may result in incorrect timestamps in the output
file.
t/concat.t .....
1..9
ok 1 - use Media::Convert::Asset;
ok 2 - use Media::Convert::Asset::Concat;
ok 3 - use Media::Convert::Pipe;
ok 4 - Creating an asset works
ok 5 - Creating a second asset with the same URL works
ok 6 - Creating a concat asset works
ok 7 - An object of class 'Media::Convert::Asset::Concat' isa
'Media::Convert::Asset'
ok 8 - An object of class 'Media::Convert::Asset::Concat' isa
'Media::Convert::Asset::Concat'
Writing ./concat.txt with content:
ffconcat version 1.0
file 't/testvids/bbb.mp4'
file 't/testvids/bbb.mp4'
Running: 'ffmpeg' '-loglevel' 'warning' '-y' '-f' 'concat' '-safe' '0' '-i'
'./concat.txt' '-c:v' 'copy' '-c:a' 'copy' './test.mkv'
ok 9 - The output video has approximately the correct length
ok
t/convert.t ....
1..10
ok 1 - use Media::Convert::Asset;
ok 2 - use Media::Convert::Pipe;
ok 3 - An object of class 'Media::Convert::Asset' isa 'Media::Convert::Asset'
ok 4 - An object of class 'Media::Convert::Asset' isa 'Media::Convert::Asset'
ok 5 - An object of class 'Media::Convert::Pipe' isa 'Media::Convert::Pipe'
Running: 'ffmpeg' '-loglevel' 'warning' '-y' '-i' 't/testvids/bbb.mp4'
'-threads' '1' '-c:v' 'libvpx-vp9' '-crf' '32' '-speed' '4' '-c:a' 'libopus'
'-b:a' '128k' '-t' '1' 't/testvids/1sec.webm'
ok 6 - The output file exists
ok 7 - An object of class 'Media::Convert::Asset' isa 'Media::Convert::Asset'
ok 8 - The video was generated with the correct output size
ok 9 - The video is encoded using VP9
ok 10 - The audio is encoded using Opus
ok
t/copy.t .......
1..10
ok 1 - use Media::Convert::Asset;
ok 2 - use Media::Convert::Pipe;
ok 3 - An object of class 'Media::Convert::Asset' isa 'Media::Convert::Asset'
ok 4 - An object of class 'Media::Convert::Asset' isa 'Media::Convert::Asset'
ok 5 - An object of class 'Media::Convert::Pipe' isa 'Media::Convert::Pipe'
Running: 'ffmpeg' '-loglevel' 'warning' '-y' '-i' 't/testvids/bbb.mp4' '-c:v'
'copy' '-c:a' 'copy' '-ss' '10' 't/testvids/from10.mp4'
ok 6 - The output file exists
ok 7 - An object of class 'Media::Convert::Asset' isa 'Media::Convert::Asset'
ok 8 - The video has (approximately) the correct length
ok 9 - The video has the same codec as the input video
ok 10 - The audio has the same codec as the input video
ok
garbage after JSON object, at character offset 265 (before "[out#0/null @ 0x55ce...") at
/<<PKGBUILDDIR>>/blib/lib/Media/Convert/Normalizer/Ffmpeg.pm line 58, <GEN0> line 61.
# Looks like your test exited with 255 just after 5.
t/normalize.t ..
1..9
ok 1 - use Media::Convert::Asset;
ok 2 - use Media::Convert::Normalizer;
ok 3 - An object of class 'Media::Convert::Asset' isa 'Media::Convert::Asset'
ok 4 - An object of class 'Media::Convert::Asset' isa 'Media::Convert::Asset'
ok 5 - An object of class 'Media::Convert::Normalizer' isa
'Media::Convert::Normalizer'
Running: 'ffmpeg' '-y' '-i' 't/testvids/bbb.mp4' '-af'
'loudnorm=i=-23.0:print_format=json' '-f' 'null' '-'
Dubious, test returned 255 (wstat 65280, 0xff00)
Failed 4/9 subtests
t/pnggen.t .....
1..8
ok 1 - use Media::Convert::Asset::PNGGen;
ok 2 - use Media::Convert::Asset;
ok 3 - use Media::Convert::Pipe;
ok 4 - An object of class 'Media::Convert::Asset::PNGGen' isa
'Media::Convert::Asset'
ok 5 - An object of class 'Media::Convert::Asset::PNGGen' isa
'Media::Convert::Asset::PNGGen'
ok 6 - An object of class 'Media::Convert::Asset' isa 'Media::Convert::Asset'
Running: 'ffmpeg' '-loglevel' 'warning' '-y' '-loop' '1' '-framerate' '25' '-i'
't/testvids/m-c.png' '-f' 'lavfi' '-i' 'anullsrc=channel_layout=mono' '-c:a'
'copy' '-threads' '1' '-r:v' '25' '-speed' '4' '-t' '5' './test.mkv'
ok 7 - The video is created with the correct length
ok 8 - Exactly one audio stream is created
ok
t/probe.t ......
1..11
ok 1 - use Media::Convert::Asset;
ok 2 - An object of class 'Media::Convert::Asset' isa 'Media::Convert::Asset'
ok 3 - video duration probed correctly
ok 4 - video codec probed correctly
ok 5 - audio codec probed correctly
ok 6 - video resolution probed correctly
ok 7 - video bitrate probed correctly
ok 8 - audio bitrate probed correctly
ok 9 - audio samplerate probed correctly
ok 10 - video framerate probed correctly
ok 11 - video pixel format probed correctly
ok
[mpeg @ 0x55621c993e40] VBV buffer size not set, using default size of 230KB
If you want the mpeg file to be compliant to some specification
Like DVD, VCD or others, make sure you set the correct buffer size
[out#0/mp4 @ 0x55a853ac2180] Codec AVOption threads (set the number of threads)
has not been used for any stream. The most likely reason is either wrong type
(e.g. a video option with no video streams) or that it is a private option of
some encoder which was not actually used for any stream.
[out#0/mp4 @ 0x55a853ac2180] Codec AVOption minrate (minimum bitrate (in
bits/s). Most useful in setting up a CBR encode. It is of little use
otherwise.) has not been used for any stream. The most likely reason is either
wrong type (e.g. a video option with no video streams) or that it is a private
option of some encoder which was not actually used for any stream.
[out#0/mp4 @ 0x55a853ac2180] Codec AVOption maxrate (maximum bitrate (in
bits/s). Used for VBV together with bufsize.) has not been used for any stream.
The most likely reason is either wrong type (e.g. a video option with no video
streams) or that it is a private option of some encoder which was not actually
used for any stream.
[out#0/mp4 @ 0x55a853ac2180] Codec AVOption b (set bitrate (in bits/s)) has not
been used for any stream. The most likely reason is either wrong type (e.g. a
video option with no video streams) or that it is a private option of some
encoder which was not actually used for any stream.
t/profiles.t ...
1..45
ok 1 - use Media::Convert::Asset;
ok 2 - use Media::Convert::Asset::ProfileFactory;
ok 3 - use Media::Convert::Pipe;
ok 4 - An object of class 'Media::Convert::Asset' isa 'Media::Convert::Asset'
ok 5 - An object of class 'Media::Convert::Asset::Profile::webm' isa
'Media::Convert::Asset'
ok 6 - An object of class 'Media::Convert::Asset::Profile::webm' isa
'Media::Convert::Asset::Profile::Base'
ok 7 - An object of class 'Media::Convert::Asset::Profile::webm' isa
'Media::Convert::Asset::Profile::webm'
ok 8 - An object of class 'Media::Convert::Asset::Profile::webm' isa
'Media::Convert::Asset::Profile::vp9'
ok 9 - An object of class 'Media::Convert::Asset' isa 'Media::Convert::Asset'
Running: 'ffmpeg' '-loglevel' 'warning' '-y' '-i' 't/testvids/bbb.mp4'
'-threads' '1' '-c:v' 'libvpx-vp9' '-b:v' '750k' '-minrate' '558.1035k'
'-maxrate' '1618.50015k' '-r:v' '24/1' '-crf' '33' '-speed' '4' '-c:a'
'libopus' '-b:a' '128k' '-ar' '48000' '-t' '20.000000' '-pix_fmt' 'yuv420p'
'./test.webm'
ok 10 - Running conversion with the webm profile creates a file
ok 11 - The webm profile generates vp9 video
ok 12 - The webm profile generates opus audio
ok 13 - The duration of the output video is approximately the same as the input
video
ok 14 - An object of class 'Media::Convert::Asset::Profile::vp8' isa
'Media::Convert::Asset'
ok 15 - An object of class 'Media::Convert::Asset::Profile::vp8' isa
'Media::Convert::Asset::Profile::Base'
ok 16 - An object of class 'Media::Convert::Asset::Profile::vp8' isa
'Media::Convert::Asset::Profile::vp8'
ok 17 - An object of class 'Media::Convert::Asset' isa 'Media::Convert::Asset'
Running: 'ffmpeg' '-loglevel' 'warning' '-y' '-i' 't/testvids/bbb.mp4'
'-threads' '1' '-c:v' 'libvpx' '-b:v' '1116.207k' '-minrate' '558.1035k'
'-maxrate' '1618.50015k' '-r:v' '24/1' '-speed' '4' '-c:a' 'libvorbis' '-ar'
'44100' '-t' '20.000000' '-pix_fmt' 'yuv420p' './test.vp8.webm'
ok 18 - Running conversion with the vp8 profile creates a file
ok 19 - The vp8 profile generates vp8 video
ok 20 - The vp8 profile generates vorbis audio
ok 21 - The duration of the output video is approximately the same as the input
video
ok 22 - An object of class 'Media::Convert::Asset::Profile::mp4' isa
'Media::Convert::Asset'
ok 23 - An object of class 'Media::Convert::Asset::Profile::mp4' isa
'Media::Convert::Asset::Profile::Base'
ok 24 - An object of class 'Media::Convert::Asset::Profile::mp4' isa
'Media::Convert::Asset::Profile::mp4'
ok 25 - An object of class 'Media::Convert::Asset' isa 'Media::Convert::Asset'
Running: 'ffmpeg' '-loglevel' 'warning' '-y' '-i' 't/testvids/bbb.mp4' '-c:v'
'copy' '-c:a' 'copy' '-t' '20.000000' '-pix_fmt' 'yuv420p' './test.mp4'
ok 26 - Running conversion with the mp4 profile creates a file
ok 27 - The mp4 profile generates h264 video
ok 28 - The mp4 profile generates aac audio
ok 29 - The duration of the output video is approximately the same as the input
video
ok 30 - An object of class 'Media::Convert::Asset::Profile::mpeg2' isa
'Media::Convert::Asset'
ok 31 - An object of class 'Media::Convert::Asset::Profile::mpeg2' isa
'Media::Convert::Asset::Profile::Base'
ok 32 - An object of class 'Media::Convert::Asset::Profile::mpeg2' isa
'Media::Convert::Asset::Profile::mpeg2'
ok 33 - An object of class 'Media::Convert::Asset' isa 'Media::Convert::Asset'
Running: 'ffmpeg' '-loglevel' 'warning' '-y' '-i' 't/testvids/bbb.mp4'
'-threads' '1' '-c:v' 'mpeg2video' '-r:v' '24/1' '-speed' '4' '-c:a' 'mp2'
'-ar' '44100' '-t' '20.000000' '-pix_fmt' 'yuv420p' './test.mpg'
ok 34 - Running conversion with the mpeg2 profile creates a file
ok 35 - The mpeg2 profile generates mpeg2video video
ok 36 - The mpeg2 profile generates mp2 audio
ok 37 - The duration of the output video is approximately the same as the input
video
ok 38 - An object of class 'Media::Convert::Asset::Profile::copy' isa
'Media::Convert::Asset'
ok 39 - An object of class 'Media::Convert::Asset::Profile::copy' isa
'Media::Convert::Asset::Profile::Base'
ok 40 - An object of class 'Media::Convert::Asset::Profile::copy' isa
'Media::Convert::Asset::Profile::copy'
ok 41 - An object of class 'Media::Convert::Asset' isa 'Media::Convert::Asset'
Running: 'ffmpeg' '-loglevel' 'warning' '-y' '-i' 't/testvids/bbb.mp4'
'-threads' '1' '-c:v' 'copy' '-b:v' '1116.207k' '-minrate' '558.1035k'
'-maxrate' '1618.50015k' '-r:v' '24/1' '-speed' '4' '-c:a' 'copy' '-b:a'
'133431' '-ar' '44100' '-t' '20.000000' '-pix_fmt' 'yuv420p' './test.mp4'
ok 42 - Running conversion with the copy profile creates a file
ok 43 - The copy profile generates h264 video
ok 44 - The copy profile generates aac audio
ok 45 - The duration of the output video is approximately the same as the input
video
ok
Use of uninitialized value in multiplication (*) at
/<<PKGBUILDDIR>>/blib/lib/Media/Convert/Pipe.pm line 233.
[libvpx @ 0x55a8767f1700] Neither bitrate nor constrained quality specified,
using default CRF of 32 and bitrate of 256kbit/sec
Argument "N/A" isn't numeric in division (/) at
/<<PKGBUILDDIR>>/blib/lib/Media/Convert/Pipe.pm line 251, <$ffmpeg> line 12.
Argument "N/A" isn't numeric in division (/) at
/<<PKGBUILDDIR>>/blib/lib/Media/Convert/Pipe.pm line 251, <$ffmpeg> line 24.
Argument "N/A" isn't numeric in division (/) at
/<<PKGBUILDDIR>>/blib/lib/Media/Convert/Pipe.pm line 251, <$ffmpeg> line 36.
[libvpx @ 0x5619889a2700] Neither bitrate nor constrained quality specified,
using default CRF of 32 and bitrate of 256kbit/sec
t/reporting.t ..
1..7
ok 1 - use Media::Convert::Asset;
ok 2 - use Media::Convert::Pipe;
ok 3 - An object of class 'Media::Convert::Pipe' isa 'Media::Convert::Pipe'
Running: 'ffmpeg' '-loglevel' 'warning' '-y' '-i' 't/testvids/bbb.mp4'
'-threads' '1' '-c:v' 'mpeg2video' '-speed' '4' 't/testvids/out.ts'
progress: 53
progress: 100
ok 4 - progress information is strictly increasing
ok 5 - progress stops at 100%
Running: 'ffmpeg' '-loglevel' 'warning' '-y' '-i' 't/testvids/bbb.mp4'
'-threads' '1' '-c:v' 'libvpx' '-speed' '4' '-pass' '1' '-passlogfile'
't/testvids/out.webm-multipass' '-c:a' 'libvorbis' '-t' '10'
't/testvids/out.webm'
progress: 0
progress: 50
Running: 'ffmpeg' '-loglevel' 'warning' '-y' '-i' 't/testvids/bbb.mp4'
'-threads' '1' '-c:v' 'libvpx' '-speed' '4' '-pass' '2' '-passlogfile'
't/testvids/out.webm-multipass' '-c:a' 'libvorbis' '-t' '10'
't/testvids/out.webm'
progress: 63
progress: 82
progress: 100
ok 6 - progress information is strictly incresing when doing multipass
ok 7 - progress stops at 100% when doing multipass
ok
Argument "N/A" isn't numeric in division (/) at
/<<PKGBUILDDIR>>/blib/lib/Media/Convert/Pipe.pm line 251, <$ffmpeg> line 12.
Argument "N/A" isn't numeric in division (/) at
/<<PKGBUILDDIR>>/blib/lib/Media/Convert/Pipe.pm line 251, <$ffmpeg> line 24.
Argument "N/A" isn't numeric in division (/) at
/<<PKGBUILDDIR>>/blib/lib/Media/Convert/Pipe.pm line 251, <$ffmpeg> line 36.
Argument "N/A" isn't numeric in division (/) at
/<<PKGBUILDDIR>>/blib/lib/Media/Convert/Pipe.pm line 251, <$ffmpeg> line 48.
Argument "N/A" isn't numeric in division (/) at
/<<PKGBUILDDIR>>/blib/lib/Media/Convert/Pipe.pm line 251, <$ffmpeg> line 60.
Argument "N/A" isn't numeric in division (/) at
/<<PKGBUILDDIR>>/blib/lib/Media/Convert/Pipe.pm line 251, <$ffmpeg> line 72.
Argument "N/A" isn't numeric in division (/) at
/<<PKGBUILDDIR>>/blib/lib/Media/Convert/Pipe.pm line 251, <$ffmpeg> line 84.
Argument "N/A" isn't numeric in division (/) at
/<<PKGBUILDDIR>>/blib/lib/Media/Convert/Pipe.pm line 251, <$ffmpeg> line 588.
Argument "N/A" isn't numeric in division (/) at
/<<PKGBUILDDIR>>/blib/lib/Media/Convert/Pipe.pm line 251, <$ffmpeg> line 600.
t/script.t .....
running: 'perl' '-I' '/<<PKGBUILDDIR>>/blib/lib' './scripts/mc-encode'
'--input' 't/testvids/bbb.mp4' '--output' 'bbb.webm' '--multipass' '--profile' 'webm'
Running: 'ffmpeg' '-loglevel' 'warning' '-y' '-i' 't/testvids/bbb.mp4'
'-threads' '1' '-c:v' 'libvpx-vp9' '-b:v' '750k' '-minrate' '558.1035k'
'-maxrate' '1618.50015k' '-r:v' '24/1' '-crf' '33' '-speed' '4' '-pass' '1'
'-passlogfile' 'bbb.webm-multipass' '-c:a' 'libopus' '-b:a' '128k' '-ar'
'48000' '-t' '20.000000' '-pix_fmt' 'yuv420p' 'bbb.webm'
bbb.webm: 0%
bbb.webm: 50%
Running: 'ffmpeg' '-loglevel' 'warning' '-y' '-i' 't/testvids/bbb.mp4'
'-threads' '1' '-c:v' 'libvpx-vp9' '-b:v' '750k' '-minrate' '558.1035k'
'-maxrate' '1618.50015k' '-r:v' '24/1' '-crf' '33' '-speed' '4' '-pass' '2'
'-passlogfile' 'bbb.webm-multipass' '-c:a' 'libopus' '-b:a' '128k' '-ar'
'48000' '-t' '20.000000' '-pix_fmt' 'yuv420p' 'bbb.webm'
bbb.webm: 50%
bbb.webm: 51%
bbb.webm: 52%
bbb.webm: 53%
bbb.webm: 54%
bbb.webm: 55%
bbb.webm: 56%
bbb.webm: 57%
bbb.webm: 59%
bbb.webm: 60%
bbb.webm: 61%
bbb.webm: 62%
bbb.webm: 63%
bbb.webm: 64%
bbb.webm: 65%
bbb.webm: 66%
bbb.webm: 67%
bbb.webm: 68%
bbb.webm: 69%
bbb.webm: 70%
bbb.webm: 71%
bbb.webm: 72%
bbb.webm: 73%
bbb.webm: 74%
bbb.webm: 75%
bbb.webm: 76%
bbb.webm: 78%
bbb.webm: 79%
bbb.webm: 80%
bbb.webm: 81%
bbb.webm: 82%
bbb.webm: 83%
bbb.webm: 85%
bbb.webm: 86%
bbb.webm: 87%
bbb.webm: 88%
bbb.webm: 89%
bbb.webm: 90%
bbb.webm: 91%
bbb.webm: 92%
bbb.webm: 93%
bbb.webm: 94%
bbb.webm: 95%
bbb.webm: 50%
bbb.webm: 100%
ok 1 - mc-encode creates a video
1..1
ok
Test Summary Report
-------------------
t/normalize.t (Wstat: 65280 (exited 255) Tests: 5 Failed: 0)
Non-zero exit status: 255
Parse errors: Bad plan. You planned 9 tests but ran 5.
Files=12, Tests=130, 66 wallclock secs ( 0.04 usr 0.03 sys + 72.19 cusr 3.35
csys = 75.61 CPU)
Result: FAIL
Failed 1/12 test programs. 0/130 subtests failed.
make[1]: *** [Makefile:925: test_dynamic] Error 255
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_test: error: make -j2 test TEST_VERBOSE=1 returned exit code 2
make: *** [debian/rules:4: build] Error 25
dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2
--------------------------------------------------------------------------------
The above is just how the build ends and not necessarily the most relevant part.
If required, the full build log is available here:
https://people.debian.org/~sanvila/build-logs/202408/
About the archive rebuild: The build was made on virtual machines
of type m6a.large and r6a.large from AWS, using sbuild and a
reduced chroot with only build-essential packages.
If you could not reproduce the bug please contact me privately, as I
am willing to provide ssh access to a virtual machine where the bug is
fully reproducible.
If this is really a bug in one of the build-depends, please use
reassign and affects, so that this is still visible in the BTS web
page for this package.
Thanks.