Your message dated Sat, 29 Jan 2022 18:05:44 +0000
with message-id <e1nds6a-000dic...@fasolo.debian.org>
and subject line Bug#971223: fixed in rust-redox-termios 0.1.2-1
has caused the Debian Bug report #971223,
regarding rust-redox-termios: 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.)


-- 
971223: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=971223
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: rust-redox-termios
Version: 0.1.1-2
Severity: serious
Justification: FTBFS on amd64
Tags: bullseye sid ftbfs
Usertags: ftbfs-20200926 ftbfs-bullseye

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; \
> case x86_64-unknown-linux-gnu in \
> arm-*|x86-*|x86_64-*) \
>   dh_auto_test;; \
> *) \
>   dh_auto_test || true;; \
> esac
> debian cargo wrapper: options, profiles, parallel: ['parallel=4'] [] ['-j4']
> 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', 
> '-j4', '--target', 'x86_64-unknown-linux-gnu'],) {}
>    Compiling redox_syscall v0.1.40
>      Running `CARGO_PKG_VERSION=0.1.40 CARGO_PKG_VERSION_MAJOR=0 
> CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>>/debian/cargo_registry/redox_syscall-0.1.40
>  CARGO_PKG_NAME=redox_syscall CARGO_PKG_HOMEPAGE= CARGO_PKG_AUTHORS='Jeremy 
> Soller <jackpo...@gmail.com>' 
> CARGO_PKG_REPOSITORY='https://github.com/redox-os/syscall' 
> CARGO_PKG_VERSION_PATCH=40 CARGO_PKG_VERSION_PRE= CARGO=/usr/bin/cargo 
> CARGO_PKG_DESCRIPTION='A Rust library to access raw Redox system calls' 
> CARGO_PKG_VERSION_MINOR=1 
> LD_LIBRARY_PATH='/<<PKGBUILDDIR>>/target/debug/deps:/usr/lib' rustc 
> --crate-name syscall 
> /<<PKGBUILDDIR>>/debian/cargo_registry/redox_syscall-0.1.40/src/lib.rs 
> --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type 
> lib --emit=dep-info,metadata,link -C debuginfo=2 -C metadata=29de329c21ef7345 
> -C extra-filename=-29de329c21ef7345 --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/redox-termios-0.1.1`
> error: the legacy LLVM-style asm! syntax is no longer supported
>  --> 
> /usr/share/cargo/registry/redox-termios-0.1.1/debian/cargo_registry/redox_syscall-0.1.40/src/arch/x86_64.rs:4:5
>   |
> 4 |       asm!("int 0x80"
>   |       ^---
>   |       |
>   |  _____help: replace with: `llvm_asm!`
>   | |
> 5 | |         : "={rax}"(a)
> 6 | |         : "{rax}"(a)
> 7 | |         : "memory"
> 8 | |         : "intel", "volatile");
>   | |_______________________________^
>   |
>   = note: consider migrating to the new asm! syntax specified in RFC 2873
>   = note: alternatively, switch to llvm_asm! to keep your code working as it 
> is
> 
> error: the legacy LLVM-style asm! syntax is no longer supported
>   --> 
> /usr/share/cargo/registry/redox-termios-0.1.1/debian/cargo_registry/redox_syscall-0.1.40/src/arch/x86_64.rs:14:5
>    |
> 14 |       asm!("int 0x80"
>    |       ^---
>    |       |
>    |  _____help: replace with: `llvm_asm!`
>    | |
> 15 | |         : "={rax}"(a)
> 16 | |         : "{rax}"(a), "{rbx}"(b)
> 17 | |         : "memory"
> 18 | |         : "intel", "volatile");
>    | |_______________________________^
>    |
>    = note: consider migrating to the new asm! syntax specified in RFC 2873
>    = note: alternatively, switch to llvm_asm! to keep your code working as it 
> is
> 
> error: the legacy LLVM-style asm! syntax is no longer supported
>   --> 
> /usr/share/cargo/registry/redox-termios-0.1.1/debian/cargo_registry/redox_syscall-0.1.40/src/arch/x86_64.rs:25:5
>    |
> 25 |       asm!("int 0x80"
>    |       ^---
>    |       |
>    |  _____help: replace with: `llvm_asm!`
>    | |
> 26 | |         : "={rax}"(a)
> 27 | |         : "{rax}"(a), "{rbx}"(b)
> 28 | |         : "memory", "rbx", "rcx", "rdx", "rsi", "rdi", "r8",
> 29 | |           "r9", "r10", "r11", "r12", "r13", "r14", "r15"
> 30 | |         : "intel", "volatile");
>    | |_______________________________^
>    |
>    = note: consider migrating to the new asm! syntax specified in RFC 2873
>    = note: alternatively, switch to llvm_asm! to keep your code working as it 
> is
> 
> error: the legacy LLVM-style asm! syntax is no longer supported
>   --> 
> /usr/share/cargo/registry/redox-termios-0.1.1/debian/cargo_registry/redox_syscall-0.1.40/src/arch/x86_64.rs:36:5
>    |
> 36 |       asm!("int 0x80"
>    |       ^---
>    |       |
>    |  _____help: replace with: `llvm_asm!`
>    | |
> 37 | |         : "={rax}"(a)
> 38 | |         : "{rax}"(a), "{rbx}"(b), "{rcx}"(c)
> 39 | |         : "memory"
> 40 | |         : "intel", "volatile");
>    | |_______________________________^
>    |
>    = note: consider migrating to the new asm! syntax specified in RFC 2873
>    = note: alternatively, switch to llvm_asm! to keep your code working as it 
> is
> 
> error: the legacy LLVM-style asm! syntax is no longer supported
>   --> 
> /usr/share/cargo/registry/redox-termios-0.1.1/debian/cargo_registry/redox_syscall-0.1.40/src/arch/x86_64.rs:46:5
>    |
> 46 |       asm!("int 0x80"
>    |       ^---
>    |       |
>    |  _____help: replace with: `llvm_asm!`
>    | |
> 47 | |         : "={rax}"(a)
> 48 | |         : "{rax}"(a), "{rbx}"(b), "{rcx}"(c), "{rdx}"(d)
> 49 | |         : "memory"
> 50 | |         : "intel", "volatile");
>    | |_______________________________^
>    |
>    = note: consider migrating to the new asm! syntax specified in RFC 2873
>    = note: alternatively, switch to llvm_asm! to keep your code working as it 
> is
> 
> error: the legacy LLVM-style asm! syntax is no longer supported
>   --> 
> /usr/share/cargo/registry/redox-termios-0.1.1/debian/cargo_registry/redox_syscall-0.1.40/src/arch/x86_64.rs:56:5
>    |
> 56 |       asm!("int 0x80"
>    |       ^---
>    |       |
>    |  _____help: replace with: `llvm_asm!`
>    | |
> 57 | |         : "={rax}"(a)
> 58 | |         : "{rax}"(a), "{rbx}"(b), "{rcx}"(c), "{rdx}"(d), "{rsi}"(e)
> 59 | |         : "memory"
> 60 | |         : "intel", "volatile");
>    | |_______________________________^
>    |
>    = note: consider migrating to the new asm! syntax specified in RFC 2873
>    = note: alternatively, switch to llvm_asm! to keep your code working as it 
> is
> 
> error: the legacy LLVM-style asm! syntax is no longer supported
>   --> 
> /usr/share/cargo/registry/redox-termios-0.1.1/debian/cargo_registry/redox_syscall-0.1.40/src/arch/x86_64.rs:67:5
>    |
> 67 |       asm!("int 0x80"
>    |       ^---
>    |       |
>    |  _____help: replace with: `llvm_asm!`
>    | |
> 68 | |         : "={rax}"(a)
> 69 | |         : "{rax}"(a), "{rbx}"(b), "{rcx}"(c), "{rdx}"(d), "{rsi}"(e), 
> "{rdi}"(f)
> 70 | |         : "memory"
> 71 | |         : "intel", "volatile");
>    | |_______________________________^
>    |
>    = note: consider migrating to the new asm! syntax specified in RFC 2873
>    = note: alternatively, switch to llvm_asm! to keep your code working as it 
> is
> 
> error: the legacy LLVM-style asm! syntax is no longer supported
>   --> 
> /usr/share/cargo/registry/redox-termios-0.1.1/debian/cargo_registry/redox_syscall-0.1.40/src/io/pio.rs:31:13
>    |
> 31 |             asm!("in $0, $1" : "={al}"(value) : "{dx}"(self.port) : 
> "memory" : "intel", "volatile");
>    |             
> ----^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>    |             |
>    |             help: replace with: `llvm_asm!`
>    |
>    = note: consider migrating to the new asm! syntax specified in RFC 2873
>    = note: alternatively, switch to llvm_asm! to keep your code working as it 
> is
> 
> error: the legacy LLVM-style asm! syntax is no longer supported
>   --> 
> /usr/share/cargo/registry/redox-termios-0.1.1/debian/cargo_registry/redox_syscall-0.1.40/src/io/pio.rs:40:13
>    |
> 40 |             asm!("out $1, $0" : : "{al}"(value), "{dx}"(self.port) : 
> "memory" : "intel", "volatile");
>    |             
> ----^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>    |             |
>    |             help: replace with: `llvm_asm!`
>    |
>    = note: consider migrating to the new asm! syntax specified in RFC 2873
>    = note: alternatively, switch to llvm_asm! to keep your code working as it 
> is
> 
> error: the legacy LLVM-style asm! syntax is no longer supported
>   --> 
> /usr/share/cargo/registry/redox-termios-0.1.1/debian/cargo_registry/redox_syscall-0.1.40/src/io/pio.rs:54:13
>    |
> 54 |             asm!("in $0, $1" : "={ax}"(value) : "{dx}"(self.port) : 
> "memory" : "intel", "volatile");
>    |             
> ----^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>    |             |
>    |             help: replace with: `llvm_asm!`
>    |
>    = note: consider migrating to the new asm! syntax specified in RFC 2873
>    = note: alternatively, switch to llvm_asm! to keep your code working as it 
> is
> 
> error: the legacy LLVM-style asm! syntax is no longer supported
>   --> 
> /usr/share/cargo/registry/redox-termios-0.1.1/debian/cargo_registry/redox_syscall-0.1.40/src/io/pio.rs:63:13
>    |
> 63 |             asm!("out $1, $0" : : "{ax}"(value), "{dx}"(self.port) : 
> "memory" : "intel", "volatile");
>    |             
> ----^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>    |             |
>    |             help: replace with: `llvm_asm!`
>    |
>    = note: consider migrating to the new asm! syntax specified in RFC 2873
>    = note: alternatively, switch to llvm_asm! to keep your code working as it 
> is
> 
> error: the legacy LLVM-style asm! syntax is no longer supported
>   --> 
> /usr/share/cargo/registry/redox-termios-0.1.1/debian/cargo_registry/redox_syscall-0.1.40/src/io/pio.rs:77:13
>    |
> 77 |             asm!("in $0, $1" : "={eax}"(value) : "{dx}"(self.port) : 
> "memory" : "intel", "volatile");
>    |             
> ----^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>    |             |
>    |             help: replace with: `llvm_asm!`
>    |
>    = note: consider migrating to the new asm! syntax specified in RFC 2873
>    = note: alternatively, switch to llvm_asm! to keep your code working as it 
> is
> 
> error: the legacy LLVM-style asm! syntax is no longer supported
>   --> 
> /usr/share/cargo/registry/redox-termios-0.1.1/debian/cargo_registry/redox_syscall-0.1.40/src/io/pio.rs:86:13
>    |
> 86 |             asm!("out $1, $0" : : "{eax}"(value), "{dx}"(self.port) : 
> "memory" : "intel", "volatile");
>    |             
> ----^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>    |             |
>    |             help: replace with: `llvm_asm!`
>    |
>    = note: consider migrating to the new asm! syntax specified in RFC 2873
>    = note: alternatively, switch to llvm_asm! to keep your code working as it 
> is
> 
> warning: use of deprecated item 'core::mem::uninitialized': use 
> `mem::MaybeUninit` instead
>  --> 
> /usr/share/cargo/registry/redox-termios-0.1.1/debian/cargo_registry/redox_syscall-0.1.40/src/io/mmio.rs:2:5
>   |
> 2 | use core::mem::uninitialized;
>   |     ^^^^^^^^^^^^^^^^^^^^^^^^
>   |
> note: the lint level is defined here
>  --> 
> /usr/share/cargo/registry/redox-termios-0.1.1/debian/cargo_registry/redox_syscall-0.1.40/src/lib.rs:1:9
>   |
> 1 | #![deny(warnings)]
>   |         ^^^^^^^^
>   = note: `#[warn(deprecated)]` implied by `#[warn(warnings)]`
> 
> warning: use of deprecated item 'core::mem::uninitialized': use 
> `mem::MaybeUninit` instead
>   --> 
> /usr/share/cargo/registry/redox-termios-0.1.1/debian/cargo_registry/redox_syscall-0.1.40/src/io/mmio.rs:16:29
>    |
> 16 |             value: unsafe { uninitialized() }
>    |                             ^^^^^^^^^^^^^
> 
> error: aborting due to 13 previous errors; 2 warnings emitted
> 
> error: could not compile `redox_syscall`.
> 
> Caused by:
>   process didn't exit successfully: `CARGO_PKG_VERSION=0.1.40 
> CARGO_PKG_VERSION_MAJOR=0 
> CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>>/debian/cargo_registry/redox_syscall-0.1.40
>  CARGO_PKG_NAME=redox_syscall CARGO_PKG_HOMEPAGE= CARGO_PKG_AUTHORS='Jeremy 
> Soller <jackpo...@gmail.com>' 
> CARGO_PKG_REPOSITORY='https://github.com/redox-os/syscall' 
> CARGO_PKG_VERSION_PATCH=40 CARGO_PKG_VERSION_PRE= CARGO=/usr/bin/cargo 
> CARGO_PKG_DESCRIPTION='A Rust library to access raw Redox system calls' 
> CARGO_PKG_VERSION_MINOR=1 
> LD_LIBRARY_PATH='/<<PKGBUILDDIR>>/target/debug/deps:/usr/lib' rustc 
> --crate-name syscall 
> /<<PKGBUILDDIR>>/debian/cargo_registry/redox_syscall-0.1.40/src/lib.rs 
> --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type 
> lib --emit=dep-info,metadata,link -C debuginfo=2 -C metadata=29de329c21ef7345 
> -C extra-filename=-29de329c21ef7345 --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/redox-termios-0.1.1` (exit code: 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/2020/09/26/rust-redox-termios_0.1.1-2_unstable.log

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!

About the archive rebuild: The rebuild was done on EC2 VM instances from
Amazon Web Services, using a clean, minimal and up-to-date chroot. Every
failed build was retried once to eliminate random failures.

--- End Message ---
--- Begin Message ---
Source: rust-redox-termios
Source-Version: 0.1.2-1
Done: Peter Michael Green <plugw...@debian.org>

We believe that the bug you reported is fixed in the latest version of
rust-redox-termios, 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 971...@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-redox-termios 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, 29 Jan 2022 17:39:34 +0000
Source: rust-redox-termios
Architecture: source
Version: 0.1.2-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: 971223
Changes:
 rust-redox-termios (0.1.2-1) unstable; urgency=medium
 .
   * Package redox_termios 0.1.2 from crates.io using debcargo 2.4.4
 .
   [ Stephan Lachnit ]
   * Team upload.
   * Closes: #971223
   * Package redox_termios 0.1.1 from crates.io using debcargo 2.4.3
Checksums-Sha1:
 8c15734ee60466427295f968b8a0b037d799be0e 2243 rust-redox-termios_0.1.2-1.dsc
 86704719d4909de9cc70748524f09bfcf0d1ab80 3268 
rust-redox-termios_0.1.2.orig.tar.gz
 baf0929551fa1b5ad564432961571f44704079f5 2924 
rust-redox-termios_0.1.2-1.debian.tar.xz
 44c456ea4a9bfd7e7c28878abaa3c657e01becbc 7679 
rust-redox-termios_0.1.2-1_source.buildinfo
Checksums-Sha256:
 c5d90c63dd4eea0f2bad5bcd6652b9ba037ef9399990d1b996319899ff6e3f4c 2243 
rust-redox-termios_0.1.2-1.dsc
 8440d8acb4fd3d277125b4bd01a6f38aee8d814b3b5fc09b3f2b825d37d3fe8f 3268 
rust-redox-termios_0.1.2.orig.tar.gz
 956fdd2a62c96dc718b16e371854d65e710516d3909a4f8acad578b074f9e992 2924 
rust-redox-termios_0.1.2-1.debian.tar.xz
 dab64bfbb4a0280729d57b2c06e440f211236f4e87abd6fc5c881377d17fc81f 7679 
rust-redox-termios_0.1.2-1_source.buildinfo
Files:
 1208a8e09d82271944d763c46496e196 2243 rust optional 
rust-redox-termios_0.1.2-1.dsc
 c5b23985f2b07389edcda3900fc8a751 3268 rust optional 
rust-redox-termios_0.1.2.orig.tar.gz
 22e1c182d7a63e540bf93644522a36c7 2924 rust optional 
rust-redox-termios_0.1.2-1.debian.tar.xz
 64b615dedaf04ddfe0c40b61512d01f7 7679 rust optional 
rust-redox-termios_0.1.2-1_source.buildinfo

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

iQJIBAEBCAAyFiEEU0DQATYMplbjSX63DEjqKnqP/XsFAmH1fHwUHHBsdWd3YXNo
QGRlYmlhbi5vcmcACgkQDEjqKnqP/XuBiw/8DJRhNkseMDm6H9zpqX4BmWwj99Cx
bbN8E2r2KaRVtYVXIwpcusEgw7t8SUW1oHd0oc/oZZC4K0hNgI3Fl+ywzkld5NsM
WNAgCQ9uERzb8BjHqct5i+IvbQq3NMedKE2qwQc7KMZUSUI7Ehcgumbesg6+Gdkv
JgWt2aTV//v80kPdhDb/ZdRN8hQtKgSt24I/A8NPQScnCvASkxiEJrdlcilBn7kb
X0k0T9ZBAgSnqQFuUb/+PXkAxPZcLG8JeNUFTvl174YxrsFHHrR/BkmaL/ldCKT1
SjD7pK58Noo0702TTGivUG0320poEwDpE/lgOVhQ+9SZqnx1rWKhDAu1Giqa01EP
b5AjLLZSFiBZ2x5/wcTM1UHLTEjSUqzrcceWRZkxwQhmg4vyN4tnOulFN7PMycz4
ZKLAwfzITLqm5dVKpfB5EoD1NPlrBZKiQkhqtZRrkRcuj4savdx4/EmU72+CmajM
QzURbVOXo8juML228UsaBLac/sdHpdcAJKg3jjVeQa7U682tWS+67Wla5X6IRsAo
o5lw7+NGs2VcjGPhccKrRIaNk1A7gY7ykLgzdLuW5L+P/lnb+BTl1YRhTfwawzMl
5xB2zWYmg1nE2YvFPgY6fMela/Olwa5XeAST3i6pMMc4eYOqss6sLZzgtNNWK5F5
TrsKCPxvekfO6KY=
=yxJ7
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to