[INFO] crate dukbind 0.0.4 is already in cache [INFO] checking dukbind-0.0.4 against beta-2019-10-27 for pr-65897 [INFO] extracting crate dukbind 0.0.4 into /workspace/builds/worker-2/source [INFO] validating manifest of crates.io crate dukbind 0.0.4 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 dukbind 0.0.4 [INFO] finished tweaking crates.io crate dukbind 0.0.4 [INFO] tweaked toml for crates.io crate dukbind 0.0.4 written to /workspace/builds/worker-2/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2019-10-27" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [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-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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] [stdout] 84deb72516c5a908720e3e1a45b5a6257b5fb633eacb7f09dd510f969084dfc3 [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" "84deb72516c5a908720e3e1a45b5a6257b5fb633eacb7f09dd510f969084dfc3"` [INFO] [stderr] Compiling scopeguard v0.3.3 [INFO] [stderr] Compiling bindgen v0.47.3 [INFO] [stderr] Compiling byteorder v1.3.2 [INFO] [stderr] Compiling hashbrown v0.1.8 [INFO] [stderr] Compiling dukbind v0.0.4 (/opt/rustwide/workdir) [INFO] [stderr] error[E0428]: the name `FP_NAN` is defined multiple times [INFO] [stderr] --> /opt/rustwide/target/debug/build/dukbind-96dc5616e4ad2018/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-96dc5616e4ad2018/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-96dc5616e4ad2018/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-96dc5616e4ad2018/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-96dc5616e4ad2018/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[E0428]: the name `FP_NAN` is defined multiple times [INFO] [stderr] --> /opt/rustwide/target/debug/build/dukbind-96dc5616e4ad2018/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-96dc5616e4ad2018/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-96dc5616e4ad2018/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-96dc5616e4ad2018/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-96dc5616e4ad2018/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] 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 `dukbind`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "84deb72516c5a908720e3e1a45b5a6257b5fb633eacb7f09dd510f969084dfc3"` [INFO] running `"docker" "rm" "-f" "84deb72516c5a908720e3e1a45b5a6257b5fb633eacb7f09dd510f969084dfc3"` [INFO] [stdout] 84deb72516c5a908720e3e1a45b5a6257b5fb633eacb7f09dd510f969084dfc3