Your message dated Mon, 06 Feb 2023 18:11:54 +0000
with message-id <[email protected]>
and subject line Bug#1004068: fixed in origami-pdf 2.1.0-1~exp2
has caused the Debian Bug report #1004068,
regarding origami-pdf: FTBFS: TestSign#test_sign: ArgumentError: wrong number 
of arguments (given 1, expected 0; required keyword: year)
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 [email protected]
immediately.)


-- 
1004068: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1004068
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: origami-pdf
Version: 2.1.0-1~exp1
Severity: serious

Hi,

origami-pdf/experimental recently started to FTBFS (origami-pdf/sid is
not affected):

[...]
┌──────────────────────────────────────────────────────────────────────────────┐
│ Run tests for ruby3.0 from debian/ruby-tests.rake                            │
└──────────────────────────────────────────────────────────────────────────────┘

RUBYLIB=/build/origami-pdf-2.1.0/debian/ruby-origami/usr/lib/ruby/vendor_ruby:. 
GEM_PATH=/build/origami-pdf-2.1.0/debian/ruby-origami/usr/share/rubygems-integration/all:/var/lib/gems/3.0.0:/usr/local/lib/ruby/gems/3.0.0:/usr/lib/ruby/gems/3.0.0:/usr/lib/x86_64-linux-gnu/ruby/gems/3.0.0:/usr/share/rubygems-integration/3.0.0:/usr/share/rubygems-integration/all:/usr/lib/x86_64-linux-gnu/rubygems-integration/3.0.0
 ruby3.0 -S rake -f debian/ruby-tests.rake
/usr/bin/ruby3.0 -w -I"test" 
/usr/share/rubygems-integration/all/gems/rake-13.0.6/lib/rake/rake_test_loader.rb
 "test/test_pdf.rb" -v
Run options: -v --seed 1938

# Running:

TestXrefs#test_xrefstream = 0.01 s = .
TestXrefs#test_xreftable = 0.00 s = .
TestPDFCreate#test_pdf_create = 0.00 s = .
TestStreams#test_object_stream = 0.02 s = .
TestStreams#test_predictors = 0.00 s = E
TestStreams#test_filter_ascii85 = 0.03 s = .
TestStreams#test_filter_asciihex = 0.00 s = .
TestStreams#test_filter_rle = 0.00 s = .
TestStreams#test_filter_ccittfax = 0.03 s = .
TestStreams#test_filter_lzw = 0.01 s = .
TestStreams#test_filter_flate = 0.00 s = .
TestStreams#test_stream = 0.01 s = .
TestEncryption#test_decrypt_aes_256b = 0.01 s = .
TestEncryption#test_encrypt_rc4_128b = 0.00 s = .
TestEncryption#test_decrypt_aes_128b = 0.00 s = .
TestEncryption#test_decrypt_rc4_128b = 0.00 s = .
TestEncryption#test_encrypt_aes_128b = 0.00 s = .
TestEncryption#test_crypt_filter = 0.00 s = .
TestEncryption#test_decrypt_rc4_40b = 0.00 s = .
TestEncryption#test_encrypt_rc4_40b = 0.00 s = .
TestForms#test_create_acroform = 0.00 s = .
TestAnnotations#test_annotations = 0.00 s = .
TestAnnotations#test_annotation_actions = 0.00 s = .
TestPages#test_append_page = 0.00 s = .
TestPages#test_example_write_page = 0.00 s = .
TestSign#test_sign = 0.02 s = E
TestActions#test_page_actions = 0.00 s = .
TestActions#test_pdf_actions = 0.00 s = .
TestPDFObjects#test_pdf_object_tree = 0.00 s = .
TestAttachment#test_attach_file = 0.00 s = .
TestPDFLazyParser#test_random_access = 0.00 s = .
TestPDFLazyParser#test_save_pdf_lazy = 0.01 s = .
TestPDFLazyParser#test_parse_pdf_lazy = 0.00 s = .
TestPDFParser#test_parse_name = 0.00 s = .
TestPDFParser#test_parse_reference = 0.00 s = .
TestPDFParser#test_parse_dictionary = 0.00 s = .
TestPDFParser#test_parse_int = 0.00 s = .
TestPDFParser#test_parse_pdf = 0.00 s = .
TestPDFParser#test_parse_real = 0.00 s = .
TestPDFParser#test_parse_bool = 0.00 s = .
TestPDFParser#test_parse_string = 0.00 s = .

Finished in 0.189514s, 216.3427 runs/s, 1677.9750 assertions/s.

  1) Error:
TestStreams#test_predictors:
ArgumentError: wrong number of arguments (given 2, expected 1)
    /build/origami-pdf-2.1.0/lib/origami/filters/predictors.rb:83:in 
