Your message dated Fri, 11 Dec 2020 01:11:56 +0000
with message-id <fece925a-7f8c-709f-f740-88e29728c...@p10link.net>
and subject line rust-libz-sys
has caused the Debian Bug report #975486,
regarding rust-libz-sys: autopkgtest failure: src/zlib/adler32.c: No such file 
or directory
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.)


-- 
975486: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=975486
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: rust-libz-sys
Version: 1.1.2-2
X-Debbugs-CC: debian...@lists.debian.org
Severity: serious
User: debian...@lists.debian.org
Usertags: fails-always

Dear maintainer(s),

You recently added an autopkgtest to your package rust-libz-sys, great.
However, it fails. Currently this failure is blocking the migration to
testing [1]. Can you please investigate the situation and fix it?

I copied some of the output at the bottom of this report.

More information about this bug and the reason for filing it can be found on
https://wiki.debian.org/ContinuousIntegration/RegressionEmailInformation

Paul

[1] https://qa.debian.org/excuses.php?package=rust-libz-sys

https://ci.debian.net/data/autopkgtest/testing/amd64/r/rust-libz-sys/7592938/log.gz

     Running
`/tmp/tmp.GylevYz9Se/target/debug/build/libz-sys-4d7f2bd81492bad5/build-script-build`
[libz-sys 1.1.2] cargo:rerun-if-env-changed=LIBZ_SYS_STATIC
[libz-sys 1.1.2] cargo:rerun-if-changed=build.rs
[libz-sys 1.1.2] TARGET = Some("x86_64-unknown-linux-gnu")
[libz-sys 1.1.2] OPT_LEVEL = Some("0")
[libz-sys 1.1.2] HOST = Some("x86_64-unknown-linux-gnu")
[libz-sys 1.1.2] CC_x86_64-unknown-linux-gnu = None
[libz-sys 1.1.2] CC_x86_64_unknown_linux_gnu = None
[libz-sys 1.1.2] HOST_CC = None
[libz-sys 1.1.2] CC = None
[libz-sys 1.1.2] CFLAGS_x86_64-unknown-linux-gnu = None
[libz-sys 1.1.2] CFLAGS_x86_64_unknown_linux_gnu = None
[libz-sys 1.1.2] HOST_CFLAGS = None
[libz-sys 1.1.2] CFLAGS = Some("-g -O2
-fdebug-prefix-map=/usr/share/cargo/registry/libz-sys-1.1.2=.
-fstack-protector-strong -Wformat -Werror=format-security")
[libz-sys 1.1.2] CRATE_CC_NO_DEFAULTS = None
[libz-sys 1.1.2] DEBUG = Some("true")
[libz-sys 1.1.2] CARGO_CFG_TARGET_FEATURE = Some("fxsr,sse,sse2")
[libz-sys 1.1.2] running: "cc" "-O0" "-ffunction-sections"
"-fdata-sections" "-fPIC" "-g" "-fno-omit-frame-pointer" "-m64" "-g"
"-O2" "-fdebug-prefix-map=/usr/share/cargo/registry/libz-sys-1.1.2=."
"-fstack-protector-strong" "-Wformat" "-Werror=format-security" "-I"
"src/zlib" "-fvisibility=hidden" "-DSTDC" "-D_LARGEFILE64_SOURCE"
"-D_POSIX_SOURCE" "-o"
"/tmp/tmp.GylevYz9Se/target/x86_64-unknown-linux-gnu/debug/build/libz-sys-a4a1831fc0ceaac9/out/build/src/zlib/adler32.o"
"-c" "src/zlib/adler32.c"
[libz-sys 1.1.2] cargo:warning=cc: error: src/zlib/adler32.c: No such
file or directory
[libz-sys 1.1.2] cargo:warning=cc: fatal error: no input files
[libz-sys 1.1.2] cargo:warning=compilation terminated.
[libz-sys 1.1.2] exit code: 1
[libz-sys 1.1.2]
[libz-sys 1.1.2]
[libz-sys 1.1.2] error occurred: Command "cc" "-O0"
"-ffunction-sections" "-fdata-sections" "-fPIC" "-g"
"-fno-omit-frame-pointer" "-m64" "-g" "-O2"
"-fdebug-prefix-map=/usr/share/cargo/registry/libz-sys-1.1.2=."
"-fstack-protector-strong" "-Wformat" "-Werror=format-security" "-I"
"src/zlib" "-fvisibility=hidden" "-DSTDC" "-D_LARGEFILE64_SOURCE"
"-D_POSIX_SOURCE" "-o"
"/tmp/tmp.GylevYz9Se/target/x86_64-unknown-linux-gnu/debug/build/libz-sys-a4a1831fc0ceaac9/out/build/src/zlib/adler32.o"
"-c" "src/zlib/adler32.c" with args "cc" did not execute successfully
(status code exit code: 1).
[libz-sys 1.1.2]
[libz-sys 1.1.2]
error: failed to run custom build command for `libz-sys v1.1.2
(/usr/share/cargo/registry/libz-sys-1.1.2)`

Caused by:
  process didn't exit successfully:
`/tmp/tmp.GylevYz9Se/target/debug/build/libz-sys-4d7f2bd81492bad5/build-script-build`
(exit code: 1)
--- stdout
cargo:rerun-if-env-changed=LIBZ_SYS_STATIC
cargo:rerun-if-changed=build.rs
TARGET = Some("x86_64-unknown-linux-gnu")
OPT_LEVEL = Some("0")
HOST = Some("x86_64-unknown-linux-gnu")
CC_x86_64-unknown-linux-gnu = None
CC_x86_64_unknown_linux_gnu = None
HOST_CC = None
CC = None
CFLAGS_x86_64-unknown-linux-gnu = None
CFLAGS_x86_64_unknown_linux_gnu = None
HOST_CFLAGS = None
CFLAGS = Some("-g -O2
-fdebug-prefix-map=/usr/share/cargo/registry/libz-sys-1.1.2=.
-fstack-protector-strong -Wformat -Werror=format-security")
CRATE_CC_NO_DEFAULTS = None
DEBUG = Some("true")
CARGO_CFG_TARGET_FEATURE = Some("fxsr,sse,sse2")
running: "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-g"
"-fno-omit-frame-pointer" "-m64" "-g" "-O2"
"-fdebug-prefix-map=/usr/share/cargo/registry/libz-sys-1.1.2=."
"-fstack-protector-strong" "-Wformat" "-Werror=format-security" "-I"
"src/zlib" "-fvisibility=hidden" "-DSTDC" "-D_LARGEFILE64_SOURCE"
"-D_POSIX_SOURCE" "-o"
"/tmp/tmp.GylevYz9Se/target/x86_64-unknown-linux-gnu/debug/build/libz-sys-a4a1831fc0ceaac9/out/build/src/zlib/adler32.o"
"-c" "src/zlib/adler32.c"
cargo:warning=cc: error: src/zlib/adler32.c: No such file or directory
cargo:warning=cc: fatal error: no input files
cargo:warning=compilation terminated.
exit code: 1

--- stderr


error occurred: Command "cc" "-O0" "-ffunction-sections"
"-fdata-sections" "-fPIC" "-g" "-fno-omit-frame-pointer" "-m64" "-g"
"-O2" "-fdebug-prefix-map=/usr/share/cargo/registry/libz-sys-1.1.2=."
"-fstack-protector-strong" "-Wformat" "-Werror=format-security" "-I"
"src/zlib" "-fvisibility=hidden" "-DSTDC" "-D_LARGEFILE64_SOURCE"
"-D_POSIX_SOURCE" "-o"
"/tmp/tmp.GylevYz9Se/target/x86_64-unknown-linux-gnu/debug/build/libz-sys-a4a1831fc0ceaac9/out/build/src/zlib/adler32.o"
"-c" "src/zlib/adler32.c" with args "cc" did not execute successfully
(status code exit code: 1).


Attachment: signature.asc
Description: OpenPGP digital signature


--- End Message ---
--- Begin Message ---
Version: 1.1.2-3

I have marked the offending test as broken in the most recent upload.

--- End Message ---

Reply via email to