pedrocr / imagepipe

Image processing pipeline
GNU Lesser General Public License v3.0
44 stars 15 forks source link

Some tests are failing on i386 arch #20

Open tenzap opened 1 month ago

tenzap commented 1 month ago

While building your package on Debian, on i386 architecture, it appears that some tests are failing:

   Compiling imagepipe v0.5.0 (/<<PKGBUILDDIR>>)
     Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=imagepipe CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>> CARGO_PKG_AUTHORS='Pedro Côrte-Real <pedro@pedrocr.net>' CARGO_PKG_DESCRIPTION='An image processing pipeline' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=LGPL-3.0-only CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=imagepipe CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/pedrocr/imagepipe' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.5.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=5 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_PRIMARY_PACKAGE=1 LD_LIBRARY_PATH='/<<PKGBUILDDIR>>/target/debug/deps:/usr/lib' rustc --crate-name imagepipe --edition=2018 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 -C debuginfo=2 -C debug-assertions=on -C metadata=a5fd7e773e34e125 -C extra-filename=-a5fd7e773e34e125 --out-dir /<<PKGBUILDDIR>>/target/i686-unknown-linux-gnu/debug/deps --target i686-unknown-linux-gnu -C incremental=/<<PKGBUILDDIR>>/target/i686-unknown-linux-gnu/debug/incremental -L dependency=/<<PKGBUILDDIR>>/target/i686-unknown-linux-gnu/debug/deps -L dependency=/<<PKGBUILDDIR>>/target/debug/deps --extern bincode=/<<PKGBUILDDIR>>/target/i686-unknown-linux-gnu/debug/deps/libbincode-d4d75ed5e0bc954d.rmeta --extern blake3=/<<PKGBUILDDIR>>/target/i686-unknown-linux-gnu/debug/deps/libblake3-14530aaf6c73a40d.rmeta --extern image=/<<PKGBUILDDIR>>/target/i686-unknown-linux-gnu/debug/deps/libimage-bc7e110f4a30a515.rmeta --extern lazy_static=/<<PKGBUILDDIR>>/target/i686-unknown-linux-gnu/debug/deps/liblazy_static-e73c6064084639d6.rmeta --extern log=/<<PKGBUILDDIR>>/target/i686-unknown-linux-gnu/debug/deps/liblog-2cbc1b99ea2790f8.rmeta --extern multicache=/<<PKGBUILDDIR>>/target/i686-unknown-linux-gnu/debug/deps/libmulticache-3c1b74155c857f73.rmeta --extern num_traits=/<<PKGBUILDDIR>>/target/i686-unknown-linux-gnu/debug/deps/libnum_traits-0646f90dbfd161c9.rmeta --extern rawloader=/<<PKGBUILDDIR>>/target/i686-unknown-linux-gnu/debug/deps/librawloader-f7b1b57ffa67c61b.rmeta --extern rayon=/<<PKGBUILDDIR>>/target/i686-unknown-linux-gnu/debug/deps/librayon-544ed7d48cf09804.rmeta --extern serde=/<<PKGBUILDDIR>>/target/i686-unknown-linux-gnu/debug/deps/libserde-c6ade923da9bd6bd.rmeta --extern serde_derive=/<<PKGBUILDDIR>>/target/debug/deps/libserde_derive-a08ffcf7e9e4c161.so --extern serde_yaml=/<<PKGBUILDDIR>>/target/i686-unknown-linux-gnu/debug/deps/libserde_yaml-a882fb3572bdccf9.rmeta -C debuginfo=2 --cap-lints warn -C linker=i686-linux-gnu-gcc -C link-arg=-Wl,-z,relro --remap-path-prefix /<<PKGBUILDDIR>>=/usr/share/cargo/registry/imagepipe-0.5.0 --remap-path-prefix /<<PKGBUILDDIR>>/debian/cargo_registry=/usr/share/cargo/registry -L native=/<<PKGBUILDDIR>>/target/i686-unknown-linux-gnu/debug/build/blake3-efb2e558d643a6ab/out`
