[INFO] fetching crate blosc-src 0.3.6...
[INFO] testing blosc-src-0.3.6 against try#c2e32f1c9652b13ed99608599c1e855462f421f3 for pr-146098-7
[INFO] extracting crate blosc-src 0.3.6 into /workspace/builds/worker-3-tc2/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-3-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate blosc-src 0.3.6 on toolchain c2e32f1c9652b13ed99608599c1e855462f421f3
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "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" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 3829b97e8748c734960941e7298293adc350c8f50dbadbd282cb1c2336d2ca5f
[INFO] running `Command { std: "docker" "start" "-a" "3829b97e8748c734960941e7298293adc350c8f50dbadbd282cb1c2336d2ca5f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "3829b97e8748c734960941e7298293adc350c8f50dbadbd282cb1c2336d2ca5f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "3829b97e8748c734960941e7298293adc350c8f50dbadbd282cb1c2336d2ca5f", kill_on_drop: false }`
[INFO] [stdout] 3829b97e8748c734960941e7298293adc350c8f50dbadbd282cb1c2336d2ca5f
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 6b910f616bfed2c37cb969b53dbe2931dca99255d2cdb867fddb12c71f0b11ba
[INFO] running `Command { std: "docker" "start" "-a" "6b910f616bfed2c37cb969b53dbe2931dca99255d2cdb867fddb12c71f0b11ba", 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: 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/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: 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/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.64s
[INFO] running `Command { std: "docker" "inspect" "6b910f616bfed2c37cb969b53dbe2931dca99255d2cdb867fddb12c71f0b11ba", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "6b910f616bfed2c37cb969b53dbe2931dca99255d2cdb867fddb12c71f0b11ba", kill_on_drop: false }`
[INFO] [stdout] 6b910f616bfed2c37cb969b53dbe2931dca99255d2cdb867fddb12c71f0b11ba
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 6c79b93961e7a736c9858babeb48fc9461fbfe876e7436d171be11f679c51b33
[INFO] running `Command { std: "docker" "start" "-a" "6c79b93961e7a736c9858babeb48fc9461fbfe876e7436d171be11f679c51b33", kill_on_drop: false }`
[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/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: 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/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.63s
[INFO] running `Command { std: "docker" "inspect" "6c79b93961e7a736c9858babeb48fc9461fbfe876e7436d171be11f679c51b33", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "6c79b93961e7a736c9858babeb48fc9461fbfe876e7436d171be11f679c51b33", kill_on_drop: false }`
[INFO] [stdout] 6c79b93961e7a736c9858babeb48fc9461fbfe876e7436d171be11f679c51b33
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] e7d1c6c0eac2e366e65070fa912539026d318fd5d34538540659e0b6fd980c66
[INFO] running `Command { std: "docker" "start" "-a" "e7d1c6c0eac2e366e65070fa912539026d318fd5d34538540659e0b6fd980c66", kill_on_drop: false }`
[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/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: 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/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.04s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/blosc_src-fc9e3e7ba6cdd571)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/test.rs (/opt/rustwide/target/debug/deps/test-f0070b641fcab488)
[INFO] [stdout] 
[INFO] [stdout] running 2 tests
[INFO] [stdout] test roundtrip ... ok
[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.00s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests blosc_src
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "e7d1c6c0eac2e366e65070fa912539026d318fd5d34538540659e0b6fd980c66", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e7d1c6c0eac2e366e65070fa912539026d318fd5d34538540659e0b6fd980c66", kill_on_drop: false }`
[INFO] [stdout] e7d1c6c0eac2e366e65070fa912539026d318fd5d34538540659e0b6fd980c66
