Your message dated Fri, 24 Jan 2025 04:38:02 +0000
with message-id <[email protected]>
and subject line Bug#1093936: fixed in rust-stackdriver-logger 0.8.2-5
has caused the Debian Bug report #1093936,
regarding rust-stackdriver-logger: FTBFS: failures: src/lib.rs - (line 9)
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.)


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

Dear maintainer:

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

--------------------------------------------------------------------------------
[...]
 debian/rules clean
dh clean --buildsystem cargo
   dh_auto_clean -O--buildsystem=cargo
debian cargo wrapper: options, profiles, parallel, lto: ['parallel=1'] [] 
['-j1'] 
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', 'clean', '--verbose', '--verbose'],) {'check': True}
     Removed 0 files
   dh_autoreconf_clean -O--buildsystem=cargo
   dh_clean -XCargo.toml.orig -O--buildsystem=cargo
 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

[... snipped ...]

    = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, 
`default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, 
`serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind`
    = help: consider adding `rkyv-16` 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: `rkyv-32`
   --> /usr/share/cargo/registry/chrono-0.4.39/src/offset/local/mod.rs:115:48
    |
115 |     any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", 
feature = "rkyv-64"),
    |                                                ^^^^^^^^^^^^^^^^^^^
    |
    = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, 
`default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, 
`serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind`
    = help: consider adding `rkyv-32` 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: `rkyv-64`
   --> /usr/share/cargo/registry/chrono-0.4.39/src/offset/local/mod.rs:115:69
    |
115 |     any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", 
feature = "rkyv-64"),
    |                                                                     
^^^^^^^^^^^^^^^^^^^
    |
    = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, 
`default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, 
`serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind`
    = help: consider adding `rkyv-64` 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: `rkyv-validation`
   --> /usr/share/cargo/registry/chrono-0.4.39/src/offset/local/mod.rs:120:12
    |
120 | #[cfg_attr(feature = "rkyv-validation", archive(check_bytes))]
    |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^
    |
    = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, 
`default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, 
`serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind`
    = help: consider adding `rkyv-validation` 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: `rkyv`
  --> /usr/share/cargo/registry/chrono-0.4.39/src/offset/utc.rs:17:11
   |
17 | #[cfg(any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", 
feature = "rkyv-64"))]
   |           ^^^^^^^^^^^^^^^^
   |
   = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, 
`default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, 
`serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind`
   = help: consider adding `rkyv` 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: `rkyv-16`
  --> /usr/share/cargo/registry/chrono-0.4.39/src/offset/utc.rs:17:29
   |
17 | #[cfg(any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", 
feature = "rkyv-64"))]
   |                             ^^^^^^^^^^^^^^^^^^^
   |
   = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, 
`default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, 
`serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind`
   = help: consider adding `rkyv-16` 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: `rkyv-32`
  --> /usr/share/cargo/registry/chrono-0.4.39/src/offset/utc.rs:17:50
   |
17 | #[cfg(any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", 
feature = "rkyv-64"))]
   |                                                  ^^^^^^^^^^^^^^^^^^^
   |
   = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, 
`default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, 
`serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind`
   = help: consider adding `rkyv-32` 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: `rkyv-64`
  --> /usr/share/cargo/registry/chrono-0.4.39/src/offset/utc.rs:17:71
   |
17 | #[cfg(any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", 
feature = "rkyv-64"))]
   |                                                                       
^^^^^^^^^^^^^^^^^^^
   |
   = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, 
`default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, 
`serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind`
   = help: consider adding `rkyv-64` 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: `rkyv`
  --> /usr/share/cargo/registry/chrono-0.4.39/src/offset/utc.rs:45:9
   |
45 |     any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", 
feature = "rkyv-64"),
   |         ^^^^^^^^^^^^^^^^
   |
   = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, 
`default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, 
`serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind`
   = help: consider adding `rkyv` 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: `rkyv-16`
  --> /usr/share/cargo/registry/chrono-0.4.39/src/offset/utc.rs:45:27
   |
45 |     any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", 
feature = "rkyv-64"),
   |                           ^^^^^^^^^^^^^^^^^^^
   |
   = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, 
`default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, 
`serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind`
   = help: consider adding `rkyv-16` 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: `rkyv-32`
  --> /usr/share/cargo/registry/chrono-0.4.39/src/offset/utc.rs:45:48
   |
45 |     any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", 
feature = "rkyv-64"),
   |                                                ^^^^^^^^^^^^^^^^^^^
   |
   = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, 
