Your message dated Tue, 15 Aug 2023 16:27:03 +0000
with message-id <[email protected]>
and subject line Bug#1043122: fixed in rust-cargo-outdated 0.11.1-3
has caused the Debian Bug report #1043122,
regarding rust-cargo-outdated FTBFS on i386
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.)
--
1043122: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1043122
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: rust-cargo-outdated
Version: 0.11.1-2
Severity: serious
Tags: ftbfs patch
https://buildd.debian.org/status/fetch.php?pkg=rust-cargo-outdated&arch=i386&ver=0.11.1-2%2Bb2&stamp=1691281459&raw=0
...
Compiling cargo-outdated v0.11.1 (/<<PKGBUILDDIR>>)
Running `CARGO=/usr/bin/cargo CARGO_BIN_NAME=cargo-outdated
CARGO_CRATE_NAME=cargo_outdated CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>>
CARGO_PKG_AUTHORS='Kevin K. <[email protected]>:Frederick Z.
<[email protected]>:Ricky H. <[email protected]>'
CARGO_PKG_DESCRIPTION='Cargo subcommand for displaying when dependencies are
out of date' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT
CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=cargo-outdated
CARGO_PKG_REPOSITORY='https://github.com/kbknapp/cargo-outdated.git'
CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.11.1 CARGO_PKG_VERSION_MAJOR=0
CARGO_PKG_VERSION_MINOR=11 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE=''
CARGO_PRIMARY_PACKAGE=1
LD_LIBRARY_PATH='/<<PKGBUILDDIR>>/target/release/deps:/usr/lib' rustc
--crate-name cargo_outdated --edition=2021 src/main.rs --error-format=json
--json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin
--emit=dep-info,link -C opt-level=3 -C lto --cfg 'feature="default"' -C
metadata=10150f9b45772b13 -C extra-filename=-10150f9b45772b13 --out-dir
/<<PKGBUILDDIR>>/target/i686-unknown-linux-gnu/release/deps --target
i686-unknown-linux-gnu -L
dependency=/<<PKGBUILDDIR>>/target/i686-unknown-linux-gnu/release/deps -L
dependency=/<<PKGBUILDDIR>>/target/release/deps --extern
anyhow=/<<PKGBUILDDIR>>/target/i686-unknown-linux-gnu/release/deps/libanyhow-c48d3102a0bce80d.rlib
--extern
cargo=/<<PKGBUILDDIR>>/target/i686-unknown-linux-gnu/release/deps/libcargo-23903a11b32352ed.rlib
--extern
clap=/<<PKGBUILDDIR>>/target/i686-unknown-linux-gnu/release/deps/libclap-73d705ff12e8319b.rlib
--extern
env_logger=/<<PKGBUILDDIR>>/target/i686-unknown-linux-gnu/release/deps/libenv_logger-33bade16531972fd.rlib
--extern
git2_curl=/<<PKGBUILDDIR>>/target/i686-unknown-linux-gnu/release/deps/libgit2_curl-f2102546b1f137d0.rlib
--extern
semver=/<<PKGBUILDDIR>>/target/i686-unknown-linux-gnu/release/deps/libsemver-45b6e27d18e6caff.rlib
--extern
serde=/<<PKGBUILDDIR>>/target/i686-unknown-linux-gnu/release/deps/libserde-5f8a4b63cb9ba203.rlib
--extern
serde_derive=/<<PKGBUILDDIR>>/target/release/deps/libserde_derive-ec44495953d5a4b9.so
--extern
serde_json=/<<PKGBUILDDIR>>/target/i686-unknown-linux-gnu/release/deps/libserde_json-dd1c2fa9619d6755.rlib
--extern
tabwriter=/<<PKGBUILDDIR>>/target/i686-unknown-linux-gnu/release/deps/libtabwriter-80d09d35ad315607.rlib
--extern
tempfile=/<<PKGBUILDDIR>>/target/i686-unknown-linux-gnu/release/deps/libtempfile-0b2fb83cb6c10a6c.rlib
--extern
toml=/<<PKGBUILDDIR>>/target/i686-unknown-linux-gnu/release/deps/libtoml-9784df5cff5c540f.rlib
-C debuginfo=2 --cap-lints warn -C linker=i686-linux-gnu-gcc -C
link-arg=-Wl,-z,relro --remap-path-prefix
/<<PKGBUILDDIR>>=/usr/share/cargo/registry/cargo-outdated-0.11.1
--remap-path-prefix
/<<PKGBUILDDIR>>/debian/cargo_registry=/usr/share/cargo/registry -L
native=/<<PKGBUILDDIR>>/target/i686-unknown-linux-gnu/release/build/rustix-cdf51c8d04ee3483/out
-L native=/usr/lib/i386-linux-gnu -L native=/usr/lib/i386-linux-gnu -L
native=/usr/lib/i386-linux-gnu -L native=/usr/lib/i386-linux-gnu`
LLVM ERROR: out of memory
Allocation failed
error: could not compile `cargo-outdated`
Fix:
--- debian/rules.old 2023-08-06 09:22:33.248596042 +0000
+++ debian/rules 2023-08-06 09:23:00.012581438 +0000
@@ -3,8 +3,8 @@
%:
dh $@ --buildsystem cargo
-#lto disabled on these architectures due to address space exhaustion.
-ifneq (,$(filter $(DEB_HOST_ARCH),armhf armel mipsel))
+#lto disabled on 32bit architectures due to address space exhaustion.
+ifeq ($(DEB_HOST_ARCH_BITS), 32)
LTO=false
else
LTO=true
--- End Message ---
--- Begin Message ---
Source: rust-cargo-outdated
Source-Version: 0.11.1-3
Done: Peter Michael Green <[email protected]>
We believe that the bug you reported is fixed in the latest version of
rust-cargo-outdated, 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.
Peter Michael Green <[email protected]> (supplier of updated
rust-cargo-outdated 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: Tue, 15 Aug 2023 15:26:44 +0000
Source: rust-cargo-outdated
Architecture: source
Version: 0.11.1-3
Distribution: unstable
Urgency: medium
Maintainer: Debian Rust Maintainers
<[email protected]>
Changed-By: Peter Michael Green <[email protected]>
Closes: 1043122
Changes:
rust-cargo-outdated (0.11.1-3) unstable; urgency=medium
.
* Team upload.
* Package cargo-outdated 0.11.1 from crates.io using debcargo 2.6.0
* Disable lto on remainining 32-bit architectures due to address space
exhausion issues. Thanks to Adrian Bunk (Closes: #1043122)
* Bump env-logger dependency to 0.10.
Checksums-Sha1:
b2eb0194cb583b41fc180b0f80a0d26fed51528c 2622 rust-cargo-outdated_0.11.1-3.dsc
112a327d37756e8fe809aa85fc3db18fe6b3eba7 4116
rust-cargo-outdated_0.11.1-3.debian.tar.xz
c38ecc7f87e4557704f022ce696b1e841053ec38 19991
rust-cargo-outdated_0.11.1-3_source.buildinfo
Checksums-Sha256:
cbe2a1af36848ca3e4ecefa36c02ad133e528953e4ec8841f0c3664d9dc49a69 2622
rust-cargo-outdated_0.11.1-3.dsc
a91ae3489d8498b84c76b416119dd338b6cf6a8bd358ddf18c73b66644651d91 4116
rust-cargo-outdated_0.11.1-3.debian.tar.xz
1f6faea46bfe202936df2caecc733b534e12003bc0d87bdbc89d89fa8750d298 19991
rust-cargo-outdated_0.11.1-3_source.buildinfo
Files:
78701fbda6597c38463e17ff01140f25 2622 rust optional
rust-cargo-outdated_0.11.1-3.dsc
17fb6800493ad17f008bd524e8c9062c 4116 rust optional
rust-cargo-outdated_0.11.1-3.debian.tar.xz
0c0102e6ea3f1575d8742369219b0b70 19991 rust optional
rust-cargo-outdated_0.11.1-3_source.buildinfo
-----BEGIN PGP SIGNATURE-----
iQJIBAEBCAAyFiEEU0DQATYMplbjSX63DEjqKnqP/XsFAmTbnHYUHHBsdWd3YXNo
QGRlYmlhbi5vcmcACgkQDEjqKnqP/XsDCQ//aMdkp7Hn6sixba4ToieVdcOondVr
PzLHh1Vl02jcsjqkDYitCn3ndryZpgaHdx2RnkYFDzjm/RV3K7w6vDLjuXvjXNr4
gLHxbXkQx2zy4FUGZ9nq658Q8g8G8AVGzMBK8anOOvOGzbj8+E9RiQlgq+gDiW+M
/34GilH/nP1PqTE+yJFyEHUUtHeLPida1PYxb6kUGVTt0HnY2KrMcpAWB6v81GCS
ZngLsLl6rSgAW5sd89XU2sF7DbMCbaPJOI3ryyCdOXApyqQMWCfJMvH6W+IovWCP
2e3Q3P+EF72A3jV3w4C8+Wa3nSySkB/j4srIc3b7F0pVfOpfL0XJ02Czw3ZrFNvR
Jvwszn/EHuYDPR6InZk318ruF/XpTq0YQHXYf/PiNXrX7/wubBj0wThpjmMYZWbu
dNS8hyQuIK1BYfSFasa3ELWDpa5c+98o88xini5rERwOogWlIV0AuGUklJu5Dr6P
CzEujEaDc9U08LQ5/XiUT5ydOa5jKhDRs3c2FFj/zJeAmguDQz1EMdX2HRSUSyEl
9ksZDekvX1pL1yTicPbFc1C3+QP7KoTnJ2HQaJDvTG37wIhPHCTRwermDh4QgBWZ
4AtVnDFTqLP7Hfbi3xlFCNnNEfVAqg4ZxwKTrf1scaPGJJVWZPTPDzH4F07jigHV
uTJzO0rqX1AdwCA=
=T8ay
-----END PGP SIGNATURE-----
--- End Message ---