[INFO] crate bindgen 0.49.0 is already in cache [INFO] extracting crate bindgen 0.49.0 into work/ex/pr-60261/sources/master#1891bfa80364eead426517c68de6947b7692e2de/reg/bindgen/0.49.0 [INFO] extracting crate bindgen 0.49.0 into work/ex/pr-60261/sources/try#bfdcf6db3afcce5fe4013023cfa8ba359c5d527a/reg/bindgen/0.49.0 [INFO] validating manifest of bindgen-0.49.0 on toolchain master#1891bfa80364eead426517c68de6947b7692e2de [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1891bfa80364eead426517c68de6947b7692e2de-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of bindgen-0.49.0 on toolchain try#bfdcf6db3afcce5fe4013023cfa8ba359c5d527a [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+bfdcf6db3afcce5fe4013023cfa8ba359c5d527a-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing bindgen-0.49.0 [INFO] finished frobbing bindgen-0.49.0 [INFO] frobbed toml for bindgen-0.49.0 written to work/ex/pr-60261/sources/master#1891bfa80364eead426517c68de6947b7692e2de/reg/bindgen/0.49.0/Cargo.toml [INFO] started frobbing bindgen-0.49.0 [INFO] finished frobbing bindgen-0.49.0 [INFO] frobbed toml for bindgen-0.49.0 written to work/ex/pr-60261/sources/try#bfdcf6db3afcce5fe4013023cfa8ba359c5d527a/reg/bindgen/0.49.0/Cargo.toml [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1891bfa80364eead426517c68de6947b7692e2de-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+bfdcf6db3afcce5fe4013023cfa8ba359c5d527a-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1891bfa80364eead426517c68de6947b7692e2de-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+bfdcf6db3afcce5fe4013023cfa8ba359c5d527a-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] checking bindgen-0.49.0 against try#bfdcf6db3afcce5fe4013023cfa8ba359c5d527a for pr-60261 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-60261/worker-5/try#bfdcf6db3afcce5fe4013023cfa8ba359c5d527a:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-60261/sources/try#bfdcf6db3afcce5fe4013023cfa8ba359c5d527a/reg/bindgen/0.49.0:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+bfdcf6db3afcce5fe4013023cfa8ba359c5d527a-alt" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] 0d4220c4ba5def785fe81774e47011bcc2acbddc4805424a18c14c6e0e91ceef [INFO] running `"docker" "start" "-a" "0d4220c4ba5def785fe81774e47011bcc2acbddc4805424a18c14c6e0e91ceef"` [INFO] [stderr] Compiling bindgen v0.49.0 (/opt/crater/workdir) [INFO] [stderr] Checking peeking_take_while v0.1.2 [INFO] [stderr] Checking proc-macro2 v0.4.29 [INFO] [stderr] Checking clang-sys v0.28.0 [INFO] [stderr] Checking cexpr v0.3.5 [INFO] [stderr] Checking quote v0.6.12 [INFO] [stderr] error: the item `FromStr` is imported redundantly [INFO] [stderr] --> src/codegen/helpers.rs:46:13 [INFO] [stderr] | [INFO] [stderr] 10 | use std::str::FromStr; [INFO] [stderr] | ----------------- the item `FromStr` is already imported here [INFO] [stderr] ... [INFO] [stderr] 46 | use std::str::FromStr; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: lint level defined here [INFO] [stderr] --> src/lib.rs:11:9 [INFO] [stderr] | [INFO] [stderr] 11 | #![deny(warnings)] [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] = note: #[deny(unused_imports)] implied by #[deny(warnings)] [INFO] [stderr] [INFO] [stderr] error: the item `mem` is imported redundantly [INFO] [stderr] --> src/ir/comp.rs:354:13 [INFO] [stderr] | [INFO] [stderr] 19 | use std::mem; [INFO] [stderr] | -------- the item `mem` is already imported here [INFO] [stderr] ... [INFO] [stderr] 354 | use std::mem; [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: the item `cmp` is imported redundantly [INFO] [stderr] --> src/ir/comp.rs:1071:13 [INFO] [stderr] | [INFO] [stderr] 17 | use std::cmp; [INFO] [stderr] | -------- the item `cmp` is already imported here [INFO] [stderr] ... [INFO] [stderr] 1071 | use std::cmp; [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: the item `clang_sys` is imported redundantly [INFO] [stderr] --> src/ir/context.rs:538:13 [INFO] [stderr] | [INFO] [stderr] 24 | use clang_sys; [INFO] [stderr] | --------- the item `clang_sys` is already imported here [INFO] [stderr] ... [INFO] [stderr] 538 | use clang_sys; [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: the item `clang_sys` is imported redundantly [INFO] [stderr] --> src/ir/context.rs:1649:13 [INFO] [stderr] | [INFO] [stderr] 24 | use clang_sys; [INFO] [stderr] | --------- the item `clang_sys` is already imported here [INFO] [stderr] ... [INFO] [stderr] 1649 | use clang_sys; [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: the item `clang_sys` is imported redundantly [INFO] [stderr] --> src/ir/function.rs:250:9 [INFO] [stderr] | [INFO] [stderr] 10 | use clang_sys::{self, CXCallingConv}; [INFO] [stderr] | ---- the item `clang_sys` is already imported here [INFO] [stderr] ... [INFO] [stderr] 250 | use clang_sys; [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: the item `Function` is imported redundantly [INFO] [stderr] --> src/ir/item.rs:1265:13 [INFO] [stderr] | [INFO] [stderr] 12 | use super::function::{Function, FunctionKind}; [INFO] [stderr] | -------- the item `Function` is already imported here [INFO] [stderr] ... [INFO] [stderr] 1265 | use ir::function::Function; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: the item `Module` is imported redundantly [INFO] [stderr] --> src/ir/item.rs:1266:13 [INFO] [stderr] | [INFO] [stderr] 15 | use super::module::Module; [INFO] [stderr] | --------------------- the item `Module` is already imported here [INFO] [stderr] ... [INFO] [stderr] 1266 | use ir::module::Module; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: the item `FromStr` is imported redundantly [INFO] [stderr] --> src/codegen/helpers.rs:46:13 [INFO] [stderr] | [INFO] [stderr] 10 | use std::str::FromStr; [INFO] [stderr] | ----------------- the item `FromStr` is already imported here [INFO] [stderr] ... [INFO] [stderr] 46 | use std::str::FromStr; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: lint level defined here [INFO] [stderr] --> src/lib.rs:11:9 [INFO] [stderr] | [INFO] [stderr] 11 | #![deny(warnings)] [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] = note: #[deny(unused_imports)] implied by #[deny(warnings)] [INFO] [stderr] [INFO] [stderr] error: the item `mem` is imported redundantly [INFO] [stderr] --> src/ir/comp.rs:354:13 [INFO] [stderr] | [INFO] [stderr] 19 | use std::mem; [INFO] [stderr] | -------- the item `mem` is already imported here [INFO] [stderr] ... [INFO] [stderr] 354 | use std::mem; [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: the item `cmp` is imported redundantly [INFO] [stderr] --> src/ir/comp.rs:1071:13 [INFO] [stderr] | [INFO] [stderr] 17 | use std::cmp; [INFO] [stderr] | -------- the item `cmp` is already imported here [INFO] [stderr] ... [INFO] [stderr] 1071 | use std::cmp; [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: the item `clang_sys` is imported redundantly [INFO] [stderr] --> src/ir/context.rs:538:13 [INFO] [stderr] | [INFO] [stderr] 24 | use clang_sys; [INFO] [stderr] | --------- the item `clang_sys` is already imported here [INFO] [stderr] ... [INFO] [stderr] 538 | use clang_sys; [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: the item `clang_sys` is imported redundantly [INFO] [stderr] --> src/ir/context.rs:1649:13 [INFO] [stderr] | [INFO] [stderr] 24 | use clang_sys; [INFO] [stderr] | --------- the item `clang_sys` is already imported here [INFO] [stderr] ... [INFO] [stderr] 1649 | use clang_sys; [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: the item `clang_sys` is imported redundantly [INFO] [stderr] --> src/ir/function.rs:250:9 [INFO] [stderr] | [INFO] [stderr] 10 | use clang_sys::{self, CXCallingConv}; [INFO] [stderr] | ---- the item `clang_sys` is already imported here [INFO] [stderr] ... [INFO] [stderr] 250 | use clang_sys; [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: the item `Function` is imported redundantly [INFO] [stderr] --> src/ir/item.rs:1265:13 [INFO] [stderr] | [INFO] [stderr] 12 | use super::function::{Function, FunctionKind}; [INFO] [stderr] | -------- the item `Function` is already imported here [INFO] [stderr] ... [INFO] [stderr] 1265 | use ir::function::Function; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: the item `Module` is imported redundantly [INFO] [stderr] --> src/ir/item.rs:1266:13 [INFO] [stderr] | [INFO] [stderr] 15 | use super::module::Module; [INFO] [stderr] | --------------------- the item `Module` is already imported here [INFO] [stderr] ... [INFO] [stderr] 1266 | use ir::module::Module; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: aborting due to 8 previous errors [INFO] [stderr] [INFO] [stderr] error: Could not compile `bindgen`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: aborting due to 8 previous errors [INFO] [stderr] [INFO] [stderr] error: Could not compile `bindgen`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "0d4220c4ba5def785fe81774e47011bcc2acbddc4805424a18c14c6e0e91ceef"` [INFO] running `"docker" "rm" "-f" "0d4220c4ba5def785fe81774e47011bcc2acbddc4805424a18c14c6e0e91ceef"` [INFO] [stdout] 0d4220c4ba5def785fe81774e47011bcc2acbddc4805424a18c14c6e0e91ceef