[INFO] crate yarte_codegen 0.5.2 is already in cache [INFO] checking yarte_codegen-0.5.2 against master#6250d56355d72264ece721e8d0dc95b16a6824b1 for pr-68350 [INFO] extracting crate yarte_codegen 0.5.2 into /workspace/builds/worker-10/source [INFO] validating manifest of crates.io crate yarte_codegen 0.5.2 on toolchain 6250d56355d72264ece721e8d0dc95b16a6824b1 [INFO] running `"/workspace/cargo-home/bin/cargo" "+6250d56355d72264ece721e8d0dc95b16a6824b1" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate yarte_codegen 0.5.2 [INFO] finished tweaking crates.io crate yarte_codegen 0.5.2 [INFO] tweaked toml for crates.io crate yarte_codegen 0.5.2 written to /workspace/builds/worker-10/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+6250d56355d72264ece721e8d0dc95b16a6824b1" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+6250d56355d72264ece721e8d0dc95b16a6824b1" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/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" "+6250d56355d72264ece721e8d0dc95b16a6824b1" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] 4b75caaea69ae98d4b19cfa65fbcc7feb74567afc45556cbe1ac0c05f79057ad [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" "4b75caaea69ae98d4b19cfa65fbcc7feb74567afc45556cbe1ac0c05f79057ad"` [INFO] [stderr] Compiling proc-macro2 v1.0.8 [INFO] [stderr] Compiling syn v1.0.14 [INFO] [stderr] Compiling siphasher v0.3.1 [INFO] [stderr] Checking new_debug_unreachable v1.0.4 [INFO] [stderr] Compiling itoa v0.4.4 [INFO] [stderr] Compiling v_htmlescape v0.4.5 [INFO] [stderr] Checking mac v0.1.1 [INFO] [stderr] Checking precomputed-hash v0.1.1 [INFO] [stderr] Checking utf-8 v0.7.5 [INFO] [stderr] Compiling libc v0.2.66 [INFO] [stderr] Checking annotate-snippets v0.6.1 [INFO] [stderr] Compiling serde v1.0.104 [INFO] [stderr] Compiling nom v4.2.3 [INFO] [stderr] Checking futf v0.1.4 [INFO] [stderr] Compiling phf_shared v0.8.0 [INFO] [stderr] Checking tendril v0.4.1 [INFO] [stderr] Checking phf v0.8.0 [INFO] [stderr] Checking string_cache v0.8.0 [INFO] [stderr] Compiling getrandom v0.1.14 [INFO] [stderr] Compiling quote v1.0.2 [INFO] [stderr] Compiling rand_core v0.5.1 [INFO] [stderr] Compiling rand_chacha v0.2.1 [INFO] [stderr] Compiling rand_pcg v0.2.1 [INFO] [stderr] Compiling rand v0.7.3 [INFO] [stderr] Compiling phf_generator v0.8.0 [INFO] [stderr] Compiling phf_codegen v0.8.0 [INFO] [stderr] Compiling string_cache_codegen v0.5.1 [INFO] [stderr] Checking yarte_parser v0.5.3 [INFO] [stderr] Checking v_eval v0.2.0 [INFO] [stderr] Compiling serde_json v1.0.45 [INFO] [stderr] Compiling serde_derive v1.0.104 [INFO] [stderr] Compiling v_escape_derive v0.5.6 [INFO] [stderr] Compiling html5ever v0.25.1 [INFO] [stderr] Compiling yarte_dom v0.5.3 [INFO] [stderr] Checking v_escape v0.7.4 [INFO] [stderr] Compiling markup5ever v0.10.0 [INFO] [stderr] Checking yarte_config v0.5.3 [INFO] [stderr] Checking yarte_helpers v0.5.3 [INFO] [stderr] Checking yarte_hir v0.5.3 [INFO] [stderr] Checking yarte_codegen v0.5.2 (/opt/rustwide/workdir) [INFO] [stderr] error[E0023]: this pattern has 1 field, but the corresponding tuple variant has 2 fields [INFO] [stderr] --> src/wasm/client/mod.rs:203:21 [INFO] [stderr] | [INFO] [stderr] 203 | Var::This(var) if var.starts_with("self.") => { [INFO] [stderr] | ^^^^^^^^^^^^^^ expected 2 fields, found 1 [INFO] [stderr] | [INFO] [stderr] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/yarte_dom-0.5.3/src/dom/mod.rs:33:5 [INFO] [stderr] | [INFO] [stderr] 33 | This(Option, String), [INFO] [stderr] | --------------------------- tuple variant defined here [INFO] [stderr] [INFO] [stderr] error[E0023]: this pattern has 1 field, but the corresponding tuple variant has 2 fields [INFO] [stderr] --> src/wasm/client/mod.rs:203:21 [INFO] [stderr] | [INFO] [stderr] 203 | Var::This(var) if var.starts_with("self.") => { [INFO] [stderr] | ^^^^^^^^^^^^^^ expected 2 fields, found 1 [INFO] [stderr] | [INFO] [stderr] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/yarte_dom-0.5.3/src/dom/mod.rs:33:5 [INFO] [stderr] | [INFO] [stderr] 33 | This(Option, String), [INFO] [stderr] | --------------------------- tuple variant defined here [INFO] [stderr] [INFO] [stderr] error[E0027]: pattern does not mention field `var` [INFO] [stderr] --> src/wasm/client/each.rs:8:13 [INFO] [stderr] | [INFO] [stderr] 8 | let Each { args, body, expr } = *e; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ missing field `var` [INFO] [stderr] [INFO] [stderr] error[E0027]: pattern does not mention field `var` [INFO] [stderr] --> src/wasm/client/each.rs:8:13 [INFO] [stderr] | [INFO] [stderr] 8 | let Each { args, body, expr } = *e; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ missing field `var` [INFO] [stderr] [INFO] [stderr] error: aborting due to 2 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0023, E0027. [INFO] [stderr] For more information about an error, try `rustc --explain E0023`. [INFO] [stderr] error: could not compile `yarte_codegen`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: aborting due to 2 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0023, E0027. [INFO] [stderr] For more information about an error, try `rustc --explain E0023`. [INFO] [stderr] error: could not compile `yarte_codegen`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "4b75caaea69ae98d4b19cfa65fbcc7feb74567afc45556cbe1ac0c05f79057ad"` [INFO] running `"docker" "rm" "-f" "4b75caaea69ae98d4b19cfa65fbcc7feb74567afc45556cbe1ac0c05f79057ad"` [INFO] [stdout] 4b75caaea69ae98d4b19cfa65fbcc7feb74567afc45556cbe1ac0c05f79057ad