Your message dated Tue, 17 Dec 2024 13:05:42 +0000
with message-id <[email protected]>
and subject line Bug#1090303: fixed in rust-stackdriver-logger 0.8.2-3
has caused the Debian Bug report #1090303,
regarding rust-stackdriver-logger: FTBFS: error: couldn't read 
`src/../../Cargo.toml`: No such file or directory (os error 2)
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 [email protected]
immediately.)


-- 
1090303: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1090303
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:rust-stackdriver-logger
Version: 0.8.2-2
Severity: serious
Tags: ftbfs

Dear maintainer:

During a rebuild of all packages in unstable, your package failed to build:

--------------------------------------------------------------------------------
[...]
 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, lto: ['parallel=2'] [] 
['-j2'] 
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
   debian/rules override_dh_auto_test
make[1]: Entering directory '/<<PKGBUILDDIR>>'
dh_auto_test -- test --all
debian cargo wrapper: options, profiles, parallel, lto: ['parallel=2'] [] 
['-j2'] 
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', 'test', '--verbose', '--verbose', '-j2', 
'--target', 'x86_64-unknown-linux-gnu', '--all'],) {}
   Compiling memchr v2.7.4
   Compiling serde v1.0.215
     Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=memchr 
CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>>/debian/cargo_registry/memchr-2.7.4 
CARGO_MANIFEST_PATH=/<<PKGBUILDDIR>>/debian/cargo_registry/memchr-2.7.4/Cargo.toml
 CARGO_PKG_AUTHORS='Andrew Gallant <[email protected]>:bluss' 
CARGO_PKG_DESCRIPTION='Provides extremely fast (uses SIMD on x86_64, aarch64 
and wasm32) routines for
1, 2 or 3 byte search and single substring search.
' CARGO_PKG_HOMEPAGE='https://github.com/BurntSushi/memchr' 
CARGO_PKG_LICENSE='Unlicense OR MIT' CARGO_PKG_LICENSE_FILE='' 
CARGO_PKG_NAME=memchr CARGO_PKG_README=README.md 
CARGO_PKG_REPOSITORY='https://github.com/BurntSushi/memchr' 
CARGO_PKG_RUST_VERSION=1.61 CARGO_PKG_VERSION=2.7.4 CARGO_PKG_VERSION_MAJOR=2 
CARGO_PKG_VERSION_MINOR=7 CARGO_PKG_VERSION_PATCH=4 CARGO_PKG_VERSION_PRE='' 
CARGO_RUSTC_CURRENT_DIR=/<<PKGBUILDDIR>>/debian/cargo_registry/memchr-2.7.4 
LD_LIBRARY_PATH=/<<PKGBUILDDIR>>/target/debug/deps rustc --crate-name memchr 
--edition=2021 /<<PKGBUILDDIR>>/debian/cargo_registry/memchr-2.7.4/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="alloc"' --cfg 'feature="std"' --check-cfg 
'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "compiler_builtins", 
"core", "default", "libc", "logging", "rustc-dep-of-std", "std", "use_std"))' 
-C meta
 data=e20378578eabe382 -C extra-filename=-e20378578eabe382 --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 
-C strip=none --cap-lints warn -C linker=x86_64-linux-gnu-gcc -C 
link-arg=-Wl,-z,relro --remap-path-prefix 
/<<PKGBUILDDIR>>=/usr/share/cargo/registry/stackdriver-logger-0.8.2 
--remap-path-prefix 
/<<PKGBUILDDIR>>/debian/cargo_registry=/usr/share/cargo/registry`
     Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=build_script_build 
CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>>/debian/cargo_registry/serde-1.0.215 
CARGO_MANIFEST_PATH=/<<PKGBUILDDIR>>/debian/cargo_registry/serde-1.0.215/Cargo.toml
 CARGO_PKG_AUTHORS='Erick Tryzelaar <[email protected]>:David Tolnay 
<[email protected]>' CARGO_PKG_DESCRIPTION='A generic 
serialization/deserialization framework' CARGO_PKG_HOMEPAGE='https://serde.rs' 
CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' 
CARGO_PKG_NAME=serde CARGO_PKG_README=crates-io.md 
CARGO_PKG_REPOSITORY='https://github.com/serde-rs/serde' 
CARGO_PKG_RUST_VERSION=1.31 CARGO_PKG_VERSION=1.0.215 CARGO_PKG_VERSION_MAJOR=1 
CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=215 CARGO_PKG_VERSION_PRE='' 
CARGO_RUSTC_CURRENT_DIR=/<<PKGBUILDDIR>>/debian/cargo_registry/serde-1.0.215 
LD_LIBRARY_PATH=/<<PKGBUILDDIR>>/target/debug/deps rustc --crate-name 
build_script_build --edition=2018 
/<<PKGBUILDDIR>>/debian/cargo_registry/serde-1.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"' --check-cfg 'cfg(docsrs)' --check-cfg 
'cfg(feature, values("alloc", "default", "derive", "rc", "serde_derive", "std", 
"unstable"))' -C metadata=12df04ef317efe2f -C extra-filename=-12df04ef317efe2f 
--out-dir /<<PKGBUILDDIR>>/target/debug/build/serde-12df04ef317efe2f -L 
dependency=/<<PKGBUILDDIR>>/target/debug/deps --cap-lints warn`
   Compiling regex-syntax v0.8.5
     Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=regex_syntax 
CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>>/debian/cargo_registry/regex-syntax-0.8.5 
CARGO_MANIFEST_PATH=/<<PKGBUILDDIR>>/debian/cargo_registry/regex-syntax-0.8.5/Cargo.toml
 CARGO_PKG_AUTHORS='The Rust Project Developers:Andrew Gallant 
<[email protected]>' CARGO_PKG_DESCRIPTION='A regular expression parser.' 
CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' 
CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=regex-syntax 
CARGO_PKG_README=README.md 
CARGO_PKG_REPOSITORY='https://github.com/rust-lang/regex/tree/master/regex-syntax'
 CARGO_PKG_RUST_VERSION=1.65 CARGO_PKG_VERSION=0.8.5 CARGO_PKG_VERSION_MAJOR=0 
CARGO_PKG_VERSION_MINOR=8 CARGO_PKG_VERSION_PATCH=5 CARGO_PKG_VERSION_PRE='' 
CARGO_RUSTC_CURRENT_DIR=/<<PKGBUILDDIR>>/debian/cargo_registry/regex-syntax-0.8.5
 LD_LIBRARY_PATH=/<<PKGBUILDDIR>>/target/debug/deps rustc --crate-name 
regex_syntax --edition=2021 
/<<PKGBUILDDIR>>/debian/cargo_registry/regex-syntax-0.8.5/src/lib.rs --e
 rror-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="std"' --check-cfg 'cfg(docsrs)' --check-cfg 
'cfg(feature, values("arbitrary", "default", "std", "unicode", "unicode-age", 
"unicode-bool", "unicode-case", "unicode-gencat", "unicode-perl", 
"unicode-script", "unicode-segment"))' -C metadata=5c2529432a60a8cc -C 
extra-filename=-5c2529432a60a8cc --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 
-C strip=none --cap-lints warn -C linker=x86_64-linux-gnu-gcc -C 
link-arg=-Wl,-z,relro --remap-path-prefix 
/<<PKGBUILDDIR>>=/usr/share/cargo/registry/stackdriver-logger-0.8.2 
--remap-path-prefix 
/<<PKGBUILDDIR>>/debian/cargo_registry=/usr/share/cargo/registry`
   Compiling aho-corasick v1.1.3
     Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=aho_corasick 
CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>>/debian/cargo_registry/aho-corasick-1.1.3 
CARGO_MANIFEST_PATH=/<<PKGBUILDDIR>>/debian/cargo_registry/aho-corasick-1.1.3/Cargo.toml
 CARGO_PKG_AUTHORS='Andrew Gallant <[email protected]>' 
CARGO_PKG_DESCRIPTION='Fast multiple substring searching.' 
CARGO_PKG_HOMEPAGE='https://github.com/BurntSushi/aho-corasick' 
CARGO_PKG_LICENSE='Unlicense OR MIT' CARGO_PKG_LICENSE_FILE='' 
CARGO_PKG_NAME=aho-corasick CARGO_PKG_README=README.md 
CARGO_PKG_REPOSITORY='https://github.com/BurntSushi/aho-corasick' 
CARGO_PKG_RUST_VERSION=1.60.0 CARGO_PKG_VERSION=1.1.3 CARGO_PKG_VERSION_MAJOR=1 
CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=3 CARGO_PKG_VERSION_PRE='' 
CARGO_RUSTC_CURRENT_DIR=/<<PKGBUILDDIR>>/debian/cargo_registry/aho-corasick-1.1.3
 LD_LIBRARY_PATH=/<<PKGBUILDDIR>>/target/debug/deps rustc --crate-name 
aho_corasick --edition=2021 
/<<PKGBUILDDIR>>/debian/cargo_registry/aho-corasick-1.1.3/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="perf-literal"' --cfg 'feature="std"' --check-cfg 
'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "logging", 
"perf-literal", "std"))' -C metadata=cad9a19d6494d690 -C 
extra-filename=-cad9a19d6494d690 --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 --extern 
memchr=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libmemchr-e20378578eabe382.rmeta
 --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C 
linker=x86_64-linux-gnu-gcc -C link-arg=-Wl,-z,relro --remap-path-prefix 
/<<PKGBUILDDIR>>=/usr/share/cargo/registry/stackdriver-logger-0.8.2 
--remap-path-prefix /<<PKGBUILDDIR>>/debian/cargo_registry=/usr/share
 /cargo/registry`
   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_MANIFEST_PATH=/<<PKGBUILDDIR>>/debian/cargo_registry/autocfg-1.1.0/Cargo.toml
 CARGO_PKG_AUTHORS='Josh Stone <[email protected]>' 
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_README=README.md 
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='' 
CARGO_RUSTC_CURRENT_DIR=/<<PKGBUILDDIR>>/debian/cargo_registry/autocfg-1.1.0 
LD_LIBRARY_PATH=/<<PKGBUILDDIR>>/target/debug/deps rustc --crate-name autocfg 
--edition=2015 /<<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 
--check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C 
metadata=06cd192a781cae29 -C extra-filename=-06cd192a781cae29 --out-dir 
/<<PKGBUILDDIR>>/target/debug/deps -L 
dependency=/<<PKGBUILDDIR>>/target/debug/deps --cap-lints warn`
   Compiling num-traits v0.2.19
     Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=build_script_build 
CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>>/debian/cargo_registry/num-traits-0.2.19 
CARGO_MANIFEST_PATH=/<<PKGBUILDDIR>>/debian/cargo_registry/num-traits-0.2.19/Cargo.toml
 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_README=README.md 
CARGO_PKG_REPOSITORY='https://github.com/rust-num/num-traits' 
CARGO_PKG_RUST_VERSION=1.60 CARGO_PKG_VERSION=0.2.19 CARGO_PKG_VERSION_MAJOR=0 
CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=19 CARGO_PKG_VERSION_PRE='' 
CARGO_RUSTC_CURRENT_DIR=/<<PKGBUILDDIR>>/debian/cargo_registry/num-traits-0.2.19
 LD_LIBRARY_PATH=/<<PKGBUILDDIR>>/target/debug/deps rustc --crate-name 
build_script_build --edition=2021 
/<<PKGBUILDDIR>>/debian/cargo_registry/num-traits-0.2.19/build.rs --err
 or-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat 
--crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 
--check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "i128", 
"libm", "std"))' -C metadata=68bcf440ddf9d5c5 -C 
extra-filename=-68bcf440ddf9d5c5 --out-dir 
/<<PKGBUILDDIR>>/target/debug/build/num-traits-68bcf440ddf9d5c5 -L 
dependency=/<<PKGBUILDDIR>>/target/debug/deps --extern 
autocfg=/<<PKGBUILDDIR>>/target/debug/deps/libautocfg-06cd192a781cae29.rlib 
--cap-lints warn`
   Compiling regex-automata v0.4.9
     Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=regex_automata 
CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>>/debian/cargo_registry/regex-automata-0.4.9 
CARGO_MANIFEST_PATH=/<<PKGBUILDDIR>>/debian/cargo_registry/regex-automata-0.4.9/Cargo.toml
 CARGO_PKG_AUTHORS='The Rust Project Developers:Andrew Gallant 
<[email protected]>' CARGO_PKG_DESCRIPTION='Automata construction and matching 
using regular expressions.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR 
Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=regex-automata 
CARGO_PKG_README=README.md 
CARGO_PKG_REPOSITORY='https://github.com/rust-lang/regex/tree/master/regex-automata'
 CARGO_PKG_RUST_VERSION=1.65 CARGO_PKG_VERSION=0.4.9 CARGO_PKG_VERSION_MAJOR=0 
CARGO_PKG_VERSION_MINOR=4 CARGO_PKG_VERSION_PATCH=9 CARGO_PKG_VERSION_PRE='' 
CARGO_RUSTC_CURRENT_DIR=/<<PKGBUILDDIR>>/debian/cargo_registry/regex-automata-0.4.9
 LD_LIBRARY_PATH=/<<PKGBUILDDIR>>/target/debug/deps rustc --crate-name 
regex_automata --edition=2021 /<<PKGBUILDDIR>>/debian/c
 argo_registry/regex-automata-0.4.9/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="alloc"' --cfg 'feature="dfa-onepass"' --cfg 'feature="hybrid"' --cfg 
'feature="meta"' --cfg 'feature="nfa-backtrack"' --cfg 'feature="nfa-pikevm"' 
--cfg 'feature="nfa-thompson"' --cfg 'feature="perf-inline"' --cfg 
'feature="perf-literal"' --cfg 'feature="perf-literal-multisubstring"' --cfg 
'feature="perf-literal-substring"' --cfg 'feature="std"' --cfg 
'feature="syntax"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, 
values("alloc", "default", "dfa", "dfa-build", "dfa-onepass", "dfa-search", 
"hybrid", "internal-instrument", "internal-instrument-pikevm", "logging", 
"meta", "nfa", "nfa-backtrack", "nfa-pikevm", "nfa-thompson", "perf", 
"perf-inline", "perf-literal", "perf-literal-multisubstring", 
"perf-literal-substring", "std", "syntax", "unicode", "unicode-age",
  "unicode-bool", "unicode-case", "unicode-gencat", "unicode-perl", 
"unicode-script", "unicode-segment", "unicode-word-boundary"))' -C 
metadata=476cfb18ee97166c -C extra-filename=-476cfb18ee97166c --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 --extern 
aho_corasick=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libaho_corasick-cad9a19d6494d690.rmeta
 --extern 
memchr=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libmemchr-e20378578eabe382.rmeta
 --extern 
regex_syntax=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libregex_syntax-5c2529432a60a8cc.rmeta
 --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C 
linker=x86_64-linux-gnu-gcc -C link-arg=-Wl,-z,relro --remap-path-prefix 
/<<PKGBUILDDIR>>=/usr/share/cargo/registry/stackdriver-logger-0.8.2 
--remap-path-pre
 fix /<<PKGBUILDDIR>>/debian/cargo_registry=/usr/share/cargo/registry`
     Running `CARGO=/usr/bin/cargo CARGO_CFG_PANIC=unwind 
CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=x86_64 
CARGO_CFG_TARGET_ENDIAN=little CARGO_CFG_TARGET_ENV=gnu 
CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_FEATURE=fxsr,sse,sse2 
CARGO_CFG_TARGET_HAS_ATOMIC=16,32,64,8,ptr CARGO_CFG_TARGET_OS=linux 
CARGO_CFG_TARGET_POINTER_WIDTH=64 CARGO_CFG_TARGET_VENDOR=unknown 
CARGO_CFG_UNIX='' 
CARGO_ENCODED_RUSTFLAGS='-Cdebuginfo=2-Cstrip=none--cap-lintswarn-Clinker=x86_64-linux-gnu-gcc-Clink-arg=-Wl,-z,relro--remap-path-prefix/<<PKGBUILDDIR>>=/usr/share/cargo/registry/stackdriver-logger-0.8.2--remap-path-prefix/<<PKGBUILDDIR>>/debian/cargo_registry=/usr/share/cargo/registry'
 CARGO_FEATURE_DEFAULT=1 CARGO_FEATURE_STD=1 
CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>>/debian/cargo_registry/serde-1.0.215 
CARGO_MANIFEST_PATH=/<<PKGBUILDDIR>>/debian/cargo_registry/serde-1.0.215/Cargo.toml
 CARGO_PKG_AUTHORS='Erick Tryzelaar <[email protected]>:David Tolnay 
<[email protected]>' CARGO_PKG_DESCRIPTION='A 
 generic serialization/deserialization framework' 
CARGO_PKG_HOMEPAGE='https://serde.rs' CARGO_PKG_LICENSE='MIT OR Apache-2.0' 
CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=serde CARGO_PKG_README=crates-io.md 
CARGO_PKG_REPOSITORY='https://github.com/serde-rs/serde' 
CARGO_PKG_RUST_VERSION=1.31 CARGO_PKG_VERSION=1.0.215 CARGO_PKG_VERSION_MAJOR=1 
CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=215 CARGO_PKG_VERSION_PRE='' 
DEBUG=true HOST=x86_64-unknown-linux-gnu 
LD_LIBRARY_PATH='/<<PKGBUILDDIR>>/target/debug/deps:/<<PKGBUILDDIR>>/target/debug:/usr/lib/rustlib/x86_64-unknown-linux-gnu/lib'
 NUM_JOBS=2 OPT_LEVEL=0 
OUT_DIR=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/build/serde-58c7d4cd4388cbed/out
 PROFILE=debug RUSTC=rustc RUSTDOC=rustdoc TARGET=x86_64-unknown-linux-gnu 
/<<PKGBUILDDIR>>/target/debug/build/serde-12df04ef317efe2f/build-script-build`
[serde 1.0.215] cargo:rerun-if-changed=build.rs
[serde 1.0.215] cargo:rustc-check-cfg=cfg(no_core_cstr)
[serde 1.0.215] cargo:rustc-check-cfg=cfg(no_core_error)
[serde 1.0.215] cargo:rustc-check-cfg=cfg(no_core_net)
[serde 1.0.215] cargo:rustc-check-cfg=cfg(no_core_num_saturating)
[serde 1.0.215] cargo:rustc-check-cfg=cfg(no_core_try_from)
[serde 1.0.215] cargo:rustc-check-cfg=cfg(no_diagnostic_namespace)
[serde 1.0.215] cargo:rustc-check-cfg=cfg(no_float_copysign)
[serde 1.0.215] cargo:rustc-check-cfg=cfg(no_num_nonzero_signed)
[serde 1.0.215] cargo:rustc-check-cfg=cfg(no_relaxed_trait_bounds)
[serde 1.0.215] cargo:rustc-check-cfg=cfg(no_serde_derive)
[serde 1.0.215] cargo:rustc-check-cfg=cfg(no_std_atomic)
[serde 1.0.215] cargo:rustc-check-cfg=cfg(no_std_atomic64)
[serde 1.0.215] cargo:rustc-check-cfg=cfg(no_systemtime_checked_add)
[serde 1.0.215] cargo:rustc-check-cfg=cfg(no_target_has_atomic)
     Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=serde 
CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>>/debian/cargo_registry/serde-1.0.215 
CARGO_MANIFEST_PATH=/<<PKGBUILDDIR>>/debian/cargo_registry/serde-1.0.215/Cargo.toml
 CARGO_PKG_AUTHORS='Erick Tryzelaar <[email protected]>:David Tolnay 
<[email protected]>' CARGO_PKG_DESCRIPTION='A generic 
serialization/deserialization framework' CARGO_PKG_HOMEPAGE='https://serde.rs' 
CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' 
CARGO_PKG_NAME=serde CARGO_PKG_README=crates-io.md 
CARGO_PKG_REPOSITORY='https://github.com/serde-rs/serde' 
CARGO_PKG_RUST_VERSION=1.31 CARGO_PKG_VERSION=1.0.215 CARGO_PKG_VERSION_MAJOR=1 
CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=215 CARGO_PKG_VERSION_PRE='' 
CARGO_RUSTC_CURRENT_DIR=/<<PKGBUILDDIR>>/debian/cargo_registry/serde-1.0.215 
LD_LIBRARY_PATH=/<<PKGBUILDDIR>>/target/debug/deps 
OUT_DIR=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/build/serde-58c7d4cd4388cbed/out
 rustc --crate-name s
 erde --edition=2018 
/<<PKGBUILDDIR>>/debian/cargo_registry/serde-1.0.215/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"' --check-cfg 
'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "derive", 
"rc", "serde_derive", "std", "unstable"))' -C metadata=7ed5ed26031b6490 -C 
extra-filename=-7ed5ed26031b6490 --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 
-C strip=none --cap-lints warn -C linker=x86_64-linux-gnu-gcc -C 
link-arg=-Wl,-z,relro --remap-path-prefix 
/<<PKGBUILDDIR>>=/usr/share/cargo/registry/stackdriver-logger-0.8.2 
--remap-path-prefix /<<PKGBUILDDIR>>/debian/cargo_registry=/usr/share/carg
 o/registry --check-cfg 'cfg(no_core_cstr)' --check-cfg 'cfg(no_core_error)' 
--check-cfg 'cfg(no_core_net)' --check-cfg 'cfg(no_core_num_saturating)' 
--check-cfg 'cfg(no_core_try_from)' --check-cfg 'cfg(no_diagnostic_namespace)' 
--check-cfg 'cfg(no_float_copysign)' --check-cfg 'cfg(no_num_nonzero_signed)' 
--check-cfg 'cfg(no_relaxed_trait_bounds)' --check-cfg 'cfg(no_serde_derive)' 
--check-cfg 'cfg(no_std_atomic)' --check-cfg 'cfg(no_std_atomic64)' --check-cfg 
'cfg(no_systemtime_checked_add)' --check-cfg 'cfg(no_target_has_atomic)'`
   Compiling regex v1.11.1
     Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=regex 
CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>>/debian/cargo_registry/regex-1.11.1 
CARGO_MANIFEST_PATH=/<<PKGBUILDDIR>>/debian/cargo_registry/regex-1.11.1/Cargo.toml
 CARGO_PKG_AUTHORS='The Rust Project Developers:Andrew Gallant 
<[email protected]>' CARGO_PKG_DESCRIPTION='An implementation of regular 
expressions for Rust. This implementation uses
finite automata and guarantees linear time matching on all inputs.
' CARGO_PKG_HOMEPAGE='https://github.com/rust-lang/regex' 
CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' 
CARGO_PKG_NAME=regex CARGO_PKG_README=README.md 
CARGO_PKG_REPOSITORY='https://github.com/rust-lang/regex' 
CARGO_PKG_RUST_VERSION=1.65 CARGO_PKG_VERSION=1.11.1 CARGO_PKG_VERSION_MAJOR=1 
CARGO_PKG_VERSION_MINOR=11 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' 
CARGO_RUSTC_CURRENT_DIR=/<<PKGBUILDDIR>>/debian/cargo_registry/regex-1.11.1 
LD_LIBRARY_PATH=/<<PKGBUILDDIR>>/target/debug/deps rustc --crate-name regex 
--edition=2021 /<<PKGBUILDDIR>>/debian/cargo_registry/regex-1.11.1/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="perf"' --cfg 'feature="perf-backtrack"' --cfg 
'feature="perf-cache"' --cfg 'feature="perf-dfa"' --cfg 'feature="perf-inline"' 
--cfg 'feature="perf-literal"' --cfg 'feature="perf-onepass"' --cfg 
'feature="std
 "' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", 
"logging", "pattern", "perf", "perf-backtrack", "perf-cache", "perf-dfa", 
"perf-dfa-full", "perf-inline", "perf-literal", "perf-onepass", "std", 
"unicode", "unicode-age", "unicode-bool", "unicode-case", "unicode-gencat", 
"unicode-perl", "unicode-script", "unicode-segment", "unstable", "use_std"))' 
-C metadata=3213797e7cd8526f -C extra-filename=-3213797e7cd8526f --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 --extern 
aho_corasick=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libaho_corasick-cad9a19d6494d690.rmeta
 --extern 
memchr=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libmemchr-e20378578eabe382.rmeta
 --extern 
regex_automata=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libregex_automata-4
 76cfb18ee97166c.rmeta --extern 
regex_syntax=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libregex_syntax-5c2529432a60a8cc.rmeta
 --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C 
linker=x86_64-linux-gnu-gcc -C link-arg=-Wl,-z,relro --remap-path-prefix 
/<<PKGBUILDDIR>>=/usr/share/cargo/registry/stackdriver-logger-0.8.2 
--remap-path-prefix 
/<<PKGBUILDDIR>>/debian/cargo_registry=/usr/share/cargo/registry`
     Running `CARGO=/usr/bin/cargo CARGO_CFG_PANIC=unwind 
CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=x86_64 
CARGO_CFG_TARGET_ENDIAN=little CARGO_CFG_TARGET_ENV=gnu 
CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_FEATURE=fxsr,sse,sse2 
CARGO_CFG_TARGET_HAS_ATOMIC=16,32,64,8,ptr CARGO_CFG_TARGET_OS=linux 
CARGO_CFG_TARGET_POINTER_WIDTH=64 CARGO_CFG_TARGET_VENDOR=unknown 
CARGO_CFG_UNIX='' 
CARGO_ENCODED_RUSTFLAGS='-Cdebuginfo=2-Cstrip=none--cap-lintswarn-Clinker=x86_64-linux-gnu-gcc-Clink-arg=-Wl,-z,relro--remap-path-prefix/<<PKGBUILDDIR>>=/usr/share/cargo/registry/stackdriver-logger-0.8.2--remap-path-prefix/<<PKGBUILDDIR>>/debian/cargo_registry=/usr/share/cargo/registry'
 CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>>/debian/cargo_registry/num-traits-0.2.19 
CARGO_MANIFEST_PATH=/<<PKGBUILDDIR>>/debian/cargo_registry/num-traits-0.2.19/Cargo.toml
 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_README=README.md 
CARGO_PKG_REPOSITORY='https://github.com/rust-num/num-traits' 
CARGO_PKG_RUST_VERSION=1.60 CARGO_PKG_VERSION=0.2.19 CARGO_PKG_VERSION_MAJOR=0 
CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=19 CARGO_PKG_VERSION_PRE='' 
DEBUG=true HOST=x86_64-unknown-linux-gnu 
LD_LIBRARY_PATH='/<<PKGBUILDDIR>>/target/debug/deps:/<<PKGBUILDDIR>>/target/debug:/usr/lib/rustlib/x86_64-unknown-linux-gnu/lib'
 NUM_JOBS=2 OPT_LEVEL=0 
OUT_DIR=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/build/num-traits-f8e426042f2d4d05/out
 PROFILE=debug RUSTC=rustc RUSTDOC=rustdoc TARGET=x86_64-unknown-linux-gnu 
/<<PKGBUILDDIR>>/target/debug/build/num-traits-68bcf440ddf9d5c5/build-script-build`
[num-traits 0.2.19] cargo:rustc-cfg=has_total_cmp
[num-traits 0.2.19] cargo:rerun-if-changed=build.rs
   Compiling termcolor v1.4.1
     Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=termcolor 
CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>>/debian/cargo_registry/termcolor-1.4.1 
CARGO_MANIFEST_PATH=/<<PKGBUILDDIR>>/debian/cargo_registry/termcolor-1.4.1/Cargo.toml
 CARGO_PKG_AUTHORS='Andrew Gallant <[email protected]>' 
CARGO_PKG_DESCRIPTION='A simple cross platform library for writing colored text 
to a terminal.
' CARGO_PKG_HOMEPAGE='https://github.com/BurntSushi/termcolor' 
CARGO_PKG_LICENSE='Unlicense OR MIT' CARGO_PKG_LICENSE_FILE='' 
CARGO_PKG_NAME=termcolor CARGO_PKG_README=README.md 
CARGO_PKG_REPOSITORY='https://github.com/BurntSushi/termcolor' 
CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.4.1 CARGO_PKG_VERSION_MAJOR=1 
CARGO_PKG_VERSION_MINOR=4 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' 
CARGO_RUSTC_CURRENT_DIR=/<<PKGBUILDDIR>>/debian/cargo_registry/termcolor-1.4.1 
LD_LIBRARY_PATH=/<<PKGBUILDDIR>>/target/debug/deps rustc --crate-name termcolor 
--edition=2018 
/<<PKGBUILDDIR>>/debian/cargo_registry/termcolor-1.4.1/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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C 
metadata=1da94afde25408be -C extra-filename=-1da94afde25408be --out-dir 
/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps --targ
 et 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 
-C strip=none --cap-lints warn -C linker=x86_64-linux-gnu-gcc -C 
link-arg=-Wl,-z,relro --remap-path-prefix 
/<<PKGBUILDDIR>>=/usr/share/cargo/registry/stackdriver-logger-0.8.2 
--remap-path-prefix 
/<<PKGBUILDDIR>>/debian/cargo_registry=/usr/share/cargo/registry`
   Compiling serde_json v1.0.133
     Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=build_script_build 
CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>>/debian/cargo_registry/serde_json-1.0.133 
CARGO_MANIFEST_PATH=/<<PKGBUILDDIR>>/debian/cargo_registry/serde_json-1.0.133/Cargo.toml
 CARGO_PKG_AUTHORS='Erick Tryzelaar <[email protected]>:David Tolnay 
<[email protected]>' CARGO_PKG_DESCRIPTION='A JSON serialization file format' 
CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' 
CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=serde_json CARGO_PKG_README=README.md 
CARGO_PKG_REPOSITORY='https://github.com/serde-rs/json' 
CARGO_PKG_RUST_VERSION=1.56 CARGO_PKG_VERSION=1.0.133 CARGO_PKG_VERSION_MAJOR=1 
CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=133 CARGO_PKG_VERSION_PRE='' 
CARGO_RUSTC_CURRENT_DIR=/<<PKGBUILDDIR>>/debian/cargo_registry/serde_json-1.0.133
 LD_LIBRARY_PATH=/<<PKGBUILDDIR>>/target/debug/deps rustc --crate-name 
build_script_build --edition=2021 
/<<PKGBUILDDIR>>/debian/cargo_registry/serde_json-1.0.133/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"' --check-cfg 'cfg(docsrs)' --check-cfg 
'cfg(feature, values("alloc", "arbitrary_precision", "default", 
"float_roundtrip", "indexmap", "preserve_order", "raw_value", "std", 
"unbounded_depth"))' -C metadata=e2a466a00884f474 -C 
extra-filename=-e2a466a00884f474 --out-dir 
/<<PKGBUILDDIR>>/target/debug/build/serde_json-e2a466a00884f474 -L 
dependency=/<<PKGBUILDDIR>>/target/debug/deps --cap-lints warn`
   Compiling humantime v2.1.0
     Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=humantime 
CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>>/debian/cargo_registry/humantime-2.1.0 
CARGO_MANIFEST_PATH=/<<PKGBUILDDIR>>/debian/cargo_registry/humantime-2.1.0/Cargo.toml
 CARGO_PKG_AUTHORS='Paul Colomiets <[email protected]>' 
CARGO_PKG_DESCRIPTION='    A parser and formatter for std::time::{Duration, 
SystemTime}
' CARGO_PKG_HOMEPAGE='https://github.com/tailhook/humantime' 
CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' 
CARGO_PKG_NAME=humantime CARGO_PKG_README=README.md 
CARGO_PKG_REPOSITORY='https://github.com/tailhook/humantime' 
CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=2.1.0 CARGO_PKG_VERSION_MAJOR=2 
CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' 
CARGO_RUSTC_CURRENT_DIR=/<<PKGBUILDDIR>>/debian/cargo_registry/humantime-2.1.0 
LD_LIBRARY_PATH=/<<PKGBUILDDIR>>/target/debug/deps rustc --crate-name humantime 
--edition=2018 
/<<PKGBUILDDIR>>/debian/cargo_registry/humantime-2.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C 
metadata=cbe5af7b77e9f9cb -C extra-filename=-cbe5af7b77e9f9cb --out-dir 
/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps --target x86_6
 4-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 
-C strip=none --cap-lints warn -C linker=x86_64-linux-gnu-gcc -C 
link-arg=-Wl,-z,relro --remap-path-prefix 
/<<PKGBUILDDIR>>=/usr/share/cargo/registry/stackdriver-logger-0.8.2 
--remap-path-prefix 
/<<PKGBUILDDIR>>/debian/cargo_registry=/usr/share/cargo/registry`
warning: unexpected `cfg` condition value: `cloudabi`
 --> /usr/share/cargo/registry/humantime-2.1.0/src/date.rs:6:7
  |
