Package: src:turtlefmt
Version: 0.1.1-3
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 rust
   dh_update_autotools_config -O--buildsystem=rust
   dh_autoreconf -O--buildsystem=rust
   dh_auto_configure --buildsystem=rust -O--buildsystem=rust
Use of uninitialized value in join or string at 
/usr/share/perl5/Debian/Debhelper/Buildsystem/rust.pm line 309.
cp: warning: behavior of -n is non-portable and may change in future; use 
--update=none instead
        /usr/share/dh-rust/bin/cargo prepare-debian debian/cargo_registry
debian cargo wrapper: options, profiles, parallel, lto: ['parallel=2'] [] 
['-j2'] 0
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/
        cargo update
     Locking 88 packages to latest compatible versions
      Adding ahash v0.8.11

[... snipped ...]

    |
    = note: expected values for `feature` are: `alloc`, `default`, 
`fast-big5-hanzi-encode`, `fast-gb-hanzi-encode`, `fast-hangul-encode`, 
`fast-hanja-encode`, `fast-kanji-encode`, `fast-legacy-encode`, 
`less-slow-big5-hanzi-encode`, `less-slow-gb-hanzi-encode`, 
`less-slow-kanji-encode`, and `serde`
    = help: consider adding `simd-accel` 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: `simd-accel`
   --> 
/<<PKGBUILDDIR>>/debian/cargo_registry/encoding_rs-0.8.33/src/ascii.rs:952:25
    |
