[INFO] crate yarte_codegen 0.6.0 is already in cache [INFO] checking yarte_codegen-0.6.0 against master#212aa3ea28d91a97d1e1261709c0b6e6790788e6 for pr-69340 [INFO] extracting crate yarte_codegen 0.6.0 into /workspace/builds/worker-7/source [INFO] validating manifest of crates.io crate yarte_codegen 0.6.0 on toolchain 212aa3ea28d91a97d1e1261709c0b6e6790788e6 [INFO] running `"/workspace/cargo-home/bin/cargo" "+212aa3ea28d91a97d1e1261709c0b6e6790788e6" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate yarte_codegen 0.6.0 [INFO] finished tweaking crates.io crate yarte_codegen 0.6.0 [INFO] tweaked toml for crates.io crate yarte_codegen 0.6.0 written to /workspace/builds/worker-7/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+212aa3ea28d91a97d1e1261709c0b6e6790788e6" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+212aa3ea28d91a97d1e1261709c0b6e6790788e6" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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" "+212aa3ea28d91a97d1e1261709c0b6e6790788e6" "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] 6173834e8fafce3305769000d7b301f27e292163ddcd0d943e058633e564e614 [INFO] running `"docker" "start" "-a" "6173834e8fafce3305769000d7b301f27e292163ddcd0d943e058633e564e614"` [INFO] [stderr] Compiling syn v1.0.15 [INFO] [stderr] Checking annotate-snippets v0.6.1 [INFO] [stderr] Compiling proc-macro2 v1.0.8 [INFO] [stderr] Compiling libc v0.2.67 [INFO] [stderr] Compiling quote v1.0.2 [INFO] [stderr] Compiling getrandom v0.1.14 [INFO] [stderr] Compiling rand_core v0.5.1 [INFO] [stderr] Compiling rand_pcg v0.2.1 [INFO] [stderr] Compiling rand_chacha v0.2.1 [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] 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 derive_more v0.99.3 [INFO] [stderr] Compiling yarte_html v0.6.1 [INFO] [stderr] Checking v_escape v0.7.4 [INFO] [stderr] Checking v_htmlescape v0.4.5 [INFO] [stderr] Checking yarte_config v0.6.1 [INFO] [stderr] Compiling markup5ever v0.10.0 [INFO] [stderr] Checking yarte_parser v0.6.1 [INFO] [stderr] Checking yarte_helpers v0.6.1 [INFO] [stderr] Checking yarte_hir v0.6.1 [INFO] [stderr] Checking yarte_dom v0.6.1 [INFO] [stderr] Checking yarte_codegen v0.6.0 (/opt/rustwide/workdir) [INFO] [stderr] error[E0432]: unresolved import `yarte_dom::dom` [INFO] [stderr] --> src/wasm/client/mod.rs:19:16 [INFO] [stderr] | [INFO] [stderr] 19 | use yarte_dom::dom::{ [INFO] [stderr] | ^^^ could not find `dom` in `yarte_dom` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `yarte_dom::dom` [INFO] [stderr] --> src/wasm/client/component.rs:7:16 [INFO] [stderr] | [INFO] [stderr] 7 | use yarte_dom::dom::{Attribute, Document, Element, ExprId, ExprOrText, Node}; [INFO] [stderr] | ^^^ could not find `dom` in `yarte_dom` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `yarte_dom::dom` [INFO] [stderr] --> src/wasm/client/each.rs:7:16 [INFO] [stderr] | [INFO] [stderr] 7 | use yarte_dom::dom::{Each, ExprId}; [INFO] [stderr] | ^^^ could not find `dom` in `yarte_dom` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `yarte_dom::dom` [INFO] [stderr] --> src/wasm/client/leaf_text.rs:7:16 [INFO] [stderr] | [INFO] [stderr] 7 | use yarte_dom::dom::{Document, Element, Expression, Node, TreeMap, VarId, VarMap}; [INFO] [stderr] | ^^^ could not find `dom` in `yarte_dom` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `yarte_dom::dom` [INFO] [stderr] --> src/wasm/client/mod.rs:19:16 [INFO] [stderr] | [INFO] [stderr] 19 | use yarte_dom::dom::{ [INFO] [stderr] | ^^^ could not find `dom` in `yarte_dom` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `yarte_dom::dom` [INFO] [stderr] --> src/wasm/client/component.rs:7:16 [INFO] [stderr] | [INFO] [stderr] 7 | use yarte_dom::dom::{Attribute, Document, Element, ExprId, ExprOrText, Node}; [INFO] [stderr] | ^^^ could not find `dom` in `yarte_dom` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `yarte_dom::dom` [INFO] [stderr] --> src/wasm/client/each.rs:7:16 [INFO] [stderr] | [INFO] [stderr] 7 | use yarte_dom::dom::{Each, ExprId}; [INFO] [stderr] | ^^^ could not find `dom` in `yarte_dom` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `yarte_dom::dom` [INFO] [stderr] --> src/wasm/client/leaf_text.rs:7:16 [INFO] [stderr] | [INFO] [stderr] 7 | use yarte_dom::dom::{Document, Element, Expression, Node, TreeMap, VarId, VarMap}; [INFO] [stderr] | ^^^ could not find `dom` in `yarte_dom` [INFO] [stderr] [INFO] [stderr] error: aborting due to 4 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0432`. [INFO] [stderr] error: could not compile `yarte_codegen`. [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 4 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0432`. [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" "6173834e8fafce3305769000d7b301f27e292163ddcd0d943e058633e564e614"` [INFO] running `"docker" "rm" "-f" "6173834e8fafce3305769000d7b301f27e292163ddcd0d943e058633e564e614"` [INFO] [stdout] 6173834e8fafce3305769000d7b301f27e292163ddcd0d943e058633e564e614