Your message dated Sat, 15 Jul 2023 12:08:41 +0000
with message-id <e1qke4n-0036vw...@fasolo.debian.org>
and subject line Bug#1026635: fixed in rust-packed-simd 0.3.8-1
has caused the Debian Bug report #1026635,
regarding rust-packed-simd: FTBFS: dh_auto_test: error:
/usr/share/cargo/bin/cargo build returned exit code 101
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.)
--
1026635: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1026635
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: rust-packed-simd
Version: 0.3.3-8
Severity: serious
Justification: FTBFS
Tags: bookworm sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20221220 ftbfs-bookworm
Hi,
During a rebuild of all packages in sid, your package failed to build
on amd64.
Relevant part (hopefully):
> make[1]: Entering directory '/<<PKGBUILDDIR>>'
> export RUSTC_BOOTSTRAP=1; \
> dh_auto_test
> debian cargo wrapper: options, profiles, parallel: ['parallel=8'] [] ['-j8']
> 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', 'build', '--verbose', '--verbose',
> '-j8', '--target', 'x86_64-unknown-linux-gnu'],) {}
> Compiling packed_simd v0.3.3 (/<<PKGBUILDDIR>>)
> Compiling cfg-if v0.1.10
> Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=build_script_build
> CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>> CARGO_PKG_AUTHORS='Gonzalo Brito Gadeschi
> <gonzalob...@gmail.com>' CARGO_PKG_DESCRIPTION='Portable Packed SIMD vectors'
> CARGO_PKG_HOMEPAGE='https://github.com/rust-lang-nursery/packed_simd'
> CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE=''
> CARGO_PKG_NAME=packed_simd
> CARGO_PKG_REPOSITORY='https://github.com/rust-lang-nursery/packed_simd'
> CARGO_PKG_VERSION=0.3.3 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=3
> CARGO_PKG_VERSION_PATCH=3 CARGO_PKG_VERSION_PRE='' CARGO_PRIMARY_PACKAGE=1
> LD_LIBRARY_PATH='/<<PKGBUILDDIR>>/target/debug/deps:/usr/lib' rustc
> --crate-name build_script_build --edition=2018 build.rs --error-format=json
> --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin
> --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --cfg
> 'feature="default"' -C metadata=5ccf70716b37ffcc -C
> extra-filename=-5ccf70716b37ffcc --out-dir
> /<<PKGBUILDDIR>>/target/debug/build/packed_simd-5ccf70716b37ffcc -C
> incremental=/<<PKGBUILDDIR>>/target/debug/incremental -L
> dependency=/<<PKGBUILDDIR>>/target/debug/deps`
> Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=cfg_if
> CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>>/debian/cargo_registry/cfg-if-0.1.10
> CARGO_PKG_AUTHORS='Alex Crichton <a...@alexcrichton.com>'
> CARGO_PKG_DESCRIPTION='A macro to ergonomically define an item depending on a
> large number of #[cfg]
> parameters. Structured like an if-else chain, the first matching branch is the
> item that gets emitted.
> ' CARGO_PKG_HOMEPAGE='https://github.com/alexcrichton/cfg-if'
> CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE=''
> CARGO_PKG_NAME=cfg-if
> CARGO_PKG_REPOSITORY='https://github.com/alexcrichton/cfg-if'
> CARGO_PKG_VERSION=0.1.10 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1
> CARGO_PKG_VERSION_PATCH=10 CARGO_PKG_VERSION_PRE=''
> LD_LIBRARY_PATH='/<<PKGBUILDDIR>>/target/debug/deps:/usr/lib' rustc
> --crate-name cfg_if --edition=2018
> /<<PKGBUILDDIR>>/debian/cargo_registry/cfg-if-0.1.10/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 -C metadata=ec7ab5d579c0e83f -C extra-filename=-ec7ab5d579c0e83f
> --out-dir /<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps
> --target x86_64-unknown-linux-gnu -L
> dependency=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps -L
> dependency=/<<PKGBUILDDIR>>/target/debug/deps --cap-lints warn -C debuginfo=2
> --cap-lints warn -C linker=x86_64-linux-gnu-gcc -C link-arg=-Wl,-z,relro
> --remap-path-prefix
> /<<PKGBUILDDIR>>=/usr/share/cargo/registry/packed-simd-0.3.3
> --remap-path-prefix
> /<<PKGBUILDDIR>>/debian/cargo_registry=/usr/share/cargo/registry`
> Running
> `/<<PKGBUILDDIR>>/target/debug/build/packed_simd-5ccf70716b37ffcc/build-script-build`
> Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=packed_simd
> CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>> CARGO_PKG_AUTHORS='Gonzalo Brito Gadeschi
> <gonzalob...@gmail.com>' CARGO_PKG_DESCRIPTION='Portable Packed SIMD vectors'
> CARGO_PKG_HOMEPAGE='https://github.com/rust-lang-nursery/packed_simd'
> CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE=''
> CARGO_PKG_NAME=packed_simd
> CARGO_PKG_REPOSITORY='https://github.com/rust-lang-nursery/packed_simd'
> CARGO_PKG_VERSION=0.3.3 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=3
> CARGO_PKG_VERSION_PATCH=3 CARGO_PKG_VERSION_PRE='' CARGO_PRIMARY_PACKAGE=1
> LD_LIBRARY_PATH='/<<PKGBUILDDIR>>/target/debug/deps:/usr/lib'
> OUT_DIR=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/build/packed_simd-b0fe3ab995f09645/out
> rustc --crate-name packed_simd --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="default"' -C metadata=5b3bf927774bca7c -C
> extra-filename=-5b3bf927774bca7c --out-dir
> /<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps --target
> x86_64-unknown-linux-gnu -C
> incremental=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/incremental
> -L dependency=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps -L
> dependency=/<<PKGBUILDDIR>>/target/debug/deps --extern
> cfg_if=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libcfg_if-ec7ab5d579c0e83f.rmeta
> -C debuginfo=2 --cap-lints warn -C linker=x86_64-linux-gnu-gcc -C
> link-arg=-Wl,-z,relro --remap-path-prefix
> /<<PKGBUILDDIR>>=/usr/share/cargo/registry/packed-simd-0.3.3
> --remap-path-prefix
> /<<PKGBUILDDIR>>/debian/cargo_registry=/usr/share/cargo/registry`
> error: expected one of `!` or `::`, found keyword `mod`
> --> src/lib.rs:331:7
> |
> 331 | crate mod llvm {
> | ^^^ expected one of `!` or `::`
>
> error: could not compile `packed_simd` due to previous error
>
> Caused by:
> process didn't exit successfully: `CARGO=/usr/bin/cargo
> CARGO_CRATE_NAME=packed_simd CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>>
> CARGO_PKG_AUTHORS='Gonzalo Brito Gadeschi <gonzalob...@gmail.com>'
> CARGO_PKG_DESCRIPTION='Portable Packed SIMD vectors'
> CARGO_PKG_HOMEPAGE='https://github.com/rust-lang-nursery/packed_simd'
> CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE=''
> CARGO_PKG_NAME=packed_simd
> CARGO_PKG_REPOSITORY='https://github.com/rust-lang-nursery/packed_simd'
> CARGO_PKG_VERSION=0.3.3 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=3
> CARGO_PKG_VERSION_PATCH=3 CARGO_PKG_VERSION_PRE='' CARGO_PRIMARY_PACKAGE=1
> LD_LIBRARY_PATH='/<<PKGBUILDDIR>>/target/debug/deps:/usr/lib'
> OUT_DIR=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/build/packed_simd-b0fe3ab995f09645/out
> rustc --crate-name packed_simd --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="default"' -C metadata=5b3bf927774bca7c -C
> extra-filename=-5b3bf927774bca7c --out-dir
> /<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps --target
> x86_64-unknown-linux-gnu -C
> incremental=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/incremental
> -L dependency=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps -L
> dependency=/<<PKGBUILDDIR>>/target/debug/deps --extern
> cfg_if=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libcfg_if-ec7ab5d579c0e83f.rmeta
> -C debuginfo=2 --cap-lints warn -C linker=x86_64-linux-gnu-gcc -C
> link-arg=-Wl,-z,relro --remap-path-prefix
> /<<PKGBUILDDIR>>=/usr/share/cargo/registry/packed-simd-0.3.3
> --remap-path-prefix
> /<<PKGBUILDDIR>>/debian/cargo_registry=/usr/share/cargo/registry` (exit
> status: 1)
> dh_auto_test: error: /usr/share/cargo/bin/cargo build returned exit code 101
The full build log is available from:
http://qa-logs.debian.net/2022/12/20/rust-packed-simd_0.3.3-8_unstable.log
All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20221220;users=lu...@debian.org
or:
https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20221220&fusertaguser=lu...@debian.org&allbugs=1&cseverity=1&ctags=1&caffected=1#results
A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!
If you reassign this bug to another package, please mark it as 'affects'-ing
this package. See https://www.debian.org/Bugs/server-control#affects
If you fail to reproduce this, please provide a build log and diff it with mine
so that we can identify if something relevant changed in the meantime.
--- End Message ---
--- Begin Message ---
Source: rust-packed-simd
Source-Version: 0.3.8-1
Done: Alexander Kjäll <alexander.kj...@gmail.com>
We believe that the bug you reported is fixed in the latest version of
rust-packed-simd, 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 1026...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Alexander Kjäll <alexander.kj...@gmail.com> (supplier of updated
rust-packed-simd 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, 15 Jul 2023 13:43:28 +0200
Source: rust-packed-simd
Architecture: source
Version: 0.3.8-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Rust Maintainers
<pkg-rust-maintain...@alioth-lists.debian.net>
Changed-By: Alexander Kjäll <alexander.kj...@gmail.com>
Closes: 1026635
Changes:
rust-packed-simd (0.3.8-1) unstable; urgency=medium
.
* Team upload.
* Package packed_simd 0.3.8 from crates.io using debcargo 2.6.0 (Closes:
1026635)
Checksums-Sha1:
4ee754427159e419a6b1cf6411c975fc6c7479b0 2409 rust-packed-simd_0.3.8-1.dsc
1f51f041fd7ff0e7c571e6cfd757528e7332a2f2 86879
rust-packed-simd_0.3.8.orig.tar.gz
57082cf1a1bf6521e110e03343283a48e707da39 6008
rust-packed-simd_0.3.8-1.debian.tar.xz
da70dc981a01d91270b2388d0b3e5884b1171dd9 9396
rust-packed-simd_0.3.8-1_source.buildinfo
Checksums-Sha256:
e72849bdab8b06ff0c48f17d2249bc3f6bcad8c3ab856550ec6834d6ec3170ee 2409
rust-packed-simd_0.3.8-1.dsc
d9de1391a5ad0e88ac785eb6079a6dc2f45ac584dc6ceb3c7785628e5a83df10 86879
rust-packed-simd_0.3.8.orig.tar.gz
a45a5b80a70ccdf3b918a54c8f39f11c89b63b0797d67840eaab89a1d79e7b11 6008
rust-packed-simd_0.3.8-1.debian.tar.xz
e247ee0934add103dd433a090cf3fb88630aa870067b986d00306c686ee5b6d7 9396
rust-packed-simd_0.3.8-1_source.buildinfo
Files:
97965253809f4fba277234258a6eab7b 2409 rust optional
rust-packed-simd_0.3.8-1.dsc
bde32cbe4e8f04959e60788c3d11a098 86879 rust optional
rust-packed-simd_0.3.8.orig.tar.gz
d4f3779c3720df04b3585efcb907bd76 6008 rust optional
rust-packed-simd_0.3.8-1.debian.tar.xz
df977e4602967b45122f311a6a450bee 9396 rust optional
rust-packed-simd_0.3.8-1_source.buildinfo
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCAAdFiEEtg21mU05vsTRqVzPfmUo2nUvG+EFAmSyhmYACgkQfmUo2nUv
G+E8qA/9FBDM9NTWTlu2A+CS+OfZWPfmm2tHUTe3zICufwavHklACscj6utpHNNP
Tdbn0j1rOa0ACvUofqdYvP53Bz/KSGFHpU8ynRGqCHsx5mnSXQj1qPZmmZx7lNWz
eqHsgYDR95S/MV91k9Y2ngM66c2HiGuxss+4ot9y8RzI1jaaJ6e9xF61etZBckXJ
MykMpHjsSbVIHN8Kb1TnCVp3bmvvgpalgM8z1zlw3H/IPNoOJXIi1xjLwrHswmMT
AJSRjI58KPn8ID6Th4/4mdBCYetqGUlU2QmtQG58ANcTyT5XJuB7wLeP/500ljGD
lHIkrMrcQwZKOM1VyAMvtTBLmTLsIEJftrkNJ/Zr8r/OsSGAD2UdlCzj3YdoCks3
mnNuWDyM36+hn02FuiUKPfztMzUNaxEhLSjbKiGCMBHIfCk60xLVko+OqNmUm4PJ
CJMVSCekOCQeFGiBu3I0DRC0Ww8/7JRaJHpE5uuKdbmsMDkHwoV7iiKbkPQdQWjZ
V6Jb6oG7Lz8P1cdLQm15Gt5as6WohfY2YHt8IPPmGdfTs2lsC6a+7EcZchwLU2ZQ
aU3igZUOwOagG8p4dRpG8M0InsUOaM3PCnmUfuE7hn4OUiRDCAfZr+8BaYpFvgUb
0vGjLK88JTdRpURrQR0T11o/a5FrCD6QaS+oTNWacCilhrsCs+o=
=skSQ
-----END PGP SIGNATURE-----
--- End Message ---