[INFO] cloning repository https://github.com/thomasdarimont/spin-llm-demo
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/thomasdarimont/spin-llm-demo" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fthomasdarimont%2Fspin-llm-demo", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fthomasdarimont%2Fspin-llm-demo'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] ab0a1b62fe1d5cdeefbe249975d3f2835250197d
[INFO] checking thomasdarimont/spin-llm-demo against master#b286722878e18db29a7fbe672be7c4d3b02e8e4d for pr-127655
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fthomasdarimont%2Fspin-llm-demo" "/workspace/builds/worker-4-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc1/source'...
[INFO] [stderr] done.
[INFO] validating manifest of git repo https://github.com/thomasdarimont/spin-llm-demo on toolchain b286722878e18db29a7fbe672be7c4d3b02e8e4d
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b286722878e18db29a7fbe672be7c4d3b02e8e4d" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking git repo https://github.com/thomasdarimont/spin-llm-demo
[INFO] finished tweaking git repo https://github.com/thomasdarimont/spin-llm-demo
[INFO] tweaked toml for git repo https://github.com/thomasdarimont/spin-llm-demo written to /workspace/builds/worker-4-tc1/source/Cargo.toml
[INFO] crate git repo https://github.com/thomasdarimont/spin-llm-demo already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b286722878e18db29a7fbe672be7c4d3b02e8e4d" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating git repository `https://github.com/fermyon/spin`
[INFO] [stderr] error: invalid character `{` in package name: `{{project-name | kebab_case}}`, the first character must be a Unicode XID start character (most letters or `_`)
[INFO] [stderr]  --> ../../../cargo-home/git/checkouts/spin-91500438ac5656d2/1d72f1c/templates/redis-rust/content/Cargo.toml:2:8
[INFO] [stderr]   |
[INFO] [stderr] 2 | name = "{{project-name | kebab_case}}"
[INFO] [stderr]   |        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] error: invalid character `{` in package name: `{{project-name | kebab_case}}`, the first character must be a Unicode XID start character (most letters or `_`)
[INFO] [stderr]  --> ../../../cargo-home/git/checkouts/spin-91500438ac5656d2/1d72f1c/templates/http-rust/content/Cargo.toml:2:8
[INFO] [stderr]   |
[INFO] [stderr] 2 | name = "{{project-name | kebab_case}}"
[INFO] [stderr]   |        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded wit-bindgen-rust v0.13.2
[INFO] [stderr]   Downloaded wit-bindgen-rust-macro v0.13.1
[INFO] [stderr]   Downloaded wit-bindgen v0.13.1
[INFO] [stderr]   Downloaded wasm-metadata v0.10.13
[INFO] [stderr]   Downloaded wit-bindgen-core v0.13.1
[INFO] [stderr]   Downloaded wit-parser v0.12.2
[INFO] [stderr]   Downloaded wit-component v0.17.0
[INFO] [stderr]   Downloaded wasmparser v0.118.0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/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:dff56e7819e73ed36160586b3445e93eb0be776c16704aeeded9c3fb668b2384" "/opt/rustwide/cargo-home/bin/cargo" "+b286722878e18db29a7fbe672be7c4d3b02e8e4d" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 436ca36c6dcf8d5965f6fed68b25f6e81c90cb550fcd902954cb9dbe05382c91
[INFO] running `Command { std: "docker" "start" "-a" "436ca36c6dcf8d5965f6fed68b25f6e81c90cb550fcd902954cb9dbe05382c91", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "436ca36c6dcf8d5965f6fed68b25f6e81c90cb550fcd902954cb9dbe05382c91", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "436ca36c6dcf8d5965f6fed68b25f6e81c90cb550fcd902954cb9dbe05382c91", kill_on_drop: false }`
[INFO] [stdout] 436ca36c6dcf8d5965f6fed68b25f6e81c90cb550fcd902954cb9dbe05382c91
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-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:dff56e7819e73ed36160586b3445e93eb0be776c16704aeeded9c3fb668b2384" "/opt/rustwide/cargo-home/bin/cargo" "+b286722878e18db29a7fbe672be7c4d3b02e8e4d" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] ed0733a0a5a9e5c6e1c854796e261ae88846cb0807308582cb384394b91782e3
[INFO] running `Command { std: "docker" "start" "-a" "ed0733a0a5a9e5c6e1c854796e261ae88846cb0807308582cb384394b91782e3", kill_on_drop: false }`
[INFO] [stderr] error: invalid character `{` in package name: `{{project-name | kebab_case}}`, the first character must be a Unicode XID start character (most letters or `_`)
[INFO] [stderr]  --> ../cargo-home/git/checkouts/spin-91500438ac5656d2/1d72f1c/templates/redis-rust/content/Cargo.toml:2:8
[INFO] [stderr]   |
[INFO] [stderr] 2 | name = "{{project-name | kebab_case}}"
[INFO] [stderr]   |        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] error: invalid character `{` in package name: `{{project-name | kebab_case}}`, the first character must be a Unicode XID start character (most letters or `_`)
[INFO] [stderr]  --> ../cargo-home/git/checkouts/spin-91500438ac5656d2/1d72f1c/templates/http-rust/content/Cargo.toml:2:8
[INFO] [stderr]   |
[INFO] [stderr] 2 | name = "{{project-name | kebab_case}}"
[INFO] [stderr]   |        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]    Compiling proc-macro2 v1.0.70
[INFO] [stderr]    Compiling unicode-ident v1.0.12
[INFO] [stderr]    Compiling serde v1.0.193
[INFO] [stderr]    Compiling autocfg v1.1.0
[INFO] [stderr]    Compiling semver v1.0.20
[INFO] [stderr]    Compiling anyhow v1.0.75
[INFO] [stderr]    Compiling equivalent v1.0.1
[INFO] [stderr]    Compiling serde_json v1.0.108
[INFO] [stderr]    Compiling hashbrown v0.14.3
[INFO] [stderr]    Compiling itoa v1.0.9
[INFO] [stderr]    Compiling leb128 v0.2.5
[INFO] [stderr]    Compiling ryu v1.0.15
[INFO] [stderr]    Compiling smallvec v1.11.2
[INFO] [stderr]    Compiling wasm-encoder v0.38.0
[INFO] [stderr]    Compiling id-arena v2.2.1
[INFO] [stderr]    Compiling spdx v0.10.2
[INFO] [stderr]    Compiling unicode-xid v0.2.4
[INFO] [stderr]    Compiling futures-core v0.3.29
[INFO] [stderr]    Compiling log v0.4.20
[INFO] [stderr]    Compiling slab v0.4.9
[INFO] [stderr]    Compiling quote v1.0.33
[INFO] [stderr]    Compiling wasm-encoder v0.36.2
[INFO] [stderr]    Compiling bitflags v2.4.1
[INFO] [stderr]    Compiling version_check v0.9.4
[INFO] [stderr]    Compiling syn v2.0.39
[INFO] [stderr]    Compiling futures-task v0.3.29
[INFO] [stderr]    Compiling futures-channel v0.3.29
[INFO] [stderr]    Compiling futures-util v0.3.29
[INFO] [stderr]    Compiling smartstring v1.0.1
[INFO] [stderr]    Compiling wit-bindgen-rust v0.13.2
[INFO] [stderr]     Checking futures-sink v0.3.29
[INFO] [stderr]    Compiling unicode-segmentation v1.10.1
[INFO] [stderr]    Compiling libc v0.2.150
[INFO] [stderr]     Checking pin-utils v0.1.0
[INFO] [stderr]     Checking pin-project-lite v0.2.13
[INFO] [stderr]     Checking static_assertions v1.1.0
[INFO] [stderr]     Checking futures-io v0.3.29
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling heck v0.4.1
[INFO] [stderr]     Checking memchr v2.6.4
[INFO] [stderr]    Compiling async-trait v0.1.74
[INFO] [stderr]    Compiling bytes v1.5.0
[INFO] [stderr]    Compiling thiserror v1.0.50
[INFO] [stderr]    Compiling fnv v1.0.7
[INFO] [stderr]     Checking smartcow v0.2.1
[INFO] [stderr]    Compiling spin-sdk v2.0.1 (https://github.com/fermyon/spin?tag=v2.0.1#1d72f1c4)
[INFO] [stderr]     Checking percent-encoding v2.3.1
[INFO] [stderr]    Compiling http v0.2.11
[INFO] [stderr]     Checking cfg-if v1.0.0
[INFO] [stderr]     Checking form_urlencoded v1.2.1
[INFO] [stderr]     Checking routefinder v0.5.3
[INFO] [stderr]     Checking once_cell v1.18.0
[INFO] [stderr]     Checking getrandom v0.2.11
[INFO] [stderr]     Checking uuid v1.6.1
[INFO] [stderr]    Compiling indexmap v2.1.0
[INFO] [stderr]    Compiling wasmparser v0.118.0
[INFO] [stderr]    Compiling wasmparser v0.116.1
[INFO] [stderr]    Compiling serde_derive v1.0.193
[INFO] [stderr]    Compiling futures-macro v0.3.29
[INFO] [stderr]    Compiling thiserror-impl v1.0.50
[INFO] [stderr]    Compiling spin-macro v0.1.0 (https://github.com/fermyon/spin?tag=v2.0.1#1d72f1c4)
[INFO] [stderr]    Compiling wit-parser v0.12.2
[INFO] [stderr]     Checking futures-executor v0.3.29
[INFO] [stderr]    Compiling wasm-metadata v0.10.13
[INFO] [stderr]     Checking futures v0.3.29
[INFO] [stderr]    Compiling wit-component v0.17.0
[INFO] [stderr]    Compiling wit-bindgen-core v0.13.1
[INFO] [stderr]    Compiling wit-bindgen-rust-macro v0.13.1
[INFO] [stderr]     Checking wit-bindgen v0.13.1
[INFO] [stderr]     Checking spin-llm-demo v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.96s
[INFO] running `Command { std: "docker" "inspect" "ed0733a0a5a9e5c6e1c854796e261ae88846cb0807308582cb384394b91782e3", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ed0733a0a5a9e5c6e1c854796e261ae88846cb0807308582cb384394b91782e3", kill_on_drop: false }`
[INFO] [stdout] ed0733a0a5a9e5c6e1c854796e261ae88846cb0807308582cb384394b91782e3
