Your message dated Mon, 14 Apr 2025 14:54:01 +0200
with message-id <b7c365af-a0cf-48e3-b338-a8a3e37e8...@disroot.org>
and subject line Re: [Pkg-rust-maintainers] Bug#1103121: rust-tiny-skia: FTBFS 
in testing/i386: dh_auto_test: error: /usr/share/cargo/bin/cargo test --all 
returned exit code 101
has caused the Debian Bug report #1103121,
regarding rust-tiny-skia: FTBFS in testing/i386: dh_auto_test: error: 
/usr/share/cargo/bin/cargo test --all returned exit code 101
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
1103121: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1103121
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: rust-tiny-skia
Version: 0.11.4-1
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20250414 ftbfs-trixie

Hi,

During a rebuild of all packages in testing (trixie), your package failed
to build on i386.


Relevant part (hopefully):
> make[1]: Entering directory '/build/reproducible-path/rust-tiny-skia-0.11.4'
> dh_auto_test -- test --all
> debian cargo wrapper: options = ['parallel=8'], profiles = [], parallel = 
> ['-j8'], lto = 
> debian cargo wrapper: rust_type = i686-unknown-linux-gnu, gnu_type = 
> i686-linux-gnu
> debian cargo wrapper: running subprocess (['env', 'RUST_BACKTRACE=1', 
> '/usr/bin/cargo', '-Zavoid-dev-deps', 'test', '--verbose', '--verbose', 
> '-j8', '--target', 'i686-unknown-linux-gnu', '--all'],) {}
>    Compiling adler v1.0.2
>      Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=adler 
> CARGO_MANIFEST_DIR=/build/reproducible-path/rust-tiny-skia-0.11.4/debian/cargo_registry/adler-1.0.2
>  
> CARGO_MANIFEST_PATH=/build/reproducible-path/rust-tiny-skia-0.11.4/debian/cargo_registry/adler-1.0.2/Cargo.toml
>  CARGO_PKG_AUTHORS='Jonas Schievink <jonasschiev...@gmail.com>' 
> CARGO_PKG_DESCRIPTION='A simple clean-room implementation of the Adler-32 
> checksum' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='0BSD OR MIT OR Apache-2.0' 
> CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=adler CARGO_PKG_README=README.md 
> CARGO_PKG_REPOSITORY='https://github.com/jonas-schievink/adler.git' 
> CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.0.2 CARGO_PKG_VERSION_MAJOR=1 
> CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' 
> LD_LIBRARY_PATH=/build/reproducible-path/rust-tiny-skia-0.11.4/target/debug/deps
>  rustc --crate-name adler --edition=2015 
> /build/reproducible-path/rust-tiny-skia-0.11.4/debian/cargo_registry/adler-1.0.2/src/lib.rs
>  --error-format=json 
> --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib 
> --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 
> 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("compiler_builtins", 
> "core", "default", "rustc-dep-of-std", "std"))' -C metadata=6f0b18236c90a789 
> -C extra-filename=-6f570d51b38b67a3 --out-dir 
> /build/reproducible-path/rust-tiny-skia-0.11.4/target/i686-unknown-linux-gnu/debug/deps
>  --target i686-unknown-linux-gnu -L 
> dependency=/build/reproducible-path/rust-tiny-skia-0.11.4/target/i686-unknown-linux-gnu/debug/deps
>  -L 
> dependency=/build/reproducible-path/rust-tiny-skia-0.11.4/target/debug/deps 
> --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C 
> linker=i686-linux-gnu-gcc -C link-arg=-Wl,-z,relro --remap-path-prefix 
> /build/reproducible-path/rust-tiny-skia-0.11.4=/usr/share/cargo/registry/tiny-skia-0.11.4
>  --remap-path-prefix 
> /build/reproducible-path/rust-tiny-skia-0.11.4/debian/cargo_registry=/usr/share/cargo/registry`
>    Compiling cfg-if v1.0.0
>    Compiling strict-num v0.1.1
>    Compiling bytemuck v1.21.0
>    Compiling arrayref v0.3.9
>    Compiling bitflags v1.3.2
>    Compiling log v0.4.26
>    Compiling arrayvec v0.7.6
>      Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=arrayvec 
> CARGO_MANIFEST_DIR=/build/reproducible-path/rust-tiny-skia-0.11.4/debian/cargo_registry/arrayvec-0.7.6
>  
> CARGO_MANIFEST_PATH=/build/reproducible-path/rust-tiny-skia-0.11.4/debian/cargo_registry/arrayvec-0.7.6/Cargo.toml
>  CARGO_PKG_AUTHORS=bluss CARGO_PKG_DESCRIPTION='A vector with fixed capacity, 
> backed by an array (it can be stored on the stack too). Implements fixed 
> capacity ArrayVec and ArrayString.' CARGO_PKG_HOMEPAGE='' 
> CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' 
> CARGO_PKG_NAME=arrayvec CARGO_PKG_README=README.md 
> CARGO_PKG_REPOSITORY='https://github.com/bluss/arrayvec' 
> CARGO_PKG_RUST_VERSION=1.51 CARGO_PKG_VERSION=0.7.6 CARGO_PKG_VERSION_MAJOR=0 
> CARGO_PKG_VERSION_MINOR=7 CARGO_PKG_VERSION_PATCH=6 CARGO_PKG_VERSION_PRE='' 
> LD_LIBRARY_PATH=/build/reproducible-path/rust-tiny-skia-0.11.4/target/debug/deps
>  rustc --crate-name arrayvec --edition=2018 
> /build/reproducible-path/rust-tiny-skia-0.11.4/debian/cargo_registry/arrayvec-0.7.6/src/lib.rs
>  --error-format=json 
> --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib 
> --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 
> 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde", 
> "std", "zeroize"))' -C metadata=596a89180f65f18c -C 
> extra-filename=-a0d5717fd0cb6a62 --out-dir 
> /build/reproducible-path/rust-tiny-skia-0.11.4/target/i686-unknown-linux-gnu/debug/deps
>  --target i686-unknown-linux-gnu -L 
> dependency=/build/reproducible-path/rust-tiny-skia-0.11.4/target/i686-unknown-linux-gnu/debug/deps
>  -L 
> dependency=/build/reproducible-path/rust-tiny-skia-0.11.4/target/debug/deps 
> --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C 
> linker=i686-linux-gnu-gcc -C link-arg=-Wl,-z,relro --remap-path-prefix 
> /build/reproducible-path/rust-tiny-skia-0.11.4=/usr/share/cargo/registry/tiny-skia-0.11.4
>  --remap-path-prefix 
> /build/reproducible-path/rust-tiny-skia-0.11.4/debian/cargo_registry=/usr/share/cargo/registry`
>      Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=strict_num 
> CARGO_MANIFEST_DIR=/build/reproducible-path/rust-tiny-skia-0.11.4/debian/cargo_registry/strict-num-0.1.1
>  
> CARGO_MANIFEST_PATH=/build/reproducible-path/rust-tiny-skia-0.11.4/debian/cargo_registry/strict-num-0.1.1/Cargo.toml
>  CARGO_PKG_AUTHORS='Yevhenii Reizner <razrfal...@gmail.com>' 
> CARGO_PKG_DESCRIPTION='A collection of bounded numeric types' 
> CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' 
> CARGO_PKG_NAME=strict-num CARGO_PKG_README=README.md 
> CARGO_PKG_REPOSITORY='https://github.com/RazrFalcon/strict-num' 
> CARGO_PKG_RUST_VERSION='' 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='' 
> LD_LIBRARY_PATH=/build/reproducible-path/rust-tiny-skia-0.11.4/target/debug/deps
>  rustc --crate-name strict_num --edition=2018 
> /build/reproducible-path/rust-tiny-skia-0.11.4/debian/cargo_registry/strict-num-0.1.1/src/lib.rs
>  --error-format=json 
> --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib 
> --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 
> 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("approx-eq", "default", 
> "float-cmp"))' -C metadata=bec838a208ccabbd -C 
> extra-filename=-8899bf9a629300e7 --out-dir 
> /build/reproducible-path/rust-tiny-skia-0.11.4/target/i686-unknown-linux-gnu/debug/deps
>  --target i686-unknown-linux-gnu -L 
> dependency=/build/reproducible-path/rust-tiny-skia-0.11.4/target/i686-unknown-linux-gnu/debug/deps
>  -L 
> dependency=/build/reproducible-path/rust-tiny-skia-0.11.4/target/debug/deps 
> --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C 
> linker=i686-linux-gnu-gcc -C link-arg=-Wl,-z,relro --remap-path-prefix 
> /build/reproducible-path/rust-tiny-skia-0.11.4=/usr/share/cargo/registry/tiny-skia-0.11.4
>  --remap-path-prefix 
> /build/reproducible-path/rust-tiny-skia-0.11.4/debian/cargo_registry=/usr/share/cargo/registry`
>      Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=log 
> CARGO_MANIFEST_DIR=/build/reproducible-path/rust-tiny-skia-0.11.4/debian/cargo_registry/log-0.4.26
>  
> CARGO_MANIFEST_PATH=/build/reproducible-path/rust-tiny-skia-0.11.4/debian/cargo_registry/log-0.4.26/Cargo.toml
>  CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PKG_DESCRIPTION='A 
> lightweight logging facade for Rust
> ' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' 
> CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=log CARGO_PKG_README=README.md 
> CARGO_PKG_REPOSITORY='https://github.com/rust-lang/log' 
> CARGO_PKG_RUST_VERSION=1.60.0 CARGO_PKG_VERSION=0.4.26 
> CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=4 
> CARGO_PKG_VERSION_PATCH=26 CARGO_PKG_VERSION_PRE='' 
> LD_LIBRARY_PATH=/build/reproducible-path/rust-tiny-skia-0.11.4/target/debug/deps
>  rustc --crate-name log --edition=2021 
> /build/reproducible-path/rust-tiny-skia-0.11.4/debian/cargo_registry/log-0.4.26/src/lib.rs
>  --error-format=json 
> --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib 
> --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 
> 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("kv", "kv_serde", 
> "kv_std", "kv_sval", "kv_unstable", "kv_unstable_serde", "kv_unstable_std", 
> "kv_unstable_sval", "max_level_debug", "max_level_error", "max_level_info", 
> "max_level_off", "max_level_trace", "max_level_warn", 
> "release_max_level_debug", "release_max_level_error", 
> "release_max_level_info", "release_max_level_off", "release_max_level_trace", 
> "release_max_level_warn", "serde", "std", "sval", "sval_ref", "value-bag"))' 
> -C metadata=60a184f72dd70d5a -C extra-filename=-37ad973ca916fb20 --out-dir 
> /build/reproducible-path/rust-tiny-skia-0.11.4/target/i686-unknown-linux-gnu/debug/deps
>  --target i686-unknown-linux-gnu -L 
> dependency=/build/reproducible-path/rust-tiny-skia-0.11.4/target/i686-unknown-linux-gnu/debug/deps
>  -L 
> dependency=/build/reproducible-path/rust-tiny-skia-0.11.4/target/debug/deps 
> --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C 
> linker=i686-linux-gnu-gcc -C link-arg=-Wl,-z,relro --remap-path-prefix 
> /build/reproducible-path/rust-tiny-skia-0.11.4=/usr/share/cargo/registry/tiny-skia-0.11.4
>  --remap-path-prefix 
> /build/reproducible-path/rust-tiny-skia-0.11.4/debian/cargo_registry=/usr/share/cargo/registry`
>      Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=bitflags 
> CARGO_MANIFEST_DIR=/build/reproducible-path/rust-tiny-skia-0.11.4/debian/cargo_registry/bitflags-1.3.2
>  
> CARGO_MANIFEST_PATH=/build/reproducible-path/rust-tiny-skia-0.11.4/debian/cargo_registry/bitflags-1.3.2/Cargo.toml
>  CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PKG_DESCRIPTION='A 
> macro to generate structures which behave like bitflags.
> ' CARGO_PKG_HOMEPAGE='https://github.com/bitflags/bitflags' 
> CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' 
> CARGO_PKG_NAME=bitflags CARGO_PKG_README=README.md 
> CARGO_PKG_REPOSITORY='https://github.com/bitflags/bitflags' 
> CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.3.2 CARGO_PKG_VERSION_MAJOR=1 
> CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' 
> LD_LIBRARY_PATH=/build/reproducible-path/rust-tiny-skia-0.11.4/target/debug/deps
>  rustc --crate-name bitflags --edition=2018 
> /build/reproducible-path/rust-tiny-skia-0.11.4/debian/cargo_registry/bitflags-1.3.2/src/lib.rs
>  --error-format=json 
> --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib 
> --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 
> 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, 
> values("compiler_builtins", "core", "default", "example_generated", 
> "rustc-dep-of-std"))' -C metadata=a40e065e9ef43cf1 -C 
> extra-filename=-a2d3f09fa8b6da01 --out-dir 
> /build/reproducible-path/rust-tiny-skia-0.11.4/target/i686-unknown-linux-gnu/debug/deps
>  --target i686-unknown-linux-gnu -L 
> dependency=/build/reproducible-path/rust-tiny-skia-0.11.4/target/i686-unknown-linux-gnu/debug/deps
>  -L 
> dependency=/build/reproducible-path/rust-tiny-skia-0.11.4/target/debug/deps 
> --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C 
> linker=i686-linux-gnu-gcc -C link-arg=-Wl,-z,relro --remap-path-prefix 
> /build/reproducible-path/rust-tiny-skia-0.11.4=/usr/share/cargo/registry/tiny-skia-0.11.4
>  --remap-path-prefix 
> /build/reproducible-path/rust-tiny-skia-0.11.4/debian/cargo_registry=/usr/share/cargo/registry`
>      Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=bytemuck 
> CARGO_MANIFEST_DIR=/build/reproducible-path/rust-tiny-skia-0.11.4/debian/cargo_registry/bytemuck-1.21.0
>  
> CARGO_MANIFEST_PATH=/build/reproducible-path/rust-tiny-skia-0.11.4/debian/cargo_registry/bytemuck-1.21.0/Cargo.toml
>  CARGO_PKG_AUTHORS='Lokathor <zef...@gmail.com>' CARGO_PKG_DESCRIPTION='A 
> crate for mucking around with piles of bytes.' CARGO_PKG_HOMEPAGE='' 
> CARGO_PKG_LICENSE='Zlib OR Apache-2.0 OR MIT' CARGO_PKG_LICENSE_FILE='' 
> CARGO_PKG_NAME=bytemuck CARGO_PKG_README=README.md 
> CARGO_PKG_REPOSITORY='https://github.com/Lokathor/bytemuck' 
> CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.21.0 CARGO_PKG_VERSION_MAJOR=1 
> CARGO_PKG_VERSION_MINOR=21 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' 
> LD_LIBRARY_PATH=/build/reproducible-path/rust-tiny-skia-0.11.4/target/debug/deps
>  rustc --crate-name bytemuck --edition=2018 
> /build/reproducible-path/rust-tiny-skia-0.11.4/debian/cargo_registry/bytemuck-1.21.0/src/lib.rs
>  --error-format=json 
> --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib 
> --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 
> --deny=unexpected_cfgs --check-cfg 'cfg(target_arch, values("spirv"))' --cfg 
> 'feature="aarch64_simd"' --check-cfg 'cfg(docsrs,test)' --check-cfg 
> 'cfg(feature, values("aarch64_simd", "align_offset", "alloc_uninit", 
> "avx512_simd", "bytemuck_derive", "const_zeroed", "derive", 
> "extern_crate_alloc", "extern_crate_std", "latest_stable_rust", 
> "min_const_generics", "must_cast", "must_cast_extra", "nightly_docs", 
> "nightly_float", "nightly_portable_simd", "nightly_stdsimd", "track_caller", 
> "transparentwrapper_extra", "unsound_ptr_pod_impl", "wasm_simd", 
> "zeroable_atomics", "zeroable_maybe_uninit"))' -C metadata=fc266b456f2b71e7 
> -C extra-filename=-39cd85b8a2728b7e --out-dir 
> /build/reproducible-path/rust-tiny-skia-0.11.4/target/i686-unknown-linux-gnu/debug/deps
>  --target i686-unknown-linux-gnu -L 
> dependency=/build/reproducible-path/rust-tiny-skia-0.11.4/target/i686-unknown-linux-gnu/debug/deps
>  -L 
> dependency=/build/reproducible-path/rust-tiny-skia-0.11.4/target/debug/deps 
> --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C 
> linker=i686-linux-gnu-gcc -C link-arg=-Wl,-z,relro --remap-path-prefix 
> /build/reproducible-path/rust-tiny-skia-0.11.4=/usr/share/cargo/registry/tiny-skia-0.11.4
>  --remap-path-prefix 
> /build/reproducible-path/rust-tiny-skia-0.11.4/debian/cargo_registry=/usr/share/cargo/registry`
>      Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=arrayref 
> CARGO_MANIFEST_DIR=/build/reproducible-path/rust-tiny-skia-0.11.4/debian/cargo_registry/arrayref-0.3.9
>  
> CARGO_MANIFEST_PATH=/build/reproducible-path/rust-tiny-skia-0.11.4/debian/cargo_registry/arrayref-0.3.9/Cargo.toml
>  CARGO_PKG_AUTHORS='David Roundy <roun...@physics.oregonstate.edu>' 
> CARGO_PKG_DESCRIPTION='Macros to take array references of slices' 
> CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=BSD-2-Clause 
> CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=arrayref CARGO_PKG_README=README.md 
> CARGO_PKG_REPOSITORY='https://github.com/droundy/arrayref' 
> CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.3.9 CARGO_PKG_VERSION_MAJOR=0 
> CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=9 CARGO_PKG_VERSION_PRE='' 
> LD_LIBRARY_PATH=/build/reproducible-path/rust-tiny-skia-0.11.4/target/debug/deps
>  rustc --crate-name arrayref --edition=2015 
> /build/reproducible-path/rust-tiny-skia-0.11.4/debian/cargo_registry/arrayref-0.3.9/src/lib.rs
>  --error-format=json 
> --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib 
> --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 
> 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C 
> metadata=5a803acf6bb1cc61 -C extra-filename=-8e9b7baebed00ddd --out-dir 
> /build/reproducible-path/rust-tiny-skia-0.11.4/target/i686-unknown-linux-gnu/debug/deps
>  --target i686-unknown-linux-gnu -L 
> dependency=/build/reproducible-path/rust-tiny-skia-0.11.4/target/i686-unknown-linux-gnu/debug/deps
>  -L 
> dependency=/build/reproducible-path/rust-tiny-skia-0.11.4/target/debug/deps 
> --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C 
> linker=i686-linux-gnu-gcc -C link-arg=-Wl,-z,relro --remap-path-prefix 
> /build/reproducible-path/rust-tiny-skia-0.11.4=/usr/share/cargo/registry/tiny-skia-0.11.4
>  --remap-path-prefix 
> /build/reproducible-path/rust-tiny-skia-0.11.4/debian/cargo_registry=/usr/share/cargo/registry`
>      Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=cfg_if 
> CARGO_MANIFEST_DIR=/build/reproducible-path/rust-tiny-skia-0.11.4/debian/cargo_registry/cfg-if-1.0.0
>  
> CARGO_MANIFEST_PATH=/build/reproducible-path/rust-tiny-skia-0.11.4/debian/cargo_registry/cfg-if-1.0.0/Cargo.toml
>  CARGO_PKG_AUTHORS='Alex Crichton <a...@alexcrichton.com>' 
> CARGO_PKG_DESCRIPTION='A macro to ergonomically define an item depending on a 
> large number of #[cfg]
> parameters. Structured like an if-else chain, the first matching branch is the
> item that gets emitted.
> ' CARGO_PKG_HOMEPAGE='https://github.com/alexcrichton/cfg-if' 
> CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' 
> CARGO_PKG_NAME=cfg-if CARGO_PKG_README=README.md 
> CARGO_PKG_REPOSITORY='https://github.com/alexcrichton/cfg-if' 
> CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.0.0 CARGO_PKG_VERSION_MAJOR=1 
> CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' 
> LD_LIBRARY_PATH=/build/reproducible-path/rust-tiny-skia-0.11.4/target/debug/deps
>  rustc --crate-name cfg_if --edition=2018 
> /build/reproducible-path/rust-tiny-skia-0.11.4/debian/cargo_registry/cfg-if-1.0.0/src/lib.rs
>  --error-format=json 
> --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib 
> --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 
> 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("core"))' -C 
> metadata=a1828a7b30356bf8 -C extra-filename=-f79c01a31252129d --out-dir 
> /build/reproducible-path/rust-tiny-skia-0.11.4/target/i686-unknown-linux-gnu/debug/deps
>  --target i686-unknown-linux-gnu -L 
> dependency=/build/reproducible-path/rust-tiny-skia-0.11.4/target/i686-unknown-linux-gnu/debug/deps
>  -L 
> dependency=/build/reproducible-path/rust-tiny-skia-0.11.4/target/debug/deps 
> --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C 
> linker=i686-linux-gnu-gcc -C link-arg=-Wl,-z,relro --remap-path-prefix 
> /build/reproducible-path/rust-tiny-skia-0.11.4=/usr/share/cargo/registry/tiny-skia-0.11.4
>  --remap-path-prefix 
> /build/reproducible-path/rust-tiny-skia-0.11.4/debian/cargo_registry=/usr/share/cargo/registry`
>    Compiling crc32fast v1.4.2
>      Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=crc32fast 
> CARGO_MANIFEST_DIR=/build/reproducible-path/rust-tiny-skia-0.11.4/debian/cargo_registry/crc32fast-1.4.2
>  
> CARGO_MANIFEST_PATH=/build/reproducible-path/rust-tiny-skia-0.11.4/debian/cargo_registry/crc32fast-1.4.2/Cargo.toml
>  CARGO_PKG_AUTHORS='Sam Rijs <sr...@airpost.net>:Alex Crichton 
> <a...@alexcrichton.com>' CARGO_PKG_DESCRIPTION='Fast, SIMD-accelerated CRC32 
> (IEEE) checksum computation' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR 
> Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=crc32fast 
> CARGO_PKG_README=README.md 
> CARGO_PKG_REPOSITORY='https://github.com/srijs/rust-crc32fast' 
> CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.4.2 CARGO_PKG_VERSION_MAJOR=1 
> CARGO_PKG_VERSION_MINOR=4 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' 
> LD_LIBRARY_PATH=/build/reproducible-path/rust-tiny-skia-0.11.4/target/debug/deps
>  rustc --crate-name crc32fast --edition=2015 
> /build/reproducible-path/rust-tiny-skia-0.11.4/debian/cargo_registry/crc32fast-1.4.2/src/lib.rs
>  --error-format=json 
> --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib 
> --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 
> 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' 
> --check-cfg 'cfg(feature, values("default", "nightly", "std"))' -C 
> metadata=54c00796e080c6ec -C extra-filename=-8935499b139bef70 --out-dir 
> /build/reproducible-path/rust-tiny-skia-0.11.4/target/i686-unknown-linux-gnu/debug/deps
>  --target i686-unknown-linux-gnu -L 
> dependency=/build/reproducible-path/rust-tiny-skia-0.11.4/target/i686-unknown-linux-gnu/debug/deps
>  -L 
> dependency=/build/reproducible-path/rust-tiny-skia-0.11.4/target/debug/deps 
> --extern 
> cfg_if=/build/reproducible-path/rust-tiny-skia-0.11.4/target/i686-unknown-linux-gnu/debug/deps/libcfg_if-f79c01a31252129d.rmeta
>  --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C 
> linker=i686-linux-gnu-gcc -C link-arg=-Wl,-z,relro --remap-path-prefix 
> /build/reproducible-path/rust-tiny-skia-0.11.4=/usr/share/cargo/registry/tiny-skia-0.11.4
>  --remap-path-prefix 
> /build/reproducible-path/rust-tiny-skia-0.11.4/debian/cargo_registry=/usr/share/cargo/registry`
> warning: unexpected `cfg` condition value: `borsh`
>     --> /usr/share/cargo/registry/arrayvec-0.7.6/src/arrayvec.rs:1316:7
>      |
> 1316 | #[cfg(feature = "borsh")]
>      |       ^^^^^^^^^^^^^^^^^
>      |
>      = note: expected values for `feature` are: `default`, `serde`, `std`, 
> and `zeroize`
>      = help: consider adding `borsh` 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: `borsh`
>     --> /usr/share/cargo/registry/arrayvec-0.7.6/src/arrayvec.rs:1327:7
>      |
> 1327 | #[cfg(feature = "borsh")]
>      |       ^^^^^^^^^^^^^^^^^
>      |
>      = note: expected values for `feature` are: `default`, `serde`, `std`, 
> and `zeroize`
>      = help: consider adding `borsh` 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: `borsh`
>    --> /usr/share/cargo/registry/arrayvec-0.7.6/src/array_string.rs:640:7
>     |
> 640 | #[cfg(feature = "borsh")]
>     |       ^^^^^^^^^^^^^^^^^
>     |
>     = note: expected values for `feature` are: `default`, `serde`, `std`, and 
> `zeroize`
>     = help: consider adding `borsh` 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: `borsh`
>    --> /usr/share/cargo/registry/arrayvec-0.7.6/src/array_string.rs:648:7
>     |
> 648 | #[cfg(feature = "borsh")]
>     |       ^^^^^^^^^^^^^^^^^
>     |
>     = note: expected values for `feature` are: `default`, `serde`, `std`, and 
> `zeroize`
>     = help: consider adding `borsh` as a feature in `Cargo.toml`
>     = note: see 
> <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for 
> more information about checking conditional configuration
> 
>    Compiling miniz_oxide v0.7.1
>      Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=miniz_oxide 
> CARGO_MANIFEST_DIR=/build/reproducible-path/rust-tiny-skia-0.11.4/debian/cargo_registry/miniz_oxide-0.7.1
>  
> CARGO_MANIFEST_PATH=/build/reproducible-path/rust-tiny-skia-0.11.4/debian/cargo_registry/miniz_oxide-0.7.1/Cargo.toml
>  CARGO_PKG_AUTHORS='Frommi <daniil.lifere...@gmail.com>:oyvindln 
> <oyvin...@users.noreply.github.com>' CARGO_PKG_DESCRIPTION='DEFLATE 
> compression and decompression library rewritten in Rust based on miniz' 
> CARGO_PKG_HOMEPAGE='https://github.com/Frommi/miniz_oxide/tree/master/miniz_oxide'
>  CARGO_PKG_LICENSE='MIT OR Zlib OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' 
> CARGO_PKG_NAME=miniz_oxide CARGO_PKG_README=Readme.md 
> CARGO_PKG_REPOSITORY='https://github.com/Frommi/miniz_oxide/tree/master/miniz_oxide'
>  CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.7.1 CARGO_PKG_VERSION_MAJOR=0 
> CARGO_PKG_VERSION_MINOR=7 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' 
> LD_LIBRARY_PATH=/build/reproducible-path/rust-tiny-skia-0.11.4/target/debug/deps
>  rustc --crate-name miniz_oxide --edition=2018 
> /build/reproducible-path/rust-tiny-skia-0.11.4/debian/cargo_registry/miniz_oxide-0.7.1/src/lib.rs
>  --error-format=json 
> --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib 
> --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 
> 'feature="default"' --cfg 'feature="with-alloc"' --check-cfg 
> 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std", 
> "with-alloc"))' -C metadata=e89ffeea86c70907 -C 
> extra-filename=-54c9b5c18c727969 --out-dir 
> /build/reproducible-path/rust-tiny-skia-0.11.4/target/i686-unknown-linux-gnu/debug/deps
>  --target i686-unknown-linux-gnu -L 
> dependency=/build/reproducible-path/rust-tiny-skia-0.11.4/target/i686-unknown-linux-gnu/debug/deps
>  -L 
> dependency=/build/reproducible-path/rust-tiny-skia-0.11.4/target/debug/deps 
> --extern 
> adler=/build/reproducible-path/rust-tiny-skia-0.11.4/target/i686-unknown-linux-gnu/debug/deps/libadler-6f570d51b38b67a3.rmeta
>  --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C 
> linker=i686-linux-gnu-gcc -C link-arg=-Wl,-z,relro --remap-path-prefix 
> /build/reproducible-path/rust-tiny-skia-0.11.4=/usr/share/cargo/registry/tiny-skia-0.11.4
>  --remap-path-prefix 
> /build/reproducible-path/rust-tiny-skia-0.11.4/debian/cargo_registry=/usr/share/cargo/registry`
> warning: unused doc comment
>    --> /usr/share/cargo/registry/miniz_oxide-0.7.1/src/deflate/core.rs:430:13
>     |
> 430 | /             /// Put HuffmanOxide on the heap with default trick to 
> avoid
> 431 | |             /// excessive stack copies.
>     | |_______________________________________^
> 432 |               huff: Box::default(),
>     |               -------------------- rustdoc does not generate 
> documentation for expression fields
>     |
>     = help: use `//` for a plain comment
>     = note: `#[warn(unused_doc_comments)]` on by default
> 
> warning: unused doc comment
>    --> /usr/share/cargo/registry/miniz_oxide-0.7.1/src/deflate/core.rs:524:13
>     |
> 524 | /             /// Put HuffmanOxide on the heap with default trick to 
> avoid
> 525 | |             /// excessive stack copies.
>     | |_______________________________________^
> 526 |               huff: Box::default(),
>     |               -------------------- rustdoc does not generate 
> documentation for expression fields
>     |
>     = help: use `//` for a plain comment
> 
> warning: unexpected `cfg` condition name: `fuzzing`
>     --> 
> /usr/share/cargo/registry/miniz_oxide-0.7.1/src/inflate/core.rs:1744:18
>      |
> 1744 |         if !cfg!(fuzzing) {
>      |                  ^^^^^^^
>      |
>      = help: expected names are: `clippy`, `debug_assertions`, `doc`, 
> `docsrs`, `doctest`, `feature`, `fmt_debug`, `miri`, `overflow_checks`, 
> `panic`, `proc_macro`, `relocation_model`, `rustfmt`, `sanitize`, 
> `sanitizer_cfi_generalize_pointers`, `sanitizer_cfi_normalize_integers`, 
> `target_abi`, `target_arch`, `target_endian`, `target_env`, `target_family`, 
> `target_feature`, `target_has_atomic`, `target_has_atomic_equal_alignment`, 
> `target_has_atomic_load_store`, `target_os`, `target_pointer_width`, 
> `target_thread_local`, `target_vendor`, `test`, `ub_checks`, `unix`, and 
> `windows`
>      = help: consider using a Cargo feature instead
>      = help: or consider adding in `Cargo.toml` the `check-cfg` lint config 
> for the lint:
>               [lints.rust]
>               unexpected_cfgs = { level = "warn", check-cfg = 
> ['cfg(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: `#[warn(unexpected_cfgs)]` on by default
> 
> warning: unexpected `cfg` condition value: `simd`
>   --> /usr/share/cargo/registry/miniz_oxide-0.7.1/src/shared.rs:12:11
>    |
> 12 | #[cfg(not(feature = "simd"))]
>    |           ^^^^^^^^^^^^^^^^
>    |
>    = note: expected values for `feature` are: `default`, `std`, and 
> `with-alloc`
>    = help: consider adding `simd` 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`
>   --> /usr/share/cargo/registry/miniz_oxide-0.7.1/src/shared.rs:20:7
>    |
> 20 | #[cfg(feature = "simd")]
>    |       ^^^^^^^^^^^^^^^^
>    |
>    = note: expected values for `feature` are: `default`, `std`, and 
> `with-alloc`
>    = help: consider adding `simd` as a feature in `Cargo.toml`
>    = note: see 
> <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for 
> more information about checking conditional configuration
> 
>    Compiling tiny-skia-path v0.11.4
>      Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=tiny_skia_path 
> CARGO_MANIFEST_DIR=/build/reproducible-path/rust-tiny-skia-0.11.4/debian/cargo_registry/tiny-skia-path-0.11.4
>  
> CARGO_MANIFEST_PATH=/build/reproducible-path/rust-tiny-skia-0.11.4/debian/cargo_registry/tiny-skia-path-0.11.4/Cargo.toml
>  CARGO_PKG_AUTHORS='Yevhenii Reizner <razrfal...@gmail.com>' 
> CARGO_PKG_DESCRIPTION='A tiny-skia Bezier path implementation' 
> CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=BSD-3-Clause 
> CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=tiny-skia-path 
> CARGO_PKG_README=README.md 
> CARGO_PKG_REPOSITORY='https://github.com/RazrFalcon/tiny-skia/tree/master/path'
>  CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.11.4 CARGO_PKG_VERSION_MAJOR=0 
> CARGO_PKG_VERSION_MINOR=11 CARGO_PKG_VERSION_PATCH=4 CARGO_PKG_VERSION_PRE='' 
> LD_LIBRARY_PATH=/build/reproducible-path/rust-tiny-skia-0.11.4/target/debug/deps
>  rustc --crate-name tiny_skia_path --edition=2018 
> /build/reproducible-path/rust-tiny-skia-0.11.4/debian/cargo_registry/tiny-skia-path-0.11.4/src/lib.rs
>  --error-format=json 
> --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib 
> --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 
> 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, 
> values("default", "libm", "no-std-float", "std"))' -C 
> metadata=5984d7cb54cc2a55 -C extra-filename=-93c685aac4b22e62 --out-dir 
> /build/reproducible-path/rust-tiny-skia-0.11.4/target/i686-unknown-linux-gnu/debug/deps
>  --target i686-unknown-linux-gnu -L 
> dependency=/build/reproducible-path/rust-tiny-skia-0.11.4/target/i686-unknown-linux-gnu/debug/deps
>  -L 
> dependency=/build/reproducible-path/rust-tiny-skia-0.11.4/target/debug/deps 
> --extern 
> arrayref=/build/reproducible-path/rust-tiny-skia-0.11.4/target/i686-unknown-linux-gnu/debug/deps/libarrayref-8e9b7baebed00ddd.rmeta
>  --extern 
> bytemuck=/build/reproducible-path/rust-tiny-skia-0.11.4/target/i686-unknown-linux-gnu/debug/deps/libbytemuck-39cd85b8a2728b7e.rmeta
>  --extern 
> strict_num=/build/reproducible-path/rust-tiny-skia-0.11.4/target/i686-unknown-linux-gnu/debug/deps/libstrict_num-8899bf9a629300e7.rmeta
>  --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C 
> linker=i686-linux-gnu-gcc -C link-arg=-Wl,-z,relro --remap-path-prefix 
> /build/reproducible-path/rust-tiny-skia-0.11.4=/usr/share/cargo/registry/tiny-skia-0.11.4
>  --remap-path-prefix 
> /build/reproducible-path/rust-tiny-skia-0.11.4/debian/cargo_registry=/usr/share/cargo/registry`
> warning: `arrayvec` (lib) generated 4 warnings
>    Compiling flate2 v1.1.0
>      Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=flate2 
> CARGO_MANIFEST_DIR=/build/reproducible-path/rust-tiny-skia-0.11.4/debian/cargo_registry/flate2-1.1.0
>  
> CARGO_MANIFEST_PATH=/build/reproducible-path/rust-tiny-skia-0.11.4/debian/cargo_registry/flate2-1.1.0/Cargo.toml
>  CARGO_PKG_AUTHORS='Alex Crichton <a...@alexcrichton.com>:Josh Triplett 
> <j...@joshtriplett.org>' CARGO_PKG_DESCRIPTION='DEFLATE compression and 
> decompression exposed as Read/BufRead/Write streams.
> Supports miniz_oxide and multiple zlib implementations. Supports zlib, gzip,
> and raw deflate streams.
> ' CARGO_PKG_HOMEPAGE='https://github.com/rust-lang/flate2-rs' 
> CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' 
> CARGO_PKG_NAME=flate2 CARGO_PKG_README=README.md 
> CARGO_PKG_REPOSITORY='https://github.com/rust-lang/flate2-rs' 
> CARGO_PKG_RUST_VERSION=1.67.0 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='' 
> LD_LIBRARY_PATH=/build/reproducible-path/rust-tiny-skia-0.11.4/target/debug/deps
>  rustc --crate-name flate2 --edition=2018 
> /build/reproducible-path/rust-tiny-skia-0.11.4/debian/cargo_registry/flate2-1.1.0/src/lib.rs
>  --error-format=json 
> --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib 
> --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 
> 'feature="any_impl"' --cfg 'feature="default"' --cfg 'feature="miniz_oxide"' 
> --cfg 'feature="rust_backend"' --check-cfg 'cfg(docsrs,test)' --check-cfg 
> 'cfg(feature, values("any_impl", "any_zlib", "default", "libz-sys", 
> "miniz-sys", "miniz_oxide", "rust_backend", "zlib", "zlib-default"))' -C 
> metadata=20de190eaf415fb1 -C extra-filename=-5ed0d949143171f1 --out-dir 
> /build/reproducible-path/rust-tiny-skia-0.11.4/target/i686-unknown-linux-gnu/debug/deps
>  --target i686-unknown-linux-gnu -L 
> dependency=/build/reproducible-path/rust-tiny-skia-0.11.4/target/i686-unknown-linux-gnu/debug/deps
>  -L 
> dependency=/build/reproducible-path/rust-tiny-skia-0.11.4/target/debug/deps 
> --extern 
> crc32fast=/build/reproducible-path/rust-tiny-skia-0.11.4/target/i686-unknown-linux-gnu/debug/deps/libcrc32fast-8935499b139bef70.rmeta
>  --extern 
> miniz_oxide=/build/reproducible-path/rust-tiny-skia-0.11.4/target/i686-unknown-linux-gnu/debug/deps/libminiz_oxide-54c9b5c18c727969.rmeta
>  --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C 
> linker=i686-linux-gnu-gcc -C link-arg=-Wl,-z,relro --remap-path-prefix 
> /build/reproducible-path/rust-tiny-skia-0.11.4=/usr/share/cargo/registry/tiny-skia-0.11.4
>  --remap-path-prefix 
> /build/reproducible-path/rust-tiny-skia-0.11.4/debian/cargo_registry=/usr/share/cargo/registry`
> warning: `miniz_oxide` (lib) generated 5 warnings
>    Compiling png v0.17.7
>      Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=png 
> CARGO_MANIFEST_DIR=/build/reproducible-path/rust-tiny-skia-0.11.4/debian/cargo_registry/png-0.17.7
>  
> CARGO_MANIFEST_PATH=/build/reproducible-path/rust-tiny-skia-0.11.4/debian/cargo_registry/png-0.17.7/Cargo.toml
>  CARGO_PKG_AUTHORS='The image-rs Developers' CARGO_PKG_DESCRIPTION='PNG 
> decoding and encoding library in pure Rust' CARGO_PKG_HOMEPAGE='' 
> CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' 
> CARGO_PKG_NAME=png CARGO_PKG_README=README.md 
> CARGO_PKG_REPOSITORY='https://github.com/image-rs/image-png.git' 
> CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.17.7 CARGO_PKG_VERSION_MAJOR=0 
> CARGO_PKG_VERSION_MINOR=17 CARGO_PKG_VERSION_PATCH=7 CARGO_PKG_VERSION_PRE='' 
> LD_LIBRARY_PATH=/build/reproducible-path/rust-tiny-skia-0.11.4/target/debug/deps
>  rustc --crate-name png --edition=2018 
> /build/reproducible-path/rust-tiny-skia-0.11.4/debian/cargo_registry/png-0.17.7/src/lib.rs
>  --error-format=json 
> --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib 
> --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 
> 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("benchmarks", 
> "unstable"))' -C metadata=444c5e4f2360788e -C 
> extra-filename=-7bd51c00d9da645f --out-dir 
> /build/reproducible-path/rust-tiny-skia-0.11.4/target/i686-unknown-linux-gnu/debug/deps
>  --target i686-unknown-linux-gnu -L 
> dependency=/build/reproducible-path/rust-tiny-skia-0.11.4/target/i686-unknown-linux-gnu/debug/deps
>  -L 
> dependency=/build/reproducible-path/rust-tiny-skia-0.11.4/target/debug/deps 
> --extern 
> bitflags=/build/reproducible-path/rust-tiny-skia-0.11.4/target/i686-unknown-linux-gnu/debug/deps/libbitflags-a2d3f09fa8b6da01.rmeta
>  --extern 
> crc32fast=/build/reproducible-path/rust-tiny-skia-0.11.4/target/i686-unknown-linux-gnu/debug/deps/libcrc32fast-8935499b139bef70.rmeta
>  --extern 
> flate2=/build/reproducible-path/rust-tiny-skia-0.11.4/target/i686-unknown-linux-gnu/debug/deps/libflate2-5ed0d949143171f1.rmeta
>  --extern 
> miniz_oxide=/build/reproducible-path/rust-tiny-skia-0.11.4/target/i686-unknown-linux-gnu/debug/deps/libminiz_oxide-54c9b5c18c727969.rmeta
>  --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C 
> linker=i686-linux-gnu-gcc -C link-arg=-Wl,-z,relro --remap-path-prefix 
> /build/reproducible-path/rust-tiny-skia-0.11.4=/usr/share/cargo/registry/tiny-skia-0.11.4
>  --remap-path-prefix 
> /build/reproducible-path/rust-tiny-skia-0.11.4/debian/cargo_registry=/usr/share/cargo/registry`
> warning: unexpected `cfg` condition name: `fuzzing`
>   --> /usr/share/cargo/registry/png-0.17.7/src/decoder/stream.rs:28:38
>    |
> 28 | const CHECKSUM_DISABLED: bool = cfg!(fuzzing);
>    |                                      ^^^^^^^
>    |
>    = help: expected names are: `clippy`, `debug_assertions`, `doc`, `docsrs`, 
> `doctest`, `feature`, `fmt_debug`, `miri`, `overflow_checks`, `panic`, 
> `proc_macro`, `relocation_model`, `rustfmt`, `sanitize`, 
> `sanitizer_cfi_generalize_pointers`, `sanitizer_cfi_normalize_integers`, 
> `target_abi`, `target_arch`, `target_endian`, `target_env`, `target_family`, 
> `target_feature`, `target_has_atomic`, `target_has_atomic_equal_alignment`, 
> `target_has_atomic_load_store`, `target_os`, `target_pointer_width`, 
> `target_thread_local`, `target_vendor`, `test`, `ub_checks`, `unix`, and 
> `windows`
>    = help: consider using a Cargo feature instead
>    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for 
> the lint:
>             [lints.rust]
>             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(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: `#[warn(unexpected_cfgs)]` on by default
> 
> warning: use of deprecated unit variant `common::Compression::Huffman`: use 
> one of the other compression levels instead, such as 'fast'
>     --> /usr/share/cargo/registry/png-0.17.7/src/encoder.rs:2296:26
>      |
> 2296 |             Compression::Huffman => flate2::Compression::none(),
>      |                          ^^^^^^^
>      |
>      = note: `#[warn(deprecated)]` on by default
> 
> warning: use of deprecated unit variant `common::Compression::Rle`: use one 
> of the other compression levels instead, such as 'fast'
>     --> /usr/share/cargo/registry/png-0.17.7/src/encoder.rs:2297:26
>      |
> 2297 |             Compression::Rle => flate2::Compression::none(),
>      |                          ^^^
> 
> warning: variant `Uninit` is never constructed
>    --> /usr/share/cargo/registry/png-0.17.7/src/decoder/mod.rs:337:5
>     |
> 335 | enum SubframeIdx {
>     |      ----------- variant in this enum
> 336 |     /// The info has not yet been decoded.
> 337 |     Uninit,
>     |     ^^^^^^
>     |
>     = note: `SubframeIdx` has a derived impl for the trait `Clone`, but this 
> is intentionally ignored during dead code analysis
>     = note: `#[warn(dead_code)]` on by default
> 
> warning: field `recover` is never read
>    --> /usr/share/cargo/registry/png-0.17.7/src/decoder/stream.rs:123:9
>     |
> 121 |     CrcMismatch {
>     |     ----------- field in this variant
> 122 |         /// bytes to skip to try to recover from this error
> 123 |         recover: usize,
>     |         ^^^^^^^
>     |
>     = note: `FormatErrorInner` has a derived impl for the trait `Debug`, but 
> this is intentionally ignored during dead code analysis
> 
>    Compiling tiny-skia v0.11.4 
> (/build/reproducible-path/rust-tiny-skia-0.11.4)
>      Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=tiny_skia 
> CARGO_MANIFEST_DIR=/build/reproducible-path/rust-tiny-skia-0.11.4 
> CARGO_MANIFEST_PATH=/build/reproducible-path/rust-tiny-skia-0.11.4/Cargo.toml 
> CARGO_PKG_AUTHORS='Yevhenii Reizner <razrfal...@gmail.com>' 
> CARGO_PKG_DESCRIPTION='A tiny Skia subset ported to Rust.' 
> CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=BSD-3-Clause 
> CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=tiny-skia CARGO_PKG_README=README.md 
> CARGO_PKG_REPOSITORY='https://github.com/RazrFalcon/tiny-skia' 
> CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.11.4 CARGO_PKG_VERSION_MAJOR=0 
> CARGO_PKG_VERSION_MINOR=11 CARGO_PKG_VERSION_PATCH=4 CARGO_PKG_VERSION_PRE='' 
> CARGO_PRIMARY_PACKAGE=1 
> LD_LIBRARY_PATH=/build/reproducible-path/rust-tiny-skia-0.11.4/target/debug/deps
>  rustc --crate-name tiny_skia --edition=2018 src/lib.rs --error-format=json 
> --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib 
> --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 
> 'feature="default"' --cfg 'feature="png"' --cfg 'feature="png-format"' --cfg 
> 'feature="simd"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' 
> --check-cfg 'cfg(feature, values("default", "no-std-float", "png", 
> "png-format", "simd", "std"))' -C metadata=5c9fa33bc7d287cb -C 
> extra-filename=-a20ac008d2213be2 --out-dir 
> /build/reproducible-path/rust-tiny-skia-0.11.4/target/i686-unknown-linux-gnu/debug/deps
>  --target i686-unknown-linux-gnu -C 
> incremental=/build/reproducible-path/rust-tiny-skia-0.11.4/target/i686-unknown-linux-gnu/debug/incremental
>  -L 
> dependency=/build/reproducible-path/rust-tiny-skia-0.11.4/target/i686-unknown-linux-gnu/debug/deps
>  -L 
> dependency=/build/reproducible-path/rust-tiny-skia-0.11.4/target/debug/deps 
> --extern 
> arrayref=/build/reproducible-path/rust-tiny-skia-0.11.4/target/i686-unknown-linux-gnu/debug/deps/libarrayref-8e9b7baebed00ddd.rmeta
>  --extern 
> arrayvec=/build/reproducible-path/rust-tiny-skia-0.11.4/target/i686-unknown-linux-gnu/debug/deps/libarrayvec-a0d5717fd0cb6a62.rmeta
>  --extern 
> bytemuck=/build/reproducible-path/rust-tiny-skia-0.11.4/target/i686-unknown-linux-gnu/debug/deps/libbytemuck-39cd85b8a2728b7e.rmeta
>  --extern 
> cfg_if=/build/reproducible-path/rust-tiny-skia-0.11.4/target/i686-unknown-linux-gnu/debug/deps/libcfg_if-f79c01a31252129d.rmeta
>  --extern 
> log=/build/reproducible-path/rust-tiny-skia-0.11.4/target/i686-unknown-linux-gnu/debug/deps/liblog-37ad973ca916fb20.rmeta
>  --extern 
> png=/build/reproducible-path/rust-tiny-skia-0.11.4/target/i686-unknown-linux-gnu/debug/deps/libpng-7bd51c00d9da645f.rmeta
>  --extern 
> tiny_skia_path=/build/reproducible-path/rust-tiny-skia-0.11.4/target/i686-unknown-linux-gnu/debug/deps/libtiny_skia_path-93c685aac4b22e62.rmeta
>  -C debuginfo=2 -C strip=none --cap-lints warn -C linker=i686-linux-gnu-gcc 
> -C link-arg=-Wl,-z,relro --remap-path-prefix 
> /build/reproducible-path/rust-tiny-skia-0.11.4=/usr/share/cargo/registry/tiny-skia-0.11.4
>  --remap-path-prefix 
> /build/reproducible-path/rust-tiny-skia-0.11.4/debian/cargo_registry=/usr/share/cargo/registry`
> warning: elided lifetime has a name
>   --> src/shaders/pattern.rs:87:10
>    |
> 76 | impl<'a> Pattern<'a> {
>    |      -- lifetime `'a` declared here
> ...
> 87 |     ) -> Shader {
>    |          ^^^^^^ this elided lifetime gets resolved as `'a`
>    |
>    = note: `#[warn(elided_named_lifetimes)]` on by default
> 
> warning: unused import: `tiny_skia_path::f32x2`
>   --> src/wide/mod.rs:32:9
>    |
> 32 | pub use tiny_skia_path::f32x2;
>    |         ^^^^^^^^^^^^^^^^^^^^^
>    |
>    = note: `#[warn(unused_imports)]` on by default
> 
> warning: `png` (lib) generated 5 warnings
>      Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=tiny_skia 
> CARGO_MANIFEST_DIR=/build/reproducible-path/rust-tiny-skia-0.11.4 
> CARGO_MANIFEST_PATH=/build/reproducible-path/rust-tiny-skia-0.11.4/Cargo.toml 
> CARGO_PKG_AUTHORS='Yevhenii Reizner <razrfal...@gmail.com>' 
> CARGO_PKG_DESCRIPTION='A tiny Skia subset ported to Rust.' 
> CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=BSD-3-Clause 
> CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=tiny-skia CARGO_PKG_README=README.md 
> CARGO_PKG_REPOSITORY='https://github.com/RazrFalcon/tiny-skia' 
> CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.11.4 CARGO_PKG_VERSION_MAJOR=0 
> CARGO_PKG_VERSION_MINOR=11 CARGO_PKG_VERSION_PATCH=4 CARGO_PKG_VERSION_PRE='' 
> CARGO_PRIMARY_PACKAGE=1 
> LD_LIBRARY_PATH=/build/reproducible-path/rust-tiny-skia-0.11.4/target/debug/deps
>  rustc --crate-name tiny_skia --edition=2018 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="default"' --cfg 'feature="png"' --cfg 'feature="png-format"' --cfg 
> 'feature="simd"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' 
> --check-cfg 'cfg(feature, values("default", "no-std-float", "png", 
> "png-format", "simd", "std"))' -C metadata=4c9fddbf26444fbc -C 
> extra-filename=-bb1bcea50fa6b1e9 --out-dir 
> /build/reproducible-path/rust-tiny-skia-0.11.4/target/i686-unknown-linux-gnu/debug/deps
>  --target i686-unknown-linux-gnu -C 
> incremental=/build/reproducible-path/rust-tiny-skia-0.11.4/target/i686-unknown-linux-gnu/debug/incremental
>  -L 
> dependency=/build/reproducible-path/rust-tiny-skia-0.11.4/target/i686-unknown-linux-gnu/debug/deps
>  -L 
> dependency=/build/reproducible-path/rust-tiny-skia-0.11.4/target/debug/deps 
> --extern 
> arrayref=/build/reproducible-path/rust-tiny-skia-0.11.4/target/i686-unknown-linux-gnu/debug/deps/libarrayref-8e9b7baebed00ddd.rlib
>  --extern 
> arrayvec=/build/reproducible-path/rust-tiny-skia-0.11.4/target/i686-unknown-linux-gnu/debug/deps/libarrayvec-a0d5717fd0cb6a62.rlib
>  --extern 
> bytemuck=/build/reproducible-path/rust-tiny-skia-0.11.4/target/i686-unknown-linux-gnu/debug/deps/libbytemuck-39cd85b8a2728b7e.rlib
>  --extern 
> cfg_if=/build/reproducible-path/rust-tiny-skia-0.11.4/target/i686-unknown-linux-gnu/debug/deps/libcfg_if-f79c01a31252129d.rlib
>  --extern 
> log=/build/reproducible-path/rust-tiny-skia-0.11.4/target/i686-unknown-linux-gnu/debug/deps/liblog-37ad973ca916fb20.rlib
>  --extern 
> png=/build/reproducible-path/rust-tiny-skia-0.11.4/target/i686-unknown-linux-gnu/debug/deps/libpng-7bd51c00d9da645f.rlib
>  --extern 
> tiny_skia_path=/build/reproducible-path/rust-tiny-skia-0.11.4/target/i686-unknown-linux-gnu/debug/deps/libtiny_skia_path-93c685aac4b22e62.rlib
>  -C debuginfo=2 -C strip=none --cap-lints warn -C linker=i686-linux-gnu-gcc 
> -C link-arg=-Wl,-z,relro --remap-path-prefix 
> /build/reproducible-path/rust-tiny-skia-0.11.4=/usr/share/cargo/registry/tiny-skia-0.11.4
>  --remap-path-prefix 
> /build/reproducible-path/rust-tiny-skia-0.11.4/debian/cargo_registry=/usr/share/cargo/registry`
> warning: `tiny-skia` (lib) generated 2 warnings (run `cargo fix --lib -p 
> tiny-skia` to apply 1 suggestion)
>      Running `CARGO=/usr/bin/cargo CARGO_BIN_NAME=fill CARGO_CRATE_NAME=fill 
> CARGO_MANIFEST_DIR=/build/reproducible-path/rust-tiny-skia-0.11.4 
> CARGO_MANIFEST_PATH=/build/reproducible-path/rust-tiny-skia-0.11.4/Cargo.toml 
> CARGO_PKG_AUTHORS='Yevhenii Reizner <razrfal...@gmail.com>' 
> CARGO_PKG_DESCRIPTION='A tiny Skia subset ported to Rust.' 
> CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=BSD-3-Clause 
> CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=tiny-skia CARGO_PKG_README=README.md 
> CARGO_PKG_REPOSITORY='https://github.com/RazrFalcon/tiny-skia' 
> CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.11.4 CARGO_PKG_VERSION_MAJOR=0 
> CARGO_PKG_VERSION_MINOR=11 CARGO_PKG_VERSION_PATCH=4 CARGO_PKG_VERSION_PRE='' 
> CARGO_PRIMARY_PACKAGE=1 
> LD_LIBRARY_PATH=/build/reproducible-path/rust-tiny-skia-0.11.4/target/debug/deps
>  rustc --crate-name fill --edition=2018 examples/fill.rs --error-format=json 
> --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin 
> --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --cfg 
> 'feature="default"' --cfg 'feature="png"' --cfg 'feature="png-format"' --cfg 
> 'feature="simd"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' 
> --check-cfg 'cfg(feature, values("default", "no-std-float", "png", 
> "png-format", "simd", "std"))' -C metadata=4f3bbeec68e701ce -C 
> extra-filename=-a80af6b1c2e92c83 --out-dir 
> /build/reproducible-path/rust-tiny-skia-0.11.4/target/i686-unknown-linux-gnu/debug/examples
>  --target i686-unknown-linux-gnu -C 
> incremental=/build/reproducible-path/rust-tiny-skia-0.11.4/target/i686-unknown-linux-gnu/debug/incremental
>  -L 
> dependency=/build/reproducible-path/rust-tiny-skia-0.11.4/target/i686-unknown-linux-gnu/debug/deps
>  -L 
> dependency=/build/reproducible-path/rust-tiny-skia-0.11.4/target/debug/deps 
> --extern 
> arrayref=/build/reproducible-path/rust-tiny-skia-0.11.4/target/i686-unknown-linux-gnu/debug/deps/libarrayref-8e9b7baebed00ddd.rlib
>  --extern 
> arrayvec=/build/reproducible-path/rust-tiny-skia-0.11.4/target/i686-unknown-linux-gnu/debug/deps/libarrayvec-a0d5717fd0cb6a62.rlib
>  --extern 
> bytemuck=/build/reproducible-path/rust-tiny-skia-0.11.4/target/i686-unknown-linux-gnu/debug/deps/libbytemuck-39cd85b8a2728b7e.rlib
>  --extern 
> cfg_if=/build/reproducible-path/rust-tiny-skia-0.11.4/target/i686-unknown-linux-gnu/debug/deps/libcfg_if-f79c01a31252129d.rlib
>  --extern 
> log=/build/reproducible-path/rust-tiny-skia-0.11.4/target/i686-unknown-linux-gnu/debug/deps/liblog-37ad973ca916fb20.rlib
>  --extern 
> png=/build/reproducible-path/rust-tiny-skia-0.11.4/target/i686-unknown-linux-gnu/debug/deps/libpng-7bd51c00d9da645f.rlib
>  --extern 
> tiny_skia=/build/reproducible-path/rust-tiny-skia-0.11.4/target/i686-unknown-linux-gnu/debug/deps/libtiny_skia-a20ac008d2213be2.rlib
>  --extern 
> tiny_skia_path=/build/reproducible-path/rust-tiny-skia-0.11.4/target/i686-unknown-linux-gnu/debug/deps/libtiny_skia_path-93c685aac4b22e62.rlib
>  -C debuginfo=2 -C strip=none --cap-lints warn -C linker=i686-linux-gnu-gcc 
> -C link-arg=-Wl,-z,relro --remap-path-prefix 
> /build/reproducible-path/rust-tiny-skia-0.11.4=/usr/share/cargo/registry/tiny-skia-0.11.4
>  --remap-path-prefix 
> /build/reproducible-path/rust-tiny-skia-0.11.4/debian/cargo_registry=/usr/share/cargo/registry`
>      Running `CARGO=/usr/bin/cargo CARGO_BIN_NAME=image_on_image 
> CARGO_CRATE_NAME=image_on_image 
> CARGO_MANIFEST_DIR=/build/reproducible-path/rust-tiny-skia-0.11.4 
> CARGO_MANIFEST_PATH=/build/reproducible-path/rust-tiny-skia-0.11.4/Cargo.toml 
> CARGO_PKG_AUTHORS='Yevhenii Reizner <razrfal...@gmail.com>' 
> CARGO_PKG_DESCRIPTION='A tiny Skia subset ported to Rust.' 
> CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=BSD-3-Clause 
> CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=tiny-skia CARGO_PKG_README=README.md 
> CARGO_PKG_REPOSITORY='https://github.com/RazrFalcon/tiny-skia' 
> CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.11.4 CARGO_PKG_VERSION_MAJOR=0 
> CARGO_PKG_VERSION_MINOR=11 CARGO_PKG_VERSION_PATCH=4 CARGO_PKG_VERSION_PRE='' 
> CARGO_PRIMARY_PACKAGE=1 
> LD_LIBRARY_PATH=/build/reproducible-path/rust-tiny-skia-0.11.4/target/debug/deps
>  rustc --crate-name image_on_image --edition=2018 examples/image_on_image.rs 
> --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat 
> --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 
> --cfg 'feature="default"' --cfg 'feature="png"' --cfg 'feature="png-format"' 
> --cfg 'feature="simd"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' 
> --check-cfg 'cfg(feature, values("default", "no-std-float", "png", 
> "png-format", "simd", "std"))' -C metadata=916eb7c350bf2e9f -C 
> extra-filename=-0f8e1dfa783b8418 --out-dir 
> /build/reproducible-path/rust-tiny-skia-0.11.4/target/i686-unknown-linux-gnu/debug/examples
>  --target i686-unknown-linux-gnu -C 
> incremental=/build/reproducible-path/rust-tiny-skia-0.11.4/target/i686-unknown-linux-gnu/debug/incremental
>  -L 
> dependency=/build/reproducible-path/rust-tiny-skia-0.11.4/target/i686-unknown-linux-gnu/debug/deps
>  -L 
> dependency=/build/reproducible-path/rust-tiny-skia-0.11.4/target/debug/deps 
> --extern 
> arrayref=/build/reproducible-path/rust-tiny-skia-0.11.4/target/i686-unknown-linux-gnu/debug/deps/libarrayref-8e9b7baebed00ddd.rlib
>  --extern 
> arrayvec=/build/reproducible-path/rust-tiny-skia-0.11.4/target/i686-unknown-linux-gnu/debug/deps/libarrayvec-a0d5717fd0cb6a62.rlib
>  --extern 
> bytemuck=/build/reproducible-path/rust-tiny-skia-0.11.4/target/i686-unknown-linux-gnu/debug/deps/libbytemuck-39cd85b8a2728b7e.rlib
>  --extern 
> cfg_if=/build/reproducible-path/rust-tiny-skia-0.11.4/target/i686-unknown-linux-gnu/debug/deps/libcfg_if-f79c01a31252129d.rlib
>  --extern 
> log=/build/reproducible-path/rust-tiny-skia-0.11.4/target/i686-unknown-linux-gnu/debug/deps/liblog-37ad973ca916fb20.rlib
>  --extern 
> png=/build/reproducible-path/rust-tiny-skia-0.11.4/target/i686-unknown-linux-gnu/debug/deps/libpng-7bd51c00d9da645f.rlib
>  --extern 
> tiny_skia=/build/reproducible-path/rust-tiny-skia-0.11.4/target/i686-unknown-linux-gnu/debug/deps/libtiny_skia-a20ac008d2213be2.rlib
>  --extern 
> tiny_skia_path=/build/reproducible-path/rust-tiny-skia-0.11.4/target/i686-unknown-linux-gnu/debug/deps/libtiny_skia_path-93c685aac4b22e62.rlib
>  -C debuginfo=2 -C strip=none --cap-lints warn -C linker=i686-linux-gnu-gcc 
> -C link-arg=-Wl,-z,relro --remap-path-prefix 
> /build/reproducible-path/rust-tiny-skia-0.11.4=/usr/share/cargo/registry/tiny-skia-0.11.4
>  --remap-path-prefix 
> /build/reproducible-path/rust-tiny-skia-0.11.4/debian/cargo_registry=/usr/share/cargo/registry`
>      Running `CARGO=/usr/bin/cargo CARGO_BIN_NAME=hairline 
> CARGO_CRATE_NAME=hairline 
> CARGO_MANIFEST_DIR=/build/reproducible-path/rust-tiny-skia-0.11.4 
> CARGO_MANIFEST_PATH=/build/reproducible-path/rust-tiny-skia-0.11.4/Cargo.toml 
> CARGO_PKG_AUTHORS='Yevhenii Reizner <razrfal...@gmail.com>' 
> CARGO_PKG_DESCRIPTION='A tiny Skia subset ported to Rust.' 
> CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=BSD-3-Clause 
> CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=tiny-skia CARGO_PKG_README=README.md 
> CARGO_PKG_REPOSITORY='https://github.com/RazrFalcon/tiny-skia' 
> CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.11.4 CARGO_PKG_VERSION_MAJOR=0 
> CARGO_PKG_VERSION_MINOR=11 CARGO_PKG_VERSION_PATCH=4 CARGO_PKG_VERSION_PRE='' 
> CARGO_PRIMARY_PACKAGE=1 
> LD_LIBRARY_PATH=/build/reproducible-path/rust-tiny-skia-0.11.4/target/debug/deps
>  rustc --crate-name hairline --edition=2018 examples/hairline.rs 
> --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat 
> --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 
> --cfg 'feature="default"' --cfg 'feature="png"' --cfg 'feature="png-format"' 
> --cfg 'feature="simd"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' 
> --check-cfg 'cfg(feature, values("default", "no-std-float", "png", 
> "png-format", "simd", "std"))' -C metadata=49055434cc894c54 -C 
> extra-filename=-c8c0332408152a43 --out-dir 
> /build/reproducible-path/rust-tiny-skia-0.11.4/target/i686-unknown-linux-gnu/debug/examples
>  --target i686-unknown-linux-gnu -C 
> incremental=/build/reproducible-path/rust-tiny-skia-0.11.4/target/i686-unknown-linux-gnu/debug/incremental
>  -L 
> dependency=/build/reproducible-path/rust-tiny-skia-0.11.4/target/i686-unknown-linux-gnu/debug/deps
>  -L 
> dependency=/build/reproducible-path/rust-tiny-skia-0.11.4/target/debug/deps 
> --extern 
> arrayref=/build/reproducible-path/rust-tiny-skia-0.11.4/target/i686-unknown-linux-gnu/debug/deps/libarrayref-8e9b7baebed00ddd.rlib
>  --extern 
> arrayvec=/build/reproducible-path/rust-tiny-skia-0.11.4/target/i686-unknown-linux-gnu/debug/deps/libarrayvec-a0d5717fd0cb6a62.rlib
>  --extern 
> bytemuck=/build/reproducible-path/rust-tiny-skia-0.11.4/target/i686-unknown-linux-gnu/debug/deps/libbytemuck-39cd85b8a2728b7e.rlib
>  --extern 
> cfg_if=/build/reproducible-path/rust-tiny-skia-0.11.4/target/i686-unknown-linux-gnu/debug/deps/libcfg_if-f79c01a31252129d.rlib
>  --extern 
> log=/build/reproducible-path/rust-tiny-skia-0.11.4/target/i686-unknown-linux-gnu/debug/deps/liblog-37ad973ca916fb20.rlib
>  --extern 
> png=/build/reproducible-path/rust-tiny-skia-0.11.4/target/i686-unknown-linux-gnu/debug/deps/libpng-7bd51c00d9da645f.rlib
>  --extern 
> tiny_skia=/build/reproducible-path/rust-tiny-skia-0.11.4/target/i686-unknown-linux-gnu/debug/deps/libtiny_skia-a20ac008d2213be2.rlib
>  --extern 
> tiny_skia_path=/build/reproducible-path/rust-tiny-skia-0.11.4/target/i686-unknown-linux-gnu/debug/deps/libtiny_skia_path-93c685aac4b22e62.rlib
>  -C debuginfo=2 -C strip=none --cap-lints warn -C linker=i686-linux-gnu-gcc 
> -C link-arg=-Wl,-z,relro --remap-path-prefix 
> /build/reproducible-path/rust-tiny-skia-0.11.4=/usr/share/cargo/registry/tiny-skia-0.11.4
>  --remap-path-prefix 
> /build/reproducible-path/rust-tiny-skia-0.11.4/debian/cargo_registry=/usr/share/cargo/registry`
>      Running `CARGO=/usr/bin/cargo CARGO_BIN_NAME=mask CARGO_CRATE_NAME=mask 
> CARGO_MANIFEST_DIR=/build/reproducible-path/rust-tiny-skia-0.11.4 
> CARGO_MANIFEST_PATH=/build/reproducible-path/rust-tiny-skia-0.11.4/Cargo.toml 
> CARGO_PKG_AUTHORS='Yevhenii Reizner <razrfal...@gmail.com>' 
> CARGO_PKG_DESCRIPTION='A tiny Skia subset ported to Rust.' 
> CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=BSD-3-Clause 
> CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=tiny-skia CARGO_PKG_README=README.md 
> CARGO_PKG_REPOSITORY='https://github.com/RazrFalcon/tiny-skia' 
> CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.11.4 CARGO_PKG_VERSION_MAJOR=0 
> CARGO_PKG_VERSION_MINOR=11 CARGO_PKG_VERSION_PATCH=4 CARGO_PKG_VERSION_PRE='' 
> CARGO_PRIMARY_PACKAGE=1 
> LD_LIBRARY_PATH=/build/reproducible-path/rust-tiny-skia-0.11.4/target/debug/deps
>  rustc --crate-name mask --edition=2018 examples/mask.rs --error-format=json 
> --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin 
> --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --cfg 
> 'feature="default"' --cfg 'feature="png"' --cfg 'feature="png-format"' --cfg 
> 'feature="simd"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' 
> --check-cfg 'cfg(feature, values("default", "no-std-float", "png", 
> "png-format", "simd", "std"))' -C metadata=7a1d7a95ff992cb4 -C 
> extra-filename=-adf69ad1a44c7c7e --out-dir 
> /build/reproducible-path/rust-tiny-skia-0.11.4/target/i686-unknown-linux-gnu/debug/examples
>  --target i686-unknown-linux-gnu -C 
> incremental=/build/reproducible-path/rust-tiny-skia-0.11.4/target/i686-unknown-linux-gnu/debug/incremental
>  -L 
> dependency=/build/reproducible-path/rust-tiny-skia-0.11.4/target/i686-unknown-linux-gnu/debug/deps
>  -L 
> dependency=/build/reproducible-path/rust-tiny-skia-0.11.4/target/debug/deps 
> --extern 
> arrayref=/build/reproducible-path/rust-tiny-skia-0.11.4/target/i686-unknown-linux-gnu/debug/deps/libarrayref-8e9b7baebed00ddd.rlib
>  --extern 
> arrayvec=/build/reproducible-path/rust-tiny-skia-0.11.4/target/i686-unknown-linux-gnu/debug/deps/libarrayvec-a0d5717fd0cb6a62.rlib
>  --extern 
> bytemuck=/build/reproducible-path/rust-tiny-skia-0.11.4/target/i686-unknown-linux-gnu/debug/deps/libbytemuck-39cd85b8a2728b7e.rlib
>  --extern 
> cfg_if=/build/reproducible-path/rust-tiny-skia-0.11.4/target/i686-unknown-linux-gnu/debug/deps/libcfg_if-f79c01a31252129d.rlib
>  --extern 
> log=/build/reproducible-path/rust-tiny-skia-0.11.4/target/i686-unknown-linux-gnu/debug/deps/liblog-37ad973ca916fb20.rlib
>  --extern 
> png=/build/reproducible-path/rust-tiny-skia-0.11.4/target/i686-unknown-linux-gnu/debug/deps/libpng-7bd51c00d9da645f.rlib
>  --extern 
> tiny_skia=/build/reproducible-path/rust-tiny-skia-0.11.4/target/i686-unknown-linux-gnu/debug/deps/libtiny_skia-a20ac008d2213be2.rlib
>  --extern 
> tiny_skia_path=/build/reproducible-path/rust-tiny-skia-0.11.4/target/i686-unknown-linux-gnu/debug/deps/libtiny_skia_path-93c685aac4b22e62.rlib
>  -C debuginfo=2 -C strip=none --cap-lints warn -C linker=i686-linux-gnu-gcc 
> -C link-arg=-Wl,-z,relro --remap-path-prefix 
> /build/reproducible-path/rust-tiny-skia-0.11.4=/usr/share/cargo/registry/tiny-skia-0.11.4
>  --remap-path-prefix 
> /build/reproducible-path/rust-tiny-skia-0.11.4/debian/cargo_registry=/usr/share/cargo/registry`
>      Running `CARGO=/usr/bin/cargo CARGO_BIN_NAME=large_image 
> CARGO_CRATE_NAME=large_image 
> CARGO_MANIFEST_DIR=/build/reproducible-path/rust-tiny-skia-0.11.4 
> CARGO_MANIFEST_PATH=/build/reproducible-path/rust-tiny-skia-0.11.4/Cargo.toml 
> CARGO_PKG_AUTHORS='Yevhenii Reizner <razrfal...@gmail.com>' 
> CARGO_PKG_DESCRIPTION='A tiny Skia subset ported to Rust.' 
> CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=BSD-3-Clause 
> CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=tiny-skia CARGO_PKG_README=README.md 
> CARGO_PKG_REPOSITORY='https://github.com/RazrFalcon/tiny-skia' 
> CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.11.4 CARGO_PKG_VERSION_MAJOR=0 
> CARGO_PKG_VERSION_MINOR=11 CARGO_PKG_VERSION_PATCH=4 CARGO_PKG_VERSION_PRE='' 
> CARGO_PRIMARY_PACKAGE=1 
> LD_LIBRARY_PATH=/build/reproducible-path/rust-tiny-skia-0.11.4/target/debug/deps
>  rustc --crate-name large_image --edition=2018 examples/large_image.rs 
> --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat 
> --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 
> --cfg 'feature="default"' --cfg 'feature="png"' --cfg 'feature="png-format"' 
> --cfg 'feature="simd"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' 
> --check-cfg 'cfg(feature, values("default", "no-std-float", "png", 
> "png-format", "simd", "std"))' -C metadata=d48bd92a8cb0cbcd -C 
> extra-filename=-0c17c938892bfd82 --out-dir 
> /build/reproducible-path/rust-tiny-skia-0.11.4/target/i686-unknown-linux-gnu/debug/examples
>  --target i686-unknown-linux-gnu -C 
> incremental=/build/reproducible-path/rust-tiny-skia-0.11.4/target/i686-unknown-linux-gnu/debug/incremental
>  -L 
> dependency=/build/reproducible-path/rust-tiny-skia-0.11.4/target/i686-unknown-linux-gnu/debug/deps
>  -L 
> dependency=/build/reproducible-path/rust-tiny-skia-0.11.4/target/debug/deps 
> --extern 
> arrayref=/build/reproducible-path/rust-tiny-skia-0.11.4/target/i686-unknown-linux-gnu/debug/deps/libarrayref-8e9b7baebed00ddd.rlib
>  --extern 
> arrayvec=/build/reproducible-path/rust-tiny-skia-0.11.4/target/i686-unknown-linux-gnu/debug/deps/libarrayvec-a0d5717fd0cb6a62.rlib
>  --extern 
> bytemuck=/build/reproducible-path/rust-tiny-skia-0.11.4/target/i686-unknown-linux-gnu/debug/deps/libbytemuck-39cd85b8a2728b7e.rlib
>  --extern 
> cfg_if=/build/reproducible-path/rust-tiny-skia-0.11.4/target/i686-unknown-linux-gnu/debug/deps/libcfg_if-f79c01a31252129d.rlib
>  --extern 
> log=/build/reproducible-path/rust-tiny-skia-0.11.4/target/i686-unknown-linux-gnu/debug/deps/liblog-37ad973ca916fb20.rlib
>  --extern 
> png=/build/reproducible-path/rust-tiny-skia-0.11.4/target/i686-unknown-linux-gnu/debug/deps/libpng-7bd51c00d9da645f.rlib
>  --extern 
> tiny_skia=/build/reproducible-path/rust-tiny-skia-0.11.4/target/i686-unknown-linux-gnu/debug/deps/libtiny_skia-a20ac008d2213be2.rlib
>  --extern 
> tiny_skia_path=/build/reproducible-path/rust-tiny-skia-0.11.4/target/i686-unknown-linux-gnu/debug/deps/libtiny_skia_path-93c685aac4b22e62.rlib
>  -C debuginfo=2 -C strip=none --cap-lints warn -C linker=i686-linux-gnu-gcc 
> -C link-arg=-Wl,-z,relro --remap-path-prefix 
> /build/reproducible-path/rust-tiny-skia-0.11.4=/usr/share/cargo/registry/tiny-skia-0.11.4
>  --remap-path-prefix 
> /build/reproducible-path/rust-tiny-skia-0.11.4/debian/cargo_registry=/usr/share/cargo/registry`
>      Running `CARGO=/usr/bin/cargo CARGO_BIN_NAME=pattern 
> CARGO_CRATE_NAME=pattern 
> CARGO_MANIFEST_DIR=/build/reproducible-path/rust-tiny-skia-0.11.4 
> CARGO_MANIFEST_PATH=/build/reproducible-path/rust-tiny-skia-0.11.4/Cargo.toml 
> CARGO_PKG_AUTHORS='Yevhenii Reizner <razrfal...@gmail.com>' 
> CARGO_PKG_DESCRIPTION='A tiny Skia subset ported to Rust.' 
> CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=BSD-3-Clause 
> CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=tiny-skia CARGO_PKG_README=README.md 
> CARGO_PKG_REPOSITORY='https://github.com/RazrFalcon/tiny-skia' 
> CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.11.4 CARGO_PKG_VERSION_MAJOR=0 
> CARGO_PKG_VERSION_MINOR=11 CARGO_PKG_VERSION_PATCH=4 CARGO_PKG_VERSION_PRE='' 
> CARGO_PRIMARY_PACKAGE=1 
> LD_LIBRARY_PATH=/build/reproducible-path/rust-tiny-skia-0.11.4/target/debug/deps
>  rustc --crate-name pattern --edition=2018 examples/pattern.rs 
> --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat 
> --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 
> --cfg 'feature="default"' --cfg 'feature="png"' --cfg 'feature="png-format"' 
> --cfg 'feature="simd"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' 
> --check-cfg 'cfg(feature, values("default", "no-std-float", "png", 
> "png-format", "simd", "std"))' -C metadata=e9f48935d9ce2b32 -C 
> extra-filename=-3783c7259b9960f8 --out-dir 
> /build/reproducible-path/rust-tiny-skia-0.11.4/target/i686-unknown-linux-gnu/debug/examples
>  --target i686-unknown-linux-gnu -C 
> incremental=/build/reproducible-path/rust-tiny-skia-0.11.4/target/i686-unknown-linux-gnu/debug/incremental
>  -L 
> dependency=/build/reproducible-path/rust-tiny-skia-0.11.4/target/i686-unknown-linux-gnu/debug/deps
>  -L 
> dependency=/build/reproducible-path/rust-tiny-skia-0.11.4/target/debug/deps 
> --extern 
> arrayref=/build/reproducible-path/rust-tiny-skia-0.11.4/target/i686-unknown-linux-gnu/debug/deps/libarrayref-8e9b7baebed00ddd.rlib
>  --extern 
> arrayvec=/build/reproducible-path/rust-tiny-skia-0.11.4/target/i686-unknown-linux-gnu/debug/deps/libarrayvec-a0d5717fd0cb6a62.rlib
>  --extern 
> bytemuck=/build/reproducible-path/rust-tiny-skia-0.11.4/target/i686-unknown-linux-gnu/debug/deps/libbytemuck-39cd85b8a2728b7e.rlib
>  --extern 
> cfg_if=/build/reproducible-path/rust-tiny-skia-0.11.4/target/i686-unknown-linux-gnu/debug/deps/libcfg_if-f79c01a31252129d.rlib
>  --extern 
> log=/build/reproducible-path/rust-tiny-skia-0.11.4/target/i686-unknown-linux-gnu/debug/deps/liblog-37ad973ca916fb20.rlib
>  --extern 
> png=/build/reproducible-path/rust-tiny-skia-0.11.4/target/i686-unknown-linux-gnu/debug/deps/libpng-7bd51c00d9da645f.rlib
>  --extern 
> tiny_skia=/build/reproducible-path/rust-tiny-skia-0.11.4/target/i686-unknown-linux-gnu/debug/deps/libtiny_skia-a20ac008d2213be2.rlib
>  --extern 
> tiny_skia_path=/build/reproducible-path/rust-tiny-skia-0.11.4/target/i686-unknown-linux-gnu/debug/deps/libtiny_skia_path-93c685aac4b22e62.rlib
>  -C debuginfo=2 -C strip=none --cap-lints warn -C linker=i686-linux-gnu-gcc 
> -C link-arg=-Wl,-z,relro --remap-path-prefix 
> /build/reproducible-path/rust-tiny-skia-0.11.4=/usr/share/cargo/registry/tiny-skia-0.11.4
>  --remap-path-prefix 
> /build/reproducible-path/rust-tiny-skia-0.11.4/debian/cargo_registry=/usr/share/cargo/registry`
>      Running `CARGO=/usr/bin/cargo CARGO_BIN_NAME=linear_gradient 
> CARGO_CRATE_NAME=linear_gradient 
> CARGO_MANIFEST_DIR=/build/reproducible-path/rust-tiny-skia-0.11.4 
> CARGO_MANIFEST_PATH=/build/reproducible-path/rust-tiny-skia-0.11.4/Cargo.toml 
> CARGO_PKG_AUTHORS='Yevhenii Reizner <razrfal...@gmail.com>' 
> CARGO_PKG_DESCRIPTION='A tiny Skia subset ported to Rust.' 
> CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=BSD-3-Clause 
> CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=tiny-skia CARGO_PKG_README=README.md 
> CARGO_PKG_REPOSITORY='https://github.com/RazrFalcon/tiny-skia' 
> CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.11.4 CARGO_PKG_VERSION_MAJOR=0 
> CARGO_PKG_VERSION_MINOR=11 CARGO_PKG_VERSION_PATCH=4 CARGO_PKG_VERSION_PRE='' 
> CARGO_PRIMARY_PACKAGE=1 
> LD_LIBRARY_PATH=/build/reproducible-path/rust-tiny-skia-0.11.4/target/debug/deps
>  rustc --crate-name linear_gradient --edition=2018 
> examples/linear_gradient.rs --error-format=json 
> --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin 
> --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --cfg 
> 'feature="default"' --cfg 'feature="png"' --cfg 'feature="png-format"' --cfg 
> 'feature="simd"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' 
> --check-cfg 'cfg(feature, values("default", "no-std-float", "png", 
> "png-format", "simd", "std"))' -C metadata=4df32e43b22338d7 -C 
> extra-filename=-f43f87186489d25e --out-dir 
> /build/reproducible-path/rust-tiny-skia-0.11.4/target/i686-unknown-linux-gnu/debug/examples
>  --target i686-unknown-linux-gnu -C 
> incremental=/build/reproducible-path/rust-tiny-skia-0.11.4/target/i686-unknown-linux-gnu/debug/incremental
>  -L 
> dependency=/build/reproducible-path/rust-tiny-skia-0.11.4/target/i686-unknown-linux-gnu/debug/deps
>  -L 
> dependency=/build/reproducible-path/rust-tiny-skia-0.11.4/target/debug/deps 
> --extern 
> arrayref=/build/reproducible-path/rust-tiny-skia-0.11.4/target/i686-unknown-linux-gnu/debug/deps/libarrayref-8e9b7baebed00ddd.rlib
>  --extern 
> arrayvec=/build/reproducible-path/rust-tiny-skia-0.11.4/target/i686-unknown-linux-gnu/debug/deps/libarrayvec-a0d5717fd0cb6a62.rlib
>  --extern 
> bytemuck=/build/reproducible-path/rust-tiny-skia-0.11.4/target/i686-unknown-linux-gnu/debug/deps/libbytemuck-39cd85b8a2728b7e.rlib
>  --extern 
> cfg_if=/build/reproducible-path/rust-tiny-skia-0.11.4/target/i686-unknown-linux-gnu/debug/deps/libcfg_if-f79c01a31252129d.rlib
>  --extern 
> log=/build/reproducible-path/rust-tiny-skia-0.11.4/target/i686-unknown-linux-gnu/debug/deps/liblog-37ad973ca916fb20.rlib
>  --extern 
> png=/build/reproducible-path/rust-tiny-skia-0.11.4/target/i686-unknown-linux-gnu/debug/deps/libpng-7bd51c00d9da645f.rlib
>  --extern 
> tiny_skia=/build/reproducible-path/rust-tiny-skia-0.11.4/target/i686-unknown-linux-gnu/debug/deps/libtiny_skia-a20ac008d2213be2.rlib
>  --extern 
> tiny_skia_path=/build/reproducible-path/rust-tiny-skia-0.11.4/target/i686-unknown-linux-gnu/debug/deps/libtiny_skia_path-93c685aac4b22e62.rlib
>  -C debuginfo=2 -C strip=none --cap-lints warn -C linker=i686-linux-gnu-gcc 
> -C link-arg=-Wl,-z,relro --remap-path-prefix 
> /build/reproducible-path/rust-tiny-skia-0.11.4=/usr/share/cargo/registry/tiny-skia-0.11.4
>  --remap-path-prefix 
> /build/reproducible-path/rust-tiny-skia-0.11.4/debian/cargo_registry=/usr/share/cargo/registry`
> warning: `tiny-skia` (lib test) generated 2 warnings (2 duplicates)
>      Running `CARGO=/usr/bin/cargo CARGO_BIN_NAME=stroke 
> CARGO_CRATE_NAME=stroke 
> CARGO_MANIFEST_DIR=/build/reproducible-path/rust-tiny-skia-0.11.4 
> CARGO_MANIFEST_PATH=/build/reproducible-path/rust-tiny-skia-0.11.4/Cargo.toml 
> CARGO_PKG_AUTHORS='Yevhenii Reizner <razrfal...@gmail.com>' 
> CARGO_PKG_DESCRIPTION='A tiny Skia subset ported to Rust.' 
> CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=BSD-3-Clause 
> CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=tiny-skia CARGO_PKG_README=README.md 
> CARGO_PKG_REPOSITORY='https://github.com/RazrFalcon/tiny-skia' 
> CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.11.4 CARGO_PKG_VERSION_MAJOR=0 
> CARGO_PKG_VERSION_MINOR=11 CARGO_PKG_VERSION_PATCH=4 CARGO_PKG_VERSION_PRE='' 
> CARGO_PRIMARY_PACKAGE=1 
> LD_LIBRARY_PATH=/build/reproducible-path/rust-tiny-skia-0.11.4/target/debug/deps
>  rustc --crate-name stroke --edition=2018 examples/stroke.rs 
> --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat 
> --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 
> --cfg 'feature="default"' --cfg 'feature="png"' --cfg 'feature="png-format"' 
> --cfg 'feature="simd"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' 
> --check-cfg 'cfg(feature, values("default", "no-std-float", "png", 
> "png-format", "simd", "std"))' -C metadata=cdfe488db3c532f9 -C 
> extra-filename=-69fee7856cb001d7 --out-dir 
> /build/reproducible-path/rust-tiny-skia-0.11.4/target/i686-unknown-linux-gnu/debug/examples
>  --target i686-unknown-linux-gnu -C 
> incremental=/build/reproducible-path/rust-tiny-skia-0.11.4/target/i686-unknown-linux-gnu/debug/incremental
>  -L 
> dependency=/build/reproducible-path/rust-tiny-skia-0.11.4/target/i686-unknown-linux-gnu/debug/deps
>  -L 
> dependency=/build/reproducible-path/rust-tiny-skia-0.11.4/target/debug/deps 
> --extern 
> arrayref=/build/reproducible-path/rust-tiny-skia-0.11.4/target/i686-unknown-linux-gnu/debug/deps/libarrayref-8e9b7baebed00ddd.rlib
>  --extern 
> arrayvec=/build/reproducible-path/rust-tiny-skia-0.11.4/target/i686-unknown-linux-gnu/debug/deps/libarrayvec-a0d5717fd0cb6a62.rlib
>  --extern 
> bytemuck=/build/reproducible-path/rust-tiny-skia-0.11.4/target/i686-unknown-linux-gnu/debug/deps/libbytemuck-39cd85b8a2728b7e.rlib
>  --extern 
> cfg_if=/build/reproducible-path/rust-tiny-skia-0.11.4/target/i686-unknown-linux-gnu/debug/deps/libcfg_if-f79c01a31252129d.rlib
>  --extern 
> log=/build/reproducible-path/rust-tiny-skia-0.11.4/target/i686-unknown-linux-gnu/debug/deps/liblog-37ad973ca916fb20.rlib
>  --extern 
> png=/build/reproducible-path/rust-tiny-skia-0.11.4/target/i686-unknown-linux-gnu/debug/deps/libpng-7bd51c00d9da645f.rlib
>  --extern 
> tiny_skia=/build/reproducible-path/rust-tiny-skia-0.11.4/target/i686-unknown-linux-gnu/debug/deps/libtiny_skia-a20ac008d2213be2.rlib
>  --extern 
> tiny_skia_path=/build/reproducible-path/rust-tiny-skia-0.11.4/target/i686-unknown-linux-gnu/debug/deps/libtiny_skia_path-93c685aac4b22e62.rlib
>  -C debuginfo=2 -C strip=none --cap-lints warn -C linker=i686-linux-gnu-gcc 
> -C link-arg=-Wl,-z,relro --remap-path-prefix 
> /build/reproducible-path/rust-tiny-skia-0.11.4=/usr/share/cargo/registry/tiny-skia-0.11.4
>  --remap-path-prefix 
> /build/reproducible-path/rust-tiny-skia-0.11.4/debian/cargo_registry=/usr/share/cargo/registry`
>      Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=integration 
> CARGO_MANIFEST_DIR=/build/reproducible-path/rust-tiny-skia-0.11.4 
> CARGO_MANIFEST_PATH=/build/reproducible-path/rust-tiny-skia-0.11.4/Cargo.toml 
> CARGO_PKG_AUTHORS='Yevhenii Reizner <razrfal...@gmail.com>' 
> CARGO_PKG_DESCRIPTION='A tiny Skia subset ported to Rust.' 
> CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=BSD-3-Clause 
> CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=tiny-skia CARGO_PKG_README=README.md 
> CARGO_PKG_REPOSITORY='https://github.com/RazrFalcon/tiny-skia' 
> CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.11.4 CARGO_PKG_VERSION_MAJOR=0 
> CARGO_PKG_VERSION_MINOR=11 CARGO_PKG_VERSION_PATCH=4 CARGO_PKG_VERSION_PRE='' 
> CARGO_PRIMARY_PACKAGE=1 
> CARGO_TARGET_TMPDIR=/build/reproducible-path/rust-tiny-skia-0.11.4/target/i686-unknown-linux-gnu/tmp
>  
> LD_LIBRARY_PATH=/build/reproducible-path/rust-tiny-skia-0.11.4/target/debug/deps
>  rustc --crate-name integration --edition=2018 tests/integration/main.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="default"' --cfg 'feature="png"' --cfg 'feature="png-format"' --cfg 
> 'feature="simd"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' 
> --check-cfg 'cfg(feature, values("default", "no-std-float", "png", 
> "png-format", "simd", "std"))' -C metadata=297f339a56788755 -C 
> extra-filename=-d0b23e82711c4560 --out-dir 
> /build/reproducible-path/rust-tiny-skia-0.11.4/target/i686-unknown-linux-gnu/debug/deps
>  --target i686-unknown-linux-gnu -C 
> incremental=/build/reproducible-path/rust-tiny-skia-0.11.4/target/i686-unknown-linux-gnu/debug/incremental
>  -L 
> dependency=/build/reproducible-path/rust-tiny-skia-0.11.4/target/i686-unknown-linux-gnu/debug/deps
>  -L 
> dependency=/build/reproducible-path/rust-tiny-skia-0.11.4/target/debug/deps 
> --extern 
> arrayref=/build/reproducible-path/rust-tiny-skia-0.11.4/target/i686-unknown-linux-gnu/debug/deps/libarrayref-8e9b7baebed00ddd.rlib
>  --extern 
> arrayvec=/build/reproducible-path/rust-tiny-skia-0.11.4/target/i686-unknown-linux-gnu/debug/deps/libarrayvec-a0d5717fd0cb6a62.rlib
>  --extern 
> bytemuck=/build/reproducible-path/rust-tiny-skia-0.11.4/target/i686-unknown-linux-gnu/debug/deps/libbytemuck-39cd85b8a2728b7e.rlib
>  --extern 
> cfg_if=/build/reproducible-path/rust-tiny-skia-0.11.4/target/i686-unknown-linux-gnu/debug/deps/libcfg_if-f79c01a31252129d.rlib
>  --extern 
> log=/build/reproducible-path/rust-tiny-skia-0.11.4/target/i686-unknown-linux-gnu/debug/deps/liblog-37ad973ca916fb20.rlib
>  --extern 
> png=/build/reproducible-path/rust-tiny-skia-0.11.4/target/i686-unknown-linux-gnu/debug/deps/libpng-7bd51c00d9da645f.rlib
>  --extern 
> tiny_skia=/build/reproducible-path/rust-tiny-skia-0.11.4/target/i686-unknown-linux-gnu/debug/deps/libtiny_skia-a20ac008d2213be2.rlib
>  --extern 
> tiny_skia_path=/build/reproducible-path/rust-tiny-skia-0.11.4/target/i686-unknown-linux-gnu/debug/deps/libtiny_skia_path-93c685aac4b22e62.rlib
>  -C debuginfo=2 -C strip=none --cap-lints warn -C linker=i686-linux-gnu-gcc 
> -C link-arg=-Wl,-z,relro --remap-path-prefix 
> /build/reproducible-path/rust-tiny-skia-0.11.4=/usr/share/cargo/registry/tiny-skia-0.11.4
>  --remap-path-prefix 
> /build/reproducible-path/rust-tiny-skia-0.11.4/debian/cargo_registry=/usr/share/cargo/registry`
>     Finished `test` profile [unoptimized + debuginfo] target(s) in 9.92s
>      Running `CARGO=/usr/bin/cargo 
> CARGO_MANIFEST_DIR=/build/reproducible-path/rust-tiny-skia-0.11.4 
> CARGO_MANIFEST_PATH=/build/reproducible-path/rust-tiny-skia-0.11.4/Cargo.toml 
> CARGO_PKG_AUTHORS='Yevhenii Reizner <razrfal...@gmail.com>' 
> CARGO_PKG_DESCRIPTION='A tiny Skia subset ported to Rust.' 
> CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=BSD-3-Clause 
> CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=tiny-skia CARGO_PKG_README=README.md 
> CARGO_PKG_REPOSITORY='https://github.com/RazrFalcon/tiny-skia' 
> CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.11.4 CARGO_PKG_VERSION_MAJOR=0 
> CARGO_PKG_VERSION_MINOR=11 CARGO_PKG_VERSION_PATCH=4 CARGO_PKG_VERSION_PRE='' 
> LD_LIBRARY_PATH='/build/reproducible-path/rust-tiny-skia-0.11.4/target/i686-unknown-linux-gnu/debug/deps:/build/reproducible-path/rust-tiny-skia-0.11.4/target/i686-unknown-linux-gnu/debug:/usr/lib/rustlib/i686-unknown-linux-gnu/lib'
>  
> /build/reproducible-path/rust-tiny-skia-0.11.4/target/i686-unknown-linux-gnu/debug/deps/tiny_skia-bb1bcea50fa6b1e9`
> 
> running 61 tests
> test color::tests::bytemuck_casts_rgba ... ok
> test color::tests::demultiply_u8_1 ... ok
> test color::tests::demultiply_u8_2 ... ok
> test color::tests::premultiply_u8 ... ok
> test geom::screen_int_rect_tests::tests ... ok
> test painter::tests::horizontal ... ok
> test painter::tests::rect ... ok
> test color::tests::premultiply_u8_opaque ... ok
> test painter::tests::skip ... ok
> test path_geometry::tests::chop_cubic_at_y_extrema_1 ... ok
> test painter::tests::vertical ... ok
> test pipeline::blend_tests::color_burn_highp ... ok
> test pipeline::blend_tests::clear_highp ... ok
> test pipeline::blend_tests::clear_lowp ... ok
> test pipeline::blend_tests::color_highp ... ok
> test pipeline::blend_tests::darken_highp ... ok
> test pipeline::blend_tests::color_dodge_highp ... ok
> test pipeline::blend_tests::darken_lowp ... ok
> test pipeline::blend_tests::destination_atop_lowp ... ok
> test pipeline::blend_tests::destination_atop_highp ... ok
> test pipeline::blend_tests::destination_highp ... ok
> test pipeline::blend_tests::destination_in_lowp ... ok
> test pipeline::blend_tests::destination_in_highp ... ok
> test pipeline::blend_tests::destination_lowp ... ok
> test pipeline::blend_tests::destination_out_lowp ... ok
> test pipeline::blend_tests::destination_over_lowp ... ok
> test pipeline::blend_tests::destination_over_highp ... ok
> test pipeline::blend_tests::difference_highp ... ok
> test pipeline::blend_tests::destination_out_highp ... ok
> test pipeline::blend_tests::difference_lowp ... ok
> test pipeline::blend_tests::exclusion_lowp ... ok
> test pipeline::blend_tests::hard_light_highp ... ok
> test pipeline::blend_tests::exclusion_highp ... ok
> test pipeline::blend_tests::lighten_lowp ... ok
> test pipeline::blend_tests::hard_light_lowp ... ok
> test pipeline::blend_tests::luminosity_highp ... ok
> test pipeline::blend_tests::hue_highp ... ok
> test pipeline::blend_tests::lighten_highp ... ok
> test pipeline::blend_tests::modulate_highp ... ok
> test pipeline::blend_tests::modulate_lowp ... ok
> test pipeline::blend_tests::multiply_highp ... ok
> test pipeline::blend_tests::multiply_lowp ... ok
> test pipeline::blend_tests::overlay_highp ... ok
> test pipeline::blend_tests::overlay_lowp ... ok
> test pipeline::blend_tests::plus_highp ... ok
> test pipeline::blend_tests::plus_lowp ... ok
> test pipeline::blend_tests::screen_lowp ... ok
> test pipeline::blend_tests::screen_highp ... ok
> test pipeline::blend_tests::saturation_highp ... ok
> test pipeline::blend_tests::source_atop_lowp ... ok
> test pipeline::blend_tests::soft_light_highp ... ok
> test pipeline::blend_tests::source_atop_highp ... ok
> test pipeline::blend_tests::source_in_lowp ... ok
> test pipeline::blend_tests::source_in_highp ... ok
> test pipeline::blend_tests::source_out_highp ... ok
> test pipeline::blend_tests::source_out_lowp ... ok
> test pipeline::blend_tests::source_over_highp ... ok
> test pipeline::blend_tests::source_over_lowp ... ok
> test pipeline::blend_tests::xor_lowp ... ok
> test pipeline::blend_tests::xor_highp ... ok
> test color::tests::demultiply_u8_3 ... FAILED
> 
> failures:
> 
> ---- color::tests::demultiply_u8_3 stdout ----
> 
> thread 'color::tests::demultiply_u8_3' panicked at src/color.rs:471:9:
> assertion `left == right` failed
>   left: ColorU8 { r: 217, g: 140, b: 76, a: 180 }
>  right: ColorU8 { r: 217, g: 140, b: 77, a: 180 }
> stack backtrace:
>    0: rust_begin_unwind
>              at /usr/src/rustc-1.85.0/library/std/src/panicking.rs:692:5
>    1: core::panicking::panic_fmt
>              at /usr/src/rustc-1.85.0/library/core/src/panicking.rs:75:14
>    2: core::panicking::assert_failed_inner
>    3: core::panicking::assert_failed
>              at /usr/src/rustc-1.85.0/library/core/src/panicking.rs:364:5
>    4: tiny_skia::color::tests::demultiply_u8_3
>              at /usr/share/cargo/registry/tiny-skia-0.11.4/src/color.rs:471:9
>    5: tiny_skia::color::tests::demultiply_u8_3::{{closure}}
>              at /usr/share/cargo/registry/tiny-skia-0.11.4/src/color.rs:470:25
>    6: core::ops::function::FnOnce::call_once
>              at /usr/src/rustc-1.85.0/library/core/src/ops/function.rs:250:5
>    7: core::ops::function::FnOnce::call_once
>              at /usr/src/rustc-1.85.0/library/core/src/ops/function.rs:250:5
> note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose 
> backtrace.
> 
> 
> failures:
>     color::tests::demultiply_u8_3
> 
> test result: FAILED. 60 passed; 1 failed; 0 ignored; 0 measured; 0 filtered 
> out; finished in 0.05s
> 
> error: test failed, to rerun pass `--lib`
> dh_auto_test: error: /usr/share/cargo/bin/cargo test --all returned exit code 
> 101


The full build log is available from:
http://qa-logs.debian.net/2025/04/14/rust-tiny-skia_0.11.4-1_testing-i386.log

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20250414;users=lu...@debian.org
or:
https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20250414&fusertaguser=lu...@debian.org&allbugs=1&cseverity=1&ctags=1&caffected=1#results

A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

If you reassign this bug to another package, please mark it as 'affects'-ing
this package. See https://www.debian.org/Bugs/server-control#affects

If you fail to reproduce this, please provide a build log and diff it with mine
so that we can identify if something relevant changed in the meantime.

--- End Message ---
--- Begin Message ---
Version:

This and other i386-related bugs are caused by the package newly building on i386 and will be solved once rustc 1.85.0+dfsg2-3 (baseline bump for i386) migrates to testing. rust-tiny-skia passes all tests in testing with the rustc update: [1]

[1] https://ci.debian.net/packages/r/rust-tiny-skia/testing/i386/

--- End Message ---

Reply via email to