`default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, 
`serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind`
   = help: consider adding `rkyv-32` 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: `rkyv-64`
  --> /usr/share/cargo/registry/chrono-0.4.39/src/offset/utc.rs:45:69
   |
45 |     any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", 
feature = "rkyv-64"),
   |                                                                     
^^^^^^^^^^^^^^^^^^^
   |
   = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, 
`default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, 
`serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind`
   = help: consider adding `rkyv-64` 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: `rkyv-validation`
  --> /usr/share/cargo/registry/chrono-0.4.39/src/offset/utc.rs:50:12
   |
50 | #[cfg_attr(feature = "rkyv-validation", archive(check_bytes))]
   |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^
   |
   = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, 
`default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, 
`serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind`
   = help: consider adding `rkyv-validation` 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: `rkyv`
 --> /usr/share/cargo/registry/chrono-0.4.39/src/weekday.rs:3:11
  |
3 | #[cfg(any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", 
feature = "rkyv-64"))]
  |           ^^^^^^^^^^^^^^^^
  |
  = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, 
`default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, 
`serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind`
  = help: consider adding `rkyv` 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: `rkyv-16`
 --> /usr/share/cargo/registry/chrono-0.4.39/src/weekday.rs:3:29
  |
3 | #[cfg(any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", 
feature = "rkyv-64"))]
  |                             ^^^^^^^^^^^^^^^^^^^
  |
  = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, 
`default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, 
`serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind`
  = help: consider adding `rkyv-16` 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: `rkyv-32`
 --> /usr/share/cargo/registry/chrono-0.4.39/src/weekday.rs:3:50
  |
3 | #[cfg(any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", 
feature = "rkyv-64"))]
  |                                                  ^^^^^^^^^^^^^^^^^^^
  |
  = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, 
`default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, 
`serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind`
  = help: consider adding `rkyv-32` 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: `rkyv-64`
 --> /usr/share/cargo/registry/chrono-0.4.39/src/weekday.rs:3:71
  |
3 | #[cfg(any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", 
feature = "rkyv-64"))]
  |                                                                       
^^^^^^^^^^^^^^^^^^^
  |
  = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, 
`default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, 
`serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind`
  = help: consider adding `rkyv-64` 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: `rkyv`
  --> /usr/share/cargo/registry/chrono-0.4.39/src/weekday.rs:34:9
   |
34 |     any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", 
feature = "rkyv-64"),
   |         ^^^^^^^^^^^^^^^^
   |
   = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, 
`default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, 
`serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind`
   = help: consider adding `rkyv` 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: `rkyv-16`
  --> /usr/share/cargo/registry/chrono-0.4.39/src/weekday.rs:34:27
   |
34 |     any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", 
feature = "rkyv-64"),
   |                           ^^^^^^^^^^^^^^^^^^^
   |
   = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, 
`default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, 
`serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind`
   = help: consider adding `rkyv-16` 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: `rkyv-32`
  --> /usr/share/cargo/registry/chrono-0.4.39/src/weekday.rs:34:48
   |
34 |     any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", 
feature = "rkyv-64"),
   |                                                ^^^^^^^^^^^^^^^^^^^
   |
   = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, 
`default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, 
`serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind`
   = help: consider adding `rkyv-32` 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: `rkyv-64`
  --> /usr/share/cargo/registry/chrono-0.4.39/src/weekday.rs:34:69
   |
34 |     any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", 
feature = "rkyv-64"),
   |                                                                     
^^^^^^^^^^^^^^^^^^^
   |
   = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, 
`default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, 
`serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind`
   = help: consider adding `rkyv-64` 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: `rkyv-validation`
  --> /usr/share/cargo/registry/chrono-0.4.39/src/weekday.rs:39:12
   |
39 | #[cfg_attr(feature = "rkyv-validation", archive(check_bytes))]
   |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^
   |
   = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, 
`default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, 
`serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind`
   = help: consider adding `rkyv-validation` 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: `rkyv`
 --> /usr/share/cargo/registry/chrono-0.4.39/src/month.rs:3:11
  |
3 | #[cfg(any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", 
feature = "rkyv-64"))]
  |           ^^^^^^^^^^^^^^^^
  |
  = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, 
`default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, 
`serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind`
  = help: consider adding `rkyv` 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: `rkyv-16`
 --> /usr/share/cargo/registry/chrono-0.4.39/src/month.rs:3:29
  |
3 | #[cfg(any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", 
feature = "rkyv-64"))]
  |                             ^^^^^^^^^^^^^^^^^^^
  |
  = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, 
`default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, 
`serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind`
  = help: consider adding `rkyv-16` 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: `rkyv-32`
 --> /usr/share/cargo/registry/chrono-0.4.39/src/month.rs:3:50
  |