warning: `rawloader` (lib) generated 2 warnings
warning: `image` (lib) generated 1 warning
     Running `CARGO=/usr/bin/cargo CARGO_BIN_NAME=converter CARGO_CRATE_NAME=converter CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>> CARGO_PKG_AUTHORS='Pedro Côrte-Real <pedro@pedrocr.net>' CARGO_PKG_DESCRIPTION='An image processing pipeline' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=LGPL-3.0-only CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=imagepipe CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/pedrocr/imagepipe' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.5.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=5 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_PRIMARY_PACKAGE=1 LD_LIBRARY_PATH='/<<PKGBUILDDIR>>/target/debug/deps:/usr/lib' rustc --crate-name converter --edition=2018 src/bin/converter.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 -C debuginfo=2 -C debug-assertions=on -C metadata=e06d5c2fb6adee9f -C extra-filename=-e06d5c2fb6adee9f --out-dir /<<PKGBUILDDIR>>/target/i686-unknown-linux-gnu/debug/deps --target i686-unknown-linux-gnu -C incremental=/<<PKGBUILDDIR>>/target/i686-unknown-linux-gnu/debug/incremental -L dependency=/<<PKGBUILDDIR>>/target/i686-unknown-linux-gnu/debug/deps -L dependency=/<<PKGBUILDDIR>>/target/debug/deps --extern bincode=/<<PKGBUILDDIR>>/target/i686-unknown-linux-gnu/debug/deps/libbincode-d4d75ed5e0bc954d.rlib --extern blake3=/<<PKGBUILDDIR>>/target/i686-unknown-linux-gnu/debug/deps/libblake3-14530aaf6c73a40d.rlib --extern image=/<<PKGBUILDDIR>>/target/i686-unknown-linux-gnu/debug/deps/libimage-bc7e110f4a30a515.rlib --extern imagepipe=/<<PKGBUILDDIR>>/target/i686-unknown-linux-gnu/debug/deps/libimagepipe-a5fd7e773e34e125.rlib --extern lazy_static=/<<PKGBUILDDIR>>/target/i686-unknown-linux-gnu/debug/deps/liblazy_static-e73c6064084639d6.rlib --extern log=/<<PKGBUILDDIR>>/target/i686-unknown-linux-gnu/debug/deps/liblog-2cbc1b99ea2790f8.rlib --extern multicache=/<<PKGBUILDDIR>>/target/i686-unknown-linux-gnu/debug/deps/libmulticache-3c1b74155c857f73.rlib --extern num_traits=/<<PKGBUILDDIR>>/target/i686-unknown-linux-gnu/debug/deps/libnum_traits-0646f90dbfd161c9.rlib --extern rawloader=/<<PKGBUILDDIR>>/target/i686-unknown-linux-gnu/debug/deps/librawloader-f7b1b57ffa67c61b.rlib --extern rayon=/<<PKGBUILDDIR>>/target/i686-unknown-linux-gnu/debug/deps/librayon-544ed7d48cf09804.rlib --extern serde=/<<PKGBUILDDIR>>/target/i686-unknown-linux-gnu/debug/deps/libserde-c6ade923da9bd6bd.rlib --extern serde_derive=/<<PKGBUILDDIR>>/target/debug/deps/libserde_derive-a08ffcf7e9e4c161.so --extern serde_yaml=/<<PKGBUILDDIR>>/target/i686-unknown-linux-gnu/debug/deps/libserde_yaml-a882fb3572bdccf9.rlib -C debuginfo=2 --cap-lints warn -C linker=i686-linux-gnu-gcc -C link-arg=-Wl,-z,relro --remap-path-prefix /<<PKGBUILDDIR>>=/usr/share/cargo/registry/imagepipe-0.5.0 --remap-path-prefix /<<PKGBUILDDIR>>/debian/cargo_registry=/usr/share/cargo/registry -L native=/<<PKGBUILDDIR>>/target/i686-unknown-linux-gnu/debug/build/blake3-efb2e558d643a6ab/out`
     Running `CARGO=/usr/bin/cargo CARGO_BIN_EXE_converter=/<<PKGBUILDDIR>>/target/i686-unknown-linux-gnu/debug/converter CARGO_CRATE_NAME=maxsize_test CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>> CARGO_PKG_AUTHORS='Pedro Côrte-Real <pedro@pedrocr.net>' CARGO_PKG_DESCRIPTION='An image processing pipeline' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=LGPL-3.0-only CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=imagepipe CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/pedrocr/imagepipe' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.5.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=5 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_PRIMARY_PACKAGE=1 CARGO_TARGET_TMPDIR=/<<PKGBUILDDIR>>/target/i686-unknown-linux-gnu/tmp LD_LIBRARY_PATH='/<<PKGBUILDDIR>>/target/debug/deps:/usr/lib' rustc --crate-name maxsize_test --edition=2018 tests/maxsize_test.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=2 -C debug-assertions=on --test -C metadata=0d11f242a46cd11f -C extra-filename=-0d11f242a46cd11f --out-dir /<<PKGBUILDDIR>>/target/i686-unknown-linux-gnu/debug/deps --target i686-unknown-linux-gnu -C incremental=/<<PKGBUILDDIR>>/target/i686-unknown-linux-gnu/debug/incremental -L dependency=/<<PKGBUILDDIR>>/target/i686-unknown-linux-gnu/debug/deps -L dependency=/<<PKGBUILDDIR>>/target/debug/deps --extern bincode=/<<PKGBUILDDIR>>/target/i686-unknown-linux-gnu/debug/deps/libbincode-d4d75ed5e0bc954d.rlib --extern blake3=/<<PKGBUILDDIR>>/target/i686-unknown-linux-gnu/debug/deps/libblake3-14530aaf6c73a40d.rlib --extern image=/<<PKGBUILDDIR>>/target/i686-unknown-linux-gnu/debug/deps/libimage-bc7e110f4a30a515.rlib --extern imagepipe=/<<PKGBUILDDIR>>/target/i686-unknown-linux-gnu/debug/deps/libimagepipe-a5fd7e773e34e125.rlib --extern lazy_static=/<<PKGBUILDDIR>>/target/i686-unknown-linux-gnu/debug/deps/liblazy_static-e73c6064084639d6.rlib --extern log=/<<PKGBUILDDIR>>/target/i686-unknown-linux-gnu/debug/deps/liblog-2cbc1b99ea2790f8.rlib --extern multicache=/<<PKGBUILDDIR>>/target/i686-unknown-linux-gnu/debug/deps/libmulticache-3c1b74155c857f73.rlib --extern num_traits=/<<PKGBUILDDIR>>/target/i686-unknown-linux-gnu/debug/deps/libnum_traits-0646f90dbfd161c9.rlib --extern rawloader=/<<PKGBUILDDIR>>/target/i686-unknown-linux-gnu/debug/deps/librawloader-f7b1b57ffa67c61b.rlib --extern rayon=/<<PKGBUILDDIR>>/target/i686-unknown-linux-gnu/debug/deps/librayon-544ed7d48cf09804.rlib --extern serde=/<<PKGBUILDDIR>>/target/i686-unknown-linux-gnu/debug/deps/libserde-c6ade923da9bd6bd.rlib --extern serde_derive=/<<PKGBUILDDIR>>/target/debug/deps/libserde_derive-a08ffcf7e9e4c161.so --extern serde_yaml=/<<PKGBUILDDIR>>/target/i686-unknown-linux-gnu/debug/deps/libserde_yaml-a882fb3572bdccf9.rlib -C debuginfo=2 --cap-lints warn -C linker=i686-linux-gnu-gcc -C link-arg=-Wl,-z,relro --remap-path-prefix /<<PKGBUILDDIR>>=/usr/share/cargo/registry/imagepipe-0.5.0 --remap-path-prefix /<<PKGBUILDDIR>>/debian/cargo_registry=/usr/share/cargo/registry -L native=/<<PKGBUILDDIR>>/target/i686-unknown-linux-gnu/debug/build/blake3-efb2e558d643a6ab/out`
     Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=imagepipe CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>> CARGO_PKG_AUTHORS='Pedro Côrte-Real <pedro@pedrocr.net>' CARGO_PKG_DESCRIPTION='An image processing pipeline' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=LGPL-3.0-only CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=imagepipe CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/pedrocr/imagepipe' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.5.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=5 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_PRIMARY_PACKAGE=1 LD_LIBRARY_PATH='/<<PKGBUILDDIR>>/target/debug/deps:/usr/lib' rustc --crate-name imagepipe --edition=2018 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 -C debuginfo=2 -C debug-assertions=on --test -C metadata=44b266b284d29d3c -C extra-filename=-44b266b284d29d3c --out-dir /<<PKGBUILDDIR>>/target/i686-unknown-linux-gnu/debug/deps --target i686-unknown-linux-gnu -C incremental=/<<PKGBUILDDIR>>/target/i686-unknown-linux-gnu/debug/incremental -L dependency=/<<PKGBUILDDIR>>/target/i686-unknown-linux-gnu/debug/deps -L dependency=/<<PKGBUILDDIR>>/target/debug/deps --extern bincode=/<<PKGBUILDDIR>>/target/i686-unknown-linux-gnu/debug/deps/libbincode-d4d75ed5e0bc954d.rlib --extern blake3=/<<PKGBUILDDIR>>/target/i686-unknown-linux-gnu/debug/deps/libblake3-14530aaf6c73a40d.rlib --extern image=/<<PKGBUILDDIR>>/target/i686-unknown-linux-gnu/debug/deps/libimage-bc7e110f4a30a515.rlib --extern lazy_static=/<<PKGBUILDDIR>>/target/i686-unknown-linux-gnu/debug/deps/liblazy_static-e73c6064084639d6.rlib --extern log=/<<PKGBUILDDIR>>/target/i686-unknown-linux-gnu/debug/deps/liblog-2cbc1b99ea2790f8.rlib --extern multicache=/<<PKGBUILDDIR>>/target/i686-unknown-linux-gnu/debug/deps/libmulticache-3c1b74155c857f73.rlib --extern num_traits=/<<PKGBUILDDIR>>/target/i686-unknown-linux-gnu/debug/deps/libnum_traits-0646f90dbfd161c9.rlib --extern rawloader=/<<PKGBUILDDIR>>/target/i686-unknown-linux-gnu/debug/deps/librawloader-f7b1b57ffa67c61b.rlib --extern rayon=/<<PKGBUILDDIR>>/target/i686-unknown-linux-gnu/debug/deps/librayon-544ed7d48cf09804.rlib --extern serde=/<<PKGBUILDDIR>>/target/i686-unknown-linux-gnu/debug/deps/libserde-c6ade923da9bd6bd.rlib --extern serde_derive=/<<PKGBUILDDIR>>/target/debug/deps/libserde_derive-a08ffcf7e9e4c161.so --extern serde_yaml=/<<PKGBUILDDIR>>/target/i686-unknown-linux-gnu/debug/deps/libserde_yaml-a882fb3572bdccf9.rlib -C debuginfo=2 --cap-lints warn -C linker=i686-linux-gnu-gcc -C link-arg=-Wl,-z,relro --remap-path-prefix /<<PKGBUILDDIR>>=/usr/share/cargo/registry/imagepipe-0.5.0 --remap-path-prefix /<<PKGBUILDDIR>>/debian/cargo_registry=/usr/share/cargo/registry -L native=/<<PKGBUILDDIR>>/target/i686-unknown-linux-gnu/debug/build/blake3-efb2e558d643a6ab/out`
     Running `CARGO=/usr/bin/cargo CARGO_BIN_NAME=converter CARGO_CRATE_NAME=converter CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>> CARGO_PKG_AUTHORS='Pedro Côrte-Real <pedro@pedrocr.net>' CARGO_PKG_DESCRIPTION='An image processing pipeline' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=LGPL-3.0-only CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=imagepipe CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/pedrocr/imagepipe' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.5.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=5 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_PRIMARY_PACKAGE=1 LD_LIBRARY_PATH='/<<PKGBUILDDIR>>/target/debug/deps:/usr/lib' rustc --crate-name converter --edition=2018 src/bin/converter.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=2 -C debug-assertions=on --test -C metadata=eacffabc7b47e98c -C extra-filename=-eacffabc7b47e98c --out-dir /<<PKGBUILDDIR>>/target/i686-unknown-linux-gnu/debug/deps --target i686-unknown-linux-gnu -C incremental=/<<PKGBUILDDIR>>/target/i686-unknown-linux-gnu/debug/incremental -L dependency=/<<PKGBUILDDIR>>/target/i686-unknown-linux-gnu/debug/deps -L dependency=/<<PKGBUILDDIR>>/target/debug/deps --extern bincode=/<<PKGBUILDDIR>>/target/i686-unknown-linux-gnu/debug/deps/libbincode-d4d75ed5e0bc954d.rlib --extern blake3=/<<PKGBUILDDIR>>/target/i686-unknown-linux-gnu/debug/deps/libblake3-14530aaf6c73a40d.rlib --extern image=/<<PKGBUILDDIR>>/target/i686-unknown-linux-gnu/debug/deps/libimage-bc7e110f4a30a515.rlib --extern imagepipe=/<<PKGBUILDDIR>>/target/i686-unknown-linux-gnu/debug/deps/libimagepipe-a5fd7e773e34e125.rlib --extern lazy_static=/<<PKGBUILDDIR>>/target/i686-unknown-linux-gnu/debug/deps/liblazy_static-e73c6064084639d6.rlib --extern log=/<<PKGBUILDDIR>>/target/i686-unknown-linux-gnu/debug/deps/liblog-2cbc1b99ea2790f8.rlib --extern multicache=/<<PKGBUILDDIR>>/target/i686-unknown-linux-gnu/debug/deps/libmulticache-3c1b74155c857f73.rlib --extern num_traits=/<<PKGBUILDDIR>>/target/i686-unknown-linux-gnu/debug/deps/libnum_traits-0646f90dbfd161c9.rlib --extern rawloader=/<<PKGBUILDDIR>>/target/i686-unknown-linux-gnu/debug/deps/librawloader-f7b1b57ffa67c61b.rlib --extern rayon=/<<PKGBUILDDIR>>/target/i686-unknown-linux-gnu/debug/deps/librayon-544ed7d48cf09804.rlib --extern serde=/<<PKGBUILDDIR>>/target/i686-unknown-linux-gnu/debug/deps/libserde-c6ade923da9bd6bd.rlib --extern serde_derive=/<<PKGBUILDDIR>>/target/debug/deps/libserde_derive-a08ffcf7e9e4c161.so --extern serde_yaml=/<<PKGBUILDDIR>>/target/i686-unknown-linux-gnu/debug/deps/libserde_yaml-a882fb3572bdccf9.rlib -C debuginfo=2 --cap-lints warn -C linker=i686-linux-gnu-gcc -C link-arg=-Wl,-z,relro --remap-path-prefix /<<PKGBUILDDIR>>=/usr/share/cargo/registry/imagepipe-0.5.0 --remap-path-prefix /<<PKGBUILDDIR>>/debian/cargo_registry=/usr/share/cargo/registry -L native=/<<PKGBUILDDIR>>/target/i686-unknown-linux-gnu/debug/build/blake3-efb2e558d643a6ab/out`
     Running `CARGO=/usr/bin/cargo CARGO_BIN_EXE_converter=/<<PKGBUILDDIR>>/target/i686-unknown-linux-gnu/debug/converter CARGO_CRATE_NAME=roundtrip_test CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>> CARGO_PKG_AUTHORS='Pedro Côrte-Real <pedro@pedrocr.net>' CARGO_PKG_DESCRIPTION='An image processing pipeline' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=LGPL-3.0-only CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=imagepipe CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/pedrocr/imagepipe' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.5.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=5 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_PRIMARY_PACKAGE=1 CARGO_TARGET_TMPDIR=/<<PKGBUILDDIR>>/target/i686-unknown-linux-gnu/tmp LD_LIBRARY_PATH='/<<PKGBUILDDIR>>/target/debug/deps:/usr/lib' rustc --crate-name roundtrip_test --edition=2018 tests/roundtrip_test.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=2 -C debug-assertions=on --test -C metadata=1df479265a100d84 -C extra-filename=-1df479265a100d84 --out-dir /<<PKGBUILDDIR>>/target/i686-unknown-linux-gnu/debug/deps --target i686-unknown-linux-gnu -C incremental=/<<PKGBUILDDIR>>/target/i686-unknown-linux-gnu/debug/incremental -L dependency=/<<PKGBUILDDIR>>/target/i686-unknown-linux-gnu/debug/deps -L dependency=/<<PKGBUILDDIR>>/target/debug/deps --extern bincode=/<<PKGBUILDDIR>>/target/i686-unknown-linux-gnu/debug/deps/libbincode-d4d75ed5e0bc954d.rlib --extern blake3=/<<PKGBUILDDIR>>/target/i686-unknown-linux-gnu/debug/deps/libblake3-14530aaf6c73a40d.rlib --extern image=/<<PKGBUILDDIR>>/target/i686-unknown-linux-gnu/debug/deps/libimage-bc7e110f4a30a515.rlib --extern imagepipe=/<<PKGBUILDDIR>>/target/i686-unknown-linux-gnu/debug/deps/libimagepipe-a5fd7e773e34e125.rlib --extern lazy_static=/<<PKGBUILDDIR>>/target/i686-unknown-linux-gnu/debug/deps/liblazy_static-e73c6064084639d6.rlib --extern log=/<<PKGBUILDDIR>>/target/i686-unknown-linux-gnu/debug/deps/liblog-2cbc1b99ea2790f8.rlib --extern multicache=/<<PKGBUILDDIR>>/target/i686-unknown-linux-gnu/debug/deps/libmulticache-3c1b74155c857f73.rlib --extern num_traits=/<<PKGBUILDDIR>>/target/i686-unknown-linux-gnu/debug/deps/libnum_traits-0646f90dbfd161c9.rlib --extern rawloader=/<<PKGBUILDDIR>>/target/i686-unknown-linux-gnu/debug/deps/librawloader-f7b1b57ffa67c61b.rlib --extern rayon=/<<PKGBUILDDIR>>/target/i686-unknown-linux-gnu/debug/deps/librayon-544ed7d48cf09804.rlib --extern serde=/<<PKGBUILDDIR>>/target/i686-unknown-linux-gnu/debug/deps/libserde-c6ade923da9bd6bd.rlib --extern serde_derive=/<<PKGBUILDDIR>>/target/debug/deps/libserde_derive-a08ffcf7e9e4c161.so --extern serde_yaml=/<<PKGBUILDDIR>>/target/i686-unknown-linux-gnu/debug/deps/libserde_yaml-a882fb3572bdccf9.rlib -C debuginfo=2 --cap-lints warn -C linker=i686-linux-gnu-gcc -C link-arg=-Wl,-z,relro --remap-path-prefix /<<PKGBUILDDIR>>=/usr/share/cargo/registry/imagepipe-0.5.0 --remap-path-prefix /<<PKGBUILDDIR>>/debian/cargo_registry=/usr/share/cargo/registry -L native=/<<PKGBUILDDIR>>/target/i686-unknown-linux-gnu/debug/build/blake3-efb2e558d643a6ab/out`
    Finished test [optimized + debuginfo] target(s) in 54.90s
     Running `/<<PKGBUILDDIR>>/target/i686-unknown-linux-gnu/debug/deps/imagepipe-44b266b284d29d3c`

