Your message dated Tue, 08 Jun 2021 20:17:28 +0000
with message-id <e1lqiac-000gsm...@fasolo.debian.org>
and subject line Bug#988025: fixed in rust-rustyline 3.0.0-2+deb10u1
has caused the Debian Bug report #988025,
regarding rust-rustyline FTBFS in buster: error[E0283]: type annotations needed
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.)


-- 
988025: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=988025
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: rust-rustyline
Version: 3.0.0-2
Severity: serious
Tags: ftbfs
Control: close -1 6.3.0-2

https://tests.reproducible-builds.org/debian/rb-pkg/buster/amd64/rust-rustyline.html

...
error[E0283]: type annotations needed for 
`std::result::Result<std::string::String, error::ReadlineError>`
   --> src/lib.rs:655:43
    |
652 |     let user_input = readline_edit(prompt, initial, editor, 
&original_mode);
    |         ---------- consider giving `user_input` the explicit type 
`std::result::Result<std::string::String, error::ReadlineError>`, where the 
type parameter `std::string::String` is specified
...
655 |             editor.add_history_entry(line.as_ref());
    |                                           ^^^^^^ cannot infer type for 
struct `std::string::String`
    |
    = note: cannot resolve `std::string::String: std::convert::AsRef<_>`

error[E0283]: type annotations needed for 
`std::result::Result<std::string::String, std::io::Error>`
   --> src/history.rs:151:28
    |
