[INFO] fetching crate blosc-src 0.3.6... [INFO] testing blosc-src-0.3.6 against try#8de4c7234dd9b97c9d76b58671343fdbbc9a433e+target=x86_64-unknown-linux-musl for musl_upgrade_1_2_5_with_libc_patch_0 [INFO] extracting crate blosc-src 0.3.6 into /workspace/builds/worker-6-tc1/source [INFO] started tweaking crates.io crate blosc-src 0.3.6 [INFO] removed 0 missing tests [INFO] finished tweaking crates.io crate blosc-src 0.3.6 [INFO] tweaked toml for crates.io crate blosc-src 0.3.6 written to /workspace/builds/worker-6-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate blosc-src 0.3.6 on toolchain 8de4c7234dd9b97c9d76b58671343fdbbc9a433e [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate crates.io crate blosc-src 0.3.6 already has a lockfile, it will not be regenerated [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded link-cplusplus v1.0.10 [INFO] [stderr] Downloaded snappy_src v0.2.5+snappy.1.2.2 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 9fd968e9ab39774a64f1980a43150f8289d80d667c1f021c917ea1e1f835cc54 [INFO] running `Command { std: "docker" "start" "-a" "9fd968e9ab39774a64f1980a43150f8289d80d667c1f021c917ea1e1f835cc54", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "9fd968e9ab39774a64f1980a43150f8289d80d667c1f021c917ea1e1f835cc54", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9fd968e9ab39774a64f1980a43150f8289d80d667c1f021c917ea1e1f835cc54", kill_on_drop: false }` [INFO] [stdout] 9fd968e9ab39774a64f1980a43150f8289d80d667c1f021c917ea1e1f835cc54 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "build" "--frozen" "--message-format=json" "--target" "x86_64-unknown-linux-musl", kill_on_drop: false }` [INFO] [stdout] 128d29f1345301faa2498de9088e08485dd050f7bcc9e0cca1962f01f1a1bde2 [INFO] running `Command { std: "docker" "start" "-a" "128d29f1345301faa2498de9088e08485dd050f7bcc9e0cca1962f01f1a1bde2", kill_on_drop: false }` [INFO] [stderr] Compiling cc v1.2.19 [INFO] [stderr] Compiling blosc-src v0.3.6 (/opt/rustwide/workdir) [INFO] [stderr] warning: blosc-src@0.3.6: In file included from c-blosc/blosc/shuffle.c:12: [INFO] [stderr] warning: blosc-src@0.3.6: c-blosc/blosc/shuffle-generic.h:61:13: warning: 'unshuffle_generic_inline' defined but not used [-Wunused-function] [INFO] [stderr] warning: blosc-src@0.3.6: 61 | static void unshuffle_generic_inline(const size_t type_size, [INFO] [stderr] warning: blosc-src@0.3.6: | ^~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] warning: blosc-src@0.3.6: c-blosc/blosc/shuffle-generic.h:32:13: warning: 'shuffle_generic_inline' defined but not used [-Wunused-function] [INFO] [stderr] warning: blosc-src@0.3.6: 32 | static void shuffle_generic_inline(const size_t type_size, [INFO] [stderr] warning: blosc-src@0.3.6: | ^~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] warning: blosc-src@0.3.6: c-blosc/blosc/blosc.c: In function 'blosc_c': [INFO] [stderr] warning: blosc-src@0.3.6: c-blosc/blosc/blosc.c:605:7: warning: variable 'accel' set but not used [-Wunused-but-set-variable] [INFO] [stderr] warning: blosc-src@0.3.6: 605 | int accel; [INFO] [stderr] warning: blosc-src@0.3.6: | ^~~~~ [INFO] [stderr] warning: blosc-src@0.3.6: c-blosc/blosc/blosc.c: In function 'blosc_d': [INFO] [stderr] warning: blosc-src@0.3.6: c-blosc/blosc/blosc.c:763:38: warning: comparison of integer expressions of different signedness: 'int32_t' {aka 'int'} and 'long unsigned int' [-Wsign-compare] [INFO] [stderr] warning: blosc-src@0.3.6: 763 | if (src_offset < 0 || src_offset > compressedsize - sizeof(int32_t)) { [INFO] [stderr] warning: blosc-src@0.3.6: | ^ [INFO] [stderr] warning: blosc-src@0.3.6: c-blosc/blosc/blosc.c: In function 'compute_blocksize': [INFO] [stderr] warning: blosc-src@0.3.6: c-blosc/blosc/blosc.c:985:19: warning: comparison of integer expressions of different signedness: 'int32_t' {aka 'int'} and 'long unsigned int' [-Wsign-compare] [INFO] [stderr] warning: blosc-src@0.3.6: 985 | if (blocksize > BLOSC_MAX_BLOCKSIZE) { [INFO] [stderr] warning: blosc-src@0.3.6: | ^ [INFO] [stderr] warning: blosc-src@0.3.6: c-blosc/blosc/blosc.c: In function 'write_compression_header': [INFO] [stderr] warning: blosc-src@0.3.6: c-blosc/blosc/blosc.c:1143:72: warning: unused parameter 'clevel' [-Wunused-parameter] [INFO] [stderr] warning: blosc-src@0.3.6: 1143 | static int write_compression_header(struct blosc_context* context, int clevel, int doshuffle) [INFO] [stderr] warning: blosc-src@0.3.6: | ~~~~^~~~~~ [INFO] [stderr] warning: blosc-src@0.3.6: c-blosc/blosc/blosc.c: In function 'blosc_run_decompression_with_context': [INFO] [stderr] warning: blosc-src@0.3.6: c-blosc/blosc/blosc.c:1458:53: warning: comparison of integer expressions of different signedness: 'int32_t' {aka 'int'} and 'size_t' {aka 'long unsigned int'} [-Wsign-compare] [INFO] [stderr] warning: blosc-src@0.3.6: 1458 | if (context->blocksize <= 0 || context->blocksize > destsize || [INFO] [stderr] warning: blosc-src@0.3.6: | ^ [INFO] [stderr] warning: blosc-src@0.3.6: c-blosc/blosc/blosc.c:1459:26: warning: comparison of integer expressions of different signedness: 'int32_t' {aka 'int'} and 'long unsigned int' [-Wsign-compare] [INFO] [stderr] warning: blosc-src@0.3.6: 1459 | context->blocksize > BLOSC_MAX_BLOCKSIZE || context->typesize <= 0 || [INFO] [stderr] warning: blosc-src@0.3.6: | ^ [INFO] [stderr] warning: blosc-src@0.3.6: c-blosc/blosc/blosc.c: In function 'blosc_getitem': [INFO] [stderr] warning: blosc-src@0.3.6: c-blosc/blosc/blosc.c:1596:57: warning: comparison of integer expressions of different signedness: 'int32_t' {aka 'int'} and 'long unsigned int' [-Wsign-compare] [INFO] [stderr] warning: blosc-src@0.3.6: 1596 | if (blocksize <= 0 || blocksize > nbytes || blocksize > BLOSC_MAX_BLOCKSIZE || [INFO] [stderr] warning: blosc-src@0.3.6: | ^ [INFO] [stderr] warning: blosc-src@0.3.6: c-blosc/blosc/shuffle-avx2.c: In function 'blosc_internal_shuffle_avx2': [INFO] [stderr] warning: blosc-src@0.3.6: c-blosc/blosc/shuffle-avx2.c:17:42: warning: unused parameter 'bytesoftype' [-Wunused-parameter] [INFO] [stderr] warning: blosc-src@0.3.6: 17 | blosc_internal_shuffle_avx2(const size_t bytesoftype, const size_t blocksize, [INFO] [stderr] warning: blosc-src@0.3.6: | ~~~~~~~~~~~~~^~~~~~~~~~~ [INFO] [stderr] warning: blosc-src@0.3.6: c-blosc/blosc/shuffle-avx2.c:17:68: warning: unused parameter 'blocksize' [-Wunused-parameter] [INFO] [stderr] warning: blosc-src@0.3.6: 17 | blosc_internal_shuffle_avx2(const size_t bytesoftype, const size_t blocksize, [INFO] [stderr] warning: blosc-src@0.3.6: | ~~~~~~~~~~~~~^~~~~~~~~ [INFO] [stderr] warning: blosc-src@0.3.6: c-blosc/blosc/shuffle-avx2.c:18:50: warning: unused parameter '_src' [-Wunused-parameter] [INFO] [stderr] warning: blosc-src@0.3.6: 18 | const uint8_t* const _src, uint8_t* const _dest) { [INFO] [stderr] warning: blosc-src@0.3.6: | ~~~~~~~~~~~~~~~~~~~~~^~~~ [INFO] [stderr] warning: blosc-src@0.3.6: c-blosc/blosc/shuffle-avx2.c:18:71: warning: unused parameter '_dest' [-Wunused-parameter] [INFO] [stderr] warning: blosc-src@0.3.6: 18 | const uint8_t* const _src, uint8_t* const _dest) { [INFO] [stderr] warning: blosc-src@0.3.6: | ~~~~~~~~~~~~~~~^~~~~ [INFO] [stderr] warning: blosc-src@0.3.6: c-blosc/blosc/shuffle-avx2.c: In function 'blosc_internal_unshuffle_avx2': [INFO] [stderr] warning: blosc-src@0.3.6: c-blosc/blosc/shuffle-avx2.c:23:44: warning: unused parameter 'bytesoftype' [-Wunused-parameter] [INFO] [stderr] warning: blosc-src@0.3.6: 23 | blosc_internal_unshuffle_avx2(const size_t bytesoftype, const size_t blocksize, [INFO] [stderr] warning: blosc-src@0.3.6: | ~~~~~~~~~~~~~^~~~~~~~~~~ [INFO] [stderr] warning: blosc-src@0.3.6: c-blosc/blosc/shuffle-avx2.c:23:70: warning: unused parameter 'blocksize' [-Wunused-parameter] [INFO] [stderr] warning: blosc-src@0.3.6: 23 | blosc_internal_unshuffle_avx2(const size_t bytesoftype, const size_t blocksize, [INFO] [stderr] warning: blosc-src@0.3.6: | ~~~~~~~~~~~~~^~~~~~~~~ [INFO] [stderr] warning: blosc-src@0.3.6: c-blosc/blosc/shuffle-avx2.c:24:52: warning: unused parameter '_src' [-Wunused-parameter] [INFO] [stderr] warning: blosc-src@0.3.6: 24 | const uint8_t* const _src, uint8_t* const _dest) { [INFO] [stderr] warning: blosc-src@0.3.6: | ~~~~~~~~~~~~~~~~~~~~~^~~~ [INFO] [stderr] warning: blosc-src@0.3.6: c-blosc/blosc/shuffle-avx2.c:24:73: warning: unused parameter '_dest' [-Wunused-parameter] [INFO] [stderr] warning: blosc-src@0.3.6: 24 | const uint8_t* const _src, uint8_t* const _dest) { [INFO] [stderr] warning: blosc-src@0.3.6: | ~~~~~~~~~~~~~~~^~~~~ [INFO] [stderr] warning: blosc-src@0.3.6: In file included from c-blosc/blosc/shuffle-avx2.c:9: [INFO] [stderr] warning: blosc-src@0.3.6: c-blosc/blosc/shuffle-generic.h: At top level: [INFO] [stderr] warning: blosc-src@0.3.6: c-blosc/blosc/shuffle-generic.h:61:13: warning: 'unshuffle_generic_inline' defined but not used [-Wunused-function] [INFO] [stderr] warning: blosc-src@0.3.6: 61 | static void unshuffle_generic_inline(const size_t type_size, [INFO] [stderr] warning: blosc-src@0.3.6: | ^~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] warning: blosc-src@0.3.6: c-blosc/blosc/shuffle-generic.h:32:13: warning: 'shuffle_generic_inline' defined but not used [-Wunused-function] [INFO] [stderr] warning: blosc-src@0.3.6: 32 | static void shuffle_generic_inline(const size_t type_size, [INFO] [stderr] warning: blosc-src@0.3.6: | ^~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] warning: blosc-src@0.3.6: c-blosc/blosc/bitshuffle-avx2.c: In function 'blosc_internal_bshuf_trans_bit_elem_avx2': [INFO] [stderr] warning: blosc-src@0.3.6: c-blosc/blosc/bitshuffle-avx2.c:24:56: warning: unused parameter 'in' [-Wunused-parameter] [INFO] [stderr] warning: blosc-src@0.3.6: 24 | int64_t blosc_internal_bshuf_trans_bit_elem_avx2(void* in, void* out, const size_t size, [INFO] [stderr] warning: blosc-src@0.3.6: | ~~~~~~^~ [INFO] [stderr] warning: blosc-src@0.3.6: c-blosc/blosc/bitshuffle-avx2.c:24:66: warning: unused parameter 'out' [-Wunused-parameter] [INFO] [stderr] warning: blosc-src@0.3.6: 24 | int64_t blosc_internal_bshuf_trans_bit_elem_avx2(void* in, void* out, const size_t size, [INFO] [stderr] warning: blosc-src@0.3.6: | ~~~~~~^~~ [INFO] [stderr] warning: blosc-src@0.3.6: c-blosc/blosc/bitshuffle-avx2.c:24:84: warning: unused parameter 'size' [-Wunused-parameter] [INFO] [stderr] warning: blosc-src@0.3.6: 24 | int64_t blosc_internal_bshuf_trans_bit_elem_avx2(void* in, void* out, const size_t size, [INFO] [stderr] warning: blosc-src@0.3.6: | ~~~~~~~~~~~~~^~~~ [INFO] [stderr] warning: blosc-src@0.3.6: c-blosc/blosc/bitshuffle-avx2.c:25:63: warning: unused parameter 'elem_size' [-Wunused-parameter] [INFO] [stderr] warning: blosc-src@0.3.6: 25 | const size_t elem_size, void* tmp_buf) { [INFO] [stderr] warning: blosc-src@0.3.6: | ~~~~~~~~~~~~~^~~~~~~~~ [INFO] [stderr] warning: blosc-src@0.3.6: c-blosc/blosc/bitshuffle-avx2.c:25:80: warning: unused parameter 'tmp_buf' [-Wunused-parameter] [INFO] [stderr] warning: blosc-src@0.3.6: 25 | const size_t elem_size, void* tmp_buf) { [INFO] [stderr] warning: blosc-src@0.3.6: | ~~~~~~^~~~~~~ [INFO] [stderr] warning: blosc-src@0.3.6: c-blosc/blosc/bitshuffle-avx2.c: In function 'blosc_internal_bshuf_untrans_bit_elem_avx2': [INFO] [stderr] warning: blosc-src@0.3.6: c-blosc/blosc/bitshuffle-avx2.c:29:58: warning: unused parameter 'in' [-Wunused-parameter] [INFO] [stderr] warning: blosc-src@0.3.6: 29 | int64_t blosc_internal_bshuf_untrans_bit_elem_avx2(void* in, void* out, const size_t size, [INFO] [stderr] warning: blosc-src@0.3.6: | ~~~~~~^~ [INFO] [stderr] warning: blosc-src@0.3.6: c-blosc/blosc/bitshuffle-avx2.c:29:68: warning: unused parameter 'out' [-Wunused-parameter] [INFO] [stderr] warning: blosc-src@0.3.6: 29 | int64_t blosc_internal_bshuf_untrans_bit_elem_avx2(void* in, void* out, const size_t size, [INFO] [stderr] warning: blosc-src@0.3.6: | ~~~~~~^~~ [INFO] [stderr] warning: blosc-src@0.3.6: c-blosc/blosc/bitshuffle-avx2.c:29:86: warning: unused parameter 'size' [-Wunused-parameter] [INFO] [stderr] warning: blosc-src@0.3.6: 29 | int64_t blosc_internal_bshuf_untrans_bit_elem_avx2(void* in, void* out, const size_t size, [INFO] [stderr] warning: blosc-src@0.3.6: | ~~~~~~~~~~~~~^~~~ [INFO] [stderr] warning: blosc-src@0.3.6: c-blosc/blosc/bitshuffle-avx2.c:30:65: warning: unused parameter 'elem_size' [-Wunused-parameter] [INFO] [stderr] warning: blosc-src@0.3.6: 30 | const size_t elem_size, void* tmp_buf) { [INFO] [stderr] warning: blosc-src@0.3.6: | ~~~~~~~~~~~~~^~~~~~~~~ [INFO] [stderr] warning: blosc-src@0.3.6: c-blosc/blosc/bitshuffle-avx2.c:30:82: warning: unused parameter 'tmp_buf' [-Wunused-parameter] [INFO] [stderr] warning: blosc-src@0.3.6: 30 | const size_t elem_size, void* tmp_buf) { [INFO] [stderr] warning: blosc-src@0.3.6: | ~~~~~~^~~~~~~ [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.12s [INFO] running `Command { std: "docker" "inspect" "128d29f1345301faa2498de9088e08485dd050f7bcc9e0cca1962f01f1a1bde2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "128d29f1345301faa2498de9088e08485dd050f7bcc9e0cca1962f01f1a1bde2", kill_on_drop: false }` [INFO] [stdout] 128d29f1345301faa2498de9088e08485dd050f7bcc9e0cca1962f01f1a1bde2 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "test" "--frozen" "--no-run" "--message-format=json" "--target" "x86_64-unknown-linux-musl", kill_on_drop: false }` [INFO] [stdout] 11355825b5a23f52774fe00e20bf89220ee937e4804bac3ba97f152b7ceb9901 [INFO] running `Command { std: "docker" "start" "-a" "11355825b5a23f52774fe00e20bf89220ee937e4804bac3ba97f152b7ceb9901", kill_on_drop: false }` [INFO] [stderr] warning: blosc-src@0.3.6: In file included from c-blosc/blosc/shuffle.c:12: [INFO] [stderr] warning: blosc-src@0.3.6: c-blosc/blosc/shuffle-generic.h:61:13: warning: 'unshuffle_generic_inline' defined but not used [-Wunused-function] [INFO] [stderr] warning: blosc-src@0.3.6: 61 | static void unshuffle_generic_inline(const size_t type_size, [INFO] [stderr] warning: blosc-src@0.3.6: | ^~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] warning: blosc-src@0.3.6: c-blosc/blosc/shuffle-generic.h:32:13: warning: 'shuffle_generic_inline' defined but not used [-Wunused-function] [INFO] [stderr] warning: blosc-src@0.3.6: 32 | static void shuffle_generic_inline(const size_t type_size, [INFO] [stderr] warning: blosc-src@0.3.6: | ^~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] warning: blosc-src@0.3.6: c-blosc/blosc/blosc.c: In function 'blosc_c': [INFO] [stderr] warning: blosc-src@0.3.6: c-blosc/blosc/blosc.c:605:7: warning: variable 'accel' set but not used [-Wunused-but-set-variable] [INFO] [stderr] warning: blosc-src@0.3.6: 605 | int accel; [INFO] [stderr] warning: blosc-src@0.3.6: | ^~~~~ [INFO] [stderr] warning: blosc-src@0.3.6: c-blosc/blosc/blosc.c: In function 'blosc_d': [INFO] [stderr] warning: blosc-src@0.3.6: c-blosc/blosc/blosc.c:763:38: warning: comparison of integer expressions of different signedness: 'int32_t' {aka 'int'} and 'long unsigned int' [-Wsign-compare] [INFO] [stderr] warning: blosc-src@0.3.6: 763 | if (src_offset < 0 || src_offset > compressedsize - sizeof(int32_t)) { [INFO] [stderr] warning: blosc-src@0.3.6: | ^ [INFO] [stderr] warning: blosc-src@0.3.6: c-blosc/blosc/blosc.c: In function 'compute_blocksize': [INFO] [stderr] warning: blosc-src@0.3.6: c-blosc/blosc/blosc.c:985:19: warning: comparison of integer expressions of different signedness: 'int32_t' {aka 'int'} and 'long unsigned int' [-Wsign-compare] [INFO] [stderr] warning: blosc-src@0.3.6: 985 | if (blocksize > BLOSC_MAX_BLOCKSIZE) { [INFO] [stderr] warning: blosc-src@0.3.6: | ^ [INFO] [stderr] warning: blosc-src@0.3.6: c-blosc/blosc/blosc.c: In function 'write_compression_header': [INFO] [stderr] warning: blosc-src@0.3.6: c-blosc/blosc/blosc.c:1143:72: warning: unused parameter 'clevel' [-Wunused-parameter] [INFO] [stderr] warning: blosc-src@0.3.6: 1143 | static int write_compression_header(struct blosc_context* context, int clevel, int doshuffle) [INFO] [stderr] warning: blosc-src@0.3.6: | ~~~~^~~~~~ [INFO] [stderr] warning: blosc-src@0.3.6: c-blosc/blosc/blosc.c: In function 'blosc_run_decompression_with_context': [INFO] [stderr] warning: blosc-src@0.3.6: c-blosc/blosc/blosc.c:1458:53: warning: comparison of integer expressions of different signedness: 'int32_t' {aka 'int'} and 'size_t' {aka 'long unsigned int'} [-Wsign-compare] [INFO] [stderr] warning: blosc-src@0.3.6: 1458 | if (context->blocksize <= 0 || context->blocksize > destsize || [INFO] [stderr] warning: blosc-src@0.3.6: | ^ [INFO] [stderr] warning: blosc-src@0.3.6: c-blosc/blosc/blosc.c:1459:26: warning: comparison of integer expressions of different signedness: 'int32_t' {aka 'int'} and 'long unsigned int' [-Wsign-compare] [INFO] [stderr] warning: blosc-src@0.3.6: 1459 | context->blocksize > BLOSC_MAX_BLOCKSIZE || context->typesize <= 0 || [INFO] [stderr] warning: blosc-src@0.3.6: | ^ [INFO] [stderr] warning: blosc-src@0.3.6: c-blosc/blosc/blosc.c: In function 'blosc_getitem': [INFO] [stderr] warning: blosc-src@0.3.6: c-blosc/blosc/blosc.c:1596:57: warning: comparison of integer expressions of different signedness: 'int32_t' {aka 'int'} and 'long unsigned int' [-Wsign-compare] [INFO] [stderr] warning: blosc-src@0.3.6: 1596 | if (blocksize <= 0 || blocksize > nbytes || blocksize > BLOSC_MAX_BLOCKSIZE || [INFO] [stderr] warning: blosc-src@0.3.6: | ^ [INFO] [stderr] warning: blosc-src@0.3.6: c-blosc/blosc/shuffle-avx2.c: In function 'blosc_internal_shuffle_avx2': [INFO] [stderr] warning: blosc-src@0.3.6: c-blosc/blosc/shuffle-avx2.c:17:42: warning: unused parameter 'bytesoftype' [-Wunused-parameter] [INFO] [stderr] warning: blosc-src@0.3.6: 17 | blosc_internal_shuffle_avx2(const size_t bytesoftype, const size_t blocksize, [INFO] [stderr] warning: blosc-src@0.3.6: | ~~~~~~~~~~~~~^~~~~~~~~~~ [INFO] [stderr] warning: blosc-src@0.3.6: c-blosc/blosc/shuffle-avx2.c:17:68: warning: unused parameter 'blocksize' [-Wunused-parameter] [INFO] [stderr] warning: blosc-src@0.3.6: 17 | blosc_internal_shuffle_avx2(const size_t bytesoftype, const size_t blocksize, [INFO] [stderr] warning: blosc-src@0.3.6: | ~~~~~~~~~~~~~^~~~~~~~~ [INFO] [stderr] warning: blosc-src@0.3.6: c-blosc/blosc/shuffle-avx2.c:18:50: warning: unused parameter '_src' [-Wunused-parameter] [INFO] [stderr] warning: blosc-src@0.3.6: 18 | const uint8_t* const _src, uint8_t* const _dest) { [INFO] [stderr] warning: blosc-src@0.3.6: | ~~~~~~~~~~~~~~~~~~~~~^~~~ [INFO] [stderr] warning: blosc-src@0.3.6: c-blosc/blosc/shuffle-avx2.c:18:71: warning: unused parameter '_dest' [-Wunused-parameter] [INFO] [stderr] warning: blosc-src@0.3.6: 18 | const uint8_t* const _src, uint8_t* const _dest) { [INFO] [stderr] warning: blosc-src@0.3.6: | ~~~~~~~~~~~~~~~^~~~~ [INFO] [stderr] warning: blosc-src@0.3.6: c-blosc/blosc/shuffle-avx2.c: In function 'blosc_internal_unshuffle_avx2': [INFO] [stderr] warning: blosc-src@0.3.6: c-blosc/blosc/shuffle-avx2.c:23:44: warning: unused parameter 'bytesoftype' [-Wunused-parameter] [INFO] [stderr] warning: blosc-src@0.3.6: 23 | blosc_internal_unshuffle_avx2(const size_t bytesoftype, const size_t blocksize, [INFO] [stderr] warning: blosc-src@0.3.6: | ~~~~~~~~~~~~~^~~~~~~~~~~ [INFO] [stderr] warning: blosc-src@0.3.6: c-blosc/blosc/shuffle-avx2.c:23:70: warning: unused parameter 'blocksize' [-Wunused-parameter] [INFO] [stderr] warning: blosc-src@0.3.6: 23 | blosc_internal_unshuffle_avx2(const size_t bytesoftype, const size_t blocksize, [INFO] [stderr] warning: blosc-src@0.3.6: | ~~~~~~~~~~~~~^~~~~~~~~ [INFO] [stderr] warning: blosc-src@0.3.6: c-blosc/blosc/shuffle-avx2.c:24:52: warning: unused parameter '_src' [-Wunused-parameter] [INFO] [stderr] warning: blosc-src@0.3.6: 24 | const uint8_t* const _src, uint8_t* const _dest) { [INFO] [stderr] warning: blosc-src@0.3.6: | ~~~~~~~~~~~~~~~~~~~~~^~~~ [INFO] [stderr] warning: blosc-src@0.3.6: c-blosc/blosc/shuffle-avx2.c:24:73: warning: unused parameter '_dest' [-Wunused-parameter] [INFO] [stderr] warning: blosc-src@0.3.6: 24 | const uint8_t* const _src, uint8_t* const _dest) { [INFO] [stderr] warning: blosc-src@0.3.6: | ~~~~~~~~~~~~~~~^~~~~ [INFO] [stderr] warning: blosc-src@0.3.6: In file included from c-blosc/blosc/shuffle-avx2.c:9: [INFO] [stderr] warning: blosc-src@0.3.6: c-blosc/blosc/shuffle-generic.h: At top level: [INFO] [stderr] warning: blosc-src@0.3.6: c-blosc/blosc/shuffle-generic.h:61:13: warning: 'unshuffle_generic_inline' defined but not used [-Wunused-function] [INFO] [stderr] warning: blosc-src@0.3.6: 61 | static void unshuffle_generic_inline(const size_t type_size, [INFO] [stderr] warning: blosc-src@0.3.6: | ^~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] warning: blosc-src@0.3.6: c-blosc/blosc/shuffle-generic.h:32:13: warning: 'shuffle_generic_inline' defined but not used [-Wunused-function] [INFO] [stderr] warning: blosc-src@0.3.6: 32 | static void shuffle_generic_inline(const size_t type_size, [INFO] [stderr] warning: blosc-src@0.3.6: | ^~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] warning: blosc-src@0.3.6: c-blosc/blosc/bitshuffle-avx2.c: In function 'blosc_internal_bshuf_trans_bit_elem_avx2': [INFO] [stderr] warning: blosc-src@0.3.6: c-blosc/blosc/bitshuffle-avx2.c:24:56: warning: unused parameter 'in' [-Wunused-parameter] [INFO] [stderr] warning: blosc-src@0.3.6: 24 | int64_t blosc_internal_bshuf_trans_bit_elem_avx2(void* in, void* out, const size_t size, [INFO] [stderr] warning: blosc-src@0.3.6: | ~~~~~~^~ [INFO] [stderr] warning: blosc-src@0.3.6: c-blosc/blosc/bitshuffle-avx2.c:24:66: warning: unused parameter 'out' [-Wunused-parameter] [INFO] [stderr] warning: blosc-src@0.3.6: 24 | int64_t blosc_internal_bshuf_trans_bit_elem_avx2(void* in, void* out, const size_t size, [INFO] [stderr] warning: blosc-src@0.3.6: | ~~~~~~^~~ [INFO] [stderr] warning: blosc-src@0.3.6: c-blosc/blosc/bitshuffle-avx2.c:24:84: warning: unused parameter 'size' [-Wunused-parameter] [INFO] [stderr] warning: blosc-src@0.3.6: 24 | int64_t blosc_internal_bshuf_trans_bit_elem_avx2(void* in, void* out, const size_t size, [INFO] [stderr] warning: blosc-src@0.3.6: | ~~~~~~~~~~~~~^~~~ [INFO] [stderr] warning: blosc-src@0.3.6: c-blosc/blosc/bitshuffle-avx2.c:25:63: warning: unused parameter 'elem_size' [-Wunused-parameter] [INFO] [stderr] warning: blosc-src@0.3.6: 25 | const size_t elem_size, void* tmp_buf) { [INFO] [stderr] warning: blosc-src@0.3.6: | ~~~~~~~~~~~~~^~~~~~~~~ [INFO] [stderr] warning: blosc-src@0.3.6: c-blosc/blosc/bitshuffle-avx2.c:25:80: warning: unused parameter 'tmp_buf' [-Wunused-parameter] [INFO] [stderr] warning: blosc-src@0.3.6: 25 | const size_t elem_size, void* tmp_buf) { [INFO] [stderr] warning: blosc-src@0.3.6: | ~~~~~~^~~~~~~ [INFO] [stderr] warning: blosc-src@0.3.6: c-blosc/blosc/bitshuffle-avx2.c: In function 'blosc_internal_bshuf_untrans_bit_elem_avx2': [INFO] [stderr] warning: blosc-src@0.3.6: c-blosc/blosc/bitshuffle-avx2.c:29:58: warning: unused parameter 'in' [-Wunused-parameter] [INFO] [stderr] warning: blosc-src@0.3.6: 29 | int64_t blosc_internal_bshuf_untrans_bit_elem_avx2(void* in, void* out, const size_t size, [INFO] [stderr] warning: blosc-src@0.3.6: | ~~~~~~^~ [INFO] [stderr] warning: blosc-src@0.3.6: c-blosc/blosc/bitshuffle-avx2.c:29:68: warning: unused parameter 'out' [-Wunused-parameter] [INFO] [stderr] warning: blosc-src@0.3.6: 29 | int64_t blosc_internal_bshuf_untrans_bit_elem_avx2(void* in, void* out, const size_t size, [INFO] [stderr] warning: blosc-src@0.3.6: | ~~~~~~^~~ [INFO] [stderr] warning: blosc-src@0.3.6: c-blosc/blosc/bitshuffle-avx2.c:29:86: warning: unused parameter 'size' [-Wunused-parameter] [INFO] [stderr] warning: blosc-src@0.3.6: 29 | int64_t blosc_internal_bshuf_untrans_bit_elem_avx2(void* in, void* out, const size_t size, [INFO] [stderr] warning: blosc-src@0.3.6: | ~~~~~~~~~~~~~^~~~ [INFO] [stderr] warning: blosc-src@0.3.6: c-blosc/blosc/bitshuffle-avx2.c:30:65: warning: unused parameter 'elem_size' [-Wunused-parameter] [INFO] [stderr] warning: blosc-src@0.3.6: 30 | const size_t elem_size, void* tmp_buf) { [INFO] [stderr] warning: blosc-src@0.3.6: | ~~~~~~~~~~~~~^~~~~~~~~ [INFO] [stderr] warning: blosc-src@0.3.6: c-blosc/blosc/bitshuffle-avx2.c:30:82: warning: unused parameter 'tmp_buf' [-Wunused-parameter] [INFO] [stderr] warning: blosc-src@0.3.6: 30 | const size_t elem_size, void* tmp_buf) { [INFO] [stderr] warning: blosc-src@0.3.6: | ~~~~~~^~~~~~~ [INFO] [stderr] Compiling blosc-src v0.3.6 (/opt/rustwide/workdir) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.58s [INFO] running `Command { std: "docker" "inspect" "11355825b5a23f52774fe00e20bf89220ee937e4804bac3ba97f152b7ceb9901", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "11355825b5a23f52774fe00e20bf89220ee937e4804bac3ba97f152b7ceb9901", kill_on_drop: false }` [INFO] [stdout] 11355825b5a23f52774fe00e20bf89220ee937e4804bac3ba97f152b7ceb9901 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "test" "--frozen" "--target" "x86_64-unknown-linux-musl", kill_on_drop: false }` [INFO] [stdout] c60a7fe7896b9110d6cd5f376a6954de60ff4715e4c2be2d18e48c58090c7298 [INFO] running `Command { std: "docker" "start" "-a" "c60a7fe7896b9110d6cd5f376a6954de60ff4715e4c2be2d18e48c58090c7298", kill_on_drop: false }` [INFO] [stderr] warning: blosc-src@0.3.6: In file included from c-blosc/blosc/shuffle.c:12: [INFO] [stdout] [INFO] [stderr] warning: blosc-src@0.3.6: c-blosc/blosc/shuffle-generic.h:61:13: warning: 'unshuffle_generic_inline' defined but not used [-Wunused-function] [INFO] [stdout] running 0 tests [INFO] [stderr] warning: blosc-src@0.3.6: 61 | static void unshuffle_generic_inline(const size_t type_size, [INFO] [stdout] [INFO] [stderr] warning: blosc-src@0.3.6: | ^~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stderr] warning: blosc-src@0.3.6: c-blosc/blosc/shuffle-generic.h:32:13: warning: 'shuffle_generic_inline' defined but not used [-Wunused-function] [INFO] [stdout] [INFO] [stderr] warning: blosc-src@0.3.6: 32 | static void shuffle_generic_inline(const size_t type_size, [INFO] [stdout] [INFO] [stderr] warning: blosc-src@0.3.6: | ^~~~~~~~~~~~~~~~~~~~~~ [INFO] [stdout] running 2 tests [INFO] [stderr] warning: blosc-src@0.3.6: c-blosc/blosc/blosc.c: In function 'blosc_c': [INFO] [stdout] test roundtrip ... ok [INFO] [stderr] warning: blosc-src@0.3.6: c-blosc/blosc/blosc.c:605:7: warning: variable 'accel' set but not used [-Wunused-but-set-variable] [INFO] [stderr] warning: blosc-src@0.3.6: 605 | int accel; [INFO] [stderr] warning: blosc-src@0.3.6: | ^~~~~ [INFO] [stderr] warning: blosc-src@0.3.6: c-blosc/blosc/blosc.c: In function 'blosc_d': [INFO] [stderr] warning: blosc-src@0.3.6: c-blosc/blosc/blosc.c:763:38: warning: comparison of integer expressions of different signedness: 'int32_t' {aka 'int'} and 'long unsigned int' [-Wsign-compare] [INFO] [stderr] warning: blosc-src@0.3.6: 763 | if (src_offset < 0 || src_offset > compressedsize - sizeof(int32_t)) { [INFO] [stderr] warning: blosc-src@0.3.6: | ^ [INFO] [stderr] warning: blosc-src@0.3.6: c-blosc/blosc/blosc.c: In function 'compute_blocksize': [INFO] [stderr] warning: blosc-src@0.3.6: c-blosc/blosc/blosc.c:985:19: warning: comparison of integer expressions of different signedness: 'int32_t' {aka 'int'} and 'long unsigned int' [-Wsign-compare] [INFO] [stderr] warning: blosc-src@0.3.6: 985 | if (blocksize > BLOSC_MAX_BLOCKSIZE) { [INFO] [stderr] warning: blosc-src@0.3.6: | ^ [INFO] [stderr] warning: blosc-src@0.3.6: c-blosc/blosc/blosc.c: In function 'write_compression_header': [INFO] [stderr] warning: blosc-src@0.3.6: c-blosc/blosc/blosc.c:1143:72: warning: unused parameter 'clevel' [-Wunused-parameter] [INFO] [stderr] warning: blosc-src@0.3.6: 1143 | static int write_compression_header(struct blosc_context* context, int clevel, int doshuffle) [INFO] [stderr] warning: blosc-src@0.3.6: | ~~~~^~~~~~ [INFO] [stderr] warning: blosc-src@0.3.6: c-blosc/blosc/blosc.c: In function 'blosc_run_decompression_with_context': [INFO] [stderr] warning: blosc-src@0.3.6: c-blosc/blosc/blosc.c:1458:53: warning: comparison of integer expressions of different signedness: 'int32_t' {aka 'int'} and 'size_t' {aka 'long unsigned int'} [-Wsign-compare] [INFO] [stderr] warning: blosc-src@0.3.6: 1458 | if (context->blocksize <= 0 || context->blocksize > destsize || [INFO] [stderr] warning: blosc-src@0.3.6: | ^ [INFO] [stderr] warning: blosc-src@0.3.6: c-blosc/blosc/blosc.c:1459:26: warning: comparison of integer expressions of different signedness: 'int32_t' {aka 'int'} and 'long unsigned int' [-Wsign-compare] [INFO] [stderr] warning: blosc-src@0.3.6: 1459 | context->blocksize > BLOSC_MAX_BLOCKSIZE || context->typesize <= 0 || [INFO] [stderr] warning: blosc-src@0.3.6: | ^ [INFO] [stderr] warning: blosc-src@0.3.6: c-blosc/blosc/blosc.c: In function 'blosc_getitem': [INFO] [stderr] warning: blosc-src@0.3.6: c-blosc/blosc/blosc.c:1596:57: warning: comparison of integer expressions of different signedness: 'int32_t' {aka 'int'} and 'long unsigned int' [-Wsign-compare] [INFO] [stderr] warning: blosc-src@0.3.6: 1596 | if (blocksize <= 0 || blocksize > nbytes || blocksize > BLOSC_MAX_BLOCKSIZE || [INFO] [stderr] warning: blosc-src@0.3.6: | ^ [INFO] [stderr] warning: blosc-src@0.3.6: c-blosc/blosc/shuffle-avx2.c: In function 'blosc_internal_shuffle_avx2': [INFO] [stderr] warning: blosc-src@0.3.6: c-blosc/blosc/shuffle-avx2.c:17:42: warning: unused parameter 'bytesoftype' [-Wunused-parameter] [INFO] [stderr] warning: blosc-src@0.3.6: 17 | blosc_internal_shuffle_avx2(const size_t bytesoftype, const size_t blocksize, [INFO] [stderr] warning: blosc-src@0.3.6: | ~~~~~~~~~~~~~^~~~~~~~~~~ [INFO] [stderr] warning: blosc-src@0.3.6: c-blosc/blosc/shuffle-avx2.c:17:68: warning: unused parameter 'blocksize' [-Wunused-parameter] [INFO] [stderr] warning: blosc-src@0.3.6: 17 | blosc_internal_shuffle_avx2(const size_t bytesoftype, const size_t blocksize, [INFO] [stderr] warning: blosc-src@0.3.6: | ~~~~~~~~~~~~~^~~~~~~~~ [INFO] [stderr] warning: blosc-src@0.3.6: c-blosc/blosc/shuffle-avx2.c:18:50: warning: unused parameter '_src' [-Wunused-parameter] [INFO] [stderr] warning: blosc-src@0.3.6: 18 | const uint8_t* const _src, uint8_t* const _dest) { [INFO] [stderr] warning: blosc-src@0.3.6: | ~~~~~~~~~~~~~~~~~~~~~^~~~ [INFO] [stderr] warning: blosc-src@0.3.6: c-blosc/blosc/shuffle-avx2.c:18:71: warning: unused parameter '_dest' [-Wunused-parameter] [INFO] [stderr] warning: blosc-src@0.3.6: 18 | const uint8_t* const _src, uint8_t* const _dest) { [INFO] [stderr] warning: blosc-src@0.3.6: | ~~~~~~~~~~~~~~~^~~~~ [INFO] [stderr] warning: blosc-src@0.3.6: c-blosc/blosc/shuffle-avx2.c: In function 'blosc_internal_unshuffle_avx2': [INFO] [stderr] warning: blosc-src@0.3.6: c-blosc/blosc/shuffle-avx2.c:23:44: warning: unused parameter 'bytesoftype' [-Wunused-parameter] [INFO] [stderr] warning: blosc-src@0.3.6: 23 | blosc_internal_unshuffle_avx2(const size_t bytesoftype, const size_t blocksize, [INFO] [stderr] warning: blosc-src@0.3.6: | ~~~~~~~~~~~~~^~~~~~~~~~~ [INFO] [stderr] warning: blosc-src@0.3.6: c-blosc/blosc/shuffle-avx2.c:23:70: warning: unused parameter 'blocksize' [-Wunused-parameter] [INFO] [stderr] warning: blosc-src@0.3.6: 23 | blosc_internal_unshuffle_avx2(const size_t bytesoftype, const size_t blocksize, [INFO] [stderr] warning: blosc-src@0.3.6: | ~~~~~~~~~~~~~^~~~~~~~~ [INFO] [stderr] warning: blosc-src@0.3.6: c-blosc/blosc/shuffle-avx2.c:24:52: warning: unused parameter '_src' [-Wunused-parameter] [INFO] [stderr] warning: blosc-src@0.3.6: 24 | const uint8_t* const _src, uint8_t* const _dest) { [INFO] [stderr] warning: blosc-src@0.3.6: | ~~~~~~~~~~~~~~~~~~~~~^~~~ [INFO] [stderr] warning: blosc-src@0.3.6: c-blosc/blosc/shuffle-avx2.c:24:73: warning: unused parameter '_dest' [-Wunused-parameter] [INFO] [stderr] warning: blosc-src@0.3.6: 24 | const uint8_t* const _src, uint8_t* const _dest) { [INFO] [stderr] warning: blosc-src@0.3.6: | ~~~~~~~~~~~~~~~^~~~~ [INFO] [stderr] warning: blosc-src@0.3.6: In file included from c-blosc/blosc/shuffle-avx2.c:9: [INFO] [stderr] warning: blosc-src@0.3.6: c-blosc/blosc/shuffle-generic.h: At top level: [INFO] [stderr] warning: blosc-src@0.3.6: c-blosc/blosc/shuffle-generic.h:61:13: warning: 'unshuffle_generic_inline' defined but not used [-Wunused-function] [INFO] [stderr] warning: blosc-src@0.3.6: 61 | static void unshuffle_generic_inline(const size_t type_size, [INFO] [stderr] warning: blosc-src@0.3.6: | ^~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] warning: blosc-src@0.3.6: c-blosc/blosc/shuffle-generic.h:32:13: warning: 'shuffle_generic_inline' defined but not used [-Wunused-function] [INFO] [stderr] warning: blosc-src@0.3.6: 32 | static void shuffle_generic_inline(const size_t type_size, [INFO] [stderr] warning: blosc-src@0.3.6: | ^~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] warning: blosc-src@0.3.6: c-blosc/blosc/bitshuffle-avx2.c: In function 'blosc_internal_bshuf_trans_bit_elem_avx2': [INFO] [stderr] warning: blosc-src@0.3.6: c-blosc/blosc/bitshuffle-avx2.c:24:56: warning: unused parameter 'in' [-Wunused-parameter] [INFO] [stderr] warning: blosc-src@0.3.6: 24 | int64_t blosc_internal_bshuf_trans_bit_elem_avx2(void* in, void* out, const size_t size, [INFO] [stderr] warning: blosc-src@0.3.6: | ~~~~~~^~ [INFO] [stderr] warning: blosc-src@0.3.6: c-blosc/blosc/bitshuffle-avx2.c:24:66: warning: unused parameter 'out' [-Wunused-parameter] [INFO] [stderr] warning: blosc-src@0.3.6: 24 | int64_t blosc_internal_bshuf_trans_bit_elem_avx2(void* in, void* out, const size_t size, [INFO] [stderr] warning: blosc-src@0.3.6: | ~~~~~~^~~ [INFO] [stderr] warning: blosc-src@0.3.6: c-blosc/blosc/bitshuffle-avx2.c:24:84: warning: unused parameter 'size' [-Wunused-parameter] [INFO] [stderr] warning: blosc-src@0.3.6: 24 | int64_t blosc_internal_bshuf_trans_bit_elem_avx2(void* in, void* out, const size_t size, [INFO] [stderr] warning: blosc-src@0.3.6: | ~~~~~~~~~~~~~^~~~ [INFO] [stderr] warning: blosc-src@0.3.6: c-blosc/blosc/bitshuffle-avx2.c:25:63: warning: unused parameter 'elem_size' [-Wunused-parameter] [INFO] [stderr] warning: blosc-src@0.3.6: 25 | const size_t elem_size, void* tmp_buf) { [INFO] [stderr] warning: blosc-src@0.3.6: | ~~~~~~~~~~~~~^~~~~~~~~ [INFO] [stderr] warning: blosc-src@0.3.6: c-blosc/blosc/bitshuffle-avx2.c:25:80: warning: unused parameter 'tmp_buf' [-Wunused-parameter] [INFO] [stderr] warning: blosc-src@0.3.6: 25 | const size_t elem_size, void* tmp_buf) { [INFO] [stderr] warning: blosc-src@0.3.6: | ~~~~~~^~~~~~~ [INFO] [stderr] warning: blosc-src@0.3.6: c-blosc/blosc/bitshuffle-avx2.c: In function 'blosc_internal_bshuf_untrans_bit_elem_avx2': [INFO] [stderr] warning: blosc-src@0.3.6: c-blosc/blosc/bitshuffle-avx2.c:29:58: warning: unused parameter 'in' [-Wunused-parameter] [INFO] [stderr] warning: blosc-src@0.3.6: 29 | int64_t blosc_internal_bshuf_untrans_bit_elem_avx2(void* in, void* out, const size_t size, [INFO] [stderr] warning: blosc-src@0.3.6: | ~~~~~~^~ [INFO] [stderr] warning: blosc-src@0.3.6: c-blosc/blosc/bitshuffle-avx2.c:29:68: warning: unused parameter 'out' [-Wunused-parameter] [INFO] [stderr] warning: blosc-src@0.3.6: 29 | int64_t blosc_internal_bshuf_untrans_bit_elem_avx2(void* in, void* out, const size_t size, [INFO] [stderr] warning: blosc-src@0.3.6: | ~~~~~~^~~ [INFO] [stderr] warning: blosc-src@0.3.6: c-blosc/blosc/bitshuffle-avx2.c:29:86: warning: unused parameter 'size' [-Wunused-parameter] [INFO] [stderr] warning: blosc-src@0.3.6: 29 | int64_t blosc_internal_bshuf_untrans_bit_elem_avx2(void* in, void* out, const size_t size, [INFO] [stderr] warning: blosc-src@0.3.6: | ~~~~~~~~~~~~~^~~~ [INFO] [stderr] warning: blosc-src@0.3.6: c-blosc/blosc/bitshuffle-avx2.c:30:65: warning: unused parameter 'elem_size' [-Wunused-parameter] [INFO] [stderr] warning: blosc-src@0.3.6: 30 | const size_t elem_size, void* tmp_buf) { [INFO] [stderr] warning: blosc-src@0.3.6: | ~~~~~~~~~~~~~^~~~~~~~~ [INFO] [stderr] warning: blosc-src@0.3.6: c-blosc/blosc/bitshuffle-avx2.c:30:82: warning: unused parameter 'tmp_buf' [-Wunused-parameter] [INFO] [stderr] warning: blosc-src@0.3.6: 30 | const size_t elem_size, void* tmp_buf) { [INFO] [stderr] warning: blosc-src@0.3.6: | ~~~~~~^~~~~~~ [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.05s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/x86_64-unknown-linux-musl/debug/deps/blosc_src-5a18bf6c3c0a2dc7) [INFO] [stderr] Running tests/test.rs (/opt/rustwide/target/x86_64-unknown-linux-musl/debug/deps/test-42542402b708aa7b) [INFO] [stdout] test floats_roundtrip ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "c60a7fe7896b9110d6cd5f376a6954de60ff4715e4c2be2d18e48c58090c7298", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c60a7fe7896b9110d6cd5f376a6954de60ff4715e4c2be2d18e48c58090c7298", kill_on_drop: false }` [INFO] [stdout] c60a7fe7896b9110d6cd5f376a6954de60ff4715e4c2be2d18e48c58090c7298