running 37 tests
test color_conversions::tests::roundtrip_16bit ... ok
test color_conversions::tests::roundtrip_8bit ... ok
test color_conversions::tests::roundtrip_8bit_gamma ... ok
test color_conversions::tests::roundtrip_16bit_values_image_crate ... ok
test color_conversions::tests::roundtrip_16bit_lab_rgb ... FAILED
test color_conversions::tests::roundtrip_16bit_gamma ... FAILED
test color_conversions::tests::roundtrip_8bit_values_image_crate ... ok
test ops::curves::tests::extremes ... ok
test ops::curves::tests::high_blackpoint ... ok
test color_conversions::tests::roundtrip_16bit_lab_rgb_gamma ... FAILED
test ops::curves::tests::low_whitepoint ... ok
test ops::curves::tests::saturates ... ok
test color_conversions::tests::roundtrip_8bit_lab_rgb_gamma ... FAILED
test color_conversions::tests::roundtrip_8bit_lab_rgb ... FAILED
test ops::rotatecrop::tests::crop_horizontal ... ok
test ops::rotatecrop::tests::crop_bottom ... ok
test ops::rotatecrop::tests::crop_right ... ok
test ops::rotatecrop::tests::crop_horizontal_and_vertical ... ok
test ops::rotatecrop::tests::rotate_45 ... ok
test ops::rotatecrop::tests::crop_vertical ... ok
test ops::rotatecrop::tests::crop_top ... ok
test ops::rotatecrop::tests::crop_left ... ok
test ops::transform::tests::rotate_flip_x ... ok
test ops::transform::tests::rotate_flip_y ... ok
test ops::transform::tests::rotate_normal ... ok
test ops::transform::tests::rotate_rotate180 ... ok
test ops::transform::tests::rotate_rotate270_cw ... ok
test ops::rotatecrop::tests::rotate_90 ... ok
test ops::transform::tests::rotate_rotate90_cw ... ok
test ops::transform::tests::rotate_transpose ... ok
test ops::transform::tests::rotate_unknown ... ok
test ops::transform::tests::rotate_transverse ... ok
test scaling::tests::scaling_noop ... ok
test ops::rotatecrop::tests::roundtrip_transform_rotation ... ok
test ops::rotatecrop::tests::roundtrip_transform ... ok
test color_conversions::tests::roundtrip_8bit_lab_xyz ... ok
test color_conversions::tests::roundtrip_16bit_lab_xyz has been running for over 60 seconds
test color_conversions::tests::roundtrip_16bit_lab_xyz ... ok