6 | #[cfg(target_os="cloudabi")]
  |       ^^^^^^^^^^^^^^^^^^^^
  |
  = note: expected values for `target_os` are: `aix`, `android`, `cuda`, 
`dragonfly`, `emscripten`, `espidf`, `freebsd`, `fuchsia`, `haiku`, `hermit`, 
`horizon`, `hurd`, `illumos`, `ios`, `l4re`, `linux`, `macos`, `netbsd`, 
`none`, `nto`, `nuttx`, `openbsd`, `psp`, `redox`, `rtems`, `solaris`, 
`solid_asp3`, `teeos`, `trusty`, `tvos`, `uefi`, `unknown`, `visionos`, `vita`, 
and `vxworks` and 5 more
  = note: see 
<https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for 
more information about checking conditional configuration
  = note: `#[warn(unexpected_cfgs)]` on by default

warning: unexpected `cfg` condition value: `cloudabi`
  --> /usr/share/cargo/registry/humantime-2.1.0/src/date.rs:14:9
   |
14 |     not(target_os="cloudabi"),
   |         ^^^^^^^^^^^^^^^^^^^^
   |
   = note: expected values for `target_os` are: `aix`, `android`, `cuda`, 
`dragonfly`, `emscripten`, `espidf`, `freebsd`, `fuchsia`, `haiku`, `hermit`, 
`horizon`, `hurd`, `illumos`, `ios`, `l4re`, `linux`, `macos`, `netbsd`, 
`none`, `nto`, `nuttx`, `openbsd`, `psp`, `redox`, `rtems`, `solaris`, 
`solid_asp3`, `teeos`, `trusty`, `tvos`, `uefi`, `unknown`, `visionos`, `vita`, 
and `vxworks` and 5 more
   = note: see 
<https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for 
more information about checking conditional configuration

warning: `humantime` (lib) generated 2 warnings
   Compiling log v0.4.22
     Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=log 
CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>>/debian/cargo_registry/log-0.4.22 
CARGO_MANIFEST_PATH=/<<PKGBUILDDIR>>/debian/cargo_registry/log-0.4.22/Cargo.toml
 CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PKG_DESCRIPTION='A 
lightweight logging facade for Rust
' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' 
CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=log CARGO_PKG_README=README.md 
CARGO_PKG_REPOSITORY='https://github.com/rust-lang/log' 
CARGO_PKG_RUST_VERSION=1.60.0 CARGO_PKG_VERSION=0.4.22 
CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=4 CARGO_PKG_VERSION_PATCH=22 
CARGO_PKG_VERSION_PRE='' 
CARGO_RUSTC_CURRENT_DIR=/<<PKGBUILDDIR>>/debian/cargo_registry/log-0.4.22 
LD_LIBRARY_PATH=/<<PKGBUILDDIR>>/target/debug/deps rustc --crate-name log 
--edition=2021 /<<PKGBUILDDIR>>/debian/cargo_registry/log-0.4.22/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="std"' --check-cfg 'cfg(docsrs)' --check-cfg 
'cfg(feature, values("kv", "kv_serde", "kv_std", "kv_sval", "kv_unstable", 
"kv_unstable_serde", "kv_unstable_std", "kv_unstable_sval", "max_level_debug", 
"max_level_error", "max_level_info", "max_level_off
 ", "max_level_trace", "max_level_warn", "release_max_level_debug", 
"release_max_level_error", "release_max_level_info", "release_max_level_off", 
"release_max_level_trace", "release_max_level_warn", "serde", "std", "sval", 
"sval_ref", "value-bag"))' -C metadata=5d3827ad5a0c1174 -C 
extra-filename=-5d3827ad5a0c1174 --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 
-C strip=none --cap-lints warn -C linker=x86_64-linux-gnu-gcc -C 
link-arg=-Wl,-z,relro --remap-path-prefix 
/<<PKGBUILDDIR>>=/usr/share/cargo/registry/stackdriver-logger-0.8.2 
--remap-path-prefix 
/<<PKGBUILDDIR>>/debian/cargo_registry=/usr/share/cargo/registry`
   Compiling env_logger v0.10.2
     Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=env_logger 
CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>>/debian/cargo_registry/env_logger-0.10.2 
CARGO_MANIFEST_PATH=/<<PKGBUILDDIR>>/debian/cargo_registry/env_logger-0.10.2/Cargo.toml
 CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='A logging implementation for `log` 
which is configured via an environment
variable.
' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' 
CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=env_logger CARGO_PKG_README=README.md 
CARGO_PKG_REPOSITORY='https://github.com/rust-cli/env_logger' 
CARGO_PKG_RUST_VERSION=1.60.0 CARGO_PKG_VERSION=0.10.2 
CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=10 CARGO_PKG_VERSION_PATCH=2 
CARGO_PKG_VERSION_PRE='' 
CARGO_RUSTC_CURRENT_DIR=/<<PKGBUILDDIR>>/debian/cargo_registry/env_logger-0.10.2
 LD_LIBRARY_PATH=/<<PKGBUILDDIR>>/target/debug/deps rustc --crate-name 
env_logger --edition=2021 
/<<PKGBUILDDIR>>/debian/cargo_registry/env_logger-0.10.2/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="auto-color"' --cfg 'feature="color"' --cfg 
'feature="default"' --cfg 'feature="humantime"' --cfg 'feature="regex"' 
--check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("auto-color", 
"color", "default", "humant
 ime", "regex"))' -C metadata=d3771f264a01410a -C 
extra-filename=-d3771f264a01410a --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 --extern 
humantime=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libhumantime-cbe5af7b77e9f9cb.rmeta
 --extern 
log=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/liblog-5d3827ad5a0c1174.rmeta
 --extern 
regex=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libregex-3213797e7cd8526f.rmeta
 --extern 
termcolor=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libtermcolor-1da94afde25408be.rmeta
 --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C 
linker=x86_64-linux-gnu-gcc -C link-arg=-Wl,-z,relro --remap-path-prefix 
/<<PKGBUILDDIR>>=/usr/share/cargo/registry/stackdriver-logger-0.8.2 
--remap-path-prefix /<<PKGBUILDDIR>>/debi
 an/cargo_registry=/usr/share/cargo/registry`
     Running `CARGO=/usr/bin/cargo CARGO_CFG_PANIC=unwind 
CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=x86_64 
CARGO_CFG_TARGET_ENDIAN=little CARGO_CFG_TARGET_ENV=gnu 
CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_FEATURE=fxsr,sse,sse2 
CARGO_CFG_TARGET_HAS_ATOMIC=16,32,64,8,ptr CARGO_CFG_TARGET_OS=linux 
CARGO_CFG_TARGET_POINTER_WIDTH=64 CARGO_CFG_TARGET_VENDOR=unknown 
CARGO_CFG_UNIX='' 
CARGO_ENCODED_RUSTFLAGS='-Cdebuginfo=2-Cstrip=none--cap-lintswarn-Clinker=x86_64-linux-gnu-gcc-Clink-arg=-Wl,-z,relro--remap-path-prefix/<<PKGBUILDDIR>>=/usr/share/cargo/registry/stackdriver-logger-0.8.2--remap-path-prefix/<<PKGBUILDDIR>>/debian/cargo_registry=/usr/share/cargo/registry'
 CARGO_FEATURE_DEFAULT=1 CARGO_FEATURE_STD=1 
CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>>/debian/cargo_registry/serde_json-1.0.133 
CARGO_MANIFEST_PATH=/<<PKGBUILDDIR>>/debian/cargo_registry/serde_json-1.0.133/Cargo.toml
 CARGO_PKG_AUTHORS='Erick Tryzelaar <[email protected]>:David Tolnay 
<[email protected]>' CARGO_PKG_DESCR
 IPTION='A JSON serialization file format' CARGO_PKG_HOMEPAGE='' 
CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' 
CARGO_PKG_NAME=serde_json CARGO_PKG_README=README.md 
CARGO_PKG_REPOSITORY='https://github.com/serde-rs/json' 
CARGO_PKG_RUST_VERSION=1.56 CARGO_PKG_VERSION=1.0.133 CARGO_PKG_VERSION_MAJOR=1 
CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=133 CARGO_PKG_VERSION_PRE='' 
DEBUG=true HOST=x86_64-unknown-linux-gnu 
LD_LIBRARY_PATH='/<<PKGBUILDDIR>>/target/debug/deps:/<<PKGBUILDDIR>>/target/debug:/usr/lib/rustlib/x86_64-unknown-linux-gnu/lib'
 NUM_JOBS=2 OPT_LEVEL=0 
OUT_DIR=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/build/serde_json-73cdf0b08173db4f/out
 PROFILE=debug RUSTC=rustc RUSTDOC=rustdoc TARGET=x86_64-unknown-linux-gnu 
/<<PKGBUILDDIR>>/target/debug/build/serde_json-e2a466a00884f474/build-script-build`
[serde_json 1.0.133] cargo:rerun-if-changed=build.rs
[serde_json 1.0.133] cargo:rustc-check-cfg=cfg(fast_arithmetic, values("32", 
"64"))
[serde_json 1.0.133] cargo:rustc-cfg=fast_arithmetic="64"
     Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=num_traits 
CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>>/debian/cargo_registry/num-traits-0.2.19 
CARGO_MANIFEST_PATH=/<<PKGBUILDDIR>>/debian/cargo_registry/num-traits-0.2.19/Cargo.toml
 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_README=README.md 
CARGO_PKG_REPOSITORY='https://github.com/rust-num/num-traits' 
CARGO_PKG_RUST_VERSION=1.60 CARGO_PKG_VERSION=0.2.19 CARGO_PKG_VERSION_MAJOR=0 
CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=19 CARGO_PKG_VERSION_PRE='' 
CARGO_RUSTC_CURRENT_DIR=/<<PKGBUILDDIR>>/debian/cargo_registry/num-traits-0.2.19
 LD_LIBRARY_PATH=/<<PKGBUILDDIR>>/target/debug/deps 
OUT_DIR=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/build/num-traits-f8e426042f2d4d05/out
 rustc --crate-name num_traits -
 -edition=2021 