952 |     } else if #[cfg(all(feature = "simd-accel", target_feature = 
"sse2"))] {
    |                         ^^^^^^^^^^^^^^^^^^^^^^
    |
    = note: expected values for `feature` are: `alloc`, `default`, 
`fast-big5-hanzi-encode`, `fast-gb-hanzi-encode`, `fast-hangul-encode`, 
`fast-hanja-encode`, `fast-kanji-encode`, `fast-legacy-encode`, 
`less-slow-big5-hanzi-encode`, `less-slow-gb-hanzi-encode`, 
`less-slow-kanji-encode`, and `serde`
    = help: consider adding `simd-accel` 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: `simd-accel`
    --> 
/<<PKGBUILDDIR>>/debian/cargo_registry/encoding_rs-0.8.33/src/ascii.rs:1214:18
     |
1214 |     if #[cfg(all(feature = "simd-accel", target_endian = "little", target_arch = 
"disabled"))] {
     |                  ^^^^^^^^^^^^^^^^^^^^^^
     |
     = note: expected values for `feature` are: `alloc`, `default`, 
`fast-big5-hanzi-encode`, `fast-gb-hanzi-encode`, `fast-hangul-encode`, 
`fast-hanja-encode`, `fast-kanji-encode`, `fast-legacy-encode`, 
`less-slow-big5-hanzi-encode`, `less-slow-gb-hanzi-encode`, 
`less-slow-kanji-encode`, and `serde`
     = help: consider adding `simd-accel` 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: `disabled`
    --> 
/<<PKGBUILDDIR>>/debian/cargo_registry/encoding_rs-0.8.33/src/ascii.rs:1214:68
     |
1214 |     if #[cfg(all(feature = "simd-accel", target_endian = "little", target_arch = 
"disabled"))] {
     |                                                                    
^^^^^^^^^^^^^^^^^^^^^^^^
     |
     = note: expected values for `target_arch` are: `aarch64`, `arm`, 
`arm64ec`, `avr`, `bpf`, `csky`, `hexagon`, `loongarch64`, `m68k`, `mips`, 
`mips32r6`, `mips64`, `mips64r6`, `msp430`, `nvptx64`, `powerpc`, `powerpc64`, 
`riscv32`, `riscv64`, `s390x`, `sparc`, `sparc64`, `wasm32`, `wasm64`, `x86`, 
and `x86_64`
     = 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: `simd-accel`
    --> 
/<<PKGBUILDDIR>>/debian/cargo_registry/encoding_rs-0.8.33/src/ascii.rs:1242:25
     |
1242 |     } else if #[cfg(all(feature = "simd-accel", target_feature = 
"sse2"))] {
     |                         ^^^^^^^^^^^^^^^^^^^^^^
     |
     = note: expected values for `feature` are: `alloc`, `default`, 
`fast-big5-hanzi-encode`, `fast-gb-hanzi-encode`, `fast-hangul-encode`, 
`fast-hanja-encode`, `fast-kanji-encode`, `fast-legacy-encode`, 
`less-slow-big5-hanzi-encode`, `less-slow-gb-hanzi-encode`, 
`less-slow-kanji-encode`, and `serde`
     = help: consider adding `simd-accel` 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: `cargo-clippy`
    --> 
/<<PKGBUILDDIR>>/debian/cargo_registry/encoding_rs-0.8.33/src/ascii.rs:1375:20
     |
1375 |         #[cfg_attr(feature = "cargo-clippy", allow(cast_ptr_alignment))]
     |                    ^^^^^^^^^^^^^^^^^^^^^^^^
     |
     = note: expected values for `feature` are: `alloc`, `default`, 
`fast-big5-hanzi-encode`, `fast-gb-hanzi-encode`, `fast-hangul-encode`, 
`fast-hanja-encode`, `fast-kanji-encode`, `fast-legacy-encode`, 
`less-slow-big5-hanzi-encode`, `less-slow-gb-hanzi-encode`, 
`less-slow-kanji-encode`, and `serde`
     = help: consider adding `cargo-clippy` 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: `simd-accel`
    --> 
/<<PKGBUILDDIR>>/debian/cargo_registry/encoding_rs-0.8.33/src/ascii.rs:1418:18
     |
1418 |     if #[cfg(all(feature = "simd-accel", any(target_feature = "sse2", all(target_endian = 
"little", target_arch = "aarch64"))))] {
     |                  ^^^^^^^^^^^^^^^^^^^^^^
     |
     = note: expected values for `feature` are: `alloc`, `default`, 
`fast-big5-hanzi-encode`, `fast-gb-hanzi-encode`, `fast-hangul-encode`, 
`fast-hanja-encode`, `fast-kanji-encode`, `fast-legacy-encode`, 
`less-slow-big5-hanzi-encode`, `less-slow-gb-hanzi-encode`, 
`less-slow-kanji-encode`, and `serde`
     = help: consider adding `simd-accel` 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: `simd-accel`
    --> 
/<<PKGBUILDDIR>>/debian/cargo_registry/encoding_rs-0.8.33/src/ascii.rs:1420:25
     |
1420 |     } else if #[cfg(all(feature = "simd-accel", target_endian = "little", 
target_feature = "neon"))] {
     |                         ^^^^^^^^^^^^^^^^^^^^^^
     |
     = note: expected values for `feature` are: `alloc`, `default`, 
`fast-big5-hanzi-encode`, `fast-gb-hanzi-encode`, `fast-hangul-encode`, 
`fast-hanja-encode`, `fast-kanji-encode`, `fast-legacy-encode`, 
`less-slow-big5-hanzi-encode`, `less-slow-gb-hanzi-encode`, 
`less-slow-kanji-encode`, and `serde`
     = help: consider adding `simd-accel` 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: `cargo-clippy`
    --> 
/<<PKGBUILDDIR>>/debian/cargo_registry/encoding_rs-0.8.33/src/ascii.rs:183:13
     |
183  |             feature = "cargo-clippy",
     |             ^^^^^^^^^^^^^^^^^^^^^^^^
...
1481 |         basic_latin_alu!(ascii_to_basic_latin, u8, u16, 
ascii_to_basic_latin_stride_alu);
     |         
--------------------------------------------------------------------------------
 in this macro invocation
     |
     = note: expected values for `feature` are: `alloc`, `default`, 
`fast-big5-hanzi-encode`, `fast-gb-hanzi-encode`, `fast-hangul-encode`, 
`fast-hanja-encode`, `fast-kanji-encode`, `fast-legacy-encode`, 
`less-slow-big5-hanzi-encode`, `less-slow-gb-hanzi-encode`, 
`less-slow-kanji-encode`, and `serde`
     = help: consider adding `cargo-clippy` 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: this warning originates in the macro `basic_latin_alu` (in Nightly 
builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition value: `cargo-clippy`
    --> 
/<<PKGBUILDDIR>>/debian/cargo_registry/encoding_rs-0.8.33/src/ascii.rs:183:13
     |
183  |             feature = "cargo-clippy",
     |             ^^^^^^^^^^^^^^^^^^^^^^^^
...
1482 |         basic_latin_alu!(basic_latin_to_ascii, u16, u8, 
basic_latin_to_ascii_stride_alu);
     |         
--------------------------------------------------------------------------------
 in this macro invocation
     |
     = note: expected values for `feature` are: `alloc`, `default`, 
`fast-big5-hanzi-encode`, `fast-gb-hanzi-encode`, `fast-hangul-encode`, 
`fast-hanja-encode`, `fast-kanji-encode`, `fast-legacy-encode`, 
`less-slow-big5-hanzi-encode`, `less-slow-gb-hanzi-encode`, 
`less-slow-kanji-encode`, and `serde`
     = help: consider adding `cargo-clippy` 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: this warning originates in the macro `basic_latin_alu` (in Nightly 
builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition value: `cargo-clippy`
    --> 
/<<PKGBUILDDIR>>/debian/cargo_registry/encoding_rs-0.8.33/src/ascii.rs:282:13
     |
282  |             feature = "cargo-clippy",
     |             ^^^^^^^^^^^^^^^^^^^^^^^^
...
1483 |         latin1_alu!(unpack_latin1, u8, u16, unpack_latin1_stride_alu);
     |         ------------------------------------------------------------- in 
this macro invocation
     |
     = note: expected values for `feature` are: `alloc`, `default`, 
`fast-big5-hanzi-encode`, `fast-gb-hanzi-encode`, `fast-hangul-encode`, 
`fast-hanja-encode`, `fast-kanji-encode`, `fast-legacy-encode`, 
`less-slow-big5-hanzi-encode`, `less-slow-gb-hanzi-encode`, 
`less-slow-kanji-encode`, and `serde`
     = help: consider adding `cargo-clippy` 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: this warning originates in the macro `latin1_alu` (in Nightly 
builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition value: `cargo-clippy`
    --> 
/<<PKGBUILDDIR>>/debian/cargo_registry/encoding_rs-0.8.33/src/ascii.rs:282:13
     |
282  |             feature = "cargo-clippy",
     |             ^^^^^^^^^^^^^^^^^^^^^^^^
...
1484 |         latin1_alu!(pack_latin1, u16, u8, pack_latin1_stride_alu);
     |         --------------------------------------------------------- in 
this macro invocation
     |
     = note: expected values for `feature` are: `alloc`, `default`, 
`fast-big5-hanzi-encode`, `fast-gb-hanzi-encode`, `fast-hangul-encode`, 
`fast-hanja-encode`, `fast-kanji-encode`, `fast-legacy-encode`, 
`less-slow-big5-hanzi-encode`, `less-slow-gb-hanzi-encode`, 
`less-slow-kanji-encode`, and `serde`
     = help: consider adding `cargo-clippy` 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: this warning originates in the macro `latin1_alu` (in Nightly 
builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition value: `cargo-clippy`
    --> 
/<<PKGBUILDDIR>>/debian/cargo_registry/encoding_rs-0.8.33/src/ascii.rs:91:20
     |
91   |         #[cfg_attr(feature = "cargo-clippy", allow(never_loop, 
cast_ptr_alignment))]
     |                    ^^^^^^^^^^^^^^^^^^^^^^^^
...
1485 |         ascii_alu!(ascii_to_ascii, u8, u8, ascii_to_ascii_stride);
     |         --------------------------------------------------------- in 
this macro invocation
     |
     = note: expected values for `feature` are: `alloc`, `default`, 
`fast-big5-hanzi-encode`, `fast-gb-hanzi-encode`, `fast-hangul-encode`, 
`fast-hanja-encode`, `fast-kanji-encode`, `fast-legacy-encode`, 
`less-slow-big5-hanzi-encode`, `less-slow-gb-hanzi-encode`, 
`less-slow-kanji-encode`, and `serde`
     = help: consider adding `cargo-clippy` 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: this warning originates in the macro `ascii_alu` (in Nightly 
builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition value: `cargo-clippy`
   --> 
/<<PKGBUILDDIR>>/debian/cargo_registry/encoding_rs-0.8.33/src/data.rs:425:12
    |
425 | #[cfg_attr(feature = "cargo-clippy", allow(unreadable_literal))]
    |            ^^^^^^^^^^^^^^^^^^^^^^^^
    |
    = note: expected values for `feature` are: `alloc`, `default`, 
`fast-big5-hanzi-encode`, `fast-gb-hanzi-encode`, `fast-hangul-encode`, 
`fast-hanja-encode`, `fast-kanji-encode`, `fast-legacy-encode`, 
`less-slow-big5-hanzi-encode`, `less-slow-gb-hanzi-encode`, 
`less-slow-kanji-encode`, and `serde`
    = help: consider adding `cargo-clippy` 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: `simd-accel`
  --> 
/<<PKGBUILDDIR>>/debian/cargo_registry/encoding_rs-0.8.33/src/handles.rs:20:5
   |
20 |     feature = "simd-accel",
   |     ^^^^^^^^^^^^^^^^^^^^^^
   |
   = note: expected values for `feature` are: `alloc`, `default`, 
`fast-big5-hanzi-encode`, `fast-gb-hanzi-encode`, `fast-hangul-encode`, 
`fast-hanja-encode`, `fast-kanji-encode`, `fast-legacy-encode`, 
`less-slow-big5-hanzi-encode`, `less-slow-gb-hanzi-encode`, 
`less-slow-kanji-encode`, and `serde`
   = help: consider adding `simd-accel` 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: `simd-accel`
  --> 
/<<PKGBUILDDIR>>/debian/cargo_registry/encoding_rs-0.8.33/src/handles.rs:30:5
   |
30 |     feature = "simd-accel",
   |     ^^^^^^^^^^^^^^^^^^^^^^
   |
   = note: expected values for `feature` are: `alloc`, `default`, 
`fast-big5-hanzi-encode`, `fast-gb-hanzi-encode`, `fast-hangul-encode`, 
`fast-hanja-encode`, `fast-kanji-encode`, `fast-legacy-encode`, 
`less-slow-big5-hanzi-encode`, `less-slow-gb-hanzi-encode`, 
`less-slow-kanji-encode`, and `serde`
   = help: consider adding `simd-accel` 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: `simd-accel`
   --> 
/<<PKGBUILDDIR>>/debian/cargo_registry/encoding_rs-0.8.33/src/handles.rs:222:11
    |
222 | #[cfg(not(feature = "simd-accel"))]
    |           ^^^^^^^^^^^^^^^^^^^^^^
    |
    = note: expected values for `feature` are: `alloc`, `default`, 
`fast-big5-hanzi-encode`, `fast-gb-hanzi-encode`, `fast-hangul-encode`, 
`fast-hanja-encode`, `fast-kanji-encode`, `fast-legacy-encode`, 
`less-slow-big5-hanzi-encode`, `less-slow-gb-hanzi-encode`, 
`less-slow-kanji-encode`, and `serde`
    = help: consider adding `simd-accel` 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: `simd-accel`
   --> 
/<<PKGBUILDDIR>>/debian/cargo_registry/encoding_rs-0.8.33/src/handles.rs:231:7
    |
231 | #[cfg(feature = "simd-accel")]
    |       ^^^^^^^^^^^^^^^^^^^^^^
    |
    = note: expected values for `feature` are: `alloc`, `default`, 
`fast-big5-hanzi-encode`, `fast-gb-hanzi-encode`, `fast-hangul-encode`, 
`fast-hanja-encode`, `fast-kanji-encode`, `fast-legacy-encode`, 
`less-slow-big5-hanzi-encode`, `less-slow-gb-hanzi-encode`, 
`less-slow-kanji-encode`, and `serde`
    = help: consider adding `simd-accel` 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: `simd-accel`
   --> 
/<<PKGBUILDDIR>>/debian/cargo_registry/encoding_rs-0.8.33/src/handles.rs:121:11
    |
121 |     #[cfg(feature = "simd-accel")]
    |           ^^^^^^^^^^^^^^^^^^^^^^
    |
    = note: expected values for `feature` are: `alloc`, `default`, 
`fast-big5-hanzi-encode`, `fast-gb-hanzi-encode`, `fast-hangul-encode`, 
`fast-hanja-encode`, `fast-kanji-encode`, `fast-legacy-encode`, 
`less-slow-big5-hanzi-encode`, `less-slow-gb-hanzi-encode`, 
`less-slow-kanji-encode`, and `serde`
    = help: consider adding `simd-accel` 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: `simd-accel`
   --> 
/<<PKGBUILDDIR>>/debian/cargo_registry/encoding_rs-0.8.33/src/handles.rs:142:11
    |
142 |     #[cfg(feature = "simd-accel")]
    |           ^^^^^^^^^^^^^^^^^^^^^^
    |
    = note: expected values for `feature` are: `alloc`, `default`, 
`fast-big5-hanzi-encode`, `fast-gb-hanzi-encode`, `fast-hangul-encode`, 
`fast-hanja-encode`, `fast-kanji-encode`, `fast-legacy-encode`, 
`less-slow-big5-hanzi-encode`, `less-slow-gb-hanzi-encode`, 
`less-slow-kanji-encode`, and `serde`
    = help: consider adding `simd-accel` 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: `simd-accel`
   --> 
/<<PKGBUILDDIR>>/debian/cargo_registry/encoding_rs-0.8.33/src/handles.rs:177:15
    |
177 |     #[cfg(not(feature = "simd-accel"))]
    |               ^^^^^^^^^^^^^^^^^^^^^^
    |
    = note: expected values for `feature` are: `alloc`, `default`, 
`fast-big5-hanzi-encode`, `fast-gb-hanzi-encode`, `fast-hangul-encode`, 
`fast-hanja-encode`, `fast-kanji-encode`, `fast-legacy-encode`, 
`less-slow-big5-hanzi-encode`, `less-slow-gb-hanzi-encode`, 
`less-slow-kanji-encode`, and `serde`
    = help: consider adding `simd-accel` 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: `cargo-clippy`
    --> 
/<<PKGBUILDDIR>>/debian/cargo_registry/encoding_rs-0.8.33/src/handles.rs:1151:16
     |
1151 |     #[cfg_attr(feature = "cargo-clippy", allow(collapsible_if))]
     |                ^^^^^^^^^^^^^^^^^^^^^^^^
     |
     = note: expected values for `feature` are: `alloc`, `default`, 
`fast-big5-hanzi-encode`, `fast-gb-hanzi-encode`, `fast-hangul-encode`, 
`fast-hanja-encode`, `fast-kanji-encode`, `fast-legacy-encode`, 
`less-slow-big5-hanzi-encode`, `less-slow-gb-hanzi-encode`, 
`less-slow-kanji-encode`, and `serde`
     = help: consider adding `cargo-clippy` 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: `cargo-clippy`
    --> 
/<<PKGBUILDDIR>>/debian/cargo_registry/encoding_rs-0.8.33/src/handles.rs:1185:16
     |
1185 |     #[cfg_attr(feature = "cargo-clippy", allow(collapsible_if))]
     |                ^^^^^^^^^^^^^^^^^^^^^^^^
     |
     = note: expected values for `feature` are: `alloc`, `default`, 
`fast-big5-hanzi-encode`, `fast-gb-hanzi-encode`, `fast-hangul-encode`, 
`fast-hanja-encode`, `fast-kanji-encode`, `fast-legacy-encode`, 
`less-slow-big5-hanzi-encode`, `less-slow-gb-hanzi-encode`, 
`less-slow-kanji-encode`, and `serde`
     = help: consider adding `cargo-clippy` 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: `cargo-clippy`
   --> 
/<<PKGBUILDDIR>>/debian/cargo_registry/encoding_rs-0.8.33/src/mem.rs:322:12
    |
322 | #[cfg_attr(feature = "cargo-clippy", allow(collapsible_if))]
    |            ^^^^^^^^^^^^^^^^^^^^^^^^
    |
    = note: expected values for `feature` are: `alloc`, `default`, 
`fast-big5-hanzi-encode`, `fast-gb-hanzi-encode`, `fast-hangul-encode`, 
`fast-hanja-encode`, `fast-kanji-encode`, `fast-legacy-encode`, 
`less-slow-big5-hanzi-encode`, `less-slow-gb-hanzi-encode`, 
`less-slow-kanji-encode`, and `serde`
    = help: consider adding `cargo-clippy` 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: `cargo-clippy`
   --> 
/<<PKGBUILDDIR>>/debian/cargo_registry/encoding_rs-0.8.33/src/mem.rs:696:12
    |
696 | #[cfg_attr(feature = "cargo-clippy", allow(collapsible_if, 
cyclomatic_complexity))]
    |            ^^^^^^^^^^^^^^^^^^^^^^^^
    |
    = note: expected values for `feature` are: `alloc`, `default`, 
