[INFO] fetching crate ugli-webgl 0.1.0... [INFO] checking ugli-webgl-0.1.0 against try#3ae4c050387df9f7fbb379ee90ce8bf05e566870 for pr-70872 [INFO] extracting crate ugli-webgl 0.1.0 into /workspace/builds/worker-4/source [INFO] validating manifest of crates.io crate ugli-webgl 0.1.0 on toolchain 3ae4c050387df9f7fbb379ee90ce8bf05e566870 [INFO] running `"/workspace/cargo-home/bin/cargo" "+3ae4c050387df9f7fbb379ee90ce8bf05e566870" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate ugli-webgl 0.1.0 [INFO] finished tweaking crates.io crate ugli-webgl 0.1.0 [INFO] tweaked toml for crates.io crate ugli-webgl 0.1.0 written to /workspace/builds/worker-4/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+3ae4c050387df9f7fbb379ee90ce8bf05e566870" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+3ae4c050387df9f7fbb379ee90ce8bf05e566870" "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=forbid" "-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" "+3ae4c050387df9f7fbb379ee90ce8bf05e566870" "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] 7d1095718072262de97e1e8ea81227956430672ef46f314cab9bb2a3be54422a [INFO] running `"docker" "start" "-a" "7d1095718072262de97e1e8ea81227956430672ef46f314cab9bb2a3be54422a"` [INFO] [stderr] Compiling encoding_index_tests v0.1.4 [INFO] [stderr] Compiling mac v0.1.1 [INFO] [stderr] Compiling RustyXML v0.1.1 [INFO] [stderr] Compiling unreachable v0.1.1 [INFO] [stderr] Compiling utf-8 v0.6.0 [INFO] [stderr] Compiling typenum v1.11.2 [INFO] [stderr] Compiling syn v0.11.11 [INFO] [stderr] Compiling rand_os v0.1.3 [INFO] [stderr] Compiling debug_unreachable v0.1.1 [INFO] [stderr] Compiling stdweb v0.4.20 [INFO] [stderr] Compiling encoding-index-singlebyte v1.20141219.5 [INFO] [stderr] Compiling encoding-index-simpchinese v1.20141219.5 [INFO] [stderr] Compiling encoding-index-tradchinese v1.20141219.5 [INFO] [stderr] Compiling encoding-index-korean v1.20141219.5 [INFO] [stderr] Compiling encoding-index-japanese v1.20141219.5 [INFO] [stderr] Compiling futf v0.1.4 [INFO] [stderr] Compiling rand v0.6.5 [INFO] [stderr] Compiling generic-array v0.12.3 [INFO] [stderr] Compiling serde v1.0.106 [INFO] [stderr] Checking serde_json v1.0.51 [INFO] [stderr] Compiling encoding v0.2.33 [INFO] [stderr] Compiling block-buffer v0.7.3 [INFO] [stderr] Compiling digest v0.8.1 [INFO] [stderr] Compiling sha2 v0.8.1 [INFO] [stderr] Compiling tendril v0.2.4 [INFO] [stderr] Compiling phf_generator v0.7.24 [INFO] [stderr] Compiling string_cache_codegen v0.3.1 [INFO] [stderr] Compiling string_cache_codegen v0.4.4 [INFO] [stderr] Compiling phf_codegen v0.7.24 [INFO] [stderr] Compiling html5ever v0.13.1 [INFO] [stderr] Compiling string_cache v0.7.5 [INFO] [stderr] Compiling string_cache v0.4.0 [INFO] [stderr] Compiling html5ever-atoms v0.2.2 [INFO] [stderr] Compiling docopt v1.1.0 [INFO] [stderr] Compiling stdweb-derive v0.5.3 [INFO] [stderr] Compiling html2runes v1.0.1 [INFO] [stderr] Compiling lalrpop v0.16.3 [INFO] [stderr] Compiling stdweb-internal-macros v0.2.9 [INFO] [stderr] Compiling webidl v0.8.0 [INFO] [stderr] Compiling webgl_generator v0.2.0 [INFO] [stderr] Compiling ugli-webgl v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] error: unnecessary braces around assigned value [INFO] [stderr] --> /opt/rustwide/target/debug/build/ugli-webgl-676b99bd3c5bd631/out/bindings.rs:2160:79 [INFO] [stderr] | [INFO] [stderr] 2160 | return [WebGLRenderingContext, WebGL2RenderingContext].includes(@{{reference}}.constructor); [INFO] [stderr] | ^^^^^^^^^^^ help: remove these braces [INFO] [stderr] | [INFO] [stderr] note: the lint level is defined here [INFO] [stderr] --> src/lib.rs:1:9 [INFO] [stderr] | [INFO] [stderr] 1 | #![deny(warnings)] [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] = note: `#[deny(unused_braces)]` implied by `#[deny(warnings)]` [INFO] [stderr] [INFO] [stderr] error: unnecessary braces around assigned value [INFO] [stderr] --> /opt/rustwide/target/debug/build/ugli-webgl-676b99bd3c5bd631/out/bindings.rs:2160:79 [INFO] [stderr] | [INFO] [stderr] 2160 | return [WebGLRenderingContext, WebGL2RenderingContext].includes(@{{reference}}.constructor); [INFO] [stderr] | ^^^^^^^^^^^ help: remove these braces [INFO] [stderr] | [INFO] [stderr] note: the lint level is defined here [INFO] [stderr] --> src/lib.rs:1:9 [INFO] [stderr] | [INFO] [stderr] 1 | #![deny(warnings)] [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] = note: `#[deny(unused_braces)]` implied by `#[deny(warnings)]` [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] error: could not compile `ugli-webgl`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] error: could not compile `ugli-webgl`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "7d1095718072262de97e1e8ea81227956430672ef46f314cab9bb2a3be54422a"` [INFO] running `"docker" "rm" "-f" "7d1095718072262de97e1e8ea81227956430672ef46f314cab9bb2a3be54422a"` [INFO] [stdout] 7d1095718072262de97e1e8ea81227956430672ef46f314cab9bb2a3be54422a