failures:

---- color_conversions::tests::roundtrip_16bit_lab_rgb stdout ----
thread 'color_conversions::tests::roundtrip_16bit_lab_rgb' panicked at 'assertion failed: `(left == right)`
  left: `(4, 388, 61298)`,
 right: `(0, 388, 61307)`', src/color_conversions.rs:550:11
stack backtrace:
   0: rust_begin_unwind
             at /usr/src/rustc-1.71.1/library/std/src/panicking.rs:593:5
   1: core::panicking::panic_fmt
             at /usr/src/rustc-1.71.1/library/core/src/panicking.rs:67:14
   2: core::panicking::assert_failed_inner
   3: core::panicking::assert_failed
             at /usr/src/rustc-1.71.1/library/core/src/panicking.rs:228:5
   4: imagepipe::color_conversions::tests::roundtrip_16bit_lab_rgb
   5: imagepipe::color_conversions::tests::roundtrip_16bit_lab_rgb::{{closure}}
             at /usr/share/cargo/registry/imagepipe-0.5.0/src/color_conversions.rs:533:32
   6: core::ops::function::FnOnce::call_once
             at /usr/src/rustc-1.71.1/library/core/src/ops/function.rs:250:5
   7: core::ops::function::FnOnce::call_once
             at /usr/src/rustc-1.71.1/library/core/src/ops/function.rs:250:5
