[INFO] fetching crate sapiens-rs 0.1.0... [INFO] checking sapiens-rs-0.1.0 against beta-2019-10-27 for pr-65897 [INFO] extracting crate sapiens-rs 0.1.0 into /workspace/builds/worker-10/source [INFO] validating manifest of crates.io crate sapiens-rs 0.1.0 on toolchain beta-2019-10-27 [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2019-10-27" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate sapiens-rs 0.1.0 [INFO] removed 1 missing examples [INFO] finished tweaking crates.io crate sapiens-rs 0.1.0 [INFO] tweaked toml for crates.io crate sapiens-rs 0.1.0 written to /workspace/builds/worker-10/source/Cargo.toml [INFO] crate crates.io crate sapiens-rs 0.1.0 already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2019-10-27" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/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=allow" "-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" "+beta-2019-10-27" "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] 1b46e7de964b3b02fa86db1818b3d556b1f704b6f267a0210ecb578c326125d7 [INFO] running `"docker" "start" "-a" "1b46e7de964b3b02fa86db1818b3d556b1f704b6f267a0210ecb578c326125d7"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling bindgen v0.51.0 [INFO] [stderr] Compiling libloading v0.5.2 [INFO] [stderr] Compiling backtrace-sys v0.1.31 [INFO] [stderr] Compiling atty v0.2.13 [INFO] [stderr] Compiling backtrace v0.3.37 [INFO] [stderr] Compiling env_logger v0.6.2 [INFO] [stderr] Compiling clap v2.33.0 [INFO] [stderr] Compiling failure v0.1.5 [INFO] [stderr] Compiling which v2.0.1 [INFO] [stderr] Compiling clang-sys v0.28.1 [INFO] [stderr] Compiling sapiens-sys v0.2.0 [INFO] [stderr] error[E0428]: the name `FP_NAN` is defined multiple times [INFO] [stderr] --> /opt/rustwide/target/debug/build/sapiens-sys-881649c0f9acea5e/out/bindings.rs:1559:1 [INFO] [stderr] | [INFO] [stderr] 115 | pub const FP_NAN: u32 = 0; [INFO] [stderr] | -------------------------- previous definition of the value `FP_NAN` here [INFO] [stderr] ... [INFO] [stderr] 1559 | pub const FP_NAN: _bindgen_ty_1 = 0; [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/sapiens-sys-881649c0f9acea5e/out/bindings.rs:1560:1 [INFO] [stderr] | [INFO] [stderr] 116 | pub const FP_INFINITE: u32 = 1; [INFO] [stderr] | ------------------------------- previous definition of the value `FP_INFINITE` here [INFO] [stderr] ... [INFO] [stderr] 1560 | pub const FP_INFINITE: _bindgen_ty_1 = 1; [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/sapiens-sys-881649c0f9acea5e/out/bindings.rs:1561:1 [INFO] [stderr] | [INFO] [stderr] 117 | pub const FP_ZERO: u32 = 2; [INFO] [stderr] | --------------------------- previous definition of the value `FP_ZERO` here [INFO] [stderr] ... [INFO] [stderr] 1561 | pub const FP_ZERO: _bindgen_ty_1 = 2; [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/sapiens-sys-881649c0f9acea5e/out/bindings.rs:1562:1 [INFO] [stderr] | [INFO] [stderr] 118 | pub const FP_SUBNORMAL: u32 = 3; [INFO] [stderr] | -------------------------------- previous definition of the value `FP_SUBNORMAL` here [INFO] [stderr] ... [INFO] [stderr] 1562 | pub const FP_SUBNORMAL: _bindgen_ty_1 = 3; [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/sapiens-sys-881649c0f9acea5e/out/bindings.rs:1563:1 [INFO] [stderr] | [INFO] [stderr] 119 | pub const FP_NORMAL: u32 = 4; [INFO] [stderr] | ----------------------------- previous definition of the value `FP_NORMAL` here [INFO] [stderr] ... [INFO] [stderr] 1563 | pub const FP_NORMAL: _bindgen_ty_1 = 4; [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: 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 `sapiens-sys`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "1b46e7de964b3b02fa86db1818b3d556b1f704b6f267a0210ecb578c326125d7"` [INFO] running `"docker" "rm" "-f" "1b46e7de964b3b02fa86db1818b3d556b1f704b6f267a0210ecb578c326125d7"` [INFO] [stdout] 1b46e7de964b3b02fa86db1818b3d556b1f704b6f267a0210ecb578c326125d7