[INFO] fetching crate open-vcdiff-sys 0.1.1... [INFO] testing open-vcdiff-sys-0.1.1 against try#ce59db7a1b1b012fb2793c4641c1bdecad7a128b for pr-85530 [INFO] extracting crate open-vcdiff-sys 0.1.1 into /workspace/builds/worker-13/source [INFO] validating manifest of crates.io crate open-vcdiff-sys 0.1.1 on toolchain ce59db7a1b1b012fb2793c4641c1bdecad7a128b [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+ce59db7a1b1b012fb2793c4641c1bdecad7a128b" "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-13/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+ce59db7a1b1b012fb2793c4641c1bdecad7a128b" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+ce59db7a1b1b012fb2793c4641c1bdecad7a128b" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/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:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+ce59db7a1b1b012fb2793c4641c1bdecad7a128b" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 0108fbba6b9acddfb624972be27463ecfec336ca5e8e818f623c3f75994f516b [INFO] running `Command { std: "docker" "start" "-a" "0108fbba6b9acddfb624972be27463ecfec336ca5e8e818f623c3f75994f516b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "0108fbba6b9acddfb624972be27463ecfec336ca5e8e818f623c3f75994f516b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0108fbba6b9acddfb624972be27463ecfec336ca5e8e818f623c3f75994f516b", kill_on_drop: false }` [INFO] [stdout] 0108fbba6b9acddfb624972be27463ecfec336ca5e8e818f623c3f75994f516b [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/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" "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:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+ce59db7a1b1b012fb2793c4641c1bdecad7a128b" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] d6e963d1a4237c12c7585f4f84455a4423f45ddf7b1248c0ced6b7010eed2e27 [INFO] running `Command { std: "docker" "start" "-a" "d6e963d1a4237c12c7585f4f84455a4423f45ddf7b1248c0ced6b7010eed2e27", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.95 [INFO] [stderr] Compiling remove_dir_all v0.5.3 [INFO] [stderr] Compiling gcc v0.3.55 [INFO] [stderr] Compiling rand v0.4.6 [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:5 [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:5 [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:22 [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:16 [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 13.81s [INFO] running `Command { std: "docker" "inspect" "d6e963d1a4237c12c7585f4f84455a4423f45ddf7b1248c0ced6b7010eed2e27", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d6e963d1a4237c12c7585f4f84455a4423f45ddf7b1248c0ced6b7010eed2e27", kill_on_drop: false }` [INFO] [stdout] d6e963d1a4237c12c7585f4f84455a4423f45ddf7b1248c0ced6b7010eed2e27 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/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" "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:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+ce59db7a1b1b012fb2793c4641c1bdecad7a128b" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 70678e23f89f5c3af8b6e24f9b9b78d7d7be190bfd48f6514475d6af56617cd9 [INFO] running `Command { std: "docker" "start" "-a" "70678e23f89f5c3af8b6e24f9b9b78d7d7be190bfd48f6514475d6af56617cd9", kill_on_drop: false }` [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] [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:5 [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] [stderr] warning: open-vcdiff/src/vcdecoder.cc:711:7: warning: this statement may fall through [-Wimplicit-fallthrough=] [INFO] [stdout] warning: use of deprecated type alias `gcc::Config`: gcc::Config has been renamed to gcc::Build [INFO] [stdout] --> build.rs:10:5 [INFO] [stdout] | [INFO] [stdout] 10 | gcc::Config::new() [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] warning: 711 | if (header->header3 != 0xC4) { // magic value 'D' | 0x80 [INFO] [stdout] warning: use of deprecated type alias `gcc::Config`: gcc::Config has been renamed to gcc::Build [INFO] [stdout] --> build.rs:15:22 [INFO] [stdout] | [INFO] [stdout] 15 | let mut config = gcc::Config::new(); [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] warning: | ^~ [INFO] [stdout] warning: use of deprecated type alias `gcc::Config`: gcc::Config has been renamed to gcc::Build [INFO] [stdout] --> build.rs:71:16 [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:715:5: note: here [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: 715 | case 2: [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: | ^~~~ [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: open-vcdiff/src/vcdecoder.cc:716:7: warning: this statement may fall through [-Wimplicit-fallthrough=] [INFO] [stdout] warning: 7 warnings emitted [INFO] [stdout] [INFO] [stdout] [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.71s [INFO] running `Command { std: "docker" "inspect" "70678e23f89f5c3af8b6e24f9b9b78d7d7be190bfd48f6514475d6af56617cd9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "70678e23f89f5c3af8b6e24f9b9b78d7d7be190bfd48f6514475d6af56617cd9", kill_on_drop: false }` [INFO] [stdout] 70678e23f89f5c3af8b6e24f9b9b78d7d7be190bfd48f6514475d6af56617cd9 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/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" "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:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+ce59db7a1b1b012fb2793c4641c1bdecad7a128b" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] bf9927576b441cbf73ed415cccfe7324b6bcda4cd31f2254b673e66e7612b3ce [INFO] running `Command { std: "docker" "start" "-a" "bf9927576b441cbf73ed415cccfe7324b6bcda4cd31f2254b673e66e7612b3ce", 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:5 [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:5 [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:22 [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:16 [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: 7 warnings emitted [INFO] [stderr] [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.02s [INFO] [stdout] [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/open_vcdiff_sys-e44d73621ec4acdb) [INFO] [stdout] running 0 tests [INFO] [stderr] Doc-tests open-vcdiff-sys [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] [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" "bf9927576b441cbf73ed415cccfe7324b6bcda4cd31f2254b673e66e7612b3ce", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "bf9927576b441cbf73ed415cccfe7324b6bcda4cd31f2254b673e66e7612b3ce", kill_on_drop: false }` [INFO] [stdout] bf9927576b441cbf73ed415cccfe7324b6bcda4cd31f2254b673e66e7612b3ce