[INFO] crate duktape-rs 0.0.4 is already in cache [INFO] checking duktape-rs-0.0.4 against nightly-2019-10-27 for pr-65897 [INFO] extracting crate duktape-rs 0.0.4 into /workspace/builds/worker-12/source [INFO] validating manifest of crates.io crate duktape-rs 0.0.4 on toolchain nightly-2019-10-27 [INFO] running `"/workspace/cargo-home/bin/cargo" "+nightly-2019-10-27" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate duktape-rs 0.0.4 [INFO] finished tweaking crates.io crate duktape-rs 0.0.4 [INFO] tweaked toml for crates.io crate duktape-rs 0.0.4 written to /workspace/builds/worker-12/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+nightly-2019-10-27" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+nightly-2019-10-27" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/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" "+nightly-2019-10-27" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] 761319e85a1b1e7d452568c27af289bddaf3a452170d0228c90f9bd8d67e5b7c [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `"docker" "start" "-a" "761319e85a1b1e7d452568c27af289bddaf3a452170d0228c90f9bd8d67e5b7c"` [INFO] [stderr] Compiling bindgen v0.47.3 [INFO] [stderr] Compiling dukbind v0.0.4 [INFO] [stderr] error[E0428]: the name `FP_NAN` is defined multiple times [INFO] [stderr] --> /opt/rustwide/target/debug/build/dukbind-ed6f1bf8b57eb7a2/out/duktape_bindings.rs:8840:1 [INFO] [stderr] | [INFO] [stderr] 447 | pub const FP_NAN: u32 = 0; [INFO] [stderr] | -------------------------- previous definition of the value `FP_NAN` here [INFO] [stderr] ... [INFO] [stderr] 8840 | pub const FP_NAN: _bindgen_ty_10 = 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/dukbind-ed6f1bf8b57eb7a2/out/duktape_bindings.rs:8841:1 [INFO] [stderr] | [INFO] [stderr] 448 | pub const FP_INFINITE: u32 = 1; [INFO] [stderr] | ------------------------------- previous definition of the value `FP_INFINITE` here [INFO] [stderr] ... [INFO] [stderr] 8841 | pub const FP_INFINITE: _bindgen_ty_10 = 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/dukbind-ed6f1bf8b57eb7a2/out/duktape_bindings.rs:8842:1 [INFO] [stderr] | [INFO] [stderr] 449 | pub const FP_ZERO: u32 = 2; [INFO] [stderr] | --------------------------- previous definition of the value `FP_ZERO` here [INFO] [stderr] ... [INFO] [stderr] 8842 | pub const FP_ZERO: _bindgen_ty_10 = 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/dukbind-ed6f1bf8b57eb7a2/out/duktape_bindings.rs:8843:1 [INFO] [stderr] | [INFO] [stderr] 450 | pub const FP_SUBNORMAL: u32 = 3; [INFO] [stderr] | -------------------------------- previous definition of the value `FP_SUBNORMAL` here [INFO] [stderr] ... [INFO] [stderr] 8843 | pub const FP_SUBNORMAL: _bindgen_ty_10 = 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/dukbind-ed6f1bf8b57eb7a2/out/duktape_bindings.rs:8844:1 [INFO] [stderr] | [INFO] [stderr] 451 | pub const FP_NORMAL: u32 = 4; [INFO] [stderr] | ----------------------------- previous definition of the value `FP_NORMAL` here [INFO] [stderr] ... [INFO] [stderr] 8844 | pub const FP_NORMAL: _bindgen_ty_10 = 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 `dukbind`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "761319e85a1b1e7d452568c27af289bddaf3a452170d0228c90f9bd8d67e5b7c"` [INFO] running `"docker" "rm" "-f" "761319e85a1b1e7d452568c27af289bddaf3a452170d0228c90f9bd8d67e5b7c"` [INFO] [stdout] 761319e85a1b1e7d452568c27af289bddaf3a452170d0228c90f9bd8d67e5b7c