Your message dated Wed, 30 Dec 2020 15:19:08 +0000
with message-id <e1kudfk-0006wn...@fasolo.debian.org>
and subject line Bug#971209: fixed in rust-redox-syscall 0.1.57-2
has caused the Debian Bug report #971209,
regarding rust-redox-syscall: 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.)


-- 
971209: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=971209
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: rust-redox-syscall
Version: 0.1.40-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 (/<<PKGBUILDDIR>>)
>      Running `CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_NAME=redox_syscall 
> CARGO=/usr/bin/cargo 
> CARGO_PKG_REPOSITORY='https://github.com/redox-os/syscall' 
> CARGO_PKG_AUTHORS='Jeremy Soller <jackpo...@gmail.com>' 
> CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PRE= 
> CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>> CARGO_PKG_VERSION=0.1.40 
> CARGO_PKG_VERSION_PATCH=40 CARGO_PKG_DESCRIPTION='A Rust library to access 
> raw Redox system calls' CARGO_PKG_HOMEPAGE= 
> LD_LIBRARY_PATH='/<<PKGBUILDDIR>>/target/debug/deps:/usr/lib' rustc 
> --crate-name syscall src/lib.rs --error-format=json 
> --json=diagnostic-rendered-ansi --crate-type lib 
> --emit=dep-info,metadata,link -C debuginfo=2 -C metadata=65c14a21970da5f1 -C 
> extra-filename=-65c14a21970da5f1 --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 -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-syscall-0.1.40`
> error: the legacy LLVM-style asm! syntax is no longer supported
>  --> 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
>   --> 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
>   --> 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
>   --> 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
>   --> 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
>   --> 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
>   --> 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
>   --> 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
>   --> 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
>   --> 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
>   --> 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
>   --> 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
>   --> 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
>  --> src/io/mmio.rs:2:5
>   |
> 2 | use core::mem::uninitialized;
>   |     ^^^^^^^^^^^^^^^^^^^^^^^^
>   |
> note: the lint level is defined here
>  --> 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
>   --> 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_MAJOR=0 
> CARGO_PKG_NAME=redox_syscall CARGO=/usr/bin/cargo 
> CARGO_PKG_REPOSITORY='https://github.com/redox-os/syscall' 
> CARGO_PKG_AUTHORS='Jeremy Soller <jackpo...@gmail.com>' 
> CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PRE= 
> CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>> CARGO_PKG_VERSION=0.1.40 
> CARGO_PKG_VERSION_PATCH=40 CARGO_PKG_DESCRIPTION='A Rust library to access 
> raw Redox system calls' CARGO_PKG_HOMEPAGE= 
> LD_LIBRARY_PATH='/<<PKGBUILDDIR>>/target/debug/deps:/usr/lib' rustc 
> --crate-name syscall src/lib.rs --error-format=json 
> --json=diagnostic-rendered-ansi --crate-type lib 
> --emit=dep-info,metadata,link -C debuginfo=2 -C metadata=65c14a21970da5f1 -C 
> extra-filename=-65c14a21970da5f1 --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 -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-syscall-0.1.40` (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-syscall_0.1.40-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-syscall
Source-Version: 0.1.57-2
Done: Peter Michael Green <plugw...@debian.org>

We believe that the bug you reported is fixed in the latest version of
rust-redox-syscall, 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-syscall 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: Wed, 30 Dec 2020 14:46:36 +0000
Source: rust-redox-syscall
Architecture: source
Version: 0.1.57-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: 971209
Changes:
 rust-redox-syscall (0.1.57-2) unstable; urgency=medium
 .
   * Team upload.
   * Package redox_syscall 0.1.57 from crates.io using debcargo 2.4.3
   * Set the test_is_broken marker to ignore tests, both at build
     time and during autopkgtests. The functions in the package always
     return ENOSYS on operating systems other than redox OS.
     (closes: #971209) (thanks to Stephen Lachnit for the intial
     determination that tests should be disabled)
Checksums-Sha1:
 27ddcd64e96969acb1ffa19fd89db7eeb8be2031 2190 rust-redox-syscall_0.1.57-2.dsc
 283f819c0c8a8067effdbcb80be176214d3bdc2e 3352 
rust-redox-syscall_0.1.57-2.debian.tar.xz
 bd8698f1de5bc1cdf8609b908572b1ba4f9be9ef 7177 
rust-redox-syscall_0.1.57-2_source.buildinfo
Checksums-Sha256:
 e6bc4c790ae0893631629aaac0697ae9726610d1067cbb5ef213d30ff5465ebe 2190 
rust-redox-syscall_0.1.57-2.dsc
 b9cd62b30d5b2a8de56ad0ff3569b2457ac5991559bbcfdd9a2fc8c4650931c4 3352 
rust-redox-syscall_0.1.57-2.debian.tar.xz
 828bff31318e14c74347353050a9b0a683f7b325c6cca7a55f23dfd8c379f248 7177 
rust-redox-syscall_0.1.57-2_source.buildinfo
Files:
 3d58480763cdce9ad52345e05820a603 2190 rust optional 
rust-redox-syscall_0.1.57-2.dsc
 1912d2192b06edbec3753edbb40e95c8 3352 rust optional 
rust-redox-syscall_0.1.57-2.debian.tar.xz
 568cc82e2db9b61a9370072a4e45b1d6 7177 rust optional 
rust-redox-syscall_0.1.57-2_source.buildinfo

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

iQJIBAEBCAAyFiEEU0DQATYMplbjSX63DEjqKnqP/XsFAl/sk7kUHHBsdWd3YXNo
QGRlYmlhbi5vcmcACgkQDEjqKnqP/Xudww//Z+BE/qWqMGmktbG/ZBVQyjnpYSeg
j5uGPH03tvStzUoRPBZKiSZYjO4LstATfjE32uAKEUdiCjzIBapXiwfNcXujNLAV
28Tn/4CVQNIesIeCZj/7N+QP1aI0N+9kUorQH52UsoAe/ahqRfRWUs4ccpQyzAqc
a6J7/KjgYBVCzWU2fGc9MtVEacgyBLdK+Wzc+zfSnIdzwpSXK6qxIB3zYM0h5XxA
ipgnbec7g2BUkb4/I8gqczAbTER83bYNy9IN5eB79ezqMomo8M/gqyKMjxDQIi3g
n0yEt7h60jpSjWSMHp8HYQP/HcjqfvBg57u4ZSLotiUtPIItj4PhfEiqhWkpHHoE
qrGKGe2ewRipkwjvALJZTRTAID7qvv/UblF1Yeg6XDZYJVeW0NOZMViW7P3Il4hA
teXXxvMOmyxOtAUcxGtFiUaQSk37GlVZbIIGl2wtlz5g9UruZpG2E2SGYbs+lVpn
osmARCMY+VbLM8dnBXAnV8LgH+jkU2Yfe2B1I3/mrvWfaiGKTmNi5sOsQwTgzX6P
LKV/BbiUtW26qf8plveP3FPIBa5MuZPIW8UfH5i6vccAvT4T7AhWFbHiX9AhJJHh
z9bfFewgS1SteP6vZeso1DCaylND/CCZfQkLwx0L2rRwWUw1DUrjhlg9HD6Qk91K
eYzudc/lFbIVLBc=
=WX8m
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to