/<<PKGBUILDDIR>>/debian/cargo_registry/num-traits-0.2.19/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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, 
values("default", "i128", "libm", "std"))' -C metadata=b53c0cd00423ca40 -C 
extra-filename=-b53c0cd00423ca40 --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 
-C strip=none --cap-lints warn -C linker=x86_64-linux-gnu-gcc -C 
link-arg=-Wl,-z,relro --remap-path-prefix 
/<<PKGBUILDDIR>>=/usr/share/cargo/registry/stackdriver-logger-0.8.2 
--remap-path-prefix 
/<<PKGBUILDDIR>>/debian/cargo_registry=/usr/share/cargo/registry --cfg 
has_total_cmp`
warning: unexpected `cfg` condition name: `rustbuild`
   --> /usr/share/cargo/registry/env_logger-0.10.2/src/lib.rs:274:13
    |
274 | #![cfg_attr(rustbuild, feature(staged_api, rustc_private))]
    |             ^^^^^^^^^
    |
    = help: expected names are: `clippy`, `debug_assertions`, `doc`, `docsrs`, 
`doctest`, `feature`, `fmt_debug`, `miri`, `overflow_checks`, `panic`, 
`proc_macro`, `relocation_model`, `rustfmt`, `sanitize`, 
`sanitizer_cfi_generalize_pointers`, `sanitizer_cfi_normalize_integers`, 
`target_abi`, `target_arch`, `target_endian`, `target_env`, `target_family`, 
`target_feature`, `target_has_atomic`, `target_has_atomic_equal_alignment`, 
`target_has_atomic_load_store`, `target_os`, `target_pointer_width`, 
`target_thread_local`, `target_vendor`, `test`, `ub_checks`, `unix`, and 
`windows`
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for 
the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(rustbuild)'] 
}
    = help: or consider adding 
`println!("cargo::rustc-check-cfg=cfg(rustbuild)");` to the top of the 
`build.rs`
    = note: see 
<https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for 
more information about checking conditional configuration
    = note: `#[warn(unexpected_cfgs)]` on by default

warning: unexpected `cfg` condition name: `rustbuild`
   --> /usr/share/cargo/registry/env_logger-0.10.2/src/lib.rs:275:13
    |
275 | #![cfg_attr(rustbuild, unstable(feature = "rustc_private", issue = 
"27812"))]
    |             ^^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for 
the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(rustbuild)'] 
}
    = help: or consider adding 
`println!("cargo::rustc-check-cfg=cfg(rustbuild)");` to the top of the 
`build.rs`
    = note: see 
<https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for 
more information about checking conditional configuration

warning: unexpected `cfg` condition name: `has_total_cmp`
    --> /usr/share/cargo/registry/num-traits-0.2.19/src/float.rs:2305:19
     |
2305 |             #[cfg(has_total_cmp)]
     |                   ^^^^^^^^^^^^^
...
2325 | totalorder_impl!(f64, i64, u64, 64);
     | ----------------------------------- in this macro invocation
     |
     = help: expected names are: `clippy`, `debug_assertions`, `doc`, `docsrs`, 
`doctest`, `feature`, `fmt_debug`, `miri`, `overflow_checks`, `panic`, 
`proc_macro`, `relocation_model`, `rustfmt`, `sanitize`, 
`sanitizer_cfi_generalize_pointers`, `sanitizer_cfi_normalize_integers`, 
`target_abi`, `target_arch`, `target_endian`, `target_env`, `target_family`, 
`target_feature`, `target_has_atomic`, `target_has_atomic_equal_alignment`, 
`target_has_atomic_load_store`, `target_os`, `target_pointer_width`, 
`target_thread_local`, `target_vendor`, `test`, `ub_checks`, `unix`, and 
`windows`
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for 
the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = 
['cfg(has_total_cmp)'] }
     = help: or consider adding 
`println!("cargo::rustc-check-cfg=cfg(has_total_cmp)");` to the top of the 
`build.rs`
     = note: see 
<https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for 
more information about checking conditional configuration
     = note: `#[warn(unexpected_cfgs)]` on by default
     = note: this warning originates in the macro `totalorder_impl` (in Nightly 
builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `has_total_cmp`
    --> /usr/share/cargo/registry/num-traits-0.2.19/src/float.rs:2311:23
     |
2311 |             #[cfg(not(has_total_cmp))]
     |                       ^^^^^^^^^^^^^
...
2325 | totalorder_impl!(f64, i64, u64, 64);
     | ----------------------------------- in this macro invocation
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for 
the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = 
['cfg(has_total_cmp)'] }
     = help: or consider adding 
`println!("cargo::rustc-check-cfg=cfg(has_total_cmp)");` to the top of the 
`build.rs`
     = note: see 
<https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for 
more information about checking conditional configuration
     = note: this warning originates in the macro `totalorder_impl` (in Nightly 
builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `has_total_cmp`
    --> /usr/share/cargo/registry/num-traits-0.2.19/src/float.rs:2305:19
     |
2305 |             #[cfg(has_total_cmp)]
     |                   ^^^^^^^^^^^^^
...
2326 | totalorder_impl!(f32, i32, u32, 32);
     | ----------------------------------- in this macro invocation
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for 
the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = 
['cfg(has_total_cmp)'] }
     = help: or consider adding 
`println!("cargo::rustc-check-cfg=cfg(has_total_cmp)");` to the top of the 
`build.rs`
     = note: see 
<https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for 
more information about checking conditional configuration
     = note: this warning originates in the macro `totalorder_impl` (in Nightly 
builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `has_total_cmp`
    --> /usr/share/cargo/registry/num-traits-0.2.19/src/float.rs:2311:23
     |
2311 |             #[cfg(not(has_total_cmp))]
     |                       ^^^^^^^^^^^^^
...
2326 | totalorder_impl!(f32, i32, u32, 32);
     | ----------------------------------- in this macro invocation
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for 
the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = 
['cfg(has_total_cmp)'] }
     = help: or consider adding 
`println!("cargo::rustc-check-cfg=cfg(has_total_cmp)");` to the top of the 
`build.rs`
     = note: see 
<https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for 
more information about checking conditional configuration
     = note: this warning originates in the macro `totalorder_impl` (in Nightly 
builds, run with -Z macro-backtrace for more info)

warning: `env_logger` (lib) generated 2 warnings
   Compiling itoa v1.0.14
     Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=itoa 
CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>>/debian/cargo_registry/itoa-1.0.14 
CARGO_MANIFEST_PATH=/<<PKGBUILDDIR>>/debian/cargo_registry/itoa-1.0.14/Cargo.toml
 CARGO_PKG_AUTHORS='David Tolnay <[email protected]>' 
CARGO_PKG_DESCRIPTION='Fast integer primitive to string conversion' 
CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' 
CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=itoa CARGO_PKG_README=README.md 
CARGO_PKG_REPOSITORY='https://github.com/dtolnay/itoa' 
CARGO_PKG_RUST_VERSION=1.36 CARGO_PKG_VERSION=1.0.14 CARGO_PKG_VERSION_MAJOR=1 
CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=14 CARGO_PKG_VERSION_PRE='' 
CARGO_RUSTC_CURRENT_DIR=/<<PKGBUILDDIR>>/debian/cargo_registry/itoa-1.0.14 
LD_LIBRARY_PATH=/<<PKGBUILDDIR>>/target/debug/deps rustc --crate-name itoa 
--edition=2018 /<<PKGBUILDDIR>>/debian/cargo_registry/itoa-1.0.14/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 --check-cfg 
'cfg(docsrs)' --check-cfg 'cfg(feature, values("no-panic"))' -C 
metadata=e69da01848d1d0d4 -C extra-filename=-e69da01848d1d0d4 --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 
-C strip=none --cap-lints warn -C linker=x86_64-linux-gnu-gcc -C 
link-arg=-Wl,-z,relro --remap-path-prefix 
/<<PKGBUILDDIR>>=/usr/share/cargo/registry/stackdriver-logger-0.8.2 
--remap-path-prefix 
/<<PKGBUILDDIR>>/debian/cargo_registry=/usr/share/cargo/registry`
warning: `num-traits` (lib) generated 4 warnings
   Compiling iana-time-zone v0.1.60
     Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=iana_time_zone 
CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>>/debian/cargo_registry/iana-time-zone-0.1.60 
CARGO_MANIFEST_PATH=/<<PKGBUILDDIR>>/debian/cargo_registry/iana-time-zone-0.1.60/Cargo.toml
 CARGO_PKG_AUTHORS='Andrew Straw <[email protected]>:René Kijewski 
<[email protected]>:Ryan Lopopolo <[email protected]>' 
CARGO_PKG_DESCRIPTION='get the IANA time zone for the current system' 
CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' 
CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=iana-time-zone 
CARGO_PKG_README=README.md 
CARGO_PKG_REPOSITORY='https://github.com/strawlab/iana-time-zone' 
CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.1.60 CARGO_PKG_VERSION_MAJOR=0 
CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=60 CARGO_PKG_VERSION_PRE='' 
CARGO_RUSTC_CURRENT_DIR=/<<PKGBUILDDIR>>/debian/cargo_registry/iana-time-zone-0.1.60
 LD_LIBRARY_PATH=/<<PKGBUILDDIR>>/target/debug/deps rustc --crate-name 
iana_time_zone --edition=2018 /<<PKGBUIL
 DDIR>>/debian/cargo_registry/iana-time-zone-0.1.60/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="fallback"' --check-cfg 'cfg(docsrs)' --check-cfg 
'cfg(feature, values("fallback"))' -C metadata=48fc076d3eeebeaa -C 
extra-filename=-48fc076d3eeebeaa --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 
-C strip=none --cap-lints warn -C linker=x86_64-linux-gnu-gcc -C 
link-arg=-Wl,-z,relro --remap-path-prefix 
/<<PKGBUILDDIR>>=/usr/share/cargo/registry/stackdriver-logger-0.8.2 
--remap-path-prefix 
/<<PKGBUILDDIR>>/debian/cargo_registry=/usr/share/cargo/registry`
   Compiling ryu v1.0.15
     Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=ryu 
CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>>/debian/cargo_registry/ryu-1.0.15 
CARGO_MANIFEST_PATH=/<<PKGBUILDDIR>>/debian/cargo_registry/ryu-1.0.15/Cargo.toml
 CARGO_PKG_AUTHORS='David Tolnay <[email protected]>' 
