[INFO] updating cached repository https://github.com/ysimonson/janet-sys [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] de45a99e17a11fa859e9187f637efba3ce1af8f5 [INFO] checking ysimonson/janet-sys against beta-2019-10-27 for pr-65897 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fysimonson%2Fjanet-sys" "/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/ysimonson/janet-sys 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 git repo https://github.com/ysimonson/janet-sys [INFO] finished tweaking git repo https://github.com/ysimonson/janet-sys [INFO] tweaked toml for git repo https://github.com/ysimonson/janet-sys written to /workspace/builds/worker-5/source/Cargo.toml [INFO] crate git repo https://github.com/ysimonson/janet-sys 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-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=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] e8f925d0ef151f045a7c8ad83b566d07858600983dfa34f264119d88695a0179 [INFO] running `"docker" "start" "-a" "e8f925d0ef151f045a7c8ad83b566d07858600983dfa34f264119d88695a0179"` [INFO] [stderr] Compiling bindgen v0.42.3 [INFO] [stderr] Compiling atty v0.2.11 [INFO] [stderr] Compiling libloading v0.5.0 [INFO] [stderr] Compiling which v1.0.5 [INFO] [stderr] Compiling nom v4.1.1 [INFO] [stderr] Compiling regex v1.1.0 [INFO] [stderr] Compiling clap v2.32.0 [INFO] [stderr] Compiling clang-sys v0.26.4 [INFO] [stderr] Compiling cexpr v0.3.4 [INFO] [stderr] Compiling env_logger v0.5.13 [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-d5e11eb15f50944f/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-d5e11eb15f50944f/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-d5e11eb15f50944f/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-d5e11eb15f50944f/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-d5e11eb15f50944f/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-d5e11eb15f50944f/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-d5e11eb15f50944f/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-d5e11eb15f50944f/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-d5e11eb15f50944f/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-d5e11eb15f50944f/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" "e8f925d0ef151f045a7c8ad83b566d07858600983dfa34f264119d88695a0179"` [INFO] running `"docker" "rm" "-f" "e8f925d0ef151f045a7c8ad83b566d07858600983dfa34f264119d88695a0179"` [INFO] [stdout] e8f925d0ef151f045a7c8ad83b566d07858600983dfa34f264119d88695a0179