[INFO] updating cached repository https://github.com/adamkewley/libdeflate-sys [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "-c" "remote.origin.fetch=refs/heads/*:refs/heads/*" "fetch" "origin" "--force" "--prune", kill_on_drop: false }` [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 3bc529727deda9bd830d6e3c7fc6731547d62b84 [INFO] testing adamkewley/libdeflate-sys against try#03a1ea71b075ab964b5278bc6e74cd6c52c36ee0 for pr-74409 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fadamkewley%2Flibdeflate-sys" "/workspace/builds/worker-11/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-11/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/adamkewley/libdeflate-sys on toolchain 03a1ea71b075ab964b5278bc6e74cd6c52c36ee0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+03a1ea71b075ab964b5278bc6e74cd6c52c36ee0" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/adamkewley/libdeflate-sys [INFO] removed path dependency libdeflate-sys from git repo https://github.com/adamkewley/libdeflate-sys [INFO] finished tweaking git repo https://github.com/adamkewley/libdeflate-sys [INFO] tweaked toml for git repo https://github.com/adamkewley/libdeflate-sys written to /workspace/builds/worker-11/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+03a1ea71b075ab964b5278bc6e74cd6c52c36ee0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+03a1ea71b075ab964b5278bc6e74cd6c52c36ee0" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/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" "MAP_USER_ID=0" "-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" "--network" "none" "rustops/crates-build-env@sha256:38e1b949b06cde1964af550a6e548bd9b2b2ea170003ae122f8fc0886596cc07" "/opt/rustwide/cargo-home/bin/cargo" "+03a1ea71b075ab964b5278bc6e74cd6c52c36ee0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 90e11920295e10e2ce4532e7b3cd2490a0e488751d8d2a5801d956e4794881ea [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" "90e11920295e10e2ce4532e7b3cd2490a0e488751d8d2a5801d956e4794881ea", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "90e11920295e10e2ce4532e7b3cd2490a0e488751d8d2a5801d956e4794881ea", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "90e11920295e10e2ce4532e7b3cd2490a0e488751d8d2a5801d956e4794881ea", kill_on_drop: false }` [INFO] [stdout] 90e11920295e10e2ce4532e7b3cd2490a0e488751d8d2a5801d956e4794881ea [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/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" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-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@sha256:38e1b949b06cde1964af550a6e548bd9b2b2ea170003ae122f8fc0886596cc07" "/opt/rustwide/cargo-home/bin/cargo" "+03a1ea71b075ab964b5278bc6e74cd6c52c36ee0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 11ee825bc09828fa6bc7a727e3dabc781e155aafd9ab9298dafd1827d602e8a6 [INFO] running `Command { std: "docker" "start" "-a" "11ee825bc09828fa6bc7a727e3dabc781e155aafd9ab9298dafd1827d602e8a6", kill_on_drop: false }` [INFO] [stderr] Compiling cc v1.0.58 [INFO] [stderr] Compiling libdeflate-sys v0.5.0 [INFO] [stderr] Compiling libdeflater v0.5.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 8.21s [INFO] running `Command { std: "docker" "inspect" "11ee825bc09828fa6bc7a727e3dabc781e155aafd9ab9298dafd1827d602e8a6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "11ee825bc09828fa6bc7a727e3dabc781e155aafd9ab9298dafd1827d602e8a6", kill_on_drop: false }` [INFO] [stdout] 11ee825bc09828fa6bc7a727e3dabc781e155aafd9ab9298dafd1827d602e8a6 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/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" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-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@sha256:38e1b949b06cde1964af550a6e548bd9b2b2ea170003ae122f8fc0886596cc07" "/opt/rustwide/cargo-home/bin/cargo" "+03a1ea71b075ab964b5278bc6e74cd6c52c36ee0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 9b586e8465c6b75a067ba4e7595b7a3274a1f7ccbf0472f55674d1eccd3e24df [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" "9b586e8465c6b75a067ba4e7595b7a3274a1f7ccbf0472f55674d1eccd3e24df", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling autocfg v1.0.0 [INFO] [stderr] Compiling lazy_static v1.4.0 [INFO] [stderr] Compiling cfg-if v0.1.10 [INFO] [stderr] Compiling libc v0.2.73 [INFO] [stderr] Compiling serde v1.0.114 [INFO] [stderr] Compiling semver-parser v0.7.0 [INFO] [stderr] Compiling proc-macro2 v1.0.19 [INFO] [stderr] Compiling ryu v1.0.5 [INFO] [stderr] Compiling byteorder v1.3.4 [INFO] [stderr] Compiling rayon-core v1.7.1 [INFO] [stderr] Compiling scopeguard v1.1.0 [INFO] [stderr] Compiling either v1.5.3 [INFO] [stderr] Compiling itoa v0.4.6 [INFO] [stderr] Compiling syn v1.0.35 [INFO] [stderr] Compiling bitflags v1.2.1 [INFO] [stderr] Compiling serde_derive v1.0.114 [INFO] [stderr] Compiling crc32fast v1.2.0 [INFO] [stderr] Compiling same-file v1.0.6 [INFO] [stderr] Compiling half v1.6.0 [INFO] [stderr] Compiling regex-syntax v0.6.18 [INFO] [stderr] Compiling oorandom v11.1.2 [INFO] [stderr] Compiling textwrap v0.11.0 [INFO] [stderr] Compiling itertools v0.9.0 [INFO] [stderr] Compiling semver v0.9.0 [INFO] [stderr] Compiling walkdir v2.3.1 [INFO] [stderr] Compiling clap v2.33.1 [INFO] [stderr] Compiling crossbeam-utils v0.7.2 [INFO] [stderr] Compiling memoffset v0.5.5 [INFO] [stderr] Compiling crossbeam-epoch v0.8.2 [INFO] [stderr] Compiling num-traits v0.2.12 [INFO] [stderr] Compiling rayon v1.3.1 [INFO] [stderr] Compiling rustc_version v0.2.3 [INFO] [stderr] Compiling regex-automata v0.1.9 [INFO] [stderr] Compiling cast v0.2.3 [INFO] [stderr] Compiling num_cpus v1.13.0 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling flate2 v1.0.16 [INFO] [stderr] Compiling quote v1.0.7 [INFO] [stderr] Compiling crossbeam-queue v0.2.3 [INFO] [stderr] Compiling criterion-plot v0.4.3 [INFO] [stderr] Compiling crossbeam-deque v0.7.3 [INFO] [stderr] Compiling regex v1.3.9 [INFO] [stderr] Compiling plotters v0.2.15 [INFO] [stderr] Compiling bstr v0.2.13 [INFO] [stderr] Compiling serde_json v1.0.56 [INFO] [stderr] Compiling serde_cbor v0.11.1 [INFO] [stderr] Compiling csv v1.1.3 [INFO] [stderr] Compiling tinytemplate v1.1.0 [INFO] [stderr] Compiling criterion v0.3.3 [INFO] [stderr] Compiling libdeflater v0.5.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 1m 33s [INFO] running `Command { std: "docker" "inspect" "9b586e8465c6b75a067ba4e7595b7a3274a1f7ccbf0472f55674d1eccd3e24df", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9b586e8465c6b75a067ba4e7595b7a3274a1f7ccbf0472f55674d1eccd3e24df", kill_on_drop: false }` [INFO] [stdout] 9b586e8465c6b75a067ba4e7595b7a3274a1f7ccbf0472f55674d1eccd3e24df [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/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" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-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@sha256:38e1b949b06cde1964af550a6e548bd9b2b2ea170003ae122f8fc0886596cc07" "/opt/rustwide/cargo-home/bin/cargo" "+03a1ea71b075ab964b5278bc6e74cd6c52c36ee0" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 26ee67688af193e5edd63e51636cab7456c411adbf965ebb4d5b3d3733262169 [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" "26ee67688af193e5edd63e51636cab7456c411adbf965ebb4d5b3d3733262169", kill_on_drop: false }` [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.43s [INFO] [stdout] [INFO] [stderr] Running /opt/rustwide/target/debug/deps/libdeflater-7febf31826ba6dcb [INFO] [stdout] running 0 tests [INFO] [stderr] Running /opt/rustwide/target/debug/deps/integration_test-6249e8fcd0e2fc09 [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 45 tests [INFO] [stdout] test test_calling_deflate_decompress_with_undersized_outbuf_returns_insufficient_space ... ok [INFO] [stdout] test test_calling_deflate_decompress_with_oversized_buf_returns_correct_size ... ok [INFO] [stdout] test test_calling_deflate_decompress_with_valid_args_works ... ok [INFO] [stdout] test test_calling_deflate_decompress_with_valid_buf_fills_buf_with_expected_content ... ok [INFO] [stdout] test test_calling_gzip_decompress_with_bad_magic_num_returns_bad_data ... ok [INFO] [stdout] test test_calling_gzip_decompress_with_undersized_outbuf_returns_insufficient_space ... ok [INFO] [stdout] test test_calling_gzip_decompress_with_corrupted_crc32_returns_bad_data ... ok [INFO] [stdout] test test_calling_gzip_decompress_with_corrupted_isize_returns_bad_data ... ok [INFO] [stdout] test test_calling_gzip_decompress_with_oversized_buf_returns_correct_size ... ok [INFO] [stdout] test test_calling_gzip_decompress_with_valid_buf_fills_buf_with_expected_content ... ok [INFO] [stdout] test test_calling_zlib_decompress_with_bad_cmf_field_returns_bad_data ... ok [INFO] [stdout] test test_calling_zlib_decompress_with_valid_buf_fills_buf_with_expected_content ... ok [INFO] [stdout] test test_calling_zlib_decompress_with_valid_args_works ... ok [INFO] [stdout] test test_calling_zlib_decompress_with_bad_adler32_checksum_returns_bad_data ... ok [INFO] [stdout] test test_calling_gzip_decompress_with_valid_args_works ... ok [INFO] [stdout] test test_calling_zlib_decompress_with_oversized_buf_returns_correct_size ... ok [INFO] [stdout] test test_calling_zlib_decompress_with_undersized_outbuf_returns_insufficient_space ... ok [INFO] [stdout] test test_compression_lvl_new_returns_err_for_zero ... ok [INFO] [stdout] test test_compression_lvl_new_returns_err_for_13 ... ok [INFO] [stdout] test test_compression_lvl_new_returns_ok_for_7 ... ok [INFO] [stdout] test test_can_create_new_decompressor ... ok [INFO] [stdout] test test_compressor_compresss_zlib_with_valid_args_does_not_panic ... ok [INFO] [stdout] test test_compressor_gzip_compress_with_correct_args_returns_nonzero_size ... ok [INFO] [stdout] test test_compressor_deflate_compress_with_undersized_buf_returns_insufficient_space ... ok [INFO] [stdout] test test_compressor_with_default_compression_lvl_calls_with_no_panics ... ok [INFO] [stdout] test test_compressor_gzip_compress_with_correct_args_resized_outbuf_to_return_val_produces_nonempty_nonzero_data ... ok [INFO] [stdout] test test_compressor_gzip_compress_with_undersized_outbuf_returns_insufficient_space ... ok [INFO] [stdout] test test_compressor_with_fastest_compression_lvl_calls_with_no_panics ... ok [INFO] [stdout] test test_compressor_zlib_compress_bound_returns_nonzero_when_given_nonzero_input ... ok [INFO] [stdout] test test_compressor_compresss_gzip_with_valid_args_does_not_panic ... ok [INFO] [stdout] test test_compressor_deflate_compress_with_valid_args_does_not_panic ... ok [INFO] [stdout] test test_compressor_deflate_compress_with_correct_args_resized_outbuf_to_return_val_produces_nonempty_nonzero_data ... ok [INFO] [stdout] test test_compressor_deflate_compress_bound_returns_nonzero_when_given_nonzero_input ... ok [INFO] [stdout] test test_compressor_gzip_compress_bound_returns_nonzero_when_given_nonzero_input ... ok [INFO] [stdout] test test_compressor_zlib_compress_with_undersized_outbuf_returns_insufficient_space ... ok [INFO] [stdout] test test_compressor_deflate_compress_with_correct_args_returns_a_nonzero_size ... ok [INFO] [stdout] test test_compressor_zlib_compress_with_correct_args_returns_nonzero_size ... ok [INFO] [stdout] test test_compressor_zlib_compress_with_correct_args_resized_outbuf_to_return_val_produces_nonempty_nonzero_data ... ok [INFO] [stdout] test test_compressor_with_best_compression_lvl_calls_with_no_panics ... ok [INFO] [stdout] test test_zlib_compress_then_zlib_decompress_works_and_produces_the_same_input_data ... ok [INFO] [stderr] Doc-tests libdeflater [INFO] [stdout] test test_compressor_with_compression_lvl_can_be_called_with_all_lvls_with_no_panics ... ok [INFO] [stdout] test test_use_crc32_convenience_method_returns_same_crc32_as_flate2 ... ok [INFO] [stdout] test test_deflate_compress_then_deflate_decompress_works_and_produces_the_same_input_data ... ok [INFO] [stdout] test test_gzip_compress_then_gzip_decompress_works_and_produces_the_same_input_data ... ok [INFO] [stdout] test test_use_crc32_reader_to_compute_crc32_of_fixture_returns_same_crc32_as_flate2 ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 45 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [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 `Command { std: "docker" "inspect" "26ee67688af193e5edd63e51636cab7456c411adbf965ebb4d5b3d3733262169", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "26ee67688af193e5edd63e51636cab7456c411adbf965ebb4d5b3d3733262169", kill_on_drop: false }` [INFO] [stdout] 26ee67688af193e5edd63e51636cab7456c411adbf965ebb4d5b3d3733262169