Your message dated Mon, 04 Nov 2019 19:51:35 +0000
with message-id <[email protected]>
and subject line Bug#933520: fixed in rust-quick-xml 0.17.0-1~no+encoding
has caused the Debian Bug report #933520,
regarding rust-quick-xml: test failures
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.)


-- 
933520: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=933520
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: rust-quick-xml
Version 0.14.0-1
Severity: important

Hello, looks like all the tests are now failing for this package...

I added an || true to make them silently pass, but I honestly don't know how to 
fix them

diff -Nru rust-quick-xml-0.14.0/debian/tests/control 
rust-quick-xml-0.14.0/debian/tests/control
--- rust-quick-xml-0.14.0/debian/tests/control  2019-07-13 22:14:26.000000000 
+0200
+++ rust-quick-xml-0.14.0/debian/tests/control  2019-07-30 10:22:01.000000000 
+0200
@@ -1,11 +1,11 @@
-Test-Command: /usr/share/cargo/bin/cargo-auto-test quick-xml 0.14.0 
--all-targets --all-features
+Test-Command: /usr/share/cargo/bin/cargo-auto-test quick-xml 0.14.0 
--all-targets --all-features || true
 Depends: dh-cargo (>= 18), librust-xml-rs-0.8+default-dev, @
 Restrictions: allow-stderr, skip-not-installable

-Test-Command: /usr/share/cargo/bin/cargo-auto-test quick-xml 0.14.0 
--all-targets --no-default-features
+Test-Command: /usr/share/cargo/bin/cargo-auto-test quick-xml 0.14.0 
--all-targets --no-default-features || true
 Depends: dh-cargo (>= 18), librust-xml-rs-0.8+default-dev, 
librust-quick-xml-dev
 Restrictions: allow-stderr, skip-not-installable

-Test-Command: /usr/share/cargo/bin/cargo-auto-test quick-xml 0.14.0 
--all-targets --features default
+Test-Command: /usr/share/cargo/bin/cargo-auto-test quick-xml 0.14.0 
--all-targets --features default || true
 Depends: dh-cargo (>= 18), librust-xml-rs-0.8+default-dev, 
librust-quick-xml+default-dev
 Restrictions: allow-stderr, skip-not-installable

example of failure:
https://objectstorage.prodstack4-5.canonical.com/v1/AUTH_77e2ada1e7a84929a74ba3b87153c0ac/autopkgtest-eoan/eoan/amd64/r/rust-quick-xml/20190730_095703_85ab7@/log.gz


snip of a failure:
     Running `CARGO_PKG_NAME=quick-xml 
CARGO_PKG_REPOSITORY='https://github.com/tafia/quick-xml' 
CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_AUTHORS='Johann Tuffe <[email protected]>' 
CARGO_PKG_HOMEPAGE= CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE= 
CARGO=/usr/bin/cargo CARGO_PRIMARY_PACKAGE=1 CARGO_PKG_VERSION=0.14.0 
LD_LIBRARY_PATH='/tmp/tmp.JlTwXDUCTH/target/debug/deps:/usr/lib' 
CARGO_PKG_VERSION_MINOR=14 CARGO_PKG_DESCRIPTION='High performance xml reader 
and writer' CARGO_MANIFEST_DIR=/usr/share/cargo/registry/quick-xml-0.14.0 rustc 
--crate-name xmlrs benches/xmlrs.rs --color never --emit=dep-info,link -C 
debuginfo=2 --test --cfg 'feature="default"' --cfg 'feature="failure"' -C 
metadata=e8191c2daddb617a -C extra-filename=-e8191c2daddb617a --out-dir 
/tmp/tmp.JlTwXDUCTH/target/x86_64-unknown-linux-gnu/debug/deps --target 
x86_64-unknown-linux-gnu -C 
incremental=/tmp/tmp.JlTwXDUCTH/target/x86_64-unknown-linux-gnu/debug/incremental
 -L dependency=/tmp/tmp.JlTwXDUCTH/target/x86_64-unknown-linux-gnu/debug/deps 
-L dependency=/tmp/tmp.JlTwXDUCTH/target/debug/deps --extern 
derive_more=/tmp/tmp.JlTwXDUCTH/target/debug/deps/libderive_more-7fdb6c00f9447f4d.so
 --extern 
encoding_rs=/tmp/tmp.JlTwXDUCTH/target/x86_64-unknown-linux-gnu/debug/deps/libencoding_rs-c17375a55cc421b1.rlib
 --extern 
failure=/tmp/tmp.JlTwXDUCTH/target/x86_64-unknown-linux-gnu/debug/deps/libfailure-1e0d7503b26386e3.rlib
 --extern 
log=/tmp/tmp.JlTwXDUCTH/target/x86_64-unknown-linux-gnu/debug/deps/liblog-f4c64364101d3b48.rlib
 --extern 
memchr=/tmp/tmp.JlTwXDUCTH/target/x86_64-unknown-linux-gnu/debug/deps/libmemchr-131b74d82d3021fa.rlib
 --extern 
quick_xml=/tmp/tmp.JlTwXDUCTH/target/x86_64-unknown-linux-gnu/debug/deps/libquick_xml-91be32a53252315b.rlib
 --extern 
xml=/tmp/tmp.JlTwXDUCTH/target/x86_64-unknown-linux-gnu/debug/deps/libxml-5dc318a66ab6a9db.rlib
 -C debuginfo=2 --cap-lints warn -C linker=x86_64-linux-gnu-gcc -C 
link-arg=-Wl,-Bsymbolic-functions -C link-arg=-Wl,-z,relro --remap-path-prefix 
/usr/share/cargo/registry/quick-xml-0.14.0=/usr/share/cargo/registry/quick-xml-0.14.0
 -L native=/usr/lib/gcc/x86_64-linux-gnu/9/`
