[INFO] fetching crate ohos-media-sys 0.0.4... [INFO] checking ohos-media-sys-0.0.4 against try#a4980311fb7bb9e7893708e6bd3fbbfb2819fd3d for pr-145342-1 [INFO] extracting crate ohos-media-sys 0.0.4 into /workspace/builds/worker-5-tc2/source [INFO] started tweaking crates.io crate ohos-media-sys 0.0.4 [INFO] finished tweaking crates.io crate ohos-media-sys 0.0.4 [INFO] tweaked toml for crates.io crate ohos-media-sys 0.0.4 written to /workspace/builds/worker-5-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate ohos-media-sys 0.0.4 on toolchain a4980311fb7bb9e7893708e6bd3fbbfb2819fd3d [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+a4980311fb7bb9e7893708e6bd3fbbfb2819fd3d" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate crates.io crate ohos-media-sys 0.0.4 already has a lockfile, it will not be regenerated [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+a4980311fb7bb9e7893708e6bd3fbbfb2819fd3d" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+a4980311fb7bb9e7893708e6bd3fbbfb2819fd3d" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] d6bd7f59ea60d6c08f975ced0814f879cc682b57980bac80a74e427f643f40e2 [INFO] running `Command { std: "docker" "start" "-a" "d6bd7f59ea60d6c08f975ced0814f879cc682b57980bac80a74e427f643f40e2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "d6bd7f59ea60d6c08f975ced0814f879cc682b57980bac80a74e427f643f40e2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d6bd7f59ea60d6c08f975ced0814f879cc682b57980bac80a74e427f643f40e2", kill_on_drop: false }` [INFO] [stdout] d6bd7f59ea60d6c08f975ced0814f879cc682b57980bac80a74e427f643f40e2 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/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" "RUSTDOCFLAGS=--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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+a4980311fb7bb9e7893708e6bd3fbbfb2819fd3d" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 1f96fc405a878648ba0956dec50d60b96340209f7d367b03bf51f1eb13e0dfde [INFO] running `Command { std: "docker" "start" "-a" "1f96fc405a878648ba0956dec50d60b96340209f7d367b03bf51f1eb13e0dfde", kill_on_drop: false }` [INFO] [stderr] Checking ohos-sys-opaque-types v0.1.7 [INFO] [stderr] Checking ohos-media-sys v0.0.4 (/opt/rustwide/workdir) [INFO] [stdout] warning: use of deprecated type alias `avcodec_base::avcodec_base_ffi::OH_AVCodecOnNeedInputData` [INFO] [stdout] --> src/avcodec_base/avcodec_base_ffi.rs:204:26 [INFO] [stdout] | [INFO] [stdout] 204 | pub onNeedInputData: OH_AVCodecOnNeedInputData, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `avcodec_base::avcodec_base_ffi::OH_AVCodecOnNewOutputData` [INFO] [stdout] --> src/avcodec_base/avcodec_base_ffi.rs:205:27 [INFO] [stdout] | [INFO] [stdout] 205 | pub onNeedOutputData: OH_AVCodecOnNewOutputData, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated struct `avcodec_base::avcodec_base_ffi::OH_ScalingMode` [INFO] [stdout] --> src/avcodec_base/avcodec_base_ffi.rs:537:6 [INFO] [stdout] | [INFO] [stdout] 537 | impl OH_ScalingMode { [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated struct `avcodec_base::avcodec_base_ffi::OH_ScalingMode` [INFO] [stdout] --> src/avcodec_base/avcodec_base_ffi.rs:542:45 [INFO] [stdout] | [INFO] [stdout] 542 | pub const SCALING_MODE_SCALE_TO_WINDOW: OH_ScalingMode = OH_ScalingMode(1); [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated tuple struct `avcodec_base::avcodec_base_ffi::OH_ScalingMode` [INFO] [stdout] --> src/avcodec_base/avcodec_base_ffi.rs:542:62 [INFO] [stdout] | [INFO] [stdout] 542 | pub const SCALING_MODE_SCALE_TO_WINDOW: OH_ScalingMode = OH_ScalingMode(1); [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated struct `avcodec_base::avcodec_base_ffi::OH_ScalingMode` [INFO] [stdout] --> src/avcodec_base/avcodec_base_ffi.rs:547:40 [INFO] [stdout] | [INFO] [stdout] 547 | pub const SCALING_MODE_SCALE_CROP: OH_ScalingMode = OH_ScalingMode(2); [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated tuple struct `avcodec_base::avcodec_base_ffi::OH_ScalingMode` [INFO] [stdout] --> src/avcodec_base/avcodec_base_ffi.rs:547:57 [INFO] [stdout] | [INFO] [stdout] 547 | pub const SCALING_MODE_SCALE_CROP: OH_ScalingMode = OH_ScalingMode(2); [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `avcodec_base::avcodec_base_ffi::OH_AVCodecOnNeedInputData` [INFO] [stdout] --> src/avcodec_base/avcodec_base_ffi.rs:204:26 [INFO] [stdout] | [INFO] [stdout] 204 | pub onNeedInputData: OH_AVCodecOnNeedInputData, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `avcodec_base::avcodec_base_ffi::OH_AVCodecOnNewOutputData` [INFO] [stdout] --> src/avcodec_base/avcodec_base_ffi.rs:205:27 [INFO] [stdout] | [INFO] [stdout] 205 | pub onNeedOutputData: OH_AVCodecOnNewOutputData, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated struct `avcodec_base::avcodec_base_ffi::OH_ScalingMode` [INFO] [stdout] --> src/avcodec_base/avcodec_base_ffi.rs:537:6 [INFO] [stdout] | [INFO] [stdout] 537 | impl OH_ScalingMode { [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated struct `avcodec_base::avcodec_base_ffi::OH_ScalingMode` [INFO] [stdout] --> src/avcodec_base/avcodec_base_ffi.rs:542:45 [INFO] [stdout] | [INFO] [stdout] 542 | pub const SCALING_MODE_SCALE_TO_WINDOW: OH_ScalingMode = OH_ScalingMode(1); [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated tuple struct `avcodec_base::avcodec_base_ffi::OH_ScalingMode` [INFO] [stdout] --> src/avcodec_base/avcodec_base_ffi.rs:542:62 [INFO] [stdout] | [INFO] [stdout] 542 | pub const SCALING_MODE_SCALE_TO_WINDOW: OH_ScalingMode = OH_ScalingMode(1); [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated struct `avcodec_base::avcodec_base_ffi::OH_ScalingMode` [INFO] [stdout] --> src/avcodec_base/avcodec_base_ffi.rs:547:40 [INFO] [stdout] | [INFO] [stdout] 547 | pub const SCALING_MODE_SCALE_CROP: OH_ScalingMode = OH_ScalingMode(2); [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated tuple struct `avcodec_base::avcodec_base_ffi::OH_ScalingMode` [INFO] [stdout] --> src/avcodec_base/avcodec_base_ffi.rs:547:57 [INFO] [stdout] | [INFO] [stdout] 547 | pub const SCALING_MODE_SCALE_CROP: OH_ScalingMode = OH_ScalingMode(2); [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.20s [INFO] running `Command { std: "docker" "inspect" "1f96fc405a878648ba0956dec50d60b96340209f7d367b03bf51f1eb13e0dfde", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1f96fc405a878648ba0956dec50d60b96340209f7d367b03bf51f1eb13e0dfde", kill_on_drop: false }` [INFO] [stdout] 1f96fc405a878648ba0956dec50d60b96340209f7d367b03bf51f1eb13e0dfde