alamb opened a new issue, #5565: URL: https://github.com/apache/arrow-rs/issues/5565
**Describe the bug** `parquet / Build wasm32 (pull_request)` CI check is failing on main , evenwi **To Reproduce** Make a PR with no code changes, for example https://github.com/apache/arrow-rs/pull/5564 It fails like https://github.com/apache/arrow-rs/actions/runs/8474125669/job/23219908414?pr=5564 ``` Run cargo build -p parquet --target wasm32-unknown-unknown cargo build -p parquet --target wasm3[2](https://github.com/apache/arrow-rs/actions/runs/8474125669/job/23219908414?pr=5564#step:6:2)-unknown-unknown shell: sh -e {0} env: RUSTFLAGS: -C debuginfo=1 RUST_BACKTRACE: 1 Compiling autocfg v1.2.0 Compiling libm v0.2.8 Compiling libc v0.2.15[3](https://github.com/apache/arrow-rs/actions/runs/8474125669/job/23219908414?pr=5564#step:6:3) ... Compiling arrow-cast v51.0.0 (/__w/arrow-rs/arrow-rs/arrow-cast) The following warnings were emitted during compilation: warning: [email protected]+zstd.1.5.6: In file included from zstd/lib/common/zstd_common.c:18: warning: [email protected]+zstd.1.5.6: In file included from zstd/lib/common/zstd_internal.h:35: warning: [email protected]+zstd.1.5.6: zstd/lib/common/xxhash.h:3157:22: error: called object type 'int' is not a function or function pointer warning: [email protected]+zstd.1.5.6: XXH_STATIC_ASSERT(sizeof(XXH32_canonical_t) == sizeof(XXH32_hash_t)); warning: [email protected]+zstd.1.5.6: ~~~~~~~~~~~~~~~~~^ warning: [email protected]+zstd.1.5.6: zstd/lib/common/xxhash.h:3600:22: error: called object type 'int' is not a function or function pointer warning: [email protected]+zstd.1.5.6: XXH_STATIC_ASSERT(sizeof(XXH[64](https://github.com/apache/arrow-rs/actions/runs/8474125669/job/23219908414?pr=5564#step:6:65)_canonical_t) == sizeof(XXH64_hash_t)); warning: [email protected]+zstd.1.5.6: ~~~~~~~~~~~~~~~~~^ warning: [email protected]+zstd.1.5.6: 2 errors generated. ... ``` **Expected behavior** CI checks should pass when no code is chanegd **Additional context** Reported by @XiangpengHao on https://github.com/apache/arrow-rs/pull/5564 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
