spng-sys 0.1.0-alpha.5

Native bindings to libspng
Documentation
Build #261035 2020-06-14T19:01:27.891676+00:00
# rustc version
rustc 1.46.0-nightly (449e8eaa2 2020-06-10)
# docs.rs version
docsrs 0.6.0 (229c5a9 2020-06-12)

# build log
[INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace/builds/spng-sys-0.1.0-alpha.5/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace/builds/spng-sys-0.1.0-alpha.5/source:/opt/rustwide/workdir:ro,Z" "-v" "/home/cratesfyi/workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/home/cratesfyi/workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1001" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=-Z unstable-options --resource-suffix -20200610-1.46.0-nightly-449e8eaa2 --static-root-path / --cap-lints warn --extern-html-root-url libc=https://docs.rs/libc/0.2.71 --extern-html-root-url libz_sys=https://docs.rs/libz-sys/1.0.25 --extern-html-root-url cc=https://docs.rs/cc/1.0.54" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "3221225472" "--cpus" "2" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+nightly-2020-06-11" "doc" "--lib" "--no-deps" "-j2", kill_on_drop: false }`
[INFO] [stdout] 3035713f8096bff7cbfd17109c1bcd6644e9ea7a802b58c2340ab584f0cc7d78
[INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
[INFO] running `Command { std: "docker" "start" "-a" "3035713f8096bff7cbfd17109c1bcd6644e9ea7a802b58c2340ab584f0cc7d78", kill_on_drop: false }`
[INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted
[INFO] [stderr]    Compiling cc v1.0.54
[INFO] [stderr]    Compiling pkg-config v0.3.17
[INFO] [stderr]    Compiling libc v0.2.71
[INFO] [stderr]    Compiling libz-sys v1.0.25
[INFO] [stderr]    Compiling spng-sys v0.1.0-alpha.5 (/opt/rustwide/workdir)
[INFO] [stderr] warning: libspng/spng.c: In function 'spng__inflate_stream':
[INFO] [stderr] warning: libspng/spng.c:754:14: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'long unsigned int'} [-Wsign-compare]
[INFO] [stderr] warning:   754 |     if(extra > max) return SPNG_EMEM;
[INFO] [stderr] warning:       |              ^
[INFO] [stderr] warning: libspng/spng.c:837:13: warning: comparison of integer expressions of different signedness: 'size_t' {aka 'long unsigned int'} and 'int' [-Wsign-compare]
[INFO] [stderr] warning:   837 |     if(size < extra) goto mem;
[INFO] [stderr] warning:       |             ^
[INFO] [stderr] warning: libspng/spng.c: In function 'spng_decode_image':
[INFO] [stderr] warning: libspng/spng.c:2913:20: warning: comparison of integer expressions of different signedness: 'int' and 'uint32_t' {aka 'unsigned int'} [-Wsign-compare]
[INFO] [stderr] warning:  2913 |         for(i=0; i < lut_entries; i++)
[INFO] [stderr] warning:       |                    ^
[INFO] [stderr] warning: libspng/spng.c:2995:34: warning: comparison of integer expressions of different signedness: 'int' and 'uint32_t' {aka 'unsigned int'} [-Wsign-compare]
[INFO] [stderr] warning:  2995 |             if(f.apply_trns && i < ctx->trns.n_type3_entries)
[INFO] [stderr] warning:       |                                  ^
[INFO] [stderr] warning: libspng/spng.c:3071:23: warning: comparison of integer expressions of different signedness: 'uint32_t' {aka 'unsigned int'} and 'int' [-Wsign-compare]
[INFO] [stderr] warning:  3071 |     for(i=ri->pass; i <= ctx->last_pass; i++)
[INFO] [stderr] warning:       |                       ^~
[INFO] [stderr] warning: libspng/spng.c: In function 'buffer_read_fn':
[INFO] [stderr] warning: libspng/spng.c:3201:48: warning: unused parameter 'user' [-Wunused-parameter]
[INFO] [stderr] warning:  3201 | static int buffer_read_fn(spng_ctx *ctx, void *user, void *data, size_t n)
[INFO] [stderr] warning:       |                                          ~~~~~~^~~~
[INFO] [stderr] warning: libspng/spng.c:3201:60: warning: unused parameter 'data' [-Wunused-parameter]
[INFO] [stderr] warning:  3201 | static int buffer_read_fn(spng_ctx *ctx, void *user, void *data, size_t n)
[INFO] [stderr] warning:       |                                                      ~~~~~~^~~~
[INFO] [stderr] warning: libspng/spng.c: In function 'file_read_fn':
[INFO] [stderr] warning: libspng/spng.c:3213:35: warning: unused parameter 'ctx' [-Wunused-parameter]
[INFO] [stderr] warning:  3213 | static int file_read_fn(spng_ctx *ctx, void *user, void *data, size_t n)
[INFO] [stderr] warning:       |                         ~~~~~~~~~~^~~
[INFO] [stderr]  Documenting spng-sys v0.1.0-alpha.5 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished dev [unoptimized + debuginfo] target(s) in 5.62s
[INFO] running `Command { std: "docker" "inspect" "3035713f8096bff7cbfd17109c1bcd6644e9ea7a802b58c2340ab584f0cc7d78", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "3035713f8096bff7cbfd17109c1bcd6644e9ea7a802b58c2340ab584f0cc7d78", kill_on_drop: false }`
[INFO] [stdout] 3035713f8096bff7cbfd17109c1bcd6644e9ea7a802b58c2340ab584f0cc7d78