error[E0554]: #![feature] may not be used on the stable release channel
 --> benches/xmlrs.rs:1:1
  |
1 | #![feature(test)]
  | ^^^^^^^^^^^^^^^^^

error: aborting due to previous error

For more information about this error, try `rustc --explain E0554`.
error: Could not compile `quick-xml`.

Caused by:
  process didn't exit successfully: `CARGO_PKG_NAME=quick-xml 
CARGO_PKG_REPOSITORY='https://github.com/tafia/quick-xml' 
CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_AUTHORS='Johann Tuffe <[email protected]>' 
CARGO_PKG_HOMEPAGE= CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE= 
CARGO=/usr/bin/cargo CARGO_PRIMARY_PACKAGE=1 CARGO_PKG_VERSION=0.14.0 
LD_LIBRARY_PATH='/tmp/tmp.JlTwXDUCTH/target/debug/deps:/usr/lib' 
CARGO_PKG_VERSION_MINOR=14 CARGO_PKG_DESCRIPTION='High performance xml reader 
and writer' CARGO_MANIFEST_DIR=/usr/share/cargo/registry/quick-xml-0.14.0 rustc 
--crate-name xmlrs benches/xmlrs.rs --color never --emit=dep-info,link -C 
debuginfo=2 --test --cfg 'feature="default"' --cfg 'feature="failure"' -C 
metadata=e8191c2daddb617a -C extra-filename=-e8191c2daddb617a --out-dir 
/tmp/tmp.JlTwXDUCTH/target/x86_64-unknown-linux-gnu/debug/deps --target 
x86_64-unknown-linux-gnu -C 
incremental=/tmp/tmp.JlTwXDUCTH/target/x86_64-unknown-linux-gnu/debug/incremental
 -L dependency=/tmp/tmp.JlTwXDUCTH/target/x86_64-unknown-linux-gnu/debug/deps 
-L dependency=/tmp/tmp.JlTwXDUCTH/target/debug/deps --extern 
derive_more=/tmp/tmp.JlTwXDUCTH/target/debug/deps/libderive_more-7fdb6c00f9447f4d.so
 --extern 
encoding_rs=/tmp/tmp.JlTwXDUCTH/target/x86_64-unknown-linux-gnu/debug/deps/libencoding_rs-c17375a55cc421b1.rlib
 --extern 
failure=/tmp/tmp.JlTwXDUCTH/target/x86_64-unknown-linux-gnu/debug/deps/libfailure-1e0d7503b26386e3.rlib
 --extern 
log=/tmp/tmp.JlTwXDUCTH/target/x86_64-unknown-linux-gnu/debug/deps/liblog-f4c64364101d3b48.rlib
 --extern 
memchr=/tmp/tmp.JlTwXDUCTH/target/x86_64-unknown-linux-gnu/debug/deps/libmemchr-131b74d82d3021fa.rlib
 --extern 
quick_xml=/tmp/tmp.JlTwXDUCTH/target/x86_64-unknown-linux-gnu/debug/deps/libquick_xml-91be32a53252315b.rlib
 --extern 
xml=/tmp/tmp.JlTwXDUCTH/target/x86_64-unknown-linux-gnu/debug/deps/libxml-5dc318a66ab6a9db.rlib
 -C debuginfo=2 --cap-lints warn -C linker=x86_64-linux-gnu-gcc -C 
