[INFO] cloning repository https://github.com/tonyhb/rs-templating [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/tonyhb/rs-templating" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftonyhb%2Frs-templating", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftonyhb%2Frs-templating'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 946e93272a25d09f274f8f0f3b758f0738eca078 [INFO] testing tonyhb/rs-templating against 1.59.0 for beta-1.60-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftonyhb%2Frs-templating" "/workspace/builds/worker-118/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-118/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/tonyhb/rs-templating on toolchain 1.59.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.59.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/tonyhb/rs-templating [INFO] finished tweaking git repo https://github.com/tonyhb/rs-templating [INFO] tweaked toml for git repo https://github.com/tonyhb/rs-templating written to /workspace/builds/worker-118/source/Cargo.toml [INFO] crate git repo https://github.com/tonyhb/rs-templating already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.59.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-118/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-118/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" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+1.59.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] cbb3f3948fd8f76cc4110239c04a88638901824ed37f8bd01893e06b26904c15 [INFO] running `Command { std: "docker" "start" "-a" "cbb3f3948fd8f76cc4110239c04a88638901824ed37f8bd01893e06b26904c15", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "cbb3f3948fd8f76cc4110239c04a88638901824ed37f8bd01893e06b26904c15", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "cbb3f3948fd8f76cc4110239c04a88638901824ed37f8bd01893e06b26904c15", kill_on_drop: false }` [INFO] [stdout] cbb3f3948fd8f76cc4110239c04a88638901824ed37f8bd01893e06b26904c15 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-118/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-118/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" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+1.59.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 1eaa029d39ee39e59df41f89c75c5658455cb2d7026205a7d245ed2b1f314fe9 [INFO] running `Command { std: "docker" "start" "-a" "1eaa029d39ee39e59df41f89c75c5658455cb2d7026205a7d245ed2b1f314fe9", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling proc-macro2 v1.0.27 [INFO] [stderr] Compiling unicode-xid v0.2.2 [INFO] [stderr] Compiling syn v1.0.80 [INFO] [stderr] Compiling memchr v2.4.0 [INFO] [stderr] Compiling serde_derive v1.0.126 [INFO] [stderr] Compiling wasm-bindgen-shared v0.2.74 [INFO] [stderr] Compiling log v0.4.14 [INFO] [stderr] Compiling serde v1.0.126 [INFO] [stderr] Compiling regex-syntax v0.6.25 [INFO] [stderr] Compiling libc v0.2.114 [INFO] [stderr] Compiling serde_json v1.0.64 [INFO] [stderr] Compiling bumpalo v3.7.0 [INFO] [stderr] Compiling unic-common v0.9.0 [INFO] [stderr] Compiling unic-char-range v0.9.0 [INFO] [stderr] Compiling itoa v0.4.7 [INFO] [stderr] Compiling maplit v1.0.2 [INFO] [stderr] Compiling wasm-bindgen v0.2.74 [INFO] [stderr] Compiling deunicode v0.4.3 [INFO] [stderr] Compiling humansize v1.1.1 [INFO] [stderr] Compiling num-traits v0.2.14 [INFO] [stderr] Compiling pest_meta v2.1.3 [INFO] [stderr] Compiling unic-char-property v0.9.0 [INFO] [stderr] Compiling unic-ucd-version v0.9.0 [INFO] [stderr] Compiling slug v0.1.4 [INFO] [stderr] Compiling unic-ucd-segment v0.9.0 [INFO] [stderr] Compiling unic-segment v0.9.0 [INFO] [stderr] Compiling quote v1.0.9 [INFO] [stderr] Compiling aho-corasick v0.7.18 [INFO] [stderr] Compiling time v0.1.44 [INFO] [stderr] Compiling num-integer v0.1.44 [INFO] [stderr] Compiling regex v1.5.4 [INFO] [stderr] Compiling chrono v0.4.19 [INFO] [stderr] Compiling wasm-bindgen-backend v0.2.74 [INFO] [stderr] Compiling pest_generator v2.1.3 [INFO] [stderr] Compiling parse-zoneinfo v0.3.0 [INFO] [stderr] Compiling wasm-bindgen-macro-support v0.2.74 [INFO] [stderr] Compiling pest_derive v2.1.0 [INFO] [stderr] Compiling chrono-tz v0.5.3 [INFO] [stderr] Compiling wasm-bindgen-macro v0.2.74 [INFO] [stderr] Compiling tera v1.10.0 (https://github.com/tonyhb/tera.git?rev=bcd73f53821d287c658865a6807f0917277ff076#bcd73f53) [INFO] [stderr] Compiling js-sys v0.3.51 [INFO] [stderr] Compiling rs-templating v0.1.4 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused import: `wasm_bindgen::prelude::*` [INFO] [stdout] --> src/rs_templating.rs:4:5 [INFO] [stdout] | [INFO] [stdout] 4 | use wasm_bindgen::prelude::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `wasm_bindgen::prelude::*` [INFO] [stdout] --> src/rs_templating.rs:4:5 [INFO] [stdout] | [INFO] [stdout] 4 | use wasm_bindgen::prelude::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 09s [INFO] running `Command { std: "docker" "inspect" "1eaa029d39ee39e59df41f89c75c5658455cb2d7026205a7d245ed2b1f314fe9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1eaa029d39ee39e59df41f89c75c5658455cb2d7026205a7d245ed2b1f314fe9", kill_on_drop: false }` [INFO] [stdout] 1eaa029d39ee39e59df41f89c75c5658455cb2d7026205a7d245ed2b1f314fe9 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-118/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-118/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" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+1.59.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] b99daae0de6422e4136d4bd8128e5b4d016b5085da2dc76e5d87355a151ab48c [INFO] running `Command { std: "docker" "start" "-a" "b99daae0de6422e4136d4bd8128e5b4d016b5085da2dc76e5d87355a151ab48c", kill_on_drop: false }` [INFO] [stderr] Compiling rs-templating v0.1.4 (/opt/rustwide/workdir) [INFO] [stdout] error[E0433]: failed to resolve: could not find `Template` in the crate root [INFO] [stdout] --> src/rs_templating.rs:295:26 [INFO] [stdout] | [INFO] [stdout] 295 | let res = crate::Template::init("{{ foo".to_string()); [INFO] [stdout] | ^^^^^^^^ not found in the crate root [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 294 | use crate::rs_templating::Template; [INFO] [stdout] | [INFO] [stdout] 294 | use tera::Template; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `Template` in the crate root [INFO] [stdout] --> src/rs_templating.rs:301:26 [INFO] [stdout] | [INFO] [stdout] 301 | let res = crate::Template::init("{{ foo }}".to_string()); [INFO] [stdout] | ^^^^^^^^ not found in the crate root [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 294 | use crate::rs_templating::Template; [INFO] [stdout] | [INFO] [stdout] 294 | use tera::Template; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `Template` in the crate root [INFO] [stdout] --> src/rs_templating.rs:307:26 [INFO] [stdout] | [INFO] [stdout] 307 | let res = crate::Template::init("Hi {{ first_name }}".to_string()).unwrap(); [INFO] [stdout] | ^^^^^^^^ not found in the crate root [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 294 | use crate::rs_templating::Template; [INFO] [stdout] | [INFO] [stdout] 294 | use tera::Template; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `Template` in the crate root [INFO] [stdout] --> src/rs_templating.rs:314:26 [INFO] [stdout] | [INFO] [stdout] 314 | let res = crate::Template::init( [INFO] [stdout] | ^^^^^^^^ not found in the crate root [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 294 | use crate::rs_templating::Template; [INFO] [stdout] | [INFO] [stdout] 294 | use tera::Template; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `Template` in the crate root [INFO] [stdout] --> src/rs_templating.rs:332:26 [INFO] [stdout] | [INFO] [stdout] 332 | ... let res = crate::Template::init("{% for product in products %}{{loop.index}}. {{product.name}} {{ order_number }} {% endfor %}".to_... [INFO] [stdout] | ^^^^^^^^ not found in the crate root [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 294 | use crate::rs_templating::Template; [INFO] [stdout] | [INFO] [stdout] 294 | use tera::Template; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `Template` in the crate root [INFO] [stdout] --> src/rs_templating.rs:342:26 [INFO] [stdout] | [INFO] [stdout] 342 | ... let res = crate::Template::init("{% for product in products %}{{loop.index}}. {{product['name']}} {{ order_number }} {% endfor %}".... [INFO] [stdout] | ^^^^^^^^ not found in the crate root [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 294 | use crate::rs_templating::Template; [INFO] [stdout] | [INFO] [stdout] 294 | use tera::Template; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `Template` in the crate root [INFO] [stdout] --> src/rs_templating.rs:353:26 [INFO] [stdout] | [INFO] [stdout] 353 | ... let res = crate::Template::init("{% for product in products %}{{loop.index}}. {{product.name}} {{ order_number }} {% endfor %} {{ p... [INFO] [stdout] | ^^^^^^^^ not found in the crate root [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 294 | use crate::rs_templating::Template; [INFO] [stdout] | [INFO] [stdout] 294 | use tera::Template; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `Template` in the crate root [INFO] [stdout] --> src/rs_templating.rs:368:20 [INFO] [stdout] | [INFO] [stdout] 368 | crate::Template::init("{{ name }} {% set uname = name %} {{ uname }}".to_string()) [INFO] [stdout] | ^^^^^^^^ not found in the crate root [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 294 | use crate::rs_templating::Template; [INFO] [stdout] | [INFO] [stdout] 294 | use tera::Template; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `Template` in the crate root [INFO] [stdout] --> src/rs_templating.rs:376:26 [INFO] [stdout] | [INFO] [stdout] 376 | let res = crate::Template::init("{% set uname = name %}".to_string()).unwrap(); [INFO] [stdout] | ^^^^^^^^ not found in the crate root [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 294 | use crate::rs_templating::Template; [INFO] [stdout] | [INFO] [stdout] 294 | use tera::Template; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `Template` in the crate root [INFO] [stdout] --> src/rs_templating.rs:383:26 [INFO] [stdout] | [INFO] [stdout] 383 | let res = crate::Template::init("{% set uname = name | upper %}".to_string()).unwrap(); [INFO] [stdout] | ^^^^^^^^ not found in the crate root [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 294 | use crate::rs_templating::Template; [INFO] [stdout] | [INFO] [stdout] 294 | use tera::Template; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `Template` in the crate root [INFO] [stdout] --> src/rs_templating.rs:390:26 [INFO] [stdout] | [INFO] [stdout] 390 | let res = crate::Template::init("{{ name | upper }}".to_string()).unwrap(); [INFO] [stdout] | ^^^^^^^^ not found in the crate root [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 294 | use crate::rs_templating::Template; [INFO] [stdout] | [INFO] [stdout] 294 | use tera::Template; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `Template` in the crate root [INFO] [stdout] --> src/rs_templating.rs:397:26 [INFO] [stdout] | [INFO] [stdout] 397 | let tpl = crate::Template::init("{{ name }}".to_string()).unwrap(); [INFO] [stdout] | ^^^^^^^^ not found in the crate root [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 294 | use crate::rs_templating::Template; [INFO] [stdout] | [INFO] [stdout] 294 | use tera::Template; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `generate_context` in the crate root [INFO] [stdout] --> src/rs_templating.rs:398:26 [INFO] [stdout] | [INFO] [stdout] 398 | let ctx = crate::generate_context( [INFO] [stdout] | ^^^^^^^^^^^^^^^^ not found in the crate root [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 294 | use crate::rs_templating::generate_context; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `Template` in the crate root [INFO] [stdout] --> src/rs_templating.rs:409:26 [INFO] [stdout] | [INFO] [stdout] 409 | let tpl = crate::Template::init( [INFO] [stdout] | ^^^^^^^^ not found in the crate root [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 294 | use crate::rs_templating::Template; [INFO] [stdout] | [INFO] [stdout] 294 | use tera::Template; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `generate_context` in the crate root [INFO] [stdout] --> src/rs_templating.rs:413:26 [INFO] [stdout] | [INFO] [stdout] 413 | let ctx = crate::generate_context( [INFO] [stdout] | ^^^^^^^^^^^^^^^^ not found in the crate root [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 294 | use crate::rs_templating::generate_context; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `wasm_bindgen::prelude::*` [INFO] [stdout] --> src/rs_templating.rs:4:5 [INFO] [stdout] | [INFO] [stdout] 4 | use wasm_bindgen::prelude::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `Template` in the crate root [INFO] [stdout] --> src/rs_templating.rs:295:26 [INFO] [stdout] | [INFO] [stdout] 295 | let res = crate::Template::init("{{ foo".to_string()); [INFO] [stdout] | ^^^^^^^^ not found in the crate root [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 294 | use crate::rs_templating::Template; [INFO] [stdout] | [INFO] [stdout] 294 | use tera::Template; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `Template` in the crate root [INFO] [stdout] --> src/rs_templating.rs:301:26 [INFO] [stdout] | [INFO] [stdout] 301 | let res = crate::Template::init("{{ foo }}".to_string()); [INFO] [stdout] | ^^^^^^^^ not found in the crate root [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 294 | use crate::rs_templating::Template; [INFO] [stdout] | [INFO] [stdout] 294 | use tera::Template; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `Template` in the crate root [INFO] [stdout] --> src/rs_templating.rs:307:26 [INFO] [stdout] | [INFO] [stdout] 307 | let res = crate::Template::init("Hi {{ first_name }}".to_string()).unwrap(); [INFO] [stdout] | ^^^^^^^^ not found in the crate root [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 294 | use crate::rs_templating::Template; [INFO] [stdout] | [INFO] [stdout] 294 | use tera::Template; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `Template` in the crate root [INFO] [stdout] --> src/rs_templating.rs:314:26 [INFO] [stdout] | [INFO] [stdout] 314 | let res = crate::Template::init( [INFO] [stdout] | ^^^^^^^^ not found in the crate root [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 294 | use crate::rs_templating::Template; [INFO] [stdout] | [INFO] [stdout] 294 | use tera::Template; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `Template` in the crate root [INFO] [stdout] --> src/rs_templating.rs:332:26 [INFO] [stdout] | [INFO] [stdout] 332 | ... let res = crate::Template::init("{% for product in products %}{{loop.index}}. {{product.name}} {{ order_number }} {% endfor %}".to_... [INFO] [stdout] | ^^^^^^^^ not found in the crate root [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 294 | use crate::rs_templating::Template; [INFO] [stdout] | [INFO] [stdout] 294 | use tera::Template; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `Template` in the crate root [INFO] [stdout] --> src/rs_templating.rs:342:26 [INFO] [stdout] | [INFO] [stdout] 342 | ... let res = crate::Template::init("{% for product in products %}{{loop.index}}. {{product['name']}} {{ order_number }} {% endfor %}".... [INFO] [stdout] | ^^^^^^^^ not found in the crate root [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 294 | use crate::rs_templating::Template; [INFO] [stdout] | [INFO] [stdout] 294 | use tera::Template; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `Template` in the crate root [INFO] [stdout] --> src/rs_templating.rs:353:26 [INFO] [stdout] | [INFO] [stdout] 353 | ... let res = crate::Template::init("{% for product in products %}{{loop.index}}. {{product.name}} {{ order_number }} {% endfor %} {{ p... [INFO] [stdout] | ^^^^^^^^ not found in the crate root [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 294 | use crate::rs_templating::Template; [INFO] [stdout] | [INFO] [stdout] 294 | use tera::Template; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `Template` in the crate root [INFO] [stdout] --> src/rs_templating.rs:368:20 [INFO] [stdout] | [INFO] [stdout] 368 | crate::Template::init("{{ name }} {% set uname = name %} {{ uname }}".to_string()) [INFO] [stdout] | ^^^^^^^^ not found in the crate root [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 294 | use crate::rs_templating::Template; [INFO] [stdout] | [INFO] [stdout] 294 | use tera::Template; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `Template` in the crate root [INFO] [stdout] --> src/rs_templating.rs:376:26 [INFO] [stdout] | [INFO] [stdout] 376 | let res = crate::Template::init("{% set uname = name %}".to_string()).unwrap(); [INFO] [stdout] | ^^^^^^^^ not found in the crate root [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 294 | use crate::rs_templating::Template; [INFO] [stdout] | [INFO] [stdout] 294 | use tera::Template; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `Template` in the crate root [INFO] [stdout] --> src/rs_templating.rs:383:26 [INFO] [stdout] | [INFO] [stdout] 383 | let res = crate::Template::init("{% set uname = name | upper %}".to_string()).unwrap(); [INFO] [stdout] | ^^^^^^^^ not found in the crate root [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 294 | use crate::rs_templating::Template; [INFO] [stdout] | [INFO] [stdout] 294 | use tera::Template; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `Template` in the crate root [INFO] [stdout] --> src/rs_templating.rs:390:26 [INFO] [stdout] | [INFO] [stdout] 390 | let res = crate::Template::init("{{ name | upper }}".to_string()).unwrap(); [INFO] [stdout] | ^^^^^^^^ not found in the crate root [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 294 | use crate::rs_templating::Template; [INFO] [stdout] | [INFO] [stdout] 294 | use tera::Template; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `Template` in the crate root [INFO] [stdout] --> src/rs_templating.rs:397:26 [INFO] [stdout] | [INFO] [stdout] 397 | let tpl = crate::Template::init("{{ name }}".to_string()).unwrap(); [INFO] [stdout] | ^^^^^^^^ not found in the crate root [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 294 | use crate::rs_templating::Template; [INFO] [stdout] | [INFO] [stdout] 294 | use tera::Template; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `generate_context` in the crate root [INFO] [stdout] --> src/rs_templating.rs:398:26 [INFO] [stdout] | [INFO] [stdout] 398 | let ctx = crate::generate_context( [INFO] [stdout] | ^^^^^^^^^^^^^^^^ not found in the crate root [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 294 | use crate::rs_templating::generate_context; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `Template` in the crate root [INFO] [stdout] --> src/rs_templating.rs:409:26 [INFO] [stdout] | [INFO] [stdout] 409 | let tpl = crate::Template::init( [INFO] [stdout] | ^^^^^^^^ not found in the crate root [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 294 | use crate::rs_templating::Template; [INFO] [stdout] | [INFO] [stdout] 294 | use tera::Template; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `generate_context` in the crate root [INFO] [stdout] --> src/rs_templating.rs:413:26 [INFO] [stdout] | [INFO] [stdout] 413 | let ctx = crate::generate_context( [INFO] [stdout] | ^^^^^^^^^^^^^^^^ not found in the crate root [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 294 | use crate::rs_templating::generate_context; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `wasm_bindgen::prelude::*` [INFO] [stdout] --> src/rs_templating.rs:4:5 [INFO] [stdout] | [INFO] [stdout] 4 | use wasm_bindgen::prelude::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 15 previous errors; 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0425, E0433. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0425`. [INFO] [stdout] [INFO] [stderr] error: could not compile `rs-templating` due to 16 previous errors; 1 warning emitted [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] error: aborting due to 15 previous errors; 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: build failed [INFO] [stdout] Some errors have detailed explanations: E0425, E0433. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0425`. [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "b99daae0de6422e4136d4bd8128e5b4d016b5085da2dc76e5d87355a151ab48c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b99daae0de6422e4136d4bd8128e5b4d016b5085da2dc76e5d87355a151ab48c", kill_on_drop: false }` [INFO] [stdout] b99daae0de6422e4136d4bd8128e5b4d016b5085da2dc76e5d87355a151ab48c