`fast-big5-hanzi-encode`, `fast-gb-hanzi-encode`, `fast-hangul-encode`, 
`fast-hanja-encode`, `fast-kanji-encode`, `fast-legacy-encode`, 
`less-slow-big5-hanzi-encode`, `less-slow-gb-hanzi-encode`, 
`less-slow-kanji-encode`, and `serde`
    = help: consider adding `cargo-clippy` 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: `cargo-clippy`
    --> 
/<<PKGBUILDDIR>>/debian/cargo_registry/encoding_rs-0.8.33/src/mem.rs:1126:12
     |
1126 | #[cfg_attr(feature = "cargo-clippy", allow(collapsible_if))]
     |            ^^^^^^^^^^^^^^^^^^^^^^^^
     |
     = note: expected values for `feature` are: `alloc`, `default`, 
`fast-big5-hanzi-encode`, `fast-gb-hanzi-encode`, `fast-hangul-encode`, 
`fast-hanja-encode`, `fast-kanji-encode`, `fast-legacy-encode`, 
`less-slow-big5-hanzi-encode`, `less-slow-gb-hanzi-encode`, 
`less-slow-kanji-encode`, and `serde`
     = help: consider adding `cargo-clippy` 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: `simd-accel`
  --> /<<PKGBUILDDIR>>/debian/cargo_registry/encoding_rs-0.8.33/src/mem.rs:48:14
   |
48 |     if #[cfg(feature = "simd-accel")] {
   |              ^^^^^^^
   |
   = note: expected values for `feature` are: `alloc`, `default`, 
`fast-big5-hanzi-encode`, `fast-gb-hanzi-encode`, `fast-hangul-encode`, 
`fast-hanja-encode`, `fast-kanji-encode`, `fast-legacy-encode`, 
`less-slow-big5-hanzi-encode`, `less-slow-gb-hanzi-encode`, 
`less-slow-kanji-encode`, and `serde`
   = help: consider adding `simd-accel` 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: `simd-accel`
   --> 
/<<PKGBUILDDIR>>/debian/cargo_registry/encoding_rs-0.8.33/src/mem.rs:235:18
    |