`apply_pre_prediction'
    /build/origami-pdf-2.1.0/lib/origami/filters/predictors.rb:65:in 
`pre_prediction'
    /build/origami-pdf-2.1.0/lib/origami/filters/flate.rb:44:in `encode'
    /build/origami-pdf-2.1.0/lib/origami/filters.rb:351:in `encode'
    /build/origami-pdf-2.1.0/lib/origami/stream.rb:479:in `encode_data'
    /build/origami-pdf-2.1.0/lib/origami/stream.rb:377:in `block in encode!'
    /build/origami-pdf-2.1.0/lib/origami/stream.rb:365:in `downto'
    /build/origami-pdf-2.1.0/lib/origami/stream.rb:365:in `encode!'
    /build/origami-pdf-2.1.0/lib/origami/stream.rb:287:in `encoded_data'
    /build/origami-pdf-2.1.0/test/test_streams.rb:14:in `test_predictors'
    /usr/lib/ruby/vendor_ruby/minitest/test.rb:98:in `block (3 levels) in run'
    /usr/lib/ruby/vendor_ruby/minitest/test.rb:195:in `capture_exceptions'
    /usr/lib/ruby/vendor_ruby/minitest/test.rb:95:in `block (2 levels) in run'
    /usr/lib/ruby/vendor_ruby/minitest.rb:270:in `time_it'
    /usr/lib/ruby/vendor_ruby/minitest/test.rb:94:in `block in run'
    /usr/lib/ruby/vendor_ruby/minitest.rb:365:in `on_signal'
    /usr/lib/ruby/vendor_ruby/minitest/test.rb:211:in `with_info_handler'
    /usr/lib/ruby/vendor_ruby/minitest/test.rb:93:in `run'
    /usr/lib/ruby/vendor_ruby/minitest.rb:1029:in `run_one_method'
    /usr/lib/ruby/vendor_ruby/minitest.rb:339:in `run_one_method'
    /usr/lib/ruby/vendor_ruby/minitest.rb:326:in `block (2 levels) in run'
    /usr/lib/ruby/vendor_ruby/minitest.rb:325:in `each'
    /usr/lib/ruby/vendor_ruby/minitest.rb:325:in `block in run'
    /usr/lib/ruby/vendor_ruby/minitest.rb:365:in `on_signal'
    /usr/lib/ruby/vendor_ruby/minitest.rb:352:in `with_info_handler'
    /usr/lib/ruby/vendor_ruby/minitest.rb:324:in `run'
    /usr/lib/ruby/vendor_ruby/minitest.rb:164:in `block in __run'
    /usr/lib/ruby/vendor_ruby/minitest.rb:164:in `map'
    /usr/lib/ruby/vendor_ruby/minitest.rb:164:in `__run'
    /usr/lib/ruby/vendor_ruby/minitest.rb:141:in `run'
    /usr/lib/ruby/vendor_ruby/minitest.rb:68:in `block in autorun'

  2) Error:
TestSign#test_sign:
ArgumentError: wrong number of arguments (given 1, expected 0; required 
keyword: year)
    /build/origami-pdf-2.1.0/lib/origami/string.rb:373:in `initialize'
    /build/origami-pdf-2.1.0/lib/origami/string.rb:436:in `new'
    /build/origami-pdf-2.1.0/lib/origami/string.rb:436:in `now'
    /build/origami-pdf-2.1.0/lib/origami/signature.rb:483:in `pre_build'
    /build/origami-pdf-2.1.0/lib/origami/pdf.rb:747:in `build_object'
    /build/origami-pdf-2.1.0/lib/origami/pdf.rb:771:in `block in 
build_compound_object'
    /build/origami-pdf-2.1.0/lib/origami/dictionary.rb:138:in `block in map!'
    /build/origami-pdf-2.1.0/lib/origami/dictionary.rb:137:in `each_pair'
    /build/origami-pdf-2.1.0/lib/origami/dictionary.rb:137:in `map!'
    /build/origami-pdf-2.1.0/lib/origami/pdf.rb:764:in `build_compound_object'
    /build/origami-pdf-2.1.0/lib/origami/pdf.rb:753:in `build_object'
    /build/origami-pdf-2.1.0/lib/origami/pdf.rb:771:in `block in 
build_compound_object'
    /build/origami-pdf-2.1.0/lib/origami/pdf.rb:764:in `map!'
    /build/origami-pdf-2.1.0/lib/origami/pdf.rb:764:in `build_compound_object'
    /build/origami-pdf-2.1.0/lib/origami/pdf.rb:753:in `build_object'
    /build/origami-pdf-2.1.0/lib/origami/pdf.rb:778:in `block in 
build_compound_object'
    /build/origami-pdf-2.1.0/lib/origami/pdf.rb:777:in `each_value'
    /build/origami-pdf-2.1.0/lib/origami/pdf.rb:777:in `build_compound_object'
    /build/origami-pdf-2.1.0/lib/origami/pdf.rb:753:in `build_object'
    /build/origami-pdf-2.1.0/lib/origami/pdf.rb:771:in `block in 
build_compound_object'
    /build/origami-pdf-2.1.0/lib/origami/dictionary.rb:138:in `block in map!'
    /build/origami-pdf-2.1.0/lib/origami/dictionary.rb:137:in `each_pair'
    /build/origami-pdf-2.1.0/lib/origami/dictionary.rb:137:in `map!'
    /build/origami-pdf-2.1.0/lib/origami/pdf.rb:764:in `build_compound_object'
    /build/origami-pdf-2.1.0/lib/origami/pdf.rb:753:in `build_object'
    /build/origami-pdf-2.1.0/lib/origami/pdf.rb:733:in `block in physicalize'
    /build/origami-pdf-2.1.0/lib/origami/pdf.rb:732:in `each'
    /build/origami-pdf-2.1.0/lib/origami/pdf.rb:732:in `physicalize'
    /build/origami-pdf-2.1.0/lib/origami/pdf.rb:713:in `compile'
    /build/origami-pdf-2.1.0/lib/origami/signature.rb:128:in `sign'
    /build/origami-pdf-2.1.0/test/test_pdf_sign.rb:43:in `test_sign'
    /usr/lib/ruby/vendor_ruby/minitest/test.rb:98:in `block (3 levels) in run'
    /usr/lib/ruby/vendor_ruby/minitest/test.rb:195:in `capture_exceptions'
    /usr/lib/ruby/vendor_ruby/minitest/test.rb:95:in `block (2 levels) in run'
    /usr/lib/ruby/vendor_ruby/minitest.rb:270:in `time_it'
    /usr/lib/ruby/vendor_ruby/minitest/test.rb:94:in `block in run'
    /usr/lib/ruby/vendor_ruby/minitest.rb:365:in `on_signal'
    /usr/lib/ruby/vendor_ruby/minitest/test.rb:211:in `with_info_handler'
    /usr/lib/ruby/vendor_ruby/minitest/test.rb:93:in `run'
    /usr/lib/ruby/vendor_ruby/minitest.rb:1029:in `run_one_method'
    /usr/lib/ruby/vendor_ruby/minitest.rb:339:in `run_one_method'
    /usr/lib/ruby/vendor_ruby/minitest.rb:326:in `block (2 levels) in run'
    /usr/lib/ruby/vendor_ruby/minitest.rb:325:in `each'
    /usr/lib/ruby/vendor_ruby/minitest.rb:325:in `block in run'
    /usr/lib/ruby/vendor_ruby/minitest.rb:365:in `on_signal'
    /usr/lib/ruby/vendor_ruby/minitest.rb:352:in `with_info_handler'
    /usr/lib/ruby/vendor_ruby/minitest.rb:324:in `run'
    /usr/lib/ruby/vendor_ruby/minitest.rb:164:in `block in __run'
    /usr/lib/ruby/vendor_ruby/minitest.rb:164:in `map'
    /usr/lib/ruby/vendor_ruby/minitest.rb:164:in `__run'
    /usr/lib/ruby/vendor_ruby/minitest.rb:141:in `run'
    /usr/lib/ruby/vendor_ruby/minitest.rb:68:in `block in autorun'

41 runs, 318 assertions, 0 failures, 2 errors, 0 skips
rake aborted!
Command failed with status (1): [ruby -w -I"test" 
/usr/share/rubygems-integration/all/gems/rake-13.0.6/lib/rake/rake_test_loader.rb
 "test/test_pdf.rb" -v]
/usr/share/rubygems-integration/all/gems/rake-13.0.6/exe/rake:27:in `<top 
(required)>'
Tasks: TOP => default
(See full trace by running task with --trace)
ERROR: Test "ruby3.0" failed. Exiting.
dh_auto_install: error: dh_ruby --install /build/origami-pdf-2.1.0/debian/tmp 
returned exit code 1
make[1]: *** [debian/rules:9: override_dh_auto_install] Error 25