3 | #[cfg(any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", 
feature = "rkyv-64"))]
  |                                                  ^^^^^^^^^^^^^^^^^^^
  |
  = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, 
`default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, 
`serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind`
  = help: consider adding `rkyv-32` 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: `rkyv-64`
 --> /usr/share/cargo/registry/chrono-0.4.39/src/month.rs:3:71
  |
3 | #[cfg(any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", 
feature = "rkyv-64"))]
  |                                                                       
^^^^^^^^^^^^^^^^^^^
  |
  = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, 
`default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, 
`serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind`
  = help: consider adding `rkyv-64` 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: `rkyv`
  --> /usr/share/cargo/registry/chrono-0.4.39/src/month.rs:33:9
   |
33 |     any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", 
feature = "rkyv-64"),
   |         ^^^^^^^^^^^^^^^^
   |
   = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, 
`default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, 
`serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind`
   = help: consider adding `rkyv` 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: `rkyv-16`
  --> /usr/share/cargo/registry/chrono-0.4.39/src/month.rs:33:27
   |
33 |     any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", 
feature = "rkyv-64"),
   |                           ^^^^^^^^^^^^^^^^^^^
   |
   = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, 
`default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, 
`serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind`
   = help: consider adding `rkyv-16` 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: `rkyv-32`
  --> /usr/share/cargo/registry/chrono-0.4.39/src/month.rs:33:48
   |
33 |     any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", 
feature = "rkyv-64"),
   |                                                ^^^^^^^^^^^^^^^^^^^
   |
   = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, 
`default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, 
`serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind`
   = help: consider adding `rkyv-32` 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: `rkyv-64`
  --> /usr/share/cargo/registry/chrono-0.4.39/src/month.rs:33:69
   |
33 |     any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", 
feature = "rkyv-64"),
   |                                                                     
^^^^^^^^^^^^^^^^^^^
   |
   = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, 
`default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, 
`serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind`
   = help: consider adding `rkyv-64` 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: `rkyv-validation`
  --> /usr/share/cargo/registry/chrono-0.4.39/src/month.rs:38:12
   |
38 | #[cfg_attr(feature = "rkyv-validation", archive(check_bytes))]
   |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^
   |
   = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, 
`default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, 
`serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind`
   = help: consider adding `rkyv-validation` 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: `chrono` (lib) generated 109 warnings
   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='' 
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=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())' -C metadata=5946c1dae0c81e65 
-C extra-filename=-5946c1dae0c81e65 --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-0719e821da70cb21.rmeta
 --extern 
log=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/liblog-32a998044d0f0918.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 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='' 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=4f65d21dda7173d8 -C extra-filename=-4f65d21dda7173d8 --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 
serde=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libserde-341923984000a219.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: `toml` (lib) generated 1 warning
   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 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-bitcode=no -C 
debuginfo=2 --cfg 'feature="carg
 o"' --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=7caee5b570a3c33d -C extra-filename=-7caee5b570a3c33d --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-3dc66f1f63b1287f.rmeta
 --extern 
env_logger=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libenv_logger-0719e821da70cb21.rmeta
 --extern 
log=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/liblog-32a998044d0f0918.rmeta
 --extern pret
 
ty_env_logger=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libpretty_env_logger-5946c1dae0c81e65.rmeta
 --extern 
serde_json=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libserde_json-5bd02a71ff0217cb.rmeta
 --extern 
toml=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libtoml-4f65d21dda7173d8.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
     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 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 --test --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=f033ca3782bae223 -C 
extra-filename=-f033ca3782bae223 --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-3dc66f1f63b1287f.rlib
 --extern 
env_logger=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libenv_logger-0719e821da70cb21.rlib
 --extern 
log=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/liblog-32a998044d0f0918.rlib
 --extern pretty_env_logger=/<<PKGBU
 
ILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libpretty_env_logger-5946c1dae0c81e65.rlib
 --extern 
serde_json=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libserde_json-5bd02a71ff0217cb.rlib
 --extern 
toml=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libtoml-4f65d21dda7173d8.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 21.41s
     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-f033ca3782bae223`

running 2 tests
test tests::error_formatter ... ok
test tests::info_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-3dc66f1f63b1287f.rlib
 --extern 
env_logger=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libenv_logger-0719e821da70cb21.rlib
 --extern 
log=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/liblog-32a998044d0f0918.rlib
 --extern 
pretty_env_logger=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libpretty_env_logger-5946c1dae0c81e65.rlib
 --extern 
serde_json=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libserde_json-5bd02a71ff0217cb.rlib
 --extern 
stackdriver_logger=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libstackdriver_logger-7caee5b570a3c33d.rlib
 --extern 