CARGO_PKG_DESCRIPTION='Fast floating point to string conversion' 
CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 OR BSL-1.0' 
CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=ryu CARGO_PKG_README=README.md 
CARGO_PKG_REPOSITORY='https://github.com/dtolnay/ryu' 
CARGO_PKG_RUST_VERSION=1.36 CARGO_PKG_VERSION=1.0.15 CARGO_PKG_VERSION_MAJOR=1 
CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=15 CARGO_PKG_VERSION_PRE='' 
CARGO_RUSTC_CURRENT_DIR=/<<PKGBUILDDIR>>/debian/cargo_registry/ryu-1.0.15 
LD_LIBRARY_PATH=/<<PKGBUILDDIR>>/target/debug/deps rustc --crate-name ryu 
--edition=2018 /<<PKGBUILDDIR>>/debian/cargo_registry/ryu-1.0.15/src/lib.rs 
--error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat 
--crate-type lib --emit=d
 ep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 
'cfg(docsrs)' --check-cfg 'cfg(feature, values("no-panic", "small"))' -C 
metadata=146e66550e3117f1 -C extra-filename=-146e66550e3117f1 --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 
-C strip=none --cap-lints warn -C linker=x86_64-linux-gnu-gcc -C 
link-arg=-Wl,-z,relro --remap-path-prefix 
/<<PKGBUILDDIR>>=/usr/share/cargo/registry/stackdriver-logger-0.8.2 
--remap-path-prefix 
/<<PKGBUILDDIR>>/debian/cargo_registry=/usr/share/cargo/registry`
     Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=serde_json 
CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>>/debian/cargo_registry/serde_json-1.0.133 
CARGO_MANIFEST_PATH=/<<PKGBUILDDIR>>/debian/cargo_registry/serde_json-1.0.133/Cargo.toml
 CARGO_PKG_AUTHORS='Erick Tryzelaar <[email protected]>:David Tolnay 
<[email protected]>' CARGO_PKG_DESCRIPTION='A JSON serialization file format' 
CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' 
CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=serde_json CARGO_PKG_README=README.md 
CARGO_PKG_REPOSITORY='https://github.com/serde-rs/json' 
CARGO_PKG_RUST_VERSION=1.56 CARGO_PKG_VERSION=1.0.133 CARGO_PKG_VERSION_MAJOR=1 
CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=133 CARGO_PKG_VERSION_PRE='' 
CARGO_RUSTC_CURRENT_DIR=/<<PKGBUILDDIR>>/debian/cargo_registry/serde_json-1.0.133
 LD_LIBRARY_PATH=/<<PKGBUILDDIR>>/target/debug/deps 
OUT_DIR=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/build/serde_json-73cdf0b08173db4f/out
 rustc --crate-name serde_js
 on --edition=2021 
/<<PKGBUILDDIR>>/debian/cargo_registry/serde_json-1.0.133/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"' --check-cfg 
'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "arbitrary_precision", 
"default", "float_roundtrip", "indexmap", "preserve_order", "raw_value", "std", 
"unbounded_depth"))' -C metadata=9e36b883c76ecf56 -C 
extra-filename=-9e36b883c76ecf56 --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 --extern 
itoa=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libitoa-e69da01848d1d0d4.rmeta
 --extern 
memchr=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libmemchr-e20378578eabe382.rmeta
 --ex
 tern 
ryu=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libryu-146e66550e3117f1.rmeta
 --extern 
serde=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libserde-7ed5ed26031b6490.rmeta
 --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C 
linker=x86_64-linux-gnu-gcc -C link-arg=-Wl,-z,relro --remap-path-prefix 
/<<PKGBUILDDIR>>=/usr/share/cargo/registry/stackdriver-logger-0.8.2 
--remap-path-prefix 
/<<PKGBUILDDIR>>/debian/cargo_registry=/usr/share/cargo/registry --cfg 
'fast_arithmetic="64"' --check-cfg 'cfg(fast_arithmetic, values("32", "64"))'`
   Compiling chrono v0.4.38
     Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=chrono 
CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>>/debian/cargo_registry/chrono-0.4.38 
CARGO_MANIFEST_PATH=/<<PKGBUILDDIR>>/debian/cargo_registry/chrono-0.4.38/Cargo.toml
 CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='Date and time library for Rust' 
CARGO_PKG_HOMEPAGE='https://github.com/chronotope/chrono' 
CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' 
CARGO_PKG_NAME=chrono CARGO_PKG_README=README.md 
CARGO_PKG_REPOSITORY='https://github.com/chronotope/chrono' 
CARGO_PKG_RUST_VERSION=1.61.0 CARGO_PKG_VERSION=0.4.38 
CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=4 CARGO_PKG_VERSION_PATCH=38 
CARGO_PKG_VERSION_PRE='' 
CARGO_RUSTC_CURRENT_DIR=/<<PKGBUILDDIR>>/debian/cargo_registry/chrono-0.4.38 
LD_LIBRARY_PATH=/<<PKGBUILDDIR>>/target/debug/deps rustc --crate-name chrono 
--edition=2021 /<<PKGBUILDDIR>>/debian/cargo_registry/chrono-0.4.38/src/lib.rs 
--error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat 
--crat
 e-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 
--cfg 'feature="alloc"' --cfg 'feature="clock"' --cfg 
'feature="iana-time-zone"' --cfg 'feature="now"' --cfg 'feature="std"' 
--check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", 
"arbitrary", "clock", "default", "iana-time-zone", "js-sys", "libc", "now", 
"pure-rust-locales", "rkyv", "rkyv-16", "rkyv-32", "rkyv-64", 
"rkyv-validation", "serde", "std", "unstable-locales", "wasm-bindgen", 
"wasmbind"))' -C metadata=cb0fcadbe49496a3 -C extra-filename=-cb0fcadbe49496a3 
--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 --extern 
iana_time_zone=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libiana_time_zone-48fc076d3eeebeaa.rmeta
 --extern 
num_traits=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libnum_t
 raits-b53c0cd00423ca40.rmeta --cap-lints warn -C debuginfo=2 -C strip=none 
--cap-lints warn -C linker=x86_64-linux-gnu-gcc -C link-arg=-Wl,-z,relro 
--remap-path-prefix 
/<<PKGBUILDDIR>>=/usr/share/cargo/registry/stackdriver-logger-0.8.2 
--remap-path-prefix 
/<<PKGBUILDDIR>>/debian/cargo_registry=/usr/share/cargo/registry`
warning: unexpected `cfg` condition value: `bench`
   --> /usr/share/cargo/registry/chrono-0.4.38/src/lib.rs:504:13
    |
504 | #![cfg_attr(feature = "bench", feature(test))] // lib stability features 
as per RFC #507
    |             ^^^^^^^^^^^^^^^^^
    |
    = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, 
`default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, 
`rkyv`, `rkyv-16`, `rkyv-32`, `rkyv-64`, `rkyv-validation`, `serde`, `std`, 
`unstable-locales`, `wasm-bindgen`, and `wasmbind`
    = help: consider adding `bench` as a feature in `Cargo.toml`
    = note: see 
<https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for 
more information about checking conditional configuration
    = note: `#[warn(unexpected_cfgs)]` on by default

warning: unexpected `cfg` condition value: `__internal_bench`
   --> /usr/share/cargo/registry/chrono-0.4.38/src/lib.rs:592:7
    |
592 | #[cfg(feature = "__internal_bench")]
    |       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    |
    = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, 
`default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, 
`rkyv`, `rkyv-16`, `rkyv-32`, `rkyv-64`, `rkyv-validation`, `serde`, `std`, 
`unstable-locales`, `wasm-bindgen`, and `wasmbind`
    = help: consider adding `__internal_bench` as a feature in `Cargo.toml`
    = note: see 
<https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for 
more information about checking conditional configuration

warning: unexpected `cfg` condition value: `__internal_bench`
 --> /usr/share/cargo/registry/chrono-0.4.38/src/naive/internals.rs:3:13
  |
3 | #![cfg_attr(feature = "__internal_bench", allow(missing_docs))]
  |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  |
  = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, 
`default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, 
`rkyv`, `rkyv-16`, `rkyv-32`, `rkyv-64`, `rkyv-validation`, `serde`, `std`, 
`unstable-locales`, `wasm-bindgen`, and `wasmbind`
  = help: consider adding `__internal_bench` as a feature in `Cargo.toml`
  = note: see 
<https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for 
more information about checking conditional configuration

warning: unexpected `cfg` condition value: `__internal_bench`
  --> /usr/share/cargo/registry/chrono-0.4.38/src/naive/mod.rs:26:7
   |
26 | #[cfg(feature = "__internal_bench")]
   |       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
   |
   = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, 
`default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, 
`rkyv`, `rkyv-16`, `rkyv-32`, `rkyv-64`, `rkyv-validation`, `serde`, `std`, 
`unstable-locales`, `wasm-bindgen`, and `wasmbind`
   = help: consider adding `__internal_bench` as a feature in `Cargo.toml`
   = note: see 
<https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for 
more information about checking conditional configuration

   Compiling pretty_env_logger v0.5.0
     Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=pretty_env_logger 
CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>>/debian/cargo_registry/pretty_env_logger-0.5.0
 
CARGO_MANIFEST_PATH=/<<PKGBUILDDIR>>/debian/cargo_registry/pretty_env_logger-0.5.0/Cargo.toml
 CARGO_PKG_AUTHORS='Sean McArthur <sean@seanmonstar>' CARGO_PKG_DESCRIPTION='a 
visually pretty env_logger' CARGO_PKG_HOMEPAGE='' 
CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' 
CARGO_PKG_NAME=pretty_env_logger CARGO_PKG_README=README.md 
CARGO_PKG_REPOSITORY='https://github.com/seanmonstar/pretty-env-logger' 
CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.5.0 CARGO_PKG_VERSION_MAJOR=0 
CARGO_PKG_VERSION_MINOR=5 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' 
CARGO_RUSTC_CURRENT_DIR=/<<PKGBUILDDIR>>/debian/cargo_registry/pretty_env_logger-0.5.0
 LD_LIBRARY_PATH=/<<PKGBUILDDIR>>/target/debug/deps rustc --crate-name 
pretty_env_logger --edition=2015 
/<<PKGBUILDDIR>>/debian/cargo_registry/pretty_env_logger-0.5.0/src/lib.rs 
--error-format=j
 son --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib 
--emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 
'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=0f3ab6c99f11e452 
-C extra-filename=-0f3ab6c99f11e452 --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 --extern 
env_logger=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libenv_logger-d3771f264a01410a.rmeta
 --extern 
log=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/liblog-5d3827ad5a0c1174.rmeta
 --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C 
linker=x86_64-linux-gnu-gcc -C link-arg=-Wl,-z,relro --remap-path-prefix 
/<<PKGBUILDDIR>>=/usr/share/cargo/registry/stackdriver-logger-0.8.2 
--remap-path-prefix /<<PKGBUILDDIR>>/debian/cargo_registry=/usr/share/c
 argo/registry`
   Compiling toml v0.5.11
     Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=toml 
CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>>/debian/cargo_registry/toml-0.5.11 
CARGO_MANIFEST_PATH=/<<PKGBUILDDIR>>/debian/cargo_registry/toml-0.5.11/Cargo.toml
 CARGO_PKG_AUTHORS='Alex Crichton <[email protected]>' 
CARGO_PKG_DESCRIPTION='A native Rust encoder and decoder of TOML-formatted 
files and streams. Provides
implementations of the standard Serialize/Deserialize traits for TOML data to
facilitate deserializing and serializing Rust structures.
' CARGO_PKG_HOMEPAGE='https://github.com/toml-rs/toml' 
CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=toml 
CARGO_PKG_README=README.md 
CARGO_PKG_REPOSITORY='https://github.com/toml-rs/toml' 
CARGO_PKG_RUST_VERSION=1.48.0 CARGO_PKG_VERSION=0.5.11 
CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=5 CARGO_PKG_VERSION_PATCH=11 
CARGO_PKG_VERSION_PRE='' 
CARGO_RUSTC_CURRENT_DIR=/<<PKGBUILDDIR>>/debian/cargo_registry/toml-0.5.11 
LD_LIBRARY_PATH=/<<PKGBUILDDIR>>/target/debug/deps rustc --crate-name toml 
--edition=2018 /<<PKGBUILDDIR>>/debian/cargo_registry/toml-0.5.11/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"' --check-cfg 'cfg(docsrs)' --check-cfg 
'cfg(feature, values("default", "indexmap", "preserve_order"))' -C 
metadata=b55215fd8eb59f00 -C extra-filename=-b55215fd8eb59f00 --out-dir 
/<<PKGBUILDDIR>>/target/x86_64-un
 known-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 --extern 
serde=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libserde-7ed5ed26031b6490.rmeta
 --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C 
linker=x86_64-linux-gnu-gcc -C link-arg=-Wl,-z,relro --remap-path-prefix 
/<<PKGBUILDDIR>>=/usr/share/cargo/registry/stackdriver-logger-0.8.2 
--remap-path-prefix 
/<<PKGBUILDDIR>>/debian/cargo_registry=/usr/share/cargo/registry`
warning: use of deprecated method `de::Deserializer::<'a>::end`
  --> /usr/share/cargo/registry/toml-0.5.11/src/de.rs:79:7
   |
79 |     d.end()?;
   |       ^^^
   |
   = note: `#[warn(deprecated)]` on by default

warning: `chrono` (lib) generated 4 warnings
   Compiling stackdriver_logger v0.8.2 (/<<PKGBUILDDIR>>)
     Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=stackdriver_logger 
CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>> 
CARGO_MANIFEST_PATH=/<<PKGBUILDDIR>>/Cargo.toml CARGO_PKG_AUTHORS='Kamek 
<[email protected]>' CARGO_PKG_DESCRIPTION='A logger for Google'\''s 
Stackdriver with a cli-friendly fallback for local development' 
CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT/Apache-2.0 
CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=stackdriver_logger 
CARGO_PKG_README=README.md 
CARGO_PKG_REPOSITORY='https://github.com/kamek-pf/stackdriver-logger/' 
CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.8.2 CARGO_PKG_VERSION_MAJOR=0 
CARGO_PKG_VERSION_MINOR=8 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' 
CARGO_PRIMARY_PACKAGE=1 CARGO_RUSTC_CURRENT_DIR=/<<PKGBUILDDIR>> 
LD_LIBRARY_PATH=/<<PKGBUILDDIR>>/target/debug/deps rustc --crate-name 
stackdriver_logger --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-bitco
 de=no -C debuginfo=2 --cfg 'feature="cargo"' --cfg 'feature="default"' --cfg 
'feature="humantime"' --cfg 'feature="pretty_env_logger"' --cfg 
'feature="regex"' --cfg 'feature="toml"' --check-cfg 'cfg(docsrs)' --check-cfg 
'cfg(feature, values("cargo", "default", "humantime", "pretty_env_logger", 
"prod", "regex", "toml"))' -C metadata=98bd4bb448fd200e -C 
extra-filename=-98bd4bb448fd200e --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 
chrono=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libchrono-cb0fcadbe49496a3.rmeta
 --extern 
env_logger=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libenv_logger-d3771f264a01410a.rmeta
 --extern log=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/li
 blog-5d3827ad5a0c1174.rmeta --extern 
pretty_env_logger=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libpretty_env_logger-0f3ab6c99f11e452.rmeta
 --extern 
serde_json=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libserde_json-9e36b883c76ecf56.rmeta
 --extern 
toml=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libtoml-b55215fd8eb59f00.rmeta
 -C debuginfo=2 -C strip=none --cap-lints warn -C linker=x86_64-linux-gnu-gcc 
-C link-arg=-Wl,-z,relro --remap-path-prefix 
/<<PKGBUILDDIR>>=/usr/share/cargo/registry/stackdriver-logger-0.8.2 
--remap-path-prefix 
/<<PKGBUILDDIR>>/debian/cargo_registry=/usr/share/cargo/registry`
warning: unexpected `cfg` condition value: `customfields`
  --> src/lib.rs:16:7
   |
16 | #[cfg(feature = "customfields")]
   |       ^^^^^^^^^^^^^^^^^^^^^^^^
   |
   = note: expected values for `feature` are: `cargo`, `default`, `humantime`, 
`pretty_env_logger`, `prod`, `regex`, and `toml`
   = help: consider adding `customfields` as a feature in `Cargo.toml`
   = note: see 
<https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for 
more information about checking conditional configuration
   = note: `#[warn(unexpected_cfgs)]` on by default

warning: unexpected `cfg` condition value: `customfields`
  --> src/lib.rs:19:7
   |
19 | #[cfg(feature = "customfields")]
   |       ^^^^^^^^^^^^^^^^^^^^^^^^
   |
   = note: expected values for `feature` are: `cargo`, `default`, `humantime`, 
`pretty_env_logger`, `prod`, `regex`, and `toml`
   = help: consider adding `customfields` as a feature in `Cargo.toml`
   = note: see 
<https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for 
more information about checking conditional configuration

warning: unexpected `cfg` condition value: `customfields`
  --> src/lib.rs:27:7
   |
27 | #[cfg(feature = "customfields")]
   |       ^^^^^^^^^^^^^^^^^^^^^^^^
   |
   = note: expected values for `feature` are: `cargo`, `default`, `humantime`, 
`pretty_env_logger`, `prod`, `regex`, and `toml`
   = help: consider adding `customfields` as a feature in `Cargo.toml`
   = note: see 
<https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for 
more information about checking conditional configuration

warning: unexpected `cfg` condition value: `customfields`
  --> src/lib.rs:30:7
   |
30 | #[cfg(feature = "customfields")]
   |       ^^^^^^^^^^^^^^^^^^^^^^^^
   |
   = note: expected values for `feature` are: `cargo`, `default`, `humantime`, 
`pretty_env_logger`, `prod`, `regex`, and `toml`
   = help: consider adding `customfields` as a feature in `Cargo.toml`
   = note: see 
<https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for 
more information about checking conditional configuration

warning: unexpected `cfg` condition value: `customfields`
   --> src/lib.rs:162:7
    |
162 | #[cfg(feature = "customfields")]
    |       ^^^^^^^^^^^^^^^^^^^^^^^^
    |
    = note: expected values for `feature` are: `cargo`, `default`, `humantime`, 
`pretty_env_logger`, `prod`, `regex`, and `toml`
    = help: consider adding `customfields` as a feature in `Cargo.toml`
    = note: see 
<https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for 
more information about checking conditional configuration

warning: unexpected `cfg` condition value: `customfields`
   --> src/lib.rs:231:5
    |
231 |     feature = "customfields",
    |     ^^^^^^^^^^^^^^^^^^^^^^^^
    |
    = note: expected values for `feature` are: `cargo`, `default`, `humantime`, 
`pretty_env_logger`, `prod`, `regex`, and `toml`
    = help: consider adding `customfields` as a feature in `Cargo.toml`
    = note: see 
<https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for 
more information about checking conditional configuration

warning: unexpected `cfg` condition value: `customfields`
   --> src/lib.rs:118:15
    |
118 |         #[cfg(feature = "customfields")]
    |               ^^^^^^^^^^^^^^^^^^^^^^^^
    |
    = note: expected values for `feature` are: `cargo`, `default`, `humantime`, 
`pretty_env_logger`, `prod`, `regex`, and `toml`
    = help: consider adding `customfields` as a feature in `Cargo.toml`
    = note: see 
<https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for 
more information about checking conditional configuration

warning: struct `LogLevel` is never constructed
  --> src/lib.rs:23:8
   |
23 | struct LogLevel(Level);
   |        ^^^^^^^^
   |
   = note: `#[warn(dead_code)]` on by default

warning: `stackdriver_logger` (lib) generated 8 warnings
warning: `toml` (lib) generated 1 warning
     Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=stackdriver_logger 
CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>> 
CARGO_MANIFEST_PATH=/<<PKGBUILDDIR>>/Cargo.toml CARGO_PKG_AUTHORS='Kamek 
<[email protected]>' CARGO_PKG_DESCRIPTION='A logger for Google'\''s 
Stackdriver with a cli-friendly fallback for local development' 
CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT/Apache-2.0 
CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=stackdriver_logger 
CARGO_PKG_README=README.md 
CARGO_PKG_REPOSITORY='https://github.com/kamek-pf/stackdriver-logger/' 
CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.8.2 CARGO_PKG_VERSION_MAJOR=0 
CARGO_PKG_VERSION_MINOR=8 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' 
CARGO_PRIMARY_PACKAGE=1 CARGO_RUSTC_CURRENT_DIR=/<<PKGBUILDDIR>> 
LD_LIBRARY_PATH=/<<PKGBUILDDIR>>/target/debug/deps rustc --crate-name 
stackdriver_logger --edition=2021 src/lib.rs --error-format=json 
--json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link 
-C embed-bitcode=no -C debuginfo=2 --tes
 t --cfg 'feature="cargo"' --cfg 'feature="default"' --cfg 
'feature="humantime"' --cfg 'feature="pretty_env_logger"' --cfg 
'feature="regex"' --cfg 'feature="toml"' --check-cfg 'cfg(docsrs)' --check-cfg 
'cfg(feature, values("cargo", "default", "humantime", "pretty_env_logger", 
"prod", "regex", "toml"))' -C metadata=4b20e58b8bc91524 -C 
extra-filename=-4b20e58b8bc91524 --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 
chrono=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libchrono-cb0fcadbe49496a3.rlib
 --extern 
env_logger=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libenv_logger-d3771f264a01410a.rlib
 --extern 
log=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/liblog-5d3827ad5a0c1174
 .rlib --extern 
pretty_env_logger=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libpretty_env_logger-0f3ab6c99f11e452.rlib
 --extern 
serde_json=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libserde_json-9e36b883c76ecf56.rlib
 --extern 
