[INFO] cloning repository https://github.com/christopher-wong/cloudflare-email-rs
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/christopher-wong/cloudflare-email-rs" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fchristopher-wong%2Fcloudflare-email-rs", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fchristopher-wong%2Fcloudflare-email-rs'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 2488a9c9974f7bfdf511ddc8ddbff9edf821153c
[INFO] testing christopher-wong/cloudflare-email-rs against 1.97.0-beta.6 for beta-1.98-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fchristopher-wong%2Fcloudflare-email-rs" "/workspace/builds/worker-4-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/christopher-wong/cloudflare-email-rs
[INFO] finished tweaking git repo https://github.com/christopher-wong/cloudflare-email-rs
[INFO] tweaked toml for git repo https://github.com/christopher-wong/cloudflare-email-rs written to /workspace/builds/worker-4-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/christopher-wong/cloudflare-email-rs on toolchain 1.97.0-beta.6
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.97.0-beta.6" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/christopher-wong/cloudflare-email-rs 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" "+1.97.0-beta.6" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating git repository `https://github.com/cloudflare/workers-rs.git`
[INFO] [stderr]     Updating git submodule `https://github.com/wasm-bindgen/ts-gen`
[INFO] [stderr]     Updating git submodule `https://github.com/wasm-bindgen/wasm-bindgen`
[INFO] [stderr] error: invalid character `{` in package name: `{{project-name}}`, the first character must be a Unicode XID start character (most letters or `_`)
[INFO] [stderr]  --> ../../../cargo-home/git/checkouts/workers-rs-9aa272726cd25a93/3d0903a/templates/axum/Cargo.toml:2:8
[INFO] [stderr]   |
[INFO] [stderr] 2 | name = "{{project-name}}"
[INFO] [stderr]   |        ^^^^^^^^^^^^^^^^^^
[INFO] [stderr] error: invalid character `{` in package name: `{{project-name}}`, the first character must be a Unicode XID start character (most letters or `_`)
[INFO] [stderr]  --> ../../../cargo-home/git/checkouts/workers-rs-9aa272726cd25a93/3d0903a/templates/hello-world/Cargo.toml:2:8
[INFO] [stderr]   |
[INFO] [stderr] 2 | name = "{{project-name}}"
[INFO] [stderr]   |        ^^^^^^^^^^^^^^^^^^
[INFO] [stderr] error: invalid character `{` in package name: `{{project-name}}`, the first character must be a Unicode XID start character (most letters or `_`)
[INFO] [stderr]  --> ../../../cargo-home/git/checkouts/workers-rs-9aa272726cd25a93/3d0903a/templates/hello-world-http/Cargo.toml:2:8
[INFO] [stderr]   |
[INFO] [stderr] 2 | name = "{{project-name}}"
[INFO] [stderr]   |        ^^^^^^^^^^^^^^^^^^
[INFO] [stderr] error: missing key for inline table element, expected `,`
[INFO] [stderr]   --> ../../../cargo-home/git/checkouts/workers-rs-9aa272726cd25a93/3d0903a/templates/leptos/Cargo.toml:20:27
[INFO] [stderr]    |
[INFO] [stderr] 20 | leptos = { version = "0.8"{% if use_nightly %}, features = ["nightly"]{% endif %} }
[INFO] [stderr]    |                           ^
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded x25519-dalek v2.0.1
[INFO] [stderr]   Downloaded utoipa v5.5.0
[INFO] [stderr]   Downloaded utoipa-gen v5.5.0
[INFO] [stderr]   Downloaded mail-parser v0.9.4
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,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" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3d5ced03c013a94a2f102a4510f48a6e9184255caf5fd8244f58017bde7f5210" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 4c3b0fdebf160886eb8a39b92dc6b187a7c67bb72f042ffc3834ea0877922922
[INFO] running `Command { std: "docker" "start" "4c3b0fdebf160886eb8a39b92dc6b187a7c67bb72f042ffc3834ea0877922922", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "4c3b0fdebf160886eb8a39b92dc6b187a7c67bb72f042ffc3834ea0877922922", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "4c3b0fdebf160886eb8a39b92dc6b187a7c67bb72f042ffc3834ea0877922922" "/opt/rustwide/cargo-home/bin/cargo" "+1.97.0-beta.6" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "4c3b0fdebf160886eb8a39b92dc6b187a7c67bb72f042ffc3834ea0877922922", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-w" "/opt/rustwide/workdir" "--user" "0:0" "4c3b0fdebf160886eb8a39b92dc6b187a7c67bb72f042ffc3834ea0877922922" "/opt/rustwide/cargo-home/bin/cargo" "+1.97.0-beta.6" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr] error: invalid character `{` in package name: `{{project-name}}`, the first character must be a Unicode XID start character (most letters or `_`)
[INFO] [stderr]  --> ../cargo-home/git/checkouts/workers-rs-9aa272726cd25a93/3d0903a/templates/axum/Cargo.toml:2:8
[INFO] [stderr]   |
[INFO] [stderr] 2 | name = "{{project-name}}"
[INFO] [stderr]   |        ^^^^^^^^^^^^^^^^^^
[INFO] [stderr] error: invalid character `{` in package name: `{{project-name}}`, the first character must be a Unicode XID start character (most letters or `_`)
[INFO] [stderr]  --> ../cargo-home/git/checkouts/workers-rs-9aa272726cd25a93/3d0903a/templates/hello-world/Cargo.toml:2:8
[INFO] [stderr]   |
[INFO] [stderr] 2 | name = "{{project-name}}"
[INFO] [stderr]   |        ^^^^^^^^^^^^^^^^^^
[INFO] [stderr] error: invalid character `{` in package name: `{{project-name}}`, the first character must be a Unicode XID start character (most letters or `_`)
[INFO] [stderr]  --> ../cargo-home/git/checkouts/workers-rs-9aa272726cd25a93/3d0903a/templates/hello-world-http/Cargo.toml:2:8
[INFO] [stderr]   |
[INFO] [stderr] 2 | name = "{{project-name}}"
[INFO] [stderr]   |        ^^^^^^^^^^^^^^^^^^
[INFO] [stderr] error: missing key for inline table element, expected `,`
[INFO] [stderr]   --> ../cargo-home/git/checkouts/workers-rs-9aa272726cd25a93/3d0903a/templates/leptos/Cargo.toml:20:27
[INFO] [stderr]    |
[INFO] [stderr] 20 | leptos = { version = "0.8"{% if use_nightly %}, features = ["nightly"]{% endif %} }
[INFO] [stderr]    |                           ^
[INFO] [stderr]    Compiling typenum v1.20.0
[INFO] [stderr]    Compiling subtle v2.6.1
[INFO] [stderr]    Compiling const-oid v0.9.6
[INFO] [stderr]    Compiling wasm-bindgen-shared v0.2.122
[INFO] [stderr]    Compiling libc v0.2.186
[INFO] [stderr]    Compiling futures-core v0.3.32
[INFO] [stderr]    Compiling bumpalo v3.20.3
[INFO] [stderr]    Compiling slab v0.4.12
[INFO] [stderr]    Compiling proc-macro2 v1.0.106
[INFO] [stderr]    Compiling generic-array v0.14.7
[INFO] [stderr]    Compiling once_cell v1.21.4
[INFO] [stderr]    Compiling zerocopy v0.8.48
[INFO] [stderr]    Compiling autocfg v1.5.1
[INFO] [stderr]    Compiling wasm-bindgen v0.2.122
[INFO] [stderr]    Compiling libm v0.2.16
[INFO] [stderr]    Compiling futures-sink v0.3.32
[INFO] [stderr]    Compiling futures-io v0.3.32
[INFO] [stderr]    Compiling semver v1.0.28
[INFO] [stderr]    Compiling base16ct v0.2.0
[INFO] [stderr]    Compiling futures-util v0.3.32
[INFO] [stderr]    Compiling serde_json v1.0.150
[INFO] [stderr]    Compiling percent-encoding v2.3.2
[INFO] [stderr]    Compiling num-bigint-dig v0.8.6
[INFO] [stderr]    Compiling rustc_version v0.4.1
[INFO] [stderr]    Compiling hashbrown v0.17.1
[INFO] [stderr]    Compiling form_urlencoded v1.2.2
[INFO] [stderr]    Compiling lazy_static v1.5.0
[INFO] [stderr]    Compiling opaque-debug v0.3.1
[INFO] [stderr]    Compiling futures-channel v0.3.32
[INFO] [stderr]    Compiling tokio v1.52.3
[INFO] [stderr]    Compiling http-body-util v0.1.3
[INFO] [stderr]    Compiling serde_bytes v0.11.19
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling mail-parser v0.9.4
[INFO] [stderr]    Compiling quote v1.0.45
[INFO] [stderr]    Compiling curve25519-dalek v4.1.3
[INFO] [stderr]    Compiling syn v2.0.117
[INFO] [stderr]    Compiling indexmap v2.14.0
[INFO] [stderr]    Compiling getrandom v0.2.17
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling ff v0.13.1
[INFO] [stderr]    Compiling group v0.13.0
[INFO] [stderr]    Compiling num-integer v0.1.46
[INFO] [stderr]    Compiling chrono v0.4.44
[INFO] [stderr]    Compiling num-iter v0.1.45
[INFO] [stderr]    Compiling synstructure v0.13.2
[INFO] [stderr]    Compiling wasm-bindgen-macro-support v0.2.122
[INFO] [stderr]    Compiling zeroize_derive v1.4.3
[INFO] [stderr]    Compiling zerofrom-derive v0.1.7
[INFO] [stderr]    Compiling yoke-derive v0.8.2
[INFO] [stderr]    Compiling zerovec-derive v0.11.3
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]    Compiling zerocopy-derive v0.8.48
[INFO] [stderr]    Compiling futures-macro v0.3.32
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling curve25519-dalek-derive v0.1.1
[INFO] [stderr]    Compiling strum_macros v0.27.2
[INFO] [stderr]    Compiling pin-project-internal v1.1.13
[INFO] [stderr]    Compiling async-trait v0.1.89
[INFO] [stderr]    Compiling utoipa-gen v5.5.0
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling zeroize v1.8.2
[INFO] [stderr]    Compiling der v0.7.10
[INFO] [stderr]    Compiling pin-project v1.1.13
[INFO] [stderr]    Compiling thiserror v1.0.69
[INFO] [stderr]    Compiling zerofrom v0.1.8
[INFO] [stderr]    Compiling yoke v0.8.2
[INFO] [stderr]    Compiling zerovec v0.11.6
[INFO] [stderr]    Compiling zerotrie v0.2.4
[INFO] [stderr]    Compiling crypto-common v0.1.7
[INFO] [stderr]    Compiling block-buffer v0.10.4
[INFO] [stderr]    Compiling crypto-bigint v0.5.5
[INFO] [stderr]    Compiling inout v0.1.4
[INFO] [stderr]    Compiling strum v0.27.2
[INFO] [stderr]    Compiling universal-hash v0.5.1
[INFO] [stderr]    Compiling aead v0.5.2
[INFO] [stderr]    Compiling digest v0.10.7
[INFO] [stderr]    Compiling cipher v0.4.4
[INFO] [stderr]    Compiling poly1305 v0.8.0
[INFO] [stderr]    Compiling signature v2.2.0
[INFO] [stderr]    Compiling hmac v0.12.1
[INFO] [stderr]    Compiling sha2 v0.10.9
[INFO] [stderr]    Compiling ed25519 v2.2.3
[INFO] [stderr]    Compiling spki v0.7.3
[INFO] [stderr]    Compiling sec1 v0.7.3
[INFO] [stderr]    Compiling rfc6979 v0.4.0
[INFO] [stderr]    Compiling tinystr v0.8.3
[INFO] [stderr]    Compiling potential_utf v0.1.5
[INFO] [stderr]    Compiling chacha20 v0.9.1
[INFO] [stderr]    Compiling hkdf v0.12.4
[INFO] [stderr]    Compiling icu_collections v2.2.0
[INFO] [stderr]    Compiling pkcs8 v0.10.2
[INFO] [stderr]    Compiling icu_locale_core v2.2.0
[INFO] [stderr]    Compiling pkcs1 v0.7.5
[INFO] [stderr]    Compiling chacha20poly1305 v0.10.1
[INFO] [stderr]    Compiling wasm-bindgen-macro v0.2.122
[INFO] [stderr]    Compiling ed25519-dalek v2.2.0
[INFO] [stderr]    Compiling x25519-dalek v2.0.1
[INFO] [stderr]    Compiling elliptic-curve v0.13.8
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling ecdsa v0.16.9
[INFO] [stderr]    Compiling primeorder v0.13.6
[INFO] [stderr]    Compiling serde_urlencoded v0.7.1
[INFO] [stderr]    Compiling icu_provider v2.2.0
[INFO] [stderr]    Compiling p256 v0.13.2
[INFO] [stderr]    Compiling icu_properties v2.2.0
[INFO] [stderr]    Compiling icu_normalizer v2.2.0
[INFO] [stderr]    Compiling js-sys v0.3.99
[INFO] [stderr]    Compiling console_error_panic_hook v0.1.7
[INFO] [stderr]    Compiling utoipa v5.5.0
[INFO] [stderr]    Compiling idna_adapter v1.2.2
[INFO] [stderr]    Compiling idna v1.1.0
[INFO] [stderr]    Compiling url v2.5.8
[INFO] [stderr]    Compiling ppv-lite86 v0.2.21
[INFO] [stderr]    Compiling half v2.7.1
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling ciborium-ll v0.2.2
[INFO] [stderr]    Compiling rand v0.8.6
[INFO] [stderr]    Compiling ciborium v0.2.2
[INFO] [stderr]    Compiling cfemail-api-types v0.1.0 (/opt/rustwide/workdir/api-types)
[INFO] [stderr]    Compiling rsa v0.9.10
[INFO] [stderr]    Compiling web-sys v0.3.99
[INFO] [stderr]    Compiling wasm-bindgen-futures v0.4.72
[INFO] [stderr]    Compiling serde-wasm-bindgen v0.6.5
[INFO] [stderr]    Compiling worker-sys v0.8.3 (https://github.com/cloudflare/workers-rs.git?rev=3d0903aac3332a69ed5393d5a6cceb9ddb2f17b4#3d0903aa)
[INFO] [stderr]    Compiling wasm-streams v0.5.0
[INFO] [stderr]    Compiling worker-macros v0.8.3 (https://github.com/cloudflare/workers-rs.git?rev=3d0903aac3332a69ed5393d5a6cceb9ddb2f17b4#3d0903aa)
[INFO] [stderr]    Compiling worker v0.8.3 (https://github.com/cloudflare/workers-rs.git?rev=3d0903aac3332a69ed5393d5a6cceb9ddb2f17b4#3d0903aa)
[INFO] [stderr]    Compiling cfemail-worker v0.1.0 (/opt/rustwide/workdir/worker)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 14s
[INFO] running `Command { std: "docker" "inspect" "4c3b0fdebf160886eb8a39b92dc6b187a7c67bb72f042ffc3834ea0877922922", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-w" "/opt/rustwide/workdir" "--user" "0:0" "4c3b0fdebf160886eb8a39b92dc6b187a7c67bb72f042ffc3834ea0877922922" "/opt/rustwide/cargo-home/bin/cargo" "+1.97.0-beta.6" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr] error: invalid character `{` in package name: `{{project-name}}`, the first character must be a Unicode XID start character (most letters or `_`)
[INFO] [stderr]  --> ../cargo-home/git/checkouts/workers-rs-9aa272726cd25a93/3d0903a/templates/axum/Cargo.toml:2:8
[INFO] [stderr]   |
[INFO] [stderr] 2 | name = "{{project-name}}"
[INFO] [stderr]   |        ^^^^^^^^^^^^^^^^^^
[INFO] [stderr] error: invalid character `{` in package name: `{{project-name}}`, the first character must be a Unicode XID start character (most letters or `_`)
[INFO] [stderr]  --> ../cargo-home/git/checkouts/workers-rs-9aa272726cd25a93/3d0903a/templates/hello-world/Cargo.toml:2:8
[INFO] [stderr]   |
[INFO] [stderr] 2 | name = "{{project-name}}"
[INFO] [stderr]   |        ^^^^^^^^^^^^^^^^^^
[INFO] [stderr] error: invalid character `{` in package name: `{{project-name}}`, the first character must be a Unicode XID start character (most letters or `_`)
[INFO] [stderr]  --> ../cargo-home/git/checkouts/workers-rs-9aa272726cd25a93/3d0903a/templates/hello-world-http/Cargo.toml:2:8
[INFO] [stderr]   |
[INFO] [stderr] 2 | name = "{{project-name}}"
[INFO] [stderr]   |        ^^^^^^^^^^^^^^^^^^
[INFO] [stderr] error: missing key for inline table element, expected `,`
[INFO] [stderr]   --> ../cargo-home/git/checkouts/workers-rs-9aa272726cd25a93/3d0903a/templates/leptos/Cargo.toml:20:27
[INFO] [stderr]    |
[INFO] [stderr] 20 | leptos = { version = "0.8"{% if use_nightly %}, features = ["nightly"]{% endif %} }
[INFO] [stderr]    |                           ^
[INFO] [stderr]    Compiling cfemail-worker v0.1.0 (/opt/rustwide/workdir/worker)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 10.20s
[INFO] running `Command { std: "docker" "inspect" "4c3b0fdebf160886eb8a39b92dc6b187a7c67bb72f042ffc3834ea0877922922", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-w" "/opt/rustwide/workdir" "--user" "0:0" "4c3b0fdebf160886eb8a39b92dc6b187a7c67bb72f042ffc3834ea0877922922" "/opt/rustwide/cargo-home/bin/cargo" "+1.97.0-beta.6" "test" "--frozen", kill_on_drop: false }`
[INFO] [stderr] error: invalid character `{` in package name: `{{project-name}}`, the first character must be a Unicode XID start character (most letters or `_`)
[INFO] [stderr]  --> ../cargo-home/git/checkouts/workers-rs-9aa272726cd25a93/3d0903a/templates/axum/Cargo.toml:2:8
[INFO] [stderr]   |
[INFO] [stderr] 2 | name = "{{project-name}}"
[INFO] [stderr]   |        ^^^^^^^^^^^^^^^^^^
[INFO] [stderr] error: invalid character `{` in package name: `{{project-name}}`, the first character must be a Unicode XID start character (most letters or `_`)
[INFO] [stderr]  --> ../cargo-home/git/checkouts/workers-rs-9aa272726cd25a93/3d0903a/templates/hello-world/Cargo.toml:2:8
[INFO] [stderr]   |
[INFO] [stderr] 2 | name = "{{project-name}}"
[INFO] [stderr]   |        ^^^^^^^^^^^^^^^^^^
[INFO] [stderr] error: invalid character `{` in package name: `{{project-name}}`, the first character must be a Unicode XID start character (most letters or `_`)
[INFO] [stderr]  --> ../cargo-home/git/checkouts/workers-rs-9aa272726cd25a93/3d0903a/templates/hello-world-http/Cargo.toml:2:8
[INFO] [stderr]   |
[INFO] [stderr] 2 | name = "{{project-name}}"
[INFO] [stderr]   |        ^^^^^^^^^^^^^^^^^^
[INFO] [stderr] error: missing key for inline table element, expected `,`
[INFO] [stderr]   --> ../cargo-home/git/checkouts/workers-rs-9aa272726cd25a93/3d0903a/templates/leptos/Cargo.toml:20:27
[INFO] [stderr]    |
[INFO] [stderr] 20 | leptos = { version = "0.8"{% if use_nightly %}, features = ["nightly"]{% endif %} }
[INFO] [stderr]    |                           ^
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.24s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/cfemail_worker-b12d92ed24aa4282)
[INFO] [stdout] 
[INFO] [stdout] running 28 tests
[INFO] [stdout] test b64::tests::decode_accepts_padded_input ... ok
[INFO] [stdout] test b64::tests::decode_accepts_whitespace ... ok
[INFO] [stdout] test b64::tests::produces_url_safe_encoding ... ok
[INFO] [stdout] test b64::tests::roundtrips_arbitrary_bytes ... ok
[INFO] [stdout] test b64::tests::roundtrips_empty_buffer ... ok
[INFO] [stdout] test config::tests::all_domains_returns_primary_first ... ok
[INFO] [stdout] test config::tests::canonical_lowercases_and_strips_plus_aliases ... ok
[INFO] [stdout] test config::tests::canonical_handles_no_plus_alias ... ok
[INFO] [stdout] test config::tests::canonical_returns_input_for_unparseable_addresses ... ok
[INFO] [stdout] test config::tests::canonical_trims_whitespace ... ok
[INFO] [stdout] test config::tests::domain_match_is_case_insensitive ... ok
[INFO] [stdout] test config::tests::owns_additional_domains ... ok
[INFO] [stdout] test config::tests::owns_primary_domain ... ok
[INFO] [stdout] test config::tests::rejects_foreign_domains ... ok
[INFO] [stdout] test email_in::tests::count_trackers_finds_1x1_pixels ... ok
[INFO] [stdout] test email_in::tests::count_trackers_flags_known_domains ... ok
[INFO] [stdout] test email_in::tests::count_trackers_is_case_insensitive ... ok
[INFO] [stdout] test email_in::tests::count_trackers_returns_zero_for_clean_html ... ok
[INFO] [stdout] test email_in::tests::html_to_text_decodes_common_entities ... ok
[INFO] [stdout] test email_in::tests::html_to_text_handles_self_closing_br ... ok
[INFO] [stdout] test ids::tests::encodes_zero_to_all_zeros ... ok
[INFO] [stdout] test email_in::tests::html_to_text_drops_script_and_style_blocks_entirely ... ok
[INFO] [stdout] test ids::tests::prefix_extraction ... ok
[INFO] [stdout] test email_in::tests::html_to_text_strips_tags_and_preserves_paragraphs ... ok
[INFO] [stdout] test email_in::tests::strip_angle_strips_brackets_and_whitespace ... ok
[INFO] [stdout] test email_in::tests::html_to_text_collapses_excess_blank_lines ... ok
[INFO] [stdout] test email_in::tests::html_to_text_preheader_pattern_surfaces_first ... ok
[INFO] [stdout] test email_in::tests::html_to_text_handles_input_with_no_tags ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 28 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests cfemail_worker
[INFO] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stdout] test worker/src/crypto.rs - crypto (line 5) ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- worker/src/crypto.rs - crypto (line 5) stdout ----
[INFO] [stdout] error: unknown start of token: \u{2016}
[INFO] [stdout]  --> worker/src/crypto.rs:6:20
[INFO] [stdout]   |
[INFO] [stdout] 6 | ephemeral_pub (32) ‖ nonce (24) ‖ ciphertext+tag
[INFO] [stdout]   |                    ^
[INFO] [stdout] 
[INFO] [stdout] error: unknown start of token: \u{2016}
[INFO] [stdout]  --> worker/src/crypto.rs:6:33
[INFO] [stdout]   |
[INFO] [stdout] 6 | ephemeral_pub (32) ‖ nonce (24) ‖ ciphertext+tag
[INFO] [stdout]   |                                 ^
[INFO] [stdout] 
[INFO] [stdout] error: missing `fn` or `struct` for function or struct definition
[INFO] [stdout]  --> worker/src/crypto.rs:6:1
[INFO] [stdout]   |
[INFO] [stdout] 6 | ephemeral_pub (32) ‖ nonce (24) ‖ ciphertext+tag
[INFO] [stdout]   | ^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] help: if you meant to call a macro, try
[INFO] [stdout]   |
[INFO] [stdout] 6 | ephemeral_pub! (32) ‖ nonce (24) ‖ ciphertext+tag
[INFO] [stdout]   |              +
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 3 previous errors
[INFO] [stdout] 
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     worker/src/crypto.rs - crypto (line 5)
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 0 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.05s
[INFO] [stdout] 
[INFO] [stderr] error: doctest failed, to rerun pass `--doc`
[INFO] running `Command { std: "docker" "inspect" "4c3b0fdebf160886eb8a39b92dc6b187a7c67bb72f042ffc3834ea0877922922", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "4c3b0fdebf160886eb8a39b92dc6b187a7c67bb72f042ffc3834ea0877922922", kill_on_drop: false }`
[INFO] [stdout] 4c3b0fdebf160886eb8a39b92dc6b187a7c67bb72f042ffc3834ea0877922922
