[INFO] updating cached repository https://github.com/jeeb/ffmpeg_ffi_test [INFO] running `"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"` [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] ef4bd471a767a5abe4fc5e3f4c097158c17f533c [INFO] checking jeeb/ffmpeg_ffi_test against master#2748a9fd93dd1a00a4521f4f16de5befbf77f6cd for pr-62262-1 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjeeb%2Fffmpeg_ffi_test" "/workspace/builds/worker-5/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-5/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/jeeb/ffmpeg_ffi_test on toolchain 2748a9fd93dd1a00a4521f4f16de5befbf77f6cd [INFO] running `"/workspace/cargo-home/bin/cargo" "+2748a9fd93dd1a00a4521f4f16de5befbf77f6cd" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/jeeb/ffmpeg_ffi_test [INFO] finished tweaking git repo https://github.com/jeeb/ffmpeg_ffi_test [INFO] tweaked toml for git repo https://github.com/jeeb/ffmpeg_ffi_test written to /workspace/builds/worker-5/source/Cargo.toml [INFO] crate git repo https://github.com/jeeb/ffmpeg_ffi_test already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+2748a9fd93dd1a00a4521f4f16de5befbf77f6cd" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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" "/opt/rustwide/cargo-home/bin/cargo" "+2748a9fd93dd1a00a4521f4f16de5befbf77f6cd" "check" "--frozen" "--all" "--all-targets"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 033b8aa950e815c9fe0367536eb52ee290abf4c7f5168eb0f31ff2989a5ee9be [INFO] running `"docker" "start" "-a" "033b8aa950e815c9fe0367536eb52ee290abf4c7f5168eb0f31ff2989a5ee9be"` [INFO] [stderr] Compiling unicode-segmentation v1.2.0 [INFO] [stderr] Compiling bindgen v0.25.5 [INFO] [stderr] Compiling clap v2.24.2 [INFO] [stderr] Compiling ffmpeg_ffi_test v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] error[E0428]: the name `FP_NAN` is defined multiple times [INFO] [stderr] --> /opt/rustwide/target/debug/build/ffmpeg_ffi_test-2965adbc18b395fa/out/bindings.rs:2792:1 [INFO] [stderr] | [INFO] [stderr] 508 | pub const FP_NAN: ::std::os::raw::c_uint = 0; [INFO] [stderr] | --------------------------------------------- previous definition of the value `FP_NAN` here [INFO] [stderr] ... [INFO] [stderr] 2792 | pub const FP_NAN: _bindgen_ty_1 = _bindgen_ty_1::FP_NAN; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `FP_NAN` redefined here [INFO] [stderr] | [INFO] [stderr] = note: `FP_NAN` must be defined only once in the value namespace of this module [INFO] [stderr] [INFO] [stderr] error[E0428]: the name `FP_INFINITE` is defined multiple times [INFO] [stderr] --> /opt/rustwide/target/debug/build/ffmpeg_ffi_test-2965adbc18b395fa/out/bindings.rs:2793:1 [INFO] [stderr] | [INFO] [stderr] 509 | pub const FP_INFINITE: ::std::os::raw::c_uint = 1; [INFO] [stderr] | -------------------------------------------------- previous definition of the value `FP_INFINITE` here [INFO] [stderr] ... [INFO] [stderr] 2793 | pub const FP_INFINITE: _bindgen_ty_1 = _bindgen_ty_1::FP_INFINITE; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `FP_INFINITE` redefined here [INFO] [stderr] | [INFO] [stderr] = note: `FP_INFINITE` must be defined only once in the value namespace of this module [INFO] [stderr] [INFO] [stderr] error[E0428]: the name `FP_ZERO` is defined multiple times [INFO] [stderr] --> /opt/rustwide/target/debug/build/ffmpeg_ffi_test-2965adbc18b395fa/out/bindings.rs:2794:1 [INFO] [stderr] | [INFO] [stderr] 510 | pub const FP_ZERO: ::std::os::raw::c_uint = 2; [INFO] [stderr] | ---------------------------------------------- previous definition of the value `FP_ZERO` here [INFO] [stderr] ... [INFO] [stderr] 2794 | pub const FP_ZERO: _bindgen_ty_1 = _bindgen_ty_1::FP_ZERO; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `FP_ZERO` redefined here [INFO] [stderr] | [INFO] [stderr] = note: `FP_ZERO` must be defined only once in the value namespace of this module [INFO] [stderr] [INFO] [stderr] error[E0428]: the name `FP_SUBNORMAL` is defined multiple times [INFO] [stderr] --> /opt/rustwide/target/debug/build/ffmpeg_ffi_test-2965adbc18b395fa/out/bindings.rs:2795:1 [INFO] [stderr] | [INFO] [stderr] 511 | pub const FP_SUBNORMAL: ::std::os::raw::c_uint = 3; [INFO] [stderr] | --------------------------------------------------- previous definition of the value `FP_SUBNORMAL` here [INFO] [stderr] ... [INFO] [stderr] 2795 | pub const FP_SUBNORMAL: _bindgen_ty_1 = _bindgen_ty_1::FP_SUBNORMAL; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `FP_SUBNORMAL` redefined here [INFO] [stderr] | [INFO] [stderr] = note: `FP_SUBNORMAL` must be defined only once in the value namespace of this module [INFO] [stderr] [INFO] [stderr] error[E0428]: the name `FP_NORMAL` is defined multiple times [INFO] [stderr] --> /opt/rustwide/target/debug/build/ffmpeg_ffi_test-2965adbc18b395fa/out/bindings.rs:2796:1 [INFO] [stderr] | [INFO] [stderr] 512 | pub const FP_NORMAL: ::std::os::raw::c_uint = 4; [INFO] [stderr] | ------------------------------------------------ previous definition of the value `FP_NORMAL` here [INFO] [stderr] ... [INFO] [stderr] 2796 | pub const FP_NORMAL: _bindgen_ty_1 = _bindgen_ty_1::FP_NORMAL; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `FP_NORMAL` redefined here [INFO] [stderr] | [INFO] [stderr] = note: `FP_NORMAL` must be defined only once in the value namespace of this module [INFO] [stderr] [INFO] [stderr] error[E0428]: the name `FP_NAN` is defined multiple times [INFO] [stderr] --> /opt/rustwide/target/debug/build/ffmpeg_ffi_test-2965adbc18b395fa/out/bindings.rs:2792:1 [INFO] [stderr] | [INFO] [stderr] 508 | pub const FP_NAN: ::std::os::raw::c_uint = 0; [INFO] [stderr] | --------------------------------------------- previous definition of the value `FP_NAN` here [INFO] [stderr] ... [INFO] [stderr] 2792 | pub const FP_NAN: _bindgen_ty_1 = _bindgen_ty_1::FP_NAN; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `FP_NAN` redefined here [INFO] [stderr] | [INFO] [stderr] = note: `FP_NAN` must be defined only once in the value namespace of this module [INFO] [stderr] [INFO] [stderr] error[E0428]: the name `FP_INFINITE` is defined multiple times [INFO] [stderr] --> /opt/rustwide/target/debug/build/ffmpeg_ffi_test-2965adbc18b395fa/out/bindings.rs:2793:1 [INFO] [stderr] | [INFO] [stderr] 509 | pub const FP_INFINITE: ::std::os::raw::c_uint = 1; [INFO] [stderr] | -------------------------------------------------- previous definition of the value `FP_INFINITE` here [INFO] [stderr] ... [INFO] [stderr] 2793 | pub const FP_INFINITE: _bindgen_ty_1 = _bindgen_ty_1::FP_INFINITE; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `FP_INFINITE` redefined here [INFO] [stderr] | [INFO] [stderr] = note: `FP_INFINITE` must be defined only once in the value namespace of this module [INFO] [stderr] [INFO] [stderr] error[E0428]: the name `FP_ZERO` is defined multiple times [INFO] [stderr] --> /opt/rustwide/target/debug/build/ffmpeg_ffi_test-2965adbc18b395fa/out/bindings.rs:2794:1 [INFO] [stderr] | [INFO] [stderr] 510 | pub const FP_ZERO: ::std::os::raw::c_uint = 2; [INFO] [stderr] | ---------------------------------------------- previous definition of the value `FP_ZERO` here [INFO] [stderr] ... [INFO] [stderr] 2794 | pub const FP_ZERO: _bindgen_ty_1 = _bindgen_ty_1::FP_ZERO; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `FP_ZERO` redefined here [INFO] [stderr] | [INFO] [stderr] = note: `FP_ZERO` must be defined only once in the value namespace of this module [INFO] [stderr] [INFO] [stderr] error[E0428]: the name `FP_SUBNORMAL` is defined multiple times [INFO] [stderr] --> /opt/rustwide/target/debug/build/ffmpeg_ffi_test-2965adbc18b395fa/out/bindings.rs:2795:1 [INFO] [stderr] | [INFO] [stderr] 511 | pub const FP_SUBNORMAL: ::std::os::raw::c_uint = 3; [INFO] [stderr] | --------------------------------------------------- previous definition of the value `FP_SUBNORMAL` here [INFO] [stderr] ... [INFO] [stderr] 2795 | pub const FP_SUBNORMAL: _bindgen_ty_1 = _bindgen_ty_1::FP_SUBNORMAL; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `FP_SUBNORMAL` redefined here [INFO] [stderr] | [INFO] [stderr] = note: `FP_SUBNORMAL` must be defined only once in the value namespace of this module [INFO] [stderr] [INFO] [stderr] error[E0428]: the name `FP_NORMAL` is defined multiple times [INFO] [stderr] --> /opt/rustwide/target/debug/build/ffmpeg_ffi_test-2965adbc18b395fa/out/bindings.rs:2796:1 [INFO] [stderr] | [INFO] [stderr] 512 | pub const FP_NORMAL: ::std::os::raw::c_uint = 4; [INFO] [stderr] | ------------------------------------------------ previous definition of the value `FP_NORMAL` here [INFO] [stderr] ... [INFO] [stderr] 2796 | pub const FP_NORMAL: _bindgen_ty_1 = _bindgen_ty_1::FP_NORMAL; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `FP_NORMAL` redefined here [INFO] [stderr] | [INFO] [stderr] = note: `FP_NORMAL` must be defined only once in the value namespace of this module [INFO] [stderr] [INFO] [stderr] warning: unused import: `libc::c_char` [INFO] [stderr] --> src/main.rs:9:5 [INFO] [stderr] | [INFO] [stderr] 9 | use libc::c_char; [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused import: `libc::c_char` [INFO] [stderr] --> src/main.rs:9:5 [INFO] [stderr] | [INFO] [stderr] 9 | use libc::c_char; [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] error: aborting due to 5 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0428`. [INFO] [stderr] error: could not compile `ffmpeg_ffi_test`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: aborting due to 5 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0428`. [INFO] [stderr] error: could not compile `ffmpeg_ffi_test`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "033b8aa950e815c9fe0367536eb52ee290abf4c7f5168eb0f31ff2989a5ee9be"` [INFO] running `"docker" "rm" "-f" "033b8aa950e815c9fe0367536eb52ee290abf4c7f5168eb0f31ff2989a5ee9be"` [INFO] [stdout] 033b8aa950e815c9fe0367536eb52ee290abf4c7f5168eb0f31ff2989a5ee9be