[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 try#ea663bba38739867a4b75ac820991b4f5d093c3b for pr-62262-1 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjeeb%2Fffmpeg_ffi_test" "/workspace/builds/worker-8/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-8/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/jeeb/ffmpeg_ffi_test on toolchain ea663bba38739867a4b75ac820991b4f5d093c3b [INFO] running `"/workspace/cargo-home/bin/cargo" "+ea663bba38739867a4b75ac820991b4f5d093c3b" "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-8/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" "+ea663bba38739867a4b75ac820991b4f5d093c3b" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/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" "+ea663bba38739867a4b75ac820991b4f5d093c3b" "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] 66dc9e2ad4f0ef2258f4a4cb9466a87066447014c2b651380de2f9083083b0fa [INFO] running `"docker" "start" "-a" "66dc9e2ad4f0ef2258f4a4cb9466a87066447014c2b651380de2f9083083b0fa"` [INFO] [stderr] Compiling libc v0.2.24 [INFO] [stderr] Compiling libloading v0.4.0 [INFO] [stderr] Compiling regex-syntax v0.4.1 [INFO] [stderr] Compiling lazy_static v0.2.8 [INFO] [stderr] Compiling strsim v0.6.0 [INFO] [stderr] Compiling unicode-segmentation v1.2.0 [INFO] [stderr] Compiling nom v1.2.4 [INFO] [stderr] Compiling cfg-if v0.1.1 [INFO] [stderr] Compiling unreachable v0.1.1 [INFO] [stderr] Compiling clang-sys v0.18.0 [INFO] [stderr] Compiling syntex_errors v0.58.1 [INFO] [stderr] Compiling thread-id v3.1.0 [INFO] [stderr] Compiling memchr v1.0.1 [INFO] [stderr] Compiling atty v0.2.2 [INFO] [stderr] Compiling term_size v0.3.0 [INFO] [stderr] Compiling thread_local v0.3.3 [INFO] [stderr] Compiling clap v2.24.2 [INFO] [stderr] Compiling aho-corasick v0.6.3 [INFO] [stderr] Compiling cexpr v0.2.0 [INFO] [stderr] Compiling regex v0.2.2 [INFO] [stderr] Compiling syntex_syntax v0.58.1 [INFO] [stderr] Compiling env_logger v0.4.3 [INFO] [stderr] Compiling syntex v0.58.1 [INFO] [stderr] Compiling aster v0.41.0 [INFO] [stderr] Compiling quasi v0.32.0 [INFO] [stderr] Compiling quasi_codegen v0.32.0 [INFO] [stderr] Compiling bindgen v0.25.5 [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-e4b4c8a6147fc9ae/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-e4b4c8a6147fc9ae/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-e4b4c8a6147fc9ae/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-e4b4c8a6147fc9ae/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-e4b4c8a6147fc9ae/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-e4b4c8a6147fc9ae/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-e4b4c8a6147fc9ae/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-e4b4c8a6147fc9ae/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-e4b4c8a6147fc9ae/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-e4b4c8a6147fc9ae/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" "66dc9e2ad4f0ef2258f4a4cb9466a87066447014c2b651380de2f9083083b0fa"` [INFO] running `"docker" "rm" "-f" "66dc9e2ad4f0ef2258f4a4cb9466a87066447014c2b651380de2f9083083b0fa"` [INFO] [stdout] 66dc9e2ad4f0ef2258f4a4cb9466a87066447014c2b651380de2f9083083b0fa