toml=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libtoml-b55215fd8eb59f00.rlib
 -C debuginfo=2 -C strip=none --cap-lints warn -C linker=x86_64-linux-gnu-gcc 
-C link-arg=-Wl,-z,relro --remap-path-prefix 
/<<PKGBUILDDIR>>=/usr/share/cargo/registry/stackdriver-logger-0.8.2 
--remap-path-prefix 
/<<PKGBUILDDIR>>/debian/cargo_registry=/usr/share/cargo/registry`
warning: unexpected `cfg` condition value: `customfields`
   --> src/lib.rs:213:15
    |
213 |     #[cfg(not(feature = "customfields"))]
    |               ^^^^^^^^^^^^^^^^^^^^^^^^
    |
    = note: expected values for `feature` are: `cargo`, `default`, `humantime`, 
`pretty_env_logger`, `prod`, `regex`, and `toml`
    = help: consider adding `customfields` as a feature in `Cargo.toml`
    = note: see 
<https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for 
more information about checking conditional configuration

warning: unexpected `cfg` condition value: `customfields`
   --> src/lib.rs:216:11
    |
216 |     #[cfg(feature = "customfields")]
    |           ^^^^^^^^^^^^^^^^^^^^^^^^
    |
    = note: expected values for `feature` are: `cargo`, `default`, `humantime`, 
`pretty_env_logger`, `prod`, `regex`, and `toml`
    = help: consider adding `customfields` as a feature in `Cargo.toml`
    = note: see 
<https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for 
more information about checking conditional configuration

warning: unexpected `cfg` condition value: `customfields`
   --> src/lib.rs:314:11
    |
314 |     #[cfg(feature = "customfields")]
    |           ^^^^^^^^^^^^^^^^^^^^^^^^
    |
    = note: expected values for `feature` are: `cargo`, `default`, `humantime`, 
`pretty_env_logger`, `prod`, `regex`, and `toml`
    = help: consider adding `customfields` as a feature in `Cargo.toml`
    = note: see 
<https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for 
more information about checking conditional configuration

warning: unexpected `cfg` condition value: `customfields`
   --> src/lib.rs:346:11
    |
346 |     #[cfg(feature = "customfields")]
    |           ^^^^^^^^^^^^^^^^^^^^^^^^
    |
    = note: expected values for `feature` are: `cargo`, `default`, `humantime`, 
`pretty_env_logger`, `prod`, `regex`, and `toml`
    = help: consider adding `customfields` as a feature in `Cargo.toml`
    = note: see 
<https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for 
more information about checking conditional configuration

warning: `stackdriver_logger` (lib test) generated 11 warnings (7 duplicates)
    Finished `test` profile [unoptimized + debuginfo] target(s) in 10.59s
     Running `CARGO=/usr/bin/cargo CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>> 
CARGO_MANIFEST_PATH=/<<PKGBUILDDIR>>/Cargo.toml CARGO_PKG_AUTHORS='Kamek 
<[email protected]>' CARGO_PKG_DESCRIPTION='A logger for Google'\''s 
Stackdriver with a cli-friendly fallback for local development' 
CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT/Apache-2.0 
CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=stackdriver_logger 
CARGO_PKG_README=README.md 
CARGO_PKG_REPOSITORY='https://github.com/kamek-pf/stackdriver-logger/' 
CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.8.2 CARGO_PKG_VERSION_MAJOR=0 
CARGO_PKG_VERSION_MINOR=8 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' 
LD_LIBRARY_PATH='/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps:/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug:/usr/lib/rustlib/x86_64-unknown-linux-gnu/lib'
 
/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/stackdriver_logger-4b20e58b8bc91524`

running 2 tests
test tests::info_formatter ... ok
test tests::error_formatter ... ok

test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; 
finished in 0.00s

   Doc-tests stackdriver_logger
     Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=stackdriver_logger 
CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>> 
CARGO_MANIFEST_PATH=/<<PKGBUILDDIR>>/Cargo.toml CARGO_PKG_AUTHORS='Kamek 
<[email protected]>' CARGO_PKG_DESCRIPTION='A logger for Google'\''s 
Stackdriver with a cli-friendly fallback for local development' 
CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT/Apache-2.0 
CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=stackdriver_logger 
CARGO_PKG_README=README.md 
CARGO_PKG_REPOSITORY='https://github.com/kamek-pf/stackdriver-logger/' 
CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.8.2 CARGO_PKG_VERSION_MAJOR=0 
CARGO_PKG_VERSION_MINOR=8 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' 
LD_LIBRARY_PATH=/<<PKGBUILDDIR>>/target/debug/deps rustdoc --edition=2021 
--crate-type lib --color auto --crate-name stackdriver_logger --test src/lib.rs 
--test-run-directory /<<PKGBUILDDIR>> --target x86_64-unknown-linux-gnu -L 
dependency=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps -L 
dependency=/<<PK
 GBUILDDIR>>/target/debug/deps --extern 
chrono=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libchrono-cb0fcadbe49496a3.rlib
 --extern 
env_logger=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libenv_logger-d3771f264a01410a.rlib
 --extern 
log=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/liblog-5d3827ad5a0c1174.rlib
 --extern 
pretty_env_logger=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libpretty_env_logger-0f3ab6c99f11e452.rlib
 --extern 
serde_json=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libserde_json-9e36b883c76ecf56.rlib
 --extern 
stackdriver_logger=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libstackdriver_logger-98bd4bb448fd200e.rlib
 --extern 
toml=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libtoml-b55215fd8eb59f00.rlib
 -C embed-bitcode=no --cfg 'feature="cargo"' --cfg 'feature="default"' --cfg 
'feature="humantime"' --cfg 'feature="pretty_env_logger"' --cfg 
'feature="regex"' -
 -cfg 'feature="toml"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, 
values("cargo", "default", "humantime", "pretty_env_logger", "prod", "regex", 
"toml"))' --error-format human`

running 6 tests
test src/../README.md - (line 9) ... FAILED
test src/lib.rs - init (line 72) ... ok
test src/lib.rs - init_with (line 85) ... ok
test src/lib.rs - init_with (line 99) ... ok
test src/macros.rs - macros::init_with_cargo (line 10) ... ok
test src/macros.rs - macros::init_with_cargo (line 17) ... ok

failures:

---- src/../README.md - (line 9) stdout ----
error: couldn't read `src/../../Cargo.toml`: No such file or directory (os 
error 2)
 --> src/../README.md:14:5
  |
7 |     stackdriver_logger::init_with_cargo!();
  |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  |
  = note: this error originates in the macro `include_str` which comes from the 
expansion of the macro `stackdriver_logger::init_with_cargo` (in Nightly 
builds, run with -Z macro-backtrace for more info)

error: aborting due to 1 previous error

Couldn't compile the test.

failures:
    src/../README.md - (line 9)

test result: FAILED. 5 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; 
finished in 1.66s

error: doctest failed, to rerun pass `--doc`
dh_auto_test: error: /usr/share/cargo/bin/cargo test --all returned exit code 
101
make[1]: *** [debian/rules:6: override_dh_auto_test] Error 25
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:3: binary] Error 2
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
--------------------------------------------------------------------------------

The above is just how the build ends and not necessarily the most relevant part.
If required, the full build log is available here:

https://people.debian.org/~sanvila/build-logs/202412/

About the archive rebuild: The build was made on virtual machines from AWS,
using sbuild and a reduced chroot with only build-essential packages.

If you could not reproduce the bug please contact me privately, as I
am willing to provide ssh access to a virtual machine where the bug is
fully reproducible.

If this is really a bug in one of the build-depends, please use
reassign and affects, so that this is still visible in the BTS web
page for this package.

Thanks.

--- End Message ---
--- Begin Message ---
Source: rust-stackdriver-logger
Source-Version: 0.8.2-3
Done: NoisyCoil <[email protected]>

We believe that the bug you reported is fixed in the latest version of
rust-stackdriver-logger, 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 [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
NoisyCoil <[email protected]> (supplier of updated rust-stackdriver-logger 
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 [email protected])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Tue, 17 Dec 2024 13:47:13 +0100
Source: rust-stackdriver-logger
Architecture: source
Version: 0.8.2-3
Distribution: unstable
Urgency: medium
Maintainer: Debian Rust Maintainers 
<[email protected]>
Changed-By: NoisyCoil <[email protected]>
Closes: 1090303
Changes:
 rust-stackdriver-logger (0.8.2-3) unstable; urgency=medium
 .
   * Team upload.
   * Package stackdriver_logger 0.8.2 from crates.io using debcargo 2.7.5
   * Disable a doctest in README.md causing a FTBFS: the test is fine, but it
     doesn't expect to be executed from the root of the crate
     (Closes: #1090303)
Checksums-Sha1:
 283d1841f45baf7ad7d537b9008ab24312d4ccf5 2046 
rust-stackdriver-logger_0.8.2-3.dsc
 7b7d40cf848c0b7020bdaff750084669ea3e29c2 3640 
rust-stackdriver-logger_0.8.2-3.debian.tar.xz
 79292b580a575979bce1a0dd1c33a706806b0c7c 6729 
rust-stackdriver-logger_0.8.2-3_source.buildinfo
Checksums-Sha256:
 d8298ca7394fd8ccbf0a7d8e2cac1818f0a67f9fad189d3570024a6820fdbf9d 2046 
rust-stackdriver-logger_0.8.2-3.dsc
 4fdc650924c86bc0120235786a60704173830d37cbc1745924c856a3aac85a0a 3640 
rust-stackdriver-logger_0.8.2-3.debian.tar.xz
 907c1b766a4b4fb2bfdf8aba0cc02e2c67ee834e16b4426e5be4898efed6ba84 6729 
rust-stackdriver-logger_0.8.2-3_source.buildinfo
Files:
 204f1d508666e4e2f65ab96f034d478b 2046 rust optional 
rust-stackdriver-logger_0.8.2-3.dsc
 5c3a3a68f77e789adacf065080caa8db 3640 rust optional 
rust-stackdriver-logger_0.8.2-3.debian.tar.xz
 8f744592a4b2b1b256b5cc10c0903331 6729 rust optional 
rust-stackdriver-logger_0.8.2-3_source.buildinfo

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

iHUEARYIAB0WIQQUWTv/Sl6/b+DpcW7svtu2B7myvgUCZ2Fy2AAKCRDsvtu2B7my
vrkvAQDaai+KhWdyevnyZor+3JZ3hlraKWJ/KCVA9Ir19DeBBwD8D4rYeS9o2ChH
TFefc+eLHVOQgI5GMAB0j7QpXAwQ9g4=
=Ej8e
-----END PGP SIGNATURE-----

Attachment: pgpTA4ysFjuRc.pgp
Description: PGP signature


--- End Message ---

Reply via email to