Your message dated Sun, 28 Jun 2020 23:23:31 +0200 with message-id <20200628212331.gb53...@ramacher.at> and subject line Re: Bug#963153: ffmpeg breaks r-cran-av autopkgtest: error in 'avcodec_open2 (audio)': Invalid argument has caused the Debian Bug report #963153, regarding ffmpeg breaks r-cran-av autopkgtest: error in 'avcodec_open2 (audio)': Invalid argument to be marked as done.
This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact ow...@bugs.debian.org immediately.) -- 963153: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=963153 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems
--- Begin Message ---Source: ffmpeg, r-cran-av Control: found -1 ffmpeg/7:4.3-2 Control: found -1 r-cran-av/0.5.0+dfsg-3 Severity: serious Tags: sid bullseye X-Debbugs-CC: debian...@lists.debian.org User: debian...@lists.debian.org Usertags: breaks needs-update Dear maintainer(s), With a recent upload of ffmpeg the autopkgtest of r-cran-av fails in testing when that autopkgtest is run with the binary packages of ffmpeg from unstable. It passes when run with only packages from testing. In tabular form: pass fail ffmpeg from testing 7:4.3-2 r-cran-av from testing 0.5.0+dfsg-3 all others from testing from testing I copied some of the output at the bottom of this report. Currently this regression is blocking the migration of ffmpeg to testing [1]. Due to the nature of this issue, I filed this bug report against both packages. Can you please investigate the situation and reassign the bug to the right package? More information about this bug and the reason for filing it can be found on https://wiki.debian.org/ContinuousIntegration/RegressionEmailInformation Paul [1] https://qa.debian.org/excuses.php?package=ffmpeg https://ci.debian.net/data/autopkgtest/testing/amd64/r/r-cran-av/5951260/log.gz autopkgtest [13:08:56]: test run-unit-test: [----------------------- BEGIN TEST testthat.R R version 4.0.1 (2020-06-06) -- "See Things Now" Copyright (C) 2020 The R Foundation for Statistical Computing Platform: x86_64-pc-linux-gnu (64-bit) R is free software and comes with ABSOLUTELY NO WARRANTY. You are welcome to redistribute it under certain conditions. Type 'license()' or 'licence()' for distribution details. R is a collaborative project with many contributors. Type 'contributors()' for more information and 'citation()' on how to cite R or R packages in publications. Type 'demo()' for some demos, 'help()' for on-line help, or 'help.start()' for an HTML browser interface to help. Type 'q()' to quit R. > library(testthat) > library(av) > > if (ps::ps_is_supported()) { + reporter <- ps::CleanupReporter(testthat::CheckReporter)$new(proc_cleanup = FALSE, proc_fail = FALSE) + test_check("av", reporter = reporter) + } else { + test_check("av") + } Estimating duration from bitrate, this may be inaccurate Specified sample rate 8000 is not supported ── 1. Error: Audio FFT (@test-fft.R#10) ─────────────────────────────────────── FFMPEG error in 'avcodec_open2 (audio)': Invalid argument Backtrace: 1. av::av_audio_convert(wonderland, filename, verbose = FALSE) Estimating duration from bitrate, this may be inaccurate ══ testthat results ═══════════════════════════════════════════════════════════ [ OK: 130 | SKIPPED: 0 | WARNINGS: 0 | FAILED: 1 ] 1. Error: Audio FFT (@test-fft.R#10) Error: testthat unit tests failed Execution halted autopkgtest [13:09:08]: test run-unit-test: -----------------------]
signature.asc
Description: OpenPGP digital signature
--- End Message ---
--- Begin Message ---Version: 0.5.0+dfsg-3.1 On 2020-06-23 11:39:15 +0200, Sebastian Ramacher wrote: > On 2020-06-23 11:15:52 +0200, Andreas Tille wrote: > > Hi Sebastian, > > > > On Tue, Jun 23, 2020 at 10:50:50AM +0200, Sebastian Ramacher wrote: > > > Control: notfound -1 ffmpeg/7:4.3-2 > > > Control: tags -1 + patch > > > > > > Hi Andreas > > > > > > ... > > > The attached patch fixes this issue by generting an empty mp3 with the > > > default sampling rate of 44.1 KHz during package build instead of > > > copying the file from libmp3-tag-perl. If you want, I can upload it as > > > NMU. > > > > Any NMU or team upload is perfectly welcome. > > Uploaded to DELAYED/2 with the attached diff. Please let me know if I > should delay it longer. > > Cheers > -- > Sebastian Ramacher > diff -Nru r-cran-av-0.5.0+dfsg/debian/changelog > r-cran-av-0.5.0+dfsg/debian/changelog > --- r-cran-av-0.5.0+dfsg/debian/changelog 2020-05-20 09:34:42.000000000 > +0200 > +++ r-cran-av-0.5.0+dfsg/debian/changelog 2020-06-23 11:31:26.000000000 > +0200 > @@ -1,3 +1,11 @@ > +r-cran-av (0.5.0+dfsg-3.1) unstable; urgency=medium > + > + * Non-maintainer upload. > + * debian/rules: Generate empty mp3 file with ffmpeg with a sample rate > + supported by all formats used in the tests (Closes: #965153) > + > + -- Sebastian Ramacher <sramac...@debian.org> Tue, 23 Jun 2020 11:31:26 > +0200 Closing manually since I had a typo in the bug number. Cheers > + > r-cran-av (0.5.0+dfsg-3) unstable; urgency=medium > > * Provide mp3 example properly > diff -Nru r-cran-av-0.5.0+dfsg/debian/control > r-cran-av-0.5.0+dfsg/debian/control > --- r-cran-av-0.5.0+dfsg/debian/control 2020-05-20 09:34:42.000000000 > +0200 > +++ r-cran-av-0.5.0+dfsg/debian/control 2020-06-23 10:26:49.000000000 > +0200 > @@ -8,7 +8,7 @@ > dh-r, > r-base-dev, > libavfilter-dev, > - libmp3-tag-perl > + ffmpeg > Standards-Version: 4.5.0 > Vcs-Browser: https://salsa.debian.org/r-pkg-team/r-cran-av > Vcs-Git: https://salsa.debian.org/r-pkg-team/r-cran-av.git > diff -Nru r-cran-av-0.5.0+dfsg/debian/rules r-cran-av-0.5.0+dfsg/debian/rules > --- r-cran-av-0.5.0+dfsg/debian/rules 2020-05-20 09:34:42.000000000 +0200 > +++ r-cran-av-0.5.0+dfsg/debian/rules 2020-06-23 10:26:38.000000000 +0200 > @@ -7,4 +7,4 @@ > > override_dh_install: > dh_install > - cp -a /usr/share/doc/libmp3-tag-perl/examples/empty_10sec.mp3 > $(debRlib)/$(cranNameOrig)/samples/Synapsis-Wonderland.mp3 > + ffmpeg -f lavfi -i anullsrc=r=44100:cl=mono -t 10 -acodec libmp3lame > $(debRlib)/$(cranNameOrig)/samples/Synapsis-Wonderland.mp3 -- Sebastian Ramacher
signature.asc
Description: PGP signature
--- End Message ---