Your message dated Sat, 04 Feb 2023 02:37:29 +0000
with message-id <e1po8qj-003co1...@fasolo.debian.org>
and subject line Bug#1030383: fixed in rust-backoff 0.4.0-3
has caused the Debian Bug report #1030383,
regarding rust-backoff: autopkgtest failure
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.)


-- 
1030383: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1030383
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: rust-backoff
Version: 0.4.0-2
Severity: serious

https://ci.debian.net/data/autopkgtest/testing/amd64/r/rust-backoff/30821230/log.gz

...
error[E0428]: the name `rt_sleeper` is defined multiple times
   --> src/future.rs:211:1
    |
206 | fn rt_sleeper() -> impl Sleeper {
    | ------------------------------- previous definition of the value 
`rt_sleeper` here
...
211 | fn rt_sleeper() -> impl Sleeper {
    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `rt_sleeper` redefined here
    |
    = note: `rt_sleeper` must be defined only once in the value namespace of 
this module

error: Feature "tokio" and "async-std" cannot be enabled at the same time
   --> src/future.rs:203:1
    |
203 | compile_error!("Feature \"tokio\" and \"async-std\" cannot be enabled at 
the same time");
    | 
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

For more information about this error, try `rustc --explain E0428`.
error: could not compile `backoff` due to 2 previous errors

Caused by:
  process didn't exit successfully: `CARGO=/usr/bin/cargo 
CARGO_CRATE_NAME=backoff 
CARGO_MANIFEST_DIR=/usr/share/cargo/registry/backoff-0.4.0 
CARGO_PKG_AUTHORS='Tibor Benke <ihrw...@gmail.com>' 
CARGO_PKG_DESCRIPTION='Retry operations with exponential backoff policy.
  ' CARGO_PKG_HOMEPAGE='https://github.com/ihrwein/backoff' 
CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' 
CARGO_PKG_NAME=backoff 
CARGO_PKG_REPOSITORY='https://github.com/ihrwein/backoff' 
CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.4.0 CARGO_PKG_VERSION_MAJOR=0 
CARGO_PKG_VERSION_MINOR=4 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' 
CARGO_PRIMARY_PACKAGE=1 
LD_LIBRARY_PATH='/tmp/tmp.PnAdkNr0YP/target/debug/deps:/usr/lib' rustc 
--crate-name backoff --edition=2018 src/lib.rs --error-format=json 
--json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib 
--emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 
'feature="async-std"' --cfg 'feature="async_std_1"' --cfg 'feature="default"' 
--cfg 'feature="futures"' --cfg 'feature="futures-core"' --cfg 
'feature="pin-project-lite"' --cfg 'feature="tokio"' --cfg 'feature="tokio_1"' 
-C metadata=b1aecb5deee08c17 -C extra-filename=-b1aecb5deee08c17 --out-dir 
/tmp/tmp.PnAdkNr0YP/target/x86_64-unknown-linux-gnu/debug/deps --target 
x86_64-unknown-linux-gnu -C 
incremental=/tmp/tmp.PnAdkNr0YP/target/x86_64-unknown-linux-gnu/debug/incremental
 -L dependency=/tmp/tmp.PnAdkNr0YP/target/x86_64-unknown-linux-gnu/debug/deps 
-L dependency=/tmp/tmp.PnAdkNr0YP/target/debug/deps --extern 
async_std_1=/tmp/tmp.PnAdkNr0YP/target/x86_64-unknown-linux-gnu/debug/deps/libasync_std-dbe038de9229307c.rmeta
 --extern 
futures_core=/tmp/tmp.PnAdkNr0YP/target/x86_64-unknown-linux-gnu/debug/deps/libfutures_core-5edd52c7e06cbc53.rmeta
 --extern 
getrandom=/tmp/tmp.PnAdkNr0YP/target/x86_64-unknown-linux-gnu/debug/deps/libgetrandom-3730c6758a54504b.rmeta
 --extern 
instant=/tmp/tmp.PnAdkNr0YP/target/x86_64-unknown-linux-gnu/debug/deps/libinstant-77cf826c3e7a2460.rmeta
 --extern 
pin_project_lite=/tmp/tmp.PnAdkNr0YP/target/x86_64-unknown-linux-gnu/debug/deps/libpin_project_lite-4a8436a89a06ca53.rmeta
 --extern 
rand=/tmp/tmp.PnAdkNr0YP/target/x86_64-unknown-linux-gnu/debug/deps/librand-c436e0aad7c5d309.rmeta
 --extern 
tokio_1=/tmp/tmp.PnAdkNr0YP/target/x86_64-unknown-linux-gnu/debug/deps/libtokio-0d8d3208d1463cc9.rmeta
 -C debuginfo=2 --cap-lints warn -C linker=x86_64-linux-gnu-gcc -C 
link-arg=-Wl,-z,relro --remap-path-prefix 
/usr/share/cargo/registry/backoff-0.4.0=/usr/share/cargo/registry/backoff-0.4.0 
--remap-path-prefix /tmp/tmp.PnAdkNr0YP/registry=/usr/share/cargo/registry` 
(exit status: 1)
warning: build failed, waiting for other jobs to finish...
autopkgtest [15:20:51]: test rust-backoff:@: -----------------------]
autopkgtest [15:20:51]: test rust-backoff:@:  - - - - - - - - - - results - - - 
- - - - - - -
rust-backoff:@       FAIL non-zero exit status 101
...
autopkgtest [15:25:39]: @@@@@@@@@@@@@@@@@@@@ summary
rust-backoff:@       FAIL non-zero exit status 101
librust-backoff-dev:async-std PASS
librust-backoff-dev:async_std_1 PASS
librust-backoff-dev:default PASS
librust-backoff-dev:futures PASS
librust-backoff-dev:futures-core PASS
librust-backoff-dev:pin-project-lite PASS
librust-backoff-dev:tokio PASS
librust-backoff-dev:tokio_1 PASS
librust-backoff-dev: PASS

--- End Message ---
--- Begin Message ---
Source: rust-backoff
Source-Version: 0.4.0-3
Done: Peter Michael Green <plugw...@debian.org>

We believe that the bug you reported is fixed in the latest version of
rust-backoff, 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 1030...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Peter Michael Green <plugw...@debian.org> (supplier of updated rust-backoff 
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 ftpmas...@ftp-master.debian.org)


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

Format: 1.8
Date: Sat, 04 Feb 2023 01:22:35 +0000
Source: rust-backoff
Architecture: source
Version: 0.4.0-3
Distribution: unstable
Urgency: medium
Maintainer: Debian Rust Maintainers 
<pkg-rust-maintain...@alioth-lists.debian.net>
Changed-By: Peter Michael Green <plugw...@debian.org>
Closes: 1030383
Changes:
 rust-backoff (0.4.0-3) unstable; urgency=medium
 .
   * Team upload.
   * Package backoff 0.4.0 from crates.io using debcargo 2.6.0
   * Mark tests for the all features case as "broken", the "tokio" and
     "async-std" features are mutually exclusive (Closes: #1030383)
Checksums-Sha1:
 16a6b41827e00fb1637bb0015276bc7a706ee19e 2660 rust-backoff_0.4.0-3.dsc
 f652a7071ff2860ff6cb807ef15026116f6dcf24 3352 
rust-backoff_0.4.0-3.debian.tar.xz
 71598a1313616fc348038bd5022c3cfb0ff785c7 8965 
rust-backoff_0.4.0-3_source.buildinfo
Checksums-Sha256:
 aa217db5a2fbc90404d2eec42d41d37e485712898134a9125c3985769150e7c6 2660 
rust-backoff_0.4.0-3.dsc
 33fb9732cca14f42a7d0e035dd21a4c65b50a4c271fed4f4bac0a67c72b4977f 3352 
rust-backoff_0.4.0-3.debian.tar.xz
 c72d7cb919cbced656ac3e3f1da081ab29e27701193c57a7daa6e708aa197f0b 8965 
rust-backoff_0.4.0-3_source.buildinfo
Files:
 189a516d514589e8dd183796cdcc26f0 2660 rust optional rust-backoff_0.4.0-3.dsc
 78dd817c75cc0029a0280854f495df55 3352 rust optional 
rust-backoff_0.4.0-3.debian.tar.xz
 3ad4702e328fe907a17badcd5fe67875 8965 rust optional 
rust-backoff_0.4.0-3_source.buildinfo

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

iQJIBAEBCAAyFiEEU0DQATYMplbjSX63DEjqKnqP/XsFAmPduaAUHHBsdWd3YXNo
QGRlYmlhbi5vcmcACgkQDEjqKnqP/XuwnA//XDN8s6yRi3A43ex28//3eIzNHhm3
/oARWPZnXHKx0DiqdnSY8F0T6ukbzEJGnZHwXLyZynuBz8BIgNIdd4/7tXDz9Ghm
lq3V13gXgtdPuRJqHLwr9/Zmb5vXcdlFR8RUetLQQ1M9Of5vMQ4GakLOQVPfgHZG
lMU+As+/fB1Luzq0UGdcTF4u4n7dwNFhRU9MMo6v13nSfn9ZZrxrTAf6oHOluj9D
HRvZv0NCrVOd2Ta0FPcfz8FSAXWls81Pvau31KC875mMW/PU7KPbjqSyakzg7rvJ
+DxaI3UZ/6ZBfWiaPcix++INTpOnK+v2I/8vCW+RkqNgQ18Xfc6yPfsn2XdegjnU
KUNDlMJX49coKn+WZW9vjoBcU+1zeSpFarDmp3pQZu6l2Zqr0tLqHQ3QKSUDA/Ch
UgykHrSBjEmFG9vkNaECNTVEAwkHc2glkUb23mEnDohUMkVfn0m8uDJiyCjWleNk
nftV/iL4HLeGLkxcgVjt+wqqpxL3AJlqt1pt8DyvEbGu2vPu5zRnUb+uTP36k1F/
H011PwCDlS8wCaERrvzhxp+fgHYP+q9SxCQqBwznxoOtSNs7ZS4fZUSFZ9pTBOiz
lFDdioFgjLrwtZzvWBWDtFw1ju1LW888CWMnFuNu74GpgLdnkmkGCxyjvLudDUVF
c7hug0G9d89gc7A=
=skGL
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to