Your message dated Sun, 05 Feb 2023 01:11:19 +0000
with message-id <e1potyt-008qt9...@fasolo.debian.org>
and subject line Bug#1030543: fixed in rust-dockerfile 0.2.1-2
has caused the Debian Bug report #1030543,
regarding rust-dockerfile: 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.)
--
1030543: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1030543
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: rust-dockerfile
Version: 0.2.1-1
Severity: serious
https://ci.debian.net/data/autopkgtest/testing/amd64/r/rust-dockerfile/30979620/log.gz
...
autopkgtest [03:52:12]: test rust-dockerfile:@:
/usr/share/cargo/bin/cargo-auto-test dockerfile 0.2.1 --all-targets
--all-features
autopkgtest [03:52:12]: test rust-dockerfile:@: [-----------------------
debian cargo wrapper: options, profiles, parallel: ['parallel=64'] [] ['-j64']
debian cargo wrapper: rust_type, gnu_type: x86_64-unknown-linux-gnu,
x86_64-linux-gnu
debian cargo wrapper: linking /usr/share/cargo/registry/* into
/tmp/tmp.CZI90S5IlT/registry/
debian cargo wrapper: options, profiles, parallel: ['parallel=64'] [] ['-j64']
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', '-j64',
'--target', 'x86_64-unknown-linux-gnu', '--all-targets', '--all-features'],) {}
Compiling dockerfile v0.2.1 (/usr/share/cargo/registry/dockerfile-0.2.1)
Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=dockerfile
CARGO_MANIFEST_DIR=/usr/share/cargo/registry/dockerfile-0.2.1
CARGO_PKG_AUTHORS='Anthony Dodd <dodd.anthonyjos...@gmail.com>'
CARGO_PKG_DESCRIPTION='A Rust library for dynamically generating Dockerfiles.'
CARGO_PKG_HOMEPAGE='https://github.com/thedodd/dockerfile'
CARGO_PKG_LICENSE=Apache-2.0 CARGO_PKG_LICENSE_FILE=''
CARGO_PKG_NAME=dockerfile
CARGO_PKG_REPOSITORY='https://github.com/thedodd/dockerfile'
CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.2.1 CARGO_PKG_VERSION_MAJOR=0
CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE=''
CARGO_PRIMARY_PACKAGE=1
LD_LIBRARY_PATH='/tmp/tmp.CZI90S5IlT/target/debug/deps:/usr/lib' rustc
--crate-name dockerfile --edition=2018 src/lib.rs --error-format=json
--json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link
-C embed-bitcode=no -C debuginfo=2 --test --cfg 'feature="docinclude"' -C
metadata=3260d957e4ef2b10 -C extra-filename=-3260d957e4ef2b10 --out-dir
/tmp/tmp.CZI90S5IlT/target/x86_64-unknown-linux-gnu/debug/deps --target
x86_64-unknown-linux-gnu -C
incremental=/tmp/tmp.CZI90S5IlT/target/x86_64-unknown-linux-gnu/debug/incremental
-L dependency=/tmp/tmp.CZI90S5IlT/target/x86_64-unknown-linux-gnu/debug/deps
-L dependency=/tmp/tmp.CZI90S5IlT/target/debug/deps -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/dockerfile-0.2.1=/usr/share/cargo/registry/dockerfile-0.2.1
--remap-path-prefix /tmp/tmp.CZI90S5IlT/registry=/usr/share/cargo/registry`
error[E0557]: feature has been removed
--> src/lib.rs:1:43
|
1 | #![cfg_attr(feature="docinclude", feature(external_doc))]
| ^^^^^^^^^^^^ feature has been
removed
|
= note: use #[doc = include_str!("filename")] instead, which handles macro
invocations
warning: unknown `doc` attribute `include`
--> src/lib.rs:2:39
|
2 | #![cfg_attr(feature="docinclude", doc(include="../README.md"))]
| ----^^^^^^^^^^^^^^^^^^^^^^- help: use
`doc = include_str!` instead: `#![doc = include_str!("../README.md")]`
|
= note: `#[warn(invalid_doc_attributes)]` on by default
= warning: this was previously accepted by the compiler but is being phased
out; it will become a hard error in a future release!
= note: for more information, see issue #82730
<https://github.com/rust-lang/rust/issues/82730>
For more information about this error, try `rustc --explain E0557`.
warning: `dockerfile` (lib test) generated 1 warning
error: could not compile `dockerfile` due to previous error; 1 warning emitted
Caused by:
process didn't exit successfully: `CARGO=/usr/bin/cargo
CARGO_CRATE_NAME=dockerfile
CARGO_MANIFEST_DIR=/usr/share/cargo/registry/dockerfile-0.2.1
CARGO_PKG_AUTHORS='Anthony Dodd <dodd.anthonyjos...@gmail.com>'
CARGO_PKG_DESCRIPTION='A Rust library for dynamically generating Dockerfiles.'
CARGO_PKG_HOMEPAGE='https://github.com/thedodd/dockerfile'
CARGO_PKG_LICENSE=Apache-2.0 CARGO_PKG_LICENSE_FILE=''
CARGO_PKG_NAME=dockerfile
CARGO_PKG_REPOSITORY='https://github.com/thedodd/dockerfile'
CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.2.1 CARGO_PKG_VERSION_MAJOR=0
CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE=''
CARGO_PRIMARY_PACKAGE=1
LD_LIBRARY_PATH='/tmp/tmp.CZI90S5IlT/target/debug/deps:/usr/lib' rustc
--crate-name dockerfile --edition=2018 src/lib.rs --error-format=json
--json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link
-C embed-bitcode=no -C debuginfo=2 --test --cfg 'feature="docinclude"' -C
metadata=3260d957e4ef2b10 -C extra-filename=-3260d957e4ef2b10 --out-dir
/tmp/tmp.CZI90S5IlT/target/x86_64-unknown-linux-gnu/debug/deps --target
x86_64-unknown-linux-gnu -C
incremental=/tmp/tmp.CZI90S5IlT/target/x86_64-unknown-linux-gnu/debug/incremental
-L dependency=/tmp/tmp.CZI90S5IlT/target/x86_64-unknown-linux-gnu/debug/deps
-L dependency=/tmp/tmp.CZI90S5IlT/target/debug/deps -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/dockerfile-0.2.1=/usr/share/cargo/registry/dockerfile-0.2.1
--remap-path-prefix /tmp/tmp.CZI90S5IlT/registry=/usr/share/cargo/registry`
(exit status: 1)
autopkgtest [03:52:13]: test rust-dockerfile:@: -----------------------]
autopkgtest [03:52:13]: test rust-dockerfile:@: - - - - - - - - - - results -
- - - - - - - - -
rust-dockerfile:@ FAIL non-zero exit status 101
...
autopkgtest [03:52:25]: @@@@@@@@@@@@@@@@@@@@ summary
rust-dockerfile:@ FAIL non-zero exit status 101
librust-dockerfile-dev:default PASS
librust-dockerfile-dev:docinclude FAIL non-zero exit status 101
librust-dockerfile-dev: PASS
--- End Message ---
--- Begin Message ---
Source: rust-dockerfile
Source-Version: 0.2.1-2
Done: Peter Michael Green <plugw...@debian.org>
We believe that the bug you reported is fixed in the latest version of
rust-dockerfile, 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-dockerfile
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: Sun, 05 Feb 2023 00:39:42 +0000
Source: rust-dockerfile
Architecture: source
Version: 0.2.1-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Rust Maintainers
<pkg-rust-maintain...@alioth-lists.debian.net>
Changed-By: Peter Michael Green <plugw...@debian.org>
Closes: 1030543
Changes:
rust-dockerfile (0.2.1-2) unstable; urgency=medium
.
* Team upload.
* Package dockerfile 0.2.1 from crates.io using debcargo 2.6.0
* Fix build with the "docinclude" feature (Closes: #1030543)
Checksums-Sha1:
8f6f0d0129f41b4ccdeb7b1cc6a38c85879af9e6 2235 rust-dockerfile_0.2.1-2.dsc
978453436ef68b2b17961b16f553d4f2de5619af 2336
rust-dockerfile_0.2.1-2.debian.tar.xz
3cb9a00dc66503e66655701dc423ffbdd210202a 7235
rust-dockerfile_0.2.1-2_source.buildinfo
Checksums-Sha256:
8a281032ae7be77448c9364145da3bce6a06ce8212943efe968e61f87e5fa979 2235
rust-dockerfile_0.2.1-2.dsc
6855eee46251f0229d949e5546f89ee4303b815c572ced07f05b9c3992160e25 2336
rust-dockerfile_0.2.1-2.debian.tar.xz
0bc30f4921bbb557291e3ad53781810c4927d9fa0d3b4eec2130a87056c9d606 7235
rust-dockerfile_0.2.1-2_source.buildinfo
Files:
a10db70485b431a4691a81de0a33ea28 2235 rust optional rust-dockerfile_0.2.1-2.dsc
71a553accd69db8aa6654e63a283af24 2336 rust optional
rust-dockerfile_0.2.1-2.debian.tar.xz
f7f18328d4545b5fa9b9122f41eca354 7235 rust optional
rust-dockerfile_0.2.1-2_source.buildinfo
-----BEGIN PGP SIGNATURE-----
iQJIBAEBCAAyFiEEU0DQATYMplbjSX63DEjqKnqP/XsFAmPe/R8UHHBsdWd3YXNo
QGRlYmlhbi5vcmcACgkQDEjqKnqP/Xs7cQ//Z7xs8nKIo6APSdusFTur2dWXcnTZ
UiGvbDEgUW2ag5xDB0K52X5butX+MiO7EBLKcxZg+MZwDVFqPNPi1LCXw+OPtEnO
br3G8u0Fjk9yYMGs+R6AL8bvOVskrpz2vp5e0cNXidJ8v6xht8U0RfY2XUWl/L5P
VrU7U87uLInRCuxmooITUb73Kur5m7iWZCp3C2rgCIWMQB3iSJxOpyRUjJBI2sYt
GikV8PfuMUwe55Fs06LtLhTLra+PoFQajHn7zbNg6Q3FMmMOk1qzKYssBX5naAZj
qLDbmbBg5tF4dDMMHyetcEpszSPqdI1GKsCDxRgXPoLPw2LXf5wAvLhPDrXP1ZdS
UP+NdJT8qqO3SNytX+FgbLOLiJY69owxPIfstL+lsZuevKg3r0wUdmmgid0evFuu
GzHaHG0R0vOWhPFe3XugfxUcNvktgYwgvCP5FdfH5JKJRUbpFufZhvjp2h8AMp4n
DQJvS3Monu1TCL6o3uzTu/2TzJsNqVl9uTHecaxxImZAK02/mYMSkn1PoZ9SIHXL
s4ssftWu6rXT3pyJXgWQeFzW+ERJ4ULh0JuS4JHECgGY9y/riou0ezXoiGcfcIcx
DXvrG3SycAdD79nnK9pAPkDUFxV1Hew9HS03V7bJGkkNHBZ2AF0+5tmi+1eN2eco
Dz2TLnMDfSxnUXE=
=+67Q
-----END PGP SIGNATURE-----
--- End Message ---