note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace.

---- color_conversions::tests::roundtrip_16bit_gamma stdout ----
thread 'color_conversions::tests::roundtrip_16bit_gamma' panicked at 'assertion failed: `(left == right)`
  left: `18730`,
 right: `18722`', src/color_conversions.rs:400:7
stack backtrace:
   0: rust_begin_unwind
             at /usr/src/rustc-1.71.1/library/std/src/panicking.rs:593:5
   1: core::panicking::panic_fmt
             at /usr/src/rustc-1.71.1/library/core/src/panicking.rs:67:14
   2: core::panicking::assert_failed_inner
   3: core::panicking::assert_failed
             at /usr/src/rustc-1.71.1/library/core/src/panicking.rs:228:5
   4: imagepipe::color_conversions::tests::roundtrip_16bit_gamma
             at /usr/share/cargo/registry/imagepipe-0.5.0/src/color_conversions.rs:400:7
   5: imagepipe::color_conversions::tests::roundtrip_16bit_gamma::{{closure}}
             at /usr/share/cargo/registry/imagepipe-0.5.0/src/color_conversions.rs:398:30
   6: core::ops::function::FnOnce::call_once
             at /usr/src/rustc-1.71.1/library/core/src/ops/function.rs:250:5
   7: core::ops::function::FnOnce::call_once
             at /usr/src/rustc-1.71.1/library/core/src/ops/function.rs:250:5