toml=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libtoml-4f65d21dda7173d8.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/lib.rs - (line 9) - compile fail ... 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/lib.rs - (line 9) stdout ----
Test compiled successfully, but it's marked `compile_fail`.

failures:
    src/lib.rs - (line 9)

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

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/202501/

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 add an affects on src:rust-stackdriver-logger, 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-5
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: Fri, 24 Jan 2025 03:43:25 +0000
Source: rust-stackdriver-logger
Architecture: source
Version: 0.8.2-5
Distribution: unstable
Urgency: medium
Maintainer: Debian Rust Maintainers 
<[email protected]>
Changed-By: NoisyCoil <[email protected]>
Closes: 1093936
Changes:
 rust-stackdriver-logger (0.8.2-5) unstable; urgency=medium
 .
   * Team upload.
   * Package stackdriver_logger 0.8.2 from crates.io using debcargo 2.7.6
   * Re-enable the doctest that failed to compile before: it now compiles
     but expects not to, so it fails the test (Closes: #1093936)
Checksums-Sha1:
 767b9c8841c140727e4ce5777248933ccbf14796 2680 
rust-stackdriver-logger_0.8.2-5.dsc
 d56ea2e070fbdade2b6284151fd7bf4066ec95dd 3616 
rust-stackdriver-logger_0.8.2-5.debian.tar.xz
 c9e2edf7663c2dd93b7c69d4c64f2814fd18e9ae 13993 
rust-stackdriver-logger_0.8.2-5_source.buildinfo
Checksums-Sha256:
 1aa6e1baa22df7b1ee940591d1c8cd8623f5f49ef06925e8702c830afbaada70 2680 
rust-stackdriver-logger_0.8.2-5.dsc
 bfbba9df4de79ad6b8a1cc4941037f99a41d1d59d9b1279bb2945b7d74fca298 3616 
rust-stackdriver-logger_0.8.2-5.debian.tar.xz
 d9f0bbb388505ed9c423dddf586242aa3eea3d8ccef312e1f7745cad889d8a59 13993 
rust-stackdriver-logger_0.8.2-5_source.buildinfo
Files:
 c13eec285f479be0294e9a4a84530849 2680 rust optional 
rust-stackdriver-logger_0.8.2-5.dsc
 bb578eac56e92d7610265eec02744e4c 3616 rust optional 
rust-stackdriver-logger_0.8.2-5.debian.tar.xz
 e9994899478f5bd986727f80df436eb2 13993 rust optional 
rust-stackdriver-logger_0.8.2-5_source.buildinfo

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

iQJIBAEBCAAyFiEEU0DQATYMplbjSX63DEjqKnqP/XsFAmeTElgUHHBsdWd3YXNo
QGRlYmlhbi5vcmcACgkQDEjqKnqP/XuRtA//UXhPqw6aUmZ3BU4UuE2KtYz5ilkz
DaI+Qhzi7AiX+UvepngXwWWRL8hxi6nt1S6UPcI4FlY1tLBkwD6bLD9XLF72vOwj
fFrLw1WDCdl167tScDqj7tuAHsoXim/a52cwSpC4ZDbkXyZhsrhEMjI87wAHNSAo
/URVpzK1Sbm9UMcqbIEMHReFAwETLksXWVSSD0Ltgx1vQ3A9otI5uOvoc9vaS8+k
1OT192uaT5Cv8Sqdddfb3Fup0NlP9KcnsBF5Igh3NLrziQXk9qcOI1ikDl5gAPz6
VQyKsG2ZwJmwIfO1gyeY7WQ08OynZuqXRyyP5/AYkunbkLRdLtOFSrxggc/kyuWS
oM6ALTDB9h/oIseJeD6x4mKT3XwS8ZjGJOaQ/GcGL8bwM3frUNvEjrH7VF55eW7R
zEop8WZ/2oVGlAhV2McqwB1qmk8J6ZhN/CvwtoCzPwREsDiPqna8M2wqnPs0Y6FR
F9Qy0iW8biku/gHCNJ7yllCzvz+SKMvIDkRaXK5CKvk2rOMMd76ZmAeGM2XPsIZL
EFGoQH547mxxeTeQ9MSVj75Y9glMgbJGu/x0qFdIAOCcE/Y/6/lteCRwv7eWtnNN
51E440XJ2xBkTq0CLYKpasQ6FWO0hNf36p+/edsWfbNTX7w+CIZC2mYlIcdBs/d9
GhEGRCZ8f90SGUI=
=rMEH
-----END PGP SIGNATURE-----

Attachment: pgpbiWiJ5cxhb.pgp
Description: PGP signature


--- End Message ---

Reply via email to