[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.60.0 for beta-1.61-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftonyhb%2Frs-templating" "/workspace/builds/worker-10/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-10/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/tonyhb/rs-templating on toolchain 1.60.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.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-10/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.60.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating git repository `https://github.com/tonyhb/tera.git` [INFO] running `Command { std: "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" "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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 7545c76189d58d8704feba6ad77ff30168958f5150129ad8235f57e9a618efa2 [INFO] running `Command { std: "docker" "start" "-a" "7545c76189d58d8704feba6ad77ff30168958f5150129ad8235f57e9a618efa2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "7545c76189d58d8704feba6ad77ff30168958f5150129ad8235f57e9a618efa2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7545c76189d58d8704feba6ad77ff30168958f5150129ad8235f57e9a618efa2", kill_on_drop: false }` [INFO] [stdout] 7545c76189d58d8704feba6ad77ff30168958f5150129ad8235f57e9a618efa2 [INFO] running `Command { std: "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" "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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 8855baebff535000ca2a69e4afb41076bdd8d009e7f57adb55f2f01bcbc7b257 [INFO] running `Command { std: "docker" "start" "-a" "8855baebff535000ca2a69e4afb41076bdd8d009e7f57adb55f2f01bcbc7b257", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling proc-macro2 v1.0.27 [INFO] [stderr] Compiling syn v1.0.80 [INFO] [stderr] Compiling wasm-bindgen-shared v0.2.74 [INFO] [stderr] Compiling libc v0.2.114 [INFO] [stderr] Compiling ucd-trie v0.1.3 [INFO] [stderr] Compiling bumpalo v3.7.0 [INFO] [stderr] Compiling unic-char-range v0.9.0 [INFO] [stderr] Compiling maplit v1.0.2 [INFO] [stderr] Compiling itoa v0.4.7 [INFO] [stderr] Compiling unic-common v0.9.0 [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 aho-corasick v0.7.18 [INFO] [stderr] Compiling unic-ucd-version v0.9.0 [INFO] [stderr] Compiling unic-char-property v0.9.0 [INFO] [stderr] Compiling pest v2.1.3 [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 regex v1.5.4 [INFO] [stderr] Compiling quote v1.0.9 [INFO] [stderr] Compiling pest_meta v2.1.3 [INFO] [stderr] Compiling time v0.1.44 [INFO] [stderr] Compiling chrono v0.4.19 [INFO] [stderr] Compiling parse-zoneinfo v0.3.0 [INFO] [stderr] Compiling chrono-tz v0.5.3 [INFO] [stderr] Compiling wasm-bindgen-backend v0.2.74 [INFO] [stderr] Compiling pest_generator v2.1.3 [INFO] [stderr] Compiling wasm-bindgen-macro-support v0.2.74 [INFO] [stderr] Compiling serde_derive v1.0.126 [INFO] [stderr] Compiling pest_derive v2.1.0 [INFO] [stderr] Compiling wasm-bindgen-macro v0.2.74 [INFO] [stderr] Compiling serde v1.0.126 [INFO] [stderr] Compiling serde_json v1.0.64 [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 21.17s [INFO] running `Command { std: "docker" "inspect" "8855baebff535000ca2a69e4afb41076bdd8d009e7f57adb55f2f01bcbc7b257", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8855baebff535000ca2a69e4afb41076bdd8d009e7f57adb55f2f01bcbc7b257", kill_on_drop: false }` [INFO] [stdout] 8855baebff535000ca2a69e4afb41076bdd8d009e7f57adb55f2f01bcbc7b257 [INFO] running `Command { std: "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" "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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 0258cc59f87527a7722ea432afaba2adf568fc9db825d2b4178b9b627df41b26 [INFO] running `Command { std: "docker" "start" "-a" "0258cc59f87527a7722ea432afaba2adf568fc9db825d2b4178b9b627df41b26", 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: aborting due to 15 previous errors; 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `rs-templating` due to 16 previous errors; 1 warning emitted [INFO] [stdout] Some errors have detailed explanations: E0425, E0433. [INFO] [stdout] [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] For more information about an error, try `rustc --explain E0425`. [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: build failed [INFO] running `Command { std: "docker" "inspect" "0258cc59f87527a7722ea432afaba2adf568fc9db825d2b4178b9b627df41b26", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0258cc59f87527a7722ea432afaba2adf568fc9db825d2b4178b9b627df41b26", kill_on_drop: false }` [INFO] [stdout] 0258cc59f87527a7722ea432afaba2adf568fc9db825d2b4178b9b627df41b26