note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace.

---- color_conversions::tests::roundtrip_16bit_lab_rgb_gamma stdout ----
Got (56, 480, 58676) instead of (0, 485, 58681)
thread 'color_conversions::tests::roundtrip_16bit_lab_rgb_gamma' panicked at 'assertion failed: condition', src/color_conversions.rs:417:5
stack backtrace:
   0: rust_begin_unwind
             at /usr/src/rustc-1.71.1/library/std/src/panicking.rs:593:5
   1: core::panicking::panic_fmt
             at /usr/src/rustc-1.71.1/library/core/src/panicking.rs:67:14
   2: core::panicking::panic
             at /usr/src/rustc-1.71.1/library/core/src/panicking.rs:117:5
   3: imagepipe::color_conversions::tests::roundtrip_16bit_lab_rgb_gamma
   4: imagepipe::color_conversions::tests::roundtrip_16bit_lab_rgb_gamma::{{closure}}
             at /usr/share/cargo/registry/imagepipe-0.5.0/src/color_conversions.rs:568:38
   5: core::ops::function::FnOnce::call_once
             at /usr/src/rustc-1.71.1/library/core/src/ops/function.rs:250:5
   6: core::ops::function::FnOnce::call_once
             at /usr/src/rustc-1.71.1/library/core/src/ops/function.rs:250:5