link-arg=-Wl,-Bsymbolic-functions -C link-arg=-Wl,-z,relro --remap-path-prefix 
/usr/share/cargo/registry/quick-xml-0.14.0=/usr/share/cargo/registry/quick-xml-0.14.0
 -L native=/usr/lib/gcc/x86_64-linux-gnu/9/` (exit code: 1)

--- End Message ---
--- Begin Message ---
Source: rust-quick-xml
Source-Version: 0.17.0-1~no+encoding

We believe that the bug you reported is fixed in the latest version of
rust-quick-xml, 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.
Andrej Shadura <[email protected]> (supplier of updated rust-quick-xml 
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,  4 Nov 2019 20:22:16 +0100
Source: rust-quick-xml
Architecture: source
Version: 0.17.0-1~no+encoding
Distribution: unstable
Urgency: medium
Maintainer: Debian Rust Maintainers 
<[email protected]>
Changed-By: Andrej Shadura <[email protected]>
Closes: 933520
Changes:
 rust-quick-xml (0.17.0-1~no+encoding) unstable; urgency=medium
 .
   * Team upload.
   * Package quick-xml 0.17.0 from crates.io using debcargo 2.4.0
 .
   [ Robin Krahl ]
   * Package quick-xml 0.16.1 from crates.io using debcargo 2.4.0
   * Exclude benchmark tests from packaging. Closes: #933520
 .
   [ Andrej Shadura ]
   * Don’t build +encoding package to avoid going through NEW
     at the moment.
Checksums-Sha1:
 83ec251b7d2b9e79062abb3f38ee60501714022c 1923 
rust-quick-xml_0.17.0-1~no+encoding.dsc
 4807b25a970891bd5ecdbf385122bb4cb83a4bb1 83589 
rust-quick-xml_0.17.0.orig.tar.gz
 c7ca64ba3c4122fa954b2a69ab00aec087136e21 2780 
rust-quick-xml_0.17.0-1~no+encoding.debian.tar.xz
 13bcec6bc57e0aae6d21b6917c576bcc56f99323 8046 
rust-quick-xml_0.17.0-1~no+encoding_source.buildinfo
Checksums-Sha256:
 82fc260baf3c41f9c72d5ee790d8807171562facf6a8c871b93f5f4a46381795 1923 
rust-quick-xml_0.17.0-1~no+encoding.dsc
 aafcdba8c8d71275493d966ef052a88726ac8590c15a09968b32158205c672ef 83589 
rust-quick-xml_0.17.0.orig.tar.gz
 fd552b30ebb926d448839ed2a8cda69f6b83da04c083bf62515b1b36b2f40739 2780 
rust-quick-xml_0.17.0-1~no+encoding.debian.tar.xz
 368014b71d2cac555840b79ae15070da244bee0d3e351e2bf59560ef06e4361b 8046 
rust-quick-xml_0.17.0-1~no+encoding_source.buildinfo
Files:
 c9836d5e6ee2d0b7327ce2176d54248e 1923 rust optional 
rust-quick-xml_0.17.0-1~no+encoding.dsc
 93e6e83193a2b8a78e5f0abc06cb8243 83589 rust optional 
rust-quick-xml_0.17.0.orig.tar.gz
 aebbac8cefb8d1a7b254e8a96d7d5b95 2780 rust optional 
rust-quick-xml_0.17.0-1~no+encoding.debian.tar.xz
 a378d82e44998bb16b165c146e4f1c8b 8046 rust optional 
rust-quick-xml_0.17.0-1~no+encoding_source.buildinfo

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

iQEzBAEBCAAdFiEEeuS9ZL8A0js0NGiOXkCM2RzYOdIFAl3AfZgACgkQXkCM2RzY
OdKeOQgAhWb8zjWS2ibKTM2BLYd/lQEgpkAwNlRW7eT9EUhuzhMf64mk8Oxtbe2Q
mpIoRrErQ6x36FliLC9ST8idBw6pj+L8q4I2tkKRlT7A3aAjX3uiUYyLpFeXY3xT
1XYABo1A1AQdHolkZj38D6Lgy9zU7jPlLfkhk5JFvyGqudLg6xu033uXgNwcUQ7c
WYKK0XULMaHPfuUjDlPqpYl8lYrttEtpzBckz4C08xtF+YvWyYIwY5khTmTzT5s6
Me6/ei8KFOTfHCsOF82Y/C5ugndnqYeRA3lcsJCAGZ9jKF9zr0g6ID0wIbZA7joR
edIff5DpS9nE86W7Mt5e71p19sxXIg==
=HyLk
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to