Andreas

Attachment: origami-pdf_2.1.0-1~exp1.log.gz
Description: application/gzip


--- End Message ---
--- Begin Message ---
Source: origami-pdf
Source-Version: 2.1.0-1~exp2
Done: Antonio Terceiro <[email protected]>

We believe that the bug you reported is fixed in the latest version of
origami-pdf, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Antonio Terceiro <[email protected]> (supplier of updated origami-pdf package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Mon, 06 Feb 2023 18:25:55 +0100
Source: origami-pdf
Architecture: source
Version: 2.1.0-1~exp2
Distribution: unstable
Urgency: medium
Maintainer: Debian Ruby Extras Maintainers 
<[email protected]>
Changed-By: Antonio Terceiro <[email protected]>
Closes: 1004068
Changes:
 origami-pdf (2.1.0-1~exp2) unstable; urgency=medium
 .
   * Team upload.
 .
   [ Antonio Terceiro ]
   * origami-pdf: depend on ruby-origami from the same version
   * autopkgtest: add encrypt/decrypt test
   * Add patch to fix PDF encryption
   * autopkgtest: write to temporary dir
   * autopkgtest: add pdfmetadata test
   * autopkgtest: add pdfdecrypt test
   * Add patch from an upstream fork with fix for Ruby 3+ (Closes: #1004068)
   * Re-encrypt debian/tests/encrypted.pdf
   * autopkgtest: add roundtrip test (encrypt then decrypt)
   * debian/source: mention inclusion of test PDFs
   * Drop *-Ruby-Versions fields
   * debian/changelog: merge entries from unstable
 .
   [ Daniel Leidert ]
   * Merge packaging changes from latest work on unstable
Checksums-Sha1:
 eca738503f4b1e1efaced43c933b884b234d7387 2189 origami-pdf_2.1.0-1~exp2.dsc
 d0d60f33065745b770a02e8402014b79188dffd9 20856 
origami-pdf_2.1.0-1~exp2.debian.tar.xz
 3de18a22e1a2baab045b637f440bb3b39f95aa39 9735 
origami-pdf_2.1.0-1~exp2_amd64.buildinfo
Checksums-Sha256:
 6a1395724537a226a354ad35d400b78392fcafd73f309fe2e3f95a292491c93d 2189 
origami-pdf_2.1.0-1~exp2.dsc
 e9efad24d681c79486ec36bb54e8d578270d058bed2c1af0319793ff118eb2b1 20856 
origami-pdf_2.1.0-1~exp2.debian.tar.xz
 08f8aaa6361049666d6d98d06a4b5929ef0b3df1617c0f8c23e80be904504660 9735 
origami-pdf_2.1.0-1~exp2_amd64.buildinfo
Files:
 781c8f17a0edfab1d073d13d3ab2f2b1 2189 utils optional 
origami-pdf_2.1.0-1~exp2.dsc
 3794f32ec543299b9f79b61fc8f3de55 20856 utils optional 
origami-pdf_2.1.0-1~exp2.debian.tar.xz
 18bfaa33a65fdc8ba9c3c497da963e97 9735 utils optional 
origami-pdf_2.1.0-1~exp2_amd64.buildinfo

-----BEGIN PGP SIGNATURE-----

iQIzBAEBCAAdFiEEst7mYDbECCn80PEM/A2xu81GC94FAmPhOiQACgkQ/A2xu81G
C94JsxAA7vi4aCTIMT8vTEA8mQP2N11YR98Fl2WFTYAi/8fEMoQ5UDZCL98Vk5i6
9gjRgl268WW5sRo8ox6aUZTkPseZ+OkoavIJHeh4jN0pvbBqb7sO5NAizI79oZ3t
CVEw67RIwiVPxfiKfq8Jx4oyRIn9o7Yx8J+bs9UqB+cEJGf045zpZ3V+R2GF7ZIG
k+xIM9IBquJPmxwEDL5mTCYH8M5f2NRwA5B4EHZc2bA2nJ3mbWsHRwgXl/SSGR5b
cyyFOS7Gh2Dv441Dp4xKyRyT+E556XybN9mMRp6taCa5bDlVI/s54Ga3oLeOVoY9
NzKsplsSm0iPbRJ9nsU6UqUbr2xg1yLrm5vFaCVvFDwaozdjYeYFuNfu2/8VmY04
NAh8SA9uEMtAGNsQyRjTdI3mej5L6z42kh1+m6XvZ4FC4YVJ6qjXw4LcoflN1LKh
5JcNxJqLDLjFWoeY9hf4Jup79PQoyzsBvvIzgpqV3MUXnumMVcI58v2F2B3Ai6/X
wD7ViEffDO1TfV+U41WTDbyjPDkzjyCVI5KTeSC8wrlptV2FCHiF945fYOWCpGfG
FilyiiFXqdBndtgL40IA8nn+stmGsbfU07HcXW7XTAF2NiKhR9xdE8RPIqRvu2TZ
2iOGD3lqpHB+rbFytILEHxThovcuS721lXWwjlJ9h5Lts9hR1eM=
=FCOX
-----END PGP SIGNATURE-----

--- End Message ---
_______________________________________________
Pkg-ruby-extras-maintainers mailing list
[email protected]
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-ruby-extras-maintainers

Reply via email to