note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace.

---- color_conversions::tests::roundtrip_8bit_lab_rgb_gamma stdout ----
thread 'color_conversions::tests::roundtrip_8bit_lab_rgb_gamma' panicked at 'assertion failed: `(left == right)`
  left: `(0, 114, 0)`,
 right: `(0, 114, 1)`', src/color_conversions.rs:491:11
stack backtrace:
   0: rust_begin_unwind
             at /usr/src/rustc-1.71.1/library/std/src/panicking.rs:593:5
   1: core::panicking::panic_fmt
             at /usr/src/rustc-1.71.1/library/core/src/panicking.rs:67:14
   2: core::panicking::assert_failed_inner
   3: core::panicking::assert_failed
             at /usr/src/rustc-1.71.1/library/core/src/panicking.rs:228:5
   4: imagepipe::color_conversions::tests::roundtrip_8bit_lab_rgb_gamma
             at /usr/share/cargo/registry/imagepipe-0.5.0/src/color_conversions.rs:491:11
   5: imagepipe::color_conversions::tests::roundtrip_8bit_lab_rgb_gamma::{{closure}}
             at /usr/share/cargo/registry/imagepipe-0.5.0/src/color_conversions.rs:466:37
   6: core::ops::function::FnOnce::call_once
             at /usr/src/rustc-1.71.1/library/core/src/ops/function.rs:250:5
   7: core::ops::function::FnOnce::call_once
             at /usr/src/rustc-1.71.1/library/core/src/ops/function.rs:250:5
