[INFO] fetching crate open-vcdiff-sys 0.1.1... [INFO] testing open-vcdiff-sys-0.1.1 against 1.59.0 for beta-1.60-1 [INFO] extracting crate open-vcdiff-sys 0.1.1 into /workspace/builds/worker-20/source [INFO] validating manifest of crates.io crate open-vcdiff-sys 0.1.1 on toolchain 1.59.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.59.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate open-vcdiff-sys 0.1.1 [INFO] finished tweaking crates.io crate open-vcdiff-sys 0.1.1 [INFO] tweaked toml for crates.io crate open-vcdiff-sys 0.1.1 written to /workspace/builds/worker-20/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.59.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.59.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-20/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-20/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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+1.59.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 907f1d7c463296bf9657e24d32ee9074aad70f66dbd4ceefb9ef124fe618019b [INFO] running `Command { std: "docker" "start" "-a" "907f1d7c463296bf9657e24d32ee9074aad70f66dbd4ceefb9ef124fe618019b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "907f1d7c463296bf9657e24d32ee9074aad70f66dbd4ceefb9ef124fe618019b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "907f1d7c463296bf9657e24d32ee9074aad70f66dbd4ceefb9ef124fe618019b", kill_on_drop: false }` [INFO] [stdout] 907f1d7c463296bf9657e24d32ee9074aad70f66dbd4ceefb9ef124fe618019b [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-20/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-20/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=warn" "-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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+1.59.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 3172bfc770922d3f55629aaf3c5a7893e5f1b873a904d9e4badcc7ad4836a12d [INFO] running `Command { std: "docker" "start" "-a" "3172bfc770922d3f55629aaf3c5a7893e5f1b873a904d9e4badcc7ad4836a12d", kill_on_drop: false }` [INFO] [stderr] Compiling tempdir v0.3.7 [INFO] [stderr] Compiling open-vcdiff-sys v0.1.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: use of deprecated function `gcc::compile_library`: crate has been renamed to `cc`, the `gcc` name is not maintained [INFO] [stdout] --> build.rs:8:10 [INFO] [stdout] | [INFO] [stdout] 8 | gcc::compile_library("libzlib-adler32.a", &["open-vcdiff/src/zlib/adler32.c"]); [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `gcc::Config`: gcc::Config has been renamed to gcc::Build [INFO] [stdout] --> build.rs:10:10 [INFO] [stdout] | [INFO] [stdout] 10 | gcc::Config::new() [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `gcc::Config`: gcc::Config has been renamed to gcc::Build [INFO] [stdout] --> build.rs:15:27 [INFO] [stdout] | [INFO] [stdout] 15 | let mut config = gcc::Config::new(); [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `gcc::Config`: gcc::Config has been renamed to gcc::Build [INFO] [stdout] --> build.rs:71:21 [INFO] [stdout] | [INFO] [stdout] 71 | let tool = gcc::Config::new().cpp(true).get_compiler(); [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `gcc::Build::new`: crate has been renamed to `cc`, the `gcc` name is not maintained [INFO] [stdout] --> build.rs:10:18 [INFO] [stdout] | [INFO] [stdout] 10 | gcc::Config::new() [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `gcc::Build::new`: crate has been renamed to `cc`, the `gcc` name is not maintained [INFO] [stdout] --> build.rs:15:35 [INFO] [stdout] | [INFO] [stdout] 15 | let mut config = gcc::Config::new(); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `gcc::Build::new`: crate has been renamed to `cc`, the `gcc` name is not maintained [INFO] [stdout] --> build.rs:71:29 [INFO] [stdout] | [INFO] [stdout] 71 | let tool = gcc::Config::new().cpp(true).get_compiler(); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 7 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] warning: open-vcdiff/src/vcdecoder.cc: In member function 'open_vcdiff::VCDiffResult open_vcdiff::VCDiffStreamingDecoderImpl::ReadDeltaFileHeader(open_vcdiff::ParseableChunk*)': [INFO] [stderr] warning: open-vcdiff/src/vcdecoder.cc:704:7: warning: this statement may fall through [-Wimplicit-fallthrough=] [INFO] [stderr] warning: 704 | if ((vcdiff_version_code_ != 0x00) && // Draft standard VCDIFF (RFC 3284) [INFO] [stderr] warning: | ^~ [INFO] [stderr] warning: open-vcdiff/src/vcdecoder.cc:710:5: note: here [INFO] [stderr] warning: 710 | case 3: [INFO] [stderr] warning: | ^~~~ [INFO] [stderr] warning: open-vcdiff/src/vcdecoder.cc:711:7: warning: this statement may fall through [-Wimplicit-fallthrough=] [INFO] [stderr] warning: 711 | if (header->header3 != 0xC4) { // magic value 'D' | 0x80 [INFO] [stderr] warning: | ^~ [INFO] [stderr] warning: open-vcdiff/src/vcdecoder.cc:715:5: note: here [INFO] [stderr] warning: 715 | case 2: [INFO] [stderr] warning: | ^~~~ [INFO] [stderr] warning: open-vcdiff/src/vcdecoder.cc:716:7: warning: this statement may fall through [-Wimplicit-fallthrough=] [INFO] [stderr] warning: 716 | if (header->header2 != 0xC3) { // magic value 'C' | 0x80 [INFO] [stderr] warning: | ^~ [INFO] [stderr] warning: open-vcdiff/src/vcdecoder.cc:720:5: note: here [INFO] [stderr] warning: 720 | case 1: [INFO] [stderr] warning: | ^~~~ [INFO] [stderr] warning: open-vcdiff/src/vcdecoder.cc:721:7: warning: this statement may fall through [-Wimplicit-fallthrough=] [INFO] [stderr] warning: 721 | if (header->header1 != 0xD6) { // magic value 'V' | 0x80 [INFO] [stderr] warning: | ^~ [INFO] [stderr] warning: open-vcdiff/src/vcdecoder.cc:725:5: note: here [INFO] [stderr] warning: 725 | case 0: [INFO] [stderr] warning: | ^~~~ [INFO] [stderr] warning: In file included from open-vcdiff/src/decodetable.h:23, [INFO] [stderr] warning: from open-vcdiff/src/vcdecoder.cc:39: [INFO] [stderr] warning: open-vcdiff/src/vcdecoder.cc: In member function 'open_vcdiff::VCDiffResult open_vcdiff::VCDiffDeltaFileWindow::DecodeWindow(open_vcdiff::ParseableChunk*)': [INFO] [stderr] warning: open-vcdiff/src/logging.h:45:46: warning: this statement may fall through [-Wimplicit-fallthrough=] [INFO] [stderr] warning: 45 | open_vcdiff::CheckFatalError(); [INFO] [stderr] warning: | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ [INFO] [stderr] warning: open-vcdiff/src/vcdecoder.cc:1379:22: note: in expansion of macro 'VCD_ENDL' [INFO] [stderr] warning: 1379 | << VCD_ENDL; [INFO] [stderr] warning: | ^~~~~~~~ [INFO] [stderr] warning: open-vcdiff/src/vcdecoder.cc:1382:5: note: here [INFO] [stderr] warning: 1382 | case RESULT_ERROR: [INFO] [stderr] warning: | ^~~~ [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 8.04s [INFO] running `Command { std: "docker" "inspect" "3172bfc770922d3f55629aaf3c5a7893e5f1b873a904d9e4badcc7ad4836a12d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3172bfc770922d3f55629aaf3c5a7893e5f1b873a904d9e4badcc7ad4836a12d", kill_on_drop: false }` [INFO] [stdout] 3172bfc770922d3f55629aaf3c5a7893e5f1b873a904d9e4badcc7ad4836a12d [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-20/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-20/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=warn" "-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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+1.59.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 86b05a7b9141b54008bb50e064904926533edaa42e484405a9fbbcb726c171a4 [INFO] running `Command { std: "docker" "start" "-a" "86b05a7b9141b54008bb50e064904926533edaa42e484405a9fbbcb726c171a4", kill_on_drop: false }` [INFO] [stdout] warning: use of deprecated function `gcc::compile_library`: crate has been renamed to `cc`, the `gcc` name is not maintained [INFO] [stdout] --> build.rs:8:10 [INFO] [stdout] | [INFO] [stdout] 8 | gcc::compile_library("libzlib-adler32.a", &["open-vcdiff/src/zlib/adler32.c"]); [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `gcc::Config`: gcc::Config has been renamed to gcc::Build [INFO] [stdout] --> build.rs:10:10 [INFO] [stdout] | [INFO] [stdout] 10 | gcc::Config::new() [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `gcc::Config`: gcc::Config has been renamed to gcc::Build [INFO] [stdout] --> build.rs:15:27 [INFO] [stdout] | [INFO] [stdout] 15 | let mut config = gcc::Config::new(); [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `gcc::Config`: gcc::Config has been renamed to gcc::Build [INFO] [stdout] --> build.rs:71:21 [INFO] [stdout] | [INFO] [stdout] 71 | let tool = gcc::Config::new().cpp(true).get_compiler(); [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] warning: open-vcdiff/src/vcdecoder.cc: In member function 'open_vcdiff::VCDiffResult open_vcdiff::VCDiffStreamingDecoderImpl::ReadDeltaFileHeader(open_vcdiff::ParseableChunk*)': [INFO] [stdout] warning: use of deprecated associated function `gcc::Build::new`: crate has been renamed to `cc`, the `gcc` name is not maintained [INFO] [stdout] --> build.rs:10:18 [INFO] [stdout] | [INFO] [stdout] 10 | gcc::Config::new() [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] warning: open-vcdiff/src/vcdecoder.cc:704:7: warning: this statement may fall through [-Wimplicit-fallthrough=] [INFO] [stdout] warning: use of deprecated associated function `gcc::Build::new`: crate has been renamed to `cc`, the `gcc` name is not maintained [INFO] [stdout] --> build.rs:15:35 [INFO] [stdout] | [INFO] [stdout] 15 | let mut config = gcc::Config::new(); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] warning: 704 | if ((vcdiff_version_code_ != 0x00) && // Draft standard VCDIFF (RFC 3284) [INFO] [stdout] warning: use of deprecated associated function `gcc::Build::new`: crate has been renamed to `cc`, the `gcc` name is not maintained [INFO] [stdout] --> build.rs:71:29 [INFO] [stdout] | [INFO] [stdout] 71 | let tool = gcc::Config::new().cpp(true).get_compiler(); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] warning: | ^~ [INFO] [stdout] warning: 7 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] warning: open-vcdiff/src/vcdecoder.cc:710:5: note: here [INFO] [stderr] warning: 710 | case 3: [INFO] [stderr] warning: | ^~~~ [INFO] [stderr] warning: open-vcdiff/src/vcdecoder.cc:711:7: warning: this statement may fall through [-Wimplicit-fallthrough=] [INFO] [stderr] warning: 711 | if (header->header3 != 0xC4) { // magic value 'D' | 0x80 [INFO] [stderr] warning: | ^~ [INFO] [stderr] warning: open-vcdiff/src/vcdecoder.cc:715:5: note: here [INFO] [stderr] warning: 715 | case 2: [INFO] [stderr] warning: | ^~~~ [INFO] [stderr] warning: open-vcdiff/src/vcdecoder.cc:716:7: warning: this statement may fall through [-Wimplicit-fallthrough=] [INFO] [stderr] warning: 716 | if (header->header2 != 0xC3) { // magic value 'C' | 0x80 [INFO] [stderr] warning: | ^~ [INFO] [stderr] warning: open-vcdiff/src/vcdecoder.cc:720:5: note: here [INFO] [stderr] warning: 720 | case 1: [INFO] [stderr] warning: | ^~~~ [INFO] [stderr] warning: open-vcdiff/src/vcdecoder.cc:721:7: warning: this statement may fall through [-Wimplicit-fallthrough=] [INFO] [stderr] warning: 721 | if (header->header1 != 0xD6) { // magic value 'V' | 0x80 [INFO] [stderr] warning: | ^~ [INFO] [stderr] warning: open-vcdiff/src/vcdecoder.cc:725:5: note: here [INFO] [stderr] warning: 725 | case 0: [INFO] [stderr] warning: | ^~~~ [INFO] [stderr] warning: In file included from open-vcdiff/src/decodetable.h:23, [INFO] [stderr] warning: from open-vcdiff/src/vcdecoder.cc:39: [INFO] [stderr] warning: open-vcdiff/src/vcdecoder.cc: In member function 'open_vcdiff::VCDiffResult open_vcdiff::VCDiffDeltaFileWindow::DecodeWindow(open_vcdiff::ParseableChunk*)': [INFO] [stderr] warning: open-vcdiff/src/logging.h:45:46: warning: this statement may fall through [-Wimplicit-fallthrough=] [INFO] [stderr] warning: 45 | open_vcdiff::CheckFatalError(); [INFO] [stderr] warning: | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ [INFO] [stderr] warning: open-vcdiff/src/vcdecoder.cc:1379:22: note: in expansion of macro 'VCD_ENDL' [INFO] [stderr] warning: 1379 | << VCD_ENDL; [INFO] [stderr] warning: | ^~~~~~~~ [INFO] [stderr] warning: open-vcdiff/src/vcdecoder.cc:1382:5: note: here [INFO] [stderr] warning: 1382 | case RESULT_ERROR: [INFO] [stderr] warning: | ^~~~ [INFO] [stderr] Compiling open-vcdiff-sys v0.1.1 (/opt/rustwide/workdir) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.42s [INFO] running `Command { std: "docker" "inspect" "86b05a7b9141b54008bb50e064904926533edaa42e484405a9fbbcb726c171a4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "86b05a7b9141b54008bb50e064904926533edaa42e484405a9fbbcb726c171a4", kill_on_drop: false }` [INFO] [stdout] 86b05a7b9141b54008bb50e064904926533edaa42e484405a9fbbcb726c171a4 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-20/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-20/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=warn" "-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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+1.59.0" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] dd431be997f4d9ec94e53cabe6318f07b1d42ff6c4d44e1a0954e77c56e08515 [INFO] running `Command { std: "docker" "start" "-a" "dd431be997f4d9ec94e53cabe6318f07b1d42ff6c4d44e1a0954e77c56e08515", kill_on_drop: false }` [INFO] [stderr] warning: use of deprecated function `gcc::compile_library`: crate has been renamed to `cc`, the `gcc` name is not maintained [INFO] [stderr] --> build.rs:8:10 [INFO] [stderr] | [INFO] [stderr] 8 | gcc::compile_library("libzlib-adler32.a", &["open-vcdiff/src/zlib/adler32.c"]); [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated type alias `gcc::Config`: gcc::Config has been renamed to gcc::Build [INFO] [stderr] --> build.rs:10:10 [INFO] [stderr] | [INFO] [stderr] 10 | gcc::Config::new() [INFO] [stderr] | ^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated type alias `gcc::Config`: gcc::Config has been renamed to gcc::Build [INFO] [stderr] --> build.rs:15:27 [INFO] [stderr] | [INFO] [stderr] 15 | let mut config = gcc::Config::new(); [INFO] [stderr] | ^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated type alias `gcc::Config`: gcc::Config has been renamed to gcc::Build [INFO] [stderr] --> build.rs:71:21 [INFO] [stderr] | [INFO] [stderr] 71 | let tool = gcc::Config::new().cpp(true).get_compiler(); [INFO] [stderr] | ^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated associated function `gcc::Build::new`: crate has been renamed to `cc`, the `gcc` name is not maintained [INFO] [stderr] --> build.rs:10:18 [INFO] [stderr] | [INFO] [stderr] 10 | gcc::Config::new() [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated associated function `gcc::Build::new`: crate has been renamed to `cc`, the `gcc` name is not maintained [INFO] [stderr] --> build.rs:15:35 [INFO] [stderr] | [INFO] [stderr] 15 | let mut config = gcc::Config::new(); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated associated function `gcc::Build::new`: crate has been renamed to `cc`, the `gcc` name is not maintained [INFO] [stderr] --> build.rs:71:29 [INFO] [stderr] | [INFO] [stderr] 71 | let tool = gcc::Config::new().cpp(true).get_compiler(); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: `open-vcdiff-sys` (build script) generated 7 warnings [INFO] [stderr] warning: open-vcdiff/src/vcdecoder.cc: In member function 'open_vcdiff::VCDiffResult open_vcdiff::VCDiffStreamingDecoderImpl::ReadDeltaFileHeader(open_vcdiff::ParseableChunk*)': [INFO] [stderr] warning: open-vcdiff/src/vcdecoder.cc:704:7: warning: this statement may fall through [-Wimplicit-fallthrough=] [INFO] [stderr] warning: 704 | if ((vcdiff_version_code_ != 0x00) && // Draft standard VCDIFF (RFC 3284) [INFO] [stderr] warning: | ^~ [INFO] [stderr] warning: open-vcdiff/src/vcdecoder.cc:710:5: note: here [INFO] [stderr] warning: 710 | case 3: [INFO] [stderr] warning: | ^~~~ [INFO] [stderr] warning: open-vcdiff/src/vcdecoder.cc:711:7: warning: this statement may fall through [-Wimplicit-fallthrough=] [INFO] [stderr] warning: 711 | if (header->header3 != 0xC4) { // magic value 'D' | 0x80 [INFO] [stderr] warning: | ^~ [INFO] [stderr] warning: open-vcdiff/src/vcdecoder.cc:715:5: note: here [INFO] [stderr] warning: 715 | case 2: [INFO] [stderr] warning: | ^~~~ [INFO] [stderr] warning: open-vcdiff/src/vcdecoder.cc:716:7: warning: this statement may fall through [-Wimplicit-fallthrough=] [INFO] [stderr] warning: 716 | if (header->header2 != 0xC3) { // magic value 'C' | 0x80 [INFO] [stderr] warning: | ^~ [INFO] [stderr] warning: open-vcdiff/src/vcdecoder.cc:720:5: note: here [INFO] [stderr] warning: 720 | case 1: [INFO] [stderr] warning: | ^~~~ [INFO] [stderr] warning: open-vcdiff/src/vcdecoder.cc:721:7: warning: this statement may fall through [-Wimplicit-fallthrough=] [INFO] [stderr] warning: 721 | if (header->header1 != 0xD6) { // magic value 'V' | 0x80 [INFO] [stderr] warning: | ^~ [INFO] [stderr] warning: open-vcdiff/src/vcdecoder.cc:725:5: note: here [INFO] [stderr] warning: 725 | case 0: [INFO] [stderr] warning: | ^~~~ [INFO] [stderr] warning: In file included from open-vcdiff/src/decodetable.h:23, [INFO] [stderr] warning: from open-vcdiff/src/vcdecoder.cc:39: [INFO] [stderr] warning: open-vcdiff/src/vcdecoder.cc: In member function 'open_vcdiff::VCDiffResult open_vcdiff::VCDiffDeltaFileWindow::DecodeWindow(open_vcdiff::ParseableChunk*)': [INFO] [stderr] warning: open-vcdiff/src/logging.h:45:46: warning: this statement may fall through [-Wimplicit-fallthrough=] [INFO] [stderr] warning: 45 | open_vcdiff::CheckFatalError(); [INFO] [stderr] warning: | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ [INFO] [stderr] warning: open-vcdiff/src/vcdecoder.cc:1379:22: note: in expansion of macro 'VCD_ENDL' [INFO] [stderr] warning: 1379 | << VCD_ENDL; [INFO] [stderr] warning: | ^~~~~~~~ [INFO] [stderr] warning: open-vcdiff/src/vcdecoder.cc:1382:5: note: here [INFO] [stderr] warning: 1382 | case RESULT_ERROR: [INFO] [stderr] warning: | ^~~~ [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.01s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/open_vcdiff_sys-149c30e66976b244) [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] Doc-tests open-vcdiff-sys [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" "dd431be997f4d9ec94e53cabe6318f07b1d42ff6c4d44e1a0954e77c56e08515", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "dd431be997f4d9ec94e53cabe6318f07b1d42ff6c4d44e1a0954e77c56e08515", kill_on_drop: false }` [INFO] [stdout] dd431be997f4d9ec94e53cabe6318f07b1d42ff6c4d44e1a0954e77c56e08515