[INFO] crate yarte_codegen 0.5.2 is already in cache [INFO] checking yarte_codegen-0.5.2 against try#f149601db42efe10ece8b284ab681fd4a6fcb89c for pr-68766 [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 f149601db42efe10ece8b284ab681fd4a6fcb89c [INFO] running `"/workspace/cargo-home/bin/cargo" "+f149601db42efe10ece8b284ab681fd4a6fcb89c" "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" "+f149601db42efe10ece8b284ab681fd4a6fcb89c" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"/workspace/cargo-home/bin/cargo" "+f149601db42efe10ece8b284ab681fd4a6fcb89c" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [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" "+f149601db42efe10ece8b284ab681fd4a6fcb89c" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] 2558383d740f99960c3eba8bfb7f604b1715b31ea4dcb379865274caba1ed7a6 [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" "2558383d740f99960c3eba8bfb7f604b1715b31ea4dcb379865274caba1ed7a6"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling proc-macro2 v1.0.8 [INFO] [stderr] Compiling syn v1.0.14 [INFO] [stderr] Compiling itoa v0.4.5 [INFO] [stderr] Compiling serde v1.0.104 [INFO] [stderr] Checking annotate-snippets v0.6.1 [INFO] [stderr] Compiling getrandom v0.1.14 [INFO] [stderr] Compiling ryu v1.0.2 [INFO] [stderr] Checking toml v0.5.6 [INFO] [stderr] Checking string_cache v0.8.0 [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] Checking quote v1.0.2 [INFO] [stderr] Compiling rand v0.7.3 [INFO] [stderr] Compiling phf_generator v0.8.0 [INFO] [stderr] Compiling string_cache_codegen v0.5.1 [INFO] [stderr] Compiling phf_codegen v0.8.0 [INFO] [stderr] Compiling serde_json v1.0.46 [INFO] [stderr] Checking yarte_parser v0.5.4 [INFO] [stderr] Checking v_eval v0.2.0 [INFO] [stderr] Compiling serde_derive v1.0.104 [INFO] [stderr] Compiling v_escape_derive v0.5.6 [INFO] [stderr] Compiling yarte_html v0.5.4 [INFO] [stderr] Checking v_escape v0.7.4 [INFO] [stderr] Checking v_htmlescape v0.4.5 [INFO] [stderr] Compiling markup5ever v0.10.0 [INFO] [stderr] Checking yarte_config v0.5.4 [INFO] [stderr] Checking yarte_helpers v0.5.4 [INFO] [stderr] Checking yarte_hir v0.5.4 [INFO] [stderr] Checking yarte_dom v0.5.4 [INFO] [stderr] Checking yarte_codegen v0.5.2 (/opt/rustwide/workdir) [INFO] [stderr] error[E0432]: unresolved import `yarte_dom::ElemInfo` [INFO] [stderr] --> src/wasm/client/mod.rs:19:5 [INFO] [stderr] | [INFO] [stderr] 19 | ElemInfo, [INFO] [stderr] | ^^^^^^^^ no `ElemInfo` in the root [INFO] [stderr] [INFO] [stderr] error[E0308]: mismatched types [INFO] [stderr] --> src/wasm/client/mod.rs:143:31 [INFO] [stderr] | [INFO] [stderr] 143 | self.resolve_tree_var(dom.tree_map, dom.var_map); [INFO] [stderr] | ^^^^^^^^^^^^ expected struct `std::vec::Vec`, found struct `std::collections::HashSet` [INFO] [stderr] | [INFO] [stderr] = note: expected struct `std::collections::HashMap<_, std::vec::Vec>` [INFO] [stderr] found struct `std::collections::HashMap<_, std::collections::HashSet>` [INFO] [stderr] [INFO] [stderr] error[E0308]: mismatched types [INFO] [stderr] --> src/wasm/client/mod.rs:157:21 [INFO] [stderr] | [INFO] [stderr] 157 | local_name!("html") => (), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ expected enum `yarte_html::interface::YName`, found struct `string_cache::atom::Atom` [INFO] [stderr] | [INFO] [stderr] = note: expected type `yarte_html::interface::YName` [INFO] [stderr] found struct `string_cache::atom::Atom` [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [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 4 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0027, E0308, E0432. [INFO] [stderr] For more information about an error, try `rustc --explain E0027`. [INFO] [stderr] error: could not compile `yarte_codegen`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error[E0432]: unresolved import `yarte_dom::ElemInfo` [INFO] [stderr] --> src/wasm/client/mod.rs:19:5 [INFO] [stderr] | [INFO] [stderr] 19 | ElemInfo, [INFO] [stderr] | ^^^^^^^^ no `ElemInfo` in the root [INFO] [stderr] [INFO] [stderr] error[E0308]: mismatched types [INFO] [stderr] --> src/wasm/client/mod.rs:143:31 [INFO] [stderr] | [INFO] [stderr] 143 | self.resolve_tree_var(dom.tree_map, dom.var_map); [INFO] [stderr] | ^^^^^^^^^^^^ expected struct `std::vec::Vec`, found struct `std::collections::HashSet` [INFO] [stderr] | [INFO] [stderr] = note: expected struct `std::collections::HashMap<_, std::vec::Vec>` [INFO] [stderr] found struct `std::collections::HashMap<_, std::collections::HashSet>` [INFO] [stderr] [INFO] [stderr] error[E0308]: mismatched types [INFO] [stderr] --> src/wasm/client/mod.rs:157:21 [INFO] [stderr] | [INFO] [stderr] 157 | local_name!("html") => (), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ expected enum `yarte_html::interface::YName`, found struct `string_cache::atom::Atom` [INFO] [stderr] | [INFO] [stderr] = note: expected type `yarte_html::interface::YName` [INFO] [stderr] found struct `string_cache::atom::Atom` [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [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 4 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0027, E0308, E0432. [INFO] [stderr] For more information about an error, try `rustc --explain E0027`. [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" "2558383d740f99960c3eba8bfb7f604b1715b31ea4dcb379865274caba1ed7a6"` [INFO] running `"docker" "rm" "-f" "2558383d740f99960c3eba8bfb7f604b1715b31ea4dcb379865274caba1ed7a6"` [INFO] [stdout] 2558383d740f99960c3eba8bfb7f604b1715b31ea4dcb379865274caba1ed7a6