note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace.

---- color_conversions::tests::roundtrip_8bit_lab_rgb stdout ----
thread 'color_conversions::tests::roundtrip_8bit_lab_rgb' panicked at 'assertion failed: `(left == right)`
  left: `(1, 9, 215)`,
 right: `(1, 10, 215)`', src/color_conversions.rs:459:11
stack backtrace:
   0: rust_begin_unwind
             at /usr/src/rustc-1.71.1/library/std/src/panicking.rs:593:5
   1: core::panicking::panic_fmt
             at /usr/src/rustc-1.71.1/library/core/src/panicking.rs:67:14
   2: core::panicking::assert_failed_inner
   3: core::panicking::assert_failed
             at /usr/src/rustc-1.71.1/library/core/src/panicking.rs:228:5
   4: imagepipe::color_conversions::tests::roundtrip_8bit_lab_rgb
             at /usr/share/cargo/registry/imagepipe-0.5.0/src/color_conversions.rs:459:11
   5: imagepipe::color_conversions::tests::roundtrip_8bit_lab_rgb::{{closure}}
             at /usr/share/cargo/registry/imagepipe-0.5.0/src/color_conversions.rs:443:31
   6: core::ops::function::FnOnce::call_once
             at /usr/src/rustc-1.71.1/library/core/src/ops/function.rs:250:5
   7: core::ops::function::FnOnce::call_once
             at /usr/src/rustc-1.71.1/library/core/src/ops/function.rs:250:5
note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace.

failures:
    color_conversions::tests::roundtrip_16bit_gamma
    color_conversions::tests::roundtrip_16bit_lab_rgb
    color_conversions::tests::roundtrip_16bit_lab_rgb_gamma
    color_conversions::tests::roundtrip_8bit_lab_rgb
    color_conversions::tests::roundtrip_8bit_lab_rgb_gamma

test result: FAILED. 32 passed; 5 failed; 0 ignored; 0 measured; 0 filtered out; finished in 253.77s
pedrocr commented 1 month ago

That's interesting. I don't know what would make it not work on i386. It's not a platform I would test anything in these days but I'm happy to take a patch or even a more detailed but report if you can find the cause.

tenzap commented 1 month ago

I won't be of help on this sorry, I only made the Debian package (because I need it for another one) but I have no knowledge in rust language.

pedrocr commented 1 month ago

Interesting. Do you know why this is being packaged by debian?

tenzap commented 1 month ago

It is a dependency of czkawka