Your message dated Tue, 26 Sep 2023 21:29:19 +0000
with message-id <e1qlfcn-00ak6y...@fasolo.debian.org>
and subject line Bug#1052795: fixed in rust-geo-types 0.7.11-1
has caused the Debian Bug report #1052795,
regarding rust-geo-types: 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.)
--
1052795: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1052795
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: rust-geo-types
Version: 0.7.7-1
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20230925 ftbfs-trixie
Hi,
During a rebuild of all packages in sid, your package failed to build
on amd64.
Relevant part (hopefully):
> debian/rules binary
> dh binary --buildsystem cargo
> dh_update_autotools_config -O--buildsystem=cargo
> dh_autoreconf -O--buildsystem=cargo
> dh_auto_configure -O--buildsystem=cargo
> 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: linking /usr/share/cargo/registry/* into
> /<<PKGBUILDDIR>>/debian/cargo_registry/
> dh_auto_build -O--buildsystem=cargo
> dh_auto_test -O--buildsystem=cargo
> 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 autocfg v1.1.0
> Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=autocfg
> CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>>/debian/cargo_registry/autocfg-1.1.0
> CARGO_PKG_AUTHORS='Josh Stone <cuvi...@gmail.com>'
> CARGO_PKG_DESCRIPTION='Automatic cfg for Rust compiler features'
> CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 OR MIT'
> CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=autocfg
> CARGO_PKG_REPOSITORY='https://github.com/cuviper/autocfg'
> CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.1.0 CARGO_PKG_VERSION_MAJOR=1
> CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE=''
> LD_LIBRARY_PATH='/<<PKGBUILDDIR>>/target/debug/deps:/usr/lib' rustc
> --crate-name autocfg
> /<<PKGBUILDDIR>>/debian/cargo_registry/autocfg-1.1.0/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=6818d4eba8c02e55 -C extra-filename=-6818d4eba8c02e55
> --out-dir /<<PKGBUILDDIR>>/target/debug/deps -L
> dependency=/<<PKGBUILDDIR>>/target/debug/deps --cap-lints warn`
> Compiling num-traits v0.2.15
> Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=build_script_build
> CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>>/debian/cargo_registry/num-traits-0.2.15
> CARGO_PKG_AUTHORS='The Rust Project Developers'
> CARGO_PKG_DESCRIPTION='Numeric traits for generic mathematics'
> CARGO_PKG_HOMEPAGE='https://github.com/rust-num/num-traits'
> CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE=''
> CARGO_PKG_NAME=num-traits
> CARGO_PKG_REPOSITORY='https://github.com/rust-num/num-traits'
> CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.2.15 CARGO_PKG_VERSION_MAJOR=0
> CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=15 CARGO_PKG_VERSION_PRE=''
> LD_LIBRARY_PATH='/<<PKGBUILDDIR>>/target/debug/deps:/usr/lib' rustc
> --crate-name build_script_build
> /<<PKGBUILDDIR>>/debian/cargo_registry/num-traits-0.2.15/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"' --cfg 'feature="std"' -C metadata=6cf08f159be44974
> -C extra-filename=-6cf08f159be44974 --out-dir
> /<<PKGBUILDDIR>>/target/debug/build/num-traits-6cf08f159be44974 -L
> dependency=/<<PKGBUILDDIR>>/target/debug/deps --extern
> autocfg=/<<PKGBUILDDIR>>/target/debug/deps/libautocfg-6818d4eba8c02e55.rlib
> --cap-lints warn`
> Running
> `/<<PKGBUILDDIR>>/target/debug/build/num-traits-6cf08f159be44974/build-script-build`
> [num-traits 0.2.15] cargo:rustc-cfg=has_i128
> [num-traits 0.2.15] cargo:rustc-cfg=has_to_int_unchecked
> [num-traits 0.2.15] cargo:rustc-cfg=has_reverse_bits
> [num-traits 0.2.15] cargo:rustc-cfg=has_leading_trailing_ones
> [num-traits 0.2.15] cargo:rustc-cfg=has_int_assignop_ref
> [num-traits 0.2.15] cargo:rustc-cfg=has_div_euclid
> [num-traits 0.2.15] cargo:rustc-cfg=has_copysign
> [num-traits 0.2.15] cargo:rerun-if-changed=build.rs
> Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=num_traits
> CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>>/debian/cargo_registry/num-traits-0.2.15
> CARGO_PKG_AUTHORS='The Rust Project Developers'
> CARGO_PKG_DESCRIPTION='Numeric traits for generic mathematics'
> CARGO_PKG_HOMEPAGE='https://github.com/rust-num/num-traits'
> CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE=''
> CARGO_PKG_NAME=num-traits
> CARGO_PKG_REPOSITORY='https://github.com/rust-num/num-traits'
> CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.2.15 CARGO_PKG_VERSION_MAJOR=0
> CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=15 CARGO_PKG_VERSION_PRE=''
> LD_LIBRARY_PATH='/<<PKGBUILDDIR>>/target/debug/deps:/usr/lib'
> OUT_DIR=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/build/num-traits-ae562948a9a15da3/out
> rustc --crate-name num_traits
> /<<PKGBUILDDIR>>/debian/cargo_registry/num-traits-0.2.15/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"' --cfg 'feature="std"' -C
> metadata=30472da9450d5577 -C extra-filename=-30472da9450d5577 --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/geo-types-0.7.7
> --remap-path-prefix
> /<<PKGBUILDDIR>>/debian/cargo_registry=/usr/share/cargo/registry --cfg
> has_i128 --cfg has_to_int_unchecked --cfg has_reverse_bits --cfg
> has_leading_trailing_ones --cfg has_int_assignop_ref --cfg has_div_euclid
> --cfg has_copysign`
> Compiling geo-types v0.7.7 (/<<PKGBUILDDIR>>)
> Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=geo_types
> CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>> CARGO_PKG_AUTHORS=''
> CARGO_PKG_DESCRIPTION='Geospatial primitive data types' CARGO_PKG_HOMEPAGE=''
> CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE=''
> CARGO_PKG_NAME=geo-types
> CARGO_PKG_REPOSITORY='https://github.com/georust/geo'
> CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.7.7 CARGO_PKG_VERSION_MAJOR=0
> CARGO_PKG_VERSION_MINOR=7 CARGO_PKG_VERSION_PATCH=7 CARGO_PKG_VERSION_PRE=''
> CARGO_PRIMARY_PACKAGE=1
> LD_LIBRARY_PATH='/<<PKGBUILDDIR>>/target/debug/deps:/usr/lib' rustc
> --crate-name geo_types --edition=2021 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=aafef9540caf163b -C extra-filename=-aafef9540caf163b --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
> num_traits=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libnum_traits-30472da9450d5577.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/geo-types-0.7.7
> --remap-path-prefix
> /<<PKGBUILDDIR>>/debian/cargo_registry=/usr/share/cargo/registry`
> error: expected `,`, found `.`
> --> src/geometry/geometry_collection.rs:111:25
> |
> 111 | #[deprecated(since = 0.7.5, note = "Use
> `GeometryCollection::from(vec![geom])` instead.")]
> | ^ expected `,`
>
> error: could not compile `geo-types` due to previous error
>
> Caused by:
> process didn't exit successfully: `CARGO=/usr/bin/cargo
> CARGO_CRATE_NAME=geo_types CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>>
> CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='Geospatial primitive data types'
> CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT/Apache-2.0
> CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=geo-types
> CARGO_PKG_REPOSITORY='https://github.com/georust/geo'
> CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.7.7 CARGO_PKG_VERSION_MAJOR=0
> CARGO_PKG_VERSION_MINOR=7 CARGO_PKG_VERSION_PATCH=7 CARGO_PKG_VERSION_PRE=''
> CARGO_PRIMARY_PACKAGE=1
> LD_LIBRARY_PATH='/<<PKGBUILDDIR>>/target/debug/deps:/usr/lib' rustc
> --crate-name geo_types --edition=2021 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=aafef9540caf163b -C extra-filename=-aafef9540caf163b --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
> num_traits=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libnum_traits-30472da9450d5577.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/geo-types-0.7.7
> --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/2023/09/25/rust-geo-types_0.7.7-1_unstable.log
All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20230925;users=lu...@debian.org
or:
https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20230925&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-geo-types
Source-Version: 0.7.11-1
Done: Peter Michael Green <plugw...@debian.org>
We believe that the bug you reported is fixed in the latest version of
rust-geo-types, 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 1052...@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-geo-types
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, 26 Sep 2023 20:29:21 +0000
Source: rust-geo-types
Architecture: source
Version: 0.7.11-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Rust Maintainers
<pkg-rust-maintain...@alioth-lists.debian.net>
Changed-By: Peter Michael Green <plugw...@debian.org>
Closes: 1052795
Changes:
rust-geo-types (0.7.11-1) unstable; urgency=medium
.
* Team upload.
* Package geo-types 0.7.11 from crates.io using debcargo 2.6.0 (Closes:
#1052795)
* Update remove-rstar.patch for new upstream and remove unnessacery patch
hunks.
Checksums-Sha1:
bfd10b63008bf0c135bbd7bebce37c15959b8545 2494 rust-geo-types_0.7.11-1.dsc
30adf61cd5787494b1c70d95b5bacd231b1030b9 33649
rust-geo-types_0.7.11.orig.tar.gz
1bb0ebe275c0ebbf95f900f375f4eaf0cacc44c5 3244
rust-geo-types_0.7.11-1.debian.tar.xz
9f6d8c131eddbcd612cd9f75d939a6bdf161ec92 8076
rust-geo-types_0.7.11-1_source.buildinfo
Checksums-Sha256:
74607b3aa9cfe2acf85b598072364a9bbfd98b62ca29c740ae28bf4f880409a3 2494
rust-geo-types_0.7.11-1.dsc
9705398c5c7b26132e74513f4ee7c1d7dafd786004991b375c172be2be0eecaa 33649
rust-geo-types_0.7.11.orig.tar.gz
c549697c4629b0267d50d737026a007bc296fc280c7ecd264a8cbe41025ca7d6 3244
rust-geo-types_0.7.11-1.debian.tar.xz
f8fbb0945ab4d6ccf7e4cfc891e238537bddf6e8a5e61ecc1263c2fc40ad4230 8076
rust-geo-types_0.7.11-1_source.buildinfo
Files:
36841faf39bca4bee92d2aec7339b0d9 2494 rust optional rust-geo-types_0.7.11-1.dsc
e7fa07176f2376e684c7ec9b5bc4f521 33649 rust optional
rust-geo-types_0.7.11.orig.tar.gz
feeffd7cc9bd5229cbde9c92cb6fe4d9 3244 rust optional
rust-geo-types_0.7.11-1.debian.tar.xz
905c41a3545c7408800f933746a2805d 8076 rust optional
rust-geo-types_0.7.11-1_source.buildinfo
-----BEGIN PGP SIGNATURE-----
iQJIBAEBCAAyFiEEU0DQATYMplbjSX63DEjqKnqP/XsFAmUTP9gUHHBsdWd3YXNo
QGRlYmlhbi5vcmcACgkQDEjqKnqP/Xso/BAAmW/M77JKw2xjL4E8GQ4ige8lAIS4
LqKrud6mQavY9eHdbVLlzyLBBWKJRFV0DcTNnS4e4Kx7CZLb7m9isX92vHWn92hl
Ypnzo/1GipEEU5mzP4UeQNRMlXjTAq+H2vWjZvdZWWB5nkpeh7PcxOoDD0X/q24N
rp7Y3LfSCFa28lQC8a5438vrcxDLJQMMe5UDAsJQU1qT3WjNPfW6zirDficHT2Ay
x7JGixJoAvWu8NeCDcdCcOkel8brYzjBdJ++7yIS1xZsTP4oqI9G3lUa2+BFnotS
m2zUi7ddJF3evwRam9QGudeosDfaSdaWFZEdp+BBxehuir+1ffqDhHC4/4tUeu/x
RmO6QIug4FxV21csJS3PaiHoBpFFNVHbKRmjimrqVyw6XAJZSR0A2fLULm+tgTac
fQ6xkxsB6j3SDTiqKWVV+fMQXQp6sJQJWNAu2EMPlD3UKeLdy7Yl9ZBLsi8Ifhpn
PJjKjEtCGU0klVtT+vjAQitejCWwHe0utFLoC5hQ/mbldbo1AMil6w5loFlKXZDv
+t06i5kVRDNIiNlf4hcwIogSzZKo++lwTC7q7PsV2gVXa5W+45XWETrGbmoo9d8u
fpmW0PiNLYJLyt5XH5be+rPWyQDIJnsT2VgkbjDb3kKxCKKnoK879xIpde6KZkmH
ib2hkAM5cat3vuM=
=x6z9
-----END PGP SIGNATURE-----
--- End Message ---