[INFO] crate janet-sys 0.1.0 is already in cache [INFO] checking janet-sys-0.1.0 against beta-2019-10-27 for pr-65897 [INFO] extracting crate janet-sys 0.1.0 into /workspace/builds/worker-4/source [INFO] validating manifest of crates.io crate janet-sys 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 janet-sys 0.1.0 [INFO] finished tweaking crates.io crate janet-sys 0.1.0 [INFO] tweaked toml for crates.io crate janet-sys 0.1.0 written to /workspace/builds/worker-4/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2019-10-27" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] [stderr] Blocking waiting for file lock on package cache [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-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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] 2242f8e708abd097f3bbd82ee8f9010b6d24fdb4f8255e0c79afcabc13cb210f [INFO] running `"docker" "start" "-a" "2242f8e708abd097f3bbd82ee8f9010b6d24fdb4f8255e0c79afcabc13cb210f"` [INFO] [stderr] Compiling bindgen v0.42.3 [INFO] [stderr] Compiling which v1.0.5 [INFO] [stderr] Compiling janet-sys 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/janet-sys-2ee9bdc57a1d47e8/out/bindings.rs:3095:1 [INFO] [stderr] | [INFO] [stderr] 235 | pub const FP_NAN: u32 = 0; [INFO] [stderr] | -------------------------- previous definition of the value `FP_NAN` here [INFO] [stderr] ... [INFO] [stderr] 3095 | 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/janet-sys-2ee9bdc57a1d47e8/out/bindings.rs:3096:1 [INFO] [stderr] | [INFO] [stderr] 236 | pub const FP_INFINITE: u32 = 1; [INFO] [stderr] | ------------------------------- previous definition of the value `FP_INFINITE` here [INFO] [stderr] ... [INFO] [stderr] 3096 | 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/janet-sys-2ee9bdc57a1d47e8/out/bindings.rs:3097:1 [INFO] [stderr] | [INFO] [stderr] 237 | pub const FP_ZERO: u32 = 2; [INFO] [stderr] | --------------------------- previous definition of the value `FP_ZERO` here [INFO] [stderr] ... [INFO] [stderr] 3097 | 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/janet-sys-2ee9bdc57a1d47e8/out/bindings.rs:3098:1 [INFO] [stderr] | [INFO] [stderr] 238 | pub const FP_SUBNORMAL: u32 = 3; [INFO] [stderr] | -------------------------------- previous definition of the value `FP_SUBNORMAL` here [INFO] [stderr] ... [INFO] [stderr] 3098 | 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/janet-sys-2ee9bdc57a1d47e8/out/bindings.rs:3099:1 [INFO] [stderr] | [INFO] [stderr] 239 | pub const FP_NORMAL: u32 = 4; [INFO] [stderr] | ----------------------------- previous definition of the value `FP_NORMAL` here [INFO] [stderr] ... [INFO] [stderr] 3099 | 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[E0428]: the name `FP_NAN` is defined multiple times [INFO] [stderr] --> /opt/rustwide/target/debug/build/janet-sys-2ee9bdc57a1d47e8/out/bindings.rs:3095:1 [INFO] [stderr] | [INFO] [stderr] 235 | pub const FP_NAN: u32 = 0; [INFO] [stderr] | -------------------------- previous definition of the value `FP_NAN` here [INFO] [stderr] ... [INFO] [stderr] 3095 | 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/janet-sys-2ee9bdc57a1d47e8/out/bindings.rs:3096:1 [INFO] [stderr] | [INFO] [stderr] 236 | pub const FP_INFINITE: u32 = 1; [INFO] [stderr] | ------------------------------- previous definition of the value `FP_INFINITE` here [INFO] [stderr] ... [INFO] [stderr] 3096 | 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/janet-sys-2ee9bdc57a1d47e8/out/bindings.rs:3097:1 [INFO] [stderr] | [INFO] [stderr] 237 | pub const FP_ZERO: u32 = 2; [INFO] [stderr] | --------------------------- previous definition of the value `FP_ZERO` here [INFO] [stderr] ... [INFO] [stderr] 3097 | 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/janet-sys-2ee9bdc57a1d47e8/out/bindings.rs:3098:1 [INFO] [stderr] | [INFO] [stderr] 238 | pub const FP_SUBNORMAL: u32 = 3; [INFO] [stderr] | -------------------------------- previous definition of the value `FP_SUBNORMAL` here [INFO] [stderr] ... [INFO] [stderr] 3098 | 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/janet-sys-2ee9bdc57a1d47e8/out/bindings.rs:3099:1 [INFO] [stderr] | [INFO] [stderr] 239 | pub const FP_NORMAL: u32 = 4; [INFO] [stderr] | ----------------------------- previous definition of the value `FP_NORMAL` here [INFO] [stderr] ... [INFO] [stderr] 3099 | 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 `janet-sys`. [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 `janet-sys`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "2242f8e708abd097f3bbd82ee8f9010b6d24fdb4f8255e0c79afcabc13cb210f"` [INFO] running `"docker" "rm" "-f" "2242f8e708abd097f3bbd82ee8f9010b6d24fdb4f8255e0c79afcabc13cb210f"` [INFO] [stdout] 2242f8e708abd097f3bbd82ee8f9010b6d24fdb4f8255e0c79afcabc13cb210f