[INFO] crate zopfli-rs 0.1.1 is already in cache [INFO] testing zopfli-rs-0.1.1 against beta-2019-09-28 for beta-1.39-1 [INFO] extracting crate zopfli-rs 0.1.1 into work/builds/worker-0/source [INFO] validating manifest of crates.io crate zopfli-rs 0.1.1 on toolchain beta-2019-09-28 [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+beta-2019-09-28" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate zopfli-rs 0.1.1 [INFO] finished tweaking crates.io crate zopfli-rs 0.1.1 [INFO] tweaked toml for crates.io crate zopfli-rs 0.1.1 written to work/builds/worker-0/source/Cargo.toml [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+beta-2019-09-28" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+beta-2019-09-28" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-0/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2019-09-28" "build" "--frozen"` [INFO] [stdout] b7e9042c9eb4492ee256d5552f2595b84633e550ee4a0fdb72ce2e937b80c97a [INFO] running `"docker" "start" "-a" "b7e9042c9eb4492ee256d5552f2595b84633e550ee4a0fdb72ce2e937b80c97a"` [INFO] [stderr] Compiling bindgen v0.33.2 [INFO] [stderr] Compiling clang-sys v0.22.0 [INFO] [stderr] Compiling zopfli-rs v0.1.1 (/opt/rustwide/workdir) [INFO] [stderr] warning: ./zopfli/src/zopfli/deflate.c: In function 'OptimizeHuffmanForRle': [INFO] [stderr] warning: ./zopfli/src/zopfli/deflate.c:452:16: warning: argument 1 value '18446744073709551612' exceeds maximum object size 9223372036854775807 [-Walloc-size-larger-than=] [INFO] [stderr] warning: good_for_rle = (int*)malloc(length * sizeof(int)); [INFO] [stderr] warning: ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] warning: In file included from ./zopfli/src/zopfli/lz77.h:28:0, [INFO] [stderr] warning: from ./zopfli/src/zopfli/deflate.h:28, [INFO] [stderr] warning: from ./zopfli/src/zopfli/deflate.c:20: [INFO] [stderr] warning: /usr/include/stdlib.h:539:14: note: in a call to allocation function 'malloc' declared here [INFO] [stderr] warning: extern void *malloc (size_t __size) __THROW __attribute_malloc__ __wur; [INFO] [stderr] warning: ^~~~~~ [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 17.52s [INFO] running `"docker" "inspect" "b7e9042c9eb4492ee256d5552f2595b84633e550ee4a0fdb72ce2e937b80c97a"` [INFO] running `"docker" "rm" "-f" "b7e9042c9eb4492ee256d5552f2595b84633e550ee4a0fdb72ce2e937b80c97a"` [INFO] [stdout] b7e9042c9eb4492ee256d5552f2595b84633e550ee4a0fdb72ce2e937b80c97a [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-0/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2019-09-28" "test" "--frozen" "--no-run"` [INFO] [stdout] f39b0e479c5736231c4fa0208cf6a43a74379057151ab21cc7f185923d3bf0a2 [INFO] running `"docker" "start" "-a" "f39b0e479c5736231c4fa0208cf6a43a74379057151ab21cc7f185923d3bf0a2"` [INFO] [stderr] Compiling typed-arena v1.6.1 [INFO] [stderr] Compiling adler32 v0.2.0 [INFO] [stderr] Compiling flate2 v1.0.12 [INFO] [stderr] warning: ./zopfli/src/zopfli/deflate.c: In function 'OptimizeHuffmanForRle': [INFO] [stderr] warning: ./zopfli/src/zopfli/deflate.c:452:16: warning: argument 1 value '18446744073709551612' exceeds maximum object size 9223372036854775807 [-Walloc-size-larger-than=] [INFO] [stderr] warning: good_for_rle = (int*)malloc(length * sizeof(int)); [INFO] [stderr] warning: ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] warning: In file included from ./zopfli/src/zopfli/lz77.h:28:0, [INFO] [stderr] warning: from ./zopfli/src/zopfli/deflate.h:28, [INFO] [stderr] warning: from ./zopfli/src/zopfli/deflate.c:20: [INFO] [stderr] warning: /usr/include/stdlib.h:539:14: note: in a call to allocation function 'malloc' declared here [INFO] [stderr] warning: extern void *malloc (size_t __size) __THROW __attribute_malloc__ __wur; [INFO] [stderr] warning: ^~~~~~ [INFO] [stderr] Compiling zopfli v0.3.7 [INFO] [stderr] Compiling zopfli-rs v0.1.1 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 4.18s [INFO] running `"docker" "inspect" "f39b0e479c5736231c4fa0208cf6a43a74379057151ab21cc7f185923d3bf0a2"` [INFO] running `"docker" "rm" "-f" "f39b0e479c5736231c4fa0208cf6a43a74379057151ab21cc7f185923d3bf0a2"` [INFO] [stdout] f39b0e479c5736231c4fa0208cf6a43a74379057151ab21cc7f185923d3bf0a2 [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-0/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2019-09-28" "test" "--frozen"` [INFO] [stdout] bd3d5b91e6a4aac94acaf4bfb5d5374d16b07a488d21d153c3d2506513660122 [INFO] running `"docker" "start" "-a" "bd3d5b91e6a4aac94acaf4bfb5d5374d16b07a488d21d153c3d2506513660122"` [INFO] [stderr] warning: ./zopfli/src/zopfli/deflate.c: In function 'OptimizeHuffmanForRle': [INFO] [stderr] warning: ./zopfli/src/zopfli/deflate.c:452:16: warning: argument 1 value '18446744073709551612' exceeds maximum object size 9223372036854775807 [-Walloc-size-larger-than=] [INFO] [stderr] warning: good_for_rle = (int*)malloc(length * sizeof(int)); [INFO] [stderr] warning: ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] warning: In file included from ./zopfli/src/zopfli/lz77.h:28:0, [INFO] [stderr] warning: from ./zopfli/src/zopfli/deflate.h:28, [INFO] [stderr] warning: from ./zopfli/src/zopfli/deflate.c:20: [INFO] [stderr] warning: /usr/include/stdlib.h:539:14: note: in a call to allocation function 'malloc' declared here [INFO] [stderr] warning: extern void *malloc (size_t __size) __THROW __attribute_malloc__ __wur; [INFO] [stderr] warning: ^~~~~~ [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.05s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/zopfli_rs-c54d029e10356362 [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stdout] test bindings::bindgen_test_layout_ZopfliOptions ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stderr] Running /opt/rustwide/target/debug/deps/round_trip-f8145957af12511c [INFO] [stdout] [INFO] [stdout] running 3 tests [INFO] [stdout] test round_trip_deflate ... ok [INFO] [stdout] test round_trip_zlib ... ok [INFO] [stdout] test round_trip_gzip ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stderr] Doc-tests zopfli-rs [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 [INFO] [stdout] [INFO] running `"docker" "inspect" "bd3d5b91e6a4aac94acaf4bfb5d5374d16b07a488d21d153c3d2506513660122"` [INFO] running `"docker" "rm" "-f" "bd3d5b91e6a4aac94acaf4bfb5d5374d16b07a488d21d153c3d2506513660122"` [INFO] [stdout] bd3d5b91e6a4aac94acaf4bfb5d5374d16b07a488d21d153c3d2506513660122