150 |         for line in rdr.lines() {
    |                     ----------- the element type for this iterator is not 
specified
151 |             self.add(line?.as_ref()); // TODO truncate to MAX_LINE
    |                            ^^^^^^ cannot infer type for struct 
`std::string::String`
    |
    = note: cannot resolve `std::string::String: std::convert::AsRef<_>`

error: aborting due to 2 previous errors

For more information about this error, try `rustc --explain E0283`.
error: could not compile `rustyline`.

Caused by:
  process didn't exit successfully: `CARGO_PKG_VERSION_PATCH=0 
CARGO_PKG_VERSION_PRE= CARGO_PKG_VERSION=3.0.0 
CARGO_MANIFEST_DIR=/build/rust-rustyline-3.0.0 
CARGO_PKG_DESCRIPTION='Rustyline, a readline implementation based on 
Antirez'\''s Linenoise' CARGO_PKG_VERSION_MINOR=0 
CARGO_PKG_REPOSITORY='https://github.com/kkawakam/rustyline' 
CARGO_PKG_NAME=rustyline CARGO_PKG_HOMEPAGE= 
LD_LIBRARY_PATH='/build/rust-rustyline-3.0.0/target/debug/deps:/usr/lib' 
CARGO=/usr/bin/cargo CARGO_PKG_VERSION_MAJOR=3 CARGO_PKG_AUTHORS='Katsu 
Kawakami <kkawa1...@gmail.com>' rustc --crate-name rustyline --edition=2018 
src/lib.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type lib 
--emit=dep-info,metadata,link -C debuginfo=2 -C metadata=32abff220ca5c579 -C 
extra-filename=-32abff220ca5c579 --out-dir 
/build/rust-rustyline-3.0.0/target/x86_64-unknown-linux-gnu/debug/deps --target 
x86_64-unknown-linux-gnu -C 
incremental=/build/rust-rustyline-3.0.0/target/x86_64-unknown-linux-gnu/debug/incremental
 -L 
dependency=/build/rust-rustyline-3.0.0/target/x86_64-unknown-linux-gnu/debug/deps
 -L dependency=/build/rust-rustyline-3.0.0/target/debug/deps --extern 
dirs=/build/rust-rustyline-3.0.0/target/x86_64-unknown-linux-gnu/debug/deps/libdirs-3618faff0f4e3e8a.rmeta
 --extern 
libc=/build/rust-rustyline-3.0.0/target/x86_64-unknown-linux-gnu/debug/deps/liblibc-30ef7acb640b5e2e.rmeta
 --extern 
log=/build/rust-rustyline-3.0.0/target/x86_64-unknown-linux-gnu/debug/deps/liblog-01386711f39997a6.rmeta
 --extern 
memchr=/build/rust-rustyline-3.0.0/target/x86_64-unknown-linux-gnu/debug/deps/libmemchr-02ce6f465c2e372b.rmeta
 --extern 
nix=/build/rust-rustyline-3.0.0/target/x86_64-unknown-linux-gnu/debug/deps/libnix-43ba8d79152793eb.rmeta
 --extern 
unicode_segmentation=/build/rust-rustyline-3.0.0/target/x86_64-unknown-linux-gnu/debug/deps/libunicode_segmentation-97a478139854cbcd.rmeta
 --extern 
unicode_width=/build/rust-rustyline-3.0.0/target/x86_64-unknown-linux-gnu/debug/deps/libunicode_width-46fd8893216b9fa2.rmeta
 --extern 
utf8parse=/build/rust-rustyline-3.0.0/target/x86_64-unknown-linux-gnu/debug/deps/libutf8parse-f0f585e732c9e7cd.rmeta
 -C debuginfo=2 --cap-lints warn -C linker=x86_64-linux-gnu-gcc -C 
link-arg=-Wl,-z,relro --remap-path-prefix 
/build/rust-rustyline-3.0.0=/usr/share/cargo/registry/rustyline-3.0.0` (exit 
code: 1)
warning: build failed, waiting for other jobs to finish...
error: build failed
dh_auto_test: /usr/share/cargo/bin/cargo build returned exit code 101
make: *** [debian/rules:3: build] Error 25

--- End Message ---
--- Begin Message ---
Source: rust-rustyline
Source-Version: 3.0.0-2+deb10u1
Done: Peter Michael Green <plugw...@debian.org>

We believe that the bug you reported is fixed in the latest version of
rust-rustyline, 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 988...@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-rustyline 
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: Tue, 04 May 2021 09:27:11 +0000
Source: rust-rustyline
Architecture: source
Version: 3.0.0-2+deb10u1
Distribution: buster
Urgency: medium
Maintainer: Debian Rust Maintainers 
<pkg-rust-maintain...@alioth-lists.debian.net>
Changed-By: Peter Michael Green <plugw...@debian.org>
Closes: 988025
Changes:
 rust-rustyline (3.0.0-2+deb10u1) buster; urgency=medium
 .
   * Team upload.
   * Apply upstream patch to fix build with newer rustc.
     (Closes: 988025)
Checksums-Sha1:
 7e9a1387f3af467e58d68fcccca86eecd635b15d 2909 
rust-rustyline_3.0.0-2+deb10u1.dsc
 a6465762bb1070f3779e4570cebc96b576cf61d0 3460 
rust-rustyline_3.0.0-2+deb10u1.debian.tar.xz
 80c72fdaba6121a7d727bc029684ec15cd49ed33 7571 
rust-rustyline_3.0.0-2+deb10u1_source.buildinfo
Checksums-Sha256:
 2ac5f6b1f79fd30226cfc7fabf4eb4fc0d70e3202fe8fa4a7d290f98ad428042 2909 
rust-rustyline_3.0.0-2+deb10u1.dsc
 c8d939910ef81d1b3439e6ccc3584b7b2fb7a46b83a41d1ef8525315d4a75b58 3460 
rust-rustyline_3.0.0-2+deb10u1.debian.tar.xz
 6cc2436f6b7baa7eb92eed9752fd884b9aaeb469e7bd8ec15624e458ec611797 7571 
rust-rustyline_3.0.0-2+deb10u1_source.buildinfo
Files:
 187762aff094bde36a853fb96f9a904b 2909 rust optional 
rust-rustyline_3.0.0-2+deb10u1.dsc
 4ab9fbba8cb3b961713db11f30033e5a 3460 rust optional 
rust-rustyline_3.0.0-2+deb10u1.debian.tar.xz
 b9b642a17722a44e5d267c844f449ae6 7571 rust optional 
rust-rustyline_3.0.0-2+deb10u1_source.buildinfo

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

iQJIBAEBCAAyFiEEU0DQATYMplbjSX63DEjqKnqP/XsFAmC0HjkUHHBsdWd3YXNo
QGRlYmlhbi5vcmcACgkQDEjqKnqP/Xvq3Q/9Erck78LtUQQX7rHxYY7FK34x0q2R
lKtDAlM+ymXP1imbAqnyEPiJjtREP4/d0Qq3MACb9MYfFHCCCBaXJQd+Gu9d8PB9
ZH/O0gKqIxnpMNqvvRjVwXGRMm5uRgQeEnzg5tToUsvPgLOwQUeTsv5ogefHusPD
wqra+Ns8uSDyqVdmxARZgi4MGDU1lKt6DZHtd6TAUEBxCOxQOAvta0cFPaqErohe
1x3AmN23RGlfopp1E1WzyydpfoPwwHGZy/gvr2L3CbyqS5z4vmcsjmVLNXI81j8w
dqx4tXmdz8sIf+/jh5qdBiH/4sseBO4jGglnxp/LJqqn7L858dNr+i6QWUOgmb9G
YVIZNOIngB7ityPPrwpAI2dydatlmN1sMh8BKx5OUpj09QoufwAR+rbmkX8J5alY
/fXMWt2/7KQCGnF9KLuQUsEDz8eELs4beaNGyBOB+RSgE7kWQmPC1Lg3Q37GdtxR
7af9TOv3pr68pKdnP3XUA2PBEi15wiau883KMLs6sZClUjP5JG6VgyjQ4bJ/YJy/
hEYD0T4/8h5bu9L3exImhM+qDTsXj6aPB5cUHeC5Y5czzqxt9Bb+iUGgallS8QmQ
+xiCneGSqxCgCke6kHBSfEVSbDvr5XPbHn5+QsOWc86wGL8hv5Aw+YdG2fjx1PZV
AiS6IIC13KuZCfQ=
=n3fn
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to