[INFO] fetching crate libvpx-sys 1.4.2... [INFO] testing libvpx-sys-1.4.2 against 1.60.0 for beta-1.61-1 [INFO] extracting crate libvpx-sys 1.4.2 into /workspace/builds/worker-22/source [INFO] validating manifest of crates.io crate libvpx-sys 1.4.2 on toolchain 1.60.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate libvpx-sys 1.4.2 [INFO] finished tweaking crates.io crate libvpx-sys 1.4.2 [INFO] tweaked toml for crates.io crate libvpx-sys 1.4.2 written to /workspace/builds/worker-22/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded pnacl-build-helper v1.4.11 [INFO] [stderr] Downloaded walkdir v1.0.7 [INFO] [stderr] Downloaded same-file v0.1.3 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-22/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-22/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 17e421c7400f267f14e58624591acc4fabf69bd0f9b66ec630f21a45ace149ee [INFO] running `Command { std: "docker" "start" "-a" "17e421c7400f267f14e58624591acc4fabf69bd0f9b66ec630f21a45ace149ee", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "17e421c7400f267f14e58624591acc4fabf69bd0f9b66ec630f21a45ace149ee", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "17e421c7400f267f14e58624591acc4fabf69bd0f9b66ec630f21a45ace149ee", kill_on_drop: false }` [INFO] [stdout] 17e421c7400f267f14e58624591acc4fabf69bd0f9b66ec630f21a45ace149ee [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-22/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-22/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] dbe9788814c0f9a5ee8f75b7c42f6975b5f5f9d1efc808ed5476003b236b0d2d [INFO] running `Command { std: "docker" "start" "-a" "dbe9788814c0f9a5ee8f75b7c42f6975b5f5f9d1efc808ed5476003b236b0d2d", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling same-file v0.1.3 [INFO] [stderr] Compiling rand v0.4.6 [INFO] [stderr] Compiling walkdir v1.0.7 [INFO] [stderr] Compiling tempdir v0.3.7 [INFO] [stderr] Compiling pnacl-build-helper v1.4.11 [INFO] [stderr] Compiling libvpx-sys v1.4.2 (/opt/rustwide/workdir) [INFO] [stdout] warning: lint `raw_pointer_derive` has been removed: using derive with raw pointers is ok [INFO] [stdout] --> lib.rs:3:10 [INFO] [stdout] | [INFO] [stdout] 3 | #![allow(raw_pointer_derive)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(renamed_and_removed_lints)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static of uninhabited type [INFO] [stdout] --> lib.rs:766:5 [INFO] [stdout] | [INFO] [stdout] 766 | pub static mut vpx_codec_vp8_cx_algo: vpx_codec_iface_t; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(uninhabited_static)]` on by default [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #74840 [INFO] [stdout] = note: uninhabited statics cannot be initialized, and any access would be an immediate error [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static of uninhabited type [INFO] [stdout] --> lib.rs:767:5 [INFO] [stdout] | [INFO] [stdout] 767 | pub static mut vpx_codec_vp9_cx_algo: vpx_codec_iface_t; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #74840 [INFO] [stdout] = note: uninhabited statics cannot be initialized, and any access would be an immediate error [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static of uninhabited type [INFO] [stdout] --> lib.rs:768:5 [INFO] [stdout] | [INFO] [stdout] 768 | pub static mut vpx_codec_vp8_dx_algo: vpx_codec_iface_t; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #74840 [INFO] [stdout] = note: uninhabited statics cannot be initialized, and any access would be an immediate error [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static of uninhabited type [INFO] [stdout] --> lib.rs:769:5 [INFO] [stdout] | [INFO] [stdout] 769 | pub static mut vpx_codec_vp9_dx_algo: vpx_codec_iface_t; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #74840 [INFO] [stdout] = note: uninhabited statics cannot be initialized, and any access would be an immediate error [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 5 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2.64s [INFO] running `Command { std: "docker" "inspect" "dbe9788814c0f9a5ee8f75b7c42f6975b5f5f9d1efc808ed5476003b236b0d2d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "dbe9788814c0f9a5ee8f75b7c42f6975b5f5f9d1efc808ed5476003b236b0d2d", kill_on_drop: false }` [INFO] [stdout] dbe9788814c0f9a5ee8f75b7c42f6975b5f5f9d1efc808ed5476003b236b0d2d [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-22/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-22/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] e9b90a35b4c810d8e5f6814a77c3ba903f42f417e76f267d67cbd05f5fe6ce42 [INFO] running `Command { std: "docker" "start" "-a" "e9b90a35b4c810d8e5f6814a77c3ba903f42f417e76f267d67cbd05f5fe6ce42", kill_on_drop: false }` [INFO] [stderr] Compiling libvpx-sys v1.4.2 (/opt/rustwide/workdir) [INFO] [stdout] warning: lint `raw_pointer_derive` has been removed: using derive with raw pointers is ok [INFO] [stdout] --> lib.rs:3:10 [INFO] [stdout] | [INFO] [stdout] 3 | #![allow(raw_pointer_derive)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(renamed_and_removed_lints)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static of uninhabited type [INFO] [stdout] --> lib.rs:766:5 [INFO] [stdout] | [INFO] [stdout] 766 | pub static mut vpx_codec_vp8_cx_algo: vpx_codec_iface_t; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(uninhabited_static)]` on by default [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #74840 [INFO] [stdout] = note: uninhabited statics cannot be initialized, and any access would be an immediate error [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static of uninhabited type [INFO] [stdout] --> lib.rs:767:5 [INFO] [stdout] | [INFO] [stdout] 767 | pub static mut vpx_codec_vp9_cx_algo: vpx_codec_iface_t; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #74840 [INFO] [stdout] = note: uninhabited statics cannot be initialized, and any access would be an immediate error [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static of uninhabited type [INFO] [stdout] --> lib.rs:768:5 [INFO] [stdout] | [INFO] [stdout] 768 | pub static mut vpx_codec_vp8_dx_algo: vpx_codec_iface_t; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #74840 [INFO] [stdout] = note: uninhabited statics cannot be initialized, and any access would be an immediate error [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static of uninhabited type [INFO] [stdout] --> lib.rs:769:5 [INFO] [stdout] | [INFO] [stdout] 769 | pub static mut vpx_codec_vp9_dx_algo: vpx_codec_iface_t; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #74840 [INFO] [stdout] = note: uninhabited statics cannot be initialized, and any access would be an immediate error [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 5 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lint `raw_pointer_derive` has been removed: using derive with raw pointers is ok [INFO] [stdout] --> lib.rs:3:10 [INFO] [stdout] | [INFO] [stdout] 3 | #![allow(raw_pointer_derive)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(renamed_and_removed_lints)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static of uninhabited type [INFO] [stdout] --> lib.rs:766:5 [INFO] [stdout] | [INFO] [stdout] 766 | pub static mut vpx_codec_vp8_cx_algo: vpx_codec_iface_t; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(uninhabited_static)]` on by default [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #74840 [INFO] [stdout] = note: uninhabited statics cannot be initialized, and any access would be an immediate error [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static of uninhabited type [INFO] [stdout] --> lib.rs:767:5 [INFO] [stdout] | [INFO] [stdout] 767 | pub static mut vpx_codec_vp9_cx_algo: vpx_codec_iface_t; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #74840 [INFO] [stdout] = note: uninhabited statics cannot be initialized, and any access would be an immediate error [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static of uninhabited type [INFO] [stdout] --> lib.rs:768:5 [INFO] [stdout] | [INFO] [stdout] 768 | pub static mut vpx_codec_vp8_dx_algo: vpx_codec_iface_t; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #74840 [INFO] [stdout] = note: uninhabited statics cannot be initialized, and any access would be an immediate error [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static of uninhabited type [INFO] [stdout] --> lib.rs:769:5 [INFO] [stdout] | [INFO] [stdout] 769 | pub static mut vpx_codec_vp9_dx_algo: vpx_codec_iface_t; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #74840 [INFO] [stdout] = note: uninhabited statics cannot be initialized, and any access would be an immediate error [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 5 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.44s [INFO] running `Command { std: "docker" "inspect" "e9b90a35b4c810d8e5f6814a77c3ba903f42f417e76f267d67cbd05f5fe6ce42", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e9b90a35b4c810d8e5f6814a77c3ba903f42f417e76f267d67cbd05f5fe6ce42", kill_on_drop: false }` [INFO] [stdout] e9b90a35b4c810d8e5f6814a77c3ba903f42f417e76f267d67cbd05f5fe6ce42 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-22/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-22/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 2d57632c880f4713f2bc19dcbcf875c2157a7894d137e5b98e71ffd3bee920db [INFO] running `Command { std: "docker" "start" "-a" "2d57632c880f4713f2bc19dcbcf875c2157a7894d137e5b98e71ffd3bee920db", kill_on_drop: false }` [INFO] [stderr] warning: lint `raw_pointer_derive` has been removed: using derive with raw pointers is ok [INFO] [stderr] --> lib.rs:3:10 [INFO] [stderr] | [INFO] [stderr] 3 | #![allow(raw_pointer_derive)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(renamed_and_removed_lints)]` on by default [INFO] [stderr] [INFO] [stderr] warning: static of uninhabited type [INFO] [stderr] --> lib.rs:766:5 [INFO] [stderr] | [INFO] [stderr] 766 | pub static mut vpx_codec_vp8_cx_algo: vpx_codec_iface_t; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(uninhabited_static)]` on by default [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #74840 [INFO] [stderr] = note: uninhabited statics cannot be initialized, and any access would be an immediate error [INFO] [stderr] [INFO] [stderr] warning: static of uninhabited type [INFO] [stderr] --> lib.rs:767:5 [INFO] [stderr] | [INFO] [stderr] 767 | pub static mut vpx_codec_vp9_cx_algo: vpx_codec_iface_t; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #74840 [INFO] [stderr] = note: uninhabited statics cannot be initialized, and any access would be an immediate error [INFO] [stderr] [INFO] [stderr] warning: static of uninhabited type [INFO] [stderr] --> lib.rs:768:5 [INFO] [stderr] | [INFO] [stderr] 768 | pub static mut vpx_codec_vp8_dx_algo: vpx_codec_iface_t; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #74840 [INFO] [stderr] = note: uninhabited statics cannot be initialized, and any access would be an immediate error [INFO] [stderr] [INFO] [stderr] warning: static of uninhabited type [INFO] [stderr] --> lib.rs:769:5 [INFO] [stderr] | [INFO] [stderr] 769 | pub static mut vpx_codec_vp9_dx_algo: vpx_codec_iface_t; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #74840 [INFO] [stderr] = note: uninhabited statics cannot be initialized, and any access would be an immediate error [INFO] [stderr] [INFO] [stderr] warning: `libvpx-sys` (lib) generated 5 warnings [INFO] [stderr] warning: `libvpx-sys` (lib test) generated 5 warnings (5 duplicates) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.06s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/vpx_sys-9d904214a24c2117) [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 vpx_sys [INFO] [stderr] warning: lint `raw_pointer_derive` has been removed: using derive with raw pointers is ok [INFO] [stderr] --> /opt/rustwide/workdir/lib.rs:3:10 [INFO] [stderr] | [INFO] [stderr] 3 | #![allow(raw_pointer_derive)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(renamed_and_removed_lints)]` on by default [INFO] [stderr] [INFO] [stderr] warning: 1 warning emitted [INFO] [stderr] [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" "2d57632c880f4713f2bc19dcbcf875c2157a7894d137e5b98e71ffd3bee920db", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2d57632c880f4713f2bc19dcbcf875c2157a7894d137e5b98e71ffd3bee920db", kill_on_drop: false }` [INFO] [stdout] 2d57632c880f4713f2bc19dcbcf875c2157a7894d137e5b98e71ffd3bee920db