Your message dated Fri, 18 Oct 2019 12:20:38 +0000 with message-id <[email protected]> and subject line Bug#933521: fixed in rust-doc-comment 0.3.1-2 has caused the Debian Bug report #933521, regarding rust-doc-comment: 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.) -- 933521: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=933521 Debian Bug Tracking System Contact [email protected] with problems
--- Begin Message ---Source: rust-doc-comment Version: 0.3.1-1 Severity: important tags: patch Hello, looks like derive more needs files features that are available only on nightly cargo, so I had to disable the first "all-features" test (I'm not sure how such a patch translates into a debcargo.toml file, sorry!) diff -Nru rust-doc-comment-0.3.1/debian/tests/control rust-doc-comment-0.3.1/debian/tests/control --- rust-doc-comment-0.3.1/debian/tests/control 2019-07-13 19:26:33.000000000 +0200 +++ rust-doc-comment-0.3.1/debian/tests/control 2019-07-30 10:18:50.000000000 +0200 @@ -1,7 +1,3 @@ -Test-Command: /usr/share/cargo/bin/cargo-auto-test doc-comment 0.3.1 --all-targets --all-features -Depends: dh-cargo (>= 18), @ -Restrictions: allow-stderr, skip-not-installable - Test-Command: /usr/share/cargo/bin/cargo-auto-test doc-comment 0.3.1 --all-targets --no-default-features Depends: dh-cargo (>= 18), librust-doc-comment-dev Restrictions: allow-stderr, skip-not-installable snip of the test failure: debian cargo wrapper: rust_type, gnu_type: x86_64-unknown-linux-gnu, x86_64-linux-gnu debian cargo wrapper: running subprocess (['env', 'RUST_BACKTRACE=1', '/usr/bin/cargo', '-Zavoid-dev-deps', 'test', '--verbose', '--verbose', '-j1', '--target', 'x86_64-unknown-linux-gnu', '--all-targets', '--all-features'],) {} Compiling doc-comment v0.3.1 (/usr/share/cargo/registry/doc-comment-0.3.1) Running `CARGO_PKG_VERSION_MINOR=3 LD_LIBRARY_PATH='/tmp/tmp.5xQuDUBlG6/target/debug/deps:/usr/lib' CARGO_PKG_NAME=doc-comment CARGO_PKG_DESCRIPTION='Macro to generate doc comments' CARGO_MANIFEST_DIR=/usr/share/cargo/registry/doc-comment-0.3.1 CARGO_PKG_VERSION_PATCH=1 CARGO=/usr/bin/cargo CARGO_PKG_AUTHORS='Guillaume Gomez <[email protected]>' CARGO_PKG_VERSION_PRE= CARGO_PKG_VERSION=0.3.1 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_HOMEPAGE= CARGO_PKG_REPOSITORY='https://github.com/GuillaumeGomez/doc-comment' CARGO_PRIMARY_PACKAGE=1 rustc --crate-name build_script_build build.rs --color never --crate-type bin --emit=dep-info,link -C debuginfo=2 --cfg 'feature="no_core"' --cfg 'feature="old_macros"' -C metadata=62d83bcab3477fe5 -C extra-filename=-62d83bcab3477fe5 --out-dir /tmp/tmp.5xQuDUBlG6/target/debug/build/doc-comment-62d83bcab3477fe5 -C incremental=/tmp/tmp.5xQuDUBlG6/target/debug/incremental -L dependency=/tmp/tmp.5xQuDUBlG6/target/debug/deps` Running `/tmp/tmp.5xQuDUBlG6/target/debug/build/doc-comment-62d83bcab3477fe5/build-script-build` Running `CARGO_PKG_VERSION_MINOR=3 LD_LIBRARY_PATH='/tmp/tmp.5xQuDUBlG6/target/debug/deps:/usr/lib' CARGO_PKG_NAME=doc-comment CARGO_PKG_DESCRIPTION='Macro to generate doc comments' CARGO_MANIFEST_DIR=/usr/share/cargo/registry/doc-comment-0.3.1 CARGO_PKG_VERSION_PATCH=1 CARGO=/usr/bin/cargo CARGO_PKG_AUTHORS='Guillaume Gomez <[email protected]>' CARGO_PKG_VERSION_PRE= CARGO_PKG_VERSION=0.3.1 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_HOMEPAGE= CARGO_PKG_REPOSITORY='https://github.com/GuillaumeGomez/doc-comment' CARGO_PRIMARY_PACKAGE=1 OUT_DIR=/tmp/tmp.5xQuDUBlG6/target/x86_64-unknown-linux-gnu/debug/build/doc-comment-8be3033132148f32/out rustc --crate-name doc_comment src/lib.rs --color never --emit=dep-info,link -C debuginfo=2 --test --cfg 'feature="no_core"' --cfg 'feature="old_macros"' -C metadata=286843e9c44de735 -C extra-filename=-286843e9c44de735 --out-dir /tmp/tmp.5xQuDUBlG6/target/x86_64-unknown-linux-gnu/debug/deps --target x86_64-unknown-linux-gnu -C incremental=/tmp/tmp.5xQuDUBlG6/target/x86_64-unknown-linux-gnu/debug/incremental -L dependency=/tmp/tmp.5xQuDUBlG6/target/x86_64-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.5xQuDUBlG6/target/debug/deps -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/doc-comment-0.3.1=/usr/share/cargo/registry/doc-comment-0.3.1` error[E0554]: #![feature] may not be used on the stable release channel --> src/lib.rs:7:34 | 7 | #![cfg_attr(feature = "no_core", feature(no_core))] | ^^^^^^^^^^^^^^^^ error: aborting due to previous error For more information about this error, try `rustc --explain E0554`. error: Could not compile `doc-comment`. Caused by: process didn't exit successfully: `CARGO_PKG_VERSION_MINOR=3 LD_LIBRARY_PATH='/tmp/tmp.5xQuDUBlG6/target/debug/deps:/usr/lib' CARGO_PKG_NAME=doc-comment CARGO_PKG_DESCRIPTION='Macro to generate doc comments' CARGO_MANIFEST_DIR=/usr/share/cargo/registry/doc-comment-0.3.1 CARGO_PKG_VERSION_PATCH=1 CARGO=/usr/bin/cargo CARGO_PKG_AUTHORS='Guillaume Gomez <[email protected]>' CARGO_PKG_VERSION_PRE= CARGO_PKG_VERSION=0.3.1 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_HOMEPAGE= CARGO_PKG_REPOSITORY='https://github.com/GuillaumeGomez/doc-comment' CARGO_PRIMARY_PACKAGE=1 OUT_DIR=/tmp/tmp.5xQuDUBlG6/target/x86_64-unknown-linux-gnu/debug/build/doc-comment-8be3033132148f32/out rustc --crate-name doc_comment src/lib.rs --color never --emit=dep-info,link -C debuginfo=2 --test --cfg 'feature="no_core"' --cfg 'feature="old_macros"' -C metadata=286843e9c44de735 -C extra-filename=-286843e9c44de735 --out-dir /tmp/tmp.5xQuDUBlG6/target/x86_64-unknown-linux-gnu/debug/deps --target x86_64-unknown-linux-gnu -C incremental=/tmp/tmp.5xQuDUBlG6/target/x86_64-unknown-linux-gnu/debug/incremental -L dependency=/tmp/tmp.5xQuDUBlG6/target/x86_64-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.5xQuDUBlG6/target/debug/deps -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/doc-comment-0.3.1=/usr/share/cargo/registry/doc-comment-0.3.1` (exit code: 1)
--- End Message ---
--- Begin Message ---Source: rust-doc-comment Source-Version: 0.3.1-2 We believe that the bug you reported is fixed in the latest version of rust-doc-comment, 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. Wolfgang Silbermayr <[email protected]> (supplier of updated rust-doc-comment 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: SHA512 Format: 1.8 Date: Fri, 18 Oct 2019 13:59:02 +0200 Source: rust-doc-comment Architecture: source Version: 0.3.1-2 Distribution: unstable Urgency: medium Maintainer: Debian Rust Maintainers <[email protected]> Changed-By: Wolfgang Silbermayr <[email protected]> Closes: 933521 Changes: rust-doc-comment (0.3.1-2) unstable; urgency=medium . * Package doc-comment 0.3.1 from crates.io using debcargo 2.4.0 * Mark all-features test as flaky (closes: #933521). Checksums-Sha1: fb8104e54fb32b9377d27f600688778a580adb49 2187 rust-doc-comment_0.3.1-2.dsc 53df3d757abb79bb95e015a616cdcf70d3313b1e 2588 rust-doc-comment_0.3.1-2.debian.tar.xz a47f37a91cb67c0d07dfd204095a47ce9d8d0e2f 7464 rust-doc-comment_0.3.1-2_source.buildinfo Checksums-Sha256: aa78226c4c6fa395cdeb5ca5cd557440e5311df08dc06711ac88fe5da5e0ccd6 2187 rust-doc-comment_0.3.1-2.dsc 23c52874339bed9bc8cf43519f35bd94496294a4006ea916d60460a695992ce4 2588 rust-doc-comment_0.3.1-2.debian.tar.xz 2689e15af6d8e3f3baca3b0a6c2058ad141f06baeb62665efa55f6c95356aef1 7464 rust-doc-comment_0.3.1-2_source.buildinfo Files: 71871be7894db3e10d4b4cf32656c420 2187 rust optional rust-doc-comment_0.3.1-2.dsc 743bb4fb298b40d9af742a9ecaa2e2f2 2588 rust optional rust-doc-comment_0.3.1-2.debian.tar.xz a43a6e3b7229cb921140e4db1014ce66 7464 rust optional rust-doc-comment_0.3.1-2_source.buildinfo -----BEGIN PGP SIGNATURE----- iQJLBAEBCgA1FiEEhWSUk7LYy5Yue0UiITeAY1BXOwQFAl2pqQ8XHHdvbGZnYW5n QHNpbGJlcm1heXIuYXQACgkQITeAY1BXOwQU7BAAnEHbU24uvskneld2ZzFvOQyE +gRemBkE4MOr7JHhfC42XbNvQKgoq5H36RQzOgxV1pAX88YeWHmey7uHkq2tdHki p1wk4QddIx2UEnoVmXAuWBrBdEvQ35GWOlOy2Cneh988TDvJmTSWPa+yLYU/1L1t fTem3I6LsTEVAIKguldRw1VGTKhSjfel1YtsVg4a6vPyFkc9151Z9gKe3NFgtIkA hnphyeC3EDveIMsTM0FyToLi7Rlz9rN8ufiBHMNTX9B9xk7DXpGjWtpoAmdqXGW5 TdNO8WUF3bAtvFIeb8S91DjiisxkDifOPdIAdALA3wsYFwyMifC6b8EGfViNOTzQ dhKf630sKYmGUdLDWkc9+gllYR2F7q1oCdnLD573+FXPzoWNROjZEBRpgVheK97n hZnC2Ew5Pjy3E/V4bG5hkTQOPZI23Tc0Ohsx/7CU0B+sLfv1GVdtyH33Sdt/JW/T BkhRCjJ8uwFmzWbMB2QMsc0W3EaWIid+TRfuviopZg1b6WIpmUoXGVU2NHbMxPKE Xyb4J8BYLq/HySuj++UmDC7T3u+g9eSpUx3bqPHsFTgvA8lI+ax/I46tvHMxyVxW NX2EZXxZ+jWCtwq44y6RZSMk2wS45KfTa4eeRTUocS0P/NqoOP4doe2u4hIaKyJD +Z+CGx46m5xIZIk2WfU= =8To3 -----END PGP SIGNATURE-----
--- End Message ---