235 |     if #[cfg(all(feature = "simd-accel", any(target_feature = "sse2", all(target_endian = 
"little", target_arch = "aarch64"), all(target_...
    |                  ^^^^^^^^^^^^^^^^^^^^^^
    |
    = note: expected values for `feature` are: `alloc`, `default`, 
`fast-big5-hanzi-encode`, `fast-gb-hanzi-encode`, `fast-hangul-encode`, 
`fast-hanja-encode`, `fast-kanji-encode`, `fast-legacy-encode`, 
`less-slow-big5-hanzi-encode`, `less-slow-gb-hanzi-encode`, 
`less-slow-kanji-encode`, and `serde`
    = help: consider adding `simd-accel` 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: `cargo-clippy`
   --> 
/<<PKGBUILDDIR>>/debian/cargo_registry/encoding_rs-0.8.33/src/mem.rs:86:20
    |
86  |         #[cfg_attr(feature = "cargo-clippy", allow(cast_ptr_alignment))]
    |                    ^^^^^^^^^^^^^^^^^^^^^^^^
...
308 |         by_unit_check_alu!(is_ascii_impl, u8, 0x80, ASCII_MASK);
    |         ------------------------------------------------------- in this 
macro invocation
    |
    = note: expected values for `feature` are: `alloc`, `default`, 
`fast-big5-hanzi-encode`, `fast-gb-hanzi-encode`, `fast-hangul-encode`, 
`fast-hanja-encode`, `fast-kanji-encode`, `fast-legacy-encode`, 
`less-slow-big5-hanzi-encode`, `less-slow-gb-hanzi-encode`, 
`less-slow-kanji-encode`, and `serde`
    = help: consider adding `cargo-clippy` 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: this warning originates in the macro `by_unit_check_alu` (in 
Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition value: `cargo-clippy`
   --> 
/<<PKGBUILDDIR>>/debian/cargo_registry/encoding_rs-0.8.33/src/mem.rs:86:20
    |
86  |         #[cfg_attr(feature = "cargo-clippy", allow(cast_ptr_alignment))]
    |                    ^^^^^^^^^^^^^^^^^^^^^^^^
...
309 |         by_unit_check_alu!(is_basic_latin_impl, u16, 0x80, 
BASIC_LATIN_MASK);
    |         
-------------------------------------------------------------------- in this 
macro invocation
    |
    = note: expected values for `feature` are: `alloc`, `default`, 
`fast-big5-hanzi-encode`, `fast-gb-hanzi-encode`, `fast-hangul-encode`, 
`fast-hanja-encode`, `fast-kanji-encode`, `fast-legacy-encode`, 
`less-slow-big5-hanzi-encode`, `less-slow-gb-hanzi-encode`, 
`less-slow-kanji-encode`, and `serde`
    = help: consider adding `cargo-clippy` 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: this warning originates in the macro `by_unit_check_alu` (in 
Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition value: `cargo-clippy`
   --> 
/<<PKGBUILDDIR>>/debian/cargo_registry/encoding_rs-0.8.33/src/mem.rs:86:20
    |
86  |         #[cfg_attr(feature = "cargo-clippy", allow(cast_ptr_alignment))]
    |                    ^^^^^^^^^^^^^^^^^^^^^^^^
...
310 |         by_unit_check_alu!(is_utf16_latin1_impl, u16, 0x100, LATIN1_MASK);
    |         ----------------------------------------------------------------- 
in this macro invocation
    |
    = note: expected values for `feature` are: `alloc`, `default`, 
`fast-big5-hanzi-encode`, `fast-gb-hanzi-encode`, `fast-hangul-encode`, 
`fast-hanja-encode`, `fast-kanji-encode`, `fast-legacy-encode`, 
`less-slow-big5-hanzi-encode`, `less-slow-gb-hanzi-encode`, 
`less-slow-kanji-encode`, and `serde`
    = help: consider adding `cargo-clippy` 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: this warning originates in the macro `by_unit_check_alu` (in 
Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition value: `simd-accel`
   --> 
/<<PKGBUILDDIR>>/debian/cargo_registry/encoding_rs-0.8.33/src/mem.rs:367:18
    |
367 |     if #[cfg(all(feature = "simd-accel", any(target_feature = "sse2", all(target_endian = 
"little", target_arch = "aarch64"), all(target_...
    |                  ^^^^^^^^^^^^^^^^^^^^^^
    |
    = note: expected values for `feature` are: `alloc`, `default`, 
`fast-big5-hanzi-encode`, `fast-gb-hanzi-encode`, `fast-hangul-encode`, 
`fast-hanja-encode`, `fast-kanji-encode`, `fast-legacy-encode`, 
`less-slow-big5-hanzi-encode`, `less-slow-gb-hanzi-encode`, 
`less-slow-kanji-encode`, and `serde`
    = help: consider adding `simd-accel` 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: `simd-accel`
   --> 
/<<PKGBUILDDIR>>/debian/cargo_registry/encoding_rs-0.8.33/src/mem.rs:456:18
    |
456 |     if #[cfg(all(feature = "simd-accel", any(target_feature = "sse2", all(target_endian = 
"little", target_arch = "aarch64"), all(target_...
    |                  ^^^^^^^^^^^^^^^^^^^^^^
    |
    = note: expected values for `feature` are: `alloc`, `default`, 
`fast-big5-hanzi-encode`, `fast-gb-hanzi-encode`, `fast-hangul-encode`, 
`fast-hanja-encode`, `fast-kanji-encode`, `fast-legacy-encode`, 
`less-slow-big5-hanzi-encode`, `less-slow-gb-hanzi-encode`, 
`less-slow-kanji-encode`, and `serde`
    = help: consider adding `simd-accel` 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: `simd-accel`
   --> 
/<<PKGBUILDDIR>>/debian/cargo_registry/encoding_rs-0.8.33/src/mem.rs:506:18
    |
506 |     if #[cfg(all(feature = "simd-accel", any(target_feature = "sse2", all(target_endian = 
"little", target_arch = "aarch64"), all(target_...
    |                  ^^^^^^^^^^^^^^^^^^^^^^
    |
    = note: expected values for `feature` are: `alloc`, `default`, 
`fast-big5-hanzi-encode`, `fast-gb-hanzi-encode`, `fast-hangul-encode`, 
`fast-hanja-encode`, `fast-kanji-encode`, `fast-legacy-encode`, 
`less-slow-big5-hanzi-encode`, `less-slow-gb-hanzi-encode`, 
`less-slow-kanji-encode`, and `serde`
    = help: consider adding `simd-accel` 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: `cargo-clippy`
   --> 
/<<PKGBUILDDIR>>/debian/cargo_registry/encoding_rs-0.8.33/src/mem.rs:577:20
    |
577 |         #[cfg_attr(feature = "cargo-clippy", allow(cast_ptr_alignment))]
    |                    ^^^^^^^^^^^^^^^^^^^^^^^^
    |
    = note: expected values for `feature` are: `alloc`, `default`, 
`fast-big5-hanzi-encode`, `fast-gb-hanzi-encode`, `fast-hangul-encode`, 
`fast-hanja-encode`, `fast-kanji-encode`, `fast-legacy-encode`, 
`less-slow-big5-hanzi-encode`, `less-slow-gb-hanzi-encode`, 
`less-slow-kanji-encode`, and `serde`
    = help: consider adding `cargo-clippy` 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 name: `fuzzing`
    --> 
/<<PKGBUILDDIR>>/debian/cargo_registry/encoding_rs-0.8.33/src/mem.rs:44:32
     |
44   |     ($($arg:tt)*) => (if !cfg!(fuzzing) { debug_assert!($($arg)*); })
     |                                ^^^^^^^
...
1919 |     non_fuzz_debug_assert!(is_utf8_latin1(src));
     |     ------------------------------------------- in this macro invocation
     |
     = help: expected names are: `clippy`, `debug_assertions`, `doc`, `docsrs`, 
`doctest`, `feature`, `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(fuzzing)'] }
     = help: or consider adding 
`println!("cargo::rustc-check-cfg=cfg(fuzzing)");` 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 `non_fuzz_debug_assert` (in 
Nightly builds, run with -Z macro-backtrace for more info)

   Compiling glob v0.3.1
     Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=glob 
CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>>/debian/cargo_registry/glob-0.3.1 
CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PKG_DESCRIPTION='Support for matching 
file paths against Unix shell style patterns.
' CARGO_PKG_HOMEPAGE='https://github.com/rust-lang/glob' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=glob 
CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/glob' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.3.1 
CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' 
CARGO_RUSTC_CURRENT_DIR=/<<PKGBUILDDIR>>/debian/cargo_registry/glob-0.3.1 LD_LIBRARY_PATH=/<<PKGBUILDDIR>>/target/release/deps 
rustc --crate-name glob --edition=2015 /<<PKGBUILDDIR>>/debian/cargo_registry/glob-0.3.1/src/lib.rs --error-format=json 
--json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --check-cfg 
'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=1a54950d044383fb -C extra-filename=-1a54950d044383fb --out-dir 
/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=debuginfo -L 
dependency=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/<<PKGBUILDDIR>>/target/release/deps 
--cap-lints warn`
   Compiling mime v0.3.17
     Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=mime CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>>/debian/cargo_registry/mime-0.3.17 CARGO_PKG_AUTHORS='Sean 
McArthur <s...@seanmonstar.com>' CARGO_PKG_DESCRIPTION='Strongly Typed Mimes' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' 
CARGO_PKG_NAME=mime CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/hyperium/mime' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.3.17 
CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=17 CARGO_PKG_VERSION_PRE='' 
CARGO_RUSTC_CURRENT_DIR=/<<PKGBUILDDIR>>/debian/cargo_registry/mime-0.3.17 LD_LIBRARY_PATH=/<<PKGBUILDDIR>>/target/release/deps rustc 
--crate-name mime --edition=2015 /<<PKGBUILDDIR>>/debian/cargo_registry/mime-0.3.17/src/lib.rs --error-format=json 
--json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --check-cfg 'cfg(docsrs)' 
--check-cfg 'cfg(feature, values())' -C metadata=ad036aa3e4a4898c -C extra-filename=-ad036aa3e4a4898c --out-dir 
/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=debuginfo -L 
dependency=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/<<PKGBUILDDIR>>/target/release/deps --cap-lints warn`
   Compiling lazy_static v1.4.0
     Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=lazy_static CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>>/debian/cargo_registry/lazy_static-1.4.0 CARGO_PKG_AUTHORS='Marvin Löbel 
<loebel.mar...@gmail.com>' CARGO_PKG_DESCRIPTION='A macro for declaring lazily evaluated statics in Rust.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT/Apache-2.0 
CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=lazy_static CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang-nursery/lazy-static.rs' CARGO_PKG_RUST_VERSION='' 
CARGO_PKG_VERSION=1.4.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=4 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' 
CARGO_RUSTC_CURRENT_DIR=/<<PKGBUILDDIR>>/debian/cargo_registry/lazy_static-1.4.0 LD_LIBRARY_PATH=/<<PKGBUILDDIR>>/target/release/deps rustc --crate-name lazy_static 
--edition=2015 /<<PKGBUILDDIR>>/debian/cargo_registry/lazy_static-1.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib 
--emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("spin", "spin_no_std"))' -C 
metadata=3a88768c09c8b0f2 -C extra-filename=-3a88768c09c8b0f2 --out-dir /<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C 
strip=debuginfo -L dependency=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/<<PKGBUILDDIR>>/target/release/deps --cap-lints warn`
   Compiling sync_wrapper v0.1.2
     Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=sync_wrapper CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>>/debian/cargo_registry/sync_wrapper-0.1.2 CARGO_PKG_AUTHORS='Actyx AG 
<develo...@actyx.io>' CARGO_PKG_DESCRIPTION='A tool for enlisting the compiler’s help in proving the absence of concurrency' CARGO_PKG_HOMEPAGE='https://docs.rs/sync_wrapper' 
CARGO_PKG_LICENSE=Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=sync_wrapper CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/Actyx/sync_wrapper' 
CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.1.2 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' 
CARGO_RUSTC_CURRENT_DIR=/<<PKGBUILDDIR>>/debian/cargo_registry/sync_wrapper-0.1.2 LD_LIBRARY_PATH=/<<PKGBUILDDIR>>/target/release/deps rustc --crate-name 
sync_wrapper --edition=2018 /<<PKGBUILDDIR>>/debian/cargo_registry/sync_wrapper-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat 
--crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("futures", "futures-core"))' 
-C metadata=b2e8e4760419031f -C extra-filename=-b2e8e4760419031f --out-dir /<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C 
strip=debuginfo -L dependency=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/<<PKGBUILDDIR>>/target/release/deps --cap-lints warn`
   Compiling ipnet v2.9.0
     Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=ipnet CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>>/debian/cargo_registry/ipnet-2.9.0 CARGO_PKG_AUTHORS='Kris Price <k...@krisprice.nz>' CARGO_PKG_DESCRIPTION='Provides types and 
useful methods for working with IPv4 and IPv6 network addresses, commonly called IP prefixes. The new `IpNet`, `Ipv4Net`, and `Ipv6Net` types build on the existing `IpAddr`, `Ipv4Addr`, and `Ipv6Addr` types already provided in Rust'\''s 
standard library and align to their design to stay consistent. The module also provides useful traits that extend `Ipv4Addr` and `Ipv6Addr` with methods for `Add`, `Sub`, `BitAnd`, and `BitOr` operations. The module only uses stable 
feature so it is guaranteed to compile using the stable toolchain.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=ipnet CARGO_PKG_README=README.md 
CARGO_PKG_REPOSITORY='https://github.com/krisprice/ipnet' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=2.9.0 CARGO_PKG_VERSION_MAJOR=2 CARGO_PKG_VERSION_MINOR=9 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' 
CARGO_RUSTC_CURRENT_DIR=/<<PKGBUILDDIR>>/debian/cargo_registry/ipnet-2.9.0 LD_LIBRARY_PATH=/<<PKGBUILDDIR>>/target/release/deps rustc --crate-name ipnet --edition=2018 
/<<PKGBUILDDIR>>/debian/cargo_registry/ipnet-2.9.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 
'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "heapless", "ser_as_str", "serde", "std"))' -C 
metadata=0bed17f774ff1105 -C extra-filename=-0bed17f774ff1105 --out-dir /<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=debuginfo -L 
dependency=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/<<PKGBUILDDIR>>/target/release/deps --cap-lints warn`
warning: unexpected `cfg` condition value: `schemars`
  --> /<<PKGBUILDDIR>>/debian/cargo_registry/ipnet-2.9.0/src/lib.rs:93:7
   |
93 | #[cfg(feature = "schemars")]
   |       ^^^^^^^^^^^^^^^^^^^^
   |
   = note: expected values for `feature` are: `default`, `heapless`, 
`ser_as_str`, `serde`, and `std`
   = help: consider adding `schemars` 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: `schemars`
   --> /<<PKGBUILDDIR>>/debian/cargo_registry/ipnet-2.9.0/src/lib.rs:107:7
    |
107 | #[cfg(feature = "schemars")]
    |       ^^^^^^^^^^^^^^^^^^^^
    |
    = note: expected values for `feature` are: `default`, `heapless`, 
`ser_as_str`, `serde`, and `std`
    = help: consider adding `schemars` 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: `encoding_rs` (lib) generated 55 warnings (2 duplicates)
   Compiling rustc-hash v1.1.0
     Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=rustc_hash CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>>/debian/cargo_registry/rustc-hash-1.1.0 CARGO_PKG_AUTHORS='The Rust Project Developers' 
CARGO_PKG_DESCRIPTION='speed, non-cryptographic hash used in rustc' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=Apache-2.0/MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustc-hash CARGO_PKG_README=README.md 
CARGO_PKG_REPOSITORY='https://github.com/rust-lang-nursery/rustc-hash' 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/rustc-hash-1.1.0 LD_LIBRARY_PATH=/<<PKGBUILDDIR>>/target/release/deps rustc --crate-name 
rustc_hash --edition=2015 /<<PKGBUILDDIR>>/debian/cargo_registry/rustc-hash-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 opt-level=3 -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, 
values("default", "std"))' -C metadata=732d6121aaddc516 -C extra-filename=-732d6121aaddc516 --out-dir /<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps 
--target x86_64-unknown-linux-gnu -C strip=debuginfo -L dependency=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/<<PKGBUILDDIR>>/target/release/deps 
--cap-lints warn`
   Compiling smallbitvec v2.5.1
     Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=smallbitvec CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>>/debian/cargo_registry/smallbitvec-2.5.1 
CARGO_PKG_AUTHORS='Matt Brubeck <mbrub...@limpet.net>' CARGO_PKG_DESCRIPTION='A bit vector optimized for size and inline storage' CARGO_PKG_HOMEPAGE='' 
CARGO_PKG_LICENSE='MIT / Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=smallbitvec CARGO_PKG_README=README.md 
CARGO_PKG_REPOSITORY='https://github.com/servo/smallbitvec' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=2.5.1 CARGO_PKG_VERSION_MAJOR=2 CARGO_PKG_VERSION_MINOR=5 
CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/<<PKGBUILDDIR>>/debian/cargo_registry/smallbitvec-2.5.1 
LD_LIBRARY_PATH=/<<PKGBUILDDIR>>/target/release/deps rustc --crate-name smallbitvec --edition=2015 
/<<PKGBUILDDIR>>/debian/cargo_registry/smallbitvec-2.5.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat 
--crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C 
metadata=7124d59edecf1642 -C extra-filename=-7124d59edecf1642 --out-dir /<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps --target 
x86_64-unknown-linux-gnu -C strip=debuginfo -L dependency=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps -L 
dependency=/<<PKGBUILDDIR>>/target/release/deps --cap-lints warn`
     Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=tree_sitter_cli CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>>/debian/cargo_registry/tree-sitter-cli-0.20.8 CARGO_PKG_AUTHORS='Max Brunsfeld <maxbrunsf...@gmail.com>' CARGO_PKG_DESCRIPTION='CLI tool for developing, testing, and using Tree-sitter parsers' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=tree-sitter-cli CARGO_PKG_README=README.md 
CARGO_PKG_REPOSITORY='https://github.com/tree-sitter/tree-sitter' CARGO_PKG_RUST_VERSION=1.65 CARGO_PKG_VERSION=0.20.8 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=20 CARGO_PKG_VERSION_PATCH=8 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/<<PKGBUILDDIR>>/debian/cargo_registry/tree-sitter-cli-0.20.8 EMSCRIPTEN_VERSION=3.1.29 LD_LIBRARY_PATH=/<<PKGBUILDDIR>>/target/release/deps 
OUT_DIR=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/build/tree-sitter-cli-3e9f63f173327be4/out RUST_BINDING_VERSION=0.20.10 rustc --crate-name tree_sitter_cli --edition=2021 /<<PKGBUILDDIR>>/debian/cargo_registry/tree-sitter-cli-0.20.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, 
values())' -C metadata=7132b655eddb9291 -C extra-filename=-7132b655eddb9291 --out-dir /<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=debuginfo -L dependency=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/<<PKGBUILDDIR>>/target/release/deps --extern ansi_term=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libansi_term-51132dd9d1ee5513.rmeta --extern 
anyhow=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libanyhow-8a85685dd747230a.rmeta --extern atty=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libatty-993ab80b910ebcac.rmeta --extern clap=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libclap-b67bc5adf30aef9f.rmeta --extern difference=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libdifference-a2843012ee6e30f4.rmeta --extern 
dirs=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libdirs-e6f599aafc2a1fa5.rmeta --extern glob=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libglob-1a54950d044383fb.rmeta --extern html_escape=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libhtml_escape-3470f5a70dfd59e4.rmeta --extern indexmap=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libindexmap-2a7efefca780d3c0.rmeta --extern 
lazy_static=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/liblazy_static-3a88768c09c8b0f2.rmeta --extern log=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/liblog-1d494c9a7a710b39.rmeta --extern regex=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libregex-c394a80f4d59aca1.rmeta --extern regex_syntax=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libregex_syntax-7e720b7441c60c1f.rmeta --extern 
rustc_hash=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/librustc_hash-732d6121aaddc516.rmeta --extern semver=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libsemver-88d3754af51c0f63.rmeta --extern serde=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libserde-08cbe5d2df74d5aa.rmeta --extern serde_json=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libserde_json-335f5e75c3fe82f6.rmeta --extern 
smallbitvec=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libsmallbitvec-7124d59edecf1642.rmeta --extern tiny_http=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libtiny_http-cf88de0d45c7b99d.rmeta --extern tree_sitter=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libtree_sitter-323756e0de3fb207.rmeta --extern 
tree_sitter_config=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libtree_sitter_config-ad43ab89ef3b40b4.rmeta --extern tree_sitter_highlight=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libtree_sitter_highlight-edb3c54f43fed945.rlib --extern tree_sitter_loader=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libtree_sitter_loader-a59ac0a214c81a05.rmeta --extern 
tree_sitter_tags=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libtree_sitter_tags-714e7374809b16df.rlib --extern walkdir=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libwalkdir-bd40e9065d3b320b.rmeta --extern webbrowser=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libwebbrowser-aef89552db799e66.rmeta --extern 
which=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libwhich-dd4ad572891faba3.rmeta --cap-lints warn -L native=/usr/lib/x86_64-linux-gnu`
warning: `ipnet` (lib) generated 2 warnings
   Compiling reqwest v0.11.27
     Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=reqwest CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>>/debian/cargo_registry/reqwest-0.11.27 CARGO_PKG_AUTHORS='Sean McArthur <s...@seanmonstar.com>' CARGO_PKG_DESCRIPTION='higher level HTTP client library' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=reqwest CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/seanmonstar/reqwest' CARGO_PKG_RUST_VERSION=1.63.0 CARGO_PKG_VERSION=0.11.27 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=11 CARGO_PKG_VERSION_PATCH=27 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/<<PKGBUILDDIR>>/debian/cargo_registry/reqwest-0.11.27 LD_LIBRARY_PATH=/<<PKGBUILDDIR>>/target/release/deps rustc --crate-name reqwest --edition=2021 /<<PKGBUILDDIR>>/debian/cargo_registry/reqwest-0.11.27/src/lib.rs --error-format=json 
--json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="__tls"' --cfg 'feature="blocking"' --cfg 'feature="default"' --cfg 'feature="default-tls"' --cfg 'feature="hyper-tls"' --cfg 'feature="native-tls-crate"' --cfg 'feature="tokio-native-tls"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("__internal_proxy_sys_no_cache", "__rustls", "__tls", "async-compression", "blocking", "brotli", "cookie_crate", "cookie_store", "cookies", "default", "default-tls", "deflate", "futures-channel", "gzip", "h3", "h3-quinn", "hickory-dns", "hickory-resolver", "http3", 
"hyper-rustls", "hyper-tls", "json", "mime_guess", "multipart", "native-tls", "native-tls-alpn", "native-tls-crate", "quinn", "rustls", "rustls-native-certs", "rustls-tls", "rustls-tls-manual-roots", "rustls-tls-native-roots", "serde_json", "socks", "stream", "tokio-native-tls", "tokio-rustls", "tokio-socks", "tokio-util", "trust-dns"))' -C metadata=183f103c220d7b3f -C extra-filename=-183f103c220d7b3f --out-dir /<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=debuginfo -L dependency=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/<<PKGBUILDDIR>>/target/release/deps --extern 
base64=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libbase64-b800e163100a9c66.rmeta --extern bytes=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libbytes-1b84fa0f277151bd.rmeta --extern encoding_rs=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libencoding_rs-911d2ffba8779220.rmeta --extern futures_core=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libfutures_core-1dafec4c22179f29.rmeta --extern futures_util=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libfutures_util-df9e5ba82375309c.rmeta --extern h2=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libh2-803d3fa09b94c748.rmeta --extern http=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libhttp-448152a0536331db.rmeta --extern 
http_body=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libhttp_body-a1eab8dc166b79d4.rmeta --extern hyper=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libhyper-116461e66b10752f.rmeta --extern hyper_tls=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libhyper_tls-3f4d715979a79f93.rmeta --extern ipnet=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libipnet-0bed17f774ff1105.rmeta --extern log=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/liblog-1d494c9a7a710b39.rmeta --extern mime=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libmime-ad036aa3e4a4898c.rmeta --extern native_tls_crate=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libnative_tls-39611f986bef9287.rmeta --extern 
once_cell=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libonce_cell-acd7cd9adf1a488d.rmeta --extern percent_encoding=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libpercent_encoding-8e8b69a480115519.rmeta --extern pin_project_lite=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libpin_project_lite-b5bf5968896524cc.rmeta --extern rustls_pemfile=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/librustls_pemfile-b6bbb8cb52a5ca90.rmeta --extern serde=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libserde-08cbe5d2df74d5aa.rmeta --extern serde_urlencoded=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libserde_urlencoded-2c034f8dd6f699d0.rmeta --extern sync_wrapper=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libsync_wrapper-b2e8e4760419031f.rmeta 
--extern tokio=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libtokio-fe9508778fb8efb8.rmeta --extern tokio_native_tls=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libtokio_native_tls-b355e05adcab86e0.rmeta --extern tower_service=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libtower_service-4db10b2668675863.rmeta --extern url=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/liburl-e6fe4fd37705b5bb.rmeta --cap-lints warn`
warning: unexpected `cfg` condition name: `reqwest_unstable`
   --> /<<PKGBUILDDIR>>/debian/cargo_registry/reqwest-0.11.27/src/lib.rs:239:34
    |
239 | #[cfg(all(feature = "http3", not(reqwest_unstable)))]
    |                                  ^^^^^^^^^^^^^^^^
    |
    = help: expected names are: `clippy`, `debug_assertions`, `doc`, `docsrs`, 
`doctest`, `feature`, `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(reqwest_unstable)'] }
    = help: or consider adding 
`println!("cargo::rustc-check-cfg=cfg(reqwest_unstable)");` 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: `reqwest` (lib) generated 1 warning
   Compiling oxttl v0.1.0
     Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=oxttl 
CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>>/debian/cargo_registry/oxttl-0.1.0 
CARGO_PKG_AUTHORS='Tpt <tho...@pellissier-tanon.fr>' CARGO_PKG_DESCRIPTION='Parser and 
serializer for languages related to RDF Turtle (N-Triples, N-Quads, Turtle, TriG and N3)
' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=oxttl CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/oxigraph/oxigraph/tree/master/lib/oxttl' CARGO_PKG_RUST_VERSION=1.75 
CARGO_PKG_VERSION=0.1.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/<<PKGBUILDDIR>>/debian/cargo_registry/oxttl-0.1.0 
LD_LIBRARY_PATH=/<<PKGBUILDDIR>>/target/release/deps rustc --crate-name oxttl --edition=2021 /<<PKGBUILDDIR>>/debian/cargo_registry/oxttl-0.1.0/src/lib.rs --error-format=json 
--json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_dependencies' 
'--warn=clippy::verbose_file_reads' '--warn=clippy::verbose_bit_mask' '--warn=clippy::used_underscore_binding' '--warn=clippy::use_debug' '--warn=clippy::unwrap_in_result' '--warn=clippy::unused_self' --warn=unused_qualifications 
--warn=unused_macro_rules --warn=unused_lifetimes --warn=unused_import_braces '--warn=clippy::unused_async' '--warn=clippy::unseparated_literal_suffix' '--warn=clippy::unsafe_derive_deserialize' --warn=unsafe_code '--warn=clippy::unreadable_literal' 
'--warn=clippy::unnested_or_patterns' '--warn=clippy::unneeded_field_pattern' '--warn=clippy::unnecessary_wraps' '--warn=clippy::unnecessary_self_imports' '--warn=clippy::unnecessary_safety_doc' '--warn=clippy::unnecessary_safety_comment' 
'--warn=clippy::unnecessary_join' '--warn=clippy::unnecessary_box_returns' '--warn=clippy::uninlined_format_args' '--warn=clippy::unimplemented' '--warn=clippy::unicode_not_nfc' '--warn=clippy::undocumented_unsafe_blocks' 
'--warn=clippy::unchecked_duration_subtraction' '--warn=clippy::try_err' '--warn=clippy::trivially_copy_pass_by_ref' --warn=trivial_numeric_casts --warn=trivial_casts '--warn=clippy::transmute_ptr_to_ptr' '--warn=clippy::todo' 
'--warn=clippy::tests_outside_test_module' '--warn=clippy::suspicious_xor_used_as_pow' '--warn=clippy::struct_field_names' '--warn=clippy::struct_excessive_bools' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_chars_any' 
'--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::str_split_at_newline' '--warn=clippy::stable_sort_primitive' '--warn=clippy::single_match_else' '--warn=clippy::single_char_pattern' 
'--warn=clippy::should_panic_without_expect' '--warn=clippy::shadow_same' '--warn=clippy::semicolon_inside_block' '--warn=clippy::same_name_method' '--warn=clippy::same_functions_in_if_condition' '--warn=clippy::return_self_not_must_use' 
'--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::renamed_function_params' '--warn=clippy::ref_patterns' '--warn=clippy::ref_option_ref' '--warn=clippy::ref_binding_to_reference' '--warn=clippy::ref_as_ptr' 
'--warn=clippy::redundant_type_annotations' '--warn=clippy::redundant_feature_names' '--warn=clippy::redundant_else' '--warn=clippy::redundant_closure_for_method_calls' '--warn=clippy::rc_mutex' '--warn=clippy::rc_buffer' 
'--warn=clippy::range_plus_one' '--warn=clippy::range_minus_one' '--warn=clippy::pub_without_shorthand' '--warn=clippy::pub_underscore_fields' '--warn=clippy::ptr_cast_constness' '--warn=clippy::ptr_as_ptr' '--warn=clippy::print_stdout' 
'--warn=clippy::print_stderr' '--warn=clippy::partial_pub_fields' '--warn=clippy::panic_in_result_fn' '--warn=clippy::panic' '--warn=clippy::option_as_ref_cloned' '--warn=clippy::non_ascii_literal' '--warn=clippy::no_mangle_with_rust_abi' 
'--warn=clippy::no_effect_underscore_binding' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_raw_strings' '--warn=clippy::needless_raw_string_hashes' '--warn=clippy::needless_pass_by_value' '--warn=clippy::needless_for_each' 
'--warn=clippy::needless_continue' '--warn=clippy::needless_bitwise_bool' '--warn=clippy::naive_bytecount' '--warn=clippy::mutex_atomic' '--warn=clippy::mut_mut' '--warn=clippy::multiple_inherent_impl' '--warn=clippy::missing_fields_in_debug' 
'--warn=clippy::missing_asserts_for_indexing' '--warn=clippy::missing_assert_message' '--warn=clippy::mismatching_type_param_order' '--warn=clippy::mem_forget' '--warn=clippy::maybe_infinite_iter' '--warn=clippy::match_wildcard_for_single_variants' 
'--warn=clippy::match_wild_err_arm' '--warn=clippy::match_same_arms' '--warn=clippy::match_on_vec_items' '--warn=clippy::match_bool' '--warn=clippy::map_unwrap_or' '--warn=clippy::many_single_char_names' '--warn=clippy::manual_string_new' 
'--warn=clippy::manual_ok_or' '--warn=clippy::manual_let_else' '--warn=clippy::manual_is_variant_and' '--warn=clippy::manual_instant_elapsed' '--warn=clippy::manual_c_str_literals' '--warn=clippy::manual_assert' '--warn=clippy::macro_use_imports' 
--warn=macro_use_extern_crate '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--warn=clippy::let_underscore_untyped' '--warn=clippy::let_underscore_must_use' --warn=let_underscore_drop '--warn=clippy::large_types_passed_by_value' 
'--warn=clippy::large_stack_arrays' '--warn=clippy::large_include_file' '--warn=clippy::large_futures' '--warn=clippy::large_digit_groups' '--warn=clippy::iter_without_into_iter' '--warn=clippy::iter_not_returning_iterator' 
'--warn=clippy::iter_filter_is_some' '--warn=clippy::iter_filter_is_ok' '--warn=clippy::items_after_statements' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::into_iter_without_iter' '--warn=clippy::inline_asm_x86_intel_syntax' 
'--warn=clippy::inline_asm_x86_att_syntax' '--warn=clippy::inline_always' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::index_refutable_slice' '--warn=clippy::inconsistent_struct_constructor' 
'--warn=clippy::implicit_hasher' '--warn=clippy::implicit_clone' '--warn=clippy::ignored_unit_patterns' '--warn=clippy::if_then_some_else_none' '--warn=clippy::if_not_else' '--warn=clippy::host_endian_bytes' '--warn=clippy::get_unwrap' 
'--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::format_push_string' '--warn=clippy::fn_to_numeric_cast_any' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' 
'--warn=clippy::filetype_is_file' '--warn=clippy::field_scoped_visibility_modifiers' --warn=explicit_outlives_requirements '--warn=clippy::explicit_iter_loop' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' 
'--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::expect_used' '--warn=clippy::exit' '--warn=clippy::error_impl_error' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_structs_with_brackets' 
'--warn=clippy::empty_enum_variants_with_brackets' '--warn=clippy::empty_enum' '--warn=clippy::empty_drop' --warn=elided_lifetimes_in_paths '--warn=clippy::doc_link_with_quotes' '--warn=clippy::disallowed_script_idents' 
'--warn=clippy::deref_by_slicing' '--warn=clippy::default_union_representation' '--warn=clippy::default_trait_access' '--warn=clippy::decimal_literal_representation' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--warn=clippy::copy_iterator' 
'--warn=clippy::cloned_instead_of_copied' '--warn=clippy::clone_on_ref_ptr' '--warn=clippy::checked_conversions' '--warn=clippy::cast_sign_loss' '--warn=clippy::cast_ptr_alignment' '--warn=clippy::cast_precision_loss' 
'--warn=clippy::cast_possible_wrap' '--warn=clippy::cast_possible_truncation' '--warn=clippy::cast_lossless' '--warn=clippy::case_sensitive_file_extension_comparisons' '--warn=clippy::borrow_as_ptr' '--warn=clippy::bool_to_int_with_if' 
'--warn=clippy::assigning_clones' '--warn=clippy::assertions_on_result_states' '--warn=clippy::as_underscore' '--warn=clippy::allow_attributes_without_reason' '--warn=clippy::allow_attributes' --warn=absolute_paths_not_starting_with_crate --cfg 
'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("async-tokio", "default", "rdf-star"))' -C metadata=2f611c06ed4fcbc7 -C extra-filename=-2f611c06ed4fcbc7 --out-dir 
/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=debuginfo -L dependency=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps -L 
dependency=/<<PKGBUILDDIR>>/target/release/deps --extern memchr=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libmemchr-b2223e18a2c741d3.rmeta --extern 
oxilangtag=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/liboxilangtag-25c90ad01ad0b7b8.rmeta --extern oxiri=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/liboxiri-c84b2a63ac33287e.rmeta --extern 
oxrdf=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/liboxrdf-3114dc39a8ea93cb.rmeta --extern thiserror=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libthiserror-9797ca458bafcb0d.rmeta 
--cap-lints warn`
   Compiling turtlefmt v0.1.1 (/<<PKGBUILDDIR>>)
     Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=turtlefmt CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>> CARGO_PKG_AUTHORS='Tpt <tho...@pellissier-tanon.fr>' CARGO_PKG_DESCRIPTION='Auto-formatter for RDF 
Turtle' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=turtlefmt CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/helsing-ai/turtlefmt' 
CARGO_PKG_RUST_VERSION=1.70.0 CARGO_PKG_VERSION=0.1.1 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' CARGO_PRIMARY_PACKAGE=1 
CARGO_RUSTC_CURRENT_DIR=/<<PKGBUILDDIR>> LD_LIBRARY_PATH=/<<PKGBUILDDIR>>/target/release/deps 
OUT_DIR=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/build/turtlefmt-e681d69f8cccec20/out rustc --crate-name turtlefmt --edition=2021 src/lib.rs --error-format=json 
--json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C 
metadata=3b4db3624ec624f3 -C extra-filename=-3b4db3624ec624f3 --out-dir /<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=debuginfo -L 
dependency=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/<<PKGBUILDDIR>>/target/release/deps --extern 
anyhow=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libanyhow-8a85685dd747230a.rmeta --extern 
clap=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libclap-b4fe9c5e7fff1ceb.rmeta --extern 
tree_sitter=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libtree_sitter-323756e0de3fb207.rmeta -L 
native=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/build/turtlefmt-e681d69f8cccec20/out -l static=parser -L native=/usr/lib/x86_64-linux-gnu`
     Running `CARGO=/usr/bin/cargo CARGO_BIN_NAME=turtlefmt CARGO_CRATE_NAME=turtlefmt CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>> CARGO_PKG_AUTHORS='Tpt <tho...@pellissier-tanon.fr>' 
CARGO_PKG_DESCRIPTION='Auto-formatter for RDF Turtle' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=turtlefmt CARGO_PKG_README=README.md 
CARGO_PKG_REPOSITORY='https://github.com/helsing-ai/turtlefmt' CARGO_PKG_RUST_VERSION=1.70.0 CARGO_PKG_VERSION=0.1.1 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' 
CARGO_PRIMARY_PACKAGE=1 CARGO_RUSTC_CURRENT_DIR=/<<PKGBUILDDIR>> LD_LIBRARY_PATH=/<<PKGBUILDDIR>>/target/release/deps 
OUT_DIR=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/build/turtlefmt-e681d69f8cccec20/out rustc --crate-name turtlefmt --edition=2021 src/main.rs --error-format=json 
--json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=04c24372549bb01b -C 
extra-filename=-04c24372549bb01b --out-dir /<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=debuginfo -L 
dependency=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/<<PKGBUILDDIR>>/target/release/deps --extern 
anyhow=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libanyhow-8a85685dd747230a.rlib --extern 
clap=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libclap-b4fe9c5e7fff1ceb.rlib --extern 
tree_sitter=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libtree_sitter-323756e0de3fb207.rlib --extern 
turtlefmt=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libturtlefmt-3b4db3624ec624f3.rlib -L 
native=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/build/turtlefmt-e681d69f8cccec20/out -L native=/usr/lib/x86_64-linux-gnu`
warning: `tree-sitter-cli` (lib) generated 10 warnings (10 duplicates)
     Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=turtlefmt CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>> CARGO_PKG_AUTHORS='Tpt <tho...@pellissier-tanon.fr>' CARGO_PKG_DESCRIPTION='Auto-formatter for RDF Turtle' CARGO_PKG_HOMEPAGE='' 
CARGO_PKG_LICENSE=Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=turtlefmt CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/helsing-ai/turtlefmt' CARGO_PKG_RUST_VERSION=1.70.0 CARGO_PKG_VERSION=0.1.1 CARGO_PKG_VERSION_MAJOR=0 
CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' CARGO_PRIMARY_PACKAGE=1 CARGO_RUSTC_CURRENT_DIR=/<<PKGBUILDDIR>> LD_LIBRARY_PATH=/<<PKGBUILDDIR>>/target/release/deps 
OUT_DIR=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/build/turtlefmt-e681d69f8cccec20/out rustc --crate-name turtlefmt --edition=2021 src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat 
--emit=dep-info,link -C opt-level=3 -C embed-bitcode=no --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=9c4301dd64fe4a3b -C extra-filename=-9c4301dd64fe4a3b --out-dir 
/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=debuginfo -L dependency=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps -L 
dependency=/<<PKGBUILDDIR>>/target/release/deps --extern anyhow=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libanyhow-8a85685dd747230a.rlib --extern 
clap=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libclap-b4fe9c5e7fff1ceb.rlib --extern oxrdf=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/liboxrdf-3114dc39a8ea93cb.rlib --extern 
oxttl=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/liboxttl-2f611c06ed4fcbc7.rlib --extern reqwest=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libreqwest-183f103c220d7b3f.rlib --extern 
tree_sitter=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libtree_sitter-323756e0de3fb207.rlib --extern tree_sitter_cli=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libtree_sitter_cli-7132b655eddb9291.rlib -L 
native=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/build/turtlefmt-e681d69f8cccec20/out -l static=parser -L native=/usr/lib/x86_64-linux-gnu`
     Running `CARGO=/usr/bin/cargo CARGO_BIN_EXE_turtlefmt=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/turtlefmt CARGO_CRATE_NAME=w3c_testsuite CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>> CARGO_PKG_AUTHORS='Tpt <tho...@pellissier-tanon.fr>' 
CARGO_PKG_DESCRIPTION='Auto-formatter for RDF Turtle' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=turtlefmt CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/helsing-ai/turtlefmt' CARGO_PKG_RUST_VERSION=1.70.0 CARGO_PKG_VERSION=0.1.1 
CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' CARGO_PRIMARY_PACKAGE=1 CARGO_RUSTC_CURRENT_DIR=/<<PKGBUILDDIR>> CARGO_TARGET_TMPDIR=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/tmp 
LD_LIBRARY_PATH=/<<PKGBUILDDIR>>/target/release/deps OUT_DIR=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/build/turtlefmt-e681d69f8cccec20/out rustc --crate-name w3c_testsuite --edition=2021 tests/w3c_testsuite.rs --error-format=json 
--json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=096e5e936254a85b -C extra-filename=-096e5e936254a85b --out-dir 
/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=debuginfo -L dependency=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/<<PKGBUILDDIR>>/target/release/deps --extern 
anyhow=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libanyhow-8a85685dd747230a.rlib --extern clap=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libclap-b4fe9c5e7fff1ceb.rlib --extern 
oxrdf=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/liboxrdf-3114dc39a8ea93cb.rlib --extern oxttl=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/liboxttl-2f611c06ed4fcbc7.rlib --extern 
reqwest=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libreqwest-183f103c220d7b3f.rlib --extern tree_sitter=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libtree_sitter-323756e0de3fb207.rlib --extern 
tree_sitter_cli=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libtree_sitter_cli-7132b655eddb9291.rlib --extern turtlefmt=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libturtlefmt-3b4db3624ec624f3.rlib -L 
native=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/build/turtlefmt-e681d69f8cccec20/out -L native=/usr/lib/x86_64-linux-gnu`
error[E0599]: no method named `parse_read` found for struct `TurtleParser` in 
the current scope
  --> tests/w3c_testsuite.rs:46:10
   |
44 | /     TurtleParser::new()
45 | |         .with_base_iri(url)?
46 | |         .parse_read(data.as_bytes())
   | |         -^^^^^^^^^^ method not found in `TurtleParser`
   | |_________|
   |

For more information about this error, try `rustc --explain E0599`.
error: could not compile `turtlefmt` (test "w3c_testsuite") due to 1 previous 
error

Caused by:
  process didn't exit successfully: `CARGO=/usr/bin/cargo CARGO_BIN_EXE_turtlefmt=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/turtlefmt CARGO_CRATE_NAME=w3c_testsuite CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>> CARGO_PKG_AUTHORS='Tpt <tho...@pellissier-tanon.fr>' 
CARGO_PKG_DESCRIPTION='Auto-formatter for RDF Turtle' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=turtlefmt CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/helsing-ai/turtlefmt' CARGO_PKG_RUST_VERSION=1.70.0 CARGO_PKG_VERSION=0.1.1 
CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' CARGO_PRIMARY_PACKAGE=1 CARGO_RUSTC_CURRENT_DIR=/<<PKGBUILDDIR>> CARGO_TARGET_TMPDIR=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/tmp 
LD_LIBRARY_PATH=/<<PKGBUILDDIR>>/target/release/deps OUT_DIR=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/build/turtlefmt-e681d69f8cccec20/out rustc --crate-name w3c_testsuite --edition=2021 tests/w3c_testsuite.rs --error-format=json 
--json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=096e5e936254a85b -C extra-filename=-096e5e936254a85b --out-dir 
/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=debuginfo -L dependency=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/<<PKGBUILDDIR>>/target/release/deps --extern 
anyhow=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libanyhow-8a85685dd747230a.rlib --extern clap=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libclap-b4fe9c5e7fff1ceb.rlib --extern 
oxrdf=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/liboxrdf-3114dc39a8ea93cb.rlib --extern oxttl=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/liboxttl-2f611c06ed4fcbc7.rlib --extern 
reqwest=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libreqwest-183f103c220d7b3f.rlib --extern tree_sitter=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libtree_sitter-323756e0de3fb207.rlib --extern 
tree_sitter_cli=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libtree_sitter_cli-7132b655eddb9291.rlib --extern turtlefmt=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libturtlefmt-3b4db3624ec624f3.rlib -L 
native=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/build/turtlefmt-e681d69f8cccec20/out -L native=/usr/lib/x86_64-linux-gnu` (exit status: 1)
warning: build failed, waiting for other jobs to finish...
dh_auto_test: error: /usr/share/dh-rust/bin/cargo test --no-fail-fast -- --skip 
test_w3c_files returned exit code 101
make[1]: *** [debian/rules:15: override_dh_auto_test] Error 25
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:12: 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/202410/

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.

Reply via email to